diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-10 19:21:14 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-10 19:21:14 +0200 |
commit | 4136174517d426dcec74304ce004b4c845f075f5 (patch) | |
tree | 0dacb02a42c09463fab55e77949492d7be7383d8 /program/localization/bs_BA/labels.inc | |
parent | 63573c931224d9496ab92027e94543dd9f7d9d36 (diff) |
Clean up translations once again, this time remove untranslated strings for all langs
Diffstat (limited to 'program/localization/bs_BA/labels.inc')
-rw-r--r-- | program/localization/bs_BA/labels.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/program/localization/bs_BA/labels.inc b/program/localization/bs_BA/labels.inc index fd3495af0..df58d8d60 100644 --- a/program/localization/bs_BA/labels.inc +++ b/program/localization/bs_BA/labels.inc @@ -15,8 +15,6 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ - - $labels['welcome'] = 'Dobrodošli u $product'; $labels['username'] = 'Korisnik'; $labels['password'] = 'Šifra'; @@ -178,6 +176,7 @@ $labels['searchmod'] = 'Modifikacija pretrage'; $labels['msgtext'] = 'Cijela poruka'; $labels['body'] = 'Tijelo'; $labels['type'] = 'Vrsta'; +$labels['namex'] = 'Ime'; $labels['openinextwin'] = 'Otvori u novom prozoru'; $labels['emlsave'] = 'Preuzmi (.eml)'; $labels['changeformattext'] = 'Prikaži kao obični tekst'; @@ -317,8 +316,11 @@ $labels['searchdelete'] = 'Obriši pretragu'; $labels['import'] = 'Uvoz'; $labels['importcontacts'] = 'Uvoz kontakata'; $labels['importfromfile'] = 'Uvoz iz datoteke:'; -$labels['importtarget'] = 'Dodaj novi kontakt u adresar:'; +$labels['importtarget'] = 'Dodaj kontakte u'; $labels['importreplace'] = 'Zamijeni cijeli adresar'; +$labels['importgroups'] = 'Uvezi grupne zadatke'; +$labels['importgroupsall'] = 'Sve (kreiraj grupe ako je potrebno)'; +$labels['importgroupsexisting'] = 'Samo za postojeće grupe'; $labels['importdesc'] = 'Kontakte možete dodati iz postojećeg adresara.<br/>Trenutno podržavamo uvoz adresara u formatima <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> ili CSV (comma-separated).'; $labels['done'] = 'Završeno'; $labels['settingsfor'] = 'Podešavanja za'; |