Blame view
sources/apps/admin_migrate/l10n/ja_JP.php
318 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export data" => "エクスポートするデータ", "All system files and user data" => "全システムファイルとユーザーデータ", "Only system files" => "システムファイルのみ", "Only user data" => "ユーザーデータのみ", "Export" => "エクスポート" ); |