Home
last modified time | relevance | path

Searched refs:UTOX_I18N_STR (Results 1 – 14 of 14) sorted by relevance

/dports/net-im/uTox/uTox/src/
H A Dui_i18n.c39 for (UTOX_I18N_STR j = 0; j < NUM_STRS; j++) { in init_strings()
44 UTOX_I18N_STR curr_id = 0; in init_strings()
55 STRING *ui_gettext(UTOX_LANG lang, UTOX_I18N_STR string_id) { in ui_gettext()
H A Dui.h77 UTOX_I18N_STR i18nal;
81 void maybe_i18nal_string_set_i18nal(MAYBE_I18NAL_STRING *, UTOX_I18N_STR);
H A Dflist.c1247 static UTOX_I18N_STR menu_friend[] = { in flist_mright()
1254 …static UTOX_I18N_STR menu_group_unmuted[] = { STR_GROUPCHAT_SETTINGS, STR_CHANGE_GROUP_TOPIC, STR_… in flist_mright()
1256 …static UTOX_I18N_STR menu_group_muted[] = { STR_GROUPCHAT_SETTINGS, STR_CHANGE_GROUP_TOPIC, STR_UN… in flist_mright()
1259 …static UTOX_I18N_STR menu_group[] = { STR_GROUPCHAT_SETTINGS, STR_CHANGE_GROUP_TOPIC, STR_R… in flist_mright()
1260 static UTOX_I18N_STR menu_request[] = { STR_REQ_ACCEPT, STR_REQ_DECLINE }; in flist_mright()
H A Dui.c78 void maybe_i18nal_string_set_i18nal(MAYBE_I18NAL_STRING *mis, UTOX_I18N_STR string_id) { in maybe_i18nal_string_set_i18nal()
H A Dmessages.c1598 static UTOX_I18N_STR menu_copy[] = { STR_COPY, STR_COPY_WITH_NAMES }; in messages_mright()
/dports/net-im/uTox/uTox/src/ui/
H A Dcontextmenu.c166 return SPTRFORLANG(settings.language, ((UTOX_I18N_STR *)cm->userdata)[i]); in contextmenu_localized_ondisplay()
169 void contextmenu_new(uint8_t count, UTOX_I18N_STR *menu_string_ids, void (*onselect)(uint8_t)) { in contextmenu_new()
H A Dcontextmenu.h24 void contextmenu_new(uint8_t count, UTOX_I18N_STR *menu_string_ids, void (*onselect)(uint8_t));
H A Ddropdown.h44 void dropdown_list_add_localized(DROPDOWN *d, UTOX_I18N_STR string_id, void *handle);
H A Ddropdown.c254 void dropdown_list_add_localized(DROPDOWN *d, UTOX_I18N_STR string_id, void *handle) { in dropdown_list_add_localized()
289 return SPTRFORLANG(settings.language, ((UTOX_I18N_STR *)dm->userdata)[i]); in simple_dropdown_ondisplay()
H A Dedit.c272 static UTOX_I18N_STR menu_edit[] = { STR_CUT, STR_COPY, STR_PASTE, STR_DELETE, STR_SELECTALL }; in edit_mright()
/dports/net-im/uTox/uTox/langs/
H A Di18n_decls.h335 } UTOX_I18N_STR; typedef
337 STRING *ui_gettext(UTOX_LANG lang, UTOX_I18N_STR string_id);
/dports/net-im/uTox/uTox/src/layout/
H A Duserbadge.c96 static UTOX_I18N_STR menu[] = { STR_REMOVE }; in button_avatar_onright()
H A Dsettings.c759 static UTOX_I18N_STR menu[] = { STR_SAVE_QR }; in button_qr_on_mright()
1383 static UTOX_I18N_STR dpidrops[] = {
1432 static UTOX_I18N_STR themedrops[] = {
1457 static UTOX_I18N_STR notifydrops[] = {
/dports/net-im/uTox/uTox/src/av/
H A Dvideo.c101 dropdown_list_add_localized(&dropdown_video, (UTOX_I18N_STR)name, device); in utox_video_append_device()