commit-gnue
[Top][All Lists]
Advanced

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

r6740 - in trunk/gnue-forms: . doc doc/man po src


From: reinhard
Subject: r6740 - in trunk/gnue-forms: . doc doc/man po src
Date: Sat, 27 Nov 2004 07:39:03 -0600 (CST)

Author: reinhard
Date: 2004-11-27 07:39:02 -0600 (Sat, 27 Nov 2004)
New Revision: 6740

Modified:
   trunk/gnue-forms/NEWS
   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
   trunk/gnue-forms/src/__init__.py
Log:
Released 0.5.9.

Modified: trunk/gnue-forms/NEWS
===================================================================
--- trunk/gnue-forms/NEWS       2004-11-27 13:33:14 UTC (rev 6739)
+++ trunk/gnue-forms/NEWS       2004-11-27 13:39:02 UTC (rev 6740)
@@ -1,3 +1,10 @@
+New features/changes in version 0.5.9: (2004-11-27)
+* Option to highlight current entry in gtk2
+* Properly working dropdowns
+* Menu, toolbar and status bar for dialog style forms
+* Fixed some memory leaks
+* Several bug fixes
+
 New features/changes in version 0.5.8: (2004-11-03)
 * Support for dialog style main forms (needed for report parameter entry)
 * Several bug fixes

Modified: trunk/gnue-forms/doc/gnue-forms.dtd
===================================================================
--- trunk/gnue-forms/doc/gnue-forms.dtd 2004-11-27 13:33:14 UTC (rev 6739)
+++ trunk/gnue-forms/doc/gnue-forms.dtd 2004-11-27 13:39:02 UTC (rev 6740)
@@ -1,4 +1,4 @@
-<!-- GNUe-Forms DTD (Version 0.5.8.99) -->
+<!-- GNUe-Forms DTD (Version 0.5.9) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -551,6 +551,8 @@
 <!ATTLIST button label %name; #IMPLIED>
 <!-- name: A unique ID for the widget. Useful for importable buttons. -->
 <!ATTLIST button name ID #IMPLIED>
+<!-- navigable: Can this button be navigated? -->
+<!ATTLIST button navigable %boolean;>
 
 <!-- TODO -->
 <!ELEMENT component EMPTY>
@@ -636,6 +638,8 @@
 <!ATTLIST import-button label %name; #IMPLIED>
 <!-- name: A unique ID for the widget. Useful for importable buttons. -->
 <!ATTLIST import-button name ID #IMPLIED>
+<!-- navigable: Can this button be navigated? -->
+<!ATTLIST import-button navigable %boolean;>
 
 <!-- TODO -->
 <!ELEMENT label EMPTY>
@@ -906,5 +910,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-11-24 14:07:12   -->
+     Updated: 2004-11-27 14:35:16   -->
 

Modified: trunk/gnue-forms/doc/man/gnue-forms.1
===================================================================
--- trunk/gnue-forms/doc/man/gnue-forms.1       2004-11-27 13:33:14 UTC (rev 
6739)
+++ trunk/gnue-forms/doc/man/gnue-forms.1       2004-11-27 13:39:02 UTC (rev 
6740)
@@ -1,4 +1,4 @@
-.TH GNUE\-FORMS 1 "24 November 2004" "GNUe Forms"
+.TH GNUE\-FORMS 1 "27 November 2004" "GNUe Forms"
 .SH NAME
 gnue\-forms \- GNUe Forms
 .SH SYNOPSIS

Modified: trunk/gnue-forms/po/de.po
===================================================================
--- trunk/gnue-forms/po/de.po   2004-11-27 13:33:14 UTC (rev 6739)
+++ trunk/gnue-forms/po/de.po   2004-11-27 13:39:02 UTC (rev 6740)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-Forms 0.5\n"
-"POT-Creation-Date: 2004-11-24 14:08+CET\n"
+"POT-Creation-Date: 2004-11-27 14:36+CET\n"
 "PO-Revision-Date: $Date$\n"
 "Last-Translator: Reinhard M�ller <address@hidden>\n"
 "MIME-Version: 1.0\n"
@@ -200,7 +200,7 @@
 msgid "Entry references non-existent field '%s'"
 msgstr "Eingabefeld referenziert ein nicht existierendes Feld '%s'"
 
-#: GFObjects/GFField.py:209
+#: GFObjects/GFField.py:213
 msgid "Datasource '%s' not found"
 msgstr "Datenquelle '%s' nicht gefunden"
 
@@ -252,7 +252,7 @@
 msgid "Top tabs"
 msgstr "Reiter am oberen Rand"
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:804
+#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
 msgid "Row Spacing"
 msgstr "Zeilenabstand"
 
@@ -306,7 +306,7 @@
 msgid "Allow Deletes"
 msgstr "Datens�tze k�nnen gel�scht werden"
 
-#: GFParser.py:263
+#: GFParser.py:263 GFParser.py:764
 msgid "Navigable"
 msgstr "Block ist angesteuerbar"
 
@@ -512,31 +512,31 @@
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr "Feld enth�lt die Daten der Komponente in Base64-Kodierung"
 
-#: GFParser.py:812 GFParser.py:852
+#: GFParser.py:817 GFParser.py:857
 msgid "Description field"
 msgstr "Beschreibung"
 
-#: GFParser.py:817
+#: GFParser.py:822
 msgid "Own ID field"
 msgstr "Eigenes ID-Feld"
 
-#: GFParser.py:822
+#: GFParser.py:827
 msgid "Parent ID field"
 msgstr "�bergeordnetes ID-Feld"
 
-#: GFParser.py:827
+#: GFParser.py:832
 msgid "Table hint for leaf tables"
 msgstr "Tabellenhinweis f�r Bl�tter-Tabellen"
 
-#: GFParser.py:848
+#: GFParser.py:853
 msgid "ID of a field"
 msgstr "ID eines Feldes"
 
-#: GFParser.py:1085
+#: GFParser.py:1090
 msgid "M/D Min Child Rows"
 msgstr "M/D Minimalanzahl untergeordneter Zeilen"
 
-#: GFParser.py:1096
+#: GFParser.py:1101
 msgid "M/D Max Child Rows"
 msgstr "M/D Maximalanzahl untergeordneter Zeilen"
 
@@ -544,7 +544,7 @@
 msgid "The UI-Driver %(name)s has no implementation of %(method)s"
 msgstr "Der UI-Driver %(name)s implementiert die Methode %(method)s nicht"
 
-#: uidrivers/_base/UIdriver.py:525
+#: uidrivers/_base/UIdriver.py:528
 msgid "GNUe Message"
 msgstr "GNUe Meldung"
 

Modified: trunk/gnue-forms/po/es_ES.po
===================================================================
--- trunk/gnue-forms/po/es_ES.po        2004-11-27 13:33:14 UTC (rev 6739)
+++ trunk/gnue-forms/po/es_ES.po        2004-11-27 13:39:02 UTC (rev 6740)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-Forms-0.5.5\n"
-"POT-Creation-Date: 2004-11-24 14:08+CET\n"
+"POT-Creation-Date: 2004-11-27 14:36+CET\n"
 "PO-Revision-Date: 2004-06-09\n"
 "Last-Translator: Jose Esteban <address@hidden>\n"
 "Language-Team: es_ES\n"
@@ -214,7 +214,7 @@
 msgid "Entry references non-existent field '%s'"
 msgstr ""
 
-#: GFObjects/GFField.py:209
+#: GFObjects/GFField.py:213
 msgid "Datasource '%s' not found"
 msgstr ""
 
@@ -271,7 +271,7 @@
 msgid "Top tabs"
 msgstr "Tabulaci�n superior"
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:804
+#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
 msgid "Row Spacing"
 msgstr "Espaciado de l�nea"
 
@@ -325,7 +325,7 @@
 msgid "Allow Deletes"
 msgstr "Permitir borrado"
 
-#: GFParser.py:263
+#: GFParser.py:263 GFParser.py:764
 msgid "Navigable"
 msgstr "Navegable"
 
@@ -529,31 +529,31 @@
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr "El campo contiene datos de un componente codificados en Base63"
 
-#: GFParser.py:812 GFParser.py:852
+#: GFParser.py:817 GFParser.py:857
 msgid "Description field"
 msgstr "Campo que describe la clave externa"
 
-#: GFParser.py:817
+#: GFParser.py:822
 msgid "Own ID field"
 msgstr "Identificador propio del campo"
 
-#: GFParser.py:822
+#: GFParser.py:827
 msgid "Parent ID field"
 msgstr "Campo con ID paterno"
 
