forked from I2P_Developers/i2p.i2p
Shortened button text on /configfamily
Helps to avoid overlong strings breaking layout in translation (specifically Russian). The section subtitle already indicates full scope of action.
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
<input name="file" type="file" value="" />
|
<input name="file" type="file" value="" />
|
||||||
</td>
|
</td>
|
||||||
<td class="optionsave">
|
<td class="optionsave">
|
||||||
<input type="submit" name="action" class="download" value="<%=intl._t("Join Existing Router Family")%>" />
|
<input type="submit" name="action" class="download" value="<%=intl._t("Join Family")%>" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</form></table>
|
</form></table>
|
||||||
@@ -50,11 +50,11 @@
|
|||||||
<input type="hidden" name="nonce" value="<%=pageNonce%>" >
|
<input type="hidden" name="nonce" value="<%=pageNonce%>" >
|
||||||
<tr><th colspan="2"><%=intl._t("Create New Router Family")%></th></tr>
|
<tr><th colspan="2"><%=intl._t("Create New Router Family")%></th></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><%=intl._t("Family Name")%>:
|
<td><b><%=intl._t("Family Name")%>:</b>
|
||||||
<input name="family" type="text" size="30" value="" />
|
<input name="family" type="text" size="30" value="" />
|
||||||
</td>
|
</td>
|
||||||
<td class="optionsave">
|
<td class="optionsave">
|
||||||
<input type="submit" name="action" class="accept" value="<%=intl._t("Create New Router Family")%>" />
|
<input type="submit" name="action" class="accept" value="<%=intl._t("Create Family")%>" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</form>
|
</form>
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
<tr><th colspan="2"><%=intl._t("Leave Router Family")%></th></tr>
|
<tr><th colspan="2"><%=intl._t("Leave Router Family")%></th></tr>
|
||||||
<tr><td><%=intl._t("No longer be a member of the family {0}.", '"' + family + '"')%></td>
|
<tr><td><%=intl._t("No longer be a member of the family {0}.", '"' + family + '"')%></td>
|
||||||
<td class="optionsave">
|
<td class="optionsave">
|
||||||
<input type="submit" name="action" class="delete" value="<%=intl._t("Leave Router Family")%>" />
|
<input type="submit" name="action" class="delete" value="<%=intl._t("Leave Family")%>" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user