diff options
Diffstat (limited to 'apps/files_trashbin/l10n/sr.js')
-rw-r--r-- | apps/files_trashbin/l10n/sr.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/sr.js b/apps/files_trashbin/l10n/sr.js new file mode 100644 index 00000000000..fdaae6185ad --- /dev/null +++ b/apps/files_trashbin/l10n/sr.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "files_trashbin", + { + "Deleted files" : "Обрисане датотеке", + "Restore" : "Врати", + "Error" : "Грешка", + "Nothing in here. Your trash bin is empty!" : "Овде нема ништа. Корпа за отпатке је празна.", + "Name" : "Име", + "Deleted" : "Обрисано", + "Delete" : "Обриши" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |