blob: e24d005e3d758625a390e01e9fc64c6d49760f09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OC.L10N.register(
"files_versions",
{
"Could not revert: %s" : "Không thể khôi phục: %s",
"Versions" : "Phiên bản",
"Failed to revert {file} to revision {timestamp}." : "Thất bại khi trở lại {file} khi sử đổi {timestamp}.",
"Restore" : "Khôi phục",
"No versions available" : "Không có phiên bản có sẵn",
"More versions..." : "Nhiều phiên bản ..."
},
"nplurals=1; plural=0;");
|