diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-29 09:44:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-29 09:44:13 +0200 |
commit | ea38779c851a31e07f9718c28982c89072709af6 (patch) | |
tree | 39cdcf421077443365577798d22f3560cf7c1108 /po/fr.po | |
parent | 193d2902852c637dfb9ac43830149848224dac10 (diff) | |
download | weechat-ea38779c851a31e07f9718c28982c89072709af6.zip |
irc: add command `/action` (closes #201, issue #1577), remove alias `action`
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 54 |
1 files changed, 29 insertions, 25 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-05-27 20:17+0200\n" -"PO-Revision-Date: 2023-05-27 20:18+0200\n" +"POT-Creation-Date: 2023-05-29 09:34+0200\n" +"PO-Revision-Date: 2023-05-29 09:40+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -8315,6 +8315,13 @@ msgstr "" #, c-format msgid "" +"%s%s: \"%s\" command can only be executed in a channel or private buffer" +msgstr "" +"%s%s : la commande \"%s\" peut seulement être exécutée dans un tampon canal " +"ou privé" + +#, c-format +msgid "" "%s%s: command \"%s\" with option \"%s\" must be executed on irc buffer " "(server, channel or private)" msgstr "" @@ -8390,13 +8397,6 @@ msgstr "" "temporaire (NON SAUVÉ), activez l'option irc.look.temporary_servers" #, c-format -msgid "" -"%s%s: \"%s\" command can only be executed in a channel or private buffer" -msgstr "" -"%s%s : la commande \"%s\" peut seulement être exécutée dans un tampon canal " -"ou privé" - -#, c-format msgid "%s%s: \"%s\" command can not be executed on a server buffer" msgstr "" "%s%s : la commande \"%s\" ne peut pas être exécutée dans un tampon serveur" @@ -8659,6 +8659,21 @@ msgstr "%s%s : vous n'êtes pas sur le canal \"%s\"" msgid "Notice" msgstr "Notice" +msgid "send a CTCP action to a nick or channel" +msgstr "envoyer une action CTCP à un pseudo ou canal" + +msgid "[-server <server>] <target>[,<target>...] <text>" +msgstr "[-server <serveur>] <cible>[,<cible>...] <texte>" + +msgid "" +"server: send to this server (internal name)\n" +"target: nick or channel (may be mask, '*' = current channel)\n" +" text: text to send" +msgstr "" +"serveur : envoyer à ce serveur (nom interne)\n" +" cible : pseudo ou canal (peut-être un masque, '*' = canal courant)\n" +" texte : texte à envoyer" + msgid "find information about the administrator of the server" msgstr "trouver les informations sur l'administrateur du serveur" @@ -9603,18 +9618,6 @@ msgstr "obtenir le message du jour" msgid "send message to a nick or channel" msgstr "envoyer un message à un pseudo ou canal" -msgid "[-server <server>] <target>[,<target>...] <text>" -msgstr "[-server <serveur>] <cible>[,<cible>...] <texte>" - -msgid "" -"server: send to this server (internal name)\n" -"target: nick or channel (may be mask, '*' = current channel)\n" -" text: text to send" -msgstr "" -"serveur : envoyer à ce serveur (nom interne)\n" -" cible : pseudo ou canal (peut-être un masque, '*' = canal courant)\n" -" texte : texte à envoyer" - msgid "list nicks on channels" msgstr "lister les pseudos sur des canaux" @@ -11576,6 +11579,7 @@ msgid "%s%s: unknown DCC CHAT type received from %s%s%s: \"%s\"" msgstr "%s%s : type de DCC CHAT inconnu reçu de %s%s%s : \"%s\"" #. TRANSLATORS: "Action" is an IRC CTCP "ACTION" sent with /me +#. TRANSLATORS: "Action" is an IRC CTCP "ACTION" sent with /me or /action msgid "Action" msgstr "Action" @@ -11583,10 +11587,6 @@ msgstr "Action" msgid "%sUnknown CTCP requested by %s%s%s: %s%s%s%s%s" msgstr "%sCTCP inconnu demandé par %s%s%s : %s%s%s%s%s" -#, c-format -msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" -msgstr "%sDemande CTCP vers %s%s%s : %s%s%s%s%s" - msgid "1 if string is a valid IRC channel name for server" msgstr "1 si la chaîne est un nom de canal IRC valide pour le serveur" @@ -11790,6 +11790,10 @@ msgid "irc batch" msgstr "batch irc" #, c-format +msgid "%sCTCP query to %s%s%s: %s%s%s%s%s" +msgstr "%sDemande CTCP vers %s%s%s : %s%s%s%s%s" + +#, c-format msgid "%s%s: you are not connected to server" msgstr "%s%s : vous n'êtes pas connecté au serveur" |