Skip to content

Commit

Permalink
Prepared for translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ton Verhagen committed Sep 18, 2001
1 parent 3f37fb1 commit 1570c1e
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions dist/lib/UI/pages/admin/wizard/step_index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[set page_title]Index Page[/set]
[set page_title][L]Index Page[/L][/set]
[set ui_checklist]1[/set]
[set help_name]wizard.indexpage[/set]
@_UI_STD_HEAD_@

Enter the title and content to be displayed on your index page. The index page is the first page of your site. The
[L WIZARD_STEP_INDEX_PAR_1]Enter the title and content to be displayed on your index page. The index page is the first page of your site. The
<b>Content</b> section already contains sample text formatted in HTML. You
can manipulate this text or enter new text.
can manipulate this text or enter new text.[/L]
<p>

[tmp default_indextext]
Expand All @@ -16,19 +16,18 @@
<br>
<p>
<large>
Welcome to [if value company][value company], [/if]the Internet's
premier source of ...
[msg arg.0="[if value company][value company], [/if]"]Welcome to %sthe Internet's premier source of ...[/msg]
</large>
</p>
<p>
This foundation site is intended to give you the
[L WIZARD_STEP_INDEX_PAR_2]This foundation site is intended to give you the
start you need to design your own Interchange
site. Just replace the stock graphics, products,
and categories we have here with your own, and
you're good to go.
you're good to go.[/L]
</p>
<p>
Thank you for visiting.
[L]Thank you for visiting.[/L]
</p>
</td>
</tr>
Expand All @@ -55,12 +54,12 @@

ui_wizard_fields="indextitle indextext"

label.indextitle="Page Title"
help.indextitle="Title for the page (top bar)"
label.indextitle="[L]Page Title[/L]"
help.indextitle="[L]Title for the page (top bar)[/L]"
widget.indextitle=text
default.indextitle=`'Welcome' . ($Values->{company} ? ' to ' . $Values->{company} : '') . "!"`
default.indextitle=`($Values->{company} ? errmsg("Welcome to %s", $Values->{company}) : errmsg("Welcome")) . "!"`

label.indextext="Content"
label.indextext="[L]Content[/L]"
widget.indextext=textarea_18_60
default.indextext=`$Scratch->{default_indextext}`
]
Expand Down

0 comments on commit 1570c1e

Please sign in to comment.