commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7095 - in trunk/gnue-common: . doc doc/man etc po


From: reinhard
Subject: [gnue] r7095 - in trunk/gnue-common: . doc doc/man etc po
Date: Fri, 4 Mar 2005 17:40:46 -0600 (CST)

Author: reinhard
Date: 2005-03-04 17:40:44 -0600 (Fri, 04 Mar 2005)
New Revision: 7095

Modified:
   trunk/gnue-common/NEWS
   trunk/gnue-common/doc/RPC-grpc-file.dtd
   trunk/gnue-common/doc/gnue-schema.dtd
   trunk/gnue-common/doc/man/gnue-schema.1
   trunk/gnue-common/etc/sample.gnue.conf
   trunk/gnue-common/po/de.po
   trunk/gnue-common/po/es_ES.po
   trunk/gnue-common/po/es_MX.po
   trunk/gnue-common/po/fr.po
   trunk/gnue-common/po/hu.po
   trunk/gnue-common/po/lt.po
   trunk/gnue-common/po/ro.po
Log:
Released 0.5.13.99-pre1.

Modified: trunk/gnue-common/NEWS
===================================================================
--- trunk/gnue-common/NEWS      2005-03-04 23:33:34 UTC (rev 7094)
+++ trunk/gnue-common/NEWS      2005-03-04 23:40:44 UTC (rev 7095)
@@ -1,3 +1,13 @@
+New features/changes in version 0.5.14: (????-??-??)
+* New uuid generator libary
+* New gEnter and gLeave debugging functions
+* Support for several independent (non-hierarchical) debug levels
+* Improved installation and configuration documentation
+* New option --silent in GBaseApp
+* New option --pidfile in GServerApp
+* Automatically generated sample.gnue.conf
+* Several bug fixes
+
 New features/changes in version 0.5.13: (2005-02-07)
 * fixes for Python 2.2
 * fixes for client encoding with Postgres

Modified: trunk/gnue-common/doc/RPC-grpc-file.dtd
===================================================================
--- trunk/gnue-common/doc/RPC-grpc-file.dtd     2005-03-04 23:33:34 UTC (rev 
7094)
+++ trunk/gnue-common/doc/RPC-grpc-file.dtd     2005-03-04 23:40:44 UTC (rev 
7095)
@@ -1,4 +1,4 @@
-<!-- GNURPC DTD (Version 0.5.13) -->
+<!-- GNURPC DTD (Version 0.5.13.99) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -94,5 +94,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2005-02-07 08:21:07   -->
+     Updated: 2005-03-05 00:38:47   -->
 

Modified: trunk/gnue-common/doc/gnue-schema.dtd
===================================================================
--- trunk/gnue-common/doc/gnue-schema.dtd       2005-03-04 23:33:34 UTC (rev 
7094)
+++ trunk/gnue-common/doc/gnue-schema.dtd       2005-03-04 23:40:44 UTC (rev 
7095)
@@ -1,4 +1,4 @@
-<!-- GNUe Schema DTD (Version 0.5.13) -->
+<!-- GNUe Schema DTD (Version 0.5.13.99) -->
 
 <!--
      Copyright 2001-2004 Free Software Foundation
@@ -210,5 +210,5 @@
 
 
 <!-- This DTD was created by gnuedtd
-     Updated: 2005-02-07 08:21:06   -->
+     Updated: 2005-03-05 00:38:46   -->
 

Modified: trunk/gnue-common/doc/man/gnue-schema.1
===================================================================
--- trunk/gnue-common/doc/man/gnue-schema.1     2005-03-04 23:33:34 UTC (rev 
7094)
+++ trunk/gnue-common/doc/man/gnue-schema.1     2005-03-04 23:40:44 UTC (rev 
7095)
@@ -1,4 +1,4 @@
-.TH GNUE\-SCHEMA 1 "07 February 2005" "GNUe Schema Scripter"
+.TH GNUE\-SCHEMA 1 "05 March 2005" "GNUe Schema Scripter"
 .SH NAME
 gnue\-schema \- GNUe Schema Scripter
 .SH SYNOPSIS
@@ -73,6 +73,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-common/etc/sample.gnue.conf
===================================================================
--- trunk/gnue-common/etc/sample.gnue.conf      2005-03-04 23:33:34 UTC (rev 
7094)
+++ trunk/gnue-common/etc/sample.gnue.conf      2005-03-04 23:40:44 UTC (rev 
7095)
@@ -1,337 +1,353 @@
 
 # Options for GNUe
-
-# Copyright 2000-2002 Free Software Foundation
-
-# This file is part of GNU Enterprise.
-
+#
+# Copyright 2001-2005 Free Software Foundation
+#
+# This file is part of GNU Enterprise
+#
 # GNU Enterprise is free software; you can redistribute it
 # and/or modify it under the terms of the GNU General Public
 # License as published by the Free Software Foundation; either
 # version 2, or (at your option) any later version.
-
+#
 # GNU Enterprise is distributed in the hope that it will be
 # useful, but WITHOUT ANY WARRANTY; without even the implied
 # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 # PURPOSE. See the GNU General Public License for more details.
-
+#
 # You should have received a copy of the GNU General Public
 # License along with program; see the file COPYING. If not,
 # write to the Free Software Foundation, Inc., 59 Temple Place
 # - Suite 330, Boston, MA 02111-1307, USA.
-
+#
+#
 # Note: pointers to files and dirs are relative to the installation
-#       location of GNUe
+#       location of GNUe.
 
 
-#############################################################################
-## Common configuration Options for GNUe                                     #
-#############################################################################
+##############################################################################
+# Common Configuration Options for GNUe                                      #
+##############################################################################
 [common]
-# Encoding for XML headers and for fonts in forms.
-#textEncoding = iso8859-1
-#textEncoding = utf-8
+# Encoding for XML headers and for fonts in forms. Like iso8859-1, iso8859-13.
+;textEncoding = iso8859-1
 
-#############################################################################
-## Configuration Options for GNUe Forms Client                              #
-#############################################################################
+# A comma-separated list of directories to be added to the python search 
+# path to add custom functionality.
+;ImportPath = 
 
-[forms]
-FormDir = forms
+# If set to true, then store trigger definitions in <![CDATA[ .. ]]> blocks, 
+# instead of encoding with &lt; etc.
+;StoreTriggersAsCDATA = True
 
-# The default user interface driver to use if not specified on the command 
line.
-#DefaultUI = wx
-#DefaultUI = gtk2
-#DefaultUI = win32
-#DefaultUI = qt
+# Use parameters in DBSIG2 database drivers. 1 = use parameters, 0 = do not 
+# use them (deprecated)
+;useParameters = 1
 
-# Allow formulas to be entered into numeric fields?
-#NumericFormulaEntry = 1
 
-# Create new records in blocks automagically when you hit the bottom
-#autoCreate = 1
 
-# Remember last query entered. (if enabled, then the last values entered
-# for a query can be retrieved by doing an Enter-Query twice)
-#RememberLastQuery = 1
+##############################################################################
+# Configuration Options for GNUe Forms Client                                #
+##############################################################################
+[forms]
+# The default user interface driver to use if not specified on the command 
+# line.
+# Valid options / examples:
+#   curses
+#   wx
+#   gtk2
+#   qt
+#   win32
+;DefaultUI = wx
 
-# Values to store for checkbox entries
-#checkboxTrue = 1
-#checkboxFalse = 0
-#checkboxTrue = Y
-#checkboxFalse = N
+# Allow formulas to be entered into numeric fields?
+;AllowNumericFormulas = True
 
+# Remember last query entered. (If enabled, then the last values entered for 
+# a query can be retrieved by doing an Enter-Query twice).
+;RememberLastQuery = True
 
-# Set to "true" if you want <enter> to insert newlines in multirow entries.
-# Even if set to false, Shift+Enter will insert a newline
-#EnterIsNewLine = 0
+# The default value stored in the database for True values (usual values are 
+# 1 or Y).
+;checkboxTrue = Y
 
+# The default value stored in the database for false values (usual values 
+# are 0 or N).
+;checkboxFalse = N
 
-# Detail data caching behavior:
-#
-# If set to true (default), then always cache detail data in a master/detail
-# set. The benefits of this method is performance.  The downsize to this method
-# is that records are cached so any changes made elsewhere are not reflected
-# in the cached records.
-#
-# If set to false, then only cache detail data if it has unposted changes.
-# The benefits of this method are that if another user modifies data and
+# Set to "True" if you want <ENTER> to insert newlines in multirow entries.
+# Even if set to false, Shift+Enter will insert a newline.
+;EnterIsNewLine = True
+
+# Enable caching of detail data.
+# If set to True (default), then always cache detail data in a master/detail 
+# set. The benefits of this method is performance. The downsize to this 
+# method is that records are cached so any changes made elsewhere are not 
+# reflected in the cached records.
+# If set to false, then only cache detail data if it has unposted changes. 
+# The benefits of this method are that if another user modifies data and 
 # saves, then it will be available to your form much quicker.
-#CacheDetailRecords = 1
+;CacheDetailRecords = True
 
-# Hack for db encoding
-#Encoding=DEFAULT
+# Mask for viewing date fields (without quotes).
+;DateMask = %m/%d/%Y
 
-# Mask for viewing date/time fields (without quotes).
-dateFormatMaskView = %m/%d/%y
+# Mask for editing date fields (without quotes).
+;DateEditMask = %m/%d/%Y
 
-# Mask for editing date/time fields (without quotes).
-dateFormatMaskEdit = %m/%d/%Y
+# Mask for viewing time fields (without quotes).
+;DateMask_Time = %h:%i:%s
 
-# Startup graphic
-#splashScreenPNG=gnue-splash.png
-#disableSplash=0
+# Mask for editing time fields (without quotes).
+;DateEditMask_Time = %h:%i:%s
 
-#GNUe Tool Bar Buttons
-#tb_commit=tb_save.png
-#tb_insert=tb_new.png
-#tb_rollback=tb_undo.png
-#tb_delete=tb_trash.png
-#tb_previous=tb_left_arrow.png
-#tb_next=tb_right_arrow.png
-#tb_query_prep=tb_preferences.png
-#tb_query=tb_search.png
-#tb_help=tb_help.png
+# Mask for viewing timestamp fields (without quotes).
+;DateMask_Timestamp = %m/%d/%Y %h:%i:%s
 
-#GNUe Menu/Toolbar Status Bar Messages
-#msg_commit=Save all changes to database.
-#msg_rollback=Clear form.
-#msg_exit=Leave the application.
-#msg_first=Navigate to first record in memory.
-#msg_last=Navigate to last record in memory.
-#msg_previous=Navigate to previous record in memory.
-#msg_next=Navigate to next record in memory.
-#msg_insert=Create a new record for data input.
-#msg_delete=Mark record for removal at next commit.
-#msg_next_block=Navigate to next data block.
-#msg_previous_block=Navigate to previous data block.
-#msg_query_prep=Switch to input query mask mode.
-#msg_query=Execute query using current mask.
-#msg_help=Display info about GNUe Forms.
-#msg_jump=Prompts for a record number to which the system should jump.
-#msg_print=Perform print routine for this form
+# Mask for editing timestamp fields (without quotes).
+;DateEditMask_Timestamp = %m/%d/%Y %h:%i:%s
 
+# Mask for viewing text fields (without quotes).
+;TextMask = 
 
-#GEASDIR=/usr/local/
+# Mask for editing text fields (without quotes).
+;TextEditMask = 
 
-# GNUe logo
-#loginPNG=gnue.png
-# for win32 uidriver just bmp accepted:
-#loginBMP=gnue.bmp
+# Mask for viewing number fields (without quotes).
+;NumberMask = #,##0.#
 
-# Might need altered but I doubt it
-# The default height of widgets for widgets that don't specify height in .gfd 
file
-#widgetHeight=1
-# The default width of widgets for widgets that don't specify width in .gfd 
file
-#widgetWidth =10
+# Mask for editing number fields (without quotes).
+;NumberEditMask = #0.#
 
-# The next 2 options are only used by the wxPython clients
-# Normally, default font style and size is used, according to the active theme
-# Set this to 1 if you do not want fixed width fonts
-#fixedWidthFont = 0
+# Mask for viewing monetary fields (without quotes).
+;NumberMask_Money = \$#,##0.00
 
-# Font size if fixedWidthFont = 1 (ignored otherwise)
-#pointSize = 14
+# Mask for editing monetary fields (without quotes).
+;NumberEditMask_Money = #0.00
 
-# The color of a highlighted widget. If commented out, no highlights are placed
-# on focused widgets. Defines an RGB triplet, format is RRGGBB, each digit is
-# hexadecimal.
-focusColor = FFFFEC
+# Mask for viewing integer fields (without quotes).
+;NumberMask_Integer = #,##0
 
-#_msgNOTSAVED = Data not saved. Save changes or clear the form to proceed.
-#_msgDETAILNOTSAVED = This record's detail information is not saved.
+# Mask for editing integer fields (without quotes).
+;NumberEditMask_Integer = #0
 
-# Do not alter below here unless you really, really want to (and you know what 
you are doing)
+# Location of startup graphic (PNG format)
+;SplashScreenPNG = gnue-splash.png
 
-# Fudge factor for altering widget size - should no longer be needed
-#borderPercentage = 100
-#textPercentage = 100
+# Disable the startup splashscreen.
+;DisableSplash = False
 
+# Location of "Commit" toolbar icon (PNG format)
+;tb_commit = tb_save.png
 
-################################
-#
-# Bind keystrokes to events
-#
-# Keystrokes can be of the form:
-# Ctrl-|Alt-|Shift-Keystroke
-#
+# Location of "Insert" toolbar icon (PNG format)
+;tb_insert = tb_new.png
 
-##  Field navigation
-# key_NextEntry = Tab
-# key_PrevEntry = Shift-Tab
-# key_NextBlock = PageDown
-# key_PrevBlock = PageUp
-# key_NextPage = Ctrl-PageDown
-# key_PrevPage = Ctrl-PageUp
+# Location of "Rollback" toolbar icon (PNG format)
+;tb_rollback = tb_undo.png
 
-##  Record navigation
-# key_PrevRecord = Up
-# key_NextRecord = Down
-# key_JumpRecord = F2
-# key_JumpRowsUp = Shift-PageUp
-# key_JumpRowsDown = Shift-PageDown
+# Location of "Delete" toolbar icon (PNG format)
+;tb_delete = tb_delete.png
 
-##  Text editing
-# key_CursorLeft = Left
-# key_CursorRight = Right
-# key_CursorEnd = End
-# # key_CursorHome = Home
-# key_Backspace = Backspace
-# key_ModeToggle = Insert
-# key_Delete = Delete
+# Location of "Previous Record" toolbar icon (PNG format)
+;tb_previous = tb_up_arrow.png
 
-##  Record modifications
-# key_MarkForDelete = F5
-# key_Commit = F6
-# key_EnterQuery = F8
-# key_ExecQuery = F9
-# key_Rollback = F11
-# key_NewRecord = F12
+# Location of "Next Record" toolbar icon (PNG format)
+;tb_next = tb_down_arrow.png
 
-## Clipboard/selections
-# key_SelectToHome = Shift-Home
-# key_SelectToEnd = Shift-End
-# key_SelectLeft = Shift-Left
-# key_SelectRight = Shift-Right
-# key_SelectAll = Ctrl-A
-# key_Copy = Ctrl-C
-# key_Paste = Ctrl-V
-# key_Cut = Ctrl-X
+# Location of "First Record" toolbar icon (PNG format)
+;tb_first = tb_top.png
 
-#
-################################
+# Location of "Last Record" toolbar icon (PNG format)
+;tb_last = tb_bottom.png
 
+# Location of "Jump to Record" toolbar icon (PNG format)
+;tb_jump = tb_jump-to.png
 
+# Location of "Prepare Query" toolbar icon (PNG format)
+;tb_query_prep = tb_search.png
 
-#############################################################################
-## Configuration Options for GNUe Designer                                  #
-#############################################################################
+# Location of "Prepare Query" toolbar icon (PNG format)
+;tb_query = tb_exec.png
 
-#[designer]
-# Automatically log in to needed connections to do schema
-#AutoConnect = 0
+# Location of "Execute Query" toolbar icon (PNG format)
+;tb_insert = tb_new.png
 
-# Use syntax highlighting in the trigger editor
-#ColorizeCode = 0
+# Location of "Exit" toolbar icon (PNG format)
+;tb_exit = tb_exit.png
 
-# When auto-creating entries using drag-and-drop,
-# create labels?
-#    no = Do not create labels
-#    left = Create labels to the left of the widget
-#    above = Create labels above the widget
-#
-#CreateLabelsOnDrop = left
+# Location of GNUe login logo (PNG format).
+;loginPNG = gnue.png
 
+# Location of GNUe login logo (BMP format). The win32 uidriver accepts only 
+# BMP format.
+;loginBMP = gnue.bmp
 
+# The default height of widgets for widgets that don't specify height in .
+# gfd file.
+;widgetHeight = 1
 
-#############################################################################
-## Configuration Options for GNUe Reports                                   #
-#############################################################################
+# The default width of widgets for widgets that don't specify width in .gfd 
+# file.
+;widgetWidth = 10
 
+# The next 3 options are only used by the wxPython and theWin32 clients.
+# Normally, default font style and size is used, according to the active 
+# theme.
+# Set to true if wxWidgets or Win32 clients should use a fixed width font.
+;fixedWidthFont = True
+
+# If fixedWidthFont is set to true, then this is the point size used for 
+# fonts.
+;pointSize = 14
+
+# If fixedWidthFont is set to true, then this is the face name used for fonts.
+;faceName = 
+
+# The color of a highlighted (ie focused) widget. Leave empty if you don't 
+# want highlight. Format is: "RRGGBB", each digit being hexadecimal.
+;focusColor = 
+
+# Text used to concatenation dropdown descriptions (when multiple 
+# description fields are used)
+;DropdownSeparator = , 
+
+# The default icon set.
+;IconSet = auto
+
+# The style of dropdown handler to use for the wx uidriver.
+# Valid options / examples:
+#   auto
+#   windows
+#   gtk1
+;dropdownMode = auto
+
+# Use asterisk (*) for wildcards in addition to percent (%)
+;AsteriskWildcard = True
+
+
+
+##############################################################################
+# Configuration Options for GNUe Reports                                     #
+##############################################################################
 [reports]
-ReportsDir = reports
-#FiltersDir = filters
+# The default location for filter files.
+;FiltersDir = filters
 
-# TempDir = /usr/tmp
+# The default location for grd files.
+;filters = report-filters.conf
 
-# Location/name of the filter definition file
-#filters = report-filters.conf
+# The sendmail binary name.
+;SendmailBin = sendmail
 
-# Default Destinations
-#DefaultDestinationType = printer
-#DefaultDestination = lp
-#DefaultFilter = text
+# The email address to put in the "From" line of generated email
+;SendmailFrom = GNUe Reports <address@hidden>
 
-# DestinationType Adapters
-#PrinterAdapter = bsd
-# Windows machines: 
-#PrinterAdapter = win32raw
-#EmailAdapter = sendmail
-#FileAdapter = text
-#FaxAdapter = hylafax
+# The text to put in the Subject line of generated email.
+;SendmailSubject = Your Requested Report
 
-# DestinationType options
-# (%s will be replaced with the printer name)
-#LprCommand = /usr/bin/lpr -P%s
-# Windows machines: 
-#LprCommand = print /d:%s
+# The commandline to be run when sending report output to a fax.
+;HylafaxCommand = sendfax -d %s
 
-# Sendmail binary (for EmailAdapter=sendmail)
-SendmailBin = /usr/sbin/sendmail
-#SendmailBin = /usr/sbin/sendmail
-#SendmailFrom = "GNUe Reports Server" address@hidden
-#SendmailSubject = Your Requested Report
+# The commandline to be run when sending report output to a printer.
+#  (%s will be replaced with the printer name.)
+# Valid options / examples:
+#   LprCommand = /usr/bin/lpr -P%s
+#   LprCommand = print /d:%s #Windows
+;LprCommand = /usr/bin/lpr -h -P%s
 
-# HylaFax sendfax binary (for FaxAdapter = hylafax)
-HylafaxCommand = echo /usr/bin/sendfax -m -d %s
-# HylaFaxCommand = /usr/bin/sendfax -n -h faxserver.mydomain.com -d %s
 
 
-#############################################################################
-## Configuration Options for GNUe Navigator                                 #
-#############################################################################
-
+##############################################################################
+# Configuration Options for GNUe Navigator                                   #
+##############################################################################
 [navigator]
-disableSplash = 1
+# Command to execute on .gfd files.
+;RunFormCommand = gnue-forms
 
-#ProcessDir = processes
-# for *nix
-#RunFormCommand = gnue-forms
-# for win32
-# RunFormCommand=C:\python21\python.exe c:\python21\scripts\gnue-forms
+# Command to execute on .grd files.
+;RunReportCommand = gnue-reports
 
-# Time to display hourglass cursor while spawning a process
-#hourglassDelay=4
+# Directory to search for .gfd files.
+;FormDir = forms
 
-# The dir in relation to the install dir where we'll find gfd files
-#FormDir = forms
+# Directory to search for .grd files.
+;ReportDir = reports
 
+# Directory to search for .gpd files.
+;ProcessDir = navigator
 
-#############################################################################
-## Configuration Options for GNUe Application Server                        #
-#############################################################################
+# Do not display the splashscreen.
+;disableSplash = True
 
+# Do not open separate window to display a GNUe Form.
+;embedForms = True
+
+# The number of seconds to display the hourglass when launching a program.
+;hourglassDelay = 5
+
+
+
+##############################################################################
+# Configuration Options for GNUe Application Server                          #
+##############################################################################
 [appserver]
+# Depreciated: Name of the database connection appserver is using. Use 
+# connection instead.
+;database = 
 
-# Name of the database connection appserver is using
-#connection = gnue
+# Name der Datenbankverbindung
+;connection = gnue
 
-# RPC Interface Type appserver is providing
-# valid settings are: xmlrpc, xmlrpc.py_xmlrpc, xmlrpc.pw_xmlrpc and pyro
-# for more information please have a look at the file RPC-Status.txt
-#rpctype = xmlrpc
+# Typ des zur Verf�gung gestellten PRC-Interfaces
+;rpctype = xmlrpc
 
-# Port (if needed) for RPC Interface (Port is needed for xmlrpc)
-#rpcport = 8765
+# Port (falls ben�tigt) f�r das RPC-Interface
+;rpcport = 8765
 
-# List of hosts allowed to connect to appserver
-#allowed_hosts =
+# Rechner, die auf den Appserver zugreifen d�rfen
+;allowed_hosts = 
 
-# Directory used by the web-frontend extension of appserver
-#httpdir = /var/gnue/webfrontend/
+# NULL-Werte kommen in aufsteigender Sortierung zuerst
+;null_first_asc = True
 
-# If you want to use authentication uncomment the following
-#authentication = True
+# NULL-Werte kommen in absteigender Sortierung zuerst
+;null_first_dsc = True
 
-# Flag to indicate wether appserver sorts null-values in ascending order first
-# or last
-# null_first_asc = True
+# Eine, durch Strichpunkte getrennte, Liste von Verzeichnissen aus welchen 
+# die Module geladen werden
+;modulepath = /home/reinhard/gnue/share/gnue/appserver
 
-# Flag to indicate wether appserver sorts null-values in descending order first
-# or last
-# null_first_dsc = True
+# Type of UUID to use. Can be 'time' or 'random'
+;uuidtype = time
 
-# Semicolon-separated list of directories to be scanned for gcd- and gld-files
-# on startup (or SIGHUP) of appserver process
-# modulepath = 
+# Verzeichnis f�r die HTTP-Dokumente des Web-Frontends
+;httpdir = /this_dir_shouldn't exist.
 
+
+
+##############################################################################
+# Configuration Options for GNUe Designer                                    #
+##############################################################################
+[designer]
+# Automatically log in to needed connections to do schema.
+;AutoConnect = True
+
+# Use syntax highlighting in the trigger editor.
+;ColorizeCode = True
+
+# Use the basic editor for triggers.
+;ForceSimpleEditor = False
+
+# Fudge factor for altering widget size
+;BorderPercentage = 100.0
+
+# Fudge factor for altering text size
+;TextPercentage = 100.0
+
+# Location of "Insert" toolbar icon (PNG format)
+;tb_insert = %(prefix)s/shared/images/designer/tb_new.png
+
+# Location of "Delete" toolbar icon (PNG format)
+;tb_delete = %(prefix)s/shared/images/designer/tb_trash.png
+

Modified: trunk/gnue-common/po/de.po
===================================================================
--- trunk/gnue-common/po/de.po  2005-03-04 23:33:34 UTC (rev 7094)
+++ trunk/gnue-common/po/de.po  2005-03-04 23:40:44 UTC (rev 7095)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-Common 0.5\n"
-"POT-Creation-Date: 2005-02-07 08:26+CET\n"
+"POT-Creation-Date: 2005-03-05 00:39+CET\n"
 "PO-Revision-Date: $LastChangedDate: 2004-08-12 15:04:23 +0200 (Thu, 12 Aug "
 "2004) $\n"
 "Last-Translator: Johannes Vetter <address@hidden>\n"
@@ -14,15 +14,15 @@
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: apps/GBaseApp.py:97
+#: apps/GBaseApp.py:96
 msgid "Displays the version information for this program."
 msgstr "Zeigt die Version dieses Programms an."
 
-#: apps/GBaseApp.py:100
+#: apps/GBaseApp.py:99
 msgid "level"
 msgstr "Ebene"
 
-#: apps/GBaseApp.py:101
+#: apps/GBaseApp.py:100
 msgid ""
 "Enables debugging messages.  Argument specifies the level of messages to "
 "display (e.g., \"--debug-level 5\" displays all debugging messages at level "
@@ -32,21 +32,26 @@
 "Protokollmeldungen an. \"--debu-level 5\" gibt z.Bsp. alle Meldungen bis\n"
 "zur Ebene 5 aus."
 
-#: apps/GBaseApp.py:105 apps/GBaseApp.py:134
+#: apps/GBaseApp.py:104 apps/GBaseApp.py:136
 msgid "filename"
 msgstr "Dateiname"
 
-#: apps/GBaseApp.py:106
+#: apps/GBaseApp.py:105
 msgid ""
 "Sends all debugging messages to a specified file (e.g., \"--debug-file trace."
 "log\" sends all output to \"trace.log\")"
 msgstr "Die Protokollmeldungen werden in der angegbenen Datei gespeichert"
 
-#: apps/GBaseApp.py:111
+#: apps/GBaseApp.py:110
+#, fuzzy
+msgid "Displays no output at all."
+msgstr "Darstellung/Ausgabe"
+
+#: apps/GBaseApp.py:113
 msgid "Displays this help screen."
 msgstr "Zeigt diese Hilfe an."
 
-#: apps/GBaseApp.py:115
+#: apps/GBaseApp.py:117
 msgid ""
 "Displays a list of valid configuration file entries, their purpose, and "
 "their default values."
@@ -54,23 +59,23 @@
 "Gibt eine Liste der g�ltigen Konfigurations-Eintr�ge, deren Zweck und ihre\n"
 "Voreinstellung aus."
 
-#: apps/GBaseApp.py:123
+#: apps/GBaseApp.py:125
 msgid "Display all options of interest to core developers. "
 msgstr "Gibt eine Liste aller f�r Entwickler interessanten Optionen aus."
 
-#: apps/GBaseApp.py:126
+#: apps/GBaseApp.py:128
 msgid "type[,subtype]"
 msgstr "Typ[,Untertyp]"
 
-#: apps/GBaseApp.py:127
+#: apps/GBaseApp.py:129
 msgid "Generates self-documentation."
 msgstr "Erzeugt die Dokumentation"
 
-#: apps/GBaseApp.py:129
+#: apps/GBaseApp.py:131
 msgid "format"
 msgstr "Format"
 
-#: apps/GBaseApp.py:130
+#: apps/GBaseApp.py:132
 msgid ""
 "Format to output the self-documentation in. Supported formats are dependent "
 "on the type of selfdoc being created."
@@ -78,7 +83,7 @@
 "Format in welchem die Dokumantion erzeugt werden soll. Die unterst�tzten\n"
 "Formate sind vom Typ der Dokumentation abh�ngig."
 
-#: apps/GBaseApp.py:135
+#: apps/GBaseApp.py:137
 msgid ""
 "Specifies the filename that selfdoc should write to. If not provided, output "
 "is sent to stdout."
@@ -87,24 +92,24 @@
 "angegeben\n"
 "ist, wird die Standardausgabe verwendet."
 
-#: apps/GBaseApp.py:139
+#: apps/GBaseApp.py:141
 msgid "options"
 msgstr "Optionen"
 
-#: apps/GBaseApp.py:140
+#: apps/GBaseApp.py:142
 msgid "Options specific to individual selfdoc types."
 msgstr "Dokumentationstyp-spezifische Optionen"
 
-#: apps/GBaseApp.py:143
+#: apps/GBaseApp.py:145
 msgid ""
 "Run Python's built-in profiler and display the resulting run statistics."
 msgstr "Startet den in Python enthaltenen Profiler und gibt das Ergebnis aus."
 
-#: apps/GBaseApp.py:147
+#: apps/GBaseApp.py:149
 msgid "Run the app inside Python's built-in debugger "
 msgstr "F�hrt die Anwendung im Python-eigenen Debugger aus."
 
-#: apps/GBaseApp.py:155
+#: apps/GBaseApp.py:157
 msgid ""
 "Username used to log into the database.  Note that if specified, this will "
 "be used for all databases.  If not supplied, the program will prompt for "
@@ -115,7 +120,7 @@
 "wird f�r alle Datenbanken verwendet. Falls nicht angegeben erfolgt eine\n"
 "Abfrage."
 
-#: apps/GBaseApp.py:161
+#: apps/GBaseApp.py:163
 msgid ""
 "Password used to log into the database.  Note that if specified, this will "
 "be used for all databases.  If not supplied, the program will prompt for "
@@ -128,7 +133,7 @@
 "HINWEIS: Die Angabe eines Passwortes via Kommandozeile wird als "
 "Sicherheitsrisiko betrachtet und wird deshalb nicht empfohlen."
 
-#: apps/GBaseApp.py:171
+#: apps/GBaseApp.py:173
 msgid ""
 "Display help information related to database connections, including a list "
 "of available drivers."
@@ -136,7 +141,7 @@
 "Gibt Hilfeinformationen zu Datenbankverbindungen aus. Diese beinhaltet auch\n"
 "eine Liste verf�gbarer Datenbanktreiber."
 
