commit-gnue
[Top][All Lists]
Advanced

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

r6316 - in trunk/gnue-appserver: . doc doc/man po src


From: reinhard
Subject: r6316 - in trunk/gnue-appserver: . doc doc/man po src
Date: Thu, 16 Sep 2004 13:23:35 -0500 (CDT)

Author: reinhard
Date: 2004-09-16 13:23:33 -0500 (Thu, 16 Sep 2004)
New Revision: 6316

Modified:
   trunk/gnue-appserver/NEWS
   trunk/gnue-appserver/ROADMAP.in
   trunk/gnue-appserver/TODO
   trunk/gnue-appserver/doc/gcd.dtd
   trunk/gnue-appserver/doc/gld.dtd
   trunk/gnue-appserver/doc/man/gnue-appserver.1
   trunk/gnue-appserver/doc/man/gnue-gsdgen.1
   trunk/gnue-appserver/doc/man/gnue-readgcd.1
   trunk/gnue-appserver/doc/man/gnue-readgld.1
   trunk/gnue-appserver/po/de.po
   trunk/gnue-appserver/po/es.po
   trunk/gnue-appserver/po/hu.po
   trunk/gnue-appserver/po/ru.po
   trunk/gnue-appserver/src/__init__.py
Log:
Released 0.1.90.

Modified: trunk/gnue-appserver/NEWS
===================================================================
--- trunk/gnue-appserver/NEWS   2004-09-16 18:15:22 UTC (rev 6315)
+++ trunk/gnue-appserver/NEWS   2004-09-16 18:23:33 UTC (rev 6316)
@@ -1,3 +1,12 @@
+New features/changes in version 0.1.90: (2004-09-16)
+* Support for gld's (GNUe Language Definition files)
+* Support for dynamically generated forms
+* Renamed gnue-gcd2sql to gnue-readgcd
+* Restructured samples and initialization files
+* Disabled authentication by default
+* Use frontend language for messages instead of local language
+* Much improved exception handling
+
 New features/changes in version 0.1.0: (2004-08-03)
 * Minor bug fixes
 

Modified: trunk/gnue-appserver/ROADMAP.in
===================================================================
--- trunk/gnue-appserver/ROADMAP.in     2004-09-16 18:15:22 UTC (rev 6315)
+++ trunk/gnue-appserver/ROADMAP.in     2004-09-16 18:23:33 UTC (rev 6316)
@@ -4,40 +4,6 @@
 ===================================================================
 
 
-0.2
-
-
-GOALS
-  The 0.2 release will add further features necessary to write
-  applications.
-
-
-TODO
-
-
-IN PROGRESS
-
-
-  [Forms Support]
-
-    Generate dynamic forms
-
-  [Object Server]
-
-    Make sure that all exceptions are passed to the caller in a meaningful way,
-    especially exceptions raised in procedure code and exceptions raised by the
-    appserver itself (like key violations and such).
-
-    Allow for translatable message texts for triggers and procedures,
-    especially for exceptions.
-
-
-FINISHED
-
-
-===================================================================
-
-
 0.3
 
 

Modified: trunk/gnue-appserver/TODO
===================================================================
--- trunk/gnue-appserver/TODO   2004-09-16 18:15:22 UTC (rev 6315)
+++ trunk/gnue-appserver/TODO   2004-09-16 18:23:33 UTC (rev 6316)
@@ -2,32 +2,6 @@
 GNUe Appserver: Feature Plans
 
 ======================================================================
-0.2 Releases
-======================================================================
-
-----------------------------------------------------------------------
-GOALS
-----------------------------------------------------------------------
-
-  The 0.2 release will add further features necessary to write
-  applications.
-
-----------------------------------------------------------------------
-IN PROGRESS
-----------------------------------------------------------------------
-
-Forms Support
-  * Generate dynamic forms
-
-Object Server
-  * Make sure that all exceptions are passed to the caller in a meaningful way,
-    especially exceptions raised in procedure code and exceptions raised by the
-    appserver itself (like key violations and such).
-  * Allow for translatable message texts for triggers and procedures,
-    especially for exceptions.
-
-
-======================================================================
 0.3 Releases
 ======================================================================
 

Modified: trunk/gnue-appserver/doc/gcd.dtd
===================================================================
--- trunk/gnue-appserver/doc/gcd.dtd    2004-09-16 18:15:22 UTC (rev 6315)
+++ trunk/gnue-appserver/doc/gcd.dtd    2004-09-16 18:23:33 UTC (rev 6316)
@@ -1,4 +1,4 @@
-<!-- GNUe Class Definitions DTD (Version 0.1.89.99) -->
+<!-- GNUe Class Definitions DTD (Version 0.1.90) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -95,5 +95,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-09-06 11:07:49   -->
+     Updated: 2004-09-16 20:05:03   -->
 

Modified: trunk/gnue-appserver/doc/gld.dtd
===================================================================
--- trunk/gnue-appserver/doc/gld.dtd    2004-09-16 18:15:22 UTC (rev 6315)
+++ trunk/gnue-appserver/doc/gld.dtd    2004-09-16 18:23:33 UTC (rev 6316)
@@ -1,4 +1,4 @@
-<!-- GNUe Language Definitions DTD (Version 0.1.89.99) -->
+<!-- GNUe Language Definitions DTD (Version 0.1.90) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -80,5 +80,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2004-09-06 11:08:51   -->
+     Updated: 2004-09-16 20:05:04   -->
 

Modified: trunk/gnue-appserver/doc/man/gnue-appserver.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-appserver.1       2004-09-16 18:15:22 UTC 
(rev 6315)
+++ trunk/gnue-appserver/doc/man/gnue-appserver.1       2004-09-16 18:23:33 UTC 
(rev 6316)
@@ -1,4 +1,4 @@
-.TH GNUE\-APPSERVER 1 "03 August 2004" "GNUe Application Server"
+.TH GNUE\-APPSERVER 1 "16 September 2004" "GNUe Application Server"
 .SH NAME
 gnue\-appserver \- GNUe Application Server
 .SH SYNOPSIS

Modified: trunk/gnue-appserver/doc/man/gnue-gsdgen.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2004-09-16 18:15:22 UTC (rev 
6315)
+++ trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2004-09-16 18:23:33 UTC (rev 
6316)
@@ -1,4 +1,4 @@
-.TH GNUE\-GSDGEN 1 "03 August 2004" "geasGsdGen"
+.TH GNUE\-GSDGEN 1 "16 September 2004" "geasGsdGen"
 .SH NAME
 gnue\-gsdgen \- geasGsdGen
 .SH SYNOPSIS

Modified: trunk/gnue-appserver/doc/man/gnue-readgcd.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-readgcd.1 2004-09-16 18:15:22 UTC (rev 
6315)
+++ trunk/gnue-appserver/doc/man/gnue-readgcd.1 2004-09-16 18:23:33 UTC (rev 
6316)
@@ -1,4 +1,4 @@
-.TH READGCD 1 "26 August 2004" "readgcd"
+.TH READGCD 1 "16 September 2004" "readgcd"
 .SH NAME
 readgcd \- readgcd
 .SH SYNOPSIS

Modified: trunk/gnue-appserver/doc/man/gnue-readgld.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-readgld.1 2004-09-16 18:15:22 UTC (rev 
6315)
+++ trunk/gnue-appserver/doc/man/gnue-readgld.1 2004-09-16 18:23:33 UTC (rev 
6316)
@@ -1,4 +1,4 @@
-.TH GNUE\-READGLD 1 "26 August 2004" "gnue-readgld"
+.TH GNUE\-READGLD 1 "16 September 2004" "gnue-readgld"
 .SH NAME
 gnue\-readgld \- gnue\-readgld
 .SH SYNOPSIS
@@ -11,7 +11,7 @@
 .I file
 .I \&...
 .SH DESCRIPTION
-Read GNUe Layout Definitions and update the class repository
+Read GNUe Language Definitions and update the class repository
 
 .SH OPTIONS
 .TP

Modified: trunk/gnue-appserver/po/de.po
===================================================================
--- trunk/gnue-appserver/po/de.po       2004-09-16 18:15:22 UTC (rev 6315)
+++ trunk/gnue-appserver/po/de.po       2004-09-16 18:23:33 UTC (rev 6316)
@@ -5,26 +5,26 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-AppServer 0.1\n"
-"POT-Creation-Date: Mon Sep 13 10:44:22 2004\n"
+"POT-Creation-Date: Thu Sep 16 20:06:04 2004\n"
 "PO-Revision-Date: $Date$\n"
 "Last-Translator: Reinhard M�ller <address@hidden>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: classrep/Base.py:41
+#: classrep/Base.py:42
 msgid "Item '%s' not found."
 msgstr "Das Element '%s' wurde im Classrepository nicht gefunden"
 
-#: classrep/Base.py:46
+#: classrep/Base.py:47
 msgid "'%(item)s': %(error)s"
 msgstr "'%(item)s': %(error)s"
 
-#: classrep/Base.py:153
+#: classrep/Base.py:154
 msgid "%s: _getSingleCondition() not implemented!"
 msgstr "%s: _getSingleCondition() ist nicht implementiert!"
 
-#: classrep/Base.py:166
+#: classrep/Base.py:167
 msgid "%s: _getNewItem() not implemented!"
 msgstr "%s: _getNewItem() ist nicht implementiert!"
 
@@ -32,19 +32,19 @@
 msgid "Class '%s' not found in class repository"
 msgstr "Die Klasse '%s' kann im Classrepository nicht gefunden werden"
 
-#: classrep/Definition.py:54
+#: classrep/Definition.py:55
 msgid "Cannot find file '%s'"
 msgstr "Datei '%s' nicht gefunden"
 
-#: classrep/Definition.py:91
+#: classrep/Definition.py:92
 msgid "Invalid identifier '%s'"
 msgstr "Ung�ltiger Bezeichner '%s'"
 
-#: classrep/Definition.py:97 classrep/Definition.py:106
+#: classrep/Definition.py:98 classrep/Definition.py:107
 msgid "Module '%s' not found"
 msgstr "Das Modul '%s' kann im Classrepository nicht gefunden werden"
 
-#: classrep/Definition.py:102
+#: classrep/Definition.py:103
 msgid "Class '%s' not found"
 msgstr "Klasse '%s' nicht gefunden"
 
@@ -72,19 +72,19 @@
 msgid "Property '%(property)s': %(error)s"
 msgstr "Eigenschaft '%(property)s' %(error)s"
 
-#: classrep/SchemaSupport.py:49
+#: classrep/SchemaSupport.py:50
 msgid "Invalid export type: '%s'"
 msgstr "Ung�ltiger Export-Typ: '%s'"
 
-#: classrep/SchemaSupport.py:425 geasGsdGen.py:314
+#: classrep/SchemaSupport.py:426 geasGsdGen.py:314
 msgid "%s is not a valid date object"
 msgstr "%s ist kein g�ltiges Datumsobjekt"
 
-#: classrep/SchemaSupport.py:436 geasGsdGen.py:325
+#: classrep/SchemaSupport.py:437 geasGsdGen.py:325
 msgid "%s is not a valid time object"
 msgstr "%s ist kein g�ltiges Zeitobjekt"
 
-#: classrep/SchemaSupport.py:444 geasGsdGen.py:333
+#: classrep/SchemaSupport.py:445 geasGsdGen.py:333
 msgid "%s is not a valid datetime object"
 msgstr "%s ist kein g�ltiges Objekt f�r Datum und Zeit"
 
@@ -185,24 +185,24 @@
 "Erzeugt/Aktualisiert ein Datenbankschema aus einer Klassendefinitionsdatei\n"
 "(gcd-Datei) und aktualisiert die Daten aller gnue_*-Klassen"
 
-#: gcd/readgcd.py:79 gld/readgld.py:91
+#: gcd/readgcd.py:80 gld/readgld.py:92
 msgid "Use the connection <connectionname> for creating the schema"
 msgstr ""
 "Daten und Anweisungen werden an die Verbindung <connectionname> gesandt"
 
-#: gcd/readgcd.py:82
+#: gcd/readgcd.py:83
 msgid "Also send the code for creating the schema to this file."
 msgstr ""
 "Zus�tzlich zur Ausf�hrung soll der generierte SQL-Code in dieser Datei\n"
 "abgelegt werden"
 
-#: gcd/readgcd.py:85
+#: gcd/readgcd.py:86
 msgid ""
 "If this flag is set, only code is sent to the output file and the schema is "
 "not created automatically."
 msgstr "Es wird nur der SQL-Code erzeugt. Das Schema wird nicht ver�ndert."
 
-#: gcd/readgcd.py:89 gld/readgld.py:94
+#: gcd/readgcd.py:90 gld/readgld.py:95
 msgid ""
 "Set the username for the database. If the database is to be created, this "
 "username will be it's owner."
@@ -210,79 +210,79 @@
 "Bestimmt den Benutzernamen f�r die Datenbank. Falls die Datenbank erzeugt\n"
 "wird, wird dieser Benutzer zum Eigent�mer der Datenbank."
 
-#: gcd/readgcd.py:93 gld/readgld.py:98
+#: gcd/readgcd.py:94 gld/readgld.py:99
 msgid "Set the password for the database."
 msgstr "Passwort f�r die Datenbankverbindung."
 
-#: gcd/readgcd.py:112 gld/readgld.py:118
+#: gcd/readgcd.py:113 gld/readgld.py:119
 msgid "No input file specified."
 msgstr "Keine Eingabe-Datei (gcd-Datei) angegeben."
 
-#: gcd/readgcd.py:115 gld/readgld.py:126
+#: gcd/readgcd.py:116 gld/readgld.py:127
 msgid "No connection specified."
 msgstr "Keine Verbindung angegeben."
 
-#: gcd/readgcd.py:124
+#: gcd/readgcd.py:125
 msgid "Unable to open input file: %s"
 msgstr "Die Datei '%s' kann nicht ge�ffnet werden"
 
-#: gcd/readgcd.py:131
+#: gcd/readgcd.py:132
 msgid "Output to file only requested, but no filename specified."
 msgstr "F�r die Datei-Ausgabe muss ein Dateiname angegeben werden."
 
-#: gcd/readgcd.py:155
+#: gcd/readgcd.py:156
 msgid "Loading gcd file '%s' ..."
 msgstr "Klassendefinitionsdatei '%s' wird geladen ..."
 
-#: gcd/readgcd.py:373
+#: gcd/readgcd.py:374
 msgid "Updating schema ..."
 msgstr "Datenbank-Schema wird aktualisiert ..."
 
-#: gcd/readgcd.py:391
+#: gcd/readgcd.py:392
 msgid "Updating class repository ..."
 msgstr "Classrepository wird aktualisiert ..."
 
-#: gcd/readgcd.py:441
+#: gcd/readgcd.py:442
 msgid "  Modules   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 "  Module       : %(ins)3d neu, %(upd)3d ge�ndert, %(kept)3d unver�ndert"
 
-#: gcd/readgcd.py:492
+#: gcd/readgcd.py:493
 msgid "  Classes   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 "  Klassen      : %(ins)3d neu, %(upd)3d ge�ndert, %(kept)3d unver�ndert"
 
-#: gcd/readgcd.py:549
+#: gcd/readgcd.py:550
 msgid "  Properties: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 "  Eigenschaften: %(ins)3d neu, %(upd)3d ge�ndert, %(kept)3d unver�ndert"
 
-#: gcd/readgcd.py:602
+#: gcd/readgcd.py:603
 msgid "  Procedures: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 "  Prozeduren   : %(ins)3d neu, %(upd)3d ge�ndert, %(kept)3d unver�ndert"
 
-#: gcd/readgcd.py:657
+#: gcd/readgcd.py:658
 msgid "  Parameters: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 "  Parameter    : %(ins)3d neu, %(upd)3d ge�ndert, %(kept)3d unver�ndert"
 
-#: geasAuthentication.py:102
+#: geasAuthentication.py:100
 msgid "User '%s' does not exist."
 msgstr "Der Benutzer '%s' existiert nicht."
 
-#: geasAuthentication.py:105
+#: geasAuthentication.py:103
 msgid ""
 "Internal Error: More than one (%(numrec)s) record for user '%(username)s'."
 msgstr ""
 "Interner Fehler: Es gibt mehr als einen (%(numrec)s) Datensatz f�r den "
 "Benutzer '%(username)s'"
 
-#: geasAuthentication.py:110
+#: geasAuthentication.py:108
 msgid "Invalid password for user '%s'"
 msgstr "Ung�ltiges Passwort f�r den Benutzer '%s'"
 
-#: geasAuthentication.py:163
+#: geasAuthentication.py:161
 msgid "User '%s' logged in."
 msgstr "Benutzer '%s' angemeldet."
 
@@ -353,21 +353,21 @@
 msgid "Exporting data of class '%s' ..."
 msgstr "Daten der Klasse '%s' werden exportiert ..."
 
-#: geasInstance.py:39
+#: geasInstance.py:40
 msgid "Database returned invalid value '%(value)s' for property '%(property)s'"
 msgstr ""
 "Die Datenbank lieferte einen ung�ltigen Wert '%(value)s' f�r die Eigenschaft "
 "'%(property)s'"
 
-#: geasInstance.py:47
+#: geasInstance.py:48
 msgid "Invalid value '%(value)s' for property '%(property)s'"
 msgstr "Ung�ltiger Wert '%(value)s' f�r die Eigenschaft '%(property)s'"
 
-#: geasInstance.py:54
+#: geasInstance.py:55
 msgid "Invalid value '%(value)s' for parameter '%(parameter)s'"
 msgstr "Ung�ltiger Wert '%(value)s' f�r den Parameter '%(parameter)s'"
 
-#: geasInstance.py:61
+#: geasInstance.py:62
 msgid ""
 "Procedure '%(procedure)s' expected a result of type '%(type)s', but got type "
 "'%(resulttype)s'"
@@ -375,11 +375,11 @@
 "Die Prozedur  '%(procedure)s' erwaretete ein Ergebnis vom Typ '%(type)s', "
 "erhielt aber den Typ '%(resulttype)s'"
 
-#: geasInstance.py:70
+#: geasInstance.py:71
 msgid "Calculated field '%(property)s' is a read-only field"
 msgstr "Das kalkulierte Feld '%(property)s' ist schreibgesch�tzt"
 
-#: geasInstance.py:76
+#: geasInstance.py:77
 msgid ""
 "Cannot resolve propertyname '%(name)s' because '%(part)s' is not a reference "
 "property"
@@ -537,18 +537,23 @@
 msgid "Selftest passed!"
 msgstr "Selbsttest beendet."
 
-#: geasSession.py:41
+#: geasSession.py:43
 msgid "Instance '%(objectId)s' of class '%(classname)s' not found"
 msgstr "Instanz '%(objectId)s' der Klasse '%(classname)s' nicht gefunden"
 
-#: geasSession.py:48
+#: geasSession.py:50
 msgid "Access to class '%s' denied"
 msgstr "Zugriff auf die Klasse '%s' nicht gestattet"
 
-#: geasSession.py:53
+#: geasSession.py:55
 msgid "Cannot find a list with ID '%s'"
 msgstr "Die Liste mit ID '%s' wurde nicht gefunden"
 
+#: geasSession.py:60
+#, fuzzy
+msgid "Invalid condition data type '%s'"
+msgstr "Ung�ltiger Export-Typ: '%s'"
+
 #: geasSessionManager.py:40
 msgid "Cannot find a session with ID '%s'"
 msgstr "Die Sitzung mit ID '%s' wurde nicht gefunden"
@@ -564,19 +569,27 @@
 "Das Programm liest GNUe Language Definitionen ein und aktualisert damit die "
 "Klassenbibliothek"
 
-#: gld/readgld.py:226
+#: gld/readgld.py:227
 msgid "Loading gld file '%s' ..."
 msgstr "GNUe Label Definitionsdatei '%s' wird geladen ..."
 
-#: gld/readgld.py:467
+#: gld/readgld.py:468
 msgid "  Labels  : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr "  Labels   : %(ins)3d neu, %(upd)3d ge�ndert, %(kept)3d unver�ndert."
 
-#: gld/readgld.py:520
+#: gld/readgld.py:521
 msgid "  Messages: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr "  Meldungen: %(ins)3d neu, %(upd)3d ge�ndert, %(kept)3d unver�ndert."
 
-#: language/Object.py:36
+#: labels.py:716
+msgid "GNU Enterprise Application Server"
+msgstr ""
+
+#: labels.py:719
+msgid "Generated form for class \"%s\""
+msgstr ""
+
+#: language/Object.py:37
 msgid "Class '%(classname)s' has no member '%(member)s'"
 msgstr "Klasse '%(classname)s' hat keine Eigenschaft/Methode '%(member)s'"
 

Modified: trunk/gnue-appserver/po/es.po
===================================================================
--- trunk/gnue-appserver/po/es.po       2004-09-16 18:15:22 UTC (rev 6315)
+++ trunk/gnue-appserver/po/es.po       2004-09-16 18:23:33 UTC (rev 6316)
@@ -5,26 +5,26 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-AppServer 0.1\n"
-"POT-Creation-Date: Mon Sep 13 10:44:22 2004\n"
+"POT-Creation-Date: Thu Sep 16 20:06:04 2004\n"
 "PO-Revision-Date: $Date$\n"
 "Last-Translator: Jose Esteban <address@hidden>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: classrep/Base.py:41
+#: classrep/Base.py:42
 msgid "Item '%s' not found."
 msgstr "No se encuentra item '%s'."
 
-#: classrep/Base.py:46
+#: classrep/Base.py:47
 msgid "'%(item)s': %(error)s"
 msgstr ""
 
-#: classrep/Base.py:153
+#: classrep/Base.py:154
 msgid "%s: _getSingleCondition() not implemented!"
 msgstr "%s: No se ha implementado _getSingleCondition()"
 
