tiramisu/translations/tiramisu.pot

579 lines
13 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"
"POT-Creation-Date: 2014-03-29 19:01+CET\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"
2014-03-26 20:47:30 +01:00
#: tiramisu/autolib.py:165
2013-07-18 21:25:07 +02:00
msgid "unable to carry out a calculation, option {0} has properties: {1} for: {2}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/config.py:51
2013-07-17 22:30:35 +02:00
msgid "descr must be an optiondescription, not {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/config.py:126
2013-07-17 22:30:35 +02:00
msgid "unknown group_type: {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/config.py:163 tiramisu/setting.py:334 tiramisu/value.py:55
#: tiramisu/value.py:500
2014-01-25 11:40:04 +01:00
msgid "the context does not exist anymore"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/config.py:168
2014-03-09 20:14:17 +01:00
msgid "no option description found for this config (may be GroupConfig)"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/config.py:194
2013-09-26 22:35:12 +02:00
msgid "can't assign to an OptionDescription"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/config.py:324
msgid "unknown type_ type {0}for _find"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/config.py:363
2013-07-18 21:25:07 +02:00
msgid "no option found in config with these criteria"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/config.py:413
2013-07-17 22:30:35 +02:00
msgid "make_dict can't filtering with value without option"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/config.py:434
2013-07-17 22:30:35 +02:00
msgid "unexpected path {0}, should start with {1}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/config.py:491
msgid "opt in getowner must be an option not {0}"
msgstr ""
#: tiramisu/config.py:535
2014-03-09 20:14:17 +01:00
msgid "cannot serialize Config with MetaConfig"
msgstr ""
#: tiramisu/config.py:549
2014-03-09 20:14:17 +01:00
msgid "this storage is not serialisable, could be a none persistent storage"
msgstr ""
#: tiramisu/config.py:612
2014-03-09 20:14:17 +01:00
msgid "metaconfig's children must be a list"
msgstr ""
#: tiramisu/config.py:706
2014-03-09 20:14:17 +01:00
msgid "metaconfig's children should be config, not {0}"
msgstr ""
#: tiramisu/config.py:710
2014-03-09 20:14:17 +01:00
msgid "child has already a metaconfig's"
msgstr ""
#: tiramisu/config.py:714
2014-03-09 20:14:17 +01:00
msgid "all config in metaconfig must have the same optiondescription"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:66
2013-09-23 21:00:45 +02:00
msgid "invalid name: {0} for option"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:75
2013-09-23 21:00:45 +02:00
msgid "invalid properties type {0} for {1}, must be a tuple"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:113
msgid "'{0}' ({1}) object attribute '{2}' is read-only"
msgstr ""
#: tiramisu/option.py:140 tiramisu/value.py:410
2013-09-23 21:00:45 +02:00
msgid "information's item not found: {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:202
2013-09-23 21:00:45 +02:00
msgid "cannot serialize Option, only in OptionDescription"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:305
msgid "a default_multi is set whereas multi is False in option: {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:311
2013-07-17 22:30:35 +02:00
msgid "invalid default_multi value {0} for option {1}: {2}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:316
2013-07-18 21:25:07 +02:00
msgid "default value not allowed if option: {0} is calculated"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:319
2013-07-18 21:25:07 +02:00
msgid "params defined for a callback function but no callback defined yet for option {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:424 tiramisu/option.py:454
msgid "invalid value for option {0}: {1}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:448
msgid "warning on the value of the option {0}: {1}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:465
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 ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:523
msgid "consistency must be set with an option"
2013-09-28 20:02:41 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:525
2013-09-28 20:02:41 +02:00
msgid "cannot add consistency with itself"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:527
msgid "every options in consistency must be multi or none"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:548
msgid "same value for {0} and {1}, should be different"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:550
msgid "same value for {0} and {1}, must be different"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:644
msgid "values must be a tuple for {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:647
msgid "open_values must be a boolean for {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:669
2013-07-17 22:30:35 +02:00
msgid "value {0} is not permitted, only {1} is allowed"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:681
msgid "invalid boolean"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:691
msgid "invalid integer"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:701
msgid "invalid float"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:711
msgid "invalid string"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:728
msgid "invalid unicode"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:740
2013-07-17 22:30:35 +02:00
msgid "malformed symlinkoption must be an option for symlink {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:791 tiramisu/option.py:794 tiramisu/option.py:799
msgid "invalid IP"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:805
msgid "IP is in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:807
msgid "invalid IP, mustn't be in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:811
msgid "IP is not in private class"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:813
msgid "invalid IP, must be in private class"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:818 tiramisu/option.py:993
msgid "invalid len for vals"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:824
msgid "IP {0} ({1}) not in network {2} ({3}) with netmask {4} ({5})"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:827
msgid "invalid IP {0} ({1}) not in network {2} ({3}) with netmask {4} ({5})"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:868
2013-07-17 22:30:35 +02:00
msgid "inconsistency in allowed range"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:873
2013-07-17 22:30:35 +02:00
msgid "max value is empty"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:890
2014-03-09 20:14:17 +01:00
msgid "invalid port, range must have two values only"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:893
2014-03-09 20:14:17 +01:00
msgid "invalid port, first port in range must be smaller than the second one"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:902
2014-03-09 20:14:17 +01:00
msgid "invalid port"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:904
2014-03-09 20:14:17 +01:00
msgid "invalid port, must be an between {0} and {1}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:918
msgid "invalid network address"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:924
msgid "network address is in reserved class"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:926
msgid "invalid network address, mustn't be in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:939
msgid "invalid netmask address"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:956
2013-09-28 20:02:41 +02:00
msgid "invalid len for opts"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:970
2014-01-25 11:40:04 +01:00
msgid "invalid IP {0} ({1}) with netmask {2}, this IP is a network"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:975
msgid "invalid network {0} ({1}) with netmask {2}"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:989
msgid "invalid broadcast address"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:998
2013-09-28 20:02:41 +02:00
msgid "invalid broadcast {0} ({1}) with network {2} ({3}) and netmask {4} ({5})"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1020
msgid "unknown type_ {0} for hostname"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1023
2013-07-17 22:30:35 +02:00
msgid "allow_ip must be a boolean"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1025
msgid "allow_without_dot must be a boolean"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1069
msgid "invalid domainname, must have dot"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1071
msgid "invalid domainname's length (max 255)"
2013-07-18 21:25:07 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1073
msgid "invalid domainname's length (min 2)"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1075
2013-07-17 22:30:35 +02:00
msgid "invalid domainname"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1088
msgid "invalid email address, must contains one @"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1091
msgid "invalid username in email address"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1104
msgid "invalid url, must start with http:// or https://"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1123
msgid "invalid url, port must be an between 0 and 65536"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1129
msgid "invalid url, must ends with filename"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1141
2014-03-09 20:14:17 +01:00
msgid "invalid username"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1152
msgid "invalid filename"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1179
msgid "duplicate option name: {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1197
2013-07-17 22:30:35 +02:00
msgid "unknown Option {0} in OptionDescription {1}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1248
msgid "duplicate option: {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1279
2013-09-28 20:02:41 +02:00
msgid "consistency with option {0} which is not in Config"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1287
2013-07-17 22:30:35 +02:00
msgid "no option for path {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1293
2013-07-17 22:30:35 +02:00
msgid "no option {0} found"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1303
2013-07-17 22:30:35 +02:00
msgid "cannot change group_type if already set (old {0}, new {1})"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1315
2013-07-17 22:30:35 +02:00
msgid "master group {0} shall not have a subgroup"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1318
2013-07-17 22:30:35 +02:00
msgid "master group {0} shall not have a symlinkoption"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1321
msgid "not allowed option {0} in group {1}: this option is not a multi"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1331
2013-07-17 22:30:35 +02:00
msgid "master group with wrong master name for {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1339
2014-01-25 11:40:04 +01:00
msgid "callback of master's option shall not refered a slave's ones"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1347
msgid "group_type: {0} not allowed"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1444
2013-07-17 22:30:35 +02:00
msgid "malformed requirements type for option: {0}, must be a dict"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1461
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 ""
#: tiramisu/option.py:1465
msgid "malformed requirements for option: {0} action cannot be force_store_value"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1470
msgid "malformed requirements for option: {0} inverse must be boolean"
2013-07-17 22:30:35 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1474
msgid "malformed requirements for option: {0} transitive must be boolean"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/option.py:1478
msgid "malformed requirements for option: {0} same_action must be boolean"
msgstr ""
#: tiramisu/option.py:1482
2013-07-17 22:30:35 +02:00
msgid "malformed requirements must be an option in option {0}"
msgstr ""
#: tiramisu/option.py:1485
msgid "malformed requirements option {0} must not be a multi"
2013-07-17 22:30:35 +02:00
msgstr ""
#: tiramisu/option.py:1491
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 ""
#: tiramisu/option.py:1496
msgid "inconsistency in action types for option: {0} action: {1}"
msgstr ""
#: tiramisu/option.py:1521
msgid "{0} must be a function"
2013-09-23 21:00:45 +02:00
msgstr ""
#: tiramisu/option.py:1524
msgid "{0}_params must be a dict"
msgstr ""
#: tiramisu/option.py:1527
msgid "{0}_params with key {1} mustn't have length different to 1"
2013-09-23 21:00:45 +02:00
msgstr ""
#: tiramisu/option.py:1531
msgid "{0}_params must be tuple for key \"{1}\""
2013-09-23 21:00:45 +02:00
msgstr ""
#: tiramisu/option.py:1537
2014-03-26 20:47:30 +01:00
msgid "{0}_params with length of tuple as 1 must only have None as first value"
msgstr ""
#: tiramisu/option.py:1541
2014-03-26 20:47:30 +01:00
msgid "{0}_params must only have 1 or 2 as length"
msgstr ""
#: tiramisu/option.py:1546
2013-09-23 21:00:45 +02:00
msgid "validator not support tuple"
msgstr ""
#: tiramisu/option.py:1549
msgid "{0}_params must have an option not a {0} for first argument"
2013-09-23 21:00:45 +02:00
msgstr ""
#: tiramisu/option.py:1553
msgid "{0}_params must have a boolean not a {0} for second argument"
2013-09-23 21:00:45 +02:00
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/setting.py:111
msgid "can't rebind {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/setting.py:116
msgid "can't unbind {0}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/setting.py:267
msgid "cannot append {0} property for option {1}: this property is calculated"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/setting.py:358
2013-07-17 22:30:35 +02:00
msgid "opt and all_properties must not be set together in reset"
msgstr ""
#: tiramisu/setting.py:376
msgid "if opt is not None, path should not be None in _getproperties"
msgstr ""
#: tiramisu/setting.py:486
2013-07-18 21:25:07 +02:00
msgid "cannot change the value for option {0} this option is frozen"
msgstr ""
#: tiramisu/setting.py:492
2013-07-18 21:25:07 +02:00
msgid "trying to access to an option named: {0} with properties {1}"
msgstr ""
#: tiramisu/setting.py:510
2013-07-17 22:30:35 +02:00
msgid "permissive must be a tuple"
msgstr ""
#: tiramisu/setting.py:517 tiramisu/value.py:349
2013-07-17 22:30:35 +02:00
msgid "invalid generic owner {0}"
msgstr ""
#: tiramisu/setting.py:605
2013-07-18 21:25:07 +02:00
msgid "malformed requirements imbrication detected for option: '{0}' with requirement on: '{1}'"
msgstr ""
#: tiramisu/setting.py:616
msgid "option '{0}' has requirement's property error: {1} {2}"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/storage/__init__.py:47
2013-09-23 21:00:45 +02:00
msgid "storage_type is already set, cannot rebind it"
msgstr ""
2014-03-24 21:13:26 +01:00
#: tiramisu/storage/__init__.py:81
2013-09-23 21:00:45 +02:00
msgid "option {0} not already exists in storage {1}"
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
msgid "a dictionary cannot be persistent"
msgstr ""
#: tiramisu/value.py:356
2013-07-17 22:30:35 +02:00
msgid "no value for {0} cannot change owner to {1}"
msgstr ""
#: tiramisu/value.py:438
2014-03-09 20:16:38 +01:00
msgid "can force cache only if cache is actived in config"
msgstr ""
#: tiramisu/value.py:477
2014-03-09 20:14:17 +01:00
msgid "{0} is already a Multi "
2013-07-17 22:30:35 +02:00
msgstr ""
#: tiramisu/value.py:513 tiramisu/value.py:577
2014-03-09 20:14:17 +01:00
msgid "invalid len for the slave: {0} which has {1} as master"
2013-07-17 22:30:35 +02:00
msgstr ""
#: tiramisu/value.py:549
2013-07-17 22:30:35 +02:00
msgid "cannot append a value on a multi option {0} which is a slave"
msgstr ""
#: tiramisu/value.py:587
2013-07-17 22:30:35 +02:00
msgid "cannot sort multi option {0} if master or slave"
msgstr ""
#: tiramisu/value.py:591
msgid "cmp is not permitted in python v3 or greater"
msgstr ""
#: tiramisu/value.py:600
2013-07-17 22:30:35 +02:00
msgid "cannot reverse multi option {0} if master or slave"
msgstr ""
#: tiramisu/value.py:608
2013-07-17 22:30:35 +02:00
msgid "cannot insert multi option {0} if master or slave"
msgstr ""
#: tiramisu/value.py:616
2013-07-17 22:30:35 +02:00
msgid "cannot extend multi option {0} if master or slave"
msgstr ""
#: tiramisu/value.py:627
msgid "invalid value {0} for option {1}: {2}"
msgstr ""
#: tiramisu/value.py:645
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