blob: 1733a3f4ed93a80bbe632b7839667bfa8bb5ea35 (
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" => "インポート"
);
|