From ad4e21b1ae3f29fd273810ef3bfb79bbbd6e6fd9 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Fri, 22 Jul 2011 13:18:58 +0200 Subject: [PATCH] update website for 0.14.4 release --- downloads.php | 2 +- index.php | 58 +++++++++++++---------- locale/bg_BG/LC_MESSAGES/msg.po | 79 ++++++++++++++++++-------------- locale/de_DE/LC_MESSAGES/msg.po | 81 ++++++++++++++++++--------------- locale/eo/LC_MESSAGES/msg.po | 80 +++++++++++++++++--------------- locale/es_ES/LC_MESSAGES/msg.po | 74 +++++++++++++++++------------- locale/fr_FR/LC_MESSAGES/msg.po | 78 +++++++++++++++++-------------- locale/hu_HU/LC_MESSAGES/msg.po | 76 ++++++++++++++++++------------- locale/it_IT/LC_MESSAGES/msg.po | 80 +++++++++++++++++--------------- locale/pl_PL/LC_MESSAGES/msg.po | 81 ++++++++++++++++++--------------- locale/pt_BR/LC_MESSAGES/msg.po | 81 ++++++++++++++++++--------------- locale/ru_RU/LC_MESSAGES/msg.po | 80 ++++++++++++++++++-------------- msg.pot | 73 ++++++++++++++++------------- 13 files changed, 519 insertions(+), 404 deletions(-) diff --git a/downloads.php b/downloads.php index 00a0c71c..1c9406ba 100644 --- a/downloads.php +++ b/downloads.php @@ -5,7 +5,7 @@ Entete (_("Gajim, a Jabber client"), "GAJIM"); $download_folder = "0.14"; -$last_version = "0.14.3"; +$last_version = "0.14.4"; print (" <br/>\n"); print _(" Latest version of Gajim is")." <strong>".$last_version."</strong><br/>\n"; #printf(_(" A %s version is in test"), "<strong>0.13-rc5</strong>"); diff --git a/index.php b/index.php index d609ffc3..6ee08157 100644 --- a/index.php +++ b/index.php @@ -49,60 +49,70 @@ for ($i=0; $i<sizeof($array_features); $i++) { $tpl->set_var("NEWS_MAIN", _("NEWS")); $array_news_title = array( - 0 => sprintf(_("Gajim %s is here!"), "0.14.3"), - 1 => sprintf(_("Gajim %s is here!"), "0.14.2"), - 2 => sprintf(_("Gajim %s is here!"), "0.14.1"), - 3 => sprintf(_("Gajim %s is here!"), "0.14"), - 4 => sprintf(_("Gajim %s is here!"), "0.13.4")); + 0 => sprintf(_("Gajim %s is here!"), "0.14.4"), + 1 => sprintf(_("Gajim %s is here!"), "0.14.3"), + 2 => sprintf(_("Gajim %s is here!"), "0.14.2"), + 3 => sprintf(_("Gajim %s is here!"), "0.14.1"), + 4 => sprintf(_("Gajim %s is here!"), "0.14"), + 5 => sprintf(_("Gajim %s is here!"), "0.13.4")); // 5 => sprintf(_("Release candidate 5 of Gajim %s"), "0.13"), // 6 => sprintf(_("Beta-release of Gajim %s"), "0.12"), // 7 => sprintf(_("Alpha-release of Gajim %s"), "0.12")); // 3 => sprintf(_("New windows installer")), $array_news_date = array( - 0 => _("19 June 2011"), - 1 => _("07 June 2011"), - 2 => _("26 October 2010"), - 3 => _("02 September 2010"), - 4 => _("02 April 2010")); + 0 => _("22 July 2011"), + 1 => _("19 June 2011"), + 2 => _("07 June 2011"), + 3 => _("26 October 2010"), + 4 => _("02 September 2010"), + 5 => _("02 April 2010")); $array_news_desc = array( - 0 => sprintf(_("Version %s of Gajim has been released."), "0.14.3"), - 1 => sprintf(_("Version %s of Gajim has been released."), "0.14.2"), - 2 => sprintf(_("Version %s of Gajim has been released."), "0.14.1"), - 3 => sprintf(_("Version %s of Gajim has been released."), "0.14"), - 4 => sprintf(_("Version %s of Gajim has been released."), "0.13.4")); + 0 => sprintf(_("Version %s of Gajim has been released."), "0.14.4"), + 1 => sprintf(_("Version %s of Gajim has been released."), "0.14.3"), + 2 => sprintf(_("Version %s of Gajim has been released."), "0.14.2"), + 3 => sprintf(_("Version %s of Gajim has been released."), "0.14.1"), + 4 => sprintf(_("Version %s of Gajim has been released."), "0.14"), + 5 => sprintf(_("Version %s of Gajim has been released."), "0.13.4")); // 6 => sprintf(_("Version %s will arrive very soon."), "0.12"), // 7 => sprintf(_("Version %s will arrive soon."), "0.12")); // 3 => sprintf(_("New Windows Installer with GTK+ included.")), $array_news_whats_new = array( - 0 => sprintf(_("What's new since %s:"), "0.14.2"), - 1 => sprintf(_("What's new since %s:"), "0.14.1"), - 2 => sprintf(_("What's new since %s:"), "0.14"), - 3 => sprintf(_("What's new since %s:"), "0.13.4"), - 4 => sprintf(_("What's new since %s:"), "0.13.3")); + 0 => sprintf(_("What's new since %s:"), "0.14.3"), + 1 => sprintf(_("What's new since %s:"), "0.14.2"), + 2 => sprintf(_("What's new since %s:"), "0.14.1"), + 3 => sprintf(_("What's new since %s:"), "0.14"), + 4 => sprintf(_("What's new since %s:"), "0.13.4"), + 5 => sprintf(_("What's new since %s:"), "0.13.3")); // 3 => sprintf(_("What's new in it:")), $array_news_items[0] = array( + 0 => _("Fix translation issue"), + 1 => _("Full changelog, see") . " <a href = \"http://hg.gajim.org/gajim/file/9476e66272c3/ChangeLog\">"._("Full ChangeLog")."</a> ", + 2 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.14.4\">"._("List of fixed bugs")."</a>", + ); + +$array_news_items[1] = array( 0 => _("Fix history viewer"), 1 => _("Fix closing roster window"), 2 => _("Full changelog, see") . " <a href = \"http://hg.gajim.org/gajim/file/7798a90157c7/ChangeLog\">"._("Full ChangeLog")."</a> ", 3 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.14.3\">"._("List of fixed bugs")."</a>", ); -$array_news_items[1] = array( +$array_news_items[2] = array( 0 => _("Fix CPU usage when testing file transfer proxies"), 1 => _("Fix invalid XML char regex"), 2 => _("Various minor bugfixes, see") . " <a href = \"http://hg.gajim.org/gajim/file/baf4786b33fe/ChangeLog\">"._("Full ChangeLog")."</a> ", 3 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.14.2\">"._("List of fixed bugs")."</a>", ); -$array_news_items[2] = array( +$array_news_items[3] = array( 0 => _("Various minor bugfixes, see") . " <a href = \"http://hg.gajim.org/gajim/file/d56f061aca8d/ChangeLog\">"._("Full ChangeLog")."</a> ", 1 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.14.1\">"._("List of fixed bugs")."</a>", ); -$array_news_items[3] = array( +$array_news_items[4] = array( 0 => _("Jingle audio / video chat"), 1 => _("Improve startup time"), 2 => _("Groupchat auto-rejoin"), @@ -113,7 +123,7 @@ $array_news_items[3] = array( 7 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.14\">"._("List of fixed bugs")."</a>", ); -$array_news_items[4] = array( +$array_news_items[5] = array( 0 => _("Fix some TLS connection"), 1 => _("Don't raise a lot of \"DB Error\" dialog"), 2 => _("Fix contact synchronisation"), diff --git a/locale/bg_BG/LC_MESSAGES/msg.po b/locale/bg_BG/LC_MESSAGES/msg.po index 0052fa1d..28ee8720 100644 --- a/locale/bg_BG/LC_MESSAGES/msg.po +++ b/locale/bg_BG/LC_MESSAGES/msg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gajim website\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 21:38+0200\n" +"POT-Creation-Date: 2011-07-22 13:17+0200\n" "PO-Revision-Date: 2007-03-14 17:52+0200\n" "Last-Translator: Yavor Doganov <yavor@gnu.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n" @@ -742,117 +742,129 @@ msgid "NEWS" msgstr "ÐОВИÐИ" #: index.php:52 index.php:53 index.php:54 index.php:55 index.php:56 +#: index.php:57 #, fuzzy, c-format msgid "Gajim %s is here!" msgstr "Излезе Gajim 0.11!" -#: index.php:62 +#: index.php:63 +msgid "22 July 2011" +msgstr "" + +#: index.php:64 msgid "19 June 2011" msgstr "" -#: index.php:63 +#: index.php:65 msgid "07 June 2011" msgstr "" -#: index.php:64 +#: index.php:66 #, fuzzy msgid "26 October 2010" msgstr "19 декември 2006 г." -#: index.php:65 +#: index.php:67 #, fuzzy msgid "02 September 2010" msgstr "19 декември 2006 г." -#: index.php:66 +#: index.php:68 msgid "02 April 2010" msgstr "" -#: index.php:69 index.php:70 index.php:71 index.php:72 index.php:73 +#: index.php:71 index.php:72 index.php:73 index.php:74 index.php:75 +#: index.php:76 #, fuzzy, c-format msgid "Version %s of Gajim has been released." msgstr "Издадена е верÑÐ¸Ñ 0.11 на Gajim." -#: index.php:79 index.php:80 index.php:81 index.php:82 index.php:83 +#: index.php:82 index.php:83 index.php:84 index.php:85 index.php:86 +#: index.php:87 #, fuzzy, c-format msgid "What's new since %s:" msgstr "Какво е новото ÑпрÑмо " -#: index.php:87 -msgid "Fix history viewer" -msgstr "" - -#: index.php:88 -msgid "Fix closing roster window" -msgstr "" +#: index.php:91 +#, fuzzy +msgid "Fix translation issue" +msgstr "Ðов превод: ÑръбÑки" -#: index.php:89 index.php:96 index.php:101 index.php:112 +#: index.php:92 index.php:99 index.php:106 index.php:111 index.php:122 msgid "Full ChangeLog" msgstr "Пълен дневник на промените" -#: index.php:89 +#: index.php:92 index.php:99 #, fuzzy msgid "Full changelog, see" msgstr "Пълен дневник на промените" -#: index.php:90 index.php:97 index.php:102 index.php:113 +#: index.php:93 index.php:100 index.php:107 index.php:112 index.php:123 msgid "List of fixed bugs" msgstr "" -#: index.php:94 +#: index.php:97 +msgid "Fix history viewer" +msgstr "" + +#: index.php:98 +msgid "Fix closing roster window" +msgstr "" + +#: index.php:104 msgid "Fix CPU usage when testing file transfer proxies" msgstr "" -#: index.php:95 +#: index.php:105 msgid "Fix invalid XML char regex" msgstr "" -#: index.php:96 index.php:101 +#: index.php:106 index.php:111 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:106 +#: index.php:116 msgid "Jingle audio / video chat" msgstr "" -#: index.php:107 +#: index.php:117 msgid "Improve startup time" msgstr "" -#: index.php:108 +#: index.php:118 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:109 +#: index.php:119 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:110 +#: index.php:120 msgid "Use XDG standards" msgstr "" -#: index.php:111 +#: index.php:121 msgid "Handle groupchat captcha" msgstr "" -#: index.php:117 +#: index.php:127 msgid "Fix some TLS connection" msgstr "" -#: index.php:118 +#: index.php:128 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:119 +#: index.php:129 msgid "Fix contact synchronisation" msgstr "" -#: index.php:120 +#: index.php:130 #, fuzzy msgid "Add japanese translation" msgstr "Ðов превод: ÑръбÑки" -#: index.php:121 +#: index.php:131 msgid "Minor fixes" msgstr "" @@ -1151,9 +1163,6 @@ msgstr "Ето и нÑкои Ñнимки на Gajim:" #~ msgid "Support of XEP-0199 (XMPP Ping)" #~ msgstr "Поддръжка на XEP-0199 (XMPP Ping)" -#~ msgid "New translation: Serbian" -#~ msgstr "Ðов превод: ÑръбÑки" - #~ msgid "Fix pubsub usage" #~ msgstr "Коригиране на употребата на „pubsub“" diff --git a/locale/de_DE/LC_MESSAGES/msg.po b/locale/de_DE/LC_MESSAGES/msg.po index 1a48a257..18edd99e 100644 --- a/locale/de_DE/LC_MESSAGES/msg.po +++ b/locale/de_DE/LC_MESSAGES/msg.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: msg\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 21:38+0200\n" +"POT-Creation-Date: 2011-07-22 13:17+0200\n" "PO-Revision-Date: 2008-12-22 22:59+0100\n" "Last-Translator: \n" "Language-Team: German <kde-i18n-de@lists.kde.org>\n" @@ -768,122 +768,135 @@ msgid "NEWS" msgstr "NEUIGKEITEN" #: index.php:52 index.php:53 index.php:54 index.php:55 index.php:56 +#: index.php:57 #, c-format msgid "Gajim %s is here!" msgstr "Gajim %s ist da!" -#: index.php:62 +#: index.php:63 +#, fuzzy +msgid "22 July 2011" +msgstr "12. August 2008" + +#: index.php:64 #, fuzzy msgid "19 June 2011" msgstr "12. August 2008" -#: index.php:63 +#: index.php:65 #, fuzzy msgid "07 June 2011" msgstr "12. August 2008" -#: index.php:64 +#: index.php:66 #, fuzzy msgid "26 October 2010" msgstr "22. September 2007" -#: index.php:65 +#: index.php:67 #, fuzzy msgid "02 September 2010" msgstr "22. September 2007" -#: index.php:66 +#: index.php:68 msgid "02 April 2010" msgstr "" -#: index.php:69 index.php:70 index.php:71 index.php:72 index.php:73 +#: index.php:71 index.php:72 index.php:73 index.php:74 index.php:75 +#: index.php:76 #, c-format msgid "Version %s of Gajim has been released." msgstr "Version %s von Gajim wurde veröffentlicht." -#: index.php:79 index.php:80 index.php:81 index.php:82 index.php:83 +#: index.php:82 index.php:83 index.php:84 index.php:85 index.php:86 +#: index.php:87 #, c-format msgid "What's new since %s:" msgstr "Was ist neu seit %s:" -#: index.php:87 +#: index.php:91 #, fuzzy -msgid "Fix history viewer" -msgstr "Fehler beim Dateitransfer behoben" - -#: index.php:88 -msgid "Fix closing roster window" -msgstr "" +msgid "Fix translation issue" +msgstr " Ãœbersetzungsstatus" -#: index.php:89 index.php:96 index.php:101 index.php:112 +#: index.php:92 index.php:99 index.php:106 index.php:111 index.php:122 msgid "Full ChangeLog" msgstr "Vollständige Veränderungshistorie" -#: index.php:89 +#: index.php:92 index.php:99 #, fuzzy msgid "Full changelog, see" msgstr "Vollständige Veränderungshistorie" -#: index.php:90 index.php:97 index.php:102 index.php:113 +#: index.php:93 index.php:100 index.php:107 index.php:112 index.php:123 msgid "List of fixed bugs" msgstr "" -#: index.php:94 +#: index.php:97 +#, fuzzy +msgid "Fix history viewer" +msgstr "Fehler beim Dateitransfer behoben" + +#: index.php:98 +msgid "Fix closing roster window" +msgstr "" + +#: index.php:104 msgid "Fix CPU usage when testing file transfer proxies" msgstr "" -#: index.php:95 +#: index.php:105 msgid "Fix invalid XML char regex" msgstr "" -#: index.php:96 index.php:101 +#: index.php:106 index.php:111 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:106 +#: index.php:116 msgid "Jingle audio / video chat" msgstr "" -#: index.php:107 +#: index.php:117 #, fuzzy msgid "Improve startup time" msgstr "Verbessertes Systemtray-Menü" -#: index.php:108 +#: index.php:118 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:109 +#: index.php:119 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:110 +#: index.php:120 msgid "Use XDG standards" msgstr "" -#: index.php:111 +#: index.php:121 msgid "Handle groupchat captcha" msgstr "" -#: index.php:117 +#: index.php:127 #, fuzzy msgid "Fix some TLS connection" msgstr " Ãœbersetzungsstatus" -#: index.php:118 +#: index.php:128 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:119 +#: index.php:129 msgid "Fix contact synchronisation" msgstr "" -#: index.php:120 +#: index.php:130 #, fuzzy msgid "Add japanese translation" msgstr "Aktualisierte deutsche Ãœbersetzung" -#: index.php:121 +#: index.php:131 msgid "Minor fixes" msgstr "" @@ -956,10 +969,6 @@ msgstr "Hier sind einige Bildschirmfotos von Gajim:" #~ "Ein Fehler, der ein Einfrieren der Verbindung zur Folge hatte, wurde " #~ "behoben" -#, fuzzy -#~ msgid "Fix some translations" -#~ msgstr " Ãœbersetzungsstatus" - #, fuzzy #~ msgid "BOSH connection support" #~ msgstr "Unterstützung für Sitzungen verbessert" diff --git a/locale/eo/LC_MESSAGES/msg.po b/locale/eo/LC_MESSAGES/msg.po index 2f30c690..859434fb 100644 --- a/locale/eo/LC_MESSAGES/msg.po +++ b/locale/eo/LC_MESSAGES/msg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gajim-website 20061103\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 21:38+0200\n" +"POT-Creation-Date: 2011-07-22 13:17+0200\n" "PO-Revision-Date: 2007-02-19 20:40+0400\n" "Last-Translator: Sergio Ĥlutĉin <Sergey.Khlutchin@gmail.com>\n" "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n" @@ -728,119 +728,131 @@ msgid "NEWS" msgstr "NOVAÄ´OJ" #: index.php:52 index.php:53 index.php:54 index.php:55 index.php:56 +#: index.php:57 #, fuzzy, c-format msgid "Gajim %s is here!" msgstr "Gajim 0.11 estas ĉi tie!" -#: index.php:62 +#: index.php:63 +msgid "22 July 2011" +msgstr "" + +#: index.php:64 msgid "19 June 2011" msgstr "" -#: index.php:63 +#: index.php:65 msgid "07 June 2011" msgstr "" -#: index.php:64 +#: index.php:66 #, fuzzy msgid "26 October 2010" msgstr "la 19-an de decembro 2006" -#: index.php:65 +#: index.php:67 #, fuzzy msgid "02 September 2010" msgstr "la 19-an de decembro 2006" -#: index.php:66 +#: index.php:68 msgid "02 April 2010" msgstr "" -#: index.php:69 index.php:70 index.php:71 index.php:72 index.php:73 +#: index.php:71 index.php:72 index.php:73 index.php:74 index.php:75 +#: index.php:76 #, fuzzy, c-format msgid "Version %s of Gajim has been released." msgstr "Versio 0.11 de Gajim estas eldonita." -#: index.php:79 index.php:80 index.php:81 index.php:82 index.php:83 +#: index.php:82 index.php:83 index.php:84 index.php:85 index.php:86 +#: index.php:87 #, fuzzy, c-format msgid "What's new since %s:" msgstr "Kio novas post " -#: index.php:87 -msgid "Fix history viewer" -msgstr "" - -#: index.php:88 -msgid "Fix closing roster window" -msgstr "" +#: index.php:91 +#, fuzzy +msgid "Fix translation issue" +msgstr "Nova traduko: La serba" -#: index.php:89 index.php:96 index.php:101 index.php:112 +#: index.php:92 index.php:99 index.php:106 index.php:111 index.php:122 msgid "Full ChangeLog" msgstr "Plena ÅanÄprotokolo" -#: index.php:89 +#: index.php:92 index.php:99 #, fuzzy msgid "Full changelog, see" msgstr "Plena ÅanÄprotokolo" -#: index.php:90 index.php:97 index.php:102 index.php:113 +#: index.php:93 index.php:100 index.php:107 index.php:112 index.php:123 #, fuzzy msgid "List of fixed bugs" msgstr "Tunoj da korektaĵoj" -#: index.php:94 +#: index.php:97 +msgid "Fix history viewer" +msgstr "" + +#: index.php:98 +msgid "Fix closing roster window" +msgstr "" + +#: index.php:104 msgid "Fix CPU usage when testing file transfer proxies" msgstr "" -#: index.php:95 +#: index.php:105 msgid "Fix invalid XML char regex" msgstr "" -#: index.php:96 index.php:101 +#: index.php:106 index.php:111 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:106 +#: index.php:116 msgid "Jingle audio / video chat" msgstr "" -#: index.php:107 +#: index.php:117 msgid "Improve startup time" msgstr "" -#: index.php:108 +#: index.php:118 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:109 +#: index.php:119 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:110 +#: index.php:120 msgid "Use XDG standards" msgstr "" -#: index.php:111 +#: index.php:121 msgid "Handle groupchat captcha" msgstr "" -#: index.php:117 +#: index.php:127 #, fuzzy msgid "Fix some TLS connection" msgstr "Nova traduko: La serba" -#: index.php:118 +#: index.php:128 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:119 +#: index.php:129 msgid "Fix contact synchronisation" msgstr "" -#: index.php:120 +#: index.php:130 #, fuzzy msgid "Add japanese translation" msgstr "Äœisdatigo de pl, cs, fr tradukoj" -#: index.php:121 +#: index.php:131 msgid "Minor fixes" msgstr "" @@ -895,10 +907,6 @@ msgstr "Ĉi tie estas ekrankopioj de Gajim:" #~ msgid "Version %s will arrive soon." #~ msgstr "La versio 0.11.1 baldaÅ venos." -#, fuzzy -#~ msgid "Fix some translations" -#~ msgstr "Nova traduko: La serba" - #, fuzzy #~ msgid "Roster versioning support" #~ msgstr "subteno de Gnoma Ålosilaro(GNOME Keyring)" diff --git a/locale/es_ES/LC_MESSAGES/msg.po b/locale/es_ES/LC_MESSAGES/msg.po index ce825ee1..be5ae19d 100644 --- a/locale/es_ES/LC_MESSAGES/msg.po +++ b/locale/es_ES/LC_MESSAGES/msg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 21:38+0200\n" +"POT-Creation-Date: 2011-07-22 13:17+0200\n" "PO-Revision-Date: 2005-06-01 19:05+0300\n" "Last-Translator: <membriskhan@gmail.com>\n" "Language-Team: Spanish <es@li.org>\n" @@ -741,117 +741,129 @@ msgid "NEWS" msgstr "NOTICIAS" #: index.php:52 index.php:53 index.php:54 index.php:55 index.php:56 +#: index.php:57 #, fuzzy, c-format msgid "Gajim %s is here!" msgstr "¡Gajim 0.9 está aquÃ!" -#: index.php:62 +#: index.php:63 +#, fuzzy +msgid "22 July 2011" +msgstr "5 Junio 2005" + +#: index.php:64 #, fuzzy msgid "19 June 2011" msgstr "5 Junio 2005" -#: index.php:63 +#: index.php:65 #, fuzzy msgid "07 June 2011" msgstr "5 Junio 2005" -#: index.php:64 +#: index.php:66 #, fuzzy msgid "26 October 2010" msgstr "06 Septiembre 2005" -#: index.php:65 +#: index.php:67 #, fuzzy msgid "02 September 2010" msgstr "06 Septiembre 2005" -#: index.php:66 +#: index.php:68 msgid "02 April 2010" msgstr "" -#: index.php:69 index.php:70 index.php:71 index.php:72 index.php:73 +#: index.php:71 index.php:72 index.php:73 index.php:74 index.php:75 +#: index.php:76 #, fuzzy, c-format msgid "Version %s of Gajim has been released." msgstr "Se ha publicado la versión 0.9 de Gajim." -#: index.php:79 index.php:80 index.php:81 index.php:82 index.php:83 +#: index.php:82 index.php:83 index.php:84 index.php:85 index.php:86 +#: index.php:87 #, fuzzy, c-format msgid "What's new since %s:" msgstr "Cambios desde la " -#: index.php:87 -msgid "Fix history viewer" -msgstr "" - -#: index.php:88 -msgid "Fix closing roster window" +#: index.php:91 +msgid "Fix translation issue" msgstr "" -#: index.php:89 index.php:96 index.php:101 index.php:112 +#: index.php:92 index.php:99 index.php:106 index.php:111 index.php:122 msgid "Full ChangeLog" msgstr "" -#: index.php:89 +#: index.php:92 index.php:99 msgid "Full changelog, see" msgstr "" -#: index.php:90 index.php:97 index.php:102 index.php:113 +#: index.php:93 index.php:100 index.php:107 index.php:112 index.php:123 msgid "List of fixed bugs" msgstr "" -#: index.php:94 +#: index.php:97 +msgid "Fix history viewer" +msgstr "" + +#: index.php:98 +msgid "Fix closing roster window" +msgstr "" + +#: index.php:104 msgid "Fix CPU usage when testing file transfer proxies" msgstr "" -#: index.php:95 +#: index.php:105 msgid "Fix invalid XML char regex" msgstr "" -#: index.php:96 index.php:101 +#: index.php:106 index.php:111 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:106 +#: index.php:116 msgid "Jingle audio / video chat" msgstr "" -#: index.php:107 +#: index.php:117 msgid "Improve startup time" msgstr "" -#: index.php:108 +#: index.php:118 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:109 +#: index.php:119 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:110 +#: index.php:120 msgid "Use XDG standards" msgstr "" -#: index.php:111 +#: index.php:121 msgid "Handle groupchat captcha" msgstr "" -#: index.php:117 +#: index.php:127 msgid "Fix some TLS connection" msgstr "" -#: index.php:118 +#: index.php:128 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:119 +#: index.php:129 msgid "Fix contact synchronisation" msgstr "" -#: index.php:120 +#: index.php:130 msgid "Add japanese translation" msgstr "" -#: index.php:121 +#: index.php:131 msgid "Minor fixes" msgstr "" diff --git a/locale/fr_FR/LC_MESSAGES/msg.po b/locale/fr_FR/LC_MESSAGES/msg.po index 21139a9d..6b9168ca 100644 --- a/locale/fr_FR/LC_MESSAGES/msg.po +++ b/locale/fr_FR/LC_MESSAGES/msg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 21:38+0200\n" +"POT-Creation-Date: 2011-07-22 13:17+0200\n" "PO-Revision-Date: 2005-08-18 13:21+0100\n" "Last-Translator: Yann Le Boulanger <asterix@lagaule.org>\n" "Language-Team: none\n" @@ -730,115 +730,126 @@ msgid "NEWS" msgstr "NEWS" #: index.php:52 index.php:53 index.php:54 index.php:55 index.php:56 +#: index.php:57 #, c-format msgid "Gajim %s is here!" msgstr "La version %s de Gajim est sortie !" -#: index.php:62 +#: index.php:63 +msgid "22 July 2011" +msgstr "22 Juillet 2011" + +#: index.php:64 msgid "19 June 2011" msgstr "19 Juin 2011" -#: index.php:63 +#: index.php:65 msgid "07 June 2011" msgstr "7 Juin 2011" -#: index.php:64 +#: index.php:66 msgid "26 October 2010" msgstr "26 Octobre 2010" -#: index.php:65 +#: index.php:67 msgid "02 September 2010" msgstr "2 Septembre 2010" -#: index.php:66 +#: index.php:68 msgid "02 April 2010" msgstr "02 Avril 2010" -#: index.php:69 index.php:70 index.php:71 index.php:72 index.php:73 +#: index.php:71 index.php:72 index.php:73 index.php:74 index.php:75 +#: index.php:76 #, c-format msgid "Version %s of Gajim has been released." msgstr "La version %s de Gajim est maintenant disponible." -#: index.php:79 index.php:80 index.php:81 index.php:82 index.php:83 +#: index.php:82 index.php:83 index.php:84 index.php:85 index.php:86 +#: index.php:87 #, c-format msgid "What's new since %s:" msgstr "Améliorations depuis la version %s :" -#: index.php:87 -msgid "Fix history viewer" -msgstr "Corrige la fenêtre d'historique" - -#: index.php:88 -msgid "Fix closing roster window" -msgstr "Corrige la fermeture de la fenêtre de contacts" +#: index.php:91 +msgid "Fix translation issue" +msgstr "Corrige un problème de traduction" -#: index.php:89 index.php:96 index.php:101 index.php:112 +#: index.php:92 index.php:99 index.php:106 index.php:111 index.php:122 msgid "Full ChangeLog" msgstr "ChangeLog complet" -#: index.php:89 +#: index.php:92 index.php:99 msgid "Full changelog, see" msgstr "Liste complète des corrections, voir" -#: index.php:90 index.php:97 index.php:102 index.php:113 +#: index.php:93 index.php:100 index.php:107 index.php:112 index.php:123 msgid "List of fixed bugs" msgstr "Liste des bogues corrigés" -#: index.php:94 +#: index.php:97 +msgid "Fix history viewer" +msgstr "Corrige la fenêtre d'historique" + +#: index.php:98 +msgid "Fix closing roster window" +msgstr "Corrige la fermeture de la fenêtre de contacts" + +#: index.php:104 msgid "Fix CPU usage when testing file transfer proxies" msgstr "" "Corrige l'utilisation du CPU lors du test des proxies de transfert de " "fichiers" -#: index.php:95 +#: index.php:105 msgid "Fix invalid XML char regex" msgstr "Corrige l'expression régulière des caractères XML invalides" -#: index.php:96 index.php:101 +#: index.php:106 index.php:111 msgid "Various minor bugfixes, see" msgstr "Plusieurs corrections de bogues mineurs, voir" -#: index.php:106 +#: index.php:116 msgid "Jingle audio / video chat" msgstr "Conversation audio / video via jingle" -#: index.php:107 +#: index.php:117 msgid "Improve startup time" msgstr "Améliore le temps de démarrage" -#: index.php:108 +#: index.php:118 msgid "Groupchat auto-rejoin" msgstr "re-connexion automatique des groupes de discussion" -#: index.php:109 +#: index.php:119 msgid "Geolocation (with geoclue)" msgstr "Géolocalisation (avec geoclue)" -#: index.php:110 +#: index.php:120 msgid "Use XDG standards" msgstr "Utilisation des standards XDG" -#: index.php:111 +#: index.php:121 msgid "Handle groupchat captcha" msgstr "Gère les cryptogrammes dans les groupes de discussion" -#: index.php:117 +#: index.php:127 msgid "Fix some TLS connection" msgstr "Corrige des connexions en TLS" -#: index.php:118 +#: index.php:128 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "N'affiche plus ne nombreuses fenêtres \"Erreur de base de donnée\"" -#: index.php:119 +#: index.php:129 msgid "Fix contact synchronisation" msgstr "Corrige la synchronisation des contacts" -#: index.php:120 +#: index.php:130 msgid "Add japanese translation" msgstr "Ajout de la traduction japonaise" -#: index.php:121 +#: index.php:131 msgid "Minor fixes" msgstr "Corrections mineurs" @@ -922,9 +933,6 @@ msgstr "Voici quelques captures d'écran de Gajim :" #~ msgstr "" #~ "Corrige l'analyse des messages HTML qui contiennent du marquage ascii" -#~ msgid "Fix some translations" -#~ msgstr "Corrige quelques traductions" - #~ msgid "Fix string comparison according to locales" #~ msgstr "" #~ "Corrige la comparaison des chaines de caractères suivant les paramètres " diff --git a/locale/hu_HU/LC_MESSAGES/msg.po b/locale/hu_HU/LC_MESSAGES/msg.po index 22b00170..e81e1ab2 100644 --- a/locale/hu_HU/LC_MESSAGES/msg.po +++ b/locale/hu_HU/LC_MESSAGES/msg.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 21:38+0200\n" +"POT-Creation-Date: 2011-07-22 13:17+0200\n" "PO-Revision-Date: 2010-11-25 02:26+0200\n" "Last-Translator: Gabriel Papp <gabriel.papp@gmx.com>\n" "Language-Team: -\n" @@ -732,114 +732,126 @@ msgid "NEWS" msgstr "HÃREK" #: index.php:52 index.php:53 index.php:54 index.php:55 index.php:56 +#: index.php:57 #, c-format msgid "Gajim %s is here!" msgstr "Megjelent a Gajim %s!" -#: index.php:62 +#: index.php:63 +msgid "22 July 2011" +msgstr "" + +#: index.php:64 msgid "19 June 2011" msgstr "" -#: index.php:63 +#: index.php:65 msgid "07 June 2011" msgstr "" -#: index.php:64 +#: index.php:66 msgid "26 October 2010" msgstr "2010. október. 26" -#: index.php:65 +#: index.php:67 msgid "02 September 2010" msgstr "2010. szeptember. 02" -#: index.php:66 +#: index.php:68 msgid "02 April 2010" msgstr "2010. április. 02" -#: index.php:69 index.php:70 index.php:71 index.php:72 index.php:73 +#: index.php:71 index.php:72 index.php:73 index.php:74 index.php:75 +#: index.php:76 #, c-format msgid "Version %s of Gajim has been released." msgstr "A Gajim %s verziója megjelent." -#: index.php:79 index.php:80 index.php:81 index.php:82 index.php:83 +#: index.php:82 index.php:83 index.php:84 index.php:85 index.php:86 +#: index.php:87 #, c-format msgid "What's new since %s:" msgstr "Újdonságok a %s óta:" -#: index.php:87 -msgid "Fix history viewer" -msgstr "" - -#: index.php:88 -msgid "Fix closing roster window" -msgstr "" +#: index.php:91 +#, fuzzy +msgid "Fix translation issue" +msgstr " FordÃtások állapota" -#: index.php:89 index.php:96 index.php:101 index.php:112 +#: index.php:92 index.php:99 index.php:106 index.php:111 index.php:122 msgid "Full ChangeLog" msgstr "Teljes verziótörténet" -#: index.php:89 +#: index.php:92 index.php:99 #, fuzzy msgid "Full changelog, see" msgstr "Teljes verziótörténet" -#: index.php:90 index.php:97 index.php:102 index.php:113 +#: index.php:93 index.php:100 index.php:107 index.php:112 index.php:123 msgid "List of fixed bugs" msgstr "JavÃtott hibák listája" -#: index.php:94 +#: index.php:97 +msgid "Fix history viewer" +msgstr "" + +#: index.php:98 +msgid "Fix closing roster window" +msgstr "" + +#: index.php:104 msgid "Fix CPU usage when testing file transfer proxies" msgstr "" -#: index.php:95 +#: index.php:105 msgid "Fix invalid XML char regex" msgstr "" -#: index.php:96 index.php:101 +#: index.php:106 index.php:111 msgid "Various minor bugfixes, see" msgstr "Néhány apróbb hibajavÃtás. Lásd: " -#: index.php:106 +#: index.php:116 msgid "Jingle audio / video chat" msgstr "Jingle hang / videó beszélgetés" -#: index.php:107 +#: index.php:117 msgid "Improve startup time" msgstr "Gyorsabb indÃtás" -#: index.php:108 +#: index.php:118 msgid "Groupchat auto-rejoin" msgstr "Automatikus újracsatlakozás a közös beszélgetésekhez" -#: index.php:109 +#: index.php:119 msgid "Geolocation (with geoclue)" msgstr "GeocÃmke (geoclue-val)" -#: index.php:110 +#: index.php:120 msgid "Use XDG standards" msgstr "XDG szabvány használata" -#: index.php:111 +#: index.php:121 msgid "Handle groupchat captcha" msgstr "Kezeli a közös beszélgetések captcha kódjait" -#: index.php:117 +#: index.php:127 msgid "Fix some TLS connection" msgstr "Néhány TLS kapcsolat kijavÃtva" -#: index.php:118 +#: index.php:128 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "Nem hoz fel egy csomó \"Adatbázis hiba\" ablakot" -#: index.php:119 +#: index.php:129 msgid "Fix contact synchronisation" msgstr "Partnerszinkronizáció javÃtva" -#: index.php:120 +#: index.php:130 msgid "Add japanese translation" msgstr "Japán fordÃtás hozzáadva" -#: index.php:121 +#: index.php:131 msgid "Minor fixes" msgstr "Apróbb javÃtások" diff --git a/locale/it_IT/LC_MESSAGES/msg.po b/locale/it_IT/LC_MESSAGES/msg.po index 454d30db..300ba389 100644 --- a/locale/it_IT/LC_MESSAGES/msg.po +++ b/locale/it_IT/LC_MESSAGES/msg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gajim website\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 21:38+0200\n" +"POT-Creation-Date: 2011-07-22 13:17+0200\n" "PO-Revision-Date: 2007-09-23 00:39+0100\n" "Last-Translator: neoex <neoex.dc@gmail.com>\n" "Language-Team: Italian\n" @@ -740,118 +740,130 @@ msgid "NEWS" msgstr "NEWS" #: index.php:52 index.php:53 index.php:54 index.php:55 index.php:56 +#: index.php:57 #, fuzzy, c-format msgid "Gajim %s is here!" msgstr "E' arrivato Gajim 0.11!" -#: index.php:62 +#: index.php:63 +msgid "22 July 2011" +msgstr "" + +#: index.php:64 msgid "19 June 2011" msgstr "" -#: index.php:63 +#: index.php:65 msgid "07 June 2011" msgstr "" -#: index.php:64 +#: index.php:66 #, fuzzy msgid "26 October 2010" msgstr "22 Settembre 2007" -#: index.php:65 +#: index.php:67 #, fuzzy msgid "02 September 2010" msgstr "22 Settembre 2007" -#: index.php:66 +#: index.php:68 msgid "02 April 2010" msgstr "" -#: index.php:69 index.php:70 index.php:71 index.php:72 index.php:73 +#: index.php:71 index.php:72 index.php:73 index.php:74 index.php:75 +#: index.php:76 #, fuzzy, c-format msgid "Version %s of Gajim has been released." msgstr "E' stata rilasciata la versione 0.11 di Gajim." -#: index.php:79 index.php:80 index.php:81 index.php:82 index.php:83 +#: index.php:82 index.php:83 index.php:84 index.php:85 index.php:86 +#: index.php:87 #, fuzzy, c-format msgid "What's new since %s:" msgstr "Novità rispetto alla " -#: index.php:87 -msgid "Fix history viewer" -msgstr "" - -#: index.php:88 -msgid "Fix closing roster window" -msgstr "" +#: index.php:91 +#, fuzzy +msgid "Fix translation issue" +msgstr " Stato delle traduzioni" -#: index.php:89 index.php:96 index.php:101 index.php:112 +#: index.php:92 index.php:99 index.php:106 index.php:111 index.php:122 msgid "Full ChangeLog" msgstr "ChangeLog completo" -#: index.php:89 +#: index.php:92 index.php:99 #, fuzzy msgid "Full changelog, see" msgstr "ChangeLog completo" -#: index.php:90 index.php:97 index.php:102 index.php:113 +#: index.php:93 index.php:100 index.php:107 index.php:112 index.php:123 msgid "List of fixed bugs" msgstr "" -#: index.php:94 +#: index.php:97 +msgid "Fix history viewer" +msgstr "" + +#: index.php:98 +msgid "Fix closing roster window" +msgstr "" + +#: index.php:104 msgid "Fix CPU usage when testing file transfer proxies" msgstr "" -#: index.php:95 +#: index.php:105 msgid "Fix invalid XML char regex" msgstr "" -#: index.php:96 index.php:101 +#: index.php:106 index.php:111 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:106 +#: index.php:116 msgid "Jingle audio / video chat" msgstr "" -#: index.php:107 +#: index.php:117 msgid "Improve startup time" msgstr "" -#: index.php:108 +#: index.php:118 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:109 +#: index.php:119 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:110 +#: index.php:120 msgid "Use XDG standards" msgstr "" -#: index.php:111 +#: index.php:121 msgid "Handle groupchat captcha" msgstr "" -#: index.php:117 +#: index.php:127 #, fuzzy msgid "Fix some TLS connection" msgstr " Stato delle traduzioni" -#: index.php:118 +#: index.php:128 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:119 +#: index.php:129 msgid "Fix contact synchronisation" msgstr "" -#: index.php:120 +#: index.php:130 #, fuzzy msgid "Add japanese translation" msgstr "Nuova traduzione: Serbo" -#: index.php:121 +#: index.php:131 msgid "Minor fixes" msgstr "" @@ -907,10 +919,6 @@ msgstr "Ecco alcune schermate di Gajim:" #~ msgid "Version %s will arrive soon." #~ msgstr "La versione 0.11.2 verrà rilasciata presto." -#, fuzzy -#~ msgid "Fix some translations" -#~ msgstr " Stato delle traduzioni" - #, fuzzy #~ msgid "Roster versioning support" #~ msgstr "Supporto al portachiavi di GNOME" diff --git a/locale/pl_PL/LC_MESSAGES/msg.po b/locale/pl_PL/LC_MESSAGES/msg.po index 1e9c7e5f..51175006 100644 --- a/locale/pl_PL/LC_MESSAGES/msg.po +++ b/locale/pl_PL/LC_MESSAGES/msg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Gajim-0.12\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 21:38+0200\n" +"POT-Creation-Date: 2011-07-22 13:17+0200\n" "PO-Revision-Date: 2008-10-19 20:18+0100\n" "Last-Translator: Tadzik SoÅ›nierz <tadzikes@gmail.com>\n" "Language-Team: Polish\n" @@ -743,123 +743,136 @@ msgid "NEWS" msgstr "AKTUALNOÅšCI" #: index.php:52 index.php:53 index.php:54 index.php:55 index.php:56 +#: index.php:57 #, c-format msgid "Gajim %s is here!" msgstr "Gajim %s już jest!" -#: index.php:62 +#: index.php:63 +#, fuzzy +msgid "22 July 2011" +msgstr "12 Sierpnia 2008" + +#: index.php:64 #, fuzzy msgid "19 June 2011" msgstr "12 Sierpnia 2008" -#: index.php:63 +#: index.php:65 #, fuzzy msgid "07 June 2011" msgstr "12 Sierpnia 2008" -#: index.php:64 +#: index.php:66 #, fuzzy msgid "26 October 2010" msgstr "22 WrzeÅ›nia 2007" -#: index.php:65 +#: index.php:67 #, fuzzy msgid "02 September 2010" msgstr "22 WrzeÅ›nia 2007" -#: index.php:66 +#: index.php:68 #, fuzzy msgid "02 April 2010" msgstr "01 Kwietnia 2008" -#: index.php:69 index.php:70 index.php:71 index.php:72 index.php:73 +#: index.php:71 index.php:72 index.php:73 index.php:74 index.php:75 +#: index.php:76 #, c-format msgid "Version %s of Gajim has been released." msgstr "Wersja %s Gajima zostaÅ‚a wydana" -#: index.php:79 index.php:80 index.php:81 index.php:82 index.php:83 +#: index.php:82 index.php:83 index.php:84 index.php:85 index.php:86 +#: index.php:87 #, c-format msgid "What's new since %s:" msgstr "Co nowego od czasu %s:" -#: index.php:87 +#: index.php:91 #, fuzzy -msgid "Fix history viewer" -msgstr "Naprawione przesyÅ‚anie plików" - -#: index.php:88 -msgid "Fix closing roster window" -msgstr "" +msgid "Fix translation issue" +msgstr " Stan tÅ‚umaczeÅ„" -#: index.php:89 index.php:96 index.php:101 index.php:112 +#: index.php:92 index.php:99 index.php:106 index.php:111 index.php:122 msgid "Full ChangeLog" msgstr "PeÅ‚na lista zmian (ChangeLog)" -#: index.php:89 +#: index.php:92 index.php:99 #, fuzzy msgid "Full changelog, see" msgstr "PeÅ‚na lista zmian (ChangeLog)" -#: index.php:90 index.php:97 index.php:102 index.php:113 +#: index.php:93 index.php:100 index.php:107 index.php:112 index.php:123 msgid "List of fixed bugs" msgstr "" -#: index.php:94 +#: index.php:97 +#, fuzzy +msgid "Fix history viewer" +msgstr "Naprawione przesyÅ‚anie plików" + +#: index.php:98 +msgid "Fix closing roster window" +msgstr "" + +#: index.php:104 msgid "Fix CPU usage when testing file transfer proxies" msgstr "" -#: index.php:95 +#: index.php:105 msgid "Fix invalid XML char regex" msgstr "" -#: index.php:96 index.php:101 +#: index.php:106 index.php:111 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:106 +#: index.php:116 msgid "Jingle audio / video chat" msgstr "" -#: index.php:107 +#: index.php:117 #, fuzzy msgid "Improve startup time" msgstr "Poprawione menu ikony w tacce systemowej" -#: index.php:108 +#: index.php:118 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:109 +#: index.php:119 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:110 +#: index.php:120 msgid "Use XDG standards" msgstr "" -#: index.php:111 +#: index.php:121 msgid "Handle groupchat captcha" msgstr "" -#: index.php:117 +#: index.php:127 #, fuzzy msgid "Fix some TLS connection" msgstr " Stan tÅ‚umaczeÅ„" -#: index.php:118 +#: index.php:128 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:119 +#: index.php:129 msgid "Fix contact synchronisation" msgstr "" -#: index.php:120 +#: index.php:130 #, fuzzy msgid "Add japanese translation" msgstr "Uaktualnione tÅ‚umaczenie na jÄ™zyk niemiecki" -#: index.php:121 +#: index.php:131 msgid "Minor fixes" msgstr "" @@ -929,10 +942,6 @@ msgstr "Tutaj możesz zobaczyć zrzuty ekranu z Gajima:" #~ msgid "Fix facebook xmpp server connection" #~ msgstr "Poprawione zamarzanie przy poÅ‚Ä…czeniu" -#, fuzzy -#~ msgid "Fix some translations" -#~ msgstr " Stan tÅ‚umaczeÅ„" - #, fuzzy #~ msgid "BOSH connection support" #~ msgstr "Lepsze wsparcie dla sesji" diff --git a/locale/pt_BR/LC_MESSAGES/msg.po b/locale/pt_BR/LC_MESSAGES/msg.po index f29fc49f..0e3e3829 100644 --- a/locale/pt_BR/LC_MESSAGES/msg.po +++ b/locale/pt_BR/LC_MESSAGES/msg.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 21:38+0200\n" +"POT-Creation-Date: 2011-07-22 13:17+0200\n" "PO-Revision-Date: 2009-03-11 10:53-0300\n" "Last-Translator: Davidson Paulo <davidsonpaulo@gmail.com>\n" "Language-Team: \n" @@ -766,122 +766,135 @@ msgid "NEWS" msgstr "NOTÍCIAS" #: index.php:52 index.php:53 index.php:54 index.php:55 index.php:56 +#: index.php:57 #, c-format msgid "Gajim %s is here!" msgstr "O Gajim %s está aqui!" -#: index.php:62 +#: index.php:63 +#, fuzzy +msgid "22 July 2011" +msgstr "12 de Agosto de 2008" + +#: index.php:64 #, fuzzy msgid "19 June 2011" msgstr "12 de Agosto de 2008" -#: index.php:63 +#: index.php:65 #, fuzzy msgid "07 June 2011" msgstr "12 de Agosto de 2008" -#: index.php:64 +#: index.php:66 #, fuzzy msgid "26 October 2010" msgstr "22 de Setembro de 2007" -#: index.php:65 +#: index.php:67 #, fuzzy msgid "02 September 2010" msgstr "22 de Setembro de 2007" -#: index.php:66 +#: index.php:68 msgid "02 April 2010" msgstr "" -#: index.php:69 index.php:70 index.php:71 index.php:72 index.php:73 +#: index.php:71 index.php:72 index.php:73 index.php:74 index.php:75 +#: index.php:76 #, c-format msgid "Version %s of Gajim has been released." msgstr "A versão %s do Gajim é lançada." -#: index.php:79 index.php:80 index.php:81 index.php:82 index.php:83 +#: index.php:82 index.php:83 index.php:84 index.php:85 index.php:86 +#: index.php:87 #, c-format msgid "What's new since %s:" msgstr "O que há de novo desde a versão %s:" -#: index.php:87 +#: index.php:91 #, fuzzy -msgid "Fix history viewer" -msgstr "Corrigida transferência de arquivos" - -#: index.php:88 -msgid "Fix closing roster window" -msgstr "" +msgid "Fix translation issue" +msgstr " Status das traduções" -#: index.php:89 index.php:96 index.php:101 index.php:112 +#: index.php:92 index.php:99 index.php:106 index.php:111 index.php:122 msgid "Full ChangeLog" msgstr "Registro Completo das Alteraãões" -#: index.php:89 +#: index.php:92 index.php:99 #, fuzzy msgid "Full changelog, see" msgstr "Registro Completo das Alteraãões" -#: index.php:90 index.php:97 index.php:102 index.php:113 +#: index.php:93 index.php:100 index.php:107 index.php:112 index.php:123 msgid "List of fixed bugs" msgstr "" -#: index.php:94 +#: index.php:97 +#, fuzzy +msgid "Fix history viewer" +msgstr "Corrigida transferência de arquivos" + +#: index.php:98 +msgid "Fix closing roster window" +msgstr "" + +#: index.php:104 msgid "Fix CPU usage when testing file transfer proxies" msgstr "" -#: index.php:95 +#: index.php:105 msgid "Fix invalid XML char regex" msgstr "" -#: index.php:96 index.php:101 +#: index.php:106 index.php:111 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:106 +#: index.php:116 msgid "Jingle audio / video chat" msgstr "" -#: index.php:107 +#: index.php:117 #, fuzzy msgid "Improve startup time" msgstr "Melhorado menu popup da bandeja do sistema" -#: index.php:108 +#: index.php:118 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:109 +#: index.php:119 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:110 +#: index.php:120 msgid "Use XDG standards" msgstr "" -#: index.php:111 +#: index.php:121 msgid "Handle groupchat captcha" msgstr "" -#: index.php:117 +#: index.php:127 #, fuzzy msgid "Fix some TLS connection" msgstr " Status das traduções" -#: index.php:118 +#: index.php:128 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:119 +#: index.php:129 msgid "Fix contact synchronisation" msgstr "" -#: index.php:120 +#: index.php:130 #, fuzzy msgid "Add japanese translation" msgstr "Atualizada tradução para o alemão" -#: index.php:121 +#: index.php:131 msgid "Minor fixes" msgstr "" @@ -951,10 +964,6 @@ msgstr "Aqui estão alguns screenshots do Gajim:" #~ msgid "Fix facebook xmpp server connection" #~ msgstr "Corrigido congelamento na conexão" -#, fuzzy -#~ msgid "Fix some translations" -#~ msgstr " Status das traduções" - #, fuzzy #~ msgid "BOSH connection support" #~ msgstr "Melhor suporte a sessões" diff --git a/locale/ru_RU/LC_MESSAGES/msg.po b/locale/ru_RU/LC_MESSAGES/msg.po index 27c90245..2f1cd0c1 100644 --- a/locale/ru_RU/LC_MESSAGES/msg.po +++ b/locale/ru_RU/LC_MESSAGES/msg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gajim-website 20061103\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 21:38+0200\n" +"POT-Creation-Date: 2011-07-22 13:17+0200\n" "PO-Revision-Date: 2009-06-12 15:51+0300\n" "Last-Translator: Grigory Sarnitskiy <sargrigory@ya.ru>\n" "Language-Team: Russian <ru@li.org>\n" @@ -733,120 +733,133 @@ msgid "NEWS" msgstr "ÐОВОСТИ" #: index.php:52 index.php:53 index.php:54 index.php:55 index.php:56 +#: index.php:57 #, c-format msgid "Gajim %s is here!" msgstr "Gajim %s уже здеÑÑŒ!" -#: index.php:62 +#: index.php:63 +#, fuzzy +msgid "22 July 2011" +msgstr "7 Ð¸ÑŽÐ½Ñ 2009" + +#: index.php:64 #, fuzzy msgid "19 June 2011" msgstr "7 Ð¸ÑŽÐ½Ñ 2009" -#: index.php:63 +#: index.php:65 #, fuzzy msgid "07 June 2011" msgstr "7 Ð¸ÑŽÐ½Ñ 2009" -#: index.php:64 +#: index.php:66 #, fuzzy msgid "26 October 2010" msgstr "22 СентÑÐ±Ñ€Ñ 2007" -#: index.php:65 +#: index.php:67 #, fuzzy msgid "02 September 2010" msgstr "22 СентÑÐ±Ñ€Ñ 2007" -#: index.php:66 +#: index.php:68 msgid "02 April 2010" msgstr "2 Ð°Ð¿Ñ€ÐµÐ»Ñ 2010" -#: index.php:69 index.php:70 index.php:71 index.php:72 index.php:73 +#: index.php:71 index.php:72 index.php:73 index.php:74 index.php:75 +#: index.php:76 #, c-format msgid "Version %s of Gajim has been released." msgstr "Выпущена верÑÐ¸Ñ Gajim %s." -#: index.php:79 index.php:80 index.php:81 index.php:82 index.php:83 +#: index.php:82 index.php:83 index.php:84 index.php:85 index.php:86 +#: index.php:87 #, c-format msgid "What's new since %s:" msgstr "Что нового по Ñравнению Ñ %s:" -#: index.php:87 +#: index.php:91 #, fuzzy -msgid "Fix history viewer" -msgstr "ИÑправлена передача файлов" - -#: index.php:88 -msgid "Fix closing roster window" -msgstr "" +msgid "Fix translation issue" +msgstr "Уточнены некоторые переводы" -#: index.php:89 index.php:96 index.php:101 index.php:112 +#: index.php:92 index.php:99 index.php:106 index.php:111 index.php:122 msgid "Full ChangeLog" msgstr "Полный ÑпиÑок изменений" -#: index.php:89 +#: index.php:92 index.php:99 #, fuzzy msgid "Full changelog, see" msgstr "Полный ÑпиÑок изменений" -#: index.php:90 index.php:97 index.php:102 index.php:113 +#: index.php:93 index.php:100 index.php:107 index.php:112 index.php:123 msgid "List of fixed bugs" msgstr "СпиÑок иÑправленных ошибок" -#: index.php:94 +#: index.php:97 +#, fuzzy +msgid "Fix history viewer" +msgstr "ИÑправлена передача файлов" + +#: index.php:98 +msgid "Fix closing roster window" +msgstr "" + +#: index.php:104 msgid "Fix CPU usage when testing file transfer proxies" msgstr "" -#: index.php:95 +#: index.php:105 msgid "Fix invalid XML char regex" msgstr "" -#: index.php:96 index.php:101 +#: index.php:106 index.php:111 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:106 +#: index.php:116 msgid "Jingle audio / video chat" msgstr "" -#: index.php:107 +#: index.php:117 #, fuzzy msgid "Improve startup time" msgstr "Улучшено вÑплывающее меню облаÑти уведомлений" -#: index.php:108 +#: index.php:118 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:109 +#: index.php:119 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:110 +#: index.php:120 msgid "Use XDG standards" msgstr "" -#: index.php:111 +#: index.php:121 msgid "Handle groupchat captcha" msgstr "" -#: index.php:117 +#: index.php:127 msgid "Fix some TLS connection" msgstr "ИÑправлено подключение TLS" -#: index.php:118 +#: index.php:128 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "Убраны лишние вÑплывающие ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ \"DB Error\"" -#: index.php:119 +#: index.php:129 msgid "Fix contact synchronisation" msgstr "ИÑправлена ÑÐ¸Ð½Ñ…Ñ€Ð¾Ð½Ð¸Ð·Ð°Ñ†Ð¸Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð¾Ð²" -#: index.php:120 +#: index.php:130 msgid "Add japanese translation" msgstr "Добавлен ÑпонÑкий перевод" -#: index.php:121 +#: index.php:131 msgid "Minor fixes" msgstr "Мелкие иÑправлениÑ" @@ -910,9 +923,6 @@ msgstr "ЗдеÑÑŒ некоторые Ñкриншоты Gajim:" #~ msgid "Fix copy / paste with Ctrl+C on non-latin keyboard" #~ msgstr "ИÑправлены копирование/вÑтавка в не-латинÑких раÑкладках" -#~ msgid "Fix some translations" -#~ msgstr "Уточнены некоторые переводы" - #~ msgid "Fix some gnomekeyring glitches" #~ msgstr "УÑтранены некоторые ошибки Ñ gnomekeyring" diff --git a/msg.pot b/msg.pot index 03313f41..48894bbf 100644 --- a/msg.pot +++ b/msg.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-06-19 21:39+0200\n" +"POT-Creation-Date: 2011-07-22 13:17+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -679,113 +679,124 @@ msgid "NEWS" msgstr "" #: index.php:52 index.php:53 index.php:54 index.php:55 index.php:56 +#: index.php:57 #, c-format msgid "Gajim %s is here!" msgstr "" -#: index.php:62 +#: index.php:63 +msgid "22 July 2011" +msgstr "" + +#: index.php:64 msgid "19 June 2011" msgstr "" -#: index.php:63 +#: index.php:65 msgid "07 June 2011" msgstr "" -#: index.php:64 +#: index.php:66 msgid "26 October 2010" msgstr "" -#: index.php:65 +#: index.php:67 msgid "02 September 2010" msgstr "" -#: index.php:66 +#: index.php:68 msgid "02 April 2010" msgstr "" -#: index.php:69 index.php:70 index.php:71 index.php:72 index.php:73 +#: index.php:71 index.php:72 index.php:73 index.php:74 index.php:75 +#: index.php:76 #, c-format msgid "Version %s of Gajim has been released." msgstr "" -#: index.php:79 index.php:80 index.php:81 index.php:82 index.php:83 +#: index.php:82 index.php:83 index.php:84 index.php:85 index.php:86 +#: index.php:87 #, c-format msgid "What's new since %s:" msgstr "" -#: index.php:87 -msgid "Fix history viewer" -msgstr "" - -#: index.php:88 -msgid "Fix closing roster window" +#: index.php:91 +msgid "Fix translation issue" msgstr "" -#: index.php:89 index.php:96 index.php:101 index.php:112 +#: index.php:92 index.php:99 index.php:106 index.php:111 index.php:122 msgid "Full ChangeLog" msgstr "" -#: index.php:89 +#: index.php:92 index.php:99 msgid "Full changelog, see" msgstr "" -#: index.php:90 index.php:97 index.php:102 index.php:113 +#: index.php:93 index.php:100 index.php:107 index.php:112 index.php:123 msgid "List of fixed bugs" msgstr "" -#: index.php:94 +#: index.php:97 +msgid "Fix history viewer" +msgstr "" + +#: index.php:98 +msgid "Fix closing roster window" +msgstr "" + +#: index.php:104 msgid "Fix CPU usage when testing file transfer proxies" msgstr "" -#: index.php:95 +#: index.php:105 msgid "Fix invalid XML char regex" msgstr "" -#: index.php:96 index.php:101 +#: index.php:106 index.php:111 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:106 +#: index.php:116 msgid "Jingle audio / video chat" msgstr "" -#: index.php:107 +#: index.php:117 msgid "Improve startup time" msgstr "" -#: index.php:108 +#: index.php:118 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:109 +#: index.php:119 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:110 +#: index.php:120 msgid "Use XDG standards" msgstr "" -#: index.php:111 +#: index.php:121 msgid "Handle groupchat captcha" msgstr "" -#: index.php:117 +#: index.php:127 msgid "Fix some TLS connection" msgstr "" -#: index.php:118 +#: index.php:128 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:119 +#: index.php:129 msgid "Fix contact synchronisation" msgstr "" -#: index.php:120 +#: index.php:130 msgid "Add japanese translation" msgstr "" -#: index.php:121 +#: index.php:131 msgid "Minor fixes" msgstr "" -- GitLab