Blame view
sources/apps/user_migrate/l10n/zh_CN.php
336 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 用户帐号。" ); |