commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7108 - in trunk/gnue-forms: po src


From: reinhard
Subject: [gnue] r7108 - in trunk/gnue-forms: po src
Date: Tue, 8 Mar 2005 02:08:04 -0600 (CST)

Author: reinhard
Date: 2005-03-08 02:08:03 -0600 (Tue, 08 Mar 2005)
New Revision: 7108

Modified:
   trunk/gnue-forms/po/de.po
   trunk/gnue-forms/po/es_ES.po
   trunk/gnue-forms/po/es_MX.po
   trunk/gnue-forms/po/fr.po
   trunk/gnue-forms/po/hu.po
   trunk/gnue-forms/po/lt.po
   trunk/gnue-forms/po/ro.po
   trunk/gnue-forms/po/ru.po
   trunk/gnue-forms/src/GFParser.py
Log:
Fixed typo.


Modified: trunk/gnue-forms/po/de.po
===================================================================
--- trunk/gnue-forms/po/de.po   2005-03-07 22:51:02 UTC (rev 7107)
+++ trunk/gnue-forms/po/de.po   2005-03-08 08:08:03 UTC (rev 7108)
@@ -510,7 +510,7 @@
 msgstr "Feld enth�lt den URL der Komponente"
 
 #: GFParser.py:712
-msgid "Field contains the data of the component in Base63 encoding"
+msgid "Field contains the data of the component in Base64 encoding"
 msgstr "Feld enth�lt die Daten der Komponente in Base64-Kodierung"
 
 #: GFParser.py:780 GFParser.py:821

Modified: trunk/gnue-forms/po/es_ES.po
===================================================================
--- trunk/gnue-forms/po/es_ES.po        2005-03-07 22:51:02 UTC (rev 7107)
+++ trunk/gnue-forms/po/es_ES.po        2005-03-08 08:08:03 UTC (rev 7108)
@@ -526,8 +526,8 @@
 msgstr "El campo contiene la URL de un componente"
 
 #: GFParser.py:712
-msgid "Field contains the data of the component in Base63 encoding"
-msgstr "El campo contiene datos de un componente codificados en Base63"
+msgid "Field contains the data of the component in Base64 encoding"
+msgstr "El campo contiene datos de un componente codificados en Base64"
 
 #: GFParser.py:780 GFParser.py:821
 msgid "Description field"

Modified: trunk/gnue-forms/po/es_MX.po
===================================================================
--- trunk/gnue-forms/po/es_MX.po        2005-03-07 22:51:02 UTC (rev 7107)
+++ trunk/gnue-forms/po/es_MX.po        2005-03-08 08:08:03 UTC (rev 7108)
@@ -534,7 +534,7 @@
 msgstr ""
 
 #: GFParser.py:712
-msgid "Field contains the data of the component in Base63 encoding"
+msgid "Field contains the data of the component in Base64 encoding"
 msgstr ""
 
 #: GFParser.py:780 GFParser.py:821

Modified: trunk/gnue-forms/po/fr.po
===================================================================
--- trunk/gnue-forms/po/fr.po   2005-03-07 22:51:02 UTC (rev 7107)
+++ trunk/gnue-forms/po/fr.po   2005-03-08 08:08:03 UTC (rev 7108)
@@ -545,7 +545,7 @@
 
 #: GFParser.py:712
 #, fuzzy
-msgid "Field contains the data of the component in Base63 encoding"
+msgid "Field contains the data of the component in Base64 encoding"
 msgstr "Le champ contient l'URL du composant"
 
 #: GFParser.py:780 GFParser.py:821

Modified: trunk/gnue-forms/po/hu.po
===================================================================
--- trunk/gnue-forms/po/hu.po   2005-03-07 22:51:02 UTC (rev 7107)
+++ trunk/gnue-forms/po/hu.po   2005-03-08 08:08:03 UTC (rev 7108)
@@ -512,8 +512,8 @@
 msgstr "A mez� a komponens URL-j�t tartalmazza"
 
 #: GFParser.py:712
-msgid "Field contains the data of the component in Base63 encoding"
-msgstr "A mez� a komponens adat�t Base63 k�dol�ssal tartalmazza"
+msgid "Field contains the data of the component in Base64 encoding"
+msgstr "A mez� a komponens adat�t Base64 k�dol�ssal tartalmazza"
 
 #: GFParser.py:780 GFParser.py:821
 msgid "Description field"

Modified: trunk/gnue-forms/po/lt.po
===================================================================
--- trunk/gnue-forms/po/lt.po   2005-03-07 22:51:02 UTC (rev 7107)
+++ trunk/gnue-forms/po/lt.po   2005-03-08 08:08:03 UTC (rev 7108)
@@ -528,7 +528,7 @@
 msgstr ""
 
 #: GFParser.py:712
-msgid "Field contains the data of the component in Base63 encoding"
+msgid "Field contains the data of the component in Base64 encoding"
 msgstr ""
 
 #: GFParser.py:780 GFParser.py:821

Modified: trunk/gnue-forms/po/ro.po
===================================================================
--- trunk/gnue-forms/po/ro.po   2005-03-07 22:51:02 UTC (rev 7107)
+++ trunk/gnue-forms/po/ro.po   2005-03-08 08:08:03 UTC (rev 7108)
@@ -541,7 +541,7 @@
 
 #: GFParser.py:712
 #, fuzzy
-msgid "Field contains the data of the component in Base63 encoding"
+msgid "Field contains the data of the component in Base64 encoding"
 msgstr "Camputl contine URL-ul componentei"
 
 #: GFParser.py:780 GFParser.py:821

Modified: trunk/gnue-forms/po/ru.po
===================================================================
--- trunk/gnue-forms/po/ru.po   2005-03-07 22:51:02 UTC (rev 7107)
+++ trunk/gnue-forms/po/ru.po   2005-03-08 08:08:03 UTC (rev 7108)
@@ -497,7 +497,7 @@
 msgstr ""
 
 #: GFParser.py:712
-msgid "Field contains the data of the component in Base63 encoding"
+msgid "Field contains the data of the component in Base64 encoding"
 msgstr ""
 
 #: GFParser.py:780 GFParser.py:821

Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py    2005-03-07 22:51:02 UTC (rev 7107)
+++ trunk/gnue-forms/src/GFParser.py    2005-03-08 08:08:03 UTC (rev 7108)
@@ -710,7 +710,7 @@
                'ValueSet': {
                   'URL': {'Label': _('Field contains the URL of the 
component')},
                   'Base64': {'Label': _("Field contains the data of the "
-                                        "component in Base63 encoding")} },
+                                        "component in Base64 encoding")} },
                'Default': "URL",
                'Description': 'TODO' },
             'focusorder': {





reply via email to

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