Changeset 80:58ec373f3e1f in mediastreamer2


Ignore:
Timestamp:
Oct 13, 2008 5:16:32 PM (5 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

fix plugin load.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@83 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

Location:
linphone
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • linphone/mediastreamer2/src/mscommon.c

    r0 r80  
    347347        } 
    348348        while( (de=readdir(ds))!=NULL){ 
    349                 if (de->d_type==DT_REG && strstr(de->d_name,PLUGINS_EXT)!=NULL){ 
     349                if ((de->d_type==DT_REG || de->d_type==DT_LNK  || de->d_type==DT_UNKNOWN)  
     350                        && strstr(de->d_name,PLUGINS_EXT)==de->d_name+strlen(de->d_name)-strlen(PLUGINS_EXT) ) { 
    350351                        void *handle; 
    351352                        fullpath=ms_strdup_printf("%s/%s",dir,de->d_name); 
  • linphone/po/cs.po

    r72 r80  
    99"Project-Id-Version: linphone-2.0.0\n" 
    1010"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    11 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     11"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1212"PO-Revision-Date: 2007-11-21 17:50+0100\n" 
    1313"Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n" 
     
    305305msgstr "Informace o kontaktu" 
    306306 
    307 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     307#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    308308#: gtk-glade/sip_account.glade:202 
    309309msgid "gtk-cancel" 
    310310msgstr "" 
    311311 
    312 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     312#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    313313#: gtk-glade/sip_account.glade:190 
    314314msgid "gtk-ok" 
     
    333333msgstr "" 
    334334 
    335 #: gtk-glade/password.glade:49 
     335#: gtk-glade/password.glade:56 
     336#, fuzzy 
     337msgid "Password:" 
     338msgstr "heslo:" 
     339 
     340#: gtk-glade/password.glade:66 
    336341#, fuzzy 
    337342msgid "Username" 
    338343msgstr "uÅŸivatelské jméno:" 
    339  
    340 #: gtk-glade/password.glade:55 
    341 #, fuzzy 
    342 msgid "Password:" 
    343 msgstr "heslo:" 
    344344 
    345345#: gtk-glade/sip_account.glade:8 
     
    843843"setkání:" 
    844844 
    845 #: coreapi/exevents.c:819 
     845#: coreapi/exevents.c:825 
    846846msgid "Early media." 
    847847msgstr "Časná média." 
    848848 
    849 #: coreapi/exevents.c:881 
     849#: coreapi/exevents.c:887 
    850850#, c-format 
    851851msgid "Registration on %s failed: %s" 
    852852msgstr "Registrace na %s selhala: %s" 
    853853 
    854 #: coreapi/exevents.c:881 
     854#: coreapi/exevents.c:887 
    855855msgid "no response timeout" 
    856856msgstr "odpověď nedorazila včas" 
    857857 
    858 #: coreapi/exevents.c:895 
     858#: coreapi/exevents.c:901 
    859859#, c-format 
    860860msgid "Registration on %s successful." 
  • linphone/po/de.po

    r72 r80  
    77"Project-Id-Version: linphone 0.7.1\n" 
    88"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    9 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     9"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1010"PO-Revision-Date: 2003-05-23 17:51-0400\n" 
    1111"Last-Translator: Jean-Jacques Sarton <jj.sarton@t-online.de>, Ursula Herles-" 
     
    305305msgstr "Kontaktinformationen" 
    306306 
    307 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     307#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    308308#: gtk-glade/sip_account.glade:202 
    309309msgid "gtk-cancel" 
    310310msgstr "" 
    311311 
    312 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     312#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    313313#: gtk-glade/sip_account.glade:190 
    314314msgid "gtk-ok" 
     
    334334msgstr "" 
    335335 
    336 #: gtk-glade/password.glade:49 
     336#: gtk-glade/password.glade:56 
     337#, fuzzy 
     338msgid "Password:" 
     339msgstr "Passwort" 
     340 
     341#: gtk-glade/password.glade:66 
    337342#, fuzzy 
    338343msgid "Username" 
    339344msgstr "Benutzername:" 
    340  
    341 #: gtk-glade/password.glade:55 
    342 #, fuzzy 
    343 msgid "Password:" 
    344 msgstr "Passwort" 
    345345 
    346346#: gtk-glade/sip_account.glade:8 
     
    845845"Ressource:" 
    846846 
    847 #: coreapi/exevents.c:819 
     847#: coreapi/exevents.c:825 
    848848msgid "Early media." 
    849849msgstr "" 
    850850 
    851 #: coreapi/exevents.c:881 
     851#: coreapi/exevents.c:887 
    852852#, fuzzy, c-format 
    853853msgid "Registration on %s failed: %s" 
    854854msgstr "Registrierung auf %s schlug fehl (Zeitberschreitung)." 
    855855 
    856 #: coreapi/exevents.c:881 
     856#: coreapi/exevents.c:887 
    857857msgid "no response timeout" 
    858858msgstr "" 
    859859 
    860 #: coreapi/exevents.c:895 
     860#: coreapi/exevents.c:901 
    861861#, c-format 
    862862msgid "Registration on %s successful." 
  • linphone/po/es.po

    r72 r80  
    88"Project-Id-Version: Linphone 0.9.1\n" 
    99"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    10 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     10"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1111"PO-Revision-Date: 2002-10-15 HO:MI+ZONE\n" 
    1212"Last-Translator: Nelson Benitez <gnelson@inMail.sk>\n" 
     
    304304msgstr "Informacion de codec" 
    305305 
    306 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     306#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    307307#: gtk-glade/sip_account.glade:202 
    308308msgid "gtk-cancel" 
    309309msgstr "" 
    310310 
    311 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     311#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    312312#: gtk-glade/sip_account.glade:190 
    313313msgid "gtk-ok" 
     
    332332msgstr "" 
    333333 
    334 #: gtk-glade/password.glade:49 
     334#: gtk-glade/password.glade:56 
     335#, fuzzy 
     336msgid "Password:" 
     337msgstr "Tu Contraseña:" 
     338 
     339#: gtk-glade/password.glade:66 
    335340#, fuzzy 
    336341msgid "Username" 
    337342msgstr "Manual de Usuario" 
    338  
    339 #: gtk-glade/password.glade:55 
    340 #, fuzzy 
    341 msgid "Password:" 
    342 msgstr "Tu Contraseña:" 
    343343 
    344344#: gtk-glade/sip_account.glade:8 
     
    835835"a contactarle usando el siguiente recurso alternativo:" 
    836836 
    837 #: coreapi/exevents.c:819 
     837#: coreapi/exevents.c:825 
    838838msgid "Early media." 
    839839msgstr "" 
    840840 
    841 #: coreapi/exevents.c:881 
     841#: coreapi/exevents.c:887 
    842842#, fuzzy, c-format 
    843843msgid "Registration on %s failed: %s" 
    844844msgstr "Se ha registrado con exito." 
    845845 
    846 #: coreapi/exevents.c:881 
     846#: coreapi/exevents.c:887 
    847847msgid "no response timeout" 
    848848msgstr "" 
    849849 
    850 #: coreapi/exevents.c:895 
     850#: coreapi/exevents.c:901 
    851851#, fuzzy, c-format 
    852852msgid "Registration on %s successful." 
  • linphone/po/fr.po

    r72 r80  
    77"Project-Id-Version: Linphone 0.9.1\n" 
    88"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    9 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     9"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1010"PO-Revision-Date: 2002-12-06 17:33+0100\n" 
    1111"Last-Translator: Simon Morlat <simon.morlat@linphone.org>\n" 
     
    295295msgstr "Information sur le contact" 
    296296 
    297 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     297#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    298298#: gtk-glade/sip_account.glade:202 
    299299msgid "gtk-cancel" 
    300300msgstr "" 
    301301 
    302 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     302#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    303303#: gtk-glade/sip_account.glade:190 
    304304msgid "gtk-ok" 
     
    322322msgstr "Entrez votre mot de passe pour le domaine %s" 
    323323 
    324 #: gtk-glade/password.glade:49 
     324#: gtk-glade/password.glade:56 
     325msgid "Password:" 
     326msgstr "" 
     327 
     328#: gtk-glade/password.glade:66 
    325329#, fuzzy 
    326330msgid "Username" 
    327331msgstr "Votre nom d'utilisateur" 
    328  
    329 #: gtk-glade/password.glade:55 
    330 msgid "Password:" 
    331 msgstr "" 
    332332 
    333333#: gtk-glade/sip_account.glade:8 
     
    809809"de le contacter en utilisant le moyen alternatif suivant:" 
    810810 
    811 #: coreapi/exevents.c:819 
     811#: coreapi/exevents.c:825 
    812812msgid "Early media." 
    813813msgstr "Prise d'appel anticipée" 
    814814 
    815 #: coreapi/exevents.c:881 
     815#: coreapi/exevents.c:887 
    816816#, c-format 
    817817msgid "Registration on %s failed: %s" 
    818818msgstr "Echec de l'enregistrement sur %s: %s" 
    819819 
    820 #: coreapi/exevents.c:881 
     820#: coreapi/exevents.c:887 
    821821msgid "no response timeout" 
    822822msgstr "Pas de réponse." 
    823823 
    824 #: coreapi/exevents.c:895 
     824#: coreapi/exevents.c:901 
    825825#, c-format 
    826826msgid "Registration on %s successful." 
  • linphone/po/hu.po

    r72 r80  
    88"Project-Id-Version: PACKAGE VERSION\n" 
    99"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    10 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     10"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1111"PO-Revision-Date: 2007-12-14 11:12+0100\n" 
    1212"Last-Translator: \n" 
     
    304304msgstr "Kapcsolatiinformáció" 
    305305 
    306 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     306#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    307307#: gtk-glade/sip_account.glade:202 
    308308msgid "gtk-cancel" 
    309309msgstr "" 
    310310 
    311 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     311#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    312312#: gtk-glade/sip_account.glade:190 
    313313msgid "gtk-ok" 
     
    332332msgstr "" 
    333333 
    334 #: gtk-glade/password.glade:49 
     334#: gtk-glade/password.glade:56 
     335#, fuzzy 
     336msgid "Password:" 
     337msgstr "jelszó:" 
     338 
     339#: gtk-glade/password.glade:66 
    335340#, fuzzy 
    336341msgid "Username" 
    337342msgstr "felhasználónév:" 
    338  
    339 #: gtk-glade/password.glade:55 
    340 #, fuzzy 
    341 msgid "Password:" 
    342 msgstr "jelszó:" 
    343343 
    344344#: gtk-glade/sip_account.glade:8 
     
    843843"erőforrást:" 
    844844 
    845 #: coreapi/exevents.c:819 
     845#: coreapi/exevents.c:825 
    846846msgid "Early media." 
    847847msgstr "Korai médiák." 
    848848 
    849 #: coreapi/exevents.c:881 
     849#: coreapi/exevents.c:887 
    850850#, c-format 
    851851msgid "Registration on %s failed: %s" 
    852852msgstr "A regisztáció a %s -n nem sikerÃŒlt: %s" 
    853853 
    854 #: coreapi/exevents.c:881 
     854#: coreapi/exevents.c:887 
    855855msgid "no response timeout" 
    856856msgstr "időtúllépés után nincs válasz" 
    857857 
    858 #: coreapi/exevents.c:895 
     858#: coreapi/exevents.c:901 
    859859#, c-format 
    860860msgid "Registration on %s successful." 
  • linphone/po/it.po

    r72 r80  
    88"Project-Id-Version: Linphone 0.9.1\n" 
    99"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    10 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     10"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1111"PO-Revision-Date: 2002-10-15 HO:MI+ZONE\n" 
    1212"Last-Translator: Alberto Zanoni <alberto.zanoni@tiscalinet.it>\n" 
     
    303303msgstr "Informazioni" 
    304304 
    305 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     305#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    306306#: gtk-glade/sip_account.glade:202 
    307307msgid "gtk-cancel" 
    308308msgstr "" 
    309309 
    310 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     310#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    311311#: gtk-glade/sip_account.glade:190 
    312312msgid "gtk-ok" 
     
    330330msgstr "" 
    331331 
    332 #: gtk-glade/password.glade:49 
     332#: gtk-glade/password.glade:56 
     333#, fuzzy 
     334msgid "Password:" 
     335msgstr "Password:" 
     336 
     337#: gtk-glade/password.glade:66 
    333338#, fuzzy 
    334339msgid "Username" 
    335340msgstr "Manuale utente" 
    336  
    337 #: gtk-glade/password.glade:55 
    338 #, fuzzy 
    339 msgid "Password:" 
    340 msgstr "Password:" 
    341341 
    342342#: gtk-glade/sip_account.glade:8 
     
    816816msgstr "" 
    817817 
    818 #: coreapi/exevents.c:819 
     818#: coreapi/exevents.c:825 
    819819msgid "Early media." 
    820820msgstr "" 
    821821 
    822 #: coreapi/exevents.c:881 
     822#: coreapi/exevents.c:887 
    823823#, c-format 
    824824msgid "Registration on %s failed: %s" 
    825825msgstr "" 
    826826 
    827 #: coreapi/exevents.c:881 
     827#: coreapi/exevents.c:887 
    828828msgid "no response timeout" 
    829829msgstr "" 
    830830 
    831 #: coreapi/exevents.c:895 
     831#: coreapi/exevents.c:901 
    832832#, c-format 
    833833msgid "Registration on %s successful." 
  • linphone/po/ja.po

    r72 r80  
    99"Project-Id-Version: linphone 0.10\n" 
    1010"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    11 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     11"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1212"PO-Revision-Date: 2003-01-21 00:05+9000\n" 
    1313"Last-Translator: YAMAGUCHI YOSHIYA <yushiya@anet.ne.jp>\n" 
     
    309309å ±" 
    310310 
    311 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     311#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    312312#: gtk-glade/sip_account.glade:202 
    313313msgid "gtk-cancel" 
    314314msgstr "" 
    315315 
    316 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     316#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    317317#: gtk-glade/sip_account.glade:190 
    318318msgid "gtk-ok" 
     
    336336msgstr "" 
    337337 
    338 #: gtk-glade/password.glade:49 
     338#: gtk-glade/password.glade:56 
     339#, fuzzy 
     340msgid "Password:" 
     341msgstr "パスワヌド" 
     342 
     343#: gtk-glade/password.glade:66 
    339344#, fuzzy 
    340345msgid "Username" 
    341346msgstr "ナヌザヌマニュアル" 
    342  
    343 #: gtk-glade/password.glade:55 
    344 #, fuzzy 
    345 msgid "Password:" 
    346 msgstr "パスワヌド" 
    347347 
    348348#: gtk-glade/sip_account.glade:8 
     
    847847"他の手段で連絡をずっおください。" 
    848848 
    849 #: coreapi/exevents.c:819 
     849#: coreapi/exevents.c:825 
    850850msgid "Early media." 
    851851msgstr "" 
    852852 
    853 #: coreapi/exevents.c:881 
     853#: coreapi/exevents.c:887 
    854854#, fuzzy, c-format 
    855855msgid "Registration on %s failed: %s" 
    856856msgstr "登録したした。" 
    857857 
    858 #: coreapi/exevents.c:881 
     858#: coreapi/exevents.c:887 
    859859msgid "no response timeout" 
    860860msgstr "" 
    861861 
    862 #: coreapi/exevents.c:895 
     862#: coreapi/exevents.c:901 
    863863#, fuzzy, c-format 
    864864msgid "Registration on %s successful." 
  • linphone/po/linphone.pot

    r72 r80  
    99"Project-Id-Version: PACKAGE VERSION\n" 
    1010"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    11 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     11"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    295295msgstr "" 
    296296 
    297 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     297#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    298298#: gtk-glade/sip_account.glade:202 
    299299msgid "gtk-cancel" 
    300300msgstr "" 
    301301 
    302 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     302#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    303303#: gtk-glade/sip_account.glade:190 
    304304msgid "gtk-ok" 
     
    322322msgstr "" 
    323323 
    324 #: gtk-glade/password.glade:49 
     324#: gtk-glade/password.glade:56 
     325msgid "Password:" 
     326msgstr "" 
     327 
     328#: gtk-glade/password.glade:66 
    325329msgid "Username" 
    326 msgstr "" 
    327  
    328 #: gtk-glade/password.glade:55 
    329 msgid "Password:" 
    330330msgstr "" 
    331331 
     
    785785msgstr "" 
    786786 
    787 #: coreapi/exevents.c:819 
     787#: coreapi/exevents.c:825 
    788788msgid "Early media." 
    789789msgstr "" 
    790790 
    791 #: coreapi/exevents.c:881 
     791#: coreapi/exevents.c:887 
    792792#, c-format 
    793793msgid "Registration on %s failed: %s" 
    794794msgstr "" 
    795795 
    796 #: coreapi/exevents.c:881 
     796#: coreapi/exevents.c:887 
    797797msgid "no response timeout" 
    798798msgstr "" 
    799799 
    800 #: coreapi/exevents.c:895 
     800#: coreapi/exevents.c:901 
    801801#, c-format 
    802802msgid "Registration on %s successful." 
  • linphone/po/nl.po

    r72 r80  
    1111"Project-Id-Version: nl\n" 
    1212"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    13 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     13"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1414"PO-Revision-Date: 2007-09-05 10:40+0200\n" 
    1515"Last-Translator: Hendrik-Jan Heins <hjheins@gmail.com>\n" 
     
    307307msgstr "Contact informatie" 
    308308 
    309 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     309#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    310310#: gtk-glade/sip_account.glade:202 
    311311msgid "gtk-cancel" 
    312312msgstr "" 
    313313 
    314 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     314#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    315315#: gtk-glade/sip_account.glade:190 
    316316msgid "gtk-ok" 
     
    335335msgstr "" 
    336336 
    337 #: gtk-glade/password.glade:49 
     337#: gtk-glade/password.glade:56 
     338#, fuzzy 
     339msgid "Password:" 
     340msgstr "wachtwoord:" 
     341 
     342#: gtk-glade/password.glade:66 
    338343#, fuzzy 
    339344msgid "Username" 
    340345msgstr "gebruikersnaam:" 
    341  
    342 #: gtk-glade/password.glade:55 
    343 #, fuzzy 
    344 msgid "Password:" 
    345 msgstr "wachtwoord:" 
    346346 
    347347#: gtk-glade/sip_account.glade:8 
     
    845845"op de volgende, alternatieve, manier contact met hem op te nemen:" 
    846846 
    847 #: coreapi/exevents.c:819 
     847#: coreapi/exevents.c:825 
    848848msgid "Early media." 
    849849msgstr "" 
    850850 
    851 #: coreapi/exevents.c:881 
     851#: coreapi/exevents.c:887 
    852852#, fuzzy, c-format 
    853853msgid "Registration on %s failed: %s" 
    854854msgstr "Registratie op %s mislukt (time-out)." 
    855855 
    856 #: coreapi/exevents.c:881 
     856#: coreapi/exevents.c:887 
    857857msgid "no response timeout" 
    858858msgstr "" 
    859859 
    860 #: coreapi/exevents.c:895 
     860#: coreapi/exevents.c:901 
    861861#, c-format 
    862862msgid "Registration on %s successful." 
  • linphone/po/pl.po

    r72 r80  
    77"Project-Id-Version: linphone 0.7.1\n" 
    88"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    9 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     9"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1010"PO-Revision-Date: 2003-08-22 12:50+0200\n" 
    1111"Last-Translator: Robert Nasiadek <darkone@darkone.pl>\n" 
     
    305305msgstr "Informacje o kodeku" 
    306306 
    307 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     307#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    308308#: gtk-glade/sip_account.glade:202 
    309309msgid "gtk-cancel" 
    310310msgstr "" 
    311311 
    312 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     312#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    313313#: gtk-glade/sip_account.glade:190 
    314314msgid "gtk-ok" 
     
    332332msgstr "" 
    333333 
    334 #: gtk-glade/password.glade:49 
     334#: gtk-glade/password.glade:56 
     335#, fuzzy 
     336msgid "Password:" 
     337msgstr "Twoje hasło:" 
     338 
     339#: gtk-glade/password.glade:66 
    335340#, fuzzy 
    336341msgid "Username" 
    337342msgstr "Podręcznik" 
    338  
    339 #: gtk-glade/password.glade:55 
    340 #, fuzzy 
    341 msgid "Password:" 
    342 msgstr "Twoje hasło:" 
    343343 
    344344#: gtk-glade/sip_account.glade:8 
     
    845845"adres:" 
    846846 
    847 #: coreapi/exevents.c:819 
     847#: coreapi/exevents.c:825 
    848848msgid "Early media." 
    849849msgstr "" 
    850850 
    851 #: coreapi/exevents.c:881 
     851#: coreapi/exevents.c:887 
    852852#, fuzzy, c-format 
    853853msgid "Registration on %s failed: %s" 
    854854msgstr "Rejestracja powiodła się." 
    855855 
    856 #: coreapi/exevents.c:881 
     856#: coreapi/exevents.c:887 
    857857msgid "no response timeout" 
    858858msgstr "" 
    859859 
    860 #: coreapi/exevents.c:895 
     860#: coreapi/exevents.c:901 
    861861#, fuzzy, c-format 
    862862msgid "Registration on %s successful." 
  • linphone/po/pt_BR.po

    r72 r80  
    99"Project-Id-Version: linphone-1.1.0\n" 
    1010"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    11 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     11"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1212"PO-Revision-Date: 2006-07-11 23:30+0200\n" 
    1313"Last-Translator: Rafael Caesar Lenzi <rc_lenzi@yahoo.com.br>\n" 
     
    302302msgstr "Informação de contato" 
    303303 
    304 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     304#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    305305#: gtk-glade/sip_account.glade:202 
    306306msgid "gtk-cancel" 
    307307msgstr "" 
    308308 
    309 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     309#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    310310#: gtk-glade/sip_account.glade:190 
    311311msgid "gtk-ok" 
     
    330330msgstr "" 
    331331 
    332 #: gtk-glade/password.glade:49 
     332#: gtk-glade/password.glade:56 
     333#, fuzzy 
     334msgid "Password:" 
     335msgstr "Senha:" 
     336 
     337#: gtk-glade/password.glade:66 
    333338#, fuzzy 
    334339msgid "Username" 
    335340msgstr "Usuário" 
    336  
    337 #: gtk-glade/password.glade:55 
    338 #, fuzzy 
    339 msgid "Password:" 
    340 msgstr "Senha:" 
    341341 
    342342#: gtk-glade/sip_account.glade:8 
     
    830830msgstr "" 
    831831 
    832 #: coreapi/exevents.c:819 
     832#: coreapi/exevents.c:825 
    833833msgid "Early media." 
    834834msgstr "" 
    835835 
    836 #: coreapi/exevents.c:881 
     836#: coreapi/exevents.c:887 
    837837#, fuzzy, c-format 
    838838msgid "Registration on %s failed: %s" 
    839839msgstr "Registro falhou (tempo esgotado)." 
    840840 
    841 #: coreapi/exevents.c:881 
     841#: coreapi/exevents.c:887 
    842842msgid "no response timeout" 
    843843msgstr "" 
    844844 
    845 #: coreapi/exevents.c:895 
     845#: coreapi/exevents.c:901 
    846846#, fuzzy, c-format 
    847847msgid "Registration on %s successful." 
  • linphone/po/sv.po

    r72 r80  
    1010"Project-Id-Version: linphone 1.1.0\n" 
    1111"Report-Msgid-Bugs-To: linphone-developers@nongnu.org\n" 
    12 "POT-Creation-Date: 2008-10-10 14:55+0200\n" 
     12"POT-Creation-Date: 2008-10-12 11:04+0200\n" 
    1313"PO-Revision-Date: 2005-11-23 13:51+0100\n" 
    1414"Last-Translator: Daniel Nylander <po@danielnylander.se>\n" 
     
    305305msgstr "Kontaktinformation" 
    306306 
    307 #: gtk-glade/contact.glade:149 gtk-glade/password.glade:110 
     307#: gtk-glade/contact.glade:149 gtk-glade/password.glade:112 
    308308#: gtk-glade/sip_account.glade:202 
    309309msgid "gtk-cancel" 
    310310msgstr "" 
    311311 
    312 #: gtk-glade/contact.glade:161 gtk-glade/password.glade:98 
     312#: gtk-glade/contact.glade:161 gtk-glade/password.glade:100 
    313313#: gtk-glade/sip_account.glade:190 
    314314msgid "gtk-ok" 
     
    333333msgstr "" 
    334334 
    335 #: gtk-glade/password.glade:49 
     335#: gtk-glade/password.glade:56 
     336#, fuzzy 
     337msgid "Password:" 
     338msgstr "lösenord:" 
     339 
     340#: gtk-glade/password.glade:66 
    336341#, fuzzy 
    337342msgid "Username" 
    338343msgstr "anvÀndarnamn:" 
    339  
    340 #: gtk-glade/password.glade:55 
    341 #, fuzzy 
    342 msgid "Password:" 
    343 msgstr "lösenord:" 
    344344 
    345345#: gtk-glade/sip_account.glade:8 
     
    846846"dig att kontakta honom/henne med följande alternativa resurs:" 
    847847 
    848 #: coreapi/exevents.c:819 
     848#: coreapi/exevents.c:825 
    849849msgid "Early media." 
    850850msgstr "" 
    851851 
    852 #: coreapi/exevents.c:881 
     852#: coreapi/exevents.c:887 
    853853#, fuzzy, c-format 
    854854msgid "Registration on %s failed: %s" 
    855855msgstr "Registrering misslyckades (timeout)." 
    856856 
    857 #: coreapi/exevents.c:881 
     857#: coreapi/exevents.c:887 
    858858msgid "no response timeout" 
    859859msgstr "" 
    860860 
    861 #: coreapi/exevents.c:895 
     861#: coreapi/exevents.c:901 
    862862#, fuzzy, c-format 
    863863msgid "Registration on %s successful." 
Note: See TracChangeset for help on using the changeset viewer.