commit-gnue
[Top][All Lists]
Advanced

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

gnue common/translations/de/LC_MESSAGES/gnue.mo...


From: Jan Ischebeck
Subject: gnue common/translations/de/LC_MESSAGES/gnue.mo...
Date: Sun, 06 Apr 2003 11:04:27 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  03/04/06 11:04:27

Modified files:
        common/translations/de/LC_MESSAGES: gnue.mo 
        common/doc/technotes: 00002.txt 
        forms/src/uidrivers/_commonGuiToolkit: MenuBar.py ToolBar.py 
        common/translations: gnue.po 

Log message:
        i18n update: technote update, new gnue.po, i18nize commonGuiToolkit,
        some (rather bad) german translations

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/translations/de/LC_MESSAGES/gnue.mo.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/doc/technotes/00002.txt.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/uidrivers/_commonGuiToolkit/MenuBar.py.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/uidrivers/_commonGuiToolkit/ToolBar.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/translations/gnue.po.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/common/doc/technotes/00002.txt
diff -c gnue/common/doc/technotes/00002.txt:1.6 
gnue/common/doc/technotes/00002.txt:1.7
*** gnue/common/doc/technotes/00002.txt:1.6     Sat Nov 23 07:36:02 2002
--- gnue/common/doc/technotes/00002.txt Sun Apr  6 11:04:27 2003
***************
*** 142,145 ****
--- 142,152 ----
    *  gnue/common/utils/create-po.sh - script to create gnue.po file from all
       .py files.
  
+ UPDATE:
+   The filelist in the "gnue/common/utils/create-po.sh" script is not up to 
date.
+   But you can easiely create and update your gnue.po file with the commands:
+ 
+      xgettext -dgnue -L Python -j `find gnue/*/src -maxdepth 10 -mindepth 2 
-iname '*.py'`
+    
+ 
  ---END---
Index: gnue/common/translations/de/LC_MESSAGES/gnue.mo
Index: gnue/common/translations/gnue.po
diff -c gnue/common/translations/gnue.po:1.1 
gnue/common/translations/gnue.po:1.2
*** gnue/common/translations/gnue.po:1.1        Sat Jun 29 10:10:03 2002
--- gnue/common/translations/gnue.po    Sun Apr  6 11:04:27 2003
***************
*** 1,151 ****
  # SOME DESCRIPTIVE TITLE.
! # Copyright (C) YEAR Free Software Foundation, Inc.
  # FIRST AUTHOR <address@hidden>, YEAR.
  #
  #, fuzzy
  msgid ""
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
! "POT-Creation-Date: 2002-06-29 16:01+ZONE\n"
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  "Last-Translator: FULL NAME <address@hidden>\n"
  "Language-Team: LANGUAGE <address@hidden>\n"
  "MIME-Version: 1.0\n"
  "Content-Type: text/plain; charset=CHARSET\n"
! "Content-Transfer-Encoding: ENCODING\n"
  
! #: ../src/GBaseApp.py:98
  msgid "Displays the version information for this program."
  msgstr ""
  
! #: ../src/GBaseApp.py:100
  msgid "Enables debugging messages.  Argument specifies the "
  msgstr ""
  
! #: ../src/GBaseApp.py:101
  msgid "level of messages to display (e.g., \"--debug-level 5\" displays "
  msgstr ""
  
! #: ../src/GBaseApp.py:102
  msgid "all debugging messages at level 5 or below.)"
  msgstr ""
  
! #: ../src/GBaseApp.py:104
  msgid "Sends all debugging messages to a specified file "
  msgstr ""
  
! #: ../src/GBaseApp.py:105
  msgid "(e.g., \"--debug-file trace.log\" sends all output to \"trace.log\")"
  msgstr ""
  
! #: ../src/GBaseApp.py:107
  msgid "Specifies the location of the connection definition file. "
  msgstr ""
  
! #: ../src/GBaseApp.py:108
  msgid "<loc> may specify a file name "
  msgstr ""
  
! #: ../src/GBaseApp.py:109
! msgid "(/usr/local/gnue/etc/connections.conf), "
! msgstr ""
! 
! #: ../src/GBaseApp.py:110
  msgid "or a URL location "
  msgstr ""
  
! #: ../src/GBaseApp.py:111
! msgid "(http://localhost/connections.conf). "
! msgstr ""
! 
! #: ../src/GBaseApp.py:112
  msgid "If this option is not specified, the environent variable "
  msgstr ""
  
! #: ../src/GBaseApp.py:113
  msgid "GNUE_CONNECTIONS is checked."
  msgstr ""
  
! #: ../src/GBaseApp.py:115
  msgid "Displays this help screen."
  msgstr ""
  
! #: ../src/GBaseApp.py:117
! msgid "Displays a list of valid configuration file entries, their purpose, 
and their default values."
  msgstr ""
  
! #: ../src/GBaseApp.py:119
! msgid "Generates a groff-formatted man page as a file in the current 
directory."
  msgstr ""
  
! #: ../src/GBaseApp.py:121
  msgid "Run Python's built-in profiler and display the resulting "
  msgstr ""
  
! #: ../src/GBaseApp.py:122
  msgid "run statistics."
  msgstr ""
  
! #: ../src/GBaseApp.py:124
  msgid "Run the app inside Python's built-in debugger "
  msgstr ""
  
! #: ../src/GBaseApp.py:130
! msgid "This application requires Python 2.0 or greater.  You are running 
Python %s"
  msgstr ""
  
! #: ../src/GBaseApp.py:133
  msgid "This application requires Python 2.0 or greater."
  msgstr ""
  
! #: ../src/GBaseApp.py:194
  msgid "The debug_level option (\"-d\") expects a numerical value."
  msgstr ""
  
! #: ../src/GBaseApp.py:207
  msgid "The gnue.conf file is incomplete: "
  msgstr ""
  
! #: ../src/GBaseApp.py:213
  msgid "%s while reading gnue.conf: "
  msgstr ""
  
! #: ../src/GBaseApp.py:238 :244
  msgid "Unable to load the connections definition file.\n"
  msgstr ""
  
! #: ../src/GBaseApp.py:239
! msgid "\n   The connections file is in an invalid format. "
! msgstr ""
! 
! #: ../src/GBaseApp.py:240
! msgid "\n   %s"
  msgstr ""
  
! #: ../src/GBaseApp.py:245
! msgid "\n   The connections file specified either does "
  msgstr ""
  
! #: ../src/GBaseApp.py:246
! msgid "\n   not exist or is not readable by your account.\n"
  msgstr ""
  
! #: ../src/GBaseApp.py:247
! msgid "\n   Location: \"%s\""
  msgstr ""
  
! #: ../src/GBaseApp.py:255
  msgid ""
  "\n"
  "%s\n"
  "Version %s\n"
  msgstr ""
  
! #: ../src/GBaseApp.py:256
  msgid "GNUe Common Version %s\n"
  msgstr ""
  
! #: ../src/GBaseApp.py:314
  msgid ""
  "Usage:  %s %s\n"
  "\n"
--- 1,177 ----
  # SOME DESCRIPTIVE TITLE.
! # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
! # This file is distributed under the same license as the PACKAGE package.
  # FIRST AUTHOR <address@hidden>, YEAR.
  #
  #, fuzzy
  msgid ""
  msgstr ""
  "Project-Id-Version: PACKAGE VERSION\n"
! "POT-Creation-Date: 2003-04-06 17:01+0200\n"
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  "Last-Translator: FULL NAME <address@hidden>\n"
  "Language-Team: LANGUAGE <address@hidden>\n"
  "MIME-Version: 1.0\n"
  "Content-Type: text/plain; charset=CHARSET\n"
! "Content-Transfer-Encoding: 8bit\n"
  
! #: appserver/src/_featuretest/geasAuthentification.py:98
! #, python-format
! msgid "User '%s' does not exist."
! msgstr ""
! 
! #: appserver/src/_featuretest/geasAuthentification.py:104
! #, python-format
! msgid "User '%s' didn't provide right authentification information"
! msgstr ""
! 
! #: appserver/src/_featuretest/geasAuthentification.py:105
! msgid " (password)."
! msgstr ""
! 
! #: appserver/src/_featuretest/geasAuthentification.py:109
! #, python-format
! msgid "User '%s' logged in."
! msgstr ""
! 
! #: common/src/apps/GBaseApp.py:101
  msgid "Displays the version information for this program."
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:103
  msgid "Enables debugging messages.  Argument specifies the "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:104
  msgid "level of messages to display (e.g., \"--debug-level 5\" displays "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:105
  msgid "all debugging messages at level 5 or below.)"
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:107
  msgid "Sends all debugging messages to a specified file "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:108
  msgid "(e.g., \"--debug-file trace.log\" sends all output to \"trace.log\")"
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:110
  msgid "Specifies the location of the connection definition file. "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:111
  msgid "<loc> may specify a file name "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:113
  msgid "or a URL location "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:115
  msgid "If this option is not specified, the environent variable "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:116
  msgid "GNUE_CONNECTIONS is checked."
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:118
  msgid "Displays this help screen."
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:120
! msgid ""
! "Displays a list of valid configuration file entries, their purpose, and "
! "their default values."
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:122
! msgid ""
! "Generates a groff-formatted man page as a file in the current directory."
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:124
  msgid "Run Python's built-in profiler and display the resulting "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:125
  msgid "run statistics."
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:127
  msgid "Run the app inside Python's built-in debugger "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:133
! #, python-format
! msgid ""
! "This application requires Python 2.0 or greater.  You are running Python %s"
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:136
  msgid "This application requires Python 2.0 or greater."
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:197
  msgid "The debug_level option (\"-d\") expects a numerical value."
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:210
  msgid "The gnue.conf file is incomplete: "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:216
! #, python-format
  msgid "%s while reading gnue.conf: "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:277 common/src/apps/GBaseApp.py:283
  msgid "Unable to load the connections definition file.\n"
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:278
! msgid ""
! "\n"
! "   The connections file is in an invalid format. "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:284
! msgid ""
! "\n"
! "   The connections file specified either does "
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:285
! msgid ""
! "\n"
! "   not exist or is not readable by your account.\n"
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:286
! #, python-format
! msgid ""
! "\n"
! "   Location: \"%s\""
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:294
! #, python-format
  msgid ""
  "\n"
  "%s\n"
  "Version %s\n"
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:295
! #, python-format
  msgid "GNUe Common Version %s\n"
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:353
! #, python-format
  msgid ""
  "Usage:  %s %s\n"
  "\n"
***************
*** 155,225 ****
  "%s"
  msgstr ""
  
! #: ../src/GBaseApp.py:316
! msgid "%s\n"
! msgstr ""
! 
! #: ../src/GBaseApp.py:482
  msgid "Error: %s"
  msgstr ""
  
! #: ../src/GBaseApp.py:485
  msgid ""
  "\n"
  "For help, type:\n"
  "   %s --help\n"
  msgstr ""
  
! #: ../src/GComm.py:48
! msgid "GComm adapter '%s' does not support clients"
! msgstr ""
! 
! #: ../src/GComm.py:116
! msgid "GComm adapter '%s' does not support servers"
! msgstr ""
! 
! #: ../src/GConfig.py:108
  msgid "The file has duplicate source definitions."
  msgstr ""
  
! #: ../src/GConfig.py:110
  msgid "The file has no source definitions."
  msgstr ""
  
! #: ../src/GConfig.py:112
  msgid "The file cannot be parsed. %s :: %s"
  msgstr ""
  
! #: ../src/GConfig.py:113
  msgid "The file cannot be parsed."
  msgstr ""
  
! #: ../src/GConfig.py:189
! msgid "Unable to read the GNUE_INSTALLED_SITE_CFG file... There is a problem 
with your installation"
  msgstr ""
  
! #: ../src/GConnections.py:77
  msgid ""
  "The connections file has duplicate source definitions.\n"
  "\n"
  "File: %s"
  msgstr ""
  
! #: ../src/GConnections.py:81
  msgid ""
  "The connections file has no source definitions.\n"
  "\n"
  "File: %s"
  msgstr ""
  
! #: ../src/GConnections.py:85
  msgid ""
  "The connections file cannot be parsed.\n"
  "\n"
  "File: %s"
  msgstr ""
  
! #: ../src/GConnections.py:134 :169
  msgid ""
  "The connections file does not contain a definition \n"
  "       for \"%s\".\n"
--- 181,473 ----
  "%s"
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:536
! #, python-format
  msgid "Error: %s"
  msgstr ""
  
! #: common/src/apps/GBaseApp.py:539
! #, python-format
  msgid ""
  "\n"
  "For help, type:\n"
  "   %s --help\n"
  msgstr ""
  
! #: common/src/apps/GConfig.py:105
  msgid "The file has duplicate source definitions."
  msgstr ""
  
! #: common/src/apps/GConfig.py:107
  msgid "The file has no source definitions."
  msgstr ""
  
! #: common/src/apps/GConfig.py:109
! #, python-format
  msgid "The file cannot be parsed. %s :: %s"
  msgstr ""
  
! #: common/src/apps/GConfig.py:110
  msgid "The file cannot be parsed."
  msgstr ""
  
