KDECore
kcalendarsystemgregorian.cpp
Go to the documentation of this file.
56 KConfigGroup cg(config(), QString::fromLatin1("KCalendarSystem %1").arg(q->calendarType(q->calendarSystem())));
66 format = i18nc("(kdedt-format) Gregorian, BC, full era year format used for %EY, e.g. 2000 BC", "%Ey %EC");
76 format = i18nc("(kdedt-format) Gregorian, AD, full era year format used for %EY, e.g. 2000 AD", "%Ey %EC");
164 QString KCalendarSystemGregorianPrivate::monthName(int month, int year, KLocale::DateTimeComponentFormat format, bool possessive) const
202 return ki18nc("Gregorian month 1 - KLocale::ShortName Possessive", "of Jan").toString(locale());
204 return ki18nc("Gregorian month 2 - KLocale::ShortName Possessive", "of Feb").toString(locale());
206 return ki18nc("Gregorian month 3 - KLocale::ShortName Possessive", "of Mar").toString(locale());
208 return ki18nc("Gregorian month 4 - KLocale::ShortName Possessive", "of Apr").toString(locale());
210 return ki18nc("Gregorian month 5 - KLocale::ShortName Possessive", "of May").toString(locale());
212 return ki18nc("Gregorian month 6 - KLocale::ShortName Possessive", "of Jun").toString(locale());
214 return ki18nc("Gregorian month 7 - KLocale::ShortName Possessive", "of Jul").toString(locale());
216 return ki18nc("Gregorian month 8 - KLocale::ShortName Possessive", "of Aug").toString(locale());
218 return ki18nc("Gregorian month 9 - KLocale::ShortName Possessive", "of Sep").toString(locale());
220 return ki18nc("Gregorian month 10 - KLocale::ShortName Possessive", "of Oct").toString(locale());
222 return ki18nc("Gregorian month 11 - KLocale::ShortName Possessive", "of Nov").toString(locale());
224 return ki18nc("Gregorian month 12 - KLocale::ShortName Possessive", "of Dec").toString(locale());
264 return ki18nc("Gregorian month 1 - KLocale::LongName Possessive", "of January").toString(locale());
266 return ki18nc("Gregorian month 2 - KLocale::LongName Possessive", "of February").toString(locale());
268 return ki18nc("Gregorian month 3 - KLocale::LongName Possessive", "of March").toString(locale());
270 return ki18nc("Gregorian month 4 - KLocale::LongName Possessive", "of April").toString(locale());
274 return ki18nc("Gregorian month 6 - KLocale::LongName Possessive", "of June").toString(locale());
276 return ki18nc("Gregorian month 7 - KLocale::LongName Possessive", "of July").toString(locale());
278 return ki18nc("Gregorian month 8 - KLocale::LongName Possessive", "of August").toString(locale());
280 return ki18nc("Gregorian month 9 - KLocale::LongName Possessive", "of September").toString(locale());
282 return ki18nc("Gregorian month 10 - KLocale::LongName Possessive", "of October").toString(locale());
284 return ki18nc("Gregorian month 11 - KLocale::LongName Possessive", "of November").toString(locale());
286 return ki18nc("Gregorian month 12 - KLocale::LongName Possessive", "of December").toString(locale());
323 QString KCalendarSystemGregorianPrivate::weekDayName(int weekDay, KLocale::DateTimeComponentFormat format) const
471 QString KCalendarSystemGregorian::weekDayName(const QDate &date, WeekDayNameFormat format) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Mar 20 2013 07:14:33 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Mar 20 2013 07:14:33 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.