nextcloud/apps/admin_migrate/l10n/ja_JP.php
2012-08-16 02:09:15 +02:00

5 lines
420 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" => "エクスポート"
);