nextcloud/apps/files_trashbin/l10n/bs.js

11 lines
287 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
2014-12-31 09:54:33 +03:00
"Restore" : "Obnovi",
2015-11-24 09:56:32 +03:00
"Delete" : "Izbriši",
2014-12-31 09:54:33 +03:00
"Error" : "Greška",
2015-01-01 09:54:30 +03:00
"Select all" : "Označi sve",
2015-11-24 09:56:32 +03:00
"Name" : "Ime"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");