hammer_cli_foreman_remote_execution 0.0.6 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +5 -4
  3. data/.tx/config +8 -0
  4. data/hammer_cli_foreman_remote_execution.gemspec +3 -3
  5. data/lib/hammer_cli_foreman_remote_execution.rb +2 -0
  6. data/lib/hammer_cli_foreman_remote_execution/interface_extensions.rb +30 -0
  7. data/lib/hammer_cli_foreman_remote_execution/job_invocation.rb +122 -25
  8. data/lib/hammer_cli_foreman_remote_execution/job_template.rb +1 -0
  9. data/lib/hammer_cli_foreman_remote_execution/subnet_extensions.rb +16 -0
  10. data/lib/hammer_cli_foreman_remote_execution/template_input.rb +10 -2
  11. data/lib/hammer_cli_foreman_remote_execution/version.rb +1 -1
  12. data/locale/README.md +2 -2
  13. data/locale/de/hammer-cli-foreman-remote-execution.po +262 -0
  14. data/locale/en/hammer-cli-foreman-remote-execution.po +49 -1
  15. data/locale/es/hammer-cli-foreman-remote-execution.po +262 -0
  16. data/locale/fr/hammer-cli-foreman-remote-execution.po +262 -0
  17. data/locale/hammer-cli-foreman-remote-execution.pot +105 -33
  18. data/locale/it/hammer-cli-foreman-remote-execution.po +261 -0
  19. data/locale/ja/hammer-cli-foreman-remote-execution.po +262 -0
  20. data/locale/ko/hammer-cli-foreman-remote-execution.po +262 -0
  21. data/locale/pt_BR/hammer-cli-foreman-remote-execution.po +263 -0
  22. data/locale/ru/hammer-cli-foreman-remote-execution.po +264 -0
  23. data/locale/zh_CN/hammer-cli-foreman-remote-execution.po +263 -0
  24. data/locale/zh_TW/hammer-cli-foreman-remote-execution.po +263 -0
  25. data/test/data/1.16/foreman_api.json +1 -0
  26. data/test/data/1.17/foreman_api.json +1 -0
  27. data/test/unit/foreign_input_set_test.rb +1 -1
  28. data/test/unit/job_invocation_test.rb +27 -5
  29. data/test/unit/job_template_test.rb +1 -1
  30. data/test/unit/remote_execution_feature_test.rb +1 -1
  31. data/test/unit/template_input_test.rb +9 -1
  32. metadata +27 -11
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer-cli-foreman-remote-execution 0.0.4\n"
9
+ "Project-Id-Version: hammer-cli-foreman-remote-execution 0.1.1\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2016-02-11 13:44-0500\n"
12
- "PO-Revision-Date: 2016-02-11 13:44-0500\n"
11
+ "POT-Creation-Date: 2019-02-26 10:44-0500\n"
12
+ "PO-Revision-Date: 2019-02-26 10:44-0500\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -25,8 +25,10 @@ msgstr ""
25
25
 
26
26
  #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:8
27
27
  #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:18
28
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:7
28
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:13
29
29
  #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:7
30
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:8
31
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:19
30
32
  #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:8
31
33
  #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:18
32
34
  msgid "ID"
@@ -44,6 +46,8 @@ msgstr ""
44
46
 
45
47
  #: ../lib/hammer_cli_foreman_remote_execution/foreign_input_set.rb:19
46
48
  #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:8
49
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:9
50
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:21
47
51
  #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:9
48
52
  #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:19
49
53
  msgid "Name"
@@ -85,96 +89,122 @@ msgstr ""
85
89
  msgid "Could not delete the input set"
86
90
  msgstr ""
87
91
 
88
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:8
92
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:14
93
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:10
94
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:22
89
95
  msgid "Description"
90
96
  msgstr ""
91
97
 
92
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:9
98
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:15
93
99
  msgid "Status"
94
100
  msgstr ""
95
101
 
96
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:10
102
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:16
97
103
  msgid "Success"
98
104
  msgstr ""
99
105
 
100
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:11
106
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:17
101
107
  msgid "Failed"
102
108
  msgstr ""
103
109
 
104
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:12
110
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:18
105
111
  msgid "Pending"
106
112
  msgstr ""
107
113
 
108
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:13
114
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:19
109
115
  msgid "Total"
110
116
  msgstr ""
111
117
 
112
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:14
118
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:20
113
119
  msgid "Start"
114
120
  msgstr ""
115
121
 
116
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:26
122
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:33
117
123
  #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:9
118
124
  msgid "Job Category"
119
125
  msgstr ""
120
126
 
121
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:27
127
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:34
122
128
  msgid "Mode"
123
129
  msgstr ""
124
130
 
125
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:28
131
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:35
126
132
  msgid "Cron line"
127
133
  msgstr ""
128
134
 
129
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:29
135
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:36
130
136
  msgid "Recurring logic ID"
131
137
  msgstr ""
132
138
 
133
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:30
139
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:37
134
140
  msgid "Hosts"
135
141
  msgstr ""
136
142
 
137
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:45
143
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:52
138
144
  msgid "View the output for a host"
139
145
  msgstr ""
140
146
 
141
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:47
147
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:54
142
148
  msgid "Do not wait for job to complete, shows current output only"
143
149
  msgstr ""
144
150
 
145
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:73
151
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:70
152
+ msgid "The job is scheduled to start at %{timestamp}"
153
+ msgstr ""
154
+
155
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:102
146
156
  msgid "Job invocation %{id} created"
147
157
  msgstr ""
148
158
 
149
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:76
159
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:105
150
160
  msgid "Schedule the execution for a later time"
151
161
  msgstr ""
152
162
 
153
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:79
163
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:108
154
164
  msgid "Execution should be cancelled if it cannot be started before --start-at"
155
165
  msgstr ""
156
166
 
157
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:83
167
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:112
158
168
  msgid "Create a recurring execution"
159
169
  msgstr ""
160
170
 
161
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:85
171
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:114
162
172
  msgid "Perform no more executions after this time, used with --cron-line"
163
173
  msgstr ""
164
174
 
165
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:89
175
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:118
166
176
  msgid "Specify inputs from command line"
167
177
  msgstr ""
168
178
 
169
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:93
179
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:122
170
180
  msgid "Read input values from files"
171
181
  msgstr ""
172
182
 
173
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:96
183
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:125
174
184
  msgid "Dynamic search queries are evaluated at run time"
175
185
  msgstr ""
176
186
 
177
- #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:148
187
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:168
188
+ msgid "Cancel the job"
189
+ msgstr ""
190
+
191
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:169
192
+ msgid "Job invocation %{id} cancelled"
193
+ msgstr ""
194
+
195
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:170
196
+ msgid "Could not cancel the job invocation"
197
+ msgstr ""
198
+
199
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:180
200
+ msgid "Rerun the job"
201
+ msgstr ""
202
+
203
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:181
204
+ msgid "Job invocation was rerun as %{id}"
205
+ msgstr ""
206
+
207
+ #: ../lib/hammer_cli_foreman_remote_execution/job_invocation.rb:202
178
208
  msgid "Manage job invocations"
179
209
  msgstr ""
180
210
 
@@ -195,7 +225,7 @@ msgid "View job template content"
195
225
  msgstr ""
196
226
 
197
227
  #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:46
198
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:59
228
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:88
199
229
  msgid "Path to a file that contains the template"
200
230
  msgstr ""
201
231
 
@@ -207,23 +237,39 @@ msgstr ""
207
237
  msgid "Could not create the job template"
208
238
  msgstr ""
209
239
 
210
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:63
240
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:62
241
+ msgid "Path to a file that contains the template - must include ERB metadata"
242
+ msgstr ""
243
+
244
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:66
245
+ msgid "Job template imported"
246
+ msgstr ""
247
+
248
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:67
249
+ msgid "Could not import the job template"
250
+ msgstr ""
251
+
252
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:78
253
+ msgid "Export a template including all metadata"
254
+ msgstr ""
255
+
256
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:92
211
257
  msgid "Job template updated"
212
258
  msgstr ""
213
259
 
214
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:64
260
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:93
215
261
  msgid "Could not update the job template"
216
262
  msgstr ""
217
263
 
218
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:72
264
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:101
219
265
  msgid "Job template deleted"
220
266
  msgstr ""
221
267
 
222
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:73
268
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:102
223
269
  msgid "Could not delete the job template"
224
270
  msgstr ""
225
271
 
226
- #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:92
272
+ #: ../lib/hammer_cli_foreman_remote_execution/job_template.rb:121
227
273
  msgid "Manage job templates"
228
274
  msgstr ""
229
275
 
@@ -243,6 +289,32 @@ msgid ""
243
289
  " e. is day of week (range: 0-6)"
244
290
  msgstr ""
245
291
 
292
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:4
293
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:40
294
+ msgid "Manage remote execution features"
295
+ msgstr ""
296
+
297
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:11
298
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:23
299
+ msgid "Job template name"
300
+ msgstr ""
301
+
302
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:20
303
+ msgid "Label"
304
+ msgstr ""
305
+
306
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:24
307
+ msgid "Job template ID"
308
+ msgstr ""
309
+
310
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:31
311
+ msgid "Remote execution feature updated"
312
+ msgstr ""
313
+
314
+ #: ../lib/hammer_cli_foreman_remote_execution/remote_execution_feature.rb:32
315
+ msgid "Could not update the remote execution feature"
316
+ msgstr ""
317
+
246
318
  #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:4
247
319
  #: ../lib/hammer_cli_foreman_remote_execution/template_input.rb:48
248
320
  msgid "Manage template inputs"
@@ -0,0 +1,261 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer_cli_foreman_tasks package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: hammer-cli-foreman-remote-execution 0.2.0\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "PO-Revision-Date: 2016-02-18 10:36-0500\n"
11
+ "Last-Translator: Dominic Cleal <dominic@cleal.org>, 2017\n"
12
+ "Language-Team: Italian (https://www.transifex.com/foreman/teams/114/it/)\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Language: it\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ msgid "Manage foreign input sets"
20
+ msgstr ""
21
+
22
+ msgid "ID"
23
+ msgstr "ID"
24
+
25
+ #, fuzzy
26
+ msgid "Target template ID"
27
+ msgstr "ID"
28
+
29
+ msgid "Target template name"
30
+ msgstr ""
31
+
32
+ msgid "Name"
33
+ msgstr "Nome"
34
+
35
+ msgid "Include all"
36
+ msgstr ""
37
+
38
+ msgid "Include"
39
+ msgstr ""
40
+
41
+ msgid "Exclude"
42
+ msgstr ""
43
+
44
+ msgid "Foreign input set updated"
45
+ msgstr ""
46
+
47
+ msgid "Could not update the input set"
48
+ msgstr ""
49
+
50
+ msgid "Foreign input set created"
51
+ msgstr ""
52
+
53
+ msgid "Could not create the input set"
54
+ msgstr ""
55
+
56
+ msgid "Foreign input set deleted"
57
+ msgstr ""
58
+
59
+ msgid "Could not delete the input set"
60
+ msgstr ""
61
+
62
+ msgid "Description"
63
+ msgstr ""
64
+
65
+ #, fuzzy
66
+ msgid "Status"
67
+ msgstr "Stato"
68
+
69
+ msgid "Success"
70
+ msgstr ""
71
+
72
+ msgid "Failed"
73
+ msgstr ""
74
+
75
+ msgid "Pending"
76
+ msgstr ""
77
+
78
+ msgid "Total"
79
+ msgstr ""
80
+
81
+ #, fuzzy
82
+ msgid "Start"
83
+ msgstr "Stato"
84
+
85
+ msgid "Job Category"
86
+ msgstr ""
87
+
88
+ msgid "Mode"
89
+ msgstr ""
90
+
91
+ msgid "Cron line"
92
+ msgstr ""
93
+
94
+ #, fuzzy
95
+ msgid "Recurring logic ID"
96
+ msgstr "ID"
97
+
98
+ msgid "Hosts"
99
+ msgstr ""
100
+
101
+ msgid "View the output for a host"
102
+ msgstr ""
103
+
104
+ msgid "Do not wait for job to complete, shows current output only"
105
+ msgstr ""
106
+
107
+ msgid "The job is scheduled to start at %{timestamp}"
108
+ msgstr ""
109
+
110
+ msgid "Job invocation %{id} created"
111
+ msgstr ""
112
+
113
+ msgid "Schedule the execution for a later time"
114
+ msgstr ""
115
+
116
+ msgid "Execution should be cancelled if it cannot be started before --start-at"
117
+ msgstr ""
118
+
119
+ msgid "Create a recurring execution"
120
+ msgstr ""
121
+
122
+ msgid "Perform no more executions after this time, used with --cron-line"
123
+ msgstr ""
124
+
125
+ msgid "Specify inputs from command line"
126
+ msgstr ""
127
+
128
+ msgid "Read input values from files"
129
+ msgstr ""
130
+
131
+ msgid "Dynamic search queries are evaluated at run time"
132
+ msgstr ""
133
+
134
+ msgid "Cancel the job"
135
+ msgstr ""
136
+
137
+ msgid "Job invocation %{id} cancelled"
138
+ msgstr ""
139
+
140
+ msgid "Could not cancel the job invocation"
141
+ msgstr ""
142
+
143
+ msgid "Rerun the job"
144
+ msgstr ""
145
+
146
+ msgid "Job invocation was rerun as %{id}"
147
+ msgstr ""
148
+
149
+ msgid "Manage job invocations"
150
+ msgstr ""
151
+
152
+ msgid "Provider"
153
+ msgstr ""
154
+
155
+ msgid "Type"
156
+ msgstr ""
157
+
158
+ msgid "Inputs"
159
+ msgstr ""
160
+
161
+ msgid "View job template content"
162
+ msgstr ""
163
+
164
+ msgid "Path to a file that contains the template"
165
+ msgstr ""
166
+
167
+ msgid "Job template created"
168
+ msgstr ""
169
+
170
+ msgid "Could not create the job template"
171
+ msgstr ""
172
+
173
+ msgid "Path to a file that contains the template - must include ERB metadata"
174
+ msgstr ""
175
+
176
+ msgid "Job template imported"
177
+ msgstr ""
178
+
179
+ msgid "Could not import the job template"
180
+ msgstr ""
181
+
182
+ msgid "Export a template including all metadata"
183
+ msgstr ""
184
+
185
+ msgid "Job template updated"
186
+ msgstr ""
187
+
188
+ msgid "Could not update the job template"
189
+ msgstr ""
190
+
191
+ msgid "Job template deleted"
192
+ msgstr ""
193
+
194
+ msgid "Could not delete the job template"
195
+ msgstr ""
196
+
197
+ msgid "Manage job templates"
198
+ msgstr ""
199
+
200
+ msgid ""
201
+ "Comma-separated list of key=file, where file is a path to a text file to be re"
202
+ "ad"
203
+ msgstr ""
204
+
205
+ msgid ""
206
+ "Cron line format 'a b c d e', where:\n"
207
+ " a. is minute (range: 0-59)\n"
208
+ " b. is hour (range: 0-23)\n"
209
+ " c. is day of month (range: 1-31)\n"
210
+ " d. is month (range: 1-12)\n"
211
+ " e. is day of week (range: 0-6)"
212
+ msgstr ""
213
+
214
+ msgid "Manage remote execution features"
215
+ msgstr ""
216
+
217
+ msgid "Job template name"
218
+ msgstr ""
219
+
220
+ msgid "Label"
221
+ msgstr ""
222
+
223
+ #, fuzzy
224
+ msgid "Job template ID"
225
+ msgstr "ID"
226
+
227
+ msgid "Remote execution feature updated"
228
+ msgstr ""
229
+
230
+ msgid "Could not update the remote execution feature"
231
+ msgstr ""
232
+
233
+ msgid "Manage template inputs"
234
+ msgstr ""
235
+
236
+ msgid "Input type"
237
+ msgstr ""
238
+
239
+ msgid "Fact name"
240
+ msgstr ""
241
+
242
+ msgid "Variable name"
243
+ msgstr ""
244
+
245
+ msgid "Puppet parameter name"
246
+ msgstr ""
247
+
248
+ msgid "Options"
249
+ msgstr ""
250
+
251
+ msgid "Template input created"
252
+ msgstr ""
253
+
254
+ msgid "Could not create the template input"
255
+ msgstr ""
256
+
257
+ msgid "Template input deleted"
258
+ msgstr ""
259
+
260
+ msgid "Could not delete the template input"
261
+ msgstr ""