blob: ab43076a5048842aa3d2ba2f780e8715cef05902 (
plain)
1
2
3
4
5
6
7
8
9
|
OC.L10N.register(
"files_versions",
{
"Versions" : "Versiuni",
"Failed to revert {file} to revision {timestamp}." : "S-a eșuat restaurarea fișierului {file} la revizia {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n byte","%n byți","%n byți"],
"Restore" : "Restaurare"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|