From cac417c74bc6d5f528b356190561d244e9b4f93a Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 12 Jan 2012 21:37:28 +0000 Subject: feature 2548, multiple size: * adapt the upload script * remove the resize settings screen * add a new screen [Administration > Configuration > Options > Photo Sizes] with the ability to resize original after upload git-svn-id: http://piwigo.org/svn/trunk@12879 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/vi_VN/admin.lang.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'language/vi_VN/admin.lang.php') diff --git a/language/vi_VN/admin.lang.php b/language/vi_VN/admin.lang.php index ee80cacce..723316d1b 100644 --- a/language/vi_VN/admin.lang.php +++ b/language/vi_VN/admin.lang.php @@ -611,14 +611,7 @@ $lang['Select files'] = 'Chọn tệp tin'; $lang['Everybody'] = 'Mọi người'; $lang['Who can see these photos?'] = 'Ai có thể xem được những bức ảnh này?'; $lang['Who can see this photo?'] = 'Ai có thể xem được bức ảnh này?'; -$lang['The websize maximum width must be a number between %d and %d'] = 'Chiều rộng lớn nhất của trang web phải là số nằm giữa %d và %d'; -$lang['The websize maximum height must be a number between %d and %d'] = 'Chiều cao lớn nhất của trang web phải là số nằm giữa %d và %d'; -$lang['The websize image quality must be a number between %d and %d'] = 'Chất lượng hình của trang web phải là số nằm giữa %d và %d'; -$lang['The thumbnail maximum width must be a number between %d and %d'] = 'Chiều rộng hình thu nhỏ lớn nhất phải là số nằm giữa %d và %d'; -$lang['The thumbnail maximum height must be a number between %d and %d'] = 'Chiều cao hình thu nhỏ lớn nhất phải là số nằm giữa %d và %d'; -$lang['The thumbnail image quality must be a number between %d and %d'] = 'Chất lượng hình thu nhỏ phải là số nằm giữa %d và %d'; $lang['Settings'] = 'Cài đặt'; -$lang['Web size photo'] = 'Ảnh có kích cỡ web'; $lang['Resize'] = 'Định dạng lại kích thước'; $lang['Maximum Width'] = 'Chiều rộng lớn nhất'; $lang['pixels'] = 'pixels'; @@ -711,10 +704,6 @@ $lang['Error on file "%s" : %s'] = 'Có lỗi ở tệp tin "%s" : %s'; $lang['automatic order'] = 'sắp xếp tự động'; $lang['manual order'] = 'sắp xếp thủ công'; $lang['Albums automatically sorted'] = 'Albums đã được phân loại tự động'; -$lang['Keep high definition'] = 'Giữ nguyên định dạng cao'; -$lang['The high definition maximum width must be a number between %d and %d'] = 'Chiều rộng lớn nhất của định dạng cao phải là số trong khoảng %d và %d'; -$lang['The high definition maximum height must be a number between %d and %d'] = 'Chiều cao lớn nhất của định dạng cao phải là số trong khoảng %d và %d'; -$lang['The high definition image quality must be a number between %d and %d'] = 'Chất lượng ảnh của định dang cao phải là số trong khoảng %d và %d'; $lang['Batch Manager'] = 'Quản lý khối'; $lang['include child albums'] = 'bao gồm các albums con'; $lang['Selection'] = 'Lựa chọn'; -- cgit v1.2.3