Skip to content

Commit

Permalink
test_code page prepared for translation, German translation added
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Apr 20, 2004
1 parent abd6df3 commit c3d4211
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 43 deletions.
5 changes: 5 additions & 0 deletions WHATSNEW-5.3
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Foundation

* Void mv_form_profile on changing shipping country in account page.

i18n
----

* Continued translation of UI.

------------------------------------------------------------------------------

(end)
59 changes: 20 additions & 39 deletions dist/lib/UI/locales/de_DE.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ undef,
"Add new option",
"Neue Option hinzufügen",

"Additional shipping calculation",
undef,

"Address",
"Adresse",

Expand Down Expand Up @@ -252,15 +255,12 @@ undef,
"Allow delete",
"Löschen zulassen",

"Allow file upload for this table",
"Allow full expressions",
undef,

"Allow to be zero cost",
"Versandkostenfreiheit zulassen",

"Allow full expressions",
undef,

"Already merged to current version %s.",
"Bereits mit aktueller Version %s zusammengefügt.",

Expand Down Expand Up @@ -426,9 +426,6 @@ undef,
"Button Builder",
"Button Builder",

"Buttons only on bottom",
undef,

"By day",
"Nach Tagen",

Expand Down Expand Up @@ -957,9 +954,6 @@ undef,
"Edit Order",
"Bestellung bearbeiten",

"Edit Page HTML",
undef,

"Edit Permissions",
"Zugriffsrechte bearbeiten",

Expand Down Expand Up @@ -996,9 +990,6 @@ undef,
"Edit method",
"Methode bearbeiten",

"Edit page",
undef,

"Edit pages",
"Seiten bearbeiten",

Expand Down Expand Up @@ -1210,9 +1201,6 @@ undef,
"For affiliate:",
"Für Partner:",

"Form Linking",
undef,

"Form has changed and not been saved. Continue?",
undef,

Expand Down Expand Up @@ -1293,6 +1281,12 @@ undef,
"HIDE",
"VERBERGEN",

"HTML",
undef,

"Handling",
undef,

"Height",
"Höhe",

Expand Down Expand Up @@ -1344,9 +1338,6 @@ undef,
"Import GPG/PGP key",
"GPG/PGP-Schlüssel importieren",

"Import field filtering",
undef,

"Import file %s not found!!!",
"Zu importierende Datei %s nicht gefunden!!!",

Expand All @@ -1371,9 +1362,6 @@ undef,
"Inactive Customers",
"Passive Kunden",

"Included form",
undef,

"Income Statement",
undef,

Expand Down Expand Up @@ -1419,6 +1407,9 @@ undef,
"Interchange version",
"Version von Interchange",

"Internal UPS lookup",
undef,

"Inventory",
"Warenbestand",

Expand Down Expand Up @@ -1987,9 +1978,6 @@ undef,
"Number of items",
"Anzahl der Artikel",

"Number the entries",
"Einträge numerieren",

"October",
"Oktober",

Expand Down Expand Up @@ -2398,6 +2386,9 @@ undef,
"Reset to defaults?",
"Auf Voreinstellungen zurücksetzen?",

"Results",
"Ergebnisse",

"Retrieve saved values",
"Auf gesicherte Werte zurücksetzen",

Expand All @@ -2411,7 +2402,7 @@ undef,
undef,

"Run",
undef,
"Ausführen",

"SKU",
undef,
Expand Down Expand Up @@ -2525,13 +2516,6 @@ undef,
the source page will be allowed.",
undef,

"Select page display",
undef,

"Select page to clone. Only pages matching the template type of
the source page will be allowed.",
undef,

"Select these SKUs",
"Diese Artikelnummern auswählen",

Expand Down Expand Up @@ -2766,9 +2750,6 @@ undef,
"Standard shipping by weight",
"Standardversand nach Gewicht",

"Spreadsheet page",
undef,

"Start transferring from catalog root",
undef,

Expand Down Expand Up @@ -2832,9 +2813,6 @@ undef,
"TOTAL",
"Gesamtsumme",

"Tabbed Display",
undef,

"Table",
"Tabelle",

Expand Down Expand Up @@ -2931,6 +2909,9 @@ undef,
"Temporarily turn on meta links in database edit",
undef,

"Test ITL code snippet",
"ITL-Fragment testen",

"Test code",
undef,

Expand Down
8 changes: 4 additions & 4 deletions dist/lib/UI/pages/admin/test_code.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[set page_title]Test ITL code snippet[/set]
[set page_title][L]Test ITL code snippet[/L][/set]
[set ui_class]Admin[/set]
[set page_banner]Test ITL code snippet[/set]
[set page_banner][L]Test ITL code snippet[/L][/set]
[set page_perm]super[/set]
[set help_name][/set]
[set icon_name]icon_config.gif[/set]
Expand All @@ -16,7 +16,7 @@
[if cgi itl_code]
<tr>
<td style="font-size: larger">
<u style="font-size: larger; font-weight: bold">Results</u><br>
<u style="font-size: larger; font-weight: bold">[L]Results[/L]</u><br>
[if cgi xmp]<xmp>[/if][calc] $Scratch->{itl_code} = $CGI->{itl_code}; [/calc][if cgi xmp]</xmp>[/if]
</td>
</tr>
Expand All @@ -30,7 +30,7 @@
value="[scratchd itl_code]"
enable-itl=1]
<br>
<input type=submit value="[L]Run[/L]"> <input type=button value="[L]Clear[/L]" onClick="this.form.itl_code.value=''"> [display type=select name=xmp cgi-default=1 options="1=Source, 0=HTML"]
<input type=submit value="[L]Run[/L]"> <input type=button value="[L]Clear[/L]" onClick="this.form.itl_code.value=''"> [display type=select name=xmp cgi-default=1 options="1=[L]Source[/L], 0=[L]HTML[/L]"]
</td>
</tr>
</table>
Expand Down

0 comments on commit c3d4211

Please sign in to comment.