f10ddd22dff7e5ea762e11429161123000aa9c81
[apps/core/preloaded/settings.git] / setting-common / src / setting-common-resource.c
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
18
19 const char *STR_SETTING_NORMAL = "Normal";
20
21 /*  security*/
22 const char *STR_SETTING_OPERATION_FAILED = "IDS_COM_BODY_OPERATION_FAILED";
23
24 /* network*/
25 const char *STR_SETTING_MMS_CONNECTIONS = "MMS connection";
26 const char *STR_SETTING_GSM_900_1800 = "GSM 900/1800";
27 const char *STR_SETTING_GSM_850_1900 = "GSM 850/1900";
28 const char *STR_SETTING_UMTS = "UMTS";
29
30 /*  connectivity -> tvout*/
31 const char *STR_SETTING_NTSC = "NTSC";
32 const char *STR_SETTING_PAL = "PAL";
33 const char *STR_SETTING_WIDE = "Wide";
34
35 /* network*/
36 const char *STR_SETTING_NETWORK_LIST = "IDS_ST_OPT_NETWORK_LIST";