SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoMDA.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 Moldova; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoMDA extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'AN' => 'Anenii Noi',
  24. 'BA' => 'Bălţi',
  25. 'BD' => 'Bender',
  26. 'BR' => 'Briceni',
  27. 'BS' => 'Basarabeasca',
  28. 'CA' => 'Cahul',
  29. 'CL' => 'Călăraşi',
  30. 'CM' => 'Cimişlia',
  31. 'CR' => 'Criuleni',
  32. 'CS' => 'Căuşeni',
  33. 'CT' => 'Cantemir',
  34. 'CU' => 'Chişinău',
  35. 'DO' => 'Donduşeni',
  36. 'DR' => 'Drochia',
  37. 'DU' => 'Dubăsari',
  38. 'ED' => 'Edineţ',
  39. 'FA' => 'Făleşti',
  40. 'FL' => 'Floreşti',
  41. 'GA' => 'Găgăuzia',
  42. 'GL' => 'Glodeni',
  43. 'HI' => 'Hînceşti',
  44. 'IA' => 'Ialoveni',
  45. 'LE' => 'Leova',
  46. 'NI' => 'Nisporeni',
  47. 'OC' => 'Ocniþa',
  48. 'OR' => 'Orhei',
  49. 'RE' => 'Rezina',
  50. 'RI' => 'Rîşcani',
  51. 'SD' => 'Şoldăneşti',
  52. 'SI' => 'Sîngerei',
  53. 'SN' => 'Stînga Nistrului',
  54. 'SO' => 'Soroca',
  55. 'ST' => 'Străşeni',
  56. 'SV' => 'Ştefan Vodă',
  57. 'TA' => 'Taraclia',
  58. 'TE' => 'Teleneşti',
  59. 'UN' => 'Ungheni',
  60. ];
  61. }
  62.