-#: apps/GBaseApp.py:176
+#: apps/GBaseApp.py:178
 msgid ""
 "Specifies the location of the connection definition file. <loc> may specify "
 "a file name (/usr/local/gnue/etc/connections.conf),or a URL location (http://";
@@ -150,21 +155,22 @@
 "ist, wird die Umgebungsvariable GNUE_CONNECTIONS verwendet. Ist keines von\n"
 "beiden angegeben, wird '%s' als Voreinstellung benutzt."
 
-#: apps/GBaseApp.py:188
+#: apps/GBaseApp.py:190
 msgid "This application requires Python 2.1 or greater."
 msgstr "Diese Anwendung ben�tigt Python 2.1 oder h�her."
 
-#: apps/GBaseApp.py:190
+#: apps/GBaseApp.py:192
 msgid ""
 "This application requires Python 2.1 or greater. You are running Python %s"
 msgstr ""
 "Diese Anwendung ben�tigt Python 2.1 oder h�her. Sie verwenden Python %s"
 
-#: apps/GBaseApp.py:273
-msgid "The debug_level option (\"-d\") expects a numerical value."
+#: apps/GBaseApp.py:295
+#, fuzzy
+msgid "The debug_level option (\"-d\") expects numerical values."
 msgstr "Die Option 'debug-level' erwartet ein numerisches Argument."
 
-#: apps/GBaseApp.py:286
+#: apps/GBaseApp.py:308
 msgid ""
 "The gnue.conf file is incomplete:\n"
 "   %s"
@@ -173,7 +179,7 @@
 "   %s"
 
 # ../src/GBaseApp.py:238 :244
-#: apps/GBaseApp.py:327
+#: apps/GBaseApp.py:349
 msgid ""
 "Unable to load the connections definition file.\n"
 "\n"
@@ -186,11 +192,11 @@
 "%s"
 
 # ../src/GBaseApp.py:238 :244
-#: apps/GBaseApp.py:332
+#: apps/GBaseApp.py:354
 msgid "Unable to load the connections definition file: %s."
 msgstr "Die Verbindungsdefinitionsdatei kann nicht geladen werden: %s."
 
-#: apps/GBaseApp.py:343
+#: apps/GBaseApp.py:365
 msgid ""
 "\n"
 "%(name)s\n"
@@ -200,53 +206,53 @@
 "%(name)s\n"
 "Version %(version)s (de)\n"
 
-#: apps/GBaseApp.py:345
+#: apps/GBaseApp.py:367
 msgid "GNUe Common Version %s\n"
 msgstr "GNUe Common Version %s (de)\n"
 
-#: apps/GBaseApp.py:415 apps/GBaseApp.py:427
+#: apps/GBaseApp.py:437 apps/GBaseApp.py:449
 msgid "Usage:  "
 msgstr "Aufruf:  "
 
-#: apps/GBaseApp.py:430
+#: apps/GBaseApp.py:452
 msgid "Available command line options:"
 msgstr "Verf�gbare Kommandozeilenoptionen:"
 
-#: apps/GBaseApp.py:440 apps/GBaseApp.py:464
+#: apps/GBaseApp.py:462 apps/GBaseApp.py:486
 msgid "The following options are mainly of interest to GNUe developers."
 msgstr ""
 "Die folgenden Optionen sind vorallem f�r GNUe Entwickler von Bedeutung."
 
-#: apps/GBaseApp.py:441 apps/GBaseApp.py:451 apps/GBaseApp.py:465
+#: apps/GBaseApp.py:463 apps/GBaseApp.py:473 apps/GBaseApp.py:487
 msgid "To view general help, run this command with the --help option."
 msgstr ""
 "Um eine allgemeine Hilfestellung zu erhalten, f�hren Sie diese Anwendung "
 "mit\n"
 "der Option '--help' aus."
 
-#: apps/GBaseApp.py:443 apps/GBaseApp.py:467
+#: apps/GBaseApp.py:465 apps/GBaseApp.py:489
 msgid "Developer-specific command line options:"
 msgstr "Entwickler-relevante Kommandozeilenoptionen:"
 
-#: apps/GBaseApp.py:450
+#: apps/GBaseApp.py:472
 msgid "The following connection/database-related options are available."
 msgstr ""
 "Die folgenden Verbindungs- und Datenbank-spezifischen Optionen sind "
 "verf�gbar."
 
-#: apps/GBaseApp.py:453
+#: apps/GBaseApp.py:475
 msgid "Database/connection command line options:"
 msgstr "Datenbank-/Verbindungsspezifische Kommandozeilenoptionen:"
 
-#: apps/GBaseApp.py:456
+#: apps/GBaseApp.py:478
 msgid "The following database drivers are installed on your system:"
 msgstr "Die folgenden Datenbanktreiber sind auf Ihrem System installiert:"
 
-#: apps/GBaseApp.py:503
+#: apps/GBaseApp.py:525
 msgid "Error: %s"
 msgstr "Fehler: %s"
 
-#: apps/GBaseApp.py:506
+#: apps/GBaseApp.py:528
 msgid ""
 "\n"
 "For help, type:\n"
@@ -256,31 +262,31 @@
 "F�r Hilfe, gib ein:\n"
 "   %s --help\n"
 
-#: apps/GBaseApp.py:598
+#: apps/GBaseApp.py:620
 msgid "For help, type: %s --help"
 msgstr "F�r Hilfe, gib ein: %s --help"
 
-#: apps/GConfig.py:108
+#: apps/GConfig.py:106
 msgid "The file has duplicate source definitions."
 msgstr "Die Datei enth�lt doppelte Abschnitte."
 
-#: apps/GConfig.py:110
+#: apps/GConfig.py:108
 msgid "The file has no source definitions."
 msgstr "Die Datei enth�lt keine Abschnitte."
 
-#: apps/GConfig.py:112
+#: apps/GConfig.py:110
 msgid "The file cannot be parsed. %(exType)s :: %(exValue)s"
 msgstr "Die Datei kann nicht eingelesen werden. %(exType)s :: %(exValue)s"
 
-#: apps/GConfig.py:115
+#: apps/GConfig.py:113
 msgid "The file cannot be parsed."
 msgstr "Die Datei kann nicht eingelesen werden."
 
-#: apps/GConfig.py:210
+#: apps/GConfig.py:211
 msgid "Config option %(field)s is of wrong type in [%(section)s]"
 msgstr "Die Option '%(field)s' im Abschnitt '%(section)s' ist vom falschen Typ"
 
-#: apps/GConfig.py:264
+#: apps/GConfig.py:265
 msgid ""
 "Unable to read the GNUE_INSTALLED_SITE_CFG file... There is a problem with "
 "your installation"
@@ -289,7 +295,11 @@
 "Installation\n"
 "scheint fehlerhaft zu sein."
 
-#: apps/GServerApp.py:58
+#: apps/GServerApp.py:44
+msgid "The server is already running on pid %s"
+msgstr ""
+
+#: apps/GServerApp.py:56
 msgid ""
 "Do not send the server into the background. For a POSIX system, this option "
 "keeps the server process from forking and detaching from its controlling "
@@ -298,6 +308,10 @@
 "Der Server wird nicht als Hintergrundprozess ausgef�hrt. Bei POSIX Systemen "
 "wird der Server-Prozess nicht vom kontrollierenden Terminal getrennt."
 
+#: apps/GServerApp.py:64
+msgid "Filename to store the server's process id."
+msgstr ""
+
 # ../src/RuntimeSettings.py:92 :95
 #: apps/RuntimeSettings.py:101 apps/RuntimeSettings.py:107
 msgid ""
@@ -331,7 +345,7 @@
 msgid "Cannot find plugin %s"
 msgstr "Das Plugin %s kann nicht gefunden werden"
 
-#: datasources/GConditions.py:48
+#: datasources/GConditions.py:43
 msgid ""
 "Conditionelement '%(element)s' was expected to have '%(wanted)d'arguments, "
 "but only has %(real)d'"
@@ -339,16 +353,16 @@
 "Das Bedingungselement '%(element)s' sollte %(wanted)d Argumente haben, hat "
 "aber nur %(real)d"
 
-#: datasources/GConditions.py:57
+#: datasources/GConditions.py:52
 msgid "The field '%(field)s' has no entry in the given lookup-table"
 msgstr "Das Feld '%(field)s' hat keinen Eintrag in der Referenztabelle"
 
-#: datasources/GConditions.py:67
+#: datasources/GConditions.py:62
 msgid "No unification rule for combination '%(type1)s' and '%(type2)s'"
 msgstr ""
 "Keine Vereinheitlichung der Kombination '%(type1)s' und '%(type2)s' m�glich"
 
-#: datasources/GConditions.py:75
+#: datasources/GConditions.py:70
 msgid ""
 "Value '%(value1)s' of type '%(type1)s' cannot be converted into type '%"
 "(type2)s'"
@@ -356,11 +370,11 @@
 "Der Wert '%(value1)s' vom Typ '%(type1)s' kann nicht in den Typ '%(type2)s' "
 "umgewandelt werden"
 
-#: datasources/GConditions.py:1326
+#: datasources/GConditions.py:1405
 msgid "No valid condition tree"
 msgstr "Kein g�ltiger Bedingungs-Baum"
 
-#: datasources/GConditions.py:1373 datasources/GConditions.py:1381
+#: datasources/GConditions.py:1452 datasources/GConditions.py:1460
 #: datasources/drivers/DBSIG2/DataObject.py:281
 #: datasources/drivers/ldap/Driver.py:559
 #: datasources/drivers/odbc/wodbc/Connection.py:419
@@ -374,7 +388,7 @@
 "Bedingungselement '%(element)s' erwartet h�chstens %(expected)s Argumente, "
 "hat aber %(found)s"
 
-#: datasources/GConditions.py:1393
+#: datasources/GConditions.py:1472
 msgid ""
 "Condition clause \"%s\" is not supported by the condition to prefix table "
 "conversion."
@@ -452,103 +466,95 @@
 msgid "User canceled the login request."
 msgstr "Der Benutzer hat die Login Anfrage abgebrochen."
 
-#: datasources/GDataSource.py:187
+#: datasources/GDataSource.py:181
 msgid "Backend doesn't support the trigger 'call' function"
 msgstr "Der Datenbanktreiber unterst�tzt die Trigger-Funktion 'call' nicht."
 
-#: datasources/GDataSource.py:211
+#: datasources/GDataSource.py:205
 msgid "Backend does not support the 'update' function"
 msgstr "Der Datenbanktreiber unterst�tzt die Trigger-Funktion 'update' nicht."
 
-#: datasources/GDataSource.py:295
+#: datasources/GDataSource.py:289
 msgid "Datasource %s is sql-based, but has no <sql> definition."
 msgstr "Datenquelle %s ist SQL-basiert, hat aber keine <sql> Definition."
 
-#: datasources/GDataSource.py:299
+#: datasources/GDataSource.py:293
 msgid "Datasource %s is not sql-based, but has a <sql> definition."
 msgstr "Datenquelle %s ist nicht SQL-basiert, hat aber eine <sql> Definition."
 
-#: datasources/GDataSource.py:421
+#: datasources/GDataSource.py:415
 msgid "Detail source '%(source)s' references non-existant master '%(master)s'"
 msgstr ""
 "Detailquelle '%(source)s' verweist auf eine nicht existierende Masterquelle "
 "'%(master)s'"
 
-#: datasources/GDataSource.py:445
+#: datasources/GDataSource.py:439
 msgid "The use of order_by is depreciated. Please use <sortorder> instead"
 msgstr ""
 "Die Verwendung von 'order_by' ist veraltet. Bitte verwenden Sie statt dessen "
 "<sortorder>"
 
-#: datasources/GDataSource.py:479
-msgid ""
-"DEPRECIATION WARNING: use of 'order_by' attribute is depreciated. Please use "
-"<sortorder> instead."
-msgstr ""
-"Die Verwendung von 'order_by' ist veraltet. Bitte verwenden Sie statt dessen "
-"<sortorder>"
-
-#: datasources/GDataSource.py:500
+#: datasources/GDataSource.py:504
 msgid "Unknown type/format of 'order-by' attribute"
 msgstr "Unbekanntes Format f�r das 'order_by'-Attribut"
 
-#: datasources/GDataSource.py:613
+#: datasources/GDataSource.py:648
 msgid "Data Object Type"
 msgstr "Typ des Datenobjektes"
 
-#: datasources/GDataSource.py:617
+#: datasources/GDataSource.py:652
 msgid "Connection Name"
 msgstr "Verbindungsname"
 
-#: datasources/GDataSource.py:623
+#: datasources/GDataSource.py:661
 msgid "Table Name"
 msgstr "Tabellenname"
 
-#: datasources/GDataSource.py:626
+#: datasources/GDataSource.py:666
 msgid "Cache Size"
 msgstr "Anzahl der Zeilen im Cache"
 
-#: datasources/GDataSource.py:630
+#: datasources/GDataSource.py:671
 msgid "Query on Startup"
 msgstr "Abfrage beim Start ausf�hren"
 
-#: datasources/GDataSource.py:639
+#: datasources/GDataSource.py:686
 msgid "M/D Master DataSource"
 msgstr "Name der Master-Datenquelle"
 
-#: datasources/GDataSource.py:645
+#: datasources/GDataSource.py:692
 msgid "M/D Master Field(s)"
 msgstr "Feld(er) der Master-Datenquelle"
 
-#: datasources/GDataSource.py:653
+#: datasources/GDataSource.py:700
 msgid "M/D Detail Field(s)"
 msgstr "Feld(er) der Detail-Datenquelle"
 
-#: datasources/GDataSource.py:662
+#: datasources/GDataSource.py:709
 msgid "Explicit Fields"
 msgstr "Explizite Felder"
 
-#: datasources/GDataSource.py:666
+#: datasources/GDataSource.py:713
 msgid "Primary Key Field(s)"
 msgstr "Felder des Prim�rschl�ssels"
 
-#: datasources/GDataSource.py:671
+#: datasources/GDataSource.py:718
 msgid "Primary Key Sequence"
 msgstr "Felder des Prim�rschl�ssels"
 
-#: datasources/GDataSource.py:678
+#: datasources/GDataSource.py:725
 msgid "Re-query on commit?"
 msgstr "Nach Commit erneut abfragen?"
 
-#: datasources/GDataSource.py:853
+#: datasources/GDataSource.py:912
 msgid "The URL '%s' is not a valid application server resource locator"
 msgstr "Die URL '%s' entspricht keiner g�ltigen Applikations-Server-Quelle"
 
-#: datasources/GDataSource.py:859
+#: datasources/GDataSource.py:918
 msgid "Resource type '%s' is not supported"
 msgstr "Der Resourcen-Typ '%s' wird nicht unterst�tzt."
 
-#: datasources/GDataSource.py:864
+#: datasources/GDataSource.py:923
 msgid "Resource '%(name)s' of type '%(type)s' not found"
 msgstr "Die Resource '%(name)s' vom Typ '%(type)s' wurde nicht gefunden"
 
@@ -568,7 +574,7 @@
 msgid "Attempted to delete from a read only datasource"
 msgstr "Versuch etwas aus einer schreibgesch�tzen Datenquelle zu l�schen"
 
-#: datasources/drivers/Base/ResultSet.py:198
+#: datasources/drivers/Base/ResultSet.py:201
 msgid "Attempted to insert into a read only datasource"
 msgstr "Versuch etwas in eine schreibgesch�tzte Datenquelle einzuf�gen."
 
@@ -682,17 +688,17 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:59
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:41
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/gadfly/gadfly/DataObject.py:156
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:154
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:156
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/informix/informix/DataObject.py:98
 #: datasources/drivers/informix/informix/RecordSet.py:99
 #: datasources/drivers/informix/informix/ResultSet.py:99
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/ingres/ingres/DataObject.py:91
 #: datasources/drivers/ingres/ingres/RecordSet.py:93
 #: datasources/drivers/ingres/ingres/ResultSet.py:91
@@ -703,7 +709,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:105
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/sybase/sybase/DataObject.py:105
 #: datasources/drivers/sybase/sybase/RecordSet.py:105
 #: datasources/drivers/sybase/sybase/ResultSet.py:105
@@ -712,20 +718,20 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:60
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/dbf/DataObject.py:61
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/dbf/DataObject.py:60
 #: datasources/drivers/dbf/dbf/RecordSet.py:82
 #: datasources/drivers/dbf/dbf/ResultSet.py:82
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/gadfly/gadfly/DataObject.py:157
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:155
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:157
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/informix/informix/DataObject.py:99
 #: datasources/drivers/informix/informix/RecordSet.py:100
 #: datasources/drivers/informix/informix/ResultSet.py:100
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/ingres/ingres/DataObject.py:92
 #: datasources/drivers/ingres/ingres/RecordSet.py:94
 #: datasources/drivers/ingres/ingres/ResultSet.py:92
@@ -737,7 +743,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:106
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/sybase/sybase/DataObject.py:106
 #: datasources/drivers/sybase/sybase/RecordSet.py:106
 #: datasources/drivers/sybase/sybase/ResultSet.py:106
@@ -791,11 +797,11 @@
 msgid "Python 2.3+ CSV Driver"
 msgstr "Python 2.3+ CSV Treiber"
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
 msgid "Aliases"
 msgstr "Aliase"
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
 msgid "Summary Tables"
 msgstr "Zusammenfassungstabellen"
 
@@ -839,7 +845,7 @@
 msgstr "kinterbasdb Firebird/Interbase Treiber"
 
 #: datasources/drivers/ldap/Driver.py:685
-#: datasources/drivers/special/configfile/DataObject.py:119
+#: datasources/drivers/special/configfile/DataObject.py:105
 msgid "Objects"
 msgstr "Objekte"
 
@@ -897,27 +903,27 @@
 msgid "This feature is currently not supported by this driver"
 msgstr "Diese Funktion wird zur Zeit von diesem Treiber nicht unterst�tzt"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:41
 msgid "User Tables"
 msgstr "Benutzer-Tabellen"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
 msgid "User Views"
 msgstr "Benutzer-Ansichten"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
 msgid "User Synonyms"
 msgstr "Benutzer-Synonyme"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
 msgid "System Tables"
 msgstr "System-Tabellen"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
 msgid "System Views"
 msgstr "System-Ansichten"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:47
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
 msgid "System Synonyms"
 msgstr "System-Synonyme"
 
@@ -1018,7 +1024,7 @@
 msgid "MySQL's MaxDB driver"
 msgstr "MySQL's MaxDB Treiber"
 
-#: datasources/drivers/special/configfile/Connection.py:97
+#: datasources/drivers/special/configfile/Connection.py:100
 msgid "Error opening config file %s"
 msgstr "Fehler beim �ffnen der Konfigurationsdatei %s"
 
@@ -1031,13 +1037,12 @@
 "Konfigurationsdatei.\n"
 "Abfragen sind deshalb nicht m�glich."
 
-#: datasources/drivers/special/configfile/RecordSet.py:62
-#: datasources/drivers/special/configfile/RecordSet.py:83
+#: datasources/drivers/special/configfile/RecordSet.py:66
 msgid "The section name you have provided for this record already exists."
 msgstr "Der f�r diesen Datensatz angegebene Abschnitt existiert bereits."
 
-#: datasources/drivers/special/configfile/RecordSet.py:67
-#: datasources/drivers/special/configfile/RecordSet.py:89
+#: datasources/drivers/special/configfile/RecordSet.py:71
+#: datasources/drivers/special/configfile/RecordSet.py:94
 msgid "You have to provide a section name for this record!"
 msgstr "F�r diesen Datensatz mu� ein Abschnitt angegeben werden!"
 
@@ -1193,11 +1198,11 @@
 msgid "inputMaskLen=%s"
 msgstr "inputMaskLen=%s"
 
-#: formatting/GTypecast.py:165
+#: formatting/GTypecast.py:164
 msgid "Whole numbers must be positive or 0"
 msgstr "Ganze Zahlen m�ssen positiv oder null sein."
 
-#: formatting/NumberMask.py:204 formatting/TextMask.py:193
+#: formatting/NumberMask.py:203 formatting/TextMask.py:192
 msgid "Invalid Entry"
 msgstr "Ung�ltiger Eintrag"
 
@@ -1222,16 +1227,16 @@
 msgstr "�berpr�fung"
 
 # ../src/GTrigger.py:587 :601 ../../forms/src/GFTrigger.py:85
-#: logic/GFormula.py:311 logic/GFormula.py:325 logic/GTrigger.py:290
-#: logic/GTrigger.py:319
+#: logic/GFormula.py:312 logic/GFormula.py:326 logic/GTrigger.py:291
+#: logic/GTrigger.py:318
 msgid "Invalid trigger "
 msgstr "Ung�ltiger Trigger"
 
-#: logic/GTrigger.py:341
+#: logic/GTrigger.py:340
 msgid "Source Trigger"
 msgstr "Quell-Trigger"
 
-#: logic/adapters/python.py:153
+#: logic/adapters/python.py:170
 msgid "Sourcecode contains tab character at position %d"
 msgstr "Der Quellcode enth�lt an Position %d ein Tabulatorzeichen"
 
@@ -1257,7 +1262,7 @@
 msgstr "Angefragte Methode '%s' existiert nicht."
 
 #: rpc/drivers/_helpers/DirectoryServer.py:132
-#: rpc/drivers/pyro/ServerAdapter.py:190
+#: rpc/drivers/pyro/ServerAdapter.py:191
 msgid "Missing Binding information. Please add binding information for %s"
 msgstr ""
 "Fehlende Verkn�pfungsinformationen. Bitte geben Sie die "
@@ -1265,14 +1270,14 @@
 
 #: rpc/drivers/_helpers/DirectoryServer.py:149
 #: rpc/drivers/_helpers/DirectoryServer.py:157
-#: rpc/drivers/pyro/ServerAdapter.py:207 rpc/drivers/pyro/ServerAdapter.py:215
+#: rpc/drivers/pyro/ServerAdapter.py:208 rpc/drivers/pyro/ServerAdapter.py:216
 msgid "GNURPC cannot bind service '%(name)s' to service '%(destination)s'"
 msgstr ""
 "GNURPC kann den Dienst '%(name)s' nicht an den Dienst '%(destination)s' "
 "binden."
 
 #: rpc/drivers/_helpers/DirectoryServer.py:182
-#: rpc/drivers/pyro/ServerAdapter.py:250
+#: rpc/drivers/pyro/ServerAdapter.py:252
 msgid "GNURPC cannot bind method/attribut '%(name)s' to service '%(service)s'"
 msgstr ""
 "GNURPC kann die Methode/das Attribut '%(name)s' nicht an den Dienst '%"
@@ -1280,25 +1285,25 @@
 
 #: rpc/drivers/_helpers/DirectoryServer.py:286
 #: rpc/drivers/_helpers/ObjectEnabler.py:127
-#: rpc/drivers/pyro/ServerAdapter.py:314
+#: rpc/drivers/pyro/ServerAdapter.py:316
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:199
 msgid "Dispatching: "
 msgstr "Aufl�sen:"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:321
-#: rpc/drivers/pyro/ServerAdapter.py:380
+#: rpc/drivers/pyro/ServerAdapter.py:382
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:270
 msgid "Server XML-RPC method '%s' is not bound to real method"
 msgstr ""
 "Die Server-XMLRPC-Methode '%s' konnte keiner realen Methode zugeordnet werden"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:326
-#: rpc/drivers/pyro/ServerAdapter.py:384
+#: rpc/drivers/pyro/ServerAdapter.py:386
 msgid "Server does not have XML-RPC procedure %s"
 msgstr "Der Server hat kein XML-RPC Prozedur %s"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:366
-#: rpc/drivers/pyro/ServerAdapter.py:442
+#: rpc/drivers/pyro/ServerAdapter.py:444
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:335
 msgid ""
 "Internal Server XML-RPC error: method type (get/set attribute) couldn't be "
@@ -1308,7 +1313,7 @@
 "nicht ermittelt werden"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:380
-#: rpc/drivers/pyro/ServerAdapter.py:391
+#: rpc/drivers/pyro/ServerAdapter.py:393
 msgid "Server XML-RPC procedure %(method)s accepts just %(attr)s as attributs"
 msgstr "Server XML-RPC-Prozedur %(method)s nimmt nur %(attr)s als Attribut an"
 
@@ -1333,7 +1338,7 @@
 msgstr "Falsches Format des Objekt-Handlers im Prozeduraufruf '%s'"
 
 #: rpc/drivers/_helpers/ObjectEnabler.py:89
-#: rpc/drivers/pyro/ServerAdapter.py:348
+#: rpc/drivers/pyro/ServerAdapter.py:350
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:240
 msgid ""
 "Internal XMLRPC server error: method %s can be found in the directory (build "
@@ -1382,24 +1387,20 @@
 "py-xmlrp unterst�tzt lediglich 'http' als Transportprotokoll. Sollten Sie "
 "'https' ben�tigen, verwenden Sie 'pw_xmlrpc'."
 
-#: rpc/drivers/pyro/ClientAdapter.py:155
+#: rpc/drivers/pyro/ClientAdapter.py:158
+#, fuzzy
 msgid ""
-"To use XML-RPC, you must either specify a 'url' or\n"
+"To use Pyro, you must either specify a 'url' or\n"
 "a 'host' and 'port' setting."
 msgstr ""
 "Um XML-RPC nutzen zu k�nnen, mu� entweder eine 'url' oder\n"
 "Ein Host- und ein Port-Eintrag angegeben werden."
 
-#: rpc/drivers/pyro/ClientAdapter.py:159
-msgid "Unable to initialize the XML-RPC interface at %s"
+#: rpc/drivers/pyro/ClientAdapter.py:162
+#, fuzzy
+msgid "Unable to initialize the Pyro interface at %s"
 msgstr "Die XML-RPC-Schnittstelle an %s kann nicht initialisiert werden"
 
-#: rpc/drivers/pyro/ClientAdapter.py:188
-msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
-msgstr ""
-"Die XML-RPC-Schnittstelle an %s kann nicht initialisiert werden: Verbindung "
-"abgelehnt"
-
 #: rpc/drivers/pyro/ServerAdapter.py:50
 msgid ""
 "\n"
@@ -1412,7 +1413,7 @@
 "installieren Sie pyro von:\n"
 "    http://pyro.sf.net/";
 
-#: rpc/drivers/pyro/ServerAdapter.py:334
+#: rpc/drivers/pyro/ServerAdapter.py:336
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:222
 msgid "Wrong format of object handle in method call %s"
 msgstr "Der Objekt-Handle im Prozeduraufruf %s besitzt ein falsches Format"
@@ -1765,3 +1766,27 @@
 #: utils/GDateTime.py:70
 msgid "Not a valid date"
 msgstr "Kein g�ltiges Datum"
+
+#: utils/uuid.py:56
+msgid "The version '%s' is not a valid UUID version"
+msgstr ""
+
+#: utils/uuid.py:61
+msgid "'%s' is not recognized as valid namespace argument"
+msgstr ""
+
+#: utils/uuid.py:66
+msgid "No namespace given for namebased UUID generation"
+msgstr ""
+
+#~ msgid ""
+#~ "DEPRECIATION WARNING: use of 'order_by' attribute is depreciated. Please "
+#~ "use <sortorder> instead."
+#~ msgstr ""
+#~ "Die Verwendung von 'order_by' ist veraltet. Bitte verwenden Sie statt "
+#~ "dessen <sortorder>"
+
+#~ msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
+#~ msgstr ""
+#~ "Die XML-RPC-Schnittstelle an %s kann nicht initialisiert werden: "
+#~ "Verbindung abgelehnt"

Modified: trunk/gnue-common/po/es_ES.po
===================================================================
--- trunk/gnue-common/po/es_ES.po       2005-03-04 23:33:34 UTC (rev 7094)
+++ trunk/gnue-common/po/es_ES.po       2005-03-04 23:40:44 UTC (rev 7095)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-Common 0.5.5\n"
-"POT-Creation-Date: 2005-02-07 08:26+CET\n"
+"POT-Creation-Date: 2005-03-05 00:39+CET\n"
 "PO-Revision-Date: 2004-06-09\n"
 "Last-Translator: J. Esteban <address@hidden>\n"
 "Language-Team: es_ES\n"
@@ -13,15 +13,15 @@
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: apps/GBaseApp.py:97
+#: apps/GBaseApp.py:96
 msgid "Displays the version information for this program."
 msgstr "Muestra informaci�n de la versi�n del programa"
 
-#: apps/GBaseApp.py:100
+#: apps/GBaseApp.py:99
 msgid "level"
 msgstr "nivel"
 
-#: apps/GBaseApp.py:101
+#: apps/GBaseApp.py:100
 msgid ""
 "Enables debugging messages.  Argument specifies the level of messages to "
 "display (e.g., \"--debug-level 5\" displays all debugging messages at level "
@@ -31,11 +31,11 @@
 "mensajes que se muestran (p.e., \"--debug-level 5\" muestra mensajes de "
 "nivel 5 e inferior"
 
-#: apps/GBaseApp.py:105 apps/GBaseApp.py:134
+#: apps/GBaseApp.py:104 apps/GBaseApp.py:136
 msgid "filename"
 msgstr "nombre de fichero"
 
-#: apps/GBaseApp.py:106
+#: apps/GBaseApp.py:105
 msgid ""
 "Sends all debugging messages to a specified file (e.g., \"--debug-file trace."
 "log\" sends all output to \"trace.log\")"
@@ -43,11 +43,15 @@
 "Env�a mesajes de depuraci�n al fichero indicado (ej. \"--debug-file trace.log"
 "\" envia toda la informacion a \"trace.log\")"
 
-#: apps/GBaseApp.py:111
+#: apps/GBaseApp.py:110
+msgid "Displays no output at all."
+msgstr ""
+
+#: apps/GBaseApp.py:113
 msgid "Displays this help screen."
 msgstr "Muestra esta pantalla de ayuda. "
 
-#: apps/GBaseApp.py:115
+#: apps/GBaseApp.py:117
 msgid ""
 "Displays a list of valid configuration file entries, their purpose, and "
 "their default values."
@@ -55,23 +59,23 @@
 "Muestra una lista de entradas de configuraci�n v�lidas, su funci�n y su "
 "valor por defecto. "
 
-#: apps/GBaseApp.py:123
+#: apps/GBaseApp.py:125
 msgid "Display all options of interest to core developers. "
 msgstr "Muestra todas las opciones de inter�s para desarrolladores del n�cleo"
 
-#: apps/GBaseApp.py:126
+#: apps/GBaseApp.py:128
 msgid "type[,subtype]"
 msgstr "tipo[,subtipo]"
 
-#: apps/GBaseApp.py:127
+#: apps/GBaseApp.py:129
 msgid "Generates self-documentation."
 msgstr "Genera auto-documentaci�n"
 
