Blame view
sources/apps/files_versions/l10n/vi.php
443 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Could not revert: %s" => "Không thể khôi phục: %s", |
|
31b7f2792
|
4 |
"Versions" => "Phiên bản", |
|
6d9380f96
|
5 6 7 |
"Failed to revert {file} to revision {timestamp}." => "Thất bại khi trở lại {file} khi sử đổi {timestamp}.",
"More versions..." => "Nhiều phiên bản ...",
"No other versions available" => "Không có các phiên bản khác có sẵn",
|
|
31b7f2792
|
8 |
"Restore" => "Khôi phục" |
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |