Changeset 700:1a1c4c253677 in mediastreamer2
- Timestamp:
- Sep 29, 2009 10:04:04 PM (4 years ago)
- Branch:
- default
- Location:
- linphone
- Files:
-
- 20 edited
-
gtk-glade/incall_view.c (modified) (3 diffs)
-
gtk-glade/linphone.h (modified) (2 diffs)
-
gtk-glade/main.c (modified) (4 diffs)
-
gtk-glade/main.glade (modified) (5 diffs)
-
gtk-glade/propertybox.c (modified) (2 diffs)
-
gtk-glade/support.c (modified) (1 diff)
-
linphone.kdevelop (modified) (6 diffs)
-
po/cs.po (modified) (4 diffs)
-
po/de.po (modified) (3 diffs)
-
po/es.po (modified) (3 diffs)
-
po/fr.po (modified) (4 diffs)
-
po/hu.po (modified) (3 diffs)
-
po/it.po (modified) (4 diffs)
-
po/ja.po (modified) (5 diffs)
-
po/nl.po (modified) (3 diffs)
-
po/pl.po (modified) (3 diffs)
-
po/pt_BR.po (modified) (3 diffs)
-
po/ru.po (modified) (3 diffs)
-
po/sv.po (modified) (8 diffs)
-
po/zh_CN.po (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/gtk-glade/incall_view.c
r687 r700 29 29 30 30 #include "linphone.h" 31 31 32 32 33 gboolean linphone_gtk_use_in_call_view(){ … … 126 127 g_object_unref(G_OBJECT(pbuf)); 127 128 }else gtk_image_set_from_stock(GTK_IMAGE(animation),GTK_STOCK_INFO,GTK_ICON_SIZE_DIALOG); 129 linphone_gtk_enable_mute_button( 130 GTK_TOGGLE_BUTTON(linphone_gtk_get_widget(main_window,"incall_mute")),TRUE); 128 131 } 129 132 … … 163 166 g_object_unref(G_OBJECT(pbuf)); 164 167 } 168 linphone_gtk_enable_mute_button( 169 GTK_TOGGLE_BUTTON(linphone_gtk_get_widget(main_window,"incall_mute")),FALSE); 165 170 g_timeout_add_seconds(2,(GSourceFunc)in_call_view_terminated,NULL); 166 171 } 167 172 173 void linphone_gtk_draw_mute_button(GtkToggleButton *button, gboolean active){ 174 if (active){ 175 GtkWidget *image=create_pixmap("mic_muted.png"); 176 gtk_button_set_label(GTK_BUTTON(button),_("Unmute")); 177 if (image!=NULL) gtk_button_set_image(GTK_BUTTON(button),image); 178 }else{ 179 GtkWidget *image=create_pixmap("mic_active.png"); 180 gtk_button_set_label(GTK_BUTTON(button),_("Mute")); 181 if (image!=NULL) gtk_button_set_image(GTK_BUTTON(button),image); 182 } 183 } 184 168 185 void linphone_gtk_mute_toggled(GtkToggleButton *button){ 169 linphone_core_mute_mic(linphone_gtk_get_core(), 170 gtk_toggle_button_get_active(button)); 186 gboolean active=gtk_toggle_button_get_active(button); 187 linphone_core_mute_mic(linphone_gtk_get_core(),active); 188 linphone_gtk_draw_mute_button(button,active); 171 189 } 190 191 void linphone_gtk_enable_mute_button(GtkToggleButton *button, gboolean sensitive){ 192 gtk_widget_set_sensitive(GTK_WIDGET(button),sensitive); 193 linphone_gtk_draw_mute_button(button,FALSE); 194 } -
linphone/gtk-glade/linphone.h
r680 r700 43 43 GdkPixbufAnimation *create_pixbuf_animation(const gchar *filename); 44 44 void add_pixmap_directory(const gchar *directory); 45 GtkWidget*create_pixmap(const gchar *filename); 45 46 GtkWidget *linphone_gtk_create_window(const char *window_name); 46 47 GtkWidget *linphone_gtk_get_widget(GtkWidget *window, const char *name); … … 87 88 void linphone_gtk_in_call_view_update_duration(int duration); 88 89 void linphone_gtk_in_call_view_terminate(const char *error_msg); 90 void linphone_gtk_enable_mute_button(GtkToggleButton *button, gboolean sensitive); 91 89 92 void linphone_gtk_show_login_frame(LinphoneProxyConfig *cfg); 93 -
linphone/gtk-glade/main.c
r698 r700 522 522 gtk_widget_set_sensitive(linphone_gtk_get_widget(mw,"start_call"),TRUE); 523 523 gtk_widget_hide_all(linphone_gtk_get_widget(mw,"go_to_call_view_box")); 524 linphone_gtk_enable_mute_button(GTK_TOGGLE_BUTTON(linphone_gtk_get_widget(mw,"main_mute")),FALSE); 524 525 if (linphone_gtk_use_in_call_view()) 525 526 linphone_gtk_in_call_view_terminate(error); … … 604 605 linphone_gtk_show_in_call_view(); 605 606 } 607 linphone_gtk_enable_mute_button( 608 GTK_TOGGLE_BUTTON(linphone_gtk_get_widget(linphone_gtk_get_main_window(),"main_mute")) 609 ,TRUE); 606 610 } 607 611 … … 811 815 if (linphone_gtk_use_in_call_view()) 812 816 linphone_gtk_in_call_view_set_in_call(); 817 linphone_gtk_enable_mute_button( 818 GTK_TOGGLE_BUTTON(linphone_gtk_get_widget(linphone_gtk_get_main_window(),"main_mute")), 819 TRUE); 813 820 break; 814 821 case GSTATE_CALL_ERROR: … … 1026 1033 linphone_gtk_connect_digits(); 1027 1034 linphone_gtk_check_menu_items(); 1035 linphone_gtk_enable_mute_button(GTK_TOGGLE_BUTTON(linphone_gtk_get_widget(linphone_gtk_get_main_window(), 1036 "main_mute")),FALSE); 1037 linphone_gtk_enable_mute_button(GTK_TOGGLE_BUTTON(linphone_gtk_get_widget(linphone_gtk_get_main_window(), 1038 "incall_mute")),FALSE); 1028 1039 if (linphone_core_in_call(linphone_gtk_get_core())) linphone_gtk_call_started( 1029 1040 linphone_gtk_get_main_window());/*hide the call button, show terminate button*/ -
linphone/gtk-glade/main.glade
r694 r700 515 515 </child> 516 516 <child> 517 <widget class="GtkCheckButton" id="main_mute"> 518 <property name="label" translatable="yes">Mute</property> 519 <property name="can_focus">True</property> 520 <property name="receives_default">False</property> 521 <property name="draw_indicator">True</property> 522 <signal name="toggled" handler="linphone_gtk_mute_toggled"/> 517 <widget class="GtkHBox" id="hbox7"> 518 <property name="visible">True</property> 519 <child> 520 <widget class="GtkToggleButton" id="main_mute"> 521 <property name="label" translatable="yes">Mute</property> 522 <property name="sensitive">False</property> 523 <property name="can_focus">True</property> 524 <property name="receives_default">True</property> 525 </widget> 526 <packing> 527 <property name="fill">False</property> 528 <property name="position">0</property> 529 </packing> 530 </child> 523 531 </widget> 524 532 <packing> 533 <property name="expand">False</property> 534 <property name="fill">False</property> 525 535 <property name="position">1</property> 526 536 </packing> … … 1053 1063 </packing> 1054 1064 </child> 1055 <child>1056 <widget class="GtkCheckButton" id="incall_mute">1057 <property name="label" translatable="yes">Mute</property>1058 <property name="visible">True</property>1059 <property name="can_focus">True</property>1060 <property name="receives_default">False</property>1061 <property name="draw_indicator">True</property>1062 <signal name="toggled" handler="linphone_gtk_mute_toggled"/>1063 </widget>1064 <packing>1065 <property name="position">1</property>1066 </packing>1067 </child>1068 <child>1069 <placeholder/>1070 </child>1071 1065 </widget> 1072 1066 </child> … … 1085 1079 <property name="expand">False</property> 1086 1080 <property name="position">2</property> 1081 </packing> 1082 </child> 1083 <child> 1084 <widget class="GtkHButtonBox" id="hbuttonbox4"> 1085 <property name="visible">True</property> 1086 <child> 1087 <widget class="GtkToggleButton" id="incall_mute"> 1088 <property name="label" translatable="yes">Mute</property> 1089 <property name="visible">True</property> 1090 <property name="sensitive">False</property> 1091 <property name="can_focus">True</property> 1092 <property name="receives_default">True</property> 1093 </widget> 1094 <packing> 1095 <property name="expand">False</property> 1096 <property name="fill">False</property> 1097 <property name="position">0</property> 1098 </packing> 1099 </child> 1100 </widget> 1101 <packing> 1102 <property name="expand">False</property> 1103 <property name="fill">False</property> 1104 <property name="position">3</property> 1087 1105 </packing> 1088 1106 </child> … … 1132 1150 <packing> 1133 1151 <property name="padding">8</property> 1134 <property name="position"> 3</property>1152 <property name="position">4</property> 1135 1153 </packing> 1136 1154 </child> … … 1181 1199 <property name="expand">False</property> 1182 1200 <property name="fill">False</property> 1183 <property name="position"> 4</property>1201 <property name="position">5</property> 1184 1202 </packing> 1185 1203 </child> -
linphone/gtk-glade/propertybox.c
r689 r700 623 623 { "it" , N_("Italian") }, 624 624 { "es" , N_("Spanish") }, 625 { "pt_BR" , N_("Br esilian") },625 { "pt_BR" , N_("Brazilian Portugese") }, 626 626 { "pl" , N_("Polish") }, 627 627 { "de" , N_("German") }, … … 631 631 { "hu" , N_("Hungarian") }, 632 632 { "cs" , N_("Czech") }, 633 { "zh_CN" , N_("Chine ese") },633 { "zh_CN" , N_("Chinese") }, 634 634 { NULL , NULL } 635 635 }; -
linphone/gtk-glade/support.c
r680 r700 35 35 /* This is an internally used function to create pixmaps. */ 36 36 GtkWidget* 37 create_pixmap (GtkWidget *widget, 38 const gchar *filename) 37 create_pixmap (const gchar *filename) 39 38 { 40 39 gchar *pathname = NULL; -
linphone/linphone.kdevelop
r693 r700 11 11 <projectdirectory>.</projectdirectory> 12 12 <absoluteprojectpath>false</absoluteprojectpath> 13 <description ></description>14 <defaultencoding ></defaultencoding>13 <description/> 14 <defaultencoding/> 15 15 </general> 16 16 <kdevcustomproject> … … 18 18 <directoryradio>executable</directoryradio> 19 19 <mainprogram>gtk-glade/linphone-3</mainprogram> 20 <programargs ></programargs>21 <globaldebugarguments ></globaldebugarguments>22 <globalcwd ></globalcwd>20 <programargs/> 21 <globaldebugarguments/> 22 <globalcwd/> 23 23 <useglobalprogram>false</useglobalprogram> 24 24 <terminal>false</terminal> … … 392 392 <build> 393 393 <buildtool>make</buildtool> 394 <builddir ></builddir>394 <builddir/> 395 395 </build> 396 396 <other> 397 397 <prio>0</prio> 398 <otherbin ></otherbin>399 <defaulttarget ></defaulttarget>400 <otheroptions ></otheroptions>398 <otherbin/> 399 <defaulttarget/> 400 <otheroptions/> 401 401 <selectedenvironment>default</selectedenvironment> 402 402 <environments> … … 409 409 <prio>0</prio> 410 410 <dontact>false</dontact> 411 <makebin ></makebin>412 <defaulttarget ></defaulttarget>413 <makeoptions ></makeoptions>411 <makebin/> 412 <defaulttarget/> 413 <makeoptions/> 414 414 <selectedenvironment>default</selectedenvironment> 415 415 <environments> … … 420 420 <kdevdebugger> 421 421 <general> 422 <dbgshell ></dbgshell>423 <gdbpath ></gdbpath>424 <configGdbScript ></configGdbScript>425 <runShellScript ></runShellScript>426 <runGdbScript ></runGdbScript>422 <dbgshell/> 423 <gdbpath/> 424 <configGdbScript/> 425 <runShellScript/> 426 <runGdbScript/> 427 427 <breakonloadinglibs>true</breakonloadinglibs> 428 428 <separatetty>false</separatetty> … … 527 527 </codecompletion> 528 528 <creategettersetter> 529 <prefixGet ></prefixGet>529 <prefixGet/> 530 530 <prefixSet>set</prefixSet> 531 531 <prefixVariable>m_,_</prefixVariable> -
linphone/po/cs.po
r698 r700 11 11 "Project-Id-Version: linphone-3.2.0-r659\n" 12 12 "Report-Msgid-Bugs-To: \n" 13 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"13 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 14 14 "PO-Revision-Date: 2009-09-21 21:44+0200\n" 15 15 "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n" … … 187 187 188 188 #: ../gtk-glade/propertybox.c:625 189 msgid "Br esilian"190 msgstr " brazilská portugalÅ¡tina"189 msgid "Brasilian Portugese" 190 msgstr "" 191 191 192 192 #: ../gtk-glade/propertybox.c:626 … … 219 219 220 220 #: ../gtk-glade/propertybox.c:633 221 msgid "Chine ese"221 msgid "Chinese" 222 222 msgstr "" 223 223 … … 1557 1557 msgstr "SnÃmaÄ kamer postavenÜ na directshow." 1558 1558 1559 #~ msgid "Bresilian" 1560 #~ msgstr "brazilská portugalÅ¡tina" 1561 1559 1562 #~ msgid "Homepage" 1560 1563 #~ msgstr "Domovská stránka" -
linphone/po/de.po
r698 r700 7 7 "Project-Id-Version: linphone 0.7.1\n" 8 8 "Report-Msgid-Bugs-To: \n" 9 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"9 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 10 10 "PO-Revision-Date: 2003-05-23 17:51-0400\n" 11 11 "Last-Translator: Jean-Jacques Sarton <jj.sarton@t-online.de>, Ursula Herles-" … … 179 179 180 180 #: ../gtk-glade/propertybox.c:625 181 msgid "Br esilian"181 msgid "Brasilian Portugese" 182 182 msgstr "" 183 183 … … 211 211 212 212 #: ../gtk-glade/propertybox.c:633 213 msgid "Chine ese"213 msgid "Chinese" 214 214 msgstr "" 215 215 -
linphone/po/es.po
r698 r700 8 8 "Project-Id-Version: Linphone 0.9.1\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"10 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 11 11 "PO-Revision-Date: 2002-10-15 HO:MI+ZONE\n" 12 12 "Last-Translator: Nelson Benitez <gnelson@inMail.sk>\n" … … 180 180 181 181 #: ../gtk-glade/propertybox.c:625 182 msgid "Br esilian"182 msgid "Brasilian Portugese" 183 183 msgstr "" 184 184 … … 212 212 213 213 #: ../gtk-glade/propertybox.c:633 214 msgid "Chine ese"214 msgid "Chinese" 215 215 msgstr "" 216 216 -
linphone/po/fr.po
r698 r700 7 7 "Project-Id-Version: Linphone 0.9.1\n" 8 8 "Report-Msgid-Bugs-To: \n" 9 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"9 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 10 10 "PO-Revision-Date: 2002-12-06 17:33+0100\n" 11 11 "Last-Translator: Simon Morlat <simon.morlat@linphone.org>\n" … … 178 178 179 179 #: ../gtk-glade/propertybox.c:625 180 msgid "Br esilian"180 msgid "Brasilian Portugese" 181 181 msgstr "" 182 182 … … 195 195 #: ../gtk-glade/propertybox.c:629 196 196 msgid "Japanese" 197 msgstr " "197 msgstr "æ¥æ¬èª" 198 198 199 199 #: ../gtk-glade/propertybox.c:630 … … 210 210 211 211 #: ../gtk-glade/propertybox.c:633 212 msgid "Chine ese"213 msgstr " "212 msgid "Chinese" 213 msgstr "ç®äœäžæ" 214 214 215 215 #: ../gtk-glade/propertybox.c:690 -
linphone/po/hu.po
r698 r700 8 8 "Project-Id-Version: PACKAGE VERSION\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"10 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 11 11 "PO-Revision-Date: 2007-12-14 11:12+0100\n" 12 12 "Last-Translator: \n" … … 179 179 180 180 #: ../gtk-glade/propertybox.c:625 181 msgid "Br esilian"181 msgid "Brasilian Portugese" 182 182 msgstr "" 183 183 … … 211 211 212 212 #: ../gtk-glade/propertybox.c:633 213 msgid "Chine ese"213 msgid "Chinese" 214 214 msgstr "" 215 215 -
linphone/po/it.po
r698 r700 7 7 "Project-Id-Version: Linphone 3.2.0\n" 8 8 "Report-Msgid-Bugs-To: \n" 9 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"9 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 10 10 "PO-Revision-Date: 2002-10-15 HO:MI+ZONE\n" 11 11 "Last-Translator: Matteo Piazza <matteo.piazza@trentinonetwork.it>\n" … … 181 181 182 182 #: ../gtk-glade/propertybox.c:625 183 msgid "Br esilian"184 msgstr " Brasiliano"183 msgid "Brasilian Portugese" 184 msgstr "" 185 185 186 186 #: ../gtk-glade/propertybox.c:626 … … 213 213 214 214 #: ../gtk-glade/propertybox.c:633 215 msgid "Chine ese"215 msgid "Chinese" 216 216 msgstr "" 217 217 … … 1529 1529 msgid "A webcam grabber based on directshow." 1530 1530 msgstr "Un webcam grabber basato su directshow." 1531 1532 #~ msgid "Bresilian" 1533 #~ msgstr "Brasiliano" -
linphone/po/ja.po
r698 r700 9 9 "Project-Id-Version: linphone 0.10\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"11 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 12 12 "PO-Revision-Date: 2003-01-21 00:05+9000\n" 13 13 "Last-Translator: YAMAGUCHI YOSHIYA <yushiya@anet.ne.jp>\n" … … 169 169 #: ../gtk-glade/propertybox.c:621 170 170 msgid "French" 171 msgstr " "171 msgstr "Français" 172 172 173 173 #: ../gtk-glade/propertybox.c:622 … … 184 184 185 185 #: ../gtk-glade/propertybox.c:625 186 msgid "Br esilian"186 msgid "Brasilian Portugese" 187 187 msgstr "" 188 188 … … 201 201 #: ../gtk-glade/propertybox.c:629 202 202 msgid "Japanese" 203 msgstr " "203 msgstr "æ¥æ¬èª" 204 204 205 205 #: ../gtk-glade/propertybox.c:630 … … 209 209 #: ../gtk-glade/propertybox.c:631 210 210 msgid "Hungarian" 211 msgstr " "211 msgstr "Magyar" 212 212 213 213 #: ../gtk-glade/propertybox.c:632 214 214 msgid "Czech" 215 msgstr " "215 msgstr "ÄeÅ¡tina" 216 216 217 217 #: ../gtk-glade/propertybox.c:633 218 msgid "Chine ese"219 msgstr " "218 msgid "Chinese" 219 msgstr "ç®äœäžæ" 220 220 221 221 #: ../gtk-glade/propertybox.c:690 -
linphone/po/nl.po
r698 r700 11 11 "Project-Id-Version: nl\n" 12 12 "Report-Msgid-Bugs-To: \n" 13 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"13 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 14 14 "PO-Revision-Date: 2007-09-05 10:40+0200\n" 15 15 "Last-Translator: Hendrik-Jan Heins <hjheins@gmail.com>\n" … … 182 182 183 183 #: ../gtk-glade/propertybox.c:625 184 msgid "Br esilian"184 msgid "Brasilian Portugese" 185 185 msgstr "" 186 186 … … 214 214 215 215 #: ../gtk-glade/propertybox.c:633 216 msgid "Chine ese"216 msgid "Chinese" 217 217 msgstr "" 218 218 -
linphone/po/pl.po
r698 r700 7 7 "Project-Id-Version: linphone 0.7.1\n" 8 8 "Report-Msgid-Bugs-To: \n" 9 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"9 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 10 10 "PO-Revision-Date: 2003-08-22 12:50+0200\n" 11 11 "Last-Translator: Robert Nasiadek <darkone@darkone.pl>\n" … … 181 181 182 182 #: ../gtk-glade/propertybox.c:625 183 msgid "Br esilian"183 msgid "Brasilian Portugese" 184 184 msgstr "" 185 185 … … 213 213 214 214 #: ../gtk-glade/propertybox.c:633 215 msgid "Chine ese"215 msgid "Chinese" 216 216 msgstr "" 217 217 -
linphone/po/pt_BR.po
r698 r700 9 9 "Project-Id-Version: linphone-1.1.0\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"11 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 12 12 "PO-Revision-Date: 2006-07-11 23:30+0200\n" 13 13 "Last-Translator: Rafael Caesar Lenzi <rc_lenzi@yahoo.com.br>\n" … … 181 181 182 182 #: ../gtk-glade/propertybox.c:625 183 msgid "Br esilian"183 msgid "Brasilian Portugese" 184 184 msgstr "" 185 185 … … 213 213 214 214 #: ../gtk-glade/propertybox.c:633 215 msgid "Chine ese"215 msgid "Chinese" 216 216 msgstr "" 217 217 -
linphone/po/ru.po
r698 r700 7 7 "Project-Id-Version: linphone 0.7.1\n" 8 8 "Report-Msgid-Bugs-To: \n" 9 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"9 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 10 10 "PO-Revision-Date: 2008-11-25 18:39+0300\n" 11 11 "Last-Translator: Grigory Fateyev <greg@dial.com.ru>\n" … … 184 184 185 185 #: ../gtk-glade/propertybox.c:625 186 msgid "Br esilian"186 msgid "Brasilian Portugese" 187 187 msgstr "" 188 188 … … 216 216 217 217 #: ../gtk-glade/propertybox.c:633 218 msgid "Chine ese"218 msgid "Chinese" 219 219 msgstr "" 220 220 -
linphone/po/sv.po
r698 r700 8 8 "Project-Id-Version: PACKAGE VERSION\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"10 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 11 11 "PO-Revision-Date: 2009-02-17 15:22+0100\n" 12 12 "Last-Translator: Emmanuel Frécon <emmanuel.frecon@myjoice.com>\n" … … 72 72 "Please enter your password for username <i>%s</i>\n" 73 73 " at domain <i>%s</i>:" 74 msgstr "Mata in ditt lösenord för anvÀndaren <i>%s</i>\nvid domÀnen <i>%s</i>:" 74 msgstr "" 75 "Mata in ditt lösenord för anvÀndaren <i>%s</i>\n" 76 "vid domÀnen <i>%s</i>:" 75 77 76 78 #: ../gtk-glade/main.c:855 … … 183 185 184 186 #: ../gtk-glade/propertybox.c:625 185 msgid "Br esilian"186 msgstr " Brasiliansk"187 msgid "Brasilian Portugese" 188 msgstr "" 187 189 188 190 #: ../gtk-glade/propertybox.c:626 … … 215 217 216 218 #: ../gtk-glade/propertybox.c:633 217 msgid "Chineese" 219 #, fuzzy 220 msgid "Chinese" 218 221 msgstr "Kinesiska" 219 222 … … 433 436 "ADSL\n" 434 437 "Fiber Channel" 435 msgstr "ADSL\nFiber" 438 msgstr "" 439 "ADSL\n" 440 "Fiber" 436 441 437 442 #: ../gtk-glade/main.glade.h:19 … … 1285 1290 "The sip proxy address you entered is invalid, it must start with \"sip:\" " 1286 1291 "followed by a hostname." 1287 msgstr "SIP proxy adressen som du matade in Àr inte rÀtt, adressen mÃ¥ste starta med \"sip:\", följd av ett hostnamn" 1292 msgstr "" 1293 "SIP proxy adressen som du matade in Àr inte rÀtt, adressen mÃ¥ste starta med " 1294 "\"sip:\", följd av ett hostnamn" 1288 1295 1289 1296 #: ../coreapi/proxy.c:227 … … 1291 1298 "The sip identity you entered is invalid.\n" 1292 1299 "It should look like sip:username@proxydomain, such as sip:alice@example.net" 1293 msgstr "SIP adressen som du matade in Àr inte rÀtt. Adressen borde se ut som sip:namn@domÀn, sÃ¥som sip:peter@exempel.se" 1300 msgstr "" 1301 "SIP adressen som du matade in Àr inte rÀtt. Adressen borde se ut som sip:" 1302 "namn@domÀn, sÃ¥som sip:peter@exempel.se" 1294 1303 1295 1304 #: ../coreapi/proxy.c:634 … … 1534 1543 msgstr "" 1535 1544 1545 #~ msgid "Bresilian" 1546 #~ msgstr "Brasiliansk" 1547 1536 1548 #~ msgid "Homepage" 1537 1549 #~ msgstr "Hemsidan" -
linphone/po/zh_CN.po
r698 r700 7 7 "Project-Id-Version: linphone 0.7.1\n" 8 8 "Report-Msgid-Bugs-To: \n" 9 "POT-Creation-Date: 2009-09-2 8 15:30+0200\n"9 "POT-Creation-Date: 2009-09-29 11:24+0200\n" 10 10 "PO-Revision-Date: 2009-09-24 18:39+0300\n" 11 11 "Last-Translator: Jiang Honglei<jhonglei@gmail.com>\n" … … 172 172 #: ../gtk-glade/propertybox.c:621 173 173 msgid "French" 174 msgstr " "174 msgstr "Français" 175 175 176 176 #: ../gtk-glade/propertybox.c:622 … … 187 187 188 188 #: ../gtk-glade/propertybox.c:625 189 msgid "Br esilian"189 msgid "Brasilian Portugese" 190 190 msgstr "" 191 191 … … 200 200 #: ../gtk-glade/propertybox.c:628 201 201 msgid "Russian" 202 msgstr " "202 msgstr "ÑÑÑÑкОй ÑзÑк" 203 203 204 204 #: ../gtk-glade/propertybox.c:629 205 205 msgid "Japanese" 206 msgstr " "206 msgstr "æ¥æ¬èª" 207 207 208 208 #: ../gtk-glade/propertybox.c:630 209 209 msgid "Dutch" 210 msgstr " "210 msgstr "Nederlands" 211 211 212 212 #: ../gtk-glade/propertybox.c:631 213 213 msgid "Hungarian" 214 msgstr " "214 msgstr "Magyar" 215 215 216 216 #: ../gtk-glade/propertybox.c:632 217 217 msgid "Czech" 218 msgstr " "218 msgstr "ÄeÅ¡tina" 219 219 220 220 #: ../gtk-glade/propertybox.c:633 221 #, fuzzy 222 msgid "Chineese" 221 msgid "Chinese" 223 222 msgstr "ç®äœäžæ" 224 223
Note: See TracChangeset
for help on using the changeset viewer.
