commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7098 - in trunk/gnue-appserver: . doc doc/man po


From: reinhard
Subject: [gnue] r7098 - in trunk/gnue-appserver: . doc doc/man po
Date: Fri, 4 Mar 2005 17:51:38 -0600 (CST)

Author: reinhard
Date: 2005-03-04 17:51:37 -0600 (Fri, 04 Mar 2005)
New Revision: 7098

Modified:
   trunk/gnue-appserver/NEWS
   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
Log:
Released 0.4.0.99-pre1.

Modified: trunk/gnue-appserver/NEWS
===================================================================
--- trunk/gnue-appserver/NEWS   2005-03-04 23:44:24 UTC (rev 7097)
+++ trunk/gnue-appserver/NEWS   2005-03-04 23:51:37 UTC (rev 7098)
@@ -1,3 +1,17 @@
+New features/changes in version 0.4.1: (????-??-??)
+* Support for case insensitive sorting
+* Support for not fully qualified property names throughout the language
+  interface
+* Use UUIDs for gnue_id generation
+* Changed --database command line option to --connection
+* New startup script for Windows using taskbar to shutdown gnue-appserver
+* Unique and thread safe session and list ids
+* Improved installation and configuration documentation
+* Updated Developer's Guide
+* Several bug fixes
+* Several memory leak fixes
+* Several performance improvements
+
 New features/changes in version 0.4.0: (2005-02-09)
 * descending sort
 * link indirect fields with outer joins (fixes queries with empty references)

Modified: trunk/gnue-appserver/doc/gcd.dtd
===================================================================
--- trunk/gnue-appserver/doc/gcd.dtd    2005-03-04 23:44:24 UTC (rev 7097)
+++ trunk/gnue-appserver/doc/gcd.dtd    2005-03-04 23:51:37 UTC (rev 7098)
@@ -1,4 +1,4 @@
-<!-- GNUe Class Definitions DTD (Version 0.4.0) -->
+<!-- GNUe Class Definitions DTD (Version 0.4.0.99) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -107,5 +107,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2005-02-09 14:53:08   -->
+     Updated: 2005-03-05 00:50:18   -->
 

Modified: trunk/gnue-appserver/doc/gld.dtd
===================================================================
--- trunk/gnue-appserver/doc/gld.dtd    2005-03-04 23:44:24 UTC (rev 7097)
+++ trunk/gnue-appserver/doc/gld.dtd    2005-03-04 23:51:37 UTC (rev 7098)
@@ -1,4 +1,4 @@
-<!-- GNUe Language Definitions DTD (Version 0.4.0) -->
+<!-- GNUe Language Definitions DTD (Version 0.4.0.99) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -81,5 +81,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2005-02-09 14:53:09   -->
+     Updated: 2005-03-05 00:50:19   -->
 

Modified: trunk/gnue-appserver/doc/man/gnue-appserver.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-appserver.1       2005-03-04 23:44:24 UTC 
(rev 7097)
+++ trunk/gnue-appserver/doc/man/gnue-appserver.1       2005-03-04 23:51:37 UTC 
(rev 7098)
@@ -1,4 +1,4 @@
-.TH GNUE\-APPSERVER 1 "09 February 2005" "GNUe Application Server"
+.TH GNUE\-APPSERVER 1 "05 March 2005" "GNUe Application Server"
 .SH NAME
 gnue\-appserver \- GNUe Application Server
 .SH SYNOPSIS
@@ -23,6 +23,10 @@
 .B GENERAL OPTIONS
 .TP
 .TP
+.B \-\-connection <name>, \-c
+Set the Database to use for loading and storing data to <name>.
+gnue\-appserver will search for it in connections.conf.
+.TP
 .B \-\-connections <loc>
 Specifies the location of the connection definition file. <loc> may 
 specify a file name (/usr/local/gnue/etc/connections.conf),or a URL 
@@ -32,7 +36,8 @@
 is used as a default.
 .TP
 .B \-\-database <name>
-Set the Database to use for loading and storing data to <name>.
+Depreciated: Set the Database to use for loading and storing data to 
+<name>.
 gnue\-appserver will search for it in connections.conf.
 .TP
 .B \-\-debug-file <filename>
@@ -73,6 +78,9 @@
 .B \-\-password <password>, \-p
 Set the password for the used database.
 .TP
+.B \-\-pidfile <pid-file>, \-P
+Filename to store the server's process id.
+.TP
 .B \-\-rpc-port <port>
 Set the GNURPC port.  For more information on GNURPC have a look at
 common/doc/RPC\-abstraction.
@@ -90,6 +98,9 @@
 correctness of
 global settings, etc.
 .TP
+.B \-\-silent
+Displays no output at all.
+.TP
 .B \-\-username <user>, \-u
 Set the username for the used database.
 .TP

Modified: trunk/gnue-appserver/doc/man/gnue-gsdgen.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2005-03-04 23:44:24 UTC (rev 
7097)
+++ trunk/gnue-appserver/doc/man/gnue-gsdgen.1  2005-03-04 23:51:37 UTC (rev 
7098)
@@ -1,4 +1,4 @@
-.TH GNUE\-GSDGEN 1 "09 February 2005" "geasGsdGen"
+.TH GNUE\-GSDGEN 1 "05 March 2005" "geasGsdGen"
 .SH NAME
 gnue\-gsdgen \- geasGsdGen
 .SH SYNOPSIS
@@ -24,6 +24,9 @@
 .B GENERAL OPTIONS
 .TP
 .TP
+.B \-\-connection <connectionname>, \-c
+Use the connection <connectionname> for data retrieval.
+.TP
 .B \-\-connections <loc>
 Specifies the location of the connection definition file. <loc> may 
 specify a file name (/usr/local/gnue/etc/connections.conf),or a URL 
@@ -33,8 +36,9 @@
 is used as a default.
 .TP
 .B \-\-database <database>, \-d
