[SRADA-853] Apply new string
authordongkyu6 lee <dongkyu6.lee@samsung.com>
Wed, 6 Jul 2016 00:22:36 +0000 (09:22 +0900)
committerdongkyu6 lee <dongkyu6.lee@samsung.com>
Thu, 7 Jul 2016 08:53:41 +0000 (17:53 +0900)
Change-Id: I22c906180523244e388e34e4a0483e57f45db654

14 files changed:
org.tizen.dynamicanalyzer.workbench/src/org/tizen/dynamicanalyzer/nl/WorkbenchLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/ConfigureLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/ErrorLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/FilePageLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/InformationViewLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/InteractivePageLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/KernelPageLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/NetworkPageLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/ReplayEditLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/SummaryLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/ThreadPageLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/TimelineChartLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/UIHierarchyPageLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/UserErrorWarningLabels.properties

index 4d86a34..fa45d4c 100644 (file)
@@ -1,4 +1,4 @@
-TIZEN_SDK_PATH_ERROR_TITLE=SDK Installation Error
-TIZEN_SDK_PATH_ERROR=Tizen SDK installation path was not found.\nPlease make sure that Tizen SDK is installed correctly.
+TIZEN_SDK_PATH_ERROR_TITLE=Installation Failed
+TIZEN_SDK_PATH_ERROR=The Tizen SDK installation path cannot be found.\nMake sure that the SDK is installed properly. 
 DA_PLATFORM_WORKBENCH_TITLE=Dynamic analyzer for Platform
 DA_PUBLIC_WORKBENCH_TITLE=Dynamic analyzer
index 8ac18c1..f4d032c 100644 (file)
@@ -1,11 +1,10 @@
-FEATURE_DIALOG_DESCRIPTION=Choose the detailed features.
+FEATURE_DIALOG_DESCRIPTION=Select the detailed features.
 FEATURE_DIALOG_HEADER_TITLE=Feature details
 
-SETTING_OPTION_TAB_DESCRIPTION=Advanced options for UX and others
-
+SETTING_OPTION_TAB_DESCRIPTION=Advanced options
 SETTING_WARNING_MESSAGE_FILE_NOT_FOUND=Setting file not found
-SETTING_WARNING_MESSAGE_SETTING_FAIL=Start Trace Setting failed..
-SETTING_WARNING_MESSAGE_SETTING_INVALID_INPUT_VALUE=You have entered an invalid value.
+SETTING_WARNING_MESSAGE_SETTING_FAIL=Start trace setting failed
+SETTING_WARNING_MESSAGE_SETTING_INVALID_INPUT_VALUE=Invalid value
 
 DETAIL_FUNCTIONPROFILING=Shows the function profile.
 DETAIL_ALLOCATION=Shows the heap memory allocation.
@@ -21,21 +20,21 @@ SECOND=seconds
 AUTO=auto : 
 SAMPLING=sampling rate :
 
-SETTING_DIALOG_DESCRIPTION=Choose a target and template
+SETTING_DIALOG_DESCRIPTION=Select a target and template
 SETTING_DIALOG_TARGET_TITLE=Target
 SETTING_DIALOG_TEMPLATE_TITLE=Template
 SETTING_DIALOG_FEATURELIST_TITLE=Feature List
 SETTING_DIALOG_SELECTED_TITLE=Selected Features
 SETTING_DIALOG_NO_ITEM_SELECTED=No Item Selected
 SETTING_DIALOG_OVERHEAD=Overhead : 
-SETTING_DIALOG_OVERHEAD_DESCRIPTION=The overhead is the estimation of runtime overhead.
+SETTING_DIALOG_OVERHEAD_DESCRIPTION=An estimation of the runtime overhead
 FEATURE_DIALOG_FEATURE_TABLE_COLUMN_NAME=Features
-SETTING_DIALOG_RECORDING_REPLAY=Recording / Replay
+SETTING_DIALOG_RECORDING_REPLAY=Recording and replay
 SETTING_DIALOG_SCREENSHOT=Screenshot
 
-TARGET_NAME_MOBILE=mobile
-TARGET_NAME_TV=tv
-TARGET_NAME_WEARABLE=wearable
+TARGET_NAME_MOBILE=Mobile
+TARGET_NAME_TV=TV
+TARGET_NAME_WEARABLE=Wearable
 
 TARGET_NAME_FLAT_MOBILE_FOCUS=mobile
 TARGET_NAME_FLAT_TV_FOCUS=tv
@@ -56,16 +55,16 @@ TEMPLATE_NAME_ENERGY=Energy
 TEMPLATE_NAME_UI_HIERARCHY=UI Hierarchy
 TEMPLATE_NAME_CUSTOM=Custom
 
-TEMPLATE_DESCRIPTION_BOTTLENECK=This template shows where can be the most bottleneck point while you are using your program. With the CPU and process chart, you can easily find where the application uses the CPU a lot. And the function profiling and call trace information shows the bottleneck point with the view of function level.
-TEMPLATE_DESCRIPTION_MEMORY_LEAKS=This template shows the memory leak detected by this tool. Normally, the leak list in the Summary shows the allocation list that is not yet freed. And with the range feature in the timeline chart, you can also check the leak candidates which are not freed in an appropriate position.
-TEMPLATE_DESCRIPTION_PROCESS_ACTIVITY=This template shows the overall activities of your concerning processes, which are process's CPU load and memory usage. And the function profiling is shown to help you to understand the detail activity of the process.
-TEMPLATE_DESCRIPTION_FILE=This template shows the operations(open, close, read, write and lock) of the files that were accessed by your application. It helps you to easily check the concurrent read/write access and the file lock waiting status of the processes for each file.
-TEMPLATE_DESCRIPTION_THREAD_ACTIVITY=This template measures CPU usage of threads, visualizes life-cycle of each thread and relationship between threads. It also analyzes critical section duration and waiting time of synchronization objects.
-TEMPLATE_DESCRIPTION_WAIT_STATUS=This template shows various information that cause the process become wait status. With the CPU and process chart, you can distinguish the process is in busy status or wait status. If the process is waiting for the IO operation or lock, you can check it in the Network, File, and Thread analysis pages.
-TEMPLATE_DESCRIPTION_NETWORK=This template shows the TCP/UDP network activity of the glibc socket. The Network chart shows each session information. And you can check which API has been called in each session and can see the transmitted data, too.
-TEMPLATE_DESCRIPTION_OPEN_GL=This template shows a lot of detailed information of the openGL layer. It shows the FPS, render state, openGL calls, statistics and redundant usage of the API. These help you to optimize the performance of your application. We are supporting OpenGL ES 2.0 and EvasGL, now.
-TEMPLATE_DESCRIPTION_ENERGY=This template inform you of power consumption of target device. you can see this information from Energy chart in Timeline page. Energy chart shows usage of Flash memory, CPU, LCD.
-TEMPLATE_DESCRIPTION_UI_HIERARCHY=This template shows the information of EFL UI objects (Evas, Elementary, Edje). You can see the hierarchy relationship of all UI objects and the detailed information of each UI object.
+TEMPLATE_DESCRIPTION_BOTTLENECK=This template shows the most likely bottleneck points while you are using your program. With the CPU and Process chart, you can easily find where the application uses the most CPU. The function profiling and call trace information shows the bottleneck points on the function level.
+TEMPLATE_DESCRIPTION_MEMORY_LEAKS=This template shows the detected memory leaks. Normally, the leak list in the Summary tab shows the list of allocations that are not yet freed. With the range feature in the Timeline chart, you can check the leak candidates which are not freed in the appropriate position.
+TEMPLATE_DESCRIPTION_PROCESS_ACTIVITY=This template shows the overall process activities, which are the process CPU load and memory usage. The function profiling is shown to help you to understand the detailed activity of the process.
+TEMPLATE_DESCRIPTION_FILE=This template shows the file operations (open, close, read, write, and lock) that are accessed by your application. It helps you to easily check the concurrent read/write access and the file lock waiting status of the processes for each file.
+TEMPLATE_DESCRIPTION_THREAD_ACTIVITY=This template measures the CPU usage of threads, and visualizes the life-cycle of each thread and the relationship between threads. It analyzes the critical section duration and waiting time of synchronization objects.
+TEMPLATE_DESCRIPTION_WAIT_STATUS=This template shows various information that causes the process to move to the wait status. With the CPU and Process chart, you can distinguish the processes is in a busy or wait status. If the process is waiting for the IO operation or lock, you can check it in the Network, File, and Thread tabs.
+TEMPLATE_DESCRIPTION_NETWORK=This template shows the TCP/UDP network activity of the glibc socket. The Network chart shows information about each session. You can check which API has been called in each session, and see the transmitted data too.
+TEMPLATE_DESCRIPTION_OPEN_GL=This template shows detailed information of the OpenGL layer. It shows the FPS, render state, OpenGL calls, statistics, and redundant usage of the API. These help you to optimize the performance of your application. OpenGL ES 2.0 and EvasGL are currently supported.
+TEMPLATE_DESCRIPTION_ENERGY=This template shows the power consumption of the target device. You can see the information in the Energy chart in the Timeline tab. The Energy chart shows the usage of the flash memory, CPU, and LCD.
+TEMPLATE_DESCRIPTION_UI_HIERARCHY=This template shows the EFL UI object information (Evas, Elementary, and Edje).You can see the hierarchy relationship of all UI objects and the detailed information of each UI object.
 TEMPLATE_DESCRIPTION_CUSTOM=This template can be configured by selecting the desired features. If you change the feature in the other template will change custom template.
 
 FEATURE_NAME_SYSTEM=CPU Usage
