Browsing Catalan translation

567 of 586 results
567.
Execute commands based on conditional.

The `if COMMANDS' list is executed. If its exit status is zero, then the
`then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list is
executed in turn, and if its exit status is zero, the corresponding
`then COMMANDS' list is executed and the if command completes. Otherwise,
the `else COMMANDS' list is executed, if present. The exit status of the
entire construct is the exit status of the last command executed, or zero
if no condition tested true.

Exit Status:
Returns the status of the last command executed.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Executa ordres en funció d'una condició.

Executa la llista «if ORDRES». Si l'estat de sortida és zero, llavors
també executa la llista «then ORDRES». En cas contrari cada una de les
llistes «elif ORDRES» és executada i en cas d'acabar amb estat de
sortida zero, també s'executa la corresponent llista «then ORDRES», i
l'ordre if finalitza. En cas contrari, la llista «else ORDRES»
s'executa, si és que existeix. L'estat de sortida la construcció
sencera és l'estat de sortida de l'última ordre executada, o zero si cap
de les condicions s'avalua com a certa.

Estat de sortida:
Torna l'estat de l'última ordre executada.
Translated by Ernest Adrogué Calveras
Located in builtins.c:1631
567 of 586 results

This translation is managed by Ubuntu Catalan Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.