diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-23 11:31:57 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-23 11:31:57 +0100 |
commit | 3acdcee0d94feaf2845c3e74d323f8c5dd01d70a (patch) | |
tree | 1aca3f34fb571b74b4190ef8d188c4b140ca2640 /po | |
parent | 6d4bc94536e162f40a0e5ec5d9db21f6cde85863 (diff) | |
download | weechat-3acdcee0d94feaf2845c3e74d323f8c5dd01d70a.zip |
irc: use MONITOR instead of ISON for /notify when it is available on server (task #11477) (patch from Nils Görs)
Diffstat (limited to 'po')
-rw-r--r-- | po/cs.po | 31 | ||||
-rw-r--r-- | po/de.po | 38 | ||||
-rw-r--r-- | po/es.po | 38 | ||||
-rw-r--r-- | po/fr.po | 41 | ||||
-rw-r--r-- | po/hu.po | 30 | ||||
-rw-r--r-- | po/it.po | 38 | ||||
-rw-r--r-- | po/ja.po | 38 | ||||
-rw-r--r-- | po/pl.po | 38 | ||||
-rw-r--r-- | po/pt_BR.po | 22 | ||||
-rw-r--r-- | po/ru.po | 30 | ||||
-rw-r--r-- | po/tr.po | 34 | ||||
-rw-r--r-- | po/weechat.pot | 18 |
12 files changed, 252 insertions, 144 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-22 18:47+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" "PO-Revision-Date: 2014-01-18 21:20+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4722,7 +4722,11 @@ msgid "%s%s: notify already exists" msgstr "%s%s: notifikace již existuje" #, c-format -msgid "%s: notification added for %s%s" +msgid "%sMonitor list is full (%d)" +msgstr "" + +#, fuzzy, c-format +msgid "%s: notification added for %s%s%s" msgstr "%s: přidána notifikace pro %s%s" #, c-format @@ -4737,9 +4741,9 @@ msgstr "%s: všechny notifikace byly smazány" msgid "%s: no notification in list" msgstr "%s: žádné notifikace v seznamu" -#, c-format -msgid "%s: notification deleted" -msgstr "%s: notifikace smazána" +#, fuzzy, c-format +msgid "%s: notification deleted for %s%s%s" +msgstr "%s: přidána notifikace pro %s%s" #, c-format msgid "%s%s: notification not found" @@ -7012,20 +7016,20 @@ msgid "Notify list is empty on all servers" msgstr "Seznam notifikací na všech serverech je prázdný" #, fuzzy, c-format -msgid "%snotify: %s%s%s is connected" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" msgstr "%snotifikace: %s%s%s se připojil %s%s" #, fuzzy, c-format -msgid "%snotify: %s%s%s is offline" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" msgstr "%snotifikace: %s%s%s se připojil %s%s" #, fuzzy, c-format -msgid "%snotify: %s%s%s has joined" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" msgstr "%snotifikace: %s%s%s se připojil %s%s" #, fuzzy, c-format -msgid "%snotify: %s%s%s has quit" -msgstr "%snotifikace: %s%s%s odešel %s%s" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" +msgstr "%s%s%s%s%s%s%s%s%s%s skončil" #, c-format msgid "%snotify: %s%s%s is now away: \"%s\"" @@ -10093,6 +10097,13 @@ msgstr "" msgid "Constants" msgstr "" +#~ msgid "%s: notification deleted" +#~ msgstr "%s: notifikace smazána" + +#, fuzzy +#~ msgid "%snotify: %s%s%s has quit" +#~ msgstr "%snotifikace: %s%s%s odešel %s%s" + #~ msgid "No layout saved" #~ msgstr "Nebylo uloženo žádné rozložení" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.3-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-23 11:21+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" "PO-Revision-Date: 2014-01-22 21:22+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n" @@ -5410,7 +5410,11 @@ msgid "%s%s: notify already exists" msgstr "%s%s: Benachrichtigung existiert schon" #, c-format -msgid "%s: notification added for %s%s" +msgid "%sMonitor list is full (%d)" +msgstr "" + +#, fuzzy, c-format +msgid "%s: notification added for %s%s%s" msgstr "%s: Benachrichtigung für %s%s hinzugefügt" #, c-format @@ -5425,9 +5429,9 @@ msgstr "%s: alle Benachrichtigungen wurden gelöscht" msgid "%s: no notification in list" msgstr "%s keine Benachrichtigung in Liste vorhanden" -#, c-format -msgid "%s: notification deleted" -msgstr "%s: Benachrichtigung gelöscht" +#, fuzzy, c-format +msgid "%s: notification deleted for %s%s%s" +msgstr "%s: Benachrichtigung für %s%s hinzugefügt" #, c-format msgid "%s%s: notification not found" @@ -7949,21 +7953,21 @@ msgstr "Benachrichtigungen für alle Server:" msgid "Notify list is empty on all servers" msgstr "es liegt für keinen Server eine Benachrichtigung vor" -#, c-format -msgid "%snotify: %s%s%s is connected" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" msgstr "%snotify: %s%s%s ist angemeldet" -#, c-format -msgid "%snotify: %s%s%s is offline" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" msgstr "%snotify: %s%s%s ist offline" -#, c-format -msgid "%snotify: %s%s%s has joined" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" msgstr "%snotify: %s%s%s hat sich angemeldet" -#, c-format -msgid "%snotify: %s%s%s has quit" -msgstr "%snotify: %s%s%s hat sich abgemeldet" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" +msgstr "%s%s%s%s%s%s%s%s%s%s hat den IRC verlassen" #, c-format msgid "%snotify: %s%s%s is now away: \"%s\"" @@ -11232,6 +11236,12 @@ msgstr "Type" msgid "Constants" msgstr "Konstanten" +#~ msgid "%s: notification deleted" +#~ msgstr "%s: Benachrichtigung gelöscht" + +#~ msgid "%snotify: %s%s%s has quit" +#~ msgstr "%snotify: %s%s%s hat sich abgemeldet" + #~ msgid "No layout saved" #~ msgstr "Kein Layout gespeichert" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-22 18:47+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" "PO-Revision-Date: 2014-01-18 21:21+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4939,7 +4939,11 @@ msgid "%s%s: notify already exists" msgstr "%s%s: la notificación ya existe" #, c-format -msgid "%s: notification added for %s%s" +msgid "%sMonitor list is full (%d)" +msgstr "" + +#, fuzzy, c-format +msgid "%s: notification added for %s%s%s" msgstr "%s: notificación para %s%s agregada" #, c-format @@ -4954,9 +4958,9 @@ msgstr "%s: todas las notificaciones borradas" msgid "%s: no notification in list" msgstr "%s: no hay notificaciones en la lista" -#, c-format -msgid "%s: notification deleted" -msgstr "%s: notificación borrada" +#, fuzzy, c-format +msgid "%s: notification deleted for %s%s%s" +msgstr "%s: notificación para %s%s agregada" #, c-format msgid "%s%s: notification not found" @@ -7289,21 +7293,21 @@ msgstr "Lista de notificaciones para todos los servidores:" msgid "Notify list is empty on all servers" msgstr "Lista de notificaciones vacía en todos los servidores" -#, c-format -msgid "%snotify: %s%s%s is connected" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" msgstr "%saviso: %s%s%s está conectado" -#, c-format -msgid "%snotify: %s%s%s is offline" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" msgstr "%saviso: %s%s%s está desconectado" -#, c-format -msgid "%snotify: %s%s%s has joined" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" msgstr "%saviso: %s%s%s se ha unido" -#, c-format -msgid "%snotify: %s%s%s has quit" -msgstr "%saviso: %s%s%s ha salido" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" +msgstr "%s%s%s%s%s%s%s%s%s%s ha salido" #, c-format msgid "%snotify: %s%s%s is now away: \"%s\"" @@ -10363,6 +10367,12 @@ msgstr "Tipo" msgid "Constants" msgstr "Constantes" +#~ msgid "%s: notification deleted" +#~ msgstr "%s: notificación borrada" + +#~ msgid "%snotify: %s%s%s has quit" +#~ msgstr "%saviso: %s%s%s ha salido" + #~ msgid "No layout saved" #~ msgstr "Ningún esquema guardado" @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-22 18:47+0100\n" -"PO-Revision-Date: 2014-01-22 18:47+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" +"PO-Revision-Date: 2014-01-23 11:27+0100\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -3486,7 +3486,8 @@ msgid "save configuration file on exit" msgstr "sauvegarder la configuration en quittant" msgid "save layout on exit (buffers, windows, or both)" -msgstr "sauvegarder la disposition en quittant (tampons, fenêtres, ou les deux)" +msgstr "" +"sauvegarder la disposition en quittant (tampons, fenêtres, ou les deux)" msgid "how many lines to scroll by with scroll_up and scroll_down" msgstr "nombre de lignes pour le défilement avec scroll_up et scroll_down" @@ -5275,8 +5276,12 @@ msgid "%s%s: notify already exists" msgstr "%s%s: la notification existe déjà" #, c-format -msgid "%s: notification added for %s%s" -msgstr "%s: notification ajoutée pour %s%s" +msgid "%sMonitor list is full (%d)" +msgstr "%sLa liste de surveillance est pleine (%d)" + +#, c-format +msgid "%s: notification added for %s%s%s" +msgstr "%s: notification ajoutée pour %s%s%s" #, c-format msgid "%s%s: error adding notification" @@ -5291,8 +5296,8 @@ msgid "%s: no notification in list" msgstr "%s: pas de notification dans la liste" #, c-format -msgid "%s: notification deleted" -msgstr "%s: notification supprimée" +msgid "%s: notification deleted for %s%s%s" +msgstr "%s: notification supprimée pour %s%s%s" #, c-format msgid "%s%s: notification not found" @@ -7731,20 +7736,20 @@ msgid "Notify list is empty on all servers" msgstr "La liste de notifications est vide sur tous les serveurs" #, c-format -msgid "%snotify: %s%s%s is connected" -msgstr "%snotify: %s%s%s est connecté" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" +msgstr "%snotify: %s%s%s%s%s%s%s%s%s est connecté" #, c-format -msgid "%snotify: %s%s%s is offline" -msgstr "%snotify: %s%s%s est déconnecté" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" +msgstr "%snotify: %s%s%s%s%s%s%s%s%s est déconnecté" #, c-format -msgid "%snotify: %s%s%s has joined" -msgstr "%snotify: %s%s%s a rejoint" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" +msgstr "%snotify: %s%s%s%s%s%s%s%s%s a rejoint" #, c-format -msgid "%snotify: %s%s%s has quit" -msgstr "%snotify: %s%s%s a quitté" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" +msgstr "%snotify: %s%s%s%s%s%s%s%s%s a quitté" #, c-format msgid "%snotify: %s%s%s is now away: \"%s\"" @@ -10958,6 +10963,12 @@ msgstr "Type" msgid "Constants" msgstr "Constantes" +#~ msgid "%s: notification deleted" +#~ msgstr "%s: notification supprimée" + +#~ msgid "%snotify: %s%s%s has quit" +#~ msgstr "%snotify: %s%s%s a quitté" + #~ msgid "No layout saved" #~ msgstr "Pas de disposition sauvée" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-22 18:47+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" "PO-Revision-Date: 2014-01-06 10:16+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4299,8 +4299,12 @@ msgstr "%s \"%s\" parancs nem futtatható a szerverablakban\n" msgid "%s%s: notify already exists" msgstr "%s az ignore már létezik\n" +#, c-format +msgid "%sMonitor list is full (%d)" +msgstr "" + #, fuzzy, c-format -msgid "%s: notification added for %s%s" +msgid "%s: notification added for %s%s%s" msgstr "%s IP-cím nem található\n" #, fuzzy, c-format @@ -4316,8 +4320,8 @@ msgid "%s: no notification in list" msgstr "%s nem található ilyen mellőzés\n" #, fuzzy, c-format -msgid "%s: notification deleted" -msgstr "Nincs mellőzés megadva.\n" +msgid "%s: notification deleted for %s%s%s" +msgstr "%s IP-cím nem található\n" #, fuzzy, c-format msgid "%s%s: notification not found" @@ -6513,20 +6517,20 @@ msgid "Notify list is empty on all servers" msgstr "" #, fuzzy, c-format -msgid "%snotify: %s%s%s is connected" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" msgstr "%s%s%s kirúgta %s%s%s-t a(z) %s%s szobából" #, fuzzy, c-format -msgid "%snotify: %s%s%s is offline" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" msgstr "%s%s%s kirúgta %s%s%s-t a(z) %s%s szobából" #, fuzzy, c-format -msgid "%snotify: %s%s%s has joined" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" msgstr "%s%s%s kirúgta %s%s%s-t a(z) %s%s szobából" #, fuzzy, c-format -msgid "%snotify: %s%s%s has quit" -msgstr "%s%s%s kirúgta %s%s%s-t a(z) %s%s szobából" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" +msgstr "%s%s %s(%s%s%s)%s kilépett" #, fuzzy, c-format msgid "%snotify: %s%s%s is now away: \"%s\"" @@ -9514,6 +9518,14 @@ msgid "Constants" msgstr "" #, fuzzy +#~ msgid "%s: notification deleted" +#~ msgstr "Nincs mellőzés megadva.\n" + +#, fuzzy +#~ msgid "%snotify: %s%s%s has quit" +#~ msgstr "%s%s%s kirúgta %s%s%s-t a(z) %s%s szobából" + +#, fuzzy #~ msgid "%sgnutls: fingerprint does NOT match" #~ msgstr "Nem sikerült a(z) \"%s\" naplófájlt írni\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-22 18:47+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" "PO-Revision-Date: 2014-01-18 21:22+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5076,7 +5076,11 @@ msgid "%s%s: notify already exists" msgstr "%s%s: la notifica esiste già" #, c-format -msgid "%s: notification added for %s%s" +msgid "%sMonitor list is full (%d)" +msgstr "" + +#, fuzzy, c-format +msgid "%s: notification added for %s%s%s" msgstr "%s: notifica aggiunta per %s%s" #, c-format @@ -5091,9 +5095,9 @@ msgstr "%s: tutte le notifiche eliminate" msgid "%s: no notification in list" msgstr "%s: nessuna notifica nella lista" -#, c-format -msgid "%s: notification deleted" -msgstr "%s: notifica eliminata" +#, fuzzy, c-format +msgid "%s: notification deleted for %s%s%s" +msgstr "%s: notifica aggiunta per %s%s" #, c-format msgid "%s%s: notification not found" @@ -7429,21 +7433,21 @@ msgstr "La lista notifiche per tutti i server:" msgid "Notify list is empty on all servers" msgstr "La lista notifiche è vuota su tutti i server" -#, c-format -msgid "%snotify: %s%s%s is connected" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" msgstr "%snotifica: %s%s%s è connesso" -#, c-format -msgid "%snotify: %s%s%s is offline" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" msgstr "%snotifica: %s%s%s non è in linea" -#, c-format -msgid "%snotify: %s%s%s has joined" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" msgstr "%snotifica: %s%s%s è entrato" -#, c-format -msgid "%snotify: %s%s%s has quit" -msgstr "%snotifica: %s%s%s si è disconnesso" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" +msgstr "%s%s%s%s%s%s%s%s%s%s si è disconnesso" #, c-format msgid "%snotify: %s%s%s is now away: \"%s\"" @@ -10515,6 +10519,12 @@ msgstr "Tipo" msgid "Constants" msgstr "Costanti" +#~ msgid "%s: notification deleted" +#~ msgstr "%s: notifica eliminata" + +#~ msgid "%snotify: %s%s%s has quit" +#~ msgstr "%snotifica: %s%s%s si è disconnesso" + #~ msgid "No layout saved" #~ msgstr "Nessun layout salvato" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-22 18:47+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" "PO-Revision-Date: 2014-01-18 21:22+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/WeeChat>\n" @@ -5038,7 +5038,11 @@ msgid "%s%s: notify already exists" msgstr "%s%s: notify は既に存在しています" #, c-format -msgid "%s: notification added for %s%s" +msgid "%sMonitor list is full (%d)" +msgstr "" + +#, fuzzy, c-format +msgid "%s: notification added for %s%s%s" msgstr "%s: %s%s の通知を追加" #, c-format @@ -5053,9 +5057,9 @@ msgstr "%s: 全ての通知を削除" msgid "%s: no notification in list" msgstr "%s: リストに通知がありません" -#, c-format -msgid "%s: notification deleted" -msgstr "%s: 通知を削除" +#, fuzzy, c-format +msgid "%s: notification deleted for %s%s%s" +msgstr "%s: %s%s の通知を追加" #, c-format msgid "%s%s: notification not found" @@ -7410,21 +7414,21 @@ msgstr "全てのサーバの通知リスト:" msgid "Notify list is empty on all servers" msgstr "全てのサーバの通知リストは空です" -#, c-format -msgid "%snotify: %s%s%s is connected" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" msgstr "%s通知: %s%s%s が接続しました" -#, c-format -msgid "%snotify: %s%s%s is offline" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" msgstr "%s通知: %s%s%s はオフライン状態" -#, c-format -msgid "%snotify: %s%s%s has joined" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" msgstr "%s通知: %s%s%s が参加" -#, c-format -msgid "%snotify: %s%s%s has quit" -msgstr "%s通知: %s%s%s が終了" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" +msgstr "%s%s%s%s%s%s%s%s%s%s が終了" #, c-format msgid "%snotify: %s%s%s is now away: \"%s\"" @@ -10542,6 +10546,12 @@ msgstr "タイプ" msgid "Constants" msgstr "定数" +#~ msgid "%s: notification deleted" +#~ msgstr "%s: 通知を削除" + +#~ msgid "%snotify: %s%s%s has quit" +#~ msgstr "%s通知: %s%s%s が終了" + #~ msgid "No layout saved" #~ msgstr "レイアウトが保存されていません" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-22 18:47+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" "PO-Revision-Date: 2014-01-18 21:23+0100\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5156,7 +5156,11 @@ msgid "%s%s: notify already exists" msgstr "%s%s: powiadomienie juz istnieje" #, c-format -msgid "%s: notification added for %s%s" +msgid "%sMonitor list is full (%d)" +msgstr "" + +#, fuzzy, c-format +msgid "%s: notification added for %s%s%s" msgstr "%s: powiadomienie dodane dla %s%s" #, c-format @@ -5171,9 +5175,9 @@ msgstr "%s: usunięto wszystkie powiadomienia" msgid "%s: no notification in list" msgstr "%s: brak powiadomień na liście" -#, c-format -msgid "%s: notification deleted" -msgstr "%s: usunięto powiadomienie" +#, fuzzy, c-format +msgid "%s: notification deleted for %s%s%s" +msgstr "%s: powiadomienie dodane dla %s%s" #, c-format msgid "%s%s: notification not found" @@ -7572,21 +7576,21 @@ msgstr "Lista powiadomień dla wszystkich serwerów:" msgid "Notify list is empty on all servers" msgstr "Lista powiadomień jest pusta na wszystkich serwerach" -#, c-format -msgid "%snotify: %s%s%s is connected" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" msgstr "%spowiadomienie: %s%s%s jest podłączony" -#, c-format -msgid "%snotify: %s%s%s is offline" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" msgstr "%spowiadomienie: %s%s%s jest offline" -#, c-format -msgid "%snotify: %s%s%s has joined" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" msgstr "%spowiadomienie: %s%s%s wszedł" -#, c-format -msgid "%snotify: %s%s%s has quit" -msgstr "%spowiadomienie: %s%s%s wyszedł" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" +msgstr "%s%s%s%s%s%s%s%s%s%s wyszedł z IRC" #, c-format msgid "%snotify: %s%s%s is now away: \"%s\"" @@ -10734,6 +10738,12 @@ msgstr "Typ" msgid "Constants" msgstr "Stałe" +#~ msgid "%s: notification deleted" +#~ msgstr "%s: usunięto powiadomienie" + +#~ msgid "%snotify: %s%s%s has quit" +#~ msgstr "%spowiadomienie: %s%s%s wyszedł" + #~ msgid "No layout saved" #~ msgstr "Nie zapisano żadnego układu" diff --git a/po/pt_BR.po b/po/pt_BR.po index 3bf8be576..a32257cd2 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-22 18:47+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" "PO-Revision-Date: 2014-01-18 21:23+0100\n" "Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4766,9 +4766,13 @@ msgid "%s%s: notify already exists" msgstr "" #, c-format -msgid "%s: notification added for %s%s" +msgid "%sMonitor list is full (%d)" msgstr "" +#, fuzzy, c-format +msgid "%s: notification added for %s%s%s" +msgstr "%s%s: falha na autenticação com cliente %s%s%s (%s.%s)" + #, c-format msgid "%s%s: error adding notification" msgstr "" @@ -4781,9 +4785,9 @@ msgstr "" msgid "%s: no notification in list" msgstr "" -#, c-format -msgid "%s: notification deleted" -msgstr "" +#, fuzzy, c-format +msgid "%s: notification deleted for %s%s%s" +msgstr "%s: desconectado do cliente %s%s%s (%s.%s)" #, c-format msgid "%s%s: notification not found" @@ -6724,19 +6728,19 @@ msgid "Notify list is empty on all servers" msgstr "Lista de notificação está vazia em todos os servidores" #, fuzzy, c-format -msgid "%snotify: %s%s%s is connected" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" msgstr "%snotificação: %s%s%s entrou %s%s" #, fuzzy, c-format -msgid "%snotify: %s%s%s is offline" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" msgstr "%snotificação: %s%s%s entrou %s%s" #, fuzzy, c-format -msgid "%snotify: %s%s%s has joined" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" msgstr "%snotificação: %s%s%s entrou %s%s" #, fuzzy, c-format -msgid "%snotify: %s%s%s has quit" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" msgstr "%snotificação: %s%s%s saiu %s%s" #, c-format @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-22 18:47+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" "PO-Revision-Date: 2014-01-06 10:17+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4335,8 +4335,12 @@ msgstr "%s \"%s\" команда может быть выполнена толь msgid "%s%s: notify already exists" msgstr "%s игнорирование уже существует\n" +#, c-format +msgid "%sMonitor list is full (%d)" +msgstr "" + #, fuzzy, c-format -msgid "%s: notification added for %s%s" +msgid "%s: notification added for %s%s%s" msgstr "%s IP адрес не найден\n" #, fuzzy, c-format @@ -4352,8 +4356,8 @@ msgid "%s: no notification in list" msgstr "%s игнорирования не найдены\n" #, fuzzy, c-format -msgid "%s: notification deleted" -msgstr "Игнорирования не заданы.\n" +msgid "%s: notification deleted for %s%s%s" +msgstr "%s IP адрес не найден\n" #, fuzzy, c-format msgid "%s%s: notification not found" @@ -6542,20 +6546,20 @@ msgid "Notify list is empty on all servers" msgstr "" #, fuzzy, c-format -msgid "%snotify: %s%s%s is connected" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" msgstr "%s%s%s выкинул %s%s%s с канала %s%s" #, fuzzy, c-format -msgid "%snotify: %s%s%s is offline" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" msgstr "%s%s%s выкинул %s%s%s с канала %s%s" #, fuzzy, c-format -msgid "%snotify: %s%s%s has joined" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" msgstr "%s%s%s выкинул %s%s%s с канала %s%s" #, fuzzy, c-format -msgid "%snotify: %s%s%s has quit" -msgstr "%s%s%s выкинул %s%s%s с канала %s%s" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" +msgstr "%s%s %s(%s%s%s)%s вышел" #, fuzzy, c-format msgid "%snotify: %s%s%s is now away: \"%s\"" @@ -9537,6 +9541,14 @@ msgstr "" msgid "Constants" msgstr "" +#, fuzzy +#~ msgid "%s: notification deleted" +#~ msgstr "Игнорирования не заданы.\n" + +#, fuzzy +#~ msgid "%snotify: %s%s%s has quit" +#~ msgstr "%s%s%s выкинул %s%s%s с канала %s%s" + #~ msgid "No layout saved" #~ msgstr "Нет сохранённых раскладок" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-22 18:47+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" "PO-Revision-Date: 2014-01-06 10:17+0100\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3892,7 +3892,11 @@ msgid "%s%s: notify already exists" msgstr "" #, c-format -msgid "%s: notification added for %s%s" +msgid "%sMonitor list is full (%d)" +msgstr "" + +#, c-format +msgid "%s: notification added for %s%s%s" msgstr "" #, c-format @@ -3908,7 +3912,7 @@ msgid "%s: no notification in list" msgstr "" #, c-format -msgid "%s: notification deleted" +msgid "%s: notification deleted for %s%s%s" msgstr "" #, c-format @@ -5780,21 +5784,21 @@ msgstr "" msgid "Notify list is empty on all servers" msgstr "" -#, c-format -msgid "%snotify: %s%s%s is connected" -msgstr "" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" +msgstr "%s%s%s%s%s%s%s%s%s%s çıktı" -#, c-format -msgid "%snotify: %s%s%s is offline" -msgstr "" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" +msgstr "%s%s%s%s%s%s%s%s%s%s çıktı" -#, c-format -msgid "%snotify: %s%s%s has joined" -msgstr "" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" +msgstr "%s%s%s%s%s%s%s%s%s%s katıldı %s%s%s" -#, c-format -msgid "%snotify: %s%s%s has quit" -msgstr "" +#, fuzzy, c-format +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" +msgstr "%s%s%s%s%s%s%s%s%s%s çıktı" #, c-format msgid "%snotify: %s%s%s is now away: \"%s\"" diff --git a/po/weechat.pot b/po/weechat.pot index 5e52699b6..e1dd1ff43 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-22 18:47+0100\n" +"POT-Creation-Date: 2014-01-23 11:24+0100\n" "PO-Revision-Date: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3895,7 +3895,11 @@ msgid "%s%s: notify already exists" msgstr "" #, c-format -msgid "%s: notification added for %s%s" +msgid "%sMonitor list is full (%d)" +msgstr "" + +#, c-format +msgid "%s: notification added for %s%s%s" msgstr "" #, c-format @@ -3911,7 +3915,7 @@ msgid "%s: no notification in list" msgstr "" #, c-format -msgid "%s: notification deleted" +msgid "%s: notification deleted for %s%s%s" msgstr "" #, c-format @@ -5737,19 +5741,19 @@ msgid "Notify list is empty on all servers" msgstr "" #, c-format -msgid "%snotify: %s%s%s is connected" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is connected" msgstr "" #, c-format -msgid "%snotify: %s%s%s is offline" +msgid "%snotify: %s%s%s%s%s%s%s%s%s is offline" msgstr "" #, c-format -msgid "%snotify: %s%s%s has joined" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has joined" msgstr "" #, c-format -msgid "%snotify: %s%s%s has quit" +msgid "%snotify: %s%s%s%s%s%s%s%s%s has quit" msgstr "" #, c-format |