Blame view
sources/apps/user_migrate/l10n/ja_JP.php
466 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Export" => "エクスポート", "Something went wrong while the export file was being generated" => "エクスポートファイルの生成時に何か不具合が発生しました。", "An error has occurred" => "エラーが発生しました", "User Account Migration" => "ユーザアカウント移行", "Export and import ownCloud user accounts." => "ownCloudユーザアカウントのエクスポートとインポート" ); |