diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ro.js')
-rw-r--r-- | apps/files_trashbin/l10n/ro.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/ro.js b/apps/files_trashbin/l10n/ro.js new file mode 100644 index 00000000000..c0ba5741695 --- /dev/null +++ b/apps/files_trashbin/l10n/ro.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "files_trashbin", + { + "Deleted files" : "Sterge fisierele", + "Restore" : "Restabilire", + "Error" : "Eroare", + "Name" : "Nume", + "Delete" : "Șterge" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |