31 lines
1.4 KiB
PHP
31 lines
1.4 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Location" => "位置",
|
|
"URL" => "URL",
|
|
"Username" => "ユーザー名",
|
|
"Password" => "パスワード",
|
|
"Share" => "共有",
|
|
"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" => "保存されました",
|
|
"External Storage" => "外部ストレージ",
|
|
"Folder name" => "フォルダー名",
|
|
"External storage" => "外部ストレージ",
|
|
"Configuration" => "設定",
|
|
"Options" => "オプション",
|
|
"Add storage" => "ストレージを追加",
|
|
"No user or group" => "ユーザーもしくはグループがありません",
|
|
"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;";
|