Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package polari for openSUSE:Factory checked in at 2021-07-21 19:06:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/polari (Old) and /work/SRC/openSUSE:Factory/.polari.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "polari" Wed Jul 21 19:06:10 2021 rev:47 rq:907060 version:40.1 Changes: -------- --- /work/SRC/openSUSE:Factory/polari/polari.changes 2021-07-02 13:26:45.397091337 +0200 +++ /work/SRC/openSUSE:Factory/.polari.new.2632/polari.changes 2021-07-21 19:07:06.423367289 +0200 @@ -1,0 +2,8 @@ +Tue Jul 13 13:51:41 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 40.1: + + Update GNOME server list. + + Misc. bug fixes. + + Updated translations. + +------------------------------------------------------------------- Old: ---- polari-40.0.tar.xz New: ---- polari-40.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polari.spec ++++++ --- /var/tmp/diff_new_pack.Pb3sAT/_old 2021-07-21 19:07:06.931368172 +0200 +++ /var/tmp/diff_new_pack.Pb3sAT/_new 2021-07-21 19:07:06.935368178 +0200 @@ -18,7 +18,7 @@ Name: polari -Version: 40.0 +Version: 40.1 Release: 0 Summary: An IRC Client for GNOME License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ polari-40.0.tar.xz -> polari-40.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polari-40.0/NEWS new/polari-40.1/NEWS --- old/polari-40.0/NEWS 2021-06-25 18:31:36.947847600 +0200 +++ new/polari-40.1/NEWS 2021-07-12 20:57:30.665109600 +0200 @@ -1,3 +1,14 @@ +40.1 +==== +* Update GNOME server list [Florian; !200] +* Misc. bug fixes [Florian; !197] + +Contributors: + Florian M??llner + +Translators: + Alexey Rubtsov [ru] + 40.0 ??? ???You Need a Boyfriend, Not a Person??? =========================================== * Promisify async operations [Florian; !169] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polari-40.0/data/appdata/org.gnome.Polari.appdata.xml.in new/polari-40.1/data/appdata/org.gnome.Polari.appdata.xml.in --- old/polari-40.0/data/appdata/org.gnome.Polari.appdata.xml.in 2021-06-25 18:31:36.947847600 +0200 +++ new/polari-40.1/data/appdata/org.gnome.Polari.appdata.xml.in 2021-07-12 20:57:30.666109600 +0200 @@ -55,6 +55,13 @@ </kudos> <translation type="gettext">polari</translation> <releases> + <release version="40.1" date="2021-07-12"> + <description> + <p> + Update the GNOME server list to reflect recent changes. + </p> + </description> + </release> <release version="40.0" date="2021-06-25"> <description> <p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polari-40.0/data/resources/networks.json new/polari-40.1/data/resources/networks.json --- old/polari-40.0/data/resources/networks.json 2021-06-25 18:31:36.953847600 +0200 +++ new/polari-40.1/data/resources/networks.json 2021-07-12 20:57:30.676109300 +0200 @@ -316,8 +316,7 @@ { "ssl": false, "port": 6667, "address": "irc.us.gimp.org" }, { "ssl": true, "port": 6697, "address": "irc.eagle.y.se" }, { "ssl": true, "port": 6697, "address": "irc.acc.umu.se" }, - { "ssl": true, "port": 6697, "address": "irc.gimp.ca" }, - { "ssl": true, "port": 6697, "address": "irc.poop.nl" } + { "ssl": true, "port": 6697, "address": "irc.gimp.ca" } ] }, { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polari-40.0/flatpak/org.gnome.Polari.json new/polari-40.1/flatpak/org.gnome.Polari.json --- old/polari-40.0/flatpak/org.gnome.Polari.json 2021-06-25 18:31:36.954847600 +0200 +++ new/polari-40.1/flatpak/org.gnome.Polari.json 2021-07-12 20:57:30.678109200 +0200 @@ -8,7 +8,7 @@ "tags": ["nightly"], "desktop-file-name-prefix": "(Nightly) ", "finish-args": [ - "--share=ipc", "--socket=x11", "--socket=fallback-x11", + "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--share=network", "--own-name=org.freedesktop.Telepathy.Client.Polari", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polari-40.0/meson.build new/polari-40.1/meson.build --- old/polari-40.0/meson.build 2021-06-25 18:31:36.959847500 +0200 +++ new/polari-40.1/meson.build 2021-07-12 20:57:30.689108800 +0200 @@ -1,5 +1,5 @@ project('polari', 'c', - version: '40.0', + version: '40.1', meson_version: '>= 0.51.0', license: 'GPL2+' ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/polari-40.0/po/ru.po new/polari-40.1/po/ru.po --- old/polari-40.0/po/ru.po 2021-06-25 18:31:36.970847100 +0200 +++ new/polari-40.1/po/ru.po 2021-07-12 20:57:30.707108300 +0200 @@ -8,9 +8,9 @@ msgstr "" "Project-Id-Version: polari master\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/polari/issues\n" -"POT-Creation-Date: 2018-10-03 22:33+0000\n" -"PO-Revision-Date: 2018-09-09 23:14+0300\n" -"Last-Translator: Stas Solovey <whats...@tut.by>\n" +"POT-Creation-Date: 2020-06-08 18:31+0000\n" +"PO-Revision-Date: 2021-06-27 19:03+0300\n" +"Last-Translator: Alexey Rubtsov <rushi...@gmail.com>\n" "Language-Team: ?????????????? <gnome-...@gnome.org>\n" "Language: ru\n" "MIME-Version: 1.0\n" @@ -18,15 +18,16 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Poedit 2.1.1\n" +"X-Generator: Poedit 3.0\n" #: data/appdata/org.gnome.Polari.appdata.xml.in:7 #: data/org.gnome.Polari.desktop.in:3 data/resources/main-window.ui:39 +#: src/roomStack.js:207 msgid "Polari" msgstr "Polari" #: data/appdata/org.gnome.Polari.appdata.xml.in:8 -#: data/org.gnome.Polari.desktop.in:4 src/application.js:831 +#: data/org.gnome.Polari.desktop.in:4 src/application.js:841 msgid "An Internet Relay Chat Client for GNOME" msgstr "IRC-???????????? ?????? GNOME" @@ -50,15 +51,10 @@ "??????-??????????????. ?????????????????? ???????????????????????? ???? ?????????????? ???? ???????????????????? ?????????????? " "??????????????????, ?? ?????? ???????????? ?????????? ?????????? ???????????????? ?????????????????????? ?????????? ?? ??????????????????????!" -#: data/appdata/org.gnome.Polari.appdata.xml.in:47 +#: data/appdata/org.gnome.Polari.appdata.xml.in:48 msgid "The GNOME Project" msgstr "???????????? GNOME" -#. Translators: Do NOT translate or transliterate this text (this is an icon file name)! -#: data/org.gnome.Polari.desktop.in:7 -msgid "org.gnome.Polari" -msgstr "org.gnome.Polari" - #. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: data/org.gnome.Polari.desktop.in:15 msgid "IRC;Internet;Relay;Chat;" @@ -72,7 +68,7 @@ msgid "List of channels to restore on startup" msgstr "???????????? ??????????????, ?????????????????????????????????? ?????? ??????????????" -#: data/org.gnome.Polari.gschema.xml:11 data/resources/menus.ui:6 +#: data/org.gnome.Polari.gschema.xml:11 data/resources/main-window.ui:16 msgid "Run in Background" msgstr "?????????????????? ?? ????????" @@ -138,6 +134,17 @@ "???????????????? ????, ???????????????????????? ???? ?????????????? ?????????????????????????? ???????????????? ?????????? " "????????????????????????" +#: data/org.gnome.Polari.gschema.xml:56 +msgid "List of muted usernames" +msgstr "???????????? ???????????????????????? ???????? ??????????????????????????" + +#: data/org.gnome.Polari.gschema.xml:57 +msgid "" +"A list of usernames for whose private messages not to show notifications" +msgstr "" +"???????????? ???????? ??????????????????????????, ?????? ???????????? ?????????????????? ?????????????? ???? ?????????? ???????????????????? " +"??????????????????????" + #: data/resources/connection-details.ui:13 msgid "_Server Address" msgstr "_?????????? ??????????????" @@ -163,8 +170,8 @@ msgid "_Real Name" msgstr "_?????????????????? ??????" -#: data/resources/connection-properties.ui:9 data/resources/entry-area.ui:109 -#: data/resources/join-room-dialog.ui:11 src/initialSetup.js:82 +#: data/resources/connection-properties.ui:9 data/resources/entry-area.ui:110 +#: data/resources/join-room-dialog.ui:11 src/initialSetup.js:85 msgid "_Cancel" msgstr "_????????????????" @@ -176,7 +183,7 @@ msgid "Change nickname" msgstr "???????????????? ??????????????????" -#: data/resources/entry-area.ui:119 +#: data/resources/entry-area.ui:120 msgid "_Paste" msgstr "_????????????????" @@ -207,50 +214,60 @@ #: data/resources/help-overlay.ui:48 msgctxt "shortcut window" +msgid "Show Help" +msgstr "???????????????? ??????????????????" + +#: data/resources/help-overlay.ui:55 +msgctxt "shortcut window" +msgid "Open Menu" +msgstr "?????????????? ????????" + +#: data/resources/help-overlay.ui:62 +msgctxt "shortcut window" msgid "Quit" msgstr "??????????????????" -#: data/resources/help-overlay.ui:55 +#: data/resources/help-overlay.ui:69 msgctxt "shortcut window" msgid "Keyboard Shortcuts" msgstr "???????????????????? ????????????" -#: data/resources/help-overlay.ui:64 +#: data/resources/help-overlay.ui:78 msgctxt "shortcut window" msgid "Navigation" msgstr "??????????????????" -#: data/resources/help-overlay.ui:68 +#: data/resources/help-overlay.ui:82 msgctxt "shortcut window" msgid "Next Room" msgstr "?????????????????? ??????????????" -#: data/resources/help-overlay.ui:75 +#: data/resources/help-overlay.ui:89 msgctxt "shortcut window" msgid "Previous Room" msgstr "???????????????????? ??????????????" -#: data/resources/help-overlay.ui:82 +#: data/resources/help-overlay.ui:96 msgctxt "shortcut window" msgid "Next Room with Unread Messages" msgstr "?????????????????? ?????????????? ?? ???????????????????????????? ??????????????????????" -#: data/resources/help-overlay.ui:89 +#: data/resources/help-overlay.ui:103 msgctxt "shortcut window" msgid "Previous Room with Unread Messages" msgstr "???????????????????? ?????????????? ?? ???????????????????????????? ??????????????????????" -#: data/resources/help-overlay.ui:96 +#: data/resources/help-overlay.ui:110 msgctxt "shortcut window" msgid "First Room" msgstr "???????????? ??????????????" -#: data/resources/help-overlay.ui:103 +#: data/resources/help-overlay.ui:117 msgctxt "shortcut window" msgid "Last Room" msgstr "?????????????????? ??????????????" -#: data/resources/help-overlay.ui:110 +#: data/resources/help-overlay.ui:124 msgctxt "shortcut window" msgid "First ??? Ninth Room" msgstr "????????????????????????????? ??????????????" @@ -286,7 +303,7 @@ "???????????????? ??????????????, ?? ?????????????? ???????????? ????????????????????????. ???? ???????????? ???????????????? ???????????? " "?????????? ?? ???????????? ??????????, ?????????? ???????????? +." -#: data/resources/join-room-dialog.ui:4 src/joinDialog.js:229 +#: data/resources/join-room-dialog.ui:4 src/joinDialog.js:232 msgid "Join Chat Room" msgstr "?????????? ?? ??????????????" @@ -310,49 +327,38 @@ msgid "_Custom Network" msgstr "??_?????????? ????????" -#: data/resources/main-window.ui:14 -msgid "Run Polari in the Background?" -msgstr "?????????????????? Polari ?? ?????????" +#: data/resources/main-window.ui:22 +msgid "Keyboard Shortcuts" +msgstr "???????????????????? ????????????" -#: data/resources/main-window.ui:15 -msgid "" -"Polari will continue to run when closed and will be automatically started on " -"login." -msgstr "" -"Polari ?????????????????? ???????????? ?? ???????? ?????? ???????????????? ?? ?????????? ?????????????????????????? " -"?????????????????????? ?????? ?????????? ?? ??????????????." +#: data/resources/main-window.ui:26 +msgid "Help" +msgstr "??????????????" -#: data/resources/main-window.ui:21 -msgid "_Quit" -msgstr "_??????????????????" +#: data/resources/main-window.ui:30 +msgid "About" +msgstr "?? ????????????????????" -#: data/resources/main-window.ui:28 -msgid "_Run in background" -msgstr "?????????????????? ?? _????????" +#: data/resources/main-window.ui:34 data/resources/menus.ui:6 +#: src/application.js:58 +msgid "Quit" +msgstr "??????????????????" #: data/resources/main-window.ui:55 data/resources/main-window.ui:69 msgid "Add rooms and networks" msgstr "???????????????? ?????????????? ?? ????????" -#: data/resources/main-window.ui:175 +#: data/resources/main-window.ui:197 msgid "Show connected users" msgstr "???????????????? ???????????????????????? ??????????????????????????" -#: data/resources/menus.ui:12 -msgid "Keyboard Shortcuts" -msgstr "???????????????????? ????????????" - -#: data/resources/menus.ui:16 -msgid "Help" -msgstr "??????????????" +#: data/resources/main-window.ui:225 src/roomList.js:474 src/userList.js:417 +msgid "Offline" +msgstr "???? ?? ????????" -#: data/resources/menus.ui:20 -msgid "About" -msgstr "?? ????????????????????" - -#: data/resources/menus.ui:24 -msgid "Quit" -msgstr "??????????????????" +#: data/resources/main-window.ui:234 +msgid "Go online to chat and receive messages." +msgstr "???????????????? ?? ????????????????, ?????????? ???????????????? ?? ???????????????? ??????????????????." #: data/resources/nick-popover.ui:16 msgid "Change nickname:" @@ -402,42 +408,43 @@ msgid "Start Conversation" msgstr "???????????? ??????????????????" -#: src/application.js:42 +#: src/application.js:44 msgid "Start Telepathy client" msgstr "?????????????????? ???????????? Telepathy" -#: src/application.js:47 +#: src/application.js:49 msgid "Start in debug mode" msgstr "?????????????????? ?? ???????????? ??????????????" -#: src/application.js:50 +#: src/application.js:52 msgid "Allow running alongside another instance" msgstr "?????????????????? ???????????? ?????????? ?? ???????????? ??????????????????????" -#: src/application.js:53 +#: src/application.js:55 msgid "Print version and exit" msgstr "???????????????? ???????????????????? ?? ???????????? ?? ??????????" -#: src/application.js:439 src/utils.js:184 +#: src/application.js:486 src/utils.js:241 msgid "Failed to open link" msgstr "???? ?????????????? ?????????????? ????????????" -#: src/application.js:726 +#: src/application.js:761 #, javascript-format msgid "%s removed." msgstr "%s ????????????." -#: src/application.js:830 +#: src/application.js:840 msgid "translator-credits" msgstr "" -"???????? ???????????????? <ymyasoe...@yandex.ru>, 2014-2017.\n" -"?????????????????? ?????????????? <whats...@tut.by>, 2018." +"?????????????????? ?????????????? <whats...@tut.by>, 2013-2019.\n" +"???????? ???????????????? <ymyasoe...@yandex.ru>, 2014.\n" +"Alexey Rubtsov <rushi...@gmail.com>, 2021" -#: src/application.js:836 +#: src/application.js:846 msgid "Learn more about Polari" msgstr "???????????? ???????????? ?? Polari" -#: src/appNotifications.js:80 +#: src/appNotifications.js:85 msgid "Undo" msgstr "????????????????" @@ -445,55 +452,55 @@ msgid "New Messages" msgstr "?????????? ??????????????????" -#: src/chatView.js:766 +#: src/chatView.js:786 msgid "Open Link" msgstr "?????????????? ????????????" -#: src/chatView.js:772 +#: src/chatView.js:792 msgid "Copy Link Address" msgstr "???????????????????? ?????????? ????????????" -#: src/chatView.js:940 +#: src/chatView.js:964 #, javascript-format msgid "%s is now known as %s" msgstr "%s ???????????? ???????????????? ?????? %s" -#: src/chatView.js:945 +#: src/chatView.js:969 #, javascript-format msgid "%s has disconnected" msgstr "%s ????????????????????????" -#: src/chatView.js:953 +#: src/chatView.js:978 #, javascript-format msgid "%s has been kicked by %s" msgstr "%s ?????? ?????????????? %s" -#: src/chatView.js:955 +#: src/chatView.js:979 #, javascript-format msgid "%s has been kicked" msgstr "%s ?????? ??????????????" -#: src/chatView.js:961 +#: src/chatView.js:986 #, javascript-format msgid "%s has been banned by %s" msgstr "%s ?????? ???????????????????????? %s" -#: src/chatView.js:963 +#: src/chatView.js:987 #, javascript-format msgid "%s has been banned" msgstr "%s ?????? ????????????????????????" -#: src/chatView.js:968 +#: src/chatView.js:992 #, javascript-format msgid "%s joined" msgstr "%s ?????????????????????????? ?? ????????" -#: src/chatView.js:973 +#: src/chatView.js:997 #, javascript-format msgid "%s left" msgstr "%s ?????????????? ??????" -#: src/chatView.js:1066 +#: src/chatView.js:1094 #, javascript-format msgid "%d user joined" msgid_plural "%d users joined" @@ -501,7 +508,7 @@ msgstr[1] "%d ???????????????????????? ?????????????????????????? ?? ????????" msgstr[2] "%d ?????????????????????????? ?????????????????????????? ?? ????????" -#: src/chatView.js:1069 +#: src/chatView.js:1101 #, javascript-format msgid "%d user left" msgid_plural "%d users left" @@ -511,14 +518,14 @@ #. today #. Translators: Time in 24h format -#: src/chatView.js:1136 +#: src/chatView.js:1173 msgid "%H???%M" msgstr "%H???%M" #. yesterday #. Translators: this is the word "Yesterday" followed by a #. time string in 24h format. i.e. "Yesterday, 14:30" -#: src/chatView.js:1141 +#: src/chatView.js:1178 #, no-c-format msgid "Yesterday, %H???%M" msgstr "??????????, %H???%M" @@ -526,7 +533,7 @@ #. this week #. Translators: this is the week day name followed by a time #. string in 24h format. i.e. "Monday, 14:30" -#: src/chatView.js:1146 +#: src/chatView.js:1183 #, no-c-format msgid "%A, %H???%M" msgstr "%A, %H???%M" @@ -535,7 +542,7 @@ #. Translators: this is the month name and day number #. followed by a time string in 24h format. #. i.e. "May 25, 14:30" -#: src/chatView.js:1152 +#: src/chatView.js:1189 #, no-c-format msgid "%B %d, %H???%M" msgstr "%d %b., %H???%M" @@ -544,22 +551,23 @@ #. Translators: this is the month name, day number, year #. number followed by a time string in 24h format. #. i.e. "May 25 2012, 14:30" -#: src/chatView.js:1158 +#: src/chatView.js:1195 #, no-c-format msgid "%B %d %Y, %H???%M" msgstr "%d %b. %Y, %H???%M" # ???????????? ???????????????? %l???%M %p ???? %H???%M, ???????????? ?????? ?????? ???????????????????????? ?? ???????????????? ???????????????????? ?????????????? ?????????????? ???? 12-?????????????? ???????????? ?? ?????????????????? ???????????? ???? ????????????????????, ?????????? ???? ???????????????? ?????????? ?? 24-?????????????? ??????????????. ?????? 24-???????????????? ?????????????? ???????? ?????????????????? ???????????? ????????????????. +#. eslint-disable-next-line no-lonely-if #. today #. Translators: Time in 12h format -#: src/chatView.js:1163 +#: src/chatView.js:1201 msgid "%l???%M %p" msgstr "%l???%M %p" #. yesterday #. Translators: this is the word "Yesterday" followed by a #. time string in 12h format. i.e. "Yesterday, 2:30 pm" -#: src/chatView.js:1168 +#: src/chatView.js:1206 #, no-c-format msgid "Yesterday, %l???%M %p" msgstr "??????????, %l???%M %p" @@ -568,7 +576,7 @@ #. this week #. Translators: this is the week day name followed by a time #. string in 12h format. i.e. "Monday, 2:30 pm" -#: src/chatView.js:1173 +#: src/chatView.js:1211 #, no-c-format msgid "%A, %l???%M %p" msgstr "%A, %l???%M %p" @@ -578,7 +586,7 @@ #. Translators: this is the month name and day number #. followed by a time string in 12h format. #. i.e. "May 25, 2:30 pm" -#: src/chatView.js:1179 +#: src/chatView.js:1217 #, no-c-format msgid "%B %d, %l???%M %p" msgstr "%d %b., %l???%M %p" @@ -588,33 +596,32 @@ #. Translators: this is the month name, day number, year #. number followed by a time string in 12h format. #. i.e. "May 25 2012, 2:30 pm" -#: src/chatView.js:1185 +#: src/chatView.js:1223 #, no-c-format msgid "%B %d %Y, %l???%M %p" msgstr "%d %b. %Y, %l???%M %p" -#: src/connections.js:51 +#: src/connections.js:42 msgid "Already added" msgstr "?????? ??????????????????" -#: src/connections.js:106 +#: src/connections.js:104 msgid "No results." msgstr "?????? ??????????????????????." -#. Translators: %s is a connection name -#: src/connections.js:485 +#: src/connections.js:511 #, javascript-format msgid "???%s??? Properties" msgstr "???????????????? ??%s??" -#: src/connections.js:529 +#: src/connections.js:555 msgid "" "Polari disconnected due to a network error. Please check if the address " "field is correct." msgstr "" "Polari ???????????????? ????-???? ???????????? ????????. ?????????????????? ?????????????????? ???? ???????????? ??????????." -#: src/entryArea.js:364 +#: src/entryArea.js:370 #, javascript-format msgid "Paste %s line of text to public paste service?" msgid_plural "Paste %s lines of text to public paste service?" @@ -622,7 +629,7 @@ msgstr[1] "???????????????? %s ???????????? ???????????? ?? ?????????????????????????? ???????????? ???????????????" msgstr[2] "???????????????? %s ?????????? ???????????? ?? ?????????????????????????? ???????????? ???????????????" -#: src/entryArea.js:368 +#: src/entryArea.js:374 #, javascript-format msgid "Uploading %s line of text to public paste service???" msgid_plural "Uploading %s lines of text to public paste service???" @@ -630,46 +637,46 @@ msgstr[1] "???????????????? %s ?????????? ???????????? ?? ?????????????????????????? ???????????? ?????????????????" msgstr[2] "???????????????? %s ?????????? ???????????? ?? ?????????????????????????? ???????????? ?????????????????" -#: src/entryArea.js:375 +#: src/entryArea.js:381 msgid "Upload image to public paste service?" msgstr "?????????????????? ?????????????????????? ?? ?????????????????????????? ???????????? ???????????????" -#: src/entryArea.js:376 +#: src/entryArea.js:382 msgid "Uploading image to public paste service???" msgstr "???????????????? ?????????????????????? ?? ?????????????????????????? ???????????? ?????????????????" #. Translators: %s is a filename -#: src/entryArea.js:397 +#: src/entryArea.js:404 #, javascript-format msgid "Upload ???%s??? to public paste service?" msgstr "?????????????????? ??%s?? ?? ?????????????????????????? ???????????? ???????????????" #. Translators: %s is a filename -#: src/entryArea.js:399 +#: src/entryArea.js:406 #, javascript-format msgid "Uploading ???%s??? to public paste service???" msgstr "???????????????? ??%s?? ?? ?????????????????????????? ???????????? ?????????????????" #. translators: %s is a nick, #%s a channel -#: src/entryArea.js:408 +#: src/entryArea.js:415 #, javascript-format msgid "%s in #%s" msgstr "%s ?? #%s" -#: src/entryArea.js:410 +#: src/entryArea.js:417 #, javascript-format msgid "Paste from %s" msgstr "???????????????? ???? %s" -#: src/initialSetup.js:82 +#: src/initialSetup.js:85 msgid "_Back" msgstr "_??????????" -#: src/initialSetup.js:83 +#: src/initialSetup.js:86 msgid "_Done" msgstr "_????????????" -#: src/initialSetup.js:83 +#: src/initialSetup.js:86 msgid "_Next" msgstr "_??????????" @@ -680,104 +687,113 @@ #. MODE: "/MODE <mode> <nick|channel> ??? ", #. NOTICE: N_("/NOTICE <nick|channel> <message> ??? sends notice to <nick|channel>"), #. OP: N_("/OP <nick> ??? gives channel operator status to <nick>"), -#. WHOIS: N_("/WHOIS <nick> ??? requests information on <nick>"), #. -#: src/ircParser.js:23 +#. +#: src/ircParser.js:24 msgid "" "/CLOSE [<channel>] [<reason>] ??? closes <channel>, by default the current one" msgstr "/CLOSE [<??????????>] [<??????????????>] ??? ?????????????? <??????????>, ???? ?????????????????? ??? ??????????????" -#: src/ircParser.js:24 +#: src/ircParser.js:25 msgid "" "/HELP [<command>] ??? displays help for <command>, or a list of available " "commands" msgstr "" "/HELP [<??????????????>] ??? ???????????????? ?????????????? ???? <??????????????> ?????? ???????????? ?????????????????? ????????????" -#: src/ircParser.js:25 +#: src/ircParser.js:26 msgid "" "/INVITE <nick> [<channel>] ??? invites <nick> to <channel>, or the current one" msgstr "" "/INVITE <??????????????????> [<??????????>] ??? ???????????????????? <????????????????????> ???? <??????????> ?????? ???? " "?????????????? ??????????" -#: src/ircParser.js:26 +#: src/ircParser.js:27 msgid "/JOIN <channel> ??? joins <channel>" msgstr "/JOIN <??????????> ??? ?????????? ???? <??????????>" -#: src/ircParser.js:27 +#: src/ircParser.js:28 msgid "/KICK <nick> ??? kicks <nick> from current channel" msgstr "/KICK <??????????????????> ??? ???????????????? <????????????????????> ?? ???????????????? ????????????" -#: src/ircParser.js:28 +#: src/ircParser.js:29 msgid "/ME <action> ??? sends <action> to the current channel" msgstr "/ME <????????????????> ??? ?????????????????? <????????????????> ???? ?????????????? ??????????" -#: src/ircParser.js:29 +#: src/ircParser.js:30 msgid "/MSG <nick> [<message>] ??? sends a private message to <nick>" msgstr "" "/MSG <??????????????????> [<??????????????????>] ??? ?????????????????? ???????????? ?????????????????? <????????????????????>" -#: src/ircParser.js:30 +#: src/ircParser.js:31 msgid "/NAMES ??? lists users on the current channel" msgstr "/NAMES ????? ?????????????? ???????????? ?????????????????????????? ???????????????? ????????????" -#: src/ircParser.js:31 +#: src/ircParser.js:32 msgid "/NICK <nickname> ??? sets your nick to <nickname>" msgstr "/NICK <??????????????????> ??? ???????????????????? ?????????????????????? <??????????????????>" -#: src/ircParser.js:32 +#: src/ircParser.js:33 msgid "" "/PART [<channel>] [<reason>] ??? leaves <channel>, by default the current one" msgstr "/PART [<??????????>] [<??????????????>] ??? ???????????????? <??????????>, ???? ?????????????????? ??? ??????????????" -#: src/ircParser.js:33 +#: src/ircParser.js:34 msgid "/QUERY <nick> ??? opens a private conversation with <nick>" msgstr "/QUERY <??????????????????> ??? ?????????????? ?????????????????? ???????????? ?? <??????????????????????>" -#: src/ircParser.js:34 +#: src/ircParser.js:35 msgid "/QUIT [<reason>] ??? disconnects from the current server" msgstr "/QUIT [<??????????????>] ??? ?????????????????????? ???? ???????????????? ??????????????" -#: src/ircParser.js:35 +#: src/ircParser.js:36 msgid "/SAY <text> ??? sends <text> to the current room/contact" msgstr "" "/SAY <??????????> ??? ?????????????????? <??????????> ?? ?????????????? ?????????????? ?????? ???????????????? ????????????????" -#: src/ircParser.js:36 +#: src/ircParser.js:37 msgid "/TOPIC <topic> ??? sets the topic to <topic>, or shows the current one" msgstr "" "/TOPIC <????????> ??? ???????????????????? <????????> ?????? ???????????????? ?????????????? ?????????????????????????? ????????" -#: src/ircParser.js:39 +#: src/ircParser.js:38 +msgid "/WHOIS <nick> ??? requests information on <nick>" +msgstr "/WHOIS <nick>- ?????????????????????? ???????????????????? ?? <nick>" + +#: src/ircParser.js:41 msgid "Unknown command ??? try /HELP for a list of available commands" msgstr "" "?????????????????????? ?????????????? ??? ?????????????????????? /HELP, ?????????? ?????????????? ???????????? ?????????????????? " "????????????" -#: src/ircParser.js:53 +#: src/ircParser.js:55 #, javascript-format msgid "Usage: %s" msgstr "??????????????????????????: %s" -#: src/ircParser.js:89 +#: src/ircParser.js:92 msgid "Known commands:" msgstr "?????????????????? ??????????????:" -#: src/ircParser.js:188 +#: src/ircParser.js:194 #, javascript-format msgid "Users on %s:" msgstr "???????????????????????? ???? ???????????? %s:" -#: src/ircParser.js:267 +#: src/ircParser.js:273 msgid "No topic set" msgstr "???????? ???? ??????????????????????" -#: src/joinDialog.js:230 +#: src/ircParser.js:312 +#, javascript-format +msgid "User: %s - Last activity: %s" +msgstr "????????????????????????: %s - ?????????????????? ????????????????????: %s" + +#: src/joinDialog.js:232 msgid "Add Network" msgstr "???????????????? ????????" -#: src/mainWindow.js:383 +#: src/mainWindow.js:399 #, javascript-format msgid "%d user" msgid_plural "%d users" @@ -785,109 +801,182 @@ msgstr[1] "%d ????????????????????????" msgstr[2] "%d ??????????????????????????" -#: src/roomList.js:186 +#: src/roomList.js:253 msgid "Leave chatroom" msgstr "???????????????? ??????" -#: src/roomList.js:186 +#: src/roomList.js:253 msgid "End conversation" msgstr "?????????????????? ??????????????????" -#: src/roomList.js:290 +#: src/roomList.js:269 +msgid "Unmute" +msgstr "?????????????????? ??????????????????????" + +#: src/roomList.js:273 +msgid "Mute" +msgstr "????????????????????" + +#: src/roomList.js:375 #, javascript-format msgid "Network %s has an error" msgstr "?? ???????? %s ?????????????????? ????????????" #. Translators: This is an account name followed by a #. server address, e.g. "GNOME (irc.gnome.org)" -#: src/roomList.js:361 +#: src/roomList.js:446 #, javascript-format msgid "%s (%s)" msgstr "%s (%s)" -#: src/roomList.js:368 +#: src/roomList.js:453 msgid "Connection Problem" msgstr "???????????? ??????????????????????" -#: src/roomList.js:385 +#: src/roomList.js:470 msgid "Connected" msgstr "??????????????????" -#: src/roomList.js:387 +#: src/roomList.js:472 msgid "Connecting???" msgstr "?????????????????????????" -#: src/roomList.js:389 src/userList.js:414 -msgid "Offline" -msgstr "???? ?? ????????" - -#: src/roomList.js:391 +#: src/roomList.js:476 msgid "Unknown" msgstr "????????????????????" -#: src/roomList.js:411 +#: src/roomList.js:496 #, javascript-format msgid "Could not connect to %s in a safe way." msgstr "???? ?????????????? ?????????????????? ???????????????????????? ?? %s." -#: src/roomList.js:414 +#: src/roomList.js:499 #, javascript-format msgid "%s requires a password." msgstr "%s ?????????????? ????????????." -#: src/roomList.js:420 +#: src/roomList.js:505 #, javascript-format msgid "Could not connect to %s. The server is busy." msgstr "???? ?????????????? ???????????????????????? ?? %s. ???????????? ??????????." -#: src/roomList.js:423 +#: src/roomList.js:508 #, javascript-format msgid "Could not connect to %s." msgstr "???? ?????????????? ???????????????????????? ?? %s." -#: src/roomStack.js:114 +#: src/roomStack.js:100 +msgid "Should the password be saved?" +msgstr "???????????? ???????????? ???????? ?????????????????" + +#: src/roomStack.js:102 src/telepathyClient.js:668 +#, javascript-format +msgid "" +"Identification will happen automatically the next time you connect to %s" +msgstr "" +"?? ?????????????????? ?????? ?????? ?????????????????????? ?? %s ?????????????????????????? ?????????? ?????????????????? " +"??????????????????????????" + +#: src/roomStack.js:108 msgid "_Save Password" msgstr "_?????????????????? ????????????" -#: src/roomStack.js:123 -msgid "Should the password be saved?" -msgstr "???????????? ???????????? ???????? ?????????????????" +#: src/roomStack.js:141 +msgid "Failed to join the room" +msgstr "???? ?????????????? ???????????????????????????? ?? ??????????????" + +#: src/roomStack.js:143 +msgid "_Retry" +msgstr "_????????????????????????????????" + +#: src/roomStack.js:167 +msgid "The room is full." +msgstr "?????????????? ??????????????????." + +#: src/roomStack.js:170 +msgid "You have been banned from the room." +msgstr "?????? ???????? ?????????????????? ???????????????????? ?? ??????????????." + +#: src/roomStack.js:173 +msgid "The room is invite-only." +msgstr "?????????????? ?????????????????????????? ???????????? ?????? ????????????????????????." + +#: src/roomStack.js:176 +msgid "You have been kicked from the room." +msgstr "?????? ?????????????? ???? ??????????????." -#: src/roomStack.js:160 +#: src/roomStack.js:179 +msgid "It is not possible to join the room now, but you can retry later." +msgstr "" +"???????????????????????????? ?? ?????????????? ???????????? ????????????????????, ???? ???? ???????????? ?????????????????? ?????????????? " +"??????????." + +#: src/roomStack.js:211 msgid "Join a room using the + button." msgstr "???????????????????????????? ?? ?????????????? ?????????????????? ?????????????? +." -#: src/telepathyClient.js:410 +#: src/telepathyClient.js:477 msgid "Good Bye" msgstr "????????" #. Translators: Those are a botname and an accountName, e.g. #. "Save NickServ password for GNOME" -#: src/telepathyClient.js:584 +#: src/telepathyClient.js:667 #, javascript-format msgid "Save %s password for %s?" msgstr "?????????????????? ???????????? %s ?????? %s?" -#: src/telepathyClient.js:585 -#, javascript-format -msgid "" -"Identification will happen automatically the next time you connect to %s" -msgstr "" -"?? ?????????????????? ?????? ?????? ?????????????????????? ?? %s ?????????????????????????? ?????????? ?????????????????? " -"??????????????????????????" - -#: src/telepathyClient.js:588 +#: src/telepathyClient.js:671 msgid "Save" msgstr "??????????????????" #. Translators: This is the title of the notification announcing a newly #. received message, in the form "user-nickname in room-display-name" -#: src/telepathyClient.js:611 +#: src/telepathyClient.js:707 #, javascript-format msgid "%s in %s" msgstr "%s ?? %s" -#: src/userList.js:228 +#: src/userList.js:413 +msgid "Available in another room." +msgstr "???????????????????????? ???????????????? ?? ???????????? ??????????????." + +#: src/userList.js:415 +msgid "Online" +msgstr "?? ????????" + +#: src/userList.js:578 +msgid "No Results" +msgstr "?????? ??????????????????????" + +#: src/userTracker.js:369 +msgid "User is online" +msgstr "???????????????????????? ?? ????????" + +#: src/userTracker.js:370 +#, javascript-format +msgid "User %s is now online." +msgstr "???????????????????????? %s ???????????? ?? ????????." + +#: src/utils.js:137 +#, javascript-format +msgid "Polari server password for %s" +msgstr "???????????? ?????????????? Polari ?????? %s" + +#: src/utils.js:142 +#, javascript-format +msgid "Polari NickServ password for %s" +msgstr "???????????? Polari NickServ ?????? %s" + +#: src/utils.js:372 +msgid "Now" +msgstr "????????????" + +#: src/utils.js:375 +msgid "Unavailable" +msgstr "????????????????????" + +#: src/utils.js:379 #, javascript-format msgid "%d second ago" msgid_plural "%d seconds ago" @@ -895,7 +984,7 @@ msgstr[1] "%d ?????????????? ??????????" msgstr[2] "%d ???????????? ??????????" -#: src/userList.js:233 +#: src/utils.js:386 #, javascript-format msgid "%d minute ago" msgid_plural "%d minutes ago" @@ -903,7 +992,7 @@ msgstr[1] "%d ???????????? ??????????" msgstr[2] "%d ?????????? ??????????" -#: src/userList.js:238 +#: src/utils.js:393 #, javascript-format msgid "%d hour ago" msgid_plural "%d hours ago" @@ -911,7 +1000,7 @@ msgstr[1] "%d ???????? ??????????" msgstr[2] "%d ?????????? ??????????" -#: src/userList.js:243 +#: src/utils.js:400 #, javascript-format msgid "%d day ago" msgid_plural "%d days ago" @@ -919,7 +1008,7 @@ msgstr[1] "%d ?????? ??????????" msgstr[2] "%d ???????? ??????????" -#: src/userList.js:248 +#: src/utils.js:407 #, javascript-format msgid "%d week ago" msgid_plural "%d weeks ago" @@ -927,7 +1016,7 @@ msgstr[1] "%d ???????????? ??????????" msgstr[2] "%d ???????????? ??????????" -#: src/userList.js:252 +#: src/utils.js:413 #, javascript-format msgid "%d month ago" msgid_plural "%d months ago" @@ -935,36 +1024,24 @@ msgstr[1] "%d ???????????? ??????????" msgstr[2] "%d ?????????????? ??????????" -#: src/userList.js:410 -msgid "Available in another room." -msgstr "???????????????????????? ???????????????? ?? ???????????? ??????????????." +#~ msgid "org.gnome.Polari" +#~ msgstr "org.gnome.Polari" -#: src/userList.js:412 -msgid "Online" -msgstr "?? ????????" +#~ msgid "Run Polari in the Background?" +#~ msgstr "?????????????????? Polari ?? ?????????" -#: src/userList.js:557 -msgid "No results" -msgstr "?????? ??????????????????????" +#~ msgid "" +#~ "Polari will continue to run when closed and will be automatically started " +#~ "on login." +#~ msgstr "" +#~ "Polari ?????????????????? ???????????? ?? ???????? ?????? ???????????????? ?? ?????????? ?????????????????????????? " +#~ "?????????????????????? ?????? ?????????? ?? ??????????????." -#: src/userTracker.js:305 -msgid "User is online" -msgstr "???????????????????????? ?? ????????" +#~ msgid "_Quit" +#~ msgstr "_??????????????????" -#: src/userTracker.js:306 -#, javascript-format -msgid "User %s is now online." -msgstr "???????????????????????? %s ???????????? ?? ????????." - -#: src/utils.js:106 -#, javascript-format -msgid "Polari server password for %s" -msgstr "???????????? ?????????????? Polari ?????? %s" - -#: src/utils.js:111 -#, javascript-format -msgid "Polari NickServ password for %s" -msgstr "???????????? Polari NickServ ?????? %s" +#~ msgid "_Run in background" +#~ msgstr "?????????????????? ?? _????????" #~ msgid "All" #~ msgstr "??????"