KDECore
kcalendarsystemjulian.cpp
Go to the documentation of this file.
52 virtual QString monthName(int month, int year, KLocale::DateTimeComponentFormat format, bool possessive) const;
78 KConfigGroup cg(config(), QString::fromLatin1("KCalendarSystem %1").arg(q->calendarType(q->calendarSystem())));
88 format = i18nc("(kdedt-format) Julian, BC, full era year format used for %EY, e.g. 2000 BC", "%Ey %EC");
98 format = i18nc("(kdedt-format) Julian, AD, full era year format used for %EY, e.g. 2000 AD", "%Ey %EC");
182 QString KCalendarSystemJulianPrivate::monthName(int month, int year, KLocale::DateTimeComponentFormat format, bool possessive) const
282 return ki18nc("Julian month 1 - KLocale::LongName Possessive", "of January").toString(locale());
284 return ki18nc("Julian month 2 - KLocale::LongName Possessive", "of February").toString(locale());
298 return ki18nc("Julian month 9 - KLocale::LongName Possessive", "of September").toString(locale());
300 return ki18nc("Julian month 10 - KLocale::LongName Possessive", "of October").toString(locale());
302 return ki18nc("Julian month 11 - KLocale::LongName Possessive", "of November").toString(locale());
304 return ki18nc("Julian month 12 - KLocale::LongName Possessive", "of December").toString(locale());
341 QString KCalendarSystemJulianPrivate::weekDayName(int weekDay, KLocale::DateTimeComponentFormat format) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 20:27:48 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 20:27:48 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.