KDECore
kcalendarsystemjalali.cpp
Go to the documentation of this file.
56 virtual QString monthName(int month, int year, KLocale::DateTimeComponentFormat format, bool possessive) const;
82 format = i18nc("(kdedt-format) Jalali, AP, full era year format used for %EY, e.g. 2000 AP", "%Ey %EC");
179 QString KCalendarSystemJalaliPrivate::monthName(int month, int year, KLocale::DateTimeComponentFormat format, bool possessive) const
279 return ki18nc("Jalali month 1 - KLocale::LongName Possessive", "of Farvardin").toString(locale());
281 return ki18nc("Jalali month 2 - KLocale::LongName Possessive", "of Ordibehesht").toString(locale());
283 return ki18nc("Jalali month 3 - KLocale::LongName Possessive", "of Khordad").toString(locale());
289 return ki18nc("Jalali month 6 - KLocale::LongName Possessive", "of Shahrivar").toString(locale());
299 return ki18nc("Jalali month 11 - KLocale::LongName Possessive", "of Bahman").toString(locale());
301 return ki18nc("Jalali month 12 - KLocale::LongName Possessive", "of Esfand").toString(locale());
338 QString KCalendarSystemJalaliPrivate::weekDayName(int weekDay, KLocale::DateTimeComponentFormat format) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat May 18 2013 11:36:07 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat May 18 2013 11:36:07 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.