diff options
author | plegall <plg@piwigo.org> | 2011-01-17 23:53:47 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-17 23:53:47 +0000 |
commit | 7ca4f8e06004740e3dc0c331629daeccc868defe (patch) | |
tree | b2a062e1fd314829b2fe4f3247a321833a968685 /language/ja_JP/common.lang.php | |
parent | e123585dde33f8ec3be13e788eea6fc10041920f (diff) |
feature 2102: add a few language keys to remove all image/picture/element and replace by photo
git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/ja_JP/common.lang.php')
-rw-r--r-- | language/ja_JP/common.lang.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/language/ja_JP/common.lang.php b/language/ja_JP/common.lang.php index 1275251c1..5047d6d8b 100644 --- a/language/ja_JP/common.lang.php +++ b/language/ja_JP/common.lang.php @@ -291,18 +291,7 @@ $lang['A comment on your site'] = 'あなたのサイトのコメント'; $lang['today'] = '今日'; $lang['Update your rating'] = 'あなたの評価を更新する'; $lang['wrong filename'] = 'ファイル名が正しくありません。'; -$lang['the filesize of the picture must not exceed :'] = '許可された写真のファイルサイズを超えないでください : '; -$lang['the picture must be to the fileformat jpg, gif or png'] = '写真のフォーマットは、jpg、gif、pngを使用してください。'; -$lang['the height of the picture must not exceed :'] = '許可された写真の高さを超えないでください : '; -$lang['Optional, but recommended : choose a thumbnail to associate to'] = '任意ですが推奨します : 関連付けるサムネイルを選択してください。 '; -$lang['the width of the picture must not exceed :'] = '許可された写真の幅を超えないでください : '; -$lang['can\'t upload the picture on the server'] = 'サーバに写真をアップロードできません。'; $lang['the username must be given'] = 'ユーザ名を入力してください。'; -$lang['A picture\'s name already used'] = 'すでに同じ写真名が使用されています。'; -$lang['You must choose a picture fileformat for the image'] = 'イメージの写真ファイルフォーマットを選択してください。'; -$lang['Name of the picture'] = '写真名'; -$lang['Upload a picture'] = '写真をアップロードする'; -$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = '写真が正常にアップロードされました。管理者が早急に写真を承認します。'; $lang['useful when password forgotten'] = 'パスワードを忘れたときに便利です。'; $lang['Quick search'] = 'クイックサーチ'; $lang['Connected user: %s'] = '接続ユーザ: %s'; @@ -316,8 +305,6 @@ $lang['Email: %s'] = 'メールアドレス: %s'; $lang['Admin: %s'] = '管理者: %s'; $lang['Registration of %s'] = '%s の登録'; $lang['Album: %s'] = 'カテゴリ: %s'; -$lang['Picture name: %s'] = '写真名: %s'; -$lang['Creation date: %s'] = '作成日: %s'; $lang['Picture uploaded by %s'] = '%s によりアップロードされた写真'; // --------- Starting below: New or revised $lang ---- from version 1.7.1 $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'デフォルトステータスの使用に関して、ユーザ「ゲスト」は正しくないステータスです。ウェブマスタにご連絡ください。'; @@ -342,7 +329,6 @@ $lang['%d photo is also linked to current tags'] = '%d イメージも現在の $lang['%d photos are also linked to current tags'] = '%d イメージも現在のタグにリンクされました。'; $lang['display photos linked to this tag'] = 'このタグのみにリンクされているイメージを表示する'; $lang['photos posted during the last %d days'] = '直近 %d 日に投稿されたイメージ'; -$lang['Choose an image'] = 'イメージを選択する'; $lang['Piwigo Help'] = 'Piwigoヘルプ'; $lang['Rank'] = 'ランク'; $lang['group by letters'] = '文字でグループ化する'; |