1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
|
# Translations template for ironic.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the ironic project.
#
# Translators:
# Andi Chandler <andi@gowling.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Ironic\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-28 06:10+0000\n"
"PO-Revision-Date: 2014-08-26 03:46+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"ironic/language/en_GB/)\n"
"Language: en_GB\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ironic/common/service.py:77
#, python-format
msgid "Created RPC server for service %(service)s on host %(host)s."
msgstr "Created RPC server for service %(service)s on host %(host)s."
#: ironic/common/service.py:94
#, python-format
msgid "Stopped RPC server for service %(service)s on host %(host)s."
msgstr "Stopped RPC server for service %(service)s on host %(host)s."
#: ironic/conductor/manager.py:210
#, python-format
msgid "Successfuly started conductor with hostname %(hostname)s."
msgstr "Successfuly started conductor with hostname %(hostname)s."
#: ironic/conductor/manager.py:222
#, python-format
msgid "Successfully stopped conductor with hostname %(hostname)s."
msgstr "Successfully stopped conductor with hostname %(hostname)s."
#: ironic/conductor/manager.py:510
#, python-format
msgid "Successfully deployed node %(node)s with instance %(instance)s."
msgstr "Successfully deployed node %(node)s with instance %(instance)s."
#: ironic/conductor/manager.py:598
#, python-format
msgid "Successfully unprovisioned node %(node)s with instance %(instance)s."
msgstr "Successfully unprovisioned node %(node)s with instance %(instance)s."
#: ironic/conductor/manager.py:947
#, python-format
msgid "Successfully deleted node %(node)s."
msgstr "Successfully deleted node %(node)s."
#: ironic/conductor/utils.py:115
#, python-format
msgid "Succesfully set node %(node)s power state to %(state)s."
msgstr "Succesfully set node %(node)s power state to %(state)s."
#: ironic/drivers/modules/iscsi_deploy.py:300
#, python-format
msgid "Continuing deployment for node %(node)s, params %(params)s"
msgstr ""
#: ironic/drivers/modules/pxe.py:424
#, python-format
msgid "Deployment to node %s done"
msgstr ""
#: ironic/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor listening on %(port)s for process %(pid)d"
#: ironic/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "Created lock path: %s"
#: ironic/openstack/common/lockutils.py:251
#, python-format
msgid "Failed to remove file %(file)s"
msgstr "Failed to remove file %(file)s"
#: ironic/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
msgstr "Skipping periodic task %(task)s because its interval is negative"
#: ironic/openstack/common/periodic_task.py:131
#, python-format
msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "Skipping periodic task %(task)s because it is disabled"
#: ironic/openstack/common/service.py:176
#, python-format
msgid "Caught %s, exiting"
msgstr "Caught %s, exiting"
#: ironic/openstack/common/service.py:240
msgid "Parent process has died unexpectedly, exiting"
msgstr "Parent process has died unexpectedly, exiting"
#: ironic/openstack/common/service.py:271
#, python-format
msgid "Child caught %s, exiting"
msgstr "Child caught %s, exiting"
#: ironic/openstack/common/service.py:310
msgid "Forking too fast, sleeping"
msgstr "Forking too fast, sleeping"
#: ironic/openstack/common/service.py:329
#, python-format
msgid "Started child %d"
msgstr "Started child %d"
#: ironic/openstack/common/service.py:339
#, python-format
msgid "Starting %d workers"
msgstr "Starting %d workers"
#: ironic/openstack/common/service.py:356
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Child %(pid)d killed by signal %(sig)d"
#: ironic/openstack/common/service.py:360
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Child %(pid)s exited with status %(code)d"
#: ironic/openstack/common/service.py:399
#, python-format
msgid "Caught %s, stopping children"
msgstr "Caught %s, stopping children"
#: ironic/openstack/common/service.py:408
msgid "Wait called after thread killed. Cleaning up."
msgstr "Wait called after thread killed. Cleaning up."
#: ironic/openstack/common/service.py:424
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Waiting on %d children to exit"
|