You are here

function _calendar_jalali_potx in Calendar Systems 6.2

Calendar translate dummy.

See also

http://api.drupal.org/api/drupal/includes--common.inc/function/t/6

File

calendars/calendar_jalali/calendar_jalali.module, line 510
Implements necessary hooks & helpers to support Jalali Calendar.

Code

function _calendar_jalali_potx($type = 'all', $destination = 'translation') {
  $dummy = array(
    t('am'),
    t('pm'),
    t('AM'),
    t('PM'),
    t('Shanbeh'),
    t('Yekshanbeh'),
    t('Doshanbeh'),
    t('Sehshanbeh'),
    t('Chaharshanbeh'),
    t('Panjshanbeh'),
    t('Jomeh'),
    t('Farvardin'),
    t('Ordibehesht'),
    t('Khordad'),
    t('Tir'),
    t('Mordad'),
    t('Shahrivar'),
    t('Mehr'),
    t('Aban'),
    t('Azar'),
    t('Dey'),
    t('Bahman'),
    t('Esfand'),
  );
}