-#: apps/GBaseApp.py:129
+#: apps/GBaseApp.py:131
 msgid "format"
 msgstr "formato"
 
-#: apps/GBaseApp.py:130
+#: apps/GBaseApp.py:132
 msgid ""
 "Format to output the self-documentation in. Supported formats are dependent "
 "on the type of selfdoc being created."
@@ -79,7 +83,7 @@
 "Formato de salida para la auto-documentaci�n. Los formatos soportados "
 "dependen del tipo de auto-documentaci�n que se va a crear."
 
-#: apps/GBaseApp.py:135
+#: apps/GBaseApp.py:137
 msgid ""
 "Specifies the filename that selfdoc should write to. If not provided, output "
 "is sent to stdout."
@@ -87,24 +91,24 @@
 "INdica el nombre de fichero donde se escribe la auto-documentaci�n. Si no se "
 "indica, va a la salida est�ndar."
 
-#: apps/GBaseApp.py:139
+#: apps/GBaseApp.py:141
 msgid "options"
 msgstr "opciones"
 
-#: apps/GBaseApp.py:140
+#: apps/GBaseApp.py:142
 msgid "Options specific to individual selfdoc types."
 msgstr "Opciones propias de tipos de docuamentaci�n espec�ficos."
 
-#: apps/GBaseApp.py:143
+#: apps/GBaseApp.py:145
 msgid ""
 "Run Python's built-in profiler and display the resulting run statistics."
 msgstr "Ejecuta el \"profiler\" interno de Python y muestra estad�sticas."
 
-#: apps/GBaseApp.py:147
+#: apps/GBaseApp.py:149
 msgid "Run the app inside Python's built-in debugger "
 msgstr "Ejecuta la aplicacion dentro del debugger interno de Python."
 
-#: apps/GBaseApp.py:155
+#: apps/GBaseApp.py:157
 msgid ""
 "Username used to log into the database.  Note that if specified, this will "
 "be used for all databases.  If not supplied, the program will prompt for "
@@ -113,7 +117,7 @@
 "Nombre de usuario para la base de datos. Tengase en cuenta que si se indica, "
 "se utilizar� en todas las bases de datos. Si no, el programa lo pedir�."
 
-#: apps/GBaseApp.py:161
+#: apps/GBaseApp.py:163
 #, fuzzy
 msgid ""
 "Password used to log into the database.  Note that if specified, this will "
@@ -125,7 +129,7 @@
 "Clave para la base de datos. Tengase en cuenta que si se indica, se "
 "utilizar� en todas las bases de datos. Si no, el programa lo pedir�."
 
-#: apps/GBaseApp.py:171
+#: apps/GBaseApp.py:173
 msgid ""
 "Display help information related to database connections, including a list "
 "of available drivers."
@@ -133,7 +137,7 @@
 "Muestra ayuda relacionada con las conexiones a base de datos, incluyendo "
 "conectores disponibles."
 
-#: apps/GBaseApp.py:176
+#: apps/GBaseApp.py:178
 msgid ""
 "Specifies the location of the connection definition file. <loc> may specify "
 "a file name (/usr/local/gnue/etc/connections.conf),or a URL location (http://";
@@ -145,21 +149,22 @@
 "un fichero o una URL. Si no se indica, prueba con la variable de entorno "
 "GNUE_CONNECTIONS. Si no est� definida, se usa \"%s\"."
 
-#: apps/GBaseApp.py:188
+#: apps/GBaseApp.py:190
 msgid "This application requires Python 2.1 or greater."
 msgstr "Esta aplicacion requiere Python 2.1 o superior."
 
-#: apps/GBaseApp.py:190
+#: apps/GBaseApp.py:192
 #, fuzzy
 msgid ""
 "This application requires Python 2.1 or greater. You are running Python %s"
 msgstr "Esta aplicacion requiere Python 2.1 o superior. Est� usando Python %s"
 
-#: apps/GBaseApp.py:273
-msgid "The debug_level option (\"-d\") expects a numerical value."
+#: apps/GBaseApp.py:295
+#, fuzzy
+msgid "The debug_level option (\"-d\") expects numerical values."
 msgstr "La opcion debug_level (\"-d\") requiere un parametro num�rico."
 
-#: apps/GBaseApp.py:286
+#: apps/GBaseApp.py:308
 #, fuzzy
 msgid ""
 "The gnue.conf file is incomplete:\n"
@@ -167,7 +172,7 @@
 msgstr "El archivo gnue.conf esta incompleto: "
 
 # ../src/GBaseApp.py:238 :244
-#: apps/GBaseApp.py:327
+#: apps/GBaseApp.py:349
 #, fuzzy
 msgid ""
 "Unable to load the connections definition file.\n"
@@ -177,12 +182,12 @@
 msgstr "Incapaz de cargar el archivo de definiciones de conexi�n\n"
 
 # ../src/GBaseApp.py:238 :244
-#: apps/GBaseApp.py:332
+#: apps/GBaseApp.py:354
 #, fuzzy
 msgid "Unable to load the connections definition file: %s."
 msgstr "Incapaz de cargar el archivo de definiciones de conexi�n\n"
 
-#: apps/GBaseApp.py:343
+#: apps/GBaseApp.py:365
 #, fuzzy
 msgid ""
 "\n"
@@ -193,50 +198,50 @@
 "%s\n"
 "Versi�n %s\n"
 
-#: apps/GBaseApp.py:345
+#: apps/GBaseApp.py:367
 msgid "GNUe Common Version %s\n"
 msgstr "GNUe Common, versi�n %s\n"
 
-#: apps/GBaseApp.py:415 apps/GBaseApp.py:427
+#: apps/GBaseApp.py:437 apps/GBaseApp.py:449
 msgid "Usage:  "
 msgstr "Uso: "
 
-#: apps/GBaseApp.py:430
+#: apps/GBaseApp.py:452
 msgid "Available command line options:"
 msgstr "Opciones de linea de comando disponibles:"
 
-#: apps/GBaseApp.py:440 apps/GBaseApp.py:464
+#: apps/GBaseApp.py:462 apps/GBaseApp.py:486
 msgid "The following options are mainly of interest to GNUe developers."
 msgstr ""
 "Las siguientes opciones son de inter�s preferentemente para  desarrolladores "
 "de GNUe"
 
-#: apps/GBaseApp.py:441 apps/GBaseApp.py:451 apps/GBaseApp.py:465
+#: apps/GBaseApp.py:463 apps/GBaseApp.py:473 apps/GBaseApp.py:487
 msgid "To view general help, run this command with the --help option."
 msgstr "Para obtener ayuda gen�rica, ejecute con la opci�n --help."
 
-#: apps/GBaseApp.py:443 apps/GBaseApp.py:467
+#: apps/GBaseApp.py:465 apps/GBaseApp.py:489
 msgid "Developer-specific command line options:"
 msgstr "Opciones de l�nea de comando espec�ficas para desarrolladores:"
 
-#: apps/GBaseApp.py:450
+#: apps/GBaseApp.py:472
 msgid "The following connection/database-related options are available."
 msgstr ""
 "Existen las siguientes opciones relacionadas con conexiones a base de datos:"
 
-#: apps/GBaseApp.py:453
+#: apps/GBaseApp.py:475
 msgid "Database/connection command line options:"
 msgstr "Opciones de conexi�n a base de datos:"
 
-#: apps/GBaseApp.py:456
+#: apps/GBaseApp.py:478
 msgid "The following database drivers are installed on your system:"
 msgstr "En su sistema se encuentran instalados los siguientes controladores:"
 
-#: apps/GBaseApp.py:503
+#: apps/GBaseApp.py:525
 msgid "Error: %s"
 msgstr "Error: %s"
 
-#: apps/GBaseApp.py:506
+#: apps/GBaseApp.py:528
 msgid ""
 "\n"
 "For help, type:\n"
@@ -246,7 +251,7 @@
 "Para ayuda, escriba:\n"
 "  %s --help\n"
 
-#: apps/GBaseApp.py:598
+#: apps/GBaseApp.py:620
 #, fuzzy
 msgid "For help, type: %s --help"
 msgstr ""
@@ -254,29 +259,29 @@
 "Para ayuda, escriba:\n"
 "  %s --help\n"
 
-#: apps/GConfig.py:108
+#: apps/GConfig.py:106
 msgid "The file has duplicate source definitions."
 msgstr "El archivo tiene definiciones duplicadas."
 
-#: apps/GConfig.py:110
+#: apps/GConfig.py:108
 msgid "The file has no source definitions."
 msgstr "El archivo define fuentes de datos."
 
-#: apps/GConfig.py:112
+#: apps/GConfig.py:110
 #, fuzzy
 msgid "The file cannot be parsed. %(exType)s :: %(exValue)s"
 msgstr "El archivo no puede ser interpretado. %s :: %s"
 
-#: apps/GConfig.py:115
+#: apps/GConfig.py:113
 msgid "The file cannot be parsed."
 msgstr "El archivo no puede ser interpretado."
 
-#: apps/GConfig.py:210
+#: apps/GConfig.py:211
 #, fuzzy
 msgid "Config option %(field)s is of wrong type in [%(section)s]"
 msgstr "El valor de la opci�n %s es de un tipo err�neo en [%s]"
 
-#: apps/GConfig.py:264
+#: apps/GConfig.py:265
 msgid ""
 "Unable to read the GNUE_INSTALLED_SITE_CFG file... There is a problem with "
 "your installation"
@@ -284,13 +289,21 @@
 "No se puede leer el archivo GNUE_INSTALLED_SITE_CFG ... Existe un problema "
 "con su instalacion"
 
-#: apps/GServerApp.py:58
+#: apps/GServerApp.py:44
+msgid "The server is already running on pid %s"
+msgstr ""
+
+#: apps/GServerApp.py:56
 msgid ""
 "Do not send the server into the background. For a POSIX system, this option "
 "keeps the server process from forking and detaching from its controlling "
 "terminal."
 msgstr ""
 
+#: apps/GServerApp.py:64
+msgid "Filename to store the server's process id."
+msgstr ""
+
 # ../src/RuntimeSettings.py:92 :95
 #: apps/RuntimeSettings.py:101 apps/RuntimeSettings.py:107
 msgid ""
@@ -321,32 +334,32 @@
 msgid "Cannot find plugin %s"
 msgstr "No existe la tabla '%s'"
 
-#: datasources/GConditions.py:48
+#: datasources/GConditions.py:43
 msgid ""
 "Conditionelement '%(element)s' was expected to have '%(wanted)d'arguments, "
 "but only has %(real)d'"
 msgstr ""
 
-#: datasources/GConditions.py:57
+#: datasources/GConditions.py:52
 msgid "The field '%(field)s' has no entry in the given lookup-table"
 msgstr ""
 
-#: datasources/GConditions.py:67
+#: datasources/GConditions.py:62
 msgid "No unification rule for combination '%(type1)s' and '%(type2)s'"
 msgstr ""
 
-#: datasources/GConditions.py:75
+#: datasources/GConditions.py:70
 msgid ""
 "Value '%(value1)s' of type '%(type1)s' cannot be converted into type '%"
 "(type2)s'"
 msgstr ""
 
-#: datasources/GConditions.py:1326
+#: datasources/GConditions.py:1405
 #, fuzzy
 msgid "No valid condition tree"
 msgstr "Fecha no v�lida"
 
-#: datasources/GConditions.py:1373 datasources/GConditions.py:1381
+#: datasources/GConditions.py:1452 datasources/GConditions.py:1460
 #: datasources/drivers/DBSIG2/DataObject.py:281
 #: datasources/drivers/ldap/Driver.py:559
 #: datasources/drivers/odbc/wodbc/Connection.py:419
@@ -359,7 +372,7 @@
 "found %(found)s"
 msgstr "Condici�n \"%s\" espera no mas de %s argumentos; se encontraron %s"
 
-#: datasources/GConditions.py:1393
+#: datasources/GConditions.py:1472
 #, fuzzy
 msgid ""
 "Condition clause \"%s\" is not supported by the condition to prefix table "
@@ -435,102 +448,96 @@
 msgid "User canceled the login request."
 msgstr "El usuario cancel� el proceso de login."
 
-#: datasources/GDataSource.py:187
+#: datasources/GDataSource.py:181
 msgid "Backend doesn't support the trigger 'call' function"
 msgstr "Backend no soporta la funcion 'call' de trigger"
 
-#: datasources/GDataSource.py:211
+#: datasources/GDataSource.py:205
 #, fuzzy
 msgid "Backend does not support the 'update' function"
 msgstr "Backend no soporta la funcion 'call' de trigger"
 
-#: datasources/GDataSource.py:295
+#: datasources/GDataSource.py:289
 msgid "Datasource %s is sql-based, but has no <sql> definition."
 msgstr "La fuente de datos %s es sql, pero no hay una definici�n <sql>"
 
-#: datasources/GDataSource.py:299
+#: datasources/GDataSource.py:293
 msgid "Datasource %s is not sql-based, but has a <sql> definition."
 msgstr "La fuente de datos %s no es sql, pero hay una definici�n <sql>"
 
-#: datasources/GDataSource.py:421
+#: datasources/GDataSource.py:415
 #, fuzzy
 msgid "Detail source '%(source)s' references non-existant master '%(master)s'"
 msgstr "El maestro '%s' de '%s' no existe."
 
-#: datasources/GDataSource.py:445
+#: datasources/GDataSource.py:439
 msgid "The use of order_by is depreciated. Please use <sortorder> instead"
 msgstr ""
 
-#: datasources/GDataSource.py:479
-msgid ""
-"DEPRECIATION WARNING: use of 'order_by' attribute is depreciated. Please use "
-"<sortorder> instead."
-msgstr ""
-
-#: datasources/GDataSource.py:500
+#: datasources/GDataSource.py:504
 msgid "Unknown type/format of 'order-by' attribute"
 msgstr ""
 
-#: datasources/GDataSource.py:613
+#: datasources/GDataSource.py:648
 msgid "Data Object Type"
 msgstr "Tipo de objeto de datos"
 
-#: datasources/GDataSource.py:617
+#: datasources/GDataSource.py:652
 msgid "Connection Name"
 msgstr "Nombre de la conexi�n"
 
-#: datasources/GDataSource.py:623
+#: datasources/GDataSource.py:661
 msgid "Table Name"
 msgstr "Nombre de la tabla"
 
-#: datasources/GDataSource.py:626
+#: datasources/GDataSource.py:666
 msgid "Cache Size"
 msgstr "Tama�o de cach�"
 
-#: datasources/GDataSource.py:630
+#: datasources/GDataSource.py:671
 msgid "Query on Startup"
 msgstr "Interrogar al inicio"
 
-#: datasources/GDataSource.py:639
+#: datasources/GDataSource.py:686
 msgid "M/D Master DataSource"
 msgstr "M/D Fuente de datos maestra"
 
-#: datasources/GDataSource.py:645
+#: datasources/GDataSource.py:692
 #, fuzzy
 msgid "M/D Master Field(s)"
 msgstr "M/D Campo maestro"
 
-#: datasources/GDataSource.py:653
+#: datasources/GDataSource.py:700
 #, fuzzy
 msgid "M/D Detail Field(s)"
 msgstr "M/D Campo de detalle"
 
-#: datasources/GDataSource.py:662
+#: datasources/GDataSource.py:709
 msgid "Explicit Fields"
 msgstr "Campos expl�citos"
 
-#: datasources/GDataSource.py:666
+#: datasources/GDataSource.py:713
 msgid "Primary Key Field(s)"
 msgstr "Campos que componen la clave principal"
 
-#: datasources/GDataSource.py:671
+#: datasources/GDataSource.py:718
 #, fuzzy
 msgid "Primary Key Sequence"
 msgstr "Clave principal: %s"
 
-#: datasources/GDataSource.py:678
+#: datasources/GDataSource.py:725
 msgid "Re-query on commit?"
 msgstr ""
 
-#: datasources/GDataSource.py:853
+#: datasources/GDataSource.py:912
 msgid "The URL '%s' is not a valid application server resource locator"
 msgstr ""
 
-#: datasources/GDataSource.py:859
+#: datasources/GDataSource.py:918
 msgid "Resource type '%s' is not supported"
 msgstr ""
 
-#: datasources/GDataSource.py:864
+#: datasources/GDataSource.py:923
 #, fuzzy
 msgid "Resource '%(name)s' of type '%(type)s' not found"
 msgstr "La fila %d de la tabla %s no tiene campo clave."
@@ -551,7 +558,7 @@
 msgid "Attempted to delete from a read only datasource"
 msgstr "Intento borrar en origen de datos de solo-lectura"
 
-#: datasources/drivers/Base/ResultSet.py:198
+#: datasources/drivers/Base/ResultSet.py:201
 msgid "Attempted to insert into a read only datasource"
 msgstr "Intento de inserci�n en origen de datos de solo-lectura"
 
@@ -666,17 +673,17 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:59
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:41
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/gadfly/gadfly/DataObject.py:156
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:154
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:156
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/informix/informix/DataObject.py:98
 #: datasources/drivers/informix/informix/RecordSet.py:99
 #: datasources/drivers/informix/informix/ResultSet.py:99
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/ingres/ingres/DataObject.py:91
 #: datasources/drivers/ingres/ingres/RecordSet.py:93
 #: datasources/drivers/ingres/ingres/ResultSet.py:91
@@ -687,7 +694,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:105
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/sybase/sybase/DataObject.py:105
 #: datasources/drivers/sybase/sybase/RecordSet.py:105
 #: datasources/drivers/sybase/sybase/ResultSet.py:105
@@ -696,20 +703,20 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:60
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/dbf/DataObject.py:61
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/dbf/DataObject.py:60
 #: datasources/drivers/dbf/dbf/RecordSet.py:82
 #: datasources/drivers/dbf/dbf/ResultSet.py:82
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/gadfly/gadfly/DataObject.py:157
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:155
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:157
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/informix/informix/DataObject.py:99
 #: datasources/drivers/informix/informix/RecordSet.py:100
 #: datasources/drivers/informix/informix/ResultSet.py:100
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/ingres/ingres/DataObject.py:92
 #: datasources/drivers/ingres/ingres/RecordSet.py:94
 #: datasources/drivers/ingres/ingres/ResultSet.py:92
@@ -721,7 +728,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:106
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/sybase/sybase/DataObject.py:106
 #: datasources/drivers/sybase/sybase/RecordSet.py:106
 #: datasources/drivers/sybase/sybase/ResultSet.py:106
@@ -776,11 +783,11 @@
 msgid "Python 2.3+ CSV Driver"
 msgstr "CSV driber de Python 2.3+"
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
 msgid "Aliases"
 msgstr "Apodos"
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
 msgid "Summary Tables"
 msgstr "Tablas resumen"
 
@@ -825,7 +832,7 @@
 msgstr "Controlador Firebird/Interbase kinterbasdb"
 
 #: datasources/drivers/ldap/Driver.py:685
-#: datasources/drivers/special/configfile/DataObject.py:119
+#: datasources/drivers/special/configfile/DataObject.py:105
 msgid "Objects"
 msgstr "Objetos"
 
@@ -887,27 +894,27 @@
 msgid "This feature is currently not supported by this driver"
 msgstr "Cl�usula de condicion \"%s\" no soportada por este manejador."
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:41
 msgid "User Tables"
 msgstr "Tablas de usuario"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
 msgid "User Views"
 msgstr "Vistas de usuario"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
 msgid "User Synonyms"
 msgstr "Sin�nimos de usuario"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
 msgid "System Tables"
 msgstr "Tablas de sistema"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
 msgid "System Views"
 msgstr "Vistas de sistema"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:47
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
 msgid "System Synonyms"
 msgstr "Sin�nimos de sistema"
 
@@ -1012,7 +1019,7 @@
 msgid "MySQL's MaxDB driver"
 msgstr "Controlador MaxDB para MySQL"
 
-#: datasources/drivers/special/configfile/Connection.py:97
+#: datasources/drivers/special/configfile/Connection.py:100
 msgid "Error opening config file %s"
 msgstr "Error al abrir %s"
 
@@ -1024,13 +1031,12 @@
 "Este conector a bd muestra todas las secciones            del fichero de "
 "configuraci�n. No se pueden ejecutar peticiones."
 
-#: datasources/drivers/special/configfile/RecordSet.py:62
-#: datasources/drivers/special/configfile/RecordSet.py:83
+#: datasources/drivers/special/configfile/RecordSet.py:66
 msgid "The section name you have provided for this record already exists."
 msgstr "El nombre de secci�n indicado para este registro ya existe."
 
-#: datasources/drivers/special/configfile/RecordSet.py:67
-#: datasources/drivers/special/configfile/RecordSet.py:89
+#: datasources/drivers/special/configfile/RecordSet.py:71
+#: datasources/drivers/special/configfile/RecordSet.py:94
 msgid "You have to provide a section name for this record!"
 msgstr "�Hay que indicar un nombre de secci�n para este registro!"
 
@@ -1196,11 +1202,11 @@
 msgid "inputMaskLen=%s"
 msgstr "LongitudPlantilla=%s"
 
-#: formatting/GTypecast.py:165
+#: formatting/GTypecast.py:164
 msgid "Whole numbers must be positive or 0"
 msgstr "N�meros 'whole' no pueden ser negativos"
 
-#: formatting/NumberMask.py:204 formatting/TextMask.py:193
+#: formatting/NumberMask.py:203 formatting/TextMask.py:192
 msgid "Invalid Entry"
 msgstr "Dato no v�lido"
 
@@ -1225,16 +1231,16 @@
 msgstr ""
 
 # ../src/GTrigger.py:594 :608 ../../forms/src/GFTrigger.py:85
-#: logic/GFormula.py:311 logic/GFormula.py:325 logic/GTrigger.py:290
-#: logic/GTrigger.py:319
+#: logic/GFormula.py:312 logic/GFormula.py:326 logic/GTrigger.py:291
+#: logic/GTrigger.py:318
 msgid "Invalid trigger "
 msgstr "Trigger no v�lido "
 
-#: logic/GTrigger.py:341
+#: logic/GTrigger.py:340
 msgid "Source Trigger"
 msgstr "Trigger original"
 
-#: logic/adapters/python.py:153
+#: logic/adapters/python.py:170
 msgid "Sourcecode contains tab character at position %d"
 msgstr ""
 
@@ -1262,46 +1268,46 @@
 msgstr "El m�todo solicitado no existe"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:132
-#: rpc/drivers/pyro/ServerAdapter.py:190
+#: rpc/drivers/pyro/ServerAdapter.py:191
 #, fuzzy
 msgid "Missing Binding information. Please add binding information for %s"
 msgstr "Falta informaci�n de enlace. Por favor, a�ada la "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:149
 #: rpc/drivers/_helpers/DirectoryServer.py:157
-#: rpc/drivers/pyro/ServerAdapter.py:207 rpc/drivers/pyro/ServerAdapter.py:215
+#: rpc/drivers/pyro/ServerAdapter.py:208 rpc/drivers/pyro/ServerAdapter.py:216
 #, fuzzy
 msgid "GNURPC cannot bind service '%(name)s' to service '%(destination)s'"
 msgstr "GNURPC: no se pudo enlazar el servicio '%s' al servicio '%s'"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:182
-#: rpc/drivers/pyro/ServerAdapter.py:250
+#: rpc/drivers/pyro/ServerAdapter.py:252
 #, fuzzy
 msgid "GNURPC cannot bind method/attribut '%(name)s' to service '%(service)s'"
 msgstr "GNURPC no puede asociar el metodo/atributo '%s' al servicio '%s'"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:286
 #: rpc/drivers/_helpers/ObjectEnabler.py:127
-#: rpc/drivers/pyro/ServerAdapter.py:314
+#: rpc/drivers/pyro/ServerAdapter.py:316
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:199
 msgid "Dispatching: "
 msgstr "Despachando: "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:321
-#: rpc/drivers/pyro/ServerAdapter.py:380
+#: rpc/drivers/pyro/ServerAdapter.py:382
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:270
 #, fuzzy
 msgid "Server XML-RPC method '%s' is not bound to real method"
 msgstr "El metodo del servidor XML-RPC '%s' no est� "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:326
-#: rpc/drivers/pyro/ServerAdapter.py:384
+#: rpc/drivers/pyro/ServerAdapter.py:386
 #, fuzzy
 msgid "Server does not have XML-RPC procedure %s"
 msgstr "El servidor no tiene (XML-RPC)"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:366
-#: rpc/drivers/pyro/ServerAdapter.py:442
+#: rpc/drivers/pyro/ServerAdapter.py:444
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:335
 #, fuzzy
 msgid ""
@@ -1310,7 +1316,7 @@
 msgstr "no se encuentra (atributo get/set, metodo %s)"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:380
-#: rpc/drivers/pyro/ServerAdapter.py:391
+#: rpc/drivers/pyro/ServerAdapter.py:393
 #, fuzzy
 msgid "Server XML-RPC procedure %(method)s accepts just %(attr)s as attributs"
 msgstr "El procedimiento %s acepta solamente %s como atributo"
@@ -1337,7 +1343,7 @@
 msgstr "Formato err�neo del controlador de objeto "
 
 #: rpc/drivers/_helpers/ObjectEnabler.py:89
-#: rpc/drivers/pyro/ServerAdapter.py:348
+#: rpc/drivers/pyro/ServerAdapter.py:350
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:240
 msgid ""
 "Internal XMLRPC server error: method %s can be found in the directory (build "
@@ -1383,22 +1389,18 @@
 "py-xmlrpc solo soporta transporte HTTP. Si necesita HTTPS, considere el "
 "controlador 'pw_xmlrpc'."
 
-#: rpc/drivers/pyro/ClientAdapter.py:155
+#: rpc/drivers/pyro/ClientAdapter.py:158
 #, fuzzy
 msgid ""
-"To use XML-RPC, you must either specify a 'url' or\n"
+"To use Pyro, you must either specify a 'url' or\n"
 "a 'host' and 'port' setting."
 msgstr "Para utilizar XML-RPC, debe especificar un 'url' o \n"
 
-#: rpc/drivers/pyro/ClientAdapter.py:159
-msgid "Unable to initialize the XML-RPC interface at %s"
+#: rpc/drivers/pyro/ClientAdapter.py:162
+#, fuzzy
+msgid "Unable to initialize the Pyro interface at %s"
 msgstr "Incapaz de arrancar la interfaz XML-RPC en %s"
 
-#: rpc/drivers/pyro/ClientAdapter.py:188
-#, fuzzy
-msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
-msgstr "Incapaz de arrancar la interfaz XML-RPC en %s: "
-
 #: rpc/drivers/pyro/ServerAdapter.py:50
 #, fuzzy
 msgid ""
@@ -1412,7 +1414,7 @@
 "instale xmlrpc from:\n"
 "    http://www.pythonware.com/products/xmlrpc/";
 
-#: rpc/drivers/pyro/ServerAdapter.py:334
+#: rpc/drivers/pyro/ServerAdapter.py:336
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:222
 #, fuzzy
 msgid "Wrong format of object handle in method call %s"
@@ -1758,6 +1760,22 @@
 msgid "Not a valid date"
 msgstr "Fecha no v�lida"
 
+#: utils/uuid.py:56
+msgid "The version '%s' is not a valid UUID version"
+msgstr ""
+
+#: utils/uuid.py:61
+msgid "'%s' is not recognized as valid namespace argument"
+msgstr ""
+
+#: utils/uuid.py:66
+msgid "No namespace given for namebased UUID generation"
+msgstr ""
+
+#, fuzzy
+#~ msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
+#~ msgstr "Incapaz de arrancar la interfaz XML-RPC en %s: "
+
 #~ msgid ""
 #~ "Driver not installed: sapdbapi for SAP-DB 7.x \n"
 #~ "[%s]"

Modified: trunk/gnue-common/po/es_MX.po
===================================================================
--- trunk/gnue-common/po/es_MX.po       2005-03-04 23:33:34 UTC (rev 7094)
+++ trunk/gnue-common/po/es_MX.po       2005-03-04 23:40:44 UTC (rev 7095)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2005-02-07 08:26+CET\n"
+"POT-Creation-Date: 2005-03-05 00:39+CET\n"
 "PO-Revision-Date: 2002-07-05 13:48+0200\n"
 "Last-Translator: Enrique Sanchez <address@hidden>\n"
 "Language-Team: Espa~ol/Mexico\n"
@@ -14,27 +14,27 @@
 "Content-Type: text/plain; charset=ISO-8859-13\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: apps/GBaseApp.py:97
+#: apps/GBaseApp.py:96
 msgid "Displays the version information for this program."
 msgstr "Despliega la version de este programa"
 
-#: apps/GBaseApp.py:100
+#: apps/GBaseApp.py:99
 #, fuzzy
 msgid "level"
 msgstr "Nivel:"
 
-#: apps/GBaseApp.py:101
+#: apps/GBaseApp.py:100
 msgid ""
 "Enables debugging messages.  Argument specifies the level of messages to "
 "display (e.g., \"--debug-level 5\" displays all debugging messages at level "
 "5 or below.)"
 msgstr ""
 
-#: apps/GBaseApp.py:105 apps/GBaseApp.py:134
+#: apps/GBaseApp.py:104 apps/GBaseApp.py:136
 msgid "filename"
 msgstr ""
 
-#: apps/GBaseApp.py:106
+#: apps/GBaseApp.py:105
 #, fuzzy
 msgid ""
 "Sends all debugging messages to a specified file (e.g., \"--debug-file trace."
@@ -42,72 +42,77 @@
 msgstr ""
 "(ej. \"--debug-file trace.log\" envia toda la informacion a \"trace.log\")"
 
-#: apps/GBaseApp.py:111
+#: apps/GBaseApp.py:110
+#, fuzzy
+msgid "Displays no output at all."
+msgstr "Despliega informacion sobre GNUe Forms."
+
+#: apps/GBaseApp.py:113
 msgid "Displays this help screen."
 msgstr "Muestra este mensaje de ayuda. "
 
-#: apps/GBaseApp.py:115
+#: apps/GBaseApp.py:117
 msgid ""
 "Displays a list of valid configuration file entries, their purpose, and "
 "their default values."
 msgstr ""
 "Muestra una lista de configuraciones validas, proposito y su valor default. "
 
-#: apps/GBaseApp.py:123
+#: apps/GBaseApp.py:125
 msgid "Display all options of interest to core developers. "
 msgstr ""
 
-#: apps/GBaseApp.py:126
+#: apps/GBaseApp.py:128
 msgid "type[,subtype]"
 msgstr ""
 
-#: apps/GBaseApp.py:127
+#: apps/GBaseApp.py:129
 msgid "Generates self-documentation."
 msgstr ""
 
-#: apps/GBaseApp.py:129
+#: apps/GBaseApp.py:131
 msgid "format"
 msgstr ""
 
-#: apps/GBaseApp.py:130
+#: apps/GBaseApp.py:132
 msgid ""
 "Format to output the self-documentation in. Supported formats are dependent "
 "on the type of selfdoc being created."
 msgstr ""
 
-#: apps/GBaseApp.py:135
+#: apps/GBaseApp.py:137
 msgid ""
 "Specifies the filename that selfdoc should write to. If not provided, output "
 "is sent to stdout."
 msgstr ""
 
-#: apps/GBaseApp.py:139
+#: apps/GBaseApp.py:141
 #, fuzzy
 msgid "options"
 msgstr "Acondiciona"
 
-#: apps/GBaseApp.py:140
+#: apps/GBaseApp.py:142
 msgid "Options specific to individual selfdoc types."
 msgstr ""
 
-#: apps/GBaseApp.py:143
+#: apps/GBaseApp.py:145
 #, fuzzy
 msgid ""
 "Run Python's built-in profiler and display the resulting run statistics."
 msgstr "Utiliza el \"profiler\" preconstruido de Python y despliega las "
 
-#: apps/GBaseApp.py:147
+#: apps/GBaseApp.py:149
 msgid "Run the app inside Python's built-in debugger "
 msgstr "Ejecuta la aplicacion dentro del debugger pre-constuido de Python."
 
-#: apps/GBaseApp.py:155
+#: apps/GBaseApp.py:157
 msgid ""
 "Username used to log into the database.  Note that if specified, this will "
 "be used for all databases.  If not supplied, the program will prompt for "
 "username."
 msgstr ""
 
-#: apps/GBaseApp.py:161
+#: apps/GBaseApp.py:163
 msgid ""
 "Password used to log into the database.  Note that if specified, this will "
 "be used for all databases.  If not supplied, the program will prompt for "
@@ -116,13 +121,13 @@
 "RISK AND IS NOT RECOMMENDED."
 msgstr ""
 
-#: apps/GBaseApp.py:171
+#: apps/GBaseApp.py:173
 msgid ""
 "Display help information related to database connections, including a list "
 "of available drivers."
 msgstr ""
 
-#: apps/GBaseApp.py:176
+#: apps/GBaseApp.py:178
 msgid ""
 "Specifies the location of the connection definition file. <loc> may specify "
 "a file name (/usr/local/gnue/etc/connections.conf),or a URL location (http://";
@@ -131,22 +136,23 @@
 "used as a default."
 msgstr ""
 
-#: apps/GBaseApp.py:188
+#: apps/GBaseApp.py:190
 #, fuzzy
 msgid "This application requires Python 2.1 or greater."
 msgstr "Esta aplicacion requiere Python 2.0 o mejor."
 
-#: apps/GBaseApp.py:190
+#: apps/GBaseApp.py:192
 #, fuzzy
 msgid ""
 "This application requires Python 2.1 or greater. You are running Python %s"
 msgstr "Esta aplicacion requiere Python 2.0 o mejor. Esta utilizando Python %s"
 
-#: apps/GBaseApp.py:273
-msgid "The debug_level option (\"-d\") expects a numerical value."
+#: apps/GBaseApp.py:295
+#, fuzzy
+msgid "The debug_level option (\"-d\") expects numerical values."
 msgstr "La opcion debug_level (\"-d\") requiere un parametro numerico."
 
-#: apps/GBaseApp.py:286
+#: apps/GBaseApp.py:308
 #, fuzzy
 msgid ""
 "The gnue.conf file is incomplete:\n"
@@ -154,7 +160,7 @@
 msgstr "El archivo gnue.conf esta incompleto: "
 
 # ../src/GBaseApp.py:238 :244
-#: apps/GBaseApp.py:327
+#: apps/GBaseApp.py:349
 #, fuzzy
 msgid ""
 "Unable to load the connections definition file.\n"
@@ -163,12 +169,12 @@
 "%s"
 msgstr "Incapaz de cargar el archivo de definiciones de conexion\n"
 
-#: apps/GBaseApp.py:332
+#: apps/GBaseApp.py:354
 #, fuzzy
 msgid "Unable to load the connections definition file: %s."
 msgstr "Especifica la ubicacion del archivo de definicion de la conexion"
 
-#: apps/GBaseApp.py:343
+#: apps/GBaseApp.py:365
 #, fuzzy
 msgid ""
 "\n"
@@ -179,15 +185,15 @@
 "%s\n"
 "Version %s\n"
 
-#: apps/GBaseApp.py:345
+#: apps/GBaseApp.py:367
 msgid "GNUe Common Version %s\n"
 msgstr "GNUe Common Version %s\n"
 
-#: apps/GBaseApp.py:415 apps/GBaseApp.py:427
+#: apps/GBaseApp.py:437 apps/GBaseApp.py:449
 msgid "Usage:  "
 msgstr ""
 
-#: apps/GBaseApp.py:430
+#: apps/GBaseApp.py:452
 #, fuzzy
 msgid "Available command line options:"
 msgstr ""
@@ -198,35 +204,35 @@
 "Opciones de linea de comandos disponibles:\n"
 "%s"
 
-#: apps/GBaseApp.py:440 apps/GBaseApp.py:464
+#: apps/GBaseApp.py:462 apps/GBaseApp.py:486
 msgid "The following options are mainly of interest to GNUe developers."
 msgstr ""
 
-#: apps/GBaseApp.py:441 apps/GBaseApp.py:451 apps/GBaseApp.py:465
+#: apps/GBaseApp.py:463 apps/GBaseApp.py:473 apps/GBaseApp.py:487
 msgid "To view general help, run this command with the --help option."
 msgstr ""
 
-#: apps/GBaseApp.py:443 apps/GBaseApp.py:467
+#: apps/GBaseApp.py:465 apps/GBaseApp.py:489
 msgid "Developer-specific command line options:"
 msgstr ""
 
-#: apps/GBaseApp.py:450
+#: apps/GBaseApp.py:472
 msgid "The following connection/database-related options are available."
 msgstr ""
 
-#: apps/GBaseApp.py:453
+#: apps/GBaseApp.py:475
 msgid "Database/connection command line options:"
 msgstr ""
 
-#: apps/GBaseApp.py:456
+#: apps/GBaseApp.py:478
 msgid "The following database drivers are installed on your system:"
 msgstr ""
 
-#: apps/GBaseApp.py:503
+#: apps/GBaseApp.py:525
 msgid "Error: %s"
 msgstr "Error: %s"
 
-#: apps/GBaseApp.py:506
+#: apps/GBaseApp.py:528
 msgid ""
 "\n"
 "For help, type:\n"
@@ -236,7 +242,7 @@
 "Para ayuda, teclee:\n"
 "  %s --help\n"
 
-#: apps/GBaseApp.py:598
+#: apps/GBaseApp.py:620
 #, fuzzy
 msgid "For help, type: %s --help"
 msgstr ""
@@ -244,28 +250,28 @@
 "Para ayuda, teclee:\n"
 "  %s --help\n"
 
-#: apps/GConfig.py:108
+#: apps/GConfig.py:106
 msgid "The file has duplicate source definitions."
 msgstr "El archivo tiene definiciones duplicadas."
 
-#: apps/GConfig.py:110
+#: apps/GConfig.py:108
 msgid "The file has no source definitions."
 msgstr "El archivo no tiene definiciones fuente."
 
-#: apps/GConfig.py:112
+#: apps/GConfig.py:110
 #, fuzzy
 msgid "The file cannot be parsed. %(exType)s :: %(exValue)s"
 msgstr "El archivo no puede ser analizado. %s :: %s"
 
-#: apps/GConfig.py:115
+#: apps/GConfig.py:113
 msgid "The file cannot be parsed."
 msgstr "El archivo no puede ser analizado."
 
-#: apps/GConfig.py:210
+#: apps/GConfig.py:211
 msgid "Config option %(field)s is of wrong type in [%(section)s]"
 msgstr ""
 
-#: apps/GConfig.py:264
+#: apps/GConfig.py:265
 msgid ""
 "Unable to read the GNUE_INSTALLED_SITE_CFG file... There is a problem with "
 "your installation"
@@ -273,13 +279,21 @@
 "Incapaz de leer el archivo GNUE_INSTALLED_SITE_CFG ... Existe un problema "
 "con su instalacion"
 
-#: apps/GServerApp.py:58
+#: apps/GServerApp.py:44
+msgid "The server is already running on pid %s"
+msgstr ""
+
+#: apps/GServerApp.py:56
 msgid ""
 "Do not send the server into the background. For a POSIX system, this option "
 "keeps the server process from forking and detaching from its controlling "
 "terminal."
 msgstr ""
 
+#: apps/GServerApp.py:64
+msgid "Filename to store the server's process id."
+msgstr ""
+
 # ../src/RuntimeSettings.py:92 :95
 #: apps/RuntimeSettings.py:101 apps/RuntimeSettings.py:107
 msgid ""
@@ -309,32 +323,32 @@
 msgid "Cannot find plugin %s"
 msgstr ""
 
-#: datasources/GConditions.py:48
+#: datasources/GConditions.py:43
 msgid ""
 "Conditionelement '%(element)s' was expected to have '%(wanted)d'arguments, "
 "but only has %(real)d'"
 msgstr ""
 
-#: datasources/GConditions.py:57
+#: datasources/GConditions.py:52
 msgid "The field '%(field)s' has no entry in the given lookup-table"
 msgstr ""
 
-#: datasources/GConditions.py:67
+#: datasources/GConditions.py:62
 msgid "No unification rule for combination '%(type1)s' and '%(type2)s'"
 msgstr ""
 
-#: datasources/GConditions.py:75
+#: datasources/GConditions.py:70
 msgid ""
 "Value '%(value1)s' of type '%(type1)s' cannot be converted into type '%"
 "(type2)s'"
 msgstr ""
 
-#: datasources/GConditions.py:1326
+#: datasources/GConditions.py:1405
 #, fuzzy
 msgid "No valid condition tree"
 msgstr "Fecha invalida"
 
-#: datasources/GConditions.py:1373 datasources/GConditions.py:1381
+#: datasources/GConditions.py:1452 datasources/GConditions.py:1460
 #: datasources/drivers/DBSIG2/DataObject.py:281
 #: datasources/drivers/ldap/Driver.py:559
 #: datasources/drivers/odbc/wodbc/Connection.py:419
@@ -348,7 +362,7 @@
 msgstr ""
 "Elemento condicional \"%s\" espera no mas de %s argumentos; se encontraron %s"
 
-#: datasources/GConditions.py:1393
+#: datasources/GConditions.py:1472
 #, fuzzy
 msgid ""
 "Condition clause \"%s\" is not supported by the condition to prefix table "
@@ -425,103 +439,97 @@
 msgid "User canceled the login request."
 msgstr "El usuario cancelo el proceso de login."
 
-#: datasources/GDataSource.py:187
+#: datasources/GDataSource.py:181
 msgid "Backend doesn't support the trigger 'call' function"
 msgstr "Backend no soporta el funcion trigger 'call' "
 
-#: datasources/GDataSource.py:211
+#: datasources/GDataSource.py:205
 #, fuzzy
 msgid "Backend does not support the 'update' function"
 msgstr "Backend no soporta el funcion trigger 'call' "
 
-#: datasources/GDataSource.py:295
+#: datasources/GDataSource.py:289
 msgid "Datasource %s is sql-based, but has no <sql> definition."
 msgstr ""
 
-#: datasources/GDataSource.py:299
+#: datasources/GDataSource.py:293
 msgid "Datasource %s is not sql-based, but has a <sql> definition."
 msgstr ""
 
-#: datasources/GDataSource.py:421
+#: datasources/GDataSource.py:415
 msgid "Detail source '%(source)s' references non-existant master '%(master)s'"
 msgstr ""
 
-#: datasources/GDataSource.py:445
+#: datasources/GDataSource.py:439
 msgid "The use of order_by is depreciated. Please use <sortorder> instead"
 msgstr ""
 
-#: datasources/GDataSource.py:479
-msgid ""
-"DEPRECIATION WARNING: use of 'order_by' attribute is depreciated. Please use "
-"<sortorder> instead."
-msgstr ""
-
-#: datasources/GDataSource.py:500
+#: datasources/GDataSource.py:504
 msgid "Unknown type/format of 'order-by' attribute"
 msgstr ""
 
-#: datasources/GDataSource.py:613
+#: datasources/GDataSource.py:648
 msgid "Data Object Type"
 msgstr ""
 
-#: datasources/GDataSource.py:617
+#: datasources/GDataSource.py:652
 #, fuzzy
 msgid "Connection Name"
 msgstr "Conexion: "
 
-#: datasources/GDataSource.py:623
+#: datasources/GDataSource.py:661
 #, fuzzy
 msgid "Table Name"
 msgstr "Nombre"
 
-#: datasources/GDataSource.py:626
+#: datasources/GDataSource.py:666
 msgid "Cache Size"
 msgstr ""
 
-#: datasources/GDataSource.py:630
+#: datasources/GDataSource.py:671
 msgid "Query on Startup"
 msgstr ""
 
-#: datasources/GDataSource.py:639
+#: datasources/GDataSource.py:686
 #, fuzzy
 msgid "M/D Master DataSource"
 msgstr "Crear Fuente de Datos"
 
-#: datasources/GDataSource.py:645
+#: datasources/GDataSource.py:692
 #, fuzzy
 msgid "M/D Master Field(s)"
 msgstr "Crear Fuente de Datos"
 
-#: datasources/GDataSource.py:653
+#: datasources/GDataSource.py:700
 msgid "M/D Detail Field(s)"
 msgstr ""
 
-#: datasources/GDataSource.py:662
+#: datasources/GDataSource.py:709
 msgid "Explicit Fields"
 msgstr ""
 
-#: datasources/GDataSource.py:666
+#: datasources/GDataSource.py:713
 msgid "Primary Key Field(s)"
 msgstr ""
 
-#: datasources/GDataSource.py:671
+#: datasources/GDataSource.py:718
 msgid "Primary Key Sequence"
 msgstr ""
 
-#: datasources/GDataSource.py:678
+#: datasources/GDataSource.py:725
 msgid "Re-query on commit?"
 msgstr ""
 
-#: datasources/GDataSource.py:853
+#: datasources/GDataSource.py:912
 msgid "The URL '%s' is not a valid application server resource locator"
 msgstr ""
 
-#: datasources/GDataSource.py:859
+#: datasources/GDataSource.py:918
 #, fuzzy
 msgid "Resource type '%s' is not supported"
 msgstr "El adaptador GComm '%s' no soporta clientes"
 
-#: datasources/GDataSource.py:864
+#: datasources/GDataSource.py:923
 msgid "Resource '%(name)s' of type '%(type)s' not found"
 msgstr ""
 
@@ -541,7 +549,7 @@
 msgid "Attempted to delete from a read only datasource"
 msgstr "Intento borrar de un datasource de solo-lectura ."
 
-#: datasources/drivers/Base/ResultSet.py:198
+#: datasources/drivers/Base/ResultSet.py:201
 msgid "Attempted to insert into a read only datasource"
 msgstr "Intento de introducir dentro de un datasource de solo-lectura ."
 
@@ -650,17 +658,17 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:59
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:41
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/gadfly/gadfly/DataObject.py:156
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:154
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:156
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/informix/informix/DataObject.py:98
 #: datasources/drivers/informix/informix/RecordSet.py:99
 #: datasources/drivers/informix/informix/ResultSet.py:99
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/ingres/ingres/DataObject.py:91
 #: datasources/drivers/ingres/ingres/RecordSet.py:93
 #: datasources/drivers/ingres/ingres/ResultSet.py:91
@@ -671,7 +679,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:105
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/sybase/sybase/DataObject.py:105
 #: datasources/drivers/sybase/sybase/RecordSet.py:105
 #: datasources/drivers/sybase/sybase/ResultSet.py:105
@@ -680,20 +688,20 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:60
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/dbf/DataObject.py:61
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/dbf/DataObject.py:60
 #: datasources/drivers/dbf/dbf/RecordSet.py:82
 #: datasources/drivers/dbf/dbf/ResultSet.py:82
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/gadfly/gadfly/DataObject.py:157
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:155
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:157
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/informix/informix/DataObject.py:99
 #: datasources/drivers/informix/informix/RecordSet.py:100
 #: datasources/drivers/informix/informix/ResultSet.py:100
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/ingres/ingres/DataObject.py:92
 #: datasources/drivers/ingres/ingres/RecordSet.py:94
 #: datasources/drivers/ingres/ingres/ResultSet.py:92
@@ -705,7 +713,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:106
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/sybase/sybase/DataObject.py:106
 #: datasources/drivers/sybase/sybase/RecordSet.py:106
 #: datasources/drivers/sybase/sybase/ResultSet.py:106
@@ -761,11 +769,11 @@
 msgid "Python 2.3+ CSV Driver"
 msgstr ""
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
 msgid "Aliases"
 msgstr ""
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
 msgid "Summary Tables"
 msgstr ""
 
@@ -811,7 +819,7 @@
 msgstr ""
 
 #: datasources/drivers/ldap/Driver.py:685
-#: datasources/drivers/special/configfile/DataObject.py:119
+#: datasources/drivers/special/configfile/DataObject.py:105
 #, fuzzy
 msgid "Objects"
 msgstr "Objeto: "
@@ -867,27 +875,27 @@
 msgid "This feature is currently not supported by this driver"
 msgstr "Clausula de condicion \"%s\" no es soportada por este manejador."
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:41
 msgid "User Tables"
 msgstr ""
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
 msgid "User Views"
 msgstr ""
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
 msgid "User Synonyms"
 msgstr ""
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
 msgid "System Tables"
 msgstr ""
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
 msgid "System Views"
 msgstr ""
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:47
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
 msgid "System Synonyms"
 msgstr ""
 
@@ -987,7 +995,7 @@
 msgid "MySQL's MaxDB driver"
 msgstr ""
 
-#: datasources/drivers/special/configfile/Connection.py:97
+#: datasources/drivers/special/configfile/Connection.py:100
 msgid "Error opening config file %s"
 msgstr ""
 
@@ -997,13 +1005,12 @@
 "You cannot execute querys on it."
 msgstr ""
 
-#: datasources/drivers/special/configfile/RecordSet.py:62
-#: datasources/drivers/special/configfile/RecordSet.py:83
+#: datasources/drivers/special/configfile/RecordSet.py:66
 msgid "The section name you have provided for this record already exists."
 msgstr ""
 
-#: datasources/drivers/special/configfile/RecordSet.py:67
-#: datasources/drivers/special/configfile/RecordSet.py:89
+#: datasources/drivers/special/configfile/RecordSet.py:71
+#: datasources/drivers/special/configfile/RecordSet.py:94
 msgid "You have to provide a section name for this record!"
 msgstr ""
 
@@ -1164,11 +1171,11 @@
 msgid "inputMaskLen=%s"
 msgstr ""
 
-#: formatting/GTypecast.py:165
+#: formatting/GTypecast.py:164
 msgid "Whole numbers must be positive or 0"
 msgstr "Numeros completos deben ser positivos o 0"
 
-#: formatting/NumberMask.py:204 formatting/TextMask.py:193
+#: formatting/NumberMask.py:203 formatting/TextMask.py:192
 msgid "Invalid Entry"
 msgstr "Elemento Invalido"
 
@@ -1194,17 +1201,17 @@
 msgstr ""
 
 # ../src/GTrigger.py:594 :608 ../../forms/src/GFTrigger.py:85
-#: logic/GFormula.py:311 logic/GFormula.py:325 logic/GTrigger.py:290
-#: logic/GTrigger.py:319
+#: logic/GFormula.py:312 logic/GFormula.py:326 logic/GTrigger.py:291
+#: logic/GTrigger.py:318
 msgid "Invalid trigger "
 msgstr "Trigger invalido "
 
-#: logic/GTrigger.py:341
+#: logic/GTrigger.py:340
 #, fuzzy
 msgid "Source Trigger"
 msgstr "Fuente"
 
-#: logic/adapters/python.py:153
+#: logic/adapters/python.py:170
 msgid "Sourcecode contains tab character at position %d"
 msgstr ""
 
@@ -1232,46 +1239,46 @@
 msgstr "El metodo solicitado no existe"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:132
-#: rpc/drivers/pyro/ServerAdapter.py:190
+#: rpc/drivers/pyro/ServerAdapter.py:191
 #, fuzzy
 msgid "Missing Binding information. Please add binding information for %s"
 msgstr "Informacion de enlace faltante. Por favor agregue la "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:149
 #: rpc/drivers/_helpers/DirectoryServer.py:157
-#: rpc/drivers/pyro/ServerAdapter.py:207 rpc/drivers/pyro/ServerAdapter.py:215
+#: rpc/drivers/pyro/ServerAdapter.py:208 rpc/drivers/pyro/ServerAdapter.py:216
 #, fuzzy
 msgid "GNURPC cannot bind service '%(name)s' to service '%(destination)s'"
 msgstr "GNURPC: no puede asociar el servicio '%s' al servicio '%s'"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:182
-#: rpc/drivers/pyro/ServerAdapter.py:250
+#: rpc/drivers/pyro/ServerAdapter.py:252
 #, fuzzy
 msgid "GNURPC cannot bind method/attribut '%(name)s' to service '%(service)s'"
 msgstr "GNURPC no puede asociar el metodo/atributo '%s' al servicio '%s'"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:286
 #: rpc/drivers/_helpers/ObjectEnabler.py:127
-#: rpc/drivers/pyro/ServerAdapter.py:314
+#: rpc/drivers/pyro/ServerAdapter.py:316
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:199
 msgid "Dispatching: "
 msgstr "Despachando:"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:321
-#: rpc/drivers/pyro/ServerAdapter.py:380
+#: rpc/drivers/pyro/ServerAdapter.py:382
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:270
 #, fuzzy
 msgid "Server XML-RPC method '%s' is not bound to real method"
 msgstr "El metodo del servidor XML-RPC '%s' no esta "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:326
-#: rpc/drivers/pyro/ServerAdapter.py:384
+#: rpc/drivers/pyro/ServerAdapter.py:386
 #, fuzzy
 msgid "Server does not have XML-RPC procedure %s"
 msgstr "El servidor no tiene XML-RPC"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:366
-#: rpc/drivers/pyro/ServerAdapter.py:442
+#: rpc/drivers/pyro/ServerAdapter.py:444
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:335
 #, fuzzy
 msgid ""
@@ -1280,7 +1287,7 @@
 msgstr "(get/set attribute) no pudo ser detectado (metodo %s)"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:380
-#: rpc/drivers/pyro/ServerAdapter.py:391
+#: rpc/drivers/pyro/ServerAdapter.py:393
 #, fuzzy
 msgid "Server XML-RPC procedure %(method)s accepts just %(attr)s as attributs"
 msgstr "El procedimiento %s acepta solamente %s como atributo"
@@ -1307,7 +1314,7 @@
 msgstr "Formato erroneo del manejador de objeto "
 
 #: rpc/drivers/_helpers/ObjectEnabler.py:89
-#: rpc/drivers/pyro/ServerAdapter.py:348
+#: rpc/drivers/pyro/ServerAdapter.py:350
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:240
 msgid ""
 "Internal XMLRPC server error: method %s can be found in the directory (build "
@@ -1348,22 +1355,18 @@
 "look at the 'pw_xmlrpc' adapter."
 msgstr ""
 
-#: rpc/drivers/pyro/ClientAdapter.py:155
+#: rpc/drivers/pyro/ClientAdapter.py:158
 #, fuzzy
 msgid ""
-"To use XML-RPC, you must either specify a 'url' or\n"
+"To use Pyro, you must either specify a 'url' or\n"
 "a 'host' and 'port' setting."
 msgstr "Para utilizar XML-RPC, debe especificar un 'url' o \n"
 
-#: rpc/drivers/pyro/ClientAdapter.py:159
-msgid "Unable to initialize the XML-RPC interface at %s"
+#: rpc/drivers/pyro/ClientAdapter.py:162
+#, fuzzy
+msgid "Unable to initialize the Pyro interface at %s"
 msgstr "Incapaz de inicializar la interface XML-RPC en %s"
 
-#: rpc/drivers/pyro/ClientAdapter.py:188
-#, fuzzy
-msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
-msgstr "Incapaz de inicializar la interface XML-RPC en %s: "
-
 #: rpc/drivers/pyro/ServerAdapter.py:50
 #, fuzzy
 msgid ""
@@ -1375,7 +1378,7 @@
 "\n"
 "Incapaz de cargar xmlrpclib. Para utilizar la interface XML-RPC, \n"
 
-#: rpc/drivers/pyro/ServerAdapter.py:334
+#: rpc/drivers/pyro/ServerAdapter.py:336
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:222
 #, fuzzy
 msgid "Wrong format of object handle in method call %s"
@@ -1704,6 +1707,22 @@
 msgid "Not a valid date"
 msgstr "Fecha invalida"
 
+#: utils/uuid.py:56
+msgid "The version '%s' is not a valid UUID version"
+msgstr ""
+
+#: utils/uuid.py:61
+msgid "'%s' is not recognized as valid namespace argument"
+msgstr ""
+
+#: utils/uuid.py:66
+msgid "No namespace given for namebased UUID generation"
+msgstr ""
+
+#, fuzzy
+#~ msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
+#~ msgstr "Incapaz de inicializar la interface XML-RPC en %s: "
+
 #~ msgid ""
 #~ "Driver not installed: sapdbapi for SAP-DB 7.x \n"
 #~ "[%s]"
@@ -2464,9 +2483,6 @@
 #~ msgid "&About..."
 #~ msgstr "&Acerca..."
 
-#~ msgid "Display info about GNUe Forms."
-#~ msgstr "Despliega informacion sobre GNUe Forms."
-
 #~ msgid "&File"
 #~ msgstr "&Archivo"
 

Modified: trunk/gnue-common/po/fr.po
===================================================================
--- trunk/gnue-common/po/fr.po  2005-03-04 23:33:34 UTC (rev 7094)
+++ trunk/gnue-common/po/fr.po  2005-03-04 23:40:44 UTC (rev 7095)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2005-02-07 08:26+CET\n"
+"POT-Creation-Date: 2005-03-05 00:39+CET\n"
 "PO-Revision-Date: 2004-04-14 19:00+0200\n"
 "Last-Translator: Laurent Savaete <address@hidden>\n"
 "Language-Team: Francais <address@hidden>\n"
@@ -14,15 +14,15 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: pygettext.py 1.5\n"
 
-#: apps/GBaseApp.py:97
+#: apps/GBaseApp.py:96
 msgid "Displays the version information for this program."
 msgstr "Affiche les informations de version pour ce programme."
 
-#: apps/GBaseApp.py:100
+#: apps/GBaseApp.py:99
 msgid "level"
 msgstr "niveau"
 
-#: apps/GBaseApp.py:101
+#: apps/GBaseApp.py:100
 msgid ""
 "Enables debugging messages.  Argument specifies the level of messages to "
 "display (e.g., \"--debug-level 5\" displays all debugging messages at level "
@@ -32,11 +32,11 @@
 "� afficher (par ex: \"--debug-level 5\" affiche tous les  messages de "
 "d�bogage de niveau 5 ou moins.)"
 
-#: apps/GBaseApp.py:105 apps/GBaseApp.py:134
+#: apps/GBaseApp.py:104 apps/GBaseApp.py:136
 msgid "filename"
 msgstr "nom de fichier"
 
-#: apps/GBaseApp.py:106
+#: apps/GBaseApp.py:105
 msgid ""
 "Sends all debugging messages to a specified file (e.g., \"--debug-file trace."
 "log\" sends all output to \"trace.log\")"
@@ -44,11 +44,15 @@
 "Envoie tous les messages de d�bogage vers le fichier sp�cifi� (par ex: \"--"
 "debug-file trave.log\" envoie toutes les sorties vers \"trace.log\")"
 
-#: apps/GBaseApp.py:111
+#: apps/GBaseApp.py:110
+msgid "Displays no output at all."
+msgstr ""
+
+#: apps/GBaseApp.py:113
 msgid "Displays this help screen."
 msgstr "Affiche cet �cran d'aide."
 
-#: apps/GBaseApp.py:115
+#: apps/GBaseApp.py:117
 msgid ""
 "Displays a list of valid configuration file entries, their purpose, and "
 "their default values."
@@ -56,23 +60,23 @@
 "Affiche une liste des entr�es valides de fichier de configuration, leur "
 "r�le, et leur valeur par d�faut."
 
-#: apps/GBaseApp.py:123
+#: apps/GBaseApp.py:125
 msgid "Display all options of interest to core developers. "
 msgstr "Affiche toutes les options utiles pour les d�veloppeurs."
 
-#: apps/GBaseApp.py:126
+#: apps/GBaseApp.py:128
 msgid "type[,subtype]"
 msgstr "type[,sous-type]"
 
-#: apps/GBaseApp.py:127
+#: apps/GBaseApp.py:129
 msgid "Generates self-documentation."
 msgstr "G�n�re l'auto-documentation."
 
-#: apps/GBaseApp.py:129
+#: apps/GBaseApp.py:131
 msgid "format"
 msgstr "format"
 
-#: apps/GBaseApp.py:130
+#: apps/GBaseApp.py:132
 msgid ""
 "Format to output the self-documentation in. Supported formats are dependent "
 "on the type of selfdoc being created."
@@ -80,7 +84,7 @@
 "Formatte l'auto-documentation pour la sortie. Les formats support�s "
 "d�pendent du type d'autodoc cr��."
 
-#: apps/GBaseApp.py:135
+#: apps/GBaseApp.py:137
 msgid ""
 "Specifies the filename that selfdoc should write to. If not provided, output "
 "is sent to stdout."
@@ -88,25 +92,25 @@
 "Sp�cifie le nom du fichier autodoc � cr�er. S'il n'est pas sp�cifi�, la "
 "sortie est envoy�e sur la sortie standard."
 
-#: apps/GBaseApp.py:139
+#: apps/GBaseApp.py:141
 msgid "options"
 msgstr "options"
 
-#: apps/GBaseApp.py:140
+#: apps/GBaseApp.py:142
 msgid "Options specific to individual selfdoc types."
 msgstr "Options sp�cifiques � certains types d'autodoc."
 
-#: apps/GBaseApp.py:143
+#: apps/GBaseApp.py:145
 msgid ""
 "Run Python's built-in profiler and display the resulting run statistics."
 msgstr ""
 "Ex�cute le profiler int�gr� � Python et affiche les statistiques d'ex�cution."
 
-#: apps/GBaseApp.py:147
+#: apps/GBaseApp.py:149
 msgid "Run the app inside Python's built-in debugger "
 msgstr "Ex�cute l'application dans le d�bogueur int�gr� � Python."
 
