Blame view
sources/apps/files_external/l10n/ja_JP.php
2.41 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 5 |
"Access granted" => "アクセスは許可されました", "Error configuring Dropbox storage" => "Dropboxストレージの設定エラー", "Grant access" => "アクセスを許可", |
|
6d9380f96
|
6 |
"Please provide a valid Dropbox app key and secret." => "有効なDropboxアプリのキーとパスワードを入力してください。", |
|
03e52840d
|
7 |
"Error configuring Google Drive storage" => "Googleドライブストレージの設定エラー", |
|
6d9380f96
|
8 9 10 11 |
"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のマウントはできません。システム管理者にインストールを依頼してください。", |
|
03e52840d
|
12 |
"External Storage" => "外部ストレージ", |
|
6d9380f96
|
13 |
"Folder name" => "フォルダー名", |
|
03e52840d
|
14 15 16 17 18 19 |
"External storage" => "外部ストレージ", "Configuration" => "設定", "Options" => "オプション", "Applicable" => "適用範囲", "Add storage" => "ストレージを追加", "None set" => "未設定", |
|
6d9380f96
|
20 |
"All Users" => "すべてのユーザー", |
|
03e52840d
|
21 |
"Groups" => "グループ", |
|
6d9380f96
|
22 |
"Users" => "ユーザー", |
|
03e52840d
|
23 |
"Delete" => "削除", |
|
6d9380f96
|
24 25 |
"Enable User External Storage" => "ユーザーの外部ストレージを有効にする", "Allow users to mount the following external storage" => "ユーザに以下の外部ストレージのマウントを許可する", |
|
03e52840d
|
26 27 28 |
"SSL root certificates" => "SSLルート証明書", "Import Root Certificate" => "ルート証明書をインポート" ); |
|
31b7f2792
|
29 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |