fix translated string issues
authorshy81.shin <shy81.shin@samsung.com>
Fri, 14 Dec 2012 09:29:00 +0000 (18:29 +0900)
committershy81.shin <shy81.shin@samsung.com>
Fri, 14 Dec 2012 09:29:00 +0000 (18:29 +0900)
setting-connectivity/src/setting-connectivity-usb.c
setting-reset/include/setting-reset.h
setting-storage/include/setting-storage.h

index 527ecec..554bdf2 100755 (executable)
 #include <setting-connectivity-usb.h>
 #include <app_manager.h>
 
-#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);
index 4e5145d..79c1938 100755 (executable)
@@ -31,7 +31,7 @@
 #include <setting-common-draw-widget.h>
 #include <setting-common-view.h>
 
-#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"
index f41f8ee..b08bb88 100755 (executable)
@@ -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"