[interchange-cvs] interchange - racke modified 2 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sat Dec 8 17:05:00 2001


User:      racke
Date:      2001-12-08 22:04:47 GMT
Modified:  dist/lib/UI/locales Tag: STABLE_4_8-branch de_DE.cfg
Modified:  dist/lib/UI/pages/admin Tag: STABLE_4_8-branch
Modified:           item_option.html
Log:
option type selection prepared for translation/German ones added

Revision  Changes    Path
No                   revision



No                   revision



2.15.2.23 +21 -0     interchange/dist/lib/UI/locales/de_DE.cfg


rev 2.15.2.23, prev_rev 2.15.2.22
Index: de_DE.cfg
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/locales/de_DE.cfg,v
retrieving revision 2.15.2.22
retrieving revision 2.15.2.23
diff -u -r2.15.2.22 -r2.15.2.23
--- de_DE.cfg	2001/12/08 21:47:03	2.15.2.22
+++ de_DE.cfg	2001/12/08 22:04:47	2.15.2.23
@@ -1117,6 +1117,12 @@
 "Matrix",
 undef,
 
+"Matrix Options, one widget",
+"Matrix-Optionen, ein Widget",
+
+"Matrix Options, separate widgets",
+"Matrix-Optionen, mehrere Widgets",
+
 "May",
 "Mai",
 
@@ -1150,6 +1156,9 @@
 "Modular",
 undef,
 
+"Modular Options",
+"Modulare Optionen",
+
 "More items",
 "Mehr Produkte",
 
@@ -1206,6 +1215,9 @@
 "No %s.",
 "Kein %s.",
 
+"No Options",
+"Keine Optionen",
+
 "No active customers.",
 "Keine aktiven Kunden.",
 
@@ -1626,6 +1638,12 @@
 "Select for table edit",
 "Zur Bearbeitung auswählen",
 
+"Select option type and/or disable options",
+"Optionstyp auswählen und/oder Optionen deaktivieren",
+
+"Select option type and/or enable options",
+"Optionstyp auswählen und/oder Optionen aktivieren",
+
 "Select the Excel-format file you entered your products list into (optional).",
 undef,
 
@@ -1733,6 +1751,9 @@
 
 "Simple",
 undef,
+
+"Simple Options",
+"Einfache Optionen",
 
 "Single table",
 undef,



No                   revision



No                   revision



2.0.2.2   +11 -12    interchange/dist/lib/UI/pages/admin/item_option.html


rev 2.0.2.2, prev_rev 2.0.2.1
Index: item_option.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/item_option.html,v
retrieving revision 2.0.2.1
retrieving revision 2.0.2.2
diff -u -r2.0.2.1 -r2.0.2.2
--- item_option.html	2001/12/08 21:45:32	2.0.2.1
+++ item_option.html	2001/12/08 22:04:47	2.0.2.2
@@ -160,12 +160,11 @@
 [if scratch ui_change_options]
 [then]
 <H2>
-        Select option type and/or
-        [if scratch ui_never_options]
-                enable
-        [else]
-                disable
-        [/else][/if] options
+[if scratch ui_never_options]
+[L]Select option type and/or enable options[/L]
+[else]
+[L]Select option type and/or disable options[/L]
+[/else][/if]
 </H2>
 
 [perl tables="[cgi mv_data_table]"]
@@ -198,12 +197,12 @@
 
 <FORM METHOD=POST ACTION="[area @@MV_PAGE@@]">
 <INPUT TYPE=HIDDEN NAME="item_id" VALUE="[cgi item_id]">
-<INPUT TYPE=RADIO NAME="setting" VALUE="none" [if scratch setting eq 'none']CHECKED[/if]> No Options<BR>
-<INPUT TYPE=RADIO NAME="setting" VALUE="simple" [if scratch setting eq 'simple']CHECKED[/if]> Simple Options<BR>
-<INPUT TYPE=RADIO NAME="setting" VALUE="matrix" [if scratch setting eq 'matrix']CHECKED[/if]> Matrix Options, one widget<BR>
-<INPUT TYPE=RADIO NAME="setting" VALUE="matrix-separate" [if scratch setting eq 'matrix-separate']CHECKED[/if]> Matrix Options, separate widgets<BR>
-<INPUT TYPE=RADIO NAME="setting" VALUE="modular" [if scratch setting eq 'modular']CHECKED[/if] > Modular Options<BR>
-[button text="Update" mv_check="Update"]
+<INPUT TYPE=RADIO NAME="setting" VALUE="none" [if scratch setting eq 'none']CHECKED[/if]> [L]No Options[/L]<BR>
+<INPUT TYPE=RADIO NAME="setting" VALUE="simple" [if scratch setting eq 'simple']CHECKED[/if]> [L]Simple Options[/L]<BR>
+<INPUT TYPE=RADIO NAME="setting" VALUE="matrix" [if scratch setting eq 'matrix']CHECKED[/if]> [L]Matrix Options, one widget[/L]<BR>
+<INPUT TYPE=RADIO NAME="setting" VALUE="matrix-separate" [if scratch setting eq 'matrix-separate']CHECKED[/if]> [L]Matrix Options, separate widgets[/L]<BR>
+<INPUT TYPE=RADIO NAME="setting" VALUE="modular" [if scratch setting eq 'modular']CHECKED[/if] > [L]Modular Options[/L]<BR>
+[button text="[L]Update[/L]" mv_check="[L]Update[/L]"]
 mv_todo=return
 mv_nextpage="@@MV_PAGE@@"
 [/button]