NL: rename some nl variable name (setting -> configuration) 39/36239/1
authorgreatim <jaewon81.lim@samsung.com>
Wed, 4 Mar 2015 05:50:36 +0000 (14:50 +0900)
committergreatim <jaewon81.lim@samsung.com>
Wed, 4 Mar 2015 05:50:36 +0000 (14:50 +0900)
rename some nl variable name (setting -> configuration)
change (prepare for profiling -> Prepareing to trace)

Change-Id: I17fc6e234de72f5dc315a0c08f40830fad2d69ea
Signed-off-by: greatim <jaewon81.lim@samsung.com>
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/common/DAResult.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/AnalyzerLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/UserErrorWarningLabels.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/UserErrorWarningLabels.properties

index 03302f6..58da229 100755 (executable)
@@ -65,7 +65,7 @@ public enum DAResult {
        ERR_INVALID_APP(-1021, UserErrorWarningLabels.ERROR_UNSUPPORTED_APPLICATION),
        ERR_BY_SECURITY(-1030, UserErrorWarningLabels.ERROR_BY_SECURITY_REASON),
        ERR_BY_USER_CANCEL(-1031, UserErrorWarningLabels.WARNING_USER_CANCEL),
-       ERR_CONFIG_FAILED(-1100, UserErrorWarningLabels.ERROR_SETTING_FAILED),
+       ERR_CONFIG_FAILED(-1100, UserErrorWarningLabels.ERROR_CONFIGURATION_FAILED),
        ERR_LIB_NOTFOUND_INRPM(-1101, UserErrorWarningLabels.ERROR_LIB_NOT_FOUND_INRPM),
        ERR_RPM_NOTFOUND(-1102, UserErrorWarningLabels.ERROR_RPM_NOT_FOUND),
        ERR_START_DATA_CHANNEL(-2001, UserErrorWarningLabels.ERROR_INTERNAL_REASON),
index 34885ec..3d5860e 100755 (executable)
@@ -162,7 +162,7 @@ IDE_DA_COMMUNICATION_ERROR_MESSAGE=IDE connection error.
 START_TRACE_ERROR=Start trace failed.
 INVALID_APPLICATION=Invalid Application
 
-DLG_PREPARE_TRACE=prepare for profiling
+DLG_PREPARE_TRACE=Preparing to trace
 DLG_PLEASE_WAIT=Please wait
 DLG_SUMMARIZING_DATA=Summarizing collected data
 DLG_DEVICE_DISCONNECTED=Device disconnected
index ecf953d..9c4fcbf 100644 (file)
@@ -43,7 +43,7 @@ public class UserErrorWarningLabels extends NLS {
        public static String ERROR_NONEXIST_APPLICATION;
        public static String ERROR_UNSUPPORTED_APPLICATION;
 
-       public static String ERROR_SETTING_FAILED;
+       public static String ERROR_CONFIGURATION_FAILED;
        public static String ERROR_CONNECTION_CLOSED;
        
        public static String ERROR_INTERNAL_REASON;
index 9a196eb..29b4610 100644 (file)
@@ -10,7 +10,7 @@ ERROR_BY_SECURITY_REASON=You cannot analyze this application for the security re
 ERROR_NONEXIST_APPLICATION=does not exist in device.\nPlease check that the application has been installed successfully.
 ERROR_UNSUPPORTED_APPLICATION=is unsupported application.
 
-ERROR_SETTING_FAILED=Configuration is failed.
+ERROR_CONFIGURATION_FAILED=Configuration is failed.
 ERROR_CONNECTION_CLOSED=Connection with target device is closed.\nPlease check the connection with device.
 
 ERROR_INTERNAL_REASON=Failed by internal reason.\nPlease try again or restart DA.