@@ -157,7 +156,7 @@ FEATURE_NAME_INSIDE_THE_PLATFORM_MEMORY=Inside the platform memory
 FEATURE_NAME_INSIDE_THE_PLATFORM_FILE=Inside the platform file
 FEATURE_NAME_INSIDE_THE_PLATFORM_THREAD=Inside the platform thread
 FEATURE_NAME_INSIDE_THE_PLATFORM_NETWORK=Inside the platform network
-FEATURE_NAME_INSIDE_THE_PLATFORM_OPENGL=Inside the platform openGL
+FEATURE_NAME_INSIDE_THE_PLATFORM_OPENGL=Inside the platform OpenGL
 
 FEATURE_DESCRIPTION_SYSTEM=System
 FEATURE_DESCRIPTION_SYSTEM_CPU=System CPU
index f833570..cacdc46 100644 (file)
-EPERM=Operation not permitted\r
-ENOENT=No such file or directory\r
-ESRCH=No such process\r
-EINTR=Interrupted system call\r
-EIO=I/O error\r
-ENXIO=No such device or address\r
-E2BIG=Argument list too long\r
-ENOEXEC=Exec format error\r
-EBADF=Bad file number\r
-ECHILD=No child processes\r
-EAGAIN=Try again\r
-ENOMEM=Out of memory\r
-EACCES=Permission denied\r
-EFAULT=Bad address\r
-ENOTBLK=Block device required\r
-EBUSY=Device or resource busy\r
-EEXIST=File exists\r
-EXDEV=Cross-device link\r
-ENODEV=No such device\r
-ENOTDIR=Not a directory\r
-EISDIR=Is a directory\r
-EINVAL=Invalid argument\r
-ENFILE=File table overflow\r
-EMFILE=Too many open files\r
-ENOTTY=Not a typewriter\r
-ETXTBSY=Text file busy\r
-EFBIG=File too large\r
-ENOSPC=No space left on device\r
-ESPIPE=Illegal seek\r
-EROFS=Read-only file system\r
-EMLINK=Too many links\r
-EPIPE=Broken pipe\r
-EDOM=Math argument out of domain of func\r
-ERANGE=Math result not representable\r
-\r
-EDEADLK=Resource deadlock would occur\r
-ENAMETOOLONG=File name too long\r
-ENOLCK=No record locks available\r
-ENOSYS=Function not implemented\r
-ENOTEMPTY=Directory not empty\r
-ELOOP=Too many symbolic links encountered\r
-\r
-ENOMSG=No message of desired type\r
-EIDRM=Identifier removed\r
-ECHRNG=Channel number out of range\r
-EL2NSYNC=Level 2 not synchronized\r
-EL3HLT=Level 3 halted\r
-EL3RST=Level 3 reset\r
-ELNRNG=Link number out of range\r
-EUNATCH=Protocol driver not attached\r
-ENOCSI=No CSI structure available\r
-EL2HLT=Level 2 halted\r
-EBADE=Invalid exchange\r
-EBADR=Invalid request descriptor\r
-EXFULL=Exchange full\r
-ENOANO=No anode\r
-EBADRQC=Invalid request code\r
-EBADSLT=Invalid slot\r
-\r
-EBFONT=Bad font file format\r
-ENOSTR=Device not a stream\r
-ENODATA=No data available\r
-ETIME=Timer expired\r
-ENOSR=Out of streams resources\r
-ENONET=Machine is not on the network\r
-ENOPKG=Package not installed\r
-EREMOTE=Object is remote\r
-ENOLINK=Link has been severed\r
-EADV=Advertise error\r
-ESRMNT=Srmount error\r
-ECOMM=Communication error on send\r
-EPROTO=Protocol error\r
-EMULTIHOP=Multihop attempted\r
-EDOTDOT=RFS specific error\r
-EBADMSG=Not a data message\r
-EOVERFLOW=Value too large for defined data type\r
-ENOTUNIQ=Name not unique on network\r
-EBADFD=File descriptor in bad state\r
-EREMCHG=Remote address changed\r
-ELIBACC=Can not access a needed shared library\r
-ELIBBAD=Accessing a corrupted shared library\r
-ELIBSCN=.lib section in a.out corrupted\r
-ELIBMAX=Attempting to link in too many shared libraries\r
-ELIBEXEC=Cannot exec a shared library directly\r
-EILSEQ=Illegal byte sequence\r
-ERESTART=Interrupted system call should be restarted\r
-ESTRPIPE=Streams pipe error\r
-EUSERS=Too many users\r
-ENOTSOCK=Socket operation on non-socket\r
-EDESTADDRREQ=Destination address required\r
-EMSGSIZE=Message too long\r
-EPROTOTYPE=Protocol wrong type for socket\r
-ENOPROTOOPT=Protocol not available\r
-EPROTONOSUPPORT=Protocol not supported\r
-ESOCKTNOSUPPORT=Socket type not supported\r
-EOPNOTSUPP=Operation not supported on transport endpoint \r
-EPFNOSUPPORT=Protocol family not supported\r
-EAFNOSUPPORT=Address family not supported by protocol\r
-EADDRINUSE=Address already in use\r
-EADDRNOTAVAIL=Cannot assign requested address\r
-ENETDOWN=Network is down\r
-ENETUNREACH=Network is unreachable\r
-ENETRESET=Network dropped connection because of reset\r
-ECONNABORTED=Software caused connection abort\r
-ECONNRESET=Connection reset by peer\r
-ENOBUFS=No buffer space available\r
-EISCONN=Transport endpoint is already connected\r
-ENOTCONN=Transport endpoint is not connected\r
-ESHUTDOWN=Cannot send after transport endpoint shutdown\r
-ETOOMANYREFS=Too many references: cannot splice\r
-ETIMEDOUT=Connection timed out\r
-ECONNREFUSED=Connection refused\r
-EHOSTDOWN=Host is down\r
-EHOSTUNREACH=No route to host\r
-EALREADY=Operation already in progress\r
-EINPROGRESS=Operation now in progress\r
-ESTALE=Stale NFS file handle\r
-EUCLEAN=Structure needs cleaning\r
-ENOTNAM=Not a XENIX named type file\r
-ENAVAIL=No XENIX semaphores available\r
-EISNAM=Is a named type file\r
-EREMOTEIO=Remote I/O error\r
-EDQUOT=Quota exceeded\r
-ENOMEDIUM=No medium found\r
-EMEDIUMTYPE=Wrong medium type\r
-ECANCELED=Operation Canceled\r
-ENOKEY=Required key not available\r
-EKEYEXPIRED=Key has expired\r
-EKEYREVOKED=Key has been revoked\r
-EKEYREJECTED=Key was rejected by service\r
-\r
-EOWNERDEAD=Owner died\r
-ENOTRECOVERABLE=State not recoverable\r
-\r
-# Tizen API defined Error codes\r
-E_SUCCESS=Success\r
-E_FAILURE=Failure\r
-ERR_SRC_FRAMEWORK=ERR_SRC_FRAMEWORK\r
-ERR_SRC_USER=ERR_SRC_USER\r
-\r
-E_ADDRESS_CHANGED=The network address is changed externally.\r
-E_ALREADY_BOUND=The target is bounded to another source.\r
-E_ALREADY_CONNECTED=The target is connected to another source.\r
-E_ALREADY_OPENED=The target is already opened.\r
-E_AUTHENTICATION=The authentication request fails.\r
-E_APP_NOT_INSTALLED=The required application is not installed.\r
-E_ALREADY_SET=The specified instance is already set to other values, instances or resources.\r
-   \r
-E_CHUNKED_TRANSACTION=E_CHUNKED_TRANSACTION\r
-E_CONNECTION_BUSY=The connection is busy and therefore cannot process a new request.\r
-E_CONNECTION_FAILED=The connection to the specific destination fails.\r
-E_CONNECTION_RESET=The connection is reset while the other thread is still working on it.\r
-E_CREDENTIAL_EXPIRED=The token is expired.\r
-E_CERTIFICATE_VERIFICATION_FAILED=The server certificate verification has failed.\r
-   \r
-E_DATA_NOT_FOUND=The requested data does not exist.\r
-E_DATABASE=The underlying database system raises an exception.\r
-E_DECODING_FAILED=The decoding operation fails.\r
-E_DEVICE_BUSY=The device is processing the previous task and therefore cannot process a new request.\r
-E_DEVICE_FAILED=The device fails with an unknown reason.\r
-E_DEVICE_INCOMPATIBLE=The device does not support a specific request.\r
-E_DEVICE_UNAVAILABLE=The device is not installed, or not answering at all.\r
-E_DHCP=General DHCP exception.\r
-E_DIMENSION_CHANGED=The dimension has changed.\r
-E_DNS=General DNS exception.\r
-E_DNS_NOT_FOUND=The DNS cannot resolve the requested address.\r
-   \r
-E_EFFECTS_DISABLED=Effects being played on the current haptic device are disabled.\r
-E_EMPTY_BODY=A body is empty.\r
-E_ENCODING_FAILED=The encoding operation fails.\r
-E_END_OF_FILE=The end of file or end of stream is reached unexpectedly during an input operation.\r
-   \r
-E_FDN_MODE=The application tries to call with a number that is not allowed in the FDN mode, while the FDN mode is enabled.\r
-E_FILE_ALREADY_EXIST=An attempt to create the file denoted by the specified pathname fails.\r
-E_FILE_NOT_FOUND=An attempt to open the file denoted by a specified pathname fails.\r
-   \r
-E_GROUP_NOT_FOUND=A required group does not exist.\r
-   \r
-E_HOST_NOT_FOUND=The destination host is not found.\r
-E_HOST_UNREACHABLE=The destination host is unreachable.\r
-E_HTTP_USER=E_HTTP_USER\r
-   \r
-E_ILLEGAL_ACCESS=The user does not have proper permissions.\r
-E_IN_PROGRESS=The application requests an operation which is in progress.\r
-E_INACCESSIBLE_PATH=The return type is supposed to be a file path, but the path is not accessible by the application.\r
-E_INIT_FAILED=Initialization fails.\r
-E_INSTANTIATION_FAILED=An instantiation fails by certain reason.\r
-E_INSUFFICIENT_PRIORITY=The haptic device priority is lower than that of the current effects being played, belonging to another device instance..\r
-E_INTERRUPTED=Interruption from other thread.\r
-E_INVALID_ACCOUNT=An account configuration is invalid.\r
-E_INVALID_ADDRESS=A given address is invalid or not suitable for a requested operation.\r
-E_INVALID_ARG=A combination of passed information is not proper for performing the requested operation.\r
-E_INVALID_CONDITION=A combination of passed information is not proper for performing the requested operation.\r
-E_INVALID_CONNECTION=An operation requests for invalid connection.\r
-E_INVALID_CONTENT=Content is invalid.\r
-E_INVALID_CONTEXT=Context is invalid.\r
-E_INVALID_DATA=The requested (given or referenced) data is invalid.\r
-E_INVALID_DOMAIN=The requested (given or referenced) domain is invalid.\r
-E_INVALID_ENCODING_RANGE=An indicated string contains code pointing outside of bounds by the specified character encoding scheme.\r
-E_INVALID_FORMAT=The specified input has invalid format.\r
-E_INVALID_HEADER=The specified input has invalid header.\r
-E_INVALID_KEY=The specified input has invalid format.\r
-E_INVALID_OPERATION=Current state of the instance prohibits the execution of the specified operation.\r
-E_INVALID_PROXY=The proxy address is invalid.\r
-E_INVALID_SIM_STATE=The SIM is not in proper state for processing the requested operation.\r
-E_INVALID_SERVER=The DNS request goes to an invalid DNS server.\r
-E_INVALID_SESSION=The relevant session is invalid.\r
-E_INVALID_SOCKET=The socket which is responsible for the application's request is invalid.\r
-E_INVALID_STATE=An instance is not in valid state.\r
-E_INVALID_TRANSACTION=The relevant transaction is invalid.\r
-E_IO=An exception occurs during I/O operations. This is a general exception produced by failed or interrupted I/O operations.\r
-E_NOT_JOINED=The client has not joined the domain controller.\r
-E_INVALID_CERTIFICATE=The server certificate verification has failed on client.\r
-E_INVALID_URL=A given url is invalid or not suitable for a requested operation.\r
-   \r
-E_KEY_ALREADY_EXIST=A specified key already exists.\r
-E_KEY_NOT_FOUND=A required key does not exist.\r
-   \r
-E_LANDMARK=An error related to handling landmark occurs.\r
-E_LIBRARY_NOT_FOUND=A specified library not exists.\r
-E_LIBRARY_NOT_LOADED=A specified library is not loaded.\r
-E_LINK=A link error occurs.\r
-E_LOCATION=A Location API specific error has occurred.\r
-E_LOCATION_SERVICE=An error related to handling service provider requests has occurred.\r
-E_LOCK_FAILED=Locking (or unlocking) fails inside the logic. So cannot guarantee synchronous operation.\r
-E_LANGUAGE_NOT_SET=The language is not set yet.\r
-   \r
-E_MAX_EXCEEDED=The defined limit exceeds.\r
-E_MISSING_INPUT=One or more of the required input is not provided.\r
-E_MOBILE_FAILED=E_MOBILE_FAILED\r
-E_MODEL_NOT_FOUND=E_MODEL_NOT_FOUND\r
-   \r
-E_NETWORK_FAILED=General network exception.\r
-E_NETWORK_UNAVAILABLE=The network is not enabled.\r
-E_NO_CERTIFICATE=The client certificate is required to connect to the server.\r
-E_NOT_A_MEMBER=The operation is permitted only for members, but the current user is not.\r
-E_NOT_PAIRED=Bluetooth pairing is not established.\r
-E_NOT_RESPONDING=The target is not responding.\r
-E_NUM_FORMAT=The specified string does not represent valid number.\r
-   \r
-E_OBJ_ALREADY_EXIST=The specified instance already exists.\r
-E_OBJ_NOT_FOUND=The required instance does not exist.\r
-E_OBJECT_LOCKED=The specified instance is already locked.\r
-E_ON_INITIALIZING=Any request occurs while the target is still initializing.\r
-E_OPERATION_CANCELED=The operation is canceled explicitly.\r
-E_OPERATION_FAILED=The operation fails due to certain reason.\r
-E_OUT_OF_MEMORY=The memory is not sufficient to perform the requested operation.\r
-E_OUT_OF_RANGE=The internal state of the current instance reaches the valid range.\r
-E_OVERFLOW=The operation has caused an overflow.\r
-   \r
-E_PAIRING_FAILED=The requested Bluetooth pairing fails.\r
-E_PARSING_FAILED=The paring fails due to any reason.\r
-E_PRIVILEGE_DENIED=An application invokes an API without a proper privilege.\r
-   \r
-E_READ_ONLY=A write operation is requested for an instance in read only mode.\r
-E_REJECTED=The operation is rejected by remote site.\r
-   \r
-E_REMOTE_DEVICE_NOT_FOUND=E_REMOTE_DEVICE_NOT_FOUND\r
-   \r
-E_REMOVE_SERVICE_NOT_FOUND=E_REMOVE_SERVICE_NOT_FOUND\r
-E_RESOURCE_UNAVAILABLE=The required resource is currently unavailable.\r
-E_RIGHT_EXPIRED=The right to get served has expired.\r
-   \r
-E_SECTION_ALREADY_EXIST=The specified section already exists.\r
-E_SECTION_NOT_FOUND=The required section does not exist.\r
-E_SERVER=A server tells the device that operation has failed due to some reason.\r
-E_SERVICE_BUSY=The dedicated service module is too busy to handle another request.\r
-E_SERVICE_LIMITED=The specific service is restricted by policy.\r
-E_SERVICE_LOCKED=A service is locked.\r
-E_SERVICE_UNAVAILABLE=The dedicated service is not available.\r
-E_SESSION_DEACTIVATED=The base session is deactivated while it's still being used.\r
-E_SESSION_UNAVAILABLE=E_SESSION_UNAVAILABLE\r
-E_SIZE_MISMATCH=E_SIZE_MISMATCH\r
-E_SOCKET_USER=The socket connection is closed by user.\r
-E_STORAGE_FULL=The storage is full.\r
-E_SYMBOL_NOT_FOUND=The specified symbol is not found.\r
-E_SYNTAX=The input statement does not confirm to the specific syntax.\r
-E_SYSTEM=A failure occurs from the underlying system.\r
-E_SERVICE_DEACTIVATED=A service is deactivated.\r
-   \r
-E_TABLE_NOT_FOUND=The specified table does not exist.\r
-E_TIMEOUT=The operation cannot be completed within the specified time period.\r
-E_TYPE_MISMATCH=The specified type does not match.\r
-    \r
-E_UNDERFLOW=The operation causes an underflow.\r
-E_UNKNOWN=A unknown error occurs.\r
-E_UNSUPPORTED_ALGORITHM=The specified algorithm is not supported.\r
-E_UNSUPPORTED_CODEC=The required CODEC is not found.\r
-E_UNSUPPORTED_FAMILY=The requested address family is not supported.\r
-E_UNSUPPORTED_FORMAT=The current implementation does not support the format of the input.\r
-E_UNSUPPORTED_PROTOCOL=The specified protocol is not supported.\r
-E_UNSUPPORTED_OPERATION=The current implementation does not support the requested operation.\r
-E_UNSUPPORTED_OPTION=The specified option is not supported.\r
-E_UNSUPPORTED_SERVICE=The specified service is not supported.\r
-E_UNSUPPORTED_TYPE=The specified type is not supported.\r
-E_URL_CHANGED=The URL is changed.\r
-E_USER_AGENT_NOT_ALLOWED=Used by HTTP transaction.\r
-E_USER_ALREADY_REGISTERED=A user is already registered to the device.\r
-E_USER_NOT_FOUND=The required user does not exist.\r
-E_USER_NOT_REGISTERED=No user is registered to the device yet.\r
-E_UNSUPPORTED_LANGUAGE=The specified language is not supported.\r
-E_UNSUPPORTED_VERSION=The specified version of the input content is not supported.\r
-E_UNSUPPORTED_LOCALE=The specified locale is not supported.\r
-    \r
-E_WOULD_BLOCK=Completed immediately.\r
-\r
+EPERM=Operation not permitted
+ENOENT=No such file or directory exists
+ESRCH=No such process exists
+EINTR=Interrupted system call
+EIO=I/O error
+ENXIO=No such device or address exists
+E2BIG=Argument list too long
+ENOEXEC=Exec format error
+EBADF=Bad file number
+ECHILD=No child processes exist
+EAGAIN=Try again
+ENOMEM=Out of memory
+EACCES=Permission denied
+EFAULT=Bad address
+ENOTBLK=Blocked device required
+EBUSY=Busy device or resource
+EEXIST=File exists
+EXDEV=Cross-device link
+ENODEV=No such device exists
+ENOTDIR=Not a directory
+EISDIR=Directory
+EINVAL=Invalid argument
+ENFILE=Overflowing file table
+EMFILE=Too many open files
+ENOTTY=Not a typewriter
+ETXTBSY=Busy text file
+EFBIG=File too large
+ENOSPC=No space on the device
+ESPIPE=Illegal search
+EROFS=Read-only file system
+EMLINK=Too many links
+EPIPE=Broken pipe
+EDOM=Math argument out of the function domain
+ERANGE=Math result not representable
+EDEADLK=Resource deadlock occurs
+ENAMETOOLONG=File name too long
+ENOLCK=No record locks available
+ENOSYS=Function not implemented
+ENOTEMPTY=Directory not empty
+ELOOP=Too many symbolic links encountered
+ENOMSG=No message of the desired type
+EIDRM=Identifier removed
+ECHRNG=Channel number out of range
+EL2NSYNC=Level 2 not synchronized
+EL3HLT=Level 3 halted
+EL3RST=Level 3 reset
+ELNRNG=Link number out of range
+EUNATCH=Protocol driver not attached
+ENOCSI=No CSI structure available
+EL2HLT=Level 2 halted
+EBADE=Invalid exchange
+EBADR=Invalid request descriptor
+EXFULL=Exchange full
+ENOANO=No anode
+EBADRQC=Invalid request code
+EBADSLT=Invalid slot
+EBFONT=Bad font file format
+ENOSTR=Device not a stream
+ENODATA=No data available
+ETIME=Timer expired
+ENOSR=Out of stream resources
+ENONET=Machine not on the network
+ENOPKG=Package not installed
+EREMOTE=Object is remote
+ENOLINK=Severed link
+EADV=Advertising error
+ESRMNT=Srmount error
+ECOMM=Communication error on send
+EPROTO=Protocol error
+EMULTIHOP=Multihop attempted
+EDOTDOT=RFS-specific error
+EBADMSG=Not a data message
+EOVERFLOW=Value too large for the defined data type
+ENOTUNIQ=Name not unique on the network
+EBADFD=File descriptor in a bad state
+EREMCHG=Remote address changed
+ELIBACC=Cannot access a needed shared library
+ELIBBAD=Accessing a corrupted shared library
+ELIBSCN=.lib section in a.out corrupted
+ELIBMAX=Attempting to link in too many shared libraries
+ELIBEXEC=Cannot exec a shared library directly
+EILSEQ=Invalid byte sequence
+ERESTART=Interrupted system call must be restarted
+ESTRPIPE=Stream pipe error
+EUSERS=Too many users
+ENOTSOCK=Socket operation on a non-socket
+EDESTADDRREQ=Destination address required
+EMSGSIZE=Message too long
+EPROTOTYPE=Wrong protocol type for the socket
+ENOPROTOOPT=Protocol not available
+EPROTONOSUPPORT=Protocol not supported
+ESOCKTNOSUPPORT=Socket type not supported
+EOPNOTSUPP=Operation not supported on the transport endpoint 
+EPFNOSUPPORT=Protocol family not supported
+EAFNOSUPPORT=Address family not supported by the protocol
+EADDRINUSE=Address already in use
+EADDRNOTAVAIL=Cannot assign the address
+ENETDOWN=Network down
+ENETUNREACH=Network unreachable
+ENETRESET=Network dropped the connection because of a reset
+ECONNABORTED=Software caused connection abort
+ECONNRESET=Connection reset by a peer
+ENOBUFS=No buffer space available
+EISCONN=Transport endpoint already connected
+ENOTCONN=Transport endpoint not connected
+ESHUTDOWN=Cannot send after the transport endpoint shutdown
+ETOOMANYREFS=Too many references
+ETIMEDOUT=Connection timed out
+ECONNREFUSED=Connection refused
+EHOSTDOWN=Host down
+EHOSTUNREACH=No route to host
+EALREADY=Operation already in progress
+EINPROGRESS=Operation now in progress
+ESTALE=Stale NFS file handle
+EUCLEAN=Structure in need of cleaning
+ENOTNAM=Not a XENIX-named type file
+ENAVAIL=No XENIX semaphores available
+EISNAM=Named type file
+EREMOTEIO=Remote I/O error
+EDQUOT=Quota exceeded
+ENOMEDIUM=No medium found
+EMEDIUMTYPE=Wrong medium type
+ECANCELED=Operation canceled
+ENOKEY=Required key not available
+EKEYEXPIRED=Key expired
+EKEYREVOKED=Key revoked
+EKEYREJECTED=Key rejected by the service
+EOWNERDEAD=Dead owner
+ENOTRECOVERABLE=State not recoverable
+E_SUCCESS=Success
+E_FAILURE=Failure
+ERR_SRC_FRAMEWORK=ERR_SRC_FRAMEWORK
+ERR_SRC_USER=ERR_SRC_USER
+E_ADDRESS_CHANGED=Network address changed externally
+E_ALREADY_BOUND=Target bound to another source
+E_ALREADY_CONNECTED=Target connected to another source
+E_ALREADY_OPENED=Target already opened
+E_AUTHENTICATION=Authentication request failed
+E_APP_NOT_INSTALLED=Required application not installed
+E_ALREADY_SET=Instance already set to other values, instances, or resources
+E_CHUNKED_TRANSACTION=E_CHUNKED_TRANSACTION
+E_CONNECTION_BUSY=Busy connection cannot process new requests
+E_CONNECTION_FAILED=Connection to the specific destination failed
+E_CONNECTION_RESET=Connection reset while the other thread was still working on it
+E_CREDENTIAL_EXPIRED=Token expired
+E_CERTIFICATE_VERIFICATION_FAILED=Server certificate verification failed
+E_DATA_NOT_FOUND=Data does not exist
+E_DATABASE=Underlying database system exception
+E_DECODING_FAILED=Decoding operation failed
+E_DEVICE_BUSY=Busy device cannot process new requests
+E_DEVICE_FAILED=Device failed for some reason
+E_DEVICE_INCOMPATIBLE=Device does not support the request
+E_DEVICE_UNAVAILABLE=Device not installed or not answering
+E_DHCP=General DHCP exception
+E_DIMENSION_CHANGED=Dimensions changed
+E_DNS=General DNS exception
+E_DNS_NOT_FOUND=DNS cannot resolve the address
+E_EFFECTS_DISABLED=Current haptic device effects disabled
+E_EMPTY_BODY=Empty body
+E_ENCODING_FAILED=Encoding operation failed
+E_END_OF_FILE=End of file or end of stream reached unexpectedly during an input operation
+E_FDN_MODE=With FDN enabled, the application tried to call a non-FDN-allowed number
+E_FILE_ALREADY_EXIST=Creating a file denoted by the pathname failed
+E_FILE_NOT_FOUND=Opening a file denoted by the pathname failed
+E_GROUP_NOT_FOUND=Required group does not exist
+E_HOST_NOT_FOUND=Destination host not found
+E_HOST_UNREACHABLE=Destination host unreachable
+E_HTTP_USER=E_HTTP_USER
+E_ILLEGAL_ACCESS=Proper permissions missing
+E_IN_PROGRESS=Operation requested when already in progress
+E_INACCESSIBLE_PATH=Return type is a file path not accessible by the application
+E_INIT_FAILED=Initialization failed
+E_INSTANTIATION_FAILED=Instantiation failed for some reason
+E_INSUFFICIENT_PRIORITY=The haptic device priority is lower than that of the current effects being played, belonging to another device instance..
+E_INTERRUPTED=Interruption from another thread
+E_INVALID_ACCOUNT=Invalid account configuration
+E_INVALID_ADDRESS=Address invalid, or not suitable for the operation
+E_INVALID_ARG=Passed information not proper for performing the operation
+E_INVALID_CONDITION=Passed information not proper for performing the operation
+E_INVALID_CONNECTION=Invalid connection requested
+E_INVALID_CONTENT=Invalid content
+E_INVALID_CONTEXT=Invalid context
+E_INVALID_DATA=Invalid (given or referenced) data
+E_INVALID_DOMAIN=Invalid (given or referenced) domain
+E_INVALID_ENCODING_RANGE=String contains code pointing outside the bounds of the character encoding scheme
+E_INVALID_FORMAT=Invalid input format
+E_INVALID_HEADER=Invalid input header
+E_INVALID_KEY=Invalid input format
+E_INVALID_OPERATION=Current instance state prohibits the operation execution
+E_INVALID_PROXY=Invalid proxy address
+E_INVALID_SIM_STATE=Invalid SIM state for processing the operation
+E_INVALID_SERVER=DNS request goes to an invalid DNS server
+E_INVALID_SESSION=Invalid session
+E_INVALID_SOCKET=Invalid socket for the application request
+E_INVALID_STATE=Invalid instance state
+E_INVALID_TRANSACTION=Invalid transaction
+E_IO=I/O operation exception, generally due to failed or interrupted I/O operations
+E_NOT_JOINED=Client not joined the domain controller
+E_INVALID_CERTIFICATE=Server certificate verification failed on the client
+E_INVALID_URL=URL invalid or not suitable for the operation
+E_KEY_ALREADY_EXIST=Key already exists
+E_KEY_NOT_FOUND=Key does not exist
+E_LANDMARK=Landmark handling error occurred
+E_LIBRARY_NOT_FOUND=Library does not exist
+E_LIBRARY_NOT_LOADED=Library not loaded
+E_LINK=Link error occurred
+E_LOCATION=Location API-specific error occurred
+E_LOCATION_SERVICE=Service provider request handling error occurred
+E_LOCK_FAILED=Locking (or unlocking) failed inside the logic; synchronous operation not guaranteed
+E_LANGUAGE_NOT_SET=Language not set
+E_MAX_EXCEEDED=Limit exceeded
+E_MISSING_INPUT=Required input not provided
+E_MOBILE_FAILED=E_MOBILE_FAILED
+E_MODEL_NOT_FOUND=E_MODEL_NOT_FOUND
+E_NETWORK_FAILED=General network exception
+E_NETWORK_UNAVAILABLE=Network not enabled
+E_NO_CERTIFICATE=Client certificate required to connect to the server
+E_NOT_A_MEMBER=Operation permitted only for members
+E_NOT_PAIRED=Bluetooth pairing not established
+E_NOT_RESPONDING=Target not responding
+E_NUM_FORMAT=String does not represent a valid number
+E_OBJ_ALREADY_EXIST=Instance already exists
+E_OBJ_NOT_FOUND=Instance does not exist
+E_OBJECT_LOCKED=Instance already locked
+E_ON_INITIALIZING=Request occurs while the target still initializes
+E_OPERATION_CANCELED=Operation canceled explicitly
+E_OPERATION_FAILED=Operation failed for some reason
+E_OUT_OF_MEMORY=Insufficient memory to perform the operation
+E_OUT_OF_RANGE=Instance internal state reaches the valid range
+E_OVERFLOW=Operation caused an overflow
+E_PAIRING_FAILED=Bluetooth pairing failed
+E_PARSING_FAILED=Paring failed for some reason
+E_PRIVILEGE_DENIED=API invoked without a proper privilege
+E_READ_ONLY=Write operation requested in a read-only mode
+E_REJECTED=Operation rejected by the remote site
+E_REMOTE_DEVICE_NOT_FOUND=E_REMOTE_DEVICE_NOT_FOUND
+E_REMOVE_SERVICE_NOT_FOUND=E_REMOVE_SERVICE_NOT_FOUND
+E_RESOURCE_UNAVAILABLE=Resource currently unavailable
+E_RIGHT_EXPIRED=Access (right to get served) expired
+E_SECTION_ALREADY_EXIST=Section already exists
+E_SECTION_NOT_FOUND=Section does not exist
+E_SERVER=Server operation failed for some reason
+E_SERVICE_BUSY=Dedicated service module too busy to handle another request
+E_SERVICE_LIMITED=Service restricted by policy
+E_SERVICE_LOCKED=Service locked
+E_SERVICE_UNAVAILABLE=Dedicated service not available
+E_SESSION_DEACTIVATED=Base session deactivated while still used
+E_SESSION_UNAVAILABLE=E_SESSION_UNAVAILABLE
+E_SIZE_MISMATCH=E_SIZE_MISMATCH
+E_SOCKET_USER=Socket connection closed by the user
+E_STORAGE_FULL=Full storage
+E_SYMBOL_NOT_FOUND=Symbol not found
+E_SYNTAX=Invalid syntax in the input statement
+E_SYSTEM=Underlying system failure
+E_SERVICE_DEACTIVATED=Service deactivated
+E_TABLE_NOT_FOUND=Table does not exist
+E_TIMEOUT=Operation cannot be completed within the specified time period
+E_TYPE_MISMATCH=Type does not match
+E_UNDERFLOW=Operation caused an underflow
+E_UNKNOWN=Unknown error occurred
+E_UNSUPPORTED_ALGORITHM=Algorithm not supported
+E_UNSUPPORTED_CODEC=CODEC not found
+E_UNSUPPORTED_FAMILY=Address family not supported
+E_UNSUPPORTED_FORMAT=Input format not supported
+E_UNSUPPORTED_PROTOCOL=Protocol not supported
+E_UNSUPPORTED_OPERATION=Operation not supported
+E_UNSUPPORTED_OPTION=Option not supported
+E_UNSUPPORTED_SERVICE=Service not supported
+E_UNSUPPORTED_TYPE=Type not supported
+E_URL_CHANGED=URL changed
+E_USER_AGENT_NOT_ALLOWED=Used by HTTP transaction.
+E_USER_ALREADY_REGISTERED=User already registered to the device
+E_USER_NOT_FOUND=User does not exist
+E_USER_NOT_REGISTERED=No user registered to the device
+E_UNSUPPORTED_LANGUAGE=Language not supported
+E_UNSUPPORTED_VERSION=Input content version not supported
+E_UNSUPPORTED_LOCALE=Locale not supported
+E_WOULD_BLOCK=Completed immediately to avoid blocking
\ No newline at end of file
index 398a8ac..f5d15e9 100644 (file)
@@ -13,7 +13,7 @@ FILE_API_LIST_VIEW_ERRNO=Error code
 FILE_CAHRT_THREAD_ID=TID:
 FILE_CAHRT_PROCESS_ID=PID:
 FILE_CHART_FILE=File
