Translations by Valentin Lorentz

Valentin Lorentz has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

110 of 10 results
1.
Returns the channel the msg came over or the channel given in args. If the channel was given in args, args is modified (the channel is removed).
2012-04-19
Retourne le canal duquel vient le message ou le canal donné en argument. Si le canal était donné en argument, args est modifié (le canal est supprimé).
3.
at least
2012-04-19
au moins
4.
<an alias,%s %n> Alias for %q.
2012-04-19
<un alias,%s %n> Alias pour %q.
5.
argument
2012-04-19
argument
7.
<alias> Locks an alias so that no one else can change it.
2012-04-19
<alias> Vérouille un alias pour que personne d'autre ne puisse le changer.
8.
There is no such alias.
2012-04-19
Cet alias n'existe pas.
9.
<alias> Unlocks an alias so that people can define new aliases over it.
2012-04-19
<alias> Déverrouille un alias de façon à ce que des gens puissent le redéfinir.
10.
That name isn't valid. Try %q instead.
2012-04-19
Ce nom n'est pas valide. Essayez plutôt %q.
11.
<name> <command> Defines an alias <name> that executes <command>. The <command> should be in the standard "command argument [nestedcommand argument]" arguments to the alias; they'll be filled with the first, second, etc. arguments. $1, $2, etc. can be used for required arguments. @1, @2, etc. can be used for optional arguments. $* simply means "all remaining arguments," and cannot be combined with optional arguments.
2012-04-19
<nom> <alias> Défini un alias <nom> qui exécute <alias>. L'<alias> peut être dans le standard "commande argument [commandeimbriquee argument]". Les arguments donnés à l'alias doivent être donnés dans l'ordre. Vous pouvez utiliser $1, $2, etc pour symboliser les arguments obligatoires qui seront donnés à l'alias, et @1, @2, etc pour symboliser ceux optionnels. $* signifie simplement *tous* les arguments restants, et ne peut être combiné avec des arguments optionnels.
12.
<name> Removes the given alias, if unlocked.
2012-04-19
<nom> Supprime l'alias donné, si il n'est pas vérouillé.