PageRenderTime 89ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/admin/languages/en.php

#
PHP | 272 lines | 189 code | 42 blank | 41 comment | 0 complexity | 24ff7be2a26886f81ddd13049d03ec6e MD5 | raw file
Possible License(s): GPL-3.0, LGPL-2.1
  1. <?php
  2. /*
  3. Copyright (C) 2009-2010 Fabio Mattei <burattino@gmail.com>
  4. This program is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program. If not, see <http://www.gnu.org/licenses/>.
  14. */
  15. /*
  16. ------------------
  17. Language: English
  18. ------------------
  19. */
  20. // Page Title
  21. define('LANG_ADMIN_TITLE', 'Easy Magazine Admin');
  22. // Menu
  23. define('LANG_MENU_DASHBOARD', 'Dashboard');
  24. define('LANG_MENU_NUMBERS', 'Numbers');
  25. define('LANG_MENU_CATEGORIES', 'Categories');
  26. define('LANG_MENU_ARTICLES', 'Articles');
  27. define('LANG_MENU_PAGES', 'Pages');
  28. define('LANG_MENU_COMMENTS', 'Comments');
  29. define('LANG_MENU_PLUGIN', 'Plugins');
  30. define('LANG_MENU_TEMPLATE', 'Templates');
  31. define('LANG_MENU_SETTINGS', 'Settings');
  32. define('LANG_MENU_USERS', 'Users');
  33. define('LANG_MENU_USER', 'User');
  34. define('LANG_MENU_LOGOUT', 'Logout');
  35. define('LANG_MENU_SEARCH', 'Search');
  36. define('LANG_MENU_GO', 'Go');
  37. // Left Column
  38. define('LANG_LEFT_GREETINGS', 'Hello');
  39. define('LANG_LEFT_VIEW_WEBSITE', 'View the website');
  40. define('LANG_LEFT_SHOW_ALL', 'Show All');
  41. define('LANG_LEFT_SHOW_MY_ARTICLES', 'Show My Articles');
  42. define('LANG_LEFT_SHOW_CAT_PUBLISHED', 'Show Published');
  43. define('LANG_LEFT_SHOW_CAT_NOTPUBLISHED', 'Show Not Published');
  44. define('LANG_LEFT_SHOW_NUM_PUBLISHED', 'Show Published');
  45. define('LANG_LEFT_SHOW_NUM_NOTPUBLISHED', 'Show Not Published');
  46. define('LANG_LEFT_SHOW_ALL_COMMENTS', 'View all comments');
  47. define('LANG_LEFT_SHOW_MY_COMMENTS', 'View comments to my articles');
  48. // MESSAGES
  49. define('LANG_MSG_INFO', 'Info');
  50. define('LANG_MSG_QUESTION', 'Question');
  51. define('LANG_MSG_WARNING', 'Warning');
  52. define('LANG_MSG_ERROR', 'Error');
  53. // Admin Table
  54. define('LANG_ADMIN_TABLE_NAME', 'Name');
  55. define('LANG_ADMIN_TABLE_TITLE', 'Title');
  56. define('LANG_ADMIN_TABLE_EDIT', 'Edit');
  57. define('LANG_ADMIN_TABLE_UP', 'Up');
  58. define('LANG_ADMIN_TABLE_DOWN', 'Down');
  59. define('LANG_ADMIN_TABLE_PUBLISHED', 'Published');
  60. define('LANG_ADMIN_TABLE_DELETE', 'Delete');
  61. define('LANG_ADMIN_TABLE_NEW', 'New');
  62. define('LANG_ADMIN_TABLE_SUBTITLE', 'Sub Title');
  63. define('LANG_ADMIN_TABLE_SUMMARY', 'Summary');
  64. define('LANG_ADMIN_TABLE_BODY', 'Body');
  65. define('LANG_ADMIN_TABLE_CREATED', 'Created');
  66. define('LANG_ADMIN_TABLE_UPDATED', 'Updated');
  67. define('LANG_ADMIN_TABLE_DESCRIPTION', 'Description');
  68. define('LANG_ADMIN_TABLE_SAVE', 'Save');
  69. define('LANG_ADMIN_TABLE_REPLAY', 'Replay');
  70. define('LANG_ADMIN_TABLE_NUMBER', 'Number');
  71. define('LANG_ADMIN_TABLE_ARTICLE', 'Article');
  72. define('LANG_ADMIN_TABLE_CATEGORY', 'Category');
  73. define('LANG_ADMIN_TABLE_ARTICLES', 'Articles');
  74. define('LANG_ADMIN_TABLE_COMMENTS', 'Comments');
  75. define('LANG_ADMIN_TABLE_PREVIEW', 'Preview');
  76. define('LANG_ADMIN_TABLE_ARTICLEAUTORS', 'Article Authors');
  77. define('LANG_ADMIN_TABLE_AUTHORLINK', 'Link');
  78. define('LANG_ADMIN_TABLE_AUTHORUNLINK', 'Unlink');
  79. define('LANG_ADMIN_TABLE_UPDATED_ARTICLES', 'Updated Articles');
  80. define('LANG_ADMIN_TABLE_UPDATED_COMMENTS', 'Updated Comments');
  81. define('LANG_ADMIN_TABLE_INFO', 'Info');
  82. define('LANG_ADMIN_TABLE_ADMIN', 'Admin');
  83. define('LANG_ADMIN_TABLE_ACTIVATE', 'Activate');
  84. define('LANG_ADMIN_TABLE_DEACTIVATE', 'Deactivate');
  85. define('LANG_ADMIN_TABLE_ACTIVATED', 'Activated');
  86. define('LANG_ADMIN_TABLE_LANGUAGE', 'Language');
  87. define('LANG_ADMIN_TABLE_MAGAZINE_TITLE', 'Magazine Title');
  88. define('LANG_ADMIN_TABLE_MAGAZINE_DESCRIPTION', 'Magazine Description');
  89. define('LANG_ADMIN_TABLE_URLTYPE', 'URL Type');
  90. define('LANG_ADMIN_TABLE_ROLE', 'Role');
  91. define('LANG_ADMIN_TABLE_PUBLISHER', 'Publisher');
  92. define('LANG_ADMIN_TABLE_JOURNALIST', 'Journalist');
  93. define('LANG_ADMIN_TABLE_RIGHTS', 'Rights');
  94. define('LANG_ADMIN_TABLE_ADMINISTRATION_EMAIL', 'Administration Email');
  95. define('LANG_ADMIN_TABLE_EPUBFILENAME', 'Epub filename');
  96. define('LANG_ADMIN_TABLE_WEBSITEURL', 'Website URL');
  97. define('LANG_ADMIN_TABLE_FACEBOOK', 'Send to Facebook button');
  98. define('LANG_ADMIN_TABLE_TWITTER', 'Send to Twitter button');
  99. define('LANG_ADMIN_TABLE_USERNAME', 'Username');
  100. define('LANG_ADMIN_TABLE_SHOW_IN_PEOPLE_PAGE', 'Show in People page');
  101. define('LANG_ADMIN_TABLE_CHANGE_PASSWORD', 'Change Password');
  102. define('LANG_ADMIN_TABLE_OLD_PASSWORD', 'Old Passwrd');
  103. define('LANG_ADMIN_TABLE_NEW_PASSWORD', 'New Password');
  104. define('LANG_ADMIN_TABLE_RETYPE_PASSWORD', 'Retype new Password');
  105. define('LANG_ADMIN_TABLE_SIGNATURE', 'Signature');
  106. define('LANG_ADMIN_TABLE_ON', 'On');
  107. define('LANG_ADMIN_TABLE_OFF', 'Off');
  108. // Admin Table Tooltips
  109. define('LANG_ADMIN_TABLE_TIP_COMMENT', 'In order to allow the readers to comment an article, comments need to be activated in the article and in the corresponding number.');
  110. // ADMIN INFO
  111. define('LANG_ADMIN_PAGE_INFO', 'Here there is a list of all pages, published and not still published.');
  112. define('LANG_ADMIN_ARTICLE_INFO', 'Here you can handle the articles of the magazine.
  113. You can create new articles or edit the one you have the right to edit for.');
  114. define('LANG_ADMIN_CATEGORY_INFO', 'Here there is a list of all categories, you will need it to classify your articles.<br />
  115. An article belongs only to a category.<br />
  116. Only the published ones will be visible in the website.');
  117. define('LANG_ADMIN_NUMBER_INFO', 'Here there is a list of all numbers, published and not still published.<br />
  118. You can modify the numbers order, clicking on the gree arrows (Up and Down).<br />
  119. In order to publish the epub file of a number, please, click in the corresponding Epub column.');
  120. define('LANG_ADMIN_DASHBOARD_INFO', 'Here you can take a quick look on your magazine, the lists show the last Articles and Comments modifyed');
  121. define('LANG_ADMIN_PLUGIN_INFO', 'Here there is a list of all plug-in.<br />
  122. You can download new plugins from www.easymagazine.org website, in order to install you need just to
  123. copy the new plugin folder in to the folder "contents/plug_in" than you can activate it
  124. clicking the green flag in the menu');
  125. define('LANG_ADMIN_TEMPLATE_INFO', 'Here there is a list of all templates available for the website.
  126. You can download new templates from www.easymagazine.org website, in order to install you need just to
  127. copy the new template folder in to the folder "contents/templates" than you can activate it
  128. clicking the green flag in the menu');
  129. define('LANG_ADMIN_SETTINGS_INFO', 'Here there is a list of settings to manage the magazine.');
  130. define('LANG_ADMIN_USERS_INFO', 'Here there is a list of all user, their right to access the system and their personal informations.');
  131. define('LANG_ADMIN_USER_INFO', 'Here you can handle your personal information.');
  132. define('LANG_ADMIN_COMMENTS_INFO', 'Here there is a list of all comments.
  133. You can see approved comments and comment to approve.<br />
  134. You can approve a comment and eventualy respond to the comment.');
  135. // Controller GENERAL
  136. define('LANG_CON_GENERAL_YES', 'yes');
  137. define('LANG_CON_GENERAL_NO', 'no');
  138. // Controller ARTICLE
  139. define('LANG_CON_ARTICLE_NO_MACH', 'No articles corresponding to search criteria');
  140. define('LANG_CON_ARTICLE_DO_YOU_WANT_DELETE', 'Do you really want to delete the article: ');
  141. define('LANG_CON_ARTICLE_DELETED', 'Article deleted');
  142. define('LANG_CON_ARTICLE_DO_YOU_WANT_UNLINK', 'Do you really want to unlink the author ');
  143. define('LANG_CON_ARTICLE_FROM_ARTICLE', ' from the article: ');
  144. define('LANG_CON_ARTICLE_AUTHOR_UNLINKED', 'Author unlinked');
  145. define('LANG_CON_ARTICLE_BEFORE_LINK', 'Before to link an article to a writer you need to save the article');
  146. define('LANG_CON_ARTICLE_AUTHOR_LINKED', 'Author linked');
  147. define('LANG_CON_ARTICLE_MOVED_UP', 'Article moved up in the list');
  148. define('LANG_CON_ARTICLE_MOVED_DOWN', 'Article moved down in the list');
  149. define('LANG_CON_ARTICLE_SAVED', 'Article saved');
  150. // Controller CATEGORY
  151. define('LANG_CON_CATEGORY_NO_MACH', 'No category corresponding to search criteria');
  152. define('LANG_CON_CATEGORY_DO_YOU_WANT_DELETE', 'Do you really want to delete the category: ');
  153. define('LANG_CON_CATEGORY_DELETED', 'Category deleted');
  154. define('LANG_CON_CATEGORY_MOVED_UP', 'Category moved up in the list');
  155. define('LANG_CON_CATEGORY_MOVED_DOWN', 'Category moved down in the list');
  156. define('LANG_CON_CATEGORY_SAVED', 'Category saved');
  157. // Controller COMMENT
  158. define('LANG_CON_COMMENT_NO_MACH', 'No comment corresponding to search criteria');
  159. define('LANG_CON_COMMENT_DO_YOU_WANT_DELETE', 'Do you really want to delete the comment: ');
  160. define('LANG_CON_COMMENT_DELETED', 'Comment deleted');
  161. define('LANG_CON_COMMENT_ASSOCIATED_ARTICLE', 'A comment must be associated to an article');
  162. define('LANG_CON_COMMENT_SAVED', 'Comment saved');
  163. // Controller NUMBER
  164. define('LANG_CON_NUMBER_NO_MACH', 'No numbers corresponding to search criteria');
  165. define('LANG_CON_NUMBER_DO_YOU_WANT_DELETE', 'Do you really want to delete the number: ');
  166. define('LANG_CON_NUMBER_DELETED', 'Number deleted');
  167. define('LANG_CON_NUMBER_EPUB_CREATED', 'Epub file created for number: ');
  168. define('LANG_CON_NUMBER_MOVED_UP', 'Number moved up in the list');
  169. define('LANG_CON_NUMBER_MOVED_DOWN', 'Number moved down in the list');
  170. define('LANG_CON_NUMBER_SAVED', 'Number saved');
  171. // Controller PAGE
  172. define('LANG_CON_PAGE_NO_MACH', 'No page corresponding to search criteria');
  173. define('LANG_CON_PAGE_DO_YOU_WANT_DELETE', 'Do you really want to delete the page: ');
  174. define('LANG_CON_PAGE_DELETED', 'Page deleted');
  175. define('LANG_CON_PAGE_MOVED_UP', 'Page moved up in the list');
  176. define('LANG_CON_PAGE_MOVED_DOWN', 'Page moved down in the list');
  177. define('LANG_CON_PAGE_SAVED', 'Page saved');
  178. // Controller USER
  179. define('LANG_CON_USER_PASSWORD_NO_MACH', 'Passwords do not match');
  180. define('LANG_CON_USER_DO_YOU_WANT_DELETE', 'Do you really want to delete the user: ');
  181. define('LANG_CON_USER_DELETED', 'User deleted');
  182. define('LANG_CON_USER_PASSWORD_MODIFIED', 'Password successfully modified');
  183. define('LANG_CON_USER_SAVED', 'User saved');
  184. define('LANG_CON_USER_WITH_SAME_USERNAME', 'The username you chose is already used by somebody else');
  185. // Router Comments
  186. define('LANG_ROUTER_COMMENT_COMSAVED', 'Comment saved, it will be checked then published');
  187. define('LANG_ROUTER_COMMENT_FILL_ALL_FIELDS', 'Fill all the fields please');
  188. define('LANG_ROUTER_COMMENT_WRITE_CAPTCHA', 'Please type the right Captcha');
  189. define('LANG_ROUTER_COMMENT_COM_NOT_ALLOWED', 'Comments not allowed');
  190. // Router Search
  191. define('LANG_ROUTER_SEARCH_RESULTS_FOR', 'Results for: ');
  192. define('LANG_ROUTER_SEARCH_NO_RESULTS', 'No Results!');
  193. define('LANG_ROUTER_SEARCH_RESULTS', 'Results: ');
  194. define('LANG_ROUTER_SEARCH_NO_MATCHES', 'No Article matches with your search criteria');
  195. // Paginator Results
  196. define('LANG_PAGINATOR_FIRST', 'First');
  197. define('LANG_PAGINATOR_LAST', 'Last');
  198. // MONTHS
  199. define('LANG_MONTH_JAN', 'January');
  200. define('LANG_MONTH_FEB', 'February');
  201. define('LANG_MONTH_MAR', 'March');
  202. define('LANG_MONTH_APR', 'April');
  203. define('LANG_MONTH_MAY', 'May');
  204. define('LANG_MONTH_JUN', 'June');
  205. define('LANG_MONTH_JUL', 'July');
  206. define('LANG_MONTH_AUG', 'August');
  207. define('LANG_MONTH_SEP', 'September');
  208. define('LANG_MONTH_OCT', 'October');
  209. define('LANG_MONTH_NOV', 'November');
  210. define('LANG_MONTH_DEC', 'December');
  211. // LOGIN NEW PASSWORD PAGE
  212. define('LANG_LOGIN_NEW_PASSWORD_SENT', 'New password sent to your email, check it and try again.');
  213. define('LANG_LOGIN_NEW_PASSWORD_FROM', 'New Password from');
  214. define('LANG_LOGIN_DEAR', 'Dear');
  215. define('LANG_LOGIN_NEW_PASSWORD_IS', 'your new password is');
  216. define('LANG_LOGIN_USERNAME_PASSWORD_WRONG', 'Username or password wrong');
  217. define('LANG_LOGIN_TRY_AGAIN', 'Click here in order to try again');
  218. define('LANG_LOGIN_MESSAGE', 'If you lost your password please type your username and email and you will recevive a new password.');
  219. define('LANG_LOGIN_LOGOUT_DONE', 'Logout done!');
  220. define('LANG_LOGIN_CLICK_TO_LOGIN', 'Click me if you need to login');
  221. define('LANG_LOGIN_TITLE_LOGIN', 'Easy Magazine: Administration Login Page');
  222. define('LANG_LOGIN_TITLE_LOGOUT', 'Easy Magazine: Administration Logout page');
  223. define('LANG_LOGIN_TITLE_ERROR', 'Easy Magazine: Login Error Page');
  224. define('LANG_LOGIN_TITLE_PASSWORD_SEND', 'Easy Magazine: Password Sending Page');
  225. // PREVIEW
  226. define('LANG_PREVIEW_BACK_BUTTON', 'Back to the administration');
  227. ?>