! #: common/src/apps/GConfig.py:228
! msgid ""
! "Unable to read the GNUE_INSTALLED_SITE_CFG file... There is a problem with "
! "your installation"
! msgstr ""
! 
! #: common/src/apps/GServerApp.py:58
! msgid "Do not send the server into the background. For a POSIX system, "
! msgstr ""
! 
! #: common/src/apps/GServerApp.py:59
! msgid "this option keeps the server process from forking and detaching "
! msgstr ""
! 
! #: common/src/apps/GServerApp.py:60
! msgid "from its controlling terminal."
! msgstr ""
! 
! #: common/src/apps/RuntimeSettings.py:92 common/src/apps/RuntimeSettings.py:95
! #, python-format
! msgid ""
! "\n"
! "Warning: Unable to save session data to %s\n"
! msgstr ""
! 
! #: common/src/datasources/drivers/db2/db2/Driver.py:50
! #, python-format
! msgid "Driver not installed: db2 for DB2 [%s]"
! msgstr ""
! 
! #: common/src/datasources/drivers/DBSIG2/Driver.py:379
! #: common/src/datasources/drivers/odbc/wodbc/Driver.py:398
! #: common/src/datasources/drivers/ldap/Driver.py:572
! #: common/src/datasources/GConditions.py:448
! #, python-format
! msgid "Condition element \"%s\" expects at least %s arguments; found %s"
! msgstr ""
! 
! #: common/src/datasources/drivers/DBSIG2/Driver.py:383
! #: common/src/datasources/drivers/odbc/wodbc/Driver.py:402
! #: common/src/datasources/drivers/ldap/Driver.py:577
! #: common/src/datasources/GConditions.py:453
! #, python-format
! msgid "Condition element \"%s\" expects at most %s arguments; found %s"
! msgstr ""
! 
! #: common/src/datasources/drivers/DBSIG2/Driver.py:393
! #: common/src/datasources/drivers/odbc/wodbc/Driver.py:411
! #: common/src/datasources/drivers/ldap/Driver.py:588
! #, python-format
! msgid "Condition clause \"%s\" is not supported by this db driver."
! msgstr ""
! 
! #: common/src/datasources/drivers/DBSIG2/Driver.py:407
! #, python-format
! msgid "Datatype '%s' is not supported by database"
! msgstr ""
! 
! #: common/src/datasources/drivers/appserver/appserver/Driver.py:69
! #, python-format
! msgid "Error loging into appserver: %s"
! msgstr ""
! 
! #: common/src/datasources/drivers/appserver/appserver/Driver.py:73
! msgid "Error loging into appserver"
! msgstr ""
! 
! #: common/src/datasources/drivers/appserver/appserver/Driver.py:339
! #, python-format
! msgid ""
! "Error during creation of object list \n"
! "\n"
! " --- %s ---)"
! msgstr ""
! 
! #: common/src/datasources/drivers/appserver/appserver/Driver.py:363
! msgid "Error during Rollback"
! msgstr ""
! 
! #: common/src/datasources/drivers/dbf/dbf/Driver.py:61
! msgid "DBF file not found."
! msgstr ""
! 
! #: common/src/datasources/drivers/dbf/dbf/Driver.py:64
! msgid "Wrong file format."
! msgstr ""
! 
! #: common/src/datasources/drivers/gadfly/gadfly/Driver.py:45
! msgid ""
! "\n"
! "Could not load gadfly.  For Gadfly support, please install \n"
! msgstr ""
! 
! #: common/src/datasources/drivers/gadfly/gadfly/Driver.py:46
! msgid "GadflyB5 1.0.0 pr1 or later from"
! msgstr ""
! 
! #: common/src/datasources/drivers/gadfly/gadfly/Driver.py:48
! #: common/src/datasources/drivers/mysql/mysql/Driver.py:48
! #, python-format
! msgid "Error:  %s"
! msgstr ""
! 
! #: common/src/datasources/drivers/informix/informix/Driver.py:50
! #, python-format
! msgid "Driver not installed: Kinfxdb for Informix [%s]"
! msgstr ""
! 
! #: common/src/datasources/drivers/ingres/ingres/Driver.py:51
! #, python-format
! msgid "Driver not installed: ingmod for Ingres/Ingres II/OpenIngres [%s]"
! msgstr ""
! 
! #: common/src/datasources/drivers/interbase/interbase/Driver.py:49
! #, python-format
! msgid "Driver not installed: Kinterbasdb for Interbase [%s]"
! msgstr ""
! 
! #: common/src/datasources/drivers/mysql/mysql/Driver.py:45
! msgid ""
! "\n"
! "Could not load MySQLdb.  For MySQL support, please install \n"
! msgstr ""
! 
! #: common/src/datasources/drivers/mysql/mysql/Driver.py:46
! msgid "mysql-python 0.9.0 or later from"
! msgstr ""
! 
! #: common/src/datasources/drivers/odbc/mxodbc/Driver.py:53
! msgid ""
! "Driver not installed: ODBC\n"
! "Grab mxODBC from "
! msgstr ""
! 
! #: common/src/datasources/drivers/odbc/mxodbc/Driver.py:83
! msgid "Invalid service string for ODBC driver.\n"
! msgstr ""
! 
! #: common/src/datasources/drivers/odbc/mxodbc/Driver.py:84
! msgid "Format: service=\"Backend|DSNString\""
! msgstr ""
! 
! #: common/src/datasources/drivers/odbc/mxodbc/Driver.py:87
! #, python-format
! msgid "Unable to load the ODBC drivers for %s"
! msgstr ""
! 
! #: common/src/datasources/drivers/odbc/wodbc/Driver.py:46
! #, python-format
! msgid ""
! "Driver not installed: win32all ODBC driver\n"
! "\n"
! "[%s"
! msgstr ""
! 
! #: common/src/datasources/drivers/oracle/cxoracle/Driver.py:47
! #, python-format
! msgid "Driver not installed: cx_Oracle for Oracle 8.x [%s]"
! msgstr ""
! 
! #: common/src/datasources/drivers/oracle/dcoracle/Driver.py:48
! #, python-format
! msgid "Driver not installed: DCOracle2 [%s]"
! msgstr ""
! 
! #: common/src/datasources/drivers/postgresql/pygresql/Driver.py:43
! #, python-format
! msgid "Driver not installed: pygresql for PostgreSQL [%s]"
! msgstr ""
! 
! #: common/src/datasources/drivers/sapdb/sapbd/Driver.py:69
! #, python-format
! msgid ""
! "Driver not installed: sapdbapi for SAP-DB 7.x \n"
! "[%s]"
! msgstr ""
! 
! #: common/src/datasources/drivers/special/configfile/Driver.py:83
! #: common/src/datasources/drivers/special/configfile/Driver.py:104
! msgid "The section name you have provided for this record already exists."
! msgstr ""
! 
! #: common/src/datasources/drivers/special/configfile/Driver.py:88
! #: common/src/datasources/drivers/special/configfile/Driver.py:110
! msgid "You have to provide a section name for this record!"
! msgstr ""
! 
! #: common/src/datasources/drivers/special/configfile/Driver.py:279
! #, python-format
! msgid "Error opening config file %s"
! msgstr ""
! 
! #: common/src/datasources/drivers/special/configfile/Driver.py:302
! msgid ""
! "This database driver always shows all sections             of a config file. 
"
! "You cannot execute querys on it."
! msgstr ""
! 
! #: common/src/datasources/drivers/sqlite/sqlite/Driver.py:47
! #, python-format
! msgid ""
! "Driver not installed: SQLitedbapi for SQLite 7.x \n"
! "[%s]"
! msgstr ""
! 
! #: common/src/datasources/drivers/sqlrelay/sqlrelay/Driver.py:51
! #, python-format
! msgid ""
! "Driver not installed: SQLRelay Python API\n"
! "[%s]"
! msgstr ""
! 
! #: common/src/datasources/drivers/sybase/sybase/Driver.py:51
! #, python-format
! msgid "Driver not installed: Sybase.py for Sybase ASE 11.0/11.9 [%s]"
! msgstr ""
! 
! #: common/src/datasources/GConditions.py:401
! msgid "No valid condition tree"
! msgstr ""
! 
! #: common/src/datasources/GConditions.py:462
! #, python-format
! msgid "Condition clause \"%s\" is not supported "
! msgstr ""
! 
! #: common/src/datasources/GConditions.py:463
! msgid "by the condition to prefix table conversion."
  msgstr ""
  
! #: common/src/datasources/GConnections.py:79
! #, python-format
  msgid ""
  "The connections file has duplicate source definitions.\n"
  "\n"
  "File: %s"
  msgstr ""
  
! #: common/src/datasources/GConnections.py:83
! #, python-format
  msgid ""
  "The connections file has no source definitions.\n"
  "\n"
  "File: %s"
  msgstr ""
  
! #: common/src/datasources/GConnections.py:87
! #, python-format
  msgid ""
  "The connections file cannot be parsed.\n"
  "\n"
  "File: %s"
  msgstr ""
  
! #: common/src/datasources/GConnections.py:136
! #: common/src/datasources/GConnections.py:171
! #, python-format
  msgid ""
  "The connections file does not contain a definition \n"
  "       for \"%s\".\n"
***************
*** 227,1407 ****
  "File: %s"
  msgstr ""
  
! #: ../src/GConnections.py:251
  msgid ""
  "Unable to log in after 4 attempts.\n"
  "\n"
  "Error: %s"
  msgstr ""
  
! #: ../src/GConnections.py:256
  msgid "User canceled the login request."
  msgstr ""
  
! #: ../src/GConnections.py:271
  msgid "No database driver found for provider type '%s'"
  msgstr ""
  
! #: ../src/GConnections.py:279
  msgid "DB Driver '%s' does not support source type '%s'"
  msgstr ""
  
! #: ../src/GDataObjects.py:390
  msgid "Attempted to insert into a read only datasource"
  msgstr ""
  
! #: ../src/GDataObjects.py:610
  msgid "Attempted to modify read only field '%s'"
  msgstr ""
  
! #: ../src/GDataObjects.py:640
  msgid "Attempted to delete from a read only datasource"
  msgstr ""
  
! #: ../src/GDataSource.py:248
  msgid "Detail source '%s' references non-existant master '%s'"
  msgstr ""
  
! #: ../src/GDateTime.py:70
! msgid "Not a valid date"
  msgstr ""
  
! #: ../src/GParser.py:102
! msgid "Error loading %s: empty definition file"
  msgstr ""
  
! #: ../src/GParser.py:104
! msgid "Error loading %s: not a valid %s definition (expected: %s, got: %s)"
  msgstr ""
  
! #: ../src/GParser.py:211
! msgid "Error processing <%s> tag [I do not know what a <%s> tag does]"
  msgstr ""
  
! #: ../src/GParser.py:223
! msgid "Error processing <%s> tag [I do not recognize the \"%s\" attribute"
  msgstr ""
  
! #: ../src/GParser.py:225
! msgid "Error processing <%s> tag [invalid type for \"%s\" attribute; value is 
\"%s\"]"
  msgstr ""
  
! #: ../src/GParser.py:230
! msgid "Error processing <%s> tag [\"%s\" attribute should be unique; 
duplicate value is \"%s\"]"
  msgstr ""
  
! #: ../src/GParser.py:241
! msgid "Error processing <%s> tag [required attribute \"%s\" not present]"
  msgstr ""
  
! #: ../src/GParser.py:276
! msgid "WARNING: Markup includes namespaces, but the current tool does not 
include namespace support!"
  msgstr ""
  
! #: ../src/GServerApp.py:57
! msgid "Do not send the server into the background. For a POSIX system, "
  msgstr ""
  
! #: ../src/GServerApp.py:58
! msgid "this option keeps the server process from forking and detaching "
  msgstr ""
  
! #: ../src/GServerApp.py:59
! msgid "from its controlling terminal."
  msgstr ""
  
! #: ../src/GTypecast.py:156
! msgid "Whole numbers must be positive or 0"
  msgstr ""
  
! #: ../src/GTrigger.py:587 :601 ../../forms/src/GFTrigger.py:85
! msgid "Invalid trigger "
  msgstr ""
  
! #: ../src/RuntimeSettings.py:92 :95
! msgid "\nWarning: Unable to save session data to %s\n"
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:125
! msgid "Missing Binding information. Please add binding "
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:126
! msgid "information for %s "
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:143
! msgid "GNURPC can't bind service '%s' to service '%s'"
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:149
! msgid "GNURPC: cannot bind service '%s' to %s"
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:172
! msgid "GNURPC can't bind method/attribut '%s' to service '%s'"
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:270
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:166
! msgid "Dispatching: "
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:306
! msgid "Server XML-RPC method '%s' is not "
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:307
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:235
! msgid "bound to real method"
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:311
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:238
! msgid "Server does not have XML-RPC "
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:312
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:239
! msgid "procedure %s"
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:353
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:295
! msgid "Internal Server XML-RPC error: method type"
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:354
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:296
! msgid "(get/set attribute) couldn't be detected (method %s)"
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:368
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:246
! msgid "Server XML-RPC "
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:369
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:247
! msgid "procedure %s accepts just %s as attributs"
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:385
! msgid "No help available for %s"
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:388 :400
! msgid "InvalidMethodName"
  msgstr ""
  
! #: ../src/commdrivers/_directory/DirectoryServer.py:389 :401
! msgid "Requested method does not exist"
  msgstr ""
  
! #: ../src/commdrivers/_helpers/RpcDoc.py:44
! msgid "GNUe RPC Documentation Generator"
  msgstr ""
  
! #: ../src/commdrivers/_helpers/RpcDoc.py:46
! msgid "Error: the module %s does not exist or cannot be loaded"
  msgstr ""
  
