Ki18n
Classes | Macros | Functions
klocalizedstring.h File Reference
#include <ki18n_export.h>
#include <QtCore/QChar>
#include <QtCore/QLatin1Char>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <kuitmarkup.h>

Go to the source code of this file.

Classes

class  KLocalizedString
 Class for producing and handling localized messages. More...

Macros

#define I18N_NOOP(text)   text
#define I18N_NOOP2(context, text)   text
#define I18N_NOOP2_NOSTRIP(context, text)   context, text

Functions

QString i18n (const char *text, const TYPE &arg...)
QString i18nc (const char *context, const char *text, const TYPE &arg...)
QString i18np (const char *singular, const char *plural, const TYPE &arg...)
QString i18ncp (const char *context, const char *singular, const char *plural, const TYPE &arg...)
QString i18nd (const char *domain, const char *text, const TYPE &arg...)
QString i18ndc (const char *domain, const char *context, const char *text, const TYPE &arg...)
QString i18ndp (const char *domain, const char *singular, const char *plural, const TYPE &arg...)
QString i18ndcp (const char *domain, const char *context, const char *singular, const char *plural, const TYPE &arg...)
QString xi18n (const char *text, const TYPE &arg...)
QString xi18nc (const char *context, const char *text, const TYPE &arg...)
QString xi18np (const char *singular, const char *plural, const TYPE &arg...)
QString xi18ncp (const char *context, const char *singular, const char *plural, const TYPE &arg...)
QString xi18nd (const char *domain, const char *text, const TYPE &arg...)
QString xi18ndc (const char *domain, const char *context, const char *text, const TYPE &arg...)
QString xi18ndp (const char *domain, const char *singular, const char *plural, const TYPE &arg...)
QString xi18ndcp (const char *domain, const char *context, const char *singular, const char *plural, const TYPE &arg...)
KLocalizedString KI18N_EXPORT ki18n (const char *text)
KLocalizedString KI18N_EXPORT ki18nc (const char *context, const char *text)
KLocalizedString KI18N_EXPORT ki18np (const char *singular, const char *plural)
KLocalizedString KI18N_EXPORT ki18ncp (const char *context, const char *singular, const char *plural)
KLocalizedString KI18N_EXPORT ki18nd (const char *domain, const char *text)
KLocalizedString KI18N_EXPORT ki18ndc (const char *domain, const char *context, const char *text)
KLocalizedString KI18N_EXPORT ki18ndp (const char *domain, const char *singular, const char *plural)
KLocalizedString KI18N_EXPORT ki18ndcp (const char *domain, const char *context, const char *singular, const char *plural)
KLocalizedString KI18N_EXPORT kxi18n (const char *text)
KLocalizedString KI18N_EXPORT kxi18nc (const char *context, const char *text)
KLocalizedString KI18N_EXPORT kxi18np (const char *singular, const char *plural)
KLocalizedString KI18N_EXPORT kxi18ncp (const char *context, const char *singular, const char *plural)
KLocalizedString KI18N_EXPORT kxi18nd (const char *domain, const char *text)
KLocalizedString KI18N_EXPORT kxi18ndc (const char *domain, const char *context, const char *text)
KLocalizedString KI18N_EXPORT kxi18ndp (const char *domain, const char *singular, const char *plural)
KLocalizedString KI18N_EXPORT kxi18ndcp (const char *domain, const char *context, const char *singular, const char *plural)
QString tr2i18n (const char *text, const char *comment=0)

Detailed Description

Macro Definition Documentation

#define I18N_NOOP (   text)    text

Wrap string for extraction.

See Extraction-Only Macros for use cases.

#define I18N_NOOP2 (   context,
  text 
)    text

Wrap string with context for extraction, discarding context.

See Extraction-Only Macros for use cases.

#define I18N_NOOP2_NOSTRIP (   context,
  text 
)    context, text

Wrap string with context for extraction, preserving context.

See Extraction-Only Macros for use cases.

Function Documentation

QString i18n ( const char *  text,
const TYPE &  arg... 
)

Translate a string and substitute any arguments.

Parameters
textstring to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString i18nc ( const char *  context,
const char *  text,
const TYPE &  arg... 
)

Translate a string with context and substitute any arguments.

Parameters
contextcontext of the string
textstring to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString i18np ( const char *  singular,
const char *  plural,
const TYPE &  arg... 
)

Translate a string with plural and substitute any arguments.

Parameters
singularsingular form of the string to translate
pluralplural form of the string to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString i18ncp ( const char *  context,
const char *  singular,
const char *  plural,
const TYPE &  arg... 
)

Translate a string with context and plural and substitute any arguments.

Parameters
contextcontext of the string
singularsingular form of the string to translate
pluralplural form of the string to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString i18nd ( const char *  domain,
const char *  text,
const TYPE &  arg... 
)

Translate a string from domain and substitute any arguments.

Parameters
domaindomain in which to look for translations
textstring to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString i18ndc ( const char *  domain,
const char *  context,
const char *  text,
const TYPE &  arg... 
)

Translate a string from domain with context and substitute any arguments.

Parameters
domaindomain in which to look for translations
contextcontext of the string
textstring to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString i18ndp ( const char *  domain,
const char *  singular,
const char *  plural,
const TYPE &  arg... 
)

Translate a string from domain with plural and substitute any arguments.

Parameters
domaindomain in which to look for translations
singularsingular form of the string to translate
pluralplural form of the string to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString i18ndcp ( const char *  domain,
const char *  context,
const char *  singular,
const char *  plural,
const TYPE &  arg... 
)

Translate a string from domain with context and plural and substitute any arguments.