-Set the Database to use for data to <name>. gnue\-appserver will 
-search for it in connections.conf.
+Depreciated: Set the Database to use for data to <name>. 
+gnue\-appserver will search for it in connections.conf. Use 
+\'\-\-connection' instead.
 .TP
 .B \-\-debug-file <filename>
 Sends all debugging messages to a specified file (e.g., 
@@ -66,6 +70,9 @@
 .B \-\-output <file>, \-o
 Name of the resulting gsd\-file
 .TP
+.B \-\-silent
+Displays no output at all.
+.TP
 .B \-\-system, \-s
 If flag is set include system classes ('gnue_*')
 .TP

Modified: trunk/gnue-appserver/doc/man/gnue-readgcd.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-readgcd.1 2005-03-04 23:44:24 UTC (rev 
7097)
+++ trunk/gnue-appserver/doc/man/gnue-readgcd.1 2005-03-04 23:51:37 UTC (rev 
7098)
@@ -1,4 +1,4 @@
-.TH READGCD 1 "09 February 2005" "readgcd"
+.TH READGCD 1 "05 March 2005" "readgcd"
 .SH NAME
 readgcd \- readgcd
 .SH SYNOPSIS
@@ -64,6 +64,9 @@
 .B \-\-password <password>, \-p
 Set the password for the database.
 .TP
+.B \-\-silent
+Displays no output at all.
+.TP
 .B \-\-username <user>, \-u
 Set the username for the database. If the database is to be created, 
 this username will be it's owner.

Modified: trunk/gnue-appserver/doc/man/gnue-readgld.1
===================================================================
--- trunk/gnue-appserver/doc/man/gnue-readgld.1 2005-03-04 23:44:24 UTC (rev 
7097)
+++ trunk/gnue-appserver/doc/man/gnue-readgld.1 2005-03-04 23:51:37 UTC (rev 
7098)
@@ -1,4 +1,4 @@
-.TH GNUE\-READGLD 1 "09 February 2005" "gnue-readgld"
+.TH GNUE\-READGLD 1 "05 March 2005" "gnue-readgld"
 .SH NAME
 gnue\-readgld \- gnue\-readgld
 .SH SYNOPSIS
@@ -54,6 +54,9 @@
 .B \-\-password <password>, \-p
 Set the password for the database.
 .TP
+.B \-\-silent
+Displays no output at all.
+.TP
 .B \-\-username <user>, \-u
 Set the username for the database. If the database is to be created, 
 this username will be it's owner.

Modified: trunk/gnue-appserver/po/de.po
===================================================================
--- trunk/gnue-appserver/po/de.po       2005-03-04 23:44:24 UTC (rev 7097)
+++ trunk/gnue-appserver/po/de.po       2005-03-04 23:51:37 UTC (rev 7098)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: GNUe-AppServer 0.3\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-09 14:53+CET\n"
+"POT-Creation-Date: 2005-03-05 00:50+CET\n"
 "PO-Revision-Date: 2005-02-04 09:08+0100\n"
 "Last-Translator: Reinhard M�ller <address@hidden>\n"
 "Language-Team: \n"
@@ -15,23 +15,23 @@
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: classrep/Base.py:42
+#: classrep/Base.py:41
 msgid "Item '%s' not found."
 msgstr "Das Element '%s' wurde im Classrepository nicht gefunden"
 
-#: classrep/Base.py:47
+#: classrep/Base.py:46
 msgid "'%(item)s': %(error)s"
 msgstr "'%(item)s': %(error)s"
 
-#: classrep/Base.py:159
+#: classrep/Base.py:173
 msgid "%s: _getSingleCondition() not implemented!"
 msgstr "%s: _getSingleCondition() ist nicht implementiert!"
 
-#: classrep/Base.py:172
+#: classrep/Base.py:186
 msgid "%s: _getNewItem() not implemented!"
 msgstr "%s: _getNewItem() ist nicht implementiert!"
 
-#: classrep/Class.py:41 gcd/readgcd.py:72 gld/readgld.py:59
+#: classrep/Class.py:41 gcd/readgcd.py:73 gld/readgld.py:60
 msgid "Class '%s' not found in class repository"
 msgstr "Die Klasse '%s' kann im Classrepository nicht gefunden werden"
 
@@ -63,11 +63,11 @@
 msgid "Procedure '%(procedure)s' has no parameter '%(parameter)s'"
 msgstr "Die Prozedur '%(procedure)s' hat keinen Parameter '%(parameter)s'"
 
-#: classrep/Procedure.py:35 gld/readgld.py:77
+#: classrep/Procedure.py:35 gld/readgld.py:78
 msgid "Class '%(classname)s' has no procedure '%(procedure)s'"
 msgstr "Klasse '%(classname)s' hat keine Prozedur '%(procedure)s'"
 
-#: classrep/Property.py:35 gld/readgld.py:71
+#: classrep/Property.py:35 gld/readgld.py:72
 msgid "Class '%(classname)s' has no property '%(property)s'"
 msgstr "Die Klasse '%(classname)s' hat keine Eigenschaft '%(property)s'"
 
@@ -79,15 +79,15 @@
 msgid "Invalid export type: '%s'"
 msgstr "Ung�ltiger Export-Typ: '%s'"
 
-#: classrep/SchemaSupport.py:410 geasGsdGen.py:353
+#: classrep/SchemaSupport.py:410 geasGsdGen.py:372
 msgid "%s is not a valid date object"
 msgstr "%s ist kein g�ltiges Datumsobjekt"
 
-#: classrep/SchemaSupport.py:421 geasGsdGen.py:372
+#: classrep/SchemaSupport.py:421 geasGsdGen.py:391
 msgid "%s is not a valid time object"
 msgstr "%s ist kein g�ltiges Zeitobjekt"
 
-#: classrep/SchemaSupport.py:429 geasGsdGen.py:385
+#: classrep/SchemaSupport.py:429 geasGsdGen.py:404
 msgid "%s is not a valid datetime object"
 msgstr "%s ist kein g�ltiges Objekt f�r Datum und Zeit"
 
@@ -146,12 +146,12 @@
 "Die Zeile '%(row)s' der Tabelle '%(table)s' hat einen ung�ltigen Zustand '%"
 "(state)s'"
 
-#: data.py:1608 geasInstance.py:507
+#: data.py:1643 geasInstance.py:522
 msgid "Order-by sequence mismatch: '%(self)s' and '%(other)s'"
 msgstr ""
 "Die Sortierreihenfolge in '%(self)s' und '%(other)s' stimmt nicht �berein"
 
-#: data.py:1617 geasInstance.py:516
+#: data.py:1652 geasInstance.py:531
 msgid ""
 "Order-by sequence element has different directions: '%(self)s', '%(other)s'"
 msgstr ""
@@ -207,43 +207,43 @@
 msgid "Class has no name"
 msgstr "Klasse hat keinen Namen"
 
-#: gcd/readgcd.py:46
+#: gcd/readgcd.py:47
 msgid "Cannot find '%(key)s' named '%(value)s in lookup dictionary"
 msgstr ""
 "Der Schl�ssel '%(key)s' mit dem Wert '%(value)s' existiert im "
 "Nachschlageverzeichnis nicht"
 
-#: gcd/readgcd.py:59 gld/readgld.py:52
+#: gcd/readgcd.py:60 gld/readgld.py:53
 msgid "In file(s) '%s':"
 msgstr "In den Dateien '%s':"
 
-#: gcd/readgcd.py:67
+#: gcd/readgcd.py:68
 msgid "Module '%s' not found in class repository"
 msgstr "Das Modul '%s' kann im Classrepository nicht gefunden werden"
 
-#: gcd/readgcd.py:77
+#: gcd/readgcd.py:78
 msgid "Filter '%(filter)s' of class '%(class)s' not found in class repository"
 msgstr ""
 "Der Filter '%(filter)s' der Klasse '%(class)s' kann im Classrepository nicht "
 "gefunden werden"
 
-#: gcd/readgcd.py:84
+#: gcd/readgcd.py:85
 msgid "Changing filter of existing class '%s' is not allowed"
 msgstr ""
 "Eine �nderung des Filters ist f�r die existierende Klasse '%s' nicht zul�ssig"
 
-#: gcd/readgcd.py:89
+#: gcd/readgcd.py:90
 msgid ""
 "Property '%s' cannot be added to existing class with 'NOT NULL' constraint"
 msgstr ""
 "Existierende Klassen k�nnen nicht mit 'nicht-NULL'-Eigenschaften ('%s') "
 "erweitert werden."
 
-#: gcd/readgcd.py:95
+#: gcd/readgcd.py:96
 msgid "Class '%s' is defined multiple times"
 msgstr "Die Klasse '%s' wurde mehrfach definiert"
 
-#: gcd/readgcd.py:110
+#: gcd/readgcd.py:111
 msgid ""
 "Create or update a database schema from a GNUe Class Definition (gcd) file\n"
 "and maintain data for all gnue_* classes"
@@ -280,55 +280,55 @@
 msgid "Set the password for the database."
 msgstr "Passwort f�r die Datenbankverbindung."
 
-#: gcd/readgcd.py:242 gld/readgld.py:197
+#: gcd/readgcd.py:256 gld/readgld.py:210
 msgid "No input file specified."
 msgstr "Keine Eingabe-Datei (gcd-Datei) angegeben."
 
-#: gcd/readgcd.py:245 gld/readgld.py:200
+#: gcd/readgcd.py:259 gld/readgld.py:213
 msgid "No connection specified."
 msgstr "Keine Verbindung angegeben."
 
-#: gcd/readgcd.py:249
+#: gcd/readgcd.py:263
 msgid "Output to file only requested, but no filename specified."
 msgstr "F�r die Datei-Ausgabe muss ein Dateiname angegeben werden."
 
-#: gcd/readgcd.py:259 gld/readgld.py:210
+#: gcd/readgcd.py:273 gld/readgld.py:223
 msgid "Unable to open input file: %s"
 msgstr "Die Datei '%s' kann nicht ge�ffnet werden"
 
-#: gcd/readgcd.py:279
+#: gcd/readgcd.py:293
 msgid "Loading gcd files ..."
 msgstr "GNUe Klassendefinitionen werden geladen ..."
 
-#: gcd/readgcd.py:312
+#: gcd/readgcd.py:326
 msgid "Updating schema ..."
 msgstr "Datenbank-Schema wird aktualisiert ..."
 
-#: gcd/readgcd.py:334
+#: gcd/readgcd.py:348
 msgid "Updating class repository ..."
 msgstr "Classrepository wird aktualisiert ..."
 
-#: gcd/readgcd.py:785
+#: gcd/readgcd.py:799
 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:842
+#: gcd/readgcd.py:856
 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:868
+#: gcd/readgcd.py:882
 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:896
+#: gcd/readgcd.py:910
 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:926
+#: gcd/readgcd.py:940
 msgid "  Parameters: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 "  Parameter    : %(ins)3d neu, %(upd)3d ge�ndert, %(kept)3d unver�ndert"
@@ -352,37 +352,48 @@
 msgid "User '%s' logged in."
 msgstr "Benutzer '%s' angemeldet."
 
-#: geasConfiguration.py:34 geasConfiguration.py:35
+#: geasConfiguration.py:34 geasConfiguration.py:36
+#, fuzzy
+msgid ""
+"Depreciated: Name of the database connection appserver is using. Use "
+"connection instead."
+msgstr "Name der Datenbankverbindung"
+
+#: geasConfiguration.py:43 geasConfiguration.py:44
 msgid "Name of the database connection appserver is using"
 msgstr "Name der Datenbankverbindung"
 
-#: geasConfiguration.py:41 geasConfiguration.py:42
+#: geasConfiguration.py:50 geasConfiguration.py:51
 msgid "RPC Interface Type appserver is providing"
 msgstr "Typ des zur Verf�gung gestellten PRC-Interfaces"
 
-#: geasConfiguration.py:48 geasConfiguration.py:49
+#: geasConfiguration.py:57 geasConfiguration.py:58
 msgid "Port (if needed) for RPC Interface"
 msgstr "Port (falls ben�tigt) f�r das RPC-Interface"
 
-#: geasConfiguration.py:55 geasConfiguration.py:56
+#: geasConfiguration.py:64 geasConfiguration.py:65
 msgid "Hosts which are allowed to access appserver"
 msgstr "Rechner, die auf den Appserver zugreifen d�rfen"
 
-#: geasConfiguration.py:62 geasConfiguration.py:63
+#: geasConfiguration.py:71 geasConfiguration.py:72
 msgid "Null values appear first in ascending sort"
 msgstr "NULL-Werte kommen in aufsteigender Sortierung zuerst"
 
-#: geasConfiguration.py:69 geasConfiguration.py:70
+#: geasConfiguration.py:78 geasConfiguration.py:79
 msgid "Null values appear first in descending sort"
 msgstr "NULL-Werte kommen in absteigender Sortierung zuerst"
 
-#: geasConfiguration.py:76 geasConfiguration.py:77 geasRpcServer.py:93
+#: geasConfiguration.py:85 geasConfiguration.py:86 geasRpcServer.py:101
 msgid "Semicolon-separated list of paths to load modules from"
 msgstr ""
 "Eine, durch Strichpunkte getrennte, Liste von Verzeichnissen aus welchen die "
 "Module geladen werden"
 
-#: geasConfiguration.py:83 geasConfiguration.py:84
+#: geasConfiguration.py:92 geasConfiguration.py:93
+msgid "Type of UUID to use. Can be 'time' or 'random'"
+msgstr ""
+
+#: geasConfiguration.py:99 geasConfiguration.py:100
 msgid "Directory for webfrontend http documents"
 msgstr "Verzeichnis f�r die HTTP-Dokumente des Web-Frontends"
 
@@ -390,84 +401,91 @@
 msgid "The filters have circular references"
 msgstr "Die Filter enthalten zirkul�re Referenzen"
 
-#: geasGsdGen.py:49
+#: geasGsdGen.py:50
 msgid "Classes have circular or unresolveable references"
 msgstr "Die Klassen enthalten zirkul�re oder unl�sbare Referenzen"
 
-#: geasGsdGen.py:54
+#: geasGsdGen.py:55
 msgid "The class '%s' contains circular data-references"
 msgstr "Die Klasse '%s' enth�lt zirkul�re Daten-Referenzen"
 
-#: geasGsdGen.py:71
+#: geasGsdGen.py:72
 msgid ""
 "A tool to dump data from a database into a GNUe Schema Definition (gsd) file."
 msgstr ""
 "Mit diesem Werkzeug k�nnen Daten aus einer Datenbank in eine GNUe Schema \n"
 "Definitionsdatei (gsd) exportiert werden."
 
-#: geasGsdGen.py:81
+#: geasGsdGen.py:82
+#, fuzzy
 msgid ""
-"Set the Database to use for data to <name>. gnue-appserver will search for "
-"it in connections.conf."
+"Depreciated: Set the Database to use for data to <name>. gnue-appserver will "
+"search for it in connections.conf. Use '--connection' instead."
 msgstr ""
 "Lade und speichere die Daten in der Datenbank <name>.\n"
 "<name> muss in der Datei 'connections.conf' angelegt sein."
 
-#: geasGsdGen.py:85
+#: geasGsdGen.py:87
+#, fuzzy
+msgid "Use the connection <connectionname> for data retrieval."
+msgstr ""
+"Daten und Anweisungen werden an die Verbindung <connectionname> gesandt"
+
+#: geasGsdGen.py:90
 msgid "Name of the resulting gsd-file"
 msgstr "Name der erzeugten GSD-Datei"
 
-#: geasGsdGen.py:88
+#: geasGsdGen.py:93
 msgid "If flag is set include system classes ('gnue_*')"
 msgstr "Daten der Systemklassen ('gnue_*') auch einbinden"
 
-#: geasGsdGen.py:91
+#: geasGsdGen.py:96
 msgid "If set all detail-classes of the requestd classes will be exported too"
 msgstr ""
 "Falls gesetzt, werden alle Detail-Klassen der angegebenen Klasse auch "
 "exportiert"
 
-#: geasGsdGen.py:121
+#: geasGsdGen.py:141
 msgid "No output file specified."
 msgstr "Keine Ausgabedatei angegeben."
 
-#: geasGsdGen.py:126
+#: geasGsdGen.py:146
 msgid "Loading class repository ..."
 msgstr "Classrepository wird geladen ..."
 
-#: geasGsdGen.py:132
+#: geasGsdGen.py:152
 msgid "Building list of classes and calculating dependencies ..."
 msgstr "Abh�ngigkeitsbaum zwischen den Klassen wird aufgebaut ..."
 
-#: geasGsdGen.py:137
+#: geasGsdGen.py:157
 msgid "Generating schema definition ..."
 msgstr "Schema-Definition generieren ..."
 
-#: geasGsdGen.py:153
+#: geasGsdGen.py:173
 msgid "Generation run complete."
 msgstr "Generierung abgeschlossen."
 
-#: geasGsdGen.py:168
+#: geasGsdGen.py:188
 msgid "Exporting data of class '%s' ..."
 msgstr "Daten der Klasse '%s' werden exportiert ..."
 
-#: geasGsdGen.py:418
+#: geasGsdGen.py:437
 msgid "Invalid command line argument '='"
 msgstr "Ung�ltiges Kommandozeilenargument '='"
 
-#: geasGsdGen.py:421
+#: geasGsdGen.py:440
 msgid "Filter '%s' started, but no value given"
 msgstr "Filter '%s' gestartet, aber kein Wert angegeben"
 
-#: geasGsdGen.py:457
+#: geasGsdGen.py:476
 msgid "Filter class '%s' not found"
 msgstr "Filter-Klasse '%s' nicht gefunden"
 
-#: geasGsdGen.py:463
+#: geasGsdGen.py:482
 msgid "Filter '%(class)s' has no property '%(property)s'"
 msgstr "Die Filter-Klasse '%(classname)s' hat keine Eigenschaft '%(property)s'"
 
-#: geasGsdGen.py:501
+#: geasGsdGen.py:520
 msgid "No filter '%s' found matching the requested values"
 msgstr "Kein Filter '%s' gefunden, der dem angegebenen Wert entspricht"
 
@@ -505,7 +523,7 @@
 "Der Eigenschaftsname '%(name)s' kann nicht aufgel�st werden, da '%(part)s' "
 "keine Referenzeigenschaft ist"
 
-#: geasRpcServer.py:51
+#: geasRpcServer.py:55
 msgid ""
 "The GNUe Application Server is the core of the n-tier variant of the\n"
 "GNU Enterprise system. To the front end (be it GNUe Forms, GNUe Reports or\n"
@@ -522,7 +540,7 @@
 "�bersetzt und sich dabei um Stabilit�t, Sicherheit, Performance und\n"
 "Konsistenz k�mmert."
 
-#: geasRpcServer.py:61
+#: geasRpcServer.py:65
 msgid ""
 "Set the GNURPC connection type.  The currently supported values for <type>\n"
 "are 'xmlrpc', 'xmlrpc.py_xmlrpc', 'xmlrpc.pw_xmlrpc' and 'pyro'.  For more\n"
@@ -533,7 +551,7 @@
 "'xmlrpc', 'xmlrpc.po_xmlrpc', 'xmlrpc.pw_xmlrpc' und 'pyro'. Weitere\n"
 "Informationen zu RPC-Typen sind in gnue-common/doc/RPC-abstraction zu finden."
 
-#: geasRpcServer.py:67
+#: geasRpcServer.py:71
 msgid ""
 "Set the GNURPC port.  For more information on GNURPC have a look at\n"
 "common/doc/RPC-abstraction."
@@ -541,23 +559,33 @@
 "Setzt den Port f�r die RPC-Verbindung. Weitere Informationen zu RPC sind in\n"
 "gnue-common/doc/RPC-abstraction zu finden."
 
-#: geasRpcServer.py:71
+#: geasRpcServer.py:75
+#, fuzzy
 msgid ""
+"Depreciated: Set the Database to use for loading and storing data to "
+"<name>.\n"
+"gnue-appserver will search for it in connections.conf."
+msgstr ""
+"Lade und speichere die Daten in der Datenbank <name>.\n"
+"<name> muss in der Datei 'connections.conf' angelegt sein."
+
+#: geasRpcServer.py:79
+msgid ""
 "Set the Database to use for loading and storing data to <name>.\n"
 "gnue-appserver will search for it in connections.conf."
 msgstr ""
 "Lade und speichere die Daten in der Datenbank <name>.\n"
 "<name> muss in der Datei 'connections.conf' angelegt sein."
 
-#: geasRpcServer.py:75
+#: geasRpcServer.py:83
 msgid "Set the username for the used database."
 msgstr "Benutzername f�r die Datenbankverbindung."
 
-#: geasRpcServer.py:78
+#: geasRpcServer.py:86
 msgid "Set the password for the used database."
 msgstr "Passwort f�r die Datenbankverbindung"
 
-#: geasRpcServer.py:81
+#: geasRpcServer.py:89
 msgid ""
 "Test appservers connection to the backend database, check correctness of\n"
 "global settings, etc."
@@ -565,7 +593,7 @@
 "Testet die Verbindung zur Datenbank und die Richtigkeit der globalen\n"
 "Einstellungen."
 
-#: geasRpcServer.py:85
+#: geasRpcServer.py:93
 msgid ""
 "Enable appservers web frontend. Just works for the rpc-type XMLRPC.  The\n"
 "webfrontend is at the same port as XMLRPC."
@@ -573,7 +601,7 @@
 "Aktiviert das Web-Frontend. Nur m�glich mit dem RPC-Typ 'xmlrpc'.\n"
 "Das Web-Frontend verwendet den selben Port wie XMLRPC."
 
-#: geasRpcServer.py:89
+#: geasRpcServer.py:97
 msgid ""
 "If set to 1, provides information on data dispatched to the RPC\n"
 "interface."
@@ -581,27 +609,27 @@
 "Stellt Informationen zur Verf�gung, welche Daten �ber das RPC-Interface "
 "geschickt werden."
 
-#: geasRpcServer.py:140
+#: geasRpcServer.py:162
 msgid "Exporting our services via %(rpctype)s (port %(port)s) ..."
 msgstr "Dienste werden via %(rpctype)s (Port %(port)s) exportiert ..."
 
-#: geasRpcServer.py:157
+#: geasRpcServer.py:179
 msgid "Exporting our services via Pyro (EXPERIMENTAL!) ..."
 msgstr "Dienste werden via Pyro exportiert (EXPERIMENTELL!) ..."
 
-#: geasRpcServer.py:162
+#: geasRpcServer.py:184
 msgid "Exporting our services via sockets (EXPERIMENTAL!) ..."
 msgstr "Dienste werden via Sockets exportiert (EXPERIMENTELL!) ..."
 
-#: geasRpcServer.py:167
+#: geasRpcServer.py:189
 msgid "The protocol you've set is currently not supported."
 msgstr "Das gew�hlte Protokoll ist nicht verf�gbar."
 
-#: geasRpcServer.py:176
+#: geasRpcServer.py:198
 msgid "Status: %s Sessions opened"
 msgstr "Status: %s Sitzungen ge�ffnet"
 
-#: geasRpcServer.py:195
+#: geasRpcServer.py:217
 msgid ""
 "\n"
 "... GNUe Application Server up and running ...\n"
@@ -609,11 +637,15 @@
 "\n"
 "... GNUe Application Server gestartet ...\n"
 
-#: geasRpcServer.py:215
+#: geasRpcServer.py:242
 msgid "Appserver is shutting down....ok"
 msgstr "Appserver wird beendet ..."
 
-#: geasRpcServer.py:254
+#: geasRpcServer.py:285
+msgid "Debugging garbage collection not activated."
+msgstr ""
+
+#: geasRpcServer.py:325
 msgid ""
 "\n"
 "GNUe Application Server is running a simple self test\n"
@@ -629,23 +661,23 @@
 "VORAUSSETZUNG: Die Datenbank muss mit dem 'address_person'-Beispiel\n"
 "gef�llt sein.\n"
 
-#: geasRpcServer.py:263
+#: geasRpcServer.py:334
 msgid "Step 1: Starting Session Manager ..."
 msgstr "Schritt 1: Session-Manager starten ..."
 
-#: geasRpcServer.py:266
+#: geasRpcServer.py:337
 msgid "Step 2: Opening session (user 'hacker', password 'secret') ..."
 msgstr "Schritt 2: Session mit User 'hacker' und Passwort 'secret' �ffnen ..."
 
-#: geasRpcServer.py:271
+#: geasRpcServer.py:342
 msgid "Step 3: Creating object list ..."
 msgstr "Schritt 3: Objektliste erzeugen ..."
 
-#: geasRpcServer.py:275
+#: geasRpcServer.py:346
 msgid "Step 4: Retrieving first instance ..."
 msgstr "Schritt 4: Erste Instanz abrufen ..."
 
-#: geasRpcServer.py:279
+#: geasRpcServer.py:350
 msgid ""
 "\n"
 "These are the values of the first instance:\n"
@@ -659,45 +691,45 @@
 "  Strasse: %(street)s\n"
 "  Stadt  : %(city)s\n"
 
-#: geasRpcServer.py:287
+#: geasRpcServer.py:358
 msgid "Step 5: Retrieving defined filters ..."
 msgstr "Schritt 5: definierte Filter abrufen ..."
 
-#: geasRpcServer.py:291
+#: geasRpcServer.py:362
 msgid "Selftest passed!"
 msgstr "Selbsttest beendet."
 
-#: geasSession.py:42
+#: 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:49
+#: geasSession.py:50
 msgid "Access to class '%s' denied"
 msgstr "Zugriff auf die Klasse '%s' nicht gestattet"
 
-#: geasSession.py:54
+#: geasSession.py:55
 msgid "Cannot find a list with ID '%s'"
 msgstr "Die Liste mit ID '%s' wurde nicht gefunden"
 
-#: geasSession.py:59
+#: geasSession.py:60
 msgid "Invalid condition data type '%s'"
 msgstr "Ung�ltiger Datentyp f�r Bedingung '%s'"
 
-#: geasSession.py:64
+#: geasSession.py:65
 msgid "No parameter for the filter %s specified"
 msgstr "Kein Parameter f�r den Filter %s angegeben"
 
-#: geasSession.py:69
+#: geasSession.py:70
 msgid "'%(value)s' is not a valid filter of the type '%(name)s'"
 msgstr "'%(value)s' ist kein g�ltiger Filter des Typs '%(name)s'"
 
-#: geasSession.py:76
+#: geasSession.py:77
 msgid ""
 "Multiple instances of the filter '%(name)s' matches the value '%(value)s'"
 msgstr ""
 "Mehrere Instanzen des Filters '%(name)s' passen auf den Wert '%(value)s'"
 
-#: geasSession.py:84
+#: geasSession.py:85
 msgid "Maximum validation cycle reached. Classes in current cycle: %s"
 msgstr ""
 "Die maximale Anzahl �berpr�fungsdurchl�ufen wurde �berschritten. Klassen im "
@@ -707,15 +739,15 @@
 msgid "Cannot find a session with ID '%s'"
 msgstr "Die Sitzung mit ID '%s' wurde nicht gefunden"
 
-#: geasSessionManager.py:138
+#: geasSessionManager.py:152
 msgid "Failed reloading repository: %s"
 msgstr "Classrepository konnte nicht geladen werden: %s"
 
-#: geasSessionManager.py:143
+#: geasSessionManager.py:169
 msgid "Reloading class repository ..."
 msgstr "Classrepository wird neu geladen ..."
 
-#: geasSessionManager.py:151
+#: geasSessionManager.py:177
 msgid "Class repository loaded"
 msgstr "Classrepository wurde geladen"
 
@@ -744,28 +776,28 @@
 msgstr ""
 "Das Element '%s' kann entweder nur ein Such- oder nur ein Info-Attribut haben"
 
-#: gld/readgld.py:64
+#: gld/readgld.py:65
 msgid ""
 "Duplicate definition of element '%(itemname)s' for language '%(language)s'"
 msgstr ""
 "Das Element '%(itemname)s' in der Sprache '%(language)s' wurde mehrfach "
 "definiert"
 
-#: gld/readgld.py:92
+#: gld/readgld.py:93
 msgid "Read GNUe Language Definitions and update the class repository"
 msgstr ""
 "Das Programm liest GNUe Language Definitionen ein und aktualisert damit die "
 "Klassenbibliothek"
 
-#: gld/readgld.py:227
+#: gld/readgld.py:240
 msgid "Loading GNUe language definitions"
 msgstr "GNUe Sprachdefinitionen werden geladen"
 
-#: gld/readgld.py:558
+#: gld/readgld.py:571
 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:587
+#: gld/readgld.py:600
 msgid "  Messages: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr "  Meldungen: %(ins)3d neu, %(upd)3d ge�ndert, %(kept)3d unver�ndert."
 
@@ -777,11 +809,11 @@
 msgid "Class '%(classname)s' has no member '%(member)s'"
 msgstr "Klasse '%(classname)s' hat keine Eigenschaft/Methode '%(member)s'"
 
-#: language/Session.py:37
+#: language/Session.py:38
 msgid "Cannot qualifiy name '%s', no context specified"
 msgstr ""
 "Der Name '%s' kann nicht qualifiziert werden, es ist kein Kontext angegeben"
 
-#: language/Session.py:42
+#: language/Session.py:43
 msgid "Message '%s' not found"
 msgstr "Meldung '%s' nicht gefunden"

Modified: trunk/gnue-appserver/po/es.po
===================================================================
--- trunk/gnue-appserver/po/es.po       2005-03-04 23:44:24 UTC (rev 7097)
+++ trunk/gnue-appserver/po/es.po       2005-03-04 23:51:37 UTC (rev 7098)
@@ -5,30 +5,30 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-AppServer 0.1\n"
-"POT-Creation-Date: 2005-02-09 14:53+CET\n"
+"POT-Creation-Date: 2005-03-05 00:50+CET\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:42
+#: classrep/Base.py:41
 msgid "Item '%s' not found."
 msgstr "No se encuentra item '%s'."
 
-#: classrep/Base.py:47
+#: classrep/Base.py:46
 msgid "'%(item)s': %(error)s"
 msgstr ""
 
-#: classrep/Base.py:159
+#: classrep/Base.py:173
 msgid "%s: _getSingleCondition() not implemented!"
 msgstr "%s: No se ha implementado _getSingleCondition()"
 
-#: classrep/Base.py:172
+#: classrep/Base.py:186
 msgid "%s: _getNewItem() not implemented!"
 msgstr "%s: No se ha implementado _getNewItem()"
 
-#: classrep/Class.py:41 gcd/readgcd.py:72 gld/readgld.py:59
+#: classrep/Class.py:41 gcd/readgcd.py:73 gld/readgld.py:60
 msgid "Class '%s' not found in class repository"
 msgstr "La clase '%s' no se encuentra en el repositorio"
 
@@ -61,11 +61,11 @@
 msgid "Procedure '%(procedure)s' has no parameter '%(parameter)s'"
 msgstr ""
 
-#: classrep/Procedure.py:35 gld/readgld.py:77
+#: classrep/Procedure.py:35 gld/readgld.py:78
 msgid "Class '%(classname)s' has no procedure '%(procedure)s'"
 msgstr "La clase '%(classname)s' no dispone de '%(procedure)s'"
 
-#: classrep/Property.py:35 gld/readgld.py:71
+#: classrep/Property.py:35 gld/readgld.py:72
 msgid "Class '%(classname)s' has no property '%(property)s'"
 msgstr "La clase '%(classname)s' no dispone de '%(property)s'"
 
@@ -77,15 +77,15 @@
 msgid "Invalid export type: '%s'"
 msgstr "Tipo no v�lido para exportar: '%s'"
 
-#: classrep/SchemaSupport.py:410 geasGsdGen.py:353
+#: classrep/SchemaSupport.py:410 geasGsdGen.py:372
 msgid "%s is not a valid date object"
 msgstr "%s no es un objeto fecha v�lido"
 
-#: classrep/SchemaSupport.py:421 geasGsdGen.py:372
+#: classrep/SchemaSupport.py:421 geasGsdGen.py:391
 msgid "%s is not a valid time object"
 msgstr "%s no es un objeto hora v�lido"
 
-#: classrep/SchemaSupport.py:429 geasGsdGen.py:385
+#: classrep/SchemaSupport.py:429 geasGsdGen.py:404
 msgid "%s is not a valid datetime object"
 msgstr "%s no es un objeto fecha+hora v�lido"
 
@@ -142,11 +142,11 @@
 msgid "Row '%(row)s' of table '%(table)s' has an invalid state '%(state)s'"
 msgstr ""
 
-#: data.py:1608 geasInstance.py:507
+#: data.py:1643 geasInstance.py:522
 msgid "Order-by sequence mismatch: '%(self)s' and '%(other)s'"
 msgstr ""
 
-#: data.py:1617 geasInstance.py:516
+#: data.py:1652 geasInstance.py:531
 msgid ""
 "Order-by sequence element has different directions: '%(self)s', '%(other)s'"
 msgstr ""
@@ -200,39 +200,39 @@
 msgid "Class has no name"
 msgstr "No se encuentra la clase '%s'"
 
-#: gcd/readgcd.py:46
+#: gcd/readgcd.py:47
 msgid "Cannot find '%(key)s' named '%(value)s in lookup dictionary"
 msgstr ""
 
-#: gcd/readgcd.py:59 gld/readgld.py:52
+#: gcd/readgcd.py:60 gld/readgld.py:53
 msgid "In file(s) '%s':"
 msgstr ""
 
-#: gcd/readgcd.py:67
+#: gcd/readgcd.py:68
 #, fuzzy
 msgid "Module '%s' not found in class repository"
 msgstr "El m�dulo '%s' no se encuentra en el cat�logo de clases"
 
-#: gcd/readgcd.py:77
+#: gcd/readgcd.py:78
 #, fuzzy
 msgid "Filter '%(filter)s' of class '%(class)s' not found in class repository"
 msgstr "La clase '%s' no se encuentra en el repositorio"
 
-#: gcd/readgcd.py:84
+#: gcd/readgcd.py:85
 msgid "Changing filter of existing class '%s' is not allowed"
 msgstr ""
 
-#: gcd/readgcd.py:89
+#: gcd/readgcd.py:90
 msgid ""
 "Property '%s' cannot be added to existing class with 'NOT NULL' constraint"
 msgstr ""
 
-#: gcd/readgcd.py:95
+#: gcd/readgcd.py:96
 #, fuzzy
 msgid "Class '%s' is defined multiple times"
 msgstr "No se encuentra la clase '%s'"
 
-#: gcd/readgcd.py:110
+#: gcd/readgcd.py:111
 msgid ""
 "Create or update a database schema from a GNUe Class Definition (gcd) file\n"
 "and maintain data for all gnue_* classes"
@@ -263,20 +263,20 @@
 msgid "Set the password for the database."
 msgstr "Proporciona la clave para la base de datos."
 
-#: gcd/readgcd.py:242 gld/readgld.py:197
+#: gcd/readgcd.py:256 gld/readgld.py:210
 msgid "No input file specified."
 msgstr "No se ha indicado fichero de entrada."
 
-#: gcd/readgcd.py:245 gld/readgld.py:200
+#: gcd/readgcd.py:259 gld/readgld.py:213
 #, fuzzy
 msgid "No connection specified."
 msgstr "No se ha indicado fichero de entrada."
 
-#: gcd/readgcd.py:249
+#: gcd/readgcd.py:263
 msgid "Output to file only requested, but no filename specified."
 msgstr ""
 
-#: gcd/readgcd.py:259 gld/readgld.py:210
+#: gcd/readgcd.py:273 gld/readgld.py:223
 #, fuzzy
 msgid "Unable to open input file: %s"
 msgstr ""
@@ -284,38 +284,38 @@
 "\n"
 "    %s"
 
-#: gcd/readgcd.py:279
+#: gcd/readgcd.py:293
 #, fuzzy
 msgid "Loading gcd files ..."
 msgstr "No se encuentra el fichero '%s'"
 
-#: gcd/readgcd.py:312
+#: gcd/readgcd.py:326
 #, fuzzy
 msgid "Updating schema ..."
 msgstr "Construyendo definiciones de datos ..."
 
-#: gcd/readgcd.py:334
+#: gcd/readgcd.py:348
 #, fuzzy
 msgid "Updating class repository ..."
 msgstr "Cargando cat�logo de clases ..."
 
-#: gcd/readgcd.py:785
+#: gcd/readgcd.py:799
 msgid "  Modules   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:842
+#: gcd/readgcd.py:856
 msgid "  Classes   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:868
+#: gcd/readgcd.py:882
 msgid "  Properties: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:896
+#: gcd/readgcd.py:910
 msgid "  Procedures: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:926
+#: gcd/readgcd.py:940
 msgid "  Parameters: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
@@ -339,35 +339,46 @@
 msgid "User '%s' logged in."
 msgstr "Usuario '%s' aceptado"
 
-#: geasConfiguration.py:34 geasConfiguration.py:35
+#: geasConfiguration.py:34 geasConfiguration.py:36
+#, fuzzy
+msgid ""
+"Depreciated: Name of the database connection appserver is using. Use "
+"connection instead."
+msgstr "Nombre de la conexi�n a base de datos que est� usando appserver"
+
+#: geasConfiguration.py:43 geasConfiguration.py:44
 msgid "Name of the database connection appserver is using"
 msgstr "Nombre de la conexi�n a base de datos que est� usando appserver"
 
-#: geasConfiguration.py:41 geasConfiguration.py:42
+#: geasConfiguration.py:50 geasConfiguration.py:51
 msgid "RPC Interface Type appserver is providing"
 msgstr "Tipo de interfaz RPC que est� proporcionando appserver"
 
-#: geasConfiguration.py:48 geasConfiguration.py:49
+#: geasConfiguration.py:57 geasConfiguration.py:58
 msgid "Port (if needed) for RPC Interface"
 msgstr "Puerto (si es necesario) de la interfaz RPC"
 
-#: geasConfiguration.py:55 geasConfiguration.py:56
+#: geasConfiguration.py:64 geasConfiguration.py:65
 msgid "Hosts which are allowed to access appserver"
 msgstr "M�quinas con acceso permitido a appserver"
 
-#: geasConfiguration.py:62 geasConfiguration.py:63
+#: geasConfiguration.py:71 geasConfiguration.py:72
 msgid "Null values appear first in ascending sort"
 msgstr ""
 
-#: geasConfiguration.py:69 geasConfiguration.py:70
+#: geasConfiguration.py:78 geasConfiguration.py:79
 msgid "Null values appear first in descending sort"
 msgstr ""
 
-#: geasConfiguration.py:76 geasConfiguration.py:77 geasRpcServer.py:93
+#: geasConfiguration.py:85 geasConfiguration.py:86 geasRpcServer.py:101
 msgid "Semicolon-separated list of paths to load modules from"
 msgstr ""
 
-#: geasConfiguration.py:83 geasConfiguration.py:84
+#: geasConfiguration.py:92 geasConfiguration.py:93
+msgid "Type of UUID to use. Can be 'time' or 'random'"
+msgstr ""
+
+#: geasConfiguration.py:99 geasConfiguration.py:100
 msgid "Directory for webfrontend http documents"
 msgstr "Directorio de documentos http para interfaz web"
 
@@ -375,88 +386,92 @@
 msgid "The filters have circular references"
 msgstr ""
 
-#: geasGsdGen.py:49
+#: geasGsdGen.py:50
 msgid "Classes have circular or unresolveable references"
 msgstr ""
 
-#: geasGsdGen.py:54
+#: geasGsdGen.py:55
 msgid "The class '%s' contains circular data-references"
 msgstr ""
 
-#: geasGsdGen.py:71
+#: geasGsdGen.py:72
 #, fuzzy
 msgid ""
 "A tool to dump data from a database into a GNUe Schema Definition (gsd) file."
 msgstr ""
 "Utilidad para obtener gui�n SQL desde fichero GNUe Class Definition (gcd)"
 
-#: geasGsdGen.py:81
+#: geasGsdGen.py:82
 #, fuzzy
 msgid ""
-"Set the Database to use for data to <name>. gnue-appserver will search for "
-"it in connections.conf."
+"Depreciated: Set the Database to use for data to <name>. gnue-appserver will "
+"search for it in connections.conf. Use '--connection' instead."
 msgstr ""
 "Fija <name> como nombre de la base de datos a usar para datos.\n"
 "gnue-appserver la buscar� en connections.conf."
 
-#: geasGsdGen.py:85
+#: geasGsdGen.py:87
+msgid "Use the connection <connectionname> for data retrieval."
+msgstr ""
+
+#: geasGsdGen.py:90
 msgid "Name of the resulting gsd-file"
 msgstr "Nombre del fichero-gsd resultante"
 
-#: geasGsdGen.py:88
+#: geasGsdGen.py:93
 msgid "If flag is set include system classes ('gnue_*')"
 msgstr ""
 
-#: geasGsdGen.py:91
+#: geasGsdGen.py:96
 msgid "If set all detail-classes of the requestd classes will be exported too"
 msgstr ""
 
-#: geasGsdGen.py:121
+#: geasGsdGen.py:141
 #, fuzzy
 msgid "No output file specified."
 msgstr "No se ha indicado fichero de entrada."
 
-#: geasGsdGen.py:126
+#: geasGsdGen.py:146
 msgid "Loading class repository ..."
 msgstr "Cargando cat�logo de clases ..."
 
-#: geasGsdGen.py:132
+#: geasGsdGen.py:152
 msgid "Building list of classes and calculating dependencies ..."
 msgstr ""
 
-#: geasGsdGen.py:137
+#: geasGsdGen.py:157
 msgid "Generating schema definition ..."
 msgstr "Construyendo definiciones de datos ..."
 
-#: geasGsdGen.py:153
+#: geasGsdGen.py:173
 msgid "Generation run complete."
 msgstr "Finalizada la generaci�n"
 
-#: geasGsdGen.py:168
+#: geasGsdGen.py:188
 #, fuzzy
 msgid "Exporting data of class '%s' ..."
 msgstr "No se encuentra el fichero '%s'"
 
-#: geasGsdGen.py:418
+#: geasGsdGen.py:437
 #, fuzzy
 msgid "Invalid command line argument '='"
 msgstr "Formato de condici�n incorrecto"
 
-#: geasGsdGen.py:421
+#: geasGsdGen.py:440
 msgid "Filter '%s' started, but no value given"
 msgstr ""
 
-#: geasGsdGen.py:457
+#: geasGsdGen.py:476
 #, fuzzy
 msgid "Filter class '%s' not found"
 msgstr "No se encuentra la clase '%s'"
 
-#: geasGsdGen.py:463
+#: geasGsdGen.py:482
 #, fuzzy
 msgid "Filter '%(class)s' has no property '%(property)s'"
 msgstr "La clase '%(classname)s' no dispone de '%(property)s'"
 
-#: geasGsdGen.py:501
+#: geasGsdGen.py:520
 msgid "No filter '%s' found matching the requested values"
 msgstr ""
 
@@ -491,7 +506,7 @@
 "property"
 msgstr ""
 
-#: geasRpcServer.py:51
+#: geasRpcServer.py:55
 msgid ""
 "The GNUe Application Server is the core of the n-tier variant of the\n"
 "GNU Enterprise system. To the front end (be it GNUe Forms, GNUe Reports or\n"
@@ -508,7 +523,7 @@
 "y m�todos en comunicaci�n con la base de datos y llamada de procedimientos,\n"
 "cuida de la estabilidad, seguridad, velocidad y consistencia."
 
-#: geasRpcServer.py:61
+#: geasRpcServer.py:65
 msgid ""
 "Set the GNURPC connection type.  The currently supported values for <type>\n"
 "are 'xmlrpc', 'xmlrpc.py_xmlrpc', 'xmlrpc.pw_xmlrpc' and 'pyro'.  For more\n"
@@ -522,7 +537,7 @@
 " informaci�n sobre tipos de conexi�n GNURPC, v�ase common/doc/RPC-"
 "abstraction."
 
-#: geasRpcServer.py:67
+#: geasRpcServer.py:71
 msgid ""
 "Set the GNURPC port.  For more information on GNURPC have a look at\n"
 "common/doc/RPC-abstraction."
@@ -530,23 +545,33 @@
 "Establece el puerto GNURPC. Para m�s informaci�n sobre tipos de\n"
 "conexi�n GNURPC, v�ase common/doc/RPC-abstraction."
 
-#: geasRpcServer.py:71
+#: geasRpcServer.py:75
+#, fuzzy
 msgid ""
+"Depreciated: Set the Database to use for loading and storing data to "
+"<name>.\n"
+"gnue-appserver will search for it in connections.conf."
+msgstr ""
+"Fija <name> como nombre de la base de datos a usar para datos.\n"
+"gnue-appserver la buscar� en connections.conf."
+
+#: geasRpcServer.py:79
+msgid ""
 "Set the Database to use for loading and storing data to <name>.\n"
 "gnue-appserver will search for it in connections.conf."
 msgstr ""
 "Fija <name> como nombre de la base de datos a usar para datos.\n"
 "gnue-appserver la buscar� en connections.conf."
 
-#: geasRpcServer.py:75
+#: geasRpcServer.py:83
 msgid "Set the username for the used database."
 msgstr "Proporciona el usuario para la base de datos."
 
-#: geasRpcServer.py:78
+#: geasRpcServer.py:86
 msgid "Set the password for the used database."
 msgstr "Proporciona la clave para la base de datos."
 
-#: geasRpcServer.py:81
+#: geasRpcServer.py:89
 msgid ""
 "Test appservers connection to the backend database, check correctness of\n"
 "global settings, etc."
@@ -554,7 +579,7 @@
 "Comprueba la conexi�n de appserver con la base de datos, la correcci�n\n"
 "de los par�metros globales, etc."
 
-#: geasRpcServer.py:85
+#: geasRpcServer.py:93
 msgid ""
 "Enable appservers web frontend. Just works for the rpc-type XMLRPC.  The\n"
 "webfrontend is at the same port as XMLRPC."
@@ -562,33 +587,33 @@
 "Habilita la interfaz web. Solo funciona para tipo rpc 'xmlrpc'. Esta\n"
 "interfaz utiliza el mismo puerto que 'xmlrpc'."
 
-#: geasRpcServer.py:89
+#: geasRpcServer.py:97
 msgid ""
 "If set to 1, provides information on data dispatched to the RPC\n"
 "interface."
 msgstr ""
 
-#: geasRpcServer.py:140
+#: geasRpcServer.py:162
 msgid "Exporting our services via %(rpctype)s (port %(port)s) ..."
 msgstr "Exportando nuestros servicios v�a %(rpctype)s (port %(port)s) ..."
 
-#: geasRpcServer.py:157
+#: geasRpcServer.py:179
 msgid "Exporting our services via Pyro (EXPERIMENTAL!) ..."
 msgstr "Exportando nuetros servicios v�a Pyro (�experimental!) ..."
 
-#: geasRpcServer.py:162
+#: geasRpcServer.py:184
 msgid "Exporting our services via sockets (EXPERIMENTAL!) ..."
 msgstr "Exportando nuestros servicios v�a sockets (�experimental!) ..."
 
-#: geasRpcServer.py:167
+#: geasRpcServer.py:189
 msgid "The protocol you've set is currently not supported."
 msgstr "El protocolo establecido no est� soportado actualmente."
 
-#: geasRpcServer.py:176
+#: geasRpcServer.py:198
 msgid "Status: %s Sessions opened"
 msgstr "Estado: %s sesiones abiertas."
 
-#: geasRpcServer.py:195
+#: geasRpcServer.py:217
 msgid ""
 "\n"
 "... GNUe Application Server up and running ...\n"
@@ -596,11 +621,15 @@
 "\n"
 "... GNUe Application Server arrancado y listo ...\n"
 
-#: geasRpcServer.py:215
+#: geasRpcServer.py:242
 msgid "Appserver is shutting down....ok"
 msgstr "Appserver est� finalizando ... ok"
 
-#: geasRpcServer.py:254
+#: geasRpcServer.py:285
+msgid "Debugging garbage collection not activated."
+msgstr ""
+
+#: geasRpcServer.py:325
 msgid ""
 "\n"
 "GNUe Application Server is running a simple self test\n"
@@ -615,23 +644,23 @@
 "ANTES hay que poblar la base de datos con los datos del\n"
 "ejemplo \"address_person\".\n"
 
-#: geasRpcServer.py:263
+#: geasRpcServer.py:334
 msgid "Step 1: Starting Session Manager ..."
 msgstr "Fase 1: Arrancando el gestor de sesiones ..."
 
-#: geasRpcServer.py:266
+#: geasRpcServer.py:337
 msgid "Step 2: Opening session (user 'hacker', password 'secret') ..."
 msgstr "Fase 2: Abriendo sesi�n (usuario 'hacker', clave 'secret') ..."
 
-#: geasRpcServer.py:271
+#: geasRpcServer.py:342
 msgid "Step 3: Creating object list ..."
 msgstr "Fase 3: Construyendo la lista de objetos ..."
 
-#: geasRpcServer.py:275
+#: geasRpcServer.py:346
 msgid "Step 4: Retrieving first instance ..."
 msgstr "Fase 4: Recuperando la primera instancia ..."
 
-#: geasRpcServer.py:279
+#: geasRpcServer.py:350
 msgid ""
 "\n"
 "These are the values of the first instance:\n"
@@ -640,49 +669,49 @@
 "  City  : %(city)s\n"
 msgstr ""
 
-#: geasRpcServer.py:287
+#: geasRpcServer.py:358
 #, fuzzy
 msgid "Step 5: Retrieving defined filters ..."
 msgstr "Fase 4: Recuperando la primera instancia ..."
 
-#: geasRpcServer.py:291
+#: geasRpcServer.py:362
 msgid "Selftest passed!"
 msgstr "�Autocomprobaci�n positiva!"
 
-#: geasSession.py:42
+#: geasSession.py:43
 msgid "Instance '%(objectId)s' of class '%(classname)s' not found"
 msgstr ""
 
-#: geasSession.py:49
+#: geasSession.py:50
 msgid "Access to class '%s' denied"
 msgstr ""
 
-#: geasSession.py:54
+#: geasSession.py:55
 #, fuzzy
 msgid "Cannot find a list with ID '%s'"
 msgstr "No se encuentra el fichero '%s'"
 
-#: geasSession.py:59
+#: geasSession.py:60
 #, fuzzy
 msgid "Invalid condition data type '%s'"
 msgstr "Formato de condici�n incorrecto"
 
-#: geasSession.py:64
+#: geasSession.py:65
 #, fuzzy
 msgid "No parameter for the filter %s specified"
 msgstr "No se ha indicado fichero de entrada."
 
-#: geasSession.py:69
+#: geasSession.py:70
 #, fuzzy
 msgid "'%(value)s' is not a valid filter of the type '%(name)s'"
 msgstr "Fecha invalida"
 
-#: geasSession.py:76
+#: geasSession.py:77
 msgid ""
 "Multiple instances of the filter '%(name)s' matches the value '%(value)s'"
 msgstr ""
 
-#: geasSession.py:84
+#: geasSession.py:85
 msgid "Maximum validation cycle reached. Classes in current cycle: %s"
 msgstr ""
 
@@ -691,17 +720,17 @@
 msgid "Cannot find a session with ID '%s'"
 msgstr "No se encuentra el fichero '%s'"
 
-#: geasSessionManager.py:138
+#: geasSessionManager.py:152
 #, fuzzy
 msgid "Failed reloading repository: %s"
 msgstr "Cargando cat�logo de clases ..."
 
-#: geasSessionManager.py:143
+#: geasSessionManager.py:169
 #, fuzzy
 msgid "Reloading class repository ..."
 msgstr "Cargando cat�logo de clases ..."
 
-#: geasSessionManager.py:151
+#: geasSessionManager.py:177
 #, fuzzy
 msgid "Class repository loaded"
 msgstr "Cargando cat�logo de clases ..."
@@ -731,27 +760,27 @@
 msgid "Element '%s' can either have a search- or info-attribute."
 msgstr ""
 
-#: gld/readgld.py:64
+#: gld/readgld.py:65
 msgid ""
 "Duplicate definition of element '%(itemname)s' for language '%(language)s'"
 msgstr ""
 
-#: gld/readgld.py:92
+#: gld/readgld.py:93
 #, fuzzy
 msgid "Read GNUe Language Definitions and update the class repository"
 msgstr ""
 "Herramienta para crear GNUe Schema Definition (gsd) a\n"
 "partir del cat�logo de clases de appserver"
 
-#: gld/readgld.py:227
+#: gld/readgld.py:240
 msgid "Loading GNUe language definitions"
 msgstr ""
 
-#: gld/readgld.py:558
+#: gld/readgld.py:571
 msgid "  Labels  : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gld/readgld.py:587
+#: gld/readgld.py:600
 msgid "  Messages: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
@@ -764,11 +793,11 @@
 msgid "Class '%(classname)s' has no member '%(member)s'"
 msgstr "La clase '%(classname)s' no dispone de '%(property)s'"
 
-#: language/Session.py:37
+#: language/Session.py:38
 msgid "Cannot qualifiy name '%s', no context specified"
 msgstr ""
 
-#: language/Session.py:42
+#: language/Session.py:43
 #, fuzzy
 msgid "Message '%s' not found"
 msgstr "No se encuentra la clase '%s'"

Modified: trunk/gnue-appserver/po/hu.po
===================================================================
--- trunk/gnue-appserver/po/hu.po       2005-03-04 23:44:24 UTC (rev 7097)
+++ trunk/gnue-appserver/po/hu.po       2005-03-04 23:51:37 UTC (rev 7098)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-AppServer 0.3\n"
-"POT-Creation-Date: 2005-02-09 14:53+CET\n"
+"POT-Creation-Date: 2005-03-05 00:50+CET\n"
 "PO-Revision-Date: $Date$\n"
 "Last-Translator: Kmetyk� G�bor <address@hidden>\n"
 "MIME-Version: 1.0\n"
@@ -13,23 +13,23 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 # c:\python22\lib\site-packages\gnue/designer/base/Instance.py:185
-#: classrep/Base.py:42
+#: classrep/Base.py:41
 msgid "Item '%s' not found."
 msgstr "'%s' elem nem tal�lhat�."
 
-#: classrep/Base.py:47
+#: classrep/Base.py:46
 msgid "'%(item)s': %(error)s"
 msgstr "'%(elem)s': %(hiba)s"
 
-#: classrep/Base.py:159
+#: classrep/Base.py:173
 msgid "%s: _getSingleCondition() not implemented!"
 msgstr "%s: _getSingleCondition() nincs megval�s�tva!"
 
-#: classrep/Base.py:172
+#: classrep/Base.py:186
 msgid "%s: _getNewItem() not implemented!"
 msgstr "%s: _getNewItem() nincs megval�s�tva!"
 
-#: classrep/Class.py:41 gcd/readgcd.py:72 gld/readgld.py:59
+#: classrep/Class.py:41 gcd/readgcd.py:73 gld/readgld.py:60
 msgid "Class '%s' not found in class repository"
 msgstr "A '%s' oszt�ly nem tal�lhat� az oszt�lyk�nyvt�rban"
 
@@ -63,11 +63,11 @@
 msgid "Procedure '%(procedure)s' has no parameter '%(parameter)s'"
 msgstr "A '%(procedure)s' nem tartalmaz '%(parameter)s' param�tert"
 
-#: classrep/Procedure.py:35 gld/readgld.py:77
+#: classrep/Procedure.py:35 gld/readgld.py:78
 msgid "Class '%(classname)s' has no procedure '%(procedure)s'"
 msgstr "A '%(classname)s' oszt�lynak nincs '%(procedure)s' elj�r�sa"
 
-#: classrep/Property.py:35 gld/readgld.py:71
+#: classrep/Property.py:35 gld/readgld.py:72
 msgid "Class '%(classname)s' has no property '%(property)s'"
 msgstr "A '%(classname)s' oszt�lynak nincs '%(property)s' tulajdons�ga"
 
@@ -79,15 +79,15 @@
 msgid "Invalid export type: '%s'"
 msgstr "�rv�nytelen export t�pus '%s'"
 
-#: classrep/SchemaSupport.py:410 geasGsdGen.py:353
+#: classrep/SchemaSupport.py:410 geasGsdGen.py:372
 msgid "%s is not a valid date object"
 msgstr "%s nem �rv�nyes d�tum objektum"
 
-#: classrep/SchemaSupport.py:421 geasGsdGen.py:372
+#: classrep/SchemaSupport.py:421 geasGsdGen.py:391
 msgid "%s is not a valid time object"
 msgstr "%s nem �rv�nyes id� objektum"
 
-#: classrep/SchemaSupport.py:429 geasGsdGen.py:385
+#: classrep/SchemaSupport.py:429 geasGsdGen.py:404
 msgid "%s is not a valid datetime object"
 msgstr "%s nem �rv�nyes d�tum-id� objektum"
 
@@ -143,11 +143,11 @@
 msgid "Row '%(row)s' of table '%(table)s' has an invalid state '%(state)s'"
 msgstr "A '%(table)s' t�bla '%(row)s' sora �rv�nytelen, '%(state)s' �llapot�"
 
-#: data.py:1608 geasInstance.py:507
+#: data.py:1643 geasInstance.py:522
 msgid "Order-by sequence mismatch: '%(self)s' and '%(other)s'"
 msgstr "Order-by sorozat elt�r�s: '%(self)s' �s '%(other)s'"
 
-#: data.py:1617 geasInstance.py:516
+#: data.py:1652 geasInstance.py:531
 msgid ""
 "Order-by sequence element has different directions: '%(self)s', '%(other)s'"
 msgstr "Order-by sorozat elem�nek elt�r� ir�nya van: '%(self)s', '%(other)s'"
@@ -203,29 +203,29 @@
 msgid "Class has no name"
 msgstr "N�v n�lk�li oszt�ly"
 
-#: gcd/readgcd.py:46
+#: gcd/readgcd.py:47
 msgid "Cannot find '%(key)s' named '%(value)s in lookup dictionary"
 msgstr "A '%(value)s' nev� '%(key)s' nem tal�lhat� a keres�si sz�t�rban"
 
-#: gcd/readgcd.py:59 gld/readgld.py:52
+#: gcd/readgcd.py:60 gld/readgld.py:53
 msgid "In file(s) '%s':"
 msgstr "A(z) '%s' f�jl(ok)ban:"
 
-#: gcd/readgcd.py:67
+#: gcd/readgcd.py:68
 msgid "Module '%s' not found in class repository"
 msgstr "A '%s' modul nem tal�lhat� az oszt�lyk�nyvt�rban"
 
-#: gcd/readgcd.py:77
+#: gcd/readgcd.py:78
 msgid "Filter '%(filter)s' of class '%(class)s' not found in class repository"
 msgstr ""
 "A '%(class)s' oszt�ly '%(filter)s' sz�r�je nem tal�lhat� az "
 "oszt�lyk�nyvt�rban"
 
-#: gcd/readgcd.py:84
+#: gcd/readgcd.py:85
 msgid "Changing filter of existing class '%s' is not allowed"
 msgstr "A l�tez� '%s' oszt�ly sz�r�j�nek v�ltoztat�sa nem megengedett"
 
-#: gcd/readgcd.py:89
+#: gcd/readgcd.py:90
 msgid ""
 "Property '%s' cannot be added to existing class with 'NOT NULL' constraint"
 msgstr ""
@@ -233,11 +233,11 @@
 "l�tez� oszt�lyhoz"
 
 # c:\python22\lib\site-packages\gnue/designer/base/Instance.py:185
-#: gcd/readgcd.py:95
+#: gcd/readgcd.py:96
 msgid "Class '%s' is defined multiple times"
 msgstr "A(z) '%s' oszt�ly t�bbsz�r defini�lt"
 
-#: gcd/readgcd.py:110
+#: gcd/readgcd.py:111
 msgid ""
 "Create or update a database schema from a GNUe Class Definition (gcd) file\n"
 "and maintain data for all gnue_* classes"
@@ -274,59 +274,59 @@
 msgid "Set the password for the database."
 msgstr "Megadja az adatb�zishoz tartoz� jelsz�t."
 
-#: gcd/readgcd.py:242 gld/readgld.py:197
+#: gcd/readgcd.py:256 gld/readgld.py:210
 msgid "No input file specified."
 msgstr "Nincs kiv�lasztott bemeneti f�jl."
 
-#: gcd/readgcd.py:245 gld/readgld.py:200
+#: gcd/readgcd.py:259 gld/readgld.py:213
 msgid "No connection specified."
 msgstr "Nincs kapcsolat megadva."
 
-#: gcd/readgcd.py:249
+#: gcd/readgcd.py:263
 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:259 gld/readgld.py:210
+#: gcd/readgcd.py:273 gld/readgld.py:223
 msgid "Unable to open input file: %s"
 msgstr "Nem lehet megnyitni a %s bemeneti f�jlt."
 
-#: gcd/readgcd.py:279
+#: gcd/readgcd.py:293
 msgid "Loading gcd files ..."
 msgstr "gcd f�jlok bet�lt�se..."
 
-#: gcd/readgcd.py:312
+#: gcd/readgcd.py:326
 msgid "Updating schema ..."
 msgstr "S�ma friss�t�se..."
 
-#: gcd/readgcd.py:334
+#: gcd/readgcd.py:348
 msgid "Updating class repository ..."
 msgstr "Oszt�lyk�nyvt�r friss�t�se..."
 
-#: gcd/readgcd.py:785
+#: gcd/readgcd.py:799
 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."
 
-#: gcd/readgcd.py:842
+#: gcd/readgcd.py:856
 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."
 
-#: gcd/readgcd.py:868
+#: gcd/readgcd.py:882
 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:896
+#: gcd/readgcd.py:910
 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."
 
-#: gcd/readgcd.py:926
+#: gcd/readgcd.py:940
 msgid "  Parameters: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 "  Param�terek  : %(ins)3d besz�rva, %(upd)3d friss�tve, %(kept)3d "
@@ -350,36 +350,47 @@
 msgid "User '%s' logged in."
 msgstr "'%s' felhaszn�l� bejelentkezett."
 
-#: geasConfiguration.py:34 geasConfiguration.py:35
+#: geasConfiguration.py:34 geasConfiguration.py:36
+#, fuzzy
+msgid ""
+"Depreciated: Name of the database connection appserver is using. Use "
+"connection instead."
+msgstr "Az appserver �ltal haszn�lt adatb�zis kapcsolat neve"
+
+#: geasConfiguration.py:43 geasConfiguration.py:44
 msgid "Name of the database connection appserver is using"
 msgstr "Az appserver �ltal haszn�lt adatb�zis kapcsolat neve"
 
-#: geasConfiguration.py:41 geasConfiguration.py:42
+#: geasConfiguration.py:50 geasConfiguration.py:51
 msgid "RPC Interface Type appserver is providing"
 msgstr "Az appserver �ltal biztos�tott RPC interf�sz t�pusa"
 
-#: geasConfiguration.py:48 geasConfiguration.py:49
+#: geasConfiguration.py:57 geasConfiguration.py:58
 msgid "Port (if needed) for RPC Interface"
 msgstr "Port (ha sz�ks�ges) az RPC interf�szhez"
 
-#: geasConfiguration.py:55 geasConfiguration.py:56
+#: geasConfiguration.py:64 geasConfiguration.py:65
 msgid "Hosts which are allowed to access appserver"
 msgstr "Hostok, amelyek el�rhetik az appserver-t"
 
-#: geasConfiguration.py:62 geasConfiguration.py:63
+#: geasConfiguration.py:71 geasConfiguration.py:72
 msgid "Null values appear first in ascending sort"
 msgstr "N�vekv� rendez�sben a Null �rt�kek el�re ker�lnek"
 
-#: geasConfiguration.py:69 geasConfiguration.py:70
+#: geasConfiguration.py:78 geasConfiguration.py:79
 msgid "Null values appear first in descending sort"
 msgstr "Cs�kken� rendez�sben a Null �rt�kek el�re ker�lnek"
 
-#: geasConfiguration.py:76 geasConfiguration.py:77 geasRpcServer.py:93
+#: geasConfiguration.py:85 geasConfiguration.py:86 geasRpcServer.py:101
 msgid "Semicolon-separated list of paths to load modules from"
 msgstr ""
 "Pontosvessz�vel elv�lasztott lista az bet�ltend� modulok el�r�si �tjair�l"
 
-#: geasConfiguration.py:83 geasConfiguration.py:84
+#: geasConfiguration.py:92 geasConfiguration.py:93
+msgid "Type of UUID to use. Can be 'time' or 'random'"
+msgstr ""
+
+#: geasConfiguration.py:99 geasConfiguration.py:100
 msgid "Directory for webfrontend http documents"
 msgstr "K�nyvt�r az internetes kezel�fel�let http dokumentumai sz�m�ra"
 
@@ -387,88 +398,94 @@
 msgid "The filters have circular references"
 msgstr "A sz�r�k k�z�tt k�rk�r�s hivatkoz�sok szerepelnek"
 
-#: geasGsdGen.py:49
+#: geasGsdGen.py:50
 msgid "Classes have circular or unresolveable references"
 msgstr ""
 "Az oszt�lyok k�z�tt k�rk�r�s vagy feloldhatatlan hivatkoz�sok szerepelnek"
 
-#: geasGsdGen.py:54
+#: geasGsdGen.py:55
 msgid "The class '%s' contains circular data-references"
 msgstr "A(z) '%s' oszt�ly k�rk�r�s adathivatkoz�st tartalmaz"
 
-#: geasGsdGen.py:71
+#: geasGsdGen.py:72
 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)."
 
