diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-19 08:27:13 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-19 08:27:13 -0400 |
commit | 6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e (patch) | |
tree | 9e8cb89f6666c8161c987006f5efc072b6d277f6 /core/l10n/ja_JP.php | |
parent | e61d961efb6d7302f2e0371bdc27bbc1396bb1b8 (diff) | |
download | nextcloud-server-6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e.tar.gz nextcloud-server-6aee83cadf20f11b23e3fa8db1dcc8a7773deb9e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ja_JP.php')
-rw-r--r-- | core/l10n/ja_JP.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index b0c519e3a1c..469d75e229e 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -100,6 +100,7 @@ $TRANSLATIONS = array( "Delete" => "削除", "Add" => "追加", "Edit tags" => "タグを編集", +"Error loading dialog template: {error}" => "メッセージテンプレートの読み込みエラー: {error}", "No tags selected for deletion." => "削除するタグが選択されていません。", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "更新に成功しました。この問題を <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a> にレポートしてください。", "The update was successful. Redirecting you to ownCloud now." => "更新に成功しました。今すぐownCloudにリダイレクトします。", @@ -126,9 +127,13 @@ $TRANSLATIONS = array( "Error deleting tag(s)" => "タグの削除エラー", "Error tagging" => "タグの付与エラー", "Error untagging" => "タグの解除エラー", +"Error favoriting" => "お気に入りに追加エラー", +"Error unfavoriting" => "お気に入りから削除エラー", "Access forbidden" => "アクセスが禁止されています", "Cloud not found" => "見つかりません", +"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "こんにちは、\n\n%s があなたと %s を共有したことをお知らせします。\nそれを表示: %s\n", "The share will expire on %s.\n\n" => "共有は %s で有効期限が切れます。\n\n", +"Cheers!" => "それでは!", "Security Warning" => "セキュリティ警告", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "あなたのPHPのバージョンには、Null Byte攻撃(CVE-2006-7243)という脆弱性が含まれています。", "Please update your PHP installation to use %s securely." => "%s を安全に利用する為に インストールされているPHPをアップデートしてください。", @@ -159,6 +164,7 @@ $TRANSLATIONS = array( "remember" => "パスワードを記憶する", "Log in" => "ログイン", "Alternative Logins" => "代替ログイン", +"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "こんにちは、<br><br>%sがあなたと »%s« を共有したことをお知らせします。<br><a href=\"%s\">それを表示</a><br><br>", "The share will expire on %s.<br><br>" => "共有は %s で有効期限が切れます。<br><br>", "Updating ownCloud to version %s, this may take a while." => "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。" ); |