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/ja_JP/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/ja_JP/admin.lang.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/language/ja_JP/admin.lang.php b/language/ja_JP/admin.lang.php index 4443c48af..9261239b5 100644 --- a/language/ja_JP/admin.lang.php +++ b/language/ja_JP/admin.lang.php @@ -606,14 +606,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'] = 'ピクセル'; |