-#: geasGsdGen.py:81
+#: geasGsdGen.py:82
+#, fuzzy
 msgid ""
-"Set the Database to use for data to <name>. gnue-appserver will search for "
-"it in connections.conf."
+"Depreciated: Set the Database to use for data to <name>. gnue-appserver will "
+"search for it in connections.conf. Use '--connection' instead."
 msgstr ""
 "Be�ll�tja az adatb�zist <name> adatainak felhaszn�l�s�hoz. A gnue-appserver "
 "a connections.conf f�jlban keresi majd ezt."
 
-#: geasGsdGen.py:85
+#: geasGsdGen.py:87
+#, fuzzy
+msgid "Use the connection <connectionname> for data retrieval."
+msgstr "A <connectionname> kapcsolatot haszn�lja a s�ma l�trehoz�s�hoz"
+
+#: geasGsdGen.py:90
 msgid "Name of the resulting gsd-file"
 msgstr "A l�trej�v� gsd-f�jl neve"
 
-#: geasGsdGen.py:88
+#: geasGsdGen.py:93
 msgid "If flag is set include system classes ('gnue_*')"
 msgstr ""
 "Ha a jelz� be van �ll�tva, a rendszer-oszt�lyokat is meg�ban foglalja "
 "('gnue_*')"
 
