rougail/locale/rougail.pot

174 lines
4.6 KiB
Text
Raw Normal View History

2024-10-30 18:45:09 +01:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
2025-01-02 21:06:13 +01:00
"POT-Creation-Date: 2024-12-15 16:57+0100\n"
2024-10-30 18:45:09 +01:00
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n"
2025-01-02 21:06:13 +01:00
#: src/rougail/annotator/family.py:143
2024-10-30 18:45:09 +01:00
msgid "default variable mode \"{0}\" is not a valid mode, valid modes are {1}"
msgstr ""
2025-01-02 21:06:13 +01:00
#: src/rougail/annotator/family.py:149
2024-10-30 18:45:09 +01:00
msgid "default family mode \"{0}\" is not a valid mode, valid modes are {1}"
msgstr ""
2025-01-02 21:06:13 +01:00
#: src/rougail/annotator/family.py:181
2024-10-30 18:45:09 +01:00
msgid "mode \"{0}\" for \"{1}\" is not a valid mode, valid modes are {2}"
msgstr ""
2025-01-02 21:06:13 +01:00
#: src/rougail/annotator/family.py:185
2024-10-30 18:45:09 +01:00
msgid "mode \"{0}\" for \"{1}\" is not a valid mode, no modes are available"
msgstr ""
2025-01-02 21:06:13 +01:00
#: src/rougail/annotator/family.py:249
2024-10-30 18:45:09 +01:00
msgid "the variable \"{0}\" is mandatory so in \"{1}\" mode but family has the higher family mode \"{2}\""
msgstr ""
2025-01-02 21:06:13 +01:00
#: src/rougail/annotator/family.py:287
2024-10-30 18:45:09 +01:00
msgid "the follower \"{0}\" is in \"{1}\" mode but leader have the higher mode \"{2}\""
msgstr ""
2025-01-02 21:06:13 +01:00
#: src/rougail/annotator/family.py:320
2024-10-30 18:45:09 +01:00
msgid "the family \"{0}\" is in \"{1}\" mode but variables and families inside have the higher modes \"{2}\""
msgstr ""
2025-01-02 21:06:13 +01:00
#: src/rougail/annotator/family.py:338
2024-10-30 18:45:09 +01:00
msgid "the variable \"{0}\" is in \"{1}\" mode but family has the higher family mode \"{2}\""
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/annotator/value.py:77
2024-10-30 18:45:09 +01:00
msgid "the follower \"{0}\" without multi attribute can only have one value"
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/annotator/value.py:93
2024-10-30 18:45:09 +01:00
msgid "the variable \"{0}\" is multi but has a non list default value"
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/annotator/variable.py:189
2024-10-30 18:45:09 +01:00
msgid "the variable \"{0}\" has regexp attribut but has not the \"regexp\" type"
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/annotator/variable.py:232
2024-10-30 18:45:09 +01:00
msgid "the variable \"{0}\" has choices attribut but has not the \"choice\" type"
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/annotator/variable.py:260
2024-10-30 18:45:09 +01:00
msgid "the variable \"{0}\" has an unvalid default value \"{1}\" should be in {2}"
msgstr ""
2025-01-02 21:06:13 +01:00
#: src/rougail/config.py:216
msgid "Directories where dictionary files are placed"
msgstr ""
#: src/rougail/config.py:227
msgid "Sort dictionaries from differents directories"
msgstr ""
#: src/rougail/config.py:232
msgid "Main namespace name"
msgstr ""
#: src/rougail/config.py:238
msgid "Extra namespaces"
msgstr ""
#: src/rougail/config.py:245
msgid "Extra namespace name"
msgstr ""
#: src/rougail/config.py:251
msgid "Directories where extra dictionary files are placed"
msgstr ""
#: src/rougail/config.py:262
msgid "Update dictionaries to newest Rougail format version"
msgstr ""
#: src/rougail/config.py:263
msgid "Do not update dictionaries to newest Rougail format version"
msgstr ""
#: src/rougail/config.py:267
msgid "Update informations"
msgstr ""
#: src/rougail/config.py:273
msgid "Directories where dictionary files will be placed"
msgstr ""
#: src/rougail/config.py:278
msgid "Directories where extra files will be placed"
msgstr ""
#: src/rougail/config.py:290
msgid "File with functions"
msgstr ""
#: src/rougail/config.py:302
msgid "All modes level available"
msgstr ""
#: src/rougail/convert.py:281
2024-10-30 18:45:09 +01:00
msgid "A variable or a family located in the \"{0}\" namespace shall not be used in the \"{1}\" namespace"
msgstr ""
2025-01-02 21:06:13 +01:00
#: src/rougail/convert.py:480
2024-10-30 18:45:09 +01:00
msgid "unknown type {0} for {1}"
msgstr ""
2025-01-02 21:06:13 +01:00
#: src/rougail/convert.py:613
msgid "The family \"{0}\" already exists and it is not redefined"
msgstr ""
#: src/rougail/convert.py:1356
2024-10-30 18:45:09 +01:00
msgid "duplicate dictionary file name {0}"
msgstr ""
2025-01-02 21:06:13 +01:00
#: src/rougail/convert.py:1403
2024-10-30 18:45:09 +01:00
msgid "Cannot execute annotate multiple time"
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/error.py:67
2024-10-30 18:45:09 +01:00
msgid "{0} in {1}"
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/structural_commandline/annotator.py:67
2024-10-30 18:45:09 +01:00
msgid "alternative_name \"{0}\" conflict with \"--help\""
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/structural_commandline/annotator.py:72
2024-10-30 18:45:09 +01:00
msgid "conflict alternative_name \"{0}\": \"{1}\" and \"{2}\""
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/structural_commandline/annotator.py:95
2024-10-30 18:45:09 +01:00
msgid "negative_description is mandatory for boolean variable, but \"{0}\" hasn't"
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/structural_commandline/annotator.py:104
2024-10-30 18:45:09 +01:00
msgid "negative_description is only available for boolean variable, but \"{0}\" is \"{1}\""
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/update/update.py:738
2024-10-30 18:45:09 +01:00
msgid "not a XML file: {0}"
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/utils.py:55
2024-10-30 18:45:09 +01:00
msgid "invalid variable or family name \"{0}\" must only contains lowercase ascii character, number or _"
msgstr ""
2024-11-01 11:06:34 +01:00
#: src/rougail/utils.py:117
2024-10-30 18:45:09 +01:00
msgid "error in jinja \"{0}\" for the variable \"{1}\": {2}"
msgstr ""