-#: classrep/Base.py:166
+#: classrep/Base.py:167
 msgid "%s: _getNewItem() not implemented!"
 msgstr "%s: No se ha implementado _getNewItem()"
 
@@ -32,19 +32,19 @@
 msgid "Class '%s' not found in class repository"
 msgstr "La clase '%s' no se encuentra en el repositorio"
 
-#: classrep/Definition.py:54
+#: classrep/Definition.py:55
 msgid "Cannot find file '%s'"
 msgstr "No se encuentra el fichero '%s'"
 
-#: classrep/Definition.py:91
+#: classrep/Definition.py:92
 msgid "Invalid identifier '%s'"
 msgstr "Identificador no v�lido: '%s'"
 
-#: classrep/Definition.py:97 classrep/Definition.py:106
+#: classrep/Definition.py:98 classrep/Definition.py:107
 msgid "Module '%s' not found"
 msgstr "No se encuentra el m�dulo '%s'"
 
-#: classrep/Definition.py:102
+#: classrep/Definition.py:103
 msgid "Class '%s' not found"
 msgstr "No se encuentra la clase '%s'"
 
@@ -73,19 +73,19 @@
 msgid "Property '%(property)s': %(error)s"
 msgstr ""
 
-#: classrep/SchemaSupport.py:49
+#: classrep/SchemaSupport.py:50
 msgid "Invalid export type: '%s'"
 msgstr "Tipo no v�lido para exportar: '%s'"
 
-#: classrep/SchemaSupport.py:425 geasGsdGen.py:314
+#: classrep/SchemaSupport.py:426 geasGsdGen.py:314
 msgid "%s is not a valid date object"
 msgstr "%s no es un objeto fecha v�lido"
 
-#: classrep/SchemaSupport.py:436 geasGsdGen.py:325
+#: classrep/SchemaSupport.py:437 geasGsdGen.py:325
 msgid "%s is not a valid time object"
 msgstr "%s no es un objeto hora v�lido"
 
-#: classrep/SchemaSupport.py:444 geasGsdGen.py:333
+#: classrep/SchemaSupport.py:445 geasGsdGen.py:333
 msgid "%s is not a valid datetime object"
 msgstr "%s no es un objeto fecha+hora v�lido"
 
@@ -189,41 +189,41 @@
 "and maintain data for all gnue_* classes"
 msgstr ""
 
-#: gcd/readgcd.py:79 gld/readgld.py:91
+#: gcd/readgcd.py:80 gld/readgld.py:92
 msgid "Use the connection <connectionname> for creating the schema"
 msgstr ""
 
-#: gcd/readgcd.py:82
+#: gcd/readgcd.py:83
 msgid "Also send the code for creating the schema to this file."
 msgstr ""
 
-#: gcd/readgcd.py:85
+#: gcd/readgcd.py:86
 msgid ""
 "If this flag is set, only code is sent to the output file and the schema is "
 "not created automatically."
 msgstr ""
 
-#: gcd/readgcd.py:89 gld/readgld.py:94
+#: gcd/readgcd.py:90 gld/readgld.py:95
 msgid ""
 "Set the username for the database. If the database is to be created, this "
 "username will be it's owner."
 msgstr ""
 
-#: gcd/readgcd.py:93 gld/readgld.py:98
+#: gcd/readgcd.py:94 gld/readgld.py:99
 #, fuzzy
 msgid "Set the password for the database."
 msgstr "Proporciona la clave para la base de datos."
 
-#: gcd/readgcd.py:112 gld/readgld.py:118
+#: gcd/readgcd.py:113 gld/readgld.py:119
 msgid "No input file specified."
 msgstr "No se ha indicado fichero de entrada."
 
-#: gcd/readgcd.py:115 gld/readgld.py:126
+#: gcd/readgcd.py:116 gld/readgld.py:127
 #, fuzzy
 msgid "No connection specified."
 msgstr "No se ha indicado fichero de entrada."
 
-#: gcd/readgcd.py:124
+#: gcd/readgcd.py:125
 #, fuzzy
 msgid "Unable to open input file: %s"
 msgstr ""
@@ -231,62 +231,62 @@
 "\n"
 "    %s"
 
-#: gcd/readgcd.py:131
+#: gcd/readgcd.py:132
 msgid "Output to file only requested, but no filename specified."
 msgstr ""
 
-#: gcd/readgcd.py:155
+#: gcd/readgcd.py:156
 #, fuzzy
 msgid "Loading gcd file '%s' ..."
 msgstr "No se encuentra el fichero '%s'"
 
-#: gcd/readgcd.py:373
+#: gcd/readgcd.py:374
 #, fuzzy
 msgid "Updating schema ..."
 msgstr "Construyendo definiciones de datos ..."
 
-#: gcd/readgcd.py:391
+#: gcd/readgcd.py:392
 #, fuzzy
 msgid "Updating class repository ..."
 msgstr "Cargando cat�logo de clases ..."
 
-#: gcd/readgcd.py:441
+#: gcd/readgcd.py:442
 msgid "  Modules   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:492
+#: gcd/readgcd.py:493
 msgid "  Classes   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:549
+#: gcd/readgcd.py:550
 msgid "  Properties: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:602
+#: gcd/readgcd.py:603
 msgid "  Procedures: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:657
+#: gcd/readgcd.py:658
 msgid "  Parameters: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
 # ../src/commdrivers/_directory/DirectoryServer.py:389 :401
-#: geasAuthentication.py:102
+#: geasAuthentication.py:100
 #, fuzzy
 msgid "User '%s' does not exist."
 msgstr "El metodo solicitado no existe"
 
-#: geasAuthentication.py:105
+#: geasAuthentication.py:103
 msgid ""
 "Internal Error: More than one (%(numrec)s) record for user '%(username)s'."
 msgstr ""
 
-#: geasAuthentication.py:110
+#: geasAuthentication.py:108
 #, fuzzy
 msgid "Invalid password for user '%s'"
 msgstr "Valor invalido '%s' para el campo"
 
-#: geasAuthentication.py:163
+#: geasAuthentication.py:161
 msgid "User '%s' logged in."
 msgstr "Usuario '%s' aceptado"
 
@@ -360,32 +360,32 @@
 msgid "Exporting data of class '%s' ..."
 msgstr "No se encuentra el fichero '%s'"
 
-#: geasInstance.py:39
+#: geasInstance.py:40
 #, fuzzy
 msgid "Database returned invalid value '%(value)s' for property '%(property)s'"
 msgstr "No se encuentra el manejador de base de datos para '%s'"
 
-#: geasInstance.py:47
+#: geasInstance.py:48
 #, fuzzy
 msgid "Invalid value '%(value)s' for property '%(property)s'"
 msgstr "Valor invalido '%s' para el campo"
 
-#: geasInstance.py:54
+#: geasInstance.py:55
 #, fuzzy
 msgid "Invalid value '%(value)s' for parameter '%(parameter)s'"
 msgstr "Valor invalido '%s' para el campo"
 
-#: geasInstance.py:61
+#: geasInstance.py:62
 msgid ""
 "Procedure '%(procedure)s' expected a result of type '%(type)s', but got type "
 "'%(resulttype)s'"
 msgstr ""
 
-#: geasInstance.py:70
+#: geasInstance.py:71
 msgid "Calculated field '%(property)s' is a read-only field"
 msgstr ""
 
