summaryrefslogtreecommitdiff
path: root/src/include/mf-ug-resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/mf-ug-resource.h')
-rw-r--r--[-rwxr-xr-x]src/include/mf-ug-resource.h43
1 files changed, 37 insertions, 6 deletions
diff --git a/src/include/mf-ug-resource.h b/src/include/mf-ug-resource.h
index 3e9296f..c888e62 100755..100644
--- a/src/include/mf-ug-resource.h
+++ b/src/include/mf-ug-resource.h
@@ -1,22 +1,24 @@
/*
+ * myfile
+ *
* Copyright 2012 Samsung Electronics Co., Ltd
*
* Licensed under the Flora License, Version 1.0 (the "License");
- *
- * You may not use this file except in compliance with the License.
+ * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
+ *
* http://www.tizenopensource.org/license
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an "AS IS" BASIS,
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*
- * See the License for the specific language governing permissions and limitations under the License.
*/
-
#ifndef __DEF_MF_UG_RESOURCE_H_
#define __DEF_MF_UG_RESOURCE_H_
@@ -36,6 +38,35 @@
#define MF_UG_LABEL_OK dgettext("sys_string", "IDS_COM_SK_OK")
#define MF_UG_LABEL_HOME dgettext(UGPACKAGE, "IDS_MF_BUTTON_HOME")
#define MF_UG_LABEL_UPPER dgettext(UGPACKAGE, "IDS_MF_TAB_UP")
+#define MF_UG_LABEL_UNABLE_TO_PLAY_DURING_CALL "Unable to play during call"
+#define MF_UG_LABEL_UNABLE_TO_PLAY_ERROR_OCCURRED "Unable to play. Error occurred"
+#define MF_UG_LABEL_LIST_BY dgettext(UGPACKAGE, "IDS_MF_OPT_LIST_BY")
+#define MF_UG_LABEL_DATE dgettext("sys_string", "IDS_COM_POP_DATE")
+#define MF_UG_LABEL_SIZE dgettext("sys_string", "IDS_COM_POP_SIZE")
+#define MF_UG_LABEL_TYPE dgettext("sys_string", "IDS_COM_POP_TYPE")
+#define MF_UG_LABEL_NAME dgettext("sys_string", "IDS_COM_POP_NAME")
+#define MF_UG_LABEL_ASCENDING dgettext(UGPACKAGE, "IDS_MF_POP_ASCENDING")
+#define MF_UG_LABEL_DESCENDING dgettext(UGPACKAGE, "IDS_MF_POP_DESCENDING")
+#define MF_UG_LABEL_SEARCH dgettext("sys_string", "IDS_COM_BODY_SEARCH")
+#define MF_UG_LABEL_CANCEL dgettext("sys_string", "IDS_COM_SK_CANCEL")
+#define MF_UG_LABEL_NO_RESULT ("No search result")
+#define MF_UG_LABEL_IMPORT dgettext("sys_string", "IDS_COM_OPT_IMPORT")
+#define MF_UG_LABEL_EXPORT "Export"
+#define MF_UG_LABEL_CREATE dgettext("sys_string", "IDS_COM_BODY_CREATE_FOLDER")
+#define MF_UG_LABEL_NOT_ENOUGH_SPACE "Space is not enough"
+#define MF_UG_LABEL_FOLDER dgettext("sys_string", "IDS_COM_POP_FOLDER")
+#define MF_UG_LABEL_SAVE dgettext("sys_string", "IDS_COM_SK_SAVE")
+#define MF_UG_LABEL_GET_NAME_FAILED "Get name failed. try again!"
+#define MF_UG_LABEL_YES dgettext("sys_string", "IDS_COM_SK_YES")
+#define MF_UG_LABEL_NO dgettext("sys_string", "IDS_COM_SK_NO")
+#define MF_UG_LABEL_MEMORY_NOT_ENOUGH dgettext(UGPACKAGE, "IDS_MF_POP_NOT_ENOUGH_HEAP_MEMORY")
+#define MF_UG_LABEL_NAME_INVALID ("Invalid name, retry!")
+#define MF_UG_LABEL_ILLEGAL_CHAR "Name contains illegal character, Retry!"
+#define MF_UG_LABEL_PATH_REACH_MAX_LEN "Full path length should be less than 4096,Retry!"
+#define MF_UG_LABEL_DUP_NAME "Duplicated name, retry!"
+#define MF_UG_LABEL_OPER_READ_ONLY "Operation failed: Read Only Area"
+#define MF_UG_LABEL_CREATE_DIR_FAILED "Create Directory failed"
+#define MF_UG_LABEL_EMPTY_FOLDER_NAME "Folder name can't be empty, Retry!"
#endif