-#: geasGsdGen.py:91
+#: geasGsdGen.py:96
 msgid "If set all detail-classes of the requestd classes will be exported too"
 msgstr ""
 "Ha be van �ll�tva, a k�rt oszt�lyol minden detail oszt�lya is export�l�sra "
 "ker�l"
 
-#: geasGsdGen.py:121
+#: geasGsdGen.py:141
 msgid "No output file specified."
 msgstr "Nincs kimeneti f�jl megadva."
 
-#: geasGsdGen.py:126
+#: geasGsdGen.py:146
 msgid "Loading class repository ..."
 msgstr "Oszt�lyk�nyvt�r bet�lt�se..."
 
-#: geasGsdGen.py:132
+#: geasGsdGen.py:152
 msgid "Building list of classes and calculating dependencies ..."
 msgstr "Oszt�lyok list�j�nak gener�l�sa �s f�gg�s�gek sz�m�t�sa..."
 
-#: geasGsdGen.py:137
+#: geasGsdGen.py:157
 msgid "Generating schema definition ..."
 msgstr "S�ma defin�ci� gener�l�sa..."
 
-#: geasGsdGen.py:153
+#: geasGsdGen.py:173
 msgid "Generation run complete."
 msgstr "Gener�l�s k�sz."
 
-#: geasGsdGen.py:168
+#: geasGsdGen.py:188
 msgid "Exporting data of class '%s' ..."
 msgstr "'%s' oszt�ly adatainak export�l�sa..."
 
