tiramisu/translations/tiramisu.pot

779 lines
19 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"
2016-08-31 15:50:10 +02:00
"POT-Creation-Date: 2016-08-31 15:38+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"
2016-08-31 15:50:10 +02:00
#: tiramisu/autolib.py:171
2013-07-18 21:25:07 +02:00
msgid "unable to carry out a calculation, option {0} has properties: {1} for: {2}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/autolib.py:239
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-08-31 15:50:10 +02:00
#: tiramisu/config.py:187 tiramisu/setting.py:334 tiramisu/value.py:54
#: tiramisu/value.py:742
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-08-31 15:50:10 +02:00
#: tiramisu/config.py:379
msgid "unknown type_ type {0}for _find"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:422
2013-07-18 21:25:07 +02:00
msgid "no option found in config with these criteria"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:470
2013-07-17 22:30:35 +02:00
msgid "make_dict can't filtering with value without option"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:493
2013-07-17 22:30:35 +02:00
msgid "unexpected path {0}, should start with {1}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:567
msgid "opt in getowner must be an option not {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:615
2014-03-09 20:14:17 +01:00
msgid "cannot serialize Config with MetaConfig"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:629
2014-03-09 20:14:17 +01:00
msgid "this storage is not serialisable, could be a none persistent storage"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:693
msgid "invalid name: {0} for config"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:724
msgid "groupconfig's children must be a list"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:728
msgid "groupconfig's children must be Config, MetaConfig or GroupConfig"
2014-03-09 20:14:17 +01:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:731
msgid "name must be set to config before creating groupconfig"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:737
msgid "config name must be uniq in groupconfig for {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:846
2014-03-09 20:14:17 +01:00
msgid "metaconfig's children should be config, not {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:850
2014-03-09 20:14:17 +01:00
msgid "child has already a metaconfig's"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:854
2014-03-09 20:14:17 +01:00
msgid "all config in metaconfig must have the same optiondescription"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:869
msgid "force_default, force_default_if_same or force_dont_change_value cannot be set with only_config"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/config.py:875
msgid "force_default and force_dont_change_value cannot be set together"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:56
msgid "{0} must be a function"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:59
msgid "{0}_params must be a dict"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:62
msgid "{0}_params with key {1} mustn't have length different to 1"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:66
msgid "{0}_params must be tuple for key \"{1}\""
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:72
msgid "{0}_params with length of tuple as 1 must only have None as first value"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:76
msgid "{0}_params must only have 1 or 2 as length"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:82
msgid "{0}_params must have an option not a {0} for first argument"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:86
msgid "{0}_params must have a boolean not a {0} for second argument"
msgstr ""
#: tiramisu/option/baseoption.py:103
2013-09-23 21:00:45 +02:00
msgid "invalid name: {0} for option"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:105
msgid "default_multi is set whereas multi is False in option: {0}"
msgstr ""
#: tiramisu/option/baseoption.py:117
msgid "invalid multi value"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:127
2013-09-23 21:00:45 +02:00
msgid "invalid properties type {0} for {1}, must be a tuple"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:156
msgid "params defined for a callback function but no callback defined yet for option {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:161
msgid "a callback is already set for option {0}, cannot set another one's"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:245
2013-09-23 21:00:45 +02:00
msgid "cannot serialize Option, only in OptionDescription"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:326 tiramisu/storage/dictionary/option.py:117
msgid "'{0}' ({1}) object attribute '{2}' is read-only"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:350 tiramisu/option/option.py:145
msgid "invalid string"
msgstr ""
#: tiramisu/option/baseoption.py:353
msgid "invalid unicode or string"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:493 tiramisu/option/baseoption.py:526
msgid "invalid value for option {0}: {1}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:500
msgid "do_validation for {0}: error in value"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:518
msgid "warning on the value of the option {0}: {1}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:540 tiramisu/option/baseoption.py:550
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 ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:556
msgid "invalid value {0} for option {1} which must be a list of list"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:599 tiramisu/option/baseoption.py:603
msgid "cannot add consistency with submulti option"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:605
msgid "consistency must be set with an option"
2013-09-28 20:02:41 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:608 tiramisu/option/baseoption.py:615
msgid "almost one option in consistency is in a dynoptiondescription but not all"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:611
msgid "option in consistency must be in same dynoptiondescription"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:618
2013-09-28 20:02:41 +02:00
msgid "cannot add consistency with itself"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:620
msgid "every options in consistency must be multi or none"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:634
msgid "'{0}' ({1}) cannot add consistency, option is read-only"
msgstr ""
#: tiramisu/option/baseoption.py:641
msgid "consistency {0} not available for this option"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:645
msgid "unknow parameter {0} in consistency"
msgstr ""
#: tiramisu/option/baseoption.py:695
msgid "same value for {0} and {1}, should be different"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:697
msgid "same value for {0} and {1}, must be different"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:755
msgid "default value not allowed if option: {0} is calculated"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:775
msgid "malformed requirements type for option: {0}, must be a dict"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:781
msgid "malformed requirements for option: {0} unknown keys {1}, must only {2}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:789
msgid "malformed requirements for option: {0} require must have option, expected and action keys"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:796
msgid "malformed requirements for option: {0} action cannot be force_store_value"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:801
msgid "malformed requirements for option: {0} inverse must be boolean"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:805
msgid "malformed requirements for option: {0} transitive must be boolean"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:809
msgid "malformed requirements for option: {0} same_action must be boolean"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:813
msgid "malformed requirements must be an option in option {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:816
msgid "malformed requirements multi option must not set as requires of non multi option {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:822
msgid "malformed requirements second argument must be valid for option {0}: {1}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:827
msgid "inconsistency in action types for option: {0} action: {1}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/baseoption.py:855
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 ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/masterslave.py:52
msgid "not allowed default value for option {0} in group {1}"
msgstr ""
#: tiramisu/option/masterslave.py:57
msgid "master group with wrong master name for {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/masterslave.py:67
msgid "callback of master's option shall not refered a slave's ones"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/masterslave.py:283
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 ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:91
msgid "calculated values for {0} is not a list"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:102
2013-07-17 22:30:35 +02:00
msgid "value {0} is not permitted, only {1} is allowed"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:115
msgid "invalid boolean"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:125
msgid "invalid integer"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:135
msgid "invalid float"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:162
msgid "invalid unicode"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:207 tiramisu/option/option.py:210
#: tiramisu/option/option.py:215
msgid "invalid IP"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:221
2014-03-24 21:13:26 +01:00
msgid "IP is in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:223
msgid "invalid IP, mustn't be in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:227
2014-03-24 21:13:26 +01:00
msgid "IP is not in private class"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:229
msgid "invalid IP, must be in private class"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:234 tiramisu/option/option.py:438
msgid "invalid len for vals"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:240
msgid "IP {0} ({1}) not in network {2} ({3}) with netmask {4} ({5})"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:243
msgid "invalid IP {0} ({1}) not in network {2} ({3}) with netmask {4} ({5})"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:286
2013-07-17 22:30:35 +02:00
msgid "inconsistency in allowed range"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:291
2013-07-17 22:30:35 +02:00
msgid "max value is empty"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:319
2014-03-09 20:14:17 +01:00
msgid "invalid port, range must have two values only"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:322
2014-03-09 20:14:17 +01:00
msgid "invalid port, first port in range must be smaller than the second one"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:329
2014-03-09 20:14:17 +01:00
msgid "invalid port"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:332
2015-04-18 22:53:45 +02:00
msgid "invalid port, must be an integer between {0} and {1}"
2014-03-09 20:14:17 +01:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:347 tiramisu/option/option.py:350
#: tiramisu/option/option.py:354
msgid "invalid network address"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:360
2014-03-24 21:13:26 +01:00
msgid "network address is in reserved class"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:362
msgid "invalid network address, mustn't be in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:376 tiramisu/option/option.py:379
#: tiramisu/option/option.py:383
msgid "invalid netmask address"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:400
2013-09-28 20:02:41 +02:00
msgid "invalid len for opts"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:409
2014-01-25 11:40:04 +01:00
msgid "invalid IP {0} ({1}) with netmask {2}, this IP is a network"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:412
msgid "invalid IP {0} ({1}) with netmask {2}, this IP is a broadcast"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:417
msgid "invalid network {0} ({1}) with netmask {2}"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:434
msgid "invalid broadcast address"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:443
2013-09-28 20:02:41 +02:00
msgid "invalid broadcast {0} ({1}) with network {2} ({3}) and netmask {4} ({5})"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:464
msgid "unknown type_ {0} for hostname"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:467
2013-07-17 22:30:35 +02:00
msgid "allow_ip must be a boolean"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:469
msgid "allow_without_dot must be a boolean"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:495
msgid "invalid domainname's length (min 1)"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:497
msgid "invalid domainname's length (max {0})"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:512
msgid "invalid domainname, must not be an IP"
msgstr ""
#: tiramisu/option/option.py:519
msgid "invalid domainname, must have dot"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:521
msgid "invalid domainname's length (max 255)"
2013-07-18 21:25:07 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:532
msgid "some characters are uppercase"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:535
msgid "some characters may cause problems"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:537
2013-07-17 22:30:35 +02:00
msgid "invalid domainname"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:563
msgid "invalid email address, must contains one @"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:566
msgid "invalid username in email address"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:588
msgid "invalid url, must start with http:// or https://"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:606
msgid "invalid url, port must be an between 0 and 65536"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:617
msgid "invalid url, must ends with a valid resource name"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:635
2014-03-09 20:14:17 +01:00
msgid "invalid username"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/option.py:649
msgid "invalid filename"
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-08-31 15:50:10 +02:00
#: tiramisu/option/optiondescription.py:134
msgid "malformed consistency option {0} must be a master/slaves"
msgstr ""
#: tiramisu/option/optiondescription.py:141
msgid "malformed consistency option {0} must not be a multi for {1}"
msgstr ""
#: tiramisu/option/optiondescription.py:145
msgid "malformed consistency option {0} must be in same master/slaves for {1}"
msgstr ""
#: tiramisu/option/optiondescription.py:170
msgid "malformed requirements option {0} must be in same master/slaves for {1}"
2013-09-28 20:02:41 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/optiondescription.py:174
msgid "malformed requirements option {0} must not be a multi for {1}"
msgstr ""
#: tiramisu/option/optiondescription.py:183
msgid "duplicate option: {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/optiondescription.py:188
msgid "consistency with option {0} which is not in Config"
msgstr ""
#: tiramisu/option/optiondescription.py:201
msgid "a slave ({0}) cannot have force_store_value property"
msgstr ""
#: tiramisu/option/optiondescription.py:204
msgid "a dynoption ({0}) cannot have force_store_value property"
msgstr ""
#: tiramisu/option/optiondescription.py:218
2013-07-17 22:30:35 +02:00
msgid "cannot change group_type if already set (old {0}, new {1})"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/optiondescription.py:226
msgid "group_type: {0} not allowed"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/optiondescription.py:288
msgid "DynOptionDescription callback return not uniq value"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/optiondescription.py:291
msgid "invalid suffix: {0} for option"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/optiondescription.py:348
msgid "cannot set optiondescription in a dynoptiondescription"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/optiondescription.py:353
#: tiramisu/option/optiondescription.py:356
msgid "cannot set symlinkoption in a dynoptiondescription"
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/option/optiondescription.py:364
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}"
2013-09-23 21:00:45 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/setting.py:264
msgid "cannot append {0} property for option {1}: this property is calculated"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/setting.py:268 tiramisu/setting.py:434
msgid "cannot add those properties: {0}"
msgstr ""
#: tiramisu/setting.py:357
msgid "you should only append/remove properties"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/setting.py:361
msgid "opt and all_properties must not be set together in reset"
2013-09-23 21:00:45 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/setting.py:382
msgid "if opt is not None, path should not be None in _getproperties"
2013-09-23 21:00:45 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/setting.py:500
msgid "cannot change the value for option {0} this option is frozen"
2014-03-26 20:47:30 +01:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/setting.py:510
msgid "trying to access to an {0} named: {1} with properties {2}"
2013-09-23 21:00:45 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/setting.py:529
msgid "permissive must be a tuple"
2013-09-23 21:00:45 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/setting.py:536 tiramisu/value.py:536
msgid "invalid generic owner {0}"
2013-09-23 21:00:45 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/setting.py:630
msgid "malformed requirements imbrication detected for option: '{0}' with requirement on: '{1}'"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/setting.py:647
msgid "option '{0}' has requirement's property error: {1} {2}"
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-08-31 15:50:10 +02:00
#: tiramisu/storage/dictionary/option.py:102
msgid "invalid default_multi value {0} for option {1}: {2}"
2013-07-18 21:25:07 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/dictionary/option.py:142
#: tiramisu/storage/dictionary/value.py:234
#: tiramisu/storage/sqlalchemy/option.py:441
msgid "information's item not found: {0}"
2013-07-18 21:25:07 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/dictionary/option.py:383
msgid "use impl_get_opt_by_path only with root OptionDescription"
msgstr ""
#: tiramisu/storage/dictionary/option.py:385
#: tiramisu/storage/sqlalchemy/option.py:485
msgid "no option for path {0}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/dictionary/option.py:390
#: tiramisu/storage/sqlalchemy/option.py:494
msgid "use impl_get_path_by_opt only with root OptionDescription"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/dictionary/option.py:392
#: tiramisu/storage/sqlalchemy/option.py:495
msgid "no option {0} found"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/dictionary/option.py:439
msgid "cannot find dynpath"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/dictionary/option.py:528
#: tiramisu/storage/sqlalchemy/option.py:640
msgid "suffix and context needed if it's a dyn option"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/storage/dictionary/option.py:549
#: tiramisu/storage/sqlalchemy/option.py:670
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-08-31 15:50:10 +02:00
#: tiramisu/value.py:391
msgid "you should only set value with config"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/value.py:500
msgid "owner only avalaible for an option"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/value.py:541
2013-07-17 22:30:35 +02:00
msgid "no value for {0} cannot change owner to {1}"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/value.py:671
2014-03-09 20:16:38 +01:00
msgid "can force cache only if cache is actived in config"
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/value.py:708
2014-03-09 20:14:17 +01:00
msgid "{0} is already a Multi "
2013-07-17 22:30:35 +02:00
msgstr ""
2016-08-31 15:50:10 +02:00
#: tiramisu/value.py:786
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