-#: apps/GBaseApp.py:155
+#: apps/GBaseApp.py:157
 msgid ""
 "Username used to log into the database.  Note that if specified, this will "
 "be used for all databases.  If not supplied, the program will prompt for "
@@ -116,7 +120,7 @@
 "sp�cifi�, il sera utilis� pour toutes les bases de donn�es. Sinon, le "
 "programme demandera un nom d'utilisateur."
 
-#: apps/GBaseApp.py:161
+#: apps/GBaseApp.py:163
 #, fuzzy
 msgid ""
 "Password used to log into the database.  Note that if specified, this will "
@@ -131,7 +135,7 @@
 "NOTE: FOURNIR UN MOT DE PASSE VIA LA LIGNE DE COMMANDE PEUT ETRE CONSIDER� "
 "COMME UN RISQUE DE S�CURIT� ET N'EST PAS RECOMMEND�."
 
-#: apps/GBaseApp.py:171
+#: apps/GBaseApp.py:173
 msgid ""
 "Display help information related to database connections, including a list "
 "of available drivers."
@@ -139,7 +143,7 @@
 "Affiche l'aide concernant les connexions aux bases de donn�es, avec une "
 "liste des pilotes disponibles."
 
-#: apps/GBaseApp.py:176
+#: apps/GBaseApp.py:178
 msgid ""
 "Specifies the location of the connection definition file. <loc> may specify "
 "a file name (/usr/local/gnue/etc/connections.conf),or a URL location (http://";
@@ -153,29 +157,30 @@
 "sp�cifi�e, la variable d'environnement GNUE_CONNECTIONS est utilis�e. Si "
 "aucun des deux n'est initialis�, \"%s\" est utilis� par d�faut."
 
-#: apps/GBaseApp.py:188
+#: apps/GBaseApp.py:190
 msgid "This application requires Python 2.1 or greater."
 msgstr "Cette application n�cessite Python 2.1 ou plus."
 
-#: apps/GBaseApp.py:190
+#: apps/GBaseApp.py:192
 #, fuzzy
 msgid ""
 "This application requires Python 2.1 or greater. You are running Python %s"
 msgstr ""
 "Cette application n�cessite Python 2.1 ou plus. Vous utilisez Python %s."
 
-#: apps/GBaseApp.py:273
-msgid "The debug_level option (\"-d\") expects a numerical value."
+#: apps/GBaseApp.py:295
+#, fuzzy
+msgid "The debug_level option (\"-d\") expects numerical values."
 msgstr "L'option debug_level (\"-d\") requiert une valeur num�rique."
 
-#: apps/GBaseApp.py:286
+#: apps/GBaseApp.py:308
 #, fuzzy
 msgid ""
 "The gnue.conf file is incomplete:\n"
 "   %s"
 msgstr "Le fichier gnue.conf est incomplet: "
 
-#: apps/GBaseApp.py:327
+#: apps/GBaseApp.py:349
 #, fuzzy
 msgid ""
 "Unable to load the connections definition file.\n"
@@ -184,12 +189,12 @@
 "%s"
 msgstr "Impossible de charger le fichier de d�finition de connections.\n"
 
-#: apps/GBaseApp.py:332
+#: apps/GBaseApp.py:354
 #, fuzzy
 msgid "Unable to load the connections definition file: %s."
 msgstr "Impossible de charger le fichier de d�finition de connections.\n"
 
-#: apps/GBaseApp.py:343
+#: apps/GBaseApp.py:365
 #, fuzzy
 msgid ""
 "\n"
@@ -200,49 +205,49 @@
 "%s\n"
 "Version %s\n"
 
-#: apps/GBaseApp.py:345
+#: apps/GBaseApp.py:367
 msgid "GNUe Common Version %s\n"
 msgstr "GNUe Common Version %s\n"
 
-#: apps/GBaseApp.py:415 apps/GBaseApp.py:427
+#: apps/GBaseApp.py:437 apps/GBaseApp.py:449
 msgid "Usage:  "
 msgstr "Utilisation:  "
 
-#: apps/GBaseApp.py:430
+#: apps/GBaseApp.py:452
 msgid "Available command line options:"
 msgstr "Options de ligne de commande disponibles:"
 
-#: apps/GBaseApp.py:440 apps/GBaseApp.py:464
+#: apps/GBaseApp.py:462 apps/GBaseApp.py:486
 msgid "The following options are mainly of interest to GNUe developers."
 msgstr "Les options suivantes sont surtout utiles pour les d�veloppeurs GNUe."
 
-#: apps/GBaseApp.py:441 apps/GBaseApp.py:451 apps/GBaseApp.py:465
+#: apps/GBaseApp.py:463 apps/GBaseApp.py:473 apps/GBaseApp.py:487
 msgid "To view general help, run this command with the --help option."
 msgstr ""
 "Pour afficher l'aide g�n�rale, ex�cuter cette commande avec l'option --help."
 
-#: apps/GBaseApp.py:443 apps/GBaseApp.py:467
+#: apps/GBaseApp.py:465 apps/GBaseApp.py:489
 msgid "Developer-specific command line options:"
 msgstr "Options de ligne de commande sp�cial d�veloppeur:"
 
-#: apps/GBaseApp.py:450
+#: apps/GBaseApp.py:472
 msgid "The following connection/database-related options are available."
 msgstr "Les options de connexion/base de donn�es suivantes sont disponibles."
 
-#: apps/GBaseApp.py:453
+#: apps/GBaseApp.py:475
 msgid "Database/connection command line options:"
 msgstr "Options de ligne de commande de base de donn�es/connexion:"
 
-#: apps/GBaseApp.py:456
+#: apps/GBaseApp.py:478
 msgid "The following database drivers are installed on your system:"
 msgstr ""
 "Les pilotes de base de donn�es suivants sont install�s sur votre syst�me:"
 
-#: apps/GBaseApp.py:503
+#: apps/GBaseApp.py:525
 msgid "Error: %s"
 msgstr "Erreur: %s"
 
-#: apps/GBaseApp.py:506
+#: apps/GBaseApp.py:528
 msgid ""
 "\n"
 "For help, type:\n"
@@ -252,7 +257,7 @@
 "Pour l'aide, taper:\n"
 "   %s --help\n"
 
-#: apps/GBaseApp.py:598
+#: apps/GBaseApp.py:620
 #, fuzzy
 msgid "For help, type: %s --help"
 msgstr ""
@@ -260,29 +265,29 @@
 "Pour l'aide, taper:\n"
 "   %s --help\n"
 
-#: apps/GConfig.py:108
+#: apps/GConfig.py:106
 msgid "The file has duplicate source definitions."
 msgstr "Le fichier a plusieurs d�finitions sources."
 
-#: apps/GConfig.py:110
+#: apps/GConfig.py:108
 msgid "The file has no source definitions."
 msgstr "Le fichier n'a pas de d�finition source."
 
-#: apps/GConfig.py:112
+#: apps/GConfig.py:110
 #, fuzzy
 msgid "The file cannot be parsed. %(exType)s :: %(exValue)s"
 msgstr "Le fichier ne peut �tre analys�. %s :: %s"
 
-#: apps/GConfig.py:115
+#: apps/GConfig.py:113
 msgid "The file cannot be parsed."
 msgstr "Le fichier ne peut �tre analys�."
 
-#: apps/GConfig.py:210
+#: apps/GConfig.py:211
 #, fuzzy
 msgid "Config option %(field)s is of wrong type in [%(section)s]"
 msgstr "Mauvais type pour l'option de configuration %s dans [%s]"
 
-#: apps/GConfig.py:264
+#: apps/GConfig.py:265
 msgid ""
 "Unable to read the GNUE_INSTALLED_SITE_CFG file... There is a problem with "
 "your installation"
@@ -290,13 +295,21 @@
 "Impossible de lire le fichier GNUE_INSTALLED_SITE_CFG... Il y a un probl�me "
 "avec votre installation."
 
-#: apps/GServerApp.py:58
+#: apps/GServerApp.py:44
+msgid "The server is already running on pid %s"
+msgstr ""
+
+#: apps/GServerApp.py:56
 msgid ""
 "Do not send the server into the background. For a POSIX system, this option "
 "keeps the server process from forking and detaching from its controlling "
 "terminal."
 msgstr ""
 
+#: apps/GServerApp.py:64
+msgid "Filename to store the server's process id."
+msgstr ""
+
 #: apps/RuntimeSettings.py:101 apps/RuntimeSettings.py:107
 msgid ""
 "\n"
@@ -326,32 +339,32 @@
 msgid "Cannot find plugin %s"
 msgstr "Impossible de trouver la table '%s'"
 
-#: datasources/GConditions.py:48
+#: datasources/GConditions.py:43
 msgid ""
 "Conditionelement '%(element)s' was expected to have '%(wanted)d'arguments, "
 "but only has %(real)d'"
 msgstr ""
 
-#: datasources/GConditions.py:57
+#: datasources/GConditions.py:52
 msgid "The field '%(field)s' has no entry in the given lookup-table"
 msgstr ""
 
-#: datasources/GConditions.py:67
+#: datasources/GConditions.py:62
 msgid "No unification rule for combination '%(type1)s' and '%(type2)s'"
 msgstr ""
 
-#: datasources/GConditions.py:75
+#: datasources/GConditions.py:70
 msgid ""
 "Value '%(value1)s' of type '%(type1)s' cannot be converted into type '%"
 "(type2)s'"
 msgstr ""
 
-#: datasources/GConditions.py:1326
+#: datasources/GConditions.py:1405
 #, fuzzy
 msgid "No valid condition tree"
 msgstr "Date invalide"
 
-#: datasources/GConditions.py:1373 datasources/GConditions.py:1381
+#: datasources/GConditions.py:1452 datasources/GConditions.py:1460
 #: datasources/drivers/DBSIG2/DataObject.py:281
 #: datasources/drivers/ldap/Driver.py:559
 #: datasources/drivers/odbc/wodbc/Connection.py:419
@@ -366,7 +379,7 @@
 "L'�l�ment de condition \\\"%s\\\" attend au plus %s arguments, mais en a "
 "re�u %s."
 
-#: datasources/GConditions.py:1393
+#: datasources/GConditions.py:1472
 #, fuzzy
 msgid ""
 "Condition clause \"%s\" is not supported by the condition to prefix table "
@@ -445,103 +458,97 @@
 msgid "User canceled the login request."
 msgstr "Demande de connexion annul�e par l'utilisateur."
 
-#: datasources/GDataSource.py:187
+#: datasources/GDataSource.py:181
 msgid "Backend doesn't support the trigger 'call' function"
 msgstr "Le backend ne supporte pas la fonction trigger 'call'."
 
-#: datasources/GDataSource.py:211
+#: datasources/GDataSource.py:205
 #, fuzzy
 msgid "Backend does not support the 'update' function"
 msgstr "Le backend ne supporte pas la fonction trigger 'call'."
 
-#: datasources/GDataSource.py:295
+#: datasources/GDataSource.py:289
 msgid "Datasource %s is sql-based, but has no <sql> definition."
 msgstr ""
 
-#: datasources/GDataSource.py:299
+#: datasources/GDataSource.py:293
 msgid "Datasource %s is not sql-based, but has a <sql> definition."
 msgstr ""
 
-#: datasources/GDataSource.py:421
+#: datasources/GDataSource.py:415
 #, fuzzy
 msgid "Detail source '%(source)s' references non-existant master '%(master)s'"
 msgstr "La source de d�tail '%s' fait r�f�rence � un ma�tre non-existant '%s'."
 
-#: datasources/GDataSource.py:445
+#: datasources/GDataSource.py:439
 msgid "The use of order_by is depreciated. Please use <sortorder> instead"
 msgstr ""
 
-#: datasources/GDataSource.py:479
-msgid ""
-"DEPRECIATION WARNING: use of 'order_by' attribute is depreciated. Please use "
-"<sortorder> instead."
-msgstr ""
-
-#: datasources/GDataSource.py:500
+#: datasources/GDataSource.py:504
 msgid "Unknown type/format of 'order-by' attribute"
 msgstr ""
 
-#: datasources/GDataSource.py:613
+#: datasources/GDataSource.py:648
 msgid "Data Object Type"
 msgstr ""
 
-#: datasources/GDataSource.py:617
+#: datasources/GDataSource.py:652
 #, fuzzy
 msgid "Connection Name"
 msgstr "Connexion refus�e"
 
-#: datasources/GDataSource.py:623
+#: datasources/GDataSource.py:661
 #, fuzzy
 msgid "Table Name"
 msgstr "Table"
 
-#: datasources/GDataSource.py:626
+#: datasources/GDataSource.py:666
 msgid "Cache Size"
 msgstr ""
 
-#: datasources/GDataSource.py:630
+#: datasources/GDataSource.py:671
 msgid "Query on Startup"
 msgstr ""
 
-#: datasources/GDataSource.py:639
+#: datasources/GDataSource.py:686
 msgid "M/D Master DataSource"
 msgstr ""
 
-#: datasources/GDataSource.py:645
+#: datasources/GDataSource.py:692
 msgid "M/D Master Field(s)"
 msgstr ""
 
-#: datasources/GDataSource.py:653
+#: datasources/GDataSource.py:700
 msgid "M/D Detail Field(s)"
 msgstr ""
 
-#: datasources/GDataSource.py:662
+#: datasources/GDataSource.py:709
 msgid "Explicit Fields"
 msgstr ""
 
-#: datasources/GDataSource.py:666
+#: datasources/GDataSource.py:713
 #, fuzzy
 msgid "Primary Key Field(s)"
 msgstr "Cl� primaire: %s"
 
-#: datasources/GDataSource.py:671
+#: datasources/GDataSource.py:718
 #, fuzzy
 msgid "Primary Key Sequence"
 msgstr "Cl� primaire: %s"
 
-#: datasources/GDataSource.py:678
+#: datasources/GDataSource.py:725
 msgid "Re-query on commit?"
 msgstr ""
 
-#: datasources/GDataSource.py:853
+#: datasources/GDataSource.py:912
 msgid "The URL '%s' is not a valid application server resource locator"
 msgstr ""
 
-#: datasources/GDataSource.py:859
+#: datasources/GDataSource.py:918
 msgid "Resource type '%s' is not supported"
 msgstr ""
 
-#: datasources/GDataSource.py:864
+#: datasources/GDataSource.py:923
 #, fuzzy
 msgid "Resource '%(name)s' of type '%(type)s' not found"
 msgstr "La ligne %d de la table %s n'a pas de champ cl�."
@@ -563,7 +570,7 @@
 msgid "Attempted to delete from a read only datasource"
 msgstr "Tentative de suppression sur une source de donn�es en lecture seule."
 
-#: datasources/drivers/Base/ResultSet.py:198
+#: datasources/drivers/Base/ResultSet.py:201
 msgid "Attempted to insert into a read only datasource"
 msgstr "Tentative d'insertion sur une source de donn�es en lecture seule."
 
@@ -682,17 +689,17 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:59
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:41
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/gadfly/gadfly/DataObject.py:156
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:154
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:156
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/informix/informix/DataObject.py:98
 #: datasources/drivers/informix/informix/RecordSet.py:99
 #: datasources/drivers/informix/informix/ResultSet.py:99
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/ingres/ingres/DataObject.py:91
 #: datasources/drivers/ingres/ingres/RecordSet.py:93
 #: datasources/drivers/ingres/ingres/ResultSet.py:91
@@ -703,7 +710,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:105
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/sybase/sybase/DataObject.py:105
 #: datasources/drivers/sybase/sybase/RecordSet.py:105
 #: datasources/drivers/sybase/sybase/ResultSet.py:105
@@ -712,20 +719,20 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:60
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/dbf/DataObject.py:61
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/dbf/DataObject.py:60
 #: datasources/drivers/dbf/dbf/RecordSet.py:82
 #: datasources/drivers/dbf/dbf/ResultSet.py:82
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/gadfly/gadfly/DataObject.py:157
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:155
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:157
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/informix/informix/DataObject.py:99
 #: datasources/drivers/informix/informix/RecordSet.py:100
 #: datasources/drivers/informix/informix/ResultSet.py:100
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/ingres/ingres/DataObject.py:92
 #: datasources/drivers/ingres/ingres/RecordSet.py:94
 #: datasources/drivers/ingres/ingres/ResultSet.py:92
@@ -737,7 +744,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:106
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/sybase/sybase/DataObject.py:106
 #: datasources/drivers/sybase/sybase/RecordSet.py:106
 #: datasources/drivers/sybase/sybase/ResultSet.py:106
@@ -792,11 +799,11 @@
 msgid "Python 2.3+ CSV Driver"
 msgstr "Pilote Python 2.3+ CSV"
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
 msgid "Aliases"
 msgstr "Alias"
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
 msgid "Summary Tables"
 msgstr "Tables de synth�se"
 
@@ -843,7 +850,7 @@
 msgstr "Pilote Firebird/Interbase kinterbasdb"
 
 #: datasources/drivers/ldap/Driver.py:685
-#: datasources/drivers/special/configfile/DataObject.py:119
+#: datasources/drivers/special/configfile/DataObject.py:105
 msgid "Objects"
 msgstr "Objets"
 
@@ -907,27 +914,27 @@
 "La clause de condition \"%s\" n'est pas support�e par ce pilote de base de "
 "donn�es."
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:41
 msgid "User Tables"
 msgstr "Tables utilisateur"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
 msgid "User Views"
 msgstr "Vues utilisateur"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
 msgid "User Synonyms"
 msgstr "Synonymes utilisateur"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
 msgid "System Tables"
 msgstr "Tables syst�me"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
 msgid "System Views"
 msgstr "Vues syst�me"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:47
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
 msgid "System Synonyms"
 msgstr "Synonymes syst�me"
 
@@ -1033,7 +1040,7 @@
 msgid "MySQL's MaxDB driver"
 msgstr "Pilote MySQL MaxDB"
 
-#: datasources/drivers/special/configfile/Connection.py:97
+#: datasources/drivers/special/configfile/Connection.py:100
 msgid "Error opening config file %s"
 msgstr "Erreur lors de l'ouverture du fichier de configuration %s"
 
@@ -1046,14 +1053,13 @@
 "fichier de configuration. Vous ne pouvez pas ex�cuter de requ�tes sur celui-"
 "ci."
 
-#: datasources/drivers/special/configfile/RecordSet.py:62
-#: datasources/drivers/special/configfile/RecordSet.py:83
+#: datasources/drivers/special/configfile/RecordSet.py:66
 msgid "The section name you have provided for this record already exists."
 msgstr ""
 "Le nom de section que vous avez fourni pour cet enregistrement existe d�j�."
 
-#: datasources/drivers/special/configfile/RecordSet.py:67
-#: datasources/drivers/special/configfile/RecordSet.py:89
+#: datasources/drivers/special/configfile/RecordSet.py:71
+#: datasources/drivers/special/configfile/RecordSet.py:94
 msgid "You have to provide a section name for this record!"
 msgstr "Vous devez fournir un nom de section pour cet enregistrement!"
 
@@ -1219,11 +1225,11 @@
 msgid "inputMaskLen=%s"
 msgstr "inputMaskLen=%s"
 
-#: formatting/GTypecast.py:165
+#: formatting/GTypecast.py:164
 msgid "Whole numbers must be positive or 0"
 msgstr "Les nombres entiers doivent �tre positifs ou nuls (0)."
 
-#: formatting/NumberMask.py:204 formatting/TextMask.py:193
+#: formatting/NumberMask.py:203 formatting/TextMask.py:192
 msgid "Invalid Entry"
 msgstr "Entr�e invalide"
 
@@ -1247,16 +1253,16 @@
 msgid "Validation"
 msgstr ""
 
-#: logic/GFormula.py:311 logic/GFormula.py:325 logic/GTrigger.py:290
-#: logic/GTrigger.py:319
+#: logic/GFormula.py:312 logic/GFormula.py:326 logic/GTrigger.py:291
+#: logic/GTrigger.py:318
 msgid "Invalid trigger "
 msgstr "Trigger invalide"
 
-#: logic/GTrigger.py:341
+#: logic/GTrigger.py:340
 msgid "Source Trigger"
 msgstr "Trigger source"
 
-#: logic/adapters/python.py:153
+#: logic/adapters/python.py:170
 msgid "Sourcecode contains tab character at position %d"
 msgstr ""
 
@@ -1283,46 +1289,46 @@
 msgstr "La m�thode demand�e n'existe pas"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:132
-#: rpc/drivers/pyro/ServerAdapter.py:190
+#: rpc/drivers/pyro/ServerAdapter.py:191
 #, fuzzy
 msgid "Missing Binding information. Please add binding information for %s"
 msgstr "Information de liaison manquante. Ajoutez l'information "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:149
 #: rpc/drivers/_helpers/DirectoryServer.py:157
-#: rpc/drivers/pyro/ServerAdapter.py:207 rpc/drivers/pyro/ServerAdapter.py:215
+#: rpc/drivers/pyro/ServerAdapter.py:208 rpc/drivers/pyro/ServerAdapter.py:216
 #, fuzzy
 msgid "GNURPC cannot bind service '%(name)s' to service '%(destination)s'"
 msgstr "GNURPC ne peut lier le service '%s' au service '%s'"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:182
-#: rpc/drivers/pyro/ServerAdapter.py:250
+#: rpc/drivers/pyro/ServerAdapter.py:252
 #, fuzzy
 msgid "GNURPC cannot bind method/attribut '%(name)s' to service '%(service)s'"
 msgstr "GNURPC ne peut lier la m�thode/attribut '%s' au service '%s'"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:286
 #: rpc/drivers/_helpers/ObjectEnabler.py:127
-#: rpc/drivers/pyro/ServerAdapter.py:314
+#: rpc/drivers/pyro/ServerAdapter.py:316
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:199
 msgid "Dispatching: "
 msgstr "R�partition: "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:321
-#: rpc/drivers/pyro/ServerAdapter.py:380
+#: rpc/drivers/pyro/ServerAdapter.py:382
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:270
 #, fuzzy
 msgid "Server XML-RPC method '%s' is not bound to real method"
 msgstr "La m�thode '%s' XML-RPC du serveur n'est pas "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:326
-#: rpc/drivers/pyro/ServerAdapter.py:384
+#: rpc/drivers/pyro/ServerAdapter.py:386
 #, fuzzy
 msgid "Server does not have XML-RPC procedure %s"
 msgstr "Le serveur n'a pas la proc�dure"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:366
-#: rpc/drivers/pyro/ServerAdapter.py:442
+#: rpc/drivers/pyro/ServerAdapter.py:444
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:335
 #, fuzzy
 msgid ""
@@ -1331,7 +1337,7 @@
 msgstr "(lire/�crire l'attribut) n'a pas pu �tre d�t�ct�e (m�thode %s)"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:380
-#: rpc/drivers/pyro/ServerAdapter.py:391
+#: rpc/drivers/pyro/ServerAdapter.py:393
 #, fuzzy
 msgid "Server XML-RPC procedure %(method)s accepts just %(attr)s as attributs"
 msgstr "du serveur XML-RPC n'accepte que %s comme attributs"
@@ -1356,7 +1362,7 @@
 msgstr "Mauvais format de gestionnaire d'objet"
 
 #: rpc/drivers/_helpers/ObjectEnabler.py:89
-#: rpc/drivers/pyro/ServerAdapter.py:348
+#: rpc/drivers/pyro/ServerAdapter.py:350
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:240
 msgid ""
 "Internal XMLRPC server error: method %s can be found in the directory (build "
@@ -1402,22 +1408,18 @@
 "py-xmlrpc ne supporte que http comme transport. Si vous avez besoin de "
 "https, jetez un oeil � l'adaptateur 'pw_xmlrpc'"
 
-#: rpc/drivers/pyro/ClientAdapter.py:155
+#: rpc/drivers/pyro/ClientAdapter.py:158
 #, fuzzy
 msgid ""
-"To use XML-RPC, you must either specify a 'url' or\n"
+"To use Pyro, you must either specify a 'url' or\n"
 "a 'host' and 'port' setting."
 msgstr "Pour utiliser XML-RPC, vous devez soit sp�cifier un url ou\n"
 
-#: rpc/drivers/pyro/ClientAdapter.py:159
-msgid "Unable to initialize the XML-RPC interface at %s"
+#: rpc/drivers/pyro/ClientAdapter.py:162
+#, fuzzy
+msgid "Unable to initialize the Pyro interface at %s"
 msgstr "Impossible d'initialiser l'interface XML-RPC � %s"
 
-#: rpc/drivers/pyro/ClientAdapter.py:188
-#, fuzzy
-msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
-msgstr "Impossible d'initialiser l'interface XML-RPC � %s: "
-
 #: rpc/drivers/pyro/ServerAdapter.py:50
 #, fuzzy
 msgid ""
@@ -1431,7 +1433,7 @@
 "installez xmlrpc depuis:\n"
 "   http://www.pythonware.com/products/xmlrpc/";
 
-#: rpc/drivers/pyro/ServerAdapter.py:334
+#: rpc/drivers/pyro/ServerAdapter.py:336
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:222
 #, fuzzy
 msgid "Wrong format of object handle in method call %s"
@@ -1779,6 +1781,22 @@
 msgid "Not a valid date"
 msgstr "Date invalide"
 
+#: utils/uuid.py:56
+msgid "The version '%s' is not a valid UUID version"
+msgstr ""
+
+#: utils/uuid.py:61
+msgid "'%s' is not recognized as valid namespace argument"
+msgstr ""
+
+#: utils/uuid.py:66
+msgid "No namespace given for namebased UUID generation"
+msgstr ""
+
+#, fuzzy
+#~ msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
+#~ msgstr "Impossible d'initialiser l'interface XML-RPC � %s: "
+
 #~ msgid ""
 #~ "Driver not installed: sapdbapi for SAP-DB 7.x \n"
 #~ "[%s]"

Modified: trunk/gnue-common/po/hu.po
===================================================================
--- trunk/gnue-common/po/hu.po  2005-03-04 23:33:34 UTC (rev 7094)
+++ trunk/gnue-common/po/hu.po  2005-03-04 23:40:44 UTC (rev 7095)
@@ -5,22 +5,22 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: GNUe-Common 0.5\n"
-"POT-Creation-Date: 2005-02-07 08:26+CET\n"
+"POT-Creation-Date: 2005-03-05 00:39+CET\n"
 "PO-Revision-Date: $Date$\n"
 "Last-Translator: Kmetyk� G�bor <address@hidden>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: apps/GBaseApp.py:97
+#: apps/GBaseApp.py:96
 msgid "Displays the version information for this program."
 msgstr "Megjelen�ti a program verzi�j�nak inform�ci�it."
 
-#: apps/GBaseApp.py:100
+#: apps/GBaseApp.py:99
 msgid "level"
 msgstr "szint"
 
-#: apps/GBaseApp.py:101
+#: apps/GBaseApp.py:100
 msgid ""
 "Enables debugging messages.  Argument specifies the level of messages to "
 "display (e.g., \"--debug-level 5\" displays all debugging messages at level "
@@ -30,11 +30,11 @@
 "megjelen�tend� �zenetek szintj�t (pl. \"--debug-level 5\" az 5 �s azalatti "
 "szint� hiba�zeneteket jelen�ti meg)"
 
-#: apps/GBaseApp.py:105 apps/GBaseApp.py:134
+#: apps/GBaseApp.py:104 apps/GBaseApp.py:136
 msgid "filename"
 msgstr "f�jln�v"
 
-#: apps/GBaseApp.py:106
+#: apps/GBaseApp.py:105
 msgid ""
 "Sends all debugging messages to a specified file (e.g., \"--debug-file trace."
 "log\" sends all output to \"trace.log\")"
@@ -42,11 +42,16 @@
 "Az �sszes kimeneti �zenetet egy meghat�rozott f�jlba �rja (pl. \"--debug-"
 "file trace.log\" az �sszes kimeneti �zenetet a \"trace.log\"-ba �rja)"
 
-#: apps/GBaseApp.py:111
+#: apps/GBaseApp.py:110
+#, fuzzy
+msgid "Displays no output at all."
+msgstr "Megjelen�t�s/Kimenet"
+
+#: apps/GBaseApp.py:113
 msgid "Displays this help screen."
 msgstr "Megjelen�ti ezt a s�g� k�perny�t."
 
-#: apps/GBaseApp.py:115
+#: apps/GBaseApp.py:117
 msgid ""
 "Displays a list of valid configuration file entries, their purpose, and "
 "their default values."
@@ -54,23 +59,23 @@
 "Megjelen�t egy list�t az �rv�nyes konfigur�ci�s f�jl bejegyz�sekr�l, azok "
 "szerep�r�l �s alap�rtelmeztt �rt�keir�l."
 
-#: apps/GBaseApp.py:123
+#: apps/GBaseApp.py:125
 msgid "Display all options of interest to core developers. "
 msgstr "Kijelzi a fejleszt�k sz�m�ra �rdekes lehet�s�geket."
 
-#: apps/GBaseApp.py:126
+#: apps/GBaseApp.py:128
 msgid "type[,subtype]"
 msgstr "t�pus, [alt�pus]"
 
-#: apps/GBaseApp.py:127
+#: apps/GBaseApp.py:129
 msgid "Generates self-documentation."
 msgstr "Automatikus dokument�ci�t hoz l�tre."
 
-#: apps/GBaseApp.py:129
+#: apps/GBaseApp.py:131
 msgid "format"
 msgstr "form�tum"
 
-#: apps/GBaseApp.py:130
+#: apps/GBaseApp.py:132
 msgid ""
 "Format to output the self-documentation in. Supported formats are dependent "
 "on the type of selfdoc being created."
@@ -78,7 +83,7 @@
 "Az automatkus dokument�ci� kiemeneti form�tuma. A t�mogatott form�tumok a "
 "l�trehozand� dokument�ci� t�pus�t�l f�ggenek."
 
-#: apps/GBaseApp.py:135
+#: apps/GBaseApp.py:137
 msgid ""
 "Specifies the filename that selfdoc should write to. If not provided, output "
 "is sent to stdout."
@@ -86,26 +91,26 @@
 "Megadja a f�jl nev�t, ahov� az automatikus dokument�ci�t kell �rni. Ha nincs "
 "megadva, a kimenet az stdout lesz."
 
-#: apps/GBaseApp.py:139
+#: apps/GBaseApp.py:141
 msgid "options"
 msgstr "lehet�s�gek"
 
-#: apps/GBaseApp.py:140
+#: apps/GBaseApp.py:142
 msgid "Options specific to individual selfdoc types."
 msgstr "Az egyes automatikus dokument�ci�khoz tartoz� lehet�s�gek."
 
