mirror of
https://github.com/weechat/weechat.git
synced 2026-06-14 07:04:46 +02:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70c09f1f5a | |||
| 1adf6927e5 | |||
| de6575dd32 | |||
| 4b3785ad1e | |||
| 2a71d79b37 | |||
| 5775e9cd10 |
+1
-1
@@ -16,7 +16,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
|
||||
|
||||
[[v3.2]]
|
||||
== Version 3.2 (under dev)
|
||||
== Version 3.2 (2021-06-13)
|
||||
|
||||
New features::
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
|
||||
|
||||
|
||||
[[v3.2]]
|
||||
== Version 3.2 (under dev)
|
||||
== Version 3.2 (2021-06-13)
|
||||
|
||||
[[v3.2_xdg_directories]]
|
||||
=== XDG directories
|
||||
|
||||
@@ -2779,7 +2779,7 @@
|
||||
** Standardwert: `+""+`
|
||||
|
||||
* [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism*
|
||||
** Beschreibung: pass:none[mechanism for SASL authentication: "plain" for plain text password, "scram-sha-1" for SCRAM authentication with SHA-1 digest algorithm, "scram-sha-256" for SCRAM authentication with SHA-256 digest algorithm, "scram-sha-512" for SCRAM authentication with SHA-512 digest algorithm, "ecdsa-nist256p-challenge" for key-based challenge authentication, "external" for authentication using client side SSL cert, "dh-blowfish" for blowfish crypted password (insecure, not recommended), "dh-aes" for AES crypted password (insecure, not recommended)]
|
||||
** Beschreibung: pass:none[Verfahren welches bei einer SASL Authentifizierung angewandt werden soll: "plain" Passwort wird im Klartext gesendet, "scram-sha-1" für SCRAM-Authentifizierung mit SHA-1-Digest-Algorithmus, "scram-sha-256" für SCRAM-Authenrifizierung mit SHA-256 Digest-Algorithmus, "scram-sha-512" für SCRAM-Authentifizierung mit SHA-512 Digest-Algorithmus, "ecdsa-nist256p-challenge" für öffentlich/private Schlüsselmethode, "external" SSL Zertifikat welches auf Client Seite vorliegt wird verwendet, "dh-blowfish" Passwort wird mittels blowfish verschlüsselt (unsicher, wird nicht empfohlen), "dh-aes" Passwort wird mittels AES verschlüsselt (unsicher, wird nicht empfohlen)]
|
||||
** Typ: integer
|
||||
** Werte: plain, scram-sha-1, scram-sha-256, scram-sha-512, ecdsa-nist256p-challenge, external, dh-blowfish, dh-aes
|
||||
** Standardwert: `+plain+`
|
||||
|
||||
@@ -2978,12 +2978,9 @@ Für weiterreichende Informationen lesen Sie bitte: https://www.oftc.net/NickSer
|
||||
WeeChat unterstützt eine SASL Authentifikation, mittels verschiedener Mechanismen:
|
||||
|
||||
* _plain_: Passwort liegt in Klarschrift vor (Standard)
|
||||
// TRANSLATION MISSING
|
||||
* _scram-sha-1_: SCRAM with SHA-1 digest algorithm
|
||||
// TRANSLATION MISSING
|
||||
* _scram-sha-256_: SCRAM with SHA-256 digest algorithm
|
||||
// TRANSLATION MISSING
|
||||
* _scram-sha-512_: SCRAM with SHA-512 digest algorithm
|
||||
* _scram-sha-1_: SCRAM mit SHA-1 Digest-Algorithmus
|
||||
* _scram-sha-256_: SCRAM mit SHA-256 Digest-Algorithmus
|
||||
* _scram-sha-512_: SCRAM mit SHA-512 Digest-Algorithmus
|
||||
* _ecdsa-nist256p-challenge_: Abgleich von öffentlichem/privatem Schlüssel
|
||||
* _external_: SSL Zertifikat welches auf Client Seite vorliegt
|
||||
* _dh-blowfish_: Passwort wird mittels blowfish verschlüsselt
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
|
||||
| weechat | weechat_data_dir | Katalog danych WeeChat | -
|
||||
|
||||
| weechat | weechat_dir | katalog WeeChat (*przestarzałe* od wersji 3.2, zastąpione przez "weechat_config_dir", "weechat_data_dir", "weechat_cache_dir" i "weechat_runtime_dir") | -
|
||||
| weechat | weechat_dir | Katalog WeeChat (*przestarzałe* od wersji 3.2, zastąpione przez "weechat_config_dir", "weechat_data_dir", "weechat_cache_dir" i "weechat_runtime_dir") | -
|
||||
|
||||
| weechat | weechat_headless | 1 jeśli WeeChat działa w trybie bez interfejsu | -
|
||||
|
||||
|
||||
@@ -359,9 +359,9 @@ Przykłady:
|
||||
----
|
||||
/kick [<kanał>] <nick> [<powód>]
|
||||
|
||||
channel: channel name
|
||||
kanał: nazwa kanału
|
||||
nick: nick
|
||||
reason: reason (evaluated, see /help eval; special variables ${nick} (self nick), ${target} (target nick), ${channel} and ${server} are replaced by their values)
|
||||
powód: powód (przetwarzane, zobacz /help eval; specjalne zmienne jak ${nick} (własny nick), ${target} (docelowy nick), ${channel} i ${server} są podmieniane na odpowiednie wartości)
|
||||
----
|
||||
|
||||
[[command_irc_kickban]]
|
||||
@@ -370,14 +370,14 @@ channel: channel name
|
||||
----
|
||||
/kickban [<kanał>] <nick> [<powód>]
|
||||
|
||||
channel: channel name
|
||||
kanał: nazwa kanału
|
||||
nick: nick
|
||||
reason: reason (evaluated, see /help eval; special variables ${nick} (self nick), ${target} (target nick), ${channel} and ${server} are replaced by their values)
|
||||
powód: powód (przetwarzane, zobacz /help eval; specjalne zmienne jak ${nick} (własny nick), ${target} (docelowy nick), ${channel} i ${server} są podmieniane na odpowiednie wartości)
|
||||
|
||||
It is possible to kick/ban with a mask, nick will be extracted from mask and replaced by "*".
|
||||
Możliwe jest kopanie/banowanie za pomocą maski, nick zostanie wyciągnięty z maski i zastąpiony "*".
|
||||
|
||||
Example:
|
||||
ban "*!*@host.com" and then kick "toto":
|
||||
Przykład:
|
||||
zbanuje "*!*@host.com", następnie wykopie "toto":
|
||||
/kickban toto!*@host.com
|
||||
----
|
||||
|
||||
@@ -402,7 +402,7 @@ maska: lista serwerów musi pasować do maski
|
||||
----
|
||||
|
||||
[[command_irc_list]]
|
||||
* `+list+`: list channels and their topics
|
||||
* `+list+`: wyświetla kanały i ich tematy
|
||||
|
||||
----
|
||||
/list [-server <serwer>] [-re <wyrażenie>] [<kanał>[,<kanał>...]] [<cel>]
|
||||
@@ -671,9 +671,9 @@ opcje: dodatkowe opcje, dla niektórych serwerów
|
||||
----
|
||||
/remove [<kanał>] <nick> [<powód>]
|
||||
|
||||
channel: channel name
|
||||
kanał: nazwa kanału
|
||||
nick: nick
|
||||
reason: reason (special variables $nick, $channel and $server are replaced by their values)
|
||||
powód: powód (przetwarzane, zobacz /help eval; specjalne zmienne jak ${nick} (własny nick), ${target} (docelowy nick), ${channel} i ${server} są podmieniane na odpowiednie wartości)
|
||||
----
|
||||
|
||||
[[command_irc_restart]]
|
||||
|
||||
@@ -2287,19 +2287,19 @@
|
||||
** domyślna wartość: `+off+`
|
||||
|
||||
* [[option_irc.look.highlight_channel]] *irc.look.highlight_channel*
|
||||
** opis: pass:none[comma separated list of words to highlight in channel buffers (case insensitive, use "(?-i)" at beginning of words to make them case sensitive; special variables $nick, $channel and $server are replaced by their values), these words are added to buffer property "highlight_words" only when buffer is created (it does not affect current buffers), an empty string disables default highlight on nick, examples: "$nick", "(?-i)$nick"]
|
||||
** opis: pass:none[oddzielona przecinkami lista słów do podświetleń w buforach kanałów (wielkość liter nie ma znaczenia, użyj "(?-i)" na początku słów, dla których wielkość liter ma znaczenie; zmienne specjalne $nick, $channel i $server są zastępowane odpowiednimi wartościami), słowa te są dodawane do zmiennej lokalnej bufora "highlight_words" tylko kiedy bufor jest tworzony (nie ma wpływu na obecne bufory), pusty ciąg wyłącza domyślne podświetlenia nicka, przykłady: "$nick", "(?-i)$nick"]
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+"$nick"+`
|
||||
|
||||
* [[option_irc.look.highlight_pv]] *irc.look.highlight_pv*
|
||||
** opis: pass:none[comma separated list of words to highlight in private buffers (case insensitive, use "(?-i)" at beginning of words to make them case sensitive; special variables $nick, $channel and $server are replaced by their values), these words are added to buffer property "highlight_words" only when buffer is created (it does not affect current buffers), an empty string disables default highlight on nick, examples: "$nick", "(?-i)$nick"]
|
||||
** opis: pass:none[oddzielona przecinkami lista słów do podświetleń w prywatnych buforach (wielkość liter nie ma znaczenia, użyj "(?-i)" na początku słów, dla których wielkość liter ma znaczenie; zmienne specjalne $nick, $channel i $server są zastępowane odpowiednimi wartościami), słowa te są dodawane do zmiennej lokalnej bufora "highlight_words" tylko kiedy bufor jest tworzony (nie ma wpływu na obecne bufory), pusty ciąg wyłącza domyślne podświetlenia nicka, przykłady: "$nick", "(?-i)$nick"]
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+"$nick"+`
|
||||
|
||||
* [[option_irc.look.highlight_server]] *irc.look.highlight_server*
|
||||
** opis: pass:none[comma separated list of words to highlight in server buffers (case insensitive, use "(?-i)" at beginning of words to make them case sensitive; special variables $nick, $channel and $server are replaced by their values), these words are added to buffer property "highlight_words" only when buffer is created (it does not affect current buffers), an empty string disables default highlight on nick, examples: "$nick", "(?-i)$nick"]
|
||||
** opis: pass:none[oddzielona przecinkami lista słów do podświetleń w buforach serwera (wielkość liter nie ma znaczenia, użyj "(?-i)" na początku słów, dla których wielkość liter ma znaczenie; zmienne specjalne $nick, $channel i $server są zastępowane odpowiednimi wartościami), słowa te są dodawane do zmiennej lokalnej bufora "highlight_words" tylko kiedy bufor jest tworzony (nie ma wpływu na obecne bufory), pusty ciąg wyłącza domyślne podświetlenia nicka, przykłady: "$nick", "(?-i)$nick"]
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+"$nick"+`
|
||||
@@ -2677,7 +2677,7 @@
|
||||
** domyślna wartość: `+message+`
|
||||
|
||||
* [[option_irc.server_default.command]] *irc.server_default.command*
|
||||
** opis: pass:none[command(s) to run after connection to server and before auto-join of channels (many commands can be separated by ";", use "\;" for a semicolon, special variables $nick, $channel and $server are replaced by their values) (note: commands are evaluated, see /help eval; server options are evaluated with ${irc_server.xxx} and ${server} is replaced by the server name)]
|
||||
** opis: pass:none[komenda(y) do wykonania po połączeniu z serwerem przed automatycznym wejściem na kanały (wiele komend powinno zostać oddzielone ";", użyj "\;" dla średnika, specjalne zmienne $nick, $channel oraz $server są zastępowane ich wartościami) (uwaga: zawartość jest przetwarzana, zobacz /help eval; opcje serwera mogą zostać użytego w postaci ${irc_server.xxx} oraz ${server} jest zastępowany nazwą serwera)]
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+""+`
|
||||
@@ -2713,19 +2713,19 @@
|
||||
** domyślna wartość: `+""+`
|
||||
|
||||
* [[option_irc.server_default.msg_kick]] *irc.server_default.msg_kick*
|
||||
** opis: pass:none[default kick message used by commands "/kick" and "/kickban" (note: content is evaluated, see /help eval; special variables ${nick} (self nick), ${target} (target nick), ${channel} and ${server} are replaced by their values)]
|
||||
** opis: pass:none[domyślna wiadomość dla wykopania z kanału używana przez komendy "/kick" i "/kickban" (uwaga: zawartość jest przetwarzana zobacz /help eval; specjalne zmienne jak ${nick} (własny nick), ${target} (docelowy nick), ${channel} i ${server} są zamieniane na odpowiednie wartości)]
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+""+`
|
||||
|
||||
* [[option_irc.server_default.msg_part]] *irc.server_default.msg_part*
|
||||
** opis: pass:none[default part message (leaving channel) (note: content is evaluated, see /help eval; special variables ${nick}, ${channel} and ${server} are replaced by their values; "%v" is replaced by WeeChat version if there is no ${...} in string)]
|
||||
** opis: pass:none[domyślna wiadomość przy wyjściu z kanału (uwaga: zawartość jest przetwarzana zobacz /help eval; specjalne zmienne jak ${nick}, ${channel} i ${server} są zamieniane na odpowiednie wartości; "%v" jest zamieniane na wersję WeeChat jeśli w ciągu nie ma ${...})]
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+"WeeChat ${info:version}"+`
|
||||
|
||||
* [[option_irc.server_default.msg_quit]] *irc.server_default.msg_quit*
|
||||
** opis: pass:none[default quit message (disconnecting from server) (note: content is evaluated, see /help eval; special variables ${nick}, ${channel} and ${server} are replaced by their values; "%v" is replaced by WeeChat version if there is no ${...} in string)]
|
||||
** opis: pass:none[domyślna wiadomość przy odłączeniu od serwera (uwaga: zawartość jest przetwarzana zobacz /help eval; specjalne zmienne jak ${nick}, ${channel} i ${server} są zamieniane na odpowiednie wartości; "%v" jest zamieniane na wersję WeeChat jeśli w ciągu nie ma ${...})]
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+"WeeChat ${info:version}"+`
|
||||
@@ -2779,7 +2779,7 @@
|
||||
** domyślna wartość: `+""+`
|
||||
|
||||
* [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism*
|
||||
** opis: pass:none[mechanism for SASL authentication: "plain" for plain text password, "scram-sha-1" for SCRAM authentication with SHA-1 digest algorithm, "scram-sha-256" for SCRAM authentication with SHA-256 digest algorithm, "scram-sha-512" for SCRAM authentication with SHA-512 digest algorithm, "ecdsa-nist256p-challenge" for key-based challenge authentication, "external" for authentication using client side SSL cert, "dh-blowfish" for blowfish crypted password (insecure, not recommended), "dh-aes" for AES crypted password (insecure, not recommended)]
|
||||
** opis: pass:none[mechanizm autentykacji SASL: "plain" dla hasła w czystym tekście, "scram-sha-1" dla uwierzytelnienia SCRAM za pomocą algorytmu SHA-1, "scram-sha-256" dla uwierzytelnienia SCRAM za pomocą algorytmu SHA-256, "scram-sha-512" dla uwierzytelnienia SCRAM za pomocą algorytmu SHA-512, "ecdsa-nist256p-challenge" uwierzytelnianie na podstawie pary kluczy, "external" dla uwierzytelnienia za pomocą certyfikatu SSL po stronie klienta, "dh-blowfish" dla hasła szyfrowanego za pomocą blowfish (mało bezpieczne, niepolecane), "dh-aes" dla hasła szyfrowanego za pomocą AES (mało bezpieczne, niepolecane)]
|
||||
** typ: liczba
|
||||
** wartości: plain, scram-sha-1, scram-sha-256, scram-sha-512, ecdsa-nist256p-challenge, external, dh-blowfish, dh-aes
|
||||
** domyślna wartość: `+plain+`
|
||||
@@ -3345,7 +3345,7 @@
|
||||
** domyślna wartość: `+lightmagenta+`
|
||||
|
||||
* [[option_script.look.columns]] *script.look.columns*
|
||||
** opis: pass:none[format of columns displayed in script buffer: following column identifiers are replaced by their values: %a=author, %d=description, %D=date added, %e=extension, %l=language, %L=license, %n=name with extension, %N=name, %r=requirements, %s=status, %t=tags, %u=date updated, %v=version, %V=version loaded, %w=min_weechat, %W=max_weechat)]
|
||||
** opis: pass:none[format kolumn wyświetlanych w buforze skryptów: następujące identyfikatory kolumn są zastępowane przez ich wartość: %a=autor, %d=opis, %D=data dodania, %e=rozszerzenie, %l=język, %L=licencja, %n=nazwa z rozszerzeniem, %N=nazwa, %r=wymagania, %s=status, %t=tagi, %u=data aktualizacji, %v=wersja, %V=załadowana wersja, %w=min_weechat, %W=max_weechat)]
|
||||
** typ: ciąg
|
||||
** wartości: dowolny ciąg
|
||||
** domyślna wartość: `+"%s %n %V %v %u | %d | %t"+`
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
|
||||
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9534,10 +9534,26 @@ msgstr ""
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "%s%s: nemohu číst lokální soubor"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "%sgnutls: nevalidní certifikát \"%s\", chyba: %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr "%s%s: nemohu vytvořit rouru"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr "%s%s: nemohu vytvořit rouru"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -13158,21 +13174,5 @@ msgstr "%s%s: nemohu se připojit\" neočekávaná chyba (%d)"
|
||||
#~ "%s%s: chyba vytváření odpovědi pro SASL autentizaci, použitý mechanismus "
|
||||
#~ "\"%s\""
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "%s%s: nemohu číst lokální soubor"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "%sgnutls: nevalidní certifikát \"%s\", chyba: %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to import the private key: error %d %s"
|
||||
#~ msgstr "%s%s: nemohu vytvořit rouru"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to sign the hashed data: error %d %s"
|
||||
#~ msgstr "%s%s: nemohu vytvořit rouru"
|
||||
|
||||
#~ msgid "bar size in chars (0 = auto size)"
|
||||
#~ msgstr "velikost pole ve znacích (0 = automatická velikost)"
|
||||
|
||||
@@ -24,8 +24,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"PO-Revision-Date: 2021-05-30 19:02+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-06-05 23:02+0200\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
||||
"Language: de\n"
|
||||
@@ -9874,7 +9874,6 @@ msgstr ""
|
||||
"(siehe /help cap um eine Liste von Fähigkeiten zu erhalten die von WeeChat "
|
||||
"unterstützt werden) (Beispiel: \"away-notify,multi-prefix\")"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, "
|
||||
"\"scram-sha-1\" for SCRAM authentication with SHA-1 digest algorithm, "
|
||||
@@ -9886,11 +9885,15 @@ msgid ""
|
||||
"AES crypted password (insecure, not recommended)"
|
||||
msgstr ""
|
||||
"Verfahren welches bei einer SASL Authentifizierung angewandt werden soll: "
|
||||
"\"plain\" Passwort wird im Klartext gesendet, \"ecdsa-nist256p-challenge\" "
|
||||
"für öffentlich/private Schlüsselmethode, \"external\" SSL Zertifikat welches "
|
||||
"auf Client Seite vorliegt wird verwendet, \"dh-blowfish\" Passwort wird "
|
||||
"mittels blowfish verschlüsselt (unsicher, wird nicht empfohlen), \"dh-aes\" "
|
||||
"Passwort wird mittels AES verschlüsselt (unsicher, wird nicht empfohlen)"
|
||||
"\"plain\" Passwort wird im Klartext gesendet, \"scram-sha-1\" für SCRAM-"
|
||||
"Authentifizierung mit SHA-1-Digest-Algorithmus, \"scram-sha-256\" für SCRAM-"
|
||||
"Authenrifizierung mit SHA-256 Digest-Algorithmus, \"scram-sha-512\" für "
|
||||
"SCRAM-Authentifizierung mit SHA-512 Digest-Algorithmus, \"ecdsa-nist256p-"
|
||||
"challenge\" für öffentlich/private Schlüsselmethode, \"external\" SSL "
|
||||
"Zertifikat welches auf Client Seite vorliegt wird verwendet, \"dh-blowfish\" "
|
||||
"Passwort wird mittels blowfish verschlüsselt (unsicher, wird nicht "
|
||||
"empfohlen), \"dh-aes\" Passwort wird mittels AES verschlüsselt (unsicher, "
|
||||
"wird nicht empfohlen)"
|
||||
|
||||
msgid ""
|
||||
"username for SASL authentication; this option is not used for mechanism "
|
||||
@@ -11170,12 +11173,12 @@ msgstr "%s%s%s%s wurde identifiziert als %s"
|
||||
msgid "%s%s%s%s has unidentified"
|
||||
msgstr "%s%s%s%s hat sich nicht identifiziert"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "%s%s: SASL error: %s"
|
||||
msgstr "%s%s: Fehler: %s"
|
||||
msgstr "%s%s: SASL Fehler: %s"
|
||||
|
||||
msgid "internal error"
|
||||
msgstr ""
|
||||
msgstr "interner Fehler"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: client capability, requesting: %s"
|
||||
@@ -11591,30 +11594,46 @@ msgstr ""
|
||||
msgid "%s%s: server \"%s\" not found for redirect"
|
||||
msgstr "%s%s: Server \"%s\" für eine Weiterleitung wurde nicht gefunden"
|
||||
|
||||
#, fuzzy
|
||||
msgid "unable to validate server signature"
|
||||
msgstr "%s%s: Server kann nicht anlegt werden"
|
||||
msgstr "Serversignatur kann nicht validiert werden"
|
||||
|
||||
#, fuzzy
|
||||
msgid "memory error"
|
||||
msgstr "Fork-Fehler"
|
||||
msgstr "Speicherfehler"
|
||||
|
||||
msgid "base64 decode error"
|
||||
msgstr ""
|
||||
msgstr "base64-Dekodierungsfehler"
|
||||
|
||||
msgid "base64 encode error"
|
||||
msgstr ""
|
||||
msgstr "base64-Kodierungsfehler"
|
||||
|
||||
msgid "cryptography error"
|
||||
msgstr ""
|
||||
msgstr "Kryptographiefehler"
|
||||
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
msgstr "Protokollfehler"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "%s%s: privater Schlüssel kann nicht aus Datei gelesen werden \"%s\""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "%sgnutls: ungültige private Schlüsseldatei: Fehler %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr "%s%s: signiere mittels ECC öffentlichem Schlüssel: %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr ""
|
||||
"%sgnutls: privater Schlüssel kann nicht importiert werden: Fehler %d %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr ""
|
||||
"%sgnutls: die gehashten Daten können nicht signiert werden : Fehler %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -15698,23 +15717,5 @@ msgstr ""
|
||||
#~ "%s%s: Fehler beim Erstellen der Antwort für die SASL-Authentifizierung. "
|
||||
#~ "\"%s\" Mechanismus wurde verwendet"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "%s%s: privater Schlüssel kann nicht aus Datei gelesen werden \"%s\""
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "%sgnutls: ungültige private Schlüsseldatei: Fehler %d %s"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: unable to import the private key: error %d %s"
|
||||
#~ msgstr ""
|
||||
#~ "%sgnutls: privater Schlüssel kann nicht importiert werden: Fehler %d %s"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: unable to sign the hashed data: error %d %s"
|
||||
#~ msgstr ""
|
||||
#~ "%sgnutls: die gehashten Daten können nicht signiert werden : Fehler %d %s"
|
||||
|
||||
#~ msgid "bar size in chars (0 = auto size)"
|
||||
#~ msgstr "Größe der Infobar, in Zeichen (0 = automatische Anpassung)"
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
|
||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9832,10 +9832,26 @@ msgstr ""
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "%s%s: no es posible leer el archivo \"%s\""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "%sgnutls: certificado \"%s\" inválido, error: %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr "%s%s: no es posible crear la tubería"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr "%s%s: no es posible crear la tubería"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -13418,21 +13434,5 @@ msgstr "%s%s: no es posible conectarse al transmisor"
|
||||
#~ "%s%s: error al construir la respuesta para la autenticación SASL, usando "
|
||||
#~ "el mecanismo \"%s\""
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "%s%s: no es posible leer el archivo \"%s\""
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "%sgnutls: certificado \"%s\" inválido, error: %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to import the private key: error %d %s"
|
||||
#~ msgstr "%s%s: no es posible crear la tubería"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to sign the hashed data: error %d %s"
|
||||
#~ msgstr "%s%s: no es posible crear la tubería"
|
||||
|
||||
#~ msgid "bar size in chars (0 = auto size)"
|
||||
#~ msgstr "tamaño de la barra en caracteres (0 = tamaño automático)"
|
||||
|
||||
@@ -21,8 +21,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"PO-Revision-Date: 2021-06-01 21:28+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-06-13 09:15+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -11366,10 +11366,26 @@ msgstr "erreur de cryptographie"
|
||||
msgid "protocol error"
|
||||
msgstr "erreur de protocole"
|
||||
|
||||
#, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "impossible de lire la clé privée dans le fichier \"%s\""
|
||||
|
||||
#, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "fichier de clé privée invalide : erreur %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr "%s%s : signature du challenge avec la clé publique ECC : %s"
|
||||
|
||||
#, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr "impossible d'importer la clé privée : erreur %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr "impossible de signer les données hachées : erreur %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -15394,21 +15410,5 @@ msgstr "%s%s : impossible de se connecter : erreur inattendue (%d)"
|
||||
#~ "%s%s : erreur de construction de la réponse pour l'authentification SASL, "
|
||||
#~ "en utilisant le mécanisme \"%s\""
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "%s%s : impossible de lire la clé privée dans le fichier \"%s\""
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "%sgnutls : fichier de clé privée invalide : erreur %d %s"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: unable to import the private key: error %d %s"
|
||||
#~ msgstr "%sgnutls : impossible d'importer la clé privée : erreur %d %s"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: unable to sign the hashed data: error %d %s"
|
||||
#~ msgstr "%sgnutls : impossible de signer les données hachées : erreur %d %s"
|
||||
|
||||
#~ msgid "bar size in chars (0 = auto size)"
|
||||
#~ msgstr "taille de la barre en caractères (0 = taille automatique)"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9093,10 +9093,26 @@ msgstr ""
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr "%s DCC: nem sikerült a csövet létrehozni\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr "%s DCC: nem sikerült a csövet létrehozni\n"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -12581,19 +12597,3 @@ msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n"
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: unable to connect: unexpected error (%d)"
|
||||
msgstr "%s DCC: nem sikerült kapcsolódni a küldőhöz\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to import the private key: error %d %s"
|
||||
#~ msgstr "%s DCC: nem sikerült a csövet létrehozni\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to sign the hashed data: error %d %s"
|
||||
#~ msgstr "%s DCC: nem sikerült a csövet létrehozni\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
|
||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9992,10 +9992,26 @@ msgstr ""
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "%s%s: impossibile leggere il file \"%s\""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "%sgnutls: certificato \"%s\" non valido, errore: %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr "%s%s: impossibile creare la pipe: errore %d %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr "%s%s: impossibile creare la pipe: errore %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -13601,21 +13617,5 @@ msgstr "%s%s: impossibile connettersi al mittente"
|
||||
#~ "%s%s: errore nella costruzione della risposta per l'autenticazione SASL, "
|
||||
#~ "usando il meccanismo \"%s\""
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "%s%s: impossibile leggere il file \"%s\""
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "%sgnutls: certificato \"%s\" non valido, errore: %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to import the private key: error %d %s"
|
||||
#~ msgstr "%s%s: impossibile creare la pipe: errore %d %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to sign the hashed data: error %d %s"
|
||||
#~ msgstr "%s%s: impossibile creare la pipe: errore %d %s"
|
||||
|
||||
#~ msgid "bar size in chars (0 = auto size)"
|
||||
#~ msgstr "dimensione barra in caratteri (0 = dimensione automatica)"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
|
||||
@@ -10857,10 +10857,26 @@ msgstr ""
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "%s%s: ファイル \"%s\" の秘密鍵を読み込めません"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "%sgnutls: 無効な秘密鍵ファイルです: エラー %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr "%s%s: ECC 公開鍵を使ってチャンレンジに署名しています: %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr "%sgnutls: 秘密鍵をインポートできません: エラー %d %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr "%sgnutls: ハッシュ化されたデータを署名できません: エラー %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -14675,21 +14691,5 @@ msgstr "%s%s: 接続できません: 未定義のエラー (%d)"
|
||||
#~ "\""
|
||||
#~ msgstr "%s%s: SASL 認証の応答を作成中にエラー、\"%s\" メカニズムを使用"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "%s%s: ファイル \"%s\" の秘密鍵を読み込めません"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "%sgnutls: 無効な秘密鍵ファイルです: エラー %d %s"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: unable to import the private key: error %d %s"
|
||||
#~ msgstr "%sgnutls: 秘密鍵をインポートできません: エラー %d %s"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: unable to sign the hashed data: error %d %s"
|
||||
#~ msgstr "%sgnutls: ハッシュ化されたデータを署名できません: エラー %d %s"
|
||||
|
||||
#~ msgid "bar size in chars (0 = auto size)"
|
||||
#~ msgstr "文字数単位のバーのサイズ (0 = 自動サイズ)"
|
||||
|
||||
@@ -22,8 +22,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-06-10 00:02+0200\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
|
||||
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
|
||||
"Language: pl\n"
|
||||
@@ -5460,12 +5460,15 @@ msgid ""
|
||||
"bar size in chars (left/right bars) or lines (top/bottom bars) (0 = auto "
|
||||
"size)"
|
||||
msgstr ""
|
||||
"rozmiar paska w znakach (pasek lewy/prawy) lub linii (pasek górny/dolny) (0 "
|
||||
"= rozmiar automatyczny)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"max bar size in chars (left/right bars) or lines (top/bottom bars) (0 = no "
|
||||
"limit)"
|
||||
msgstr "maksymalny rozmiar paska w znakach (0 = brak limitu)"
|
||||
msgstr ""
|
||||
"maksymalny rozmiar paska w znakach (pasek lewy/prawy) lub linii (pasek górny/"
|
||||
"dolny) (0 = brak limitu)"
|
||||
|
||||
msgid "default text color for bar"
|
||||
msgstr "domyślny kolor napisów na pasku"
|
||||
@@ -8379,7 +8382,6 @@ msgstr "wyrzuca użytkownika z kanału"
|
||||
msgid "[<channel>] <nick> [<reason>]"
|
||||
msgstr "[<kanał>] <nick> [<powód>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"channel: channel name\n"
|
||||
" nick: nick\n"
|
||||
@@ -8389,13 +8391,13 @@ msgid ""
|
||||
msgstr ""
|
||||
"kanał: nazwa kanału\n"
|
||||
" nick: nick\n"
|
||||
" powód: powód(specjalne zmienne jak $nick, $channel i $server są podmieniane "
|
||||
"na odpowiednie wartości)"
|
||||
" powód: powód (przetwarzane, zobacz /help eval; specjalne zmienne jak "
|
||||
"${nick} (własny nick), ${target} (docelowy nick), ${channel} i ${server} są "
|
||||
"podmieniane na odpowiednie wartości)"
|
||||
|
||||
msgid "kick a user out of a channel and ban the host"
|
||||
msgstr "wyrzuca użytkownika z kanału i banuje hosta"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"channel: channel name\n"
|
||||
" nick: nick\n"
|
||||
@@ -8412,7 +8414,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"kanał: nazwa kanału\n"
|
||||
" nick: nick\n"
|
||||
" powód: powód (specjalne zmienne jak $nick, $channel i $server są "
|
||||
" powód: powód (przetwarzane, zobacz /help eval; specjalne zmienne jak "
|
||||
"${nick} (własny nick), ${target} (docelowy nick), ${channel} i ${server} są "
|
||||
"podmieniane na odpowiednie wartości)\n"
|
||||
"\n"
|
||||
"Możliwe jest kopanie/banowanie za pomocą maski, nick zostanie wyciągnięty z "
|
||||
@@ -8450,7 +8453,6 @@ msgstr ""
|
||||
" cel: ten serwer powinien odpowiedzieć na zapytanie\n"
|
||||
"maska: lista serwerów musi pasować do maski"
|
||||
|
||||
#, fuzzy
|
||||
msgid "list channels and their topics"
|
||||
msgstr "wyświetla kanały i ich tematy"
|
||||
|
||||
@@ -8817,7 +8819,6 @@ msgstr "opcje: dodatkowe opcje, dla niektórych serwerów"
|
||||
msgid "force a user to leave a channel"
|
||||
msgstr "zmusza użytkownika do opuszczenia kanału"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"channel: channel name\n"
|
||||
" nick: nick\n"
|
||||
@@ -8826,8 +8827,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"kanał: nazwa kanału\n"
|
||||
" nick: nick\n"
|
||||
" powód: powód(specjalne zmienne jak $nick, $channel i $server są podmieniane "
|
||||
"na odpowiednie wartości)"
|
||||
" powód: powód (przetwarzane, zobacz /help eval; specjalne zmienne jak "
|
||||
"${nick} (własny nick), ${target} (docelowy nick), ${channel} i ${server} są "
|
||||
"podmieniane na odpowiednie wartości)"
|
||||
|
||||
msgid "tell the server to restart itself"
|
||||
msgstr "mówi serwerowi, aby się ponownie uruchomił"
|
||||
@@ -9473,7 +9475,6 @@ msgstr ""
|
||||
"są dostępne (zobacz /help cap żeby poznać listę opcji wspieranych przez "
|
||||
"WeeChat) (przykład: \"away-notify,multi-prefix\")"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, "
|
||||
"\"scram-sha-1\" for SCRAM authentication with SHA-1 digest algorithm, "
|
||||
@@ -9484,9 +9485,12 @@ msgid ""
|
||||
"for blowfish crypted password (insecure, not recommended), \"dh-aes\" for "
|
||||
"AES crypted password (insecure, not recommended)"
|
||||
msgstr ""
|
||||
"mechanizm autentykacji SASL: \"plain\" dla hasła w czystym tekście, \"ecdsa-"
|
||||
"mechanizm autentykacji SASL: \"plain\" dla hasła w czystym tekście, \"scram-"
|
||||
"sha-1\" dla uwierzytelnienia SCRAM za pomocą algorytmu SHA-1, \"scram-"
|
||||
"sha-256\" dla uwierzytelnienia SCRAM za pomocą algorytmu SHA-256, \"scram-"
|
||||
"sha-512\" dla uwierzytelnienia SCRAM za pomocą algorytmu SHA-512, \"ecdsa-"
|
||||
"nist256p-challenge\" uwierzytelnianie na podstawie pary kluczy, \"external\" "
|
||||
"dla uwierzytelnienia za pomocą certyfikatu SSL po stronie klienta\", \"dh-"
|
||||
"dla uwierzytelnienia za pomocą certyfikatu SSL po stronie klienta, \"dh-"
|
||||
"blowfish\" dla hasła szyfrowanego za pomocą blowfish (mało bezpieczne, "
|
||||
"niepolecane), \"dh-aes\" dla hasła szyfrowanego za pomocą AES (mało "
|
||||
"bezpieczne, niepolecane)"
|
||||
@@ -9606,7 +9610,6 @@ msgstr ""
|
||||
"jest przetwarzana, zobacz /help eval; opcje serwera mogą zostać użytego w "
|
||||
"postaci ${irc_server.xxx} oraz ${server} jest zastępowany nazwą serwera)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"command(s) to run after connection to server and before auto-join of "
|
||||
"channels (many commands can be separated by \";\", use \"\\;\" for a "
|
||||
@@ -9697,7 +9700,6 @@ msgstr ""
|
||||
"nie sprawdzaj nieobecności osób na kanałach z dużą ilością użytkowników (0 = "
|
||||
"nieograniczone)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"default kick message used by commands \"/kick\" and \"/kickban\" (note: "
|
||||
"content is evaluated, see /help eval; special variables ${nick} (self nick), "
|
||||
@@ -9706,10 +9708,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"domyślna wiadomość dla wykopania z kanału używana przez komendy \"/kick\" i "
|
||||
"\"/kickban\" (uwaga: zawartość jest przetwarzana zobacz /help eval; "
|
||||
"specjalne zmienne jak ${nick}, ${channel} i ${server} są zamieniane na "
|
||||
"odpowiednie wartości)"
|
||||
"specjalne zmienne jak ${nick} (własny nick), ${target} (docelowy nick), "
|
||||
"${channel} i ${server} są zamieniane na odpowiednie wartości)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"default part message (leaving channel) (note: content is evaluated, see /"
|
||||
"help eval; special variables ${nick}, ${channel} and ${server} are replaced "
|
||||
@@ -9718,10 +9719,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"domyślna wiadomość przy wyjściu z kanału (uwaga: zawartość jest przetwarzana "
|
||||
"zobacz /help eval; specjalne zmienne jak ${nick}, ${channel} i ${server} są "
|
||||
"zamieniane na odpowiednie wartości); \"%v\" jest zamieniane na wersję "
|
||||
"WeeChat jeśli w ciągu nie ma ${...})"
|
||||
"zamieniane na odpowiednie wartości; \"%v\" jest zamieniane na wersję WeeChat "
|
||||
"jeśli w ciągu nie ma ${...})"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"default quit message (disconnecting from server) (note: content is "
|
||||
"evaluated, see /help eval; special variables ${nick}, ${channel} and "
|
||||
@@ -9730,7 +9730,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"domyślna wiadomość przy odłączeniu od serwera (uwaga: zawartość jest "
|
||||
"przetwarzana zobacz /help eval; specjalne zmienne jak ${nick}, ${channel} i "
|
||||
"${server} są zamieniane na odpowiednie wartości); \"%v\" jest zamieniane na "
|
||||
"${server} są zamieniane na odpowiednie wartości; \"%v\" jest zamieniane na "
|
||||
"wersję WeeChat jeśli w ciągu nie ma ${...})"
|
||||
|
||||
msgid ""
|
||||
@@ -9888,7 +9888,6 @@ msgstr ""
|
||||
"powodują wyświetlanie tego ostrzeżenia, kiedy nie powinny (adres zdalnego "
|
||||
"nicka zmienia się wiele razy przy logowaniu)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"comma separated list of words to highlight in channel buffers (case "
|
||||
"insensitive, use \"(?-i)\" at beginning of words to make them case "
|
||||
@@ -9902,11 +9901,10 @@ msgstr ""
|
||||
"(wielkość liter nie ma znaczenia, użyj \"(?-i)\" na początku słów, dla "
|
||||
"których wielkość liter ma znaczenie; zmienne specjalne $nick, $channel i "
|
||||
"$server są zastępowane odpowiednimi wartościami), słowa te są dodawane do "
|
||||
"zmiennej lokalnej bufora \"highlight_words\" tylko kiedy bufor jest "
|
||||
"tworzony (nie ma wpływu na obecne bufory), pusty ciąg wyłącza domyślne "
|
||||
"podświetlenia nicka, przykłady: \"$nick\", \"(?-i)$nick\""
|
||||
"zmiennej lokalnej bufora \"highlight_words\" tylko kiedy bufor jest tworzony "
|
||||
"(nie ma wpływu na obecne bufory), pusty ciąg wyłącza domyślne podświetlenia "
|
||||
"nicka, przykłady: \"$nick\", \"(?-i)$nick\""
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"comma separated list of words to highlight in private buffers (case "
|
||||
"insensitive, use \"(?-i)\" at beginning of words to make them case "
|
||||
@@ -9920,11 +9918,10 @@ msgstr ""
|
||||
"(wielkość liter nie ma znaczenia, użyj \"(?-i)\" na początku słów, dla "
|
||||
"których wielkość liter ma znaczenie; zmienne specjalne $nick, $channel i "
|
||||
"$server są zastępowane odpowiednimi wartościami), słowa te są dodawane do "
|
||||
"zmiennej lokalnej bufora \"highlight_words\" tylko kiedy bufor jest "
|
||||
"tworzony (nie ma wpływu na obecne bufory), pusty ciąg wyłącza domyślne "
|
||||
"podświetlenia nicka, przykłady: \"$nick\", \"(?-i)$nick\""
|
||||
"zmiennej lokalnej bufora \"highlight_words\" tylko kiedy bufor jest tworzony "
|
||||
"(nie ma wpływu na obecne bufory), pusty ciąg wyłącza domyślne podświetlenia "
|
||||
"nicka, przykłady: \"$nick\", \"(?-i)$nick\""
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"comma separated list of words to highlight in server buffers (case "
|
||||
"insensitive, use \"(?-i)\" at beginning of words to make them case "
|
||||
@@ -9938,9 +9935,9 @@ msgstr ""
|
||||
"(wielkość liter nie ma znaczenia, użyj \"(?-i)\" na początku słów, dla "
|
||||
"których wielkość liter ma znaczenie; zmienne specjalne $nick, $channel i "
|
||||
"$server są zastępowane odpowiednimi wartościami), słowa te są dodawane do "
|
||||
"zmiennej lokalnej bufora \"highlight_words\" tylko kiedy bufor jest "
|
||||
"tworzony (nie ma wpływu na obecne bufory), pusty ciąg wyłącza domyślne "
|
||||
"podświetlenia nicka, przykłady: \"$nick\", \"(?-i)$nick\""
|
||||
"zmiennej lokalnej bufora \"highlight_words\" tylko kiedy bufor jest tworzony "
|
||||
"(nie ma wpływu na obecne bufory), pusty ciąg wyłącza domyślne podświetlenia "
|
||||
"nicka, przykłady: \"$nick\", \"(?-i)$nick\""
|
||||
|
||||
msgid ""
|
||||
"restrict highlights to these tags on irc buffers (to have highlight on user "
|
||||
@@ -10689,12 +10686,12 @@ msgstr "%s%s%s%s zidentyfikował się jako %s"
|
||||
msgid "%s%s%s%s has unidentified"
|
||||
msgstr "%s%s%s%s został niezidentyfikowany"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#, c-format
|
||||
msgid "%s%s: SASL error: %s"
|
||||
msgstr "%s%s: błąd: %s"
|
||||
msgstr "%s%s: błąd SASL: %s"
|
||||
|
||||
msgid "internal error"
|
||||
msgstr ""
|
||||
msgstr "błąd wewnętrzny"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: client capability, requesting: %s"
|
||||
@@ -11103,30 +11100,44 @@ msgstr ""
|
||||
msgid "%s%s: server \"%s\" not found for redirect"
|
||||
msgstr "%s%s: serwer \"%s\" nie został znaleziony dla przekierowania"
|
||||
|
||||
#, fuzzy
|
||||
msgid "unable to validate server signature"
|
||||
msgstr "%s%s: nie można dodać serwera"
|
||||
msgstr "nie można zweryfikować sygnatury serwera"
|
||||
|
||||
#, fuzzy
|
||||
msgid "memory error"
|
||||
msgstr "nie udało się utworzyć procesu"
|
||||
msgstr "błąd pamięci"
|
||||
|
||||
msgid "base64 decode error"
|
||||
msgstr ""
|
||||
msgstr "błąd dekodowania base64"
|
||||
|
||||
msgid "base64 encode error"
|
||||
msgstr ""
|
||||
msgstr "błąd kodowania base64"
|
||||
|
||||
msgid "cryptography error"
|
||||
msgstr ""
|
||||
msgstr "błąd kryptograficzny"
|
||||
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
msgstr "błąd protokołu"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "%s%s: nie można odczytać klucza prywatnego z pliku \"%s\""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "%sgnutls: niepoprawny plik klucza prywatnego: błąd %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr "%s%s: podpisuje wyzwanie za pomocą klucza publicnzego ECC: %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr "%sgnutls: nie można zaimportować klucza prywatnego: błąd %d %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr "%sgnutls: nie można podpisać zakodowanych danych: błąd %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -11839,7 +11850,7 @@ msgid ""
|
||||
"\"weechat_config_dir\", \"weechat_data_dir\", \"weechat_cache_dir\" and "
|
||||
"\"weechat_runtime_dir\")"
|
||||
msgstr ""
|
||||
"katalog WeeChat (*przestarzałe* od wersji 3.2, zastąpione przez "
|
||||
"Katalog WeeChat (*przestarzałe* od wersji 3.2, zastąpione przez "
|
||||
"\"weechat_config_dir\", \"weechat_data_dir\", \"weechat_cache_dir\" i "
|
||||
"\"weechat_runtime_dir\")"
|
||||
|
||||
@@ -13547,7 +13558,6 @@ msgstr "pliki w katalogach skryptów"
|
||||
msgid "tags of scripts in repository"
|
||||
msgstr "tagi skryptów w repozytorium"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"format of columns displayed in script buffer: following column identifiers "
|
||||
"are replaced by their values: %a=author, %d=description, %D=date added, "
|
||||
@@ -13558,8 +13568,8 @@ msgstr ""
|
||||
"format kolumn wyświetlanych w buforze skryptów: następujące identyfikatory "
|
||||
"kolumn są zastępowane przez ich wartość: %a=autor, %d=opis, %D=data dodania, "
|
||||
"%e=rozszerzenie, %l=język, %L=licencja, %n=nazwa z rozszerzeniem, %N=nazwa, "
|
||||
"%r=wymagania, %s=status, %t=tagi, %u=data wgrania, %v=wersja, %V=załadowana "
|
||||
"wersja, %w=min_weechat, %W=max_weechat)"
|
||||
"%r=wymagania, %s=status, %t=tagi, %u=data aktualizacji, %v=wersja, "
|
||||
"%V=załadowana wersja, %w=min_weechat, %W=max_weechat)"
|
||||
|
||||
msgid "colorize output of diff"
|
||||
msgstr "koloruj wyjście diffa"
|
||||
@@ -15043,7 +15053,6 @@ msgstr "%s%s: przekroczono czas na \"%s\" z %s"
|
||||
msgid "%s%s: unable to connect: unexpected error (%d)"
|
||||
msgstr "%s%s: nie można połączyć: niespodziewany błąd (%d)"
|
||||
|
||||
#, c-format
|
||||
#~ msgid ""
|
||||
#~ "%s%s: error building answer for SASL authentication, using mechanism \"%s"
|
||||
#~ "\""
|
||||
@@ -15051,21 +15060,5 @@ msgstr "%s%s: nie można połączyć: niespodziewany błąd (%d)"
|
||||
#~ "%s%s: błąd podczas tworzenia odpowiedzi dla uwierzytelniania SASL, "
|
||||
#~ "używając mechanizmu \"%s\""
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "%s%s: nie można odczytać klucza prywatnego z pliku \"%s\""
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "%sgnutls: niepoprawny plik klucza prywatnego: błąd %d %s"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: unable to import the private key: error %d %s"
|
||||
#~ msgstr "%sgnutls: nie można zaimportować klucza prywatnego: błąd %d %s"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: unable to sign the hashed data: error %d %s"
|
||||
#~ msgstr "%sgnutls: nie można podpisać zakodowanych danych: błąd %d %s"
|
||||
|
||||
#~ msgid "bar size in chars (0 = auto size)"
|
||||
#~ msgstr "rozmiar paska w znakach (0 = automatyczny rozmiar)"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
|
||||
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
|
||||
"Language-Team: Portuguese <>\n"
|
||||
@@ -10671,10 +10671,26 @@ msgstr ""
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "%s%s: não foi possível ler a chave privada no ficheiro \"%s\""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "%sgnutls: ficheiro de chave privada inválido: erro %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr "%s%s: a assinar o desafio com a chave ECC pública: %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr "%sgnutls: não foi possível importar a chave privada: erro %d %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr "%sgnutls: não foi possível assinar o resumo dos dados: erro %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -14528,21 +14544,5 @@ msgstr "%s%s: não foi possível conectar: erro inesperado (%d)"
|
||||
#~ "%s%s: erro ao construir resposta para a autenticação SASL, usando o "
|
||||
#~ "mecanismo \"%s\""
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "%s%s: não foi possível ler a chave privada no ficheiro \"%s\""
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "%sgnutls: ficheiro de chave privada inválido: erro %d %s"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: unable to import the private key: error %d %s"
|
||||
#~ msgstr "%sgnutls: não foi possível importar a chave privada: erro %d %s"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: unable to sign the hashed data: error %d %s"
|
||||
#~ msgstr "%sgnutls: não foi possível assinar o resumo dos dados: erro %d %s"
|
||||
|
||||
#~ msgid "bar size in chars (0 = auto size)"
|
||||
#~ msgstr "tamanho da barra em carateres (0 = tamanho automático)"
|
||||
|
||||
+17
-17
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
|
||||
"Last-Translator: Érico Nogueira <ericonr@disroot.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9528,10 +9528,26 @@ msgstr ""
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "%s%s: não foi possível ler a chave privada no arquivo \"%s\""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "%sgnutls: arquivo de chave privada inválido: erro %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr "%s%s: não foi possível criar pipe"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr "%s%s: não foi possível criar pipe"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -13070,21 +13086,5 @@ msgstr "%s%s: não foi possível conectar ao remetente"
|
||||
#~ "%s%s: erro ao construir resposta para autenticação SASL, utilizando "
|
||||
#~ "mecanismo \"%s\""
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "%s%s: não foi possível ler a chave privada no arquivo \"%s\""
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "%sgnutls: arquivo de chave privada inválido: erro %d %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to import the private key: error %d %s"
|
||||
#~ msgstr "%s%s: não foi possível criar pipe"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to sign the hashed data: error %d %s"
|
||||
#~ msgstr "%s%s: não foi possível criar pipe"
|
||||
|
||||
#~ msgid "bar size in chars (0 = auto size)"
|
||||
#~ msgstr "tamanho da barra em caracteres (0 = tamanho automático)"
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9135,10 +9135,26 @@ msgstr ""
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "Не могу записать лог-файл \"%s\"\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "Не могу записать лог-файл \"%s\"\n"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr "%s DCC: не могу создать pipe\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr "%s DCC: не могу создать pipe\n"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -12615,19 +12631,3 @@ msgstr "%s нет аргумента для параметра \"%s\"\n"
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: unable to connect: unexpected error (%d)"
|
||||
msgstr "%s DCC: не могу соединиться с отправителем\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "Не могу записать лог-файл \"%s\"\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "Не могу записать лог-файл \"%s\"\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to import the private key: error %d %s"
|
||||
#~ msgstr "%s DCC: не могу создать pipe\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
#~ msgid "%sgnutls: unable to sign the hashed data: error %d %s"
|
||||
#~ msgstr "%s DCC: не могу создать pipe\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2021-05-25 18:28+0200\n"
|
||||
"Last-Translator: Emir SARI <bitigchi@me.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -8667,10 +8667,26 @@ msgstr ""
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr "%s%s: \"%s\" dosyasındaki özel anahtar okunamıyor"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr "%sgnutls: Geçersiz özel anahtar dosyası: hata %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr "%s%s: Boru oluşturulamıyor: Hata %d %s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr "%s%s: Boru oluşturulamıyor: Hata %d %s"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
@@ -11906,11 +11922,3 @@ msgstr "%s%s: \"%s\" için %s ile zaman aşımı"
|
||||
#, c-format
|
||||
msgid "%s%s: unable to connect: unexpected error (%d)"
|
||||
msgstr "%s%s: Bağlanılamıyor: Beklenmedik hata (%d)"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%s%s: unable to read private key in file \"%s\""
|
||||
#~ msgstr "%s%s: \"%s\" dosyasındaki özel anahtar okunamıyor"
|
||||
|
||||
#, c-format
|
||||
#~ msgid "%sgnutls: invalid private key file: error %d %s"
|
||||
#~ msgstr "%sgnutls: Geçersiz özel anahtar dosyası: hata %d %s"
|
||||
|
||||
+17
-1
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2021-06-01 21:27+0200\n"
|
||||
"POT-Creation-Date: 2021-06-13 09:14+0200\n"
|
||||
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -8143,10 +8143,26 @@ msgstr ""
|
||||
msgid "protocol error"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "unable to read private key in file \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "invalid private key file: error %d %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: signing the challenge with ECC public key: %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "unable to import the private key: error %d %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "unable to sign the hashed data: error %d %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%sgnutls: version >= 3.0.21 is required for SASL \"ecdsa-nist256p-challenge\""
|
||||
|
||||
@@ -487,10 +487,10 @@ irc_sasl_get_key_content (const char *sasl_key, char **sasl_error)
|
||||
if (key_path)
|
||||
content = weechat_file_get_content (key_path);
|
||||
|
||||
if (!content && sasl_error)
|
||||
if (key_path && !content && sasl_error)
|
||||
{
|
||||
snprintf (str_error, sizeof (str_error),
|
||||
"unable to read private key in file \"%s\"",
|
||||
_("unable to read private key in file \"%s\""),
|
||||
key_path);
|
||||
*sasl_error = strdup (str_error);
|
||||
}
|
||||
@@ -578,7 +578,7 @@ irc_sasl_mechanism_ecdsa_nist256p_challenge (struct t_irc_server *server,
|
||||
if (sasl_error)
|
||||
{
|
||||
snprintf (str_error, sizeof (str_error),
|
||||
"invalid private key file: error %d %s",
|
||||
_("invalid private key file: error %d %s"),
|
||||
ret,
|
||||
gnutls_strerror (ret));
|
||||
*sasl_error = strdup (str_error);
|
||||
@@ -631,7 +631,7 @@ irc_sasl_mechanism_ecdsa_nist256p_challenge (struct t_irc_server *server,
|
||||
if (sasl_error)
|
||||
{
|
||||
snprintf (str_error, sizeof (str_error),
|
||||
"unable to import the private key: error %d %s",
|
||||
_("unable to import the private key: error %d %s"),
|
||||
ret,
|
||||
gnutls_strerror (ret));
|
||||
*sasl_error = strdup (str_error);
|
||||
@@ -651,7 +651,7 @@ irc_sasl_mechanism_ecdsa_nist256p_challenge (struct t_irc_server *server,
|
||||
if (sasl_error)
|
||||
{
|
||||
snprintf (str_error, sizeof (str_error),
|
||||
"unable to sign the hashed data: error %d %s",
|
||||
_("unable to sign the hashed data: error %d %s"),
|
||||
ret,
|
||||
gnutls_strerror (ret));
|
||||
*sasl_error = strdup (str_error);
|
||||
|
||||
+2
-2
@@ -32,9 +32,9 @@
|
||||
# devel-patch the patch version of devel (e.g. 2 for version 1.4.2)
|
||||
#
|
||||
|
||||
WEECHAT_STABLE=3.1
|
||||
WEECHAT_STABLE=3.2
|
||||
WEECHAT_DEVEL=3.2
|
||||
WEECHAT_DEVEL_FULL=3.2-rc1
|
||||
WEECHAT_DEVEL_FULL=3.2
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"
|
||||
|
||||
+3
-1
@@ -23,7 +23,7 @@
|
||||
#
|
||||
|
||||
%define name weechat
|
||||
%define version 3.1
|
||||
%define version 3.2
|
||||
%define release 1
|
||||
|
||||
Name: %{name}
|
||||
@@ -82,6 +82,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_prefix}/share/icons/hicolor/512x512/apps/weechat.png
|
||||
|
||||
%changelog
|
||||
* Sun Jun 13 2021 Sébastien Helleu <flashcode@flashtux.org> 3.2-1
|
||||
- Released version 3.2
|
||||
* Sun Mar 07 2021 Sébastien Helleu <flashcode@flashtux.org> 3.1-1
|
||||
- Released version 3.1
|
||||
* Sun Jan 31 2021 Sébastien Helleu <flashcode@flashtux.org> 3.0.1-1
|
||||
|
||||
Reference in New Issue
Block a user