-FILE_CHART_UNKNOWN_FILE=unknown file
+FILE_CHART_UNKNOWN_FILE=Unknown file
 
 FILE_DETAILS_TITLE=File Details
 FILE_DETAILS_FILE_NAME=File name :
@@ -47,5 +47,5 @@ FILE_CHART_TOOLTIP_LOCK_WAIT=LOCK WAITING
 FILE_CHART_TOOLTIP_LOCK_AUTORELEASE=AUTO RELEASE
 FILE_CHART_TOOLTIP_FAIL=FAIL
 
-TIME_MS = ms
+TIME_MS=ms
 
index ca92571..82175b0 100644 (file)
@@ -38,7 +38,7 @@ SNAPSHOT_VIEW_PROCESS=Process
 SNAPSHOT_VIEW_WIFI_CONNECTED=Wi-Fi connected
 SNAPSHOT_VIEW_WIFI_OFF=Wi-Fi off
 SNAPSHOT_VIEW_WIFI_TRANSFER=Wi-Fi transfer in progress...
-SNAPSHOT_VIEW_WIFI_UNCONNECTED=Wi-Fi ont connected
+SNAPSHOT_VIEW_WIFI_UNCONNECTED=Wi-Fi not connected
 SNAPSHOT_VIEW_LATEST=Latest
 
 STATS_TABLE_CHILD=  - 
