msgid "IDS_ST_HEADER_SHARED_CONTENT"
msgstr "Shared content"
+msgid "IDS_ST_HEADER_APP_INSTALLATION"
+msgstr "App installation"
+
msgid "IDS_ST_HEADER_SELECT_VIBRATION_PATTERNS_ABB"
msgstr "Select vibration patterns"
msgid "IDS_ST_HEADER_INPUT_AND_MOTION"
msgstr "Input and motion"
+msgid "IDS_ST_BODY_INPUT_ASSISTANCE"
+msgstr "Input assistance"
+
+msgid "IDS_ST_BODY_AUTOFILL_SERVICE"
+msgstr "Autofill service"
+
msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
msgstr "Home screen"
msgid "IDS_ST_HEADER_SHARED_CONTENT"
msgstr "공유 콘텐츠"
+msgid "IDS_ST_HEADER_APP_INSTALLATION"
+msgstr "앱 설치"
+
msgid "IDS_ST_HEADER_SELECT_VIBRATION_PATTERNS_ABB"
msgstr "진동 패턴 선택"
msgid "IDS_ST_HEADER_INPUT_AND_MOTION"
msgstr "입력 및 모션"
+msgid "IDS_ST_BODY_INPUT_ASSISTANCE"
+msgstr "입력 보조"
+
+msgid "IDS_ST_BODY_AUTOFILL_SERVICE"
+msgstr "자동 입력 서비스"
+
msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
msgstr "홈 화면"
#include <pkgmgr-info.h>
-#define STR_INPUT_ASSISTANCE "INPUT ASSISTANCE"
-#define STR_AUTOFILL_SERVICE "Autofill service"
+#define STR_INPUT_ASSISTANCE "IDS_ST_BODY_INPUT_ASSISTANCE"
+#define STR_AUTOFILL_SERVICE "IDS_ST_BODY_AUTOFILL_SERVICE"
static int _view_create(void *cb);
static int _view_destroy(void *cb);
if (ad->data_title_inputassistance) {
G_FREE(ad->data_title_inputassistance->keyStr);
ad->data_title_inputassistance->keyStr = (char *)g_strdup(
- "INPUT ASSISTANCE");
+ _(STR_INPUT_ASSISTANCE));
elm_object_item_data_set(ad->data_title_inputassistance->item,
ad->data_title_inputassistance);
elm_genlist_item_update(ad->data_title_inputassistance->item);
&& setting_language_and_input_view.is_create) {
elm_genlist_realized_items_update(ad->md.genlist);
__update_item(ad);
+ setting_view_update(&setting_language_and_input_view, ad);
}
setting_navi_items_update(ad->md.naviframe);
/* For default view */
#define STORAGE_STR_SHARED_CONTENTS "IDS_ST_HEADER_SHARED_CONTENT"
+#define STORAGE_STR_APP_INSTALLATION "IDS_ST_HEADER_APP_INSTALLATION"
#define STORAGE_STR_APP "IDS_ST_BODY_APPLICATION"
/* For miscellaneous file view */
*/
#include <glib.h>
+#include "setting-storage-string.h"
#include "setting-storage-utils.h"
#include "setting-storage-default.h"
storage_default_expand_item_sel,
NULL, SWALLOW_Type_1RADIO_1TEXT, rgd,
SETTING_DEF_MEMORY_PHONE,
- _("Storage"),
+ _("IDS_ST_BODY_STORAGE"),
NULL);
if (phone) {
INT_SLP_SETTING_DEFAULT_MEM_BLUETOOTH);
/*Install application */
- const char *grp_title = "App installation";
-
it = setting_create_Gendial_field_titleItem(genlist, &itc_group_item,
- grp_title, NULL);
+ STORAGE_STR_APP_INSTALLATION, NULL);
elm_genlist_item_select_mode_set(it->item, ELM_OBJECT_SELECT_MODE_NONE);
it = setting_create_Gendial_field_def(genlist, &(ad->itc_full),