-#: geasGsdGen.py:418
+#: geasGsdGen.py:437
 msgid "Invalid command line argument '='"
 msgstr "�rv�nytelen parancssori argumentum: '='"
 
-#: geasGsdGen.py:421
+#: geasGsdGen.py:440
 msgid "Filter '%s' started, but no value given"
 msgstr "A '%s' sz�r� elindult, de nincs �rt�k megadva"
 
 # c:\python22\lib\site-packages\gnue/designer/base/Instance.py:185
-#: geasGsdGen.py:457
+#: geasGsdGen.py:476
 msgid "Filter class '%s' not found"
 msgstr "'%s' sz�r� oszt�ly nem tal�lhat�"
 
-#: geasGsdGen.py:463
+#: geasGsdGen.py:482
 msgid "Filter '%(class)s' has no property '%(property)s'"
 msgstr "A '%(class)s' sz�r� oszt�lynak nincs '%(property)s' tulajdons�ga"
 
-#: geasGsdGen.py:501
+#: geasGsdGen.py:520
 msgid "No filter '%s' found matching the requested values"
 msgstr "Nincs '%s' sz�r�, ami megfelel a k�rt �rt�keknek"
 
@@ -506,7 +523,7 @@
 "Nem lehet feloldani a '%(name)s' tulajdons�gnevet, mert a '%(part)s' nem "
 "referencia tulajdons�g"
 
