cancel bug fix
[apps/home/ug-myfile-efl.git] / src / include / mf-ug-resource.h
1 /*
2  * myfile
3  *
4  * Copyright 2012  Samsung Electronics Co., Ltd
5  *
6  * Licensed under the Flora License, Version 1.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  * http://www.tizenopensource.org/license
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  *
18  */
19
20
21
22 #ifndef __DEF_MF_UG_RESOURCE_H_
23 #define __DEF_MF_UG_RESOURCE_H_
24
25 #include "mf-ug-conf.h"
26
27 #define MF_UG_LABEL_PHONE               dgettext("sys_string", "IDS_COM_BODY_PHONE")
28 #define MF_UG_LABEL_MMC                 dgettext("sys_string", "IDS_COM_BODY_MEMORY_CARD")
29 #define MF_UG_LABEL_OTG                 "External storage"
30 #define MF_UG_LABEL_UNKNOWN             dgettext("sys_string", "IDS_COM_BODY_UNKNOWN")
31 #define MF_UG_LABEL_SET                 dgettext("sys_string", "IDS_COM_SK_SET")
32 #define MF_UG_LABEL_ATTACH              dgettext("sys_string", "IDS_COM_POP_ATTACH")
33 #define MF_UG_LABEL_CANCEL              dgettext("sys_string", "IDS_COM_SK_CANCEL")
34 #define MF_UG_LABEL_OTHER_MUSIC         "Other music"
35 #define MF_UG_LABEL_RINGTONES           "Ringtones"
36 #define MF_UG_LABEL_NO_FILES            dgettext("sys_string", "IDS_COM_BODY_NO_FILES")
37 #define MF_UG_LABEL_MYFILES             dgettext("sys_string", "IDS_COM_BODY_MY_FILES")
38 #define MF_UG_LABEL_OK                  dgettext("sys_string", "IDS_COM_SK_OK")
39 #define MF_UG_LABEL_HOME                dgettext(UGPACKAGE, "IDS_MF_BUTTON_HOME")
40 #define MF_UG_LABEL_UPPER               dgettext(UGPACKAGE, "IDS_MF_TAB_UP")
41 #define MF_UG_LABEL_UNABLE_TO_PLAY_DURING_CALL "Unable to play during call"
42 #define MF_UG_LABEL_UNABLE_TO_PLAY_ERROR_OCCURRED  "Unable to play. Error occurred"
43 #define MF_UG_LABEL_LIST_BY             dgettext(UGPACKAGE, "IDS_MF_OPT_LIST_BY")
44 #define MF_UG_LABEL_DATE                dgettext("sys_string", "IDS_COM_POP_DATE")
45 #define MF_UG_LABEL_SIZE                dgettext("sys_string", "IDS_COM_POP_SIZE")
46 #define MF_UG_LABEL_TYPE                dgettext("sys_string", "IDS_COM_POP_TYPE")
47 #define MF_UG_LABEL_NAME                dgettext("sys_string", "IDS_COM_POP_NAME")
48 #define MF_UG_LABEL_ASCENDING           dgettext(UGPACKAGE, "IDS_MF_POP_ASCENDING")
49 #define MF_UG_LABEL_DESCENDING          dgettext(UGPACKAGE, "IDS_MF_POP_DESCENDING")
50 #define MF_UG_LABEL_SEARCH              dgettext("sys_string", "IDS_COM_BODY_SEARCH")
51 #define MF_UG_LABEL_CANCEL              dgettext("sys_string", "IDS_COM_SK_CANCEL")
52 #define MF_UG_LABEL_NO_RESULT           ("No search result")
53 #define MF_UG_LABEL_IMPORT              dgettext("sys_string", "IDS_COM_OPT_IMPORT")
54 #define MF_UG_LABEL_EXPORT              "Export"
55 #define MF_UG_LABEL_CREATE              dgettext("sys_string", "IDS_COM_BODY_CREATE_FOLDER")
56 #define MF_UG_LABEL_NOT_ENOUGH_SPACE            "Space is not enough"
57 #define MF_UG_LABEL_FOLDER              dgettext("sys_string", "IDS_COM_POP_FOLDER")
58 #define MF_UG_LABEL_SAVE                dgettext("sys_string", "IDS_COM_SK_SAVE")
59 #define MF_UG_LABEL_GET_NAME_FAILED     "Get name failed. try again!"
60 #define MF_UG_LABEL_YES                 dgettext("sys_string", "IDS_COM_SK_YES")
61 #define MF_UG_LABEL_NO                  dgettext("sys_string", "IDS_COM_SK_NO")
62 #define MF_UG_LABEL_MEMORY_NOT_ENOUGH   dgettext(UGPACKAGE, "IDS_MF_POP_NOT_ENOUGH_HEAP_MEMORY")
63 #define MF_UG_LABEL_NAME_INVALID        ("Invalid name, retry!")
64 #define MF_UG_LABEL_ILLEGAL_CHAR        "Name contains illegal character, Retry!"
65 #define MF_UG_LABEL_PATH_REACH_MAX_LEN  "Full path length should be  less than 4096,Retry!"
66 #define MF_UG_LABEL_DUP_NAME            "Duplicated name, retry!"
67 #define MF_UG_LABEL_OPER_READ_ONLY      "Operation failed: Read Only Area"
68 #define MF_UG_LABEL_CREATE_DIR_FAILED   "Create Directory failed"
69 #define MF_UG_LABEL_EMPTY_FOLDER_NAME   "Folder name can't be empty, Retry!"
70 #define MF_UG_LABEL_SELECT_ALL          dgettext("sys_string", "IDS_COM_BODY_SELECT_ALL")
71
72 #define MF_UG_LABEL_UNSUPPORT_FILE_TYPE "Unable to play. Unsupported file type"
73 #define MF_UG_LABEL_CONNECT_FAILED      dgettext("sys_string", "IDS_COM_POP_CONNECTION_FAILED")
74 #define MF_UG_LABEL_ERROR_OCCUR         "Unable to play. Error occurred"
75 #define MF_UG_LABEL_GO_TO_MYFILES       "Go to My Files"
76 #endif
77