From 1c13b581254b8e46cef420811b6ae14a06180ace Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Thu, 7 Dec 2023 22:10:53 +0100 Subject: use BABEL default language setting only accept valid locales --- .../translations/en/LC_MESSAGES/messages.po | 177 +++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 src/jwebmail/translations/en/LC_MESSAGES/messages.po (limited to 'src/jwebmail/translations/en/LC_MESSAGES') diff --git a/src/jwebmail/translations/en/LC_MESSAGES/messages.po b/src/jwebmail/translations/en/LC_MESSAGES/messages.po new file mode 100644 index 0000000..5b1e43a --- /dev/null +++ b/src/jwebmail/translations/en/LC_MESSAGES/messages.po @@ -0,0 +1,177 @@ +# English translations for PROJECT. +# Copyright (C) 2023 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2023-12-06 23:44+0100\n" +"PO-Revision-Date: 2023-12-07 19:04+0100\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.13.1\n" + +#: src/jwebmail/render_mail.py:67 +msgid "Attachment {filename} of type {filetype}" +msgstr "" + +#: src/jwebmail/render_mail.py:117 +msgid "From" +msgstr "" + +#: src/jwebmail/render_mail.py:118 +msgid "To" +msgstr "" + +#: src/jwebmail/render_mail.py:119 +msgid "CC" +msgstr "" + +#: src/jwebmail/render_mail.py:120 +msgid "BCC" +msgstr "" + +#: src/jwebmail/render_mail.py:147 +msgid "Unsupported MIME type of {mime_type}." +msgstr "" + +#: src/jwebmail/webmail.py:25 +msgid "Username" +msgstr "" + +#: src/jwebmail/webmail.py:27 +msgid "Password" +msgstr "" + +#: src/jwebmail/webmail.py:62 +msgid "login failed!" +msgstr "" + +#: src/jwebmail/webmail.py:109 +msgid "displaying {start} - {end} of {total} {record_name}" +msgstr "" + +#: src/jwebmail/webmail.py:162 +msgid "succ_move" +msgstr "" + +#: src/jwebmail/webmail.py:209 +msgid "error_send" +msgstr "" + +#: src/jwebmail/webmail.py:211 +msgid "succ_send" +msgstr "" + +#: src/jwebmail/templates/_bot_nav.html:11 +msgid "Move to" +msgstr "" + +#: src/jwebmail/templates/_bot_nav.html:19 +#: src/jwebmail/templates/_folders.html:21 +msgid "Home" +msgstr "" + +#: src/jwebmail/templates/_bot_nav.html:26 +msgid "Move" +msgstr "" + +#: src/jwebmail/templates/_bot_nav.html:38 +msgid "Remove" +msgstr "" + +#: src/jwebmail/templates/_bot_nav.html:44 +msgid "check all" +msgstr "" + +#: src/jwebmail/templates/_folders.html:36 +#, python-format +msgid "%(total_new_mails)s new" +msgstr "" + +#: src/jwebmail/templates/_folders.html:41 +msgid "mailbox size: " +msgstr "" + +#: src/jwebmail/templates/_top_nav.html:4 +msgid "Logout" +msgstr "" + +#: src/jwebmail/templates/_top_nav.html:5 +msgid "Write" +msgstr "" + +#: src/jwebmail/templates/_top_nav.html:11 +msgid "Search" +msgstr "" + +#: src/jwebmail/templates/_top_nav.html:26 +msgid "Sort" +msgstr "" + +#: src/jwebmail/templates/_top_nav.html:32 +#: src/jwebmail/templates/_top_nav.html:33 +msgid "Date" +msgstr "" + +#: src/jwebmail/templates/_top_nav.html:32 +#: src/jwebmail/templates/_top_nav.html:34 +#: src/jwebmail/templates/_top_nav.html:35 +msgid "Descending" +msgstr "" + +#: src/jwebmail/templates/_top_nav.html:33 +#: src/jwebmail/templates/_top_nav.html:36 +msgid "Ascending" +msgstr "" + +#: src/jwebmail/templates/_top_nav.html:34 +msgid "Size" +msgstr "" + +#: src/jwebmail/templates/_top_nav.html:35 +#: src/jwebmail/templates/_top_nav.html:36 +msgid "Sender" +msgstr "" + +#: src/jwebmail/templates/about.html:61 src/jwebmail/templates/login.html:8 +#: src/jwebmail/templates/login.html:64 +msgid "Login" +msgstr "" + +#: src/jwebmail/templates/displayheaders.html:25 +msgid "This folder is empty!" +msgstr "" + +#: src/jwebmail/templates/mainlayout.html:22 +msgid "About" +msgstr "" + +#: src/jwebmail/templates/mainlayout.html:25 +msgid "Version" +msgstr "" + +#: src/jwebmail/templates/not_found.html:19 +msgid "start page" +msgstr "" + +#: src/jwebmail/templates/readmail.html:12 +#: src/jwebmail/templates/writemail.html:78 +msgid "back" +msgstr "" + +#: src/jwebmail/templates/writemail.html:62 +msgid "attach file" +msgstr "" + +#: src/jwebmail/templates/writemail.html:71 +msgid "Send" +msgstr "" + -- cgit v1.2.3