tizen 2.3 release
[apps/home/settings.git] / setting-font / include / setting-font-main.h
index a60c6f5..25136cf 100755 (executable)
@@ -1,32 +1,37 @@
 /*
  * setting
- * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  *
- * Licensed under the Flora License, Version 1.1 (the License);
+ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
+ *
+ * Contact: MyoungJune Park <mj2004.park@samsung.com>
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http://floralicense.org/license/
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
+ * 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.
+ *
  */
 #ifndef __SETTING_FONT_MAIN_H__
 #define __SETTING_FONT_MAIN_H__
 
 #include <setting-font.h>
 
-#define SETTING_FONT_POPUP_DESC "Do you want to change the font:"
 #define SETTING_FONT_PRELOAD_FONT_PATH "/usr/share/fonts"
 #define SETTING_FONT_DOWNLOADED_FONT_PATH "/opt/share/fonts"
 
-#define SETTING_FONT_TYPE_STR "IDS_ST_BODY_FONT_TYPE"
-#define SETTING_FONT_SIZE_STR "IDS_ST_MBODY_FONT_SIZE"
-#define SETTING_FONT_SIZE_DESC "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
 
-#define SETTING_FONT_SIZE_ASK "Do you want to change font size?"
+
+#define SETTING_FONT_POPUP_DESC                "IDS_ST_BODY_SET_FONT_AS_PS_Q"
+#define SETTING_FONT_TYPE_STR                  "IDS_ST_BODY_FONT_TYPE"
+#define SETTING_FONT_SIZE_STR                  "IDS_ST_MBODY_FONT_SIZE"
+#define SETTING_FONT_SIZE_DESC         "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+#define SETTING_DEFAULT_FONT_TYPE   "IDS_ST_BODY_DEFAULT_FONT"
 
 #endif                         /* __SETTING_FONT_MAIN_H__ */