6 lines
402 B
PHP
6 lines
402 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Export this ownCloud instance" => "ownCloudをエクスポート",
|
|
"This will create a compressed file that contains the data of this owncloud instance.\n Please choose the export type:" => "このownCloudのデータを含む圧縮ファイルを生成します。\nエクスポートの種類を選択してください:",
|
|
"Export" => "エクスポート"
|
|
);
|