Updated with Tizen:Base source codes
[external/procps.git] / ps / it
1 From ddainese@dsi.unive.it Sun Apr 18 14:12:27 1999
2
3 here is a first translation of the text:
4 ---------------------------------------------------------------------
5 const char *help_message =
6 "****** seleziona i processi *******   * seleziona una lista specificando: *\n"
7 "-A tutti                              -C il nome del comando\n"
8 "-N nega la selezione                  -G il real group ID (supporta i nomi)\n"
9 "-a con tty, tranne i session leader   -U il real user ID (supporta i nomi)\n"
10 "-d tutti, tranne i session leader     -g il session leader OPPURE il gruppo\n"
11 "-e tutti                              -p l'ID del processo\n"
12 "T  su questo terminale                -s la sessione\n"
13 "a  con tty, di tutti gli utenti       -t il tty\n"
14 "g  tutti, anche i leader di gruppo    -u l'effective user ID (supporta i nomi)\n"
15 "r  in stato running                   U  una lista di utenti\n"
16 "x  senza tty                          t  il tty\n"
17 "******** formato dell'output ******   ********** opzioni lunghe **********\n"
18 "-o,o definito dall'utente                --Group --User --pid --cols\n"
19 "-j,j job              s segnali          --group --user --sid --rows\n"
20 "-O,O -o preimpostato  v memoria virtuale --cumulative --format --deselect\n"
21 "-l,l lungo            u utenti           --sort --tty --forest --version\n"
22 "-f   completo         X registri         --heading --no-heading\n"
23 "                    ******** opzioni varie *********\n"
24 "-V,V versione           L  codici di formato       f  foresta di ASCII\n"
25 "-m,m vista ad albero    S  figli in sum           -y  cambia il formato -l\n"
26 "-n,N namelist file      c  nome reale del comando  n  WCHAN,UID numerici\n"
27 "-w,w output ampio       e  mostra l'environment   -H  gerarchia dei processi\n"
28 ;
29 ---------------------------------------------------------------------
30
31 Unfortunately it isn't really understandable for a newbie, because
32 there is too little space for a good translation; to make it more
33 meaningful, I would need about an entire line for every option, thus
34 if you really want the help text stays under 22 lines, it must
35 contains only 22 options. What do you think about it?