bf9a1a71a7a8280987d6fae29ea7b710f5baa91a
[apps/home/clock.git] / stopwatch / include / stopwatch_string.h
1 /*
2   * Copyright 2012  Samsung Electronics Co., Ltd
3   * 
4   * Licensed under the Flora License, Version 1.0 (the "License");
5   * you may not use this file except in compliance with the License.
6   * You may obtain a copy of the License at
7   * 
8   *     http://www.tizenopensource.org/license
9   * 
10   * Unless required by applicable law or agreed to in writing, software
11   * distributed under the License is distributed on an "AS IS" BASIS,
12   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   * See the License for the specific language governing permissions and
14   * limitations under the License.
15   */
16
17 #ifndef __STOPWATCH_STRING_H__
18 #define __STOPWATCH_STRING_H__
19
20 /* stopwatch_main.c */
21 #define STRING_STW_LAPLIST      "laplist"
22 #define STRING_STW_LBTN_TXT_COLOR       "LBUTTON_TEXT_COLOR"
23 #define STRING_STW_RBTN_TXT_COLOR       "RBUTTON_TEXT_COLOR"
24 #define STRING_STW_TXT  "text"
25 #define STRING_STW_IDS_COM_SK_START_S_  S_("IDS_COM_SK_START")
26 #define STRING_STW_HIDE "hide"
27 #define STRING_STW_RECT "rect"
28 #define STRING_STW_DIM  "dim"
29 #define STRING_STW_IMAGE        "image"
30 #define STRING_STW_IDS_COM_BODY_RESET_S_        S_("IDS_COM_BODY_RESET")
31 #define STRING_STW_IDS_COM_SK_STOP_S_   S_("IDS_COM_SK_STOP")
32 #define STRING_STW_IDS_SWT_BUTTON_LAP_  _("IDS_SWT_BUTTON_LAP")
33 #define STRING_STW_SHOW "show"
34 #define STRING_STW_NORMAL       "normal"
35 #define STRING_STW_IDS_SWT_BUTTON_RESTART_      _("IDS_SWT_BUTTON_RESTART")
36 #define STRING_STW_PANEL_WITH_HOUR      "panel_with_hour"
37 #define STRING_STW_PANEL_WITHOUT_HOUR   "panel_without_hour"
38 #define STRING_STW_TIME_PANEL   "time_panel"
39 #define STRING_STW_H1   "h1"
40 #define STRING_STW_H2   "h2"
41 #define STRING_STW_M1   "m1"
42 #define STRING_STW_M2   "m2"
43 #define STRING_STW_S1   "s1"
44 #define STRING_STW_S2   "s2"
45 #define STRING_STW_SM1  "sm1"
46 #define STRING_STW_SM2  "sm2"
47 #define STRING_STW_TIME_INTERVAL        "time/interval"
48 #define STRING_STW_INDEX        "index"
49 #define STRING_STW_LAP_TXT      "lap_text"
50 #define STRING_STW_LAP_SMALL_TXT        "lap_text_small"
51 #define STRING_STW_STW_LBTN     "stw/lbutton"
52 #define STRING_STW_LBTN "lbutton"
53 #define STRING_STW_STW_RBTN     "stw/rbutton"
54 #define STRING_STW_RBTN "rbutton"
55 #define STRING_STW_NAVIFRAME_END_BTN_DEFAULT    "naviframe/end_btn/default"
56 #define STRING_STW_IDS_COM_BODY_STOPWATCH_S_    S_("IDS_COM_BODY_STOPWATCH")
57 #define STRING_STW_SLM_SWALLOW_CONTENT  "elm.swallow.content"
58 #define STRING_STW_GENLIST      "genlist"
59
60 #endif                          //__STOPWATCH_STRING_H__