-#: apps/GBaseApp.py:143
+#: apps/GBaseApp.py:145
 msgid ""
 "Run Python's built-in profiler and display the resulting run statistics."
 msgstr ""
 "Futtatja a Python be�p�tett profiler-�t, majd megjelen�ti a l�trej�tt fut�si "
 "statisztik�kat."
 
-#: apps/GBaseApp.py:147
+#: apps/GBaseApp.py:149
 msgid "Run the app inside Python's built-in debugger "
 msgstr "Az alkalmaz�s a Python be�p�tett nyomk�vet�j�vel futtatja"
 
-#: apps/GBaseApp.py:155
+#: apps/GBaseApp.py:157
 msgid ""
 "Username used to log into the database.  Note that if specified, this will "
 "be used for all databases.  If not supplied, the program will prompt for "
@@ -115,7 +120,7 @@
 "haszn�lja majd a rendszer minden adatb�zishoz. Ha nincs megadva, a program "
 "bek�ri majd a felhaszn�l�i nevet."
 
-#: apps/GBaseApp.py:161
+#: apps/GBaseApp.py:163
 msgid ""
 "Password used to log into the database.  Note that if specified, this will "
 "be used for all databases.  If not supplied, the program will prompt for "
@@ -129,7 +134,7 @@
 "FIGYELEM! A JELSZ� MEGAD�SA PARANCSSORBAN BIZTONS�GI KOCK�ZATNAK TEKINTHET�, "
 "�S �GY NEM AJ�NLOTT!"
 
-#: apps/GBaseApp.py:171
+#: apps/GBaseApp.py:173
 msgid ""
 "Display help information related to database connections, including a list "
 "of available drivers."
@@ -137,7 +142,7 @@
 "Inform�ci�kat jelen�t meg az adatb�zis kapcsolatokr�l, t�bbek k�z�tt a "
 "felhaszn�lhat� meghajt�k list�j�t."
 
-#: apps/GBaseApp.py:176
+#: apps/GBaseApp.py:178
 msgid ""
 "Specifies the location of the connection definition file. <loc> may specify "
 "a file name (/usr/local/gnue/etc/connections.conf),or a URL location (http://";
@@ -151,22 +156,23 @@
 "v�ltoz�b�l ker�l kiolvas�sra az �rt�ke. Ha semmi nincs be�ll�tva, \"%s\" "
 "ker�l felhaszn�l�sra alap�rtelmez�s szerint."
 
-#: apps/GBaseApp.py:188
+#: apps/GBaseApp.py:190
 msgid "This application requires Python 2.1 or greater."
 msgstr "Ehhez az alkalmaz�shoz a Python 2.1 vagy nagyobb sz�ks�ges."
 
-#: apps/GBaseApp.py:190
+#: apps/GBaseApp.py:192
 msgid ""
 "This application requires Python 2.1 or greater. You are running Python %s"
 msgstr ""
 "Ehhez az alkalmaz�shoz a Python 2.1 vagy �jabb sz�ks�ges. Most a Python %s "
 "fut"
 
-#: apps/GBaseApp.py:273
-msgid "The debug_level option (\"-d\") expects a numerical value."
+#: apps/GBaseApp.py:295
+#, fuzzy
+msgid "The debug_level option (\"-d\") expects numerical values."
 msgstr "A debug_level opci� (\"-d\") egy sz�m�rt�ket v�r."
 
-#: apps/GBaseApp.py:286
+#: apps/GBaseApp.py:308
 msgid ""
 "The gnue.conf file is incomplete:\n"
 "   %s"
@@ -174,7 +180,7 @@
 "A gnue.conf f�jl nem teljes:\n"
 "   %s"
 
-#: apps/GBaseApp.py:327
+#: apps/GBaseApp.py:349
 msgid ""
 "Unable to load the connections definition file.\n"
 "\n"
@@ -186,11 +192,11 @@
 "A kapcsolat f�jl �rv�nytelen form�tum�.\n"
 "%s"
 
-#: apps/GBaseApp.py:332
+#: apps/GBaseApp.py:354
 msgid "Unable to load the connections definition file: %s."
 msgstr "Nem lehet bet�lteni a kapcsolat defin�ci�s f�jlt: %s."
 
-#: apps/GBaseApp.py:343
+#: apps/GBaseApp.py:365
 msgid ""
 "\n"
 "%(name)s\n"
@@ -200,49 +206,49 @@
 "%(name)s\n"
 "Verzi� %(version)s\n"
 
-#: apps/GBaseApp.py:345
+#: apps/GBaseApp.py:367
 msgid "GNUe Common Version %s\n"
 msgstr "GNUe Common Verzi� %s\n"
 
-#: apps/GBaseApp.py:415 apps/GBaseApp.py:427
+#: apps/GBaseApp.py:437 apps/GBaseApp.py:449
 msgid "Usage:  "
 msgstr "Haszn�lat:"
 
 # c:\python22\lib\site-packages\gnue/common/apps/GBaseApp.py:353
-#: apps/GBaseApp.py:430
+#: apps/GBaseApp.py:452
 msgid "Available command line options:"
 msgstr "Lehets�ges parancssori kapcsol�k:"
 
-#: apps/GBaseApp.py:440 apps/GBaseApp.py:464
+#: apps/GBaseApp.py:462 apps/GBaseApp.py:486
 msgid "The following options are mainly of interest to GNUe developers."
 msgstr "A k�vetkez� lehet�s�gek f�leg a GNUe fejleszt�k sz�m�ra �rdekesek."
 
-#: apps/GBaseApp.py:441 apps/GBaseApp.py:451 apps/GBaseApp.py:465
+#: apps/GBaseApp.py:463 apps/GBaseApp.py:473 apps/GBaseApp.py:487
 msgid "To view general help, run this command with the --help option."
 msgstr ""
 "Az �ltal�nos seg�ts�ghez a --help opci�val futassa ugyanezt a parancsot."
 
-#: apps/GBaseApp.py:443 apps/GBaseApp.py:467
+#: apps/GBaseApp.py:465 apps/GBaseApp.py:489
 msgid "Developer-specific command line options:"
 msgstr "Fejleszt�i parancssori lehet�s�gek:"
 
-#: apps/GBaseApp.py:450
+#: apps/GBaseApp.py:472
 msgid "The following connection/database-related options are available."
 msgstr "Az al�bbi kapcsolat/adatb�zis-f�gg� lehet�s�gek haszn�lhat�k."
 
-#: apps/GBaseApp.py:453
+#: apps/GBaseApp.py:475
 msgid "Database/connection command line options:"
 msgstr "Adatb�zis/kapcsolat parancssori lehet�s�gek:"
 
-#: apps/GBaseApp.py:456
+#: apps/GBaseApp.py:478
 msgid "The following database drivers are installed on your system:"
 msgstr "Ezen a rendszeren az al�bbi adatb�zis meghajt�k tal�lhat�k:"
 
-#: apps/GBaseApp.py:503
+#: apps/GBaseApp.py:525
 msgid "Error: %s"
 msgstr "Hiba: %s"
 
-#: apps/GBaseApp.py:506
+#: apps/GBaseApp.py:528
 msgid ""
 "\n"
 "For help, type:\n"
@@ -252,31 +258,31 @@
 "Seg�ts�g�rt �rja be:\n"
 "   %s --help\n"
 
-#: apps/GBaseApp.py:598
+#: apps/GBaseApp.py:620
 msgid "For help, type: %s --help"
 msgstr "Seg�ts�g�rt �rja be: %s --help"
 
-#: apps/GConfig.py:108
+#: apps/GConfig.py:106
 msgid "The file has duplicate source definitions."
 msgstr "A f�jl duplik�lt forr�s defin�ci�t tartalmaz."
 
-#: apps/GConfig.py:110
+#: apps/GConfig.py:108
 msgid "The file has no source definitions."
 msgstr "A f�jlban nincs forr�s defin�ci�."
 
-#: apps/GConfig.py:112
+#: apps/GConfig.py:110
 msgid "The file cannot be parsed. %(exType)s :: %(exValue)s"
 msgstr "A f�jl nem olvashat�. %(exType)s :: %(exValue)s"
 
-#: apps/GConfig.py:115
+#: apps/GConfig.py:113
 msgid "The file cannot be parsed."
 msgstr "A f�jl nem olvashat�."
 
-#: apps/GConfig.py:210
+#: apps/GConfig.py:211
 msgid "Config option %(field)s is of wrong type in [%(section)s]"
 msgstr "A %(field)s konfigur�ci�s opci� rossz t�pus� a [%(section)s]-ban"
 
-#: apps/GConfig.py:264
+#: apps/GConfig.py:265
 msgid ""
 "Unable to read the GNUE_INSTALLED_SITE_CFG file... There is a problem with "
 "your installation"
@@ -284,7 +290,11 @@
 "Nem lehet olvasni a GNUE_INSTALLED_SITE_CFG f�jlt... Valamilyen probl�ma van "
 "az install�lt verzi�val."
 
-#: apps/GServerApp.py:58
+#: apps/GServerApp.py:44
+msgid "The server is already running on pid %s"
+msgstr ""
+
+#: apps/GServerApp.py:56
 msgid ""
 "Do not send the server into the background. For a POSIX system, this option "
 "keeps the server process from forking and detaching from its controlling "
@@ -294,6 +304,10 @@
 "megakad�lyozza, hogy a szerver folyamat forkoljon �s lekapcsol�djon a "
 "vez�rl� termin�lj�r�l."
 
+#: apps/GServerApp.py:64
+msgid "Filename to store the server's process id."
+msgstr ""
+
 #: apps/RuntimeSettings.py:101 apps/RuntimeSettings.py:107
 msgid ""
 "\n"
@@ -326,7 +340,7 @@
 msgid "Cannot find plugin %s"
 msgstr "A %s plugin nem tal�lhat�"
 
-#: datasources/GConditions.py:48
+#: datasources/GConditions.py:43
 msgid ""
 "Conditionelement '%(element)s' was expected to have '%(wanted)d'arguments, "
 "but only has %(real)d'"
@@ -334,15 +348,15 @@
 "A '%(element)s' felt�telnek '%(wanted)d' argumentuma kellene legyen, de csak "
 "%(real)d' szerepel"
 
-#: datasources/GConditions.py:57
+#: datasources/GConditions.py:52
 msgid "The field '%(field)s' has no entry in the given lookup-table"
 msgstr "A '%(field)s' mez�nek nincs bejegyz�se az adott keres�si t�bl�ban"
 
-#: datasources/GConditions.py:67
+#: datasources/GConditions.py:62
 msgid "No unification rule for combination '%(type1)s' and '%(type2)s'"
 msgstr "Nincs unifik�ci�s szab�ly a '%(type1)s' �s '%(type2)s' kombn�ci�ra"
 
-#: datasources/GConditions.py:75
+#: datasources/GConditions.py:70
 msgid ""
 "Value '%(value1)s' of type '%(type1)s' cannot be converted into type '%"
 "(type2)s'"
@@ -350,11 +364,11 @@
 "A '%(type1)s' t�pus� '%(value1)s' �rt�k nem konvert�lhat� '%(type2)s' "
 "t�pus�ra"
 
-#: datasources/GConditions.py:1326
+#: datasources/GConditions.py:1405
 msgid "No valid condition tree"
 msgstr "Nincs �rv�nyes felt�tel fa"
 
-#: datasources/GConditions.py:1373 datasources/GConditions.py:1381
+#: datasources/GConditions.py:1452 datasources/GConditions.py:1460
 #: datasources/drivers/DBSIG2/DataObject.py:281
 #: datasources/drivers/ldap/Driver.py:559
 #: datasources/drivers/odbc/wodbc/Connection.py:419
@@ -368,7 +382,7 @@
 "A \"%(element)s\" felt�tel legfeljebb %(expected)s argumentumot v�r; %(found)"
 "s-t kapott"
 
-#: datasources/GConditions.py:1393
+#: datasources/GConditions.py:1472
 msgid ""
 "Condition clause \"%s\" is not supported by the condition to prefix table "
 "conversion."
@@ -444,102 +458,94 @@
 msgstr "A felhaszn�l� megszak�totta a bel�p�st."
 
 # c:\python22\lib\site-packages\gnue/common/datasources/GDataSource.py:151
-#: datasources/GDataSource.py:187
+#: datasources/GDataSource.py:181
 msgid "Backend doesn't support the trigger 'call' function"
 msgstr "A backend nem t�mogatja a trigger 'call' f�ggv�nyt"
 
 # c:\python22\lib\site-packages\gnue/common/datasources/GDataSource.py:151
-#: datasources/GDataSource.py:211
+#: datasources/GDataSource.py:205
 msgid "Backend does not support the 'update' function"
 msgstr "A backend nem t�mogatja a trigger 'update' f�ggv�nyt"
 
-#: datasources/GDataSource.py:295
+#: datasources/GDataSource.py:289
 msgid "Datasource %s is sql-based, but has no <sql> definition."
 msgstr "A %s adatforr�s SQL alap�, de nincs <sql> defin�ci�ja."
 
-#: datasources/GDataSource.py:299
+#: datasources/GDataSource.py:293
 msgid "Datasource %s is not sql-based, but has a <sql> definition."
 msgstr "A %s adatforr�s nem SQL alap�, de van hozz� <sql> defin�ci�-"
 
-#: datasources/GDataSource.py:421
+#: datasources/GDataSource.py:415
 msgid "Detail source '%(source)s' references non-existant master '%(master)s'"
 msgstr ""
 "A '%(source)s' detail forr�s a nem l�tez� '%(master)s' master-re hivatkozik"
 
-#: datasources/GDataSource.py:445
+#: datasources/GDataSource.py:439
 msgid "The use of order_by is depreciated. Please use <sortorder> instead"
 msgstr "Az order_by haszn�lata elavult. Haszn�lja ink�bb a <sortorder>-t"
 
-#: datasources/GDataSource.py:479
-msgid ""
-"DEPRECIATION WARNING: use of 'order_by' attribute is depreciated. Please use "
-"<sortorder> instead."
-msgstr ""
-"ELAVULTS�GI FIGYELMEZTET�S: az 'order_by' attrib�tum haszn�lata elavult. "
-"Haszn�lja ink�bb a <sortorder>-t."
-
-#: datasources/GDataSource.py:500
+#: datasources/GDataSource.py:504
 msgid "Unknown type/format of 'order-by' attribute"
 msgstr "Ismeretlen t�pus/form�tum az 'order-by' attrib�tumn�l"
 
-#: datasources/GDataSource.py:613
+#: datasources/GDataSource.py:648
 msgid "Data Object Type"
 msgstr "Adatobjektum T�pus"
 
 # 
c:\python22\lib\site-packages\gnue/common/rpc/drivers/xmlrpc/ClientAdapter.py:197
-#: datasources/GDataSource.py:617
+#: datasources/GDataSource.py:652
 msgid "Connection Name"
 msgstr "Kapcsolatn�v"
 
-#: datasources/GDataSource.py:623
+#: datasources/GDataSource.py:661
 msgid "Table Name"
 msgstr "T�blan�v"
 
-#: datasources/GDataSource.py:626
+#: datasources/GDataSource.py:666
 msgid "Cache Size"
 msgstr "Gyors�t�t�r m�rete"
 
-#: datasources/GDataSource.py:630
+#: datasources/GDataSource.py:671
 msgid "Query on Startup"
 msgstr "Lek�rdez�s v�grehajt�sa indul�skor"
 
-#: datasources/GDataSource.py:639
+#: datasources/GDataSource.py:686
 msgid "M/D Master DataSource"
 msgstr "M/D Master adatforr�s"
 
-#: datasources/GDataSource.py:645
+#: datasources/GDataSource.py:692
 msgid "M/D Master Field(s)"
 msgstr "M/D Master mez�(k)"
 
-#: datasources/GDataSource.py:653
+#: datasources/GDataSource.py:700
 msgid "M/D Detail Field(s)"
 msgstr "M/D Detail mez�(k)"
 
-#: datasources/GDataSource.py:662
+#: datasources/GDataSource.py:709
 msgid "Explicit Fields"
 msgstr "Explicit mez�k"
 
-#: datasources/GDataSource.py:666
+#: datasources/GDataSource.py:713
 msgid "Primary Key Field(s)"
 msgstr "Els�dleges kulcsmez�(k)"
 
-#: datasources/GDataSource.py:671
+#: datasources/GDataSource.py:718
 msgid "Primary Key Sequence"
 msgstr "Els�dleges kulcsmez�(k)"
 
-#: datasources/GDataSource.py:678
+#: datasources/GDataSource.py:725
 msgid "Re-query on commit?"
 msgstr "V�grehajt�s ut�n �jb�li lek�rdez�s?"
 
-#: datasources/GDataSource.py:853
+#: datasources/GDataSource.py:912
 msgid "The URL '%s' is not a valid application server resource locator"
 msgstr "A '%s' URL nem hat�roz meg �rv�nyes AppServer er�forr�st"
 
-#: datasources/GDataSource.py:859
+#: datasources/GDataSource.py:918
 msgid "Resource type '%s' is not supported"
 msgstr "A '%s' er�forr�s-�tpus nem t�mogatott"
 
-#: datasources/GDataSource.py:864
+#: datasources/GDataSource.py:923
 msgid "Resource '%(name)s' of type '%(type)s' not found"
 msgstr "A '%(type)s' t�pus� '%(name)s' er�forr�s nem tal�lhat�"
 
@@ -561,7 +567,7 @@
 msgid "Attempted to delete from a read only datasource"
 msgstr "Csak olvashat� adatforr�son t�rt�nt t�rl�si k�s�rlet!"
 
-#: datasources/drivers/Base/ResultSet.py:198
+#: datasources/drivers/Base/ResultSet.py:201
 msgid "Attempted to insert into a read only datasource"
 msgstr "Csak olvashat� adatforr�sba t�rt�nt �r�si k�s�rlet!"
 
@@ -679,17 +685,17 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:59
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:41
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/gadfly/gadfly/DataObject.py:156
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:154
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:156
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/informix/informix/DataObject.py:98
 #: datasources/drivers/informix/informix/RecordSet.py:99
 #: datasources/drivers/informix/informix/ResultSet.py:99
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/ingres/ingres/DataObject.py:91
 #: datasources/drivers/ingres/ingres/RecordSet.py:93
 #: datasources/drivers/ingres/ingres/ResultSet.py:91
@@ -700,7 +706,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:105
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/sybase/sybase/DataObject.py:105
 #: datasources/drivers/sybase/sybase/RecordSet.py:105
 #: datasources/drivers/sybase/sybase/ResultSet.py:105
@@ -709,20 +715,20 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:60
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/dbf/DataObject.py:61
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/dbf/DataObject.py:60
 #: datasources/drivers/dbf/dbf/RecordSet.py:82
 #: datasources/drivers/dbf/dbf/ResultSet.py:82
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/gadfly/gadfly/DataObject.py:157
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:155
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:157
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/informix/informix/DataObject.py:99
 #: datasources/drivers/informix/informix/RecordSet.py:100
 #: datasources/drivers/informix/informix/ResultSet.py:100
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/ingres/ingres/DataObject.py:92
 #: datasources/drivers/ingres/ingres/RecordSet.py:94
 #: datasources/drivers/ingres/ingres/ResultSet.py:92
@@ -734,7 +740,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:106
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/sybase/sybase/DataObject.py:106
 #: datasources/drivers/sybase/sybase/RecordSet.py:106
 #: datasources/drivers/sybase/sybase/ResultSet.py:106
@@ -790,11 +796,11 @@
 msgid "Python 2.3+ CSV Driver"
 msgstr "Python 2.3+ CVS meghajt�"
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
 msgid "Aliases"
 msgstr "N�vmegfeleltet�sek"
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
 msgid "Summary Tables"
 msgstr "�sszefoglal� t�bl�zatok"
 
@@ -842,7 +848,7 @@
 msgstr "kinterbasdb Firebird/Interbase meghajt�"
 
 #: datasources/drivers/ldap/Driver.py:685
-#: datasources/drivers/special/configfile/DataObject.py:119
+#: datasources/drivers/special/configfile/DataObject.py:105
 msgid "Objects"
 msgstr "Objektumok"
 
@@ -900,27 +906,27 @@
 msgid "This feature is currently not supported by this driver"
 msgstr "Ezt a tulajdons�got jelenleg nem t�mogatja ez a meghajt�"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:41
 msgid "User Tables"
 msgstr "Felhaszn�l�i t�bl�k"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
 msgid "User Views"
 msgstr "Felhaszn�l�i n�zetek"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
 msgid "User Synonyms"
 msgstr "Felhaszn�l�i szinom�m�k"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
 msgid "System Tables"
 msgstr "Rendszert�bl�k"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
 msgid "System Views"
 msgstr "Rendszer n�zetek"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:47
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
 msgid "System Synonyms"
 msgstr "Rendszer szinon�m�k"
 
@@ -1021,7 +1027,7 @@
 msgstr "MySQL MaxDB adatb�zis meghajt�"
 
 # 
c:\python22\lib\site-packages\gnue/common/datasources/drivers/special/configfile/Driver.py:279
-#: datasources/drivers/special/configfile/Connection.py:97
+#: datasources/drivers/special/configfile/Connection.py:100
 msgid "Error opening config file %s"
 msgstr "Hiba a %s konfigur�ci�s f�jl megnyit�sakor"
 
@@ -1036,15 +1042,14 @@
 
 # 
c:\python22\lib\site-packages\gnue/common/datasources/drivers/special/configfile/Driver.py:83
 # 
c:\python22\lib\site-packages\gnue/common/datasources/drivers/special/configfile/Driver.py:104
-#: datasources/drivers/special/configfile/RecordSet.py:62
-#: datasources/drivers/special/configfile/RecordSet.py:83
+#: datasources/drivers/special/configfile/RecordSet.py:66
 msgid "The section name you have provided for this record already exists."
 msgstr "Az ehhez a rekordhoz megadott szekci� n�v m�r l�tezik."
 
 # 
c:\python22\lib\site-packages\gnue/common/datasources/drivers/special/configfile/Driver.py:88
 # 
c:\python22\lib\site-packages\gnue/common/datasources/drivers/special/configfile/Driver.py:110
-#: datasources/drivers/special/configfile/RecordSet.py:67
-#: datasources/drivers/special/configfile/RecordSet.py:89
+#: datasources/drivers/special/configfile/RecordSet.py:71
+#: datasources/drivers/special/configfile/RecordSet.py:94
 msgid "You have to provide a section name for this record!"
 msgstr "Adjon meg egy szekci� nevet e rekord r�sz�re!"
 
@@ -1204,11 +1209,11 @@
 msgid "inputMaskLen=%s"
 msgstr "inputMaskLen=%s"
 
-#: formatting/GTypecast.py:165
+#: formatting/GTypecast.py:164
 msgid "Whole numbers must be positive or 0"
 msgstr "Az eg�sz sz�mok pozit�vak kell legyenek (vagy 0)"
 
-#: formatting/NumberMask.py:204 formatting/TextMask.py:193
+#: formatting/NumberMask.py:203 formatting/TextMask.py:192
 msgid "Invalid Entry"
 msgstr "Hib�s adat"
 
@@ -1232,17 +1237,17 @@
 msgid "Validation"
 msgstr "�rv�nyes�t�s"
 
-#: logic/GFormula.py:311 logic/GFormula.py:325 logic/GTrigger.py:290
-#: logic/GTrigger.py:319
+#: logic/GFormula.py:312 logic/GFormula.py:326 logic/GTrigger.py:291
+#: logic/GTrigger.py:318
 msgid "Invalid trigger "
 msgstr "�rv�nytelen trigger"
 
 # c:\python22\lib\site-packages\gnue/designer/base/tools/TriggerEditor.py:79
-#: logic/GTrigger.py:341
+#: logic/GTrigger.py:340
 msgid "Source Trigger"
 msgstr "Forr�s trigger"
 
-#: logic/adapters/python.py:153
+#: logic/adapters/python.py:170
 msgid "Sourcecode contains tab character at position %d"
 msgstr "A forr�sk�d tabul�tor karaktert tartalmaz a %d helyen"
 
@@ -1267,21 +1272,21 @@
 msgstr "A k�rt '%s' elj�r�s nem l�tezik"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:132
-#: rpc/drivers/pyro/ServerAdapter.py:190
+#: rpc/drivers/pyro/ServerAdapter.py:191
 msgid "Missing Binding information. Please add binding information for %s"
 msgstr ""
 "Hi�nyz� kapcsol�si inform�ci�k. Adja meg a kapcsol�si inform�ci�t ehhez: %s"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:149
 #: rpc/drivers/_helpers/DirectoryServer.py:157
-#: rpc/drivers/pyro/ServerAdapter.py:207 rpc/drivers/pyro/ServerAdapter.py:215
+#: rpc/drivers/pyro/ServerAdapter.py:208 rpc/drivers/pyro/ServerAdapter.py:216
 msgid "GNURPC cannot bind service '%(name)s' to service '%(destination)s'"
 msgstr ""
 "A GNURPC nem tudja a '%(name)s' szolg�ltat�st a '%(destination)s' "
 "szolg�ltat�shoz kapcsolni."
 
 #: rpc/drivers/_helpers/DirectoryServer.py:182
-#: rpc/drivers/pyro/ServerAdapter.py:250
+#: rpc/drivers/pyro/ServerAdapter.py:252
 msgid "GNURPC cannot bind method/attribut '%(name)s' to service '%(service)s'"
 msgstr ""
 "A GNURPC nem tudja a '%(name)s' elj�r�st/tulajdons�got a '%(service)s' "
@@ -1289,25 +1294,25 @@
 
 #: rpc/drivers/_helpers/DirectoryServer.py:286
 #: rpc/drivers/_helpers/ObjectEnabler.py:127
-#: rpc/drivers/pyro/ServerAdapter.py:314
+#: rpc/drivers/pyro/ServerAdapter.py:316
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:199
 msgid "Dispatching: "
 msgstr "Elk�ld�s:"
 
 # 
c:\python22\lib\site-packages\gnue/common/rpc/drivers/_directory/DirectoryServer.py:305
 #: rpc/drivers/_helpers/DirectoryServer.py:321
-#: rpc/drivers/pyro/ServerAdapter.py:380
+#: rpc/drivers/pyro/ServerAdapter.py:382
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:270
 msgid "Server XML-RPC method '%s' is not bound to real method"
 msgstr "A '%s' szerver XML-RPC elj�r�s nincs val�di elj�r�shoz k�tve"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:326
-#: rpc/drivers/pyro/ServerAdapter.py:384
+#: rpc/drivers/pyro/ServerAdapter.py:386
 msgid "Server does not have XML-RPC procedure %s"
 msgstr "A szerveren nincs %s XML-RPC elj�r�s"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:366
-#: rpc/drivers/pyro/ServerAdapter.py:442
+#: rpc/drivers/pyro/ServerAdapter.py:444
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:335
 msgid ""
 "Internal Server XML-RPC error: method type (get/set attribute) couldn't be "
@@ -1317,7 +1322,7 @@
 "�llap�that� meg (%s elj�r�s)"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:380
-#: rpc/drivers/pyro/ServerAdapter.py:391
+#: rpc/drivers/pyro/ServerAdapter.py:393
 msgid "Server XML-RPC procedure %(method)s accepts just %(attr)s as attributs"
 msgstr ""
 "Szerver XML-RPC %(method)s elj�r�s csak a %(attr)s-t fogadja el "
@@ -1342,7 +1347,7 @@
 msgstr "Rossz form�tum� objektum kezel� a %s elj�r�sh�v�sban"
 
 #: rpc/drivers/_helpers/ObjectEnabler.py:89
-#: rpc/drivers/pyro/ServerAdapter.py:348
+#: rpc/drivers/pyro/ServerAdapter.py:350
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:240
 msgid ""
 "Internal XMLRPC server error: method %s can be found in the directory (build "
@@ -1389,25 +1394,20 @@
 "A py-xmlrpc csak a HTTP protokollt t�mogatja transzport r�tegk�nt. Ha HTTPS-"
 "re van sz�ks�ge, n�zze meg a 'pw_xmlrpc' adaptert."
 
-#: rpc/drivers/pyro/ClientAdapter.py:155
+#: rpc/drivers/pyro/ClientAdapter.py:158
+#, fuzzy
 msgid ""
-"To use XML-RPC, you must either specify a 'url' or\n"
+"To use Pyro, you must either specify a 'url' or\n"
 "a 'host' and 'port' setting."
 msgstr ""
 "Az XML-RPC haszn�lat�hoz meg kell adni egy 'URL'-t vagy\n"
 "egy 'host' �s egy 'port' be�ll�t�st"
 
-#: rpc/drivers/pyro/ClientAdapter.py:159
-msgid "Unable to initialize the XML-RPC interface at %s"
+#: rpc/drivers/pyro/ClientAdapter.py:162
+#, fuzzy
+msgid "Unable to initialize the Pyro interface at %s"
 msgstr "Nem siker�lt inicializ�lni az XML-RPC illeszt�t: %s"
 
-# 
c:\python22\lib\site-packages\gnue/common/rpc/drivers/xmlrpc/ClientAdapter.py:196
-#: rpc/drivers/pyro/ClientAdapter.py:188
-msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
-msgstr ""
-"Nem siker�lt inicializ�lni az XML-RPC illeszt�t itt: %s: Csatlakoz�s "
-"elutas�tva."
-
 #: rpc/drivers/pyro/ServerAdapter.py:50
 msgid ""
 "\n"
@@ -1421,7 +1421,7 @@
 "    http://pyro.sf.net/";
 
 # 
c:\python22\lib\site-packages\gnue/common/rpc/drivers/pw_xmlrpc/ServerAdapter.py:229
-#: rpc/drivers/pyro/ServerAdapter.py:334
+#: rpc/drivers/pyro/ServerAdapter.py:336
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:222
 msgid "Wrong format of object handle in method call %s"
 msgstr "Rossz form�tum� objektum le�r� a %s elj�r�sh�v�sban"
@@ -1773,3 +1773,28 @@
 #: utils/GDateTime.py:70
 msgid "Not a valid date"
 msgstr "�rv�nytelen d�tum"
+
+#: utils/uuid.py:56
+msgid "The version '%s' is not a valid UUID version"
+msgstr ""
+
+#: utils/uuid.py:61
+msgid "'%s' is not recognized as valid namespace argument"
+msgstr ""
+
+#: utils/uuid.py:66
+msgid "No namespace given for namebased UUID generation"
+msgstr ""
+
+#~ msgid ""
+#~ "DEPRECIATION WARNING: use of 'order_by' attribute is depreciated. Please "
+#~ "use <sortorder> instead."
+#~ msgstr ""
+#~ "ELAVULTS�GI FIGYELMEZTET�S: az 'order_by' attrib�tum haszn�lata elavult. "
+#~ "Haszn�lja ink�bb a <sortorder>-t."
+
+# 
c:\python22\lib\site-packages\gnue/common/rpc/drivers/xmlrpc/ClientAdapter.py:196
+#~ msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
+#~ msgstr ""
+#~ "Nem siker�lt inicializ�lni az XML-RPC illeszt�t itt: %s: Csatlakoz�s "
+#~ "elutas�tva."

