ja_JP.php
532 Bytes
<?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" => "エクスポート"
);