-#: geasInstance.py:76
+#: geasInstance.py:77
 msgid ""
 "Cannot resolve propertyname '%(name)s' because '%(part)s' is not a reference "
 "property"
@@ -538,19 +538,24 @@
 msgid "Selftest passed!"
 msgstr "�Autocomprobaci�n positiva!"
 
-#: geasSession.py:41
+#: geasSession.py:43
 msgid "Instance '%(objectId)s' of class '%(classname)s' not found"
 msgstr ""
 
-#: geasSession.py:48
+#: geasSession.py:50
 msgid "Access to class '%s' denied"
 msgstr ""
 
-#: geasSession.py:53
+#: geasSession.py:55
 #, fuzzy
 msgid "Cannot find a list with ID '%s'"
 msgstr "No se encuentra el fichero '%s'"
 
+#: geasSession.py:60
+#, fuzzy
+msgid "Invalid condition data type '%s'"
+msgstr "Formato de condici�n incorrecto"
+
 #: geasSessionManager.py:40
 #, fuzzy
 msgid "Cannot find a session with ID '%s'"
@@ -567,21 +572,30 @@
 "Herramienta para crear GNUe Schema Definition (gsd) a\n"
 "partir del cat�logo de clases de appserver"
 
-#: gld/readgld.py:226
+#: gld/readgld.py:227
 #, fuzzy
 msgid "Loading gld file '%s' ..."
 msgstr "No se encuentra el fichero '%s'"
 
-#: gld/readgld.py:467
+#: gld/readgld.py:468
 msgid "  Labels  : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gld/readgld.py:520
+#: gld/readgld.py:521
 msgid "  Messages: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: language/Object.py:36
+#: labels.py:716
 #, fuzzy
+msgid "GNU Enterprise Application Server"
+msgstr "GNU Enterprise Forms"
+
+#: labels.py:719
+msgid "Generated form for class \"%s\""
+msgstr ""
+
+#: language/Object.py:37
+#, fuzzy
 msgid "Class '%(classname)s' has no member '%(member)s'"
 msgstr "La clase '%(classname)s' no dispone de '%(property)s'"
 
@@ -594,10 +608,6 @@
 msgid "Message '%s' not found"
 msgstr "No se encuentra la clase '%s'"
 
-#, fuzzy
-#~ msgid "GNU Enterprise Application Server"
-#~ msgstr "GNU Enterprise Forms"
-
 #~ msgid ""
 #~ "The vendor to create a script for. If <vendor> is 'all', then scripts for "
 #~ "all supported vendors will be created. <vendor> can also be a comma-"
@@ -636,9 +646,6 @@
 #~ "Qu� se exporta: \"schema\", \"data\", \"both\". Por defecto,\n"
 #~ "\"both\" (ambos)"
 
-#~ msgid "Invalid condition format"
-#~ msgstr "Formato de condici�n incorrecto"
-
 #~ msgid "Error occured during method invokation: %s"
 #~ msgstr "Ha ocurrido un error al invocar el m�todo: %s"
 

Modified: trunk/gnue-appserver/po/hu.po
===================================================================
--- trunk/gnue-appserver/po/hu.po       2004-09-16 18:15:22 UTC (rev 6315)
+++ trunk/gnue-appserver/po/hu.po       2004-09-16 18:23:33 UTC (rev 6316)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-AppServer 0.1\n"
-"POT-Creation-Date: Mon Sep 13 10:44:22 2004\n"
+"POT-Creation-Date: Thu Sep 16 20:06:04 2004\n"
 "PO-Revision-Date: 2004-09-16 00:38+0200\n"
 "Last-Translator: Kmetyk� G�bor <address@hidden>\n"
 "MIME-Version: 1.0\n"
@@ -13,19 +13,19 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 # c:\python22\lib\site-packages\gnue/designer/base/Instance.py:185
-#: classrep/Base.py:41
+#: classrep/Base.py:42
 msgid "Item '%s' not found."
 msgstr "'%s' elem nem tal�lhat�."
 
-#: classrep/Base.py:46
+#: classrep/Base.py:47
 msgid "'%(item)s': %(error)s"
 msgstr "'%(item)s': %(error)s"
 
-#: classrep/Base.py:153
+#: classrep/Base.py:154
 msgid "%s: _getSingleCondition() not implemented!"
 msgstr "%s: _getSingleCondition() nincs megval�s�tva!"
 
-#: classrep/Base.py:166
+#: classrep/Base.py:167
 msgid "%s: _getNewItem() not implemented!"
 msgstr "%s: _getNewItem() nincs megval�s�tva!"
 
@@ -33,21 +33,21 @@
 msgid "Class '%s' not found in class repository"
 msgstr "A '%s' oszt�ly nem tal�lhat� az oszt�lyk�nyvt�rban"
 
-#: classrep/Definition.py:54
+#: classrep/Definition.py:55
 msgid "Cannot find file '%s'"
 msgstr "'%s' f�jl nem tal�lhat�"
 
-#: classrep/Definition.py:91
+#: classrep/Definition.py:92
 msgid "Invalid identifier '%s'"
 msgstr "�rv�nytelen azonos�t� '%s'"
 
 # c:\python22\lib\site-packages\gnue/designer/base/Instance.py:185
-#: classrep/Definition.py:97 classrep/Definition.py:106
+#: classrep/Definition.py:98 classrep/Definition.py:107
 msgid "Module '%s' not found"
 msgstr "A '%s' modul nem tal�lhat�"
 
 # c:\python22\lib\site-packages\gnue/designer/base/Instance.py:185
-#: classrep/Definition.py:102
+#: classrep/Definition.py:103
 msgid "Class '%s' not found"
 msgstr "'%s' oszt�ly nem tal�lhat�"
 
@@ -75,19 +75,19 @@
 msgid "Property '%(property)s': %(error)s"
 msgstr "'%(property)s' tulajdons�g: %(error)s"
 
-#: classrep/SchemaSupport.py:49
+#: classrep/SchemaSupport.py:50
 msgid "Invalid export type: '%s'"
 msgstr "�rv�nytelen export t�pus '%s'"
 
-#: classrep/SchemaSupport.py:425 geasGsdGen.py:314
+#: classrep/SchemaSupport.py:426 geasGsdGen.py:314
 msgid "%s is not a valid date object"
 msgstr "%s nem �rv�nyes d�tum objektum"
 
-#: classrep/SchemaSupport.py:436 geasGsdGen.py:325
+#: classrep/SchemaSupport.py:437 geasGsdGen.py:325
 msgid "%s is not a valid time object"
 msgstr "%s nem �rv�nyes id� objektum"
 
-#: classrep/SchemaSupport.py:444 geasGsdGen.py:333
+#: classrep/SchemaSupport.py:445 geasGsdGen.py:333
 msgid "%s is not a valid datetime object"
 msgstr "%s nem �rv�nyes d�tum-id� objektum"
 
@@ -142,10 +142,12 @@
 
 #: gcd/GCParser.py:53
 msgid "'%s' has a scale in type and an extra scale attribute"
-msgstr "'%s' adatt�pusa megadja a pontoss�got, de van k�l�n pontoss�g 
tulajdons�ga is"
+msgstr ""
+"'%s' adatt�pusa megadja a pontoss�got, de van k�l�n pontoss�g tulajdons�ga is"
 
 #: gcd/GCParser.py:58 gld/GLParser.py:45
