updated pt_BR, clean up in localization
| | |
| | | CHANGELOG RoundCube Webmail |
| | | --------------------------- |
| | | |
| | | 2007/02/06 (tomekp) |
| | | ---------- |
| | | - Updated (pl) translation |
| | | - Updated (pt_BR) translation (Robson F. Ramaldes) |
| | | - Big cleanup in program/localization |
| | | |
| | | 2007/02/05 (thomasb) |
| | | ---------- |
| | | - Updated Italian, Slovenian, Greek, Bulgarian, Hungarian and Croatian translation |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/da/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | All rights reserved. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | | Danish translation: Martin Moeller <martin@liga.dk> | |
| | | | Jesper R. Meyer <jrm@upthere.dk> | |
| | | | Author: Martin Moeller <martin@liga.dk> | |
| | | | Jesper R. Meyer <jrm@upthere.dk> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['sortby'] = 'Sortér efter'; |
| | | $labels['sortasc'] = 'Ældste først'; |
| | | $labels['sortdesc'] = 'Nyeste først'; |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/da/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | All rights reserved. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | | Danish translation : Martin Moeller <martin@liga.dk> | |
| | | | Jesper R. Meyer <jesper@upthere.dk> | |
| | | | Author : Martin Moeller <martin@liga.dk> | |
| | | | Jesper R. Meyer <jesper@upthere.dk> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Det lykkedes ikke at logge på'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Din browser accepterer ikke cookies'; |
| | | |
| | | $messages['sessionerror'] = 'Din session er ugyldig eller udløbet'; |
| | | |
| | | $messages['imaperror'] = 'Forbindelse til IMAP serveren fejlede'; |
| | | |
| | | $messages['nomessagesfound'] = 'Der blev ikke fundet nogen beskeder i denne postkasse'; |
| | | |
| | | $messages['loggedout'] = 'Du er nu logget af webmail. Farvel så længe!'; |
| | | |
| | | $messages['mailboxempty'] = 'Postkassen er tom!'; |
| | | |
| | | $messages['loading'] = 'Indlæser...'; |
| | | |
| | | $messages['loadingdata'] = 'Indlæser data...'; |
| | | |
| | | $messages['checkingmail'] = 'Tjekker for nye beskeder...'; |
| | | |
| | | $messages['sendingmessage'] = 'Sender besked...'; |
| | | |
| | | $messages['messagesent'] = 'Beskeden blev sendt korrekt'; |
| | | |
| | | $messages['savingmessage'] = 'Gemmer besked...'; |
| | | |
| | | $messages['messagesaved'] = 'Beskeden er gemt i kladdemappen'; |
| | | |
| | | $messages['successfullysaved'] = 'Det lykkedes at gemme'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Kontakten blev tilføjet adressebogen'; |
| | | |
| | | $messages['contactexists'] = 'Der er allerede en kontakt med denne email adresse'; |
| | | |
| | | $messages['blockedimages'] = 'For at beskytte dit privatliv er billeder fra internetservere blokeret i denne besked.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Beskeden er krypteret og kan ikke vises. Beklager!'; |
| | | |
| | | $messages['nocontactsfound'] = 'Ingen kontakter blev fundet'; |
| | | |
| | | $messages['sendingfailed'] = 'Kunne ikke sende beskeden'; |
| | | |
| | | $messages['errorsaving'] = 'Der opstod en fejl ved lagring af data'; |
| | | |
| | | $messages['errormoving'] = 'Kunne ikke flytte beskeden'; |
| | | |
| | | $messages['errordeleting'] = 'Kunne ikke slette beskeden'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Vil du virkelig slette den/de valgte kontakt(er)?'; |
| | | |
| | | $messages['deletemessagesconfirm'] = 'Vil du virkelig slette den/de valgte besked(er)?'; |
| | | |
| | | $messages['deleteconfirm'] = 'Vil du virkelig slette denne mappe?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Vil du virkelig slette alle beskeder i denne mappe?'; |
| | | |
| | | $messages['formincomplete'] = 'Formularen var ikke fuldstændig fyldt ud'; |
| | | |
| | | $messages['noemailwarning'] = 'Indtast venligst en gyldig email adresse'; |
| | | |
| | | $messages['nonamewarning'] = 'Angiv venligst et navn'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Angiv sidestørrelsen'; |
| | | |
| | | $messages['norecipientwarning'] = 'Indtast mindst én modtager'; |
| | | |
| | | $messages['nosubjectwarning'] = '\'Emne\'-feltet er tomt. Kunne du tænke dig at skrive et nu?'; |
| | | |
| | | $messages['nobodywarning'] = 'Send denne besked uden tekst?'; |
| | | |
| | | $messages['notsentwarning'] = 'Beskeden er ikke blevet sendt. Vil du kassere din besked?'; |
| | | |
| | | $messages['noldapserver'] = 'Vælg venligst hvilken LDAP-server der skal søges i'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Ingen kontakter blev fundet'; |
| | | |
| | | $messages['nosearchname'] = 'Indtast venligst en kontakts navn eller email adresse'; |
| | | |
| | | $messages['searchsuccessful'] = 'Fandt $nr beskeder'; |
| | | |
| | | $messages['searchnomatch'] = 'Søgningen fandt ingen beskeder'; |
| | | |
| | | $messages['searching'] = 'Søger...'; |
| | | |
| | | $messages['checking'] = 'Tjekker...'; |
| | | |
| | | $messages['nospellerrors'] = 'Ingen stavefejl fundet'; |
| | | |
| | | $messages['folderdeleted'] = 'Mappen blev slettet korrekt'; |
| | | |
| | | $messages['deletedsuccessfully'] = 'Slettet korrekt'; |
| | | |
| | | $messages['converting'] = 'Fjerner formatering fra besked...'; |
| | | |
| | | $messages['messageopenerror'] = 'Beskeden kunne ikke hentes fra serveren'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/de_CH/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | |
| | | | Corrections: Alexander Stiebing <ja.stiebing[NOSPAM]@web.de> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/de_CH/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Login fehlgeschlagen'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Ihr Browser akzeptiert keine Cookies'; |
| | | |
| | | $messages['sessionerror'] = 'Ihre Session ist ungültig oder abgelaufen'; |
| | | |
| | | $messages['imaperror'] = 'Keine Verbindung zum IMAP Server'; |
| | | |
| | | $messages['nomessagesfound'] = 'Keine Nachrichten in diesem Ordner'; |
| | | |
| | | $messages['loggedout'] = 'Sie haben Ihre Session erfolgreich beendet. Auf Wiedersehen!'; |
| | | |
| | | $messages['mailboxempty'] = 'Ordner ist leer'; |
| | | |
| | | $messages['loading'] = $messages['loadingdata'] = 'Daten werden geladen...'; |
| | | |
| | | $messages['checkingmail'] = 'Überprüfung auf neue Nachrichten...'; |
| | | |
| | | $messages['sendingmessage'] = 'Nachricht wird gesendet...'; |
| | | |
| | | $messages['messagesent'] = 'Nachricht erfolgreich gesendet'; |
| | | |
| | | $messages['savingmessage'] = 'Nachricht wird gespeichert...'; |
| | | |
| | | $messages['messagesaved'] = 'Nachricht als Entwurf gespeichert'; |
| | | |
| | | $messages['successfullysaved'] = 'Erfolgreich gespeichert'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Kontakt zum Adressbuch hinzugefügt'; |
| | | |
| | | $messages['contactexists'] = 'Es existiert bereits ein Eintrag mit dieser E-Mail-Adresse'; |
| | | |
| | | $messages['blockedimages'] = 'Um Ihre Privatsphäre zur schützen, wurden externe Bilder blockiert.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Dies ist eine verschlüsselte Nachricht und kann leider nicht angezeigt werden.'; |
| | | |
| | | $messages['nocontactsfound'] = 'Keine Kontakte gefunden'; |
| | | |
| | | $messages['sendingfailed'] = 'Versand der Nachricht fehlgeschlagen'; |
| | | |
| | | $messages['errorsaving'] = 'Beim Speichern ist ein Fehler aufgetreten'; |
| | | |
| | | $messages['errormoving'] = 'Nachricht konnte nicht verschoben werden'; |
| | | |
| | | $messages['errordeleting'] = 'Nachricht konnte nicht gelöscht werden'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Wollen Sie die ausgewählten Kontakte wirklich löschen'; |
| | | |
| | | $messages['deletemessagesconfirm'] = 'Wollen Sie die ausgewählten Nachrichten wirklich löschen?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Wollen Sie diesen Ordner wirklich löschen?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Wollen Sie diesen Ordner wirklich leeren?'; |
| | | |
| | | $messages['formincomplete'] = 'Das Formular wurde nicht vollständig ausgefüllt'; |
| | | |
| | | $messages['noemailwarning'] = 'Bitte geben Sie eine gültige E-Mail-Adresse ein'; |
| | | |
| | | $messages['nonamewarning'] = 'Bitte geben Sie einen Namen ein'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Bitte geben Sie eine Einträge pro Seite ein'; |
| | | |
| | | $messages['norecipientwarning'] = 'Bitte geben Sie mindestens einen Empfänger an'; |
| | | |
| | | $messages['nosubjectwarning'] = 'Die Betreffzeile ist leer. Möchten Sie jetzt einen Betreff eingeben?'; |
| | | |
| | | $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'; |
| | | |
| | | $messages['searchsuccessful'] = '$nr Nachrichten gefunden'; |
| | | |
| | | $messages['searchnomatch'] = 'Keine Treffer'; |
| | | |
| | | $messages['searching'] = 'Suche...'; |
| | | |
| | | $messages['checking'] = 'Prüfe...'; |
| | | |
| | | $messages['nospellerrors'] = 'Keine Rechtschreibfehler gefunden'; |
| | | |
| | | $messages['folderdeleted'] = 'Ordner erfolgreich gelöscht'; |
| | | |
| | | $messages['deletedsuccessfully'] = "Erfolgreich gelöscht"; |
| | | |
| | | $messages['converting'] = 'Entferne Formatierungen...'; |
| | | |
| | | $messages['messageopenerror'] = 'Die Nachricht konnte nicht vom Server geladen werden'; |
| | | |
| | | $messages['fileuploaderror'] = 'Der Dateiupload ist fehlgeschlagen'; |
| | | |
| | | $messages['filesizeerror'] = 'Die Datei überschreitet die maximale Grösse von $size'; |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/de_DE/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | | de_DE translation: Stephan Diehl <info@sd-edv.de> | |
| | | | Author: Stephan Diehl <info@sd-edv.de> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['sortasc'] = 'Aufsteigend sortieren'; |
| | | $labels['sortdesc'] = 'Absteigend sortieren'; |
| | | |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/de_DE/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | | de_DE translation: Stephan Diehl <info@sd-edv.de> | |
| | | | Author: Stephan Diehl <info@sd-edv.de> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $messages['fileuploaderror'] = 'Hochladen der Datei fehlgeschlagen'; |
| | | $messages['filesizeerror'] = 'Die hochzuladende Datei überschreitet die Maximalgröße von $size'; |
| | | |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/el/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jim Deves<jim@cobaltblue.gr> | |
| | | | Author: Jim Deves <jim@cobaltblue.gr> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['sortby'] = 'Ταξινόμιση κατά'; |
| | | $labels['sortasc'] = 'Αύξουσα ταξινόμιση'; |
| | | $labels['sortdesc'] = 'Φθίνουσα ταξινόμιση'; |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/el/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2207, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Jim Deves<jim@cobaltblue.gr> | |
| | | | Author: Jim Deves <jim@cobaltblue.gr> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Είσοδος Απέτυχε'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Ο φυλλομετρητής σας (browser) δεν αποδέχεται cookies'; |
| | | |
| | | $messages['sessionerror'] = 'Η συνεδρία σας είναι άκυρη ή έχει λήξη'; |
| | | |
| | | $messages['imaperror'] = 'Η σύνδεση με το διακομιστή IMAP απέτυχε'; |
| | | |
| | | $messages['nomessagesfound'] = 'Δε βρέθηκαν μηνύματα σε αυτή τη θυρίδα'; |
| | | |
| | | $messages['loggedout'] = 'Έχετε τερματίσει επιτυχώς τη συνεδρία. Αντίο!'; |
| | | |
| | | $messages['mailboxempty'] = 'Η θυρίδα είναι άδεια'; |
| | | |
| | | $messages['loading'] = 'Φόρτωση...'; |
| | | |
| | | $messages['loadingdata'] = 'Φόρτωση δεδομένων...'; |
| | | |
| | | $messages['checkingmail'] = 'Έλεγχος για νέα μηνύματα...'; |
| | | |
| | | $messages['sendingmessage'] = 'Αποστολή μηνύματος...'; |
| | | |
| | | $messages['messagesent'] = 'Μήνυμα εστάλη επιτυχώς'; |
| | | |
| | | $messages['savingmessage'] = 'Αποθήκευση μηνύματος...'; |
| | | |
| | | $messages['messagesaved'] = 'Μήνυμα αποθηκεύτηκε στα Πρόχειρα'; |
| | | |
| | | $messages['successfullysaved'] = 'Αποθηκεύτηκε επιτυχώς'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Η επαφή προστέθηκε επιτυχώς στο Βιβλίο Διευθύνσεων'; |
| | | |
| | | $messages['contactexists'] = 'Υπάρχει ήδη επαφή με αυτή τη διεύθυνση e-mail'; |
| | | |
| | | $messages['blockedimages'] = 'Για να προστατευτεί το απόρρητό σας, οι απομακρυσμένες εικόνες έχουν απενεργοποιηθεί σε αυτό το μήνυμα.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Αυτό το μήνυμα είναι κρυπτογραφημένο και δε μπορεί να προβληθεί. Συγνώμη!'; |
| | | |
| | | $messages['nocontactsfound'] = 'Δε βρέθηκαν επαφές'; |
| | | |
| | | $messages['sendingfailed'] = 'Αποστολή μηνύματος απέτυχε'; |
| | | |
| | | $messages['errorsaving'] = 'Παρουσιάστηκε σφάλμα κατά την αποθήκευση'; |
| | | |
| | | $messages['errormoving'] = 'Το μήνυμα δε μπορούσε να μετακινηθεί'; |
| | | |
| | | $messages['errordeleting'] = 'Το μήνυμα δε μπορούσε να διαγραφεί'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Θέλετε να διαγράψετε τη συγκεκριμένη επαφή/επαφές;'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Θέλετε να διαγράψετε το συγκεκριμένο φάκελο;'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Θέλετε να διαγράψετε όλα τα μηνύματα στο συγκεκριμένο φάκελο;'; |
| | | |
| | | $messages['formincomplete'] = 'Η φόρμα δεν έχει συμπληρωθεί πλήρως'; |
| | | |
| | | $messages['noemailwarning'] = 'Παρακαλώ εισάγεται έγκυρη διεύθυνση email'; |
| | | |
| | | $messages['nonamewarning'] = 'Παρακαλώ εισάγεται όνομα'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Παρακαλώ εισάγεται μέγεθος σελίδας'; |
| | | |
| | | $messages['norecipientwarning'] = 'Παρακαλώ εισάγεται τουλάχιστον έναν παραλήπτη'; |
| | | |
| | | $messages['nosubjectwarning'] = 'Το πεδίο "Θέμα" είναι άδειο. Θέλετε να εισάγεται ένα τώρα;'; |
| | | |
| | | $messages['nobodywarning'] = 'Αποστολή μηνύματος χωρίς κείμενο;'; |
| | | |
| | | $messages['notsentwarning'] = 'Το μήνυμα δεν έχει σταλεί. Θέλετε να το απορρίψετε;'; |
| | | |
| | | $messages['noldapserver'] = 'Please select an ldap server to search'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Δε βρέθηκαν επαφές'; |
| | | |
| | | $messages['nosearchname'] = 'Παρακαλώ εισάγεται όνομα επαφής ή διεύθυνση email'; |
| | | |
| | | $messages['searchsuccessful'] = '$nr μηνύματα βρέθηκαν'; |
| | | |
| | | $messages['searchnomatch'] = 'Η Εύρεση δεν επέστρεψε αποτελέσματα'; |
| | | |
| | | $messages['searching'] = 'Εύρεση...'; |
| | | |
| | | $messages['checking'] = 'Έλεγχος...'; |
| | | |
| | | $messages['nospellerrors'] = 'Δε βρέθηκαν ορθογραφικά λάθη'; |
| | | |
| | | $messages['folderdeleted'] = 'Ο φάκελος διαγράφηκε επιτυχώς'; |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/en_GB/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Weiran Zhang (weiran@weiran.co.uk) | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['sortasc'] = 'Sort ascending'; |
| | | $labels['sortdesc'] = 'Sort descending'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/en_GB/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Weiran Zhang (weiran@weiran.co.uk) | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Login failed'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Your browser does not accept cookies'; |
| | | |
| | | $messages['sessionerror'] = 'Your session is invalid or expired'; |
| | | |
| | | $messages['imaperror'] = 'Connection to IMAP server failed'; |
| | | |
| | | $messages['nomessagesfound'] = 'No messages found in this mailbox'; |
| | | |
| | | $messages['loggedout'] = 'You have successfully terminated the session. Good bye!'; |
| | | |
| | | $messages['mailboxempty'] = 'Mailbox is empty'; |
| | | |
| | | $messages['loading'] = 'Loading...'; |
| | | |
| | | $messages['loadingdata'] = 'Loading data...'; |
| | | |
| | | $messages['checkingmail'] = 'Checking for new messages...'; |
| | | |
| | | $messages['messagesent'] = 'Message sent successfully'; |
| | | |
| | | $messages['savingmessage'] = 'Saving message...'; |
| | | |
| | | $messages['messagesaved'] = 'Message saved to Drafts'; |
| | | |
| | | $messages['successfullysaved'] = 'Successfully saved'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Contact added successfully to address book'; |
| | | |
| | | $messages['contactexists'] = 'A contact with this e-mail address already exists'; |
| | | |
| | | $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.'; |
| | | |
| | | $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!'; |
| | | |
| | | $messages['nocontactsfound'] = 'No contacts found'; |
| | | |
| | | $messages['sendingfailed'] = 'Failed to send message'; |
| | | |
| | | $messages['errorsaving'] = 'An error occured while saving'; |
| | | |
| | | $messages['errormoving'] = 'Could not move the message'; |
| | | |
| | | $messages['errordeleting'] = 'Could not delete the message'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Do you really want to delete the selected contact(s)?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Do you really want to delete this folder?'; |
| | | |
| | | $messages['formincomplete'] = 'The form was not completely filled out'; |
| | | |
| | | $messages['noemailwarning'] = 'Please enter a valid email address'; |
| | | |
| | | $messages['nonamewarning'] = 'Please enter a name'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Please enter a page size'; |
| | | |
| | | $messages['norecipientwarning'] = 'Please enter at least one recipient'; |
| | | |
| | | $messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?'; |
| | | |
| | | $messages['nobodywarning'] = 'Send this message without text?'; |
| | | |
| | | $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'; |
| | | |
| | | $messages['nosearchname'] = 'Please enter a contact name or email address'; |
| | | |
| | | $messages['searchsuccessful'] = '$nr messages found'; |
| | | |
| | | $messages['searchnomatch'] = 'Search returned no matches'; |
| | | |
| | | $messages['searching'] = 'Searching...'; |
| | | |
| | | $messages['checking'] = 'Checking...'; |
| | | |
| | | $messages['nospellerrors'] = 'No spelling errors found'; |
| | | |
| | | $messages['folderdeleted'] = 'Folder successfully deleted'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/en_US/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['sortasc'] = 'Sort ascending'; |
| | | $labels['sortdesc'] = 'Sort descending'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/en/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Login failed'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Your browser does not accept cookies'; |
| | | |
| | | $messages['sessionerror'] = 'Your session is invalid or expired'; |
| | | |
| | | $messages['imaperror'] = 'Connection to IMAP server failed'; |
| | | |
| | | $messages['nomessagesfound'] = 'No messages found in this mailbox'; |
| | | |
| | | $messages['loggedout'] = 'You have successfully terminated the session. Good bye!'; |
| | | |
| | | $messages['mailboxempty'] = 'Mailbox is empty'; |
| | | |
| | | $messages['loading'] = 'Loading...'; |
| | | |
| | | $messages['loadingdata'] = 'Loading data...'; |
| | | |
| | | $messages['checkingmail'] = 'Checking for new messages...'; |
| | | |
| | | $messages['sendingmessage'] = 'Sending message...'; |
| | | |
| | | $messages['messagesent'] = 'Message sent successfully'; |
| | | |
| | | $messages['savingmessage'] = 'Saving message...'; |
| | | |
| | | $messages['messagesaved'] = 'Message saved to Drafts'; |
| | | |
| | | $messages['successfullysaved'] = 'Successfully saved'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Contact added successfully to address book'; |
| | | |
| | | $messages['contactexists'] = 'A contact with this e-mail address already exists'; |
| | | |
| | | $messages['blockedimages'] = 'To protect your privacy, remote images are blocked in this message.'; |
| | | |
| | | $messages['encryptedmessage'] = 'This is an encrypted message and can not be displayed. Sorry!'; |
| | | |
| | | $messages['nocontactsfound'] = 'No contacts found'; |
| | | |
| | | $messages['sendingfailed'] = 'Failed to send message'; |
| | | |
| | | $messages['errorsaving'] = 'An error occured while saving'; |
| | | |
| | | $messages['errormoving'] = 'Could not move the message'; |
| | | |
| | | $messages['errordeleting'] = 'Could not delete the message'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Do you really want to delete the selected contact(s)?'; |
| | | |
| | | $messages['deletemessagesconfirm'] = 'Do you really want to delete the selected message(s)?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Do you really want to delete this folder?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Do you really want to delete all messages in this folder?'; |
| | | |
| | | $messages['formincomplete'] = 'The form was not completely filled out'; |
| | | |
| | | $messages['noemailwarning'] = 'Please enter a valid email address'; |
| | | |
| | | $messages['nonamewarning'] = 'Please enter a name'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Please enter a page size'; |
| | | |
| | | $messages['norecipientwarning'] = 'Please enter at least one recipient'; |
| | | |
| | | $messages['nosubjectwarning'] = 'The "Subject" field is empty. Would you like to enter one now?'; |
| | | |
| | | $messages['nobodywarning'] = 'Send this message without text?'; |
| | | |
| | | $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'; |
| | | |
| | | $messages['nosearchname'] = 'Please enter a contact name or email address'; |
| | | |
| | | $messages['searchsuccessful'] = '$nr messages found'; |
| | | |
| | | $messages['searchnomatch'] = 'Search returned no matches'; |
| | | |
| | | $messages['searching'] = 'Searching...'; |
| | | |
| | | $messages['checking'] = 'Checking...'; |
| | | |
| | | $messages['nospellerrors'] = 'No spelling errors found'; |
| | | |
| | | $messages['folderdeleted'] = 'Folder successfully deleted'; |
| | | |
| | | $messages['deletedsuccessfully'] = "Successfully deleted"; |
| | | |
| | | $messages['converting'] = 'Removing formatting from message...'; |
| | | |
| | | $messages['messageopenerror'] = 'Could not load message from server'; |
| | | |
| | | $messages['fileuploaderror'] = 'File upload failed'; |
| | | |
| | | $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/es/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Javier Smaldone <javier@smaldone.com.ar | |
| | | | Author: Javier Smaldone <javier@smaldone.com.ar> | |
| | | | http://www.smaldone.com.ar | |
| | | | Based on previous work by David Grajal Blanco <dgrabla@gmail.com> | |
| | | | David Grajal Blanco <dgrabla@gmail.com> | |
| | | | http://david.grajal.net | |
| | | +-----------------------------------------------------------------------+ |
| | | | Changelog: | |
| | | | - 29/9/2006 Syntax check and style modifications | |
| | | | - 6/2/2006 Translations of new features and improvements | |
| | | | - 17/9/2005 First release | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['sortasc'] = 'Orden ascendente'; |
| | | $labels['sortdesc'] = 'Orden descendente'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/es/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Javier Smaldone <javier@smaldone.com.ar | |
| | | | Author: Javier Smaldone <javier@smaldone.com.ar> | |
| | | | http://www.smaldone.com.ar | |
| | | | Based on previous work by David Grajal Blanco <dgrabla@gmail.com> | |
| | | | David Grajal Blanco <dgrabla@gmail.com> | |
| | | | http://david.grajal.net | |
| | | +-----------------------------------------------------------------------+ |
| | | | Changelog: | |
| | | | - 29/9/2006 Syntax check and style modifications | |
| | | | - 6/2/2006 Translations of new features and improvements | |
| | | | - 17/9/2005 First release | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | |
| | | $messages['loginfailed'] = 'Contraseña incorrecta'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Su navegador no acepta cookies'; |
| | | |
| | | $messages['sessionerror'] = 'Su sesión no existe o ha expirado'; |
| | | |
| | | $messages['imaperror'] = 'Error de conexión con el servidor IMAP'; |
| | | |
| | | $messages['nomessagesfound'] = 'No se han encontrado mensajes en esta casilla'; |
| | | |
| | | $messages['loggedout'] = 'Ha cerrado la sesión. ¡Hasta pronto!'; |
| | | |
| | | $messages['mailboxempty'] = 'La casilla está vacía'; |
| | | |
| | | $messages['loading'] = 'Cargando...'; |
| | | |
| | | $messages['loadingdata'] = 'Cargando datos...'; |
| | | |
| | | $messages['checkingmail'] = 'Verificando si hay nuevos mensajes...'; |
| | | |
| | | $messages['sendingmessage'] = 'Enviando mensaje...'; |
| | | |
| | | $messages['messagesent'] = 'Mensaje enviado correctamente'; |
| | | |
| | | $messages['savingmessage'] = 'Guardar mensaje...'; |
| | | |
| | | $messages['messagesaved'] = 'Mensaje guardado en borradores'; |
| | | |
| | | $messages['successfullysaved'] = 'Guardado correctamente'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Contacto añadido correctamente a la libreta de direcciones'; |
| | | |
| | | $messages['contactexists'] = 'Ya existe un contacto con esta dirección de correo'; |
| | | |
| | | $messages['blockedimages'] = 'Para proteger su privacidad, las imágenes externas han sido bloqueadas en este mensaje'; |
| | | |
| | | $messages['encryptedmessage'] = 'Este es un mensaje cifrado y no puede ser mostrado. ¡Lo siento!'; |
| | | |
| | | $messages['nocontactsfound'] = 'No hay contactos'; |
| | | |
| | | $messages['sendingfailed'] = 'Error al enviar mensaje'; |
| | | |
| | | $messages['errorsaving'] = 'Ocurrió un error mientras se guardaba'; |
| | | |
| | | $messages['errormoving'] = 'No se ha podido mover el mensaje'; |
| | | |
| | | $messages['errordeleting'] = 'No se ha podido eliminar el mensaje'; |
| | | |
| | | $messages['deletecontactconfirm'] = '¿Realmente quiere eliminar los contactos seleccionados?'; |
| | | |
| | | $messages['deletefolderconfirm'] = '¿Está seguro de que quiere eliminar esta carpeta?'; |
| | | |
| | | $messages['purgefolderconfirm'] = '¿Está seguro de que quiere eliminar todos los mensajes de esta carpeta?'; |
| | | |
| | | $messages['formincomplete'] = 'No se han llenado todos los campos del formulario'; |
| | | |
| | | $messages['noemailwarning'] = 'Por favor, introduzca un e-mail válido'; |
| | | |
| | | $messages['nonamewarning'] = 'Por favor, introduzca su nombre'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Por favor, introduzca un tamaño de página'; |
| | | |
| | | $messages['norecipientwarning'] = 'Por favor, introduzca al menos un destinatario'; |
| | | |
| | | $messages['nosubjectwarning'] = 'El campo "Asunto" esta vacío. ¿Desea completarlo en este momento?'; |
| | | |
| | | $messages['nobodywarning'] = '¿Quiere enviar este mensaje sin texto?'; |
| | | |
| | | $messages['notsentwarning'] = 'El mensaje no ha sido enviado. ¿Desea descartar su mensaje?'; |
| | | |
| | | $messages['noldapserver'] = 'Por favor, seleccione un servidor LDAP para buscar'; |
| | | |
| | | $messages['nocontactsreturned'] = 'No se han encontrado contactos'; |
| | | |
| | | $messages['nosearchname'] = 'Por favor, introduzca un nombre o la dirección de e-mail'; |
| | | |
| | | $messages['searchsuccessful'] = 'Se encontraron $nr mensajes'; |
| | | |
| | | $messages['searchnomatch'] = 'La búsqueda no obtuvo resultados'; |
| | | |
| | | $messages['searching'] = 'Buscando...'; |
| | | |
| | | $messages['checking'] = 'Revisando...'; |
| | | |
| | | $messages['nospellerrors'] = 'No se encontraron errores ortográficos'; |
| | | |
| | | $messages['folderdeleted'] = 'Carpeta eliminada exitosamente'; |
| | | |
| | | $messages['deletedsuccessfully'] = "Eliminado exitosamente"; |
| | | |
| | | $messages['converting'] = 'Removiendo el formato del mensaje...'; |
| | | |
| | | $messages['messageopenerror'] = 'No puedo descargar el mensaje del servidor'; |
| | | |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | language/et_EE/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Üllar Pajus <yllar.pajus@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id: messages.inc 394 2006-12-04 10:31:40Z yllar $ |
| | | +-----------------------------------------------------------------------+ |
| | | | language/et_EE/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Üllar Pajus <yllar.pajus@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['sortby'] = 'Järjesta'; |
| | | $labels['sortasc'] = 'Järjesta kasvavalt'; |
| | | $labels['sortdesc'] = 'Järjesta kahanevalt'; |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/et_EE/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Üllar Pajus <yllar.pajus@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id: messages.inc 394 2006-12-04 10:31:40Z yllar $ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $messages['fileuploaderror'] = 'Faili üleslaadimine ebaõnnestus'; |
| | | $messages['filesizeerror'] = 'Üleslaetava faili suurus ületab maksimaalse suuruse $size'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/eu/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: pi <pi@beobide.net> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | |
| | | $labels['showimages'] = 'Irudiak bistarazi'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Izena bistarazi'; |
| | | $labels['firstname'] = 'Izena'; |
| | |
| | | $labels['print'] = 'Inprimatu'; |
| | | $labels['export'] = 'Esportatu'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Honen ezarpenak:'; |
| | | |
| | |
| | | $labels['timezone'] = 'Ordu zonaldea'; |
| | | $labels['pagesize'] = 'Lerro orrialdeko'; |
| | | |
| | | |
| | | $labels['folders'] = 'Karpetak'; |
| | | $labels['foldername'] = 'Karpeta izena'; |
| | | $labels['subscribed'] = 'Harpideturik'; |
| | |
| | | $labels['deletefolder'] = 'Karpeta ezabatu'; |
| | | $labels['managefolders'] = 'Karpeta kudeaketa'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/eu/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: pi <pi@beobide.net> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Saio sarrerak huts egin du'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Zure nabigatzaileak ez ditu cookie-ak onartzen'; |
| | | |
| | | $messages['sessionerror'] = 'Zure saioa baliogabea da edo iraungita dago'; |
| | | |
| | | $messages['imaperror'] = 'Huts IMAP zerbitzarira konektatzerakoan'; |
| | | |
| | | $messages['nomessagesfound'] = 'Ez da mezurik aurkitu postakutxa honetan'; |
| | | |
| | | $messages['loggedout'] = 'Saioa behar bezala amaitu duzu. Agur!'; |
| | | |
| | | $messages['mailboxempty'] = 'Postakutxa hutsik dago'; |
| | | |
| | | $messages['loadingdata'] = 'Datuak kargatzen...'; |
| | | |
| | | $messages['messagesent'] = 'Mezua behar bezala bidali da'; |
| | | |
| | | $messages['successfullysaved'] = 'Behar bezala gorde da'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Txartela behar bezala gehitu da helbide liburura'; |
| | | |
| | | $messages['contactexists'] = 'ePosta honetako txartel bat badago dagoeneko'; |
| | | |
| | | $messages['blockedimages'] = 'Zure pribazitatea mantentzeko hurruuneko irudiak blokeatu egin dira.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Hau enkriptaturiko mezu bat da eta ezin da bistarazi. Barkatu!'; |
| | | |
| | | $messages['nocontactsfound'] = 'Ez da txartelik aurkitu'; |
| | | |
| | | $messages['sendingfailed'] = 'Huts mezua bidaltzerakoan'; |
| | | |
| | | $messages['errorsaving'] = 'Errore bat gertatu da gordetzerakoan'; |
| | | |
| | | $messages['errormoving'] = 'Ezin da mezua mugitu'; |
| | | |
| | | $messages['errordeleting'] = 'Ezin da mezua ezabatu'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/fi/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Ville Alatalo <ville@alatalo.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | |
| | | // aliases |
| | | $labels['reply-to'] = $labels['replyto']; |
| | | |
| | | $labels['mailboxlist'] = 'Kansiot'; |
| | | $labels['messagesfromto'] = 'Viestit $from-$to/$count'; |
| | | $labels['messagenrof'] = 'Viesti $nr/$count'; |
| | | |
| | | $labels['moveto'] = 'siirrä...'; |
| | | $labels['download'] = 'lataa'; |
| | | |
| | | $labels['filename'] = 'Tiedoston nimi'; |
| | | $labels['filesize'] = 'Tiedoston koko'; |
| | | |
| | | $labels['preferhtml'] = 'Käytä HTML:aa'; |
| | | $labels['htmlmessage'] = 'HTML-viesti'; |
| | | $labels['prettydate'] = 'Nätit päiväykset'; |
| | | |
| | | $labels['addtoaddressbook'] = 'Lisää osoitekirjaan'; |
| | | |
| | | // weekdays short |
| | |
| | | $labels['thursday'] = 'Torstai'; |
| | | $labels['friday'] = 'Perjantai'; |
| | | $labels['saturday'] = 'Lauantai'; |
| | | |
| | | $labels['today'] = 'Tänään'; |
| | | |
| | | // toolbar buttons |
| | |
| | | |
| | | $labels['quota'] = 'Levytila'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Viestin kirjoitus'; |
| | | $labels['sendmessage'] = 'Lähetä viesti'; |
| | |
| | | |
| | | $labels['nosubject'] = '(ei otsikkoa)'; |
| | | $labels['showimages'] = 'Näytä kuvat'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Näkyvä nimi'; |
| | |
| | | $labels['ldappublicsearchfield'] = 'Hakusana'; |
| | | $labels['ldappublicsearchform'] = 'Etsi kontaktia'; |
| | | $labels['ldappublicsearch'] = 'Hae'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Asetukset'; |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/fi/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Ville Alatalo <ville@alatalo.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Sisäänkirjautuminen epäonnistui'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Selaimesi ei hyväksy evästeitä'; |
| | | |
| | | $messages['sessionerror'] = 'Sessio ei kelpaa tai ei ole enää voimassa'; |
| | | |
| | | $messages['imaperror'] = 'Yhteys IMAP-palvelimeen epäonnistui'; |
| | | |
| | | $messages['nomessagesfound'] = 'Kansiossa ei ole sähköpostiviestejä'; |
| | | |
| | | $messages['loggedout'] = 'Sinut on kirjattu ulos järjestelmästä.'; |
| | | |
| | | $messages['mailboxempty'] = 'Kansio on tyhjä'; |
| | | |
| | | $messages['loading'] = 'Ladataan...'; |
| | | |
| | | $messages['loadingdata'] = 'Ladataan tietoja...'; |
| | | |
| | | $messages['sendingmessage'] = 'Lähetetään viestiä...'; |
| | | |
| | | $messages['messagesent'] = 'Viesti lähetetty'; |
| | | |
| | | $messages['successfullysaved'] = 'Tallennus onnistui'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Kontakti lisätty osoitekirjaan'; |
| | | |
| | | $messages['contactexists'] = 'Samalla sähköpostiosoitteella on jo olemassa kontakti'; |
| | | |
| | | $messages['blockedimages'] = 'Turvallisuussyistä viestin kuvia ei näytetty.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Viesti on salattu, eikä sitä voida näyttää.'; |
| | | |
| | | $messages['nocontactsfound'] = 'Ei kontakteja'; |
| | | |
| | | $messages['sendingfailed'] = 'Viestin lähetys epäonnistui'; |
| | | |
| | | $messages['errorsaving'] = 'Tallennuksessa tapahtui virhe'; |
| | | |
| | | $messages['errormoving'] = 'Viestiä ei voitu siirtää'; |
| | | |
| | | $messages['errordeleting'] = 'Viestiä ei voitu poistaa'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Haluatko varmasti poistaa valitut kontaktit?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Haluatko varmasti poistaa kansion?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Haluatko varmasti poistaa kaikki viestit kansiosta?'; |
| | | |
| | | $messages['formincomplete'] = 'Lomakkeen tiedot olivat puutteelliset'; |
| | | |
| | | $messages['noemailwarning'] = 'Anna sähköpostiosoite'; |
| | | |
| | | $messages['nonamewarning'] = 'Anna nimi'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Anna sivukoko'; |
| | | |
| | | $messages['norecipientwarning'] = 'Anna ainakin yksi vastaanottaja'; |
| | | |
| | | $messages['nosubjectwarning'] = '"Otsikko" -kenttä on tyhjä. Haluaisitko kirjoittaa viestillesi otsikon?'; |
| | | |
| | | $messages['nobodywarning'] = 'Lähetetäänkö viesti ilman tekstiä?'; |
| | | |
| | | $messages['notsentwarning'] = 'Viestiä ei lähetetty. Haluatko poistaa viestin?'; |
| | | |
| | | $messages['noldapserver'] = 'Valitse ldap -palvelin'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Yhtään kontaktia ei löytynyt'; |
| | | |
| | | $messages['nosearchname'] = 'Anna kontaktin nimi tai sähköpostiosoite'; |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/fr/labels.inc | |
| | | | language/fr/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: aldweb <info@aldweb.com>, Pierre HAEGELI <pierre@haegeli.net> | |
| | | | Author: aldweb <info@aldweb.com> | |
| | | | Pierre HAEGELI <pierre@haegeli.net> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id: labels.inc 220 2006-06-12 17:33:21Z roundcube $ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['sortby'] = 'Trier par'; |
| | | $labels['sortasc'] = 'Tri ascendant'; |
| | | $labels['sortdesc'] = 'Tri descendant'; |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/fr/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: aldweb <info@aldweb.com>, Pierre HAEGELI <pierre@haegeli.net> | |
| | | | Author: aldweb <info@aldweb.com> | |
| | | | Pierre HAEGELI <pierre@haegeli.net> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id: messages.inc 139 2006-06-12 17:32:27Z roundcube $ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $messages['deletedsuccessfully'] = 'Supprimé(s) avec succès'; |
| | | $messages['converting'] = 'Suppression du formattage ...'; |
| | | $messages['messageopenerror'] = 'Impossible de charger le message du serveur'; |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/hr/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Edi Budimilic <edifreak@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['quicksearch'] = 'Brza pretraga'; |
| | | $labels['resetsearch'] = 'Prikaži sve poruke'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Nova poruka'; |
| | | $labels['savemessage'] = 'Spremi u \'Predlošci\''; |
| | |
| | | $labels['nosubject'] = '(bez naslova)'; |
| | | $labels['showimages'] = 'Prikaži slike'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Puno ime'; |
| | | $labels['firstname'] = 'Ime'; |
| | |
| | | $labels['previouspage'] = 'Sljedeća strana'; |
| | | $labels['nextpage'] = 'Prijašnja strana'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'Pretraga LDAP imenika'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Pretraži na'; |
| | | $labels['ldappublicsearchform'] = 'Pretraži kontakte'; |
| | | $labels['ldappublicsearch'] = 'Pretraga'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Postavke za'; |
| | |
| | | $labels['sortasc'] = 'Sortiraj rastućim nizom'; |
| | | $labels['sortdesc'] = 'Sortiraj opadajućim nizom'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/hr/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2207, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Edi Budimilic <edifreak@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Prijava neuspješna'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Vaš pretraživač ne podržava kolačiće (cookies)'; |
| | | |
| | | $messages['sessionerror'] = 'Morate se ponovno ulogirati'; |
| | | |
| | | $messages['imaperror'] = 'Neuspješna konekcija na IMAP server'; |
| | | |
| | | $messages['nomessagesfound'] = 'Nema poruka u sandučiću'; |
| | | |
| | | $messages['loggedout'] = 'Uspješno ste se odjavili.'; |
| | | |
| | | $messages['mailboxempty'] = 'Sandučuć je prazan'; |
| | | |
| | | $messages['loading'] = 'Učitavanje...'; |
| | | |
| | | $messages['loadingdata'] = 'Učitavanje podataka...'; |
| | | |
| | | $messages['checkingmail'] = 'Provjera novih poruka u tijeku...'; |
| | | |
| | | $messages['sendingmessage'] = 'Poruka se šalje...'; |
| | | |
| | | $messages['messagesent'] = 'Poruka je uspješno poslana'; |
| | | |
| | | $messages['savingmessage'] = 'Poruka se snima...'; |
| | | |
| | | $messages['messagesaved'] = 'Poruka uspješno spremljena u \'Predlošci\''; |
| | | |
| | | $messages['successfullysaved'] = 'Spremanje uspješno obavljeno'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Kontakt uspješno dodan u imenik'; |
| | | |
| | | $messages['contactexists'] = 'Kontakt sa ovom e-mail adresom već postoji u imeniku'; |
| | | |
| | | $messages['blockedimages'] = 'Zbog zaštite privatnosti, slike sa udaljenih servera su blokirane.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Ova poruka je zaštićena pa se ne može prikazati'; |
| | | |
| | | $messages['nocontactsfound'] = 'Imenik je prazan'; |
| | | |
| | | $messages['sendingfailed'] = 'Greška pri slanju poruke'; |
| | | |
| | | $messages['errorsaving'] = 'Greška pri spremanju'; |
| | | |
| | | $messages['errormoving'] = 'Greška pri premještanju poruke'; |
| | | |
| | | $messages['errordeleting'] = 'Greška pri brisanju poruke'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Želite li obrisati izabrane kontakte?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Želite li obrisati ovaj folder?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Želite li obrisati sve poruke u folderu?'; |
| | | |
| | | $messages['formincomplete'] = 'Forma nije u cjelosti popunjena'; |
| | | |
| | | $messages['noemailwarning'] = 'Unesite valjanu e-mail adresu'; |
| | | |
| | | $messages['nonamewarning'] = 'Unesite ime'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Unesite veličinu stranice'; |
| | | |
| | | $messages['norecipientwarning'] = 'Unesite primatelja (ZA)'; |
| | | |
| | | $messages['nosubjectwarning'] = 'Polje \'Naslov\' je prazno. Želite li unijeti naslov?'; |
| | | |
| | | $messages['nobodywarning'] = 'Želite li poslati poruku bez teksta?'; |
| | | |
| | | $messages['notsentwarning'] = 'Poruka nije poslana. Želite li odbaciti ovu poruku?'; |
| | | |
| | | $messages['noldapserver'] = 'Unesite LDAP server za pretragu'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Nije pronađen niti jedan kontakt'; |
| | | |
| | | $messages['nosearchname'] = 'Unesite ime ili e-mail adresu'; |
| | | |
| | | $messages['searchsuccessful'] = 'Broj pronađenih poruka: $nr'; |
| | | |
| | | $messages['searchnomatch'] = 'Traženi termin nije pronađen ni u jednoj poruci'; |
| | | |
| | | $messages['searching'] = 'Pretraga u tijeku...'; |
| | | |
| | | $messages['checking'] = 'Provjera u tijeku...'; |
| | | |
| | | $messages['nospellerrors'] = 'Nije pronađena niti jedna pravopisna greška'; |
| | | |
| | | $messages['folderdeleted'] = 'Folder uspješno obrisan'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/hu/messages.inc | |
| | | | | |
| | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Translator: Ervin Hegedüs <airween@damson.hu> | |
| | | +-----------------------------------------------------------------------+ |
| | | | Translation updated by rezso <rezso@rezso.net> on 2006-09-19 | |
| | | | Translation updated by PtY <peti@tuxwiki.hu> on 2007-01-05 | |
| | | | Author: PtY <peti@tuxwiki.hu> on 2007-01-05 | |
| | | | rezso <rezso@rezso.net> on 2006-09-19 | |
| | | | Ervin Hegedüs <airween@damson.hu> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['quicksearch'] = 'Gyorskeresés'; |
| | | $labels['resetsearch'] = 'Alapállapot'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Üzenet létrehozása'; |
| | | $labels['savemessage'] = 'Vázlat mentése'; |
| | |
| | | $labels['previouspage'] = 'Előző lap'; |
| | | $labels['nextpage'] = 'Következő lap'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'Keresés LDAP címtárban'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Keresés:'; |
| | | $labels['ldappublicsearchform'] = 'Kapcsolat keresése'; |
| | | $labels['ldappublicsearch'] = 'Keresés'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Beállítás'; |
| | |
| | | $labels['sortasc'] = 'növekvő'; |
| | | $labels['sortdesc'] = 'csökkenő'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/hu/messages.inc | |
| | | | | |
| | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Translator: Ervin Hegedüs <airween@damson.hu> | |
| | | +-----------------------------------------------------------------------+ |
| | | | Translation updated by rezso <rezso@rezso.net> on 2006-09-19 | |
| | | | Translation updated by PtY <peti@tuxwiki.hu> on 2007-01-05 | |
| | | | Author: PtY <peti@tuxwiki.hu> on 2007-01-05 | |
| | | | rezso <rezso@rezso.net> on 2006-09-19 | |
| | | | Ervin Hegedüs <airween@damson.hu> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Sikertelen belépés'; |
| | | |
| | | $messages['cookiesdisabled'] = 'A böngésző nem támogatja a sütik használatát'; |
| | | |
| | | $messages['sessionerror'] = 'Érvénytelen vagy lejárt munkamenet'; |
| | | |
| | | $messages['imaperror'] = 'Nem sikerült a kapcsolódás az IMAP szerverhez'; |
| | | |
| | | $messages['nomessagesfound'] = 'A fiók nem tartalmaz leveleket'; |
| | | |
| | | $messages['loggedout'] = 'Sikeres kijelentkezés. Viszont látásra!'; |
| | | |
| | | $messages['mailboxempty'] = 'A fiók üres'; |
| | | |
| | | $messages['loading'] = 'Betöltés...'; |
| | | |
| | | $messages['loadingdata'] = 'Az adatok betöltése...'; |
| | | |
| | | $messages['checkingmail'] = 'Új üzenetek keresése...'; |
| | | |
| | | $messages['sendingmessage'] = 'Az üzenet küldése...'; |
| | | |
| | | $messages['messagesent'] = 'Az üzenet elküldve'; |
| | | |
| | | $messages['savingmessage'] = 'Az üzenet mentése...'; |
| | | |
| | | $messages['messagesaved'] = 'Az üzenet elmentve a Sablonokhoz'; |
| | | |
| | | $messages['successfullysaved'] = 'A mentés sikerült'; |
| | | |
| | | $messages['addedsuccessfully'] = 'A cím hozzáadása a címjegyzékhez megtörtént'; |
| | | |
| | | $messages['contactexists'] = 'A kapcsolat már létezik ezzel az e-mail címmel'; |
| | | |
| | | $messages['blockedimages'] = 'Biztonsági okokból a távoli képek letöltése tiltott.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Az üzenet titkosított, emiatt nem tudom megjeleníteni.'; |
| | | |
| | | $messages['nocontactsfound'] = 'Nincs kapcsolat'; |
| | | |
| | | $messages['sendingfailed'] = 'Az üzenet elküldése nem sikerült'; |
| | | |
| | | $messages['errorsaving'] = 'A mentés során hiba lépett fel'; |
| | | |
| | | $messages['errormoving'] = 'Az üzenetet nem sikerült áthelyezni'; |
| | | |
| | | $messages['errordeleting'] = 'Az üzenetet nem sikerült törölni'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Biztos, hogy törölni szeretnéd a kijelölt címe(ke)t?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Biztos, hogy törölni szeretnéd ezt a mappát?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Biztos vagy benne, hogy az összes üzenet törölhető?'; |
| | | |
| | | $messages['formincomplete'] = 'Az űrlap hiányosan lett kitöltve'; |
| | | |
| | | $messages['noemailwarning'] = 'Adj meg egy valós e-mail címet'; |
| | | |
| | | $messages['nonamewarning'] = 'Adj meg egy nevet'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Add meg a papír méretét'; |
| | | |
| | | $messages['norecipientwarning'] = 'Legalább egy címzettet adj meg'; |
| | | |
| | | $messages['nosubjectwarning'] = 'A "Tárgy" mező üres. Szeretnéd most kitölteni?'; |
| | | |
| | | $messages['nobodywarning'] = 'Elküldöd az üzenetet tárgy nélkül?'; |
| | | |
| | | $messages['notsentwarning'] = 'Az üzenet még nem küldtem el. Eldobod az üzenetet?'; |
| | | |
| | | $messages['noldapserver'] = 'Adj meg egy LDAP szervert a kereséshez'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Nem találtam kapcsolatot'; |
| | | |
| | | $messages['nosearchname'] = 'Add meg a kapcsolat nevét vagy e-mail címét'; |
| | | |
| | | $messages['searchsuccessful'] = '$nr üzenetet találtam'; |
| | | |
| | | $messages['searchnomatch'] = 'Nincs találat'; |
| | | |
| | | $messages['searching'] = 'Keresés...'; |
| | | |
| | | $messages['checking'] = 'Ellenőrzés...'; |
| | | |
| | | $messages['nospellerrors'] = 'Nem találtam helyesírási hibát'; |
| | | |
| | | $messages['folderdeleted'] = 'A mappa sikeresen törölve'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php
|
| | |
|
| | | /*
|
| | |
|
| | | +-----------------------------------------------------------------------+
|
| | | | language/id_ID/labels.inc |
|
| | | | |
|
| | | | Language file of the RoundCube Webmail client |
|
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland |
|
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
|
| | | | Licensed under the GNU GPL |
|
| | | | |
|
| | | +-----------------------------------------------------------------------+
|
| | | | Author: Putu Arya Sabda Wijaya (klunxer@gmail.com) |
|
| | | | Author: Putu Arya Sabda Wijaya <klunxer@gmail.com> |
|
| | | +-----------------------------------------------------------------------+
|
| | |
|
| | | //04:46 PM 1/9/2007 labels.inc |
| | | @version $Id$
|
| | |
|
| | | |
| | | |
| | | */
|
| | |
|
| | | $labels = array();
|
| | |
| | | $labels['sortby'] = 'Urut berdasarkan';
|
| | | $labels['sortasc'] = 'Urut menaik';
|
| | | $labels['sortdesc'] = 'Urut menurun';
|
| | | ?>
|
| | |
|
| | | ?> |
| | |
| | | <?php
|
| | |
|
| | | /*
|
| | |
|
| | | +-----------------------------------------------------------------------+
|
| | | | language/id_ID/messages.inc |
|
| | | | language/id_ID/labels.inc |
|
| | | | |
|
| | | | Language file of the RoundCube Webmail client |
|
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland |
|
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
|
| | | | Licensed under the GNU GPL |
|
| | | | |
|
| | | +-----------------------------------------------------------------------+
|
| | | | Author: Putu Arya Sabda WIjaya (klunxer@gmail.com) |
|
| | | | Author: Putu Arya Sabda Wijaya <klunxer@gmail.com> |
|
| | | +-----------------------------------------------------------------------+
|
| | |
|
| | | //04:04 PM 1/9/2007 messages.inc
|
| | |
|
| | | @version $Id$
|
| | |
|
| | | */
|
| | |
|
| | | $messages = array();
|
| | |
| | | $messages['messageopenerror'] = 'Tidak dapat mengambil pesan dari server';
|
| | | $messages['fileuploaderror'] = 'Gagal mengunggah berkas';
|
| | | $messages['filesizeerror'] = 'Berkas terunggah mencapai ukuran maksimal dari $size';
|
| | | ?>
|
| | |
|
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/it/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Andrej Mocilnik <amocilnik@dotcom.ts.it> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/it/messages.inc | |
| | | | | |
| | |
| | | | Author: Andrej Mocilnik <amocilnik@dotcom.ts.it> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/ja/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Tadashi Jokagi <elf2000@users.sourceforge.net> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | EN-Revision: 396 |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['quicksearch'] = 'Quick search'; |
| | | $labels['resetsearch'] = 'Reset search'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'メッセージを作成する'; |
| | | $labels['sendmessage'] = 'メッセージを今すぐ送信する'; |
| | |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = '通常のテキスト'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = '表示名'; |
| | | $labels['firstname'] = '名前'; |
| | |
| | | $labels['nextpage'] = '次のセットを表示する'; |
| | | $labels['lastpage'] = '最後のセットを表示する'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'LDAP ディレクトリ検索'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Search on'; |
| | | $labels['ldappublicsearchform'] = 'Look for a contact'; |
| | | $labels['ldappublicsearch'] = '検索する'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = '次の設定:'; |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/ja/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Tadashi Jokagi <elf2000@users.sourceforge.net> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | EN-Revision: 388 |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'ログインに失敗しました。'; |
| | | |
| | | $messages['cookiesdisabled'] = 'ブラウザーが Cookie を受理しません。'; |
| | | |
| | | $messages['sessionerror'] = 'セッションが正しくないか期限切れです。'; |
| | | |
| | | $messages['imaperror'] = 'IMAP サーバーへの接続に失敗しました。'; |
| | | |
| | | $messages['nomessagesfound'] = 'このメールボックスでメッセージは見つかりません。'; |
| | | |
| | | $messages['loggedout'] = 'セッションの切断に成功しました。さようなら!'; |
| | | |
| | | $messages['mailboxempty'] = 'メールボックスは空です。'; |
| | | |
| | | $messages['loading'] = '読み込み中...'; |
| | | |
| | | $messages['loadingdata'] = 'データを読み込み中です...'; |
| | | |
| | | $messages['checkingmail'] = '新しいメッセージの確認中です...'; |
| | | |
| | | $messages['sendingmessage'] = 'メッセージの送信中です...'; |
| | | |
| | | $messages['messagesent'] = 'メッセージの送信に成功しました。'; |
| | | |
| | | $messages['savingmessage'] = 'メッセージを保存しています...'; |
| | | |
| | | $messages['messagesaved'] = 'メッセージを草稿に保存しました。'; |
| | | |
| | | $messages['successfullysaved'] = '保存に成功しました。'; |
| | | |
| | | $messages['addedsuccessfully'] = '連絡先をアドレス帳への追加に成功しました。'; |
| | | |
| | | $messages['contactexists'] = 'この電子メールアドレスはアドレス帳に既に存在します。'; |
| | | |
| | | $messages['blockedimages'] = 'プライバシを保護するために、このメッセージのリモート画像はブロックされました。'; |
| | | |
| | | $messages['encryptedmessage'] = 'これは暗号化されたメッセージで表示することができません。ごめんなさい!'; |
| | | |
| | | $messages['nocontactsfound'] = '連絡先が見つかりません。'; |
| | | |
| | | $messages['sendingfailed'] = 'メッセージの送信に失敗しました。'; |
| | | |
| | | $messages['errorsaving'] = '保存中にエラーが発生しました。'; |
| | | |
| | | $messages['errormoving'] = 'メッセージの移動ができません。'; |
| | | |
| | | $messages['errordeleting'] = 'メッセージの削除ができません。'; |
| | | |
| | | $messages['deletecontactconfirm'] = '本当に選択した連絡先を削除しますか?'; |
| | | |
| | | $messages['deletemessagesconfirm'] = '本当に選択したメッセージを削除しますか?'; |
| | | |
| | | $messages['deletefolderconfirm'] = '本当にこのフォルダーを削除しますか?'; |
| | | |
| | | $messages['purgefolderconfirm'] = '本当にこのフォルダーのすべてのメッセージを削除しますか?'; |
| | | |
| | | $messages['formincomplete'] = 'フォームが完全に入力されていません。'; |
| | | |
| | | $messages['noemailwarning'] = '有効な電子メールアドレスを入力してください。'; |
| | | |
| | | $messages['nonamewarning'] = '名前を入力してください。'; |
| | | |
| | | $messages['nopagesizewarning'] = 'ページサイズを入力してください。'; |
| | | |
| | | $messages['norecipientwarning'] = '少なくとも 1 つの受信者を入力してください。'; |
| | | |
| | | $messages['nosubjectwarning'] = '項目「件名」が空です。今すぐ入力しますか?'; |
| | | |
| | | $messages['nobodywarning'] = '本文の無いメッセージを送信しますか?'; |
| | | |
| | | $messages['notsentwarning'] = 'メッセージは送信されませんでした。メッセージを破棄したいですか?'; |
| | | |
| | | $messages['noldapserver'] = '検索する LDAP サーバーを選択してください。'; |
| | | |
| | | $messages['nocontactsreturned'] = '連絡先が見つかりません。'; |
| | | |
| | | $messages['nosearchname'] = '連絡先名か電子メールアドレスを入力してください。'; |
| | | |
| | | $messages['searchsuccessful'] = '$nr 個のメッセージが見つかりました。'; |
| | | |
| | | $messages['searchnomatch'] = '一致するものがありません。'; |
| | | |
| | | $messages['searching'] = '検索中です...'; |
| | | |
| | | $messages['checking'] = '確認中です...'; |
| | | |
| | | $messages['nospellerrors'] = 'スペルエラーはみつかりませんでした。'; |
| | | |
| | | $messages['folderdeleted'] = 'フォルダーの削除に成功しました。'; |
| | | |
| | | $messages['deletedsuccessfully'] = "削除に成功しました"; |
| | | |
| | | $messages['converting'] = 'メッセージから書式を削除中です...'; |
| | | |
| | | $messages['messageopenerror'] = 'サーバーからメッセージを読み込めません'; |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/lt/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Oleg Andrejev <ins@ins.lt> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | |
| | | $labels['quota'] = 'Disko naudojimas'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Rašyti nauja laiška'; |
| | | $labels['sendmessage'] = 'Išsiųsti laiską'; |
| | |
| | | |
| | | $labels['nosubject'] = '(nėra temos)'; |
| | | $labels['showimages'] = 'Rodyti paveikslėlius'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Rodomas vardas'; |
| | |
| | | $labels['ldappublicsearchfield'] = 'Ieškoti iš'; |
| | | $labels['ldappublicsearchform'] = 'Ieškoti kontakto'; |
| | | $labels['ldappublicsearch'] = 'Ieškoti'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Nustatymai prie'; |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/lt/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Oleg Andrejev <ins@ins.lt> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Prisijungti nepavyko'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Jūsų naršyklė nepriima slapukų'; |
| | | |
| | | $messages['sessionerror'] = 'Neteisinga sesija, arba pasibaigė jos galiojimo laikas'; |
| | | |
| | | $messages['imaperror'] = 'Nepavyko prisijungti prie IMAP serverio'; |
| | | |
| | | $messages['nomessagesfound'] = 'Aplanke laiškų nėra '; |
| | | |
| | | $messages['loggedout'] = 'Jus sėkmingai atsijungėte. Viso gero!'; |
| | | |
| | | $messages['mailboxempty'] = 'Aplankas tuščias'; |
| | | |
| | | $messages['loading'] = 'Kraunasi...'; |
| | | |
| | | $messages['loadingdata'] = 'Įkeliami duomenys...'; |
| | | |
| | | $messages['sendingmessage'] = 'Siunčiamas laiškas...'; |
| | | |
| | | $messages['messagesent'] = 'Laiškas sėkmingai nusiųstas'; |
| | | |
| | | $messages['successfullysaved'] = 'Sėkmingai išsaugota'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Kontaktas sėkmingai įkeltas į jūsų adresu knygutę'; |
| | | |
| | | $messages['contactexists'] = 'Kontaktas su tokiu adresu jau egzistuoja'; |
| | | |
| | | $messages['blockedimages'] = 'Jūsų saugumui apsaugoti, laiške esantys paveikslėliai nerodomi'; |
| | | |
| | | $messages['encryptedmessage'] = 'Šitas laiškas yra šifruotas ir negali būti parodytas'; |
| | | |
| | | $messages['nocontactsfound'] = 'Kontaktų nerasta'; |
| | | |
| | | $messages['sendingfailed'] = 'Nepavyko išsiųsti laišką'; |
| | | |
| | | $messages['errorsaving'] = 'Išsaugant įvyko klaida'; |
| | | |
| | | $messages['errormoving'] = 'Nepavyko perkelti laiško'; |
| | | |
| | | $messages['errordeleting'] = 'Nepavyko ištrinti laiško'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Ar jūs tikrai norite ištrinti pasirinktą(us) kontaktą(us)?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Ar jūs tikrai norite ištrinti šį aplanką?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Ar jūs tikrai norite ištrinti visus laiškus šiame aplanke'; |
| | | |
| | | $messages['formincomplete'] = 'Šios formos laukai ne pilnai užpildyti'; |
| | | |
| | | $messages['noemailwarning'] = 'Prašome įvesti teisingą el. pašto adresą'; |
| | | |
| | | $messages['nonamewarning'] = 'Prašom įvesti vardą'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Prašom įvesti puslapio dydį'; |
| | | |
| | | $messages['norecipientwarning'] = 'Prašom įvesti nors vieną gavėją'; |
| | | |
| | | $messages['nosubjectwarning'] = 'Temos laukas tuščias. Ar tikrai nenorite nieko įvesti?'; |
| | | |
| | | $messages['nobodywarning'] = 'Išsiųsti šį laišką be teksto?'; |
| | | |
| | | $messages['notsentwarning'] = 'Laiškas neišsiųstas. Ar jūs tikrai norite jį ištrinti?'; |
| | | |
| | | $messages['noldapserver'] = 'Prašom išsirinkti LDAP serveri paieškai'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Kontaktas(-ai) nerastas(-i)'; |
| | | |
| | | $messages['nosearchname'] = 'Prašom įvesti vardą arba el. pašto adresą'; |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/lv/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Rudolfs Osins <dev.random@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['none'] = 'Nevienu'; |
| | | $labels['unread'] = 'Nelasītās'; |
| | | |
| | | |
| | | |
| | | $labels['compact'] = 'Saspiest'; |
| | | $labels['empty'] = 'Iztukšot'; |
| | | $labels['purge'] = 'Iztīrīt'; |
| | | |
| | | $labels['quota'] = 'Kvota'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Rakstīt vēstuli'; |
| | |
| | | $labels['high'] = 'Augsta'; |
| | | $labels['highest'] = 'Augstākā'; |
| | | |
| | | |
| | | $labels['nosubject'] = '(no subject)'; |
| | | $labels['showimages'] = 'Rādīt attēlus'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Uzrādītais vārds'; |
| | |
| | | $labels['print'] = 'Drukāt'; |
| | | $labels['export'] = 'Eksportēt'; |
| | | |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'Meklēšana LDAP direktorijā'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Meklēt pēc'; |
| | | $labels['ldappublicsearchform'] = 'Meklēt kontaktpersonu'; |
| | | $labels['ldappublicsearch'] = 'Meklēt'; |
| | | |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Iestatījumi'; |
| | |
| | | $labels['pagesize'] = 'Rindas lapā'; |
| | | $labels['signature'] = 'Paraksts'; |
| | | |
| | | |
| | | $labels['folder'] = 'Mape'; |
| | | $labels['folders'] = 'Mapes'; |
| | | $labels['foldername'] = 'Mapes nosaukums'; |
| | |
| | | $labels['createfolder'] = 'Izveidot jaunu mapi'; |
| | | $labels['deletefolder'] = 'Dzēst mapi'; |
| | | $labels['managefolders'] = 'Rediģēt mapes'; |
| | | |
| | | |
| | | $labels['sortby'] = 'Kārtot pēc'; |
| | | $labels['sortasc'] = 'Kārtot augošā secībā'; |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/lv/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Rudolfs Osins <dev.random@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Neizdevās pieslēgties'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Jūsu pārlūkprogramma neatbalsta sīkdatnes (cookies)'; |
| | | |
| | | $messages['sessionerror'] = 'Jūsu sessija ir beigusies'; |
| | | |
| | | $messages['imaperror'] = 'Neizdevās pieslēgties IMAP serverim'; |
| | | |
| | | $messages['nomessagesfound'] = 'Šajā pastkastē nav vēstuļu'; |
| | | |
| | | $messages['loggedout'] = 'Jūs esat veiksmīgi atslēdzies'; |
| | | |
| | | $messages['mailboxempty'] = 'Pastkaste tukša'; |
| | | |
| | | $messages['loading'] = 'Notiek ielāde...'; |
| | | |
| | | $messages['loadingdata'] = 'Tiek ielādēti dati...'; |
| | | |
| | | $messages['sendingmessage'] = 'Tiek sūtīta vēstule...'; |
| | | |
| | | $messages['messagesent'] = 'Vēstule nosūtīta veiksmīgi'; |
| | | |
| | | $messages['successfullysaved'] = 'Saglabāts veiksmīgi'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Ieraksts veiksmīgi pievienots adrešu grāmatai'; |
| | | |
| | | $messages['contactexists'] = 'Ieraksts ar šādu e-pasta adresi jau eksistē'; |
| | | |
| | | $messages['blockedimages'] = 'Drošības nolūkos attēli, kas tiek ielādēti no cita servera, šajā vēstulē ir bloķēti'; |
| | | |
| | | $messages['encryptedmessage'] = 'Šī ir šifrēta vēstule un diemžēl nevar tikt parādīta'; |
| | | |
| | | $messages['nocontactsfound'] = 'Ieraksti netika atrasti'; |
| | | |
| | | $messages['sendingfailed'] = 'Vēstule netika nosūtīta'; |
| | | |
| | | $messages['errorsaving'] = 'Saglabājot vēstuli notikusi kļūme, vēstule netika saglabāta'; |
| | | |
| | | $messages['errormoving'] = 'Vēstule netika pārvietota'; |
| | | |
| | | $messages['errordeleting'] = 'Vēstule netika dzēsta'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Vai tiešām vēlaties dzēst iezīmēto(ās) kontaktpersonas?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Vai tiešām vēlaties dzēst šo mapi?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Vai tiešām vēlaties dzēst visas vēstules, kas atrodas šajā mapē?'; |
| | | |
| | | $messages['formincomplete'] = 'Formulārs nav pilnībā aizpildīts'; |
| | | |
| | | $messages['noemailwarning'] = 'Lūdzu ievadiet pareizu e-pasta adresi'; |
| | | |
| | | $messages['nonamewarning'] = 'Lūdzu ievadiet vārdu'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Lūdzu ievadiet lapas izmēru'; |
| | | |
| | | $messages['norecipientwarning'] = 'Lūdzu ievadiet vismaz vienu saņēmēju'; |
| | | |
| | | $messages['nosubjectwarning'] = 'Lauks "temats" ir tukšs. Vai vēlaties to aizpildīt tagad?'; |
| | | |
| | | $messages['nobodywarning'] = 'Sūtīt vēstuli bez satura teksta?'; |
| | | |
| | | $messages['notsentwarning'] = 'Vēstule netika nosūtīta. Vai vēlaties atmest savu vēstuli?'; |
| | | |
| | | $messages['noldapserver'] = 'Lūdzu izvēlaties LDAP serveri'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Neviena kontaktpersona netika atrasta'; |
| | | |
| | | $messages['nosearchname'] = 'Lūdzu ievadiet kontaktpersonas vārdu vai e-pasta adresi'; |
| | | |
| | | $messages['checking'] = 'Notiek pārbaude...'; |
| | | |
| | | $messages['nospellerrors'] = 'Netika atrastas pareizrakstības kļudas'; |
| | | |
| | | $messages['checkingmail'] = 'Notiek pasta pārbaude...'; |
| | | |
| | | $messages['savingmessage'] = 'Vēstule tiek saglabāta...'; |
| | | |
| | | $messages['messagesaved'] = 'Vēstule saglabāta pie uzmetumiem'; |
| | | |
| | | $messages['folderdeleted'] = 'Mape veiksmīgi izdzēsta'; |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/nb_NO/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | All rights reserved. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Olav Elstad <olav@elstad.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | |
| | | $labels['showimages'] = 'Vis bilder'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Vist navn'; |
| | | $labels['firstname'] = 'Fornavn'; |
| | |
| | | $labels['composeto'] = 'Skriv e-post til'; |
| | | $labels['contactsfromto'] = 'Kontakter $from til $to av $count'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Innstillinger for'; |
| | | |
| | |
| | | $labels['language'] = 'Språk'; |
| | | $labels['timezone'] = 'Tidssone'; |
| | | $labels['pagesize'] = 'Linjer per side'; |
| | | |
| | | |
| | | $labels['folders'] = 'Mapper'; |
| | | $labels['foldername'] = 'Mappenavn'; |
| | |
| | | # i use an additional description field - this might be used somewhere else |
| | | $labels['description'] = 'Beskrivelse'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/nb_NO/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | All rights reserved. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Olav Elstad <olav@elstad.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Mislykket pålogging'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Din nettleser aksepterer ikke cookies'; |
| | | |
| | | $messages['sessionerror'] = 'Din session er ugyldig eller utløpt'; |
| | | |
| | | $messages['imaperror'] = 'Forbindelsen til IMAP serveren sviktet'; |
| | | |
| | | $messages['nomessagesfound'] = 'Det ble ikke funnet noen beskjeder i denne postkassen'; |
| | | |
| | | $messages['loggedout'] = 'Du er logget av webmail. Ha det bra!'; |
| | | |
| | | $messages['mailboxempty'] = 'Postkassen er tom!'; |
| | | |
| | | $messages['loadingdata'] = 'Leser inn data...'; |
| | | |
| | | $messages['messagesent'] = 'Beskjeden ble sendt uten feil'; |
| | | |
| | | $messages['successfullysaved'] = 'Lagret'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Kontakten ble tilføyd adresseboken'; |
| | | |
| | | $messages['contactexists'] = 'Der er allerede en kontakt med denne e-post adressen'; |
| | | |
| | | $messages['blockedimages'] = 'Bilder fra internet servere er blokkert i denne e-posten.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Dette er en krypteret beskjed og kan ikke vises. Beklager!'; |
| | | |
| | | $messages['nocontactsfound'] = 'Ingen kontakter ble funnet'; |
| | | |
| | | $messages['sendingfailed'] = 'Kunne ikke sende e-posten'; |
| | | |
| | | $messages['errorsaving'] = 'Det oppstod en feil ved lagring av data'; |
| | | |
| | | $messages['loading'] = 'Leser inn ...'; |
| | | $messages['sendingmessage'] = 'Sender beskjed...'; |
| | | $messages['errormoving'] = 'Kunne ikke flytte beskjeden'; |
| | |
| | | $messages['nobodywarning'] = 'Send denne e-post uten tekst?'; |
| | | $messages['deletefolderconfirm'] = 'Vil du virkelig slette denne mappen?'; |
| | | $messages['notsentwarning'] = 'E-posten ble ikke sendt. Vil du slette meldingen?'; |
| | | |
| | | $messages['noldapserver'] = 'Venligst velg hvilken LDAP server det skal søkes i'; |
| | | $messages['nocontactsreturned'] = 'Ingen kontakter ble funnet'; |
| | | $messages['nosearchname'] = 'Venligst skriv inn kontaktens navn eller e-post adresse'; |
| | | |
| | | $messages['checking'] = 'Sjekker...'; |
| | | $messages['nospellerrors'] = 'Ingen stavefeil funnet'; |
| | | $messages['checkingmail'] = 'Sjekker for nye beskjeder...'; |
| | |
| | | $messages['messagesaved'] = 'Beskjed er lagret i kladdemappen'; |
| | | $messages['folderdeleted'] = 'Mappe slettet'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/nl_BE/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Dennis Heeren <dennis.heeren@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['nosubject'] = '(geen onderwerp)'; |
| | | $labels['showimages'] = 'Toon afbeeldingen'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Naam'; |
| | | $labels['firstname'] = 'Voornaam'; |
| | |
| | | $labels['sortdesc'] = 'Aflopend sorteren'; |
| | | $labels['sortasc'] = 'Oplopend sorteren'; |
| | | |
| | | ?> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/nl_BE/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Dennis Heeren <dennis.heeren@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Aanmelden mislukt...'; |
| | | $messages['cookiesdisabled'] = 'Je browser accepteert geen cookies...'; |
| | | $messages['sessionerror'] = 'Sessie is reeds beëindigd of is ongeldig...'; |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/nl_NL/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Mark Moses <mark@katmoda.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['quicksearch'] = 'Snel zoeken'; |
| | | $labels['resetsearch'] = 'Reset zoekopdracht'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Maak een bericht'; |
| | | $labels['savemessage'] = 'Bewaar als concept'; |
| | |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = 'Gewone tekst'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Naam'; |
| | | $labels['firstname'] = 'Voornaam'; |
| | |
| | | $labels['nextpage'] = 'Volgende pagina'; |
| | | $labels['lastpage'] = 'Laatste pagina'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'LDAP adresboek zoeken'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Zoek op'; |
| | | $labels['ldappublicsearchform'] = 'Zoek een contactpersoon'; |
| | | $labels['ldappublicsearch'] = 'Zoek'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Instellingen voor'; |
| | |
| | | $labels['sortasc'] = 'Sorteer oplopend'; |
| | | $labels['sortdesc'] = 'Sorteer aflopend'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/nl_NL/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Mark Moses <mark@katmoda.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Inloggen mislukt'; |
| | | |
| | | $messages['cookiesdisabled'] = 'De browser accepteert geen cookies'; |
| | | |
| | | $messages['sessionerror'] = 'De sessie is verlopen of ongeldig'; |
| | | |
| | | $messages['imaperror'] = 'Connectie met IMAP server mislukt'; |
| | | |
| | | $messages['nomessagesfound'] = 'Geen berichten gevonden in deze e-mailbox'; |
| | | |
| | | $messages['loggedout'] = 'Succesvol uitgelogd. Tot ziens!'; |
| | | |
| | | $messages['mailboxempty'] = 'Mailbox is leeg'; |
| | | |
| | | $messages['loading'] = 'Laden...'; |
| | | |
| | | $messages['loadingdata'] = 'Bezig met laden van data...'; |
| | | |
| | | $messages['checkingmail'] = 'Controleren op nieuwe berichten...'; |
| | | |
| | | $messages['sendingmessage'] = 'Bezig met bericht versturen...'; |
| | | |
| | | $messages['messagesent'] = 'Bericht succesvol verstuurd'; |
| | | |
| | | $messages['savingmessage'] = 'Bezig met bericht opslaan...'; |
| | | |
| | | $messages['messagesaved'] = 'Bericht bewaard als concept'; |
| | | |
| | | $messages['successfullysaved'] = 'Succesvol opgeslagen'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Contact is succesvol toegevoegd aan het adresboek'; |
| | | |
| | | $messages['contactexists'] = 'Er bestaat al een contactpersoon met dit e-mailadres'; |
| | | |
| | | $messages['blockedimages'] = 'Uit privacyoverwegingen zijn niet bijgevoegde afbeeldingen geblokkeerd in dit bericht.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Dit is een gecodeerd bericht en kan niet weergegeven worden. Excuses!'; |
| | | |
| | | $messages['nocontactsfound'] = 'Geen contactpersonen gevonden'; |
| | | |
| | | $messages['sendingfailed'] = 'Verzenden van bericht is mislukt'; |
| | | |
| | | $messages['errorsaving'] = 'Er is een fout opgetreden tijdens het opslaan'; |
| | | |
| | | $messages['errormoving'] = 'Kan het bericht niet verplaatsen'; |
| | | |
| | | $messages['errordeleting'] = 'Kan het bericht niet verwijderen'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Weet u zeker dat u de geselecteerde contactperso(o)n/en wilt verwijderen?'; |
| | | |
| | | $messages['deletemessagesconfirm'] = 'Weet u zeker dat u de geselecteerde bericht(en) wilt verwijderen?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Weet u zeker dat u deze map wilt verwijderen?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Weet u zeker dat u alle berichten in deze map wilt verwijderen?'; |
| | | |
| | | $messages['formincomplete'] = 'Het formulier was niet volledig ingevuld'; |
| | | |
| | | $messages['noemailwarning'] = 'Geef een geldig e-mailadres op'; |
| | | |
| | | $messages['nonamewarning'] = 'Vul een naam in'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Geef een paginagrootte op'; |
| | | |
| | | $messages['norecipientwarning'] = 'Geef teminste een ontvanger op'; |
| | | |
| | | $messages['nosubjectwarning'] = 'Het veld: \'onderwerp\' is leeg. Wilt u nu alsnog een onderwerp opgeven?'; |
| | | |
| | | $messages['nobodywarning'] = 'Dit bericht zonder inhoud versturen?'; |
| | | |
| | | $messages['notsentwarning'] = 'Bericht is niet verstuurd. Weet u zeker dat u het niet wilt bewaren?'; |
| | | |
| | | $messages['noldapserver'] = 'Geef een LDAP adresboek server op om te doorzoeken'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Er zijn geen contactpersonen gevonden'; |
| | | |
| | | $messages['nosearchname'] = 'Geef de naam of e-mail op van de contactpersoon'; |
| | | |
| | | $messages['searchsuccessful'] = '$nr berichten gevonden'; |
| | | |
| | | $messages['searchnomatch'] = 'Zoekopdracht heeft geen resultaten opgeleverd'; |
| | | |
| | | $messages['searching'] = 'Bezig met zoeken...'; |
| | | |
| | | $messages['checking'] = 'Controleren...'; |
| | | |
| | | $messages['nospellerrors'] = 'Geen spelfouten gevonden'; |
| | | |
| | | $messages['folderdeleted'] = 'Map successvol verwijderd'; |
| | | |
| | | $messages['deletedsuccessfully'] = 'Successvol verwijderd'; |
| | | |
| | | $messages['converting'] = 'Opmaak van bericht verwijderen...'; |
| | | |
| | | $messages['messageopenerror'] = 'Kan het bericht niet van de server laden'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/nn/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Per-Stian Vatne <psv@orsta.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | |
| | | $labels['showimages'] = 'Vis bilete'; |
| | | |
| | | |
| | | // address book |
| | | $labels['name'] = 'Visingsnamn'; |
| | | $labels['firstname'] = 'Førenamn'; |
| | |
| | | $labels['print'] = 'Skriv ut'; |
| | | $labels['export'] = 'Eksport'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Innstillingar for'; |
| | | |
| | |
| | | $labels['timezone'] = 'Tidssone'; |
| | | $labels['pagesize'] = 'Rader pr side'; |
| | | |
| | | |
| | | $labels['folders'] = 'Mapper'; |
| | | $labels['foldername'] = 'Mappenamn'; |
| | | $labels['subscribed'] = 'Abonnert'; |
| | |
| | | $labels['deletefolder'] = 'Slett mappe'; |
| | | $labels['managefolders'] = 'Administrere mapper'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/nn/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Per-Stian Vatne <psv@orsta.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Feil ved innlogging'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Nettlesaren din tillet ikkje informasjonskapslar (cookies)'; |
| | | |
| | | $messages['sessionerror'] = 'Sesjonen din er ulovleg eller har gått ut på tid'; |
| | | |
| | | $messages['imaperror'] = 'Feil ved tilkopling til IMAP-tenar'; |
| | | |
| | | $messages['nomessagesfound'] = 'Ingen meldingar i denne postkassa'; |
| | | |
| | | $messages['loggedout'] = 'Du har avslutta sesjonen. Ha det bra!'; |
| | | |
| | | $messages['mailboxempty'] = 'Postkassa er tom'; |
| | | |
| | | $messages['loadingdata'] = 'Lastar inn data...'; |
| | | |
| | | $messages['messagesent'] = 'Meldinga vart send'; |
| | | |
| | | $messages['successfullysaved'] = 'Meldinga vart lagra'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Kontakta vart lagt til i adresseboka'; |
| | | |
| | | $messages['contactexists'] = 'Ei kontakt med denne e-postadressa eksisterer allereie'; |
| | | |
| | | $messages['blockedimages'] = 'For å ta vare på privatlivet ditt er eksterne bilete blokkert i denne meldinga.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Dette er ei kryptert melding og kan ikkje visast. Orsak!'; |
| | | |
| | | $messages['nocontactsfound'] = 'Fann ingen kontaktar'; |
| | | |
| | | $messages['sendingfailed'] = 'Kunne ikkje sende meldinga'; |
| | | |
| | | $messages['errorsaving'] = 'Det skjedde ein feil ved lagring'; |
| | | |
| | | $messages['errormoving'] = 'Kunne ikkje flytte meldinga'; |
| | | |
| | | $messages['errordeleting'] = 'Kunne ikkje slette meldinga'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/pl/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007 RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Tomasz Pajor <t.pajor@kei.pl> | |
| | | | Author: Sławomir Cichoń <slawek.cichon@gmail.com> | |
| | | | Sławomir Cichoń <slawek.cichon@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/pl/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007 RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | |
| | | | Author: Sławomir Cichoń <slawek.cichon@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/pt_BR/labels.inc | |
| | | | | |
| | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Anderson S. Ferreira <anderson@cnpm.embrapa.br> | |
| | | | Updated by: Robson F. Ramaldes <rframaldes@gmail.com> | |
| | | | Author: Robson F. Ramaldes <rframaldes@gmail.com> | |
| | | | Anderson S. Ferreira <anderson@cnpm.embrapa.br> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['drafts'] = 'Rascunhos'; |
| | | $labels['sent'] = 'Enviados'; |
| | | $labels['trash'] = 'Lixeira'; |
| | | $labels['drafts'] = 'Rascunhos'; |
| | | $labels['junk'] = 'Junk'; |
| | | |
| | | // message listing |
| | |
| | | $labels['filename'] = 'Arquivo'; |
| | | $labels['filesize'] = 'Tamanho'; |
| | | |
| | | $labels['preferhtml'] = 'Prefere HTML'; |
| | | $labels['preferhtml'] = 'Preferir HTML'; |
| | | $labels['htmlmessage'] = 'Mensagem HTML'; |
| | | $labels['prettydate'] = 'Formatar datas'; |
| | | |
| | |
| | | $labels['writenewmessage'] = 'Criar nova mensagem'; |
| | | $labels['replytomessage'] = 'Responder'; |
| | | $labels['replytoallmessage'] = 'Responder para todos'; |
| | | $labels['forwardmessage'] = 'Encaminhar'; |
| | | $labels['forwardmessage'] = 'Encaminhar '; |
| | | $labels['deletemessage'] = 'Mover para lixeira'; |
| | | $labels['printmessage'] = 'Imprimir'; |
| | | $labels['previousmessages'] = 'Anterior'; |
| | | $labels['nextmessages'] = 'Próximo'; |
| | | $labels['previousmessages'] = 'Página Anterior'; |
| | | $labels['nextmessages'] = 'Próxima Página'; |
| | | $labels['previousmessage'] = 'Mensagem Anterior'; |
| | | $labels['firstmessage'] = 'Primeira Mensagem'; |
| | | $labels['firstmessages'] = 'Primeira Página'; |
| | | $labels['nextmessage'] = 'Próxima Mensagem'; |
| | | $labels['lastmessage'] = 'Ultima Mensagem'; |
| | | $labels['lastmessages'] = 'Ultima Página'; |
| | | $labels['backtolist'] = 'Voltar'; |
| | | $labels['viewsource'] = 'Exibir código fonte'; |
| | | |
| | |
| | | $labels['quicksearch'] = 'Pesquisa Rápida'; |
| | | $labels['resetsearch'] = 'Limpar'; |
| | | |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Escrever mensagem'; |
| | | $labels['savemessage'] = 'Salvar Rascunho'; |
| | | $labels['sendmessage'] = 'Enviar'; |
| | | $labels['addattachment'] = 'Anexar'; |
| | | $labels['charset'] = 'Codificação'; |
| | | |
| | | $labels['returnreceipt'] = 'Receber Confirmação'; |
| | | $labels['editortype'] = 'Tipo'; |
| | | |
| | | $labels['checkspelling'] = 'Verificar Ortografia'; |
| | | $labels['resumeediting'] = 'Continuar'; |
| | | $labels['revertto'] = 'Revert to'; |
| | | |
| | | |
| | | $labels['attachments'] = 'Anexos'; |
| | | $labels['upload'] = 'Upload'; |
| | | $labels['upload'] = 'Enviar'; |
| | | $labels['close'] = 'Fechar'; |
| | | |
| | | $labels['low'] = 'Mais baixo'; |
| | |
| | | $labels['nosubject'] = '(sem assunto)'; |
| | | $labels['showimages'] = 'Exibir imagens'; |
| | | |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = 'Texto Puro'; |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Nome completo'; |
| | |
| | | $labels['delete'] = 'Apagar'; |
| | | |
| | | $labels['newcontact'] = 'Criar novo contato'; |
| | | $labels['addcontact'] = 'Incluir contato selecionado ao catálogo de endereços'; |
| | | $labels['deletecontact'] = 'Apagar contatos selecionados'; |
| | | $labels['composeto'] = 'Escrever mensagem para'; |
| | | $labels['contactsfromto'] = 'Contatos $from - $to of $count'; |
| | |
| | | $labels['export'] = 'Exportar'; |
| | | |
| | | $labels['previouspage'] = 'Página Anterior'; |
| | | $labels['nextpage'] = 'Próxima Página'; |
| | | |
| | | $labels['nextpage'] = 'Próxima Página'; |
| | | $labels['firstpage'] = 'Primeira Página '; |
| | | $labels['lastpage'] = 'Ultima Página'; |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'Pesquisa no diretório LDAP'; |
| | |
| | | $labels['ldappublicsearchfield'] = 'Pesquisar em'; |
| | | $labels['ldappublicsearchform'] = 'Procurar por um contato'; |
| | | $labels['ldappublicsearch'] = 'Pesquisar'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Configurações para'; |
| | |
| | | $labels['pagesize'] = 'Linhas por página'; |
| | | $labels['signature'] = 'Assinatura'; |
| | | $labels['dstactive'] = 'Horário de Verão'; |
| | | $labels['htmleditor'] = 'Criar mensagens em HTML'; |
| | | $labels['htmlsignature'] = 'Assinatura em HTML'; |
| | | $labels['previewpane'] = 'Exibir Pre-Vizualização'; |
| | | |
| | | $labels['autosavedraft'] = 'Salvar Rascunho automaticamente'; |
| | | $labels['everynminutes'] = 'a cada $n minutos'; |
| | | $labels['never'] = 'nunca'; |
| | | |
| | | $labels['folder'] = 'Pasta'; |
| | | $labels['folders'] = 'Pastas'; |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/pt_BR/messages.inc | |
| | | | language/pt_BR/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Anderson S. Ferreira <anderson@cnpm.embrapa.br> | |
| | | | Updated by: Robson F. Ramaldes <rframaldes@gmail.com> | |
| | | | Author: Robson F. Ramaldes <rframaldes@gmail.com> | |
| | | | Anderson S. Ferreira <anderson@cnpm.embrapa.br> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Falha no login'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Seu navegador não suporta cookies'; |
| | | |
| | | $messages['sessionerror'] = 'A sessão do seu navegador é inválida ou expirou'; |
| | | |
| | | $messages['imaperror'] = 'A conexão com o servidor IMAP falhou'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Seu navegador nĂŁo suporta cookies'; |
| | | $messages['sessionerror'] = 'A sessĂŁo do seu navegador ĂŠ invĂĄlida ou expirou'; |
| | | $messages['imaperror'] = 'A conexĂŁo com o servidor IMAP falhou'; |
| | | $messages['nomessagesfound'] = 'Nenhuma mensagem foi encontrada na caixa postal'; |
| | | |
| | | $messages['loggedout'] = 'Sua sessão foi finalizada com sucesso. Até breve!'; |
| | | |
| | | $messages['mailboxempty'] = 'A caixa postal está vazia'; |
| | | |
| | | $messages['loggedout'] = 'Sua sessĂŁo foi finalizada com sucesso. AtĂŠ breve!'; |
| | | $messages['mailboxempty'] = 'A caixa postal estĂĄ vazia'; |
| | | $messages['loading'] = 'Carregando...'; |
| | | |
| | | $messages['loadingdata'] = 'Carregando informações...'; |
| | | |
| | | $messages['checkingmail'] = 'Verificando se há novas mensagens...'; |
| | | |
| | | $messages['loadingdata'] = 'Carregando informaçþes...'; |
| | | $messages['checkingmail'] = 'Verificando se hĂĄ novas mensagens...'; |
| | | $messages['sendingmessage'] = 'Enviando...'; |
| | | |
| | | $messages['messagesent'] = 'Mensagem enviada'; |
| | | |
| | | $messages['savingmessage'] = 'Salvando Mensagem...'; |
| | | |
| | | $messages['messagesaved'] = 'Rascunho Salvo'; |
| | | |
| | | $messages['successfullysaved'] = 'Salvo com sucesso'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Contato incluído com sucesso'; |
| | | |
| | | $messages['contactexists'] = 'Um contato com esse e-mail já existe'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Contato incluĂdo com sucesso'; |
| | | $messages['contactexists'] = 'Um contato com esse e-mail jĂĄ existe'; |
| | | $messages['blockedimages'] = 'Para proteger sua privacidade, as imagens desta mensagem foram bloqueadas'; |
| | | |
| | | $messages['encryptedmessage'] = 'Esta mensagem está criptografada e não pode ser exibida. Desculpe.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Esta mensagem estĂĄ criptografada e nĂŁo pode ser exibida. Desculpe.'; |
| | | $messages['nocontactsfound'] = 'Nenhum contato encontrado'; |
| | | |
| | | $messages['sendingfailed'] = 'Falha no envio da mensagem'; |
| | | |
| | | $messages['errorsaving'] = 'Um erro ocorreu durante o salvamento'; |
| | | |
| | | $messages['errormoving'] = 'Não foi possível mover a mensagem'; |
| | | |
| | | $messages['errordeleting'] = 'Não foi possível apagar a mensagem'; |
| | | |
| | | $messages['errormoving'] = 'NĂŁo foi possĂvel mover a mensagem'; |
| | | $messages['errordeleting'] = 'NĂŁo foi possĂvel apagar a mensagem'; |
| | | $messages['deletecontactconfirm'] = 'Deseja realmente excluir os contatos selecionados?'; |
| | | |
| | | $messages['deletemessagesconfirm'] = 'Deseja realmente excluir a(s) mensagem(s) selecionadas?'; |
| | | $messages['deletefolderconfirm'] = 'Deseja realmente excluir esta pasta?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Deseja realmente excluir todas mensagens desta pasta'; |
| | | |
| | | $messages['formincomplete'] = 'Os campos não foram completamente preenchidos'; |
| | | |
| | | $messages['noemailwarning'] = 'Por favor, informe um endereço de e-mail válido'; |
| | | |
| | | $messages['formincomplete'] = 'Os campos nĂŁo foram completamente preenchidos'; |
| | | $messages['noemailwarning'] = 'Por favor, informe um endereço de e-mail vålido'; |
| | | $messages['nonamewarning'] = 'Por favor, informe o nome'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Por favor, informe o tamanho da página'; |
| | | |
| | | $messages['norecipientwarning'] = 'Por favor, informe pelo menos um destinatário'; |
| | | |
| | | $messages['nosubjectwarning'] = 'O campo assunto não foi informado. Deseja incluí-lo agora?'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Por favor, informe o tamanho da pĂĄgina'; |
| | | $messages['norecipientwarning'] = 'Por favor, informe pelo menos um destinatĂĄrio'; |
| | | $messages['nosubjectwarning'] = 'O campo assunto nĂŁo foi informado. Deseja incluĂ-lo agora?'; |
| | | $messages['nobodywarning'] = 'Enviar a mensagem sem texto?'; |
| | | |
| | | $messages['notsentwarning'] = 'A mensegem não foi enviada, deseja excluí-la?'; |
| | | |
| | | $messages['notsentwarning'] = 'A mensegem nĂŁo foi enviada, deseja excluĂ-la?'; |
| | | $messages['noldapserver'] = 'Por favor, selecione um servidor LDAP para a pesquisa'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Nenhum contato foi encontrado'; |
| | | |
| | | $messages['nosearchname'] = 'Por favor, informe o nome do contado ou seu endereço de e-mail'; |
| | | |
| | | $messages['nosearchname'] = 'Por favor, informe o nome do contado ou seu endereço de e-mail'; |
| | | $messages['searchsuccessful'] = '$nr mensagens encontradas'; |
| | | |
| | | $messages['searchnomatch'] = 'A pesquisa não encontrou resultados'; |
| | | |
| | | $messages['searchnomatch'] = 'A pesquisa nĂŁo encontrou resultados'; |
| | | $messages['searching'] = 'Pesquisando...'; |
| | | |
| | | $messages['checking'] = 'Verificando...'; |
| | | |
| | | $messages['nospellerrors'] = 'Nenhum erro ortográfico encontrado'; |
| | | |
| | | $messages['folderdeleted'] = 'Pasta excluÃda com sucesso'; |
| | | |
| | | |
| | | $messages['nospellerrors'] = 'Nenhum erro ortogrĂĄfico encontrado'; |
| | | $messages['folderdeleted'] = 'Pasta excluĂda com sucesso'; |
| | | $messages['deletedsuccessfully'] = "ExcluĂdo com Sucesso"; |
| | | $messages['converting'] = 'Removendo formatação da Mensagem...'; |
| | | $messages['messageopenerror'] = 'NĂŁo foi possĂvel carregar a mensagem do servidor'; |
| | | $messages['fileuploaderror'] = 'Falha ao enviar o arquivo'; |
| | | $messages['filesizeerror'] = 'O Arquivo enviado excede o tamanho máximo de $size'; |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/pt_PT/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Sergio Rocha <sergio.rocha@makeitsimple.pt> | |
| | | | Author: Sergio Rocha <sergio.rocha@makeitsimple.pt> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | |
| | | $labels['quota'] = 'Utilização'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Escrever mensagem'; |
| | | $labels['sendmessage'] = 'Enviar'; |
| | |
| | | |
| | | $labels['nosubject'] = '(no assunto)'; |
| | | $labels['showimages'] = 'Exibir imagens'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Nome completo'; |
| | |
| | | $labels['ldappublicsearchfield'] = 'Pesquisar em'; |
| | | $labels['ldappublicsearchform'] = 'Procurar por um contacto'; |
| | | $labels['ldappublicsearch'] = 'Pesquisar'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Configurações para'; |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/pt_PT/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Sergio Rocha <sergio.rocha@makeitsimple.pt> | |
| | | | Author: Sergio Rocha <sergio.rocha@makeitsimple.pt> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Falha no login'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Seu navegador não suporta cookies'; |
| | | |
| | | $messages['sessionerror'] = 'A sessão do seu navegador é inválida ou expirou'; |
| | | |
| | | $messages['imaperror'] = 'A conexão com o servidor IMAP falhou'; |
| | | |
| | | $messages['nomessagesfound'] = 'Nenhuma mensagem foi encontrada na caixa postal'; |
| | | |
| | | $messages['loggedout'] = 'Sua sessão foi finalizada com sucesso. Até breve!'; |
| | | |
| | | $messages['mailboxempty'] = 'A caixa postal está vazia'; |
| | | |
| | | $messages['loadingdata'] = 'A carregar informações...'; |
| | | |
| | | $messages['messagesent'] = 'Mensagem enviada'; |
| | | |
| | | $messages['successfullysaved'] = 'Gravado com sucesso'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Contacto incluído com sucesso'; |
| | | |
| | | $messages['contactexists'] = 'Já existe um contacto com esse e-mail'; |
| | | |
| | | $messages['blockedimages'] = 'Para proteger sua privacidade, as imagens desta mensagem foram bloqueadas'; |
| | | |
| | | $messages['encryptedmessage'] = 'Esta mensagem está cifrada e não pode ser exibida. Desculpe.'; |
| | | |
| | | $messages['nocontactsfound'] = 'Nenhum contacto encontrado'; |
| | | |
| | | $messages['sendingfailed'] = 'Falha no envio da mensagem'; |
| | | |
| | | $messages['errorsaving'] = 'Ocorreu um erro a gravar o ficheiro'; |
| | | |
| | | $messages['errormoving'] = 'Não foi possível mover a mensagem'; |
| | | |
| | | $messages['errordeleting'] = 'Não foi possível apagar a mensagem'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Deseja realmente apagar os contactos selecionados?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Deseja realmente apagar esta pasta?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Deseja realmente apagar todas mensagens desta pasta'; |
| | | |
| | | $messages['formincomplete'] = 'Os campos não foram completamente preenchidos'; |
| | | |
| | | $messages['noemailwarning'] = 'Por favor, escreva um endereço de e-mail válido'; |
| | | |
| | | $messages['nonamewarning'] = 'Por favor, escreva o nome'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Por favor, escreva o tamanho da página'; |
| | | |
| | | $messages['norecipientwarning'] = 'Por favor, escreva pelo menos um destinatário'; |
| | | |
| | | $messages['nosubjectwarning'] = 'O campo assunto não foi preenchido. Deseja incluí-lo agora?'; |
| | | |
| | | $messages['nobodywarning'] = 'Enviar a mensagem sem texto?'; |
| | | |
| | | $messages['notsentwarning'] = 'A mensegem não foi enviada, deseja apag�-la?'; |
| | | |
| | | $messages['noldapserver'] = 'Por favor, selecione um servidor LDAP para a pesquisa'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Nenhum contacto foi encontrado'; |
| | | |
| | | $messages['nosearchname'] = 'Por favor, escreva o nome do contacto ou seu endereço de e-mail'; |
| | | |
| | | // New messages since 0.1beta |
| | | $messages['checking'] = 'A Verificar...'; |
| | | |
| | | $messages['nospellerrors'] = 'Nenhum erro ortográfico foi encontrado'; |
| | | |
| | | $messages['checkingmail'] = 'Verificando novas mensagens...'; |
| | | |
| | | $messages['savingmessage'] = 'A gravar a mensagem...'; |
| | | |
| | | $messages['messagesaved'] = 'Mensagem salva como rascunho'; |
| | | |
| | | $messages['folderdeleted'] = 'Pasta apagada com sucesso'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/ro/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Daniel Anechitoaie - danieLs <daniels@safereaction.ro> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/ro/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Daniel Anechitoaie - danieLs <daniels@safereaction.ro> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/ru_RU/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Maxim Zenin <maxx@webmechanics.ru> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/ru_RU/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Maxim Zenin <maxx@webmechanics.ru> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/se/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Fredrik Nygren <f.nygren@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['nosubject'] = '(inget ämne)'; |
| | | $labels['showimages'] = 'Visa bilder'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Visa namn'; |
| | | $labels['firstname'] = 'Förnamn'; |
| | |
| | | $labels['ldappublicsearchfield'] = 'Sök på'; |
| | | $labels['ldappublicsearchform'] = 'Sök kontakt'; |
| | | $labels['ldappublicsearch'] = 'Sök'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Inställningar för'; |
| | |
| | | $labels['sortdesc'] = 'Sortera fallande'; |
| | | |
| | | $labels['description'] = 'Beskrivning'; |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/se/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Fredrik Nygren <f.nygren@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Inloggningen misslyckades'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Din webbläsare accepterar inte cookies'; |
| | | |
| | | $messages['sessionerror'] = 'Din session är felaktig eller har gått ut'; |
| | | |
| | | $messages['imaperror'] = 'Kontakt med IMAP-servern misslyckades'; |
| | | |
| | | $messages['nomessagesfound'] = 'Inga meddelanden hittades i din inkorg'; |
| | | |
| | | $messages['loggedout'] = 'Du har framgångsrikt avslutat din session. Hej då!'; |
| | | |
| | | $messages['mailboxempty'] = 'Mejlboxen är tom'; |
| | | |
| | | $messages['loading'] = 'Laddar...'; |
| | | |
| | | $messages['loadingdata'] = 'Laddar data...'; |
| | | |
| | | $messages['sendingmessage'] = 'Skickar meddelande...'; |
| | | |
| | | $messages['messagesent'] = 'Meddelandet har skickats'; |
| | | |
| | | $messages['successfullysaved'] = 'Sparat'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Kontakten har lagts till i adressboken'; |
| | | |
| | | $messages['contactexists'] = 'En kontakt med den här mejladressen finns redan'; |
| | | |
| | | $messages['blockedimages'] = 'För att skydda dig är bilder blockerade.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Det här ett krypterat meddelande som inte kan visas. Tyvärr!'; |
| | | |
| | | $messages['nocontactsfound'] = 'Inga kontakter hittades'; |
| | | |
| | | $messages['sendingfailed'] = 'Misslyckades med att skicka meddelandet'; |
| | | |
| | | $messages['errorsaving'] = 'Ett fel uppstod vid sparandet'; |
| | | |
| | | $messages['errormoving'] = 'Meddelandet kunde inte flyttas'; |
| | | |
| | | $messages['errordeleting'] = 'Meddelandet kunde inte raderas'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Vill du verkligen radera valda kontakter?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Vill du verkligen radera den här mappen?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Vill du verkligen radera alla meddelanden i den här mappen?'; |
| | | |
| | | $messages['formincomplete'] = 'Formuläret var inte ifyllt i sin helhet'; |
| | | |
| | | $messages['noemailwarning'] = 'Vänligen ange en giltig e-postadress'; |
| | | |
| | | $messages['nonamewarning'] = 'Vänligen ange ett namn'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Vänligen ange en sidstorlek'; |
| | | |
| | | $messages['norecipientwarning'] = 'Vänligen ange minst en mottagare'; |
| | | |
| | | $messages['nosubjectwarning'] = 'Ämnesfältet är tomt. Vill du lägga till något nu?'; |
| | | |
| | | $messages['nobodywarning'] = 'Skicka det här meddelandet utan text?'; |
| | | |
| | | $messages['notsentwarning'] = 'Meddelande har inte skickats. Vill du avbryta meddelandet?'; |
| | | |
| | | $messages['noldapserver'] = 'Vänligen ange en LDAP-server att söka'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Inga kontakter hittades'; |
| | | |
| | | $messages['nosearchname'] = 'Vänligen ange ett kontaktnamn eller e-postadress'; |
| | | |
| | | $messages['checking'] = 'Kontrollerar...'; |
| | | |
| | | $messages['nospellerrors'] = 'Inget stavfel hittades'; |
| | | |
| | | $messages['checkingmail'] = 'Letar efter ny e-post...'; |
| | | |
| | | $messages['savingmessage'] = 'Sparar meddelande...'; |
| | | |
| | | $messages['messagesaved'] = 'Meddelande sparades till utkast'; |
| | | |
| | | $messages['folderdeleted'] = 'Mappen raderades'; |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +--------------------------------------------------------------------------------------+ |
| | | | language/si/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +--------------------------------------------------------------------------------------+ |
| | | | Author: Andrej Sossi <asossi@dotcom.ts.it>, Andrej Mocilnik <amocilnik@dotcom.ts.it> | |
| | | | Author: Andrej Sossi <asossi@dotcom.ts.it> | |
| | | | Andrej Mocilnik <amocilnik@dotcom.ts.it> | |
| | | +--------------------------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +--------------------------------------------------------------------------------------+ |
| | | | language/si/messages.inc | |
| | | | language/si/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +--------------------------------------------------------------------------------------+ |
| | | | Author: Andrej Sossi <asossi@dotcom.ts.it>, Andrej Mocilnik <amocilnik@dotcom.ts.it> | |
| | | | Author: Andrej Sossi <asossi@dotcom.ts.it> | |
| | | | Andrej Mocilnik <amocilnik@dotcom.ts.it> | |
| | | +--------------------------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $messages['fileuploaderror'] = 'Neuspešno nalaganje datoteke'; |
| | | $messages['filesizeerror'] = 'Naložena datoteka presega maksimalno velikost $size'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/sk/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Lukas Kraic <lukas.kraic@truni.sk> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $labels = array(); |
| | | |
| | | |
| | | // login page |
| | | $labels['welcome'] = 'Vitajte v $product'; |
| | |
| | | $labels['nosubject'] = '(bez predmetu)'; |
| | | $labels['showimages'] = 'Ukáž obrázky'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Celé meno'; |
| | | $labels['firstname'] = 'Meno'; |
| | |
| | | $labels['sortasc'] = 'Triediť vzostupne'; |
| | | $labels['sortdesc'] = 'Triediť zostupne'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/sk/messages.inc | |
| | | | language/sk/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Lukas Kraic <lukas.kraic@truni.sk> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $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['checkingmail'] = 'Kontrolujem nové správy...'; |
| | | |
| | | $messages['sendingmessage'] = 'Posielam správu...'; |
| | | |
| | | $messages['messagesent'] = 'Správa bola odoslaná'; |
| | | |
| | | $messages['savingmessage'] = 'Ukladám správu...'; |
| | | |
| | | $messages['messagesaved'] = 'Správa bola uložená do Nedokončené'; |
| | | |
| | | |
| | | $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['deletecontactconfirm'] = 'Ste si istý, že chcete zmazať zvolený(é) konakt(y)?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Ste si istý, že chcete zmazať túto zložku?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Ste si istý, že chcete zmazať všetky správy v tejto zložke?'; |
| | | |
| | | $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 adresáta'; |
| | | |
| | | $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ť?'; |
| | | |
| | | $messages['noldapserver'] = 'Prosím zvoľ LDAP server pre vyhľadávanie'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Neboli nájdené žiadne kontakty'; |
| | | |
| | | $messages['nosearchname'] = 'Prosím vložte meno alebo emailovú adresu'; |
| | | |
| | | $messages['searchsuccessful'] = '$nr správa(y) nájdené'; |
| | | |
| | | $messages['searchnomatch'] = 'Hľadaný výraz nebol nájdený'; |
| | | |
| | | $messages['searching'] = 'Hľadám...'; |
| | | |
| | | $messages['checking'] = 'Kontrolujem...'; |
| | | |
| | | $messages['nospellerrors'] = 'Pri kontrole pravopisu neboli nájdene chyby'; |
| | | |
| | | $messages['folderdeleted'] = 'Adresár bol zmazaný'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/sr/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Viktor Varga <vile@neobee.net> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id: labels.inc 296 2006-08-06 15:53:41Z thomasb $ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['quicksearch'] = 'Brza pretraga'; |
| | | $labels['resetsearch'] = 'Prikaži sve poruke'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Nova poruka'; |
| | | $labels['savemessage'] = 'Sačuvaj u \'Drafts\''; |
| | |
| | | $labels['nosubject'] = '(bez naslova)'; |
| | | $labels['showimages'] = 'Prikaži slike'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Puno ime'; |
| | | $labels['firstname'] = 'Ime'; |
| | |
| | | $labels['previouspage'] = 'Prikaži predhodni skup'; |
| | | $labels['nextpage'] = 'Prikaži sledeći skup'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'Pretraga LDAP imenika'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Pretraži na'; |
| | | $labels['ldappublicsearchform'] = 'Pretraži kontakte'; |
| | | $labels['ldappublicsearch'] = 'Pretraga'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Podešavanja za'; |
| | |
| | | $labels['sortasc'] = 'Sortiraj rastućim nizom'; |
| | | $labels['sortdesc'] = 'Sortiraj opadajućim nizom'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/sr/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Viktor Varga <vile@neobee.net> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id: messages.inc 285 2006-07-30 19:38:06Z thomasb $ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'Prijava neuspešna'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Vaš pretraživač ne podržava kolačiće (cookies)'; |
| | | |
| | | $messages['sessionerror'] = 'Sesija je nije validna ili je istekla'; |
| | | |
| | | $messages['imaperror'] = 'Neuspešna konekcija na IMAP server'; |
| | | |
| | | $messages['nomessagesfound'] = 'Nema poruka u sandučetu'; |
| | | |
| | | $messages['loggedout'] = 'Uspešno ste se odjavili.'; |
| | | |
| | | $messages['mailboxempty'] = 'Sanduše je prazno'; |
| | | |
| | | $messages['loading'] = 'Učitavanje...'; |
| | | |
| | | $messages['loadingdata'] = 'Učitavanje podataka...'; |
| | | |
| | | $messages['checkingmail'] = 'Provera novih poruka u toku...'; |
| | | |
| | | $messages['sendingmessage'] = 'Poruka se šalje...'; |
| | | |
| | | $messages['messagesent'] = 'Poruka je uspešno poslana'; |
| | | |
| | | $messages['savingmessage'] = 'Poruka se snima...'; |
| | | |
| | | $messages['messagesaved'] = 'Poruka uspešno sačuvana u \'Drafts\''; |
| | | |
| | | $messages['successfullysaved'] = 'Snimanje uspešno obavljeno'; |
| | | |
| | | $messages['addedsuccessfully'] = 'Kontakt uspešno dodat u imenik'; |
| | | |
| | | $messages['contactexists'] = 'Kontakt sa ovom e-mail adresom već postoji u imeniku'; |
| | | |
| | | $messages['blockedimages'] = 'Zbog zaštite privatnosti, slike sa udaljenih servera su blokirane.'; |
| | | |
| | | $messages['encryptedmessage'] = 'Ova poruka je šifrovana pa se ne može prikazati'; |
| | | |
| | | $messages['nocontactsfound'] = 'Imenik je prazan'; |
| | | |
| | | $messages['sendingfailed'] = 'Greška pri slanju poruke'; |
| | | |
| | | $messages['errorsaving'] = 'Greška pri snimanju'; |
| | | |
| | | $messages['errormoving'] = 'Greška pri premeštanju poruke'; |
| | | |
| | | $messages['errordeleting'] = 'Greška pri brisanju poruke'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'Da li želite da obrišete izabrane kontakte?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'Da li zaista želite da obrišete ovu fasciklu?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'Da li zaista želite da obrišete sve poruke u fascilli?'; |
| | | |
| | | $messages['formincomplete'] = 'Forma nije u celosti popunjena'; |
| | | |
| | | $messages['noemailwarning'] = 'Unesite validnu e-mail adresu'; |
| | | |
| | | $messages['nonamewarning'] = 'Unesite ime'; |
| | | |
| | | $messages['nopagesizewarning'] = 'Unesite veličinu stranice'; |
| | | |
| | | $messages['norecipientwarning'] = 'Unesite primaoca / primaoce (ZA)'; |
| | | |
| | | $messages['nosubjectwarning'] = 'Polje \'Naslov\' je prazno. Želite li da unesete naslov?'; |
| | | |
| | | $messages['nobodywarning'] = 'Da li želite da pošaljete poruku bez teksta?'; |
| | | |
| | | $messages['notsentwarning'] = 'Poruka nije poslana. Da li želite da odbacite ovu poruku?'; |
| | | |
| | | $messages['noldapserver'] = 'Unesite LDAP server za pretragu'; |
| | | |
| | | $messages['nocontactsreturned'] = 'Nije pronađen ni jedan kontakt'; |
| | | |
| | | $messages['nosearchname'] = 'Unesite ime ili e-mail adresu'; |
| | | |
| | | $messages['searchsuccessful'] = 'Broj pronađenih poruka: $nr'; |
| | | |
| | | $messages['searchnomatch'] = 'Tražena fraza nije pronađena ni u jednoj poruci'; |
| | | |
| | | $messages['searching'] = 'Pretraga u toku...'; |
| | | |
| | | $messages['checking'] = 'Provera u toku...'; |
| | | |
| | | $messages['nospellerrors'] = 'Nije pronađena ni jedna pravopisna greška'; |
| | | |
| | | $messages['folderdeleted'] = 'Fascikla uspešno obrisana'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/th_TH/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Translate by: Nantharat Puwarang <sansez@gmail.com> | |
| | | | Author: Nantharat Puwarang <sansez@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id: labels.inc 296 2006-12-15 $ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['quicksearch'] = 'Quick search'; |
| | | $labels['resetsearch'] = 'Reset search'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'เขียนจดหมายใหม่'; |
| | | $labels['savemessage'] = 'บันทึกฉบับร่าง'; |
| | |
| | | $labels['nosubject'] = '(ไม่มีหัวข้อ)'; |
| | | $labels['showimages'] = 'แสดงรูป'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'ชื่อแสดง'; |
| | | $labels['firstname'] = 'ชื่อ'; |
| | |
| | | $labels['previouspage'] = 'หน้าที่แล้ว'; |
| | | $labels['nextpage'] = 'หน้าถัดไป'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'LDAP directory search'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Search on'; |
| | | $labels['ldappublicsearchform'] = 'Look for a contact'; |
| | | $labels['ldappublicsearch'] = 'ค้นหา'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Settings for'; |
| | |
| | | $messages['deletedsuccessfully'] = 'ลบจดหมายเรียบร้อย'; |
| | | $messages['messageopenerror'] = 'ไม่สามารถติดต่อกับ Server ได้'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/en/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Translate by: Nantharat Puwarang <sansez@gmail.com> | |
| | | | Author: Nantharat Puwarang <sansez@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id: messages.inc 2006-12-15 $ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = 'เข้าระบบผิดพลาด'; |
| | | |
| | | $messages['cookiesdisabled'] = 'Browser ไม่ได้เปิดรับ cookies'; |
| | | |
| | | $messages['sessionerror'] = 'Session ผิดพลาดหรือหมดอายุ'; |
| | | |
| | | $messages['imaperror'] = 'ไม่สามารถติดต่อ IMAP ได้'; |
| | | |
| | | $messages['nomessagesfound'] = 'ไม่มีจดหมายในกล่อง'; |
| | | |
| | | $messages['loggedout'] = 'ออกจากระบบสำเร็จแล้ว ขอบคุณที่ใช้บริการ!'; |
| | | |
| | | $messages['mailboxempty'] = 'ไม่มีจดหมายในกล่อง'; |
| | | |
| | | $messages['loading'] = 'รอสักครู่...'; |
| | | |
| | | $messages['loadingdata'] = 'กำลังอ่านข้อมูล...'; |
| | | |
| | | $messages['checkingmail'] = 'ตรวจจดหมายใหม่...'; |
| | | |
| | | $messages['sendingmessage'] = 'กำลังส่งจดหมาย...'; |
| | | |
| | | $messages['messagesent'] = 'ส่งจดหมายเสร็จแล้ว'; |
| | | |
| | | $messages['savingmessage'] = 'บันทึกจดหมาย...'; |
| | | |
| | | $messages['messagesaved'] = 'บันทึกจดหมายใน Drafts'; |
| | | |
| | | $messages['successfullysaved'] = 'บันทึกเรียบร้อยแล้ว'; |
| | | |
| | | $messages['addedsuccessfully'] = 'บันทึกรายชื่อลงสมุดรายชื่อแล้ว'; |
| | | |
| | | $messages['contactexists'] = 'รายชื่ออีเมล์ตรงกับที่มีอยู่เดิมในสมุดรายชื่อ'; |
| | | |
| | | $messages['blockedimages'] = 'เพื่อความปลอดภัย จะไม่แสดงรูปจากแหล่งอื่น.'; |
| | | |
| | | $messages['encryptedmessage'] = 'ไม่สามารถเปิดจดหมายเข้ารหัสได้!'; |
| | | |
| | | $messages['nocontactsfound'] = 'ไม่พบรายชื่อที่ค้นหา'; |
| | | |
| | | $messages['sendingfailed'] = 'ไม่สามารถส่งจดหมายได้'; |
| | | |
| | | $messages['errorsaving'] = 'ไม่สามารถบันทึกได้'; |
| | | |
| | | $messages['errormoving'] = 'ไม่สามารถย้ายจดหมายได้'; |
| | | |
| | | $messages['errordeleting'] = 'ไม่สามารถลบจดหมายได้'; |
| | | |
| | | $messages['deletecontactconfirm'] = 'คุณต้องการลบรายชื่อนี้หรือไม่?'; |
| | | |
| | | $messages['deletefolderconfirm'] = 'คุณต้องการลบกล่องจดหมายนี้หรือไม่?'; |
| | | |
| | | $messages['purgefolderconfirm'] = 'คุณต้องการลบจดหมายทั้งหมดในกล่องจดหมายนี้หรือไม่?'; |
| | | |
| | | $messages['formincomplete'] = 'คุณยังกรอกข้อมูลไม่ครบ'; |
| | | |
| | | $messages['noemailwarning'] = 'กรุณาใส่อีเมล์ที่ถูกต้อง'; |
| | | |
| | | $messages['nonamewarning'] = 'กรุณาใส่ชื่อ'; |
| | | |
| | | $messages['nopagesizewarning'] = 'กรุณาใส่ขนาดของหน้า'; |
| | | |
| | | $messages['norecipientwarning'] = 'กรุณาใส่ผู้รับจดหมาย'; |
| | | |
| | | $messages['nosubjectwarning'] = 'ยังไม่ได้ใส่หัวเรื่องจดหมาย ต้องการใส่หรือไม่?'; |
| | | |
| | | $messages['nobodywarning'] = 'ยังไม่มีข้อความในจดหมายต้องการส่งหรือไม่?'; |
| | | |
| | | $messages['notsentwarning'] = 'จดหมายไม่ถูกส่ง ท่านต้องการยกเลิกจดหมายฉบับนี้หรือไม่?'; |
| | | |
| | | $messages['noldapserver'] = 'ไม่สามารถติดต่อไปที่ LDAP server ได้'; |
| | | |
| | | $messages['nocontactsreturned'] = 'ไม่พบรายชื่อที่ค้นหา'; |
| | | |
| | | $messages['nosearchname'] = 'กรุณาใส่ชื่อ หรือ อีเมล์'; |
| | | |
| | | $messages['searchsuccessful'] = 'พบจดหมายจำนวน $nr ฉบับ'; |
| | | |
| | | $messages['searchnomatch'] = 'ไม่พบจดหมายตามที่ค้นหา'; |
| | | |
| | | $messages['searching'] = 'กำลังค้นหา...'; |
| | | |
| | | $messages['checking'] = 'กำลังตรวจสอบ...'; |
| | | |
| | | $messages['nospellerrors'] = 'ไม่สามารถตรวจสอบตัวสะกดได้'; |
| | | |
| | | $messages['folderdeleted'] = 'ลบกล่องจดหมายเรียบร้อย'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/tr/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | | | Translation / Tercüme: Hasan Cansız <hasancansiz@yahoo.com> | |
| | | | Author: Hasan Cansız <hasancansiz@yahoo.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['sortby'] = 'Sırala'; |
| | | $labels['sortasc'] = 'Azdan çoğa'; |
| | | $labels['sortdesc'] = 'Çoktan aza'; |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/tr/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | | | Translation / Tercüme: Hasan Cansız <hasancansiz@yahoo.com> | |
| | | | Author: Hasan Cansız <hasancansiz@yahoo.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $messages['checking'] = 'Kontrol ediliyor...'; |
| | | $messages['nospellerrors'] = 'Yazım hatası bulunmadı'; |
| | | $messages['folderdeleted'] = 'Klasör başarılı bir şekilde silindi'; |
| | | ?> |
| | | |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/tw/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Ting-Hung Chiu <earrl@mmlab.cse.yzu.edu.tw> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['quicksearch'] = '快速搜尋'; |
| | | $labels['resetsearch'] = '重置搜尋'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = '撰寫新郵件'; |
| | | $labels['savemessage'] = '存至草稿匣'; |
| | |
| | | $labels['nosubject'] = '(沒有標題)'; |
| | | $labels['showimages'] = '顯示圖片'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = '顯示名稱'; |
| | | $labels['firstname'] = '名稱'; |
| | |
| | | $labels['previouspage'] = '上一頁'; |
| | | $labels['nextpage'] = '下一頁'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'LDAP 目錄搜尋'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = '搜尋於此'; |
| | | $labels['ldappublicsearchform'] = '尋找聯絡人'; |
| | | $labels['ldappublicsearch'] = '搜尋'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = '設定'; |
| | |
| | | $labels['sortasc'] = '遞增排序'; |
| | | $labels['sortdesc'] = '遞減排序'; |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/tw/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Ting-Hung Chiu <earrl@mmlab.cse.yzu.edu.tw> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = '登入失敗。'; |
| | | |
| | | $messages['cookiesdisabled'] = '您的瀏覽器不接受 Cookies。'; |
| | | |
| | | $messages['sessionerror'] = '您的 Session 是失效或者已經超過使用時間。'; |
| | | |
| | | $messages['imaperror'] = '連結到 IMAP 伺服器失敗。'; |
| | | |
| | | $messages['nomessagesfound'] = '此信件匣無任何郵件。'; |
| | | |
| | | $messages['loggedout'] = '您已經成功的登出了,掰掰!'; |
| | | |
| | | $messages['mailboxempty'] = '信件匣是空的。'; |
| | | |
| | | $messages['loading'] = '載入中...'; |
| | | |
| | | $messages['loadingdata'] = '載入資料中...'; |
| | | |
| | | $messages['checkingmail'] = '檢查新郵件...'; |
| | | |
| | | $messages['sendingmessage'] = '寄信中...'; |
| | | |
| | | $messages['messagesent'] = '郵件已經成功被寄送。'; |
| | | |
| | | $messages['savingmessage'] = '儲存郵件中...'; |
| | | |
| | | $messages['messagesaved'] = '訊息已經存至草稿匣。'; |
| | | |
| | | $messages['successfullysaved'] = '成功的儲存。'; |
| | | |
| | | $messages['addedsuccessfully'] = '聯絡人已經成功的新增至通訊錄。'; |
| | | |
| | | $messages['contactexists'] = '此聯絡人的電子郵件已存在。'; |
| | | |
| | | $messages['blockedimages'] = '為了保護您的電腦,信件中的遠端圖片已經被阻擋。'; |
| | | |
| | | $messages['encryptedmessage'] = '抱歉,此經過編碼的郵件無法顯示。'; |
| | | |
| | | $messages['nocontactsfound'] = '沒有找到任何的聯絡人。'; |
| | | |
| | | $messages['sendingfailed'] = '郵件寄出失敗。'; |
| | | |
| | | $messages['errorsaving'] = '在儲存的過程當中發生錯誤。'; |
| | | |
| | | $messages['errormoving'] = '無法移動此郵件。'; |
| | | |
| | | $messages['errordeleting'] = '無法刪除此郵件。'; |
| | | |
| | | $messages['deletecontactconfirm'] = '您真的要刪除這些已選擇的聯絡人?'; |
| | | |
| | | $messages['deletefolderconfirm'] = '您真的要刪除這個目錄嗎?'; |
| | | |
| | | $messages['purgefolderconfirm'] = '你真的要刪除這個目錄裡面所有的郵件嗎?'; |
| | | |
| | | $messages['formincomplete'] = '這個表單有部分未被填寫,請完整填寫。'; |
| | | |
| | | $messages['noemailwarning'] = '請輸入一個合法的電子郵件信箱'; |
| | | |
| | | $messages['nonamewarning'] = '請輸入名字'; |
| | | |
| | | $messages['nopagesizewarning'] = '請輸入一頁顯示多少郵件'; |
| | | |
| | | $messages['norecipientwarning'] = '請輸入至少一個收信者。'; |
| | | |
| | | $messages['nosubjectwarning'] = '您的標題是空的,您是不是需要輸入呢?'; |
| | | |
| | | $messages['nobodywarning'] = '要傳送沒有內容的郵件嗎?'; |
| | | |
| | | $messages['notsentwarning'] = '信件沒有被寄送,你確定要離開並且捨棄此信件?'; |
| | | |
| | | $messages['noldapserver'] = '請選擇一個 LDAP 伺服器來搜尋。'; |
| | | |
| | | $messages['nocontactsreturned'] = '沒有找到任何聯絡人。'; |
| | | |
| | | $messages['nosearchname'] = '請輸入一個聯絡人姓名或者他的電子郵件。'; |
| | | |
| | | $messages['searchsuccessful'] = '一共找到 $nr 封的郵件。'; |
| | | |
| | | $messages['searchnomatch'] = '找不到任何符合的郵件。'; |
| | | |
| | | $messages['searching'] = '搜尋中...'; |
| | | |
| | | $messages['checking'] = '檢查中...'; |
| | | |
| | | $messages['nospellerrors'] = '沒有找到任何的拼字錯誤。'; |
| | | |
| | | $messages['folderdeleted'] = '目錄已經成功的被刪除。'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php
|
| | |
|
| | | /*
|
| | |
|
| | | +-----------------------------------------------------------------------+
|
| | | | language/vn/labels.inc |
|
| | | | |
|
| | | | Language file of the RoundCube Webmail client |
|
| | | | Copyright (C) 2006, RoundQube Dev. - Switzerland |
|
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
|
| | | | Licensed under the GNU GPL |
|
| | | | |
|
| | | +-----------------------------------------------------------------------+
|
| | | | Author: Vinh Bui <bqvinh@buivinh.info> |
|
| | | +-----------------------------------------------------------------------+
|
| | |
|
| | | $Id: labels.inc 296 2006-08-06 15:53:41Z thomasb $
|
| | | @version $Id$
|
| | |
|
| | | */
|
| | |
|
| | |
| | | $labels['quicksearch'] = 'Tìm nhanh';
|
| | | $labels['resetsearch'] = 'Xóa bỏ tìm kiếm';
|
| | |
|
| | |
|
| | | // message compose
|
| | | $labels['compose'] = 'Soạn thư';
|
| | | $labels['savemessage'] = 'Lưu thư đang soạn';
|
| | |
| | | $labels['nosubject'] = '(no subject)';
|
| | | $labels['showimages'] = 'Hiển thị ảnh';
|
| | |
|
| | |
|
| | | // address boook
|
| | | $labels['name'] = 'Tên hiển thị';
|
| | | $labels['firstname'] = 'Tên';
|
| | |
| | | $labels['previouspage'] = 'Trang trước';
|
| | | $labels['nextpage'] = 'Trang tiếp';
|
| | |
|
| | |
|
| | | // LDAP search
|
| | | $labels['ldapsearch'] = 'LDAP directory search';
|
| | |
|
| | |
| | | $labels['ldappublicsearchfield'] = 'Tìm trên';
|
| | | $labels['ldappublicsearchform'] = 'Tìm địa chỉ liên hệ';
|
| | | $labels['ldappublicsearch'] = 'Tìm kiếm';
|
| | |
|
| | |
|
| | | // settings
|
| | | $labels['settingsfor'] = 'Thiết lập cho';
|
| | |
| | | $labels['sortasc'] = 'Xếp tăng dần';
|
| | | $labels['sortdesc'] = 'Xếp giảm dần';
|
| | |
|
| | | ?>
|
| | | ?> |
| | |
| | | <?php
|
| | |
|
| | | /*
|
| | |
|
| | | +-----------------------------------------------------------------------+
|
| | | | language/vn/messages.inc |
|
| | | | |
|
| | | | Language file of the RoundCube Webmail client |
|
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland |
|
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
|
| | | | Licensed under the GNU GPL |
|
| | | | |
|
| | | +-----------------------------------------------------------------------+
|
| | | | Author: Vinh Bui <bqvinh@buivinh.info> |
|
| | | +-----------------------------------------------------------------------+
|
| | |
|
| | | $Id: messages.inc 285 2006-07-30 19:38:06Z thomasb $
|
| | | @version $Id$
|
| | |
|
| | | */
|
| | |
|
| | | $messages = array();
|
| | |
|
| | | $messages['loginfailed'] = 'Không đăng nhập được';
|
| | |
|
| | | $messages['cookiesdisabled'] = 'Trình duyệt không hỗ trợ cookies';
|
| | |
|
| | | $messages['sessionerror'] = 'Phiên làm việc không hợp lệ hoặc đã hết hạn';
|
| | |
|
| | | $messages['imaperror'] = 'Không kết nối được với máy chủ IMAP';
|
| | |
|
| | | $messages['nomessagesfound'] = 'Không có thư trong hòm thư này';
|
| | |
|
| | | $messages['loggedout'] = 'Phiên làm việc đã kết thúc. Hẹn gặp lại!';
|
| | |
|
| | | $messages['mailboxempty'] = 'Hộp thư rỗng';
|
| | |
|
| | | $messages['loading'] = 'Vui lòng chờ trong giây lát...';
|
| | |
|
| | | $messages['loadingdata'] = 'Đang nạp dữ liệu...';
|
| | |
|
| | | $messages['checkingmail'] = 'Kiểm tra thư mới...';
|
| | |
|
| | | $messages['sendingmessage'] = 'Đang gửi thư...';
|
| | |
|
| | | $messages['messagesent'] = 'Thư đã được gửi';
|
| | |
|
| | | $messages['savingmessage'] = 'Đang lưu thư...';
|
| | |
|
| | | $messages['messagesaved'] = 'Thư đã được gửi vào ngăn Drafts';
|
| | |
|
| | | $messages['successfullysaved'] = 'Đã lưu thành công';
|
| | |
|
| | | $messages['addedsuccessfully'] = 'Địa chỉ liên hệ đã được lưu';
|
| | |
|
| | | $messages['contactexists'] = 'Địa chỉ liên hệ với e-mail này đã được lưu trước đây';
|
| | |
|
| | | $messages['blockedimages'] = 'Để bảo vệ tính riêng tư, chức năng hiện ảnh từ xa bị cấm trong thư này.';
|
| | |
|
| | | $messages['encryptedmessage'] = 'Thư này được mã hóa, không thể xem. Rất tiếc!';
|
| | |
|
| | | $messages['nocontactsfound'] = 'Không tìm thấy địa chỉ liên hệ';
|
| | |
|
| | | $messages['sendingfailed'] = 'Không gửi được thư';
|
| | |
|
| | | $messages['errorsaving'] = 'Lỗi khi lưu';
|
| | |
|
| | | $messages['errormoving'] = 'Không thể chuyển được thư';
|
| | |
|
| | | $messages['errordeleting'] = 'Không thể xóa được thư';
|
| | |
|
| | | $messages['deletecontactconfirm'] = 'Xóa bỏ các địa chỉ được chọn?';
|
| | |
|
| | | $messages['deletefolderconfirm'] = 'Xóa bỏ thư mục này?';
|
| | |
|
| | | $messages['purgefolderconfirm'] = 'Xóa toàn bộ thư trong thư mục nào?';
|
| | |
|
| | | $messages['formincomplete'] = 'Mẫu chưa được điền xong';
|
| | |
|
| | | $messages['noemailwarning'] = 'Nhập địa chỉ email';
|
| | |
|
| | | $messages['nonamewarning'] = 'Nhập tên';
|
| | |
|
| | | $messages['nopagesizewarning'] = 'Nhập kích cỡ của trang';
|
| | |
|
| | | $messages['norecipientwarning'] = 'Thư cần có it nhất 1 người nhận';
|
| | |
|
| | | $messages['nosubjectwarning'] = 'Mục "Tiêu đề" chưa có. Điền tiêu đề ?';
|
| | |
|
| | | $messages['nobodywarning'] = 'Thư không nội dung, vẫn tiếp tục gửi?';
|
| | |
|
| | | $messages['notsentwarning'] = 'Thư chưa được gửi. Bỏ qua thư đang soạn?';
|
| | |
|
| | | $messages['noldapserver'] = 'Chọn máy chủ ldap server để tìm';
|
| | |
|
| | | $messages['nocontactsreturned'] = 'Không tìm thấy địa chỉ';
|
| | |
|
| | | $messages['nosearchname'] = 'Nhập địa chỉ hoặc email';
|
| | |
|
| | | $messages['searchsuccessful'] = '$nr messages found';
|
| | |
|
| | | $messages['searchnomatch'] = 'Không tìm thấy';
|
| | |
|
| | | $messages['searching'] = 'Tìm kiếm...';
|
| | |
|
| | | $messages['checking'] = 'Kiểm tra...';
|
| | |
|
| | | $messages['nospellerrors'] = 'Không có lỗi chính tả';
|
| | |
|
| | | $messages['folderdeleted'] = 'Thư mục đã được xóa';
|
| | |
|
| | |
|
| | | ?>
|
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/zh_CN/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: winman rong <winman.rong@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | |
| | | $labels['showimages'] = '显示图片'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = '显示名字'; |
| | | $labels['firstname'] = '名'; |
| | |
| | | $labels['print'] = '打印'; |
| | | $labels['export'] = '导出'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Settings for'; |
| | | |
| | |
| | | $labels['language'] = '语言'; |
| | | $labels['timezone'] = '时区'; |
| | | $labels['pagesize'] = '每页邮件数'; |
| | | |
| | | |
| | | $labels['folders'] = '文件夹'; |
| | | $labels['foldername'] = '文件夹名称'; |
| | |
| | | |
| | | $labels['description'] = '描述'; |
| | | |
| | | |
| | | ?> |
| | | ?> |
| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/zh_CN/messages.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: winman rong <winman.rong@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $messages = array(); |
| | | |
| | | $messages['loginfailed'] = '登录失败'; |
| | | |
| | | $messages['cookiesdisabled'] = '你的浏览器目前关闭了cookies,请打开cookies再试'; |
| | | |
| | | $messages['sessionerror'] = '当前 session 无效或者超时 '; |
| | | |
| | | $messages['imaperror'] = '不能连接IMAP服务器'; |
| | | |
| | | $messages['nomessagesfound'] = '没有邮件在这个邮箱里'; |
| | | |
| | | $messages['loggedout'] = '成功结束当前会话. 再见!'; |
| | | |
| | | $messages['mailboxempty'] = '邮箱现在是空的'; |
| | | |
| | | $messages['loadingdata'] = '读取数据...'; |
| | | |
| | | $messages['messagesent'] = '邮件发送成功'; |
| | | |
| | | $messages['successfullysaved'] = '保存成功'; |
| | | |
| | | $messages['addedsuccessfully'] = '联系信息已经成功增加到地址薄'; |
| | | |
| | | $messages['contactexists'] = '这个邮件地址已经存在'; |
| | | |
| | | $messages['blockedimages'] = '为了保障个人私隐, 阻挡了邮件里的图片.'; |
| | | |
| | | $messages['encryptedmessage'] = '抱歉!不能显示加密邮件.'; |
| | | |
| | | $messages['nocontactsfound'] = '没有发现联系人'; |
| | | |
| | | $messages['sendingfailed'] = '邮件发送失败'; |
| | | |
| | | $messages['errorsaving'] = '当发生错误时保存信息'; |
| | | |
| | | $messages['errormoving'] = '移动邮件出错'; |
| | | |
| | | $messages['errordeleting'] = '删除邮件出错'; |
| | | |
| | | // New Words since 0.1 beta |
| | | |
| | | $messages['checking'] = '检查...'; |
| | | |
| | | $messages['nospellerrors'] = '没发现拼写错误'; |
| | | |
| | | $messages['checkingmail'] = '检查新邮件...'; |
| | | |
| | | $messages['savingmessage'] = '保存邮件...'; |
| | | |
| | | $messages['messagesaved'] = '将邮件保存为草稿'; |
| | | |
| | | $messages['folderdeleted'] = '成功删除文件夹'; |
| | | |
| | | |
| | | ?> |
| | | ?> |