Parameters
domaindomain in which to look for translations
contextcontext of the string
singularsingular form of the string to translate
pluralplural form of the string to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString xi18n ( const char *  text,
const TYPE &  arg... 
)

Translate a markup-aware string and substitute any arguments.

Parameters
textstring to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString xi18nc ( const char *  context,
const char *  text,
const TYPE &  arg... 
)

Translate a markup-aware string with context and substitute any arguments.

Parameters
contextcontext of the string
textstring to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString xi18np ( const char *  singular,
const char *  plural,
const TYPE &  arg... 
)

Translate a markup-aware string with plural and substitute any arguments.

Parameters
singularsingular form of the string to translate
pluralplural form of the string to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString xi18ncp ( const char *  context,
const char *  singular,
const char *  plural,
const TYPE &  arg... 
)

Translate a markup-aware string with context and plural and substitute any arguments.

Parameters
contextcontext of the string
singularsingular form of the string to translate
pluralplural form of the string to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString xi18nd ( const char *  domain,
const char *  text,
const TYPE &  arg... 
)

Translate a markup-aware string from domain and substitute any arguments.

Parameters
domaindomain in which to look for translations
textstring to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString xi18ndc ( const char *  domain,
const char *  context,
const char *  text,
const TYPE &  arg... 
)

Translate a markup-aware string from domain with context and substitute any arguments.

Parameters
domaindomain in which to look for translations
contextcontext of the string
textstring to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString xi18ndp ( const char *  domain,
const char *  singular,
const char *  plural,
const TYPE &  arg... 
)

Translate a markup-aware string from domain with plural and substitute any arguments.

Parameters
domaindomain in which to look for translations
singularsingular form of the string to translate
pluralplural form of the string to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
QString xi18ndcp ( const char *  domain,
const char *  context,
const char *  singular,
const char *  plural,
const TYPE &  arg... 
)

Translate a markup-aware string from domain with context and plural and substitute any arguments.

Parameters
domaindomain in which to look for translations
contextcontext of the string
singularsingular form of the string to translate
pluralplural form of the string to translate
argarguments to insert (0 to 9), admissible types according to KLocalizedString::subs methods
Returns
translated string
KLocalizedString KI18N_EXPORT ki18n ( const char *  text)

Create non-finalized translated string.

Parameters
textstring to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT ki18nc ( const char *  context,
const char *  text 
)

Create non-finalized translated string with context.

Parameters
contextcontext of the string
textstring to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT ki18np ( const char *  singular,
const char *  plural 
)

Create non-finalized translated string with plural.

Parameters
singularsingular form of the string to translate
pluralplural form of the string to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT ki18ncp ( const char *  context,
const char *  singular,
const char *  plural 
)

Create non-finalized translated string with context and plural.

Parameters
contextcontext of the string
singularsingular form of the string to translate
pluralplural form of the string to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT ki18nd ( const char *  domain,
const char *  text 
)

Create non-finalized translated string from domain.

Parameters
domaindomain in which to look for translations
textstring to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT ki18ndc ( const char *  domain,
const char *  context,
const char *  text 
)

Create non-finalized translated string from domain with context.

Parameters
domaindomain in which to look for translations
contextcontext of the string
textstring to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT ki18ndp ( const char *  domain,
const char *  singular,
const char *  plural 
)

Create non-finalized translated string from domain with plural.

Parameters
domaindomain in which to look for translations
singularsingular form of the string to translate
pluralplural form of the string to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT ki18ndcp ( const char *  domain,
const char *  context,
const char *  singular,
const char *  plural 
)

Create non-finalized translated string from domain with context and plural.

Parameters
domaindomain in which to look for translations
contextcontext of the string
singularsingular form of the string to translate
pluralplural form of the string to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT kxi18n ( const char *  text)

Create non-finalized markup-aware translated string.

Parameters
textstring to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT kxi18nc ( const char *  context,
const char *  text 
)

Create non-finalized markup-aware translated string with context.

Parameters
contextcontext of the string
textstring to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT kxi18np ( const char *  singular,
const char *  plural 
)

Create non-finalized markup-aware translated string with plural.

Parameters
singularsingular form of the string to translate
pluralplural form of the string to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT kxi18ncp ( const char *  context,
const char *  singular,
const char *  plural 
)

Create non-finalized KUIT markup aware translated string with context and plural.

Parameters
contextcontext of the string
singularsingular form of the string to translate
pluralplural form of the string to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT kxi18nd ( const char *  domain,
const char *  text 
)

Create non-finalized markup-aware translated string from domain.

Parameters
domaindomain in which to look for translations
textstring to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT kxi18ndc ( const char *  domain,
const char *  context,
const char *  text 
)

Create non-finalized markup-aware translated string from domain with context.

Parameters
domaindomain in which to look for translations
contextcontext of the string
textstring to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT kxi18ndp ( const char *  domain,
const char *  singular,
const char *  plural 
)

Create non-finalized markup-aware translated string from domain with plural.

Parameters
domaindomain in which to look for translations
singularsingular form of the string to translate
pluralplural form of the string to translate
Returns
non-finalized translated string
KLocalizedString KI18N_EXPORT kxi18ndcp ( const char *  domain,
const char *  context,
const char *  singular,
const char *  plural 
)

Create non-finalized markup-aware translated string from domain with context and plural.

Parameters
domaindomain in which to look for translations
contextcontext of the string
singularsingular form of the string to translate
pluralplural form of the string to translate
Returns
non-finalized translated string
QString tr2i18n ( const char *  text,
const char *  comment = 0 
)
inline

Redirect Qt's uic-generated translation calls to Ki18n.

Use -tr tr2i18n option to uic to have it redirect calls.

Parameters
textstring to translate
commentQt equivalent of disambiguation context
Returns
translated string