Thomas Bruederli
2012-11-17 be9aacaa5296dfca63fb3a01c2dc52538d1546aa
Bring back lost localization for the about page
3 files modified
5 ■■■■■ changed files
program/localization/en_US/labels.inc 1 ●●●● patch | view | raw | blame | history
skins/classic/templates/about.html 2 ●●● patch | view | raw | blame | history
skins/larry/templates/about.html 2 ●●● patch | view | raw | blame | history
program/localization/en_US/labels.inc
@@ -493,6 +493,7 @@
$labels['sortdesc'] = 'Sort descending';
$labels['undo'] = 'Undo';
$labels['installedplugins'] = 'Installed plugins';
$labels['plugin'] = 'Plugin';
$labels['version'] = 'Version';
$labels['source'] = 'Source';
skins/classic/templates/about.html
@@ -25,7 +25,7 @@
<p class="links"><roundcube:object name="supportlink" label="support" target="_blank" /></p>
</div>
<h3><roundcube:label name="installedplugins" en_US="Installed plugins" /></h3>
<h3><roundcube:label name="installedplugins" /></h3>
<roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" />
</div>
skins/larry/templates/about.html
@@ -20,7 +20,7 @@
</div>
<div class="readtext">
<h3><roundcube:label name="installedplugins" en_US="Installed plugins" /></h3>
<h3><roundcube:label name="installedplugins" /></h3>
<roundcube:object name="pluginlist" id="pluginlist" class="records-table" />
</div>