summaryrefslogtreecommitdiff
path: root/program/localization/bs_BA/labels.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-02-04 18:05:36 +0000
committerthomascube <thomas@roundcube.net>2006-02-04 18:05:36 +0000
commit76ffa2a099300325b34c92a9291dc4031b8a0d8a (patch)
tree23d83158c58f6d2ecdde609431806dc3efdbe4b3 /program/localization/bs_BA/labels.inc
parent2a1e18e50fb2fdd238fe751a86d79dd790e86483 (diff)
Added Bosnian and Croation translation
Diffstat (limited to 'program/localization/bs_BA/labels.inc')
-rw-r--r--program/localization/bs_BA/labels.inc195
1 files changed, 195 insertions, 0 deletions
diff --git a/program/localization/bs_BA/labels.inc b/program/localization/bs_BA/labels.inc
new file mode 100644
index 000000000..bdb583203
--- /dev/null
+++ b/program/localization/bs_BA/labels.inc
@@ -0,0 +1,195 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | language/bs_BA/labels.inc |
+ | |
+ | Language file of the RoundCube Webmail client |
+ | Copyright (C) 2005, RoundQube Dev. - Switzerland |
+ | Licensed under the GNU GPL |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Begzudin Omerovic <boNOSPAM@oglasi.com> |
+ | Corrections: Salčin Adis <adminNOSPAM@chat.ba> |
+ +-----------------------------------------------------------------------+
+
+ $Id$
+
+*/
+
+$labels = array();
+
+// login page // Login-Seite
+$labels['username'] = 'Korisnički email';
+$labels['password'] = 'Šifra';
+$labels['server'] = 'Server';
+$labels['login'] = 'Prijava';
+
+// taskbar // Aktionsleiste
+$labels['logout'] = 'Odjava';
+$labels['mail'] = 'E-Mail';
+$labels['settings'] = 'Lične Postavke';
+$labels['addressbook'] = 'Adresar';
+
+// mailbox names // E-Mail-Ordnernamen
+$labels['inbox'] = 'Primljene';
+$labels['sent'] = 'Poslate';
+$labels['trash'] = 'Obrisane';
+$labels['drafts'] = 'Draft';
+$labels['junk'] = 'Smeće(Junk)';
+
+// message listing // Nachrichtenliste
+$labels['subject'] = 'Naslov';
+$labels['from'] = 'Pošiljalac';
+$labels['to'] = 'Primalac';
+$labels['cc'] = 'Kopija (CC)';
+$labels['bcc'] = 'Slijepa kopija (BCC)';
+$labels['replyto'] = 'Odgovori na';
+$labels['date'] = 'Datum';
+$labels['size'] = 'Veličina';
+$labels['priority'] = 'Prioritet';
+$labels['organization'] = 'Organizacija';
+
+// aliases // [Platzhalter]
+$labels['reply-to'] = $labels['replyto'];
+
+$labels['mailboxlist'] = 'Mape';
+$labels['messagesfromto'] = 'Poruke $from do $to od $count';
+$labels['messagenrof'] = 'Poruke $nr od $count';
+
+$labels['moveto'] = 'Pomjeri u...';
+$labels['download'] = 'Snimi(Download)';
+
+$labels['filename'] = 'Ime fajla';
+$labels['filesize'] = 'Veličina fajla';
+
+$labels['preferhtml'] = 'Sa HTML';
+$labels['htmlmessage'] = 'HTML Poruka';
+$labels['prettydate'] = 'Kratak prikaz datuma';
+
+$labels['addtoaddressbook'] = 'Dodajte u adresar';
+
+// weekdays short // Wochentage (Abkürzungen)
+$labels['sun'] = 'Ne';
+$labels['mon'] = 'Po';
+$labels['tue'] = 'Ut';
+$labels['wed'] = 'Sr';
+$labels['thu'] = 'Če';
+$labels['fri'] = 'Pe';
+$labels['sat'] = 'Su';
+
+// weekdays long // Wochentage (normal)
+$labels['sunday'] = 'Nedjelja';
+$labels['monday'] = 'Ponedjeljak';
+$labels['tuesday'] = 'Utorak';
+$labels['wednesday'] = 'Srijeda';
+$labels['thursday'] = 'Četvrtak';
+$labels['friday'] = 'petak';
+$labels['saturday'] = 'Subota';
+
+$labels['today'] = 'Danas';
+
+// toolbar buttons // Symbolleisten-Tipps
+$labels['writenewmessage'] = 'Napisati novu poruku';
+$labels['replytomessage'] = 'Odogovoriti na poruku';
+$labels['replytoallmessage'] = 'Odgovoriti počiljaocu i svim primateljima';
+$labels['forwardmessage'] = 'Proslijediti poruku';
+$labels['deletemessage'] = 'Prebaciti poruku u "Obrisane Poruke"';
+$labels['printmessage'] = 'Odštampati poruku';
+$labels['previousmessages'] = 'Pokazat prethodni set poruka';
+$labels['nextmessages'] = 'Pokazat naredni set poruka';
+$labels['backtolist'] = 'Povratak na listu poruka';
+
+$labels['select'] = 'Odabrati';
+$labels['all'] = 'Sve';
+$labels['none'] = 'Nijednu';
+$labels['unread'] = 'Nepročitane';
+
+$labels['compact'] = 'Zbiti';
+
+
+// message compose // Nachrichten erstellen
+$labels['compose'] = 'Napisati poruku';
+$labels['sendmessage'] = 'Poslati poruku sada';
+$labels['addattachment'] = 'Dodati fajl';
+$labels['charset'] = 'Standard';
+
+$labels['attachments'] = 'Dodatci';
+$labels['upload'] = 'Ubaciti';
+$labels['close'] = 'Zatvoriti';
+
+$labels['low'] = 'Nisko';
+$labels['lowest'] = 'Najniže';
+$labels['normal'] = 'Normalno';
+$labels['high'] = 'Visoko';
+$labels['highest'] = 'Najviše';
+
+$labels['nosubject'] = '(nema naslova)';
+$labels['showimages'] = 'Prikazati slike';
+
+
+// address book // Adressbuch
+$labels['name'] = 'Prikazano ime';
+$labels['firstname'] = 'Ime';
+$labels['surname'] = 'Prezime';
+$labels['email'] = 'E-Mail';
+
+$labels['addcontact'] = 'Dodati novi kontakt';
+$labels['editcontact'] = 'Izmjeniti kontakt';
+
+$labels['edit'] = 'Izmjeniti';
+$labels['cancel'] = 'Otkazati';
+$labels['save'] = 'Snimiti';
+$labels['delete'] = 'Obrisati';
+
+$labels['newcontact'] = 'Napraviti novu kontakt karticu';
+$labels['deletecontact'] = 'Obrisati odabrane kontakte';
+$labels['composeto'] = 'Napisati mail na';
+$labels['contactsfromto'] = 'Kontakti $from do $to od $count';
+$labels['print'] = 'Odštampati';
+$labels['export'] = 'Izvesti(Export)';
+
+// LDAP search
+$labels['ldapsearch'] = 'LDAP mapu pretraži';
+
+$labels['ldappublicsearchname'] = 'Ime kontakta';
+$labels['ldappublicsearchtype'] = 'Tačan tip pretrage';
+$labels['ldappublicserverselect'] = 'Odaberi server';
+$labels['ldappublicsearchfield'] = 'Traži u';
+$labels['ldappublicsearchform'] = 'Adresu pretraži';
+$labels['ldappublicsearch'] = 'Pretraži';
+
+// settings // Einstellungen
+$labels['settingsfor'] = 'Podešavanje za';
+
+$labels['preferences'] = 'Postavke';
+$labels['userpreferences'] = 'Korisničke postavke';
+$labels['editpreferences'] = 'Izmjeniti korisničke postavke';
+
+$labels['identities'] = 'Identitet';
+$labels['manageidentities'] = 'Uredi identitete za ovog korisnika';
+$labels['newidentity'] = 'Novi Identitet';
+
+$labels['newitem'] = 'Novi unos';
+$labels['edititem'] = 'Izmjeni unos';
+
+$labels['setdefault'] = 'Postavi standardno';
+$labels['language'] = 'Jezik';
+$labels['timezone'] = 'Vremenska zona';
+$labels['pagesize'] = 'Poruka po stranici';
+$labels['signature'] = 'Potpis';
+
+$labels['folder'] = 'Mapa';
+$labels['folders'] = 'Mape';
+$labels['foldername'] = 'Ime mape';
+$labels['subscribed'] = 'Pretplatiti';
+$labels['create'] = 'Napraviti';
+$labels['createfolder'] = 'Napraviti novi mapu';
+$labels['deletefolder'] = 'Obrisati mapu';
+$labels['managefolders'] = 'Uredi mape';
+
+$labels['sortby'] = 'Sortiraj po';
+$labels['sortasc'] = 'Sortiraj opadajuće';
+$labels['sortdesc'] = 'Sortiraj rastuće';
+
+?>