social/l10n/bs.js

16 wiersze
435 B
JavaScript
Czysty Zwykły widok Historia

2019-12-22 03:42:00 +00:00
OC.L10N.register(
"social",
{
2020-06-26 02:56:59 +00:00
"Help" : "Pomoć",
2019-12-22 03:42:00 +00:00
"Finish setup" : "Završite postavke",
"Home" : "Početna stranica",
"Notifications" : "Notifikacija",
"Post" : "Objava",
2019-12-22 03:42:00 +00:00
"Public" : "Javno",
"Delete" : "Obriši",
"Edit" : "Izmjeni",
2019-12-22 03:42:00 +00:00
"Close" : "Zatvori",
"Continue" : "Nastavi"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");