index dae9a04..596ccab 100644 (file)
@@ -1,6 +1,6 @@
 INTERACTIVE_CHART=Interactive
 INTERACTIVE_CHART_VALUE=Value
-INTERACTIVE_CHART_INVALID_CHECK_LOCATION=Cannot get value of the variable. Please refer to help documents.
+INTERACTIVE_CHART_INVALID_CHECK_LOCATION=Cannot get the variable value. See Tizen documentation for help.
 CHART_TITLE=Variable
 
 INTERACTIVE_TABLE_VIEW_TITLE=Interactive Profiling
index b66c516..0003c63 100644 (file)
@@ -29,10 +29,10 @@ KERNEL_LIST_VIEW_TID=TID
 KERNEL_LIST_VIEW_START_TIME=Start time
 KERNEL_LIST_VIEW_END_TIME=End time
 KERNEL_LIST_VIEW_EXECUTION_TIME=Execution time
-KERNEL_LIST_VIEW_START_PC=Start pc addr
-KERNEL_LIST_VIEW_END_PC=End pc addr
-KERNEL_LIST_VIEW_ENTRY=Entry of func.
-KERNEL_LIST_VIEW_EXIT=Exit of func.
+KERNEL_LIST_VIEW_START_PC=Start PC address
+KERNEL_LIST_VIEW_END_PC=End PC address
+KERNEL_LIST_VIEW_ENTRY=Function entry
+KERNEL_LIST_VIEW_EXIT=Function exit
 KERNEL_LIST_VIEW_CORE=CPU Core
 KERNEL_LIST_VIEW_FUNCTION=Function name
 