-#: geasRpcServer.py:51
+#: geasRpcServer.py:55
 msgid ""
 "The GNUe Application Server is the core of the n-tier variant of the\n"
 "GNU Enterprise system. To the front end (be it GNUe Forms, GNUe Reports or\n"
@@ -527,7 +544,7 @@
 "transzform�lja adatb�zis kommunk�ci�ra �s parancsf�jlok h�v�s�ra,\n"
 "�gyel a stabilit�sra, biztons�gra, sebess�gre �s konzisztenc�ra is."
 
-#: geasRpcServer.py:61
+#: geasRpcServer.py:65
 msgid ""
 "Set the GNURPC connection type.  The currently supported values for <type>\n"
 "are 'xmlrpc', 'xmlrpc.py_xmlrpc', 'xmlrpc.pw_xmlrpc' and 'pyro'.  For more\n"
@@ -541,7 +558,7 @@
 "a GNURPC kapcsolat t�pusokkal kapcsolatban a common/doc/RPC-abstraction "
 "helyen tal�lhat�k."
 
-#: geasRpcServer.py:67
+#: geasRpcServer.py:71
 msgid ""
 "Set the GNURPC port.  For more information on GNURPC have a look at\n"
 "common/doc/RPC-abstraction."
@@ -550,23 +567,33 @@
 "a GNURPC kapcsolat t�pusokkal kapcsolatban a common/doc/RPC-abstraction "
 "helyen tal�lhat�k."
 
-#: geasRpcServer.py:71
+#: geasRpcServer.py:75
+#, fuzzy
 msgid ""
+"Depreciated: Set the Database to use for loading and storing data to "
+"<name>.\n"
+"gnue-appserver will search for it in connections.conf."
+msgstr ""
+"Be�ll�tja az adatb�zist <name> t�rol�s�hoz �s visszolvas�s�hoz.\n"
+"A gnue-appserver a connections.conf f�jlban keresi majd ezt."
+
+#: geasRpcServer.py:79
+msgid ""
 "Set the Database to use for loading and storing data to <name>.\n"
 "gnue-appserver will search for it in connections.conf."
 msgstr ""
 "Be�ll�tja az adatb�zist <name> t�rol�s�hoz �s visszolvas�s�hoz.\n"
 "A gnue-appserver a connections.conf f�jlban keresi majd ezt."
 
-#: geasRpcServer.py:75
+#: geasRpcServer.py:83
 msgid "Set the username for the used database."
 msgstr "Megadja a felhaszn�lt adatb�zishoz tartoz� felhaszn�l�i nevet."
 
-#: geasRpcServer.py:78
+#: geasRpcServer.py:86
 msgid "Set the password for the used database."
 msgstr "Megadja a felhaszn�lt adatb�zishoz tartoz� jelsz�t."
 
-#: geasRpcServer.py:81
+#: geasRpcServer.py:89
 msgid ""
 "Test appservers connection to the backend database, check correctness of\n"
 "global settings, etc."
@@ -575,7 +602,7 @@
 "�ltal�nos be�ll�t�sok\n"
 "helyess�g�t, stb."
 
-#: geasRpcServer.py:85
+#: geasRpcServer.py:93
 msgid ""
 "Enable appservers web frontend. Just works for the rpc-type XMLRPC.  The\n"
 "webfrontend is at the same port as XMLRPC."
@@ -584,34 +611,34 @@
 "m�k�dik.\n"
 "A webes kezel�fel�let ugyanazon a porton fut, mint az XMLRPC."
 
-#: geasRpcServer.py:89
+#: geasRpcServer.py:97
 msgid ""
 "If set to 1, provides information on data dispatched to the RPC\n"
 "interface."
 msgstr ""
 "Ha az �rt�ke 1, inform�ci�t ad az RPC interf�sz fel� �tadott adatokr�l."
 
-#: geasRpcServer.py:140
+#: geasRpcServer.py:162
 msgid "Exporting our services via %(rpctype)s (port %(port)s) ..."
 msgstr "Szolg�ltat�sok exportja ezen kereszt�l: %(rpctype)s (port %(port)s)..."
 
-#: geasRpcServer.py:157
+#: geasRpcServer.py:179
 msgid "Exporting our services via Pyro (EXPERIMENTAL!) ..."
 msgstr "Szolg�ltat�sok exportja Pyro-n kereszt�l (K�S�RLETI!)..."
 
-#: geasRpcServer.py:162
+#: geasRpcServer.py:184
 msgid "Exporting our services via sockets (EXPERIMENTAL!) ..."
 msgstr "Szolg�ltat�sok exportja socketen kereszt�l (K�S�RLETI!)..."
 
-#: geasRpcServer.py:167
+#: geasRpcServer.py:189
 msgid "The protocol you've set is currently not supported."
 msgstr "A be�ll�tott protokoll jelenleg nem t�mogatott."
 
-#: geasRpcServer.py:176
+#: geasRpcServer.py:198
 msgid "Status: %s Sessions opened"
 msgstr "�llapot: %s nyitott session"
 
-#: geasRpcServer.py:195
+#: geasRpcServer.py:217
 msgid ""
 "\n"
 "... GNUe Application Server up and running ...\n"
@@ -619,11 +646,15 @@
 "\n"
 "... GNUe Application Server elindult �s m�k�dik ...\n"
 
-#: geasRpcServer.py:215
+#: geasRpcServer.py:242
 msgid "Appserver is shutting down....ok"
 msgstr "Az Appserver le�ll...ok"
 
-#: geasRpcServer.py:254
+#: geasRpcServer.py:285
+msgid "Debugging garbage collection not activated."
+msgstr ""
+
+#: geasRpcServer.py:325
 msgid ""
 "\n"
 "GNUe Application Server is running a simple self test\n"
@@ -639,24 +670,24 @@
 "EL�FELT�TELEK: Az adatb�zist fel kell t�lteni\n"
 "'az \"address_person\" p�ld�val.\n"
 
-#: geasRpcServer.py:263
+#: geasRpcServer.py:334
 msgid "Step 1: Starting Session Manager ..."
 msgstr "1. l�p�s: Session Manager ind�t�sa..."
 
