blob: 86c66e6319c5f8d5cd85c145c404b575c1fe1ad6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php $TRANSLATIONS = array(
"Export" => "エクスポート",
"Something went wrong while the export file was being generated" => "エクスポートファイルの生成時に何か不具合が発生しました。",
"An error has occurred" => "エラーが発生しました",
"Export your user account" => "ユーザアカウントのエクスポート",
"This will create a compressed file that contains your ownCloud account." => "あなたのownCloudアカウントを含む圧縮ファイルを生成します。",
"Import user account" => "ユーザアカウントをインポート",
"ownCloud User Zip" => "ownCloudユーザZip",
"Import" => "インポート"
);
|