-#: GFParser.py:827
+#: GFParser.py:832
 msgid "Table hint for leaf tables"
 msgstr "Indicaci�n para tablas paginadas"
 
-#: GFParser.py:848
+#: GFParser.py:853
 msgid "ID of a field"
 msgstr "Identificador de un campo"
 
-#: GFParser.py:1085
+#: GFParser.py:1090
 msgid "M/D Min Child Rows"
 msgstr "M�nimo de filas en detalle"
 
-#: GFParser.py:1096
+#: GFParser.py:1101
 msgid "M/D Max Child Rows"
 msgstr "M�ximo de filas de detalle"
 
@@ -561,7 +561,7 @@
 msgid "The UI-Driver %(name)s has no implementation of %(method)s"
 msgstr ""
 
-#: uidrivers/_base/UIdriver.py:525
+#: uidrivers/_base/UIdriver.py:528
 msgid "GNUe Message"
 msgstr ""
 

Modified: trunk/gnue-forms/po/es_MX.po
===================================================================
--- trunk/gnue-forms/po/es_MX.po        2004-11-27 13:33:14 UTC (rev 6739)
+++ trunk/gnue-forms/po/es_MX.po        2004-11-27 13:39:02 UTC (rev 6740)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2004-11-24 14:08+CET\n"
+"POT-Creation-Date: 2004-11-27 14:36+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"
@@ -209,7 +209,7 @@
 msgid "Entry references non-existent field '%s'"
 msgstr ""
 
-#: GFObjects/GFField.py:209
+#: GFObjects/GFField.py:213
 msgid "Datasource '%s' not found"
 msgstr ""
 
@@ -266,7 +266,7 @@
 msgid "Top tabs"
 msgstr ""
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:804
+#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
 msgid "Row Spacing"
 msgstr ""
 
@@ -326,7 +326,7 @@
 msgid "Allow Deletes"
 msgstr "&Elimina %s"
 
-#: GFParser.py:263
+#: GFParser.py:263 GFParser.py:764
 msgid "Navigable"
 msgstr ""
 
@@ -537,32 +537,32 @@
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr ""
 
-#: GFParser.py:812 GFParser.py:852
+#: GFParser.py:817 GFParser.py:857
 #, fuzzy
 msgid "Description field"
 msgstr "Descripcion"
 
-#: GFParser.py:817
+#: GFParser.py:822
 msgid "Own ID field"
 msgstr ""
 
-#: GFParser.py:822
+#: GFParser.py:827
 msgid "Parent ID field"
 msgstr ""
 
-#: GFParser.py:827
+#: GFParser.py:832
 msgid "Table hint for leaf tables"
 msgstr ""
 
-#: GFParser.py:848
+#: GFParser.py:853
 msgid "ID of a field"
 msgstr ""
 
-#: GFParser.py:1085
+#: GFParser.py:1090
 msgid "M/D Min Child Rows"
 msgstr ""
 
-#: GFParser.py:1096
+#: GFParser.py:1101
 msgid "M/D Max Child Rows"
 msgstr ""
 
@@ -570,7 +570,7 @@
 msgid "The UI-Driver %(name)s has no implementation of %(method)s"
 msgstr ""
 
-#: uidrivers/_base/UIdriver.py:525
+#: uidrivers/_base/UIdriver.py:528
 #, fuzzy
 msgid "GNUe Message"
 msgstr "Salir GNUe Designer"

Modified: trunk/gnue-forms/po/fr.po
===================================================================
--- trunk/gnue-forms/po/fr.po   2004-11-27 13:33:14 UTC (rev 6739)
+++ trunk/gnue-forms/po/fr.po   2004-11-27 13:39:02 UTC (rev 6740)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2004-11-24 14:08+CET\n"
+"POT-Creation-Date: 2004-11-27 14:36+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"
@@ -221,7 +221,7 @@
 msgid "Entry references non-existent field '%s'"
 msgstr ""
 
-#: GFObjects/GFField.py:209
+#: GFObjects/GFField.py:213
 msgid "Datasource '%s' not found"
 msgstr ""
 
@@ -278,7 +278,7 @@
 msgid "Top tabs"
 msgstr "Pas de tabulations"
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:804
+#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
 msgid "Row Spacing"
 msgstr "Ecartement des lignes"
 
@@ -336,7 +336,7 @@
 msgid "Allow Deletes"
 msgstr ""
 
-#: GFParser.py:263
+#: GFParser.py:263 GFParser.py:764
 #, fuzzy
 msgid "Navigable"
 msgstr "&Navigation"
@@ -548,33 +548,33 @@
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr "Le champ contient l'URL du composant"
 
-#: GFParser.py:812 GFParser.py:852
+#: GFParser.py:817 GFParser.py:857
 #, fuzzy
 msgid "Description field"
 msgstr "Champ de description F/K"
 
-#: GFParser.py:817
+#: GFParser.py:822
 msgid "Own ID field"
 msgstr ""
 
-#: GFParser.py:822
+#: GFParser.py:827
 #, fuzzy
 msgid "Parent ID field"
 msgstr "Emp�cher les suppressions"
 
-#: GFParser.py:827
+#: GFParser.py:832
 msgid "Table hint for leaf tables"
 msgstr ""
 
-#: GFParser.py:848
+#: GFParser.py:853
 msgid "ID of a field"
 msgstr ""
 
-#: GFParser.py:1085
+#: GFParser.py:1090
 msgid "M/D Min Child Rows"
 msgstr ""
 
-#: GFParser.py:1096
+#: GFParser.py:1101
 msgid "M/D Max Child Rows"
 msgstr ""
 
@@ -582,7 +582,7 @@
 msgid "The UI-Driver %(name)s has no implementation of %(method)s"
 msgstr ""
 
-#: uidrivers/_base/UIdriver.py:525
+#: uidrivers/_base/UIdriver.py:528
 msgid "GNUe Message"
 msgstr ""
 

Modified: trunk/gnue-forms/po/hu.po
===================================================================
--- trunk/gnue-forms/po/hu.po   2004-11-27 13:33:14 UTC (rev 6739)
+++ trunk/gnue-forms/po/hu.po   2004-11-27 13:39:02 UTC (rev 6740)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-Forms 0.5\n"
-"POT-Creation-Date: 2004-11-24 14:08+CET\n"
+"POT-Creation-Date: 2004-11-27 14:36+CET\n"
 "PO-Revision-Date: $Date$\n"
 "Last-Translator: Kmetyk� G�bor <address@hidden>\n"
 "MIME-Version: 1.0\n"
@@ -201,7 +201,7 @@
 msgid "Entry references non-existent field '%s'"
 msgstr "A bejegyz�s a nem l�tez� '%s' mez�re hivatkozik"
 
-#: GFObjects/GFField.py:209
+#: GFObjects/GFField.py:213
 msgid "Datasource '%s' not found"
 msgstr "A '%s' adatforr�s nem tal�lhat�"
 
@@ -253,7 +253,7 @@
 msgid "Top tabs"
 msgstr "Fels� f�lek"
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:804
+#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
 msgid "Row Spacing"
 msgstr "Sort�vols�g"
 
@@ -310,7 +310,7 @@
 
 # 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:263 GFParser.py:764
 msgid "Navigable"
 msgstr "Navig�l�s enged�lyezve"
 
@@ -515,31 +515,31 @@
 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:812 GFParser.py:852
+#: GFParser.py:817 GFParser.py:857
 msgid "Description field"
 msgstr "Le�r� mez�"
 
-#: GFParser.py:817
+#: GFParser.py:822
 msgid "Own ID field"
 msgstr "Saj�t ID mez�"
 
-#: GFParser.py:822
+#: GFParser.py:827
 msgid "Parent ID field"
 msgstr "Sz�l� ID mez�"
 
-#: GFParser.py:827
+#: GFParser.py:832
 msgid "Table hint for leaf tables"
 msgstr "T�bla tipp a lev�l t�bl�khoz"
 
-#: GFParser.py:848
+#: GFParser.py:853
 msgid "ID of a field"
 msgstr "Egy mez� ID-je"
 
-#: GFParser.py:1085
+#: GFParser.py:1090
 msgid "M/D Min Child Rows"
 msgstr "M/D Min. gyermek sorok"
 
-#: GFParser.py:1096
+#: GFParser.py:1101
 msgid "M/D Max Child Rows"
 msgstr "M/D Max. gyermek sorok"
 
@@ -547,7 +547,7 @@
 msgid "The UI-Driver %(name)s has no implementation of %(method)s"
 msgstr "A %(name)s UI meghajt�ban nincs megval�s�tva a %(method)s"
 
-#: uidrivers/_base/UIdriver.py:525
+#: uidrivers/_base/UIdriver.py:528
 msgid "GNUe Message"
 msgstr "GNUe �zenet"
 

