commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r6950 - in trunk/gnue-forms: doc doc/man po


From: reinhard
Subject: [gnue] r6950 - in trunk/gnue-forms: doc doc/man po
Date: Thu, 3 Feb 2005 08:07:07 -0600 (CST)

Author: reinhard
Date: 2005-02-03 08:07:06 -0600 (Thu, 03 Feb 2005)
New Revision: 6950

Modified:
   trunk/gnue-forms/doc/gnue-forms.dtd
   trunk/gnue-forms/doc/man/gnue-forms.1
   trunk/gnue-forms/po/de.po
   trunk/gnue-forms/po/es_ES.po
   trunk/gnue-forms/po/es_MX.po
   trunk/gnue-forms/po/fr.po
   trunk/gnue-forms/po/hu.po
   trunk/gnue-forms/po/lt.po
   trunk/gnue-forms/po/ro.po
   trunk/gnue-forms/po/ru.po
Log:
Released 0.5.9.99-pre2.

Modified: trunk/gnue-forms/doc/gnue-forms.dtd
===================================================================
--- trunk/gnue-forms/doc/gnue-forms.dtd 2005-02-03 14:01:09 UTC (rev 6949)
+++ trunk/gnue-forms/doc/gnue-forms.dtd 2005-02-03 14:07:06 UTC (rev 6950)
@@ -80,7 +80,7 @@
 <!-- service: TODO -->
 <!ATTLIST connection service %text; #IMPLIED>
 
-<!ELEMENT datasource (condition*, sql*, staticset*)>
+<!ELEMENT datasource (condition*, sortorder*, sql*, staticset*)>
 <!ATTLIST datasource name ID #REQUIRED>
 <!ATTLIST datasource cache %whole; "5">
 <!ATTLIST datasource connection %name; #IMPLIED>
@@ -270,6 +270,8 @@
                      negate*, not*, notbetween*, notlike*, notnull*, null*, 
                      or*)>
 
+<!ELEMENT sortorder (sortfield*)>
+
 <!ELEMENT sql EMPTY>
 
 <!ELEMENT staticset (staticsetrow*)>
@@ -485,29 +487,29 @@
                ne*, negate*, not*, notbetween*, notlike*, notnull*, null*, 
                or*)>
 
-<!ELEMENT between (add*, cconst*, cfield*, cparam*, div*, lower*, mul*, sub*, 
-                   upper*)>
+<!ELEMENT between (add*, cconst*, cfield*, cparam*, div*, exist*, lower*, 
+                   mul*, sub*, upper*)>
 
-<!ELEMENT eq (add*, cconst*, cfield*, cparam*, div*, lower*, mul*, sub*, 
-              upper*)>
+<!ELEMENT eq (add*, cconst*, cfield*, cparam*, div*, exist*, lower*, mul*, 
+              sub*, upper*)>
 
-<!ELEMENT ge (add*, cconst*, cfield*, cparam*, div*, lower*, mul*, sub*, 
-              upper*)>
+<!ELEMENT ge (add*, cconst*, cfield*, cparam*, div*, exist*, lower*, mul*, 
+              sub*, upper*)>
 
-<!ELEMENT gt (add*, cconst*, cfield*, cparam*, div*, lower*, mul*, sub*, 
-              upper*)>
+<!ELEMENT gt (add*, cconst*, cfield*, cparam*, div*, exist*, lower*, mul*, 
+              sub*, upper*)>
 
-<!ELEMENT le (add*, cconst*, cfield*, cparam*, div*, lower*, mul*, sub*, 
-              upper*)>
+<!ELEMENT le (add*, cconst*, cfield*, cparam*, div*, exist*, lower*, mul*, 
+              sub*, upper*)>
 
-<!ELEMENT like (add*, cconst*, cfield*, cparam*, div*, lower*, mul*, sub*, 
-                upper*)>
+<!ELEMENT like (add*, cconst*, cfield*, cparam*, div*, exist*, lower*, mul*, 
+                sub*, upper*)>
 
-<!ELEMENT lt (add*, cconst*, cfield*, cparam*, div*, lower*, mul*, sub*, 
-              upper*)>
+<!ELEMENT lt (add*, cconst*, cfield*, cparam*, div*, exist*, lower*, mul*, 
+              sub*, upper*)>
 
-<!ELEMENT ne (add*, cconst*, cfield*, cparam*, div*, lower*, mul*, sub*, 
-              upper*)>
+<!ELEMENT ne (add*, cconst*, cfield*, cparam*, div*, exist*, lower*, mul*, 
+              sub*, upper*)>
 
 <!ELEMENT negate (and*, between*, conditions*, eq*, ge*, gt*, le*, like*, lt*, 
                   ne*, negate*, not*, notbetween*, notlike*, or*)>
@@ -516,11 +518,11 @@
                ne*, negate*, not*, notbetween*, notlike*, notnull*, null*, 
                or*)>
 
-<!ELEMENT notbetween (add*, cconst*, cfield*, cparam*, div*, lower*, mul*, 
-                      sub*, upper*)>
+<!ELEMENT notbetween (add*, cconst*, cfield*, cparam*, div*, exist*, lower*, 
+                      mul*, sub*, upper*)>
 
-<!ELEMENT notlike (add*, cconst*, cfield*, cparam*, div*, lower*, mul*, sub*, 
-                   upper*)>
+<!ELEMENT notlike (add*, cconst*, cfield*, cparam*, div*, exist*, lower*, 
+                   mul*, sub*, upper*)>
 
 <!ELEMENT notnull (cfield*)>
 
@@ -532,6 +534,14 @@
 
 
 <!-- =========================== -->
+<!-- Child elements of sortorder -->
+<!-- =========================== -->
+<!ELEMENT sortfield EMPTY>
+<!ATTLIST sortfield name ID #REQUIRED>
+<!ATTLIST sortfield descending %boolean;>
+
+
+<!-- =========================== -->
 <!-- Child elements of staticset -->
 <!-- =========================== -->
 <!ELEMENT staticsetrow (staticsetfield*)>
@@ -873,6 +883,11 @@
 
 <!ELEMENT div (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
 
+<!ELEMENT exist EMPTY>
+<!ATTLIST exist detaillink %text; #REQUIRED>
+<!ATTLIST exist masterlink %text; #REQUIRED>
+<!ATTLIST exist table %name; #REQUIRED>
+
 <!ELEMENT lower (cfield*)>
 
 <!ELEMENT mul (add*, cconst*, cfield*, cparam*, div*, mul*, sub*)>
@@ -924,5 +939,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-12-28 16:57:53   -->
+     Updated: 2005-02-03 15:05:16   -->
 

Modified: trunk/gnue-forms/doc/man/gnue-forms.1
===================================================================
--- trunk/gnue-forms/doc/man/gnue-forms.1       2005-02-03 14:01:09 UTC (rev 
6949)
+++ trunk/gnue-forms/doc/man/gnue-forms.1       2005-02-03 14:07:06 UTC (rev 
6950)
@@ -1,4 +1,4 @@
-.TH GNUE\-FORMS 1 "28 December 2004" "GNUe Forms"
+.TH GNUE\-FORMS 1 "03 February 2005" "GNUe Forms"
 .SH NAME
 gnue\-forms \- GNUe Forms
 .SH SYNOPSIS
@@ -102,7 +102,7 @@
 that will allow the bug to be reproduced,
 and say which version of this tool you are using.
 .SH COPYRIGHT
-Copyright \(co 2000-2004 Free Software Foundation, Inc.
+Copyright \(co 2000-2005 Free Software Foundation, Inc.
 .LP
 gnue\-forms is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free

Modified: trunk/gnue-forms/po/de.po
===================================================================
--- trunk/gnue-forms/po/de.po   2005-02-03 14:01:09 UTC (rev 6949)
+++ trunk/gnue-forms/po/de.po   2005-02-03 14:07:06 UTC (rev 6950)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-Forms 0.5\n"
-"POT-Creation-Date: 2004-12-28 16:58+CET\n"
+"POT-Creation-Date: 2005-02-03 15:06+CET\n"
 "PO-Revision-Date: $Date$\n"
 "Last-Translator: Reinhard M�ller <address@hidden>\n"
 "MIME-Version: 1.0\n"
@@ -116,20 +116,20 @@
 msgid "Query successful."
 msgstr "Abfrage erfolgreich."
 
-#: GFForm.py:635
+# ../../forms/src/GFForm.py:459 ../../forms/src/GFInstance.py:378 :394
+#: GFForm.py:623 GFInstance.py:925 GFInstance.py:948
+msgid "Form is readonly"
+msgstr "Das Formular ist schreibgesch�tzt"
+
+#: GFForm.py:640
 msgid "Form trigger returned error"
 msgstr "Formular-Trigger lieferte einen Fehler"
 
-#: GFForm.py:644
+#: GFForm.py:651
 msgid "Block trigger returned error"
 msgstr "Block-Trigger lieferte einen Fehler"
 
-# ../../forms/src/GFForm.py:459 ../../forms/src/GFInstance.py:378 :394
-#: GFForm.py:660 GFInstance.py:925 GFInstance.py:948
-msgid "Form is readonly"
-msgstr "Das Formular ist schreibgesch�tzt"
-
-#: GFForm.py:666
+#: GFForm.py:678
 msgid ""
 "Database commit error:\n"
 "%(exType)s\n"
@@ -139,7 +139,7 @@
 "%(exType)s\n"
 "%(exMessage)s"
 
-#: GFForm.py:1009 GFForm.py:1023 GFForm.py:1037 GFForm.py:1051 GFForm.py:1066
+#: GFForm.py:1042 GFForm.py:1056 GFForm.py:1070 GFForm.py:1084 GFForm.py:1099
 #: GFInstance.py:792
 msgid "You cannot do that in query mode."
 msgstr "Diese Aktion ist im Abfrage-Modus nicht erlaubt."
@@ -188,7 +188,7 @@
 "Ung�ltige Tastenkombination '%(comb)s' in der Zuordnungstabelle f�r '%(event)"
 "s'"
 
-#: GFObjects/GFBlock.py:229
+#: GFObjects/GFBlock.py:223
 msgid "Datasource '%(datasource)s' in block '%(block)s' not found"
 msgstr "Block '%(block)s' enth�lt keine Datenquelle '%(datasource)s'"
 
@@ -204,339 +204,339 @@
 msgid "Datasource '%s' not found"
 msgstr "Datenquelle '%s' nicht gefunden"
 
-#: GFParser.py:92
+#: GFParser.py:93
 msgid "Title"
 msgstr "Titel"
 
-#: GFParser.py:97 GFParser.py:373
+#: GFParser.py:98 GFParser.py:374
 msgid "Read Only"
 msgstr "Schreibgesch�tzt"
 
-#: GFParser.py:104
+#: GFParser.py:105
 msgid "Name"
 msgstr "Name"
 
-#: GFParser.py:108
+#: GFParser.py:109
 msgid "Style"
 msgstr "Stil"
 
-#: GFParser.py:110 GFParser.py:168
+#: GFParser.py:111 GFParser.py:169
 msgid "Normal"
 msgstr "Normal"
 
-#: GFParser.py:111
+#: GFParser.py:112
 msgid "Dialog"
 msgstr "Dialog"
 
-#: GFParser.py:135
+#: GFParser.py:136
 msgid "Tab Location"
 msgstr "Reiterposition"
 
-#: GFParser.py:137
+#: GFParser.py:138
 msgid "No tabs"
 msgstr "Keine Reiter"
 
-#: GFParser.py:138
+#: GFParser.py:139
 msgid "Left tabs"
 msgstr "Reiter an der linken Seite"
 
-#: GFParser.py:139
+#: GFParser.py:140
 msgid "Right tabs"
 msgstr "Reiter an der rechten Seite"
 
-#: GFParser.py:140
+#: GFParser.py:141
 msgid "Botton tabs"
 msgstr "Reiter am unteren Rand"
 
-#: GFParser.py:141
+#: GFParser.py:142
 msgid "Top tabs"
 msgstr "Reiter am oberen Rand"
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
+#: GFParser.py:200 GFParser.py:321 GFParser.py:544 GFParser.py:810
 msgid "Row Spacing"
 msgstr "Zeilenabstand"
 
-#: GFParser.py:206
+#: GFParser.py:207
 msgid "Transparent Nav"
 msgstr "Navigation wechselt Seiten"
 
-#: GFParser.py:216
+#: GFParser.py:217
 msgid "Auto Create Record"
 msgstr "Automatisch neuen Datensatz erzeugen"
 
-#: GFParser.py:222
+#: GFParser.py:223
 msgid "Auto Next Record"
 msgstr "Automatisch zum n�chsten Datensatz wechseln"
 
-#: GFParser.py:230
+#: GFParser.py:231
 msgid "Auto Commit"
 msgstr "Automatische Commits"
 
-#: GFParser.py:237
+#: GFParser.py:238
 msgid "Auto Clear on Commit"
 msgstr "Block nach Commit automatisch leeren"
 
-#: GFParser.py:243 GFParser.py:482 GFParser.py:702
+#: GFParser.py:244 GFParser.py:483 GFParser.py:703
 msgid "Allow Editing"
 msgstr "Datens�tze k�nnen erzeugt und ge�ndert werden"
 
-#: GFParser.py:245 GFParser.py:484 GFParser.py:704
+#: GFParser.py:246 GFParser.py:485 GFParser.py:705
 #: uidrivers/curses/UIdriver.py:250
 msgid "Yes"
 msgstr "Ja"
 
-#: GFParser.py:246 GFParser.py:485 GFParser.py:705
+#: GFParser.py:247 GFParser.py:486 GFParser.py:706
 #: uidrivers/curses/UIdriver.py:251
 msgid "No"
 msgstr "Nein"
 
-#: GFParser.py:247 GFParser.py:487 GFParser.py:707
+#: GFParser.py:248 GFParser.py:488 GFParser.py:708
 msgid "Update Only"
 msgstr "Nur �nderungen m�glich"
 
-#: GFParser.py:248 GFParser.py:488 GFParser.py:708
+#: GFParser.py:249 GFParser.py:489 GFParser.py:709
 msgid "New Records Only"
 msgstr "Nur Neuanlage m�glich"
 
-#: GFParser.py:253
+#: GFParser.py:254
 msgid "Allow Querying"
 msgstr "Abfragen sind erlaubt"
 
-#: GFParser.py:258
+#: GFParser.py:259
 msgid "Allow Deletes"
 msgstr "Datens�tze k�nnen gel�scht werden"
 
-#: GFParser.py:263 GFParser.py:764
+#: GFParser.py:264 GFParser.py:765
 msgid "Navigable"
 msgstr "Block ist angesteuerbar"
 
-#: GFParser.py:270
+#: GFParser.py:271
 msgid "Prevent Deletes"
 msgstr "Datens�tze k�nnen via Benutzerschnittstelle gel�scht werden"
 
-#: GFParser.py:276
+#: GFParser.py:277
 msgid "Prevent Inserts"
 msgstr "Datens�tze k�nnen via Benutzerschnittstelle eingef�gt werden"
 
-#: GFParser.py:303
+#: GFParser.py:304
 msgid "Left"
 msgstr "Links"
 
-#: GFParser.py:304
+#: GFParser.py:305
 msgid "Right"
 msgstr "Rechts"
 
-#: GFParser.py:305
+#: GFParser.py:306
 msgid "Centered"
 msgstr "Zentriert"
 
-#: GFParser.py:346
+#: GFParser.py:347
 msgid "Field (Database)"
 msgstr "Feld (Datenbank)"
 
-#: GFParser.py:351
+#: GFParser.py:352
 msgid "Max Text Length"
 msgstr "Maximale Textl�nge"
 
-#: GFParser.py:356
+#: GFParser.py:357
 msgid "Min Text Length"
 msgstr "Minimale Textl�nge"
 
-#: GFParser.py:388
+#: GFParser.py:389
 msgid "As Entered"
 msgstr "Wie angegeben"
 
-#: GFParser.py:389
+#: GFParser.py:390
 msgid "Upper case"
 msgstr "Gro�buchstaben"
 
-#: GFParser.py:390
+#: GFParser.py:391
 msgid "Lower case"
 msgstr "Kleinbuchstaben"
 
-#: GFParser.py:395
+#: GFParser.py:396
 msgid "Data Type"
 msgstr "Datentyp"
 
-#: GFParser.py:397
+#: GFParser.py:398
 msgid "Text"
 msgstr "Text"
 
-#: GFParser.py:398
+#: GFParser.py:399
 msgid "Numeric"
 msgstr "Numerisch"
 
-#: GFParser.py:399
+#: GFParser.py:400
 msgid "Date/Time"
 msgstr "Datum/Uhrzeit"
 
-#: GFParser.py:424
+#: GFParser.py:425
 msgid "F/K Datasource"
 msgstr "F/K Datenquelle"
 
-#: GFParser.py:428
+#: GFParser.py:429
 msgid "F/K Bound Field"
 msgstr "Schl�ssel-Feld in der Detail-Relation"
 
-#: GFParser.py:433
+#: GFParser.py:434
 msgid "F/K Description Field"
 msgstr "Ausgabe-Feld in der Detail-Relation"
 
-#: GFParser.py:437
+#: GFParser.py:438
 msgid "F/K Refresh Method"
 msgstr "F/K Aktualisierungsmethode"
 
-#: GFParser.py:439
+#: GFParser.py:440
 msgid "On form startup"
 msgstr "Beim Start des Formulars"
 
-#: GFParser.py:440
+#: GFParser.py:441
 msgid "On field modification"
 msgstr "Bei einer �nderung des Feldes"
 
-#: GFParser.py:441
+#: GFParser.py:442
 msgid "On commit"
 msgstr "Bei der Best�tigung der �nderungen"
 
-#: GFParser.py:446
+#: GFParser.py:447
 msgid "Default (New Records)"
 msgstr "Voreinstellung (neue Datens�tze)"
 
-#: GFParser.py:453
+#: GFParser.py:454
 msgid "Default to last entry"
 msgstr ""
 "Neue Datens�tze werden mit dem zuletzt angegebenen Inhalt dieses Feldes "
 "initialisert"
 
-#: GFParser.py:461
+#: GFParser.py:462
 msgid "Default (Querying)"
 msgstr "Vorgabewert beim Start einer Abfrage."
 
-#: GFParser.py:468
+#: GFParser.py:469
 msgid "Sloppy Queries"
 msgstr "Nachl�ssige Abfragen"
 
-#: GFParser.py:475
+#: GFParser.py:476
 msgid "Ignore Case on Queries"
 msgstr "Gro�-/Kleinschreibung f�r Abfragen ignorieren"
 
-#: GFParser.py:486 GFParser.py:706
+#: GFParser.py:487 GFParser.py:707
 msgid "Null Only"
 msgstr "Nur NULL"
 
-#: GFParser.py:493
+#: GFParser.py:494
 msgid "Allow Query"
 msgstr "Abfrage zulassen"
 
-#: GFParser.py:497
+#: GFParser.py:498
 msgid "Trim left spaces"
 msgstr "F�hrende Leerzeichen entfernen"
 
-#: GFParser.py:503
+#: GFParser.py:504
 msgid "Trim right spaces"
 msgstr "Abschlie�ende Leerzeichen entfernen"
 
-#: GFParser.py:536
+#: GFParser.py:537
 msgid "Focus Order"
 msgstr "Focus-Reihenfolge"
 
-#: GFParser.py:561
+#: GFParser.py:562
 msgid "Default"
 msgstr "Voreinstellung"
 
-#: GFParser.py:562
+#: GFParser.py:563
 msgid "Password/Hidden"
 msgstr "Passwort/Versteckt"
 
-#: GFParser.py:563
+#: GFParser.py:564
 msgid "Dropdown/Combo box"
 msgstr "Dropdown/Combo-Box"
 
-#: GFParser.py:564
+#: GFParser.py:565
 msgid "Listbox"
 msgstr "Listenfeld"
 
-#: GFParser.py:565
+#: GFParser.py:566
 msgid "Checkbox"
 msgstr "Checkbox"
 
-#: GFParser.py:566
+#: GFParser.py:567
 msgid "Label (non-editable)"
 msgstr "Fixtext (nicht editierbar)"
 
-#: GFParser.py:576
+#: GFParser.py:577
 msgid "Format Mask"
 msgstr "Format-Maske"
 
-#: GFParser.py:580
+#: GFParser.py:581
 msgid "Input Mask"
 msgstr "Eingabe-Maske"
 
-#: GFParser.py:583
+#: GFParser.py:584
 msgid "Display Mask"
 msgstr "Ausgabe-Maske"
 
-#: GFParser.py:685
+#: GFParser.py:686
 msgid "Field contains the URL of the image"
 msgstr "Feld enth�lt den URL des Bildes"
 
-#: GFParser.py:686
+#: GFParser.py:687
 msgid "Field contains a PIL encoding of the image"
 msgstr "Feld enth�lt eine PIL-Kodierung des Bildes"
 
-#: GFParser.py:692
+#: GFParser.py:693
 msgid "Full-size image (no scaling)"
 msgstr "Bild in Originalgr��e (nicht skaliert)"
 
-#: GFParser.py:693
+#: GFParser.py:694
 msgid "Scale to width"
 msgstr "Skalierung auf die Breite"
 
-#: GFParser.py:694
+#: GFParser.py:695
 msgid "Scale to height"
 msgstr "Skalierung auf die H�he"
 
-#: GFParser.py:695
+#: GFParser.py:696
 msgid "Scale width and height (may distort image)"
 msgstr "Skalierung auf Breite und H�he"
 
-#: GFParser.py:696
+#: GFParser.py:697
 msgid "Use a best-fit algorithm"
 msgstr "Algorithmus f�r beste Anpassung"
 
-#: GFParser.py:742
+#: GFParser.py:743
 msgid "Field contains the URL of the component"
 msgstr "Feld enth�lt den URL der Komponente"
 
-#: GFParser.py:743
+#: GFParser.py:744
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr "Feld enth�lt die Daten der Komponente in Base64-Kodierung"
 
-#: GFParser.py:817 GFParser.py:857
+#: GFParser.py:818 GFParser.py:858
 msgid "Description field"
 msgstr "Beschreibung"
 
-#: GFParser.py:822
+#: GFParser.py:823
 msgid "Own ID field"
 msgstr "Eigenes ID-Feld"
 
-#: GFParser.py:827
+#: GFParser.py:828
 msgid "Parent ID field"
 msgstr "�bergeordnetes ID-Feld"
 
-#: GFParser.py:832
+#: GFParser.py:833
 msgid "Table hint for leaf tables"
 msgstr "Tabellenhinweis f�r Bl�tter-Tabellen"
 
-#: GFParser.py:853
+#: GFParser.py:854
 msgid "ID of a field"
 msgstr "ID eines Feldes"
 
-#: GFParser.py:1090
+#: GFParser.py:1091
 msgid "M/D Min Child Rows"
 msgstr "M/D Minimalanzahl untergeordneter Zeilen"
 
-#: GFParser.py:1101
+#: GFParser.py:1102
 msgid "M/D Max Child Rows"
 msgstr "M/D Maximalanzahl untergeordneter Zeilen"
 
@@ -985,11 +985,11 @@
 msgid ">> Detail"
 msgstr ">> Detail"
 
-#: uidrivers/gtk2/UIdriver.py:476
+#: uidrivers/gtk2/UIdriver.py:479
 msgid ">> Details"
 msgstr ">> Details"
 
-#: uidrivers/gtk2/UIdriver.py:480
+#: uidrivers/gtk2/UIdriver.py:483
 msgid "<< Details"
 msgstr "<< Details"
 
@@ -1021,15 +1021,15 @@
 msgid "Description:"
 msgstr "Beschreibung:"
 
-#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:68
+#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:69
 msgid "GNU Enterprise Forms"
 msgstr "GNU Enterprise Forms"
 
-#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:75
+#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:76
 msgid "Version %s"
 msgstr "Version %s"
 
-#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:85
+#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:86
 msgid "Protected by GNU General Public Licence 2.0"
 msgstr "Gesch�tzt durch die GNU General Public Licence 2.0"
 
@@ -1101,6 +1101,10 @@
 msgid "Page 1 of 1"
 msgstr "Seite 1 von 1"
 
+#: uidrivers/wx/UIWXSplashScreen.py:81
+msgid "(c)2000-2004 Free Software Foundation"
+msgstr ""
+
 #: uidrivers/wx/UIdriver.py:36
 msgid "The GNUe-Forms wx driver requires wxPython."
 msgstr "Der GNUe-Forms Treiber f�r wx ben�tigt wxPython."
@@ -1109,7 +1113,7 @@
 msgid "Information"
 msgstr "Formular-Information"
 
-#: uidrivers/wx/common.py:108
+#: uidrivers/wx/common.py:109
 msgid "Encoding %s is not supported by the wx UI driver"
 msgstr "Der Zeichensatz %s wird vom wx UI Treiber nicht unterst�tzt."
 

Modified: trunk/gnue-forms/po/es_ES.po
===================================================================
--- trunk/gnue-forms/po/es_ES.po        2005-02-03 14:01:09 UTC (rev 6949)
+++ trunk/gnue-forms/po/es_ES.po        2005-02-03 14:07:06 UTC (rev 6950)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-Forms-0.5.5\n"
-"POT-Creation-Date: 2004-12-28 16:58+CET\n"
+"POT-Creation-Date: 2005-02-03 15:06+CET\n"
 "PO-Revision-Date: 2004-06-09\n"
 "Last-Translator: Jose Esteban <address@hidden>\n"
 "Language-Team: es_ES\n"
@@ -118,20 +118,20 @@
 msgid "Query successful."
 msgstr "Interrogaci�n satisfactoria"
 
-#: GFForm.py:635
+# ../../forms/src/GFForm.py:459 ../../forms/src/GFInstance.py:378 :394
+#: GFForm.py:623 GFInstance.py:925 GFInstance.py:948
+msgid "Form is readonly"
+msgstr "El formulario es de solo lectura."
+
+#: GFForm.py:640
 msgid "Form trigger returned error"
 msgstr "Un trigger del formulario devolvi� error"
 
-#: GFForm.py:644
+#: GFForm.py:651
 msgid "Block trigger returned error"
 msgstr "Un trigger de bloque devolvi� error"
 
-# ../../forms/src/GFForm.py:459 ../../forms/src/GFInstance.py:378 :394
-#: GFForm.py:660 GFInstance.py:925 GFInstance.py:948
-msgid "Form is readonly"
-msgstr "El formulario es de solo lectura."
-
-#: GFForm.py:666
+#: GFForm.py:678
 #, fuzzy
 msgid ""
 "Database commit error:\n"
@@ -142,7 +142,7 @@
 "%s\n"
 "%s "
 
-#: GFForm.py:1009 GFForm.py:1023 GFForm.py:1037 GFForm.py:1051 GFForm.py:1066
+#: GFForm.py:1042 GFForm.py:1056 GFForm.py:1070 GFForm.py:1084 GFForm.py:1099
 #: GFInstance.py:792
 msgid "You cannot do that in query mode."
 msgstr "No puede hacer eso en modo interrogaci�n"
@@ -202,7 +202,7 @@
 msgid "Invalid keystroke combination '%(comb)s' in keymap for '%(event)s'"
 msgstr "Combinaci�n de teclado '%s' no v�lida en mapa de teclado para '%s'"
 
-#: GFObjects/GFBlock.py:229
+#: GFObjects/GFBlock.py:223
 msgid "Datasource '%(datasource)s' in block '%(block)s' not found"
 msgstr ""
 
@@ -218,342 +218,342 @@
 msgid "Datasource '%s' not found"
 msgstr ""
 
-#: GFParser.py:92
+#: GFParser.py:93
 msgid "Title"
 msgstr "&Archivo"
 
-#: GFParser.py:97 GFParser.py:373
+#: GFParser.py:98 GFParser.py:374
 msgid "Read Only"
 msgstr "Solo lectura"
 
-#: GFParser.py:104
+#: GFParser.py:105
 msgid "Name"
 msgstr ""
 
-#: GFParser.py:108
+#: GFParser.py:109
 #, fuzzy
 msgid "Style"
 msgstr "&Archivo"
 
-#: GFParser.py:110 GFParser.py:168
+#: GFParser.py:111 GFParser.py:169
 msgid "Normal"
 msgstr "Normal"
 
-#: GFParser.py:111
+#: GFParser.py:112
 msgid "Dialog"
 msgstr "Di�logo"
 
-#: GFParser.py:135
+#: GFParser.py:136
 msgid "Tab Location"
 msgstr "Orientaci�n de tabulaci�n"
 
-#: GFParser.py:137
+#: GFParser.py:138
 msgid "No tabs"
 msgstr "Sin tabulaci�n"
 
-#: GFParser.py:138
+#: GFParser.py:139
 #, fuzzy
 msgid "Left tabs"
 msgstr "Tabulaci�n izquierda"
 
-#: GFParser.py:139
+#: GFParser.py:140
 #, fuzzy
 msgid "Right tabs"
 msgstr "Tabulaci�n derecha"
 
-#: GFParser.py:140
+#: GFParser.py:141
 #, fuzzy
 msgid "Botton tabs"
 msgstr "Tabulaci�n inferior"
 
-#: GFParser.py:141
+#: GFParser.py:142
 #, fuzzy
 msgid "Top tabs"
 msgstr "Tabulaci�n superior"
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
+#: GFParser.py:200 GFParser.py:321 GFParser.py:544 GFParser.py:810
 msgid "Row Spacing"
 msgstr "Espaciado de l�nea"
 
-#: GFParser.py:206
+#: GFParser.py:207
 msgid "Transparent Nav"
 msgstr "Navegaci�n transparente"
 
-#: GFParser.py:216
+#: GFParser.py:217
 msgid "Auto Create Record"
 msgstr "Creaci�n registro auto"
 
-#: GFParser.py:222
+#: GFParser.py:223
 msgid "Auto Next Record"
 msgstr "Registro siguiente auto"
 
-#: GFParser.py:230
+#: GFParser.py:231
 msgid "Auto Commit"
 msgstr "Auto actualizar"
 
-#: GFParser.py:237
+#: GFParser.py:238
 msgid "Auto Clear on Commit"
 msgstr "Limiar al actualizar"
 
-#: GFParser.py:243 GFParser.py:482 GFParser.py:702
+#: GFParser.py:244 GFParser.py:483 GFParser.py:703
 msgid "Allow Editing"
 msgstr "Permitir edici�n"
 
-#: GFParser.py:245 GFParser.py:484 GFParser.py:704
+#: GFParser.py:246 GFParser.py:485 GFParser.py:705
 #: uidrivers/curses/UIdriver.py:250
 msgid "Yes"
 msgstr "S�"
 
-#: GFParser.py:246 GFParser.py:485 GFParser.py:705
+#: GFParser.py:247 GFParser.py:486 GFParser.py:706
 #: uidrivers/curses/UIdriver.py:251
 msgid "No"
 msgstr "No"
 
-#: GFParser.py:247 GFParser.py:487 GFParser.py:707
+#: GFParser.py:248 GFParser.py:488 GFParser.py:708
 msgid "Update Only"
 msgstr "Solo actualizacion"
 
-#: GFParser.py:248 GFParser.py:488 GFParser.py:708
+#: GFParser.py:249 GFParser.py:489 GFParser.py:709
 msgid "New Records Only"
 msgstr "Solo nuevos registros"
 
-#: GFParser.py:253
+#: GFParser.py:254
 msgid "Allow Querying"
 msgstr "Permitir interrogaci�n"
 
-#: GFParser.py:258
+#: GFParser.py:259
 msgid "Allow Deletes"
 msgstr "Permitir borrado"
 
-#: GFParser.py:263 GFParser.py:764
+#: GFParser.py:264 GFParser.py:765
 msgid "Navigable"
 msgstr "Navegable"
 
-#: GFParser.py:270
+#: GFParser.py:271
 msgid "Prevent Deletes"
 msgstr "Bloqueo de borrado"
 
-#: GFParser.py:276
+#: GFParser.py:277
 msgid "Prevent Inserts"
 msgstr "Bloqueo de inserci�n"
 
-#: GFParser.py:303
+#: GFParser.py:304
 msgid "Left"
 msgstr "Izquierda"
 
-#: GFParser.py:304
+#: GFParser.py:305
 msgid "Right"
 msgstr "Derecha"
 
-#: GFParser.py:305
+#: GFParser.py:306
 msgid "Centered"
 msgstr "Centrado"
 
-#: GFParser.py:346
+#: GFParser.py:347
 msgid "Field (Database)"
 msgstr "Columna (Database)"
 
-#: GFParser.py:351
+#: GFParser.py:352
 msgid "Max Text Length"
 msgstr ""
 
-#: GFParser.py:356
+#: GFParser.py:357
 msgid "Min Text Length"
 msgstr ""
 
-#: GFParser.py:388
+#: GFParser.py:389
 msgid "As Entered"
 msgstr "Como se entre"
 
-#: GFParser.py:389
+#: GFParser.py:390
 msgid "Upper case"
 msgstr "May�sculas"
 
-#: GFParser.py:390
+#: GFParser.py:391
 msgid "Lower case"
 msgstr "Min�sculas"
 
-#: GFParser.py:395
+#: GFParser.py:396
 msgid "Data Type"
 msgstr "Tipo de dato"
 
-#: GFParser.py:397
+#: GFParser.py:398
 msgid "Text"
 msgstr "Texto"
 
-#: GFParser.py:398
+#: GFParser.py:399
 msgid "Numeric"
 msgstr "Num�rico"
 
-#: GFParser.py:399
+#: GFParser.py:400
 msgid "Date/Time"
 msgstr "Fecha/Hora"
 
-#: GFParser.py:424
+#: GFParser.py:425
 msgid "F/K Datasource"
 msgstr "Fuente de datos para clave externa"
 
-#: GFParser.py:428
+#: GFParser.py:429
 msgid "F/K Bound Field"
 msgstr "Campo ligado como clave externa"
 
-#: GFParser.py:433
+#: GFParser.py:434
 msgid "F/K Description Field"
 msgstr "Campo que describe la clave externa"
 
-#: GFParser.py:437
+#: GFParser.py:438
 msgid "F/K Refresh Method"
 msgstr "Modo de refresco de claves externas"
 
-#: GFParser.py:439
+#: GFParser.py:440
 msgid "On form startup"
 msgstr "Al abrir el formulario"
 
-#: GFParser.py:440
+#: GFParser.py:441
 msgid "On field modification"
 msgstr "Refrescar claves externas al modificar el dato"
 
-#: GFParser.py:441
+#: GFParser.py:442
 msgid "On commit"
 msgstr "Al actualizar"
 
-#: GFParser.py:446
+#: GFParser.py:447
 msgid "Default (New Records)"
 msgstr "Por defecto (registros nuevos)"
 
-#: GFParser.py:453
+#: GFParser.py:454
 msgid "Default to last entry"
 msgstr "Por defecto, el �ltimo valor proporcionado"
 
-#: GFParser.py:461
+#: GFParser.py:462
 msgid "Default (Querying)"
 msgstr "Por defecto (Interrogaci�n)"
 
-#: GFParser.py:468
+#: GFParser.py:469
 msgid "Sloppy Queries"
 msgstr "Interrogaciones texto difuso"
 
-#: GFParser.py:475
+#: GFParser.py:476
 msgid "Ignore Case on Queries"
 msgstr "Ignorar may/min en interrogaciones"
 
-#: GFParser.py:486 GFParser.py:706
+#: GFParser.py:487 GFParser.py:707
 msgid "Null Only"
 msgstr "Solo nulo"
 
-#: GFParser.py:493
+#: GFParser.py:494
 msgid "Allow Query"
 msgstr "Permitir interrogaci�n"
 
-#: GFParser.py:497
+#: GFParser.py:498
 msgid "Trim left spaces"
 msgstr "Eliminar espacios iniciales"
 
-#: GFParser.py:503
+#: GFParser.py:504
 msgid "Trim right spaces"
 msgstr "Eliminar espacios finales"
 
-#: GFParser.py:536
+#: GFParser.py:537
 msgid "Focus Order"
 msgstr "Ordenaci�n en secuencia de foco"
 
-#: GFParser.py:561
+#: GFParser.py:562
 msgid "Default"
 msgstr "Por defecto"
 
-#: GFParser.py:562
+#: GFParser.py:563
 msgid "Password/Hidden"
 msgstr "Clave/oculto"
 
-#: GFParser.py:563
+#: GFParser.py:564
 msgid "Dropdown/Combo box"
 msgstr "Desplegable"
 
-#: GFParser.py:564
+#: GFParser.py:565
 msgid "Listbox"
 msgstr "Lista"
 
-#: GFParser.py:565
+#: GFParser.py:566
 msgid "Checkbox"
 msgstr "Marca-opci�n"
 
-#: GFParser.py:566
+#: GFParser.py:567
 msgid "Label (non-editable)"
 msgstr "Etiqueta (no-editable)"
 
-#: GFParser.py:576
+#: GFParser.py:577
 msgid "Format Mask"
 msgstr "Plantilla de formato"
 
-#: GFParser.py:580
+#: GFParser.py:581
 msgid "Input Mask"
 msgstr "Plantilla de entrada"
 
-#: GFParser.py:583
+#: GFParser.py:584
 msgid "Display Mask"
 msgstr "Plantilla para mostrar"
 
-#: GFParser.py:685
+#: GFParser.py:686
 msgid "Field contains the URL of the image"
 msgstr "El dato contiene la URL de una imagen"
 
-#: GFParser.py:686
+#: GFParser.py:687
 msgid "Field contains a PIL encoding of the image"
 msgstr "El campo contiene codificaci�n PIL de la imagen"
 
-#: GFParser.py:692
+#: GFParser.py:693
 msgid "Full-size image (no scaling)"
 msgstr "Imagen a tama�o original (sin escalar)"
 
-#: GFParser.py:693
+#: GFParser.py:694
 msgid "Scale to width"
 msgstr "Ajustar a lo ancho"
 
-#: GFParser.py:694
+#: GFParser.py:695
 msgid "Scale to height"
 msgstr "Ajustoar a lo alto"
 
-#: GFParser.py:695
+#: GFParser.py:696
 msgid "Scale width and height (may distort image)"
 msgstr "Escalar a lo alto y ancho (puede distorsionar)"
 
-#: GFParser.py:696
+#: GFParser.py:697
 msgid "Use a best-fit algorithm"
 msgstr "Utilizar m�todo de mejor encaje"
 
-#: GFParser.py:742
+#: GFParser.py:743
 msgid "Field contains the URL of the component"
 msgstr "El campo contiene la URL de un componente"
 
-#: GFParser.py:743
+#: GFParser.py:744
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr "El campo contiene datos de un componente codificados en Base63"
 
-#: GFParser.py:817 GFParser.py:857
+#: GFParser.py:818 GFParser.py:858
 msgid "Description field"
 msgstr "Campo que describe la clave externa"
 
-#: GFParser.py:822
+#: GFParser.py:823
 msgid "Own ID field"
 msgstr "Identificador propio del campo"
 
-#: GFParser.py:827
+#: GFParser.py:828
 msgid "Parent ID field"
 msgstr "Campo con ID paterno"
 
-#: GFParser.py:832
+#: GFParser.py:833
 msgid "Table hint for leaf tables"
 msgstr "Indicaci�n para tablas paginadas"
 
-#: GFParser.py:853
+#: GFParser.py:854
 msgid "ID of a field"
 msgstr "Identificador de un campo"
 
-#: GFParser.py:1090
+#: GFParser.py:1091
 msgid "M/D Min Child Rows"
 msgstr "M�nimo de filas en detalle"
 
-#: GFParser.py:1101
+#: GFParser.py:1102
 msgid "M/D Max Child Rows"
 msgstr "M�ximo de filas de detalle"
 
@@ -1009,11 +1009,11 @@
 msgid ">> Detail"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:476
+#: uidrivers/gtk2/UIdriver.py:479
 msgid ">> Details"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:480
+#: uidrivers/gtk2/UIdriver.py:483
 msgid "<< Details"
 msgstr ""
 
@@ -1048,15 +1048,15 @@
 msgid "Description:"
 msgstr "Campo que describe la clave externa"
 
-#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:68
+#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:69
 msgid "GNU Enterprise Forms"
 msgstr "GNU Enterprise Forms"
 
-#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:75
+#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:76
 msgid "Version %s"
 msgstr "Versi�n %s"
 
-#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:85
+#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:86
 msgid "Protected by GNU General Public Licence 2.0"
 msgstr "Protegido por GNU General Public License 2.0"
 
@@ -1126,6 +1126,10 @@
 msgid "Page 1 of 1"
 msgstr "P�gina 1 de 1"
 
+#: uidrivers/wx/UIWXSplashScreen.py:81
+msgid "(c)2000-2004 Free Software Foundation"
+msgstr ""
+
 #: uidrivers/wx/UIdriver.py:36
 msgid "The GNUe-Forms wx driver requires wxPython."
 msgstr "El modo wx de GNUe forms requiere wxPython."
@@ -1134,7 +1138,7 @@
 msgid "Information"
 msgstr ""
 
-#: uidrivers/wx/common.py:108
+#: uidrivers/wx/common.py:109
 msgid "Encoding %s is not supported by the wx UI driver"
 msgstr "El manejador wx no soporta la codificaci�n %s."
 

Modified: trunk/gnue-forms/po/es_MX.po
===================================================================
--- trunk/gnue-forms/po/es_MX.po        2005-02-03 14:01:09 UTC (rev 6949)
+++ trunk/gnue-forms/po/es_MX.po        2005-02-03 14:07:06 UTC (rev 6950)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2004-12-28 16:58+CET\n"
+"POT-Creation-Date: 2005-02-03 15:06+CET\n"
 "PO-Revision-Date: 2002-07-05 13:48+0200\n"
 "Last-Translator: Enrique Sanchez <address@hidden>\n"
 "Language-Team: Espa~ol/Mexico\n"
@@ -119,27 +119,27 @@
 msgid "Query successful."
 msgstr ""
 
-#: GFForm.py:635
+# ../../forms/src/GFForm.py:459 ../../forms/src/GFInstance.py:378 :394
+#: GFForm.py:623 GFInstance.py:925 GFInstance.py:948
+msgid "Form is readonly"
+msgstr "Forma es 'read-only'."
+
+#: GFForm.py:640
 msgid "Form trigger returned error"
 msgstr ""
 
-#: GFForm.py:644
+#: GFForm.py:651
 msgid "Block trigger returned error"
 msgstr ""
 
-# ../../forms/src/GFForm.py:459 ../../forms/src/GFInstance.py:378 :394
-#: GFForm.py:660 GFInstance.py:925 GFInstance.py:948
-msgid "Form is readonly"
-msgstr "Forma es 'read-only'."
-
-#: GFForm.py:666
+#: GFForm.py:678
 msgid ""
 "Database commit error:\n"
 "%(exType)s\n"
 "%(exMessage)s"
 msgstr ""
 
-#: GFForm.py:1009 GFForm.py:1023 GFForm.py:1037 GFForm.py:1051 GFForm.py:1066
+#: GFForm.py:1042 GFForm.py:1056 GFForm.py:1070 GFForm.py:1084 GFForm.py:1099
 #: GFInstance.py:792
 msgid "You cannot do that in query mode."
 msgstr ""
@@ -197,7 +197,7 @@
 msgid "Invalid keystroke combination '%(comb)s' in keymap for '%(event)s'"
 msgstr ""
 
-#: GFObjects/GFBlock.py:229
+#: GFObjects/GFBlock.py:223
 msgid "Datasource '%(datasource)s' in block '%(block)s' not found"
 msgstr ""
 
@@ -213,356 +213,356 @@
 msgid "Datasource '%s' not found"
 msgstr ""
 
-#: GFParser.py:92
+#: GFParser.py:93
 #, fuzzy
 msgid "Title"
 msgstr "&Archivo"
 
-#: GFParser.py:97 GFParser.py:373
+#: GFParser.py:98 GFParser.py:374
 #, fuzzy
 msgid "Read Only"
 msgstr "Aviso de 'Read Only'"
 
-#: GFParser.py:104
+#: GFParser.py:105
 #, fuzzy
 msgid "Name"
 msgstr "Nombre"
 
-#: GFParser.py:108
+#: GFParser.py:109
 #, fuzzy
 msgid "Style"
 msgstr "&Archivo"
 
-#: GFParser.py:110 GFParser.py:168
+#: GFParser.py:111 GFParser.py:169
 msgid "Normal"
 msgstr ""
 
-#: GFParser.py:111
+#: GFParser.py:112
 msgid "Dialog"
 msgstr ""
 
-#: GFParser.py:135
+#: GFParser.py:136
 #, fuzzy
 msgid "Tab Location"
 msgstr "o bien via URL"
 
-#: GFParser.py:137
+#: GFParser.py:138
 msgid "No tabs"
 msgstr ""
 
-#: GFParser.py:138
+#: GFParser.py:139
 msgid "Left tabs"
 msgstr ""
 
-#: GFParser.py:139
+#: GFParser.py:140
 msgid "Right tabs"
 msgstr ""
 
-#: GFParser.py:140
+#: GFParser.py:141
 msgid "Botton tabs"
 msgstr ""
 
-#: GFParser.py:141
+#: GFParser.py:142
 msgid "Top tabs"
 msgstr ""
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
+#: GFParser.py:200 GFParser.py:321 GFParser.py:544 GFParser.py:810
 msgid "Row Spacing"
 msgstr ""
 
-#: GFParser.py:206
+#: GFParser.py:207
 msgid "Transparent Nav"
 msgstr ""
 
-#: GFParser.py:216
+#: GFParser.py:217
 #, fuzzy
 msgid "Auto Create Record"
 msgstr "Eliminar registro"
 
-#: GFParser.py:222
+#: GFParser.py:223
 #, fuzzy
 msgid "Auto Next Record"
 msgstr "Registro siguiente"
 
-#: GFParser.py:230
+#: GFParser.py:231
 msgid "Auto Commit"
 msgstr ""
 
-#: GFParser.py:237
+#: GFParser.py:238
 msgid "Auto Clear on Commit"
 msgstr ""
 
-#: GFParser.py:243 GFParser.py:482 GFParser.py:702
+#: GFParser.py:244 GFParser.py:483 GFParser.py:703
 msgid "Allow Editing"
 msgstr ""
 
-#: GFParser.py:245 GFParser.py:484 GFParser.py:704
+#: GFParser.py:246 GFParser.py:485 GFParser.py:705
 #: uidrivers/curses/UIdriver.py:250
 msgid "Yes"
 msgstr ""
 
-#: GFParser.py:246 GFParser.py:485 GFParser.py:705
+#: GFParser.py:247 GFParser.py:486 GFParser.py:706
 #: uidrivers/curses/UIdriver.py:251
 #, fuzzy
 msgid "No"
 msgstr "nov"
 
-#: GFParser.py:247 GFParser.py:487 GFParser.py:707
+#: GFParser.py:248 GFParser.py:488 GFParser.py:708
 #, fuzzy
 msgid "Update Only"
 msgstr "Aviso de 'Read Only'"
 
-#: GFParser.py:248 GFParser.py:488 GFParser.py:708
+#: GFParser.py:249 GFParser.py:489 GFParser.py:709
 #, fuzzy
 msgid "New Records Only"
 msgstr "Registro siguiente"
 
-#: GFParser.py:253
+#: GFParser.py:254
 msgid "Allow Querying"
 msgstr ""
 
-#: GFParser.py:258
+#: GFParser.py:259
 #, fuzzy
 msgid "Allow Deletes"
 msgstr "&Elimina %s"
 
-#: GFParser.py:263 GFParser.py:764
+#: GFParser.py:264 GFParser.py:765
 msgid "Navigable"
 msgstr ""
 
-#: GFParser.py:270
+#: GFParser.py:271
 msgid "Prevent Deletes"
 msgstr ""
 
-#: GFParser.py:276
+#: GFParser.py:277
 #, fuzzy
 msgid "Prevent Inserts"
 msgstr "Inspector de Propiedades"
 
-#: GFParser.py:303
+#: GFParser.py:304
 msgid "Left"
 msgstr ""
 
-#: GFParser.py:304
+#: GFParser.py:305
 msgid "Right"
 msgstr ""
 
-#: GFParser.py:305
+#: GFParser.py:306
 msgid "Centered"
 msgstr ""
 
-#: GFParser.py:346
+#: GFParser.py:347
 msgid "Field (Database)"
 msgstr ""
 
-#: GFParser.py:351
+#: GFParser.py:352
 msgid "Max Text Length"
 msgstr ""
 
-#: GFParser.py:356
+#: GFParser.py:357
 msgid "Min Text Length"
 msgstr ""
 
-#: GFParser.py:388
+#: GFParser.py:389
 msgid "As Entered"
 msgstr ""
 
-#: GFParser.py:389
+#: GFParser.py:390
 msgid "Upper case"
 msgstr ""
 
-#: GFParser.py:390
+#: GFParser.py:391
 msgid "Lower case"
 msgstr ""
 
-#: GFParser.py:395
+#: GFParser.py:396
 #, fuzzy
 msgid "Data Type"
 msgstr "Tipo Nativo"
 
-#: GFParser.py:397
+#: GFParser.py:398
 msgid "Text"
 msgstr ""
 
-#: GFParser.py:398
+#: GFParser.py:399
 msgid "Numeric"
 msgstr ""
 
-#: GFParser.py:399
+#: GFParser.py:400
 msgid "Date/Time"
 msgstr ""
 
-#: GFParser.py:424
+#: GFParser.py:425
 #, fuzzy
 msgid "F/K Datasource"
 msgstr "Detalle de Datasource"
 
-#: GFParser.py:428
+#: GFParser.py:429
 msgid "F/K Bound Field"
 msgstr ""
 
-#: GFParser.py:433
+#: GFParser.py:434
 #, fuzzy
 msgid "F/K Description Field"
 msgstr "Descripcion"
 
-#: GFParser.py:437
+#: GFParser.py:438
 msgid "F/K Refresh Method"
 msgstr ""
 
-#: GFParser.py:439
+#: GFParser.py:440
 msgid "On form startup"
 msgstr ""
 
-#: GFParser.py:440
+#: GFParser.py:441
 msgid "On field modification"
 msgstr ""
 
-#: GFParser.py:441
+#: GFParser.py:442
 msgid "On commit"
 msgstr ""
 
-#: GFParser.py:446
+#: GFParser.py:447
 #, fuzzy
 msgid "Default (New Records)"
 msgstr "Eliminar registro"
 
-#: GFParser.py:453
+#: GFParser.py:454
 #, fuzzy
 msgid "Default to last entry"
 msgstr "Ejecutar Query"
 
-#: GFParser.py:461
+#: GFParser.py:462
 #, fuzzy
 msgid "Default (Querying)"
 msgstr "Ejecutar Query"
 
-#: GFParser.py:468
+#: GFParser.py:469
 msgid "Sloppy Queries"
 msgstr ""
 
-#: GFParser.py:475
+#: GFParser.py:476
 msgid "Ignore Case on Queries"
 msgstr ""
 
-#: GFParser.py:486 GFParser.py:706
+#: GFParser.py:487 GFParser.py:707
 msgid "Null Only"
 msgstr ""
 
-#: GFParser.py:493
+#: GFParser.py:494
 msgid "Allow Query"
 msgstr ""
 
-#: GFParser.py:497
+#: GFParser.py:498
 msgid "Trim left spaces"
 msgstr ""
 
-#: GFParser.py:503
+#: GFParser.py:504
 msgid "Trim right spaces"
 msgstr ""
 
-#: GFParser.py:536
+#: GFParser.py:537
 msgid "Focus Order"
 msgstr ""
 
-#: GFParser.py:561
+#: GFParser.py:562
 msgid "Default"
 msgstr ""
 
-#: GFParser.py:562
+#: GFParser.py:563
 msgid "Password/Hidden"
 msgstr ""
 
-#: GFParser.py:563
+#: GFParser.py:564
 msgid "Dropdown/Combo box"
 msgstr ""
 
-#: GFParser.py:564
+#: GFParser.py:565
 msgid "Listbox"
 msgstr ""
 
-#: GFParser.py:565
+#: GFParser.py:566
 msgid "Checkbox"
 msgstr ""
 
-#: GFParser.py:566
+#: GFParser.py:567
 msgid "Label (non-editable)"
 msgstr ""
 
-#: GFParser.py:576
+#: GFParser.py:577
 msgid "Format Mask"
 msgstr ""
 
-#: GFParser.py:580
+#: GFParser.py:581
 msgid "Input Mask"
 msgstr ""
 
-#: GFParser.py:583
+#: GFParser.py:584
 msgid "Display Mask"
 msgstr ""
 
-#: GFParser.py:685
+#: GFParser.py:686
 msgid "Field contains the URL of the image"
 msgstr ""
 
-#: GFParser.py:686
+#: GFParser.py:687
 msgid "Field contains a PIL encoding of the image"
 msgstr ""
 
-#: GFParser.py:692
+#: GFParser.py:693
 msgid "Full-size image (no scaling)"
 msgstr ""
 
-#: GFParser.py:693
+#: GFParser.py:694
 msgid "Scale to width"
 msgstr ""
 
-#: GFParser.py:694
+#: GFParser.py:695
 msgid "Scale to height"
 msgstr ""
 
-#: GFParser.py:695
+#: GFParser.py:696
 msgid "Scale width and height (may distort image)"
 msgstr ""
 
-#: GFParser.py:696
+#: GFParser.py:697
 msgid "Use a best-fit algorithm"
 msgstr ""
 
-#: GFParser.py:742
+#: GFParser.py:743
 msgid "Field contains the URL of the component"
 msgstr ""
 
-#: GFParser.py:743
+#: GFParser.py:744
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr ""
 
-#: GFParser.py:817 GFParser.py:857
+#: GFParser.py:818 GFParser.py:858
 #, fuzzy
 msgid "Description field"
 msgstr "Descripcion"
 
-#: GFParser.py:822
+#: GFParser.py:823
 msgid "Own ID field"
 msgstr ""
 
-#: GFParser.py:827
+#: GFParser.py:828
 msgid "Parent ID field"
 msgstr ""
 
-#: GFParser.py:832
+#: GFParser.py:833
 msgid "Table hint for leaf tables"
 msgstr ""
 
-#: GFParser.py:853
+#: GFParser.py:854
 msgid "ID of a field"
 msgstr ""
 
-#: GFParser.py:1090
+#: GFParser.py:1091
 msgid "M/D Min Child Rows"
 msgstr ""
 
-#: GFParser.py:1101
+#: GFParser.py:1102
 msgid "M/D Max Child Rows"
 msgstr ""
 
@@ -1053,11 +1053,11 @@
 msgid ">> Detail"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:476
+#: uidrivers/gtk2/UIdriver.py:479
 msgid ">> Details"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:480
+#: uidrivers/gtk2/UIdriver.py:483
 msgid "<< Details"
 msgstr ""
 
@@ -1095,15 +1095,15 @@
 msgid "Description:"
 msgstr " Descripcion:"
 
-#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:68
+#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:69
 msgid "GNU Enterprise Forms"
 msgstr "GNU Enterprise Forms"
 
-#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:75
+#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:76
 msgid "Version %s"
 msgstr "Version %s"
 
-#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:85
+#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:86
 msgid "Protected by GNU General Public Licence 2.0"
 msgstr "Protegido por  GNU General Public License 2.0"
 
@@ -1177,6 +1177,10 @@
 msgid "Page 1 of 1"
 msgstr ""
 
+#: uidrivers/wx/UIWXSplashScreen.py:81
+msgid "(c)2000-2004 Free Software Foundation"
+msgstr ""
+
 #: uidrivers/wx/UIdriver.py:36
 msgid "The GNUe-Forms wx driver requires wxPython."
 msgstr ""
@@ -1186,7 +1190,7 @@
 msgid "Information"
 msgstr "-= Informacion de Forma =-"
 
-#: uidrivers/wx/common.py:108
+#: uidrivers/wx/common.py:109
 #, fuzzy
 msgid "Encoding %s is not supported by the wx UI driver"
 msgstr "Clausula de condicion \"%s\" no es soportada por este manejador."

Modified: trunk/gnue-forms/po/fr.po
===================================================================
--- trunk/gnue-forms/po/fr.po   2005-02-03 14:01:09 UTC (rev 6949)
+++ trunk/gnue-forms/po/fr.po   2005-02-03 14:07:06 UTC (rev 6950)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2004-12-28 16:58+CET\n"
+"POT-Creation-Date: 2005-02-03 15:06+CET\n"
 "PO-Revision-Date: 2004-04-10 19:29+0200\n"
 "Last-Translator: Laurent Savaete <address@hidden>\n"
 "Language-Team: Francais <address@hidden>\n"
@@ -123,19 +123,19 @@
 msgid "Query successful."
 msgstr ""
 
-#: GFForm.py:635
+#: GFForm.py:623 GFInstance.py:925 GFInstance.py:948
+msgid "Form is readonly"
+msgstr "Formulaire en lecture seule"
+
+#: GFForm.py:640
 msgid "Form trigger returned error"
 msgstr "Le trigger du formulaire a renvoy� une erreur."
 
-#: GFForm.py:644
+#: GFForm.py:651
 msgid "Block trigger returned error"
 msgstr "Le trigger du bloc a renvoy� une erreur."
 
-#: GFForm.py:660 GFInstance.py:925 GFInstance.py:948
-msgid "Form is readonly"
-msgstr "Formulaire en lecture seule"
-
-#: GFForm.py:666
+#: GFForm.py:678
 #, fuzzy
 msgid ""
 "Database commit error:\n"
@@ -146,7 +146,7 @@
 "%s\n"
 "%s"
 
-#: GFForm.py:1009 GFForm.py:1023 GFForm.py:1037 GFForm.py:1051 GFForm.py:1066
+#: GFForm.py:1042 GFForm.py:1056 GFForm.py:1070 GFForm.py:1084 GFForm.py:1099
 #: GFInstance.py:792
 #, fuzzy
 msgid "You cannot do that in query mode."
@@ -209,7 +209,7 @@
 msgid "Invalid keystroke combination '%(comb)s' in keymap for '%(event)s'"
 msgstr "Combinaison clavier incorrecte '%s' dans le mappage clavier pour '%s'"
 
-#: GFObjects/GFBlock.py:229
+#: GFObjects/GFBlock.py:223
 msgid "Datasource '%(datasource)s' in block '%(block)s' not found"
 msgstr ""
 
@@ -225,356 +225,356 @@
 msgid "Datasource '%s' not found"
 msgstr ""
 
-#: GFParser.py:92
+#: GFParser.py:93
 msgid "Title"
 msgstr "Titre"
 
-#: GFParser.py:97 GFParser.py:373
+#: GFParser.py:98 GFParser.py:374
 msgid "Read Only"
 msgstr "Lecture seule"
 
-#: GFParser.py:104
+#: GFParser.py:105
 msgid "Name"
 msgstr ""
 
-#: GFParser.py:108
+#: GFParser.py:109
 #, fuzzy
 msgid "Style"
 msgstr "Titre"
 
-#: GFParser.py:110 GFParser.py:168
+#: GFParser.py:111 GFParser.py:169
 msgid "Normal"
 msgstr "Normal"
 
-#: GFParser.py:111
+#: GFParser.py:112
 msgid "Dialog"
 msgstr "Boite de dialogue"
 
-#: GFParser.py:135
+#: GFParser.py:136
 msgid "Tab Location"
 msgstr ""
 
-#: GFParser.py:137
+#: GFParser.py:138
 msgid "No tabs"
 msgstr "Pas de tabulations"
 
-#: GFParser.py:138
+#: GFParser.py:139
 #, fuzzy
 msgid "Left tabs"
 msgstr "Pas de tabulations"
 
-#: GFParser.py:139
+#: GFParser.py:140
 #, fuzzy
 msgid "Right tabs"
 msgstr "Droite"
 
-#: GFParser.py:140
+#: GFParser.py:141
 #, fuzzy
 msgid "Botton tabs"
 msgstr "Pas de tabulations"
 
-#: GFParser.py:141
+#: GFParser.py:142
 #, fuzzy
 msgid "Top tabs"
 msgstr "Pas de tabulations"
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
+#: GFParser.py:200 GFParser.py:321 GFParser.py:544 GFParser.py:810
 msgid "Row Spacing"
 msgstr "Ecartement des lignes"
 
-#: GFParser.py:206
+#: GFParser.py:207
 msgid "Transparent Nav"
 msgstr ""
 
-#: GFParser.py:216
+#: GFParser.py:217
 #, fuzzy
 msgid "Auto Create Record"
 msgstr "Supprimer l'enregistrement courant"
 
-#: GFParser.py:222
+#: GFParser.py:223
 #, fuzzy
 msgid "Auto Next Record"
 msgstr "Enregistrement suivant"
 
-#: GFParser.py:230
+#: GFParser.py:231
 msgid "Auto Commit"
 msgstr ""
 
-#: GFParser.py:237
+#: GFParser.py:238
 msgid "Auto Clear on Commit"
 msgstr ""
 
-#: GFParser.py:243 GFParser.py:482 GFParser.py:702
+#: GFParser.py:244 GFParser.py:483 GFParser.py:703
 msgid "Allow Editing"
 msgstr ""
 
-#: GFParser.py:245 GFParser.py:484 GFParser.py:704
+#: GFParser.py:246 GFParser.py:485 GFParser.py:705
 #: uidrivers/curses/UIdriver.py:250
 msgid "Yes"
 msgstr ""
 
-#: GFParser.py:246 GFParser.py:485 GFParser.py:705
+#: GFParser.py:247 GFParser.py:486 GFParser.py:706
 #: uidrivers/curses/UIdriver.py:251
 msgid "No"
 msgstr ""
 
-#: GFParser.py:247 GFParser.py:487 GFParser.py:707
+#: GFParser.py:248 GFParser.py:488 GFParser.py:708
 #, fuzzy
 msgid "Update Only"
 msgstr "Lecture seule"
 
-#: GFParser.py:248 GFParser.py:488 GFParser.py:708
+#: GFParser.py:249 GFParser.py:489 GFParser.py:709
 #, fuzzy
 msgid "New Records Only"
 msgstr "Enregistrement suivant"
 
-#: GFParser.py:253
+#: GFParser.py:254
 msgid "Allow Querying"
 msgstr ""
 
-#: GFParser.py:258
+#: GFParser.py:259
 msgid "Allow Deletes"
 msgstr ""
 
-#: GFParser.py:263 GFParser.py:764
+#: GFParser.py:264 GFParser.py:765
 #, fuzzy
 msgid "Navigable"
 msgstr "&Navigation"
 
-#: GFParser.py:270
+#: GFParser.py:271
 msgid "Prevent Deletes"
 msgstr "Emp�cher les suppressions"
 
-#: GFParser.py:276
+#: GFParser.py:277
 msgid "Prevent Inserts"
 msgstr "Emp�cher les insertions"
 
-#: GFParser.py:303
+#: GFParser.py:304
 msgid "Left"
 msgstr "Gauche"
 
-#: GFParser.py:304
+#: GFParser.py:305
 msgid "Right"
 msgstr "Droite"
 
-#: GFParser.py:305
+#: GFParser.py:306
 msgid "Centered"
 msgstr "Centr�"
 
-#: GFParser.py:346
+#: GFParser.py:347
 msgid "Field (Database)"
 msgstr "Champ (base de donn�es)"
 
-#: GFParser.py:351
+#: GFParser.py:352
 msgid "Max Text Length"
 msgstr ""
 
-#: GFParser.py:356
+#: GFParser.py:357
 msgid "Min Text Length"
 msgstr ""
 
-#: GFParser.py:388
+#: GFParser.py:389
 #, fuzzy
 msgid "As Entered"
 msgstr "Centr�"
 
-#: GFParser.py:389
+#: GFParser.py:390
 msgid "Upper case"
 msgstr ""
 
-#: GFParser.py:390
+#: GFParser.py:391
 msgid "Lower case"
 msgstr ""
 
-#: GFParser.py:395
+#: GFParser.py:396
 msgid "Data Type"
 msgstr "Type de donn�es"
 
-#: GFParser.py:397
+#: GFParser.py:398
 msgid "Text"
 msgstr "Texte"
 
-#: GFParser.py:398
+#: GFParser.py:399
 msgid "Numeric"
 msgstr "Num�rique"
 
-#: GFParser.py:399
+#: GFParser.py:400
 msgid "Date/Time"
 msgstr "Date/Heure"
 
-#: GFParser.py:424
+#: GFParser.py:425
 msgid "F/K Datasource"
 msgstr "Source de donn�es F/K"
 
-#: GFParser.py:428
+#: GFParser.py:429
 msgid "F/K Bound Field"
 msgstr "Champ li� F/K"
 
-#: GFParser.py:433
+#: GFParser.py:434
 msgid "F/K Description Field"
 msgstr "Champ de description F/K"
 
-#: GFParser.py:437
+#: GFParser.py:438
 msgid "F/K Refresh Method"
 msgstr "M�thode de rafraichissment F/K"
 
-#: GFParser.py:439
+#: GFParser.py:440
 #, fuzzy
 msgid "On form startup"
 msgstr "Mettre � jour seulement au lancement"
 
-#: GFParser.py:440
+#: GFParser.py:441
 #, fuzzy
 msgid "On field modification"
 msgstr "Mettre � jour sur modification du champ"
 
-#: GFParser.py:441
+#: GFParser.py:442
 msgid "On commit"
 msgstr ""
 
-#: GFParser.py:446
+#: GFParser.py:447
 #, fuzzy
 msgid "Default (New Records)"
 msgstr "D�faut (Nouveau champ)"
 
-#: GFParser.py:453
+#: GFParser.py:454
 #, fuzzy
 msgid "Default to last entry"
 msgstr "Derni�re valeur par d�faut ?"
 
-#: GFParser.py:461
+#: GFParser.py:462
 #, fuzzy
 msgid "Default (Querying)"
 msgstr "D�faut (Requ�te)"
 
-#: GFParser.py:468
+#: GFParser.py:469
 msgid "Sloppy Queries"
 msgstr ""
 
-#: GFParser.py:475
+#: GFParser.py:476
 msgid "Ignore Case on Queries"
 msgstr "Ignorer la casse dans les requ�tes"
 
-#: GFParser.py:486 GFParser.py:706
+#: GFParser.py:487 GFParser.py:707
 msgid "Null Only"
 msgstr ""
 
-#: GFParser.py:493
+#: GFParser.py:494
 msgid "Allow Query"
 msgstr ""
 
-#: GFParser.py:497
+#: GFParser.py:498
 msgid "Trim left spaces"
 msgstr "Enlever les espaces � gauche"
 
-#: GFParser.py:503
+#: GFParser.py:504
 msgid "Trim right spaces"
 msgstr "Enlever les espaces � droite"
 
-#: GFParser.py:536
+#: GFParser.py:537
 msgid "Focus Order"
 msgstr ""
 
-#: GFParser.py:561
+#: GFParser.py:562
 msgid "Default"
 msgstr "D�faut"
 
-#: GFParser.py:562
+#: GFParser.py:563
 msgid "Password/Hidden"
 msgstr "Mot de passe/Cach�"
 
-#: GFParser.py:563
+#: GFParser.py:564
 msgid "Dropdown/Combo box"
 msgstr "Menu d�roulant"
 
-#: GFParser.py:564
+#: GFParser.py:565
 msgid "Listbox"
 msgstr ""
 
-#: GFParser.py:565
+#: GFParser.py:566
 msgid "Checkbox"
 msgstr "Case � cocher"
 
-#: GFParser.py:566
+#: GFParser.py:567
 msgid "Label (non-editable)"
 msgstr "Etiquette (non �ditable)"
 
-#: GFParser.py:576
+#: GFParser.py:577
 msgid "Format Mask"
 msgstr "Masque de formatage"
 
-#: GFParser.py:580
+#: GFParser.py:581
 msgid "Input Mask"
 msgstr "Masque de saisie"
 
-#: GFParser.py:583
+#: GFParser.py:584
 msgid "Display Mask"
 msgstr "Masque d'affichage"
 
-#: GFParser.py:685
+#: GFParser.py:686
 msgid "Field contains the URL of the image"
 msgstr "Le champ contient l'URL de l'image."
 
-#: GFParser.py:686
+#: GFParser.py:687
 msgid "Field contains a PIL encoding of the image"
 msgstr "Le champ contient un encodage PIL de l'image"
 
-#: GFParser.py:692
+#: GFParser.py:693
 msgid "Full-size image (no scaling)"
 msgstr ""
 
-#: GFParser.py:693
+#: GFParser.py:694
 msgid "Scale to width"
 msgstr ""
 
-#: GFParser.py:694
+#: GFParser.py:695
 msgid "Scale to height"
 msgstr ""
 
-#: GFParser.py:695
+#: GFParser.py:696
 msgid "Scale width and height (may distort image)"
 msgstr ""
 
-#: GFParser.py:696
+#: GFParser.py:697
 msgid "Use a best-fit algorithm"
 msgstr ""
 
-#: GFParser.py:742
+#: GFParser.py:743
 msgid "Field contains the URL of the component"
 msgstr "Le champ contient l'URL du composant"
 
-#: GFParser.py:743
+#: GFParser.py:744
 #, fuzzy
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr "Le champ contient l'URL du composant"
 
-#: GFParser.py:817 GFParser.py:857
+#: GFParser.py:818 GFParser.py:858
 #, fuzzy
 msgid "Description field"
 msgstr "Champ de description F/K"
 
-#: GFParser.py:822
+#: GFParser.py:823
 msgid "Own ID field"
 msgstr ""
 
-#: GFParser.py:827
+#: GFParser.py:828
 #, fuzzy
 msgid "Parent ID field"
 msgstr "Emp�cher les suppressions"
 
-#: GFParser.py:832
+#: GFParser.py:833
 msgid "Table hint for leaf tables"
 msgstr ""
 
-#: GFParser.py:853
+#: GFParser.py:854
 msgid "ID of a field"
 msgstr ""
 
-#: GFParser.py:1090
+#: GFParser.py:1091
 msgid "M/D Min Child Rows"
 msgstr ""
 
-#: GFParser.py:1101
+#: GFParser.py:1102
 msgid "M/D Max Child Rows"
 msgstr ""
 
@@ -1025,11 +1025,11 @@
 msgid ">> Detail"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:476
+#: uidrivers/gtk2/UIdriver.py:479
 msgid ">> Details"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:480
+#: uidrivers/gtk2/UIdriver.py:483
 msgid "<< Details"
 msgstr ""
 
@@ -1064,15 +1064,15 @@
 msgid "Description:"
 msgstr "Champ de description F/K"
 
-#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:68
+#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:69
 msgid "GNU Enterprise Forms"
 msgstr "GNU Enterprise Forms"
 
-#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:75
+#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:76
 msgid "Version %s"
 msgstr "Version %s"
 
-#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:85
+#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:86
 msgid "Protected by GNU General Public Licence 2.0"
 msgstr "Prot�g� par la GNU General Public Licence 2.0"
 
@@ -1145,6 +1145,10 @@
 msgid "Page 1 of 1"
 msgstr "Page 1 de 1"
 
+#: uidrivers/wx/UIWXSplashScreen.py:81
+msgid "(c)2000-2004 Free Software Foundation"
+msgstr ""
+
 #: uidrivers/wx/UIdriver.py:36
 msgid "The GNUe-Forms wx driver requires wxPython."
 msgstr "Le pilote wx pour GNUe Forms n�cessite wxPython."
@@ -1153,7 +1157,7 @@
 msgid "Information"
 msgstr ""
 
-#: uidrivers/wx/common.py:108
+#: uidrivers/wx/common.py:109
 msgid "Encoding %s is not supported by the wx UI driver"
 msgstr "l'encodage %s n'est pas support� par le pilote wx UI."
 

Modified: trunk/gnue-forms/po/hu.po
===================================================================
--- trunk/gnue-forms/po/hu.po   2005-02-03 14:01:09 UTC (rev 6949)
+++ trunk/gnue-forms/po/hu.po   2005-02-03 14:07:06 UTC (rev 6950)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-Forms 0.5\n"
-"POT-Creation-Date: 2004-12-28 16:58+CET\n"
+"POT-Creation-Date: 2005-02-03 15:06+CET\n"
 "PO-Revision-Date: $Date$\n"
 "Last-Translator: Kmetyk� G�bor <address@hidden>\n"
 "MIME-Version: 1.0\n"
@@ -121,19 +121,19 @@
 msgid "Query successful."
 msgstr "Lek�rdez�s sikeres."
 
-#: GFForm.py:635
+#: GFForm.py:623 GFInstance.py:925 GFInstance.py:948
+msgid "Form is readonly"
+msgstr "A k�perny� csak olvashat�"
+
+#: GFForm.py:640
 msgid "Form trigger returned error"
 msgstr "A k�perny� trigger hib�t adott vissza"
 
-#: GFForm.py:644
+#: GFForm.py:651
 msgid "Block trigger returned error"
 msgstr "A blokk trigger hib�t adott vissza"
 
-#: GFForm.py:660 GFInstance.py:925 GFInstance.py:948
-msgid "Form is readonly"
-msgstr "A k�perny� csak olvashat�"
-
-#: GFForm.py:666
+#: GFForm.py:678
 msgid ""
 "Database commit error:\n"
 "%(exType)s\n"
@@ -144,7 +144,7 @@
 "%(exMessage)s "
 
 # c:\python22\lib\site-packages\gnue/forms/GFForm.py:454
-#: GFForm.py:1009 GFForm.py:1023 GFForm.py:1037 GFForm.py:1051 GFForm.py:1066
+#: GFForm.py:1042 GFForm.py:1056 GFForm.py:1070 GFForm.py:1084 GFForm.py:1099
 #: GFInstance.py:792
 msgid "You cannot do that in query mode."
 msgstr "Ezt nem lehet lek�rdez� m�dban v�grehajtani."
@@ -189,7 +189,7 @@
 msgid "Invalid keystroke combination '%(comb)s' in keymap for '%(event)s'"
 msgstr "�rv�nytelen billenty�-kombin�ci� '%(comb)s' a '%(event)s'-ban"
 
-#: GFObjects/GFBlock.py:229
+#: GFObjects/GFBlock.py:223
 msgid "Datasource '%(datasource)s' in block '%(block)s' not found"
 msgstr "A '%(datasource)s' adatforr�s a '%(block)s' blokkban nem tal�lhat�"
 
@@ -205,341 +205,341 @@
 msgid "Datasource '%s' not found"
 msgstr "A '%s' adatforr�s nem tal�lhat�"
 
-#: GFParser.py:92
+#: GFParser.py:93
 msgid "Title"
 msgstr "C�m"
 
-#: GFParser.py:97 GFParser.py:373
+#: GFParser.py:98 GFParser.py:374
 msgid "Read Only"
 msgstr "Csak olvashat�"
 
-#: GFParser.py:104
+#: GFParser.py:105
 msgid "Name"
 msgstr "N�v"
 
-#: GFParser.py:108
+#: GFParser.py:109
 msgid "Style"
 msgstr "St�lus"
 
-#: GFParser.py:110 GFParser.py:168
+#: GFParser.py:111 GFParser.py:169
 msgid "Normal"
 msgstr "Norm�l"
 
-#: GFParser.py:111
+#: GFParser.py:112
 msgid "Dialog"
 msgstr "P�rbesz�d"
 
-#: GFParser.py:135
+#: GFParser.py:136
 msgid "Tab Location"
 msgstr "F�l elhelyezked�se"
 
-#: GFParser.py:137
+#: GFParser.py:138
 msgid "No tabs"
 msgstr "Nincs f�l"
 
-#: GFParser.py:138
+#: GFParser.py:139
 msgid "Left tabs"
 msgstr "Bal f�lek"
 
-#: GFParser.py:139
+#: GFParser.py:140
 msgid "Right tabs"
 msgstr "Jobb f�lek"
 
-#: GFParser.py:140
+#: GFParser.py:141
 msgid "Botton tabs"
 msgstr "Als� f�lek"
 
-#: GFParser.py:141
+#: GFParser.py:142
 msgid "Top tabs"
 msgstr "Fels� f�lek"
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
+#: GFParser.py:200 GFParser.py:321 GFParser.py:544 GFParser.py:810
 msgid "Row Spacing"
 msgstr "Sort�vols�g"
 
-#: GFParser.py:206
+#: GFParser.py:207
 msgid "Transparent Nav"
 msgstr "Transzparens navig�ci�"
 
 # c:\python22\lib\site-packages\gnue/designer/base/Instance.py:306
-#: GFParser.py:216
+#: GFParser.py:217
 msgid "Auto Create Record"
 msgstr "Rekord automatikus l�trehoz�sa"
 
-#: GFParser.py:222
+#: GFParser.py:223
 msgid "Auto Next Record"
 msgstr "Automatikusan k�vetkez� rekordra l�p"
 
-#: GFParser.py:230
+#: GFParser.py:231
 msgid "Auto Commit"
 msgstr "Automatikus v�grehajt�s"
 
-#: GFParser.py:237
+#: GFParser.py:238
 msgid "Auto Clear on Commit"
 msgstr "Automatikus t�rl�s v�grehajt�skor"
 
-#: GFParser.py:243 GFParser.py:482 GFParser.py:702
+#: GFParser.py:244 GFParser.py:483 GFParser.py:703
 msgid "Allow Editing"
 msgstr "Szerkeszt�s enged�lyez�se"
 
-#: GFParser.py:245 GFParser.py:484 GFParser.py:704
+#: GFParser.py:246 GFParser.py:485 GFParser.py:705
 #: uidrivers/curses/UIdriver.py:250
 msgid "Yes"
 msgstr "Igen"
 
-#: GFParser.py:246 GFParser.py:485 GFParser.py:705
+#: GFParser.py:247 GFParser.py:486 GFParser.py:706
 #: uidrivers/curses/UIdriver.py:251
 msgid "No"
 msgstr "Nem"
 
-#: GFParser.py:247 GFParser.py:487 GFParser.py:707
+#: GFParser.py:248 GFParser.py:488 GFParser.py:708
 msgid "Update Only"
 msgstr "Csak m�dos�that�"
 
-#: GFParser.py:248 GFParser.py:488 GFParser.py:708
+#: GFParser.py:249 GFParser.py:489 GFParser.py:709
 msgid "New Records Only"
 msgstr "Csak �j rekordok"
 
-#: GFParser.py:253
+#: GFParser.py:254
 msgid "Allow Querying"
 msgstr "Lek�rdez�s enged�lyezve"
 
-#: GFParser.py:258
+#: GFParser.py:259
 msgid "Allow Deletes"
 msgstr "T�rl�sek enged�lyezve"
 
 # c:\python22\lib\site-packages\gnue/navigator/UIwin32.py:257
 # c:\python22\lib\site-packages\gnue/navigator/UIwxpython.py:146
-#: GFParser.py:263 GFParser.py:764
+#: GFParser.py:264 GFParser.py:765
 msgid "Navigable"
 msgstr "Navig�l�s enged�lyezve"
 
-#: GFParser.py:270
+#: GFParser.py:271
 msgid "Prevent Deletes"
 msgstr "T�rl�s megakad�lyoz�sa"
 
-#: GFParser.py:276
+#: GFParser.py:277
 msgid "Prevent Inserts"
 msgstr "Besz�r�s megakad�lyoz�sa"
 
-#: GFParser.py:303
+#: GFParser.py:304
 msgid "Left"
 msgstr "Bal"
 
-#: GFParser.py:304
+#: GFParser.py:305
 msgid "Right"
 msgstr "Jobb"
 
-#: GFParser.py:305
+#: GFParser.py:306
 msgid "Centered"
 msgstr "K�z�pre z�rt"
 
-#: GFParser.py:346
+#: GFParser.py:347
 msgid "Field (Database)"
 msgstr "Mez� (adatb�zis)"
 
-#: GFParser.py:351
+#: GFParser.py:352
 msgid "Max Text Length"
 msgstr "Max. sz�veghossz"
 
-#: GFParser.py:356
+#: GFParser.py:357
 msgid "Min Text Length"
 msgstr "Min. sz�veghossz"
 
-#: GFParser.py:388
+#: GFParser.py:389
 msgid "As Entered"
 msgstr "Ahogy bevitelre ker�lt"
 
-#: GFParser.py:389
+#: GFParser.py:390
 msgid "Upper case"
 msgstr "Nagybet�s"
 
-#: GFParser.py:390
+#: GFParser.py:391
 msgid "Lower case"
 msgstr "kisbet�s"
 
-#: GFParser.py:395
+#: GFParser.py:396
 msgid "Data Type"
 msgstr "Adatt�pus"
 
-#: GFParser.py:397
+#: GFParser.py:398
 msgid "Text"
 msgstr "Sz�veg"
 
-#: GFParser.py:398
+#: GFParser.py:399
 msgid "Numeric"
 msgstr "Sz�m"
 
-#: GFParser.py:399
+#: GFParser.py:400
 msgid "Date/Time"
 msgstr "D�tum/Id�"
 
 # 
c:\python22\lib\site-packages\gnue/designer/base/tools/DataSourceEditor.py:470
-#: GFParser.py:424
+#: GFParser.py:425
 msgid "F/K Datasource"
 msgstr "Idegen kulcs adatforr�s"
 
-#: GFParser.py:428
+#: GFParser.py:429
 msgid "F/K Bound Field"
 msgstr "Idegen kulcshoz k�t�tt mez�"
 
-#: GFParser.py:433
+#: GFParser.py:434
 msgid "F/K Description Field"
 msgstr "Idegen kulcs le�r� mez�"
 
-#: GFParser.py:437
+#: GFParser.py:438
 msgid "F/K Refresh Method"
 msgstr "Idegen kulcs friss�t�si m�dszer"
 
-#: GFParser.py:439
+#: GFParser.py:440
 msgid "On form startup"
 msgstr "A k�perny� indul�sakor"
 
-#: GFParser.py:440
+#: GFParser.py:441
 msgid "On field modification"
 msgstr "Mez� v�ltoz�sakor"
 
-#: GFParser.py:441
+#: GFParser.py:442
 msgid "On commit"
 msgstr "V�grehajt�skor"
 
-#: GFParser.py:446
+#: GFParser.py:447
 msgid "Default (New Records)"
 msgstr "Alap�rtelmezett (�j rekordok)"
 
-#: GFParser.py:453
+#: GFParser.py:454
 msgid "Default to last entry"
 msgstr "Alap�rtelmezett az utols� �rt�k"
 
-#: GFParser.py:461
+#: GFParser.py:462
 msgid "Default (Querying)"
 msgstr "Alap�rtelmezett (Lek�rdez�s)"
 
-#: GFParser.py:468
+#: GFParser.py:469
 msgid "Sloppy Queries"
 msgstr "Fel�letes lek�rdez�sek"
 
-#: GFParser.py:475
+#: GFParser.py:476
 msgid "Ignore Case on Queries"
 msgstr "A kis/nagybet�s �r�sm�d nem sz�m�t a lek�rdez�sekn�l"
 
-#: GFParser.py:486 GFParser.py:706
+#: GFParser.py:487 GFParser.py:707
 msgid "Null Only"
 msgstr "Csak Null"
 
-#: GFParser.py:493
+#: GFParser.py:494
 msgid "Allow Query"
 msgstr "Lek�rdez�s enged�lyezve"
 
-#: GFParser.py:497
+#: GFParser.py:498
 msgid "Trim left spaces"
 msgstr "�res helyek lev�g�sa balr�l"
 
-#: GFParser.py:503
+#: GFParser.py:504
 msgid "Trim right spaces"
 msgstr "�res helyek lev�g�sa jobbr�l"
 
-#: GFParser.py:536
+#: GFParser.py:537
 msgid "Focus Order"
 msgstr "F�kusz sorrend"
 
-#: GFParser.py:561
+#: GFParser.py:562
 msgid "Default"
 msgstr "Alap�rtelmezett"
 
-#: GFParser.py:562
+#: GFParser.py:563
 msgid "Password/Hidden"
 msgstr "Jelsz�/Rejtett"
 
-#: GFParser.py:563
+#: GFParser.py:564
 msgid "Dropdown/Combo box"
 msgstr "Leg�rd�l�/Combo box"
 
-#: GFParser.py:564
+#: GFParser.py:565
 msgid "Listbox"
 msgstr "Listbox"
 
-#: GFParser.py:565
+#: GFParser.py:566
 msgid "Checkbox"
 msgstr "Jel�l�mez�"
 
-#: GFParser.py:566
+#: GFParser.py:567
 msgid "Label (non-editable)"
 msgstr "C�mke (nem v�ltoztathat�)"
 
-#: GFParser.py:576
+#: GFParser.py:577
 msgid "Format Mask"
 msgstr "Form�tum maszk"
 
-#: GFParser.py:580
+#: GFParser.py:581
 msgid "Input Mask"
 msgstr "Beviteli maszk"
 
-#: GFParser.py:583
+#: GFParser.py:584
 msgid "Display Mask"
 msgstr "Megjelen�t�si maszk"
 
-#: GFParser.py:685
+#: GFParser.py:686
 msgid "Field contains the URL of the image"
 msgstr "A mez� a k�p URL-j�t tartalmazza"
 
-#: GFParser.py:686
+#: GFParser.py:687
 msgid "Field contains a PIL encoding of the image"
 msgstr "A mez� a k�p PIL-k�dol�s�t tartalmazza"
 
-#: GFParser.py:692
+#: GFParser.py:693
 msgid "Full-size image (no scaling)"
 msgstr "Teljes m�ret� k�p (nincs sk�l�zva)"
 
-#: GFParser.py:693
+#: GFParser.py:694
 msgid "Scale to width"
 msgstr "Sz�less�ghez igaz�t"
 
-#: GFParser.py:694
+#: GFParser.py:695
 msgid "Scale to height"
 msgstr "Magass�ghoz igaz�t"
 
-#: GFParser.py:695
+#: GFParser.py:696
 msgid "Scale width and height (may distort image)"
 msgstr "Sz�less�ghez �s magass�ghoz is igaz�t (torz�thatja a k�pet)"
 
-#: GFParser.py:696
+#: GFParser.py:697
 msgid "Use a best-fit algorithm"
 msgstr "Legjobb illeszked�ses algoritmus"
 
-#: GFParser.py:742
+#: GFParser.py:743
 msgid "Field contains the URL of the component"
 msgstr "A mez� a komponens URL-j�t tartalmazza"
 
-#: GFParser.py:743
+#: GFParser.py:744
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr "A mez� a komponens adat�t Base63 k�dol�ssal tartalmazza"
 
-#: GFParser.py:817 GFParser.py:857
+#: GFParser.py:818 GFParser.py:858
 msgid "Description field"
 msgstr "Le�r� mez�"
 
-#: GFParser.py:822
+#: GFParser.py:823
 msgid "Own ID field"
 msgstr "Saj�t ID mez�"
 
-#: GFParser.py:827
+#: GFParser.py:828
 msgid "Parent ID field"
 msgstr "Sz�l� ID mez�"
 
-#: GFParser.py:832
+#: GFParser.py:833
 msgid "Table hint for leaf tables"
 msgstr "T�bla tipp a lev�l t�bl�khoz"
 
-#: GFParser.py:853
+#: GFParser.py:854
 msgid "ID of a field"
 msgstr "Egy mez� ID-je"
 
-#: GFParser.py:1090
+#: GFParser.py:1091
 msgid "M/D Min Child Rows"
 msgstr "M/D Min. gyermek sorok"
 
-#: GFParser.py:1101
+#: GFParser.py:1102
 msgid "M/D Max Child Rows"
 msgstr "M/D Max. gyermek sorok"
 
@@ -1024,11 +1024,11 @@
 msgid ">> Detail"
 msgstr ">> R�szletek"
 
-#: uidrivers/gtk2/UIdriver.py:476
+#: uidrivers/gtk2/UIdriver.py:479
 msgid ">> Details"
 msgstr ">> R�szletek"
 
-#: uidrivers/gtk2/UIdriver.py:480
+#: uidrivers/gtk2/UIdriver.py:483
 msgid "<< Details"
 msgstr "<< R�szletek"
 
@@ -1060,15 +1060,15 @@
 msgid "Description:"
 msgstr "Le�r�s:"
 
-#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:68
+#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:69
 msgid "GNU Enterprise Forms"
 msgstr "GNU Enterprise Forms"
 
-#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:75
+#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:76
 msgid "Version %s"
 msgstr "Verzi� %s"
 
-#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:85
+#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:86
 msgid "Protected by GNU General Public Licence 2.0"
 msgstr "A GNU General Public Licence 2.0 �ltal v�dve"
 
@@ -1143,6 +1143,10 @@
 msgid "Page 1 of 1"
 msgstr "Lap 1/1"
 
+#: uidrivers/wx/UIWXSplashScreen.py:81
+msgid "(c)2000-2004 Free Software Foundation"
+msgstr ""
+
 #: uidrivers/wx/UIdriver.py:36
 msgid "The GNUe-Forms wx driver requires wxPython."
 msgstr "A GNUe-Forms wx meghajt�hoz sz�ks�ges a wxPython."
@@ -1151,7 +1155,7 @@
 msgid "Information"
 msgstr "Inform�ci� "
 
-#: uidrivers/wx/common.py:108
+#: uidrivers/wx/common.py:109
 msgid "Encoding %s is not supported by the wx UI driver"
 msgstr "A %s k�dol�st a wx UI meghajt� nem t�mogatja"
 

Modified: trunk/gnue-forms/po/lt.po
===================================================================
--- trunk/gnue-forms/po/lt.po   2005-02-03 14:01:09 UTC (rev 6949)
+++ trunk/gnue-forms/po/lt.po   2005-02-03 14:07:06 UTC (rev 6950)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2004-12-28 16:58+CET\n"
+"POT-Creation-Date: 2005-02-03 15:06+CET\n"
 "PO-Revision-Date: 2002-07-05 13:48+0200\n"
 "Last-Translator: Art�ras Kriukovas <address@hidden>\n"
 "Language-Team: Lithuania\n"
@@ -113,27 +113,27 @@
 msgid "Query successful."
 msgstr ""
 
-#: GFForm.py:635
+# ../../forms/src/GFForm.py:459 ../../forms/src/GFInstance.py:378 :394
+#: GFForm.py:623 GFInstance.py:925 GFInstance.py:948
+msgid "Form is readonly"
+msgstr "Forma yra 'tik skaitymui'."
+
+#: GFForm.py:640
 msgid "Form trigger returned error"
 msgstr ""
 
-#: GFForm.py:644
+#: GFForm.py:651
 msgid "Block trigger returned error"
 msgstr ""
 
-# ../../forms/src/GFForm.py:459 ../../forms/src/GFInstance.py:378 :394
-#: GFForm.py:660 GFInstance.py:925 GFInstance.py:948
-msgid "Form is readonly"
-msgstr "Forma yra 'tik skaitymui'."
-
-#: GFForm.py:666
+#: GFForm.py:678
 msgid ""
 "Database commit error:\n"
 "%(exType)s\n"
 "%(exMessage)s"
 msgstr ""
 
-#: GFForm.py:1009 GFForm.py:1023 GFForm.py:1037 GFForm.py:1051 GFForm.py:1066
+#: GFForm.py:1042 GFForm.py:1056 GFForm.py:1070 GFForm.py:1084 GFForm.py:1099
 #: GFInstance.py:792
 msgid "You cannot do that in query mode."
 msgstr ""
@@ -191,7 +191,7 @@
 msgid "Invalid keystroke combination '%(comb)s' in keymap for '%(event)s'"
 msgstr ""
 
-#: GFObjects/GFBlock.py:229
+#: GFObjects/GFBlock.py:223
 msgid "Datasource '%(datasource)s' in block '%(block)s' not found"
 msgstr ""
 
@@ -207,356 +207,356 @@
 msgid "Datasource '%s' not found"
 msgstr ""
 
-#: GFParser.py:92
+#: GFParser.py:93
 #, fuzzy
 msgid "Title"
 msgstr "&Failas"
 
-#: GFParser.py:97 GFParser.py:373
+#: GFParser.py:98 GFParser.py:374
 #, fuzzy
 msgid "Read Only"
 msgstr "'Tik skaitymui' �sp�jimas"
 
-#: GFParser.py:104
+#: GFParser.py:105
 #, fuzzy
 msgid "Name"
 msgstr "Pavadinimas"
 
-#: GFParser.py:108
+#: GFParser.py:109
 #, fuzzy
 msgid "Style"
 msgstr "&Failas"
 
-#: GFParser.py:110 GFParser.py:168
+#: GFParser.py:111 GFParser.py:169
 msgid "Normal"
 msgstr ""
 
-#: GFParser.py:111
+#: GFParser.py:112
 msgid "Dialog"
 msgstr ""
 
-#: GFParser.py:135
+#: GFParser.py:136
 #, fuzzy
 msgid "Tab Location"
 msgstr "arba URL adres�"
 
-#: GFParser.py:137
+#: GFParser.py:138
 msgid "No tabs"
 msgstr ""
 
-#: GFParser.py:138
+#: GFParser.py:139
 msgid "Left tabs"
 msgstr ""
 
-#: GFParser.py:139
+#: GFParser.py:140
 msgid "Right tabs"
 msgstr ""
 
-#: GFParser.py:140
+#: GFParser.py:141
 msgid "Botton tabs"
 msgstr ""
 
-#: GFParser.py:141
+#: GFParser.py:142
 msgid "Top tabs"
 msgstr ""
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
+#: GFParser.py:200 GFParser.py:321 GFParser.py:544 GFParser.py:810
 msgid "Row Spacing"
 msgstr ""
 
-#: GFParser.py:206
+#: GFParser.py:207
 msgid "Transparent Nav"
 msgstr ""
 
-#: GFParser.py:216
+#: GFParser.py:217
 #, fuzzy
 msgid "Auto Create Record"
 msgstr "I�trinti �ra��"
 
-#: GFParser.py:222
+#: GFParser.py:223
 #, fuzzy
 msgid "Auto Next Record"
 msgstr "Sekantis �ra�as"
 
-#: GFParser.py:230
+#: GFParser.py:231
 msgid "Auto Commit"
 msgstr ""
 
-#: GFParser.py:237
+#: GFParser.py:238
 msgid "Auto Clear on Commit"
 msgstr ""
 
-#: GFParser.py:243 GFParser.py:482 GFParser.py:702
+#: GFParser.py:244 GFParser.py:483 GFParser.py:703
 msgid "Allow Editing"
 msgstr ""
 
-#: GFParser.py:245 GFParser.py:484 GFParser.py:704
+#: GFParser.py:246 GFParser.py:485 GFParser.py:705
 #: uidrivers/curses/UIdriver.py:250
 msgid "Yes"
 msgstr ""
 
-#: GFParser.py:246 GFParser.py:485 GFParser.py:705
+#: GFParser.py:247 GFParser.py:486 GFParser.py:706
 #: uidrivers/curses/UIdriver.py:251
 msgid "No"
 msgstr ""
 
-#: GFParser.py:247 GFParser.py:487 GFParser.py:707
+#: GFParser.py:248 GFParser.py:488 GFParser.py:708
 #, fuzzy
 msgid "Update Only"
 msgstr "'Tik skaitymui' �sp�jimas"
 
-#: GFParser.py:248 GFParser.py:488 GFParser.py:708
+#: GFParser.py:249 GFParser.py:489 GFParser.py:709
 #, fuzzy
 msgid "New Records Only"
 msgstr "Sekantis �ra�as"
 
-#: GFParser.py:253
+#: GFParser.py:254
 msgid "Allow Querying"
 msgstr ""
 
-#: GFParser.py:258
+#: GFParser.py:259
 #, fuzzy
 msgid "Allow Deletes"
 msgstr "&I�trinti %s"
 
-#: GFParser.py:263 GFParser.py:764
+#: GFParser.py:264 GFParser.py:765
 msgid "Navigable"
 msgstr ""
 
-#: GFParser.py:270
+#: GFParser.py:271
 msgid "Prevent Deletes"
 msgstr ""
 
-#: GFParser.py:276
+#: GFParser.py:277
 #, fuzzy
 msgid "Prevent Inserts"
 msgstr "Savybi� inspektorius"
 
-#: GFParser.py:303
+#: GFParser.py:304
 msgid "Left"
 msgstr ""
 
-#: GFParser.py:304
+#: GFParser.py:305
 msgid "Right"
 msgstr ""
 
-#: GFParser.py:305
+#: GFParser.py:306
 msgid "Centered"
 msgstr ""
 
-#: GFParser.py:346
+#: GFParser.py:347
 msgid "Field (Database)"
 msgstr ""
 
-#: GFParser.py:351
+#: GFParser.py:352
 msgid "Max Text Length"
 msgstr ""
 
-#: GFParser.py:356
+#: GFParser.py:357
 msgid "Min Text Length"
 msgstr ""
 
-#: GFParser.py:388
+#: GFParser.py:389
 msgid "As Entered"
 msgstr ""
 
-#: GFParser.py:389
+#: GFParser.py:390
 msgid "Upper case"
 msgstr ""
 
-#: GFParser.py:390
+#: GFParser.py:391
 msgid "Lower case"
 msgstr ""
 
-#: GFParser.py:395
+#: GFParser.py:396
 #, fuzzy
 msgid "Data Type"
 msgstr "Gimtasis tipas"
 
-#: GFParser.py:397
+#: GFParser.py:398
 msgid "Text"
 msgstr ""
 
-#: GFParser.py:398
+#: GFParser.py:399
 msgid "Numeric"
 msgstr ""
 
-#: GFParser.py:399
+#: GFParser.py:400
 msgid "Date/Time"
 msgstr ""
 
 # ../../designer/src/PopupMenu.py:48 :128
-#: GFParser.py:424
+#: GFParser.py:425
 #, fuzzy
 msgid "F/K Datasource"
 msgstr "duomen� �altinis"
 
-#: GFParser.py:428
+#: GFParser.py:429
 msgid "F/K Bound Field"
 msgstr ""
 
-#: GFParser.py:433
+#: GFParser.py:434
 #, fuzzy
 msgid "F/K Description Field"
 msgstr "Apra�ymas"
 
-#: GFParser.py:437
+#: GFParser.py:438
 msgid "F/K Refresh Method"
 msgstr ""
 
-#: GFParser.py:439
+#: GFParser.py:440
 msgid "On form startup"
 msgstr ""
 
-#: GFParser.py:440
+#: GFParser.py:441
 msgid "On field modification"
 msgstr ""
 
-#: GFParser.py:441
+#: GFParser.py:442
 msgid "On commit"
 msgstr ""
 
-#: GFParser.py:446
+#: GFParser.py:447
 #, fuzzy
 msgid "Default (New Records)"
 msgstr "I�trinti �ra��"
 
-#: GFParser.py:453
+#: GFParser.py:454
 #, fuzzy
 msgid "Default to last entry"
 msgstr "�vykdyti sudaryt� u�klaus�"
 
-#: GFParser.py:461
+#: GFParser.py:462
 #, fuzzy
 msgid "Default (Querying)"
 msgstr "�vykdyti sudaryt� u�klaus�"
 
-#: GFParser.py:468
+#: GFParser.py:469
 msgid "Sloppy Queries"
 msgstr ""
 
-#: GFParser.py:475
+#: GFParser.py:476
 msgid "Ignore Case on Queries"
 msgstr ""
 
-#: GFParser.py:486 GFParser.py:706
+#: GFParser.py:487 GFParser.py:707
 msgid "Null Only"
 msgstr ""
 
-#: GFParser.py:493
+#: GFParser.py:494
 msgid "Allow Query"
 msgstr ""
 
-#: GFParser.py:497
+#: GFParser.py:498
 msgid "Trim left spaces"
 msgstr ""
 
-#: GFParser.py:503
+#: GFParser.py:504
 msgid "Trim right spaces"
 msgstr ""
 
-#: GFParser.py:536
+#: GFParser.py:537
 msgid "Focus Order"
 msgstr ""
 
-#: GFParser.py:561
+#: GFParser.py:562
 msgid "Default"
 msgstr ""
 
-#: GFParser.py:562
+#: GFParser.py:563
 msgid "Password/Hidden"
 msgstr ""
 
-#: GFParser.py:563
+#: GFParser.py:564
 msgid "Dropdown/Combo box"
 msgstr ""
 
-#: GFParser.py:564
+#: GFParser.py:565
 msgid "Listbox"
 msgstr ""
 
-#: GFParser.py:565
+#: GFParser.py:566
 msgid "Checkbox"
 msgstr ""
 
-#: GFParser.py:566
+#: GFParser.py:567
 msgid "Label (non-editable)"
 msgstr ""
 
-#: GFParser.py:576
+#: GFParser.py:577
 msgid "Format Mask"
 msgstr ""
 
-#: GFParser.py:580
+#: GFParser.py:581
 msgid "Input Mask"
 msgstr ""
 
-#: GFParser.py:583
+#: GFParser.py:584
 msgid "Display Mask"
 msgstr ""
 
-#: GFParser.py:685
+#: GFParser.py:686
 msgid "Field contains the URL of the image"
 msgstr ""
 
-#: GFParser.py:686
+#: GFParser.py:687
 msgid "Field contains a PIL encoding of the image"
 msgstr ""
 
-#: GFParser.py:692
+#: GFParser.py:693
 msgid "Full-size image (no scaling)"
 msgstr ""
 
-#: GFParser.py:693
+#: GFParser.py:694
 msgid "Scale to width"
 msgstr ""
 
-#: GFParser.py:694
+#: GFParser.py:695
 msgid "Scale to height"
 msgstr ""
 
-#: GFParser.py:695
+#: GFParser.py:696
 msgid "Scale width and height (may distort image)"
 msgstr ""
 
-#: GFParser.py:696
+#: GFParser.py:697
 msgid "Use a best-fit algorithm"
 msgstr ""
 
-#: GFParser.py:742
+#: GFParser.py:743
 msgid "Field contains the URL of the component"
 msgstr ""
 
-#: GFParser.py:743
+#: GFParser.py:744
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr ""
 
-#: GFParser.py:817 GFParser.py:857
+#: GFParser.py:818 GFParser.py:858
 #, fuzzy
 msgid "Description field"
 msgstr "Apra�ymas"
 
-#: GFParser.py:822
+#: GFParser.py:823
 msgid "Own ID field"
 msgstr ""
 
-#: GFParser.py:827
+#: GFParser.py:828
 msgid "Parent ID field"
 msgstr ""
 
-#: GFParser.py:832
+#: GFParser.py:833
 msgid "Table hint for leaf tables"
 msgstr ""
 
-#: GFParser.py:853
+#: GFParser.py:854
 msgid "ID of a field"
 msgstr ""
 
-#: GFParser.py:1090
+#: GFParser.py:1091
 msgid "M/D Min Child Rows"
 msgstr ""
 
-#: GFParser.py:1101
+#: GFParser.py:1102
 msgid "M/D Max Child Rows"
 msgstr ""
 
@@ -1048,11 +1048,11 @@
 msgid ">> Detail"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:476
+#: uidrivers/gtk2/UIdriver.py:479
 msgid ">> Details"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:480
+#: uidrivers/gtk2/UIdriver.py:483
 msgid "<< Details"
 msgstr ""
 
@@ -1091,15 +1091,15 @@
 msgid "Description:"
 msgstr " Apra�ymas:"
 
-#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:68
+#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:69
 msgid "GNU Enterprise Forms"
 msgstr "GNU Enterprise Formos"
 
-#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:75
+#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:76
 msgid "Version %s"
 msgstr "Versija %s"
 
-#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:85
+#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:86
 msgid "Protected by GNU General Public Licence 2.0"
 msgstr "Apsaugota GNU General Public License 2.0"
 
@@ -1173,6 +1173,10 @@
 msgid "Page 1 of 1"
 msgstr ""
 
+#: uidrivers/wx/UIWXSplashScreen.py:81
+msgid "(c)2000-2004 Free Software Foundation"
+msgstr ""
+
 #: uidrivers/wx/UIdriver.py:36
 msgid "The GNUe-Forms wx driver requires wxPython."
 msgstr ""
@@ -1182,7 +1186,7 @@
 msgid "Information"
 msgstr "-= Formos Informacija =-"
 
-#: uidrivers/wx/common.py:108
+#: uidrivers/wx/common.py:109
 msgid "Encoding %s is not supported by the wx UI driver"
 msgstr ""
 

Modified: trunk/gnue-forms/po/ro.po
===================================================================
--- trunk/gnue-forms/po/ro.po   2005-02-03 14:01:09 UTC (rev 6949)
+++ trunk/gnue-forms/po/ro.po   2005-02-03 14:07:06 UTC (rev 6950)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe Forms\n"
-"POT-Creation-Date: 2004-12-28 16:58+CET\n"
+"POT-Creation-Date: 2005-02-03 15:06+CET\n"
 "PO-Revision-Date: 2004-04-7 17:02+0200\n"
 "Last-Translator: Florin Boariu <address@hidden>\n"
 "Language-Team: Romanian\n"
@@ -120,19 +120,19 @@
 msgid "Query successful."
 msgstr ""
 
-#: GFForm.py:635
+#: GFForm.py:623 GFInstance.py:925 GFInstance.py:948
+msgid "Form is readonly"
+msgstr "Formularu este read-only"
+
+#: GFForm.py:640
 msgid "Form trigger returned error"
 msgstr "Un trigger al formularului a returnat o eroare"
 
-#: GFForm.py:644
+#: GFForm.py:651
 msgid "Block trigger returned error"
 msgstr "Un trigger a blocului a returnat o eroare"
 
-#: GFForm.py:660 GFInstance.py:925 GFInstance.py:948
-msgid "Form is readonly"
-msgstr "Formularu este read-only"
-
-#: GFForm.py:666
+#: GFForm.py:678
 #, fuzzy
 msgid ""
 "Database commit error:\n"
@@ -143,7 +143,7 @@
 "%\n"
 "%s "
 
-#: GFForm.py:1009 GFForm.py:1023 GFForm.py:1037 GFForm.py:1051 GFForm.py:1066
+#: GFForm.py:1042 GFForm.py:1056 GFForm.py:1070 GFForm.py:1084 GFForm.py:1099
 #: GFInstance.py:792
 #, fuzzy
 msgid "You cannot do that in query mode."
@@ -204,7 +204,7 @@
 msgid "Invalid keystroke combination '%(comb)s' in keymap for '%(event)s'"
 msgstr "Combinatie de tastare non-valida '%s' in kemap pentru '%s'"
 
-#: GFObjects/GFBlock.py:229
+#: GFObjects/GFBlock.py:223
 msgid "Datasource '%(datasource)s' in block '%(block)s' not found"
 msgstr ""
 
@@ -220,355 +220,355 @@
 msgid "Datasource '%s' not found"
 msgstr ""
 
-#: GFParser.py:92
+#: GFParser.py:93
 msgid "Title"
 msgstr "Titlu"
 
-#: GFParser.py:97 GFParser.py:373
+#: GFParser.py:98 GFParser.py:374
 msgid "Read Only"
 msgstr "Doar Citire (read-only)"
 
-#: GFParser.py:104
+#: GFParser.py:105
 msgid "Name"
 msgstr ""
 
-#: GFParser.py:108
+#: GFParser.py:109
 #, fuzzy
 msgid "Style"
 msgstr "Titlu"
 
-#: GFParser.py:110 GFParser.py:168
+#: GFParser.py:111 GFParser.py:169
 msgid "Normal"
 msgstr "Normal"
 
-#: GFParser.py:111
+#: GFParser.py:112
 msgid "Dialog"
 msgstr "Dialog"
 
-#: GFParser.py:135
+#: GFParser.py:136
 msgid "Tab Location"
 msgstr "Locatie tab"
 
-#: GFParser.py:137
+#: GFParser.py:138
 msgid "No tabs"
 msgstr "Fara tab-uri"
 
-#: GFParser.py:138
+#: GFParser.py:139
 #, fuzzy
 msgid "Left tabs"
 msgstr "Tab stanga"
 
-#: GFParser.py:139
+#: GFParser.py:140
 #, fuzzy
 msgid "Right tabs"
 msgstr "Tab dreapta"
 
-#: GFParser.py:140
+#: GFParser.py:141
 #, fuzzy
 msgid "Botton tabs"
 msgstr "Tab jos"
 
-#: GFParser.py:141
+#: GFParser.py:142
 #, fuzzy
 msgid "Top tabs"
 msgstr "Tab sus"
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
+#: GFParser.py:200 GFParser.py:321 GFParser.py:544 GFParser.py:810
 msgid "Row Spacing"
 msgstr "Spatiul intre randuri"
 
-#: GFParser.py:206
+#: GFParser.py:207
 msgid "Transparent Nav"
 msgstr ""
 
-#: GFParser.py:216
+#: GFParser.py:217
 #, fuzzy
 msgid "Auto Create Record"
 msgstr "Sterge inregistrarea actuala"
 
-#: GFParser.py:222
+#: GFParser.py:223
 #, fuzzy
 msgid "Auto Next Record"
 msgstr "Inregistarea urmatoare"
 
-#: GFParser.py:230
+#: GFParser.py:231
 msgid "Auto Commit"
 msgstr ""
 
-#: GFParser.py:237
+#: GFParser.py:238
 msgid "Auto Clear on Commit"
 msgstr ""
 
-#: GFParser.py:243 GFParser.py:482 GFParser.py:702
+#: GFParser.py:244 GFParser.py:483 GFParser.py:703
 msgid "Allow Editing"
 msgstr ""
 
-#: GFParser.py:245 GFParser.py:484 GFParser.py:704
+#: GFParser.py:246 GFParser.py:485 GFParser.py:705
 #: uidrivers/curses/UIdriver.py:250
 msgid "Yes"
 msgstr ""
 
-#: GFParser.py:246 GFParser.py:485 GFParser.py:705
+#: GFParser.py:247 GFParser.py:486 GFParser.py:706
 #: uidrivers/curses/UIdriver.py:251
 msgid "No"
 msgstr ""
 
-#: GFParser.py:247 GFParser.py:487 GFParser.py:707
+#: GFParser.py:248 GFParser.py:488 GFParser.py:708
 #, fuzzy
 msgid "Update Only"
 msgstr "Doar Citire (read-only)"
 
-#: GFParser.py:248 GFParser.py:488 GFParser.py:708
+#: GFParser.py:249 GFParser.py:489 GFParser.py:709
 #, fuzzy
 msgid "New Records Only"
 msgstr "Inregistarea urmatoare"
 
-#: GFParser.py:253
+#: GFParser.py:254
 msgid "Allow Querying"
 msgstr ""
 
-#: GFParser.py:258
+#: GFParser.py:259
 msgid "Allow Deletes"
 msgstr ""
 
-#: GFParser.py:263 GFParser.py:764
+#: GFParser.py:264 GFParser.py:765
 #, fuzzy
 msgid "Navigable"
 msgstr "&Navigare"
 
-#: GFParser.py:270
+#: GFParser.py:271
 msgid "Prevent Deletes"
 msgstr "Impiedica stergerea"
 
-#: GFParser.py:276
+#: GFParser.py:277
 msgid "Prevent Inserts"
 msgstr "Impiedica adaugarea"
 
-#: GFParser.py:303
+#: GFParser.py:304
 msgid "Left"
 msgstr "Stanga"
 
-#: GFParser.py:304
+#: GFParser.py:305
 msgid "Right"
 msgstr "Dreapta"
 
-#: GFParser.py:305
+#: GFParser.py:306
 msgid "Centered"
 msgstr "Centrat"
 
-#: GFParser.py:346
+#: GFParser.py:347
 msgid "Field (Database)"
 msgstr "Camp (Baza de date)"
 
-#: GFParser.py:351
+#: GFParser.py:352
 msgid "Max Text Length"
 msgstr ""
 
-#: GFParser.py:356
+#: GFParser.py:357
 msgid "Min Text Length"
 msgstr ""
 
-#: GFParser.py:388
+#: GFParser.py:389
 #, fuzzy
 msgid "As Entered"
 msgstr "Centrat"
 
-#: GFParser.py:389
+#: GFParser.py:390
 msgid "Upper case"
 msgstr ""
 
-#: GFParser.py:390
+#: GFParser.py:391
 msgid "Lower case"
 msgstr ""
 
-#: GFParser.py:395
+#: GFParser.py:396
 msgid "Data Type"
 msgstr "Tipul de date"
 
-#: GFParser.py:397
+#: GFParser.py:398
 msgid "Text"
 msgstr "Text"
 
-#: GFParser.py:398
+#: GFParser.py:399
 msgid "Numeric"
 msgstr "Numeric"
 
-#: GFParser.py:399
+#: GFParser.py:400
 msgid "Date/Time"
 msgstr "Data/Ora"
 
-#: GFParser.py:424
+#: GFParser.py:425
 msgid "F/K Datasource"
 msgstr "F/K Sursa de date"
 
-#: GFParser.py:428
+#: GFParser.py:429
 msgid "F/K Bound Field"
 msgstr "F/L Campul legat"
 
-#: GFParser.py:433
+#: GFParser.py:434
 msgid "F/K Description Field"
 msgstr "F/K Campul descriptiv"
 
-#: GFParser.py:437
+#: GFParser.py:438
 msgid "F/K Refresh Method"
 msgstr "F/K Metoda de actualizare"
 
-#: GFParser.py:439
+#: GFParser.py:440
 #, fuzzy
 msgid "On form startup"
 msgstr "Actualizare doar la pornirea formularului"
 
-#: GFParser.py:440
+#: GFParser.py:441
 #, fuzzy
 msgid "On field modification"
 msgstr "Actualizare la modificarea campului"
 
-#: GFParser.py:441
+#: GFParser.py:442
 msgid "On commit"
 msgstr ""
 
-#: GFParser.py:446
+#: GFParser.py:447
 #, fuzzy
 msgid "Default (New Records)"
 msgstr "Standard (Inregistrare noua)"
 
-#: GFParser.py:453
+#: GFParser.py:454
 #, fuzzy
 msgid "Default to last entry"
 msgstr "Raman la ultima intrare ca actiune standard?"
 
-#: GFParser.py:461
+#: GFParser.py:462
 #, fuzzy
 msgid "Default (Querying)"
 msgstr "Standard (cauta)"
 
-#: GFParser.py:468
+#: GFParser.py:469
 msgid "Sloppy Queries"
 msgstr "Cautari sloppy"
 
 # FIXME -- need a word for sloppy
-#: GFParser.py:475
+#: GFParser.py:476
 msgid "Ignore Case on Queries"
 msgstr "Ignora marimea literelor la cautare"
 
-#: GFParser.py:486 GFParser.py:706
+#: GFParser.py:487 GFParser.py:707
 msgid "Null Only"
 msgstr ""
 
-#: GFParser.py:493
+#: GFParser.py:494
 msgid "Allow Query"
 msgstr ""
 
-#: GFParser.py:497
+#: GFParser.py:498
 msgid "Trim left spaces"
 msgstr "Taie spatiile din stanga"
 
-#: GFParser.py:503
+#: GFParser.py:504
 msgid "Trim right spaces"
 msgstr "Taie spatiile din dreapta"
 
-#: GFParser.py:536
+#: GFParser.py:537
 msgid "Focus Order"
 msgstr "Ordinea de focus"
 
-#: GFParser.py:561
+#: GFParser.py:562
 msgid "Default"
 msgstr "Standard"
 
-#: GFParser.py:562
+#: GFParser.py:563
 msgid "Password/Hidden"
 msgstr "Parola/Ascuns"
 
-#: GFParser.py:563
+#: GFParser.py:564
 msgid "Dropdown/Combo box"
 msgstr "Casuta combo"
 
-#: GFParser.py:564
+#: GFParser.py:565
 msgid "Listbox"
 msgstr ""
 
-#: GFParser.py:565
+#: GFParser.py:566
 msgid "Checkbox"
 msgstr "Cutie de marcat"
 
-#: GFParser.py:566
+#: GFParser.py:567
 msgid "Label (non-editable)"
 msgstr "Eticheta (ne-editabil)"
 
-#: GFParser.py:576
+#: GFParser.py:577
 msgid "Format Mask"
 msgstr "Masca de format"
 
-#: GFParser.py:580
+#: GFParser.py:581
 msgid "Input Mask"
 msgstr "Masca de intrare"
 
-#: GFParser.py:583
+#: GFParser.py:584
 msgid "Display Mask"
 msgstr "Masca de prezentare"
 
-#: GFParser.py:685
+#: GFParser.py:686
 msgid "Field contains the URL of the image"
 msgstr "Campul contine URL-ul imaginii"
 
-#: GFParser.py:686
+#: GFParser.py:687
 msgid "Field contains a PIL encoding of the image"
 msgstr "Campul contine o codare PIL a imaginii"
 
-#: GFParser.py:692
+#: GFParser.py:693
 msgid "Full-size image (no scaling)"
 msgstr ""
 
-#: GFParser.py:693
+#: GFParser.py:694
 msgid "Scale to width"
 msgstr ""
 
-#: GFParser.py:694
+#: GFParser.py:695
 msgid "Scale to height"
 msgstr ""
 
-#: GFParser.py:695
+#: GFParser.py:696
 msgid "Scale width and height (may distort image)"
 msgstr ""
 
-#: GFParser.py:696
+#: GFParser.py:697
 msgid "Use a best-fit algorithm"
 msgstr ""
 
-#: GFParser.py:742
+#: GFParser.py:743
 msgid "Field contains the URL of the component"
 msgstr "Camputl contine URL-ul componentei"
 
-#: GFParser.py:743
+#: GFParser.py:744
 #, fuzzy
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr "Camputl contine URL-ul componentei"
 
-#: GFParser.py:817 GFParser.py:857
+#: GFParser.py:818 GFParser.py:858
 msgid "Description field"
 msgstr "Campul de descriere"
 
-#: GFParser.py:822
+#: GFParser.py:823
 msgid "Own ID field"
 msgstr "Campul cu ID-ul propriu"
 
-#: GFParser.py:827
+#: GFParser.py:828
 msgid "Parent ID field"
 msgstr "Campul cu ID-ul parintelui"
 
-#: GFParser.py:832
+#: GFParser.py:833
 msgid "Table hint for leaf tables"
 msgstr "Nume de tabela pentru frunze"
 
-#: GFParser.py:853
+#: GFParser.py:854
 msgid "ID of a field"
 msgstr "ID-ul unui camp"
 
-#: GFParser.py:1090
+#: GFParser.py:1091
 msgid "M/D Min Child Rows"
 msgstr ""
 
-#: GFParser.py:1101
+#: GFParser.py:1102
 msgid "M/D Max Child Rows"
 msgstr ""
 
@@ -1019,11 +1019,11 @@
 msgid ">> Detail"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:476
+#: uidrivers/gtk2/UIdriver.py:479
 msgid ">> Details"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:480
+#: uidrivers/gtk2/UIdriver.py:483
 msgid "<< Details"
 msgstr ""
 
@@ -1058,15 +1058,15 @@
 msgid "Description:"
 msgstr "Campul de descriere"
 
-#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:68
+#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:69
 msgid "GNU Enterprise Forms"
 msgstr "GNU Enterprise Forms"
 
-#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:75
+#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:76
 msgid "Version %s"
 msgstr "Versiunea %s"
 
-#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:85
+#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:86
 msgid "Protected by GNU General Public Licence 2.0"
 msgstr "Protejat de GNU General Public Licence 2.0"
 
@@ -1138,6 +1138,10 @@
 msgid "Page 1 of 1"
 msgstr "Pagina 1 din 1"
 
+#: uidrivers/wx/UIWXSplashScreen.py:81
+msgid "(c)2000-2004 Free Software Foundation"
+msgstr ""
+
 #: uidrivers/wx/UIdriver.py:36
 msgid "The GNUe-Forms wx driver requires wxPython."
 msgstr "Driver-ul GNUe-Forms pentru wx cere wxPython"
@@ -1146,7 +1150,7 @@
 msgid "Information"
 msgstr ""
 
-#: uidrivers/wx/common.py:108
+#: uidrivers/wx/common.py:109
 msgid "Encoding %s is not supported by the wx UI driver"
 msgstr "Codarea %s nu e suportata de driver-ul UI wx"
 

Modified: trunk/gnue-forms/po/ru.po
===================================================================
--- trunk/gnue-forms/po/ru.po   2005-02-03 14:01:09 UTC (rev 6949)
+++ trunk/gnue-forms/po/ru.po   2005-02-03 14:07:06 UTC (rev 6950)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-Forms 0.5\n"
-"POT-Creation-Date: 2004-12-28 16:58+CET\n"
+"POT-Creation-Date: 2005-02-03 15:06+CET\n"
 "PO-Revision-Date: $Date$\n"
 "Last-Translator: Dmitry Sorokin <address@hidden>\n"
 "MIME-Version: 1.0\n"
@@ -105,27 +105,27 @@
 msgid "Query successful."
 msgstr ""
 
-#: GFForm.py:635
+# ../../forms/src/GFForm.py:459 ../../forms/src/GFInstance.py:378 :394
+#: GFForm.py:623 GFInstance.py:925 GFInstance.py:948
+msgid "Form is readonly"
+msgstr ""
+
+#: GFForm.py:640
 msgid "Form trigger returned error"
 msgstr "������� ����� ���������� � �������"
 
-#: GFForm.py:644
+#: GFForm.py:651
 msgid "Block trigger returned error"
 msgstr "������� ����� ���������� � �������"
 
-# ../../forms/src/GFForm.py:459 ../../forms/src/GFInstance.py:378 :394
-#: GFForm.py:660 GFInstance.py:925 GFInstance.py:948
-msgid "Form is readonly"
-msgstr ""
-
-#: GFForm.py:666
+#: GFForm.py:678
 msgid ""
 "Database commit error:\n"
 "%(exType)s\n"
 "%(exMessage)s"
 msgstr ""
 
-#: GFForm.py:1009 GFForm.py:1023 GFForm.py:1037 GFForm.py:1051 GFForm.py:1066
+#: GFForm.py:1042 GFForm.py:1056 GFForm.py:1070 GFForm.py:1084 GFForm.py:1099
 #: GFInstance.py:792
 msgid "You cannot do that in query mode."
 msgstr "������ �������� ���������� � ������ �������"
@@ -170,7 +170,7 @@
 msgid "Invalid keystroke combination '%(comb)s' in keymap for '%(event)s'"
 msgstr ""
 
-#: GFObjects/GFBlock.py:229
+#: GFObjects/GFBlock.py:223
 msgid "Datasource '%(datasource)s' in block '%(block)s' not found"
 msgstr ""
 
@@ -186,345 +186,345 @@
 msgid "Datasource '%s' not found"
 msgstr "�������� ������ '%s' �� ������"
 
-#: GFParser.py:92
+#: GFParser.py:93
 msgid "Title"
 msgstr "���������"
 
-#: GFParser.py:97 GFParser.py:373
+#: GFParser.py:98 GFParser.py:374
 msgid "Read Only"
 msgstr "������ ������"
 
-#: GFParser.py:104
+#: GFParser.py:105
 msgid "Name"
 msgstr "�������� : "
 
-#: GFParser.py:108
+#: GFParser.py:109
 msgid "Style"
 msgstr "�����"
 
-#: GFParser.py:110 GFParser.py:168
+#: GFParser.py:111 GFParser.py:169
 msgid "Normal"
 msgstr ""
 
-#: GFParser.py:111
+#: GFParser.py:112
 msgid "Dialog"
 msgstr "������"
 
-#: GFParser.py:135
+#: GFParser.py:136
 msgid "Tab Location"
 msgstr ""
 
-#: GFParser.py:137
+#: GFParser.py:138
 msgid "No tabs"
 msgstr ""
 
-#: GFParser.py:138
+#: GFParser.py:139
 msgid "Left tabs"
 msgstr ""
 
-#: GFParser.py:139
+#: GFParser.py:140
 msgid "Right tabs"
 msgstr ""
 
-#: GFParser.py:140
+#: GFParser.py:141
 msgid "Botton tabs"
 msgstr ""
 
-#: GFParser.py:141
+#: GFParser.py:142
 msgid "Top tabs"
 msgstr ""
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
+#: GFParser.py:200 GFParser.py:321 GFParser.py:544 GFParser.py:810
 msgid "Row Spacing"
 msgstr ""
 
-#: GFParser.py:206
+#: GFParser.py:207
 msgid "Transparent Nav"
 msgstr ""
 
-#: GFParser.py:216
+#: GFParser.py:217
 #, fuzzy
 msgid "Auto Create Record"
 msgstr "������� ������"
 
-#: GFParser.py:222
+#: GFParser.py:223
 #, fuzzy
 msgid "Auto Next Record"
 msgstr "��������� ������"
 
-#: GFParser.py:230
+#: GFParser.py:231
 msgid "Auto Commit"
 msgstr ""
 
-#: GFParser.py:237
+#: GFParser.py:238
 msgid "Auto Clear on Commit"
 msgstr ""
 
-#: GFParser.py:243 GFParser.py:482 GFParser.py:702
+#: GFParser.py:244 GFParser.py:483 GFParser.py:703
 msgid "Allow Editing"
 msgstr ""
 
-#: GFParser.py:245 GFParser.py:484 GFParser.py:704
+#: GFParser.py:246 GFParser.py:485 GFParser.py:705
 #: uidrivers/curses/UIdriver.py:250
 msgid "Yes"
 msgstr "��"
 
-#: GFParser.py:246 GFParser.py:485 GFParser.py:705
+#: GFParser.py:247 GFParser.py:486 GFParser.py:706
 #: uidrivers/curses/UIdriver.py:251
 #, fuzzy
 msgid "No"
 msgstr "���"
 
-#: GFParser.py:247 GFParser.py:487 GFParser.py:707
+#: GFParser.py:248 GFParser.py:488 GFParser.py:708
 msgid "Update Only"
 msgstr ""
 
-#: GFParser.py:248 GFParser.py:488 GFParser.py:708
+#: GFParser.py:249 GFParser.py:489 GFParser.py:709
 #, fuzzy
 msgid "New Records Only"
 msgstr "��������� ������"
 
-#: GFParser.py:253
+#: GFParser.py:254
 msgid "Allow Querying"
 msgstr ""
 
-#: GFParser.py:258
+#: GFParser.py:259
 msgid "Allow Deletes"
 msgstr ""
 
-#: GFParser.py:263 GFParser.py:764
+#: GFParser.py:264 GFParser.py:765
 msgid "Navigable"
 msgstr ""
 
-#: GFParser.py:270
+#: GFParser.py:271
 msgid "Prevent Deletes"
 msgstr ""
 
-#: GFParser.py:276
+#: GFParser.py:277
 msgid "Prevent Inserts"
 msgstr ""
 
-#: GFParser.py:303
+#: GFParser.py:304
 msgid "Left"
 msgstr ""
 
-#: GFParser.py:304
+#: GFParser.py:305
 msgid "Right"
 msgstr ""
 
-#: GFParser.py:305
+#: GFParser.py:306
 msgid "Centered"
 msgstr ""
 
-#: GFParser.py:346
+#: GFParser.py:347
 msgid "Field (Database)"
 msgstr ""
 
-#: GFParser.py:351
+#: GFParser.py:352
 msgid "Max Text Length"
 msgstr ""
 
-#: GFParser.py:356
+#: GFParser.py:357
 msgid "Min Text Length"
 msgstr ""
 
-#: GFParser.py:388
+#: GFParser.py:389
 msgid "As Entered"
 msgstr ""
 
-#: GFParser.py:389
+#: GFParser.py:390
 msgid "Upper case"
 msgstr ""
 
-#: GFParser.py:390
+#: GFParser.py:391
 msgid "Lower case"
 msgstr ""
 
-#: GFParser.py:395
+#: GFParser.py:396
 msgid "Data Type"
 msgstr ""
 
-#: GFParser.py:397
+#: GFParser.py:398
 msgid "Text"
 msgstr ""
 
-#: GFParser.py:398
+#: GFParser.py:399
 msgid "Numeric"
 msgstr ""
 
-#: GFParser.py:399
+#: GFParser.py:400
 msgid "Date/Time"
 msgstr ""
 
-#: GFParser.py:424
+#: GFParser.py:425
 msgid "F/K Datasource"
 msgstr ""
 
-#: GFParser.py:428
+#: GFParser.py:429
 msgid "F/K Bound Field"
 msgstr ""
 
-#: GFParser.py:433
+#: GFParser.py:434
 #, fuzzy
 msgid "F/K Description Field"
 msgstr "  �������� : "
 
-#: GFParser.py:437
+#: GFParser.py:438
 msgid "F/K Refresh Method"
 msgstr ""
 
-#: GFParser.py:439
+#: GFParser.py:440
 msgid "On form startup"
 msgstr ""
 
-#: GFParser.py:440
+#: GFParser.py:441
 msgid "On field modification"
 msgstr ""
 
-#: GFParser.py:441
+#: GFParser.py:442
 msgid "On commit"
 msgstr ""
 
-#: GFParser.py:446
+#: GFParser.py:447
 #, fuzzy
 msgid "Default (New Records)"
 msgstr "������� ������"
 
-#: GFParser.py:453
+#: GFParser.py:454
 #, fuzzy
 msgid "Default to last entry"
 msgstr "��������� ������"
 
-#: GFParser.py:461
+#: GFParser.py:462
 #, fuzzy
 msgid "Default (Querying)"
 msgstr "��������� ������"
 
-#: GFParser.py:468
+#: GFParser.py:469
 msgid "Sloppy Queries"
 msgstr ""
 
-#: GFParser.py:475
+#: GFParser.py:476
 msgid "Ignore Case on Queries"
 msgstr ""
 
-#: GFParser.py:486 GFParser.py:706
+#: GFParser.py:487 GFParser.py:707
 msgid "Null Only"
 msgstr ""
 
-#: GFParser.py:493
+#: GFParser.py:494
 msgid "Allow Query"
 msgstr ""
 
-#: GFParser.py:497
+#: GFParser.py:498
 msgid "Trim left spaces"
 msgstr ""
 
-#: GFParser.py:503
+#: GFParser.py:504
 msgid "Trim right spaces"
 msgstr ""
 
-#: GFParser.py:536
+#: GFParser.py:537
 msgid "Focus Order"
 msgstr ""
 
-#: GFParser.py:561
+#: GFParser.py:562
 msgid "Default"
 msgstr ""
 
-#: GFParser.py:562
+#: GFParser.py:563
 msgid "Password/Hidden"
 msgstr ""
 
-#: GFParser.py:563
+#: GFParser.py:564
 msgid "Dropdown/Combo box"
 msgstr ""
 
-#: GFParser.py:564
+#: GFParser.py:565
 msgid "Listbox"
 msgstr ""
 
-#: GFParser.py:565
+#: GFParser.py:566
 msgid "Checkbox"
 msgstr ""
 
-#: GFParser.py:566
+#: GFParser.py:567
 msgid "Label (non-editable)"
 msgstr ""
 
-#: GFParser.py:576
+#: GFParser.py:577
 msgid "Format Mask"
 msgstr ""
 
-#: GFParser.py:580
+#: GFParser.py:581
 msgid "Input Mask"
 msgstr ""
 
-#: GFParser.py:583
+#: GFParser.py:584
 msgid "Display Mask"
 msgstr ""
 
-#: GFParser.py:685
+#: GFParser.py:686
 msgid "Field contains the URL of the image"
 msgstr ""
 
-#: GFParser.py:686
+#: GFParser.py:687
 msgid "Field contains a PIL encoding of the image"
 msgstr ""
 
-#: GFParser.py:692
+#: GFParser.py:693
 msgid "Full-size image (no scaling)"
 msgstr ""
 
-#: GFParser.py:693
+#: GFParser.py:694
 msgid "Scale to width"
 msgstr ""
 
-#: GFParser.py:694
+#: GFParser.py:695
 msgid "Scale to height"
 msgstr ""
 
-#: GFParser.py:695
+#: GFParser.py:696
 msgid "Scale width and height (may distort image)"
 msgstr ""
 
-#: GFParser.py:696
+#: GFParser.py:697
 msgid "Use a best-fit algorithm"
 msgstr ""
 
-#: GFParser.py:742
+#: GFParser.py:743
 msgid "Field contains the URL of the component"
 msgstr ""
 
-#: GFParser.py:743
+#: GFParser.py:744
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr ""
 
-#: GFParser.py:817 GFParser.py:857
+#: GFParser.py:818 GFParser.py:858
 msgid "Description field"
 msgstr "�������� ����"
 
-#: GFParser.py:822
+#: GFParser.py:823
 msgid "Own ID field"
 msgstr ""
 
-#: GFParser.py:827
+#: GFParser.py:828
 msgid "Parent ID field"
 msgstr ""
 
-#: GFParser.py:832
+#: GFParser.py:833
 msgid "Table hint for leaf tables"
 msgstr ""
 
-#: GFParser.py:853
+#: GFParser.py:854
 msgid "ID of a field"
 msgstr ""
 
-#: GFParser.py:1090
+#: GFParser.py:1091
 msgid "M/D Min Child Rows"
 msgstr ""
 
-#: GFParser.py:1101
+#: GFParser.py:1102
 msgid "M/D Max Child Rows"
 msgstr ""
 
@@ -964,11 +964,11 @@
 msgid ">> Detail"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:476
+#: uidrivers/gtk2/UIdriver.py:479
 msgid ">> Details"
 msgstr ""
 
-#: uidrivers/gtk2/UIdriver.py:480
+#: uidrivers/gtk2/UIdriver.py:483
 msgid "<< Details"
 msgstr ""
 
@@ -1000,15 +1000,15 @@
 msgid "Description:"
 msgstr "�������� : "
 
-#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:68
+#: uidrivers/qt/QTSplashScreen.py:54 uidrivers/wx/UIWXSplashScreen.py:69
 msgid "GNU Enterprise Forms"
 msgstr ""
 
-#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:75
+#: uidrivers/qt/QTSplashScreen.py:61 uidrivers/wx/UIWXSplashScreen.py:76
 msgid "Version %s"
 msgstr "������ %s"
 
-#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:85
+#: uidrivers/qt/QTSplashScreen.py:71 uidrivers/wx/UIWXSplashScreen.py:86
 msgid "Protected by GNU General Public Licence 2.0"
 msgstr "�������� ��������� GNU General Public Licence 2."
 
@@ -1075,6 +1075,10 @@
 msgid "Page 1 of 1"
 msgstr ""
 
+#: uidrivers/wx/UIWXSplashScreen.py:81
+msgid "(c)2000-2004 Free Software Foundation"
+msgstr ""
+
 #: uidrivers/wx/UIdriver.py:36
 msgid "The GNUe-Forms wx driver requires wxPython."
 msgstr ""
@@ -1083,7 +1087,7 @@
 msgid "Information"
 msgstr "����������"
 
-#: uidrivers/wx/common.py:108
+#: uidrivers/wx/common.py:109
 msgid "Encoding %s is not supported by the wx UI driver"
 msgstr "��������� %s �� �������������� wx UI ���������"
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]