-#: geasRpcServer.py:266
+#: geasRpcServer.py:337
 msgid "Step 2: Opening session (user 'hacker', password 'secret') ..."
 msgstr ""
 "2. l�p�s: Session megnyit�sa (felhaszn�l�: 'hacker', jelsz�: 'secret')..."
 
-#: geasRpcServer.py:271
+#: geasRpcServer.py:342
 msgid "Step 3: Creating object list ..."
 msgstr "3. l�p�s: Objektum lista l�trehoz�sa..."
 
-#: geasRpcServer.py:275
+#: geasRpcServer.py:346
 msgid "Step 4: Retrieving first instance ..."
 msgstr "4. l�p�s: Els� p�ld�ny beolvas�sa..."
 
-#: geasRpcServer.py:279
+#: geasRpcServer.py:350
 msgid ""
 "\n"
 "These are the values of the first instance:\n"
@@ -670,44 +701,44 @@
 "  Utca  : %(street)s\n"
 "  V�ros : %(city)s\n"
 
-#: geasRpcServer.py:287
+#: geasRpcServer.py:358
 msgid "Step 5: Retrieving defined filters ..."
 msgstr "5. l�p�s: Defini�lt sz�r�k visszaolvas�sa..."
 
-#: geasRpcServer.py:291
+#: geasRpcServer.py:362
 msgid "Selftest passed!"
 msgstr "Az �nteszt sikeres!"
 
-#: geasSession.py:42
+#: 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:49
+#: geasSession.py:50
 msgid "Access to class '%s' denied"
 msgstr "Hozz�f�r�s megtagadva '%s' oszt�lyhoz"
 
-#: geasSession.py:54
+#: geasSession.py:55
 msgid "Cannot find a list with ID '%s'"
 msgstr "'%s' ID-j� lista nem tal�lhat�"
 
-#: geasSession.py:59
+#: geasSession.py:60
 msgid "Invalid condition data type '%s'"
 msgstr "�rv�nytelen felt�tel adatt�pus '%s'"
 
-#: geasSession.py:64
+#: geasSession.py:65
 msgid "No parameter for the filter %s specified"
 msgstr "Nincs megadva param�ter a %s sz�r�h�z"
 
-#: geasSession.py:69
+#: geasSession.py:70
 msgid "'%(value)s' is not a valid filter of the type '%(name)s'"
 msgstr "'%(value)s' nem �rv�nyes sz�r� a '%(name)s' t�pushoz"
 
-#: geasSession.py:76
+#: geasSession.py:77
 msgid ""
 "Multiple instances of the filter '%(name)s' matches the value '%(value)s'"
 msgstr "A '%(name)s' sz�r� t�bb p�ld�nya is megfelel a '%(value)' �rt�knek"
 
-#: geasSession.py:84
+#: geasSession.py:85
 msgid "Maximum validation cycle reached. Classes in current cycle: %s"
 msgstr ""
 "Maxim�lis valid�ci�s ciklusm�lys�g el�rve. Jelenlegi ciklusban szerepl� "
@@ -717,15 +748,15 @@
 msgid "Cannot find a session with ID '%s'"
 msgstr "'%s' ID-j� session nem tal�lhat�"
 
-#: geasSessionManager.py:138
+#: geasSessionManager.py:152
 msgid "Failed reloading repository: %s"
 msgstr "Oszt�lyk�nyvt�r �jrat�lt�se sikertelen: %s"
 
-#: geasSessionManager.py:143
+#: geasSessionManager.py:169
 msgid "Reloading class repository ..."
 msgstr "Oszt�lyk�nyvt�r �jrat�lt�se..."
 
-#: geasSessionManager.py:151
+#: geasSessionManager.py:177
 msgid "Class repository loaded"
 msgstr "Oszt�lyk�nyvt�r bet�ltve"
 
@@ -753,25 +784,25 @@
 msgid "Element '%s' can either have a search- or info-attribute."
 msgstr "A '%s' elemnek lehet keres�si vagy inform�ci�s attrib�tuma is."
 
-#: gld/readgld.py:64
+#: gld/readgld.py:65
 msgid ""
 "Duplicate definition of element '%(itemname)s' for language '%(language)s'"
 msgstr "T�bbsz�r�s defin�ci� '%(itemname)s' elemn�l '%(language)s' nyelven"
 
-#: gld/readgld.py:92
+#: gld/readgld.py:93
 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:227
+#: gld/readgld.py:240
 msgid "Loading GNUe language definitions"
 msgstr "GNUe nyelvi le�r�sok bet�lt�se"
 
-#: gld/readgld.py:558
+#: gld/readgld.py:571
 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."
 
-#: gld/readgld.py:587
+#: gld/readgld.py:600
 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."
@@ -784,11 +815,11 @@
 msgid "Class '%(classname)s' has no member '%(member)s'"
 msgstr "A '%(classname)s' oszt�lynak nincs '%(member)s' tagja"
 
-#: language/Session.py:37
+#: language/Session.py:38
 msgid "Cannot qualifiy name '%s', no context specified"
 msgstr "'%s' n�v nem hat�rozhat� meg, nincs k�rnyezet megadva"
 
 # c:\python22\lib\site-packages\gnue/designer/base/Instance.py:185
-#: language/Session.py:42
+#: 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       2005-03-04 23:44:24 UTC (rev 7097)
+++ trunk/gnue-appserver/po/ru.po       2005-03-04 23:51:37 UTC (rev 7098)
@@ -5,30 +5,30 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-AppServer 0.1\n"
-"POT-Creation-Date: 2005-02-09 14:53+CET\n"
+"POT-Creation-Date: 2005-03-05 00:50+CET\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:42
+#: classrep/Base.py:41
 msgid "Item '%s' not found."
 msgstr "������� '%s' �� ������"
 
-#: classrep/Base.py:47
+#: classrep/Base.py:46
 msgid "'%(item)s': %(error)s"
 msgstr ""
 
-#: classrep/Base.py:159
+#: classrep/Base.py:173
 msgid "%s: _getSingleCondition() not implemented!"
 msgstr "%s: _getSingleCondition() �� �����������!"
 
-#: classrep/Base.py:172
+#: classrep/Base.py:186
 msgid "%s: _getNewItem() not implemented!"
 msgstr "%s: _getNewItem() �� �����������!"
 
-#: classrep/Class.py:41 gcd/readgcd.py:72 gld/readgld.py:59
+#: classrep/Class.py:41 gcd/readgcd.py:73 gld/readgld.py:60
 msgid "Class '%s' not found in class repository"
 msgstr "����� '%s' �� ������ � ����������� �������"
 
@@ -60,11 +60,11 @@
 msgid "Procedure '%(procedure)s' has no parameter '%(parameter)s'"
 msgstr ""
 
-#: classrep/Procedure.py:35 gld/readgld.py:77
+#: classrep/Procedure.py:35 gld/readgld.py:78
 msgid "Class '%(classname)s' has no procedure '%(procedure)s'"
 msgstr "����� '%(classname)s' �� ����� ��������� '%(procedure)s'"
 
-#: classrep/Property.py:35 gld/readgld.py:71
+#: classrep/Property.py:35 gld/readgld.py:72
 msgid "Class '%(classname)s' has no property '%(property)s'"
 msgstr "����� '%(classname)s' �� �������� ���������� '%(property)s'"
 
@@ -76,15 +76,15 @@
 msgid "Invalid export type: '%s'"
 msgstr "������������ ��� ��� ��������: '%s'"
 
-#: classrep/SchemaSupport.py:410 geasGsdGen.py:353
+#: classrep/SchemaSupport.py:410 geasGsdGen.py:372
 msgid "%s is not a valid date object"
 msgstr ""
 
-#: classrep/SchemaSupport.py:421 geasGsdGen.py:372
+#: classrep/SchemaSupport.py:421 geasGsdGen.py:391
 msgid "%s is not a valid time object"
 msgstr ""
 
-#: classrep/SchemaSupport.py:429 geasGsdGen.py:385
+#: classrep/SchemaSupport.py:429 geasGsdGen.py:404
 msgid "%s is not a valid datetime object"
 msgstr ""
 
@@ -138,11 +138,11 @@
 msgid "Row '%(row)s' of table '%(table)s' has an invalid state '%(state)s'"
 msgstr ""
 
-#: data.py:1608 geasInstance.py:507
+#: data.py:1643 geasInstance.py:522
 msgid "Order-by sequence mismatch: '%(self)s' and '%(other)s'"
 msgstr ""
 
-#: data.py:1617 geasInstance.py:516
+#: data.py:1652 geasInstance.py:531
 msgid ""
 "Order-by sequence element has different directions: '%(self)s', '%(other)s'"
 msgstr ""
@@ -193,38 +193,38 @@
 msgid "Class has no name"
 msgstr "�� ������� ��� ������"
 
-#: gcd/readgcd.py:46
+#: gcd/readgcd.py:47
 msgid "Cannot find '%(key)s' named '%(value)s in lookup dictionary"
 msgstr ""
 
-#: gcd/readgcd.py:59 gld/readgld.py:52
+#: gcd/readgcd.py:60 gld/readgld.py:53
 msgid "In file(s) '%s':"
 msgstr ""
 
-#: gcd/readgcd.py:67
+#: gcd/readgcd.py:68
 msgid "Module '%s' not found in class repository"
 msgstr "������ '%s' �� ������ � ����������� �������"
 
-#: gcd/readgcd.py:77
+#: gcd/readgcd.py:78
 #, fuzzy
 msgid "Filter '%(filter)s' of class '%(class)s' not found in class repository"
 msgstr "����� '%s' �� ������ � ����������� �������"
 
-#: gcd/readgcd.py:84
+#: gcd/readgcd.py:85
 msgid "Changing filter of existing class '%s' is not allowed"
 msgstr ""
 
-#: gcd/readgcd.py:89
+#: gcd/readgcd.py:90
 msgid ""
 "Property '%s' cannot be added to existing class with 'NOT NULL' constraint"
 msgstr ""
 
-#: gcd/readgcd.py:95
+#: gcd/readgcd.py:96
 #, fuzzy
 msgid "Class '%s' is defined multiple times"
 msgstr "����� '%s' �� �������� module"
 
-#: gcd/readgcd.py:110
+#: gcd/readgcd.py:111
 msgid ""
 "Create or update a database schema from a GNUe Class Definition (gcd) file\n"
 "and maintain data for all gnue_* classes"
@@ -254,52 +254,52 @@
 msgid "Set the password for the database."
 msgstr "���������� ������ ��� ���� ������"
 
-#: gcd/readgcd.py:242 gld/readgld.py:197
+#: gcd/readgcd.py:256 gld/readgld.py:210
 msgid "No input file specified."
 msgstr "���� ����� �� ������."
 
-#: gcd/readgcd.py:245 gld/readgld.py:200
+#: gcd/readgcd.py:259 gld/readgld.py:213
 msgid "No connection specified."
 msgstr "���������� �� �������."
 
-#: gcd/readgcd.py:249
+#: gcd/readgcd.py:263
 msgid "Output to file only requested, but no filename specified."
 msgstr "��������� ���� ������, �� ��� ����� �� �������."
 
-#: gcd/readgcd.py:259 gld/readgld.py:210
+#: gcd/readgcd.py:273 gld/readgld.py:223
 msgid "Unable to open input file: %s"
 msgstr "�� ������� ������� ���� %s."
 
-#: gcd/readgcd.py:279
+#: gcd/readgcd.py:293
 #, fuzzy
 msgid "Loading gcd files ..."
 msgstr "�������� gcd ����� '%s' ..."
 
-#: gcd/readgcd.py:312
+#: gcd/readgcd.py:326
 msgid "Updating schema ..."
 msgstr "���������� ����� ..."
 
-#: gcd/readgcd.py:334
+#: gcd/readgcd.py:348
 msgid "Updating class repository ..."
 msgstr "���������� ����������� ������� ..."
 
-#: gcd/readgcd.py:785
+#: gcd/readgcd.py:799
 msgid "  Modules   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:842
+#: gcd/readgcd.py:856
 msgid "  Classes   : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:868
+#: gcd/readgcd.py:882
 msgid "  Properties: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:896
+#: gcd/readgcd.py:910
 msgid "  Procedures: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gcd/readgcd.py:926
+#: gcd/readgcd.py:940
 msgid "  Parameters: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
@@ -320,35 +320,46 @@
 msgid "User '%s' logged in."
 msgstr ""
 
-#: geasConfiguration.py:34 geasConfiguration.py:35
+#: geasConfiguration.py:34 geasConfiguration.py:36
+#, fuzzy
+msgid ""
+"Depreciated: Name of the database connection appserver is using. Use "
+"connection instead."
+msgstr "������������ �������� ���������� ��� ���������� � ����� ������"
+
+#: geasConfiguration.py:43 geasConfiguration.py:44
 msgid "Name of the database connection appserver is using"
 msgstr "������������ �������� ���������� ��� ���������� � ����� ������"
 
-#: geasConfiguration.py:41 geasConfiguration.py:42
+#: geasConfiguration.py:50 geasConfiguration.py:51
 msgid "RPC Interface Type appserver is providing"
 msgstr "�������������� �������� ���������� ��������� RPC"
 
-#: geasConfiguration.py:48 geasConfiguration.py:49
+#: geasConfiguration.py:57 geasConfiguration.py:58
 msgid "Port (if needed) for RPC Interface"
 msgstr "����� ����� (���� ���������) ��� ���������� RPC"
 
-#: geasConfiguration.py:55 geasConfiguration.py:56
+#: geasConfiguration.py:64 geasConfiguration.py:65
 msgid "Hosts which are allowed to access appserver"
 msgstr "������ ������, ������� ������ � ������� ����������"
 
-#: geasConfiguration.py:62 geasConfiguration.py:63
+#: geasConfiguration.py:71 geasConfiguration.py:72
 msgid "Null values appear first in ascending sort"
 msgstr ""
 
