410 lines
9.3 KiB
Plaintext
410 lines
9.3 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: 2013-09-02 11: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"
|
|
"Content-Transfer-Encoding: ENCODING\n"
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
#: tiramisu/autolib.py:58
|
|
msgid "no config specified but needed"
|
|
msgstr ""
|
|
|
|
#: tiramisu/autolib.py:65
|
|
msgid "unable to carry out a calculation, option {0} has properties: {1} for: {2}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/autolib.py:74
|
|
msgid "unable to carry out a calculation, option value with multi types must have same length for: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:47
|
|
msgid "descr must be an optiondescription, not {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:121
|
|
msgid "unknown group_type: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:157
|
|
msgid "no option description found for this config (may be metaconfig without meta)"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:311
|
|
msgid "unknown type_ type {0}for _find"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:350
|
|
msgid "no option found in config with these criteria"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:400
|
|
msgid "make_dict can't filtering with value without option"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:421
|
|
msgid "unexpected path {0}, should start with {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/config.py:481
|
|
msgid "opt in getowner must be an option not {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:71
|
|
msgid "{0} has no attribute impl_set_information"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:86
|
|
msgid "information's item not found: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:89
|
|
msgid "{0} has no attribute impl_get_information"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:117
|
|
msgid "'{0}' ({1}) object attribute '{2}' is read-only"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:208
|
|
msgid "invalid name: {0} for option"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:218
|
|
msgid "validator must be a function"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:225
|
|
msgid "a default_multi is set whereas multi is False in option: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:231
|
|
msgid "invalid default_multi value {0} for option {1}: {2}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:236
|
|
msgid "default value not allowed if option: {0} is calculated"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:239
|
|
msgid "params defined for a callback function but no callback defined yet for option {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:261 tiramisu/option.py:809
|
|
msgid "invalid properties type {0} for {1}, must be a tuple"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:334
|
|
msgid "invalid value {0} for option {1} for object {2}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:342 tiramisu/value.py:468
|
|
msgid "invalid value {0} for option {1}: {2}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:354
|
|
msgid "invalid value {0} for option {1} which must be a list"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:423
|
|
msgid "invalid value {0} for option {1} must be different as {2} option"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:445
|
|
msgid "values must be a tuple for {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:448
|
|
msgid "open_values must be a boolean for {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:469
|
|
msgid "value {0} is not permitted, only {1} is allowed"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:481
|
|
msgid "value must be a boolean"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:491
|
|
msgid "value must be an integer"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:501
|
|
msgid "value must be a float"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:511
|
|
msgid "value must be a string, not {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:529
|
|
msgid "value must be an unicode"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:539
|
|
msgid "malformed symlinkoption must be an option for symlink {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:581
|
|
msgid "IP mustn't not be in reserved class"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:583
|
|
msgid "IP must be in private class"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:621
|
|
msgid "inconsistency in allowed range"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:626
|
|
msgid "max value is empty"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:663
|
|
msgid "network mustn't not be in reserved class"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:695
|
|
msgid "invalid network {0} ({1}) with netmask {2} ({3}), this network is an IP"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:700
|
|
msgid "invalid IP {0} ({1}) with netmask {2} ({3}), this IP is a network"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:705
|
|
msgid "invalid IP {0} ({1}) with netmask {2} ({3})"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:707
|
|
msgid "invalid network {0} ({1}) with netmask {2} ({3})"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:727
|
|
msgid "unknown type_ {0} for hostname"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:730
|
|
msgid "allow_ip must be a boolean"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:759
|
|
msgid "invalid value for {0}, must have dot"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:762
|
|
msgid "invalid domainname's length for {0} (max {1})"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:765
|
|
msgid "invalid domainname's length for {0} (min 2)"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:769
|
|
msgid "invalid domainname"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:787
|
|
msgid "invalid name: {0} for optiondescription"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:799
|
|
msgid "duplicate option name: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:825
|
|
msgid "unknown Option {0} in OptionDescription {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:874
|
|
msgid "duplicate option: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:904
|
|
msgid "no option for path {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:910
|
|
msgid "no option {0} found"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:920
|
|
msgid "cannot change group_type if already set (old {0}, new {1})"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:933
|
|
msgid "master group {0} shall not have a subgroup"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:936
|
|
msgid "master group {0} shall not have a symlinkoption"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:939
|
|
msgid "not allowed option {0} in group {1}: this option is not a multi"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:950
|
|
msgid "master group with wrong master name for {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:959
|
|
msgid "no child has same nom has master group for: {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:962
|
|
msgid "group_type: {0} not allowed"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:1021
|
|
msgid "malformed requirements type for option: {0}, must be a dict"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:1037
|
|
msgid "malformed requirements for option: {0} require must have option, expected and action keys"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:1042
|
|
msgid "malformed requirements for option: {0} inverse must be boolean"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:1046
|
|
msgid "malformed requirements for option: {0} transitive must be boolean"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:1050
|
|
msgid "malformed requirements for option: {0} same_action must be boolean"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:1054
|
|
msgid "malformed requirements must be an option in option {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:1057
|
|
msgid "malformed requirements option {0} should not be a multi"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:1063
|
|
msgid "malformed requirements second argument must be valid for option {0}: {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/option.py:1068
|
|
msgid "inconsistency in action types for option: {0} action: {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:47
|
|
msgid "storage_type is already set, cannot rebind it"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:67
|
|
msgid "can't rebind {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:72
|
|
msgid "can't unbind {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:185
|
|
msgid "cannot append {0} property for option {1}: this property is calculated"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:215
|
|
msgid "option {0} not already exists in storage {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:282
|
|
msgid "opt and all_properties must not be set together in reset"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:297
|
|
msgid "if opt is not None, path should not be None in _getproperties"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:391
|
|
msgid "cannot change the value for option {0} this option is frozen"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:397
|
|
msgid "trying to access to an option named: {0} with properties {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:415
|
|
msgid "permissive must be a tuple"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:422 tiramisu/value.py:277
|
|
msgid "invalid generic owner {0}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:503
|
|
msgid "malformed requirements imbrication detected for option: '{0}' with requirement on: '{1}'"
|
|
msgstr ""
|
|
|
|
#: tiramisu/setting.py:515
|
|
msgid "option '{0}' has requirement's property error: {1} {2}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/storage.py:37
|
|
msgid "dictionary storage cannot delete session"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/storage.py:46
|
|
msgid "session already used"
|
|
msgstr ""
|
|
|
|
#: tiramisu/storage/dictionary/storage.py:48
|
|
msgid "a dictionary cannot be persistent"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:284
|
|
msgid "no value for {0} cannot change owner to {1}"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:356
|
|
msgid "invalid len for the slave: {0} which has {1} as master"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:373
|
|
msgid "invalid len for the master: {0} which has {1} as slave with greater len"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:394
|
|
msgid "cannot append a value on a multi option {0} which is a slave"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:429
|
|
msgid "cannot sort multi option {0} if master or slave"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:433
|
|
msgid "cmp is not permitted in python v3 or greater"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:442
|
|
msgid "cannot reverse multi option {0} if master or slave"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:450
|
|
msgid "cannot insert multi option {0} if master or slave"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:458
|
|
msgid "cannot extend multi option {0} if master or slave"
|
|
msgstr ""
|
|
|
|
#: tiramisu/value.py:482
|
|
msgid "cannot pop a value on a multi option {0} which is a slave"
|
|
msgstr ""
|
|
|