Modified: trunk/gnue-forms/po/lt.po
===================================================================
--- trunk/gnue-forms/po/lt.po   2004-11-27 13:33:14 UTC (rev 6739)
+++ trunk/gnue-forms/po/lt.po   2004-11-27 13:39:02 UTC (rev 6740)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2004-11-24 14:08+CET\n"
+"POT-Creation-Date: 2004-11-27 14:36+CET\n"
 "PO-Revision-Date: 2002-07-05 13:48+0200\n"
 "Last-Translator: Art�ras Kriukovas <address@hidden>\n"
 "Language-Team: Lithuania\n"
@@ -203,7 +203,7 @@
 msgid "Entry references non-existent field '%s'"
 msgstr ""
 
-#: GFObjects/GFField.py:209
+#: GFObjects/GFField.py:213
 msgid "Datasource '%s' not found"
 msgstr ""
 
@@ -260,7 +260,7 @@
 msgid "Top tabs"
 msgstr ""
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:804
+#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
 msgid "Row Spacing"
 msgstr ""
 
@@ -319,7 +319,7 @@
 msgid "Allow Deletes"
 msgstr "&I�trinti %s"
 
-#: GFParser.py:263
+#: GFParser.py:263 GFParser.py:764
 msgid "Navigable"
 msgstr ""
 
@@ -531,32 +531,32 @@
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr ""
 
-#: GFParser.py:812 GFParser.py:852
+#: GFParser.py:817 GFParser.py:857
 #, fuzzy
 msgid "Description field"
 msgstr "Apra�ymas"
 
-#: GFParser.py:817
+#: GFParser.py:822
 msgid "Own ID field"
 msgstr ""
 
-#: GFParser.py:822
+#: GFParser.py:827
 msgid "Parent ID field"
 msgstr ""
 
-#: GFParser.py:827
+#: GFParser.py:832
 msgid "Table hint for leaf tables"
 msgstr ""
 
-#: GFParser.py:848
+#: GFParser.py:853
 msgid "ID of a field"
 msgstr ""
 
-#: GFParser.py:1085
+#: GFParser.py:1090
 msgid "M/D Min Child Rows"
 msgstr ""
 
-#: GFParser.py:1096
+#: GFParser.py:1101
 msgid "M/D Max Child Rows"
 msgstr ""
 
@@ -564,7 +564,7 @@
 msgid "The UI-Driver %(name)s has no implementation of %(method)s"
 msgstr ""
 
-#: uidrivers/_base/UIdriver.py:525
+#: uidrivers/_base/UIdriver.py:528
 #, fuzzy
 msgid "GNUe Message"
 msgstr "I�eiti i� GNUe dizainerio"

Modified: trunk/gnue-forms/po/ro.po
===================================================================
--- trunk/gnue-forms/po/ro.po   2004-11-27 13:33:14 UTC (rev 6739)
+++ trunk/gnue-forms/po/ro.po   2004-11-27 13:39:02 UTC (rev 6740)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe Forms\n"
-"POT-Creation-Date: 2004-11-24 14:08+CET\n"
+"POT-Creation-Date: 2004-11-27 14:36+CET\n"
 "PO-Revision-Date: 2004-04-7 17:02+0200\n"
 "Last-Translator: Florin Boariu <address@hidden>\n"
 "Language-Team: Romanian\n"
@@ -216,7 +216,7 @@
 msgid "Entry references non-existent field '%s'"
 msgstr ""
 
-#: GFObjects/GFField.py:209
+#: GFObjects/GFField.py:213
 msgid "Datasource '%s' not found"
 msgstr ""
 
@@ -273,7 +273,7 @@
 msgid "Top tabs"
 msgstr "Tab sus"
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:804
+#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
 msgid "Row Spacing"
 msgstr "Spatiul intre randuri"
 
@@ -331,7 +331,7 @@
 msgid "Allow Deletes"
 msgstr ""
 
-#: GFParser.py:263
+#: GFParser.py:263 GFParser.py:764
 #, fuzzy
 msgid "Navigable"
 msgstr "&Navigare"
@@ -544,31 +544,31 @@
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr "Camputl contine URL-ul componentei"
 
-#: GFParser.py:812 GFParser.py:852
+#: GFParser.py:817 GFParser.py:857
 msgid "Description field"
 msgstr "Campul de descriere"
 
-#: GFParser.py:817
+#: GFParser.py:822
 msgid "Own ID field"
 msgstr "Campul cu ID-ul propriu"
 
-#: GFParser.py:822
+#: GFParser.py:827
 msgid "Parent ID field"
 msgstr "Campul cu ID-ul parintelui"
 
-#: GFParser.py:827
+#: GFParser.py:832
 msgid "Table hint for leaf tables"
 msgstr "Nume de tabela pentru frunze"
 
-#: GFParser.py:848
+#: GFParser.py:853
 msgid "ID of a field"
 msgstr "ID-ul unui camp"
 
-#: GFParser.py:1085
+#: GFParser.py:1090
 msgid "M/D Min Child Rows"
 msgstr ""
 
-#: GFParser.py:1096
+#: GFParser.py:1101
 msgid "M/D Max Child Rows"
 msgstr ""
 
@@ -576,7 +576,7 @@
 msgid "The UI-Driver %(name)s has no implementation of %(method)s"
 msgstr ""
 
-#: uidrivers/_base/UIdriver.py:525
+#: uidrivers/_base/UIdriver.py:528
 msgid "GNUe Message"
 msgstr ""
 

Modified: trunk/gnue-forms/po/ru.po
===================================================================
--- trunk/gnue-forms/po/ru.po   2004-11-27 13:33:14 UTC (rev 6739)
+++ trunk/gnue-forms/po/ru.po   2004-11-27 13:39:02 UTC (rev 6740)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2004-11-24 14:08+CET\n"
+"POT-Creation-Date: 2004-11-27 14:36+CET\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Dmitry Sorokin <address@hidden>\n"
 "Language-Team: Dmitry Sorokin <address@hidden>\n"
@@ -181,7 +181,7 @@
 msgid "Entry references non-existent field '%s'"
 msgstr ""
 
-#: GFObjects/GFField.py:209
+#: GFObjects/GFField.py:213
 msgid "Datasource '%s' not found"
 msgstr ""
 
@@ -236,7 +236,7 @@
 msgid "Top tabs"
 msgstr ""
 
-#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:804
+#: GFParser.py:199 GFParser.py:320 GFParser.py:543 GFParser.py:809
 msgid "Row Spacing"
 msgstr ""
 
@@ -294,7 +294,7 @@
 msgid "Allow Deletes"
 msgstr ""
 
-#: GFParser.py:263
+#: GFParser.py:263 GFParser.py:764
 msgid "Navigable"
 msgstr ""
 
@@ -502,32 +502,32 @@
 msgid "Field contains the data of the component in Base63 encoding"
 msgstr ""
 
-#: GFParser.py:812 GFParser.py:852
+#: GFParser.py:817 GFParser.py:857
 #, fuzzy
 msgid "Description field"
 msgstr "  �������� : "
 
-#: GFParser.py:817
+#: GFParser.py:822
 msgid "Own ID field"
 msgstr ""
 
-#: GFParser.py:822
+#: GFParser.py:827
 msgid "Parent ID field"
 msgstr ""
 
-#: GFParser.py:827
+#: GFParser.py:832
 msgid "Table hint for leaf tables"
 msgstr ""
 
-#: GFParser.py:848
+#: GFParser.py:853
 msgid "ID of a field"
 msgstr ""
 
-#: GFParser.py:1085
+#: GFParser.py:1090
 msgid "M/D Min Child Rows"
 msgstr ""
 
-#: GFParser.py:1096
+#: GFParser.py:1101
 msgid "M/D Max Child Rows"
 msgstr ""
 
@@ -535,7 +535,7 @@
 msgid "The UI-Driver %(name)s has no implementation of %(method)s"
 msgstr ""
 
-#: uidrivers/_base/UIdriver.py:525
+#: uidrivers/_base/UIdriver.py:528
 msgid "GNUe Message"
 msgstr ""
 

Modified: trunk/gnue-forms/src/__init__.py
===================================================================
--- trunk/gnue-forms/src/__init__.py    2004-11-27 13:33:14 UTC (rev 6739)
+++ trunk/gnue-forms/src/__init__.py    2004-11-27 13:39:02 UTC (rev 6740)
@@ -33,7 +33,7 @@
 #   5. Commit to CVS
 
 _version = (0,5,9)
-_release = 0
+_release = 1
 
 # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
 if _release:





reply via email to

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