Blame view

sources/apps/files_external/l10n/ja_JP.php 1.88 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  <?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ドライブストレージの設定エラー",
  "<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共有のマウントはできません。システム管理者にインストールをお願いして下さい。",
  "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 their own external storage" => "ユーザに外部ストレージのマウントを許可する",
  "SSL root certificates" => "SSLルート証明書",
  "Import Root Certificate" => "ルート証明書をインポート"
  );