Lahmizzar Muinela
2013-04-24 4db6bd4ab92cb5ac56d31934119d198608eec93f
changed copyright year, html-output only lang tag in bold
2 files modified
6 ■■■■ changed files
install.script.php 4 ●●●● patch | view | raw | blame | history
installer/language/en-GB/en-GB.pkg_projectfork_languages.ini 2 ●●● patch | view | raw | blame | history
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>') . ')';
            }
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:"
PKG_PROJECTFORK_LANGUAGES_INSTALLED_DETECTED_SUCCESS = "Successfully installed detected languages for Projectfork:"