From 075178ab494d6231355174a08b621202ed2aedd1 Mon Sep 17 00:00:00 2001 From: "shy81.shin" Date: Fri, 14 Dec 2012 18:29:00 +0900 Subject: [PATCH] fix translated string issues --- setting-connectivity/src/setting-connectivity-usb.c | 6 +----- setting-reset/include/setting-reset.h | 2 +- setting-storage/include/setting-storage.h | 6 +++--- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/setting-connectivity/src/setting-connectivity-usb.c b/setting-connectivity/src/setting-connectivity-usb.c index 527ecec..554bdf2 100755 --- a/setting-connectivity/src/setting-connectivity-usb.c +++ b/setting-connectivity/src/setting-connectivity-usb.c @@ -21,11 +21,7 @@ #include #include -#define DEBUG_MODE_POPUP_TEXT \ - "USB debugging is intended for development purposes only. " \ - "It can be used to copy data between your computer and your " \ - "device, install application on your device without " \ - "notification, and read log data" +#define DEBUG_MODE_POPUP_TEXT "IDS_ST_BODY_USB_DEBUGGING_IS_INTENDED_FOR_DEVELOPMENT_PURPOSES_ONLY_MSG" static int setting_connectivity_usb_create(void *cb); static int setting_connectivity_usb_destroy(void *cb); diff --git a/setting-reset/include/setting-reset.h b/setting-reset/include/setting-reset.h index 4e5145d..79c1938 100755 --- a/setting-reset/include/setting-reset.h +++ b/setting-reset/include/setting-reset.h @@ -31,7 +31,7 @@ #include #include -#define RESET_RESULT_STR "Reset results" +#define RESET_RESULT_STR "IDS_ST_POP_RESETTING_ING" #define RESET_SUCESS_STR "IDS_COM_POP_SUCCESS" #define LOAD_LIB_FAILED_STR "Exception"//"Load LIB failed" #define UNDEFINE_STR "Undefined" //"Resetting undefined" diff --git a/setting-storage/include/setting-storage.h b/setting-storage/include/setting-storage.h index f41f8ee..b08bb88 100755 --- a/setting-storage/include/setting-storage.h +++ b/setting-storage/include/setting-storage.h @@ -59,9 +59,9 @@ #define SETTING_STORAGE_SD_CARD_MOUNT_ALREADY_DESC "Already mount" #define SETTING_STORAGE_DEFAULT_STORAGE_STR "IDS_ST_BODY_DEFAULT_STORAGE" -//#define SETTING_STORAGE_INTERNAL_STORAGE_STR "IDS_ST_BODY_DEVICE_MEMORY" -#define SETTING_STORAGE_INTERNAL_STORAGE_STR "Device storage" -#define SETTING_STORAGE_AUDIO_STR "Audio" +#define SETTING_STORAGE_INTERNAL_STORAGE_STR "IDS_ST_BODY_DEVICE_MEMORY" + +#define SETTING_STORAGE_AUDIO_STR "IDS_COM_BODY_AUDIO" #define SETTING_STORAGE_PICS_STR "IDS_ST_BODY_PICTURES_VIDEOS" #define SETTING_STORAGE_DOWNS_STR "IDS_ST_BODY_DOWNLOADS" -- 2.7.4