From 6ecb90288c21f10b865d3f794b921f92a7529c1b Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Fri, 20 Nov 2020 05:30:57 +0100 Subject: [PATCH] upd: source file after language switch --- translations/messages.pot | 196 ++++++++++++++++++++++++++++---------- 1 file changed, 145 insertions(+), 51 deletions(-) diff --git a/translations/messages.pot b/translations/messages.pot index 046dfd9..899b9fe 100644 --- a/translations/messages.pot +++ b/translations/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-08-09 05:56+0200\n" +"POT-Creation-Date: 2020-11-20 05:25+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,91 +17,120 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.8.0\n" -#: motion.py:366 -#, python-format -msgid "Result of motion %(name)s (%(identifier)s)" +#: motion.py:28 +msgid "yes" msgstr "" -#: motion.py:389 templates/motion.html:8 -msgid "Finished" +#: motion.py:28 +msgid "no" msgstr "" -#: motion.py:391 templates/motion.html:8 templates/motion.html:14 -msgid "Canceled" +#: motion.py:28 +msgid "abstain" msgstr "" -#: motion.py:393 templates/motion.html:8 -msgid "Running" +#: motion.py:103 +msgid "Server misconfigured" msgstr "" -#: motion.py:400 -#, python-format -msgid "Proposed: %(time)s (UTC) by %(by)s" +#: motion.py:107 +msgid "Access denied" msgstr "" -#: motion.py:402 -#, python-format -msgid "Canceled: %(time)s (UTC) by %(by)s" +#: motion.py:274 motion.py:314 motion.py:398 motion.py:404 motion.py:430 +#: motion.py:438 +msgid "Forbidden" msgstr "" -#: motion.py:404 -#, python-format -msgid "Votes until: %(time)s (UTC)" +#: motion.py:277 +msgid "Error, invalid length" +msgstr "" + +#: motion.py:281 +msgid "Error, missing title" msgstr "" -#: motion.py:417 -msgid "Votes" +#: motion.py:285 +msgid "Error, missing content" msgstr "" -#: motion.py:422 -msgid "Running motion, no data is displayed" +#: motion.py:311 motion.py:356 +msgid "Error, Not found" msgstr "" -#: motion.py:426 -msgid "vote" +#: motion.py:316 +msgid "Error, motion was canceled" msgstr "" -#: motion.py:431 -msgid "Total" +#: motion.py:318 +msgid "Error, out of time" msgstr "" -#: motion.py:436 -msgid "No votes given" +#: motion.py:337 +msgid "Error, form requires reason" msgstr "" -#: motion.py:443 -msgid "Motion votes" +#: motion.py:385 motion.py:415 +msgid "Error, proxy not found." msgstr "" -#: motion.py:453 -msgid "- continued on next page -" +#: motion.py:408 +msgid "Error, voter equals proxy." msgstr "" -#: motion.py:458 -msgid "Motion votes continued" +#: motion.py:411 +msgid "Error, voter not found." msgstr "" -#: motion.py:463 -msgid "- End of data - " +#: motion.py:419 +msgid "Error, proxy allready given." msgstr "" -#: motion.py:465 +#: motion.py:423 #, python-format -msgid "Report generated %(time)s (UTC)" +msgid "Error, Max proxy for '%s' reached." msgstr "" -#: templates/base.html:4 templates/base.html:60 +#: templates/base.html:4 templates/base.html:63 msgid "Motion list" msgstr "" -#: templates/base.html:67 +#: templates/base.html:70 +msgid "Home" +msgstr "" + +#: templates/base.html:74 +msgid "Proxy management" +msgstr "" + +#: templates/base.html:78 msgid "User" msgstr "" -#: templates/base.html:71 +#: templates/base.html:80 +msgid "proxy granted to" +msgstr "" + +#: templates/base.html:83 +msgid "holds proxy of" +msgstr "" + +#: templates/base.html:89 msgid "Language" msgstr "" +#: templates/base.html:105 +msgid "Copyright" +msgstr "" + +#: templates/base.html:106 +msgid "Imprint" +msgstr "" + +#: templates/base.html:107 +msgid "Data protection" +msgstr "" + #: templates/index.html:10 msgid "Motion title" msgstr "" @@ -132,30 +161,72 @@ msgstr "" msgid "Next" msgstr "" -#: templates/motion.html:10 +#: templates/motion.html:8 +msgid "Running" +msgstr "" + +#: templates/motion.html:8 templates/motion.html:18 +msgid "Canceled" +msgstr "" + +#: templates/motion.html:8 +msgid "Finished" +msgstr "" + +#: templates/motion.html:12 msgid "Vote" msgstr "" -#: templates/motion.html:10 +#: templates/motion.html:12 msgid "Result" msgstr "" -#: templates/motion.html:12 +#: templates/motion.html:16 msgid "Proposed" msgstr "" -#: templates/motion.html:12 templates/motion.html:14 -msgid "by" +#: templates/motion.html:16 templates/motion.html:18 +#, python-format +msgid "%(dt)s (UTC) by %(user)s" msgstr "" -#: templates/motion.html:16 +#: templates/motion.html:20 msgid "Votes until" msgstr "" -#: templates/motion.html:32 templates/single_motion.html:29 +#: templates/motion.html:20 +#, python-format +msgid "%(dt)s (UTC)" +msgstr "" + +#: templates/motion.html:34 templates/single_motion.html:51 msgid "Cancelation reason" msgstr "" +#: templates/proxy.html:7 templates/proxy.html:41 +msgid "Voter" +msgstr "" + +#: templates/proxy.html:8 templates/proxy.html:42 +msgid "Proxy" +msgstr "" + +#: templates/proxy.html:27 +msgid "Add" +msgstr "" + +#: templates/proxy.html:36 +msgid "Granted Proxies" +msgstr "" + +#: templates/proxy.html:49 +msgid "Revoke" +msgstr "" + +#: templates/proxy.html:58 +msgid "Revoke all" +msgstr "" + #: templates/single_motion.html:3 msgid "Motion" msgstr "" @@ -164,11 +235,34 @@ msgstr "" msgid "Motion Votes" msgstr "" -#: templates/single_motion.html:30 +#: templates/single_motion.html:25 +msgid "My vote" +msgstr "" + +#: templates/single_motion.html:27 +#, python-format +msgid "Given by %(pn)s" +msgstr "" + +#: templates/single_motion.html:37 +#, python-format +msgid "Vote for %(email)s" +msgstr "" + +#: templates/single_motion.html:39 +#, python-format +msgid "Voted by %(email)s" +msgstr "" + +#: templates/single_motion.html:52 msgid "Cancel" msgstr "" -#: templates/single_motion.html:35 +#: templates/single_motion.html:57 msgid "Finish" msgstr "" +#: templates/single_motion.html:61 +msgid "Back" +msgstr "" + -- 2.39.2