Committer: Apostolos Koutsoulelos <apostolos@desktop.(none)>
[arthrology.git] / language / english.php
blob61364479e6eb833a2cc4ea46bcc19fd17f71485f
1 <?php
3 /*
4 * Arthrology for Elxis CMS 2008.x and 2009.x
6 * English Language File (front-end)
8 * @version 1.3
9 * @package Arthrology
10 * @author Apostolos Koutsoulelos <akoutsoulelos@yahoo.gr>
11 * @authorurl http://www.bitcraft-labs.gr
12 * @copyright Copyright (C) 2009-2011 Apostolos Koutsoulelos. All rights reserved.
13 * @license GNU/GPL (http://www.gnu.org/copyleft/gpl.html)
15 * @link http://www.elxis-downloads.com/downloads/miscellaneous/204.html
17 * Special thanx to Duilio Lupini (Speck - info@elxisitalia.com) for
18 * grammar and spelling checks!
22 // Prevent direct inclusion of this file
23 defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
25 class clsArthrologyLng {
27 // Set translation variables
28 public $GEN_COMPONENT_TITLE = 'Arthrology';
30 /******************/
31 /* INSTALLATION */
32 /******************/
33 public $INS_HEADER = 'Installation of Arthrology <small><small>by Apostolos Koutsoulelos</small></small>';
34 public $INS_ERROR_MENU_PARAMS = 'Error updating database. Unable to store component default parameters.';
35 public $INS_ERROR_MENU_MAIN = 'Error updating database. Backend Menu Items (Arthrology) not updated.<br/>';
36 public $INS_ERROR_MENU_CP = 'Error updating database. Backend Menu Items (Control Panel) not updated.<br/>';
37 public $INS_ERROR_MENU_ART = 'Error updating database. Backend Menu Items (Manage Articles) not updated.<br/>';
38 public $INS_ERROR_MENU_MAG = 'Error updating database. Backend Menu Items (Manage Categories) not updated.<br/>';
39 public $INS_ERROR_MENU_CONF = 'Error updating database. Backend Menu Items (Configuration) not updated.<br/>';
40 public $INS_ERROR_SEOPRO = 'Error coping SEO PRO extension to folder includes/seopro/. Please copy and rename it manually!<br/>';
41 public $INS_ERROR_SITEMAP = 'Error coping IOS Sitemap extension to folder admnistrator/components/com_sitemap/extensions/. Please copy it manually!<br/>';
42 public $INS_ERROR_TOOLBAR = 'Error coping toolbar icons to folder administrator/images/. Please copy them manually!<br/>';
43 public $INS_ERROR_NOTICE_TITLE = 'Installation notices';
44 public $INS_ERROR_NOTICE = 'All the above errors are very small errors, mainly making the user interface of Arthrology a little bit more friendly. You do not need to worry about them!';
45 public $INS_CRITICAL_LNG_ENGLISH = 'Error updating administration laguage (english). Please copy /administrator/components/com_arthology/language/english.com_arthology.php in folder /administrator/language/english manually.';
46 public $INS_CRITICAL_LNG_GREEK = 'Error updating administration laguage (greek). Please copy /administrator/components/com_arthology/language/greek.com_arthology.php in folder /administrator/language/greek manually.';
47 public $INS_CRITICAL_LNG_ITALIAN = 'Error updating administration laguage (italian). Please copy /administrator/components/com_arthology/language/italian.com_arthology.php in folder /administrator/language/italian manually.';
48 public $INS_CRITICAL_NOTICE_TITLE = 'Critical errors';
49 public $INS_CRITICAL_NOTICE = 'All the errors above are critical. Please follow the instructions above to fix them!';
50 public $INS_TITLE = 'Arthrology - An event management system Elxis CMS 2008.x and 2009.x+';
51 public $INS_BODY = '<br/><b>Arthrology was successfully installed</b><br/><br/>Arthrology is a storing and indexing system for atricles published in magazines.<br/><br/>';
53 /**********/
54 /* HTML */
55 /**********/
56 public $ALERT_HTML_NO_KEY = 'You must set al least one search keyword!';
57 public $SRCH_KEYW_ENTER = 'Enter one keyword for search (al least 3 cahracters long). Leave empty for all articles in selected magazine.';
58 public $SRCH_MAG = 'Magazine';
59 public $SRCH_KEYW = 'Keyword';
60 public $SRCH_RESULTS = 'Results for ';
61 public $SRCH_RESULTS_ALL = 'All articles';
62 public $SRCH_RESULTS_FOUND1 = 'Total ';
63 public $SRCH_RESULTS_FOUND2 = ' articles were found.';
64 public $SRCH_RESULTS_NONE = ' No results found...';
66 // Just an empty constructor
67 public function __construct() {