tiramisu/translations/tiramisu.pot

385 lines
8.6 KiB
Plaintext
Raw Normal View History

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
2013-07-17 22:30:35 +02:00
"POT-Creation-Date: 2013-07-17 21:01+0200\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
2013-07-17 22:30:35 +02:00
#: tiramisu/autolib.py:49
msgid "no config specified but needed"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/autolib.py:56
msgid ""
"unable to carry out a calculation, option {0} has properties: {1} for: {2}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/autolib.py:65
msgid ""
"unable to carry out a calculation, option values with multi types must have "
"same length for: {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/config.py:45
msgid "descr must be an optiondescription, not {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/config.py:118
msgid "unknown group_type: {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/config.py:154
msgid "no optiondescription for this config (may be MetaConfig without meta)"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/config.py:311
msgid "unknown type_ type {0} for _find"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/config.py:391
msgid "make_dict can't filtering with value without option"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/config.py:411
msgid "unexpected path {0}, should start with {1}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/config.py:524
msgid "metaconfig's children must be a list"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/config.py:529
msgid "metaconfig's children must be Config, not {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/config.py:534
msgid "all config in MetaConfig must have same optiondescription"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/config.py:537
msgid "child has already a metaconfig's"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:70
msgid "{0} instance has no attribute impl_set_information"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:84
msgid "Information's item not found: {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:86
msgid "{0} instance has no attribute impl_get_information"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:124
msgid "invalid name: {0} for option"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:134
msgid "validator must be a function"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:141
msgid "a default_multi is set whereas multi is False in option: {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:147
msgid "invalid default_multi value {0} for option {1}: {2}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:150
msgid "defaut values not allowed if option: {0} is calculated"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:153
msgid ""
"params defined for a callback function but no callback defined yet for "
"option {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:174 tiramisu/option.py:716
msgid "invalid properties type {0} for {1}, must be a tuple"
msgstr ""
#: tiramisu/option.py:273
msgid "invalid value {0} for option {1} for object {2}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:278 tiramisu/value.py:368
msgid "invalid value {0} for option {1}: {2}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:290
msgid "invalid value {0} for option {1} which must be a list"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:354
msgid "invalid value {0} for option {1} must be different as {2} option"
msgstr ""
#: tiramisu/option.py:376
msgid "values must be a tuple for {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:379
msgid "open_values must be a boolean for {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:400
msgid "value {0} is not permitted, only {1} is allowed"
msgstr ""
#: tiramisu/option.py:411
msgid "value must be a boolean"
msgstr ""
#: tiramisu/option.py:421
msgid "value must be an integer"
msgstr ""
#: tiramisu/option.py:431
msgid "value must be a float"
msgstr ""
#: tiramisu/option.py:441
msgid "value must be a string"
msgstr ""
#: tiramisu/option.py:452
msgid "value must be an unicode"
msgstr ""
#: tiramisu/option.py:463
msgid "malformed symlinkoption must be an option for symlink {0}"
msgstr ""
#: tiramisu/option.py:497
msgid "IP mustn't not be in reserved class"
msgstr ""
#: tiramisu/option.py:499
msgid "IP must be in private class"
msgstr ""
#: tiramisu/option.py:535
msgid "inconsistency in allowed range"
msgstr ""
#: tiramisu/option.py:540
msgid "max value is empty"
msgstr ""
#: tiramisu/option.py:576
msgid "network mustn't not be in reserved class"
msgstr ""
#: tiramisu/option.py:608
msgid "invalid network {0} ({1}) with netmask {2} ({3}), this network is an ip"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:612
msgid "invalid ip {0} ({1}) with netmask {2} ({3}), this ip is a network"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:617
msgid "invalid ip {0} ({1}) with netmask {2} ({3})"
msgstr ""
#: tiramisu/option.py:619
msgid "invalid network {0} ({1}) with netmask {2} ({3})"
msgstr ""
#: tiramisu/option.py:639
msgid "unknown type_ {0} for hostname"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:642
msgid "allow_ip must be a boolean"
msgstr ""
#: tiramisu/option.py:671
msgid "invalid value for {0}, must have dot"
msgstr ""
#: tiramisu/option.py:674
msgid "invalid value's length for {0} (max {1})"
msgstr ""
#: tiramisu/option.py:678
msgid "invalid domainname"
msgstr ""
#: tiramisu/option.py:694
msgid "invalid name: {0} for option descr"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:705
msgid "duplicate option name: {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:729
msgid "unknown Option {0} in OptionDescription {1}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:793
msgid "duplicate option: {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:803
msgid "no option for path {0}"
msgstr ""
#: tiramisu/option.py:809
msgid "no option {0} found"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:819
msgid "cannot change group_type if already set (old {0}, new {1})"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:831
msgid "master group {0} shall not have a subgroup"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:834
msgid "master group {0} shall not have a symlinkoption"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:837
msgid "not allowed option {0} in group {1}: this option is not a multi"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:847
msgid "master group with wrong master name for {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:855
msgid "the master group: {0} has not any master child"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:858
msgid "not allowed group_type : {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:887
msgid "malformed requirements type for option: {0}, must be a dict"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:903
msgid ""
"malformed requirements for option: {0} require must have option, expected "
"and action keys"
msgstr ""
#: tiramisu/option.py:908
msgid "malformed requirements for option: {0} inverse must be boolean"
msgstr ""
#: tiramisu/option.py:912
msgid "malformed requirements for option: {0} transitive must be boolean"
msgstr ""
#: tiramisu/option.py:916
msgid "malformed requirements for option: {0} same_action must be boolean"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/option.py:921
msgid "malformed requirements must be an option in option {0}"
msgstr ""
#: tiramisu/option.py:924
msgid "malformed requirements option {0} should not be a multi"
msgstr ""
#: tiramisu/option.py:930
msgid ""
"malformed requirements second argument must be valid for option {0}: {1}"
msgstr ""
#: tiramisu/option.py:934
msgid "inconsistency in action types for option: {0} action: {1}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/setting.py:45
msgid "Can't rebind group ({})"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/setting.py:50
msgid "Can't unbind group ({})"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/setting.py:210
msgid "opt and all_properties must not be set together in reset"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/setting.py:305
msgid "permissive must be a tuple"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/setting.py:312 tiramisu/value.py:208
msgid "invalid generic owner {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/setting.py:365
msgid ""
"malformed requirements imbrication detected for option: '{0}' with "
"requirement on: '{1}'"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/setting.py:375
msgid "option '{0}' has requirement's property error: {1} {2}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/setting.py:381
msgid "required option not found: {0}"
msgstr ""
2013-07-17 22:30:35 +02:00
#: tiramisu/value.py:206
msgid "no value for {0} cannot change owner to {1}"
msgstr ""
#: tiramisu/value.py:270
msgid "invalid len for the slave: {0} which has {1} as master"
msgstr ""
#: tiramisu/value.py:286
msgid "invalid len for the master: {0} which has {1} as slave with greater len"
msgstr ""
#: tiramisu/value.py:306
msgid "cannot append a value on a multi option {0} which is a slave"
msgstr ""
#: tiramisu/value.py:334
msgid "cannot sort multi option {0} if master or slave"
msgstr ""
#: tiramisu/value.py:342
msgid "cannot reverse multi option {0} if master or slave"
msgstr ""
#: tiramisu/value.py:350
msgid "cannot insert multi option {0} if master or slave"
msgstr ""
#: tiramisu/value.py:358
msgid "cannot extend multi option {0} if master or slave"
msgstr ""
#: tiramisu/value.py:381
msgid "cannot pop a value on a multi option {0} which is a slave"
msgstr ""