Commit 60035d3e authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Added resource bundles for hardcoded strings.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1410 b35dd754-fafc-0310-a699-88a17e54d16e
parent 26124807
......@@ -222,8 +222,8 @@ function checkClick() {
<hr size="0">
<div align="right">
<input type="submit" name="continue" value=" Continue ">
<input type="submit" name="doSkip" value="Skip This Step">
<input type="submit" name="continue" value=" <fmt:message key="global.continue" /> ">
<input type="submit" name="doSkip" value="<fmt:message key="setup.admin.settings.skip_this_step" />">
</div>
</form>
......
......@@ -157,7 +157,7 @@
<hr size="0">
<div align="right">
<input type="submit" name="continue" value=" Continue ">
<input type="submit" name="continue" value=" <fmt:message key="global.continue" /> ">
<br>
<fmt:message key="setup.datasource.jndi.note" />
</div>
......
......@@ -137,7 +137,7 @@
<hr size="0">
<div align="right"><input type="submit" value=" Continue "></div>
<div align="right"><input type="submit" value=" <fmt:message key="global.continue" /> "></div>
</form>
......
......@@ -211,7 +211,7 @@ function checkSubmit() {
<table cellpadding="3" cellspacing="2" border="0">
<tr>
<td colspan="2">
Database Driver Presets:
<fmt:message key="setup.datasource.standard.label" />:
<select size="1" name="presets" onchange="populate(this.options[this.selectedIndex].value)">
<option value=""><fmt:message key="setup.datasource.standard.pick_database" />
<% for (int i=0; i<presets.size(); i++) {
......@@ -372,7 +372,7 @@ function checkSubmit() {
<hr size="0">
<div align="right">
<input type="submit" name="continue" value=" Continue ">
<input type="submit" name="continue" value=" <fmt:message key="global.continue" /> ">
<br>
<fmt:message key="setup.datasource.standard.note" />
</div>
......
......@@ -174,7 +174,7 @@ LABEL { font-weight : normal; }
<hr size="0">
<div align="right">
<input type="submit" name="continue" value=" Continue ">
<input type="submit" name="continue" value=" <fmt:message key="global.continue" /> ">
</div>
</form>
......
......@@ -67,7 +67,7 @@
<form action="setup-index.jsp" name="sform">
<b>Choose Language</b>
<b><fmt:message key="setup.index.choose_lang" /></b>
<% boolean usingPreset = false;
Locale[] locales = Locale.getAvailableLocales();
......@@ -145,7 +145,7 @@
<hr size="0">
<div align="right">
<input type="submit" name="save" value=" Continue ">
<input type="submit" name="save" value=" <fmt:message key="global.continue" /> ">
</div>
</form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment