/** * Translate a message * * \param object the i18n interface * \param msgid the message * \return a translated message
*/ constchar *(*text) (void *object, constchar *msgid);
/** * Translate a message for a number * * \param object the i18n interface * \param msgid the message to translate * \param msgid_plural the plural form of \a msgid * \param n a number * \return a translated message for the number \a n
*/ constchar *(*ntext) (void *object, constchar *msgid, constchar *msgid_plural, unsignedlongint n);
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.