diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-09 14:52:15 +0000 |
commit | 76194270be6a529ff499900ed61e6266d2347d34 (patch) | |
tree | a4b94f25ffab5ce812ece8757d9365f55cb9bf4f /language/zh_TW | |
parent | fe28570fdf8754467a35d6b03c1ff13dc536beea (diff) |
bug:2224 one parameter for change thumnails number (needs some translations)
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/zh_TW/common.lang.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/language/zh_TW/common.lang.php b/language/zh_TW/common.lang.php index c7f64a12e..3d415555f 100644 --- a/language/zh_TW/common.lang.php +++ b/language/zh_TW/common.lang.php @@ -230,10 +230,10 @@ $lang['month'][8] = '八月'; $lang['month'][9] = '九月'; $lang['Most visited'] = '最受喜歡'; $lang['display most visited photos'] = '顯示查看次數最多的圖片'; -$lang['The number of photos per row must be a not null scalar'] = '每行圖片數必須是非零整數'; -$lang['Number of photos per row'] = '每行圖片數'; -$lang['The number of rows per page must be a not null scalar'] = '每頁總行數必須是非零整數'; -$lang['Number of rows per page'] = '每頁行數'; +// $lang['The number of photos per row must be a not null scalar'] = '每行圖片數必須是非零整數'; +// $lang['Number of photos per row'] = '每行圖片數'; +// $lang['The number of rows per page must be a not null scalar'] = '每頁總行數必須是非零整數'; +// $lang['Number of rows per page'] = '每頁行數'; $lang['Unknown identifier'] = '帳戶不存在'; $lang['New password'] = '新密碼'; $lang['Rate this photo'] = '對圖片投票'; |