[POS-commit]
CVS: StandalonePOS/Install Install_ui.glade,1.1.2.9,1.1.2.9.2.1
pt_BR.po,1.1.2.8,1.1.2.8.2.1 sv.po,1.1.2.6,1.1.2.6.2.1
Bruno Trevisan
bt at async.com.br
Fri Feb 14 00:57:58 BRDT 2003
Update of /usr/local/cvssrc/StandalonePOS/Install
In directory anthem:/tmp/cvs-serv6515/Install
Modified Files:
Tag: release_1_1RC1
Install_ui.glade pt_BR.po sv.po
Log Message:
Code to support xmlrpc printer communication
cleans up a bug while trying to create the .gnome/Apps dir when user dont
hav
fixes difficulty to create pos-log file.
Thanks to mario@async.com.br for all the testing to jdahlin@async.com.br
for all the help and to kiko@async.com.br for keeping all us alive.
This branches release_1_1RC1
Index: Install_ui.glade
===================================================================
RCS file: /usr/local/cvssrc/StandalonePOS/Install/Install_ui.glade,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.9.2.1
diff -u -d -r1.1.2.9 -r1.1.2.9.2.1
--- Install_ui.glade 16 May 2002 20:33:39 -0000 1.1.2.9
+++ Install_ui.glade 14 Feb 2003 01:57:56 -0000 1.1.2.9.2.1
@@ -2526,4 +2526,220 @@
</widget>
</widget>
+<widget>
+ <class>GtkWindow</class>
+ <name>OptionsFiscalPrinter</name>
+ <width>340</width>
+ <height>275</height>
+ <visible>False</visible>
+ <title>Stoq Installation</title>
+ <type>GTK_WINDOW_TOPLEVEL</type>
+ <position>GTK_WIN_POS_CENTER</position>
+ <modal>False</modal>
+ <allow_shrink>False</allow_shrink>
+ <allow_grow>False</allow_grow>
+ <auto_shrink>False</auto_shrink>
+
+ <widget>
+ <class>GtkVBox</class>
+ <name>vbox32</name>
+ <homogeneous>False</homogeneous>
+ <spacing>0</spacing>
+
+ <widget>
+ <class>GtkHButtonBox</class>
+ <name>hbuttonbox23</name>
+ <border_width>5</border_width>
+ <layout_style>GTK_BUTTONBOX_END</layout_style>
+ <spacing>5</spacing>
+ <child_min_width>85</child_min_width>
+ <child_min_height>27</child_min_height>
+ <child_ipad_x>0</child_ipad_x>
+ <child_ipad_y>0</child_ipad_y>
+ <child>
+ <padding>0</padding>
+ <expand>False</expand>
+ <fill>True</fill>
+ <pack>GTK_PACK_END</pack>
+ </child>
+
+ <widget>
+ <class>GtkButton</class>
+ <name>fp_prev</name>
+ <can_focus>True</can_focus>
+ <signal>
+ <name>clicked</name>
+ <handler>on_fp_prev_clicked</handler>
+ <last_modification_time>Tue, 11 Feb 2003 12:52:37 GMT</last_modification_time>
+ </signal>
+ <label>Back</label>
+ <relief>GTK_RELIEF_NORMAL</relief>
+ </widget>
+
+ <widget>
+ <class>GtkButton</class>
+ <name>fp_next</name>
+ <can_focus>True</can_focus>
+ <signal>
+ <name>clicked</name>
+ <handler>on_fp_next_clicked</handler>
+ <last_modification_time>Tue, 11 Feb 2003 12:52:26 GMT</last_modification_time>
+ </signal>
+ <label>Next</label>
+ <relief>GTK_RELIEF_NORMAL</relief>
+ </widget>
+ </widget>
+
+ <widget>
+ <class>GtkLabel</class>
+ <name>label80</name>
+ <label>Fiscal Printer configuration</label>
+ <justify>GTK_JUSTIFY_CENTER</justify>
+ <wrap>False</wrap>
+ <xalign>0</xalign>
+ <yalign>1</yalign>
+ <xpad>10</xpad>
+ <ypad>4</ypad>
+ <child>
+ <padding>0</padding>
+ <expand>False</expand>
+ <fill>False</fill>
+ </child>
+ </widget>
+
+ <widget>
+ <class>GtkHSeparator</class>
+ <name>hseparator26</name>
+ <child>
+ <padding>0</padding>
+ <expand>False</expand>
+ <fill>False</fill>
+ </child>
+ </widget>
+
+ <widget>
+ <class>GtkLabel</class>
+ <name>label81</name>
+ <label>In order to be able to close sales the Fiscal Printer Server must be configured.</label>
+ <justify>GTK_JUSTIFY_LEFT</justify>
+ <wrap>True</wrap>
+ <xalign>0</xalign>
+ <yalign>0.5</yalign>
+ <xpad>10</xpad>
+ <ypad>0</ypad>
+ <child>
+ <padding>5</padding>
+ <expand>False</expand>
+ <fill>True</fill>
+ </child>
+ </widget>
+
+ <widget>
+ <class>GtkHBox</class>
+ <name>hbox49</name>
+ <homogeneous>False</homogeneous>
+ <spacing>0</spacing>
+ <child>
+ <padding>10</padding>
+ <expand>False</expand>
+ <fill>False</fill>
+ </child>
+
+ <widget>
+ <class>GtkLabel</class>
+ <name>label82</name>
+ <width>190</width>
+ <label>Fiscal Printer server runs on _host</label>
+ <justify>GTK_JUSTIFY_RIGHT</justify>
+ <wrap>False</wrap>
+ <xalign>1</xalign>
+ <yalign>0.5</yalign>
+ <xpad>0</xpad>
+ <ypad>0</ypad>
+ <default_focus_target>entry_fp_host</default_focus_target>
+ <child>
+ <padding>6</padding>
+ <expand>False</expand>
+ <fill>False</fill>
+ </child>
+ </widget>
+
+ <widget>
+ <class>GtkEntry</class>
+ <name>entry_fp_host</name>
+ <width>130</width>
+ <can_focus>True</can_focus>
+ <editable>True</editable>
+ <text_visible>True</text_visible>
+ <text_max_length>0</text_max_length>
+ <text>127.0.0.1</text>
+ <child>
+ <padding>1</padding>
+ <expand>False</expand>
+ <fill>False</fill>
+ </child>
+ </widget>
+ </widget>
+
+ <widget>
+ <class>GtkHBox</class>
+ <name>hbox50</name>
+ <homogeneous>False</homogeneous>
+ <spacing>0</spacing>
+ <child>
+ <padding>2</padding>
+ <expand>False</expand>
+ <fill>False</fill>
+ </child>
+
+ <widget>
+ <class>GtkLabel</class>
+ <name>label83</name>
+ <width>190</width>
+ <label>Fiscal Printer server runs on por_t</label>
+ <justify>GTK_JUSTIFY_RIGHT</justify>
+ <wrap>False</wrap>
+ <xalign>1</xalign>
+ <yalign>0.5</yalign>
+ <xpad>0</xpad>
+ <ypad>0</ypad>
+ <default_focus_target>entry_fp_port</default_focus_target>
+ <child>
+ <padding>6</padding>
+ <expand>False</expand>
+ <fill>False</fill>
+ </child>
+ </widget>
+
+ <widget>
+ <class>GtkEntry</class>
+ <name>entry_fp_port</name>
+ <width>42</width>
+ <can_focus>True</can_focus>
+ <editable>True</editable>
+ <text_visible>True</text_visible>
+ <text_max_length>0</text_max_length>
+ <text>3039</text>
+ <child>
+ <padding>1</padding>
+ <expand>False</expand>
+ <fill>False</fill>
+ </child>
+ </widget>
+ </widget>
+
+ <widget>
+ <class>GtkHSeparator</class>
+ <name>hseparator27</name>
+ <height>10</height>
+ <child>
+ <padding>0</padding>
+ <expand>False</expand>
+ <fill>True</fill>
+ <pack>GTK_PACK_END</pack>
+ </child>
+ </widget>
+ </widget>
+</widget>
+
</GTK-Interface>
Index: pt_BR.po
===================================================================
RCS file: /usr/local/cvssrc/StandalonePOS/Install/pt_BR.po,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.8.2.1
diff -u -d -r1.1.2.8 -r1.1.2.8.2.1
--- pt_BR.po 21 May 2002 20:12:08 -0000 1.1.2.8
+++ pt_BR.po 14 Feb 2003 01:57:56 -0000 1.1.2.8.2.1
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Stoq StandalonePOS Installer 1.0.1\n"
-"POT-Creation-Date: Wed Mar 6 08:39:48 2002\n"
+"POT-Creation-Date: Thu Feb 13 18:54:26 2003\n"
"PO-Revision-Date: 2002-May-10 21:00+3\n"
"Last-Translator: Christian Reis <kiko@async.com.br>\n"
"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
@@ -14,21 +14,21 @@
"Content-Transfer-Encoding: text/plain\n"
"Generated-By: pygettext.py 1.3\n"
-#: ../install.py:1055
+#: ../install.py:1069
msgid "Login with username 'root' and password 'r00t'"
msgstr "Faça login com o usuário 'root', senha 'r00t'"
-#: ../install.py:831
+#: ../install.py:845
msgid ""
"The user you entered doesn't exist at the moment; bad things will happen."
msgstr ""
"O usuário entrado não existe nos arquivos do sistema; problemas sucederão."
-#: ../install.py:1044
+#: ../install.py:1058
msgid "Completed"
msgstr "Finalizado"
-#: ../install.py:1111
+#: ../install.py:1125
msgid ""
"\n"
"/etc/rc.d/ not found, check your linux installation.\n"
@@ -36,7 +36,7 @@
"\n"
"/etc/rc.d não encontrado, verifique a instalação de seu linux.\n"
-#: ../install.py:1256
+#: ../install.py:1270
msgid ""
"\n"
"If you use GNOME as your desktop environment, please read Startup Options "
@@ -46,19 +46,19 @@
"Se você utiliza o GNOME, por favor leia as Opcões de Inicialização no "
"arquivo INSTALL.manual para maiores detalhes."
-#: ../install.py:1140
+#: ../install.py:1154
msgid "rc.local not found in /etc/rc.d/"
msgstr "rc.local não encontrado em /etc/rc.d/"
-#: ../install.py:543
+#: ../install.py:538
msgid "Path %s does not exist."
msgstr "O diretório %s nâo existe."
-#: ../install.py:772
+#: ../install.py:786
msgid "Couldn't find message object (.mo) files."
msgstr ""
-#: ../install.py:1187
+#: ../install.py:1201
msgid ""
"Stoq only supports automatic startup for WindowMaker and KDE. None of these "
"could be found installed for user %s. If you think this is an error, please "
@@ -69,33 +69,33 @@
"que isto é umafalha, por favor acesse http://bugs.async.com.br/ e reporte um "
"erro."
-#: ../install.py:847
+#: ../install.py:861
msgid "Starting database"
msgstr "Inicializando base de dados"
-#: ../install.py:852
+#: ../install.py:866
msgid "Failed to start database. See console messages for error."
msgstr "A base de dados falhou ao ser iniciada. Ver as mensagens do console."
-#: ../install.py:953
+#: ../install.py:967
msgid "Installing %s"
msgstr "Instalando %s"
-#: ../install.py:1114
+#: ../install.py:1128
msgid ""
"Error setting up the ZEO. Please see ZEO section in INSTALL.manual for setup "
"instructions."
msgstr ""
-"Erro ao configurar o ZEO. Por favor consulte a seção ZEO no arquivo "
-"INSTALL.manual para as instruções de instalação."
+"Erro ao configurar o ZEO. Por favor consulte a seção ZEO no arquivo INSTALL."
+"manual para as instruções de instalação."
-#: ../install.py:1141
+#: ../install.py:1155
msgid "Please see ZEO section in INSTALL.manual for setup instructions."
msgstr ""
"Por favor consulte a seção ZEO no arquivo INSTALL.manual para as instruções "
"de instalação."
-#: ../install.py:599
+#: ../install.py:594
msgid ""
"The user %s doesn't exist on this\n"
"system. Did you type correctly?"
@@ -103,19 +103,19 @@
"O usuário %s não existe neste sistema.\n"
"Você digitou corretamente?"
-#: ../install.py:857
+#: ../install.py:871
msgid "Setting up system startup files"
msgstr ""
-#: ../install.py:447 Install_ui.glade:2282
+#: ../install.py:442 Install_ui.glade:2282
msgid "Sweden"
msgstr "Suécia"
-#: ../install.py:862
+#: ../install.py:876
msgid "Creating database"
msgstr "Criando base de dados"
-#: ../install.py:549
+#: ../install.py:544
msgid ""
"Couldn't write to directory %s. \n"
"It should be writeable by the user %s. \n"
@@ -125,7 +125,7 @@
"O diretório deve ter permissão de escrita para o usuário %s. \n"
"Verifique os bits de permissão."
-#: ../install.py:447 Install_ui.glade:2282
+#: ../install.py:442 Install_ui.glade:2282
msgid "Brazil"
msgstr "Brasil"
@@ -138,6 +138,14 @@
msgid "/usr/local/"
msgstr ""
+#: Install_ui.glade:2675
+msgid "127.0.0.1"
+msgstr ""
+
+#: Install_ui.glade:2722
+msgid "3039"
+msgstr ""
+
#: Install_ui.glade:1217
msgid "3679"
msgstr ""
@@ -151,7 +159,7 @@
#: Install_ui.glade:173 Install_ui.glade:242 Install_ui.glade:610
#: Install_ui.glade:787 Install_ui.glade:1070 Install_ui.glade:1391
#: Install_ui.glade:1594 Install_ui.glade:1814 Install_ui.glade:2030
-#: Install_ui.glade:2340
+#: Install_ui.glade:2340 Install_ui.glade:2575
msgid "Back"
msgstr "Voltar"
@@ -203,6 +211,26 @@
msgid "Finished"
msgstr "Terminado"
+#: Install_ui.glade:2596
+msgid "Fiscal Printer configuration"
+msgstr ""
+
+#: Install_ui.glade:2652
+#, fuzzy
+msgid "Fiscal Printer server runs on _host"
+msgstr "Nome do ser_vidor Stoq"
+
+#: Install_ui.glade:2699
+#, fuzzy
+msgid "Fiscal Printer server runs on por_t"
+msgstr "Por_ta do servidor Stoq"
+
+#: Install_ui.glade:2623
+msgid ""
+"In order to be able to close sales the Fiscal Printer Server must be "
+"configured."
+msgstr ""
+
#: Install_ui.glade:483
msgid "Installation Type"
msgstr "Tipo de Instalação"
@@ -226,7 +254,7 @@
#: Install_ui.glade:188 Install_ui.glade:250 Install_ui.glade:623
#: Install_ui.glade:801 Install_ui.glade:1083 Install_ui.glade:1406
#: Install_ui.glade:1602 Install_ui.glade:1829 Install_ui.glade:2045
-#: Install_ui.glade:2355
+#: Install_ui.glade:2355 Install_ui.glade:2588
msgid "Next"
msgstr "Próximo"
@@ -281,7 +309,7 @@
#: Install_ui.glade:21 Install_ui.glade:202 Install_ui.glade:466
#: Install_ui.glade:747 Install_ui.glade:1030 Install_ui.glade:1246
#: Install_ui.glade:1451 Install_ui.glade:1761 Install_ui.glade:1977
-#: Install_ui.glade:2192
+#: Install_ui.glade:2192 Install_ui.glade:2535
msgid "Stoq Installation"
msgstr "Instalação do Stoq"
Index: sv.po
===================================================================
RCS file: /usr/local/cvssrc/StandalonePOS/Install/sv.po,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.6.2.1
diff -u -d -r1.1.2.6 -r1.1.2.6.2.1
--- sv.po 21 May 2002 20:12:08 -0000 1.1.2.6
+++ sv.po 14 Feb 2003 01:57:56 -0000 1.1.2.6.2.1
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: installer 1.0\n"
-"POT-Creation-Date: Wed Mar 6 08:39:48 2002\n"
+"POT-Creation-Date: Thu Feb 13 18:54:26 2003\n"
"PO-Revision-Date: Wed Feb 27 19:13:44 2002\n"
"Last-Translator: Johan Dahlin <jdahlin@telia.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -14,20 +14,20 @@
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.3\n"
-#: ../install.py:1055
+#: ../install.py:1069
msgid "Login with username 'root' and password 'r00t'"
msgstr ""
-#: ../install.py:831
+#: ../install.py:845
msgid ""
"The user you entered doesn't exist at the moment; bad things will happen."
msgstr ""
-#: ../install.py:1044
+#: ../install.py:1058
msgid "Completed"
msgstr "Färdigt"
-#: ../install.py:1111
+#: ../install.py:1125
msgid ""
"\n"
"/etc/rc.d/ not found, check your linux installation.\n"
@@ -35,27 +35,27 @@
"\n"
"/etc/rc.d kunde inte hittas, var god kontrollera din linuxinstallation.\n"
-#: ../install.py:1256
+#: ../install.py:1270
msgid ""
"\n"
"If you use GNOME as your desktop environment, please read Startup Options "
"section in INSTALL.manual for further instructions."
msgstr ""
-#: ../install.py:1140
+#: ../install.py:1154
msgid "rc.local not found in /etc/rc.d/"
msgstr "rc.local kunde inte hittas i /etc/rc.d"
-#: ../install.py:543
+#: ../install.py:538
#, fuzzy
msgid "Path %s does not exist."
msgstr "Sökvägen finns inte"
-#: ../install.py:772
+#: ../install.py:786
msgid "Couldn't find message object (.mo) files."
msgstr ""
-#: ../install.py:1187
+#: ../install.py:1201
#, fuzzy
msgid ""
"Stoq only supports automatic startup for WindowMaker and KDE. None of these "
@@ -68,55 +68,55 @@
"snäll\n"
"och skicka in en buggrapport till http://bugs.async.com.br/"
-#: ../install.py:847
+#: ../install.py:861
msgid "Starting database"
msgstr "Startar databas"
-#: ../install.py:852
+#: ../install.py:866
msgid "Failed to start database. See console messages for error."
msgstr ""
-#: ../install.py:953
+#: ../install.py:967
msgid "Installing %s"
msgstr "Installerar %s"
-#: ../install.py:1114
+#: ../install.py:1128
msgid ""
"Error setting up the ZEO. Please see ZEO section in INSTALL.manual for setup "
"instructions."
msgstr ""
-#: ../install.py:1141
+#: ../install.py:1155
msgid "Please see ZEO section in INSTALL.manual for setup instructions."
msgstr ""
"Var god se ZEO-sektionern i din INSTALL.manual för installationsinstruktioner"
-#: ../install.py:599
+#: ../install.py:594
msgid ""
"The user %s doesn't exist on this\n"
"system. Did you type correctly?"
msgstr ""
-#: ../install.py:857
+#: ../install.py:871
msgid "Setting up system startup files"
msgstr ""
-#: ../install.py:447 Install_ui.glade:2282
+#: ../install.py:442 Install_ui.glade:2282
msgid "Sweden"
msgstr "Sverige"
-#: ../install.py:862
+#: ../install.py:876
msgid "Creating database"
msgstr "Skapar databas"
-#: ../install.py:549
+#: ../install.py:544
msgid ""
"Couldn't write to directory %s. \n"
"It should be writeable by the user %s. \n"
"Check its permissions and try again."
msgstr ""
-#: ../install.py:447 Install_ui.glade:2282
+#: ../install.py:442 Install_ui.glade:2282
msgid "Brazil"
msgstr "Brasilien"
@@ -129,6 +129,14 @@
msgid "/usr/local/"
msgstr "/usr/local/"
+#: Install_ui.glade:2675
+msgid "127.0.0.1"
+msgstr ""
+
+#: Install_ui.glade:2722
+msgid "3039"
+msgstr ""
+
#: Install_ui.glade:1217
msgid "3679"
msgstr "3679"
@@ -144,7 +152,7 @@
#: Install_ui.glade:173 Install_ui.glade:242 Install_ui.glade:610
#: Install_ui.glade:787 Install_ui.glade:1070 Install_ui.glade:1391
#: Install_ui.glade:1594 Install_ui.glade:1814 Install_ui.glade:2030
-#: Install_ui.glade:2340
+#: Install_ui.glade:2340 Install_ui.glade:2575
msgid "Back"
msgstr "Bakåt"
@@ -194,6 +202,26 @@
msgid "Finished"
msgstr "Slutför"
+#: Install_ui.glade:2596
+msgid "Fiscal Printer configuration"
+msgstr ""
+
+#: Install_ui.glade:2652
+#, fuzzy
+msgid "Fiscal Printer server runs on _host"
+msgstr "Stoqserver körs på _host"
+
+#: Install_ui.glade:2699
+#, fuzzy
+msgid "Fiscal Printer server runs on por_t"
+msgstr "Stoqserver körs på port"
+
+#: Install_ui.glade:2623
+msgid ""
+"In order to be able to close sales the Fiscal Printer Server must be "
+"configured."
+msgstr ""
+
#: Install_ui.glade:483
msgid "Installation Type"
msgstr "Installationstyp"
@@ -217,7 +245,7 @@
#: Install_ui.glade:188 Install_ui.glade:250 Install_ui.glade:623
#: Install_ui.glade:801 Install_ui.glade:1083 Install_ui.glade:1406
#: Install_ui.glade:1602 Install_ui.glade:1829 Install_ui.glade:2045
-#: Install_ui.glade:2355
+#: Install_ui.glade:2355 Install_ui.glade:2588
msgid "Next"
msgstr "Nästa"
@@ -273,7 +301,7 @@
#: Install_ui.glade:21 Install_ui.glade:202 Install_ui.glade:466
#: Install_ui.glade:747 Install_ui.glade:1030 Install_ui.glade:1246
#: Install_ui.glade:1451 Install_ui.glade:1761 Install_ui.glade:1977
-#: Install_ui.glade:2192
+#: Install_ui.glade:2192 Install_ui.glade:2535
msgid "Stoq Installation"
msgstr "Stoqinstallation"
More information about the POS-commit
mailing list