-msgid "The class '%(class)s' mismatches the given module attribute 
'%(module)s'"
+msgid ""
+"The class '%(class)s' mismatches the given module attribute '%(module)s'"
 msgstr ""
 "A '%(class)s' oszt�ly nem illeszkedik a megadott '%(module)s' modul "
 "tulajdons�ghoz"
@@ -189,15 +191,15 @@
 "file-b�l\n"
 "�s kezeli a gnue_* oszt�lyok adatait"
 
-#: gcd/readgcd.py:79 gld/readgld.py:91
+#: gcd/readgcd.py:80 gld/readgld.py:92
 msgid "Use the connection <connectionname> for creating the schema"
 msgstr "A <connectionname> kapcsolatot haszn�lja a s�ma l�trehoz�s�hoz"
 
-#: gcd/readgcd.py:82
+#: gcd/readgcd.py:83
 msgid "Also send the code for creating the schema to this file."
 msgstr "A s�ma l�trehoz�s�t v�gz� k�dot ebbe a f�jlba is elk�ldi."
 
-#: gcd/readgcd.py:85
+#: gcd/readgcd.py:86
 msgid ""
 "If this flag is set, only code is sent to the output file and the schema is "
 "not created automatically."
@@ -205,7 +207,7 @@
 "Ha ez a jelz� be van �ll�tva, csak a kimeneti f�jlba ker�l a k�d, a s�ma nem "
 "ker�l automatikusan l�trehoz�sra."
 
-#: gcd/readgcd.py:89 gld/readgld.py:94
+#: gcd/readgcd.py:90 gld/readgld.py:95
 msgid ""
 "Set the username for the database. If the database is to be created, this "
 "username will be it's owner."
@@ -213,73 +215,79 @@
 "Adatb�zis felhaszn�l� nev�nek megad�sa. Ha az adatb�zist l�tre kell hozni, "
 "ez a felhaszn�l� lesz a tulajdonosa."
 
-#: gcd/readgcd.py:93 gld/readgld.py:98
+#: gcd/readgcd.py:94 gld/readgld.py:99
 msgid "Set the password for the database."
 msgstr "Megadja az adatb�zishoz tartoz� jelsz�t."
 
-#: gcd/readgcd.py:112 gld/readgld.py:118
+#: gcd/readgcd.py:113 gld/readgld.py:119
 msgid "No input file specified."
 msgstr "Nincs kiv�lasztott bemeneti f�jl."
 
-#: gcd/readgcd.py:115 gld/readgld.py:126
+#: gcd/readgcd.py:116 gld/readgld.py:127
 msgid "No connection specified."
 msgstr "Nincs kapcsolat megadva."
 
-#: gcd/readgcd.py:124
+#: gcd/readgcd.py:125
 msgid "Unable to open input file: %s"
 msgstr "Nem lehet megnyitni a %s bemeneti f�jlt."
 
-#: gcd/readgcd.py:131
+#: gcd/readgcd.py:132
 msgid "Output to file only requested, but no filename specified."
 msgstr "Csak f�jl kimenet volt kiv�lasztva, de nincs megadva f�jln�v."
 
-#: gcd/readgcd.py:155
+#: gcd/readgcd.py:156
 msgid "Loading gcd file '%s' ..."
 msgstr "'%s' gcd f�jl bet�lt�se..."
 
-#: gcd/readgcd.py:373
+#: gcd/readgcd.py:374
 msgid "Updating schema ..."
 msgstr "S�ma friss�t�se..."
 
-#: gcd/readgcd.py:391
+#: gcd/readgcd.py:392
 msgid "Updating class repository ..."
 msgstr "Oszt�lyk�nyvt�r friss�t�se..."
 
-#: gcd/readgcd.py:441
+#: gcd/readgcd.py:442
 msgid "  Modules   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
-msgstr "  Modulok   : %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d 
v�ltozatlan."
+msgstr ""
+"  Modulok   : %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d v�ltozatlan."
 
-#: gcd/readgcd.py:492
+#: gcd/readgcd.py:493
 msgid "  Classes   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
-msgstr "  Oszt�lyok   : %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d 
v�ltozatlan."
+msgstr ""
+"  Oszt�lyok   : %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d v�ltozatlan."
 
-#: gcd/readgcd.py:549
+#: gcd/readgcd.py:550
 msgid "  Properties: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 "  Tulajdons�gok: %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d "
 "v�ltozatlan."
 
-#: gcd/readgcd.py:602
+#: gcd/readgcd.py:603
 msgid "  Procedures: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
-msgstr "  Elj�r�sok: %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d 
v�ltozatlan."
+msgstr ""
+"  Elj�r�sok: %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d v�ltozatlan."
 
-#: gcd/readgcd.py:657
+#: gcd/readgcd.py:658
 msgid "  Parameters: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
-msgstr "  Param�terek: %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d 
v�ltozatlan."
+msgstr ""
+"  Param�terek: %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d v�ltozatlan."
 
-#: geasAuthentication.py:102
+#: geasAuthentication.py:100
 msgid "User '%s' does not exist."
 msgstr "'%s' felhaszn�l� nem l�tezik."
 
-#: geasAuthentication.py:105
-msgid "Internal Error: More than one (%(numrec)s) record for user 
'%(username)s'."
-msgstr "Bels� hiba: Egyn�l t�bb (%(numrec)s) rekord a '%(username)s' 
felhaszn�l�n�l."
+#: geasAuthentication.py:103
+msgid ""
+"Internal Error: More than one (%(numrec)s) record for user '%(username)s'."
+msgstr ""
+"Bels� hiba: Egyn�l t�bb (%(numrec)s) rekord a '%(username)s' felhaszn�l�n�l."
 
-#: geasAuthentication.py:110
+#: geasAuthentication.py:108
 msgid "Invalid password for user '%s'"
 msgstr "�rv�nytelen jelsz� '%s' felhaszn�l�hoz"
 
-#: geasAuthentication.py:163
+#: geasAuthentication.py:161
 msgid "User '%s' logged in."
 msgstr "'%s' felhaszn�l� bejelentkezett."
 
@@ -305,10 +313,12 @@
 
 #: geasGsdGen.py:44
 msgid "Classes have circular or unresolveable references"
-msgstr "Az oszt�lyok k�z�tt k�rk�r�s vagy feloldhatatlan hivatkoz�sok 
szerepelnek"
+msgstr ""
+"Az oszt�lyok k�z�tt k�rk�r�s vagy feloldhatatlan hivatkoz�sok szerepelnek"
 
 #: geasGsdGen.py:58
-msgid "A tool to dump data from a database into a GNUe Schema Definition (gsd) 
file."
+msgid ""
+"A tool to dump data from a database into a GNUe Schema Definition (gsd) file."
 msgstr ""
 "Egy eszk�z adatok ki�r�s�ra egy adatb�zisb�l GNUe S�madefin�ci�s f�jlba "
 "(gsd)."
@@ -351,21 +361,21 @@
 msgid "Exporting data of class '%s' ..."
 msgstr "'%s' oszt�ly adatainak export�l�sa..."
 
-#: geasInstance.py:39
+#: geasInstance.py:40
 msgid "Database returned invalid value '%(value)s' for property '%(property)s'"
 msgstr ""
 "Az adatb�zis '%(value)s' �rv�nytelen �rt�ket adott vissza '%(property)s' "
 "tulajdons�gnak"
 
