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