! #: ../src/commdrivers/pyro/CommDriver.py:42
! msgid "\nUnable to load pyro.  To use the PYRO interface, \n"
  msgstr ""
  
! #: ../src/commdrivers/pyro/CommDriver.py:43
! msgid "please install Pyro from:\n"
  msgstr ""
  
! #: ../src/commdrivers/proxy/CommDriver.py:61
! msgid "Proxy client adapter should be called with the server object"
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ClientAdapter.py:76
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:68
! msgid "\nUnable to load xmlrpclib.  To use the XML-RPC interface, \n"
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ClientAdapter.py:77
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:69
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:76
! #: ../src/commdrivers/xmlrpc/ServerAdapter.py:62
! msgid "please install xmlrpc from:\n"
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ClientAdapter.py:115
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:177
! msgid "To use XML-RPC, you must either specify a 'url' or\n"
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ClientAdapter.py:116
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:178
! msgid "a 'host' and 'port' setting."
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ClientAdapter.py:119
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:181
! msgid "Unable to initialize the XML-RPC interface at %s"
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/RpcDoc.py:66 :77 :99
! #: ../src/commdrivers/xmlrpc/RpcDoc.py:66 :77 :88 :99
! msgid "'doc' command expects a .grpc file as its argument."
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/RpcDoc.py:169
! #: ../src/commdrivers/xmlrpc/RpcDoc.py:182
! msgid "RpcDoc.py has to be called with an command argument. "
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/RpcDoc.py:170
! #: ../src/commdrivers/xmlrpc/RpcDoc.py:183
! msgid "call 'RpcDoc.py help' for more information."
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:121
! #: ../src/commdrivers/xmlrpc/ServerAdapter.py:92
! msgid "Required parameter \"port\" not supplied"
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:187
! msgid "Wrong format of object handle "
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:188
! msgid "in method call %s"
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:201
! msgid "Internal XMLRPC server error: method %s can be "
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:203
! msgid "found in the directory (build out of a .grpc file),"
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:204
! msgid " but the object doesn't contain this method/attribut."
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:205
! msgid " Please check you .grpc file for wrong return types."
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:234
! msgid "Server XML-RPC method %s  is not "
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:452
! msgid "Object handle not returned"
  msgstr ""
  
! #: ../src/commdrivers/pw_xmlrpc/ServerAdapter.py:460
! msgid "Invalid object handle"
  msgstr ""
  
! #: ../src/commdrivers/soap/CommDriver.py:45
! msgid "\nUnable to load soaplib.  To use the SOAP interface, \n"
  msgstr ""
  
! #: ../src/commdrivers/soap/CommDriver.py:46
! msgid "please install soaplib from:\n"
  msgstr ""
  
! #: ../src/commdrivers/sockets/CommDriver.py:85
! msgid "Your configuration references a file-based sockets connection.\n"
  msgstr ""
  
! #: ../src/commdrivers/sockets/CommDriver.py:86
! msgid "However, your operating system does not support file-based sockets."
  msgstr ""
  
! #: ../src/commdrivers/sockets/CommDriver.py:97
! msgid "Unable to initialize the requested socket located at %s"
  msgstr ""
  
! #: ../src/commdrivers/sockets/CommDriver.py:114
! msgid "To use the sockets commdriver, you must specify either a sockets"
  msgstr ""
  
! #: ../src/commdrivers/sockets/CommDriver.py:115
! msgid "\nfile or a host and port number.  Please see documentation."
  msgstr ""
  
! #: ../src/commdrivers/sockets/CommDriver.py:119
! msgid "Unable to initialize the requested socket located at %s:%s"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:75
! #: ../src/commdrivers/xmlrpc/ServerAdapter.py:61
! msgid "\nUnable to load xmlrpc.  To use the XML-RPC interface, \n"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:78
! msgid "the appropriate DEBIAN package is python-xmlrpc.deb"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:195
! msgid "Unable to initialize the XML-RPC interface at %s: "
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:196
! msgid "Connection refused"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:269
! msgid "Unable to connect to XML-RPC server "
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:270
! msgid ""
! "at '%s' \n"
! "(connection refused)\n"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:271
! msgid "please check if the server is running"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:288
! msgid "Service/Command %s does not exist on the server"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:295
! msgid "%s"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:301
! msgid "Error '%s' occured on server connected"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ClientAdapter.py:307
! msgid "Unknown XMLRPC Error: '%s' of type '%s'"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/RpcDoc.py:105
! msgid "Unrecognized XML-RPC doc command: %s"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ServerAdapter.py:64
! msgid "the appropriate DEBIAN package is python-xmlrpc"
  msgstr ""
  
! #: ../src/commdrivers/xmlrpc/ServerAdapter.py:159
! msgid "Internal server error occured:\n"
  msgstr ""
  
! #: ../src/dbdrivers/cxoracle/DBdriver.py:47
! msgid "Driver not installed: cx_Oracle for Oracle 8.x [%s]"
  msgstr ""
  
! #: ../src/dbdrivers/db2/DBdriver.py:50
! msgid "Driver not installed: db2 for DB2 [%s]"
  msgstr ""
  
! #: ../src/dbdrivers/_dbsig/DBdriver.py:366
! #: ../src/dbdrivers/geas/DBdriver.py:234 
../src/dbdrivers/msado/DBdriver.py:221
! #: ../src/dbdrivers/odbc/DBdriver.py:398
! msgid "Condition element \"%s\" expects at least %s arguments; found %s"
  msgstr ""
  
! #: ../src/dbdrivers/_dbsig/DBdriver.py:370
! #: ../src/dbdrivers/geas/DBdriver.py:238 
../src/dbdrivers/msado/DBdriver.py:225
! #: ../src/dbdrivers/odbc/DBdriver.py:402
! msgid "Condition element \"%s\" expects at most %s arguments; found %s"
  msgstr ""
  
! #: ../src/dbdrivers/_dbsig/DBdriver.py:379
! #: ../src/dbdrivers/geas/DBdriver.py:247 
../src/dbdrivers/msado/DBdriver.py:234
! #: ../src/dbdrivers/odbc/DBdriver.py:411
! msgid "Condition clause \"%s\" is not supported by this db driver."
  msgstr ""
  
! #: ../src/dbdrivers/geas/DBdriver.py:48
! msgid "Failed to load CORBA module."
  msgstr ""
  
! #: ../src/dbdrivers/geas/DBdriver.py:49
! msgid "Please see http://orbit-python.sault.org/ for the required python 
CORBA bindings"
  msgstr ""
  
! #: ../src/dbdrivers/geas/DBdriver.py:147
! msgid "Unable to connect to GEAS. Is it running?"
  msgstr ""
  
! #: ../src/dbdrivers/geas/DBdriver.py:261
! msgid "Conditions"
  msgstr ""
  
! #: ../src/dbdrivers/informix/DBdriver.py:50
! msgid "Driver not installed: Kinfxdb for Informix [%s]"
  msgstr ""
  
! #: ../src/dbdrivers/ingres/DBdriver.py:51
! msgid "Driver not installed: ingmod for Ingres/Ingres II/OpenIngres [%s]"
  msgstr ""
  
! #: ../src/dbdrivers/interbase/DBdriver.py:49
! msgid "Driver not installed: Kinterbasdb for Interbase [%s]"
  msgstr ""
  
! #: ../src/dbdrivers/mysql/DBdriver.py:44
! msgid "\nCould not load MySQLdb.  For MySQL support, please install \n"
  msgstr ""
  
! #: ../src/dbdrivers/mysql/DBdriver.py:45
! msgid "mysql-python 0.9.0 or later from"
  msgstr ""
  
! #: ../src/dbdrivers/mysql/DBdriver.py:47
! msgid "Error:  %s"
  msgstr ""
  
! #: ../src/dbdrivers/msado/DBdriver.py:46
! msgid ""
! "Driver not installed: ADO [win32all COMM drivers]\n"
! "\n"
! "[%s"
  msgstr ""
  
! #: ../src/dbdrivers/mxodbc/DBdriver.py:52
! msgid ""
! "Driver not installed: ODBC\n"
! "Grab mxODBC from "
  msgstr ""
  
! #: ../src/dbdrivers/mxodbc/DBdriver.py:82
! msgid "Invalid service string for ODBC driver.\n"
  msgstr ""
  
! #: ../src/dbdrivers/mxodbc/DBdriver.py:83
! msgid "Format: service=\"Backend|DSNString\""
  msgstr ""
  
! #: ../src/dbdrivers/mxodbc/DBdriver.py:86
! msgid "Unable to load the ODBC drivers for %s"
  msgstr ""
  
! #: ../src/dbdrivers/odbc/DBdriver.py:46
! msgid ""
! "Driver not installed: win32all ODBC driver\n"
! "\n"
! "[%s"
  msgstr ""
  
! #: ../src/dbdrivers/oracle/DBdriver.py:48
! msgid "Driver not installed: DCOracle2 [%s]"
  msgstr ""
  
! #: ../src/dbdrivers/postgresql/DBdriver.py:43
! msgid "Driver not installed: pygresql for PostgreSQL [%s]"
  msgstr ""
  
! #: ../src/dbdrivers/sapdb/DBdriver.py:51
! msgid ""
! "Driver not installed: sapdbapi for SAP-DB 7.x \n"
! "[%s]"
  msgstr ""
  
! #: ../src/dbdrivers/sybase/DBdriver.py:51
! msgid "Driver not installed: Sybase.py for Sybase ASE 11.0/11.9 [%s]"
  msgstr ""
  
! #: ../src/dbdrivers/sqlrelay/DBdriver.py:51
! msgid ""
! "Driver not installed: SQLRelay Python API\n"
! "[%s]"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:111
! msgid "The requested format mask \"%s\" is not defined for %s fields"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:125
! msgid "Unexpected character \"%s\" in %s mask."
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:153
! msgid "Starting cursor: %s; shift: %s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:165
! msgid "Ending cursor: %s; shift: %s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:225
! msgid "*** moveCursorRelative(%s)"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:230
! msgid "relative=%s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:231
! msgid "direction=%s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:235
! msgid "cursor #1: %s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:244
! msgid "cursor #2: %s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:256 :326
! msgid "pos=%s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:257 :263 :272
! msgid "section=%s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:260
! msgid "cursor #2b: %s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:267
! msgid "cursor #3: %s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:275
! msgid "cursor #4: %s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:279
! msgid "New cursor position: %s"
  msgstr ""
  
! #: ../src/FormatMasks/BaseMask.py:367
! msgid "after processEdit, index=%s;cursor=%s"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:63 ../src/FormatMasks/NumberMask.py:61
! #: ../src/FormatMasks/TextMask.py:50
! msgid "January"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:64 ../src/FormatMasks/NumberMask.py:62
! #: ../src/FormatMasks/TextMask.py:51
! msgid "February"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:65 ../src/FormatMasks/NumberMask.py:63
! #: ../src/FormatMasks/TextMask.py:52
! msgid "March"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:66 ../src/FormatMasks/NumberMask.py:64
! #: ../src/FormatMasks/TextMask.py:53
! msgid "April"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:67 :80 ../src/FormatMasks/NumberMask.py:65
! #: :78 ../src/FormatMasks/TextMask.py:54 :67
! msgid "May"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:68 ../src/FormatMasks/NumberMask.py:66
! #: ../src/FormatMasks/TextMask.py:55
! msgid "June"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:69 ../src/FormatMasks/NumberMask.py:67
! #: ../src/FormatMasks/TextMask.py:56
! msgid "July"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:70 ../src/FormatMasks/NumberMask.py:68
! #: ../src/FormatMasks/TextMask.py:57
! msgid "August"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:71 ../src/FormatMasks/NumberMask.py:69
! #: ../src/FormatMasks/TextMask.py:58
! msgid "September"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:72 ../src/FormatMasks/NumberMask.py:70
! #: ../src/FormatMasks/TextMask.py:59
! msgid "October"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:73 ../src/FormatMasks/NumberMask.py:71
! #: ../src/FormatMasks/TextMask.py:60
! msgid "November"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:74 ../src/FormatMasks/NumberMask.py:72
! #: ../src/FormatMasks/TextMask.py:61
! msgid "December"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:76 ../src/FormatMasks/NumberMask.py:74
! #: ../src/FormatMasks/TextMask.py:63
! msgid "Jan"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:77 ../src/FormatMasks/NumberMask.py:75
! #: ../src/FormatMasks/TextMask.py:64
! msgid "Feb"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:78 ../src/FormatMasks/NumberMask.py:76
! #: ../src/FormatMasks/TextMask.py:65
! msgid "Mar"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:79 ../src/FormatMasks/NumberMask.py:77
! #: ../src/FormatMasks/TextMask.py:66
! msgid "Apr"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:81 ../src/FormatMasks/NumberMask.py:79
! #: ../src/FormatMasks/TextMask.py:68
! msgid "Jun"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:82 ../src/FormatMasks/NumberMask.py:80
! #: ../src/FormatMasks/TextMask.py:69
! msgid "Jul"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:83 ../src/FormatMasks/NumberMask.py:81
! #: ../src/FormatMasks/TextMask.py:70
! msgid "Aug"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:84 ../src/FormatMasks/NumberMask.py:82
! #: ../src/FormatMasks/TextMask.py:71
! msgid "Sep"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:85 ../src/FormatMasks/NumberMask.py:83
! #: ../src/FormatMasks/TextMask.py:72
! msgid "Oct"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:86 ../src/FormatMasks/NumberMask.py:84
! #: ../src/FormatMasks/TextMask.py:73
! msgid "Nov"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:87 ../src/FormatMasks/NumberMask.py:85
! #: ../src/FormatMasks/TextMask.py:74
! msgid "Dec"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:89 ../src/FormatMasks/NumberMask.py:87
! #: ../src/FormatMasks/TextMask.py:76
! msgid "Sunday"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:90 ../src/FormatMasks/NumberMask.py:88
! #: ../src/FormatMasks/TextMask.py:77
! msgid "Monday"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:91 ../src/FormatMasks/NumberMask.py:89
! #: ../src/FormatMasks/TextMask.py:78
! msgid "Tuesday"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:92 ../src/FormatMasks/NumberMask.py:90
! #: ../src/FormatMasks/TextMask.py:79
! msgid "Wednesday"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:93 ../src/FormatMasks/NumberMask.py:91
! #: ../src/FormatMasks/TextMask.py:80
! msgid "Thursday"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:94 ../src/FormatMasks/NumberMask.py:92
! #: ../src/FormatMasks/TextMask.py:81
! msgid "Friday"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:95 ../src/FormatMasks/NumberMask.py:93
! #: ../src/FormatMasks/TextMask.py:82
! msgid "Saturday"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:97 ../src/FormatMasks/NumberMask.py:95
! #: ../src/FormatMasks/TextMask.py:84
! msgid "Sun"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:98 ../src/FormatMasks/NumberMask.py:96
! #: ../src/FormatMasks/TextMask.py:85
! msgid "Mon"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:99 ../src/FormatMasks/NumberMask.py:97
! #: ../src/FormatMasks/TextMask.py:86
! msgid "Tue"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:100 ../src/FormatMasks/NumberMask.py:98
! #: ../src/FormatMasks/TextMask.py:87
! msgid "Wed"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:101 ../src/FormatMasks/NumberMask.py:99
! #: ../src/FormatMasks/TextMask.py:88
! msgid "Thu"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:102 ../src/FormatMasks/NumberMask.py:100
! #: ../src/FormatMasks/TextMask.py:89
! msgid "Fri"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:103 ../src/FormatMasks/NumberMask.py:101
! #: ../src/FormatMasks/TextMask.py:90
! msgid "Sat"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:170
! msgid "inputMaskPos=%s"
  msgstr ""
  
