summaryrefslogtreecommitdiff
path: root/ironic/locale/ironic-log-info.pot
blob: 1316e7925e88fe669f3dc351c384808548a568b6 (plain)
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
# Translations template for ironic.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the ironic project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ironic 2015.1.dev15\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-02-13 06:14+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"

#: ironic/cmd/api.py:54
#, python-format
msgid "Serving on http://%(host)s:%(port)s"
msgstr ""

#: ironic/cmd/api.py:56
msgid "Configuration:"
msgstr ""

#: ironic/common/driver_factory.py:138
#, python-format
msgid "Loaded the following drivers: %s"
msgstr ""

#: ironic/common/service.py:80
#, python-format
msgid "Created RPC server for service %(service)s on host %(host)s."
msgstr ""

#: ironic/common/service.py:98
#, python-format
msgid "Stopped RPC server for service %(service)s on host %(host)s."
msgstr ""

#: ironic/conductor/manager.py:260
#, python-format
msgid "Successfuly started conductor with hostname %(hostname)s."
msgstr ""

#: ironic/conductor/manager.py:279
#, python-format
msgid "Successfully stopped conductor with hostname %(hostname)s."
msgstr ""

#: ironic/conductor/manager.py:827
#, python-format
msgid ""
"During sync_power_state, node %(node)s was not found and presumed deleted"
" by another process."
msgstr ""

#: ironic/conductor/manager.py:831
#, python-format
msgid ""
"During sync_power_state, node %(node)s was already locked by another "
"process. Skip."
msgstr ""

#: ironic/conductor/manager.py:1026
#, python-format
msgid "Successfully deleted node %(node)s."
msgstr ""

#: ironic/conductor/manager.py:1095
#, python-format
msgid "No console action was triggered because the console is already %s"
msgstr ""

#: ironic/conductor/manager.py:1497
#, python-format
msgid "Successfully deployed node %(node)s with instance %(instance)s."
msgstr ""

#: ironic/conductor/manager.py:1526
#, python-format
msgid "Successfully unprovisioned node %(node)s with instance %(instance)s."
msgstr ""

#: ironic/conductor/manager.py:1601
#, python-format
msgid ""
"During sync_power_state, node %(node)s has no previous known state. "
"Recording current state '%(state)s'."
msgstr ""

#: ironic/conductor/utils.py:124
#, python-format
msgid "Succesfully set node %(node)s power state to %(state)s."
msgstr ""

#: ironic/drivers/modules/image_cache.py:128
#, python-format
msgid "Master cache miss for image %(uuid)s, starting download"
msgstr ""

#: ironic/drivers/modules/image_cache.py:269
#, python-format
msgid ""
"After cleaning up cache dir %(dir)s cache size %(actual)d is still larger"
" than threshold %(expected)d"
msgstr ""

#: ironic/drivers/modules/iscsi_deploy.py:272
#, python-format
msgid "Continuing deployment for node %(node)s, params %(params)s"
msgstr ""

#: ironic/drivers/modules/pxe.py:478 ironic/drivers/modules/ilo/deploy.py:518
#, python-format
msgid "Deployment to node %s done"
msgstr ""

#: ironic/drivers/modules/ilo/common.py:293
#, python-format
msgid "Attached virtual media %s successfully."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:311
#, python-format
msgid "Node %(uuid)s pending boot mode is %(boot_mode)s."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:323
#, python-format
msgid "Node %(uuid)s boot mode is set to %(boot_mode)s."
msgstr ""

#: ironic/drivers/modules/ilo/common.py:371
#, python-format
msgid "Setting up node %s to boot from virtual media"
msgstr ""

#: ironic/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""

#: ironic/openstack/common/periodic_task.py:120
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
msgstr ""

#: ironic/openstack/common/periodic_task.py:125
#, python-format
msgid "Skipping periodic task %(task)s because it is disabled"
msgstr ""

#: ironic/openstack/common/policy.py:275
#, python-format
msgid "Can not find policy directory: %s"
msgstr ""

#: ironic/openstack/common/service.py:174
#, python-format
msgid "Caught %s, exiting"
msgstr ""

#: ironic/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting"
msgstr ""

#: ironic/openstack/common/service.py:263
#, python-format
msgid "Child caught %s, exiting"
msgstr ""

#: ironic/openstack/common/service.py:302
msgid "Forking too fast, sleeping"
msgstr ""

#: ironic/openstack/common/service.py:321
#, python-format
msgid "Started child %d"
msgstr ""

#: ironic/openstack/common/service.py:331
#, python-format
msgid "Starting %d workers"
msgstr ""

#: ironic/openstack/common/service.py:348
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr ""

#: ironic/openstack/common/service.py:352
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr ""

#: ironic/openstack/common/service.py:391
#, python-format
msgid "Caught %s, stopping children"
msgstr ""

#: ironic/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up."
msgstr ""

#: ironic/openstack/common/service.py:416
#, python-format
msgid "Waiting on %d children to exit"
msgstr ""