diff options
author | plegall <plg@piwigo.org> | 2012-01-12 21:37:28 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-01-12 21:37:28 +0000 |
commit | cac417c74bc6d5f528b356190561d244e9b4f93a (patch) | |
tree | 98d7f341215bfec3e75de2dde0a2a2167d54b30c /language/zh_TW/admin.lang.php | |
parent | 6a115001ba122c2084e28353e025f7c8c5f62335 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | language/zh_TW/admin.lang.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/language/zh_TW/admin.lang.php b/language/zh_TW/admin.lang.php index 22b51ce44..f6df91b60 100644 --- a/language/zh_TW/admin.lang.php +++ b/language/zh_TW/admin.lang.php @@ -598,14 +598,7 @@ $lang['Manage this set of %d photos'] = '管理此設置的 %d 張照片 '; $lang['Select files'] = '選擇文件'; $lang['Everybody'] = '每個人'; $lang['Who can see these photos?'] = '哪些人可以看到這些相片?'; -$lang['The websize maximum width must be a number between %d and %d'] = '最大寬度的網頁尺寸必須在 %d 和 %d 之間'; -$lang['The websize maximum height must be a number between %d and %d'] = '最大高度的網頁尺寸必須在 %d 和 %d 之間'; -$lang['The websize image quality must be a number between %d and %d'] = '圖片質量的網頁尺寸必須在 %d 和 %d 之間'; -$lang['The thumbnail maximum width must be a number between %d and %d'] = '縮略圖的最大寬度必須在 %d 和 %d 之間'; -$lang['The thumbnail maximum height must be a number between %d and %d'] = '縮略圖的最大高度必須在 %d 和 %d 之間'; -$lang['The thumbnail image quality must be a number between %d and %d'] = '縮略圖的質量必須在 %d 和 %d 之間'; $lang['Settings'] = '設置'; -$lang['Web size photo'] = '相片的網頁尺寸'; $lang['Resize'] = '重置大小'; $lang['Maximum Width'] = '最大寬度'; $lang['pixels'] = '像素'; @@ -718,7 +711,6 @@ $lang['Delete orphan tags'] = '刪除沒被關聯的標籤'; $lang['delete photo'] = '刪除相片'; $lang['Duplicates'] = '重複'; $lang['include child albums'] = '包含子相冊'; -$lang['Keep high definition'] = '保留高清晰度'; $lang['last import'] = '最後導入'; $lang['manual order'] = '手工排序'; $lang['No photo in the current set.'] = '當前集合沒有相片.'; @@ -737,9 +729,6 @@ $lang['Selection'] = '選擇'; $lang['Set author'] = '設置作者'; $lang['Set creation date'] = '設置創建日期'; $lang['Set title'] = '設置標題'; -$lang['The high definition image quality must be a number between %d and %d'] = '高清晰度相片質量必須在 %d 和 %d 之間'; -$lang['The high definition maximum height must be a number between %d and %d'] = '高清晰度相片最大高度必須在 %d 和 %d 之間'; -$lang['The high definition maximum width must be a number between %d and %d'] = '高清晰度相片最大寬度必須在 %d 和 %d 之間'; $lang['The whole page'] = '整張相片'; $lang['The whole set'] = '整個集合'; $lang['Type here the author name'] = '在此輸入作者名稱'; |