home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / calendar-2010-08-23.tar.gz / calendar-2010-08-23.tar / calendar / languages / english.inc.php < prev    next >
PHP Script  |  2003-10-12  |  8KB  |  195 lines

  1. <?php
  2.  
  3. // English language include
  4. // For version 0.9.4 PHP iCalendar
  5. //
  6. // Translation by Chad Little (chad@chadsdomain.com)
  7. //
  8. // Submit new translations to chad@chadsdomain.com
  9.  
  10. $day_lang            = 'Day';
  11. $week_lang            = 'Week';
  12. $month_lang            = 'Month';
  13. $year_lang            = 'Year';
  14. $calendar_lang        = 'Calendar';
  15. $next_day_lang        = 'Next Day';
  16. $next_month_lang    = 'Next Month';
  17. $next_week_lang        = 'Next Week';
  18. $next_year_lang        = 'Next Year';
  19. $last_day_lang        = 'Previous Day';
  20. $last_month_lang    = 'Previous Month';
  21. $last_week_lang        = 'Previous Week';
  22. $last_year_lang        = 'Previous Year';
  23. $subscribe_lang        = 'Subscribe';
  24. $download_lang        = 'Download';
  25. $powered_by_lang     = 'Powered by';
  26. $event_lang            = 'Event';
  27. $event_start_lang    = 'Start Time';
  28. $event_end_lang        = 'End Time';
  29. $this_months_lang    = 'This Month\'s Events';
  30. $date_lang            = 'Date';
  31. $summary_lang        = 'Summary';
  32. $all_day_lang        = 'All day event';
  33. $notes_lang            = 'Notes';
  34. $this_years_lang    = 'This Year\'s Events';
  35. $today_lang            = 'Today';
  36. $this_week_lang        = 'This Week';
  37. $this_month_lang    = 'This Month';
  38. $jump_lang            = 'Jump to';
  39. $tomorrows_lang        = 'Tomorrow\'s Events';
  40. $goday_lang            = 'Go to Today';
  41. $goweek_lang        = 'Go to This Week';
  42. $gomonth_lang        = 'Go to This Month';
  43. $goyear_lang        = 'Go to This Year';
  44. $search_lang        = 'Search'; // the verb
  45. $results_lang        = 'Search Results';
  46. $query_lang            = 'Query'; // will be followed by the search query
  47. $no_results_lang    = 'No events found';
  48. $goprint_lang        = 'Printer Friendly';
  49. $time_lang            = 'Time';
  50. $summary_lang        = 'Summary';
  51. $description_lang    = 'Description';
  52. $this_site_is_lang        = 'This site is';
  53. $no_events_day_lang        = 'No events today.';
  54. $no_events_week_lang    = 'No events this week.';
  55. $no_events_month_lang    = 'No events this month.';
  56. $rss_day_date            = 'g:i A';  // Lists just the time
  57. $rss_week_date            = '%b %e';  // Lists just the day
  58. $rss_month_date            = '%b %e';  // Lists just the day
  59. $rss_language            = 'en-us';
  60. $search_took_lang        = 'Search took %s seconds';
  61. $recurring_event_lang    = 'Recurring event';
  62. $exception_lang            = 'Exception';
  63. $no_query_lang            = 'No query given';
  64. $preferences_lang        = 'Preferences';
  65. $printer_lang            = 'Printer';
  66. $select_lang_lang        = 'Select your default language:';
  67. $select_cal_lang        = 'Select your default calendar:';
  68. $select_view_lang        = 'Select your default view:';
  69. $select_time_lang        = 'Select your default start time:';
  70. $select_day_lang        = 'Select your default start day of week:';
  71. $select_style_lang        = 'Select your default style:';
  72. $set_prefs_lang            = 'Set preferences';
  73. $completed_date_lang    = 'Completed on';
  74. $completed_lang            = 'Completed';
  75. $created_lang            = 'Created:';
  76. $due_lang                = 'Due:';
  77. $priority_lang            = 'Priority:';
  78. $priority_high_lang        = 'High';
  79. $priority_low_lang        = 'Low';
  80. $priority_medium_lang    = 'Medium';
  81. $priority_none_lang        = 'None';
  82. $status_lang            = 'Status:';
  83. $todo_lang                = 'To do items';
  84. $unfinished_lang        = 'Unfinished';
  85. $prefs_set_lang         = 'Your preferences have been set.';
  86. $prefs_unset_lang         = 'Preferences unset. Changes will take place next page load.';
  87. $unset_prefs_lang         = 'Unset preferences:';
  88. $organizer_lang            = 'Organizer';
  89. $attendee_lang            = 'Attendee';
  90. $status_lang            = 'Status';
  91. $location_lang            = 'Location';
  92. $admin_header_lang        = 'PHP iCalendar Administration';
  93. $username_lang            = 'Username';
  94. $password_lang            = 'Password';
  95. $login_lang                = 'Login';
  96. $invalid_login_lang        = 'Wrong username or password.';
  97. $addupdate_cal_lang        = 'Add or Update a Calendar';
  98. $addupdate_desc_lang    = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
  99. $delete_cal_lang        = 'Delete a Calendar';
  100. $logout_lang            = 'Logout';
  101. $cal_file_lang            = 'Calendar File';
  102. $php_error_lang            = 'PHP Error';
  103. $upload_error_gen_lang    = 'There was a problem with your upload.';
  104. $upload_error_lang[0]    = 'There was a problem with your upload.';
  105. $upload_error_lang[1]    = 'The file you are trying to upload is too big.';
  106. $upload_error_lang[2]    = 'The file you are trying to upload is too big.';
  107. $upload_error_lang[3]    = 'The file you are trying upload was only partially uploaded.';
  108. $upload_error_lang[4]    = 'You must select a file for upload.';
  109. $upload_error_type_lang = 'Only .ics files may be uploaded.';
  110. $copy_error_lang        = 'Failed to copy file';
  111. $delete_error_lang        = 'Failed to delete file';
  112. $delete_success_lang    = 'was deleted successfully.';
  113. $action_success_lang    = 'Your action was successful.';
  114. $submit_lang            = 'Submit';
  115. $delete_lang            = 'Delete';
  116.  
  117. // ----- New for 0.9.4
  118. $all_cal_comb_lang        = 'All calendars combined';
  119.  
  120. // - navigation
  121. $back_lang = 'Back';
  122. $next_lang = 'Next';
  123. $prev_lang = 'Prev';
  124. $day_view_lang = 'Day View';
  125. $week_view_lang = 'Week View';
  126. $month_view_lang = 'Month View';
  127. $year_view_lang = 'Year View';
  128.  
  129. // ---------------------------------
  130.  
  131.  
  132. // $format_recur, items enclosed in % will be substituted with variables
  133. $format_recur_lang['delimiter']    = ', ';                                // ie, 'one, two, three'
  134.  
  135. $format_recur_lang['yearly']        = array('year','years');        // for these, put singular
  136. $format_recur_lang['monthly']        = array('month','months');        // and plural forms
  137. $format_recur_lang['weekly']        = array('week','weeks');        // these will be %freq%
  138. $format_recur_lang['daily']            = array('day','days');            // in the replacement below
  139. $format_recur_lang['hourly']        = array('hour','hours');
  140. $format_recur_lang['minutely']        = array('minute','minutes');
  141. $format_recur_lang['secondly']        = array('second','seconds');
  142.  
  143. $format_recur_lang['start']            = 'Every %int% %freq% %for%';    // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5'
  144. $format_recur_lang['until']            = 'until %date%';                // ie, 'until January 4'
  145. $format_recur_lang['count']            = 'for a count of %int%';        // ie, 'for 5 times'
  146.  
  147. $format_recur_lang['bymonth']        = 'In months: %list%';            // ie, 'In months: January, February, March'
  148. $format_recur_lang['bymonthday']    = 'On dates: %list%';            // ie, 'On dates: 1, 2, 3, 4'
  149. $format_recur_lang['byday']            = 'On days: %list%';            // ie, 'On days: Mon, Tues, Wed, Thurs'
  150. $daysofweek_lang            = array ('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
  151. $daysofweekshort_lang        = array ('Sun','Mon','Tue','Wed','Thu','Fri','Sat');
  152. $daysofweekreallyshort_lang    = array ('S','M','T','W','T','F','S');
  153. $monthsofyear_lang            = array ('January','February','March','April','May','June','July','August','September','October','November','December');
  154. $monthsofyearshort_lang        = array ('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec');
  155.  
  156. // For time formatting, check out: http://www.php.net/manual/en/function.date.php
  157. $timeFormat = 'g:i A';
  158. $timeFormat_small = 'g:i';
  159.  
  160. // For date formatting, see note below
  161. $dateFormat_day = '%A, %B %e';
  162. $dateFormat_week = '%B %e';
  163. $dateFormat_week_list = '%a, %b %e';
  164. $dateFormat_week_jump = '%b %e';
  165. $dateFormat_month = '%B %Y';
  166. $dateFormat_month_list = '%A, %B %e';
  167.  
  168. /*
  169. Notes about dateFormat_*
  170.     The pieces are similar to that of the PHP function strftime(), 
  171.     however only the following is supported at this time:
  172.     
  173.     %A - the full week day name as specified in $daysofweek_lang
  174.     %a - the shortened week day name as specified in $daysofweekshort_lang
  175.     %B - the full month name as specified in $monthsofyear_lang
  176.     %b - the shortened month name as specified in $monthsofyearshort_lang
  177.     %e - the day of the month as a decimal number (1 to 31)
  178.     %Y - the 4-digit year
  179.  
  180.     If this causes problems with representing your language accurately, let
  181.     us know. We will be happy to modify this if needed.
  182. */
  183.  
  184. // Error messages - %s will be replaced with a variable
  185. $error_title_lang = 'Error!';
  186. $error_window_lang = 'There was an error!';
  187. $error_calendar_lang = 'The calendar "%s" was being processed when this error occurred.';
  188. $error_path_lang = 'Unable to open the path: "%s"';
  189. $error_back_lang = 'Please use the "Back" button to return.';
  190. $error_remotecal_lang = 'This server blocks remote calendars which have not been approved.';
  191. $error_restrictedcal_lang = 'You have tried to access a calendar that is restricted on this server.';
  192. $error_invalidcal_lang = 'Invalid calendar file. Please try a different calendar.';
  193.  
  194. ?>
  195.