@@ -44,7 +44,7 @@ KERNEL_STATISTIC_KERNEL_MODE_TIME=Average kernel mode time :
 KERNEL_STATISTIC_CORE_AVGLOAD=Average core load
 KERNEL_STATISTIC_THREAD_STARVING_AVGTIME=Average thread starving time :
 KERNEL_STATISTIC_THREAD_STARVING_MAXTIME=Max thread starving time :
-KERNEL_STATISTIC_THREAD_CORE_COUNT=Count of core for thread per second :
+KERNEL_STATISTIC_THREAD_CORE_COUNT=Core count for thread per second :
 KERNEL_STATISTIC_THREAD_PARALLELISM_LEVEL=Average count of busy thread :
 KERNEL_STATISTIC_LONGEST_FUNCTION_TIME=Longest function execution time :
 KERNEL_STATISTIC_LONGEST_FUNCTION_NAME=Longest function name :
index 460b941..19ccff3 100644 (file)
@@ -14,20 +14,20 @@ NETWORK_API_LIST_VIEW_MESSAGE=Payload
 NETWORK_API_LIST_VIEW_ERRNO=Error code
 
 NETWORK_CHART=Network
-NETWORK_CHART_NOTCONNECT= Unknown\n Address
+NETWORK_CHART_NOTCONNECT= Unknown\n address
 NETWORK_CHILD_CHART_NAME =FD : 
 
 NETWORK_DETAILS_TITLE=Network Details
 NETWORK_DETAILS_ADDRESS=Address : 
 NETWORK_DETAILS_TOTAL_SIZE=Packet size : 
