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/ja_JP | |
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 'language/ja_JP')
-rw-r--r-- | language/ja_JP/common.lang.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/language/ja_JP/common.lang.php b/language/ja_JP/common.lang.php index 4fb5bec7b..4f2b4cb4b 100644 --- a/language/ja_JP/common.lang.php +++ b/language/ja_JP/common.lang.php @@ -230,10 +230,10 @@ $lang['month'][8] = '8月'; $lang['month'][9] = '9月'; $lang['Most visited'] = '最多アクセス'; $lang['display most visited photos'] = '最もアクセスされた写真を表示します。'; -$lang['The number of photos per row must be a not null scalar'] = '1行あたりのイメージ数には、空白以外の値を設定してください。'; -$lang['Number of photos per row'] = '1行あたりのイメージ数'; -$lang['The number of rows per page must be a not null scalar'] = '1ページあたりの行数には、空白以外の値を設定してください。'; -$lang['Number of rows per page'] = '1ページあたりの行数'; +// $lang['The number of photos per row must be a not null scalar'] = '1行あたりのイメージ数には、空白以外の値を設定してください。'; +// $lang['Number of photos per row'] = '1行あたりのイメージ数'; +// $lang['The number of rows per page must be a not null scalar'] = '1ページあたりの行数には、空白以外の値を設定してください。'; +// $lang['Number of rows per page'] = '1ページあたりの行数'; $lang['Unknown identifier'] = '不明なID'; $lang['New password'] = '新しいパスワード'; $lang['Rate this photo'] = 'この写真を評する'; |