Change the display text from size to version
[apps/core/preloaded/ug-setting-manage-applications-efl.git] / ug / include / mgr-app-string.h
1 /*\r
2  *      Copyright 2013  Samsung Electronics Co., Ltd\r
3  *\r
4  *      Licensed under the Flora License, Version 1.0 (the "License");\r
5  *      you may not use this file except in compliance with the License.\r
6  *      You may obtain a copy of the License at\r
7  *\r
8  *              http://floralicense.org/license/\r
9  *\r
10  *      Unless required by applicable law or agreed to in writing, software\r
11  *      distributed under the License is distributed on an "AS IS" BASIS,\r
12  *      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13  *      See the License for the specific language governing permissions and\r
14  *      limitations under the License.\r
15  */\r
16 \r
17 \r
18 #ifndef __MGR_APP_STRING_H__\r
19 #define __MGR_APP_STRING_H__\r
20 \r
21 #ifdef __cplusplus\r
22 extern "C" {\r
23 #endif /* __cplusplus */\r
24 \r
25 #include "mgr-app-uigadget.h"\r
26 \r
27 #define MGRAPP_STR_FAILED dgettext("sys_string", "IDS_COM_POP_FAILED")\r
28 #define MGRAPP_STR_SUCCESS dgettext("sys_string", "IDS_COM_POP_SUCCESS")\r
29 #define MGRAPP_STR_YES dgettext("sys_string", "IDS_COM_SK_YES")\r
30 #define MGRAPP_STR_NO dgettext("sys_string", "IDS_COM_SK_NO")\r
31 #define MGRAPP_STR_ERROR dgettext("sys_string", "IDS_COM_POP_ERROR")\r
32 #define MGRAPP_STR_ALL dgettext("sys_string", "IDS_COM_BODY_ALL")\r
33 #define MGRAPP_STR_VERSION dgettext("sys_string", "IDS_COM_POP_VERSION")\r
34 \r
35 #define MGRAPP_STR_MANAGE_APPLICATIONS dgettext(PACKAGE, "IDS_ST_BODY_MANAGE_APPLICATIONS")\r
36 #define MGRAPP_STR_APPLICATION_INFO dgettext(PACKAGE, "IDS_ST_HEADER_APPLICATION_INFO")\r
37 #define MGRAPP_STR_UNINSTALLING dgettext(PACKAGE, "IDS_ST_POP_UNINSTALLING_ING")\r
38 #define MGRAPP_STR_UNINSTALL dgettext(PACKAGE, "IDS_ST_BUTTON_UNINSTALL")\r
39 #define MGRAPP_STR_UNINSTALLED dgettext(PACKAGE, "IDS_ST_POP_UNINSTALLED")\r
40 #define MGRAPP_STR_FORCE_STOP dgettext(PACKAGE, "IDS_ST_BUTTON_FORCE_STOP")\r
41 #define MGRAPP_STR_BYTES dgettext(PACKAGE, "IDS_ST_BODY_BYTES")\r
42 #define MGRAPP_STR_KB dgettext(PACKAGE, "IDS_ST_BODY_KB")\r
43 #define MGRAPP_STR_MB dgettext(PACKAGE, "IDS_ST_BODY_MB")\r
44 #define MGRAPP_STR_GB dgettext(PACKAGE, "IDS_ST_BODY_GB")\r
45 #define MGRAPP_STR_TOTAL dgettext(PACKAGE, "IDS_ST_BODY_TOTAL")\r
46 #define MGRAPP_STR_APPLICATION dgettext(PACKAGE, "IDS_ST_BODY_APPLICATION")\r
47 #define MGRAPP_STR_DATA dgettext(PACKAGE, "IDS_ST_BODY_DATA")\r
48 #define MGRAPP_STR_CLEAR_DEFAULTS dgettext(PACKAGE, "IDS_ST_BODY_CLEAR_DEFAULTS")\r
49 #define MGRAPP_STR_MORE_DETAILS dgettext(PACKAGE, "IDS_ST_BODY_MORE_DETAILS")\r
50 #define MGRAPP_STR_DEFAULT_DESC dgettext(PACKAGE, "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS")\r
51 #define MGRAPP_STR_CLEAR_DATA dgettext(PACKAGE, "IDS_ST_BUTTON_CLEAR_DATA")\r
52 #define MGRAPP_STR_STORAGE dgettext(PACKAGE, "IDS_ST_BODY_STORAGE")\r
53 #define MGRAPP_STR_LAUNCH_BY_DEFAULT dgettext(PACKAGE, "IDS_ST_BODY_LAUNCH_BY_DEFAULT")\r
54 #define MGRAPP_STR_RUNNING dgettext(PACKAGE, "IDS_ST_HEADER_RUNNING")\r
55 \r
56 #ifdef __cplusplus\r
57 }\r
58 #endif\r
59 \r
60 #endif /*__MGR_APP_STRING_H__*/\r