Blame view
sources/apps/files_trashbin/l10n/zh_TW.php
426 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;"; |