Modified: trunk/gnue-common/po/lt.po
===================================================================
--- trunk/gnue-common/po/lt.po  2005-03-04 23:33:34 UTC (rev 7094)
+++ trunk/gnue-common/po/lt.po  2005-03-04 23:40:44 UTC (rev 7095)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2005-02-07 08:26+CET\n"
+"POT-Creation-Date: 2005-03-05 00:39+CET\n"
 "PO-Revision-Date: 2002-07-05 13:48+0200\n"
 "Last-Translator: Art�ras Kriukovas <address@hidden>\n"
 "Language-Team: Lithuania\n"
@@ -9,27 +9,27 @@
 "Content-Type: text/plain; charset=ISO-8859-13\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: apps/GBaseApp.py:97
+#: apps/GBaseApp.py:96
 msgid "Displays the version information for this program."
 msgstr "Parodo �ios programos versijos informacij�"
 
-#: apps/GBaseApp.py:100
+#: apps/GBaseApp.py:99
 #, fuzzy
 msgid "level"
 msgstr "Lygis:"
 
-#: apps/GBaseApp.py:101
+#: apps/GBaseApp.py:100
 msgid ""
 "Enables debugging messages.  Argument specifies the level of messages to "
 "display (e.g., \"--debug-level 5\" displays all debugging messages at level "
 "5 or below.)"
 msgstr ""
 
-#: apps/GBaseApp.py:105 apps/GBaseApp.py:134
+#: apps/GBaseApp.py:104 apps/GBaseApp.py:136
 msgid "filename"
 msgstr ""
 
-#: apps/GBaseApp.py:106
+#: apps/GBaseApp.py:105
 #, fuzzy
 msgid ""
 "Sends all debugging messages to a specified file (e.g., \"--debug-file trace."
@@ -38,11 +38,16 @@
 "(t.y. \"--debug-file pedsakas.log\" pasiuncia vis� i�vedim� � \"pedsakas.log"
 "\" fail�)"
 
-#: apps/GBaseApp.py:111
+#: apps/GBaseApp.py:110
+#, fuzzy
+msgid "Displays no output at all."
+msgstr "Parodo infomacij� apie GNUe Formas."
+
+#: apps/GBaseApp.py:113
 msgid "Displays this help screen."
 msgstr "Parodo �� pagalbos ekran�. "
 
-#: apps/GBaseApp.py:115
+#: apps/GBaseApp.py:117
 msgid ""
 "Displays a list of valid configuration file entries, their purpose, and "
 "their default values."
@@ -50,61 +55,61 @@
 "Parodo s�ra�� leid�iam� konfig�racijos fail� �ra��, j� paskirt� ir j� "
 "reik�mes pagal nutyl�jim�."
 
-#: apps/GBaseApp.py:123
+#: apps/GBaseApp.py:125
 msgid "Display all options of interest to core developers. "
 msgstr ""
 
-#: apps/GBaseApp.py:126
+#: apps/GBaseApp.py:128
 msgid "type[,subtype]"
 msgstr ""
 
-#: apps/GBaseApp.py:127
+#: apps/GBaseApp.py:129
 msgid "Generates self-documentation."
 msgstr ""
 
-#: apps/GBaseApp.py:129
+#: apps/GBaseApp.py:131
 msgid "format"
 msgstr ""
 
-#: apps/GBaseApp.py:130
+#: apps/GBaseApp.py:132
 msgid ""
 "Format to output the self-documentation in. Supported formats are dependent "
 "on the type of selfdoc being created."
 msgstr ""
 
-#: apps/GBaseApp.py:135
+#: apps/GBaseApp.py:137
 msgid ""
 "Specifies the filename that selfdoc should write to. If not provided, output "
 "is sent to stdout."
 msgstr ""
 
-#: apps/GBaseApp.py:139
+#: apps/GBaseApp.py:141
 #, fuzzy
 msgid "options"
 msgstr "S�lygos"
 
-#: apps/GBaseApp.py:140
+#: apps/GBaseApp.py:142
 msgid "Options specific to individual selfdoc types."
 msgstr ""
 
-#: apps/GBaseApp.py:143
+#: apps/GBaseApp.py:145
 #, fuzzy
 msgid ""
 "Run Python's built-in profiler and display the resulting run statistics."
 msgstr "Paleisti python'o integruot� profiler'� ir parodyti rezultatus."
 
-#: apps/GBaseApp.py:147
+#: apps/GBaseApp.py:149
 msgid "Run the app inside Python's built-in debugger "
 msgstr "Paleisti program� python'o integruotame debugeryje."
 
-#: apps/GBaseApp.py:155
+#: apps/GBaseApp.py:157
 msgid ""
 "Username used to log into the database.  Note that if specified, this will "
 "be used for all databases.  If not supplied, the program will prompt for "
 "username."
 msgstr ""
 
-#: apps/GBaseApp.py:161
+#: apps/GBaseApp.py:163
 msgid ""
 "Password used to log into the database.  Note that if specified, this will "
 "be used for all databases.  If not supplied, the program will prompt for "
@@ -113,13 +118,13 @@
 "RISK AND IS NOT RECOMMENDED."
 msgstr ""
 
-#: apps/GBaseApp.py:171
+#: apps/GBaseApp.py:173
 msgid ""
 "Display help information related to database connections, including a list "
 "of available drivers."
 msgstr ""
 
-#: apps/GBaseApp.py:176
+#: apps/GBaseApp.py:178
 msgid ""
 "Specifies the location of the connection definition file. <loc> may specify "
 "a file name (/usr/local/gnue/etc/connections.conf),or a URL location (http://";
@@ -128,12 +133,12 @@
 "used as a default."
 msgstr ""
 
-#: apps/GBaseApp.py:188
+#: apps/GBaseApp.py:190
 #, fuzzy
 msgid "This application requires Python 2.1 or greater."
 msgstr "�iai programai reikalingas Python 2.0 arba auk�tesn�s versijos."
 
-#: apps/GBaseApp.py:190
+#: apps/GBaseApp.py:192
 #, fuzzy
 msgid ""
 "This application requires Python 2.1 or greater. You are running Python %s"
@@ -141,11 +146,12 @@
 "�iai programai reikalingas Python 2.0 arba auk�tesn�s versijos. J�s� Python "
 "versija yra %s"
 
-#: apps/GBaseApp.py:273
-msgid "The debug_level option (\"-d\") expects a numerical value."
+#: apps/GBaseApp.py:295
+#, fuzzy
+msgid "The debug_level option (\"-d\") expects numerical values."
 msgstr "debug_level opcijai (\"-d\") reiki skaitin�s reik�m�s."
 
-#: apps/GBaseApp.py:286
+#: apps/GBaseApp.py:308
 #, fuzzy
 msgid ""
 "The gnue.conf file is incomplete:\n"
@@ -153,7 +159,7 @@
 msgstr "gnue.conf failas nebaigtas: "
 
 # ../src/GBaseApp.py:238 :244
-#: apps/GBaseApp.py:327
+#: apps/GBaseApp.py:349
 #, fuzzy
 msgid ""
 "Unable to load the connections definition file.\n"
@@ -162,12 +168,12 @@
 "%s"
 msgstr "Nepavyko nuskaityti prisijungim� konfig�racijos failo.\n"
 
-#: apps/GBaseApp.py:332
+#: apps/GBaseApp.py:354
 #, fuzzy
 msgid "Unable to load the connections definition file: %s."
 msgstr "Nurodo prisijungim� apibr��imo failo buvimo viet�."
 
-#: apps/GBaseApp.py:343
+#: apps/GBaseApp.py:365
 #, fuzzy
 msgid ""
 "\n"
@@ -178,15 +184,15 @@
 "%s\n"
 "Versija %s\n"
 
-#: apps/GBaseApp.py:345
+#: apps/GBaseApp.py:367
 msgid "GNUe Common Version %s\n"
 msgstr "GNUe Common Versija %s\n"
 
-#: apps/GBaseApp.py:415 apps/GBaseApp.py:427
+#: apps/GBaseApp.py:437 apps/GBaseApp.py:449
 msgid "Usage:  "
 msgstr ""
 
-#: apps/GBaseApp.py:430
+#: apps/GBaseApp.py:452
 #, fuzzy
 msgid "Available command line options:"
 msgstr ""
@@ -197,35 +203,35 @@
 "Galimos komandin�s eilut�s opcijos:\n"
 "%s"
 
-#: apps/GBaseApp.py:440 apps/GBaseApp.py:464
+#: apps/GBaseApp.py:462 apps/GBaseApp.py:486
 msgid "The following options are mainly of interest to GNUe developers."
 msgstr ""
 
-#: apps/GBaseApp.py:441 apps/GBaseApp.py:451 apps/GBaseApp.py:465
+#: apps/GBaseApp.py:463 apps/GBaseApp.py:473 apps/GBaseApp.py:487
 msgid "To view general help, run this command with the --help option."
 msgstr ""
 
-#: apps/GBaseApp.py:443 apps/GBaseApp.py:467
+#: apps/GBaseApp.py:465 apps/GBaseApp.py:489
 msgid "Developer-specific command line options:"
 msgstr ""
 
-#: apps/GBaseApp.py:450
+#: apps/GBaseApp.py:472
 msgid "The following connection/database-related options are available."
 msgstr ""
 
-#: apps/GBaseApp.py:453
+#: apps/GBaseApp.py:475
 msgid "Database/connection command line options:"
 msgstr ""
 
-#: apps/GBaseApp.py:456
+#: apps/GBaseApp.py:478
 msgid "The following database drivers are installed on your system:"
 msgstr ""
 
-#: apps/GBaseApp.py:503
+#: apps/GBaseApp.py:525
 msgid "Error: %s"
 msgstr "Klaida: %s"
 
-#: apps/GBaseApp.py:506
+#: apps/GBaseApp.py:528
 msgid ""
 "\n"
 "For help, type:\n"
@@ -235,7 +241,7 @@
 "jei norite pagalbos, para�ykite:\n"
 "  %s --help\n"
 
-#: apps/GBaseApp.py:598
+#: apps/GBaseApp.py:620
 #, fuzzy
 msgid "For help, type: %s --help"
 msgstr ""
@@ -243,28 +249,28 @@
 "jei norite pagalbos, para�ykite:\n"
 "  %s --help\n"
 
-#: apps/GConfig.py:108
+#: apps/GConfig.py:106
 msgid "The file has duplicate source definitions."
 msgstr "Failas turi pasikartojan�ius source apibr��imus."
 
-#: apps/GConfig.py:110
+#: apps/GConfig.py:108
 msgid "The file has no source definitions."
 msgstr "Failas neturi joki� source apibr��im�."
 
-#: apps/GConfig.py:112
+#: apps/GConfig.py:110
 #, fuzzy
 msgid "The file cannot be parsed. %(exType)s :: %(exValue)s"
 msgstr "Failas negali b�ti apdorotas. %s :: %s"
 
-#: apps/GConfig.py:115
+#: apps/GConfig.py:113
 msgid "The file cannot be parsed."
 msgstr "Failas negali b�ti apdorotas."
 
-#: apps/GConfig.py:210
+#: apps/GConfig.py:211
 msgid "Config option %(field)s is of wrong type in [%(section)s]"
 msgstr ""
 
-#: apps/GConfig.py:264
+#: apps/GConfig.py:265
 msgid ""
 "Unable to read the GNUE_INSTALLED_SITE_CFG file... There is a problem with "
 "your installation"
@@ -272,13 +278,21 @@
 "Negliu perskaityti GNUE_INSTALLED_SITE_CFG failo... yra problema su j�s� "
 "instaliacija"
 
-#: apps/GServerApp.py:58
+#: apps/GServerApp.py:44
+msgid "The server is already running on pid %s"
+msgstr ""
+
+#: apps/GServerApp.py:56
 msgid ""
 "Do not send the server into the background. For a POSIX system, this option "
 "keeps the server process from forking and detaching from its controlling "
 "terminal."
 msgstr ""
 
+#: apps/GServerApp.py:64
+msgid "Filename to store the server's process id."
+msgstr ""
+
 # ../src/RuntimeSettings.py:92 :95
 #: apps/RuntimeSettings.py:101 apps/RuntimeSettings.py:107
 msgid ""
@@ -308,32 +322,32 @@
 msgid "Cannot find plugin %s"
 msgstr ""
 
-#: datasources/GConditions.py:48
+#: datasources/GConditions.py:43
 msgid ""
 "Conditionelement '%(element)s' was expected to have '%(wanted)d'arguments, "
 "but only has %(real)d'"
 msgstr ""
 
-#: datasources/GConditions.py:57
+#: datasources/GConditions.py:52
 msgid "The field '%(field)s' has no entry in the given lookup-table"
 msgstr ""
 
-#: datasources/GConditions.py:67
+#: datasources/GConditions.py:62
 msgid "No unification rule for combination '%(type1)s' and '%(type2)s'"
 msgstr ""
 
-#: datasources/GConditions.py:75
+#: datasources/GConditions.py:70
 msgid ""
 "Value '%(value1)s' of type '%(type1)s' cannot be converted into type '%"
 "(type2)s'"
 msgstr ""
 
-#: datasources/GConditions.py:1326
+#: datasources/GConditions.py:1405
 #, fuzzy
 msgid "No valid condition tree"
 msgstr "Neteisinga data"
 
-#: datasources/GConditions.py:1373 datasources/GConditions.py:1381
+#: datasources/GConditions.py:1452 datasources/GConditions.py:1460
 #: datasources/drivers/DBSIG2/DataObject.py:281
 #: datasources/drivers/ldap/Driver.py:559
 #: datasources/drivers/odbc/wodbc/Connection.py:419
@@ -345,7 +359,7 @@
 "found %(found)s"
 msgstr ""
 
-#: datasources/GConditions.py:1393
+#: datasources/GConditions.py:1472
 msgid ""
 "Condition clause \"%s\" is not supported by the condition to prefix table "
 "conversion."
@@ -421,102 +435,96 @@
 msgid "User canceled the login request."
 msgstr "Vartotojas atsisak� prisijungimo."
 
-#: datasources/GDataSource.py:187
+#: datasources/GDataSource.py:181
 msgid "Backend doesn't support the trigger 'call' function"
 msgstr ""
 
-#: datasources/GDataSource.py:211
+#: datasources/GDataSource.py:205
 msgid "Backend does not support the 'update' function"
 msgstr ""
 
-#: datasources/GDataSource.py:295
+#: datasources/GDataSource.py:289
 msgid "Datasource %s is sql-based, but has no <sql> definition."
 msgstr ""
 
-#: datasources/GDataSource.py:299
+#: datasources/GDataSource.py:293
 msgid "Datasource %s is not sql-based, but has a <sql> definition."
 msgstr ""
 
-#: datasources/GDataSource.py:421
+#: datasources/GDataSource.py:415
 msgid "Detail source '%(source)s' references non-existant master '%(master)s'"
 msgstr ""
 
-#: datasources/GDataSource.py:445
+#: datasources/GDataSource.py:439
 msgid "The use of order_by is depreciated. Please use <sortorder> instead"
 msgstr ""
 
-#: datasources/GDataSource.py:479
-msgid ""
-"DEPRECIATION WARNING: use of 'order_by' attribute is depreciated. Please use "
-"<sortorder> instead."
-msgstr ""
-
-#: datasources/GDataSource.py:500
+#: datasources/GDataSource.py:504
 msgid "Unknown type/format of 'order-by' attribute"
 msgstr ""
 
-#: datasources/GDataSource.py:613
+#: datasources/GDataSource.py:648
 msgid "Data Object Type"
 msgstr ""
 
-#: datasources/GDataSource.py:617
+#: datasources/GDataSource.py:652
 #, fuzzy
 msgid "Connection Name"
 msgstr "prisijungimas: "
 
-#: datasources/GDataSource.py:623
+#: datasources/GDataSource.py:661
 #, fuzzy
 msgid "Table Name"
 msgstr "Pavadinimas"
 
-#: datasources/GDataSource.py:626
+#: datasources/GDataSource.py:666
 msgid "Cache Size"
 msgstr ""
 
-#: datasources/GDataSource.py:630
+#: datasources/GDataSource.py:671
 msgid "Query on Startup"
 msgstr ""
 
-#: datasources/GDataSource.py:639
+#: datasources/GDataSource.py:686
 #, fuzzy
 msgid "M/D Master DataSource"
 msgstr "Sukurti duomen� �altin�"
 
-#: datasources/GDataSource.py:645
+#: datasources/GDataSource.py:692
 #, fuzzy
 msgid "M/D Master Field(s)"
 msgstr "Sukurti duomen� �altin�"
 
-#: datasources/GDataSource.py:653
+#: datasources/GDataSource.py:700
 msgid "M/D Detail Field(s)"
 msgstr ""
 
-#: datasources/GDataSource.py:662
+#: datasources/GDataSource.py:709
 msgid "Explicit Fields"
 msgstr ""
 
-#: datasources/GDataSource.py:666
+#: datasources/GDataSource.py:713
 msgid "Primary Key Field(s)"
 msgstr ""
 
-#: datasources/GDataSource.py:671
+#: datasources/GDataSource.py:718
 msgid "Primary Key Sequence"
 msgstr ""
 
-#: datasources/GDataSource.py:678
+#: datasources/GDataSource.py:725
 msgid "Re-query on commit?"
 msgstr ""
 
-#: datasources/GDataSource.py:853
+#: datasources/GDataSource.py:912
 msgid "The URL '%s' is not a valid application server resource locator"
 msgstr ""
 
-#: datasources/GDataSource.py:859
+#: datasources/GDataSource.py:918
 #, fuzzy
 msgid "Resource type '%s' is not supported"
 msgstr "GComm adapteris '%s' nepalaiko klient�"
 
-#: datasources/GDataSource.py:864
+#: datasources/GDataSource.py:923
 msgid "Resource '%(name)s' of type '%(type)s' not found"
 msgstr ""
 
@@ -536,7 +544,7 @@
 msgid "Attempted to delete from a read only datasource"
 msgstr "Paband�iau i�trinti i� 'tik skaitymui' duomen� �altinio."
 
-#: datasources/drivers/Base/ResultSet.py:198
+#: datasources/drivers/Base/ResultSet.py:201
 msgid "Attempted to insert into a read only datasource"
 msgstr "Paband�iau �ra�yti � 'tik skaitymui' skirt� duomen� �altin�."
 
@@ -643,17 +651,17 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:59
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:41
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/gadfly/gadfly/DataObject.py:156
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:154
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:156
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/informix/informix/DataObject.py:98
 #: datasources/drivers/informix/informix/RecordSet.py:99
 #: datasources/drivers/informix/informix/ResultSet.py:99
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/ingres/ingres/DataObject.py:91
 #: datasources/drivers/ingres/ingres/RecordSet.py:93
 #: datasources/drivers/ingres/ingres/ResultSet.py:91
@@ -664,7 +672,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:105
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/sybase/sybase/DataObject.py:105
 #: datasources/drivers/sybase/sybase/RecordSet.py:105
 #: datasources/drivers/sybase/sybase/ResultSet.py:105
@@ -673,20 +681,20 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:60
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/dbf/DataObject.py:61
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/dbf/DataObject.py:60
 #: datasources/drivers/dbf/dbf/RecordSet.py:82
 #: datasources/drivers/dbf/dbf/ResultSet.py:82
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/gadfly/gadfly/DataObject.py:157
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:155
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:157
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/informix/informix/DataObject.py:99
 #: datasources/drivers/informix/informix/RecordSet.py:100
 #: datasources/drivers/informix/informix/ResultSet.py:100
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/ingres/ingres/DataObject.py:92
 #: datasources/drivers/ingres/ingres/RecordSet.py:94
 #: datasources/drivers/ingres/ingres/ResultSet.py:92
@@ -698,7 +706,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:106
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/sybase/sybase/DataObject.py:106
 #: datasources/drivers/sybase/sybase/RecordSet.py:106
 #: datasources/drivers/sybase/sybase/ResultSet.py:106
@@ -754,11 +762,11 @@
 msgid "Python 2.3+ CSV Driver"
 msgstr ""
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
 msgid "Aliases"
 msgstr ""
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
 msgid "Summary Tables"
 msgstr ""
 
@@ -803,7 +811,7 @@
 msgstr ""
 
 #: datasources/drivers/ldap/Driver.py:685
-#: datasources/drivers/special/configfile/DataObject.py:119
+#: datasources/drivers/special/configfile/DataObject.py:105
 #, fuzzy
 msgid "Objects"
 msgstr "Objektas: "
@@ -858,27 +866,27 @@
 msgid "This feature is currently not supported by this driver"
 msgstr ""
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:41
 msgid "User Tables"
 msgstr ""
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
 msgid "User Views"
 msgstr ""
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
 msgid "User Synonyms"
 msgstr ""
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
 msgid "System Tables"
 msgstr ""
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
 msgid "System Views"
 msgstr ""
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:47
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
 msgid "System Synonyms"
 msgstr ""
 
@@ -977,7 +985,7 @@
 msgid "MySQL's MaxDB driver"
 msgstr ""
 
-#: datasources/drivers/special/configfile/Connection.py:97
+#: datasources/drivers/special/configfile/Connection.py:100
 msgid "Error opening config file %s"
 msgstr ""
 
@@ -987,13 +995,12 @@
 "You cannot execute querys on it."
 msgstr ""
 
-#: datasources/drivers/special/configfile/RecordSet.py:62
-#: datasources/drivers/special/configfile/RecordSet.py:83
+#: datasources/drivers/special/configfile/RecordSet.py:66
 msgid "The section name you have provided for this record already exists."
 msgstr ""
 
-#: datasources/drivers/special/configfile/RecordSet.py:67
-#: datasources/drivers/special/configfile/RecordSet.py:89
+#: datasources/drivers/special/configfile/RecordSet.py:71
+#: datasources/drivers/special/configfile/RecordSet.py:94
 msgid "You have to provide a section name for this record!"
 msgstr ""
 
@@ -1149,11 +1156,11 @@
 msgid "inputMaskLen=%s"
 msgstr ""
 
-#: formatting/GTypecast.py:165
+#: formatting/GTypecast.py:164
 msgid "Whole numbers must be positive or 0"
 msgstr "Skai�ius turi b�ti teigiamas arba nulis"
 
-#: formatting/NumberMask.py:204 formatting/TextMask.py:193
+#: formatting/NumberMask.py:203 formatting/TextMask.py:192
 msgid "Invalid Entry"
 msgstr "Neteisingas �vedimas"
 
@@ -1180,17 +1187,17 @@
 msgstr ""
 
 # ../src/GTrigger.py:594 :608 ../../forms/src/GFTrigger.py:85
-#: logic/GFormula.py:311 logic/GFormula.py:325 logic/GTrigger.py:290
-#: logic/GTrigger.py:319
+#: logic/GFormula.py:312 logic/GFormula.py:326 logic/GTrigger.py:291
+#: logic/GTrigger.py:318
 msgid "Invalid trigger "
 msgstr "Neteisingas trigeris "
 
-#: logic/GTrigger.py:341
+#: logic/GTrigger.py:340
 #, fuzzy
 msgid "Source Trigger"
 msgstr "Bendri trigeriai"
 
-#: logic/adapters/python.py:153
+#: logic/adapters/python.py:170
 msgid "Sourcecode contains tab character at position %d"
 msgstr ""
 
@@ -1218,41 +1225,41 @@
 msgstr "Pageidaujamas metodas nerastas"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:132
-#: rpc/drivers/pyro/ServerAdapter.py:190
+#: rpc/drivers/pyro/ServerAdapter.py:191
 msgid "Missing Binding information. Please add binding information for %s"
 msgstr ""
 
 #: rpc/drivers/_helpers/DirectoryServer.py:149
 #: rpc/drivers/_helpers/DirectoryServer.py:157
-#: rpc/drivers/pyro/ServerAdapter.py:207 rpc/drivers/pyro/ServerAdapter.py:215
+#: rpc/drivers/pyro/ServerAdapter.py:208 rpc/drivers/pyro/ServerAdapter.py:216
 msgid "GNURPC cannot bind service '%(name)s' to service '%(destination)s'"
 msgstr ""
 
 #: rpc/drivers/_helpers/DirectoryServer.py:182
-#: rpc/drivers/pyro/ServerAdapter.py:250
+#: rpc/drivers/pyro/ServerAdapter.py:252
 msgid "GNURPC cannot bind method/attribut '%(name)s' to service '%(service)s'"
 msgstr ""
 
 #: rpc/drivers/_helpers/DirectoryServer.py:286
 #: rpc/drivers/_helpers/ObjectEnabler.py:127
-#: rpc/drivers/pyro/ServerAdapter.py:314
+#: rpc/drivers/pyro/ServerAdapter.py:316
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:199
 msgid "Dispatching: "
 msgstr ""
 
 #: rpc/drivers/_helpers/DirectoryServer.py:321
-#: rpc/drivers/pyro/ServerAdapter.py:380
+#: rpc/drivers/pyro/ServerAdapter.py:382
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:270
 msgid "Server XML-RPC method '%s' is not bound to real method"
 msgstr ""
 
 #: rpc/drivers/_helpers/DirectoryServer.py:326
-#: rpc/drivers/pyro/ServerAdapter.py:384
+#: rpc/drivers/pyro/ServerAdapter.py:386
 msgid "Server does not have XML-RPC procedure %s"
 msgstr ""
 
 #: rpc/drivers/_helpers/DirectoryServer.py:366
-#: rpc/drivers/pyro/ServerAdapter.py:442
+#: rpc/drivers/pyro/ServerAdapter.py:444
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:335
 #, fuzzy
 msgid ""
@@ -1261,7 +1268,7 @@
 msgstr "(get/set attribute) nerastas (metodas %s)"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:380
-#: rpc/drivers/pyro/ServerAdapter.py:391
+#: rpc/drivers/pyro/ServerAdapter.py:393
 #, fuzzy
 msgid "Server XML-RPC procedure %(method)s accepts just %(attr)s as attributs"
 msgstr "%s proced�ra priima tik %s kaip atribut�"
@@ -1287,7 +1294,7 @@
 msgstr ""
 
 #: rpc/drivers/_helpers/ObjectEnabler.py:89
-#: rpc/drivers/pyro/ServerAdapter.py:348
+#: rpc/drivers/pyro/ServerAdapter.py:350
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:240
 msgid ""
 "Internal XMLRPC server error: method %s can be found in the directory (build "
@@ -1327,22 +1334,18 @@
 "look at the 'pw_xmlrpc' adapter."
 msgstr ""
 
-#: rpc/drivers/pyro/ClientAdapter.py:155
+#: rpc/drivers/pyro/ClientAdapter.py:158
 #, fuzzy
 msgid ""
-"To use XML-RPC, you must either specify a 'url' or\n"
+"To use Pyro, you must either specify a 'url' or\n"
 "a 'host' and 'port' setting."
 msgstr "Jei norite naudoti XML-RPC j�s turite arba pateikti URL, arba\n"
 
-#: rpc/drivers/pyro/ClientAdapter.py:159
-msgid "Unable to initialize the XML-RPC interface at %s"
+#: rpc/drivers/pyro/ClientAdapter.py:162
+#, fuzzy
+msgid "Unable to initialize the Pyro interface at %s"
 msgstr "Nepavyko inicializuoti XML-RPC interfeiso %s"
 
-#: rpc/drivers/pyro/ClientAdapter.py:188
-#, fuzzy
-msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
-msgstr "Nepavyko inicializuoti XML-RPC interfeiso %s:"
-
 #: rpc/drivers/pyro/ServerAdapter.py:50
 #, fuzzy
 msgid ""
@@ -1354,7 +1357,7 @@
 "\n"
 "Negaliu paleisti XMLRPCLIB. Jei norite naudoti XML-RPC interfeis�,\n"
 
-#: rpc/drivers/pyro/ServerAdapter.py:334
+#: rpc/drivers/pyro/ServerAdapter.py:336
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:222
 msgid "Wrong format of object handle in method call %s"
 msgstr ""
@@ -1679,6 +1682,22 @@
 msgid "Not a valid date"
 msgstr "Neteisinga data"
 
+#: utils/uuid.py:56
+msgid "The version '%s' is not a valid UUID version"
+msgstr ""
+
+#: utils/uuid.py:61
+msgid "'%s' is not recognized as valid namespace argument"
+msgstr ""
+
+#: utils/uuid.py:66
+msgid "No namespace given for namebased UUID generation"
+msgstr ""
+
+#, fuzzy
+#~ msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
+#~ msgstr "Nepavyko inicializuoti XML-RPC interfeiso %s:"
+
 #~ msgid ""
 #~ "Driver not installed: sapdbapi for SAP-DB 7.x \n"
 #~ "[%s]"
@@ -2199,9 +2218,6 @@
 #~ msgid "&About..."
 #~ msgstr "&Apie..."
 
-#~ msgid "Display info about GNUe Forms."
-#~ msgstr "Parodo infomacij� apie GNUe Formas."
-
 #~ msgid "&File"
 #~ msgstr "&Failas"
 

Modified: trunk/gnue-common/po/ro.po
===================================================================
--- trunk/gnue-common/po/ro.po  2005-03-04 23:33:34 UTC (rev 7094)
+++ trunk/gnue-common/po/ro.po  2005-03-04 23:40:44 UTC (rev 7095)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: gnue-common\n"
-"POT-Creation-Date: 2005-02-07 08:26+CET\n"
+"POT-Creation-Date: 2005-03-05 00:39+CET\n"
 "PO-Revision-Date: 2004-04-07 14:53+0200\n"
 "Last-Translator: Florin Boariu <address@hidden>\n"
 "Language-Team: Romanian\n"
@@ -14,15 +14,15 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: pygettext.py 1.5\n"
 
-#: apps/GBaseApp.py:97
+#: apps/GBaseApp.py:96
 msgid "Displays the version information for this program."
 msgstr "Afiseaza informatii despre versiunea acestui program"
 
-#: apps/GBaseApp.py:100
+#: apps/GBaseApp.py:99
 msgid "level"
 msgstr "nivel"
 
-#: apps/GBaseApp.py:101
+#: apps/GBaseApp.py:100
 msgid ""
 "Enables debugging messages.  Argument specifies the level of messages to "
 "display (e.g., \"--debug-level 5\" displays all debugging messages at level "
@@ -32,11 +32,11 @@
 "vor fi afisate (de exemplu \"--debug-level 5\" afiseaza toate mesajele de "
 "depanare nivel 5 sau mai jos)"
 
