summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/ro.js
blob: 072370a7e22391390ffc93e947191caef0669f8b (plain)
1
2
3
4
5
6
7
8
9
10
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",
    "No other versions available" : "Nu există alte versiuni disponibile"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");