-#: geasInstance.py:47
+#: geasInstance.py:48
 msgid "Invalid value '%(value)s' for property '%(property)s'"
 msgstr "'%(value)s' �rv�nytelen �rt�k a '%(property)s' tulajdons�ghoz"
 
-#: geasInstance.py:54
+#: geasInstance.py:55
 msgid "Invalid value '%(value)s' for parameter '%(parameter)s'"
 msgstr "'%(value)s' �rv�nytelen �rt�k a '%(parameter)s' param�terhez"
 
-#: geasInstance.py:61
+#: geasInstance.py:62
 msgid ""
 "Procedure '%(procedure)s' expected a result of type '%(type)s', but got type "
 "'%(resulttype)s'"
@@ -373,11 +383,11 @@
 "A '%(procedure)s' elj�r�s '%(type)s' t�pus� eredm�nyt v�rt, de '%(resulttype)"
 "s' t�pus�t kapott"
 
-#: geasInstance.py:70
+#: geasInstance.py:71
 msgid "Calculated field '%(property)s' is a read-only field"
 msgstr "A '%(property)s' sz�m�tott mez� csak olvashat�"
 
-#: geasInstance.py:76
+#: geasInstance.py:77
 msgid ""
 "Cannot resolve propertyname '%(name)s' because '%(part)s' is not a reference "
 "property"
@@ -517,7 +527,8 @@
 
 #: geasRpcServer.py:228
 msgid "Step 2: Opening session (user 'hacker', password 'secret') ..."
-msgstr "2. l�p�s: Session megnyit�sa (felhaszn�l�: 'hacker', jelsz�: 
'secret')..."
+msgstr ""
+"2. l�p�s: Session megnyit�sa (felhaszn�l�: 'hacker', jelsz�: 'secret')..."
 
 #: geasRpcServer.py:231
 msgid "Step 3: Creating object list ..."
@@ -545,18 +556,23 @@
 msgid "Selftest passed!"
 msgstr "Az �nteszt sikeres!"
 
-#: geasSession.py:41
+#: geasSession.py:43
 msgid "Instance '%(objectId)s' of class '%(classname)s' not found"
 msgstr "A '%(classname)s' oszt�ly '%(objectId)s' p�ld�nya nem tal�lhat�"
 
-#: geasSession.py:48
+#: geasSession.py:50
 msgid "Access to class '%s' denied"
 msgstr "Hozz�f�r�s megtagadva '%s' oszt�lyhoz"
 
-#: geasSession.py:53
+#: geasSession.py:55
 msgid "Cannot find a list with ID '%s'"
 msgstr "'%s' ID-j� lista nem tal�lhat�"
 
+#: geasSession.py:60
+#, fuzzy
+msgid "Invalid condition data type '%s'"
+msgstr "�rv�nytelen export t�pus '%s'"
+
 #: geasSessionManager.py:40
 msgid "Cannot find a session with ID '%s'"
 msgstr "'%s' ID-j� session nem tal�lhat�"
@@ -569,19 +585,29 @@
 msgid "Read GNUe Language Definitions and update the class repository"
 msgstr "GNUe nyelvi defin�ci�kat olvas be �s friss�ti az oszt�lyk�nyvt�rat"
 
-#: gld/readgld.py:226
+#: gld/readgld.py:227
 msgid "Loading gld file '%s' ..."
 msgstr "'%s' gld f�jl bet�lt�se..."
 
-#: gld/readgld.py:467
+#: gld/readgld.py:468
 msgid "  Labels  : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
-msgstr "  C�mk�k  : %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d 
v�ltozatlan."
+msgstr ""
+"  C�mk�k  : %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d v�ltozatlan."
 
-#: gld/readgld.py:520
+#: gld/readgld.py:521
 msgid "  Messages: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
-msgstr "  �zenetek: %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d 
v�ltozatlan."
+msgstr ""
+"  �zenetek: %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d v�ltozatlan."
 
-#: language/Object.py:36
+#: labels.py:716
+msgid "GNU Enterprise Application Server"
+msgstr ""
+
+#: labels.py:719
+msgid "Generated form for class \"%s\""
+msgstr ""
+
+#: language/Object.py:37
 msgid "Class '%(classname)s' has no member '%(member)s'"
 msgstr "A '%(classname)s' oszt�lynak nincs '%(member)s' tagja"
 
@@ -593,4 +619,3 @@
 #: language/Session.py:43
 msgid "Message '%s' not found"
 msgstr "'%s' �zenet nem tal�lhat�"
-

Modified: trunk/gnue-appserver/po/ru.po
===================================================================
--- trunk/gnue-appserver/po/ru.po       2004-09-16 18:15:22 UTC (rev 6315)
+++ trunk/gnue-appserver/po/ru.po       2004-09-16 18:23:33 UTC (rev 6316)
@@ -5,27 +5,27 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-AppServer 0.1\n"
-"POT-Creation-Date: Mon Sep 13 10:44:22 2004\n"
+"POT-Creation-Date: Thu Sep 16 20:06:04 2004\n"
 "PO-Revision-Date: $Date$\n"
 "Last-Translator: Dmitry Sorokin <address@hidden>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=koi8-r\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: classrep/Base.py:41
+#: classrep/Base.py:42
 #, fuzzy
 msgid "Item '%s' not found."
 msgstr "������ '%s' �� ������"
 
-#: classrep/Base.py:46
+#: classrep/Base.py:47
 msgid "'%(item)s': %(error)s"
 msgstr ""
 
-#: classrep/Base.py:153
+#: classrep/Base.py:154
 msgid "%s: _getSingleCondition() not implemented!"
 msgstr "%s: _getSingleCondition() �� �����������!"
 
-#: classrep/Base.py:166
+#: classrep/Base.py:167
 msgid "%s: _getNewItem() not implemented!"
 msgstr "%s: _getNewItem() �� �����������!"
 
@@ -33,19 +33,19 @@
 msgid "Class '%s' not found in class repository"
 msgstr "����� '%s' �� ������ � ����������� �������"
 
-#: classrep/Definition.py:54
+#: classrep/Definition.py:55
 msgid "Cannot find file '%s'"
 msgstr "���� '%s' �� ������"
 
-#: classrep/Definition.py:91
+#: classrep/Definition.py:92
 msgid "Invalid identifier '%s'"
 msgstr "�������� ������������� '%s'"
 
-#: classrep/Definition.py:97 classrep/Definition.py:106
+#: classrep/Definition.py:98 classrep/Definition.py:107
 msgid "Module '%s' not found"
 msgstr "������ '%s' �� ������"
 
-#: classrep/Definition.py:102
+#: classrep/Definition.py:103
 msgid "Class '%s' not found"
 msgstr "����� '%s' �� ������"
 
@@ -74,20 +74,20 @@
 msgid "Property '%(property)s': %(error)s"
 msgstr ""
 
-#: classrep/SchemaSupport.py:49
+#: classrep/SchemaSupport.py:50
 #, fuzzy
 msgid "Invalid export type: '%s'"
 msgstr "������������ �������� '%s' ��� ���� "
 
-#: classrep/SchemaSupport.py:425 geasGsdGen.py:314
+#: classrep/SchemaSupport.py:426 geasGsdGen.py:314
 msgid "%s is not a valid date object"
 msgstr ""
 
