nextcloud/apps/files_external/l10n/ja_JP.php

27 lines
2.3 KiB
PHP
Raw Normal View History

2012-08-16 04:09:15 +04:00
<?php $TRANSLATIONS = array(
2012-10-04 04:07:35 +04:00
"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ドライブストレージの設定エラー",
2012-12-13 03:18:20 +04:00
"<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共有のマウントはできません。システム管理者にインストールをお願いして下さい。",
2013-04-24 19:46:20 +04:00
"<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 のマウントはできません。システム管理者にインストールをお願いして下さい。",
2012-08-16 04:09:15 +04:00
"External Storage" => "外部ストレージ",
2013-03-01 03:07:02 +04:00
"Folder name" => "フォルダ名",
2013-03-02 03:05:42 +04:00
"External storage" => "外部ストレージ",
2012-08-16 04:09:15 +04:00
"Configuration" => "設定",
"Options" => "オプション",
"Applicable" => "適用範囲",
2013-03-02 03:05:42 +04:00
"Add storage" => "ストレージを追加",
2012-08-16 04:09:15 +04:00
"None set" => "未設定",
"All Users" => "すべてのユーザ",
"Groups" => "グループ",
"Users" => "ユーザ",
"Delete" => "削除",
"Enable User External Storage" => "ユーザの外部ストレージを有効にする",
2012-10-03 01:18:26 +04:00
"Allow users to mount their own external storage" => "ユーザに外部ストレージのマウントを許可する",
"SSL root certificates" => "SSLルート証明書",
"Import Root Certificate" => "ルート証明書をインポート"
2012-08-16 04:09:15 +04:00
);