# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR ORGANIZATION # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2013-09-30 22:49+CEST\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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:145 msgid "unable to carry out a calculation, option {0} has properties: {1} for: {2}" msgstr "" #: tiramisu/autolib.py:154 msgid "unable to carry out a calculation, option value with multi types must have same length for: {0}" msgstr "" #: tiramisu/config.py:52 msgid "descr must be an optiondescription, not {0}" msgstr "" #: tiramisu/config.py:127 msgid "unknown group_type: {0}" msgstr "" #: tiramisu/config.py:163 msgid "no option description found for this config (may be metaconfig without meta)" msgstr "" #: tiramisu/config.py:189 msgid "can't assign to an OptionDescription" msgstr "" #: tiramisu/config.py:320 msgid "unknown type_ type {0}for _find" msgstr "" #: tiramisu/config.py:359 msgid "no option found in config with these criteria" msgstr "" #: tiramisu/config.py:409 msgid "make_dict can't filtering with value without option" msgstr "" #: tiramisu/config.py:430 msgid "unexpected path {0}, should start with {1}" msgstr "" #: tiramisu/config.py:490 msgid "opt in getowner must be an option not {0}" msgstr "" #: tiramisu/option.py:69 msgid "invalid name: {0} for option" msgstr "" #: tiramisu/option.py:78 msgid "invalid properties type {0} for {1}, must be a tuple" msgstr "" #: tiramisu/option.py:116 msgid "'{0}' ({1}) object attribute '{2}' is read-only" msgstr "" #: tiramisu/option.py:143 tiramisu/value.py:362 msgid "information's item not found: {0}" msgstr "" #: tiramisu/option.py:205 msgid "cannot serialize Option, only in OptionDescription" msgstr "" #: tiramisu/option.py:308 msgid "a default_multi is set whereas multi is False in option: {0}" msgstr "" #: tiramisu/option.py:314 msgid "invalid default_multi value {0} for option {1}: {2}" msgstr "" #: tiramisu/option.py:319 msgid "default value not allowed if option: {0} is calculated" msgstr "" #: tiramisu/option.py:322 msgid "params defined for a callback function but no callback defined yet for option {0}" msgstr "" #: tiramisu/option.py:361 msgid "option not in all_cons_opts" msgstr "" #: tiramisu/option.py:427 tiramisu/option.py:437 msgid "invalid value for option {0}: {1}" msgstr "" #: tiramisu/option.py:454 msgid "which must be a list" msgstr "" #: tiramisu/option.py:514 msgid "consistency should be set with an option" msgstr "" #: tiramisu/option.py:516 msgid "cannot add consistency with itself" msgstr "" #: tiramisu/option.py:518 msgid "every options in consistency should be multi or none" msgstr "" #: tiramisu/option.py:538 msgid "same value for {0} and {1}" msgstr "" #: tiramisu/option.py:647 msgid "values must be a tuple for {0}" msgstr "" #: tiramisu/option.py:650 msgid "open_values must be a boolean for {0}" msgstr "" #: tiramisu/option.py:672 msgid "value {0} is not permitted, only {1} is allowed" msgstr "" #: tiramisu/option.py:684 msgid "invalid boolean" msgstr "" #: tiramisu/option.py:694 msgid "invalid integer" msgstr "" #: tiramisu/option.py:704 msgid "invalid float" msgstr "" #: tiramisu/option.py:714 msgid "invalid string" msgstr "" #: tiramisu/option.py:731 msgid "invalid unicode" msgstr "" #: tiramisu/option.py:743 msgid "malformed symlinkoption must be an option for symlink {0}" msgstr "" #: tiramisu/option.py:792 msgid "invalid IP" msgstr "" #: tiramisu/option.py:797 msgid "invalid IP, mustn't not be in reserved class" msgstr "" #: tiramisu/option.py:799 msgid "invalid IP, must be in private class" msgstr "" #: tiramisu/option.py:837 msgid "inconsistency in allowed range" msgstr "" #: tiramisu/option.py:842 msgid "max value is empty" msgstr "" #: tiramisu/option.py:882 msgid "invalid network address" msgstr "" #: tiramisu/option.py:887 msgid "invalid network address, must not be in reserved class" msgstr "" #: tiramisu/option.py:899 msgid "invalid netmask address" msgstr "" #: tiramisu/option.py:915 msgid "invalid len for opts" msgstr "" #: tiramisu/option.py:927 msgid "invalid network {0} ({1}) with netmask {2} ({3}), this network is an IP" msgstr "" #: tiramisu/option.py:932 msgid "invalid IP {0} ({1}) with netmask {2} ({3}), this IP is a network" msgstr "" #: tiramisu/option.py:937 msgid "invalid IP {0} ({1}) with netmask {2}" msgstr "" #: tiramisu/option.py:939 msgid "invalid network {0} ({1}) with netmask {2}" msgstr "" #: tiramisu/option.py:953 msgid "invalid broadcast address" msgstr "" #: tiramisu/option.py:957 msgid "invalid len for vals" msgstr "" #: tiramisu/option.py:962 msgid "invalid broadcast {0} ({1}) with network {2} ({3}) and netmask {4} ({5})" msgstr "" #: tiramisu/option.py:984 msgid "unknown type_ {0} for hostname" msgstr "" #: tiramisu/option.py:987 msgid "allow_ip must be a boolean" msgstr "" #: tiramisu/option.py:989 msgid "allow_without_dot must be a boolean" msgstr "" #: tiramisu/option.py:1024 msgid "invalid domainname, must have dot" msgstr "" #: tiramisu/option.py:1026 msgid "invalid domainname's length (max 255)" msgstr "" #: tiramisu/option.py:1028 msgid "invalid domainname's length (min 2)" msgstr "" #: tiramisu/option.py:1030 msgid "invalid domainname" msgstr "" #: tiramisu/option.py:1049 msgid "invalid email address, should contains one @" msgstr "" #: tiramisu/option.py:1052 msgid "invalid username in email address" msgstr "" #: tiramisu/option.py:1071 msgid "invalid url, should start with http:// or https://" msgstr "" #: tiramisu/option.py:1090 msgid "invalid url, port must be an between 0 and 65536" msgstr "" #: tiramisu/option.py:1096 msgid "invalid url, should ends with filename" msgstr "" #: tiramisu/option.py:1107 msgid "invalid filename" msgstr "" #: tiramisu/option.py:1134 msgid "duplicate option name: {0}" msgstr "" #: tiramisu/option.py:1152 msgid "unknown Option {0} in OptionDescription {1}" msgstr "" #: tiramisu/option.py:1203 msgid "duplicate option: {0}" msgstr "" #: tiramisu/option.py:1233 msgid "consistency with option {0} which is not in Config" msgstr "" #: tiramisu/option.py:1241 msgid "no option for path {0}" msgstr "" #: tiramisu/option.py:1247 msgid "no option {0} found" msgstr "" #: tiramisu/option.py:1257 msgid "cannot change group_type if already set (old {0}, new {1})" msgstr "" #: tiramisu/option.py:1270 msgid "master group {0} shall not have a subgroup" msgstr "" #: tiramisu/option.py:1273 msgid "master group {0} shall not have a symlinkoption" msgstr "" #: tiramisu/option.py:1276 msgid "not allowed option {0} in group {1}: this option is not a multi" msgstr "" #: tiramisu/option.py:1287 msgid "master group with wrong master name for {0}" msgstr "" #: tiramisu/option.py:1296 msgid "no child has same nom has master group for: {0}" msgstr "" #: tiramisu/option.py:1299 msgid "group_type: {0} not allowed" msgstr "" #: tiramisu/option.py:1391 msgid "malformed requirements type for option: {0}, must be a dict" msgstr "" #: tiramisu/option.py:1408 msgid "malformed requirements for option: {0} require must have option, expected and action keys" msgstr "" #: tiramisu/option.py:1413 msgid "malformed requirements for option: {0} inverse must be boolean" msgstr "" #: tiramisu/option.py:1417 msgid "malformed requirements for option: {0} transitive must be boolean" msgstr "" #: tiramisu/option.py:1421 msgid "malformed requirements for option: {0} same_action must be boolean" msgstr "" #: tiramisu/option.py:1425 msgid "malformed requirements must be an option in option {0}" msgstr "" #: tiramisu/option.py:1428 msgid "malformed requirements option {0} should not be a multi" msgstr "" #: tiramisu/option.py:1434 msgid "malformed requirements second argument must be valid for option {0}: {1}" msgstr "" #: tiramisu/option.py:1439 msgid "inconsistency in action types for option: {0} action: {1}" msgstr "" #: tiramisu/option.py:1464 msgid "{0} should be a function" msgstr "" #: tiramisu/option.py:1467 msgid "{0}_params should be a dict" msgstr "" #: tiramisu/option.py:1470 msgid "{0}_params with key {1} should not have length different to 1" msgstr "" #: tiramisu/option.py:1474 msgid "{0}_params should be tuple for key \"{1}\"" msgstr "" #: tiramisu/option.py:1480 msgid "validator not support tuple" msgstr "" #: tiramisu/option.py:1483 msgid "{0}_params should have an option not a {0} for first argument" msgstr "" #: tiramisu/option.py:1487 msgid "{0}_params should have a boolean not a {0} for second argument" msgstr "" #: tiramisu/setting.py:116 msgid "can't rebind {0}" msgstr "" #: tiramisu/setting.py:121 msgid "can't unbind {0}" msgstr "" #: tiramisu/setting.py:259 msgid "cannot append {0} property for option {1}: this property is calculated" msgstr "" #: tiramisu/setting.py:322 msgid "opt and all_properties must not be set together in reset" msgstr "" #: tiramisu/setting.py:337 msgid "if opt is not None, path should not be None in _getproperties" msgstr "" #: tiramisu/setting.py:440 msgid "cannot change the value for option {0} this option is frozen" msgstr "" #: tiramisu/setting.py:446 msgid "trying to access to an option named: {0} with properties {1}" msgstr "" #: tiramisu/setting.py:464 msgid "permissive must be a tuple" msgstr "" #: tiramisu/setting.py:471 tiramisu/value.py:301 msgid "invalid generic owner {0}" msgstr "" #: tiramisu/setting.py:558 msgid "malformed requirements imbrication detected for option: '{0}' with requirement on: '{1}'" msgstr "" #: tiramisu/setting.py:570 msgid "option '{0}' has requirement's property error: {1} {2}" msgstr "" #: tiramisu/storage/__init__.py:52 msgid "storage_type is already set, cannot rebind it" msgstr "" #: tiramisu/storage/__init__.py:86 msgid "option {0} not already exists in storage {1}" msgstr "" #: tiramisu/storage/dictionary/storage.py:39 msgid "dictionary storage cannot delete session" msgstr "" #: tiramisu/storage/dictionary/storage.py:50 msgid "session already used" msgstr "" #: tiramisu/storage/dictionary/storage.py:52 msgid "a dictionary cannot be persistent" msgstr "" #: tiramisu/value.py:308 msgid "no value for {0} cannot change owner to {1}" msgstr "" #: tiramisu/value.py:416 msgid "invalid len for the slave: {0} which has {1} as master" msgstr "" #: tiramisu/value.py:440 msgid "invalid len for the master: {0} which has {1} as slave with greater len" msgstr "" #: tiramisu/value.py:470 msgid "cannot append a value on a multi option {0} which is a slave" msgstr "" #: tiramisu/value.py:507 msgid "cannot sort multi option {0} if master or slave" msgstr "" #: tiramisu/value.py:511 msgid "cmp is not permitted in python v3 or greater" msgstr "" #: tiramisu/value.py:520 msgid "cannot reverse multi option {0} if master or slave" msgstr "" #: tiramisu/value.py:528 msgid "cannot insert multi option {0} if master or slave" msgstr "" #: tiramisu/value.py:536 msgid "cannot extend multi option {0} if master or slave" msgstr "" #: tiramisu/value.py:547 msgid "invalid value {0} for option {1}: {2}" msgstr "" #: tiramisu/value.py:564 msgid "cannot pop a value on a multi option {0} which is a slave" msgstr ""