! #: ../src/FormatMasks/DateMask.py:171
! msgid "inputMaskLen=%s"
  msgstr ""
  
! #: ../src/FormatMasks/NumberMask.py:252 ../src/FormatMasks/TextMask.py:241
! msgid "Invalid Entry"
  msgstr ""
  
! #: ../../forms/src/GFClient.py:59
! msgid "The currently supported values for <type> are "
  msgstr ""
  
! #: ../../forms/src/GFClient.py:62
! msgid "Disables the splash screen"
  msgstr ""
  
! #: ../../forms/src/GFClient.py:65
! msgid "GNUe Forms is the primary user interface to the GNU Enterprise system."
  msgstr ""
  
! #: ../../forms/src/GFClient.py:104
! msgid "No Forms Definition File Specified."
  msgstr ""
  
! #: ../../forms/src/GFClient.py:177
! msgid ""
! "Unable to open file\n"
! "\n"
! "     %s"
  msgstr ""
  
! #: ../../forms/src/GFClient.py:181
! msgid ""
! "Unable to login to datasource.\n"
! "\n"
! "       %s"
  msgstr ""
  
! #: ../../forms/src/GFClient.py:185
! msgid ""
! "Error while communicating with datasource.\n"
! "\n"
! "       %s"
  msgstr ""
  
! #: ../../forms/src/GFDisplayHandler.py:151
! msgid "Invalid value '%s' for field"
  msgstr ""
  
! #: ../../forms/src/GFDisplayHandler.py:163
! msgid ""
! "The entered value\n"
! " "
  msgstr ""
  
! #: ../../forms/src/GFDisplayHandler.py:165
! msgid "is not a valid entry."
  msgstr ""
  
! #: ../../forms/src/GFDisplayHandler.py:174
! msgid "Cannot modify field.  Form is read only"
  msgstr ""
  
! #: ../../forms/src/GFDisplayHandler.py:181
! msgid "Cannot modify field after initial creation."
  msgstr ""
  
! #: ../../forms/src/GFDisplayHandler.py:664
! msgid "Invalid value '%s' for keyed pull-down field"
  msgstr ""
  
! #: ../../forms/src/GFForm.py:283
! msgid "Trigger Exception :\n"
  msgstr ""
  
! #: ../../forms/src/GFForm.py:396 ../../forms/src/GFInstance.py:363
! msgid "Data not saved. Save changes or clear the form to proceed."
  msgstr ""
  
! #: ../../forms/src/GFForm.py:417
! msgid ""
! "Database query error:\n"
! "%s\n"
! "%s "
  msgstr ""
  
! #: ../../forms/src/GFForm.py:434
! msgid "Form trigger returned error"
  msgstr ""
  
! #: ../../forms/src/GFForm.py:452
! msgid "Block trigger returned error"
  msgstr ""
  
! #: ../../forms/src/GFForm.py:459 ../../forms/src/GFInstance.py:378 :394
! msgid "Form is readonly"
  msgstr ""
  
! #: ../../forms/src/GFForm.py:467
! msgid ""
! "Database commit error:\n"
! "%s\n"
! "%s "
  msgstr ""
  
! #: ../../forms/src/GFForm.py:469
! msgid "\n\nGFForm: Unexpected Exception:"
  msgstr ""
  
! #: ../../forms/src/GFForm.py:682
! msgid "If i was working then %s would now have focus"
  msgstr ""
  
! #: ../../forms/src/GFInstance.py:335
! msgid "Invalid numeric value entered."
  msgstr ""
  
! #: ../../forms/src/GFInstance.py:367
! msgid "Current data is saved"
  msgstr ""
  
! #: ../../forms/src/GFInstance.py:380
! msgid "Block does not allow delete"
  msgstr ""
  
! #: ../../forms/src/GFInstance.py:396
! msgid "Block does not allow insert"
  msgstr ""
  
! #: ../../forms/src/GFInstance.py:534
! msgid "Query from detail blocks currently not supported"
  msgstr ""
  
! #: ../../forms/src/GFInstance.py:620
! msgid "There are no navigable widgets in this form.  Unable to display."
  msgstr ""
  
! #: ../../forms/src/GFKeyMapper.py:111
! msgid "Invalid keystroke id '%s' in keymap for '%s'"
  msgstr ""
  
! #: ../../forms/src/GFKeyMapper.py:115
! msgid "Invalid keystroke combination '%s' in keymap for '%s'"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:142
! msgid "GNU Enterprise Forms"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:149
! msgid "Version %s"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:159
! msgid "Protected by GNU General Public Licence 2.0"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:205
  msgid "Save       (F6)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:205 :273
  msgid "Save all changes to database."
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:207
  msgid "Clear Form (F11)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:207 :286 :286
  msgid "Clear Form"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:210
  msgid "&Print"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:210
! msgid "Perform print routine for this form."
! msgstr ""
! 
! #: ../../forms/src/uidrivers/wx/UIdriver.py:213
! msgid "E&xit"
! msgstr ""
! 
! #: ../../forms/src/uidrivers/wx/UIdriver.py:213
! msgid "Leave the application."
! msgstr ""
! 
! #: ../../forms/src/uidrivers/wx/UIdriver.py:217
  msgid "Cut"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:217
! msgid "Cut the selected text"
! msgstr ""
! 
! #: ../../forms/src/uidrivers/wx/UIdriver.py:219
  msgid "Copy"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:219
! msgid "Copy the selected text"
! msgstr ""
! 
! #: ../../forms/src/uidrivers/wx/UIdriver.py:221
  msgid "Paste"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:221
  msgid "Paste text"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:225
  msgid "First Record        (Shft+Up)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:225 :277
  msgid "Navigate to first record in memory."
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:227
  msgid "Previous Record         (Up)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:227 :278
  msgid "Navigate to previous record in memory."
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:229
  msgid "Next Record           (Down)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:229 :279
  msgid "Navigate to next record in memory."
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:231
  msgid "Last Record    (Shft+Down)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:231 :280
  msgid "Navigate to last record in memory."
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:233
  msgid "Jump to Record...        (F2)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:233
! msgid "Prompts for a record number to which the system should jump."
! msgstr ""
! 
! #: ../../forms/src/uidrivers/wx/UIdriver.py:235
  msgid "New Record              (F12)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:235 :274
  msgid "Create a new record for data input."
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:237
  msgid "Mark Record for Delete   (F5)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:237 :275
! msgid "Mark record for removal at next commit."
! msgstr ""
! 
! #: ../../forms/src/uidrivers/wx/UIdriver.py:240
  msgid "Next Block              (PgDn)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:240
  msgid "Navigate to next data block."
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:242
  msgid "Previous Block       (PgUp)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:242
  msgid "Navigate to previous data block."
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:245
  msgid "Enter Query             (F8)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:245 :283
  msgid "Switch to input query mask mode."
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:247
  msgid "Execute Query           (F9)"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:247 :284
  msgid "Execute query using current mask."
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:251
! msgid "&About..."
! msgstr ""
! 
! #: ../../forms/src/uidrivers/wx/UIdriver.py:251
! msgid "Display info about GNUe Forms."
! msgstr ""
! 
! #: ../../forms/src/uidrivers/wx/UIdriver.py:255
  msgid "&File"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:256
  msgid "&Edit"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:257
  msgid "&Data"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:258
  msgid "&Help"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:273
  msgid "Save  Changes"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:274
  msgid "Insert Record"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:275
  msgid "Delete Record"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:277
  msgid "First Record"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:278
  msgid "Previous Record"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:279
  msgid "Next Record"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:280
  msgid "Last Record"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:281
  msgid "Jump to Record"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:281
  msgid "Navigate to user specified record in memory."
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:283
  msgid "Prepare Query"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:284
  msgid "Execute Query"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:287 :287
  msgid "Exit Form"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:509
! msgid "Enter record number to jump to"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:510
! msgid "Which record?"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:876
! msgid "GNUE Forms"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:877
! msgid "  Version : "
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:878
! msgid "  Driver  : UIwxpython"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:879
! msgid "-= Form Info =-"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:880
! msgid "  Name   : "
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:881
! msgid "  Version: "
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:882
! msgid "  Author : "
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:883
! msgid "  Description:"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:886
! msgid "About"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:1062
! msgid ""
! "Login required for\n"
! "\"%s\""
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:1064
! msgid "Login required for %s"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:1066
! msgid "GNU Enterprise: Login to %s"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:1112
! msgid "Login"
  msgstr ""
  
! #: ../../forms/src/uidrivers/wx/UIdriver.py:1113
! msgid "Cancel"
  msgstr ""
--- 475,2655 ----
  "File: %s"
  msgstr ""
  
! #: common/src/datasources/GConnections.py:324
! #, python-format
  msgid ""
  "Unable to log in after 4 attempts.\n"
  "\n"
  "Error: %s"
  msgstr ""
  
! #: common/src/datasources/GConnections.py:330
  msgid "User canceled the login request."
  msgstr ""
  
! #: common/src/datasources/GConnections.py:370
! #, python-format
  msgid "No database driver found for provider type '%s'"
  msgstr ""
  
! #: common/src/datasources/GConnections.py:378
! #, python-format
  msgid "DB Driver '%s' does not support source type '%s'"
  msgstr ""
  
! #: common/src/datasources/GDataObjects.py:168
! #, python-format
! msgid "master=%s; detail=%s"
! msgstr ""
! 
! #: common/src/datasources/GDataObjects.py:254
! msgid "This database adapter doesn't have 'schema writing' support"
! msgstr ""
! 
! #: common/src/datasources/GDataObjects.py:428
  msgid "Attempted to insert into a read only datasource"
  msgstr ""
  
! #: common/src/datasources/GDataObjects.py:665
! #, python-format
  msgid "Attempted to modify read only field '%s'"
  msgstr ""
  
! #: common/src/datasources/GDataObjects.py:704
  msgid "Attempted to delete from a read only datasource"
  msgstr ""
  
! #: common/src/datasources/GDataSource.py:151
! msgid "Backend doesn't support the trigger 'call' function"
! msgstr ""
! 
! #: common/src/datasources/GDataSource.py:340
! #, python-format
  msgid "Detail source '%s' references non-existant master '%s'"
  msgstr ""
  