-NETWORK_DETAILS_RECV_SIZE=Recv size : 
+NETWORK_DETAILS_RECV_SIZE=Receive size : 
 NETWORK_DETAILS_SEND_SIZE=Send size : 
 NETWORK_DETAILS_TOTAL_USE_TIME=Usage time : 
 NETWORK_DETAILS_API_COUNT=API count : 
 NETWORK_DETAILS_FAILED_API_COUNT=Failed API count : 
 NETWORK_DETAILS_NAME_NEWLINE=Network name : \n 
-NETWORK_DETAILS_PAYLOAD_ASCII=Payload(Ascii) :
-NETWORK_DETAILS_PAYLOAD_HEXCODE=Payload(Hex Code) :
+NETWORK_DETAILS_PAYLOAD_ASCII=Payload (ASCII) :
+NETWORK_DETAILS_PAYLOAD_HEXCODE=Payload (hex Code) :
 NETWORK_DETAILS_SEND_ACK_TIME=send ack time : 
  
 NETWORK_CHART_SERIES=STATE
@@ -43,7 +43,7 @@ NETWORK_CHART_TOOLTIP_NOT_CLOSED=NOT CLOSED
 NETWORK_CHART_TRAFFIC_TITLE=Transmission Size
 NETWORK_CHART_TRAFFIC_FD=FD
 NETWORK_CHART_TRAFFIC_SEND=Send
-NETWORK_CHART_TRAFFIC_RECV=recv
+NETWORK_CHART_TRAFFIC_RECV=Recv
 
 NETWORK_CHART_SERVER_NAME=Server
 NETWORK_CHART_CLIENT_NAME=Client
index 952ea1e..7a59dc2 100644 (file)
@@ -13,7 +13,7 @@ FUNCTION_USAGE_PROFILER_APPLICATION=Application
 FUNCTION_USAGE_PROFILER_DEPENDENT_LIB=Dependent library
 
 FUNCTION_USER_PROFILING_VIEW_TITLE=Function Profiling
-FUNCTION_USER_PROFILING_VIEW_NAME=Library/function name
+FUNCTION_USER_PROFILING_VIEW_NAME=Library or function name
 FUNCTION_USER_PROFILING_VIEW_CPU_RATE=CPU rate
 FUNCTION_USER_PROFILING_VIEW_CPU_TIME=CPU time
 FUNCTION_USER_PROFILING_VIEW_ELAPSED_TIME=Elapsed time
@@ -30,14 +30,14 @@ FUNCTION_USER_PROFILING_VIEW_INCLUSIVE_PREFIX=In-
 
 WARNING_CASE_BRIEF_DUPLICATE= Duplicate file open.
 WARNING_CASE_BRIEF_NO_OPERATION= File closed without using it.
-WARNING_CASE_BRIEF_JOINABLE_LEAK= The joinable thread must call the join() method.
-WARNING_CASE_POST_FIX_DUPLICATE=> File open multiple times with different file descriptors. It is recommended to open the file once and share the file descriptor.
-WARNING_CASE_POST_FIX_NO_OPERATION=> File closed without accessing it. It is recommended to check if the file must be opened.
-WARNING_CASE_POST_FIX_JOINABLE_LEAK=> If the thread is joinable, the join() method must be called, else it could create memory leaks. 
-WARNING_CASE_BRIEF_CLOSED_FD_FOR_FAILED_FD= FD that cannot be used is not closed.
-WARNING_CASE_POST_CLOSED_FD_FOR_FAILED_FD=> State of the FD was closed, it is not possible to use this FD anymore, Please close the FD.
-WARNING_CASE_BRIEF_CONCURRENT_ACCESS=Concurrent access.
-WARNING_CASE_POST_CONCURRENT_ACCESS=> It is recommended to lock the file before accessing the file
+WARNING_CASE_BRIEF_JOINABLE_LEAK= Joinable thread must call the join() method.
+WARNING_CASE_POST_FIX_DUPLICATE=> File open multiple times with different file descriptors; open the file only once and share the file descriptor
+WARNING_CASE_POST_FIX_NO_OPERATION=> File closed without accessing it; check whether the file must be opened at all
+WARNING_CASE_POST_FIX_JOINABLE_LEAK=> join() function must be called for a joinable thread to prevent memory leaks 
+WARNING_CASE_BRIEF_CLOSED_FD_FOR_FAILED_FD= Unusable FD not closed
+WARNING_CASE_POST_CLOSED_FD_FOR_FAILED_FD=> FD state is closed and the FD cannot be used; close it
+WARNING_CASE_BRIEF_CONCURRENT_ACCESS=Concurrent access
+WARNING_CASE_POST_CONCURRENT_ACCESS=> Lock the file before accessing it
 
 WARNING_CASE_PRE_FIX=<
 
@@ -67,7 +67,7 @@ LEAK_VIEW_NAME=API
 LEAK_VIEW_PARAMETER=Parameter
 LEAK_VIEW_PID=PID
 LEAK_VIEW_RETURN=Return
-LEAK_VIEW_TIME=Alloc Time
+LEAK_VIEW_TIME=Allocated Time
 LEAK_VIEW_TYPE=Category
 
 SUMMARY_PAGE_CALLSTACK_TITLE=Callstack
@@ -75,5 +75,5 @@ SUMMARY_PAGE_SNAPSHOT_TITLE=Snapshot
 
 RANGE_PAGE_PROFILING_TABLE_NAME=Range Function Usage Profiling
 RANGE_PAGE_LEAK_TABLE_NAME=Range Leaks
-RANGE_PAGE_FAILED_TABLE_NAME=Range Failed API
-RANGE_PAGE_WARNING_TABLE_NAME=Range Warning
\ No newline at end of file
+RANGE_PAGE_FAILED_TABLE_NAME=Range Failed APIs
+RANGE_PAGE_WARNING_TABLE_NAME=Range Warnings
\ No newline at end of file
index e32f3b4..70d6d22 100644 (file)
@@ -8,15 +8,15 @@ THREAD_CHART_SERIES_LOAD=LOAD
 THREAD_CHART_SERIES_EVENT=EVENT
 THREAD_CHART_SERIES_API=API
 
-THREAD_ITEM_TYPE_MAIN=main thread
-THREAD_ITEM_TYPE_TIZEN=TIZEN thread
+THREAD_ITEM_TYPE_MAIN=Main thread
+THREAD_ITEM_TYPE_TIZEN=Tizen thread
 THREAD_ITEM_TYPE_PTHREAD=pthread
 THREAD_ATTR_TYPE_JOINABLE=PTHREAD_CREATE_JOINABLE
 THREAD_ATTR_TYPE_DETACHED=PTHREAD_CREATE_DETACHED
 
-SYNC_TYPE_TIZEN_MUTEX=TIZEN mutex
-SYNC_TYPE_TIZEN_MONITOR=TIZEN monitor
-SYNC_TYPE_TIZEN_SEMAPHORE=TIZEN semaphore
+SYNC_TYPE_TIZEN_MUTEX=Tizen mutex
+SYNC_TYPE_TIZEN_MONITOR=Tizen monitor
+SYNC_TYPE_TIZEN_SEMAPHORE=Tizen semaphore
 SYNC_TYPE_PTHREAD_MUTEX=pthread mutex
 SYNC_TYPE_PTHREAD_COND_VARIABLE=pthread \ncondition variable
 SYNC_TYPE_PTHREAD_RWLOCK=pthread rwlock
@@ -69,7 +69,7 @@ THREAD_API_LIST_VIEW_ERRNO=Error Code
 
 THREAD_DETAILS_TID=Thread ID : 
 THREAD_DETAILS_TYPE=Type : 
