sahara/sahara/locale/sahara.pot

407 lines
10 KiB
Plaintext

# Translations template for sahara.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the sahara project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sahara "
"jenkins.sahara.propose.translation.update.153\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-02-03 06:09+0000\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=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: sahara/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: sahara/openstack/common/exception.py:103
msgid "Uncaught exception"
msgstr ""
#: sahara/openstack/common/excutils.py:62
#, python-format
msgid "Original exception being dropped: %s"
msgstr ""
#: sahara/openstack/common/excutils.py:91
#, python-format
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr ""
#: sahara/openstack/common/fileutils.py:63
#, python-format
msgid "Reloading cached file %s"
msgstr ""
#: sahara/openstack/common/gettextutils.py:263
msgid "Message objects do not support addition."
msgstr ""
#: sahara/openstack/common/gettextutils.py:272
msgid ""
"Message objects do not support str() because they may contain non-ascii "
"characters. Please use unicode() or translate() instead."
msgstr ""
#: sahara/openstack/common/lockutils.py:103
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr ""
#: sahara/openstack/common/lockutils.py:168
#, python-format
msgid "Got semaphore \"%(lock)s\""
msgstr ""
#: sahara/openstack/common/lockutils.py:177
#, python-format
msgid "Attempting to grab file lock \"%(lock)s\""
msgstr ""
#: sahara/openstack/common/lockutils.py:187
#, python-format
msgid "Created lock path: %s"
msgstr ""
#: sahara/openstack/common/lockutils.py:205
#, python-format
msgid "Got file lock \"%(lock)s\" at %(path)s"
msgstr ""
#: sahara/openstack/common/lockutils.py:209
#, python-format
msgid "Released file lock \"%(lock)s\" at %(path)s"
msgstr ""
#: sahara/openstack/common/lockutils.py:247
#, python-format
msgid "Got semaphore / lock \"%(function)s\""
msgstr ""
#: sahara/openstack/common/lockutils.py:251
#, python-format
msgid "Semaphore / lock released \"%(function)s\""
msgstr ""
#: sahara/openstack/common/log.py:313
#, python-format
msgid "Deprecated: %s"
msgstr ""
#: sahara/openstack/common/log.py:416
#, python-format
msgid "Error loading logging config %(log_config)s: %(err_msg)s"
msgstr ""
#: sahara/openstack/common/log.py:467
#, python-format
msgid "syslog facility must be one of: %s"
msgstr ""
#: sahara/openstack/common/log.py:654
#, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr ""
#: sahara/openstack/common/loopingcall.py:82
#, python-format
msgid "task run outlasted interval by %s sec"
msgstr ""
#: sahara/openstack/common/loopingcall.py:89
msgid "in fixed duration looping call"
msgstr ""
#: sahara/openstack/common/loopingcall.py:129
#, python-format
msgid "Dynamic looping call sleeping for %.02f seconds"
msgstr ""
#: sahara/openstack/common/loopingcall.py:136
msgid "in dynamic looping call"
msgstr ""
#: sahara/openstack/common/periodic_task.py:41
#, python-format
msgid "Unexpected argument for periodic task creation: %(arg)s."
msgstr ""
#: sahara/openstack/common/periodic_task.py:132
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
msgstr ""
#: sahara/openstack/common/periodic_task.py:137
#, python-format
msgid "Skipping periodic task %(task)s because it is disabled"
msgstr ""
#: sahara/openstack/common/periodic_task.py:175
#, python-format
msgid "Running periodic task %(full_task_name)s"
msgstr ""
#: sahara/openstack/common/periodic_task.py:184
#, python-format
msgid "Error during %(full_task_name)s: %(e)s"
msgstr ""
#: sahara/openstack/common/processutils.py:58
msgid "Unexpected error while running command."
msgstr ""
#: sahara/openstack/common/processutils.py:61
#, python-format
msgid ""
"%(description)s\n"
"Command: %(cmd)s\n"
"Exit code: %(exit_code)s\n"
"Stdout: %(stdout)r\n"
"Stderr: %(stderr)r"
msgstr ""
#: sahara/openstack/common/processutils.py:139
#, python-format
msgid "Got unknown keyword args to utils.execute: %r"
msgstr ""
#: sahara/openstack/common/processutils.py:145
msgid "Command requested root, but did not specify a root helper."
msgstr ""
#: sahara/openstack/common/processutils.py:154
#, python-format
msgid "Running cmd (subprocess): %s"
msgstr ""
#: sahara/openstack/common/processutils.py:187
#: sahara/openstack/common/processutils.py:259
#, python-format
msgid "Result was %s"
msgstr ""
#: sahara/openstack/common/processutils.py:199
#, python-format
msgid "%r failed. Retrying."
msgstr ""
#: sahara/openstack/common/processutils.py:238
#, python-format
msgid "Running cmd (SSH): %s"
msgstr ""
#: sahara/openstack/common/processutils.py:240
msgid "Environment not supported over SSH"
msgstr ""
#: sahara/openstack/common/processutils.py:244
msgid "process_input not supported over SSH"
msgstr ""
#: sahara/openstack/common/service.py:166
#: sahara/openstack/common/service.py:384
msgid "Full set of CONF:"
msgstr ""
#: sahara/openstack/common/service.py:175
#: sahara/openstack/common/service.py:269
#, python-format
msgid "Caught %s, exiting"
msgstr ""
#: sahara/openstack/common/service.py:187
msgid "Exception during rpc cleanup."
msgstr ""
#: sahara/openstack/common/service.py:238
msgid "Parent process has died unexpectedly, exiting"
msgstr ""
#: sahara/openstack/common/service.py:275
msgid "Unhandled exception"
msgstr ""
#: sahara/openstack/common/service.py:308
msgid "Forking too fast, sleeping"
msgstr ""
#: sahara/openstack/common/service.py:327
#, python-format
msgid "Started child %d"
msgstr ""
#: sahara/openstack/common/service.py:337
#, python-format
msgid "Starting %d workers"
msgstr ""
#: sahara/openstack/common/service.py:354
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr ""
#: sahara/openstack/common/service.py:358
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr ""
#: sahara/openstack/common/service.py:362
#, python-format
msgid "pid %d not in child list"
msgstr ""
#: sahara/openstack/common/service.py:392
#, python-format
msgid "Caught %s, stopping children"
msgstr ""
#: sahara/openstack/common/service.py:410
#, python-format
msgid "Waiting on %d children to exit"
msgstr ""
#: sahara/openstack/common/sslutils.py:52
#, python-format
msgid "Unable to find cert_file : %s"
msgstr ""
#: sahara/openstack/common/sslutils.py:55
#, python-format
msgid "Unable to find ca_file : %s"
msgstr ""
#: sahara/openstack/common/sslutils.py:58
#, python-format
msgid "Unable to find key_file : %s"
msgstr ""
#: sahara/openstack/common/sslutils.py:61
msgid ""
"When running server in SSL mode, you must specify both a cert_file and "
"key_file option value in your configuration file"
msgstr ""
#: sahara/openstack/common/sslutils.py:100
#, python-format
msgid "Invalid SSL version : %s"
msgstr ""
#: sahara/openstack/common/wsgi.py:187
msgid "cannot understand JSON"
msgstr ""
#: sahara/openstack/common/wsgi.py:211
msgid "cannot understand XML"
msgstr ""
#: sahara/openstack/common/crypto/utils.py:29
msgid "An unknown error occurred in crypto utils."
msgstr ""
#: sahara/openstack/common/crypto/utils.py:36
#, python-format
msgid "Block size of %(given)d is too big, max = %(maximum)d"
msgstr ""
#: sahara/openstack/common/crypto/utils.py:45
#, python-format
msgid "Length of %(given)d is too long, max = %(maximum)d"
msgstr ""
#: sahara/openstack/common/db/exception.py:42
msgid "Invalid Parameter: Unicode is not supported by the current database."
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/migration.py:191
msgid "version should be an integer"
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/migration.py:214
#, python-format
msgid ""
"Tables \"%s\" have non utf8 collation, please make sure all tables are "
"CHARSET=utf8"
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/migration.py:238
msgid ""
"The database is not under version control, but has tables. Please stamp "
"the current version of the schema manually."
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/session.py:596
msgid "DB exception wrapped."
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/session.py:665
#, python-format
msgid "Database server has gone away: %s"
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/session.py:743
msgid ""
"This application has not enabled MySQL traditional mode, which means "
"silent data corruption may occur. Please encourage the application "
"developers to enable this mode."
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/session.py:767
#, python-format
msgid "SQL connection failed. %s attempts left."
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/test_migrations.py:63
#, python-format
msgid "Got lock \"%s\""
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/test_migrations.py:66
#, python-format
msgid "Lock released \"%s\""
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/utils.py:58
msgid "Sort key supplied was not valid."
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/utils.py:97
msgid "Id not in sort_keys; is sort_keys unique?"
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/utils.py:119
msgid "Unknown sort direction, must be 'desc' or 'asc'"
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/utils.py:194
#, python-format
msgid ""
"Please specify column %s in col_name_col_instance param. It is required "
"because column has unsupported type by sqlite)."
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/utils.py:200
#, python-format
msgid ""
"col_name_col_instance param has wrong type of column instance for column "
"%s It should be instance of sqlalchemy.Column."
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/utils.py:280
#, python-format
msgid "Deleting duplicated row with id: %(id)s from table: %(table)s"
msgstr ""
#: sahara/openstack/common/db/sqlalchemy/utils.py:301
msgid "Unsupported id columns type"
msgstr ""