-#: classrep/SchemaSupport.py:436 geasGsdGen.py:325
+#: classrep/SchemaSupport.py:437 geasGsdGen.py:325
 msgid "%s is not a valid time object"
 msgstr ""
 
-#: classrep/SchemaSupport.py:444 geasGsdGen.py:333
+#: classrep/SchemaSupport.py:445 geasGsdGen.py:333
 msgid "%s is not a valid datetime object"
 msgstr ""
 
@@ -188,94 +188,94 @@
 "and maintain data for all gnue_* classes"
 msgstr ""
 
-#: gcd/readgcd.py:79 gld/readgld.py:91
+#: gcd/readgcd.py:80 gld/readgld.py:92
 msgid "Use the connection <connectionname> for creating the schema"
 msgstr ""
 
-#: gcd/readgcd.py:82
+#: gcd/readgcd.py:83
 msgid "Also send the code for creating the schema to this file."
 msgstr ""
 
-#: gcd/readgcd.py:85
+#: gcd/readgcd.py:86
 msgid ""
 "If this flag is set, only code is sent to the output file and the schema is "
 "not created automatically."
 msgstr ""
 
-#: gcd/readgcd.py:89 gld/readgld.py:94
+#: gcd/readgcd.py:90 gld/readgld.py:95
 msgid ""
 "Set the username for the database. If the database is to be created, this "
 "username will be it's owner."
 msgstr ""
 
-#: gcd/readgcd.py:93 gld/readgld.py:98
+#: gcd/readgcd.py:94 gld/readgld.py:99
 msgid "Set the password for the database."
 msgstr "���������� ������ ��� ���� ������"
 
-#: gcd/readgcd.py:112 gld/readgld.py:118
+#: gcd/readgcd.py:113 gld/readgld.py:119
 msgid "No input file specified."
 msgstr "���� ����� �� ������."
 
-#: gcd/readgcd.py:115 gld/readgld.py:126
+#: gcd/readgcd.py:116 gld/readgld.py:127
 msgid "No connection specified."
 msgstr "���������� �� �������."
 
-#: gcd/readgcd.py:124
+#: gcd/readgcd.py:125
 #, fuzzy
 msgid "Unable to open input file: %s"
 msgstr "�� ������� ������� ���� ����� %s."
 
-#: gcd/readgcd.py:131
+#: gcd/readgcd.py:132
 msgid "Output to file only requested, but no filename specified."
 msgstr "��������� ���� ������, �� ��� ����� �� �������."
 
-#: gcd/readgcd.py:155
+#: gcd/readgcd.py:156
 msgid "Loading gcd file '%s' ..."
 msgstr "�������� gcd ����� '%s' ..."
 
-#: gcd/readgcd.py:373
+#: gcd/readgcd.py:374
 msgid "Updating schema ..."
 msgstr "���������� ����� ..."
 
-#: gcd/readgcd.py:391
+#: gcd/readgcd.py:392
 msgid "Updating class repository ..."
 msgstr "���������� ����������� ������� ..."
 
-#: gcd/readgcd.py:441
+#: gcd/readgcd.py:442
 msgid "  Modules   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:492
+#: gcd/readgcd.py:493
 msgid "  Classes   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:549
+#: gcd/readgcd.py:550
 msgid "  Properties: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:602
+#: gcd/readgcd.py:603
 msgid "  Procedures: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:657
+#: gcd/readgcd.py:658
 msgid "  Parameters: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: geasAuthentication.py:102
+#: geasAuthentication.py:100
 msgid "User '%s' does not exist."
 msgstr ""
 
-#: geasAuthentication.py:105
+#: geasAuthentication.py:103
 msgid ""
 "Internal Error: More than one (%(numrec)s) record for user '%(username)s'."
 msgstr ""
 
-#: geasAuthentication.py:110
+#: geasAuthentication.py:108
 #, fuzzy
 msgid "Invalid password for user '%s'"
 msgstr "������������ �������� '%s' ��� ���� "
 
-#: geasAuthentication.py:163
+#: geasAuthentication.py:161
 msgid "User '%s' logged in."
 msgstr ""
 
@@ -345,29 +345,29 @@
 msgid "Exporting data of class '%s' ..."
 msgstr "�������� gcd ����� '%s' ..."
 
-#: geasInstance.py:39
+#: geasInstance.py:40
 msgid "Database returned invalid value '%(value)s' for property '%(property)s'"
 msgstr ""
 
-#: geasInstance.py:47
+#: geasInstance.py:48
 msgid "Invalid value '%(value)s' for property '%(property)s'"
 msgstr ""
 
-#: geasInstance.py:54
+#: geasInstance.py:55
 msgid "Invalid value '%(value)s' for parameter '%(parameter)s'"
 msgstr ""
 
-#: geasInstance.py:61
+#: geasInstance.py:62
 msgid ""
 "Procedure '%(procedure)s' expected a result of type '%(type)s', but got type "
 "'%(resulttype)s'"
 msgstr ""
 
-#: geasInstance.py:70
+#: geasInstance.py:71
 msgid "Calculated field '%(property)s' is a read-only field"
 msgstr ""
 
-#: geasInstance.py:76
+#: geasInstance.py:77
 msgid ""
 "Cannot resolve propertyname '%(name)s' because '%(part)s' is not a reference "
 "property"
@@ -493,19 +493,24 @@
 msgid "Selftest passed!"
 msgstr ""
 
-#: geasSession.py:41
+#: geasSession.py:43
 msgid "Instance '%(objectId)s' of class '%(classname)s' not found"
 msgstr ""
 
-#: geasSession.py:48
+#: geasSession.py:50
 msgid "Access to class '%s' denied"
 msgstr ""
 
-#: geasSession.py:53
+#: geasSession.py:55
 #, fuzzy
 msgid "Cannot find a list with ID '%s'"
 msgstr "���� '%s' �� ������"
 
+#: geasSession.py:60
+#, fuzzy
+msgid "Invalid condition data type '%s'"
+msgstr "������������ �������� '%s' ��� ���� "
+
 #: geasSessionManager.py:40
 #, fuzzy
 msgid "Cannot find a session with ID '%s'"
@@ -519,20 +524,28 @@
 msgid "Read GNUe Language Definitions and update the class repository"
 msgstr ""
 
-#: gld/readgld.py:226
+#: gld/readgld.py:227
 #, fuzzy
 msgid "Loading gld file '%s' ..."
 msgstr "�������� gcd ����� '%s' ..."
 
-#: gld/readgld.py:467
+#: gld/readgld.py:468
 msgid "  Labels  : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gld/readgld.py:520
+#: gld/readgld.py:521
 msgid "  Messages: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: language/Object.py:36
+#: labels.py:716
+msgid "GNU Enterprise Application Server"
+msgstr ""
+
+#: labels.py:719
+msgid "Generated form for class \"%s\""
+msgstr ""
+
+#: language/Object.py:37
 #, fuzzy
 msgid "Class '%(classname)s' has no member '%(member)s'"
 msgstr "����� '%(classname)s' �� ����� ��������� '%(procedure)s'"

Modified: trunk/gnue-appserver/src/__init__.py
===================================================================
--- trunk/gnue-appserver/src/__init__.py        2004-09-16 18:15:22 UTC (rev 
6315)
+++ trunk/gnue-appserver/src/__init__.py        2004-09-16 18:23:33 UTC (rev 
6316)
@@ -36,7 +36,7 @@
 #   5. Commit to CVS
 
 _version = (0,1,90)
-_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]