-THREAD_DETAILS_ATTRTYPE=Attr Type : 
+THREAD_DETAILS_ATTRTYPE=Attribute Type : 
 THREAD_DETAILS_FUNCNAME=Thread Function : 
 THREAD_DETAILS_CLASSNAME=Thread Class : 
 THREAD_DETAILS_STARTTIME=Start Time : 
index 889e95e..0ec949f 100755 (executable)
@@ -1,23 +1,15 @@
-
-
-
-
-
-
-
-
-CPU_CHART_SERIES_NAME_APP_LOAD=Application
+CPU_CHART_SERIES_NAME_APP_LOAD=Application load
 CPU_CHART_SERIES_NAME_TOTAL_LOAD=Total CPU load
-CPU_CHART_TITLE=CPU Usage
+CPU_CHART_TITLE=CPU
 CPU_CHART_DESCRIPTOR=Shows CPU usage.
 
 CPU_CORE_CHART_SERIES_NAME_CORE=Core
 CPU_CORE_CHART_TITLE=Core Usage
-CPU_CORE_CHART_DESCRIPTOR=Shows CPU core usage. Depending on the number \nof device cores, the number of lines on the chart varies.
+CPU_CORE_CHART_DESCRIPTOR=Shows the CPU core usage.\nDepending on the number of device cores, \nthe number of lines on the chart varies.
 
 CPU_FREQUENCY_CHART_FREQUENCY=CPU frequency
 CPU_FREQUENCY_CHART_TITLE=Core Frequency
-CPU_FREQUENCY_CHART_DESCRIPTOR=Shows CPU frequency. In the Emulator, the frequency \nis always 0.
+CPU_FREQUENCY_CHART_DESCRIPTOR=Shows the CPU frequency.\nIn the emulator, the frequency is always 0.
 
 FILE_CHART_SERIES_NAME_FD_COUNT=FD Count
 FILE_CHART_SERIES_NAME_READ=Read size
@@ -27,7 +19,7 @@ FILE_CHART_TITLE=File Analysis
 HEAP_CHART_SERIES_NAME_TOTAL_ALLOCATION=Total
 HEAP_CHART_SERIES_NAME_APP_ALLOCATION=Application
 HEAP_CHART_TITLE=Heap Allocation
-HEAP_CHART_DESCRIPTOR=Shows heap memory allocation.
+HEAP_CHART_DESCRIPTOR=Shows the heap memory allocation.
 
 PROCESS_MEMORY_CHART_PSS=PSS
 PROCESS_MEMORY_CHART_RSS=RSS
@@ -35,58 +27,58 @@ PROCESS_MEMORY_CHART_VSS=VSS
 PROCESS_MEMORY_CHART_THREED=3D
 PROCESS_MEMORY_CHART_GEM=GEM(PSS)
 PROCESS_MEMORY_CHART_TITLE=Process Memory
-PROCESS_MEMORY_CHART_DESCRIPTOR=Shows process memory usage. \nvirtual memory, resident memory, proportional memory.
+PROCESS_MEMORY_CHART_DESCRIPTOR=Shows the process memory usage :\nvirtual memory, resident memory, and proportional memory.
 
 SYSTEM_MEMORY_CHART_SERIES_NAME_PROC_RESIDENT=Process memory size
 SYSTEM_MEMORY_CHART_SERIES_NAME_SYSTEM=System memory size
 SYSTEM_MEMORY_CHART_SERIES_NAME_TOTAL=Total memory size
 SYSTEM_MEMORY_CHART_TITLE=System Memory
-SYSTEM_MEMORY_CHART_DESCRIPTOR=Shows system memory usage. \n
+SYSTEM_MEMORY_CHART_DESCRIPTOR=Shows the system memory usage.\n
 
 SCREENSHOT_CHART_TITLE=Screenshot
-SCREENSHOT_CHART_DESCRIPTOR=Shows screenshots. they can be taken only when \nthe Take snapshot button is enabled).
+SCREENSHOT_CHART_DESCRIPTOR=Shows screenshots.\nThey can be taken only when the Take snapshot button is enabled.
 
 UI_EVENT_CHART_SERIES_NAME_KEY=Key
 UI_EVENT_CHART_SERIES_NAME_TOUCH=Touch
 UI_EVENT_CHART_SERIES_NAME_GESTURE=Gesture
 UI_EVENT_CHART_SERIES_NAME_ORIENTATION=Orientation
 UI_EVENT_CHART_TITLE=UI Event
-UI_EVENT_CHART_DESCRIPTOR=Shows UI events that occur on the device.
+UI_EVENT_CHART_DESCRIPTOR=Shows the UI events that occur on the device.
 
 DISK_IO_CHART_TITLE=Disk IO
-DISK_IO_CHART_DESCRIPTOR=Shows disk read/write bytes and number of sectors.
+DISK_IO_CHART_DESCRIPTOR=Shows the disk read/write bytes and the number of sectors.
 DISK_IO_CHART_SERIES_READ_OP_COUNT=Disk Read Operations
 DISK_IO_CHART_SERIES_WRITE_OP_COUNT=Disk Write Operations
 DISK_IO_CHART_SERIES_READ_BYTE_SIZE=Disk Bytes Read
 DISK_IO_CHART_SERIES_WRITE_BYTE_SIZE=Disk Bytes Written
        
 NETWORK_IO_CHART_TITLE=Network IO
-NETWORK_IO_CHART_DESCRIPTOR=Shows network send/receive bytes.
+NETWORK_IO_CHART_DESCRIPTOR=Shows the network send/receive bytes.
 NETWORK_IO_CHART_SERIES_SEND=Send
 NETWORK_IO_CHART_SERIES_RECEIVE=Receive
 
 DEVICE_CHART_TITLE=Peripheral Status
-DEVICE_CHART_DESCRIPTOR=Shows status of wifi, bluetooth, gps, dnet, camera\n on the device.
-DEVICE_CHART_SERIES_WIFI=WIFI
+DEVICE_CHART_DESCRIPTOR=Shows the status of Wi-fi, Bluetooth, GPS, DNet, camera\n on the device.
+DEVICE_CHART_SERIES_WIFI=Wi-fi
 DEVICE_CHART_SERIES_BLUETOOTH=Bluetooth
 DEVICE_CHART_SERIES_GPS=GPS
 DEVICE_CHART_SERIES_DNET=DNet
 DEVICE_CHART_SERIES_CAMERA=Camera
 
 ENERGY_CHART_TITLE=Power Estimation
-ENERGY_CHART_DESCRIPTOR=Shows power consumptions of Flash memory, CPU, LCD 
+ENERGY_CHART_DESCRIPTOR=Shows the power consumptions of the flash memory, CPU and LCD
 ENERGY_CHART_SERIES=Energy usage
                
 TIMELINE_TICK_ADD=Add
 
-EDIT_CHART_DLG_TITLE=Edit chart
+EDIT_CHART_DLG_TITLE=Chart configuration
 
 RANGE_CONTEXT_TITLE=Range setting
-RANGE_CONTEXT_SET_START=Set range start
-RANGE_CONTEXT_SET_END=Set range end
-RANGE_CONTEXT_SET_FROM_SELECTION=Set range from selection
-RANGE_CONTEXT_ANALYSIS=Analyze range
-RANGE_CONTEXT_CLEAR=Clear Analyze range
+RANGE_CONTEXT_SET_START=Set the range start
+RANGE_CONTEXT_SET_END=Set the range end
+RANGE_CONTEXT_SET_FROM_SELECTION=Set the selection as a range
+RANGE_CONTEXT_ANALYSIS=Analyze the range
+RANGE_CONTEXT_CLEAR=Clear the range
 RANGE_CONTEXT_EVENT_LIST=Event list
 
 UIEVENT_ORIENTATION=Orientation
index 488d4eb..7bdae31 100644 (file)
@@ -4,15 +4,15 @@ UIHIERARCHY_PROPERTIES_VIEW_TITLE=Properties
 UIHIERARCHY_LAYOUT_VIEW_TITLE=Layout
 UIHIERARCHY_PROPERTIES_TABLE_PROPERTY=Property
 UIHIERARCHY_PROPERTIES_TABLE_VALUE=Value
-UIHIERARCHY_DIALOG_ERROR_GET_HIERARCHY=Failed to get UI hierarchy information
-UIHIERARCHY_REFRESH_BUTTON_TOOLTIP=Request current UI hierarchy of application
-UIHIERARCHY_LABEL_RENDERING_TIME=Rendering Time
-UIHIERARCHY_LABEL_ELM_ONLY=elm Only
+UIHIERARCHY_DIALOG_ERROR_GET_HIERARCHY=Getting UI hierarchy information failed
+UIHIERARCHY_REFRESH_BUTTON_TOOLTIP=Request the current application UI hierarchy
+UIHIERARCHY_LABEL_RENDERING_TIME=Rendering time
+UIHIERARCHY_LABEL_ELM_ONLY=Elementary only
 UIHIERARCHY_REFRESH_BUTTON_ON=On
 UIHIERARCHY_REFRESH_BUTTON_OFF=Off
 UIHIERARCHY_PROGRESS_MESSAGE_GET_HIERARCHY=Getting UI object information
