From 000e4bf02a963ea08b405d9b5eabe2f9ee5a60cf Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 13 Jan 2006 17:43:21 +0000 Subject: Added Slovak localization (patch 1386945) --- program/localization/de_DE/labels.inc | 7 ++ program/localization/de_DE/messages.inc | 7 ++ program/localization/en_US/labels.inc | 2 + program/localization/en_US/messages.inc | 2 - program/localization/index.inc | 1 + program/localization/sk/labels.inc | 182 ++++++++++++++++++++++++++++++++ program/localization/sk/messages.inc | 82 ++++++++++++++ 7 files changed, 281 insertions(+), 2 deletions(-) create mode 100644 program/localization/sk/labels.inc create mode 100644 program/localization/sk/messages.inc diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index 6e23ecc34..3d4c83bfe 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -149,6 +149,13 @@ $labels['contactsfromto'] = 'Kontakte $from bis $to von $count'; $labels['print'] = 'Drucken'; $labels['export'] = 'Exportieren'; +// LDAP search +$labels['ldappublicsearchname'] = 'Kontakt-Name'; +$labels['ldappublicsearchtype'] = 'Genaue Übereinstimmung'; +$labels['ldappublicserverselect'] = 'Server-Auswahl'; +$labels['ldappublicsearchfield'] = 'Suche in'; +$labels['ldappublicsearchform'] = 'Adressen suchen'; +$labels['ldappublicsearch'] = 'Suchen'; // settings // Einstellungen $labels['settingsfor'] = 'Einstellungen für'; diff --git a/program/localization/de_DE/messages.inc b/program/localization/de_DE/messages.inc index e0565fad6..a5cce7f83 100644 --- a/program/localization/de_DE/messages.inc +++ b/program/localization/de_DE/messages.inc @@ -72,4 +72,11 @@ $messages['nobodywarning'] = 'Diese Nachricht ohne Inhalt senden?'; $messages['notsentwarning'] = 'Ihre Nachricht wurde nicht gesendet. Wollen Sie die Nachricht verwerfen?'; +$messages['noldapserver'] = 'Bitte wählen Sie einen LDAP-Server aus'; + +$messages['nocontactsreturned'] = 'Es wurden keine Kontakte gefunden'; + +$messages['nosearchname'] = 'Bitte geben Sie einen Namen oder eine E-Mail-Adresse ein'; + + ?> \ No newline at end of file diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 1355c071d..1ad3c6752 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -150,6 +150,7 @@ $labels['contactsfromto'] = 'Contacts $from to $to of $count'; $labels['print'] = 'Print'; $labels['export'] = 'Export'; +// LDAP search $labels['ldappublicsearchname'] = 'Contact name'; $labels['ldappublicsearchtype'] = 'Exact match?'; $labels['ldappublicserverselect'] = 'Select servers'; @@ -157,6 +158,7 @@ $labels['ldappublicsearchfield'] = 'Search on'; $labels['ldappublicsearchform'] = 'Look for a contact'; $labels['ldappublicsearch'] = 'Search'; + // settings $labels['settingsfor'] = 'Settings for'; diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index 5a662d279..37b716267 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -78,8 +78,6 @@ $messages['nobodywarning'] = 'Send this message without text?'; $messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?'; -$messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?'; - $messages['noldapserver'] = 'Please select an ldap server to search'; $messages['nocontactsreturned'] = 'No contacts were found'; diff --git a/program/localization/index.inc b/program/localization/index.inc index 52aef0a2a..18fadc784 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -53,6 +53,7 @@ 'fi' => 'Suomi', 'se' => 'Svenska', 'si' => 'Slovenian', + 'sk' => 'Slovak', 'tr' => 'Turkish', 'vn' => 'Vietnamese' ); diff --git a/program/localization/sk/labels.inc b/program/localization/sk/labels.inc new file mode 100644 index 000000000..216df8689 --- /dev/null +++ b/program/localization/sk/labels.inc @@ -0,0 +1,182 @@ + | + +-----------------------------------------------------------------------+ + + $Id$ + +*/ + +$labels = array(); +$utf8_decoding = TRUE; +// login page +$labels['username'] = 'Užívateľ'; +$labels['password'] = 'Heslo'; +$labels['server'] = 'Server'; +$labels['login'] = 'Prihlásiť'; + +// taskbar +$labels['logout'] = 'Odhlásiť'; +$labels['mail'] = 'E-Mail'; +$labels['settings'] = 'Osobné nastavenia'; +$labels['addressbook'] = 'Adresár'; + +// mailbox names +$labels['inbox'] = 'Doručená pošta'; +$labels['sent'] = 'Odoslané'; +$labels['trash'] = 'Kôš'; +$labels['drafts'] = 'Nedokončené'; +$labels['junk'] = 'Nevyžiadaná pošta'; + +// message listing +$labels['subject'] = 'Predmet'; +$labels['from'] = 'Odosielateľ'; +$labels['to'] = 'Adresát'; +$labels['cc'] = 'Kópia'; +$labels['bcc'] = 'Bcc'; +$labels['replyto'] = 'Odpovedať na'; +$labels['date'] = 'Dátum'; +$labels['size'] = 'Veľkosť'; +$labels['priority'] = 'Priorita'; +$labels['organization'] = 'Organizácia'; + +// aliases +$labels['reply-to'] = $labels['replyto']; + +$labels['mailboxlist'] = 'Adresár'; +$labels['messagesfromto'] = 'Správy od $from do $to z $count'; +$labels['messagenrof'] = 'Správa $nr z $count'; + +$labels['moveto'] = 'Presunúť do...'; +$labels['download'] = 'Stiahnuť'; + +$labels['filename'] = 'Meno súboru'; +$labels['filesize'] = 'Veľkosť súboru'; + +$labels['preferhtml'] = 'Uprednostniť HTML zobrazenie'; +$labels['htmlmessage'] = 'HTML správa'; +$labels['prettydate'] = ''; + +$labels['addtoaddressbook'] = 'Pridaj do adresára'; + +// weekdays short +$labels['sun'] = 'Ne'; +$labels['mon'] = 'Po'; +$labels['tue'] = 'Ut'; +$labels['wed'] = 'St'; +$labels['thu'] = 'Štv'; +$labels['fri'] = 'Pia'; +$labels['sat'] = 'So'; + +// weekdays long +$labels['sunday'] = 'Nedeľa'; +$labels['monday'] = 'Pondelok'; +$labels['tuesday'] = 'Utorok'; +$labels['wednesday'] = 'Streda'; +$labels['thursday'] = 'Štvrtok'; +$labels['friday'] = 'Piatok'; +$labels['saturday'] = 'Sobota'; + +$labels['today'] = 'Dnes'; + +// toolbar buttons +$labels['writenewmessage'] = 'Vytvor novú správu'; +$labels['replytomessage'] = 'Odpovedať'; +$labels['replytoallmessage'] = 'Odpovedať všetkým'; +$labels['forwardmessage'] = 'Poslať ďalej'; +$labels['deletemessage'] = 'Presuň správu do koša'; +$labels['printmessage'] = 'Vytlač správu'; +$labels['previousmessages'] = 'Zobraziť predchádzajúcu správu'; +$labels['nextmessages'] = 'Zobraziť daľšiu správu'; +$labels['backtolist'] = 'Späť na zoznam správ'; +$labels['viewsource'] = 'Ukáž zdroj správy'; + +$labels['select'] = 'Výber'; +$labels['all'] = 'Všetky'; +$labels['none'] = 'Žiadnu'; +$labels['unread'] = 'Neprečítané'; + +// message compose +$labels['compose'] = 'Vytvoriť správu'; +$labels['sendmessage'] = 'Odoslať správu'; +$labels['addattachment'] = 'Pridať prílohu'; +$labels['charset'] = 'Znaková sada'; + +$labels['attachments'] = 'Prílohy'; +$labels['upload'] = 'Nahrať'; +$labels['close'] = 'Zatvor'; + +$labels['low'] = 'Nízka'; +$labels['lowest'] = 'Najnižšia'; +$labels['normal'] = 'Normálna'; +$labels['high'] = 'Vysoká'; +$labels['highest'] = 'Najvyššia'; + +$labels['nosubject'] = '(bez predmetu)'; +$labels['showimages'] = 'Ukáž obrázky'; + + +// address boook +$labels['name'] = 'Celé meno'; +$labels['firstname'] = 'Meno'; +$labels['surname'] = 'Priezvisko'; +$labels['email'] = 'E-Mail'; + +$labels['addcontact'] = 'Pridaj nový kontakt'; +$labels['editcontact'] = 'Uprav kontakt'; + +$labels['edit'] = 'Uprav'; +$labels['cancel'] = 'Zruš'; +$labels['save'] = 'Ulož'; +$labels['delete'] = 'Zmaž'; + +$labels['newcontact'] = 'Vytvor novú kartu'; +$labels['deletecontact'] = 'Zmaž zvolené karty'; +$labels['composeto'] = 'Vytvor správu'; +$labels['contactsfromto'] = 'Kontakty od $from do $to z $count'; +$labels['print'] = 'Tlač'; +$labels['export'] = 'Export'; + + +// settings +$labels['settingsfor'] = 'Nastavenia pre'; + +$labels['preferences'] = 'Vlastnosti'; +$labels['userpreferences'] = 'Užívateľské vlastnosti'; +$labels['editpreferences'] = 'Uprav užívateľské vlastnosti'; + +$labels['identities'] = 'Profily'; +$labels['manageidentities'] = 'Spravovať profily pri tomto účte'; +$labels['newidentity'] = 'Nový profil'; + +$labels['newitem'] = 'Nová položka'; +$labels['edititem'] = 'Uprav položku'; + +$labels['setdefault'] = 'Obnoviť pôvodné'; +$labels['language'] = 'Jazyk'; +$labels['timezone'] = 'Časová zóna'; +$labels['pagesize'] = 'Riadky na stránku'; +$labels['signature'] = 'Podpis'; + +$labels['folders'] = 'Zložky'; +$labels['foldername'] = 'Meno zložky'; +$labels['subscribed'] = 'Podpísaný'; +$labels['create'] = 'Vytvorit'; +$labels['createfolder'] = 'Vytvor novú zložku'; +$labels['deletefolder'] = 'Zmaž zložku'; +$labels['managefolders'] = 'Spravovať zložky'; + +$labels['sortby'] = 'Triediť podľa'; +$labels['sortasc'] = 'Triediť vzostupne'; +$labels['sortdesc'] = 'Triediť zostupne'; + +?> diff --git a/program/localization/sk/messages.inc b/program/localization/sk/messages.inc new file mode 100644 index 000000000..83abc5d46 --- /dev/null +++ b/program/localization/sk/messages.inc @@ -0,0 +1,82 @@ + | + +-----------------------------------------------------------------------+ + + $Id$ + +*/ + +$messages = array(); +$utf8_decoding = TRUE; +$messages['loginfailed'] = 'Chybné prihlásenie'; + +$messages['cookiesdisabled'] = 'Váš internetový prehliadač nepodporuje cookies, ktoré sú potrebné pre prihlásenie'; + +$messages['sessionerror'] = 'Vaše prihlásenie je neplatné alebo vypršala jeho platnosť'; + +$messages['imaperror'] = 'Nepodarilo sa spojiť s IMAP serverom'; + +$messages['nomessagesfound'] = 'Vo Vašej schránke nie je žiadna správa'; + +$messages['loggedout'] = 'Odhlásenie prebehlo úspešne. Dovidenia.'; + +$messages['mailboxempty'] = 'Schránka je prázdna'; + +$messages['loading'] = 'Nahrávam...'; + +$messages['loadingdata'] = 'Nahrávam údaje...'; + +$messages['sendingmessage'] = 'Posielam správu...'; + +$messages['messagesent'] = 'Správa bola odoslaná'; + +$messages['successfullysaved'] = 'Uložené'; + +$messages['addedsuccessfully'] = 'Kontakt bol pridaný do adresára'; + +$messages['contactexists'] = 'Kontakt s touto e-mailovou adresou už existuje'; + +$messages['blockedimages'] = 'Z bezpečnostných dôvodov sú v správe zablokované obrázky.'; + +$messages['encryptedmessage'] = 'Táto správa je zakryptovaná, a nie je možné ju zobraziť!'; + +$messages['nocontactsfound'] = 'Nemáte žiadne kontakty'; + +$messages['sendingfailed'] = 'Odosielanie správy zlyhalo'; + +$messages['errorsaving'] = 'Vyskytla sa chyba pri ukladaní'; + +$messages['errormoving'] = 'Nemôžem presunúť správu'; + +$messages['errordeleting'] = 'Nemôžem zmazať správu'; + +$messages['deletefolderconfirm'] = 'Ste si istý, že chcete zmazať túto zložku?'; + +$messages['formincomplete'] = 'Formulár nie je kompletne vyplnený'; + +$messages['noemailwarning'] = 'Prosím vložte platnú emailovú adresu'; + +$messages['nonamewarning'] = 'Prosím zadajte meno'; + +$messages['nopagesizewarning'] = 'Prosím zadajte počet strán'; + +$messages['norecipientwarning'] = 'Prosím vložte aspoň jedného príjemcu'; + +$messages['nosubjectwarning'] = 'Predmet správy je prázdny. Chcete ho teraz zadať?'; + +$messages['nobodywarning'] = 'Chcete odoslať správu bez textu?'; + +$messages['notsentwarning'] = 'Správa nebola odoslaná, chcete ju zrušiť?'; + + +?> -- cgit v1.2.3