SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoATA.php

  1. <?php
  2. /*
  3.  * Copyright (C) 2017 Karmabunny Pty Ltd.
  4.  *
  5.  * This file is a part of SproutCMS.
  6.  *
  7.  * SproutCMS is free software: you can redistribute it and/or modify it under the terms
  8.  * of the GNU General Public License as published by the Free Software Foundation, either
  9.  * version 2 of the License, or (at your option) any later version.
  10.  *
  11.  * For more information, visit <http://getsproutcms.com>.
  12.  */
  13.  
  14. namespace Sprout\Helpers\Locales;
  15.  
  16.  
  17. /**
  18.  * Locale info for Antarctica; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoATA extends LocaleInfo
  21. {
  22. protected $state_name = 'Base';
  23. protected $state_list = array(
  24. 'Aboa',
  25. 'Almirante Brown Antarctic Base',
  26. 'Amundsen–Scott South Pole Station',
  27. 'Artigas Base',
  28. 'Asuka Station',
  29. 'Base Presidente Eduardo Frei Montalva and Villa Las Estrellas',
  30. 'Belgrano II',
  31. 'Bellingshausen Station',
  32. 'Bernardo O\'Higgins Station',
  33. 'Bharati',
  34. 'Byrd Station',
  35. 'Captain Arturo Prat Base',
  36. 'Carlini Base (Ex-Jubany)',
  37. 'Casey Station',
  38. 'Comandante Ferraz Antarctic Station',
  39. 'Concordia Station',
  40. 'Cámara Base',
  41. 'Dakshin Gangotri',
  42. 'Davis Station',
  43. 'Deception Station',
  44. 'Dome Fuji Station',
  45. 'Druzhnaya 4 (ru)',
  46. 'Dumont d\'Urville Station',
  47. 'Esperanza Base',
  48. 'Gabriel de Castilla Base',
  49. 'González Videla Antarctic Base',
  50. 'Great Wall Station',
  51. 'Halley Research Station',
  52. 'Henryk Arctowski Polish Antarctic Station',
  53. 'Jang Bogo Station',
  54. 'Jinnah Antarctic Station',
  55. 'Juan Carlos I Station',
  56. 'King Sejong Station',
  57. 'Kohnen Station',
  58. 'Kunlun Station',
  59. 'Law-Racoviță Station',
  60. 'Leningradskaya Station',
  61. 'Machu Picchu Base',
  62. 'Maitri Station',
  63. 'Maldonado Base',
  64. 'Marambio Base',
  65. 'Mario Zucchelli Station',
  66. 'Matienzo Base',
  67. 'Mawson Station',
  68. 'McMurdo Station',
  69. 'Melchior Base',
  70. 'Mendel Polar Station',
  71. 'Mirny Station',
  72. 'Mizuho Station',
  73. 'Molodyozhnaya Station',
  74. 'Neumayer-Station III',
  75. 'Novolazarevskaya Station',
  76. 'Orcadas Base',
  77. 'Palmer Station',
  78. 'Petrel Base',
  79. 'Primavera Base',
  80. 'Princess Elisabeth Antarctica',
  81. 'Profesor Julio Escudero Base',
  82. 'Progress Station',
  83. 'Rothera Research Station',
  84. 'Russkaya Station',
  85. 'San Martín Base',
  86. 'SANAE IV',
  87. 'Scott Base',
  88. 'Showa Station',
  89. 'Signy Research Station',
  90. 'St. Kliment Ohridski Base',
  91. 'Svea Research Station',
  92. 'Taishan Station',
  93. 'Tor Station',
  94. 'Troll Station',
  95. 'Vernadsky Research Base',
  96. 'Vostok Station',
  97. 'WAIS Divide Camp',
  98. 'Wasa Research Station',
  99. 'Zhongshan (Sun Yat-Sen) Station',
  100. );
  101.  
  102. protected $town_name = 'Building';
  103.  
  104. protected $line1 = 'Room';
  105.  
  106. protected $postcode_name = null;
  107. }
  108.  
  109.  
  110.