diff options
Diffstat (limited to 'apps/files_trashbin/l10n/bs.js')
-rw-r--r-- | apps/files_trashbin/l10n/bs.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/bs.js b/apps/files_trashbin/l10n/bs.js index 70b584f2951..94346863df6 100644 --- a/apps/files_trashbin/l10n/bs.js +++ b/apps/files_trashbin/l10n/bs.js @@ -1,6 +1,9 @@ OC.L10N.register( "files_trashbin", { - "Name" : "Ime" + "Restore" : "Obnovi", + "Error" : "Greška", + "Name" : "Ime", + "Delete" : "Izbriši" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |