4 * Arthrology for Elxis CMS 2008.x and 2009.x
6 * English Language File (backend area)
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.' );
26 class adminLanguage
extends standardLanguage
{
28 // Set translation variables
29 public $A_CMP_ARTHROLOGY_GEN_COMPONENT_TITLE = 'Arthrology';
34 public $A_CMP_ARTHROLOGY_TOOLBAR_CONFIG = 'Configuration';
35 public $A_CMP_ARTHROLOGY_TOOLBAR_ARTICLES = 'Articles';
36 public $A_CMP_ARTHROLOGY_TOOLBAR_MAGAZINES = 'Magazines';
41 public $A_CMP_ARTHROLOGY_CP = 'Control Panel';
42 public $A_CMP_ARTHROLOGY_CP_ARTICLES = 'Manage articles';
43 public $A_CMP_ARTHROLOGY_CP_MAGAZINES = 'Manage magazines';
44 public $A_CMP_ARTHROLOGY_CP_CONFIG = 'Configuration';
45 public $A_CMP_ARTHROLOGY_CP_DESCRIPTION = '<p><strong>Arthrology</strong> is an article manager component for Elxis CMS 2008.x and 2009.x. It lets you store and index articles published in magazines. Created by Apostolos Koutsoulelos (<a href="http://www.bitcraft-labs.gr" target="_blank" title="Open-source software and hardware">bitcraft-labs.gr</a>), released under the <em>GNU/GPL</em> license for <em>free</em>.<br /><br /><strong>Features:</strong><br />* Store any article from any magazine.<br />* SEO PRO base name <em>arthrology</em> for Elxis 2009+<br />* Import articles from CVS files.<br />* Search option.<br />* Printable search results.<br />* IOS Sitemap extension.<br />* RSS feeds for latest articles.<br /><br /><strong>Instructions:</strong><br />Please visit: <a href="http://wiki.elxis.org" target="_blank">Elxis Wiki</a>::<a href="http://wiki.elxis.org/wiki/Arthrology_(component)" target="_blank">Arthrology (component)</a>';
46 public $A_CMP_ARTHROLOGY_CP_AUTHOR_NAME = 'Apostolos Koutsoulelos';
47 public $A_CMP_ARTHROLOGY_CP_LICENSE = 'License';
48 public $A_CMP_ARTHROLOGY_CP_COMPATIBILITY = 'Compatibility';
53 public $A_CMP_ARTHROLOGY_CONF = 'Configuration';
54 public $A_CMP_ARTHROLOGY_CONF_TAB_GENERAL = 'General';
55 public $A_CMP_ARTHROLOGY_CONF_TAB_GENERAL_LIMIT = 'Limit';
56 public $A_CMP_ARTHROLOGY_CONF_TAB_GENERAL_LIMIT_TOOLTIP = 'Set how many results will be displayed in each page.';
57 public $A_CMP_ARTHROLOGY_CONF_TAB_GENERAL_ALERT_NO_LIMIT = 'You must select the list limit!';
58 public $A_CMP_ARTHROLOGY_CONF_TAB_IMPORT = 'Import';
59 public $A_CMP_ARTHROLOGY_CONF_TAB_IMPORT_TEXT = 'Please enter articles in CVS form (Author,,Title,,Pages,,Year).';
60 public $A_CMP_ARTHROLOGY_CONF_TAB_IMPORT_MAGAZINE = 'Magazine';
61 public $A_CMP_ARTHROLOGY_CONF_TAB_IMPORT_CVS = 'CVS';
62 public $A_CMP_ARTHROLOGY_CONF_TAB_IMPORT_ALERT_NO_CVS = 'You must enter articles in CVS form!';
63 public $A_CMP_ARTHROLOGY_CONF_TAB_IMPORT_ALERT_NO_MAGAZINE = 'You must enter the magazine!';
64 public $A_CMP_ARTHROLOGY_CONF_ALERT_NO_CVS = 'You must enter articles in CVS form!';
65 public $A_CMP_ARTHROLOGY_CONF_ALERT_NO_MAGAZINE = 'You must select a magazine for this article!';
66 public $A_CMP_ARTHROLOGY_CONF_ALERT_SUCCESS = ' articles have been successfully stored!';
67 public $A_CMP_ARTHROLOGY_CONF_ALERT_FAIL = 'Failed to store articles!';
68 public $A_CMP_ARTHROLOGY_CONF_MSG_SUCCESS = 'Configuration stored!';
69 public $A_CMP_ARTHROLOGY_CONF_MSG_FAIL = 'Failed to store configuration!';
74 public $A_CMP_ARTHROLOGY_LIST_ALL_ARTICLES = 'All articles';
75 public $A_CMP_ARTHROLOGY_LIST_OLD_ARTICLES = 'Old articles';
76 public $A_CMP_ARTHROLOGY_LIST_ARTICLES = 'Articles';
77 public $A_CMP_ARTHROLOGY_LIST_MAGZINE = 'Magazine';
78 public $A_CMP_ARTHROLOGY_LIST_YEAR = 'Year';
83 public $A_CMP_ARTHROLOGY_EDIT_MSG_SUCCESS = 'Article have been successfully stored!';
84 public $A_CMP_ARTHROLOGY_EDIT_MSG_FAIL = 'Failed to store article!';
85 public $A_CMP_ARTHROLOGY_EDIT_DETAILS = 'Details';
86 public $A_CMP_ARTHROLOGY_EDIT_MAGAZINE = 'Magazine';
87 public $A_CMP_ARTHROLOGY_EDIT_YEAR = 'Year';
88 public $A_CMP_ARTHROLOGY_EDIT_PAGE = 'Page';
89 public $A_CMP_ARTHROLOGY_EDIT_AUTHOR = 'Author';
90 public $A_CMP_ARTHROLOGY_EDIT_TAGS = 'Tags';
91 public $A_CMP_ARTHROLOGY_EDIT_TAGS_TOOLTIP = "Please set the tags for this article, seperated by comma ','";
92 public $A_CMP_ARTHROLOGY_EDIT_ALERT_NO_TITLE = 'You must set a title for this article!';
93 public $A_CMP_ARTHROLOGY_EDIT_ALERT_NO_SEOTITLE = 'You must set a SEO title for this article!';
94 public $A_CMP_ARTHROLOGY_EDIT_ALERT_NO_MAGAZINE = 'You must select a magazine for this article!';
95 public $A_CMP_ARTHROLOGY_EDIT_ALERT_NO_AUTHOR = 'You must set an auhtor for this article!';
96 public $A_CMP_ARTHROLOGY_EDIT_ALERT_NO_YEAR = 'You must set a publishing year for this article!';
98 // Just an empty constructor
99 public function __construct() {