tiramisu/translations/tiramisu.pot

832 lines
20 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"
"POT-Creation-Date: 2016-11-16 22:25+CET\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"
2016-11-14 22:11:59 +01:00
#: tiramisu/autolib.py:170
2013-07-18 21:25:07 +02:00
msgid "unable to carry out a calculation, option {0} has properties: {1} for: {2}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/autolib.py:235
2016-08-31 15:50:10 +02:00
msgid "callback cannot return a list for a slave option ({0})"
msgstr ""
#: tiramisu/config.py:64
2013-07-17 22:30:35 +02:00
msgid "descr must be an optiondescription, not {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:148
2013-07-17 22:30:35 +02:00
msgid "unknown group_type: {0}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:187 tiramisu/setting.py:335 tiramisu/value.py:54
#: tiramisu/value.py:738
2014-01-25 11:40:04 +01:00
msgid "the context does not exist anymore"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:192
2014-03-09 20:14:17 +01:00
msgid "no option description found for this config (may be GroupConfig)"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:228
2013-09-26 22:35:12 +02:00
msgid "can't assign to an OptionDescription"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:389
msgid "unknown type_ type {0}for _find"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:432
2013-07-18 21:25:07 +02:00
msgid "no option found in config with these criteria"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:480
2013-07-17 22:30:35 +02:00
msgid "make_dict can't filtering with value without option"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:503
2013-07-17 22:30:35 +02:00
msgid "unexpected path {0}, should start with {1}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:578
msgid "opt in getowner must be an option not {0}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:626
2014-03-09 20:14:17 +01:00
msgid "cannot serialize Config with MetaConfig"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:640
2014-03-09 20:14:17 +01:00
msgid "this storage is not serialisable, could be a none persistent storage"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:705
msgid "invalid name: {0} for config"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:737
msgid "groupconfig's children must be a list"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:741
msgid "groupconfig's children must be Config, MetaConfig or GroupConfig"
2014-03-09 20:14:17 +01:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:744
msgid "name must be set to config before creating groupconfig"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:750
msgid "config name must be uniq in groupconfig for {0}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:859
2014-03-09 20:14:17 +01:00
msgid "metaconfig's children should be config, not {0}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:863
2014-03-09 20:14:17 +01:00
msgid "child has already a metaconfig's"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:867
2014-03-09 20:14:17 +01:00
msgid "all config in metaconfig must have the same optiondescription"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:882
msgid "force_default, force_default_if_same or force_dont_change_value cannot be set with only_config"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/config.py:888
msgid "force_default and force_dont_change_value cannot be set together"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/error.py:28
msgid " {} "
msgstr ""
#: tiramisu/error.py:52
2016-11-14 22:11:59 +01:00
msgid "property"
msgstr ""
#: tiramisu/error.py:54
2016-11-14 22:11:59 +01:00
msgid "properties"
msgstr ""
#: tiramisu/error.py:56 tiramisu/setting.py:517
2016-11-14 22:11:59 +01:00
msgid "cannot access to {0} \"{1}\" because has {2} {3}"
msgstr ""
#: tiramisu/option/baseoption.py:63
msgid "{0} must be a function"
msgstr ""
#: tiramisu/option/baseoption.py:66
msgid "{0}_params must be a dict"
msgstr ""
#: tiramisu/option/baseoption.py:69
msgid "{0}_params with key {1} mustn't have length different to 1"
msgstr ""
#: tiramisu/option/baseoption.py:73
msgid "{0}_params must be tuple for key \"{1}\""
msgstr ""
#: tiramisu/option/baseoption.py:79
msgid "{0}_params with length of tuple as 1 must only have None as first value"
msgstr ""
#: tiramisu/option/baseoption.py:83
msgid "{0}_params must only have 1 or 2 as length"
msgstr ""
#: tiramisu/option/baseoption.py:89
msgid "{0}_params must have an option not a {0} for first argument"
msgstr ""
#: tiramisu/option/baseoption.py:93
msgid "{0}_params must have a boolean not a {0} for second argument"
msgstr ""
#: tiramisu/option/baseoption.py:110
2013-09-23 21:00:45 +02:00
msgid "invalid name: {0} for option"
msgstr ""
#: tiramisu/option/baseoption.py:112
2016-08-31 15:50:10 +02:00
msgid "default_multi is set whereas multi is False in option: {0}"
msgstr ""
#: tiramisu/option/baseoption.py:124
2016-08-31 15:50:10 +02:00
msgid "invalid multi value"
msgstr ""
#: tiramisu/option/baseoption.py:134
2013-09-23 21:00:45 +02:00
msgid "invalid properties type {0} for {1}, must be a tuple"
msgstr ""
#: tiramisu/option/baseoption.py:173
msgid "params defined for a callback function but no callback defined yet for option {0}"
msgstr ""
#: tiramisu/option/baseoption.py:178
msgid "a callback is already set for option {0}, cannot set another one's"
msgstr ""
#: tiramisu/option/baseoption.py:262
2013-09-23 21:00:45 +02:00
msgid "cannot serialize Option, only in OptionDescription"
msgstr ""
#: tiramisu/option/baseoption.py:343 tiramisu/storage/dictionary/option.py:119
msgid "'{0}' ({1}) object attribute '{2}' is read-only"
msgstr ""
#: tiramisu/option/baseoption.py:364
2016-08-31 15:50:10 +02:00
msgid "invalid string"
msgstr ""
#: tiramisu/option/baseoption.py:367
msgid "invalid unicode or string"
msgstr ""
#: tiramisu/option/baseoption.py:532 tiramisu/option/baseoption.py:577
2016-11-14 22:11:59 +01:00
msgid "\"{0}\" is an invalid {1} for \"{2}\", {3}"
msgstr ""
#: tiramisu/option/baseoption.py:536 tiramisu/option/baseoption.py:581
2016-11-14 22:11:59 +01:00
msgid "\"{0}\" is an invalid {1} for \"{2}\""
msgstr ""
#: tiramisu/option/baseoption.py:548
msgid "do_validation for {0}: error in value"
msgstr ""
#: tiramisu/option/baseoption.py:567
2016-11-14 22:11:59 +01:00
msgid "attention, \"{0}\" could be an invalid {1} for \"{2}\", {3}"
msgstr ""
#: tiramisu/option/baseoption.py:597 tiramisu/option/baseoption.py:607
2014-01-25 11:40:04 +01:00
msgid "invalid value {0} for option {1} which must be a list"
2013-09-28 20:02:41 +02:00
msgstr ""
#: tiramisu/option/baseoption.py:613
msgid "invalid value {0} for option {1} which must be a list of list"
msgstr ""
#: tiramisu/option/baseoption.py:664 tiramisu/option/baseoption.py:668
2016-08-31 15:50:10 +02:00
msgid "cannot add consistency with submulti option"
msgstr ""
#: tiramisu/option/baseoption.py:670
msgid "consistency must be set with an option"
2013-09-28 20:02:41 +02:00
msgstr ""
#: tiramisu/option/baseoption.py:673 tiramisu/option/baseoption.py:680
msgid "almost one option in consistency is in a dynoptiondescription but not all"
msgstr ""
#: tiramisu/option/baseoption.py:676
msgid "option in consistency must be in same dynoptiondescription"
msgstr ""
#: tiramisu/option/baseoption.py:683
2013-09-28 20:02:41 +02:00
msgid "cannot add consistency with itself"
msgstr ""
#: tiramisu/option/baseoption.py:685
msgid "every options in consistency must be multi or none"
msgstr ""
#: tiramisu/option/baseoption.py:702
2016-08-31 15:50:10 +02:00
msgid "'{0}' ({1}) cannot add consistency, option is read-only"
msgstr ""
#: tiramisu/option/baseoption.py:709
msgid "consistency {0} not available for this option"
msgstr ""
#: tiramisu/option/baseoption.py:713
2016-08-31 15:50:10 +02:00
msgid "unknow parameter {0} in consistency"
msgstr ""
#: tiramisu/option/baseoption.py:773
2016-11-14 22:11:59 +01:00
msgid "_cons_not_equal: {} are not different"
msgstr ""
#: tiramisu/option/baseoption.py:777
msgid "this value is already present"
msgstr ""
#: tiramisu/option/baseoption.py:781
2016-11-14 22:11:59 +01:00
msgid "should be different from the value of {}"
msgstr ""
#: tiramisu/option/baseoption.py:783
2016-11-14 22:11:59 +01:00
msgid "must be different from the value of {}"
msgstr ""
#: tiramisu/option/baseoption.py:787
2016-11-14 22:11:59 +01:00
msgid "value for {} should be different"
2013-07-17 22:30:35 +02:00
msgstr ""
#: tiramisu/option/baseoption.py:789
2016-11-14 22:11:59 +01:00
msgid "value for {} must be different"
msgstr ""
#: tiramisu/option/baseoption.py:845
msgid "default value not allowed if option: {0} is calculated"
msgstr ""
#: tiramisu/option/baseoption.py:865
msgid "malformed requirements type for option: {0}, must be a dict"
msgstr ""
#: tiramisu/option/baseoption.py:871
msgid "malformed requirements for option: {0} unknown keys {1}, must only {2}"
msgstr ""
#: tiramisu/option/baseoption.py:879
msgid "malformed requirements for option: {0} require must have option, expected and action keys"
msgstr ""
#: tiramisu/option/baseoption.py:886
msgid "malformed requirements for option: {0} action cannot be force_store_value"
msgstr ""
#: tiramisu/option/baseoption.py:891
msgid "malformed requirements for option: {0} inverse must be boolean"
msgstr ""
#: tiramisu/option/baseoption.py:895
msgid "malformed requirements for option: {0} transitive must be boolean"
msgstr ""
#: tiramisu/option/baseoption.py:899
msgid "malformed requirements for option: {0} same_action must be boolean"
msgstr ""
#: tiramisu/option/baseoption.py:903
msgid "malformed requirements must be an option in option {0}"
msgstr ""
#: tiramisu/option/baseoption.py:906
2016-08-31 15:50:10 +02:00
msgid "malformed requirements multi option must not set as requires of non multi option {0}"
msgstr ""
#: tiramisu/option/baseoption.py:912
msgid "malformed requirements second argument must be valid for option {0}: {1}"
msgstr ""
#: tiramisu/option/baseoption.py:917
msgid "inconsistency in action types for option: {0} action: {1}"
msgstr ""
#: tiramisu/option/baseoption.py:945
msgid "malformed symlinkoption must be an option for symlink {0}"
msgstr ""
#: tiramisu/option/masterslave.py:44
2016-11-14 22:11:59 +01:00
msgid "master group with wrong master name for {0}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/masterslave.py:49
2016-08-31 15:50:10 +02:00
msgid "not allowed default value for option {0} in group {1}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/masterslave.py:60
msgid "callback of master's option shall not refered a slave's ones"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/masterslave.py:271
msgid "invalid len for the slave: {0} which has {1} as master"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:40
msgid "choice"
msgstr ""
#: tiramisu/option/option.py:54
msgid "values is not a function, so values_params must be None"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:56
msgid "values must be a tuple or a function for {0}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:93
msgid "calculated values for {0} is not a list"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:104
msgid "only {0} is allowed"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:107
msgid "only {0} are allowed"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:114
msgid "boolean"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:124
msgid "integer"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:134
msgid "float"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:144
msgid "string"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:161
msgid "unicode string"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:171
msgid "password"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:182
msgid "IP"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:224
msgid "shouldn't in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:226 tiramisu/option/option.py:361
msgid "mustn't be in reserved class"
msgstr ""
#: tiramisu/option/option.py:230
msgid "should be in private class"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:232
msgid "must be in private class"
msgstr ""
#: tiramisu/option/option.py:237 tiramisu/option/option.py:434
msgid "invalid len for vals"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:243
2016-11-14 22:11:59 +01:00
msgid "should be in network {0}/{1} ({2}/{3})"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:245
msgid "must be in network {0}/{1} ({2}/{3})"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:264
msgid "port"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:288
msgid "inconsistency in allowed range"
2014-03-09 20:14:17 +01:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:293
msgid "max value is empty"
2014-03-09 20:14:17 +01:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:319
msgid "range must have two values only"
2014-03-09 20:14:17 +01:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:321
msgid "first port in range must be smaller than the second one"
2014-03-09 20:14:17 +01:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:331
msgid "must be an integer between {0} and {1}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:339
msgid "network address"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:359
msgid "shouldn't be in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:368
msgid "netmask address"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:399
2013-09-28 20:02:41 +02:00
msgid "invalid len for opts"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:408
msgid "this is a network with netmask {0} ({1})"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:410
msgid "this is a broadcast with netmask {0} ({1})"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:414
msgid "with netmask {0} ({1})"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:421
msgid "broadcast address"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:439
msgid "with network {0}/{1} ({2}/{3})"
2013-09-28 20:02:41 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:451
msgid "domain name"
msgstr ""
#: tiramisu/option/option.py:459
msgid "unknown type_ {0} for hostname"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:462
2013-07-17 22:30:35 +02:00
msgid "allow_ip must be a boolean"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:464
msgid "allow_without_dot must be a boolean"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:489
msgid "invalid length (min 1)"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:491
msgid "invalid length (max {0})"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:506
msgid "must not be an IP"
2016-08-31 15:50:10 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:513
msgid "must have dot"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:515
msgid "invalid length (max 255)"
2013-07-18 21:25:07 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:526
msgid "some characters are uppercase"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:529
msgid "some characters may cause problems"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:550
msgid "URL"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:558
msgid "must start with http:// or https://"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:576
msgid "port must be an between 0 and 65536"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:587
msgid "must ends with a valid resource name"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:608
msgid "email address"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:615
msgid "username"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/option.py:621
msgid "file name"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/optiondescription.py:73
msgid "duplicate option name: {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/optiondescription.py:78
msgid "option must not start as dynoptiondescription"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:106
msgid "option description seems to be part of an other config"
msgstr ""
#: tiramisu/option/optiondescription.py:137
msgid "malformed consistency option \"{0}\" must be a master/slaves"
2016-08-31 15:50:10 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:144
msgid "malformed consistency option \"{0}\" must not be a multi for \"{1}\""
2016-08-31 15:50:10 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:148
msgid "malformed consistency option \"{0}\" must be in same master/slaves for \"{1}\""
2016-08-31 15:50:10 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:173
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 ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:177
2016-08-31 15:50:10 +02:00
msgid "malformed requirements option {0} must not be a multi for {1}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:186
msgid "duplicate option: {0}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:191
2016-08-31 15:50:10 +02:00
msgid "consistency with option {0} which is not in Config"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:210
2016-08-31 15:50:10 +02:00
msgid "a slave ({0}) cannot have force_store_value property"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:213
2016-08-31 15:50:10 +02:00
msgid "a dynoption ({0}) cannot have force_store_value property"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:226
2013-07-17 22:30:35 +02:00
msgid "cannot change group_type if already set (old {0}, new {1})"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:235
msgid "master group {0} shall not have a symlinkoption"
msgstr ""
#: tiramisu/option/optiondescription.py:238
msgid "master group {0} shall not have a subgroup"
msgstr ""
#: tiramisu/option/optiondescription.py:241
msgid "not allowed option {0} in group {1}: this option is not a multi"
msgstr ""
#: tiramisu/option/optiondescription.py:249
msgid "group_type: {0} not allowed"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:313
msgid "DynOptionDescription callback return not uniq value"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:316
msgid "invalid suffix: {0} for option"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:373
2016-08-31 15:50:10 +02:00
msgid "cannot set optiondescription in a dynoptiondescription"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:378
#: tiramisu/option/optiondescription.py:381
2016-08-31 15:50:10 +02:00
msgid "cannot set symlinkoption in a dynoptiondescription"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/option/optiondescription.py:388
msgid "callback is mandatory for dynoptiondescription"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:128
msgid "can't rebind {0}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:133
msgid "can't unbind {0}"
2013-09-23 21:00:45 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:265
msgid "cannot append {0} property for option {1}: this property is calculated"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:269 tiramisu/setting.py:435
2016-08-31 15:50:10 +02:00
msgid "cannot add those properties: {0}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:358
msgid "you should only append/remove properties"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:362
msgid "opt and all_properties must not be set together in reset"
2013-09-23 21:00:45 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:383
msgid "if opt is not None, path should not be None in _getproperties"
2013-09-23 21:00:45 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:507
msgid "cannot change the value for option {0} this option is frozen"
2014-03-26 20:47:30 +01:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:538
msgid "permissive must be a tuple"
2013-09-23 21:00:45 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:545 tiramisu/value.py:528
msgid "invalid generic owner {0}"
2013-09-23 21:00:45 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:646
msgid "malformed requirements imbrication detected for option: '{0}' with requirement on: '{1}'"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:669
msgid "option '{0}' has requirement's property error: {1} {2}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/setting.py:692
msgid "the value of \"{0}\" is \"{1}\""
msgstr ""
#: tiramisu/setting.py:694
msgid "the value of \"{0}\" is not \"{1}\""
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/__init__.py:52
msgid "storage_type is already set, cannot rebind it"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/__init__.py:63
msgid "cannot import the storage {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/__init__.py:96
msgid "option {0} not already exists in storage {1}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/storage/dictionary/option.py:104
msgid "invalid default_multi value {0} for option {1}: {2}"
2013-07-18 21:25:07 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/storage/dictionary/option.py:144
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/dictionary/value.py:234
2016-11-14 22:11:59 +01:00
#: tiramisu/storage/sqlalchemy/option.py:666
msgid "information's item not found: {0}"
2013-07-18 21:25:07 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/storage/dictionary/option.py:406
2016-08-31 15:50:10 +02:00
msgid "use impl_get_opt_by_path only with root OptionDescription"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/storage/dictionary/option.py:408
#: tiramisu/storage/sqlalchemy/option.py:730
msgid "no option for path {0}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/storage/dictionary/option.py:413
#: tiramisu/storage/sqlalchemy/option.py:740
msgid "use impl_get_path_by_opt only with root OptionDescription"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/storage/dictionary/option.py:415
#: tiramisu/storage/sqlalchemy/option.py:741
msgid "no option {0} found"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/storage/dictionary/option.py:462
msgid "cannot find dynpath"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/storage/dictionary/option.py:551
#: tiramisu/storage/sqlalchemy/option.py:894
msgid "suffix and context needed if it's a dyn option"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/storage/dictionary/option.py:572
#: tiramisu/storage/sqlalchemy/option.py:926
msgid "unknown Option {0} in OptionDescription {1}"
2013-09-23 21:00:45 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/storage/dictionary/storage.py:37
msgid "dictionary storage cannot delete session"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/storage/dictionary/storage.py:48
msgid "session already used"
msgstr ""
2013-07-17 22:30:35 +02:00
2014-03-24 21:13:26 +01:00
#: tiramisu/storage/dictionary/storage.py:50
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/dictionary/value.py:252
msgid "a dictionary cannot be persistent"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/dictionary/value.py:243
msgid "information's item not found {0}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/value.py:378
msgid "you should only set value with config"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/value.py:489
msgid "owner only avalaible for an option"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/value.py:533
2013-07-17 22:30:35 +02:00
msgid "no value for {0} cannot change owner to {1}"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/value.py:667
2014-03-09 20:16:38 +01:00
msgid "can force cache only if cache is actived in config"
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/value.py:704
2014-03-09 20:14:17 +01:00
msgid "{0} is already a Multi "
2013-07-17 22:30:35 +02:00
msgstr ""
2016-11-14 22:11:59 +01:00
#: tiramisu/value.py:784
2013-07-17 22:30:35 +02:00
msgid "cannot append a value on a multi option {0} which is a slave"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/value.py:817
2013-07-17 22:30:35 +02:00
msgid "cannot sort multi option {0} if master or slave"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/value.py:821
msgid "cmp is not permitted in python v3 or greater"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/value.py:830
2013-07-17 22:30:35 +02:00
msgid "cannot reverse multi option {0} if master or slave"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/value.py:837
2013-07-17 22:30:35 +02:00
msgid "cannot insert multi option {0} if master or slave"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/value.py:854
2013-07-17 22:30:35 +02:00
msgid "cannot extend multi option {0} if master or slave"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/value.py:889
2013-07-17 22:30:35 +02:00
msgid "cannot pop a value on a multi option {0} which is a slave"
msgstr ""
2013-07-18 21:25:07 +02:00