! #: common/src/definitions/GParser.py:112
! #, python-format
! msgid "Error loading %s: empty definition file"
! msgstr ""
! 
! #: common/src/definitions/GParser.py:115
! #, python-format
! msgid "Error loading %s: not a valid %s definition (expected: %s, got: %s)"
! msgstr ""
! 
! #: common/src/definitions/GParser.py:234
! #, python-format
! msgid "File is missing required tag <%s>"
! msgstr ""
! 
! #: common/src/definitions/GParser.py:256
! #, python-format
! msgid "Error processing <%s> tag [I do not know what a <%s> tag does]"
! msgstr ""
! 
! #: common/src/definitions/GParser.py:267
! msgid "Unexpected namespace on attribute"
! msgstr ""
! 
! #: common/src/definitions/GParser.py:280
! #, python-format
! msgid "Error processing <%s> tag [I do not recognize the \"%s\" attribute"
! msgstr ""
! 
! #: common/src/definitions/GParser.py:285
! #, python-format
! msgid ""
! "Error processing <%s> tag [Encoding error: invalid character in \"%s\" "
! "attribute;]"
! msgstr ""
! 
! #: common/src/definitions/GParser.py:291
! #, python-format
! msgid ""
! "Error processing <%s> tag [invalid type for \"%s\" attribute; value is \"%s"
! "\"]"
! msgstr ""
! 
! #: common/src/definitions/GParser.py:298
! #, python-format
! msgid ""
! "Error processing <%s> tag [\"%s\" attribute should be unique; duplicate "
! "value is \"%s\"]"
! msgstr ""
! 
! #: common/src/definitions/GParser.py:311
! #, python-format
! msgid "Error processing <%s> tag [required attribute \"%s\" not present]"
! msgstr ""
! 
! #: common/src/definitions/GParser.py:351
! msgid ""
! "WARNING: Markup includes namespaces, but the current tool does not include "
! "namespace support!"
! msgstr ""
! 
! #: common/src/definitions/GParser.py:449
! #, python-format
! msgid "Unable to find an importable object named %s in %s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:142
! #, python-format
! msgid "The requested format mask \"%s\" is not defined for %s fields"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:157
! #, python-format
! msgid "Unexpected character \"%s\" in %s mask."
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:186
! #, python-format
! msgid "Starting cursor: %s; shift: %s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:198
! #, python-format
! msgid "Ending cursor: %s; shift: %s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:258
! #, python-format
! msgid "*** moveCursorRelative(%s)"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:263
! #, python-format
! msgid "relative=%s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:264
! #, python-format
! msgid "direction=%s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:268
! #, python-format
! msgid "cursor #1: %s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:277
! #, python-format
! msgid "cursor #2: %s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:289 common/src/formatting/BaseMask.py:359
! #, python-format
! msgid "pos=%s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:290 common/src/formatting/BaseMask.py:296
! #: common/src/formatting/BaseMask.py:305
! #, python-format
! msgid "section=%s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:293
! #, python-format
! msgid "cursor #2b: %s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:300
! #, python-format
! msgid "cursor #3: %s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:308
! #, python-format
! msgid "cursor #4: %s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:312
! #, python-format
! msgid "New cursor position: %s"
! msgstr ""
! 
! #: common/src/formatting/BaseMask.py:400
! #, python-format
! msgid "after processEdit, index=%s;cursor=%s"
! msgstr ""
! 
! #: common/src/formatting/DateMask.py:139
! #, python-format
! msgid "inputMaskPos=%s"
! msgstr ""
! 
! #: common/src/formatting/DateMask.py:140
! #, python-format
! msgid "inputMaskLen=%s"
! msgstr ""
! 
! #: common/src/formatting/GTypecast.py:156
! msgid "Whole numbers must be positive or 0"
! msgstr ""
! 
! #: common/src/formatting/NumberMask.py:204
! #: common/src/formatting/TextMask.py:193
! msgid "Invalid Entry"
! msgstr ""
! 
! #: common/src/logic/GFormula.py:310 common/src/logic/GFormula.py:324
! #: common/src/logic/GTrigger.py:310 common/src/logic/GTrigger.py:324
! msgid "Invalid trigger "
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:125
! msgid "Missing Binding information. Please add binding "
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:126
! #, python-format
! msgid "information for %s "
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:142
! #, python-format
! msgid "GNURPC can't bind service '%s' to service '%s'"
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:148
! #, python-format
! msgid "GNURPC: cannot bind service '%s' to %s"
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:171
! #, python-format
! msgid "GNURPC can't bind method/attribut '%s' to service '%s'"
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:270
! #: common/src/rpc/drivers/_helpers/ObjectEnabler.py:130
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:209
! #: common/src/rpc/drivers/irc/ServerAdapter.py:132
! msgid "Dispatching: "
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:305
! #, python-format
! msgid "Server XML-RPC method '%s' is not "
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:306
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:277
! #: common/src/rpc/drivers/irc/ServerAdapter.py:201
! msgid "bound to real method"
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:310
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:280
! #: common/src/rpc/drivers/irc/ServerAdapter.py:204
! msgid "Server does not have XML-RPC "
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:311
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:281
! #: common/src/rpc/drivers/irc/ServerAdapter.py:205
! #, python-format
! msgid "procedure %s"
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:352
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:337
! #: common/src/rpc/drivers/irc/ServerAdapter.py:261
! msgid "Internal Server XML-RPC error: method type"
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:353
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:338
! #: common/src/rpc/drivers/irc/ServerAdapter.py:262
! #, python-format
! msgid "(get/set attribute) couldn't be detected (method %s)"
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:367
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:288
! #: common/src/rpc/drivers/irc/ServerAdapter.py:212
! msgid "Server XML-RPC "
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:368
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:289
! #: common/src/rpc/drivers/irc/ServerAdapter.py:213
! #, python-format
! msgid "procedure %s accepts just %s as attributs"
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:385
! #, python-format
! msgid "No help available for %s"
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:388
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:400
! msgid "InvalidMethodName"
! msgstr ""
! 
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:389
! #: common/src/rpc/drivers/_directory/DirectoryServer.py:401
! msgid "Requested method does not exist"
! msgstr ""
! 
! #: common/src/rpc/drivers/_helpers/ObjectEnabler.py:74
! #: common/src/rpc/drivers/irc/ServerAdapter.py:153
! msgid "Wrong format of object handler "
! msgstr ""
! 
! #: common/src/rpc/drivers/_helpers/ObjectEnabler.py:75
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:230
! #: common/src/rpc/drivers/irc/ServerAdapter.py:154
! #, python-format
! msgid "in method call %s"
! msgstr ""
! 
! #: common/src/rpc/drivers/_helpers/ObjectEnabler.py:91
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:244
! #: common/src/rpc/drivers/irc/ServerAdapter.py:167
! #, python-format
! msgid "Internal XMLRPC server error: method %s can be "
! msgstr ""
! 
! #: common/src/rpc/drivers/_helpers/ObjectEnabler.py:93
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:246
! #: common/src/rpc/drivers/irc/ServerAdapter.py:169
! msgid "found in the directory (build out of a .grpc file),"
! msgstr ""
! 
! #: common/src/rpc/drivers/_helpers/ObjectEnabler.py:94
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:247
! #: common/src/rpc/drivers/irc/ServerAdapter.py:170
! msgid " but the object doesn't contain this method/attribut."
! msgstr ""
! 
! #: common/src/rpc/drivers/_helpers/ObjectEnabler.py:95
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:248
! #: common/src/rpc/drivers/irc/ServerAdapter.py:171
! msgid " Please check you .grpc file for wrong return types."
! msgstr ""
! 
! #: common/src/rpc/drivers/_helpers/ObjectEnabler.py:221
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:564
! msgid "Object handle not returned"
! msgstr ""
! 
! #: common/src/rpc/drivers/_helpers/ObjectEnabler.py:230
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:573
! msgid "Invalid object handle"
! msgstr ""
! 
! #: common/src/rpc/drivers/_helpers/RpcDoc.py:44
! msgid "GNUe RPC Documentation Generator"
! msgstr ""
! 
! #: common/src/rpc/drivers/_helpers/RpcDoc.py:46
! #, python-format
! msgid "Error: the module %s does not exist or cannot be loaded"
! msgstr ""
! 
! #: common/src/rpc/drivers/proxy/CommDriver.py:71
! msgid "Proxy client adapter should be called with the server object"
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/ClientAdapter.py:76
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:65
! msgid ""
! "\n"
! "Unable to load xmlrpclib.  To use the XML-RPC interface, \n"
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/ClientAdapter.py:77
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:66
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:76
! #: common/src/rpc/drivers/xmlrpc/ServerAdapter.py:62
! #: common/src/rpc/drivers/irc/ServerAdapter.py:61
! msgid "please install xmlrpc from:\n"
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/ClientAdapter.py:115
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:177
! msgid "To use XML-RPC, you must either specify a 'url' or\n"
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/ClientAdapter.py:116
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:178
! msgid "a 'host' and 'port' setting."
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/ClientAdapter.py:119
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:181
! #, python-format
! msgid "Unable to initialize the XML-RPC interface at %s"
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/RpcDoc.py:69
! #: common/src/rpc/drivers/pw_xmlrpc/RpcDoc.py:80
! #: common/src/rpc/drivers/pw_xmlrpc/RpcDoc.py:91
! #: common/src/rpc/drivers/xmlrpc/RpcDoc.py:69
! #: common/src/rpc/drivers/xmlrpc/RpcDoc.py:80
! #: common/src/rpc/drivers/xmlrpc/RpcDoc.py:91
! msgid "'doc' command expects a .grpc file as its argument."
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/RpcDoc.py:102
! #: common/src/rpc/drivers/xmlrpc/RpcDoc.py:102
! msgid "'doc-php' command expects a .grpc file as its argument."
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/RpcDoc.py:114
! #: common/src/rpc/drivers/xmlrpc/RpcDoc.py:114
! msgid "'js-stub' command expects a .grpc file as its argument."
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/RpcDoc.py:120
! #: common/src/rpc/drivers/xmlrpc/RpcDoc.py:120
! #, python-format
! msgid "Unrecognized XML-RPC doc command: %s"
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/RpcDoc.py:277
! #: common/src/rpc/drivers/xmlrpc/RpcDoc.py:277
! msgid "RpcDoc.py has to be called with an command argument. "
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/RpcDoc.py:278
! #: common/src/rpc/drivers/xmlrpc/RpcDoc.py:278
! msgid "call 'RpcDoc.py help' for more information."
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:129
! #: common/src/rpc/drivers/soap/ServerAdapter.py:92
! #: common/src/rpc/drivers/xmlrpc/ServerAdapter.py:92
! #: common/src/rpc/drivers/irc/ServerAdapter.py:91
! msgid "Required parameter \"port\" not supplied"
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:162
! #, python-format
! msgid "Value %s for parameter \"servertype\" is not supported."
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:163
! msgid "Valid values are: threading,"
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:164
! msgid "forking."
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:229
! msgid "Wrong format of object handle "
! msgstr ""
! 
! #: common/src/rpc/drivers/pw_xmlrpc/ServerAdapter.py:276
! #: common/src/rpc/drivers/irc/ServerAdapter.py:200
! #, python-format
! msgid "Server XML-RPC method %s  is not "
! msgstr ""
! 
! #: common/src/rpc/drivers/pyro/CommDriver.py:42
! msgid ""
! "\n"
! "Unable to load pyro.  To use the PYRO interface, \n"
! msgstr ""
! 
! #: common/src/rpc/drivers/pyro/CommDriver.py:43
! msgid "please install Pyro from:\n"
! msgstr ""
! 
! #: common/src/rpc/drivers/soap/ServerAdapter.py:60
! msgid ""
! "\n"
! "Unable to load SOAP.py.  To use the SOAP interface, \n"
! msgstr ""
! 
! #: common/src/rpc/drivers/soap/ServerAdapter.py:61
! msgid "please install SOAP.py from:\n"
! msgstr ""
! 
! #: common/src/rpc/drivers/soap/ServerAdapter.py:63
! msgid "the appropriate DEBIAN package is python-soappy"
! msgstr ""
! 
! #: common/src/rpc/drivers/soap/ServerAdapter.py:163
! #: common/src/rpc/drivers/xmlrpc/ServerAdapter.py:160
! msgid "Internal server error occured:\n"
! msgstr ""
! 
! #: common/src/rpc/drivers/soap/ServerAdapter.py:164
! #: common/src/rpc/drivers/xmlrpc/ServerAdapter.py:161
! #, python-format
! msgid ""
! " server %s \n"
! " on source %s."
! msgstr ""
! 
! #: common/src/rpc/drivers/soap/CommDriver.py:45
! msgid ""
! "\n"
! "Unable to load soaplib.  To use the SOAP interface, \n"
! msgstr ""
! 
! #: common/src/rpc/drivers/soap/CommDriver.py:46
! msgid "please install soaplib from:\n"
! msgstr ""
! 
! #: common/src/rpc/drivers/sockets/CommDriver.py:84
! msgid "Your configuration references a file-based sockets connection.\n"
! msgstr ""
! 
! #: common/src/rpc/drivers/sockets/CommDriver.py:85
! msgid "However, your operating system does not support file-based sockets."
! msgstr ""
! 
! #: common/src/rpc/drivers/sockets/CommDriver.py:96
! #, python-format
! msgid "Unable to initialize the requested socket located at %s"
! msgstr ""
! 
! #: common/src/rpc/drivers/sockets/CommDriver.py:113
! msgid "To use the sockets commdriver, you must specify either a sockets"
! msgstr ""
! 
! #: common/src/rpc/drivers/sockets/CommDriver.py:114
! msgid ""
! "\n"
! "file or a host and port number.  Please see documentation."
! msgstr ""
! 
! #: common/src/rpc/drivers/sockets/CommDriver.py:118
! #, python-format
! msgid "Unable to initialize the requested socket located at %s:%s"
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:75
! #: common/src/rpc/drivers/xmlrpc/ServerAdapter.py:61
! #: common/src/rpc/drivers/irc/ServerAdapter.py:60
! msgid ""
! "\n"
! "Unable to load xmlrpc.  To use the XML-RPC interface, \n"
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:78
! msgid "the appropriate DEBIAN package is python-xmlrpc.deb"
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:123
! msgid "py-xmlrpc just support http as a transport. "
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:124
! msgid "If you need https please have a look at the "
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:125
! msgid "'pw_xmlrpc' adapter."
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:196
! #, python-format
! msgid "Unable to initialize the XML-RPC interface at %s: "
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:197
! msgid "Connection refused"
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:270
! msgid "Unable to connect to XML-RPC server "
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:271
! #, python-format
! msgid ""
! "at '%s' \n"
! "(connection refused)\n"
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:272
! msgid "please check if the server is running"
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:289
! #, python-format
! msgid "Service/Command %s does not exist on the server"
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:302
! #, python-format
! msgid "Error '%s' occured on server connected"
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:303
! msgid " by XMLRPC"
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ClientAdapter.py:308
! #, python-format
! msgid "Unknown XMLRPC Error: '%s' of type '%s'"
! msgstr ""
! 
! #: common/src/rpc/drivers/xmlrpc/ServerAdapter.py:64
! #: common/src/rpc/drivers/irc/ServerAdapter.py:63
! msgid "the appropriate DEBIAN package is python-xmlrpc"
! msgstr ""
! 
! #: common/src/rpc/GComm.py:47
! #, python-format
! msgid "GComm adapter '%s' does not support clients"
! msgstr ""
! 
! #: common/src/rpc/GComm.py:115
! #, python-format
! msgid "GComm adapter '%s' does not support servers"
! msgstr ""
! 
! #: common/src/utils/GDateTime.py:70
! msgid "Not a valid date"
! msgstr ""
! 
! #: designer/src/forms/LayoutEditor/LayoutEditorTools.py:91
! msgid "Block: "
! msgstr ""
! 
! #: designer/src/forms/Instance.py:102
! msgid "Untitled Form"
! msgstr ""
! 
! #: designer/src/forms/Instance.py:180
! msgid "Layout Editor"
! msgstr ""
! 
! #: designer/src/forms/Instance.py:181 designer/src/reports/Instance.py:132
! #: designer/src/schema/Instance.py:85
! msgid "Property Inspector"
! msgstr ""
! 
! #: designer/src/forms/Instance.py:182 designer/src/reports/Instance.py:133
! #: designer/src/schema/Instance.py:84
! msgid "Object Navigator"
! msgstr ""
! 
! #: designer/src/forms/Instance.py:183 designer/src/reports/Instance.py:134
! #: designer/src/schema/Instance.py:86
! msgid "Schema Navigator"
! msgstr ""
! 
! #: designer/src/forms/Instance.py:185 designer/src/reports/Instance.py:136
! msgid "Data Source Editor"
! msgstr ""
! 
! #: designer/src/forms/Instance.py:189 designer/src/reports/Instance.py:140
! msgid "Trigger Inspector"
! msgstr ""
! 
! #: designer/src/forms/Instance.py:190 designer/src/reports/Instance.py:141
! msgid "Code Editor"
! msgstr ""
! 
! #: designer/src/forms/Instance.py:244
! msgid "The form definition you are about to save\n"
! msgstr ""
! 
! #: designer/src/forms/Instance.py:245
! msgid "does not appear to be a workable definition."
! msgstr ""
! 
! #: designer/src/forms/Instance.py:246
! msgid ""
! "\n"
! "\n"
! "If you save an incomplete definition, you\n"
! msgstr ""
! 
! #: designer/src/forms/Instance.py:247
! msgid "may not be able to reopen it in Designer."
! msgstr ""
! 
! #: designer/src/forms/Instance.py:248
! msgid "Incomplete Form Definition"
! msgstr ""
! 
! #: designer/src/forms/TreeView.py:60
! #: designer/src/base/tools/DataSourceEditor.py:62
! msgid "Properties"
! msgstr ""
! 
! #: designer/src/forms/TreeView.py:63
! msgid "Imported Libraries"
! msgstr ""
! 
! #: designer/src/forms/TreeView.py:66
! msgid "Data Sources"
! msgstr ""
! 
! #: designer/src/forms/TreeView.py:69
! msgid "Shared Triggers"
! msgstr ""
! 
! #: designer/src/forms/TreeView.py:72
! msgid "Field Logic"
! msgstr ""
! 
! #: designer/src/forms/TreeView.py:75
! msgid "Page Layout"
! msgstr ""
! 
! #: designer/src/forms/TreeView.py:108
! msgid "Events"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:78
! #: designer/src/forms/wizards/AddBlock.py:83
! msgid "Create a new datasource"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:79
! msgid "Use an existing datasource"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:80
! #: designer/src/forms/wizards/AddBlock.py:84
! msgid "Create an unbound block (no datasource)"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:87
! msgid "This will insert a new block."
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:88
! msgid "Object Name:"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:89
! msgid "Where will this block pull its data?"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:90
! msgid "Source:"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:93
! msgid "How many rows should this block display at once?"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:94
! msgid "Rows Displayed:"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:98
! msgid "Add Block"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:107
! msgid "Datasource Connection"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddBlock.py:142
! msgid "Done"
! msgstr ""
! 
! #: designer/src/forms/wizards/AddDropDown.py:65
! #: designer/src/forms/wizards/AddEntry.py:53
! msgid "There are no blocks in this form."
! msgstr ""
! 
! #: designer/src/forms/wizards/CreateSchema.py:73
! msgid "This will create a GNUe schema definition "
! msgstr ""
! 
! #: designer/src/forms/wizards/CreateSchema.py:74
! msgid "according to the needs of this form."
! msgstr ""
! 
! #: designer/src/forms/wizards/CreateSchema.py:75
! msgid "Write to File:"
! msgstr ""
! 
! #: designer/src/base/Debugger.py:40
! msgid "Console Output"
! msgstr ""
! 
! #: designer/src/base/Debugger.py:65
! msgid ""
! "\n"
! "---- Form Closed Abruptly ----"
! msgstr ""
! 
! #: designer/src/base/Debugger.py:69
! msgid ""
! "\n"
! "---- Form Closed ----"
! msgstr ""
! 
! #: designer/src/base/Instance.py:149
! msgid "The requested file does not exist.\n"
! msgstr ""
! 
! #: designer/src/base/Instance.py:150
! msgid "Do you want to create this file?"
! msgstr ""
! 
! #: designer/src/base/Instance.py:151
! #, python-format
! msgid ""
! "\n"
! "\n"
! "File: %s"
! msgstr ""
! 
! #: designer/src/base/Instance.py:152
! msgid "File Not Found"
! msgstr ""
! 
! #: designer/src/base/Instance.py:162
! msgid "The requested file is Read Only.\n"
! msgstr ""
! 
! #: designer/src/base/Instance.py:163
! msgid "To save any changes, you will \n"
! msgstr ""
! 
! #: designer/src/base/Instance.py:164
! #, python-format
! msgid ""
! "be required to do a \"Save As...\"\n"
! "\n"
! "File: %s"
! msgstr ""
! 
! #: designer/src/base/Instance.py:165
! msgid "Read Only Warning"
! msgstr ""
! 
! #: designer/src/base/Instance.py:416
! #, python-format
! msgid " - <New %s> *"
! msgstr ""
! 
! #: designer/src/base/Instance.py:425
! #, python-format
! msgid " - <New %s>"
! msgstr ""
! 
! #: designer/src/base/Instance.py:617
! #, python-format
! msgid "Save %s As..."
! msgstr ""
! 
! #: designer/src/base/Instance.py:628
! #, python-format
! msgid "The file \"%s\".\n"
! msgstr ""
! 
! #: designer/src/base/Instance.py:629
! msgid "exists. Overwrite?"
! msgstr ""
! 
! #: designer/src/base/Instance.py:630 designer/src/base/Instance.py:649
! msgid "Unsaved Changes"
! msgstr ""
! 
! #: designer/src/base/Instance.py:647
! msgid "This document has unsaved changes.\n"
! msgstr ""
! 
! #: designer/src/base/Instance.py:648
! msgid "Save changes before closing?"
! msgstr ""
! 
! #: designer/src/base/Instance.py:665
! msgid "Please enter debugging level - integer [0..n]"
! msgstr ""
! 
! #: designer/src/base/Instance.py:666
! msgid "Level:"
! msgstr ""
! 
! #: designer/src/base/Instance.py:667
! msgid "Choose debug level"
! msgstr ""
! 
! #: designer/src/base/Instance.py:670
! msgid "Debugging has been cancelled."
! msgstr ""
! 
! #: designer/src/base/Instance.py:671
! msgid "Debugging..."
! msgstr ""
! 
! #: designer/src/base/MRUManager.py:115
! #, python-format
! msgid "Open \"%s\" in a new window"
! msgstr ""
! 
! #: designer/src/base/MenuBar.py:105 designer/src/base/PopupMenu.py:226
! msgid "&New"
! msgstr ""
! 
! #: designer/src/base/MenuBar.py:105
! msgid "Create a new object"
! msgstr ""
! 
! #: designer/src/base/MenuBar.py:106
! msgid "&Open...\tCtrl+O"
! msgstr ""
! 
! #: designer/src/base/MenuBar.py:106 designer/src/base/MenuBar.py:108
! msgid "Open an existing object"
! msgstr ""
! 
! #: designer/src/base/MenuBar.py:107
! msgid "Open &Recent"
! msgstr ""
! 
! #: designer/src/base/MenuBar.py:110
! msgid "&Save\tCtrl+S"
! msgstr ""
! 
! #: designer/src/base/MenuBar.py:110
! msgid "Save the current object"
! msgstr ""
! 
! #: designer/src/base/MenuBar.py:111
! msgid "Save &As..."
! msgstr ""
! 
! #: designer/src/base/MenuBar.py:112
! msgid "Save the current form under a new name"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:113
! msgid "Save A&ll"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:114
! msgid "Save all open objects"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:116
! msgid "Connect &to"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:117
! msgid "Connect to a database"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:119
! msgid "Reload"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:120
! msgid "Reload the current object as of its last save (abandoning any changes)"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:122
! msgid "&Close\tCtrl+W"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:122
! msgid "Close the current object"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:124 forms/src/uidrivers/win/UIdriver.py:187
! msgid "E&xit"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:124
! msgid "Exit GNUe Designer"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:144
! #, python-format
! msgid "Create a new %s"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:149
! msgid "from &Wizard..."
  msgstr ""
  
