2.7.0
[platform/upstream/glib.git] / po / ca.po
1 # glib translation to Catalan.
2 # Copyright © 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
3 # Softcatalà <info@softcatala.org>, 2001.
4 # Jordi Mallach <jordi@sindominio.net>, 2002, 2003, 2004, 2005
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: glib 2.6.1\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2005-06-10 11:24-0400\n"
11 "PO-Revision-Date: 2005-01-14 10:51+0100\n"
12 "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
13 "Language-Team: Catalan <tradgnome@softcatala.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: glib/gconvert.c:406
19 #, c-format
20 msgid "Conversion from character set '%s' to '%s' is not supported"
21 msgstr "No es permet la conversió del joc de caràcters de «%s» a «%s»"
22
23 #: glib/gconvert.c:410
24 #, c-format
25 msgid "Could not open converter from '%s' to '%s'"
26 msgstr "No s'ha pogut obrir el convertidor de «%s» a «%s»"
27
28 #: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319
29 #: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911
30 #: glib/gutf8.c:1361
31 msgid "Invalid byte sequence in conversion input"
32 msgstr "Seqüència de bytes invàlida en l'entrada de conversió"
33
34 #: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326
35 #: glib/giochannel.c:2215
36 #, c-format
37 msgid "Error during conversion: %s"
38 msgstr "S'ha produït un error durant la conversió: %s"
39
40 #: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
41 #: glib/gutf8.c:1357
42 msgid "Partial character sequence at end of input"
43 msgstr "Seqüència de caràcters parcial al final de l'entrada"
44
45 #: glib/gconvert.c:817
46 #, c-format
47 msgid "Cannot convert fallback '%s' to codeset '%s'"
48 msgstr "No es pot convertir el \"fallback\" «%s» al joc de codis «%s»"
49
50 #: glib/gconvert.c:1619
51 #, c-format
52 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
53 msgstr "L'URI «%s» no és un URI absolut que utilitzi l'esquema «file»"
54
55 #: glib/gconvert.c:1629
56 #, c-format
57 msgid "The local file URI '%s' may not include a '#'"
58 msgstr "Pot ser que l'URI del fitxer local «%s» no inclogui cap «#»"
59
60 #: glib/gconvert.c:1646
61 #, c-format
62 msgid "The URI '%s' is invalid"
63 msgstr "L'URI «%s» no és vàlid"
64
65 #: glib/gconvert.c:1658
66 #, c-format
67 msgid "The hostname of the URI '%s' is invalid"
68 msgstr "El nom de l'ordinador central de l'URI «%s» no és vàlid"
69
70 #: glib/gconvert.c:1674
71 #, c-format
72 msgid "The URI '%s' contains invalidly escaped characters"
73 msgstr "L'URI «%s» conté caràcters d'escapada invàlids"
74
75 #: glib/gconvert.c:1768
76 #, c-format
77 msgid "The pathname '%s' is not an absolute path"
78 msgstr "El nom de camí «%s» no és un camí absolut"
79
80 #: glib/gconvert.c:1778
81 msgid "Invalid hostname"
82 msgstr "Nom de l'ordinador central invàlid"
83
84 #: glib/gdir.c:121 glib/gdir.c:141
85 #, c-format
86 msgid "Error opening directory '%s': %s"
87 msgstr "S'ha produït un error en obrir el directori «%s»: %s"
88
89 #: glib/gfileutils.c:504 glib/gfileutils.c:577
90 #, c-format
91 msgid "Could not allocate %lu bytes to read file \"%s\""
92 msgstr "No s'ha pogut assignar %lu bytes per a llegir el fitxer «%s»"
93
94 #: glib/gfileutils.c:519
95 #, c-format
96 msgid "Error reading file '%s': %s"
97 msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
98
99 #: glib/gfileutils.c:601
100 #, c-format
101 msgid "Failed to read from file '%s': %s"
102 msgstr "No s'ha pogut llegir des del fitxer «%s»: %s"
103
104 #: glib/gfileutils.c:652 glib/gfileutils.c:739
105 #, c-format
106 msgid "Failed to open file '%s': %s"
107 msgstr "No s'ha pogut obrir el fitxer «%s»: %s"
108
109 #: glib/gfileutils.c:669
110 #, c-format
111 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
112 msgstr ""
113 "No s'ha pogut obtenir els atributs del fitxer «%s»: fstat() ha fallat: %s"
114
115 #: glib/gfileutils.c:703
116 #, c-format
117 msgid "Failed to open file '%s': fdopen() failed: %s"
118 msgstr "No s'ha pogut obrir el fitxer «%s»: fdopen() ha fallat: %s"
119
120 #: glib/gfileutils.c:837
121 #, fuzzy, c-format
122 msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
123 msgstr "No s'ha pogut obrir el fitxer «%s»: fdopen() ha fallat: %s"
124
125 #: glib/gfileutils.c:880
126 #, fuzzy, c-format
127 msgid "Could not change file mode: fork() failed: %s"
128 msgstr "No s'ha pogut obrir el fitxer «%s»: fdopen() ha fallat: %s"
129
130 #: glib/gfileutils.c:911
131 #, fuzzy, c-format
132 msgid "Could not change file mode: waitpid() failed: %s"
133 msgstr "No s'ha pogut assignar %lu bytes per a llegir el fitxer «%s»"
134
135 #: glib/gfileutils.c:930
136 #, fuzzy, c-format
137 msgid "Could not change file mode: chmod() failed: %s"
138 msgstr "No s'ha pogut obrir el fitxer «%s»: fdopen() ha fallat: %s"
139
140 #: glib/gfileutils.c:941
141 #, c-format
142 msgid "Could not change file mode: Child terminated by signal: %s"
143 msgstr ""
144
145 #: glib/gfileutils.c:952
146 msgid "Could not change file mode: Child terminated abnormally"
147 msgstr ""
148
149 #: glib/gfileutils.c:986 glib/gfileutils.c:1452
150 #, c-format
151 msgid "Failed to create file '%s': %s"
152 msgstr "No s'ha pogut crear el fitxer «%s»: %s"
153
154 #: glib/gfileutils.c:1008
155 #, fuzzy, c-format
156 msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
157 msgstr "No s'ha pogut obrir el fitxer «%s»: fdopen() ha fallat: %s"
158
159 #: glib/gfileutils.c:1033
160 #, fuzzy, c-format
161 msgid "Failed to write file '%s': fwrite() failed: %s"
162 msgstr "No s'ha pogut obrir el fitxer «%s»: fdopen() ha fallat: %s"
163
164 #: glib/gfileutils.c:1052
165 #, fuzzy, c-format
166 msgid "Failed to close file '%s': fclose() failed: %s"
167 msgstr "No s'ha pogut obrir el fitxer «%s»: fdopen() ha fallat: %s"
168
169 #: glib/gfileutils.c:1170
170 #, c-format
171 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
172 msgstr ""
173
174 #: glib/gfileutils.c:1413
175 #, c-format
176 msgid "Template '%s' invalid, should not contain a '%s'"
177 msgstr "La plantilla «%s» no és vàlida, no pot contenir cap «%s»"
178
179 #: glib/gfileutils.c:1427
180 #, c-format
181 msgid "Template '%s' doesn't end with XXXXXX"
182 msgstr "La plantilla «%s» no acaba en XXXXXX"
183
184 #: glib/gfileutils.c:1830
185 #, c-format
186 msgid "Failed to read the symbolic link '%s': %s"
187 msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s"
188
189 #: glib/gfileutils.c:1851
190 msgid "Symbolic links not supported"
191 msgstr "No se suporten els enllaços simbòlics"
192
193 #: glib/giochannel.c:1147
194 #, c-format
195 msgid "Conversion from character set `%s' to `%s' is not supported"
196 msgstr "No se suporta la conversió des del joc de caràcters «%s» fins al «%s»"
197
198 #: glib/giochannel.c:1151
199 #, c-format
200 msgid "Could not open converter from `%s' to `%s': %s"
201 msgstr "No s'ha pogut obrir el convertidor des de «%s» fins a «%s»: %s"
202
203 #: glib/giochannel.c:1496
204 msgid "Can't do a raw read in g_io_channel_read_line_string"
205 msgstr "No es pot fer una lectura bàsica a g_io_channel_read_line_string"
206
207 #: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886
208 msgid "Leftover unconverted data in read buffer"
209 msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides"
210
211 #: glib/giochannel.c:1623 glib/giochannel.c:1700
212 msgid "Channel terminates in a partial character"
213 msgstr "El canal acaba en un caràcter parcial"
214
215 #: glib/giochannel.c:1686
216 msgid "Can't do a raw read in g_io_channel_read_to_end"
217 msgstr "No es pot fer una lectura bàsica a g_io_channel_read_to_end"
218
219 #: glib/gmarkup.c:232
220 #, c-format
221 msgid "Error on line %d char %d: %s"
222 msgstr "S'ha produït un error a la línia %d caràcter %d: %s"
223
224 #: glib/gmarkup.c:330
225 #, c-format
226 msgid "Error on line %d: %s"
227 msgstr "S'ha produït un error en la línia %d: %s"
228
229 #: glib/gmarkup.c:434
230 msgid ""
231 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
232 msgstr ""
233 "S'ha vist una entitat buida '&;'; les entitats vàlides són: &amp; &quot; "
234 "&lt; &gt; &apos;"
235
236 #: glib/gmarkup.c:444
237 #, c-format
238 msgid ""
239 "Character '%s' is not valid at the start of an entity name; the & character "
240 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
241 "it as &amp;"
242 msgstr ""
243 "El caràcter «%s» no és vàlid a l'inici d'un nom d'entitat; les entitats "
244 "comencen amb el caràcter &. Si amb aquest signe no es vol indicar una "
245 "entitat,substituïu-lo per &amp;"
246
247 #: glib/gmarkup.c:478
248 #, c-format
249 msgid "Character '%s' is not valid inside an entity name"
250 msgstr "El caràcter «%s» no és vàlid dins un nom d'entitat"
251
252 #: glib/gmarkup.c:515
253 #, c-format
254 msgid "Entity name '%s' is not known"
255 msgstr "No es coneix el nom de l'entitat «%s»"
256
257 #: glib/gmarkup.c:526
258 msgid ""
259 "Entity did not end with a semicolon; most likely you used an ampersand "
260 "character without intending to start an entity - escape ampersand as &amp;"
261 msgstr ""
262 "L'entitat no acabava amb un punt i coma; segurament heu utilitzat un "
263 "caràcter «&» sense intenció d'iniciar una entitat. Substituïu el caràcter "
264 "«&» per &amp;"
265
266 #: glib/gmarkup.c:579
267 #, c-format
268 msgid ""
269 "Failed to parse '%-.*s', which should have been a digit inside a character "
270 "reference (&#234; for example) - perhaps the digit is too large"
271 msgstr ""
272 "No s'ha pogut analitzar «%-.*s», hi hauria d'haver hagut un dígit dins un "
273 "caràcter de referència (per exemple &#234;) - potser el dígit és massa llarg"
274
275 #: glib/gmarkup.c:604
276 #, c-format
277 msgid "Character reference '%-.*s' does not encode a permitted character"
278 msgstr "El caràcter de referència «%-.*s» no codifica un caràcter permès"
279
280 #: glib/gmarkup.c:619
281 msgid "Empty character reference; should include a digit such as &#454;"
282 msgstr ""
283 "El caràcter de referència és buit; hauria d'incloure un dígit com ara &#454;"
284
285 #: glib/gmarkup.c:629
286 msgid ""
287 "Character reference did not end with a semicolon; most likely you used an "
288 "ampersand character without intending to start an entity - escape ampersand "
289 "as &amp;"
290 msgstr ""
291 "La referència del caràcter no acabava amb un punt i coma; segurament heu "
292 "utilitzat un caràcter «&» sense intenció d'iniciar una entitat. Substituïu "
293 "el caràcter «&» per  &amp;"
294
295 #: glib/gmarkup.c:715
296 msgid "Unfinished entity reference"
297 msgstr "Referència a una entitat no acabada"
298
299 #: glib/gmarkup.c:721
300 msgid "Unfinished character reference"
301 msgstr "Referència a un caràcter no acabada"
302
303 #: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023
304 msgid "Invalid UTF-8 encoded text"
305 msgstr "El text codificat UTF-8 no és vàlid"
306
307 #: glib/gmarkup.c:1059
308 msgid "Document must begin with an element (e.g. <book>)"
309 msgstr "El document ha de començar amb un element (p.ex. <llibre>)"
310
311 #: glib/gmarkup.c:1099
312 #, c-format
313 msgid ""
314 "'%s' is not a valid character following a '<' character; it may not begin an "
315 "element name"
316 msgstr ""
317 "«%s» no és un caràcter vàlid després d'un caràcter «<»; no pot començar un "
318 "nom d'element"
319
320 #: glib/gmarkup.c:1163
321 #, c-format
322 msgid ""
323 "Odd character '%s', expected a '>' character to end the start tag of element "
324 "'%s'"
325 msgstr ""
326 "S'ha trobat un caràcter estrany «%s», s'esperava un «>» per acabar "
327 "l'etiqueta d'inici de l'element «%s»"
328
329 #: glib/gmarkup.c:1252
330 #, c-format
331 msgid ""
332 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
333 msgstr ""
334 "S'ha trobat un caràcter estrany «%s», s'esperava un «=» després del nom "
335 "d'atribut «%s» de l'element «%s»"
336
337 #: glib/gmarkup.c:1294
338 #, c-format
339 msgid ""
340 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
341 "element '%s', or optionally an attribute; perhaps you used an invalid "
342 "character in an attribute name"
343 msgstr ""
344 "S'ha trobat un caràcter estrany («%s»), s'esperava un caràcter «>» o «/» per "
345 "finalitzar l'etiqueta d'inici de l'element «%s», o opcionalment un atribut; "
346 "potser heu usat un caràcter no vàlid en un nom d'atribut"
347
348 #: glib/gmarkup.c:1383
349 #, c-format
350 msgid ""
351 "Odd character '%s', expected an open quote mark after the equals sign when "
352 "giving value for attribute '%s' of element '%s'"
353 msgstr ""
354 "S'ha trobat un caràcter estrany («%s»), s'esperaven unes cometes d'obertura "
355 "després del signe «igual que» en donar valor a l'atribut «%s» de l'element «%"
356 "s»"
357
358 #: glib/gmarkup.c:1528
359 #, c-format
360 msgid ""
361 "'%s' is not a valid character following the characters '</'; '%s' may not "
362 "begin an element name"
363 msgstr ""
364 "«%s» no és un caràcter vàlid quan segueix els caracters «</»; un nom "
365 "d'element no pot començar per «%s»"
366
367 #: glib/gmarkup.c:1568
368 #, c-format
369 msgid ""
370 "'%s' is not a valid character following the close element name '%s'; the "
371 "allowed character is '>'"
372 msgstr ""
373 "«%s» no és un caràcter vàlid quan segueix el nom d'element proper «%s»; el "
374 "caràcter permès és «>»"
375
376 #: glib/gmarkup.c:1579
377 #, c-format
378 msgid "Element '%s' was closed, no element is currently open"
379 msgstr "L'element «%s» era tancat. Actualment no hi ha cap element obert"
380
381 #: glib/gmarkup.c:1588
382 #, c-format
383 msgid "Element '%s' was closed, but the currently open element is '%s'"
384 msgstr "L'element «%s» era tancat, però l'element obert actualment és «%s»"
385
386 #: glib/gmarkup.c:1735
387 msgid "Document was empty or contained only whitespace"
388 msgstr "El document era buit o només contenia espais en blanc"
389
390 #: glib/gmarkup.c:1749
391 msgid "Document ended unexpectedly just after an open angle bracket '<'"
392 msgstr ""
393 "El document ha acabat de manera inesperada immediatament després d'un "
394 "parèntesi d'angle obert «<»"
395
396 #: glib/gmarkup.c:1757 glib/gmarkup.c:1801
397 #, c-format
398 msgid ""
399 "Document ended unexpectedly with elements still open - '%s' was the last "
400 "element opened"
401 msgstr ""
402 "El document ha acabat de manera inesperada amb elements encara oberts. «%s» "
403 "era l'últim element obert"
404
405 #: glib/gmarkup.c:1765
406 #, c-format
407 msgid ""
408 "Document ended unexpectedly, expected to see a close angle bracket ending "
409 "the tag <%s/>"
410 msgstr ""
411 "El document ha acabat de manera inesperada, s'esperava trobar un parèntesi "
412 "d'angle tancat acabant l'etiqueta <%s/>"
413
414 #: glib/gmarkup.c:1771
415 msgid "Document ended unexpectedly inside an element name"
416 msgstr "El document ha acabat de manera inesperada enmig d'un nom d'element"
417
418 #: glib/gmarkup.c:1776
419 msgid "Document ended unexpectedly inside an attribute name"
420 msgstr "El document ha acabat de manera inesperada enmig d'un nom d'atribut"
421
422 #: glib/gmarkup.c:1781
423 msgid "Document ended unexpectedly inside an element-opening tag."
424 msgstr ""
425 "El document ha acabat de manera inesperada enmig d'una etiqueta d'obertura "
426 "d'un element"
427
428 #: glib/gmarkup.c:1787
429 msgid ""
430 "Document ended unexpectedly after the equals sign following an attribute "
431 "name; no attribute value"
432 msgstr ""
433 "El document ha acabat de manera inesperada després d'un signe «igual» que "
434 "segueix un nom d'atribut; no hi ha cap valor d'atribut"
435
436 #: glib/gmarkup.c:1794
437 msgid "Document ended unexpectedly while inside an attribute value"
438 msgstr "El document ha acabat de manera inesperada enmig d'un valor d'atribut"
439
440 #: glib/gmarkup.c:1809
441 #, c-format
442 msgid "Document ended unexpectedly inside the close tag for element '%s'"
443 msgstr ""
444 "El document ha acabat de manera inesperada dins l'etiqueta de tancament de "
445 "l'element «%s»"
446
447 #: glib/gmarkup.c:1815
448 msgid "Document ended unexpectedly inside a comment or processing instruction"
449 msgstr ""
450 "El document ha acabat de manera inesperada enmig d'un comentari o una "
451 "instrucció de processament"
452
453 #: glib/gshell.c:73
454 msgid "Quoted text doesn't begin with a quotation mark"
455 msgstr "El text citat no comença amb cometes"
456
457 #: glib/gshell.c:163
458 msgid "Unmatched quotation mark in command line or other shell-quoted text"
459 msgstr ""
460 "S'han trobat unes cometes desaparellades en una línia d'ordres o en un altre "
461 "text entre cometes"
462
463 #: glib/gshell.c:541
464 #, c-format
465 msgid "Text ended just after a '\\' character. (The text was '%s')"
466 msgstr "El text acabava just després d'un caràcter «\\». (El text era «%s»)"
467
468 #: glib/gshell.c:548
469 #, c-format
470 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
471 msgstr ""
472 "El text ha acabat abans de trobar les cometes corresponents per %c. (El text "
473 "era «%s»)"
474
475 #: glib/gshell.c:560
476 msgid "Text was empty (or contained only whitespace)"
477 msgstr "El text era buit (o només contenia espais en blanc)"
478
479 #: glib/gspawn-win32.c:264
480 msgid "Failed to read data from child process"
481 msgstr "No s'ha pogut llegir dades del procés fill"
482
483 #: glib/gspawn-win32.c:281 glib/gspawn.c:1354
484 #, c-format
485 msgid "Failed to create pipe for communicating with child process (%s)"
486 msgstr "No s'ha pogut crear el conducte per comunicar amb el procés fill (%s)"
487
488 #: glib/gspawn-win32.c:321 glib/gspawn.c:1018
489 #, c-format
490 msgid "Failed to read from child pipe (%s)"
491 msgstr "No s'ha pogut llegir des del conducte fill (%s)"
492
493 #: glib/gspawn-win32.c:349 glib/gspawn.c:1223
494 #, c-format
495 msgid "Failed to change to directory '%s' (%s)"
496 msgstr "No s'ha pogut canviar al directori «%s» (%s)"
497
498 #: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442
499 #, c-format
500 msgid "Failed to execute child process (%s)"
501 msgstr "No s'ha pogut e executar el procés fill (%s)"
502
503 #: glib/gspawn-win32.c:599
504 msgid "Failed to execute helper program"
505 msgstr "No s'ha pogut executar el programa auxiliar"
506
507 #: glib/gspawn-win32.c:797
508 msgid ""
509 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
510 "process"
511 msgstr ""
512 "S'ha produït un error inesperat a g_io_chanel_win32_poll() en llegir dades "
513 "d'un procés fill"
514
515 #: glib/gspawn.c:179
516 #, c-format
517 msgid "Failed to read data from child process (%s)"
518 msgstr "No s'ha pogut llegir dades des del procés fill (%s)"
519
520 #: glib/gspawn.c:310
521 #, c-format
522 msgid "Unexpected error in select() reading data from a child process (%s)"
523 msgstr ""
524 "S'ha produït un error inesperat a select() en llegir dades des d'un procés "
525 "fill (%s)"
526
527 #: glib/gspawn.c:393
528 #, c-format
529 msgid "Unexpected error in waitpid() (%s)"
530 msgstr "S'ha produït un error inesperat en waitpid() (%s)"
531
532 #: glib/gspawn.c:1083
533 #, c-format
534 msgid "Failed to fork (%s)"
535 msgstr "No s'ha pogut bifurcar-se (%s)"
536
537 #: glib/gspawn.c:1233
538 #, c-format
539 msgid "Failed to execute child process \"%s\" (%s)"
540 msgstr "No s'ha pogut executar el procés fill «%s» (%s)"
541
542 #: glib/gspawn.c:1243
543 #, c-format
544 msgid "Failed to redirect output or input of child process (%s)"
545 msgstr "No s'ha pogut redirigir la sortida o l'entrada del procés fill (%s)"
546
547 #: glib/gspawn.c:1252
548 #, c-format
549 msgid "Failed to fork child process (%s)"
550 msgstr "No s'ha pogut bifurcar el procés fill (%s)"
551
552 #: glib/gspawn.c:1260
553 #, c-format
554 msgid "Unknown error executing child process \"%s\""
555 msgstr "S'ha produït un error desconegut en executar el procés fill \"%s\""
556
557 #: glib/gspawn.c:1282
558 #, c-format
559 msgid "Failed to read enough data from child pid pipe (%s)"
560 msgstr ""
561 "No s'ha pogut llegir prou dades del conducte de l'identificador del procés "
562 "fill (%s)"
563
564 #: glib/gutf8.c:986
565 msgid "Character out of range for UTF-8"
566 msgstr "El caràcter és fora de rang per a UTF-8"
567
568 #: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
569 #: glib/gutf8.c:1371 glib/gutf8.c:1467
570 msgid "Invalid sequence in conversion input"
571 msgstr "Seqüència invàlida a l'entrada de la conversió"
572
573 #: glib/gutf8.c:1382 glib/gutf8.c:1478
574 msgid "Character out of range for UTF-16"
575 msgstr "El caràcter és fora de rang per a UTF-16"
576
577 #: glib/goption.c:461
578 msgid "Usage:"
579 msgstr "Forma d'ús:"
580
581 #: glib/goption.c:461
582 msgid "[OPTION...]"
583 msgstr "[OPCIÓ...]"
584
585 #: glib/goption.c:547
586 msgid "Help Options:"
587 msgstr "Opcions d'ajuda:"
588
589 #: glib/goption.c:548
590 msgid "Show help options"
591 msgstr "Mostra les opcions d'ajuda"
592
593 #: glib/goption.c:553
594 msgid "Show all help options"
595 msgstr "Mostra totes les opcions d'ajuda"
596
597 #: glib/goption.c:603
598 msgid "Application Options:"
599 msgstr "Opcions de l'aplicació:"
600
601 #: glib/goption.c:644
602 #, fuzzy, c-format
603 msgid "Cannot parse integer value '%s' for %s"
604 msgstr "No es pot analitzar el valor enter «%s» per a --%s"
605
606 #: glib/goption.c:654
607 #, c-format
608 msgid "Integer value '%s' for %s out of range"
609 msgstr "El valor enter «%s» per a %s és fora de l'abast"
610
611 #: glib/goption.c:920 glib/goption.c:991
612 #, c-format
613 msgid "Missing argument for %s"
614 msgstr ""
615
616 #: glib/goption.c:1394
617 #, c-format
618 msgid "Unknown option %s"
619 msgstr "L'opció %s és desconeguda"
620
621 #: glib/gkeyfile.c:339
622 msgid "Valid key file could not be found in data dirs"
623 msgstr "No s'ha pogut trobar un fitxer de claus als directoris de dades"
624
625 #: glib/gkeyfile.c:374
626 msgid "Not a regular file"
627 msgstr "No és un fitxer regular"
628
629 #: glib/gkeyfile.c:382
630 msgid "File is empty"
631 msgstr "El fitxer és buit"
632
633 #: glib/gkeyfile.c:692
634 #, c-format
635 msgid ""
636 "Key file contains line '%s' which is not a key-value pair, group, or comment"
637 msgstr ""
638 "El fitxer de claus conté la línia «%s» que no és una parella clau-valor, "
639 "grup o comentari"
640
641 #: glib/gkeyfile.c:760
642 msgid "Key file does not start with a group"
643 msgstr "El fitxer de claus no comença amb un grup"
644
645 #: glib/gkeyfile.c:803
646 #, c-format
647 msgid "Key file contains unsupported encoding '%s'"
648 msgstr "El fitxer de claus conté la codificació no implementada «%s»"
649
650 #: glib/gkeyfile.c:1012 glib/gkeyfile.c:1158 glib/gkeyfile.c:2159
651 #: glib/gkeyfile.c:2224 glib/gkeyfile.c:2342 glib/gkeyfile.c:2410
652 #: glib/gkeyfile.c:2594 glib/gkeyfile.c:2768 glib/gkeyfile.c:2825
653 #, c-format
654 msgid "Key file does not have group '%s'"
655 msgstr "El fitxer de claus no té el grup «%s»"
656
657 #: glib/gkeyfile.c:1170
658 #, c-format
659 msgid "Key file does not have key '%s'"
660 msgstr "El fitxer de claus no té la clau «%s»"
661
662 #: glib/gkeyfile.c:1271 glib/gkeyfile.c:1380
663 #, c-format
664 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
665 msgstr "El fitxer de claus conté la clau «%s» amb valor «%s» que no és UTF-8"
666
667 #: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 glib/gkeyfile.c:1770
668 #, c-format
669 msgid "Key file contains key '%s' which has value that cannot be interpreted."
670 msgstr ""
671 "El fitxer de claus conté la clau «%s» que té un valor que no es pot "
672 "interpretar."
673
674 #: glib/gkeyfile.c:1986
675 #, c-format
676 msgid ""
677 "Key file contains key '%s' in group '%s' which has value that cannot be "
678 "interpreted."
679 msgstr ""
680 "El fitxer de claus conté la clau «%s» al grup «%s», que té un valor que no "
681 "es pot interpretar."
682
683 #: glib/gkeyfile.c:2174 glib/gkeyfile.c:2357 glib/gkeyfile.c:2836
684 #, c-format
685 msgid "Key file does not have key '%s' in group '%s'"
686 msgstr "El fitxer de claus no conté una clau «%s» al grup «%s»"
687
688 #: glib/gkeyfile.c:3017
689 msgid "Key file contains escape character at end of line"
690 msgstr "El fitxer de claus conté un caràcter d'escapada al final de línia"
691
692 #: glib/gkeyfile.c:3039
693 #, c-format
694 msgid "Key file contains invalid escape sequence '%s'"
695 msgstr "El fitxer de claus conté el caràcter d'escapada invàlid «%s»"
696
697 #: glib/gkeyfile.c:3180
698 #, c-format
699 msgid "Value '%s' cannot be interpreted as a number."
700 msgstr "El valor «%s» no es pot interpretar com a un nombre."
701
702 #: glib/gkeyfile.c:3190
703 #, fuzzy, c-format
704 msgid "Integer value '%s' out of range"
705 msgstr "El valor enter «%s» per a %s és fora de l'abast"
706
707 #: glib/gkeyfile.c:3220
708 #, c-format
709 msgid "Value '%s' cannot be interpreted as a boolean."
710 msgstr "El valor «%s» no es pot interpretar com un booleà."
711
712 #~ msgid "Incorrect message size"
713 #~ msgstr "Mida incorrecta del missatge"
714
715 #~ msgid "Socket error"
716 #~ msgstr "Error de sòcol"
717
718 #~ msgid "Channel set flags unsupported"
719 #~ msgstr "No es permet l'ús dels indicadors de definició del canal"