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