! #: designer/src/base/MenuBar.py:150
! msgid "Create a new object from a wizard"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:156
! #, python-format
! msgid "Login to %s connection"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:164 forms/src/uidrivers/win/UIdriver.py:225
! msgid "&About..."
  msgstr ""
  
! #: designer/src/base/MenuBar.py:164
! msgid "More information about GNUe Designer"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:168
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:141
! msgid "C&ut"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:168
! msgid "Cut the current object and move to the clipboard"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:169
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:142
! msgid "&Copy"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:169
! msgid "Copy the current object to the clipboard"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:170
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:146
! msgid "&Paste"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:170
! msgid "Paste the current object on the clipboard"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:171
! msgid "Paste &Special..."
  msgstr ""
  
! #: designer/src/base/MenuBar.py:171
! msgid "Paste the current object on the clipboard with special attributes"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:173
! msgid "&Delete"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:173
! msgid "Delete the current object"
  msgstr ""
  
! #: designer/src/base/MenuBar.py:341
! #, python-format
! msgid "Show or hide the %s"
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:50
! msgid "datasource"
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:50
! msgid "New Data Source"
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:51
! msgid "trigger"
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:51
! msgid "New Shared Trigger"
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:52
! msgid "page"
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:52
! msgid "New Page"
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:61
! msgid "&Properties..."
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:67
! #, python-format
! msgid "&Delete %s"
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:74
! msgid "Events..."
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:83
! msgid "&Events"
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:91
! msgid "&Reorder by Location"
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:226
! msgid "New..."
  msgstr ""
  
! #: designer/src/base/PopupMenu.py:249
! msgid "Object Tasks..."
  msgstr ""
  
! #: designer/src/base/TemplateChooser.py:43
! msgid "Choose Wizard to Run..."
  msgstr ""
  
! #: designer/src/base/TemplateChooser.py:51
! msgid "Run Wizard"
  msgstr ""
  
! #: designer/src/base/TemplateChooser.py:52
! #: designer/src/base/TemplateParser.py:74
! #: forms/src/uidrivers/wx/UILoginHandler.py:115
! #: forms/src/uidrivers/wx/ErrorHandler.py:122
! #: forms/src/uidrivers/curses/UILoginHandler.py:93
! #: forms/src/uidrivers/win/UIdriver.py:1089
! #: forms/src/uidrivers/qt/UILoginHandler.py:115
! #: forms/src/uidrivers/win32/UILoginHandler.py:115
! msgid "Cancel"
  msgstr ""
  
! #: designer/src/base/TemplateChooser.py:108
! #: designer/src/base/tools/DataSourceEditor.py:52
! #: designer/src/base/tools/SchemaViewer.py:58
! msgid "Name"
  msgstr ""
  
! #: designer/src/base/TemplateChooser.py:109
! msgid "Description"
  msgstr ""
  
! #: designer/src/base/TemplateChooser.py:110
! #: designer/src/base/tools/DataSourceEditor.py:431
! #: designer/src/base/tools/SchemaViewer.py:59
! msgid "Type"
  msgstr ""
  
! #: designer/src/base/TemplateChooser.py:111
! msgid "Author"
  msgstr ""
  
! #: designer/src/base/TemplateChooser.py:112
! msgid "Version"
  msgstr ""
  
