aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/ro.js
blob: 1c8d6382d9f7137dee885728599e9f471b54003b (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "Nu a putut reveni: %s",
    "Versions" : "Versiuni",
    "More versions..." : "Mai multe versiuni...",
    "No other versions available" : "Nu există alte versiuni disponibile",
    "Restore" : "Restabilire"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");