Change memo menu icon
[apps/home/memo.git] / include / memo_string.h
1 /*
2 *
3 * Copyright 2012  Samsung Electronics Co., Ltd
4 *
5 * Licensed under the Flora License, Version 1.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 *    http://www.tizenopensource.org/license
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 */
18
19 #ifndef __MEMO_STRING_H__
20 #define __MEMO_STRING_H__
21
22 /* system string */
23 #define MEMO_I18N_BACK                       dgettext("sys_string", "IDS_COM_BODY_BACK") /* Back */
24 #define MEMO_I18N_CALENDAR                   dgettext("sys_string", "IDS_COM_BODY_CALENDAR") /* Calendar */
25 #define MEMO_I18N_CANCEL                     dgettext("sys_string", "IDS_COM_POP_CANCEL") /* Cancel */
26 #define MEMO_I18N_CLOSE                      dgettext("sys_string", "IDS_COM_BODY_CLOSE") /* Close */
27 #define MEMO_I18N_CREATE                     dgettext("sys_string", "IDS_COM_BODY_CREATE") /* Create */
28 #define MEMO_I18N_DELETE                     dgettext("sys_string", "IDS_COM_BODY_DELETE") /* Delete */
29 #define MEMO_I18N_EDIT                       dgettext("sys_string", "IDS_COM_BODY_EDIT") /* Edit */
30 #define MEMO_I18N_EMAIL                      dgettext("sys_string", "IDS_COM_BODY_EMAIL") /* Email */
31 #define MEMO_I18N_FACEBOOK                   dgettext("sys_string", "IDS_COM_BODY_FACEBOOK") /* Facebook */
32 #define MEMO_I18N_MEMO                       dgettext("sys_string", "IDS_COM_BODY_MEMO") /* Memo */
33 #define MEMO_I18N_MESSAGE                    dgettext("sys_string", "IDS_COM_BODY_MESSAGE") /* Message */
34 #define MEMO_I18N_NO                         dgettext("sys_string", "IDS_COM_SK_NO") /* No */
35 #define MEMO_I18N_SAVE                       dgettext("sys_string", "IDS_COM_OPT_SAVE") /* Save */
36 #define MEMO_I18N_SEARCH                     dgettext("sys_string", "IDS_COM_BODY_SEARCH") /* Search */
37 #define MEMO_I18N_SELECT_ALL                 dgettext("sys_string", "IDS_COM_BODY_SELECT_ALL") /* Select all */
38 #define MEMO_I18N_SEND                       dgettext("sys_string", "IDS_COM_BODY_SEND") /* Send */
39 #define MEMO_I18N_SEND_MESSAGE               dgettext("sys_string", "IDS_COM_BODY_SEND_MESSAGE") /* Send message */
40 #define MEMO_I18N_SET                        dgettext("sys_string", "IDS_COM_SK_SET") /* Set */
41 #define MEMO_I18N_SHARE                      dgettext("sys_string", "IDS_COM_BUTTON_SHARE") /* Share */
42 #define MEMO_I18N_TWITTER                    dgettext("sys_string", "IDS_COM_BODY_TWITTER") /* Twitter */
43 #define MEMO_I18N_NFC                        dgettext("sys_string", "IDS_COM_BODY_NFC") /* NFC */
44 #define MEMO_I18N_VIDEO_CALL                 dgettext("sys_string", "IDS_COM_BODY_VIDEO_CALL") /* Video call */
45 #define MEMO_I18N_VOICE_CALL                 dgettext("sys_string", "IDS_COM_BODY_VOICE_CALL") /* Voice call */
46 #define MEMO_I18N_YES                        dgettext("sys_string", "IDS_COM_SK_YES") /* Yes */
47
48 /* app string */
49 #define MEMO_I18N_ADD_COMMENT                dgettext("memo", "IDS_MEMO_BODY_ADD_COMMENT") /* Add comment */
50 #define MEMO_I18N_ADD_TO_CONTACT             dgettext("memo", "IDS_MEMO_BODY_ADD_TO_CONTACT") /* Add to contact */
51 #define MEMO_I18N_DRAWING                    dgettext("memo", "IDS_MEMO_BODY_DRAWING") /* Drawing */
52 #define MEMO_I18N_EDIT_NOTE                  dgettext("memo", "IDS_MEMO_BODY_EDIT_NOTE") /* Edit note */
53 #define MEMO_I18N_EDIT_MEMO                  dgettext("memo", "IDS_MEMO_BODY_EDIT_MEMO") /* Edit memo */
54 #define MEMO_I18N_CREATE_MEMO                dgettext("memo", "IDS_MEMO_HEADER_CREATE_MEMO") /* Create memo */
55 #define MEMO_I18N_NO_MEMOS                   dgettext("memo", "IDS_MEMO_BODY_NO_MEMOS") /* No memos */
56 #define MEMO_I18N_SAVE_MEMO                  dgettext("memo", "IDS_MEMO_POP_DIALOG_SAVE_MEMO") /* Save memo? */
57 #define MEMO_I18N_SELECT_MEMO                dgettext("memo", "IDS_MEMO_HEADER_SELECT_MEMO_ABB") /* Select memo */
58 #define MEMO_I18N_SEND_EMAIL                 dgettext("memo", "IDS_MEMO_OPT_SEND_EMAIL") /* Send email */
59 #define MEMO_I18N_TEXT                       dgettext("memo", "IDS_MEMO_BODY_TEXT") /* Text */
60 #define MEMO_I18N_1_MEMO_SELECTED            dgettext("memo", "IDS_MEMO_POP_1_MEMO_SELECTED") /* 1 memo selected */
61 #define MEMO_I18N_D_MEMOS_SELECTED           dgettext("memo", "IDS_MEMO_POP_PD_MEMOS_SELECTED") /* %d memos selected */
62
63 /* custom string */
64 #define MEMO_I18N_EDIT_COMMENT               _("Edit comment") /* Edit comment */
65 #define MEMO_I18N_EDIT_DRAWING               _("Edit drawing") /* Edit drawing */
66 #define MEMO_I18N_CREATE_DRAWING             _("Create Drawing") /* Create Drawing */
67 #define MEMO_I18N_CREATE_NOTE                _("Create Note") /* Create Note */
68
69 #endif                /* __MEMO_STRING_H__ */