! #: designer/src/base/TemplateChooser.py:128
! #: designer/src/base/TemplateChooser.py:138
! #: designer/src/base/TemplateChooser.py:143
! msgid "Unknown"
  msgstr ""
  
! #: designer/src/base/TemplateChooser.py:133
! msgid "Wizard"
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:72
! msgid "< Back"
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:73
! #: designer/src/base/TemplateParser.py:248
! msgid "Continue >"
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:95
! #: designer/src/base/TemplateParser.py:102
! msgid "Wizard Header"
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:137
! msgid "Unable to perform the requested action."
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:138
! #: designer/src/base/TemplateParser.py:206
! msgid "Wizard Error"
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:204
! msgid ""
! "Please correct the following mistakes before continuing:\n"
! "\n"
! " - "
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:246
! msgid "Finished"
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:432
! msgid "  Add >"
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:433
! msgid "< Remove  "
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:434
! msgid "Move Up"
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:435
! msgid "Move Down"
  msgstr ""
  
! #: designer/src/base/TemplateParser.py:436
! msgid "Select All"
  msgstr ""
  
! #: designer/src/base/ToolDock.py:47 designer/src/base/ToolFrame.py:104
! #, python-format
! msgid "Hide the %s window"
  msgstr ""
  
! #: designer/src/base/ToolDock.py:52 designer/src/base/ToolFrame.py:109
! #, python-format
! msgid "Show the %s window"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:53
! msgid "Source"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:54
! msgid "Connection"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:63
! msgid "References"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:64
! msgid "Schema"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:372
! msgid "Create Data Source"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:373
! msgid "Create a new data source"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:378
! msgid "Delete Data Source"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:379
! msgid "Delete the currently selected data source"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:429
! msgid "Reference"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:430
! msgid "Referrer"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:470
! msgid "Detail Datasource"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:477
! msgid "Dropdown Entry"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:491
! msgid "Entry"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:541
! #: designer/src/base/tools/SchemaViewer.py:324
! msgid "Field"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:542
! #: designer/src/base/tools/SchemaViewer.py:325
! msgid "Base Type"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:543
! #: designer/src/base/tools/SchemaViewer.py:326
! msgid "Size"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:544
! #: designer/src/base/tools/SchemaViewer.py:327
! msgid "Native Type"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:545
! #: designer/src/base/tools/SchemaViewer.py:328
! msgid "Required"
  msgstr ""
  
! #: designer/src/base/tools/DataSourceEditor.py:563
! #, python-format
! msgid "You are not logged in to %s... not retrieving schema"
  msgstr ""
  
! #: designer/src/base/tools/EventEditor.py:193
! msgid "(None)"
  msgstr ""
  
! #: designer/src/base/tools/EventEditor.py:194
! msgid "(Custom Trigger)"
  msgstr ""
  
! #: designer/src/base/tools/SchemaViewer.py:85
! msgid "Connection: "
  msgstr ""
  
! #: designer/src/base/tools/SchemaViewer.py:91
! msgid "Show: "
  msgstr ""
  
! #: designer/src/base/tools/TriggerEditor.py:84
! msgid "Trigger: "
  msgstr ""
  
! #: designer/src/reports/Standard/FilterSupport.py:53
! msgid "Group Editor"
  msgstr ""
  
! #: designer/src/schema/Instance.py:84
! msgid "treeEditor"
  msgstr ""
  
! #: designer/src/schema/Instance.py:85
! msgid "propertyEditor"
  msgstr ""
  
! #: designer/src/schema/Instance.py:86
! msgid "schemaViewer"
  msgstr ""
  
! #: designer/src/schema/Instance.py:87
! msgid "tableEditor"
  msgstr ""
  
! #: designer/src/schema/Instance.py:87
! msgid "Table/Field Editor"
  msgstr ""
  
! #: designer/src/schema/Instance.py:88
! msgid "visualEditor"
  msgstr ""
  
! #: designer/src/schema/Instance.py:88
! msgid "Visual Editor"
  msgstr ""
  
! #: designer/src/schema/wizards/AddTable.py:63
! msgid "This will insert a new table definition."
  msgstr ""
  
! #: designer/src/schema/wizards/AddTable.py:64
! msgid "Table Name:"
  msgstr ""
  
! #: designer/src/schema/wizards/AddTable.py:66
! msgid "Add Table"
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:89
! #: forms/src/uidrivers/_base/UserActions.py:90
! msgid "Save all changes to the database."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:94
! msgid "Clear form."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:95
! msgid "Clear form and revert back to your original data."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:99
! #: forms/src/uidrivers/_base/UserActions.py:100
! #: forms/src/uidrivers/win/UIdriver.py:184
! msgid "Perform print routine for this form."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:104
! #: forms/src/uidrivers/_base/UserActions.py:105
! #: forms/src/uidrivers/win/UIdriver.py:187
! msgid "Leave the application."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:109
! #: forms/src/uidrivers/_base/UserActions.py:110
! #: forms/src/uidrivers/win/UIdriver.py:191
! msgid "Cut the selected text"
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:114
! #: forms/src/uidrivers/_base/UserActions.py:115
! #: forms/src/uidrivers/win/UIdriver.py:193
! msgid "Copy the selected text"
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:119
! msgid "Copy the current record to the clipboard."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:120
! msgid ""
! "Copy the current record to the clipboard. The record is copied with tabs "
! "separating values."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:124
! #: forms/src/uidrivers/_base/UserActions.py:125
! msgid "Copy the current screen to the clipboard as plain text."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:129
! #: forms/src/uidrivers/_base/UserActions.py:130
! msgid "Paste text into the current field."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:134
! msgid "Move to the previous logicalfield."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:135
! msgid "Move to the previous logical field."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:139
! msgid "Move to the next logicalfield."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:140
! msgid "Move to the next logical field."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:144
! #: forms/src/uidrivers/_base/UserActions.py:145
! msgid "Jump to the first record in the current block."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:149
! #: forms/src/uidrivers/_base/UserActions.py:150
! msgid "Jump to the previous record in the current block."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:154
! #: forms/src/uidrivers/_base/UserActions.py:155
! msgid "Jump to the next record in the current block."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:159
! #: forms/src/uidrivers/_base/UserActions.py:160
! msgid "Jump to the last record in the current block."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:164
! #: forms/src/uidrivers/_base/UserActions.py:165
! #: forms/src/uidrivers/win/UIdriver.py:207
! msgid "Prompts for a record number to which the system should jump."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:169
! #: forms/src/uidrivers/_base/UserActions.py:170
! msgid "Insert a new record into the current block."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:174
! #: forms/src/uidrivers/_base/UserActions.py:175
! #: forms/src/uidrivers/win/UIdriver.py:211
! #: forms/src/uidrivers/win/UIdriver.py:249
! msgid "Mark record for removal at next commit."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:179
! #: forms/src/uidrivers/_base/UserActions.py:180
! msgid "Navigate to the next data block."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:184
! #: forms/src/uidrivers/_base/UserActions.py:185
! msgid "Navigate to the previous data block."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:189
! #: forms/src/uidrivers/_base/UserActions.py:190
! msgid "Navigate to the next page."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:194
! #: forms/src/uidrivers/_base/UserActions.py:195
! msgid "Navigate to the previous page."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:199
! #: forms/src/uidrivers/_base/UserActions.py:200
! msgid ""
! "Switch to query mode. Select Execute Query once your criteria has been "
! "entered."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:205
! #: forms/src/uidrivers/_base/UserActions.py:206
! msgid ""
! "Switch to query mode (if not already) and retrieve the last query "
! "parameters. Select Execute Query once your criteria has been entered."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:210
! #: forms/src/uidrivers/_base/UserActions.py:211
! msgid "Cancel query mode."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:215
! #: forms/src/uidrivers/_base/UserActions.py:216
! msgid "Perform a query and show the results."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:220
! #: forms/src/uidrivers/_base/UserActions.py:221
! #: forms/src/uidrivers/win/UIdriver.py:225
! msgid "Display info about GNUe Forms."
  msgstr ""
  
! #: forms/src/uidrivers/_base/UserActions.py:225
! #: forms/src/uidrivers/_base/UserActions.py:226
! msgid "Display the keystroke bindings currently in use."
  msgstr ""
  
! #: forms/src/uidrivers/wx/UILoginHandler.py:64
! #: forms/src/uidrivers/wx/ErrorHandler.py:71
! #: forms/src/uidrivers/gtk/UIdriver.py:1344
! #: forms/src/uidrivers/gtk2/UIdriver.py:1400
! #: forms/src/uidrivers/win/UIdriver.py:1038
! #: forms/src/uidrivers/qt/UILoginHandler.py:64
! #: forms/src/uidrivers/win32/UILoginHandler.py:67
! #, python-format
! msgid ""
! "Login required for\n"
! "\"%s\""
  msgstr ""
  
! #: forms/src/uidrivers/wx/UILoginHandler.py:66
! #: forms/src/uidrivers/wx/ErrorHandler.py:73
! #: forms/src/uidrivers/gtk/UIdriver.py:1346
! #: forms/src/uidrivers/gtk2/UIdriver.py:1402
! #: forms/src/uidrivers/win/UIdriver.py:1040
! #: forms/src/uidrivers/qt/UILoginHandler.py:66
! #: forms/src/uidrivers/win32/UILoginHandler.py:69
! #, python-format
! msgid "Login required for %s"
  msgstr ""
  
! #: forms/src/uidrivers/wx/UILoginHandler.py:68
! #: forms/src/uidrivers/wx/ErrorHandler.py:75
! #: forms/src/uidrivers/gtk2/UIdriver.py:1403
! #: forms/src/uidrivers/win/UIdriver.py:1042
! #: forms/src/uidrivers/qt/UILoginHandler.py:68
! #: forms/src/uidrivers/qt/UILoginHandler.py:69
! #: forms/src/uidrivers/win32/UILoginHandler.py:81
! #, python-format
! msgid "GNU Enterprise: Login to %s"
  msgstr ""
  
! #: forms/src/uidrivers/wx/UILoginHandler.py:114
! #: forms/src/uidrivers/wx/ErrorHandler.py:121
! #: forms/src/uidrivers/curses/UILoginHandler.py:92
! #: forms/src/uidrivers/win/UIdriver.py:1088
! #: forms/src/uidrivers/qt/UILoginHandler.py:112
! #: forms/src/uidrivers/win32/UILoginHandler.py:112
! msgid "Login"
  msgstr ""
  
! #: forms/src/uidrivers/wx/UIWXSplashScreen.py:50
! #: forms/src/uidrivers/qt/QTSplashScreen.py:53
! msgid "GNU Enterprise Forms"
  msgstr ""
  
! #: forms/src/uidrivers/wx/UIWXSplashScreen.py:57
! #: forms/src/uidrivers/qt/QTSplashScreen.py:60
! #, python-format
! msgid "Version %s"
  msgstr ""
  
! #: forms/src/uidrivers/wx/UIWXSplashScreen.py:67
! #: forms/src/uidrivers/qt/QTSplashScreen.py:70
! msgid "Protected by GNU General Public Licence 2.0"
  msgstr ""
  
! #: forms/src/uidrivers/wx/ErrorHandler.py:58
! msgid "Unable to start GNUe Forms:"
  msgstr ""
  
! #: forms/src/uidrivers/gtk/UIdriver.py:1151
! #: forms/src/uidrivers/gtk2/UIdriver.py:1207
! #: forms/src/uidrivers/win/UIdriver.py:852
! msgid "GNUE Forms"
  msgstr ""
  
! #: forms/src/uidrivers/gtk/UIdriver.py:1152
! #: forms/src/uidrivers/gtk2/UIdriver.py:1208
! #: forms/src/uidrivers/win/UIdriver.py:853
! msgid "  Version : "
  msgstr ""
  
! #: forms/src/uidrivers/gtk/UIdriver.py:1153
! #: forms/src/uidrivers/gtk2/UIdriver.py:1209
! #: forms/src/uidrivers/win/UIdriver.py:854
! msgid "  Driver  : UIwxpython"
  msgstr ""
  
! #: forms/src/uidrivers/gtk/UIdriver.py:1154
! #: forms/src/uidrivers/gtk2/UIdriver.py:1210
! #: forms/src/uidrivers/win/UIdriver.py:855
! msgid "-= Form Info =-"
  msgstr ""
  
! #: forms/src/uidrivers/gtk/UIdriver.py:1155
! #: forms/src/uidrivers/gtk2/UIdriver.py:1211
! #: forms/src/uidrivers/win/UIdriver.py:856
! msgid "  Name   : "
  msgstr ""
  
! #: forms/src/uidrivers/gtk/UIdriver.py:1156
! #: forms/src/uidrivers/gtk2/UIdriver.py:1212
! #: forms/src/uidrivers/win/UIdriver.py:857
! msgid "  Version: "
  msgstr ""
  
! #: forms/src/uidrivers/gtk/UIdriver.py:1157
! #: forms/src/uidrivers/gtk2/UIdriver.py:1213
! #: forms/src/uidrivers/win/UIdriver.py:858
! msgid "  Author : "
  msgstr ""
  
