diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-27 00:59:24 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-27 00:59:24 +0100 |
commit | ad4e305c964bfe159f1898e72359f9ecaf910b2d (patch) | |
tree | 1933c01cf708c07de5accf2a413ea2ec77408930 /apps/gallery/l10n/ja_JP.php | |
parent | 500407dbe9751b1c05a7cd3b3920494228a4ad5c (diff) | |
download | nextcloud-server-ad4e305c964bfe159f1898e72359f9ecaf910b2d.tar.gz nextcloud-server-ad4e305c964bfe159f1898e72359f9ecaf910b2d.zip |
update translations
Diffstat (limited to 'apps/gallery/l10n/ja_JP.php')
-rw-r--r-- | apps/gallery/l10n/ja_JP.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/gallery/l10n/ja_JP.php b/apps/gallery/l10n/ja_JP.php new file mode 100644 index 00000000000..20916cca85a --- /dev/null +++ b/apps/gallery/l10n/ja_JP.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Gallery" => "ギャラリー", +"Scanning directories" => "ディレクトリをスキャン中", +"No photos found" => "写真が見つかりませんでした", +"Creating thumbnails" => "サムネイルを作成中", +"Do you wan't to remove album" => "アルバムを削除しますか", +"Input new gallery name" => "新しいギャラリー名を作る", +"Rescan" => "再スキャン", +"Back" => "戻る" +); |