summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ja_JP.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-30 09:38:20 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-08-30 09:38:20 -0400
commitdbc78b1a5821b082eb8685a8916333b60d76e17c (patch)
tree19b2a89726affc3591615dcfe1380c2b680f12c5 /apps/files/l10n/ja_JP.php
parent95f42d6544262f54fa3cb832ebd12b2bbc15f88f (diff)
downloadnextcloud-server-dbc78b1a5821b082eb8685a8916333b60d76e17c.tar.gz
nextcloud-server-dbc78b1a5821b082eb8685a8916333b60d76e17c.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ja_JP.php')
-rw-r--r--apps/files/l10n/ja_JP.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php
index 902cc82e036..09675b63f51 100644
--- a/apps/files/l10n/ja_JP.php
+++ b/apps/files/l10n/ja_JP.php
@@ -32,6 +32,8 @@ $TRANSLATIONS = array(
"cancel" => "キャンセル",
"replaced {new_name} with {old_name}" => "{old_name} を {new_name} に置換",
"undo" => "元に戻す",
+"_%n folder_::_%n folders_" => array("%n個のフォルダ"),
+"_%n file_::_%n files_" => array("%n個のファイル"),
"_Uploading %n file_::_Uploading %n files_" => array("%n 個のファイルをアップロード中"),
"files uploading" => "ファイルをアップロード中",
"'.' is an invalid file name." => "'.' は無効なファイル名です。",
@@ -44,8 +46,6 @@ $TRANSLATIONS = array(
"Name" => "名前",
"Size" => "サイズ",
"Modified" => "変更",
-"_%n folder_::_%n folders_" => array("%n個のフォルダ"),
-"_%n file_::_%n files_" => array("%n個のファイル"),
"%s could not be renamed" => "%sの名前を変更できませんでした",
"Upload" => "アップロード",
"File handling" => "ファイル操作",
@@ -71,10 +71,6 @@ $TRANSLATIONS = array(
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "アップロードしようとしているファイルは、サーバで規定された最大サイズを超えています。",
"Files are being scanned, please wait." => "ファイルをスキャンしています、しばらくお待ちください。",
"Current scanning" => "スキャン中",
-"directory" => "ディレクトリ",
-"directories" => "ディレクトリ",
-"file" => "ファイル",
-"files" => "ファイル",
"Upgrading filesystem cache..." => "ファイルシステムキャッシュを更新中..."
);
$PLURAL_FORMS = "nplurals=1; plural=0;";