tiramisu/translations/tiramisu.pot

905 lines
22 KiB
Plaintext
Raw Normal View History

# SOME DESCRIPTIVE TITLE.
2013-07-18 21:25:07 +02:00
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
2018-04-11 18:32:13 +02:00
"POT-Creation-Date: 2018-04-11 18:30+CEST\n"
"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=CHARSET\n"
2013-07-18 21:25:07 +02:00
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
2018-04-11 18:32:13 +02:00
#: tiramisu/api.py:98
msgid "access to option without property restriction"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/api.py:99
msgid "access to option without verifying permissive property"
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/api.py:172
msgid "index \"{}\" is higher than the master length \"{}\" for option \"{}\""
msgstr ""
#: tiramisu/api.py:177
msgid "option must not be an optiondescription"
msgstr ""
#: tiramisu/api.py:209
msgid "unknown method {}"
msgstr ""
#: tiramisu/api.py:314 tiramisu/api.py:595
msgid "{} is unknown"
msgstr ""
#: tiramisu/api.py:411
msgid "cannot add this property: \"{0}\""
msgstr ""
#: tiramisu/api.py:643 tiramisu/api.py:1050
msgid "please specify a valid sub function ({})"
msgstr ""
#: tiramisu/api.py:706 tiramisu/api.py:967
msgid "unknown list type {}"
msgstr ""
#: tiramisu/api.py:953 tiramisu/api.py:958 tiramisu/api.py:961
msgid "not implemented yet"
msgstr ""
#: tiramisu/autolib.py:211
msgid "unable to carry out a calculation for \"{}\", {}"
msgstr ""
#: tiramisu/autolib.py:227
msgid "function \"{}\" with arguments \"{}\" and \"{}\" return the list \"{}\" for the slave option \"{}\""
msgstr ""
#: tiramisu/autolib.py:235
msgid "function \"{}\" return the list \"{}\" for the slave option \"{}\""
msgstr ""
#: tiramisu/autolib.py:259
msgid "unexpected error \"{0}\" in function \"{1}\" with arguments \"{3}\" and \"{4}\" for option \"{2}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/autolib.py:266
msgid "unexpected error \"{0}\" in function \"{1}\" for option \"{2}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:66
2013-07-17 22:30:35 +02:00
msgid "descr must be an optiondescription, not {0}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:172
msgid "unknown option {}"
msgstr ""
#: tiramisu/config.py:189
2013-07-17 22:30:35 +02:00
msgid "unknown group_type: {0}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:231 tiramisu/setting.py:310 tiramisu/value.py:60
2014-01-25 11:40:04 +01:00
msgid "the context does not exist anymore"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:236
2014-03-09 20:14:17 +01:00
msgid "no option description found for this config (may be GroupConfig)"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:264
msgid "can't assign to a SymLinkOption"
2013-09-26 22:35:12 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:289
msgid "can't delete a SymLinkOption"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:359
msgid "slave option \"{}\" has higher length \"{}\" than the master length \"{}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:442
msgid "no option found in config with these criteria"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:492
msgid "make_dict can't filtering with value without option"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:515
msgid "unexpected path \"{0}\", should start with \"{1}\""
2014-03-09 20:14:17 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:718
msgid "cannot set masterslaves object has root optiondescription"
2014-03-09 20:14:17 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:733
msgid "invalid session ID: {0} for config"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:766
msgid "groupconfig's children must be a list"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:771
msgid "groupconfig's children must be Config, MetaConfig or GroupConfig"
2014-03-09 20:14:17 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:778
msgid "config name must be uniq in groupconfig for \"{0}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:926
msgid "unknown config \"{}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:947
2014-03-09 20:14:17 +01:00
msgid "metaconfig's children should be config, not {0}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:951
2014-03-09 20:14:17 +01:00
msgid "child has already a metaconfig's"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:955
2014-03-09 20:14:17 +01:00
msgid "all config in metaconfig must have the same optiondescription"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:979
msgid "force_default, force_default_if_same or force_dont_change_value cannot be set with only_config"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:991
msgid "force_default and force_dont_change_value cannot be set together"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/config.py:1057
msgid "config name must be uniq in groupconfig for {0}"
msgstr ""
2017-01-19 21:38:16 +01:00
#: tiramisu/error.py:23
msgid "and"
msgstr ""
#: tiramisu/error.py:25
msgid "or"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/error.py:49
2016-11-14 22:11:59 +01:00
msgid " {} "
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/error.py:110 tiramisu/setting.py:510
2016-11-14 22:11:59 +01:00
msgid "property"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/error.py:112 tiramisu/setting.py:512
2016-11-14 22:11:59 +01:00
msgid "properties"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/error.py:114
msgid "cannot access to {0} \"{1}\" because \"{2}\" has {3} {4}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/error.py:121
2016-11-14 22:11:59 +01:00
msgid "cannot access to {0} \"{1}\" because has {2} {3}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:61
msgid "{}_params must have an option not a {} for first argument"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:75
msgid "{}_params must have a boolean not a {} for second argument"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:84
msgid "{0}_params with length of tuple as 1 must only have None as first value"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:91
msgid "{0}_params must only have 1 or 2 as length"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:98
msgid "{0} must be a function"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:101
msgid "{0}_params must be a dict"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:104
msgid "{0}_params with key {1} mustn't have length different to 1"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:108
msgid "{0}_params must be tuple for key \"{1}\""
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:142
msgid "invalid name: \"{0}\" for option"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:158
msgid "invalid properties type {0} for {1}, must be a frozenset"
2016-11-20 18:02:10 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:164
msgid "conflict: properties already set in requirement {0}"
msgstr ""
#: tiramisu/option/baseoption.py:251
msgid "cannot find those arguments \"{}\" in function \"{}\" for \"{}\""
2016-11-20 18:02:10 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:271
msgid "missing those arguments \"{}\" in function \"{}\" for \"{}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:311
msgid "params defined for a callback function but no callback defined yet for option \"{0}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:316
2016-11-20 18:02:10 +01:00
msgid "a callback is already set for {0}, cannot set another one's"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:415 tiramisu/storage/dictionary/value.py:268
#: tiramisu/storage/sqlite3/value.py:155
msgid "information's item not found: {0}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:428
msgid "'{0}' ({1}) object attribute '{2}' is read-only"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:468
msgid "\"{}\" ({}) object attribute \"{}\" is read-only"
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:485
msgid "invalid string"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:531
msgid "malformed requirements must be an option in option {0}"
2016-11-20 18:02:10 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:534
msgid "malformed requirements multi option must not set as requires of non multi option {0}"
2016-11-20 18:02:10 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:567
msgid "malformed requirements expected must have option and value for option {0}"
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:575 tiramisu/option/baseoption.py:591
msgid "malformed requirements expected value must be valid for option {0}: {1}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:606
msgid "malformed requirements for option: {0} action cannot be force_store_value"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:614
msgid "malformed requirements for option: {0} inverse must be boolean"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:621
msgid "malformed requirements for option: {0} transitive must be boolean"
2013-09-28 20:02:41 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:628
msgid "malformed requirements for option: {0} same_action must be boolean"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:635
msgid "malformed requirements for option: \"{0}\" operator must be \"or\" or \"and\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:647
msgid "malformed requirements type for option: {0}, must be a dict"
2013-09-28 20:02:41 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:653
msgid "malformed requirements for option: {0} unknown keys {1}, must only {2}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/baseoption.py:662
msgid "malformed requirements for option: {0} require must have option, expected and action keys"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/booloption.py:30
msgid "boolean"
2013-09-28 20:02:41 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/broadcastoption.py:31
msgid "broadcast address"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/broadcastoption.py:54 tiramisu/option/ipoption.py:106
msgid "invalid len for vals"
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/broadcastoption.py:59
msgid "broadcast \"{4}\" invalid with network {0}/{1} (\"{2}\"/\"{3}\")"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/choiceoption.py:37
msgid "choice"
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/choiceoption.py:65
msgid "values is not a function, so values_params must be None"
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/choiceoption.py:67
msgid "values must be a tuple or a function for {0}"
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/choiceoption.py:103
msgid "calculated values for {0} is not a list"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/choiceoption.py:116
msgid "only \"{0}\" is allowed"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/choiceoption.py:119
msgid "only \"{0}\" are allowed"
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/dateoption.py:30
msgid "date"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/domainnameoption.py:37
msgid "domain name"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/domainnameoption.py:57
msgid "unknown type_ {0} for hostname"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/domainnameoption.py:60
msgid "allow_ip must be a boolean"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/domainnameoption.py:62
msgid "allow_without_dot must be a boolean"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/domainnameoption.py:108
msgid "invalid length (min 1)"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/domainnameoption.py:110
msgid "invalid length (max {0})"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/domainnameoption.py:126
msgid "must not be an IP"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/domainnameoption.py:130
msgid "must have dot"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/domainnameoption.py:132
msgid "invalid length (max 255)"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/domainnameoption.py:140
msgid "some characters are uppercase"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/domainnameoption.py:143
msgid "some characters may cause problems"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/dynoptiondescription.py:55
msgid "cannot set optiondescription in a dynoptiondescription"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/dynoptiondescription.py:60
msgid "cannot set symlinkoption in a dynoptiondescription"
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/dynoptiondescription.py:71
msgid "callback is mandatory for the dynoptiondescription \"{}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/dynoptiondescription.py:84
msgid "DynOptionDescription callback for option \"{}\", is not a list ({})"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/dynoptiondescription.py:87
msgid "DynOptionDescription callback return not unique value"
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/dynoptiondescription.py:90
msgid "invalid suffix \"{}\" for option \"{}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/emailoption.py:31
msgid "email address"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/filenameoption.py:30
msgid "file name"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/floatoption.py:30
msgid "float"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/intoption.py:30
msgid "integer"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/ipoption.py:32
msgid "IP"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/ipoption.py:89
msgid "shouldn't in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/ipoption.py:91 tiramisu/option/networkoption.py:56
msgid "mustn't be in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/ipoption.py:95
msgid "should be in private class"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/ipoption.py:97
msgid "must be in private class"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/ipoption.py:112
msgid "\"{4}\" is not in network \"{0}\"/\"{1}\" (\"{2}\"/\"{3}\")"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/masterslave.py:50
msgid "a master and a slave are mandatories in masterslaves \"{}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/masterslave.py:54
msgid "masterslaves \"{0}\" shall not have a symlinkoption"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/masterslave.py:57
msgid "masterslaves \"{0}\" shall not have a subgroup"
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/masterslave.py:60
msgid "only multi option allowed in masterslaves \"{0}\" but option \"{1}\" is not a multi"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/masterslave.py:64
msgid "not allowed default value for option \"{0}\" in masterslaves \"{1}\""
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/masterslave.py:82
msgid "callback of master's option shall not refered a slave's ones"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/masterslave.py:183
msgid "cannot reduce length of the master \"{}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/netmaskoption.py:32
msgid "netmask address"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/netmaskoption.py:84
msgid "invalid len for opts"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/netmaskoption.py:92
msgid "this is a network with netmask \"{0}\" (\"{1}\")"
2014-03-09 20:14:17 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/netmaskoption.py:94
msgid "this is a broadcast with netmask \"{0}\" (\"{1}\")"
2014-03-09 20:14:17 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/netmaskoption.py:98
msgid "with netmask \"{0}\" (\"{1}\")"
2014-03-09 20:14:17 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/networkoption.py:31
msgid "network address"
2014-03-09 20:14:17 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/networkoption.py:54
msgid "shouldn't be in reserved class"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:78
msgid "default_multi is set whereas multi is False in option: {0}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:95
msgid "invalid multi value"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:121
msgid "unique must be a boolean"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:123
msgid "unique must be set only with multi value"
2013-09-28 20:02:41 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:134
msgid "invalid default_multi value {0} for option {1}: {2}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:140
msgid "invalid default_multi value {0} for option {1}: must be a list for a submulti"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:216
msgid "invalid value \"{}\", this value is already in \"{}\""
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:250
msgid "which must not be a list"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:281 tiramisu/option/option.py:298
msgid "which must be a list"
2013-09-28 20:02:41 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:294
msgid "this value is not uniq"
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:303
msgid "which \"{}\" must be a list of list"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:328
msgid "attention, \"{0}\" could be an invalid {1} for \"{2}\""
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:333
msgid "\"{0}\" is an invalid {1} for \"{2}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:383 tiramisu/option/option.py:389
msgid "cannot add consistency with submulti option"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:391
msgid "consistency must be set with an option, not {}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:394 tiramisu/option/option.py:402
msgid "almost one option in consistency is in a dynoptiondescription but not all"
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:398
msgid "option in consistency must be in same dynoptiondescription"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:405
msgid "cannot add consistency with itself"
2013-07-18 21:25:07 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:407
msgid "every options in consistency must be multi or none"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:428
msgid "'{0}' ({1}) cannot add consistency, option is read-only"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:436
msgid "consistency {0} not available for this option"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:443
msgid "unknown parameter {0} in consistency"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:598
msgid "unexpected length of \"{}\" in constency \"{}\", should be \"{}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:643
msgid "attention, \"{0}\" could be an invalid {1} for \"{2}\", {3}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:672
msgid "_cons_not_equal: {} are not different"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:675
msgid "should be different from the value of {}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:677
msgid "must be different from the value of {}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:680
msgid "value for {} should be different"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:682
msgid "value for {} must be different"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/option.py:715
msgid "default value not allowed if option \"{0}\" is calculated"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:49
2016-11-14 22:11:59 +01:00
msgid "option description seems to be part of an other config"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:85 tiramisu/setting.py:592
msgid "a master ({0}) cannot have \"force_default_on_freeze\" property without \"frozen\""
msgstr ""
#: tiramisu/option/optiondescription.py:93
msgid "malformed consistency option \"{0}\" must be a master/slaves"
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:101
msgid "malformed consistency option \"{0}\" must not be a multi for \"{1}\""
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:105
msgid "malformed consistency option \"{0}\" must be in same master/slaves for \"{1}\""
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:135
2016-08-31 15:50:10 +02:00
msgid "malformed requirements option {0} must be in same master/slaves for {1}"
2013-09-28 20:02:41 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:139
msgid "malformed requirements option \"{0}\" must not be a multi for \"{1}\""
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:147
msgid "duplicate option: {0}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:153
2016-08-31 15:50:10 +02:00
msgid "consistency with option {0} which is not in Config"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:174
2016-08-31 15:50:10 +02:00
msgid "a slave ({0}) cannot have force_store_value property"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:177
2016-08-31 15:50:10 +02:00
msgid "a dynoption ({0}) cannot have force_store_value property"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:328
msgid "unknown option \"{0}\" in optiondescription \"{1}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:335
msgid "use impl_get_opt_by_path only with root optiondescription"
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:337
msgid "no option for path \"{}\""
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:343
msgid "use impl_get_path_by_opt only with root OptionDescription"
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:345
msgid "no option \"{}\" found"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:355
msgid "need context"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:422
msgid "children in optiondescription \"{}\" must be a list"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:441
msgid "duplicate option name: \"{0}\""
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:446
msgid "the option's name \"{}\" start as the dynoptiondescription's name \"{}\""
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:475
msgid "cannot change group_type if already set (old {0}, new {1})"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/optiondescription.py:479
msgid "group_type: {0} not allowed"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/passwordoption.py:30
msgid "password"
2013-09-23 21:00:45 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/portoption.py:41
msgid "port"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/portoption.py:78
msgid "inconsistency in allowed range"
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/portoption.py:83
msgid "max value is empty"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/portoption.py:109
msgid "range must have two values only"
2013-09-23 21:00:45 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/portoption.py:111
msgid "first port in range must be smaller than the second one"
2013-09-23 21:00:45 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/portoption.py:121
msgid "must be an integer between {0} and {1}"
2014-03-26 20:47:30 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/stroption.py:31
msgid "string"
2013-09-23 21:00:45 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/stroption.py:44
msgid "unicode"
2013-09-23 21:00:45 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/symlinkoption.py:33
msgid "malformed symlinkoption must be an option for symlink {0}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/syndynoptiondescription.py:59
msgid "unknown option \"{0}\" in syndynoptiondescription \"{1}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/urloption.py:33
msgid "URL"
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/urloption.py:42
msgid "must start with http:// or https://"
2016-11-14 22:11:59 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/urloption.py:60
msgid "port must be an between 0 and 65536"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/urloption.py:69
msgid "must ends with a valid resource name"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/option/usernameoption.py:31
msgid "username"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:183
msgid "can't rebind {0}"
2013-07-18 21:25:07 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:188
msgid "can't unbind {0}"
2013-07-18 21:25:07 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:479
msgid "malformed requirements imbrication detected for option: '{0}' with requirement on: '{1}'"
2016-08-31 15:50:10 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:513
msgid "cannot access to option \"{0}\" because required option \"{1}\" has {2} {3}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:539
msgid "the value of \"{0}\" is {1}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:541
msgid "the value of \"{0}\" is not {1}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:575 tiramisu/setting.py:648
msgid "cannot change property with metaconfig"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:579
msgid "cannot set property {} for option \"{}\" this property is calculated"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:587
msgid "can't assign property to the symlinkoption \"{}\""
2013-09-23 21:00:45 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:624
msgid "cannot change permissive with metaconfig"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:626
msgid "permissive must be a frozenset"
msgstr ""
2013-07-17 22:30:35 +02:00
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:628
msgid "can't assign permissive to the symlinkoption \"{}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:632
msgid "cannot add those permissives: {0}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:650
msgid "can't reset properties to the symlinkoption \"{}\""
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/setting.py:653
msgid "opt and all_properties must not be set together in reset"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/storage/__init__.py:55
msgid "storage_type is already set, cannot rebind it"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/storage/__init__.py:71
msgid "cannot import the storage {0}"
2014-03-09 20:16:38 +01:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/storage/dictionary/storage.py:36
msgid "dictionary storage cannot delete session"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/storage/dictionary/storage.py:47
msgid "session \"{}\" already used"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/storage/dictionary/storage.py:49
#: tiramisu/storage/dictionary/value.py:286
msgid "a dictionary cannot be persistent"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/storage/dictionary/value.py:277
#: tiramisu/storage/sqlite3/value.py:165
msgid "information's item not found {0}"
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/value.py:526
msgid "can't set owner for the symlinkoption \"{}\""
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/value.py:529
msgid "set owner \"{0}\" is forbidden"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/value.py:532
msgid "no value for {0} cannot change owner to {1}"
2013-07-17 22:30:35 +02:00
msgstr ""
2018-04-11 18:32:13 +02:00
#: tiramisu/value.py:627
msgid "index \"{}\" is higher than the length \"{}\" for option \"{}\""
2013-07-17 22:30:35 +02:00
msgstr ""
2013-07-18 21:25:07 +02:00