Blender V2.61 - r43446
|
#include <stdlib.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "BLI_fileops.h"
#include "BLF_translation.h"
#include "DNA_userdef_types.h"
Go to the source code of this file.
Functions | |
const char * | BLF_gettext (const char *msgid) |
const char * | BLF_pgettext (const char *context, const char *message) |
int | BLF_translate_iface (void) |
int | BLF_translate_tooltips (void) |
const char * | BLF_translate_do_iface (const char *msgid) |
const char * | BLF_translate_do_tooltip (const char *msgid) |
Definition in file blf_translation.c.
const char* BLF_gettext | ( | const char * | msgid | ) |
Definition at line 93 of file blf_translation.c.
Referenced by BLF_translate_do_iface(), BLF_translate_do_tooltip(), rna_ensure_property_description(), rna_ensure_property_name(), and RNA_property_enum_items_gettexted().
const char* BLF_pgettext | ( | const char * | context, |
const char * | message | ||
) |
Definition at line 104 of file blf_translation.c.
References addon::engine::free(), NULL, strlen(), and TEXT_DOMAIN_NAME.
Referenced by rna_ensure_property_name(), and RNA_property_enum_items_gettexted().
const char* BLF_translate_do_iface | ( | const char * | msgid | ) |
Definition at line 157 of file blf_translation.c.
References BLF_gettext(), and BLF_translate_iface().
const char* BLF_translate_do_tooltip | ( | const char * | msgid | ) |
Definition at line 169 of file blf_translation.c.
References BLF_gettext(), and BLF_translate_tooltips().
int BLF_translate_iface | ( | void | ) |
Definition at line 139 of file blf_translation.c.
References UserDef::transopts, U, USER_DOTRANSLATE, and USER_TR_IFACE.
Referenced by BLF_translate_do_iface().
int BLF_translate_tooltips | ( | void | ) |
Definition at line 148 of file blf_translation.c.
References UserDef::transopts, U, USER_DOTRANSLATE, and USER_TR_TOOLTIPS.
Referenced by BLF_translate_do_tooltip().