Changeset 9002 for www-website

Show
Ignore:
Timestamp:
11/17/07 13:12:34 (10 months ago)
Author:
asterix
Message:

improve php code for translators

Location:
www-website
Files:
10 modified

Legend:

Unmodified
Added
Removed
  • www-website/index.php

    r8997 r9002  
    4747 
    4848$array_news_title = array( 
    49         0 => _("Gajim 0.11.3 is here!"), 
    50         1 => _("Gajim 0.11.2 is here!"), 
    51         2 => _("Pre-release of Gajim 0.11.2"), 
    52         3 => _("Gajim 0.11.1 is here!"), 
    53         4 => _("Pre-release of Gajim 0.11.1"), 
    54         5 => _("Gajim 0.11 is here!")); 
     49        0 => sprintf(_("Gajim %s is here!"), "0.11.3"), 
     50        1 => sprintf(_("Gajim %s is here!"), "0.11.2"), 
     51        2 => sprintf(_("Pre-release of Gajim %s"), "0.11.2"), 
     52        3 => sprintf(_("Gajim %s is here!"), "0.11.1"), 
     53        4 => sprintf(_("Pre-release of Gajim %s"), "0.11.1"), 
     54        5 => sprintf(_("Gajim %s is here!"), "0.11")); 
    5555$array_news_date = array( 
    5656        0 => _("17 November 2007"), 
     
    6161        5 => _("19 December 2006")); 
    6262$array_news_desc = array( 
    63         0 => _("Version 0.11.3 of Gajim has been released."), 
    64         1 => _("Version 0.11.2 of Gajim has been released."), 
    65         2 => _("Version 0.11.2 will arrive soon."), 
    66         3 => _("Version 0.11.1 of Gajim has been released."), 
    67         4 => _("Version 0.11.1 will arrive soon."), 
    68         5 => _("Version 0.11 of Gajim has been released.")); 
     63        0 => sprintf(_("Version %s of Gajim has been released."), "0.11.3"), 
     64        1 => sprintf(_("Version %s of Gajim has been released."), "0.11.2"), 
     65        2 => sprintf(_("Version %s will arrive soon."), "0.11.2"), 
     66        3 => sprintf(_("Version %s of Gajim has been released."), "0.11.1"), 
     67        4 => sprintf(_("Version %s will arrive soon."), "0.11.1"), 
     68        5 => sprintf(_("Version %s of Gajim has been released."), "0.11")); 
    6969$array_news_whats_new = array( 
    70         0 => _("What's new since ")."0.11.2:", 
    71         1 => _("What's new since ")."0.11.1:", 
    72         2 => _("What's new since ")."0.11.1:", 
    73         3 => _("What's new since ")."0.11:", 
    74         4 => _("What's new since ")."0.11:", 
    75         5 => _("What's new since ")."0.10.1:"); 
     70        0 => sprintf(_("What's new since %s:"), "0.11.2"), 
     71        1 => sprintf(_("What's new since %s:"), "0.11.1"), 
     72        2 => sprintf(_("What's new since %s:"), "0.11.1"), 
     73        3 => sprintf(_("What's new since %s:"), "0.11"), 
     74        4 => sprintf(_("What's new since %s:"), "0.11"), 
     75        5 => sprintf(_("What's new since %s:"), "0.10.1")); 
    7676 
    7777$array_news_items[0] = array( 
  • www-website/locale/bg_BG/LC_MESSAGES/msg.po

    r8997 r9002  
    99"Project-Id-Version: gajim website\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2007-11-17 11:37+0100\n" 
     11"POT-Creation-Date: 2007-11-17 13:10+0100\n" 
    1212"PO-Revision-Date: 2007-03-14 17:52+0200\n" 
    1313"Last-Translator: Yavor Doganov <yavor@gnu.org>\n" 
     
    854854msgstr "НОВИНИ" 
    855855 
    856 #: index.php:49 
    857 #, fuzzy 
    858 msgid "Gajim 0.11.3 is here!" 
    859 msgstr "Излезе Gajim 0.11.1!" 
    860  
    861 #: index.php:50 
    862 #, fuzzy 
    863 msgid "Gajim 0.11.2 is here!" 
    864 msgstr "Излезе Gajim 0.11.1!" 
    865  
    866 #: index.php:51 
    867 #, fuzzy 
    868 msgid "Pre-release of Gajim 0.11.2" 
     856#: index.php:49 index.php:50 index.php:52 index.php:54 
     857#, fuzzy, c-format 
     858msgid "Gajim %s is here!" 
     859msgstr "Излезе Gajim 0.11!" 
     860 
     861#: index.php:51 index.php:53 
     862#, fuzzy, c-format 
     863msgid "Pre-release of Gajim %s" 
    869864msgstr "Предварително издание на Gajim 0.11.1" 
    870  
    871 #: index.php:52 
    872 msgid "Gajim 0.11.1 is here!" 
    873 msgstr "Излезе Gajim 0.11.1!" 
    874  
    875 #: index.php:53 
    876 msgid "Pre-release of Gajim 0.11.1" 
    877 msgstr "Предварително издание на Gajim 0.11.1" 
    878  
    879 #: index.php:54 
    880 msgid "Gajim 0.11 is here!" 
    881 msgstr "Излезе Gajim 0.11!" 
    882865 
    883866#: index.php:56 
     
    908891msgstr "19 декември 2006 г." 
    909892 
    910 #: index.php:63 
    911 #, fuzzy 
    912 msgid "Version 0.11.3 of Gajim has been released." 
    913 msgstr "Издадена е версия 0.11.1 на Gajim." 
    914  
    915 #: index.php:64 
    916 #, fuzzy 
    917 msgid "Version 0.11.2 of Gajim has been released." 
    918 msgstr "Издадена е версия 0.11.1 на Gajim." 
    919  
    920 #: index.php:65 
    921 #, fuzzy 
    922 msgid "Version 0.11.2 will arrive soon." 
     893#: index.php:63 index.php:64 index.php:66 index.php:68 
     894#, fuzzy, c-format 
     895msgid "Version %s of Gajim has been released." 
     896msgstr "Издадена е версия 0.11 на Gajim." 
     897 
     898#: index.php:65 index.php:67 
     899#, fuzzy, c-format 
     900msgid "Version %s will arrive soon." 
    923901msgstr "Скоро ще излезе версия 0.11.1." 
    924  
    925 #: index.php:66 
    926 msgid "Version 0.11.1 of Gajim has been released." 
    927 msgstr "Издадена е версия 0.11.1 на Gajim." 
    928  
    929 #: index.php:67 
    930 msgid "Version 0.11.1 will arrive soon." 
    931 msgstr "Скоро ще излезе версия 0.11.1." 
    932  
    933 #: index.php:68 
    934 msgid "Version 0.11 of Gajim has been released." 
    935 msgstr "Издадена е версия 0.11 на Gajim." 
    936902 
    937903#: index.php:70 index.php:71 index.php:72 index.php:73 index.php:74 
    938904#: index.php:75 
    939 msgid "What's new since " 
     905#, fuzzy, c-format 
     906msgid "What's new since %s:" 
    940907msgstr "Какво е новото спрямо " 
    941908 
     
    1025992msgid "Here are some screenshots of Gajim:" 
    1026993msgstr "Ето и някои снимки на Gajim:" 
     994 
     995#~ msgid "Gajim 0.11.1 is here!" 
     996#~ msgstr "Излезе Gajim 0.11.1!" 
     997 
     998#~ msgid "Pre-release of Gajim 0.11.1" 
     999#~ msgstr "Предварително издание на Gajim 0.11.1" 
     1000 
     1001#~ msgid "Gajim 0.11 is here!" 
     1002#~ msgstr "Излезе Gajim 0.11!" 
     1003 
     1004#, fuzzy 
     1005#~ msgid "Version 0.11.3 of Gajim has been released." 
     1006#~ msgstr "Издадена е версия 0.11.1 на Gajim." 
     1007 
     1008#, fuzzy 
     1009#~ msgid "Version 0.11.2 of Gajim has been released." 
     1010#~ msgstr "Издадена е версия 0.11.1 на Gajim." 
     1011 
     1012#~ msgid "Version 0.11.1 of Gajim has been released." 
     1013#~ msgstr "Издадена е версия 0.11.1 на Gajim." 
     1014 
     1015#~ msgid "Version 0.11.1 will arrive soon." 
     1016#~ msgstr "Скоро ще излезе версия 0.11.1." 
     1017 
     1018#, fuzzy 
     1019#~ msgid "Gajim 0.11.3 is here!" 
     1020#~ msgstr "Излезе Gajim 0.11.1!" 
     1021 
     1022#, fuzzy 
     1023#~ msgid "Gajim 0.11.2 is here!" 
     1024#~ msgstr "Излезе Gajim 0.11.1!" 
    10271025 
    10281026#~ msgid "" 
  • www-website/locale/de_DE/LC_MESSAGES/msg.po

    r8997 r9002  
    1010"Project-Id-Version: msg\n" 
    1111"Report-Msgid-Bugs-To: \n" 
    12 "POT-Creation-Date: 2007-11-17 11:37+0100\n" 
     12"POT-Creation-Date: 2007-11-17 13:10+0100\n" 
    1313"PO-Revision-Date: 2007-08-07 13:57+0200\n" 
    1414"Last-Translator: Michael Skiba <michael@michael-skiba.de>\n" 
     
    879879msgstr "NEUIGKEITEN" 
    880880 
    881 #: index.php:49 
    882 #, fuzzy 
    883 msgid "Gajim 0.11.3 is here!" 
    884 msgstr "Gajim 0.11.1 ist da!" 
    885  
    886 #: index.php:50 
    887 #, fuzzy 
    888 msgid "Gajim 0.11.2 is here!" 
    889 msgstr "Gajim 0.11.1 ist da!" 
    890  
    891 #: index.php:51 
    892 #, fuzzy 
    893 msgid "Pre-release of Gajim 0.11.2" 
     881#: index.php:49 index.php:50 index.php:52 index.php:54 
     882#, fuzzy, c-format 
     883msgid "Gajim %s is here!" 
     884msgstr "Gajim 0.11 ist da!" 
     885 
     886#: index.php:51 index.php:53 
     887#, fuzzy, c-format 
     888msgid "Pre-release of Gajim %s" 
    894889msgstr "Vorversion von Gajim 0.11.1" 
    895  
    896 #: index.php:52 
    897 msgid "Gajim 0.11.1 is here!" 
    898 msgstr "Gajim 0.11.1 ist da!" 
    899  
    900 #: index.php:53 
    901 msgid "Pre-release of Gajim 0.11.1" 
    902 msgstr "Vorversion von Gajim 0.11.1" 
    903  
    904 #: index.php:54 
    905 msgid "Gajim 0.11 is here!" 
    906 msgstr "Gajim 0.11 ist da!" 
    907890 
    908891#: index.php:56 
     
    933916msgstr "19. Dezember 2006" 
    934917 
    935 #: index.php:63 
    936 #, fuzzy 
    937 msgid "Version 0.11.3 of Gajim has been released." 
    938 msgstr "Version 0.11.1 von Gajim wurde veröffentlicht." 
    939  
    940 #: index.php:64 
    941 #, fuzzy 
    942 msgid "Version 0.11.2 of Gajim has been released." 
    943 msgstr "Version 0.11.1 von Gajim wurde veröffentlicht." 
    944  
    945 #: index.php:65 
    946 #, fuzzy 
    947 msgid "Version 0.11.2 will arrive soon." 
     918#: index.php:63 index.php:64 index.php:66 index.php:68 
     919#, fuzzy, c-format 
     920msgid "Version %s of Gajim has been released." 
     921msgstr "Version 0.11 von Gajim wurde veröffentlicht." 
     922 
     923#: index.php:65 index.php:67 
     924#, fuzzy, c-format 
     925msgid "Version %s will arrive soon." 
    948926msgstr "Version 0.11.1 wird in kürze zur Verfügung stehen." 
    949  
    950 #: index.php:66 
    951 msgid "Version 0.11.1 of Gajim has been released." 
    952 msgstr "Version 0.11.1 von Gajim wurde veröffentlicht." 
    953  
    954 #: index.php:67 
    955 msgid "Version 0.11.1 will arrive soon." 
    956 msgstr "Version 0.11.1 wird in kürze zur Verfügung stehen." 
    957  
    958 #: index.php:68 
    959 msgid "Version 0.11 of Gajim has been released." 
    960 msgstr "Version 0.11 von Gajim wurde veröffentlicht." 
    961927 
    962928#: index.php:70 index.php:71 index.php:72 index.php:73 index.php:74 
    963929#: index.php:75 
    964 msgid "What's new since " 
     930#, fuzzy, c-format 
     931msgid "What's new since %s:" 
    965932msgstr "Neues seit Version " 
    966933 
     
    10481015msgid "Here are some screenshots of Gajim:" 
    10491016msgstr "Hier sind einige Screenshots von Gajim:" 
     1017 
     1018#~ msgid "Gajim 0.11.1 is here!" 
     1019#~ msgstr "Gajim 0.11.1 ist da!" 
     1020 
     1021#~ msgid "Pre-release of Gajim 0.11.1" 
     1022#~ msgstr "Vorversion von Gajim 0.11.1" 
     1023 
     1024#~ msgid "Gajim 0.11 is here!" 
     1025#~ msgstr "Gajim 0.11 ist da!" 
     1026 
     1027#, fuzzy 
     1028#~ msgid "Version 0.11.3 of Gajim has been released." 
     1029#~ msgstr "Version 0.11.1 von Gajim wurde veröffentlicht." 
     1030 
     1031#, fuzzy 
     1032#~ msgid "Version 0.11.2 of Gajim has been released." 
     1033#~ msgstr "Version 0.11.1 von Gajim wurde veröffentlicht." 
     1034 
     1035#~ msgid "Version 0.11.1 of Gajim has been released." 
     1036#~ msgstr "Version 0.11.1 von Gajim wurde veröffentlicht." 
     1037 
     1038#~ msgid "Version 0.11.1 will arrive soon." 
     1039#~ msgstr "Version 0.11.1 wird in kürze zur Verfügung stehen." 
     1040 
     1041#, fuzzy 
     1042#~ msgid "Gajim 0.11.3 is here!" 
     1043#~ msgstr "Gajim 0.11.1 ist da!" 
     1044 
     1045#, fuzzy 
     1046#~ msgid "Gajim 0.11.2 is here!" 
     1047#~ msgstr "Gajim 0.11.1 ist da!" 
    10501048 
    10511049#~ msgid "" 
  • www-website/locale/eo/LC_MESSAGES/msg.po

    r8997 r9002  
    99"Project-Id-Version: gajim-website 20061103\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2007-11-17 11:37+0100\n" 
     11"POT-Creation-Date: 2007-11-17 13:10+0100\n" 
    1212"PO-Revision-Date: 2007-02-19 20:40+0400\n" 
    1313"Last-Translator: Sergio Ĥlutĉin <Sergey.Khlutchin@gmail.com>\n" 
     
    844844msgstr "NOVAĴOJ" 
    845845 
    846 #: index.php:49 
    847 #, fuzzy 
    848 msgid "Gajim 0.11.3 is here!" 
    849 msgstr "Gajim 0.11.1 estas ĉi tie!" 
    850  
    851 #: index.php:50 
    852 #, fuzzy 
    853 msgid "Gajim 0.11.2 is here!" 
    854 msgstr "Gajim 0.11.1 estas ĉi tie!" 
    855  
    856 #: index.php:51 
    857 #, fuzzy 
    858 msgid "Pre-release of Gajim 0.11.2" 
     846#: index.php:49 index.php:50 index.php:52 index.php:54 
     847#, fuzzy, c-format 
     848msgid "Gajim %s is here!" 
     849msgstr "Gajim 0.11 estas ĉi tie!" 
     850 
     851#: index.php:51 index.php:53 
     852#, fuzzy, c-format 
     853msgid "Pre-release of Gajim %s" 
    859854msgstr "Antaŭeldono de Gajim 0.11.1" 
    860  
    861 #: index.php:52 
    862 msgid "Gajim 0.11.1 is here!" 
    863 msgstr "Gajim 0.11.1 estas ĉi tie!" 
    864  
    865 #: index.php:53 
    866 msgid "Pre-release of Gajim 0.11.1" 
    867 msgstr "Antaŭeldono de Gajim 0.11.1" 
    868  
    869 #: index.php:54 
    870 msgid "Gajim 0.11 is here!" 
    871 msgstr "Gajim 0.11 estas ĉi tie!" 
    872855 
    873856#: index.php:56 
     
    898881msgstr "la 19-an de decembro 2006" 
    899882 
    900 #: index.php:63 
    901 #, fuzzy 
    902 msgid "Version 0.11.3 of Gajim has been released." 
    903 msgstr "Versio 0.11.1 de Gajim estas eldonita." 
    904  
    905 #: index.php:64 
    906 #, fuzzy 
    907 msgid "Version 0.11.2 of Gajim has been released." 
    908 msgstr "Versio 0.11.1 de Gajim estas eldonita." 
    909  
    910 #: index.php:65 
    911 #, fuzzy 
    912 msgid "Version 0.11.2 will arrive soon." 
     883#: index.php:63 index.php:64 index.php:66 index.php:68 
     884#, fuzzy, c-format 
     885msgid "Version %s of Gajim has been released." 
     886msgstr "Versio 0.11 de Gajim estas eldonita." 
     887 
     888#: index.php:65 index.php:67 
     889#, fuzzy, c-format 
     890msgid "Version %s will arrive soon." 
    913891msgstr "La versio 0.11.1 baldaŭ venos." 
    914  
    915 #: index.php:66 
    916 msgid "Version 0.11.1 of Gajim has been released." 
    917 msgstr "Versio 0.11.1 de Gajim estas eldonita." 
    918  
    919 #: index.php:67 
    920 msgid "Version 0.11.1 will arrive soon." 
    921 msgstr "La versio 0.11.1 baldaŭ venos." 
    922  
    923 #: index.php:68 
    924 msgid "Version 0.11 of Gajim has been released." 
    925 msgstr "Versio 0.11 de Gajim estas eldonita." 
    926892 
    927893#: index.php:70 index.php:71 index.php:72 index.php:73 index.php:74 
    928894#: index.php:75 
    929 msgid "What's new since " 
     895#, fuzzy, c-format 
     896msgid "What's new since %s:" 
    930897msgstr "Kio novas post " 
    931898 
     
    1012979msgid "Here are some screenshots of Gajim:" 
    1013980msgstr "Ĉi tie estas ekrankopioj de Gajim:" 
     981 
     982#~ msgid "Gajim 0.11.1 is here!" 
     983#~ msgstr "Gajim 0.11.1 estas ĉi tie!" 
     984 
     985#~ msgid "Pre-release of Gajim 0.11.1" 
     986#~ msgstr "Antaŭeldono de Gajim 0.11.1" 
     987 
     988#~ msgid "Gajim 0.11 is here!" 
     989#~ msgstr "Gajim 0.11 estas ĉi tie!" 
     990 
     991#, fuzzy 
     992#~ msgid "Version 0.11.3 of Gajim has been released." 
     993#~ msgstr "Versio 0.11.1 de Gajim estas eldonita." 
     994 
     995#, fuzzy 
     996#~ msgid "Version 0.11.2 of Gajim has been released." 
     997#~ msgstr "Versio 0.11.1 de Gajim estas eldonita." 
     998 
     999#~ msgid "Version 0.11.1 of Gajim has been released." 
     1000#~ msgstr "Versio 0.11.1 de Gajim estas eldonita." 
     1001 
     1002#~ msgid "Version 0.11.1 will arrive soon." 
     1003#~ msgstr "La versio 0.11.1 baldaŭ venos." 
     1004 
     1005#, fuzzy 
     1006#~ msgid "Gajim 0.11.3 is here!" 
     1007#~ msgstr "Gajim 0.11.1 estas ĉi tie!" 
     1008 
     1009#, fuzzy 
     1010#~ msgid "Gajim 0.11.2 is here!" 
     1011#~ msgstr "Gajim 0.11.1 estas ĉi tie!" 
    10141012 
    10151013#~ msgid "" 
  • www-website/locale/es_ES/LC_MESSAGES/msg.po

    r8997 r9002  
    88"Project-Id-Version: PACKAGE VERSION\n" 
    99"Report-Msgid-Bugs-To: \n" 
    10 "POT-Creation-Date: 2007-11-17 11:37+0100\n" 
     10"POT-Creation-Date: 2007-11-17 13:10+0100\n" 
    1111"PO-Revision-Date: 2005-06-01 19:05+0300\n" 
    1212"Last-Translator:  <membriskhan@gmail.com>\n" 
     
    868868msgstr "NOTICIAS" 
    869869 
    870 #: index.php:49 
    871 #, fuzzy 
    872 msgid "Gajim 0.11.3 is here!" 
     870#: index.php:49 index.php:50 index.php:52 index.php:54 
     871#, fuzzy, c-format 
     872msgid "Gajim %s is here!" 
    873873msgstr "¡Gajim 0.9 está aquí!" 
    874874 
    875 #: index.php:50 
    876 #, fuzzy 
    877 msgid "Gajim 0.11.2 is here!" 
    878 msgstr "¡Gajim 0.9 está aquí!" 
    879  
    880 #: index.php:51 
    881 msgid "Pre-release of Gajim 0.11.2" 
    882 msgstr "" 
    883  
    884 #: index.php:52 
    885 #, fuzzy 
    886 msgid "Gajim 0.11.1 is here!" 
    887 msgstr "¡Gajim 0.9 está aquí!" 
    888  
    889 #: index.php:53 
    890 msgid "Pre-release of Gajim 0.11.1" 
    891 msgstr "" 
    892  
    893 #: index.php:54 
    894 #, fuzzy 
    895 msgid "Gajim 0.11 is here!" 
    896 msgstr "¡Gajim 0.9 está aquí!" 
     875#: index.php:51 index.php:53 
     876#, c-format 
     877msgid "Pre-release of Gajim %s" 
     878msgstr "" 
    897879 
    898880#: index.php:56 
     
    924906msgstr "06 Septiembre 2005" 
    925907 
    926 #: index.php:63 
    927 #, fuzzy 
    928 msgid "Version 0.11.3 of Gajim has been released." 
     908#: index.php:63 index.php:64 index.php:66 index.php:68 
     909#, fuzzy, c-format 
     910msgid "Version %s of Gajim has been released." 
    929911msgstr "Se ha publicado la versión 0.9 de Gajim." 
    930912 
    931 #: index.php:64 
    932 #, fuzzy 
    933 msgid "Version 0.11.2 of Gajim has been released." 
    934 msgstr "Se ha publicado la versión 0.9 de Gajim." 
    935  
    936 #: index.php:65 
    937 msgid "Version 0.11.2 will arrive soon." 
    938 msgstr "" 
    939  
    940 #: index.php:66 
    941 #, fuzzy 
    942 msgid "Version 0.11.1 of Gajim has been released." 
    943 msgstr "Se ha publicado la versión 0.9 de Gajim." 
    944  
    945 #: index.php:67 
    946 msgid "Version 0.11.1 will arrive soon." 
    947 msgstr "" 
    948  
    949 #: index.php:68 
    950 #, fuzzy 
    951 msgid "Version 0.11 of Gajim has been released." 
    952 msgstr "Se ha publicado la versión 0.9 de Gajim." 
     913#: index.php:65 index.php:67 
     914#, c-format 
     915msgid "Version %s will arrive soon." 
     916msgstr "" 
    953917 
    954918#: index.php:70 index.php:71 index.php:72 index.php:73 index.php:74 
    955919#: index.php:75 
    956 msgid "What's new since " 
     920#, fuzzy, c-format 
     921msgid "What's new since %s:" 
    957922msgstr "Cambios desde la " 
    958923 
     
    10391004msgstr "Algunas capturas de pantalla de Gajim:" 
    10401005 
     1006#, fuzzy 
     1007#~ msgid "Gajim 0.11.1 is here!" 
     1008#~ msgstr "¡Gajim 0.9 está aquí!" 
     1009 
     1010#, fuzzy 
     1011#~ msgid "Gajim 0.11 is here!" 
     1012#~ msgstr "¡Gajim 0.9 está aquí!" 
     1013 
     1014#, fuzzy 
     1015#~ msgid "Version 0.11.3 of Gajim has been released." 
     1016#~ msgstr "Se ha publicado la versión 0.9 de Gajim." 
     1017 
     1018#, fuzzy 
     1019#~ msgid "Version 0.11.2 of Gajim has been released." 
     1020#~ msgstr "Se ha publicado la versión 0.9 de Gajim." 
     1021 
     1022#, fuzzy 
     1023#~ msgid "Version 0.11.1 of Gajim has been released." 
     1024#~ msgstr "Se ha publicado la versión 0.9 de Gajim." 
     1025 
     1026#, fuzzy 
     1027#~ msgid "Version 0.11 of Gajim has been released." 
     1028#~ msgstr "Se ha publicado la versión 0.9 de Gajim." 
     1029 
     1030#, fuzzy 
     1031#~ msgid "Gajim 0.11.3 is here!" 
     1032#~ msgstr "¡Gajim 0.9 está aquí!" 
     1033 
     1034#, fuzzy 
     1035#~ msgid "Gajim 0.11.2 is here!" 
     1036#~ msgstr "¡Gajim 0.9 está aquí!" 
     1037 
    10411038#~ msgid "" 
    10421039#~ "    Gajim is at the moment in the ac-ready tree (it is turned off by " 
     
    11001097#~ msgstr "Icono en el área de notificación" 
    11011098 
    1102 #~ msgid "Gajim 0.9 is here!" 
    1103 #~ msgstr "¡Gajim 0.9 está aquí!" 
    1104  
    11051099#, fuzzy 
    11061100#~ msgid "23 December 2005" 
    11071101#~ msgstr "06 Septiembre 2005" 
    1108  
    1109 #~ msgid "Version 0.9 of Gajim has been released." 
    1110 #~ msgstr "Se ha publicado la versión 0.9 de Gajim." 
    11111102 
    11121103#~ msgid "Avatars and status messages in roster window" 
  • www-website/locale/fr_FR/LC_MESSAGES/msg.po

    r8997 r9002  
    99"Project-Id-Version: 0.11\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2007-11-17 11:37+0100\n" 
     11"POT-Creation-Date: 2007-11-17 13:10+0100\n" 
    1212"PO-Revision-Date: 2005-08-18 13:21+0100\n" 
    1313"Last-Translator: Yann Le Boulanger <asterix@lagaule.org>\n" 
     
    863863msgstr "NEWS" 
    864864 
    865 #: index.php:49 
    866 msgid "Gajim 0.11.3 is here!" 
    867 msgstr "La version 0.11.3 de Gajim est sortie !" 
    868  
    869 #: index.php:50 
    870 msgid "Gajim 0.11.2 is here!" 
    871 msgstr "La version 0.11.2 de Gajim est sortie !" 
    872  
    873 #: index.php:51 
    874 msgid "Pre-release of Gajim 0.11.2" 
    875 msgstr "Pré-sortie de Gajim 0.11.2" 
    876  
    877 #: index.php:52 
    878 msgid "Gajim 0.11.1 is here!" 
    879 msgstr "La version 0.11.1 de Gajim est sortie !" 
    880  
    881 #: index.php:53 
    882 msgid "Pre-release of Gajim 0.11.1" 
    883 msgstr "Pré-sortie de Gajim 0.11.1" 
    884  
    885 #: index.php:54 
    886 msgid "Gajim 0.11 is here!" 
    887 msgstr "La version 0.11 de Gajim est sortie !" 
     865#: index.php:49 index.php:50 index.php:52 index.php:54 
     866#, c-format 
     867msgid "Gajim %s is here!" 
     868msgstr "La version %s de Gajim est sortie !" 
     869 
     870#: index.php:51 index.php:53 
     871#, c-format 
     872msgid "Pre-release of Gajim %s" 
     873msgstr "Pré-sortie de Gajim %s" 
    888874 
    889875#: index.php:56 
     
    911897msgstr "19 Décembre 2006" 
    912898 
    913 #: index.php:63 
    914 msgid "Version 0.11.3 of Gajim has been released." 
    915 msgstr "La version 0.11.3 de Gajim est maintenant disponible." 
    916  
    917 #: index.php:64 
    918 msgid "Version 0.11.2 of Gajim has been released." 
    919 msgstr "La version 0.11.2 de Gajim est maintenant disponible." 
    920  
    921 #: index.php:65 
    922 msgid "Version 0.11.2 will arrive soon." 
    923 msgstr "La version 0.11.2 arrive bientôt." 
    924  
    925 #: index.php:66 
    926 msgid "Version 0.11.1 of Gajim has been released." 
    927 msgstr "La version 0.11.1 de Gajim est maintenant disponible." 
    928  
    929 #: index.php:67 
    930 msgid "Version 0.11.1 will arrive soon." 
    931 msgstr "La version 0.11.1 arrive bientôt." 
    932  
    933 #: index.php:68 
    934 msgid "Version 0.11 of Gajim has been released." 
    935 msgstr "La version 0.11 de Gajim est maintenant disponible." 
     899#: index.php:63 index.php:64 index.php:66 index.php:68 
     900#, c-format 
     901msgid "Version %s of Gajim has been released." 
     902msgstr "La version %s  de Gajim est maintenant disponible." 
     903 
     904#: index.php:65 index.php:67 
     905#, c-format 
     906msgid "Version %s will arrive soon." 
     907msgstr "La version %s arrive bientôt." 
    936908 
    937909#: index.php:70 index.php:71 index.php:72 index.php:73 index.php:74 
    938910#: index.php:75 
    939 msgid "What's new since " 
    940 msgstr "Améliorations depuis la version " 
     911#, c-format 
     912msgid "What's new since %s:" 
     913msgstr "Améliorations depuis la version %s :" 
    941914 
    942915#: index.php:78 
     
    1024997msgstr "Voici quelques captures d'écran de Gajim :" 
    1025998 
     999#~ msgid "Gajim 0.11.1 is here!" 
     1000#~ msgstr "La version 0.11.1 de Gajim est sortie !" 
     1001 
     1002#~ msgid "Pre-release of Gajim 0.11.1" 
     1003#~ msgstr "Pré-sortie de Gajim 0.11.1" 
     1004 
     1005#~ msgid "Gajim 0.11 is here!" 
     1006#~ msgstr "La version 0.11 de Gajim est sortie !" 
     1007 
     1008#~ msgid "Version 0.11.3 of Gajim has been released." 
     1009#~ msgstr "La version 0.11.3 de Gajim est maintenant disponible." 
     1010 
     1011#~ msgid "Version 0.11.2 of Gajim has been released." 
     1012#~ msgstr "La version 0.11.2 de Gajim est maintenant disponible." 
     1013 
     1014#~ msgid "Version 0.11.1 of Gajim has been released." 
     1015#~ msgstr "La version 0.11.1 de Gajim est maintenant disponible." 
     1016 
     1017#~ msgid "Version 0.11.1 will arrive soon." 
     1018#~ msgstr "La version 0.11.1 arrive bientôt." 
     1019 
     1020#~ msgid "Version 0.11 of Gajim has been released." 
     1021#~ msgstr "La version 0.11 de Gajim est maintenant disponible." 
     1022 
     1023#~ msgid "Gajim 0.11.3 is here!" 
     1024#~ msgstr "La version 0.11.3 de Gajim est sortie !" 
     1025 
     1026#~ msgid "Gajim 0.11.2 is here!" 
     1027#~ msgstr "La version 0.11.2 de Gajim est sortie !" 
     1028 
    10261029#~ msgid "" 
    10271030#~ "    Gajim is at the moment in the ac-ready tree (it is turned off by " 
     
    11831186#~ msgstr "Icône dans la barre système, correction orthographique" 
    11841187 
    1185 #~ msgid "Gajim 0.9 is here!" 
    1186 #~ msgstr "La version 0.9 de Gajim est sortie !" 
    1187  
    11881188#~ msgid "23 December 2005" 
    11891189#~ msgstr "23 Décembre 2005" 
    1190  
    1191 #~ msgid "Version 0.9 of Gajim has been released." 
    1192 #~ msgstr "La version 0.9  de Gajim est maintenant disponible." 
    11931190 
    11941191#~ msgid "Fix a bug when joining a group chat" 
  • www-website/locale/it_IT/LC_MESSAGES/msg.po

    r8997 r9002  
    88"Project-Id-Version: gajim website\n" 
    99"Report-Msgid-Bugs-To: \n" 
    10 "POT-Creation-Date: 2007-11-17 11:37+0100\n" 
     10"POT-Creation-Date: 2007-11-17 13:10+0100\n" 
    1111"PO-Revision-Date: 2007-09-23 00:39+0100\n" 
    1212"Last-Translator: neoex <neoex.dc@gmail.com>\n"