tiramisu/translations/tiramisu.pot

470 lines
11 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"
2013-09-28 20:02:41 +02:00
"POT-Creation-Date: 2013-09-28 19:06+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"
2013-07-18 21:25:07 +02:00
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
2013-09-28 20:02:41 +02:00
#: tiramisu/autolib.py:144
2013-07-18 21:25:07 +02:00
msgid "unable to carry out a calculation, option {0} has properties: {1} for: {2}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/autolib.py:153
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}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/config.py:51
2013-07-17 22:30:35 +02:00
msgid "descr must be an optiondescription, not {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/config.py:126
2013-07-17 22:30:35 +02:00
msgid "unknown group_type: {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/config.py:162
msgid "no option description found for this config (may be metaconfig without meta)"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/config.py:188
2013-09-26 22:35:12 +02:00
msgid "can't assign to an OptionDescription"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/config.py:319
msgid "unknown type_ type {0}for _find"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/config.py:358
2013-07-18 21:25:07 +02:00
msgid "no option found in config with these criteria"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/config.py:408
2013-07-17 22:30:35 +02:00
msgid "make_dict can't filtering with value without option"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/config.py:429
2013-07-17 22:30:35 +02:00
msgid "unexpected path {0}, should start with {1}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/config.py:489
msgid "opt in getowner must be an option not {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:68
2013-09-23 21:00:45 +02:00
msgid "invalid name: {0} for option"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:77
2013-09-23 21:00:45 +02:00
msgid "invalid properties type {0} for {1}, must be a tuple"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:115
msgid "'{0}' ({1}) object attribute '{2}' is read-only"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:142 tiramisu/value.py:360
2013-09-23 21:00:45 +02:00
msgid "information's item not found: {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:204
2013-09-23 21:00:45 +02:00
msgid "cannot serialize Option, only in OptionDescription"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:307
msgid "a default_multi is set whereas multi is False in option: {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:313
2013-07-17 22:30:35 +02:00
msgid "invalid default_multi value {0} for option {1}: {2}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:318
2013-07-18 21:25:07 +02:00
msgid "default value not allowed if option: {0} is calculated"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:321
2013-07-18 21:25:07 +02:00
msgid "params defined for a callback function but no callback defined yet for option {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:360
msgid "option not in all_cons_opts"
msgstr ""
#: tiramisu/option.py:432 tiramisu/value.py:545
2013-07-17 22:30:35 +02:00
msgid "invalid value {0} for option {1}: {2}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:449
msgid "which must be a list"
msgstr ""
#: tiramisu/option.py:509
msgid "consistency should be set with an option"
msgstr ""
#: tiramisu/option.py:511
msgid "cannot add consistency with itself"
msgstr ""
#: tiramisu/option.py:513
msgid "every options in consistency should be multi or none"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:533
msgid "same value for {0} and {1}"
2013-07-17 22:30:35 +02:00
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:642
msgid "values must be a tuple for {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:645
msgid "open_values must be a boolean for {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:667
2013-07-17 22:30:35 +02:00
msgid "value {0} is not permitted, only {1} is allowed"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:679
2013-07-17 22:30:35 +02:00
msgid "value must be a boolean"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:689
2013-07-17 22:30:35 +02:00
msgid "value must be an integer"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:699
2013-07-17 22:30:35 +02:00
msgid "value must be a float"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:709
msgid "value must be a string, not {0}"
2013-07-17 22:30:35 +02:00
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:727
2013-07-17 22:30:35 +02:00
msgid "value must be an unicode"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:739
2013-07-17 22:30:35 +02:00
msgid "malformed symlinkoption must be an option for symlink {0}"
msgstr ""
#: tiramisu/option.py:788
msgid "invalid IP {0}"
msgstr ""
#: tiramisu/option.py:793
2013-09-23 21:00:45 +02:00
msgid "IP mustn't not be in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
#: tiramisu/option.py:795
2013-07-17 22:30:35 +02:00
msgid "IP must be in private class"
msgstr ""
#: tiramisu/option.py:833
2013-07-17 22:30:35 +02:00
msgid "inconsistency in allowed range"
msgstr ""
#: tiramisu/option.py:838
2013-07-17 22:30:35 +02:00
msgid "max value is empty"
msgstr ""
#: tiramisu/option.py:877
msgid "invalid network address {0}"
msgstr ""
#: tiramisu/option.py:882
2013-09-16 15:24:46 +02:00
msgid "network shall not be in reserved class"
2013-07-17 22:30:35 +02:00
msgstr ""
#: tiramisu/option.py:894
msgid "invalid netmask address {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:910
msgid "invalid len for opts"
msgstr ""
#: tiramisu/option.py:922
2013-07-18 21:25:07 +02:00
msgid "invalid network {0} ({1}) with netmask {2} ({3}), this network is an IP"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:927
2013-07-18 21:25:07 +02:00
msgid "invalid IP {0} ({1}) with netmask {2} ({3}), this IP is a network"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:932
2013-07-18 21:25:07 +02:00
msgid "invalid IP {0} ({1}) with netmask {2} ({3})"
2013-07-17 22:30:35 +02:00
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:934
2013-07-17 22:30:35 +02:00
msgid "invalid network {0} ({1}) with netmask {2} ({3})"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:948
msgid "invalid broadcast address {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:952
msgid "invalid len for vals"
msgstr ""
#: tiramisu/option.py:957
2013-09-28 20:02:41 +02:00
msgid "invalid broadcast {0} ({1}) with network {2} ({3}) and netmask {4} ({5})"
msgstr ""
#: tiramisu/option.py:979
msgid "unknown type_ {0} for hostname"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:982
2013-07-17 22:30:35 +02:00
msgid "allow_ip must be a boolean"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1012
2013-07-17 22:30:35 +02:00
msgid "invalid value for {0}, must have dot"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1015
2013-07-18 21:25:07 +02:00
msgid "invalid domainname's length for {0} (max {1})"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1018
2013-07-18 21:25:07 +02:00
msgid "invalid domainname's length for {0} (min 2)"
2013-07-17 22:30:35 +02:00
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1022
2013-07-17 22:30:35 +02:00
msgid "invalid domainname"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1049
msgid "duplicate option name: {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1067
2013-07-17 22:30:35 +02:00
msgid "unknown Option {0} in OptionDescription {1}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1118
msgid "duplicate option: {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1148
msgid "consistency with option {0} which is not in Config"
msgstr ""
#: tiramisu/option.py:1156
2013-07-17 22:30:35 +02:00
msgid "no option for path {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1162
2013-07-17 22:30:35 +02:00
msgid "no option {0} found"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1172
2013-07-17 22:30:35 +02:00
msgid "cannot change group_type if already set (old {0}, new {1})"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1185
2013-07-17 22:30:35 +02:00
msgid "master group {0} shall not have a subgroup"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1188
2013-07-17 22:30:35 +02:00
msgid "master group {0} shall not have a symlinkoption"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1191
msgid "not allowed option {0} in group {1}: this option is not a multi"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1202
2013-07-17 22:30:35 +02:00
msgid "master group with wrong master name for {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1211
2013-07-18 21:25:07 +02:00
msgid "no child has same nom has master group for: {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1214
msgid "group_type: {0} not allowed"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1306
2013-07-17 22:30:35 +02:00
msgid "malformed requirements type for option: {0}, must be a dict"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1323
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-28 20:02:41 +02:00
#: tiramisu/option.py:1328
2013-07-17 22:30:35 +02:00
msgid "malformed requirements for option: {0} inverse must be boolean"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1332
2013-07-17 22:30:35 +02:00
msgid "malformed requirements for option: {0} transitive must be boolean"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1336
2013-07-17 22:30:35 +02:00
msgid "malformed requirements for option: {0} same_action must be boolean"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1340
2013-07-17 22:30:35 +02:00
msgid "malformed requirements must be an option in option {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1343
2013-07-17 22:30:35 +02:00
msgid "malformed requirements option {0} should not be a multi"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1349
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-28 20:02:41 +02:00
#: tiramisu/option.py:1354
msgid "inconsistency in action types for option: {0} action: {1}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1379
2013-09-23 21:00:45 +02:00
msgid "{0} should be a function"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1382
2013-09-23 21:00:45 +02:00
msgid "{0}_params should be a dict"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1385
2013-09-23 21:00:45 +02:00
msgid "{0}_params with key {1} should not have length different to 1"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1389
2013-09-23 21:00:45 +02:00
msgid "{0}_params should be tuple for key \"{1}\""
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1395
2013-09-23 21:00:45 +02:00
msgid "validator not support tuple"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1398
2013-09-23 21:00:45 +02:00
msgid "{0}_params should have an option not a {0} for first argument"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/option.py:1402
2013-09-23 21:00:45 +02:00
msgid "{0}_params should have a boolean not a {0} for second argument"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/setting.py:111
msgid "can't rebind {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/setting.py:116
msgid "can't unbind {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/setting.py:254
msgid "cannot append {0} property for option {1}: this property is calculated"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/setting.py:317
2013-07-17 22:30:35 +02:00
msgid "opt and all_properties must not be set together in reset"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/setting.py:332
msgid "if opt is not None, path should not be None in _getproperties"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/setting.py:435
2013-07-18 21:25:07 +02:00
msgid "cannot change the value for option {0} this option is frozen"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/setting.py:441
2013-07-18 21:25:07 +02:00
msgid "trying to access to an option named: {0} with properties {1}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/setting.py:459
2013-07-17 22:30:35 +02:00
msgid "permissive must be a tuple"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/setting.py:466 tiramisu/value.py:299
2013-07-17 22:30:35 +02:00
msgid "invalid generic owner {0}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/setting.py:553
2013-07-18 21:25:07 +02:00
msgid "malformed requirements imbrication detected for option: '{0}' with requirement on: '{1}'"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/setting.py:565
msgid "option '{0}' has requirement's property error: {1} {2}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/storage/__init__.py:47
2013-09-23 21:00:45 +02:00
msgid "storage_type is already set, cannot rebind it"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/storage/__init__.py:81
2013-09-23 21:00:45 +02:00
msgid "option {0} not already exists in storage {1}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/storage/dictionary/storage.py:37
msgid "dictionary storage cannot delete session"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/storage/dictionary/storage.py:48
msgid "session already used"
msgstr ""
2013-07-17 22:30:35 +02:00
2013-09-28 20:02:41 +02:00
#: tiramisu/storage/dictionary/storage.py:50
msgid "a dictionary cannot be persistent"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/value.py:306
2013-07-17 22:30:35 +02:00
msgid "no value for {0} cannot change owner to {1}"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/value.py:414
2013-07-17 22:30:35 +02:00
msgid "invalid len for the slave: {0} which has {1} as master"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/value.py:438
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-28 20:02:41 +02:00
#: tiramisu/value.py:468
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-28 20:02:41 +02:00
#: tiramisu/value.py:505
2013-07-17 22:30:35 +02:00
msgid "cannot sort multi option {0} if master or slave"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/value.py:509
msgid "cmp is not permitted in python v3 or greater"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/value.py:518
2013-07-17 22:30:35 +02:00
msgid "cannot reverse multi option {0} if master or slave"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/value.py:526
2013-07-17 22:30:35 +02:00
msgid "cannot insert multi option {0} if master or slave"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/value.py:534
2013-07-17 22:30:35 +02:00
msgid "cannot extend multi option {0} if master or slave"
msgstr ""
2013-09-28 20:02:41 +02:00
#: tiramisu/value.py:562
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