17 lines
1.9 KiB
PHP
17 lines
1.9 KiB
PHP
<?php $TRANSLATIONS = array(
|
||
"Please switch to your ownCloud client and change your encryption password to complete the conversion." => "変換を完了するために、ownCloud クライアントに切り替えて、暗号化パスワードを変更してください。",
|
||
"switched to client side encryption" => "クライアントサイドの暗号化に切り替えました",
|
||
"Change encryption password to login password" => "暗号化パスワードをログインパスワードに変更",
|
||
"Please check your passwords and try again." => "パスワードを確認してもう一度行なってください。",
|
||
"Could not change your file encryption password to your login password" => "ファイル暗号化パスワードをログインパスワードに変更できませんでした。",
|
||
"Choose encryption mode:" => "暗号化モードを選択:",
|
||
"Client side encryption (most secure but makes it impossible to access your data from the web interface)" => "クライアントサイドの暗号化(最もセキュアですが、WEBインターフェースからデータにアクセスできなくなります)",
|
||
"Server side encryption (allows you to access your files from the web interface and the desktop client)" => "サーバサイド暗号化(WEBインターフェースおよびデスクトップクライアントからファイルにアクセスすることができます)",
|
||
"None (no encryption at all)" => "暗号化無し(何も暗号化しません)",
|
||
"Important: Once you selected an encryption mode there is no way to change it back" => "重要: 一度暗号化を選択してしまうと、もとに戻す方法はありません",
|
||
"User specific (let the user decide)" => "ユーザ指定(ユーザが選べるようにする)",
|
||
"Encryption" => "暗号化",
|
||
"Exclude the following file types from encryption" => "暗号化から除外するファイルタイプ",
|
||
"None" => "なし"
|
||
);
|