From 4db6bd4ab92cb5ac56d31934119d198608eec93f Mon Sep 17 00:00:00 2001 From: Lahmizzar Muinela <lahmizzar@devxive.com> Date: Wed, 24 Apr 2013 16:10:24 -0400 Subject: [PATCH] changed copyright year, html-output only lang tag in bold --- install.script.php | 4 ++-- installer/language/en-GB/en-GB.pkg_projectfork_languages.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.script.php b/install.script.php index 695ef3d..5feb97b 100644 --- a/install.script.php +++ b/install.script.php @@ -3,7 +3,7 @@ * @package Projectfork * @subpackage Projectfork.Translations.Installer * - * @copyright (C) 2006 - 2013 Projectfork Translation Team. All rights reserved. + * @copyright (C) 2012 - 2013 Projectfork Translation Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.projectfork.net **/ @@ -53,7 +53,7 @@ $file = $files->addChild('file', array_pop($search)); $file->addAttribute('type', 'file'); $file->addAttribute('id', $this->name . '_' . $language['tag']); - $installed_langs_html .= '<li>' . sprintf('<b>%s - %s</b>', $language['tag'], $language['name']); + $installed_langs_html .= '<li>' . sprintf('<b>%s</b> - %s', $language['tag'], $language['name']); if(in_array($language['tag'], $this->uncomplete_lang)) { $installed_langs_html .= ' ... <span style="color: darkorange;">(' . sprintf(JText::_('PKG_PROJECTFORK_LANGUAGES_NOTFULL_TRANSLATED'), '<a href="https://github.com/projectfork/Translations/wiki" target="_blank">Projectfork Translations Team</a>') . ')'; } diff --git a/installer/language/en-GB/en-GB.pkg_projectfork_languages.ini b/installer/language/en-GB/en-GB.pkg_projectfork_languages.ini index 04be7ba..62f86f9 100644 --- a/installer/language/en-GB/en-GB.pkg_projectfork_languages.ini +++ b/installer/language/en-GB/en-GB.pkg_projectfork_languages.ini @@ -7,4 +7,4 @@ JLIB_INSTALLER_ABORT_PACKAGE_INSTALL_CUSTOM_INSTALL_FAILURE = "The installation of the Projectfork Language-Package has been aborted. Please install Projectfork first!" PKG_PROJECTFORK_LANGUAGES_NOTFULL_TRANSLATED = "This language is not full translated at this moment. Please visit our %s for more Informations and how to contribute to your language!" PKG_PROJECTFORK_LANGUAGES_ENGLISH_ONLY = "Your site is English only. There\'s no need to install an other Projectfork Language! If you want to install a different language, you have to install a different core language first!" -PKG_PROJECTFORK_LANGUAGES_INSTALLED_DETECTED_SUCCESS = "Successfully installed detected language for Projectfork:" \ No newline at end of file +PKG_PROJECTFORK_LANGUAGES_INSTALLED_DETECTED_SUCCESS = "Successfully installed detected languages for Projectfork:" \ No newline at end of file -- Gitblit v1.9.1