-#: geasConfiguration.py:69 geasConfiguration.py:70
+#: geasConfiguration.py:78 geasConfiguration.py:79
 msgid "Null values appear first in descending sort"
 msgstr ""
 
-#: geasConfiguration.py:76 geasConfiguration.py:77 geasRpcServer.py:93
+#: geasConfiguration.py:85 geasConfiguration.py:86 geasRpcServer.py:101
 msgid "Semicolon-separated list of paths to load modules from"
 msgstr ""
 
-#: geasConfiguration.py:83 geasConfiguration.py:84
+#: geasConfiguration.py:92 geasConfiguration.py:93
+msgid "Type of UUID to use. Can be 'time' or 'random'"
+msgstr ""
+
+#: geasConfiguration.py:99 geasConfiguration.py:100
 msgid "Directory for webfrontend http documents"
 msgstr ""
 
@@ -356,80 +367,84 @@
 msgid "The filters have circular references"
 msgstr "������� �������� ����������� �����������"
 
-#: geasGsdGen.py:49
+#: geasGsdGen.py:50
 msgid "Classes have circular or unresolveable references"
 msgstr "������ ����� ����������� ��� �������������� ������"
 
-#: geasGsdGen.py:54
+#: geasGsdGen.py:55
 msgid "The class '%s' contains circular data-references"
 msgstr ""
 
-#: geasGsdGen.py:71
+#: geasGsdGen.py:72
 msgid ""
 "A tool to dump data from a database into a GNUe Schema Definition (gsd) file."
 msgstr ""
 "���������� ��� �������� ������ �� ���� ������ � ���� gsd (GNUe Schema "
 "Definitio)"
 
-#: geasGsdGen.py:81
+#: geasGsdGen.py:82
 msgid ""
-"Set the Database to use for data to <name>. gnue-appserver will search for "
-"it in connections.conf."
+"Depreciated: Set the Database to use for data to <name>. gnue-appserver will "
+"search for it in connections.conf. Use '--connection' instead."
 msgstr ""
 
-#: geasGsdGen.py:85
+#: geasGsdGen.py:87
+msgid "Use the connection <connectionname> for data retrieval."
+msgstr ""
+
+#: geasGsdGen.py:90
 msgid "Name of the resulting gsd-file"
 msgstr "��� ��������������� gsd-�����"
 
-#: geasGsdGen.py:88
+#: geasGsdGen.py:93
 msgid "If flag is set include system classes ('gnue_*')"
 msgstr "���� ���� ���������� - ���������� ��������� ������ ('gnue_*')"
 
-#: geasGsdGen.py:91
+#: geasGsdGen.py:96
 msgid "If set all detail-classes of the requestd classes will be exported too"
 msgstr ""
 
-#: geasGsdGen.py:121
+#: geasGsdGen.py:141
 msgid "No output file specified."
 msgstr "�������� ���� �� ������."
 
-#: geasGsdGen.py:126
+#: geasGsdGen.py:146
 msgid "Loading class repository ..."
 msgstr "�������� ����������� ������� ..."
 
-#: geasGsdGen.py:132
+#: geasGsdGen.py:152
 msgid "Building list of classes and calculating dependencies ..."
 msgstr ""
 
-#: geasGsdGen.py:137
+#: geasGsdGen.py:157
 msgid "Generating schema definition ..."
 msgstr "��������� ����� ..."
 
-#: geasGsdGen.py:153
+#: geasGsdGen.py:173
 msgid "Generation run complete."
 msgstr "��������� ���������."
 
-#: geasGsdGen.py:168
+#: geasGsdGen.py:188
 msgid "Exporting data of class '%s' ..."
 msgstr "������� ������ ������ '%s' ..."
 
-#: geasGsdGen.py:418
+#: geasGsdGen.py:437
 msgid "Invalid command line argument '='"
 msgstr "������������ �������� ��������� ������ '='"
 
-#: geasGsdGen.py:421
+#: geasGsdGen.py:440
 msgid "Filter '%s' started, but no value given"
 msgstr ""
 
-#: geasGsdGen.py:457
+#: geasGsdGen.py:476
 msgid "Filter class '%s' not found"
 msgstr "����� '%s' �� ������"
 
-#: geasGsdGen.py:463
+#: geasGsdGen.py:482
 msgid "Filter '%(class)s' has no property '%(property)s'"
 msgstr "����� '%(classname)s' �� �������� ���������� '%(property)s'"
 
-#: geasGsdGen.py:501
+#: geasGsdGen.py:520
 msgid "No filter '%s' found matching the requested values"
 msgstr ""
 
@@ -461,7 +476,7 @@
 "property"
 msgstr ""
 
-#: geasRpcServer.py:51
+#: geasRpcServer.py:55
 msgid ""
 "The GNUe Application Server is the core of the n-tier variant of the\n"
 "GNU Enterprise system. To the front end (be it GNUe Forms, GNUe Reports or\n"
@@ -472,7 +487,7 @@
 "security, speed, and consistency."
 msgstr ""
 
-#: geasRpcServer.py:61
+#: geasRpcServer.py:65
 msgid ""
 "Set the GNURPC connection type.  The currently supported values for <type>\n"
 "are 'xmlrpc', 'xmlrpc.py_xmlrpc', 'xmlrpc.pw_xmlrpc' and 'pyro'.  For more\n"
@@ -480,75 +495,86 @@
 "common/doc/RPC-abstraction."
 msgstr ""
 
-#: geasRpcServer.py:67
+#: geasRpcServer.py:71
 msgid ""
 "Set the GNURPC port.  For more information on GNURPC have a look at\n"
 "common/doc/RPC-abstraction."
 msgstr ""
 
-#: geasRpcServer.py:71
+#: geasRpcServer.py:75
 msgid ""
+"Depreciated: Set the Database to use for loading and storing data to "
+"<name>.\n"
+"gnue-appserver will search for it in connections.conf."
+msgstr ""
+
+#: geasRpcServer.py:79
+msgid ""
 "Set the Database to use for loading and storing data to <name>.\n"
 "gnue-appserver will search for it in connections.conf."
 msgstr ""
 
-#: geasRpcServer.py:75
+#: geasRpcServer.py:83
 msgid "Set the username for the used database."
 msgstr "���������� ��� ������������ username ��� ������������ ���� ������."
 
-#: geasRpcServer.py:78
+#: geasRpcServer.py:86
 msgid "Set the password for the used database."
 msgstr "���������� ������ ��� ������������ ���� ������."
 
-#: geasRpcServer.py:81
+#: geasRpcServer.py:89
 msgid ""
 "Test appservers connection to the backend database, check correctness of\n"
 "global settings, etc."
 msgstr ""
 
-#: geasRpcServer.py:85
+#: geasRpcServer.py:93
 msgid ""
 "Enable appservers web frontend. Just works for the rpc-type XMLRPC.  The\n"
 "webfrontend is at the same port as XMLRPC."
 msgstr ""
 
-#: geasRpcServer.py:89
+#: geasRpcServer.py:97
 msgid ""
 "If set to 1, provides information on data dispatched to the RPC\n"
 "interface."
 msgstr ""
 
-#: geasRpcServer.py:140
+#: geasRpcServer.py:162
 msgid "Exporting our services via %(rpctype)s (port %(port)s) ..."
 msgstr "������� �������� ����� %(rpctype)s (���� %(port)s) ..."
 
-#: geasRpcServer.py:157
+#: geasRpcServer.py:179
 msgid "Exporting our services via Pyro (EXPERIMENTAL!) ..."
 msgstr "������� �������� ����� Pyro (EXPERIMENTAL!) ��������� ..."
 
-#: geasRpcServer.py:162
+#: geasRpcServer.py:184
 msgid "Exporting our services via sockets (EXPERIMENTAL!) ..."
 msgstr "������� �������� ����� ��������� ������� (EXPERIMENTAL!) ..."
 
-#: geasRpcServer.py:167
+#: geasRpcServer.py:189
 msgid "The protocol you've set is currently not supported."
 msgstr "��������� �������� �� ��������������."
 
-#: geasRpcServer.py:176
+#: geasRpcServer.py:198
 msgid "Status: %s Sessions opened"
 msgstr "������: ������ %s �������"
 
-#: geasRpcServer.py:195
+#: geasRpcServer.py:217
 msgid ""
 "\n"
 "... GNUe Application Server up and running ...\n"
 msgstr ""
 
-#: geasRpcServer.py:215
+#: geasRpcServer.py:242
 msgid "Appserver is shutting down....ok"
 msgstr ""
 
-#: geasRpcServer.py:254
+#: geasRpcServer.py:285
+msgid "Debugging garbage collection not activated."
+msgstr ""
+
+#: geasRpcServer.py:325
 msgid ""
 "\n"
 "GNUe Application Server is running a simple self test\n"
@@ -558,23 +584,23 @@
 "'the \"address_person\" example.\n"
 msgstr ""
 
-#: geasRpcServer.py:263
+#: geasRpcServer.py:334
 msgid "Step 1: Starting Session Manager ..."
 msgstr "��� 1: ������ ��������� ������ ..."
 
-#: geasRpcServer.py:266
+#: geasRpcServer.py:337
 msgid "Step 2: Opening session (user 'hacker', password 'secret') ..."
 msgstr "��� 2: �������� ������ (user 'hacker', password 'secret) ..."
 
-#: geasRpcServer.py:271
+#: geasRpcServer.py:342
 msgid "Step 3: Creating object list ..."
 msgstr "��� 3: �������� ������ �������� ..."
 
-#: geasRpcServer.py:275
+#: geasRpcServer.py:346
 msgid "Step 4: Retrieving first instance ..."
 msgstr "��� 4: ��������� ������ ������ ..."
 
-#: geasRpcServer.py:279
+#: geasRpcServer.py:350
 msgid ""
 "\n"
 "These are the values of the first instance:\n"
@@ -583,44 +609,44 @@
 "  City  : %(city)s\n"
 msgstr ""
 
-#: geasRpcServer.py:287
+#: geasRpcServer.py:358
 msgid "Step 5: Retrieving defined filters ..."
 msgstr "��� 5: ��������� ������������ �������� ..."
 
-#: geasRpcServer.py:291
+#: geasRpcServer.py:362
 msgid "Selftest passed!"
 msgstr ""
 
-#: geasSession.py:42
+#: geasSession.py:43
 msgid "Instance '%(objectId)s' of class '%(classname)s' not found"
 msgstr ""
 
-#: geasSession.py:49
+#: geasSession.py:50
 msgid "Access to class '%s' denied"
 msgstr ""
 
-#: geasSession.py:54
+#: geasSession.py:55
 msgid "Cannot find a list with ID '%s'"
 msgstr "������(list) � ID '%s' �� ������"
 
-#: geasSession.py:59
+#: geasSession.py:60
 msgid "Invalid condition data type '%s'"
 msgstr "������������ ��������� ���� ������ '%s'"
 
-#: geasSession.py:64
+#: geasSession.py:65
 msgid "No parameter for the filter %s specified"
 msgstr "�������� ��� ������� %s �� ������"
 
-#: geasSession.py:69
+#: geasSession.py:70
 msgid "'%(value)s' is not a valid filter of the type '%(name)s'"
 msgstr ""
 
-#: geasSession.py:76
+#: geasSession.py:77
 msgid ""
 "Multiple instances of the filter '%(name)s' matches the value '%(value)s'"
 msgstr ""
 
-#: geasSession.py:84
+#: geasSession.py:85
 msgid "Maximum validation cycle reached. Classes in current cycle: %s"
 msgstr ""
 
@@ -628,17 +654,17 @@
 msgid "Cannot find a session with ID '%s'"
 msgstr "������ � ID '%s' �� �������"
 
-#: geasSessionManager.py:138
+#: geasSessionManager.py:152
 #, fuzzy
 msgid "Failed reloading repository: %s"
 msgstr "�������� ����������� ������� ..."
 
-#: geasSessionManager.py:143
+#: geasSessionManager.py:169
 #, fuzzy
 msgid "Reloading class repository ..."
 msgstr "�������� ����������� ������� ..."
 
-#: geasSessionManager.py:151
+#: geasSessionManager.py:177
 #, fuzzy
 msgid "Class repository loaded"
 msgstr "�������� ����������� ������� ..."
@@ -667,24 +693,24 @@
 msgid "Element '%s' can either have a search- or info-attribute."
 msgstr ""
 
-#: gld/readgld.py:64
+#: gld/readgld.py:65
 msgid ""
 "Duplicate definition of element '%(itemname)s' for language '%(language)s'"
 msgstr ""
 
-#: gld/readgld.py:92
+#: gld/readgld.py:93
 msgid "Read GNUe Language Definitions and update the class repository"
 msgstr ""
 
-#: gld/readgld.py:227
+#: gld/readgld.py:240
 msgid "Loading GNUe language definitions"
 msgstr ""
 
-#: gld/readgld.py:558
+#: gld/readgld.py:571
 msgid "  Labels  : %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
-#: gld/readgld.py:587
+#: gld/readgld.py:600
 msgid "  Messages: %(ins)3d inserted, %(upd)3d updated, %(kept)3d unchanged."
 msgstr ""
 
@@ -696,11 +722,11 @@
 msgid "Class '%(classname)s' has no member '%(member)s'"
 msgstr "����� '%(classname)s' �� ����� ����� '%(member)s'"
 
-#: language/Session.py:37
+#: language/Session.py:38
 msgid "Cannot qualifiy name '%s', no context specified"
 msgstr "�� ������� ��������������� ��� '%s', �������� �� ������"
 
-#: language/Session.py:42
+#: language/Session.py:43
 msgid "Message '%s' not found"
 msgstr "��������� '%s' �� �������"
 





reply via email to

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