diff --git a/index.php b/index.php index aa12c940c31c162ba03627ed0b25950ea6b43339..3963405ee41e37e115bbc80bce178d777ac5836d 100644 --- a/index.php +++ b/index.php @@ -49,38 +49,49 @@ 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.1"), - 1 => sprintf(_("Gajim %s is here!"), "0.14"), - 2 => sprintf(_("Gajim %s is here!"), "0.13.4")); + 0 => sprintf(_("Gajim %s is here!"), "0.14.2"), + 1 => sprintf(_("Gajim %s is here!"), "0.14.1"), + 2 => sprintf(_("Gajim %s is here!"), "0.14"), + 3 => 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 => _("26 October 2010"), - 1 => _("02 September 2010"), - 2 => _("02 April 2010")); + 0 => _("07 June 2011"), + 1 => _("26 October 2010"), + 2 => _("02 September 2010"), + 3 => _("02 April 2010")); $array_news_desc = array( - 0 => sprintf(_("Version %s of Gajim has been released."), "0.14.1"), - 1 => sprintf(_("Version %s of Gajim has been released."), "0.14"), - 2 => sprintf(_("Version %s of Gajim has been released."), "0.13.4")); + 0 => sprintf(_("Version %s of Gajim has been released."), "0.14.2"), + 1 => sprintf(_("Version %s of Gajim has been released."), "0.14.1"), + 2 => sprintf(_("Version %s of Gajim has been released."), "0.14"), + 3 => 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"), - 1 => sprintf(_("What's new since %s:"), "0.13.4"), - 2 => sprintf(_("What's new since %s:"), "0.13.3")); + 0 => sprintf(_("What's new since %s:"), "0.14.1"), + 1 => sprintf(_("What's new since %s:"), "0.14"), + 2 => sprintf(_("What's new since %s:"), "0.13.4"), + 3 => sprintf(_("What's new since %s:"), "0.13.3")); // 3 => sprintf(_("What's new in it:")), $array_news_items[0] = array( + 0 => _("Fix CPU usage when testing file transfer proxies"), + 1 => _("Fix invalid XML char regex"), + 1 => _("Various minor bugfixes, see") . " <a href = \"http://hg.gajim.org/gajim/file/baf4786b33fe/ChangeLog\">"._("Full ChangeLog")."</a> ", + 2 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.14.2\">"._("List of fixed bugs")."</a>", + ); + +$array_news_items[1] = 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[1] = array( +$array_news_items[2] = array( 0 => _("Jingle audio / video chat"), 1 => _("Improve startup time"), 2 => _("Groupchat auto-rejoin"), @@ -91,7 +102,7 @@ $array_news_items[1] = array( 7 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.14\">"._("List of fixed bugs")."</a>", ); -$array_news_items[2] = array( +$array_news_items[3] = 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 07a0c894865d79caca616fd8c4878d963fbeace1..56b5f4fe65a8d110b59fb09f9f24b40def25b6e2 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-01-04 16:04+0100\n" +"POT-Creation-Date: 2011-06-07 20:26+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" @@ -741,89 +741,101 @@ msgstr "" msgid "NEWS" msgstr "ÐОВИÐИ" -#: index.php:52 index.php:53 index.php:54 +#: index.php:52 index.php:53 index.php:54 index.php:55 #, fuzzy, c-format msgid "Gajim %s is here!" msgstr "Излезе Gajim 0.11!" -#: index.php:60 +#: index.php:61 +msgid "07 June 2011" +msgstr "" + +#: index.php:62 #, fuzzy msgid "26 October 2010" msgstr "19 декември 2006 г." -#: index.php:61 +#: index.php:63 #, fuzzy msgid "02 September 2010" msgstr "19 декември 2006 г." -#: index.php:62 +#: index.php:64 msgid "02 April 2010" msgstr "" -#: index.php:65 index.php:66 index.php:67 +#: index.php:67 index.php:68 index.php:69 index.php:70 #, fuzzy, c-format msgid "Version %s of Gajim has been released." msgstr "Издадена е верÑÐ¸Ñ 0.11 на Gajim." -#: index.php:73 index.php:74 index.php:75 +#: index.php:76 index.php:77 index.php:78 index.php:79 #, fuzzy, c-format msgid "What's new since %s:" msgstr "Какво е новото ÑпрÑмо " -#: index.php:79 index.php:90 +#: index.php:83 +msgid "Fix CPU usage when testing file transfer proxies" +msgstr "" + +#: index.php:84 +msgid "Fix invalid XML char regex" +msgstr "" + +#: index.php:85 index.php:90 index.php:101 msgid "Full ChangeLog" msgstr "Пълен дневник на промените" -#: index.php:79 +#: index.php:85 index.php:90 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:80 index.php:91 +#: index.php:86 index.php:91 index.php:102 msgid "List of fixed bugs" msgstr "" -#: index.php:84 +#: index.php:95 msgid "Jingle audio / video chat" msgstr "" -#: index.php:85 +#: index.php:96 msgid "Improve startup time" msgstr "" -#: index.php:86 +#: index.php:97 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:87 +#: index.php:98 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:88 +#: index.php:99 msgid "Use XDG standards" msgstr "" -#: index.php:89 +#: index.php:100 msgid "Handle groupchat captcha" msgstr "" -#: index.php:95 +#: index.php:106 msgid "Fix some TLS connection" msgstr "" -#: index.php:96 +#: index.php:107 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:97 +#: index.php:108 msgid "Fix contact synchronisation" msgstr "" -#: index.php:98 +#: index.php:109 #, fuzzy msgid "Add japanese translation" msgstr "Ðов превод: ÑръбÑки" -#: index.php:99 +#: index.php:110 msgid "Minor fixes" msgstr "" diff --git a/locale/de_DE/LC_MESSAGES/msg.po b/locale/de_DE/LC_MESSAGES/msg.po index 2613ca234bda8ef2e04bc49b2776ed9c9cc8c7e7..2ea8a93490c5f88d676f52863dfd1058cbfa4d59 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-01-04 16:04+0100\n" +"POT-Creation-Date: 2011-06-07 20:26+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" @@ -767,91 +767,104 @@ msgstr "" msgid "NEWS" msgstr "NEUIGKEITEN" -#: index.php:52 index.php:53 index.php:54 +#: index.php:52 index.php:53 index.php:54 index.php:55 #, c-format msgid "Gajim %s is here!" msgstr "Gajim %s ist da!" -#: index.php:60 +#: index.php:61 +#, fuzzy +msgid "07 June 2011" +msgstr "12. August 2008" + +#: index.php:62 #, fuzzy msgid "26 October 2010" msgstr "22. September 2007" -#: index.php:61 +#: index.php:63 #, fuzzy msgid "02 September 2010" msgstr "22. September 2007" -#: index.php:62 +#: index.php:64 msgid "02 April 2010" msgstr "" -#: index.php:65 index.php:66 index.php:67 +#: index.php:67 index.php:68 index.php:69 index.php:70 #, c-format msgid "Version %s of Gajim has been released." msgstr "Version %s von Gajim wurde veröffentlicht." -#: index.php:73 index.php:74 index.php:75 +#: index.php:76 index.php:77 index.php:78 index.php:79 #, c-format msgid "What's new since %s:" msgstr "Was ist neu seit %s:" -#: index.php:79 index.php:90 +#: index.php:83 +msgid "Fix CPU usage when testing file transfer proxies" +msgstr "" + +#: index.php:84 +msgid "Fix invalid XML char regex" +msgstr "" + +#: index.php:85 index.php:90 index.php:101 msgid "Full ChangeLog" msgstr "Vollständige Veränderungshistorie" -#: index.php:79 +#: index.php:85 index.php:90 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:80 index.php:91 +#: index.php:86 index.php:91 index.php:102 msgid "List of fixed bugs" msgstr "" -#: index.php:84 +#: index.php:95 msgid "Jingle audio / video chat" msgstr "" -#: index.php:85 +#: index.php:96 #, fuzzy msgid "Improve startup time" msgstr "Verbessertes Systemtray-Menü" -#: index.php:86 +#: index.php:97 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:87 +#: index.php:98 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:88 +#: index.php:99 msgid "Use XDG standards" msgstr "" -#: index.php:89 +#: index.php:100 msgid "Handle groupchat captcha" msgstr "" -#: index.php:95 +#: index.php:106 #, fuzzy msgid "Fix some TLS connection" msgstr " Ãœbersetzungsstatus" -#: index.php:96 +#: index.php:107 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:97 +#: index.php:108 msgid "Fix contact synchronisation" msgstr "" -#: index.php:98 +#: index.php:109 #, fuzzy msgid "Add japanese translation" msgstr "Aktualisierte deutsche Ãœbersetzung" -#: index.php:99 +#: index.php:110 msgid "Minor fixes" msgstr "" @@ -968,10 +981,6 @@ msgstr "Hier sind einige Bildschirmfotos von Gajim:" #~ msgid "07 August 2009" #~ msgstr "12. August 2008" -#, fuzzy -#~ msgid "12 June 2009" -#~ msgstr "12. August 2008" - #~ msgid "21 December 2008" #~ msgstr "21. Dezember 2008" diff --git a/locale/eo/LC_MESSAGES/msg.po b/locale/eo/LC_MESSAGES/msg.po index b724b0eef5a4e55196fb6cca70b4dfbe496f1f79..450ae8b0c4a9a1f536f29fc4cb143914b278b668 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-01-04 16:04+0100\n" +"POT-Creation-Date: 2011-06-07 20:26+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" @@ -727,91 +727,103 @@ msgstr "" msgid "NEWS" msgstr "NOVAÄ´OJ" -#: index.php:52 index.php:53 index.php:54 +#: index.php:52 index.php:53 index.php:54 index.php:55 #, fuzzy, c-format msgid "Gajim %s is here!" msgstr "Gajim 0.11 estas ĉi tie!" -#: index.php:60 +#: index.php:61 +msgid "07 June 2011" +msgstr "" + +#: index.php:62 #, fuzzy msgid "26 October 2010" msgstr "la 19-an de decembro 2006" -#: index.php:61 +#: index.php:63 #, fuzzy msgid "02 September 2010" msgstr "la 19-an de decembro 2006" -#: index.php:62 +#: index.php:64 msgid "02 April 2010" msgstr "" -#: index.php:65 index.php:66 index.php:67 +#: index.php:67 index.php:68 index.php:69 index.php:70 #, fuzzy, c-format msgid "Version %s of Gajim has been released." msgstr "Versio 0.11 de Gajim estas eldonita." -#: index.php:73 index.php:74 index.php:75 +#: index.php:76 index.php:77 index.php:78 index.php:79 #, fuzzy, c-format msgid "What's new since %s:" msgstr "Kio novas post " -#: index.php:79 index.php:90 +#: index.php:83 +msgid "Fix CPU usage when testing file transfer proxies" +msgstr "" + +#: index.php:84 +msgid "Fix invalid XML char regex" +msgstr "" + +#: index.php:85 index.php:90 index.php:101 msgid "Full ChangeLog" msgstr "Plena ÅanÄprotokolo" -#: index.php:79 +#: index.php:85 index.php:90 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:80 index.php:91 +#: index.php:86 index.php:91 index.php:102 #, fuzzy msgid "List of fixed bugs" msgstr "Tunoj da korektaĵoj" -#: index.php:84 +#: index.php:95 msgid "Jingle audio / video chat" msgstr "" -#: index.php:85 +#: index.php:96 msgid "Improve startup time" msgstr "" -#: index.php:86 +#: index.php:97 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:87 +#: index.php:98 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:88 +#: index.php:99 msgid "Use XDG standards" msgstr "" -#: index.php:89 +#: index.php:100 msgid "Handle groupchat captcha" msgstr "" -#: index.php:95 +#: index.php:106 #, fuzzy msgid "Fix some TLS connection" msgstr "Nova traduko: La serba" -#: index.php:96 +#: index.php:107 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:97 +#: index.php:108 msgid "Fix contact synchronisation" msgstr "" -#: index.php:98 +#: index.php:109 #, fuzzy msgid "Add japanese translation" msgstr "Äœisdatigo de pl, cs, fr tradukoj" -#: index.php:99 +#: index.php:110 msgid "Minor fixes" msgstr "" diff --git a/locale/es_ES/LC_MESSAGES/msg.po b/locale/es_ES/LC_MESSAGES/msg.po index 432729e413db39ab46331f19e2b3535fbb23f738..4e12989c6130c29d04d4a469598b35d77969ed61 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-01-04 16:04+0100\n" +"POT-Creation-Date: 2011-06-07 20:26+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" @@ -740,88 +740,101 @@ msgstr "" msgid "NEWS" msgstr "NOTICIAS" -#: index.php:52 index.php:53 index.php:54 +#: index.php:52 index.php:53 index.php:54 index.php:55 #, fuzzy, c-format msgid "Gajim %s is here!" msgstr "¡Gajim 0.9 está aquÃ!" -#: index.php:60 +#: index.php:61 +#, fuzzy +msgid "07 June 2011" +msgstr "5 Junio 2005" + +#: index.php:62 #, fuzzy msgid "26 October 2010" msgstr "06 Septiembre 2005" -#: index.php:61 +#: index.php:63 #, fuzzy msgid "02 September 2010" msgstr "06 Septiembre 2005" -#: index.php:62 +#: index.php:64 msgid "02 April 2010" msgstr "" -#: index.php:65 index.php:66 index.php:67 +#: index.php:67 index.php:68 index.php:69 index.php:70 #, fuzzy, c-format msgid "Version %s of Gajim has been released." msgstr "Se ha publicado la versión 0.9 de Gajim." -#: index.php:73 index.php:74 index.php:75 +#: index.php:76 index.php:77 index.php:78 index.php:79 #, fuzzy, c-format msgid "What's new since %s:" msgstr "Cambios desde la " -#: index.php:79 index.php:90 +#: index.php:83 +msgid "Fix CPU usage when testing file transfer proxies" +msgstr "" + +#: index.php:84 +msgid "Fix invalid XML char regex" +msgstr "" + +#: index.php:85 index.php:90 index.php:101 msgid "Full ChangeLog" msgstr "" -#: index.php:79 +#: index.php:85 index.php:90 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:80 index.php:91 +#: index.php:86 index.php:91 index.php:102 msgid "List of fixed bugs" msgstr "" -#: index.php:84 +#: index.php:95 msgid "Jingle audio / video chat" msgstr "" -#: index.php:85 +#: index.php:96 msgid "Improve startup time" msgstr "" -#: index.php:86 +#: index.php:97 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:87 +#: index.php:98 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:88 +#: index.php:99 msgid "Use XDG standards" msgstr "" -#: index.php:89 +#: index.php:100 msgid "Handle groupchat captcha" msgstr "" -#: index.php:95 +#: index.php:106 msgid "Fix some TLS connection" msgstr "" -#: index.php:96 +#: index.php:107 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:97 +#: index.php:108 msgid "Fix contact synchronisation" msgstr "" -#: index.php:98 +#: index.php:109 msgid "Add japanese translation" msgstr "" -#: index.php:99 +#: index.php:110 msgid "Minor fixes" msgstr "" @@ -903,10 +916,6 @@ msgstr "Algunas capturas de pantalla de Gajim:" #~ msgid "12 June 2009" #~ msgstr "5 Junio 2005" -#, fuzzy -#~ msgid "7 June 2009" -#~ msgstr "5 Junio 2005" - #, fuzzy #~ msgid "21 December 2008" #~ msgstr "06 Septiembre 2005" diff --git a/locale/fr_FR/LC_MESSAGES/msg.po b/locale/fr_FR/LC_MESSAGES/msg.po index 90cc346728f4df5aa3d156d0a464b467a0a5d5fb..7f39f6c139e65697a168b8c31feaf3f26814c682 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-01-04 16:04+0100\n" +"POT-Creation-Date: 2011-06-07 20:26+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" @@ -729,86 +729,98 @@ msgstr "" msgid "NEWS" msgstr "NEWS" -#: index.php:52 index.php:53 index.php:54 +#: index.php:52 index.php:53 index.php:54 index.php:55 #, c-format msgid "Gajim %s is here!" msgstr "La version %s de Gajim est sortie !" -#: index.php:60 +#: index.php:61 +msgid "07 June 2011" +msgstr "7 Juin 2011" + +#: index.php:62 msgid "26 October 2010" msgstr "26 Octobre 2010" -#: index.php:61 +#: index.php:63 msgid "02 September 2010" msgstr "2 Septembre 2010" -#: index.php:62 +#: index.php:64 msgid "02 April 2010" msgstr "02 Avril 2010" -#: index.php:65 index.php:66 index.php:67 +#: index.php:67 index.php:68 index.php:69 index.php:70 #, c-format msgid "Version %s of Gajim has been released." msgstr "La version %s de Gajim est maintenant disponible." -#: index.php:73 index.php:74 index.php:75 +#: index.php:76 index.php:77 index.php:78 index.php:79 #, c-format msgid "What's new since %s:" msgstr "Améliorations depuis la version %s :" -#: index.php:79 index.php:90 +#: index.php:83 +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:84 +msgid "Fix invalid XML char regex" +msgstr "Corrige l'expression régulière des caractères XML invalides" + +#: index.php:85 index.php:90 index.php:101 msgid "Full ChangeLog" msgstr "ChangeLog complet" -#: index.php:79 +#: index.php:85 index.php:90 msgid "Various minor bugfixes, see" msgstr "Plusieurs corrections de bogues mineurs, voir" -#: index.php:80 index.php:91 +#: index.php:86 index.php:91 index.php:102 msgid "List of fixed bugs" msgstr "Liste des bogues corrigés" -#: index.php:84 +#: index.php:95 msgid "Jingle audio / video chat" msgstr "Conversation audio / video via jingle" -#: index.php:85 +#: index.php:96 msgid "Improve startup time" msgstr "Améliore le temps de démarrage" -#: index.php:86 +#: index.php:97 msgid "Groupchat auto-rejoin" msgstr "re-connexion automatique des groupes de discussion" -#: index.php:87 +#: index.php:98 msgid "Geolocation (with geoclue)" msgstr "Géolocalisation (avec geoclue)" -#: index.php:88 +#: index.php:99 msgid "Use XDG standards" msgstr "Utilisation des standards XDG" -#: index.php:89 +#: index.php:100 msgid "Handle groupchat captcha" msgstr "Gère les cryptogrammes dans les groupes de discussion" -#: index.php:95 +#: index.php:106 msgid "Fix some TLS connection" msgstr "Corrige des connexions en TLS" -#: index.php:96 +#: index.php:107 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:97 +#: index.php:108 msgid "Fix contact synchronisation" msgstr "Corrige la synchronisation des contacts" -#: index.php:98 +#: index.php:109 msgid "Add japanese translation" msgstr "Ajout de la traduction japonaise" -#: index.php:99 +#: index.php:110 msgid "Minor fixes" msgstr "Corrections mineurs" @@ -917,11 +929,6 @@ msgstr "Voici quelques captures d'écran de Gajim :" #~ "Corrige un bogue lors de l'ouverture des options avancées dans un groupe " #~ "de discussion" -#~ msgid "Fix a bug when using non-BOSH proxies" -#~ msgstr "" -#~ "Corrige un bogue lors de l'utilisation d'un proxy qui n'est pas de type " -#~ "BOSH" - #~ msgid "Fix more BOSH bugs" #~ msgstr "Corrige encore des bogues au sujet de BOSH" @@ -993,9 +1000,6 @@ msgstr "Voici quelques captures d'écran de Gajim :" #~ msgid "12 June 2009" #~ msgstr "12 Juin 2009" -#~ msgid "7 June 2009" -#~ msgstr "7 Juin 2009" - #~ msgid "21 December 2008" #~ msgstr "21 Décembre 2008" diff --git a/locale/hu_HU/LC_MESSAGES/msg.po b/locale/hu_HU/LC_MESSAGES/msg.po index bb1b4f23eec4c38bc760cbf99b0c259f7b7ebc14..06e2dc818257680519a6034c959127af5d343dcf 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-01-04 16:23+0100\n" +"POT-Creation-Date: 2011-06-07 20:26+0200\n" "PO-Revision-Date: 2010-11-25 02:26+0200\n" "Last-Translator: Gabriel Papp <gabriel.papp@gmx.com>\n" "Language-Team: -\n" @@ -731,86 +731,98 @@ msgstr "" msgid "NEWS" msgstr "HÃREK" -#: index.php:52 index.php:53 index.php:54 +#: index.php:52 index.php:53 index.php:54 index.php:55 #, c-format msgid "Gajim %s is here!" msgstr "Megjelent a Gajim %s!" -#: index.php:60 +#: index.php:61 +msgid "07 June 2011" +msgstr "" + +#: index.php:62 msgid "26 October 2010" msgstr "2010. október. 26" -#: index.php:61 +#: index.php:63 msgid "02 September 2010" msgstr "2010. szeptember. 02" -#: index.php:62 +#: index.php:64 msgid "02 April 2010" msgstr "2010. április. 02" -#: index.php:65 index.php:66 index.php:67 +#: index.php:67 index.php:68 index.php:69 index.php:70 #, c-format msgid "Version %s of Gajim has been released." msgstr "A Gajim %s verziója megjelent." -#: index.php:73 index.php:74 index.php:75 +#: index.php:76 index.php:77 index.php:78 index.php:79 #, c-format msgid "What's new since %s:" msgstr "Újdonságok a %s óta:" -#: index.php:79 index.php:90 +#: index.php:83 +msgid "Fix CPU usage when testing file transfer proxies" +msgstr "" + +#: index.php:84 +msgid "Fix invalid XML char regex" +msgstr "" + +#: index.php:85 index.php:90 index.php:101 msgid "Full ChangeLog" msgstr "Teljes verziótörténet" -#: index.php:79 +#: index.php:85 index.php:90 msgid "Various minor bugfixes, see" msgstr "Néhány apróbb hibajavÃtás. Lásd: " -#: index.php:80 index.php:91 +#: index.php:86 index.php:91 index.php:102 msgid "List of fixed bugs" msgstr "JavÃtott hibák listája" -#: index.php:84 +#: index.php:95 msgid "Jingle audio / video chat" msgstr "Jingle hang / videó beszélgetés" -#: index.php:85 +#: index.php:96 msgid "Improve startup time" msgstr "Gyorsabb indÃtás" -#: index.php:86 +#: index.php:97 msgid "Groupchat auto-rejoin" msgstr "Automatikus újracsatlakozás a közös beszélgetésekhez" -#: index.php:87 +#: index.php:98 msgid "Geolocation (with geoclue)" msgstr "GeocÃmke (geoclue-val)" -#: index.php:88 +#: index.php:99 msgid "Use XDG standards" msgstr "XDG szabvány használata" -#: index.php:89 +#: index.php:100 msgid "Handle groupchat captcha" msgstr "Kezeli a közös beszélgetések captcha kódjait" -#: index.php:95 +#: index.php:106 msgid "Fix some TLS connection" msgstr "Néhány TLS kapcsolat kijavÃtva" -#: index.php:96 +#: index.php:107 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "Nem hoz fel egy csomó \"Adatbázis hiba\" ablakot" -#: index.php:97 +#: index.php:108 msgid "Fix contact synchronisation" msgstr "Partnerszinkronizáció javÃtva" -#: index.php:98 +#: index.php:109 msgid "Add japanese translation" msgstr "Japán fordÃtás hozzáadva" -#: index.php:99 +#: index.php:110 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 8ce4b5044ed6e1e23518cc4c5452de291f0fc820..9624dce24a1e858075aa9b15c3ce71dbab41ae23 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-01-04 16:04+0100\n" +"POT-Creation-Date: 2011-06-07 20:26+0200\n" "PO-Revision-Date: 2007-09-23 00:39+0100\n" "Last-Translator: neoex <neoex.dc@gmail.com>\n" "Language-Team: Italian\n" @@ -739,90 +739,102 @@ msgstr "" msgid "NEWS" msgstr "NEWS" -#: index.php:52 index.php:53 index.php:54 +#: index.php:52 index.php:53 index.php:54 index.php:55 #, fuzzy, c-format msgid "Gajim %s is here!" msgstr "E' arrivato Gajim 0.11!" -#: index.php:60 +#: index.php:61 +msgid "07 June 2011" +msgstr "" + +#: index.php:62 #, fuzzy msgid "26 October 2010" msgstr "22 Settembre 2007" -#: index.php:61 +#: index.php:63 #, fuzzy msgid "02 September 2010" msgstr "22 Settembre 2007" -#: index.php:62 +#: index.php:64 msgid "02 April 2010" msgstr "" -#: index.php:65 index.php:66 index.php:67 +#: index.php:67 index.php:68 index.php:69 index.php:70 #, fuzzy, c-format msgid "Version %s of Gajim has been released." msgstr "E' stata rilasciata la versione 0.11 di Gajim." -#: index.php:73 index.php:74 index.php:75 +#: index.php:76 index.php:77 index.php:78 index.php:79 #, fuzzy, c-format msgid "What's new since %s:" msgstr "Novità rispetto alla " -#: index.php:79 index.php:90 +#: index.php:83 +msgid "Fix CPU usage when testing file transfer proxies" +msgstr "" + +#: index.php:84 +msgid "Fix invalid XML char regex" +msgstr "" + +#: index.php:85 index.php:90 index.php:101 msgid "Full ChangeLog" msgstr "ChangeLog completo" -#: index.php:79 +#: index.php:85 index.php:90 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:80 index.php:91 +#: index.php:86 index.php:91 index.php:102 msgid "List of fixed bugs" msgstr "" -#: index.php:84 +#: index.php:95 msgid "Jingle audio / video chat" msgstr "" -#: index.php:85 +#: index.php:96 msgid "Improve startup time" msgstr "" -#: index.php:86 +#: index.php:97 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:87 +#: index.php:98 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:88 +#: index.php:99 msgid "Use XDG standards" msgstr "" -#: index.php:89 +#: index.php:100 msgid "Handle groupchat captcha" msgstr "" -#: index.php:95 +#: index.php:106 #, fuzzy msgid "Fix some TLS connection" msgstr " Stato delle traduzioni" -#: index.php:96 +#: index.php:107 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:97 +#: index.php:108 msgid "Fix contact synchronisation" msgstr "" -#: index.php:98 +#: index.php:109 #, fuzzy msgid "Add japanese translation" msgstr "Nuova traduzione: Serbo" -#: index.php:99 +#: index.php:110 msgid "Minor fixes" msgstr "" diff --git a/locale/pl_PL/LC_MESSAGES/msg.po b/locale/pl_PL/LC_MESSAGES/msg.po index 7cc30007dae77b85f74fc90dbf4030463b2ce586..71778a9321855f80d24313d96a0612196f32fd15 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-01-04 16:04+0100\n" +"POT-Creation-Date: 2011-06-07 20:26+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" @@ -742,92 +742,105 @@ msgstr "" msgid "NEWS" msgstr "AKTUALNOÅšCI" -#: index.php:52 index.php:53 index.php:54 +#: index.php:52 index.php:53 index.php:54 index.php:55 #, c-format msgid "Gajim %s is here!" msgstr "Gajim %s już jest!" -#: index.php:60 +#: index.php:61 +#, fuzzy +msgid "07 June 2011" +msgstr "12 Sierpnia 2008" + +#: index.php:62 #, fuzzy msgid "26 October 2010" msgstr "22 WrzeÅ›nia 2007" -#: index.php:61 +#: index.php:63 #, fuzzy msgid "02 September 2010" msgstr "22 WrzeÅ›nia 2007" -#: index.php:62 +#: index.php:64 #, fuzzy msgid "02 April 2010" msgstr "01 Kwietnia 2008" -#: index.php:65 index.php:66 index.php:67 +#: index.php:67 index.php:68 index.php:69 index.php:70 #, c-format msgid "Version %s of Gajim has been released." msgstr "Wersja %s Gajima zostaÅ‚a wydana" -#: index.php:73 index.php:74 index.php:75 +#: index.php:76 index.php:77 index.php:78 index.php:79 #, c-format msgid "What's new since %s:" msgstr "Co nowego od czasu %s:" -#: index.php:79 index.php:90 +#: index.php:83 +msgid "Fix CPU usage when testing file transfer proxies" +msgstr "" + +#: index.php:84 +msgid "Fix invalid XML char regex" +msgstr "" + +#: index.php:85 index.php:90 index.php:101 msgid "Full ChangeLog" msgstr "PeÅ‚na lista zmian (ChangeLog)" -#: index.php:79 +#: index.php:85 index.php:90 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:80 index.php:91 +#: index.php:86 index.php:91 index.php:102 msgid "List of fixed bugs" msgstr "" -#: index.php:84 +#: index.php:95 msgid "Jingle audio / video chat" msgstr "" -#: index.php:85 +#: index.php:96 #, fuzzy msgid "Improve startup time" msgstr "Poprawione menu ikony w tacce systemowej" -#: index.php:86 +#: index.php:97 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:87 +#: index.php:98 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:88 +#: index.php:99 msgid "Use XDG standards" msgstr "" -#: index.php:89 +#: index.php:100 msgid "Handle groupchat captcha" msgstr "" -#: index.php:95 +#: index.php:106 #, fuzzy msgid "Fix some TLS connection" msgstr " Stan tÅ‚umaczeÅ„" -#: index.php:96 +#: index.php:107 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:97 +#: index.php:108 msgid "Fix contact synchronisation" msgstr "" -#: index.php:98 +#: index.php:109 #, fuzzy msgid "Add japanese translation" msgstr "Uaktualnione tÅ‚umaczenie na jÄ™zyk niemiecki" -#: index.php:99 +#: index.php:110 msgid "Minor fixes" msgstr "" @@ -937,10 +950,6 @@ msgstr "Tutaj możesz zobaczyć zrzuty ekranu z Gajima:" #~ msgid "07 August 2009" #~ msgstr "12 Sierpnia 2008" -#, fuzzy -#~ msgid "12 June 2009" -#~ msgstr "12 Sierpnia 2008" - #, fuzzy #~ msgid "21 December 2008" #~ msgstr "13 Grudnia 2007" diff --git a/locale/pt_BR/LC_MESSAGES/msg.po b/locale/pt_BR/LC_MESSAGES/msg.po index f0b9595c330d5bc0f07fc2e2b10c8124935a9051..a577167df10bcce9c0f244db9ec6b01f0f02dcf3 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-01-04 16:04+0100\n" +"POT-Creation-Date: 2011-06-07 20:26+0200\n" "PO-Revision-Date: 2009-03-11 10:53-0300\n" "Last-Translator: Davidson Paulo <davidsonpaulo@gmail.com>\n" "Language-Team: \n" @@ -765,91 +765,104 @@ msgstr "" msgid "NEWS" msgstr "NOTÍCIAS" -#: index.php:52 index.php:53 index.php:54 +#: index.php:52 index.php:53 index.php:54 index.php:55 #, c-format msgid "Gajim %s is here!" msgstr "O Gajim %s está aqui!" -#: index.php:60 +#: index.php:61 +#, fuzzy +msgid "07 June 2011" +msgstr "12 de Agosto de 2008" + +#: index.php:62 #, fuzzy msgid "26 October 2010" msgstr "22 de Setembro de 2007" -#: index.php:61 +#: index.php:63 #, fuzzy msgid "02 September 2010" msgstr "22 de Setembro de 2007" -#: index.php:62 +#: index.php:64 msgid "02 April 2010" msgstr "" -#: index.php:65 index.php:66 index.php:67 +#: index.php:67 index.php:68 index.php:69 index.php:70 #, c-format msgid "Version %s of Gajim has been released." msgstr "A versão %s do Gajim é lançada." -#: index.php:73 index.php:74 index.php:75 +#: index.php:76 index.php:77 index.php:78 index.php:79 #, c-format msgid "What's new since %s:" msgstr "O que há de novo desde a versão %s:" -#: index.php:79 index.php:90 +#: index.php:83 +msgid "Fix CPU usage when testing file transfer proxies" +msgstr "" + +#: index.php:84 +msgid "Fix invalid XML char regex" +msgstr "" + +#: index.php:85 index.php:90 index.php:101 msgid "Full ChangeLog" msgstr "Registro Completo das Alteraãões" -#: index.php:79 +#: index.php:85 index.php:90 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:80 index.php:91 +#: index.php:86 index.php:91 index.php:102 msgid "List of fixed bugs" msgstr "" -#: index.php:84 +#: index.php:95 msgid "Jingle audio / video chat" msgstr "" -#: index.php:85 +#: index.php:96 #, fuzzy msgid "Improve startup time" msgstr "Melhorado menu popup da bandeja do sistema" -#: index.php:86 +#: index.php:97 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:87 +#: index.php:98 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:88 +#: index.php:99 msgid "Use XDG standards" msgstr "" -#: index.php:89 +#: index.php:100 msgid "Handle groupchat captcha" msgstr "" -#: index.php:95 +#: index.php:106 #, fuzzy msgid "Fix some TLS connection" msgstr " Status das traduções" -#: index.php:96 +#: index.php:107 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:97 +#: index.php:108 msgid "Fix contact synchronisation" msgstr "" -#: index.php:98 +#: index.php:109 #, fuzzy msgid "Add japanese translation" msgstr "Atualizada tradução para o alemão" -#: index.php:99 +#: index.php:110 msgid "Minor fixes" msgstr "" @@ -965,10 +978,6 @@ msgstr "Aqui estão alguns screenshots do Gajim:" #~ msgid "07 August 2009" #~ msgstr "12 de Agosto de 2008" -#, fuzzy -#~ msgid "12 June 2009" -#~ msgstr "12 de Agosto de 2008" - #~ msgid "21 December 2008" #~ msgstr "21 de Dezembro de 2008" diff --git a/locale/ru_RU/LC_MESSAGES/msg.po b/locale/ru_RU/LC_MESSAGES/msg.po index 2d2b1653266e0091eb1cf48ff2073ffba81d5de5..93e64c8fa22e13c219535278dda4f116165db58a 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-01-04 16:04+0100\n" +"POT-Creation-Date: 2011-06-07 20:26+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" @@ -732,89 +732,102 @@ msgstr "" msgid "NEWS" msgstr "ÐОВОСТИ" -#: index.php:52 index.php:53 index.php:54 +#: index.php:52 index.php:53 index.php:54 index.php:55 #, c-format msgid "Gajim %s is here!" msgstr "Gajim %s уже здеÑÑŒ!" -#: index.php:60 +#: index.php:61 +#, fuzzy +msgid "07 June 2011" +msgstr "7 Ð¸ÑŽÐ½Ñ 2009" + +#: index.php:62 #, fuzzy msgid "26 October 2010" msgstr "22 СентÑÐ±Ñ€Ñ 2007" -#: index.php:61 +#: index.php:63 #, fuzzy msgid "02 September 2010" msgstr "22 СентÑÐ±Ñ€Ñ 2007" -#: index.php:62 +#: index.php:64 msgid "02 April 2010" msgstr "2 Ð°Ð¿Ñ€ÐµÐ»Ñ 2010" -#: index.php:65 index.php:66 index.php:67 +#: index.php:67 index.php:68 index.php:69 index.php:70 #, c-format msgid "Version %s of Gajim has been released." msgstr "Выпущена верÑÐ¸Ñ Gajim %s." -#: index.php:73 index.php:74 index.php:75 +#: index.php:76 index.php:77 index.php:78 index.php:79 #, c-format msgid "What's new since %s:" msgstr "Что нового по Ñравнению Ñ %s:" -#: index.php:79 index.php:90 +#: index.php:83 +msgid "Fix CPU usage when testing file transfer proxies" +msgstr "" + +#: index.php:84 +msgid "Fix invalid XML char regex" +msgstr "" + +#: index.php:85 index.php:90 index.php:101 msgid "Full ChangeLog" msgstr "Полный ÑпиÑок изменений" -#: index.php:79 +#: index.php:85 index.php:90 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:80 index.php:91 +#: index.php:86 index.php:91 index.php:102 msgid "List of fixed bugs" msgstr "СпиÑок иÑправленных ошибок" -#: index.php:84 +#: index.php:95 msgid "Jingle audio / video chat" msgstr "" -#: index.php:85 +#: index.php:96 #, fuzzy msgid "Improve startup time" msgstr "Улучшено вÑплывающее меню облаÑти уведомлений" -#: index.php:86 +#: index.php:97 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:87 +#: index.php:98 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:88 +#: index.php:99 msgid "Use XDG standards" msgstr "" -#: index.php:89 +#: index.php:100 msgid "Handle groupchat captcha" msgstr "" -#: index.php:95 +#: index.php:106 msgid "Fix some TLS connection" msgstr "ИÑправлено подключение TLS" -#: index.php:96 +#: index.php:107 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "Убраны лишние вÑплывающие ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ \"DB Error\"" -#: index.php:97 +#: index.php:108 msgid "Fix contact synchronisation" msgstr "ИÑправлена ÑÐ¸Ð½Ñ…Ñ€Ð¾Ð½Ð¸Ð·Ð°Ñ†Ð¸Ñ ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ð¾Ð²" -#: index.php:98 +#: index.php:109 msgid "Add japanese translation" msgstr "Добавлен ÑпонÑкий перевод" -#: index.php:99 +#: index.php:110 msgid "Minor fixes" msgstr "Мелкие иÑправлениÑ" @@ -939,9 +952,6 @@ msgstr "ЗдеÑÑŒ некоторые Ñкриншоты Gajim:" #~ msgid "12 June 2009" #~ msgstr "12 Ð¸ÑŽÐ½Ñ 2009" -#~ msgid "7 June 2009" -#~ msgstr "7 Ð¸ÑŽÐ½Ñ 2009" - #~ msgid "21 December 2008" #~ msgstr "21 Ð´ÐµÐºÐ°Ð±Ñ€Ñ 2008" diff --git a/msg.pot b/msg.pot index c44786b31b4848a156e771f20f2433b529c2432a..3feba28993f48eb0b33edddb9d8637f53c1dac16 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-01-04 16:23+0100\n" +"POT-Creation-Date: 2011-06-07 20:26+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" @@ -678,86 +678,98 @@ msgstr "" msgid "NEWS" msgstr "" -#: index.php:52 index.php:53 index.php:54 +#: index.php:52 index.php:53 index.php:54 index.php:55 #, c-format msgid "Gajim %s is here!" msgstr "" -#: index.php:60 +#: index.php:61 +msgid "07 June 2011" +msgstr "" + +#: index.php:62 msgid "26 October 2010" msgstr "" -#: index.php:61 +#: index.php:63 msgid "02 September 2010" msgstr "" -#: index.php:62 +#: index.php:64 msgid "02 April 2010" msgstr "" -#: index.php:65 index.php:66 index.php:67 +#: index.php:67 index.php:68 index.php:69 index.php:70 #, c-format msgid "Version %s of Gajim has been released." msgstr "" -#: index.php:73 index.php:74 index.php:75 +#: index.php:76 index.php:77 index.php:78 index.php:79 #, c-format msgid "What's new since %s:" msgstr "" -#: index.php:79 index.php:90 +#: index.php:83 +msgid "Fix CPU usage when testing file transfer proxies" +msgstr "" + +#: index.php:84 +msgid "Fix invalid XML char regex" +msgstr "" + +#: index.php:85 index.php:90 index.php:101 msgid "Full ChangeLog" msgstr "" -#: index.php:79 +#: index.php:85 index.php:90 msgid "Various minor bugfixes, see" msgstr "" -#: index.php:80 index.php:91 +#: index.php:86 index.php:91 index.php:102 msgid "List of fixed bugs" msgstr "" -#: index.php:84 +#: index.php:95 msgid "Jingle audio / video chat" msgstr "" -#: index.php:85 +#: index.php:96 msgid "Improve startup time" msgstr "" -#: index.php:86 +#: index.php:97 msgid "Groupchat auto-rejoin" msgstr "" -#: index.php:87 +#: index.php:98 msgid "Geolocation (with geoclue)" msgstr "" -#: index.php:88 +#: index.php:99 msgid "Use XDG standards" msgstr "" -#: index.php:89 +#: index.php:100 msgid "Handle groupchat captcha" msgstr "" -#: index.php:95 +#: index.php:106 msgid "Fix some TLS connection" msgstr "" -#: index.php:96 +#: index.php:107 msgid "Don't raise a lot of \"DB Error\" dialog" msgstr "" -#: index.php:97 +#: index.php:108 msgid "Fix contact synchronisation" msgstr "" -#: index.php:98 +#: index.php:109 msgid "Add japanese translation" msgstr "" -#: index.php:99 +#: index.php:110 msgid "Minor fixes" msgstr ""