From 79135a988d3a4f5d8dd4e723b040b6f3b968b120 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Tue, 11 Mar 2014 11:18:08 +0100 Subject: [PATCH] Add new lang constants for the installer Someone (@garvinhicking) please run addlang.sh for me to add these (doesn't work on OSX command line). Thanks. --- lang/addlang.txt | 9 +++------ templates/2k11/admin/installer.inc.tpl | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/lang/addlang.txt b/lang/addlang.txt index d964fe81..d82fba17 100644 --- a/lang/addlang.txt +++ b/lang/addlang.txt @@ -1,6 +1,3 @@ -@define('INSTALLER_KEY', 'Key'); -@define('INSTALLER_VALUE', 'Value'); -@define('CURRENT_TAB', 'Current tab: '); -@define('PINGBACKS', 'Pingbacks'); -@define('NO_PINGBACKS', 'No Pingbacks'); -@define('GROUP_NAME_DESC', "Use as uppercased eg. 'EXAMPLE_GROUP' name, but not as a constant 'USERLEVEL_XYZ' group name."); \ No newline at end of file +@define('INSTALLER_CLI_TOOLS', 'Server-side command line tools'); +@define('INSTALLER_CLI_TOOLNAME', 'CLI tool'); +@define('INSTALLER_CLI_TOOLSTATUS', 'Executable?'); \ No newline at end of file diff --git a/templates/2k11/admin/installer.inc.tpl b/templates/2k11/admin/installer.inc.tpl index 98d4ea7a..1354d120 100644 --- a/templates/2k11/admin/installer.inc.tpl +++ b/templates/2k11/admin/installer.inc.tpl @@ -210,11 +210,11 @@ {/if} - {* i18n *} + - {* i18n *} - {* i18n *} + +
Executables{$CONST.INSTALLER_CLI_TOOLS}
ProgramExecutable?{$CONST.INSTALLER_CLI_TOOLNAME}{$CONST.INSTALLER_CLI_TOOLSTATUS}