diff options
Diffstat (limited to 'language/ja_JP/common.lang.php')
-rw-r--r-- | language/ja_JP/common.lang.php | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/language/ja_JP/common.lang.php b/language/ja_JP/common.lang.php index b2e6ed632..4f5c97e59 100644 --- a/language/ja_JP/common.lang.php +++ b/language/ja_JP/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: 日本語 [JP] -Version: 2.5.0 +Version: 2.6.0 Language URI: http://piwigo.org/ext/extension_view.php?eid=425 Author: Piwigo team Author URI: http://piwigo.org @@ -196,10 +196,6 @@ $lang['last %d days'] = '直近 %d 日'; $lang['Last'] = '最後へ'; $lang['Logout'] = 'ログアウト'; $lang['obligatory'] = '必須'; -$lang['Maximum photo height'] = '写真の最大高'; -$lang['Maximum height must be a number superior to 50'] = '最大高は、50以上に設定してください。'; -$lang['Maximum photo width'] = '写真の最大幅'; -$lang['Maximum width must be a number superior to 50'] = '最大幅は、50以上に設定してください。'; $lang['display a calendar by creation date'] = '作成日のカレンダーを表示する'; $lang['display all photos in all sub-albums'] = 'すべてのサブカテゴリのエレメント表示する'; $lang['return to normal view mode'] = 'ノーマルビューモードに戻る'; @@ -246,7 +242,6 @@ $lang['login mustn\'t end with a space character'] = 'ユーザIDの末尾にス $lang['login mustn\'t start with a space character'] = 'ユーザIDの最初にスペースを使用しないでください。'; $lang['this login is already used'] = 'このユーザIDは、すでに使用されています。'; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'メールアドレスは、xxx@yyy.eee のようなフォーマットを使用してください (例 : jack@altern.org)。'; -$lang['please enter your password again'] = 'あなたのパスワードを再度入力してください。'; $lang['Auto login'] = '自動ログイン'; $lang['remove this tag from the list'] = 'このタグをリストから削除する'; $lang['representative'] = '見本'; @@ -274,7 +269,6 @@ $lang['SQL queries in'] = 'SQLクエリー:'; $lang['display only recently posted photos'] = '最近投稿されたイメージのみ表示する'; $lang['return to the display of all photos'] = 'すべてのイメージ表示に戻る'; $lang['the beginning'] = '最初'; -$lang['Interface theme'] = 'インターフェーステーマ'; $lang['Thumbnails'] = 'サムネイル'; $lang['Menu'] = 'メニュー'; $lang['A comment on your site'] = 'あなたのサイトのコメント'; @@ -411,4 +405,17 @@ $lang['Permalink for album not found'] = 'このエントリーのアルバム $lang['Piwigo encountered a non recoverable error'] = 'Piwigoは、回復不能エラーが発生しました'; $lang['Requested album does not exist'] = '要求されたアルバムは存在しません。'; $lang['Requested tag does not exist'] = '要求されたタグは存在しません。'; +$lang['Email address is mandatory'] = '電子メールアドレスは必須です'; +$lang['Username is mandatory'] = 'ユーザー名は必須です'; +$lang['Website'] = 'ウェブサイト'; +$lang['Your website URL is invalid'] = 'あなたのウェブサイトのURLが無効です'; +$lang['mandatory'] = '必須'; +$lang['Email'] = 'メールアドレス'; +$lang['First Page'] = '初めのページ'; +$lang['Go back to the album'] = 'アルバムに戻る'; +$lang['Last Page'] = '最後のページ'; +$lang['Password is missing. Please enter the password.'] = 'パスワードがありません。パスワードを入力して下さい。'; +$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'パスワードの再確認がありません。パスワードの再確認を確認して下さい。'; +$lang['%d photos per page'] = '%d ページ当りの写真の数'; +$lang['Theme'] = '件名'; ?>
\ No newline at end of file |