743 lines
18 KiB
Plaintext
743 lines
18 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"POT-Creation-Date: 2015-10-12 17:04+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"
|
|
"Content-Transfer-Encoding: ENCODING\n"
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
#: tiramisu/autolib.py:176
|
|
msgid "unable to carry out a calculation, option {0} has properties: {1} for: {2}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:61
|
|
msgid "descr must be an optiondescription, not {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:141
|
|
msgid "unknown group_type: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:180 tiramisu/setting.py:326 tiramisu/value.py:54
|
|
#: tiramisu/value.py:645
|
|
msgid "the context does not exist anymore"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:185
|
|
msgid "no option description found for this config (may be GroupConfig)"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:213
|
|
msgid "can't assign to an OptionDescription"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:342
|
|
msgid "unknown type_ type {0}for _find"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:382
|
|
msgid "no option found in config with these criteria"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:432
|
|
msgid "make_dict can't filtering with value without option"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:451
|
|
msgid "unexpected path {0}, should start with {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:522
|
|
msgid "opt in getowner must be an option not {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:567
|
|
msgid "cannot serialize Config with MetaConfig"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:581
|
|
msgid "this storage is not serialisable, could be a none persistent storage"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:645
|
|
msgid "invalid name: {0} for config"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:676
|
|
msgid "groupconfig's children must be a list"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:680
|
|
msgid "groupconfig's children must be Config, MetaConfig or GroupConfig"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:683
|
|
msgid "name must be set to config before creating groupconfig"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:691
|
|
msgid "config name must be uniq in groupconfig for {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:806
|
|
msgid "metaconfig's children should be config, not {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:810
|
|
msgid "child has already a metaconfig's"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:814
|
|
msgid "all config in metaconfig must have the same optiondescription"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:826
|
|
msgid "force_default, force_default_if_same or force_dont_change_value cannot be set with only_config"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:832
|
|
msgid "force_default and force_dont_change_value cannot be set together"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:57
|
|
msgid "{0} must be a function"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:60
|
|
msgid "{0}_params must be a dict"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:63
|
|
msgid "{0}_params with key {1} mustn't have length different to 1"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:67
|
|
msgid "{0}_params must be tuple for key \"{1}\""
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:73
|
|
msgid "{0}_params with length of tuple as 1 must only have None as first value"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:77
|
|
msgid "{0}_params must only have 1 or 2 as length"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:83
|
|
msgid "{0}_params must have an option not a {0} for first argument"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:87
|
|
msgid "{0}_params must have a boolean not a {0} for second argument"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:103
|
|
msgid "invalid name: {0} for option"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:111
|
|
msgid "a default_multi is set whereas multi is False in option: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:122
|
|
msgid "invalid properties type {0} for {1}, must be a tuple"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:147
|
|
msgid "params defined for a callback function but no callback defined yet for option {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:152
|
|
msgid "a callback is already set for option {0}, cannot set another one's"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:279
|
|
msgid "cannot serialize Option, only in OptionDescription"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:365
|
|
msgid "'{0}' ({1}) object attribute '{2}' is read-only"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:391
|
|
msgid "invalid unicode or string"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:551 tiramisu/option/baseoption.py:592
|
|
msgid "invalid value for option {0}: {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:560
|
|
msgid "do_validation for {0}: error in value"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:566
|
|
msgid "do_validation for {0}: warning in value"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:576
|
|
msgid "do_validation for {0}: error in consistency"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:580
|
|
msgid "do_validation for {0}: warning in consistency"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:584
|
|
msgid "warning on the value of the option {0}: {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:604 tiramisu/option/baseoption.py:613
|
|
msgid "invalid value {0} for option {1} which must be a list"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:619
|
|
msgid "invalid value {0} for option {1} which must be a list of list"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:672
|
|
msgid "'{0}' ({1}) cannot add consistency, option is read-only"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:684
|
|
msgid "unknow parameter {0} in consistency"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:691
|
|
msgid "consistency must be set with an option"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:694 tiramisu/option/baseoption.py:701
|
|
msgid "almost one option in consistency is in a dynoptiondescription but not all"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:697
|
|
msgid "option in consistency must be in same dynoptiondescription"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:704
|
|
msgid "cannot add consistency with itself"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:706
|
|
msgid "every options in consistency must be multi or none"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:710
|
|
msgid "consistency {0} not available for this option"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:739
|
|
msgid "same value for {0} and {1}, should be different"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:741
|
|
msgid "same value for {0} and {1}, must be different"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:797
|
|
msgid "default value not allowed if option: {0} is calculated"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:819
|
|
msgid "malformed requirements type for option: {0}, must be a dict"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:825
|
|
msgid "malformed requirements for option: {0} unknown keys {1}, must only {2}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:836
|
|
msgid "malformed requirements for option: {0} require must have option, expected and action keys"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:840
|
|
msgid "malformed requirements for option: {0} action cannot be force_store_value"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:845
|
|
msgid "malformed requirements for option: {0} inverse must be boolean"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:849
|
|
msgid "malformed requirements for option: {0} transitive must be boolean"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:853
|
|
msgid "malformed requirements for option: {0} same_action must be boolean"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:857
|
|
msgid "malformed requirements must be an option in option {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:860
|
|
msgid "malformed requirements option {0} must not be a multi for {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:867
|
|
msgid "malformed requirements second argument must be valid for option {0}: {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:872
|
|
msgid "inconsistency in action types for option: {0} action: {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/baseoption.py:900
|
|
msgid "malformed symlinkoption must be an option for symlink {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/masterslave.py:38
|
|
msgid "master group {0} shall not have a symlinkoption"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/masterslave.py:41
|
|
msgid "master group {0} shall not have a subgroup"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/masterslave.py:44
|
|
msgid "not allowed option {0} in group {1}: this option is not a multi"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/masterslave.py:53
|
|
msgid "master group with wrong master name for {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/masterslave.py:63
|
|
msgid "callback of master's option shall not refered a slave's ones"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/masterslave.py:260
|
|
msgid "invalid len for the slave: {0} which has {1} as master"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:53
|
|
msgid "values is not a function, so values_params must be None"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:55
|
|
msgid "values must be a tuple or a function for {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:81
|
|
msgid "calculated values for {0} is not a list"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:89
|
|
msgid "value {0} is not permitted, only {1} is allowed"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:103
|
|
msgid "invalid boolean"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:112
|
|
msgid "invalid integer"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:121
|
|
msgid "invalid float"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:130
|
|
msgid "invalid string"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:146
|
|
msgid "invalid unicode"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:179 tiramisu/option/option.py:182
|
|
#: tiramisu/option/option.py:187
|
|
msgid "invalid IP"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:193
|
|
msgid "IP is in reserved class"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:195
|
|
msgid "invalid IP, mustn't be in reserved class"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:199
|
|
msgid "IP is not in private class"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:201
|
|
msgid "invalid IP, must be in private class"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:206 tiramisu/option/option.py:384
|
|
msgid "invalid len for vals"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:212
|
|
msgid "IP {0} ({1}) not in network {2} ({3}) with netmask {4} ({5})"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:215
|
|
msgid "invalid IP {0} ({1}) not in network {2} ({3}) with netmask {4} ({5})"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:257
|
|
msgid "inconsistency in allowed range"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:262
|
|
msgid "max value is empty"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:283
|
|
msgid "invalid port, range must have two values only"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:286
|
|
msgid "invalid port, first port in range must be smaller than the second one"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:295
|
|
msgid "invalid port"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:297
|
|
msgid "invalid port, must be an integer between {0} and {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:311
|
|
msgid "invalid network address"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:317
|
|
msgid "network address is in reserved class"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:319
|
|
msgid "invalid network address, mustn't be in reserved class"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:332
|
|
msgid "invalid netmask address"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:349
|
|
msgid "invalid len for opts"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:358
|
|
msgid "invalid IP {0} ({1}) with netmask {2}, this IP is a network"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:361
|
|
msgid "invalid IP {0} ({1}) with netmask {2}, this IP is a broadcast"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:366
|
|
msgid "invalid network {0} ({1}) with netmask {2}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:380
|
|
msgid "invalid broadcast address"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:389
|
|
msgid "invalid broadcast {0} ({1}) with network {2} ({3}) and netmask {4} ({5})"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:410
|
|
msgid "unknown type_ {0} for hostname"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:413
|
|
msgid "allow_ip must be a boolean"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:415
|
|
msgid "allow_without_dot must be a boolean"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:437
|
|
msgid "invalid domainname's length (min 1)"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:439
|
|
msgid "invalid domainname's length (max {0})"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:454
|
|
msgid "invalid domainname, must have dot"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:456
|
|
msgid "invalid domainname's length (max 255)"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:465
|
|
msgid "some characters are uppercase"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:468
|
|
msgid "some characters may cause problems"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:470
|
|
msgid "invalid domainname"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:495
|
|
msgid "invalid email address, must contains one @"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:498
|
|
msgid "invalid username in email address"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:515
|
|
msgid "invalid url, must start with http:// or https://"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:534
|
|
msgid "invalid url, port must be an between 0 and 65536"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:541
|
|
msgid "invalid url, must ends with a valid resource name"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:556
|
|
msgid "invalid username"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/option.py:567
|
|
msgid "invalid filename"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/optiondescription.py:68
|
|
msgid "duplicate option name: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/optiondescription.py:73
|
|
msgid "option must not start as dynoptiondescription"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/optiondescription.py:117
|
|
msgid "consistency with option {0} which is not in Config"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/optiondescription.py:143
|
|
msgid "duplicate option: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/optiondescription.py:154
|
|
msgid "cannot change group_type if already set (old {0}, new {1})"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/optiondescription.py:162
|
|
msgid "group_type: {0} not allowed"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/optiondescription.py:260
|
|
msgid "DynOptionDescription callback return not uniq value"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/optiondescription.py:263
|
|
msgid "invalid suffix: {0} for option"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/optiondescription.py:320
|
|
msgid "cannot set optiondescription in an dynoptiondescription"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/optiondescription.py:325
|
|
msgid "cannot set symlinkoption in an dynoptiondescription"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option/optiondescription.py:333
|
|
msgid "callback is mandatory for dynoptiondescription"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:127
|
|
msgid "can't rebind {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:132
|
|
msgid "can't unbind {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:260
|
|
msgid "cannot append {0} property for option {1}: this property is calculated"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:349
|
|
msgid "you should only append/remove properties"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:353
|
|
msgid "opt and all_properties must not be set together in reset"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:373
|
|
msgid "if opt is not None, path should not be None in _getproperties"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:417
|
|
msgid "cannot add those properties: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:490
|
|
msgid "cannot change the value for option {0} this option is frozen"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:500
|
|
msgid "trying to access to an {0} named: {1} with properties {2}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:519
|
|
msgid "permissive must be a tuple"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:526 tiramisu/value.py:464
|
|
msgid "invalid generic owner {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:614
|
|
msgid "malformed requirements imbrication detected for option: '{0}' with requirement on: '{1}'"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:625
|
|
msgid "option '{0}' has requirement's property error: {1} {2}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/__init__.py:49
|
|
msgid "storage_type is already set, cannot rebind it"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/__init__.py:60
|
|
msgid "cannot import the storage {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/__init__.py:93
|
|
msgid "option {0} not already exists in storage {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/__init__.py:131
|
|
msgid "unable to get storages:"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/option.py:96
|
|
msgid "invalid default_multi value {0} for option {1}: {2}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/option.py:138
|
|
#: tiramisu/storage/sqlalchemy/option.py:439 tiramisu/value.py:528
|
|
msgid "information's item not found: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/option.py:365
|
|
#: tiramisu/storage/sqlalchemy/option.py:483
|
|
msgid "no option for path {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/option.py:369
|
|
#: tiramisu/storage/sqlalchemy/option.py:492
|
|
msgid "use impl_get_path_by_opt only with root OptionDescription"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/option.py:373
|
|
#: tiramisu/storage/sqlalchemy/option.py:493
|
|
msgid "no option {0} found"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/option.py:422
|
|
msgid "cannot find dynpath"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/option.py:512
|
|
#: tiramisu/storage/sqlalchemy/option.py:638
|
|
msgid "suffix and context needed if it's a dyn option"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/option.py:525
|
|
msgid "{0} instance has no attribute '_readonly'"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/option.py:539
|
|
#: tiramisu/storage/sqlalchemy/option.py:668
|
|
msgid "unknown Option {0} in OptionDescription {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/storage.py:37
|
|
msgid "dictionary storage cannot delete session"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/storage.py:48
|
|
#: tiramisu/storage/sqlalchemy/storage.py:66
|
|
msgid "session already used"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/storage.py:50
|
|
msgid "a dictionary cannot be persistent"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:65
|
|
msgid "optiondescription has no value"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:350
|
|
msgid "you should only set value with config"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:432
|
|
msgid "owner only avalaible for an option"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:471
|
|
msgid "no value for {0} cannot change owner to {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:572
|
|
msgid "can force cache only if cache is actived in config"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:611
|
|
msgid "{0} is already a Multi "
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:682
|
|
msgid "cannot append a value on a multi option {0} which is a slave"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:709
|
|
msgid "cannot sort multi option {0} if master or slave"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:713
|
|
msgid "cmp is not permitted in python v3 or greater"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:722
|
|
msgid "cannot reverse multi option {0} if master or slave"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:730
|
|
msgid "cannot insert multi option {0} if master or slave"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:746
|
|
msgid "cannot extend multi option {0} if master or slave"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:781
|
|
msgid "cannot pop a value on a multi option {0} which is a slave"
|
|
msgstr ""
|
|
|