-#: apps/GBaseApp.py:105 apps/GBaseApp.py:134
+#: apps/GBaseApp.py:104 apps/GBaseApp.py:136
 msgid "filename"
 msgstr "fisier"
 
-#: apps/GBaseApp.py:106
+#: apps/GBaseApp.py:105
 msgid ""
 "Sends all debugging messages to a specified file (e.g., \"--debug-file trace."
 "log\" sends all output to \"trace.log\")"
@@ -44,11 +44,15 @@
 "Salveaza toate mesajele de depanare in fisierul specificat (de exempl \"--"
 "debug-file trace.log\" salveaza toate iesirile in \"trace.log\")"
 
-#: apps/GBaseApp.py:111
+#: apps/GBaseApp.py:110
+msgid "Displays no output at all."
+msgstr ""
+
+#: apps/GBaseApp.py:113
 msgid "Displays this help screen."
 msgstr "Afiseaza acest mesaj de ajutor."
 
-#: apps/GBaseApp.py:115
+#: apps/GBaseApp.py:117
 msgid ""
 "Displays a list of valid configuration file entries, their purpose, and "
 "their default values."
@@ -56,25 +60,25 @@
 "Afiseaza o lista a optiunilor valabile pentru fisierele de configurare, "
 "scopul si valorile lor initiale."
 
-#: apps/GBaseApp.py:123
+#: apps/GBaseApp.py:125
 msgid "Display all options of interest to core developers. "
 msgstr ""
 "Afiseaza toate optiunile de interes pentru programatorii nucleului "
 "sistemului."
 
-#: apps/GBaseApp.py:126
+#: apps/GBaseApp.py:128
 msgid "type[,subtype]"
 msgstr "tip[,subtip]"
 
-#: apps/GBaseApp.py:127
+#: apps/GBaseApp.py:129
 msgid "Generates self-documentation."
 msgstr "Genereaza auto-documentatie."
 
-#: apps/GBaseApp.py:129
+#: apps/GBaseApp.py:131
 msgid "format"
 msgstr "format"
 
-#: apps/GBaseApp.py:130
+#: apps/GBaseApp.py:132
 msgid ""
 "Format to output the self-documentation in. Supported formats are dependent "
 "on the type of selfdoc being created."
@@ -82,7 +86,7 @@
 "Formatul in care se va salva auto-documentatia. Formatele suportate depind "
 "de tipul de selfdoc creat."
 
-#: apps/GBaseApp.py:135
+#: apps/GBaseApp.py:137
 msgid ""
 "Specifies the filename that selfdoc should write to. If not provided, output "
 "is sent to stdout."
@@ -90,25 +94,25 @@
 "Specifica fisierul in care selfdoc va scrie. Daca optiunea nu e prezenta, "
 "iesirea e trimisa catre stdout."
 
-#: apps/GBaseApp.py:139
+#: apps/GBaseApp.py:141
 msgid "options"
 msgstr "optiuni"
 
-#: apps/GBaseApp.py:140
+#: apps/GBaseApp.py:142
 msgid "Options specific to individual selfdoc types."
 msgstr "Optiuni specifice tipurilor inidividuale de selfdoc."
 
-#: apps/GBaseApp.py:143
+#: apps/GBaseApp.py:145
 msgid ""
 "Run Python's built-in profiler and display the resulting run statistics."
 msgstr ""
 "Ruleaza profiler-ul incorporat in Python si afiseaza statisticile rezultante."
 
-#: apps/GBaseApp.py:147
+#: apps/GBaseApp.py:149
 msgid "Run the app inside Python's built-in debugger "
 msgstr "Ruleaza aplicatia in debugger-ul incorporat in Python "
 
-#: apps/GBaseApp.py:155
+#: apps/GBaseApp.py:157
 msgid ""
 "Username used to log into the database.  Note that if specified, this will "
 "be used for all databases.  If not supplied, the program will prompt for "
@@ -118,7 +122,7 @@
 "specificat, va fi folosit pentro toate bazele de date. Daca nu, programul va "
 "cere un nume de utilizator."
 
-#: apps/GBaseApp.py:161
+#: apps/GBaseApp.py:163
 #, fuzzy
 msgid ""
 "Password used to log into the database.  Note that if specified, this will "
@@ -133,7 +137,7 @@
 "ATENTIE: PREDAREA PAROLEI PE LINIA DE COMANDA SE CONSIDERA A FI UN RISC DE "
 "SECURITATE SI NU SE RECOMANDA.)"
 
-#: apps/GBaseApp.py:171
+#: apps/GBaseApp.py:173
 msgid ""
 "Display help information related to database connections, including a list "
 "of available drivers."
@@ -141,7 +145,7 @@
 "Afiseaza informatii de ajutor despre conexiunile cu bazele de date, inclusiv "
 "o lista a driver-elor prezente."
 
-#: apps/GBaseApp.py:176
+#: apps/GBaseApp.py:178
 msgid ""
 "Specifies the location of the connection definition file. <loc> may specify "
 "a file name (/usr/local/gnue/etc/connections.conf),or a URL location (http://";
@@ -155,11 +159,11 @@
 "mediu GNUE_CONNECTIONS va fi folosita. Daca nici aceasta nu e setata, se "
 "presupune \"%s\"."
 
-#: apps/GBaseApp.py:188
+#: apps/GBaseApp.py:190
 msgid "This application requires Python 2.1 or greater."
 msgstr "Aceasta aplicatie ruleaza sub Python 2.1 sai mai mult."
 
-#: apps/GBaseApp.py:190
+#: apps/GBaseApp.py:192
 #, fuzzy
 msgid ""
 "This application requires Python 2.1 or greater. You are running Python %s"
@@ -167,18 +171,19 @@
 "Aceasta aplicatie ruleaza sub Python 2.1 sau mai mult. D-voastra rulati "
 "Python %s"
 
-#: apps/GBaseApp.py:273
-msgid "The debug_level option (\"-d\") expects a numerical value."
+#: apps/GBaseApp.py:295
+#, fuzzy
+msgid "The debug_level option (\"-d\") expects numerical values."
 msgstr "Optiunea debug_level (\"-d\") primeste o valoare numerica."
 
-#: apps/GBaseApp.py:286
+#: apps/GBaseApp.py:308
 #, fuzzy
 msgid ""
 "The gnue.conf file is incomplete:\n"
 "   %s"
 msgstr "Fisierul gnue.conf e incomplet:"
 
-#: apps/GBaseApp.py:327
+#: apps/GBaseApp.py:349
 #, fuzzy
 msgid ""
 "Unable to load the connections definition file.\n"
@@ -187,12 +192,12 @@
 "%s"
 msgstr "Nu pot citi fisierul cu definitiile de conexiuni.\n"
 
-#: apps/GBaseApp.py:332
+#: apps/GBaseApp.py:354
 #, fuzzy
 msgid "Unable to load the connections definition file: %s."
 msgstr "Nu pot citi fisierul cu definitiile de conexiuni.\n"
 
-#: apps/GBaseApp.py:343
+#: apps/GBaseApp.py:365
 #, fuzzy
 msgid ""
 "\n"
@@ -203,48 +208,48 @@
 "%s\n"
 "Versiunea %s\n"
 
-#: apps/GBaseApp.py:345
+#: apps/GBaseApp.py:367
 msgid "GNUe Common Version %s\n"
 msgstr "GNUe Common Versiunea %s\n"
 
-#: apps/GBaseApp.py:415 apps/GBaseApp.py:427
+#: apps/GBaseApp.py:437 apps/GBaseApp.py:449
 msgid "Usage:  "
 msgstr "Se ruleaza:  "
 
-#: apps/GBaseApp.py:430
+#: apps/GBaseApp.py:452
 msgid "Available command line options:"
 msgstr "Optiuni pentru linia de comanda:"
 
-#: apps/GBaseApp.py:440 apps/GBaseApp.py:464
+#: apps/GBaseApp.py:462 apps/GBaseApp.py:486
 msgid "The following options are mainly of interest to GNUe developers."
 msgstr "Urmatoarele optiuni sunt in special in interesul programatorilor GNUe."
 
-#: apps/GBaseApp.py:441 apps/GBaseApp.py:451 apps/GBaseApp.py:465
+#: apps/GBaseApp.py:463 apps/GBaseApp.py:473 apps/GBaseApp.py:487
 msgid "To view general help, run this command with the --help option."
 msgstr "Pentru a primi ajutor general, rulati comanda cu optiunea --help"
 
-#: apps/GBaseApp.py:443 apps/GBaseApp.py:467
+#: apps/GBaseApp.py:465 apps/GBaseApp.py:489
 msgid "Developer-specific command line options:"
 msgstr "Optiuni pentru linia de comanda specifice programatorilor:"
 
-#: apps/GBaseApp.py:450
+#: apps/GBaseApp.py:472
 msgid "The following connection/database-related options are available."
 msgstr "Urmatoarele optiuni pentru conexiuni/baze de date sunt acceptate."
 
-#: apps/GBaseApp.py:453
+#: apps/GBaseApp.py:475
 msgid "Database/connection command line options:"
 msgstr "Optiuni pentru linia de comanda pentru baze de date/conexiuni:"
 
-#: apps/GBaseApp.py:456
+#: apps/GBaseApp.py:478
 msgid "The following database drivers are installed on your system:"
 msgstr ""
 "Urmatoarele driver-e de baze de date sunt instalate in sistemul d-voastra:"
 
-#: apps/GBaseApp.py:503
+#: apps/GBaseApp.py:525
 msgid "Error: %s"
 msgstr "Erori: %s"
 
-#: apps/GBaseApp.py:506
+#: apps/GBaseApp.py:528
 msgid ""
 "\n"
 "For help, type:\n"
@@ -254,7 +259,7 @@
 "Pentru ajutor, scrieti:\n"
 "   %s --help\n"
 
-#: apps/GBaseApp.py:598
+#: apps/GBaseApp.py:620
 #, fuzzy
 msgid "For help, type: %s --help"
 msgstr ""
@@ -262,42 +267,50 @@
 "Pentru ajutor, scrieti:\n"
 "   %s --help\n"
 
-#: apps/GConfig.py:108
+#: apps/GConfig.py:106
 msgid "The file has duplicate source definitions."
 msgstr "Fisierul contine definitii de surse duplicate."
 
-#: apps/GConfig.py:110
+#: apps/GConfig.py:108
 msgid "The file has no source definitions."
 msgstr "Fisierul nu contine definitii de sursa."
 
-#: apps/GConfig.py:112
+#: apps/GConfig.py:110
 #, fuzzy
 msgid "The file cannot be parsed. %(exType)s :: %(exValue)s"
 msgstr "Fisierul nu poate fi interpretat. %s :: %s"
 
-#: apps/GConfig.py:115
+#: apps/GConfig.py:113
 msgid "The file cannot be parsed."
 msgstr "Fisierul nu poate fi interpretat."
 
-#: apps/GConfig.py:210
+#: apps/GConfig.py:211
 #, fuzzy
 msgid "Config option %(field)s is of wrong type in [%(section)s]"
 msgstr "Optiunea de configurare %s are tipul gresit in [%s]"
 
-#: apps/GConfig.py:264
+#: apps/GConfig.py:265
 msgid ""
 "Unable to read the GNUE_INSTALLED_SITE_CFG file... There is a problem with "
 "your installation"
 msgstr ""
 "Nu pot citi fisierul GNUE_INSTALLED_SITE_CFG... E o problema cu d-voastra"
 
-#: apps/GServerApp.py:58
+#: apps/GServerApp.py:44
+msgid "The server is already running on pid %s"
+msgstr ""
+
+#: apps/GServerApp.py:56
 msgid ""
 "Do not send the server into the background. For a POSIX system, this option "
 "keeps the server process from forking and detaching from its controlling "
 "terminal."
 msgstr ""
 
+#: apps/GServerApp.py:64
+msgid "Filename to store the server's process id."
+msgstr ""
+
 #: apps/RuntimeSettings.py:101 apps/RuntimeSettings.py:107
 msgid ""
 "\n"
@@ -327,32 +340,32 @@
 msgid "Cannot find plugin %s"
 msgstr "Nu gasesc tabela '%s'"
 
-#: datasources/GConditions.py:48
+#: datasources/GConditions.py:43
 msgid ""
 "Conditionelement '%(element)s' was expected to have '%(wanted)d'arguments, "
 "but only has %(real)d'"
 msgstr ""
 
-#: datasources/GConditions.py:57
+#: datasources/GConditions.py:52
 msgid "The field '%(field)s' has no entry in the given lookup-table"
 msgstr ""
 
-#: datasources/GConditions.py:67
+#: datasources/GConditions.py:62
 msgid "No unification rule for combination '%(type1)s' and '%(type2)s'"
 msgstr ""
 
-#: datasources/GConditions.py:75
+#: datasources/GConditions.py:70
 msgid ""
 "Value '%(value1)s' of type '%(type1)s' cannot be converted into type '%"
 "(type2)s'"
 msgstr ""
 
-#: datasources/GConditions.py:1326
+#: datasources/GConditions.py:1405
 #, fuzzy
 msgid "No valid condition tree"
 msgstr "Nu e o data valida"
 
-#: datasources/GConditions.py:1373 datasources/GConditions.py:1381
+#: datasources/GConditions.py:1452 datasources/GConditions.py:1460
 #: datasources/drivers/DBSIG2/DataObject.py:281
 #: datasources/drivers/ldap/Driver.py:559
 #: datasources/drivers/odbc/wodbc/Connection.py:419
@@ -365,7 +378,7 @@
 "found %(found)s"
 msgstr "Elementul conditie \"%s\" asteapta cel mult %s argumente; a gasit %s"
 
-#: datasources/GConditions.py:1393
+#: datasources/GConditions.py:1472
 #, fuzzy
 msgid ""
 "Condition clause \"%s\" is not supported by the condition to prefix table "
@@ -441,103 +454,97 @@
 msgid "User canceled the login request."
 msgstr "Utilizatorul a retras cererea de login."
 
-#: datasources/GDataSource.py:187
+#: datasources/GDataSource.py:181
 msgid "Backend doesn't support the trigger 'call' function"
 msgstr "Baza nu suporta functia-trigger 'call'"
 
-#: datasources/GDataSource.py:211
+#: datasources/GDataSource.py:205
 #, fuzzy
 msgid "Backend does not support the 'update' function"
 msgstr "Baza nu suporta functia-trigger 'call'"
 
-#: datasources/GDataSource.py:295
+#: datasources/GDataSource.py:289
 msgid "Datasource %s is sql-based, but has no <sql> definition."
 msgstr ""
 
-#: datasources/GDataSource.py:299
+#: datasources/GDataSource.py:293
 msgid "Datasource %s is not sql-based, but has a <sql> definition."
 msgstr ""
 
-#: datasources/GDataSource.py:421
+#: datasources/GDataSource.py:415
 #, fuzzy
 msgid "Detail source '%(source)s' references non-existant master '%(master)s'"
 msgstr "Sursa de detaliu '%s' are referinta catre maestru neexistent '%s'"
 
-#: datasources/GDataSource.py:445
+#: datasources/GDataSource.py:439
 msgid "The use of order_by is depreciated. Please use <sortorder> instead"
 msgstr ""
 
-#: datasources/GDataSource.py:479
-msgid ""
-"DEPRECIATION WARNING: use of 'order_by' attribute is depreciated. Please use "
-"<sortorder> instead."
-msgstr ""
-
-#: datasources/GDataSource.py:500
+#: datasources/GDataSource.py:504
 msgid "Unknown type/format of 'order-by' attribute"
 msgstr ""
 
-#: datasources/GDataSource.py:613
+#: datasources/GDataSource.py:648
 msgid "Data Object Type"
 msgstr ""
 
-#: datasources/GDataSource.py:617
+#: datasources/GDataSource.py:652
 #, fuzzy
 msgid "Connection Name"
 msgstr "Conexiunea refuzata"
 
-#: datasources/GDataSource.py:623
+#: datasources/GDataSource.py:661
 #, fuzzy
 msgid "Table Name"
 msgstr "Tabela"
 
-#: datasources/GDataSource.py:626
+#: datasources/GDataSource.py:666
 msgid "Cache Size"
 msgstr ""
 
-#: datasources/GDataSource.py:630
+#: datasources/GDataSource.py:671
 msgid "Query on Startup"
 msgstr ""
 
-#: datasources/GDataSource.py:639
+#: datasources/GDataSource.py:686
 msgid "M/D Master DataSource"
 msgstr ""
 
-#: datasources/GDataSource.py:645
+#: datasources/GDataSource.py:692
 msgid "M/D Master Field(s)"
 msgstr ""
 
-#: datasources/GDataSource.py:653
+#: datasources/GDataSource.py:700
 msgid "M/D Detail Field(s)"
 msgstr ""
 
-#: datasources/GDataSource.py:662
+#: datasources/GDataSource.py:709
 msgid "Explicit Fields"
 msgstr ""
 
-#: datasources/GDataSource.py:666
+#: datasources/GDataSource.py:713
 #, fuzzy
 msgid "Primary Key Field(s)"
 msgstr "Cheia primara: %s"
 
-#: datasources/GDataSource.py:671
+#: datasources/GDataSource.py:718
 #, fuzzy
 msgid "Primary Key Sequence"
 msgstr "Cheia primara: %s"
 
-#: datasources/GDataSource.py:678
+#: datasources/GDataSource.py:725
 msgid "Re-query on commit?"
 msgstr ""
 
-#: datasources/GDataSource.py:853
+#: datasources/GDataSource.py:912
 msgid "The URL '%s' is not a valid application server resource locator"
 msgstr ""
 
-#: datasources/GDataSource.py:859
+#: datasources/GDataSource.py:918
 msgid "Resource type '%s' is not supported"
 msgstr ""
 
-#: datasources/GDataSource.py:864
+#: datasources/GDataSource.py:923
 #, fuzzy
 msgid "Resource '%(name)s' of type '%(type)s' not found"
 msgstr "Rindul %d al tabelei %s nu are campuri cheie."
@@ -558,7 +565,7 @@
 msgid "Attempted to delete from a read only datasource"
 msgstr "S-a incercat stergerea dintr-o sursa read-only"
 
-#: datasources/drivers/Base/ResultSet.py:198
+#: datasources/drivers/Base/ResultSet.py:201
 msgid "Attempted to insert into a read only datasource"
 msgstr "S-a incercat adaugarea la o sursa read-only"
 
@@ -674,17 +681,17 @@
 
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:59
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:41
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/gadfly/gadfly/DataObject.py:156
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:154
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:156
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/informix/informix/DataObject.py:98
 #: datasources/drivers/informix/informix/RecordSet.py:99
 #: datasources/drivers/informix/informix/ResultSet.py:99
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/ingres/ingres/DataObject.py:91
 #: datasources/drivers/ingres/ingres/RecordSet.py:93
 #: datasources/drivers/ingres/ingres/ResultSet.py:91
@@ -695,7 +702,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:105
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:105
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:41
 #: datasources/drivers/sybase/sybase/DataObject.py:105
 #: datasources/drivers/sybase/sybase/RecordSet.py:105
 #: datasources/drivers/sybase/sybase/ResultSet.py:105
@@ -705,20 +712,20 @@
 # FIXME -- bad term, anyone know a better one?
 #: datasources/drivers/adodbapi/Schema/Discovery/Introspection.py:60
 #: datasources/drivers/csv/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:42
-#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:43
-#: datasources/drivers/dbf/dbf/DataObject.py:61
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:41
+#: datasources/drivers/dbf/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/dbf/dbf/DataObject.py:60
 #: datasources/drivers/dbf/dbf/RecordSet.py:82
 #: datasources/drivers/dbf/dbf/ResultSet.py:82
-#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/gadfly/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/gadfly/gadfly/DataObject.py:157
 #: datasources/drivers/gadfly/gadfly/RecordSet.py:155
 #: datasources/drivers/gadfly/gadfly/ResultSet.py:157
-#: datasources/drivers/informix/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/informix/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/informix/informix/DataObject.py:99
 #: datasources/drivers/informix/informix/RecordSet.py:100
 #: datasources/drivers/informix/informix/ResultSet.py:100
-#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/ingres/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/ingres/ingres/DataObject.py:92
 #: datasources/drivers/ingres/ingres/RecordSet.py:94
 #: datasources/drivers/ingres/ingres/ResultSet.py:92
@@ -730,7 +737,7 @@
 #: datasources/drivers/sqlrelay/sqlrelay/DataObject.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/RecordSet.py:106
 #: datasources/drivers/sqlrelay/sqlrelay/ResultSet.py:106
-#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/sybase/Schema/Discovery/Introspection.py:42
 #: datasources/drivers/sybase/sybase/DataObject.py:106
 #: datasources/drivers/sybase/sybase/RecordSet.py:106
 #: datasources/drivers/sybase/sybase/ResultSet.py:106
@@ -785,11 +792,11 @@
 msgid "Python 2.3+ CSV Driver"
 msgstr "Driver CSV pentry Python 2.3+"
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:43
 msgid "Aliases"
 msgstr "Alias-uri"
 
-#: datasources/drivers/db2/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/db2/Schema/Discovery/Introspection.py:44
 msgid "Summary Tables"
 msgstr "Tabele Sumare"
 
@@ -835,7 +842,7 @@
 msgstr "Driver kinterbasdb Firebird/Interbase"
 
 #: datasources/drivers/ldap/Driver.py:685
-#: datasources/drivers/special/configfile/DataObject.py:119
+#: datasources/drivers/special/configfile/DataObject.py:105
 msgid "Objects"
 msgstr "Obiecte"
 
@@ -897,27 +904,27 @@
 msgid "This feature is currently not supported by this driver"
 msgstr "Expresia conditionala \"%s\" nu e suportat de acest driver db."
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:41
 msgid "User Tables"
 msgstr "Tabele utilizator"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:42
 msgid "User Views"
 msgstr "Vizoare utilizator"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:43
 msgid "User Synonyms"
 msgstr "Sinonime utilizator"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:44
 msgid "System Tables"
 msgstr "Tabele sistem"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:45
 msgid "System Views"
 msgstr "Vizoare sistem"
 
-#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:47
+#: datasources/drivers/oracle/Schema/Discovery/Introspection.py:46
 msgid "System Synonyms"
 msgstr "Sinonime sistem"
 
@@ -1021,7 +1028,7 @@
 msgid "MySQL's MaxDB driver"
 msgstr "Driver MySQL MaxDB"
 
-#: datasources/drivers/special/configfile/Connection.py:97
+#: datasources/drivers/special/configfile/Connection.py:100
 msgid "Error opening config file %s"
 msgstr "Eroare la deschiderea fisierului de configurare %s"
 
@@ -1033,15 +1040,14 @@
 "Acest driver de baza de date prezinta intotdeauna toate sectiunile unui "
 "fisier de configurare. Nu puteti executa query-uri pe el."
 
-#: datasources/drivers/special/configfile/RecordSet.py:62
-#: datasources/drivers/special/configfile/RecordSet.py:83
+#: datasources/drivers/special/configfile/RecordSet.py:66
 msgid "The section name you have provided for this record already exists."
 msgstr ""
 "Numele de sectiune pe care l-ati specificat pentru aceasta inregistrare "
 "exista deja."
 
-#: datasources/drivers/special/configfile/RecordSet.py:67
-#: datasources/drivers/special/configfile/RecordSet.py:89
+#: datasources/drivers/special/configfile/RecordSet.py:71
+#: datasources/drivers/special/configfile/RecordSet.py:94
 msgid "You have to provide a section name for this record!"
 msgstr "Trebuie sa specificati un nume de sectiune pentru acesta inregistrare."
 
@@ -1209,11 +1215,11 @@
 msgid "inputMaskLen=%s"
 msgstr ""
 
-#: formatting/GTypecast.py:165
+#: formatting/GTypecast.py:164
 msgid "Whole numbers must be positive or 0"
 msgstr "Numere intregi trebuie sa fie positive sau 0"
 
-#: formatting/NumberMask.py:204 formatting/TextMask.py:193
+#: formatting/NumberMask.py:203 formatting/TextMask.py:192
 msgid "Invalid Entry"
 msgstr "Intrare non-valida"
 
@@ -1237,16 +1243,16 @@
 msgid "Validation"
 msgstr ""
 
-#: logic/GFormula.py:311 logic/GFormula.py:325 logic/GTrigger.py:290
-#: logic/GTrigger.py:319
+#: logic/GFormula.py:312 logic/GFormula.py:326 logic/GTrigger.py:291
+#: logic/GTrigger.py:318
 msgid "Invalid trigger "
 msgstr "Trigger non-valid"
 
-#: logic/GTrigger.py:341
+#: logic/GTrigger.py:340
 msgid "Source Trigger"
 msgstr "Trigger sursa"
 
-#: logic/adapters/python.py:153
+#: logic/adapters/python.py:170
 msgid "Sourcecode contains tab character at position %d"
 msgstr ""
 
@@ -1273,46 +1279,46 @@
 msgstr "Metoda ceruta nu exista"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:132
-#: rpc/drivers/pyro/ServerAdapter.py:190
+#: rpc/drivers/pyro/ServerAdapter.py:191
 #, fuzzy
 msgid "Missing Binding information. Please add binding information for %s"
 msgstr "Imi lipseste informatia despre legatura. Va rog adaugati "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:149
 #: rpc/drivers/_helpers/DirectoryServer.py:157
-#: rpc/drivers/pyro/ServerAdapter.py:207 rpc/drivers/pyro/ServerAdapter.py:215
+#: rpc/drivers/pyro/ServerAdapter.py:208 rpc/drivers/pyro/ServerAdapter.py:216
 #, fuzzy
 msgid "GNURPC cannot bind service '%(name)s' to service '%(destination)s'"
 msgstr "GNURPC nu poate lega serviciul '%s' la serviciul '%s'"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:182
-#: rpc/drivers/pyro/ServerAdapter.py:250
+#: rpc/drivers/pyro/ServerAdapter.py:252
 #, fuzzy
 msgid "GNURPC cannot bind method/attribut '%(name)s' to service '%(service)s'"
 msgstr "GNURPC nu poate lega metoda/atributul '%s' la serviciul '%s'"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:286
 #: rpc/drivers/_helpers/ObjectEnabler.py:127
-#: rpc/drivers/pyro/ServerAdapter.py:314
+#: rpc/drivers/pyro/ServerAdapter.py:316
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:199
 msgid "Dispatching: "
 msgstr "Despachetez: "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:321
-#: rpc/drivers/pyro/ServerAdapter.py:380
+#: rpc/drivers/pyro/ServerAdapter.py:382
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:270
 #, fuzzy
 msgid "Server XML-RPC method '%s' is not bound to real method"
 msgstr "Metoda de server XML-RPC '%s' nu e "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:326
-#: rpc/drivers/pyro/ServerAdapter.py:384
+#: rpc/drivers/pyro/ServerAdapter.py:386
 #, fuzzy
 msgid "Server does not have XML-RPC procedure %s"
 msgstr "Server-ul n-are procedura "
 
 #: rpc/drivers/_helpers/DirectoryServer.py:366
-#: rpc/drivers/pyro/ServerAdapter.py:442
+#: rpc/drivers/pyro/ServerAdapter.py:444
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:335
 #, fuzzy
 msgid ""
@@ -1321,7 +1327,7 @@
 msgstr "(citeste/scrie atributul) n-a fost gasit (metoda %s)"
 
 #: rpc/drivers/_helpers/DirectoryServer.py:380
-#: rpc/drivers/pyro/ServerAdapter.py:391
+#: rpc/drivers/pyro/ServerAdapter.py:393
 #, fuzzy
 msgid "Server XML-RPC procedure %(method)s accepts just %(attr)s as attributs"
 msgstr "XML-RPC %s accepta doar %s ca atribut"
@@ -1346,7 +1352,7 @@
 msgstr "Format gresit pentru handler-ul de obiecte "
 
 #: rpc/drivers/_helpers/ObjectEnabler.py:89
-#: rpc/drivers/pyro/ServerAdapter.py:348
+#: rpc/drivers/pyro/ServerAdapter.py:350
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:240
 msgid ""
 "Internal XMLRPC server error: method %s can be found in the directory (build "
@@ -1392,22 +1398,18 @@
 "py-xmlrpc suporta doar http ca mecanism de transport. Daca aveti nevoie de "
 "https, va rugam sa folositi adaptorul 'pw_xmlrpc."
 
-#: rpc/drivers/pyro/ClientAdapter.py:155
+#: rpc/drivers/pyro/ClientAdapter.py:158
 #, fuzzy
 msgid ""
-"To use XML-RPC, you must either specify a 'url' or\n"
+"To use Pyro, you must either specify a 'url' or\n"
 "a 'host' and 'port' setting."
 msgstr "Pentru a folosi XML-RPC, trebuie sa specificati or un 'url', ori\n"
 
-#: rpc/drivers/pyro/ClientAdapter.py:159
-msgid "Unable to initialize the XML-RPC interface at %s"
+#: rpc/drivers/pyro/ClientAdapter.py:162
+#, fuzzy
+msgid "Unable to initialize the Pyro interface at %s"
 msgstr "Nu pot initializa interfata XML-RPC la %s"
 
-#: rpc/drivers/pyro/ClientAdapter.py:188
-#, fuzzy
-msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
-msgstr "Nu pot initializa interfata XML-RPC la %s: "
-
 #: rpc/drivers/pyro/ServerAdapter.py:50
 #, fuzzy
 msgid ""
@@ -1421,7 +1423,7 @@
 "va rugam instalati xmlrpc de la:\n"
 "    http://www.pythonware.com/products/xmlrpc/";
 
-#: rpc/drivers/pyro/ServerAdapter.py:334
+#: rpc/drivers/pyro/ServerAdapter.py:336
 #: rpc/drivers/xmlrpc/pw_xmlrpc/ServerAdapter.py:222
 #, fuzzy
 msgid "Wrong format of object handle in method call %s"
@@ -1767,6 +1769,22 @@
 msgid "Not a valid date"
 msgstr "Nu e o data valida"
 
+#: utils/uuid.py:56
+msgid "The version '%s' is not a valid UUID version"
+msgstr ""
+
+#: utils/uuid.py:61
+msgid "'%s' is not recognized as valid namespace argument"
+msgstr ""
+
+#: utils/uuid.py:66
+msgid "No namespace given for namebased UUID generation"
+msgstr ""
+
+#, fuzzy
+#~ msgid "Unable to initialize the XML-RPC interface at %s: Connection refused"
+#~ msgstr "Nu pot initializa interfata XML-RPC la %s: "
+
 #~ msgid ""
 #~ "Driver not installed: sapdbapi for SAP-DB 7.x \n"
 #~ "[%s]"





reply via email to

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