Blame view
sources/apps/files_trashbin/l10n/zh_CN.php
454 Bytes
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "Couldn't delete %s permanently" => "无法彻底删除文件%s", "Couldn't restore %s" => "无法恢复%s", |
|
6d9380f96
|
5 6 |
"Deleted files" => "已删除文件", "Restore" => "恢复", |
|
31b7f2792
|
7 8 9 |
"Error" => "错误", "restored" => "已恢复", "Nothing in here. Your trash bin is empty!" => "这里没有东西. 你的回收站是空的!", |
|
03e52840d
|
10 |
"Name" => "名称", |
|
31b7f2792
|
11 |
"Deleted" => "已删除", |
|
6d9380f96
|
12 |
"Delete" => "删除" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |