source: trunk/zoo-project/zoo-kernel/locale/po/messages.po @ 720

Last change on this file since 720 was 720, checked in by djay, 9 years ago

Return Exception when the a sub-directory of the registry cannot be accessed. Update the messages.po to the one uploaded on transifex.

File size: 11.3 KB
Line 
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2015-07-01 22:23+0200\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"Language: \n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19
20#: caching.c:217 caching.c:235 caching.c:356 request_parser.c:214
21#: request_parser.c:225 request_parser.c:262 request_parser.c:441
22#: request_parser.c:537 request_parser.c:562 request_parser.c:665
23#: request_parser.c:782 request_parser.c:1112 request_parser.c:1204
24#: server_internal.c:1077 zcfg2yaml.c:38 zoo_service_loader.c:259
25#: zoo_service_loader.c:880 zoo_service_loader.c:1363
26#: zoo_service_loader.c:1559 server_internal.c:1082
27msgid "Unable to allocate memory."
28msgstr "Unable to allocate memory."
29
30#: caching.c:344
31msgid "Unable to download the file."
32msgstr "Unable to download the file."
33
34#: request_parser.c:92
35#, c-format
36msgid "The maximum allowed occurrences for <%s> (%i) was exceeded."
37msgstr "The maximum allowed occurrences for <%s> (%i) was exceeded."
38
39#: request_parser.c:113
40#, c-format
41msgid "ZOO-Kernel was unable to load your data for %s position %s."
42msgstr "ZOO-Kernel was unable to load your data for %s position %s."
43
44#: request_parser.c:124
45#, c-format
46msgid "The maximum allowed occurrences for <%s> is one."
47msgstr "The maximum allowed occurrences for <%s> is one."
48
49#: request_parser.c:315
50#, c-format
51msgid "Unable to find a valid protocol to download the remote file %s"
52msgstr "Unable to find a valid protocol to download the remote file %s"
53
54#: request_parser.c:403 request_parser.c:414
55msgid "Unable to allocate memory"
56msgstr "Unable to allocate memory"
57
58#: request_parser.c:613
59msgid "Unable to add a request in the queue."
60msgstr "Unable to add a request in the queue."
61
62#: request_parser.c:1021
63msgid "Unable to append maps to maps."
64msgstr "Unable to append maps to maps."
65
66#: request_parser.c:1291
67msgid "Duplicate <Output> elements in WPS Execute request"
68msgstr "Duplicate <Output> elements in WPS Execute request"
69
70#: request_parser.c:1487
71#, c-format
72msgid ""
73"The <%s> parameter has a size limit (%s MB) defined in the ZOO "
74"ServicesProvider configuration file, but the reference you provided exceeds "
75"this limit (%f MB)."
76msgstr ""
77"The <%s> parameter has a size limit (%s MB) defined in the ZOO "
78"ServicesProvider configuration file, but the reference you provided exceeds "
79"this limit (%f MB)."
80
81#: request_parser.c:1519
82#, c-format
83msgid ""
84"The <%s> argument was not specified in DataInputs but is required according "
85"to the ZOO ServicesProvider configuration file."
86msgstr ""
87"The <%s> argument was not specified in DataInputs but is required according "
88"to the ZOO ServicesProvider configuration file."
89
90#: request_parser.c:1545
91#, c-format
92msgid ""
93"The <%s> argument specified as %s identifier was not recognized (not defined "
94"in the ZOO Configuration File)."
95msgstr ""
96"The <%s> argument specified as %s identifier was not recognized (not defined "
97"in the ZOO Configuration File)."
98
99#: request_parser.c:1663
100#, c-format
101msgid "Mandatory parameter <%s> was not specified"
102msgstr "Mandatory parameter <%s> was not specified"
103
104#: request_parser.c:1712
105#, c-format
106msgid "The value <%s> was not recognized, %s %s the only acceptable value."
107msgstr "The value <%s> was not recognized, %s %s the only acceptable value."
108
109#: request_parser.c:1715
110msgid "is"
111msgstr "is"
112
113#: request_parser.c:1727
114msgid "are"
115msgstr "are"
116
117#: response_print.c:1628
118#, c-format
119msgid "The service \"%s\" ran successfully."
120msgstr "The service \"%s\" ran successfully."
121
122#: response_print.c:1636
123#, c-format
124msgid ""
125"The ZOO service \"%s\" is currently running. Please reload this document to "
126"get the up-to-date status of the service."
127msgstr ""
128"The ZOO service \"%s\" is currently running. Please reload this document to "
129"get the up-to-date status of the service."
130
131#: response_print.c:1642
132#, c-format
133msgid ""
134"The service \"%s\" was accepted by the ZOO kernel and is running as a "
135"background task. Please access the URL in the statusLocation attribute "
136"provided in this document to get the up-to-date status and results."
137msgstr ""
138"The service \"%s\" was accepted by the ZOO kernel and is running as a "
139"background task. Please access the URL in the statusLocation attribute "
140"provided in this document to get the up-to-date status and results."
141
142#: response_print.c:1659
143msgid "No more information available"
144msgstr "No more information available"
145
146#: response_print.c:1666
147#, c-format
148msgid "error code not know : %i\n"
149msgstr "error code not know : %i\n"
150
151#: response_print.c:1758
152msgid "Lock failed."
153msgstr "Lock failed."
154
155#: response_print.c:1771
156#, c-format
157msgid "Unable to create the file \"%s\" for storing the ExecuteResponse."
158msgstr "Unable to create the file \"%s\" for storing the ExecuteResponse."
159
160#: response_print.c:2288
161msgid "No debug message available"
162msgstr "No debug message available"
163
164#: response_print.c:2376
165#, c-format
166msgid "Unable to create the file \"%s\" for storing the session maps."
167msgstr "Unable to create the file \"%s\" for storing the session maps."
168
169#: response_print.c:2392
170msgid ""
171"Unable to run the Service. The message returned back by the Service was the "
172"following: "
173msgstr ""
174"Unable to run the Service. The message returned back by the Service was the "
175"following: "
176
177#: response_print.c:2393
178#, c-format
179msgid ""
180"Unable to run the Service. The message returned back by the Service was the "
181"following: %s"
182msgstr ""
183"Unable to run the Service. The message returned back by the Service was the "
184"following: %s"
185
186#: response_print.c:2396 response_print.c:2397
187msgid ""
188"Unable to run the Service. No more information was returned back by the "
189"Service."
190msgstr ""
191"Unable to run the Service. No more information was returned back by the "
192"Service."
193
194#: response_print.c:2484
195#, c-format
196msgid "Unable to create the file \"%s\" for storing the %s final result."
197msgstr "Unable to create the file \"%s\" for storing the %s final result."
198
199#: response_print.c:2570
200#, c-format
201msgid ""
202"Wrong RawDataOutput parameter: unable to fetch any result for the given "
203"parameter name: \"%s\"."
204msgstr ""
205"Wrong RawDataOutput parameter: unable to fetch any result for the given "
206"parameter name: \"%s\"."
207
208#: server_internal.c:869 server_internal.c:946
209msgid ""
210"The JobID from the request does not match any of the Jobs running on this "
211"server"
212msgstr ""
213"The JobID from the request does not match any of the Jobs running on this "
214"server"
215
216#: server_internal.c:875 server_internal.c:907
217msgid "The result for the requested JobID has not yet been generated. "
218msgstr "The result for the requested JobID has not yet been generated. "
219
220#: server_internal.c:988
221msgid "The job cannot be removed, a file cannot be removed"
222msgstr "The job cannot be removed, a file cannot be removed"
223
224#: server_internal.c:1088 zoo_service_loader.c:276 zoo_service_loader.c:1384
225#: zoo_service_loader.c:1427 server_internal.c:1093
226#, c-format
227msgid "Unable to parse the ZCFG file: %s (%s)"
228msgstr "Unable to parse the ZCFG file: %s (%s)"
229
230#: server_internal.c:1091 zoo_service_loader.c:279 zoo_service_loader.c:1389
231#: zoo_service_loader.c:1431 server_internal.c:1096
232#, c-format
233msgid "Unable to parse the ZCFG file: %s."
234msgstr "Unable to parse the ZCFG file: %s."
235
236#: service_internal_ms.c:136
237msgid "Unable to find any mapserverAddress defined in the main.cfg file"
238msgstr "Unable to find any mapserverAddress defined in the main.cfg file"
239
240#: service_internal_php.c:227
241#, c-format
242msgid "Unable to load the PHP file %s"
243msgstr "Unable to load the PHP file %s"
244
245#: service_internal_python.c:316
246#, c-format
247msgid "Python module %s cannot be loaded. Message: %s\n"
248msgstr "Python module %s cannot be loaded. Message: %s\n"
249
250#: service_internal_python.c:355
251#, c-format
252msgid ""
253"%s\n"
254"Unable to run your python process properly. Please check the following "
255"messages : %s"
256msgstr ""
257"%s\n"
258"Unable to run your python process properly. Please check the following "
259"messages : %s"
260
261#: service_internal_python.c:361
262#, c-format
263msgid ""
264"%s \n"
265" Unable to run your python process properly. Unable to provide any futher "
266"informations."
267msgstr ""
268"%s \n"
269" Unable to run your python process properly. Unable to provide any futher "
270"informations."
271
272#: zoo_service_loader.c:352
273#, c-format
274msgid "ZOO Kernel failed to process your request, receiving signal %d = %s"
275msgstr "ZOO Kernel failed to process your request, receiving signal %d = %s"
276
277#: zoo_service_loader.c:527
278#, c-format
279msgid "Error occured while running the %s function: %s"
280msgstr "Error occured while running the %s function: %s"
281
282#: zoo_service_loader.c:578
283#, c-format
284msgid "Unable to load C Library %s"
285msgstr "Unable to load C Library %s"
286
287#: zoo_service_loader.c:672
288#, c-format
289msgid ""
290"Programming Language (%s) set in ZCFG file is not currently supported by ZOO "
291"Kernel.\n"
292msgstr ""
293"Programming Language (%s) set in ZCFG file is not currently supported by ZOO "
294"Kernel.\n"
295
296#: zoo_service_loader.c:737
297msgid "Unable to cache HTTP POST Execute request."
298msgstr "Unable to cache HTTP POST Execute request."
299
300#: zoo_service_loader.c:895
301msgid "Unable to load the main.cfg file."
302msgstr "Unable to load the main.cfg file."
303
304#: zoo_service_loader.c:940
305#, c-format
306msgid "The value %s is not supported for the <language> parameter"
307msgstr "The value %s is not supported for the <language> parameter"
308
309#: zoo_service_loader.c:1238
310msgid "The specified path path does not exist."
311msgstr "The specified path path does not exist."
312
313#: zoo_service_loader.c:1303
314#, c-format
315msgid ""
316"Unable to parse the ZCFG file for the following ZOO-Service: %s. Message: %s"
317msgstr ""
318"Unable to parse the ZCFG file for the following ZOO-Service: %s. Message: %s"
319
320#: zoo_service_loader.c:1308
321#, c-format
322msgid "Unable to parse the ZCFG file for the following ZOO-Service: %s."
323msgstr "Unable to parse the ZCFG file for the following ZOO-Service: %s."
324
325#: zoo_service_loader.c:1534
326msgid "Unable to run Execute request using the GET HTTP method"
327msgstr "Unable to run Execute request using the GET HTTP method"
328
329#: zoo_service_loader.c:1606
330#, c-format
331msgid ""
332"The value for <identifier> seems to be wrong (%s). Please specify one of the "
333"processes in the list returned by a GetCapabilities request."
334msgstr ""
335"The value for <identifier> seems to be wrong (%s). Please specify one of the "
336"processes in the list returned by a GetCapabilities request."
337
338#: zoo_service_loader.c:1733
339msgid ""
340"The status parameter cannot be set to true if storeExecuteResponse is set to "
341"false. Please modify your request parameters."
342msgstr ""
343"The status parameter cannot be set to true if storeExecuteResponse is set to "
344"false. Please modify your request parameters."
345
346#: zoo_service_loader.c:1761
347msgid "The process does not permit the desired execution mode."
348msgstr "The process does not permit the desired execution mode."
349
350#: zoo_service_loader.c:1837
351msgid "No message provided"
352msgstr "No message provided"
353
354#: zoo_service_loader.c:1995
355msgid "Initializing"
356msgstr "Initializing"
357
358#: zoo_service_loader.c:2142
359msgid "Unable to run the child process properly"
360msgstr "Unable to run the child process properly"
Note: See TracBrowser for help on using the repository browser.

Search

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png