Blame view
sources/apps/files_trashbin/l10n/vi.php
495 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 |
"Couldn't delete %s permanently" => "Không thể xóa %s vĩnh viễn", |
|
03e52840d
|
4 |
"Couldn't restore %s" => "Không thể khôi phục %s", |
|
6d9380f96
|
5 6 |
"Deleted files" => "File đã bị xóa", "Restore" => "Khôi phục", |
|
31b7f2792
|
7 |
"Error" => "Lỗi", |
|
6d9380f96
|
8 |
"restored" => "khôi phục", |
|
03e52840d
|
9 |
"Nothing in here. Your trash bin is empty!" => "Không có gì ở đây. Thùng rác của bạn rỗng!", |
|
31b7f2792
|
10 |
"Name" => "Tên", |
|
31b7f2792
|
11 |
"Deleted" => "Đã xóa", |
|
6d9380f96
|
12 |
"Delete" => "Xóa" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |