PageRenderTime 51ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/2_0_RC1/TimeIt/modules/TimeIt/pnlang/eng/common.php

https://github.com/planetenkiller/TimeIt-zk-12
PHP | 215 lines | 199 code | 4 blank | 12 comment | 0 complexity | d218899280dd7f122248e8d8600f73b1 MD5 | raw file
  1. <?php
  2. /**
  3. * TimeIt Calendar Module
  4. *
  5. * @copyright (c) TimeIt Development Team
  6. * @link http://code.zikula.org/timeit
  7. * @version $Id$
  8. * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  9. * @package TimeIt
  10. * @subpackage Lang
  11. */
  12. define('_TIMEIT', 'TimeIt');
  13. define('_TIMEIT_ACCOUNT_PRVATECALENDAR', 'Go to private calendar');
  14. define('_TIMEIT_ACCOUNT_SUBSCRIBED_EVENTS','My subscriptions on events');
  15. define('_TIMEIT_ADDITIONALINFO','Additional Infos');
  16. define('_TIMEIT_ALLDAY', 'All Day');
  17. define('_TIMEIT_ALLDAY2', 'Start Time');
  18. define('_TIMEIT_ALLOWSUBSCRIBE', 'allow user to subscribe events');
  19. define('_TIMEIT_ALLOWSUBSCRIBEDELETE','allow event creator to delete subscribed user');
  20. define('_TIMEIT_ATOMREDIRECT', 'Atom is available under %link%.');
  21. define('_TIMEIT_ADDCALENDAR', 'Add calendar');
  22. define('_TIMEIT_CALENDARS', 'Calendars');
  23. define('_TIMEIT_CALENDAR', 'Calendar');
  24. define('_TIMEIT_CITY', 'city');
  25. define('_TIMEIT_COUNTRY', 'country');
  26. define('_TIMEIT_CONTACTPERSON', 'contact person');
  27. define('_TIMEIT_CONFIG', 'Settings');
  28. define('_TIMEIT_CONTACT', 'Contact');
  29. define('_TIMEIT_CURRENT', 'Current');
  30. define('_TIMEIT_COLORCATS', 'Group all Events of the same category and use colors');
  31. define('_TIMEIT_COLORCATS_PROP','Get category colors form...');
  32. define('_TIMEIT_COLORCATS_PROP_INFO','To set category color: Edit the category in the Category Module. Set the color as attribute with the name "color".');
  33. define('_TIMEIT_DEFAULTCALENDAR','Default Calendar');
  34. define('_TIMEIT_DEFAULTPRIVATECALENDAR','Default Calendar for private events');
  35. define('_TIMEIT_DEFAULTVIEW', 'Default calendar view');
  36. define('_TIMEIT_DEFAULTTEMPLATE','default template');
  37. define('_TIMEIT_DEFAULTCATCOLOR','Default catetory color');
  38. define('_TIMEIT_DATEFROMAT', 'Format to display dates (see the PHP <a href="http://php.net/strftime">strftime()</a> documentation)');
  39. define('_TIMEIT_DISPLAYMAP', 'Display map');
  40. define('_TIMEIT_DURATION', 'Duration');
  41. define('_TIMEIT_DAY_OF_WEEK_VERYSHORT','S M T W T F S');
  42. define('_TIMEIT_EDIT_REPEAT', 'Edit this recurrence');
  43. define('_TIMEIT_EVERY', 'every');
  44. define('_TIMEIT_EVENTDATE', 'Event/Start Date');
  45. define('_TIMEIT_EVENTTYPE', 'Event Type');
  46. define('_TIMEIT_ENABLEMAPS', 'Should maps in events be possible?');
  47. define('_TIMEIT_ENDDATE', 'End Date');
  48. define('_TIMEIT_EVENTDETAILS', 'Event Details');
  49. define('_TIMEIT_EVENT', 'Event');
  50. define('_TIMEIT_EVENTS', 'Events');
  51. define('_TIMEIT_EVENTADDED', 'event added');
  52. define('_TIMEIT_EVENTSINCAT', 'Events in category');
  53. define('_TIMEIT_EVENTPLUGINSLOCATIONSEL','Allowed location input modes');
  54. define('_TIMEIT_EVENTPLUGINSCONTACTSEL','Allowed contact input modes');
  55. define('_TIMEIT_FEED_LAST', 'Last events');
  56. define('_TIMEIT_FEED_TODAY', 'Events today');
  57. define('_TIMEIT_FEED_WEEK', 'Events this week');
  58. define('_TIMEIT_FEED_MONTH', 'Events this month');
  59. define('_TIMEIT_FEE', 'fee');
  60. define('_TIMEIT_FULL', 'full');
  61. define('_TIMEIT_FORMICULA_FROMID','formicula form id (number on the start of the template names)');
  62. define('_TIMEIT_FORMICULA_INFO','Copy the formicula templates from the modules/TimeIt/pndocs/formicula to modules/formicula/pntemplates, please.');
  63. define('_TIMEIT_FORMICULA_ADMINMAIL','A visitor of to your web site used the form for register to an event:');
  64. define('_TIMEIT_FORMICULA_USERMAIL','Thank you for the registration to an event. The sent data is:' );
  65. define('_TIMEIT_FORMICULA_THANKS', 'Thank you for your registation to the event!');
  66. define('_TIMEIT_FILTERBYPERMISSION','Filter Events by the Category Permission');
  67. define('_TIMEIT_FIRSTWEEKDAY', 'First day of week?');
  68. define('_TIMETT_FILTER', 'Filter');
  69. define('_TIMEIT_FRIENDCALENDAR','Allow events for friends only');
  70. define('_TIMEIT_FRIENDEVENT', 'event for friends only');
  71. define('_TIMEIT_GOOGLEMAPSAPIKEY','Google Maps Api Key(when use locations: not necessary)');
  72. define('_TIMEIT_GLOBALCALENDAR','Allow global events');
  73. define('_TIMEIT_GROUP', 'group');
  74. define('_TIMEIT_GLOBALEVENT', 'global Event');
  75. define('_TIMEIT_GENERAl', 'Generally');
  76. define('_TIMEIT_HOUSENUMBER', 'house number');
  77. define('_TIMEIT_HIDDEN', 'Offline');
  78. define('_TIMEIT_HOURS', 'hours');
  79. define('_TIMEIT_ICAL_REPEAT_INFO','<b>Repeats</b>: This is an imported iCalendar event. This means no repeat edit is supported.');
  80. define('_TIMEIT_IMPORT', 'Import');
  81. define('_TIMEIT_IMPORT_PC', 'Import form PostCalendar');
  82. define('_TIMEIT_IMPORT_PS', 'Import form PostSchedule');
  83. define('_TIMEIT_IMPORT_ICAL', 'Import from iCalendar');
  84. define('_TIMEIT_IMPORT_ICAL_SYNC','Update existing TimeIt events (Sync)');
  85. define('_TIMEIT_IMPORT_PCINFO', 'PostCalendar does not have to be installed. Existing tables are sufficient. Prefix: Used in table name, {prefix}_postcalendar_events');
  86. define('_TIMEIT_ITMESPERPAGE', 'Items per page');
  87. define('_TIMEIT_IMPORTSUCESS', 'import succesfull');
  88. define('_TIMEIT_JUMP', 'jump');
  89. define('_TIMEIT_LIMIT', 'Limit(0=no subscribe)');
  90. define('_TIMEIT_LOCATION', 'Location');
  91. define('_TIMEIT_LINK', 'Link');
  92. define('_TIMEIT_LINKDETAILS', 'Link to more informations');
  93. define('_TIMEIT_MAPHEIGHT', 'Map height');
  94. define('_TIMEIT_MAPVIEWTYPE', 'Map Type');
  95. define('_TIMEIT_MAPWIDTH', 'Map width');
  96. define('_TIMEIT_MORE', 'more');
  97. define('_TIMEIT_MODE', 'Mode');
  98. define('_TIMEIT_MODIFYALL', 'Seve changes to all recurrences of this event');
  99. define('_TIMEIT_MONTHTODAY', 'Border color today');
  100. define('_TIMEIT_MONTHON', 'Background color current month');
  101. define('_TIMEIT_MONTHOFF', 'Background color other month');
  102. define('_TIMEIT_MONTH_FIRST', 'First');
  103. define('_TIMEIT_MONTH_SECOND', 'Second');
  104. define('_TIMEIT_MONTH_THIRD', 'Third');
  105. define('_TIMEIT_MONTH_FOURTH', 'Fourth');
  106. define('_TIMEIT_MONTH_LAST', 'Last');
  107. define('_TIMEIT_NOREPEAT', 'No Repeat');
  108. define('_TIMEIT_NOREPEATSAT', 'No Repeats at');
  109. define('_TIMEIT_NEW', _ADD);
  110. define('_TIMEIT_NEW_COPY', 'Create event with data of this event');
  111. define('_TIMEIT_NEW_EVENT', 'Add an Event');
  112. define('_TIMEIT_NEWEVENT_TITLE','Event name and date');
  113. define('_TIMEIT_NOADDRESSFORTIMEIT','Hide all form fields for address and contact');
  114. define('_TIMEIT_ADMIN_COUNTPENDING','There are %i% new pending events.');
  115. define('_TIMEIT_NOTIFYEVENTS', 'Notify admin about event submission?');
  116. define('_TIMEIT_NOTIFYEVENTSEMAIL', '(Admin) email Address');
  117. define('_TIMEIT_NOEVENTS', 'no events found');
  118. define('_TIMEIT_NOTIFYEVENTS_MESSAGE',"Hello,\n\nUser %user% added a new event.\n\nTitle: %title%\nLink:%link%\n%pending%");
  119. define('_TIMEIT_NOTIFYEVENTS_PENDING','Event is in waiting state.');
  120. define('_TIMEIT_OCLOCK', 'O\'clock');
  121. define('_TIMEIT_OFMONTHEVERY', 'of the Month '._TIMEIT_EVERY);
  122. define('_TIMEIT_ON', 'on');
  123. define('_TIMEIT_PENDING', 'Pending');
  124. define('_TIMEIT_POPUPONHOVER', 'Display popup on a hover over a event link');
  125. define('_TIMEIT_POSTEDBYANDON', 'Posted by %username% on %date%');
  126. define('_TIMEIT_PRVATEEVENT', 'private Event');
  127. define('_TIMEIT_PUBLICEVENT', 'public Event');
  128. define('_TIMEIT_PHONE', 'phone number');
  129. define('_TIMEIT_RSSREDIRECT', 'Rss is available under %link%.');
  130. define('_TIMEIT_PRVATECALENDAR','Allow private calendar');
  131. define('_TIMEIT_REPEAT', 'Repeat');
  132. define('_TIMEIT_REPEAT_NOCALCULATION','Don\'t calculate the individual recurrences and store them in Database. This is better for events with a big number of events.');
  133. define('_TIMEIT_REPEAT_NOCALCULATION_SHORT','No calculation');
  134. define('_TIMEIT_RSSATOMITEMS', 'Rss/Atom: number of (newest) events');
  135. define('_TIMEIT_STREET', 'streat');
  136. define('_TIMEIT_SCRIBITEEDITOR','scribite editor("-"=>none)');
  137. define('_TIMEIT_SHARING', 'Sharing');
  138. define('_TIMEIT_SHARING_GLOBAL','global');
  139. define('_TIMEIT_SHARING_PRIVATE','private');
  140. define('_TIMEIT_SHARING_PUBLIC','public');
  141. define('_TIMEIT_SHARING_FRIENDSONLY','friends only');
  142. define('_TIMEIT_SUBSCRIBE', 'Register');
  143. define('_TIMEIT_SUBSCRIBE_CHECK','Thanks for your registration.');
  144. define('_TIMEIT_SUBSCRIBEPENDING_CHECK','Thanks for your registration. Your registration will be verified as soon as possible.');
  145. define('_TIMEIT_SUBSCRIBEPENDING_MAIL','Registration unlocked');
  146. define('_TIMEIT_SUBSCRIBEPENDING_MAIL_MSG','Hello\n\nYour registration with the event %title% became an accepted.');
  147. define('_TIMEIT_SUBSCRIBE_HEIS','You are already registered.');
  148. define('_TIMEIT_SUBSCRIBED', 'Registered');
  149. define('_TIMEIT_SUBSCRIBED_EVENTS', 'View my registrations to events');
  150. define('_TIMEIT_SUBSCRIBED_EVENTS_TITLE','You registered to the following events');
  151. define('_TIMEIT_SUBSCRIBED_USER', 'View registered user');
  152. define('_TIMEIT_SUBSCRIBED_USER_TITLE', 'The following user are registered to this event');
  153. define('_TIMEIT_SUBSCRIBEMODERATE', 'Moderate registered user');
  154. define('_TIMEIT_TICKET_PRICE', 'Ticket / Price');
  155. define('_TIMEIT_TEMPLATE_TABLE','Table');
  156. define('_TIMEIT_TEMPLATE_LIST', 'List');
  157. define('_TIMEIT_TEMPLATE', 'Template');
  158. define('_TIMEIT_TRANSLATE', 'Translate');
  159. define('_TIMEIT_TRANSLATE_ORIG','Original content');
  160. define('_TIMEIT_TRANSLATE_NEW', 'Translation');
  161. define('_TIMEIT_TRUNCATETITLE', 'How many characters should be truncated in month-view?');
  162. define('_TIMEIT_UNSUBSCRIBE', 'unsubscribe');
  163. define('_TIMEIT_UN_SUBSCRIBE', '(un-) subscribe');
  164. define('_TIMEIT_UNLOCK', 'Unlock');
  165. define('_TIMEIT_USERDELITON_ITEM_DELETE', 'delete events');
  166. define('_TIMEIT_USERDELITON_ITEM_ANONYMIZE','anonymize events');
  167. define('_TIMEIT_USERCANEDITHISEVENTS','Can users edit their own events?');
  168. define('_TIMEIT_USELOCATIONS', 'Use the locations module');
  169. define('_TIMEIT_VIEW_MONTH', 'Month view');
  170. define('_TIMEIT_VIEWALL', 'View all');
  171. define('_TIMEIT_WEBSITE', 'website');
  172. define('_TIMEIT_WARNINGNOTMASTER', 'You can\'t edit this because this istn\'t the master event. To edit this go to the ');
  173. define('_TIMEIT_WORKFLOW', 'Workflow');
  174. define('_TIMEIT_WORKFLOW_CONFIRM','Event created successfully.');
  175. define('_TIMEIT_WORKFLOW_CONFIRM_MODERATE','Event created successfully. Your event will be verified as soon as possible.');
  176. define('_TIMEIT_WK_SUBMITAPPROVE', 'Submit and approve event');
  177. define('_TIMEIT_WK_APPROVE', 'Approve');
  178. define('_TIMEIT_WK_REJECT', 'Reject (and Delete)');
  179. define('_TIMEIT_WK_UPDATEAPPROVE', 'Update and Approve');
  180. define('_TIMEIT_WK_UPDATENOAPPROVE', 'Update with no Approve');
  181. define('_TIMEIT_ZIP', 'zip');
  182. // errors
  183. define('_TIMEIT_ERROR_1', _TIMEIT_EVENTDATE.' bigger than '._TIMEIT_ENDDATE);
  184. define('_TIMEIT_ERROR_2', 'It isnt allowed to disable global events, event for friends only and private calendar!');
  185. define('_TIMEIT_ERROR_PCTABLE', 'PostCalendar tables not found.');
  186. define('_TIMEIT_ERROR_PSTABLE', 'PostSchedule tables not found.');
  187. define('_TIMEIT_ERROR_CAT', 'No permissions to the selected category!');
  188. define('_TIMEIT_ERROR_APPLET_DATE','No start and/or end date specified!');
  189. define('_TIMEIT_INVALIDDATE', 'Invalid date given.');
  190. define('_TIMEIT_ERROR_UPLOADINVALID', 'Uploaded File is invalid.');
  191. define('_TIMEIT_ERROR_USERNOFOUND', 'User %s% not found.');
  192. define('_TIMEIT_IDNOTEXIST', 'Error, the Event does not exist.');
  193. define('_TIMEIT_INVALIDCALENDAR', 'Calendar not found.');
  194. define('_TIMEIT_NOCONTACTLIST', 'Module ContactList isn\'t installed.');
  195. define('_TIMEIT_NOSCRBITE', 'Module Scribite isn\'t installed.');
  196. define('_TIMEIT_NOFORMICULA', 'Module formicula isn\'t installed.');
  197. define('_TIMEIT_NOCATPARAM', 'Error, The Parameter "catid" is not set.');
  198. define('_TIMEIT_NOIDPATAM', 'Error, The Parameter "id" is not set.');
  199. define('_TIMEIT_NOMYMAP', 'Module MyMap isn\'t avaible. Install MyMap then you can chosse MyMap.');
  200. define('_TIMEIT_NOLOCATIONS', 'Module locations isn\'t installed.');
  201. // blocks
  202. define('_TIMEIT_BLOCK_TODAYEVENTS', 'Today events');
  203. define('_TIMEIT_BLOCK_UPCOMINGEVENTS', 'Upcoming events');
  204. define('_TIMEIT_BLOCK_VIEWTYPE', 'Display type of block');
  205. define('_TIMEIT_BLOCK_CONFIGFORVEWTYPE', 'Settings for display type "'._TIMEIT_BLOCK_UPCOMINGEVENTS.'"');
  206. define('_TIMEIT_BLOCK_EVENTS_DISPLAY_LIMIT', 'Display how many events?');
  207. define('_TIMEIT_BLOCK_EVENTS_DISPLAY_RANGE', 'How many months ahead to query for upcoming events?');
  208. define('_TIMEIT_DISPLAY_IF_THERE_EVENTS', 'highlight days with events?');
  209. define('_TIMEIT_BLOCK_FOR_USER', 'Display private/public events from logged in user?');
  210. define('_TIMEIT_BLOCK_HIDE_UNREG', 'hide block on unregestred user(with above option only)');
  211. define('_TIMEIT_NONE', 'none');