diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/CVS/Entries | 6 | ||||
-rw-r--r-- | lang/CVS/Repository | 1 | ||||
-rw-r--r-- | lang/CVS/Root | 1 | ||||
-rw-r--r-- | lang/de.lang | 51 | ||||
-rw-r--r-- | lang/en.lang | 51 | ||||
-rw-r--r-- | lang/i18n.pod | 87 |
6 files changed, 197 insertions, 0 deletions
diff --git a/lang/CVS/Entries b/lang/CVS/Entries new file mode 100644 index 0000000..f0de199 --- /dev/null +++ b/lang/CVS/Entries @@ -0,0 +1,6 @@ +/de.lang/1.4/Sat Mar 18 21:13:25 2000// +/en.lang/1.4/Sat Mar 18 21:13:25 2000// +/fr.lang/1.4/Sat Mar 18 21:13:25 2000// +/it.lang/1.4/Sat Mar 18 21:13:25 2000// +/template.lang/1.5/Sat Mar 18 21:13:25 2000// +D diff --git a/lang/CVS/Repository b/lang/CVS/Repository new file mode 100644 index 0000000..958a813 --- /dev/null +++ b/lang/CVS/Repository @@ -0,0 +1 @@ +webmail/lang diff --git a/lang/CVS/Root b/lang/CVS/Root new file mode 100644 index 0000000..d1faa17 --- /dev/null +++ b/lang/CVS/Root @@ -0,0 +1 @@ +swix@cvs.oMail.sourceforge.net:/cvsroot/oMail diff --git a/lang/de.lang b/lang/de.lang new file mode 100644 index 0000000..88ac8b4 --- /dev/null +++ b/lang/de.lang @@ -0,0 +1,51 @@ +login = anmelden +userid = nuzerkennung +passwd = passwort +failed = fehlgeschlagen +about = über +mbox_size = Mailboxgröße +and = und +subject = betreff +version = version +from = von +to = für +cc = CC +date = datum +size = größe +content-type = inhaltsart +send_to = senden an +answer_to = Antworten gehen an +content = inhalt +check_all = alle markieren +move = verschieben +nr = nummer +status = status +logout = abmelden +compose = schreiben +search = suche +of = von +messages = nachrichten +new = neu +mbox_size = mailboxgröße +home = Übersicht +no = nein +yes = ja +page = seite +next = nächste +last = letzte +first = erste +previous = vorherige +sender = gesendet von + +# Mailboxen +Queue = Warteschlange +Drafts = Vorlagen +Home = Wurzelverzeichnis + +# Fehler +no_session = Keine aktive Sitzung. +no_folder = Dieses Verzeichnis gibt es nicht. +error_send = Die Nachricht konnte nicht gesendet werden. +succ_send = Die Nachricht wurde verschikt. +succ_move = Nachrichten wurden verschoben. +empty_folder = Dies Verzeichnis ist leer.
\ No newline at end of file diff --git a/lang/en.lang b/lang/en.lang new file mode 100644 index 0000000..aef8649 --- /dev/null +++ b/lang/en.lang @@ -0,0 +1,51 @@ +messages = messages +from = from +to = to +cc = cc + +failed = failed +search = search +move = move +and = and +content-type = content-type +send_to = send to +answer_to = answer to +content = content +check_all = check all +nr = number +mbox_size = Mailbox size +about = about +version = version +first = first +previous = previous +next = next +last = last +yes = yes +no = no +userid = user-id +passwd = password +login = login +of = of +new = new +compose = compose +logout = logout +page = page +status = status +date = date +sender = sender +subject = subject +size = size +home = home + +no_session = You have no active session! +no_folder = "no such folder" +error_send = 'Error when sending message' +succ_send = 'Message has been send' +succ_move = 'Messages have been moved' +empty_folder = This folder is empty. + +INBOX = inbox +SENT = sent +TRASH = trash +SAVED = saved +Home = home
\ No newline at end of file diff --git a/lang/i18n.pod b/lang/i18n.pod new file mode 100644 index 0000000..8f7035b --- /dev/null +++ b/lang/i18n.pod @@ -0,0 +1,87 @@ +=encoding utf-8 + +=head1 SYNOPSIS + + @@ de.lang + yes = ja + no = nein + +=head1 DESCRIPTION + +Place your translation files here. +Use the two letter language naming convention. +Use lower case phrases as they will be capitalized by the templates. + +=head1 INTERNATIONALIZATION AND LOCALIZATION + +=head2 Single Words + + Phrase Description + -------------------------- + failed an operation failed + and + no + yes + messages mails + of page x *of* n + page a page consisting of multiple mails + login header name + userid form field label + passwd form field label + about about page name + mbox_size mail box size in byte + version version translation for JWebmail version + subject mail field subject + from mail field from + to mail field to + cc mail field cc + date mail field date + size mail size + content-type mail field content-type + sender mail field sender + answer_to mail field reply back to + send_to write mail to + content the mail body rendered as html + check_all tick/untick all mails for move + move move mails to a different folder + nr row number, column description + status whether a mail is multipart + logout close session + compose write an email + search search in mails + new amount of new mails + home back button to read the main folder + first first page + previous previous page + next next page + last last page + +=head2 Phrases + + succ_send tell the user the mail was send successfully + succ_move tell the user the mails where moved successfully + empty_folder tell the user the folder is empty + +=head2 Error Messages + + no_session the session has expired or did not exist at all + no_folder the selected mail folder does not exists + error_send error sending the message + +=head2 Formats + +Currently there are no formats. + +=head2 Other + + Common Mail Folders + --- + Queue + Drafts + Home + +=head1 SEE OTHER + +L<JWebmail::Plugin::I18N> + +=cut
\ No newline at end of file |