diff options
author | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
commit | 2e071ba4a17cfb4e4ea0ab6e50516ddac5e0ae90 (patch) | |
tree | 681f9b4cbbed109beb41ca4babf0662dc814f8c4 /language/ja_JP/common.lang.php | |
parent | d80d853a23119bd21c20ad92024cba5dce47e7d4 (diff) |
merge --squash from translation up to f9fecd0be09ea6da405f1ab2a09e09bc51312dd4
git merge --squash is simpler for the first time, then we plan to do cherry-pick
Diffstat (limited to 'language/ja_JP/common.lang.php')
-rw-r--r-- | language/ja_JP/common.lang.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/language/ja_JP/common.lang.php b/language/ja_JP/common.lang.php index 49619a6ca..a6f337736 100644 --- a/language/ja_JP/common.lang.php +++ b/language/ja_JP/common.lang.php @@ -54,7 +54,7 @@ $lang['About'] = 'About'; $lang['All tags'] = 'すべてのタグ'; $lang['Any tag'] = 'すべてのtag'; $lang['At least one listed rule must be satisfied.'] = '少なくともリスト記載ルール1つを満たす必要があります。'; -$lang['Author'] = '撮影者'; +$lang['Author'] = '作成者'; $lang['Albums'] = 'アルバム'; $lang['Album'] = 'アルバム'; $lang['Close this window'] = 'このウィンドウを閉じる'; @@ -424,4 +424,5 @@ $lang['Apply on properties'] = 'プロパティの適用'; $lang['Link: %s'] = 'リンク: %s'; $lang['No results for'] = 'みつかりませんでした。'; $lang['Photo description'] = '写真の説明'; -$lang['Photo title'] = '写真のタイトル';
\ No newline at end of file +$lang['Photo title'] = '写真のタイトル'; +$lang['Your authentication key is no longer valid.'] = 'あなたの認証キーは既に有効ではありません。';
\ No newline at end of file |