! #: forms/src/uidrivers/gtk/UIdriver.py:1158
! #: forms/src/uidrivers/gtk2/UIdriver.py:1214
! #: forms/src/uidrivers/win/UIdriver.py:859
! msgid "  Description:"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:75
! msgid "Import error: You need pygtk 2.0 to use the gtk2 user"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:76
! msgid " interface driver."
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:254
! msgid "/_File"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:255
! msgid "/File/Save"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:256
! msgid "/File/Clear Form"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:257
! msgid "/File/Print"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:258
! msgid "/File/Exit"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:260
! msgid "/_Edit"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:261
! msgid "/_Edit/Cut"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:262
! msgid "/_Edit/Copy"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:263
! msgid "/_Edit/Paste"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:265
! msgid "/_Data"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:266
! msgid "/_Data/First Record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:267
! msgid "/_Data/Previous Record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:268
! msgid "/_Data/Next Record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:269
! msgid "/_Data/Last Record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:270
! msgid "/_Data/Jump to Record ..."
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:271
! msgid "/_Data/New Record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:272
! msgid "/_Data/Mark Record For Delete"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:273
! msgid "/_Data/Next Block"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:274
! msgid "/_Data/Previous Block"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:275
! msgid "/_Data/Enter Query"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:276
! msgid "/_Data/Execute Query"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:279
! msgid "/_Help"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:280
! msgid "/Help/_About"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:452
! msgid "Save all changes to database"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:460
! msgid "insert a new record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:466
! msgid "delete record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:472
! msgid "first record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:478
! msgid "previous record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:484
! msgid "next record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:490
! msgid "last record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:496
! msgid "jump to record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:502
! msgid "prepare a query"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:508
! msgid "execute query"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:514
! msgid "clear data"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:522
! msgid "exit"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:790
! msgid "Which record"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:791
! msgid "_JUMP"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:791
! #: forms/src/uidrivers/gtk2/UIdriver.py:1405
! msgid "_CANCEL"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:793
! #: forms/src/uidrivers/win/UIdriver.py:483
! msgid "Enter record number to jump to"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:1387
! msgid "LOGIN WINDOW"
  msgstr ""
  
! #: forms/src/uidrivers/gtk2/UIdriver.py:1405
! msgid "_LOGIN"
  msgstr ""
  
! #: forms/src/uidrivers/curses/UILoginHandler.py:75
! msgid "GNU Enteprise Forms"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:179
  msgid "Save       (F6)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:179
! #: forms/src/uidrivers/win/UIdriver.py:247
  msgid "Save all changes to database."
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:181
  msgid "Clear Form (F11)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:181
! #: forms/src/uidrivers/win/UIdriver.py:260
  msgid "Clear Form"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:184
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:136
  msgid "&Print"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:191
  msgid "Cut"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:193
  msgid "Copy"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:195
  msgid "Paste"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:195
  msgid "Paste text"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:199
  msgid "First Record        (Shft+Up)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:199
! #: forms/src/uidrivers/win/UIdriver.py:251
  msgid "Navigate to first record in memory."
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:201
  msgid "Previous Record         (Up)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:201
! #: forms/src/uidrivers/win/UIdriver.py:252
  msgid "Navigate to previous record in memory."
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:203
  msgid "Next Record           (Down)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:203
! #: forms/src/uidrivers/win/UIdriver.py:253
  msgid "Navigate to next record in memory."
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:205
  msgid "Last Record    (Shft+Down)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:205
! #: forms/src/uidrivers/win/UIdriver.py:254
  msgid "Navigate to last record in memory."
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:207
  msgid "Jump to Record...        (F2)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:209
  msgid "New Record              (F12)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:209
! #: forms/src/uidrivers/win/UIdriver.py:248
  msgid "Create a new record for data input."
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:211
  msgid "Mark Record for Delete   (F5)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:214
  msgid "Next Block              (PgDn)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:214
  msgid "Navigate to next data block."
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:216
  msgid "Previous Block       (PgUp)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:216
  msgid "Navigate to previous data block."
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:219
  msgid "Enter Query             (F8)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:219
! #: forms/src/uidrivers/win/UIdriver.py:257
  msgid "Switch to input query mask mode."
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:221
  msgid "Execute Query           (F9)"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:221
! #: forms/src/uidrivers/win/UIdriver.py:258
  msgid "Execute query using current mask."
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:229
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:132
  msgid "&File"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:230
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:140
  msgid "&Edit"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:231
  msgid "&Data"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:232
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:176
  msgid "&Help"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:247
  msgid "Save  Changes"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:248
  msgid "Insert Record"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:249
  msgid "Delete Record"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:251
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:147
  msgid "First Record"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:252
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:148
  msgid "Previous Record"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:253
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:149
  msgid "Next Record"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:254
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:150
  msgid "Last Record"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:255
  msgid "Jump to Record"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:255
  msgid "Navigate to user specified record in memory."
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:257
  msgid "Prepare Query"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:258
  msgid "Execute Query"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:261
  msgid "Exit Form"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:484
! msgid "Which record?"
  msgstr ""
  
! #: forms/src/uidrivers/win/UIdriver.py:862
! msgid "About"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:133
! msgid "&Save Changes"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:134
! msgid "&Revert Changes"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:138
! msgid "&Close"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:148
! msgid "&Insert New Record"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:150
! msgid "&Delete Current Record"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:152
! msgid "&Navigation"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:153
! msgid "&Next Entry"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:154
! msgid "&Previous Entry"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:156
! msgid "Next &Record"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:157
! msgid "Previous R&ecord"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:158
! msgid "&First Record"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:159
! msgid "&Last Record"
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:160
! msgid "&Go to record..."
  msgstr ""
  
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:162
! msgid "Next &Block"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:163
! msgid "Previous Bl&ock"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:165
! msgid "Next P&age"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:166
! msgid "Pre&vious Page"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:168
! msgid "&Search"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:169
! msgid "Enter Query Mode"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:170
! msgid "Cancel Query Mode"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:172
! msgid "Repeat Last Query"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:174
! msgid "Perform Query"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:178
! msgid "About..."
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:143
! msgid "Save Changes"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:144
! msgid "Insert New Record"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:145
! msgid "Delete Current Record"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:151
! msgid "Go to record..."
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:153
! msgid "Enter Search Mode"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:154
! msgid "Perform Search"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:156
! msgid "Revert Changes"
! msgstr ""
! 
! #: forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:158
! msgid "Close"
! msgstr ""
! 
! #: reports/src/server/GRServer.py:51
! msgid "Set the GNURPC connection type. The currently supported values "
! msgstr ""
! 
! #: reports/src/server/GRServer.py:52
! msgid "for <type> are 'xmlrpc' and 'pw_xmlrpc'. For more information on "
! msgstr ""
! 
! #: reports/src/server/GRServer.py:53
! msgid "GNURPC connection types have a look at "
! msgstr ""
! 
! #: reports/src/server/GRServer.py:54
! msgid "common/doc/RPC-abstraction. "
  msgstr ""
Index: gnue/forms/src/uidrivers/_commonGuiToolkit/MenuBar.py
diff -c gnue/forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:1.9 
gnue/forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:1.10
*** gnue/forms/src/uidrivers/_commonGuiToolkit/MenuBar.py:1.9   Sun Mar  9 
18:17:48 2003
--- gnue/forms/src/uidrivers/_commonGuiToolkit/MenuBar.py       Sun Apr  6 
11:04:27 2003
***************
*** 129,180 ****
  #
  
  _DEFAULT_MENU =  (
!    ( '&File', (
!        ('&Save Changes', "COMMIT"),
!        ('&Revert Changes', "ROLLBACK"),
         None,
!        ('&Print', "PRINTOUT"),
         None,
!        ('&Close', "EXIT") ) ),
  
!    ( '&Edit', (
!        ('C&ut', "CUT"),
!        ('&Copy', "COPY"),
  #TODO: POST 0.5.0#       ('C&opy Special', (
  #TODO: POST 0.5.0#          ('&Record as Text', 'COPYRECORD'),
  #TODO: POST 0.5.0#          ('&Screen as Text', 'COPYSCREEN' ) ) ),
!        ('&Paste', "PASTE"),
         None,
!        ('&Insert New Record',"NEWRECORD"),
         None,
!        ('&Delete Current Record','MARKFORDELETE') ) ),
  
!    ( '&Navigation', (
!        ('&Next Entry', "NEXTENTRY"),
!        ('&Previous Entry', "PREVENTRY"),
!        None,
!        ('Next &Record', "NEXTRECORD"),
!        ('Previous R&ecord', "PREVRECORD"),
!        ('&First Record', 'FIRSTRECORD'),
!        ('&Last Record', 'LASTRECORD'),
!        ('&Go to record...', 'JUMPPROMPT'),
         None,
!        ('Next &Block', 'NEXTBLOCK'),
!        ('Previous Bl&ock', 'PREVBLOCK'),
         None,
!        ('Next P&age', 'NEXTPAGE'),
!        ('Pre&vious Page', 'PREVPAGE') ) ),
  
!    ( '&Search', (
!        ('Enter Query Mode', "ENTERQUERY"),
!        ('Cancel Query Mode', "CANCELQUERY"),       
         None, 
!        ('Repeat Last Query', "COPYQUERY"),
         None,
!        ('Perform Query', "EXECQUERY") ) ),
  
!    ( '&Help', (
! #TODO: POST 0.5.0#       ('Keystrokes...', "HELPKEYS"),
!        ('About...', "ABOUT"), ) ),
    )
  
--- 129,180 ----
  #
  
  _DEFAULT_MENU =  (
!    ( _('&File'), (
!        (_('&Save Changes'), "COMMIT"),
!        (_('&Revert Changes'), "ROLLBACK"),
         None,
!        (_('&Print'), "PRINTOUT"),
         None,
!        (_('&Close'), "EXIT") ) ),
  
!    ( _('&Edit'), (
!        (_('C&ut'), "CUT"),
!        (_('&Copy'), "COPY"),
  #TODO: POST 0.5.0#       ('C&opy Special', (
  #TODO: POST 0.5.0#          ('&Record as Text', 'COPYRECORD'),
  #TODO: POST 0.5.0#          ('&Screen as Text', 'COPYSCREEN' ) ) ),
!        (_('&Paste'), "PASTE"),
         None,
!        (_('&Insert New Record'),"NEWRECORD"),
         None,
!        (_('&Delete Current Record'),'MARKFORDELETE') ) ),
  
!    ( _('&Navigation'), (
!        (_('&Next Entry'), "NEXTENTRY"),
!        (_('&Previous Entry'), "PREVENTRY"),
!        None,
!        (_('Next &Record'), "NEXTRECORD"),
!        (_('Previous R&ecord'), "PREVRECORD"),
!        (_('&First Record'), 'FIRSTRECORD'),
!        (_('&Last Record'), 'LASTRECORD'),
!        (_('&Go to record...'), 'JUMPPROMPT'),
         None,
!        (_('Next &Block'), 'NEXTBLOCK'),
!        (_('Previous Bl&ock'), 'PREVBLOCK'),
         None,
!        (_('Next P&age'), 'NEXTPAGE'),
!        (_('Pre&vious Page'), 'PREVPAGE') ) ),
  
!    ( _('&Search'), (
!        (_('Enter Query Mode'), "ENTERQUERY"),
!        (_('Cancel Query Mode'), "CANCELQUERY"),       
         None, 
!        (_('Repeat Last Query'), "COPYQUERY"),
         None,
!        (_('Perform Query'), "EXECQUERY") ) ),
  
!    ( _('&Help'), (
! #TODO: POST 0.5.0#       (_('Keystrokes...'), "HELPKEYS"),
!        (_('About...'), "ABOUT"), ) ),
    )
  
Index: gnue/forms/src/uidrivers/_commonGuiToolkit/ToolBar.py
diff -c gnue/forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:1.5 
gnue/forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:1.6
*** gnue/forms/src/uidrivers/_commonGuiToolkit/ToolBar.py:1.5   Sun Mar  9 
18:17:48 2003
--- gnue/forms/src/uidrivers/_commonGuiToolkit/ToolBar.py       Sun Apr  6 
11:04:27 2003
***************
*** 140,159 ****
  #
  
  _DEFAULT_TOOLBAR =  (
!     ('Save Changes', "COMMIT"), 
!     ('Insert New Record',"NEWRECORD"), 
!     ('Delete Current Record','MARKFORDELETE'), 
      None, 
!     ('First Record', 'FIRSTRECORD'), 
!     ('Previous Record', "PREVRECORD"), 
!     ('Next Record', "NEXTRECORD"), 
!     ('Last Record', 'LASTRECORD'), 
!     ('Go to record...', 'JUMPPROMPT'), 
      None, 
!     ('Enter Search Mode', "ENTERQUERY"), 
!     ('Perform Search', "EXECQUERY"), 
      None,       
!     ('Revert Changes', "ROLLBACK"), 
      None, 
!     ('Close', "EXIT") )
         
--- 140,159 ----
  #
  
  _DEFAULT_TOOLBAR =  (
!     (_('Save Changes'), "COMMIT"), 
!     (_('Insert New Record'),"NEWRECORD"), 
!     (_('Delete Current Record'),'MARKFORDELETE'), 
      None, 
!     (_('First Record'), 'FIRSTRECORD'), 
!     (_('Previous Record'), "PREVRECORD"), 
!     (_('Next Record'), "NEXTRECORD"), 
!     (_('Last Record'), 'LASTRECORD'), 
!     (_('Go to record...'), 'JUMPPROMPT'), 
      None, 
!     (_('Enter Search Mode'), "ENTERQUERY"), 
!     (_('Perform Search'), "EXECQUERY"), 
      None,       
!     (_('Revert Changes'), "ROLLBACK"), 
      None, 
!     (_('Close'), "EXIT") )
         




reply via email to

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