You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
4.7 KiB

7 years ago
  1. <?php
  2. /**
  3. * CodeIgniter
  4. *
  5. * An open source application development framework for PHP
  6. *
  7. * This content is released under the MIT License (MIT)
  8. *
  9. * Copyright (c) 2014 - 2017, British Columbia Institute of Technology
  10. *
  11. * Permission is hereby granted, free of charge, to any person obtaining a copy
  12. * of this software and associated documentation files (the "Software"), to deal
  13. * in the Software without restriction, including without limitation the rights
  14. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  15. * copies of the Software, and to permit persons to whom the Software is
  16. * furnished to do so, subject to the following conditions:
  17. *
  18. * The above copyright notice and this permission notice shall be included in
  19. * all copies or substantial portions of the Software.
  20. *
  21. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  22. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  23. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  24. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  25. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  26. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  27. * THE SOFTWARE.
  28. *
  29. * @package CodeIgniter
  30. * @author EllisLab Dev Team
  31. * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
  32. * @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
  33. * @license http://opensource.org/licenses/MIT MIT License
  34. * @link https://codeigniter.com
  35. * @since Version 1.0.0
  36. * @filesource
  37. */
  38. defined('BASEPATH') OR exit('No direct script access allowed');
  39. $lang['date_year'] = 'Year';
  40. $lang['date_years'] = 'Years';
  41. $lang['date_month'] = 'Month';
  42. $lang['date_months'] = 'Months';
  43. $lang['date_week'] = 'Week';
  44. $lang['date_weeks'] = 'Weeks';
  45. $lang['date_day'] = 'Day';
  46. $lang['date_days'] = 'Days';
  47. $lang['date_hour'] = 'Hour';
  48. $lang['date_hours'] = 'Hours';
  49. $lang['date_minute'] = 'Minute';
  50. $lang['date_minutes'] = 'Minutes';
  51. $lang['date_second'] = 'Second';
  52. $lang['date_seconds'] = 'Seconds';
  53. $lang['UM12'] = '(UTC -12:00) Baker/Howland Island';
  54. $lang['UM11'] = '(UTC -11:00) Niue';
  55. $lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti';
  56. $lang['UM95'] = '(UTC -9:30) Marquesas Islands';
  57. $lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands';
  58. $lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island';
  59. $lang['UM7'] = '(UTC -7:00) Mountain Standard Time';
  60. $lang['UM6'] = '(UTC -6:00) Central Standard Time';
  61. $lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time';
  62. $lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time';
  63. $lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time';
  64. $lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time';
  65. $lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay';
  66. $lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands';
  67. $lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands';
  68. $lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time';
  69. $lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time';
  70. $lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time';
  71. $lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
  72. $lang['UP35'] = '(UTC +3:30) Iran Standard Time';
  73. $lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
  74. $lang['UP45'] = '(UTC +4:30) Afghanistan';
  75. $lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time';
  76. $lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time';
  77. $lang['UP575'] = '(UTC +5:45) Nepal Time';
  78. $lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time';
  79. $lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar';
  80. $lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam';
  81. $lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time';
  82. $lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time';
  83. $lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time';
  84. $lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
  85. $lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
  86. $lang['UP105'] = '(UTC +10:30) Lord Howe Island';
  87. $lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
  88. $lang['UP115'] = '(UTC +11:30) Norfolk Island';
  89. $lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
  90. $lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';
  91. $lang['UP13'] = '(UTC +13:00) Samoa Time Zone, Phoenix Islands Time, Tonga';
  92. $lang['UP14'] = '(UTC +14:00) Line Islands';