-UIHIERARCHY_EXPORT_BUTTON_TOOLTIP=Export hierarchy tree to image file (.png)
-UIHIERARCHY_EXPORT_DIALOG_TITLE=Export hierarchy tree
-UIHIERARCHY_EXPORT_DIALOG_ERROR_MESSAGE=Failed to export hierarchy tree
-UIHIERARCHY_EXPORT_PROGRESS_MESSAGE=Exporting hierarchy tree
-UIHIERARCHY_NOT_SUPPORT_DEVICE=Platform of the device does not support UI Hierarchy analysis.\nYou may update the firmware to use this feature.
\ No newline at end of file
+UIHIERARCHY_EXPORT_BUTTON_TOOLTIP=Export the hierarchy tree as a PNG file
+UIHIERARCHY_EXPORT_DIALOG_TITLE=Export the hierarchy tree
+UIHIERARCHY_EXPORT_DIALOG_ERROR_MESSAGE=Hierarchy tree export failed
+UIHIERARCHY_EXPORT_PROGRESS_MESSAGE=Exporting the hierarchy tree
+UIHIERARCHY_NOT_SUPPORT_DEVICE=Current device platform does not support the UI hierarchy analysis.\nUpdate the device firmware.
\ No newline at end of file
index b0736f6..2dfdf46 100644 (file)
@@ -1,54 +1,41 @@
 ERROR_LIBTRACE_START=Library tracing cannot be started properly.
-ERROR_RPM_NOT_FOUND=Library rpm package file cannot be found. 
-ERROR_LIB_NOT_FOUND_INRPM=Library file cannot be found in rpm package. 
-ERROR_NO_APPID_FOR_LAUNCHPAD=There is no appid for launch_app.
-ERROR_DEVICE_CONNECTION= Failed to connect with the device. \nPlease re-run Dynamic Analyzer and reboot the device.
-ERROR_DEVICE_NOT_SUPPORTED=Current device is not supported. \nPlease ask to administrator.
-ERROR_DEVICE_NOT_FOUND=There is no connected device. \nPlease check the connection with device.
-ERROR_UNSUPPORTED_PROTOCOL=This version of platform of the device is not supported.\nPlease update the platform of device and retry.
-
-ERROR_BY_SECURITY_REASON=Current Device is not avaliable Root or developer account mode.
-ERROR_APP_SELECT_BY_SECURITY=Selected application cannot be traced due to security reason.
-
-ERROR_NONEXIST_APPLICATION=Does not exist in device.\nPlease check that the application has been installed successfully.
-ERROR_UNSUPPORTED_APPLICATION=Selected Application is invalid. \nPlease select another application or restart DA. 
-
-ERROR_CONFIGURATION_FAILED=Could not retrieve configuration from device. \nPlease check the connection with device.
-ERROR_CONNECTION_CLOSED="dataSocketClosed" status was checked in DataChannelThread. \nPlease re-connect device.
-ERROR_DOWNLOAD_FILE_FAILED=Downloading file is failed.
-
-ERROR_FAILED_OPERATION=Could not retrieve binary information from device. \nPlease re-connect device.
-ERROR_INTERNAL_REASON=Failed by internal reason.\nPlease try again or restart DA.
-ERROR_BY_UNKNOWN_REASON=Failed by unknown reason.
-ERROR_OUT_OF_MEMORY=Out of memory in Dynamic Analyzer.
-ERROR_START_TRACE_FAILED=Sending TraceStartMessage is failed. \nSelect another application available for trace.
-
-ERROR_NONEXIST_BINARY=Binary does not exist in device.
-ERROR_NONELF_BINARY=Binary is not ELF format.
-
-ERROR_SCREENSHOT_FAILED=Communicator don't receive AckMessage for Screenshot from device. \nPlease re-connect device.
-
-ERROR_UIHIERARCHY_FAILED=Communicator failed to get information of UI objects. Please try again.
-ERROR_UI_OBJECT_NOT_FOUND=Communicator didn't find Requested UI object from device. Please try again.
-ERROR_UI_OBJECT_SCREENSHOT_NOT_AVAILABLE=Application is running in background.\nTo get screenshot, application should be in foreground.
-ERROR_UIHIERARCHY_CANCEL_FAILED=It was unable to cancel getting information of UI objects.
-
+ERROR_RPM_NOT_FOUND=Library RPM package file cannot be found. 
+ERROR_LIB_NOT_FOUND_INRPM=Library file cannot be found in the RPM package. 
+ERROR_NO_APPID_FOR_LAUNCHPAD=No app ID for launch_app
+ERROR_DEVICE_CONNECTION= Failed to connect with the device. \nRe-run the dynamic analyzer and reboot the device.
+ERROR_DEVICE_NOT_SUPPORTED=Current device is not supported.
+ERROR_DEVICE_NOT_FOUND=No connected device is found. \nCheck the connection.
+ERROR_UNSUPPORTED_PROTOCOL=Device platform version is not supported.\nUpdate the device platform and retry.
+ERROR_BY_SECURITY_REASON=Current device is not available in the root or developer account mode.
+ERROR_APP_SELECT_BY_SECURITY=Application cannot be traced due to security reasons.
+ERROR_NONEXIST_APPLICATION=Application does not exist in the device.\nCheck that it has been installed successfully.
+ERROR_UNSUPPORTED_APPLICATION=Invalid application. \nSelect another application or restart the dynamic analyzer. 
+ERROR_CONFIGURATION_FAILED=Configuration cannot be retrieved from the device. \nCheck the connection.
+ERROR_CONNECTION_CLOSED=Socket seems to be closed. \nReconnect the device.
+ERROR_DOWNLOAD_FILE_FAILED=Download failed.
+ERROR_FAILED_OPERATION=Binary information cannot be retrieved from the device. \nReconnect the device.
+ERROR_INTERNAL_REASON=Failed for an internal reason.\nTry again or restart the dynamic analyzer.
+ERROR_BY_UNKNOWN_REASON=Failed for some reason.
+ERROR_OUT_OF_MEMORY=Dynamic analyzer is out of memory.
+ERROR_START_TRACE_FAILED=Starting the trace failed. \nSelect another application available for trace.
+ERROR_NONEXIST_BINARY=Binary does not exist in the device.
+ERROR_NONELF_BINARY=Binary is not in the ELF format.
+ERROR_SCREENSHOT_FAILED=Communicator did not receive the acknowledgement for the screenshot from the device. \nRe-connect the device.
+ERROR_UIHIERARCHY_FAILED=Communicator failed to get the UI object information. Try again.
+ERROR_UI_OBJECT_NOT_FOUND=Communicator did not find the UI object from the device. Try again.
+ERROR_UI_OBJECT_SCREENSHOT_NOT_AVAILABLE=Application is running in the background.\nTo get a screenshot, the application must be in the foreground.
+ERROR_UIHIERARCHY_CANCEL_FAILED=Canceling the UI object information retrieval failed.
 WARNING_PATH_NOT_FOUND=Path cannot be found.
 WARNING_FILE_NOT_FOUND=File cannot be found.
-
-WARNING_RUNNING_PROCESS_LIMIT=Only some limited features (System, Function profiling / sampling) can be worked in Running process tracing.
-WARNING_OVERHEAD_EXPLODE=Tracing overhead is too heavy to show the accurate \nresult. Please except some features in Settings to \nreduce overhead.
-
-WARNING_USER_CANCEL=Operation is canceled by user.
-
-WARNING_FILENAME_INVALID_CHAR=File name contains invalid character.
+WARNING_RUNNING_PROCESS_LIMIT=Only some limited features (system, function profiling/sampling) can be used in the running process tracing.
+WARNING_OVERHEAD_EXPLODE=Tracing overhead is too heavy to show the accurate \nresult. Disable some features in Settings to \nreduce the overhead.
+WARNING_USER_CANCEL=Operation is canceled by the user.
+WARNING_FILENAME_INVALID_CHAR=File name contains an invalid character.
 WARNING_FILENAME_EMPTY=File name is empty.
 WARNING_FILENAME_TOO_LONG=File name is too long.
-
-ERR_START_DATA_CHANNEL=Failed to start StartDataChannel. \nPlease try again or restart DA.
-ERR_START_MESSAGE_PARSER=Failed to start MessageParser. \nPlease try again or restart DA. 
-ERR_START_LOG_PARSER=Failed to start LogParser. \nPlease try again or restart DA.
-ERR_NO_PROCINFO=The process is not possible tracing. \nPlease select another process.
-ERR_WRONG_MESSAGE_FORMAT=Payload of AckMessage is null or exceeded "MAX_PAYLOAD_SIZE". \nPlease re-connect device.
-ERR_MSG_SEND_FAIL=No ack from device. \nPlease re-connect device.
-
+ERR_START_DATA_CHANNEL=Failed to start the data channel. \nTry again or restart the dynamic analyzer.
+ERR_START_MESSAGE_PARSER=Failed to start the MessageParser. \nTry again or restart the dynamic analyzer.
+ERR_START_LOG_PARSER=Failed to start the LogParser. \nTry again or restart the dynamic analyzer.
+ERR_NO_PROCINFO=Process cannot be traced. \nSelect another process.
+ERR_WRONG_MESSAGE_FORMAT=AckMessage payload is null or exceeds the maximum size. \nRe-connect the device.
+ERR_MSG_SEND_FAIL=No acknowledgement from the device. \nRe-connect the device.
\ No newline at end of file