You are here

function _datex_dummy_translation_function_jalali in Datex 7.2

@file Jalali calendar for datex.

File

datex_api/DatexJalali.inc, line 7
Jalali calendar for datex.

Code

function _datex_dummy_translation_function_jalali() {
  return array(
    t('Farvardin'),
    t('Ordibehesht'),
    t('Khordad'),
    t('Tir'),
    t('Mordad'),
    t('Shahrivar'),
    t('Mehr'),
    t('Aban'),
    t('Azar'),
    t('Dei'),
    t('Bahman'),
    t('Esfand'),
    t('Ghablazohr'),
    t('Badazohr'),
    t('sh'),
    t('y'),
    t('d'),
    t('s'),
    t('ch'),
    t('p'),
    t('j'),
    t('sh'),
    t('y'),
    t('d'),
    t('s'),
    t('ch'),
    t('p'),
    t('j'),
    t('Shanbe'),
    t('Yekshanbe'),
    t('Doshanbe'),
    t('Seshanbe'),
    t('Cheharshanbe'),
    t('Panjshanbe'),
    t('Jome'),
    t('Yekom'),
    t('Dovom'),
    t('Sevom'),
    t('Cheharom'),
    t('Panjom'),
    t('Sheshom'),
    t('Haftom'),
    t('Hashtom'),
    t('Nohom'),
    t('Dahom'),
    t('Yazdahom'),
    t('Davazdahom'),
    t('Sizdahom'),
    t('Chehardahom'),
    t('Panzdahom'),
    t('Shanzdahom'),
    t('Hefdahom'),
    t('Hejdahom'),
    t('Noozdahom'),
    t('Bistom'),
    t('Bisto yekom'),
    t('Bisto dovom'),
    t('Bisto sevom'),
    t('Bisto cheharom'),
    t('Bisto panjom'),
    t('Bisto sheshom'),
    t('Bisto haftom'),
    t('Bisto hashtom'),
    t('Bisto nohom'),
    t('Siom'),
    t('Sio yekom'),
    t('Sio dovom'),
  );
}