[Goodies-commits] r2570 - in xfce4-cellmodem-plugin/trunk: panel-plugin po
Alvaro Lopes
alvieboy at xfce.org
Tue Mar 27 20:35:09 CEST 2007
Author: alvieboy
Date: 2007-03-27 18:35:09 +0000 (Tue, 27 Mar 2007)
New Revision: 2570
Modified:
xfce4-cellmodem-plugin/trunk/panel-plugin/modem_driver_generic.c
xfce4-cellmodem-plugin/trunk/po/cs.po
xfce4-cellmodem-plugin/trunk/po/pt.po
Log:
Remove HUPCL from cflags
Modified: xfce4-cellmodem-plugin/trunk/panel-plugin/modem_driver_generic.c
===================================================================
--- xfce4-cellmodem-plugin/trunk/panel-plugin/modem_driver_generic.c 2007-03-26 22:56:51 UTC (rev 2569)
+++ xfce4-cellmodem-plugin/trunk/panel-plugin/modem_driver_generic.c 2007-03-27 18:35:09 UTC (rev 2570)
@@ -201,9 +201,9 @@
modem->reader = -1;
modem->channel = NULL;
- modem->cflag_unset = CBAUD | CSIZE | CSTOPB | PARENB;
- modem->cflag_set = CS8 | CREAD | CLOCAL;
- modem->speed = B115200;
+ modem->cflag_unset = CBAUD | CSIZE | CSTOPB | PARENB | HUPCL;
+ modem->cflag_set = CS8 | CREAD | CLOCAL | CRTSCTS;
+ modem->speed = B115200;
return (modem_instance_t)modem;
}
Modified: xfce4-cellmodem-plugin/trunk/po/cs.po
===================================================================
--- xfce4-cellmodem-plugin/trunk/po/cs.po 2007-03-26 22:56:51 UTC (rev 2569)
+++ xfce4-cellmodem-plugin/trunk/po/cs.po 2007-03-27 18:35:09 UTC (rev 2570)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: xfce4-cellmodem-plugin 0.0.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-12-15 20:32+0100\n"
+"POT-Creation-Date: 2007-03-27 15:52+0100\n"
"PO-Revision-Date: 2006-12-15 21:11+0100\n"
"Last-Translator: Michal Várady <miko.vaji at gmail.com>\n"
"Language-Team: Czech <translation-team-cs at lists.sourceforge.net>\n"
@@ -16,11 +16,11 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-#: ../panel-plugin/cellmodem.c:462
+#: ../panel-plugin/cellmodem.c:467
msgid "Initializing plugin now"
msgstr "Inicializuji zásuvný modul"
-#: ../panel-plugin/cellmodem.c:485
+#: ../panel-plugin/cellmodem.c:490
#, c-format
msgid ""
"Error detected:\n"
@@ -29,19 +29,19 @@
"Nalezeny chyby:\n"
"%s"
-#: ../panel-plugin/cellmodem.c:491
+#: ../panel-plugin/cellmodem.c:496
msgid "Not registered"
msgstr "Neregistrováno"
-#: ../panel-plugin/cellmodem.c:494
+#: ../panel-plugin/cellmodem.c:499
msgid "Modem needs PIN"
msgstr "Modem vyžaduje PIN"
-#: ../panel-plugin/cellmodem.c:497
+#: ../panel-plugin/cellmodem.c:502
msgid "Registering"
msgstr "Registruji"
-#: ../panel-plugin/cellmodem.c:500
+#: ../panel-plugin/cellmodem.c:505
#, c-format
msgid ""
"Registered [GPRS] to %s\n"
@@ -50,7 +50,7 @@
"Registrováno [GPRS] na %s\n"
"Kvalita: %d (%d%%)"
-#: ../panel-plugin/cellmodem.c:503
+#: ../panel-plugin/cellmodem.c:508
#, c-format
msgid ""
"Registered [UMTS] to %s\n"
@@ -59,7 +59,7 @@
"Registrováno [UMTS] na %s\n"
"Kvalita: %d (%d%%)"
-#: ../panel-plugin/cellmodem.c:506
+#: ../panel-plugin/cellmodem.c:511
#, c-format
msgid ""
"Registered [HSDPA] to %s\n"
@@ -68,7 +68,7 @@
"Registrováno [HSDPA] na %s\n"
"Kvalita: %d (%d%%)"
-#: ../panel-plugin/cellmodem.c:509
+#: ../panel-plugin/cellmodem.c:514
#, c-format
msgid ""
"Registered to %s\n"
@@ -78,89 +78,88 @@
"Kvalita: %d (%d%%)"
#. Error
-#: ../panel-plugin/cellmodem.c:667
+#: ../panel-plugin/cellmodem.c:672
msgid "Error in modem reply to CREG"
msgstr "Chyba v odpovÄdi modemu na CREG"
-#: ../panel-plugin/cellmodem.c:676
+#: ../panel-plugin/cellmodem.c:681
msgid "Invalid reply to +CREG"
msgstr "Naplatná odpovÄÄ na +CREG"
-#: ../panel-plugin/cellmodem.c:701
+#: ../panel-plugin/cellmodem.c:706
msgid "Invalid CREG reply from modem"
msgstr "Neplatná odpovÄ%d CREG modemu"
-#: ../panel-plugin/cellmodem.c:739
+#: ../panel-plugin/cellmodem.c:745
msgid "Error in modem reply to COPS"
msgstr "Chyba v odpovÄdi modemu na COPS"
-#: ../panel-plugin/cellmodem.c:783
+#: ../panel-plugin/cellmodem.c:801
msgid "Invalid COPS reply from modem"
msgstr "Neplatná odpovÄÄ COPS modemu"
-#: ../panel-plugin/cellmodem.c:811
+#: ../panel-plugin/cellmodem.c:829
msgid "Error in modem reply to CPIN"
msgstr "Chyba v odpovÄdi modemu na CPIN"
-#: ../panel-plugin/cellmodem.c:837
+#: ../panel-plugin/cellmodem.c:855
msgid "Invalid CPIN reply from modem"
msgstr "Neplatná odpovÄÄ CPIN modemu"
-#: ../panel-plugin/cellmodem.c:842
+#: ../panel-plugin/cellmodem.c:860
msgid "Unsupportted CPIN reply from modem"
msgstr "Nepodporovaná odpovÄÄ CPIN modemu"
-#: ../panel-plugin/cellmodem.c:886
+#: ../panel-plugin/cellmodem.c:904
msgid "Invalid OHCIP reply from modem"
msgstr "Neplatná odpovÄÄ OHCIP modemu"
-#: ../panel-plugin/cellmodem.c:891
+#: ../panel-plugin/cellmodem.c:908
msgid "Unsupportted OHCIP reply from modem"
msgstr "Nepodporovaná odpovÄÄ OHCIP modemu"
#. Error
-#: ../panel-plugin/cellmodem.c:904
+#: ../panel-plugin/cellmodem.c:923
msgid "Cannot send PIN to modem"
msgstr "Nelze poslat PIN modemu"
-#: ../panel-plugin/cellmodem.c:940
+#: ../panel-plugin/cellmodem.c:959
msgid "Error in modem reply to CSQ"
msgstr "Chyba v odpovÄdi modemu na CSQ"
-#: ../panel-plugin/cellmodem.c:960
+#: ../panel-plugin/cellmodem.c:979
msgid "Invalid CSQ reply from modem"
msgstr "Neplatná odpovÄÄ CSQ modemu"
-#: ../panel-plugin/cellmodem.c:1084
-#: ../panel-plugin/cellmodem.c:1398
+#: ../panel-plugin/cellmodem.c:1103 ../panel-plugin/cellmodem.c:1432
msgid "Cannot open modem"
msgstr "Nelze otevÅÃt modem"
-#: ../panel-plugin/cellmodem.c:1228
+#: ../panel-plugin/cellmodem.c:1258
msgid "Error reading from modem"
msgstr "Chyba pÅi Ätenà z modemu"
-#: ../panel-plugin/cellmodem.c:1305
+#: ../panel-plugin/cellmodem.c:1336
msgid "Error writing to modem"
msgstr "Chyba pÅi zápisu na modem"
-#: ../panel-plugin/cellmodem.c:1321
+#: ../panel-plugin/cellmodem.c:1352
msgid "Modem did not reply to command"
msgstr "Modem neodpovÄdÄl na pÅÃkaz"
-#: ../panel-plugin/cellmodem.c:1339
+#: ../panel-plugin/cellmodem.c:1370
msgid "No driver defined"
msgstr "Nebyl definován žádný ovladaÄ"
-#: ../panel-plugin/cellmodem.c:1344
+#: ../panel-plugin/cellmodem.c:1375
msgid "No modem instance"
msgstr "Žádná instance modemu"
-#: ../panel-plugin/cellmodem.c:1509
+#: ../panel-plugin/cellmodem.c:1545
msgid "Modem initializing"
msgstr "Modem se inicializuje"
-#: ../panel-plugin/cellmodem.c:1544
+#: ../panel-plugin/cellmodem.c:1580
msgid "Invalid driver specified"
msgstr "Specifikován neplatný ovladaÄ"
@@ -177,48 +176,52 @@
msgid "Please enter PIN:"
msgstr "ProsÃm zadejte PIN:"
-#: ../panel-plugin/preferences.c:214
+#: ../panel-plugin/preferences.c:267
msgid "Close"
msgstr "ZavÅÃt"
-#: ../panel-plugin/preferences.c:219
+#: ../panel-plugin/preferences.c:272
msgid "No known device found."
msgstr "Nenalezeno žádné známé zaÅÃzenÃ."
-#: ../panel-plugin/preferences.c:221
+#: ../panel-plugin/preferences.c:274
msgid "The following devices were found:"
msgstr "Byla nalezena následujÃcà zaÅÃzenÃ:"
-#: ../panel-plugin/preferences.c:228
+#: ../panel-plugin/preferences.c:281
msgid "Use this device"
msgstr "PoužÃt toto zaÅÃzenÃ"
-#: ../panel-plugin/preferences.c:272
+#: ../panel-plugin/preferences.c:325
msgid "Configure Cell Modem Monitor"
msgstr "Nastavit modem pro mobilnà telefon"
#. The header - this was most copied from other sources
-#: ../panel-plugin/preferences.c:285
+#: ../panel-plugin/preferences.c:338
msgid "Cellular Modem Monitor"
msgstr "Monitorovánà modemu pro mobilnà telefon"
-#: ../panel-plugin/preferences.c:316
+#: ../panel-plugin/preferences.c:369
msgid "Modem driver:"
msgstr "OvladaÄ modemu:"
-#: ../panel-plugin/preferences.c:338
+#: ../panel-plugin/preferences.c:391
+#, fuzzy
+msgid "Modem speed:"
+msgstr "ZaÅÃzenà modemu:"
+
+#: ../panel-plugin/preferences.c:404
msgid "Modem device:"
msgstr "ZaÅÃzenà modemu:"
-#: ../panel-plugin/preferences.c:360
+#: ../panel-plugin/preferences.c:426
msgid "Maximum quality:"
msgstr "Maximálnà kvalita:"
-#: ../panel-plugin/preferences.c:371
+#: ../panel-plugin/preferences.c:437
msgid "Low quality percentage:"
msgstr "Nastavenà nÃzké kvality (v procentech):"
-#: ../panel-plugin/preferences.c:381
+#: ../panel-plugin/preferences.c:447
msgid "Critical quality percentage:"
msgstr "Nastavenà kritické kvality (v procentech):"
-
Modified: xfce4-cellmodem-plugin/trunk/po/pt.po
===================================================================
--- xfce4-cellmodem-plugin/trunk/po/pt.po 2007-03-26 22:56:51 UTC (rev 2569)
+++ xfce4-cellmodem-plugin/trunk/po/pt.po 2007-03-27 18:35:09 UTC (rev 2570)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: xfce4-cellmodem-plugin 0.0.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-03-12 18:12+0000\n"
+"POT-Creation-Date: 2007-03-27 15:52+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Álvaro Lopes <alvieboy at alvie.com>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -16,11 +16,11 @@
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../panel-plugin/cellmodem.c:463
+#: ../panel-plugin/cellmodem.c:467
msgid "Initializing plugin now"
msgstr "Inicializando o plug-in"
-#: ../panel-plugin/cellmodem.c:486
+#: ../panel-plugin/cellmodem.c:490
#, c-format
msgid ""
"Error detected:\n"
@@ -29,19 +29,19 @@
"Erro detectado:\n"
"%s"
-#: ../panel-plugin/cellmodem.c:492
+#: ../panel-plugin/cellmodem.c:496
msgid "Not registered"
msgstr "Não registrado na rede"
-#: ../panel-plugin/cellmodem.c:495
+#: ../panel-plugin/cellmodem.c:499
msgid "Modem needs PIN"
msgstr "Modem necessita de PIN"
-#: ../panel-plugin/cellmodem.c:498
+#: ../panel-plugin/cellmodem.c:502
msgid "Registering"
msgstr "A registrar na rede"
-#: ../panel-plugin/cellmodem.c:501
+#: ../panel-plugin/cellmodem.c:505
#, c-format
msgid ""
"Registered [GPRS] to %s\n"
@@ -50,7 +50,7 @@
"Registrado [GPRS] na rede %s\n"
"Qualidade: %d (%d%%)"
-#: ../panel-plugin/cellmodem.c:504
+#: ../panel-plugin/cellmodem.c:508
#, c-format
msgid ""
"Registered [UMTS] to %s\n"
@@ -59,7 +59,7 @@
"Registrado [UMTS] na rede %s\n"
"Qualidade: %d (%d%%)"
-#: ../panel-plugin/cellmodem.c:507
+#: ../panel-plugin/cellmodem.c:511
#, c-format
msgid ""
"Registered [HSDPA] to %s\n"
@@ -68,7 +68,7 @@
"Registrado [HSDPA] na rede %s\n"
"Qualidade: %d (%d%%)"
-#: ../panel-plugin/cellmodem.c:510
+#: ../panel-plugin/cellmodem.c:514
#, c-format
msgid ""
"Registered to %s\n"
@@ -78,88 +78,88 @@
"Qualidade: %d (%d%%)"
#. Error
-#: ../panel-plugin/cellmodem.c:668
+#: ../panel-plugin/cellmodem.c:672
msgid "Error in modem reply to CREG"
msgstr "Erro na resposta CREG do modem"
-#: ../panel-plugin/cellmodem.c:677
+#: ../panel-plugin/cellmodem.c:681
msgid "Invalid reply to +CREG"
msgstr "Resposta inválida a +CREG"
-#: ../panel-plugin/cellmodem.c:702
+#: ../panel-plugin/cellmodem.c:706
msgid "Invalid CREG reply from modem"
msgstr "Resposta CREG inválida"
-#: ../panel-plugin/cellmodem.c:740
+#: ../panel-plugin/cellmodem.c:745
msgid "Error in modem reply to COPS"
msgstr "Erro na resposta COPS do modem"
-#: ../panel-plugin/cellmodem.c:784
+#: ../panel-plugin/cellmodem.c:801
msgid "Invalid COPS reply from modem"
msgstr "Resposta COPS inválida"
-#: ../panel-plugin/cellmodem.c:812
+#: ../panel-plugin/cellmodem.c:829
msgid "Error in modem reply to CPIN"
msgstr "Erro na resposta CPIN do modem"
-#: ../panel-plugin/cellmodem.c:838
+#: ../panel-plugin/cellmodem.c:855
msgid "Invalid CPIN reply from modem"
msgstr "Resposta CPIN inválida"
-#: ../panel-plugin/cellmodem.c:843
+#: ../panel-plugin/cellmodem.c:860
msgid "Unsupportted CPIN reply from modem"
msgstr "Resposta CPIN não suportada"
-#: ../panel-plugin/cellmodem.c:887
+#: ../panel-plugin/cellmodem.c:904
msgid "Invalid OHCIP reply from modem"
msgstr "Resposta OHCIP inválida"
-#: ../panel-plugin/cellmodem.c:892
+#: ../panel-plugin/cellmodem.c:908
msgid "Unsupportted OHCIP reply from modem"
msgstr "Resposta OHCIP não suportada"
#. Error
-#: ../panel-plugin/cellmodem.c:905
+#: ../panel-plugin/cellmodem.c:923
msgid "Cannot send PIN to modem"
msgstr "Não foi possível introduzir o PIN no modem"
-#: ../panel-plugin/cellmodem.c:941
+#: ../panel-plugin/cellmodem.c:959
msgid "Error in modem reply to CSQ"
msgstr "Erro na resposta CSQ do modem"
-#: ../panel-plugin/cellmodem.c:961
+#: ../panel-plugin/cellmodem.c:979
msgid "Invalid CSQ reply from modem"
msgstr "Resposta CSQ inválida"
-#: ../panel-plugin/cellmodem.c:1085 ../panel-plugin/cellmodem.c:1401
+#: ../panel-plugin/cellmodem.c:1103 ../panel-plugin/cellmodem.c:1432
msgid "Cannot open modem"
msgstr "Não foi possível abrir o modem"
-#: ../panel-plugin/cellmodem.c:1229
+#: ../panel-plugin/cellmodem.c:1258
msgid "Error reading from modem"
msgstr "Erro ao ler do modem"
-#: ../panel-plugin/cellmodem.c:1306
+#: ../panel-plugin/cellmodem.c:1336
msgid "Error writing to modem"
msgstr "Erro ao escrever para o modem"
-#: ../panel-plugin/cellmodem.c:1322
+#: ../panel-plugin/cellmodem.c:1352
msgid "Modem did not reply to command"
msgstr "O modem não respondeu ao comando"
-#: ../panel-plugin/cellmodem.c:1340
+#: ../panel-plugin/cellmodem.c:1370
msgid "No driver defined"
msgstr "Não existe um controlador definido"
-#: ../panel-plugin/cellmodem.c:1345
+#: ../panel-plugin/cellmodem.c:1375
msgid "No modem instance"
msgstr "Não existe instância do modem"
-#: ../panel-plugin/cellmodem.c:1512
+#: ../panel-plugin/cellmodem.c:1545
msgid "Modem initializing"
msgstr "Modem a inicializar"
-#: ../panel-plugin/cellmodem.c:1547
+#: ../panel-plugin/cellmodem.c:1580
msgid "Invalid driver specified"
msgstr "Controlador inválido especificado"
@@ -176,51 +176,51 @@
msgid "Please enter PIN:"
msgstr "Por favor introduza o PIN:"
-#: ../panel-plugin/preferences.c:264
+#: ../panel-plugin/preferences.c:267
msgid "Close"
msgstr "Fechar"
-#: ../panel-plugin/preferences.c:269
+#: ../panel-plugin/preferences.c:272
msgid "No known device found."
msgstr "Não foi encontrado nenhum dispositivo conhecido"
-#: ../panel-plugin/preferences.c:271
+#: ../panel-plugin/preferences.c:274
msgid "The following devices were found:"
msgstr "Os seguintes dispositivos foram encontrados:"
-#: ../panel-plugin/preferences.c:278
+#: ../panel-plugin/preferences.c:281
msgid "Use this device"
msgstr "Usar este dispositivo"
-#: ../panel-plugin/preferences.c:322
+#: ../panel-plugin/preferences.c:325
msgid "Configure Cell Modem Monitor"
msgstr "Configurar o Monitor de Modem Celular"
#. The header - this was most copied from other sources
-#: ../panel-plugin/preferences.c:335
+#: ../panel-plugin/preferences.c:338
msgid "Cellular Modem Monitor"
msgstr "Monitor de Modem Celular"
-#: ../panel-plugin/preferences.c:366
+#: ../panel-plugin/preferences.c:369
msgid "Modem driver:"
msgstr "Controlador do modem:"
-#: ../panel-plugin/preferences.c:388
+#: ../panel-plugin/preferences.c:391
msgid "Modem speed:"
msgstr "Velocidade do Modem:"
-#: ../panel-plugin/preferences.c:400
+#: ../panel-plugin/preferences.c:404
msgid "Modem device:"
msgstr "Dispositivo do Modem:"
-#: ../panel-plugin/preferences.c:422
+#: ../panel-plugin/preferences.c:426
msgid "Maximum quality:"
msgstr "Qualidade máxima:"
-#: ../panel-plugin/preferences.c:433
+#: ../panel-plugin/preferences.c:437
msgid "Low quality percentage:"
msgstr "Percentagem para baixa qualidade:"
-#: ../panel-plugin/preferences.c:443
+#: ../panel-plugin/preferences.c:447
msgid "Critical quality percentage:"
msgstr "Percentagem para qualidade crítica:"
More information about the Goodies-commits
mailing list