﻿/**
* JS Language File: English
*/

var message_pop_up_lang =
{
	// DEFAULT
	'error'			   : 'Lỗi đã xảy ra',
	'no_permission'	   : 'Bạn không được cấp quyền cho hành động này',
	'cannot_cont'	   : 'Không thể tiếp tục với Yêu cầu này',
	'settings_updated' : 'Đã cập nhật các thiết lập',
	
	// Custom errors:
	'pp_date_error'     : 'Date must be a legal valid date',
	'pp_comment_error'  : 'You cannot post empty comments',
	'pp_friend_exist'   : 'That member does not appear to exist',
	'pp_friend_already' : 'You already have that member as your friend',
	'pp_friend_removed' : 'Friend(s) Removed',
	'pp_icq_error'      : 'Your ICQ identity must be numeric',
	
	// Friend added:
	'pp_friend_added'     : 'Your friend(s) have been added to your list!',
	'pp_friend_added_mod' : 'Your friend must approve your request',
	'pp_friend_approved'  : 'Friend request approved',
	
	// Comments update
	'pp_comments_updated'  : 'Comments updated',
	'pp_comment_added_mod' : "Comment must be approved before it's shown",
	
	// POLL MODULE
	'already_voted' : 'You have already voted',
	
	// ARTICLES MODULE
	'rating_updated' : 'Your rating has been updated',
	'rating_added'   : 'Your rating has been added',
	'rating_already' : 'You have rated this article already'
};

/**
* Global stuff
*/

var ipb_global_lang =
{
	// ERROR
	'post_upload_not_empty'   : 'You have an item to be uploaded. Click the UPLOAD button to upload it or click OK to continue without uploading',
	// EDITORS
// Media, Flash, Real, Google Video, YouTube (v1) in post, upgrade and code by zero84vn
        'editor_media_autoplay'         : 'Tự động chơi nhạc(AUTO PLAY MEDIA) ? Có: 1; Không: 0',
        'editor_media_url'              : 'Nhập đường dẫn (URL) của MEDIA',
        'editor_flash_size'             : 'Nhập kích cỡ của Flash (SIZE)',
        'editor_flash_url'              : 'Nhập đường dẫn (URL) cua Flash',
        'editor_real_autoplay'         : 'Tự động chơi nhạc (AUTO PLAY REAL) ? Có: 1; Không: 0',
        'editor_youtube_size'              : 'Nhập kích cỡ của YouTube (SIZE)',
        'editor_youtube_url'              : 'Nhập ID của YouTube video',
        'editor_gvideo_size'              : 'Nhập kích cỡ của Google Video (SIZE)',
        'editor_gvideo_url'              : 'Nhập ID (URL) của Google Video (Ví dụ: -7233445036972827652)',
	'editor_enter_url'		  : 'Please enter the full URL',
	'editor_enter_title'      : 'Please enter the title for this item',
	'editor_enter_email'      : 'Please enter the email address',
	'editor_enter_image'      : 'Please enter the URL for this image',
	'editor_enter_list'       : 'Enter a list item',
	// GENERAL
	'general_error'           : 'Error',
	'general_ok'              : 'OK',
	'image_resized'           : 'Thu nhỏ: <%1>% so với ảnh nguyên bản [ <%2> x <%3> ] - Bấm vào đây để xem ảnh nguyên bản',
	'image_attach_percent'    : 'Thu nhỏ <%1>%',
	'image_attach_no_percent' : 'Ảnh thu nhỏ',
	'image_attach_dims'       : '<%1> x <%2>',
	'image_attach_size'       : ' (<%1>)',
	'click_to_view'           : 'Bấm vào đây để xem ảnh nguyên bản',
	'view_full_size'          : 'Xem ảnh đầy đủ kích thước',
	'visit_my_website'		  : 'Visit My Website'
};