Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/ja.php')
-rw-r--r--apps/files_sharing/l10n/ja.php40
1 files changed, 0 insertions, 40 deletions
diff --git a/apps/files_sharing/l10n/ja.php b/apps/files_sharing/l10n/ja.php
deleted file mode 100644
index 7a89a180b43..00000000000
--- a/apps/files_sharing/l10n/ja.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Server to server sharing is not enabled on this server" => "このサーバーでは、サーバー間の共有が有効ではありません",
-"The mountpoint name contains invalid characters." => "マウントポイント名 に不正な文字列が含まれています。",
-"Invalid or untrusted SSL certificate" => "無効または信頼できないSSL証明書",
-"Couldn't add remote share" => "リモート共有を追加できませんでした",
-"Shared with you" => "他ユーザーがあなたと共有中",
-"Shared with others" => "他ユーザーと共有中",
-"Shared by link" => "URLリンクで共有中",
-"No files have been shared with you yet." => "他のユーザーがあなたと共有しているファイルはありません。",
-"You haven't shared any files yet." => "他のユーザーと共有しているファイルはありません。",
-"You haven't shared any files by link yet." => "URLリンクで共有しているファイルはありません。",
-"Do you want to add the remote share {name} from {owner}@{remote}?" => "{owner}@{remote} からリモート共有 {name} を追加してもよろしいですか?",
-"Remote share" => "リモート共有",
-"Remote share password" => "リモート共有のパスワード",
-"Cancel" => "キャンセル",
-"Add remote share" => "リモート共有を追加",
-"No ownCloud installation found at {remote}" => "{remote} にはownCloudがインストールされていません",
-"Invalid ownCloud url" => "無効なownCloud URL です",
-"Shared by" => "共有者:",
-"This share is password-protected" => "この共有はパスワードで保護されています",
-"The password is wrong. Try again." => "パスワードが間違っています。再試行してください。",
-"Password" => "パスワード",
-"Name" => "名前",
-"Share time" => "共有時間",
-"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." => "不明な点は、こちらのリンクの提供者に確認をお願いします。",
-"Add to your ownCloud" => "ownCloud に追加",
-"Download" => "ダウンロード",
-"Download %s" => "%s をダウンロード",
-"Direct link" => "リンク",
-"Remote Shares" => "リモート共有",
-"Allow other instances to mount public links shared from this server" => "このサーバーにおけるURLでの共有を他のインスタンスからマウントできるようにする",
-"Allow users to mount public link shares" => "ユーザーがURLでの共有をマウントできるようにする"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";