summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-08-17 19:07:14 +0200
committerLukas Reschke <lukas@owncloud.com>2014-08-17 19:07:14 +0200
commit69e0e23789cab66bc8680554abcb5ffa6ba630ab (patch)
tree11b1853dd631551172f49c1919019043ae27341f /apps/files_sharing/l10n
parentb1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa (diff)
parentd1f483c9edb00929bb9cad67fdd4599548821de9 (diff)
downloadnextcloud-server-69e0e23789cab66bc8680554abcb5ffa6ba630ab.tar.gz
nextcloud-server-69e0e23789cab66bc8680554abcb5ffa6ba630ab.zip
Merge pull request #10407 from owncloud/rm-obsolete-japanese
remove obsolete japanese lang code
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r--apps/files_sharing/l10n/ja_JP.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/apps/files_sharing/l10n/ja_JP.php b/apps/files_sharing/l10n/ja_JP.php
deleted file mode 100644
index 7e6461c6081..00000000000
--- a/apps/files_sharing/l10n/ja_JP.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Shared by {owner}" => "{owner} と共有中",
-"This share is password-protected" => "この共有はパスワードで保護されています",
-"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
-"Password" => "パスワード",
-"Sorry, this link doesn’t seem to work anymore." => "申し訳ございません。このリンクはもう利用できません。",
-"Reasons might be:" => "理由は以下の通りと考えられます:",
-"the item was removed" => "アイテムが削除されました",
-"the link expired" => "リンクの期限が切れています",
-"sharing is disabled" => "共有が無効になっています",
-"For more info, please ask the person who sent this link." => "不明な点は、こちらのリンクの提供者に確認をお願いします。",
-"shared by %s" => "%s で共有中",
-"Download %s" => "%s をダウンロード",
-"Direct link" => "リンク"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";