summaryrefslogtreecommitdiffstats
path: root/po/ca.po
blob: 5219ec39a139543000c11038a9d03e3543859576 (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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
# Catalan translation for psmisc.
# Copyright (C) 2004 Free Software Foundation, Inc.
# This file is distributed under the same license as the psmisc package.
# Guillem Jover <guillem@debian.org>, 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: psmisc 21.6cvs\n"
"Report-Msgid-Bugs-To: csmall@small.dropbear.id.au\n"
"POT-Creation-Date: 2012-06-21 21:57+1000\n"
"PO-Revision-Date: 2004-12-08 12:46+0100\n"
"Last-Translator: Guillem Jover <guillem@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/fuser.c:132
#, fuzzy, c-format
msgid ""
"Usage: fuser [-fMuvw] [-a|-s] [-4|-6] [-c|-m|-n SPACE] [-k [-i] [-SIGNAL]] "
"NAME...\n"
"       fuser -l\n"
"       fuser -V\n"
"Show which processes use the named files, sockets, or filesystems.\n"
"\n"
"  -a,--all              display unused files too\n"
"  -i,--interactive      ask before killing (ignored without -k)\n"
"  -k,--kill             kill processes accessing the named file\n"
"  -l,--list-signals     list available signal names\n"
"  -m,--mount            show all processes using the named filesystems or "
"block device\n"
"  -M,--ismountpoint     fulfill request only if NAME is a mount point\n"
"  -n,--namespace SPACE  search in this name space (file, udp, or tcp)\n"
"  -s,--silent           silent operation\n"
"  -SIGNAL               send this signal instead of SIGKILL\n"
"  -u,--user             display user IDs\n"
"  -v,--verbose          verbose output\n"
"  -w,--writeonly        kill only processes with write access\n"
"  -V,--version          display version information\n"
msgstr ""
"Forma d'�s:\n"
"    fuser [ -a | -s | -c ] [ -n espai ] [ -senyal ] [ -kimuv ] nom ...\n"
"          [ - ] [ -n espai ] [ -senyal ] [ -kimuv ] nom ...\n"
"    fuser -l\n"
"    fuser -V\n"
"\n"
"    -a        mostra tamb� fitxers no usats\n"
"    -c        sistemes de fitxers muntats\n"
"    -f        ignorat silenciosament (per compatibilitat amb POSIX)\n"
"    -k        matar els processos que accedeixen a aquest fitxer\n"
"    -i        pregunta abans de matar (ignorat sense -k)\n"
"    -l        llista els noms dels senyals\n"
"    -m        sistema de fitxers muntat\n"
"    -n espai  busca en l'espai de noms especificat (file, udp o tcp)\n"
"    -s        operaci� silenciosa\n"
"    -senyal   envia �senyal� en comptes de SIGKILL\n"
"    -u        mostra ids d'usuari\n"
"    -v        mode verbal\n"
"    -V        mostra informaci� de la versi�\n"
"    -4        busca nom�s s�cols IPv4\n"
"    -6        busca nom�s s�cols IPv6\n"
"    -         inicialitza opcions\n"
"\n"
"  noms udp/tcp: [port_local][,[hoste_remot][,[port_remot]]]\n"
"\n"

#: src/fuser.c:150
#, c-format
msgid ""
"  -4,--ipv4             search IPv4 sockets only\n"
"  -6,--ipv6             search IPv6 sockets only\n"
msgstr ""

#: src/fuser.c:154
#, c-format
msgid ""
"  -                     reset options\n"
"\n"
"  udp/tcp names: [local_port][,[rmt_host][,[rmt_port]]]\n"
"\n"
msgstr ""

#: src/fuser.c:161
#, fuzzy, c-format
msgid "fuser (PSmisc) %s\n"
msgstr "fuser (psmisc) %s\n"

#: src/fuser.c:164
#, fuzzy, c-format
msgid ""
"Copyright (C) 1993-2010 Werner Almesberger and Craig Small\n"
"\n"
msgstr ""
"Copyright (C) 1993-2002 Werner Almesberger i Craig Small\n"
"\n"

#: src/fuser.c:166 src/killall.c:650 src/peekfd.c:108 src/prtstat.c:68
#: src/pstree.c:848
#, c-format
msgid ""
"PSmisc comes with ABSOLUTELY NO WARRANTY.\n"
"This is free software, and you are welcome to redistribute it under\n"
"the terms of the GNU General Public License.\n"
"For more information about these matters, see the files named COPYING.\n"
msgstr ""
"PSmisc ve ABSOLUTAMENT SENSE CAP GARANTIA.\n"
"Aix� �s software lliure, i esteu convidats a redistribuir-lo sota els "
"termes\n"
"de la llicencia publica general de GNU.\n"
"Per a m�s informaci� sobre aquests assumptes, vegeu el fitxer COPYING.\n"

#: src/fuser.c:185
#, c-format
msgid "Cannot open /proc directory: %s\n"
msgstr ""

#: src/fuser.c:376 src/fuser.c:429 src/fuser.c:1896
#, c-format
msgid "Cannot allocate memory for matched proc: %s\n"
msgstr ""

#: src/fuser.c:463
#, c-format
msgid "Specified filename %s does not exist.\n"
msgstr ""

#: src/fuser.c:465
#, c-format
msgid "Cannot stat %s: %s\n"
msgstr ""

#: src/fuser.c:598
#, c-format
msgid "Cannot resolve local port %s: %s\n"
msgstr ""

#: src/fuser.c:616
#, c-format
msgid "Unknown local port AF %d\n"
msgstr ""

#: src/fuser.c:706
#, c-format
msgid "Cannot open protocol file \"%s\": %s\n"
msgstr ""

#: src/fuser.c:954
#, fuzzy, c-format
msgid "%s: Invalid option %s\n"
msgstr "%s/%s: especificaci� no v�lida\n"

#: src/fuser.c:1004
msgid "Namespace option requires an argument."
msgstr ""

#: src/fuser.c:1016
msgid "Invalid namespace name"
msgstr ""

#: src/fuser.c:1072
msgid "You can only use files with mountpoint options"
msgstr ""

#: src/fuser.c:1117
msgid "No process specification given"
msgstr ""

#: src/fuser.c:1124
msgid "all option cannot be used with silent option."
msgstr ""

#: src/fuser.c:1129
msgid "You cannot search for only IPv4 and only IPv6 sockets at the same time"
msgstr ""

#: src/fuser.c:1207
#, fuzzy, c-format
msgid "%*s USER        PID ACCESS COMMAND\n"
msgstr ""
"\n"
"%*s USUARI      PID ACC�S  ORDRE\n"

#: src/fuser.c:1240 src/fuser.c:1295
msgid "(unknown)"
msgstr ""

#: src/fuser.c:1384 src/fuser.c:1425
#, c-format
msgid "Cannot stat file %s: %s\n"
msgstr ""

#: src/fuser.c:1516
#, c-format
msgid "Cannot open /proc/net/unix: %s\n"
msgstr ""

#: src/fuser.c:1592
#, c-format
msgid "Kill process %d ? (y/N) "
msgstr "Voleu matar el proc�s %d? (s/N)"

#: src/fuser.c:1628
#, c-format
msgid "Could not kill process %d: %s\n"
msgstr ""

#: src/fuser.c:1643
#, c-format
msgid "Cannot open a network socket.\n"
msgstr ""

#: src/fuser.c:1647
#, fuzzy, c-format
msgid "Cannot find socket's device number.\n"
msgstr "no s'ha pogut trobar el nombre de dispositiu del s�col"

#: src/killall.c:100
#, c-format
msgid "Kill %s(%s%d) ? (y/N) "
msgstr "Voleu matar %s(%s%d)? (s/N) "

#: src/killall.c:103
#, fuzzy, c-format
msgid "Signal %s(%s%d) ? (y/N) "
msgstr "Voleu matar %s(%s%d)? (s/N) "

#: src/killall.c:207
#, c-format
msgid "killall: Cannot get UID from process status\n"
msgstr ""

#: src/killall.c:233
#, c-format
msgid "killall: Bad regular expression: %s\n"
msgstr ""

#: src/killall.c:444
#, fuzzy, c-format
msgid "killall: skipping partial match %s(%d)\n"
msgstr "s'evitar� la coincid�ncia parcial %s(%d)\n"

#: src/killall.c:559
#, c-format
msgid "Killed %s(%s%d) with signal %d\n"
msgstr "S'ha matat %s(%s%d) amb el senyal %d\n"

#: src/killall.c:573
#, fuzzy, c-format
msgid "%s: no process found\n"
msgstr "%s: no s'ha matat cap proc�s\n"

#: src/killall.c:612
#, fuzzy, c-format
msgid ""
"Usage: killall [-Z CONTEXT] [-u USER] [ -eIgiqrvw ] [ -SIGNAL ] NAME...\n"
msgstr ""
"Forma d'�s: killall [-s sid] [-c context] [ -egiqvw ] [ -senyal ] nom ...\n"

#: src/killall.c:615
#, fuzzy, c-format
msgid "Usage: killall [OPTION]... [--] NAME...\n"
msgstr "Forma d'�s: killall [ OPCIONS ] [ -- ] nom ...\n"

#: src/killall.c:618
#, fuzzy, c-format
msgid ""
"       killall -l, --list\n"
"       killall -V, --version\n"
"\n"
"  -e,--exact          require exact match for very long names\n"
"  -I,--ignore-case    case insensitive process name match\n"
"  -g,--process-group  kill process group instead of process\n"
"  -y,--younger-than   kill processes younger than TIME\n"
"  -o,--older-than     kill processes older than TIME\n"
"  -i,--interactive    ask for confirmation before killing\n"
"  -l,--list           list all known signal names\n"
"  -q,--quiet          don't print complaints\n"
"  -r,--regexp         interpret NAME as an extended regular expression\n"
"  -s,--signal SIGNAL  send this signal instead of SIGTERM\n"
"  -u,--user USER      kill only process(es) running as USER\n"
"  -v,--verbose        report if the signal was successfully sent\n"
"  -V,--version        display version information\n"
"  -w,--wait           wait for processes to die\n"
msgstr ""
"            killall -l, --list\n"
"            killall -V --version\n"
"\n"
"  -e,--exact          requereix coincid�ncia exacta per a noms molt llargs\n"
"  -I,--ignore-case    coincid�ncia de nom sense sensibilitat a maj�scules\n"
"  -g,--process-group  mata el grup del proc�s en comptes del proc�s\n"
"  -i,--interactive    pregunta abans de matar\n"
"  -l,--list           llista tots els noms de senyals coneguts\n"
"  -q,--quiet          no mostra queixes\n"
"  -s,--signal         envia �senyal� en comptes de �SIGTERM�\n"
"  -v,--verbose        informa si el senyal s'ha enviat amb �xit\n"
"  -V,--version        mostra informaci� de versi�\n"
"  -w,--wait           espera fins que el proc�s mori\n"
"\n"

#: src/killall.c:636
#, fuzzy, c-format
msgid ""
"  -Z,--context REGEXP kill only process(es) having context\n"
"                      (must precede other arguments)\n"
msgstr ""
"  -d,--sid            nom�s mata processos que tinguin sid\n"
"  -c,--context        nom�s mata processos que tinguin scontext\n"
"   (-s, -c s�n m�tuament excloents i han de precedir altres arguments)\n"
"\n"

#: src/killall.c:648
#, fuzzy, c-format
msgid ""
"Copyright (C) 1993-2012 Werner Almesberger and Craig Small\n"
"\n"
msgstr ""
"Copyright (C) 1993-2002 Werner Almesberger i Craig Small\n"
"\n"

#: src/killall.c:738 src/killall.c:744
msgid "Invalid time format"
msgstr ""

#: src/killall.c:764
#, c-format
msgid "Cannot find user %s\n"
msgstr ""

#: src/killall.c:795
#, c-format
msgid "Bad regular expression: %s\n"
msgstr ""

#: src/killall.c:827
#, fuzzy, c-format
msgid "killall: Maximum number of names is %d\n"
msgstr "El nombre m�xim de noms �s %d\n"

#: src/killall.c:832
#, fuzzy, c-format
msgid "killall: %s lacks process entries (not mounted ?)\n"
msgstr "%s �s buit (no s'ha muntat?)\n"

#: src/peekfd.c:96
#, c-format
msgid "Error attaching to pid %i\n"
msgstr ""

#: src/peekfd.c:104
#, fuzzy, c-format
msgid "peekfd (PSmisc) %s\n"
msgstr "pstree (psmisc) %s\n"

#: src/peekfd.c:106
#, c-format
msgid ""
"Copyright (C) 2007 Trent Waddington\n"
"\n"
msgstr ""

#: src/peekfd.c:116
#, c-format
msgid ""
"Usage: peekfd [-8] [-n] [-c] [-d] [-V] [-h] <pid> [<fd> ..]\n"
"    -8 output 8 bit clean streams.\n"
"    -n don't display read/write from fd headers.\n"
"    -c peek at any new child processes too.\n"
"    -d remove duplicate read/writes from the output.\n"
"    -V prints version info.\n"
"    -h prints this help.\n"
"\n"
"  Press CTRL-C to end output.\n"
msgstr ""

#: src/prtstat.c:54
#, c-format
msgid ""
"Usage: prtstat [options] PID ...\n"
"       prtstat -V\n"
"Print information about a process\n"
"    -r,--raw       Raw display of information\n"
"    -V,--version   Display version information and exit\n"
msgstr ""

#: src/prtstat.c:65
#, fuzzy, c-format
msgid "prtstat (PSmisc) %s\n"
msgstr "pstree (psmisc) %s\n"

#: src/prtstat.c:66
#, fuzzy, c-format
msgid ""
"Copyright (C) 2009 Craig Small\n"
"\n"
msgstr ""
"Copyright (C) 1993-2002 Werner Almesberger i Craig Small\n"
"\n"

#: src/prtstat.c:78
msgid "running"
msgstr ""

#: src/prtstat.c:80
msgid "sleeping"
msgstr ""

#: src/prtstat.c:82
msgid "disk sleep"
msgstr ""

#: src/prtstat.c:84
msgid "zombie"
msgstr ""

#: src/prtstat.c:86
msgid "traced"
msgstr ""

#: src/prtstat.c:88
msgid "paging"
msgstr ""

#: src/prtstat.c:90
msgid "unknown"
msgstr ""

#: src/prtstat.c:164
#, c-format
msgid ""
"Process: %-14s\t\tState: %c (%s)\n"
"  CPU#:  %-3d\t\tTTY: %s\tThreads: %ld\n"
msgstr ""

#: src/prtstat.c:169
#, c-format
msgid ""
"Process, Group and Session IDs\n"
"  Process ID: %d\t\t  Parent ID: %d\n"
"    Group ID: %d\t\t Session ID: %d\n"
"  T Group ID: %d\n"
"\n"
msgstr ""

#: src/prtstat.c:175
#, c-format
msgid ""
"Page Faults\n"
"  This Process    (minor major): %8lu  %8lu\n"
"  Child Processes (minor major): %8lu  %8lu\n"
msgstr ""

#: src/prtstat.c:180
#, c-format
msgid ""
"CPU Times\n"
"  This Process    (user system guest blkio): %6.2f %6.2f %6.2f %6.2f\n"
"  Child processes (user system guest):       %6.2f %6.2f %6.2f\n"
msgstr ""

#: src/prtstat.c:189
#, c-format
msgid ""
"Memory\n"
"  Vsize:       %-10s\n"
"  RSS:         %-10s \t\t RSS Limit: %s\n"
"  Code Start:  %#-10lx\t\t Code Stop:  %#-10lx\n"
"  Stack Start: %#-10lx\n"
"  Stack Pointer (ESP): %#10lx\t Inst Pointer (EIP): %#10lx\n"
msgstr ""

#: src/prtstat.c:199
#, c-format
msgid ""
"Scheduling\n"
"  Policy: %s\n"
"  Nice:   %ld \t\t RT Priority: %ld %s\n"
msgstr ""

#: src/prtstat.c:221
msgid "asprintf in print_stat failed.\n"
msgstr ""

#: src/prtstat.c:226
#, c-format
msgid "Process with pid %d does not exist.\n"
msgstr ""

#: src/prtstat.c:228
#, c-format
msgid "Unable to open stat file for pid %d (%s)\n"
msgstr ""

#: src/prtstat.c:308
#, fuzzy
msgid "Invalid option"
msgstr "%s/%s: especificaci� no v�lida\n"

#: src/prtstat.c:313
msgid "You must provide at least one PID."
msgstr ""

#: src/prtstat.c:317
#, c-format
msgid "/proc is not mounted, cannot stat /proc/self/stat.\n"
msgstr ""

#: src/pstree.c:776
#, c-format
msgid "%s is empty (not mounted ?)\n"
msgstr "%s �s buit (no s'ha muntat?)\n"

#: src/pstree.c:814
#, fuzzy, c-format
msgid ""
"Usage: pstree [ -a ] [ -c ] [ -h | -H PID ] [ -l ] [ -n ] [ -p ] [ -g ] [ -"
"u ]\n"
"              [ -A | -G | -U ] [ PID | USER ]\n"
"       pstree -V\n"
"Display a tree of processes.\n"
"\n"
"  -a, --arguments     show command line arguments\n"
"  -A, --ascii         use ASCII line drawing characters\n"
"  -c, --compact       don't compact identical subtrees\n"
"  -h, --highlight-all highlight current process and its ancestors\n"
"  -H PID,\n"
"  --highlight-pid=PID highlight this process and its ancestors\n"
"  -g, --show-pgids    show process group ids; implies -c\n"
"  -G, --vt100         use VT100 line drawing characters\n"
"  -l, --long          don't truncate long lines\n"
"  -n, --numeric-sort  sort output by PID\n"
"  -p, --show-pids     show PIDs; implies -c\n"
"  -s, --show-parents  show parents of the selected process\n"
"  -u, --uid-changes   show uid transitions\n"
"  -U, --unicode       use UTF-8 (Unicode) line drawing characters\n"
"  -V, --version       display version information\n"
msgstr ""
"Forma d'�s: pstree [ -a ] [ -c ] [ -h | -H pid ] [ -l ] [ -n ] [ -p ] [ -"
"u ]\n"
"                   [ -A | -G | -U ] [ pid | usuari ]\n"
"            pstree -V\n"
"\n"
"    -a     mostra els arguments de la l�nia d'ordres\n"
"    -A     usa car�cters de dibuix de l�nia ASCII\n"
"    -c     no compactar subarbres id�ntics\n"
"    -h     ressaltar el proc�s actual i els seus ancestres\n"
"    -H pid ressaltar el proc�s �pid� i els seus ancestres\n"
"    -G     usa car�cters de dibuix de l�nia VT100\n"
"    -l     no tallar les l�nies llargues\n"
"    -n     ordenar sortida per PID\n"
"    -p     mostra els PID; implica -c\n"
&qu