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"
msgstr "This action cannot be undone."
msgid "IDS_ST_BODY_SHOW_NETWORK_STATUS_AND_OTHER_INFORMATION"
-msgstr "show network status and other information."
\ No newline at end of file
+msgstr "show network status and other information."
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 "홈 화면"
msgstr "상태"
msgid "IDS_ST_BODY_DEVICE_NAMES_ARE_DISPLAYED"
-msgstr "블루투스, Wi-Fi Direct 등에서 장치를 구별하기 위해 디바이스 이름이 표시됩니다."
\ No newline at end of file
+msgstr "블루투스, Wi-Fi Direct 등에서 장치를 구별하기 위해 디바이스 이름이 표시됩니다."
&& 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),