summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/ro.js
blob: 45ccc69cf9f15c61e74abf223a11eb585f5d701e (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "Nu s-a putut reveni: %s",
    "Versions" : "Versiuni",
    "Failed to revert {file} to revision {timestamp}." : "S-a eșuat restaurarea fișierului  {file} la revizia {timestamp}.",
    "Restore" : "Restaurare",
    "More versions..." : "Mai multe versiuni...",
    "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));");