diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-08-17 19:07:14 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-08-17 19:07:14 +0200 |
commit | 69e0e23789cab66bc8680554abcb5ffa6ba630ab (patch) | |
tree | 11b1853dd631551172f49c1919019043ae27341f /apps/files_external | |
parent | b1415fc4fc3dd82ffc7b63e57d44fc04635fc5aa (diff) | |
parent | d1f483c9edb00929bb9cad67fdd4599548821de9 (diff) | |
download | nextcloud-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_external')
-rw-r--r-- | apps/files_external/l10n/ja_JP.php | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/apps/files_external/l10n/ja_JP.php b/apps/files_external/l10n/ja_JP.php deleted file mode 100644 index 312dc85188d..00000000000 --- a/apps/files_external/l10n/ja_JP.php +++ /dev/null @@ -1,29 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Access granted" => "アクセスは許可されました", -"Error configuring Dropbox storage" => "Dropboxストレージの設定エラー", -"Grant access" => "アクセスを許可", -"Please provide a valid Dropbox app key and secret." => "有効なDropboxアプリのキーとパスワードを入力してください。", -"Error configuring Google Drive storage" => "Googleドライブストレージの設定エラー", -"Saved" => "保存されました", -"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>警告:</b> \"smbclient\" がインストールされていません。CIFS/SMB共有のマウントはできません。システム管理者にインストールを依頼してください。", -"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>警告:</b> PHPのFTPサポートが無効またはインストールされていません。FTP共有のマウントはできません。システム管理者にインストールを依頼してください。", -"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>警告:</b> PHPのCurlサポートが無効またはインストールされていません。ownCloud / WebDAVまたはGoogleDriveのマウントはできません。システム管理者にインストールを依頼してください。", -"External Storage" => "外部ストレージ", -"Folder name" => "フォルダー名", -"External storage" => "外部ストレージ", -"Configuration" => "設定", -"Options" => "オプション", -"Applicable" => "適用範囲", -"Add storage" => "ストレージを追加", -"None set" => "未設定", -"All Users" => "すべてのユーザー", -"Groups" => "グループ", -"Users" => "ユーザー", -"Delete" => "削除", -"Enable User External Storage" => "ユーザーの外部ストレージを有効にする", -"Allow users to mount the following external storage" => "ユーザに以下の外部ストレージのマウントを許可する", -"SSL root certificates" => "SSLルート証明書", -"Import Root Certificate" => "ルート証明書をインポート" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; |