tiramisu/locale/tiramisu.pot

1023 lines
24 KiB
Text
Raw Normal View History

2024-10-31 08:53:58 +01:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
2025-10-05 20:43:42 +02:00
"POT-Creation-Date: 2025-10-04 15:46+0200\n"
2024-10-31 08:53:58 +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-09-11 22:07:53 +02:00
#: tiramisu/api.py:86
2024-10-31 08:53:58 +01:00
msgid "Settings:"
msgstr ""
2025-09-11 22:07:53 +02:00
#: tiramisu/api.py:90
2024-10-31 08:53:58 +01:00
msgid "Access to option without verifying permissive properties"
msgstr ""
2025-09-11 22:07:53 +02:00
#: tiramisu/api.py:95
2024-10-31 08:53:58 +01:00
msgid "Access to option without property restriction"
msgstr ""
2025-09-11 22:07:53 +02:00
#: tiramisu/api.py:100
2024-10-31 08:53:58 +01:00
msgid "Do not warnings during validation"
msgstr ""
2025-09-11 22:07:53 +02:00
#: tiramisu/api.py:104
2024-10-31 08:53:58 +01:00
msgid "Commands:"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:118 tiramisu/api.py:1963
2024-10-31 08:53:58 +01:00
msgid "please specify a valid sub function ({0}.{1})"
msgstr ""
2025-09-11 22:07:53 +02:00
#: tiramisu/api.py:206
2024-10-31 08:53:58 +01:00
msgid "please do not specify index ({0}.{1})"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:211 tiramisu/api.py:948
2024-10-31 08:53:58 +01:00
msgid "please specify index with a follower option ({0}.{1})"
msgstr ""
#: tiramisu/api.py:234
2024-10-31 08:53:58 +01:00
msgid "please specify a valid sub function ({0}.{1}): {2}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:447
msgid "optiondescription"
msgstr ""
#: tiramisu/api.py:452
msgid "symlink"
msgstr ""
#: tiramisu/api.py:533
2024-10-31 08:53:58 +01:00
msgid "the option {0} is not a dynamic option, cannot get identifiers with only_self parameter to True"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:621
2024-10-31 08:53:58 +01:00
msgid "cannot get option from a follower symlink without index"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:699
2024-10-31 08:53:58 +01:00
msgid "cannot add this property: \"{0}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:726
2024-10-31 08:53:58 +01:00
msgid "cannot remove option's property \"{0}\", use permissive instead in option \"{1}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:730
2024-10-31 08:53:58 +01:00
msgid "cannot find \"{0}\" in option \"{1}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:735
2024-10-31 08:53:58 +01:00
msgid "cannot remove option's property \"{0}\", use permissive instead in option \"{1}\" at index \"{2}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:739
2024-10-31 08:53:58 +01:00
msgid "cannot find \"{0}\" in option \"{1}\" at index \"{2}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:783
2024-10-31 08:53:58 +01:00
msgid "cannot find \"{0}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:965
2024-10-31 08:53:58 +01:00
msgid "only multi value has defaultmulti"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:1129
2024-10-31 08:53:58 +01:00
msgid "please specify a valid sub function ({0}.{1}) for {2}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:1528
2024-10-31 08:53:58 +01:00
msgid "properties must be a frozenset"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:1532 tiramisu/api.py:1559
2024-10-31 08:53:58 +01:00
msgid "unknown when {} (must be in append or remove)"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:1545 tiramisu/api.py:1569 tiramisu/config.py:1712
2024-10-31 08:53:58 +01:00
msgid "unknown type {}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/api.py:1935
2024-10-31 08:53:58 +01:00
msgid "do not use unrestraint, nowarnings or forcepermissive together"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:89
2024-10-31 08:53:58 +01:00
msgid "args in params must be a tuple"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:92 tiramisu/autolib.py:97
2024-10-31 08:53:58 +01:00
msgid "arg in params must be a Param"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:94
2024-10-31 08:53:58 +01:00
msgid "kwargs in params must be a dict"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:122
2024-10-31 08:53:58 +01:00
msgid "paramoption needs an option not {}"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:128
2024-10-31 08:53:58 +01:00
msgid "param must have a boolean not a {} for notraisepropertyerror"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:131
2024-10-31 08:53:58 +01:00
msgid "param must have a boolean not a {} for raisepropertyerror"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:160
msgid "identifiers in ParamDynOption must be a list, not {0}"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:166
msgid "optional in ParamDynOption must be a boolean, not {0}"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:220
msgid "cannot add option in information after creating config"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:223
msgid "cannot redefine option in information"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:227
2024-10-31 08:53:58 +01:00
msgid "option in ParamInformation cannot be a symlinkoption"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:230
2024-10-31 08:53:58 +01:00
msgid "option in ParamInformation cannot be a follower"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:233
2024-10-31 08:53:58 +01:00
msgid "option in ParamInformation cannot be a dynamic option"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:294
2024-10-31 08:53:58 +01:00
msgid "first argument ({0}) must be a function"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/autolib.py:298
2024-10-31 08:53:58 +01:00
msgid "help_function ({0}) must be a function"
msgstr ""
#: tiramisu/autolib.py:469 tiramisu/autolib.py:525
2024-10-31 08:53:58 +01:00
msgid "the option {0} is used in a calculation but is invalid ({1})"
msgstr ""
#: tiramisu/autolib.py:482 tiramisu/autolib.py:539 tiramisu/autolib.py:589
2024-10-31 08:53:58 +01:00
msgid "unable to get value for calculating {0}, {1}"
msgstr ""
#: tiramisu/autolib.py:518
2025-04-29 23:02:13 +02:00
msgid "unable to carry out a calculation for {0}, {1}"
msgstr ""
#: tiramisu/autolib.py:564
2025-04-29 23:02:13 +02:00
msgid "cannot find information for {0}, {1} is a dynamic option"
msgstr ""
#: tiramisu/autolib.py:604
2024-10-31 08:53:58 +01:00
msgid "option {0} is not a dynoptiondescription or in a dynoptiondescription"
msgstr ""
#: tiramisu/autolib.py:697
2025-05-12 09:05:06 +02:00
msgid "cannot calculate arguments for {0}, {1} with identifier \"{2}\", there is no identifiers"
2025-04-29 23:02:13 +02:00
msgstr ""
#: tiramisu/autolib.py:709
2025-05-12 09:05:06 +02:00
msgid "cannot calculate arguments for {0}, {1} with identifier \"{2}\", list of valid identifiers: {3}"
2024-10-31 08:53:58 +01:00
msgstr ""
#: tiramisu/autolib.py:820
2025-05-12 09:05:06 +02:00
msgid "the follower {0} must have index in carry_out_calculation!"
2024-10-31 08:53:58 +01:00
msgstr ""
#: tiramisu/autolib.py:932
2025-04-29 23:02:13 +02:00
msgid "unexpected error \"{1}\" in function \"{2}\" with arguments \"{3}\" and \"{4}\" for option {0}"
2024-10-31 08:53:58 +01:00
msgstr ""
#: tiramisu/autolib.py:942
2025-04-29 23:02:13 +02:00
msgid "unexpected error \"{1}\" in function \"{2}\" for option {0}"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:392 tiramisu/config.py:414 tiramisu/config.py:745
#: tiramisu/config.py:754
msgid "option name \"{0}\" is not unique in {1}"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:639
msgid "there is no option description for this config (may be GroupConfig)"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1010 tiramisu/option/optiondescription.py:74
2024-10-31 08:53:58 +01:00
msgid "option description seems to be part of an other config"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1172
2024-10-31 08:53:58 +01:00
msgid "parent of {0} not already exists"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1219
2024-10-31 08:53:58 +01:00
msgid "cannot set leadership object has root optiondescription"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1222
2024-10-31 08:53:58 +01:00
msgid "cannot set dynoptiondescription object has root optiondescription"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1269
2025-09-11 22:07:53 +02:00
msgid "child must be a Config, GroupConfig, MixConfig or MetaConfig"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1278
2024-10-31 08:53:58 +01:00
msgid "config name must be uniq in groupconfig for \"{0}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1487
2024-10-31 08:53:58 +01:00
msgid "unknown config \"{}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1512
2024-10-31 08:53:58 +01:00
msgid "child must be a Config, MixConfig or MetaConfig"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1547
2024-10-31 08:53:58 +01:00
msgid "force_default, force_default_if_same or force_dont_change_value cannot be set with only_config"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1557
2024-10-31 08:53:58 +01:00
msgid "force_default and force_dont_change_value cannot be set together"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1708
2024-10-31 08:53:58 +01:00
msgid "config name must be uniq in groupconfig for {0}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1753
2024-10-31 08:53:58 +01:00
msgid "config added has no name, the name is mandatory"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1758
2024-10-31 08:53:58 +01:00
msgid "config name \"{0}\" is not uniq in groupconfig \"{1}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1776 tiramisu/config.py:1782
2024-10-31 08:53:58 +01:00
msgid "cannot find the config {0}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1808
2024-10-31 08:53:58 +01:00
msgid "MetaConfig with optiondescription must have string has child, not {}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1820
2024-10-31 08:53:58 +01:00
msgid "child must be a Config or MetaConfig"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1825
2024-10-31 08:53:58 +01:00
msgid "all config in metaconfig must have the same optiondescription"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/config.py:1842
2024-10-31 08:53:58 +01:00
msgid "metaconfig must have the same optiondescription"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:48
2024-10-31 08:53:58 +01:00
msgid "and"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:50
2024-10-31 08:53:58 +01:00
msgid "or"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:72
2024-10-31 08:53:58 +01:00
msgid " {} "
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:145
msgid "cannot modify the {0} {1} at index \"{2}\" because {3} is frozen"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:149
msgid "cannot modify the {0} {1} at index \"{2}\" because is frozen"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:154
msgid "cannot modify the {0} {1} because {2} is frozen"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:156
msgid "cannot modify the {0} {1} because is frozen"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:160
msgid "cannot access to {0} {1} at index \"{2}\" because {3} hasn't value"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:164
msgid "{0} {1} at index \"{2}\" is mandatory but hasn't value"
msgstr ""
#: tiramisu/error.py:167
msgid "cannot access to {0} {1} because {2} hasn't value"
msgstr ""
#: tiramisu/error.py:169
2025-03-19 09:57:03 +01:00
msgid "{0} {1} is mandatory but hasn't value"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:173
msgid "cannot access to {0} {1} at index \"{2}\" because {3} has {4} {5}"
2025-03-19 09:57:03 +01:00
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:177
msgid "cannot access to {0} {1} at index \"{2}\" because has {3} {4}"
msgstr ""
#: tiramisu/error.py:182
msgid "cannot access to {0} {1} because {2} has {3} {4}"
msgstr ""
#: tiramisu/error.py:184
2024-10-31 08:53:58 +01:00
msgid "cannot access to {0} {1} because has {2} {3}"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/error.py:187
msgid "property"
msgstr ""
#: tiramisu/error.py:189
msgid "properties"
msgstr ""
#: tiramisu/error.py:204
msgid "cannot access to \"{0}\" it's a dynamic option"
msgstr ""
#: tiramisu/error.py:205
msgid "\"{0}\" is not an option"
msgstr ""
#: tiramisu/error.py:269
msgid "cannot set \"group_type\" attribute for the Leadership {0}"
msgstr ""
#: tiramisu/error.py:273
msgid "the leader {0} cannot have \"{1}\" property"
msgstr ""
#: tiramisu/error.py:277
msgid "the leader {0} cannot have \"force_default_on_freeze\" or \"force_metaconfig_on_freeze\" property without \"frozen\""
msgstr ""
#: tiramisu/error.py:281
msgid "cannot reduce length of the leader {0}"
msgstr ""
#: tiramisu/error.py:283
msgid "index \"{0}\" is greater than the leadership length \"{1}\" for option {2}"
msgstr ""
#: tiramisu/error.py:287
msgid "the follower option {0} has greater length ({1}) than the leader length ({2})"
msgstr ""
#: tiramisu/error.py:292
msgid "the \"{0}\" function with positional arguments \"{1}\" and keyword arguments \"{2}\" must not return a list (\"{3}\") for the follower option {4}"
msgstr ""
#: tiramisu/error.py:297
msgid "the \"{0}\" function must not return a list (\"{1}\") for the follower option {2}"
msgstr ""
2025-09-11 22:07:53 +02:00
#: tiramisu/error.py:333
2024-10-31 08:53:58 +01:00
msgid "invalid value"
msgstr ""
2025-09-11 22:07:53 +02:00
#: tiramisu/error.py:343
2025-04-29 23:02:13 +02:00
msgid "attention, \"{0}\" could be an invalid {1} for {2}"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-09-11 22:07:53 +02:00
#: tiramisu/error.py:347
2025-04-29 23:02:13 +02:00
msgid "attention, \"{0}\" could be an invalid {1} for {2} at index \"{3}\""
2025-02-07 08:01:59 +01:00
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/error.py:370
msgid "{2} has an invalid {1}"
msgstr ""
#: tiramisu/error.py:372
msgid "{2} at index \"{3}\" has an invalid {1}"
msgstr ""
#: tiramisu/error.py:375 tiramisu/error.py:386
2025-04-29 23:02:13 +02:00
msgid "\"{0}\" is an invalid {1} for {2}"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/error.py:377
2025-04-29 23:02:13 +02:00
msgid "\"{0}\" is an invalid {1} for {2} at index \"{3}\""
2025-02-07 08:01:59 +01:00
msgstr ""
2024-10-31 08:53:58 +01:00
#: tiramisu/function.py:65
msgid "network \"{0}\" ({1}) does not match with this netmask"
msgstr ""
#: tiramisu/function.py:83
msgid "IP \"{0}\" ({1}) with this netmask is in fact a network address"
msgstr ""
#: tiramisu/function.py:88
msgid "IP \"{0}\" ({1}) with this netmask is in fact a broadcast address"
msgstr ""
#: tiramisu/function.py:106
msgid "broadcast invalid with network {0} ({1}) and netmask {2} ({3})"
msgstr ""
#: tiramisu/function.py:134
msgid "this IP is not in network {network[\"value\"]} ({network[\"name\"]})"
msgstr ""
#: tiramisu/function.py:136
msgid "this IP is not in network {network[\"value\"]} ({network[\"name\"]}) with netmask {netmask[\"value\"]} ({netmask[\"name\"]})"
msgstr ""
#: tiramisu/function.py:143
msgid "this IP with the network {0} ({1}) is in fact a network address"
msgstr ""
#: tiramisu/function.py:148
msgid "this IP with the network {0} ({1}) is in fact a broadcast address"
msgstr ""
#: tiramisu/function.py:165
msgid "value is identical to {0}"
msgstr ""
#: tiramisu/function.py:400
msgid "unexpected value in calc_value with join attribute \"{0}\" with invalid length \"{1}\""
msgstr ""
#: tiramisu/function.py:527
msgid "unexpected {0} condition_operator in calc_value"
msgstr ""
#: tiramisu/function.py:591
msgid "unexpected condition_{0} must have \"todict\" argument"
msgstr ""
#: tiramisu/function.py:602
msgid "the value of \"{0}\" is {1}"
msgstr ""
#: tiramisu/function.py:604
msgid "the value of \"{0}\" is not {1}"
msgstr ""
#: tiramisu/option/baseoption.py:76 tiramisu/option/symlinkoption.py:44
2024-10-31 08:53:58 +01:00
msgid "\"{0}\" is an invalid name for an option"
msgstr ""
#: tiramisu/option/baseoption.py:89
2024-10-31 08:53:58 +01:00
msgid "invalid properties type {0} for {1}, must be a frozenset"
msgstr ""
#: tiramisu/option/baseoption.py:102
2024-10-31 08:53:58 +01:00
msgid "invalid property type {0} for {1}, must be a string or a Calculation"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/baseoption.py:254
2024-10-31 08:53:58 +01:00
msgid "information's item for {0} not found: \"{1}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/baseoption.py:272
2024-10-31 08:53:58 +01:00
msgid "'{0}' ({1}) object attribute '{2}' is read-only"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/baseoption.py:313
2024-10-31 08:53:58 +01:00
msgid "\"{}\" ({}) object attribute \"{}\" is read-only"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/baseoption.py:325
2024-10-31 08:53:58 +01:00
msgid "{0} not part of any Config"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/booloption.py:33
msgid "boolean"
msgstr ""
#: tiramisu/option/broadcastoption.py:34
msgid "broadcast address"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/choiceoption.py:41
msgid "choice"
msgstr ""
#: tiramisu/option/choiceoption.py:53
2024-10-31 08:53:58 +01:00
msgid "values must be a tuple or a calculation for {0}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/choiceoption.py:76
2024-10-31 08:53:58 +01:00
msgid "the calculated values \"{0}\" for \"{1}\" is not a list"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/choiceoption.py:107
2024-10-31 08:53:58 +01:00
msgid "only \"{0}\" is allowed"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/choiceoption.py:109
2024-10-31 08:53:58 +01:00
msgid "only {0} are allowed"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/dateoption.py:34
msgid "date"
msgstr ""
#: tiramisu/option/domainnameoption.py:46
msgid "domain name"
msgstr ""
#: tiramisu/option/domainnameoption.py:68
2024-10-31 08:53:58 +01:00
msgid "unknown type {0} for hostname"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:71
2024-10-31 08:53:58 +01:00
msgid "allow_ip must be a boolean"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:73
2024-10-31 08:53:58 +01:00
msgid "allow_cidr_network must be a boolean"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:75
2024-10-31 08:53:58 +01:00
msgid "allow_without_dot must be a boolean"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:77
2024-10-31 08:53:58 +01:00
msgid "allow_startswith_dot must be a boolean"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:88
2024-10-31 08:53:58 +01:00
msgid "must start with lowercase characters followed by lowercase characters, number, \"-\" and \".\" characters are allowed"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:91
2024-10-31 08:53:58 +01:00
msgid "must start with lowercase characters followed by lowercase characters, number, \"-\" and \".\" characters are recommanded"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:96
2025-02-07 08:01:59 +01:00
msgid "must start with lowercase characters followed by lowercase characters, number and \"-\" characters are allowed"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:99
2025-02-07 08:01:59 +01:00
msgid "must start with lowercase characters followed by lowercase characters, number and \"-\" characters are recommanded"
msgstr ""
2025-03-19 09:57:03 +01:00
#: tiramisu/option/domainnameoption.py:103
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:104
2024-10-31 08:53:58 +01:00
msgid "could be a IP, otherwise {}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:149
2024-10-31 08:53:58 +01:00
msgid "invalid length (min 1)"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:152
2024-10-31 08:53:58 +01:00
msgid "invalid length (max {0})"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:158
2024-10-31 08:53:58 +01:00
msgid "must have dot"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:160
2024-10-31 08:53:58 +01:00
msgid "invalid length (max 255)"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:180
2025-02-07 08:01:59 +01:00
msgid "DNS resolution failed"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:183
2025-02-07 08:01:59 +01:00
msgid "error resolving DNS: {1}"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:190
2025-02-07 08:01:59 +01:00
msgid "must not be an IP"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/domainnameoption.py:213
2024-10-31 08:53:58 +01:00
msgid "some characters are uppercase"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/dynoptiondescription.py:138
2024-10-31 08:53:58 +01:00
msgid "DynOptionDescription identifiers for option {0}, is not a list ({1})"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/dynoptiondescription.py:150
2024-10-31 08:53:58 +01:00
msgid "invalid identifier \"{}\" for option {}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/dynoptiondescription.py:162
2024-10-31 08:53:58 +01:00
msgid "DynOptionDescription \"{0}\" identifiers return a list with same values \"{1}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/emailoption.py:37
msgid "email address"
msgstr ""
#: tiramisu/option/filenameoption.py:35
msgid "file name"
msgstr ""
#: tiramisu/option/filenameoption.py:48
2024-10-31 08:53:58 +01:00
msgid "types parameter must be a list, not \"{0}\" for \"{1}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/filenameoption.py:68
2024-10-31 08:53:58 +01:00
msgid "must starts with \"/\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/filenameoption.py:79
2025-01-04 17:39:11 +01:00
msgid "directory"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/filenameoption.py:79
2025-01-04 17:39:11 +01:00
msgid "file"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/filenameoption.py:83
2025-01-04 17:39:11 +01:00
msgid "cannot find this {0}"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/floatoption.py:33
msgid "float"
msgstr ""
#: tiramisu/option/intoption.py:32
msgid "integer"
msgstr ""
#: tiramisu/option/intoption.py:51
2025-03-19 09:57:03 +01:00
msgid "which is not an integer"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/intoption.py:57
2024-10-31 08:53:58 +01:00
msgid "value should be equal or greater than \"{0}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/intoption.py:59
2024-10-31 08:53:58 +01:00
msgid "value must be equal or greater than \"{0}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/intoption.py:64
2024-10-31 08:53:58 +01:00
msgid "value should be less than \"{0}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/intoption.py:66
2024-10-31 08:53:58 +01:00
msgid "value must be less than \"{0}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/ipoption.py:34
msgid "IP"
msgstr ""
#: tiramisu/option/ipoption.py:61
2024-10-31 08:53:58 +01:00
msgid "it's in fact a network address"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/ipoption.py:63
2024-10-31 08:53:58 +01:00
msgid "it's in fact a broacast address"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/ipoption.py:75
2024-10-31 08:53:58 +01:00
msgid "CIDR address must have a \"/\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/ipoption.py:84
2024-10-31 08:53:58 +01:00
msgid "shouldn't be reserved IP"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/ipoption.py:86
2024-10-31 08:53:58 +01:00
msgid "mustn't be reserved IP"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/ipoption.py:90
2024-10-31 08:53:58 +01:00
msgid "should be private IP"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/ipoption.py:92
2024-10-31 08:53:58 +01:00
msgid "must be private IP"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/option/leadership.py:65
2024-10-31 08:53:58 +01:00
msgid "a leader and a follower are mandatories in leadership \"{}\""
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/option/leadership.py:97
2024-10-31 08:53:58 +01:00
msgid "leadership {0} shall not have a symlinkoption"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/option/leadership.py:104
2024-10-31 08:53:58 +01:00
msgid "leadership {0} shall not have a subgroup"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/option/leadership.py:110
2025-04-29 23:02:13 +02:00
msgid "only multi option are allowed in leadership {0} but option {1} is not a multi"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/option/leadership.py:137
2024-10-31 08:53:58 +01:00
msgid "not allowed default value for follower option {0} in leadership {1}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/macoption.py:35
msgid "mac address"
msgstr ""
#: tiramisu/option/netmaskoption.py:33
msgid "netmask address"
msgstr ""
#: tiramisu/option/networkoption.py:34
msgid "network address"
2024-10-31 08:53:58 +01:00
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/networkoption.py:41
msgid "it's not a network address"
msgstr ""
#: tiramisu/option/networkoption.py:46
2024-10-31 08:53:58 +01:00
msgid "shouldn't be reserved network"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/networkoption.py:48
2024-10-31 08:53:58 +01:00
msgid "mustn't be reserved network"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/option.py:75
2024-10-31 08:53:58 +01:00
msgid "default_multi is set whereas multi is False in option: {0}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/option.py:95
2024-10-31 08:53:58 +01:00
msgid "invalid multi type \"{}\" for \"{}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/option.py:114
2024-10-31 08:53:58 +01:00
msgid "validators must be a list of Calculation for \"{0}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/option.py:119
2024-10-31 08:53:58 +01:00
msgid "validators must be a Calculation for \"{0}\""
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/option.py:143
2024-10-31 08:53:58 +01:00
msgid "invalid default_multi value \"{0}\" for option {1}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/option.py:151
2024-10-31 08:53:58 +01:00
msgid "invalid default_multi value \"{0}\" for option {1}, {2}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/option.py:164
2024-10-31 08:53:58 +01:00
msgid "invalid default_multi value \"{0}\" for option {1}, must be a list for a submulti"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/option.py:298
2024-10-31 08:53:58 +01:00
msgid "the value \"{}\" is not unique"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/option.py:361
2024-10-31 08:53:58 +01:00
msgid "which must not be a list"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/option.py:416 tiramisu/option/option.py:454
2024-10-31 08:53:58 +01:00
msgid "which must be a list"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/option.py:444
2024-10-31 08:53:58 +01:00
msgid "which \"{}\" must be a list of list"
msgstr ""
#: tiramisu/option/optiondescription.py:111
#: tiramisu/option/optiondescription.py:117
msgid "\"{0}\" option description"
2024-10-31 08:53:58 +01:00
msgstr ""
#: tiramisu/option/optiondescription.py:115
#: tiramisu/option/optiondescription.py:121
msgid "root option description"
2024-10-31 08:53:58 +01:00
msgstr ""
#: tiramisu/option/optiondescription.py:123
msgid "option \"{0}\" is include in {1} but is also in {2}"
msgstr ""
#: tiramisu/option/optiondescription.py:328
msgid "children in optiondescription \"{}\" must be a list"
2024-10-31 08:53:58 +01:00
msgstr ""
#: tiramisu/option/optiondescription.py:357
msgid "the option name \"{0}\" is duplicate in \"{1}\""
2024-10-31 08:53:58 +01:00
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/optiondescription.py:408
2024-10-31 08:53:58 +01:00
msgid "cannot change group_type if already set (old {0}, new {1})"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/optiondescription.py:413
2024-10-31 08:53:58 +01:00
msgid "group_type: {0} not allowed"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/passwordoption.py:34
msgid "password"
msgstr ""
#: tiramisu/option/passwordoption.py:51
msgid "at least {0} characters are required"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/passwordoption.py:54
msgid "maximum {0} characters required"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/passwordoption.py:59
msgid "must not have the characters {0}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/permissionsoption.py:40
msgid "unix file permissions"
msgstr ""
#: tiramisu/option/permissionsoption.py:53
2024-10-31 08:53:58 +01:00
msgid "only 3 or 4 octal digits are allowed"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/permissionsoption.py:64
2024-10-31 08:53:58 +01:00
msgid "user"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/permissionsoption.py:65
#: tiramisu/option/permissionsoption.py:67
2024-10-31 08:53:58 +01:00
msgid "group"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/permissionsoption.py:68
2024-10-31 08:53:58 +01:00
msgid "other"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/permissionsoption.py:69
2024-10-31 08:53:58 +01:00
msgid "{0} has more right than {1}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/permissionsoption.py:72
2024-10-31 08:53:58 +01:00
msgid "too weak"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/portoption.py:40
msgid "port"
msgstr ""
#: tiramisu/option/portoption.py:78
2024-10-31 08:53:58 +01:00
msgid "inconsistency in allowed range"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/portoption.py:83
2024-10-31 08:53:58 +01:00
msgid "max value is empty"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/portoption.py:96
2024-10-31 08:53:58 +01:00
msgid "range must have two values only"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/portoption.py:99
2024-10-31 08:53:58 +01:00
msgid "first port in range must be smaller than the second one"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/portoption.py:125
2024-10-31 08:53:58 +01:00
msgid "should be between {0} and {1}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/portoption.py:127
2024-10-31 08:53:58 +01:00
msgid "must be between {0} and {1}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/stroption.py:34
msgid "string"
msgstr ""
#: tiramisu/option/stroption.py:42
2025-02-07 08:01:59 +01:00
msgid "which is not a string"
msgstr ""
2024-10-31 08:53:58 +01:00
#: tiramisu/option/symlinkoption.py:51
msgid "malformed symlink second parameters must be an option for \"{0}\", not {1}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/urloption.py:40
msgid "URL"
msgstr ""
#: tiramisu/option/urloption.py:93
2024-10-31 08:53:58 +01:00
msgid "must start with http:// or https://"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/urloption.py:118
2025-02-07 08:01:59 +01:00
msgid "the port \"{0}\" is invalid: {1}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/urloption.py:125
2025-02-07 08:01:59 +01:00
msgid "the domain \"{0}\" is invalid: {1}"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/urloption.py:129
2024-10-31 08:53:58 +01:00
msgid "must ends with a valid resource name"
msgstr ""
2025-10-05 20:43:42 +02:00
#: tiramisu/option/usernameoption.py:36
msgid "unix username"
msgstr ""
#: tiramisu/option/usernameoption.py:44
msgid "unix groupname"
msgstr ""
2025-03-19 09:57:03 +01:00
#: tiramisu/setting.py:258
2024-10-31 08:53:58 +01:00
msgid "can't rebind {0}"
msgstr ""
2025-03-19 09:57:03 +01:00
#: tiramisu/setting.py:265
2024-10-31 08:53:58 +01:00
msgid "can't unbind {0}"
msgstr ""
2025-03-19 09:57:03 +01:00
#: tiramisu/setting.py:467
2024-10-31 08:53:58 +01:00
msgid "invalid property type {type(new_prop)} for {subconfig.option.impl_getname()} with {prop.function.__name__} function"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/setting.py:606
2024-10-31 08:53:58 +01:00
msgid "permissive must be a frozenset"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/setting.py:616
2024-10-31 08:53:58 +01:00
msgid "cannot add those permissives: {0}"
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/setting.py:653
2024-10-31 08:53:58 +01:00
msgid "can't reset properties to the symlinkoption \"{}\""
msgstr ""
2025-05-12 09:05:06 +02:00
#: tiramisu/setting.py:666
2024-10-31 08:53:58 +01:00
msgid "can't reset permissives to the symlinkoption \"{}\""
msgstr ""
#: tiramisu/todict.py:395
msgid "option {} only works when remotable is not \"none\""
msgstr ""
#: tiramisu/todict.py:561
msgid "unable to transform tiramisu object to dict: {}"
msgstr ""
#: tiramisu/todict.py:876 tiramisu/todict.py:1033
msgid "unknown form {}"
msgstr ""
#: tiramisu/todict.py:923
msgid "not in current area"
msgstr ""
#: tiramisu/todict.py:947
msgid "only multi option can have action \"add\", but \"{}\" is not a multi"
msgstr ""
#: tiramisu/todict.py:953
msgid "unknown action {}"
msgstr ""
2025-09-11 22:07:53 +02:00
#: tiramisu/value.py:557 tiramisu/value.py:859
2024-10-31 08:53:58 +01:00
msgid "set owner \"{0}\" is forbidden"
msgstr ""
2025-09-11 22:07:53 +02:00
#: tiramisu/value.py:564
2024-10-31 08:53:58 +01:00
msgid "\"{0}\" is a default value, so we cannot change owner to \"{1}\""
msgstr ""
2025-09-11 22:07:53 +02:00
#: tiramisu/value.py:845
2024-10-31 08:53:58 +01:00
msgid "information's item not found \"{}\""
msgstr ""