Add setup-wizard container fail event
[platform/core/security/krate.git] / tools / apps / setup-wizard / include / setup-text.h
1 /*
2  * Tizen Zone Setup-Wizard application
3  *
4  * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
5  *
6  * Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
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 #ifndef __SETUP_TEXT_H__
21 #define __SETUP_TEXT_H__
22
23 #define SUB_TITLE_STYLE_B "DEFAULT='font=Tizen:style=Regular font_size=40 color=#ffffff wrap=mixed align=center'"
24 #define SUB_CONTENT_STYLE_B "DEFAULT='font=Tizen:style=Regular font_size=34 color=#ffffff wrap=mixed align=center'"
25
26 #define SUB_TITLE_STYLE_W "DEFAULT='font=Tizen:style=Regular font_size=40 color=#000000 wrap=mixed align=center'"
27 #define SUB_CONTENT_STYLE_W "DEFAULT='font=Tizen:style=Regular font_size=34 color=#000000 wrap=mixed align=center'"
28
29 #define WELCOME_MESSAGE_TITLE "Welcome"
30 #define WELCOME_MESSAGE_CONTENT "Use your applications separately<br>with SZ.<br>The folder will be created on your<br>personal home screen."
31
32 #define DELETE_MESSAGE_TITLE "Deletion"
33 #define DELETE_MESSAGE_CONTENT "The folder will be removed from<br> your personal home screen."
34
35 #define SETUP_MESSAGE_TITLE "Creating Folder instance..."
36 #define SETUP_MESSAGE_CONTENT "The folder will be created on your<br>presonal home screen."
37
38 #define DELETE_ONGOING_TITLE "Deleting a folder..."
39 #define DELETE_ONGOING_CONTENT "The folder will be removed from<br> your personal home screen."
40
41 #define NOTI_CREATE_ZONE "Separated zone creation"
42 #define NOTI_BODY_CREATE_ZONE "Tap heare to create Separated Zone."
43
44 #define NOTI_REMOVE_ZONE "Separated Zone deletion"
45 #define NOTI_BODY_REMOVE_ZONE "Tap here to delete Separated Zone."
46
47 #define CANCEL_BUTTON "Cancel"
48 #define NEXT_BUTTON "Next"
49 #define SETUP_BUTTON "Set up"
50 #define PREV_BUTTON "Previous"
51 #define REMOVE_BUTTON "Remove"
52
53 #define OK_BUTTON "OK"
54 #define SETUP_POPUP_HEADER "Setup Wizard"
55 #define BODY_ZONE_CREATE_ERROR "Failed to create the Separated Zone."
56 #define BODY_ZONE_REMOVE_ERROR "Failed to remove the Separated Zone."
57
58 #endif /*__SETUP_TEXT_H__*/