Blame view
sources/apps/admin_migrate/l10n/ja_JP.php
532 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "ownCloudをエクスポート", "This will create a compressed file that contains the data of this owncloud instance." => "この ownCloud インスタンスのデータを含む圧縮ファイルを生成します。", "Please choose the export type:" => "エクスポートタイプを選択してください:", "ownCloud system files" => "ownCloud システムファイル", "Just user files" => "ユーザファイルのみ", "Export" => "エクスポート" ); |