commit-gnue
[Top][All Lists]
Advanced

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

r6580 - trunk/gnue-forms/src


From: kilo
Subject: r6580 - trunk/gnue-forms/src
Date: Fri, 29 Oct 2004 07:32:30 -0500 (CDT)

Author: kilo
Date: 2004-10-29 07:32:30 -0500 (Fri, 29 Oct 2004)
New Revision: 6580

Modified:
   trunk/gnue-forms/src/GFParser.py
Log:
Mark label strings for translation

Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py    2004-10-29 12:28:28 UTC (rev 6579)
+++ trunk/gnue-forms/src/GFParser.py    2004-10-29 12:32:30 UTC (rev 6580)
@@ -101,9 +101,11 @@
             'name': {
                'Unique': True,
                'Typecast': GTypecast.name,
+                'Label': _('Name'),
                'Description': 'A unique name or ID for the form.' },
             'style': {
                'Typecast': GTypecast.name,
+                'Label': _('Style'),
                'ValueSet': {
                   'normal': {'Label': _('Normal')},
                   'dialog': {'Label': _('Dialog')} },
@@ -346,12 +348,12 @@
                               'which this widget is tied.' },
             'maxLength': {
                'Typecast': GTypecast.whole,
-               'Label': 'Max Text Length',
+               'Label': _('Max Text Length'),
                'Description': 'The maximum number of characters the user is '
                               'allowed to enter into the entry.' },
             'minLength': {
                'Typecast': GTypecast.whole,
-               'Label': 'Min Text Length',
+               'Label': _('Min Text Length'),
                'Description': 'The minimum number of characters the user must '
                               'enter into the entry.',
                'Default': 0 },





reply via email to

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