diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-02-10 00:54:20 -0500 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-02-10 00:54:20 -0500 |
commit | c6985d6cd4da69715773b3d4eb65cf17977c8cc4 (patch) | |
tree | 8ff7bf1ccbc711f3c3058411dcce0dbd43ef2785 /apps/files_trashbin/l10n/ja_JP.php | |
parent | 71affd528c74410a53ae923da9750e1dcdb83d2f (diff) | |
parent | 0222c589ac7c006c09dca6cea09cae9a1006a0b4 (diff) | |
download | nextcloud-server-c6985d6cd4da69715773b3d4eb65cf17977c8cc4.tar.gz nextcloud-server-c6985d6cd4da69715773b3d4eb65cf17977c8cc4.zip |
Merge branch 'master' into fix-shared-links
Diffstat (limited to 'apps/files_trashbin/l10n/ja_JP.php')
-rw-r--r-- | apps/files_trashbin/l10n/ja_JP.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/ja_JP.php b/apps/files_trashbin/l10n/ja_JP.php index 0b4e1954e74..2bccf3f3bd5 100644 --- a/apps/files_trashbin/l10n/ja_JP.php +++ b/apps/files_trashbin/l10n/ja_JP.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Couldn't delete %s permanently" => "%s を完全に削除出来ませんでした", +"Couldn't restore %s" => "%s を復元出来ませんでした", "perform restore operation" => "復元操作を実行する", +"delete file permanently" => "ファイルを完全に削除する", "Name" => "名前", "Deleted" => "削除済み", "1 folder" => "1 フォルダ", |