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
|
# Translations template for trove.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the trove project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: trove 2015.1.dev1.g9ea915c\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-04-20 12:06+0200\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"
#: trove/instance/models.py:629
#, python-format
msgid "Resetting task status to NONE on instance %s."
msgstr ""
#: trove/instance/models.py:857
#, python-format
msgid "Resizing instance %(instance_id)s flavor to %(flavor_id)s."
msgstr ""
#: trove/instance/models.py:894
#, python-format
msgid "Resizing volume of instance %s."
msgstr ""
#: trove/instance/models.py:917
#, python-format
msgid "Rebooting instance %s."
msgstr ""
#: trove/instance/models.py:925
#, python-format
msgid "Restarting datastore on instance %s."
msgstr ""
#: trove/instance/models.py:939
#, python-format
msgid "Detaching instance %s from its replication source."
msgstr ""
#: trove/instance/models.py:948
#, python-format
msgid "Promoting instance %s to replication source."
msgstr ""
#: trove/instance/models.py:963
#, python-format
msgid "Ejecting replica source %s from it's replication set."
msgstr ""
#: trove/instance/models.py:986
#, python-format
msgid "Migrating instance id = %(instance_id)s to host = %(host)s."
msgstr ""
#: trove/instance/service.py:92
#, python-format
msgid ""
"Performing %(action_name)s action against instance %(instance_id)s for "
"tenant '%(tenant_id)s'"
msgstr ""
#: trove/instance/service.py:147
#, python-format
msgid "Listing database instances for tenant '%s'"
msgstr ""
#: trove/instance/service.py:160
#, python-format
msgid "Listing backups for instance '%s'"
msgstr ""
#: trove/instance/service.py:172
#, python-format
msgid "Showing database instance '%(instance_id)s' for tenant '%(tenant_id)s'"
msgstr ""
#: trove/instance/service.py:185
#, python-format
msgid "Deleting database instance '%(instance_id)s' for tenant '%(tenant_id)s'"
msgstr ""
#: trove/instance/service.py:198
#, python-format
msgid "Creating a database instance for tenant '%s'"
msgstr ""
#: trove/instance/service.py:281
#, python-format
msgid "Updating database instance '%(instance_id)s' for tenant '%(tenant_id)s'"
msgstr ""
#: trove/instance/service.py:300
#, python-format
msgid "Editing instance for tenant id %s."
msgstr ""
#: trove/instance/service.py:320
#, python-format
msgid "Getting default configuration for instance %s"
msgstr ""
#: trove/openstack/common/eventlet_backdoor.py:147
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr ""
#: trove/openstack/common/service.py:174
#, python-format
msgid "Caught %s, exiting"
msgstr ""
#: trove/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting"
msgstr ""
#: trove/openstack/common/service.py:263
#, python-format
msgid "Child caught %s, exiting"
msgstr ""
#: trove/openstack/common/service.py:302
msgid "Forking too fast, sleeping"
msgstr ""
#: trove/openstack/common/service.py:321
#, python-format
msgid "Started child %d"
msgstr ""
#: trove/openstack/common/service.py:331
#, python-format
msgid "Starting %d workers"
msgstr ""
#: trove/openstack/common/service.py:348
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr ""
#: trove/openstack/common/service.py:352
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr ""
#: trove/openstack/common/service.py:391
#, python-format
msgid "Caught %s, stopping children"
msgstr ""
#: trove/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
#: trove/openstack/common/service.py:416
#, python-format
msgid "Waiting on %d children to exit"
msgstr ""
|