Tizen release 1.0
authorKim Kibum <kb0929.kim@samsung.com>
Mon, 9 Apr 2012 03:12:37 +0000 (12:12 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Mon, 9 Apr 2012 03:12:37 +0000 (12:12 +0900)
202 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0755]
debian/control [new file with mode: 0755]
debian/dirs [new file with mode: 0755]
debian/docs [new file with mode: 0755]
debian/org.tizen.setting.install.in [new file with mode: 0755]
debian/org.tizen.setting.postinst [new file with mode: 0755]
debian/rules [new file with mode: 0755]
include/setting-debug.h [new file with mode: 0755]
include/setting-main.h [new file with mode: 0755]
include/setting-more-menu.h [new file with mode: 0755]
include/setting.h [new file with mode: 0644]
org.tizen.setting.desktop.in [new file with mode: 0755]
org.tizen.setting.png [new file with mode: 0644]
packaging/settings-beat.spec [new file with mode: 0644]
resource/Open_Source_Announcement.html [new file with mode: 0644]
resource/Open_Source_Announcement.txt [new file with mode: 0755]
resource/icons/00_brightness_left.png [new file with mode: 0755]
resource/icons/00_brightness_right.png [new file with mode: 0755]
resource/icons/00_input_bg_black.png [new file with mode: 0755]
resource/icons/00_input_bg_white.png [new file with mode: 0755]
resource/icons/00_search_input_field_bg.png [new file with mode: 0644]
resource/icons/68_icon_vibration_01.png [new file with mode: 0755]
resource/icons/68_icon_vibration_02.png [new file with mode: 0755]
resource/icons/AboutPhone.png [new file with mode: 0755]
resource/icons/Accounts.png [new file with mode: 0644]
resource/icons/B04_slider_btn_Vibration01.png [new file with mode: 0755]
resource/icons/B04_slider_btn_Vibration02.png [new file with mode: 0755]
resource/icons/B04_slider_btn_Volume01.png [new file with mode: 0755]
resource/icons/B04_slider_btn_Volume02.png [new file with mode: 0755]
resource/icons/BT_device_mobile.png [new file with mode: 0755]
resource/icons/DataRoaming.png [new file with mode: 0755]
resource/icons/DateAndTime.png [new file with mode: 0755]
resource/icons/DefaultIcon.png [new file with mode: 0755]
resource/icons/Display.png [new file with mode: 0755]
resource/icons/Event.png [new file with mode: 0644]
resource/icons/FlightMode.png [new file with mode: 0644]
resource/icons/Home.png [new file with mode: 0755]
resource/icons/Keyboard.png [new file with mode: 0644]
resource/icons/Kies-via-WiFi.png [new file with mode: 0755]
resource/icons/Language.png [new file with mode: 0644]
resource/icons/License.png [new file with mode: 0755]
resource/icons/Location.png [new file with mode: 0755]
resource/icons/ManageApplications.png [new file with mode: 0755]
resource/icons/Memory.png [new file with mode: 0755]
resource/icons/MobileAP.png [new file with mode: 0644]
resource/icons/More.png [new file with mode: 0755]
resource/icons/Network.png [new file with mode: 0644]
resource/icons/Reset.png [new file with mode: 0644]
resource/icons/Security.png [new file with mode: 0644]
resource/icons/Sound.png [new file with mode: 0755]
resource/icons/Synchronise.png [new file with mode: 0644]
resource/icons/Theme.png [new file with mode: 0755]
resource/icons/Touch.png [new file with mode: 0755]
resource/icons/USB.png [new file with mode: 0644]
resource/icons/VoiceInOut.png [new file with mode: 0644]
resource/icons/Wallpaper.png [new file with mode: 0755]
resource/icons/Wifi.png [new file with mode: 0644]
resource/icons/WifiDirect.png [new file with mode: 0644]
resource/icons/horz_scrollbar.png [new file with mode: 0755]
resource/icons/phoneCalling.png [new file with mode: 0755]
resource/icons/robert.png [new file with mode: 0755]
resource/icons/robert_lift.png [new file with mode: 0755]
resource/icons/rotation-locked.png [new file with mode: 0755]
resource/images/00_input_bg_black.png [new file with mode: 0755]
resource/images/00_input_bg_white.png [new file with mode: 0755]
resource/setting-theme.edc [new file with mode: 0755]
setting-about/CMakeLists.txt [new file with mode: 0755]
setting-about/include/setting-about-licences.h [new file with mode: 0755]
setting-about/include/setting-about-main.h [new file with mode: 0755]
setting-about/include/setting-about.h [new file with mode: 0755]
setting-about/src/setting-about-licences.c [new file with mode: 0644]
setting-about/src/setting-about-main.c [new file with mode: 0755]
setting-about/src/setting-about.c [new file with mode: 0755]
setting-common/CMakeLists.txt [new file with mode: 0755]
setting-common/include/setting-cfg.h [new file with mode: 0755]
setting-common/include/setting-common-data-edj-define.h [new file with mode: 0755]
setting-common/include/setting-common-data-error.h [new file with mode: 0755]
setting-common/include/setting-common-data-slp-setting.h [new file with mode: 0755]
setting-common/include/setting-common-data-type.h [new file with mode: 0644]
setting-common/include/setting-common-draw-widget.h [new file with mode: 0644]
setting-common/include/setting-common-general-func.h [new file with mode: 0644]
setting-common/include/setting-common-resource.h [new file with mode: 0755]
setting-common/include/setting-common-view.h [new file with mode: 0755]
setting-common/src/setting-cfg.c [new file with mode: 0755]
setting-common/src/setting-common-data-slp-setting.c [new file with mode: 0755]
setting-common/src/setting-common-draw-widget.c [new file with mode: 0644]
setting-common/src/setting-common-general-func.c [new file with mode: 0644]
setting-common/src/setting-common-resource.c [new file with mode: 0755]
setting-common/src/setting-common-view.c [new file with mode: 0644]
setting-connectivity/CMakeLists.txt [new file with mode: 0755]
setting-connectivity/include/setting-connectivity-usb-help.h [new file with mode: 0755]
setting-connectivity/include/setting-connectivity-usb.h [new file with mode: 0755]
setting-connectivity/include/setting-connectivity.h [new file with mode: 0755]
setting-connectivity/src/setting-connectivity-usb-help.c [new file with mode: 0755]
setting-connectivity/src/setting-connectivity-usb.c [new file with mode: 0644]
setting-connectivity/src/setting-connectivity.c [new file with mode: 0755]
setting-display/CMakeLists.txt [new file with mode: 0755]
setting-display/include/setting-display-brightness.h [new file with mode: 0755]
setting-display/include/setting-display-main.h [new file with mode: 0755]
setting-display/include/setting-display-wallpaper.h [new file with mode: 0755]
setting-display/include/setting-display.h [new file with mode: 0644]
setting-display/src/setting-display-brightness.c [new file with mode: 0755]
setting-display/src/setting-display-main.c [new file with mode: 0644]
setting-display/src/setting-display-wallpaper.c [new file with mode: 0755]
setting-display/src/setting-display.c [new file with mode: 0644]
setting-memory/CMakeLists.txt [new file with mode: 0644]
setting-memory/include/setting-memory-common.h [new file with mode: 0644]
setting-memory/include/setting-memory-default-memory.h [new file with mode: 0644]
setting-memory/include/setting-memory-main.h [new file with mode: 0644]
setting-memory/include/setting-memory-status.h [new file with mode: 0644]
setting-memory/include/setting-memory.h [new file with mode: 0644]
setting-memory/src/setting-memory-common.c [new file with mode: 0644]
setting-memory/src/setting-memory-default-memory.c [new file with mode: 0644]
setting-memory/src/setting-memory-main.c [new file with mode: 0644]
setting-memory/src/setting-memory-status.c [new file with mode: 0644]
setting-memory/src/setting-memory.c [new file with mode: 0644]
setting-network/CMakeLists.txt [new file with mode: 0755]
setting-network/include/setting-network-3gcon-option.h [new file with mode: 0755]
setting-network/include/setting-network-connection-create.h [new file with mode: 0755]
setting-network/include/setting-network-main-help.h [new file with mode: 0755]
setting-network/include/setting-network-main.h [new file with mode: 0755]
setting-network/include/setting-network-preferred-network-delete.h [new file with mode: 0755]
setting-network/include/setting-network-preferred-network-edit.h [new file with mode: 0755]
setting-network/include/setting-network-preferred-network-list.h [new file with mode: 0755]
setting-network/include/setting-network-preferred-network-new.h [new file with mode: 0755]
setting-network/include/setting-network-preferred-network.h [new file with mode: 0755]
setting-network/include/setting-network-select-network.h [new file with mode: 0755]
setting-network/include/setting-network.h [new file with mode: 0644]
setting-network/src/setting-network-3gcon-option.c [new file with mode: 0755]
setting-network/src/setting-network-connection-create.c [new file with mode: 0644]
setting-network/src/setting-network-main-help.c [new file with mode: 0755]
setting-network/src/setting-network-main.c [new file with mode: 0644]
setting-network/src/setting-network-preferred-network-delete.c [new file with mode: 0644]
setting-network/src/setting-network-preferred-network-edit.c [new file with mode: 0644]
setting-network/src/setting-network-preferred-network-list.c [new file with mode: 0644]
setting-network/src/setting-network-preferred-network-new.c [new file with mode: 0644]
setting-network/src/setting-network-preferred-network.c [new file with mode: 0644]
setting-network/src/setting-network-select-network.c [new file with mode: 0755]
setting-network/src/setting-network.c [new file with mode: 0644]
setting-password/CMakeLists.txt [new file with mode: 0755]
setting-password/include/setting-password-main.h [new file with mode: 0755]
setting-password/include/setting-password.h [new file with mode: 0644]
setting-password/src/setting-password-main.c [new file with mode: 0644]
setting-password/src/setting-password.c [new file with mode: 0644]
setting-phone/CMakeLists.txt [new file with mode: 0755]
setting-phone/include/setting-phone-display-language.h [new file with mode: 0755]
setting-phone/include/setting-phone-language-region.h [new file with mode: 0755]
setting-phone/include/setting-phone-license-divx-main.h [new file with mode: 0755]
setting-phone/include/setting-phone-license-divx-mode.h [new file with mode: 0755]
setting-phone/include/setting-phone-license-main.h [new file with mode: 0755]
setting-phone/include/setting-phone-region-format.h [new file with mode: 0755]
setting-phone/include/setting-phone-ticker-notification.h [new file with mode: 0755]
setting-phone/include/setting-phone.h [new file with mode: 0755]
setting-phone/src/setting-phone-display-language.c [new file with mode: 0644]
setting-phone/src/setting-phone-language-region.c [new file with mode: 0644]
setting-phone/src/setting-phone-license-divx-main.c [new file with mode: 0644]
setting-phone/src/setting-phone-license-divx-mode.c [new file with mode: 0644]
setting-phone/src/setting-phone-license-main.c [new file with mode: 0644]
setting-phone/src/setting-phone-region-format.c [new file with mode: 0644]
setting-phone/src/setting-phone-ticker-notification.c [new file with mode: 0755]
setting-phone/src/setting-phone.c [new file with mode: 0755]
setting-profile/CMakeLists.txt [new file with mode: 0755]
setting-profile/include/setting-profile-sound-main.h [new file with mode: 0755]
setting-profile/include/setting-profile.h [new file with mode: 0644]
setting-profile/src/setting-profile-sound-main.c [new file with mode: 0644]
setting-profile/src/setting-profile.c [new file with mode: 0755]
setting-reset/CMakeLists.txt [new file with mode: 0644]
setting-reset/include/setting-reset-main.h [new file with mode: 0755]
setting-reset/include/setting-reset.h [new file with mode: 0644]
setting-reset/src/setting-reset-main.c [new file with mode: 0644]
setting-reset/src/setting-reset.c [new file with mode: 0644]
setting-security/CMakeLists.txt [new file with mode: 0755]
setting-security/include/setting-security-main.h [new file with mode: 0755]
setting-security/include/setting-security.h [new file with mode: 0644]
setting-security/src/setting-security-main.c [new file with mode: 0644]
setting-security/src/setting-security.c [new file with mode: 0644]
setting-time/CMakeLists.txt [new file with mode: 0755]
setting-time/include/setting-time-engine.h [new file with mode: 0755]
setting-time/include/setting-time-main.h [new file with mode: 0755]
setting-time/include/setting-time.h [new file with mode: 0644]
setting-time/src/setting-time-engine.c [new file with mode: 0755]
setting-time/src/setting-time-main.c [new file with mode: 0755]
setting-time/src/setting-time.c [new file with mode: 0755]
src/CMakeLists.txt [new file with mode: 0755]
src/po/CMakeLists.txt [new file with mode: 0755]
src/po/de_DE.po [new file with mode: 0755]
src/po/el_GR.po [new file with mode: 0755]
src/po/en.po [new file with mode: 0755]
src/po/es_ES.po [new file with mode: 0755]
src/po/fr_FR.po [new file with mode: 0755]
src/po/it_IT.po [new file with mode: 0755]
src/po/ko_KR.po [new file with mode: 0755]
src/po/nl_NL.po [new file with mode: 0755]
src/po/pt_PT.po [new file with mode: 0755]
src/po/ru_RU.po [new file with mode: 0755]
src/po/tr_TR.po [new file with mode: 0755]
src/setting-main.c [new file with mode: 0644]
src/setting-more-menu.c [new file with mode: 0755]
src/setting.c [new file with mode: 0644]

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..d8071e1
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+Taesoo Jun <steve.jun@samsung.com>\r
+MyoungJune Park <mj2004.park@samsung.com>\r
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644 (file)
index 0000000..7458207
--- /dev/null
@@ -0,0 +1,62 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
+PROJECT(setting)
+   
+SET(SETTING_PKG_NAME org.tizen.setting)
+
+SET(PREFIX "/opt/apps/org.tizen.setting")
+SET(BINDIR "${PREFIX}/bin")
+SET(RESDIR "${PREFIX}/res")
+SET(DATADIR "${PREFIX}/data")
+SET(LOCALEDIR "${RESDIR}/locale")
+SET(ICONDIR "${RESDIR}/icons/default/small")
+SET(EDJDIR "${RESDIR}/edje")
+SET(IMAGEDIR "${RESDIR}/images")
+
+#set variable
+SET(SETTING_PROFILE setting-profile)
+SET(SETTING_CONNECTIVITY setting-connectivity)
+SET(SETTING_SECURITY setting-security)
+SET(SETTING_DISPLAY setting-display)
+SET(SETTING_TIME setting-time)
+SET(SETTING_PHONE setting-phone)
+SET(SETTING_MEMORY setting-memory)
+SET(SETTING_RESET setting-reset)
+SET(SETTING_PASSWORD setting-password)
+SET(SETTING_COMMON setting-common)
+SET(SETTING_NETWORK setting-network)
+SET(SETTING_ABOUT setting-about)
+
+SET(SETTING_PROFILE_UG ug-setting-profile-efl)
+SET(SETTING_CONNECTIVITY_UG ug-setting-connectivity-efl)
+SET(SETTING_MEMORY_UG ug-setting-memory-efl)
+SET(SETTING_SECURITY_UG ug-setting-security-efl)
+SET(SETTING_DISPLAY_UG ug-setting-display-efl)
+SET(SETTING_TIME_UG ug-setting-time-efl)
+SET(SETTING_PHONE_UG ug-setting-phone-efl)
+SET(SETTING_RESET_UG ug-setting-reset-efl)
+SET(SETTING_NETWORK_UG ug-setting-network-efl)
+SET(SETTING_ABOUT_UG ug-setting-about-efl)
+
+SET(SETTING_PASSWORD_UG ug-setting-password-efl)
+SET(LIB_SETTING_COMMON setting-common)
+
+
+#setting main view build start
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_COMMON})
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_PHONE})
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_CONNECTIVITY})
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_DISPLAY})
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_MEMORY})
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_NETWORK})
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_PROFILE})
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_RESET})
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_SECURITY})
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_TIME})
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_ABOUT})
+ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/${SETTING_PASSWORD})
+ADD_SUBDIRECTORY(src)
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100755 (executable)
index 0000000..09571f0
--- /dev/null
@@ -0,0 +1,211 @@
+setting (0.1.87-75) unstable; urgency=low
+
+  * Apply EFL migration
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-75
+
+ -- Taeyoung Kim <ty317.kim@samsung.com>  Fri, 30 Mar 2012 10:44:19 +0900
+
+setting (0.1.87-74) unstable; urgency=low
+
+  * [AboutUG] Fix BS of dbus signal
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-74
+
+ -- hyejin kim <hyejin0906.kim@samsung.com>  Sun, 26 Feb 2012 16:43:00 +0900
+
+setting (0.1.87-73) unstable; urgency=low
+
+  * Multilanguage of timezone is supported
+  * Unsupported menus are blocked with a 'Unsupported' popup
+  * Change bluetooth address get API
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-73
+
+ -- Taeyoung Kim <ty317.kim@samsung.com>  Fri, 24 Feb 2012 10:29:11 +0900
+
+setting (0.1.87-72) unstable; urgency=low
+
+  * Fix STMS problems
+  * Fix divx license registration operation
+  * Add version info in desktop file
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-72
+
+ -- Taeyoung Kim <ty317.kim@samsung.com>  Wed, 22 Feb 2012 19:50:12 +0900
+
+setting (0.1.87-71) unstable; urgency=low
+
+  * Fixing unchanged time problem when changing timezone manually
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-71
+
+ -- Taeyoung Kim <ty317.kim@samsung.com>  Wed, 22 Feb 2012 10:09:27 +0900
+
+setting (0.1.87-70) unstable; urgency=low
+
+  * Apply EFL-migration
+  * Change Boiler Plate
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-70
+
+ -- hyejin kim <hyejin0906.kim@samsung.com>  Thu, 16 Feb 2012 14:44:11 +0900
+
+setting (0.1.87-69) unstable; urgency=low
+
+  * Fix S1-739, S1-413
+  * add New STMS strings
+  * apply tizen-blue theme
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-69
+
+ -- hyejin Kim <hyejin0906.kim@samsung.com>  Tue, 07 Feb 2012 02:46:12 +0900
+
+setting (0.1.87-68) unstable; urgency=low
+
+  * Fix string issues
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-68
+
+ -- Hyejin Kim <hyejin0906.kim@samsung.com>  Wed, 11 Jan 2012 16:15:37 +0900
+
+setting (0.1.87-67) unstable; urgency=low
+
+  * setting > about, Device name : set to Tizen
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-67
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Mon, 09 Jan 2012 13:41:54 +0900
+
+setting (0.1.87-66) unstable; urgency=low
+
+  * FIXED: S1-383 [SDK] [Language]While boot up in date screen option is displayed in code
+  * Removed the unused menu in Memory > Default memory
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-66
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Fri, 06 Jan 2012 18:31:56 +0900
+
+setting (0.1.87-65) unstable; urgency=low
+
+  * updated License html file.
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-65
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Thu, 05 Jan 2012 18:38:22 +0900
+
+setting (0.1.87-64) unstable; urgency=low
+
+  * bug fix on Date/Time - datefield was invisible.
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-64
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Wed, 04 Jan 2012 11:03:54 +0900
+
+setting (0.1.87-63) unstable; urgency=low
+
+  * remove unexpected char in po file
+  * applied STMS string "Reset all"
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-63 
+
+ -- Hyejin Kim <hyejin0906.kim@samsung.com>  Tue, 03 Jan 2012 09:47:39 +0900
+
+setting (0.1.87-62) unstable; urgency=low
+
+  * [passwordUG] change title if caller is Gallery app
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-62
+
+ -- Hyejin Kim <hyejin0906.kim@samsung.com>  Fri, 30 Dec 2011 13:14:58 +0900
+
+setting (0.1.87-61) unstable; urgency=low
+
+  * removed Flight mode menu
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-61
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Thu, 29 Dec 2011 16:18:49 +0900
+
+setting (0.1.87-60) unstable; urgency=low
+
+  * remove ringtone tab in soundUG
+  * apply STMS texts for flight mode
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-60
+
+ -- hyejin0906.kim <hyejin0906.kim@samsung.com>  Wed, 28 Dec 2011 16:49:37 +0900
+
+setting (0.1.87-59) unstable; urgency=low
+
+  * removed option of Mass Storage.
+  * added Account menu in Applications tab.
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-59
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Tue, 27 Dec 2011 16:51:15 +0900
+
+setting (0.1.87-58) unstable; urgency=low
+
+  * updated License file as a html file.
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-58
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Mon, 26 Dec 2011 17:41:19 +0900
+
+setting (0.1.87-57) unstable; urgency=low
+
+  * updated License file as a html file.
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-57
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Mon, 26 Dec 2011 17:16:28 +0900
+
+setting (0.1.87-56) unstable; urgency=low
+
+  * updated License file as a text file.
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-56
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Fri, 23 Dec 2011 17:53:11 +0900
+
+setting (0.1.87-55) unstable; urgency=low
+
+  * added License file as a text file.
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-55
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Thu, 22 Dec 2011 21:02:47 +0900
+
+setting (0.1.87-54) unstable; urgency=low
+
+  * fixed B/S in Reset menu
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-54
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Wed, 21 Dec 2011 19:36:29 +0900
+
+setting (0.1.87-53) unstable; urgency=low
+
+  * removed Mobile Hotspot memu
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-53
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Tue, 20 Dec 2011 16:45:26 +0900
+
+setting (0.1.87-52) unstable; urgency=low
+
+  * removed the unused menu & entries
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-52
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Mon, 19 Dec 2011 17:57:53 +0900
+
+setting (0.1.87-51) unstable; urgency=low
+
+  * Initial release
+  * Git: pkgs/s/settings
+  * Tag: setting_0.1.87-51
+
+ -- MyoungJune Park <mj2004.park@samsung.com>  Wed, 07 Dec 2011 12:08:35 +0900
+
diff --git a/debian/compat b/debian/compat
new file mode 100755 (executable)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100755 (executable)
index 0000000..f596349
--- /dev/null
@@ -0,0 +1,20 @@
+Source: setting
+Section: misc
+Priority: extra
+Maintainer: Taesoo Jun <steve.jun@samsung.com>, MyoungJune Park <mj2004.park@samsung.com>, Hyejin Kim <hyejin0906.kim@samsung.com>, Taeyoung Kim <ty317.kim@samsung.com>
+Uploaders: Taesoo Jun <steve.jun@samsung.com>, MyoungJune Park <mj2004.park@samsung.com>, Hyejin Kim <hyejin0906.kim@samsung.com>, Taeyoung Kim <ty317.kim@samsung.com>
+Build-Depends: debhelper (>= 5), autotools-dev, libappcore-common-dev, libappcore-efl-dev, libelm-dev, libui-idlecapture-dev, libslp-setting-dev, libslp-tapi-dev, libslp-utilx-dev, libdevman-dev, libdevman-haptic-dev, libmm-sound-dev, libcontacts-service-dev, libslp-msg-service-dev, iniparser-dev, libslp-memo-dev, libslp-calendar-dev, libheynoti-dev, libslp-sysman, libslp-sysman-dev, libui-gadget-dev, libbundle-dev, libjson-glib-dev, dlog-dev, libaul-1-dev, libslp-pm-dev, libecore-dev, libeina-dev, libicu-dev, libail-0-dev, libnetwork-dev, libmm-player-dev, drm-service-dev, libsvi-dev, libsecurity-server-client-dev, libelm-webview-dev, libbluetooth-frwk-dev, libappsvc-dev
+Standards-Version: 0.1.0
+
+Package: org.tizen.setting
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libicu
+Description: Setting application
+ Setting application
+
+Package: org.tizen.setting-dbg
+Architecture: any
+Depends: ${misc:Depends}, libicu
+Description: Setting application debug package (unstripped)
+ Setting application debug package
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100755 (executable)
index 0000000..ca882bb
--- /dev/null
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
diff --git a/debian/docs b/debian/docs
new file mode 100755 (executable)
index 0000000..a0f0008
--- /dev/null
@@ -0,0 +1 @@
+CMakeLists.txt
diff --git a/debian/org.tizen.setting.install.in b/debian/org.tizen.setting.install.in
new file mode 100755 (executable)
index 0000000..31d5d1b
--- /dev/null
@@ -0,0 +1,6 @@
+opt/*
+#@PREFIX@/bin/*
+# @PREFIX@/res/locale/*
+#@PREFIX@/res/icons/*
+#@PREFIX@/res/edje/*
+#/opt/share/res/applications/*
diff --git a/debian/org.tizen.setting.postinst b/debian/org.tizen.setting.postinst
new file mode 100755 (executable)
index 0000000..7b2dd26
--- /dev/null
@@ -0,0 +1,474 @@
+#!/bin/sh
+#This is setting postinst file
+
+GOPTION=""  # Set without -g, -u options
+if [ ${USER} == "root" ]
+then
+  # Set vconf values with -g/-u options
+  GOPTION="-g 6514"
+fi
+
+ECHO="echo"
+################# shell paragrames ##############
+NETWORK="network"
+DATAROAMING="dataroaming"
+USBCON="usbconnectivity"
+
+SOUND="sounds"
+WALLPAPER="wallpaper"
+DISPLAY="display"
+
+MOTIONS="motions"
+TILT="tile"
+PANNING="panning"
+DOUBLETAP="double_tap"
+TURNOVER="turn_over"
+SHAKE="shake"
+PICKUP="pick up"
+
+POWERSAVING="powersaving"
+FONT="font"
+ROTATIONLOCK="rotationLock"
+TIMEDATE="timeAndData"
+ACCESS="accessibility"
+LANGREGION="language"
+VIEWTYPE="viewtype"
+TOUCH="touch"
+LICENSE="license"
+
+NOTI="notification"
+SECURITY="security"
+MEMORY="memory"
+ABOUT="about"
+MENUWIDGET="menuwidget"
+
+#$ECHO $GOPTION
+
+#network
+resetNetwork()
+{
+       vconftool $GOPTION set -t int db/setting/select_network "0"
+       vconftool $GOPTION set -t int db/setting/network_mode "0"
+       vconftool $GOPTION set -t bool db/setting/3gEnabled "1"
+}
+
+#dataRoaming
+resetDataRoaming()
+{
+       vconftool $GOPTION set -t bool db/setting/data_roaming "1"
+}
+
+#UsbConnectivity
+resetUsbConnectivity()
+{
+       #connectivity
+       #vconftool $GOPTION set -t bool db/setting/ask_on_con "0"
+       # debug mode is default
+       vconftool $GOPTION set -t int memory/setting/usb_mode "-1" -i -f
+       vconftool $GOPTION set -t int memory/setting/usb_sel_mode "0" -i -f
+       vconftool $GOPTION set -t int db/setting/usb_debugmode "0"
+       vconftool $GOPTION set -t int memory/setting/usb_in_mode_change "0" -i -f
+}
+
+#sound profiles
+resetSound()
+{
+       DEFAULT_CALL_TONE="/opt/share/settings/Ringtones/General_Over the horizon.mp3"
+
+       vconftool $GOPTION set -t bool db/setting/sound/sound_on "1"
+       vconftool $GOPTION set -t bool db/setting/sound/vibration_on "1"
+
+       vconftool $GOPTION set -t int db/setting/sound/call/ringtone_sound_volume "13"
+       vconftool $GOPTION set -t int db/setting/sound/noti/sound_volume "7"
+       vconftool $GOPTION set -t int db/setting/sound/media/sound_volume "7"
+       vconftool $GOPTION set -t int db/setting/sound/touch_feedback/sound_volume "5"
+
+       vconftool $GOPTION set -t int db/setting/sound/noti/vibration_level "5"
+       vconftool $GOPTION set -t int db/setting/sound/touch_feedback/vibration_level "3"
+
+       vconftool $GOPTION set -t string db/setting/sound/call/ringtone_path "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t int db/setting/sound/call/vibration_type "2"
+
+       vconftool $GOPTION set -t string db/setting/sound/noti/msg_ringtone_path        "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t int db/setting/sound/noti/msg_alert_rep_type          "0"
+
+       vconftool $GOPTION set -t string db/setting/sound/noti/email_ringtone_path      "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t int db/setting/sound/noti/email_alert_rep_type                "0"
+
+       vconftool $GOPTION set -t bool db/setting/sound/sound_lock "1"
+       #vconftool $GOPTION set -t bool db/setting/sound/keypad_on "1"
+       #vconftool $GOPTION set -t bool db/setting/sound/sound_effect_on "1"
+
+       #others
+       vconftool $GOPTION set -t string db/setting/notification_tone   "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t string db/setting/media_tone "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t string db/setting/touch_tone                  "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t int db/setting/touch_vibration_tone "2"
+}
+
+#wallpaper
+resetWallpaper()
+{
+       vconftool $GOPTION set -t string db/menu_widget/bgset "/opt/share/settings/Wallpapers/Home_default.jpg"
+       vconftool $GOPTION set -t string db/idle_lock/bgset "/opt/share/settings/Wallpapers/Home_default.jpg"
+}
+
+#motions
+resetTilt()
+{
+       vconftool $GOPTION set -t bool db/setting/use_tilt "1"
+       vconftool $GOPTION set -t int db/setting/tilt_sensitivity "3"
+}
+
+resetPanning()
+{
+       vconftool $GOPTION set -t bool db/setting/use_panning "1"
+       vconftool $GOPTION set -t int db/setting/panning_sensitivity "3"
+}
+
+resetDoubleTap()
+{
+       vconftool $GOPTION set -t bool db/setting/use_double_tap "0"
+}
+
+resetShake()
+{
+       vconftool $GOPTION set -t bool db/setting/use_shake "0"
+}
+resetPickup()
+{
+       vconftool $GOPTION set -t bool db/setting/use_pickup "0"
+}
+resetTurnOver()
+{
+       vconftool $GOPTION set -t bool db/setting/use_turn_over "0"
+}
+
+resetMotions()
+{
+       vconftool $GOPTION set -t bool db/setting/motion_active "1"
+       vconftool $GOPTION set -t bool db/setting/internet_on "1"
+       vconftool $GOPTION set -t bool db/setting/gallery_on "1"
+
+       resetTilt
+       resetPanning
+       resetDoubleTap
+       resetTurnOver
+       resetShake
+       resetPickup
+}
+
+#display and light
+resetDisplay()
+{
+       #backlight
+       vconftool $GOPTION set -t int db/MainLCD/Backlight/Normal "30"
+       vconftool $GOPTION set -t int db/setting/lcd_timeout_normal_backup "30"
+
+       #brightness
+       vconftool $GOPTION set -t int db/setting/Brightness "-1"
+       vconftool $GOPTION set -t bool db/setting/brightness_automatic "0"
+
+       #battery
+       vconftool $GOPTION set -t bool db/setting/battery/charger "0"
+       vconftool $GOPTION set -t bool db/setting/battery_percentage "0"
+       #launch
+       vconftool $GOPTION set -t string db/menu_widget/launch_effect "0"
+}
+
+resetPowersaving()
+{
+       vconftool $GOPTION set -t bool db/setting/powersaving/powersaving_active "0"
+       vconftool $GOPTION set -t bool db/setting/powersaving/powersaving_active_reminder "1"
+       vconftool $GOPTION set -t bool db/setting/powersaving/customed_active "0"
+
+       vconftool $GOPTION set -t int db/setting/powersaving/powersaving_at "30"
+       vconftool $GOPTION set -t bool db/setting/powersaving/wifi_off "0"
+       vconftool $GOPTION set -t bool db/setting/powersaving/bt_off "0"
+       vconftool $GOPTION set -t bool db/setting/powersaving/gps_off "0"
+       vconftool $GOPTION set -t bool db/setting/powersaving/ync_off "0"
+       vconftool $GOPTION set -t int db/setting/powersaving/screen_timeout "15"
+
+       vconftool $GOPTION set -t bool db/setting/powersaving/brightness_active "0"
+       vconftool $GOPTION set -t bool db/setting/powersaving/brightness_auto "1"
+       vconftool $GOPTION set -t int db/setting/powersaving/brightness "10"
+}
+
+#font
+resetFont()
+{
+       vconftool $GOPTION set -t int db/setting/font_size "1"
+       vconftool $GOPTION set -t int db/setting/font_type "0"
+}
+
+#RotationLock
+resetRotationLock()
+{
+       vconftool $GOPTION set -t bool db/setting/rotate_lock "0"
+}
+
+#time and date (zone)
+resetTimeAndData()
+{
+       vconftool $GOPTION set -t bool db/setting/automatic_time_update "1"
+       vconftool $GOPTION set -t bool db/setting/dst "0"
+
+       vconftool $GOPTION set -t int db/menu_widget/regionformat_time1224 "1"
+       vconftool $GOPTION set -t int db/setting/date_format "0"
+       vconftool $GOPTION set -t int db/setting/weekofday_format  "0"
+
+       vconftool $GOPTION set -t string db/setting/timezone "+9"
+       # to be removed
+       vconftool $GOPTION set -t string db/setting/cityname_id "IDS_WCL_BODY_CITYNAME_SEOUL"
+
+       vconftool $GOPTION set -t string db/setting/timezone_id "Asia/Seoul"
+
+       #if [ -f /opt/etc/localtime ]
+       #then
+       rm -f /opt/etc/localtime
+       ln -s /usr/share/zoneinfo/Asia/Seoul /opt/etc/localtime
+       #fi
+}
+
+#accessibility
+resetAccessibility()
+{
+       vconftool $GOPTION set -t bool db/setting/accessibility/accessibility "1"
+       vconftool $GOPTION set -t bool db/setting/accessibility/high_contrast "0"
+       vconftool $GOPTION set -t bool db/setting/accessibility/screen_zoom "1"
+       vconftool $GOPTION set -t int db/setting/accessibility/font_size "72"
+       vconftool $GOPTION set -t int db/setting/accessibility/font_style "0"
+       vconftool $GOPTION set -t bool db/setting/accessibility/torch_light "0"
+       vconftool $GOPTION set -t bool db/setting/accessibility/mono_audio "0"
+       vconftool $GOPTION set -t bool db/setting/accessibility/accept_call "0"
+       vconftool $GOPTION set -t bool db/setting/accessibility/enable_auto_answer "0"
+       vconftool $GOPTION set -t int db/setting/accessibility/auto_answer "1"
+       vconftool $GOPTION set -t bool db/setting/accessibility/powerkey_end_calls "0"
+       vconftool $GOPTION set -t int db/setting/accessibility/power_key_hold "0"
+}
+
+#language & region
+resetLanguageAndRegion()
+{
+       vconftool $GOPTION set -t int db/setting/lang "2"
+       vconftool $GOPTION set -t string db/menu_widget/language "en_US.UTF-8"
+       vconftool $GOPTION set -t string db/menu_widget/regionformat "en_US.UTF-8"
+}
+
+#viewtype
+resetViewtype()
+{
+       vconftool $GOPTION set -t int db/menuscreen/viewtype "0"
+       vconftool $GOPTION set -t int db/taskswitcher/viewtype "0"
+}
+
+#touch
+resetTouch()
+{
+       vconftool $GOPTION set -t int db/setting/vib_feedback "3"
+       vconftool $GOPTION set -t bool db/setting/touch_panel_autolock "0"
+}
+
+#License
+resetLicense()
+{
+       vconftool $GOPTION set -t bool db/setting/transaction_tracking "0"
+       vconftool $GOPTION set -t bool db/setting/expiry_reminder "0"
+       vconftool $GOPTION set -t int db/setting/roaming_network "0"
+}
+
+#Ticker notification
+resetNotification()
+{
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/display_content "0"
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/messages "1"
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/vmail "1"
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/email "1"
+       #vconftool $GOPTION set -t bool db/setting/ticker_noti/recv_seven_email "0"
+       #vconftool $GOPTION set -t bool db/setting/ticker_noti/im "1"
+       #vconftool $GOPTION set -t bool db/setting/ticker_noti/osp "1"
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/sns "0"
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/file_tran "1"
+}
+
+#security
+resetSecurity()
+{
+       vconftool $GOPTION set -t string db/setting/phone_passwd ""
+       rm -rf /opt/data/setting/set_info
+       #vconftool $GOPTION set -t string db/setting/privacy_passwd ""
+       
+       vconftool $GOPTION set -t bool db/setting/power_on_lock "0"
+       vconftool $GOPTION set -t bool db/setting/phone_lock "0"
+       vconftool $GOPTION set -t bool db/setting/simple_password "1"
+       vconftool $GOPTION set -t bool db/setting/fmm/sim_change_alert "0"
+       vconftool $GOPTION set -t string db/setting/fmm/recipients ""
+       vconftool $GOPTION set -t string db/setting/fmm/sender ""
+       vconftool $GOPTION set -t string db/setting/fmm/alert_message ""
+       vconftool $GOPTION set -t bool db/setting/fmm/remote_control "0"
+       vconftool $GOPTION set -t bool db/setting/fmm/location_consent "0"
+       
+       # NOT USED NOW.
+       vconftool $GOPTION set -t bool db/setting/rcs "0"
+
+       vconftool $GOPTION set -t int db/setting/phone_lock_attempts_left "5"
+       vconftool $GOPTION set -t string db/setting/phone_lock_timestamp ""
+       vconftool $GOPTION set -t int db/setting/sim_lock_attempts_left "5"
+       vconftool $GOPTION set -t string db/setting/sim_lock_timestamp ""
+}
+
+#Memory
+resetMemory()
+{
+       vconftool $GOPTION set -t int db/setting/default_memory/wap "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/bluetooth "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/camera "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/voice_recorder "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/fm_radio "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/all_share "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/adobe_air "0"
+
+       # format - system server
+       #vconftool $GOPTION -i set -t int memory/mmc/format "0"
+}
+
+#about
+resetAbout()
+{
+       vconftool $GOPTION set -t string db/setting/device_name "Tizen"
+}
+
+#menu and widgets
+resetMenuWidgets()
+{
+       vconftool $GOPTION set -t bool db/setting/adaptive_menu_order "0"
+}
+
+
+########## invoke functions #######
+
+if [ $1 == $NETWORK ]; then
+       resetNetwork
+
+elif [ $1 == $DATAROAMING ]; then
+       resetDataRoaming
+
+elif [ $1 == $USBCON ]; then
+       resetUsbConnectivity
+
+elif [ $1 == $SOUND ]; then
+       resetSound
+
+elif [ $1 == $WALLPAPER ]; then
+       resetWallpaper
+
+elif [ $1 == $DISPLAY ]; then
+       resetDisplay
+
+elif [ $1 == $MOTIONS ]; then
+       resetMotions
+
+elif [ $1 == $TILT ]; then
+       resetTilt
+
+elif [ $1 == $PANNING ]; then
+       resetPanning
+
+elif [ $1 == $DOUBLETAP ]; then
+       resetDoubleTap
+
+elif [ $1 == $SHAKE ]; then
+       resetShake
+
+elif [ $1 == $PICKUP ]; then
+       resetPickup
+
+elif [ $1 == $TURNOVER ]; then
+       resetTurnOver
+
+elif [ $1 == $FONT ]; then
+       resetFont
+
+elif [ $1 == $POWERSAVING ]; then
+       resetPowersaving
+
+elif [ $1 == $ROTATIONLOCK ]; then
+       resetRotationLock
+
+elif [ $1 == $TIMEDATE ]; then
+       resetTimeAndData
+
+elif [ $1 == $ACCESS ]; then
+       resetAccessibility
+
+elif [ $1 == $LANGREGION ]; then
+       resetLanguageAndRegion
+
+elif [ $1 == $VIEWTYPE ]; then
+       resetViewtype
+
+elif [ $1 == $TOUCH ]; then
+       resetTouch
+
+elif [ $1 == $LICENSE ]; then
+       resetLicense
+
+elif [ $1 == $NOTI ]; then
+       resetNotification
+
+elif [ $1 == $SECURITY ]; then
+       resetSecurity
+
+elif [ $1 == $MEMORY ]; then
+       resetMemory
+
+elif [ $1 == $ABOUT ]; then
+       resetAbout
+
+elif [ $1 == $MENUWIDGET ]; then
+       resetMenuWidgets
+
+else
+       resetNetwork
+       resetDataRoaming
+       resetUsbConnectivity
+       resetSound
+       resetWallpaper
+       resetMotions
+       resetDisplay
+       resetPowersaving
+       resetFont
+       resetRotationLock
+       resetTimeAndData
+       resetAccessibility
+       resetLanguageAndRegion
+       resetViewtype
+       resetTouch
+       resetLicense
+       resetNotification
+       resetSecurity
+       resetMemory
+       resetAbout
+       resetMenuWidgets
+
+       vconftool $GOPTION -i set -t int memory/setting/font_changed "0"
+       vconftool $GOPTION -i set -t int memory/mobile_hotspot/skin_changed "0"
+fi
+
+########## ending #######
+
+
+#create directory /opt/data/setting
+if [ "${USER}" == "root" ]
+then
+       if [ ! -d /opt/data/setting ]
+       then
+         mkdir -p /opt/data/setting
+         chown 5000:5000 /opt/data/setting -R
+       fi
+       chown 5000:5000 /opt/etc/X11/Xresources
+fi
+heynotitool set setting_time_changed -a
+
+sync
+
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..4e3f243
--- /dev/null
@@ -0,0 +1,136 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS += -Wall -g
+CXXFLAGS +=  -Wall -g
+LDFLAGS ?= 
+PREFIX ?= /opt/apps/org.tizen.setting
+RESDIR ?= /opt/apps/org.tizen.setting/res
+DATADIR ?= /opt/apps/org.tizen.setting/data
+
+# Reduce relative text symbols in library
+CFLAGS += -fPIC
+CXXFLAGS += -fPIC
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+       CFLAGS += -O0
+       CXXFLAGS += -O0
+else
+       CFLAGS += -O2
+       CXXFLAGS += -O2
+endif
+
+LDFLAGS += -Wl,--rpath,$(PREFIX)/lib -Wl,--hash-style=both -Wl,--as-needed
+
+CMAKE_TMP_DIR = $(CURDIR)/cmake_tmp
+
+
+configure: configure-stamp
+configure-stamp:
+       dh_testdir
+       # Add here commands to configure the package.
+       mkdir -p $(CMAKE_TMP_DIR);
+       cd $(CMAKE_TMP_DIR); CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" cmake .. -DCMAKE_INSTALL_PREFIX=/opt/apps/org.tizen.setting
+
+       touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+       dh_testdir
+
+       # Add here commands to compile the package.
+       cd $(CMAKE_TMP_DIR) && $(MAKE)
+       #docbook-to-man debian/wavplayer.sgml > wavplayer.1
+
+       for f in `find $(CURDIR)/debian/ -name "*.in"`; do \
+               cat $$f > $${f%.in}; \
+               sed -i -e "s#@PREFIX@#$(PREFIX)#g" $${f%.in}; \
+               sed -i -e "s#@PREFIX@#$(RESDIR)#g" $${f%.in}; \
+               sed -i -e "s#@DATADIR@#$(DATADIR)#g" $${f%.in}; \
+       done
+
+
+       touch $@
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp configure-stamp
+
+       # Add here commands to clean up after the build process.
+       -cd $(CMAKE_TMP_DIR) && $(MAKE) clean
+       rm -rf $(CMAKE_TMP_DIR)
+       find . -name CMakeFiles | xargs rm -rf
+       find . -name *.so | xargs rm -rf
+       find . -name *.o | xargs rm -rf
+       find . -name Makefile | xargs rm -rf
+       find . -name cmake_install.cmake | xargs rm -rf
+       find . -name CMakeCache.txt | xargs rm -rf
+       find . -name CMakeFiles.txt | xargs rm -rf
+       rm -rf Makefile
+       rm -rf install_manifest.txt
+       rm -rf org.tizen.setting.desktop
+       rm -rf *.so
+
+       for f in `find $(CURDIR)/debian/ -name "*.in"`; do \
+               rm -f $${f%.in}; \
+       done
+
+       dh_clean 
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k 
+       dh_installdirs
+       
+       # Add here commands to install the package into debian/wavplayer.
+       cd $(CMAKE_TMP_DIR) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+       dh_testdir
+       dh_testroot
+       dh_installchangelogs 
+#      dh_installdocs
+       dh_installexamples
+       dh_install --sourcedir=debian/tmp
+#      dh_installmenu
+#      dh_installdebconf       
+#      dh_installlogrotate
+#      dh_installemacsen
+#      dh_installpam
+#      dh_installmime
+#      dh_python
+#      dh_installinit
+#      dh_installcron
+#      dh_installinfo
+       dh_installman
+       dh_link
+#      dh_strip
+       dh_strip --dbg-package=org.tizen.setting-dbg
+       dh_compress
+       dh_fixperms
+#      dh_perl
+       dh_makeshlibs
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
diff --git a/include/setting-debug.h b/include/setting-debug.h
new file mode 100755 (executable)
index 0000000..15dee80
--- /dev/null
@@ -0,0 +1,217 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+/**
+ * @defgroup setting-debug
+ * setting debug utility
+ */
+
+#ifndef _SETTING_DEBUG_H_
+#define _SETTING_DEBUG_H_
+#include <stdio.h>
+
+#define SETTING_USING_PLATFORM_DBG
+#ifdef SETTING_USING_PLATFORM_DBG
+#include <dlog.h>
+#ifdef LOG_TAG
+#undef LOG_TAG
+#endif
+
+
+#define LOG_TAG "SETTING"
+#endif
+
+
+#if !defined(LOCALEDIR)
+#define LOCALEDIR "/opt/apps/org.tizen.setting/res/locale"
+#endif
+
+#if !defined(EDJDIR)
+#define EDJDIR "/opt/apps/org.tizen.setting/res/edje"
+#endif
+
+#define SUPPORT_BOTTOM_BTNS 1
+
+#define REMOVE_BACK_BUTTON_MAIN 0
+
+/*macros to control program flow*/
+#define SUPPORT_MORE_ITEM_FUNCTION 0
+#define SUPPORT_RUN_SYSTEM_COMMAND     0
+#define SUPPORT_DYNAMIC_THEME_CHANGING         0
+
+
+#define SETTING_ENABLE_TRACE
+
+#ifdef SETTING_ENABLE_TRACE
+       #ifdef SETTING_USING_PLATFORM_DBG
+               #define SETTING_TRACE_DEBUG(fmt, arg...) \
+                       do {\
+                               LOGD("\n\033[0;32mDEBUG: " fmt "\033[0m\t%s:%d\n", \
+                               ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\
+                       }while(0);
+
+               #define SETTING_TRACE(fmt, arg...) \
+                       do {\
+                               LOGI("\n\033[0;36m" fmt "\033[0m\t%s:%d\n", \
+                                               ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\
+                       }while(0);
+
+               #define SETTING_TRACE_WARNING(fmt, arg...) \
+                       do {\
+                               LOGW("\033[0;33mWARRING: " fmt "\033[0m\t%s:%d\n", ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\
+                       }while(0);
+
+               #define SETTING_TRACE_ERROR(fmt, arg...) \
+                       do {\
+                               LOGE("\033[0;31mERROR: " fmt "\033[0m\t%s:%d\n", ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\
+                       }while(0);
+               #define SETTING_TRACE_BEGIN do {\
+                               {\
+                                       LOGD("\n\033[0;35mENTER FUNCTION: %s. \033[0m\t%s:%d\n", \
+                                       __FUNCTION__, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\
+                               }\
+                       }while(0);
+
+               #define SETTING_TRACE_END  do {\
+                               {\
+                                       LOGD("\n\033[0;35mEXIT FUNCTION: %s. \033[0m\t%s:%d\n", \
+                                       __FUNCTION__, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\
+                               }\
+                       }while(0);
+       #else
+               #define SETTING_TRACE(fmt, arg...) \
+                       do {\
+                               printf("\n[SETTING]\033[0;36m" fmt "\033[0m\t%s:%d\n", \
+                                               ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\
+                       }while(0);
+
+
+               #define SETTING_TRACE_DEBUG(fmt, arg...) \
+                       do {\
+                               printf("\n[SETTING]\033[0;32mDEBUG: " fmt "\033[0m\t%s:%d\n", \
+                                               ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\
+                       }while(0);
+
+               #define SETTING_TRACE_WARNING(fmt, arg...) \
+                       do {\
+                       {\
+                               printf("[SETTING]\033[0;33mWARRING: " fmt "\033[0m\t%s:%d\n", ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);}\
+                       }while(0);
+
+               #define SETTING_TRACE_ERROR(fmt, arg...) \
+                       do {\
+                               {fprintf(stderr, "[SETTING]\033[0;31mERROR: " fmt "\033[0m\t%s:%d\n", ##arg, (char*)(strrchr(__FILE__, '/')+1), __LINE__);}\
+                       }while(0);
+
+               #define SETTING_TRACE_BEGIN do {\
+                               {\
+                                       printf("\n[SETTING]\033[0;35mENTER FUNCTION: %s. \033[0m\t%s:%d\n", \
+                                       __FUNCTION__, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\
+                               }\
+                       }while(0);
+
+               #define SETTING_TRACE_END  do {\
+                               {\
+                                       printf("\n[SETTING]\033[0;35mEXIT FUNCTION: %s. \033[0m\t%s:%d\n", \
+                                       __FUNCTION__, (char*)(strrchr(__FILE__, '/')+1), __LINE__);\
+                               }\
+                       }while(0);
+       #endif
+#else
+       #define SETTING_TRACE(fmt, arg...)
+       #define SETTING_TRACE_DEBUG(fmt, arg...)
+       #define SETTING_TRACE_WARNING(fmt, arg...)
+       #define SETTING_TRACE_ERROR(fmt, arg...)
+       #define SETTING_TRACE_BEGIN
+       #define SETTING_TRACE_END
+#endif
+
+#define setting_retvm_if(expr, val, fmt, arg...) do { \
+               if(expr) { \
+                       SETTING_TRACE_ERROR(fmt, ##arg); \
+                       return (val); \
+               } \
+       } while (0);
+
+#define setting_retm_if(expr, fmt, arg...) do { \
+               if(expr) { \
+                       SETTING_TRACE_ERROR(fmt, ##arg); \
+                       return; \
+               } \
+       } while (0);
+
+#ifndef retm_if
+#define retm_if setting_retm_if
+#endif
+#ifndef retvm_if
+#define retvm_if setting_retvm_if
+#endif
+
+#ifndef retv_if
+#define retv_if(expr, val) do { \
+   if(expr) { \
+      return (val); \
+   } \
+} while (0)
+#endif
+#ifndef ret_if
+#define ret_if(expr) do { \
+   if(expr) { \
+      return ; \
+   } \
+} while (0)
+#endif
+
+#define __FREE(del, arg) do { \
+               if(arg) { \
+                       del((void *)(arg)); /*cast any argument to (void*) to avoid build warring*/\
+                       arg = NULL; \
+               } \
+       } while (0);
+#define FREE(arg) __FREE(free, arg)
+#define G_FREE(arg) __FREE(g_free, arg)
+
+
+//////
+//a trick:To manager back pointer. eg,
+//For using genlist, whenever Setting side and Genlist side both keep pointers
+//to a same block memory(here is genlis item data via calloc), must use __BACK_POINTER_SET to
+//bind the Setting side point into the Genlist side pointer
+#define __BACK_POINTER_SET(pData) do { \
+                       if (pData)\
+                       {\
+                               pData->pBack = (void **)(&(pData));\
+                       }\
+               } while (0);
+
+#define __BACK_POINTER_UNSET(pData) do { \
+                       if (pData && pData->pBack)/*release Setting side poniter handlers*/\
+                       {\
+                               *(pData->pBack) = NULL;\
+                       }\
+               } while (0);
+
+
+#endif /* _SETTING_DEBUG_H_ */
+
diff --git a/include/setting-main.h b/include/setting-main.h
new file mode 100755 (executable)
index 0000000..731d299
--- /dev/null
@@ -0,0 +1,74 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+/**
+ *@defgroup setting-main
+ *main page displaying list view at launch.
+ */
+#ifndef __SETTING_MAIN_H__
+#define __SETTING_MAIN_H__
+#include <setting.h>
+
+void setting_update_gl_item(void* data);
+
+int setting_main_create(void *cb);
+int setting_main_destroy(void *cb);
+int setting_main_update(void *cb);
+
+int setting_main_cleanup(void *cb);
+
+void setting_main_tapi_event_cb(TelTapiEvent_t *event);
+
+int setting_main_refresh(void *data);
+
+void setting_ask_data_roaming_resp_cb(void *data, Evas_Object *obj,
+                                            void *event_info);
+void setting_main_list_mouse_up_cb(void *data, Evas_Object *eo,
+                                         void *event_info);
+
+void setting_main_sel_list_mouse_up_cb(void *data, Evas_Object *eo,
+                                             void *event_info);
+
+void setting_main_click_list_item_reset_data(void *data,
+                                                   Evas_Object *obj);
+
+void setting_main_click_list_default_ug_cb(void *data, Evas_Object *obj,
+                                                 void *event_info);
+
+void setting_main_click_list_ex_ug_cb(void *data, Evas_Object *obj,
+                                            void *event_info);
+void setting_main_click_list_more_cb(void *data, Evas_Object *obj, void *event_info);
+
+void setting_main_click_list_usb_cb(void *data, Evas_Object *obj,
+                                            void *event_info);
+
+void setting_main_click_list_network_ug_cb(void *data, Evas_Object *obj,
+                                                 void *event_info);
+
+void setting_try_save_check_list(void *data);
+
+void setting_main_click_add_all_cb(void *data, Evas_Object *obj,
+                                         void *event_info);
+
+#endif                         /* __SETTING_MAIN_H__ */
diff --git a/include/setting-more-menu.h b/include/setting-more-menu.h
new file mode 100755 (executable)
index 0000000..37edec5
--- /dev/null
@@ -0,0 +1,34 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_MORE_MENU_H__
+#define __SETTING_MORE_MENU_H__
+
+#include <setting.h>
+
+static void setting_more_menu_click_softkey_cancel_cb(void *data,
+                                                   Evas_Object *obj,
+                                                   void *event_info);
+
+#endif                         /* __SETTING_MORE_MENU_H__ */
diff --git a/include/setting.h b/include/setting.h
new file mode 100644 (file)
index 0000000..baa7ed8
--- /dev/null
@@ -0,0 +1,173 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+/****
+ *@defgroup setting-app
+ *entry point of Setting application
+ */
+#ifndef __SETTING_H__
+#define __SETTING_H__
+
+#include <appcore-efl.h>
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+#include <setting-cfg.h>
+
+
+/*  TAPI*/
+#include <TapiCommon.h>
+#include <ITapiPower.h>
+
+#include <bundle.h>
+#include <ui-gadget.h>
+
+#define EDIT_PREFERRED_STR "IDS_ST_BUTTON2_EDIT_PREFERRED"
+#define PREFERRED_STR "IDS_ST_TAB_PREFERRED"
+#define ALL_STR "IDS_ST_OPT_ALL"
+#define SETTING_MAX_PID_LEN 128
+
+/**
+* @brief
+*/
+typedef enum _setting_view_type {
+       SETTING_VIEW_MAIN = 0,
+       SETTING_VIEW_CONNECTIVE_MORE,
+       SETTING_VIEW_SYSTEM_MORE,
+       SETTING_VIEW_ALL_CHECK = 9,
+} Setting_View_Type;
+
+typedef void (*menu_list_load_fn) (void *data);
+typedef void (*menu_list_load_fn2) (void *, Cfg_Item_Position, Evas_Object *);
+
+typedef enum _List_Load_Func_Type {
+       Func_Type_Connectivity = 0,
+       Func_Type_System = 1,
+       Func_Type_Apps = 2,
+       Func_Type_DownApp = 3,
+       Func_Type_MAX
+} List_Load_Func_Type;
+
+typedef enum _MAIN_PROFILE_Type {
+       MAIN_PROFILE_PREFERRED = 0,
+       MAIN_PROFILE_ALL = 1,
+       MAIN_PROFILE_MAX
+} MAIN_PROFILE_Type;
+
+typedef enum _Update_GL_Item_Type {
+       GL_ITEM_WIFI = 0,
+       GL_ITEM_BT,
+       GL_ITEM_MAP,
+       GL_ITEM_USB,
+       GL_ITEM_THEME,
+
+       GL_ITEM_ROAMING,
+       GL_ITEM_ROTATION,
+
+       GL_ITEM_MAX
+} Update_GL_Item_Type;
+
+#define VCONF_KEY_EVENT_ARR_SIZE 11
+typedef struct _vconf_key_change_event
+{
+       // member data
+       char *in_key[VCONF_KEY_EVENT_ARR_SIZE];
+       vconf_callback_fn cb[VCONF_KEY_EVENT_ARR_SIZE];
+       // member functions
+       int (*listen)(struct _vconf_key_change_event* me, void* data);
+       int (*unlisten)(struct _vconf_key_change_event* me, void* data);
+}vconf_key_change_event;
+
+/**
+* @brief main view context
+*/
+typedef struct _setting_main_appdata {
+       struct ui_gadget *ug;
+       Eina_Bool bAppPause;
+       Eina_Bool updateItems[GL_ITEM_MAX];
+
+       Evas *evas;
+       Evas_Object *win_main;
+
+       Evas_Object *controllbar_all_check;
+       Evas_Object *gl_sel_all;
+
+       menu_list_load_fn load_fns[Func_Type_MAX];
+       MAIN_PROFILE_Type profile_type;
+
+       Evas_Object *navibar_main;
+
+       Evas_Object *ly_main;                   /**< seting view main */
+       Setting_View_Type view_load;
+       Evas_Object *genlist_load;
+
+       Elm_Object_Item *edit_item;
+       Elm_Object_Item *segment_all;
+       Elm_Object_Item *segment_preferred;
+
+       bool need_register;
+       bool isInUGMode;
+
+       /* special layout */
+       Setting_GenGroupItem_Data *data_wifi;
+       Setting_GenGroupItem_Data *data_bt;
+       Setting_GenGroupItem_Data *data_roaming;
+       Setting_GenGroupItem_Data *data_rotationMode;
+       Setting_GenGroupItem_Data *data_mobileApp;
+
+       Setting_GenGroupItem_Data *data_usbcon;
+       Setting_GenGroupItem_Data *data_theme;
+
+       Setting_GenGroupItem_Data *data_moreSystem;
+       Setting_GenGroupItem_Data *data_moreConnect;
+
+       Setting_View_Type view_type;
+
+       Evas_Object *main_genlist;                              /**< genlist in main page */
+       Evas_Object *all_check_genlist;
+
+       Elm_Genlist_Item_Class itc[GENDIAL_Type_MAX];
+
+       Eina_List *item_check_list;
+       Setting_GenGroupItem_Data *check_all_item;
+       /*  Animation effect for Ui-Gadget. */
+       Evas_Object *ly;
+
+       Evas_Object *data_roaming_popup;
+
+       // listen / unlisten code
+       vconf_key_change_event vk_events;
+
+} setting_main_appdata;
+
+/* launch view */
+extern setting_view setting_view_main;
+extern setting_view setting_view_more_menu;
+extern void __load_connectivity_menu_list(void *data, Cfg_Item_Position inputPos, Evas_Object *genlist);
+extern void __load_system_menu_list(void *data, Cfg_Item_Position inputPos, Evas_Object *genlist);
+
+void signal_hide_finished(void *data, Evas_Object *obj, const char *emission,
+                         const char *source);
+
+#endif                         /* __SETTING_H__ */
diff --git a/org.tizen.setting.desktop.in b/org.tizen.setting.desktop.in
new file mode 100755 (executable)
index 0000000..e5a2dcf
--- /dev/null
@@ -0,0 +1,22 @@
+Name=Settings
+Name[en_US]=Settings
+Name[ko_KR]=설정
+Name[de_DE]=Einstellungen
+Name[el_GR]=Ρυθμίσεις
+Name[en_GB]=Settings
+Name[es_ES]=Ajustes
+Name[fr_FR]=Paramètres
+Name[it_IT]=Impostazioni
+Name[nl_NL]=Instellingen
+Name[pt_PT]=Definições
+Name[ru_RU]=Настройки
+Name[tk]=Ayarlar
+Type=Application
+Exec=${PREFIX}/bin/setting
+Icon=org.tizen.setting.png
+Comment=Setting application
+NoDisplay=False
+Version=0.9.0
+X-TIZEN-TaskManage=True
+X-TIZEN-Multiple=False
+X-TIZEN-Removable=False
diff --git a/org.tizen.setting.png b/org.tizen.setting.png
new file mode 100644 (file)
index 0000000..b898e1d
Binary files /dev/null and b/org.tizen.setting.png differ
diff --git a/packaging/settings-beat.spec b/packaging/settings-beat.spec
new file mode 100644 (file)
index 0000000..878f70a
--- /dev/null
@@ -0,0 +1,328 @@
+Name:       settings
+Summary:    Setting application
+Version:    0.1.86
+Release:    38
+Group:      misc
+License:    Samsung Proprietary License 
+Source0:    %{name}-%{version}.tar.gz
+BuildRequires:  pkgconfig(appcore-common)
+BuildRequires:  pkgconfig(appcore-efl)
+BuildRequires:  pkgconfig(elementary)
+BuildRequires:  pkgconfig(UI-idlecapture)
+BuildRequires:  pkgconfig(vconf)
+BuildRequires:  pkgconfig(tapi)
+BuildRequires:  pkgconfig(utilX)
+BuildRequires:  pkgconfig(devman)
+BuildRequires:  pkgconfig(devman_haptic)
+#BuildRequires:  pkgconfig(dnet)
+BuildRequires:  pkgconfig(contacts-service)
+BuildRequires:  pkgconfig(mm-sound)
+BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(msg-service)
+BuildRequires:  pkgconfig(iniparser)
+BuildRequires:  pkgconfig(memo)
+BuildRequires:  pkgconfig(calendar)
+BuildRequires:  pkgconfig(heynoti)
+BuildRequires:  pkgconfig(ui-gadget)
+BuildRequires:  pkgconfig(bundle)
+BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(dlog)
+BuildRequires:  pkgconfig(aul)
+BuildRequires:  pkgconfig(pmapi)
+BuildRequires:  pkgconfig(ecore-input)
+BuildRequires:  pkgconfig(eina)
+BuildRequires:  pkgconfig(icu-i18n)
+BuildRequires:  pkgconfig(ail)
+BuildRequires:  pkgconfig(sysman)
+#BuildRequires:  pkgconfig(mobileap-api)
+BuildRequires:  pkgconfig(drm-service)
+BuildRequires:  pkgconfig(appsvc)
+
+BuildRequires:  pkgconfig(network)
+BuildRequires:  pkgconfig(mm-player)
+BuildRequires:  pkgconfig(svi)
+BuildRequires:  pkgconfig(elm-webview)
+BuildRequires:  pkgconfig(ewebkit)
+BuildRequires:  pkgconfig(bluetooth-api)
+BuildRequires:  pkgconfig(security-server)
+
+BuildRequires:  sysman-internal-devel
+BuildRequires:  cmake
+BuildRequires:  edje-tools
+BuildRequires:  gettext-tools
+%description
+Setting application.
+
+
+%prep
+%setup -q
+
+
+%build
+
+%define PREFIX    "/opt/apps/org.tizen.setting"
+%define RESDIR    "/opt/apps/org.tizen.setting/res"
+%define DATADIR    "/opt/apps/org.tizen.setting/data"
+LDFLAGS+="-Wl,--rpath=%{PREFIX}/lib -Wl,--as-needed";export LDFLAGS
+cmake . -DCMAKE_INSTALL_PREFIX=%{PREFIX}
+make
+
+%install
+rm -rf %{buildroot}
+%make_install
+
+mkdir -p %{buildroot}/opt/data/setting
+
+
+%post
+
+GOPTION="-g 6514"
+
+
+#resetNetwork
+       vconftool $GOPTION set -t int db/setting/select_network "0"
+       vconftool $GOPTION set -t int db/setting/network_mode "0"
+       vconftool $GOPTION set -t bool db/setting/3gEnabled "1"
+
+#resetDataRoaming
+       vconftool $GOPTION set -t bool db/setting/data_roaming "1"
+
+#resetUsbConnectivity
+       #connectivity
+       #vconftool $GOPTION set -t bool db/setting/ask_on_con "0"
+       # debug mode is default
+       vconftool $GOPTION set -t int memory/setting/usb_mode "-1" -i -f
+       vconftool $GOPTION set -t int memory/setting/usb_sel_mode "0" -i -f
+       vconftool $GOPTION set -t int db/setting/usb_debugmode "0"
+       vconftool $GOPTION set -t int memory/setting/usb_in_mode_change "0" -i -f
+
+#resetSound
+       DEFAULT_CALL_TONE="/opt/share/settings/Ringtones/General_Over the horizon.mp3"
+
+       vconftool $GOPTION set -t bool db/setting/sound/sound_on "1"
+       vconftool $GOPTION set -t bool db/setting/sound/vibration_on "1"
+
+       vconftool $GOPTION set -t int db/setting/sound/call/ringtone_sound_volume "13"
+       vconftool $GOPTION set -t int db/setting/sound/noti/sound_volume "7"
+       vconftool $GOPTION set -t int db/setting/sound/media/sound_volume "7"
+       vconftool $GOPTION set -t int db/setting/sound/touch_feedback/sound_volume "5"
+
+       vconftool $GOPTION set -t int db/setting/sound/noti/vibration_level "5"
+       vconftool $GOPTION set -t int db/setting/sound/touch_feedback/vibration_level "3"
+
+       vconftool $GOPTION set -t string db/setting/sound/call/ringtone_path "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t int db/setting/sound/call/vibration_type "2"
+
+       vconftool $GOPTION set -t string db/setting/sound/noti/msg_ringtone_path        "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t int db/setting/sound/noti/msg_alert_rep_type          "0"
+
+       vconftool $GOPTION set -t string db/setting/sound/noti/email_ringtone_path      "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t int db/setting/sound/noti/email_alert_rep_type                "0"
+
+       vconftool $GOPTION set -t bool db/setting/sound/sound_lock "1"
+       #vconftool $GOPTION set -t bool db/setting/sound/keypad_on "1"
+       #vconftool $GOPTION set -t bool db/setting/sound/sound_effect_on "1"
+
+       #others
+       vconftool $GOPTION set -t string db/setting/notification_tone   "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t string db/setting/media_tone "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t string db/setting/touch_tone                  "${DEFAULT_CALL_TONE}"
+       vconftool $GOPTION set -t int db/setting/touch_vibration_tone "2"
+
+#resetWallpaper
+       vconftool $GOPTION set -t string db/menu_widget/bgset "/opt/share/settings/Wallpapers/Home_default.jpg"
+       vconftool $GOPTION set -t string db/idle_lock/bgset "/opt/share/settings/Wallpapers/Home_default.jpg"
+
+#resetTilt
+       vconftool $GOPTION set -t bool db/setting/use_tilt "1"
+       vconftool $GOPTION set -t int db/setting/tilt_sensitivity "3"
+
+#resetPanning
+       vconftool $GOPTION set -t bool db/setting/use_panning "1"
+       vconftool $GOPTION set -t int db/setting/panning_sensitivity "3"
+
+#resetDoubleTap
+       vconftool $GOPTION set -t bool db/setting/use_double_tap "0"
+
+#resetShake
+       vconftool $GOPTION set -t bool db/setting/use_shake "0"
+
+#resetPickup
+       vconftool $GOPTION set -t bool db/setting/use_pickup "0"
+
+#resetTurnOver
+       vconftool $GOPTION set -t bool db/setting/use_turn_over "0"
+
+#resetMotions
+       vconftool $GOPTION set -t bool db/setting/motion_active "1"
+       vconftool $GOPTION set -t bool db/setting/internet_on "1"
+       vconftool $GOPTION set -t bool db/setting/gallery_on "1"
+
+#resetDisplay
+       #backlight
+       vconftool $GOPTION set -t int db/MainLCD/Backlight/Normal "30"
+       vconftool $GOPTION set -t int db/setting/lcd_timeout_normal_backup "30"
+
+       #brightness
+       vconftool $GOPTION set -t int db/setting/Brightness "-1"
+       vconftool $GOPTION set -t bool db/setting/brightness_automatic "0"
+
+       #battery
+       vconftool $GOPTION set -t bool db/setting/battery/charger "0"
+       vconftool $GOPTION set -t bool db/setting/battery_percentage "0"
+       #launch
+       vconftool $GOPTION set -t string db/menu_widget/launch_effect "0"
+
+#resetPowersaving
+       vconftool $GOPTION set -t bool db/setting/powersaving/powersaving_active "0"
+       vconftool $GOPTION set -t bool db/setting/powersaving/powersaving_active_reminder "1"
+       vconftool $GOPTION set -t bool db/setting/powersaving/customed_active "0"
+
+       vconftool $GOPTION set -t int db/setting/powersaving/powersaving_at "30"
+       vconftool $GOPTION set -t bool db/setting/powersaving/wifi_off "0"
+       vconftool $GOPTION set -t bool db/setting/powersaving/bt_off "0"
+       vconftool $GOPTION set -t bool db/setting/powersaving/gps_off "0"
+       vconftool $GOPTION set -t bool db/setting/powersaving/ync_off "0"
+       vconftool $GOPTION set -t int db/setting/powersaving/screen_timeout "15"
+
+       vconftool $GOPTION set -t bool db/setting/powersaving/brightness_active "0"
+       vconftool $GOPTION set -t bool db/setting/powersaving/brightness_auto "1"
+       vconftool $GOPTION set -t int db/setting/powersaving/brightness "10"
+
+#resetFont
+       vconftool $GOPTION set -t int db/setting/font_size "1"
+       vconftool $GOPTION set -t int db/setting/font_type "0"
+
+#resetRotationLock
+       vconftool $GOPTION set -t bool db/setting/rotate_lock "0"
+
+#resetTimeAndData
+       vconftool $GOPTION set -t bool db/setting/automatic_time_update "1"
+       vconftool $GOPTION set -t bool db/setting/dst "0"
+
+       vconftool $GOPTION set -t int db/menu_widget/regionformat_time1224 "1"
+       vconftool $GOPTION set -t int db/setting/date_format "0"
+       vconftool $GOPTION set -t int db/setting/weekofday_format  "0"
+
+       vconftool $GOPTION set -t string db/setting/timezone "+9"
+       # to be removed
+       vconftool $GOPTION set -t string db/setting/cityname_id "IDS_WCL_BODY_CITYNAME_SEOUL"
+
+       vconftool $GOPTION set -t string db/setting/timezone_id "Asia/Seoul"
+
+       #if [ -f /opt/etc/localtime ]
+       #then
+       rm -f /opt/etc/localtime
+       ln -s /usr/share/zoneinfo/Asia/Seoul /opt/etc/localtime
+       #fi
+
+#resetAccessibility
+       vconftool $GOPTION set -t bool db/setting/accessibility/accessibility "1"
+       vconftool $GOPTION set -t bool db/setting/accessibility/high_contrast "0"
+       vconftool $GOPTION set -t bool db/setting/accessibility/screen_zoom "1"
+       vconftool $GOPTION set -t int db/setting/accessibility/font_size "72"
+       vconftool $GOPTION set -t int db/setting/accessibility/font_style "0"
+       vconftool $GOPTION set -t bool db/setting/accessibility/torch_light "0"
+       vconftool $GOPTION set -t bool db/setting/accessibility/mono_audio "0"
+       vconftool $GOPTION set -t bool db/setting/accessibility/accept_call "0"
+       vconftool $GOPTION set -t bool db/setting/accessibility/enable_auto_answer "0"
+       vconftool $GOPTION set -t int db/setting/accessibility/auto_answer "1"
+       vconftool $GOPTION set -t bool db/setting/accessibility/powerkey_end_calls "0"
+       vconftool $GOPTION set -t int db/setting/accessibility/power_key_hold "0"
+
+#resetLanguageAndRegion
+       vconftool $GOPTION set -t int db/setting/lang "2"
+       vconftool $GOPTION set -t string db/menu_widget/language "en_US.UTF-8"
+       vconftool $GOPTION set -t string db/menu_widget/regionformat "en_US.UTF-8"
+
+#resetViewtype
+       vconftool $GOPTION set -t int db/menuscreen/viewtype "0"
+       vconftool $GOPTION set -t int db/taskswitcher/viewtype "0"
+
+#resetTouch
+       vconftool $GOPTION set -t int db/setting/vib_feedback "3"
+       vconftool $GOPTION set -t bool db/setting/touch_panel_autolock "0"
+
+#resetLicense
+       vconftool $GOPTION set -t bool db/setting/transaction_tracking "0"
+       vconftool $GOPTION set -t bool db/setting/expiry_reminder "0"
+       vconftool $GOPTION set -t int db/setting/roaming_network "0"
+
+#resetNotification
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/display_content "0"
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/messages "1"
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/vmail "1"
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/email "1"
+       #vconftool $GOPTION set -t bool db/setting/ticker_noti/recv_seven_email "0"
+       #vconftool $GOPTION set -t bool db/setting/ticker_noti/im "1"
+       #vconftool $GOPTION set -t bool db/setting/ticker_noti/osp "1"
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/sns "0"
+       vconftool $GOPTION set -t bool db/setting/ticker_noti/file_tran "1"
+
+#resetSecurity
+       vconftool $GOPTION set -t string db/setting/phone_passwd ""
+       rm -rf /opt/data/setting/set_info
+       #vconftool $GOPTION set -t string db/setting/privacy_passwd ""
+
+       vconftool $GOPTION set -t bool db/setting/power_on_lock "0"
+       vconftool $GOPTION set -t bool db/setting/phone_lock "0"
+       vconftool $GOPTION set -t bool db/setting/simple_password "1"
+       vconftool $GOPTION set -t bool db/setting/fmm/sim_change_alert "0"
+       vconftool $GOPTION set -t string db/setting/fmm/recipients ""
+       vconftool $GOPTION set -t string db/setting/fmm/sender ""
+       vconftool $GOPTION set -t string db/setting/fmm/alert_message ""
+       vconftool $GOPTION set -t bool db/setting/fmm/remote_control "0"
+       vconftool $GOPTION set -t bool db/setting/fmm/location_consent "0"
+
+       # NOT USED NOW.
+       vconftool $GOPTION set -t bool db/setting/rcs "0"
+
+       vconftool $GOPTION set -t int db/setting/phone_lock_attempts_left "5"
+       vconftool $GOPTION set -t string db/setting/phone_lock_timestamp ""
+       vconftool $GOPTION set -t int db/setting/sim_lock_attempts_left "5"
+       vconftool $GOPTION set -t string db/setting/sim_lock_timestamp ""
+
+#resetMemory
+       vconftool $GOPTION set -t int db/setting/default_memory/wap "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/bluetooth "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/camera "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/voice_recorder "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/fm_radio "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/all_share "0"
+       vconftool $GOPTION set -t int db/setting/default_memory/adobe_air "0"
+
+       # format - system server
+       #vconftool $GOPTION -i set -t int memory/mmc/format "0"
+
+#resetAbout
+       vconftool $GOPTION set -t string db/setting/device_name "Tizen"
+
+#resetMenuWidgets
+       vconftool $GOPTION set -t bool db/setting/adaptive_menu_order "0"
+
+       vconftool $GOPTION -i set -t int memory/setting/font_changed "0"
+       vconftool $GOPTION -i set -t int memory/mobile_hotspot/skin_changed "0"
+
+
+#create directory /opt/data/setting
+if [ "${USER}" == "root" ]
+then
+       if [ ! -d /opt/data/setting ]
+       then
+         mkdir -p /opt/data/setting
+       fi
+       chown 5000:5000 /opt/data/setting -R
+       chown 5000:5000 /opt/etc/X11/Xresources
+fi
+heynotitool set setting_time_changed -a
+
+
+%files
+%defattr(-,root,root,-)
+%attr(755,app,app) %dir /opt/data/setting
+/opt/apps/org.tizen.setting/bin/setting
+/opt/share/applications/org.tizen.setting.desktop
+/opt/apps/org.tizen.setting/res/*
+/opt/apps/org.tizen.setting/lib/*
+/opt/apps/org.tizen.setting/data/*
+/opt/ug/lib/*
diff --git a/resource/Open_Source_Announcement.html b/resource/Open_Source_Announcement.html
new file mode 100644 (file)
index 0000000..34b9dca
--- /dev/null
@@ -0,0 +1,4119 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title></title>
+<meta name="generator" content="HTML::TextToHTML v2.51"/>
+</head>
+<body>
+<p><b>License: AFLv2.1, GPLv2</b><br/>
+Packages: dbus, libdbus-1-0, libdbus-glib-1-2
+</p><p><b>License: AFLv2, LGPLv2.0</b><br/>
+Packages: libxdgmime
+</p><p><b>License: Apache License v2.0</b><br/>
+Packages: alarm-server, appsvc-tool, bluetooth-frwk-agent, bluetooth-frwk-test, bluetooth-share, capi-appfw-app-manager, capi-appfw-application, capi-base-common-dev, capi-content-media-content, capi-location-geocoder, capi-location-manager, capi-media-audio-io, capi-media-camera, capi-media-image-util, capi-media-player, capi-media-radio, capi-media-recorder, capi-media-sound-manager, capi-media-tone-player, capi-media-wav-player, capi-messaging-email, capi-messaging-mms, capi-messaging-sms, capi-network-bluetooth, capi-network-connection, capi-network-nfc, capi-social-calendar, capi-social-call-log, capi-social-contacts, capi-system-device, capi-system-haptic, capi-system-info, capi-system-power, capi-system-runtime-info, capi-system-sensor, capi-telephony-call, capi-telephony-network-info, capi-telephony-sim, capi-ui-efl-util, capi-uix-feedback, capi-uix-tts, org.tizen.bluetooth, org.tizen.bluetooth-headers, org.tizen.bluetooth-share-ui, org.tizen.bt-appsvc, org.tizen.bt-syspopup, org.tizen.idle-lock, org.tizen.voicerecorder, contacts-service-bin, default-fonts-fc-sdk, default-fonts-sdk, dlogutil-bin, drm-service-0, efl-theme-tizen, efl-theme-tizen-black, efl-theme-tizen-black-hd, efl-theme-tizen-hd, gps-manager, ise-engine-default, libail-0, libalarm-0, libapp-checker-0, libapp-checker-server-0, libappcore-common-0, libappcore-efl-0, libappsvc-0, libaul-1, libaul-1-executable, libbluetooth-engine-0, libbluetooth-frwk-0, libbundle-0, libcamsrcjpegenc, libcamsrcjpegenc-sw-libjpeg, libcert-svc-0, libconnectivity-device-interface-0, libcontacts-service, libdevman-0, libdlog-0, libdownload-agent-0, libheynoti-0, libmedia-service, libmedia-thumbnail, libmedia-utils, libmm-common, libmm-fileinfo, libmm-imgp-gstcs, libmm-log, libmm-player, libmm-radio, libmm-session-0, libmm-sound-0, libmm-sound-tool, libmm-ta, libmm-utility, libopencore-amrnb, libopencore-amrwb, libprivilege-control-0, librua-0, libsecurity-server-client-0, libslp-calendar-0, libslp-db-util-0, libslp-location, libslp-sensor-0, libslp-setting-0, libslp-sysman, libslp-tapi-0, libslp-utilx-0, libss-client-0, libstt, libsvi-0, libsys-assert-0, libtts, libug-setting-bluetooth-efl, libug-setting-manage-applications-efl-0, libui-gadget-0, libui-idlecapture-0, libuw-imap-toolkit-0, libvconf-0, location-geoclue-gpsd, location-geoclue-nominatim, location-gps-manager, media-data-sdk, media-server, media-thumbnail-server, mm-fileinfo-tools, mmfw-sysconf-cleansdk-target, mmfw-sysconf-simulator, nitz, opengl-es, opengl-es-virtual-drv, security-server, sonet0, ss-server, starter, svi-data-sdk, telephony-server, wrt, wrt-plugins-common, wrt-plugins-tizen, wrt-plugins-wac, wrt-test, openssh-client, openssh-server
+</p><p><b>Licence: BSD</b><br/>
+Packages: libuuid1
+</p><p><b>License: New BSD</b><br/>
+Packages: gpsd, libelektra-dev, libgps19, libiri, libjpeg-turbo, libogg0, libspeex1, libspeexdsp1, libtheora0, libvorbis0a, libvorbisenc2, libvorbisfile3, speex, ssh, strace
+</p><p><b>Licence: Simplified BSD</b><br/>
+Packages: e17, e17-data, e17-extra-modules, e17-misc, expedite, libecore, libecore-bin, libecore-con, libecore-config, libecore-data, libecore-doc, libecore-evas, libecore-fb, libecore-file, libecore-imf, libecore-input, libecore-ipc, libecore-x, libedbus, libedje, libedje-doc, libeet-bin, libeet-doc, libeet1, libefreet, libefreet-doc, libevas, libevas-doc, libevas-engines, libevas-engines-extras
+</p><p><b>License: bzip2</b><br/>
+Packages: libbz2-1.0, bzip2
+</p><p><b>License: BSD, GPLv2</b><br/>
+Packages: wpasupplicant
+</p><p><b>License: New BSD, GPLv3</b><br/>
+Packages: libcap2, libcap2-bin
+</p><p><b>License: Simplified BSD, GPLv2</b><br/>
+Packages: libedje-bin
+</p><p><b>License: Simplified BSD, Small/Pawn License</b><br>
+Packages: libembryo-bin, libembryo-doc, libembryo0
+</p><p><b>License: Simplified BSD, Motorola, New BSD</b><br>
+Packages: liboil0.3
+</p><p><b>License: Google, New BSD</b><br/>
+Packages: libpcre
+</p><p><b>License: perl License</b><br/>
+Packages: libperl5.10, perl, perl-base, perl-debug, perl-doc, perl-modules, perl-suid
+</p><p><b>License: GPLv2</b><br/>
+Packages: apt, bash, default-files-slp, login, mtd-utils, passwd, alsa-utils, base-files, base-passwd, bluez, busybox, busybox-symlinks-adduser, busybox-symlinks-adjtimex, busybox-symlinks-binutils, busybox-symlinks-bridge-utils, busybox-symlinks-bsdmainutils, busybox-symlinks-busybox, busybox-symlinks-bzip2, busybox-symlinks-console-tools, busybox-symlinks-cpio, busybox-symlinks-cron, busybox-symlinks-daemontools, busybox-symlinks-dc, busybox-symlinks-dnsutils, busybox-symlinks-dosfstools, busybox-symlinks-ed, busybox-symlinks-eject, busybox-symlinks-fbset, busybox-symlinks-fdflush, busybox-symlinks-hdparm, busybox-symlinks-ifupdown, busybox-symlinks-initscripts, busybox-symlinks-ipcalc, busybox-symlinks-iproute, busybox-symlinks-ipsvd, busybox-symlinks-iputils-arping, busybox-symlinks-iputils-ping, busybox-symlinks-klogd, busybox-symlinks-loadlin, busybox-symlinks-lrzsz, busybox-symlinks-lzma, busybox-symlinks-lzop, busybox-symlinks-module-init-tools, busybox-symlinks-mtd-utils, busybox-symlinks-net-tools, busybox-symlinks-openbsd-inetd, busybox-symlinks-passwd, busybox-symlinks-patch, busybox-symlinks-ppp, busybox-symlinks-procps, busybox-symlinks-psmisc, busybox-symlinks-rdate, busybox-symlinks-realpath, busybox-symlinks-rpm, busybox-symlinks-runit, busybox-symlinks-sharutils, busybox-symlinks-ssmtp, busybox-symlinks-sysklogd, busybox-symlinks-telnetd, busybox-symlinks-tftp, busybox-symlinks-time, busybox-symlinks-tofrodos, busybox-symlinks-udhcpc, busybox-symlinks-udhcpd, busybox-symlinks-unzip, busybox-symlinks-vlan, busybox-symlinks-vlock, busybox-symlinks-watchdog, busybox-symlinks-wget, busybox-symlinks-xterm, busybox-symlinks-zcip, connman, e2fsck-static, execstack, gnupg, gpgv, ifupdown, initscripts, insserv, iptables, lib64readline5, libbluetooth3, libc-bin, libc-dev-bin, libc6, libc6-i686, libc6-prof, libelfg0, libfuse-dev, libgstreamer-plugins-base0.10-0, libgudev-1.0-0, liblzo2-2, libpci3, libreadline5, libudev0, linux-base, linux-headers-2.6.36-trunk-all, linux-headers-2.6.36-trunk-all-armel, linux-headers-2.6.36-trunk-common, linux-headers-2.6.36-trunk-u1, linux-image-2.6.36-trunk-u1, linux-kbuild-2.6.36, linux-source-2.6.36, locales, lsb-base, ltrace, mawk, module-init-tools, netbase, obexd, oprofile, pciutils, pkg-config, prelink, procps, psmisc, ragel, readline-common, rlfe, locales-init, shared-mime-info, simulator-opengl-dev, smackutils, system-plugin-slp, sysv-rc, sysvinit, sysvinit-utils, u-boot, u-boot-tools, udev, usbutils, valgrind, tzdata-slp, fakeroot
+</p><p><b>License: GPLv2, LGPLv2.1</b><br/>
+Packages: attr, acl, libacl1, libattr1
+</p><p><b>License: GPLv3</b><br/>
+Packages: fixincludes, gdb, gdbserver, binutils, binutils-gold, binutils-multiarch, cpp-4.5, g++-4.5, gcc-4.5, gcc-4.5-locales, gcc-4.5-source, libblkid1, libgcc1, libgomp1, libmpfr4, libmudflap0, boot-console-init, boot-telnet-init, uuid-runtime
+</p><p><b>License: GPLv3, LGPLv2.1</b><br/>
+Packages: libidn11
+</p><p><b>License: GPLv3, LGPLv3</b><br/>
+Packages: libgmp10, libgmpxx4ldbl
+</p><p><b>License: LGPLv2.0</b><br/>
+Packages: gconf-dbus-utils, geoclue, geoclue-gpsd, geoclue-nominatim, glib-networking, gstreamer-tools, gstreamer0.10-plugins-base, gstreamer0.10-plugins-base-apps, gstreamer0.10-plugins-ugly, gstreamer0.10-tools, gstreamer0.10-x, libfreealut, libfribidi0, libgconf-dbus, libgeoclue, libglib2.0-0, libglib2.0-0-refdbg, libglib2.0-bin, libglib2.0-data, libglib2.0-dev, libglib2.0-doc, libgstreamer0.10-0, libopenal-soft, libpango1.0, libpango1.0-common, libsoup2.4
+</p><p><b>License: LGPLv2.1</b><br/>
+Packages: alsa-scenario-scn-data-0, alsa-scenario-scn-data-0-base, alsa-scenario-scn-data-0-mc1n2, check, dialog, elm-misc, gstreamer0.10-alsa, gstreamer0.10-ffmpeg, gstreamer0.10-plugins-bad, gstreamer0.10-plugins-ext, gstreamer0.10-plugins-good, libaccounts-svc-0, libascenario-0, libasound2, libavcodec, libavformat, libavutil, libc6-dev, libeina, libeina-doc, libethumb, libethumb-bin, libexif12, libgcrypt11, libgnutls26, libgpg-error0, libisf-bin, libjson-glib, libmpc2, libnotification-0, libopenobex1, libpulse0, libsmack-0, libsndfile1, libsocial-service-0, libswscale, libusb-0.1-4, libwbxml2-0, libwbxml2-utils, location-geoclue-pdr, location-geoclue-xps, pulseaudio, pulseaudio-module-bluetooth, pulseaudio-utils, sndfile-programs, sqlfs-bin, libelm, libelm-bin
+</p><p><b>License: LGPLv2.1, Mozilla Public License 1.1</b><br>
+Packages: libcairo2
+</p><p><b>License: libpng License</b><br/>
+Packages: libpng12-0, libpng3
+</p><p><b>License: ICU License</b><br/>
+Packages: icu-doc, libicu
+</p><p><b>License: MIT/X Consortium License</b><br/>
+Packages: libexpat1, expat
+</p><p><b>License: MIT License</b><br/>
+Packages: fontconfig, fontconfig-config, giflib-tools, iniparser, libcurl, libcurl3, libdmx1, libdri2, libdrm-slp1, libdrm2, libfontconfig1, libfontenc1, libgif4, libharfbuzz, libice6, libkms1, liblua5.1-0, liboauth, libpciaccess0, libpixman-1-0, libpthread-stubs0, libsm6, libungif-bin, libungif4g, libx11-6, libx11-data, libx11-xcb1, libxau6, libxaw7, libxcb-atom1, libxcb-aux0, libxcb-composite0, libxcb-damage0, libxcb-dpms0, libxcb-dri2-0, libxcb-event1, libxcb-glx0, libxcb-icccm1, libxcb-image0, libxcb-keysyms1, libxcb-property1, libxcb-randr0, libxcb-record0, libxcb-render-util0, libxcb-render0, libxcb-reply1, libxcb-res0, libxcb-screensaver0, libxcb-shape0, libxcb-shm0, libxcb-sync0, libxcb-xevie0, libxcb-xf86dri0, libxcb-xfixes0, libxcb-xinerama0, libxcb-xprint0, libxcb-xtest0, libxcb-xv0, libxcb-xvmc0, libxcb1, libxcomposite1, libxcursor1, libxdamage1, libxdmcp6, libxext6, libxfixes3, libxfont1, libxft2, libxgesture0, libxi6, libxinerama1, libxkbfile1, libxml2, libxml2-0, libxml2-doc, libxml2-utils, libxmlsec1, libxmlsec1-openssl, libxmu-headers, libxmu6, libxmuu1, libxpm4, libxrandr2, libxrender1, libxres1, libxslt1.1, libxt6, libxtrap6, libxtst6, libxv1, libxxf86dga1, libxxf86misc1, libxxf86vm1, lua5.1, lua5.1-doc, python-xcbgen, x11-apps, x11-common, x11-utils, x11-xkb-utils, x11-xserver-utils, x11proto-bigreqs-dev, x11proto-composite-dev, x11proto-core-dev, x11proto-damage-dev, x11proto-dmx-dev, x11proto-dri2-dev, x11proto-fixes-dev, x11proto-fontcache-dev, x11proto-fonts-dev, x11proto-gesture-dev, x11proto-input-dev, x11proto-kb-dev, x11proto-randr-dev, x11proto-record-dev, x11proto-render-dev, x11proto-resource-dev, x11proto-scrnsaver-dev, x11proto-trap-dev, x11proto-video-dev, x11proto-xcmisc-dev, x11proto-xext-dev, x11proto-xf86bigfont-dev, x11proto-xf86dga-dev, x11proto-xf86dri-dev, x11proto-xf86misc-dev, x11proto-xf86vidmode-dev, x11proto-xinerama-dev, xbitmaps, xcb-proto, xfonts-utils, xinit, xinput, xkb-data, xkb-data-i18n, xpmutils, xrestop, xserver-common, xserver-xorg-core, xserver-xorg-input-evdev, xserver-xorg-input-evdev-multitouch, xserver-xorg-input-gesture, xserver-xorg-misc-emulfb, xserver-xorg-tools, xserver-xorg-video-emulfb, xtrans-dev, xutils-dev
+</p><p><b>License: ISC(Internet Software Consortium)</b><br>
+Packages: rfkill
+</p><p><b>License: MIT, ISC(Internet Software Consortium)</b><br>
+Packages: libc-ares2
+</p><p><b>License: OpenSSL License</b><br/>
+Packages: libssl-dev, libssl1.0.0, openssl
+</p><p><b>License: Red Hat Software</b><br/>
+Packages: popt
+</p><p><b>License: Zlib license</b><br/>
+Packages: zlib-bin, zlib1g, zlib1g-dev, libbullet-0
+</p><p><b>License: FreeType License or GPLv2</b><br/>
+Packages: libfreetype6
+</p><p><b>License: bzip2</b><br/>
+Packages: libbz2-1.0, bzip2
+</p><p><b>License: Samsung Proprietary</b><br/>
+Packages: org.tizen.sat-ui, geoclue-pdr, geoclue-xps, libslp-lbs-plugin-csr, boot-network-init
+</p><p><b>License: Apachev2.0, MIT, CPOL</b><br/>
+Packages: wrt-commons
+</p><p><b>License: libjpeg license</b><br/>
+Packages: libjpeg-progs
+</p><p><b>License: ncurse license</b><br/>
+Packages: ncurses-bin, ncurses-term, ncurse license, libncurses5
+</p><p><b>License: GCC 4.5 License</b><br/>
+Packages: libstdc++6
+</p>
+<hr/>
+The Academic Free License v. 2.1
+<p>This Academic Free License (the "License") applies to any original work of authorship
+(the "Original Work") whose owner (the "Licensor") has placed the following notice immediately
+following the copyright notice for the Original Work:
+</p><p>Licensed under the Academic Free License version 2.1
+</p><ol>
+  <li>Grant of Copyright License. Licensor hereby grants You a
+world-wide, royalty-free, non-exclusive, perpetual, sublicenseable
+license to do the following:  </li><li>to reproduce the Original Work in copies;  </li><li>to prepare derivative works ("Derivative Works") based upon the Original Work;  </li><li>to distribute copies of the Original Work and Derivative Works to the public;  </li><li>to perform the Original Work publicly; and  </li><li>to display the Original Work publicly.  </li><li>Grant of Patent License. Licensor hereby grants You a world-wide,
+royalty-free, non-exclusive, perpetual, sublicenseable license, under
+patent claims owned or controlled by the Licensor that are embodied in
+the Original Work as furnished by the Licensor, to make, use, sell and
+offer for sale the Original Work and Derivative Works.  </li><li>Grant of Source Code License. The term "Source Code" means the
+preferred form of the Original Work for making modifications to it and
+all available documentation describing how to modify the Original
+Work. Licensor hereby agrees to provide a machine-readable copy of the
+Source Code of the Original Work along with each copy of the Original
+Work that Licensor distributes. Licensor reserves the right to satisfy
+this obligation by placing a machine-readable copy of the Source Code
+in an information repository reasonably calculated to permit
+inexpensive and convenient access by You for as long as Licensor
+continues to distribute the Original Work, and by publishing the
+address of that information repository in a notice immediately
+following the copyright notice that applies to the Original Work.  </li><li>Exclusions From License Grant. Neither the names of Licensor, nor
+the names of any contributors to the Original Work, nor any of their
+trademarks or service marks, may be used to endorse or promote
+products derived from this Original Work without express prior written
+permission of the Licensor. Nothing in this License shall be deemed to
+grant any rights to trademarks, copyrights, patents, trade secrets or
+any other intellectual property of Licensor except as expressly stated
+herein. No patent license is granted to make, use, sell or offer to
+sell embodiments of any patent claims other than the licensed claims
+defined in Section 2. No right is granted to the trademarks of
+Licensor even if such marks are included in the Original Work. Nothing
+in this License shall be interpreted to prohibit Licensor from
+licensing under different terms from this License any Original Work
+that Licensor otherwise would have a right to license.  </li><li>This section intentionally omitted.  </li><li>Attribution Rights. You must retain, in the Source Code of any
+Derivative Works that You create, all copyright, patent or trademark
+notices from the Source Code of the Original Work, as well as any
+notices of licensing and any descriptive text identified therein as an
+"Attribution Notice." You must cause the Source Code for any
+Derivative Works that You create to carry a prominent Attribution
+Notice reasonably calculated to inform recipients that You have
+modified the Original Work.  </li><li>Warranty of Provenance and Disclaimer of Warranty. Licensor
+warrants that the copyright in and to the Original Work and the patent
+rights granted herein by Licensor are owned by the Licensor or are
+sublicensed to You under the terms of this License with the permission
+of the contributor(s) of those copyrights and patent rights. Except as
+expressly stated in the immediately proceeding sentence, the Original
+Work is provided under this License on an "AS IS" BASIS and WITHOUT
+WARRANTY, either express or implied, including, without limitation,
+the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A
+<strong>PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL</strong>
+WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential
+part of this License. No license to Original Work is granted hereunder
+except under this disclaimer.  </li><li>Limitation of Liability. Under no circumstances and under no legal
+theory, whether in tort (including negligence), contract, or
+otherwise, shall the Licensor be liable to any person for any direct,
+indirect, special, incidental, or consequential damages of any
+character arising as a result of this License or the use of the
+Original Work including, without limitation, damages for loss of
+goodwill, work stoppage, computer failure or malfunction, or any and
+all other commercial damages or losses. This limitation of liability
+shall not apply to liability for death or personal injury resulting
+from Licensor's negligence to the extent applicable law prohibits such
+limitation. Some jurisdictions do not allow the exclusion or
+limitation of incidental or consequential damages, so this exclusion
+and limitation may not apply to You.  </li><li>Acceptance and Termination. If You distribute copies of the
+Original Work or a Derivative Work, You must make a reasonable effort
+under the circumstances to obtain the express assent of recipients to
+the terms of this License. Nothing else but this License (or another
+written agreement between Licensor and You) grants You permission to
+create Derivative Works based upon the Original Work or to exercise
+any of the rights granted in Section 1 herein, and any attempt to do
+so except under the terms of this License (or another written
+agreement between Licensor and You) is expressly prohibited by
+U.S. copyright law, the equivalent laws of other countries, and by
+international treaty. Therefore, by exercising any of the rights
+granted to You in Section 1 herein, You indicate Your acceptance of
+this License and all of its terms and conditions.  </li><li>Termination for Patent Action. This License shall terminate
+automatically and You may no longer exercise any of the rights granted
+to You by this License as of the date You commence an action,
+including a cross-claim or counterclaim, against Licensor or any
+licensee alleging that the Original Work infringes a patent. This
+termination provision shall not apply for an action alleging patent
+infringement by combinations of the Original Work with other software
+or hardware.  </li><li>Jurisdiction, Venue and Governing Law. Any action or suit relating
+to this License may be brought only in the courts of a jurisdiction
+wherein the Licensor resides or in which Licensor conducts its primary
+business, and under the laws of that jurisdiction excluding its
+conflict-of-law provisions. The application of the United Nations
+Convention on Contracts for the International Sale of Goods is
+expressly excluded. Any use of the Original Work outside the scope of
+this License or after its termination shall be subject to the
+requirements and penalties of the U.S. Copyright Act, 17 U.S.C. A&Acirc;&sect; 101
+et seq., the equivalent laws of other countries, and international
+treaty. This section shall survive the termination of this License.  </li><li>Attorneys Fees. In any action to enforce the terms of this License
+or seeking damages relating thereto, the prevailing party shall be
+entitled to recover its costs and expenses, including, without
+limitation, reasonable attorneys' fees and costs incurred in
+connection with such action, including any appeal of such action. This
+section shall survive the termination of this License.  </li><li>Miscellaneous. This License represents the complete agreement
+concerning the subject matter hereof. If any provision of this License
+is held to be unenforceable, such provision shall be reformed only to
+the extent necessary to make it enforceable.  </li><li>Definition of "You" in This License. "You" throughout this
+License, whether in upper or lower case, means an individual or a
+legal entity exercising rights under, and complying with all of the
+terms of, this License. For legal entities, "You" includes any entity
+that controls, is controlled by, or is under common control with
+you. For purposes of this definition, "control" means (i) the power,
+direct or indirect, to cause the direction or management of such
+entity, whether by contract or otherwise, or (ii) ownership of fifty
+percent (50%) or more of the outstanding shares, or (iii) beneficial
+ownership of such entity.  </li><li>Right to Use. You may use the Original Work in all ways not
+otherwise restricted or conditioned by this License or by law, and
+Licensor promises not to interfere with or be responsible for such
+uses by You.</li></ol>
+<p>This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights
+reserved. Permission is hereby granted to copy and distribute this
+license without modification. This license may not be modified without
+the express written permission of its copyright owner.
+</p>
+<p>--<br/>
+END OF ACADEMIC FREE LICENSE. The following is intended to describe the essential
+differences between the Academic Free License (AFL) version 1.0 and other
+open source licenses:
+</p><p>The Academic Free License is similar to the BSD, MIT, UoI/NCSA and Apache
+licenses in many respects but it is intended to solve a few problems with
+those licenses.
+</p><ul>
+  <li>The AFL is written so as to make it clear what software is being
+licensed (by the inclusion of a statement following the copyright notice
+in the software). This way, the license functions better than a template
+license. The BSD, MIT and UoI/NCSA licenses apply to unidentified software.  </li><li>The AFL contains a complete copyright grant to the software. The BSD
+and Apache licenses are vague and incomplete in that respect.  </li><li>The AFL contains a complete patent grant to the software. The BSD, MIT,
+UoI/NCSA and Apache licenses rely on an implied patent license and contain
+no explicit patent grant.  </li><li>The AFL makes it clear that no trademark rights are granted to the
+licensor's trademarks. The Apache license contains such a provision, but the
+BSD, MIT and UoI/NCSA licenses do not.  </li><li>The AFL includes the warranty by the licensor that it either owns the
+copyright or that it is distributing the software under a license. None of
+the other licenses contain that warranty. All other warranties are disclaimed,
+as is the case for the other licenses.  </li><li>The AFL is itself copyrighted (with the right granted to copy and distribute
+without modification). This ensures that the owner of the copyright to the
+license will control changes. The Apache license contains a copyright notice,
+but the BSD, MIT and UoI/NCSA licenses do not.
+</li></ul>
+<hr/>
+Apache License v2.0
+<pre>
+                                    Apache License
+                           Version 2.0, January 2004
+                        <a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a></pre>
+<p><strong>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</strong>
+</p><ol>
+  <li>Definitions.<p>      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+</p><p>      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+</p><p>      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+</p><p>      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+</p><p>      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+</p><p>      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+</p><p>      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+</p><p>      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+</p><p>      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+</p><p>      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+</p>  </li><li>Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.  </li><li>Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.  </li><li>Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:<p>      (a) You must give any other recipients of the Work or
+</p><p>          Derivative Works a copy of this License; and
+</p><p>      (b) You must cause any modified files to carry prominent notices
+</p><p>          stating that You changed the files; and
+</p><p>      (c) You must retain, in the Source form of any Derivative Works
+</p><p>          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+</p><p>      (d) If the Work includes a "NOTICE" text file as part of its
+</p><p>          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+</p><p>      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+</p>  </li><li>Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.  </li><li>Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.  </li><li>Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.  </li><li>Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.  </li><li>Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.</li></ol>
+<p><strong>END OF TERMS AND CONDITIONS</strong>
+</p><p>   APPENDIX: How to apply the Apache License to your work.
+</p><pre>
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.</pre>
+<p>   Copyright [yyyy] [name of copyright owner]
+</p><p>   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
+</p><p>       <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>
+</p><p>   Unless required by applicable law or agreed to in writing, software
+   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.
+</p><hr/>
+Mozilla Public License 1.1
+<pre>
+                          MOZILLA PUBLIC LICENSE
+                                Version 1.1
+                              ---------------</pre>
+<ol>
+  <li>Definitions.</li></ol>
+<p> 1.0.1. "Commercial Use" means distribution or otherwise making the
+ Covered Code available to a third party.
+</p><p> 1.1. "Contributor" means each entity that creates or contributes to
+ the creation of Modifications.
+</p><p> 1.2. "Contributor Version" means the combination of the Original
+ Code, prior Modifications used by a Contributor, and the Modifications
+ made by that particular Contributor.
+</p><p> 1.3. "Covered Code" means the Original Code or Modifications or the
+ combination of the Original Code and Modifications, in each case
+ including portions thereof.
+</p><p> 1.4. "Electronic Distribution Mechanism" means a mechanism generally
+ accepted in the software development community for the electronic
+ transfer of data.
+</p><p> 1.5. "Executable" means Covered Code in any form other than Source
+ Code.
+</p><p> 1.6. "Initial Developer" means the individual or entity identified
+ as the Initial Developer in the Source Code notice required by Exhibit
+ A.
+</p><p> 1.7. "Larger Work" means a work which combines Covered Code or
+ portions thereof with code not governed by the terms of this License.
+</p><p> 1.8. "License" means this document.
+</p><p> 1.8.1. "Licensable" means having the right to grant, to the maximum
+ extent possible, whether at the time of the initial grant or
+ subsequently acquired, any and all of the rights conveyed herein.
+</p><p> 1.9. "Modifications" means any addition to or deletion from the
+ substance or structure of either the Original Code or any previous
+ Modifications. When Covered Code is released as a series of files, a
+ Modification is:
+</p><ol>
+  <li>Any addition to or deletion from the contents of a file
+      containing Original Code or previous Modifications.  </li><li>Any new file that contains any part of the Original Code or
+      previous Modifications.</li></ol>
+<p> 1.10. "Original Code" means Source Code of computer software code
+ which is described in the Source Code notice required by Exhibit A as
+ Original Code, and which, at the time of its release under this
+ License is not already Covered Code governed by this License.
+</p><p> 1.10.1. "Patent Claims" means any patent claim(s), now owned or
+ hereafter acquired, including without limitation,  method, process,
+ and apparatus claims, in any patent Licensable by grantor.
+</p><p> 1.11. "Source Code" means the preferred form of the Covered Code for
+ making modifications to it, including all modules it contains, plus
+ any associated interface definition files, scripts used to control
+ compilation and installation of an Executable, or source code
+ differential comparisons against either the Original Code or another
+ well known, available Covered Code of the Contributor's choice. The
+ Source Code can be in a compressed or archival form, provided the
+ appropriate decompression or de-archiving software is widely available
+ for no charge.
+</p><p> 1.12. "You" (or "Your")  means an individual or a legal entity
+ exercising rights under, and complying with all of the terms of, this
+ License or a future version of this License issued under Section 6.1.
+ For legal entities, "You" includes any entity which controls, is
+ controlled by, or is under common control with You. For purposes of
+ this definition, "control" means (a) the power, direct or indirect,
+ to cause the direction or management of such entity, whether by
+ contract or otherwise, or (b) ownership of more than fifty percent
+ (50%) of the outstanding shares or beneficial ownership of such
+ entity.
+</p><p>2. Source Code License.
+</p><p> 2.1. The Initial Developer Grant.<br/>
+ The Initial Developer hereby grants You a world-wide, royalty-free,
+ non-exclusive license, subject to third party intellectual property
+</p><dl>
+  <dt>claims</dt>
+<dd></dd></dl>
+<p>  (a)  under intellectual property rights (other than patent or
+  trademark) Licensable by Initial Developer to use, reproduce,
+  modify, display, perform, sublicense and distribute the Original
+  Code (or portions thereof) with or without Modifications, and/or
+  as part of a Larger Work; and
+</p><p>  (b) under Patents Claims infringed by the making, using or
+  selling of Original Code, to make, have made, use, practice,
+  sell, and offer for sale, and/or otherwise dispose of the
+  Original Code (or portions thereof).
+</p><p>  (c) the licenses granted in this Section 2.1(a) and (b) are
+  effective on the date Initial Developer first distributes
+  Original Code under the terms of this License.
+</p><p>  (d) Notwithstanding Section 2.1(b) above, no patent license is
+  granted: 1) for code that You delete from the Original Code; 2)
+  separate from the Original Code;  or 3) for infringements caused
+  by: i) the modification of the Original Code or ii) the
+  combination of the Original Code with other software or devices.
+</p><p> 2.2. Contributor Grant.<br/>
+ Subject to third party intellectual property claims, each Contributor
+ hereby grants You a world-wide, royalty-free, non-exclusive license
+</p><p>  (a)  under intellectual property rights (other than patent or
+  trademark) Licensable by Contributor, to use, reproduce, modify,
+  display, perform, sublicense and distribute the Modifications
+  created by such Contributor (or portions thereof) either on an
+  unmodified basis, with other Modifications, as Covered Code
+  and/or as part of a Larger Work; and
+</p><p>  (b) under Patent Claims infringed by the making, using, or
+  selling of  Modifications made by that Contributor either alone
+  and/or in combination with its Contributor Version (or portions
+  of such combination), to make, use, sell, offer for sale, have
+  made, and/or otherwise dispose of: 1) Modifications made by that
+  Contributor (or portions thereof); and 2) the combination of
+  Modifications made by that Contributor with its Contributor
+  Version (or portions of such combination).
+</p><p>  (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
+  effective on the date Contributor first makes Commercial Use of
+  the Covered Code.
+</p><p>  (d)    Notwithstanding Section 2.2(b) above, no patent license is
+  granted: 1) for any code that Contributor has deleted from the
+  Contributor Version; 2)  separate from the Contributor Version;
+  3)  for infringements caused by: i) third party modifications of
+  Contributor Version or ii)  the combination of Modifications made
+  by that Contributor with other software  (except as part of the
+  Contributor Version) or other devices; or 4) under Patent Claims
+  infringed by Covered Code in the absence of Modifications made by
+  that Contributor.
+</p><p>3. Distribution Obligations.
+</p><p> 3.1. Application of License.<br/>
+ The Modifications which You create or to which You contribute are
+ governed by the terms of this License, including without limitation
+ Section 2.2. The Source Code version of Covered Code may be
+ distributed only under the terms of this License or a future version
+ of this License released under Section 6.1, and You must include a
+ copy of this License with every copy of the Source Code You
+ distribute. You may not offer or impose any terms on any Source Code
+ version that alters or restricts the applicable version of this
+ License or the recipients' rights hereunder. However, You may include
+ an additional document offering the additional rights described in
+ Section 3.5.
+</p><p> 3.2. Availability of Source Code.<br/>
+ Any Modification which You create or to which You contribute must be
+ made available in Source Code form under the terms of this License
+ either on the same media as an Executable version or via an accepted
+ Electronic Distribution Mechanism to anyone to whom you made an
+ Executable version available; and if made available via Electronic
+ Distribution Mechanism, must remain available for at least twelve (12)
+ months after the date it initially became available, or at least six
+ (6) months after a subsequent version of that particular Modification
+ has been made available to such recipients. You are responsible for
+ ensuring that the Source Code version remains available even if the
+ Electronic Distribution Mechanism is maintained by a third party.
+</p><p> 3.3. Description of Modifications.<br/>
+ You must cause all Covered Code to which You contribute to contain a
+ file documenting the changes You made to create that Covered Code and
+ the date of any change. You must include a prominent statement that
+ the Modification is derived, directly or indirectly, from Original
+ Code provided by the Initial Developer and including the name of the
+ Initial Developer in (a) the Source Code, and (b) in any notice in an
+ Executable version or related documentation in which You describe the
+ origin or ownership of the Covered Code.
+</p><p> 3.4. Intellectual Property Matters
+</p><p>  (a) Third Party Claims.<br/>
+  If Contributor has knowledge that a license under a third party's
+  intellectual property rights is required to exercise the rights
+  granted by such Contributor under Sections 2.1 or 2.2,
+  Contributor must include a text file with the Source Code
+  distribution titled "LEGAL" which describes the claim and the
+  party making the claim in sufficient detail that a recipient will
+  know whom to contact. If Contributor obtains such knowledge after
+  the Modification is made available as described in Section 3.2,
+  Contributor shall promptly modify the LEGAL file in all copies
+  Contributor makes available thereafter and shall take other steps
+  (such as notifying appropriate mailing lists or newsgroups)
+  reasonably calculated to inform those who received the Covered
+  Code that new knowledge has been obtained.
+</p><p>  (b) Contributor APIs.<br/>
+  If Contributor's Modifications include an application programming
+  interface and Contributor has knowledge of patent licenses which
+  are reasonably necessary to implement that API, Contributor must
+  also include this information in the LEGAL file.
+</p><p>  (c) Representations.<br/>
+  Contributor represents that, except as disclosed pursuant to
+  Section 3.4(a) above, Contributor believes that Contributor's
+  Modifications are Contributor's original creation(s) and/or
+  Contributor has sufficient rights to grant the rights conveyed by
+  this License.
+</p><p> 3.5. Required Notices.<br/>
+ You must duplicate the notice in Exhibit A in each file of the Source
+ Code.  If it is not possible to put such notice in a particular Source
+ Code file due to its structure, then You must include such notice in a
+ location (such as a relevant directory) where a user would be likely
+ to look for such a notice.  If You created one or more Modification(s)
+ You may add your name as a Contributor to the notice described in
+ Exhibit A.  You must also duplicate this License in any documentation
+ for the Source Code where You describe recipients' rights or ownership
+ rights relating to Covered Code.  You may choose to offer, and to
+ charge a fee for, warranty, support, indemnity or liability
+ obligations to one or more recipients of Covered Code. However, You
+ may do so only on Your own behalf, and not on behalf of the Initial
+ Developer or any Contributor. You must make it absolutely clear than
+ any such warranty, support, indemnity or liability obligation is
+ offered by You alone, and You hereby agree to indemnify the Initial
+ Developer and every Contributor for any liability incurred by the
+ Initial Developer or such Contributor as a result of warranty,
+ support, indemnity or liability terms You offer.
+</p><p> 3.6. Distribution of Executable Versions.
+ You may distribute Covered Code in Executable form only if the
+ requirements of Section 3.1-3.5 have been met for that Covered Code,
+ and if You include a notice stating that the Source Code version of
+ the Covered Code is available under the terms of this License,
+ including a description of how and where You have fulfilled the
+ obligations of Section 3.2. The notice must be conspicuously included
+ in any notice in an Executable version, related documentation or
+ collateral in which You describe recipients' rights relating to the
+ Covered Code. You may distribute the Executable version of Covered
+ Code or ownership rights under a license of Your choice, which may
+ contain terms different from this License, provided that You are in
+ compliance with the terms of this License and that the license for the
+ Executable version does not attempt to limit or alter the recipient's
+ rights in the Source Code version from the rights set forth in this
+ License. If You distribute the Executable version under a different
+ license You must make it absolutely clear that any terms which differ
+ from this License are offered by You alone, not by the Initial
+ Developer or any Contributor. You hereby agree to indemnify the
+ Initial Developer and every Contributor for any liability incurred by
+ the Initial Developer or such Contributor as a result of any such
+ terms You offer.
+</p><p> 3.7. Larger Works.<br/>
+ You may create a Larger Work by combining Covered Code with other code
+ not governed by the terms of this License and distribute the Larger
+ Work as a single product. In such a case, You must make sure the
+ requirements of this License are fulfilled for the Covered Code.
+</p><p>4. Inability to Comply Due to Statute or Regulation.
+</p><p> If it is impossible for You to comply with any of the terms of this
+ License with respect to some or all of the Covered Code due to
+ statute, judicial order, or regulation then You must: (a) comply with
+ the terms of this License to the maximum extent possible; and (b)
+ describe the limitations and the code they affect. Such description
+ must be included in the LEGAL file described in Section 3.4 and must
+ be included with all distributions of the Source Code. Except to the
+ extent prohibited by statute or regulation, such description must be
+ sufficiently detailed for a recipient of ordinary skill to be able to
+ understand it.
+</p><p>5. Application of this License.
+</p><p> This License applies to code to which the Initial Developer has
+ attached the notice in Exhibit A and to related Covered Code.
+</p><p>6. Versions of the License.
+</p><p> 6.1. New Versions.<br/>
+ Netscape Communications Corporation ("Netscape") may publish revised
+ and/or new versions of the License from time to time. Each version
+ will be given a distinguishing version number.
+</p><p> 6.2. Effect of New Versions.<br/>
+ Once Covered Code has been published under a particular version of the
+ License, You may always continue to use it under the terms of that
+ version. You may also choose to use such Covered Code under the terms
+ of any subsequent version of the License published by Netscape. No one
+ other than Netscape has the right to modify the terms applicable to
+ Covered Code created under this License.
+</p><p> 6.3. Derivative Works.<br/>
+ If You create or use a modified version of this License (which you may
+ only do in order to apply it to code which is not already Covered Code
+ governed by this License), You must (a) rename Your license so that
+ the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
+ "MPL", "NPL" or any confusingly similar phrase do not appear in your
+ license (except to note that your license differs from this License)
+ and (b) otherwise make it clear that Your version of the license
+ contains terms which differ from the Mozilla Public License and
+ Netscape Public License. (Filling in the name of the Initial
+ Developer, Original Code or Contributor in the notice described in
+ Exhibit A shall not of themselves be deemed to be modifications of
+ this License.)
+</p><p><strong>7. DISCLAIMER OF WARRANTY.</strong>
+</p><p><strong>COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,</strong>
+<strong>WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,</strong>
+<strong>WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF</strong>
+<strong>DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.</strong>
+<strong>THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE</strong>
+<strong>IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,</strong>
+<strong>YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE</strong>
+<strong>COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER</strong>
+<strong>OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF</strong>
+<strong>ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.</strong>
+</p><p><strong>8. TERMINATION.</strong>
+</p><p> 8.1.  This License and the rights granted hereunder will terminate
+ automatically if You fail to comply with terms herein and fail to cure
+ such breach within 30 days of becoming aware of the breach. All
+ sublicenses to the Covered Code which are properly granted shall
+ survive any termination of this License. Provisions which, by their
+ nature, must remain in effect beyond the termination of this License
+ shall survive.
+</p><p> 8.2.  If You initiate litigation by asserting a patent infringement
+ claim (excluding declatory judgment actions) against Initial Developer
+ or a Contributor (the Initial Developer or Contributor against whom
+ You file such action is referred to as "Participant")  alleging that:
+</p><p> (a)  such Participant's Contributor Version directly or indirectly
+ infringes any patent, then any and all rights granted by such
+ Participant to You under Sections 2.1 and/or 2.2 of this License
+ shall, upon 60 days notice from Participant terminate prospectively,
+ unless if within 60 days after receipt of notice You either: (i)
+ agree in writing to pay Participant a mutually agreeable reasonable
+ royalty for Your past and future use of Modifications made by such
+ Participant, or (ii) withdraw Your litigation claim with respect to
+ the Contributor Version against such Participant.  If within 60 days
+ of notice, a reasonable royalty and payment arrangement are not
+ mutually agreed upon in writing by the parties or the litigation claim
+ is not withdrawn, the rights granted by Participant to You under
+ Sections 2.1 and/or 2.2 automatically terminate at the expiration of
+ the 60 day notice period specified above.
+</p><p> (b)  any software, hardware, or device, other than such Participant's
+ Contributor Version, directly or indirectly infringes any patent, then
+ any rights granted to You by such Participant under Sections 2.1(b)
+ and 2.2(b) are revoked effective as of the date You first made, used,
+ sold, distributed, or had made, Modifications made by that
+ Participant.
+</p><p> 8.3.  If You assert a patent infringement claim against Participant
+ alleging that such Participant's Contributor Version directly or
+ indirectly infringes any patent where such claim is resolved (such as
+ by license or settlement) prior to the initiation of patent
+ infringement litigation, then the reasonable value of the licenses
+ granted by such Participant under Sections 2.1 or 2.2 shall be taken
+ into account in determining the amount or value of any payment or
+ license.
+</p><p> 8.4.  In the event of termination under Sections 8.1 or 8.2 above,
+ all end user license agreements (excluding distributors and resellers)
+ which have been validly granted by You or any distributor hereunder
+ prior to termination shall survive termination.
+</p><p><strong>9. LIMITATION OF LIABILITY.</strong>
+</p><p><strong>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT</strong>
+<strong>(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL</strong>
+<strong>DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,</strong>
+<strong>OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR</strong>
+<strong>ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY</strong>
+<strong>CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,</strong>
+<strong>WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER</strong>
+<strong>COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN</strong>
+<strong>INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF</strong>
+<strong>LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY</strong>
+<strong>RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW</strong>
+<strong>PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE</strong>
+<strong>EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO</strong>
+<strong>THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.</strong>
+</p><p><strong>10. U.S. GOVERNMENT END USERS.</strong>
+</p><p> The Covered Code is a "commercial item," as that term is defined in
+ 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
+ software" and "commercial computer software documentation," as such
+ terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
+ C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
+ all U.S. Government End Users acquire Covered Code with only those
+ rights set forth herein.
+</p><p><strong>11. MISCELLANEOUS.</strong>
+</p><p> This License represents the complete agreement concerning subject
+ matter hereof. If any provision of this License is held to be
+ unenforceable, such provision shall be reformed only to the extent
+ necessary to make it enforceable. This License shall be governed by
+ California law provisions (except to the extent applicable law, if
+ any, provides otherwise), excluding its conflict-of-law provisions.
+ With respect to disputes in which at least one party is a citizen of,
+ or an entity chartered or registered to do business in the United
+ States of America, any litigation relating to this License shall be
+ subject to the jurisdiction of the Federal Courts of the Northern
+ District of California, with venue lying in Santa Clara County,
+ California, with the losing party responsible for costs, including
+ without limitation, court costs and reasonable attorneys' fees and
+ expenses. The application of the United Nations Convention on
+ Contracts for the International Sale of Goods is expressly excluded.
+ Any law or regulation which provides that the language of a contract
+ shall be construed against the drafter shall not apply to this
+ License.
+</p><p><strong>12. RESPONSIBILITY FOR CLAIMS.</strong>
+</p><p> As between Initial Developer and the Contributors, each party is
+ responsible for claims and damages arising, directly or indirectly,
+ out of its utilization of rights under this License and You agree to
+ work with Initial Developer and Contributors to distribute such
+ responsibility on an equitable basis. Nothing herein is intended or
+ shall be deemed to constitute any admission of liability.
+</p><p><strong>13. MULTIPLE-LICENSED CODE.</strong>
+</p><p> Initial Developer may designate portions of the Covered Code as
+ "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
+ Developer permits you to utilize portions of the Covered Code under
+ Your choice of the NPL or the alternative licenses, if any, specified
+ by the Initial Developer in the file described in Exhibit A.
+</p><p>EXHIBIT A -Mozilla Public License.
+</p><p> ``The contents of this file are subject to the Mozilla Public License
+ Version 1.1 (the "License"); you may not use this file except in
+ compliance with the License. You may obtain a copy of the License at
+ <a href="http://www.mozilla.org/MPL/">http://www.mozilla.org/MPL/</a>
+</p><p> Software distributed under the License is distributed on an "AS IS"
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ License for the specific language governing rights and limitations
+ under the License.
+</p><p> The Original Code is ______________________________________.
+</p><p> The Initial Developer of the Original Code is ________________________.
+ Portions created by ______________________ are Copyright (C) ______
+ _______________________. All Rights Reserved.
+</p><p> Contributor(s): ______________________________________.
+</p><p> Alternatively, the contents of this file may be used under the terms
+ of the _____ license (the  "[___] License"), in which case the
+ provisions of [______] License are applicable instead of those
+ above.  If you wish to allow use of your version of this file only
+ under the terms of the [____] License and not to allow others to use
+ your version of this file under the MPL, indicate your decision by
+ deleting  the provisions above and replace  them with the notice and
+ other provisions required by the [___] License.  If you do not delete
+ the provisions above, a recipient may use your version of this file
+ under either the MPL or the [___] License."
+</p><p> [NOTE: The text of this Exhibit A may differ slightly from the text of
+ the notices in the Source Code files of the Original Code. You should
+ use the text of this Exhibit A rather than the text found in the
+ Original Code Source Code for Your Modifications.]
+</p><hr/>
+LGPLv2.0
+<pre>
+                  GNU LIBRARY GENERAL PUBLIC LICENSE
+                       Version 2, June 1991</pre>
+<p> Copyright (C) 1991 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+</p><p>[This is the first released version of the library GPL.  It is
+ numbered 2 because it goes with version 2 of the ordinary GPL.]
+</p><p>                            Preamble
+</p><p>  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+</p><p>  This license, the Library General Public License, applies to some
+specially designated Free Software Foundation software, and to any
+other libraries whose authors decide to use it.  You can use it for
+your libraries, too.
+</p><p>  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+</p><p>  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if
+you distribute copies of the library, or if you modify it.
+</p><p>  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link a program with the library, you must provide
+complete object files to the recipients so that they can relink them
+with the library, after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+</p><p>  Our method of protecting your rights has two steps: (1) copyright
+the library, and (2) offer you this license which gives you legal
+permission to copy, distribute and/or modify the library.
+</p><p>  Also, for each distributor's protection, we want to make certain
+that everyone understands that there is no warranty for this free
+library.  If the library is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original
+version, so that any problems introduced by others will not reflect on
+the original authors' reputations.
+</p><p>  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that companies distributing free
+software will individually obtain patent licenses, thus in effect
+transforming the program into proprietary software.  To prevent this,
+we have made it clear that any patent must be licensed for everyone's
+free use or not licensed at all.
+</p><p>  Most GNU software, including some libraries, is covered by the ordinary
+GNU General Public License, which was designed for utility programs.  This
+license, the GNU Library General Public License, applies to certain
+designated libraries.  This license is quite different from the ordinary
+one; be sure to read it in full, and don't assume that anything in it is
+the same as in the ordinary license.
+</p><p>  The reason we have a separate public license for some libraries is that
+they blur the distinction we usually make between modifying or adding to a
+program and simply using it.  Linking a program with a library, without
+changing the library, is in some sense simply using the library, and is
+analogous to running a utility program or application program.  However, in
+a textual and legal sense, the linked executable is a combined work, a
+derivative of the original library, and the ordinary General Public License
+treats it as such.
+</p><p>  Because of this blurred distinction, using the ordinary General
+Public License for libraries did not effectively promote software
+sharing, because most developers did not use the libraries.  We
+concluded that weaker conditions might promote sharing better.
+</p><p>  However, unrestricted linking of non-free programs would deprive the
+users of those programs of all benefit from the free status of the
+libraries themselves.  This Library General Public License is intended to
+permit developers of non-free programs to use free libraries, while
+preserving your freedom as a user of such programs to change the free
+libraries that are incorporated in them.  (We have not seen how to achieve
+this as regards changes in header files, but we have achieved it as regards
+changes in the actual functions of the Library.)  The hope is that this
+will lead to faster development of free libraries.
+</p><p>  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, while the latter only
+works together with the library.
+</p><p>  Note that it is possible for a library to be covered by the ordinary
+General Public License rather than by this special one.
+</p><p><strong>GNU LIBRARY GENERAL PUBLIC LICENSE</strong>
+<strong>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</strong>
+</p><p>  0. This License Agreement applies to any software library which
+contains a notice placed by the copyright holder or other authorized
+party saying it may be distributed under the terms of this Library
+General Public License (also called "this License").  Each licensee is
+addressed as "you".
+</p><p>  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+</p><p>  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+</p><p>  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+</p><p>  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+</p><ol>
+  <li>You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.</li></ol>
+<p>  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+</p><p>  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+</p><ol>
+  <li>The modified work must itself be a software library.  </li><li>You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.  </li><li>You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.  </li><li>If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.</li></ol>
+<p>    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+</p><p>These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+</p><p>Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+</p><p>In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+</p><p>  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+</p><p>  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+</p><p>  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+</p><p>  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+</p><p>  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+</p><p>  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+</p><p>  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+</p><p>  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+</p><p>  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+</p><p>  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+</p><p>  6. As an exception to the Sections above, you may also compile or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+</p><p>  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+</p><ol>
+  <li>Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)  </li><li>Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.  </li><li>If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.  </li><li>Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.</li></ol>
+<p>  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the source code distributed need not include anything that is normally
+distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+</p><p>  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+</p><p>  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+</p><ol>
+  <li>Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.  </li><li>Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.  </li><li>You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.  </li><li>You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.  </li><li>Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.  </li><li>If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.</li></ol>
+<p>If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+</p><p>It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+</p><p>This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+</p><p>  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
+</p><p>  13. The Free Software Foundation may publish revised and/or new
+versions of the Library General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+</p><p>Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+</p><p>  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+</p><p><strong>NO WARRANTY</strong>
+</p><p><strong>15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO</strong>
+<strong>WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.</strong>
+<strong>EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR</strong>
+<strong>OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY</strong>
+<strong>KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE</strong>
+<strong>IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR</strong>
+<strong>PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE</strong>
+<strong>LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME</strong>
+<strong>THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</strong>
+</p><p><strong>16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN</strong>
+<strong>WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY</strong>
+<strong>AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU</strong>
+<strong>FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR</strong>
+<strong>CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE</strong>
+<strong>LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING</strong>
+<strong>RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A</strong>
+<strong>FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF</strong>
+<strong>SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH</strong>
+<strong>DAMAGES.</strong>
+</p><p><strong>END OF TERMS AND CONDITIONS</strong>
+</p><p>           How to Apply These Terms to Your New Libraries
+</p><p>  If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change.  You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+</p><p>  To apply these terms, attach the following notices to the library.  It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+</p><p>    &lt;one line to give the library's name and a brief idea of what it does.&gt;
+    Copyright (C) &lt;year&gt;  &lt;name of author&gt;
+</p><p>    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Library General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+</p><p>    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Library General Public License for more details.
+</p><p>    You should have received a copy of the GNU Library General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+</p><p>Also add information on how to contact you by electronic and paper mail.
+</p><p>You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary.  Here is a sample; alter the names:
+</p><p>  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+</p><p>  &lt;signature of Ty Coon&gt;, 1 April 1990<br/>
+  Ty Coon, President of Vice
+</p><p>That's all there is to it!
+</p><hr/>
+LGPLv2.1
+<pre>
+                  GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 2.1, February 1999</pre>
+<p> Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+</p><p>[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+</p><p>                            Preamble
+</p><p>  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+</p><p>  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+</p><p>  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+</p><p>  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+</p><p>  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+</p><p>  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+</p><p>  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+</p><p>  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+</p><p>  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+</p><p>  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+</p><p>  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+</p><p>  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+</p><p>  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+</p><p>  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+</p><p>  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+</p><p><strong>GNU LESSER GENERAL PUBLIC LICENSE</strong>
+<strong>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</strong>
+</p><p>  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+</p><p>  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+</p><p>  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+</p><p>  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+</p><p>  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+</p><ol>
+  <li>You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.</li></ol>
+<p>  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+</p><p>  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+</p><ol>
+  <li>The modified work must itself be a software library.  </li><li>You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.  </li><li>You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.  </li><li>If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.</li></ol>
+<p>    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+</p><p>These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+</p><p>Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+</p><p>In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+</p><p>  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+</p><p>  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+</p><p>  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+</p><p>  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+</p><p>  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+</p><p>  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+</p><p>  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+</p><p>  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+</p><p>  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+</p><p>  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+</p><p>  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+</p><p>  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+</p><ol>
+  <li>Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)  </li><li>Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.  </li><li>Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.  </li><li>If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.  </li><li>Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.</li></ol>
+<p>  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+</p><p>  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+</p><p>  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+</p><ol>
+  <li>Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.  </li><li>Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.  </li><li>You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.  </li><li>You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.  </li><li>Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.  </li><li>If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.</li></ol>
+<p>If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+</p><p>It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+</p><p>This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+</p><p>  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
+</p><p>  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+</p><p>Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+</p><p>  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+</p><p><strong>NO WARRANTY</strong>
+</p><p><strong>15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO</strong>
+<strong>WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.</strong>
+<strong>EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR</strong>
+<strong>OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY</strong>
+<strong>KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE</strong>
+<strong>IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR</strong>
+<strong>PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE</strong>
+<strong>LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME</strong>
+<strong>THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</strong>
+</p><p><strong>16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN</strong>
+<strong>WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY</strong>
+<strong>AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU</strong>
+<strong>FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR</strong>
+<strong>CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE</strong>
+<strong>LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING</strong>
+<strong>RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A</strong>
+<strong>FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF</strong>
+<strong>SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH</strong>
+<strong>DAMAGES.</strong>
+</p><p><strong>END OF TERMS AND CONDITIONS</strong>
+</p><p>           How to Apply These Terms to Your New Libraries
+</p><p>  If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change.  You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+</p><p>  To apply these terms, attach the following notices to the library.  It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+</p><p>    &lt;one line to give the library's name and a brief idea of what it does.&gt;
+    Copyright (C) &lt;year&gt;  &lt;name of author&gt;
+</p><p>    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+</p><p>    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+</p><p>    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+</p><p>Also add information on how to contact you by electronic and paper mail.
+</p><p>You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary.  Here is a sample; alter the names:
+</p><p>  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+</p><p>  &lt;signature of Ty Coon&gt;, 1 April 1990<br/>
+  Ty Coon, President of Vice
+</p><p>That's all there is to it!
+</p><hr/>
+LGPLv3
+<pre>
+                   GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007</pre>
+<p> Copyright (C) 2007 Free Software Foundation, Inc. &lt;<a href="http://fsf.org/">http://fsf.org/</a>&gt;
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+</p>
+<p>  This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+</p><p>  0. Additional Definitions.
+</p><p>  As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+</p><p>  "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+</p><p>  An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+</p><p>  A "Combined Work" is a work produced by combining or linking an
+Application with the Library.  The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+</p><p>  The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+</p><p>  The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+</p><ol>
+  <li>Exception to Section 3 of the GNU GPL.</li></ol>
+<p>  You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+</p><p>  2. Conveying Modified Versions.
+</p><p>  If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+</p><ol>
+  <li>under this License, provided that you make a good faith effort to
+   ensure that, in the event an Application does not supply the
+   function or data, the facility still operates, and performs
+   whatever part of its purpose remains meaningful, or  </li><li>under the GNU GPL, with none of the additional permissions of
+   this License applicable to that copy.  </li><li>Object Code Incorporating Material from Library Header Files.</li></ol>
+<p>  The object code form of an Application may incorporate material from
+a header file that is part of the Library.  You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+</p><ol>
+  <li>Give prominent notice with each copy of the object code that the
+   Library is used in it and that the Library and its use are
+   covered by this License.  </li><li>Accompany the object code with a copy of the GNU GPL and this license
+   document.  </li><li>Combined Works.</li></ol>
+<p>  You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+</p><ol>
+  <li>Give prominent notice with each copy of the Combined Work that
+   the Library is used in it and that the Library and its use are
+   covered by this License.  </li><li>Accompany the Combined Work with a copy of the GNU GPL and this license
+   document.  </li><li>For a Combined Work that displays copyright notices during
+   execution, include the copyright notice for the Library among
+   these notices, as well as a reference directing the user to the
+   copies of the GNU GPL and this license document.  </li><li>Do one of the following:</li></ol>
+<pre>
+       0) Convey the Minimal Corresponding Source under the terms of this
+       License, and the Corresponding Application Code in a form
+       suitable for, and under terms that permit, the user to
+       recombine or relink the Application with a modified version of
+       the Linked Version to produce a modified Combined Work, in the
+       manner specified by section 6 of the GNU GPL for conveying
+       Corresponding Source.
+       1) Use a suitable shared library mechanism for linking with the
+       Library.  A suitable mechanism is one that (a) uses at run time
+       a copy of the Library already present on the user's computer
+       system, and (b) will operate properly with a modified version
+       of the Library that is interface-compatible with the Linked
+       Version.</pre>
+<p>   e) Provide Installation Information, but only if you would otherwise
+   be required to provide such information under section 6 of the
+   GNU GPL, and only to the extent that such information is
+   necessary to install and execute a modified version of the
+   Combined Work produced by recombining or relinking the
+   Application with a modified version of the Linked Version. (If
+   you use option 4d0, the Installation Information must accompany
+   the Minimal Corresponding Source and Corresponding Application
+   Code. If you use option 4d1, you must provide the Installation
+   Information in the manner specified by section 6 of the GNU GPL
+   for conveying Corresponding Source.)
+</p><p>  5. Combined Libraries.
+</p><p>  You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+</p><ol>
+  <li>Accompany the combined library with a copy of the same work based
+   on the Library, uncombined with any other library facilities,
+   conveyed under the terms of this License.  </li><li>Give prominent notice with the combined library that part of it
+   is a work based on the Library, and explaining where to find the
+   accompanying uncombined form of the same work.  </li><li>Revised Versions of the GNU Lesser General Public License.</li></ol>
+<p>  The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+</p><p>  Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+</p><p>  If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
+</p><hr/>
+GPLv1
+
+<pre>
+                    GNU GENERAL PUBLIC LICENSE
+                     Version 1, February 1989</pre>
+<p> Copyright (C) 1989 Free Software Foundation, Inc.
+</p><p>                    51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+</p><p> Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+</p><p>                            Preamble
+</p><p>  The license agreements of most software companies try to keep users
+at the mercy of those companies.  By contrast, our General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  The
+General Public License applies to the Free Software Foundation's
+software and to any other program whose authors commit to using it.
+You can use it for your programs, too.
+</p><p>  When we speak of free software, we are referring to freedom, not
+price.  Specifically, the General Public License is designed to make
+sure that you have the freedom to give away or sell copies of free
+software, that you receive source code or can get it if you want it,
+that you can change the software or use pieces of it in new free
+programs; and that you know you can do these things.
+</p><p>  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+</p><p>  For example, if you distribute copies of a such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must tell them their rights.
+</p><p>  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+</p><p>  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+</p><p>  The precise terms and conditions for copying, distribution and
+modification follow.
+</p><p><strong>GNU GENERAL PUBLIC LICENSE</strong>
+<strong>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</strong>
+</p><p>  0. This License Agreement applies to any program or other work which
+contains a notice placed by the copyright holder saying it may be
+distributed under the terms of this General Public License.  The
+"Program", below, refers to any such program or work, and a "work based
+on the Program" means either the Program or any work containing the
+Program or a portion of it, either verbatim or with modifications.  Each
+licensee is addressed as "you".
+</p><ol>
+  <li>You may copy and distribute verbatim copies of the Program's source
+code as you receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice and
+disclaimer of warranty; keep intact all the notices that refer to this
+General Public License and to the absence of any warranty; and give any
+other recipients of the Program a copy of this General Public License
+along with the Program.  You may charge a fee for the physical act of
+transferring a copy.  </li><li>You may modify your copy or copies of the Program or any portion of
+it, and copy and distribute such modifications under the terms of Paragraph
+1 above, provided that you also do the following:  <ol>
+    <li>cause the modified files to carry prominent notices stating that
+    you changed the files and the date of any change; and    </li><li>cause the whole of any work that you distribute or publish, that
+    in whole or in part contains the Program or any part thereof, either
+    with or without modifications, to be licensed at no charge to all
+    third parties under the terms of this General Public License (except
+    that you may choose to grant warranty protection to some or all
+    third parties, at your option).    </li><li>If the modified program normally reads commands interactively when
+    run, you must cause it, when started running for such interactive use
+    in the simplest and most usual way, to print or display an
+    announcement including an appropriate copyright notice and a notice
+    that there is no warranty (or else, saying that you provide a
+    warranty) and that users may redistribute the program under these
+    conditions, and telling the user how to view a copy of this General
+    Public License.    </li><li>You may charge a fee for the physical act of transferring a
+    copy, and you may at your option offer warranty protection in
+    exchange for a fee.  </li></ol>
+</li></ol>
+<p>Mere aggregation of another independent work with the Program (or its
+derivative) on a volume of a storage or distribution medium does not bring
+the other work under the scope of these terms.
+</p><p>  3. You may copy and distribute the Program (or a portion or derivative of
+it, under Paragraph 2) in object code or executable form under the terms of
+Paragraphs 1 and 2 above provided that you also do one of the following:
+</p><ol>
+  <li>accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of
+    Paragraphs 1 and 2 above; or,  </li><li>accompany it with a written offer, valid for at least three
+    years, to give any third party free (except for a nominal charge
+    for the cost of distribution) a complete machine-readable copy of the
+    corresponding source code, to be distributed under the terms of
+    Paragraphs 1 and 2 above; or,  </li><li>accompany it with the information you received as to where the
+    corresponding source code may be obtained.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form alone.)</li></ol>
+<p>Source code for a work means the preferred form of the work for making
+modifications to it.  For an executable file, complete source code means
+all the source code for all modules it contains; but, as a special
+exception, it need not include source code for modules which are standard
+libraries that accompany the operating system on which the executable
+file runs, or for standard header files or definitions files that
+accompany that operating system.
+</p><p>  4. You may not copy, modify, sublicense, distribute or transfer the
+Program except as expressly provided under this General Public License.
+Any attempt otherwise to copy, modify, sublicense, distribute or transfer
+the Program is void, and will automatically terminate your rights to use
+the Program under this License.  However, parties who have received
+copies, or rights to use copies, from you under this General Public
+License will not have their licenses terminated so long as such parties
+remain in full compliance.
+</p><p>  5. By copying, distributing or modifying the Program (or any work based
+on the Program) you indicate your acceptance of this license to do so,
+and all its terms and conditions.
+</p><p>  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the original
+licensor to copy, distribute or modify the Program subject to these
+terms and conditions.  You may not impose any further restrictions on the
+recipients' exercise of the rights granted herein.
+</p><p>  7. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+</p><p>Each version is given a distinguishing version number.  If the Program
+specifies a version number of the license which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+the license, you may choose any version ever published by the Free Software
+Foundation.
+</p><p>  8. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+</p><p><strong>NO WARRANTY</strong>
+</p><p><strong>9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY</strong>
+<strong>FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN</strong>
+<strong>OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES</strong>
+<strong>PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED</strong>
+<strong>OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF</strong>
+<strong>MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS</strong>
+<strong>TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE</strong>
+<strong>PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,</strong>
+<strong>REPAIR OR CORRECTION.</strong>
+</p><p><strong>10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</strong>
+<strong>WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR</strong>
+<strong>REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,</strong>
+<strong>INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING</strong>
+<strong>OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED</strong>
+<strong>TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY</strong>
+<strong>YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER</strong>
+<strong>PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE</strong>
+<strong>POSSIBILITY OF SUCH DAMAGES.</strong>
+</p><p><strong>END OF TERMS AND CONDITIONS</strong>
+</p><p>        Appendix: How to Apply These Terms to Your New Programs
+</p><p>  If you develop a new program, and you want it to be of the greatest
+possible use to humanity, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these
+terms.
+</p><p>  To do so, attach the following notices to the program.  It is safest to
+attach them to the start of each source file to most effectively convey
+the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+</p><p>    &lt;one line to give the program's name and a brief idea of what it does.&gt;
+    Copyright (C) 19yy  &lt;name of author&gt;
+</p><p>    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+</p><p>    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+</p><p>    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
+</p>
+<p>Also add information on how to contact you by electronic and paper mail.
+</p><p>If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+</p><p>    Gnomovision version 69, Copyright (C) 19xx name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+</p><p>The hypothetical commands `show w' and `show c' should show the
+appropriate parts of the General Public License.  Of course, the
+commands you use may be called something other than `show w' and `show
+c'; they could even be mouse-clicks or menu items--whatever suits your
+program.
+</p><p>You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here a sample; alter the names:
+</p><p>  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  program `Gnomovision' (a program to direct compilers to make passes
+  at assemblers) written by James Hacker.
+</p><p>  &lt;signature of Ty Coon&gt;, 1 April 1989<br/>
+  Ty Coon, President of Vice
+</p><p>That's all there is to it!
+</p><hr/>
+GPLv2
+<pre>
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991</pre>
+<p> Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+</p><p>                            Preamble
+</p><p>  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+</p><p>  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+</p><p>  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+</p><p>  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+</p><p>  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+</p><p>  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+</p><p>  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+</p><p>  The precise terms and conditions for copying, distribution and
+modification follow.
+</p><p><strong>GNU GENERAL PUBLIC LICENSE</strong>
+<strong>TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</strong>
+</p><p>  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+</p><p>Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+</p><ol>
+  <li>You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.</li></ol>
+<p>You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+</p><p>  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+</p><ol>
+  <li>You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.  </li><li>You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.  </li><li>If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)</li></ol>
+<p>These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+</p><p>Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+</p><p>In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+</p><p>  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+</p><ol>
+  <li>Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,  </li><li>Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,  </li><li>Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)</li></ol>
+<p>The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+</p><p>If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+</p><p>  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+</p><p>  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+</p><p>  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+</p><p>  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+</p><p>If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+</p><p>It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+</p><p>This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+</p><p>  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+</p><p>  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+</p><p>Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+</p><p>  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+</p><p><strong>NO WARRANTY</strong>
+</p><p><strong>11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY</strong>
+<strong>FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN</strong>
+<strong>OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES</strong>
+<strong>PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED</strong>
+<strong>OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF</strong>
+<strong>MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS</strong>
+<strong>TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE</strong>
+<strong>PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,</strong>
+<strong>REPAIR OR CORRECTION.</strong>
+</p><p><strong>12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</strong>
+<strong>WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR</strong>
+<strong>REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,</strong>
+<strong>INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING</strong>
+<strong>OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED</strong>
+<strong>TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY</strong>
+<strong>YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER</strong>
+<strong>PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE</strong>
+<strong>POSSIBILITY OF SUCH DAMAGES.</strong>
+</p><p><strong>END OF TERMS AND CONDITIONS</strong>
+</p><p>            How to Apply These Terms to Your New Programs
+</p><p>  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+</p><p>  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+</p><p>    &lt;one line to give the program's name and a brief idea of what it does.&gt;
+    Copyright (C) &lt;year&gt;  &lt;name of author&gt;
+</p><p>    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+</p><p>    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+</p><p>    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+</p><p>Also add information on how to contact you by electronic and paper mail.
+</p><p>If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+</p><p>    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+</p><p>The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+</p><p>You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+</p><p>  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+</p><p>  &lt;signature of Ty Coon&gt;, 1 April 1989<br/>
+  Ty Coon, President of Vice
+</p><p>This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
+</p><hr/>
+GPLv3
+<pre>
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007</pre>
+<p> Copyright (C) 2007 Free Software Foundation, Inc. &lt;<a href="http://fsf.org/">http://fsf.org/</a>&gt;
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+</p><p>                            Preamble
+</p><p>  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+</p><p>  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+</p><p>  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+</p><p>  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+</p><p>  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+</p><p>  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+</p><p>  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+</p><p>  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+</p><p>  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+</p><p>  The precise terms and conditions for copying, distribution and
+modification follow.
+</p><p><strong>TERMS AND CONDITIONS</strong>
+</p><p>  0. Definitions.
+</p><p>  "This License" refers to version 3 of the GNU General Public License.
+</p><p>  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+</p><p>  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+</p><p>  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+</p><p>  A "covered work" means either the unmodified Program or a work based
+on the Program.
+</p><p>  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+</p><p>  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+</p><p>  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+</p><ol>
+  <li>Source Code.</li></ol>
+<p>  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+</p><p>  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+</p><p>  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+</p><p>  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+</p><p>  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+</p><p>  The Corresponding Source for a work in source code form is that
+same work.
+</p><p>  2. Basic Permissions.
+</p><p>  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+</p><p>  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+</p><p>  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+</p><p>  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+</p><p>  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+</p><p>  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+</p><p>  4. Conveying Verbatim Copies.
+</p><p>  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+</p><p>  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+</p><p>  5. Conveying Modified Source Versions.
+</p><p>  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+</p><ol>
+  <li>The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.  </li><li>The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+  </li><li>This requirement modifies the requirement in section 4 to
+    "keep intact all notices".  </li><li>You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.  </li><li>If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.</li></ol>
+<p>  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+</p><p>  6. Conveying Non-Source Forms.
+</p><p>  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+</p><ol>
+  <li>Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.  </li><li>Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.  </li><li>Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.  </li><li>Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.  </li><li>Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.</li></ol>
+<p>  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+</p><p>  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+</p><p>  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+</p><p>  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+</p><p>  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+</p><p>  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+</p><p>  7. Additional Terms.
+</p><p>  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+</p><p>  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+</p><p>  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+</p><ol>
+  <li>Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or  </li><li>Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or  </li><li>Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or  </li><li>Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or  </li><li>Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or  </li><li>Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.</li></ol>
+<p>  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+</p><p>  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+</p><p>  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+</p><p>  8. Termination.
+</p><p>  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+</p><p>  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+</p><p>  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+</p><p>  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+</p><p>  9. Acceptance Not Required for Having Copies.
+</p><p>  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+</p><p>  10. Automatic Licensing of Downstream Recipients.
+</p><p>  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+</p><p>  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+</p><p>  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+</p><p>  11. Patents.
+</p><p>  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+</p><p>  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+</p><p>  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+</p><p>  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+</p><p>  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+</p><p>  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+</p><p>  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+</p><p>  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+</p><p>  12. No Surrender of Others' Freedom.
+</p><p>  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+</p><p>  13. Use with the GNU Affero General Public License.
+</p><p>  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+</p><p>  14. Revised Versions of this License.
+</p><p>  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+</p><p>  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+</p><p>  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+</p><p>  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+</p><p>  15. Disclaimer of Warranty.
+</p><p><strong>THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY</strong>
+<strong>APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT</strong>
+<strong>HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY</strong>
+<strong>OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,</strong>
+<strong>THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR</strong>
+<strong>PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM</strong>
+<strong>IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF</strong>
+<strong>ALL NECESSARY SERVICING, REPAIR OR CORRECTION.</strong>
+</p><p>  16. Limitation of Liability.
+</p><p><strong>IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</strong>
+<strong>WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS</strong>
+<strong>THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY</strong>
+<strong>GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE</strong>
+<strong>USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF</strong>
+<strong>DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD</strong>
+<strong>PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),</strong>
+<strong>EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF</strong>
+<strong>SUCH DAMAGES.</strong>
+</p><p>  17. Interpretation of Sections 15 and 16.
+</p><p>  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+</p><p><strong>END OF TERMS AND CONDITIONS</strong>
+</p><p>            How to Apply These Terms to Your New Programs
+</p><p>  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+</p><p>  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+</p><p>    &lt;one line to give the program's name and a brief idea of what it does.&gt;
+    Copyright (C) &lt;year&gt;  &lt;name of author&gt;
+</p><p>    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+</p><p>    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+</p><p>    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see &lt;<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>&gt;.
+</p><p>Also add information on how to contact you by electronic and paper mail.
+</p><p>  If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+</p><p>    &lt;program&gt;  Copyright (C) &lt;year&gt;  &lt;name of author&gt;
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+</p><p>The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+</p><p>  You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+&lt;<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>&gt;.
+</p><p>  The GNU General Public License does not permit incorporating your program
+into proprietary programs.  If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.  But first, please read
+&lt;<a href="http://www.gnu.org/philosophy/why-not-lgpl.html">http://www.gnu.org/philosophy/why-not-lgpl.html</a>&gt;.
+</p><hr/>
+OpenSSL License
+
+<p><strong>LICENSE ISSUES</strong>
+</p><hr/>
+<p>  The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
+  the OpenSSL License and the original SSLeay license apply to the toolkit.
+  See below for the actual license texts. Actually both licenses are BSD-style
+  Open Source licenses. In case of any license issues related to OpenSSL
+  please contact <a href="mailto:openssl-core@openssl.org">openssl-core@openssl.org</a>.
+</p><h1><a name="section_1">OpenSSL License</a></h1>
+<p>/* ====================================================================
+</p><ul>
+  <li>Copyright (c) 1998-2011 The OpenSSL Project.  All rights reserved.
+ *
+  </li><li>Redistribution and use in source and binary forms, with or without
+  </li><li>modification, are permitted provided that the following conditions
+  </li><li>are met:
+ *
+  </li><li>1. Redistributions of source code must retain the above copyright
+  </li><li>notice, this list of conditions and the following disclaimer.
+ *
+  </li><li>2. Redistributions in binary form must reproduce the above copyright
+  </li><li>notice, this list of conditions and the following disclaimer in
+  </li><li>the documentation and/or other materials provided with the
+  </li><li>distribution.
+ *
+  </li><li>3. All advertising materials mentioning features or use of this
+  </li><li>software must display the following acknowledgment:
+  </li><li>"This product includes software developed by the OpenSSL Project
+  </li><li>for use in the OpenSSL Toolkit. (<a href="http://www.openssl.org/">http://www.openssl.org/</a>)"
+ *
+  </li><li>4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
+  </li><li>endorse or promote products derived from this software without
+  </li><li>prior written permission. For written permission, please contact
+  </li><li><a href="mailto:openssl-core@openssl.org">openssl-core@openssl.org</a>.
+ *
+  </li><li>5. Products derived from this software may not be called "OpenSSL"
+  </li><li>nor may "OpenSSL" appear in their names without prior written
+  </li><li>permission of the OpenSSL Project.
+ *
+  </li><li>6. Redistributions of any form whatsoever must retain the following
+  </li><li>acknowledgment:
+  </li><li>"This product includes software developed by the OpenSSL Project
+  </li><li>for use in the OpenSSL Toolkit (<a href="http://www.openssl.org/">http://www.openssl.org/</a>)"
+ *
+  </li><li>THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
+  </li><li>EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  </li><li>IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+  </li><li>PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
+  </li><li>ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+  </li><li>SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+  </li><li>NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+  </li><li>LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+  </li><li>HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+  </li><li>STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  </li><li>ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+  </li><li>OF THE POSSIBILITY OF SUCH DAMAGE.
+<hr/>
+ *
+  </li><li>This product includes cryptographic software written by Eric Young
+  </li><li>(<a href="mailto:eay@cryptsoft.com">eay@cryptsoft.com</a>).  This product includes software written by Tim
+  </li><li>Hudson (<a href="mailto:tjh@cryptsoft.com">tjh@cryptsoft.com</a>).
+ *
+ */</li></ul>
+<h1><a name="section_2">Original SSLeay License</a></h1>
+<p>/* Copyright (C) 1995-1998 Eric Young (<a href="mailto:eay@cryptsoft.com">eay@cryptsoft.com</a>)
+</p><ul>
+  <li>All rights reserved.
+ *
+  </li><li>This package is an SSL implementation written
+  </li><li>by Eric Young (<a href="mailto:eay@cryptsoft.com">eay@cryptsoft.com</a>).
+  </li><li>The implementation was written so as to conform with Netscapes SSL.
+ *
+  </li><li>This library is free for commercial and non-commercial use as long as
+  </li><li>the following conditions are aheared to.  The following conditions
+  </li><li>apply to all code found in this distribution, be it the RC4, RSA,
+  </li><li>lhash, DES, etc., code; not just the SSL code.  The SSL documentation
+  </li><li>included with this distribution is covered by the same copyright terms
+  </li><li>except that the holder is Tim Hudson (<a href="mailto:tjh@cryptsoft.com">tjh@cryptsoft.com</a>).
+ *
+  </li><li>Copyright remains Eric Young's, and as such any Copyright notices in
+  </li><li>the code are not to be removed.
+  </li><li>If this package is used in a product, Eric Young should be given attribution
+  </li><li>as the author of the parts of the library used.
+  </li><li>This can be in the form of a textual message at program startup or
+  </li><li>in documentation (online or textual) provided with the package.
+ *
+  </li><li>Redistribution and use in source and binary forms, with or without
+  </li><li>modification, are permitted provided that the following conditions
+  </li><li>are met:
+  </li><li>1. Redistributions of source code must retain the copyright
+  </li><li>notice, this list of conditions and the following disclaimer.
+  </li><li>2. Redistributions in binary form must reproduce the above copyright
+  </li><li>notice, this list of conditions and the following disclaimer in the
+  </li><li>documentation and/or other materials provided with the distribution.
+  </li><li>3. All advertising materials mentioning features or use of this software
+  </li><li>must display the following acknowledgement:
+  </li><li>"This product includes cryptographic software written by
+  </li><li>Eric Young (<a href="mailto:eay@cryptsoft.com">eay@cryptsoft.com</a>)"
+  </li><li>The word 'cryptographic' can be left out if the rouines from the library
+  </li><li>being used are not cryptographic related :-).
+  </li><li>4. If you include any Windows specific code (or a derivative thereof) from
+  </li><li>the apps directory (application code) you must include an acknowledgement:
+  </li><li>"This product includes software written by Tim Hudson (<a href="mailto:tjh@cryptsoft.com">tjh@cryptsoft.com</a>)"
+ *
+  </li><li>THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
+  </li><li>ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  </li><li>IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  </li><li>ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+  </li><li>FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+  </li><li>DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+  </li><li>OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+  </li><li>HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+  </li><li>LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+  </li><li>OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+  </li><li>SUCH DAMAGE.
+ *
+  </li><li>The licence and distribution terms for any publically available version or
+  </li><li>derivative of this code cannot be changed.  i.e. this code cannot simply be
+  </li><li>copied and put under another distribution licence
+  </li><li>[including the GNU Public Licence.]
+ */
+</li></ul>
+<hr/>
+Artistic License
+<p>                         The "Artistic License"
+</p><p>                                Preamble
+</p><p>The intent of this document is to state the conditions under which a
+Package may be copied, such that the Copyright Holder maintains some
+semblance of artistic control over the development of the package,
+while giving the users of the package the right to use and distribute
+the Package in a more-or-less customary fashion, plus the right to make
+reasonable modifications.
+</p><dl>
+  <dt>Definitions</dt>
+<dd></dd></dl>
+<p>"Package" refers to the collection of files distributed by the
+Copyright Holder, and derivatives of that collection of files
+created through textual modification.
+</p><p>"Standard Version" refers to such a Package if it has not been
+modified, or has been modified in accordance with the wishes
+of the Copyright Holder as specified below.
+</p><p>"Copyright Holder" is whoever is named in the copyright or
+copyrights for the package.
+</p><p>"You" is you, if you're thinking about copying or distributing
+this Package.
+</p><p>"Reasonable copying fee" is whatever you can justify on the
+basis of media cost, duplication charges, time of people involved,
+and so on.  (You will not be required to justify it to the
+Copyright Holder, but only to the computing community at large
+as a market that must bear the fee.)
+</p><p>"Freely Available" means that no fee is charged for the item
+itself, though there may be fees involved in handling the item.
+It also means that recipients of the item may redistribute it
+under the same conditions they received it.
+</p><ol>
+  <li>You may make and give away verbatim copies of the source form of the
+Standard Version of this Package without restriction, provided that you
+duplicate all of the original copyright notices and associated disclaimers.  </li><li>You may apply bug fixes, portability fixes and other modifications
+derived from the Public Domain or from the Copyright Holder.  A Package
+modified in such a way shall still be considered the Standard Version.  </li><li>You may otherwise modify your copy of this Package in any way, provided
+that you insert a prominent notice in each changed file stating how and
+when you changed that file, and provided that you do at least ONE of the
+following:  <ol>
+    <li>place your modifications in the Public Domain or otherwise make them
+    Freely Available, such as by posting said modifications to Usenet or
+    an equivalent medium, or placing the modifications on a major archive
+    site such as uunet.uu.net, or by allowing the Copyright Holder to include
+    your modifications in the Standard Version of the Package.    </li><li>use the modified Package only within your corporation or organization.    </li><li>rename any non-standard executables so the names do not conflict
+    with standard executables, which must also be provided, and provide
+    a separate manual page for each non-standard executable that clearly
+    documents how it differs from the Standard Version.    </li><li>make other distribution arrangements with the Copyright Holder.  </li></ol>
+  </li><li>You may distribute the programs of this Package in object code or
+executable form, provided that you do at least ONE of the following:  <ol>
+    <li>distribute a Standard Version of the executables and library files,
+    together with instructions (in the manual page or equivalent) on where
+    to get the Standard Version.    </li><li>accompany the distribution with the machine-readable source of
+    the Package with your modifications.    </li><li>give non-standard executables non-standard names, and clearly
+    document the differences in manual pages (or equivalent), together
+    with instructions on where to get the Standard Version.    </li><li>make other distribution arrangements with the Copyright Holder.  </li></ol>
+  </li><li>You may charge a reasonable copying fee for any distribution of this
+Package.  You may charge any fee you choose for support of this
+Package.  You may not charge a fee for this Package itself.  However,
+you may distribute this Package in aggregate with other (possibly
+commercial) programs as part of a larger (possibly commercial) software
+distribution provided that you do not advertise this Package as a
+product of your own.  You may embed this Package's interpreter within
+an executable of yours (by linking); this shall be construed as a mere
+form of aggregation, provided that the complete Standard Version of the
+interpreter is so embedded.  </li><li>The scripts and library files supplied as input to or produced as
+output from the programs of this Package do not automatically fall
+under the copyright of this Package, but belong to whoever generated
+them, and may be sold commercially, and may be aggregated with this
+Package.  If such scripts or library files are aggregated with this
+Package via the so-called "undump" or "unexec" methods of producing a
+binary executable image, then distribution of such an image shall
+neither be construed as a distribution of this Package nor shall it
+fall under the restrictions of Paragraphs 3 and 4, provided that you do
+not represent such an executable image as a Standard Version of this
+Package.  </li><li>C subroutines (or comparably compiled subroutines in other
+languages) supplied by you and linked into this Package in order to
+emulate subroutines and variables of the language defined by this
+Package shall not be considered part of this Package, but are the
+equivalent of input as in Paragraph 6, provided these subroutines do
+not change the language in any way that would cause it to fail the
+regression tests for the language.  </li><li>Aggregation of this Package with a commercial distribution is always
+permitted provided that the use of this Package is embedded; that is,
+when no overt attempt is made to make this Package's interfaces visible
+to the end user of the commercial distribution.  Such use shall not be
+construed as a distribution of this Package.  </li><li>The name of the Copyright Holder may not be used to endorse or promote
+products derived from this software without specific prior written permission.  </li><li>THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+<strong>IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED</strong>
+<strong>WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.</strong></li></ol>
+<p>                                The End
+</p><hr/>
+bzip2 License
+<p>This program, "bzip2" and associated library "libbzip2", are copyright (C) 1996-2000 Julian R Seward. All rights reserved.
+</p><p>Redistribution and use in source and binary forms, with or without modification, are permitted
+provided that the following conditions are met:
+</p><ol>
+  <li>Redistributions of source code must retain the above copyright notice, this list of conditions
+and the following disclaimer.  </li><li>he origin of this software must not be misrepresented; you must not claim that you wrote
+the original software. If you use this software in a product, an acknowledgment in the product
+documentation would be appreciated but is not required.  </li><li>Altered source versions must be plainly marked as such, and must not be misrepresented
+as being the original software.  </li><li>The name of the author may not be used to endorse or promote products derived from this
+software without specific prior written permission.</li></ol>
+<p><strong>THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED</strong>
+<strong>WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY</strong>
+<strong>AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR</strong>
+<strong>BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL</strong>
+<strong>DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;</strong>
+<strong>LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON</strong>
+<strong>ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING</strong>
+<strong>NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,</strong>
+<strong>EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</strong>
+</p><hr/>
+ICU License
+<p><strong>COPYRIGHT AND PERMISSION NOTICE</strong>
+</p><p>Copyright (c) 1995-2011 International Business Machines Corporation and others
+</p><p>All rights reserved.
+</p><p>Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished
+to do so, provided that the above copyright notice(s) and this permission
+notice appear in all copies of the Software and that both the above copyright
+notice(s) and this permission notice appear in supporting documentation.
+</p><p><strong>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,</strong>
+<strong>EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES</strong>
+<strong>OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND</strong>
+<strong>NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE</strong>
+<strong>COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE</strong>
+<strong>FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,</strong>
+<strong>OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA</strong>
+<strong>OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR</strong>
+<strong>OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH</strong>
+<strong>THE USE OR PERFORMANCE OF THIS SOFTWARE.</strong>
+</p><p>Except as contained in this notice, the name of a copyright holder shall 
+not be used in advertising or otherwise to promote the sale, use or other 
+dealings in this Software without prior written authorization of the 
+copyright holder.
+</p><hr/>
+Red Hat Software License
+<p>Copyright (c) 1998  Red Hat Software
+</p><p>Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+</p><p>The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+</p><p><strong>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</strong>
+<strong>IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</strong>
+<strong>FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE</strong>
+<strong>X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN</strong>
+<strong>AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN</strong>
+<strong>CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</strong>
+</p><p>Except as contained in this notice, the name of the X Consortium shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from the X Consortium.
+</p><hr/>
+libpng license
+<p>This copy of the libpng notices is provided for your convenience.  In case of
+any discrepancy between this copy and the notices in the file png.h that is
+included in the libpng distribution, the latter shall prevail.
+</p><p>COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
+</p><p>If you modify libpng you may insert additional notices immediately following
+this sentence.
+</p><p>This code is released under the libpng license.
+</p><p>libpng versions 1.2.6, August 15, 2004, through 1.2.46, July 9, 2011, are
+Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are
+distributed according to the same disclaimer and license as libpng-1.2.5
+with the following individual added to the list of Contributing Authors
+</p><p>   Cosmin Truta
+</p><p>libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
+Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
+distributed according to the same disclaimer and license as libpng-1.0.6
+with the following individuals added to the list of Contributing Authors
+</p><p>   Simon-Pierre Cadieux<br/>
+   Eric S. Raymond<br/>
+   Gilles Vollant
+</p><p>and with the following additions to the disclaimer:
+</p><p>   There is no warranty against interference with your enjoyment of the
+   library or against infringement.  There is no warranty that our
+   efforts or the library will fulfill any of your particular purposes
+   or needs.  This library is provided with all faults, and the entire
+   risk of satisfactory quality, performance, accuracy, and effort is with
+   the user.
+</p><p>libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
+Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are
+distributed according to the same disclaimer and license as libpng-0.96,
+with the following individuals added to the list of Contributing Authors:
+</p><p>   Tom Lane<br/>
+   Glenn Randers-Pehrson<br/>
+   Willem van Schaik
+</p><p>libpng versions 0.89, June 1996, through 0.96, May 1997, are
+Copyright (c) 1996, 1997 Andreas Dilger
+Distributed according to the same disclaimer and license as libpng-0.88,
+with the following individuals added to the list of Contributing Authors:
+</p><p>   John Bowler<br/>
+   Kevin Bracey<br/>
+   Sam Bushell<br/>
+   Magnus Holmgren<br/>
+   Greg Roelofs<br/>
+   Tom Tanner
+</p><p>libpng versions 0.5, May 1995, through 0.88, January 1996, are
+Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
+</p><p>For the purposes of this copyright and license, "Contributing Authors"
+is defined as the following set of individuals:
+</p><p>   Andreas Dilger<br/>
+   Dave Martindale<br/>
+   Guy Eric Schalnat<br/>
+   Paul Schmidt<br/>
+   Tim Wegner
+</p><p>The PNG Reference Library is supplied "AS IS".  The Contributing Authors
+and Group 42, Inc. disclaim all warranties, expressed or implied,
+including, without limitation, the warranties of merchantability and of
+fitness for any purpose.  The Contributing Authors and Group 42, Inc.
+assume no liability for direct, indirect, incidental, special, exemplary,
+or consequential damages, which may result from the use of the PNG
+Reference Library, even if advised of the possibility of such damage.
+</p><p>Permission is hereby granted to use, copy, modify, and distribute this
+source code, or portions hereof, for any purpose, without fee, subject
+to the following restrictions:
+</p><ol>
+  <li>The origin of this source code must not be misrepresented.  </li><li>Altered versions must be plainly marked as such and must not
+   be misrepresented as being the original source.  </li><li>This Copyright notice may not be removed or altered from any
+   source or altered source distribution.</li></ol>
+<p>The Contributing Authors and Group 42, Inc. specifically permit, without
+fee, and encourage the use of this source code as a component to
+supporting the PNG file format in commercial products.  If you use this
+source code in a product, acknowledgment is not required but would be
+appreciated.
+</p>
+<p>A "png_get_copyright" function is available, for convenient use in "about"
+boxes and the like:
+</p><p>   printf("%s",png_get_copyright(NULL));
+</p><p>Also, the PNG logo (in PNG format, of course) is supplied in the
+files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
+</p><p>Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a
+certification mark of the Open Source Initiative.
+</p><p>Glenn Randers-Pehrson<br/>
+glennrp at users.sourceforge.net<br/>
+July 9, 2011
+</p><hr/>
+X Consortium license
+<p>Copyright (C) 1996 X Consortium
+</p><p>Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+</p><p>The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+</p><p><strong>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,</strong>
+<strong>EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</strong>
+<strong>MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</strong>
+<strong>IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY</strong>
+<strong>CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,</strong>
+<strong>TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE</strong>
+<strong>SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</strong>
+</p><hr/>
+MIT license
+<p>Copyright (C) &lt;year&gt; &lt;copyright holders&gt;
+</p><p>Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+</p><p>The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+</p><p><strong>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</strong>
+<strong>IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</strong>
+<strong>FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</strong>
+<strong>AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</strong>
+<strong>LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</strong>
+<strong>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</strong>
+<strong>SOFTWARE.</strong>
+</p><hr/>
+Zlib license
+<p>Copyright (c) &lt;''year''&gt; &lt;''copyright holders''&gt;
+</p><p>This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+</p><p>Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+</p><ol>
+  <li>The origin of this software must not be misrepresented; you must not
+   claim that you wrote the original software. If you use this software
+   in a product, an acknowledgment in the product documentation would be
+   appreciated but is not required.  </li><li>Altered source versions must be plainly marked as such, and must not be
+   misrepresented as being the original software.  </li><li>This notice may not be removed or altered from any source
+   distribution.</li></ol>
+<hr/>
+Samsung Proprietary
+<p>Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+</p><p><strong>PROPRIETARY/CONFIDENTIAL</strong>
+</p><p>This software is the confidential and proprietary information of
+SAMSUNG ELECTRONICS ("Confidential Information"). You agree and acknowledge
+that this software is owned by Samsung and you shall not disclose
+such Confidential Information and shall use it only in accordance with the
+terms of the license agreement you entered into with SAMSUNG ELECTRONICS.
+SAMSUNG make no representations or warranties about the suitability
+of the software, either express or implied, including but not limited
+to the implied warranties of merchantability, fitness for a particular purpose,
+or non-infringement. SAMSUNG shall not be liable for any damages suffered
+by licensee arising out of or releated to this software.
+</p><hr/>
+libjpeg License
+<p>This is Debian's prepackaged version of the `jpeg library' by the Independent
+JPEG Group.
+</p><p>This package was created by Mark Mickan &lt;<a href="mailto:mmickan@debian.org">mmickan@debian.org</a>&gt; from sources
+which can be found at <a href="ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz">ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz</a>
+</p><p>It is partly based on the libjpeg6a package originally put together by
+Andy Guy &lt;<a href="mailto:awpguy@acs.ucalgary.ca">awpguy@acs.ucalgary.ca</a>&gt; and later maintained by Mark Mickan.
+</p><p>Current Debian maintainer is Bill Allombert &lt;<a href="mailto:ballombe@debian.org">ballombe@debian.org</a>&gt;.
+</p><h2><a name="section_2_1">LEGAL ISSUES [ from README supplied with source - MM ]</a></h2>
+<p>In plain English:
+</p><ol>
+  <li>We don't promise that this software works.  (But if you find any bugs,
+   please let us know!)
+  </li><li>You can use this software for whatever you want.  You don't have to pay us.
+  </li><li>You may not pretend that you wrote this software.  If you use it in a
+   program, you must acknowledge somewhere in your documentation that
+   you've used the IJG code.</li></ol>
+<p>In legalese:
+</p><p>The authors make NO WARRANTY or representation, either express or implied,
+with respect to this software, its quality, accuracy, merchantability, or
+fitness for a particular purpose.  This software is provided "AS IS", and you,
+its user, assume the entire risk as to its quality and accuracy.
+</p><p>This software is copyright (C) 1991-2009, Thomas G. Lane, Guido Vollbeding.
+All Rights Reserved except as specified below.
+</p><p>Permission is hereby granted to use, copy, modify, and distribute this
+software (or portions thereof) for any purpose, without fee, subject to these
+conditions:<br/>
+(1) If any part of the source code for this software is distributed, then this
+README file must be included, with this copyright and no-warranty notice
+unaltered; and any additions, deletions, or changes to the original files
+must be clearly indicated in accompanying documentation.
+(2) If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the work of
+the Independent JPEG Group".<br/>
+(3) Permission for use of this software is granted only if the user accepts
+full responsibility for any undesirable consequences; the authors accept
+NO LIABILITY for damages of any kind.
+</p><p>These conditions apply to any software derived from or based on the IJG code,
+not just to the unmodified library.  If you use our work, you ought to
+acknowledge us.
+</p><p>Permission is NOT granted for the use of any IJG author's name or company name
+in advertising or publicity relating to this software or products derived from
+it.  This software may be referred to only as "the Independent JPEG Group's
+software".
+</p><p>We specifically permit and encourage the use of this software as the basis of
+commercial products, provided that all warranty or liability claims are
+assumed by the product vendor.
+</p>
+<p>ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
+sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
+ansi2knr.c is NOT covered by the above copyright and conditions, but instead
+by the usual distribution terms of the Free Software Foundation; principally,
+that you must include source code if you redistribute it.  (See the file
+ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
+of any program generated from the IJG code, this does not limit you more than
+the foregoing paragraphs do.
+</p><p>The Unix configuration script "configure" was produced with GNU Autoconf.
+It is copyright by the Free Software Foundation but is freely distributable.
+The same holds for its supporting scripts (config.guess, config.sub,
+ltconfig, ltmain.sh).  Another support script, install-sh, is copyright
+by M.I.T. but is also freely distributable.
+</p><p>It appears that the arithmetic coding option of the JPEG spec is covered by
+patents owned by IBM, AT&amp;T, and Mitsubishi.  Hence arithmetic coding cannot
+legally be used without obtaining one or more licenses.  For this reason,
+support for arithmetic coding has been removed from the free JPEG software.
+(Since arithmetic coding provides only a marginal gain over the unpatented
+Huffman mode, it is unlikely that very many implementations will support it.)
+So far as we are aware, there are no patent restrictions on the remaining
+code.
+</p><p>The IJG distribution formerly included code to read and write GIF files.
+To avoid entanglement with the Unisys LZW patent, GIF reading support has
+been removed altogether, and the GIF writer has been simplified to produce
+"uncompressed GIFs".  This technique does not use the LZW algorithm; the
+resulting GIF files are larger than usual, but are readable by all standard
+GIF decoders.
+</p><p>We are required to state that
+</p><p>    "The Graphics Interchange Format(c) is the Copyright property of
+    CompuServe Incorporated.  GIF(sm) is a Service Mark property of
+    CompuServe Incorporated."
+</p><hr/>
+ncurse License
+<p>This is the Debian prepackaged version of the ncurses
+library and terminfo utilities. ncurses/terminfo was originally written
+by Pavel Curtis and Zeyd M. Ben-Halim &lt;<a href="mailto:zmbenhal@netcom.com">zmbenhal@netcom.com</a>&gt;, and is
+currently held by the Free Software Foundation.
+</p><p>This package was put together by Vaidhyanathan G Mayilrangam
+&lt;<a href="mailto:vaidhy@debian.org">vaidhy@debian.org</a>&gt; and Joel Klecker &lt;<a href="mailto:espy@debian.org">espy@debian.org</a>&gt;, using sources
+obtained from <a href="ftp://ftp.gnu.org/gnu/ncurses/ncurses-5.0.tar.gz.">ftp://ftp.gnu.org/gnu/ncurses/ncurses-5.0.tar.gz.</a>
+</p><p>It is based somewhat on work done by Bruce Perens &lt;<a href="mailto:Bruce@Pixar.com">Bruce@Pixar.com</a>&gt;,
+David Engel &lt;<a href="mailto:david@elo.ods.com">david@elo.ods.com</a>&gt;.  Michael Alan Dorman
+&lt;<a href="mailto:mdorman@debian.org">mdorman@debian.org</a>&gt;, Richard Braakman &lt;<a href="mailto:dark@xs4all.nl">dark@xs4all.nl</a>&gt;, James Troup
+&lt;<a href="mailto:jjtroup@comp.brad.ac.uk">jjtroup@comp.brad.ac.uk</a>&gt;, J.H.M. Dassen (Ray)
+&lt;<a href="mailto:jdassen@wi.LeidenUniv.nl">jdassen@wi.LeidenUniv.nl</a>&gt;, and Galen Hazelwood &lt;<a href="mailto:galenh@micron.net">galenh@micron.net</a>&gt;
+over various years.
+</p>
+<dl>
+  <dt>Changes</dt>
+<dd>  <ul>
+    <li>added Debian package maintenance system files
+    </li><li>changed Makefile.in's to compile with -D_REENTRANT
+    </li><li>changed configure.in to support proper compilation of debugging libraries
+    </li><li>Fixed tget{flag,num,str} in lib_termcap ("long" strings work now)  </li></ul>
+</dd></dl>
+<p>Changes to terminfo.src:
+</p><ul>
+  <li>Removed ich(1) from linux, screen, vt320</li></ul>
+<p>/****************************************************************************
+</p><ul>
+  <li>Copyright (c) 1998 Free Software Foundation, Inc.                        <em>
+  </li><li></em>
+  </li><li>Permission is hereby granted, free of charge, to any person obtaining a  *
+  </li><li>copy of this software and associated documentation files (the            *
+  </li><li>"Software"), to deal in the Software without restriction, including      *
+  </li><li>without limitation the rights to use, copy, modify, merge, publish,      *
+  </li><li>distribute, distribute with modifications, sublicense, and/or sell       *
+  </li><li>copies of the Software, and to permit persons to whom the Software is    *
+  </li><li>furnished to do so, subject to the following conditions:                 <em>
+  </li><li></em>
+  </li><li>The above copyright notice and this permission notice shall be included  *
+  </li><li>in all copies or substantial portions of the Software.                   <em>
+  </li><li></em>
+  </li><li>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
+  </li><li>OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
+  </li><li>MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
+  </li><li>IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
+  </li><li>DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
+  </li><li>OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
+  </li><li>THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               <em>
+  </li><li></em>
+  </li><li>Except as contained in this notice, the name(s) of the above copyright   *
+  </li><li>holders shall not be used in advertising or otherwise to promote the     *
+  </li><li>sale, use or other dealings in this Software without prior written       *
+  </li><li>authorization.                                                           <em>
+ *</em>**************************************************************************/
+</li></ul>
+<hr/>
+GCC 4.5 License
+<p>This is the Debian GNU/Linux prepackaged version of the GNU compiler
+collection, containing Ada, C, C++, Fortran 95, Java, Objective-C,
+Objective-C++, and Treelang compilers, documentation, and support
+libraries.  In addition, Debian provides the gdc compiler, either in
+the same source package, or built from a separate same source package.
+Packaging is done by the Debian GCC Maintainers
+&lt;<a href="mailto:debian-gcc@lists.debian.org">debian-gcc@lists.debian.org</a>&gt;, with sources obtained from:
+</p><p>  <a href="ftp://gcc.gnu.org/pub/gcc/releases/">ftp://gcc.gnu.org/pub/gcc/releases/</a>  (for full releases)
+</p><pre>
+  svn://gcc.gnu.org/svn/gcc/           (for prereleases)
+  <a href="http://bitbucket.org/goshawk/gdc">http://bitbucket.org/goshawk/gdc</a>     (for D)</pre>
+<p>The current gcc-4.5 source package is taken from the SVN gcc-4_5-branch.
+</p><p>Changes: See changelog.Debian.gz
+</p><p>Debian splits the GNU Compiler Collection into packages for each language,
+library, and documentation as follows:
+</p><h1><a name="section_3">Language       Compiler package  Library package    Documentation</a></h1>
+<pre>
+Ada            gnat-4.5          libgnat-4.5        gnat-4.5-doc
+C              gcc-4.5                              gcc-4.5-doc
+C++            g++-4.5           libstdc++6         libstdc++6-4.5-doc
+D              gdc-4.5
+Fortran 95     gfortran-4.5      libgfortran3       gfortran-4.5-doc
+Java           gcj-4.5           libgcj10           libgcj-doc
+Objective C    gobjc-4.5         libobjc2
+</pre>
+<p>Objective C++  gobjc++-4.5
+</p><p>For some language run-time libraries, Debian provides source files,
+development files, debugging symbols and libraries containing positionindependent 
+code in separate packages:
+</p><h1><a name="section_4">Language  Sources      Development   Debugging            Position-Independent</a></h1>
+<pre>
+C++                                  libstdc++6-4.5-dbg  libstdc++6-4.5-pic
+D         libphobos-4.5-dev
+Java      libgcj10-src libgcj10-dev  libgcj10-dbg</pre>
+<p>Additional packages include:
+</p><p>All languages:
+</p><pre>
+libgcc1, libgcc2, libgcc4       GCC intrinsics (platform-dependent)
+gcc-4.5-base                    Base files common to all compilers
+gcc-4.5-soft-float              Software floating point (ARM only)
+gcc-4.5-source                  The sources with patches</pre>
+<dl>
+  <dt>Ada</dt>
+<dd>libgnatvsn-dev, libgnatvsn4.5   GNAT version library
+libgnatprj-dev, libgnatprj4.5   GNAT Project Manager library</dd></dl>
+<p>C:<br/>
+cpp-4.5, cpp-4.5-doc            GNU C Preprocessor
+libmudflap0-dev, libmudflap0    Library for instrumenting pointers
+</p><pre>
+libssp0-dev, libssp0            GCC stack smashing protection library
+fixincludes                     Fix non-ANSI header files
+protoize                        Create/remove ANSI prototypes from C code</pre>
+<dl>
+  <dt>Java</dt>
+<dd>gij                             The Java bytecode interpreter and VM
+libgcj-common                   Common files for the Java run-time
+libgcj10-awt                    The Abstract Windowing Toolkit
+libgcj10-jar                    Java ARchive for the Java run-time</dd></dl>
+<p>C, C++ and Fortran 95:<br/>
+libgomp1-dev, libgomp1          GCC OpenMP (GOMP) support library
+</p><p>Biarch support: On some 64-bit platforms which can also run 32-bit code,
+Debian provides additional packages containing 32-bit versions of some
+libraries.  These packages have names beginning with 'lib32' instead of
+'lib', for example lib32stdc++6.  Similarly, on some 32-bit platforms which
+can also run 64-bit code, Debian provides additional packages with names
+beginning with 'lib64' instead of 'lib'.  These packages contain 64-bit
+versions of the libraries.  (At this time, not all platforms and not all
+libraries support biarch.)  The license terms for these lib32 or lib64
+packages are identical to the ones for the lib packages.
+</p>
+<p><strong>COPYRIGHT STATEMENTS AND LICENSING TERMS</strong>
+</p>
+<p>GCC is Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+2008 Free Software Foundation, Inc.
+</p><p>GCC is free software; you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 3, or (at your option) any later
+version.
+</p><p>GCC is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+for more details.
+</p><p>Files that have exception clauses are licensed under the terms of the
+GNU General Public License; either version 3, or (at your option) any
+later version.
+</p><p>On Debian GNU/Linux systems, the complete text of the GNU General
+Public License is in `/usr/share/common-licenses/GPL', version 3 of this
+license in `/usr/share/common-licenses/GPL-3'.
+</p><p>The following runtime libraries are licensed under the terms of the
+GNU General Public License (v3 or later) with version 3.1 of the GCC
+Runtime Library Exception (included in this file):
+</p><ul>
+  <li>libgcc (libgcc/, gcc/libgcc2.[ch], gcc/unwind<em>, gcc/gthr</em>,
+   gcc/coretypes.h, gcc/crtstuff.c, gcc/defaults.h, gcc/dwarf2.h,
+   gcc/emults.c, gcc/gbl-ctors.h, gcc/gcov-io.h, gcc/libgcov.c,
+   gcc/tsystem.h, gcc/typeclass.h).
+  </li><li>libdecnumber
+  </li><li>libgomp
+  </li><li>libssp
+  </li><li>libstdc++-v3
+  </li><li>libobjc
+  </li><li>libmudflap
+  </li><li>libgfortran
+  </li><li>The libgnat-4.5 Ada support library and libgnatvsn library.
+  </li><li>Various config files in gcc/config/ used in runtime libraries.</li></ul>
+<p>In contrast, libgnatprj is licensed under the terms of the pure GNU
+General Public License.
+</p><p>The libgcj library is licensed under the terms of the GNU General
+Public License, with a special exception:
+</p><p>    Linking this library statically or dynamically with other modules
+    is making a combined work based on this library.  Thus, the terms
+    and conditions of the GNU General Public License cover the whole
+    combination.
+</p><p>    As a special exception, the copyright holders of this library give
+    you permission to link this library with independent modules to
+    produce an executable, regardless of the license terms of these
+    independent modules, and to copy and distribute the resulting
+    executable under terms of your choice, provided that you also
+    meet, for each linked independent module, the terms and conditions
+    of the license of that module.  An independent module is a module
+    which is not derived from or based on this library.  If you modify
+    this library, you may extend this exception to your version of the
+    library, but you are not obligated to do so.  If you do not wish
+    to do so, delete this exception statement from your version.
+</p><p>The libffi library is licensed under the following terms:
+</p><p>    libffi - Copyright (c) 1996-2003  Red Hat, Inc.
+</p><p>    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    ``Software''), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
+</p><p>    The above copyright notice and this permission notice shall be included
+    in all copies or substantial portions of the Software.
+</p><p><strong>THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS</strong>
+<strong>OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</strong>
+<strong>MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</strong>
+<strong>IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR</strong>
+<strong>OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,</strong>
+<strong>ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR</strong>
+<strong>OTHER DEALINGS IN THE SOFTWARE.</strong>
+</p>
+<p>The documentation is licensed under the GNU Free Documentation License (v1.2).
+On Debian GNU/Linux systems, the complete text of this license is in
+`/usr/share/common-licenses/GFDL-1.2'.
+</p>
+<p><strong>GCC RUNTIME LIBRARY EXCEPTION</strong>
+</p><p>Version 3.1, 31 March 2009
+</p><p>Copyright (C) 2009 Free Software Foundation, Inc. &lt;<a href="http://fsf.org/">http://fsf.org/</a>&gt;
+</p><p>Everyone is permitted to copy and distribute verbatim copies of this
+license document, but changing it is not allowed.
+</p><p>This GCC Runtime Library Exception ("Exception") is an additional
+permission under section 7 of the GNU General Public License, version
+3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
+bears a notice placed by the copyright holder of the file stating that
+the file is governed by GPLv3 along with this Exception.
+</p><p>When you use GCC to compile a program, GCC may combine portions of
+certain GCC header files and runtime libraries with the compiled
+program. The purpose of this Exception is to allow compilation of
+non-GPL (including proprietary) programs to use, in this way, the
+header files and runtime libraries covered by this Exception.
+</p><p>0. Definitions.
+</p><p>A file is an "Independent Module" if it either requires the Runtime
+Library for execution after a Compilation Process, or makes use of an
+interface provided by the Runtime Library, but is not otherwise based
+on the Runtime Library.
+</p><p>"GCC" means a version of the GNU Compiler Collection, with or without
+modifications, governed by version 3 (or a specified later version) of
+the GNU General Public License (GPL) with the option of using any
+subsequent versions published by the FSF.
+</p><p>"GPL-compatible Software" is software whose conditions of propagation,
+modification and use would permit combination with GCC in accord with
+the license of GCC.
+</p><p>"Target Code" refers to output from any compiler for a real or virtual
+target processor architecture, in executable form or suitable for
+input to an assembler, loader, linker and/or execution
+phase. Notwithstanding that, Target Code does not include data in any
+format that is used as a compiler intermediate representation, or used
+for producing a compiler intermediate representation.
+</p><p>The "Compilation Process" transforms code entirely represented in
+non-intermediate languages designed for human-written code, and/or in
+Java Virtual Machine byte code, into Target Code. Thus, for example,
+use of source code generators and preprocessors need not be considered
+part of the Compilation Process, since the Compilation Process can be
+understood as starting with the output of the generators or
+preprocessors.
+</p><p>A Compilation Process is "Eligible" if it is done using GCC, alone or
+with other GPL-compatible software, or if it is done without using any
+work based on GCC. For example, using non-GPL-compatible Software to
+optimize any GCC intermediate representations would not qualify as an
+Eligible Compilation Process.
+</p><ol>
+  <li>Grant of Additional Permission.</li></ol>
+<p>You have permission to propagate a work of Target Code formed by
+combining the Runtime Library with Independent Modules, even if such
+propagation would otherwise violate the terms of GPLv3, provided that
+all Target Code was generated by Eligible Compilation Processes. You
+may then convey such a combination under terms of your choice,
+consistent with the licensing of the Independent Modules.
+</p><p>2. No Weakening of GCC Copyleft.
+</p><p>The availability of this Exception does not imply any general
+presumption that third-party software is unaffected by the copyleft
+requirements of the license of GCC.
+</p>
+<p>D:
+</p><pre>
+gdc-4.5                         GNU D Compiler
+libphobos-4.5-dev               D standard runtime library</pre>
+<p>The D source package is made up of the following components.
+</p><p>The D front-end for GCC:
+</p><ul>
+  <li>d/*</li></ul>
+<p>Copyright (C) 2004-2007 David Friedman<br/>
+Modified by Vincenzo Ampolo, Michael Parrot, Iain Buclaw, (C) 2009, 2010
+</p><p>This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+</p><p>On Debian GNU/Linux systems, the complete text of the GNU General
+Public License is in `/usr/share/common-licenses/GPL', version 2 of this
+license in `/usr/share/common-licenses/GPL-2'.
+</p>
+<p>The DMD Compiler implementation of the D programming language:
+</p><ul>
+  <li>d/dmd/*</li></ul>
+<p>Copyright (c) 1999-2010 by Digital Mars
+All Rights Reserved<br/>
+written by Walter Bright<br/>
+<a href="http://www.digitalmars.com">http://www.digitalmars.com</a><br/>
+License for redistribution is by either the Artistic License or
+the GNU General Public License (v1).
+</p><p>On Debian GNU/Linux systems, the complete text of the GNU General
+Public License is in `/usr/share/common-licenses/GPL', the Artistic
+license in `/usr/share/common-licenses/Artistic'.
+</p>
+<p>The Zlib data compression library:
+</p><ul>
+  <li>d/phobos/etc/c/zlib/*</li></ul>
+<p> (C) 1995-2004 Jean-loup Gailly and Mark Adler
+</p><p>  This software is provided 'as-is', without any express or implied
+  warranty.  In no event will the authors be held liable for any damages
+  arising from the use of this software.
+</p><p>  Permission is granted to anyone to use this software for any purpose,
+  including commercial applications, and to alter it and redistribute it
+  freely, subject to the following restrictions:
+</p><ol>
+  <li>The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software
+     in a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  </li><li>Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  </li><li>This notice may not be removed or altered from any source distribution.
+</li></ol>
+<p>The Phobos standard runtime library:
+</p><ul>
+  <li>d/phobos/*</li></ul>
+<p>Unless otherwise marked within the file, each file in the source
+is under the following licenses:
+</p><p>Copyright (C) 2004-2005 by Digital Mars, <a href="http://www.digitalmars.com/">www.digitalmars.com</a>
+Written by Walter Bright
+</p><p>This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+</p><p>Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, in both source and binary form, subject to the following
+restrictions:
+</p><ul>
+  <li>The origin of this software must not be misrepresented; you must not
+    claim that you wrote the original software. If you use this software
+    in a product, an acknowledgment in the product documentation would be
+    appreciated but is not required.
+  </li><li>Altered source versions must be plainly marked as such, and must not
+    be misrepresented as being the original software.
+  </li><li>This notice may not be removed or altered from any source
+    distribution.</li></ul>
+<p>By plainly marking modifications, something along the lines of adding to each
+file that has been changed a "Modified by Foo Bar" line
+underneath the "Written by" line would be adequate.
+</p><hr/>
+perl License
+<p>This package was debianized by Brendan O'Dea &lt;<a href="mailto:bod@debian.org">bod@debian.org</a>&gt; on
+Thu, 17 Aug 2000 16:10:54 +1000.
+</p><p>It was downloaded from:
+</p><p>    <a href="http://www.perl.com/CPAN/src/5.0/">http://www.perl.com/CPAN/src/5.0/</a>
+</p><p>Upstream Authors:
+</p><p>    Larry Wall et. al. (see /usr/share/doc/perl/AUTHORS).
+</p><dl>
+  <dt>Copyright</dt>
+<dd></dd></dl>
+<p>    Copyright 1989-2001, Larry Wall  All rights reserved.
+</p><p>    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+</p><ol>
+  <li>the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or  </li><li>the "Artistic License" which comes with Perl.</li></ol>
+<p>    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL' and
+    the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+</p><hr/>
+<p>The zlib library in ext/Compress-Raw-Zlib/zlib-src has the following
+copyright and license:
+</p><p>  Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
+</p><p>  This software is provided 'as-is', without any express or implied
+  warranty.  In no event will the authors be held liable for any damages
+  arising from the use of this software.
+</p><p>  Permission is granted to anyone to use this software for any purpose,
+  including commercial applications, and to alter it and redistribute it
+  freely, subject to the following restrictions:
+</p><ol>
+  <li>The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software
+     in a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  </li><li>Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  </li><li>This notice may not be removed or altered from any source distribution.</li></ol>
+<hr/>
+<p>The Unicode database files in lib/unicore/*.txt are 
+Copyright (c) 1991-2006 Unicode, Inc.
+</p><p>Their license information is given as<br/>
+ For terms of use, see <a href="http://www.unicode.org/terms_of_use.html">http://www.unicode.org/terms_of_use.html</a>
+</p><p>The corresponding license is as follows:
+</p><p><strong>EXHIBIT 1</strong><br/>
+<strong>UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE</strong>
+</p><p>   Unicode Data Files include all data files under the directories
+   <a href="http://www.unicode.org/Public/">http://www.unicode.org/Public/</a>, <a href="http://www.unicode.org/reports/">http://www.unicode.org/reports/</a>,
+   and <a href="http://www.unicode.org/cldr/data/">http://www.unicode.org/cldr/data/</a> . Unicode Software includes any
+   source code published in the Unicode Standard or under the directories
+   <a href="http://www.unicode.org/Public/">http://www.unicode.org/Public/</a>, <a href="http://www.unicode.org/reports/">http://www.unicode.org/reports/</a>,
+   and <a href="http://www.unicode.org/cldr/data/">http://www.unicode.org/cldr/data/</a>.
+</p><pre>
+      NOTICE TO USER: Carefully read the following legal agreement. BY
+      DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE
+      INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU
+      UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND
+      CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD,
+      INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
+      COPYRIGHT AND PERMISSION NOTICE
+      Copyright &acirc;\93\92 1991-2008 Unicode, Inc. All rights
+      reserved. Distributed under the Terms of Use in
+      <a href="http://www.unicode.org/copyright.html">http://www.unicode.org/copyright.html</a>.
+      Permission is hereby granted, free of charge, to any person
+      obtaining a copy of the Unicode data files and any associated
+      documentation (the "Data Files") or Unicode software and any
+      associated documentation (the "Software") to deal in the Data Files
+      or Software without restriction, including without limitation
+      the rights to use, copy, modify, merge, publish, distribute,
+      and/or sell copies of the Data Files or Software, and to permit
+      persons to whom the Data Files or Software are furnished to do so,
+      provided that (a) the above copyright notice(s) and this permission
+      notice appear with all copies of the Data Files or Software,
+      (b) both the above copyright notice(s) and this permission notice
+      appear in associated documentation, and (c) there is clear notice
+      in each modified Data File or in the Software as well as in the
+      documentation associated with the Data File(s) or Software that
+      the data or software has been modified.
+      THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY
+      OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+      WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
+      AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
+      COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE
+      FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
+      OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+      PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+      TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+      PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+      Except as contained in this notice, the name of a copyright holder
+      shall not be used in advertising or otherwise to promote the sale,
+      use or other dealings in these Data Files or Software without
+      prior written authorization of the copyright holder.</pre>
+<hr/>
+<p>The file lib/Cwd.pm has the following copyright and license:
+</p><p>  Copyright (c) 2004 by the Perl 5 Porters.  All rights reserved.
+</p><p>  This program is free software; you can redistribute it and/or modify
+  it under the same terms as Perl itself.
+</p><p>  Portions of the C code in this library are copyright (c) 1994 by the
+  Regents of the University of California.  All rights reserved.  The
+  license on this code is compatible with the licensing of the rest of
+  the distribution - please see the source code in F&lt;Cwd.xs&gt; for the
+  details.
+</p><p>The file referenced above, ext/Cwd/Cwd.xs, has the following copyright:
+</p><ul>
+  <li>Copyright (c) 1994
+  </li><li>The Regents of the University of California.  All rights reserved.
+ *
+  </li><li>This code is derived from software contributed to Berkeley by
+  </li><li>Jan-Simon Pendry.</li></ul>
+<p>and is licensed with the standard 3-clause BSD license. On Debian GNU/Linux
+systems, this license can be found in `/usr/share/common-licenses/BSD'.
+</p><hr/>
+<p>The C parts of File::Glob in ext/File-Glob/bsd_glob.[ch] hav the
+following copyright:
+</p><ul>
+  <li>Copyright (c) 1989, 1993
+  </li><li>The Regents of the University of California.  All rights reserved.
+ *
+  </li><li>This code is derived from software contributed to Berkeley by
+  </li><li>Guido van Rossum.</li></ul>
+<p>and are licensed with the standard 3-clause BSD license. On Debian GNU/Linux
+systems, this license can be found in `/usr/share/common-licenses/BSD'.
+</p><hr/>
+<p>The bzip2 library in ext/Compress-Raw-Bzip2/bzip2-src has the following
+copyright and license:
+</p><p>  This program, "bzip2", the associated library "libbzip2", and all
+  documentation, are copyright (C) 1996-2007 Julian R Seward.  All
+  rights reserved.
+  
+</p><p>  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  
+</p><ol>
+  <li>Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  
+  </li><li>The origin of this software must not be misrepresented; you must 
+     not claim that you wrote the original software.  If you use this 
+     software in a product, an acknowledgment in the product 
+     documentation would be appreciated but is not required.
+  
+  </li><li>Altered source versions must be plainly marked as such, and must
+     not be misrepresented as being the original software.
+  
+  </li><li>The name of the author may not be used to endorse or promote 
+     products derived from this software without specific prior written 
+     permission.
+  
+</li></ol>
+<p><strong>THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS</strong>
+<strong>OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED</strong>
+<strong>WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</strong>
+<strong>ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY</strong>
+<strong>DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL</strong>
+<strong>DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE</strong>
+<strong>GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS</strong>
+<strong>INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,</strong>
+<strong>WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING</strong>
+<strong>NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS</strong>
+<strong>SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</strong>
+  
+</p><p>  Julian Seward, <a href="mailto:jseward@bzip.org">jseward@bzip.org</a><br/>
+  bzip2/libbzip2 version 1.0.5 of 10 December 2007
+  
+</p><hr/>
+<p>The Text::Tabs module in lib/Text/Tabs.pm has the following
+copyright and license:
+</p><p>  Copyright (C) 1996-2002,2005,2006 David Muir Sharnoff.  
+  Copyright (C) 2005 Aristotle Pagaltzis 
+  This module may be modified, used, copied, and redistributed at your own risk.
+  Publicly redistributed modified versions must use a different name.
+</p><hr/>
+<p>Portions of the Debian packaging are<br/>
+ Copyright 2008-2010 Niko Tyni &lt;<a href="mailto:ntyni@debian.org">ntyni@debian.org</a>&gt;
+The other people listed in debian/changelog are most probably
+copyright holders too, but they have not included explicit copyright
+or licensing information.
+</p><p>The portions by Niko Tyni may be redistributed and/or modified under
+the same terms as Perl itself. It is assumed that other contributors
+have placed their contributions under a compatible license.
+</p><hr/>
+<hr/>
+BSD License
+<p>Copyright (c) &lt;year&gt;, &lt;copyright holder&gt;
+All rights reserved.
+</p><p>Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+1. Redistributions of source code must retain the above copyright
+</p><p>   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+</p><p>   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. All advertising materials mentioning features or use of this software
+</p><p>   must display the following acknowledgement:
+   This product includes software developed by the &lt;organization&gt;.
+4. Neither the name of the &lt;organization&gt; nor the
+</p><p>   names of its contributors may be used to endorse or promote products
+   derived from this software without specific prior written permission.
+</p><p>THIS SOFTWARE IS PROVIDED BY &lt;COPYRIGHT HOLDER&gt; ''AS IS'' AND ANY
+<strong>EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED</strong>
+<strong>WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE</strong>
+DISCLAIMED. IN NO EVENT SHALL &lt;COPYRIGHT HOLDER&gt; BE LIABLE FOR ANY
+<strong>DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES</strong>
+<strong>(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;</strong>
+<strong>LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND</strong>
+<strong>ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT</strong>
+<strong>(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS</strong>
+<strong>SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</strong>
+</p><hr/>
+New BSD License
+<p>Copyright (c) &lt;year&gt;, &lt;copyright holder&gt;
+All rights reserved.
+</p><p>Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+</p><ul>
+  <li>Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+  </li><li>Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+  </li><li>Neither the name of the &lt;organization&gt; nor the
+      names of its contributors may be used to endorse or promote products
+      derived from this software without specific prior written permission.</li></ul>
+<p><strong>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND</strong>
+<strong>ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED</strong>
+<strong>WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE</strong>
+DISCLAIMED. IN NO EVENT SHALL &lt;COPYRIGHT HOLDER&gt; BE LIABLE FOR ANY
+<strong>DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES</strong>
+<strong>(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;</strong>
+<strong>LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND</strong>
+<strong>ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT</strong>
+<strong>(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS</strong>
+<strong>SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</strong>
+</p><hr/>
+Simplified BSD License
+<p>Copyright &lt;year&gt; &lt;copyright holder&gt;. All rights reserved.
+</p><p>Redistribution and use in source and binary forms, with or without modification, are
+permitted provided that the following conditions are met:
+</p><ol>
+  <li>Redistributions of source code must retain the above copyright notice, this list of
+      conditions and the following disclaimer.  </li><li>Redistributions in binary form must reproduce the above copyright notice, this list
+      of conditions and the following disclaimer in the documentation and/or other materials
+      provided with the distribution.</li></ol>
+<p>THIS SOFTWARE IS PROVIDED BY &lt;COPYRIGHT HOLDER&gt; ''AS IS'' AND ANY EXPRESS OR IMPLIED
+<strong>WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND</strong>
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL &lt;COPYRIGHT HOLDER&gt; OR
+<strong>CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR</strong>
+<strong>CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR</strong>
+<strong>SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON</strong>
+<strong>ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING</strong>
+<strong>NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF</strong>
+<strong>ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</strong>
+</p><p>The views and conclusions contained in the software and documentation are those of the
+authors and should not be interpreted as representing official policies, either expressed
+or implied, of &lt;copyright holder&gt;.
+</p><hr/>
+Small/Pawn License
+<p>Copyright (c) ITB CompuPhase, 1997-2003
+</p><p>This software is provided "as-is", without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from
+the use of this software.
+</p><p>Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+</p><ol>
+  <li>The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software in
+     a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  </li><li>Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  </li><li>This notice may not be removed or altered from any source distribution.</li></ol>
+<hr/>
+Motorola License
+<p>  Copyright Motorola, Inc. 2003<br/>
+<strong>ALL RIGHTS RESERVED</strong>
+</p><p>  You are hereby granted a copyright license to use, modify, and 
+  distribute the SOFTWARE so long as this entire notice is retained 
+  without alteration in any modified and/or redistributed versions, 
+  and that such modified versions are clearly identified as such.  
+  No licenses are granted by implication, estoppel or otherwise under 
+  any patents or trademarks of Motorola, Inc.
+</p><p>  The SOFTWARE is provided on an "AS IS" basis and without warranty.  
+  To the maximum extent permitted by applicable law, MOTOROLA DISCLAIMS 
+<strong>ALL WARRANTIES WHETHER EXPRESS OR IMPLIED, INCLUDING IMPLIED </strong>
+<strong>WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR </strong>
+<strong>PURPOSE AND ANY WARRANTY AGAINST INFRINGEMENT WITH </strong>
+<strong>REGARD TO THE SOFTWARE (INCLUDING ANY MODIFIED VERSIONS </strong>
+<strong>THEREOF) AND ANY ACCOMPANYING WRITTEN MATERIALS. </strong>
+</p><p>  To the maximum extent permitted by applicable law, IN NO EVENT SHALL 
+<strong>MOTOROLA BE LIABLE FOR ANY DAMAGES WHATSOEVER </strong>
+<strong>(INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF </strong>
+<strong>BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS </strong>
+<strong>INFORMATION, OR OTHER PECUNIARY LOSS) ARISING OF THE USE OR </strong>
+  INABILITY TO USE THE SOFTWARE.   Motorola assumes no responsibility 
+  for the maintenance and support of the SOFTWARE.
+</p><hr/>
+Google License
+<h3><a name="section_4_1_1">THE C++ WRAPPER FUNCTIONS</a></h3>
+<p>Contributed by:   Google Inc.
+</p><p>Copyright (c) 2007-2008, Google Inc.<br/>
+All rights reserved.
+</p><hr/>
+ISC(Internet Software Consortium) License
+<p>Copyright &acirc;\93\92 2004-2011 by Internet Systems Consortium, Inc. ("ISC")
+Copyright &acirc;\93\92 1995-2003 by Internet Software Consortium 
+</p><p>Permission to use, copy, modify, and/or distribute this 
+software for any purpose with or without fee is hereby 
+granted, provided that the above copyright notice and 
+this permission notice appear in all copies.
+</p><p><strong>THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL </strong>
+<strong>WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL </strong>
+<strong>IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO </strong>
+<strong>EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, </strong>
+<strong>OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING </strong>
+<strong>FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION </strong>
+<strong>OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING </strong>
+<strong>OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF </strong>
+<strong>THIS SOFTWARE.</strong>
+</p><hr/>
+CPOL(The Code Project Open License)
+<p><strong>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CODE PROJECT </strong>
+<strong>OPEN LICENSE ("LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER </strong>
+<strong>APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS </strong>
+<strong>LICENSE OR COPYRIGHT LAW IS PROHIBITED.</strong>
+</p><p><strong>BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HEREIN, YOU ACCEPT AND AGREE TO</strong>
+<strong>BE BOUND BY THE TERMS OF THIS LICENSE. THE AUTHOR GRANTS YOU THE RIGHTS </strong>
+<strong>CONTAINED HEREIN IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND </strong>
+<strong>CONDITIONS. IF YOU DO NOT AGREE TO ACCEPT AND BE BOUND BY THE TERMS OF THIS </strong>
+<strong>LICENSE, YOU CANNOT MAKE ANY USE OF THE WORK.</strong>
+</p><ol>
+  <li>Definitions. 
+  <ol>
+    <li>"Articles" means, collectively, all articles written by Author which describes 
+    how the Source Code and Executable Files for the Work may be used by a user. 
+    </li><li>"Author" means the individual or entity that offers the Work under the terms of 
+    this License. 
+    </li><li>"Derivative Work" means a work based upon the Work or upon the Work and 
+    other pre-existing works. 
+    </li><li>"Executable Files" refer to the executables, binary files, configuration and any 
+    required data files included in the Work. 
+    </li><li>"Publisher" means the provider of the website, magazine, CD-ROM, DVD or 
+    other medium from or by which the Work is obtained by You. 
+    </li><li>"Source Code" refers to the collection of source code and configuration files 
+    used to create the Executable Files. 
+    </li><li>"Standard Version" refers to such a Work if it has not been modified, or has 
+    been modified in accordance with the consent of the Author, such consent 
+    being in the full discretion of the Author. 
+    </li><li>"Work" refers to the collection of files distributed by the Publisher, including 
+    the Source Code, Executable Files, binaries, data files, documentation, 
+    whitepapers and the Articles. 
+    </li><li>"You" is you, an individual or entity wishing to use the Work and exercise your 
+    rights under this License. 
+  </li></ol>
+  </li><li>Fair Use/Fair Use Rights. Nothing in this License is intended to reduce, limit, or 
+  restrict any rights arising from fair use, fair dealing, first sale or other limitations on 
+  the exclusive rights of the copyright owner under copyright law or other applicable laws. 
+  </li><li>License Grant. Subject to the terms and conditions of this License, the Author 
+  hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the 
+  duration of the applicable copyright) license to exercise the rights in the Work as 
+  stated below: 
+  <ol>
+    <li>You may use the standard version of the Source Code or Executable Files in 
+    Your own applications. 
+    </li><li>You may apply bug fixes, portability fixes and other modifications obtained from 
+    the Public Domain or from the Author. A Work modified in such a way shall still 
+    be considered the standard version and will be subject to this License. 
+    </li><li>You may otherwise modify Your copy of this Work (excluding the Articles) in any 
+    way to create a Derivative Work, provided that You insert a prominent notice in 
+    each changed file stating how, when and where You changed that file. 
+    </li><li>You may distribute the standard version of the Executable Files and Source 
+    Code or Derivative Work in aggregate with other (possibly commercial) programs 
+    as part of a larger (possibly commercial) software distribution. 
+    </li><li>The Articles discussing the Work published in any form by the author may not 
+    be distributed or republished without the Author's consent. The author retains 
+    copyright to any such Articles. You may use the Executable Files and Source 
+    Code pursuant to this License but you may not repost or republish or otherwise 
+    distribute or make available the Articles, without the prior written consent of the Author. 
+  Any subroutines or modules supplied by You and linked into the Source Code or 
+  Executable Files of this Work shall not be considered part of this Work and will not be 
+  subject to the terms of this License. 
+  </li></ol>
+  </li><li>Patent License. Subject to the terms and conditions of this License, each Author 
+  hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, 
+  irrevocable (except as stated in this section) patent license to make, have made, 
+  use, import, and otherwise transfer the Work. 
+  </li><li>Restrictions. The license granted in Section 3 above is expressly made subject to 
+  and limited by the following restrictions: 
+  <ol>
+    <li>You agree not to remove any of the original copyright, patent, trademark, and 
+    attribution notices and associated disclaimers that may appear in the Source 
+    Code or Executable Files. 
+    </li><li>You agree not to advertise or in any way imply that this Work is a product of 
+    Your own. 
+    </li><li>The name of the Author may not be used to endorse or promote products 
+    derived from the Work without the prior written consent of the Author. 
+    </li><li>You agree not to sell, lease, or rent any part of the Work. This does not restrict 
+    you from including the Work or any part of the Work inside a larger software 
+    distribution that itself is being sold. The Work by itself, though, cannot be sold, 
+    leased or rented. 
+    </li><li>You may distribute the Executable Files and Source Code only under the terms 
+    of this License, and You must include a copy of, or the Uniform Resource 
+    Identifier for, this License with every copy of the Executable Files or Source 
+    Code You distribute and ensure that anyone receiving such Executable Files and 
+    Source Code agrees that the terms of this License apply to such Executable 
+    Files and/or Source Code. You may not offer or impose any terms on the Work 
+    that alter or restrict the terms of this License or the recipients' exercise of the 
+    rights granted hereunder. You may not sublicense the Work. You must keep 
+    intact all notices that refer to this License and to the disclaimer of warranties. 
+    You may not distribute the Executable Files or Source Code with any 
+    technological measures that control access or use of the Work in a manner 
+    inconsistent with the terms of this License. 
+    </li><li>You agree not to use the Work for illegal, immoral or improper purposes, or on 
+    pages containing illegal, immoral or improper material. The Work is subject to 
+    applicable export laws. You agree to comply with all such laws and regulations 
+    that may apply to the Work after Your receipt of the Work. 
+  </li></ol>
+  </li><li>Representations, Warranties and Disclaimer. THIS WORK IS PROVIDED "AS IS", 
+<strong>"WHERE IS" AND "AS AVAILABLE", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES </strong>
+<strong>OR CONDITIONS OR GUARANTEES. YOU, THE USER, ASSUME ALL RISK IN ITS USE, </strong>
+<strong>INCLUDING COPYRIGHT INFRINGEMENT, PATENT INFRINGEMENT, SUITABILITY, ETC. </strong>
+<strong>AUTHOR EXPRESSLY DISCLAIMS ALL EXPRESS, IMPLIED OR STATUTORY WARRANTIES </strong>
+<strong>OR CONDITIONS, INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF </strong>
+<strong>MERCHANTABILITY, MERCHANTABLE QUALITY OR FITNESS FOR A PARTICULAR </strong>
+<strong>PURPOSE, OR ANY WARRANTY OF TITLE OR NON-INFRINGEMENT, OR THAT THE WORK </strong>
+<strong>(OR ANY PORTION THEREOF) IS CORRECT, USEFUL, BUG-FREE OR FREE OF VIRUSES. </strong>
+<strong>YOU MUST PASS THIS DISCLAIMER ON WHENEVER YOU DISTRIBUTE THE WORK OR </strong>
+<strong>DERIVATIVE WORKS. </strong>
+  </li><li>Indemnity. You agree to defend, indemnify and hold harmless the Author and the 
+  Publisher from and against any claims, suits, losses, damages, liabilities, costs, and 
+  expenses (including reasonable legal or attorneys? fees) resulting from or relating to 
+  any use of the Work by You. 
+  </li><li>Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN 
+<strong>NO EVENT WILL THE AUTHOR OR THE PUBLISHER BE LIABLE TO YOU ON ANY LEGAL </strong>
+<strong>THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY </strong>
+<strong>DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK OR OTHERWISE, </strong>
+<strong>EVEN IF THE AUTHOR OR THE PUBLISHER HAS BEEN ADVISED OF THE POSSIBILITY OF </strong>
+<strong>SUCH DAMAGES. </strong>
+  </li><li>Termination. 
+  <ol>
+    <li>This License and the rights granted hereunder will terminate automatically upon 
+    any breach by You of any term of this License. Individuals or entities who have 
+    received Derivative Works from You under this License, however, will not have 
+    their licenses terminated provided such individuals or entities remain in full 
+    compliance with those licenses. Sections 1, 2, 6, 7, 8, 9, 10 and 11 will survive 
+    any termination of this License. 
+    </li><li>If You bring a copyright, trademark, patent or any other infringement claim 
+    against any contributor over infringements You claim are made by the Work, 
+    your License from such contributor to the Work ends automatically. 
+    </li><li>Subject to the above terms and conditions, this License is perpetual (for the 
+    duration of the applicable copyright in the Work). Notwithstanding the above, 
+    the Author reserves the right to release the Work under different license terms 
+    or to stop distributing the Work at any time; provided, however that any such 
+    election will not serve to withdraw this License (or any other license that has 
+    been, or is required to be, granted under the terms of this License), and this 
+    License will continue in full force and effect unless terminated as stated above. 
+  </li></ol>
+  </li><li>Publisher. The parties hereby confirm that the Publisher shall not, under any 
+  circumstances, be responsible for and shall not have any liability in respect of the 
+  subject matter of this License. The Publisher makes no warranty whatsoever in 
+  connection with the Work and shall not be liable to You or any party on any legal 
+  theory for any damages whatsoever, including without limitation any general, special, 
+  incidental or consequential damages arising in connection to this license. The
+  Publisher reserves the right to cease making the Work available to You at any time 
+  without notice 
+  </li><li>Miscellaneous 
+  <ol>
+    <li>This License shall be governed by the laws of the location of the head office of 
+    the Author or if the Author is an individual, the laws of location of the principal 
+    place of residence of the Author. 
+    </li><li>If any provision of this License is invalid or unenforceable under applicable law, 
+    it shall not affect the validity or enforceability of the remainder of the terms of 
+    this License, and without further action by the parties to this License, such 
+    provision shall be reformed to the minimum extent necessary to make such 
+    provision valid and enforceable. 
+    </li><li>No term or provision of this License shall be deemed waived and no breach 
+    consented to unless such waiver or consent shall be in writing and signed by 
+    the party to be charged with such waiver or consent. 
+    </li><li>This License constitutes the entire agreement between the parties with respect 
+    to the Work licensed herein. There are no understandings, agreements or 
+    representations with respect to the Work not specified herein. The Author shall 
+    not be bound by any additional provisions that may appear in any 
+    communication from You. This License may not be modified without the mutual 
+    written agreement of the Author and You. 
+  </li></ol>
+</li></ol>
+<hr/>
+
+
+
+</body>
+</html>
diff --git a/resource/Open_Source_Announcement.txt b/resource/Open_Source_Announcement.txt
new file mode 100755 (executable)
index 0000000..b993514
--- /dev/null
@@ -0,0 +1,5046 @@
+License: AFLv2.1, GPLv2\r
+Packages: dbus, libdbus-1-0, libdbus-glib-1-2\r
+\r
+License: AFLv2, LGPLv2.0\r
+Packages: libxdgmime\r
+\r
+License: Apache License v2.0\r
+Packages: alarm-server, appsvc-tool, bluetooth-frwk-agent, bluetooth-frwk-test, bluetooth-share, capi-appfw-app-manager, capi-appfw-application, capi-base-common-dev, capi-content-media-content, capi-location-geocoder, capi-location-manager, capi-media-audio-io, capi-media-camera, capi-media-image-util, capi-media-player, capi-media-radio, capi-media-recorder, capi-media-sound-manager, capi-media-tone-player, capi-media-wav-player, capi-messaging-email, capi-messaging-mms, capi-messaging-sms, capi-network-bluetooth, capi-network-connection, capi-network-nfc, capi-social-calendar, capi-social-call-log, capi-social-contacts, capi-system-device, capi-system-haptic, capi-system-info, capi-system-power, capi-system-runtime-info, capi-system-sensor, capi-telephony-call, capi-telephony-network-info, capi-telephony-sim, capi-ui-efl-util, capi-uix-feedback, capi-uix-tts, org.tizen.bluetooth, org.tizen.bluetooth-headers, org.tizen.bluetooth-share-ui, org.tizen.bt-appsvc, org.tizen.bt-syspopup, org.tizen.idle-lock, org.tizen.voicerecorder, contacts-service-bin, default-fonts-fc-sdk, default-fonts-sdk, dlogutil-bin, drm-service-0, efl-theme-tizen, efl-theme-tizen-black, efl-theme-tizen-black-hd, efl-theme-tizen-hd, gps-manager, ise-engine-default, libail-0, libalarm-0, libapp-checker-0, libapp-checker-server-0, libappcore-common-0, libappcore-efl-0, libappsvc-0, libaul-1, libaul-1-executable, libbluetooth-engine-0, libbluetooth-frwk-0, libbundle-0, libcamsrcjpegenc, libcamsrcjpegenc-sw-libjpeg, libcert-svc-0, libconnectivity-device-interface-0, libcontacts-service, libdevman-0, libdlog-0, libdownload-agent-0, libheynoti-0, libmedia-service, libmedia-thumbnail, libmedia-utils, libmm-common, libmm-fileinfo, libmm-imgp-gstcs, libmm-log, libmm-player, libmm-radio, libmm-session-0, libmm-sound-0, libmm-sound-tool, libmm-ta, libmm-utility, libopencore-amrnb, libopencore-amrwb, libprivilege-control-0, librua-0, libsecurity-server-client-0, libslp-calendar-0, libslp-db-util-0, libslp-location, libslp-sensor-0, libslp-setting-0, libslp-sysman, libslp-tapi-0, libslp-utilx-0, libss-client-0, libstt, libsvi-0, libsys-assert-0, libtts, libug-setting-bluetooth-efl, libug-setting-manage-applications-efl-0, libui-gadget-0, libui-idlecapture-0, libuw-imap-toolkit-0, libvconf-0, location-geoclue-gpsd, location-geoclue-nominatim, location-gps-manager, media-data-sdk, media-server, media-thumbnail-server, mm-fileinfo-tools, mmfw-sysconf-cleansdk-target, mmfw-sysconf-simulator, nitz, opengl-es, opengl-es-virtual-drv, security-server, sonet0, ss-server, starter, svi-data-sdk, telephony-server, wrt, wrt-plugins-common, wrt-plugins-tizen, wrt-plugins-wac, wrt-test, openssh-client, openssh-server\r
+\r
+Licence: BSD\r
+Packages: libuuid1\r
+\r
+License: New BSD\r
+Packages: gpsd, libelektra-dev, libgps19, libiri, libjpeg-turbo, libogg0, libspeex1, libspeexdsp1, libtheora0, libvorbis0a, libvorbisenc2, libvorbisfile3, speex, ssh, strace\r
+\r
+Licence: Simplified BSD\r
+Packages: e17, e17-data, e17-extra-modules, e17-misc, expedite, libecore, libecore-bin, libecore-con, libecore-config, libecore-data, libecore-doc, libecore-evas, libecore-fb, libecore-file, libecore-imf, libecore-input, libecore-ipc, libecore-x, libedbus, libedje, libedje-doc, libeet-bin, libeet-doc, libeet1, libefreet, libefreet-doc, libevas, libevas-doc, libevas-engines, libevas-engines-extras\r
+\r
+License: bzip2\r
+Packages: libbz2-1.0, bzip2\r
+\r
+License: BSD, GPLv2\r
+Packages: wpasupplicant\r
+\r
+License: New BSD, GPLv3\r
+Packages: libcap2, libcap2-bin\r
+\r
+License: Simplified BSD, GPLv2\r
+Packages: libedje-bin\r
+\r
+License: Simplified BSD, Small/Pawn License\r
+Packages: libembryo-bin, libembryo-doc, libembryo0\r
+\r
+License: Simplified BSD, Motorola, New BSD\r
+Packages: liboil0.3\r
+\r
+License: Google, New BSD\r
+Packages: libpcre\r
+\r
+License: perl License\r
+Packages: libperl5.10, perl, perl-base, perl-debug, perl-doc, perl-modules, perl-suid\r
+\r
+License: GPLv2\r
+Packages: apt, bash, default-files-slp, login, mtd-utils, passwd, alsa-utils, base-files, base-passwd, bluez, busybox, busybox-symlinks-adduser, busybox-symlinks-adjtimex, busybox-symlinks-binutils, busybox-symlinks-bridge-utils, busybox-symlinks-bsdmainutils, busybox-symlinks-busybox, busybox-symlinks-bzip2, busybox-symlinks-console-tools, busybox-symlinks-cpio, busybox-symlinks-cron, busybox-symlinks-daemontools, busybox-symlinks-dc, busybox-symlinks-dnsutils, busybox-symlinks-dosfstools, busybox-symlinks-ed, busybox-symlinks-eject, busybox-symlinks-fbset, busybox-symlinks-fdflush, busybox-symlinks-hdparm, busybox-symlinks-ifupdown, busybox-symlinks-initscripts, busybox-symlinks-ipcalc, busybox-symlinks-iproute, busybox-symlinks-ipsvd, busybox-symlinks-iputils-arping, busybox-symlinks-iputils-ping, busybox-symlinks-klogd, busybox-symlinks-loadlin, busybox-symlinks-lrzsz, busybox-symlinks-lzma, busybox-symlinks-lzop, busybox-symlinks-module-init-tools, busybox-symlinks-mtd-utils, busybox-symlinks-net-tools, busybox-symlinks-openbsd-inetd, busybox-symlinks-passwd, busybox-symlinks-patch, busybox-symlinks-ppp, busybox-symlinks-procps, busybox-symlinks-psmisc, busybox-symlinks-rdate, busybox-symlinks-realpath, busybox-symlinks-rpm, busybox-symlinks-runit, busybox-symlinks-sharutils, busybox-symlinks-ssmtp, busybox-symlinks-sysklogd, busybox-symlinks-telnetd, busybox-symlinks-tftp, busybox-symlinks-time, busybox-symlinks-tofrodos, busybox-symlinks-udhcpc, busybox-symlinks-udhcpd, busybox-symlinks-unzip, busybox-symlinks-vlan, busybox-symlinks-vlock, busybox-symlinks-watchdog, busybox-symlinks-wget, busybox-symlinks-xterm, busybox-symlinks-zcip, connman, e2fsck-static, execstack, gnupg, gpgv, ifupdown, initscripts, insserv, iptables, lib64readline5, libbluetooth3, libc-bin, libc-dev-bin, libc6, libc6-i686, libc6-prof, libelfg0, libfuse-dev, libgstreamer-plugins-base0.10-0, libgudev-1.0-0, liblzo2-2, libpci3, libreadline5, libudev0, linux-base, linux-headers-2.6.36-trunk-all, linux-headers-2.6.36-trunk-all-armel, linux-headers-2.6.36-trunk-common, linux-headers-2.6.36-trunk-u1, linux-image-2.6.36-trunk-u1, linux-kbuild-2.6.36, linux-source-2.6.36, locales, lsb-base, ltrace, mawk, module-init-tools, netbase, obexd, oprofile, pciutils, pkg-config, prelink, procps, psmisc, ragel, readline-common, rlfe, locales-init, shared-mime-info, simulator-opengl-dev, smackutils, system-plugin-slp, sysv-rc, sysvinit, sysvinit-utils, u-boot, u-boot-tools, udev, usbutils, valgrind, tzdata-slp, fakeroot\r
+\r
+License: GPLv2, LGPLv2.1\r
+Packages: attr, acl, libacl1, libattr1\r
+\r
+License: GPLv3\r
+Packages: fixincludes, gdb, gdbserver, binutils, binutils-gold, binutils-multiarch, cpp-4.5, g++-4.5, gcc-4.5, gcc-4.5-locales, gcc-4.5-source, libblkid1, libgcc1, libgomp1, libmpfr4, libmudflap0, boot-console-init, boot-telnet-init, uuid-runtime\r
+\r
+License: GPLv3, LGPLv2.1\r
+Packages: libidn11\r
+\r
+License: GPLv3, LGPLv3\r
+Packages: libgmp10, libgmpxx4ldbl\r
+\r
+License: LGPLv2.0\r
+Packages: gconf-dbus-utils, geoclue, geoclue-gpsd, geoclue-nominatim, glib-networking, gstreamer-tools, gstreamer0.10-plugins-base, gstreamer0.10-plugins-base-apps, gstreamer0.10-plugins-ugly, gstreamer0.10-tools, gstreamer0.10-x, libfreealut, libfribidi0, libgconf-dbus, libgeoclue, libglib2.0-0, libglib2.0-0-refdbg, libglib2.0-bin, libglib2.0-data, libglib2.0-dev, libglib2.0-doc, libgstreamer0.10-0, libopenal-soft, libpango1.0, libpango1.0-common, libsoup2.4\r
+\r
+License: LGPLv2.1\r
+Packages: alsa-scenario-scn-data-0, alsa-scenario-scn-data-0-base, alsa-scenario-scn-data-0-mc1n2, check, dialog, elm-misc, gstreamer0.10-alsa, gstreamer0.10-ffmpeg, gstreamer0.10-plugins-bad, gstreamer0.10-plugins-ext, gstreamer0.10-plugins-good, libaccounts-svc-0, libascenario-0, libasound2, libavcodec, libavformat, libavutil, libc6-dev, libeina, libeina-doc, libethumb, libethumb-bin, libexif12, libgcrypt11, libgnutls26, libgpg-error0, libisf-bin, libjson-glib, libmpc2, libnotification-0, libopenobex1, libpulse0, libsmack-0, libsndfile1, libsocial-service-0, libswscale, libusb-0.1-4, libwbxml2-0, libwbxml2-utils, location-geoclue-pdr, location-geoclue-xps, pulseaudio, pulseaudio-module-bluetooth, pulseaudio-utils, sndfile-programs, sqlfs-bin, libelm, libelm-bin\r
+\r
+License: LGPLv2.1, Mozilla Public License 1.1\r
+Packages: libcairo2\r
+\r
+License: libpng License\r
+Packages: libpng12-0, libpng3\r
+\r
+License: ICU License\r
+Packages: icu-doc, libicu\r
+\r
+License: MIT/X Consortium License\r
+Packages: libexpat1, expat\r
+\r
+License: MIT License\r
+Packages: fontconfig, fontconfig-config, giflib-tools, iniparser, libcurl, libcurl3, libdmx1, libdri2, libdrm-slp1, libdrm2, libfontconfig1, libfontenc1, libgif4, libharfbuzz, libice6, libkms1, liblua5.1-0, liboauth, libpciaccess0, libpixman-1-0, libpthread-stubs0, libsm6, libungif-bin, libungif4g, libx11-6, libx11-data, libx11-xcb1, libxau6, libxaw7, libxcb-atom1, libxcb-aux0, libxcb-composite0, libxcb-damage0, libxcb-dpms0, libxcb-dri2-0, libxcb-event1, libxcb-glx0, libxcb-icccm1, libxcb-image0, libxcb-keysyms1, libxcb-property1, libxcb-randr0, libxcb-record0, libxcb-render-util0, libxcb-render0, libxcb-reply1, libxcb-res0, libxcb-screensaver0, libxcb-shape0, libxcb-shm0, libxcb-sync0, libxcb-xevie0, libxcb-xf86dri0, libxcb-xfixes0, libxcb-xinerama0, libxcb-xprint0, libxcb-xtest0, libxcb-xv0, libxcb-xvmc0, libxcb1, libxcomposite1, libxcursor1, libxdamage1, libxdmcp6, libxext6, libxfixes3, libxfont1, libxft2, libxgesture0, libxi6, libxinerama1, libxkbfile1, libxml2, libxml2-0, libxml2-doc, libxml2-utils, libxmlsec1, libxmlsec1-openssl, libxmu-headers, libxmu6, libxmuu1, libxpm4, libxrandr2, libxrender1, libxres1, libxslt1.1, libxt6, libxtrap6, libxtst6, libxv1, libxxf86dga1, libxxf86misc1, libxxf86vm1, lua5.1, lua5.1-doc, python-xcbgen, x11-apps, x11-common, x11-utils, x11-xkb-utils, x11-xserver-utils, x11proto-bigreqs-dev, x11proto-composite-dev, x11proto-core-dev, x11proto-damage-dev, x11proto-dmx-dev, x11proto-dri2-dev, x11proto-fixes-dev, x11proto-fontcache-dev, x11proto-fonts-dev, x11proto-gesture-dev, x11proto-input-dev, x11proto-kb-dev, x11proto-randr-dev, x11proto-record-dev, x11proto-render-dev, x11proto-resource-dev, x11proto-scrnsaver-dev, x11proto-trap-dev, x11proto-video-dev, x11proto-xcmisc-dev, x11proto-xext-dev, x11proto-xf86bigfont-dev, x11proto-xf86dga-dev, x11proto-xf86dri-dev, x11proto-xf86misc-dev, x11proto-xf86vidmode-dev, x11proto-xinerama-dev, xbitmaps, xcb-proto, xfonts-utils, xinit, xinput, xkb-data, xkb-data-i18n, xpmutils, xrestop, xserver-common, xserver-xorg-core, xserver-xorg-input-evdev, xserver-xorg-input-evdev-multitouch, xserver-xorg-input-gesture, xserver-xorg-misc-emulfb, xserver-xorg-tools, xserver-xorg-video-emulfb, xtrans-dev, xutils-dev\r
+\r
+License: ISC(Internet Software Consortium)\r
+Packages: rfkill\r
+\r
+License: MIT, ISC(Internet Software Consortium)\r
+Packages: libc-ares2\r
+\r
+License: OpenSSL License\r
+Packages: libssl-dev, libssl1.0.0, openssl\r
+\r
+License: Red Hat Software\r
+Packages: popt\r
+\r
+License: Zlib license\r
+Packages: zlib-bin, zlib1g, zlib1g-dev, libbullet-0\r
+\r
+License: FreeType License or GPLv2\r
+Packages: libfreetype6\r
+\r
+License: bzip2\r
+Packages: libbz2-1.0, bzip2\r
+\r
+License: Samsung Proprietary\r
+Packages: org.tizen.sat-ui, geoclue-pdr, geoclue-xps, libslp-lbs-plugin-csr, boot-network-init\r
+\r
+License: Apachev2.0, MIT, CPOL\r
+Packages: wrt-commons\r
+\r
+License: libjpeg license\r
+Packages: libjpeg-progs\r
+\r
+License: ncurse license\r
+Packages: ncurses-bin, ncurses-term, ncurse license, libncurses5\r
+\r
+License: GCC 4.5 License\r
+Packages: libstdc++6\r
+\r
+\r
+============================================================================================\r
+The Academic Free License v. 2.1\r
+\r
+This Academic Free License (the "License") applies to any original work of authorship\r
+(the "Original Work") whose owner (the "Licensor") has placed the following notice immediately\r
+following the copyright notice for the Original Work:\r
+\r
+Licensed under the Academic Free License version 2.1\r
+\r
+1) Grant of Copyright License. Licensor hereby grants You a\r
+world-wide, royalty-free, non-exclusive, perpetual, sublicenseable\r
+license to do the following:\r
+\r
+a) to reproduce the Original Work in copies;\r
+\r
+b) to prepare derivative works ("Derivative Works") based upon the Original Work;\r
+\r
+c) to distribute copies of the Original Work and Derivative Works to the public;\r
+\r
+d) to perform the Original Work publicly; and\r
+\r
+e) to display the Original Work publicly.\r
+\r
+2) Grant of Patent License. Licensor hereby grants You a world-wide,\r
+royalty-free, non-exclusive, perpetual, sublicenseable license, under\r
+patent claims owned or controlled by the Licensor that are embodied in\r
+the Original Work as furnished by the Licensor, to make, use, sell and\r
+offer for sale the Original Work and Derivative Works.\r
+\r
+3) Grant of Source Code License. The term "Source Code" means the\r
+preferred form of the Original Work for making modifications to it and\r
+all available documentation describing how to modify the Original\r
+Work. Licensor hereby agrees to provide a machine-readable copy of the\r
+Source Code of the Original Work along with each copy of the Original\r
+Work that Licensor distributes. Licensor reserves the right to satisfy\r
+this obligation by placing a machine-readable copy of the Source Code\r
+in an information repository reasonably calculated to permit\r
+inexpensive and convenient access by You for as long as Licensor\r
+continues to distribute the Original Work, and by publishing the\r
+address of that information repository in a notice immediately\r
+following the copyright notice that applies to the Original Work.\r
+\r
+4) Exclusions From License Grant. Neither the names of Licensor, nor\r
+the names of any contributors to the Original Work, nor any of their\r
+trademarks or service marks, may be used to endorse or promote\r
+products derived from this Original Work without express prior written\r
+permission of the Licensor. Nothing in this License shall be deemed to\r
+grant any rights to trademarks, copyrights, patents, trade secrets or\r
+any other intellectual property of Licensor except as expressly stated\r
+herein. No patent license is granted to make, use, sell or offer to\r
+sell embodiments of any patent claims other than the licensed claims\r
+defined in Section 2. No right is granted to the trademarks of\r
+Licensor even if such marks are included in the Original Work. Nothing\r
+in this License shall be interpreted to prohibit Licensor from\r
+licensing under different terms from this License any Original Work\r
+that Licensor otherwise would have a right to license.\r
+\r
+5) This section intentionally omitted.\r
+\r
+6) Attribution Rights. You must retain, in the Source Code of any\r
+Derivative Works that You create, all copyright, patent or trademark\r
+notices from the Source Code of the Original Work, as well as any\r
+notices of licensing and any descriptive text identified therein as an\r
+"Attribution Notice." You must cause the Source Code for any\r
+Derivative Works that You create to carry a prominent Attribution\r
+Notice reasonably calculated to inform recipients that You have\r
+modified the Original Work.\r
+\r
+7) Warranty of Provenance and Disclaimer of Warranty. Licensor\r
+warrants that the copyright in and to the Original Work and the patent\r
+rights granted herein by Licensor are owned by the Licensor or are\r
+sublicensed to You under the terms of this License with the permission\r
+of the contributor(s) of those copyrights and patent rights. Except as\r
+expressly stated in the immediately proceeding sentence, the Original\r
+Work is provided under this License on an "AS IS" BASIS and WITHOUT\r
+WARRANTY, either express or implied, including, without limitation,\r
+the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A\r
+PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL\r
+WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential\r
+part of this License. No license to Original Work is granted hereunder\r
+except under this disclaimer.\r
+\r
+8) Limitation of Liability. Under no circumstances and under no legal\r
+theory, whether in tort (including negligence), contract, or\r
+otherwise, shall the Licensor be liable to any person for any direct,\r
+indirect, special, incidental, or consequential damages of any\r
+character arising as a result of this License or the use of the\r
+Original Work including, without limitation, damages for loss of\r
+goodwill, work stoppage, computer failure or malfunction, or any and\r
+all other commercial damages or losses. This limitation of liability\r
+shall not apply to liability for death or personal injury resulting\r
+from Licensor's negligence to the extent applicable law prohibits such\r
+limitation. Some jurisdictions do not allow the exclusion or\r
+limitation of incidental or consequential damages, so this exclusion\r
+and limitation may not apply to You.\r
+\r
+9) Acceptance and Termination. If You distribute copies of the\r
+Original Work or a Derivative Work, You must make a reasonable effort\r
+under the circumstances to obtain the express assent of recipients to\r
+the terms of this License. Nothing else but this License (or another\r
+written agreement between Licensor and You) grants You permission to\r
+create Derivative Works based upon the Original Work or to exercise\r
+any of the rights granted in Section 1 herein, and any attempt to do\r
+so except under the terms of this License (or another written\r
+agreement between Licensor and You) is expressly prohibited by\r
+U.S. copyright law, the equivalent laws of other countries, and by\r
+international treaty. Therefore, by exercising any of the rights\r
+granted to You in Section 1 herein, You indicate Your acceptance of\r
+this License and all of its terms and conditions.\r
+\r
+10) Termination for Patent Action. This License shall terminate\r
+automatically and You may no longer exercise any of the rights granted\r
+to You by this License as of the date You commence an action,\r
+including a cross-claim or counterclaim, against Licensor or any\r
+licensee alleging that the Original Work infringes a patent. This\r
+termination provision shall not apply for an action alleging patent\r
+infringement by combinations of the Original Work with other software\r
+or hardware.\r
+\r
+11) Jurisdiction, Venue and Governing Law. Any action or suit relating\r
+to this License may be brought only in the courts of a jurisdiction\r
+wherein the Licensor resides or in which Licensor conducts its primary\r
+business, and under the laws of that jurisdiction excluding its\r
+conflict-of-law provisions. The application of the United Nations\r
+Convention on Contracts for the International Sale of Goods is\r
+expressly excluded. Any use of the Original Work outside the scope of\r
+this License or after its termination shall be subject to the\r
+requirements and penalties of the U.S. Copyright Act, 17 U.S.C. A§ 101\r
+et seq., the equivalent laws of other countries, and international\r
+treaty. This section shall survive the termination of this License.\r
+\r
+12) Attorneys Fees. In any action to enforce the terms of this License\r
+or seeking damages relating thereto, the prevailing party shall be\r
+entitled to recover its costs and expenses, including, without\r
+limitation, reasonable attorneys' fees and costs incurred in\r
+connection with such action, including any appeal of such action. This\r
+section shall survive the termination of this License.\r
+\r
+13) Miscellaneous. This License represents the complete agreement\r
+concerning the subject matter hereof. If any provision of this License\r
+is held to be unenforceable, such provision shall be reformed only to\r
+the extent necessary to make it enforceable.\r
+\r
+14) Definition of "You" in This License. "You" throughout this\r
+License, whether in upper or lower case, means an individual or a\r
+legal entity exercising rights under, and complying with all of the\r
+terms of, this License. For legal entities, "You" includes any entity\r
+that controls, is controlled by, or is under common control with\r
+you. For purposes of this definition, "control" means (i) the power,\r
+direct or indirect, to cause the direction or management of such\r
+entity, whether by contract or otherwise, or (ii) ownership of fifty\r
+percent (50%) or more of the outstanding shares, or (iii) beneficial\r
+ownership of such entity.\r
+\r
+15) Right to Use. You may use the Original Work in all ways not\r
+otherwise restricted or conditioned by this License or by law, and\r
+Licensor promises not to interfere with or be responsible for such\r
+uses by You.\r
+\r
+This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights\r
+reserved. Permission is hereby granted to copy and distribute this\r
+license without modification. This license may not be modified without\r
+the express written permission of its copyright owner.\r
+\r
+\r
+--\r
+END OF ACADEMIC FREE LICENSE. The following is intended to describe the essential\r
+differences between the Academic Free License (AFL) version 1.0 and other\r
+open source licenses:\r
+\r
+The Academic Free License is similar to the BSD, MIT, UoI/NCSA and Apache\r
+licenses in many respects but it is intended to solve a few problems with\r
+those licenses.\r
+\r
+* The AFL is written so as to make it clear what software is being\r
+licensed (by the inclusion of a statement following the copyright notice\r
+in the software). This way, the license functions better than a template\r
+license. The BSD, MIT and UoI/NCSA licenses apply to unidentified software.\r
+\r
+* The AFL contains a complete copyright grant to the software. The BSD\r
+and Apache licenses are vague and incomplete in that respect.\r
+\r
+* The AFL contains a complete patent grant to the software. The BSD, MIT,\r
+UoI/NCSA and Apache licenses rely on an implied patent license and contain\r
+no explicit patent grant.\r
+\r
+* The AFL makes it clear that no trademark rights are granted to the\r
+licensor's trademarks. The Apache license contains such a provision, but the\r
+BSD, MIT and UoI/NCSA licenses do not.\r
+\r
+* The AFL includes the warranty by the licensor that it either owns the\r
+copyright or that it is distributing the software under a license. None of\r
+the other licenses contain that warranty. All other warranties are disclaimed,\r
+as is the case for the other licenses.\r
+\r
+* The AFL is itself copyrighted (with the right granted to copy and distribute\r
+without modification). This ensures that the owner of the copyright to the\r
+license will control changes. The Apache license contains a copyright notice,\r
+but the BSD, MIT and UoI/NCSA licenses do not.\r
+\r
+\r
+================================================================================\r
+Apache License v2.0\r
+\r
+                                    Apache License\r
+                           Version 2.0, January 2004\r
+                        http://www.apache.org/licenses/\r
+\r
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\r
+\r
+   1. Definitions.\r
+\r
+      "License" shall mean the terms and conditions for use, reproduction,\r
+      and distribution as defined by Sections 1 through 9 of this document.\r
+\r
+      "Licensor" shall mean the copyright owner or entity authorized by\r
+      the copyright owner that is granting the License.\r
+\r
+      "Legal Entity" shall mean the union of the acting entity and all\r
+      other entities that control, are controlled by, or are under common\r
+      control with that entity. For the purposes of this definition,\r
+      "control" means (i) the power, direct or indirect, to cause the\r
+      direction or management of such entity, whether by contract or\r
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the\r
+      outstanding shares, or (iii) beneficial ownership of such entity.\r
+\r
+      "You" (or "Your") shall mean an individual or Legal Entity\r
+      exercising permissions granted by this License.\r
+\r
+      "Source" form shall mean the preferred form for making modifications,\r
+      including but not limited to software source code, documentation\r
+      source, and configuration files.\r
+\r
+      "Object" form shall mean any form resulting from mechanical\r
+      transformation or translation of a Source form, including but\r
+      not limited to compiled object code, generated documentation,\r
+      and conversions to other media types.\r
+\r
+      "Work" shall mean the work of authorship, whether in Source or\r
+      Object form, made available under the License, as indicated by a\r
+      copyright notice that is included in or attached to the work\r
+      (an example is provided in the Appendix below).\r
+\r
+      "Derivative Works" shall mean any work, whether in Source or Object\r
+      form, that is based on (or derived from) the Work and for which the\r
+      editorial revisions, annotations, elaborations, or other modifications\r
+      represent, as a whole, an original work of authorship. For the purposes\r
+      of this License, Derivative Works shall not include works that remain\r
+      separable from, or merely link (or bind by name) to the interfaces of,\r
+      the Work and Derivative Works thereof.\r
+\r
+      "Contribution" shall mean any work of authorship, including\r
+      the original version of the Work and any modifications or additions\r
+      to that Work or Derivative Works thereof, that is intentionally\r
+      submitted to Licensor for inclusion in the Work by the copyright owner\r
+      or by an individual or Legal Entity authorized to submit on behalf of\r
+      the copyright owner. For the purposes of this definition, "submitted"\r
+      means any form of electronic, verbal, or written communication sent\r
+      to the Licensor or its representatives, including but not limited to\r
+      communication on electronic mailing lists, source code control systems,\r
+      and issue tracking systems that are managed by, or on behalf of, the\r
+      Licensor for the purpose of discussing and improving the Work, but\r
+      excluding communication that is conspicuously marked or otherwise\r
+      designated in writing by the copyright owner as "Not a Contribution."\r
+\r
+      "Contributor" shall mean Licensor and any individual or Legal Entity\r
+      on behalf of whom a Contribution has been received by Licensor and\r
+      subsequently incorporated within the Work.\r
+\r
+   2. Grant of Copyright License. Subject to the terms and conditions of\r
+      this License, each Contributor hereby grants to You a perpetual,\r
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r
+      copyright license to reproduce, prepare Derivative Works of,\r
+      publicly display, publicly perform, sublicense, and distribute the\r
+      Work and such Derivative Works in Source or Object form.\r
+\r
+   3. Grant of Patent License. Subject to the terms and conditions of\r
+      this License, each Contributor hereby grants to You a perpetual,\r
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r
+      (except as stated in this section) patent license to make, have made,\r
+      use, offer to sell, sell, import, and otherwise transfer the Work,\r
+      where such license applies only to those patent claims licensable\r
+      by such Contributor that are necessarily infringed by their\r
+      Contribution(s) alone or by combination of their Contribution(s)\r
+      with the Work to which such Contribution(s) was submitted. If You\r
+      institute patent litigation against any entity (including a\r
+      cross-claim or counterclaim in a lawsuit) alleging that the Work\r
+      or a Contribution incorporated within the Work constitutes direct\r
+      or contributory patent infringement, then any patent licenses\r
+      granted to You under this License for that Work shall terminate\r
+      as of the date such litigation is filed.\r
+\r
+   4. Redistribution. You may reproduce and distribute copies of the\r
+      Work or Derivative Works thereof in any medium, with or without\r
+      modifications, and in Source or Object form, provided that You\r
+      meet the following conditions:\r
+\r
+      (a) You must give any other recipients of the Work or\r
+          Derivative Works a copy of this License; and\r
+\r
+      (b) You must cause any modified files to carry prominent notices\r
+          stating that You changed the files; and\r
+\r
+      (c) You must retain, in the Source form of any Derivative Works\r
+          that You distribute, all copyright, patent, trademark, and\r
+          attribution notices from the Source form of the Work,\r
+          excluding those notices that do not pertain to any part of\r
+          the Derivative Works; and\r
+\r
+      (d) If the Work includes a "NOTICE" text file as part of its\r
+          distribution, then any Derivative Works that You distribute must\r
+          include a readable copy of the attribution notices contained\r
+          within such NOTICE file, excluding those notices that do not\r
+          pertain to any part of the Derivative Works, in at least one\r
+          of the following places: within a NOTICE text file distributed\r
+          as part of the Derivative Works; within the Source form or\r
+          documentation, if provided along with the Derivative Works; or,\r
+          within a display generated by the Derivative Works, if and\r
+          wherever such third-party notices normally appear. The contents\r
+          of the NOTICE file are for informational purposes only and\r
+          do not modify the License. You may add Your own attribution\r
+          notices within Derivative Works that You distribute, alongside\r
+          or as an addendum to the NOTICE text from the Work, provided\r
+          that such additional attribution notices cannot be construed\r
+          as modifying the License.\r
+\r
+      You may add Your own copyright statement to Your modifications and\r
+      may provide additional or different license terms and conditions\r
+      for use, reproduction, or distribution of Your modifications, or\r
+      for any such Derivative Works as a whole, provided Your use,\r
+      reproduction, and distribution of the Work otherwise complies with\r
+      the conditions stated in this License.\r
+\r
+   5. Submission of Contributions. Unless You explicitly state otherwise,\r
+      any Contribution intentionally submitted for inclusion in the Work\r
+      by You to the Licensor shall be under the terms and conditions of\r
+      this License, without any additional terms or conditions.\r
+      Notwithstanding the above, nothing herein shall supersede or modify\r
+      the terms of any separate license agreement you may have executed\r
+      with Licensor regarding such Contributions.\r
+\r
+   6. Trademarks. This License does not grant permission to use the trade\r
+      names, trademarks, service marks, or product names of the Licensor,\r
+      except as required for reasonable and customary use in describing the\r
+      origin of the Work and reproducing the content of the NOTICE file.\r
+\r
+   7. Disclaimer of Warranty. Unless required by applicable law or\r
+      agreed to in writing, Licensor provides the Work (and each\r
+      Contributor provides its Contributions) on an "AS IS" BASIS,\r
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r
+      implied, including, without limitation, any warranties or conditions\r
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\r
+      PARTICULAR PURPOSE. You are solely responsible for determining the\r
+      appropriateness of using or redistributing the Work and assume any\r
+      risks associated with Your exercise of permissions under this License.\r
+\r
+   8. Limitation of Liability. In no event and under no legal theory,\r
+      whether in tort (including negligence), contract, or otherwise,\r
+      unless required by applicable law (such as deliberate and grossly\r
+      negligent acts) or agreed to in writing, shall any Contributor be\r
+      liable to You for damages, including any direct, indirect, special,\r
+      incidental, or consequential damages of any character arising as a\r
+      result of this License or out of the use or inability to use the\r
+      Work (including but not limited to damages for loss of goodwill,\r
+      work stoppage, computer failure or malfunction, or any and all\r
+      other commercial damages or losses), even if such Contributor\r
+      has been advised of the possibility of such damages.\r
+\r
+   9. Accepting Warranty or Additional Liability. While redistributing\r
+      the Work or Derivative Works thereof, You may choose to offer,\r
+      and charge a fee for, acceptance of support, warranty, indemnity,\r
+      or other liability obligations and/or rights consistent with this\r
+      License. However, in accepting such obligations, You may act only\r
+      on Your own behalf and on Your sole responsibility, not on behalf\r
+      of any other Contributor, and only if You agree to indemnify,\r
+      defend, and hold each Contributor harmless for any liability\r
+      incurred by, or claims asserted against, such Contributor by reason\r
+      of your accepting any such warranty or additional liability.\r
+\r
+   END OF TERMS AND CONDITIONS\r
+\r
+   APPENDIX: How to apply the Apache License to your work.\r
+\r
+      To apply the Apache License to your work, attach the following\r
+      boilerplate notice, with the fields enclosed by brackets "[]"\r
+      replaced with your own identifying information. (Don't include\r
+      the brackets!)  The text should be enclosed in the appropriate\r
+      comment syntax for the file format. We also recommend that a\r
+      file or class name and description of purpose be included on the\r
+      same "printed page" as the copyright notice for easier\r
+      identification within third-party archives.\r
+\r
+   Copyright [yyyy] [name of copyright owner]\r
+\r
+   Licensed under the Apache License, Version 2.0 (the "License");\r
+   you may not use this file except in compliance with the License.\r
+   You may obtain a copy of the License at\r
+\r
+       http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+   Unless required by applicable law or agreed to in writing, software\r
+   distributed under the License is distributed on an "AS IS" BASIS,\r
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+   See the License for the specific language governing permissions and\r
+   limitations under the License.\r
+\r
+============================================================================================\r
+Mozilla Public License 1.1\r
+\r
+                          MOZILLA PUBLIC LICENSE\r
+                                Version 1.1\r
+\r
+                              ---------------\r
+\r
+1. Definitions.\r
+\r
+ 1.0.1. "Commercial Use" means distribution or otherwise making the\r
+ Covered Code available to a third party.\r
+\r
+ 1.1. "Contributor" means each entity that creates or contributes to\r
+ the creation of Modifications.\r
+\r
+ 1.2. "Contributor Version" means the combination of the Original\r
+ Code, prior Modifications used by a Contributor, and the Modifications\r
+ made by that particular Contributor.\r
+\r
+ 1.3. "Covered Code" means the Original Code or Modifications or the\r
+ combination of the Original Code and Modifications, in each case\r
+ including portions thereof.\r
+\r
+ 1.4. "Electronic Distribution Mechanism" means a mechanism generally\r
+ accepted in the software development community for the electronic\r
+ transfer of data.\r
+\r
+ 1.5. "Executable" means Covered Code in any form other than Source\r
+ Code.\r
+\r
+ 1.6. "Initial Developer" means the individual or entity identified\r
+ as the Initial Developer in the Source Code notice required by Exhibit\r
+ A.\r
+\r
+ 1.7. "Larger Work" means a work which combines Covered Code or\r
+ portions thereof with code not governed by the terms of this License.\r
+\r
+ 1.8. "License" means this document.\r
+\r
+ 1.8.1. "Licensable" means having the right to grant, to the maximum\r
+ extent possible, whether at the time of the initial grant or\r
+ subsequently acquired, any and all of the rights conveyed herein.\r
+\r
+ 1.9. "Modifications" means any addition to or deletion from the\r
+ substance or structure of either the Original Code or any previous\r
+ Modifications. When Covered Code is released as a series of files, a\r
+ Modification is:\r
+      A. Any addition to or deletion from the contents of a file\r
+      containing Original Code or previous Modifications.\r
+\r
+      B. Any new file that contains any part of the Original Code or\r
+      previous Modifications.\r
+\r
+ 1.10. "Original Code" means Source Code of computer software code\r
+ which is described in the Source Code notice required by Exhibit A as\r
+ Original Code, and which, at the time of its release under this\r
+ License is not already Covered Code governed by this License.\r
+\r
+ 1.10.1. "Patent Claims" means any patent claim(s), now owned or\r
+ hereafter acquired, including without limitation,  method, process,\r
+ and apparatus claims, in any patent Licensable by grantor.\r
+\r
+ 1.11. "Source Code" means the preferred form of the Covered Code for\r
+ making modifications to it, including all modules it contains, plus\r
+ any associated interface definition files, scripts used to control\r
+ compilation and installation of an Executable, or source code\r
+ differential comparisons against either the Original Code or another\r
+ well known, available Covered Code of the Contributor's choice. The\r
+ Source Code can be in a compressed or archival form, provided the\r
+ appropriate decompression or de-archiving software is widely available\r
+ for no charge.\r
+\r
+ 1.12. "You" (or "Your")  means an individual or a legal entity\r
+ exercising rights under, and complying with all of the terms of, this\r
+ License or a future version of this License issued under Section 6.1.\r
+ For legal entities, "You" includes any entity which controls, is\r
+ controlled by, or is under common control with You. For purposes of\r
+ this definition, "control" means (a) the power, direct or indirect,\r
+ to cause the direction or management of such entity, whether by\r
+ contract or otherwise, or (b) ownership of more than fifty percent\r
+ (50%) of the outstanding shares or beneficial ownership of such\r
+ entity.\r
+\r
+2. Source Code License.\r
+\r
+ 2.1. The Initial Developer Grant.\r
+ The Initial Developer hereby grants You a world-wide, royalty-free,\r
+ non-exclusive license, subject to third party intellectual property\r
+\r
+ claims:\r
+\r
+  (a)  under intellectual property rights (other than patent or\r
+  trademark) Licensable by Initial Developer to use, reproduce,\r
+  modify, display, perform, sublicense and distribute the Original\r
+  Code (or portions thereof) with or without Modifications, and/or\r
+  as part of a Larger Work; and\r
+\r
+  (b) under Patents Claims infringed by the making, using or\r
+  selling of Original Code, to make, have made, use, practice,\r
+  sell, and offer for sale, and/or otherwise dispose of the\r
+  Original Code (or portions thereof).\r
+\r
+  (c) the licenses granted in this Section 2.1(a) and (b) are\r
+  effective on the date Initial Developer first distributes\r
+  Original Code under the terms of this License.\r
+\r
+  (d) Notwithstanding Section 2.1(b) above, no patent license is\r
+  granted: 1) for code that You delete from the Original Code; 2)\r
+  separate from the Original Code;  or 3) for infringements caused\r
+  by: i) the modification of the Original Code or ii) the\r
+  combination of the Original Code with other software or devices.\r
+\r
+ 2.2. Contributor Grant.\r
+ Subject to third party intellectual property claims, each Contributor\r
+ hereby grants You a world-wide, royalty-free, non-exclusive license\r
+\r
+  (a)  under intellectual property rights (other than patent or\r
+  trademark) Licensable by Contributor, to use, reproduce, modify,\r
+  display, perform, sublicense and distribute the Modifications\r
+  created by such Contributor (or portions thereof) either on an\r
+  unmodified basis, with other Modifications, as Covered Code\r
+  and/or as part of a Larger Work; and\r
+\r
+  (b) under Patent Claims infringed by the making, using, or\r
+  selling of  Modifications made by that Contributor either alone\r
+  and/or in combination with its Contributor Version (or portions\r
+  of such combination), to make, use, sell, offer for sale, have\r
+  made, and/or otherwise dispose of: 1) Modifications made by that\r
+  Contributor (or portions thereof); and 2) the combination of\r
+  Modifications made by that Contributor with its Contributor\r
+  Version (or portions of such combination).\r
+\r
+  (c) the licenses granted in Sections 2.2(a) and 2.2(b) are\r
+  effective on the date Contributor first makes Commercial Use of\r
+  the Covered Code.\r
+\r
+  (d)    Notwithstanding Section 2.2(b) above, no patent license is\r
+  granted: 1) for any code that Contributor has deleted from the\r
+  Contributor Version; 2)  separate from the Contributor Version;\r
+  3)  for infringements caused by: i) third party modifications of\r
+  Contributor Version or ii)  the combination of Modifications made\r
+  by that Contributor with other software  (except as part of the\r
+  Contributor Version) or other devices; or 4) under Patent Claims\r
+  infringed by Covered Code in the absence of Modifications made by\r
+  that Contributor.\r
+\r
+3. Distribution Obligations.\r
+\r
+ 3.1. Application of License.\r
+ The Modifications which You create or to which You contribute are\r
+ governed by the terms of this License, including without limitation\r
+ Section 2.2. The Source Code version of Covered Code may be\r
+ distributed only under the terms of this License or a future version\r
+ of this License released under Section 6.1, and You must include a\r
+ copy of this License with every copy of the Source Code You\r
+ distribute. You may not offer or impose any terms on any Source Code\r
+ version that alters or restricts the applicable version of this\r
+ License or the recipients' rights hereunder. However, You may include\r
+ an additional document offering the additional rights described in\r
+ Section 3.5.\r
+\r
+ 3.2. Availability of Source Code.\r
+ Any Modification which You create or to which You contribute must be\r
+ made available in Source Code form under the terms of this License\r
+ either on the same media as an Executable version or via an accepted\r
+ Electronic Distribution Mechanism to anyone to whom you made an\r
+ Executable version available; and if made available via Electronic\r
+ Distribution Mechanism, must remain available for at least twelve (12)\r
+ months after the date it initially became available, or at least six\r
+ (6) months after a subsequent version of that particular Modification\r
+ has been made available to such recipients. You are responsible for\r
+ ensuring that the Source Code version remains available even if the\r
+ Electronic Distribution Mechanism is maintained by a third party.\r
+\r
+ 3.3. Description of Modifications.\r
+ You must cause all Covered Code to which You contribute to contain a\r
+ file documenting the changes You made to create that Covered Code and\r
+ the date of any change. You must include a prominent statement that\r
+ the Modification is derived, directly or indirectly, from Original\r
+ Code provided by the Initial Developer and including the name of the\r
+ Initial Developer in (a) the Source Code, and (b) in any notice in an\r
+ Executable version or related documentation in which You describe the\r
+ origin or ownership of the Covered Code.\r
+\r
+ 3.4. Intellectual Property Matters\r
+\r
+  (a) Third Party Claims.\r
+  If Contributor has knowledge that a license under a third party's\r
+  intellectual property rights is required to exercise the rights\r
+  granted by such Contributor under Sections 2.1 or 2.2,\r
+  Contributor must include a text file with the Source Code\r
+  distribution titled "LEGAL" which describes the claim and the\r
+  party making the claim in sufficient detail that a recipient will\r
+  know whom to contact. If Contributor obtains such knowledge after\r
+  the Modification is made available as described in Section 3.2,\r
+  Contributor shall promptly modify the LEGAL file in all copies\r
+  Contributor makes available thereafter and shall take other steps\r
+  (such as notifying appropriate mailing lists or newsgroups)\r
+  reasonably calculated to inform those who received the Covered\r
+  Code that new knowledge has been obtained.\r
+\r
+  (b) Contributor APIs.\r
+  If Contributor's Modifications include an application programming\r
+  interface and Contributor has knowledge of patent licenses which\r
+  are reasonably necessary to implement that API, Contributor must\r
+  also include this information in the LEGAL file.\r
+\r
+  (c) Representations.\r
+  Contributor represents that, except as disclosed pursuant to\r
+  Section 3.4(a) above, Contributor believes that Contributor's\r
+  Modifications are Contributor's original creation(s) and/or\r
+  Contributor has sufficient rights to grant the rights conveyed by\r
+  this License.\r
+\r
+ 3.5. Required Notices.\r
+ You must duplicate the notice in Exhibit A in each file of the Source\r
+ Code.  If it is not possible to put such notice in a particular Source\r
+ Code file due to its structure, then You must include such notice in a\r
+ location (such as a relevant directory) where a user would be likely\r
+ to look for such a notice.  If You created one or more Modification(s)\r
+ You may add your name as a Contributor to the notice described in\r
+ Exhibit A.  You must also duplicate this License in any documentation\r
+ for the Source Code where You describe recipients' rights or ownership\r
+ rights relating to Covered Code.  You may choose to offer, and to\r
+ charge a fee for, warranty, support, indemnity or liability\r
+ obligations to one or more recipients of Covered Code. However, You\r
+ may do so only on Your own behalf, and not on behalf of the Initial\r
+ Developer or any Contributor. You must make it absolutely clear than\r
+ any such warranty, support, indemnity or liability obligation is\r
+ offered by You alone, and You hereby agree to indemnify the Initial\r
+ Developer and every Contributor for any liability incurred by the\r
+ Initial Developer or such Contributor as a result of warranty,\r
+ support, indemnity or liability terms You offer.\r
+\r
+ 3.6. Distribution of Executable Versions.\r
+ You may distribute Covered Code in Executable form only if the\r
+ requirements of Section 3.1-3.5 have been met for that Covered Code,\r
+ and if You include a notice stating that the Source Code version of\r
+ the Covered Code is available under the terms of this License,\r
+ including a description of how and where You have fulfilled the\r
+ obligations of Section 3.2. The notice must be conspicuously included\r
+ in any notice in an Executable version, related documentation or\r
+ collateral in which You describe recipients' rights relating to the\r
+ Covered Code. You may distribute the Executable version of Covered\r
+ Code or ownership rights under a license of Your choice, which may\r
+ contain terms different from this License, provided that You are in\r
+ compliance with the terms of this License and that the license for the\r
+ Executable version does not attempt to limit or alter the recipient's\r
+ rights in the Source Code version from the rights set forth in this\r
+ License. If You distribute the Executable version under a different\r
+ license You must make it absolutely clear that any terms which differ\r
+ from this License are offered by You alone, not by the Initial\r
+ Developer or any Contributor. You hereby agree to indemnify the\r
+ Initial Developer and every Contributor for any liability incurred by\r
+ the Initial Developer or such Contributor as a result of any such\r
+ terms You offer.\r
+\r
+ 3.7. Larger Works.\r
+ You may create a Larger Work by combining Covered Code with other code\r
+ not governed by the terms of this License and distribute the Larger\r
+ Work as a single product. In such a case, You must make sure the\r
+ requirements of this License are fulfilled for the Covered Code.\r
+\r
+4. Inability to Comply Due to Statute or Regulation.\r
+\r
+ If it is impossible for You to comply with any of the terms of this\r
+ License with respect to some or all of the Covered Code due to\r
+ statute, judicial order, or regulation then You must: (a) comply with\r
+ the terms of this License to the maximum extent possible; and (b)\r
+ describe the limitations and the code they affect. Such description\r
+ must be included in the LEGAL file described in Section 3.4 and must\r
+ be included with all distributions of the Source Code. Except to the\r
+ extent prohibited by statute or regulation, such description must be\r
+ sufficiently detailed for a recipient of ordinary skill to be able to\r
+ understand it.\r
+\r
+5. Application of this License.\r
+\r
+ This License applies to code to which the Initial Developer has\r
+ attached the notice in Exhibit A and to related Covered Code.\r
+\r
+6. Versions of the License.\r
+\r
+ 6.1. New Versions.\r
+ Netscape Communications Corporation ("Netscape") may publish revised\r
+ and/or new versions of the License from time to time. Each version\r
+ will be given a distinguishing version number.\r
+\r
+ 6.2. Effect of New Versions.\r
+ Once Covered Code has been published under a particular version of the\r
+ License, You may always continue to use it under the terms of that\r
+ version. You may also choose to use such Covered Code under the terms\r
+ of any subsequent version of the License published by Netscape. No one\r
+ other than Netscape has the right to modify the terms applicable to\r
+ Covered Code created under this License.\r
+\r
+ 6.3. Derivative Works.\r
+ If You create or use a modified version of this License (which you may\r
+ only do in order to apply it to code which is not already Covered Code\r
+ governed by this License), You must (a) rename Your license so that\r
+ the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",\r
+ "MPL", "NPL" or any confusingly similar phrase do not appear in your\r
+ license (except to note that your license differs from this License)\r
+ and (b) otherwise make it clear that Your version of the license\r
+ contains terms which differ from the Mozilla Public License and\r
+ Netscape Public License. (Filling in the name of the Initial\r
+ Developer, Original Code or Contributor in the notice described in\r
+ Exhibit A shall not of themselves be deemed to be modifications of\r
+ this License.)\r
+\r
+7. DISCLAIMER OF WARRANTY.\r
+\r
+ COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,\r
+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,\r
+ WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF\r
+ DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.\r
+ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE\r
+ IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,\r
+ YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE\r
+ COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER\r
+ OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF\r
+ ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\r
+\r
+8. TERMINATION.\r
+\r
+ 8.1.  This License and the rights granted hereunder will terminate\r
+ automatically if You fail to comply with terms herein and fail to cure\r
+ such breach within 30 days of becoming aware of the breach. All\r
+ sublicenses to the Covered Code which are properly granted shall\r
+ survive any termination of this License. Provisions which, by their\r
+ nature, must remain in effect beyond the termination of this License\r
+ shall survive.\r
+\r
+ 8.2.  If You initiate litigation by asserting a patent infringement\r
+ claim (excluding declatory judgment actions) against Initial Developer\r
+ or a Contributor (the Initial Developer or Contributor against whom\r
+ You file such action is referred to as "Participant")  alleging that:\r
+\r
+ (a)  such Participant's Contributor Version directly or indirectly\r
+ infringes any patent, then any and all rights granted by such\r
+ Participant to You under Sections 2.1 and/or 2.2 of this License\r
+ shall, upon 60 days notice from Participant terminate prospectively,\r
+ unless if within 60 days after receipt of notice You either: (i)\r
+ agree in writing to pay Participant a mutually agreeable reasonable\r
+ royalty for Your past and future use of Modifications made by such\r
+ Participant, or (ii) withdraw Your litigation claim with respect to\r
+ the Contributor Version against such Participant.  If within 60 days\r
+ of notice, a reasonable royalty and payment arrangement are not\r
+ mutually agreed upon in writing by the parties or the litigation claim\r
+ is not withdrawn, the rights granted by Participant to You under\r
+ Sections 2.1 and/or 2.2 automatically terminate at the expiration of\r
+ the 60 day notice period specified above.\r
+\r
+ (b)  any software, hardware, or device, other than such Participant's\r
+ Contributor Version, directly or indirectly infringes any patent, then\r
+ any rights granted to You by such Participant under Sections 2.1(b)\r
+ and 2.2(b) are revoked effective as of the date You first made, used,\r
+ sold, distributed, or had made, Modifications made by that\r
+ Participant.\r
+\r
+ 8.3.  If You assert a patent infringement claim against Participant\r
+ alleging that such Participant's Contributor Version directly or\r
+ indirectly infringes any patent where such claim is resolved (such as\r
+ by license or settlement) prior to the initiation of patent\r
+ infringement litigation, then the reasonable value of the licenses\r
+ granted by such Participant under Sections 2.1 or 2.2 shall be taken\r
+ into account in determining the amount or value of any payment or\r
+ license.\r
+\r
+ 8.4.  In the event of termination under Sections 8.1 or 8.2 above,\r
+ all end user license agreements (excluding distributors and resellers)\r
+ which have been validly granted by You or any distributor hereunder\r
+ prior to termination shall survive termination.\r
+\r
+9. LIMITATION OF LIABILITY.\r
+\r
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT\r
+ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL\r
+ DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,\r
+ OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR\r
+ ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY\r
+ CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,\r
+ WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER\r
+ COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN\r
+ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF\r
+ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY\r
+ RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW\r
+ PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE\r
+ EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO\r
+ THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\r
+\r
+10. U.S. GOVERNMENT END USERS.\r
+\r
+ The Covered Code is a "commercial item," as that term is defined in\r
+ 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer\r
+ software" and "commercial computer software documentation," as such\r
+ terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48\r
+ C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),\r
+ all U.S. Government End Users acquire Covered Code with only those\r
+ rights set forth herein.\r
+\r
+11. MISCELLANEOUS.\r
+\r
+ This License represents the complete agreement concerning subject\r
+ matter hereof. If any provision of this License is held to be\r
+ unenforceable, such provision shall be reformed only to the extent\r
+ necessary to make it enforceable. This License shall be governed by\r
+ California law provisions (except to the extent applicable law, if\r
+ any, provides otherwise), excluding its conflict-of-law provisions.\r
+ With respect to disputes in which at least one party is a citizen of,\r
+ or an entity chartered or registered to do business in the United\r
+ States of America, any litigation relating to this License shall be\r
+ subject to the jurisdiction of the Federal Courts of the Northern\r
+ District of California, with venue lying in Santa Clara County,\r
+ California, with the losing party responsible for costs, including\r
+ without limitation, court costs and reasonable attorneys' fees and\r
+ expenses. The application of the United Nations Convention on\r
+ Contracts for the International Sale of Goods is expressly excluded.\r
+ Any law or regulation which provides that the language of a contract\r
+ shall be construed against the drafter shall not apply to this\r
+ License.\r
+\r
+12. RESPONSIBILITY FOR CLAIMS.\r
+\r
+ As between Initial Developer and the Contributors, each party is\r
+ responsible for claims and damages arising, directly or indirectly,\r
+ out of its utilization of rights under this License and You agree to\r
+ work with Initial Developer and Contributors to distribute such\r
+ responsibility on an equitable basis. Nothing herein is intended or\r
+ shall be deemed to constitute any admission of liability.\r
+\r
+13. MULTIPLE-LICENSED CODE.\r
+\r
+ Initial Developer may designate portions of the Covered Code as\r
+ "Multiple-Licensed".  "Multiple-Licensed" means that the Initial\r
+ Developer permits you to utilize portions of the Covered Code under\r
+ Your choice of the NPL or the alternative licenses, if any, specified\r
+ by the Initial Developer in the file described in Exhibit A.\r
+\r
+EXHIBIT A -Mozilla Public License.\r
+\r
+ ``The contents of this file are subject to the Mozilla Public License\r
+ Version 1.1 (the "License"); you may not use this file except in\r
+ compliance with the License. You may obtain a copy of the License at\r
+ http://www.mozilla.org/MPL/\r
+\r
+ Software distributed under the License is distributed on an "AS IS"\r
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the\r
+ License for the specific language governing rights and limitations\r
+ under the License.\r
+\r
+ The Original Code is ______________________________________.\r
+\r
+ The Initial Developer of the Original Code is ________________________.\r
+ Portions created by ______________________ are Copyright (C) ______\r
+ _______________________. All Rights Reserved.\r
+\r
+ Contributor(s): ______________________________________.\r
+\r
+ Alternatively, the contents of this file may be used under the terms\r
+ of the _____ license (the  "[___] License"), in which case the\r
+ provisions of [______] License are applicable instead of those\r
+ above.  If you wish to allow use of your version of this file only\r
+ under the terms of the [____] License and not to allow others to use\r
+ your version of this file under the MPL, indicate your decision by\r
+ deleting  the provisions above and replace  them with the notice and\r
+ other provisions required by the [___] License.  If you do not delete\r
+ the provisions above, a recipient may use your version of this file\r
+ under either the MPL or the [___] License."\r
+\r
+ [NOTE: The text of this Exhibit A may differ slightly from the text of\r
+ the notices in the Source Code files of the Original Code. You should\r
+ use the text of this Exhibit A rather than the text found in the\r
+ Original Code Source Code for Your Modifications.]\r
+\r
+============================================================================================\r
+LGPLv2.0\r
+\r
+                  GNU LIBRARY GENERAL PUBLIC LICENSE\r
+                       Version 2, June 1991\r
+\r
+ Copyright (C) 1991 Free Software Foundation, Inc.\r
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
+ Everyone is permitted to copy and distribute verbatim copies\r
+ of this license document, but changing it is not allowed.\r
+\r
+[This is the first released version of the library GPL.  It is\r
+ numbered 2 because it goes with version 2 of the ordinary GPL.]\r
+\r
+                            Preamble\r
+\r
+  The licenses for most software are designed to take away your\r
+freedom to share and change it.  By contrast, the GNU General Public\r
+Licenses are intended to guarantee your freedom to share and change\r
+free software--to make sure the software is free for all its users.\r
+\r
+  This license, the Library General Public License, applies to some\r
+specially designated Free Software Foundation software, and to any\r
+other libraries whose authors decide to use it.  You can use it for\r
+your libraries, too.\r
+\r
+  When we speak of free software, we are referring to freedom, not\r
+price.  Our General Public Licenses are designed to make sure that you\r
+have the freedom to distribute copies of free software (and charge for\r
+this service if you wish), that you receive source code or can get it\r
+if you want it, that you can change the software or use pieces of it\r
+in new free programs; and that you know you can do these things.\r
+\r
+  To protect your rights, we need to make restrictions that forbid\r
+anyone to deny you these rights or to ask you to surrender the rights.\r
+These restrictions translate to certain responsibilities for you if\r
+you distribute copies of the library, or if you modify it.\r
+\r
+  For example, if you distribute copies of the library, whether gratis\r
+or for a fee, you must give the recipients all the rights that we gave\r
+you.  You must make sure that they, too, receive or can get the source\r
+code.  If you link a program with the library, you must provide\r
+complete object files to the recipients so that they can relink them\r
+with the library, after making changes to the library and recompiling\r
+it.  And you must show them these terms so they know their rights.\r
+\r
+  Our method of protecting your rights has two steps: (1) copyright\r
+the library, and (2) offer you this license which gives you legal\r
+permission to copy, distribute and/or modify the library.\r
+\r
+  Also, for each distributor's protection, we want to make certain\r
+that everyone understands that there is no warranty for this free\r
+library.  If the library is modified by someone else and passed on, we\r
+want its recipients to know that what they have is not the original\r
+version, so that any problems introduced by others will not reflect on\r
+the original authors' reputations.\r
+\r
+  Finally, any free program is threatened constantly by software\r
+patents.  We wish to avoid the danger that companies distributing free\r
+software will individually obtain patent licenses, thus in effect\r
+transforming the program into proprietary software.  To prevent this,\r
+we have made it clear that any patent must be licensed for everyone's\r
+free use or not licensed at all.\r
+\r
+  Most GNU software, including some libraries, is covered by the ordinary\r
+GNU General Public License, which was designed for utility programs.  This\r
+license, the GNU Library General Public License, applies to certain\r
+designated libraries.  This license is quite different from the ordinary\r
+one; be sure to read it in full, and don't assume that anything in it is\r
+the same as in the ordinary license.\r
+\r
+  The reason we have a separate public license for some libraries is that\r
+they blur the distinction we usually make between modifying or adding to a\r
+program and simply using it.  Linking a program with a library, without\r
+changing the library, is in some sense simply using the library, and is\r
+analogous to running a utility program or application program.  However, in\r
+a textual and legal sense, the linked executable is a combined work, a\r
+derivative of the original library, and the ordinary General Public License\r
+treats it as such.\r
+\r
+  Because of this blurred distinction, using the ordinary General\r
+Public License for libraries did not effectively promote software\r
+sharing, because most developers did not use the libraries.  We\r
+concluded that weaker conditions might promote sharing better.\r
+\r
+  However, unrestricted linking of non-free programs would deprive the\r
+users of those programs of all benefit from the free status of the\r
+libraries themselves.  This Library General Public License is intended to\r
+permit developers of non-free programs to use free libraries, while\r
+preserving your freedom as a user of such programs to change the free\r
+libraries that are incorporated in them.  (We have not seen how to achieve\r
+this as regards changes in header files, but we have achieved it as regards\r
+changes in the actual functions of the Library.)  The hope is that this\r
+will lead to faster development of free libraries.\r
+\r
+  The precise terms and conditions for copying, distribution and\r
+modification follow.  Pay close attention to the difference between a\r
+"work based on the library" and a "work that uses the library".  The\r
+former contains code derived from the library, while the latter only\r
+works together with the library.\r
+\r
+  Note that it is possible for a library to be covered by the ordinary\r
+General Public License rather than by this special one.\r
+\r
+                  GNU LIBRARY GENERAL PUBLIC LICENSE\r
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\r
+\r
+  0. This License Agreement applies to any software library which\r
+contains a notice placed by the copyright holder or other authorized\r
+party saying it may be distributed under the terms of this Library\r
+General Public License (also called "this License").  Each licensee is\r
+addressed as "you".\r
+\r
+  A "library" means a collection of software functions and/or data\r
+prepared so as to be conveniently linked with application programs\r
+(which use some of those functions and data) to form executables.\r
+\r
+  The "Library", below, refers to any such software library or work\r
+which has been distributed under these terms.  A "work based on the\r
+Library" means either the Library or any derivative work under\r
+copyright law: that is to say, a work containing the Library or a\r
+portion of it, either verbatim or with modifications and/or translated\r
+straightforwardly into another language.  (Hereinafter, translation is\r
+included without limitation in the term "modification".)\r
+\r
+  "Source code" for a work means the preferred form of the work for\r
+making modifications to it.  For a library, complete source code means\r
+all the source code for all modules it contains, plus any associated\r
+interface definition files, plus the scripts used to control compilation\r
+and installation of the library.\r
+\r
+  Activities other than copying, distribution and modification are not\r
+covered by this License; they are outside its scope.  The act of\r
+running a program using the Library is not restricted, and output from\r
+such a program is covered only if its contents constitute a work based\r
+on the Library (independent of the use of the Library in a tool for\r
+writing it).  Whether that is true depends on what the Library does\r
+and what the program that uses the Library does.\r
+\r
+  1. You may copy and distribute verbatim copies of the Library's\r
+complete source code as you receive it, in any medium, provided that\r
+you conspicuously and appropriately publish on each copy an\r
+appropriate copyright notice and disclaimer of warranty; keep intact\r
+all the notices that refer to this License and to the absence of any\r
+warranty; and distribute a copy of this License along with the\r
+Library.\r
+\r
+  You may charge a fee for the physical act of transferring a copy,\r
+and you may at your option offer warranty protection in exchange for a\r
+fee.\r
+\r
+  2. You may modify your copy or copies of the Library or any portion\r
+of it, thus forming a work based on the Library, and copy and\r
+distribute such modifications or work under the terms of Section 1\r
+above, provided that you also meet all of these conditions:\r
+\r
+    a) The modified work must itself be a software library.\r
+\r
+    b) You must cause the files modified to carry prominent notices\r
+    stating that you changed the files and the date of any change.\r
+\r
+    c) You must cause the whole of the work to be licensed at no\r
+    charge to all third parties under the terms of this License.\r
+\r
+    d) If a facility in the modified Library refers to a function or a\r
+    table of data to be supplied by an application program that uses\r
+    the facility, other than as an argument passed when the facility\r
+    is invoked, then you must make a good faith effort to ensure that,\r
+    in the event an application does not supply such function or\r
+    table, the facility still operates, and performs whatever part of\r
+    its purpose remains meaningful.\r
+\r
+    (For example, a function in a library to compute square roots has\r
+    a purpose that is entirely well-defined independent of the\r
+    application.  Therefore, Subsection 2d requires that any\r
+    application-supplied function or table used by this function must\r
+    be optional: if the application does not supply it, the square\r
+    root function must still compute square roots.)\r
+\r
+These requirements apply to the modified work as a whole.  If\r
+identifiable sections of that work are not derived from the Library,\r
+and can be reasonably considered independent and separate works in\r
+themselves, then this License, and its terms, do not apply to those\r
+sections when you distribute them as separate works.  But when you\r
+distribute the same sections as part of a whole which is a work based\r
+on the Library, the distribution of the whole must be on the terms of\r
+this License, whose permissions for other licensees extend to the\r
+entire whole, and thus to each and every part regardless of who wrote\r
+it.\r
+\r
+Thus, it is not the intent of this section to claim rights or contest\r
+your rights to work written entirely by you; rather, the intent is to\r
+exercise the right to control the distribution of derivative or\r
+collective works based on the Library.\r
+\r
+In addition, mere aggregation of another work not based on the Library\r
+with the Library (or with a work based on the Library) on a volume of\r
+a storage or distribution medium does not bring the other work under\r
+the scope of this License.\r
+\r
+  3. You may opt to apply the terms of the ordinary GNU General Public\r
+License instead of this License to a given copy of the Library.  To do\r
+this, you must alter all the notices that refer to this License, so\r
+that they refer to the ordinary GNU General Public License, version 2,\r
+instead of to this License.  (If a newer version than version 2 of the\r
+ordinary GNU General Public License has appeared, then you can specify\r
+that version instead if you wish.)  Do not make any other change in\r
+these notices.\r
+\r
+  Once this change is made in a given copy, it is irreversible for\r
+that copy, so the ordinary GNU General Public License applies to all\r
+subsequent copies and derivative works made from that copy.\r
+\r
+  This option is useful when you wish to copy part of the code of\r
+the Library into a program that is not a library.\r
+\r
+  4. You may copy and distribute the Library (or a portion or\r
+derivative of it, under Section 2) in object code or executable form\r
+under the terms of Sections 1 and 2 above provided that you accompany\r
+it with the complete corresponding machine-readable source code, which\r
+must be distributed under the terms of Sections 1 and 2 above on a\r
+medium customarily used for software interchange.\r
+\r
+  If distribution of object code is made by offering access to copy\r
+from a designated place, then offering equivalent access to copy the\r
+source code from the same place satisfies the requirement to\r
+distribute the source code, even though third parties are not\r
+compelled to copy the source along with the object code.\r
+\r
+  5. A program that contains no derivative of any portion of the\r
+Library, but is designed to work with the Library by being compiled or\r
+linked with it, is called a "work that uses the Library".  Such a\r
+work, in isolation, is not a derivative work of the Library, and\r
+therefore falls outside the scope of this License.\r
+\r
+  However, linking a "work that uses the Library" with the Library\r
+creates an executable that is a derivative of the Library (because it\r
+contains portions of the Library), rather than a "work that uses the\r
+library".  The executable is therefore covered by this License.\r
+Section 6 states terms for distribution of such executables.\r
+\r
+  When a "work that uses the Library" uses material from a header file\r
+that is part of the Library, the object code for the work may be a\r
+derivative work of the Library even though the source code is not.\r
+Whether this is true is especially significant if the work can be\r
+linked without the Library, or if the work is itself a library.  The\r
+threshold for this to be true is not precisely defined by law.\r
+\r
+  If such an object file uses only numerical parameters, data\r
+structure layouts and accessors, and small macros and small inline\r
+functions (ten lines or less in length), then the use of the object\r
+file is unrestricted, regardless of whether it is legally a derivative\r
+work.  (Executables containing this object code plus portions of the\r
+Library will still fall under Section 6.)\r
+\r
+  Otherwise, if the work is a derivative of the Library, you may\r
+distribute the object code for the work under the terms of Section 6.\r
+Any executables containing that work also fall under Section 6,\r
+whether or not they are linked directly with the Library itself.\r
+\r
+  6. As an exception to the Sections above, you may also compile or\r
+link a "work that uses the Library" with the Library to produce a\r
+work containing portions of the Library, and distribute that work\r
+under terms of your choice, provided that the terms permit\r
+modification of the work for the customer's own use and reverse\r
+engineering for debugging such modifications.\r
+\r
+  You must give prominent notice with each copy of the work that the\r
+Library is used in it and that the Library and its use are covered by\r
+this License.  You must supply a copy of this License.  If the work\r
+during execution displays copyright notices, you must include the\r
+copyright notice for the Library among them, as well as a reference\r
+directing the user to the copy of this License.  Also, you must do one\r
+of these things:\r
+\r
+    a) Accompany the work with the complete corresponding\r
+    machine-readable source code for the Library including whatever\r
+    changes were used in the work (which must be distributed under\r
+    Sections 1 and 2 above); and, if the work is an executable linked\r
+    with the Library, with the complete machine-readable "work that\r
+    uses the Library", as object code and/or source code, so that the\r
+    user can modify the Library and then relink to produce a modified\r
+    executable containing the modified Library.  (It is understood\r
+    that the user who changes the contents of definitions files in the\r
+    Library will not necessarily be able to recompile the application\r
+    to use the modified definitions.)\r
+\r
+    b) Accompany the work with a written offer, valid for at\r
+    least three years, to give the same user the materials\r
+    specified in Subsection 6a, above, for a charge no more\r
+    than the cost of performing this distribution.\r
+\r
+    c) If distribution of the work is made by offering access to copy\r
+    from a designated place, offer equivalent access to copy the above\r
+    specified materials from the same place.\r
+\r
+    d) Verify that the user has already received a copy of these\r
+    materials or that you have already sent this user a copy.\r
+\r
+  For an executable, the required form of the "work that uses the\r
+Library" must include any data and utility programs needed for\r
+reproducing the executable from it.  However, as a special exception,\r
+the source code distributed need not include anything that is normally\r
+distributed (in either source or binary form) with the major\r
+components (compiler, kernel, and so on) of the operating system on\r
+which the executable runs, unless that component itself accompanies\r
+the executable.\r
+\r
+  It may happen that this requirement contradicts the license\r
+restrictions of other proprietary libraries that do not normally\r
+accompany the operating system.  Such a contradiction means you cannot\r
+use both them and the Library together in an executable that you\r
+distribute.\r
+\r
+  7. You may place library facilities that are a work based on the\r
+Library side-by-side in a single library together with other library\r
+facilities not covered by this License, and distribute such a combined\r
+library, provided that the separate distribution of the work based on\r
+the Library and of the other library facilities is otherwise\r
+permitted, and provided that you do these two things:\r
+\r
+    a) Accompany the combined library with a copy of the same work\r
+    based on the Library, uncombined with any other library\r
+    facilities.  This must be distributed under the terms of the\r
+    Sections above.\r
+\r
+    b) Give prominent notice with the combined library of the fact\r
+    that part of it is a work based on the Library, and explaining\r
+    where to find the accompanying uncombined form of the same work.\r
+\r
+  8. You may not copy, modify, sublicense, link with, or distribute\r
+the Library except as expressly provided under this License.  Any\r
+attempt otherwise to copy, modify, sublicense, link with, or\r
+distribute the Library is void, and will automatically terminate your\r
+rights under this License.  However, parties who have received copies,\r
+or rights, from you under this License will not have their licenses\r
+terminated so long as such parties remain in full compliance.\r
+\r
+  9. You are not required to accept this License, since you have not\r
+signed it.  However, nothing else grants you permission to modify or\r
+distribute the Library or its derivative works.  These actions are\r
+prohibited by law if you do not accept this License.  Therefore, by\r
+modifying or distributing the Library (or any work based on the\r
+Library), you indicate your acceptance of this License to do so, and\r
+all its terms and conditions for copying, distributing or modifying\r
+the Library or works based on it.\r
+\r
+  10. Each time you redistribute the Library (or any work based on the\r
+Library), the recipient automatically receives a license from the\r
+original licensor to copy, distribute, link with or modify the Library\r
+subject to these terms and conditions.  You may not impose any further\r
+restrictions on the recipients' exercise of the rights granted herein.\r
+You are not responsible for enforcing compliance by third parties to\r
+this License.\r
+\r
+  11. If, as a consequence of a court judgment or allegation of patent\r
+infringement or for any other reason (not limited to patent issues),\r
+conditions are imposed on you (whether by court order, agreement or\r
+otherwise) that contradict the conditions of this License, they do not\r
+excuse you from the conditions of this License.  If you cannot\r
+distribute so as to satisfy simultaneously your obligations under this\r
+License and any other pertinent obligations, then as a consequence you\r
+may not distribute the Library at all.  For example, if a patent\r
+license would not permit royalty-free redistribution of the Library by\r
+all those who receive copies directly or indirectly through you, then\r
+the only way you could satisfy both it and this License would be to\r
+refrain entirely from distribution of the Library.\r
+\r
+If any portion of this section is held invalid or unenforceable under any\r
+particular circumstance, the balance of the section is intended to apply,\r
+and the section as a whole is intended to apply in other circumstances.\r
+\r
+It is not the purpose of this section to induce you to infringe any\r
+patents or other property right claims or to contest validity of any\r
+such claims; this section has the sole purpose of protecting the\r
+integrity of the free software distribution system which is\r
+implemented by public license practices.  Many people have made\r
+generous contributions to the wide range of software distributed\r
+through that system in reliance on consistent application of that\r
+system; it is up to the author/donor to decide if he or she is willing\r
+to distribute software through any other system and a licensee cannot\r
+impose that choice.\r
+\r
+This section is intended to make thoroughly clear what is believed to\r
+be a consequence of the rest of this License.\r
+\r
+  12. If the distribution and/or use of the Library is restricted in\r
+certain countries either by patents or by copyrighted interfaces, the\r
+original copyright holder who places the Library under this License may add\r
+an explicit geographical distribution limitation excluding those countries,\r
+so that distribution is permitted only in or among countries not thus\r
+excluded.  In such case, this License incorporates the limitation as if\r
+written in the body of this License.\r
+\r
+  13. The Free Software Foundation may publish revised and/or new\r
+versions of the Library General Public License from time to time.\r
+Such new versions will be similar in spirit to the present version,\r
+but may differ in detail to address new problems or concerns.\r
+\r
+Each version is given a distinguishing version number.  If the Library\r
+specifies a version number of this License which applies to it and\r
+"any later version", you have the option of following the terms and\r
+conditions either of that version or of any later version published by\r
+the Free Software Foundation.  If the Library does not specify a\r
+license version number, you may choose any version ever published by\r
+the Free Software Foundation.\r
+\r
+  14. If you wish to incorporate parts of the Library into other free\r
+programs whose distribution conditions are incompatible with these,\r
+write to the author to ask for permission.  For software which is\r
+copyrighted by the Free Software Foundation, write to the Free\r
+Software Foundation; we sometimes make exceptions for this.  Our\r
+decision will be guided by the two goals of preserving the free status\r
+of all derivatives of our free software and of promoting the sharing\r
+and reuse of software generally.\r
+\r
+                            NO WARRANTY\r
+\r
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\r
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\r
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\r
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY\r
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\r
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\r
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\r
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\r
+\r
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\r
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\r
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\r
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\r
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\r
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\r
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\r
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\r
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\r
+DAMAGES.\r
+\r
+                     END OF TERMS AND CONDITIONS\r
+\r
+           How to Apply These Terms to Your New Libraries\r
+\r
+  If you develop a new library, and you want it to be of the greatest\r
+possible use to the public, we recommend making it free software that\r
+everyone can redistribute and change.  You can do so by permitting\r
+redistribution under these terms (or, alternatively, under the terms of the\r
+ordinary General Public License).\r
+\r
+  To apply these terms, attach the following notices to the library.  It is\r
+safest to attach them to the start of each source file to most effectively\r
+convey the exclusion of warranty; and each file should have at least the\r
+"copyright" line and a pointer to where the full notice is found.\r
+\r
+    <one line to give the library's name and a brief idea of what it does.>\r
+    Copyright (C) <year>  <name of author>\r
+\r
+    This library is free software; you can redistribute it and/or\r
+    modify it under the terms of the GNU Library General Public\r
+    License as published by the Free Software Foundation; either\r
+    version 2 of the License, or (at your option) any later version.\r
+\r
+    This library is distributed in the hope that it will be useful,\r
+    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
+    Library General Public License for more details.\r
+\r
+    You should have received a copy of the GNU Library General Public\r
+    License along with this library; if not, write to the Free Software\r
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
+\r
+Also add information on how to contact you by electronic and paper mail.\r
+\r
+You should also get your employer (if you work as a programmer) or your\r
+school, if any, to sign a "copyright disclaimer" for the library, if\r
+necessary.  Here is a sample; alter the names:\r
+\r
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the\r
+  library `Frob' (a library for tweaking knobs) written by James Random Hacker.\r
+\r
+  <signature of Ty Coon>, 1 April 1990\r
+  Ty Coon, President of Vice\r
+\r
+That's all there is to it!\r
+\r
+============================================================================================\r
+LGPLv2.1\r
+\r
+                  GNU LESSER GENERAL PUBLIC LICENSE\r
+                       Version 2.1, February 1999\r
+\r
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.\r
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
+ Everyone is permitted to copy and distribute verbatim copies\r
+ of this license document, but changing it is not allowed.\r
+\r
+[This is the first released version of the Lesser GPL.  It also counts\r
+ as the successor of the GNU Library Public License, version 2, hence\r
+ the version number 2.1.]\r
+\r
+                            Preamble\r
+\r
+  The licenses for most software are designed to take away your\r
+freedom to share and change it.  By contrast, the GNU General Public\r
+Licenses are intended to guarantee your freedom to share and change\r
+free software--to make sure the software is free for all its users.\r
+\r
+  This license, the Lesser General Public License, applies to some\r
+specially designated software packages--typically libraries--of the\r
+Free Software Foundation and other authors who decide to use it.  You\r
+can use it too, but we suggest you first think carefully about whether\r
+this license or the ordinary General Public License is the better\r
+strategy to use in any particular case, based on the explanations below.\r
+\r
+  When we speak of free software, we are referring to freedom of use,\r
+not price.  Our General Public Licenses are designed to make sure that\r
+you have the freedom to distribute copies of free software (and charge\r
+for this service if you wish); that you receive source code or can get\r
+it if you want it; that you can change the software and use pieces of\r
+it in new free programs; and that you are informed that you can do\r
+these things.\r
+\r
+  To protect your rights, we need to make restrictions that forbid\r
+distributors to deny you these rights or to ask you to surrender these\r
+rights.  These restrictions translate to certain responsibilities for\r
+you if you distribute copies of the library or if you modify it.\r
+\r
+  For example, if you distribute copies of the library, whether gratis\r
+or for a fee, you must give the recipients all the rights that we gave\r
+you.  You must make sure that they, too, receive or can get the source\r
+code.  If you link other code with the library, you must provide\r
+complete object files to the recipients, so that they can relink them\r
+with the library after making changes to the library and recompiling\r
+it.  And you must show them these terms so they know their rights.\r
+\r
+  We protect your rights with a two-step method: (1) we copyright the\r
+library, and (2) we offer you this license, which gives you legal\r
+permission to copy, distribute and/or modify the library.\r
+\r
+  To protect each distributor, we want to make it very clear that\r
+there is no warranty for the free library.  Also, if the library is\r
+modified by someone else and passed on, the recipients should know\r
+that what they have is not the original version, so that the original\r
+author's reputation will not be affected by problems that might be\r
+introduced by others.\r
+\r
+  Finally, software patents pose a constant threat to the existence of\r
+any free program.  We wish to make sure that a company cannot\r
+effectively restrict the users of a free program by obtaining a\r
+restrictive license from a patent holder.  Therefore, we insist that\r
+any patent license obtained for a version of the library must be\r
+consistent with the full freedom of use specified in this license.\r
+\r
+  Most GNU software, including some libraries, is covered by the\r
+ordinary GNU General Public License.  This license, the GNU Lesser\r
+General Public License, applies to certain designated libraries, and\r
+is quite different from the ordinary General Public License.  We use\r
+this license for certain libraries in order to permit linking those\r
+libraries into non-free programs.\r
+\r
+  When a program is linked with a library, whether statically or using\r
+a shared library, the combination of the two is legally speaking a\r
+combined work, a derivative of the original library.  The ordinary\r
+General Public License therefore permits such linking only if the\r
+entire combination fits its criteria of freedom.  The Lesser General\r
+Public License permits more lax criteria for linking other code with\r
+the library.\r
+\r
+  We call this license the "Lesser" General Public License because it\r
+does Less to protect the user's freedom than the ordinary General\r
+Public License.  It also provides other free software developers Less\r
+of an advantage over competing non-free programs.  These disadvantages\r
+are the reason we use the ordinary General Public License for many\r
+libraries.  However, the Lesser license provides advantages in certain\r
+special circumstances.\r
+\r
+  For example, on rare occasions, there may be a special need to\r
+encourage the widest possible use of a certain library, so that it becomes\r
+a de-facto standard.  To achieve this, non-free programs must be\r
+allowed to use the library.  A more frequent case is that a free\r
+library does the same job as widely used non-free libraries.  In this\r
+case, there is little to gain by limiting the free library to free\r
+software only, so we use the Lesser General Public License.\r
+\r
+  In other cases, permission to use a particular library in non-free\r
+programs enables a greater number of people to use a large body of\r
+free software.  For example, permission to use the GNU C Library in\r
+non-free programs enables many more people to use the whole GNU\r
+operating system, as well as its variant, the GNU/Linux operating\r
+system.\r
+\r
+  Although the Lesser General Public License is Less protective of the\r
+users' freedom, it does ensure that the user of a program that is\r
+linked with the Library has the freedom and the wherewithal to run\r
+that program using a modified version of the Library.\r
+\r
+  The precise terms and conditions for copying, distribution and\r
+modification follow.  Pay close attention to the difference between a\r
+"work based on the library" and a "work that uses the library".  The\r
+former contains code derived from the library, whereas the latter must\r
+be combined with the library in order to run.\r
+\r
+                  GNU LESSER GENERAL PUBLIC LICENSE\r
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\r
+\r
+  0. This License Agreement applies to any software library or other\r
+program which contains a notice placed by the copyright holder or\r
+other authorized party saying it may be distributed under the terms of\r
+this Lesser General Public License (also called "this License").\r
+Each licensee is addressed as "you".\r
+\r
+  A "library" means a collection of software functions and/or data\r
+prepared so as to be conveniently linked with application programs\r
+(which use some of those functions and data) to form executables.\r
+\r
+  The "Library", below, refers to any such software library or work\r
+which has been distributed under these terms.  A "work based on the\r
+Library" means either the Library or any derivative work under\r
+copyright law: that is to say, a work containing the Library or a\r
+portion of it, either verbatim or with modifications and/or translated\r
+straightforwardly into another language.  (Hereinafter, translation is\r
+included without limitation in the term "modification".)\r
+\r
+  "Source code" for a work means the preferred form of the work for\r
+making modifications to it.  For a library, complete source code means\r
+all the source code for all modules it contains, plus any associated\r
+interface definition files, plus the scripts used to control compilation\r
+and installation of the library.\r
+\r
+  Activities other than copying, distribution and modification are not\r
+covered by this License; they are outside its scope.  The act of\r
+running a program using the Library is not restricted, and output from\r
+such a program is covered only if its contents constitute a work based\r
+on the Library (independent of the use of the Library in a tool for\r
+writing it).  Whether that is true depends on what the Library does\r
+and what the program that uses the Library does.\r
+\r
+  1. You may copy and distribute verbatim copies of the Library's\r
+complete source code as you receive it, in any medium, provided that\r
+you conspicuously and appropriately publish on each copy an\r
+appropriate copyright notice and disclaimer of warranty; keep intact\r
+all the notices that refer to this License and to the absence of any\r
+warranty; and distribute a copy of this License along with the\r
+Library.\r
+\r
+  You may charge a fee for the physical act of transferring a copy,\r
+and you may at your option offer warranty protection in exchange for a\r
+fee.\r
+\r
+  2. You may modify your copy or copies of the Library or any portion\r
+of it, thus forming a work based on the Library, and copy and\r
+distribute such modifications or work under the terms of Section 1\r
+above, provided that you also meet all of these conditions:\r
+\r
+    a) The modified work must itself be a software library.\r
+\r
+    b) You must cause the files modified to carry prominent notices\r
+    stating that you changed the files and the date of any change.\r
+\r
+    c) You must cause the whole of the work to be licensed at no\r
+    charge to all third parties under the terms of this License.\r
+\r
+    d) If a facility in the modified Library refers to a function or a\r
+    table of data to be supplied by an application program that uses\r
+    the facility, other than as an argument passed when the facility\r
+    is invoked, then you must make a good faith effort to ensure that,\r
+    in the event an application does not supply such function or\r
+    table, the facility still operates, and performs whatever part of\r
+    its purpose remains meaningful.\r
+\r
+    (For example, a function in a library to compute square roots has\r
+    a purpose that is entirely well-defined independent of the\r
+    application.  Therefore, Subsection 2d requires that any\r
+    application-supplied function or table used by this function must\r
+    be optional: if the application does not supply it, the square\r
+    root function must still compute square roots.)\r
+\r
+These requirements apply to the modified work as a whole.  If\r
+identifiable sections of that work are not derived from the Library,\r
+and can be reasonably considered independent and separate works in\r
+themselves, then this License, and its terms, do not apply to those\r
+sections when you distribute them as separate works.  But when you\r
+distribute the same sections as part of a whole which is a work based\r
+on the Library, the distribution of the whole must be on the terms of\r
+this License, whose permissions for other licensees extend to the\r
+entire whole, and thus to each and every part regardless of who wrote\r
+it.\r
+\r
+Thus, it is not the intent of this section to claim rights or contest\r
+your rights to work written entirely by you; rather, the intent is to\r
+exercise the right to control the distribution of derivative or\r
+collective works based on the Library.\r
+\r
+In addition, mere aggregation of another work not based on the Library\r
+with the Library (or with a work based on the Library) on a volume of\r
+a storage or distribution medium does not bring the other work under\r
+the scope of this License.\r
+\r
+  3. You may opt to apply the terms of the ordinary GNU General Public\r
+License instead of this License to a given copy of the Library.  To do\r
+this, you must alter all the notices that refer to this License, so\r
+that they refer to the ordinary GNU General Public License, version 2,\r
+instead of to this License.  (If a newer version than version 2 of the\r
+ordinary GNU General Public License has appeared, then you can specify\r
+that version instead if you wish.)  Do not make any other change in\r
+these notices.\r
+\r
+  Once this change is made in a given copy, it is irreversible for\r
+that copy, so the ordinary GNU General Public License applies to all\r
+subsequent copies and derivative works made from that copy.\r
+\r
+  This option is useful when you wish to copy part of the code of\r
+the Library into a program that is not a library.\r
+\r
+  4. You may copy and distribute the Library (or a portion or\r
+derivative of it, under Section 2) in object code or executable form\r
+under the terms of Sections 1 and 2 above provided that you accompany\r
+it with the complete corresponding machine-readable source code, which\r
+must be distributed under the terms of Sections 1 and 2 above on a\r
+medium customarily used for software interchange.\r
+\r
+  If distribution of object code is made by offering access to copy\r
+from a designated place, then offering equivalent access to copy the\r
+source code from the same place satisfies the requirement to\r
+distribute the source code, even though third parties are not\r
+compelled to copy the source along with the object code.\r
+\r
+  5. A program that contains no derivative of any portion of the\r
+Library, but is designed to work with the Library by being compiled or\r
+linked with it, is called a "work that uses the Library".  Such a\r
+work, in isolation, is not a derivative work of the Library, and\r
+therefore falls outside the scope of this License.\r
+\r
+  However, linking a "work that uses the Library" with the Library\r
+creates an executable that is a derivative of the Library (because it\r
+contains portions of the Library), rather than a "work that uses the\r
+library".  The executable is therefore covered by this License.\r
+Section 6 states terms for distribution of such executables.\r
+\r
+  When a "work that uses the Library" uses material from a header file\r
+that is part of the Library, the object code for the work may be a\r
+derivative work of the Library even though the source code is not.\r
+Whether this is true is especially significant if the work can be\r
+linked without the Library, or if the work is itself a library.  The\r
+threshold for this to be true is not precisely defined by law.\r
+\r
+  If such an object file uses only numerical parameters, data\r
+structure layouts and accessors, and small macros and small inline\r
+functions (ten lines or less in length), then the use of the object\r
+file is unrestricted, regardless of whether it is legally a derivative\r
+work.  (Executables containing this object code plus portions of the\r
+Library will still fall under Section 6.)\r
+\r
+  Otherwise, if the work is a derivative of the Library, you may\r
+distribute the object code for the work under the terms of Section 6.\r
+Any executables containing that work also fall under Section 6,\r
+whether or not they are linked directly with the Library itself.\r
+\r
+  6. As an exception to the Sections above, you may also combine or\r
+link a "work that uses the Library" with the Library to produce a\r
+work containing portions of the Library, and distribute that work\r
+under terms of your choice, provided that the terms permit\r
+modification of the work for the customer's own use and reverse\r
+engineering for debugging such modifications.\r
+\r
+  You must give prominent notice with each copy of the work that the\r
+Library is used in it and that the Library and its use are covered by\r
+this License.  You must supply a copy of this License.  If the work\r
+during execution displays copyright notices, you must include the\r
+copyright notice for the Library among them, as well as a reference\r
+directing the user to the copy of this License.  Also, you must do one\r
+of these things:\r
+\r
+    a) Accompany the work with the complete corresponding\r
+    machine-readable source code for the Library including whatever\r
+    changes were used in the work (which must be distributed under\r
+    Sections 1 and 2 above); and, if the work is an executable linked\r
+    with the Library, with the complete machine-readable "work that\r
+    uses the Library", as object code and/or source code, so that the\r
+    user can modify the Library and then relink to produce a modified\r
+    executable containing the modified Library.  (It is understood\r
+    that the user who changes the contents of definitions files in the\r
+    Library will not necessarily be able to recompile the application\r
+    to use the modified definitions.)\r
+\r
+    b) Use a suitable shared library mechanism for linking with the\r
+    Library.  A suitable mechanism is one that (1) uses at run time a\r
+    copy of the library already present on the user's computer system,\r
+    rather than copying library functions into the executable, and (2)\r
+    will operate properly with a modified version of the library, if\r
+    the user installs one, as long as the modified version is\r
+    interface-compatible with the version that the work was made with.\r
+\r
+    c) Accompany the work with a written offer, valid for at\r
+    least three years, to give the same user the materials\r
+    specified in Subsection 6a, above, for a charge no more\r
+    than the cost of performing this distribution.\r
+\r
+    d) If distribution of the work is made by offering access to copy\r
+    from a designated place, offer equivalent access to copy the above\r
+    specified materials from the same place.\r
+\r
+    e) Verify that the user has already received a copy of these\r
+    materials or that you have already sent this user a copy.\r
+\r
+  For an executable, the required form of the "work that uses the\r
+Library" must include any data and utility programs needed for\r
+reproducing the executable from it.  However, as a special exception,\r
+the materials to be distributed need not include anything that is\r
+normally distributed (in either source or binary form) with the major\r
+components (compiler, kernel, and so on) of the operating system on\r
+which the executable runs, unless that component itself accompanies\r
+the executable.\r
+\r
+  It may happen that this requirement contradicts the license\r
+restrictions of other proprietary libraries that do not normally\r
+accompany the operating system.  Such a contradiction means you cannot\r
+use both them and the Library together in an executable that you\r
+distribute.\r
+\r
+  7. You may place library facilities that are a work based on the\r
+Library side-by-side in a single library together with other library\r
+facilities not covered by this License, and distribute such a combined\r
+library, provided that the separate distribution of the work based on\r
+the Library and of the other library facilities is otherwise\r
+permitted, and provided that you do these two things:\r
+\r
+    a) Accompany the combined library with a copy of the same work\r
+    based on the Library, uncombined with any other library\r
+    facilities.  This must be distributed under the terms of the\r
+    Sections above.\r
+\r
+    b) Give prominent notice with the combined library of the fact\r
+    that part of it is a work based on the Library, and explaining\r
+    where to find the accompanying uncombined form of the same work.\r
+\r
+  8. You may not copy, modify, sublicense, link with, or distribute\r
+the Library except as expressly provided under this License.  Any\r
+attempt otherwise to copy, modify, sublicense, link with, or\r
+distribute the Library is void, and will automatically terminate your\r
+rights under this License.  However, parties who have received copies,\r
+or rights, from you under this License will not have their licenses\r
+terminated so long as such parties remain in full compliance.\r
+\r
+  9. You are not required to accept this License, since you have not\r
+signed it.  However, nothing else grants you permission to modify or\r
+distribute the Library or its derivative works.  These actions are\r
+prohibited by law if you do not accept this License.  Therefore, by\r
+modifying or distributing the Library (or any work based on the\r
+Library), you indicate your acceptance of this License to do so, and\r
+all its terms and conditions for copying, distributing or modifying\r
+the Library or works based on it.\r
+\r
+  10. Each time you redistribute the Library (or any work based on the\r
+Library), the recipient automatically receives a license from the\r
+original licensor to copy, distribute, link with or modify the Library\r
+subject to these terms and conditions.  You may not impose any further\r
+restrictions on the recipients' exercise of the rights granted herein.\r
+You are not responsible for enforcing compliance by third parties with\r
+this License.\r
+\r
+  11. If, as a consequence of a court judgment or allegation of patent\r
+infringement or for any other reason (not limited to patent issues),\r
+conditions are imposed on you (whether by court order, agreement or\r
+otherwise) that contradict the conditions of this License, they do not\r
+excuse you from the conditions of this License.  If you cannot\r
+distribute so as to satisfy simultaneously your obligations under this\r
+License and any other pertinent obligations, then as a consequence you\r
+may not distribute the Library at all.  For example, if a patent\r
+license would not permit royalty-free redistribution of the Library by\r
+all those who receive copies directly or indirectly through you, then\r
+the only way you could satisfy both it and this License would be to\r
+refrain entirely from distribution of the Library.\r
+\r
+If any portion of this section is held invalid or unenforceable under any\r
+particular circumstance, the balance of the section is intended to apply,\r
+and the section as a whole is intended to apply in other circumstances.\r
+\r
+It is not the purpose of this section to induce you to infringe any\r
+patents or other property right claims or to contest validity of any\r
+such claims; this section has the sole purpose of protecting the\r
+integrity of the free software distribution system which is\r
+implemented by public license practices.  Many people have made\r
+generous contributions to the wide range of software distributed\r
+through that system in reliance on consistent application of that\r
+system; it is up to the author/donor to decide if he or she is willing\r
+to distribute software through any other system and a licensee cannot\r
+impose that choice.\r
+\r
+This section is intended to make thoroughly clear what is believed to\r
+be a consequence of the rest of this License.\r
+\r
+  12. If the distribution and/or use of the Library is restricted in\r
+certain countries either by patents or by copyrighted interfaces, the\r
+original copyright holder who places the Library under this License may add\r
+an explicit geographical distribution limitation excluding those countries,\r
+so that distribution is permitted only in or among countries not thus\r
+excluded.  In such case, this License incorporates the limitation as if\r
+written in the body of this License.\r
+\r
+  13. The Free Software Foundation may publish revised and/or new\r
+versions of the Lesser General Public License from time to time.\r
+Such new versions will be similar in spirit to the present version,\r
+but may differ in detail to address new problems or concerns.\r
+\r
+Each version is given a distinguishing version number.  If the Library\r
+specifies a version number of this License which applies to it and\r
+"any later version", you have the option of following the terms and\r
+conditions either of that version or of any later version published by\r
+the Free Software Foundation.  If the Library does not specify a\r
+license version number, you may choose any version ever published by\r
+the Free Software Foundation.\r
+\r
+  14. If you wish to incorporate parts of the Library into other free\r
+programs whose distribution conditions are incompatible with these,\r
+write to the author to ask for permission.  For software which is\r
+copyrighted by the Free Software Foundation, write to the Free\r
+Software Foundation; we sometimes make exceptions for this.  Our\r
+decision will be guided by the two goals of preserving the free status\r
+of all derivatives of our free software and of promoting the sharing\r
+and reuse of software generally.\r
+\r
+                            NO WARRANTY\r
+\r
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\r
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\r
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\r
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY\r
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\r
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\r
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\r
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\r
+\r
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\r
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\r
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\r
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\r
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\r
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\r
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\r
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\r
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\r
+DAMAGES.\r
+\r
+                     END OF TERMS AND CONDITIONS\r
+\r
+           How to Apply These Terms to Your New Libraries\r
+\r
+  If you develop a new library, and you want it to be of the greatest\r
+possible use to the public, we recommend making it free software that\r
+everyone can redistribute and change.  You can do so by permitting\r
+redistribution under these terms (or, alternatively, under the terms of the\r
+ordinary General Public License).\r
+\r
+  To apply these terms, attach the following notices to the library.  It is\r
+safest to attach them to the start of each source file to most effectively\r
+convey the exclusion of warranty; and each file should have at least the\r
+"copyright" line and a pointer to where the full notice is found.\r
+\r
+    <one line to give the library's name and a brief idea of what it does.>\r
+    Copyright (C) <year>  <name of author>\r
+\r
+    This library is free software; you can redistribute it and/or\r
+    modify it under the terms of the GNU Lesser General Public\r
+    License as published by the Free Software Foundation; either\r
+    version 2.1 of the License, or (at your option) any later version.\r
+\r
+    This library is distributed in the hope that it will be useful,\r
+    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
+    Lesser General Public License for more details.\r
+\r
+    You should have received a copy of the GNU Lesser General Public\r
+    License along with this library; if not, write to the Free Software\r
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
+\r
+Also add information on how to contact you by electronic and paper mail.\r
+\r
+You should also get your employer (if you work as a programmer) or your\r
+school, if any, to sign a "copyright disclaimer" for the library, if\r
+necessary.  Here is a sample; alter the names:\r
+\r
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the\r
+  library `Frob' (a library for tweaking knobs) written by James Random Hacker.\r
+\r
+  <signature of Ty Coon>, 1 April 1990\r
+  Ty Coon, President of Vice\r
+\r
+That's all there is to it!\r
+\r
+============================================================================================\r
+LGPLv3\r
+                   GNU LESSER GENERAL PUBLIC LICENSE\r
+                       Version 3, 29 June 2007\r
+\r
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\r
+ Everyone is permitted to copy and distribute verbatim copies\r
+ of this license document, but changing it is not allowed.\r
+\r
+\r
+  This version of the GNU Lesser General Public License incorporates\r
+the terms and conditions of version 3 of the GNU General Public\r
+License, supplemented by the additional permissions listed below.\r
+\r
+  0. Additional Definitions.\r
+\r
+  As used herein, "this License" refers to version 3 of the GNU Lesser\r
+General Public License, and the "GNU GPL" refers to version 3 of the GNU\r
+General Public License.\r
+\r
+  "The Library" refers to a covered work governed by this License,\r
+other than an Application or a Combined Work as defined below.\r
+\r
+  An "Application" is any work that makes use of an interface provided\r
+by the Library, but which is not otherwise based on the Library.\r
+Defining a subclass of a class defined by the Library is deemed a mode\r
+of using an interface provided by the Library.\r
+\r
+  A "Combined Work" is a work produced by combining or linking an\r
+Application with the Library.  The particular version of the Library\r
+with which the Combined Work was made is also called the "Linked\r
+Version".\r
+\r
+  The "Minimal Corresponding Source" for a Combined Work means the\r
+Corresponding Source for the Combined Work, excluding any source code\r
+for portions of the Combined Work that, considered in isolation, are\r
+based on the Application, and not on the Linked Version.\r
+\r
+  The "Corresponding Application Code" for a Combined Work means the\r
+object code and/or source code for the Application, including any data\r
+and utility programs needed for reproducing the Combined Work from the\r
+Application, but excluding the System Libraries of the Combined Work.\r
+\r
+  1. Exception to Section 3 of the GNU GPL.\r
+\r
+  You may convey a covered work under sections 3 and 4 of this License\r
+without being bound by section 3 of the GNU GPL.\r
+\r
+  2. Conveying Modified Versions.\r
+\r
+  If you modify a copy of the Library, and, in your modifications, a\r
+facility refers to a function or data to be supplied by an Application\r
+that uses the facility (other than as an argument passed when the\r
+facility is invoked), then you may convey a copy of the modified\r
+version:\r
+\r
+   a) under this License, provided that you make a good faith effort to\r
+   ensure that, in the event an Application does not supply the\r
+   function or data, the facility still operates, and performs\r
+   whatever part of its purpose remains meaningful, or\r
+\r
+   b) under the GNU GPL, with none of the additional permissions of\r
+   this License applicable to that copy.\r
+\r
+  3. Object Code Incorporating Material from Library Header Files.\r
+\r
+  The object code form of an Application may incorporate material from\r
+a header file that is part of the Library.  You may convey such object\r
+code under terms of your choice, provided that, if the incorporated\r
+material is not limited to numerical parameters, data structure\r
+layouts and accessors, or small macros, inline functions and templates\r
+(ten or fewer lines in length), you do both of the following:\r
+\r
+   a) Give prominent notice with each copy of the object code that the\r
+   Library is used in it and that the Library and its use are\r
+   covered by this License.\r
+\r
+   b) Accompany the object code with a copy of the GNU GPL and this license\r
+   document.\r
+\r
+  4. Combined Works.\r
+\r
+  You may convey a Combined Work under terms of your choice that,\r
+taken together, effectively do not restrict modification of the\r
+portions of the Library contained in the Combined Work and reverse\r
+engineering for debugging such modifications, if you also do each of\r
+the following:\r
+\r
+   a) Give prominent notice with each copy of the Combined Work that\r
+   the Library is used in it and that the Library and its use are\r
+   covered by this License.\r
+\r
+   b) Accompany the Combined Work with a copy of the GNU GPL and this license\r
+   document.\r
+\r
+   c) For a Combined Work that displays copyright notices during\r
+   execution, include the copyright notice for the Library among\r
+   these notices, as well as a reference directing the user to the\r
+   copies of the GNU GPL and this license document.\r
+\r
+   d) Do one of the following:\r
+\r
+       0) Convey the Minimal Corresponding Source under the terms of this\r
+       License, and the Corresponding Application Code in a form\r
+       suitable for, and under terms that permit, the user to\r
+       recombine or relink the Application with a modified version of\r
+       the Linked Version to produce a modified Combined Work, in the\r
+       manner specified by section 6 of the GNU GPL for conveying\r
+       Corresponding Source.\r
+\r
+       1) Use a suitable shared library mechanism for linking with the\r
+       Library.  A suitable mechanism is one that (a) uses at run time\r
+       a copy of the Library already present on the user's computer\r
+       system, and (b) will operate properly with a modified version\r
+       of the Library that is interface-compatible with the Linked\r
+       Version.\r
+\r
+   e) Provide Installation Information, but only if you would otherwise\r
+   be required to provide such information under section 6 of the\r
+   GNU GPL, and only to the extent that such information is\r
+   necessary to install and execute a modified version of the\r
+   Combined Work produced by recombining or relinking the\r
+   Application with a modified version of the Linked Version. (If\r
+   you use option 4d0, the Installation Information must accompany\r
+   the Minimal Corresponding Source and Corresponding Application\r
+   Code. If you use option 4d1, you must provide the Installation\r
+   Information in the manner specified by section 6 of the GNU GPL\r
+   for conveying Corresponding Source.)\r
+\r
+  5. Combined Libraries.\r
+\r
+  You may place library facilities that are a work based on the\r
+Library side by side in a single library together with other library\r
+facilities that are not Applications and are not covered by this\r
+License, and convey such a combined library under terms of your\r
+choice, if you do both of the following:\r
+\r
+   a) Accompany the combined library with a copy of the same work based\r
+   on the Library, uncombined with any other library facilities,\r
+   conveyed under the terms of this License.\r
+\r
+   b) Give prominent notice with the combined library that part of it\r
+   is a work based on the Library, and explaining where to find the\r
+   accompanying uncombined form of the same work.\r
+\r
+  6. Revised Versions of the GNU Lesser General Public License.\r
+\r
+  The Free Software Foundation may publish revised and/or new versions\r
+of the GNU Lesser General Public License from time to time. Such new\r
+versions will be similar in spirit to the present version, but may\r
+differ in detail to address new problems or concerns.\r
+\r
+  Each version is given a distinguishing version number. If the\r
+Library as you received it specifies that a certain numbered version\r
+of the GNU Lesser General Public License "or any later version"\r
+applies to it, you have the option of following the terms and\r
+conditions either of that published version or of any later version\r
+published by the Free Software Foundation. If the Library as you\r
+received it does not specify a version number of the GNU Lesser\r
+General Public License, you may choose any version of the GNU Lesser\r
+General Public License ever published by the Free Software Foundation.\r
+\r
+  If the Library as you received it specifies that a proxy can decide\r
+whether future versions of the GNU Lesser General Public License shall\r
+apply, that proxy's public statement of acceptance of any version is\r
+permanent authorization for you to choose that version for the\r
+Library.\r
+\r
+============================================================================================\r
+GPLv1\r
+\r
+\r
+                    GNU GENERAL PUBLIC LICENSE\r
+                     Version 1, February 1989\r
+\r
+ Copyright (C) 1989 Free Software Foundation, Inc.\r
+                    51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\r
+\r
+ Everyone is permitted to copy and distribute verbatim copies\r
+ of this license document, but changing it is not allowed.\r
+\r
+                            Preamble\r
+\r
+  The license agreements of most software companies try to keep users\r
+at the mercy of those companies.  By contrast, our General Public\r
+License is intended to guarantee your freedom to share and change free\r
+software--to make sure the software is free for all its users.  The\r
+General Public License applies to the Free Software Foundation's\r
+software and to any other program whose authors commit to using it.\r
+You can use it for your programs, too.\r
+\r
+  When we speak of free software, we are referring to freedom, not\r
+price.  Specifically, the General Public License is designed to make\r
+sure that you have the freedom to give away or sell copies of free\r
+software, that you receive source code or can get it if you want it,\r
+that you can change the software or use pieces of it in new free\r
+programs; and that you know you can do these things.\r
+\r
+  To protect your rights, we need to make restrictions that forbid\r
+anyone to deny you these rights or to ask you to surrender the rights.\r
+These restrictions translate to certain responsibilities for you if you\r
+distribute copies of the software, or if you modify it.\r
+\r
+  For example, if you distribute copies of a such a program, whether\r
+gratis or for a fee, you must give the recipients all the rights that\r
+you have.  You must make sure that they, too, receive or can get the\r
+source code.  And you must tell them their rights.\r
+\r
+  We protect your rights with two steps: (1) copyright the software, and\r
+(2) offer you this license which gives you legal permission to copy,\r
+distribute and/or modify the software.\r
+\r
+  Also, for each author's protection and ours, we want to make certain\r
+that everyone understands that there is no warranty for this free\r
+software.  If the software is modified by someone else and passed on, we\r
+want its recipients to know that what they have is not the original, so\r
+that any problems introduced by others will not reflect on the original\r
+authors' reputations.\r
+\r
+  The precise terms and conditions for copying, distribution and\r
+modification follow.\r
+\r
+                    GNU GENERAL PUBLIC LICENSE\r
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\r
+\r
+  0. This License Agreement applies to any program or other work which\r
+contains a notice placed by the copyright holder saying it may be\r
+distributed under the terms of this General Public License.  The\r
+"Program", below, refers to any such program or work, and a "work based\r
+on the Program" means either the Program or any work containing the\r
+Program or a portion of it, either verbatim or with modifications.  Each\r
+licensee is addressed as "you".\r
+\r
+  1. You may copy and distribute verbatim copies of the Program's source\r
+code as you receive it, in any medium, provided that you conspicuously and\r
+appropriately publish on each copy an appropriate copyright notice and\r
+disclaimer of warranty; keep intact all the notices that refer to this\r
+General Public License and to the absence of any warranty; and give any\r
+other recipients of the Program a copy of this General Public License\r
+along with the Program.  You may charge a fee for the physical act of\r
+transferring a copy.\r
+\r
+  2. You may modify your copy or copies of the Program or any portion of\r
+it, and copy and distribute such modifications under the terms of Paragraph\r
+1 above, provided that you also do the following:\r
+\r
+    a) cause the modified files to carry prominent notices stating that\r
+    you changed the files and the date of any change; and\r
+\r
+    b) cause the whole of any work that you distribute or publish, that\r
+    in whole or in part contains the Program or any part thereof, either\r
+    with or without modifications, to be licensed at no charge to all\r
+    third parties under the terms of this General Public License (except\r
+    that you may choose to grant warranty protection to some or all\r
+    third parties, at your option).\r
+\r
+    c) If the modified program normally reads commands interactively when\r
+    run, you must cause it, when started running for such interactive use\r
+    in the simplest and most usual way, to print or display an\r
+    announcement including an appropriate copyright notice and a notice\r
+    that there is no warranty (or else, saying that you provide a\r
+    warranty) and that users may redistribute the program under these\r
+    conditions, and telling the user how to view a copy of this General\r
+    Public License.\r
+\r
+    d) You may charge a fee for the physical act of transferring a\r
+    copy, and you may at your option offer warranty protection in\r
+    exchange for a fee.\r
+\r
+Mere aggregation of another independent work with the Program (or its\r
+derivative) on a volume of a storage or distribution medium does not bring\r
+the other work under the scope of these terms.\r
+\r
+  3. You may copy and distribute the Program (or a portion or derivative of\r
+it, under Paragraph 2) in object code or executable form under the terms of\r
+Paragraphs 1 and 2 above provided that you also do one of the following:\r
+\r
+    a) accompany it with the complete corresponding machine-readable\r
+    source code, which must be distributed under the terms of\r
+    Paragraphs 1 and 2 above; or,\r
+\r
+    b) accompany it with a written offer, valid for at least three\r
+    years, to give any third party free (except for a nominal charge\r
+    for the cost of distribution) a complete machine-readable copy of the\r
+    corresponding source code, to be distributed under the terms of\r
+    Paragraphs 1 and 2 above; or,\r
+\r
+    c) accompany it with the information you received as to where the\r
+    corresponding source code may be obtained.  (This alternative is\r
+    allowed only for noncommercial distribution and only if you\r
+    received the program in object code or executable form alone.)\r
+\r
+Source code for a work means the preferred form of the work for making\r
+modifications to it.  For an executable file, complete source code means\r
+all the source code for all modules it contains; but, as a special\r
+exception, it need not include source code for modules which are standard\r
+libraries that accompany the operating system on which the executable\r
+file runs, or for standard header files or definitions files that\r
+accompany that operating system.\r
+\r
+  4. You may not copy, modify, sublicense, distribute or transfer the\r
+Program except as expressly provided under this General Public License.\r
+Any attempt otherwise to copy, modify, sublicense, distribute or transfer\r
+the Program is void, and will automatically terminate your rights to use\r
+the Program under this License.  However, parties who have received\r
+copies, or rights to use copies, from you under this General Public\r
+License will not have their licenses terminated so long as such parties\r
+remain in full compliance.\r
+\r
+  5. By copying, distributing or modifying the Program (or any work based\r
+on the Program) you indicate your acceptance of this license to do so,\r
+and all its terms and conditions.\r
+\r
+  6. Each time you redistribute the Program (or any work based on the\r
+Program), the recipient automatically receives a license from the original\r
+licensor to copy, distribute or modify the Program subject to these\r
+terms and conditions.  You may not impose any further restrictions on the\r
+recipients' exercise of the rights granted herein.\r
+\r
+  7. The Free Software Foundation may publish revised and/or new versions\r
+of the General Public License from time to time.  Such new versions will\r
+be similar in spirit to the present version, but may differ in detail to\r
+address new problems or concerns.\r
+\r
+Each version is given a distinguishing version number.  If the Program\r
+specifies a version number of the license which applies to it and "any\r
+later version", you have the option of following the terms and conditions\r
+either of that version or of any later version published by the Free\r
+Software Foundation.  If the Program does not specify a version number of\r
+the license, you may choose any version ever published by the Free Software\r
+Foundation.\r
+\r
+  8. If you wish to incorporate parts of the Program into other free\r
+programs whose distribution conditions are different, write to the author\r
+to ask for permission.  For software which is copyrighted by the Free\r
+Software Foundation, write to the Free Software Foundation; we sometimes\r
+make exceptions for this.  Our decision will be guided by the two goals\r
+of preserving the free status of all derivatives of our free software and\r
+of promoting the sharing and reuse of software generally.\r
+\r
+                            NO WARRANTY\r
+\r
+  9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\r
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\r
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\r
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\r
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\r
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\r
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\r
+REPAIR OR CORRECTION.\r
+\r
+  10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\r
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\r
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\r
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\r
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\r
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\r
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\r
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\r
+POSSIBILITY OF SUCH DAMAGES.\r
+\r
+                     END OF TERMS AND CONDITIONS\r
+\r
+        Appendix: How to Apply These Terms to Your New Programs\r
+\r
+  If you develop a new program, and you want it to be of the greatest\r
+possible use to humanity, the best way to achieve this is to make it\r
+free software which everyone can redistribute and change under these\r
+terms.\r
+\r
+  To do so, attach the following notices to the program.  It is safest to\r
+attach them to the start of each source file to most effectively convey\r
+the exclusion of warranty; and each file should have at least the\r
+"copyright" line and a pointer to where the full notice is found.\r
+\r
+    <one line to give the program's name and a brief idea of what it does.>\r
+    Copyright (C) 19yy  <name of author>\r
+\r
+    This program is free software; you can redistribute it and/or modify\r
+    it under the terms of the GNU General Public License as published by\r
+    the Free Software Foundation; either version 1, or (at your option)\r
+    any later version.\r
+\r
+    This program is distributed in the hope that it will be useful,\r
+    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+    GNU General Public License for more details.\r
+\r
+    You should have received a copy of the GNU General Public License\r
+    along with this program; if not, write to the Free Software\r
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA\r
+\r
+\r
+Also add information on how to contact you by electronic and paper mail.\r
+\r
+If the program is interactive, make it output a short notice like this\r
+when it starts in an interactive mode:\r
+\r
+    Gnomovision version 69, Copyright (C) 19xx name of author\r
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\r
+    This is free software, and you are welcome to redistribute it\r
+    under certain conditions; type `show c' for details.\r
+\r
+The hypothetical commands `show w' and `show c' should show the\r
+appropriate parts of the General Public License.  Of course, the\r
+commands you use may be called something other than `show w' and `show\r
+c'; they could even be mouse-clicks or menu items--whatever suits your\r
+program.\r
+\r
+You should also get your employer (if you work as a programmer) or your\r
+school, if any, to sign a "copyright disclaimer" for the program, if\r
+necessary.  Here a sample; alter the names:\r
+\r
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the\r
+  program `Gnomovision' (a program to direct compilers to make passes\r
+  at assemblers) written by James Hacker.\r
+\r
+  <signature of Ty Coon>, 1 April 1989\r
+  Ty Coon, President of Vice\r
+\r
+That's all there is to it!\r
+\r
+============================================================================================\r
+GPLv2\r
+\r
+                    GNU GENERAL PUBLIC LICENSE\r
+                       Version 2, June 1991\r
+\r
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,\r
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r
+ Everyone is permitted to copy and distribute verbatim copies\r
+ of this license document, but changing it is not allowed.\r
+\r
+                            Preamble\r
+\r
+  The licenses for most software are designed to take away your\r
+freedom to share and change it.  By contrast, the GNU General Public\r
+License is intended to guarantee your freedom to share and change free\r
+software--to make sure the software is free for all its users.  This\r
+General Public License applies to most of the Free Software\r
+Foundation's software and to any other program whose authors commit to\r
+using it.  (Some other Free Software Foundation software is covered by\r
+the GNU Lesser General Public License instead.)  You can apply it to\r
+your programs, too.\r
+\r
+  When we speak of free software, we are referring to freedom, not\r
+price.  Our General Public Licenses are designed to make sure that you\r
+have the freedom to distribute copies of free software (and charge for\r
+this service if you wish), that you receive source code or can get it\r
+if you want it, that you can change the software or use pieces of it\r
+in new free programs; and that you know you can do these things.\r
+\r
+  To protect your rights, we need to make restrictions that forbid\r
+anyone to deny you these rights or to ask you to surrender the rights.\r
+These restrictions translate to certain responsibilities for you if you\r
+distribute copies of the software, or if you modify it.\r
+\r
+  For example, if you distribute copies of such a program, whether\r
+gratis or for a fee, you must give the recipients all the rights that\r
+you have.  You must make sure that they, too, receive or can get the\r
+source code.  And you must show them these terms so they know their\r
+rights.\r
+\r
+  We protect your rights with two steps: (1) copyright the software, and\r
+(2) offer you this license which gives you legal permission to copy,\r
+distribute and/or modify the software.\r
+\r
+  Also, for each author's protection and ours, we want to make certain\r
+that everyone understands that there is no warranty for this free\r
+software.  If the software is modified by someone else and passed on, we\r
+want its recipients to know that what they have is not the original, so\r
+that any problems introduced by others will not reflect on the original\r
+authors' reputations.\r
+\r
+  Finally, any free program is threatened constantly by software\r
+patents.  We wish to avoid the danger that redistributors of a free\r
+program will individually obtain patent licenses, in effect making the\r
+program proprietary.  To prevent this, we have made it clear that any\r
+patent must be licensed for everyone's free use or not licensed at all.\r
+\r
+  The precise terms and conditions for copying, distribution and\r
+modification follow.\r
+\r
+                    GNU GENERAL PUBLIC LICENSE\r
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\r
+\r
+  0. This License applies to any program or other work which contains\r
+a notice placed by the copyright holder saying it may be distributed\r
+under the terms of this General Public License.  The "Program", below,\r
+refers to any such program or work, and a "work based on the Program"\r
+means either the Program or any derivative work under copyright law:\r
+that is to say, a work containing the Program or a portion of it,\r
+either verbatim or with modifications and/or translated into another\r
+language.  (Hereinafter, translation is included without limitation in\r
+the term "modification".)  Each licensee is addressed as "you".\r
+\r
+Activities other than copying, distribution and modification are not\r
+covered by this License; they are outside its scope.  The act of\r
+running the Program is not restricted, and the output from the Program\r
+is covered only if its contents constitute a work based on the\r
+Program (independent of having been made by running the Program).\r
+Whether that is true depends on what the Program does.\r
+\r
+  1. You may copy and distribute verbatim copies of the Program's\r
+source code as you receive it, in any medium, provided that you\r
+conspicuously and appropriately publish on each copy an appropriate\r
+copyright notice and disclaimer of warranty; keep intact all the\r
+notices that refer to this License and to the absence of any warranty;\r
+and give any other recipients of the Program a copy of this License\r
+along with the Program.\r
+\r
+You may charge a fee for the physical act of transferring a copy, and\r
+you may at your option offer warranty protection in exchange for a fee.\r
+\r
+  2. You may modify your copy or copies of the Program or any portion\r
+of it, thus forming a work based on the Program, and copy and\r
+distribute such modifications or work under the terms of Section 1\r
+above, provided that you also meet all of these conditions:\r
+\r
+    a) You must cause the modified files to carry prominent notices\r
+    stating that you changed the files and the date of any change.\r
+\r
+    b) You must cause any work that you distribute or publish, that in\r
+    whole or in part contains or is derived from the Program or any\r
+    part thereof, to be licensed as a whole at no charge to all third\r
+    parties under the terms of this License.\r
+\r
+    c) If the modified program normally reads commands interactively\r
+    when run, you must cause it, when started running for such\r
+    interactive use in the most ordinary way, to print or display an\r
+    announcement including an appropriate copyright notice and a\r
+    notice that there is no warranty (or else, saying that you provide\r
+    a warranty) and that users may redistribute the program under\r
+    these conditions, and telling the user how to view a copy of this\r
+    License.  (Exception: if the Program itself is interactive but\r
+    does not normally print such an announcement, your work based on\r
+    the Program is not required to print an announcement.)\r
+\r
+These requirements apply to the modified work as a whole.  If\r
+identifiable sections of that work are not derived from the Program,\r
+and can be reasonably considered independent and separate works in\r
+themselves, then this License, and its terms, do not apply to those\r
+sections when you distribute them as separate works.  But when you\r
+distribute the same sections as part of a whole which is a work based\r
+on the Program, the distribution of the whole must be on the terms of\r
+this License, whose permissions for other licensees extend to the\r
+entire whole, and thus to each and every part regardless of who wrote it.\r
+\r
+Thus, it is not the intent of this section to claim rights or contest\r
+your rights to work written entirely by you; rather, the intent is to\r
+exercise the right to control the distribution of derivative or\r
+collective works based on the Program.\r
+\r
+In addition, mere aggregation of another work not based on the Program\r
+with the Program (or with a work based on the Program) on a volume of\r
+a storage or distribution medium does not bring the other work under\r
+the scope of this License.\r
+\r
+  3. You may copy and distribute the Program (or a work based on it,\r
+under Section 2) in object code or executable form under the terms of\r
+Sections 1 and 2 above provided that you also do one of the following:\r
+\r
+    a) Accompany it with the complete corresponding machine-readable\r
+    source code, which must be distributed under the terms of Sections\r
+    1 and 2 above on a medium customarily used for software interchange; or,\r
+\r
+    b) Accompany it with a written offer, valid for at least three\r
+    years, to give any third party, for a charge no more than your\r
+    cost of physically performing source distribution, a complete\r
+    machine-readable copy of the corresponding source code, to be\r
+    distributed under the terms of Sections 1 and 2 above on a medium\r
+    customarily used for software interchange; or,\r
+\r
+    c) Accompany it with the information you received as to the offer\r
+    to distribute corresponding source code.  (This alternative is\r
+    allowed only for noncommercial distribution and only if you\r
+    received the program in object code or executable form with such\r
+    an offer, in accord with Subsection b above.)\r
+\r
+The source code for a work means the preferred form of the work for\r
+making modifications to it.  For an executable work, complete source\r
+code means all the source code for all modules it contains, plus any\r
+associated interface definition files, plus the scripts used to\r
+control compilation and installation of the executable.  However, as a\r
+special exception, the source code distributed need not include\r
+anything that is normally distributed (in either source or binary\r
+form) with the major components (compiler, kernel, and so on) of the\r
+operating system on which the executable runs, unless that component\r
+itself accompanies the executable.\r
+\r
+If distribution of executable or object code is made by offering\r
+access to copy from a designated place, then offering equivalent\r
+access to copy the source code from the same place counts as\r
+distribution of the source code, even though third parties are not\r
+compelled to copy the source along with the object code.\r
+\r
+  4. You may not copy, modify, sublicense, or distribute the Program\r
+except as expressly provided under this License.  Any attempt\r
+otherwise to copy, modify, sublicense or distribute the Program is\r
+void, and will automatically terminate your rights under this License.\r
+However, parties who have received copies, or rights, from you under\r
+this License will not have their licenses terminated so long as such\r
+parties remain in full compliance.\r
+\r
+  5. You are not required to accept this License, since you have not\r
+signed it.  However, nothing else grants you permission to modify or\r
+distribute the Program or its derivative works.  These actions are\r
+prohibited by law if you do not accept this License.  Therefore, by\r
+modifying or distributing the Program (or any work based on the\r
+Program), you indicate your acceptance of this License to do so, and\r
+all its terms and conditions for copying, distributing or modifying\r
+the Program or works based on it.\r
+\r
+  6. Each time you redistribute the Program (or any work based on the\r
+Program), the recipient automatically receives a license from the\r
+original licensor to copy, distribute or modify the Program subject to\r
+these terms and conditions.  You may not impose any further\r
+restrictions on the recipients' exercise of the rights granted herein.\r
+You are not responsible for enforcing compliance by third parties to\r
+this License.\r
+\r
+  7. If, as a consequence of a court judgment or allegation of patent\r
+infringement or for any other reason (not limited to patent issues),\r
+conditions are imposed on you (whether by court order, agreement or\r
+otherwise) that contradict the conditions of this License, they do not\r
+excuse you from the conditions of this License.  If you cannot\r
+distribute so as to satisfy simultaneously your obligations under this\r
+License and any other pertinent obligations, then as a consequence you\r
+may not distribute the Program at all.  For example, if a patent\r
+license would not permit royalty-free redistribution of the Program by\r
+all those who receive copies directly or indirectly through you, then\r
+the only way you could satisfy both it and this License would be to\r
+refrain entirely from distribution of the Program.\r
+\r
+If any portion of this section is held invalid or unenforceable under\r
+any particular circumstance, the balance of the section is intended to\r
+apply and the section as a whole is intended to apply in other\r
+circumstances.\r
+\r
+It is not the purpose of this section to induce you to infringe any\r
+patents or other property right claims or to contest validity of any\r
+such claims; this section has the sole purpose of protecting the\r
+integrity of the free software distribution system, which is\r
+implemented by public license practices.  Many people have made\r
+generous contributions to the wide range of software distributed\r
+through that system in reliance on consistent application of that\r
+system; it is up to the author/donor to decide if he or she is willing\r
+to distribute software through any other system and a licensee cannot\r
+impose that choice.\r
+\r
+This section is intended to make thoroughly clear what is believed to\r
+be a consequence of the rest of this License.\r
+\r
+  8. If the distribution and/or use of the Program is restricted in\r
+certain countries either by patents or by copyrighted interfaces, the\r
+original copyright holder who places the Program under this License\r
+may add an explicit geographical distribution limitation excluding\r
+those countries, so that distribution is permitted only in or among\r
+countries not thus excluded.  In such case, this License incorporates\r
+the limitation as if written in the body of this License.\r
+\r
+  9. The Free Software Foundation may publish revised and/or new versions\r
+of the General Public License from time to time.  Such new versions will\r
+be similar in spirit to the present version, but may differ in detail to\r
+address new problems or concerns.\r
+\r
+Each version is given a distinguishing version number.  If the Program\r
+specifies a version number of this License which applies to it and "any\r
+later version", you have the option of following the terms and conditions\r
+either of that version or of any later version published by the Free\r
+Software Foundation.  If the Program does not specify a version number of\r
+this License, you may choose any version ever published by the Free Software\r
+Foundation.\r
+\r
+  10. If you wish to incorporate parts of the Program into other free\r
+programs whose distribution conditions are different, write to the author\r
+to ask for permission.  For software which is copyrighted by the Free\r
+Software Foundation, write to the Free Software Foundation; we sometimes\r
+make exceptions for this.  Our decision will be guided by the two goals\r
+of preserving the free status of all derivatives of our free software and\r
+of promoting the sharing and reuse of software generally.\r
+\r
+                            NO WARRANTY\r
+\r
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\r
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\r
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\r
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\r
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\r
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\r
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\r
+REPAIR OR CORRECTION.\r
+\r
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\r
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\r
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\r
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\r
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\r
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\r
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\r
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\r
+POSSIBILITY OF SUCH DAMAGES.\r
+\r
+                     END OF TERMS AND CONDITIONS\r
+\r
+            How to Apply These Terms to Your New Programs\r
+\r
+  If you develop a new program, and you want it to be of the greatest\r
+possible use to the public, the best way to achieve this is to make it\r
+free software which everyone can redistribute and change under these terms.\r
+\r
+  To do so, attach the following notices to the program.  It is safest\r
+to attach them to the start of each source file to most effectively\r
+convey the exclusion of warranty; and each file should have at least\r
+the "copyright" line and a pointer to where the full notice is found.\r
+\r
+    <one line to give the program's name and a brief idea of what it does.>\r
+    Copyright (C) <year>  <name of author>\r
+\r
+    This program is free software; you can redistribute it and/or modify\r
+    it under the terms of the GNU General Public License as published by\r
+    the Free Software Foundation; either version 2 of the License, or\r
+    (at your option) any later version.\r
+\r
+    This program is distributed in the hope that it will be useful,\r
+    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+    GNU General Public License for more details.\r
+\r
+    You should have received a copy of the GNU General Public License along\r
+    with this program; if not, write to the Free Software Foundation, Inc.,\r
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\r
+\r
+Also add information on how to contact you by electronic and paper mail.\r
+\r
+If the program is interactive, make it output a short notice like this\r
+when it starts in an interactive mode:\r
+\r
+    Gnomovision version 69, Copyright (C) year name of author\r
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\r
+    This is free software, and you are welcome to redistribute it\r
+    under certain conditions; type `show c' for details.\r
+\r
+The hypothetical commands `show w' and `show c' should show the appropriate\r
+parts of the General Public License.  Of course, the commands you use may\r
+be called something other than `show w' and `show c'; they could even be\r
+mouse-clicks or menu items--whatever suits your program.\r
+\r
+You should also get your employer (if you work as a programmer) or your\r
+school, if any, to sign a "copyright disclaimer" for the program, if\r
+necessary.  Here is a sample; alter the names:\r
+\r
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program\r
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.\r
+\r
+  <signature of Ty Coon>, 1 April 1989\r
+  Ty Coon, President of Vice\r
+\r
+This General Public License does not permit incorporating your program into\r
+proprietary programs.  If your program is a subroutine library, you may\r
+consider it more useful to permit linking proprietary applications with the\r
+library.  If this is what you want to do, use the GNU Lesser General\r
+Public License instead of this License.\r
+\r
+============================================================================================\r
+GPLv3\r
+\r
+                    GNU GENERAL PUBLIC LICENSE\r
+                       Version 3, 29 June 2007\r
+\r
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\r
+ Everyone is permitted to copy and distribute verbatim copies\r
+ of this license document, but changing it is not allowed.\r
+\r
+                            Preamble\r
+\r
+  The GNU General Public License is a free, copyleft license for\r
+software and other kinds of works.\r
+\r
+  The licenses for most software and other practical works are designed\r
+to take away your freedom to share and change the works.  By contrast,\r
+the GNU General Public License is intended to guarantee your freedom to\r
+share and change all versions of a program--to make sure it remains free\r
+software for all its users.  We, the Free Software Foundation, use the\r
+GNU General Public License for most of our software; it applies also to\r
+any other work released this way by its authors.  You can apply it to\r
+your programs, too.\r
+\r
+  When we speak of free software, we are referring to freedom, not\r
+price.  Our General Public Licenses are designed to make sure that you\r
+have the freedom to distribute copies of free software (and charge for\r
+them if you wish), that you receive source code or can get it if you\r
+want it, that you can change the software or use pieces of it in new\r
+free programs, and that you know you can do these things.\r
+\r
+  To protect your rights, we need to prevent others from denying you\r
+these rights or asking you to surrender the rights.  Therefore, you have\r
+certain responsibilities if you distribute copies of the software, or if\r
+you modify it: responsibilities to respect the freedom of others.\r
+\r
+  For example, if you distribute copies of such a program, whether\r
+gratis or for a fee, you must pass on to the recipients the same\r
+freedoms that you received.  You must make sure that they, too, receive\r
+or can get the source code.  And you must show them these terms so they\r
+know their rights.\r
+\r
+  Developers that use the GNU GPL protect your rights with two steps:\r
+(1) assert copyright on the software, and (2) offer you this License\r
+giving you legal permission to copy, distribute and/or modify it.\r
+\r
+  For the developers' and authors' protection, the GPL clearly explains\r
+that there is no warranty for this free software.  For both users' and\r
+authors' sake, the GPL requires that modified versions be marked as\r
+changed, so that their problems will not be attributed erroneously to\r
+authors of previous versions.\r
+\r
+  Some devices are designed to deny users access to install or run\r
+modified versions of the software inside them, although the manufacturer\r
+can do so.  This is fundamentally incompatible with the aim of\r
+protecting users' freedom to change the software.  The systematic\r
+pattern of such abuse occurs in the area of products for individuals to\r
+use, which is precisely where it is most unacceptable.  Therefore, we\r
+have designed this version of the GPL to prohibit the practice for those\r
+products.  If such problems arise substantially in other domains, we\r
+stand ready to extend this provision to those domains in future versions\r
+of the GPL, as needed to protect the freedom of users.\r
+\r
+  Finally, every program is threatened constantly by software patents.\r
+States should not allow patents to restrict development and use of\r
+software on general-purpose computers, but in those that do, we wish to\r
+avoid the special danger that patents applied to a free program could\r
+make it effectively proprietary.  To prevent this, the GPL assures that\r
+patents cannot be used to render the program non-free.\r
+\r
+  The precise terms and conditions for copying, distribution and\r
+modification follow.\r
+\r
+                       TERMS AND CONDITIONS\r
+\r
+  0. Definitions.\r
+\r
+  "This License" refers to version 3 of the GNU General Public License.\r
+\r
+  "Copyright" also means copyright-like laws that apply to other kinds of\r
+works, such as semiconductor masks.\r
+\r
+  "The Program" refers to any copyrightable work licensed under this\r
+License.  Each licensee is addressed as "you".  "Licensees" and\r
+"recipients" may be individuals or organizations.\r
+\r
+  To "modify" a work means to copy from or adapt all or part of the work\r
+in a fashion requiring copyright permission, other than the making of an\r
+exact copy.  The resulting work is called a "modified version" of the\r
+earlier work or a work "based on" the earlier work.\r
+\r
+  A "covered work" means either the unmodified Program or a work based\r
+on the Program.\r
+\r
+  To "propagate" a work means to do anything with it that, without\r
+permission, would make you directly or secondarily liable for\r
+infringement under applicable copyright law, except executing it on a\r
+computer or modifying a private copy.  Propagation includes copying,\r
+distribution (with or without modification), making available to the\r
+public, and in some countries other activities as well.\r
+\r
+  To "convey" a work means any kind of propagation that enables other\r
+parties to make or receive copies.  Mere interaction with a user through\r
+a computer network, with no transfer of a copy, is not conveying.\r
+\r
+  An interactive user interface displays "Appropriate Legal Notices"\r
+to the extent that it includes a convenient and prominently visible\r
+feature that (1) displays an appropriate copyright notice, and (2)\r
+tells the user that there is no warranty for the work (except to the\r
+extent that warranties are provided), that licensees may convey the\r
+work under this License, and how to view a copy of this License.  If\r
+the interface presents a list of user commands or options, such as a\r
+menu, a prominent item in the list meets this criterion.\r
+\r
+  1. Source Code.\r
+\r
+  The "source code" for a work means the preferred form of the work\r
+for making modifications to it.  "Object code" means any non-source\r
+form of a work.\r
+\r
+  A "Standard Interface" means an interface that either is an official\r
+standard defined by a recognized standards body, or, in the case of\r
+interfaces specified for a particular programming language, one that\r
+is widely used among developers working in that language.\r
+\r
+  The "System Libraries" of an executable work include anything, other\r
+than the work as a whole, that (a) is included in the normal form of\r
+packaging a Major Component, but which is not part of that Major\r
+Component, and (b) serves only to enable use of the work with that\r
+Major Component, or to implement a Standard Interface for which an\r
+implementation is available to the public in source code form.  A\r
+"Major Component", in this context, means a major essential component\r
+(kernel, window system, and so on) of the specific operating system\r
+(if any) on which the executable work runs, or a compiler used to\r
+produce the work, or an object code interpreter used to run it.\r
+\r
+  The "Corresponding Source" for a work in object code form means all\r
+the source code needed to generate, install, and (for an executable\r
+work) run the object code and to modify the work, including scripts to\r
+control those activities.  However, it does not include the work's\r
+System Libraries, or general-purpose tools or generally available free\r
+programs which are used unmodified in performing those activities but\r
+which are not part of the work.  For example, Corresponding Source\r
+includes interface definition files associated with source files for\r
+the work, and the source code for shared libraries and dynamically\r
+linked subprograms that the work is specifically designed to require,\r
+such as by intimate data communication or control flow between those\r
+subprograms and other parts of the work.\r
+\r
+  The Corresponding Source need not include anything that users\r
+can regenerate automatically from other parts of the Corresponding\r
+Source.\r
+\r
+  The Corresponding Source for a work in source code form is that\r
+same work.\r
+\r
+  2. Basic Permissions.\r
+\r
+  All rights granted under this License are granted for the term of\r
+copyright on the Program, and are irrevocable provided the stated\r
+conditions are met.  This License explicitly affirms your unlimited\r
+permission to run the unmodified Program.  The output from running a\r
+covered work is covered by this License only if the output, given its\r
+content, constitutes a covered work.  This License acknowledges your\r
+rights of fair use or other equivalent, as provided by copyright law.\r
+\r
+  You may make, run and propagate covered works that you do not\r
+convey, without conditions so long as your license otherwise remains\r
+in force.  You may convey covered works to others for the sole purpose\r
+of having them make modifications exclusively for you, or provide you\r
+with facilities for running those works, provided that you comply with\r
+the terms of this License in conveying all material for which you do\r
+not control copyright.  Those thus making or running the covered works\r
+for you must do so exclusively on your behalf, under your direction\r
+and control, on terms that prohibit them from making any copies of\r
+your copyrighted material outside their relationship with you.\r
+\r
+  Conveying under any other circumstances is permitted solely under\r
+the conditions stated below.  Sublicensing is not allowed; section 10\r
+makes it unnecessary.\r
+\r
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\r
+\r
+  No covered work shall be deemed part of an effective technological\r
+measure under any applicable law fulfilling obligations under article\r
+11 of the WIPO copyright treaty adopted on 20 December 1996, or\r
+similar laws prohibiting or restricting circumvention of such\r
+measures.\r
+\r
+  When you convey a covered work, you waive any legal power to forbid\r
+circumvention of technological measures to the extent such circumvention\r
+is effected by exercising rights under this License with respect to\r
+the covered work, and you disclaim any intention to limit operation or\r
+modification of the work as a means of enforcing, against the work's\r
+users, your or third parties' legal rights to forbid circumvention of\r
+technological measures.\r
+\r
+  4. Conveying Verbatim Copies.\r
+\r
+  You may convey verbatim copies of the Program's source code as you\r
+receive it, in any medium, provided that you conspicuously and\r
+appropriately publish on each copy an appropriate copyright notice;\r
+keep intact all notices stating that this License and any\r
+non-permissive terms added in accord with section 7 apply to the code;\r
+keep intact all notices of the absence of any warranty; and give all\r
+recipients a copy of this License along with the Program.\r
+\r
+  You may charge any price or no price for each copy that you convey,\r
+and you may offer support or warranty protection for a fee.\r
+\r
+  5. Conveying Modified Source Versions.\r
+\r
+  You may convey a work based on the Program, or the modifications to\r
+produce it from the Program, in the form of source code under the\r
+terms of section 4, provided that you also meet all of these conditions:\r
+\r
+    a) The work must carry prominent notices stating that you modified\r
+    it, and giving a relevant date.\r
+\r
+    b) The work must carry prominent notices stating that it is\r
+    released under this License and any conditions added under section\r
+    7.  This requirement modifies the requirement in section 4 to\r
+    "keep intact all notices".\r
+\r
+    c) You must license the entire work, as a whole, under this\r
+    License to anyone who comes into possession of a copy.  This\r
+    License will therefore apply, along with any applicable section 7\r
+    additional terms, to the whole of the work, and all its parts,\r
+    regardless of how they are packaged.  This License gives no\r
+    permission to license the work in any other way, but it does not\r
+    invalidate such permission if you have separately received it.\r
+\r
+    d) If the work has interactive user interfaces, each must display\r
+    Appropriate Legal Notices; however, if the Program has interactive\r
+    interfaces that do not display Appropriate Legal Notices, your\r
+    work need not make them do so.\r
+\r
+  A compilation of a covered work with other separate and independent\r
+works, which are not by their nature extensions of the covered work,\r
+and which are not combined with it such as to form a larger program,\r
+in or on a volume of a storage or distribution medium, is called an\r
+"aggregate" if the compilation and its resulting copyright are not\r
+used to limit the access or legal rights of the compilation's users\r
+beyond what the individual works permit.  Inclusion of a covered work\r
+in an aggregate does not cause this License to apply to the other\r
+parts of the aggregate.\r
+\r
+  6. Conveying Non-Source Forms.\r
+\r
+  You may convey a covered work in object code form under the terms\r
+of sections 4 and 5, provided that you also convey the\r
+machine-readable Corresponding Source under the terms of this License,\r
+in one of these ways:\r
+\r
+    a) Convey the object code in, or embodied in, a physical product\r
+    (including a physical distribution medium), accompanied by the\r
+    Corresponding Source fixed on a durable physical medium\r
+    customarily used for software interchange.\r
+\r
+    b) Convey the object code in, or embodied in, a physical product\r
+    (including a physical distribution medium), accompanied by a\r
+    written offer, valid for at least three years and valid for as\r
+    long as you offer spare parts or customer support for that product\r
+    model, to give anyone who possesses the object code either (1) a\r
+    copy of the Corresponding Source for all the software in the\r
+    product that is covered by this License, on a durable physical\r
+    medium customarily used for software interchange, for a price no\r
+    more than your reasonable cost of physically performing this\r
+    conveying of source, or (2) access to copy the\r
+    Corresponding Source from a network server at no charge.\r
+\r
+    c) Convey individual copies of the object code with a copy of the\r
+    written offer to provide the Corresponding Source.  This\r
+    alternative is allowed only occasionally and noncommercially, and\r
+    only if you received the object code with such an offer, in accord\r
+    with subsection 6b.\r
+\r
+    d) Convey the object code by offering access from a designated\r
+    place (gratis or for a charge), and offer equivalent access to the\r
+    Corresponding Source in the same way through the same place at no\r
+    further charge.  You need not require recipients to copy the\r
+    Corresponding Source along with the object code.  If the place to\r
+    copy the object code is a network server, the Corresponding Source\r
+    may be on a different server (operated by you or a third party)\r
+    that supports equivalent copying facilities, provided you maintain\r
+    clear directions next to the object code saying where to find the\r
+    Corresponding Source.  Regardless of what server hosts the\r
+    Corresponding Source, you remain obligated to ensure that it is\r
+    available for as long as needed to satisfy these requirements.\r
+\r
+    e) Convey the object code using peer-to-peer transmission, provided\r
+    you inform other peers where the object code and Corresponding\r
+    Source of the work are being offered to the general public at no\r
+    charge under subsection 6d.\r
+\r
+  A separable portion of the object code, whose source code is excluded\r
+from the Corresponding Source as a System Library, need not be\r
+included in conveying the object code work.\r
+\r
+  A "User Product" is either (1) a "consumer product", which means any\r
+tangible personal property which is normally used for personal, family,\r
+or household purposes, or (2) anything designed or sold for incorporation\r
+into a dwelling.  In determining whether a product is a consumer product,\r
+doubtful cases shall be resolved in favor of coverage.  For a particular\r
+product received by a particular user, "normally used" refers to a\r
+typical or common use of that class of product, regardless of the status\r
+of the particular user or of the way in which the particular user\r
+actually uses, or expects or is expected to use, the product.  A product\r
+is a consumer product regardless of whether the product has substantial\r
+commercial, industrial or non-consumer uses, unless such uses represent\r
+the only significant mode of use of the product.\r
+\r
+  "Installation Information" for a User Product means any methods,\r
+procedures, authorization keys, or other information required to install\r
+and execute modified versions of a covered work in that User Product from\r
+a modified version of its Corresponding Source.  The information must\r
+suffice to ensure that the continued functioning of the modified object\r
+code is in no case prevented or interfered with solely because\r
+modification has been made.\r
+\r
+  If you convey an object code work under this section in, or with, or\r
+specifically for use in, a User Product, and the conveying occurs as\r
+part of a transaction in which the right of possession and use of the\r
+User Product is transferred to the recipient in perpetuity or for a\r
+fixed term (regardless of how the transaction is characterized), the\r
+Corresponding Source conveyed under this section must be accompanied\r
+by the Installation Information.  But this requirement does not apply\r
+if neither you nor any third party retains the ability to install\r
+modified object code on the User Product (for example, the work has\r
+been installed in ROM).\r
+\r
+  The requirement to provide Installation Information does not include a\r
+requirement to continue to provide support service, warranty, or updates\r
+for a work that has been modified or installed by the recipient, or for\r
+the User Product in which it has been modified or installed.  Access to a\r
+network may be denied when the modification itself materially and\r
+adversely affects the operation of the network or violates the rules and\r
+protocols for communication across the network.\r
+\r
+  Corresponding Source conveyed, and Installation Information provided,\r
+in accord with this section must be in a format that is publicly\r
+documented (and with an implementation available to the public in\r
+source code form), and must require no special password or key for\r
+unpacking, reading or copying.\r
+\r
+  7. Additional Terms.\r
+\r
+  "Additional permissions" are terms that supplement the terms of this\r
+License by making exceptions from one or more of its conditions.\r
+Additional permissions that are applicable to the entire Program shall\r
+be treated as though they were included in this License, to the extent\r
+that they are valid under applicable law.  If additional permissions\r
+apply only to part of the Program, that part may be used separately\r
+under those permissions, but the entire Program remains governed by\r
+this License without regard to the additional permissions.\r
+\r
+  When you convey a copy of a covered work, you may at your option\r
+remove any additional permissions from that copy, or from any part of\r
+it.  (Additional permissions may be written to require their own\r
+removal in certain cases when you modify the work.)  You may place\r
+additional permissions on material, added by you to a covered work,\r
+for which you have or can give appropriate copyright permission.\r
+\r
+  Notwithstanding any other provision of this License, for material you\r
+add to a covered work, you may (if authorized by the copyright holders of\r
+that material) supplement the terms of this License with terms:\r
+\r
+    a) Disclaiming warranty or limiting liability differently from the\r
+    terms of sections 15 and 16 of this License; or\r
+\r
+    b) Requiring preservation of specified reasonable legal notices or\r
+    author attributions in that material or in the Appropriate Legal\r
+    Notices displayed by works containing it; or\r
+\r
+    c) Prohibiting misrepresentation of the origin of that material, or\r
+    requiring that modified versions of such material be marked in\r
+    reasonable ways as different from the original version; or\r
+\r
+    d) Limiting the use for publicity purposes of names of licensors or\r
+    authors of the material; or\r
+\r
+    e) Declining to grant rights under trademark law for use of some\r
+    trade names, trademarks, or service marks; or\r
+\r
+    f) Requiring indemnification of licensors and authors of that\r
+    material by anyone who conveys the material (or modified versions of\r
+    it) with contractual assumptions of liability to the recipient, for\r
+    any liability that these contractual assumptions directly impose on\r
+    those licensors and authors.\r
+\r
+  All other non-permissive additional terms are considered "further\r
+restrictions" within the meaning of section 10.  If the Program as you\r
+received it, or any part of it, contains a notice stating that it is\r
+governed by this License along with a term that is a further\r
+restriction, you may remove that term.  If a license document contains\r
+a further restriction but permits relicensing or conveying under this\r
+License, you may add to a covered work material governed by the terms\r
+of that license document, provided that the further restriction does\r
+not survive such relicensing or conveying.\r
+\r
+  If you add terms to a covered work in accord with this section, you\r
+must place, in the relevant source files, a statement of the\r
+additional terms that apply to those files, or a notice indicating\r
+where to find the applicable terms.\r
+\r
+  Additional terms, permissive or non-permissive, may be stated in the\r
+form of a separately written license, or stated as exceptions;\r
+the above requirements apply either way.\r
+\r
+  8. Termination.\r
+\r
+  You may not propagate or modify a covered work except as expressly\r
+provided under this License.  Any attempt otherwise to propagate or\r
+modify it is void, and will automatically terminate your rights under\r
+this License (including any patent licenses granted under the third\r
+paragraph of section 11).\r
+\r
+  However, if you cease all violation of this License, then your\r
+license from a particular copyright holder is reinstated (a)\r
+provisionally, unless and until the copyright holder explicitly and\r
+finally terminates your license, and (b) permanently, if the copyright\r
+holder fails to notify you of the violation by some reasonable means\r
+prior to 60 days after the cessation.\r
+\r
+  Moreover, your license from a particular copyright holder is\r
+reinstated permanently if the copyright holder notifies you of the\r
+violation by some reasonable means, this is the first time you have\r
+received notice of violation of this License (for any work) from that\r
+copyright holder, and you cure the violation prior to 30 days after\r
+your receipt of the notice.\r
+\r
+  Termination of your rights under this section does not terminate the\r
+licenses of parties who have received copies or rights from you under\r
+this License.  If your rights have been terminated and not permanently\r
+reinstated, you do not qualify to receive new licenses for the same\r
+material under section 10.\r
+\r
+  9. Acceptance Not Required for Having Copies.\r
+\r
+  You are not required to accept this License in order to receive or\r
+run a copy of the Program.  Ancillary propagation of a covered work\r
+occurring solely as a consequence of using peer-to-peer transmission\r
+to receive a copy likewise does not require acceptance.  However,\r
+nothing other than this License grants you permission to propagate or\r
+modify any covered work.  These actions infringe copyright if you do\r
+not accept this License.  Therefore, by modifying or propagating a\r
+covered work, you indicate your acceptance of this License to do so.\r
+\r
+  10. Automatic Licensing of Downstream Recipients.\r
+\r
+  Each time you convey a covered work, the recipient automatically\r
+receives a license from the original licensors, to run, modify and\r
+propagate that work, subject to this License.  You are not responsible\r
+for enforcing compliance by third parties with this License.\r
+\r
+  An "entity transaction" is a transaction transferring control of an\r
+organization, or substantially all assets of one, or subdividing an\r
+organization, or merging organizations.  If propagation of a covered\r
+work results from an entity transaction, each party to that\r
+transaction who receives a copy of the work also receives whatever\r
+licenses to the work the party's predecessor in interest had or could\r
+give under the previous paragraph, plus a right to possession of the\r
+Corresponding Source of the work from the predecessor in interest, if\r
+the predecessor has it or can get it with reasonable efforts.\r
+\r
+  You may not impose any further restrictions on the exercise of the\r
+rights granted or affirmed under this License.  For example, you may\r
+not impose a license fee, royalty, or other charge for exercise of\r
+rights granted under this License, and you may not initiate litigation\r
+(including a cross-claim or counterclaim in a lawsuit) alleging that\r
+any patent claim is infringed by making, using, selling, offering for\r
+sale, or importing the Program or any portion of it.\r
+\r
+  11. Patents.\r
+\r
+  A "contributor" is a copyright holder who authorizes use under this\r
+License of the Program or a work on which the Program is based.  The\r
+work thus licensed is called the contributor's "contributor version".\r
+\r
+  A contributor's "essential patent claims" are all patent claims\r
+owned or controlled by the contributor, whether already acquired or\r
+hereafter acquired, that would be infringed by some manner, permitted\r
+by this License, of making, using, or selling its contributor version,\r
+but do not include claims that would be infringed only as a\r
+consequence of further modification of the contributor version.  For\r
+purposes of this definition, "control" includes the right to grant\r
+patent sublicenses in a manner consistent with the requirements of\r
+this License.\r
+\r
+  Each contributor grants you a non-exclusive, worldwide, royalty-free\r
+patent license under the contributor's essential patent claims, to\r
+make, use, sell, offer for sale, import and otherwise run, modify and\r
+propagate the contents of its contributor version.\r
+\r
+  In the following three paragraphs, a "patent license" is any express\r
+agreement or commitment, however denominated, not to enforce a patent\r
+(such as an express permission to practice a patent or covenant not to\r
+sue for patent infringement).  To "grant" such a patent license to a\r
+party means to make such an agreement or commitment not to enforce a\r
+patent against the party.\r
+\r
+  If you convey a covered work, knowingly relying on a patent license,\r
+and the Corresponding Source of the work is not available for anyone\r
+to copy, free of charge and under the terms of this License, through a\r
+publicly available network server or other readily accessible means,\r
+then you must either (1) cause the Corresponding Source to be so\r
+available, or (2) arrange to deprive yourself of the benefit of the\r
+patent license for this particular work, or (3) arrange, in a manner\r
+consistent with the requirements of this License, to extend the patent\r
+license to downstream recipients.  "Knowingly relying" means you have\r
+actual knowledge that, but for the patent license, your conveying the\r
+covered work in a country, or your recipient's use of the covered work\r
+in a country, would infringe one or more identifiable patents in that\r
+country that you have reason to believe are valid.\r
+\r
+  If, pursuant to or in connection with a single transaction or\r
+arrangement, you convey, or propagate by procuring conveyance of, a\r
+covered work, and grant a patent license to some of the parties\r
+receiving the covered work authorizing them to use, propagate, modify\r
+or convey a specific copy of the covered work, then the patent license\r
+you grant is automatically extended to all recipients of the covered\r
+work and works based on it.\r
+\r
+  A patent license is "discriminatory" if it does not include within\r
+the scope of its coverage, prohibits the exercise of, or is\r
+conditioned on the non-exercise of one or more of the rights that are\r
+specifically granted under this License.  You may not convey a covered\r
+work if you are a party to an arrangement with a third party that is\r
+in the business of distributing software, under which you make payment\r
+to the third party based on the extent of your activity of conveying\r
+the work, and under which the third party grants, to any of the\r
+parties who would receive the covered work from you, a discriminatory\r
+patent license (a) in connection with copies of the covered work\r
+conveyed by you (or copies made from those copies), or (b) primarily\r
+for and in connection with specific products or compilations that\r
+contain the covered work, unless you entered into that arrangement,\r
+or that patent license was granted, prior to 28 March 2007.\r
+\r
+  Nothing in this License shall be construed as excluding or limiting\r
+any implied license or other defenses to infringement that may\r
+otherwise be available to you under applicable patent law.\r
+\r
+  12. No Surrender of Others' Freedom.\r
+\r
+  If conditions are imposed on you (whether by court order, agreement or\r
+otherwise) that contradict the conditions of this License, they do not\r
+excuse you from the conditions of this License.  If you cannot convey a\r
+covered work so as to satisfy simultaneously your obligations under this\r
+License and any other pertinent obligations, then as a consequence you may\r
+not convey it at all.  For example, if you agree to terms that obligate you\r
+to collect a royalty for further conveying from those to whom you convey\r
+the Program, the only way you could satisfy both those terms and this\r
+License would be to refrain entirely from conveying the Program.\r
+\r
+  13. Use with the GNU Affero General Public License.\r
+\r
+  Notwithstanding any other provision of this License, you have\r
+permission to link or combine any covered work with a work licensed\r
+under version 3 of the GNU Affero General Public License into a single\r
+combined work, and to convey the resulting work.  The terms of this\r
+License will continue to apply to the part which is the covered work,\r
+but the special requirements of the GNU Affero General Public License,\r
+section 13, concerning interaction through a network will apply to the\r
+combination as such.\r
+\r
+  14. Revised Versions of this License.\r
+\r
+  The Free Software Foundation may publish revised and/or new versions of\r
+the GNU General Public License from time to time.  Such new versions will\r
+be similar in spirit to the present version, but may differ in detail to\r
+address new problems or concerns.\r
+\r
+  Each version is given a distinguishing version number.  If the\r
+Program specifies that a certain numbered version of the GNU General\r
+Public License "or any later version" applies to it, you have the\r
+option of following the terms and conditions either of that numbered\r
+version or of any later version published by the Free Software\r
+Foundation.  If the Program does not specify a version number of the\r
+GNU General Public License, you may choose any version ever published\r
+by the Free Software Foundation.\r
+\r
+  If the Program specifies that a proxy can decide which future\r
+versions of the GNU General Public License can be used, that proxy's\r
+public statement of acceptance of a version permanently authorizes you\r
+to choose that version for the Program.\r
+\r
+  Later license versions may give you additional or different\r
+permissions.  However, no additional obligations are imposed on any\r
+author or copyright holder as a result of your choosing to follow a\r
+later version.\r
+\r
+  15. Disclaimer of Warranty.\r
+\r
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\r
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\r
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY\r
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\r
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\r
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\r
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\r
+\r
+  16. Limitation of Liability.\r
+\r
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\r
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\r
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\r
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\r
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\r
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\r
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\r
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\r
+SUCH DAMAGES.\r
+\r
+  17. Interpretation of Sections 15 and 16.\r
+\r
+  If the disclaimer of warranty and limitation of liability provided\r
+above cannot be given local legal effect according to their terms,\r
+reviewing courts shall apply local law that most closely approximates\r
+an absolute waiver of all civil liability in connection with the\r
+Program, unless a warranty or assumption of liability accompanies a\r
+copy of the Program in return for a fee.\r
+\r
+                     END OF TERMS AND CONDITIONS\r
+\r
+            How to Apply These Terms to Your New Programs\r
+\r
+  If you develop a new program, and you want it to be of the greatest\r
+possible use to the public, the best way to achieve this is to make it\r
+free software which everyone can redistribute and change under these terms.\r
+\r
+  To do so, attach the following notices to the program.  It is safest\r
+to attach them to the start of each source file to most effectively\r
+state the exclusion of warranty; and each file should have at least\r
+the "copyright" line and a pointer to where the full notice is found.\r
+\r
+    <one line to give the program's name and a brief idea of what it does.>\r
+    Copyright (C) <year>  <name of author>\r
+\r
+    This program is free software: you can redistribute it and/or modify\r
+    it under the terms of the GNU General Public License as published by\r
+    the Free Software Foundation, either version 3 of the License, or\r
+    (at your option) any later version.\r
+\r
+    This program is distributed in the hope that it will be useful,\r
+    but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+    GNU General Public License for more details.\r
+\r
+    You should have received a copy of the GNU General Public License\r
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
+\r
+Also add information on how to contact you by electronic and paper mail.\r
+\r
+  If the program does terminal interaction, make it output a short\r
+notice like this when it starts in an interactive mode:\r
+\r
+    <program>  Copyright (C) <year>  <name of author>\r
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\r
+    This is free software, and you are welcome to redistribute it\r
+    under certain conditions; type `show c' for details.\r
+\r
+The hypothetical commands `show w' and `show c' should show the appropriate\r
+parts of the General Public License.  Of course, your program's commands\r
+might be different; for a GUI interface, you would use an "about box".\r
+\r
+  You should also get your employer (if you work as a programmer) or school,\r
+if any, to sign a "copyright disclaimer" for the program, if necessary.\r
+For more information on this, and how to apply and follow the GNU GPL, see\r
+<http://www.gnu.org/licenses/>.\r
+\r
+  The GNU General Public License does not permit incorporating your program\r
+into proprietary programs.  If your program is a subroutine library, you\r
+may consider it more useful to permit linking proprietary applications with\r
+the library.  If this is what you want to do, use the GNU Lesser General\r
+Public License instead of this License.  But first, please read\r
+<http://www.gnu.org/philosophy/why-not-lgpl.html>.\r
+\r
+============================================================================================\r
+OpenSSL License\r
+\r
+\r
+  LICENSE ISSUES\r
+  ==============\r
+\r
+  The OpenSSL toolkit stays under a dual license, i.e. both the conditions of\r
+  the OpenSSL License and the original SSLeay license apply to the toolkit.\r
+  See below for the actual license texts. Actually both licenses are BSD-style\r
+  Open Source licenses. In case of any license issues related to OpenSSL\r
+  please contact openssl-core@openssl.org.\r
+\r
+  OpenSSL License\r
+  ---------------\r
+\r
+/* ====================================================================\r
+ * Copyright (c) 1998-2011 The OpenSSL Project.  All rights reserved.\r
+ *\r
+ * Redistribution and use in source and binary forms, with or without\r
+ * modification, are permitted provided that the following conditions\r
+ * are met:\r
+ *\r
+ * 1. Redistributions of source code must retain the above copyright\r
+ *    notice, this list of conditions and the following disclaimer.\r
+ *\r
+ * 2. Redistributions in binary form must reproduce the above copyright\r
+ *    notice, this list of conditions and the following disclaimer in\r
+ *    the documentation and/or other materials provided with the\r
+ *    distribution.\r
+ *\r
+ * 3. All advertising materials mentioning features or use of this\r
+ *    software must display the following acknowledgment:\r
+ *    "This product includes software developed by the OpenSSL Project\r
+ *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"\r
+ *\r
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to\r
+ *    endorse or promote products derived from this software without\r
+ *    prior written permission. For written permission, please contact\r
+ *    openssl-core@openssl.org.\r
+ *\r
+ * 5. Products derived from this software may not be called "OpenSSL"\r
+ *    nor may "OpenSSL" appear in their names without prior written\r
+ *    permission of the OpenSSL Project.\r
+ *\r
+ * 6. Redistributions of any form whatsoever must retain the following\r
+ *    acknowledgment:\r
+ *    "This product includes software developed by the OpenSSL Project\r
+ *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"\r
+ *\r
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY\r
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR\r
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\r
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\r
+ * OF THE POSSIBILITY OF SUCH DAMAGE.\r
+ * ====================================================================\r
+ *\r
+ * This product includes cryptographic software written by Eric Young\r
+ * (eay@cryptsoft.com).  This product includes software written by Tim\r
+ * Hudson (tjh@cryptsoft.com).\r
+ *\r
+ */\r
+\r
+ Original SSLeay License\r
+ -----------------------\r
+\r
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)\r
+ * All rights reserved.\r
+ *\r
+ * This package is an SSL implementation written\r
+ * by Eric Young (eay@cryptsoft.com).\r
+ * The implementation was written so as to conform with Netscapes SSL.\r
+ *\r
+ * This library is free for commercial and non-commercial use as long as\r
+ * the following conditions are aheared to.  The following conditions\r
+ * apply to all code found in this distribution, be it the RC4, RSA,\r
+ * lhash, DES, etc., code; not just the SSL code.  The SSL documentation\r
+ * included with this distribution is covered by the same copyright terms\r
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).\r
+ *\r
+ * Copyright remains Eric Young's, and as such any Copyright notices in\r
+ * the code are not to be removed.\r
+ * If this package is used in a product, Eric Young should be given attribution\r
+ * as the author of the parts of the library used.\r
+ * This can be in the form of a textual message at program startup or\r
+ * in documentation (online or textual) provided with the package.\r
+ *\r
+ * Redistribution and use in source and binary forms, with or without\r
+ * modification, are permitted provided that the following conditions\r
+ * are met:\r
+ * 1. Redistributions of source code must retain the copyright\r
+ *    notice, this list of conditions and the following disclaimer.\r
+ * 2. Redistributions in binary form must reproduce the above copyright\r
+ *    notice, this list of conditions and the following disclaimer in the\r
+ *    documentation and/or other materials provided with the distribution.\r
+ * 3. All advertising materials mentioning features or use of this software\r
+ *    must display the following acknowledgement:\r
+ *    "This product includes cryptographic software written by\r
+ *     Eric Young (eay@cryptsoft.com)"\r
+ *    The word 'cryptographic' can be left out if the rouines from the library\r
+ *    being used are not cryptographic related :-).\r
+ * 4. If you include any Windows specific code (or a derivative thereof) from\r
+ *    the apps directory (application code) you must include an acknowledgement:\r
+ *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"\r
+ *\r
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND\r
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\r
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\r
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\r
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\r
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\r
+ * SUCH DAMAGE.\r
+ *\r
+ * The licence and distribution terms for any publically available version or\r
+ * derivative of this code cannot be changed.  i.e. this code cannot simply be\r
+ * copied and put under another distribution licence\r
+ * [including the GNU Public Licence.]\r
+ */\r
+\r
+\r
+============================================================================================\r
+Artistic License\r
+\r
+                        The "Artistic License"\r
+\r
+                               Preamble\r
+\r
+The intent of this document is to state the conditions under which a\r
+Package may be copied, such that the Copyright Holder maintains some\r
+semblance of artistic control over the development of the package,\r
+while giving the users of the package the right to use and distribute\r
+the Package in a more-or-less customary fashion, plus the right to make\r
+reasonable modifications.\r
+\r
+Definitions:\r
+\r
+"Package" refers to the collection of files distributed by the\r
+Copyright Holder, and derivatives of that collection of files\r
+created through textual modification.\r
+\r
+"Standard Version" refers to such a Package if it has not been\r
+modified, or has been modified in accordance with the wishes\r
+of the Copyright Holder as specified below.\r
+\r
+"Copyright Holder" is whoever is named in the copyright or\r
+copyrights for the package.\r
+\r
+"You" is you, if you're thinking about copying or distributing\r
+this Package.\r
+\r
+"Reasonable copying fee" is whatever you can justify on the\r
+basis of media cost, duplication charges, time of people involved,\r
+and so on.  (You will not be required to justify it to the\r
+Copyright Holder, but only to the computing community at large\r
+as a market that must bear the fee.)\r
+\r
+"Freely Available" means that no fee is charged for the item\r
+itself, though there may be fees involved in handling the item.\r
+It also means that recipients of the item may redistribute it\r
+under the same conditions they received it.\r
+\r
+1. You may make and give away verbatim copies of the source form of the\r
+Standard Version of this Package without restriction, provided that you\r
+duplicate all of the original copyright notices and associated disclaimers.\r
+\r
+2. You may apply bug fixes, portability fixes and other modifications\r
+derived from the Public Domain or from the Copyright Holder.  A Package\r
+modified in such a way shall still be considered the Standard Version.\r
+\r
+3. You may otherwise modify your copy of this Package in any way, provided\r
+that you insert a prominent notice in each changed file stating how and\r
+when you changed that file, and provided that you do at least ONE of the\r
+following:\r
+\r
+    a) place your modifications in the Public Domain or otherwise make them\r
+    Freely Available, such as by posting said modifications to Usenet or\r
+    an equivalent medium, or placing the modifications on a major archive\r
+    site such as uunet.uu.net, or by allowing the Copyright Holder to include\r
+    your modifications in the Standard Version of the Package.\r
+\r
+    b) use the modified Package only within your corporation or organization.\r
+\r
+    c) rename any non-standard executables so the names do not conflict\r
+    with standard executables, which must also be provided, and provide\r
+    a separate manual page for each non-standard executable that clearly\r
+    documents how it differs from the Standard Version.\r
+\r
+    d) make other distribution arrangements with the Copyright Holder.\r
+\r
+4. You may distribute the programs of this Package in object code or\r
+executable form, provided that you do at least ONE of the following:\r
+\r
+    a) distribute a Standard Version of the executables and library files,\r
+    together with instructions (in the manual page or equivalent) on where\r
+    to get the Standard Version.\r
+\r
+    b) accompany the distribution with the machine-readable source of\r
+    the Package with your modifications.\r
+\r
+    c) give non-standard executables non-standard names, and clearly\r
+    document the differences in manual pages (or equivalent), together\r
+    with instructions on where to get the Standard Version.\r
+\r
+    d) make other distribution arrangements with the Copyright Holder.\r
+\r
+5. You may charge a reasonable copying fee for any distribution of this\r
+Package.  You may charge any fee you choose for support of this\r
+Package.  You may not charge a fee for this Package itself.  However,\r
+you may distribute this Package in aggregate with other (possibly\r
+commercial) programs as part of a larger (possibly commercial) software\r
+distribution provided that you do not advertise this Package as a\r
+product of your own.  You may embed this Package's interpreter within\r
+an executable of yours (by linking); this shall be construed as a mere\r
+form of aggregation, provided that the complete Standard Version of the\r
+interpreter is so embedded.\r
+\r
+6. The scripts and library files supplied as input to or produced as\r
+output from the programs of this Package do not automatically fall\r
+under the copyright of this Package, but belong to whoever generated\r
+them, and may be sold commercially, and may be aggregated with this\r
+Package.  If such scripts or library files are aggregated with this\r
+Package via the so-called "undump" or "unexec" methods of producing a\r
+binary executable image, then distribution of such an image shall\r
+neither be construed as a distribution of this Package nor shall it\r
+fall under the restrictions of Paragraphs 3 and 4, provided that you do\r
+not represent such an executable image as a Standard Version of this\r
+Package.\r
+\r
+7. C subroutines (or comparably compiled subroutines in other\r
+languages) supplied by you and linked into this Package in order to\r
+emulate subroutines and variables of the language defined by this\r
+Package shall not be considered part of this Package, but are the\r
+equivalent of input as in Paragraph 6, provided these subroutines do\r
+not change the language in any way that would cause it to fail the\r
+regression tests for the language.\r
+\r
+8. Aggregation of this Package with a commercial distribution is always\r
+permitted provided that the use of this Package is embedded; that is,\r
+when no overt attempt is made to make this Package's interfaces visible\r
+to the end user of the commercial distribution.  Such use shall not be\r
+construed as a distribution of this Package.\r
+\r
+9. The name of the Copyright Holder may not be used to endorse or promote\r
+products derived from this software without specific prior written permission.\r
+\r
+10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR\r
+IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED\r
+WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.\r
+\r
+                               The End\r
+\r
+============================================================================================\r
+bzip2 License\r
+\r
+This program, "bzip2" and associated library "libbzip2", are copyright (C) 1996-2000 Julian R Seward. All rights reserved.\r
+\r
+Redistribution and use in source and binary forms, with or without modification, are permitted\r
+provided that the following conditions are met:\r
+\r
+1. Redistributions of source code must retain the above copyright notice, this list of conditions\r
+and the following disclaimer.\r
+\r
+2. he origin of this software must not be misrepresented; you must not claim that you wrote\r
+the original software. If you use this software in a product, an acknowledgment in the product\r
+documentation would be appreciated but is not required.\r
+\r
+3. Altered source versions must be plainly marked as such, and must not be misrepresented\r
+as being the original software.\r
+\r
+4. The name of the author may not be used to endorse or promote products derived from this\r
+software without specific prior written permission.\r
+\r
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED\r
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY\r
+AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR\r
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\r
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\r
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,\r
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+\r
+============================================================================================\r
+ICU License\r
+\r
+COPYRIGHT AND PERMISSION NOTICE\r
+\r
+Copyright (c) 1995-2011 International Business Machines Corporation and others\r
+\r
+All rights reserved.\r
+\r
+Permission is hereby granted, free of charge, to any person obtaining\r
+a copy of this software and associated documentation files (the "Software"),\r
+to deal in the Software without restriction, including without limitation the rights\r
+to use, copy, modify, merge, publish, distribute, and/or sell copies\r
+of the Software, and to permit persons to whom the Software is furnished\r
+to do so, provided that the above copyright notice(s) and this permission\r
+notice appear in all copies of the Software and that both the above copyright\r
+notice(s) and this permission notice appear in supporting documentation.\r
+\r
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\r
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
+NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE\r
+COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE\r
+FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,\r
+OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA\r
+OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH\r
+THE USE OR PERFORMANCE OF THIS SOFTWARE.\r
+\r
+Except as contained in this notice, the name of a copyright holder shall \r
+not be used in advertising or otherwise to promote the sale, use or other \r
+dealings in this Software without prior written authorization of the \r
+copyright holder.\r
+\r
+============================================================================================\r
+Red Hat Software License\r
+\r
+Copyright (c) 1998  Red Hat Software\r
+\r
+Permission is hereby granted, free of charge, to any person obtaining a copy\r
+of this software and associated documentation files (the "Software"), to deal\r
+in the Software without restriction, including without limitation the rights\r
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r
+copies of the Software, and to permit persons to whom the Software is\r
+furnished to do so, subject to the following conditions:\r
+\r
+The above copyright notice and this permission notice shall be included in\r
+all copies or substantial portions of the Software.\r
+\r
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\r
+X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\r
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
+\r
+Except as contained in this notice, the name of the X Consortium shall not be\r
+used in advertising or otherwise to promote the sale, use or other dealings\r
+in this Software without prior written authorization from the X Consortium.\r
+\r
+============================================================================================\r
+libpng license\r
+\r
+This copy of the libpng notices is provided for your convenience.  In case of\r
+any discrepancy between this copy and the notices in the file png.h that is\r
+included in the libpng distribution, the latter shall prevail.\r
+\r
+COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:\r
+\r
+If you modify libpng you may insert additional notices immediately following\r
+this sentence.\r
+\r
+This code is released under the libpng license.\r
+\r
+libpng versions 1.2.6, August 15, 2004, through 1.2.46, July 9, 2011, are\r
+Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are\r
+distributed according to the same disclaimer and license as libpng-1.2.5\r
+with the following individual added to the list of Contributing Authors\r
+\r
+   Cosmin Truta\r
+\r
+libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are\r
+Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are\r
+distributed according to the same disclaimer and license as libpng-1.0.6\r
+with the following individuals added to the list of Contributing Authors\r
+\r
+   Simon-Pierre Cadieux\r
+   Eric S. Raymond\r
+   Gilles Vollant\r
+\r
+and with the following additions to the disclaimer:\r
+\r
+   There is no warranty against interference with your enjoyment of the\r
+   library or against infringement.  There is no warranty that our\r
+   efforts or the library will fulfill any of your particular purposes\r
+   or needs.  This library is provided with all faults, and the entire\r
+   risk of satisfactory quality, performance, accuracy, and effort is with\r
+   the user.\r
+\r
+libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are\r
+Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are\r
+distributed according to the same disclaimer and license as libpng-0.96,\r
+with the following individuals added to the list of Contributing Authors:\r
+\r
+   Tom Lane\r
+   Glenn Randers-Pehrson\r
+   Willem van Schaik\r
+\r
+libpng versions 0.89, June 1996, through 0.96, May 1997, are\r
+Copyright (c) 1996, 1997 Andreas Dilger\r
+Distributed according to the same disclaimer and license as libpng-0.88,\r
+with the following individuals added to the list of Contributing Authors:\r
+\r
+   John Bowler\r
+   Kevin Bracey\r
+   Sam Bushell\r
+   Magnus Holmgren\r
+   Greg Roelofs\r
+   Tom Tanner\r
+\r
+libpng versions 0.5, May 1995, through 0.88, January 1996, are\r
+Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.\r
+\r
+For the purposes of this copyright and license, "Contributing Authors"\r
+is defined as the following set of individuals:\r
+\r
+   Andreas Dilger\r
+   Dave Martindale\r
+   Guy Eric Schalnat\r
+   Paul Schmidt\r
+   Tim Wegner\r
+\r
+The PNG Reference Library is supplied "AS IS".  The Contributing Authors\r
+and Group 42, Inc. disclaim all warranties, expressed or implied,\r
+including, without limitation, the warranties of merchantability and of\r
+fitness for any purpose.  The Contributing Authors and Group 42, Inc.\r
+assume no liability for direct, indirect, incidental, special, exemplary,\r
+or consequential damages, which may result from the use of the PNG\r
+Reference Library, even if advised of the possibility of such damage.\r
+\r
+Permission is hereby granted to use, copy, modify, and distribute this\r
+source code, or portions hereof, for any purpose, without fee, subject\r
+to the following restrictions:\r
+\r
+1. The origin of this source code must not be misrepresented.\r
+\r
+2. Altered versions must be plainly marked as such and must not\r
+   be misrepresented as being the original source.\r
+\r
+3. This Copyright notice may not be removed or altered from any\r
+   source or altered source distribution.\r
+\r
+The Contributing Authors and Group 42, Inc. specifically permit, without\r
+fee, and encourage the use of this source code as a component to\r
+supporting the PNG file format in commercial products.  If you use this\r
+source code in a product, acknowledgment is not required but would be\r
+appreciated.\r
+\r
+\r
+A "png_get_copyright" function is available, for convenient use in "about"\r
+boxes and the like:\r
+\r
+   printf("%s",png_get_copyright(NULL));\r
+\r
+Also, the PNG logo (in PNG format, of course) is supplied in the\r
+files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).\r
+\r
+Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a\r
+certification mark of the Open Source Initiative.\r
+\r
+Glenn Randers-Pehrson\r
+glennrp at users.sourceforge.net\r
+July 9, 2011\r
+\r
+============================================================================================\r
+X Consortium license\r
+\r
+Copyright (C) 1996 X Consortium\r
+\r
+Permission is hereby granted, free of charge, to any person obtaining\r
+a copy of this software and associated documentation files (the\r
+"Software"), to deal in the Software without restriction, including\r
+without limitation the rights to use, copy, modify, merge, publish,\r
+distribute, sublicense, and/or sell copies of the Software, and to\r
+permit persons to whom the Software is furnished to do so, subject to\r
+the following conditions:\r
+\r
+The above copyright notice and this permission notice shall be included\r
+in all copies or substantial portions of the Software.\r
+\r
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\r
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\r
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\r
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\r
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
+\r
+============================================================================================\r
+MIT license\r
+\r
+Copyright (C) <year> <copyright holders>\r
+\r
+Permission is hereby granted, free of charge, to any person obtaining a copy of\r
+this software and associated documentation files (the "Software"), to deal in\r
+the Software without restriction, including without limitation the rights to\r
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\r
+of the Software, and to permit persons to whom the Software is furnished to do\r
+so, subject to the following conditions:\r
+\r
+The above copyright notice and this permission notice shall be included in all\r
+copies or substantial portions of the Software.\r
+\r
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r
+SOFTWARE.\r
+\r
+============================================================================================\r
+Zlib license\r
+\r
+Copyright (c) <''year''> <''copyright holders''>\r
+\r
+This software is provided 'as-is', without any express or implied\r
+warranty. In no event will the authors be held liable for any damages\r
+arising from the use of this software.\r
+\r
+Permission is granted to anyone to use this software for any purpose,\r
+including commercial applications, and to alter it and redistribute it\r
+freely, subject to the following restrictions:\r
+\r
+   1. The origin of this software must not be misrepresented; you must not\r
+   claim that you wrote the original software. If you use this software\r
+   in a product, an acknowledgment in the product documentation would be\r
+   appreciated but is not required.\r
+\r
+   2. Altered source versions must be plainly marked as such, and must not be\r
+   misrepresented as being the original software.\r
+\r
+   3. This notice may not be removed or altered from any source\r
+   distribution.\r
+\r
+============================================================================================\r
+Samsung Proprietary\r
+\r
+Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.\r
+\r
+PROPRIETARY/CONFIDENTIAL\r
+\r
+This software is the confidential and proprietary information of\r
+SAMSUNG ELECTRONICS ("Confidential Information"). You agree and acknowledge\r
+that this software is owned by Samsung and you shall not disclose\r
+such Confidential Information and shall use it only in accordance with the\r
+terms of the license agreement you entered into with SAMSUNG ELECTRONICS.\r
+SAMSUNG make no representations or warranties about the suitability\r
+of the software, either express or implied, including but not limited\r
+to the implied warranties of merchantability, fitness for a particular purpose,\r
+or non-infringement. SAMSUNG shall not be liable for any damages suffered\r
+by licensee arising out of or releated to this software.\r
+\r
+============================================================================================\r
+libjpeg License\r
+\r
+This is Debian's prepackaged version of the `jpeg library' by the Independent\r
+JPEG Group.\r
+\r
+This package was created by Mark Mickan <mmickan@debian.org> from sources\r
+which can be found at ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz\r
+\r
+It is partly based on the libjpeg6a package originally put together by\r
+Andy Guy <awpguy@acs.ucalgary.ca> and later maintained by Mark Mickan.\r
+\r
+Current Debian maintainer is Bill Allombert <ballombe@debian.org>.\r
+\r
+LEGAL ISSUES [ from README supplied with source - MM ]\r
+============\r
+\r
+In plain English:\r
+\r
+1. We don't promise that this software works.  (But if you find any bugs,\r
+   please let us know!)\r
+2. You can use this software for whatever you want.  You don't have to pay us.\r
+3. You may not pretend that you wrote this software.  If you use it in a\r
+   program, you must acknowledge somewhere in your documentation that\r
+   you've used the IJG code.\r
+\r
+In legalese:\r
+\r
+The authors make NO WARRANTY or representation, either express or implied,\r
+with respect to this software, its quality, accuracy, merchantability, or\r
+fitness for a particular purpose.  This software is provided "AS IS", and you,\r
+its user, assume the entire risk as to its quality and accuracy.\r
+\r
+This software is copyright (C) 1991-2009, Thomas G. Lane, Guido Vollbeding.\r
+All Rights Reserved except as specified below.\r
+\r
+Permission is hereby granted to use, copy, modify, and distribute this\r
+software (or portions thereof) for any purpose, without fee, subject to these\r
+conditions:\r
+(1) If any part of the source code for this software is distributed, then this\r
+README file must be included, with this copyright and no-warranty notice\r
+unaltered; and any additions, deletions, or changes to the original files\r
+must be clearly indicated in accompanying documentation.\r
+(2) If only executable code is distributed, then the accompanying\r
+documentation must state that "this software is based in part on the work of\r
+the Independent JPEG Group".\r
+(3) Permission for use of this software is granted only if the user accepts\r
+full responsibility for any undesirable consequences; the authors accept\r
+NO LIABILITY for damages of any kind.\r
+\r
+These conditions apply to any software derived from or based on the IJG code,\r
+not just to the unmodified library.  If you use our work, you ought to\r
+acknowledge us.\r
+\r
+Permission is NOT granted for the use of any IJG author's name or company name\r
+in advertising or publicity relating to this software or products derived from\r
+it.  This software may be referred to only as "the Independent JPEG Group's\r
+software".\r
+\r
+We specifically permit and encourage the use of this software as the basis of\r
+commercial products, provided that all warranty or liability claims are\r
+assumed by the product vendor.\r
+\r
+\r
+ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,\r
+sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.\r
+ansi2knr.c is NOT covered by the above copyright and conditions, but instead\r
+by the usual distribution terms of the Free Software Foundation; principally,\r
+that you must include source code if you redistribute it.  (See the file\r
+ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part\r
+of any program generated from the IJG code, this does not limit you more than\r
+the foregoing paragraphs do.\r
+\r
+The Unix configuration script "configure" was produced with GNU Autoconf.\r
+It is copyright by the Free Software Foundation but is freely distributable.\r
+The same holds for its supporting scripts (config.guess, config.sub,\r
+ltconfig, ltmain.sh).  Another support script, install-sh, is copyright\r
+by M.I.T. but is also freely distributable.\r
+\r
+It appears that the arithmetic coding option of the JPEG spec is covered by\r
+patents owned by IBM, AT&T, and Mitsubishi.  Hence arithmetic coding cannot\r
+legally be used without obtaining one or more licenses.  For this reason,\r
+support for arithmetic coding has been removed from the free JPEG software.\r
+(Since arithmetic coding provides only a marginal gain over the unpatented\r
+Huffman mode, it is unlikely that very many implementations will support it.)\r
+So far as we are aware, there are no patent restrictions on the remaining\r
+code.\r
+\r
+The IJG distribution formerly included code to read and write GIF files.\r
+To avoid entanglement with the Unisys LZW patent, GIF reading support has\r
+been removed altogether, and the GIF writer has been simplified to produce\r
+"uncompressed GIFs".  This technique does not use the LZW algorithm; the\r
+resulting GIF files are larger than usual, but are readable by all standard\r
+GIF decoders.\r
+\r
+We are required to state that\r
+    "The Graphics Interchange Format(c) is the Copyright property of\r
+    CompuServe Incorporated.  GIF(sm) is a Service Mark property of\r
+    CompuServe Incorporated."\r
+\r
+============================================================================================\r
+ncurse License\r
+\r
+This is the Debian prepackaged version of the ncurses\r
+library and terminfo utilities. ncurses/terminfo was originally written\r
+by Pavel Curtis and Zeyd M. Ben-Halim <zmbenhal@netcom.com>, and is\r
+currently held by the Free Software Foundation.\r
+\r
+This package was put together by Vaidhyanathan G Mayilrangam\r
+<vaidhy@debian.org> and Joel Klecker <espy@debian.org>, using sources\r
+obtained from ftp://ftp.gnu.org/gnu/ncurses/ncurses-5.0.tar.gz.\r
+\r
+It is based somewhat on work done by Bruce Perens <Bruce@Pixar.com>,\r
+David Engel <david@elo.ods.com>.  Michael Alan Dorman\r
+<mdorman@debian.org>, Richard Braakman <dark@xs4all.nl>, James Troup\r
+<jjtroup@comp.brad.ac.uk>, J.H.M. Dassen (Ray)\r
+<jdassen@wi.LeidenUniv.nl>, and Galen Hazelwood <galenh@micron.net>\r
+over various years.\r
+\r
+\r
+Changes:\r
+ * added Debian package maintenance system files\r
+ * changed Makefile.in's to compile with -D_REENTRANT\r
+ * changed configure.in to support proper compilation of debugging libraries\r
+ * Fixed tget{flag,num,str} in lib_termcap ("long" strings work now)\r
+\r
+Changes to terminfo.src:\r
+ * Removed ich(1) from linux, screen, vt320\r
+\r
+/****************************************************************************\r
+ * Copyright (c) 1998 Free Software Foundation, Inc.                        *\r
+ *                                                                          *\r
+ * Permission is hereby granted, free of charge, to any person obtaining a  *\r
+ * copy of this software and associated documentation files (the            *\r
+ * "Software"), to deal in the Software without restriction, including      *\r
+ * without limitation the rights to use, copy, modify, merge, publish,      *\r
+ * distribute, distribute with modifications, sublicense, and/or sell       *\r
+ * copies of the Software, and to permit persons to whom the Software is    *\r
+ * furnished to do so, subject to the following conditions:                 *\r
+ *                                                                          *\r
+ * The above copyright notice and this permission notice shall be included  *\r
+ * in all copies or substantial portions of the Software.                   *\r
+ *                                                                          *\r
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *\r
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *\r
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *\r
+ * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *\r
+ * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *\r
+ * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *\r
+ * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *\r
+ *                                                                          *\r
+ * Except as contained in this notice, the name(s) of the above copyright   *\r
+ * holders shall not be used in advertising or otherwise to promote the     *\r
+ * sale, use or other dealings in this Software without prior written       *\r
+ * authorization.                                                           *\r
+ ****************************************************************************/\r
+\r
+\r
+============================================================================================\r
+GCC 4.5 License\r
+\r
+This is the Debian GNU/Linux prepackaged version of the GNU compiler\r
+collection, containing Ada, C, C++, Fortran 95, Java, Objective-C,\r
+Objective-C++, and Treelang compilers, documentation, and support\r
+libraries.  In addition, Debian provides the gdc compiler, either in\r
+the same source package, or built from a separate same source package.\r
+Packaging is done by the Debian GCC Maintainers\r
+<debian-gcc@lists.debian.org>, with sources obtained from:\r
+\r
+  ftp://gcc.gnu.org/pub/gcc/releases/  (for full releases)\r
+  svn://gcc.gnu.org/svn/gcc/           (for prereleases)\r
+  http://bitbucket.org/goshawk/gdc     (for D)\r
+\r
+The current gcc-4.5 source package is taken from the SVN gcc-4_5-branch.\r
+\r
+Changes: See changelog.Debian.gz\r
+\r
+Debian splits the GNU Compiler Collection into packages for each language,\r
+library, and documentation as follows:\r
+\r
+Language       Compiler package  Library package    Documentation\r
+---------------------------------------------------------------------------\r
+Ada            gnat-4.5          libgnat-4.5        gnat-4.5-doc\r
+C              gcc-4.5                              gcc-4.5-doc\r
+C++            g++-4.5           libstdc++6         libstdc++6-4.5-doc\r
+D              gdc-4.5\r
+Fortran 95     gfortran-4.5      libgfortran3       gfortran-4.5-doc\r
+Java           gcj-4.5           libgcj10           libgcj-doc\r
+Objective C    gobjc-4.5         libobjc2\r
+Objective C++  gobjc++-4.5\r
+\r
+For some language run-time libraries, Debian provides source files,\r
+development files, debugging symbols and libraries containing position-\r
+independent code in separate packages:\r
+\r
+Language  Sources      Development   Debugging            Position-Independent\r
+------------------------------------------------------------------------------\r
+C++                                  libstdc++6-4.5-dbg  libstdc++6-4.5-pic\r
+D         libphobos-4.5-dev\r
+Java      libgcj10-src libgcj10-dev  libgcj10-dbg\r
+\r
+Additional packages include:\r
+\r
+All languages:\r
+libgcc1, libgcc2, libgcc4       GCC intrinsics (platform-dependent)\r
+gcc-4.5-base                    Base files common to all compilers\r
+gcc-4.5-soft-float              Software floating point (ARM only)\r
+gcc-4.5-source                  The sources with patches\r
+\r
+Ada:\r
+libgnatvsn-dev, libgnatvsn4.5   GNAT version library\r
+libgnatprj-dev, libgnatprj4.5   GNAT Project Manager library\r
+\r
+C:\r
+cpp-4.5, cpp-4.5-doc            GNU C Preprocessor\r
+libmudflap0-dev, libmudflap0    Library for instrumenting pointers\r
+libssp0-dev, libssp0            GCC stack smashing protection library\r
+fixincludes                     Fix non-ANSI header files\r
+protoize                        Create/remove ANSI prototypes from C code\r
+\r
+Java:\r
+gij                             The Java bytecode interpreter and VM\r
+libgcj-common                   Common files for the Java run-time\r
+libgcj10-awt                    The Abstract Windowing Toolkit\r
+libgcj10-jar                    Java ARchive for the Java run-time\r
+\r
+C, C++ and Fortran 95:\r
+libgomp1-dev, libgomp1         GCC OpenMP (GOMP) support library\r
+\r
+Biarch support: On some 64-bit platforms which can also run 32-bit code,\r
+Debian provides additional packages containing 32-bit versions of some\r
+libraries.  These packages have names beginning with 'lib32' instead of\r
+'lib', for example lib32stdc++6.  Similarly, on some 32-bit platforms which\r
+can also run 64-bit code, Debian provides additional packages with names\r
+beginning with 'lib64' instead of 'lib'.  These packages contain 64-bit\r
+versions of the libraries.  (At this time, not all platforms and not all\r
+libraries support biarch.)  The license terms for these lib32 or lib64\r
+packages are identical to the ones for the lib packages.\r
+\r
+\r
+COPYRIGHT STATEMENTS AND LICENSING TERMS\r
+\r
+\r
+GCC is Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,\r
+1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,\r
+2008 Free Software Foundation, Inc.\r
+\r
+GCC is free software; you can redistribute it and/or modify it under\r
+the terms of the GNU General Public License as published by the Free\r
+Software Foundation; either version 3, or (at your option) any later\r
+version.\r
+\r
+GCC is distributed in the hope that it will be useful, but WITHOUT ANY\r
+WARRANTY; without even the implied warranty of MERCHANTABILITY or\r
+FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\r
+for more details.\r
+\r
+Files that have exception clauses are licensed under the terms of the\r
+GNU General Public License; either version 3, or (at your option) any\r
+later version.\r
+\r
+On Debian GNU/Linux systems, the complete text of the GNU General\r
+Public License is in `/usr/share/common-licenses/GPL', version 3 of this\r
+license in `/usr/share/common-licenses/GPL-3'.\r
+\r
+The following runtime libraries are licensed under the terms of the\r
+GNU General Public License (v3 or later) with version 3.1 of the GCC\r
+Runtime Library Exception (included in this file):\r
+\r
+ - libgcc (libgcc/, gcc/libgcc2.[ch], gcc/unwind*, gcc/gthr*,\r
+   gcc/coretypes.h, gcc/crtstuff.c, gcc/defaults.h, gcc/dwarf2.h,\r
+   gcc/emults.c, gcc/gbl-ctors.h, gcc/gcov-io.h, gcc/libgcov.c,\r
+   gcc/tsystem.h, gcc/typeclass.h).\r
+ - libdecnumber\r
+ - libgomp\r
+ - libssp\r
+ - libstdc++-v3\r
+ - libobjc\r
+ - libmudflap\r
+ - libgfortran\r
+ - The libgnat-4.5 Ada support library and libgnatvsn library.\r
+ - Various config files in gcc/config/ used in runtime libraries.\r
+\r
+In contrast, libgnatprj is licensed under the terms of the pure GNU\r
+General Public License.\r
+\r
+The libgcj library is licensed under the terms of the GNU General\r
+Public License, with a special exception:\r
+\r
+    Linking this library statically or dynamically with other modules\r
+    is making a combined work based on this library.  Thus, the terms\r
+    and conditions of the GNU General Public License cover the whole\r
+    combination.\r
+\r
+    As a special exception, the copyright holders of this library give\r
+    you permission to link this library with independent modules to\r
+    produce an executable, regardless of the license terms of these\r
+    independent modules, and to copy and distribute the resulting\r
+    executable under terms of your choice, provided that you also\r
+    meet, for each linked independent module, the terms and conditions\r
+    of the license of that module.  An independent module is a module\r
+    which is not derived from or based on this library.  If you modify\r
+    this library, you may extend this exception to your version of the\r
+    library, but you are not obligated to do so.  If you do not wish\r
+    to do so, delete this exception statement from your version.\r
+\r
+The libffi library is licensed under the following terms:\r
+\r
+    libffi - Copyright (c) 1996-2003  Red Hat, Inc.\r
+\r
+    Permission is hereby granted, free of charge, to any person obtaining\r
+    a copy of this software and associated documentation files (the\r
+    ``Software''), to deal in the Software without restriction, including\r
+    without limitation the rights to use, copy, modify, merge, publish,\r
+    distribute, sublicense, and/or sell copies of the Software, and to\r
+    permit persons to whom the Software is furnished to do so, subject to\r
+    the following conditions:\r
+\r
+    The above copyright notice and this permission notice shall be included\r
+    in all copies or substantial portions of the Software.\r
+\r
+    THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS\r
+    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\r
+    IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR\r
+    OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\r
+    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\r
+    OTHER DEALINGS IN THE SOFTWARE.\r
+\r
+\r
+The documentation is licensed under the GNU Free Documentation License (v1.2).\r
+On Debian GNU/Linux systems, the complete text of this license is in\r
+`/usr/share/common-licenses/GFDL-1.2'.\r
+\r
+\r
+GCC RUNTIME LIBRARY EXCEPTION\r
+\r
+Version 3.1, 31 March 2009\r
+\r
+Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>\r
+\r
+Everyone is permitted to copy and distribute verbatim copies of this\r
+license document, but changing it is not allowed.\r
+\r
+This GCC Runtime Library Exception ("Exception") is an additional\r
+permission under section 7 of the GNU General Public License, version\r
+3 ("GPLv3"). It applies to a given file (the "Runtime Library") that\r
+bears a notice placed by the copyright holder of the file stating that\r
+the file is governed by GPLv3 along with this Exception.\r
+\r
+When you use GCC to compile a program, GCC may combine portions of\r
+certain GCC header files and runtime libraries with the compiled\r
+program. The purpose of this Exception is to allow compilation of\r
+non-GPL (including proprietary) programs to use, in this way, the\r
+header files and runtime libraries covered by this Exception.\r
+\r
+0. Definitions.\r
+\r
+A file is an "Independent Module" if it either requires the Runtime\r
+Library for execution after a Compilation Process, or makes use of an\r
+interface provided by the Runtime Library, but is not otherwise based\r
+on the Runtime Library.\r
+\r
+"GCC" means a version of the GNU Compiler Collection, with or without\r
+modifications, governed by version 3 (or a specified later version) of\r
+the GNU General Public License (GPL) with the option of using any\r
+subsequent versions published by the FSF.\r
+\r
+"GPL-compatible Software" is software whose conditions of propagation,\r
+modification and use would permit combination with GCC in accord with\r
+the license of GCC.\r
+\r
+"Target Code" refers to output from any compiler for a real or virtual\r
+target processor architecture, in executable form or suitable for\r
+input to an assembler, loader, linker and/or execution\r
+phase. Notwithstanding that, Target Code does not include data in any\r
+format that is used as a compiler intermediate representation, or used\r
+for producing a compiler intermediate representation.\r
+\r
+The "Compilation Process" transforms code entirely represented in\r
+non-intermediate languages designed for human-written code, and/or in\r
+Java Virtual Machine byte code, into Target Code. Thus, for example,\r
+use of source code generators and preprocessors need not be considered\r
+part of the Compilation Process, since the Compilation Process can be\r
+understood as starting with the output of the generators or\r
+preprocessors.\r
+\r
+A Compilation Process is "Eligible" if it is done using GCC, alone or\r
+with other GPL-compatible software, or if it is done without using any\r
+work based on GCC. For example, using non-GPL-compatible Software to\r
+optimize any GCC intermediate representations would not qualify as an\r
+Eligible Compilation Process.\r
+\r
+1. Grant of Additional Permission.\r
+\r
+You have permission to propagate a work of Target Code formed by\r
+combining the Runtime Library with Independent Modules, even if such\r
+propagation would otherwise violate the terms of GPLv3, provided that\r
+all Target Code was generated by Eligible Compilation Processes. You\r
+may then convey such a combination under terms of your choice,\r
+consistent with the licensing of the Independent Modules.\r
+\r
+2. No Weakening of GCC Copyleft.\r
+\r
+The availability of this Exception does not imply any general\r
+presumption that third-party software is unaffected by the copyleft\r
+requirements of the license of GCC.\r
+\r
+\r
+D:\r
+gdc-4.5                         GNU D Compiler\r
+libphobos-4.5-dev               D standard runtime library\r
+\r
+The D source package is made up of the following components.\r
+\r
+The D front-end for GCC:\r
+ - d/*\r
+\r
+Copyright (C) 2004-2007 David Friedman\r
+Modified by Vincenzo Ampolo, Michael Parrot, Iain Buclaw, (C) 2009, 2010\r
+\r
+This program is free software; you can redistribute it and/or modify\r
+it under the terms of the GNU General Public License as published by\r
+the Free Software Foundation; either version 2 of the License, or\r
+(at your option) any later version.\r
+\r
+On Debian GNU/Linux systems, the complete text of the GNU General\r
+Public License is in `/usr/share/common-licenses/GPL', version 2 of this\r
+license in `/usr/share/common-licenses/GPL-2'.\r
+\r
+\r
+The DMD Compiler implementation of the D programming language:\r
+ - d/dmd/*\r
+\r
+Copyright (c) 1999-2010 by Digital Mars\r
+All Rights Reserved\r
+written by Walter Bright\r
+http://www.digitalmars.com\r
+License for redistribution is by either the Artistic License or\r
+the GNU General Public License (v1).\r
+\r
+On Debian GNU/Linux systems, the complete text of the GNU General\r
+Public License is in `/usr/share/common-licenses/GPL', the Artistic\r
+license in `/usr/share/common-licenses/Artistic'.\r
+\r
+\r
+The Zlib data compression library:\r
+ - d/phobos/etc/c/zlib/*\r
+\r
+ (C) 1995-2004 Jean-loup Gailly and Mark Adler\r
+\r
+  This software is provided 'as-is', without any express or implied\r
+  warranty.  In no event will the authors be held liable for any damages\r
+  arising from the use of this software.\r
+\r
+  Permission is granted to anyone to use this software for any purpose,\r
+  including commercial applications, and to alter it and redistribute it\r
+  freely, subject to the following restrictions:\r
+\r
+  1. The origin of this software must not be misrepresented; you must not\r
+     claim that you wrote the original software. If you use this software\r
+     in a product, an acknowledgment in the product documentation would be\r
+     appreciated but is not required.\r
+  2. Altered source versions must be plainly marked as such, and must not be\r
+     misrepresented as being the original software.\r
+  3. This notice may not be removed or altered from any source distribution.\r
+\r
+\r
+The Phobos standard runtime library:\r
+ - d/phobos/*\r
+\r
+Unless otherwise marked within the file, each file in the source\r
+is under the following licenses:\r
+\r
+Copyright (C) 2004-2005 by Digital Mars, www.digitalmars.com\r
+Written by Walter Bright\r
+\r
+This software is provided 'as-is', without any express or implied\r
+warranty. In no event will the authors be held liable for any damages\r
+arising from the use of this software.\r
+\r
+Permission is granted to anyone to use this software for any purpose,\r
+including commercial applications, and to alter it and redistribute it\r
+freely, in both source and binary form, subject to the following\r
+restrictions:\r
+\r
+ o  The origin of this software must not be misrepresented; you must not\r
+    claim that you wrote the original software. If you use this software\r
+    in a product, an acknowledgment in the product documentation would be\r
+    appreciated but is not required.\r
+ o  Altered source versions must be plainly marked as such, and must not\r
+    be misrepresented as being the original software.\r
+ o  This notice may not be removed or altered from any source\r
+    distribution.\r
+\r
+By plainly marking modifications, something along the lines of adding to each\r
+file that has been changed a "Modified by Foo Bar" line\r
+underneath the "Written by" line would be adequate.\r
+\r
+============================================================================================\r
+perl License\r
+\r
+This package was debianized by Brendan O'Dea <bod@debian.org> on\r
+Thu, 17 Aug 2000 16:10:54 +1000.\r
+\r
+It was downloaded from:\r
+\r
+    <URL:http://www.perl.com/CPAN/src/5.0/>\r
+\r
+Upstream Authors:\r
+\r
+    Larry Wall et. al. (see /usr/share/doc/perl/AUTHORS).\r
+\r
+Copyright:\r
+\r
+    Copyright 1989-2001, Larry Wall  All rights reserved.\r
+\r
+    This program is free software; you can redistribute it and/or modify\r
+    it under the terms of either:\r
+\r
+    a) the GNU General Public License as published by the Free Software\r
+       Foundation; either version 1, or (at your option) any later\r
+       version, or\r
+\r
+    b) the "Artistic License" which comes with Perl.\r
+\r
+    On Debian GNU/Linux systems, the complete text of the GNU General\r
+    Public License can be found in `/usr/share/common-licenses/GPL' and\r
+    the Artistic Licence in `/usr/share/common-licenses/Artistic'.\r
+\r
+----------------------------------------------------------------------\r
+\r
+The zlib library in ext/Compress-Raw-Zlib/zlib-src has the following\r
+copyright and license:\r
+\r
+  Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler\r
+\r
+  This software is provided 'as-is', without any express or implied\r
+  warranty.  In no event will the authors be held liable for any damages\r
+  arising from the use of this software.\r
+\r
+  Permission is granted to anyone to use this software for any purpose,\r
+  including commercial applications, and to alter it and redistribute it\r
+  freely, subject to the following restrictions:\r
+\r
+  1. The origin of this software must not be misrepresented; you must not\r
+     claim that you wrote the original software. If you use this software\r
+     in a product, an acknowledgment in the product documentation would be\r
+     appreciated but is not required.\r
+  2. Altered source versions must be plainly marked as such, and must not be\r
+     misrepresented as being the original software.\r
+  3. This notice may not be removed or altered from any source distribution.\r
+\r
+----------------------------------------------------------------------\r
+\r
+The Unicode database files in lib/unicore/*.txt are \r
+Copyright (c) 1991-2006 Unicode, Inc.\r
+\r
+Their license information is given as\r
+ For terms of use, see http://www.unicode.org/terms_of_use.html\r
\r
+The corresponding license is as follows:\r
+\r
+  EXHIBIT 1\r
+  UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE\r
+\r
+   Unicode Data Files include all data files under the directories\r
+   http://www.unicode.org/Public/, http://www.unicode.org/reports/,\r
+   and http://www.unicode.org/cldr/data/ . Unicode Software includes any\r
+   source code published in the Unicode Standard or under the directories\r
+   http://www.unicode.org/Public/, http://www.unicode.org/reports/,\r
+   and http://www.unicode.org/cldr/data/.\r
+\r
+      NOTICE TO USER: Carefully read the following legal agreement. BY\r
+      DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE\r
+      INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU\r
+      UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND\r
+      CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD,\r
+      INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.\r
+\r
+      COPYRIGHT AND PERMISSION NOTICE\r
+\r
+      Copyright ⓒ 1991-2008 Unicode, Inc. All rights\r
+      reserved. Distributed under the Terms of Use in\r
+      http://www.unicode.org/copyright.html.\r
+\r
+      Permission is hereby granted, free of charge, to any person\r
+      obtaining a copy of the Unicode data files and any associated\r
+      documentation (the "Data Files") or Unicode software and any\r
+      associated documentation (the "Software") to deal in the Data Files\r
+      or Software without restriction, including without limitation\r
+      the rights to use, copy, modify, merge, publish, distribute,\r
+      and/or sell copies of the Data Files or Software, and to permit\r
+      persons to whom the Data Files or Software are furnished to do so,\r
+      provided that (a) the above copyright notice(s) and this permission\r
+      notice appear with all copies of the Data Files or Software,\r
+      (b) both the above copyright notice(s) and this permission notice\r
+      appear in associated documentation, and (c) there is clear notice\r
+      in each modified Data File or in the Software as well as in the\r
+      documentation associated with the Data File(s) or Software that\r
+      the data or software has been modified.\r
+\r
+      THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY\r
+      OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\r
+      WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE\r
+      AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE\r
+      COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE\r
+      FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,\r
+      OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR\r
+      PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\r
+      TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r
+      PERFORMANCE OF THE DATA FILES OR SOFTWARE.\r
+\r
+      Except as contained in this notice, the name of a copyright holder\r
+      shall not be used in advertising or otherwise to promote the sale,\r
+      use or other dealings in these Data Files or Software without\r
+      prior written authorization of the copyright holder.\r
+\r
+----------------------------------------------------------------------\r
+\r
+The file lib/Cwd.pm has the following copyright and license:\r
+\r
+  Copyright (c) 2004 by the Perl 5 Porters.  All rights reserved.\r
+\r
+  This program is free software; you can redistribute it and/or modify\r
+  it under the same terms as Perl itself.\r
+\r
+  Portions of the C code in this library are copyright (c) 1994 by the\r
+  Regents of the University of California.  All rights reserved.  The\r
+  license on this code is compatible with the licensing of the rest of\r
+  the distribution - please see the source code in F<Cwd.xs> for the\r
+  details.\r
+\r
+The file referenced above, ext/Cwd/Cwd.xs, has the following copyright:\r
+\r
+ * Copyright (c) 1994\r
+ *      The Regents of the University of California.  All rights reserved.\r
+ *\r
+ * This code is derived from software contributed to Berkeley by\r
+ * Jan-Simon Pendry.\r
+\r
+and is licensed with the standard 3-clause BSD license. On Debian GNU/Linux\r
+systems, this license can be found in `/usr/share/common-licenses/BSD'.\r
+\r
+----------------------------------------------------------------------\r
+\r
+The C parts of File::Glob in ext/File-Glob/bsd_glob.[ch] hav the\r
+following copyright:\r
+\r
+ * Copyright (c) 1989, 1993\r
+ *      The Regents of the University of California.  All rights reserved.\r
+ *\r
+ * This code is derived from software contributed to Berkeley by\r
+ * Guido van Rossum.\r
+\r
+and are licensed with the standard 3-clause BSD license. On Debian GNU/Linux\r
+systems, this license can be found in `/usr/share/common-licenses/BSD'.\r
+\r
+----------------------------------------------------------------------\r
+\r
+The bzip2 library in ext/Compress-Raw-Bzip2/bzip2-src has the following\r
+copyright and license:\r
+\r
+  This program, "bzip2", the associated library "libbzip2", and all\r
+  documentation, are copyright (C) 1996-2007 Julian R Seward.  All\r
+  rights reserved.\r
+  \r
+  Redistribution and use in source and binary forms, with or without\r
+  modification, are permitted provided that the following conditions\r
+  are met:\r
+  \r
+  1. Redistributions of source code must retain the above copyright\r
+     notice, this list of conditions and the following disclaimer.\r
+  \r
+  2. The origin of this software must not be misrepresented; you must \r
+     not claim that you wrote the original software.  If you use this \r
+     software in a product, an acknowledgment in the product \r
+     documentation would be appreciated but is not required.\r
+  \r
+  3. Altered source versions must be plainly marked as such, and must\r
+     not be misrepresented as being the original software.\r
+  \r
+  4. The name of the author may not be used to endorse or promote \r
+     products derived from this software without specific prior written \r
+     permission.\r
+  \r
+  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS\r
+  OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
+  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\r
+  ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY\r
+  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
+  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\r
+  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\r
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\r
+  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\r
+  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\r
+  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+  \r
+  Julian Seward, jseward@bzip.org\r
+  bzip2/libbzip2 version 1.0.5 of 10 December 2007\r
+  \r
+--------------------------------------------------------------------------\r
+\r
+The Text::Tabs module in lib/Text/Tabs.pm has the following\r
+copyright and license:\r
+\r
+  Copyright (C) 1996-2002,2005,2006 David Muir Sharnoff.  \r
+  Copyright (C) 2005 Aristotle Pagaltzis \r
+  This module may be modified, used, copied, and redistributed at your own risk.\r
+  Publicly redistributed modified versions must use a different name.\r
+\r
+--------------------------------------------------------------------------\r
+\r
+Portions of the Debian packaging are\r
+ Copyright 2008-2010 Niko Tyni <ntyni@debian.org>\r
+The other people listed in debian/changelog are most probably\r
+copyright holders too, but they have not included explicit copyright\r
+or licensing information.\r
+\r
+The portions by Niko Tyni may be redistributed and/or modified under\r
+the same terms as Perl itself. It is assumed that other contributors\r
+have placed their contributions under a compatible license.\r
+\r
+--------------------------------------------------------------------------\r
+\r
+============================================================================================\r
+BSD License\r
+\r
+Copyright (c) <year>, <copyright holder>\r
+All rights reserved.\r
+\r
+Redistribution and use in source and binary forms, with or without\r
+modification, are permitted provided that the following conditions are met:\r
+1. Redistributions of source code must retain the above copyright\r
+   notice, this list of conditions and the following disclaimer.\r
+2. Redistributions in binary form must reproduce the above copyright\r
+   notice, this list of conditions and the following disclaimer in the\r
+   documentation and/or other materials provided with the distribution.\r
+3. All advertising materials mentioning features or use of this software\r
+   must display the following acknowledgement:\r
+   This product includes software developed by the <organization>.\r
+4. Neither the name of the <organization> nor the\r
+   names of its contributors may be used to endorse or promote products\r
+   derived from this software without specific prior written permission.\r
+\r
+THIS SOFTWARE IS PROVIDED BY <COPYRIGHT HOLDER> ''AS IS'' AND ANY\r
+EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r
+DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY\r
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\r
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\r
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\r
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+\r
+============================================================================================\r
+New BSD License\r
+\r
+Copyright (c) <year>, <copyright holder>\r
+All rights reserved.\r
+\r
+Redistribution and use in source and binary forms, with or without\r
+modification, are permitted provided that the following conditions are met:\r
+    * Redistributions of source code must retain the above copyright\r
+      notice, this list of conditions and the following disclaimer.\r
+    * Redistributions in binary form must reproduce the above copyright\r
+      notice, this list of conditions and the following disclaimer in the\r
+      documentation and/or other materials provided with the distribution.\r
+    * Neither the name of the <organization> nor the\r
+      names of its contributors may be used to endorse or promote products\r
+      derived from this software without specific prior written permission.\r
+\r
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\r
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r
+DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY\r
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\r
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\r
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\r
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+\r
+============================================================================================\r
+Simplified BSD License\r
+\r
+Copyright <year> <copyright holder>. All rights reserved.\r
+\r
+Redistribution and use in source and binary forms, with or without modification, are\r
+permitted provided that the following conditions are met:\r
+\r
+   1. Redistributions of source code must retain the above copyright notice, this list of\r
+      conditions and the following disclaimer.\r
+\r
+   2. Redistributions in binary form must reproduce the above copyright notice, this list\r
+      of conditions and the following disclaimer in the documentation and/or other materials\r
+      provided with the distribution.\r
+\r
+THIS SOFTWARE IS PROVIDED BY <COPYRIGHT HOLDER> ''AS IS'' AND ANY EXPRESS OR IMPLIED\r
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND\r
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR\r
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\r
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\r
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\r
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\r
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+\r
+The views and conclusions contained in the software and documentation are those of the\r
+authors and should not be interpreted as representing official policies, either expressed\r
+or implied, of <copyright holder>.\r
+\r
+============================================================================================\r
+Small/Pawn License\r
+\r
+Copyright (c) ITB CompuPhase, 1997-2003\r
+\r
+This software is provided "as-is", without any express or implied warranty.\r
+In no event will the authors be held liable for any damages arising from\r
+the use of this software.\r
+\r
+Permission is granted to anyone to use this software for any purpose,\r
+including commercial applications, and to alter it and redistribute it\r
+freely, subject to the following restrictions:\r
+\r
+ 1.  The origin of this software must not be misrepresented; you must not\r
+     claim that you wrote the original software. If you use this software in\r
+     a product, an acknowledgment in the product documentation would be\r
+     appreciated but is not required.\r
+ 2.  Altered source versions must be plainly marked as such, and must not be\r
+     misrepresented as being the original software.\r
+ 3.  This notice may not be removed or altered from any source distribution.\r
+\r
+============================================================================================\r
+Motorola License\r
+\r
+  Copyright Motorola, Inc. 2003\r
+  ALL RIGHTS RESERVED\r
+\r
+  You are hereby granted a copyright license to use, modify, and \r
+  distribute the SOFTWARE so long as this entire notice is retained \r
+  without alteration in any modified and/or redistributed versions, \r
+  and that such modified versions are clearly identified as such.  \r
+  No licenses are granted by implication, estoppel or otherwise under \r
+  any patents or trademarks of Motorola, Inc.\r
+\r
+  The SOFTWARE is provided on an "AS IS" basis and without warranty.  \r
+  To the maximum extent permitted by applicable law, MOTOROLA DISCLAIMS \r
+  ALL WARRANTIES WHETHER EXPRESS OR IMPLIED, INCLUDING IMPLIED \r
+  WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR \r
+  PURPOSE AND ANY WARRANTY AGAINST INFRINGEMENT WITH \r
+  REGARD TO THE SOFTWARE (INCLUDING ANY MODIFIED VERSIONS \r
+  THEREOF) AND ANY ACCOMPANYING WRITTEN MATERIALS. \r
+\r
+  To the maximum extent permitted by applicable law, IN NO EVENT SHALL \r
+  MOTOROLA BE LIABLE FOR ANY DAMAGES WHATSOEVER \r
+  (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF \r
+  BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS \r
+  INFORMATION, OR OTHER PECUNIARY LOSS) ARISING OF THE USE OR \r
+  INABILITY TO USE THE SOFTWARE.   Motorola assumes no responsibility \r
+  for the maintenance and support of the SOFTWARE.\r
+\r
+============================================================================================\r
+Google License\r
+\r
+THE C++ WRAPPER FUNCTIONS\r
+-------------------------\r
+\r
+Contributed by:   Google Inc.\r
+\r
+Copyright (c) 2007-2008, Google Inc.\r
+All rights reserved.\r
+\r
+============================================================================================\r
+ISC(Internet Software Consortium) License\r
+\r
+Copyright ⓒ 2004-2011 by Internet Systems Consortium, Inc. ("ISC")\r
+Copyright ⓒ 1995-2003 by Internet Software Consortium \r
+\r
+Permission to use, copy, modify, and/or distribute this \r
+software for any purpose with or without fee is hereby \r
+granted, provided that the above copyright notice and \r
+this permission notice appear in all copies.\r
+\r
+THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL \r
+WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL \r
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO \r
+EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, \r
+OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING \r
+FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION \r
+OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING \r
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF \r
+THIS SOFTWARE.\r
+\r
+============================================================================================\r
+CPOL(The Code Project Open License)\r
+\r
+THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CODE PROJECT \r
+OPEN LICENSE ("LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER \r
+APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS \r
+LICENSE OR COPYRIGHT LAW IS PROHIBITED.\r
+\r
+BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HEREIN, YOU ACCEPT AND AGREE TO\r
+BE BOUND BY THE TERMS OF THIS LICENSE. THE AUTHOR GRANTS YOU THE RIGHTS \r
+CONTAINED HEREIN IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND \r
+CONDITIONS. IF YOU DO NOT AGREE TO ACCEPT AND BE BOUND BY THE TERMS OF THIS \r
+LICENSE, YOU CANNOT MAKE ANY USE OF THE WORK.\r
+\r
+1. Definitions. \r
+  a. "Articles" means, collectively, all articles written by Author which describes \r
+    how the Source Code and Executable Files for the Work may be used by a user. \r
+  b. "Author" means the individual or entity that offers the Work under the terms of \r
+    this License. \r
+  c. "Derivative Work" means a work based upon the Work or upon the Work and \r
+    other pre-existing works. \r
+  d. "Executable Files" refer to the executables, binary files, configuration and any \r
+    required data files included in the Work. \r
+  e. "Publisher" means the provider of the website, magazine, CD-ROM, DVD or \r
+    other medium from or by which the Work is obtained by You. \r
+  f. "Source Code" refers to the collection of source code and configuration files \r
+    used to create the Executable Files. \r
+  g. "Standard Version" refers to such a Work if it has not been modified, or has \r
+    been modified in accordance with the consent of the Author, such consent \r
+    being in the full discretion of the Author. \r
+  h. "Work" refers to the collection of files distributed by the Publisher, including \r
+    the Source Code, Executable Files, binaries, data files, documentation, \r
+    whitepapers and the Articles. \r
+  i. "You" is you, an individual or entity wishing to use the Work and exercise your \r
+    rights under this License. \r
+2. Fair Use/Fair Use Rights. Nothing in this License is intended to reduce, limit, or \r
+  restrict any rights arising from fair use, fair dealing, first sale or other limitations on \r
+  the exclusive rights of the copyright owner under copyright law or other applicable laws. \r
+3. License Grant. Subject to the terms and conditions of this License, the Author \r
+  hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the \r
+  duration of the applicable copyright) license to exercise the rights in the Work as \r
+  stated below: \r
+  a. You may use the standard version of the Source Code or Executable Files in \r
+    Your own applications. \r
+  b. You may apply bug fixes, portability fixes and other modifications obtained from \r
+    the Public Domain or from the Author. A Work modified in such a way shall still \r
+    be considered the standard version and will be subject to this License. \r
+  c. You may otherwise modify Your copy of this Work (excluding the Articles) in any \r
+    way to create a Derivative Work, provided that You insert a prominent notice in \r
+    each changed file stating how, when and where You changed that file. \r
+  d. You may distribute the standard version of the Executable Files and Source \r
+    Code or Derivative Work in aggregate with other (possibly commercial) programs \r
+    as part of a larger (possibly commercial) software distribution. \r
+  e. The Articles discussing the Work published in any form by the author may not \r
+    be distributed or republished without the Author's consent. The author retains \r
+    copyright to any such Articles. You may use the Executable Files and Source \r
+    Code pursuant to this License but you may not repost or republish or otherwise \r
+    distribute or make available the Articles, without the prior written consent of the Author. \r
+  Any subroutines or modules supplied by You and linked into the Source Code or \r
+  Executable Files of this Work shall not be considered part of this Work and will not be \r
+  subject to the terms of this License. \r
+4. Patent License. Subject to the terms and conditions of this License, each Author \r
+  hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, \r
+  irrevocable (except as stated in this section) patent license to make, have made, \r
+  use, import, and otherwise transfer the Work. \r
+5. Restrictions. The license granted in Section 3 above is expressly made subject to \r
+  and limited by the following restrictions: \r
+  a. You agree not to remove any of the original copyright, patent, trademark, and \r
+    attribution notices and associated disclaimers that may appear in the Source \r
+    Code or Executable Files. \r
+  b. You agree not to advertise or in any way imply that this Work is a product of \r
+    Your own. \r
+  c. The name of the Author may not be used to endorse or promote products \r
+    derived from the Work without the prior written consent of the Author. \r
+  d. You agree not to sell, lease, or rent any part of the Work. This does not restrict \r
+    you from including the Work or any part of the Work inside a larger software \r
+    distribution that itself is being sold. The Work by itself, though, cannot be sold, \r
+    leased or rented. \r
+  e. You may distribute the Executable Files and Source Code only under the terms \r
+    of this License, and You must include a copy of, or the Uniform Resource \r
+    Identifier for, this License with every copy of the Executable Files or Source \r
+    Code You distribute and ensure that anyone receiving such Executable Files and \r
+    Source Code agrees that the terms of this License apply to such Executable \r
+    Files and/or Source Code. You may not offer or impose any terms on the Work \r
+    that alter or restrict the terms of this License or the recipients' exercise of the \r
+    rights granted hereunder. You may not sublicense the Work. You must keep \r
+    intact all notices that refer to this License and to the disclaimer of warranties. \r
+    You may not distribute the Executable Files or Source Code with any \r
+    technological measures that control access or use of the Work in a manner \r
+    inconsistent with the terms of this License. \r
+  f. You agree not to use the Work for illegal, immoral or improper purposes, or on \r
+    pages containing illegal, immoral or improper material. The Work is subject to \r
+    applicable export laws. You agree to comply with all such laws and regulations \r
+    that may apply to the Work after Your receipt of the Work. \r
+6. Representations, Warranties and Disclaimer. THIS WORK IS PROVIDED "AS IS", \r
+  "WHERE IS" AND "AS AVAILABLE", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES \r
+  OR CONDITIONS OR GUARANTEES. YOU, THE USER, ASSUME ALL RISK IN ITS USE, \r
+  INCLUDING COPYRIGHT INFRINGEMENT, PATENT INFRINGEMENT, SUITABILITY, ETC. \r
+  AUTHOR EXPRESSLY DISCLAIMS ALL EXPRESS, IMPLIED OR STATUTORY WARRANTIES \r
+  OR CONDITIONS, INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF \r
+  MERCHANTABILITY, MERCHANTABLE QUALITY OR FITNESS FOR A PARTICULAR \r
+  PURPOSE, OR ANY WARRANTY OF TITLE OR NON-INFRINGEMENT, OR THAT THE WORK \r
+  (OR ANY PORTION THEREOF) IS CORRECT, USEFUL, BUG-FREE OR FREE OF VIRUSES. \r
+  YOU MUST PASS THIS DISCLAIMER ON WHENEVER YOU DISTRIBUTE THE WORK OR \r
+  DERIVATIVE WORKS. \r
+7. Indemnity. You agree to defend, indemnify and hold harmless the Author and the \r
+  Publisher from and against any claims, suits, losses, damages, liabilities, costs, and \r
+  expenses (including reasonable legal or attorneys? fees) resulting from or relating to \r
+  any use of the Work by You. \r
+8. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN \r
+  NO EVENT WILL THE AUTHOR OR THE PUBLISHER BE LIABLE TO YOU ON ANY LEGAL \r
+  THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY \r
+  DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK OR OTHERWISE, \r
+  EVEN IF THE AUTHOR OR THE PUBLISHER HAS BEEN ADVISED OF THE POSSIBILITY OF \r
+  SUCH DAMAGES. \r
+9. Termination. \r
+  a. This License and the rights granted hereunder will terminate automatically upon \r
+    any breach by You of any term of this License. Individuals or entities who have \r
+    received Derivative Works from You under this License, however, will not have \r
+    their licenses terminated provided such individuals or entities remain in full \r
+    compliance with those licenses. Sections 1, 2, 6, 7, 8, 9, 10 and 11 will survive \r
+    any termination of this License. \r
+  b. If You bring a copyright, trademark, patent or any other infringement claim \r
+    against any contributor over infringements You claim are made by the Work, \r
+    your License from such contributor to the Work ends automatically. \r
+  c. Subject to the above terms and conditions, this License is perpetual (for the \r
+    duration of the applicable copyright in the Work). Notwithstanding the above, \r
+    the Author reserves the right to release the Work under different license terms \r
+    or to stop distributing the Work at any time; provided, however that any such \r
+    election will not serve to withdraw this License (or any other license that has \r
+    been, or is required to be, granted under the terms of this License), and this \r
+    License will continue in full force and effect unless terminated as stated above. \r
+10. Publisher. The parties hereby confirm that the Publisher shall not, under any \r
+  circumstances, be responsible for and shall not have any liability in respect of the \r
+  subject matter of this License. The Publisher makes no warranty whatsoever in \r
+  connection with the Work and shall not be liable to You or any party on any legal \r
+  theory for any damages whatsoever, including without limitation any general, special, \r
+  incidental or consequential damages arising in connection to this license. The\r
+  Publisher reserves the right to cease making the Work available to You at any time \r
+  without notice \r
+11. Miscellaneous \r
+  a. This License shall be governed by the laws of the location of the head office of \r
+    the Author or if the Author is an individual, the laws of location of the principal \r
+    place of residence of the Author. \r
+  b. If any provision of this License is invalid or unenforceable under applicable law, \r
+    it shall not affect the validity or enforceability of the remainder of the terms of \r
+    this License, and without further action by the parties to this License, such \r
+    provision shall be reformed to the minimum extent necessary to make such \r
+    provision valid and enforceable. \r
+  c. No term or provision of this License shall be deemed waived and no breach \r
+    consented to unless such waiver or consent shall be in writing and signed by \r
+    the party to be charged with such waiver or consent. \r
+  d. This License constitutes the entire agreement between the parties with respect \r
+    to the Work licensed herein. There are no understandings, agreements or \r
+    representations with respect to the Work not specified herein. The Author shall \r
+    not be bound by any additional provisions that may appear in any \r
+    communication from You. This License may not be modified without the mutual \r
+    written agreement of the Author and You. \r
+\r
+\r
+============================================================================================\r
+\r
+\r
diff --git a/resource/icons/00_brightness_left.png b/resource/icons/00_brightness_left.png
new file mode 100755 (executable)
index 0000000..3f44b8f
Binary files /dev/null and b/resource/icons/00_brightness_left.png differ
diff --git a/resource/icons/00_brightness_right.png b/resource/icons/00_brightness_right.png
new file mode 100755 (executable)
index 0000000..06cf04f
Binary files /dev/null and b/resource/icons/00_brightness_right.png differ
diff --git a/resource/icons/00_input_bg_black.png b/resource/icons/00_input_bg_black.png
new file mode 100755 (executable)
index 0000000..d5c11f5
Binary files /dev/null and b/resource/icons/00_input_bg_black.png differ
diff --git a/resource/icons/00_input_bg_white.png b/resource/icons/00_input_bg_white.png
new file mode 100755 (executable)
index 0000000..562314f
Binary files /dev/null and b/resource/icons/00_input_bg_white.png differ
diff --git a/resource/icons/00_search_input_field_bg.png b/resource/icons/00_search_input_field_bg.png
new file mode 100644 (file)
index 0000000..f5aaa5e
Binary files /dev/null and b/resource/icons/00_search_input_field_bg.png differ
diff --git a/resource/icons/68_icon_vibration_01.png b/resource/icons/68_icon_vibration_01.png
new file mode 100755 (executable)
index 0000000..dd36262
Binary files /dev/null and b/resource/icons/68_icon_vibration_01.png differ
diff --git a/resource/icons/68_icon_vibration_02.png b/resource/icons/68_icon_vibration_02.png
new file mode 100755 (executable)
index 0000000..327ac97
Binary files /dev/null and b/resource/icons/68_icon_vibration_02.png differ
diff --git a/resource/icons/AboutPhone.png b/resource/icons/AboutPhone.png
new file mode 100755 (executable)
index 0000000..215d387
Binary files /dev/null and b/resource/icons/AboutPhone.png differ
diff --git a/resource/icons/Accounts.png b/resource/icons/Accounts.png
new file mode 100644 (file)
index 0000000..50f1886
Binary files /dev/null and b/resource/icons/Accounts.png differ
diff --git a/resource/icons/B04_slider_btn_Vibration01.png b/resource/icons/B04_slider_btn_Vibration01.png
new file mode 100755 (executable)
index 0000000..8783cb6
Binary files /dev/null and b/resource/icons/B04_slider_btn_Vibration01.png differ
diff --git a/resource/icons/B04_slider_btn_Vibration02.png b/resource/icons/B04_slider_btn_Vibration02.png
new file mode 100755 (executable)
index 0000000..f89881d
Binary files /dev/null and b/resource/icons/B04_slider_btn_Vibration02.png differ
diff --git a/resource/icons/B04_slider_btn_Volume01.png b/resource/icons/B04_slider_btn_Volume01.png
new file mode 100755 (executable)
index 0000000..2d9f384
Binary files /dev/null and b/resource/icons/B04_slider_btn_Volume01.png differ
diff --git a/resource/icons/B04_slider_btn_Volume02.png b/resource/icons/B04_slider_btn_Volume02.png
new file mode 100755 (executable)
index 0000000..a28bfc4
Binary files /dev/null and b/resource/icons/B04_slider_btn_Volume02.png differ
diff --git a/resource/icons/BT_device_mobile.png b/resource/icons/BT_device_mobile.png
new file mode 100755 (executable)
index 0000000..0ef6064
Binary files /dev/null and b/resource/icons/BT_device_mobile.png differ
diff --git a/resource/icons/DataRoaming.png b/resource/icons/DataRoaming.png
new file mode 100755 (executable)
index 0000000..3ff46ee
Binary files /dev/null and b/resource/icons/DataRoaming.png differ
diff --git a/resource/icons/DateAndTime.png b/resource/icons/DateAndTime.png
new file mode 100755 (executable)
index 0000000..f68d08a
Binary files /dev/null and b/resource/icons/DateAndTime.png differ
diff --git a/resource/icons/DefaultIcon.png b/resource/icons/DefaultIcon.png
new file mode 100755 (executable)
index 0000000..76d68be
Binary files /dev/null and b/resource/icons/DefaultIcon.png differ
diff --git a/resource/icons/Display.png b/resource/icons/Display.png
new file mode 100755 (executable)
index 0000000..0b44bae
Binary files /dev/null and b/resource/icons/Display.png differ
diff --git a/resource/icons/Event.png b/resource/icons/Event.png
new file mode 100644 (file)
index 0000000..d275826
Binary files /dev/null and b/resource/icons/Event.png differ
diff --git a/resource/icons/FlightMode.png b/resource/icons/FlightMode.png
new file mode 100644 (file)
index 0000000..05c5995
Binary files /dev/null and b/resource/icons/FlightMode.png differ
diff --git a/resource/icons/Home.png b/resource/icons/Home.png
new file mode 100755 (executable)
index 0000000..3b73dc3
Binary files /dev/null and b/resource/icons/Home.png differ
diff --git a/resource/icons/Keyboard.png b/resource/icons/Keyboard.png
new file mode 100644 (file)
index 0000000..02a43b9
Binary files /dev/null and b/resource/icons/Keyboard.png differ
diff --git a/resource/icons/Kies-via-WiFi.png b/resource/icons/Kies-via-WiFi.png
new file mode 100755 (executable)
index 0000000..87cfdae
Binary files /dev/null and b/resource/icons/Kies-via-WiFi.png differ
diff --git a/resource/icons/Language.png b/resource/icons/Language.png
new file mode 100644 (file)
index 0000000..58f734f
Binary files /dev/null and b/resource/icons/Language.png differ
diff --git a/resource/icons/License.png b/resource/icons/License.png
new file mode 100755 (executable)
index 0000000..6db2114
Binary files /dev/null and b/resource/icons/License.png differ
diff --git a/resource/icons/Location.png b/resource/icons/Location.png
new file mode 100755 (executable)
index 0000000..9860fd3
Binary files /dev/null and b/resource/icons/Location.png differ
diff --git a/resource/icons/ManageApplications.png b/resource/icons/ManageApplications.png
new file mode 100755 (executable)
index 0000000..ff97a19
Binary files /dev/null and b/resource/icons/ManageApplications.png differ
diff --git a/resource/icons/Memory.png b/resource/icons/Memory.png
new file mode 100755 (executable)
index 0000000..c18ea6b
Binary files /dev/null and b/resource/icons/Memory.png differ
diff --git a/resource/icons/MobileAP.png b/resource/icons/MobileAP.png
new file mode 100644 (file)
index 0000000..430143f
Binary files /dev/null and b/resource/icons/MobileAP.png differ
diff --git a/resource/icons/More.png b/resource/icons/More.png
new file mode 100755 (executable)
index 0000000..62b468b
Binary files /dev/null and b/resource/icons/More.png differ
diff --git a/resource/icons/Network.png b/resource/icons/Network.png
new file mode 100644 (file)
index 0000000..7ccd6c0
Binary files /dev/null and b/resource/icons/Network.png differ
diff --git a/resource/icons/Reset.png b/resource/icons/Reset.png
new file mode 100644 (file)
index 0000000..033b92c
Binary files /dev/null and b/resource/icons/Reset.png differ
diff --git a/resource/icons/Security.png b/resource/icons/Security.png
new file mode 100644 (file)
index 0000000..b5b2d56
Binary files /dev/null and b/resource/icons/Security.png differ
diff --git a/resource/icons/Sound.png b/resource/icons/Sound.png
new file mode 100755 (executable)
index 0000000..36bc53c
Binary files /dev/null and b/resource/icons/Sound.png differ
diff --git a/resource/icons/Synchronise.png b/resource/icons/Synchronise.png
new file mode 100644 (file)
index 0000000..3d9e44f
Binary files /dev/null and b/resource/icons/Synchronise.png differ
diff --git a/resource/icons/Theme.png b/resource/icons/Theme.png
new file mode 100755 (executable)
index 0000000..ef0de7a
Binary files /dev/null and b/resource/icons/Theme.png differ
diff --git a/resource/icons/Touch.png b/resource/icons/Touch.png
new file mode 100755 (executable)
index 0000000..9312683
Binary files /dev/null and b/resource/icons/Touch.png differ
diff --git a/resource/icons/USB.png b/resource/icons/USB.png
new file mode 100644 (file)
index 0000000..9c6eb7c
Binary files /dev/null and b/resource/icons/USB.png differ
diff --git a/resource/icons/VoiceInOut.png b/resource/icons/VoiceInOut.png
new file mode 100644 (file)
index 0000000..5716413
Binary files /dev/null and b/resource/icons/VoiceInOut.png differ
diff --git a/resource/icons/Wallpaper.png b/resource/icons/Wallpaper.png
new file mode 100755 (executable)
index 0000000..eeac9f1
Binary files /dev/null and b/resource/icons/Wallpaper.png differ
diff --git a/resource/icons/Wifi.png b/resource/icons/Wifi.png
new file mode 100644 (file)
index 0000000..c1b392e
Binary files /dev/null and b/resource/icons/Wifi.png differ
diff --git a/resource/icons/WifiDirect.png b/resource/icons/WifiDirect.png
new file mode 100644 (file)
index 0000000..6873342
Binary files /dev/null and b/resource/icons/WifiDirect.png differ
diff --git a/resource/icons/horz_scrollbar.png b/resource/icons/horz_scrollbar.png
new file mode 100755 (executable)
index 0000000..afcf5bb
Binary files /dev/null and b/resource/icons/horz_scrollbar.png differ
diff --git a/resource/icons/phoneCalling.png b/resource/icons/phoneCalling.png
new file mode 100755 (executable)
index 0000000..df195fa
Binary files /dev/null and b/resource/icons/phoneCalling.png differ
diff --git a/resource/icons/robert.png b/resource/icons/robert.png
new file mode 100755 (executable)
index 0000000..a91c21d
Binary files /dev/null and b/resource/icons/robert.png differ
diff --git a/resource/icons/robert_lift.png b/resource/icons/robert_lift.png
new file mode 100755 (executable)
index 0000000..b29fb6f
Binary files /dev/null and b/resource/icons/robert_lift.png differ
diff --git a/resource/icons/rotation-locked.png b/resource/icons/rotation-locked.png
new file mode 100755 (executable)
index 0000000..448b0e3
Binary files /dev/null and b/resource/icons/rotation-locked.png differ
diff --git a/resource/images/00_input_bg_black.png b/resource/images/00_input_bg_black.png
new file mode 100755 (executable)
index 0000000..d5c11f5
Binary files /dev/null and b/resource/images/00_input_bg_black.png differ
diff --git a/resource/images/00_input_bg_white.png b/resource/images/00_input_bg_white.png
new file mode 100755 (executable)
index 0000000..562314f
Binary files /dev/null and b/resource/images/00_input_bg_white.png differ
diff --git a/resource/setting-theme.edc b/resource/setting-theme.edc
new file mode 100755 (executable)
index 0000000..575c057
--- /dev/null
@@ -0,0 +1,551 @@
+/*
+ * setting
+ *
+ * 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://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,
+ * 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.
+ *
+ */
+#include "../setting-common/include/setting-common-data-edj-define.h"
+//#include "setting-genlist.edc"
+
+//Cnnot be fixed when select multiple resolution
+#define ITEM_X_DEN (480.0)
+#define ITEM_Y_DEN (90.0)
+#define ITEM_Y_DEN2 (60.0)
+#define MAIN_Y_DEN (800.0)
+
+//#define GROUP_LIST_BG_COLOR_INC 242 238 233 255
+
+images
+{
+       image: "00_input_bg_black.png" COMP;
+       image: "00_input_bg_white.png" COMP;
+}
+
+collections
+{
+       styles
+       {
+               style
+               {
+                       name: "textblock_style";
+                       base: "font=HelveN_Asia font_size=30 align=center color=#ffffff wrap=char";
+                       tag:  "br" "\n";
+                       tag:  "hilight" "+ font=HelveN_Asia:style=Bold";
+                       tag:  "b" "+ font=HelveN_Asia:style=Bold";
+                       tag:  "whitecolor" "+ color=#ffffff";
+                       tag:  "tab" "\t";
+               }
+               style
+               {
+                       name: "description_style";
+                       base: "font=SLP:style=Roman font_size=24 align=left color=#ff0000 wrap=mixed";
+                       tag:  "br" "\n";
+                       tag:  "hilight" "+ font=SLP:style=Regular";
+                       tag:  "b" "+ font=SLP:style=Regular";
+                       tag:  "whitecolor" "+ color=#ffffff";
+                       tag:  "tab" "\t";
+               }
+       }
+       group {
+               name: "search_layout";
+
+               parts {
+                       /* background */
+                       part {
+                               name: "bg";
+                               type: RECT;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       rel1 { relative: 0.0 0.0; offset: 0 0;}
+                                       rel2 { relative: 1.0 1.0; offset: 0 0;}
+                                       color: 0 0 0 0;
+                               }
+                       }
+                       part {
+                               name: "bg_swallow";
+                               type: SWALLOW;
+                               mouse_events: 0;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg";}
+                                       rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg";}
+                               }
+                       }
+
+                       /******Begin adding middle icon and its text*******/
+                       part { name: "middle_icon_text";/*middle allign*/
+                                   type: TEXT;
+                                   scale: 1;
+                                   description { state: "default" 0.0;
+                                          align: 0.5 1.0;
+                                          rel1 { relative: 0.0 0.54; offset: 0 0; to: "bg"; }
+                                          rel2 { relative: 1.0 0.6; offset: 0 0; to: "bg"; }
+
+                                      color: 0 255 0 255;
+                                      text
+                                          {
+                                                 font: "SLP:style=Regular";
+                                                 size: 32;
+                                                 min: 0 0;
+                                                 align: 0.5 0.5;
+                                      }
+                               }
+                       }
+
+                       part {
+                               name: "middle_icon";
+                               type: SWALLOW;
+                               mouse_events: 1;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       //min: 130 116;
+                                       fixed: 1 1;
+                                       align: 0.5 0.5;
+                                       rel1 { relative: 0.33 0.6; offset: 0 0; to: "bg"; }
+                                       rel2 { relative: 0.66 0.8; offset: 0 0; to: "bg"; }
+                               }
+                       }
+
+                       /******End adding middle icon and its text*******/
+
+                       /* search area swallow */
+                       part {
+                               name: "search_bar";
+                               type: SWALLOW;
+                               mouse_events: 1;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       min: 0 ITEM_Y_DEN;
+                                       fixed: 1 1;
+                                       align: 0.0 0.0;
+                                       rel1 { relative: 0.0 10/MAIN_Y_DEN; offset: 0 0; to: "bg"; }
+                                       rel2 { relative: 1.0 0.0; offset: 0 0; to: "bg"; }
+                               }
+                       }
+
+                       /* genlist swallow */
+                       part {
+                               name: "search_list";
+                               type: SWALLOW;
+                               mouse_events: 1;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       align: 0.0 0.0;
+                                       //rel1 { relative: 0.0 1.0; offset: 0 0; to: "search_bar"; }
+                                       rel1 { relative: 0.0 ITEM_Y_DEN/MAIN_Y_DEN; offset: 0 1; to: "bg"; }
+                                       rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg"; }
+                               }
+                       }
+
+                       part {
+                               name: "search_list2";
+                               type: SWALLOW;
+                               mouse_events: 1;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       align: 0.0 0.0;
+                                       rel1 { relative: 0.0 0.0; offset: 0 0; to: "bg"; }
+                                       rel2 { relative: 1.0 1.0; offset: 0 0; to: "bg"; }
+
+                               }
+                       }
+
+               } // end of parts
+       }
+
+       group {
+               name: "layout_with_title_datetime"; 
+               parts {
+                       part {
+                               name: "title";
+                               type: TEXT;
+                               scale: 1;
+
+                               description {
+                                       state: "default" 0.0;
+                                       //rel1 { relative: 0.0 0.0; offset: 0 -30;}    // 10 -30, -20, -15
+                                       rel1 { relative: 0.0 0.0; offset: 0 -20;}    // 10 -30, -20, -15
+                                       rel2 { relative: 1.0 0.6; }
+                                       color: 0 0 0 255;
+                                       
+                                       text {
+                                               font: "SLP:style=Roman";
+                                               size: 22;
+                                               align: 0.0 0.5;
+                                       }
+                               }
+                /*Support other theme display*/
+                description {
+                        state: "white" 0.0;
+                        inherit: "default" 0.0;
+                        color: 255 255 255 255;
+                }
+
+                       }
+
+                       part {
+                               name: "layout";
+                               type: SWALLOW;
+                               scale: 1;
+
+                               description {
+                                       state: "default" 0.0;
+                                       rel1 { relative: 0.0 0.3; }
+                                       rel2 { relative: 1.0 1.0; offset: 0 -15;} // -15
+                               }
+                       }
+                       part { name: "padding";
+                               type: SWALLOW;
+                               scale: 1;
+                               description { state: "default" 0.0;
+                                       rel1 { relative: 0.0 0.0;}
+                                       rel2 { relative: 1.0 1.0;}
+                                       color: 0 0 0 0;
+                               }
+                       }
+               }
+
+        /*Support other theme display*/
+        programs {
+                program {//black theme need white text
+                        name: "Change_non_white_theme";
+                        signal: "change,non-white,theme";
+                        source: "title";
+                        action: STATE_SET "white" 0.0;
+                        target: "title";
+                }
+        }
+       }
+
+       group
+       {
+               name:"thumbnail_icon2";
+               min: 110 50;
+               max: 121 55;
+               parts
+               {
+                       part
+                       {
+                               name:"checkbox";
+                               type:SWALLOW;
+                               scale: 1;
+                               description
+                               {
+                                       state: "default" 0.0;
+                                       rel1 { relative: 0.0 0.0; offset: 0 0;}
+                                       rel2 { relative: 0.45 1.0; offset: 0 0;}
+                               }
+                       }
+                       part
+                       {
+                               name: "space";
+                               type: RECT;
+                               scale: 1;
+                               description
+                               { state: "default" 0.0;
+                                  min: 45 0;
+                                  fixed: 1 0;
+                                  rel1
+                                  {
+                                         relative: 1.0 0.0;
+                                         to_x: "checkbox";
+                                  }
+                                  rel2.to_x: "checkbox";
+                                  color: 0 0 0 0;
+                                  align: 0.0 0.0;
+                               }
+
+                       }
+                       part
+                       {
+                               name:"thumbnail";
+                               type:SWALLOW;
+                               scale: 1;
+                               description
+                               {
+                                       state: "default" 0.0;
+                                       rel1 { relative: 0.45 0.0; offset: 0 0;}
+                                       rel2 { relative: 1.0 1.0; offset: 0 0;}
+                               }
+                       }
+               }
+       }
+#define TITLE_AREA_H 150
+#define BOTTOM_BAR_AREA_H 114
+#define HD_HEIGHT 1280
+#define WALLPAPER_LAYOUT_H ((HD_HEIGHT)-(TITLE_AREA_H)-(BOTTOM_BAR_AREA_H))
+
+       group {
+               name: "wallpaper_layout";
+               #define FONT_SIZE 24
+               parts {
+                       /* background */
+                       part {
+                               name: "bg";
+                               type: RECT;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       rel1 { relative: 0.0 0.0; offset: 0 0;}
+                                       rel2 { relative: 1.0 1.0; offset: 0 0;}
+                                       color: 0 0 0 0;
+                               }
+                       }
+                       part {
+                               name: "left_swallow_bg";
+                               type: RECT;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       rel1 { relative: 16/720 30/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+                                       rel2 { relative: 352/720 630/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+                                       color: 0 0 0 0;
+                               }
+                               /*
+                               description {
+                                       state: "pressed" 0.0;
+                                       inherit: "default" 0.0;
+                                       color: 255 102 28 255;
+                               }*/
+                       }
+
+                       part {
+                               name: "left_swallow";
+                               type: SWALLOW;
+                               mouse_events: 1;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       align: 0.5 0.5;
+                                       rel1 { relative: 0.0 0.0; offset: 0 0; to: "left_swallow_bg"; }
+                                       rel2 { relative: 1.0 1.0; offset: 0 0; to: "left_swallow_bg"; }
+
+                               }
+                       }
+               part { name: "left_text";
+                           type: TEXT;
+                           scale: 1;
+                           description { state: "default" 0.0;
+                                  align: 0.5 0.5;
+                                  rel1 { relative: 16/720 652/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+                                  rel2 { relative: 352/720 690/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+
+                              color: 0 0 0 255;
+                              text
+                                  {
+                                         font: "SLP:style=Regular";
+                                         size: FONT_SIZE;
+                                         min: 0 0;
+                                         align: 0.5 0.5;
+                              }
+                           }
+                               /*Support other theme display*/
+                               description {
+                                       state: "white" 0.0;
+                                       inherit: "default" 0.0;
+                                       color: 255 255 255 255;//white color
+                               }
+
+                       }
+
+                       part {
+                               name: "right_swallow_bg";
+                               type: RECT;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       rel1 { relative: 368/720 30/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+                                       rel2 { relative: 704/720 630/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+                                       color: 0 0 0 0;
+                               }
+                               /*description {
+                                       state: "pressed" 0.0;
+                                       inherit: "default" 0.0;
+                                       color: 255 102 28 255;
+                               }*/
+                       }
+
+                       part {
+                               name: "right_swallow";
+                               type: SWALLOW;
+                               mouse_events: 1;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       align: 0.5 0.5;
+                                       rel1 { relative: 0.0 0.0; offset: 0 0; to: "right_swallow_bg"; }
+                                       rel2 { relative: 1.0 1.0; offset: 0 0; to: "right_swallow_bg"; }
+                               }
+                       }
+               part { name: "right_text";
+                           type: TEXT;
+                           scale: 1;
+                           description { state: "default" 0.0;
+                                  align: 0.5 0.5;
+                                  rel1 { relative: 368/720 652/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+                                  rel2 { relative: 704/720 690/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+
+                                  color: 0 0 0 255;
+                              text
+                                  {
+                                         font: "SLP:style=Regular";
+                                         size: FONT_SIZE;
+                                         min: 0 0;
+                                         align: 0.5 0.5;
+                              }
+                           }
+                               description {
+                                       state: "white" 0.0;
+                                       inherit: "default" 0.0;
+                                       color: 255 255 255 255;//white color
+                               }
+                       }
+
+                       part {
+                               name: "btn";
+                               type: SWALLOW;
+                               mouse_events: 1;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       align: 0.0 0.0;
+                                       rel1 { relative: 16/720 712/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+                                       rel2 { relative: 704/720 786/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+                               }
+                       }
+/*
+                       part {
+                               name: "lock_btn";
+                               type: SWALLOW;
+                               mouse_events: 1;
+                               scale: 1;
+                               description {
+                                       state: "default" 0.0;
+                                       align: 0.0 0.0;
+                                       rel1 { relative: 16/720 818/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+                                       rel2 { relative: 704/720 892/WALLPAPER_LAYOUT_H; offset: 0 0; to: "bg"; }
+                               }
+                       }
+*/
+
+               } // end of parts
+           programs {
+                       program { name: "left_mouse_press,";
+                           signal: "mouse,down,1";
+                           source: "left_swallow_bg";
+                               //action: STATE_SET "default" 0.0;
+                           script {
+                               set_state(PART:"right_swallow_bg", "default", 0.0);
+                                       set_state(PART:"left_swallow_bg", "pressed", 0.0);
+                           }
+                       }
+
+                       program { name: "right_mouse_press,";
+                           signal: "mouse,down,1";
+                           source: "right_swallow_bg";
+                               //action: STATE_SET "default" 0.0;
+                           script {
+                               set_state(PART:"right_swallow_bg", "pressed", 0.0);
+                                       set_state(PART:"left_swallow_bg", "default", 0.0);
+                           }
+                       }
+
+            /*Support other theme display*/
+            program {//black theme need white text
+                    name: "Change_non_white_theme";
+                    signal: "change,non-white,theme";
+                    source: "elm";
+                    action: STATE_SET "white" 0.0;
+                    target: "left_text";
+                    target: "right_text";
+            }
+               }
+
+       }
+
+       group
+       {
+        name: "selinfo_bottom";
+
+        parts {
+                part {
+                        name: "background";
+                        type: RECT;
+                        scale: 1;
+                        description {
+                                state: "default" 0.0;
+                                rel1 { relative: 0.0 0.0; }
+                                rel2 { relative: 1.0 1.0; }
+                                color: 0 0 0 0;
+                        }
+                }
+
+                part {
+                        name: "elm.swallow.contents";
+                        type: SWALLOW;
+                        scale: 1;
+                        description {
+                                state: "default" 0.0;
+                                rel1 { relative: 0.0 0.0; to: "background"; }
+                                rel2 { relative: 1.0 0.0; to_x: "background"; to_y:"bottom_padding"; }
+                        }
+                }
+
+                part {
+                        name: "bottom_padding";
+                        type: RECT;
+                        scale: 1;
+                        description {
+                                state: "default" 0.0;
+                                min: 0 0;
+                                fixed: 0 1;
+                                align: 0.5 1.0;
+                                rel1 { relative: 0.0 1.0; to: "background"; }
+                                rel2 { relative: 1.0 1.0; to: "background"; }
+                                color: 0 0 0 0;
+                        }
+                        description {
+                                state: "padding" 0.0;
+                                inherit: "default" 0.0;
+                                min: 0 5; // 66+4+12
+                        }
+                }
+        }
+
+        programs {
+                program {
+                        name: "bottom_padding_content_area";
+                        signal: "elm,layout,content,bottom_padding";
+                        source: "layout";
+                        action: STATE_SET "padding" 0.0;
+                        target: "bottom_padding";
+                }
+                program {
+                        name: "default_content_area";
+                        signal: "elm,layout,content,default";
+                        source: "layout";
+                        action: STATE_SET "default" 0.0;
+                        target: "bottom_padding";
+                }
+        }
+       }
diff --git a/setting-about/CMakeLists.txt b/setting-about/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..dd188a9
--- /dev/null
@@ -0,0 +1,35 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
+
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_about REQUIRED elementary appcore-common appcore-efl drm-service iniparser ui-gadget bundle evas ecore tapi elm-webview ewebkit bluetooth-api)
+
+FOREACH(flag ${pkgs_about_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")
+
+ADD_LIBRARY(${SETTING_ABOUT_UG} SHARED 
+       src/setting-about.c
+       src/setting-about-main.c
+       src/setting-about-licences.c
+)
+
+TARGET_LINK_LIBRARIES(${SETTING_ABOUT_UG} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON}/ -lsetting-common)
+TARGET_LINK_LIBRARIES(${SETTING_ABOUT_UG} ${pkgs_about_LDFLAGS})
+
+INSTALL(TARGETS ${SETTING_ABOUT_UG} DESTINATION /opt/ug/lib)
diff --git a/setting-about/include/setting-about-licences.h b/setting-about/include/setting-about-licences.h
new file mode 100755 (executable)
index 0000000..f66e82e
--- /dev/null
@@ -0,0 +1,34 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_ABOUT_LICENCES_H__
+#define __SETTING_ABOUT_LICENCES_H__
+
+#include <setting-about.h>
+
+static void setting_about_licences_click_back_cb(void *data,
+                                               Evas_Object *obj,
+                                               void *event_info);
+
+#endif         /* __SETTING_ABOUT_LICENCES_H__ */
diff --git a/setting-about/include/setting-about-main.h b/setting-about/include/setting-about-main.h
new file mode 100755 (executable)
index 0000000..758e104
--- /dev/null
@@ -0,0 +1,72 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_ABOUT_MAIN_H__
+#define __SETTING_ABOUT_MAIN_H__
+
+#include <setting-about.h>
+
+#define SETTING_ABOUT_INFO_PATH "/etc/info.ini"
+#define SETTING_ABOUT_MACINFO_PATH "/opt/etc/.mac.info"
+#define SETTING_ABOUT_POWER_SUPPLY_PATH "/sys/class/power_supply"
+#define SETTING_ABOUT_BD_ADDR_PATH "/opt/etc/.bd_addr"
+#define SETTING_ABOUT_STAT_PATH "/proc/stat"
+
+#define SETTING_ABOUT_NEVER_TURN_WIFI_ON_STR "Never Turn WI-FI ON"
+#define SETTING_ABOUT_DEVICE_INFO_STR "IDS_ST_BODY_DEVICE_INFO"
+#define SETTING_ABOUT_DEVICE_NAME_STR "IDS_COM_POP_NAME"
+#define SETTING_ABOUT_MY_NUMBER_STR "IDS_ST_BODY_MY_NUMBER"
+#define SETTING_ABOUT_MODEL_STR "IDS_COM_BODY_FILEDETAIL_MODEL"
+#define SETTING_ABOUT_VERSION_STR "IDS_COM_POP_VERSION"
+#define SETTING_ABOUT_BLUETOOTH_STR "Bluetooth"
+#define SETTING_ABOUT_WIFI_STR _("IDS_ST_HEADER_WI_FI")
+#define SETTING_ABOUT_BATTERY_STR _("IDS_ST_BODY_BATTERY")
+#define SETTING_ABOUT_CPU_USAGE_STR _("IDS_ST_BODY_CPU_USAGE")
+
+#define SETTING_ABOUT_SLP_STR                  "SLP"
+#define SETTING_ABOUT_SLP_STR_LEN              3
+
+/**
+* Do process when clicking '<-' button
+*
+* @param data
+* @param obj
+* @param event_info
+*/
+static void setting_about_main_click_softkey_back_cb(void *data,
+                                                    Evas_Object *obj,
+                                                    void *event_info);
+
+/**
+* Do process when clicking on some genlist item
+*
+* @param data
+* @param obj
+* @param event_info
+*/
+static void setting_about_main_mouse_up_Gendial_list_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info);
+
+#endif                         /* __SETTING_ABOUT_MAIN_H__ */
diff --git a/setting-about/include/setting-about.h b/setting-about/include/setting-about.h
new file mode 100755 (executable)
index 0000000..e659b73
--- /dev/null
@@ -0,0 +1,99 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_ABOUT_H__
+#define __SETTING_ABOUT_H__
+
+#include <stdio.h>
+#include <appcore-efl.h>
+#include <Elementary.h>
+#include <ITapiSim.h>
+
+#include <glib-object.h>
+
+#include <ui-gadget.h>
+#include <ui-gadget-module.h>
+#include <bundle.h>
+#include <iniparser.h>
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+
+#define MAX_DISPLAY_STR_LEN_ON_PHONE_INFO      256
+#define BT_MAC_LEN                             14
+
+#define SETTING_ABOUT_PROGRESSBAR_TIMEOUT 10
+#define SETTING_ABOUT_MOBILE_AP_TURNED_OFF "Wi-Fi hotspot will be turned off if Device name is changed."
+
+#define SETTING_ABOUT_MY_NUMBERS_LEN 5
+#define SETTING_ABOUT_WIFI_MAC_STR_LEN 17
+
+typedef struct _SettingAboutUG SettingAboutUG;
+
+/**
+ * Setting About UG context
+ * all UG function has void* as an agument. this is casted back to SettingAboutUG
+ * and the functions access app context.
+ */
+struct _SettingAboutUG {
+       struct ui_gadget *ug;
+
+       Elm_Genlist_Item_Class itc_1text;
+       Elm_Genlist_Item_Class itc_1icon;
+       Elm_Genlist_Item_Class itc_2text_2;
+       Elm_Genlist_Item_Class itc_seperator;
+       Elm_Genlist_Item_Class itc_group_item;
+       Elm_Genlist_Item_Class itc_2text_3_parent;
+       Elm_Genlist_Item_Class itc_1icon_1text_sub;
+       Elm_Genlist_Item_Class itc_help_style;
+
+       /* add more variables here (move your appdata to here) */
+       Evas *evas;
+       Evas_Object *win_main_layout;
+       Evas_Object *win_get;
+
+       struct ui_gadget *ug_loading;
+
+       Evas_Object *navi_bar;
+       Evas_Object *ly_main;
+       Evas_Object *genlsit;
+
+       Ecore_Timer *update_timer;
+       Setting_GenGroupItem_Data *item_dev_name;
+       Setting_GenGroupItem_Data *item_data_cpu;
+       Setting_GenGroupItem_Data *item_data_battery;
+       Evas_Object *popup;
+       Evas_Object *progress_bar;
+       bool empty_flag;
+       char *my_numbers[SETTING_ABOUT_MY_NUMBERS_LEN];
+       int my_number_sel_idx;
+       bool popup_showed_flag; /** if popup has been showed, do not show again*/
+};
+
+extern setting_view setting_view_about_main;
+extern setting_view setting_view_about_licences;
+void setting_about_layout_ug_cb(struct ui_gadget *ug, enum ug_mode mode,
+                                 void *priv);
+
+#endif                         /* __SETTING_ABOUT_H__ */
diff --git a/setting-about/src/setting-about-licences.c b/setting-about/src/setting-about-licences.c
new file mode 100644 (file)
index 0000000..355155f
--- /dev/null
@@ -0,0 +1,149 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-about-licences.h>
+#include <Elementary_webview.h>
+#include <ewk_view.h>
+//#define SETTING_OPEN_SOURCE_LICENSE_PATH "/opt/apps/org.tizen.setting/data/Open_Source_Announcement.txt"
+//#define SETTING_OPEN_SOURCE_LICENSE_PATH "/opt/apps/org.tizen.setting/data/Open_Source_Announcement.htm"
+#define SETTING_OPEN_SOURCE_LICENSE_PATH "/opt/apps/org.tizen.setting/data/Open_Source_Announcement.html"
+
+static int setting_about_licences_create(void *cb);
+static int setting_about_licences_destroy(void *cb);
+static int setting_about_licences_update(void *cb);
+static int setting_about_licences_cleanup(void *cb);
+
+setting_view setting_view_about_licences = {
+       .create = setting_about_licences_create,
+       .destroy = setting_about_licences_destroy,
+       .update = setting_about_licences_update,
+       .cleanup = setting_about_licences_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+static Eina_Bool __web_on_idle(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       SettingAboutUG *ad = (SettingAboutUG *) data;
+       if (ad->progress_bar) {
+               evas_object_del(ad->progress_bar);
+               ad->progress_bar = NULL;
+       }
+       return FALSE;
+}
+static int setting_about_licences_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingAboutUG *ad = (SettingAboutUG *) cb;
+
+       Evas_Object *scroller;
+       ad->progress_bar = setting_create_popup_with_progressbar(ad, ad->win_get,
+                                "pending_list",
+                                NULL, NULL, NULL, 0);
+
+       
+       Evas_Object *webview = elm_webview_add(ad->win_get);
+       //evas_object_color_set(webview, 255, 255, 0, 255);
+       //setting_dim_evas_object(webview, FALSE);
+       
+       Evas_Object *webkit = elm_webview_webkit_view_get(webview);
+       Evas_Object *main_frame = ewk_view_frame_main_get(webkit);
+       evas_object_color_set(main_frame, 255, 255, 0, 255);
+       ewk_view_setting_enable_frame_flattening_set(webkit, EINA_TRUE);
+       //ewk_view_uri_set(webkit, "http://www.google.com");
+       ewk_view_uri_set(webkit, "file://"SETTING_OPEN_SOURCE_LICENSE_PATH);
+
+       setting_push_layout_navi_bar_scroller(ad->win_main_layout,
+                                             _("IDS_ST_BODY_OPEN_SOURCE_LICENCES"),
+                                             _("IDS_COM_BODY_BACK"),
+                                             NULL,
+                                             setting_about_licences_click_back_cb,
+                                             NULL, ad, &scroller,
+                                             ad->navi_bar);
+       elm_scroller_bounce_set(scroller, EINA_FALSE, EINA_FALSE);
+       elm_object_content_set(scroller, webview);
+       ecore_idler_add(__web_on_idle, ad);
+       setting_view_about_licences.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_about_licences_destroy(void *cb)
+{
+       /* error check */
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       if (setting_view_about_licences.is_create)
+       {
+               SettingAboutUG *ad = (SettingAboutUG *) cb;
+               
+               
+               if (ad->progress_bar) {
+                       evas_object_del(ad->progress_bar);
+                       ad->progress_bar = NULL;
+               }
+               elm_naviframe_item_pop(ad->navi_bar);
+               
+               setting_view_about_licences.is_create = 0;
+       }
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_about_licences_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_about_licences_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return setting_about_licences_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_about_licences_click_back_cb(void *data, Evas_Object *obj,
+                                           void *event_info)
+{
+       /* error check */
+       setting_retm_if(data == NULL, " Data parameter is NULL");
+
+       SettingAboutUG *ad = (SettingAboutUG *) data;
+       setting_view_change(&setting_view_about_licences,
+                           &setting_view_about_main, ad);
+}
diff --git a/setting-about/src/setting-about-main.c b/setting-about/src/setting-about-main.c
new file mode 100755 (executable)
index 0000000..577cdb9
--- /dev/null
@@ -0,0 +1,1031 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-about-main.h>
+#include <aul.h>
+#include <iniparser.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <bluetooth-api.h>
+
+#define MAX_DEVICE_NAME_LEN                    24
+#define EMPTY_LIMITATION_STR           "Name cannot be empty!"
+
+
+static int setting_about_main_create(void *cb);
+static int setting_about_main_destroy(void *cb);
+static int setting_about_main_update(void *cb);
+static int setting_about_main_cleanup(void *cb);
+
+setting_view setting_view_about_main = {
+       .create = setting_about_main_create,
+       .destroy = setting_about_main_destroy,
+       .update = setting_about_main_update,
+       .cleanup = setting_about_main_cleanup,
+};
+
+static void __setting_about_main_mobile_ap_turn_off_ask_resp_cb(void *data,
+                                                   Evas_Object *obj,
+                                                   void *event_info);
+
+static void __setting_about_main_certificates_clicked(void *data);
+static void __setting_about_main_device_name_clicked(void *data, Evas_Object *obj);
+static void __setting_about_main_exp_cb(void *data, Evas_Object *obj, void *event_info);
+static void __setting_about_sub_list_rd_change(void *data, Evas_Object *obj, void *event_info);
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static void
+__setting_about_device_name_changed_cb(void *data, Evas_Object *obj,
+                                      void *event_info)
+{
+       retm_if(!data || !obj, "Data parameter is NULL");
+       //return if entry is not focused too
+       retm_if(!elm_object_focus_get(obj), "Entry is not focused");
+
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       SettingAboutUG *ad = list_item->userdata;
+       retm_if(ad == NULL, "Data parameter is NULL");
+
+       const char *entry_str = elm_entry_entry_get(obj);
+       int entry_len = safeStrLen(entry_str);
+       SETTING_TRACE("entry_str:[%s], lenght:%d", entry_str, entry_len);
+
+       //for genlist update
+       G_FREE(list_item->sub_desc);//release first
+       list_item->sub_desc = (char *)g_strdup(entry_str);
+
+       if (NULL == entry_str || 0 == entry_len) {
+               if (!ad->empty_flag)
+               {
+                       ad->empty_flag = TRUE;
+                       Elm_Object_Item *navi_it = elm_naviframe_top_item_get(ad->navi_bar);
+                       if (navi_it)
+                       {
+                               Evas_Object *back_btn = elm_object_item_part_content_get(navi_it, "prev_btn");
+                               setting_disable_evas_object(back_btn);
+                               setting_dim_evas_object(back_btn, TRUE);
+                       }
+
+               }
+       } else {
+               if (ad->empty_flag)
+               {
+                       ad->empty_flag = FALSE;
+                       Elm_Object_Item *navi_it = elm_naviframe_top_item_get(ad->navi_bar);
+                       if (navi_it)
+                       {
+                               Evas_Object *back_btn = elm_object_item_part_content_get(navi_it, "prev_btn");
+                               setting_enable_evas_object(back_btn);
+                               setting_undo_dim_evas_object(back_btn, TRUE);
+                       }
+               }
+       }
+
+}
+
+void setting_about_main_get_phonenumber(char *my_numbers[], int *my_numbers_len, int *selected_index)
+{
+       SETTING_TRACE_BEGIN;
+       /* Currently only have one SIM card */
+       TelSimSubscriberInfo_t subscriber;
+       TapiResult_t ret = 0;
+       ret = tel_get_sim_msisdn(&subscriber);
+       setting_retm_if(ret != TAPI_API_SUCCESS, "call tel_get_sim_msisdn failed");
+
+       SETTING_TRACE("num[%s]", subscriber.num);
+       *my_numbers_len = 0;
+       *selected_index = 0;
+       if(!isEmptyStr(subscriber.num)) {
+               my_numbers[0] = (char *)g_strdup(subscriber.num);
+               (*my_numbers_len)++;
+       } else {
+               SETTING_TRACE("subscriber.num is empty string");
+               my_numbers[0] = NULL;
+       }
+}
+
+/*
+       Model Name:
+               - No ini: Unavailable
+               - Tizen @ target: TIZEN
+               - Tizen @ emul: SDK
+*/
+void setting_about_main_get_phone_model_name(char* szStr, int nSize)
+{
+       retm_if(szStr == NULL, "szStr parameter is NULL");
+
+       char szBin[50];
+       char szEmul[50];
+
+       const char* szBinVer = NULL;
+
+       dictionary* dic = iniparser_load(SETTING_ABOUT_INFO_PATH);
+       if (dic) {
+               szBinVer = (char*)iniparser_getstr(dic, "Version:Build");
+               if (szBinVer) {
+                       char* str = g_strdup(szBinVer);
+                       if (str) {
+                               char* pPos = str;
+                               while (*pPos++) {
+                                       if ('_' == *pPos)
+                                               *pPos = ' ';
+                               }
+                               sscanf(str, "%s %s", szBin, szEmul);
+                       }
+                       G_FREE(str);
+               }
+       }
+
+       if (!strncmp(szEmul, "emul", 4)) {
+               snprintf(szStr, nSize, "%s", "SDK");
+       } else {
+               if (!strncmp(szBin, "TIZEN", 5)) {
+                       snprintf(szStr, nSize, "TIZEN");
+               } else {
+                       snprintf(szStr, nSize, "%s", _("IDS_ST_HEADER_UNAVAILABLE"));
+               }
+       }
+
+       if (dic) {
+               iniparser_freedict(dic);
+               dic = NULL;
+       }
+}
+
+void setting_about_main_get_sw_version(char* szStr, int nSize)
+{
+       retm_if(szStr == NULL, "szStr parameter is NULL");
+
+       dictionary* dic = iniparser_load(SETTING_ABOUT_INFO_PATH);
+       if (dic == NULL) {
+               snprintf(szStr, nSize, "%s", _("IDS_ST_HEADER_UNAVAILABLE"));
+       } else {
+               char* szBinVer =
+                       g_strdup((char*)iniparser_getstr(dic, "Version:Build"));
+               if (szBinVer) {
+                       char* pPos = szBinVer;
+                       while(*pPos++) {
+                               if ('.' == *pPos) *pPos = '\0';
+                       }
+               } else {
+                       szBinVer = g_strdup(_("IDS_ST_HEADER_UNAVAILABLE"));
+               }
+               snprintf(szStr, nSize, "TIZEN (%s)", szBinVer);
+               G_FREE(szBinVer);
+       }
+
+       if (dic) {
+               iniparser_freedict(dic);
+               dic = NULL;
+       }
+}
+
+void setting_about_main_get_wifi_mac_address_string(char *str, int size)
+{
+       setting_retm_if(str == NULL, "str parameter is NULL");
+       setting_retm_if(size < SETTING_ABOUT_WIFI_MAC_STR_LEN+1, "size parameter is wrong");
+
+       FILE *p = fopen(SETTING_ABOUT_MACINFO_PATH, "r");
+
+
+
+       if (p) {
+
+               fread(str, sizeof(char), SETTING_ABOUT_WIFI_MAC_STR_LEN, p);
+               fclose(p);
+               p = NULL;
+       } else {
+               perror("open failed!");
+       }
+
+
+       SETTING_TRACE_DEBUG("get_wifi_mac_address : %s", str);
+
+       if(safeStrLen(str) == 0)
+               snprintf(str, size, "%s  (%s)", _("IDS_ST_HEADER_UNAVAILABLE"), _(SETTING_ABOUT_NEVER_TURN_WIFI_ON_STR));
+
+
+
+
+
+}
+
+void setting_about_main_get_battery_string(char *str, int size)
+{
+       setting_retm_if(str == NULL, "str parameter is NULL");
+
+       int val = -1;
+       char file[MAX_DISPLAY_STR_LEN_ON_PHONE_INFO] = { 0, };
+       snprintf(file, MAX_DISPLAY_STR_LEN_ON_PHONE_INFO,
+                "%s/%s/%s", SETTING_ABOUT_POWER_SUPPLY_PATH, "battery", "capacity");
+
+       char buf[MAX_DISPLAY_STR_LEN_ON_PHONE_INFO] = { 0, };
+       int fd = 0;
+       int r = 0;
+
+       fd = open(file, O_RDONLY);
+       if (fd != -1) {
+               r = read(fd, buf, MAX_DISPLAY_STR_LEN_ON_PHONE_INFO);
+               if ((r >= 0) && (r < MAX_DISPLAY_STR_LEN_ON_PHONE_INFO)) {
+                       buf[r] = '\0';
+                       val = atoi(buf);
+                       snprintf(str, size, "%d%s", val, "\%");
+               } else {
+                       SETTING_TRACE_ERROR("read file fail");
+                       snprintf(str, size, _("IDS_ST_HEADER_UNAVAILABLE"));
+               }
+
+               close(fd);
+       } else {
+               SETTING_TRACE_ERROR("open file fail");
+               snprintf(str, size, _("IDS_ST_HEADER_UNAVAILABLE"));
+       }
+}
+
+void setting_about_main_get_bluetooth_address_string(char *str, int size)
+{
+       setting_retm_if(str == NULL, "str parameter is NULL");
+
+       bluetooth_device_address_t local_address;
+       memset(&local_address, 0x0, sizeof(local_address));
+       int ret = 0;
+
+       /* for fixing BS of dbus signal */
+       bluetooth_register_callback(NULL, NULL);
+
+    ret = bluetooth_get_local_address(&local_address);
+
+       /* for fixing BS of dbus signal */
+       bluetooth_unregister_callback();
+
+    if (ret < 0)
+       {
+        snprintf(str, size, "%s", _("IDS_ST_HEADER_UNAVAILABLE"));
+    }
+       else
+    {
+               snprintf(str, size, "%2.2X:%2.2X:%2.2X:%2.2X:%2.2X:%2.2X",
+                        local_address.addr[0], local_address.addr[1], local_address.addr[2],
+                        local_address.addr[3], local_address.addr[4], local_address.addr[5]);
+    }
+       SETTING_TRACE_DEBUG("bt address : %s", str);
+}
+
+int __stat_get_cpuinfo(float *usr_pct, float *sys_pct)
+{
+       setting_retvm_if(usr_pct == NULL, -ENOENT, "param usr_pct is null");
+       setting_retvm_if(sys_pct == NULL, -ENOENT, "param sys_pct is null");
+
+       /*  default value */
+       *usr_pct = 0.0;
+       *sys_pct = 0.0;
+       static unsigned long long usr_time = 0, nice_time = 0, sys_time = 0;
+       static unsigned long long old_usr = 0, old_nice = 0, old_sys = 0;
+       static struct timeval old_tv, cur_tv;
+       unsigned long long elapsed_tick;
+       long tick_per_sec;
+       long cpu_num;
+       FILE *fp = NULL;
+       int ret = 0;
+
+       tick_per_sec = sysconf(_SC_CLK_TCK);
+       cpu_num = sysconf(_SC_NPROCESSORS_ONLN);
+
+       if (cpu_num < 1)
+               cpu_num = 1;
+
+       gettimeofday(&cur_tv, NULL);
+       fp = fopen(SETTING_ABOUT_STAT_PATH, "r");
+       if (fp == NULL) {
+               SETTING_TRACE_ERROR("fp == NULL");
+               return -ENOENT;
+       }
+
+        char cpu_info[MAX_COMMON_BUFFER_LEN] = {0,};
+        char *cpu_info_p = fgets(cpu_info, MAX_COMMON_BUFFER_LEN, fp);
+
+               if(cpu_info_p == NULL) {
+                       SETTING_TRACE_ERROR("fgets failed");
+                       fclose(fp);   // free - code
+                       return -ENOENT;
+               }
+
+        char *substr = NULL;
+        unsigned long long tmp_long = 0;
+        int i = 0;
+        /* split cpu_info, get 3 numbers headmost*/
+        while ((substr = strsep(&cpu_info_p, " \t")) != NULL) {
+                char* endptr = NULL;
+                tmp_long = strtoull(substr, &endptr, 10);
+               if (tmp_long != 0 && tmp_long != ULLONG_MAX) {
+                        switch (i) {
+                        case 0:
+                                usr_time = tmp_long;
+                                break;
+                        case 1:
+                                nice_time = tmp_long;
+                                break;
+                        case 2:
+                                sys_time = tmp_long;
+                                break;
+                        default:
+                                break;
+                        }
+                        i++;
+                }
+                if (i >= 3) {
+                        break;
+                }
+        }
+
+       fclose(fp);
+       fp = NULL;
+       if (old_usr == 0) {
+               ret = -EAGAIN;
+               SETTING_TRACE_ERROR("old_usr == 0");
+               goto out;
+       }
+
+       elapsed_tick = (cur_tv.tv_sec - old_tv.tv_sec) * tick_per_sec +
+           ((cur_tv.tv_usec - old_tv.tv_usec) * tick_per_sec) / 1000000;
+
+       /* REMOVE BS */
+       if (elapsed_tick != 0)
+               *usr_pct =
+                   ((float)(usr_time - old_usr) * 100 / elapsed_tick) /
+                   cpu_num;
+       else
+               *usr_pct = 0;
+       /* REMOVE BS */
+       if (elapsed_tick != 0)
+               *sys_pct =
+                   ((float)(sys_time - old_sys) * 100 / elapsed_tick) /
+                   cpu_num;
+       else
+               *sys_pct = 0;
+
+ out:
+       old_usr = usr_time;
+       old_nice = nice_time;
+       old_sys = sys_time;
+       old_tv = cur_tv;
+
+       return ret;
+}
+
+static Eina_Bool __timer_update_cb(const void *data)
+{
+       retv_if(data == NULL, TRUE);
+       SettingAboutUG *ad = (SettingAboutUG *) data;
+
+       char str[MAX_DISPLAY_STR_LEN_ON_PHONE_INFO] = { 0, };
+       if (ad->item_data_cpu) {
+               float usr, sys;
+               int ret = __stat_get_cpuinfo(&usr, &sys);
+               if (ret == -ENOENT) {
+                       SETTING_TRACE_ERROR("call __stat_get_cpuinfo fail");
+                       snprintf(str, sizeof(str),
+                                _("IDS_ST_HEADER_UNAVAILABLE"));
+               } else {
+                       snprintf(str, sizeof(str), "%.0f%s", usr + sys, "\%");
+               }
+
+               ad->item_data_cpu->sub_desc = (char *)g_strdup(str);
+               elm_object_item_data_set(ad->item_data_cpu->item, ad->item_data_cpu);
+               elm_genlist_item_update(ad->item_data_cpu->item);
+       }
+
+       if (ad->item_data_battery) {
+               setting_about_main_get_battery_string(str, sizeof(str));
+               ad->item_data_battery->sub_desc = (char *)g_strdup(str);
+               elm_object_item_data_set(ad->item_data_battery->item, ad->item_data_battery);
+               elm_genlist_item_update(ad->item_data_battery->item);
+       }
+       return TRUE;
+}
+
+static void
+__about_main_gl_mouse_up(void *data, Evas *e, Evas_Object *obj, void *event)
+{
+       ret_if(!data);
+       SettingAboutUG *ad = (SettingAboutUG *) data;
+       retm_if(event == NULL, "Invalid argument: event info is NULL");
+       Evas_Event_Mouse_Up *ev = (Evas_Event_Mouse_Up *)event;
+
+       if (ad->item_dev_name) {
+               Elm_Object_Item *selected_item = elm_genlist_at_xy_item_get(ad->genlsit, ev->output.x, ev->output.y, NULL);
+               if (ad->empty_flag && ad->item_dev_name->item != selected_item) {
+                       setting_create_popup_without_btn(ad, ad->win_get,_(EMPTY_LIMITATION_STR),
+                                            NULL, NULL, POPUP_INTERVAL);
+                       return;
+               }
+               else
+               {
+                       //invoke elm_object_unfocus to trigger "unfocus" event.
+                       elm_object_focus_set(ad->item_dev_name->eo_check, EINA_FALSE);
+                       setting_hide_input_pannel_cb(ad->item_dev_name->eo_check);
+               }
+       }
+
+}
+
+static void __entry_unfocus_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(!data || !obj, "Data parameter is NULL");
+
+       Evas_Object *entry_container = elm_object_parent_widget_get(obj);
+       if(entry_container)
+       {
+               elm_object_part_text_set(entry_container, "elm.guidetext", _("IDS_ST_BODY_TAP_TO_INSERT"));
+
+               if(elm_entry_is_empty(obj))
+                       elm_object_signal_emit(entry_container, "elm,state,guidetext,show", "elm");
+               elm_object_signal_emit(entry_container, "elm,state,eraser,hide", "elm");
+       }
+
+       //Setting_GenGroupItem_Data *list_item = data;
+       const char *entry_str = elm_entry_entry_get(obj);
+       char *entry_str_utf8 = NULL;
+       entry_str_utf8 = elm_entry_markup_to_utf8(entry_str);
+       //int len = safeStrLen(entry_str_utf8);
+       SETTING_TRACE("To store \"%s\" into vconf[%s]", entry_str_utf8, VCONFKEY_SETAPPL_DEVICE_NAME_STR);
+
+       if (0 != vconf_set_str(VCONFKEY_SETAPPL_DEVICE_NAME_STR, entry_str_utf8)) {
+               SETTING_TRACE_ERROR("Set vconf[%s] failed",
+                                   VCONFKEY_SETAPPL_DEVICE_NAME_STR);
+       }
+
+       FREE(entry_str_utf8);
+
+}
+
+
+static int setting_about_main_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingAboutUG *ad = (SettingAboutUG *) cb;
+
+       Evas_Object *scroller = elm_genlist_add(ad->win_main_layout);
+       retvm_if(scroller == NULL, SETTING_DRAW_ERR_FAIL_SCROLLER,
+                "Cannot set scroller object  as contento of layout");
+       elm_genlist_clear(scroller);    /* first to clear list */
+
+       /*  Enabling illume notification property for window */
+       elm_win_conformant_set(ad->win_main_layout, 1);
+       Evas_Object *conformant = elm_conformant_add(ad->win_main_layout);
+       elm_object_style_set(conformant, "internal_layout");    /*  By Kollus. 2011-01-04 */
+       evas_object_show(conformant);
+       elm_object_content_set(conformant, scroller);
+       ad->genlsit = scroller;
+
+       ad->ly_main =
+           setting_create_layout_navi_bar(ad->win_main_layout, ad->win_get,
+                                          _(KeyStr_AboutPhone),
+                                          _("IDS_COM_BODY_BACK"), NULL, NULL,
+                                          setting_about_main_click_softkey_back_cb,
+                                          NULL, NULL, ad, conformant,
+                                          &ad->navi_bar, NULL);
+
+       evas_object_event_callback_add(scroller, EVAS_CALLBACK_MOUSE_UP,
+                                      __about_main_gl_mouse_up, ad);
+
+       Elm_Object_Item *item = NULL;
+       Setting_GenGroupItem_Data *item_data = NULL;
+       char str[MAX_DISPLAY_STR_LEN_ON_PHONE_INFO] = { 0, };
+
+       (void)setting_create_Gendial_field_titleItem(scroller,
+                                                    &(ad->itc_group_item),
+                                                    SETTING_ABOUT_DEVICE_INFO_STR, NULL);
+
+       /* Device name */
+       char *name_value = vconf_get_str(VCONFKEY_SETAPPL_DEVICE_NAME_STR);
+       char *pa_sub_desc = elm_entry_utf8_to_markup(name_value);
+       FREE(name_value);
+
+       ad->empty_flag = FALSE;
+       if (NULL == pa_sub_desc || '\0' == pa_sub_desc[0])
+       {
+               ad->empty_flag = TRUE;
+               Elm_Object_Item *navi_it = elm_naviframe_top_item_get(ad->navi_bar);
+               if (navi_it)
+               {
+                       Evas_Object *back_btn = elm_object_item_part_content_get(navi_it, "prev_btn");
+                       setting_disable_evas_object(back_btn);
+                       setting_dim_evas_object(back_btn, TRUE);
+               }
+       }
+
+       // [UI] Device name
+       ad->item_dev_name =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1icon),
+                                            setting_about_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_LAYOUT_ENTRY,
+                                            NULL, NULL, 0, SETTING_ABOUT_DEVICE_NAME_STR, pa_sub_desc,
+                                            __setting_about_device_name_changed_cb);
+       if (ad->item_dev_name) {
+               ad->item_dev_name->userdata = ad;
+               ad->item_dev_name->isSinglelineFlag = 1;
+               ad->item_dev_name->stop_change_cb = __entry_unfocus_cb;
+               ad->item_dev_name->limit_filter_data = calloc(1, sizeof(Elm_Entry_Filter_Accept_Set));
+
+               if (ad->item_dev_name->limit_filter_data) {
+                       //max byte len is 31 not 31+1
+                       ad->item_dev_name->limit_filter_data->max_byte_count = MAX_DEVICE_NAME_LEN;
+                       ad->item_dev_name->win_main = ad->win_get;
+               }
+               ad->item_dev_name->input_panel_disable_flag = EINA_TRUE;
+       } else {
+               SETTING_TRACE_ERROR("ad->item_dev_name is NULL");
+       }
+       FREE(pa_sub_desc);
+
+       /* My number */
+       int my_numbers_len = 0;
+       setting_about_main_get_phonenumber(ad->my_numbers, &my_numbers_len, &ad->my_number_sel_idx);
+       if (my_numbers_len == 1) {
+               item_data =
+                       setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2),
+                                            setting_about_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0, SETTING_ABOUT_MY_NUMBER_STR,
+                                            ad->my_numbers[0], NULL);
+               if (item_data) {
+                       elm_genlist_item_select_mode_set(item_data->item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+               } else {
+                       SETTING_TRACE_ERROR("item_data is NULL");
+               }
+       } else if (my_numbers_len > 1){
+               setting_enable_expandable_genlist(scroller, ad,
+                                         __setting_about_main_exp_cb, NULL);
+               item_data = setting_create_Gendial_exp_parent_field(scroller,
+                                                   &(ad->itc_2text_3_parent),
+                                                   NULL, NULL,
+                                                   SWALLOW_Type_INVALID,
+                                                   SETTING_ABOUT_MY_NUMBER_STR,
+                                                   ad->my_numbers[ad->my_number_sel_idx]);
+
+       } else {
+               SETTING_TRACE_ERROR("don't have my number");
+       }
+
+       memset(str, 0x00, sizeof(str));
+       setting_about_main_get_phone_model_name(str, sizeof(str));
+       item_data =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2), NULL,
+                                            NULL, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0, SETTING_ABOUT_MODEL_STR, str, NULL);
+       if (item_data) {
+               elm_genlist_item_select_mode_set(item_data->item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       memset(str, 0x00, sizeof(str));
+       setting_about_main_get_sw_version(str, sizeof(str));
+       item_data =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2), NULL,
+                                            NULL, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0, SETTING_ABOUT_VERSION_STR, str, NULL);
+       if (item_data) {
+               elm_genlist_item_select_mode_set(item_data->item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       if ( ! isEmulBin()) { // requested by DI Kim due to BT BS on 11/26
+               memset(str, 0x00, sizeof(str));
+               setting_about_main_get_bluetooth_address_string(str, sizeof(str));
+               item_data =
+                       setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2), NULL,
+                                                       NULL, SWALLOW_Type_INVALID, NULL,
+                                                       NULL, 0, SETTING_ABOUT_BLUETOOTH_STR, str, NULL);
+               if (item_data) {
+                       elm_genlist_item_select_mode_set(item_data->item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+               } else {
+                               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+}
+       memset(str, 0x00, sizeof(str));
+       setting_about_main_get_wifi_mac_address_string(str, sizeof(str));
+
+       item_data =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2), NULL,
+                                            NULL, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0, SETTING_ABOUT_WIFI_STR, str, NULL);
+       if (item_data) {
+               elm_genlist_item_select_mode_set(item_data->item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       memset(str, 0x00, sizeof(str));
+       setting_about_main_get_battery_string(str, sizeof(str));
+       item_data =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2), NULL,
+                                            NULL, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0, SETTING_ABOUT_BATTERY_STR, str, NULL);
+       if (item_data) {
+               elm_genlist_item_select_mode_set(item_data->item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+               ad->item_data_battery = item_data;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       memset(str, 0x00, sizeof(str));
+       float usr, sys;
+       int ret = __stat_get_cpuinfo(&usr, &sys);
+       if (ret == -ENOENT) {
+               SETTING_TRACE_ERROR("call __stat_get_cpuinfo fail");
+               snprintf(str, sizeof(str), _("IDS_ST_HEADER_UNAVAILABLE"));
+       } else {
+               snprintf(str, sizeof(str), "%.0f%s", usr + sys, "\%");
+       }
+
+       ad->item_data_cpu = item_data =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2), NULL,
+                                            NULL, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0, SETTING_ABOUT_CPU_USAGE_STR, str, NULL);
+       if (item_data) {
+               elm_genlist_item_select_mode_set(item_data->item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                        setting_about_main_mouse_up_Gendial_list_cb,
+                                        ad, SWALLOW_Type_INVALID, NULL, NULL,
+                                        0, "IDS_ST_BODY_OPEN_SOURCE_LICENCES",
+                                        NULL, NULL);
+       // implementation is in progress.
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                        setting_about_main_mouse_up_Gendial_list_cb,
+                                        ad, SWALLOW_Type_INVALID, NULL, NULL,
+                                        0, "IDS_COM_BODY_CERTIFICATES", NULL, NULL);
+
+       ad->update_timer =
+           ecore_timer_add(2, (Ecore_Task_Cb) __timer_update_cb, ad);
+
+       setting_view_about_main.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_about_main_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingAboutUG *ad = (SettingAboutUG *) cb;
+
+       if (ad->update_timer) {
+               ecore_timer_del(ad->update_timer);
+               ad->update_timer = NULL;
+       }
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+       if (ad->progress_bar) {
+               evas_object_del(ad->progress_bar);
+               ad->progress_bar = NULL;
+       }
+
+       if (ad->ly_main != NULL) {
+               evas_object_del(ad->ly_main);
+               ad->ly_main = NULL;
+       }
+
+       setting_view_about_main.is_create = 0;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_about_main_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingAboutUG *ad = (SettingAboutUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_show(ad->ly_main);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_about_main_cleanup(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_about_main_click_softkey_back_cb(void *data, Evas_Object *obj,
+                                        void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingAboutUG *ad = (SettingAboutUG *) data;
+       if (ad->empty_flag) {
+               setting_create_popup_without_btn(ad, ad->win_get,_(EMPTY_LIMITATION_STR),
+                                    NULL, NULL, POPUP_INTERVAL);
+               if (ad->item_dev_name) {
+                       elm_object_focus_set(ad->item_dev_name->eo_check, EINA_TRUE);
+               }
+               return;
+       }
+
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+       //imf must be hided before view is destroyed.
+       //Following code is just to improve the hiding speed. If not add these code,
+       //the input pannel will also be hided with the view destroyed,but it works too slow.
+       if (ad->item_dev_name) {
+               elm_object_focus_set(ad->item_dev_name->eo_check, EINA_FALSE);
+               setting_hide_input_pannel_cb(ad->item_dev_name->eo_check);
+       }
+
+       SETTING_TRACE_END;
+}
+
+/**
+* @brief
+*
+* @param data
+* @param obj
+* @param event_info
+*/
+static void
+setting_about_main_mouse_up_Gendial_list_cb(void *data, Evas_Object *obj,
+                                           void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       /* SettingAboutUG *ad = (SettingAboutUG *) data; */
+
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+       if (!safeStrCmp("IDS_ST_BODY_OPEN_SOURCE_LICENCES", list_item->keyStr)) {
+
+               setting_view_change(&setting_view_about_main, &setting_view_about_licences, data);
+
+       } else if (!safeStrCmp("IDS_COM_BODY_CERTIFICATES", list_item->keyStr)) {
+               __setting_about_main_certificates_clicked(data);
+       } else if (!safeStrCmp(SETTING_ABOUT_DEVICE_NAME_STR, list_item->keyStr)) {
+               __setting_about_main_device_name_clicked(data, list_item->eo_check);
+       }
+}
+
+static void __destroy_certificates_ug_cb(struct ui_gadget *ug, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+
+       /* restore the '<-' button on the navigate bar */
+       ret_if(!priv);
+       SettingAboutUG *ad = (SettingAboutUG *) priv;   /* ad is point to priv */
+
+       if (ug) {
+               ug_destroy(ug);
+               ad->ug_loading = NULL;
+       }
+
+}
+
+static void __setting_about_main_certificates_clicked(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingAboutUG *ad = (SettingAboutUG *)data;
+
+       struct ug_cbs *cbs = (struct ug_cbs *)calloc(1, sizeof(struct ug_cbs));
+       if (!cbs) {
+               return;
+       }
+
+       cbs->layout_cb = setting_about_layout_ug_cb;
+       cbs->result_cb = NULL;
+       cbs->destroy_cb = __destroy_certificates_ug_cb;
+       cbs->priv = (void *)ad;
+
+       ad->ug_loading =
+           ug_create(ad->ug, "setting-manage-applications-efl", UG_MODE_FULLVIEW, NULL, cbs);
+
+       if (NULL == ad->ug_loading) {   /* error handling */
+               SETTING_TRACE_ERROR("NULL == ad->ug_loading");
+       }
+       FREE(cbs);
+}
+
+
+static void __setting_about_main_device_name_clicked(void *data, Evas_Object *obj)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       retm_if(obj == NULL, "obj parameter is NULL");
+       SettingAboutUG *ad = (SettingAboutUG *)data;
+
+       int mobile_ap_status = VCONFKEY_MOBILE_HOTSPOT_MODE_NONE;
+       int err = -1;
+       int ret = setting_get_int_slp_key(INT_SLP_SETTING_MOBILE_AP_STATUS, &mobile_ap_status, &err);
+       //setting_retm_if(ret == SETTING_RETURN_FAIL, "Get vconf failed");
+
+       if (!elm_object_focus_get(obj)) {
+               elm_object_focus_set(obj, EINA_TRUE);
+       }
+
+       if ((mobile_ap_status & VCONFKEY_MOBILE_HOTSPOT_MODE_WIFI) && !ad->popup_showed_flag) {
+               if (ad->popup) {
+                       evas_object_del(ad->popup);
+                       ad->popup = NULL;
+               }
+               ad->popup = setting_create_popup_with_btn(ad, ad->win_get,
+                                        _(SETTING_ABOUT_MOBILE_AP_TURNED_OFF),
+                                        NULL, __setting_about_main_mobile_ap_turn_off_ask_resp_cb, 0,
+                                        1, _("IDS_COM_SK_OK"));
+       } else {
+               Ecore_IMF_Context *imf_context = (Ecore_IMF_Context *)elm_entry_imf_context_get(obj);
+               setting_retm_if(imf_context == NULL, "imf_context is NULL");
+               ecore_imf_context_input_panel_show(imf_context);
+       }
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+static void __setting_about_main_mobile_ap_turn_off_ask_resp_cb(void *data,
+                                                   Evas_Object *obj,
+                                                   void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingAboutUG *ad = (SettingAboutUG *)data;
+       int response_type = btn_type(obj);
+
+       if (POPUP_RESPONSE_OK == response_type) {
+               ad->popup_showed_flag = TRUE;
+               Ecore_IMF_Context *imf_context = elm_entry_imf_context_get(ad->item_dev_name->eo_check);
+               setting_retm_if(imf_context == NULL, "imf_context is NULL");
+               ecore_imf_context_input_panel_show(imf_context);
+       }
+       
+       if (ad->popup)
+       {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+}
+
+static void __setting_about_main_exp_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       setting_retm_if(event_info == NULL, "event_info parameter is NULL");
+
+       SettingAboutUG *ad = (SettingAboutUG *) data;
+       Elm_Object_Item *parentItem = event_info;       /* parent item */
+       Evas_Object *scroller = elm_object_item_widget_get(parentItem);
+
+       Evas_Object *rgd = elm_radio_add(scroller);
+       elm_radio_value_set(rgd, -1);
+
+       int i = 0;
+       Setting_GenGroupItem_Data *item_data = NULL;
+       for(; i < SETTING_ABOUT_MY_NUMBERS_LEN; i++) {
+               if (ad->my_numbers[i] == NULL) {
+                       break;
+               }
+
+               item_data = setting_create_Gendial_exp_sub_field(scroller,
+                                       &(ad->itc_1icon_1text_sub),
+                                       NULL, NULL, parentItem,
+                                       SWALLOW_Type_1RADIO, rgd,
+                                       i,
+                                       ad->my_numbers[i], __setting_about_sub_list_rd_change);
+               if (item_data) {
+                       item_data->userdata = ad;
+                       elm_genlist_item_select_mode_set(item_data->item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+               } else {
+                       SETTING_TRACE_ERROR("item_data is NULL");
+               }
+       }
+       elm_radio_value_set(rgd, ad->my_number_sel_idx);
+}
+
+static void __setting_about_sub_list_rd_change(void *data, Evas_Object *obj, void *event_info) {
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingAboutUG *ad = (SettingAboutUG *) list_item->userdata;
+       SETTING_TRACE("my_number_sel_idx = %d", ad->my_number_sel_idx);
+       elm_radio_value_set(obj, ad->my_number_sel_idx);
+}
+
diff --git a/setting-about/src/setting-about.c b/setting-about/src/setting-about.c
new file mode 100755 (executable)
index 0000000..f53d13b
--- /dev/null
@@ -0,0 +1,274 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-about.h>
+#ifndef UG_MODULE_API
+#define UG_MODULE_API __attribute__ ((visibility("default")))
+#endif
+
+/**
+ * Event process when the sizeof UG view changes
+ */
+static void setting_about_ug_cb_resize(void *data, Evas *e, Evas_Object *obj,
+                                      void *event_info)
+{
+       SettingAboutUG *ad = (SettingAboutUG *) data;
+       setting_view_update(&setting_view_about_main, ad);
+}
+
+/**
+ * on_create function of the UG
+ */
+static void *setting_about_ug_on_create(struct ui_gadget *ug, enum ug_mode mode,
+                                       bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if((NULL == ug
+                         || NULL == priv), NULL, "NULL == ug || NULL == priv");
+       SettingAboutUG *aboutUG = priv;
+       aboutUG->ug = ug;
+
+       aboutUG->win_main_layout = (Evas_Object *) ug_get_parent_layout(ug);
+       aboutUG->win_get = (Evas_Object *) ug_get_window();
+       evas_object_show(aboutUG->win_main_layout);
+       aboutUG->evas = evas_object_evas_get(aboutUG->win_main_layout);
+
+       setting_retvm_if(aboutUG->win_main_layout == NULL, NULL,
+                        "cannot get main window ");
+
+       /* register view node table */
+       setting_view_node_table_intialize();
+       setting_view_node_table_register(&setting_view_about_main, NULL);
+       
+       setting_view_node_table_register(&setting_view_about_licences,
+                                        &setting_view_about_main);
+       /* setting_view_node_table_register(&setting_view_about_about_view, &setting_view_about_main); */
+
+       /*  creating a view. */
+       setting_create_Gendial_itc("dialogue/1text", &(aboutUG->itc_1text));
+       setting_create_Gendial_itc("dialogue/2text.3", &(aboutUG->itc_2text_2));
+       setting_create_Gendial_itc("dialogue/title",
+                                  &(aboutUG->itc_group_item));
+       setting_create_Gendial_itc("dialogue/1icon", &(aboutUG->itc_1icon));
+       setting_create_Gendial_itc("dialogue/2text.3/expandable",
+                                  &(aboutUG->itc_2text_3_parent));
+       setting_create_Gendial_itc("dialogue/1text.1icon/expandable2",
+                                  &(aboutUG->itc_1icon_1text_sub));
+       setting_create_Gendial_itc("multiline/1text",
+                                  &(aboutUG->itc_help_style));
+
+       aboutUG->itc_seperator.item_style = "dialogue/separator/21/with_line";
+       aboutUG->itc_seperator.func.text_get = NULL;
+       aboutUG->itc_seperator.func.content_get = NULL;
+       aboutUG->itc_seperator.func.state_get = NULL;
+       aboutUG->itc_seperator.func.del = NULL;
+       setting_view_node_set_cur_view(&setting_view_about_main);
+       setting_view_create(&setting_view_about_main, (void *)aboutUG);
+       evas_object_event_callback_add(aboutUG->win_main_layout,
+                                      EVAS_CALLBACK_RESIZE,
+                                      setting_about_ug_cb_resize, aboutUG);
+
+       aboutUG->popup_showed_flag = FALSE;
+       return aboutUG->ly_main;
+}
+
+static void setting_about_ug_on_start(struct ui_gadget *ug, bundle *data,
+                                     void *priv)
+{
+}
+
+static void setting_about_ug_on_pause(struct ui_gadget *ug, bundle *data,
+                                     void *priv)
+{
+}
+
+static void setting_about_ug_on_resume(struct ui_gadget *ug, bundle *data,
+                                      void *priv)
+{
+}
+
+/**
+ * on_destroy function of the UG
+ */
+static void setting_about_ug_on_destroy(struct ui_gadget *ug, bundle *data,
+                                       void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if((!ug || !priv), "!ug || !priv");
+       SettingAboutUG *aboutUG = priv;
+
+       evas_object_event_callback_del(aboutUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_about_ug_cb_resize);     /* fix flash issue for gallery */
+       aboutUG->ug = ug;
+       /*  delete the allocated objects. */
+       setting_view_destroy(&setting_view_about_licences,
+                                    aboutUG);
+       setting_view_destroy(&setting_view_about_main, aboutUG);
+       if (NULL != ug_get_layout(aboutUG->ug)) {
+               evas_object_hide((Evas_Object *) ug_get_layout(aboutUG->ug));
+               evas_object_del((Evas_Object *) ug_get_layout(aboutUG->ug));
+       }
+
+       SETTING_TRACE_END;
+}
+
+static void setting_about_ug_on_message(struct ui_gadget *ug, bundle *msg,
+                                       bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+}
+
+static void setting_about_ug_on_event(struct ui_gadget *ug, enum ug_event event,
+                                     bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       switch (event) {
+       case UG_EVENT_LOW_MEMORY:
+               break;
+       case UG_EVENT_LOW_BATTERY:
+               break;
+       case UG_EVENT_LANG_CHANGE:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN:
+               break;
+       case UG_EVENT_REGION_CHANGE:
+               break;
+       default:
+               break;
+       }
+}
+
+static void setting_about_ug_on_key_event(struct ui_gadget *ug,
+                                         enum ug_key_event event,
+                                         bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       SettingAboutUG *ad = (SettingAboutUG *) priv;
+       if (!ug)
+               return;
+
+       switch (event) {
+       case UG_KEY_EVENT_END:
+               {
+                       if (elm_naviframe_top_item_get(ad->navi_bar) ==
+                          elm_naviframe_bottom_item_get(ad->navi_bar)) {
+                               ug_destroy_me(ug);
+                       } else {
+                               /* elm_naviframe_item_pop(ad->navi_bar); */
+                               setting_view_cb_at_endKey(ad);
+                       }
+               }
+               break;
+       default:
+               break;
+       }
+}
+
+UG_MODULE_API int UG_MODULE_INIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       SettingAboutUG *aboutUG = calloc(1, sizeof(SettingAboutUG));
+       setting_retvm_if(!aboutUG, -1, "Create SettingAboutUG obj failed");
+
+       ops->create = setting_about_ug_on_create;
+       ops->start = setting_about_ug_on_start;
+       ops->pause = setting_about_ug_on_pause;
+       ops->resume = setting_about_ug_on_resume;
+       ops->destroy = setting_about_ug_on_destroy;
+       ops->message = setting_about_ug_on_message;
+       ops->event = setting_about_ug_on_event;
+       ops->key_event = setting_about_ug_on_key_event;
+       ops->priv = aboutUG;
+       ops->opt = UG_OPT_INDICATOR_ENABLE;
+
+       return 0;
+}
+
+UG_MODULE_API void UG_MODULE_EXIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       struct SettingAboutUG *aboutUG;
+       setting_retm_if(!ops, "ops == NULL");
+
+       aboutUG = ops->priv;
+       if (aboutUG) {
+               FREE(aboutUG);
+       }
+}
+
+/* ***************************************************
+ **
+ **general func
+ **
+ ****************************************************/
+void setting_about_layout_ug_cb(struct ui_gadget *ug, enum ug_mode mode,
+                                 void *priv)
+{
+       SettingAboutUG *ad = (SettingAboutUG *) priv;
+       Evas_Object *base;
+
+       if (!ug || !priv)
+               return;
+       SETTING_TRACE_BEGIN;
+
+       base = (Evas_Object *) ug_get_layout(ug);
+       if (!base)
+               return;
+
+       switch (mode) {
+       case UG_MODE_FULLVIEW:
+               evas_object_size_hint_weight_set(base, EVAS_HINT_EXPAND,
+                                                EVAS_HINT_EXPAND);
+               elm_win_resize_object_add(ad->win_get, base);
+               evas_object_show(base);
+               break;
+       default:
+               break;
+       }
+
+       SETTING_TRACE_END;
+}
+
+/**
+* Reset function to 'reset' the settings of the UG, it will be invoked by 'Reset' UG
+*
+* @param[in] data
+* @param[in] priv
+*/
+UG_MODULE_API int setting_plugin_reset(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+#if SUPPORT_RUN_SYSTEM_COMMAND
+       return excuteCmd(SETTING_POSTINST_FILE, 1, "about");    
+#else
+       return vconf_set_str(VCONFKEY_SETAPPL_DEVICE_NAME_STR, "Tizen");
+#endif
+}
+
+
diff --git a/setting-common/CMakeLists.txt b/setting-common/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..e74b0eb
--- /dev/null
@@ -0,0 +1,57 @@
+#set variable
+# LIB_SETTING_COMMON_RESOURCE - setting-common-resource
+# LIB_SETTING_COMMON_DRAW_WIDGET - setting-common-draw-widget
+# LIB_SETTING_COMMON_VIEW - setting-common-view
+# LIB_SETTING_COMMON_DATA - setting-common-data
+
+#add sub directory
+#ADD_SUBDIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/${LIB_SETTING_COMMON_RESOURCE})
+#ADD_SUBDIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/${LIB_SETTING_COMMON_DRAW_WIDGET})
+#ADD_SUBDIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/${LIB_SETTING_COMMON_VIEW})
+#ADD_SUBDIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/${LIB_SETTING_COMMON_DATA})
+
+
+# LIB_SETTING_COMMON - setting-common
+
+CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
+PROJECT(${LIB_SETTING_COMMON})
+
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_common_data REQUIRED appcore-efl elementary vconf openssl evas ecore ecore-imf json-glib-1.0 edje iniparser glib-2.0)
+
+FOREACH(flag ${pkgs_common_data_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+#SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl, --rpath=/usr/lib")
+
+#make lib-${LIB_SETTING_COMMON}.so files
+ADD_LIBRARY(${LIB_SETTING_COMMON} SHARED
+       ./src/setting-common-data-slp-setting.c
+       ./src/setting-common-resource.c
+       ./src/setting-common-view.c
+       ./src/setting-common-draw-widget.c
+       ./src/setting-common-general-func.c
+       ./src/setting-cfg.c
+)
+
+TARGET_LINK_LIBRARIES(${LIB_SETTING_COMMON} ${pkgs_common_data_LDFLAGS})
+SET_TARGET_PROPERTIES(${LIB_SETTING_COMMON} PROPERTIES VERSION 0.1.0 SOVERSION 1)
+INSTALL(TARGETS ${LIB_SETTING_COMMON} DESTINATION /opt/apps/${SETTING_PKG_NAME}/lib)
+
+
+
+
diff --git a/setting-common/include/setting-cfg.h b/setting-common/include/setting-cfg.h
new file mode 100755 (executable)
index 0000000..b14e70d
--- /dev/null
@@ -0,0 +1,136 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+/**
+ *@defgroup setting-cfg
+ *configuration file management.
+ *Setting app is based on JSON scripting for configuration management.
+ */
+
+#ifndef __SETTING_CFG_H__
+#define __SETTING_CFG_H__
+
+#include <glib.h>
+#include <json-glib/json-glib.h>
+#include <setting-common-resource.h>
+#include <bundle.h>
+
+/*****/
+
+typedef enum _Cfg_Item_Type {
+       Cfg_Item_Pos_Uninstall = -1,
+       Cfg_Item_Pos_Level0 = 0,
+       Cfg_Item_Pos_Level1 = 1,
+       Cfg_Item_Pos_Level_All = 2,
+} Cfg_Item_Position;
+
+
+typedef enum _Cfg_Item_Reset_Type {
+       Cfg_Item_unResetable = 0,
+       Cfg_Item_Resetable = 1,
+} Cfg_Item_Reset_Type;
+
+typedef enum _cfg_error_type {
+       Cfg_Error_Type_Sucess = 0,
+       Cfg_Error_Type_CreateCfg_Failed = -1,
+       Cfg_Error_Type_Mkdir_Failed = -2,
+       Cfg_Error_Type_RemoveCfg_Failed = -3,
+       Cfg_Error_Type_ReadCfg_Failed = -4,
+       Cfg_Error_Type_DirPermissionDenied = -5,
+       Cfg_Error_Type_FilePermissionDenied = -6,
+} Cfg_Error_Type;
+
+typedef struct {
+       char *key_name;
+       char *item_name;
+       char *icon_path;
+       char *ug_args;
+       int pos;
+       int click_times;
+} Setting_Cfg_Node_T;
+
+void setting_cfg_print(void);
+
+int setting_cfg_init(void);
+
+void setting_cfg_exit(void);
+
+int setting_cfg_file_update(void);
+
+int setting_cfg_get_category_length(void);
+
+char *setting_cfg_get_category_name(int category_index);
+
+char *setting_cfg_get_category_display_name(int category_index);
+
+void setting_cfg_set_category_display_name(int category_index, char *newstring);
+
+int setting_cfg_get_menu_length(int category_index);
+
+char *setting_cfg_get_string_field_idx(int category_index, int menu_index,
+                                      char *field_name);
+
+int setting_cfg_get_int_field_idx(int category_index, int menu_index,
+                                 char *field_name);
+
+char *setting_cfg_get_icon_path_idx(int category_index, int menu_index);
+
+char *setting_cfg_get_ug_args_idx(int category_index, int menu_index);
+
+char *setting_cfg_get_keyname_idx(int category_index, int menu_index);
+
+char *setting_cfg_get_ugpath_idx(int category_index, int menu_index);
+
+char *setting_cfg_get_ugpath(char *keyname);
+
+int setting_cfg_get_pos_idx(int category_index, int menu_index);
+
+int setting_cfg_get_pos(char *keyname);
+
+void setting_cfg_set_pos_idx(int category_index, int menu_index, int pos);
+
+void setting_cfg_set_pos(char *keyname, int pos);
+
+int setting_cfg_get_click_times_idx(int category_index, int menu_index);
+
+int setting_cfg_get_click_times(char *keyname);
+
+void setting_cfg_set_click_times_idx(int category_index, int menu_index,
+                                    int click_times);
+
+void setting_cfg_set_click_times(char *keyname, int click_times);
+
+int setting_cfg_get_resetable_flag_idx(int category_index, int menu_index);
+
+void setting_cfg_add_downloaded_app(char *keyname, char *icon_path,
+                                   char *ug_args, int pos);
+
+void setting_cfg_remove_downloaded_app(char *keyname);
+
+
+extern char *get_ug_path_from_ug_args(void *data);
+extern bundle *get_bundle_from_ug_args(void *data);
+
+
+#endif
diff --git a/setting-common/include/setting-common-data-edj-define.h b/setting-common/include/setting-common-data-edj-define.h
new file mode 100755 (executable)
index 0000000..86fcc0a
--- /dev/null
@@ -0,0 +1,33 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+
+#ifndef __SETTING_COMMON_DATA_EDJ_DEFINE_H__
+#define __SETTING_COMMON_DATA_EDJ_DEFINE_H__
+
+/* #define D1_ITEM_NAME_MAX_MEMORY "D1_item_name_max_memory"*/
+
+/* #define D1_ITEM_NAME_AVAILABLE_MEMORY "D1_item_name_available_memory"*/
+
+#endif                         /* __SETTING_COMMON_DATA_EDJ_DEFINE_H__ */
diff --git a/setting-common/include/setting-common-data-error.h b/setting-common/include/setting-common-data-error.h
new file mode 100755 (executable)
index 0000000..fd18b25
--- /dev/null
@@ -0,0 +1,110 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+
+#ifndef __SETTING_COMMON_DATA_ERROR_H__
+#define __SETTING_COMMON_DATA_ERROR_H__
+
+#define SETTING_RETURN_SUCCESS 1
+#define SETTING_RETURN_FAIL -1
+
+/* general error (start 2)*/
+typedef enum {
+       SETTING_GENERAL_ERR_WRONG_PARAMETER = 2,
+       SETTING_GENERAL_ERR_NOT_FIND_VALUE_SWITCH,
+       SETTING_GENERAL_ERR_NULL_DATA_PARAMETER,
+       SETTING_GENERAL_ERR_SGCONTROLLER_NULL
+} setting_general_error;
+
+/* draw error (start 100)*/
+typedef enum {
+       SETTING_DRAW_ERR_FAIL_LOAD_EDJ = 100,
+       SETTING_DRAW_ERR_FAIL_TITLEBAR,
+       SETTING_DRAW_ERR_FAIL_SCROLLER,
+       SETTING_DRAW_ERR_FAIL_CLIENTBOX,
+       SETTING_DRAW_ERR_FAIL_SOFTKEY,
+       SETTING_DRAW_ERR_FAIL_LIST,
+
+       SETTING_ENTRY_RETURN_NULL_STR_ERR,
+       SETTING_ENTRY_NOT_MATCH_CURRENT_PW,
+       SETTING_ENTRY_NOT_MATCH_NEW_CONF_PW,
+       SETTING_ENTRY_REQUIRED_4_TO_8_DIGIT_PW,
+       SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW,
+} setting_draw_error;
+
+/* time error (start 200)*/
+
+/* ps & view error (start 300)*/
+typedef enum {
+       SETTING_PS_FORK_ERR = 300,
+       SETTING_PS_EXECV_ERR
+} setting_ps_view_error;
+
+/* file IO error (start 400)*/
+typedef enum {
+       SETTING_IO_NOT_OPEN_FILE = 400,
+       SETTING_IO_IOCTL_ERR
+} setting_IO_error;
+
+/* network error (start 500)*/
+typedef enum {
+       SETTING_TAPI_SIM_TYPE_ERR = 500,
+       SETTING_TAPI_INIT_ECORE_ERR,
+       SETTING_TAPI_DEINIT_ECORE_ERR,
+       SETTING_TAPI_REG_EVENT_ECORE_ERR,
+       SETTING_TAPI_DEREG_EVENT_ECORE_ERR,
+       SETTING_TAPI_UNKNOWN_SIM_TYPE,
+       SETTING_TAPI_SIM_GET_PIN1_ERR,
+       SETTING_TAPI_SIM_GET_PIN2_ERR,
+       SETTING_TAPI_SIM_PIN1_STATUS_ERR,
+       SETTING_DNET_RETURN_NULL_ACCESS_NAME,
+       SETTING_DNET_RETURN_NULL_USER_NAME,
+       SETTING_DNET_RETURN_NULL_PASSWORD,
+       SETTING_DNET_RETURN_NULL_PROXY_ADDR,
+       SETTING_DNET_RETURN_NULL_PROXY_PORT,
+       SETTING_DNET_RETURN_NULL_HOMEURL,
+       SETTING_DNET_RETURN_ERR,
+       SETTING_DNET_RETURN_INVALID_PROXY_ADDR
+} setting_net_error;
+
+/* vconf error (start 600)*/
+typedef enum {
+       SETTING_VCONF_ERR_RETURN_STR_NULL = 600,
+       SETTING_VCONF_ERR_RETURN_INVALID_INT
+} setting_vconf_error;
+
+/* multi media error (start 700)*/
+typedef enum {
+       SETTING_MMPLAYER_STOP_ERR = 700,
+       SETTING_MMPLAYER_UNREALIZE_ERR,
+       SETTING_MMPLAYER_DESTROY_ERR,
+       SETTING_MMPLAYER_CREATE_ERR,
+       SETTING_MMPLAYER_SETATTRS_ERR,
+       SETTING_MMPLAYER_REALIZE_ERR,
+       SETTING_MMPLAYER_START_ERR,
+       SETTING_MMPLAYER_SET_VOLUME_ERR,
+       SETTING_MMPLAYER_NOT_FOUND_SOUND_FILE
+} setting_mm_error;
+
+#endif                         /* __SETTING_COMMON_DATA_ERROR_H__ */
diff --git a/setting-common/include/setting-common-data-slp-setting.h b/setting-common/include/setting-common-data-slp-setting.h
new file mode 100755 (executable)
index 0000000..eda38d6
--- /dev/null
@@ -0,0 +1,293 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+
+
+#ifndef __SETTING_COMMON_DATA_SLP_SETTING_H__
+#define __SETTING_COMMON_DATA_SLP_SETTING_H__
+
+#include <vconf.h>
+#include <setting-common-general-func.h>
+
+#define SETTING_STR_SLP_LEN 256
+#define VCONFKEY_SETAPPL_USE_PACKET_DATA_BOOL                             VCONFKEY_SETAPPL_PREFIX"/use_packet_data"
+#define VCONFKEY_LCD_TIMEOUT_NORMA_BACKUP \
+                       VCONFKEY_SETAPPL_PREFIX"/lcd_timeout_normal_backup"
+#define VCONFKEY_SETAPPL_SIM_LANGUAGE_STR "memory/setting/sim_language"
+
+/** @todo verify if the below keys need to be added in libslp-setting*/
+#define VCONFKEY_SETAPPL_NOTI_TONE_PATH_STR                    VCONFKEY_SETAPPL_PREFIX"/notification_tone"
+#define VCONFKEY_SETAPPL_TOUCH_TONE_PATH_STR                   VCONFKEY_SETAPPL_PREFIX"/touch_tone"
+
+/*  added by hyejin 11.06.28*/
+#define VCONFKEY_SETAPPL_MEDIA_TONE_PATH_STR                   VCONFKEY_SETAPPL_PREFIX"/media_tone"
+
+/** @todo verify if the below keys need to be added in libslp-setting*/
+#define VCONFKEY_SETAPPL_TOUCH_VIB_TONE_INT                            VCONFKEY_SETAPPL_PREFIX"/touch_vibration_tone"
+
+#define VCONFKEY_SETAPPL_PHONE_LOCK_ATTEMPTS_LEFT_INT   VCONFKEY_SETAPPL_PREFIX"/phone_lock_attempts_left"
+#define VCONFKEY_SETAPPL_PHONE_LOCK_TIMESTAMP_STR         VCONFKEY_SETAPPL_PREFIX"/phone_lock_timestamp"
+#define VCONFKEY_SETAPPL_SIM_LOCK_ATTEMPTS_LEFT_INT     VCONFKEY_SETAPPL_PREFIX"/sim_lock_attempts_left"
+#define VCONFKEY_SETAPPL_SIM_LOCK_TIMESTAMP_STR                 VCONFKEY_SETAPPL_PREFIX"/sim_lock_timestamp"
+
+// added 11.07.11
+#define VCONFKEY_SETAPPL_STATE_PARENTAL_MODE_BOOL      VCONFKEY_SETAPPL_PREFIX"/parental_mode"
+//#define VCONFKEY_SETAPPL_STATE_SIMPLE_PASSWORD_BOOL  VCONFKEY_SETAPPL_PREFIX"/simple_password"
+
+
+#define VCONFKEY_SETAPPL_BATTERY_CHARGER_NAME_STR                              VCONFKEY_SETAPPL_PREFIX"/battery/charger"
+
+/* Motions*/
+#define VCONFKEY_SETAPPL_FONT_CHANGED          "memory/setting/font_changed"
+#define VCONFKEY_SETAPPL_THEM_CHANGED          "memory/mobile_hotspot/skin_changed"
+
+//powersaving
+#define VCONFKEY_SETAPPL_POWERSAVING_ACTIVATION                                          VCONFKEY_SETAPPL_PREFIX"/powersaving/powersaving_active"
+#define VCONFKEY_SETAPPL_POWERSAVING_ACTIVE_REMINDER                                     VCONFKEY_SETAPPL_PREFIX"/powersaving/powersaving_active_reminder"
+
+#define VCONFKEY_SETAPPL_POWERSAVING_CUSTOMED_ACTIVATION                                         VCONFKEY_SETAPPL_PREFIX"/powersaving/customed_active"
+#define VCONFKEY_SETAPPL_POWERSAVING_AT                                          VCONFKEY_SETAPPL_PREFIX"/powersaving/powersaving_at"
+#define VCONFKEY_SETAPPL_POWERSAVING_WIFI_OFF                                    VCONFKEY_SETAPPL_PREFIX"/powersaving/wifi_off"
+#define VCONFKEY_SETAPPL_POWERSAVING_BT_OFF                                      VCONFKEY_SETAPPL_PREFIX"/powersaving/bt_off"
+#define VCONFKEY_SETAPPL_POWERSAVING_GPS_OFF                                     VCONFKEY_SETAPPL_PREFIX"/powersaving/gps_off"
+#define VCONFKEY_SETAPPL_POWERSAVING_SYNC_OFF                                    VCONFKEY_SETAPPL_PREFIX"/powersaving/ync_off"
+#define VCONFKEY_SETAPPL_POWERSAVING_SCREEN_TIMEOUT                                      VCONFKEY_SETAPPL_PREFIX"/powersaving/screen_timeout"
+////
+#define VCONFKEY_SETAPPL_POWERSAVING_BRIGHTNESS_ACTIVATION VCONFKEY_SETAPPL_PREFIX"/powersaving/brightness_active"
+#define VCONFKEY_SETAPPL_POWERSAVING_AUTOMATIC_BRIGHTNESS VCONFKEY_SETAPPL_PREFIX"/powersaving/brightness_auto"
+#define VCONFKEY_SETAPPL_POWERSAVING_LCD_BRIGHTNESS VCONFKEY_SETAPPL_PREFIX"/powersaving/brightness"
+
+#define VCONFKEY_SETAPPL_MOTION_USE_SHAKE VCONFKEY_SETAPPL_PREFIX"/use_shake"
+#define VCONFKEY_SETAPPL_MOTION_USE_PICKUP VCONFKEY_SETAPPL_PREFIX"/use_pickup"
+#define VCONFKEY_SETAPPL_MOTION_INTERNET_ON VCONFKEY_SETAPPL_PREFIX"/internet_on"
+#define VCONFKEY_SETAPPL_MOTION_GALLERY_ON VCONFKEY_SETAPPL_PREFIX"/gallery_on"
+typedef enum {
+       /* display and light */
+       INT_SLP_SETTING_LCD_BRIGHTNESS = 0,     /* the value set by manul */
+       INT_SLP_SETTING_LCD_TIMEOUT_NORMAL,
+       INT_SLP_SETTING_LCD_TIMEOUT_NORMAL_BACKUP,
+
+       INT_SLP_SETTING_SELECT_NETWORK,
+       INT_SLP_SETTING_NETWORK_MODE,
+       INT_SLP_SETTING_REGIONFORMAT_TIME1224,
+       INT_SLP_SETTING_DATE_FORMAT,
+       INT_SLP_SETTING_WEEK_FORMAT,
+       /* CALL_ALERT_TYPE */
+       INT_SLP_SETTING_CALL_ALERT_TYPE,
+       INT_SLP_SETTING_NORMAL_CALL_ALERT_TYPE,
+       INT_SLP_SETTING_SILENT_CALL_ALERT_TYPE,
+       INT_SLP_SETTING_DRIVING_CALL_ALERT_TYPE,
+       INT_SLP_SETTING_MEETING_CALL_ALERT_TYPE,
+       INT_SLP_SETTING_OUTDOOR_CALL_ALERT_TYPE,
+       /* CALL_ALERT_VIB */
+       INT_SLP_SETTING_CALL_ALERT_VIB,
+       INT_SLP_SETTING_NORMAL_CALL_ALERT_VIB,
+       INT_SLP_SETTING_SILENT_CALL_ALERT_VIB,
+       INT_SLP_SETTING_DRIVING_CALL_ALERT_VIB,
+       INT_SLP_SETTING_MEETING_CALL_ALERT_VIB,
+       INT_SLP_SETTING_OUTDOOR_CALL_ALERT_VIB,
+
+       /*****/
+       INT_SLP_SETTING_CALL_ALERT_VOLUME,
+       /* MSG_ALERT_TYPE */
+       INT_SLP_SETTING_MSG_ALERT_TYPE,
+       INT_SLP_SETTING_NORMAL_MSG_ALERT_TYPE,
+       INT_SLP_SETTING_SILENT_MSG_ALERT_TYPE,
+       INT_SLP_SETTING_DRIVING_MSG_ALERT_TYPE,
+       INT_SLP_SETTING_MEETING_MSG_ALERT_TYPE,
+       INT_SLP_SETTING_OUTDOOR_MSG_ALERT_TYPE,
+       /* MSG_ALERT_VIB */
+       INT_SLP_SETTING_MSG_ALERT_VIB,
+       INT_SLP_SETTING_NORMAL_MSG_ALERT_VIB,
+       INT_SLP_SETTING_SILENT_MSG_ALERT_VIB,
+       INT_SLP_SETTING_DRIVING_MSG_ALERT_VIB,
+       INT_SLP_SETTING_MEETING_MSG_ALERT_VIB,
+       INT_SLP_SETTING_OUTDOOR_MSG_ALERT_VIB,
+
+       /*****/
+       INT_SLP_SETTING_MSG_ALERT_REPEAT,
+       INT_SLP_SETTING_EMAIL_ALERT_REPEAT,
+       INT_SLP_SETTING_CALENDAR_ALERT_REPEAT,
+
+       /*****/
+       INT_SLP_SETTING_MSG_ALERT_VOLUME,
+       INT_SLP_SETTING_SYS_TOUCH_SOUND,
+       INT_SLP_SETTING_SYS_TOUCH_SOUND_VOLUME,
+       INT_SLP_SETTING_FONT_SIZE,
+       INT_SLP_SETTING_FONT_TYPE,
+       INT_SLP_SETTING_TVOUT_TVSYSTEM,
+       INT_SLP_SETTING_TVOUT_RESOLUTION,
+       INT_SLP_SETTING_TVOUT_SCREENSIZE,
+       INT_SLP_SETTING_TVOUT_ROTATION,
+       INT_SLP_SETTING_LANG,
+       INT_SLP_SETTING_BT_STATUS,
+       INT_SLP_SETTING_WIFI_STATUS,
+       INT_SLP_SETTING_MOBILE_AP_STATUS,
+       INT_SLP_SETTING_VIB_FEEDBACK,
+       INT_SLP_SETTING_ROAMING_NETWORK,
+       INT_SLP_SETTING_USB_MODE,
+
+       INT_SLP_SETTING_MENUSCREEN_VIEWTYPE,
+       INT_SLP_SETTING_TASKSWITCHER_VIEWTYPE,
+
+       /* memory */
+       INT_SLP_SETTING_DEFAULT_MEM_WAP,
+       INT_SLP_SETTING_DEFAULT_MEM_BLUETOOTH,
+       INT_SLP_SETTING_DEFAULT_MEM_CAMERA,
+       INT_SLP_SETTING_DEFAULT_MEM_VOICE_RECORDER,
+       INT_SLP_SETTING_DEFAULT_MEM_FM_RADIO,
+       INT_SLP_SETTING_DEFAULT_MEM_ALL_SHARE,
+       INT_SLP_SETTING_DEFAULT_MEM_ADOBE_AIR,
+
+       /* mobile_tracker */
+       INT_SLP_SETTING_MOBILE_TRACKER_RECIPIENT_ONE_INDEX,
+       INT_SLP_SETTING_MOBILE_TRACKER_RECIPIENT_TWO_INDEX,
+       INT_SLP_SETTING_MOBILE_TRACKER_RECIPIENT_THREE_INDEX,
+       INT_SLP_SETTING_MOBILE_TRACKER_RECIPIENT_FOUR_INDEX,
+       INT_SLP_SETTING_MOBILE_TRACKER_RECIPIENT_FIVE_INDEX,
+
+       /* special type. this type check multi slp key. */
+       INT_SLP_SETTING_SPECIAL_FONT,
+       INT_SLP_SETTING_SPECIAL_BRIGHTNESS,
+
+       /* other module */
+       INT_SLP_SETTING_SIM_SLOT,
+       INT_SLP_SETTING_PHONE_LOCK_ATTEMPTS_LEFT,
+       INT_SLP_SETTING_SIM_LOCK_ATTEMPTS_LEFT,
+
+       // accessibility setting
+       INT_SLP_SETTING_ACCESSIBILITY_ENABLE_AUTO_ANSWER,
+       INT_SLP_SETTING_ACCESSIBILITY_FONT_SIZE,
+       INT_SLP_SETTING_ACCESSIBILITY_FONT_STYLE,
+       INT_SLP_SETTING_ACCESSIBILITY_AUTO_ANSWER,
+       INT_SLP_SETTING_ACCESSIBILITY_POWER_KEY_HOLD,
+
+       //powersaving
+       INT_SLP_SETTING_POWERSAVING_AT,
+       INT_SLP_SETTING_POWERSAVING_SCREEN_TIMEOUT,
+       SETTING_INT_SLP_LIST_MAX
+} setting_int_slp_list;
+
+typedef enum {
+       BOOL_SLP_SETTING_POWER_ON_LOCK = 0,
+       BOOL_SLP_SETTING_SIMPLE_PASSWORD,
+       BOOL_SLP_SETTING_PRIVACY_LOCK,
+       BOOL_SLP_SETTING_MOBILE_TRACKER,
+       BOOL_SLP_SETTING_SIM_LOCK,
+       BOOL_SLP_SETTING_PIN_LOCK,
+       BOOL_SLP_SETTING_FIXED_DIALING_MODE,
+       BOOL_SLP_SETTING_PRIVACY_LOCK_SELECT_ALL,
+       BOOL_SLP_SETTING_PRIVACY_LOCK_MESSAGE,
+       BOOL_SLP_SETTING_PRIVACY_LOCK_MY_FILES,
+       BOOL_SLP_SETTING_PRIVACY_LOCK_CALLLOG,
+       BOOL_SLP_SETTING_PRIVACY_LOCK_CONTACT,
+       BOOL_SLP_SETTING_PRIVACY_LOCK_CALENDAR,
+       BOOL_SLP_SETTING_PRIVACY_LOCK_MEMO,
+       BOOL_SLP_SETTING_PRIVACY_LOCK_EMAIL,
+       BOOL_SLP_SETTING_AUTOMATIC_TIME_UPDATE,
+       BOOL_SLP_SETTING_DST,
+       BOOL_SLP_SETTING_TICKER_NOTI_DISPLAY_CONTENT,
+       BOOL_SLP_SETTING_TICKER_NOTI_RECV_SMS,
+       BOOL_SLP_SETTING_TICKER_NOTI_RECV_MMS_NOTI,
+       BOOL_SLP_SETTING_TICKER_NOTI_RECV_MMS,
+       BOOL_SLP_SETTING_TICKER_NOTI_RECV_VOICEMAIL,
+       BOOL_SLP_SETTING_TICKER_NOTI_RECV_EMAIL,
+       BOOL_SLP_SETTING_TICKER_NOTI_MSG_DELIVERY_REPORT,
+       BOOL_SLP_SETTING_TICKER_NOTI_MSG_READ_REPORT,
+       BOOL_SLP_SETTING_TICKER_NOTI_APP_DOWNLOADED,
+       BOOL_SLP_SETTING_TICKER_NOTI_FILE_DOWNLOADED,
+       BOOL_SLP_SETTING_TICKER_NOTI_IM,
+       BOOL_SLP_SETTING_TICKER_NOTI_FACE_BOOK,
+       BOOL_SLP_SETTING_TICKER_NOTI_MY_SPACE,
+       BOOL_SLP_SETTING_TICKER_NOTI_TWITTER,
+       BOOL_SLP_SETTING_TICKER_NOTI_MESSAGES,
+       BOOL_SLP_SETTING_TICKER_NOTI_VMAIL,
+       BOOL_SLP_SETTING_TICKER_NOTI_EMAIL,
+       BOOL_SLP_SETTING_TICKER_NOTI_SEVENEMAIL,
+       BOOL_SLP_SETTING_TICKER_NOTI_SNS,
+       BOOL_SLP_SETTING_TICKER_NOTI_FILE_TRAN,
+       BOOL_SLP_SETTING_TICKER_NOTI_OSP,
+       BOOL_SLP_SETTING_TRANSACTION_TRACKING,
+       BOOL_SLP_SETTING_EXPIRY_REMINDER,
+       BOOL_SLP_SETTING_TVOUT_AUTOFULL_SCREEN,
+       BOOL_SLP_SETTING_ADAPTIVE_MENU_ORDER,
+       BOOL_SLP_SETTING_DATA_ROAMING,
+       BOOL_SLP_SETTING_TOUCH_PANEL_AUTOLOCK,
+       BOOL_SLP_SETTING_USE_NETWORK_BY_WIDGETS,
+       BOOL_SLP_SETTING_AUTOMATIC_BRIGHTNESS,  /* set by manul or not. 0:manul, 1:not */
+       BOOL_SLP_SETTING_ASK_ON_CONNECTION,
+       BOOL_SLP_SETTING_USB_DEBUG_MODE,
+       BOOL_SLP_SETTING_USE_PACKET_DATA,
+       BOOL_SLP_SETTING_LAUNCH_IMAGE,
+       BOOL_SLP_SETTING_ACCESSIBILITY_ACCESSIBILITY,
+       BOOL_SLP_SETTING_ACCESSIBILITY_HIGH_CONTRAST,
+       BOOL_SLP_SETTING_ACCESSIBILITY_SCREEN_ZOOM,
+       BOOL_SLP_SETTING_ACCESSIBILITY_ASSISTIVE_LIGHT,
+       BOOL_SLP_SETTING_ACCESSIBILITY_MONO_AUDIO,
+       BOOL_SLP_SETTING_ACCESSIBILITY_ACCEPT_CALL,
+       BOOL_SLP_SETTING_ACCESSIBILITY_POWERKEY_END_CALLS,
+       /* end */
+       SETTING_BOOL_SLP_LIST_MAX
+} setting_bool_slp_list;
+
+typedef enum {
+       STR_SLP_LIST_PHONE_PASSWORD = 0,
+       STR_SLP_LIST_PRIVACY_PASSWORD,
+       STR_SLP_SETTING_CALL_RINGTONE_PATH,
+       STR_SLP_SETTING_MSG_RINGTONE_PATH,
+       STR_SLP_SETTING_SYS_RINGTONE_PATH,
+       STR_SLP_LIST_MOBILE_CONTACT_ONE,
+       STR_SLP_LIST_MOBILE_CONTACT_TWO,
+       STR_SLP_LIST_MOBILE_CONTACT_THREE,
+       STR_SLP_LIST_MOBILE_CONTACT_FOUR,
+       STR_SLP_LIST_MOBILE_CONTACT_FIVE,
+       STR_SLP_LIST_MOBILE_CONTACT_SENDER,
+       STR_SLP_LIST_MOBILE_CONTACT_MESSAGE,
+       STR_SLP_LIST_MOBILE_SIM_ICCID,
+       STR_SLP_SETTING_WALLPAPER_PATH,
+       STR_SLP_SETTING_LOCK_WALLPAPER_PATH,
+       STR_SLP_SETTING_THEME_NAME,
+       STR_SLP_SETTING_PHONE_LOCK_TIMESTAMP,
+       STR_SLP_SETTING_SIM_LOCK_TIMESTAMP,
+       STR_SLP_LIST_MAX
+} setting_str_slp_list;
+
+extern int setting_set_int_slp_key(setting_int_slp_list key, int value,
+                                  int *err);
+extern int setting_get_int_slp_key(setting_int_slp_list key, int *value,
+                                  int *err);
+extern int setting_set_bool_slp_key(setting_bool_slp_list key, int value,
+                                   int *err);
+extern int setting_get_bool_slp_key(setting_bool_slp_list key, int *value,
+                                   int *err);
+extern int setting_set_string_slp_key(setting_str_slp_list key, char *value,
+                                     int *err);
+extern int setting_get_string_slp_key(setting_str_slp_list key, char *value,
+                                     int *err);
+extern int setting_store_init_password(char *in);
+extern int setting_read_password(char *md_result);
+extern int setting_compare_password(char *md_result, const char *in_later);
+extern setting_lang_entry* setting_get_language_table();
+
+#endif                         /* __SETTING_COMMON_DATA_SLP_SETTING_H__ */
diff --git a/setting-common/include/setting-common-data-type.h b/setting-common/include/setting-common-data-type.h
new file mode 100644 (file)
index 0000000..5f14822
--- /dev/null
@@ -0,0 +1,305 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+
+/**
+ *@defgroup common-data-type
+ *common data type
+ */
+
+#ifndef __SETTING_COMMON_DATA_TYPE_H__
+#define __SETTING_COMMON_DATA_TYPE_H__
+
+#include <Elementary.h>                /* including Elementary lib */
+#include <setting-debug.h>     /*  including debuging type */
+#include <setting-common-resource.h>   /* including one class of data type */
+#include <setting-common-data-error.h> /* including another class of data type */
+
+#ifndef PREFIX
+#define PREFIX "/opt"
+#endif
+
+#ifndef bool
+#define bool Eina_Bool
+#endif
+#define PWD_FILE "/opt/data/setting/set_info"
+
+#define SETTING_POSTINST_FILE "/var/lib/dpkg/info/org.tizen.setting.postinst"
+#define SETTING_PACKAGE                        "setting"
+#define SYSTEM_PACKAGE                 "sys_string"
+#define SETTING_LOCALEDIR              "/opt/apps/org.tizen.setting/res/locale"
+
+#define SYSTEM_ICON_PATH               "/opt/apps/org.tizen.setting/res/icons"
+#define SETTING_ICON_PATH              "/opt/apps/org.tizen.setting/res/icons"
+#define SETTING_UG_ICON_PATH   "/opt/ug/res/icon/org.tizen.setting"
+#define SETTING_UG_PATH                        "/opt/ug/lib"
+
+#define SETTING_EDJ_PATH               EDJDIR
+#define SETTING_MEMORY_EDJ_NAME                SETTING_EDJ_PATH"/setting-memory.edj"
+#define SETTING_THEME_EDJ_NAME         SETTING_EDJ_PATH"/setting-theme.edj"
+#define SETTING_SOUND_EDJ_NAME         SETTING_EDJ_PATH"/setting-sound.edj"
+
+/* inoti (broadcasting without data */
+#define SETTING_TIME_CHANGED   "setting_time_changed"
+
+/* anci c color type */
+#define SETTING_FONT_RED "\033[31m"
+#define SETTING_FONT_BLACK "\033[0m"
+#define SETTING_FONT_BGREEN "\033[36m"
+
+#define IMG_EC_ARROW_OPEN  SETTING_ICON_PATH"/00_button_expand_opened.png"
+#define IMG_EC_ARROW_CLOSE SETTING_ICON_PATH"/00_button_expand_closed.png"
+
+#define SETTING_IDLE_IMAGE_PATH "/etc/idle_image/"
+
+#ifdef SUPPORT_NAVIGATIONBAR
+#define NAVI_CONTROLBAR_STYLE "navigationbar"
+#define NAVI_DEF_BUTTON_STYLE "navigationbar_control/center"
+#define NAVI_BACK_BUTTON_STYLE "navigationbar_backbutton/default"
+#else
+#define NAVI_CONTROLBAR_STYLE "naviframe"
+#define NAVI_DEF_BUTTON_STYLE  "naviframe_control/default"
+#define NAVI_BACK_BUTTON_STYLE "naviframe/back_btn/default"
+#endif
+
+#if SUPPORT_BOTTOM_BTNS
+#define NAVI_CONTROLBAR_PART "controlbar"
+#else
+#define NAVI_CONTROLBAR_PART "optionheader"
+#endif
+
+/**
+* @brief slider, button, and etc.
+*
+* @param data application context
+* @param obj Evas Object
+* @param event_info even type
+*
+* @return vo return
+*/
+typedef void (*setting_call_back_func) (void *data, Evas_Object *obj, void *event_info);
+
+#define WIDGET_SCALE_FACTOR                            (get_widgets_factor())
+#define SETTING_PADDING_WIDTH                  (8 * WIDGET_SCALE_FACTOR)
+#define SETTING_PADDING_HEIGHT                 (8 * WIDGET_SCALE_FACTOR)
+#define SETTING_HALF_SCREEN_WIDTH \
+                           (SETTING_PADDING_WIDTH * 22 * WIDGET_SCALE_FACTOR)
+
+#define SYS_NOTI_NAME_LEN                                      128
+#define MAX_DISPLAY_NAME_LEN_ON_UI                     128
+#define MAX_COMMON_BUFFER_LEN                          1024
+
+#define MAX_SEARCH_STR_LEN 20
+
+#define HELP_MSG_BUFF_SIZE                             1000
+#define MAX_SPECIALIZITION_LEN                         1000
+#define SPECIALIZITION_FONT                                    25
+#define HELP_TITLE_SIZE                                                30
+#define HELP_CONTENT_SIZE                                      28
+
+#define PHONE_LOCK_ATTEMPS_MAX                                 5
+#define SIM_LOCK_ATTEMPS_MAX                           5
+#define PHONE_LOCK_BLOCK_SECONDS                       30
+#define SIM_LOCK_BLOCK_SECONDS                                 30
+#define LOCK_TIMESTAMP_LEN                                     64
+#define MAX_DATETIME_FORMAT_LEN                        64
+#define MAX_DATE_FORMAT_LEN                            10
+
+#define SMALL_FONT_DPI                                                 48
+#define MIDDLE_FONT_DPI                                        72
+#define LARGE_FONT_DPI                                         96
+#define HUGE_FONT_DPI                                          100
+#define GIANT_FONT_DPI                                         111
+
+#define __STR_EMUL                                                     "emul"
+#define __LEN_STR_EMUL                                         4
+#define BIN_INFO_FILE_PATH                                     "/etc/info.ini"
+
+typedef struct
+{
+       int index;                                      // auto - russia
+       char* locale;                           // ex) "en_US.UTF"
+       char* title;                            // "United Kingdom"
+} setting_lang_entry;
+
+
+
+typedef enum _Theme_Type {
+       Theme_Invalid = -1,
+       Theme_Tizen = 1,
+       Theme_Tizen_Black = 2,
+       Theme_Tizen_Blue,
+       Theme_Tizen_Grey,
+       Theme_ERROR
+} Theme_Type;
+
+typedef enum _GENDIAL_Type {
+       GENDIAL_Type_1text_1icon_2 = 0,
+       GENDIAL_Type_1text_2icon = 1,
+       GENDIAL_Type_1icon_2text = 2,
+       GENDIAL_Type_2text_2icon_4 = 3,
+       GENDIAL_Type_1text_2icon_2 = 4,
+       GENDIAL_Type_sel_all,
+
+       GENDIAL_Type_1line_icontext,
+       GENDIAL_Type_group_item,
+       GENDIAL_Type_MAX
+} GENDIAL_Type;
+
+typedef enum _SWALLOW_Type {
+       SWALLOW_Type_INVALID = -1,
+       SWALLOW_Type_2ICON = 0,
+       SWALLOW_Type_1ICON_1CHECK = 1,
+       SWALLOW_Type_1ICON_1RADIO = 2,
+       SWALLOW_Type_1CHECK = 3,
+       SWALLOW_Type_1CHECKICON = 4,
+       SWALLOW_Type_1RADIO = 5,
+       SWALLOW_Type_1TOGGLE = 6,
+
+       SWALLOW_Type_1ICON_1IMAGE,
+       SWALLOW_Type_1BUTTON,
+       SWALLOW_Type_1PROCESS,
+
+       SWALLOW_Type_1RADIO_SUB,
+       SWALLOW_Type_1RADIO_1PROCESS,
+       SWALLOW_Type_1RADIO_1SEARCH,
+       SWALLOW_Type_1RADIO_1LABLE,
+       SWALLOW_Type_0RADIO_1SEARCH,
+
+       SWALLOW_Type_1LINE_LAYOUT = 20,
+       SWALLOW_Type_1LINE_LAYOUT_1RADIO,
+       SWALLOW_Type_1LINE_LAYOUT_1TOGGLE,
+       SWALLOW_Type_1LINE_LAYOUT_1CHECK,
+       SWALLOW_Type_LAYOUT_ENTRY,
+       SWALLOW_Type_LAYOUT_SIMPLE_PASSWORD, // for simple password
+       SWALLOW_Type_LAYOUT_DATEFIELD,
+       SWALLOW_Type_LAYOUT_SLIDER,
+       SWALLOW_Type_LAYOUT_SPECIALIZTION,
+       SWALLOW_Type_LAYOUT_SPECIALIZTION_X,//extension
+       SWALLOW_Type_LAYOUT_SLIDER_WITH_TITLE,
+
+       SWALLOW_Type_MAX
+} SWALLOW_Type;
+
+typedef enum {
+       UNDEFINED_LIB_SYMBOL = -2,/*  undefined symbol : -2 */
+       LOAD_LIB_FAILED = -1,/*  load failed : -1 */
+       OPERATE_LIB_SUCESS = 0,
+} OPERATE_LIB_ERROR;
+
+typedef enum _POPUP_BTN_RESPONSE_TYPE{
+       POPUP_RESPONSE_INVALID = -1,
+       POPUP_RESPONSE_OK = 0,
+       POPUP_RESPONSE_CANCEL = 1,
+} POPUP_BTN_RESPONSE_TYPE;
+/**
+ *an item node in genlist
+ */
+typedef struct _Setting_GenGroupItem_Data {
+       void **pBack;
+
+       Elm_Object_Item *item;
+       SWALLOW_Type swallow_type;
+       const char *l_swallow_path;
+       const char *r_swallow_path;
+
+       int chk_status;                  /**< represent check value, slider value, datefield value etc.. */
+       char *keyStr;
+       char *title;
+       char *sub_desc;
+       Evas_Object *rgd;
+
+       /* output */
+       Evas_Object *eo_check;
+       setting_call_back_func chk_change_cb;
+
+       /* to swallow a whole layout (genlist item is 1line-layout or 2line-layout) */
+
+       char *item_style;                                               /**< itc style name */
+       Evas_Object *win_main;
+       Evas *evas;
+
+       /*  for slider control */
+
+       double slider_min;                              /**< to swallow a slider */
+
+       double slider_max;                              /**< to swallow a slider */
+       setting_call_back_func start_change_cb;
+       setting_call_back_func stop_change_cb;
+       int belongs_to; /**< 1: slider belongs to sound group. 0: slider belongs to vibration group */
+
+       /*  input panel  */
+
+       Elm_Input_Panel_Layout input_type;              /**< input panel type */
+       bool input_panel_disable_flag;      /** do not show the input panel automatically when the widget is clicked or has focus*/
+
+       void *userdata;                                         /**< just a reference, do not need release. */
+       bool isPasswordFlag;
+       bool isFocusFlag;
+       bool isItemDisableFlag;
+       bool isSinglelineFlag;
+
+       int int_slp_setting_binded; /**< its relative vconf value must increase from 0, and step is 1. eg, 0, 1, 2, 3.. */
+       int index;
+
+
+       Evas_Object *notify;//act as any popup to show user any message
+
+       Elm_Entry_Filter_Accept_Set *digits_filter_data;
+       Elm_Entry_Filter_Limit_Size *limit_filter_data;
+
+} Setting_GenGroupItem_Data;
+
+typedef enum {
+       SETTING_VCONF_INT_TYPE = 0,
+       SETTING_VCONF_BOOL_TYPE,
+       SETTING_VCONF_STR_TYPE
+} setting_vconf_type;
+
+#define MAX_RESET_MENU_NUM 50
+
+typedef struct _item_table {
+       char *item_name;        /* pointer to the key string */
+       char *ug_args;
+       Setting_GenGroupItem_Data *data_GenItem;
+} Item_Table;
+
+typedef struct _Setting_Done_List_Data {
+       /* external input arguements */
+       Evas_Object *win_main;
+       void *UG_data;
+       Evas_Object *ly_parent;
+       Evas_Object *controllbar;
+
+       /* internal output%input arguements */
+       Item_Table chk_items[MAX_RESET_MENU_NUM];
+       int cur_item_num;
+       Evas_Object *selInfoPop;
+       Evas_Object *selInfoPop_layout;
+       Elm_Genlist_Item_Class itc_1text_1icon;
+       Elm_Genlist_Item_Class itc_seperator;
+       Elm_Genlist_Item_Class itc_sel_all;
+} Setting_Done_List_Data;
+
+#endif                         /* __SETTING_COMMON_DATA_TYPE_H__ */
diff --git a/setting-common/include/setting-common-draw-widget.h b/setting-common/include/setting-common-draw-widget.h
new file mode 100644 (file)
index 0000000..3762bf3
--- /dev/null
@@ -0,0 +1,685 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+/**
+ *defgroup setting-common-draw-widget
+ *common UI code for reuse
+ */
+#ifndef __SETTING_COMMON_DRAW_WIDGET_H__
+#define __SETTING_COMMON_DRAW_WIDGET_H__
+#include <setting-common-data-type.h>  /* including all the data structure */
+#include <setting-common-general-func.h>       /* including one class of common functions */
+#include <setting-common-data-slp-setting.h>   /* including another class of common functions */
+
+#define SETTING_COMMON_DRAW_WIDGET_CONTROLBAR_ITEM_LEN 3
+#define POPUP_INTERVAL 2.0
+
+/**
+ * Do process when clicking radio in subitem of expandable item
+ */
+extern void setting_sub_list_rd_change(void *data, Evas_Object *obj,
+                                      void *event_info);
+
+/**
+ * Hide the input pannel
+ */
+extern void setting_hide_input_pannel_cb(Evas_Object *entry);
+
+/**
+ * Do process when clicking on subitem of expandable item
+ */
+extern void setting_sub_list_sel_cb(void *data, Evas_Object *obj,
+                                   void *event_info);
+
+/**
+ * Do process when clicking on a common genlist item
+ */
+extern void setting_mouse_up_Gendial_list_radio_cb(void *data,
+                                                  Evas_Object *obj,
+                                                  void *event_info);
+
+/**
+ * To intialize an Elm_Genlist_Item_Class, according to item style
+ */
+extern bool setting_create_Gendial_itc(const char *item_style,
+                                      Elm_Genlist_Item_Class *itc);
+
+/**
+ * Create group style item
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+extern Setting_GenGroupItem_Data *setting_create_Gendial_field_group_titleItem(Evas_Object *genlist,
+                                               const Elm_Genlist_Item_Class *itc,
+                                               Elm_Object_Item *parent,
+                                               Elm_Genlist_Item_Type flag,     /* ELM_GENLIST_ITEM_GROUP or ELM_GENLIST_ITEM_NONE */
+                                               const char *keyStr,
+                                               setting_call_back_func gl_sel);
+
+/**
+ * Create separator style item with title
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+extern Setting_GenGroupItem_Data *setting_create_Gendial_field_titleItem(
+                                               Evas_Object *genlist,
+                                               const Elm_Genlist_Item_Class *itc,
+                                               const char *keyStr,
+                                               setting_call_back_func gl_sel);
+
+/**
+ * Create 1radion-1text style item
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+extern Setting_GenGroupItem_Data *setting_create_Gendial_field_1radio(
+                                       Evas_Object *genlist,
+                                       const Elm_Genlist_Item_Class *itc,
+                                       setting_call_back_func gl_sel,
+                                       void *sel_data,
+                                       SWALLOW_Type swallow_type,
+                                       Evas_Object *rgd, int chk_status,
+                                       const char *keyStr,
+                                       setting_call_back_func chk_change_cb);
+
+/**
+ * Create common style item with menu icon
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+extern Setting_GenGroupItem_Data *setting_create_Gendial_field_groupitem(
+                                       Evas_Object *genlist,
+                                       const Elm_Genlist_Item_Class *itc,
+                                       Elm_Object_Item *parent,
+                                       setting_call_back_func gl_sel,
+                                       void *sel_data,
+                                       SWALLOW_Type swallow_type,
+                                       char *l_icon_path,
+                                       char *r_icon_path, int chk_status,
+                                       const char *keyStr, char *sub_desc,
+                                       setting_call_back_func
+                                       chk_change_cb);
+
+/**
+ * Common function to create a genlist item
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+extern Setting_GenGroupItem_Data *setting_create_Gendial_field_def(Evas_Object *
+                                                                  genlist,
+                                                                  const Elm_Genlist_Item_Class *itc,
+                                                                  setting_call_back_func gl_sel,
+                                                                  void *sel_data,
+                                                                  SWALLOW_Type swallow_type,
+                                                                  char *l_icon_path,
+                                                                  char *r_icon_path,
+                                                                  int chk_status,
+                                                                  const char *keyStr,
+                                                                  char *sub_desc,
+                                                                  setting_call_back_func chk_change_cb);
+
+/**
+ * Create 1entry style item
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+extern Setting_GenGroupItem_Data *setting_create_Gendial_field_entry(Evas_Object *genlist,
+                                                                    const Elm_Genlist_Item_Class *itc,
+                                                                    setting_call_back_func gl_sel,
+                                                                    void *sel_data,
+                                                                    SWALLOW_Type swallow_type,
+                                                                    char *l_icon_path,
+                                                                        char *r_icon_path,
+                                                                    int chk_status,
+                                                                    const char *keyStr,
+                                                                        char *sub_desc,
+                                                                    setting_call_back_func chk_change_cb,
+                                                                    Elm_Input_Panel_Layout input_type,
+                                                                    bool isPasswordFlag,
+                                                                    bool isFocusFlag,
+                                                                    int max_char_count,
+                                                                    int max_byte_count,
+                                                                    char *accepted,
+                                                                        char *rejected);
+
+/**
+ * General function to create a subitem of expandable item
+ *
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+extern Setting_GenGroupItem_Data *setting_create_Gendial_exp_sub_field(
+                                       Evas_Object *genlist,
+                                       const Elm_Genlist_Item_Class *itc,
+                                       setting_call_back_func gl_sel,
+                                       void *sel_data,
+                                       Elm_Object_Item *parent,
+                                       SWALLOW_Type swallow_type,
+                                       Evas_Object *rgd, int chk_status,
+                                       const char *keyStr,
+                                       setting_call_back_func
+                                       chk_change_cb);
+
+/**
+ * General function to create a parent item of expandable item
+ *
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+extern Setting_GenGroupItem_Data *setting_create_Gendial_exp_parent_field(
+                                               Evas_Object *genlist,
+                                               const Elm_Genlist_Item_Class *itc,
+                                               setting_call_back_func gl_sel,
+                                               void *sel_data,
+                                               SWALLOW_Type swallow_type,
+                                               const char *keyStr,
+                                               char *sub_desc);
+
+/**
+ * To make genlist support expandable style item
+ */
+extern void setting_enable_expandable_genlist(Evas_Object *genlist, void *data,
+                                             setting_call_back_func gl_exp_cb,
+                                             setting_call_back_func
+                                             gl_smart_cb);
+
+extern void setting_begin_progress_genlist_item(Setting_GenGroupItem_Data *
+                                               data_item);
+extern void setting_finish_progress_genlist_item(Setting_GenGroupItem_Data *
+                                                data_item);
+
+/**
+ * To create slider object of a genlist item
+ * @return a slider container object
+ */
+extern Evas_Object *setting_create_slider(Evas_Object *win_main, Evas *evas,
+                                         const char *l_swallow_path,
+                                         const char *r_swallow_path,
+                                         double value, double slider_min,
+                                         double slider_max,
+                                         setting_call_back_func
+                                         slider_change_cb,
+                                         setting_call_back_func
+                                         slider_start_change_cb,
+                                         setting_call_back_func
+                                         slider_stop_change_cb, void *cb_data);
+
+/**
+ * The main implement body of create a certain size icon
+ */
+extern void create_image_box_add_ex(void *data, Evas_Object *win_main,
+                                   Evas *evas, char *img_path, int img_w,
+                                   int img_h,
+                                   Evas_Object_Event_Cb mouse_down_cb,
+                                   Evas_Object_Event_Cb mouse_up_cb,
+                                   Evas_Object **image_box,
+                                   Evas_Object **img);
+
+/**
+ * To create a size fixed icon
+ * @return a image container object
+ */
+extern Evas_Object *create_image_box_add(void *data, Evas_Object *win_main,
+                                        Evas *evas, char *img_path, int img_w,
+                                        int img_h,
+                                        Evas_Object_Event_Cb mouse_down_cb,
+                                        Evas_Object_Event_Cb mouse_up_cb);
+
+/**
+* @ To create a size specialized icon
+* @return a image container object
+*/
+extern Evas_Object *create_bgimage_box_add(void *data, Evas_Object *win_main,
+                                          Evas *evas, char *img_path,
+                                          int img_w, int img_h,
+                                          Evas_Object_Event_Cb mouse_down_cb,
+                                          Evas_Object_Event_Cb mouse_up_cb);
+
+/**
+* @ create a box container
+*
+* @param[in] win_main
+*
+* @return a box container
+*/
+extern Evas_Object *setting_create_client_bx(Evas_Object *win_main);
+
+extern Evas_Object *setting_create_image(Evas_Object *parent, const char *img_path);
+extern Evas_Object *setting_create_gif(Evas_Object *parent, const char **png_list);
+
+/**
+* @ create a popup window which contents a progressbar
+* @return a popup window which contents a progressbar
+*/
+extern Evas_Object *setting_create_popup_with_progressbar(void *data,
+                                                Evas_Object *parent,
+                                                char *progressbar_style,
+                                                char *progressbar_title,
+                                                char *progressbar_lable,
+                                                setting_call_back_func
+                                                response_cb, int timeout);
+extern Evas_Object *setting_create_popup_with_btn(void *data, Evas_Object *parent,
+                                 char *content_str, char *title_str,
+                                 setting_call_back_func response_cb,
+                                 int timeout, int btn_num, ...);
+
+/**
+* The general API to create a certain popup window
+* @return a certain popup window
+*/
+extern Evas_Object *setting_create_popup_without_btn(void *data, Evas_Object *parent,
+                                        char *content_str, char *title_str,
+                                        setting_call_back_func response_cb,
+                                        int timeout);
+
+/**
+* The API to create a certain popup window without title
+* @return a certain popup window without title
+*/
+extern int setting_create_popup_without_title(void *data, Evas_Object *win_main,
+                                            char *str_text);
+
+/**
+* The API to create a certain popup window with title
+* @return a certain popup window with title
+*/
+extern int setting_create_popup_with_title(void *data, Evas_Object *win_main,
+                                          char *str_title, char *str_text);
+
+extern Evas_Object *setting_create_popup_with_gif(void *data, Evas_Object *parent, char *content_str, char *title_str, const char **png_list,  //array end with 'NULL'.
+                                                 setting_call_back_func
+                                                 response_cb, int timeout, int btn_num, ...);
+extern Evas_Object *setting_create_popup_with_content(void *data, Evas_Object *parent, char *content_str, char *title_str, Evas_Object *content,       //content obj below text
+                                                     int timeout);
+extern Evas_Object *setting_create_popup_with_check(void *data,
+                                                   Evas_Object *parent,
+                                                   char *content_str,
+                                                   char *title_str,
+                                                   char *check_str,
+                                                   setting_call_back_func
+                                                   response_cb, int timeout,
+                                                   Evas_Object **check, int btn_num, ...);
+
+/**
+* Alternate the check object status and its binded vcof value via original vcofn value
+*/
+extern int setting_draw_onoff_status(Evas_Object *obj,
+                                    setting_bool_slp_list key);
+
+/**
+* Set the vconf value via its binded check object.
+* @return 0: sucess, other: failed
+*/
+extern int setting_reset_slp_key_by_status(Evas_Object *obj,
+                                          setting_bool_slp_list key);
+
+/**
+* Set the status of check object via its binded vconf value.
+* @return  0: sucess, other: failed
+*/
+extern int setting_check_onoff_status(Evas_Object *obj,
+                                     setting_bool_slp_list key);
+
+/**
+* Set the status of radio group object via its binded vconf value.
+* @return  0: sucess, other: failed
+*/
+extern int setting_update_chk_status(Evas_Object *chk,
+                                    setting_int_slp_list type);
+
+/**
+* Create a size specilized rectangle object
+* @return a size specilized rectangle object
+*/
+extern Evas_Object *setting_create_blank_rect_customize(Evas_Object *layout,
+                                                       int w, int h);
+
+/**
+* Create a size fixed rectangle object
+* @param[in] layout
+* @return a size fixed rectangle object
+*/
+extern Evas_Object *setting_create_blank_rect(Evas_Object *layout);
+
+/**
+* The API to Create an editfiled object
+* @return an editfiled object
+*/
+extern Evas_Object *setting_create_editfiled(Evas_Object *win_main,
+                                            char *title, char *def_str);
+
+extern Evas_Object *setting_create_win_layout(Evas_Object *win_layout,
+                                      Evas_Object *win_obj);
+
+extern Evas_Object *setting_create_navi_bar(Evas_Object *layout);
+
+extern Evas_Object *setting_create_button(Evas_Object *parent, const char *btn_str,
+                                  const char *btn_style,
+                                  setting_call_back_func btn_click_cb,
+                                  void *cb_data);
+
+extern Elm_Object_Item * setting_create_navi_bar_top_buttons(char *title_str,
+                                        char *lbutton_str,
+                                        char *rbutton_str,
+                                        char *mbutton_str,
+                                        setting_call_back_func lbutton_click_cb,
+                                        setting_call_back_func rbutton_click_cb,
+                                        setting_call_back_func mbutton_click_cb,
+                                        void *cb_data, Evas_Object *eo_view,/*any container obj */
+                                        Evas_Object *navigate_bar );
+
+/**
+* Create buttons on the specialized navigation bar
+* @param[in] eo_view   navigation bar's content
+* @param[in] controlbar   title obj of navigation bar
+*/
+extern void
+setting_create_navi_bar_buttons(char *title_str,
+                               char *lbutton_str, char *rbutton_str,
+                               char *mbutton_str,
+                               setting_call_back_func lbutton_click_cb,
+                               setting_call_back_func rbutton_click_cb,
+                               setting_call_back_func mbutton_click_cb,
+                               void *cb_data, Evas_Object *eo_view,
+                               Evas_Object *navigate_bar,
+                               Evas_Object *controlbar);
+
+/**
+* The general API to create a layout with navigation bar,
+*   which contents any evas container object(@param[eo_view]) as its content
+*
+* @param[in] eo_view   navigation bar's content
+* @param[out] titleobj   title obj of navigation bar
+*
+* return main layout of UG or App..
+*/
+
+Evas_Object *setting_create_layout_navi_bar(Evas_Object *win_layout,
+                                           Evas_Object *win_obj,
+                                           char *title_str,
+                                               char *lbutton_str,
+                                           char *rbutton_str,
+                                           char *mbutton_str,
+                                           setting_call_back_func lbutton_click_cb,
+                                           setting_call_back_func rbutton_click_cb,
+                                           setting_call_back_func mbutton_click_cb,
+                                               void *cb_data,
+                                           Evas_Object *eo_view,
+                                           Evas_Object **navi_bar,
+                                           Evas_Object **titleobj);
+
+/**
+* The API to create a layout with navigation bar,
+*   which contents a scroller object as its content
+*
+* @param[out] scroller   navigation bar's content
+*
+* @return a layout with a special navigation bar and at most 2 buttons
+*/
+extern Evas_Object *setting_create_layout_navi_bar_scroller(Evas_Object * win_layout,
+                                                           Evas_Object * win_obj,
+                                                           char *title_str,
+                                                           char *lbutton_str,
+                                                           char *rbutton_str,
+                                                           setting_call_back_func lbutton_click_cb,
+                                                           setting_call_back_func rbutton_click_cb,
+                                                           void *cb_data,
+                                                           Evas_Object ** scroller,
+                                                           Evas_Object ** navi_bar);
+
+/**
+* The API to create a layout with navigation bar,
+*      which contents a genlist object as its content
+*
+* @return a layout with a special navigation bar and at most 2 buttons
+*/
+extern Evas_Object *setting_create_layout_navi_bar_genlist(Evas_Object * win_layout,
+                                                          Evas_Object * win_obj,
+                                                          char *title_str,
+                                                          char *lbutton_str,
+                                                          char *rbutton_str,
+                                                          setting_call_back_func lbutton_click_cb,
+                                                          setting_call_back_func rbutton_click_cb,
+                                                          void *cb_data,
+                                                          Evas_Object ** genlist,
+                                                          Evas_Object ** navi_bar);
+
+/**
+* The general API to push any evas object(@param[in][eo_view]) to the specialized navi_bar,
+*   which contents at most 3 buttons
+*/
+extern void setting_push_layout_navi_bar(char *title_str,
+                                        char *lbutton_str, char *rbutton_str,
+                                        char *mbutton_str,
+                                        setting_call_back_func lbutton_click_cb,
+                                        setting_call_back_func rbutton_click_cb,
+                                        setting_call_back_func mbutton_click_cb,
+                                        void *cb_data,
+                                        Evas_Object *eo_view,
+                                        Evas_Object *navi_bar,
+                                        Evas_Object **titleobj);
+
+/**
+* The API to push a scroller object(@param[in][scroller]) to the specialized navi_bar,
+*   which contents at most 2 buttons
+*/
+extern void setting_push_layout_navi_bar_scroller(Evas_Object *win_main,
+                                                 char *title_str,
+                                                 char *lbutton_str,
+                                                 char *rbutton_str,
+                                                 setting_call_back_func lbutton_click_cb,
+                                                 setting_call_back_func rbutton_click_cb,
+                                                 void *cb_data,
+                                                 Evas_Object **scroller,
+                                                 Evas_Object *navi_bar);
+
+/**
+* The API to push a genlist object(@param[in][genlist]) to the specialized navi_bar,
+*   which contents at most 2 buttons
+*/
+extern void
+setting_push_layout_navi_bar_genlist(Evas_Object *win_layout,
+                                    Evas_Object *win_obj,
+                                        char *title_str,
+                                    char *lbutton_str,
+                                        char *rbutton_str,
+                                    setting_call_back_func lbutton_click_cb,
+                                    setting_call_back_func rbutton_click_cb,
+                                    void *cb_data,
+                                        Evas_Object **genlist,
+                                    Evas_Object *navi_bar);
+
+/**
+* Create a text box, which cannot be edited
+* @return a text box, which cannot be edited
+*/
+extern Evas_Object *setting_create_textbox(Evas_Object *parent,
+                                          const char *content);
+
+/****done_list****/
+
+/**
+* hide selectinfo popup
+*/
+extern void sel_info_popup_hide_cb(void *data, Evas *e, Evas_Object *obj,
+                                  void *event_info);
+
+/**
+* show selectinfo popup
+*/
+extern void sel_info_popup_show_cb(void *data, Evas *e, Evas_Object *obj,
+                                  void *event_info);
+
+/**
+* Create selectinfo popup
+*/
+extern void setting_create_sel_info_popup(Evas_Object *parent,
+                                         Evas_Object **selInfoPop_layout,
+                                         Evas_Object **selInfoPop);
+
+/**
+* Check if some item is selected in done-list
+*
+* @param[in] list_data
+* @return
+*/
+extern bool setting_done_list_is_some_item_selected(Setting_Done_List_Data *
+                                                   list_data);
+
+/**
+* Do process when clicking the check object in the done-list item
+*/
+extern void setting_done_list_Gendial_chk_btn_cb(void *data, Evas_Object *obj,
+                                                void *event_info);
+
+/**
+* The API to create done-list.
+* @param[in] list_data
+* @return a done-list
+*/
+extern Evas_Object *setting_create_done_list(Setting_Done_List_Data *
+                                            list_data);
+
+/**
+* Get searchbar text and register redraw_cb by idler.
+*
+* @param[in] data
+* @param[in] search_bar
+* @param[in] search_text
+* @param[in] search_idler
+* @param[in] redraw_cb
+*/
+extern int setting_searchbar_redraw(void *data,
+                          Evas_Object *search_bar,
+                          char *search_text,
+                          Ecore_Idler **search_idler,
+                          Ecore_Task_Cb redraw_cb);
+
+/**
+* Create searchar, register change cb and cancel cb.
+*
+* @param[in] data
+* @param[in] parent
+* @param[in] change_cb
+* @param[in] cancel_cb
+*/
+extern Evas_Object *setting_create_searchbar(void *data, Evas_Object *parent,
+                                        Evas_Smart_Cb change_cb,
+                                        Evas_Smart_Cb cancel_cb);
+
+/**
+* Make it no effect when clicking on a evas object, such as, layout, genlist
+*
+*/
+extern void setting_disable_evas_object(Evas_Object *obj);
+
+/**
+* Make it normal acting when clicking on a evas object, such as, layout, genlist
+*
+*/
+extern void setting_enable_evas_object(Evas_Object *obj);
+
+/**
+* To disable a specialized genlist item
+*
+*/
+extern void setting_disable_genlist_item(Elm_Object_Item *item);
+
+/**
+* To enable a specialized genlist item
+*
+*/
+extern void setting_enable_genlist_item(Elm_Object_Item *item);
+
+/**
+* To resize a evas object, such as, icon, button..
+*
+*/
+extern void setting_resize_object(Evas_Object *obj, Evas_Coord w, Evas_Coord h);
+
+/**
+* To create a bg object
+*
+*/
+extern Evas_Object *setting_create_bg(Evas_Object *parent,Evas_Object *win, const char *bg_style);
+
+/**
+* To make an object which is operated by setting_dim_evas_object normal color
+*
+* @param[in] obj
+* @param[in] b_transparenct:
+*      1:the appearence of obj is made up of transparent backgroud color.
+*      0:the appearence of obj is made up of non transparent color.
+*/
+extern void setting_undo_dim_evas_object(Evas_Object *obj, bool b_transparenct);
+
+/**
+* To make an object dim color
+*
+* @param[in] obj
+* @param[in] b_transparenct:
+*      1:the appearence of obj is made up of transparent backgroud color.
+*      0:the appearence of obj is made up of non transparent color.
+*/
+extern void setting_dim_evas_object(Evas_Object *obj, bool b_transparenct);
+
+/**
+* To make an object looks clickable: if pressed, it is dim color;if unpressed, it is normal color;
+*
+* @param[in] obj
+*/
+extern void setting_make_evas_object_clickable(Evas_Object *obj);
+/**
+* To create an icon which looks clickable(if pressed, it is dim color;if unpressed, it is normal color)
+*
+* @param[in] parent
+* @param[in] img_path
+* @param[in] up_cb
+* @param[in] down_cb
+* @param[in] move_cb
+* @param[in] data
+*/
+extern Evas_Object *setting_create_icon(Evas_Object *parent, const char *img_path,
+                                Evas_Object_Event_Cb up_cb,
+                                Evas_Object_Event_Cb down_cb,
+                                Evas_Object_Event_Cb move_cb,
+                                void *data);
+
+/**
+* To create a button which only has a image and looks clickable
+* (if pressed, it is dim color;if unpressed, it is normal color)
+* @param[in] parent
+* @param[in] img_path
+* @param[in] up_cb
+* @param[in] down_cb
+* @param[in] move_cb
+* @param[in] data
+*/
+extern Evas_Object *setting_create_image_button(Evas_Object *parent,
+                                       const char *btn_img,
+                                       setting_call_back_func clicked_cb,
+                                       setting_call_back_func unpressed_cb,
+                                       void *data);
+
+/*
+* set font_size, color or align(right, left, middle),if need, you
+* can add </font_siz>, </color> or </align> to controll a segment words; or else
+* the text will take the same effect until the end of text.
+*/
+extern char *setting_customize_text(const char *input_str, const int font_size,
+                            const char *color, const char *align);
+
+#endif                         /* __SETTING_COMMON_DRAW_WIDGET_H__ */
diff --git a/setting-common/include/setting-common-general-func.h b/setting-common/include/setting-common-general-func.h
new file mode 100644 (file)
index 0000000..df1dfe1
--- /dev/null
@@ -0,0 +1,90 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_COMMON_GENERAL_FUNC_H__
+#define __SETTING_COMMON_GENERAL_FUNC_H__
+
+#include <setting-common-data-type.h>
+#include <bundle.h>
+
+#ifndef _EDJ
+#define _EDJ(o)                                   elm_layout_edje_get(o)
+#endif
+
+#ifdef _
+#undef _
+#undef N_
+#undef S_
+#endif
+#define _(s)                   setting_gettext(s)
+#define S_(s)             setting_gettext(s)
+
+#define btn_type(obj) get_popup_btn_response_type(elm_object_text_get(obj))
+
+extern char *setting_file_basename(char *path);
+
+/*****/
+extern char *get_pa_usb_connect_mode_str();
+extern char *get_pa_theme_name_str();
+extern char *get_brightness_mode_str();
+extern char *get_pa_backlight_time_str();
+extern char *get_pa_powersaving_at_str();
+extern char *get_pa_screen_timeout_str();
+extern char *get_pa_display_language_str();
+extern char *setting_pa_main_get_language();
+extern char *get_pa_Wi_Fi_on_off_str();
+extern char *get_Mobile_AP_on_off_str();
+extern char *get_BT_on_off_str();
+
+extern char *get_pa_time_format_str();
+extern char *get_pa_date_format_str();
+extern char *get_pa_week_format_str();
+extern char *get_pa_roaming_network_str();
+extern double get_widgets_factor();
+extern Theme_Type setting_get_theme();
+extern char *setting_gettext(const char *s);
+extern bool is_digital_str(const char *cstr);
+extern bool is_substr_ncase(const char *parentstr, const char *substr);
+
+/* check if partern belongs to array..*/
+extern bool is_string_belong_to_array(const char *partern, const char **array,
+                                     int array_num);
+extern int safeStrCmp(const char *s1, const char *s2);
+extern int safeStrNCmp(const char *s1, const char *s2, int len);
+extern char *safeStrNCat(char *dst, const char *src, int maxlen);
+extern char *safeCopyStr(char *dst, const char *src, int maxlen);
+extern bool isEmptyStr(const char *str);
+extern int safeStrLen(const char *str);
+extern bool get_substring_int(const char **ipStr, int *ipValue, char delim);
+extern bool is_ip_string(const char *ipstr);
+extern int setting_invoke_reset_function(char *lib_name, bundle *data, void *ext);
+extern int excuteCmd(char* exec_path, int option_num, ...);
+extern void set_font_dpi(short size);
+extern void create_fontlink(const char *linkpath, const char *linkname,
+                   const char *fontfilepath, const char *fontfilename);
+
+extern char* get_icon_path(const char *package);
+extern bool isEmulBin();
+extern int get_popup_btn_response_type(const char *btn_str);
+#endif                         /* __SETTING_COMMON_GENERAL_FUNC_H__ */
diff --git a/setting-common/include/setting-common-resource.h b/setting-common/include/setting-common-resource.h
new file mode 100755 (executable)
index 0000000..73e7600
--- /dev/null
@@ -0,0 +1,253 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+
+#ifndef __SETTING_COMMON_RESOURCE
+#define __SETTING_COMMON_RESOURCE
+#define SETTING_ICON_PATH_CFG  "/opt/apps/org.tizen.setting/res/icons/"
+#define SETTING_IMAGE_PATH_CFG "/opt/apps/org.tizen.setting/res/images/"
+
+#define KeyStr_Select_All                      "IDS_COM_BODY_SELECT_ALL"
+
+#define KeyStr_INFO "Info"
+
+/* connectivity keyStr*/
+#define KeyStr_Connectivity                    "IDS_ST_BODY_CONNECTIVITY"
+#define KeyStr_WiFi                            "IDS_COM_BODY_WI_FI"
+#define KeyStr_WiFiDirect                              "IDS_ST_HEADER_WI_FI_DIRECT"
+#define KeyStr_MobileAP                                "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+
+/* #define KeyStr_MobileAP                     "IDS_ST_BODY_MOBILE_AP"*/
+#define KeyStr_AllShare                                "IDS_COM_BODY_ALLSHARE"
+#define KeyStr_Synchronise                     "IDS_COM_BODY_SYNCHRONIZE"
+
+#define KeyStr_Location                        "IDS_COM_BODY_LOCATION"
+#define KeyStr_DataRoaming                     "IDS_ST_BODY_DATA_ROAMING"
+#define KeyStr_UsePacketData           "IDS_ST_BODY_USE_PACKET_DATA"
+
+/* #define KeyStr_UsePacketData                  "3G data"*/
+/* #define KeyStr_PacketDataCounter      "Packet data counter"*/
+#define KeyStr_USBconnection           "IDS_ST_HEADER_USB_UTILITIES"
+#define KeyStr_TVout                           "TV out"
+
+/* system keyStr*/
+#define KeyStr_System                  "IDS_ST_BODY_SYSTEM"
+//#define KeyStr_Home                  "Menu screen"
+
+/* #define KeyStr_Theme                                "IDS_ST_BODY_THEME"*/
+/* #define KeyStr_Theme                                "Skin color" */
+//#define KeyStr_Theme                         "Winset"
+#define KeyStr_Theme                           "IDS_ST_BODY_WINSET"
+#define KeyStr_Sounds                          "IDS_COM_BODY_SOUNDS"
+
+#define KeyStr_Wallpaper               "IDS_ST_BODY_WALLPAPER"
+#define KeyStr_HomeScreen              "IDS_ST_HEADER_HOME_SCREEN_ABB"
+#define KeyStr_LockedScreen                    "IDS_ST_BODY_LOCK_SCREEN"
+
+
+#define KeyStr_Font                                    "IDS_COM_BODY_FONT"
+//#define KeyStr_Motions                       "IDS_ST_BODY_MOTION_SETTINGS"
+#define KeyStr_Motions                 "IDS_ST_MBODY_MOTIONS"
+#define KeyStr_Powersaving                     "Power saving mode"
+
+#define KeyStr_Display                 "IDS_ST_BODY_DISPLAY"
+#define KeyStr_Menuscreen                      "Menu screen"
+#define KeyStr_Brightness              "IDS_COM_OPT_BRIGHTNESS"
+#define KeyStr_BacklightTime           "IDS_ST_BODY_BACKLIGHT_TIME"
+#define KeyStr_Landscape                       "IDS_ST_BODY_ROTATION_LOCK"
+
+#define KeyStr_DateTime                        "IDS_ST_BODY_DATE_AND_TIME"
+#define KeyStr_VoiceInOut              "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+#define KeyStr_DisplayLanguage         "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+//#define KeyStr_LanguageRegion                "Language & Region"
+#define KeyStr_LanguageRegion          "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+#define KeyStr_ChooseDefApps           "Default program"
+
+/*#define KeyStr_KeyboradLanguage              "keyborad language"*/
+#define KeyStr_KeyboradLanguage                "IDS_ST_BODY_KEYBOARD"
+#define KeyStr_Gestures                                "IDS_ST_BODY_GESTURES"
+#define KeyStr_Touch                           "IDS_ST_BODY_TOUCH"
+#define KeyStr_License                         "IDS_ST_BODY_LICENCE"
+#define KeyStr_EventsNotifications     "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+#define KeyStr_Security                                "IDS_ST_BODY_SECURITY"
+#define KeyStr_Memory                          "IDS_ST_BODY_MEMORY"
+#define KeyStr_Reset                           "IDS_COM_BODY_RESET"
+#define KeyStr_AboutPhone                      "IDS_ST_BODY_ABOUT_PHONE"
+#define KeyStr_MenuWidgets                     "IDS_ST_BODY_MENU_AND_WIDGETS"
+//#define KeyStr_Accessibility         "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+#define KeyStr_Accessibility           "Accessibility"
+#define KeyStr_Screen_reader           "Screen reader (TTS)"
+
+/* applications keyStr*/
+#define KeyStr_Applications                    "IDS_ST_BODY_APPLICATIONS"
+
+#define KeyStr_Call                                    "IDS_COM_BODY_PHONE"
+#define KeyStr_Gallery                         "IDS_COM_BODY_GALLERY"
+
+#define KeyStr_Messages                                "IDS_COM_BODY_MESSAGES"
+#define KeyStr_Email                           "IDS_COM_BODY_EMAIL"
+#define KeyStr_SevenEmail                      "Samsung Email"
+#define KeyStr_Contacts                                "IDS_COM_BODY_CONTACTS"
+#define KeyStr_Calendar                                "IDS_COM_BODY_CALENDAR"
+#define KeyStr_Internet                                "IDS_COM_BODY_INTERNET"
+
+/* #define KeyStr_MediaPlayer                  "IDS_ST_BODY_MEDIA_PLAYER"*/
+#define KeyStr_MediaPlayer                     "IDS_COM_BODY_MUSIC"
+
+#define KeyStr_SamsungApps                     "IDS_ST_HEADER_SAMSUNG_APPS"
+#define KeyStr_PhotoUpload     "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+#define KeyStr_SocialNetwork           "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+#define KeyStr_Installation    "IDS_ST_BODY_INSTALLATION_SETTINGS"
+
+/* #define KeyStr_HomeScreen           "Home screen"*/
+#define KeyStr_TaskSwitcher            "IDS_ST_BODY_TASK_SWITCHER"
+#define KeyStr_KeisOverWifi            "IDS_COM_BODY_KIES_VIA_WI_FI"
+#define KeyStr_VoiceRecorder           "IDS_COM_BODY_VOICE_RECORDER"
+#define KeyStr_FMRadio                 "IDS_COM_BODY_FM_RADIO"
+#define KeyStr_Twitter                 "IDS_COM_BODY_TWITTER"
+#define KeyStr_NFC                             "NFC"
+
+/* applications keyStr*/
+#define KeyStr_DownloadedAPPs          "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+#define KeyStr_AppsInformation         "IDS_ST_BODY_APPLICATION_INFO"
+#define KeyStr_ManageApps              "Manage applications"
+#define KeyStr_NewExchange             "New exchange"
+
+#define KeyStr_MoreConnect             "More connectivity settings"
+#define KeyStr_MoreSystem              "More system settings"
+#define IMG_More                       SETTING_ICON_PATH_CFG"More.png"
+/*****/
+
+#define IMG_DefaultIcon                        SETTING_ICON_PATH_CFG"DefaultIcon.png"
+/* connectivity IMG*/
+#define IMG_WiFi                       SETTING_ICON_PATH_CFG"Wifi.png"
+#define IMG_WiFiDirect                 SETTING_ICON_PATH_CFG"WifiDirect.png"
+#define IMG_MobileAP                   SETTING_ICON_PATH_CFG"MobileAP.png"
+#define IMG_Synchronise                        SETTING_ICON_PATH_CFG"Synchronise.png"
+#define IMG_Location                   SETTING_ICON_PATH_CFG"Location.png"
+#define IMG_DataRoaming                        SETTING_ICON_PATH_CFG"DataRoaming.png"
+#define IMG_USBconnection              SETTING_ICON_PATH_CFG"USB.png"
+#define IMG_KeisOverWifi       SETTING_ICON_PATH_CFG"Kies-via-WiFi.png"
+
+#define IMG_NFC                                "/opt/ug/res/icons/ug-setting-nfc-efl/org.tizen.nfc-app.png"
+
+/* system IMG*/
+#define IMG_Menuscreen         SETTING_ICON_PATH_CFG"Home.png"
+#define IMG_Sounds             SETTING_ICON_PATH_CFG"Sound.png"
+#define IMG_Wallpaper          SETTING_ICON_PATH_CFG"Wallpaper.png"
+#define IMG_Brightness         SETTING_ICON_PATH_CFG"Brightness.png"
+#define IMG_BacklightTime      SETTING_ICON_PATH_CFG"BacklightTime.png"
+#define IMG_Dispaly            SETTING_ICON_PATH_CFG"Display.png"
+#define IMG_Landscape          SETTING_ICON_PATH_CFG"rotation-locked.png"
+#define IMG_Powersaving                SETTING_ICON_PATH_CFG"Display.png"
+
+#define IMG_DateTime           SETTING_ICON_PATH_CFG"DateAndTime.png"
+#define IMG_VoiceInOut         SETTING_ICON_PATH_CFG"VoiceInOut.png"
+#define IMG_DisplayLanguage    SETTING_ICON_PATH_CFG"Language.png"
+#define IMG_KeyboradLanguage   SETTING_ICON_PATH_CFG"Keyboard.png"
+#define IMG_Touch              SETTING_ICON_PATH_CFG"Touch.png"
+#define IMG_License            SETTING_ICON_PATH_CFG"License.png"
+#define IMG_EventsNotifications        SETTING_ICON_PATH_CFG"Event.png"
+#define IMG_Security                   SETTING_ICON_PATH_CFG"Security.png"
+#define IMG_Memory             SETTING_ICON_PATH_CFG"Memory.png"
+#define IMG_Reset              SETTING_ICON_PATH_CFG"Reset.png"
+#define IMG_AboutPhone                 SETTING_ICON_PATH_CFG"AboutPhone.png"
+#define IMG_Theme                      SETTING_ICON_PATH_CFG"Theme.png"
+#define IMG_Accessibility              SETTING_ICON_PATH_CFG"Accessibility.png"
+
+/* applications IMG*/
+#define IMG_MANAGE_APPS        SETTING_ICON_PATH_CFG"ManageApplications.png"
+
+#define IMG_PhoneCalling SETTING_ICON_PATH_CFG"phoneCalling.png"
+#define IMG_ROBERT             SETTING_ICON_PATH_CFG"robert.png"
+#define IMG_ROBERT_LIFT                SETTING_ICON_PATH_CFG"robert_lift.png"
+#define IMG_Panning    SETTING_ICON_PATH_CFG"horz_scrollbar.png"
+#define IMG_Tilt       vconf_get_str(VCONFKEY_BGSET)
+
+/* display UG IMG*/
+#define IMG_BRIGTHNESS_LEFT     SETTING_ICON_PATH_CFG"00_brightness_left.png"
+#define IMG_BRIGHTNESS_RIGHT   SETTING_ICON_PATH_CFG"00_brightness_right.png"
+
+/*  SOUND IMG*/
+#define IMG_SLIDER_BTN_VOLUME01 \
+                       SETTING_ICON_PATH_CFG"B04_slider_btn_Volume01.png"
+
+#define IMG_SLIDER_BTN_VOLUME02 \
+                       SETTING_ICON_PATH_CFG"B04_slider_btn_Volume02.png"
+
+
+/*  touch IMG*/
+#define IMG_VIBRATION_ICON_01 \
+                       SETTING_ICON_PATH_CFG"B04_slider_btn_Vibration01.png"
+#define IMG_VIBRATION_ICON_02 \
+                       SETTING_ICON_PATH_CFG"B04_slider_btn_Vibration02.png"
+
+/*  Sensitivity IMG*/
+#define IMG_SENSITIVITY_ICON_01 \
+                       SETTING_ICON_PATH_CFG"68_icon_vibration_01.png"
+#define IMG_SENSITIVITY_ICON_02 \
+                       SETTING_ICON_PATH_CFG"68_icon_vibration_02.png"
+
+/* home screen*/
+#define IMG_DEFAULT_HOME_SCREEN \
+               "/opt/share/settings/Wallpapers/Home_default.jpg"
+
+/****Others****/
+
+/*  sound profile*/
+extern const char *STR_SETTING_NORMAL;
+
+/*  security*/
+extern const char *STR_SETTING_OPERATION_FAILED;
+
+/*  network*/
+extern const char *STR_SETTING_MMS_CONNECTIONS;
+extern const char *STR_SETTING_GSM_900_1800;
+extern const char *STR_SETTING_GSM_850_1900;
+extern const char *STR_SETTING_UMTS;
+extern const char *STR_SETTING_NETWORK_LIST;
+
+/*  phone > langauge*/
+extern const char *STR_SETTING_LANG_ENGLISH;
+extern const char *STR_SETTING_LANG_GERMAN;
+extern const char *STR_SETTING_LANG_DUTCH;
+extern const char *STR_SETTING_LANG_SPAINISH;
+extern const char *STR_SETTING_LANG_PORTUGUESE;
+extern const char *STR_SETTING_LANG_GREEK;
+extern const char *STR_SETTING_LANG_ITALIAN;
+extern const char *STR_SETTING_LANG_FRENCH;
+extern const char *STR_SETTING_LANG_TURKISH;
+extern const char *STR_SETTING_LANG_KOREAN;
+extern const char *STR_SETTING_LANG_JAPAN;
+extern const char *STR_SETTING_LANG_CHINA;
+extern const char *STR_SETTING_LANG_CANTONESE;
+extern const char *STR_SETTING_LANG_TAIWAN;
+extern const char *STR_SETTING_LANG_RUSSIAN;
+
+/* connectivity > tvout*/
+extern const char *STR_SETTING_NTSC;
+extern const char *STR_SETTING_PAL;
+extern const char *STR_SETTING_WIDE;
+
+#endif                         /* end of __SETTING_COMMON_RESOURCE */
diff --git a/setting-common/include/setting-common-view.h b/setting-common/include/setting-common-view.h
new file mode 100755 (executable)
index 0000000..b8225eb
--- /dev/null
@@ -0,0 +1,57 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+/**
+ *@defgroup setting-common-view
+ *each UG is able to have multiple views.
+ */
+#ifndef __SETTING_COMMON_VIEW_H__
+#define __SETTING_COMMON_VIEW_H__
+
+typedef struct _setting_view {
+       int (*create) (void *cb);
+       int (*destroy) (void *cb);
+       int (*update) (void *cb);
+       int (*cleanup) (void *cb);
+
+       int is_create;          /*  1:exist */
+
+} setting_view;
+
+int setting_view_node_set_cur_view(setting_view *view);
+setting_view *setting_view_node_get_cur_view();
+int setting_view_node_table_intialize();
+int setting_view_node_table_register(setting_view *view,
+                                    setting_view *topview);
+int setting_view_cb_at_endKey(void *cb);
+setting_view *setting_view_get_topview(setting_view *view);
+
+extern int setting_view_create(setting_view *view, void *cb);
+extern int setting_view_update(setting_view *view, void *cb);
+extern int setting_view_destroy(setting_view *view, void *cb);
+extern int setting_view_cleanup(setting_view *view, void *cb);
+extern int setting_view_change(setting_view *from_view, setting_view *to_view,
+                              void *cb);
+
+#endif                         /* __SETTING_COMMON_VIEW_H__ */
diff --git a/setting-common/src/setting-cfg.c b/setting-common/src/setting-cfg.c
new file mode 100755 (executable)
index 0000000..2296135
--- /dev/null
@@ -0,0 +1,664 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+
+#include <setting-cfg.h>
+#include <setting-debug.h>
+#include <stdio.h>
+#include <Elementary.h>
+#include <setting-common-general-func.h>
+
+#include <vconf-keys.h>
+
+#define CFG_FILE_DIR_PATH      "/opt/data/setting/"
+#define CFG_FILE_PATH          CFG_FILE_DIR_PATH"setting.cfg"
+
+JsonParser* parser;
+JsonNode*   root; /* category_list */
+
+int setting_cfg_file_write( JsonNode * node );
+
+#define __create_an_item(item_name, icon_path, ug_args, defaultPos, is_resetable)\
+{\
+       menu_item = json_node_new(JSON_NODE_OBJECT); \
+       object = json_object_new(); \
+       json_node_take_object(menu_item, object); \
+       json_object_set_string_member(object, "key_name", item_name); \
+       json_object_set_string_member(object, "icon_path", icon_path); \
+       json_object_set_string_member(object, "ug_args", ug_args); \
+       json_object_set_int_member(object, "pos", defaultPos); \
+       json_object_set_int_member(object, "click_times", 0); \
+       json_object_set_int_member(object, "is_resetable", is_resetable); \
+       json_array_add_element(menu, menu_item); \
+}
+
+#define __create_an_item_by_pkg(item_name, pkg_name, ug_args, defaultPos, is_resetable)\
+{\
+       menu_item = json_node_new(JSON_NODE_OBJECT); \
+       object = json_object_new(); \
+       char* __temp_##item_name = get_icon_path(pkg_name); \
+       json_node_take_object(menu_item, object); \
+       json_object_set_string_member(object, "key_name", item_name); \
+       json_object_set_string_member(object, "icon_path", __temp_##item_name); \
+       json_object_set_string_member(object, "ug_args", ug_args); \
+       json_object_set_int_member(object, "pos", defaultPos); \
+       json_object_set_int_member(object, "click_times", 0); \
+       json_object_set_int_member(object, "is_resetable", is_resetable); \
+       json_array_add_element(menu, menu_item); \
+       free(__temp_##item_name); __temp_##item_name = NULL; \
+}
+
+
+#define __create_a_menu(menu_name)\
+{\
+       category = json_node_new( JSON_NODE_OBJECT );\
+       object = json_object_new();\
+       json_node_take_object ( category, object );\
+       json_object_set_string_member( object, "name", menu_name );\
+       menu = json_array_new();\
+       json_object_set_array_member( object, "menu", menu );\
+       json_array_add_element( json_node_get_array( category_list ), category );\
+}
+
+void setting_cfg_print( void )
+{
+       JsonNode * node = root;
+
+       JsonGenerator *generator = json_generator_new ();
+       g_object_set( generator, "pretty", TRUE, NULL );
+       json_generator_set_root ( generator, node );
+       gchar *data = json_generator_to_data ( generator, NULL );
+       SETTING_TRACE( "%s", (char *)data );
+
+       g_free(data);
+       g_object_unref(generator);
+}
+
+/* create config file from scratch */
+int setting_cfg_create(void)
+{
+       JsonNode *category_list, *category, *menu_item;
+       JsonArray *menu;
+       JsonObject *object;
+
+       int ret = 0;
+       int support_nfc = 0;
+
+       /* Category list */
+       category_list = json_node_new (JSON_NODE_ARRAY);
+       json_node_take_array ( category_list, json_array_new () );
+
+       /* Connectivity */
+       __create_a_menu(KeyStr_Connectivity);
+       __create_an_item(KeyStr_WiFi, IMG_WiFi, "wifi-efl-UG", Cfg_Item_Pos_Level0, Cfg_Item_Resetable);
+
+       ret = vconf_get_bool(VCONFKEY_NFC_FEATURE, &support_nfc);
+       if((ret != -1) && (support_nfc == 1))
+               __create_an_item(KeyStr_NFC, IMG_NFC, "setting-nfc-efl", Cfg_Item_Pos_Level1, Cfg_Item_unResetable);
+
+       __create_an_item(KeyStr_Location, IMG_Location, "setting-location-efl", Cfg_Item_Pos_Level0, Cfg_Item_Resetable);
+       __create_an_item(KeyStr_DataRoaming, IMG_DataRoaming, NULL, Cfg_Item_Pos_Level1, Cfg_Item_Resetable);
+       if(!isEmulBin()) {
+               __create_an_item(KeyStr_WiFiDirect, IMG_WiFiDirect, "setting-wifidirect-efl", Cfg_Item_Pos_Level1, Cfg_Item_Resetable);
+       }
+       __create_an_item(KeyStr_USBconnection, IMG_USBconnection, "setting-connectivity-efl|viewtype:usb", Cfg_Item_Pos_Level1, Cfg_Item_Resetable);
+
+       /* System */
+       __create_a_menu(KeyStr_System);
+       /* a new group..        */
+
+       __create_an_item(KeyStr_Sounds, IMG_Sounds, "setting-profile-efl", Cfg_Item_Pos_Level0, Cfg_Item_Resetable);
+       /* kinds of wallpaper version.. */
+       __create_an_item(KeyStr_Wallpaper, IMG_Wallpaper, "setting-display-efl|viewtype:wallpaper", Cfg_Item_Pos_Level0, Cfg_Item_Resetable);
+
+
+       __create_an_item(KeyStr_Display, IMG_Dispaly, "setting-display-efl|viewtype:main", Cfg_Item_Pos_Level0, Cfg_Item_Resetable);
+
+       /* a new group.. */
+       __create_an_item(KeyStr_DateTime, IMG_DateTime, "setting-time-efl", Cfg_Item_Pos_Level1, Cfg_Item_Resetable);
+
+       /* a new group.. */
+       __create_an_item(KeyStr_LanguageRegion, IMG_DisplayLanguage, "setting-phone-efl|viewtype:language", Cfg_Item_Pos_Level1, Cfg_Item_Resetable);
+       __create_an_item(KeyStr_KeyboradLanguage, IMG_KeyboradLanguage, "isfsetting-efl", Cfg_Item_Pos_Level1, Cfg_Item_Resetable);
+
+       __create_an_item(KeyStr_EventsNotifications, IMG_EventsNotifications, "setting-phone-efl|viewtype:notification", Cfg_Item_Pos_Level1, Cfg_Item_Resetable);
+       __create_an_item(KeyStr_Memory, IMG_Memory, "setting-memory-efl", Cfg_Item_Pos_Level1, Cfg_Item_Resetable);
+       __create_an_item(KeyStr_Reset, IMG_Reset, "setting-reset-efl", Cfg_Item_Pos_Level1, Cfg_Item_unResetable);
+       __create_an_item(KeyStr_AboutPhone, IMG_AboutPhone, "setting-about-efl", Cfg_Item_Pos_Level1, Cfg_Item_Resetable);
+
+       /* Applications */
+       __create_a_menu(KeyStr_Applications);
+
+       __create_an_item_by_pkg(KeyStr_Call, "org.tizen.phone", "setting-call-efl", Cfg_Item_Pos_Level0, Cfg_Item_unResetable);
+       __create_an_item_by_pkg(KeyStr_Contacts, "org.tizen.contacts", "contacts-settings-efl|request_type:71", Cfg_Item_Pos_Level1, Cfg_Item_unResetable);
+
+       __create_an_item_by_pkg(KeyStr_Calendar, "org.tizen.efl-calendar", "calendar-settings-efl", Cfg_Item_Pos_Level1, Cfg_Item_unResetable);
+
+       __create_an_item_by_pkg(KeyStr_Gallery, "org.tizen.gallery", "setting-gallery-efl", Cfg_Item_Pos_Level1, Cfg_Item_unResetable);
+
+
+       /* Downloaded App */
+       __create_a_menu(KeyStr_DownloadedAPPs);
+
+       __create_an_item(KeyStr_ManageApps, IMG_MANAGE_APPS, "setting-manage-applications-efl|viewtype:manage-applications", Cfg_Item_Pos_Level1,
+                           Cfg_Item_Resetable);
+
+
+       /* write to file */
+       ret = setting_cfg_file_write( category_list );
+
+       json_node_free( category_list );
+
+       return ret;
+}
+
+
+/* load file */
+int setting_cfg_file_read( void )
+{
+       parser = json_parser_new (); /* to be freed on exit */
+
+       /* file -> parser */
+       GError *error = NULL;
+       gboolean ret = json_parser_load_from_file( parser, CFG_FILE_PATH, &error );
+
+       if( FALSE == ret )
+       {
+               SETTING_TRACE_ERROR("error->message:%s", (char*)(error->message));
+
+        /* The file is existing and can be accessed normally, but it was
+         * loaded failed as a json script, it means setting.cfg is
+         * damaged(not the normal formatting ), we need to remove
+         * the file and recreate in next running time*/
+               SETTING_TRACE_ERROR("The file[%s] is existing and can be accessed "\
+                            "normally, but it was loaded failed as a json "\
+                            "script, it means setting.cfg is damaged (the "\
+                            "formatting ia abnormal), we need to remove the"\
+                            " file and recreate in next running time!",
+                            CFG_FILE_PATH);
+
+        SETTING_TRACE("Trying to removing the damaged file.");
+        if (remove(CFG_FILE_PATH) != 0)
+        {
+            SETTING_TRACE_ERROR("Error to remove the damaged file");
+            return FALSE;
+        }
+
+        if( FALSE == setting_cfg_create() )
+        {
+            SETTING_TRACE_ERROR("Error to create a new config file");
+            return FALSE;
+        }
+        /*if the failed is  caused by reading the file recursively invoking */
+        return setting_cfg_file_read();
+
+       }
+
+       /* parser -> root */
+       root = json_parser_get_root( parser ); /* to be freed on exit*/
+       return TRUE;
+}
+
+/**
+* @brief dump JSON to file
+*/
+int setting_cfg_file_write( JsonNode * node )
+{
+       GError *error = NULL;
+       JsonGenerator *generator = json_generator_new ();
+       json_generator_set_root ( generator, node );
+       g_object_set( generator, "pretty", TRUE, NULL ); //write file in indent format
+       gboolean ret = json_generator_to_file( generator, CFG_FILE_PATH, &error );
+       g_object_unref(generator);
+
+       /* ***BEGIN***  DAC black screen SAMSUNG 2010/8/9 add
+        *add read permission
+        *chown -R inhouse:inhouse /home/inhouse/setting.cfg
+        */
+       if( FALSE == ret )
+       {
+               SETTING_TRACE_ERROR("Error writing file %s!", CFG_FILE_PATH );
+               return FALSE;
+       }
+       return TRUE;
+}
+
+/*   public functions  */
+int setting_cfg_init( void )
+{
+       g_type_init ();
+
+       struct stat st;
+       //int ret = -1;
+
+       if (access( CFG_FILE_DIR_PATH, R_OK|W_OK|F_OK ) !=0 )
+    {
+               SETTING_TRACE_ERROR("dir [%s] not legal, need to check your file-system.[%s:%d]\n", CFG_FILE_DIR_PATH, __FILE__, __LINE__);
+        return Cfg_Error_Type_DirPermissionDenied;
+    }
+       if( stat(CFG_FILE_DIR_PATH, &st) != 0)/* to make more stable */
+       {
+               /* if (0 != system("sudo mkdir /opt/data/setting/")); */
+               /* if (EINA_TRUE != ecore_file_mkpath(CFG_FILE_DIR_PATH)); */
+               if (EINA_TRUE != ecore_file_mkdir(CFG_FILE_DIR_PATH));
+               {
+                       perror("mkdir");
+                       return Cfg_Error_Type_Mkdir_Failed;
+               }
+       }
+
+       if( stat(CFG_FILE_PATH, &st) != 0)
+       {
+               SETTING_TRACE_ERROR("Config file doesn't exist. Create it!");
+               if(     FALSE == setting_cfg_create() )
+               {
+                       /* perror("setting_cfg_create"); */
+                       return Cfg_Error_Type_CreateCfg_Failed;
+               }
+               stat(CFG_FILE_PATH, &st);
+       }
+       /* ***BEGIN***  error handle(caused by unstable file system) SAMSUNG 2010/9/10 add*/
+       else if (0 == st.st_size ||
+             0 != access( CFG_FILE_PATH, R_OK|F_OK ))
+       {
+               SETTING_TRACE("the %s is 0 Byte, we need to recreate it.", CFG_FILE_PATH);
+               /* delete the file */
+               if (remove(CFG_FILE_PATH) != 0)
+               {
+                       perror("remove");
+                       return Cfg_Error_Type_RemoveCfg_Failed;
+               }
+               if(     FALSE == setting_cfg_create() )
+               {
+                       /* perror("setting_cfg_create"); */
+                       return Cfg_Error_Type_CreateCfg_Failed;
+               }
+
+       }
+       /* ****END****  error handle(caused by unstable  file system) SAMSUNG 2010/9/10 add
+        * cfg file exists but invalid -> re-create
+        * load file into parser
+        */
+       if( FALSE == setting_cfg_file_read() )
+       {
+               /* remove current setting file */
+               if (remove(CFG_FILE_PATH) != 0)
+               {
+                       /* perror("remove"); */
+                       return Cfg_Error_Type_RemoveCfg_Failed;
+               }
+               return Cfg_Error_Type_ReadCfg_Failed;
+       }
+
+       return Cfg_Error_Type_Sucess;
+}
+
+void setting_cfg_exit( void )
+{
+       json_node_free(root);
+       g_object_unref (parser);
+}
+
+int setting_cfg_file_update( void )
+{
+       if (access( CFG_FILE_PATH, W_OK|F_OK ) !=0 )
+       {
+               return FALSE;
+       }
+       return setting_cfg_file_write( root );
+}
+
+int setting_cfg_get_category_length( void )
+{
+       return json_array_get_length( json_node_get_array( root ) );
+}
+
+char* setting_cfg_get_category_name( int category_index )
+{
+       JsonObject * category_obj = json_array_get_object_element( json_node_get_array( root ), category_index );
+       return (char*)json_object_get_string_member( category_obj, "name" );
+}
+
+int setting_cfg_get_menu_length( int category_index )
+{
+       JsonObject * category_obj = json_array_get_object_element( json_node_get_array( root ), category_index );
+       JsonArray * menu = json_object_get_array_member( category_obj, "menu" );
+       return json_array_get_length( menu );
+}
+
+char * setting_cfg_get_keyname_idx( int category_index, int menu_index )
+{
+       JsonObject * category_obj = json_array_get_object_element( json_node_get_array( root ), category_index );
+       JsonArray * menu = json_object_get_array_member( category_obj, "menu" );
+       JsonObject * menu_item = json_array_get_object_element( menu, menu_index );
+       return (char*)json_object_get_string_member( menu_item, "key_name" );
+}
+
+char * setting_cfg_get_string_field_idx( int category_index, int menu_index, char *field_name)
+{
+       JsonObject * category_obj = json_array_get_object_element( json_node_get_array( root ), category_index );
+       JsonArray * menu = json_object_get_array_member( category_obj, "menu" );
+       JsonObject * menu_item = json_array_get_object_element( menu, menu_index );
+
+       char *data = (char *)json_object_get_string_member( menu_item, field_name );
+       if (!safeStrCmp(data, "(null)"))/* pass NULL to ug_args when create setting.cfg. */
+       {
+               return NULL;
+       }
+       return data;
+}
+
+int setting_cfg_get_int_field_idx( int category_index, int menu_index , char *field_name)
+{
+       JsonObject * category_obj = json_array_get_object_element( json_node_get_array( root ), category_index );
+       JsonArray * menu = json_object_get_array_member( category_obj, "menu" );
+       JsonObject * menu_item = json_array_get_object_element( menu, menu_index );
+       return json_object_get_int_member( menu_item, field_name );
+}
+
+char * setting_cfg_get_icon_path_idx( int category_index, int menu_index )
+{
+       return setting_cfg_get_string_field_idx(category_index, menu_index, "icon_path");
+}
+
+char * setting_cfg_get_ug_args_idx( int category_index, int menu_index )
+{
+       return setting_cfg_get_string_field_idx(category_index, menu_index, "ug_args");
+}
+
+char * setting_cfg_get_ugpath_idx( int category_index, int menu_index )
+{
+       return setting_cfg_get_string_field_idx(category_index, menu_index, "ug_path");
+}
+
+char * setting_cfg_get_ugpath( char * keyname )
+{
+       int i, j;
+       for( i = 0; i < setting_cfg_get_category_length(); i++ )
+       {
+               for( j = 0; j < setting_cfg_get_menu_length( i ); j++ )
+               {
+                       if( safeStrCmp( setting_cfg_get_keyname_idx( i, j ), keyname ) == 0 )
+                               return setting_cfg_get_ugpath_idx( i, j );
+               }
+       }
+       return NULL;
+}
+
+int setting_cfg_get_pos_idx( int category_index, int menu_index )
+{
+       return setting_cfg_get_int_field_idx(category_index, menu_index, "pos");
+}
+
+int setting_cfg_get_pos( char * keyname )
+{
+       int i, j;
+       for( i = 0; i < setting_cfg_get_category_length(); i++ )
+       {
+               for( j = 0; j < setting_cfg_get_menu_length( i ); j++ )
+               {
+                       if( safeStrCmp( setting_cfg_get_keyname_idx( i, j ), keyname ) == 0 )
+                               return setting_cfg_get_pos_idx( i, j );
+               }
+       }
+       return 0;
+}
+
+void setting_cfg_set_pos_idx( int category_index, int menu_index, int pos )
+{
+       JsonObject * category_obj = json_array_get_object_element( json_node_get_array( root ), category_index );
+       JsonArray * menu = json_object_get_array_member( category_obj, "menu" );
+       JsonObject * menu_item = json_array_get_object_element( menu, menu_index );
+       json_object_remove_member( menu_item, "pos" );
+       json_object_set_int_member( menu_item, "pos", pos );
+}
+
+void setting_cfg_set_pos( char * keyname, int pos )
+{
+       int i, j;
+       for( i = 0; i < setting_cfg_get_category_length(); i++ )
+       {
+               for( j = 0; j < setting_cfg_get_menu_length( i ); j++ )
+               {
+                       if( safeStrCmp( setting_cfg_get_keyname_idx( i, j ), keyname ) == 0 )
+                       {
+                               setting_cfg_set_pos_idx( i, j, pos );
+                               return ;
+                       }
+               }
+       }
+
+}
+
+int setting_cfg_get_click_times_idx( int category_index, int menu_index )
+{
+       return setting_cfg_get_int_field_idx(category_index, menu_index, "click_times");
+}
+
+int setting_cfg_get_click_times( char * keyname )
+{
+       int i, j;
+       for( i = 0; i < setting_cfg_get_category_length(); i++ )
+       {
+               for( j = 0; j < setting_cfg_get_menu_length( i ); j++ )
+               {
+                       if( safeStrCmp( setting_cfg_get_keyname_idx( i, j ), keyname ) == 0 )
+                               return setting_cfg_get_click_times_idx( i, j );
+               }
+       }
+       return 0;
+}
+
+void setting_cfg_set_click_times_idx( int category_index, int menu_index, int click_times )
+{
+       JsonObject * category_obj = json_array_get_object_element( json_node_get_array( root ), category_index );
+       JsonArray * menu = json_object_get_array_member( category_obj, "menu" );
+       JsonObject * menu_item = json_array_get_object_element( menu, menu_index );
+       json_object_remove_member( menu_item, "click_times" );
+       json_object_set_int_member( menu_item, "click_times", click_times );
+}
+
+void setting_cfg_set_click_times( char * keyname, int click_times )
+{
+       int i, j;
+       for( i = 0; i < setting_cfg_get_category_length(); i++ )
+       {
+               for( j = 0; j < setting_cfg_get_menu_length( i ); j++ )
+               {
+                       if( safeStrCmp( setting_cfg_get_keyname_idx( i, j ), keyname ) == 0 )
+                       {
+                               setting_cfg_set_click_times_idx( i, j, click_times );
+                               return ;
+                       }
+               }
+       }
+
+}
+
+int setting_cfg_get_resetable_flag_idx(int category_index, int menu_index)
+{
+       return setting_cfg_get_int_field_idx(category_index, menu_index,
+                                            "is_resetable");
+}
+
+void setting_cfg_add_downloaded_app( char *keyname, char *icon_path, char *ug_args, int pos)
+{
+       int i;
+       JsonNode *menu_item;
+       JsonObject *object;
+       JsonArray *menu;
+
+       for( i=0; i<setting_cfg_get_category_length(); i++ )
+       {
+               if( safeStrCmp( setting_cfg_get_category_name(i), "Downloaded App" ) == 0 )
+               {
+                       menu_item = json_node_new( JSON_NODE_OBJECT );
+                       object = json_object_new();
+                       json_node_take_object ( menu_item, object );
+                       json_object_set_string_member( object, "key_name", keyname );
+                       json_object_set_string_member( object, "icon_path", icon_path );
+                       json_object_set_string_member( object, "ug_args", ug_args );
+                       json_object_set_int_member( object, "pos", pos );
+
+                       object = json_array_get_object_element( json_node_get_array( root ), i );
+                       menu = json_object_get_array_member( object, "menu" );
+                       json_array_add_element( menu, menu_item );
+               }
+       }
+}
+
+void setting_cfg_remove_downloaded_app( char * keyname )
+{
+       int i, j;
+       JsonObject *object;
+       JsonArray *menu;
+
+       for( i = 0; i < setting_cfg_get_category_length(); i++ )
+       {
+               if( safeStrCmp( setting_cfg_get_category_name(i), "Downloaded App" ) == 0 )
+               {
+                       for( j = 0; j < setting_cfg_get_menu_length( i ); j++ )
+                       {
+                               if( safeStrCmp( setting_cfg_get_keyname_idx( i, j ), keyname ) == 0 )
+                               {
+                                       object = json_array_get_object_element( json_node_get_array( root ), i );
+                                       menu = json_object_get_array_member( object, "menu" );
+                                       json_array_remove_element( menu, j );
+                                       return ;
+                               }
+                       }
+               }
+       }
+}
+
+/*other relative function*/
+char *get_ug_path_from_ug_args(void *data)
+{
+       /*SETTING_TRACE_BEGIN;*/
+       char *p = (char *)data;
+       if (NULL == p || '\0' == p[0]) {
+               return NULL;
+       }
+
+       char *q = strchr(p, '|');
+       char *path = NULL;
+
+       if (q) {                /* copy out the content before '|'; eg, ab|cd */
+               path = (char *)calloc(1, q - p + 1);
+               setting_retvm_if(!path, NULL, "calloc failed");
+               safeCopyStr(path, p, q - p);
+               /* redundant handle */
+               path[q - p] = '\0';
+       } else {                /* copy out all the content. eg.abb */
+
+               path = (char *)calloc(1, safeStrLen(p) + 1);
+               setting_retvm_if(!path, NULL, "calloc failed");
+               safeCopyStr(path, p, safeStrLen(p));
+       }
+       /*SETTING_TRACE("get the ug['%s']", path);*/
+       return path;
+}
+
+bundle *get_bundle_from_ug_args(void *data)
+{
+       /*SETTING_TRACE_BEGIN;*/
+       char *p = (char *)data;
+       if (NULL == p || '\0' == p[0]) {
+               return NULL;
+       }
+       char *m = NULL;
+       char *q = strchr(p, '|');
+       if (q) {                /* (key, value) pairs exit. eg: ug_args = "sevenemail-setting-efl|caller:setting; cmd:main option" */
+               /* alloc data */
+               bundle *b = bundle_create();
+               if (!b)
+                       return NULL;
+               int str_len = safeStrLen(p) + 1;
+               char *v_key = (char *)calloc(1, str_len);
+               if (!v_key) {
+                       bundle_free(b);
+                       return NULL;
+               }
+
+               char *v_value = (char *)calloc(1, str_len);
+               if (!v_value) {
+                       bundle_free(b);
+                       FREE(v_key);
+                       return NULL;
+               }
+
+               p = ++q;
+               while (p) {
+                       q = strchr(p, ';');
+                       if (q) {        /* not the last field */
+                               m = strchr(p, ':');     /* ziduannei */
+                               if (m) {
+                                       safeCopyStr(v_key, p, m - p);
+
+                                       ++m;
+                                       safeCopyStr(v_value, m, q - m);
+                                       SETTING_TRACE
+                                           ("To add ('%s', '%s') to bundle data",
+                                            v_key, v_value);
+                                       bundle_add(b, v_key, v_value);
+                               } else {
+                                       SETTING_TRACE_ERROR
+                                           ("invalid key-value format!!\n");
+                                       break;  /* end the whole while */
+                               }
+                       } else {        /* the last field */
+
+                               m = strchr(p, ':');     /* ziduannei */
+                               if (m) {
+                                       safeCopyStr(v_key, p, m - p);
+                                       ++m;
+                                       safeCopyStr(v_value, m, safeStrLen(m));
+                                       /*SETTING_TRACE
+                                           ("To add ('%s', '%s') to bundle data",
+                                            v_key, v_value);
+                                       */
+                                       bundle_add(b, v_key, v_value);
+                               } else {
+                                       SETTING_TRACE_ERROR
+                                           ("invalid key-value format!!\n");
+                               }
+                               break;  /* end the whole while */
+                       }
+
+                       memset(v_key, '\0', str_len);
+                       memset(v_value, '\0', str_len);
+                       p = ++q;
+               }
+
+               FREE(v_key);
+               FREE(v_value);
+               return b;
+       } else {                /* eg: ug_args = "setting-browser-efl" */
+
+               /*SETTING_TRACE("(key, value) pairs not exit");*/
+               return NULL;
+       }
+
+}
+
diff --git a/setting-common/src/setting-common-data-slp-setting.c b/setting-common/src/setting-common-data-slp-setting.c
new file mode 100755 (executable)
index 0000000..f619a8c
--- /dev/null
@@ -0,0 +1,596 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-common-data-slp-setting.h>
+#include <Elementary.h>
+#include <setting-common-data-error.h>
+#include <setting-debug.h>
+#include <stdio.h>
+#include <string.h>
+#include <openssl/sha.h>
+
+typedef enum
+{
+       eBOOL,
+       eINT,
+       eSTRING,
+}vconftype;
+
+typedef union {
+       int i;
+       int b;
+       char* c;
+} vconfval;
+
+typedef struct vconf_node
+{
+       int key;                                /** vconf id definded in Setting app */
+       const char* vconf_key;  /** vconf string defined in libslp-setting */
+       vconftype type;                 /** BOOL, INT, STRING */
+       vconfval value;                 /** variable by union */
+
+}VconfNode;
+
+/** bool vconf table */
+static VconfNode g_btable[] = {
+
+               {BOOL_SLP_SETTING_POWER_ON_LOCK, VCONFKEY_SETAPPL_STATE_POWER_ON_LOCK_BOOL, eBOOL, {0}}, // node[0]
+               {BOOL_SLP_SETTING_SIMPLE_PASSWORD, VCONFKEY_SETAPPL_STATE_SIMPLE_PASSWORD_BOOL, eBOOL, {0}}, // node[0]
+               {BOOL_SLP_SETTING_PRIVACY_LOCK, VCONFKEY_SETAPPL_STATE_PRIVACY_LOCK_BOOL, eBOOL, {0}}, // node[0]
+               {BOOL_SLP_SETTING_MOBILE_TRACKER,VCONFKEY_SETAPPL_FIND_MY_MOBILE_SIM_CHANGE_ALERT_BOOL, eBOOL, {0}},
+               {BOOL_SLP_SETTING_SIM_LOCK, VCONFKEY_SETAPPL_STATE_SIM_LOCK_BOOL, eBOOL, {0}},
+               {BOOL_SLP_SETTING_PIN_LOCK, VCONFKEY_SETAPPL_STATE_PIN_LOCK_BOOL, eBOOL, {0}},
+               {BOOL_SLP_SETTING_FIXED_DIALING_MODE, NULL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_PRIVACY_LOCK_SELECT_ALL, VCONFKEY_SETAPPL_STATE_PRIVACY_LOCK_SELECT_ALL_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_PRIVACY_LOCK_MESSAGE, VCONFKEY_SETAPPL_STATE_PRIVACY_LOCK_MESSAGE_BOOL, eBOOL,{0}},
+
+               {BOOL_SLP_SETTING_PRIVACY_LOCK_MY_FILES, VCONFKEY_SETAPPL_STATE_PRIVACY_LOCK_MY_FILES_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_PRIVACY_LOCK_CALLLOG, VCONFKEY_SETAPPL_STATE_PRIVACY_LOCK_CALL_LOG_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_PRIVACY_LOCK_CONTACT, VCONFKEY_SETAPPL_STATE_PRIVACY_LOCK_CONTACT_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_PRIVACY_LOCK_CALENDAR, VCONFKEY_SETAPPL_STATE_PRIVACY_LOCK_CALENDAR_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_PRIVACY_LOCK_MEMO, VCONFKEY_SETAPPL_STATE_PRIVACY_LOCK_MEMO_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_PRIVACY_LOCK_EMAIL, VCONFKEY_SETAPPL_STATE_PRIVACY_LOCK_EMAIL_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_AUTOMATIC_TIME_UPDATE, VCONFKEY_SETAPPL_STATE_AUTOMATIC_TIME_UPDATE_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_DST, VCONFKEY_SETAPPL_STATE_DST_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_DISPLAY_CONTENT, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_DISPLAY_CONTENT_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_RECV_SMS, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_RECV_SMS_BOOL, eBOOL,{0}},
+
+               {BOOL_SLP_SETTING_TICKER_NOTI_RECV_MMS_NOTI, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_RECV_MMS_NOTI_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_RECV_MMS, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_RECV_MMS_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_RECV_VOICEMAIL, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_RECV_VOICEMAIL_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_RECV_EMAIL, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_RECV_EMAIL_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_MSG_DELIVERY_REPORT, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_MSG_DELIVERY_REPORT_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_MSG_READ_REPORT, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_MSG_READ_REPORT_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_APP_DOWNLOADED, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_APP_DOWNLOADED_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_FILE_DOWNLOADED, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_FILE_DOWNLOADED_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_IM, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_IM_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_FACE_BOOK, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_FACE_BOOK_BOOL, eBOOL,{0}},
+
+               {BOOL_SLP_SETTING_TICKER_NOTI_MY_SPACE, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_MY_SPACE_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_TWITTER, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_TWITTER_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_MESSAGES, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_MESSAGES_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_VMAIL, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_VMAIL_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_EMAIL, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_EMAIL_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_SEVENEMAIL, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_RECV_SEVEN_EMAIL_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_SNS, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_SNS_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_FILE_TRAN, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_FILE_TRAN_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TICKER_NOTI_OSP, VCONFKEY_SETAPPL_STATE_TICKER_NOTI_OSP_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TRANSACTION_TRACKING, VCONFKEY_SETAPPL_STATE_TRANSACTION_TRACKING_BOOL, eBOOL,{0}},
+
+               {BOOL_SLP_SETTING_EXPIRY_REMINDER, VCONFKEY_SETAPPL_STATE_EXPIRY_REMINDER_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TVOUT_AUTOFULL_SCREEN, VCONFKEY_SETAPPL_TVOUT_AUTOFULL_SCREEN_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_ADAPTIVE_MENU_ORDER, VCONFKEY_SETAPPL_STATE_ADAPTIVE_MENU_ORDER_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_DATA_ROAMING, VCONFKEY_SETAPPL_STATE_DATA_ROAMING_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_TOUCH_PANEL_AUTOLOCK, VCONFKEY_SETAPPL_STATE_TOUCH_PANEL_AUTOLOCK_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_USE_NETWORK_BY_WIDGETS, VCONFKEY_SETAPPL_STATE_USE_NETWORK_BY_WIDGETS_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_AUTOMATIC_BRIGHTNESS, VCONFKEY_SETAPPL_BRIGHTNESS_AUTOMATIC_BOOL, eBOOL,{0}}, /* set by manul or not. 0:manul, 1:not */
+               {BOOL_SLP_SETTING_ASK_ON_CONNECTION, NULL, eBOOL,{0}},  /* nothing */
+               {BOOL_SLP_SETTING_USB_DEBUG_MODE, VCONFKEY_SETAPPL_USB_DEBUG_MODE, eBOOL,{0}},
+
+               {BOOL_SLP_SETTING_USE_PACKET_DATA, VCONFKEY_3G_ENABLE, eBOOL,{0}},
+               {BOOL_SLP_SETTING_LAUNCH_IMAGE,VCONFKEY_LAUNCH_EFFECT, eBOOL,{0}},
+               {BOOL_SLP_SETTING_ACCESSIBILITY_ACCESSIBILITY, VCONFKEY_SETAPPL_ACCESSIBILITY_ACCESSIBILITY, eBOOL,{0}},
+               {BOOL_SLP_SETTING_ACCESSIBILITY_HIGH_CONTRAST, VCONFKEY_SETAPPL_ACCESSIBILITY_HIGH_CONTRAST, eBOOL,{0}},
+               {BOOL_SLP_SETTING_ACCESSIBILITY_SCREEN_ZOOM, VCONFKEY_SETAPPL_ACCESSIBILITY_SCREEN_ZOOM, eBOOL,{0}},
+               {BOOL_SLP_SETTING_ACCESSIBILITY_ASSISTIVE_LIGHT, VCONFKEY_SETAPPL_ACCESSIBILITY_TORCH_LIGHT, eBOOL,{0}},
+               {BOOL_SLP_SETTING_ACCESSIBILITY_MONO_AUDIO, VCONFKEY_SETAPPL_ACCESSIBILITY_MONO_AUDIO, eBOOL,{0}},
+               {BOOL_SLP_SETTING_ACCESSIBILITY_ACCEPT_CALL, VCONFKEY_CISSAPPL_ANSWERING_KEY_BOOL, eBOOL,{0}},
+               {BOOL_SLP_SETTING_ACCESSIBILITY_POWERKEY_END_CALLS, VCONFKEY_CISSAPPL_POWER_KEY_ENDS_CALL_BOOL, eBOOL,{0}},
+       };
+
+/** int vconf table */
+static VconfNode g_itable[] = {
+               {INT_SLP_SETTING_LCD_BRIGHTNESS, VCONFKEY_SETAPPL_LCD_BRIGHTNESS, eINT, {0}},
+               {INT_SLP_SETTING_LCD_TIMEOUT_NORMAL,VCONFKEY_SYSMAN_LCD_TIMEOUT_NORMAL, eINT, {0}},
+               {INT_SLP_SETTING_LCD_TIMEOUT_NORMAL_BACKUP,VCONFKEY_LCD_TIMEOUT_NORMA_BACKUP, eINT, {0}},
+               {INT_SLP_SETTING_SELECT_NETWORK,VCONFKEY_SETAPPL_SELECT_NETWORK_INT, eINT, {0}},
+
+               {INT_SLP_SETTING_NETWORK_MODE,VCONFKEY_SETAPPL_NETWORK_MODE_INT, eINT, {0}},
+               {INT_SLP_SETTING_REGIONFORMAT_TIME1224,VCONFKEY_REGIONFORMAT_TIME1224, eINT, {0}},
+               {INT_SLP_SETTING_DATE_FORMAT,VCONFKEY_SETAPPL_DATE_FORMAT_INT, eINT, {0}},
+               {INT_SLP_SETTING_WEEK_FORMAT,VCONFKEY_SETAPPL_WEEKOFDAY_FORMAT_INT, eINT, {0}},
+               /* CALL_ALERT_TYPE */
+               {INT_SLP_SETTING_CALL_ALERT_TYPE, NULL, eINT, {0}},
+               {INT_SLP_SETTING_NORMAL_CALL_ALERT_TYPE, NULL, eINT, {0}},
+               {INT_SLP_SETTING_SILENT_CALL_ALERT_TYPE, NULL, eINT, {0}},
+               {INT_SLP_SETTING_DRIVING_CALL_ALERT_TYPE, NULL, eINT, {0}},
+               {INT_SLP_SETTING_MEETING_CALL_ALERT_TYPE, NULL, eINT, {0}},
+               {INT_SLP_SETTING_OUTDOOR_CALL_ALERT_TYPE, NULL, eINT, {0}},
+               /* CALL_ALERT_VIB */
+               {INT_SLP_SETTING_CALL_ALERT_VIB, VCONFKEY_SETAPPL_CALL_VIBRATION_PATTERN_INT, eINT, {0}},
+               {INT_SLP_SETTING_NORMAL_CALL_ALERT_VIB, NULL, eINT, {0}},
+               {INT_SLP_SETTING_SILENT_CALL_ALERT_VIB, NULL, eINT, {0}},
+               {INT_SLP_SETTING_DRIVING_CALL_ALERT_VIB, NULL, eINT, {0}},
+               {INT_SLP_SETTING_MEETING_CALL_ALERT_VIB, NULL, eINT, {0}},
+               {INT_SLP_SETTING_OUTDOOR_CALL_ALERT_VIB, NULL, eINT, {0}},
+
+               /*****/
+               {INT_SLP_SETTING_CALL_ALERT_VOLUME, NULL, eINT, {0}},
+               /* MSG_ALERT_TYPE */
+               {INT_SLP_SETTING_MSG_ALERT_TYPE, NULL, eINT, {0}},
+               {INT_SLP_SETTING_NORMAL_MSG_ALERT_TYPE, NULL, eINT, {0}},
+               {INT_SLP_SETTING_SILENT_MSG_ALERT_TYPE, NULL, eINT, {0}},
+               {INT_SLP_SETTING_DRIVING_MSG_ALERT_TYPE, NULL, eINT, {0}},
+               {INT_SLP_SETTING_MEETING_MSG_ALERT_TYPE, NULL, eINT, {0}},
+               {INT_SLP_SETTING_OUTDOOR_MSG_ALERT_TYPE, NULL, eINT, {0}},
+               /* MSG_ALERT_VIB */
+               {INT_SLP_SETTING_MSG_ALERT_VIB, NULL, eINT, {0}},
+               {INT_SLP_SETTING_NORMAL_MSG_ALERT_VIB, NULL, eINT, {0}},
+               {INT_SLP_SETTING_SILENT_MSG_ALERT_VIB, NULL, eINT, {0}},
+               {INT_SLP_SETTING_DRIVING_MSG_ALERT_VIB, NULL, eINT, {0}},
+               {INT_SLP_SETTING_MEETING_MSG_ALERT_VIB, NULL, eINT, {0}},
+               {INT_SLP_SETTING_OUTDOOR_MSG_ALERT_VIB, NULL, eINT, {0}},
+
+               /*****/
+               {INT_SLP_SETTING_MSG_ALERT_REPEAT,VCONFKEY_SETAPPL_NOTI_MSG_ALERT_REP_TYPE_INT, eINT, {0}},
+               {INT_SLP_SETTING_EMAIL_ALERT_REPEAT,VCONFKEY_SETAPPL_NOTI_EMAIL_ALERT_REP_TYPE_INT, eINT, {0}},
+               {INT_SLP_SETTING_CALENDAR_ALERT_REPEAT,VCONFKEY_SETAPPL_NOTI_CALENDAR_ALERT_REP_TYPE_INT, eINT, {0}},
+
+               /*****/
+               {INT_SLP_SETTING_MSG_ALERT_VOLUME, NULL, eINT, {0}},
+               {INT_SLP_SETTING_SYS_TOUCH_SOUND, NULL, eINT, {0}},
+               {INT_SLP_SETTING_SYS_TOUCH_SOUND_VOLUME, NULL, eINT, {0}},
+               {INT_SLP_SETTING_FONT_SIZE,VCONFKEY_SETAPPL_FONT_SIZE_INT, eINT, {0}},
+               {INT_SLP_SETTING_FONT_TYPE,VCONFKEY_SETAPPL_FONT_TYPE_INT, eINT, {0}},
+               {INT_SLP_SETTING_TVOUT_TVSYSTEM,VCONFKEY_SETAPPL_TVOUT_TVSYSTEM_INT, eINT, {0}},
+               {INT_SLP_SETTING_TVOUT_RESOLUTION,VCONFKEY_SETAPPL_TVOUT_RESOLUTION_INT, eINT, {0}},
+               {INT_SLP_SETTING_TVOUT_SCREENSIZE,VCONFKEY_SETAPPL_TVOUT_SCREENSIZE_INT, eINT, {0}},
+               {INT_SLP_SETTING_TVOUT_ROTATION,VCONFKEY_SETAPPL_TVOUT_ROTATION_INT, eINT, {0}},
+               {INT_SLP_SETTING_LANG,VCONFKEY_SETAPPL_LANG_INT, eINT, {0}},
+               {INT_SLP_SETTING_BT_STATUS,VCONFKEY_BT_STATUS, eINT, {0}},
+               {INT_SLP_SETTING_WIFI_STATUS,VCONFKEY_WIFI_STATE, eINT, {0}},
+               {INT_SLP_SETTING_MOBILE_AP_STATUS,VCONFKEY_MOBILE_HOTSPOT_MODE, eINT, {0}},
+               {INT_SLP_SETTING_VIB_FEEDBACK,VCONFKEY_SETAPPL_VIB_FEEDBACK_INT, eINT, {0}},
+               {INT_SLP_SETTING_ROAMING_NETWORK,VCONFKEY_SETAPPL_ROAMING_NETWORK_INT, eINT, {0}},
+               {INT_SLP_SETTING_USB_MODE,VCONFKEY_SETAPPL_USB_MODE_INT, eINT, {0}},
+
+               {INT_SLP_SETTING_MENUSCREEN_VIEWTYPE, NULL, eINT, {0}},
+               {INT_SLP_SETTING_TASKSWITCHER_VIEWTYPE,VCONFKEY_TASKSWITCHER_VIEWTYPE, eINT, {0}},
+
+               /* memory */
+               {INT_SLP_SETTING_DEFAULT_MEM_WAP,VCONFKEY_SETAPPL_DEFAULT_MEM_WAP_INT, eINT, {0}},
+               {INT_SLP_SETTING_DEFAULT_MEM_BLUETOOTH,VCONFKEY_SETAPPL_DEFAULT_MEM_BLUETOOTH_INT, eINT, {0}},
+               {INT_SLP_SETTING_DEFAULT_MEM_CAMERA,VCONFKEY_SETAPPL_DEFAULT_MEM_CAMERA_INT, eINT, {0}},
+               {INT_SLP_SETTING_DEFAULT_MEM_VOICE_RECORDER,VCONFKEY_SETAPPL_DEFAULT_MEM_VOICE_RECORDER_INT, eINT, {0}},
+               {INT_SLP_SETTING_DEFAULT_MEM_FM_RADIO,VCONFKEY_SETAPPL_DEFAULT_MEM_FM_RADIO_INT, eINT, {0}},
+               {INT_SLP_SETTING_DEFAULT_MEM_ALL_SHARE,VCONFKEY_SETAPPL_DEFAULT_MEM_ALL_SHARE_INT, eINT, {0}},
+               {INT_SLP_SETTING_DEFAULT_MEM_ADOBE_AIR,VCONFKEY_SETAPPL_DEFAULT_MEM_ADOBE_AIR_INT, eINT, {0}},
+
+               /* mobile_tracker */
+               {INT_SLP_SETTING_MOBILE_TRACKER_RECIPIENT_ONE_INDEX,NULL, eINT, {0}},
+               {INT_SLP_SETTING_MOBILE_TRACKER_RECIPIENT_TWO_INDEX,NULL, eINT, {0}},
+               {INT_SLP_SETTING_MOBILE_TRACKER_RECIPIENT_THREE_INDEX,NULL, eINT, {0}},
+               {INT_SLP_SETTING_MOBILE_TRACKER_RECIPIENT_FOUR_INDEX,NULL, eINT, {0}},
+               {INT_SLP_SETTING_MOBILE_TRACKER_RECIPIENT_FIVE_INDEX,NULL, eINT, {0}},
+
+               /* special type. this type check multi slp key. */
+               {INT_SLP_SETTING_SPECIAL_FONT, NULL, eINT, {0}},
+               {INT_SLP_SETTING_SPECIAL_BRIGHTNESS, NULL, eINT, {0}},
+
+               /* other module */
+               {INT_SLP_SETTING_SIM_SLOT,VCONFKEY_TELEPHONY_SIM_SLOT, eINT, {0}},
+               {INT_SLP_SETTING_PHONE_LOCK_ATTEMPTS_LEFT,VCONFKEY_SETAPPL_PHONE_LOCK_ATTEMPTS_LEFT_INT, eINT, {0}},
+               {INT_SLP_SETTING_SIM_LOCK_ATTEMPTS_LEFT,VCONFKEY_SETAPPL_SIM_LOCK_ATTEMPTS_LEFT_INT, eINT, {0}},
+
+               // accessibility setting
+               {INT_SLP_SETTING_ACCESSIBILITY_ENABLE_AUTO_ANSWER, VCONFKEY_CISSAPPL_ANSWERING_MODE_INT, eINT,{0}},
+               {INT_SLP_SETTING_ACCESSIBILITY_FONT_SIZE, VCONFKEY_SETAPPL_ACCESSIBILITY_FONT_SIZE, eINT, {0}},
+               {INT_SLP_SETTING_ACCESSIBILITY_FONT_STYLE,VCONFKEY_SETAPPL_ACCESSIBILITY_FONT_STYLE, eINT, {0}},
+               {INT_SLP_SETTING_ACCESSIBILITY_AUTO_ANSWER,     VCONFKEY_CISSAPPL_ANSWERING_MODE_TIME_INT, eINT, {0}},
+               {INT_SLP_SETTING_ACCESSIBILITY_POWER_KEY_HOLD, VCONFKEY_SETAPPL_ACCESSIBILITY_POWER_KEY_HOLD, eINT, {0}}, 
+
+       {INT_SLP_SETTING_POWERSAVING_AT, VCONFKEY_SETAPPL_POWERSAVING_AT, eINT, {0}},
+       {INT_SLP_SETTING_POWERSAVING_SCREEN_TIMEOUT, VCONFKEY_SETAPPL_POWERSAVING_SCREEN_TIMEOUT, eINT, {0}},
+};
+
+
+/** string vconf table */
+static VconfNode g_ctable[] = {
+               {       STR_SLP_LIST_PHONE_PASSWORD, NULL, eSTRING,/* union*/ },
+               {       STR_SLP_LIST_PRIVACY_PASSWORD, VCONFKEY_SETAPPL_PRIVACY_PASSWD_STR, eSTRING, },
+               {       STR_SLP_SETTING_CALL_RINGTONE_PATH, NULL, eSTRING, },
+               {       STR_SLP_SETTING_MSG_RINGTONE_PATH, NULL, eSTRING, },
+               {       STR_SLP_SETTING_SYS_RINGTONE_PATH, NULL, eSTRING, },
+               {       STR_SLP_LIST_MOBILE_CONTACT_ONE,NULL, eSTRING, },
+               {       STR_SLP_LIST_MOBILE_CONTACT_TWO,NULL, eSTRING, },
+               {       STR_SLP_LIST_MOBILE_CONTACT_THREE,NULL, eSTRING, },
+               {       STR_SLP_LIST_MOBILE_CONTACT_FOUR,NULL, eSTRING, },
+               {       STR_SLP_LIST_MOBILE_CONTACT_FIVE,NULL, eSTRING, },
+               {       STR_SLP_LIST_MOBILE_CONTACT_SENDER,VCONFKEY_SETAPPL_FIND_MY_MOBILE_SENDER_STR, eSTRING, },
+               {       STR_SLP_LIST_MOBILE_CONTACT_MESSAGE,VCONFKEY_SETAPPL_FIND_MY_MOBILE_MESSAGE_STR, eSTRING, },
+               {       STR_SLP_LIST_MOBILE_SIM_ICCID,NULL, eSTRING, },
+               {       STR_SLP_SETTING_WALLPAPER_PATH,VCONFKEY_BGSET, eSTRING, },
+               {       STR_SLP_SETTING_LOCK_WALLPAPER_PATH,VCONFKEY_IDLE_LOCK_BGSET, eSTRING, },
+               {       STR_SLP_SETTING_THEME_NAME, "db/setting/selected_theme", eSTRING, },
+               {       STR_SLP_SETTING_PHONE_LOCK_TIMESTAMP,VCONFKEY_SETAPPL_PHONE_LOCK_TIMESTAMP_STR, eSTRING, },
+               {       STR_SLP_SETTING_SIM_LOCK_TIMESTAMP,VCONFKEY_SETAPPL_SIM_LOCK_TIMESTAMP_STR, eSTRING, },
+};
+
+
+int set_vconf(VconfNode node,VconfNode *result)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = -1 ;
+       //node.key
+       //node.vconf_key
+       *result = node;
+       switch(node.type)
+       {
+       case eBOOL:
+               ret = vconf_set_bool(node.vconf_key, node.value.b);
+               result->type = eBOOL;
+               result->value.b = node.value.b;
+               SETTING_TRACE("KEY:%d VCONF_KEY=%s TYPE=%d VALUE=%d ", result->key, result->vconf_key, result->type, result->value.b);
+               break;
+       case eINT:
+               SETTING_TRACE("begin case eINT");
+               ret = vconf_set_int(node.vconf_key, node.value.i);
+               result->type = eINT;
+               result->value.i = node.value.i;
+               SETTING_TRACE("KEY:%d VCONF_KEY=%s TYPE=%d VALUE=%d ", result->key, result->vconf_key, result->type, result->value.i);
+               SETTING_TRACE("end case eINT");
+               break;
+       case eSTRING:
+               if (node.key == STR_SLP_LIST_PHONE_PASSWORD) {
+                       ret = setting_store_init_password(node.value.c);
+               } else {
+                       ret = vconf_set_str(node.vconf_key, node.value.c);
+               }
+               result->type = eSTRING;
+               result->value.c = node.value.c;
+               SETTING_TRACE("KEY:%d VCONF_KEY=%s TYPE=%d VALUE=%d ", result->key, result->vconf_key, result->type, result->value.c);
+               break;
+       default:
+               SETTING_TRACE(">>>>>>>>>> node.type is NOT DEFINED");
+               break;
+       }
+
+       //SETTING_TRACE("KEY:%d VCONF_KEY=%s TYPE=%d VALUE=%d ", result->key, result->vconf_key, result->type, result->value.i);
+       return ret;
+}
+
+
+int get_vconf(VconfNode node, VconfNode* result)
+{
+       int ret = -1 ;
+
+       char md_result[SHA256_DIGEST_LENGTH];
+       memset(md_result, 0x0, SHA256_DIGEST_LENGTH);
+
+
+       *result = node;
+
+       switch(node.type)
+       {
+       case eBOOL:
+               ret = vconf_get_bool(node.vconf_key, &(node.value.b));
+               result->type = eBOOL;
+               result->value.b = node.value.b;
+               break;
+       case eINT:
+               ret = vconf_get_int(node.vconf_key, &(node.value.i));
+               result->type = eINT;
+               result->value.i = node.value.i;
+               break;
+       case eSTRING:
+               if (node.key == STR_SLP_LIST_PHONE_PASSWORD)
+               {
+                       node.value.c = (char*)malloc(sizeof(char) * SHA256_DIGEST_LENGTH);
+                       if (node.value.c) {
+                               memset(node.value.c, 0x0, SHA256_DIGEST_LENGTH);
+                       } else {
+                               SETTING_TRACE_ERROR(" malloc filed : eSTRING, node.value.c ");
+                               ret = SETTING_RETURN_FAIL;
+                               goto endtag;
+                       }
+
+                       if (setting_read_password(md_result) == 0) {
+                               memcpy(node.value.c, md_result, SHA256_DIGEST_LENGTH); /*  un-safe */
+
+                               result->type = eSTRING;
+                               result->value.c = node.value.c;
+                               ret = SETTING_RETURN_SUCCESS;
+                       } else {
+                               /*do nothing */
+                               ret = SETTING_RETURN_FAIL;
+                               goto endtag;
+                       }
+               } else {
+                       node.value.c = vconf_get_str(node.vconf_key);
+                       SETTING_TRACE("string type ---> %s ", node.value.c);
+                       result->type = eSTRING;
+                       result->value.c = node.value.c;
+                       ret = SETTING_RETURN_SUCCESS;
+               }
+               break;
+       default:
+               SETTING_TRACE_ERROR(">>>>>>>>>>>>>>>>>>>>>>> get vconf ERROR : %s ", node.vconf_key );
+       }
+endtag:
+       return ret;
+}
+
+int setting_set_bool_slp_key(setting_bool_slp_list key, int value, int *err)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = SETTING_RETURN_FAIL;
+
+       /* error check */
+       if (key < 0 || key >= SETTING_BOOL_SLP_LIST_MAX) {
+               *err = SETTING_GENERAL_ERR_WRONG_PARAMETER;
+               return ret;
+       }
+
+       VconfNode result;
+       g_btable[key].value.b = value;
+       ret = set_vconf(g_btable[key],&result);
+
+       SETTING_TRACE("setting_set_bool ::: KEY:%d VCONF_KEY=%s TYPE=%d VALUE=%d ", result.key, result.vconf_key, result.type, result.value.b);
+       SETTING_TRACE_END;
+       return ret;
+}
+
+int setting_get_bool_slp_key(setting_bool_slp_list key, int *value, int *err)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = SETTING_RETURN_FAIL;
+
+       /* error check */
+       if (key < 0 || key >= SETTING_BOOL_SLP_LIST_MAX) {
+               *err = SETTING_GENERAL_ERR_WRONG_PARAMETER;
+               SETTING_TRACE_ERROR(" <<<<<<<< key is invalid >>>>>>>>>>>>> ");
+               return ret;
+       }
+       VconfNode result;
+       ret = get_vconf(g_btable[key], &result);
+       //*value = g_btable[key].value.b;
+       *value = result.value.b;
+       SETTING_TRACE_END;
+       return ret;
+}
+
+int setting_set_int_slp_key(setting_int_slp_list key, int value, int *err)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = SETTING_RETURN_FAIL;
+
+       /* error check */
+       if (key < 0 || key >= SETTING_INT_SLP_LIST_MAX) {
+               *err = SETTING_GENERAL_ERR_WRONG_PARAMETER;
+               SETTING_TRACE(">>> key is invalid ");
+               return ret;
+       }
+
+       VconfNode result;
+       g_itable[key].value.i = value;
+       ret = set_vconf(g_itable[key],&result);
+       *err = ret;
+       SETTING_TRACE("setting_set_int ::: KEY:%d VCONF_KEY=%s TYPE=%d VALUE=%d ", result.key, result.vconf_key, result.type, result.value.i);
+       SETTING_TRACE_END;
+       return ret;
+}
+
+/* return -1: fail  cannot use err to check the result, return value instead*/
+int setting_get_int_slp_key(setting_int_slp_list key, int *value, int *err)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = SETTING_RETURN_FAIL;
+
+       /* error check */
+       if (key < 0 || key >= SETTING_INT_SLP_LIST_MAX) {
+               *err = SETTING_GENERAL_ERR_WRONG_PARAMETER;
+               return ret;
+       }
+
+       VconfNode result;
+       ret = get_vconf(g_itable[key], &result);
+       //*value = g_itable[key].value.i;
+       *value = result.value.i;
+
+       *err = ret;
+       SETTING_TRACE_END;
+       return ret;
+}
+
+int setting_get_string_slp_key(setting_str_slp_list key, char *value, int *err)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = SETTING_RETURN_FAIL;
+
+       /* error check */
+       if (key < 0 || key >= STR_SLP_LIST_MAX || NULL == value) {
+               *err = SETTING_GENERAL_ERR_WRONG_PARAMETER;
+               return ret;
+       }
+
+       /** @todo check memory leack when passwork checking */
+       VconfNode result;
+       ret = get_vconf(g_ctable[key], &result);
+
+       if (ret >= 0)
+       {
+               safeCopyStr(value, result.value.c, strlen(result.value.c));
+               SETTING_TRACE(">>>>>>>> %s <<<<<<<<", value);
+               FREE(result.value.c);
+       } else {
+               SETTING_TRACE("get_vconf is failed");
+       }
+       *err = ret;
+       SETTING_TRACE_END;
+       return ret;
+}
+
+int setting_set_string_slp_key(setting_str_slp_list key, char *value, int *err)
+{
+       int ret = SETTING_RETURN_FAIL;
+
+       /* error check */
+       if (key < 0 || key >= STR_SLP_LIST_MAX) {
+               *err = SETTING_GENERAL_ERR_WRONG_PARAMETER;
+               return ret;
+       }
+
+       VconfNode result;
+       g_ctable[key].value.c = value;
+       ret = set_vconf(g_ctable[key], &result);
+       g_ctable[key].value.c = "";
+
+       SETTING_TRACE("setting_set_str ::: KEY:%d VCONF_KEY=%s TYPE=%d VALUE=%d ", result.key, result.vconf_key, result.type, result.value.c);
+       *err = ret;
+       return ret;
+}
+
+/** @todo don't use i18n string directly. */
+static const setting_lang_entry lang_table[] = {
+       { SETTING_LANG_AUTOMATIC,       "auto",                 "Automatic"},
+       { SETTING_LANG_KOREA,           "ko_KR.UTF-8",  "한국어"},
+       { SETTING_LANG_ENGLISH,         "en_US.UTF-8",  "English"},
+       { SETTING_LANG_CHINA,           "zh_CN.UTF-8",  "简体中文"},
+       { SETTING_LANG_CANTONESE,       "zh_HK.UTF-8",  "繁體中文(香港)"},
+       { SETTING_LANG_TAIWAN,          "zh_TW.UTF-8",  "繁體中文(台灣)"},
+       { SETTING_LANG_GERMAN,          "de_DE.UTF-8",  "Deutsch"},
+       { SETTING_LANG_DUTCH,           "nl_NL.UTF-8",  "Nederlands"},
+       { SETTING_LANG_SPAINISH,        "es_ES.UTF-8",  "Español"},
+       { SETTING_LANG_PORTUGUESE,      "pt_PT.UTF-8",  "Português"},
+       { SETTING_LANG_GREEK,           "el_GR.UTF-8",  "Eλληνικά"},
+       { SETTING_LANG_ITALIAN,         "it_IT.UTF-8",  "Italiano"},
+       { SETTING_LANG_FRENCH,          "fr_FR.UTF-8",  "Français"},
+       { SETTING_LANG_TURKISH,         "tr_TR.UTF-8",  "Türkçe"},
+       { SETTING_LANG_JAPAN,           "ja_JP.UTF-8",  "にほんご"},
+       { SETTING_LANG_RUSSIAN,         "ru_RU.UTF-8",  "Россию"},
+};
+
+setting_lang_entry* setting_get_language_table()
+{
+       return (setting_lang_entry*)lang_table;
+}
+
+//////////////////////////////////////////////////////////////////////////////////////////
+int setting_store_init_password(char *in)
+{
+
+       SHA256_CTX context;
+       char md[SHA256_DIGEST_LENGTH];
+       /* int i = 0; */
+       int ret = SETTING_RETURN_FAIL;
+
+       SHA256_Init(&context);
+       SHA256_Update(&context, (char *)in, strlen(in));
+       SHA256_Final((unsigned char *)md, &context);
+
+#ifdef DEBUG
+       SETTING_TRACE("input: [%s]\n", in);
+       SETTING_TRACE("output: [");
+       for (i = 0; i < SHA256_DIGEST_LENGTH; i++)
+               SETTING_TRACE("%02x", md[i]);
+       SETTING_TRACE("]\n");
+#endif
+
+       /*  create a file or store a data */
+       /*  store_password */
+       FILE *fp = NULL;
+       int ret_fw = 0;
+       fp = fopen(PWD_FILE, "w+");
+       if (fp) {
+               ret_fw = fwrite(md, 1, SHA256_DIGEST_LENGTH, fp);
+               SETTING_TRACE_DEBUG("fwrite() wrote %d chars.", ret_fw);
+               if(ret_fw == SHA256_DIGEST_LENGTH)
+               {
+                       fflush(fp);
+                       fsync(fp->_fileno);
+                       ret = SETTING_RETURN_SUCCESS;
+               }
+               fclose(fp);
+       } else {
+               SETTING_TRACE("ERR: pwd file is not exist \n");
+       }
+       
+       return ret;
+}
+
+int setting_read_password(char *md_result)
+{
+       SETTING_TRACE_BEGIN;
+       /* int i; */
+       FILE *fp = NULL;
+       fp = fopen(PWD_FILE, "r");
+       if (fp) {
+               fread(md_result, sizeof(char), SHA256_DIGEST_LENGTH, fp);
+               fclose(fp);
+       } else {
+               SETTING_TRACE("ERR: pwd file is not exist \n");
+               return SETTING_RETURN_FAIL;
+       }
+
+#ifdef DEBUG
+       SETTING_TRACE("output from file: [");
+       for (i = 0; i < SHA256_DIGEST_LENGTH; i++)
+               SETTING_TRACE("%02x", md_result[i]);
+       SETTING_TRACE("]\n");
+#endif
+       SETTING_TRACE_END;
+       return 0;
+}
+
+int setting_compare_password(char *md_result, const char *in_later)
+{
+       SETTING_TRACE_BEGIN;
+       SHA256_CTX context_later;
+       char md_later[SHA256_DIGEST_LENGTH];
+       int ret = SETTING_RETURN_FAIL;
+
+       SHA256_Init(&context_later);
+       SHA256_Update(&context_later, (char *)in_later, strlen(in_later));
+       SHA256_Final((unsigned char *)md_later, &context_later);
+
+       SETTING_TRACE(" :[ %25s ]", in_later);
+
+       if (0 == memcmp(md_later, md_result, SHA256_DIGEST_LENGTH)) {
+               SETTING_TRACE("two passwords are same \n");
+               ret = 0;
+       } else {
+               SETTING_TRACE("two passwords are different \n");
+       }
+       return ret;
+}
diff --git a/setting-common/src/setting-common-draw-widget.c b/setting-common/src/setting-common-draw-widget.c
new file mode 100644 (file)
index 0000000..a55724e
--- /dev/null
@@ -0,0 +1,3665 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-common-draw-widget.h>
+#include <glib.h>
+
+#define EXCEED_LIMITATION_STR          "Name is too long."
+/**
+ * Do process when clicking on a common genlist item
+ */
+void setting_mouse_up_Gendial_list_radio_cb(void *data, Evas_Object *obj,
+                                           void *event_info)
+{
+       /* error check */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       Evas_Object *radio = data;
+       elm_radio_value_set(radio, list_item->chk_status);
+}
+
+static void __radio_changed(void *data, Evas_Object *obj, void *event_info)
+{
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       list_item->chk_status = elm_radio_value_get(obj);       /*  for update */
+}
+
+static void __entry_changed(void *data, Evas_Object *obj, void *event_info)
+{
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       list_item->sub_desc = (char *)g_strdup(elm_entry_entry_get(obj));
+       Evas_Object *entry_container = elm_object_parent_widget_get(obj);
+       if (entry_container)
+       {
+               if (elm_entry_is_empty(obj))
+               {
+                       elm_object_signal_emit(entry_container, "elm,state,guidetext,show", "elm");
+                       elm_object_signal_emit(entry_container, "elm,state,eraser,hide", "elm");
+               }
+               else
+               {
+                       elm_object_signal_emit(entry_container, "elm,state,guidetext,hide", "elm");
+                       elm_object_signal_emit(entry_container, "elm,state,eraser,show", "elm");
+               }
+       }
+}
+
+static void __entry_unfocused(void *data, Evas_Object *obj, void *event_info) // Unfocused callback will show guidetext and hide X marked button.
+{
+       ret_if(!data);
+       Evas_Object *entry_container = data;
+       //whe entry unfocused, its guidetext will becomes "Input here"
+       elm_object_part_text_set(entry_container, "elm.guidetext", _("IDS_ST_BODY_TAP_TO_INSERT"));
+       if (elm_entry_is_empty(obj))
+               elm_object_signal_emit(entry_container, "elm,state,guidetext,show", "elm");
+       elm_object_signal_emit(entry_container, "elm,state,eraser,hide", "elm");
+}
+static void __entry_focused(void *data, Evas_Object *obj, void *event_info) // Focused callback will show X marked button and hide guidetext.
+{
+       ret_if(!data);
+       Evas_Object *entry_container = data;
+       //whe entry focused, its guidetext will becomes "Input here"
+       elm_object_part_text_set(entry_container, "elm.guidetext", _("Input here"));
+       if (!elm_entry_is_empty(obj))
+               elm_object_signal_emit(entry_container, "elm,state,eraser,show", "elm");
+       elm_object_signal_emit(entry_container, "elm,state,guidetext,hide", "elm");
+}
+static void __eraser_clicked(void *data, Evas_Object *obj, const char *emission, const char *source) // When X marked button is clicked, empty entry's contents.
+{
+       ret_if(!data);
+       Evas_Object *entry = data;
+       elm_entry_entry_set(entry, "");
+       elm_object_focus_set(entry, EINA_TRUE);
+}
+
+static void __chk_changed(void *data, Evas_Object *obj, void *event_info)
+{
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       list_item->chk_status = elm_check_state_get(obj);       /*  for update */
+}
+
+static void __error_popup_response_cb(void *data, Evas_Object *obj,
+                                    void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item = data;
+       if (list_item->notify) {
+               evas_object_del(list_item->notify);
+               list_item->notify = NULL;
+       }
+}
+
+static void __max_lenght_reached(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       retm_if(!elm_object_focus_get(obj), "Entry is not focused");//notify only when entry is being focused on.
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       if (!list_item->notify)
+       {
+               list_item->notify = setting_create_popup_without_btn(list_item, list_item->win_main,
+                                                        _(EXCEED_LIMITATION_STR),
+                                                        NULL,
+                                                        __error_popup_response_cb,
+                                                        POPUP_INTERVAL);
+       } else {
+               //postpone 2 seconds again
+               elm_popup_timeout_set(list_item->notify, POPUP_INTERVAL);
+       }
+
+}
+
+
+/**
+ * Hide the input pannel
+ *
+ * @param[in] entry
+ */
+void setting_hide_input_pannel_cb(Evas_Object *entry)
+{
+       ret_if(entry == NULL);
+       Ecore_IMF_Context *imf_context = (Ecore_IMF_Context *)elm_entry_imf_context_get(entry);
+       if (imf_context) {
+               ecore_imf_context_input_panel_hide(imf_context);
+       }
+
+       elm_object_focus_set(entry, EINA_FALSE);
+       Evas_Object *entry_container = elm_object_parent_widget_get(entry);
+       if (entry_container)
+       {
+               if (elm_entry_is_empty(entry))
+                       elm_object_signal_emit(entry_container, "elm,state,guidetext,show", "elm");
+               elm_object_signal_emit(entry_container, "elm,state,eraser,hide", "elm");
+       }       
+}
+
+/**
+ * Do process when clicking radio in subitem of expandable item
+ */
+void setting_sub_list_rd_change(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       list_item->chk_status = elm_radio_value_get(obj);       /*  for update */
+
+       Elm_Object_Item *subItem = list_item->item;
+       Elm_Object_Item *parentItem = elm_genlist_item_parent_get(subItem);
+
+       Setting_GenGroupItem_Data *data_subItem = elm_object_item_data_get(subItem);    /* subItem data */
+       Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);      /* parent data */
+
+       ret_if(NULL == data_subItem || NULL == data_parentItem);
+       int err;
+       setting_set_int_slp_key(data_parentItem->int_slp_setting_binded,
+                               list_item->chk_status, &err);
+       ret_if(0 != err);
+       data_parentItem->sub_desc = (char *)g_strdup(_(data_subItem->keyStr));
+       elm_object_item_data_set(data_parentItem->item, data_parentItem);
+       elm_genlist_item_update(data_parentItem->item);
+}
+
+/**
+ * Do process when clicking on subitem of expandable item
+ */
+void setting_sub_list_sel_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *subitem = (Elm_Object_Item *) event_info;
+       Elm_Object_Item *parentItem = elm_genlist_item_parent_get(subitem);
+       elm_genlist_item_selected_set(subitem, 0);
+       Setting_GenGroupItem_Data *data_subItem =
+           elm_object_item_data_get(subitem);
+       Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);      /* parent data */
+       ret_if(NULL == data_subItem || NULL == data_parentItem);
+
+       elm_radio_value_set(data_subItem->rgd, data_subItem->chk_status);
+       int err;
+       setting_set_int_slp_key(data_parentItem->int_slp_setting_binded,
+                               data_subItem->chk_status, &err);
+       setting_retm_if(0 != err, "Set vconf error[%d]",data_parentItem->int_slp_setting_binded);
+
+       data_parentItem->sub_desc = (char *)g_strdup(_(data_subItem->keyStr));
+       elm_object_item_data_set(data_parentItem->item, data_parentItem);
+       elm_genlist_item_update(data_parentItem->item);
+}
+
+static void __exp_list_smart_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL || event_info == NULL);
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       char *cb_type = data;
+
+       if (0 == safeStrCmp(cb_type, "drag")
+           || 0 == safeStrCmp(cb_type, "longpressed")) {
+               //Evas_Object *base_view = (Evas_Object *) elm_genlist_item_object_get(item);
+               //edje_object_signal_emit(base_view, "mouse,out", "touch_arrow");
+       } else if (0 == safeStrCmp(cb_type, "contracted")) {
+               elm_genlist_item_subitems_clear(item);
+       }
+}
+
+static void _gl_Gendial_sel(void *data, Evas_Object *obj, void *event_info)
+{
+       /* SETTING_TRACE_BEGIN; */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       return;
+}
+
+static void _gl_Gendial_sel_expand(void *data, Evas_Object *obj,
+                                  void *event_info)
+{
+       /* SETTING_TRACE_BEGIN; */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       bool status = !elm_genlist_item_expanded_get(item);
+       elm_genlist_item_expanded_set(item, status);
+       return;
+}
+
+static char *_gl_Gendial_text_get(void *data, Evas_Object *obj,
+                                  const char *part)
+{
+       /* SETTING_TRACE_BEGIN; */
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) data;
+       /* SETTING_TRACE("part:%s", part); */
+       if (SWALLOW_Type_LAYOUT_SLIDER == item_data->swallow_type
+           || SWALLOW_Type_LAYOUT_ENTRY == item_data->swallow_type
+           || SWALLOW_Type_1RADIO_1LABLE == item_data->swallow_type) { /* no need to create 'text' part */
+               /* SETTING_TRACE("part:%s", part); */
+               /* SETTING_TRACE("item_data->swallow_type:%d", item_data->swallow_type); */
+               return NULL;
+       }
+
+       if (!safeStrCmp(part, "elm.text")
+           || !safeStrCmp(part, "elm.text.1")) {       /* title */
+               if (item_data->keyStr) {
+                       return (char *)g_strdup(_(item_data->keyStr));  /* use item_data->keyStr */
+               }
+
+       } else if (!safeStrCmp(part, "elm.text.2")) {   /* bottom or right */
+               if (item_data->sub_desc) {
+                       return (char *)g_strdup(item_data->sub_desc);
+               }
+       }
+
+       return NULL;
+}
+
+static Evas_Object *_gl_Gendial_content_get(void *data, Evas_Object *obj,
+                                        const char *part)
+{
+       /* SETTING_TRACE_BEGIN; */
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) data;
+       /* SETTING_TRACE("part:%s", part); */
+       /* SETTING_TRACE("item_data->swallow_type:%d", item_data->swallow_type); */
+       Evas_Object *eo_begin = NULL;
+       Evas_Object *eo_end = NULL;
+       if (!safeStrCmp(part, "elm.icon")
+           || !safeStrCmp(part, "elm.icon.1")) {       /* left */
+               if (item_data->swallow_type == SWALLOW_Type_1CHECK) {
+                       eo_begin = elm_check_add(obj);
+                       evas_object_show(eo_begin);
+                       evas_object_pass_events_set(eo_begin, 1);
+                       evas_object_propagate_events_set(eo_begin, 0);
+
+                       elm_check_state_set(eo_begin, item_data->chk_status);
+                       item_data->eo_check = eo_begin;
+                       /* SETTING_TRACE("keyStr:%s", item_data->keyStr); */
+                       /* SETTING_TRACE("eo_begin:%p", eo_begin); */
+                       /* SETTING_TRACE("it is %s, item_data->eo_check:%p, widdget_type:%s", _(item_data->keyStr), item_data->eo_check, elm_widget_type_get(eo_begin)); */
+
+                       if (item_data->chk_change_cb) {
+                               evas_object_smart_callback_add(eo_begin,
+                                                              "changed",
+                                                              item_data->chk_change_cb,
+                                                              item_data);
+                       } else {
+                               evas_object_smart_callback_add(eo_begin,
+                                                              "changed",
+                                                              __chk_changed,
+                                                              item_data);
+                       }
+
+               } else if (item_data->swallow_type == SWALLOW_Type_1CHECKICON) {
+                       eo_begin = elm_check_add(obj);
+                       evas_object_show(eo_begin);
+                       evas_object_pass_events_set(eo_begin, 1);
+                       evas_object_propagate_events_set(eo_begin, 0);
+
+                       elm_check_state_set(eo_begin, item_data->chk_status);
+                       item_data->eo_check = eo_begin;
+                       /* SETTING_TRACE("keyStr:%s", item_data->keyStr); */
+                       /* SETTING_TRACE("eo_begin:%p", eo_begin); */
+                       /* SETTING_TRACE("it is %s, item_data->eo_check:%p, widdget_type:%s", _(item_data->keyStr), item_data->eo_check, elm_widget_type_get(eo_begin)); */
+
+                       if (item_data->chk_change_cb) {
+                               evas_object_smart_callback_add(eo_begin,
+                                                              "changed",
+                                                              item_data->chk_change_cb,
+                                                              item_data);
+                       } else {
+                               evas_object_smart_callback_add(eo_begin,
+                                                              "changed",
+                                                              __chk_changed,
+                                                              item_data);
+                       }
+
+                       Evas_Object *thumb = NULL;
+                       /*thumb = create_image_box_add(NULL, params->UGData->win_main, params->UGData->evas,
+                          params->itemSubPath,
+                          58, 58,
+                          NULL,
+                          NULL); */
+                       if (item_data->r_swallow_path) {
+                               thumb = elm_icon_add(obj);
+                               elm_icon_file_set(thumb,
+                                                 item_data->r_swallow_path,
+                                                 NULL);
+                               evas_object_size_hint_aspect_set(thumb,
+                                                                EVAS_ASPECT_CONTROL_VERTICAL,
+                                                                1, 1);
+                       }
+
+                       Evas_Object *layout = elm_layout_add(obj);
+                       elm_layout_file_set(layout, SETTING_THEME_EDJ_NAME,
+                                           "thumbnail_icon2");
+                       evas_object_size_hint_weight_set(layout,
+                                                        EVAS_HINT_EXPAND,
+                                                        EVAS_HINT_EXPAND);
+                       elm_object_part_content_set(layout, "checkbox", eo_begin);
+                       elm_object_part_content_set(layout, "thumbnail", thumb);
+                       evas_object_show(layout);
+                       return layout;
+
+               } else if (item_data->swallow_type == SWALLOW_Type_1TOGGLE) {
+                       eo_begin = elm_check_add(obj);
+                       elm_check_state_set(eo_begin, item_data->chk_status);
+
+                       elm_object_style_set(eo_begin, "on&off");
+                       evas_object_show(eo_begin);
+                       evas_object_pass_events_set(eo_begin, 1);
+                       evas_object_propagate_events_set(eo_begin, 0);
+
+                       item_data->eo_check = eo_begin;
+                       if (item_data->chk_change_cb) {
+                               evas_object_smart_callback_add(eo_begin,
+                                                              "changed",
+                                                              item_data->chk_change_cb,
+                                                              item_data);
+                       } else {
+                               evas_object_smart_callback_add(eo_begin,
+                                                              "changed",
+                                                              __chk_changed,
+                                                              item_data);
+                       }
+
+               } else if (item_data->swallow_type == SWALLOW_Type_1RADIO
+                          || item_data->swallow_type ==
+                          SWALLOW_Type_1RADIO_1PROCESS) {
+                       if (!item_data->rgd) {  /* exceptional handling */
+                               item_data->rgd = elm_radio_add(obj);
+                               elm_radio_state_value_set(item_data->rgd, -1);
+                       }
+                       eo_begin = elm_radio_add(obj);
+                       elm_radio_state_value_set(eo_begin,
+                                                 item_data->chk_status);
+                       elm_radio_group_add(eo_begin, item_data->rgd);
+                       item_data->eo_check = eo_begin;
+                       if (item_data->chk_change_cb) {
+                               evas_object_smart_callback_add(eo_begin,
+                                                              "changed",
+                                                              item_data->chk_change_cb,
+                                                              item_data);
+                       } else {
+                               evas_object_smart_callback_add(eo_begin,
+                                                              "changed",
+                                                              __radio_changed,
+                                                              item_data);
+                       }
+               } else if (SWALLOW_Type_1BUTTON == item_data->swallow_type) {
+                       eo_begin = elm_button_add(obj);
+                       if (item_data->r_swallow_path)
+                       {
+                               elm_object_style_set(eo_begin, item_data->r_swallow_path);
+                       }
+                       if (item_data->keyStr)
+                       {
+                               elm_object_text_set(eo_begin, _(item_data->keyStr));
+                       }
+                       evas_object_propagate_events_set(eo_begin, EINA_FALSE);
+                       if (item_data->chk_change_cb)
+                               evas_object_smart_callback_add(eo_begin,
+                                                              "clicked",
+                                                              item_data->chk_change_cb,
+                                                              item_data);
+               } else if (SWALLOW_Type_LAYOUT_ENTRY == item_data->swallow_type) {
+                       elm_genlist_mode_set(obj, ELM_LIST_COMPRESS);   /* resolve abnormal height issue */
+                       Evas_Object *ed_name =
+                           setting_create_editfiled(obj, _(item_data->keyStr),
+                                                    item_data->sub_desc);
+                       Evas_Object *entry = elm_object_part_content_get(ed_name, "elm.swallow.content");
+                       item_data->eo_check = entry;
+                       elm_entry_input_panel_layout_set(entry,
+                                                        item_data->input_type);
+
+                       if (item_data->isSinglelineFlag) {
+                               elm_entry_single_line_set(entry, EINA_TRUE);
+                       }
+
+                       if (item_data->isPasswordFlag) {
+                               elm_entry_single_line_set(entry, EINA_TRUE);
+                               elm_entry_password_set(entry, EINA_TRUE);
+                       }
+
+                       if (item_data->limit_filter_data) {
+                               elm_entry_markup_filter_append
+                                   (entry,
+                                    elm_entry_filter_limit_size,
+                                    item_data->limit_filter_data);
+
+                               evas_object_smart_callback_add(entry,
+                                                             "maxlength,reached",
+                                                             __max_lenght_reached,
+                                                             item_data);
+
+                       }
+                       if (item_data->stop_change_cb) {//invoked when stop focusing on
+                               evas_object_smart_callback_add(entry,
+                                                                     "unfocused",
+                                                                     item_data->stop_change_cb,
+                                                                     item_data);
+                       }
+                       else
+                       {
+                               evas_object_smart_callback_add(entry,
+                                                             "unfocused",
+                                                             __entry_unfocused,
+                                                             ed_name);
+                       }
+                       if (item_data->digits_filter_data) {
+                               elm_entry_markup_filter_append
+                                   (entry,
+                                    elm_entry_filter_accept_set,
+                                    item_data->digits_filter_data);
+                       }
+
+                       /* for Setting App, All the entrys's context popup shouldn't be able */
+                       /* to insert images, text is the only one can be inserted. */
+                       elm_entry_cnp_mode_set(entry, ELM_CNP_MODE_PLAINTEXT);
+
+                       if (item_data->chk_change_cb) {
+                               evas_object_smart_callback_add
+                                   (entry,
+                                    "changed", item_data->chk_change_cb,
+                                    item_data);
+                       }
+                       //default handle
+                       evas_object_smart_callback_add(entry, "changed", __entry_changed, item_data);
+                       evas_object_smart_callback_add(entry, "focused", __entry_focused, ed_name);
+                       elm_object_signal_callback_add(ed_name, "elm,eraser,clicked", "elm", __eraser_clicked, entry);
+
+                       if (item_data->input_panel_disable_flag) {
+                               elm_entry_input_panel_enabled_set(entry, EINA_FALSE);
+                       }
+                       return ed_name;
+               } else if (SWALLOW_Type_LAYOUT_SLIDER ==
+                          item_data->swallow_type) {
+                       Evas_Object *li_slider =
+                           setting_create_slider(obj, item_data->evas,
+                                                 item_data->l_swallow_path,
+                                                 item_data->r_swallow_path,
+                                                 item_data->chk_status,
+                                                 item_data->slider_min,
+                                                 item_data->slider_max,
+                                                 item_data->chk_change_cb,
+                                                 item_data->start_change_cb,
+                                                 item_data->stop_change_cb,
+                                                 item_data);
+                       return li_slider;
+               } else if (SWALLOW_Type_LAYOUT_SLIDER_WITH_TITLE ==
+                          item_data->swallow_type) {
+
+                       Evas_Object *li_slider =
+                           setting_create_slider(obj, item_data->evas,
+                                                 item_data->l_swallow_path,
+                                                 item_data->r_swallow_path,
+                                                 item_data->chk_status,
+                                                 item_data->slider_min,
+                                                 item_data->slider_max,
+                                                 item_data->chk_change_cb,
+                                                 item_data->start_change_cb,
+                                                 item_data->stop_change_cb,
+                                                 item_data);
+                       evas_object_pass_events_set(li_slider, 1);
+                       evas_object_propagate_events_set(li_slider, 0);
+
+                       return li_slider;
+               } else if (SWALLOW_Type_LAYOUT_DATEFIELD ==
+                          item_data->swallow_type) {
+                       /* SETTING_TRACE("SWALLOW_Type_LAYOUT_DATEFIELD == item_data->swallow_type"); */
+                       Evas_Object *sub_layout = elm_layout_add(obj);
+                       elm_layout_file_set(sub_layout, SETTING_THEME_EDJ_NAME,
+                                           "layout_with_title_datetime");
+                       evas_object_size_hint_weight_set(sub_layout,
+                                                        EVAS_HINT_EXPAND,
+                                                        EVAS_HINT_EXPAND);
+                       /* **********create time/date field */
+                       Evas_Object *datetimefield = item_data->eo_check = elm_datetime_add(sub_layout);
+                       evas_object_size_hint_weight_set(datetimefield, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+                       evas_object_size_hint_align_set(datetimefield, EVAS_HINT_FILL, 0.5);
+                       evas_object_show(datetimefield);
+
+                       char date_format[MAX_DATETIME_FORMAT_LEN + 1] = {0, };
+                       const char *time_format = NULL;
+                       if (item_data->chk_status)//12 hours
+                       {
+                               time_format = "%I : %M %p";
+                       } else { //24 hours
+                               time_format = "%H : %M";
+                       }
+
+#if SUPPORT_DATEFIELD_DATE_FORMAT_AUTOSET //Get date-format from datefiled itself, if elm_datetime_add() supports set date-format via ICU.
+                       char *old_format = elm_datetime_format_get(datetimefield);
+                       snprintf(date_format, MAX_DATE_FORMAT_LEN + 1, //add one space " "
+                                "%s", old_format);
+                       safeStrNCat(date_format, time_format, MAX_DATETIME_FORMAT_LEN);
+                       FREE(old_format);
+                       SETTING_TRACE("datefield_format:%s", date_format);
+#else
+                       snprintf(date_format, MAX_DATETIME_FORMAT_LEN,
+                                "%s %s", item_data->sub_desc, time_format);
+#endif
+                       elm_datetime_format_set(datetimefield, date_format);
+
+                       struct tm ts_ret;
+                       memset(&ts_ret, 0, sizeof(struct tm));
+                       ts_ret.tm_year = 137;
+                       ts_ret.tm_mon = 11;
+                       ts_ret.tm_mday = 30;
+                       elm_datetime_value_max_set(datetimefield, &ts_ret);
+
+                       ts_ret.tm_year = 70;
+                       ts_ret.tm_mon = 0;
+                       ts_ret.tm_mday = 1;
+                       elm_datetime_value_min_set(datetimefield, &ts_ret);
+
+
+                       time_t ctime = time(NULL);
+                       //struct tm ts_ret;
+                       struct tm *ts = localtime_r(&ctime, &ts_ret);
+                       retv_if(!ts, NULL);
+
+                       elm_datetime_value_set(datetimefield, &ts_ret);
+
+                       if (item_data->chk_change_cb) {
+                               evas_object_smart_callback_add(datetimefield,
+                                                              "changed",
+                                                              item_data->chk_change_cb,
+                                                              item_data);
+                       }
+                       /* if(item_data->isFocusFlag) */
+                       /* { */
+                       /*         elm_object_focus(datetimefield); */
+                       /* } */
+                       elm_object_part_content_set(sub_layout, "layout",
+                                              datetimefield);
+                       edje_object_part_text_set(_EDJ(sub_layout), "title",
+                                                 _(item_data->keyStr));
+                       if (Theme_Tizen_Black == setting_get_theme()
+                               || Theme_Tizen_Blue == setting_get_theme()) {
+                               edje_object_signal_emit(_EDJ(sub_layout),
+                                                       "change,non-white,theme",
+                                                       "title");
+                       }
+
+                       if (item_data->isItemDisableFlag) {
+                               setting_disable_evas_object(datetimefield);
+                       }
+                       return sub_layout;
+               } else if (SWALLOW_Type_1RADIO_1SEARCH == item_data->swallow_type) {
+
+                       Evas_Object *box = elm_box_add(obj);
+                       elm_box_horizontal_set(box, 1);
+
+                       //a.radio..
+                       if (!item_data->rgd) {  //exceptional handling
+                               item_data->rgd = elm_radio_add(obj);
+                               elm_radio_state_value_set(item_data->rgd, -1);
+                       }
+                       eo_begin = elm_radio_add(obj);
+                       elm_radio_state_value_set(eo_begin,
+                                                 item_data->chk_status);
+                       elm_radio_group_add(eo_begin, item_data->rgd);
+                       item_data->eo_check = eo_begin;
+                       evas_object_show(eo_begin);
+                       setting_disable_evas_object(eo_begin);
+                       elm_box_pack_end(box, eo_begin);
+
+                       //b.separator..
+                       Evas_Object *separator =
+                               setting_create_blank_rect_customize(box,
+                                               SETTING_HALF_SCREEN_WIDTH,
+                                               SETTING_PADDING_HEIGHT);
+                       elm_box_pack_end(box, separator);
+
+                       //c.progressbar..
+                       Evas_Object *progressbar = elm_progressbar_add(obj);
+                       elm_object_style_set(progressbar, "list_process");
+                       evas_object_size_hint_align_set(progressbar,
+                                                       EVAS_HINT_FILL, 0.5);
+                       evas_object_size_hint_weight_set(progressbar,
+                                                        EVAS_HINT_EXPAND,
+                                                        EVAS_HINT_EXPAND);
+                       elm_progressbar_pulse(progressbar, EINA_TRUE);
+                       evas_object_show(progressbar);
+                       elm_box_pack_end(box, progressbar);
+
+                       evas_object_show(box);
+                       return box;
+               } else if (SWALLOW_Type_0RADIO_1SEARCH == item_data->swallow_type) {
+                       // added by JTS: CQ H0100135171
+                       Evas_Object *box = elm_box_add(obj);
+                       elm_box_horizontal_set(box, 1);
+
+                       //b.separator..
+                       Evas_Object *separator =
+                               setting_create_blank_rect_customize(box,
+                               SETTING_HALF_SCREEN_WIDTH, SETTING_PADDING_HEIGHT);
+                       elm_box_pack_end(box, separator);
+
+                       //c.progressbar..
+                       Evas_Object *progressbar = elm_progressbar_add(obj);
+                       elm_object_style_set(progressbar, "list_process");
+                       evas_object_size_hint_align_set(progressbar, EVAS_HINT_FILL, 0.5);
+                       evas_object_size_hint_weight_set(progressbar,
+                                                       EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+                       elm_progressbar_pulse(progressbar, EINA_TRUE);
+                       evas_object_show(progressbar);
+                       elm_box_pack_end(box, progressbar);
+
+                       evas_object_show(box);
+                       return box;
+               } else if (SWALLOW_Type_1PROCESS == item_data->swallow_type) {
+                       Evas_Object *progressbar = elm_progressbar_add(obj);
+                       elm_object_style_set(progressbar, "list_process_small");
+                       elm_progressbar_horizontal_set(progressbar, EINA_TRUE);
+                       elm_progressbar_pulse(progressbar, EINA_TRUE);
+                       evas_object_show(progressbar);
+                       return progressbar;
+               } else if (SWALLOW_Type_1RADIO_1LABLE == item_data->swallow_type) {
+                       //set_font_dpi(MIDDLE_FONT_DPI);//relative to middle font_size
+                       Evas_Object *box = elm_box_add(obj);
+                       elm_box_horizontal_set(box, 1);
+
+                       //a.radio..
+                       if (!item_data->rgd) {  /* exceptional handling */
+                               item_data->rgd = elm_radio_add(obj);
+                               elm_radio_state_value_set(item_data->rgd, -1);
+                       }
+                       eo_begin = elm_radio_add(obj);
+                       elm_radio_state_value_set(eo_begin,
+                                                 item_data->chk_status);
+                       elm_radio_group_add(eo_begin, item_data->rgd);
+                       item_data->eo_check = eo_begin;
+
+                       if (item_data->chk_change_cb) {
+                               evas_object_smart_callback_add(eo_begin,
+                                                      "changed",
+                                                      item_data->chk_change_cb,
+                                                      item_data);
+                       } else {
+                               evas_object_smart_callback_add(eo_begin,
+                                                      "changed",
+                                                      __radio_changed,
+                                                      item_data);
+                       }
+
+                       evas_object_show(eo_begin);
+                       setting_disable_evas_object(eo_begin);
+                       elm_box_pack_end(box, eo_begin);
+
+                       //b.separator..
+                       Evas_Object *separator =
+                               setting_create_blank_rect_customize(box,
+                                               SETTING_PADDING_WIDTH,
+                                               SETTING_PADDING_HEIGHT);
+                       elm_box_pack_end(box, separator);
+
+                       //c.progressbar..
+                       Evas_Object *label = elm_label_add(box);
+                       char speciliztion[MAX_SPECIALIZITION_LEN] = { 0, };
+                       if (item_data->chk_status > 0)//font_size
+                       {
+                               int font_size = -1;
+                               SETTING_TRACE("item_data->chk_status:%d", item_data->chk_status);
+                               if (SMALL_FONT_DPI == item_data->chk_status) {
+                                       font_size = 18;
+                               } else if (LARGE_FONT_DPI == item_data->chk_status) {
+                                       font_size = 35;
+                               } else if (HUGE_FONT_DPI == item_data->chk_status) {
+                                       font_size = 65;
+                               } else if (GIANT_FONT_DPI == item_data->chk_status) {
+                                       font_size = 82;
+                               } else {
+                                       font_size = 24;
+                               }
+                               SETTING_TRACE("font_size:%d", font_size);
+                               snprintf(speciliztion, sizeof(speciliztion),
+                                        "<font_size=%d>%s</font_size>",
+                                        font_size,
+                                        _(item_data->keyStr));
+                               elm_object_text_set(label, speciliztion);
+                       }
+                       else
+                       {
+                           elm_object_text_set(label, _(item_data->keyStr));
+                       }
+                       evas_object_show(label);
+                       elm_box_pack_end(box, label);
+                       return box;
+
+               } else {
+                       if (item_data->l_swallow_path) {
+                               eo_begin = elm_icon_add(obj);
+                               elm_icon_file_set(eo_begin,
+                                                 item_data->l_swallow_path,
+                                                 NULL);
+                               evas_object_size_hint_aspect_set(eo_begin,
+                                                                EVAS_ASPECT_CONTROL_VERTICAL,
+                                                                1, 1);
+                       }
+               }
+               return eo_begin;
+       } else if (!safeStrCmp(part, "elm.icon.2")) {   /* right */
+               if (item_data->swallow_type == SWALLOW_Type_1ICON_1RADIO) {
+                       eo_end = elm_check_add(obj);
+                       elm_check_state_set(eo_end, item_data->chk_status);
+                       elm_object_style_set(eo_end, "on&off");
+                       evas_object_show(eo_end);
+                       evas_object_pass_events_set(eo_end, 1);
+                       evas_object_propagate_events_set(eo_end, 0);
+
+                       item_data->eo_check = eo_end;
+                       if (item_data->chk_change_cb) {
+                               evas_object_smart_callback_add(eo_end,
+                                                              "changed",
+                                                              item_data->chk_change_cb,
+                                                              item_data);
+                       } else {
+                               evas_object_smart_callback_add(eo_end,
+                                                              "changed",
+                                                              __chk_changed,
+                                                              item_data);
+                       }
+
+               } else if (SWALLOW_Type_1RADIO_1PROCESS ==
+                          item_data->swallow_type) {
+                       Evas_Object *progressbar = elm_progressbar_add(obj);
+                       elm_object_style_set(progressbar, "list_process");
+                       evas_object_size_hint_align_set(progressbar,
+                                                       EVAS_HINT_FILL, 0.5);
+                       evas_object_size_hint_weight_set(progressbar,
+                                                        EVAS_HINT_EXPAND,
+                                                        EVAS_HINT_EXPAND);
+                       elm_progressbar_pulse(progressbar, EINA_TRUE);
+                       evas_object_show(progressbar);
+                       return progressbar;
+               } else {
+                       if (item_data->r_swallow_path) {
+                               if (SWALLOW_Type_1ICON_1IMAGE ==
+                                   item_data->swallow_type) {
+                                       eo_end =
+                                           create_image_box_add(NULL,
+                                                                item_data->win_main,
+                                                                item_data->evas,
+                                                                (char *)
+                                                                item_data->r_swallow_path, 58, 58, NULL, NULL);
+                               } else {
+                                       eo_end = elm_icon_add(obj);
+                                       elm_icon_file_set(eo_end,
+                                                         item_data->r_swallow_path,
+                                                         NULL);
+                                       evas_object_size_hint_aspect_set(eo_end,
+                                                                        EVAS_ASPECT_CONTROL_VERTICAL,
+                                                                        1, 1);
+                               }
+                       }
+               }
+               return eo_end;
+
+       } else if (!safeStrCmp(part, "elm.swallow.end")) {      /* right */
+               if (item_data->swallow_type == SWALLOW_Type_1RADIO) {
+                       if (!item_data->rgd) {  /* exceptional handling */
+                               item_data->rgd = elm_radio_add(obj);
+                               elm_radio_state_value_set(item_data->rgd, -1);
+                       }
+                       eo_end = elm_radio_add(obj);
+                       elm_radio_state_value_set(eo_end,
+                                                 item_data->chk_status);
+                       elm_radio_group_add(eo_end, item_data->rgd);
+                       item_data->eo_check = eo_end;
+                       if (item_data->chk_change_cb) {
+                               evas_object_smart_callback_add(eo_end,
+                                                              "changed",
+                                                              item_data->chk_change_cb,
+                                                              item_data);
+                       } else {
+                               evas_object_smart_callback_add(eo_end,
+                                                              "changed",
+                                                              __radio_changed,
+                                                              item_data);
+                       }
+                       return eo_end;
+               }
+
+       }
+
+       return NULL;
+}
+
+static void _gl_Gendial_del(void *data, Evas_Object *obj)
+{
+       /* SETTING_TRACE_BEGIN; */
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) data;
+       if (item_data) {
+               G_FREE(item_data->keyStr);
+               G_FREE(item_data->sub_desc);
+               G_FREE((item_data->l_swallow_path));
+               G_FREE((item_data->r_swallow_path));
+               G_FREE(item_data->title);
+               G_FREE(item_data->item_style);
+
+
+               if (item_data->digits_filter_data)
+               {
+                       G_FREE(item_data->digits_filter_data->accepted);
+                       G_FREE(item_data->digits_filter_data->rejected);
+                       FREE(item_data->digits_filter_data);
+
+               }
+
+               if (item_data->notify) {
+                       evas_object_del(item_data->notify);
+                       item_data->notify = NULL;
+               }
+
+               FREE(item_data->limit_filter_data);
+               __BACK_POINTER_UNSET(item_data);
+               FREE(item_data);
+       }
+       /* SETTING_TRACE_END; */
+       return;
+}
+
+const static Elm_Genlist_Item_Class itc_sep_line = {
+       .item_style = "dialogue/separator/1/with_line",
+       .func.text_get = _gl_Gendial_text_get,
+       .func.content_get = NULL,
+       .func.state_get = NULL,
+       .func.del = NULL,
+};
+
+/**
+ * To intialize an Elm_Genlist_Item_Class, according to item style
+ *
+ * @param[in] item_style
+ * @param[in/out] itc
+ */
+bool setting_create_Gendial_itc(const char *item_style,
+                               Elm_Genlist_Item_Class *itc)
+{
+       itc->item_style = item_style;
+       itc->func.text_get = _gl_Gendial_text_get;
+       itc->func.content_get = _gl_Gendial_content_get;
+       itc->func.state_get = NULL;
+       itc->func.del = _gl_Gendial_del;        /* _gl_Gendial_del; */
+       return TRUE;
+}
+
+/**
+ * Create group style item
+ *
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+Setting_GenGroupItem_Data *setting_create_Gendial_field_group_titleItem(Evas_Object *genlist,
+                                               const Elm_Genlist_Item_Class *itc,
+                                               Elm_Object_Item *parent,
+                                               Elm_Genlist_Item_Type flag,     /* ELM_GENLIST_ITEM_GROUP or ELM_GENLIST_ITEM_NONE */
+                                               const char *keyStr,
+                                               setting_call_back_func gl_sel)
+{
+       /* SETTING_TRACE_BEGIN; */
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) calloc(1,
+                                                sizeof
+                                                (Setting_GenGroupItem_Data));
+       setting_retvm_if(!item_data, NULL, "calloc failed");
+       item_data->keyStr = (char *)g_strdup(keyStr);
+       if (gl_sel) {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, parent,
+                                           flag, gl_sel, NULL);
+       } else {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, parent,
+                                           flag, _gl_Gendial_sel, NULL);
+       }
+       return item_data;
+}
+
+/**
+ * Create separator style item with title
+ *
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+Setting_GenGroupItem_Data *setting_create_Gendial_field_titleItem(
+                                               Evas_Object *genlist,
+                                               const Elm_Genlist_Item_Class *itc,
+                                               const char *keyStr,
+                                               setting_call_back_func gl_sel)
+{
+       /* SETTING_TRACE_BEGIN; */
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) calloc(1,
+                                                sizeof
+                                                (Setting_GenGroupItem_Data));
+       setting_retvm_if(!item_data, NULL, "calloc failed");
+       item_data->keyStr = (char *)g_strdup(keyStr);
+       if (gl_sel) {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, NULL,
+                                           ELM_GENLIST_ITEM_NONE, gl_sel,
+                                           NULL);
+       } else {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, NULL,
+                                           ELM_GENLIST_ITEM_NONE,
+                                           _gl_Gendial_sel, NULL);
+       }
+       return item_data;
+}
+
+/**
+ * Create 1radio-1text style item
+ *
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+
+Setting_GenGroupItem_Data *setting_create_Gendial_field_1radio(
+                                       Evas_Object *genlist,
+                                       const Elm_Genlist_Item_Class *itc,
+                                       setting_call_back_func gl_sel,
+                                       void *sel_data,
+                                       SWALLOW_Type swallow_type,
+                                       Evas_Object *rgd, int chk_status,
+                                       const char *keyStr,
+                                       setting_call_back_func chk_change_cb)
+{
+       /* SETTING_TRACE_BEGIN; */
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) calloc(1,
+                                                sizeof
+                                                (Setting_GenGroupItem_Data));
+       setting_retvm_if(!item_data, NULL, "calloc failed");
+       item_data->keyStr = (char *)g_strdup(keyStr);
+       item_data->swallow_type = swallow_type;
+       item_data->chk_status = chk_status;
+       item_data->chk_change_cb = chk_change_cb;
+       item_data->rgd = rgd;
+
+       if (gl_sel) {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, NULL,
+                                           ELM_GENLIST_ITEM_NONE, gl_sel,
+                                           sel_data);
+       } else {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, NULL,
+                                           ELM_GENLIST_ITEM_NONE,
+                                           _gl_Gendial_sel, sel_data);
+       }
+       return item_data;
+}
+
+Setting_GenGroupItem_Data *setting_create_Gendial_field_2radio(
+                                       Evas_Object *genlist,
+                                       const Elm_Genlist_Item_Class *itc,
+                                       setting_call_back_func gl_sel,
+                                       void *sel_data,
+                                       SWALLOW_Type swallow_type,
+                                       Evas_Object *rgd, int chk_status,
+                                       const char *keyStr,
+                                       const char *sub_desc,
+                                       setting_call_back_func chk_change_cb)
+{
+       /* SETTING_TRACE_BEGIN; */
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) calloc(1,
+                                                sizeof
+                                                (Setting_GenGroupItem_Data));
+       setting_retvm_if(!item_data, NULL, "calloc failed");
+       item_data->keyStr = (char *)g_strdup(keyStr);
+       item_data->sub_desc = (char *)g_strdup(sub_desc);
+       item_data->swallow_type = swallow_type;
+       item_data->chk_status = chk_status;
+       item_data->chk_change_cb = chk_change_cb;
+       item_data->rgd = rgd;
+
+       if (gl_sel) {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, NULL,
+                                           ELM_GENLIST_ITEM_NONE, gl_sel,
+                                           sel_data);
+       } else {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, NULL,
+                                           ELM_GENLIST_ITEM_NONE,
+                                           _gl_Gendial_sel, sel_data);
+       }
+       return item_data;
+}
+
+/**
+ * Create common style item with menu icon
+ *
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+Setting_GenGroupItem_Data *setting_create_Gendial_field_groupitem(
+                                       Evas_Object *genlist,
+                                       const Elm_Genlist_Item_Class *itc,
+                                       Elm_Object_Item *parent,
+                                       setting_call_back_func gl_sel,
+                                       void *sel_data,
+                                       SWALLOW_Type swallow_type,
+                                       char *l_icon_path,
+                                       char *r_icon_path, int chk_status,
+                                       const char *keyStr, char *sub_desc,
+                                       setting_call_back_func
+                                       chk_change_cb)
+{
+//     SETTING_TRACE_BEGIN;
+       Setting_GenGroupItem_Data *item_data = (
+               Setting_GenGroupItem_Data *) calloc(1, sizeof(Setting_GenGroupItem_Data));
+       setting_retvm_if(!item_data, NULL, "calloc failed");
+
+       /* to do formatting customizition in one place */
+       if (SWALLOW_Type_LAYOUT_SPECIALIZTION == swallow_type
+           || SWALLOW_Type_LAYOUT_SPECIALIZTION_X == swallow_type) {
+               elm_genlist_mode_set(genlist, ELM_LIST_COMPRESS);
+
+               char speciliztion[MAX_SPECIALIZITION_LEN] = { 0, };
+               //char *temp1 = setting_customize_text(keyStr, 0, "#9C9C9C", "left");
+               char* temp1 = (char *)keyStr;
+               char*temp2 = strchr(temp1, '&');
+               char* temp = NULL;
+
+               while (NULL != temp2) {
+                       if (0 == safeStrNCmp(temp2, "&amp;", strlen("&amp;")) ||//'&'
+                           0 == safeStrNCmp(temp2, "&lt;", strlen("&lt;")) ||//'<'
+                           0 == safeStrNCmp(temp2, "&gt;", strlen("&gt;")) ||//'>'
+                           0 == safeStrNCmp(temp2, "&quot;", strlen("&quot;")) ||//double quotes
+                           0 == safeStrNCmp(temp2, "&apos;", strlen("&apos;")) ||//single quotes
+                           0 == safeStrNCmp(temp2, "&nbsp;", strlen("&nbsp;")) ||//space character
+                           0 == safeStrNCmp(temp2, "&copy;", strlen("&copy;")) ||//copyright character
+                           0 == safeStrNCmp(temp2, "&reg;", strlen("&reg;"))//registeration character
+                          ) {//escape character,do nothing
+                          temp = temp2 + 1;
+                          if ('\0' == temp[0]) break;
+                          temp2 = strchr(temp, '&');
+                       }
+                       else
+                       {
+                               g_strlcat(speciliztion, temp1, temp2 - temp1 +1);
+                               g_strlcat(speciliztion, "&amp;", MAX_SPECIALIZITION_LEN);
+                               temp1 = temp2 + 1;
+                               if ('\0' == temp1[0]) break;
+                               temp2 = strchr(temp1, '&');
+                       }
+               }
+               if ('\0' != temp1[0]) {
+                       g_strlcat(speciliztion, temp1, MAX_SPECIALIZITION_LEN);
+               }
+
+
+               item_data->keyStr = (char *)g_strdup(speciliztion);
+       } else {
+               item_data->keyStr = (char *)g_strdup(keyStr);
+       }
+
+       item_data->sub_desc = (char *)g_strdup(sub_desc);
+       item_data->swallow_type = swallow_type;
+       item_data->l_swallow_path = (char *)g_strdup(l_icon_path);
+       item_data->r_swallow_path = (char *)g_strdup(r_icon_path);
+
+       item_data->chk_status = chk_status;
+       item_data->chk_change_cb = chk_change_cb;
+
+       if (gl_sel) {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, parent,
+                                           ELM_GENLIST_ITEM_NONE, gl_sel,
+                                           sel_data);
+       } else {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, parent,
+                                           ELM_GENLIST_ITEM_NONE,
+                                           _gl_Gendial_sel, sel_data);
+       }
+       if (SWALLOW_Type_LAYOUT_SPECIALIZTION == swallow_type) {
+               Elm_Object_Item *item = elm_genlist_item_append(genlist,
+                                                               &(itc_sep_line),
+                                                               NULL, NULL,
+                                                               ELM_GENLIST_ITEM_NONE,
+                                                               NULL, NULL);
+               elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+               //Fix the separator line disappear issue when clicking "SPECIALIZTION" words in new HD theme
+               elm_genlist_item_select_mode_set(item_data->item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       }
+
+       return item_data;
+}
+
+/**
+ * Common function to create a genlist item
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+Setting_GenGroupItem_Data *setting_create_Gendial_field_def(Evas_Object *
+                                                           genlist,
+                                                           const Elm_Genlist_Item_Class *itc,
+                                                           setting_call_back_func
+                                                           gl_sel,
+                                                           void *sel_data,
+                                                           SWALLOW_Type
+                                                           swallow_type,
+                                                           char *l_icon_path,
+                                                           char *r_icon_path,
+                                                           int chk_status,
+                                                           const char *keyStr,
+                                                           char *sub_desc,
+                                                           setting_call_back_func
+                                                           chk_change_cb)
+{
+       return setting_create_Gendial_field_groupitem(genlist, itc, NULL,
+                                                     gl_sel, sel_data,
+                                                     swallow_type, l_icon_path,
+                                                     r_icon_path, chk_status,
+                                                     keyStr, sub_desc,
+                                                     chk_change_cb);
+}
+
+/**
+ * Create 1entry style item
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+Setting_GenGroupItem_Data *setting_create_Gendial_field_entry(Evas_Object *
+                                                             genlist,
+                                                             const Elm_Genlist_Item_Class *itc,
+                                                             setting_call_back_func gl_sel,
+                                                             void *sel_data,
+                                                             SWALLOW_Type
+                                                             swallow_type,
+                                                             char *l_icon_path,
+                                                             char *r_icon_path,
+                                                             int chk_status,
+                                                             const char *keyStr,
+                                                             char *sub_desc,
+                                                             setting_call_back_func
+                                                             chk_change_cb,
+                                                             Elm_Input_Panel_Layout
+                                                             input_type,
+                                                             bool isPasswordFlag,
+                                                             bool isFocusFlag,
+                                                             int max_char_count,
+                                                             int max_byte_count,
+                                                             char *accepted,
+                                                             char *rejected)
+{
+       /* SETTING_TRACE_BEGIN; */
+       Setting_GenGroupItem_Data *item_data = (Setting_GenGroupItem_Data *) calloc(1,
+                                                sizeof (Setting_GenGroupItem_Data));
+       setting_retvm_if(!item_data, NULL, "calloc failed");
+       item_data->keyStr = (char *)g_strdup(keyStr);
+       item_data->sub_desc = (char *)g_strdup(sub_desc);
+       item_data->swallow_type = swallow_type;
+       item_data->l_swallow_path = (char *)g_strdup(l_icon_path);
+       item_data->r_swallow_path = (char *)g_strdup(r_icon_path);
+       item_data->chk_status = chk_status;
+       item_data->chk_change_cb = chk_change_cb;
+
+       item_data->input_type = input_type;
+       item_data->isPasswordFlag = isPasswordFlag;
+       item_data->isFocusFlag = isFocusFlag;
+
+       Elm_Entry_Filter_Accept_Set *digits_filter_data =
+           (Elm_Entry_Filter_Accept_Set *) calloc(1, sizeof (Elm_Entry_Filter_Accept_Set));
+       if(!digits_filter_data) {
+               SETTING_TRACE_ERROR("calloc Elm_Entry_Filter_Accept_Set failed");
+               // free allocated data
+               G_FREE(item_data->keyStr);
+               G_FREE(item_data->sub_desc);
+               G_FREE(item_data->l_swallow_path);
+               G_FREE(item_data->r_swallow_path);
+               FREE(item_data);
+               return NULL;
+       }
+
+
+       Elm_Entry_Filter_Limit_Size *limit_filter_data =
+           (Elm_Entry_Filter_Limit_Size *) calloc(1, sizeof (Elm_Entry_Filter_Limit_Size));
+       if(!limit_filter_data) {
+               SETTING_TRACE_ERROR("calloc Elm_Entry_Filter_Limit_Size failed");
+
+               // free allocated data
+               G_FREE(item_data->keyStr);
+               G_FREE(item_data->sub_desc);
+               G_FREE(item_data->l_swallow_path);
+               G_FREE(item_data->r_swallow_path);
+               FREE(item_data);
+               FREE(digits_filter_data);
+               return NULL;
+       }
+
+       limit_filter_data->max_char_count = max_char_count;
+       limit_filter_data->max_byte_count = max_byte_count;
+       digits_filter_data->accepted = (char *)g_strdup(accepted);
+       digits_filter_data->rejected = (char *)g_strdup(rejected);
+
+       item_data->digits_filter_data = digits_filter_data;
+       item_data->limit_filter_data = limit_filter_data;
+       item_data->userdata = sel_data;
+
+       if (gl_sel) {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, NULL,
+                                           ELM_GENLIST_ITEM_NONE, gl_sel,
+                                           sel_data);
+       } else {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, NULL,
+                                           ELM_GENLIST_ITEM_NONE,
+                                           _gl_Gendial_sel, sel_data);
+       }
+       return item_data;
+}
+
+/**
+ * General function to create a parent item of expandable item
+ *
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+Setting_GenGroupItem_Data *setting_create_Gendial_exp_parent_field(
+                                               Evas_Object *genlist,
+                                               const Elm_Genlist_Item_Class *itc,
+                                               setting_call_back_func gl_sel,
+                                               void *sel_data,
+                                               SWALLOW_Type swallow_type,
+                                               const char *keyStr,
+                                               char *sub_desc)
+{
+       /* SETTING_TRACE_BEGIN; */
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) calloc(1,
+                                                sizeof
+                                                (Setting_GenGroupItem_Data));
+       setting_retvm_if(!item_data, NULL, "calloc failed");
+       item_data->keyStr = (char *)g_strdup(keyStr);
+       item_data->sub_desc = (char *)g_strdup(sub_desc);
+       item_data->swallow_type = swallow_type;
+
+       if (gl_sel) {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, NULL,
+                                           ELM_GENLIST_ITEM_TREE, gl_sel,
+                                           sel_data);
+       } else {
+               item_data->item =
+                   elm_genlist_item_append(genlist, itc, item_data, NULL,
+                                           ELM_GENLIST_ITEM_TREE,
+                                           _gl_Gendial_sel_expand, sel_data);
+       }
+       return item_data;
+}
+
+/**
+ * General function to create a subitem of expandable item
+ *
+ * @return a pointer to Setting_GenGroupItem_Data
+ */
+Setting_GenGroupItem_Data *setting_create_Gendial_exp_sub_field(
+                                       Evas_Object *genlist,
+                                       const Elm_Genlist_Item_Class *itc,
+                                       setting_call_back_func gl_sel,
+                                       void *sel_data,
+                                       Elm_Object_Item *parent,
+                                       SWALLOW_Type swallow_type,
+                                       Evas_Object *rgd, int chk_status,
+                                       const char *keyStr,
+                                       setting_call_back_func
+                                       chk_change_cb)
+{
+       /* SETTING_TRACE_BEGIN; */
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) calloc(1,
+                                                sizeof
+                                                (Setting_GenGroupItem_Data));
+       setting_retvm_if(!item_data, NULL, "calloc failed");
+       item_data->keyStr = (char *)g_strdup(keyStr);
+       item_data->swallow_type = swallow_type;
+       item_data->chk_status = chk_status;
+       item_data->rgd = rgd;
+
+       if (!gl_sel) {
+               gl_sel = setting_sub_list_sel_cb;
+       }
+       if (!chk_change_cb) {
+               chk_change_cb = setting_sub_list_rd_change;
+       }
+
+       item_data->chk_change_cb = chk_change_cb;
+       item_data->item =
+           elm_genlist_item_append(genlist, itc, item_data, parent,
+                                   ELM_GENLIST_ITEM_NONE, gl_sel, sel_data);
+       return item_data;
+}
+
+/**
+ * To make genlist support expandable style item
+ */
+void setting_enable_expandable_genlist(Evas_Object *genlist, void *data,
+                                      setting_call_back_func gl_exp_cb,
+                                      setting_call_back_func gl_smart_cb)
+{
+       ret_if(NULL == genlist);
+       elm_genlist_tree_effect_enabled_set(genlist, TRUE);
+       if (!gl_smart_cb) {
+               gl_smart_cb = __exp_list_smart_cb;
+       }
+
+       if (gl_exp_cb)
+               evas_object_smart_callback_add(genlist, "expanded", gl_exp_cb, data);
+       evas_object_smart_callback_add(genlist, "contracted", gl_smart_cb, "contracted");
+
+       evas_object_smart_callback_add(genlist, "drag", gl_smart_cb, "drag");
+       evas_object_smart_callback_add(genlist, "longpressed", gl_smart_cb, "longpressed");
+
+       return;
+}
+
+/*
+example:
+
+setting_create_Gendial_itc("dialogue/1text.2icon.2",
+                                                       &(networkUG->itc_1text_2icon));
+
+1. create a process genlist item : [intial state is 'PROCESS']
+ad->data_searching_net = setting_create_Gendial_field_1radio(scroller, &(ad->itc_1text_2icon),
+                                               setting_network_select_network_mouse_up_Gendial_list_radio_cb, ad,
+                                               SWALLOW_Type_1RADIO_1PROCESS,
+                                               ad->chk_sel, TAPI_NETWORK_SELECTIONMODE_MANUAL,
+                                               "Searching..", NULL);
+or [intial state is 'UNPROCESS']
+ad->data_searching_net = setting_create_Gendial_field_1radio(scroller, &(ad->itc_1text_2icon),
+                                               setting_network_select_network_mouse_up_Gendial_list_radio_cb, ad,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_sel, TAPI_NETWORK_SELECTIONMODE_MANUAL,
+                                               "Searching..", NULL);
+
+2. to set the PROCESS state at any place as you like:
+setting_begin_progress_genlist_item(ad->data_searching_net); -- change from UNPROCESS->PROCESS
+setting_finish_progress_genlist_item(ad->data_searching_net);--change from PROCESS->UNPROCESS
+*/
+void setting_begin_progress_genlist_item(Setting_GenGroupItem_Data *data_item)
+{
+       if (data_item) {
+               if (SWALLOW_Type_1RADIO != data_item->swallow_type) {
+                       return;
+               }
+
+               data_item->swallow_type = SWALLOW_Type_1RADIO_1PROCESS;
+               elm_object_item_data_set(data_item->item, data_item);
+               elm_genlist_item_update(data_item->item);
+       }
+}
+
+void setting_finish_progress_genlist_item(Setting_GenGroupItem_Data *data_item)
+{
+       if (data_item) {
+               if (SWALLOW_Type_1RADIO_1PROCESS != data_item->swallow_type) {
+                       return;
+               }
+               data_item->swallow_type = SWALLOW_Type_1RADIO;
+               elm_object_item_data_set(data_item->item, data_item);
+               elm_genlist_item_update(data_item->item);
+       }
+}
+
+/**
+ * To create slider object of a genlist item
+ *
+ *@return a slider container object
+ */
+Evas_Object *setting_create_slider(Evas_Object *parent, Evas *evas,
+                                  const char *l_swallow_path,
+                                  const char *r_swallow_path, double value,
+                                  double slider_min, double slider_max,
+                                  setting_call_back_func slider_change_cb,
+                                  setting_call_back_func slider_start_change_cb,
+                                  setting_call_back_func slider_stop_change_cb,
+                                  void *cb_data)
+{
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) cb_data;
+       Evas_Object *slider = elm_slider_add(parent);   /*  "elm/slider/horizontal/default" */
+       retv_if(slider == NULL, NULL);
+
+       elm_slider_indicator_format_set(slider, "%1.0f");
+       evas_object_size_hint_weight_set(slider, EVAS_HINT_EXPAND, 0.0);
+       evas_object_size_hint_align_set(slider, EVAS_HINT_FILL, 0.5);
+
+       if (slider_change_cb)
+               evas_object_smart_callback_add(slider, "changed", slider_change_cb, item_data);
+
+       if (slider_stop_change_cb)
+               evas_object_smart_callback_add(slider, "slider,drag,stop", slider_stop_change_cb, item_data);
+
+       if(slider_start_change_cb)
+               evas_object_smart_callback_add(slider, "slider,drag,start", slider_start_change_cb, item_data);
+
+       Evas_Object *icon1 = elm_icon_add(slider);
+       elm_icon_file_set(icon1, l_swallow_path, NULL);
+       evas_object_size_hint_aspect_set(icon1, EVAS_ASPECT_CONTROL_VERTICAL, 1, 1);
+
+       Evas_Object *icon2 = elm_icon_add(slider);
+       elm_icon_file_set(icon2, r_swallow_path, NULL);
+       evas_object_size_hint_aspect_set(icon2, EVAS_ASPECT_CONTROL_VERTICAL, 1, 1);
+
+       elm_object_content_set(slider, icon1);
+       elm_object_part_content_set(slider, "end", icon2);
+
+       elm_slider_min_max_set(slider, slider_min, slider_max);
+       elm_slider_value_set(slider, value);
+       item_data->eo_check = slider;
+
+       return slider;
+}
+
+/**
+ * The main implement body of create a certain size icon
+ */
+void create_image_box_add_ex(void *data, Evas_Object *win_main, Evas *evas,
+                            char *img_path, int img_w, int img_h,
+                            Evas_Object_Event_Cb mouse_down_cb,
+                            Evas_Object_Event_Cb mouse_up_cb,
+                            Evas_Object **image_box, Evas_Object **img)
+{
+       /* SETTING_TRACE_BEGIN; */
+       *image_box = elm_box_add(win_main);
+       retm_if(*image_box == NULL, "Cannot get box");
+       elm_box_horizontal_set(*image_box, 1);
+       evas_object_size_hint_align_set(*image_box, 0.0, EVAS_HINT_FILL);       /* */
+       evas_object_show(*image_box);
+
+       *img = evas_object_image_add(evas);
+       evas_object_size_hint_weight_set(*img, 0.0, EVAS_HINT_EXPAND);
+
+       int temp_h = img_h;
+       int temp_w = img_w;
+
+       evas_object_image_file_set(*img, img_path, NULL);
+       if (img_h <= 0 || temp_w <= 0)  //error handling. load the image as it's own size
+       {
+               evas_object_image_size_get(*img, &temp_w, &temp_h);
+       }
+
+       evas_object_image_load_size_set(*img, temp_w, temp_h);
+       evas_object_image_fill_set(*img, 0, 0, temp_w, temp_h);
+
+       evas_object_size_hint_min_set(*img, temp_w, temp_h);
+       evas_object_show(*img);
+
+       evas_object_event_callback_add(*img, EVAS_CALLBACK_MOUSE_DOWN,
+                                      mouse_down_cb, data);
+       evas_object_event_callback_add(*img, EVAS_CALLBACK_MOUSE_UP,
+                                      mouse_up_cb, data);
+
+       elm_box_pack_end(*image_box, *img);
+}
+
+/**
+ * To create a size fixed icon
+ * @return a image container object
+ */
+
+Evas_Object *create_image_box_add(void *data, Evas_Object *win_main,
+                                 Evas *evas, char *img_path, int img_w,
+                                 int img_h, Evas_Object_Event_Cb mouse_down_cb,
+                                 Evas_Object_Event_Cb mouse_up_cb)
+{
+       /* SETTING_TRACE_BEGIN; */
+       Evas_Object *image_box = NULL;
+       Evas_Object *img = NULL;
+       create_image_box_add_ex(data, win_main, evas, img_path,
+                               img_w * WIDGET_SCALE_FACTOR,
+                               img_h * WIDGET_SCALE_FACTOR, mouse_down_cb,
+                               mouse_up_cb, &image_box, &img);
+       return image_box;
+
+}
+
+/**
+* To create a size specialized icon
+*
+* @return a image container object
+*/
+
+Evas_Object *create_bgimage_box_add(void *data, Evas_Object *win_main, Evas *evas, char *img_path, int img_w, int img_h,       /* if img_w<0 or img_h <0, load the image as it's own size */
+                                   Evas_Object_Event_Cb mouse_down_cb,
+                                   Evas_Object_Event_Cb mouse_up_cb)
+{
+       Evas_Object *image_box = NULL;
+       Evas_Object *img = NULL;
+       create_image_box_add_ex(data, win_main, evas, img_path, img_w, img_h,
+                               mouse_down_cb, mouse_up_cb, &image_box, &img);
+       return image_box;
+}
+
+/**
+* @ create a box container
+*
+* @param[in] win_main
+*
+* @return a box container
+*/
+Evas_Object *setting_create_client_bx(Evas_Object *win_main)
+{
+       Evas_Object *client_bx = NULL;
+
+       client_bx = elm_box_add(win_main);
+       retvm_if(client_bx == NULL, NULL, "Cannot create client box object");
+
+       elm_box_horizontal_set(client_bx, 0);
+       evas_object_size_hint_weight_set(client_bx, EVAS_HINT_EXPAND, 0.0);
+       evas_object_size_hint_align_set(client_bx, EVAS_HINT_FILL, 0.0);
+
+       return client_bx;
+}
+
+
+Evas_Object *setting_create_lable(Evas_Object *parent, const char *lable,
+                                 const char *style)
+{
+       Evas_Object *label = elm_label_add(parent);
+       elm_object_style_set(label, style);
+       elm_label_line_wrap_set(label, ELM_WRAP_MIXED);
+       elm_object_text_set(label, lable);
+       evas_object_size_hint_weight_set(label, EVAS_HINT_EXPAND, 0.0);
+       evas_object_size_hint_align_set(label, EVAS_HINT_FILL, EVAS_HINT_FILL);
+       evas_object_show(label);
+       return label;
+}
+
+static void _setting_def_response_cb(void *data, Evas_Object *obj,
+                                    void *event_info)
+{
+       if (obj) {
+               evas_object_del(obj);
+               obj = NULL;
+       }
+}
+
+Evas_Object *setting_create_popup_with_btn(void *data, Evas_Object *parent,
+                                 char *content_str, char *title_str,
+                                 setting_call_back_func response_cb,
+                                 int timeout, int btn_num, ...)
+{
+       Evas_Object *popup = elm_popup_add(parent);
+       evas_object_size_hint_weight_set(popup, EVAS_HINT_EXPAND,
+                                        EVAS_HINT_EXPAND);
+       if (content_str) {
+               char r_str_text[HELP_MSG_BUFF_SIZE] = { 0, };
+               snprintf(r_str_text, HELP_MSG_BUFF_SIZE, "<align=center>");
+               g_strlcat(r_str_text, content_str, HELP_MSG_BUFF_SIZE);
+               g_strlcat(r_str_text, "</align>", HELP_MSG_BUFF_SIZE);
+               elm_object_text_set(popup, r_str_text);
+
+       }
+
+       if (title_str) {
+               elm_object_part_text_set(popup, "title,text", title_str);
+       }
+       if (timeout > 0) {
+               elm_popup_timeout_set(popup, timeout);
+       }
+
+       if (btn_num > 0)
+       {
+               va_list args;
+               va_start(args, btn_num);
+               
+               char *btn_str;
+               int argno = 0;
+               char *btn_part_str[] = {
+                       _("button1"), _("button2"), _("button3")
+               };
+
+               for (; argno < btn_num; argno++) {
+                       btn_str = va_arg( args, char *);
+                       SETTING_TRACE("Parameter #%d is: %s, btn_part_str;%s", argno, btn_str, btn_part_str[argno]);
+                       if (btn_str)
+                       {
+                               Evas_Object *btn = setting_create_button(popup, btn_str, NULL, response_cb, data);
+                               elm_object_part_content_set(popup, btn_part_str[argno], btn);   
+                       }
+               }
+               
+               va_end(args);
+       }
+       else
+       {
+       if (response_cb) {
+                       evas_object_smart_callback_add(popup, "timeout", response_cb, data);
+                       evas_object_smart_callback_add(popup, "block,clicked", response_cb, data);
+       } else {
+                       evas_object_smart_callback_add(popup, "timeout", _setting_def_response_cb, data);
+                       evas_object_smart_callback_add(popup, "block,clicked", _setting_def_response_cb, data);
+       }
+       }
+
+       evas_object_show(popup);
+       return popup;
+}
+
+/**
+* The general API to create a certain popup window
+*
+* @return a certain popup window
+*/
+Evas_Object *setting_create_popup_without_btn(void *data, Evas_Object *parent,
+                                 char *content_str, char *title_str,
+                                 setting_call_back_func response_cb,
+                                 int timeout)
+{ 
+       return setting_create_popup_with_btn(data, parent, content_str, title_str,
+                                            response_cb, timeout, 0);
+}
+
+/**
+* create a popup window which contents a progressbar
+*
+* @return a popup window which contents a progressbar
+*/
+Evas_Object *setting_create_popup_with_progressbar(void *data, Evas_Object *parent,
+                                         char *progressbar_style,
+                                         char *progressbar_title,
+                                         char *progressbar_lable,
+                                         setting_call_back_func response_cb,
+                                         int timeout)
+{
+       Evas_Object *popup =
+           setting_create_popup_without_btn(data, parent, NULL, progressbar_title,
+                                response_cb, timeout);
+       Evas_Object *box = elm_box_add(popup);
+       /* elm_box_horizontal_set(box, 1); */
+
+       if (progressbar_lable) {
+               Evas_Object *label = elm_label_add(popup);
+               elm_object_text_set(label, progressbar_lable);  /* "Loading..." */
+               evas_object_show(label);
+               elm_box_pack_end(box, label);
+       }
+
+       if (progressbar_style) {
+               Evas_Object *progressbar = elm_progressbar_add(popup);
+               elm_object_style_set(progressbar, progressbar_style);   /* "toolbar_process" or "pending_list" or "list_prosess" */
+               elm_progressbar_pulse(progressbar, EINA_TRUE);
+               evas_object_size_hint_align_set(progressbar, EVAS_HINT_FILL,
+                                               0.5);
+               evas_object_size_hint_weight_set(progressbar, EVAS_HINT_EXPAND,
+                                                EVAS_HINT_EXPAND);
+               elm_progressbar_pulse(progressbar, EINA_TRUE);
+               evas_object_show(progressbar);
+               elm_box_pack_end(box, progressbar);
+       }
+
+       evas_object_show(box);
+       elm_object_content_set(popup, box);
+       return popup;
+}
+
+/**
+* The API to create a certain popup window without title
+*
+* @return a certain popup window without title
+*/
+int setting_create_popup_without_title(void *data, Evas_Object *win_main,
+                                     char *str_text)
+{
+       setting_create_popup_without_btn(data, win_main, str_text,
+                            NULL, NULL, POPUP_INTERVAL);
+       return 0;
+}
+
+/**
+* The API to create a certain popup window with title
+*
+* @return a certain popup window with title
+* not used now
+*/
+int setting_create_popup_with_title(void *data, Evas_Object *win_main,
+                                   char *str_title, char *str_text)
+{
+       setting_create_popup_without_btn(data, win_main, str_text,
+                            str_title, NULL, POPUP_INTERVAL);
+       return 0;
+}
+
+
+
+#define DEMO_STEP 0.4
+typedef struct _setting_gif_data{
+       Ecore_Timer *update_timer;
+       const char  **png_list;
+       int         cur_png_idx;
+}setting_gif_data;
+
+static void __gif_del_cb(void *data, Evas *e, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(!data);
+       setting_gif_data *gif_data = data;
+       if (gif_data->update_timer) {//first delete the timer
+               ecore_timer_del(gif_data->update_timer);
+               gif_data->update_timer = NULL;
+       }
+       FREE(gif_data);//delete the date.
+       evas_object_data_set(obj, "gif_data", NULL);
+}
+
+Eina_Bool __gif_updater(void *data)
+{
+       retv_if(!data, FALSE);
+       Evas_Object *gif =  data;
+       setting_gif_data *gif_data = evas_object_data_get(gif, "gif_data");
+       retv_if(!gif_data, FALSE);
+       SETTING_TRACE_BEGIN;
+
+       gif_data->cur_png_idx++;
+       if (NULL == gif_data->png_list[gif_data->cur_png_idx]) { //the last element of current array.
+               gif_data->cur_png_idx = 0;
+       }
+       elm_image_file_set(gif, gif_data->png_list[gif_data->cur_png_idx], NULL);
+       int w = 0;
+       int h = 0;
+       elm_image_object_size_get(gif, &w, &h);
+       setting_resize_object(gif, w, h);
+
+       return TRUE;
+}
+
+Evas_Object *setting_create_image(Evas_Object *parent, const char *img_path)
+{
+       Evas_Object *image = elm_image_add(parent);
+       //SETTING_TRACE("icon_path:%s", icon_path);
+       elm_image_file_set(image, img_path, NULL);
+       elm_image_resizable_set(image, EINA_TRUE, EINA_TRUE);
+
+       int w = 0;
+       int h = 0;
+       elm_image_object_size_get(image, &w, &h);
+       setting_resize_object(image, w, h);
+       evas_object_show(image);
+       return image;
+}
+
+/* @png_list is an array end with 'NULL'. like ,
+               const char *png_list[] = {
+                       SETTING_ICON_PATH_CFG"motions/motion_overturn_01.png",
+                       SETTING_ICON_PATH_CFG"motions/motion_overturn_02.png",
+                       SETTING_ICON_PATH_CFG"motions/motion_overturn_03.png",
+                       SETTING_ICON_PATH_CFG"motions/motion_overturn_04.png",
+                       SETTING_ICON_PATH_CFG"motions/motion_overturn_05.png",
+                       NULL //must end with 'NULL'
+               };
+*/
+Evas_Object *setting_create_gif(Evas_Object *parent, const char **png_list)
+{
+       retv_if(!png_list, NULL);
+       setting_gif_data *gif_data = calloc(1,sizeof(setting_gif_data));
+       setting_retvm_if(!gif_data, NULL, "calloc failed");
+       gif_data->cur_png_idx = 0;
+       gif_data->png_list = png_list;
+
+       SETTING_TRACE_BEGIN;
+
+       Evas_Object *gif = setting_create_image(parent, *png_list);//the first element
+       //bind object data
+       evas_object_data_set(gif, "gif_data", gif_data);
+       evas_object_event_callback_add(gif, EVAS_CALLBACK_DEL, __gif_del_cb, gif_data);
+
+       if (gif_data->update_timer) {
+               ecore_timer_del(gif_data->update_timer);
+               gif_data->update_timer = NULL;
+       }
+       gif_data->update_timer = ecore_timer_add(DEMO_STEP, (Ecore_Task_Cb)__gif_updater, gif);
+
+       return gif;
+}
+//1Title-1Description-1Gif-nButton
+/* @png_list is an array end with 'NULL'. like ,
+               const char *png_list[] = {
+                       SETTING_ICON_PATH_CFG"motions/motion_overturn_01.png",
+                       SETTING_ICON_PATH_CFG"motions/motion_overturn_02.png",
+                       SETTING_ICON_PATH_CFG"motions/motion_overturn_03.png",
+                       SETTING_ICON_PATH_CFG"motions/motion_overturn_04.png",
+                       SETTING_ICON_PATH_CFG"motions/motion_overturn_05.png",
+                       NULL //must end with 'NULL'
+               };
+*/
+
+Evas_Object *setting_create_popup_with_gif(void *data, Evas_Object *parent, char *content_str, char *title_str, const char **png_list, //array end with 'NULL'.
+                                          setting_call_back_func response_cb,
+                                          int timeout, int btn_num, ...)
+{
+       SETTING_TRACE_BEGIN;
+       //displaying image
+       Evas_Object *image = NULL;
+       if (png_list && *png_list) {
+               if (png_list[1]) {      //png_list is an array end with 'NULL', and it has at least 2 png file,
+                       image = setting_create_gif(parent, png_list);
+               } else {        //png_list just has one png file,
+                       image = setting_create_image(parent, *png_list);
+               }
+       }
+
+
+       Evas_Object* pLy = elm_layout_add(parent);
+       elm_layout_theme_set(pLy, "layout", "application", "noindicator" );
+       evas_object_size_hint_weight_set(pLy, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+
+       Evas_Object* pBg = elm_bg_add(pLy);
+       evas_object_size_hint_weight_set(pBg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+       elm_object_part_content_set(pLy, "elm.swallow.bg", pBg);
+       elm_bg_color_set(pBg, 200, 200, 200); // R,G,B: 200 -> White Grey
+       evas_object_show(pBg);
+
+       evas_object_show(pLy);
+       elm_object_part_content_set(pLy, "elm.swallow.bg", pBg);
+       elm_object_part_content_set(pLy, "elm.swallow.content", image);
+
+       Evas_Object *popup = elm_popup_add(parent);
+       evas_object_size_hint_weight_set(popup, EVAS_HINT_EXPAND,
+                                        EVAS_HINT_EXPAND);
+       //title
+       if (title_str) {
+               elm_object_part_text_set(popup, "title,text", title_str);
+       }
+
+       if (timeout > 0) {
+               elm_popup_timeout_set(popup, timeout);
+       }
+
+       //content
+       Evas_Object *content_box = elm_box_add(popup);
+       //instructing of displaying image
+       if (content_str) {
+               Evas_Object *lable = setting_create_lable(popup, content_str,
+                                                         "popup_description/default");
+               elm_box_pack_end(content_box, lable);
+       }
+       //displaying image
+       if (pLy) {
+               elm_box_pack_end(content_box, pLy);
+       }
+
+       //set box into popup
+       elm_object_content_set(popup, content_box);
+
+       if (btn_num > 0)
+       {
+               va_list args;
+               va_start(args, btn_num);
+               
+               char *btn_str;
+               int argno = 0;
+               char *btn_part_str[] = {
+                       _("button1"), _("button2"), _("button3")
+               };
+
+               for (; argno < btn_num; argno++) {
+                       btn_str = va_arg( args, char *);
+                       SETTING_TRACE("Parameter #%d is: %s, btn_part_str;%s", argno, btn_str, btn_part_str[argno]);
+                       if (btn_str)
+                       {
+                               Evas_Object *btn = setting_create_button(popup, btn_str, NULL, response_cb, data);
+                               elm_object_part_content_set(popup, btn_part_str[argno], btn);   
+                       }
+               }
+               
+               va_end(args);
+       }
+       else
+       {
+               if (response_cb) {
+                       evas_object_smart_callback_add(popup, "timeout", response_cb, data);
+                       evas_object_smart_callback_add(popup, "block,clicked", response_cb, data);
+               } else {
+                       evas_object_smart_callback_add(popup, "timeout", _setting_def_response_cb, data);
+                       evas_object_smart_callback_add(popup, "block,clicked", _setting_def_response_cb, data);
+               }
+       }
+       evas_object_show(popup);
+       return popup;
+
+}
+
+Evas_Object *setting_create_popup_with_check(void *data, Evas_Object *parent,
+                                            char *content_str, char *title_str,
+                                            char *check_str,
+                                            setting_call_back_func response_cb,
+                                            int timeout, Evas_Object **check,
+                                            int btn_num, ...)
+{
+       SETTING_TRACE_BEGIN;
+       Evas_Object *popup = elm_popup_add(parent);
+       evas_object_size_hint_weight_set(popup, EVAS_HINT_EXPAND,
+                                        EVAS_HINT_EXPAND);
+       //title
+       if (title_str) {
+               elm_object_part_text_set(popup, "title,text", title_str);
+       }
+
+       if (timeout > 0) {
+               elm_popup_timeout_set(popup, timeout);
+       }
+
+       Evas_Object *layout = elm_layout_add(popup);
+       elm_layout_file_set(layout, SETTING_THEME_EDJ_NAME, "popup_checkview");
+       evas_object_size_hint_weight_set(layout, EVAS_HINT_EXPAND,
+                                        EVAS_HINT_EXPAND);
+
+       //instructing of displaying image
+       if (check_str) {
+               edje_object_part_text_set(elm_layout_edje_get(layout),
+                                         "elm.text", check_str);
+       }
+       if (check) {
+               *check = elm_check_add(popup);
+               evas_object_size_hint_align_set(*check, EVAS_HINT_FILL,
+                                               EVAS_HINT_FILL);
+               evas_object_size_hint_weight_set(*check, EVAS_HINT_EXPAND,
+                                                EVAS_HINT_EXPAND);
+               evas_object_show(*check);
+               elm_object_part_content_set(layout, "elm.swallow.end", *check);
+       }
+       //content
+       if (content_str) {
+               Evas_Object *lable = setting_create_lable(popup, content_str,
+                                                         "popup_description/default");
+               elm_object_part_content_set(layout, "elm.swallow.content", lable);
+       }
+       //set box into popup
+       elm_object_content_set(popup, layout);
+
+       if (btn_num > 0)
+       {
+               va_list args;
+               va_start(args, btn_num);
+               
+               char *btn_str;
+               int argno = 0;
+               char *btn_part_str[] = {
+                       _("button1"), _("button2"), _("button3")
+               };
+
+               for (; argno < btn_num; argno++) {
+                       btn_str = va_arg( args, char *);
+                       SETTING_TRACE("Parameter #%d is: %s, btn_part_str;%s", argno, btn_str, btn_part_str[argno]);
+                       if (btn_str)
+                       {
+                               Evas_Object *btn = setting_create_button(popup, btn_str, NULL, response_cb, data);
+                               elm_object_part_content_set(popup, btn_part_str[argno], btn);   
+                       }
+               }
+               
+               va_end(args);
+       }
+       else
+       {
+       if (response_cb) {
+                       evas_object_smart_callback_add(popup, "timeout", response_cb, data);
+                       evas_object_smart_callback_add(popup, "block,clicked", response_cb, data);
+       } else {
+                       evas_object_smart_callback_add(popup, "timeout", _setting_def_response_cb, data);
+                       evas_object_smart_callback_add(popup, "block,clicked", _setting_def_response_cb, data);
+               }
+       }
+       evas_object_show(popup);
+       return popup;
+
+}
+
+
+/**
+* Set the vconf value via its binded check object.
+* @return 0: sucess, other: failed
+*/
+
+int setting_reset_slp_key_by_status(Evas_Object *obj,
+                                   setting_bool_slp_list key)
+{
+       SETTING_TRACE_BEGIN;
+       int err, ret;
+
+       int status = 0;
+       status = elm_check_state_get(obj);
+       if (status) {
+               ret =
+                   setting_set_bool_slp_key(key, SETTING_ON_OFF_BTN_ON, &err);
+       } else {
+               ret =
+                   setting_set_bool_slp_key(key, SETTING_ON_OFF_BTN_OFF, &err);
+       }
+       return ret;
+}
+
+/**
+* Alternate the check object status and its binded vcof value via original vcofn value
+*/
+int setting_draw_onoff_status(Evas_Object *obj, setting_bool_slp_list key)
+{
+       int value;
+       int err;
+       int ret;
+
+       setting_get_bool_slp_key(key, &value, &err);
+
+       elm_check_state_set(obj, !value);
+       ret = setting_set_bool_slp_key(key, !value, &err);
+       return ret;
+}
+
+/**
+* Set the status of check object via its binded vconf value.
+* @return  0: sucess, other: failed
+*/
+int setting_check_onoff_status(Evas_Object *obj, setting_bool_slp_list key)
+{
+       int value = 0;
+       int err = 0;
+       int ret = 0;
+
+       ret = setting_get_bool_slp_key(key, &value, &err);
+       elm_check_state_set(obj, value);
+       return ret;
+}
+
+/**
+* Set the status of radio group object via its binded vconf value.
+* @return  0: sucess, other: failed
+*/
+int setting_update_chk_status(Evas_Object *chk, setting_int_slp_list type)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       if (chk == NULL) {
+               return SETTING_GENERAL_ERR_NULL_DATA_PARAMETER;
+       }
+
+       SETTING_TRACE_BEGIN;
+
+       int ret = SETTING_RETURN_FAIL;
+       int value;
+       int err;
+
+       /* value set */
+       ret = setting_get_int_slp_key(type, &value, &err);
+       SETTING_TRACE("binded: %d, checked: %d, err: %d", type, value, err);
+
+       elm_radio_value_set(chk, value);
+
+       return ret;
+}
+
+/**
+* Create a size specilized rectangle object
+* @return a size specilized rectangle object
+*/
+Evas_Object *setting_create_blank_rect_customize(Evas_Object *layout, int w,
+                                                int h)
+{
+       Evas_Object *rect;
+
+       rect = evas_object_rectangle_add(evas_object_evas_get(layout));
+       evas_object_size_hint_min_set(rect, w, h);
+       evas_object_size_hint_weight_set(rect, EVAS_HINT_EXPAND, 0);
+       evas_object_color_set(rect, 0, 0, 0, 0);
+
+       return rect;
+}
+
+/**
+* Create a size fixed rectangle object
+*
+* @param[in] layout
+*
+* @return a size fixed rectangle object
+*/
+Evas_Object *setting_create_blank_rect(Evas_Object *layout)
+{
+       return setting_create_blank_rect_customize(layout,
+                                                  SETTING_PADDING_WIDTH, 80);
+}
+
+/**
+* The API to Create an editfiled object
+* @return an editfiled object
+*/
+Evas_Object *                  /* multi-line is default, use elm_editfield_entry_single_line_set(ef, EINA_TRUE) to set single-line */
+setting_create_editfiled(Evas_Object *win_main, char *title, char *def_str)
+{
+       Evas_Object *layout = NULL;
+       Evas_Object *entry = NULL;
+       layout = elm_layout_add(win_main);
+
+       if(title)
+       {
+               elm_layout_theme_set(layout, "layout", "editfield", "title");
+               elm_object_part_text_set(layout, "elm.text", title);
+       }
+       else
+       {
+               elm_layout_theme_set(layout, "layout", "editfield", "default");
+       }
+       entry = elm_entry_add(win_main);
+       elm_object_part_content_set(layout, "elm.swallow.content", entry);
+
+       if (def_str && safeStrLen(def_str) > 0) {
+               elm_entry_entry_set(entry, def_str);
+       } else {
+               elm_object_part_text_set(layout, "elm.guidetext", _("IDS_ST_BODY_TAP_TO_INSERT"));
+       }
+
+       evas_object_size_hint_weight_set(layout, EVAS_HINT_EXPAND, 0);
+       evas_object_size_hint_align_set(layout, EVAS_HINT_FILL, 0);
+
+       evas_object_show(layout);
+       return layout;
+}
+
+Evas_Object *setting_create_win_layout(Evas_Object *win_layout,
+                                      Evas_Object *win_obj)
+{
+       Evas_Object *layout = NULL;
+
+       /*  Base Layout */
+       layout = elm_layout_add(win_layout);
+       setting_retvm_if(layout == NULL, FALSE, "layout == NULL");
+
+       elm_layout_theme_set(layout, "layout", "application", "default");
+       evas_object_size_hint_weight_set(layout, EVAS_HINT_EXPAND,
+                                        EVAS_HINT_EXPAND);
+       elm_win_resize_object_add(win_obj, layout);
+       Evas_Object *bg = setting_create_bg(layout, win_obj, "group_list");
+       elm_object_part_content_set(layout, "elm.swallow.bg", bg);
+       evas_object_show(layout);
+
+       return layout;
+}
+
+#define HALF_SCREEN_STR_LEN 20
+#define ONE_THIRD_SCREEN_STR_LEN 13
+Evas_Object *setting_create_navi_bar(Evas_Object *layout)
+{
+
+       Evas_Object *navi = NULL;
+       navi = elm_naviframe_add(layout);
+
+       if (navi == NULL) {
+               SETTING_TRACE(" *** elm_naviframe_add returns NULL *** ");
+               return NULL;
+       }
+       elm_object_part_content_set(layout, "elm.swallow.content", navi);
+       evas_object_show(navi);
+       return navi;
+}
+
+
+Evas_Object *setting_create_button(Evas_Object *parent, const char *btn_str,
+                                  const char *btn_style,
+                                  setting_call_back_func btn_click_cb,
+                                  void *cb_data)
+{
+       retv_if(!parent || !btn_str, NULL);
+       if ('\0' == btn_str[0]) {//Empty rectangle
+               return setting_create_blank_rect_customize(parent,
+                                                          SETTING_PADDING_WIDTH,
+                                                          SETTING_PADDING_WIDTH);
+       }
+
+       Evas_Object *button = elm_button_add(parent);
+       if (btn_style) {
+               elm_object_style_set(button, btn_style);
+       }
+
+       if (0 != safeStrCmp(NAVI_BACK_BUTTON_STYLE, btn_style)) {//not '<-' button
+               elm_object_text_set(button, btn_str);
+
+               evas_object_size_hint_weight_set(button, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+               evas_object_size_hint_align_set(button,EVAS_HINT_FILL, 0.5);
+       }
+
+       if (btn_click_cb) {
+               evas_object_smart_callback_add(button, "clicked",
+                                              btn_click_cb, cb_data);
+       }
+       evas_object_show(button);
+       return button;
+}
+
+Elm_Object_Item * setting_create_navi_bar_top_buttons(char *title_str,
+                                        char *lbutton_str,
+                                        char *rbutton_str,
+                                        char *mbutton_str,
+                                        setting_call_back_func lbutton_click_cb,
+                                        setting_call_back_func rbutton_click_cb,
+                                        setting_call_back_func mbutton_click_cb,
+                                        void *cb_data, Evas_Object *eo_view,/*any container obj */
+                                        Evas_Object *navigate_bar )
+{
+       //SETTING_TRACE_BEGIN;
+       Evas_Object *l_button = NULL;
+       Evas_Object *r_button = NULL;
+       Evas_Object *m_button = NULL;
+       Elm_Object_Item *navi_it = NULL;
+
+       /*  create buttons */
+       l_button = setting_create_button(navigate_bar, lbutton_str,
+                                        "naviframe/title/default",
+                                        lbutton_click_cb, cb_data);
+
+       r_button = setting_create_button(navigate_bar, rbutton_str,
+                                        "naviframe/title/default",
+                                        rbutton_click_cb, cb_data);
+       m_button = setting_create_button(navigate_bar, mbutton_str,
+                                        "naviframe/title/default",
+                                        mbutton_click_cb, cb_data);
+
+       navi_it = elm_naviframe_item_push(navigate_bar, title_str,
+                                         NULL, NULL, eo_view,
+                                         NULL);
+       retv_if(!navi_it, NULL);
+
+       /*  arrange buttons into  navi_it*/
+       if (l_button) {
+               elm_object_item_part_content_set(navi_it, "title_left_btn", l_button);
+       }
+       if (r_button) {
+               elm_object_item_part_content_set(navi_it, "title_right_btn", r_button);
+       }
+       if (m_button) {
+               elm_object_item_part_content_set(navi_it, "title_more_btn", m_button);
+       }
+       //remove '<-' button
+       Evas_Object *back_btn = elm_object_item_part_content_get(navi_it, "prev_btn");
+       if (back_btn) {
+               elm_object_item_part_content_set(navi_it, "prev_btn", NULL);
+               if (back_btn) evas_object_del(back_btn);
+       }
+
+       return navi_it;
+}
+
+Elm_Object_Item *__create_navi_bar_bottom_buttons(char *title_str, char *lbutton_str, char *rbutton_str,
+                                    char *mbutton_str, setting_call_back_func lbutton_click_cb,
+                                    setting_call_back_func rbutton_click_cb,
+                                    setting_call_back_func mbutton_click_cb,
+                                    void *cb_data, Evas_Object *eo_view,/*any container obj */
+                                    Evas_Object *navigate_bar, /*the specialized navigation bar */
+                                    Evas_Object *controlbar)
+{
+       SETTING_TRACE_BEGIN;
+       Elm_Object_Item *navi_it = NULL;
+
+       /*  arrange buttons into  controlbar*/
+       if (0 == safeStrCmp(lbutton_str, _("IDS_COM_BODY_BACK"))) {     /*  do special handling */
+               Evas_Object *l_button = NULL;
+               l_button = setting_create_button(navigate_bar, lbutton_str,
+                                                NAVI_BACK_BUTTON_STYLE,
+                                                lbutton_click_cb, cb_data);
+
+               navi_it = elm_naviframe_item_push(navigate_bar, title_str, l_button, NULL, eo_view, NULL);      /* add new button */
+               elm_object_style_set(l_button, NAVI_BACK_BUTTON_STYLE); /* take into effect */
+
+               if (!rbutton_str && !mbutton_str) {     /* return directly */
+                       if (controlbar) {
+                               evas_object_del(controlbar);
+                               controlbar = NULL;
+                       }
+                       return navi_it;
+               } else {
+                       if (rbutton_str && mbutton_str) {       /* both exist.. */
+                               elm_toolbar_item_append(controlbar, NULL, mbutton_str, mbutton_click_cb, cb_data);
+                               elm_toolbar_item_append(controlbar, NULL, rbutton_str, rbutton_click_cb, cb_data);
+
+                       } else if (rbutton_str) {       /* r_btn exist.. */
+                               elm_object_item_disabled_set(elm_toolbar_item_append(controlbar, NULL, "", NULL, NULL), EINA_TRUE);
+                               elm_toolbar_item_append(controlbar, NULL, rbutton_str, rbutton_click_cb, cb_data);
+                       } else if (mbutton_str) {       /* m_btn exist.. */
+                               elm_object_item_disabled_set(elm_toolbar_item_append(controlbar, NULL, "", NULL, NULL), EINA_TRUE);
+                               elm_toolbar_item_append(controlbar, NULL, mbutton_str, mbutton_click_cb, cb_data);
+                       }
+
+                       elm_object_item_part_content_set(navi_it, NAVI_CONTROLBAR_PART, controlbar);
+                       return navi_it;
+               }
+       }
+
+       if (lbutton_str)
+               elm_toolbar_item_append(controlbar, NULL, lbutton_str, lbutton_click_cb, cb_data);
+       if (mbutton_str)
+               elm_toolbar_item_append(controlbar, NULL, mbutton_str, mbutton_click_cb, cb_data);
+
+       /* if controllbar just have one right button, let it occups 1/2. */
+
+       if (rbutton_str)
+       {
+               if (!lbutton_str && !mbutton_str)
+               {
+                       elm_object_item_disabled_set(elm_toolbar_item_append(controlbar, NULL, "", NULL, NULL), EINA_TRUE);
+               }
+               elm_toolbar_item_append(controlbar, NULL, rbutton_str, rbutton_click_cb, cb_data);
+       }
+       else
+       {
+               if (lbutton_str || mbutton_str)
+               {
+                       elm_object_item_disabled_set(elm_toolbar_item_append(controlbar, NULL, "", NULL, NULL), EINA_TRUE);
+               }
+       }
+
+       navi_it = elm_naviframe_item_push(navigate_bar, title_str, NULL, NULL, eo_view, NULL);
+       elm_object_item_part_content_set(navi_it, NAVI_CONTROLBAR_PART, controlbar);
+       return navi_it;
+
+}
+
+
+/**
+* Create buttons on the specialized navigation bar
+*
+* @param[in] eo_view   navigation bar's content
+* @param[in] controlbar   title obj of navigation bar
+*
+*/
+void setting_create_navi_bar_buttons(char *title_str, char *lbutton_str, char *rbutton_str,
+                                    char *mbutton_str, setting_call_back_func lbutton_click_cb,
+                                    setting_call_back_func rbutton_click_cb,
+                                    setting_call_back_func mbutton_click_cb,
+                                    void *cb_data, Evas_Object *eo_view,/*any container obj */
+                                    Evas_Object *navigate_bar, /*the specialized navigation bar */
+                                    Evas_Object *controlbar)
+{                              /* controlbar */
+       #if SUPPORT_BOTTOM_BTNS
+       __create_navi_bar_bottom_buttons(title_str, lbutton_str,
+                                      rbutton_str, mbutton_str,
+                                      lbutton_click_cb,
+                                      rbutton_click_cb,
+                                      mbutton_click_cb,
+                                      cb_data, eo_view,
+                                      navigate_bar, controlbar);
+       return;
+       #endif
+
+       Evas_Object *l_button = NULL;
+       Evas_Object *r_button = NULL;
+       Evas_Object *m_button = NULL;
+       Elm_Object_Item *navi_it = NULL;
+
+       /* navigationbar left buttons */
+
+       /*  create buttons */
+       if (lbutton_str && 0 == safeStrCmp(lbutton_str, _("IDS_COM_BODY_BACK"))) {      /* left 'Back' button should be processed specially */
+               l_button = setting_create_button(navigate_bar, lbutton_str,
+                                                NAVI_BACK_BUTTON_STYLE,
+                                                lbutton_click_cb, cb_data);
+       } else {
+               l_button = setting_create_button(navigate_bar, lbutton_str,
+                                                NAVI_DEF_BUTTON_STYLE,
+                                                lbutton_click_cb, cb_data);
+       }
+
+
+       r_button = setting_create_button(navigate_bar, rbutton_str,
+                                        NAVI_DEF_BUTTON_STYLE,
+                                        rbutton_click_cb, cb_data);
+       m_button = setting_create_button(navigate_bar, mbutton_str,
+                                        NAVI_DEF_BUTTON_STYLE,
+                                        mbutton_click_cb, cb_data);
+
+       Elm_Object_Item *item = NULL;
+
+       /*  arrange buttons into  controlbar*/
+       if (0 == safeStrCmp(lbutton_str, _("IDS_COM_BODY_BACK"))) {     /*  do special handling */
+               /* At then, in function elm_naviframe_item_push, icon of l_button will be unset, */
+               /* Usr need set style again!! */
+               navi_it = elm_naviframe_item_push(navigate_bar, title_str, l_button, NULL, eo_view, NULL);      /* add new button */
+               elm_object_style_set(l_button, NAVI_BACK_BUTTON_STYLE); /* take into effect */
+
+               if (!rbutton_str && !mbutton_str) {     /* return directly */
+                       if (controlbar) {
+                               evas_object_del(controlbar);
+                               controlbar = NULL;
+                       }
+                       return;
+               } else {
+                       if (rbutton_str && mbutton_str) {       /* both exist.. */
+                               item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                               elm_object_item_part_content_set(item, "object", m_button);
+                               item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                               elm_object_item_part_content_set(item, "object", r_button);
+                               /* item[2] = elm_controlbar_object_item_append(controlbar, r_button, 1); */
+                       } else if (rbutton_str) {       /* r_btn exist.. */
+                               item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                               elm_object_item_part_content_set(item, "object", r_button);
+                               elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                       } else if (mbutton_str) {       /* m_btn exist.. */
+                               elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                               item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                               elm_object_item_part_content_set(item, "object", m_button);
+                       }
+
+                       elm_object_item_part_content_set(navi_it, NAVI_CONTROLBAR_PART, controlbar);
+                       return;
+               }
+       }
+
+       if (l_button)
+       {
+               item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+               elm_object_item_part_content_set(item, "object", l_button);
+       }
+       if (m_button)
+       {
+               item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+               elm_object_item_part_content_set(item, "object", m_button);
+       }
+       /* if controllbar just have one right button, let it occups 1/2. */
+       if (!l_button && !m_button)
+       {
+               elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+       }
+       if (r_button)
+       {
+               item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+               elm_object_item_part_content_set(item, "object", r_button);
+       }
+       navi_it = elm_naviframe_item_push(navigate_bar, title_str, NULL, NULL, eo_view, NULL);
+
+       elm_object_item_part_content_set(navi_it, NAVI_CONTROLBAR_PART, controlbar);
+       return;
+}
+
+/**
+* The general API to create a layout with navigation bar,
+*   which contents any evas container object(@param[eo_view]) as its content
+*
+* @param[in] eo_view   navigation bar's content
+* @param[out] titleobj   title obj of navigation bar
+*
+* return main layout of UG or App..
+*/
+Evas_Object *setting_create_layout_navi_bar(Evas_Object *win_layout, Evas_Object *win_obj, char *title_str, char *lbutton_str, char *rbutton_str, char *mbutton_str, setting_call_back_func lbutton_click_cb, setting_call_back_func rbutton_click_cb, setting_call_back_func mbutton_click_cb, void *cb_data, Evas_Object *eo_view,   /*any container obj constructed on any evas obj */
+                                           Evas_Object **navi_bar,
+                                           Evas_Object **titleobj)
+{
+
+       Evas_Object *layout = setting_create_win_layout(win_layout, win_obj);
+       *navi_bar = setting_create_navi_bar(layout);
+       /*  add controlbar */
+       Evas_Object *controlbar = elm_toolbar_add(*navi_bar);
+       setting_retvm_if(controlbar == NULL, NULL, "controlbar == NULL");
+       elm_toolbar_shrink_mode_set(controlbar, ELM_TOOLBAR_SHRINK_EXPAND);
+       elm_object_style_set(controlbar, NAVI_CONTROLBAR_STYLE);
+       if (titleobj) {         /* need output */
+               *titleobj = controlbar;
+       }
+
+       setting_create_navi_bar_buttons(title_str,
+                                       lbutton_str, rbutton_str, NULL,
+                                       lbutton_click_cb, rbutton_click_cb,
+                                       NULL, cb_data, eo_view /*content */ ,
+                                       *navi_bar, controlbar);
+       return layout;
+}
+
+/**
+* The API to create a layout with navigation bar,
+*   which contents a scroller object as its content
+*
+* @param[out] scroller   navigation bar's content
+*
+* @return a layout with a special navigation bar and at most 2 buttons
+*/
+
+Evas_Object *setting_create_layout_navi_bar_scroller(Evas_Object *win_layout,
+                                                    Evas_Object *win_obj,
+                                                    char *title_str,
+                                                    char *lbutton_str,
+                                                    char *rbutton_str,
+                                                    setting_call_back_func
+                                                    lbutton_click_cb,
+                                                    setting_call_back_func
+                                                    rbutton_click_cb,
+                                                    void *cb_data,
+                                                    Evas_Object **scroller,
+                                                    Evas_Object **navi_bar)
+{
+
+       Evas_Object *layout = setting_create_win_layout(win_layout, win_obj);
+       *navi_bar = setting_create_navi_bar(layout);
+
+       /*  add controlbar */
+       Evas_Object *controlbar = elm_toolbar_add(*navi_bar);
+       setting_retvm_if(controlbar == NULL, NULL, "controlbar == NULL");
+       elm_toolbar_shrink_mode_set(controlbar, ELM_TOOLBAR_SHRINK_EXPAND);
+       elm_object_style_set(controlbar, NAVI_CONTROLBAR_STYLE);
+
+       /*****/
+       /*  create scroller as CONTENT */
+       Evas_Object *scrl = NULL;
+       /* Evas_Object *ret = NULL; */
+       if (scroller != NULL) {
+               /* scrl =*scroller = elm_scroller_add(win_layout); */
+               scrl = *scroller = elm_scroller_add(layout);
+               retvm_if(*scroller == NULL, NULL,
+                        "Cannot set scroller object as contento of layout");
+               elm_scroller_bounce_set(*scroller, EINA_FALSE, EINA_TRUE);
+               elm_scroller_policy_set(*scroller, ELM_SCROLLER_POLICY_OFF,
+                                       ELM_SCROLLER_POLICY_AUTO);
+               evas_object_show(*scroller);
+       }
+
+       /*****/
+
+       setting_create_navi_bar_buttons(title_str,
+                                       lbutton_str, rbutton_str, NULL,
+                                       lbutton_click_cb, rbutton_click_cb,
+                                       NULL, cb_data, scrl /*content */ ,
+                                       *navi_bar, controlbar);
+       return layout;
+}
+
+/**
+* The API to create a layout with navigation bar ,
+*      which contents a genlist object as its content
+*
+* @return a layout with a special navigation bar and at most 2 buttons
+*/
+Evas_Object *setting_create_layout_navi_bar_genlist(Evas_Object *win_layout,
+                                                   Evas_Object *win_obj,
+                                                   char *title_str,
+                                                   char *lbutton_str,
+                                                   char *rbutton_str,
+                                                   setting_call_back_func
+                                                   lbutton_click_cb,
+                                                   setting_call_back_func
+                                                   rbutton_click_cb,
+                                                   void *cb_data,
+                                                   Evas_Object **genlist,
+                                                   Evas_Object **navi_bar)
+{
+       /*  win_layout -> layout */
+       Evas_Object *layout = setting_create_win_layout(win_layout, win_obj);
+
+       *navi_bar = setting_create_navi_bar(layout);
+
+       /*  add controlbar */
+       Evas_Object *controlbar = elm_toolbar_add(*navi_bar);
+       setting_retvm_if(controlbar == NULL, NULL, "controlbar == NULL");
+       elm_toolbar_shrink_mode_set(controlbar, ELM_TOOLBAR_SHRINK_EXPAND);
+       elm_object_style_set(controlbar, NAVI_CONTROLBAR_STYLE);
+
+       *genlist = elm_genlist_add(*navi_bar);
+       retvm_if(*genlist == NULL, NULL,
+                "Cannot set scroller object as contento of layout");
+       elm_genlist_clear(*genlist);    /* first to clear list */
+
+       setting_create_navi_bar_buttons(title_str,
+                                       lbutton_str, rbutton_str, NULL,
+                                       lbutton_click_cb, rbutton_click_cb,
+                                       NULL, cb_data, *genlist, *navi_bar,
+                                       controlbar);
+       return layout;
+}
+
+
+Elm_Object_Item *__push_navi_bar_bottom_buttons(char *title_str,
+                            char *lbutton_str, char *rbutton_str,
+                            char *mbutton_str,
+                            setting_call_back_func lbutton_click_cb,
+                            setting_call_back_func rbutton_click_cb,
+                            setting_call_back_func mbutton_click_cb,
+                            void *cb_data, Evas_Object *eo_view,
+                            Evas_Object *navigate_bar, Evas_Object **titleobj)
+{
+       Elm_Object_Item *navi_it = NULL;
+       Evas_Object *controlbar = NULL;
+
+       /*  arrange buttons into  controlbar*/
+       if (0 == safeStrCmp(lbutton_str, _("IDS_COM_BODY_BACK"))) {
+               Evas_Object *l_button = NULL;
+               l_button = setting_create_button(navigate_bar, lbutton_str,
+                                                NAVI_BACK_BUTTON_STYLE,
+                                                lbutton_click_cb, cb_data);
+
+               navi_it = elm_naviframe_item_push(navigate_bar, title_str, l_button, NULL, eo_view, NULL);
+               elm_object_style_set(l_button, NAVI_BACK_BUTTON_STYLE); /* take into effect */
+               if (!rbutton_str && !mbutton_str)
+               {
+                       return navi_it;
+               }
+
+               controlbar = elm_toolbar_add(navigate_bar);
+               setting_retvm_if(controlbar == NULL, navi_it, "controlbar == NULL");
+               elm_toolbar_shrink_mode_set(controlbar, ELM_TOOLBAR_SHRINK_EXPAND);
+               elm_object_style_set(controlbar, NAVI_CONTROLBAR_STYLE);
+               if (titleobj) *titleobj = controlbar;
+
+               if (rbutton_str && mbutton_str) {
+                       elm_toolbar_item_append(controlbar, NULL, mbutton_str, mbutton_click_cb, cb_data);
+                       elm_toolbar_item_append(controlbar, NULL, rbutton_str, rbutton_click_cb, cb_data);
+               } else if (rbutton_str) {
+                       int len = safeStrLen(rbutton_str);
+                       if (len < ONE_THIRD_SCREEN_STR_LEN) {
+                               elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+
+                       }
+
+                       if (len < HALF_SCREEN_STR_LEN)
+                       {
+                               elm_object_item_disabled_set(elm_toolbar_item_append(controlbar, NULL, "", NULL, NULL), EINA_TRUE);
+                       }
+                       elm_toolbar_item_append(controlbar, NULL, rbutton_str, rbutton_click_cb, cb_data);
+               } else if (mbutton_str) {
+                       elm_toolbar_item_append(controlbar, NULL, mbutton_str, mbutton_click_cb, cb_data);
+                       elm_object_item_disabled_set(elm_toolbar_item_append(controlbar, NULL, "", NULL, NULL), EINA_TRUE);
+                       elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+               }
+       } else {        /*  no need back button on navi_bar */
+               navi_it = elm_naviframe_item_push(navigate_bar, title_str, NULL, NULL, eo_view, NULL);
+               if (!lbutton_str && !rbutton_str && !mbutton_str) {
+                       return navi_it;
+               }
+
+               //remove '<-' button, insteadly using controlbar
+               Evas_Object *back_btn = elm_object_item_part_content_get(navi_it, "prev_btn");
+               elm_object_item_part_content_set(navi_it, "prev_btn", NULL);
+               evas_object_del(back_btn);
+
+               controlbar = elm_toolbar_add(navigate_bar);
+               setting_retvm_if(controlbar == NULL, navi_it, "controlbar == NULL");
+               elm_toolbar_shrink_mode_set(controlbar, ELM_TOOLBAR_SHRINK_EXPAND);
+               elm_object_style_set(controlbar, NAVI_CONTROLBAR_STYLE);
+               if (titleobj) *titleobj = controlbar;
+
+               if (lbutton_str)
+                       elm_toolbar_item_append(controlbar, NULL, lbutton_str, lbutton_click_cb, cb_data);
+               if (mbutton_str)
+                       elm_toolbar_item_append(controlbar, NULL, mbutton_str, mbutton_click_cb, cb_data);
+               if (rbutton_str)
+                       elm_toolbar_item_append(controlbar, NULL, rbutton_str, rbutton_click_cb, cb_data);
+       }
+
+       elm_object_item_part_content_set(navi_it, NAVI_CONTROLBAR_PART, controlbar);
+       return navi_it;
+}
+
+
+/**
+* The general API to push any evas object(@param[eo_view]) to the specialized navi_bar,
+*   which contents at most 3 buttons
+*/
+void
+setting_push_layout_navi_bar(char *title_str,
+                            char *lbutton_str, char *rbutton_str,
+                            char *mbutton_str,
+                            setting_call_back_func lbutton_click_cb,
+                            setting_call_back_func rbutton_click_cb,
+                            setting_call_back_func mbutton_click_cb,
+                            void *cb_data, Evas_Object *eo_view,
+                            Evas_Object *navi_bar, Evas_Object **titleobj)
+{
+#if SUPPORT_BOTTOM_BTNS
+       __push_navi_bar_bottom_buttons(title_str,
+                                    lbutton_str, rbutton_str,mbutton_str,
+                                    lbutton_click_cb,
+                                    rbutton_click_cb,
+                                    mbutton_click_cb,
+                                    cb_data, eo_view, navi_bar, titleobj);
+       return;
+#endif
+
+
+       Evas_Object *l_button = NULL;
+       Evas_Object *r_button = NULL;
+       Evas_Object *m_button = NULL;
+       Elm_Object_Item *navi_it = NULL;
+       Evas_Object *controlbar = NULL;
+
+       /*  create buttons */
+       if (lbutton_str && 0 == safeStrCmp(lbutton_str, _("IDS_COM_BODY_BACK"))) {      /* left 'Back' button should be processed specially */
+               l_button = setting_create_button(navi_bar, lbutton_str,
+                                                NAVI_BACK_BUTTON_STYLE,
+                                                lbutton_click_cb, cb_data);
+       } else {
+               l_button = setting_create_button(navi_bar, lbutton_str,
+                                                NAVI_DEF_BUTTON_STYLE,
+                                                lbutton_click_cb, cb_data);
+       }
+       r_button = setting_create_button(navi_bar, rbutton_str,
+                                        NAVI_DEF_BUTTON_STYLE,
+                                        rbutton_click_cb, cb_data);
+       m_button = setting_create_button(navi_bar, mbutton_str,
+                                        NAVI_DEF_BUTTON_STYLE,
+                                        mbutton_click_cb, cb_data);
+
+       Elm_Object_Item *item = NULL;
+
+       /*  arrange buttons into  controlbar*/
+       if (0 == safeStrCmp(lbutton_str, _("IDS_COM_BODY_BACK"))) {     /*  need back button on navi_bar */
+               navi_it = elm_naviframe_item_push(navi_bar, title_str, l_button, NULL, eo_view, NULL);
+               elm_object_style_set(l_button, NAVI_BACK_BUTTON_STYLE); /* take into effect */
+               if (!rbutton_str && !mbutton_str)
+               {
+                       return;
+               }
+
+               controlbar = elm_toolbar_add(navi_bar);
+               setting_retm_if(controlbar == NULL, "controlbar == NULL");
+               elm_toolbar_shrink_mode_set(controlbar, ELM_TOOLBAR_SHRINK_EXPAND);
+               elm_object_style_set(controlbar, NAVI_CONTROLBAR_STYLE);
+               if (titleobj) *titleobj = controlbar;
+
+               if (rbutton_str && mbutton_str) {
+                       item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                       elm_object_item_part_content_set(item, "object", m_button);
+                       item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                       elm_object_item_part_content_set(item, "object", r_button);
+               } else if (rbutton_str) {
+                       if (0 ==
+                           safeStrCmp(rbutton_str, _(KeyStr_INFO))) {
+                               elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                               item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                               elm_object_item_part_content_set(item, "object", r_button);
+                       } else {
+                               int len = safeStrLen(rbutton_str);
+                               item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                               elm_object_item_part_content_set(item, "object", r_button);
+
+                               if (len < HALF_SCREEN_STR_LEN)
+                               {
+                                       elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                               }
+                               if (len < ONE_THIRD_SCREEN_STR_LEN)
+                               {
+                                       elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                               }
+                       }
+
+               } else if (mbutton_str) {
+                       item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                       elm_object_item_part_content_set(item, "object", m_button);
+                       elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                       elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+               }
+       } else {        /*  no need back button on navi_bar */
+               navi_it = elm_naviframe_item_push(navi_bar, title_str, NULL, NULL, eo_view, NULL);
+               if (!lbutton_str && !rbutton_str && !mbutton_str)
+               {
+                       return;
+               }
+
+               //remove '<-' button, insteadly using controlbar
+               Evas_Object *back_btn = elm_object_item_part_content_get(navi_it, "prev_btn");
+               elm_object_item_part_content_set(navi_it, "prev_btn", NULL);
+               evas_object_del(back_btn);
+
+               controlbar = elm_toolbar_add(navi_bar);
+               setting_retm_if(controlbar == NULL, "controlbar == NULL");
+               elm_toolbar_shrink_mode_set(controlbar, ELM_TOOLBAR_SHRINK_EXPAND);
+               elm_object_style_set(controlbar, NAVI_CONTROLBAR_STYLE);
+               if (titleobj) *titleobj = controlbar;
+
+               if (l_button)
+               {
+                       item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                       elm_object_item_part_content_set(item, "object", l_button);
+               }
+               if (m_button)
+               {
+                       item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                       elm_object_item_part_content_set(item, "object", m_button);
+               }
+               if (r_button)
+               {
+                       item = elm_toolbar_item_append(controlbar, NULL, NULL, NULL, NULL);
+                       elm_object_item_part_content_set(item, "object", r_button);
+               }
+       }
+
+       elm_object_item_part_content_set(navi_it, NAVI_CONTROLBAR_PART, controlbar);
+
+       return;
+}
+
+/**
+* The API to push a scroller object(@param[scroller]) to the specialized navi_bar,
+*   which contents at most 2 buttons
+*/
+
+void
+setting_push_layout_navi_bar_scroller(Evas_Object *win_main, char *title_str,
+                                     char *lbutton_str, char *rbutton_str,
+                                     setting_call_back_func lbutton_click_cb,
+                                     setting_call_back_func rbutton_click_cb,
+                                     void *cb_data,
+                                     Evas_Object **scroller,
+                                     Evas_Object *navi_bar)
+{
+       /*  create scroller */
+       Evas_Object *scrl = NULL;
+       if (scroller != NULL) {
+               scrl = *scroller = elm_scroller_add(win_main);
+               retm_if(*scroller == NULL,
+                       "Cannot set scroller as contento of layout");
+               elm_scroller_bounce_set(*scroller, EINA_FALSE, EINA_TRUE);
+               elm_scroller_policy_set(*scroller, ELM_SCROLLER_POLICY_OFF,
+                                       ELM_SCROLLER_POLICY_AUTO);
+
+               evas_object_show(*scroller);
+       }
+
+       setting_push_layout_navi_bar(title_str,
+                                    lbutton_str, rbutton_str, NULL,
+                                    lbutton_click_cb,
+                                    rbutton_click_cb,
+                                    NULL, cb_data, scrl, navi_bar, NULL);
+}
+
+/**
+* @ The API to push a genlist object(@param[genlist]) to the specialized navi_bar,
+*   which contents at most 2 buttons
+*/
+void
+setting_push_layout_navi_bar_genlist(Evas_Object *win_layout,
+                                    Evas_Object *win_obj, char *title_str,
+                                    char *lbutton_str, char *rbutton_str,
+                                    setting_call_back_func lbutton_click_cb,
+                                    setting_call_back_func rbutton_click_cb,
+                                    void *cb_data, Evas_Object **genlist,
+                                    Evas_Object *navi_bar)
+{
+       /*  create scroller */
+       Evas_Object *gl = NULL;
+       if (genlist != NULL) {
+               gl = *genlist = elm_genlist_add(win_layout);
+               retm_if(*genlist == NULL,
+                       "Cannot set scroller object  as contento of layout");
+               elm_genlist_clear(gl);  /* first to clear list */
+       }
+
+       setting_push_layout_navi_bar(title_str,
+                                    lbutton_str, rbutton_str, NULL,
+                                    lbutton_click_cb,
+                                    rbutton_click_cb,
+                                    NULL, cb_data, gl, navi_bar, NULL);
+}
+
+/**
+* Create a text box, which cannot be edited, just to show a specilization segment.
+*
+* @return a text box, which cannot be edited
+*/
+Evas_Object *setting_create_textbox(Evas_Object *parent, const char *content)
+{
+       Evas_Object *obj = NULL;
+
+       obj = elm_entry_add(parent);
+       evas_object_size_hint_weight_set(obj, EVAS_HINT_EXPAND, 0.0);
+       evas_object_size_hint_align_set(obj, EVAS_HINT_FILL, 0.5);
+       elm_entry_single_line_set(obj, 0);
+       /* elm_entry_line_wrap_set(obj, 1); */
+       elm_entry_editable_set(obj, 0);
+       elm_entry_context_menu_disabled_set(obj, 1);
+
+       /* setting_disable_evas_object(obj); ***disable any events on entry */
+
+       elm_entry_entry_set(obj, content);
+       evas_object_show(obj);
+
+       return obj;
+}
+
+/**
+* Check if some item is selected in done-list
+*/
+
+bool setting_done_list_is_some_item_selected(Setting_Done_List_Data *list_data)
+{
+       SETTING_TRACE_BEGIN;
+       bool isFound = FALSE;   /* wether can found some item checked */
+       int idx = 1;
+       int state = 0;
+       for (; idx < list_data->cur_item_num; idx++) {
+               state =
+                   elm_check_state_get(list_data->chk_items[idx].
+                                       data_GenItem->eo_check);
+               if (state) {
+                       isFound = TRUE;
+                       break;
+               }
+       }
+       return isFound;
+}
+
+/**
+* show selectinfo popup
+*/
+void sel_info_popup_show_cb(void *data, Evas *e, Evas_Object *obj,
+                           void *event_info)
+{
+       Evas_Object *layout = data;
+       edje_object_signal_emit(_EDJ(layout),
+                               "elm,layout,content,bottom_padding",
+                               "layout");
+}
+
+/**
+* hide selectinfo popup
+*/
+void sel_info_popup_hide_cb(void *data, Evas *e, Evas_Object *obj,
+                           void *event_info)
+{
+       Evas_Object *layout = data;
+       edje_object_signal_emit(_EDJ(layout), "elm,layout,content,default",
+                               "layout");
+}
+
+/**
+* Create selectinfo popup
+*/
+void setting_create_sel_info_popup(Evas_Object *parent,
+                                  Evas_Object **selInfoPop_layout,
+                                  Evas_Object **selInfoPop)
+{
+       SETTING_TRACE_BEGIN;
+       SETTING_TRACE("*selInfoPop:%p", *selInfoPop);
+       if (!(*selInfoPop)) {
+               /*  Add notify */
+               *selInfoPop = elm_notify_add(parent);
+               elm_notify_orient_set(*selInfoPop, ELM_NOTIFY_ORIENT_BOTTOM);
+               evas_object_size_hint_weight_set(*selInfoPop, EVAS_HINT_EXPAND,
+                                                EVAS_HINT_EXPAND);
+               evas_object_size_hint_align_set(*selInfoPop, EVAS_HINT_FILL,
+                                               EVAS_HINT_FILL);
+
+               /*  Callback add */
+               /* evas_object_smart_callback_add(*selInfoPop, "timeout", _timeout_cb, NULL); */
+               evas_object_event_callback_add(*selInfoPop, EVAS_CALLBACK_SHOW,
+                                              sel_info_popup_show_cb, parent);
+               evas_object_event_callback_add(*selInfoPop, EVAS_CALLBACK_HIDE,
+                                              sel_info_popup_hide_cb, parent);
+
+               /*  list_data->selInfoPop layout add */
+               *selInfoPop_layout = elm_layout_add(*selInfoPop);
+
+               elm_layout_theme_set(*selInfoPop_layout, "standard",
+                                    "selectioninfo", "vertical/bottom_12");
+               /* edje_object_signal_callback_add(_EDJ(list_data->selInfoPop_layout), "elm,action,click", "", _clicked_cb, NULL); */
+               /*  list_data->selInfoPop layout content set to notify */
+               elm_object_content_set(*selInfoPop, *selInfoPop_layout);
+       }
+
+       evas_object_show(*selInfoPop);
+}
+
+/**
+* Do process when clicking the check object in the done-list item
+*/
+void setting_done_list_Gendial_chk_btn_cb(void *data, Evas_Object *obj,
+                                         void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       Setting_Done_List_Data *list_data = list_item->userdata;
+
+       list_item->chk_status = elm_check_state_get(obj);       /*  for genlist update status */
+       int sel_num = 0;
+       setting_create_sel_info_popup(list_data->ly_parent,
+                                     &(list_data->selInfoPop_layout),
+                                     &(list_data->selInfoPop));
+       elm_object_item_data_set(list_item->item, list_item);
+       elm_genlist_item_update(list_item->item);
+
+       int idx = 1;
+       if (0 == safeStrCmp(KeyStr_Select_All, list_item->keyStr)) {    /* if(obj == chk_sel_all) */
+               /* SETTING_TRACE("Select All"); */
+               if (list_item->chk_status) {
+                       /* set all other checks state to be 1 */
+                       for (idx = 1; idx < list_data->cur_item_num; idx++) {
+                               /* elm_check_state_set(list_data->chk_items[idx].data_GenItem->eo_check, 1); */
+                               list_data->chk_items[idx].
+                                   data_GenItem->chk_status = 1;
+                               elm_object_item_data_set(list_data->chk_items[idx].data_GenItem->item, list_data->chk_items[idx].data_GenItem);
+                               elm_genlist_item_update(list_data->chk_items[idx].data_GenItem->item);
+                       }
+                       sel_num = list_data->cur_item_num - 1;
+               } else {
+                       /* set all other checks state to be 0 */
+                       for (idx = 1; idx < list_data->cur_item_num; idx++) {
+                               /* elm_check_state_set(list_data->chk_items[idx].data_GenItem->eo_check, 0); */
+                               list_data->chk_items[idx].
+                                   data_GenItem->chk_status = 0;
+                               elm_object_item_data_set(list_data->chk_items[idx].data_GenItem->item, list_data->chk_items [idx].data_GenItem);
+                               elm_genlist_item_update(list_data->chk_items[idx].data_GenItem->item);
+                       }
+                       sel_num = 0;
+               }
+               /* return; */
+       } else {
+               /* SETTING_TRACE("Select %s", _(list_item->keyStr)); */
+               /* else for other checks, do rotinue checking */
+               bool isFound = FALSE;   /* wether found the item not checked */
+               for (idx = 1; idx < list_data->cur_item_num; idx++) {
+
+                       if (!list_data->chk_items[idx].data_GenItem->chk_status) {
+                               /* SETTING_TRACE("%s not select", _(list_data->chk_items[idx].item_name)); */
+                               isFound = TRUE;
+                               /* break; */
+                       } else {
+                               /* SETTING_TRACE("%s select", _(list_data->chk_items[idx].item_name)); */
+                               sel_num++;
+                       }
+               }
+
+               if (isFound) {  /* reset state of chk_sel_all */
+                       /* elm_check_state_set(list_data->chk_items[0].data_GenItem->eo_check, 0); */
+                       list_data->chk_items[0].data_GenItem->chk_status = 0;
+               } else {
+                       /* elm_check_state_set(list_data->chk_items[0].data_GenItem->eo_check, 1); */
+                       list_data->chk_items[0].data_GenItem->chk_status = 1;
+               }
+               elm_object_item_data_set(list_data->chk_items[0].data_GenItem->item, list_data->chk_items[0].data_GenItem);
+               elm_genlist_item_update(list_data->chk_items[0].data_GenItem->item);
+       }
+       /* SETTING_TRACE("sel_num:%d", sel_num); */
+       if (!sel_num) {
+               evas_object_hide(list_data->selInfoPop);
+               elm_object_item_disabled_set(elm_toolbar_last_item_get
+                                                (list_data->controllbar),
+                                                EINA_TRUE);
+               return;
+       }
+       elm_object_item_disabled_set(elm_toolbar_last_item_get
+                                        (list_data->controllbar), EINA_FALSE);
+       char text[MAX_DISPLAY_NAME_LEN_ON_UI];
+       if (sel_num == 1)
+               snprintf(text, sizeof(text), "%d Item Selected", sel_num);
+       else
+               snprintf(text, sizeof(text), "%d Items Selected", sel_num);
+
+       /*  text set and timeout set */
+       edje_object_part_text_set(_EDJ(list_data->selInfoPop_layout),
+                                 "elm.text", text);
+}
+
+static void setting_done_list_Gendial_mouse_up_cb(void *data, Evas_Object *obj,
+                                                 void *event_info)
+{
+       /* error check */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       int old_status = elm_check_state_get(list_item->eo_check);
+       /* new status */
+       list_item->chk_status = !old_status;
+       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+
+       /* other process.. */
+       Setting_Done_List_Data *list_data = list_item->userdata;
+       int sel_num = 0;
+       setting_create_sel_info_popup(list_data->ly_parent,
+                                     &(list_data->selInfoPop_layout),
+                                     &(list_data->selInfoPop));
+
+       int idx = 1;
+       if (0 == safeStrCmp(KeyStr_Select_All, list_item->keyStr)) {    /* if(obj == chk_sel_all) */
+               /* SETTING_TRACE("Select All"); */
+               /* SETTING_TRACE("Select %s", _(list_item->keyStr)); */
+               if (list_item->chk_status) {
+                       /* set all other checks state to be 1 */
+                       for (idx = 1; idx < list_data->cur_item_num; idx++) {
+                               /* elm_check_state_set(list_data->chk_items[idx].data_GenItem->eo_check, 1); */
+                               list_data->chk_items[idx].
+                                   data_GenItem->chk_status = 1;
+                               elm_object_item_data_set(list_data->chk_items[idx].data_GenItem->item, list_data->chk_items [idx].data_GenItem);
+                               elm_genlist_item_update(list_data->chk_items [idx].data_GenItem->item);
+                       }
+                       sel_num = list_data->cur_item_num - 1;
+               } else {
+                       /* set all other checks state to be 0 */
+                       for (idx = 1; idx < list_data->cur_item_num; idx++) {
+                               /* elm_check_state_set(list_data->chk_items[idx].data_GenItem->eo_check, 0); */
+                               list_data->chk_items[idx].
+                                   data_GenItem->chk_status = 0;
+                               elm_object_item_data_set(list_data->chk_items[idx].data_GenItem->item, list_data->chk_items[idx].data_GenItem);
+                               elm_genlist_item_update(list_data->chk_items[idx].data_GenItem->item);
+                       }
+                       sel_num = 0;
+               }
+               /* return; */
+       } else {
+               /* SETTING_TRACE("Select %s", _(list_item->keyStr)); */
+               /* else for other checks, do rotinue checking */
+               bool isFound = FALSE;   /* wether found the item not checked */
+               for (idx = 1; idx < list_data->cur_item_num; idx++) {
+
+                       if (!list_data->chk_items[idx].data_GenItem->chk_status) {
+                               /* SETTING_TRACE("%s not select", _(list_data->chk_items[idx].item_name)); */
+                               isFound = TRUE;
+                               /* break; */
+                       } else {
+                               /* SETTING_TRACE("%s select", _(list_data->chk_items[idx].item_name)); */
+                               sel_num++;
+                       }
+               }
+
+               if (isFound) {  /* reset state of chk_sel_all */
+                       /* elm_check_state_set(list_data->chk_items[0].data_GenItem->eo_check, 0); */
+                       list_data->chk_items[0].data_GenItem->chk_status = 0;
+               } else {
+                       /* elm_check_state_set(list_data->chk_items[0].data_GenItem->eo_check, 1); */
+                       list_data->chk_items[0].data_GenItem->chk_status = 1;
+               }
+               elm_object_item_data_set(list_data->chk_items[0].data_GenItem->item, list_data->chk_items[0].data_GenItem);
+               elm_genlist_item_update(list_data->chk_items[0].data_GenItem->item);
+       }
+       /* SETTING_TRACE("sel_num:%d", sel_num); */
+       if (!sel_num) {
+               elm_object_item_disabled_set(elm_toolbar_last_item_get
+                                                (list_data->controllbar),
+                                                EINA_TRUE);
+               evas_object_hide(list_data->selInfoPop);
+               return;
+       }
+       elm_object_item_disabled_set(elm_toolbar_last_item_get
+                                        (list_data->controllbar), EINA_FALSE);
+       char text[MAX_DISPLAY_NAME_LEN_ON_UI];
+       if (sel_num == 1)
+               snprintf(text, sizeof(text), "%d Item Selected", sel_num);
+       else
+               snprintf(text, sizeof(text), "%d Items Selected", sel_num);
+
+       /*  text set and timeout set */
+       edje_object_part_text_set(_EDJ(list_data->selInfoPop_layout),
+                                 "elm.text", text);
+}
+
+/**
+* The API to create done-list.
+*
+* @param[in] list_data
+* @return a done-list
+*/
+Evas_Object *setting_create_done_list(Setting_Done_List_Data *list_data)
+{
+       SETTING_TRACE_BEGIN;
+       Evas_Object *sub_layout = elm_layout_add(list_data->win_main);
+       elm_layout_file_set(sub_layout, SETTING_THEME_EDJ_NAME,
+                           "search_layout");
+       evas_object_size_hint_weight_set(sub_layout, EVAS_HINT_EXPAND, 0.0);
+       evas_object_show(sub_layout);
+
+       setting_create_Gendial_itc("select_all", &(list_data->itc_sel_all));
+       setting_create_Gendial_itc("1text.1icon.2",
+                                  &(list_data->itc_1text_1icon));
+
+       Evas_Object *gl_sel_all = elm_genlist_add(list_data->win_main);
+       retvm_if(gl_sel_all == NULL, NULL, "gl_sel_all == NULL");
+       elm_genlist_clear(gl_sel_all);  /* first to clear list */
+       elm_genlist_bounce_set(gl_sel_all, 0, 0);
+
+       Evas_Object *scroller = elm_genlist_add(list_data->win_main);
+       retvm_if(scroller == NULL, NULL, "scroller == NULL");
+       elm_genlist_clear(scroller);    /* first to clear list */
+       elm_object_part_content_set(sub_layout, "search_list", scroller);
+       elm_object_part_content_set(sub_layout, "search_bar", gl_sel_all);
+
+       list_data->chk_items[0].data_GenItem = setting_create_Gendial_field_def(gl_sel_all, &(list_data->itc_sel_all), setting_done_list_Gendial_mouse_up_cb, list_data, SWALLOW_Type_1CHECK,   /* SWALLOW_Type_CHECK_ALL, */
+                                                                               NULL,
+                                                                               NULL,
+                                                                               0,
+                                                                               list_data->chk_items
+                                                                               [0].item_name,
+                                                                               NULL,
+                                                                               setting_done_list_Gendial_chk_btn_cb);
+
+       if (list_data->chk_items[0].data_GenItem) {
+               list_data->chk_items[0].data_GenItem->userdata = list_data;
+       } else {
+               SETTING_TRACE_ERROR("list_data->chk_items[0].data_GenItem is NULL");
+       }
+
+       int index = 1;
+       for (; index < list_data->cur_item_num; index++) {
+               list_data->chk_items[index].data_GenItem =
+                   setting_create_Gendial_field_def(scroller,
+                                                    &
+                                                    (list_data->itc_1text_1icon),
+                                                    setting_done_list_Gendial_mouse_up_cb,
+                                                    list_data,
+                                                    SWALLOW_Type_1CHECK, NULL,
+                                                    NULL, 0,
+                                                    list_data->chk_items
+                                                    [index].item_name, NULL,
+                                                    setting_done_list_Gendial_chk_btn_cb);
+               if (list_data->chk_items[index].data_GenItem) {
+                       list_data->chk_items[index].data_GenItem->userdata = list_data;
+               } else {
+                       SETTING_TRACE_ERROR("list_data->chk_items[index].data_GenItem is NULL");
+               }
+
+       }
+
+       return sub_layout;
+}
+
+/**
+* Get searchbar text and register redraw_cb by idler.
+*
+* @param[in] data
+* @param[in] search_bar
+* @param[in] search_text
+* @param[in] search_idler
+* @param[in] redraw_cb
+*/
+int setting_searchbar_redraw(void *data,
+                          Evas_Object *search_bar,
+                          char *search_text,
+                          Ecore_Idler **search_idler,
+                          Ecore_Task_Cb redraw_cb)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(search_bar == NULL, -1, "search_bar parameter is NULL");
+       const char *str = elm_object_text_get(search_bar);
+       int str_len = safeStrLen(str);
+       setting_retvm_if(str_len > MAX_SEARCH_STR_LEN, -1, "str_len > MAX_SEARCH_STR_LEN");
+
+       memset(search_text, '\0', MAX_SEARCH_STR_LEN + 1);
+       safeCopyStr(search_text, str, MAX_SEARCH_STR_LEN);
+
+       SETTING_TRACE("Update the search view text, search_text=%s",
+                       search_text);
+
+       if (*search_idler) {
+               ecore_idler_del(*search_idler);
+               *search_idler = NULL;
+       }
+       *search_idler = ecore_idler_add(redraw_cb, data);
+       return 0;
+}
+
+/**
+* Searchbar cancel click cb.
+*
+* @param[in] data
+* @param[in] obj
+* @param[in] event_info
+*/
+static void __searchbar_cancel_clicked_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       Evas_Object *searchbar = (Evas_Object *)data;
+
+       Evas_Object *en = elm_object_part_content_get(searchbar, "elm.swallow.content");
+       Ecore_IMF_Context *imf_context = (Ecore_IMF_Context *)elm_entry_imf_context_get(en);
+       if (imf_context) {
+               ecore_imf_context_input_panel_hide(imf_context);
+       }
+}
+
+/**
+* Create searchar, register change cb and cancel cb.
+*
+* @param[in] data
+* @param[in] parent
+* @param[in] change_cb
+* @param[in] cancel_cb
+*/
+Evas_Object *setting_create_searchbar(void *data, Evas_Object *parent,
+                                        Evas_Smart_Cb change_cb,
+                                        Evas_Smart_Cb cancel_cb)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(parent == NULL, NULL, "parent parameter is NULL");
+       Evas_Object *search_bar = edje_object_part_external_object_get(_EDJ(parent), "searchbar");
+
+       Evas_Object *en = elm_object_part_content_get(search_bar, "elm.swallow.content");
+       elm_entry_input_panel_layout_set(en, ELM_INPUT_PANEL_LAYOUT_NORMAL);
+
+       elm_object_part_text_set(search_bar, "elm.guidetext", _("IDS_COM_SK_SEARCH"));
+
+       if (change_cb) {
+               evas_object_smart_callback_add(en, "delay-changed", change_cb, data);
+       }
+
+       if (!cancel_cb){
+               cancel_cb = __searchbar_cancel_clicked_cb;
+       }
+       evas_object_smart_callback_add(search_bar, "cancel,clicked",
+                                      cancel_cb, search_bar);
+
+       evas_object_show(search_bar);
+       return search_bar;
+}
+
+/**
+* Make it no effect when clicking on a evas object and its sub-objects, such as, layout, genlist
+*
+* @param[in] obj
+*/
+void setting_disable_evas_object(Evas_Object *obj)
+{                              /* layout\genlist\scroller\elm_entry  etc.. */
+       if (obj) {
+               evas_object_pass_events_set(obj, EINA_TRUE);
+       }
+}
+
+/**
+* Make it normal acting when clicking on a evas object, such as, layout, genlist
+*
+* @param[in] obj
+*/
+void setting_enable_evas_object(Evas_Object *obj)
+{
+       if (obj) {
+               evas_object_pass_events_set(obj, EINA_FALSE);
+       }
+}
+
+/**
+* To disable a specialized genlist item
+*
+* @param[in] item
+*/
+void setting_disable_genlist_item(Elm_Object_Item *item)
+{
+       if (item) {
+               elm_object_item_disabled_set(item, EINA_TRUE); /* make it be dim displayed */
+       }
+}
+
+/**
+* To enable a specialized genlist item
+*
+* @param[in] item
+*/
+void setting_enable_genlist_item(Elm_Object_Item *item)
+{
+       if (item) {
+               elm_object_item_disabled_set(item, EINA_FALSE); /* make it be normally displayed */
+       }
+}
+
+/**
+* To resize a evas object, such as, icon, button..
+*
+* @param[in] obj
+* @param[in] w
+* @param[in] h
+*/
+void setting_resize_object(Evas_Object *obj, Evas_Coord w, Evas_Coord h)
+{
+       if (obj) {
+               evas_object_size_hint_min_set(obj, w, h);
+               evas_object_size_hint_max_set(obj, w, h);
+               evas_object_resize(obj, w, h);
+       }
+}
+
+/**
+* To create a bg object
+*
+* @param[in] parent
+* @param[in] bg_style
+* @return bg object
+*/
+Evas_Object *setting_create_bg(Evas_Object *parent,Evas_Object *win, const char *bg_style)
+{
+       retv_if(!parent, NULL);
+       Evas_Object *bg = elm_bg_add(parent);
+       retv_if(!bg, NULL);
+       elm_object_style_set(bg, bg_style);
+       evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND,
+                                        EVAS_HINT_EXPAND);
+       elm_win_resize_object_add(win, bg);
+       evas_object_show(bg);
+       return bg;
+}
+
+
+#define DIFF_TIMES     2
+/**
+* To make an object which is operated by setting_dim_evas_object normal color
+*
+* @param[in] obj
+* @param[in] b_transparency_set:
+*      1:the appearence of obj is made up of transparent backgroud color.
+*      0:the appearence of obj is made up of non transparent color.
+*/
+void setting_undo_dim_evas_object(Evas_Object *obj, bool b_transparenct)
+{
+       if (obj) {
+               int r;
+               int g;
+               int b;
+               int a;
+               evas_object_color_get(obj, &r, &g, &b, &a);
+               if (b_transparenct) {//the appearence of obj is made up of transparent backgroud color.
+                       a *= DIFF_TIMES;
+               }
+               evas_object_color_set(obj, r * DIFF_TIMES, g * DIFF_TIMES, b * DIFF_TIMES, a);
+       }
+}
+
+/**
+* To make an object dim color
+*
+* @param[in] obj
+* @param[in] b_transparency_set:
+*      1:the appearence of obj is made up of transparent backgroud color.
+*      0:the appearence of obj is made up of non transparent color.
+*/
+void setting_dim_evas_object(Evas_Object *obj, bool b_transparenct)
+{
+       if (obj) {
+               int r;
+               int g;
+               int b;
+               int a;
+               evas_object_color_get(obj, &r, &g, &b, &a);
+               if (b_transparenct) {//the appearence of obj is made up of transparent backgroud color.
+                       a /= DIFF_TIMES;
+               }
+               evas_object_color_set(obj, r / DIFF_TIMES, g / DIFF_TIMES, b / DIFF_TIMES, a);
+       }
+}
+
+static void __btn_select_cb(void *data, Evas *e, Evas_Object *obj, void *event_info)
+{
+       setting_dim_evas_object(obj, FALSE);
+}
+
+static void __btn_release_cb(void *data, Evas *e, Evas_Object *obj, void *event_info)
+{
+       setting_undo_dim_evas_object(obj, FALSE);
+}
+
+/**
+* To make an object looks clickable: if pressed, it is dim color;if unpressed, it is normal color;
+*
+* @param[in] obj
+*/
+void setting_make_evas_object_clickable(Evas_Object *obj)
+{
+       if (obj) {
+               evas_object_event_callback_add(obj, EVAS_CALLBACK_MOUSE_DOWN, __btn_select_cb, NULL);
+               evas_object_event_callback_add(obj, EVAS_CALLBACK_MOUSE_UP, __btn_release_cb, NULL);
+       }
+}
+
+/**
+* To create an icon which looks clickable(if pressed, it is dim color;if unpressed, it is normal color)
+*
+* @param[in] parent
+* @param[in] img_path
+* @param[in] up_cb
+* @param[in] down_cb
+* @param[in] move_cb
+* @param[in] data
+*/
+Evas_Object *setting_create_icon(Evas_Object *parent, const char *img_path,
+                                Evas_Object_Event_Cb up_cb,
+                                Evas_Object_Event_Cb down_cb,
+                                Evas_Object_Event_Cb move_cb,
+                                void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(!parent || !img_path, NULL);
+       Evas_Object *icon = elm_icon_add(parent);
+       retvm_if(!icon, NULL, "Failed Create icon!");
+       elm_icon_file_set(icon, img_path, NULL);
+       setting_make_evas_object_clickable(icon);
+
+       if (up_cb) {
+               evas_object_event_callback_add(icon, EVAS_CALLBACK_MOUSE_UP,
+                                               up_cb, data);
+       }
+       if (down_cb) {
+               evas_object_event_callback_add(icon, EVAS_CALLBACK_MOUSE_DOWN,
+                                               down_cb, data);
+       }
+       if (move_cb) {
+               evas_object_event_callback_add(icon, EVAS_CALLBACK_MOUSE_MOVE,
+                                               move_cb, data);
+       }
+
+       return icon;
+}
+
+/**
+* To create a button which only has a image and looks clickable
+* (if pressed, it is dim color;if unpressed, it is normal color)
+* @param[in] parent
+* @param[in] img_path
+* @param[in] up_cb
+* @param[in] down_cb
+* @param[in] move_cb
+* @param[in] data
+*/
+Evas_Object *setting_create_image_button(Evas_Object *parent,
+                                       const char *btn_img,
+                                       setting_call_back_func clicked_cb,
+                                       setting_call_back_func unpressed_cb,
+                                       void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(!parent, NULL);
+       Evas_Object *btn = elm_button_add(parent);
+       retvm_if(!btn, NULL, "Failed Create button!");
+       if (clicked_cb) {
+               evas_object_smart_callback_add(btn, "clicked", clicked_cb, data);
+       }
+
+       if (unpressed_cb) {
+               evas_object_smart_callback_add(btn, "unpressed", unpressed_cb, data);
+       }
+
+       if (btn_img) {
+               Evas_Object *icon = elm_icon_add(parent);
+               retvm_if(!icon, NULL, "Failed Create icon!");
+               elm_icon_file_set(icon, btn_img, NULL);
+               elm_object_part_content_set(btn, "elm.swallow.content", icon);
+               setting_make_evas_object_clickable(btn);
+       }
+
+       return btn;
+}
+
+
+
+/*
+* set font_size, color or align(right, left, middle),if need, you
+* can add </font_siz>, </color> or </align> to controll a segment words; or else
+* the text will take the same effect until the end of text.
+* @param[in] input_str
+* @param[in] font_size
+* @param[in] color
+* @param[in] align :may be right, left, middle/center
+*/
+char *setting_customize_text(const char *input_str, const int font_size,
+                                const char *color, const char *align)
+{
+       SETTING_TRACE_BEGIN;
+       char speciliztion[MAX_SPECIALIZITION_LEN] = { 0, };
+
+       //<font_size=%d><align=middle><color=#9C9C9C>bbb</color></align></font_size>
+       if (font_size > 0)
+       {
+               snprintf(speciliztion, sizeof(speciliztion),
+                        "<font_size=%d>", font_size);
+       }
+
+       if (align)
+       {
+           g_strlcat(speciliztion, "<align=", MAX_SPECIALIZITION_LEN);
+           g_strlcat(speciliztion, align, MAX_SPECIALIZITION_LEN);
+           g_strlcat(speciliztion, ">", MAX_SPECIALIZITION_LEN);
+       }
+
+       if (color)
+       {
+               g_strlcat(speciliztion, "<color=", MAX_SPECIALIZITION_LEN);
+               g_strlcat(speciliztion, color, MAX_SPECIALIZITION_LEN);
+               g_strlcat(speciliztion, ">", MAX_SPECIALIZITION_LEN);
+       }
+       g_strlcat(speciliztion, input_str, MAX_SPECIALIZITION_LEN);
+
+       if (color)
+       {
+               g_strlcat(speciliztion, "</color>", MAX_SPECIALIZITION_LEN);
+       }
+       if (align)
+       {
+               g_strlcat(speciliztion, "</align>", MAX_SPECIALIZITION_LEN);
+       }
+       if (font_size > 0)
+       {
+               g_strlcat(speciliztion, "</font_size>", MAX_SPECIALIZITION_LEN);
+       }
+
+       SETTING_TRACE("Exit %s, return :%s", __FUNCTION__, speciliztion);
+       return (char *)strdup(speciliztion);;
+}
+
diff --git a/setting-common/src/setting-common-general-func.c b/setting-common/src/setting-common-general-func.c
new file mode 100644 (file)
index 0000000..17dc6a6
--- /dev/null
@@ -0,0 +1,868 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <ail.h>
+#include <setting-common-general-func.h>
+#include <setting-common-data-slp-setting.h>
+
+#include <glib.h>
+#include <iniparser.h>
+#include <dlfcn.h>
+#define SETTING_USB_DEFAULT_MODE       0
+#define DEFAULT_USB_BUF_SIZE   64
+
+char *setting_file_basename(char *path)
+{
+       if (NULL == path || '\0' == path[0]) {
+               return NULL;    /* invalid arguement */
+       }
+       char *p = strrchr(path, '/');
+       if (!p) {
+               return (char *)g_strdup(path);  /*  cannot find '/' */
+       }
+       if ('\0' == p[1]) {
+               return NULL;    /* end with '/' */
+       }
+       return (char *)g_strdup(p + 1);
+}
+
+char *get_pa_usb_connect_mode_str()
+{
+       int ret = SETTING_RETURN_FAIL;
+       int value, selMode;
+       char title_default_usb_subtitle[DEFAULT_USB_BUF_SIZE];
+
+       ret = vconf_get_int(VCONFKEY_SETAPPL_USB_MODE_INT, &value);
+       setting_retvm_if(SETTING_RETURN_FAIL == ret, NULL, "Failed to get vconf value");        /* file system exceptional handle */
+
+       switch (value)
+       {
+       case SETTING_USB_NONE_MODE:
+               ret = vconf_get_int(VCONFKEY_SETAPPL_USB_SEL_MODE_INT, &selMode);
+               setting_retvm_if(SETTING_RETURN_FAIL == ret, NULL, "Failed to get vconf value");
+               if (SETTING_USB_DEBUG_MODE == selMode)
+                       return (char*)g_strdup(_("IDS_ST_BODY_USB_DEBUGGING"));
+       case SETTING_USB_DEFAULT_MODE:
+               snprintf(title_default_usb_subtitle, DEFAULT_USB_BUF_SIZE, "USB %s",  _("IDS_COM_BODY_DEFAULT"));
+               return (char*)g_strdup(title_default_usb_subtitle);
+       case SETTING_USB_DEBUG_MODE:
+               return (char*)g_strdup(_("IDS_ST_BODY_USB_DEBUGGING"));
+       default:
+               return NULL;
+       }
+}
+
+char *get_pa_theme_name_str()
+{
+       int ret = SETTING_RETURN_FAIL;
+       int err;
+       char value[SETTING_STR_SLP_LEN] = { 0, };
+       char *name;
+       char *ext;
+       ret = setting_get_string_slp_key(STR_SLP_SETTING_THEME_NAME, value, &err);
+       setting_retvm_if(SETTING_RETURN_FAIL == ret, NULL, "Failed to get vconf value");        /* file system exceptional handle */
+
+       name = strrchr(value, '/');
+       ext = strstr(value, ".edj");
+
+       if (!name)
+               name = value;
+       else
+               ++name;
+
+       if (!ext)
+               ext = value + safeStrLen(value);
+
+       if (0 == safeStrCmp("tizen-black-hd", name)) {
+               return (char *)g_strdup(_("IDS_ST_BODY_BLACK"));
+       } else if (0 == safeStrCmp("tizen-hd", name)) {
+               return (char *)g_strdup(_("IDS_ST_BODY_WHITE"));
+       } else {
+               return (char *)g_strndup(name, ext - name);
+       }
+}
+
+char *get_brightness_mode_str()
+{
+       int value, err;
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_AUTOMATIC_BRIGHTNESS, &value,
+                                &err);
+       if (value) {
+               return setting_gettext("IDS_COM_BODY_AUTOMATIC");
+       } else {
+               return setting_gettext("IDS_COM_BODY_MANUAL");
+       }
+}
+
+char *get_pa_backlight_time_str()
+{
+       int value = 30;
+       char backlight_time_str[MAX_DISPLAY_NAME_LEN_ON_UI];
+
+       int err;
+       int ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_LCD_TIMEOUT_NORMAL, &value,
+                                   &err);
+       if (SETTING_RETURN_FAIL == ret || value < 0) {  /* file system exceptional handle, eg. The vconf file lost due to file system. */
+               value = 30;     /* keep agree with postin file */
+               setting_set_int_slp_key(INT_SLP_SETTING_LCD_TIMEOUT_NORMAL,
+                                       value, &err);
+       }
+
+       if (value == 60) {
+               snprintf(backlight_time_str, sizeof(backlight_time_str), "%s",
+                        _("1 minute"));
+       } else if (value >= 60) {
+               snprintf(backlight_time_str, sizeof(backlight_time_str),
+                        "%d %s", value / 60, (char *)(_("IDS_COM_BODY_MINUTES_LC")));
+       } else {
+               snprintf(backlight_time_str, sizeof(backlight_time_str),
+                        "%d %s", value, (char *)(_("IDS_COM_BODY_SECONDS_LC")));
+       }
+       return (char *)g_strdup(backlight_time_str);
+}
+
+char *get_pa_powersaving_at_str()
+{
+       int value = 30;
+       char powersaving_at_str[MAX_DISPLAY_NAME_LEN_ON_UI + 1];
+
+       int err;
+       int ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_POWERSAVING_AT, &value,
+                                   &err);
+       if (SETTING_RETURN_FAIL == ret || value < 0) {  /* file system exceptional handle, eg. The vconf file lost due to file system. */
+               value = 30;     /* keep agree with postin file */
+               setting_set_int_slp_key(INT_SLP_SETTING_POWERSAVING_AT,
+                                       value, &err);
+       }
+
+       snprintf(powersaving_at_str, MAX_DISPLAY_NAME_LEN_ON_UI, "%d%% %s",
+                value, "battery power");
+       return (char *)g_strdup(powersaving_at_str);
+}
+
+char *get_pa_screen_timeout_str()
+{
+       int value = 15;
+       char screen_timeout_str[MAX_DISPLAY_NAME_LEN_ON_UI + 1];
+
+       int err;
+       int ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_POWERSAVING_SCREEN_TIMEOUT,
+                                   &value,
+                                   &err);
+       if (SETTING_RETURN_FAIL == ret || value < 0) {  /* file system exceptional handle, eg. The vconf file lost due to file system. */
+               value = 15;     /* keep agree with postin file */
+               setting_set_int_slp_key
+                   (INT_SLP_SETTING_POWERSAVING_SCREEN_TIMEOUT, value, &err);
+       }
+
+       if (value == 60) {
+               snprintf(screen_timeout_str, MAX_DISPLAY_NAME_LEN_ON_UI, "%s",
+                        _("1 minute"));
+       } else if (value >= 60) {
+               snprintf(screen_timeout_str, MAX_DISPLAY_NAME_LEN_ON_UI,
+                        "%d %s", value / 60,
+                        (char *)(_("IDS_COM_BODY_MINUTES_LC")));
+       } else {
+               snprintf(screen_timeout_str, MAX_DISPLAY_NAME_LEN_ON_UI,
+                        "%d %s", value,
+                        (char *)(_("IDS_COM_BODY_SECONDS_LC")));
+       }
+       return (char *)g_strdup(screen_timeout_str);
+}
+
+char *get_pa_display_language_str()
+{
+       int ret = SETTING_RETURN_FAIL;
+       int err;
+       int index;
+       setting_lang_entry* table = setting_get_language_table();
+       ret = setting_get_int_slp_key(INT_SLP_SETTING_LANG, &index, &err);
+       return (char *)g_strdup(table[index].title); // "auto"
+}
+
+char *setting_pa_main_get_language()
+{
+       setting_lang_entry* table = setting_get_language_table();
+       char* pa_path = vconf_get_str(VCONFKEY_LANGSET);
+
+       int i;
+       for (i=0; i<SETTING_LANG_MAX; i++) {
+               if ( ! strcmp(table[i].locale, pa_path) )
+               {
+                       FREE(pa_path);
+                       return (char *)g_strdup(table[i].locale);
+               }
+       }
+       FREE(pa_path);
+       return (char *)g_strdup(table[0].locale);       // "auto"
+}
+
+char *get_pa_Wi_Fi_on_off_str()
+{
+       int value, err;
+       int ret = SETTING_RETURN_FAIL;
+       ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_WIFI_STATUS, &value, &err);
+
+       if (SETTING_RETURN_FAIL == ret) {       /* file system exceptional handle, eg. The vconf file lost due to file system. */
+               value = VCONFKEY_WIFI_OFF;
+               setting_set_int_slp_key(INT_SLP_SETTING_WIFI_STATUS,
+                                       VCONFKEY_WIFI_OFF, &err);
+       }
+
+       if (value) {
+               char *pa_wifi_device = vconf_get_str(VCONFKEY_WIFI_CONNECTED_AP_NAME);
+               SETTING_TRACE("pa_wifi_device:%s", pa_wifi_device);
+               if (NULL != pa_wifi_device && '\0' != pa_wifi_device[0]) {
+                       return pa_wifi_device;
+               }
+
+               return (char*)g_strdup(setting_gettext("IDS_COM_BODY_ON_M_STATUS"));
+       } else {
+               return (char*)g_strdup(setting_gettext("IDS_COM_BODY_OFF_M_STATUS"));
+       }
+}
+
+char *get_Mobile_AP_on_off_str()
+{
+       int value = -1, err;
+       int ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_MOBILE_AP_STATUS, &value,
+                                   &err);
+
+       /*  7 means bitwise-operation */
+       /*
+             - 1 : wi-fi
+             - 2 : bluetooth
+             - 4 : USB
+             4, 2, 1 = 7
+       */
+       if (0 != ret || value < 0 || value > 7) {
+               value = 0;
+               setting_set_int_slp_key(INT_SLP_SETTING_MOBILE_AP_STATUS, value,
+                                       &err);
+       }
+
+       if (value != 0) {
+               return setting_gettext("IDS_COM_BODY_ON_M_STATUS");
+       } else {                /*  0 */
+               return setting_gettext("IDS_COM_BODY_OFF_M_STATUS");
+       }
+}
+
+char *get_BT_on_off_str()
+{
+       int ret = SETTING_RETURN_FAIL;
+       int value, err;
+       ret = setting_get_int_slp_key(INT_SLP_SETTING_BT_STATUS, &value, &err);
+
+       if (SETTING_RETURN_FAIL == ret) {       /* file system exceptional handle, eg. The vconf file lost due to file system. */
+               value = VCONFKEY_BT_STATUS_OFF;
+               setting_set_int_slp_key(INT_SLP_SETTING_BT_STATUS,
+                                       VCONFKEY_BT_STATUS_OFF, &err);
+       }
+
+       if (VCONFKEY_BT_STATUS_OFF == value) {
+               return setting_gettext("IDS_COM_BODY_OFF_M_STATUS");
+       } else {
+               return setting_gettext("IDS_COM_BODY_ON_M_STATUS");
+       }
+}
+
+char *get_pa_time_format_str()
+{
+       int ret = SETTING_RETURN_FAIL;
+       int value, err;
+       char *format_str[] = { _("IDS_COM_BODY_12_HOURS"),
+                               _("IDS_ST_BODY_24_HOURS") };
+       ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_REGIONFORMAT_TIME1224,
+                                   &value, &err);
+       setting_retvm_if(SETTING_RETURN_FAIL == ret, NULL, "Failed to get vconf value");        /* file system exceptional handle */
+
+       /*  scope */
+       /*  value 1:12H  2:24H */
+       if (value > 0 && value <= 2)    /*  1, 2 */
+               return (char *)g_strdup(format_str[value - 1]);
+       else
+               return (char *)g_strdup(format_str[0]); /*  set to 12H compelsery */
+}
+
+/** @deprecated */
+char *get_pa_date_format_str()
+{
+       int ret = SETTING_RETURN_FAIL;
+       int value, err;
+       char *format_str[] = { _("IDS_ST_BODY_DDMMYYYY_DOT"),
+               _("IDS_ST_BODY_MM_DD_YYYY_DOT"),
+               _("IDS_COM_BODY_YYYYMMDD"), _("IDS_ST_BODY_YYYY_DD_MM_DOT")
+       };
+       ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_DATE_FORMAT, &value, &err);
+       setting_retvm_if(SETTING_RETURN_FAIL == ret, NULL, "Failed to get vconf value");        /* file system exceptional handle */
+       return (char *)g_strdup(format_str[value]);
+}
+
+char *get_pa_week_format_str()
+{
+       int ret = SETTING_RETURN_FAIL;
+       int value, err;
+       char *format_str[] = {
+               _("IDS_ST_BODY_SUNDAY"),
+               _("IDS_ST_BODY_MONDAY"),
+               _("IDS_ST_BODY_TUESDAY"),
+               _("IDS_ST_BODY_WEDNESDAY"),
+               _("IDS_ST_BODY_THURSDAY"),
+               _("IDS_ST_BODY_FRIDAY"),
+               _("IDS_ST_BODY_SATURDAY"),
+       };
+
+       ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_WEEK_FORMAT, &value, &err);
+       setting_retvm_if(SETTING_RETURN_FAIL == ret, NULL, "Failed to get vconf value");        /* file system exceptional handle */
+       return (char *)g_strdup(format_str[value]);
+}
+
+char *get_pa_roaming_network_str()
+{
+       int ret = SETTING_RETURN_FAIL;
+       int value, err;
+       char *roaming_str[] = {
+               _("IDS_ST_BODY_AUTO_DOWNLOAD"), _("IDS_COM_BODY_MANUAL"),
+               _("IDS_ST_BODY_ALWAYS_REJECT")
+       };
+       ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_ROAMING_NETWORK, &value,
+                                   &err);
+       setting_retvm_if(SETTING_RETURN_FAIL == ret, NULL, "Failed to get vconf value");        /* file system exceptional handle */
+       return (char *)g_strdup(roaming_str[value]);
+}
+
+double get_widgets_factor()
+{
+       return elm_scale_get();
+}
+
+static Theme_Type g_theme_type = Theme_Invalid;
+
+
+Theme_Type setting_get_theme()
+{
+       if (Theme_Invalid == g_theme_type) {
+               int ret = SETTING_RETURN_FAIL;
+               int err;
+               char value[SETTING_STR_SLP_LEN] = { 0, };
+               char *name;
+               char *ext;
+               ret =
+                   setting_get_string_slp_key(STR_SLP_SETTING_THEME_NAME,
+                                              value, &err);
+               setting_retvm_if(SETTING_RETURN_FAIL == ret, Theme_ERROR, "Failed to get vconf value"); /* file system exceptional handle */
+
+               name = strrchr(value, '/');
+               ext = strstr(value, ".edj");
+
+               if (!name)
+                       name = value;
+               else
+                       ++name;
+
+               if (!ext)
+                       ext = value + safeStrLen(value);
+
+               /* special theme process.. */
+               if (0 == safeStrCmp("tizen-black", name) || 0 == safeStrCmp("tizen-black-hd", name)) {
+                       g_theme_type = Theme_Tizen_Black;
+               } else if (0 == safeStrCmp("tizen", name) || 0 == safeStrCmp("tizen-hd", name)) {
+                       g_theme_type = Theme_Tizen;
+               } else if (0 == safeStrCmp("tizen-blue", name)) {
+                       g_theme_type = Theme_Tizen_Blue;
+               } else if (0 == safeStrCmp("grey-hd", name)) {
+                       g_theme_type = Theme_Tizen_Grey;
+               } else {
+                       g_theme_type = Theme_ERROR;
+               }
+       }
+
+       return g_theme_type;
+}
+
+char *setting_gettext(const char *s)
+{
+       /* fisrt find in app pg */
+
+       if (s == NULL) {
+               return "NULL";
+       }
+
+       char *p = dgettext(SETTING_PACKAGE, s);
+
+       if (!safeStrCmp(s, p)) {        /* not found */
+               /* find in system pkg */
+               p = dgettext(SYSTEM_PACKAGE, s);
+       }
+       return p;
+}
+
+bool is_digital_str(const char *cstr)
+{
+       if (cstr == NULL || cstr[0] == 0) {
+               return FALSE;
+       }
+
+       int len = (int)(safeStrLen(cstr));
+       int pos = 0;
+       if (cstr[0] == '-' || cstr[0] == '+') {
+               if (len <= 1) {
+                       return FALSE;
+               }
+               pos++;
+       }
+
+       while (pos < len) {
+               if (cstr[pos] < '0' || cstr[pos] > '9') {
+                       return FALSE;
+               }
+               pos++;
+       }
+
+       return TRUE;
+}
+
+bool is_substr_ncase(const char *parentstr, const char *substr)
+{
+       if (NULL == parentstr || '\0' == parentstr[0])
+               return FALSE;
+
+       int word_len = safeStrLen(parentstr);
+       int search_len = safeStrLen(substr);
+       int i;
+       bool result = FALSE;
+       for (i = 0; i < word_len; i++) {
+               if (!strncasecmp(substr, &parentstr[i], search_len)) {
+                       result = TRUE;
+                       break;
+               }
+       }
+       return result;
+}
+
+bool is_string_belong_to_array(const char *partern, const char **array,
+                              int array_num)
+{
+       int idx = 0;
+       for (; idx < array_num; idx++) {
+               if (!safeStrCmp(partern, array[idx])) {
+                       return TRUE;
+               }
+       }
+       return FALSE;
+}
+
+bool isEmptyStr(const char *str)
+{
+       if (NULL == str || str[0] == '\0') {
+               return TRUE;
+       } else {
+               return FALSE;
+       }
+}
+
+int safeStrCmp(const char *s1, const char *s2)
+{
+       /*  Check NULL value first */
+       if (isEmptyStr(s1) && isEmptyStr(s2)) {
+               return 0;
+       } else if (isEmptyStr(s1)) {
+               return 1;
+       } else if (isEmptyStr(s2)) {
+               return SETTING_RETURN_FAIL;
+       }
+
+       return strcmp(s1, s2);
+}
+
+int safeStrNCmp(const char *s1, const char *s2, int len)
+{
+
+       /*  Check NULL value first */
+       if (isEmptyStr(s1) && isEmptyStr(s2)) {
+               return 0;
+       } else if (isEmptyStr(s1)) {
+               return 1;
+       } else if (isEmptyStr(s2)) {
+               return SETTING_RETURN_FAIL;
+       }
+
+       if (0 == len) {
+               return 0;
+       }
+
+       return strncmp(s1, s2, len);
+}
+
+char *safeStrNCat(char *dst, const char *src, int maxlen)
+{
+       if (dst && !isEmptyStr(src) && maxlen > 0) {
+               (void) g_strlcat(dst, src, maxlen + 1);
+       }
+
+       return dst;
+}
+
+
+char *safeCopyStr(char *dst, const char *src, int maxlen)
+{
+       if (maxlen < 0) {
+               return NULL;
+       }
+
+       if (dst) {
+               int len = 0;
+
+               if (src) {
+                       int temp = (int)safeStrLen(src);
+                       len = (temp <= maxlen) ? temp : maxlen;
+                       memcpy(dst, src, len);
+               }
+
+               dst[len] = '\0';
+       }
+
+       return dst;
+}
+
+int safeStrLen(const char *str)
+{
+       if (isEmptyStr(str)) {
+               SETTING_TRACE_DEBUG("string is empty");
+               return 0;
+       } else {
+               return strlen(str);
+       }
+}
+
+/**
+* get the int value of substring before delim
+*/
+bool get_substring_int(const char **ipStr, int *ipValue, char delim)
+{
+       int iValue = *ipValue = 0;
+       const char *str = *ipStr;
+
+       if (str == NULL || str[0] == 0) {       /* empty string */
+               return FALSE;
+       }
+
+       bool bNegative = FALSE;
+       if ('-' == str[0]) {    /* allow Negative number.. */
+               bNegative = TRUE;
+               str++;
+       }
+       if (str[0] < '0' || str[0] > '9') {     /* first elementy is not digital */
+               *ipStr = str;
+               return FALSE;
+       }
+       if (str[0] == '0') {    /* first elementy is 0 */
+               if (str[1] == delim) {
+                       str += 2;
+                       *ipStr = str;
+                       return TRUE;
+               }
+               if (str[1] == 0) {
+                       str++;
+                       *ipStr = str;
+                       return TRUE;
+               }
+               *ipStr = str;
+               return FALSE;
+       }
+
+       for (;;) {
+/****first elementy is not 0*/
+               iValue = iValue * 10 + str[0] - '0';
+               *ipValue = iValue;
+               if (((unsigned int)iValue & 0x80000000) != 0) { /* think about overloading */
+                       break;
+               }
+               str++;
+               if (str[0] == delim) {
+                       str++;
+                       if (bNegative) {
+                               iValue = -iValue;
+                       }
+                       *ipStr = str;
+                       *ipValue = iValue;
+                       return TRUE;
+               }
+               if (str[0] == 0) {
+                       if (bNegative) {
+                               iValue = -iValue;
+                       }
+                       *ipStr = str;
+                       *ipValue = iValue;
+                       return TRUE;
+               }
+               if (str[0] < '0' || str[0] > '9') {
+                       break;
+               }
+       }
+
+       *ipStr = str;
+       return FALSE;
+}
+
+#define MaxIPAddressLength     15
+
+/**
+* CHeck Whether a special string Is An IP String
+*
+* @param ipstr string representing IP numbers like "aaa.bbb.ccc.ddd"
+*
+* @return true if it's IP format string otherwise false
+*/
+bool is_ip_string(const char *ipstr)
+{
+       if (NULL == ipstr || 0 == ipstr[0])
+               return FALSE;
+       int len = (int)safeStrLen(ipstr);
+       if (len > MaxIPAddressLength) {
+               return FALSE;
+       }
+
+       if (ipstr[len - 1] == '.') {
+               return FALSE;
+       }
+
+       int ip;
+       int i = 0;
+       for (; i < 4; i++) {
+               if (!get_substring_int(&ipstr, &ip, '.') || ip > 255) {
+                       SETTING_TRACE("ipstr:%s", ipstr);
+                       return FALSE;
+               }
+               SETTING_TRACE("ipstr:%s", ipstr);
+       }
+       if (ipstr[0] != 0) {
+               return FALSE;
+       }
+
+       return TRUE;
+}
+
+int setting_invoke_reset_function(char *lib_name, bundle *data, void *ext)
+{
+       SETTING_TRACE("Enter %s with lib_name:%s", __FUNCTION__, lib_name);
+       int (*reset) (bundle *pair, void *ptr);
+       int ret = OPERATE_LIB_SUCESS;
+
+       void *handle = dlopen(lib_name, RTLD_LAZY);
+       if (!handle) {
+               SETTING_TRACE_ERROR(" >>>>>>>>>>> %s", dlerror());
+               return LOAD_LIB_FAILED;
+       }
+
+       char *error = NULL;
+       reset = dlsym(handle, "setting_plugin_reset");
+       if ((error = dlerror()) != NULL) {
+               SETTING_TRACE_ERROR(" >>>>>>>>>>> %s", error);
+               dlclose(handle);
+               return UNDEFINED_LIB_SYMBOL;
+       }
+
+       if (reset)
+               ret = (*reset) (data, ext);   /*  CALL */
+
+       if (ret < 0) ret += UNDEFINED_LIB_SYMBOL;//from -2 on
+
+       dlclose(handle);
+       return ret;
+}
+
+int excuteCmd(char* exec_path, int option_num, ...)
+{
+       char cmd[MAX_COMMON_BUFFER_LEN + 1] = {0, };
+       snprintf(cmd, MAX_COMMON_BUFFER_LEN,
+                "%s", exec_path);
+
+
+       va_list args;
+       va_start(args, option_num);
+
+       char *para;
+       int argno = 0;
+       for (; argno < option_num; argno++) {
+               para = va_arg( args, char *);
+               SETTING_TRACE("Parameter #%d is: %s", argno, para);
+               if (para)
+               {
+                       g_strlcat(cmd, " ", MAX_COMMON_BUFFER_LEN + 1);
+                       g_strlcat(cmd, para, MAX_COMMON_BUFFER_LEN + 1);
+               }
+       }
+
+       va_end(args);
+
+       SETTING_TRACE("excute:%s", cmd);
+       return system(cmd);
+}
+
+void set_font_dpi(short size)
+{
+       char buf[MAX_COMMON_BUFFER_LEN +1];
+       const char *xrespath = "/opt/etc/X11/Xresources";
+       int ret = snprintf(buf, sizeof(buf), "/bin/echo \"Xft.dpi: %d\" > %s", size,
+                          xrespath);
+       ret_if(ret < 0);
+
+       ret = system(buf);//echo Xft.dpi: 48 > /opt/etc/X11/Xresources
+       if ( ret == -1) {
+               SETTING_TRACE_ERROR("Xft.dpi error \n");
+               abort();
+       }
+
+
+       snprintf(buf, MAX_COMMON_BUFFER_LEN, "/usr/bin/xrdb -nocpp -load %s", xrespath);
+       ret = system(buf);
+       if ( ret == -1) {
+               SETTING_TRACE_ERROR("xrdb -nocpp -load \n");
+               abort();
+       } else {
+               SETTING_TRACE("xrdb -nocpp -load - DONE \n");
+       }
+}
+
+void create_fontlink(const char *linkpath, const char *linkname,
+                   const char *fontfilepath, const char *fontfilename)
+{
+       char newpath[MAX_COMMON_BUFFER_LEN + 1];
+       char lcpath[MAX_COMMON_BUFFER_LEN + 1];
+
+       int ret =
+           snprintf(newpath, MAX_COMMON_BUFFER_LEN, "%s/%s", linkpath, linkname);
+       ret_if(ret < 0);
+       snprintf(lcpath, MAX_COMMON_BUFFER_LEN, "%s/%s", fontfilepath, fontfilename);
+
+       SETTING_TRACE("newpath:%s", newpath);
+       SETTING_TRACE("lcpath:%s", lcpath);
+
+       remove(newpath);
+       symlink(lcpath, newpath);
+}
+
+char* get_icon_path(const char *package)
+{
+    ail_appinfo_h handle;
+
+    char* ret_str;
+       char *icon_path = IMG_DefaultIcon;//The default icon must exist.(it will be installed by Setting App)
+
+       bool result = TRUE;
+       bool destroy = TRUE;
+
+       if (ail_package_get_appinfo(package, &handle) != AIL_ERROR_OK) {
+               SETTING_TRACE_ERROR("Failed to ail_package_get_appinfo.");
+               result = FALSE;
+               destroy = FALSE;
+    }
+
+       if (result && ail_appinfo_get_str(handle, AIL_PROP_ICON_STR, &icon_path) != AIL_ERROR_OK) {
+               SETTING_TRACE_ERROR("Failed to ail_appinfo_get_str.");
+               result = FALSE;
+    }
+
+       if (result && access(icon_path, R_OK|F_OK ) !=0 ) {//The file cannot be accessed.
+               SETTING_TRACE_ERROR("The file[%s] cannot be accessed. To use defaut icon.", icon_path);
+               icon_path = IMG_DefaultIcon;
+    }
+
+       ret_str = strdup(icon_path);
+       if (destroy && ail_package_destroy_appinfo(handle) != AIL_ERROR_OK) {
+               SETTING_TRACE_ERROR("Failed to ail_package_destroy_appinfo.");
+       }
+       return ret_str;
+}
+
+bool isEmulBin()
+{
+       char szEmul[__LEN_STR_EMUL+1];
+       const char* szBinVer = NULL;
+
+       dictionary* dic = iniparser_load(BIN_INFO_FILE_PATH);
+// when failed to get the info, let's regard the binary as an emulator one
+       if (!dic)
+               return TRUE;
+
+       szBinVer = (const char*)iniparser_getstr(dic, "Version:Build");
+       if (szBinVer) {
+               char* str = g_strdup(szBinVer);
+               if (str) {
+                       char* pPos = str;
+                       while (*pPos++) {
+                               if ('_' == *pPos)
+                                       *pPos = ' ';
+                       }
+                       sscanf(str, "%*s %4s", szEmul);
+               }
+               G_FREE(str);
+       }
+
+       if (dic) {
+               iniparser_freedict(dic);
+               dic = NULL;
+       }
+
+       if (!strncmp(szEmul, __STR_EMUL, __LEN_STR_EMUL)) {
+               return TRUE;
+       } else {
+               return FALSE;
+       }
+}
+
+int get_popup_btn_response_type(const char *btn_str)
+{
+       SETTING_TRACE("btn_str:%s", btn_str);
+       POPUP_BTN_RESPONSE_TYPE rsp_type = POPUP_RESPONSE_INVALID;
+       retv_if(!btn_str, rsp_type);
+       if (0 == safeStrCmp(btn_str, _("IDS_COM_BODY_CLOSE"))
+           || 0 == safeStrCmp(btn_str, _("Try"))//KeyStr_Try
+           || 0 == safeStrCmp(btn_str, _("IDS_COM_SK_OK"))
+           || 0 == safeStrCmp(btn_str, _("IDS_COM_SK_YES"))
+           || 0 == safeStrCmp(btn_str, _("IDS_ST_BODY_USE_MOTION"))
+           || 0 == safeStrCmp(btn_str, _("IDS_COM_POP_TRY_AGAIN"))
+           || 0 == safeStrCmp(btn_str, _("IDS_COM_SK_DELETE")))
+       {
+               rsp_type = POPUP_RESPONSE_OK;
+       }
+       else //for others, 
+       {
+               rsp_type = POPUP_RESPONSE_CANCEL;
+       }
+       return rsp_type;
+}
+
+
diff --git a/setting-common/src/setting-common-resource.c b/setting-common/src/setting-common-resource.c
new file mode 100755 (executable)
index 0000000..c86e81d
--- /dev/null
@@ -0,0 +1,43 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+
+const char *STR_SETTING_NORMAL = "Normal";
+
+/*  security*/
+const char *STR_SETTING_OPERATION_FAILED = "IDS_COM_BODY_OPERATION_FAILED";
+
+/* network*/
+const char *STR_SETTING_MMS_CONNECTIONS = "MMS connection";
+const char *STR_SETTING_GSM_900_1800 = "GSM 900/1800";
+const char *STR_SETTING_GSM_850_1900 = "GSM 850/1900";
+const char *STR_SETTING_UMTS = "UMTS";
+
+/*  connectivity -> tvout*/
+const char *STR_SETTING_NTSC = "NTSC";
+const char *STR_SETTING_PAL = "PAL";
+const char *STR_SETTING_WIDE = "Wide";
+
+/* network*/
+const char *STR_SETTING_NETWORK_LIST = "IDS_ST_OPT_NETWORK_LIST";
diff --git a/setting-common/src/setting-common-view.c b/setting-common/src/setting-common-view.c
new file mode 100644 (file)
index 0000000..744e735
--- /dev/null
@@ -0,0 +1,194 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-common-view.h>
+
+#include <Elementary.h>
+
+#include <setting-common-data-error.h>
+#include <setting-debug.h>
+
+#define MAX_VIEWNODE_NUM       15
+typedef struct _SettingViewNode {
+       setting_view *view;
+       setting_view *topview;
+} SettingViewNode;
+static setting_view *g_cur_view;;      /* use by 'End Key' process */
+static SettingViewNode g_view_node_table[MAX_VIEWNODE_NUM];
+static int g_view_node_table_cur_size = 0;
+
+int setting_view_node_set_cur_view(setting_view *view)
+{
+       g_cur_view = view;
+       return 0;
+}
+
+setting_view *setting_view_node_get_cur_view()
+{
+       return g_cur_view;
+}
+
+int setting_view_node_table_intialize()
+{
+       g_cur_view = NULL;
+       g_view_node_table_cur_size = 0;
+       return 0;
+}
+
+int
+setting_view_node_table_register(setting_view *view, setting_view *topview)
+{
+       SETTING_TRACE_BEGIN;
+       if (g_view_node_table_cur_size >= MAX_VIEWNODE_NUM) {
+               return SETTING_RETURN_FAIL;
+       }
+
+       g_view_node_table[g_view_node_table_cur_size].view = view;
+       g_view_node_table[g_view_node_table_cur_size].topview = topview;
+       g_view_node_table_cur_size++;
+       return 0;
+}
+
+int setting_view_cb_at_endKey(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       int idx = 0;
+       SettingViewNode *viewnode = NULL;
+       for (; idx < g_view_node_table_cur_size; idx++) {
+               if (g_cur_view == g_view_node_table[idx].view) {
+                       viewnode = &(g_view_node_table[idx]);
+                       break;
+               }
+       }
+       if (viewnode && viewnode->view && viewnode->topview) {
+               setting_view_change(viewnode->view, viewnode->topview, cb);
+       }
+       return 0;
+}
+
+setting_view *setting_view_get_topview(setting_view *view)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(NULL == view, NULL);
+       int idx = 0;
+       SettingViewNode *viewnode = NULL;
+       for (; idx < g_view_node_table_cur_size; idx++) {
+               if (view == g_view_node_table[idx].view) {
+                       viewnode = &(g_view_node_table[idx]);
+                       break;
+               }
+       }
+       if (viewnode && viewnode->topview) {
+               return viewnode->topview;
+       }
+       else
+       {
+               return NULL;
+       }
+}
+
+int setting_view_create(setting_view *view, void *cb)
+{
+       /* error check */
+       setting_retvm_if(!view || !cb , SETTING_GENERAL_ERR_NULL_DATA_PARAMETER, "Invalid arguement");
+
+       int ret = SETTING_RETURN_FAIL;
+
+       if (!view->is_create && view->create) {//error handle:create only when the view doesn't exit
+               ret = view->create(cb);
+       }
+
+       return ret;
+}
+
+int setting_view_destroy(setting_view *view, void *cb)
+{
+       /* error check */
+       setting_retvm_if(!view || !cb , SETTING_GENERAL_ERR_NULL_DATA_PARAMETER, "Invalid arguement");
+
+       int ret = SETTING_RETURN_FAIL;
+
+       if (view->is_create && view->destroy) {//error handle:destroy only when the view exits
+               ret = view->destroy(cb);
+       }
+
+       return ret;
+}
+
+int setting_view_update(setting_view *view, void *cb)
+{
+       /* error check */
+       setting_retvm_if(!view || !cb , SETTING_GENERAL_ERR_NULL_DATA_PARAMETER, "Invalid arguement");
+
+       int ret = SETTING_RETURN_FAIL;
+
+       if (view->is_create && view->update) {//error handle:update only when the view exits
+               ret = view->update(cb);
+       }
+
+       return ret;
+}
+
+int setting_view_cleanup(setting_view *view, void *cb)
+{
+       /* error check */
+       setting_retvm_if(!view || !cb , SETTING_GENERAL_ERR_NULL_DATA_PARAMETER, "Invalid arguement");
+
+       int ret = SETTING_RETURN_FAIL;
+
+       if (view->is_create && view->cleanup) {//error handle:cleanup only when the view exits
+               ret = view->cleanup(cb);
+       }
+
+       return ret;
+}
+
+int
+setting_view_change(setting_view *from_view, setting_view *to_view, void *cb)
+{
+       /* error check */
+       setting_retvm_if(!from_view || !to_view || !cb ,
+                        SETTING_GENERAL_ERR_NULL_DATA_PARAMETER,
+                        "Invalid arguement");
+
+       int ret = SETTING_RETURN_SUCCESS;
+       if (from_view == setting_view_get_topview(to_view)) {
+               //from a parent view to his child view, don't need cleanup parent view
+       } else {
+               //from a child view to his parent view, need cleanup child view
+               ret = setting_view_cleanup(from_view, cb);
+       }
+               
+       if (ret == SETTING_RETURN_FAIL) {
+               return SETTING_RETURN_FAIL;
+       }
+
+       if (to_view->is_create == 1) {
+               ret = setting_view_update(to_view, cb);
+       } else {
+               ret = setting_view_create(to_view, cb);
+       }
+       g_cur_view = to_view;   /* compute new value of g_cur_view. */
+       return ret;
+}
diff --git a/setting-connectivity/CMakeLists.txt b/setting-connectivity/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..a0bbb53
--- /dev/null
@@ -0,0 +1,33 @@
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_connectivity REQUIRED evas elementary  appcore-common appcore-efl ui-gadget bundle utilX heynoti devman)
+
+FOREACH(flag ${pkgs_connectivity_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")
+
+ADD_LIBRARY(${SETTING_CONNECTIVITY_UG} SHARED
+       ./src/setting-connectivity.c
+       ./src/setting-connectivity-usb.c
+       ./src/setting-connectivity-usb-help.c
+       )
+
+TARGET_LINK_LIBRARIES(${SETTING_CONNECTIVITY_UG} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON} -lsetting-common)
+TARGET_LINK_LIBRARIES(${SETTING_CONNECTIVITY_UG} ${pkgs_connectivity_LDFLAGS})
+
+INSTALL(TARGETS ${SETTING_CONNECTIVITY_UG} DESTINATION /opt/ug/lib)
diff --git a/setting-connectivity/include/setting-connectivity-usb-help.h b/setting-connectivity/include/setting-connectivity-usb-help.h
new file mode 100755 (executable)
index 0000000..3d99ce7
--- /dev/null
@@ -0,0 +1,34 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_CONNECTIVITY_USB_HELP_H__
+#define __SETTING_CONNECTIVITY_USB_HELP_H__
+
+#include <setting-connectivity.h>
+
+static void setting_connectivity_usb_help_click_back_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info);
+
+#endif                         /* __SETTING_CONNECTIVITY_USB_HELP_H__ */
diff --git a/setting-connectivity/include/setting-connectivity-usb.h b/setting-connectivity/include/setting-connectivity-usb.h
new file mode 100755 (executable)
index 0000000..91f5611
--- /dev/null
@@ -0,0 +1,53 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_CONNECTIVITY_USB_H__
+#define __SETTING_CONNECTIVITY_USB_H__
+
+#include <setting-connectivity.h>
+#include <devman.h>
+
+#define NUM_PROGRESSBAR 4
+
+enum progressbar_status {
+       STATE_NONE = 0x00,
+       STATE_PROGRESSBAR
+};
+
+typedef struct _button_status button_status;
+
+struct _button_status {
+       Evas_Object *progressbar;       /*  progressbar */
+       Elm_Object_Item *item;  /*  button */
+       int pstate;             /*  progressbar status to show or hide */
+};
+
+static void setting_connectivity_usb_click_softkey_cancel_cb(void *data,
+                                                            Evas_Object *obj,
+                                                            void *event_info);
+static void setting_connectivity_usb_click_softkey_set_cb(void *data,
+                                                         Evas_Object *obj,
+                                                         void *event_info);
+
+#endif                         /* __SETTING_CONNECTIVITY_USB_H__ */
diff --git a/setting-connectivity/include/setting-connectivity.h b/setting-connectivity/include/setting-connectivity.h
new file mode 100755 (executable)
index 0000000..67e78f0
--- /dev/null
@@ -0,0 +1,93 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_CONNECTIVITY_H__
+#define __SETTING_CONNECTIVITY_H__
+
+#include <stdio.h>
+#include <appcore-efl.h>
+#include <Elementary.h>
+
+#include <glib-object.h>
+
+#include <ui-gadget.h>
+#include <ui-gadget-module.h>
+#include <bundle.h>
+
+#include <heynoti.h>
+#include <utilX.h>
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+
+enum mode_change {
+       NO_CHANGE = 0x00,
+       IN_CHANGE
+};
+
+enum usb_connection_status {
+       USB_CONNECTED = 0,
+       USB_DISCONNECTED,
+       GETTING_STATUS_FAIL
+};
+
+typedef struct _SettingConnectivityUG SettingConnectivityUG;
+
+/**
+ * Setting Connectivity UG context
+ * all UG function has void* as an agument. this is casted back to SettingConnectivityUG 
+ * and the functions access app context.
+ */
+struct _SettingConnectivityUG {
+       struct ui_gadget *ug;
+
+       /* add more variables here (move your appdata to here) */
+       Evas *evas;
+       Evas_Object *win_main_layout;
+       Evas_Object *win_get;
+       Evas_Object *navi_bar;
+
+       Evas_Object *ly_tvout;
+
+       Evas_Object *ly_usb;
+       Evas_Object *chk_con;
+
+       /*****/
+       setting_view *view_to_load;
+
+       Elm_Genlist_Item_Class itc_1text_1icon_2;
+       Elm_Genlist_Item_Class itc_2text_2;
+       Elm_Genlist_Item_Class itc_group_item;
+       Elm_Genlist_Item_Class itc_seperator;
+       Elm_Genlist_Item_Class itc_help_style;
+       int noti_fd;
+};
+
+extern setting_view setting_view_connectivity_usb;
+extern setting_view setting_view_connectivity_usb_help;
+
+int check_usb_jack_status();
+void set_usb_mode_default();
+
+#endif                         /* __SETTING_CONNECTIVITY_H__ */
diff --git a/setting-connectivity/src/setting-connectivity-usb-help.c b/setting-connectivity/src/setting-connectivity-usb-help.c
new file mode 100755 (executable)
index 0000000..7b49e4c
--- /dev/null
@@ -0,0 +1,118 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-connectivity-usb-help.h>
+
+#define HELP_MGS_BUF_LEN 256
+
+static int setting_connectivity_usb_help_create(void *cb);
+static int setting_connectivity_usb_help_destroy(void *cb);
+static int setting_connectivity_usb_help_update(void *cb);
+static int setting_connectivity_usb_help_cleanup(void *cb);
+
+setting_view setting_view_connectivity_usb_help = {
+       .create = setting_connectivity_usb_help_create,
+       .destroy = setting_connectivity_usb_help_destroy,
+       .update = setting_connectivity_usb_help_update,
+       .cleanup = setting_connectivity_usb_help_cleanup,
+};
+
+/* **************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_connectivity_usb_help_create(void *cb)
+{
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingConnectivityUG *ad = (SettingConnectivityUG *) cb;
+
+       char usb_debugging_help_msg[HELP_MGS_BUF_LEN];
+       Evas_Object *genlist;
+       setting_push_layout_navi_bar_genlist(ad->win_main_layout,
+                                            ad->win_get,
+                                            _("IDS_COM_BODY_HELP"),
+                                            _("IDS_COM_BODY_BACK"),
+                                            NULL,
+                                            setting_connectivity_usb_help_click_back_cb,
+                                            NULL, ad, &genlist,
+                                            ad->navi_bar);
+
+       snprintf(usb_debugging_help_msg, HELP_MGS_BUF_LEN, "<b>%s</b><br>""%s",
+                                       _("IDS_ST_BODY_USB_DEBUGGING"), 
+                                       _("IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"));
+
+       setting_create_Gendial_field_def(genlist, &(ad->itc_help_style),
+                                       NULL,
+                                       ad, SWALLOW_Type_LAYOUT_SPECIALIZTION_X, NULL, NULL,
+                                       0, usb_debugging_help_msg, NULL,
+                                       NULL);
+
+       setting_view_connectivity_usb_help.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_connectivity_usb_help_destroy(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingConnectivityUG *ad = (SettingConnectivityUG *) cb;
+
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_connectivity_usb_help.is_create = 0;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_connectivity_usb_help_update(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_connectivity_usb_help_cleanup(void *cb)
+{
+       return setting_connectivity_usb_help_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_connectivity_usb_help_click_back_cb(void *data, Evas_Object *obj,
+                                           void *event_info)
+{
+       /* error check */
+       setting_retm_if(data == NULL, " Data parameter is NULL");
+
+       SettingConnectivityUG *ad = (SettingConnectivityUG *) data;
+       setting_view_change(&setting_view_connectivity_usb_help,
+                           &setting_view_connectivity_usb, ad);
+}
diff --git a/setting-connectivity/src/setting-connectivity-usb.c b/setting-connectivity/src/setting-connectivity-usb.c
new file mode 100644 (file)
index 0000000..60714b5
--- /dev/null
@@ -0,0 +1,858 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-connectivity-usb.h>
+
+#define DEFAULT_USB_BUF_SIZE 64
+#define SETTING_USB_DEFAULT_MODE 0
+
+static int setting_connectivity_usb_create(void *cb);
+static int setting_connectivity_usb_destroy(void *cb);
+static int setting_connectivity_usb_update(void *cb);
+static int setting_connectivity_usb_cleanup(void *cb);
+static void mode_change_vconf_cb(keynode_t *key, void *data);
+static void set_progressbar_status (int mode);
+static void unset_progressbar_status (int mode);
+static void usb_chgdet_cb(void *data);
+static int disable_glitem(int index);
+static int enable_glitem(int index);
+static void enable_all_buttons();
+static int disable_all_buttons(int enable);
+static void unload_popup();
+void load_usb_connection_popup(Evas_Object *radio);
+
+/* set button style */
+static Elm_Genlist_Item_Class itc;
+static Elm_Genlist_Item_Class itc11;
+
+/* This is pointer to indicate progressbars*/
+static button_status button[NUM_PROGRESSBAR];
+
+/* This variable indicates whether or not USB mode is being changed */
+static int in_mode_change;     /*  NO_CHANGE: USB mode is not being changed, IN_CHANGE: USB mode is being changed */
+
+/* This variable shows the current/selected USB mode */
+static int curMode, selMode;
+
+/* These variables are for the popup */
+static Evas_Object *win_main, *popup_eo;
+
+setting_view setting_view_connectivity_usb = {
+       .create = setting_connectivity_usb_create,
+       .destroy = setting_connectivity_usb_destroy,
+       .update = setting_connectivity_usb_update,
+       .cleanup = setting_connectivity_usb_cleanup,
+};
+
+/**
+ * This function is for adding buttons with a radio box and a progressbar
+ */
+Elm_Object_Item *setting_create_Gendial_field_group_item_1radio(Evas_Object * genlist,
+                                                                Elm_Genlist_Item_Class *itc,
+                                                                setting_call_back_func gl_sel,
+                                                                void *sel_data,
+                                                                SWALLOW_Type swallow_type,
+                                                                Evas_Object * rgd,
+                                                                int chk_status,
+                                                                const char *keyStr,
+                                                                setting_call_back_func chk_change_cb,
+                                                                Elm_Object_Item *git,
+                                                                int index)
+{
+       SETTING_TRACE_BEGIN;
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) calloc(1,
+                                                sizeof
+                                                (Setting_GenGroupItem_Data));
+       item_data->keyStr = (char *)g_strdup(keyStr);
+       item_data->swallow_type = swallow_type;
+       item_data->chk_status = chk_status;
+       item_data->chk_change_cb = chk_change_cb;
+       item_data->rgd = rgd;
+       item_data->index = index;
+
+       item_data->item =
+           elm_genlist_item_append(genlist, itc, item_data, git,
+                                   ELM_GENLIST_ITEM_NONE, gl_sel, sel_data);
+       SETTING_TRACE_END;
+       return item_data->item;
+}
+
+/**
+ * Creating progressbar
+ */
+Evas_Object *create_progressbar(Evas_Object *parent, int num)
+{
+       SETTING_TRACE_BEGIN;
+       button[num].progressbar = elm_progressbar_add(parent);
+       elm_object_style_set(button[num].progressbar, "list_process");
+       evas_object_size_hint_align_set(button[num].progressbar, EVAS_HINT_FILL,
+                                       0.5);
+       evas_object_size_hint_weight_set(button[num].progressbar,
+                                        EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+       evas_object_show(button[num].progressbar);
+       elm_progressbar_pulse(button[num].progressbar, EINA_TRUE);
+       SETTING_TRACE_END;
+       return button[num].progressbar;
+}
+
+/**
+ * This function set the icons: a radio box and a progressbar
+ */
+Evas_Object *_gl_icon_get(void *data, Evas_Object *obj, const char *part)
+{
+       SETTING_TRACE_BEGIN;
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) data;
+       Evas_Object *icon = NULL;
+       if (!strncmp(part, "elm.icon.2", sizeof("elm.icon.2"))) {
+               switch (button[item_data->index].pstate) {
+               case STATE_PROGRESSBAR:
+                       icon = create_progressbar(obj, item_data->index);
+               case STATE_NONE:
+               default:
+                       break;
+               }
+       } else {
+               icon = elm_radio_add(obj);
+               elm_radio_state_value_set(icon, item_data->chk_status);
+               elm_radio_group_add(icon, item_data->rgd);
+               item_data->eo_check = icon;
+               evas_object_smart_callback_add(icon, "changed",
+                                              item_data->chk_change_cb,
+                                              item_data);
+       }
+       SETTING_TRACE_END;
+       return icon;
+}
+
+/**
+ * Do process when clicking on some genlist item
+ */
+static void setting_connectivity_usb_mouse_up_Gendial_list_radio_cb(void *data,
+                                                                   Evas_Object
+                                                                *obj,
+                                                                   void
+                                                                   *event_info)
+{
+       SETTING_TRACE_BEGIN;
+
+       /* error check */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+       Evas_Object *radio = NULL;
+
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       if ( in_mode_change == IN_CHANGE)
+       {
+               SETTING_TRACE("Currently, USB mode is changing\n");
+               return;
+       }
+
+       /* If selected mode is same as the previous mode, do nothing */
+       if (curMode == list_item->chk_status)
+       {
+               SETTING_TRACE("Selected mode is same as the previous mode\n");
+               return ;
+       }
+
+       selMode = list_item->chk_status;
+       /* If USB cable is connected, buttons should be disabled */
+       int jack_status = check_usb_jack_status();
+       if (jack_status == USB_CONNECTED)
+       {
+               /* USB mode is changing */
+               in_mode_change = IN_CHANGE;
+               
+               if (SETTING_RETURN_FAIL == disable_all_buttons(selMode))
+               {
+                       SETTING_TRACE("FAIL: disable_all_buttons(index)\n");
+                       return ;
+               }
+
+               /* Drawing progressbar */
+               set_progressbar_status(selMode);
+       }
+
+       int ret;
+       SETTING_TRACE("selMode : %d\n",selMode);
+       ret = vconf_set_int(VCONFKEY_SETAPPL_USB_SEL_MODE_INT, selMode);
+       if ( ret != 0 )
+       {
+               SETTING_TRACE("vconf_set_int(VCONFKEY_SETAPPL_USB_SEL_MODE_INT)\n");
+               return ;
+       }
+       SETTING_TRACE("selMode : %d\n",selMode);
+
+       if (jack_status == USB_DISCONNECTED)
+       {
+               radio = data;
+               switch (selMode)
+               {
+               case SETTING_USB_DEFAULT_MODE:
+                       SETTING_TRACE("Radio set: clicked Default mode \n");
+                       elm_radio_value_set(radio, SETTING_USB_DEFAULT_MODE);
+                       break;
+               case SETTING_USB_DEBUG_MODE:
+               default:
+                       load_usb_connection_popup(radio);
+                       break;
+               }
+       }
+
+       SETTING_TRACE_END;
+}
+
+/**
+ * To create the usb main view
+ */
+static int setting_connectivity_usb_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       SETTING_TRACE("Start USB utilities\n");
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingConnectivityUG *ad = (SettingConnectivityUG *) cb;
+       Evas_Object *scroller;
+
+       int vconf_ret = -1; 
+       int index = -1;
+       int err = -1;
+       char title_default_usb_button[DEFAULT_USB_BUF_SIZE];
+       int jack_status = USB_DISCONNECTED;
+       SETTING_TRACE("in_mode_change = NO_CHANGE\n");
+       in_mode_change = NO_CHANGE;
+
+       /* win_main of the popup */
+       win_main = ad->win_get;
+
+       ad->ly_usb =
+           setting_create_layout_navi_bar_genlist(ad->win_main_layout,
+                                                  ad->win_get,
+                                                  _(KeyStr_USBconnection),
+                                                  dgettext("sys_string", "IDS_COM_BODY_BACK"),
+                                                  _("IDS_COM_BODY_HELP"),
+                                                  setting_connectivity_usb_click_softkey_cancel_cb,
+                                                  setting_connectivity_usb_click_softkey_set_cb,
+                                                  ad, &scroller,
+                                                  &ad->navi_bar);
+
+       SETTING_TRACE("before init\n");
+
+       for (index = 0; index < NUM_PROGRESSBAR; index++) {
+               button[index].item = NULL;
+               button[index].pstate = STATE_NONE;
+       }
+
+       /* itc is for the group titles */
+       setting_create_Gendial_itc("dialogue/title", &itc);
+       SETTING_TRACE("itc is set\n");
+
+       /* itc11 is for the group members */
+       itc11.item_style = "dialogue/1text.2icon";
+       itc11.func.text_get = ad->itc_1text_1icon_2.func.text_get;
+       itc11.func.state_get = ad->itc_1text_1icon_2.func.state_get;
+       itc11.func.del = ad->itc_1text_1icon_2.func.del;
+       itc11.func.content_get = _gl_icon_get;
+
+       SETTING_TRACE("itc11 is set\n");
+
+       /* scroller is a genlist */
+       ad->chk_con = elm_radio_add(scroller);
+       elm_radio_state_value_set(ad->chk_con, -1);
+
+       /* First Group */
+       setting_create_Gendial_field_titleItem(scroller, &itc,
+                                              _("IDS_ST_BODY_DEFAULT_CONNECTION_MODE"), NULL);
+
+       SETTING_TRACE("First group is made\n");
+
+       snprintf(title_default_usb_button, DEFAULT_USB_BUF_SIZE, "USB %s", _("IDS_COM_BODY_DEFAULT"));
+
+       /* First item of the first group */
+       button[SETTING_USB_DEFAULT_MODE].item =
+           setting_create_Gendial_field_group_item_1radio(scroller, &itc11,
+                                                          setting_connectivity_usb_mouse_up_Gendial_list_radio_cb,
+                                                          ad->chk_con,
+                                                          SWALLOW_Type_1RADIO,
+                                                          ad->chk_con,
+                                                          SETTING_USB_DEFAULT_MODE,
+                                                          title_default_usb_button,
+                                                          NULL, NULL, SETTING_USB_DEFAULT_MODE);
+
+       SETTING_TRACE("First item of First group is set\n");
+
+       /* Second Group */
+       setting_create_Gendial_field_titleItem(scroller, &itc,
+                                              _("IDS_ST_POP_SELECT_OTHER_CONNECTION"), NULL);
+
+       SETTING_TRACE("Second group is made\n");
+
+       /* First item of the second group */
+       button[SETTING_USB_DEBUG_MODE].item =
+           setting_create_Gendial_field_group_item_1radio(scroller, &itc11,
+                                                          setting_connectivity_usb_mouse_up_Gendial_list_radio_cb,
+                                                          ad->chk_con,
+                                                          SWALLOW_Type_1RADIO,
+                                                          ad->chk_con,
+                                                          SETTING_USB_DEBUG_MODE,
+                                                          _("IDS_ST_BODY_USB_DEBUGGING"),
+                                                          NULL, NULL, SETTING_USB_DEBUG_MODE);
+
+       SETTING_TRACE("First item of Second group is set\n");
+
+       jack_status = check_usb_jack_status();
+
+       /* Set curMode and selMode which are internal variables */
+       if ( jack_status == USB_CONNECTED)
+       {
+               setting_get_int_slp_key(INT_SLP_SETTING_USB_MODE, &curMode, &err);
+               if (err != 0)
+               {
+                       SETTING_TRACE("FAIL: setting_get_int_slp_key(INT_SLP_SETTING_USB_MODE)\n");
+                       return SETTING_RETURN_FAIL;
+               }
+       }
+       else    /* USB cable is not connected */
+               curMode = SETTING_USB_NONE_MODE;
+
+       err = vconf_get_int(VCONFKEY_SETAPPL_USB_SEL_MODE_INT, &selMode);
+       if (err != 0)
+       {
+               SETTING_TRACE("FAIL: vconf_get_int(VCONFKEY_SETAPPL_USB_SEL_MODE_INT)\n");
+               return SETTING_RETURN_FAIL;
+       }
+
+       /*  set state */
+       if (jack_status == USB_CONNECTED) {
+               SETTING_TRACE("Radio set: initial radio \n");
+               elm_radio_value_set(ad->chk_con, curMode);
+       }
+       else {
+               SETTING_TRACE("Radio set: initial radio\n");
+               elm_radio_value_set(ad->chk_con, selMode);
+       }
+
+       /* Registering callback function for VCONFKEY_SETAPPL_USB_MODE_INT */
+       vconf_ret = vconf_notify_key_changed(VCONFKEY_SETAPPL_USB_MODE_INT, mode_change_vconf_cb, ad);
+       if(vconf_ret != 0)
+       {
+               SETTING_TRACE("FAIL: vconf_notify_key_changed(VCONFKEY_SETAPPL_USB_MODE_INT)\n");
+               return SETTING_RETURN_FAIL;
+       }
+
+       /* This heynoti is for the noti of the USB connection status change */
+       ad->noti_fd = heynoti_init();
+       if (ad->noti_fd == -1)
+       {
+               SETTING_TRACE("FAIL: heynoti_init()\n");
+               setting_connectivity_usb_destroy(ad);
+               return SETTING_RETURN_FAIL;
+       }
+
+       if (heynoti_subscribe(ad->noti_fd,"device_usb_chgdet", usb_chgdet_cb, ad) == -1)
+       {
+               SETTING_TRACE("FAIL: heynoti_subscribe()\n");
+               setting_connectivity_usb_destroy(ad);
+               return SETTING_RETURN_FAIL;
+       }
+       
+       if(heynoti_attach_handler(ad->noti_fd) == -1)
+       {
+               SETTING_TRACE("FAIL: heynoti_attach_handler()\n");
+               setting_connectivity_usb_destroy(ad);
+               return SETTING_RETURN_FAIL;
+       }
+       SETTING_TRACE("curMode: %d, selMode: %d\n", curMode, selMode);
+
+       setting_view_connectivity_usb.is_create = 1;
+
+       SETTING_TRACE_END;
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* check_usb_jack_status() is moved to setting-connectivity.c */
+
+/**
+ * Disable a button (genlist)
+ *
+ *@param index
+ *
+ *@return
+ */
+static int disable_glitem(int index)
+{
+       SETTING_TRACE_BEGIN;
+
+       if (SETTING_USB_DEFAULT_MODE != index && SETTING_USB_DEBUG_MODE != index )
+       {
+               SETTING_TRACE("ERROR: Item index to disable is invalid.\n");
+               return SETTING_RETURN_FAIL;
+       }
+
+       elm_object_item_disabled_set(button[index].item, EINA_TRUE);
+       SETTING_TRACE_END;
+       return SETTING_RETURN_SUCCESS;
+}
+
+/**
+ * Disable all buttons except a button whose index is the input value.
+ * 
+ *@param enable
+ *
+ *@return
+ */
+static int disable_all_buttons(int enable)
+{
+       SETTING_TRACE_BEGIN;
+       
+       if (SETTING_USB_DEFAULT_MODE != enable && SETTING_USB_DEBUG_MODE != enable)
+       {
+               SETTING_TRACE("ERROR: Item index to disable is invalid.\n");
+               return SETTING_RETURN_FAIL;
+       }
+
+       if (enable_glitem(enable) == SETTING_RETURN_FAIL)
+       {
+               SETTING_TRACE("FAIL: enable_glitem()\n");
+               return SETTING_RETURN_FAIL;
+       }
+       /* When using y=3-x, we can get y=SETTING_USB_DEFAULT_MODE(=0) with x=SETTING_USB_DEBUG_MODE(=3) 
+        * and y=SETTING_USB_DEBUG_MODE(=3) with x=SETTING_USB_DEFAULT_MODE(=0) */
+       if (disable_glitem(SETTING_USB_DEBUG_MODE - enable) == SETTING_RETURN_FAIL)
+       {
+               SETTING_TRACE("FAIL: disable_glitem()\n");
+               return SETTING_RETURN_FAIL;
+       }
+
+       SETTING_TRACE_END;
+       return SETTING_RETURN_SUCCESS;
+}
+
+/**
+ * Enable a button (genlist)
+ */
+static int enable_glitem(int index)
+{
+       SETTING_TRACE_BEGIN;
+
+       if (SETTING_USB_DEFAULT_MODE != index && SETTING_USB_DEBUG_MODE != index)
+       {
+               SETTING_TRACE("ERROR: Item index to enable is invalid.\n");
+               return SETTING_RETURN_FAIL;
+       }
+
+       elm_object_item_disabled_set(button[index].item, EINA_FALSE);
+       SETTING_TRACE_END;
+       return SETTING_RETURN_SUCCESS;
+}
+
+/**
+ * Enable all buttons.
+ */
+static void enable_all_buttons()
+{
+       SETTING_TRACE_BEGIN;
+
+       if(SETTING_RETURN_FAIL == enable_glitem(SETTING_USB_DEFAULT_MODE) 
+                       || SETTING_RETURN_FAIL == enable_glitem(SETTING_USB_DEBUG_MODE))
+       {
+               SETTING_TRACE("FAIL: enable_glitem()\n");
+               return ;
+       }
+
+       SETTING_TRACE_END;
+}
+
+
+/**
+ * This callback function is called when USB cable is connected or disconnected
+ */
+static void usb_chgdet_cb(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       if(data == NULL)
+       {
+               SETTING_TRACE("ERROR:The parameter(data) is NULL\n");
+               return;
+       }
+       SettingConnectivityUG *ad = (SettingConnectivityUG *) data;
+
+       int val;
+       int ret = -1;
+
+       SETTING_TRACE("curMode: %d, selMode: %d\n", curMode, selMode);
+       if (device_get_property(DEVTYPE_JACK, JACK_PROP_USB_ONLINE, &val) == 0) 
+       {
+               if (val) 
+               {
+                       SETTING_TRACE("USB cable is connected\n");
+
+                       if (IN_CHANGE == in_mode_change)
+                       {
+                               SETTING_TRACE("ERROR: Currently, USB mode is being changed. It occurs when USB cable is connected before USB-setting is terminated completely.\n");
+                               return;
+                       }
+
+                       SETTING_TRACE("in_mode_change = IN_CHANGE\n");
+                       in_mode_change = IN_CHANGE;
+
+                       if (SETTING_RETURN_FAIL == disable_all_buttons(selMode))
+                       {
+                               SETTING_TRACE("FAIL: diable_all_buttons()\n");
+                               return;
+                       }
+
+                       /* The progressbar of the selected mode should be visible */
+                       set_progressbar_status(selMode);
+                       
+                       /* When USB cable is connected, the popup should be unloaded after disabling all buttons and loading progress bar */
+                       unload_popup();
+               } 
+               else 
+               {
+                       SETTING_TRACE("USB cable is not connected\n");
+
+                       SETTING_TRACE("in_mode_change = IN_CHANGE\n");
+                       in_mode_change = IN_CHANGE;
+
+                       SETTING_TRACE("Radio set: Disconnecting USB \n");
+                       elm_radio_value_set(ad->chk_con, SETTING_USB_DEFAULT_MODE);
+                       selMode = SETTING_USB_DEFAULT_MODE;
+                       curMode = SETTING_USB_NONE_MODE;
+                       ret = vconf_set_int(VCONFKEY_SETAPPL_USB_SEL_MODE_INT, selMode);
+                       if (ret != 0)
+                       {
+                               SETTING_TRACE("FAIL: setting_get_int_slp_key(INT_SLP_SETTING_USB_MODE)\n");
+                       }
+                       unset_progressbar_status(selMode);
+                       enable_all_buttons();
+                       unload_popup();
+               }
+       }
+
+       SETTING_TRACE_END;
+}
+
+/**
+ * To change the status of progressbars
+ */
+static void set_progressbar_status (int mode)
+{
+    SETTING_TRACE_BEGIN;
+
+       /* The progressbar of the selected mode is visible */
+       SETTING_TRACE("Loading progressbar on btn of %d\n", mode);
+       button[mode].pstate = STATE_PROGRESSBAR;
+       elm_genlist_item_update(button[mode].item);
+
+       SETTING_TRACE_END;
+}
+
+static void unset_progressbar_status (int mode)
+{
+    SETTING_TRACE_BEGIN;
+
+       /* All progressbars are invisible */
+       SETTING_TRACE("Unloading progressbar on btn of %d\n", mode);
+       button[mode].pstate = STATE_NONE;
+       elm_genlist_item_update(button[mode].item);
+
+       SETTING_TRACE_END;
+}
+
+/**
+ * When VCONFKEY_SETAPPL_USB_MODE_INT is changed, all buttons are enabled
+ */
+static void mode_change_vconf_cb(keynode_t *key, void *data)
+{
+       SETTING_TRACE_BEGIN;
+
+       if(data == NULL)
+       {
+               SETTING_TRACE("ERROR:The parameter(data) is NULL\n");
+               return;
+       }
+       SettingConnectivityUG *ad = (SettingConnectivityUG *)data;
+
+       int value = -1;
+       int ret = -1;
+       
+       SETTING_TRACE("curMode: %d, selMode: %d\n", curMode, selMode);
+       ret = vconf_get_int(VCONFKEY_SETAPPL_USB_MODE_INT, &value);
+       if (ret != 0) 
+       {
+               SETTING_TRACE("ERROR: vconf_get_int(VCONFKEY_SETAPPL_USB_MODE_INT)");
+               return;
+       }
+
+       /* When USB cable is connected, current mode is changed to selected mode.
+        * When USB cable is not connceted, current mode is SETTING_USB_NONE_MODE. */
+       if (check_usb_jack_status() == USB_CONNECTED)
+       {
+               /* The progressbar of the selected mode is visible */
+               unset_progressbar_status(selMode);
+
+               /* The radio box is updated */
+               if (curMode != SETTING_USB_NONE_MODE)
+                       elm_genlist_item_update(button[curMode].item);
+               else
+                       elm_genlist_item_update(button[SETTING_USB_DEFAULT_MODE].item);
+               SETTING_TRACE("Radio set: When current mode is changed with connected USB\n");
+               elm_radio_value_set(ad->chk_con, selMode);
+
+               /* update the curMode state */
+               curMode = value;
+
+               /* All buttons are enabled */
+               enable_all_buttons();
+       }
+       else    /* If USB cable is disconnected, current mode is none */
+       {
+               curMode = SETTING_USB_NONE_MODE;
+       }
+
+       SETTING_TRACE("in_mode_change = NO_CHANGE\n");
+       in_mode_change = NO_CHANGE;
+
+       SETTING_TRACE("curMode: %d, selMode: %d\n", curMode, selMode);
+
+       SETTING_TRACE_END;
+}
+
+/**
+ * To destory the view of usb
+ */
+static int setting_connectivity_usb_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingConnectivityUG *ad = (SettingConnectivityUG *) cb;
+       int vconf_ret = -1;
+       int num_err = 0;
+
+       /* Removing the popup if the popup is loaded */
+       unload_popup();
+       win_main = NULL;
+
+       /* Closing vconf trace */
+       vconf_ret = vconf_ignore_key_changed(VCONFKEY_SETAPPL_USB_MODE_INT, mode_change_vconf_cb);
+       if (vconf_ret != 0)
+       {
+               SETTING_TRACE("FAIL: vconf_ignore_key_changed(VCONFKEY_SETAPPL_USB_MODE_INT)\n");
+               num_err++;
+       }
+
+       /* Closing heynoti */
+       if (ad->noti_fd != -1)  /* first need to check the fd validation */
+       {
+               if(heynoti_unsubscribe(ad->noti_fd, "device_usb_chgdet", usb_chgdet_cb) < 0)
+               {
+                       SETTING_TRACE("ERROR: heynoti_unsubscribe()\n");
+                       num_err++;
+               }
+
+               /* heynoti_detach_handler() will be done in heynoti_close(). */
+               heynoti_close(ad->noti_fd);
+               ad->noti_fd = -1;
+       }
+
+       if (ad->ly_usb != NULL) {
+               evas_object_del(ad->ly_usb);
+               setting_view_connectivity_usb.is_create = 0;
+       }
+
+       SETTING_TRACE_END;
+       if (num_err > 0)
+       {
+               SETTING_TRACE("ERROR: the number of errors to destroy is %d\n", num_err);
+               return SETTING_RETURN_FAIL;
+       }
+       else
+       {
+               return SETTING_RETURN_SUCCESS;
+       }
+
+}
+
+/**
+ * To update the view of usb
+ */
+static int setting_connectivity_usb_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       SettingConnectivityUG *ad = (SettingConnectivityUG *) cb;
+       int ret;
+
+       if (ad->ly_usb != NULL) {
+               evas_object_show(ad->ly_usb);
+
+               ret = vconf_get_int(VCONFKEY_SETAPPL_USB_MODE_INT, &curMode);
+               setting_retvm_if(ret != 0, SETTING_RETURN_FAIL, "FAIL: vconf_get_int(VCONFKEY_SETAPPL_USB_MODE_INT");
+               if (SETTING_USB_NONE_MODE == curMode)
+               {
+                       ret = vconf_get_int(VCONFKEY_SETAPPL_USB_SEL_MODE_INT, &selMode);
+                       setting_retvm_if(ret != 0, SETTING_RETURN_FAIL, "FAIL: vconf_get_int(VCONFKEY_SETAPPL_USB_SEL_MODE_INT");
+                       SETTING_TRACE("Radio set: when updating view \n");
+                       elm_radio_value_set(ad->chk_con, selMode);
+               }
+               else    /* curMode != SETTING_USB_NONE_MODE */
+               {
+                       elm_radio_value_set(ad->chk_con, curMode);
+               }
+
+
+       }
+       SETTING_TRACE_END;
+       return SETTING_RETURN_SUCCESS;
+}
+
+/**
+ * To cleanup the view of usb
+ */
+static int setting_connectivity_usb_cleanup(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+}
+
+/**
+ * Do process when clicking '<-' button
+ */
+static void
+setting_connectivity_usb_click_softkey_cancel_cb(void *data, Evas_Object *obj,
+                                                void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingConnectivityUG *ad = (SettingConnectivityUG *) data;
+
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+       SETTING_TRACE_END;
+}
+
+/**
+ * Do process when clicking 'Help' button
+ */
+static void
+setting_connectivity_usb_click_softkey_set_cb(void *data, Evas_Object *obj,
+                                             void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingConnectivityUG *ad = (SettingConnectivityUG *) data;
+
+       /* Send destroy request */
+       setting_view_change(&setting_view_connectivity_usb,
+                           &setting_view_connectivity_usb_help, ad);
+       SETTING_TRACE_END;
+}
+
+
+/**
+ * Here is for loading popup
+ */
+
+/**
+ * unload popup 
+ */
+static void unload_popup()
+{
+       SETTING_TRACE_BEGIN;
+       
+       if (popup_eo != NULL)   
+       {
+               SETTING_TRACE("evas_object_del(popup_eo)\n");
+               evas_object_del(popup_eo);
+               popup_eo = NULL;
+       }
+       else
+       {
+               SETTING_TRACE("popup_eo == NULL\n");
+       }
+       
+       SETTING_TRACE_END;
+}
+
+/**
+ * Callback function to respond pushing cancel button of the usb connection popup
+ */
+static void usb_connection_response_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(!data, "ERROR: The parameter is NULL\n");
+       Evas_Object *radio = data;
+       int ret = -1;
+
+       curMode = SETTING_USB_NONE_MODE;
+       selMode = SETTING_USB_DEFAULT_MODE;
+       ret = vconf_set_int(VCONFKEY_SETAPPL_USB_SEL_MODE_INT, selMode);
+       setting_retm_if(ret != 0, "vconf_set_int(VCONF_SETAPPL_USB_SEL_MODE_INT)\n");
+       SETTING_TRACE("Radio set: When cancel btn is clicked\n");
+       elm_radio_value_set(radio, selMode);
+
+       unload_popup();
+       SETTING_TRACE_END;
+}
+
+/**
+ * When a button on USB utilities is pushed, 
+ * this function makes a popup if USB cable is not connected
+ */
+void load_usb_connection_popup(Evas_Object *radio)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(!radio, "ERROR: The parameter is NULL\n");
+       unload_popup();
+
+       //popup_eo = elm_popup_with_buttons_add(win_main, popup_title, popup_msg, 1, _("IDS_COM_SK_CANCEL"), -10, NULL);
+       //evas_object_smart_callback_add(popup_eo, "response", usb_connection_response_cb, NULL);
+       popup_eo = elm_popup_add(win_main);
+       elm_object_part_text_set(popup_eo, "title,text", _("IDS_ST_BODY_USB_DEBUGGING"));
+       elm_object_text_set(popup_eo, _("IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"));
+       Evas_Object *btn = setting_create_button(win_main, _("IDS_COM_SK_CANCEL"), NULL, usb_connection_response_cb, radio);
+       elm_object_part_content_set(popup_eo, "button1", btn);  
+       evas_object_show(popup_eo);
+
+       if (popup_eo == NULL)
+               SETTING_TRACE(  "ERROR: ad->popup_eo is NULL \n");
+       if (win_main == NULL)
+               SETTING_TRACE(  "ERROR: ad->win_main is NULL \n");
+
+       SETTING_TRACE_END;
+}
+
diff --git a/setting-connectivity/src/setting-connectivity.c b/setting-connectivity/src/setting-connectivity.c
new file mode 100755 (executable)
index 0000000..d28ea34
--- /dev/null
@@ -0,0 +1,327 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-connectivity.h>
+#include <devman.h>
+
+#ifndef UG_MODULE_API
+#define UG_MODULE_API __attribute__ ((visibility("default")))
+#endif
+
+#define SETTING_USB_DEFAULT_MODE 0
+
+setting_view *__get_connective_view_to_load(bundle *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(NULL == data, NULL, "NULL == data");
+       const char *viewtype = bundle_get_val(data, "viewtype");
+       SETTING_TRACE("viewtype:%s", viewtype);
+
+       if (!safeStrCmp(viewtype, "usb")) {
+               return &setting_view_connectivity_usb;
+       } else {
+               return NULL;    /* &setting_view_connective_main; */
+       }
+
+}
+
+Evas_Object *__get_connective_layout_to_return(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       SettingConnectivityUG *connectiveUG = priv;
+       const char *viewtype = bundle_get_val(data, "viewtype");
+       SETTING_TRACE("viewtype:%s", viewtype);
+
+       if (!safeStrCmp(viewtype, "usb")) {
+               return connectiveUG->ly_usb;
+       } else if (!safeStrCmp(viewtype, "tvout")) {
+               return connectiveUG->ly_tvout;
+       } else {
+               return NULL;    /* &setting_view_connective_main; */
+       }
+
+}
+
+static void setting_connective_ug_cb_resize(void *data, Evas *e,
+                                           Evas_Object *obj, void *event_info)
+{
+       SettingConnectivityUG *ad = (SettingConnectivityUG *) data;
+       /* setting_view_update(&setting_view_about_main, ad); */
+       setting_view_update(ad->view_to_load, ad);
+}
+
+static void *setting_connective_ug_on_create(struct ui_gadget *ug,
+                                            enum ug_mode mode, bundle *data,
+                                            void *priv)
+{
+       setting_retvm_if((!ug || !priv), NULL, "!ug || !priv");
+
+       SettingConnectivityUG *connectiveUG = priv;
+       connectiveUG->ug = ug;
+
+       connectiveUG->win_main_layout =
+           (Evas_Object *) ug_get_parent_layout(ug);
+       connectiveUG->win_get = (Evas_Object *) ug_get_window();
+       evas_object_show(connectiveUG->win_main_layout);
+       connectiveUG->evas =
+           evas_object_evas_get(connectiveUG->win_main_layout);
+
+       setting_retvm_if(connectiveUG->win_main_layout == NULL, NULL,
+                        "cannot get main window ");
+
+
+       /* register view node table */
+       setting_view_node_table_intialize();
+       setting_view_node_table_register(&setting_view_connectivity_usb, NULL);
+       setting_view_node_table_register(&setting_view_connectivity_usb_help,
+                                        &setting_view_connectivity_usb);
+
+       /*  creating a view. */
+       setting_create_Gendial_itc("dialogue/1text.1icon.2",
+                                  &(connectiveUG->itc_1text_1icon_2));
+       setting_create_Gendial_itc("dialogue/2text.3",
+                                  &(connectiveUG->itc_2text_2));
+       connectiveUG->itc_seperator.item_style = "dialogue/separator/21/with_line";
+       connectiveUG->itc_seperator.func.text_get = NULL;
+       connectiveUG->itc_seperator.func.content_get = NULL;
+       connectiveUG->itc_seperator.func.state_get = NULL;
+       connectiveUG->itc_seperator.func.del = NULL;
+
+       setting_create_Gendial_itc("multiline/1text",
+                                  &(connectiveUG->itc_help_style));
+       
+
+       connectiveUG->view_to_load = __get_connective_view_to_load(data);
+       setting_retvm_if(NULL == connectiveUG->view_to_load, NULL,
+                        "NULL == connectiveUG->view_to_load");
+       setting_view_node_set_cur_view(connectiveUG->view_to_load);
+       setting_view_create(connectiveUG->view_to_load, (void *)connectiveUG);
+       evas_object_event_callback_add(connectiveUG->win_main_layout,
+                                      EVAS_CALLBACK_RESIZE,
+                                      setting_connective_ug_cb_resize,
+                                      connectiveUG);
+       return __get_connective_layout_to_return(data, connectiveUG);
+}
+
+static void setting_connective_ug_on_start(struct ui_gadget *ug, bundle *data,
+                                          void *priv)
+{
+}
+
+static void setting_connective_ug_on_pause(struct ui_gadget *ug, bundle *data,
+                                          void *priv)
+{
+}
+
+static void setting_connective_ug_on_resume(struct ui_gadget *ug, bundle *data,
+                                           void *priv)
+{
+}
+
+static void setting_connective_ug_on_destroy(struct ui_gadget *ug,
+                                            bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if((!ug || !priv), "!ug || !priv");
+       SettingConnectivityUG *connectiveUG = priv;
+
+       evas_object_event_callback_del(connectiveUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_connective_ug_cb_resize);   /* fix flash issue for gallery */
+       connectiveUG->ug = ug;
+
+       /*  called when this shared gadget is terminated. similar with app_exit */
+       if (&setting_view_connectivity_usb == connectiveUG->view_to_load) {
+               setting_view_destroy(&setting_view_connectivity_usb_help,
+                                    connectiveUG);
+               setting_view_destroy(&setting_view_connectivity_usb,
+                                    connectiveUG);
+       }
+
+       if (NULL != ug_get_layout(connectiveUG->ug)) {
+               evas_object_hide((Evas_Object *)
+                                ug_get_layout(connectiveUG->ug));
+               evas_object_del((Evas_Object *)
+                               ug_get_layout(connectiveUG->ug));
+       }
+
+       int ret = check_usb_jack_status();
+       if (ret == USB_DISCONNECTED) /* USB cable is not connected */
+       {
+               SETTING_TRACE("USB cable is not connected\n");
+               set_usb_mode_default();
+       }
+
+       SETTING_TRACE_END;
+}
+
+static void setting_connective_ug_on_message(struct ui_gadget *ug, bundle *msg,
+                                            bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+}
+
+static void setting_connective_ug_on_event(struct ui_gadget *ug,
+                                          enum ug_event event, bundle *data,
+                                          void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       switch (event) {
+       case UG_EVENT_LOW_MEMORY:
+               break;
+       case UG_EVENT_LOW_BATTERY:
+               break;
+       case UG_EVENT_LANG_CHANGE:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN:
+               break;
+       case UG_EVENT_REGION_CHANGE:
+               break;
+       default:
+               break;
+       }
+}
+
+static void setting_connective_ug_on_key_event(struct ui_gadget *ug,
+                                              enum ug_key_event event,
+                                              bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       SettingConnectivityUG *ad = (SettingConnectivityUG *) priv;
+       if (!ug)
+               return;
+
+       switch (event) {
+       case UG_KEY_EVENT_END:
+               {
+                       if (elm_naviframe_top_item_get(ad->navi_bar) ==
+                          elm_naviframe_bottom_item_get(ad->navi_bar)) {
+                               ug_destroy_me(ug);
+                       } else {
+                               /* elm_naviframe_item_pop(ad->navi_bar); */
+                               setting_view_cb_at_endKey(ad);
+                       }
+               }
+               break;
+       default:
+               break;
+       }
+}
+
+UG_MODULE_API int UG_MODULE_INIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       SettingConnectivityUG *connectiveUG =
+           calloc(1, sizeof(SettingConnectivityUG));
+       setting_retvm_if(!connectiveUG, -1,
+                        "Create SettingConnectivityUG obj failed");
+
+       ops->create = setting_connective_ug_on_create;
+       ops->start = setting_connective_ug_on_start;
+       ops->pause = setting_connective_ug_on_pause;
+       ops->resume = setting_connective_ug_on_resume;
+       ops->destroy = setting_connective_ug_on_destroy;
+       ops->message = setting_connective_ug_on_message;
+       ops->event = setting_connective_ug_on_event;
+       ops->key_event = setting_connective_ug_on_key_event;
+       ops->priv = connectiveUG;
+       ops->opt = UG_OPT_INDICATOR_ENABLE;
+
+       return 0;
+}
+
+UG_MODULE_API void UG_MODULE_EXIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       struct SettingConnectivityUG *connectiveUG;
+       setting_retm_if(!ops, "ops == NULL");
+
+       connectiveUG = ops->priv;
+       if (connectiveUG) {
+               FREE(connectiveUG);
+       }
+}
+
+/*****/
+UG_MODULE_API int setting_plugin_reset(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+
+       int ret = 0;
+       const char *ug_type = bundle_get_val(data, "viewtype"); /*  usb */
+       if (0 == safeStrCmp(ug_type, "usb")) {
+               /* usb */
+#if SUPPORT_RUN_SYSTEM_COMMAND
+               ret += excuteCmd(SETTING_POSTINST_FILE, 1, "usbconnectivity");  
+#else
+               ret += vconf_set_int(VCONFKEY_SETAPPL_USB_SEL_MODE_INT, SETTING_USB_DEFAULT_MODE);
+               /* Resetting VCONFKEY_SETAPPL_USB_MODE_INT (current mode) is not necessary.
+                * If USB cable is removed, the key value is SETTING_USB_NONE_MODE by USB-setting.
+                * If USB cable is connected, the key value is changed by selected mode. */
+               ret += vconf_set_int(VCONFKEY_SETAPPL_USB_IN_MODE_CHANGE, NO_CHANGE);
+               ret += vconf_set_bool(VCONFKEY_SETAPPL_USB_DEBUG_MODE, FALSE);
+#endif
+       }
+       return ret;
+}
+
+/*****/
+
+/**
+ * This function checks the USB connection status
+ */
+int check_usb_jack_status()
+{
+       SETTING_TRACE_BEGIN;
+       int jack_status = -1;
+       if (device_get_property(DEVTYPE_JACK, JACK_PROP_USB_ONLINE, &jack_status) == 0 && jack_status == 1) {
+               SETTING_TRACE("jack_status: %d", jack_status);
+               SETTING_TRACE_END;
+               return USB_CONNECTED;   /*  USB is connected */
+       }
+       else {
+               SETTING_TRACE("jack_status: %d", jack_status);
+               SETTING_TRACE_END;
+               return USB_DISCONNECTED;       /*  USB is disconnected */
+       }
+}
+
+/**
+ * This function sets USB mode to Default USB mode
+ */
+void set_usb_mode_default()
+{
+       int ret = -1;
+       
+       /* USB mode is changed to default USB mode */
+       ret = vconf_set_int(VCONFKEY_SETAPPL_USB_SEL_MODE_INT, SETTING_USB_DEFAULT_MODE);
+       if ( ret != 0)
+       {
+               SETTING_TRACE("FAIL: vconf_set_int(VCONFKEY_SETAPPL_USB_MODE_INT)\n");
+       }
+}
diff --git a/setting-display/CMakeLists.txt b/setting-display/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..9908c1b
--- /dev/null
@@ -0,0 +1,35 @@
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_display REQUIRED elementary ecore ecore-x edje evas appcore-common appcore-efl ui-gadget bundle dlog devman)
+
+FOREACH(flag ${pkgs_display_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")
+
+ADD_LIBRARY(${SETTING_DISPLAY_UG} SHARED
+       ./src/setting-display.c
+       ./src/setting-display-main.c
+       ##./src/setting-display-backlight.c
+       ./src/setting-display-brightness.c
+       ./src/setting-display-wallpaper.c
+       )
+
+TARGET_LINK_LIBRARIES(${SETTING_DISPLAY_UG} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON} -lsetting-common)
+TARGET_LINK_LIBRARIES(${SETTING_DISPLAY_UG} ${pkgs_display_LDFLAGS})
+
+INSTALL(TARGETS ${SETTING_DISPLAY_UG} DESTINATION /opt/ug/lib)
diff --git a/setting-display/include/setting-display-brightness.h b/setting-display/include/setting-display-brightness.h
new file mode 100755 (executable)
index 0000000..6939c15
--- /dev/null
@@ -0,0 +1,46 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_DISPLAY_BRIGHTNESS_H__
+#define __SETTING_DISPLAY_BRIGHTNESS_H__
+
+#include <setting-display.h>
+
+
+static void setting_display_brightness_click_softkey_cancel_cb(void *data,
+                                                              Evas_Object *
+                                                              obj, void
+                                                              *event_info);
+static void setting_display_brightness_chk_btn_cb(void *data, Evas_Object *obj,
+                                                 void *event_info);
+static void setting_display_brightness_mouse_up_Gendial_list_cb(void *data,
+                                                               Evas_Object *
+                                                               obj, void
+                                                               *event_info);
+static void setting_display_birghtness_bright_slider_value_change_cb(void *data,
+                                                                    Evas_Object
+                                                                *obj, void
+                                                                    *event_info);
+
+#endif                         /* __SETTING_DISPLAY_BRIGHTNESS_H__ */
diff --git a/setting-display/include/setting-display-main.h b/setting-display/include/setting-display-main.h
new file mode 100755 (executable)
index 0000000..e991ca5
--- /dev/null
@@ -0,0 +1,58 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_DISPLAY_MAIN_H__
+#define __SETTING_DISPLAY_MAIN_H__
+
+#include <setting-display.h>
+
+/** @todo need to i18n string registration */
+#define LAUNCH_EFFECT_STR "IDS_ST_BODY_APP_OPENING_EFFECT"
+#define LAUNCH_IMAGE_STR  "IDS_ST_BODY_APP_OPENING_IMAGE"
+#define LAUNCH_BATTERY_STR  "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+
+#define SETTING_DISPLAY_TIME_15_SEC_STR "IDS_ST_BODY_15SEC"
+#define SETTING_DISPLAY_TIME_30_SEC_STR "IDS_ST_BODY_30SEC"
+#define SETTING_DISPLAY_TIME_1_MIN_STR "IDS_COM_BODY_1_MINUTE"
+
+#define SETTING_DISPLAY_TIME_2_MIN_STR "IDS_ST_BODY_2_MINUTES"
+#define SETTING_DISPLAY_TIME_5_MIN_STR "IDS_ST_BODY_5_MINUTES"
+#define SETTING_DISPLAY_TIME_10_MIN_STR "IDS_ST_BODY_10_MINUTES"
+
+static void setting_display_main_battery_chk_btn_cb(void *data,
+                                                   Evas_Object *obj,
+                                                   void *event_info);
+static void setting_display_main_mouse_up_Gendial_list_cb(void *data,
+                                                         Evas_Object *obj,
+                                                         void *event_info);
+static void setting_display_main_click_softkey_back_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info);
+static void setting_display_main_launch_effect_chk_btn_cb(void *data,
+                                                         Evas_Object *obj,
+                                                         void *event_info);
+static Ecore_X_Window setting_display_main_effect_get_root(Evas_Object *
+                                                          win_main);
+static void setting_display_main_effect_set_value(void *data);
+#endif                         /* __SETTING_DISPLAY_MAIN_H__ */
diff --git a/setting-display/include/setting-display-wallpaper.h b/setting-display/include/setting-display-wallpaper.h
new file mode 100755 (executable)
index 0000000..31f3fbe
--- /dev/null
@@ -0,0 +1,36 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_DISPLAY_WALLPAPER_H__
+#define __SETTING_DISPLAY_WALLPAPER_H__
+
+#include <setting-display.h>
+
+#define SETING_DISPLAY_WALLPAPER_CHANGE_WALLPAPER_STR "IDS_COM_HEADER_CHANGE_WALLPAPER"
+#define SETING_DISPLAY_WALLPAPER_CUSTOMIZED_LOCK_SCREEN_STR "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+
+static void setting_display_wallpaper_click_softkey_cancel_cb(void *data,
+                                                             Evas_Object *obj,
+                                                             void *event_info);
+#endif                         /* __SETTING_DISPLAY_WALLPAPER_H__ */
diff --git a/setting-display/include/setting-display.h b/setting-display/include/setting-display.h
new file mode 100644 (file)
index 0000000..7ba2f8c
--- /dev/null
@@ -0,0 +1,99 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_DISPLAY_H__
+#define __SETTING_DISPLAY_H__
+
+#include <stdio.h>
+#include <string.h>
+
+#include <Elementary.h>
+
+#include <appcore-efl.h>
+
+#include <glib-object.h>
+#include <ui-gadget.h>
+#include <ui-gadget-module.h>
+#include <bundle.h>
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+
+#define USE_DEVICE_SET_DISPLAY_BRT 1
+
+typedef struct _SettingDisplayUG SettingDisplayUG;
+
+/**
+ * Setting Display UG context
+ * all UG function has void* as an agument. this is casted back to SettingDisplayUG 
+ * and the functions access app context.
+ */
+struct _SettingDisplayUG {
+       struct ui_gadget *ug;
+
+       /* add more variables here (move your appdata to here) */
+       Evas *evas;
+       Evas_Object *win_main_layout;
+       Evas_Object *win_get;
+
+       struct ui_gadget *ug_loading;
+
+       Evas_Object *ly_main;
+       Evas_Object *ly_wall;
+
+       Evas_Object *img_homescreen;
+       Evas_Object *img_lockscreen;
+       Evas_Object *scrl_wall;
+
+       Evas_Object *navi_bar;  /*  for navigation effect */
+
+       Setting_GenGroupItem_Data *data_br;
+       Setting_GenGroupItem_Data *data_back;
+       Setting_GenGroupItem_Data *data_br_auto;
+       Setting_GenGroupItem_Data *data_br_sli;
+       Setting_GenGroupItem_Data *data_launch_effect;
+       Setting_GenGroupItem_Data *data_battery;
+
+       //int bright_value;
+       int low_bat;
+
+       setting_view *view_to_load;
+
+       Elm_Genlist_Item_Class itc_2text_2;
+       Elm_Genlist_Item_Class itc_1text_1icon;
+       Elm_Genlist_Item_Class itc_layout;
+       Elm_Genlist_Item_Class itc_seperator;
+       Elm_Genlist_Item_Class itc_2text_3_parent;
+       Elm_Genlist_Item_Class itc_1icon_1text_sub;
+       Elm_Genlist_Item_Class itc_1text;
+};
+
+extern setting_view setting_view_display_main;
+extern setting_view setting_view_display_brightness;
+extern setting_view setting_view_display_wallpaper;
+
+void setting_display_layout_ug_cb(struct ui_gadget *ug, enum ug_mode mode,
+                                 void *priv);
+
+#endif                         /* __SETTING_DISPLAY_H__ */
diff --git a/setting-display/src/setting-display-brightness.c b/setting-display/src/setting-display-brightness.c
new file mode 100755 (executable)
index 0000000..0681ccd
--- /dev/null
@@ -0,0 +1,407 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+
+#include <setting-display-brightness.h>
+#include <devman.h>
+
+#define Left_Bright_Icon IMG_BRIGTHNESS_LEFT
+#define Right_Bright_Icon IMG_BRIGHTNESS_RIGHT
+
+static int setting_display_brightness_create(void *cb);
+static int setting_display_brightness_destroy(void *cb);
+static int setting_display_brightness_update(void *cb);
+static int setting_display_brightness_cleanup(void *cb);
+
+static void setting_display_set_slider_value(void* data, Evas_Object *obj, double value);
+
+setting_view setting_view_display_brightness = {
+       .create = setting_display_brightness_create,
+       .destroy = setting_display_brightness_destroy,
+       .update = setting_display_brightness_update,
+       .cleanup = setting_display_brightness_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static Eina_Bool setting_display_brightness_on_idle(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       SettingDisplayUG *ad = (SettingDisplayUG *) data;
+       int auto_value, err;
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_AUTOMATIC_BRIGHTNESS,
+                                &auto_value, &err);
+       if (auto_value) {
+               setting_disable_genlist_item(ad->data_br_sli->item);
+       }
+       return FALSE;
+}
+
+
+// low battery 
+static void setting_display_brightness_lowbat_cb(keynode_t *key, void* data)
+{
+//     SETTING_TRACE_BEGIN;
+       ret_if(data == NULL);
+       SettingDisplayUG *ad = (SettingDisplayUG *) data;
+       SETTING_TRACE_BEGIN;
+
+       char* vconf_key = vconf_keynode_get_name(key);
+       SETTING_TRACE("the value of [ %s ] just changed", vconf_key);
+       // VCONFKEY_SYSMAN_BATTERY_STATUS_LOW
+
+       int battery_value;
+       vconf_get_int(VCONFKEY_SYSMAN_BATTERY_STATUS_LOW, &battery_value);
+       ad->low_bat = battery_value;
+
+       int automatic_val, err;
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_AUTOMATIC_BRIGHTNESS, &automatic_val, &err);
+
+       if (battery_value < VCONFKEY_SYSMAN_BAT_WARNING_LOW)
+       {
+               // disabled 
+               if (ad->data_br_sli) {
+                       setting_disable_genlist_item(ad->data_br_sli->item);
+                       setting_disable_genlist_item(ad->data_br_auto->item);
+               }
+       } else {
+               if (ad->data_br_sli) {
+                       if (automatic_val != 1) // not automatic
+                       {
+                               setting_enable_genlist_item(ad->data_br_auto->item);
+                               setting_enable_genlist_item(ad->data_br_sli->item);
+                       } else { // automatic
+                               setting_enable_genlist_item(ad->data_br_auto->item);
+                               //setting_enable_genlist_item(ad->data_br_sli->item);
+                       }
+               }
+       }
+       return;
+}
+
+static int setting_display_brightness_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingDisplayUG *ad = (SettingDisplayUG *) cb;
+
+       Evas_Object *navi_bar = ad->navi_bar;
+       Evas_Object *sub_layout = elm_layout_add(navi_bar);
+       elm_layout_file_set(sub_layout, SETTING_THEME_EDJ_NAME, "search_layout");
+
+       Evas_Object *genlist = elm_genlist_add(ad->win_main_layout);
+       retvm_if(genlist == NULL, SETTING_RETURN_FAIL, "Cannot set scroller object as contento of layout");
+       elm_genlist_clear(genlist);     /* first to clear list */
+
+       setting_push_layout_navi_bar(_(KeyStr_Brightness),
+                                    _("IDS_COM_BODY_BACK"), NULL, NULL,
+                                    setting_display_brightness_click_softkey_cancel_cb,
+                                    NULL,
+                                    NULL, ad, sub_layout, navi_bar, NULL);;
+       elm_object_part_content_set(sub_layout, "search_list2", genlist);
+
+       int auto_value, value;
+       int err;
+       Elm_Object_Item *item = NULL;;
+
+       item = elm_genlist_item_append(genlist, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       // [control] AUTOMATIC - boolean - vconf
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_AUTOMATIC_BRIGHTNESS, &auto_value, &err);
+       SETTING_TRACE("auto_value:%d", auto_value);
+
+       // [UI] AUTOMATIC - boolean
+       ad->data_br_auto =
+           setting_create_Gendial_field_def(genlist, &(ad->itc_1text_1icon),
+                                            setting_display_brightness_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, auto_value,
+                                            "IDS_COM_BODY_AUTOMATIC", NULL,
+                                            setting_display_brightness_chk_btn_cb);
+       if (ad->data_br_auto) {
+               ad->data_br_auto->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_br_auto is NULL");
+       }
+
+       int battery_value;
+       vconf_get_int(VCONFKEY_SYSMAN_BATTERY_STATUS_LOW, &battery_value);
+       ad->low_bat = battery_value;
+
+       if (ad->low_bat < VCONFKEY_SYSMAN_BAT_WARNING_LOW) {
+       }
+
+       /* check manual */
+       int ret = setting_get_int_slp_key(INT_SLP_SETTING_LCD_BRIGHTNESS, &value,
+                                   &err);
+       if (ret == SETTING_RETURN_FAIL) {
+               value = SETTING_BRIGHTNESS_LEVEL5;
+       }
+
+       SETTING_TRACE("******* value = %d ", value);
+       int max_brt;
+       max_brt = device_get_max_brt(0);
+       if (max_brt < 0) {
+               SETTING_TRACE("Fail to get the max brightness of the display.\n");
+               max_brt = 10;
+       } else {
+               SETTING_TRACE("Max brightness of the display is %d\n", max_brt);
+       }
+
+       ad->data_br_sli =
+           setting_create_Gendial_field_def(genlist, &(ad->itc_layout), NULL,
+                                            NULL, SWALLOW_Type_LAYOUT_SLIDER,
+                                            Left_Bright_Icon,
+                                            Right_Bright_Icon, value, NULL,
+                                            NULL,
+                                            setting_display_birghtness_bright_slider_value_change_cb);
+
+       if (ad->data_br_sli) {
+               ad->data_br_sli->win_main = ad->win_main_layout;
+               ad->data_br_sli->evas = ad->evas;
+               ad->data_br_sli->slider_min = 1;
+               ad->data_br_sli->slider_max = max_brt;
+               ad->data_br_sli->userdata = ad;
+
+               if (auto_value) {
+                       setting_disable_genlist_item(ad->data_br_sli->item);
+               }
+
+       } else {
+               SETTING_TRACE_ERROR("ad->data_br_sli is NULL");
+       }
+
+       vconf_get_int(VCONFKEY_SYSMAN_BATTERY_STATUS_LOW, &battery_value);
+       ad->low_bat = battery_value;
+
+       if (ad->low_bat < VCONFKEY_SYSMAN_BAT_WARNING_LOW) {
+               if (ad->data_br_sli) {
+                       setting_disable_genlist_item(ad->data_br_sli->item);
+                       setting_disable_genlist_item(ad->data_br_auto->item);
+               }
+       }
+
+       // low battery handler - registration
+       vconf_notify_key_changed(VCONFKEY_SYSMAN_BATTERY_STATUS_LOW, setting_display_brightness_lowbat_cb, ad);
+
+       setting_view_display_brightness.is_create = 1;
+       ecore_idler_add(setting_display_brightness_on_idle, ad);
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_display_brightness_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       /* low battery handler - registration */
+       vconf_ignore_key_changed(VCONFKEY_SYSMAN_BATTERY_STATUS_LOW, setting_display_brightness_lowbat_cb);
+
+       SettingDisplayUG *ad = (SettingDisplayUG *) cb;
+       elm_naviframe_item_pop(ad->navi_bar);
+
+       setting_view_display_brightness.is_create = 0;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_display_brightness_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return SETTING_RETURN_SUCCESS;
+
+}
+
+static int setting_display_brightness_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       setting_display_brightness_destroy(cb);
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_display_brightness_click_softkey_cancel_cb(void *data,
+                                                  Evas_Object *obj,
+                                                  void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingDisplayUG *ad = (SettingDisplayUG *) data;
+
+       setting_view_change(&setting_view_display_brightness,
+                           &setting_view_display_main, ad);
+}
+
+static void __toggle_automatic_chk(void* data, int chk_status)
+{
+       int err;
+       SettingDisplayUG *ad = (SettingDisplayUG *) data;
+       if (chk_status) {
+               // TOGGLE ON
+               setting_disable_genlist_item(ad->data_br_sli->item);
+
+       } else {
+               // TOGGLE OFF
+               int value = device_get_display_brt(0);
+               SETTING_TRACE(" SENOSR :: %d ", value);
+
+               setting_set_int_slp_key(INT_SLP_SETTING_LCD_BRIGHTNESS, value, &err);
+
+               if (ad->low_bat < VCONFKEY_SYSMAN_BAT_WARNING_LOW) {
+                       setting_disable_genlist_item(ad->data_br_sli->item);
+                       setting_disable_genlist_item(ad->data_br_auto->item);
+                       setting_set_bool_slp_key(BOOL_SLP_SETTING_AUTOMATIC_BRIGHTNESS, chk_status, &err);
+                       return;
+               }
+
+#ifdef USE_DEVICE_SET_DISPLAY_BRT
+               setting_display_set_slider_value(ad,ad->data_br_sli->eo_check , value);
+               elm_slider_value_set(ad->data_br_sli->eo_check, value);
+#endif
+               setting_enable_genlist_item(ad->data_br_sli->item);
+       }
+
+       setting_set_bool_slp_key(BOOL_SLP_SETTING_AUTOMATIC_BRIGHTNESS, chk_status, &err);
+}
+
+static void
+setting_display_brightness_chk_btn_cb(void *data, Evas_Object *obj,
+                                     void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       SettingDisplayUG *ad = list_item->userdata;
+       list_item->chk_status = elm_check_state_get(obj);       /*  for genlist update status */
+
+       // enable /disable toggle button
+       __toggle_automatic_chk(ad, list_item->chk_status);
+       return;
+}
+
+/**
+ * [UI] 'Automatic' toggle
+ */
+static void setting_display_brightness_mouse_up_Gendial_list_cb(void *data,
+                                                               Evas_Object * obj, 
+                                                               void *event_info)
+{
+       /* error check */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       retm_if(data == NULL, "Invalid argument: data is NULL");
+       SettingDisplayUG *ad = data;
+
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       int old_status = elm_check_state_get(list_item->eo_check);
+       /* new status */
+       list_item->chk_status = !old_status;
+       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+
+       // enable /disable toggle button
+       __toggle_automatic_chk(ad,list_item->chk_status);
+}
+
+static void setting_display_set_slider_value(void* data, Evas_Object *obj, double value)
+                                                        
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Invalid argument: data is NULL");
+
+       SettingDisplayUG *ad = data;
+       int ret, err;
+
+#ifdef USE_DEVICE_SET_DISPLAY_BRT
+       ret = device_set_display_brt(DEV_MAIN_DISPLAY, value);
+       if (ret == 0) {
+               ad->data_br_sli->chk_status = value;
+               ret = setting_set_int_slp_key(INT_SLP_SETTING_LCD_BRIGHTNESS, value, &err);
+       } else {
+               /* SETTING_TRACE("device_set_display_brt : failed"); */
+       }
+#endif
+}
+
+
+static void
+setting_display_birghtness_bright_slider_value_change_cb(void *data,
+                                                        Evas_Object *obj,
+                                                        void *event_info)
+{
+       //SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       int value = 0;
+       static int old_val = -1;
+
+       SettingDisplayUG *ad = NULL;
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       ad = list_item->userdata;
+
+       value = elm_check_state_get(ad->data_br_auto->eo_check);
+       if (value == 1) {       /* it is automatic setting mode, */
+               /* do nothing */
+               return;
+       }
+
+       double val = elm_slider_value_get(obj);
+       value = (int)(val + 0.5);
+       /* SETTING_TRACE("val:%f", val); */
+       //SETTING_TRACE("value:%d", value); 
+       if (value != old_val)
+       {
+               setting_display_set_slider_value(ad, obj, value);
+               old_val = value;
+       }
+}
+
+
diff --git a/setting-display/src/setting-display-main.c b/setting-display/src/setting-display-main.c
new file mode 100644 (file)
index 0000000..68b2d60
--- /dev/null
@@ -0,0 +1,442 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-display-main.h>
+#include <Ecore_X.h>
+
+static int setting_display_main_create(void *cb);
+static int setting_display_main_destroy(void *cb);
+static int setting_display_main_update(void *cb);
+static int setting_display_main_cleanup(void *cb);
+
+setting_view setting_view_display_main = {
+       .create = setting_display_main_create,
+       .destroy = setting_display_main_destroy,
+       .update = setting_display_main_update,
+       .cleanup = setting_display_main_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+static void
+__setting_display_main_exp_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(NULL == data || NULL == event_info);
+       SETTING_TRACE_BEGIN;
+       SettingDisplayUG *ad = (SettingDisplayUG *) data;
+       Elm_Object_Item *parentItem = event_info;       /* parent item */
+       Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);      /* parent data */
+       Evas_Object *scroller = elm_object_item_widget_get(parentItem);
+
+       Evas_Object *rgd;
+       if (data_parentItem == ad->data_back) {
+               rgd = elm_radio_add(scroller);
+               elm_radio_value_set(rgd, -1);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    15,                                /* 15 sec */
+                                                    SETTING_DISPLAY_TIME_15_SEC_STR, NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    30,                                /* 30 sec */
+                                                    SETTING_DISPLAY_TIME_30_SEC_STR, NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    60,                                /* 60 sec */
+                                                    SETTING_DISPLAY_TIME_1_MIN_STR, NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    120,                               /* 2min */
+                                                    SETTING_DISPLAY_TIME_2_MIN_STR, NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    300,                               /* 5min */
+                                                    SETTING_DISPLAY_TIME_5_MIN_STR, NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    600,                               /* 10min */
+                                                    SETTING_DISPLAY_TIME_10_MIN_STR, NULL);
+
+               setting_update_chk_status(rgd,
+                                         data_parentItem->int_slp_setting_binded);
+
+       }
+}
+
+// low battery 
+static void setting_display_main_lowbat_cb(keynode_t *key, void* data)
+{
+       ret_if(data == NULL);
+       SettingDisplayUG *ad = (SettingDisplayUG *) data;
+       SETTING_TRACE_BEGIN;
+
+       char* vconf_key = vconf_keynode_get_name(key);
+       SETTING_TRACE("the value of [ %s ] just changed", vconf_key);
+       // VCONFKEY_SYSMAN_BATTERY_STATUS_LOW
+
+       int battery_value;
+       vconf_get_int(VCONFKEY_SYSMAN_BATTERY_STATUS_LOW, &battery_value);
+       ad->low_bat = battery_value;
+
+       if (battery_value < VCONFKEY_SYSMAN_BAT_WARNING_LOW)
+       {
+               elm_slider_value_set(ad->data_br->eo_check, 1);
+               // disabled 
+               setting_disable_genlist_item(ad->data_br->item);
+       } else {
+               setting_enable_genlist_item(ad->data_br->item);
+       }
+       return;
+}
+
+
+static int setting_display_main_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingDisplayUG *ad = (SettingDisplayUG *) cb;
+
+       Evas_Object *scroller = NULL;
+
+       /* add basic layout */
+       char setBtnStr[MAX_DISPLAY_NAME_LEN_ON_UI];
+       snprintf(setBtnStr, sizeof(setBtnStr), "%s",
+                (char *)dgettext("sys_string", "IDS_COM_BODY_BACK"));
+
+       ad->ly_main =
+           setting_create_layout_navi_bar_genlist(ad->win_main_layout,
+                                                  ad->win_get,
+                                                  _(KeyStr_Display), setBtnStr,
+                                                  NULL,
+                                                  setting_display_main_click_softkey_back_cb,
+                                                  NULL, ad, &scroller,
+                                                  &(ad->navi_bar));
+       setting_enable_expandable_genlist(scroller, ad,
+                                         __setting_display_main_exp_cb, NULL);
+
+       Elm_Object_Item *item = NULL;;
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       /* BRIGHTNESS */
+       ad->data_br =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2),
+                                            setting_display_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0, "IDS_COM_OPT_BRIGHTNESS",
+                                            get_brightness_mode_str(), NULL);
+       if (ad->data_br) {
+               ad->data_br->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_br is NULL");
+       }
+       /* BACKLIGHTTIME */
+    char* pa_backlight_time = get_pa_backlight_time_str();
+       ad->data_back =
+           setting_create_Gendial_exp_parent_field(scroller,
+                                                   &(ad->itc_2text_3_parent),
+                                                   NULL, NULL,
+                                                   SWALLOW_Type_INVALID,
+                                                   "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME",
+                                               pa_backlight_time);
+       if (ad->data_back) {
+               ad->data_back->int_slp_setting_binded =
+                       INT_SLP_SETTING_LCD_TIMEOUT_NORMAL;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_back is NULL");
+       }       
+       G_FREE(pa_backlight_time);
+
+       /*  add separator */
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       int value = 0;
+       vconf_get_bool(VCONFKEY_SETAPPL_BATTERY_PERCENTAGE_BOOL, &value);
+       ad->data_battery =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_display_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, value, LAUNCH_BATTERY_STR,
+                                            NULL,
+                                            setting_display_main_battery_chk_btn_cb);
+       if (ad->data_battery) {
+               ad->data_battery->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_battery is NULL");
+       }
+
+       /*  add separator */
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       /* Launch Effect */
+       int launch_effect_value = 0;
+       Ecore_X_Window root = 0;
+       Ecore_X_Atom effect_enable_atom = 0;
+
+       root = setting_display_main_effect_get_root(ad->win_main_layout);
+       effect_enable_atom = ecore_x_atom_get("_NET_CM_EFFECT_ENABLE");
+
+       if (root) {
+               ecore_x_window_prop_card32_get(root, effect_enable_atom,
+                                              (unsigned int *)
+                                              &launch_effect_value, 1);
+       }
+       ad->data_launch_effect =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_display_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, launch_effect_value,
+                                            LAUNCH_EFFECT_STR, NULL,
+                                            setting_display_main_launch_effect_chk_btn_cb);
+       if (ad->data_launch_effect) {
+               ad->data_launch_effect->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_launch_effect is NULL");
+       }
+
+       int battery_value;
+       vconf_get_int(VCONFKEY_SYSMAN_BATTERY_STATUS_LOW, &battery_value);
+       ad->low_bat = battery_value;
+                                                                                                                                          
+       if (battery_value < VCONFKEY_SYSMAN_BAT_WARNING_LOW)
+       {
+               if (ad->data_br) {
+                       elm_slider_value_set(ad->data_br->eo_check, 1);
+                       // disabled 
+                       setting_disable_genlist_item(ad->data_br->item);
+               }
+       } else {
+               if (ad->data_br) {
+                       setting_enable_genlist_item(ad->data_br->item);
+               }
+       }
+
+       vconf_notify_key_changed(VCONFKEY_SYSMAN_BATTERY_STATUS_LOW, setting_display_main_lowbat_cb, ad);
+
+       setting_view_display_main.is_create = 1;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_display_main_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingDisplayUG *ad = (SettingDisplayUG *) cb;
+
+       // low battery handler - registration
+       vconf_ignore_key_changed(VCONFKEY_SYSMAN_BATTERY_STATUS_LOW, setting_display_main_lowbat_cb);
+
+       if (ad->ly_main != NULL) {
+               evas_object_del(ad->ly_main);
+               setting_view_display_main.is_create = 0;
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_display_main_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingDisplayUG *ad = (SettingDisplayUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_show(ad->ly_main);
+               if (ad->data_br) {
+                       ad->data_br->sub_desc =
+                           (char *)g_strdup(get_brightness_mode_str());
+                       elm_object_item_data_set(ad->data_br->item, ad->data_br);
+                       elm_genlist_item_update(ad->data_br->item);
+
+               }
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_display_main_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+static void
+setting_display_main_mouse_up_Gendial_list_cb(void *data, Evas_Object *obj,
+                                             void *event_info)
+{
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       SettingDisplayUG *ad = (SettingDisplayUG *) data;
+
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+
+       if (!safeStrCmp("IDS_COM_OPT_BRIGHTNESS", list_item->keyStr)) {
+               setting_view_change(&setting_view_display_main,
+                                   &setting_view_display_brightness, ad);
+       } else if (!safeStrCmp(LAUNCH_EFFECT_STR, list_item->keyStr)) {
+               int old_status = elm_check_state_get(list_item->eo_check);
+               /* new status  */
+               list_item->chk_status = !old_status;
+               elm_check_state_set(list_item->eo_check, list_item->chk_status);
+
+               setting_display_main_effect_set_value(list_item);
+       } else if (!safeStrCmp(LAUNCH_BATTERY_STR, list_item->keyStr)) {
+               int old_status = elm_check_state_get(list_item->eo_check);
+               /* new status */
+               list_item->chk_status = !old_status;
+               elm_check_state_set(list_item->eo_check, list_item->chk_status);
+               vconf_set_bool(VCONFKEY_SETAPPL_BATTERY_PERCENTAGE_BOOL, list_item->chk_status);
+       }
+}
+
+static void
+setting_display_main_click_softkey_back_cb(void *data, Evas_Object *obj,
+                                          void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL,
+                       "[Setting > Display] Data parameter is NULL");
+
+       SettingDisplayUG *ad = (SettingDisplayUG *) data;
+
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+       SETTING_TRACE_END;
+
+}
+
+static void
+setting_display_main_battery_chk_btn_cb(void *data, Evas_Object *obj,
+                                       void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+
+       list_item->chk_status = elm_check_state_get(obj);       /*  for genlist update status */
+       vconf_set_bool(VCONFKEY_SETAPPL_BATTERY_PERCENTAGE_BOOL, list_item->chk_status);
+}
+
+static void
+setting_display_main_launch_effect_chk_btn_cb(void *data, Evas_Object *obj,
+                                             void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+
+       list_item->chk_status = elm_check_state_get(obj);       /*  for genlist update status */
+       setting_display_main_effect_set_value(list_item);
+       return;
+}
+
+static Ecore_X_Window setting_display_main_effect_get_root(Evas_Object *
+                                                          win_main)
+{
+       Ecore_X_Window xwin = 0;
+       Ecore_X_Window root = 0;
+
+       retv_if(!win_main, root);
+
+       xwin = elm_win_xwindow_get(win_main);
+       retv_if(!xwin, root);
+
+       root = ecore_x_window_root_get(xwin);
+       return root;
+}
+
+static void setting_display_main_effect_set_value(void *data)
+{
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       SettingDisplayUG *ad = list_item->userdata;
+       Ecore_X_Window root = 0;
+       Ecore_X_Atom effect_enable_atom = 0;
+       unsigned int is_enable = 0;     /* 0: effect disable, 1: effect enable */
+
+       root = setting_display_main_effect_get_root(ad->win_main_layout);
+       ret_if(!root);
+       effect_enable_atom = ecore_x_atom_get("_NET_CM_EFFECT_ENABLE");
+       ret_if(!effect_enable_atom);
+
+       if (list_item->chk_status) {
+               is_enable = 1;
+       }
+
+       ecore_x_window_prop_card32_set(root, effect_enable_atom, &is_enable, 1);
+       return;
+}
diff --git a/setting-display/src/setting-display-wallpaper.c b/setting-display/src/setting-display-wallpaper.c
new file mode 100755 (executable)
index 0000000..1eca19a
--- /dev/null
@@ -0,0 +1,371 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-display-wallpaper.h>
+
+static int setting_display_wallpaper_create(void *cb);
+static int setting_display_wallpaper_destroy(void *cb);
+static int setting_display_wallpaper_update(void *cb);
+static int setting_display_wallpaper_cleanup(void *cb);
+
+setting_view setting_view_display_wallpaper = {
+       .create = setting_display_wallpaper_create,
+       .destroy = setting_display_wallpaper_destroy,
+       .update = setting_display_wallpaper_update,
+       .cleanup = setting_display_wallpaper_cleanup,
+};
+
+//#define MAX_IMAGE_H_SIZE     (600.0)
+//#define MAX_IMAGE_W_SIZE     (336.0)
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static void __destroy_gallery_ug_cb(struct ui_gadget *ug, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+
+       /* restore the '<-' button on the navigate bar */
+       ret_if(!priv);
+       SettingDisplayUG *ad = (SettingDisplayUG *) priv;       /* ad is point to priv */
+
+       if (ug) {
+               ug_destroy(ug);
+               ad->ug_loading = NULL;
+       }
+
+       Elm_Object_Item *navi_it = elm_naviframe_top_item_get(ad->navi_bar);
+       ret_if(!navi_it);
+       Evas_Object *back_btn = elm_object_item_part_content_get(navi_it, "prev_btn");
+
+       if (back_btn != NULL) {
+               elm_object_style_set(back_btn, NAVI_BACK_BUTTON_STYLE); /* take into effect */
+       }
+}
+
+static void setting_display_wallpaper_string_vconf_change_cb(keynode_t *key,
+                                                            void *data)
+{
+       SettingDisplayUG *ad = data;
+       if (!ad)
+               return;         /*  do nothing if ad is NULL */
+       char *value = vconf_keynode_get_str(key);
+       char *vconf_name = vconf_keynode_get_name(key);
+
+       int w;
+       int h;
+       ecore_x_window_size_get(ecore_x_window_root_first_get(), &w, &h);
+
+       double max_image_w_size = w/2 - w*0.03;
+       double max_image_h_size = h*0.46875;
+
+       if (!safeStrCmp(vconf_name, VCONFKEY_BGSET)) {
+               evas_object_image_file_set(ad->img_homescreen, NULL, NULL);     /* give a littile time for gallery to copy the tmp file */
+               Evas_Object *temp_img = evas_object_image_add(ad->evas);
+               int temp_w;
+               int temp_h;
+               double ratio_w, ratio_h, ratio;
+
+               /* A:VCONFKEY_BGSET */
+               evas_object_image_file_set(temp_img, value, NULL);
+               evas_object_image_size_get(temp_img, &temp_w, &temp_h);
+               SETTING_TRACE("temp_w:%d, temp_h:%d", temp_w, temp_h);
+               ratio_w = temp_w / max_image_w_size;
+               ratio_h = temp_h / max_image_h_size;
+               ratio = (ratio_w > ratio_h ? ratio_w : ratio_h);
+               SETTING_TRACE("ratio_w:%f, ratio_h:%f, ratio:%f", ratio_w,
+                             ratio_h, ratio);
+
+               evas_object_image_file_set(ad->img_homescreen, value, NULL);
+               evas_object_image_fill_set(ad->img_homescreen, 0, 0,
+                                          temp_w / ratio, temp_h / ratio);
+               evas_object_size_hint_min_set(ad->img_homescreen,
+                                             temp_w / ratio, temp_h / ratio);
+               evas_object_del(temp_img);
+
+       } else if (!safeStrCmp(vconf_name, VCONFKEY_IDLE_LOCK_BGSET)) {
+               /* SETTING_TRACE("vconf_name is %s.\tvalue is %s", vconf_name, value); */
+               evas_object_image_file_set(ad->img_lockscreen, NULL, NULL);     /* give a littile time for gallery to copy the tmp file */
+               Evas_Object *temp_img = evas_object_image_add(ad->evas);
+               int temp_w;
+               int temp_h;
+               double ratio_w, ratio_h, ratio;
+               /* A:VCONFKEY_BGSET */
+               evas_object_image_file_set(temp_img, value, NULL);
+               evas_object_image_size_get(temp_img, &temp_w, &temp_h);
+               SETTING_TRACE("temp_w:%d, temp_h:%d", temp_w, temp_h);
+               ratio_w = temp_w / max_image_w_size;
+               ratio_h = temp_h / max_image_h_size;
+               ratio = (ratio_w > ratio_h ? ratio_w : ratio_h);
+               SETTING_TRACE("ratio_w:%f, ratio_h:%f, ratio:%f", ratio_w,
+                             ratio_h, ratio);
+
+               evas_object_image_file_set(ad->img_lockscreen, value, NULL);
+               evas_object_image_fill_set(ad->img_lockscreen, 0, 0,
+                                          temp_w / ratio, temp_h / ratio);
+               evas_object_size_hint_min_set(ad->img_lockscreen,
+                                             temp_w / ratio, temp_h / ratio);
+               evas_object_del(temp_img);
+
+       }
+}
+
+int setting_display_wallpaper_listen_vconf_change(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       int ret;
+       ret =
+           vconf_notify_key_changed(VCONFKEY_BGSET,
+                                    setting_display_wallpaper_string_vconf_change_cb,
+                                    data);
+       setting_retvm_if(ret < 0, ret, "%s notifications Failed(%d)",
+                        (char *)VCONFKEY_BGSET, ret);
+
+       ret =
+           vconf_notify_key_changed(VCONFKEY_IDLE_LOCK_BGSET,
+                                    setting_display_wallpaper_string_vconf_change_cb,
+                                    data);
+       setting_retvm_if(ret < 0, ret, "%s notifications Failed(%d)",
+                        (char *)VCONFKEY_IDLE_LOCK_BGSET, ret);
+       return ret;
+}
+
+int setting_display_wallpaper_unlisten_vconf_change(void *data)
+{
+       SETTING_TRACE_BEGIN;
+
+       (void)vconf_ignore_key_changed(VCONFKEY_BGSET,
+                                      setting_display_wallpaper_string_vconf_change_cb);
+       (void)vconf_ignore_key_changed(VCONFKEY_IDLE_LOCK_BGSET,
+                                      setting_display_wallpaper_string_vconf_change_cb);
+   return 0;
+}
+
+static void
+__wall_button_clicked_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       SettingDisplayUG *ad = (SettingDisplayUG *) data;
+       if (!ad) return;                /*  do nothing if ad is NULL */
+
+       if (ad->ug_loading) return; // prevent double-clicked
+               
+       bundle *b = bundle_create();
+       if (!b) {
+               return;
+       }
+
+       bundle_add(b, "launch-type", "select-setas");
+       bundle_add(b, "setas-type", "wallpaper");
+       bundle_add(b, "file-type", "image");
+
+       struct ug_cbs *cbs = (struct ug_cbs *)calloc(1, sizeof(struct ug_cbs));
+       if (!cbs) {
+               bundle_free(b);
+               return;
+       }
+
+       cbs->layout_cb = setting_display_layout_ug_cb;
+       cbs->result_cb = NULL;
+       cbs->destroy_cb = __destroy_gallery_ug_cb;
+       cbs->priv = (void *)ad;
+
+       ad->ug_loading =
+           ug_create(ad->ug, "gallery-efl", UG_MODE_FULLVIEW, b, cbs);
+
+       if (NULL == ad->ug_loading) {   /* error handling */
+               SETTING_TRACE_ERROR("NULL == ad->ug_loading");
+        setting_create_popup_without_title(ad, ad->win_get, _("Cannot support this function"));
+               // popup message 
+
+       }
+       bundle_free(b);
+       FREE(cbs);
+}
+
+static int setting_display_wallpaper_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingDisplayUG *ad = (SettingDisplayUG *) cb; /* ad is point to cb */
+
+       Evas_Object *sub_layout = elm_layout_add(ad->win_main_layout);
+       elm_layout_file_set(sub_layout, SETTING_THEME_EDJ_NAME,
+                           "wallpaper_layout");
+       evas_object_size_hint_weight_set(sub_layout, EVAS_HINT_EXPAND,
+                                        EVAS_HINT_EXPAND);
+
+       ad->ly_wall =
+           setting_create_layout_navi_bar_scroller(ad->win_main_layout,
+                                                   ad->win_get,
+                                                   _(KeyStr_Wallpaper),
+                                                   (char *)dgettext("sys_string", "IDS_COM_BODY_BACK"),
+                                                   NULL,
+                                                   setting_display_wallpaper_click_softkey_cancel_cb,
+                                                   NULL, ad, &(ad->scrl_wall),
+                                                   &(ad->navi_bar));
+
+       /* pack outer box into scroller */
+       elm_object_content_set(ad->scrl_wall, sub_layout);
+
+       int w;
+       int h;
+       ecore_x_window_size_get(ecore_x_window_root_first_get(), &w, &h);
+
+       double max_image_w_size = w/2 - w*0.03;
+       double max_image_h_size = h*0.46875;
+
+       /* elm_scroller_content_set(scroller, sub_layout); */
+       Evas_Object *eo_left, *eo_right;
+       Evas_Object *temp_img = evas_object_image_add(ad->evas);
+       int temp_w;
+       int temp_h;
+       double ratio_w, ratio_h, ratio;
+       char *pa_image_path = NULL;
+
+       /* A:VCONFKEY_BGSET */
+       pa_image_path = vconf_get_str(VCONFKEY_BGSET);
+       evas_object_image_file_set(temp_img, pa_image_path, NULL);
+       evas_object_image_size_get(temp_img, &temp_w, &temp_h);
+       SETTING_TRACE("temp_w:%d, temp_h:%d", temp_w, temp_h);
+       ratio_w = temp_w / max_image_w_size;
+       ratio_h = temp_h / max_image_h_size;
+       ratio = (ratio_w > ratio_h ? ratio_w : ratio_h);
+       SETTING_TRACE("ratio_w:%f, ratio_h:%f, ratio:%f", ratio_w, ratio_h,
+                     ratio);
+       create_image_box_add_ex(NULL, ad->win_main_layout, ad->evas, pa_image_path,
+                               temp_w / ratio, temp_h / ratio, NULL, NULL,
+                               &eo_left, &(ad->img_homescreen));
+
+       evas_object_del(temp_img);
+       FREE(pa_image_path);
+
+       /*  temp_img are being used in both bgset & lock screen. */
+       Evas_Object *temp_img2 = evas_object_image_add(ad->evas);
+
+       /* B:VCONFKEY_IDLE_LOCK_BGSET */
+       pa_image_path = vconf_get_str(VCONFKEY_IDLE_LOCK_BGSET);
+       evas_object_image_file_set(temp_img2, pa_image_path, NULL);
+       evas_object_image_size_get(temp_img2, &temp_w, &temp_h);
+       SETTING_TRACE("temp_w:%d, temp_h:%d", temp_w, temp_h);
+       ratio_w = temp_w / max_image_w_size;
+       ratio_h = temp_h / max_image_h_size;
+       ratio = (ratio_w > ratio_h ? ratio_w : ratio_h);
+       SETTING_TRACE("ratio_w:%f, ratio_h:%f, ratio:%f", ratio_w, ratio_h,
+                     ratio);
+       create_image_box_add_ex(NULL, ad->win_main_layout, ad->evas, pa_image_path,
+                               temp_w / ratio, temp_h / ratio, NULL, NULL,
+                               &eo_right, &(ad->img_lockscreen));
+       evas_object_del(temp_img2);
+       FREE(pa_image_path);
+
+       elm_object_part_content_set(sub_layout, "left_swallow", eo_left);
+       elm_object_part_content_set(sub_layout, "right_swallow", eo_right);
+
+       edje_object_part_text_set(_EDJ(sub_layout), "left_text",
+                                 _(KeyStr_HomeScreen));
+       edje_object_part_text_set(_EDJ(sub_layout), "right_text",
+                                 _(KeyStr_LockedScreen));
+
+       /*  button : change wallpaper */
+       Evas_Object *btn = elm_button_add(sub_layout);
+       elm_object_text_set(btn, _(SETING_DISPLAY_WALLPAPER_CHANGE_WALLPAPER_STR));
+       evas_object_smart_callback_add(btn, "clicked", __wall_button_clicked_cb,
+                                      ad);
+       elm_object_part_content_set(sub_layout, "btn", btn);
+
+       SETTING_TRACE_DEBUG("get theme : %d", setting_get_theme());
+       if (Theme_Tizen_Black == setting_get_theme()) {
+               SETTING_TRACE_DEBUG("black theme");
+               elm_object_style_set(btn, "sweep");
+               edje_object_signal_emit(_EDJ(sub_layout), "change,non-white,theme", "elm");
+       } else if  (Theme_Tizen_Blue == setting_get_theme()) {
+               SETTING_TRACE_DEBUG("blue theme");
+               edje_object_signal_emit(_EDJ(sub_layout), "change,non-white,theme", "elm");
+       } else if  (Theme_Tizen_Grey == setting_get_theme()) {
+               SETTING_TRACE_DEBUG("grey theme");
+               edje_object_signal_emit(_EDJ(sub_layout), "change,non-white,theme", "elm");
+       }
+
+       setting_view_display_wallpaper.is_create = 1;
+       setting_display_wallpaper_listen_vconf_change(ad);
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_display_wallpaper_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingDisplayUG *ad = (SettingDisplayUG *) cb; /* ad is point to cb */
+       setting_display_wallpaper_unlisten_vconf_change(ad);
+
+       if (ad->ly_wall != NULL) {
+               evas_object_del(ad->ly_wall);
+       }
+       setting_view_display_wallpaper.is_create = 0;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_display_wallpaper_update(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_display_wallpaper_cleanup(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_display_wallpaper_click_softkey_cancel_cb(void *data, Evas_Object *obj,
+                                                 void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingDisplayUG *ad = (SettingDisplayUG *) data;       /* ad is point to cb */
+
+       /*  called when this shared gadget is terminated. similar with app_exit */
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+}
diff --git a/setting-display/src/setting-display.c b/setting-display/src/setting-display.c
new file mode 100644 (file)
index 0000000..bd00382
--- /dev/null
@@ -0,0 +1,406 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+
+#include <setting-display.h>
+#include <Ecore_X.h>
+#include <devman.h>
+
+#define SETTING_BRIGHTNESS_LEVEL_FOR_EMUL 24
+
+#ifndef UG_MODULE_API
+#define UG_MODULE_API __attribute__ ((visibility("default")))
+#endif
+
+setting_view *__get_display_view_to_load(bundle *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(NULL == data, NULL, "NULL == data");
+       const char *viewtype = bundle_get_val(data, "viewtype");
+       SETTING_TRACE("viewtype:%s", viewtype);
+
+       if (!safeStrCmp(viewtype, "brightness")) {
+               return &setting_view_display_brightness;
+       } else if (!safeStrCmp(viewtype, "wallpaper")) {
+               return &setting_view_display_wallpaper;
+       } else {
+               return &setting_view_display_main;
+       }
+
+}
+
+Evas_Object *__get_display_layout_to_return(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       SettingDisplayUG *displayUG = priv;
+       const char *viewtype = bundle_get_val(data, "viewtype");
+       SETTING_TRACE("viewtype:%s", viewtype);
+
+       if (!safeStrCmp(viewtype, "wallpaper")) {
+               return displayUG->ly_wall;
+       } else {
+               return displayUG->ly_main;
+       }
+
+}
+
+static void setting_display_ug_cb_resize(void *data, Evas *e,
+                                        Evas_Object *obj, void *event_info)
+{
+       SettingDisplayUG *ad = (SettingDisplayUG *) data;
+       setting_view_update(ad->view_to_load, ad);
+}
+
+static void *setting_display_ug_on_create(struct ui_gadget *ug,
+                                         enum ug_mode mode, bundle *data,
+                                         void *priv)
+{
+       setting_retvm_if((!ug || !priv), NULL, "!ug || !priv");
+
+       SettingDisplayUG *displayUG = priv;
+       displayUG->ug = ug;
+       bindtextdomain(SETTING_PACKAGE, SETTING_LOCALEDIR);
+       textdomain(SETTING_PACKAGE);
+
+       displayUG->win_main_layout = (Evas_Object *) ug_get_parent_layout(ug);
+       displayUG->win_get = (Evas_Object *) ug_get_window();
+
+       evas_object_show(displayUG->win_main_layout);
+       displayUG->evas = evas_object_evas_get(displayUG->win_main_layout);
+
+       setting_retvm_if(displayUG->win_main_layout == NULL, NULL,
+                        "cannot get main window ");
+
+
+       /* register view node table */
+       setting_view_node_table_intialize();
+       setting_view_node_table_register(&setting_view_display_main, NULL);
+       setting_view_node_table_register(&setting_view_display_brightness,
+                                        &setting_view_display_main);
+       setting_view_node_table_register(&setting_view_display_wallpaper, NULL);
+
+       setting_create_Gendial_itc("dialogue/2text.3",
+                                  &(displayUG->itc_2text_2));
+       setting_create_Gendial_itc("dialogue/1text.1icon",
+                                  &(displayUG->itc_1text_1icon));
+       setting_create_Gendial_itc("dialogue/1icon", &(displayUG->itc_layout));
+       setting_create_Gendial_itc("dialogue/2text.3/expandable",
+                                  &(displayUG->itc_2text_3_parent));
+       setting_create_Gendial_itc("dialogue/1text.1icon/expandable2",
+                                  &(displayUG->itc_1icon_1text_sub));
+       displayUG->itc_seperator.item_style = "dialogue/separator/21/with_line";
+       displayUG->itc_seperator.func.text_get = NULL;
+       displayUG->itc_seperator.func.content_get = NULL;
+       displayUG->itc_seperator.func.state_get = NULL;
+       displayUG->itc_seperator.func.del = NULL;
+       setting_create_Gendial_itc("dialogue/1text", &(displayUG->itc_1text));
+
+       /*  creating a view. */
+       displayUG->view_to_load = __get_display_view_to_load(data);
+       setting_retvm_if(NULL == displayUG->view_to_load, NULL,
+                        "NULL == displayUG->view_to_load");
+       setting_view_node_set_cur_view(displayUG->view_to_load);
+       setting_view_create(displayUG->view_to_load, (void *)displayUG);
+       evas_object_event_callback_add(displayUG->win_main_layout,
+                                      EVAS_CALLBACK_RESIZE,
+                                      setting_display_ug_cb_resize, displayUG);
+       return __get_display_layout_to_return(data, displayUG);
+}
+
+static void setting_display_ug_on_start(struct ui_gadget *ug, bundle *data,
+                                       void *priv)
+{
+}
+
+static void setting_display_ug_on_pause(struct ui_gadget *ug, bundle *data,
+                                       void *priv)
+{
+}
+
+static void setting_display_ug_on_resume(struct ui_gadget *ug, bundle *data,
+                                        void *priv)
+{
+}
+
+static void setting_display_ug_on_destroy(struct ui_gadget *ug, bundle *data,
+                                         void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if((!ug || !priv), "!ug || !priv");
+       SettingDisplayUG *displayUG = priv;
+
+       /* fix flash issue for gallery */
+       evas_object_event_callback_del(displayUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_display_ug_cb_resize);
+       displayUG->ug = ug;
+
+       /*  called when this shared gadget is terminated. similar with app_exit */
+       if (&setting_view_display_main == displayUG->view_to_load) {
+               setting_view_destroy(&setting_view_display_brightness,
+                                    displayUG);
+               setting_view_destroy(&setting_view_display_main, displayUG);
+       } else if (&setting_view_display_wallpaper == displayUG->view_to_load) {
+               setting_view_destroy(&setting_view_display_wallpaper,
+                                    displayUG);
+       }
+
+       if (NULL != ug_get_layout(displayUG->ug)) {
+               evas_object_hide((Evas_Object *) ug_get_layout(displayUG->ug));
+               evas_object_del((Evas_Object *) ug_get_layout(displayUG->ug));
+       }
+
+       SETTING_TRACE_END;
+}
+
+static void setting_display_ug_on_message(struct ui_gadget *ug, bundle *msg,
+                                         bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+}
+
+static void setting_display_ug_on_event(struct ui_gadget *ug,
+                                       enum ug_event event, bundle *data,
+                                       void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       switch (event) {
+       case UG_EVENT_LOW_MEMORY:
+               break;
+       case UG_EVENT_LOW_BATTERY:
+               break;
+       case UG_EVENT_LANG_CHANGE:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN:
+               break;
+       case UG_EVENT_REGION_CHANGE:
+               break;
+       default:
+               break;
+       }
+}
+
+static void setting_display_ug_on_key_event(struct ui_gadget *ug,
+                                           enum ug_key_event event,
+                                           bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       SettingDisplayUG *ad = (SettingDisplayUG *) priv;
+       if (!ug)
+               return;
+
+       switch (event) {
+       case UG_KEY_EVENT_END:
+               {
+                       if (elm_naviframe_top_item_get(ad->navi_bar) ==
+                          elm_naviframe_bottom_item_get(ad->navi_bar)) {
+                               ug_destroy_me(ug);
+                       } else {
+                               if (&setting_view_display_brightness ==
+                                   setting_view_node_get_cur_view()) {
+                               }
+                               setting_view_cb_at_endKey(ad);
+                       }
+               }
+               break;
+       default:
+               break;
+       }
+}
+
+UG_MODULE_API int UG_MODULE_INIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       SettingDisplayUG *displayUG = calloc(1, sizeof(SettingDisplayUG));
+       setting_retvm_if(!displayUG, -1, "Create SettingDisplayUG obj failed");
+
+       ops->create = setting_display_ug_on_create;
+       ops->start = setting_display_ug_on_start;
+       ops->pause = setting_display_ug_on_pause;
+       ops->resume = setting_display_ug_on_resume;
+       ops->destroy = setting_display_ug_on_destroy;
+       ops->message = setting_display_ug_on_message;
+       ops->event = setting_display_ug_on_event;
+       ops->key_event = setting_display_ug_on_key_event;
+       ops->priv = displayUG;
+       ops->opt = UG_OPT_INDICATOR_ENABLE;
+
+       return 0;
+}
+
+UG_MODULE_API void UG_MODULE_EXIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       struct SettingDisplayUG *displayUG;
+       setting_retm_if(!ops, "ops == NULL");
+
+       displayUG = ops->priv;
+       if (displayUG) {
+               FREE(displayUG);
+       }
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+void setting_display_layout_ug_cb(struct ui_gadget *ug, enum ug_mode mode,
+                                 void *priv)
+{
+       SettingDisplayUG *ad = (SettingDisplayUG *) priv;
+       Evas_Object *base;
+
+       if (!ug || !priv)
+               return;
+       SETTING_TRACE_BEGIN;
+
+       base = (Evas_Object *) ug_get_layout(ug);
+       if (!base)
+               return;
+
+       switch (mode) {
+       case UG_MODE_FULLVIEW:
+               evas_object_size_hint_weight_set(base, EVAS_HINT_EXPAND,
+                                                EVAS_HINT_EXPAND);
+               elm_win_resize_object_add(ad->win_get, base);
+               evas_object_show(base);
+               break;
+       default:
+               break;
+       }
+
+       SETTING_TRACE_END;
+}
+
+/*  NESTED*/
+static int setting_reset_display_brightness(void)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = 0;
+
+       ret += vconf_set_bool(VCONFKEY_SETAPPL_BRIGHTNESS_AUTOMATIC_BOOL, FALSE);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_LCD_BRIGHTNESS, SETTING_BRIGHTNESS_LEVEL_FOR_EMUL);
+#if USE_DEVICE_SET_DISPLAY_BRT
+       ret += device_set_display_brt(DEV_MAIN_DISPLAY, SETTING_BRIGHTNESS_LEVEL_FOR_EMUL);
+#endif
+       SETTING_TRACE_END;
+       return ret;
+}
+
+/*  NESTED*/
+static int setting_reset_display_backlight(void)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = 0;
+
+       ret += vconf_set_int(VCONFKEY_SYSMAN_LCD_TIMEOUT_NORMAL,
+                         SETTING_BACKLIGHT_TIME_30SEC);
+       SETTING_TRACE_END;
+       return ret;
+}
+
+/*  NESTED*/
+static int setting_reset_home_wallpaper(void)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = 0;
+       ret += vconf_set_str(VCONFKEY_BGSET, IMG_DEFAULT_HOME_SCREEN);
+       SETTING_TRACE_END;
+       return ret;
+}
+
+static void setting_reset_launch_effect()
+{
+       SETTING_TRACE_BEGIN;
+       Evas_Object *win_main = ug_get_window();
+       Ecore_X_Window xwin = elm_win_xwindow_get(win_main);
+       Ecore_X_Window root = 0;
+       if (0 != xwin)
+       {
+           root = ecore_x_window_root_get(xwin);
+       }
+       if (0 != root)
+       {
+               Ecore_X_Atom effect_enable_atom = ecore_x_atom_get("_NET_CM_EFFECT_ENABLE");
+               ret_if(!effect_enable_atom);
+               unsigned int is_enable = 1;
+               ecore_x_window_prop_card32_set(root, effect_enable_atom, &is_enable, 1);
+       }
+
+}
+
+/*  NESTED*/
+/** @todo setting_display_main_effect_set_value work? */
+static int setting_reset_display_main(void)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = 0;
+       ret += setting_reset_display_backlight();
+       ret += setting_reset_display_brightness();
+       
+       ret += vconf_set_bool(VCONFKEY_SETAPPL_BATTERY_PERCENTAGE_BOOL, FALSE);//battery percent
+       ret += vconf_set_bool(VCONFKEY_LAUNCH_EFFECT, FALSE);//launch image
+
+       setting_reset_launch_effect();
+
+       return ret;
+}
+
+
+
+/*****/
+UG_MODULE_API int setting_plugin_reset(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+
+       int ret = 0;
+       const char *ug_type = bundle_get_val(data, "viewtype"); /*  usb */
+       SETTING_TRACE("ug_type:%s", ug_type);
+       if (0 == safeStrCmp(ug_type, "wallpaper")) {
+
+#if SUPPORT_RUN_SYSTEM_COMMAND
+               ret += excuteCmd(SETTING_POSTINST_FILE, 1, "wallpaper");
+               ret += setting_invoke_reset_function("/opt/ug/lib/libug-setting-lock.so", NULL, NULL);
+#else
+               ret += setting_reset_home_wallpaper();
+#endif
+               
+       } else if (0 == safeStrCmp(ug_type, "main")) {
+#if SUPPORT_RUN_SYSTEM_COMMAND
+               ret += excuteCmd(SETTING_POSTINST_FILE, 1, "display");
+               setting_reset_launch_effect();
+#else
+               ret +=  setting_reset_display_main();
+#endif
+       }
+       return ret;
+}
+
+/*****/
diff --git a/setting-memory/CMakeLists.txt b/setting-memory/CMakeLists.txt
new file mode 100644 (file)
index 0000000..742b873
--- /dev/null
@@ -0,0 +1,38 @@
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_memory REQUIRED elementary appcore-common appcore-efl ui-gadget bundle tapi devman contacts-service calendar memo msg-service heynoti sysman)
+
+FOREACH(flag ${pkgs_memory_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")
+
+ADD_LIBRARY(${SETTING_MEMORY_UG} SHARED
+       ./src/setting-memory.c
+       ./src/setting-memory-main.c
+       ./src/setting-memory-common.c
+       ./src/setting-memory-status.c
+       ./src/setting-memory-default-memory.c
+       )
+
+TARGET_LINK_LIBRARIES(${SETTING_MEMORY_UG} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON} -lsetting-common)
+TARGET_LINK_LIBRARIES(${SETTING_MEMORY_UG} ${pkgs_memory_LDFLAGS})
+
+
+INSTALL(TARGETS ${SETTING_MEMORY_UG} DESTINATION /opt/ug/lib)
+
diff --git a/setting-memory/include/setting-memory-common.h b/setting-memory/include/setting-memory-common.h
new file mode 100644 (file)
index 0000000..b7e4f96
--- /dev/null
@@ -0,0 +1,116 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_MEMORY_COMMON_H__
+#define __SETTING_MEMORY_COMMON_H__
+
+#include <setting-memory.h>
+#include <sys/vfs.h>
+
+#define VCONFKEY_SETAPPL_MMC_FORMAT "memory/mmc/format"
+typedef enum {
+       SETTING_MMC_FORMAT_INVALID = -1,
+       SETTING_MMC_FORMAT_FORMATTED = 0,       /* sucess */
+       SETTING_MMC_FORMAT_FORMATTING = 1,      /* processing */
+       SETTING_MMC_FORMAT_FORMATTED_FAILED = 2 /* failed */
+} SETTING_MMC_FORMAT_STATUS;
+
+#define STR_SIZE                                                                       30
+#define SETTING_MEMORY_MMS_DEFAULT_FOLDER_SIZE         4
+#define SETTING_MEMORY_EMAIL_DEFAULT_FOLDER_SIZE       8
+#define SETTING_MEMORY_MYFILES_DEFAULT_FOLDER_SIZE     0
+#define SETTING_MEMORY_BUFFER_SIZE                                     255
+#define SETTING_MEMORY_MMC_MAX_NAME_LEN                                360
+#define SETTING_MEMORY_MMC_DEV_PATH_LEN                                30
+#define SETTING_MEMORY_MMC_FILEPATH_LEN_MAX                    255
+#define SETTING_MEMORY_MMC_MAX_MEM_STR_LEN                     30
+#define SETTING_MEMORY_MMC_MOUNT_PATH_LEN                      30
+#define SETTING_MEMORY_MMC_MAX_CARD_NAME_LEN           11
+#define SETTING_MEMORY_MMC_MLABEL_MAX_COMMAND_LEN      50
+#define SETTING_MEMORY_MYFILES_RESERVED_SPACE          2000
+#define SETTING_MEMORY_POPUP_TIMER                                     1
+#define SETTING_MEMORY_CLEAR_PHONE_CMD_LEN_MAX         80
+#define SETTING_MEMORY_SYS_COMMAND_ARGV_LEN                    4
+
+#define SETTING_MEMORY_KILOBYTE_VALUE                          1024
+#define SETTING_MEMORY_MEGABYTE_VALUE                          1048576
+#define SETTING_MEMORY_GIGABYTE_VALUE                          1073741824
+
+
+/* These definition will be removed */
+#define SETTING_MEMORY_TEMP_FILE_PATH  "/tmp/mmc_tmp_file"
+#define SETTING_MEMORY_FILE_SYSTEM_PATH        "/opt/media/"
+#define SETTING_MEMORY_MY_FILES_IMAGES_PATH    "/opt/media/Images"
+#define SETTING_MEMORY_MY_FILES_VIDEOS_PATH    "/opt/media/Videos"
+#define SETTING_MEMORY_MY_FILES_SOUNDS_PATH    "/opt/media/Sounds"
+#define SETTING_MEMORY_MY_FILES_GAMES_PATH     "/opt/media/Games"
+#define SETTING_MEMORY_MY_FILES_OTHER_FILES_PATH       "/opt/media/Other files"
+#define SETTING_MEMORY_MM_MSG_PATH     "/opt/media/.message/"
+#define SETTING_MEMORY_CLEAR_PHONE_CALENDAR_FILE_PATH \
+                                       "/opt/dbspace/.calendar.db"
+#define SETTING_MEMORY_CLEAR_PHONE_MEMO_FILE_PATH      "/opt/dbspace/.memo.db"
+#define SETTING_MEMORY_CLEAR_PHONE_MEMO_CONTACT_PATH \
+                                       "/opt/dbspace/.contact.db"
+
+/* New directory list */
+/*use df command to check all the file system, where,
+* mmc storage space: /opt/storage/sdcard
+* myfile storage space: /opt/media
+* email, mms, contact, calendar...etc sotrage space: /opt
+* your linux maped storage spces: /mnt/nfs
+*/
+#define SETTING_MEMORY_USTORG_UMS_PATH                 "/opt/media"
+#define SETTING_MEMORY_USTORG_MOVIFS_PATH              "/mnt/movifs"
+#define SETTING_MEMORY_USTORG_OPT_PATH                 "/opt"
+#define SETTING_MEMORY_USTORG_MCC_PATH                 "/opt/storage/sdcard"
+#define SETTING_MEMORY_STATUS_MMC_PARENT_PATH  "/opt/storage/sdcard/.."
+
+#define SETTING_MEMORY_STATUS_APP_PATH                         "/opt"
+#define SETTING_MEMORY_STATUS_MEDIA_PATH               "/opt/media"
+#define SETTING_MEMORY_STATUS_MMC_PATH                         "/opt/storage/sdcard"
+
+#define SETTING_MEMORY_ICON_MMS_PATH \
+                       SETTING_UG_ICON_PATH"/68_icon_multi_message.png"
+#define SETTING_MEMORY_ICON_EMAIL_PATH \
+                       SETTING_UG_ICON_PATH"/68_icon_e-mail.png"
+#define SETTING_MEMORY_ICON_MYFILES_PATH \
+                       SETTING_UG_ICON_PATH"/68_icon_myfiles.png"
+#define SETTING_MEMORY_ICON_OTHERS_PATH \
+                       SETTING_UG_ICON_PATH"/68_icon_others.png"
+#define SETTING_MEMORY_ICON_DUMMY_PATH \
+                       SETTING_UG_ICON_PATH"/68_memory_status_bg.png"
+
+typedef struct _setting_LABEL_info {
+       char *LABEL_EDJ_NAME;
+       char *LABEL_GRP_NAME;
+       char *LABEL_ITEM_TITLE_STR;
+
+} setting_LABEL_info;
+
+int setting_system_command(const char *command);
+
+int setting_memory_update_popup_with_progress_bar(void *data);
+void setting_memory_hide_popup_with_progress_bar(SettingMemoryUG *ad);
+
+#endif                         /* __SETTING_MEMORY_COMMON_H__ */
diff --git a/setting-memory/include/setting-memory-default-memory.h b/setting-memory/include/setting-memory-default-memory.h
new file mode 100644 (file)
index 0000000..473a7ba
--- /dev/null
@@ -0,0 +1,30 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_MEMORY_DEFAULT_MEMORY_H__
+#define __SETTING_MEMORY_DEFAULT_MEMORY_H__
+
+#include <setting-memory-common.h>
+
+#endif                         /* __SETTING_MEMORY_DEFAULT_MEMORY_H__ */
diff --git a/setting-memory/include/setting-memory-main.h b/setting-memory/include/setting-memory-main.h
new file mode 100644 (file)
index 0000000..ed3d142
--- /dev/null
@@ -0,0 +1,32 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_MEMORY_MAIN_H__
+#define __SETTING_MEMORY_MAIN_H__
+
+#include <setting-memory-common.h>
+
+#define SETTING_MEMORY_MSG_SERVER_POPUP_INFO_MSG "msg server is still intializing."
+
+#endif                         /* __SETTING_MEMORY_MAIN_H__ */
diff --git a/setting-memory/include/setting-memory-status.h b/setting-memory/include/setting-memory-status.h
new file mode 100644 (file)
index 0000000..7ab47cc
--- /dev/null
@@ -0,0 +1,129 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_MEMORY_STATUS_H__
+#define __SETTING_MEMORY_STATUS_H__
+
+#include <setting-memory-common.h>
+
+#ifndef _A_PROJECT_
+#define _A_PROJECT_
+#endif
+#include <MapiControl.h>
+#include <MapiStorage.h>
+#include <MapiMessage.h>
+#include <calendar-svc-provider.h>
+#include <memo-db.h>
+#include <sys/statvfs.h>
+#include <sys/stat.h>
+#include <sys/mount.h>
+
+#include <contacts-svc.h>
+
+#define SETTING_MEMORY_EMAIL_MAX "5000"
+#define SETTING_MEMORY_MSG_SMS_MAX "2600"
+#define SETTING_MEMORY_MSG_MMS_MAX "800"
+#define SETTING_MEMORY_CONTACT_MAX "100"
+#define SETTING_MEMORY_CAL_APPOINT_MAX "500"
+#define SETTING_MEMORY_CAL_ANNIVERS_MAX "100"
+#define SETTING_MEMORY_MEMO_MAX "400"
+
+#define SETTING_MEMORY_STATUS_EX_SD_CARD_MOUNT_ALREADY_DESC "Already mount"
+#define SETTING_MEMORY_STATUS_EX_SD_CARD_DESC "IDS_ST_BODY_SD_CARD"
+#define SETTING_MEMORY_STATUS_TOTAL_SPACE_DESC _("IDS_ST_BODY_TOTAL_SPACE")
+#define SETTING_MEMORY_STATUS_AVAILABLE_SPACE_DESC _("IDS_ST_BODY_AVAILABLE_SPACE")
+#define SETTING_MEMORY_STATUS_MOUNT_SD_CARD_DESC "IDS_ST_BODY_MOUNT_SD_CARD"
+#define SETTING_MEMORY_STATUS_UNMOUNT_SD_CARD_DESC "IDS_ST_BODY_UNMOUNT_SD_CARD"
+#define SETTING_MEMORY_STATUS_FORMAT_SD_CARD_DESC "IDS_ST_BODY_FORMAT_SD_CARD"
+#define SETTING_MEMORY_STATUS_INTERNAL_SD_CARD_DESC "Internal SD card"
+#define SETTING_MEMORY_STATUS_INTERNAL_PHONE_STORAGE_DESC "Internal phone storage"
+#define SETTING_MEMORY_STATUS_MAIN_STORAGE_DESC "Main storage"
+
+#define SETTING_MEMORY_STATUS_FORMAT_ASK_MSG "This action will erase the<br>external storage in the phone.<br>You will lost ALL data on the card!<br>Format?"
+
+#define SETTING_MEMORY_STATUS_PROGRESSBAR_TIMEOUT 10
+
+enum {
+       SETTING_MEMORY_STATUS_SYSMAN_REQUEST_MOUNT_ALREADY = -2,
+       SETTING_MEMORY_STATUS_SYSMAN_REQUEST_SUCCESS = 0
+};
+
+static int __fs_stat(double* pdTotal, double* pdAvail, const char* szPath);
+
+static void setting_memory_status_click_softkey_back(void *data,
+                                                    Evas_Object *obj,
+                                                    void *event_info);
+static void setting_memory_status_ex_sd_card_info(char *ex_total_space,
+                                                 char *ex_available_space,
+                                                 char *ex_mount_desc,
+                                                 int *ex_mmc_status);
+static int setting_memory_status_ex_sd_card_detail(char *ex_total_space,
+                                                  char *ex_available_space);
+static void setting_memory_status_mouse_up_Gendial_list_cb(void *data,
+                                                          Evas_Object *obj,
+                                                          void *event_info);
+static void setting_memory_status_ex_sd_card_format_promt_popup_create(void
+                                                                      *data);
+static void setting_memory_status_ex_sd_card_ask_format_resp_cb(void *data,
+                                                               Evas_Object *
+                                                               obj,
+                                                               void
+                                                               *event_info);
+static void setting_memory_status_ex_sd_card_format_promt_popup_left_btn_cb(void
+                                                                           *data,
+                                                                           Evas_Object
+                                                                           *
+                                                                           obj,
+                                                                           void
+                                                                           *event_info);
+static void
+setting_memory_status_ex_sd_card_format_promt_popup_right_btn_cb(void *data,
+                                                                Evas_Object *
+                                                                obj,
+                                                                void
+                                                                *event_info);
+static void setting_memory_status_ex_sd_card_mount_unmount(void *data);
+static void setting_memory_status_ex_sd_card_refresh_card_details_cb(void *data,
+                                                                    Evas_Object
+                                                                *obj,
+                                                                    void
+                                                                    *event_info);
+static void setting_memory_status_ex_sd_card_operate_complete(void *data,
+                                                             char *desc,
+                                                             bool popup_flag);
+static void setting_memory_status_list_item_enable_set_by_mmc_status(void *data,
+                                                                    int
+                                                                    ex_mmc_status);
+static void setting_memory_status_list_item_data_set(Setting_GenGroupItem_Data *
+                                                    item, char *data);
+static void setting_memory_status_get_phone_storage_available_size(void *data,
+                                                                  char
+                                                                  *phone_storage_available);
+static int setting_memory_status_size_transition(double size,
+                                                char *size_desc);
+static void setting_memory_status_ex_sd_card_format_cb(int val, void *data);
+static void setting_memory_status_ex_sd_card_mount_cb(int val, void *data);
+static void setting_memory_status_ex_sd_card_unmount_cb(int val, void *data);
+
+#endif                         /* __SETTING_MEMORY_STATUS_H__ */
diff --git a/setting-memory/include/setting-memory.h b/setting-memory/include/setting-memory.h
new file mode 100644 (file)
index 0000000..23a2074
--- /dev/null
@@ -0,0 +1,118 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_MEMORY_H__
+#define __SETTING_MEMORY_H__
+
+#include <stdio.h>
+#include <appcore-efl.h>
+#include <Elementary.h>
+
+#include <glib-object.h>
+#include <ui-gadget.h>
+#include <ui-gadget-module.h>
+#include <bundle.h>
+
+#include <heynoti.h>
+#include <utilX.h>
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+#include <sysman.h>
+
+typedef void (*setting_memory_mmc_cb) (int val, void *data);
+
+typedef struct _SettingMemoryUG SettingMemoryUG;
+
+typedef struct setting_memory_umem_size {
+       unsigned long total_mem_size;
+       unsigned long free_mem_size;
+       unsigned long used_mem_size;
+       unsigned long block_size;
+       unsigned long mms_size;
+       unsigned long myfiles_size;
+       unsigned long etc_size;
+} setting_memory_umem_size_t;
+
+typedef struct __setting_mem_status {
+       double  dTotal;
+       double  dAvail;
+} setting_mem_status;
+
+/**
+ * Setting Memory UG context
+ * all UG function has void* as an agument. this is casted back to SettingMemoryUG 
+ * and the functions access app context.
+ */
+struct _SettingMemoryUG {
+       struct ui_gadget *ug;
+       struct ui_gadget *ug_loading;
+
+       Evas *evas;
+       Evas_Object *win_main_layout;
+       Evas_Object *win_get;
+       Evas_Object *popup;
+       setting_call_back_func curr_popup_cb;
+
+       Evas_Object *progress_bar;
+       Ecore_Timer *wait_timer;
+       Ecore_Timer *popup_timer;
+       Ecore_Timer *progress_bar_timer;
+       float progress_bar_rate;
+       Evas_Object *navi_bar;
+
+       Evas_Object *msg_intial_popup;
+       Evas_Object *ly_main;
+
+       Setting_GenGroupItem_Data *data_wap;
+
+       setting_memory_umem_size_t umem_size;
+       Elm_Genlist_Item_Class itc_1text_1icon_2;
+       Elm_Genlist_Item_Class itc_group_item;
+       Elm_Genlist_Item_Class itc_1text;
+       Elm_Genlist_Item_Class itc_1text_1icon;
+       Elm_Genlist_Item_Class itc_sel_all;
+       Elm_Genlist_Item_Class itc_seperator;
+       Elm_Genlist_Item_Class itc_variable_height;
+       Elm_Genlist_Item_Class itc_2text_3_parent;
+       Elm_Genlist_Item_Class itc_1icon_1text_sub;
+       Elm_Genlist_Item_Class itc_2text_2;
+       Setting_GenGroupItem_Data *data_ex_total;
+       Setting_GenGroupItem_Data *data_ex_available;
+       Setting_GenGroupItem_Data *data_ex_mount;
+       Setting_GenGroupItem_Data *data_ex_format;
+       Setting_GenGroupItem_Data *data_in_total;
+       Setting_GenGroupItem_Data *data_in_available;
+       Setting_GenGroupItem_Data *data_in_format;
+       Setting_GenGroupItem_Data *data_phone_storage_available;
+       Setting_GenGroupItem_Data *data_main_storage_available;
+       struct mmc_contents *mmc_content;
+};
+
+extern setting_view setting_view_memory_main;
+extern setting_view setting_view_memory_default_memory;
+extern setting_view setting_view_memory_status;
+
+
+#endif                         /* __SETTING_MEMORY_H__ */
diff --git a/setting-memory/src/setting-memory-common.c b/setting-memory/src/setting-memory-common.c
new file mode 100644 (file)
index 0000000..d9abe53
--- /dev/null
@@ -0,0 +1,108 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-memory-common.h>
+#include<sys/wait.h>
+
+int setting_memory_update_popup_with_progress_bar(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+
+       if (ad->progress_bar != NULL) {
+               SETTING_TRACE("ad->progress_bar_rate = %f",
+                             (float)ad->progress_bar_rate);
+               elm_progressbar_value_set(ad->progress_bar,
+                                         ad->progress_bar_rate);
+       }
+
+       if (ad->progress_bar_timer != NULL) {
+               ecore_timer_del(ad->progress_bar_timer);
+               ad->progress_bar_timer = NULL;
+       }
+
+       return 0;
+}
+
+void setting_memory_hide_popup_with_progress_bar(SettingMemoryUG *ad)
+{
+       SETTING_TRACE_BEGIN;
+       if (ad->progress_bar) {
+               elm_progressbar_value_set(ad->progress_bar, 1.0);
+
+               evas_object_del(ad->progress_bar);
+               ad->progress_bar = NULL;
+       }
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+
+       if (ad->popup_timer) {
+               ecore_timer_del(ad->popup_timer);
+               ad->popup_timer = NULL;
+       }
+}
+
+/** not used now */
+int setting_system_command(const char *command)
+{
+       SETTING_TRACE_BEGIN;
+       int pid = 0, status = 0;
+       char *const environ[] = { NULL };
+
+       if (command == 0) {
+               return 1;
+       }
+
+       pid = fork();
+
+       if (pid == -1) {
+               return SETTING_RETURN_FAIL;
+       }
+
+       if (pid == 0) {
+               char *argv[SETTING_MEMORY_SYS_COMMAND_ARGV_LEN];
+
+               argv[0] = "sh";
+               argv[1] = "-c";
+               argv[2] = (char *)command;
+               argv[3] = 0;
+
+               execve("/bin/sh", argv, environ);
+               /* exit(127); */
+               abort();
+       }
+
+       do {
+               if (waitpid(pid, &status, 0) == -1) {
+                       if (errno != EINTR) {
+                               return SETTING_RETURN_FAIL;
+                       }
+               } else {
+                       return status;
+               }
+
+       } while (1);
+}
diff --git a/setting-memory/src/setting-memory-default-memory.c b/setting-memory/src/setting-memory-default-memory.c
new file mode 100644 (file)
index 0000000..7d43480
--- /dev/null
@@ -0,0 +1,354 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-memory-default-memory.h>
+
+static int setting_memory_default_memory_create(void *cb);
+static int setting_memory_default_memory_destroy(void *cb);
+static int setting_memory_default_memory_update(void *cb);
+static int setting_memory_default_memory_cleanup(void *cb);
+char *setting_default_memory_get_desc_str_by_vconf(setting_int_slp_list
+                                                  slp_key);
+
+setting_view setting_view_memory_default_memory = {
+       .create = setting_memory_default_memory_create,
+       .destroy = setting_memory_default_memory_destroy,
+       .update = setting_memory_default_memory_update,
+       .cleanup = setting_memory_default_memory_cleanup,
+};
+
+static void setting_memory_default_click_softkey_cancel_cb(void *data,
+                                                          Evas_Object *obj,
+                                                          void *event_info);
+static void __setting_memory_default_memory_vconf_change_cb(
+                                               keynode_t *key, void *data);
+static void __setting_memory_default_memory_update_item_status(
+                                       void *data, bool disable_mmc_flag);
+static void __setting_memory_default_memory_update_vconf(void *data);
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static void __setting_memory_default_exp_cb(void *data, Evas_Object *obj,
+                                           void *event_info)
+{
+       ret_if(NULL == data || NULL == event_info);
+       SETTING_TRACE_BEGIN;
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+       Elm_Object_Item *parentItem = event_info;       /* parent item */
+       Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);      /* parent data */
+       Evas_Object *scroller = elm_object_item_widget_get(parentItem);
+
+       Evas_Object *rgd;
+       if (data_parentItem == ad->data_wap) {
+
+               rgd = elm_radio_add(scroller);
+               elm_radio_value_set(rgd, -1);
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_DEF_MEMORY_PHONE,
+                                                    "IDS_COM_BODY_PHONE",
+                                                    NULL);
+
+                Setting_GenGroupItem_Data *data_memory_card = NULL;
+                data_memory_card = 
+                        setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_DEF_MEMORY_MMC,
+                                                    "IDS_COM_BODY_MEMORY_CARD",
+                                                    NULL);
+                setting_retm_if(!data_memory_card, "data_memory_card is NULL");
+
+                int mmc_mode = VCONFKEY_SYSMAN_MMC_REMOVED;
+                int ret = vconf_get_int(VCONFKEY_SYSMAN_MMC_STATUS, &mmc_mode);
+                setting_retm_if(ret != 0, "Get vconf failed");
+
+                /* if mmc card is not mounted, set item disable */
+                if (mmc_mode == VCONFKEY_SYSMAN_MMC_REMOVED || 
+                        mmc_mode == VCONFKEY_SYSMAN_MMC_INSERTED_NOT_MOUNTED) {
+                        setting_disable_genlist_item(data_memory_card->item);
+                }
+
+               setting_update_chk_status(rgd,
+                                         data_parentItem->int_slp_setting_binded);
+
+       }
+}
+
+static int setting_memory_default_memory_create(void *cb)
+{
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingMemoryUG *ad = (SettingMemoryUG *) cb;
+
+       Evas_Object *scroller;
+
+       Elm_Object_Item *item;
+       setting_push_layout_navi_bar_genlist(ad->win_main_layout, ad->win_get,
+                                            _
+                                            ("IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"),
+                                            S_("IDS_COM_BODY_BACK"), NULL,
+                                            setting_memory_default_click_softkey_cancel_cb,
+                                            NULL, ad, &scroller, ad->navi_bar);
+
+       setting_enable_expandable_genlist(scroller, ad,
+                                         __setting_memory_default_exp_cb,
+                                         NULL);
+       /* scroller is a genlist */
+       /* 1 wap */
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       ad->data_wap =
+           setting_create_Gendial_exp_parent_field(scroller,
+                                                   &(ad->itc_2text_3_parent),
+                                                   NULL, NULL,
+                                                   SWALLOW_Type_INVALID,
+                                                   "IDS_ST_BODY_WAP_DOWNLOADS",
+                                                   setting_default_memory_get_desc_str_by_vconf
+                                                   (INT_SLP_SETTING_DEFAULT_MEM_WAP));
+       if (ad->data_wap) {
+               ad->data_wap->int_slp_setting_binded = INT_SLP_SETTING_DEFAULT_MEM_WAP;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_wap is NULL");
+       }
+
+       int ret = vconf_notify_key_changed(VCONFKEY_SYSMAN_MMC_STATUS,
+                       __setting_memory_default_memory_vconf_change_cb, ad);
+       if (ret != 0) {
+               SETTING_TRACE_ERROR("call vconf_notify_key_changed failed");
+       }
+       setting_view_memory_default_memory.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_memory_default_memory_destroy(void *cb)
+{
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingMemoryUG *ad = (SettingMemoryUG *) cb;
+
+       elm_naviframe_item_pop(ad->navi_bar);
+
+       int ret = vconf_ignore_key_changed(VCONFKEY_SYSMAN_MMC_STATUS,
+                       __setting_memory_default_memory_vconf_change_cb);
+       if (ret != 0) {
+               SETTING_TRACE_ERROR("call vconf_ignore_key_changed failed");
+       }
+
+       setting_view_memory_default_memory.is_create = 0;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_memory_default_memory_update(void *cb)
+{
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       return SETTING_RETURN_SUCCESS;
+}
+
+char *setting_default_memory_get_desc_str_by_vconf(setting_int_slp_list slp_key)
+{
+       /* SETTING_TRACE_BEGIN; */
+       /* error check */
+
+       char *setting_default_memory_type[SETTING_DEF_MEMORY_MAX] = {
+               _("IDS_COM_BODY_PHONE"),
+               _("IDS_COM_BODY_MEMORY_CARD")
+       };
+       int ret = SETTING_RETURN_FAIL;
+       int value = 0;
+       int err = -1;
+
+        int mmc_mode = VCONFKEY_SYSMAN_MMC_REMOVED;
+        ret = vconf_get_int(VCONFKEY_SYSMAN_MMC_STATUS, &mmc_mode);
+        setting_retvm_if(ret != 0, NULL, "Get vconf failed");
+
+        /* if mmc card is not mounted, set vconf by 0(phone) */
+        if (mmc_mode == VCONFKEY_SYSMAN_MMC_REMOVED || 
+                mmc_mode == VCONFKEY_SYSMAN_MMC_INSERTED_NOT_MOUNTED) {
+                ret = setting_set_int_slp_key(slp_key, 0, &err);
+                setting_retvm_if(ret != 0, NULL, "Set vconf failed");
+        }
+
+       ret = setting_get_int_slp_key(slp_key, &value, &err);
+
+       switch (slp_key) {
+       case INT_SLP_SETTING_DEFAULT_MEM_WAP:
+       case INT_SLP_SETTING_DEFAULT_MEM_BLUETOOTH:
+       case INT_SLP_SETTING_DEFAULT_MEM_CAMERA:
+       case INT_SLP_SETTING_DEFAULT_MEM_VOICE_RECORDER:
+       case INT_SLP_SETTING_DEFAULT_MEM_FM_RADIO:
+       case INT_SLP_SETTING_DEFAULT_MEM_ALL_SHARE:
+       case INT_SLP_SETTING_DEFAULT_MEM_ADOBE_AIR:
+               {
+                       if (ret == SETTING_RETURN_FAIL
+                           || value >= SETTING_DEF_MEMORY_MAX)
+                               value = SETTING_DEF_MEMORY_PHONE;
+                       return setting_default_memory_type[value];
+               }
+               break;
+
+       default:
+               ret = SETTING_GENERAL_ERR_NOT_FIND_VALUE_SWITCH;
+               break;
+       }
+
+       return NULL;
+}
+
+static int setting_memory_default_memory_cleanup(void *cb)
+{
+       return setting_memory_default_memory_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_memory_default_click_softkey_cancel_cb(void *data, Evas_Object *obj,
+                                              void *event_info)
+{
+       ret_if(data == NULL);
+
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+       setting_view_change(&setting_view_memory_default_memory,
+                           &setting_view_memory_main, ad);
+}
+
+static void __setting_memory_default_memory_vconf_change_cb(
+                                               keynode_t *key, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(NULL == key, "key is NULL");
+       setting_retm_if(NULL == data, "data is NULL");
+       SettingMemoryUG *ad = (SettingMemoryUG *)data;
+       int status = vconf_keynode_get_int(key);
+       char *vconf_name = vconf_keynode_get_name(key);
+
+       if (!safeStrCmp(vconf_name, VCONFKEY_SYSMAN_MMC_STATUS)) {
+               SETTING_TRACE("status:%d", status);
+               if (VCONFKEY_SYSMAN_MMC_MOUNTED == status) {
+                       __setting_memory_default_memory_update_item_status(
+                                                               ad,FALSE);
+               } else {
+                       __setting_memory_default_memory_update_item_status(
+                                                               ad, TRUE);
+               }
+       }
+}
+
+static void __setting_memory_default_memory_update_item_status(
+                                       void *data, bool disable_mmc_flag)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(NULL == data, "data is NULL");
+       SettingMemoryUG *ad = (SettingMemoryUG *)data;
+
+       setting_retm_if(NULL == ad->data_wap, "ad->data_wap is NULL");
+       setting_retm_if(NULL == ad->data_wap->item,
+                       "ad->data_wap->item is NULL");
+
+       Elm_Object_Item *list_item = ad->data_wap->item;
+       Setting_GenGroupItem_Data *data_sub_item = NULL;
+       while (list_item != NULL) {
+               data_sub_item =
+                       (Setting_GenGroupItem_Data *)
+                               elm_object_item_data_get(list_item);
+               /* data_sub_item is seperator*/
+               if (data_sub_item == NULL) {
+                       list_item = elm_genlist_item_next_get(list_item);
+                       continue;
+               }
+               SETTING_TRACE("keystr = %s", data_sub_item->keyStr);
+               /* disable_mmc_flag is true, means mmc is not mounted*/
+               if (disable_mmc_flag) {
+                       if (!safeStrCmp(data_sub_item->keyStr,
+                                       "IDS_COM_BODY_PHONE") &&
+                               ! elm_genlist_item_selected_get(list_item)) {
+                               elm_genlist_item_selected_set(list_item, 1);
+                       } else if (!safeStrCmp(data_sub_item->keyStr,
+                                            "IDS_COM_BODY_MEMORY_CARD")) {
+                               elm_genlist_item_selected_set(list_item, 0);
+                               setting_disable_genlist_item(list_item);
+                       }
+               } else {
+                       if (!safeStrCmp(data_sub_item->keyStr,
+                                            "IDS_COM_BODY_MEMORY_CARD") &&
+                               elm_object_item_disabled_get(list_item)) {
+                               setting_enable_genlist_item(list_item);
+                       }
+               }
+               list_item = elm_genlist_item_next_get(list_item);
+       }
+
+       /* if mmc is not mounted, update vconf*/
+       if (disable_mmc_flag) {
+               __setting_memory_default_memory_update_vconf(ad->data_wap);
+       }
+}
+
+static void __setting_memory_default_memory_update_vconf(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(NULL == data, "data is NULL");
+       Setting_GenGroupItem_Data *data_item = (Setting_GenGroupItem_Data *)data;
+       int err = 0;
+       int value = 0;
+       int ret = 0;
+
+       ret = setting_get_int_slp_key(
+               data_item->int_slp_setting_binded, &value, &err);
+       setting_retm_if(0 != ret, "get vconf failed");
+
+       /* if mmc card is not mounted, set vconf by 0(phone) */
+       if (value != 0) {
+               ret = setting_set_int_slp_key(
+                       data_item->int_slp_setting_binded, 0, &err);
+               setting_retm_if(ret != 0, "Set vconf failed");
+
+               G_FREE(data_item->sub_desc);
+               data_item->sub_desc = (char *)g_strdup(_("IDS_COM_BODY_PHONE"));
+               elm_object_item_data_set(data_item->item, data_item);
+               elm_genlist_item_update(data_item->item);
+       }
+}
diff --git a/setting-memory/src/setting-memory-main.c b/setting-memory/src/setting-memory-main.c
new file mode 100644 (file)
index 0000000..875d138
--- /dev/null
@@ -0,0 +1,209 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-memory-main.h>
+#define VCONFKEY_MEMORY_STATUS "memory/msg/ready"
+
+static int setting_memory_main_create(void *cb);
+static int setting_memory_main_destroy(void *cb);
+static int setting_memory_main_update(void *cb);
+static int setting_memory_main_cleanup(void *cb);
+
+setting_view setting_view_memory_main = {
+       .create = setting_memory_main_create,
+       .destroy = setting_memory_main_destroy,
+       .update = setting_memory_main_update,
+       .cleanup = setting_memory_main_cleanup,
+};
+
+static void setting_memory_main_mouse_up_Gendial_list_cb(void *data,
+                                                        Evas_Object *obj,
+                                                        void *event_info);
+static void setting_memory_main_click_softkey_back(void *data,
+                                                  Evas_Object *obj,
+                                                  void *event_info);
+static void setting_memory_main_memory_status_change_cb(keynode_t *key,
+                                                       void *data);
+
+/*******************************************
+ *
+ *     basic function
+ *
+ ******************************************/
+
+static int setting_memory_main_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       SettingMemoryUG *ad = (SettingMemoryUG *) cb;
+
+       Evas_Object *scroller;
+       /* int mmc_mode; */
+       ad->ly_main =
+           setting_create_layout_navi_bar_genlist(ad->win_main_layout,
+                                                  ad->win_get,
+                                                  _("IDS_ST_BODY_MEMORY"),
+                                                  S_("IDS_COM_BODY_BACK"),
+                                                  NULL,
+                                                  setting_memory_main_click_softkey_back,
+                                                  NULL, ad, &scroller,
+                                                  &(ad->navi_bar));
+       retvm_if(ad->ly_main == NULL, -1, "Can't create main layout");
+
+       Elm_Object_Item *item = NULL;;
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                        setting_memory_main_mouse_up_Gendial_list_cb,
+                                        ad, SWALLOW_Type_INVALID, NULL, NULL,
+                                        0,
+                                        "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY",
+                                        NULL, NULL);
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                        setting_memory_main_mouse_up_Gendial_list_cb,
+                                        ad, SWALLOW_Type_INVALID, NULL, NULL,
+                                        0, "IDS_ST_BODY_MEMORY_STATUS", NULL,
+                                        NULL);
+       setting_view_memory_main.is_create = 1;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_memory_main_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       setting_view_memory_main.is_create = 0;
+
+       SettingMemoryUG *ad = (SettingMemoryUG *) cb;
+       vconf_ignore_key_changed(VCONFKEY_MEMORY_STATUS,
+                                setting_memory_main_memory_status_change_cb);
+       evas_object_del(ad->ly_main);
+
+       return 0;
+}
+
+static int setting_memory_main_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       SettingMemoryUG *ad = (SettingMemoryUG *) cb;
+       evas_object_show(ad->ly_main);
+
+       return 0;
+}
+
+static int setting_memory_main_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return 0;
+}
+
+/*********************************************
+ *
+ *     callback function
+ *
+ *********************************************/
+static void
+setting_memory_main_memory_status_change_cb(keynode_t *key, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       SettingMemoryUG *ad = data;
+       int status = vconf_keynode_get_bool(key);
+
+       if (1 == status) {
+               if (ad->msg_intial_popup != NULL) {
+                       evas_object_del(ad->msg_intial_popup);
+                       ad->msg_intial_popup = NULL;
+               }
+               vconf_ignore_key_changed(VCONFKEY_MEMORY_STATUS,
+                                        setting_memory_main_memory_status_change_cb);
+               setting_view_change(&setting_view_memory_main,
+                                   &setting_view_memory_status, ad);
+       }
+}
+
+static void
+setting_memory_main_mouse_up_Gendial_list_cb(void *data, Evas_Object *obj,
+                                            void *event_info)
+{
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+
+       if (!safeStrCmp
+               ("IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY",
+                list_item->keyStr)) {
+               setting_view_change(&setting_view_memory_main,
+                                   &setting_view_memory_default_memory, ad);
+       } else if (!safeStrCmp("IDS_ST_BODY_MEMORY_STATUS", list_item->keyStr)) {
+               /* check if msg server is ready */
+               int val = 0;    /* intial value is 0(not ready) */
+               vconf_get_bool(VCONFKEY_MEMORY_STATUS, &val);
+
+               if (1 != val) { /* not ready */
+                       int ret;
+                       ret =
+                           vconf_notify_key_changed(VCONFKEY_MEMORY_STATUS,
+                                                    setting_memory_main_memory_status_change_cb,
+                                                    ad);
+                       setting_retm_if(ret < 0, "%s notifications Failed(%d)",
+                                       VCONFKEY_MEMORY_STATUS, ret);
+
+                       ad->msg_intial_popup =
+                           setting_create_popup_without_btn(ad, ad->win_get,
+                                                _(SETTING_MEMORY_MSG_SERVER_POPUP_INFO_MSG),
+                                                NULL, NULL, 0);
+               } else {        /* ready */
+
+                       setting_view_change(&setting_view_memory_main,
+                                           &setting_view_memory_status, ad);
+               }
+       } else
+               SETTING_TRACE("Invalid selection");
+
+}
+
+static void
+setting_memory_main_click_softkey_back(void *data, Evas_Object *obj,
+                                      void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "data == NULL");
+
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+
+}
diff --git a/setting-memory/src/setting-memory-status.c b/setting-memory/src/setting-memory-status.c
new file mode 100644 (file)
index 0000000..9b03bd0
--- /dev/null
@@ -0,0 +1,816 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-memory-status.h>
+#define MAX_STR_LEN_ON_MEMORY_STATUS   32
+
+static int setting_memory_status_create(void *cb);
+static int setting_memory_status_destroy(void *cb);
+static int setting_memory_status_update(void *cb);
+static int setting_memory_status_cleanup(void *cb);
+
+setting_view setting_view_memory_status = {
+       .create = setting_memory_status_create,
+       .destroy = setting_memory_status_destroy,
+       .update = setting_memory_status_update,
+       .cleanup = setting_memory_status_cleanup,
+};
+
+static void __setting_memory_status_vconf_change_cb(
+                                               keynode_t *key, void *data);
+static int __setting_memory_status_check_mmc_status();
+static int __setting_memory_status_mmc_content_init(void *data, setting_memory_mmc_cb cb);
+
+static int setting_memory_status_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+
+       SettingMemoryUG *ad = (SettingMemoryUG *) cb;
+       Evas_Object *scroller;
+       setting_push_layout_navi_bar_genlist(ad->win_main_layout, ad->win_get,
+                                            _("IDS_ST_BODY_MEMORY_STATUS"),
+                                            S_("IDS_COM_BODY_BACK"), NULL,
+                                            setting_memory_status_click_softkey_back,
+                                            NULL, ad, &scroller, ad->navi_bar);
+
+       /*  External SD card */
+       setting_create_Gendial_field_titleItem(scroller, &(ad->itc_group_item),
+                                              SETTING_MEMORY_STATUS_EX_SD_CARD_DESC,
+                                              NULL);
+
+       char ex_total_space[SETTING_MEMORY_MMC_MAX_MEM_STR_LEN] = { 0, };
+       char ex_available_space[SETTING_MEMORY_MMC_MAX_MEM_STR_LEN] = { 0, };
+       char ex_mount_status[SETTING_MEMORY_MMC_MAX_MEM_STR_LEN] = { 0, };
+       int ex_mmc_status = VCONFKEY_SYSMAN_MMC_REMOVED;
+       setting_memory_status_ex_sd_card_info(ex_total_space,
+                                             ex_available_space,
+                                             ex_mount_status, &ex_mmc_status);
+
+       ad->data_ex_total =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2), NULL,
+                                            ad, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0, ex_total_space,
+                                            SETTING_MEMORY_STATUS_TOTAL_SPACE_DESC,
+                                            NULL);
+       if (ad->data_ex_total) {
+               ad->data_ex_total->userdata = ad;
+               elm_genlist_item_select_mode_set(ad->data_ex_total->item,
+                       ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       } else {
+               SETTING_TRACE_ERROR("ad->data_ex_total is NULL");
+       }
+
+       ad->data_ex_available =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2), NULL,
+                                            ad, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0, ex_available_space,
+                                            SETTING_MEMORY_STATUS_AVAILABLE_SPACE_DESC,
+                                            NULL);
+       if (ad->data_ex_available) {
+               ad->data_ex_available->userdata = ad;
+               elm_genlist_item_select_mode_set(ad->data_ex_available->item,
+                                         ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       } else {
+               SETTING_TRACE_ERROR("ad->data_ex_available is NULL");
+       }
+
+       if (! isEmulBin())
+       {
+               ad->data_ex_mount =
+                       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                                        setting_memory_status_mouse_up_Gendial_list_cb,
+                                                        ad, SWALLOW_Type_INVALID, NULL,
+                                                        NULL, 0, ex_mount_status, NULL,
+                                                        NULL);
+               if (ad->data_ex_mount) {
+                       ad->data_ex_mount->userdata = ad;
+               } else {
+                       SETTING_TRACE_ERROR("ad->data_ex_mount is NULL");
+               }
+
+               ad->data_ex_format =
+                       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                                        setting_memory_status_mouse_up_Gendial_list_cb,
+                                                        ad, SWALLOW_Type_INVALID, NULL,
+                                                        NULL, 0,
+                                                        SETTING_MEMORY_STATUS_FORMAT_SD_CARD_DESC,
+                                                        NULL, NULL);
+               if (ad->data_ex_format) {
+                       ad->data_ex_format->userdata = ad;
+               } else {
+                       SETTING_TRACE_ERROR("ad->data_ex_format is NULL");
+               }
+       } else {
+               ad->data_ex_mount = NULL;
+               ad->data_ex_format = NULL;
+       }
+
+       setting_memory_status_list_item_enable_set_by_mmc_status(ad,
+                                                                ex_mmc_status);
+
+
+       /*  Internal phone storage */
+       setting_create_Gendial_field_titleItem(scroller, &(ad->itc_group_item),
+                                              SETTING_MEMORY_STATUS_INTERNAL_PHONE_STORAGE_DESC,
+                                              NULL);
+
+       char phone_storage_available[SETTING_MEMORY_MMC_MAX_MEM_STR_LEN] = {0,};
+       setting_memory_status_get_phone_storage_available_size(ad,
+                                                              phone_storage_available);
+       ad->data_phone_storage_available =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2), NULL,
+                                            ad, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0, phone_storage_available,
+                                            SETTING_MEMORY_STATUS_AVAILABLE_SPACE_DESC,
+                                            NULL);
+       if (ad->data_phone_storage_available) {
+               ad->data_phone_storage_available->userdata = ad;
+               elm_genlist_item_select_mode_set(ad->data_phone_storage_available->
+                                         item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       } else {
+               SETTING_TRACE_ERROR("ad->data_phone_storage_available is NULL");
+       }
+
+       int ret = vconf_notify_key_changed(VCONFKEY_USB_STORAGE_STATUS,
+                       __setting_memory_status_vconf_change_cb, ad);
+       if (ret != 0) {
+               SETTING_TRACE_ERROR("call vconf_notify_key_changed failed");
+       }
+       
+       ret = vconf_notify_key_changed(VCONFKEY_SYSMAN_MMC_STATUS,
+                       __setting_memory_status_vconf_change_cb, ad);
+       if (ret != 0) {
+               SETTING_TRACE_ERROR("call vconf_notify_key_changed failed");
+       }
+
+       setting_view_memory_status.is_create = 1;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_memory_status_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       SettingMemoryUG *ad = (SettingMemoryUG *) cb;
+
+       if (ad->progress_bar) {
+               evas_object_del(ad->progress_bar);
+               ad->progress_bar = NULL;
+       }
+
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+
+       int ret = vconf_ignore_key_changed(VCONFKEY_SYSMAN_MMC_STATUS,
+                       __setting_memory_status_vconf_change_cb);
+       if (ret != 0) {
+               SETTING_TRACE_ERROR("call vconf_ignore_key_changed failed");
+       }
+
+       ret = vconf_ignore_key_changed(VCONFKEY_USB_STORAGE_STATUS,
+                       __setting_memory_status_vconf_change_cb);
+       if (ret != 0) {
+               SETTING_TRACE_ERROR("call vconf_ignore_key_changed failed");
+       }       
+
+       if (ad->mmc_content) {
+               FREE(ad->mmc_content);
+       }
+
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_memory_status.is_create = 0;
+
+       return 0;
+}
+
+static int setting_memory_status_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+
+       SettingMemoryUG *ad = (SettingMemoryUG *) cb;
+       if (!ad) {
+               SETTING_TRACE_ERROR("ad is null.");
+       }
+       // update sd card statistic
+       setting_memory_status_ex_sd_card_refresh_card_details_cb(ad, NULL, NULL);
+
+       // update internal phone storage statistic
+       char phone_storage_available[SETTING_MEMORY_MMC_MAX_MEM_STR_LEN] = {0,};
+       setting_memory_status_get_phone_storage_available_size(ad, phone_storage_available);
+       if ( ad && ad->data_phone_storage_available)
+               setting_memory_status_list_item_data_set(ad->data_phone_storage_available, phone_storage_available);
+
+       SETTING_TRACE_END;
+       return 0;
+}
+
+static int setting_memory_status_cleanup(void *cb)
+{
+       return setting_memory_status_destroy(cb);
+}
+
+/*******************************************
+ *
+ *general function
+ *
+ *******************************************/
+
+static int __fs_stat(double* pdTotal, double* pdAvail, const char* szPath)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(NULL == pdTotal || NULL == pdAvail, 
+               SETTING_RETURN_FAIL, "Null output parameters");
+
+       struct statvfs s;
+
+       if (!statvfs(szPath, &s)) {
+               SETTING_TRACE("f_bsize = %ld f_blocks = %ld f_bavail = %ld f_frsize = %ld",
+                    s.f_bsize, s.f_blocks, s.f_bavail, s.f_frsize);
+               *pdTotal = (double)s.f_frsize * s.f_blocks;
+               *pdAvail = (double)s.f_bsize * s.f_bavail;
+       } else {
+               return SETTING_RETURN_FAIL;
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+/*******************************************
+ *
+ *callback function
+ *
+ *******************************************/
+
+static void setting_memory_status_click_softkey_back(void *data,
+                                                    Evas_Object *obj,
+                                                    void *event_info)
+{
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+       setting_view_change(&setting_view_memory_status,
+                           &setting_view_memory_main, ad);
+}
+
+static void
+setting_memory_status_ex_sd_card_info(char* szTotal, char* szAvail,
+                                     char* ex_mount_desc, int *ex_mmc_status)
+{
+       int mmc_mode = VCONFKEY_SYSMAN_MMC_REMOVED;
+       int ret = vconf_get_int(VCONFKEY_SYSMAN_MMC_STATUS, &mmc_mode);
+       setting_retm_if(ret != 0, "Get VCONFKEY_SYSMAN_MMC_STATUS failed");
+       *ex_mmc_status = mmc_mode;
+       SETTING_TRACE("mmc_mode = %d", mmc_mode);
+
+       int mmc_status = __setting_memory_status_check_mmc_status();
+       setting_retm_if(mmc_status == -1, "check mmc status failed");
+
+       /* Does not mounted, same st_dev */
+       if (mmc_status == 0) {
+               snprintf(szTotal, SETTING_MEMORY_MMC_MAX_MEM_STR_LEN,
+                        "%s", _("IDS_ST_HEADER_UNAVAILABLE"));
+               snprintf(szAvail, SETTING_MEMORY_MMC_MAX_MEM_STR_LEN,
+                        "%s", _("IDS_ST_HEADER_UNAVAILABLE"));
+               snprintf(ex_mount_desc, SETTING_MEMORY_MMC_MAX_MEM_STR_LEN,
+                        "%s", SETTING_MEMORY_STATUS_MOUNT_SD_CARD_DESC);
+       }
+       /*  MMC mounted, diff st_dev */
+       else {
+               snprintf(ex_mount_desc, SETTING_MEMORY_MMC_MAX_MEM_STR_LEN,
+                        "%s", SETTING_MEMORY_STATUS_UNMOUNT_SD_CARD_DESC);
+               ret =
+                   setting_memory_status_ex_sd_card_detail(szTotal, szAvail);
+               setting_retm_if(ret == SETTING_RETURN_FAIL,
+                               "get sd card detail failed");
+       }
+}
+
+static int
+setting_memory_status_ex_sd_card_detail(char* szTotal, char* szAvail)
+{
+       SETTING_TRACE_BEGIN;
+       double dTotal = 0.0;
+       double dAvail = 0.0;
+
+       int ret = SETTING_RETURN_SUCCESS;
+       ret = __fs_stat(&dTotal, &dAvail, SETTING_MEMORY_STATUS_MMC_PATH);
+       setting_retvm_if(ret == SETTING_RETURN_FAIL, SETTING_RETURN_FAIL,
+                        "get sd card size detail failed");
+
+       ret = setting_memory_status_size_transition(dTotal, szTotal);
+       setting_retvm_if(ret == SETTING_RETURN_FAIL, SETTING_RETURN_FAIL,
+                        "setting_memory_status_size_transition failed");
+
+       ret = setting_memory_status_size_transition(dAvail, szAvail);
+       setting_retvm_if(ret == SETTING_RETURN_FAIL, SETTING_RETURN_FAIL,
+                        "setting_memory_status_size_transition failed");
+
+       SETTING_TRACE("Total[%s], Avail[%s]", szTotal, szAvail);
+       return SETTING_RETURN_SUCCESS;
+}
+
+static void
+setting_memory_status_mouse_up_Gendial_list_cb(void *data, Evas_Object *obj,
+                                              void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       setting_retm_if(event_info == NULL,
+                       "Invalid argument: event info is NULL");
+
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+       if (list_item == ad->data_ex_mount) {
+               setting_memory_status_ex_sd_card_mount_unmount(ad);
+       } else if (list_item == ad->data_ex_format) {
+               setting_memory_status_ex_sd_card_format_promt_popup_create(ad);
+       }
+}
+
+static void
+setting_memory_status_ex_sd_card_format_promt_popup_create(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+
+       ad->curr_popup_cb = setting_memory_status_ex_sd_card_ask_format_resp_cb;
+
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+
+       ad->popup = setting_create_popup_with_btn(ad, ad->win_get, _(SETTING_MEMORY_STATUS_FORMAT_ASK_MSG),
+                                        NULL, ad->curr_popup_cb, 0,
+                                        2, _("IDS_COM_SK_YES"),_("IDS_COM_SK_NO"));
+}
+
+static void
+setting_memory_status_ex_sd_card_ask_format_resp_cb(void *data,
+                                                   Evas_Object *obj,
+                                                   void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       int response_type = btn_type(obj);
+       if (POPUP_RESPONSE_OK == response_type) {
+               setting_memory_status_ex_sd_card_format_promt_popup_left_btn_cb
+                   (data, NULL, NULL);
+       } else if (POPUP_RESPONSE_CANCEL == response_type) {
+               setting_memory_status_ex_sd_card_format_promt_popup_right_btn_cb
+                   (data, NULL, NULL);
+       }
+}
+
+static void
+setting_memory_status_ex_sd_card_format_promt_popup_left_btn_cb(void *data,
+                                                               Evas_Object *
+                                                               obj,
+                                                               void
+                                                               *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+
+       /* Show Formatting..... popup */
+       ad->popup = setting_create_popup_with_progressbar(ad, ad->win_get,
+                                                "list_process",
+                                                _("IDS_ST_POP_MSG_FORMATTING"),
+                                                NULL, NULL,
+                                                SETTING_MEMORY_STATUS_PROGRESSBAR_TIMEOUT);
+
+       int ret = __setting_memory_status_mmc_content_init(ad, setting_memory_status_ex_sd_card_format_cb);
+       if (ret == SETTING_RETURN_FAIL) {
+               SETTING_TRACE_ERROR("__setting_memory_status_mmc_content_init fail");
+               if (ad->popup) {
+                       evas_object_del(ad->popup);
+                       ad->popup = NULL;
+               }
+               ad->popup = setting_create_popup_without_btn(ad, ad->win_get, 
+                                                _("IDS_COM_POP_FAILED"),
+                                                NULL, NULL,
+                                                SETTING_MEMORY_POPUP_TIMER);
+               return;
+       }
+
+       ret = sysman_request_format_mmc(ad->mmc_content);
+       /*  if fail, destory popup */
+       if (ret == -1) {
+               SETTING_TRACE_ERROR("call sysman_request_format_mmc fail");
+               if (ad->popup) {
+                       evas_object_del(ad->popup);
+                       ad->popup = NULL;
+               }
+               ad->popup = setting_create_popup_without_btn(ad, ad->win_get,
+                                                _("IDS_COM_POP_FAILED"),
+                                                NULL, NULL,
+                                                SETTING_MEMORY_POPUP_TIMER);
+       }
+}
+
+static void
+setting_memory_status_ex_sd_card_format_promt_popup_right_btn_cb(void *data,
+                                                                Evas_Object *
+                                                                obj,
+                                                                void
+                                                                *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+}
+
+static void setting_memory_status_ex_sd_card_mount_unmount(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingMemoryUG *ad = (SettingMemoryUG *)data;
+
+       int mmc_status = __setting_memory_status_check_mmc_status();
+       setting_retm_if(mmc_status == -1, "check mmc status failed");
+
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+
+       /* Show progressbar popup */
+       ad->popup = setting_create_popup_with_progressbar(ad, ad->win_get, 
+                                                "pending_list",
+                                                NULL, NULL, NULL,
+                                                SETTING_MEMORY_STATUS_PROGRESSBAR_TIMEOUT);
+
+       int ret = -1;
+       /* Does not mounted, same st_dev */
+       if (mmc_status == 0) {
+               ret = __setting_memory_status_mmc_content_init(ad, setting_memory_status_ex_sd_card_mount_cb);
+               if (ret == SETTING_RETURN_FAIL) {
+                       SETTING_TRACE_ERROR("__setting_memory_status_mmc_content_init fail");
+                       if (ad->popup) {
+                               evas_object_del(ad->popup);
+                               ad->popup = NULL;
+                       }
+                       ad->popup = setting_create_popup_without_btn(ad, ad->win_get,
+                                                _("IDS_COM_POP_FAILED"),
+                                                NULL, NULL,
+                                                SETTING_MEMORY_POPUP_TIMER);
+                       return;
+               }
+               ret = sysman_request_mount_mmc(ad->mmc_content);
+               if (ret == -1) {
+                       SETTING_TRACE_ERROR("call sysman_request_mount_mmc fail");
+               }
+       }
+       /*  MMC mounted, diff st_dev */
+       else {
+               ret = __setting_memory_status_mmc_content_init(ad, setting_memory_status_ex_sd_card_unmount_cb);
+               if (ret == SETTING_RETURN_FAIL) {
+                       SETTING_TRACE_ERROR("__setting_memory_status_mmc_content_init fail");
+                       if (ad->popup) {
+                               evas_object_del(ad->popup);
+                               ad->popup = NULL;
+                       }
+                       ad->popup = setting_create_popup_without_btn(ad, ad->win_get,
+                                                _("IDS_COM_POP_FAILED"),
+                                                NULL, NULL,
+                                                SETTING_MEMORY_POPUP_TIMER);
+                       return;
+               }
+
+               ret = sysman_request_unmount_mmc(ad->mmc_content,
+                                                MNT_FORCE);    /*  1 = MNT_FORCE */
+               if (ret == -1) {
+                       SETTING_TRACE_ERROR("call sysman_request_unmount_mmc fail");
+               }
+       }
+
+       /*  if fail, popup failed info */
+       if (ret == -1) {
+               if (ad->popup) {
+                       evas_object_del(ad->popup);
+                       ad->popup = NULL;
+               }
+               ad->popup = setting_create_popup_without_btn(ad, ad->win_get, 
+                                                _("IDS_COM_POP_FAILED"),
+                                                NULL, NULL,
+                                                SETTING_MEMORY_POPUP_TIMER);
+       }
+}
+
+static void
+setting_memory_status_ex_sd_card_refresh_card_details_cb(void *data,
+                                                        Evas_Object *obj,
+                                                        void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingMemoryUG *ad = (SettingMemoryUG *)data;
+
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+
+       char ex_total_space[SETTING_MEMORY_MMC_MAX_MEM_STR_LEN] = {0, };
+       char ex_available_space[SETTING_MEMORY_MMC_MAX_MEM_STR_LEN] = {0, };
+       char ex_mount_status[SETTING_MEMORY_MMC_MAX_MEM_STR_LEN] = {0, };
+       int ex_mmc_status = VCONFKEY_SYSMAN_MMC_REMOVED;
+       setting_memory_status_ex_sd_card_info(ex_total_space, ex_available_space,
+                                             ex_mount_status, &ex_mmc_status);
+
+       setting_memory_status_list_item_data_set(ad->data_ex_total, ex_total_space);
+       setting_memory_status_list_item_data_set(ad->data_ex_available, ex_available_space);
+       setting_memory_status_list_item_data_set(ad->data_ex_mount, ex_mount_status);
+
+       setting_memory_status_list_item_enable_set_by_mmc_status(ad, ex_mmc_status);
+}
+
+static void
+setting_memory_status_ex_sd_card_operate_complete(void *data, char *desc,
+                                                 bool popup_flag)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+       setting_memory_hide_popup_with_progress_bar(ad);
+       if (popup_flag) {
+               if (ad->popup) {
+                       evas_object_del(ad->popup);
+                       ad->popup = NULL;
+               }               
+               ad->popup = setting_create_popup_without_btn(ad, ad->win_get, desc,
+                                                NULL,
+                                                setting_memory_status_ex_sd_card_refresh_card_details_cb,
+                                                SETTING_MEMORY_POPUP_TIMER);
+       }
+}
+
+static void
+setting_memory_status_list_item_enable_set_by_mmc_status(void *data,
+                                                        int ex_mmc_status)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+
+       setting_retm_if(ad->data_ex_mount == NULL, "Data parameter is NULL");
+       setting_retm_if(ad->data_ex_format == NULL, "Data parameter is NULL");
+
+       Eina_Bool ex_mount_disabled = elm_object_item_disabled_get(ad->data_ex_mount->item);
+       Eina_Bool ex_format_disabled = elm_object_item_disabled_get(ad->data_ex_format->item);
+
+       if (ex_mmc_status == VCONFKEY_SYSMAN_MMC_REMOVED) {
+               if (ex_mount_disabled == EINA_FALSE) {
+                       setting_disable_genlist_item(ad->data_ex_mount->item);
+               }
+               if (ex_format_disabled == EINA_FALSE) {
+                       setting_disable_genlist_item(ad->data_ex_format->item);
+               }
+       } else if (ex_mmc_status == VCONFKEY_SYSMAN_MMC_INSERTED_NOT_MOUNTED) {
+               if (ex_mount_disabled == EINA_TRUE) {
+                       setting_enable_genlist_item(ad->data_ex_mount->item);
+               }
+               if (ex_format_disabled == EINA_FALSE) {
+                       setting_disable_genlist_item(ad->data_ex_format->item);
+               }
+       } else {
+               if (ex_mount_disabled == EINA_TRUE) {
+                       setting_enable_genlist_item(ad->data_ex_mount->item);
+               }
+               if (ex_format_disabled == EINA_TRUE) {
+                       setting_enable_genlist_item(ad->data_ex_format->item);
+               }
+       }
+
+       int storage_status = VCONFKEY_USB_STORAGE_STATUS_OFF;
+       int ret = vconf_get_int(VCONFKEY_USB_STORAGE_STATUS, &storage_status);
+       setting_retm_if(ret != 0, "Get VCONFKEY_USB_STORAGE_STATUS failed");
+       
+       if (storage_status == VCONFKEY_USB_STORAGE_STATUS_UMS_MMC_ON) {
+               setting_disable_genlist_item(ad->data_ex_mount->item);
+               setting_disable_genlist_item(ad->data_ex_format->item);
+       }
+}
+
+static void setting_memory_status_list_item_data_set(Setting_GenGroupItem_Data *
+                                                    item_data, char *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(item_data == NULL, "Data parameter is NULL");
+
+       G_FREE(item_data->keyStr);
+       item_data->keyStr = (char *)g_strdup(data);
+       elm_object_item_data_set(item_data->item, item_data);
+       elm_genlist_item_update(item_data->item);
+}
+
+static void
+setting_memory_status_get_phone_storage_available_size(void *data,
+                                                      char *szAvail)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       //SettingMemoryUG *ad = (SettingMemoryUG *) data;
+
+       double dTotal = 0.0;
+       double dAvail = 0.0;
+       int ret = SETTING_RETURN_SUCCESS;
+       setting_mem_status internal_mem_stat;
+
+       ret = __fs_stat(&dTotal, &dAvail, SETTING_MEMORY_STATUS_APP_PATH);
+       setting_retm_if(ret == SETTING_RETURN_FAIL, "get app_mem stat failed");
+       internal_mem_stat.dTotal = dTotal;
+       internal_mem_stat.dAvail = dAvail;
+
+       dTotal = 0.0;
+       dAvail = 0.0;
+       ret = __fs_stat(&dTotal, &dAvail, SETTING_MEMORY_STATUS_MEDIA_PATH);
+       setting_retm_if(ret == SETTING_RETURN_FAIL, "get media_mem stat failed");
+       internal_mem_stat.dTotal += dTotal;
+       internal_mem_stat.dAvail += dAvail;
+       
+       ret = setting_memory_status_size_transition(internal_mem_stat.dAvail,
+                                                 szAvail);
+       setting_retm_if(ret == SETTING_RETURN_FAIL, "setting_memory_status_size_transition fail");
+}
+
+static int
+setting_memory_status_size_transition(double size, char *size_desc)
+{
+       SETTING_TRACE_BEGIN;
+
+       double tmp_size = 0.0;
+       int ret = 0;
+       if (size < SETTING_MEMORY_MEGABYTE_VALUE) {     // size < 1MB: show x.xKB
+               tmp_size = size / SETTING_MEMORY_KILOBYTE_VALUE;
+               ret = snprintf(size_desc, SETTING_MEMORY_MMC_MAX_MEM_STR_LEN, "%4.2lf%s", tmp_size, "KB");
+               retv_if(ret < 0, SETTING_RETURN_FAIL);
+       } else if (size < SETTING_MEMORY_GIGABYTE_VALUE) {      // size < 1GB: show x.xMB
+               tmp_size = size / SETTING_MEMORY_MEGABYTE_VALUE;
+               ret = snprintf(size_desc, SETTING_MEMORY_MMC_MAX_MEM_STR_LEN, "%4.2lf%s", tmp_size, "MB");
+               retv_if(ret < 0, SETTING_RETURN_FAIL);
+       } else { // 1G <= size: show x.xGB
+               tmp_size = size / SETTING_MEMORY_GIGABYTE_VALUE;
+               ret = snprintf(size_desc, SETTING_MEMORY_MMC_MAX_MEM_STR_LEN, "%4.2lf%s", tmp_size, "GB");
+               retv_if(ret < 0, SETTING_RETURN_FAIL);
+       }
+       
+       return SETTING_RETURN_SUCCESS;
+}
+
+static void setting_memory_status_ex_sd_card_format_cb(int val, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       if (val == SETTING_MEMORY_STATUS_SYSMAN_REQUEST_SUCCESS) {
+               setting_memory_status_ex_sd_card_operate_complete(data,
+                                                                 _("IDS_COM_POP_SUCCESS"),
+                                                                 TRUE);
+
+       } else {
+               setting_memory_status_ex_sd_card_operate_complete(data,
+                                                                 _("IDS_COM_POP_FAILED"),
+                                                                 TRUE);
+       }
+}
+
+static void setting_memory_status_ex_sd_card_mount_cb(int val, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       if (val == SETTING_MEMORY_STATUS_SYSMAN_REQUEST_SUCCESS) {
+               setting_memory_status_ex_sd_card_operate_complete(data,
+                                                                 _("IDS_COM_POP_SUCCESS"),
+                                                                 FALSE);
+       } else if (val == SETTING_MEMORY_STATUS_SYSMAN_REQUEST_MOUNT_ALREADY) {
+               setting_memory_status_ex_sd_card_operate_complete(data,
+                                                                 _(SETTING_MEMORY_STATUS_EX_SD_CARD_MOUNT_ALREADY_DESC),
+                                                                 TRUE);
+       } else {
+               setting_memory_status_ex_sd_card_operate_complete(data,
+                                                                 _("IDS_COM_POP_FAILED"),
+                                                                 TRUE);
+       }
+}
+
+static void setting_memory_status_ex_sd_card_unmount_cb(int val, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       if (val == SETTING_MEMORY_STATUS_SYSMAN_REQUEST_SUCCESS) {
+               setting_memory_status_ex_sd_card_operate_complete(data,
+                                                                 _("IDS_COM_POP_SUCCESS"),
+                                                                 FALSE);
+       } else {
+               setting_memory_status_ex_sd_card_operate_complete(data,
+                                                                 _("IDS_COM_POP_FAILED"),
+                                                                 TRUE);
+       }
+}
+
+static void __setting_memory_status_vconf_change_cb(
+                                               keynode_t *key, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(NULL == key, "key is NULL");
+       setting_retm_if(NULL == data, "data is NULL");
+       SettingMemoryUG *ad = (SettingMemoryUG *)data;
+
+       int status = vconf_keynode_get_int(key);
+       char *vconf_name = vconf_keynode_get_name(key);
+
+       if (!safeStrCmp(vconf_name, VCONFKEY_USB_STORAGE_STATUS)) {
+               SETTING_TRACE("status:%d", status);
+               setting_memory_status_ex_sd_card_refresh_card_details_cb(ad,
+                                                       NULL,
+                                                       NULL);
+               char phone_storage_available[SETTING_MEMORY_MMC_MAX_MEM_STR_LEN] = {0,};
+               setting_memory_status_get_phone_storage_available_size(ad,
+                                                              phone_storage_available);
+               setting_memory_status_list_item_data_set(ad->data_phone_storage_available,
+                                                phone_storage_available);
+       } else if (!safeStrCmp(vconf_name, VCONFKEY_SYSMAN_MMC_STATUS)) {
+               SETTING_TRACE("status:%d", status);
+               setting_memory_status_ex_sd_card_refresh_card_details_cb(ad,
+                                                       NULL,
+                                                       NULL);
+       } else {
+               SETTING_TRACE_ERROR("vconf_name is NULL");
+       }
+}
+
+static int __setting_memory_status_check_mmc_status()
+{
+       int ret = 0;
+       struct stat parent_stat, mount_stat;
+
+       ret = stat(SETTING_MEMORY_STATUS_MMC_PATH, &mount_stat);
+       setting_retvm_if(ret != 0, -1, "get stat error : /opt/storage/sdcard");
+
+       ret = stat(SETTING_MEMORY_STATUS_MMC_PARENT_PATH, &parent_stat);
+       setting_retvm_if(ret != 0, -1, "get stat error : /opt/storage/sdcard/..");
+
+       /* Does not mounted, same st_dev */
+       if (mount_stat.st_dev == parent_stat.st_dev) {
+               return 0;
+       }
+       /*  MMC mounted, diff st_dev */
+       else {
+               return 1;
+       }
+}
+
+static int __setting_memory_status_mmc_content_init(void *data, setting_memory_mmc_cb cb)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(NULL == data, SETTING_RETURN_FAIL, "data is NULL");
+       setting_retvm_if(NULL == cb, SETTING_RETURN_FAIL, "cb is NULL");
+       SettingMemoryUG *ad = (SettingMemoryUG *)data;
+       if (ad->mmc_content == NULL) {
+               ad->mmc_content = (struct mmc_contents *)calloc(1, sizeof(struct mmc_contents *));
+               if (ad->mmc_content == NULL ) {
+                       SETTING_TRACE_ERROR("calloc failed");
+                       return SETTING_RETURN_FAIL;
+               }
+       }
+       ad->mmc_content->mmc_cb = cb;
+       ad->mmc_content->user_data = ad;
+       return SETTING_RETURN_SUCCESS;
+}
diff --git a/setting-memory/src/setting-memory.c b/setting-memory/src/setting-memory.c
new file mode 100644 (file)
index 0000000..d304827
--- /dev/null
@@ -0,0 +1,280 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-memory.h>
+
+#ifndef UG_MODULE_API
+#define UG_MODULE_API __attribute__ ((visibility("default")))
+#endif
+
+static void setting_memory_ug_cb_resize(void *data, Evas *e, Evas_Object *obj,
+                                       void *event_info)
+{
+       SettingMemoryUG *ad = (SettingMemoryUG *) data;
+       setting_view_update(&setting_view_memory_main, ad);
+}
+
+static void *setting_memory_ug_on_create(struct ui_gadget *ug,
+                                        enum ug_mode mode, bundle *data,
+                                        void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if((!ug || !priv), NULL, "!ug || !priv");
+
+       SettingMemoryUG *memoryUG = priv;
+       memoryUG->ug = ug;
+
+       memoryUG->win_main_layout = (Evas_Object *) ug_get_parent_layout(ug);
+       memoryUG->win_get = (Evas_Object *) ug_get_window();
+       evas_object_show(memoryUG->win_main_layout);
+       memoryUG->evas = evas_object_evas_get(memoryUG->win_main_layout);
+
+       setting_retvm_if(memoryUG->win_main_layout == NULL, NULL,
+                        "cannot get main window ");
+
+       /* register view node table */
+       setting_view_node_table_intialize();
+       setting_view_node_table_register(&setting_view_memory_main, NULL);
+       setting_view_node_table_register(&setting_view_memory_default_memory,
+                                        &setting_view_memory_main);
+       setting_view_node_table_register(&setting_view_memory_status,
+                                        &setting_view_memory_main);
+
+       setting_create_Gendial_itc("dialogue/1text.1icon.2",
+                                  &(memoryUG->itc_1text_1icon_2));
+       setting_create_Gendial_itc("dialogue/title",
+                                  &(memoryUG->itc_group_item));
+       setting_create_Gendial_itc("dialogue/1text", &(memoryUG->itc_1text));
+       setting_create_Gendial_itc("1text.1icon.2",
+                                  &(memoryUG->itc_1text_1icon));
+       setting_create_Gendial_itc("select_all", &(memoryUG->itc_sel_all));
+
+       setting_create_Gendial_itc("dialogue/2text.3/expandable",
+                                  &(memoryUG->itc_2text_3_parent));
+       setting_create_Gendial_itc("dialogue/1text.1icon/expandable2",
+                                  &(memoryUG->itc_1icon_1text_sub));
+       setting_create_Gendial_itc("dialogue/2text.2",
+                                  &(memoryUG->itc_2text_2));
+
+       memoryUG->itc_seperator.item_style = "dialogue/separator/21/with_line";
+       memoryUG->itc_seperator.func.text_get = NULL;
+       memoryUG->itc_seperator.func.content_get = NULL;
+       memoryUG->itc_seperator.func.state_get = NULL;
+       memoryUG->itc_seperator.func.del = NULL;
+
+       /*  creating a view. */
+       setting_view_node_set_cur_view(&setting_view_memory_main);
+       setting_view_create(&setting_view_memory_main, (void *)memoryUG);
+       evas_object_event_callback_add(memoryUG->win_main_layout,
+                                      EVAS_CALLBACK_RESIZE,
+                                      setting_memory_ug_cb_resize, memoryUG);
+       return memoryUG->ly_main;
+}
+
+static void setting_memory_ug_on_start(struct ui_gadget *ug, bundle *data,
+                                      void *priv)
+{
+}
+
+static void setting_memory_ug_on_pause(struct ui_gadget *ug, bundle *data,
+                                      void *priv)
+{
+}
+
+static void setting_memory_ug_on_resume(struct ui_gadget *ug, bundle *data,
+                                       void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if((!ug || !priv), "!ug || !priv");
+       SettingMemoryUG *ad = priv;
+
+       // Need to update the mem. status view in resuming the view
+       if (TRUE == setting_view_memory_status.is_create) {
+               setting_view_update(&setting_view_memory_status, ad);
+       }
+       
+       SETTING_TRACE_END;
+}
+
+static void setting_memory_ug_on_destroy(struct ui_gadget *ug, bundle *data,
+                                        void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if((!ug || !priv), "!ug || !priv");
+       SettingMemoryUG *memoryUG = priv;
+
+       evas_object_event_callback_del(memoryUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_memory_ug_cb_resize);   /* fix flash issue for gallery */
+       memoryUG->ug = ug;
+
+       /*  delete the allocated objects. */
+       
+       if (TRUE == setting_view_memory_default_memory.is_create) {
+               setting_view_destroy(&setting_view_memory_default_memory, memoryUG);
+       }
+       if (TRUE == setting_view_memory_status.is_create) {
+               setting_view_destroy(&setting_view_memory_status, memoryUG);
+       }
+       if (TRUE == setting_view_memory_main.is_create) {
+               setting_view_destroy(&setting_view_memory_main, memoryUG);
+       }
+       
+       if (NULL != ug_get_layout(memoryUG->ug)) {
+               evas_object_hide((Evas_Object *) ug_get_layout(memoryUG->ug));
+               evas_object_del((Evas_Object *) ug_get_layout(memoryUG->ug));
+       }
+
+       SETTING_TRACE_END;
+}
+
+static void setting_memory_ug_on_message(struct ui_gadget *ug, bundle *msg,
+                                        bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+}
+
+static void setting_memory_ug_on_event(struct ui_gadget *ug,
+                                      enum ug_event event, bundle *data,
+                                      void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       switch (event) {
+       case UG_EVENT_LOW_MEMORY:
+               break;
+       case UG_EVENT_LOW_BATTERY:
+               break;
+       case UG_EVENT_LANG_CHANGE:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN:
+               break;
+       case UG_EVENT_REGION_CHANGE:
+               break;
+       default:
+               break;
+       }
+}
+
+static void setting_memory_ug_on_key_event(struct ui_gadget *ug,
+                                          enum ug_key_event event,
+                                          bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       if (!ug)
+               return;
+       SettingMemoryUG *ad = (SettingMemoryUG *) priv;
+
+       switch (event) {
+       case UG_KEY_EVENT_END:
+               {
+                       if (ad->wait_timer) {
+                               ecore_timer_del(ad->wait_timer);
+                               ad->wait_timer = NULL;
+                       }
+
+                       if (ad->progress_bar_timer) {
+                               ecore_timer_del(ad->progress_bar_timer);
+                               ad->progress_bar_timer = NULL;
+                       }
+                       if (ad->popup_timer) {
+                               ecore_timer_del(ad->popup_timer);
+                               ad->popup_timer = NULL;
+                       }
+
+                       if (elm_naviframe_top_item_get(ad->navi_bar) ==
+                          elm_naviframe_bottom_item_get(ad->navi_bar)) {
+                               ug_destroy_me(ug);
+                       } else {
+                               setting_view_cb_at_endKey(ad);
+                       }
+               }
+               break;
+
+       default:
+               break;
+       }
+}
+
+UG_MODULE_API int UG_MODULE_INIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       SettingMemoryUG *memoryUG = calloc(1, sizeof(SettingMemoryUG));
+       setting_retvm_if(!memoryUG, -1, "Create SettingMemoryUG obj failed");
+
+       ops->create = setting_memory_ug_on_create;
+       ops->start = setting_memory_ug_on_start;
+       ops->pause = setting_memory_ug_on_pause;
+       ops->resume = setting_memory_ug_on_resume;
+       ops->destroy = setting_memory_ug_on_destroy;
+       ops->message = setting_memory_ug_on_message;
+       ops->event = setting_memory_ug_on_event;
+       ops->key_event = setting_memory_ug_on_key_event;
+       ops->priv = memoryUG;
+       ops->opt = UG_OPT_INDICATOR_ENABLE;
+
+       return 0;
+}
+
+UG_MODULE_API void UG_MODULE_EXIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       struct SettingMemoryUG *memoryUG;
+       setting_retm_if(!ops, "ops == NULL");
+
+       memoryUG = ops->priv;
+       if (memoryUG)
+               FREE(memoryUG);
+}
+
+/**
+* Reset function to 'reset' the settings of the UG, it will be invoked by 'Reset' UG
+*
+* @param[in] data
+* @param[in] priv
+*/
+UG_MODULE_API int setting_plugin_reset(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = 0;
+#if SUPPORT_RUN_SYSTEM_COMMAND
+       ret += excuteCmd(SETTING_POSTINST_FILE, 1, "memory");   
+#else
+       int value = SETTING_DEF_MEMORY_PHONE;
+       ret += vconf_set_int(VCONFKEY_SETAPPL_DEFAULT_MEM_WAP_INT, value);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_DEFAULT_MEM_BLUETOOTH_INT, value);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_DEFAULT_MEM_CAMERA_INT, value);
+
+       ret += vconf_set_int(VCONFKEY_SETAPPL_DEFAULT_MEM_VOICE_RECORDER_INT, value);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_DEFAULT_MEM_FM_RADIO_INT, value);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_DEFAULT_MEM_ALL_SHARE_INT, value);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_DEFAULT_MEM_ADOBE_AIR_INT, value);
+#endif
+       return ret;
+}
+
+
diff --git a/setting-network/CMakeLists.txt b/setting-network/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..8a585db
--- /dev/null
@@ -0,0 +1,42 @@
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_network REQUIRED elementary evas ecore ecore-imf eina edje appcore-common appcore-efl ui-gadget bundle network tapi dlog)
+
+FOREACH(flag ${pkgs_network_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")
+
+ADD_LIBRARY(${SETTING_NETWORK_UG} SHARED
+       ./src/setting-network.c
+       ./src/setting-network-main.c
+       ./src/setting-network-select-network.c
+       ./src/setting-network-connection-create.c
+       ./src/setting-network-3gcon-option.c
+       ./src/setting-network-main-help.c
+       ./src/setting-network-preferred-network.c
+       ./src/setting-network-preferred-network-new.c
+       ./src/setting-network-preferred-network-list.c
+       ./src/setting-network-preferred-network-edit.c
+       ./src/setting-network-preferred-network-delete.c
+       )
+
+TARGET_LINK_LIBRARIES(${SETTING_NETWORK_UG} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON} -lsetting-common)
+TARGET_LINK_LIBRARIES(${SETTING_NETWORK_UG} ${pkgs_network_LDFLAGS})
+
+INSTALL(TARGETS ${SETTING_NETWORK_UG} DESTINATION /opt/ug/lib)
diff --git a/setting-network/include/setting-network-3gcon-option.h b/setting-network/include/setting-network-3gcon-option.h
new file mode 100755 (executable)
index 0000000..e30905f
--- /dev/null
@@ -0,0 +1,36 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_NETWORK_CONNECTION_CREATE_H__
+#define __SETTING_NETWORK_CONNECTION_CREATE_H__
+
+#include <setting-network.h>
+
+enum {
+       SETTING_NETWORK_3GCON_NOT_USE,
+       SETTING_NETWORK_3GCON_ASK_ON_CON,
+       SETTING_NETWORK_3GCON_USE_WO_ASK
+};
+
+#endif                         /* __SETTING_NETWORK_CONNECTION_CREATE_H__ */
diff --git a/setting-network/include/setting-network-connection-create.h b/setting-network/include/setting-network-connection-create.h
new file mode 100755 (executable)
index 0000000..9609d3c
--- /dev/null
@@ -0,0 +1,48 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_NETWORK_CONNECTION_CREATE_H__
+#define __SETTING_NETWORK_CONNECTION_CREATE_H__
+
+#include <setting-network.h>
+
+static int setting_network_edit_connection_save_connection(void *data);
+static void setting_network_connection_check_entry_empty(SettingNetworkUG *ad);
+static void setting_network_edit_connection_display_auth_type(SettingNetworkUG *
+                                                             ad,
+                                                             int auth_type);
+
+static void setting_network_connection_entry_changed_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info);
+static void setting_network_edit_connection_click_softkey_save_cb(void *data,
+                                                                 Evas_Object *
+                                                                 obj, void
+                                                                 *event_info);
+static void setting_network_edit_connection_click_softkey_cancel_cb(void *data,
+                                                                   Evas_Object
+                                                                *obj, void
+                                                                   *event_info);
+
+#endif                         /* __SETTING_NETWORK_CONNECTION_CREATE_H__ */
diff --git a/setting-network/include/setting-network-main-help.h b/setting-network/include/setting-network-main-help.h
new file mode 100755 (executable)
index 0000000..42864d1
--- /dev/null
@@ -0,0 +1,34 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_NETWORK_MAIN_HELP_H__
+#define __SETTING_NETWORK_MAIN_HELP_H__
+
+#include <setting-network.h>
+
+static void setting_network_main_help_click_back_cb(void *data,
+                                                   Evas_Object *obj,
+                                                   void *event_info);
+
+#endif                         /* __SETTING_NETWORK_MAIN_HELP_H__ */
diff --git a/setting-network/include/setting-network-main.h b/setting-network/include/setting-network-main.h
new file mode 100755 (executable)
index 0000000..66839c8
--- /dev/null
@@ -0,0 +1,32 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_NETWORK_MAIN_H__
+#define __SETTING_NETWORK_MAIN_H__
+
+#include <setting-network.h>
+
+void setting_network_get_preferred_network_list(void);
+
+#endif                         /* __SETTING_NETWORK_MAIN_H__ */
diff --git a/setting-network/include/setting-network-preferred-network-delete.h b/setting-network/include/setting-network-preferred-network-delete.h
new file mode 100755 (executable)
index 0000000..80033ab
--- /dev/null
@@ -0,0 +1,39 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_NETWORK_PREFERRED_NETWORK_DELETE_H__
+#define __SETTING_NETWORK_PREFERRED_NETWORK_DELETE_H__
+
+#include <setting-network.h>
+#include <setting-network-preferred-network.h>
+
+void setting_network_preferred_network_delete_refresh_view(SettingNetworkUG *
+                                                          ad);
+void setting_network_preferred_network_delete_draw_network_list(SettingNetworkUG
+                                                               *ad);
+
+void setting_network_preferred_network_delete_ok(void *data);
+void setting_network_preferred_network_delete_failed(void *data);
+
+#endif                         /* __SETTING_NETWORK_PREFERRED_NETWORK_DELETE_H__ */
diff --git a/setting-network/include/setting-network-preferred-network-edit.h b/setting-network/include/setting-network-preferred-network-edit.h
new file mode 100755 (executable)
index 0000000..64a3e85
--- /dev/null
@@ -0,0 +1,51 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_NETWORK_PREFERRED_NETWORK_EDIT_H__
+#define __SETTING_NETWORK_PREFERRED_NETWORK_EDIT_H__
+
+#include <setting-network.h>
+#include <setting-network-preferred-network.h>
+
+#define SETTING_NETWORK_PREFERRED_NETWORK_CODE_LEN 4
+
+static void setting_network_preffered_network_edit_entry_changed_cb(void *data,
+                                                                   Evas_Object
+                                                                *obj, void
+                                                                   *event_info);
+static void setting_network_preferred_network_edit_click_softkey_cancel_cb(void
+                                                                          *data,
+                                                                          Evas_Object
+                                                                          *
+                                                                          obj,
+                                                                          void
+                                                                          *event_info);
+static void setting_network_preffered_network_edit_click_softkey_save_cb(void
+                                                                        *data,
+                                                                        Evas_Object
+                                                                        *obj,
+                                                                        void
+                                                                        *event_info);
+
+#endif                         /* __SETTING_NETWORK_PREFERRED_NETWORK_EDIT_H__ */
diff --git a/setting-network/include/setting-network-preferred-network-list.h b/setting-network/include/setting-network-preferred-network-list.h
new file mode 100755 (executable)
index 0000000..f7fe6b6
--- /dev/null
@@ -0,0 +1,4950 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef _SETTINGS_NETWORK_PREFERRED_NETWORK_LIST_H_
+#define _SETTINGS_NETWORK_PREFERRED_NETWORK_LIST_H_
+
+#include <setting-network.h>
+#include <setting-network-preferred-network.h>
+
+typedef enum {
+
+       SETTING_PREFERRED_NETWORK_TYPE_UNKNOWN,                                 /**< Network type unknown */
+
+       SETTING_PREFERRED_NETWORK_TYPE_GSM_900,                                 /**< Network type Gsm 900 */
+
+       SETTING_PREFERRED_NETWORK_TYPE_DCS_1800,                                /**< Network type DCS 1800 */
+
+       SETTING_PREFERRED_NETWORK_TYPE_PCS_1900,                                /**< Network type Pcs 1900 */
+
+       SETTING_PREFERRED_NETWORK_TYPE_GSM_SAT,                                 /**< Network type Gsm SAT */
+
+       SETTING_PREFERRED_NETWORK_TYPE_GSM_850,                                 /**< Network type Gsm 850*/
+
+       SETTING_PREFERRED_NETWORK_TYPE_UMTS,                                    /**< Network type UMTS */
+       SETTING_PREFERRED_NETWORK_TYPE_MAX
+} setting_network_preferred_network_list;
+
+typedef struct {
+       int mcc;
+       int mnc;
+       setting_network_preferred_network_list nw_type;
+       char *short_name_ptr;
+       char *country_code;
+
+} settings_preferred_network_table;
+
+/** @todo does static preffered network table need to update? */
+static const settings_preferred_network_table network_table[] = {
+
+/****************
+ **** Greece ****
+ ****************/
+
+/* COSMOTE */
+       {202, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GR COSMOTE",
+        "COSMOTE"},
+
+/* COSMOTE */
+       {202, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "GR COSMOTE",
+        "COSMOTE"},
+
+/* Vodafone */
+       {202, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone GR",
+        "Vodafone"},
+
+/* Info Quest - Commercial & Industrial SA */
+       {202, 9, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "GR Q-TELECOM",
+        "Info Quest - Commercial & Industrial SA"},
+
+/* STET HELLAS */
+       {202, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GR TELESTET",
+        "STET HELLAS"},
+
+/*********************
+ **** Netherlands ****
+ *********************/
+
+/* Vodafone Libertel N.V */
+       {204, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone NL",
+        "Vodafone Libertel N.V"},
+
+/* Vodafone Libertel N.V */
+       {204, 4, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "vodafone NL",
+        "Vodafone Libertel N.V"},
+
+/* KPN Mobile The Netherlands BV */
+       {204, 8, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "NL KPN",
+        "KPN Mobile The Netherlands BV"},
+
+/* KPN Mobile The Netherlands BV */
+       {204, 8, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "NL KPN",
+        "KPN Mobile The Netherlands BV"},
+
+/* Telfort Mobiel B.V. */
+       {204, 12, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "NL Telfort",
+        "Telfort B.V."},
+
+/* T-Mobile Netherlands */
+       {204, 16, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "T-Mobile NL",
+        "T-Mobile Netherlands"},
+
+/* T-Mobile Netherlands */
+       {204, 16, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "T-Mobile NL",
+        "T-Mobile NL"},
+
+/* Orange Nederland N.V. */
+       {204, 20, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Orange NL",
+        "Orange Nederland N.V."},
+
+/*****************
+ **** Belgium ****
+ *****************/
+
+/* Belgacom Mobile */
+       {206, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BEL PROXIMUS",
+        "Belgacom Mobile"},
+
+/* Belgacom Mobile */
+       {206, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "BEL PROXIMUS",
+        "Belgacom Mobile"},
+
+/* Mobistar S.A. */
+       {206, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "B mobistar",
+        "Mobistar S.A."},
+
+/* Mobistar S.A. */
+       {206, 10, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "B mobistar",
+        "Mobistar"},
+
+/* Mobistar S.A. */
+       {206, 10, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "B mobistar",
+        "Mobistar"},
+
+/* KPN Orange Belgium NV/SA */
+       {206, 20, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "BASE",
+        "KPN Orange Belgium NV/SA"},
+
+/****************
+ **** France ****
+ ****************/
+
+/* Orange France */
+       {208, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Orange F",
+        "Orange France"},
+
+/* Orange France */
+       {208, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Orange F",
+        "Orange France"},
+
+/* SFR */
+       {208, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "F SFR",
+        "SFR - CEGETEL"},
+
+/* SFR */
+       {208, 10, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "F SFR", "SFR"},
+
+/* Bouygues Telecom */
+       {208, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BOUYGTEL",
+        "Bouygues Telecom"},
+
+/* Bouygues Telecom */
+       {208, 20, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "BOUYGTEL",
+        "Bouygues Telecom"},
+
+/*****************
+ **** Andorra ****
+ *****************/
+
+/* Mobiland */
+       {213, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "STA-MOBILAND",
+        "Servei De Tele. DAndorra"},
+
+/***************
+ **** Spain ****
+ ***************/
+
+/* Airtel Movil S.A */
+       {214, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone ES",
+        "ES vodafone"},
+
+/* Airtel Movil S.A */
+       {214, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "vodafone ES",
+        "ES vodafone"},
+
+/* Telefonica Moviles */
+       {214, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MOVISTAR",
+        "Telefonica Moviles"},
+
+/* Telefonica Moviles */
+       {214, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MOVISTAR",
+        "Telefonica Moviles"},
+
+/* Retevision Movil S.A */
+       {214, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "E AMENA",
+        "Retevision Movil S.A"},
+
+/* Retevision Movil S.A */
+       {214, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "E AMENA",
+        "Retevision Movil S.A"},
+
+/* Xfera Moviles SA */
+       {214, 4, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "Xfera",
+        "Xfera Moviles SA"},
+
+/* Telefonica Moviles */
+       {214, 7, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MOVISTAR",
+        "Telefonica Moviles"},
+
+/* Telefonica Moviles */
+       {214, 7, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MOVISTAR",
+        "Telefonica Moviles"},
+
+/* Telefonica Moviles */
+       {214, 77, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MOVISTAR", "Telefonica Moviles"},   /* added for 214 77 display problem for Movistar */
+
+/*****************
+ **** Hungary ****
+ *****************/
+
+/* Pannon GSM Telecoms Plc */
+       {216, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "H PANNON GSM",
+        "Pannon GSM Telecoms Plc"},
+
+/* Pannon GSM Telecoms Plc */
+       {216, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "H PANNON GSM",
+        "Pannon GSM Telecoms Plc"},
+
+/* T-Mobile Hungary Telecommunications Co. Ltd */
+       {216, 30, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "T-Mobile H",
+        "T-Mobile Hungary Telecommunications Co. Ltd"},
+
+/* T-Mobile Hungary Telecommunications Co. Ltd */
+       {216, 30, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "T-Mobile H",
+        "T-Mobile Hungary Telecommunications Co. Ltd"},
+
+/* Vodafone Hungary Ltd */
+       {216, 70, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone HU",
+        "Vodafone Hungary Ltd"},
+
+/* Vodafone Hungary Ltd */
+       {216, 70, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "vodafone HU",
+        "Vodafone Hungary Ltd"},
+
+/****************
+ **** Bosnia ****
+ ****************/
+
+/* Eronet Mobile Communications Ltd */
+       {218, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BA-ERONET",
+        "Eronet Mobile Communications Ltd"},
+
+/* RS Telecommunications  JSC Banja Luka */
+       {218, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MOBI'S",
+        "RS Telecommunications  JSC Banja Luka"},
+
+/* Public Enterprise BH Telecom Sarajevo */
+       {218, 90, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BH GSMBIH",
+        "Public Enterprise BH Telecom Sarajevo"},
+
+/*****************
+ **** Croatia ****
+ *****************/
+
+/* HT Mobile Communications, LLC */
+       {219, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "T-Mobile HR",
+        "HT Mobile Communications, LLC"},
+
+/* Tele2 d.o.o za telekomunikacijske uluge */
+       {219, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TELE2", "Tele2"},
+
+/* Vip-NET GSM d.o.o. */
+       {219, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "HR VIP",
+        "VIPnet d.o.o."},
+
+/********************
+ **** Yugoslavia ****
+ ********************/
+
+/* Mobile Telecommunications */
+       {220, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "YU MOBTEL",
+        "Mobile Telecommunications"},
+
+/* Mobile Telecommunications */
+       {220, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "YU MOBTEL",
+        "Mobile Telecommunications"},
+
+/* ProMonte GSM */
+       {220, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ProMonte",
+        "ProMonte GSM"},
+
+/* ProMonte GSM */
+       {220, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "ProMonte",
+        "ProMonte GSM"},
+
+/* Telekom Srbija a.d. */
+       {220, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "YUG 03",
+        "Telekom Srbija"},
+
+/* Monet D.O.O */
+       {220, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MONET",
+        "Monet Ltd, Podgorica"},
+
+/***************
+ **** Italy ****
+ ***************/
+
+/* Telecom Italia Mobile */
+       {222, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, " I TIM",
+        "Telecom Italia Mobile"},
+
+/* Telecom Italia Mobile */
+       {222, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "I TIM",
+        "Telecom Italia Mobile"},
+
+/* Omnitel Pronto Italia is Vodafone IT now */
+       {222, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone IT",
+        "Omnitel Pronto Italia"},
+
+/* Omnitel Pronto Italia is Vodafone IT now*/
+       {222, 10, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "vodafone IT",
+        "Omnitel Pronto Italia"},
+
+/* Wind Telecomunicazioni SpA */
+       {222, 88, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "I WIND",
+        "Wind Telecomunicazioni SpA"},
+
+/* Wind Telecomunicazioni SpA*/
+       {222, 88, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "I WIND",
+        "Wind Telecomunicazioni SpA"},
+
+/* Wind Telecomunicazioni SpA*/
+       {222, 88, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "I WIND",
+        "Wind Telecomunicazioni SpA"},
+
+/* Blu SpA */
+       {222, 98, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "IT Blu", "Blu SpA"},
+
+/* Hutchison 3 */
+       {222, 99, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "3 ITA", "H3G"},
+
+/*****************
+ **** Romania ****
+ *****************/
+
+/* MobiFon S.A */
+       {226, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RO CONNEX",
+        "MobiFon S.A"},
+
+/* Cosmorom */
+       {226, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RO Cosmorom",
+        "Cosmorom"},
+
+/* Cosmorom */
+       {226, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "RO Cosmorom",
+        "Cosmorom"},
+
+/* Orange Romania SA */
+       {226, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RO ORANGE",
+        "Orange Romania SA"},
+
+/* Orange Romania SA */
+       {226, 10, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "RO ORANGE",
+        "Orange Romania SA"},
+
+/*********************
+ **** Switzerland ****
+ *********************/
+
+/* Swisscom Mobile Ltd */
+       {228, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SWISSCOM",
+        "Swisscom Mobile Ltd"},
+
+/* Swisscom Mobile Ltd */
+       {228, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SWISSCOM",
+        "Swisscom Mobile Ltd"},
+
+/* TDC Switzerland AG */
+       {228, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "sunrise",
+        "TDC Switzerland AG"},
+
+/* TDC Switzerland AG */
+       {228, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "sunrise",
+        "TDC Switzerland AG"},
+
+/* Orange Communications S.A */
+       {228, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "orange CH",
+        "Orange Communications S.A"},
+
+/* In &Phone SA */
+       {228, 7, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "In&Phone",
+        "in&phone"},
+
+/* Tele2 Telecommunications Services AG */
+       {228, 8, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "T2",
+        "Tele2 Switzerland"},
+
+/************************
+ **** Czech Republic ****
+ ************************/
+
+/* T- Mobile Networks */
+       {230, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "T-Mobile CZ",
+        "T-Mobile Czech Republic a.s."},
+
+/* T- Mobile Networks */
+       {230, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "T-Mobile CZ",
+        "T-Mobile Czech Republic a.s."},
+
+/* EuroTel Praha Spol. sro */
+       {230, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "EUROTEL - CZ",
+        "Eurotel Praha, spol. s.r.o."},
+
+/* EuroTel Praha Spol. sro */
+       {230, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "EUROTEL - CZ",
+        "Eurotel Praha, spol. s.r.o."},
+
+/* Cesky Mobil a.s */
+       {230, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "OSKAR",
+        "Cesky Mobil a.s"},
+
+/* Cesky Mobil a.s */
+       {230, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "OSKAR",
+        "Cesky Mobil a.s"},
+
+/*************************
+ **** Slovak Republic ****
+ *************************/
+
+/* Orange Slovensko a.s. */
+       {231, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Orange SK",
+        "Orange Slovensko a.s."},
+
+/* EuroTel Bratislava a.s */
+       {231, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "T-Mobile SK",
+        "EuroTel Bratislava a.s"},
+
+/* EuroTel Bratislava a.s */
+       {231, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "T-Mobile SK",
+        "EuroTel Bratislava a.s"},
+
+/* "T-Mobile Slovensko, a.s." */
+       {231, 2, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "T-Mobile SK",
+        "T-Mobile SK"},
+
+/*****************
+ **** Austria ****
+ *****************/
+
+/* MobilKom Austria AG */
+       {232, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "A1",
+        "MobilKom Austria AG"},
+
+/* MobilKom Austria AG */
+       {232, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "A1",
+        "MobilKom Austria AG"},
+
+/* MobilKom Austria AG */
+       {232, 1, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "A1",
+        "MobilKom Austria AG"},
+
+/* T-Mobile Austria GmbH */
+       {232, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "T-Mobile A",
+        "T-Mobile Austria GmbH"},
+
+/* T-Mobile Austria GmbH */
+       {232, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "T-Mobile A",
+        "T-Mobile Austria GmbH"},
+
+/* Connect Austria */
+       {232, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "one",
+        "Connect Austria"},
+
+/* ONE GMBH */
+       {232, 5, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "one", "ONE GMBH"},
+
+/* Tele.ring Telekom Service GmbH & Co KG */
+       {232, 7, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "A tele.ring",
+        "Tele.ring Telekom Service GmbH & Co KG"},
+
+/* Hutchison 3G Austria GmbH */
+       {232, 10, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "3 AT",
+        "Hutchison 3G Austria GmbH"},
+
+/************************
+ **** United Kingdom ****
+ ************************/
+
+/* BTCellnet */
+       {234, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "O2 - UK",
+        "BTCellnet"},
+
+/* BTCellnet */
+       {234, 10, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "O2 - UK",
+        "BTCellnet"},
+
+/* O2 (UK) Limited */
+       {234, 10, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "O2 - UK ",
+        "O2 (UK) Limited"},
+
+/* Vodafone Ltd */
+       {234, 15, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone UK", "Vodafone Ltd"},       /* changed to vodafone UK */
+
+/* Vodafone Ltd */
+       {234, 15, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "vodafone UK",
+        "Vodafone Ltd"},
+
+/*  Hutchinson UK */
+       {234, 20, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "3 UK",
+        "Hutchison 3G UK Ltd"},
+
+/*  T-Mobile (UK) Limited */
+       {234, 30, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "T-Mobile UK",
+        "T-Mobile (UK) Limited"},
+
+/*  T-Mobile (UK) Limited */
+       {234, 31, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "T-Mobile UK",
+        "T-Mobile (UK) Limited"},
+
+/*  T-Mobile (UK) Limited */
+       {234, 32, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "T-Mobile UK",
+        "T-Mobile (UK) Limited"},
+
+/* Orange PCS Ltd */
+       {234, 33, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Orange",
+        "Orange PCS Ltd"},
+
+/* Jersey Telecoms */
+       {234, 50, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "JT GSM",
+        "Jersey Telecoms"},
+
+/* Wave Telecom */
+       {234, 50, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "JT GSM", "JT-Wave"},
+
+/* Wave Telecom */
+       {234, 50, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "JT-Wave", "JT-Wave"},
+
+/* Cable & Wireless Guernsey Ltd */
+       {234, 55, SETTING_PREFERRED_NETWORK_TYPE_GSM_900,
+        "Cable & Wireless Guernsey", "Cable & Wireless Guernsey Ltd"},
+
+/* Manx Telecom */
+       {234, 58, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Manx Pronto",
+        "Manx Telecom"},
+
+/*****************
+ **** Denmark ****
+ *****************/
+
+/* TDC Mobil A/S */
+       {238, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TDC MOBIL",
+        "TDC Mobil A/S"},
+
+/* TDC Mobil A/S */
+       {238, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TDC MOBIL",
+        "TDC Mobil A/S"},
+
+/* Sonofon */
+       {238, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "DK SONOFON",
+        "Sonofon"},
+
+/* Sonofon */
+       {238, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "DK SONOFON",
+        "Sonofon"},
+
+/* HiTAPI_NETW_TYPE_UMTS Denmark ApS */
+       {238, 6, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "3 DK ", "3 DK"},
+
+/* Telia A/S Denmark */
+       {238, 20, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TELIA DK",
+        "Telia A/S Denmark"},
+
+/* Orange A/S */
+       {238, 30, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Orange",
+        "Orange A/S"},
+
+/* Orange A/S */
+       {238, 30, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Orange",
+        "Orange A/S"},
+
+/****************
+ **** Sweden ****
+ ****************/
+
+/* Telia AB */
+       {240, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "S Telia", "Telia AB"},
+
+/* Telia AB */
+       {240, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "S Telia",
+        "Telia AB"},
+
+/* Hi3G Access AB */
+       {240, 2, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "3 SE", "HI3G Access AB"},
+
+/* Orange Sverige AB */
+       {240, 3, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "Orange",
+        "Orange Sverige AB"},
+
+/* HI3G Access AB */
+       {240, 4, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "vodafone SE",
+        "HI3G Access AB"},
+
+/* COMVIQ GSM shared with TeliaSonera MobileNetworks */
+       {240, 5, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "Sweden 3G",
+        "COMVIQ GSM"},
+
+/* Tele 2 AB */
+       {240, 7, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "S COMVIQ",
+        "Tele 2 AB"},
+
+/* Tele 2 AB */
+       {240, 7, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "S COMVIQ",
+        "Tele 2 AB"},
+
+/* Europolitan AB */
+       {240, 8, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone SE",
+        "Europolitan AB"},
+
+/* Europolitan AB */
+       {240, 8, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "vodafone SE",
+        "Europolitan AB"},
+
+/* Vodafone Sverige AB */
+       {240, 8, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "vodafone SE",
+        "Vodafone "},
+
+/* Swefour AB */
+       {240, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SpringMobil SE",
+        "Swefour AB"},
+
+/* Swefour AB */
+       {240, 10, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SpringMobil SE",
+        "Swefour AB"},
+
+/****************
+ **** Norway ****
+ ****************/
+
+/* Telenor Mobil AS */
+       {242, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "N Telenor",
+        "Telenor Mobil AS"},
+
+/* Telenor Mobil AS */
+       {242, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "N Telenor",
+        "Telenor Mobil AS"},
+
+/* NETCOM AS */
+       {242, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "N NetCom GSM",
+        "NETCOM AS"},
+
+/* NETCOM AS */
+       {242, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "N NetCom GSM",
+        "NETCOM AS"},
+
+/* Teletopia Mobile Communications AS */
+       {242, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "T3", "Teletopia"},
+
+/*****************
+ **** Finland ****
+ *****************/
+
+/* Telia Mobile AB */
+       {244, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "FI TELIA",
+        "Telia Mobile AB Branch in Finland"},
+
+/* Elisa Corporation */
+       {244, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "elisa",
+        "Elisa Corporation"},
+
+/* Elisa Corporation */
+       {244, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "elisa",
+        "Elisa Corporation"},
+
+/* Elisa Corporation */
+       {244, 5, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "elisa",
+        "Elisa Corporation"},
+
+/* Finnet Group */
+       {244, 9, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Finnet",
+        "Finnet Group"},
+
+/* Finnet Networks Ltd */
+       {244, 12, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "FI 2G",
+        "Finnet Networks Ltd"},
+
+/* Finnet Networks Ltd */
+       {244, 12, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "FI 2G",
+        "Finnet Networks Ltd"},
+
+/* Finnet Networks Ltd */
+       {244, 12, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "FI 2G",
+        "Finnet Networks Ltd"},
+
+/* Alands Mobiltelefon A.B */
+       {244, 14, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "FI AMT",
+        "Alands Mobiltelefon Ab"},
+
+/* Sonera Mobile Networks Limited */
+       {244, 91, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "FI SONERA",
+        "Sonera Mobile Networks Limited"},
+
+/* Sonera Mobile Networks Limited */
+       {244, 91, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "FI SONERA",
+        "Sonera Mobile Networks Limited"},
+
+/* Sonera Mobile Networks Limited */
+       {244, 91, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "FI SONERA",
+        "Sonera Mobile Networks Limited"},
+
+/*******************
+ **** Lithuania ****
+ *******************/
+
+/* Omnitel */
+       {246, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "OMNITEL LT",
+        "OMNITEL"},
+
+/* UAB Bite GSM */
+       {246, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LT BITE GSM",
+        "UAB Bite GSM"},
+
+/* UAB Bite GSM */
+       {246, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "LT BITE GSM",
+        "UAB Bite GSM"},
+
+/* UAB TELE2 */
+       {246, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TELE2", "UAB TELE2"},
+
+/* UAB TELE2 */
+       {246, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TELE2", "UAB TELE2"},
+
+/****************
+ **** Latvia ****
+ ****************/
+
+/* Latvian Mobile Tel. Co. */
+       {247, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LMT GSM",
+        "Latvian Mobile Tel. Co."},
+
+/* Latvian Mobile Tel. Co. */
+       {247, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "LMT GSM",
+        "Latvian Mobile Tel. Co."},
+
+/* TELE2 */
+       {247, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LV TELE2", "TELE2"},
+
+/* TELE2 */
+       {247, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "LV TELE2", "TELE2"},
+
+/* LV BITE */
+       {247, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LV BITE", "LV BITE"},
+
+/* SIA Bite Latvija */
+       {247, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "LV BITE",
+        "Bite Latvija"},
+
+/* SIA Bite Latvija */
+       {247, 5, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "LV BITE",
+        "Bite Latvija"},
+
+/*****************
+ **** Estonia ****
+ *****************/
+
+/* AS EMT */
+       {248, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "EE EMT GSM",
+        "AS EMT"},
+
+/* AS EMT */
+       {248, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "EE EMT GSM",
+        "AS EMT"},
+
+/* AS EMT */
+       {248, 1, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "EMT", "EMT"},
+
+/* Radiolinja Eesti AS */
+       {248, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "EE RLE GSM",
+        "Radiolinja Eesti AS"},
+
+/* Radiolinja Eesti AS */
+       {248, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "EE RLE GSM",
+        "Radiolinja Eesti AS"},
+
+/* Elisa Mobiilsideteenused AS */
+       {248, 2, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "elisa",
+        "Elisa Mobiilsideteenused AS"},
+
+/* Tele2 Eesti AS */
+       {248, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TELE2",
+        "Tele2 Eesti AS"},
+
+/* Tele2 Eesti AS */
+       {248, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TELE2",
+        "Tele2 Eesti AS"},
+
+/****************
+ **** Russia ****
+ ****************/
+
+/* Mobile Telesystems */
+       {250, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MTS-RUS",
+        "Mobile Telesystems"},
+
+/* Mobile TeleSystems (MTS) */
+       {250, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MTS-RUS", "MTS"},
+
+/* North-West GSM */
+       {250, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MegaFon RUS",
+        "MegaFon, Open Joint Stock Company"},
+
+/* North-West GSM */
+       {250, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MegaFon RUS",
+        "MegaFon, Open Joint Stock Company"},
+
+/* OJSC Mobile Communication Systems-Povolzhie */
+       {250, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MegaFon RUS",
+        "OJSC Mobile Communication Systems-Povolzhie"},
+
+/* Nizhegorodskaya Cellular Communications */
+       {250, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS NCC",
+        "Nizhegorodskaya Cellular Communications"},
+
+/* SIBCHALLENGE LTD */
+       {250, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SIBCHALLENGE RUS",
+        "SIBCHALLENGE LTD"},
+
+/* Mobile Communications Systems */
+       {250, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS SCS",
+        "Mobile Communications Systems"},
+
+/* Sayantelecom LLC */
+       {250, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS SCS",
+        "Sayantelecom LLC"},
+
+/* Siberian Cellular Systems-900 */
+       {250, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SCS RUS",
+        "Siberian Cellular Systems-900"},
+
+/* Yeniseitelecom */
+       {250, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SCS RUS",
+        "Yeniseitelecom"},
+
+/* Tomsk Cellular Communication Ltd */
+       {250, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SCS",
+        "Tomsk Cellular Communication Ltd"},
+
+/* BM Telecom Limited */
+       {250, 7, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS BMT",
+        "BM Telecom Limited"},
+
+/* Zao Smarts */
+       {250, 7, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS SMARTS",
+        "ZAO SMARTS"},
+
+/* Zao Smarts */
+       {250, 7, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "RUS SMARTS",
+        "ZAO SMARTS"},
+
+/* DonTeleCom */
+       {250, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS DTC",
+        "DonTeleCom"},
+
+/* Joint-stock company - Orensot */
+       {250, 11, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ORENSOT",
+        "Joint-stock company - Orensot"},
+
+/* Baykalwestcom */
+       {250, 12, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS FEast",
+        "Baykalwestcom"},
+
+/* Far Eastern Cellular Systems - 900 */
+       {250, 12, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS Far East",
+        "Far Eastern Cellular Systems - 900"},
+
+/* JSC Sakhalin Telecom Mobile */
+       {250, 12, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "RUS-Sakhalin",
+        "JSC Sakhalin Telecom Mobile"},
+
+/* Sibintertelecom */
+       {250, 12, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SIBI-RUS",
+        "Sibintertelecom"},
+
+/* Kuban- GSM Closed JSC */
+       {250, 13, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS Kuban-GSM",
+        "Kuban- GSM Closed JSC"},
+
+/* ZAO SMARTS */
+       {250, 15, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SMARTS",
+        "SMARTS-Ufa"},
+
+/* New Telephone Company */
+       {250, 16, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS 16",
+        "New Telephone Company"},
+
+/* Ermak RMS */
+       {250, 17, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS 17",
+        "Ermak RMS"},
+
+/* Bashcell, CJSC */
+       {250, 19, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "RUS_BASHCELL",
+        "Bashcell, CJSC "},
+
+/* CJSC Volgograd Mobile */
+       {250, 19, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "RUS INDIGO",
+        "CJSC Volgograd Mobile"},
+
+/* Cellular Communications of Udmurtia */
+       {250, 20, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TELE2",
+        "Cellular Communications of Udmurtia"},
+
+/* JSC Extel */
+       {250, 28, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "EXTEL RUS",
+        "JSC Extel"},
+
+/* JSC Uralsvyazinform */
+       {250, 39, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Uraltel",
+        "JSC Uralsvyazinform"},
+
+/* South Ural Cellular Telephone */
+       {250, 39, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS 39",
+        "South Ural Cellular Telephone"},
+
+/* Uraltel Ltd */
+       {250, 39, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Uraltel",
+        "Uraltel Ltd"},
+
+/* StavTeleSot */
+       {250, 44, SETTING_PREFERRED_NETWORK_TYPE_GSM_900,
+        "RUS North Caucasian GSM", "StavTeleSot"},
+
+/* Primtelefon */
+       {250, 92, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Primetelefone RUS",
+        "Primtelefon"},
+
+/* Primtelefon */
+       {250, 92, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Primetelefone RUS",
+        "Primtelefon"},
+
+/* Telecom XXI JSC */
+       {250, 93, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RUS 93",
+        "Telecom XXI JSC"},
+
+/* Telecom XXI JSC */
+       {250, 93, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "RUS 93",
+        "Telecom XXI JSC"},
+
+/* KB Impuls */
+       {250, 99, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BeeLine",
+        "KB Impuls"},
+
+/* KB Impuls */
+       {250, 99, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "BeeLine",
+        "KB Impuls"},
+
+/*****************
+ **** Ukraine ****
+ *****************/
+
+/* Ukrainian Mobile Comms */
+       {255, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "UA UMC",
+        "Ukrainian Mobile Communications"},
+
+/* Ukrainian Mobile Comms */
+       {255, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "UA UMC",
+        "Ukrainian Mobile Communications"},
+
+/* Ukrainian Radio Systems */
+       {255, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "WellCOM",
+        "Ukrainian Radio Systems"},
+
+/* Ukrainian Radio Systems */
+       {255, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "WellCOM",
+        "Ukrainian Radio Systems"},
+
+/* Kyivstar GSM JSC */
+       {255, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "UA-KYIVSTAR",
+        "Kyivstar GSM JSC"},
+
+/* Kyivstar GSM JSC */
+       {255, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "UA-KYIVSTAR",
+        "Kyivstar GSM JSC"},
+
+/* Golden Telecom LLC */
+       {255, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "UA-GT",
+        "Golden Telecom LLC"},
+
+/* Astelit LLC */
+       {255, 6, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "life:)", "life:)"},
+
+/*****************
+ **** Belarus ****
+ *****************/
+
+/* Mobile Digital Communications */
+       {257, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BY VELCOM",
+        "Mobile Digital Communications"},
+
+/* Mobile Digital Communications */
+       {257, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "BY VELCOM",
+        "Mobile Digital Communications"},
+
+/* JLLC Mobile TeleSystems  */
+       {257, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MTS BY",
+        "JLLC Mobile TeleSystems"},
+
+/* JLLC Mobile TeleSystems  */
+       {257, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MTS BY",
+        "JLLC Mobile TeleSystems"},
+
+/* Belarusskaya Set Telekommunkatsiy (BeST) */
+       {257, 25, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BeST", "BeST"},
+
+/* Belarusskaya Set Telekommunkatsiy (BeST) */
+       {257, 25, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "BeST", "BeST"},
+
+/*****************
+ **** Moldova ****
+ *****************/
+
+/* Voxtel S.A */
+       {259, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MD VOXTEL",
+        "VoXtel S.A"},
+
+/* Moldcell SA */
+       {259, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MD MOLDCELL",
+        "Moldcell SA"},
+
+/****************
+ **** Poland ****
+ ****************/
+
+/* Polkomtel S.A */
+       {260, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Plus GSM",
+        "Polkomtel S.A"},
+
+/* Polkomtel S.A */
+       {260, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Plus GSM",
+        "Polkomtel S.A"},
+
+/* Polkomtel S.A */
+       {260, 1, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "Plus GSM",
+        "Polkomtel S.A"},
+
+/* Polska Telefonia Cyfrowa */
+       {260, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Era",
+        "Polska Telefonia Cyfrowa"},
+
+/* Polska Telefonia Cyfrowa */
+       {260, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Era",
+        "Polska Telefonia Cyfrowa"},
+
+/* PTK Centertel */
+       {260, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Orange PL",
+        "PTK Centertel"},
+
+/* PTK Centertel */
+       {260, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Orange PL",
+        "PTK Centertel"},
+
+/* PTK Centertel */
+       {260, 3, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "Orange PL",
+        "PTK Centertel"},
+
+/*****************
+ **** Germany ****
+ *****************/
+
+/* T-Mobile Deutschland GmbH */
+       {262, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "T-Mobile D",
+        "T-Mobile Deutschland GmbH"},
+
+/* T-Mobile Deutschland GmbH */
+       {262, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "T-Mobile D",
+        "T-Mobile Deutschland GmbH"},
+
+/* Vodafone D2 GmbH */
+       {262, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Vodafone.de",
+        "Vodafone D2 GmbH"},
+
+/* Vodafone D2 GmbH */
+       {262, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Vodafone.de",
+        "Vodafone D2 GmbH"},
+
+/* E-Plus Mobilfunk GmbH */
+       {262, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "E-Plus",
+        "E-Plus Mobilfunk GmbH"},
+
+/* Viag Interkom */
+       {262, 7, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "o2 - de",
+        "Viag Interkom"},
+
+/* O2 (Germany) GmbH & Co. OHG */
+       {262, 8, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "o2 - de",
+        "O2 (Germany) GmbH & Co. OHG "},
+
+/* Mobilcom Multimedia GMBH */
+       {262, 13, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "Mobilcom",
+        "Mobilcom Multimedia GMBH"},
+
+/* Group 3G UMTS GmbH */
+       {262, 14, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "Group3G",
+        "Group 3G UMTS GmbH"},
+
+/*******************
+ **** Gibraltar ****
+ *******************/
+
+/* Gibraltar Telecoms Int'l */
+       {266, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GIBTEL GSM",
+        "Gibraltar Telecommunications Int. Ltd."},
+
+/******************
+ **** Portugal ****
+ ******************/
+
+/* Vodafone Telecel */
+       {268, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone P",
+        "Vodafone Telecel"},
+
+/* Vodafone Telecel */
+       {268, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "vodafone P",
+        "Vodafone Telecel"},
+
+/* Optimus Telecomunicacoes, S.A */
+       {268, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "P OPTIMUS",
+        "Optimus Telecomunicacoes, S.A"},
+
+/* Optimus Telecomunicacoes, S.A */
+       {268, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "P OPTIMUS",
+        "Optimus Telecomunicacoes, S.A"},
+
+/* Telecomunicacoes Moveis Nacionais S.A */
+       {268, 6, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "P TMN", "TMN"},
+
+/* Telecomunicacoes Moveis Nacionais S.A */
+       {268, 6, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "P TMN", "TMN"},
+
+/* TMN */
+       {268, 6, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "P TMN", "TMN"},
+
+/********************
+ **** Luxembourg ****
+ ********************/
+       /* P & T Luxembourg */
+       {270, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "L LUXGSM",
+        "P & T Luxembourg"},
+       /* P & T Luxembourg */
+       {270, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "L LUXGSM",
+        "P & T Luxembourg"},
+
+/* Tango S.A */
+       {270, 77, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "L Tango",
+        "Tango S.A"},
+
+/* Tango S.A */
+       {270, 77, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "L Tango",
+        "Tango S.A"},
+
+/* VOXmobile S.A. */
+       {270, 99, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "VOX.LU",
+        "VOXmobile"},
+
+/* VOXmobile S.A. */
+       {270, 99, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "VOX.LU", "VOXmobile"},
+
+/*****************
+ **** Ireland ****
+ *****************/
+
+/* Vodafone Ireland Plc */
+       {272, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone IE",
+        "Vodafone Ireland Plc"},
+
+/* Vodafone Ireland Ltd. */
+       {272, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "vodafone IE",
+        "vodafone"},
+
+/* Digifone MM02 Ltd */
+       {272, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "O2 - IRL",
+        "Digifone MM02 Ltd"},
+
+/* Digifone MM02 Ltd */
+       {272, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "O2 - IRL",
+        "Digifone MM02 Ltd"},
+
+/* Meteor Mobile Telecommunications Limited */
+       {272, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IRL - METEOR",
+        "Meteor Mobile Telecommunications Limited"},
+
+/* Meteor Mobile Telecommunications Limited */
+       {272, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "IRL - METEOR",
+        "Meteor Mobile Telecommunications Limited"},
+
+/* Hutchison SETTING_PREFERRED_NETWORK_TYPE_UMTS Ireland limited */
+       {272, 5, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "3 IRL",
+        "Hutchison SETTING_PREFERRED_NETWORK_TYPE_UMTS Ireland"},
+
+/*****************
+ **** Iceland ****
+ *****************/
+
+/* Iceland Telecom Ltd */
+       {274, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IS SIMINN",
+        "Iceland Telecom Ltd"},
+
+/* Iceland Telecom Ltd */
+       {274, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "IS SIMINN",
+        "Iceland Telecom Ltd"},
+
+/* Og fjarskipti hf */
+       {274, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Og Vodafone",
+        "Og fjarskipti hf"},
+
+/* Og fjarskipti hf */
+       {274, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Og Vodafone",
+        "Og fjarskipti hf"},
+
+/* Og fjarskipti hf */
+       {274, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Og Vodafone",
+        "Og fjarskipti hf"},
+
+/* Og fjarskipti hf */
+       {274, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Og Vodafone",
+        "Og fjarskipti hf"},
+
+/* IMC Island ehf */
+       {274, 4, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Viking",
+        "IMC Island ehf"},
+
+/*****************
+ **** Albania ****
+ *****************/
+       /* Albanian Mobile Communications */
+       {276, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AMC - AL",
+        "Albanian Mobile Communications"},
+
+/* Vodafone Albania */
+       {276, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone AL",
+        "Vodafone Albania"},
+
+/* Vodafone Albania */
+       {276, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "vodafone AL",
+        "Vodafone Albania"},
+
+/***************
+ **** Malta ****
+ ***************/
+
+/* Vodafone Malta Limited */
+       {278, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone MT",
+        "Vodafone Malta Limited"},
+
+/* Mobisle Communications Limited */
+       {278, 21, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "gomobile",
+        "Mobisle Communications Limited"},
+
+/****************
+ **** Cyprus ****
+ ****************/
+
+/* Cyprus Telecommunications Auth */
+       {280, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CY CYTAGSM",
+        "Cyprus Telecommunications Auth"},
+
+/* Cyprus Telecommunications Auth */
+       {280, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "CY CYTAGSM",
+        "Cyprus Telecommunications Auth"},
+
+/* Areeba LTD */
+       {280, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "areeba",
+        "Areeba LTD"},
+
+/* Areeba LTD */
+       {280, 10, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "areeba",
+        "Areeba LTD"},
+
+/*****************
+ **** Georgia ****
+ *****************/
+
+/* Geocell Limited */
+       {282, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GEO-GEOCELL",
+        "Geocell Limited"},
+
+/* Geocell Limited */
+       {282, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "GEO-GEOCELL",
+        "Geocell Limited"},
+
+/* Magti GSM */
+       {282, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MAGTI-GSM-GEO",
+        "Magti GSM"},
+
+/* Magti GSM */
+       {282, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MAGTI-GSM-GEO",
+        "Magti GSM"},
+
+/*****************
+ **** Armenia ****
+ *****************/
+
+/* ArmenTel */
+       {283, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RA-ARMGSM",
+        "ArmenTel"},
+
+/* Karabakh Telecom */
+       {283, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RA 04",
+        "Karabakh Telecom"},
+
+/* K Telecom CJSC */
+       {283, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RA 05", "VivaCell"},
+
+/* K Telecom CJSC */
+       {283, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "RA 05", "VivaCell"},
+
+/******************
+ **** Bulgaria ****
+ ******************/
+
+/* MobilTEL AD */
+       {284, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "M-TEL GSM BG",
+        "MobilTEL AD"},
+
+/* Mobiltel EAD */
+       {284, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "M-Tel", "M-Tel BG"},
+
+/* Cosmo Bulgaria Mobile EAD */
+       {284, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BG GLOBUL",
+        "Cosmo Bulgaria Mobile EAD"},
+
+/* Cosmo Bulgaria Mobile EAD */
+       {284, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "BG GLOBUL",
+        "Cosmo Bulgaria Mobile EAD"},
+
+/****************
+ **** Turkey ****
+ ****************/
+
+/* Turkcell */
+       {286, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TR TURKCELL",
+        "Turkcell Iletisim Hizmetleri A.S."},
+
+/* TELSIM Mobil Telekomuniksyon Hiz.A.S */
+       {286, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TR TELSIM",
+        "TELSIM Mobil Telekomuniksyon Hiz.A.S"},
+
+/* IS-TIM Telekomunikasyon Hizmetleri Anonim Sirketi */
+       {286, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TR ARIA",
+        "IS-TIM Telekomunikasyon Hizmetleri Anonim Sirketi"},
+
+/* Turk Telekomunikasyon A.S. */
+       {286, 4, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TR AYCELL",
+        "AYCELL Haberlesme ve Pazarlama Hizmetleri A.S."},
+
+/***********************
+ **** Faroe Islands ****
+ ***********************/
+
+/* Faroese Telecom GSM 900 */
+       {288, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "FROFT",
+        "Faroese Telecom GSM 900"},
+
+/* P/F Kall (Kall Telecom) */
+       {288, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "KALL",
+        "P/F Kall (Kall Telecom)"},
+
+/*******************
+ **** Greenland ****
+ *******************/
+
+/* Tele Greenland A/S */
+       {290, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TELE Greenland",
+        "Tele Greenland A/S"},
+
+/******************
+ **** Slovenia ****
+ ******************/
+
+/* SI.Mobil d.d */
+       {293, 40, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SI.MOBIL",
+        "SI.Mobil d.d"},
+
+/* SI.Mobil d.d */
+       {293, 40, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SI.MOBIL",
+        "SI.Mobil d.d"},
+
+/* Mobitel d.d */
+       {293, 41, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MOBITEL",
+        "Mobitel D.D."},
+
+/* Mobitel d.d */
+       {293, 41, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MOBITEL",
+        "Mobitel D.D."},
+
+/* Western Wireless International d.o.o. */
+       {293, 70, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SI VEGA 070",
+        "Western Wireless International d.o.o."},
+
+/*******************
+ **** Macedonia ****
+ *******************/
+
+/* MOBIMAK AD */
+       {294, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MKD-MOBIMAK",
+        "MOBIMAK AD"},
+
+/* MTS Uslugi na mobilna telefonija AD - Skopje */
+       {294, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MKD COSMOFON",
+        "MTS Uslugi na mobilna telefonija AD - Skopje"},
+
+/***********************
+ **** Liechtenstein ****
+ ***********************/
+
+/* Swisscom Mobile Ltd (Liechtenstein) */
+       {295, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "FL GSM",
+        "Swisscom Mobile Ltd (Liechtenstein)"},
+
+/* Swisscom Mobile Ltd (Liechtenstein) */
+       {295, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "FL GSM",
+        "Swisscom Mobile Ltd (Liechtenstein)"},
+
+/* Orange (Liechtenstein) AG */
+       {295, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Orange FL",
+        "Orange (Liechtenstein) AG"},
+
+/* Mobilkom (Liechtenstein) AG */
+       {295, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "FL1",
+        "Mobilkom (Liechtenstein) AG"},
+
+/* Tele 2 Aktiengesellschaft */
+       {295, 77, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LI TANGO",
+        "Tele 2 Aktiengesellschaft"},
+
+/****************
+ **** Canada ****
+ ****************/
+
+/* Microcell Telecom Inc */
+       {302, 37, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "MICROCELL",
+        "Microcell Telecom Inc"},
+
+/* Fido */
+       {302, 370, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Fido", "Fido"},
+
+/* Rogers Wireless */
+       {302, 720, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Rogers Wireless",
+        "Rogers Wireless"},
+
+/* SPM Telecom  */
+       {308, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AMERIS", "AMERIS"},
+
+/**************************
+ **** Papua New Guinea ****
+ **************************/
+
+/* Pacific Mobile Comms */
+       {310, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Pacific",
+        "Pacific Mobile Comms"},
+
+/****************
+ **** U.S.A. ****
+ ****************/
+
+/* PA Cellnet */
+
+/*
+M625000001458
+"VSTREAM", "Voicestream Wireless Corporation"
+changed to
+"T-Mobile", "T-Mobile USA, Inc"
+--> MOHAN On recommendation from Mr. KIm Kiyong from USA during his testing. D500 shows T-Mobile for all VSTREAM
+*/
+       {310, 10, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "PA Cellnet", "PA Cellnet"}, /* M625000000623 */
+
+/* Third Kentucky Cellular Corporation */
+       {310, 11, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "WTTCKy",
+        "Third Kentucky Cellular Corporation"},
+
+/* Cingular Wireless */
+       {310, 15, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular",
+        "Cingular Wireless"},
+
+/* Voicestream Wireless Corporation */
+       {310, 16, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* Cingular Wireless */
+       {310, 17, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular",
+        "Cingular Wireless"},
+
+/* Dutch Harbor */
+       {310, 19, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Dutch Harbor",
+        "Dutch Harbor"},
+
+/* Sprint */
+       {310, 20, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Sprint", "Sprint"},
+
+/* Union */
+       {310, 20, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Union", "Union"},
+
+/* Union Telephone Company */
+       {310, 20, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900,
+        "US - Union Telephone", "Union Telephone Company"},
+
+/* Voicestream Wireless Corporation */
+       {310, 20, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Union Telephone Company */
+       {310, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_850,
+        "US - Union Telephone", "Union Telephone Company"},
+#else
+
+/* M625000002007 - Moved from Top to here, to maintain Proper MNC order inorder to avoid displaying of MCC and MNC */
+
+/* Sprint */
+       {310, 20, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Sprint", "Sprint"}, /* M625000002007 */
+
+/* Union */
+       {310, 20, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Union", "Union"},   /* M625000002007 */
+#endif
+
+/* Voicestream Wireless Corporation */
+       {310, 21, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* Voicestream Wireless Corporation */
+       {310, 22, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* Voicestream Wireless Corporation */
+       {310, 23, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* Voicestream Wireless Corporation */
+       {310, 24, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* Voicestream Wireless Corporation */
+       {310, 25, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* Voicestream Wireless Corporation */
+       {310, 26, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* Powertel PCS Inc */
+       {310, 27, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Powertel",
+        "Powertel PCS Inc"},
+
+/* Voicestream Wireless Corporation */
+       {310, 27, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* Centennial Wireless */
+       {310, 30, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900,
+        "Centennial Wireless", "Centennial Wireless"},
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Centennial Communications */
+       {310, 30, SETTING_PREFERRED_NETWORK_TYPE_GSM_850,
+        "Centennial Communications", "Centennial Communications"},
+#endif
+
+/* Voicestream Wireless Corporation */
+       {310, 31, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* High Plains/Midwest LLC */
+       {310, 34, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "WestLink",
+        "High Plains/Midwest LLC"},
+
+/* Cingular Wireless */
+       {310, 38, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular", "Cingular Wireless"},    /*M627500000468 */
+
+/* Cellular One */
+       {310, 40, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cellular One", "Cellular One"},     /* M625000000623 */
+
+/* Raju:Cingular Wireless */
+
+/* Added new entry for the cingular */
+       {310, 41, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular", "Cingular Wireless"},    /*M627500000468 */
+
+/* TMP Corp */
+       {310, 46, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "TMP", "TMP Corp"},
+
+/* DIGICEL */
+       {310, 50, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "DIGICEL", "DIGICEL"},       /* M625000000623 */
+
+/* Key Communications, LLC */
+       {310, 53, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "WVW",
+        "Key Communications, LLC"},
+
+/* PCS One Inc. */
+       {310, 58, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "VSTREAM",
+        "PCS One Inc."},
+
+/* Choice Wireless L.C. */
+       {310, 63, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Choice",
+        "Choice Wireless L.C."},
+
+/* Airadigm Communications */
+       {310, 64, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "ARDGMC",
+        "Airadigm Communications"},
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Voicestream Wireless Corporation */
+       {310, 70, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "T-Mobile",
+        "T-Mobile USA, Inc"},
+#endif
+
+/* Corr Wireless */
+       {310, 80, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Corr Wireless", "Corr Wireless"},   /* M625000000623 */
+
+/* Plateau Wireless */
+       {310, 100, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Plateau Wireless", "Plateau Wireless"},    /* M625000000623 */
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* E.N.M.R. Telephone Cooperative */
+       {310, 100, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "US PLATEAU",
+        "E.N.M.R. Telephone Cooperative"},
+
+/* New Mexico RSA 4 East Ltd Partnership */
+       {310, 100, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "US PLATEAU",
+        "New Mexico RSA 4 East Ltd Partnership"},
+
+/* Texas RSA 3 Ltd Partnership */
+       {310, 100, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "US PLATEAU",
+        "Texas RSA 3 Ltd Partnership"},
+#endif
+
+/* WTTCKy */
+       {310, 110, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "WTTCKy", "WTTCKy"},        /* M625000000623 */
+
+/* Cingular Wireless */
+       {310, 150, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular",
+        "Cingular Wireless"},
+
+/* T-Mobile USA, Inc */
+       {310, 160, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile", "T-Mobile USA, Inc"},   /* M625000000623 */
+
+/* Cingular Wireless */
+       {310, 170, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular",
+        "Cingular Wireless"},
+
+/* Cingular Wireless */
+       {310, 180, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular", "Cingular Wireless"},   /* M625000000623 */
+
+/* West Central */
+       {310, 180, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "West Central", "West Central"},    /* M625000000623 */
+
+/* Alaska Wireless */
+       {310, 190, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Alaska Wireless", "Alaska Wireless"},      /* M625000000623 */
+
+/* Dutch Harbor */
+       {310, 190, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Dutch Harbor", "Dutch Harbor"},    /* M625000000623 */
+
+/* Alaska  Wireless Communications, LLC */
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+       {310, 190, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "USA Dutch Harbor",
+        "Alaska  Wireless Communications, LLC"},
+#endif
+
+/* T-Mobile USA, Inc */
+       {310, 200, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* T-Mobile USA, Inc */
+       {310, 210, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* T-Mobile USA, Inc */
+       {310, 220, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* T-Mobile USA, Inc */
+       {310, 230, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* T-Mobile USA, Inc */
+       {310, 240, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* T-Mobile USA, Inc */
+       {310, 250, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* T-Mobile USA, Inc */
+       {310, 260, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* T-Mobile USA, Inc */
+       {310, 270, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* T-Mobile USA, Inc */
+       {310, 310, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile", "T-Mobile USA, Inc"},   /* M625000000623 */
+
+/* Voicestream Wireless Corporation */
+       {310, 310, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* Farmers Cellular Telephone Inc */
+       {310, 311, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "FARMERS",
+        "Farmers Cellular Telephone Inc"},
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Farmers Cellular Telephone Inc */
+       {310, 311, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "FARMERS",
+        "Farmers Cellular Telephone Inc"},
+
+/* Smith Bagley, Inc. */
+       {310, 320, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "USA - CellularOne",
+        "Smith Bagley, Inc."},
+#endif
+
+/* Smith Bagley, Inc.*/
+       {310, 320, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "USA - CellularOne",
+        "Smith Bagley, Inc."},
+
+/* WestLink Comm */
+       {310, 340, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "WestLink Comm", "WestLink Comm"},  /* M625000000623 */
+
+/* High Plains/Midwest LLC */
+       {310, 340, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "USA 340",
+        "High Plains/Midwest LLC"},
+
+/* WestLink Comm */
+       {310, 350, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "WestLink Comm", "WestLink Comm"},  /* M625000000623 */
+
+/* Carolina Phone */
+       {310, 350, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Carolina Phone", "Carolina Phone"},        /* M625000000623 */
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Cingular Wireless */
+       {310, 380, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "Cingular", "Cingular Wireless"},    /* M627500000468 */
+#endif
+
+/* Cingular Wireless */
+       {310, 380, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular", "Cingular Wireless"},   /* M627500000468 */
+
+/* Yorkville */
+       {310, 390, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Yorkville", "Yorkville"},  /* M625000000623 */
+
+/* Cingular Wireless */
+       {310, 410, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular", "Cingular Wireless"},   /* M625000000623 */
+
+/* Cincinnati Bell Wireless */
+       {310, 420, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cincinnati Bell Wireless", "Cincinnati Bell Wireless"},    /* M625000000623 */
+
+/* Viaero Wireless */
+       {310, 450, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Viaero Wireless", "Viaero Wireless"},      /* M625000000623 */
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* North East Colorado Cellular, Inc (NECCI) */
+       {310, 450, SETTING_PREFERRED_NETWORK_TYPE_GSM_850,
+        "Cell One of NE Colorado",
+        "North East Colorado Cellular, Inc (NECCI)"},
+#endif
+
+/* USA ONELINK */
+       {310, 460, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "USA ONELINK", "USA ONELINK"},      /* M625000000623 */
+
+/* SunCom */
+       {310, 490, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "SunCom", "SunCom"},        /* M625000000623 */
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Public Service Cellular, Inc */
+       {310, 500, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "PSC Wireless",
+        "Public Service Cellular, Inc"},
+#endif
+
+/* West Virginia Wireless */
+       {310, 530, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900,
+        "West Virginia Wireless", "West Virginia Wireless"},
+
+/* Key Communications, LLC */
+       {310, 530, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "USA-WVA WIRELESS",
+        "Key Communications, LLC"},
+
+/* Cellular One DCS */
+       {310, 560, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cellular One DCS", "Cellular One DCS"},    /* M625000000623 */
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Dobson Communications Corporation */
+       {310, 560, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "Cellular One DCS",
+        "Dobson Communications Corporation"},
+#endif
+
+/* T-Mobile USA, Inc */
+       {310, 580, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile", "T-Mobile USA, Inc"},   /* M625000000623 */
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* WWC Holding Co., Inc */
+       {310, 590, SETTING_PREFERRED_NETWORK_TYPE_GSM_850,
+        "USA - Extended Area", "WWC Holding Co., Inc"},
+#endif
+
+/* Epic Touch */
+       {310, 610, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Epic Touch", "Epic Touch"},        /* M625000000623 */
+
+/* Choice Wireless L.C. */
+       {310, 630, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Choice",
+        "Choice Wireless L.C."},
+
+/* AmeriLink PCS */
+       {310, 630, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "AmeriLink PCS", "AmeriLink PCS"},  /* M625000000623 */
+
+/* Einstein PCS */
+       {310, 640, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Einstein PCS", "Einstein PCS"},    /* M625000000623 */
+
+/* Airadigm Communications */
+       {310, 640, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "USA AE Airadigm",
+        "Airadigm Communications"},
+
+/* T-Mobile USA, Inc */
+       {310, 660, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile",
+        "T-Mobile USA, Inc"},
+
+/* W 2000 PCS */
+       {310, 670, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "W 2000 PCS", "W 2000 PCS"},        /* M625000000623 */
+
+/* NPI Wireless */
+       {310, 680, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "NPI Wireless", "NPI Wireless"},    /* M625000000623 */
+
+/* Immix Wireless */
+       {310, 690, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Immix Wireless", "Immix Wireless"},        /* M625000000623 */
+
+/* Conestoga */
+       {310, 690, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Conestoga", "Conestoga"},  /* M625000000623 */
+
+/* HIGHLAND */
+       {310, 700, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "HIGHLAND", "HIGHLAND"},    /* M625000000623 */
+
+/* Rogers */
+       {310, 720, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Rogers", "Rogers"},        /* M625000000623 */
+
+/* Telemetrix */
+       {310, 740, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Telemetrix", "Telemetrix"},        /* M625000000623 */
+
+/* PTSI */
+       {310, 760, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "PTSI", "PTSI"},    /* M625000000623 */
+
+/* i wireless */
+       {310, 770, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "i wireless", "i wireless"},        /* M625000000623 */
+
+/* AirLink PCS */
+       {310, 780, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "AirLink PCS", "AirLink PCS"},      /* M625000000623 */
+
+/* PinPoint */
+       {310, 790, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "PinPoint", "PinPoint"},    /* M625000000623 */
+
+/* T-Mobile USA, Inc */
+       {310, 800, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "T-Mobile", "T-Mobile USA, Inc"},   /* M625000000623 */
+
+/* Advantage Cellular Systems Inc */
+       {310, 880, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "USAACSI",
+        "Advantage Cellular Systems Inc"},
+
+/* Southern Illinois RSA Partnership */
+       {310, 910, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "USAFC",
+        "Southern Illinois RSA Partnership"},
+
+/* Lynn County Cellular Limited Partnership */
+       {310, 940, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "Digital Cellular",
+        "Lynn County Cellular Limited Partnership"},
+
+/* Texas RSA 8 West Limited */
+       {310, 940, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "Digital Cellular",
+        "Texas RSA 8 West Limited"},
+
+/* XIT Cellular */
+       {310, 950, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "USA XIT Cellular",
+        "XIT Cellular"},
+
+/* Cingular Wireless */
+       {310, 980, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular", "Cingular Wireless"},   /* M625000000623 */
+
+/* Mid-Tex Cellular, Ltd. */
+       {311, 0, SETTING_PREFERRED_NETWORK_TYPE_GSM_850,
+        "USA Mid-Tex Cellular, Ltd", "Mid-Tex Cellular, Ltd."},
+
+/* Wilkes Cellular Inc */
+       {311, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "WILKES",
+        "Via Wireless"},
+
+/* Wilkes Cellular Inc */
+       {311, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "WILKES",
+        "Via Wireless"},
+
+/* "Indigo Wireless, Inc" */
+       {311, 30, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Indigo",
+        "Indigo Wireless"},
+
+/* Easterbrooke Cellular Corporation */
+       {311, 70, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "EASTER",
+        "Easterbrooke"},
+
+/* Pine Telephone Company */
+       {311, 80, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "Pine Cellular",
+        "Pine Telephone Company"},
+
+/* Long Lines Wireless LLC */
+       {311, 90, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "SXLP",
+        "Long Lines Wireless"},
+
+/* "High Plains Wireless, L.P" */
+       {311, 110, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "HPW",
+        "High Plains Wireless"},
+
+/* "Amarillo License, L.P" */
+       {311, 130, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C1AMARIL",
+        "Cellular One of Amarillo"},
+
+/* Petrocom LLC */
+       {311, 170, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "PetroCom",
+        "PetroCom"},
+
+/* "Cellular Properties, Inc  " */
+       {311, 190, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C1ECI",
+        "Cellular One of East Central Illinois"},
+
+/* Farmers Cellular Telephone Inc */
+       {311, 210, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "FARMERS",
+        "Farmers"},
+
+/* Farmers Cellular Telephone Inc */
+       {311, 210, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "FARMERS",
+        "Farmers"},
+
+/* Wave Runner LLC (Guam) */
+       {311, 250, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "iCAN_GSM",
+        "i CAN_GSM"},
+
+/* "Lamar County Cellular, Inc" */
+       {311, 310, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "LamarCel",
+        "Lamar County Cellular"},
+
+/* Sprocket */
+       {311, 140, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Sprocket", "Sprocket"},    /* M625000000623 */
+
+/* Cingular Wireless */
+       {311, 180, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular", "Cingular Wireless"},   /* M625000000623 */
+
+/****************
+ **** Mexico ****
+ ****************/
+
+/* Pegaso Comunicaciones y Sistemas, S.A. De C.V */
+       {334, 3, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "MX MOVISTAR GSM",
+        "Pegaso Comunicaciones y Sistemas, S.A. De C.V"},
+
+/* Telcel GSM */
+       {334, 20, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Telcel GSM", "Telcel GSM"}, /* M625000000623 */
+
+/*****************
+ **** Jamaica ****
+ *****************/
+
+/* Mossel Limited T/A Digicel */
+       {338, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "JM DIGICEL",
+        "Mossel Limited T/A Digicel"},
+
+/* Cable & Wireless Jamaica Limited */
+       {338, 180, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "C&W",
+        "Cable & Wireless Jamaica Limited"},
+
+/****************************
+ **** French West Indies ****
+ ****************************/
+
+/* ORANGE CARAIBE */
+       {340, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "F-Orange", "Orange Caraibe"}, /* M627500002609 */
+
+/* Outremer Telecom */
+       {340, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ONLY", "Outremer"},
+
+/* Outremer Telecom */
+       {340, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "ONLY", "Outremer"},
+
+/* Dauphin Telecom */
+       {340, 8, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AMIGO",
+        "Dauphin Telecom"},
+
+/* Dauphin Telecom */
+       {340, 8, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AMIGO",
+        "Dauphin Telecom"},
+
+/* Bouygues Telecom Caraibe */
+       {340, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BOUYGTEL-C",
+        "Bouygues Telecom Caraibe"},
+
+/* Bouygues Telecom Caraibe */
+       {340, 20, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "BOUYGTEL-C",
+        "Bouygues Telecom Caraibe"},
+
+/*****************
+ **** Barbados ****
+ *****************/
+
+/* Digicel (Barbados) Limited */
+       {342, 50, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "JM Digicel",
+        "Digicel (Barbados) Limited"},
+
+/* Digicel (Barbados) Limited */
+       {342, 50, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "JM Digicel",
+        "Digicel (Barbados) Limited"},
+
+/* Cable & Wireless Barbados Ltd. */
+       {342, 600, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "C&W",
+        "Cable & Wireless Barbados Ltd."},
+
+/* Digicel (Barbados) Limited */
+       {342, 750, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "DIGICEL",
+        "Digicel"},
+
+/* Digicel (Barbados) Limited */
+       {342, 750, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "DIGICEL",
+        "Digicel"},
+
+/* Cellular Communications Barbados */
+       {342, 810, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Cingular",
+        "Cingular Wireless"},
+
+/* Cellular Communications Barbados */
+       {342, 810, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular",
+        "Cingular Wireless"},
+
+/*****************
+ **** Antigua ****
+ *****************/
+
+/* Antigua Public Utilities Authority-APUA */
+       {344, 30, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "APUA PCS ANTIGUA",
+        "Antigua Public Utilities Authority-APUA"},
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Cable & Wireless Caribbean Cellular (Antigua) Limited */
+       {344, 920, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C&W",
+        "Cable & Wireless Caribbean Cellular (Antigua) Limited"},
+#endif                         /* FEATURE_SAMSUNG_BAND_GSM_850 */
+
+/* Antigua Wireless Ventures Limited */
+       {344, 930, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Cingular",
+        "Cingular Wireless"},
+
+/*********************
+ **** Cayman Islands ****
+ *********************/
+
+/* Cable & Wireless (Cayman Islands) Limited */
+       {346, 140, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "C&W",
+        "Cable & Wireless (Cayman Islands) Limited"},
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Cable & Wireless (Cayman Islands) Limited */
+       {346, 140, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C&W",
+        "Cable & Wireless (Cayman Islands) Limited"},
+#endif                         /* FEATURE_SAMSUNG_BAND_GSM_850 */
+
+/* Caribbean Cellular Telephone  */
+       {348, 570, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CCTBVI", "CCT"},
+
+/* Caribbean Cellular Telephone  */
+       {348, 570, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "CCTBVI", "CCT"},
+
+/*****************
+ **** Bermuda ****
+ *****************/
+
+/* Telecommunications (Bermuda & West Indies) Ltd */
+       {350, 1, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "TELECOM BDA",
+        "Telecommunications (Bermuda & West Indies) Ltd"},
+
+/* Mobility Limited */
+       {350, 2, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "BTC MOBILITY LTD.",
+        "Mobility Limited"},
+
+/* Telecommunications (Bermuda & West Indies) Ltd */
+       {350, 10, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular",
+        "Cingular Wireless"},
+
+/***************
+ **** Grenada ****
+ ***************/
+
+/* Digicel Grenada Ltd. */
+       {352, 30, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "DIGICEL", "Digicel"},
+
+/* Digicel Grenada Ltd. */
+       {352, 30, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "DIGICEL",
+        "Digicel"},
+
+/* Grenada Wireless Holdings Ltd */
+       {352, 30, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Cingular",
+        "Cingular Wireless"},
+
+/* Grenada Wireless Holdings Ltd */
+       {352, 30, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular",
+        "Cingular Wireless"},
+
+/* Cable & Wireless Caribbean Cellular (Grenada) Limited */
+       {352, 110, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C&W",
+        "Cable & Wireless Caribbean Cellular (Grenada) Limited"},
+
+/* Cable & Wireless West Indies Ltd (Montserrat) */
+       {354, 860, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C&W",
+        "Cable & Wireless West Indies (Montserrat)"},
+
+/*********************
+ **** St Kitts & Nevis ****
+ *********************/
+
+/* Cable & Wireless St Kitts & Nevis Limited */
+       {356, 110, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C&W",
+        "Cable & Wireless St Kitts & Nevis Limited"},
+
+/* Cable & Wireless St Kitts & Nevis Limited */
+       {356, 110, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "C&W",
+        "Cable & Wireless St Kitts & Nevis Limited"},
+
+/***************
+ **** St Lucia ****
+ ***************/
+
+/* Wireless Ventures (St. Lucia) Limited */
+       {358, 30, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Cingular",
+        "Cingular Wireless"},
+
+/* Wireless Ventures (St. Lucia) Limited */
+       {358, 30, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular",
+        "Cingular Wireless"},
+
+/* Digicel (St Lucia) Limited */
+       {358, 50, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "DIGICEL",
+        "Digicel (St Lucia) Limited"},
+
+/* Digicel (St Lucia) Limited */
+       {358, 50, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "DIGICEL",
+        "Digicel (St Lucia) Limited"},
+
+/* Digicel (St Lucia) Limited */
+       {358, 50, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "DIGICEL",
+        "Digicel (St Lucia) Limited"},
+
+/* Cable & Wireless Caribbean Cellular (St Lucia) Limited */
+       {358, 110, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C&W",
+        "Cable & Wireless"},
+
+/*********************************
+ **** St. Vincent & the Grenadines ****
+ ********************************/
+
+/* Wireless Ventures (St. Vincent) Limited */
+       {360, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Cingular",
+        "Cingular Wireless"},
+
+/* Wireless Ventures (St. Vincent) Limited */
+       {360, 10, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular",
+        "Cingular Wireless"},
+
+/* Digicel (St. Vincent and the Grenadines) Limited */
+       {360, 70, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "DIGICEL",
+        "Digicel (St. Vincent and Grenadines) Limited"},
+
+/* Digicel (St. Vincent and the Grenadines) Limited */
+       {360, 70, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "DIGICEL",
+        "Digicel (St. Vincent and Grenadines) Limited"},
+
+/* Cable & Wireless Caribbean Cellular (St. Vincent & the Grenadines) Ltd */
+       {360, 110, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C&W",
+        "Cable & Wireless Caribbean Cellular (St. Vincent & the Grenadines) Ltd"},
+
+/******************************
+ **** Netherlands Antilles ****
+ ******************************/
+
+/* Telcell N.V. */
+       {362, 51, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Telcell GSM",
+        "Telcell N.V."},
+
+/* Curacao Telecom N.V. */
+       {362, 69, SETTING_PREFERRED_NETWORK_TYPE_GSM_900,
+        "ANT CURACAO TELECOM GSM", "Curacao Telecom N.V."},
+
+/* Curacao Telecom N.V. */
+       {362, 69, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800,
+        "ANT CURACAO TELECOM GSM", "Curacao Telecom N.V."},
+
+/* Setel NV */
+       {362, 91, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Setel", "Setel NV"},
+
+/* Communications Systems Curacao N.V. */
+       {362, 630, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular",
+        "Cingular Wireless"},
+
+/* Setel NV */
+       {362, 951, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CHIPPIE",
+        "UTS Wireless Curacao"},
+
+/**************
+ **************
+ **************/
+
+/* SETAR (Servicio di Telecomunicacion di Aruba) */
+       {363, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SETAR GSM",
+        "SETAR (Servicio di Telecomunicacion di Aruba)"},
+
+/* SETAR (Servicio di Telecomunicacion di Aruba) */
+       {363, 1, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "SETAR GSM",
+        "SETAR (Servicio di Telecomunicacion di Aruba)"},
+
+/* New Millenium Telecom Services (NMTS) */
+       {363, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "DIGICEL", "Digicel"},
+
+/* New Millenium Telecom Services (NMTS) */
+       {363, 20, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "DIGICEL",
+        "Digicel"},
+
+/**************
+ **** BAHMAS ***
+ **************/
+
+/* The Bahamas Telecommunications Company Ltd */
+       {364, 39, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "BaTelCell",
+        "The Bahamas Telecommunications Company Ltd"},
+
+/***************
+ **** Anguilla ****
+ ***************/
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Cable & Wireless (West Indies) Ltd. Anguilla */
+       {365, 840, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C&W",
+        "Cable & Wireless (West Indies) Ltd. Anguilla"},
+#endif                         /* FEATURE_SAMSUNG_BAND_GSM_850 */
+
+/****************
+ **** Dominica ****
+ ****************/
+       /* Wireless Ventures (Dominica) Ltd. */
+       {366, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Cingular",
+        "Cingular Wireless"},
+
+/* Wireless Ventures (Dominica) Ltd. */
+       {366, 20, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Cingular",
+        "Cingular Wireless"},
+
+/* Cable & Wireless Dominica Ltd. */
+       {366, 110, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C&W",
+        "Cable & Wireless Dominica Ltd."},
+
+/**************
+ **** Cuba ****
+ **************/
+
+/* "Empresa de Telecommunicaciones de Cuba, SA (ETECSA)" */
+       {368, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "C_COM", "ETECSA"},
+
+/****************************
+ **** Dominican Republic ****
+ ****************************/
+
+/* Orange Dominicana S.A. */
+       {370, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "orange",
+        "Orange Dominicana S.A."},
+
+/* Orange Dominicana S.A. */
+       {370, 1, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "orange",
+        "Orange Dominicana S.A."},
+
+/* ORANGE */
+       {370, 10, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "ORANGE", "ORANGE"},
+
+/* Communication Cellulaire d'Haiti SA */
+       {372, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "VOILA", "Comcel "},
+
+/*****************************
+ **** Trinidad and Tobaga ****
+ *****************************/
+
+/* Telcommunications Services of Trinidad and Tobago Ltd */
+       {374, 12, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TSTT",
+        "Telcommunications Services of Trinidad and Tobago Ltd"},
+
+/**********************
+ **** Turks & Caicos ****
+ **********************/
+
+/* Cable & Wireless West Indies Ltd (Turks & Caicos) */
+       {376, 350, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "C&W",
+        "Cable & Wireless West Indies Ltd (Turks & Caicos)"},
+
+/********************
+ **** Azerbaijan ****
+ ********************/
+
+/* Azercell Telekom B.M. */
+       {400, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AZE - AZERCELL GSM",
+        "Azercell Telekom B.M."},
+
+/* Bakcell */
+       {400, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BAKCELL GSM 2000",
+        "J.V. Bakcell"},
+
+/********************
+ **** Kazakhstan ****
+ ********************/
+
+/* Kar-Tel Ltd */
+       {401, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "KZ K-MOBILE",
+        "Kar-Tel Ltd"},
+
+/* GSM Kazakhstan Ltd */
+       {401, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "KZ KCELL",
+        "GSM Kazakhstan Ltd"},
+
+/********************
+ **** *********** ****
+ ********************/
+
+/* B-Mobile */
+       {402, 11, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BT B-Mobile",
+        "B-Mobile"},
+
+/***************
+ **** India ****
+ ***************/
+
+/* Aircel Digilink India Ltd */
+       {404, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Hutch",
+        "Aircel Digilink India Ltd"},
+
+/* Bharti Mobile Ltd */
+       {404, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AirTel",
+        "Bharti Mobile Ltd"},
+
+/* Bharti Mobile Ltd */
+       {404, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AirTel",
+        "Bharti Mobile Ltd"},
+
+/* IDEA Cellular Limited */
+       {404, 4, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "IDEA",
+        "IDEA Cellular Limited"},
+
+/* Fascel Limited */
+       {404, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Hutch",
+        "Fascel Limited"},
+
+/* IDEA Cellular Limited */
+       {404, 7, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IDEA",
+        "IDEA Cellular Limited"},
+
+/* Reliance Telecom Private Ltd */
+       {404, 9, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Reliance",
+        "Reliance Telecom Private Ltd"},
+
+/* Bharti Mobile Ltd */
+       {404, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AirTel",
+        "Bharti Mobile Ltd"},
+
+/* Hutchison Essar Telecom Limited */
+       {404, 11, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Hutch",
+        "Hutchison Essar Telecom Limited"},
+
+/* Hutchison Essar Telecom Limited */
+       {404, 11, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Hutch",
+        "Hutchison Essar Telecom Limited"},
+
+/* Escotel Mobile Communications Ltd, Haryana */
+       {404, 12, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "INDEH",
+        "Escotel Mobile Communications"},
+
+/* Hutchison Essar South Limited */
+       {404, 13, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Hutch",
+        "Hutchison Essar South Limited"},
+
+/* Spice Communications Limited - Punjab */
+       {404, 14, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "INA SPICE",
+        "Spice Communications Limited"},
+
+/* Aircel Digilink India Ltd */
+       {404, 15, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Hutch",
+        "Aircel Digilink India Ltd"},
+
+/* Dishnet Wireless Limited */
+       {404, 17, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRCEL", "Aircel"},
+
+/* Dishnet Wireless Limited */
+       {404, 17, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AIRCEL", "Aircel"},
+
+/* Reliance Telecom Private Ltd */
+       {404, 18, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Reliance",
+        "Reliance Telecom Private Ltd"},
+
+/* Escotel Mobile Communications Ltd, Kerala */
+       {404, 19, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "INDEK",
+        "Escotel Mobile Communications"},
+
+/* Hutchison Essar Limited */
+       {404, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Hutch", "HUTCH"},
+
+/* Hutchison Essar Limited */
+       {404, 20, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Hutch", "HUTCH"},
+
+/* BPL Mobile Communications Ltd - Mumbai */
+       {404, 21, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BPL MOBILE",
+        "BPL Mobile Communications Ltd"},
+
+/* IDEA Cellular Limited - Maharashtra/Goa */
+       {404, 22, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IDEA",
+        "IDEA Cellular Limited"},
+
+/* IDEA Cellular Limited - Gujarat */
+       {404, 24, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IDEA",
+        "IDEA Cellular Limited"},
+
+/* Dishnet Wireless Limited */
+       {404, 25, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRCEL", "Aircel"},
+
+/* Dishnet Wireless Limited */
+       {404, 25, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AIRCEL", "Aircel"},
+
+/* BPL Cellular Limited - Maharshtra/Goa */
+       {404, 27, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BPL MOBILE",
+        "BPL Cellular Limited"},
+
+/* Dishnet Wireless Limited */
+       {404, 28, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRCEL", "Aircel"},
+
+/* Dishnet Wireless Limited */
+       {404, 28, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AIRCEL", "Aircel"},
+
+/* Dishnet Wireless Limited */
+       {404, 29, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRCEL", "Aircel"},
+
+/* Dishnet Wireless Limited */
+       {404, 29, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AIRCEL", "Aircel"},
+
+/* Hutchison Telecom East Limited */
+       {404, 30, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "INA HUTCH",
+        "Hutchison Telecom East Limited"},
+
+/* BHARTI MOBITEL LIMITED */
+       {404, 31, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AirTel",
+        "Bharti Cellular Ltd"},
+
+/* Dishnet Wireless Limited */
+       {404, 33, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRCEL", "Aircel"},
+
+/* Dishnet Wireless Limited */
+       {404, 33, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AIRCEL", "Aircel"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 34, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Dishnet Wireless Limited */
+       {404, 35, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRCEL", "Aircel"},
+
+/* Dishnet Wireless Limited */
+       {404, 35, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AIRCEL", "Aircel"},
+
+/* Reliance Telecom Private Ltd */
+       {404, 36, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Reliance",
+        "Reliance Telecom Private Ltd"},
+
+/* Dishnet Wireless Limited */
+       {404, 37, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRCEL", "Aircel"},
+
+/* Dishnet Wireless Limited */
+       {404, 37, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AIRCEL", "Aircel"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 38, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharti Cellular Ltd */
+       {404, 40, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "INA AIRTEL",
+        "Bharti Cellular Ltd"},
+
+/* RPG Cellular Services */
+       {404, 41, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "INA RPG",
+        "RPG Cellular Services"},
+
+/* Srinivas Cellcom Limited */
+       {404, 42, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "INA AIRCEL",
+        "Aircel Limited"},
+
+/* BPL Cellular Limited - Tamil Nadu/Pondicherry */
+       {404, 43, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BPL MOBILE",
+        "BPL Cellular Limited"},
+
+/* Spice Communications Limited - Karnataka */
+       {404, 44, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "INA SPICE",
+        "Spice Communications Limited"},
+
+/* Bharti Mobile Ltd - Karnataka */
+       {404, 45, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AirTel",
+        "Bharti Mobile Ltd"},
+
+/* BPL Cellular Limited - Kerala */
+       {404, 46, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BPL MOBILE",
+        "BPL Cellular Limited"},
+
+/* Bharti Mobile Ltd - Andhra Pradesh */
+       {404, 49, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AirTel",
+        "Bharti Cellular Ltd"},
+
+/* Reliance Telecom Private Ltd */
+       {404, 50, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Reliance",
+        "Reliance Telecom Private Ltd"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 51, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Reliance Telecom Private Ltd */
+       {404, 52, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Reliance",
+        "Reliance Telecom Private Ltd"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 53, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 54, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 55, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Escotel Mobile Communications Ltd, UP(W) */
+       {404, 56, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "INDEU",
+        "Escotel Mobile Communications"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 57, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 58, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 59, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Aircel Digilink India Ltd */
+       {404, 60, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Hutch",
+        "Aircel Digilink India Ltd"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 62, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 64, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 66, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Reliance Telecom Private Ltd */
+       {404, 67, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Reliance",
+        "Reliance Telecom Private Ltd"},
+
+/* Mahanagar Telephone Nigam Ltd */
+       {404, 68, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IN-DOLPHIN",
+        "Mahanagar Telephone Nigam Ltd"},
+
+/* Mahanagar Telephone Nigam Ltd */
+       {404, 69, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IN-DOLPHIN",
+        "Mahanagar Telephone Nigam Ltd"},
+
+/* Hexacom India Limited */
+       {404, 70, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "INDH1",
+        "Hexacom India Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 71, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 72, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 73, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 74, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 75, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 76, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 77, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* IDEA Cellular Limited */
+       {404, 78, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IDEA",
+        "IDEA Cellular Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 79, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 80, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Bharat Sanchar Nigam Limited */
+       {404, 81, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BSNL MOBILE",
+        "Bharat Sanchar Nigam Limited"},
+
+/* Hutchison Essar South Limited */
+       {404, 84, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "HUTCH",
+        "Hutchison Essar South Limited"},
+
+/* Reliance Telecom Private Ltd */
+       {404, 85, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Reliance",
+        "Reliance Telecom Private Ltd"},
+
+/* Hutchison Essar South Limited */
+       {404, 86, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "HUTCH",
+        "Hutchison Essar South Limited"},
+
+/* Bharti Cellular Ltd */
+       {404, 90, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AirTel",
+        "Bharti Cellular Ltd"},
+
+/* Bharti Cellular Ltd */
+       {404, 92, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AirTel",
+        "Bharti Cellular Ltd"},
+
+/* Bharti Cellular Ltd */
+       {404, 93, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AirTel",
+        "Bharti Cellular Ltd"},
+
+/* Bharti Cellular Ltd */
+       {404, 94, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AirTel",
+        "Bharti Cellular Ltd"},
+
+/* Bharti Cellular Ltd */
+       {404, 95, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AirTel",
+        "Bharti Cellular Ltd"},
+
+/* Bharti Cellular Ltd */
+       {404, 96, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AirTel",
+        "Bharti Cellular Ltd"},
+
+/* Bharti Cellular Ltd */
+       {404, 97, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AirTel",
+        "Bharti Cellular Ltd"},
+
+/* Bharti Cellular Ltd */
+       {404, 98, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AirTel",
+        "Bharti Cellular Ltd"},
+
+/********************
+ ***                      **
+  *******************/
+
+/* Bharti Televentures Limited */
+       {405, 51, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRTEL", "AirTel"},
+
+/* Bharti Televentures Limited */
+       {405, 52, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRTEL", "AirTel"},
+
+/* Bharti Televentures Limited */
+       {405, 53, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRTEL", "AirTel"},
+
+/* Bharti Televentures Limited */
+       {405, 54, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRTEL", "AirTel"},
+
+/* Bharti Televentures Limited */
+       {405, 55, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRTEL", "AirTel"},
+
+/* Bharti Televentures Limited */
+       {405, 56, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Airtel", "Airtel"},
+
+/* Hutchison Essar South Limited */
+       {405, 66, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Hutch",
+        "Hutch- UP West"},
+
+/* Hutchison Essar South Limited */
+       {405, 67, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "HUTCH", "Hutch"},
+
+/******************
+ **** Pakistan ****
+ ******************/
+
+/* Mobilink */
+       {410, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "PK-M-LINK",
+        "Mobilink"},
+
+/* Pakistan Telecommunciation Mobile Ltd */
+       {410, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "PK-UFONE",
+        "Pakistan Telecommunciation Mobile Ltd"},
+
+/* Paktel Limited  */
+       {410, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "PAKTEL", "PAKTEL"},
+
+/* Telenor Pakistan (Pvt) Ltd. */
+       {410, 6, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TELENOR",
+        "Telenor Pakistan (Pvt) Ltd."},
+
+/* Telenor Pakistan (Pvt) Ltd. */
+       {410, 6, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TELENOR",
+        "Telenor Pakistan (Pvt) Ltd."},
+
+/* Warid Telecom (PVT) Ltd */
+       {410, 7, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "WaridTel",
+        "Warid Telecom (PVT) Ltd"},
+
+/* Warid Telecom (PVT) Ltd */
+       {410, 7, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "WaridTel",
+        "Warid Telecom (PVT) Ltd"},
+
+/******************
+ **** Afghanistan ****
+ ******************/
+
+/* Telephone Systems International Inc */
+       {412, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AF AWCC",
+        "Telephone Systems International Inc"},
+
+/* Telephone Systems International Inc */
+       {412, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AF AWCC",
+        "Telephone Systems International Inc"},
+
+/* Telecom Development Company Afghanistan Ltd. */
+       {412, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AF AWCC",
+        "Telecom Development Company Afghanistan Ltd."},
+
+/*******************
+ **** Sri Lanka ****
+ *******************/
+
+/* Mobitel (Pvt) Limited */
+       {413, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Mobitel",
+        "Mobitel (Pvt) Limited"},
+
+/* MTN Networks (Pvt) Ltd */
+       {413, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SRI DIALOG",
+        "MTN Networks (Pvt) Ltd"},
+
+/* Celltel Lanka Limited */
+       {413, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SRI CELLTEL",
+        "Celltel Lanka Limited"},
+
+/* Hutchison Telecommunications Lanka (Pte) Limited */
+       {413, 8, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Hutch",
+        "Hutchison Telecommunications Lanka (Pvt) Limited"},
+
+/*****************
+ **** Myanmar ****
+ *****************/
+
+/* Myanmar Posts and Telecommunications */
+       {414, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MM 900",
+        "Myanmar Posts and Telecommunications"},
+
+/*****************
+ **** Lebanon ****
+ *****************/
+
+/* FTML Service Cellulaire */
+       {415, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RL Cellis",
+        "FTML Service Cellulaire"},
+
+/* LibanCell */
+       {415, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RL LibanCell",
+        "LibanCell"},
+
+/****************
+ **** Jordan ****
+ ****************/
+
+/* Jordan M.T.S */
+       {416, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Fastlink",
+        "Jordan Mobile Telephone Services (JMTS)"},
+
+/* Umniah Mobile Company */
+       {416, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "UMNIAH", "Umniah"},
+
+/* MobileCom */
+       {416, 77, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "JO MobCom",
+        "Petra Jordanian Mobile Telecommunications Company(MobileCom)"},
+
+/***************
+ **** Syria ****
+ ***************/
+       /* Syriatel Mobile Telecom SA */
+       {417, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SYRIATEL",
+        "Syriatel Mobile Telecom SA"},
+
+/* Syriatel Mobile Telecom SA */
+       {417, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SYRIATEL",
+        "Syriatel Mobile Telecom SA"},
+
+/* Spacetel Syria */
+       {417, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "94 SYRIA",
+        "Spacetel Syria"},
+
+/* Spacetel Syria */
+       {417, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "94 SYRIA",
+        "Spacetel Syria"},
+
+/* Syrian Telecom Est. */
+       {417, 9, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SYR MOBILE SYR",
+        "Syrian Telecom Est."},
+
+/* Syriatel Holdings S.A */
+       {417, 93, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Syriatel",
+        "Syriatel Holdings S.A"},
+
+/* Syriatel Holdings S.A */
+       {417, 93, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Syriatel",
+        "Syriatel Holdings S.A"},
+
+/****************
+ **** Iraq ****
+ ****************/
+
+/* Asia Cell Telecommunications Company Ltd */
+       {418, 0, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ASIACELL",
+        "Asia Cell Telecommunications Company Ltd"},
+
+/* SanaTel */
+       {418, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SanaTel", "SanaTel"},
+
+/* Asia Cell Telecommunications Company Ltd */
+       {418, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ASIACELL",
+        "Asia Cell Telecommunications Company Ltd"},
+
+/* SanaTel */
+       {418, 8, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SanaTel", "SanaTel"},
+
+/* Atheer Telecom Iraq */
+       {418, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Atheer Iraq",
+        "Atheer Telecom Iraq"},
+
+/* Atheer Telecom Iraq */
+       {418, 30, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IRAQNA",
+        "Orascom Telecom Iraq Corporation"},
+
+/****************
+ **** Kuwait ****
+ ****************/
+
+/* Mobile Telecommunications Company */
+       {419, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "KT MTCNet",
+        "Mobile Telecommunications Company"},
+
+/* Mobile Telecommunications Company */
+       {419, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "KT MTCNet",
+        "Mobile Telecommunications Company"},
+
+/* National Mobile Telecommunications Co */
+       {419, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "KT WATANIYA",
+        "National Mobile Telecommunications Co"},
+
+/* National Mobile Telecommunications Co */
+       {419, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "KT WATANIYA",
+        "National Mobile Telecommunications Co"},
+
+/**********************
+ **** Saudi Arabia ****
+ **********************/
+
+/* Saudi Telecom Company */
+       {420, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ALJAWAL",
+        "Saudi Telecom Company"},
+
+/* Etihad Etisalat Company */
+       {420, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Mobily", "Mobily"},
+
+/* Etihad Etisalat Company */
+       {420, 3, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "Mobily", "Mobily"},
+
+/* Electronics App' Est. */
+       {420, 7, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "EAE",
+        "Electronics App' Est."},
+
+/***************
+ **** Yemen ****
+ ***************/
+
+/* Spacetel - Yemen */
+       {421, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SabaFon",
+        "Yemen Mobile Phone Company - Sabafon"},
+
+/* Spacetel - Yemen */
+       {421, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SPACETEL",
+        "Spacetel - Yemen"},
+
+/**************
+ **** Oman ****
+ **************/
+
+/* Oman Telecommunications Company */
+       {422, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "OMAN MOBILE",
+        "Oman Telecommunications Company"},
+
+/* Omani Qatari Telecommunications Company SAOC  */
+       {422, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "nawras", "nawras"},
+
+/******************************
+ **** United Arab Emirates ****
+ ******************************/
+
+/* Emirates Telecom Corp-ETISALAT */
+       {424, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "UAE ETISALAT",
+        "Emirates Telecom Corp-ETISALAT"},
+
+/****************
+ **** Israel ****
+ ****************/
+
+/* Partner Communications Company Ltd */
+       {425, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IL ORANGE",
+        "Partner Communications Company Ltd"},
+
+/* Partner Communications Company Ltd */
+       {425, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "IL ORANGE",
+        "Partner Communications Company Ltd"},
+
+/* Cellcom Israel Ltd */
+       {425, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "IL Cellcom",
+        "Cellcom Israel Ltd"},
+
+/* Cellcom Israel Ltd */
+       {425, 2, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "IL Cellcom",
+        "Cellcom Israel Ltd"},
+
+/*******************************
+ **** Palestinian Authority ****
+ *******************************/
+
+/* Palestine Telecoms Co Plc */
+       {425, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "JAWWAL-PALESTINE",
+        "Palestine Telecoms Co Plc"},
+
+/*****************
+ **** Bahrain ****
+ *****************/
+
+/* Bahrain Telecommunications Company */
+       {426, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BATELCO",
+        "Bahrain Telecommunications Company"},
+
+/* MTC Vodafone (Bahrain) B.S.C. */
+       {426, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MTC VODAFONE BH",
+        "MTC Vodafone (Bahrain) B.S.C."},
+
+/* MTC Vodafone (Bahrain) B.S.C. */
+       {426, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MTC VODAFONE BH",
+        "MTC Vodafone (Bahrain) B.S.C."},
+
+/* MTC Vodafone (Bahrain) B.S.C. */
+       {426, 2, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "MTC VODAFONE BH",
+        "MTC Vodafone (Bahrain) B.S.C."},
+
+/***************
+ **** Qatar ****
+ ***************/
+
+/* Q-Tel */
+       {427, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "QAT QATARNET",
+        "Q-Tel"},
+
+/* Q-Tel */
+       {427, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "QAT QATARNET",
+        "Q-Tel"},
+
+/******************
+ **** Mongolia ****
+ ******************/
+
+/* MobiCom */
+       {428, 99, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MN MobiCom",
+        "MobiCom"},
+
+/***************
+ **** Nepal ****
+ ***************/
+
+/* Nepal Telecommunications Corporation */
+       {429, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Nepal",
+        "Nepal Telecommunications Corporation"},
+
+/**************
+ **** Iran ****
+ **************/
+
+/* TCI */
+       {432, 11, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IR-TCI", "TCI"},
+
+/* KFZO */
+       {432, 14, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IR KISH", "KFZO"},
+
+/* Mobile Telecommunications Company of Esfahan */
+       {432, 19, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IR MTCE",
+        "Mobile Telecommunications Company of Esfahan"},
+
+/* Rafsanjan Industrial Complex (Coop) */
+       {432, 32, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Taliya", "Taliya"},
+
+/********************
+ **** Uzbekistan ****
+ ********************/
+
+/* Buztel */
+       {434, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Buztel", "Buztel"},
+
+/* JV Uzmacom */
+       {434, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "UZMACOM", "Uzmacom"},
+
+/* DAEWOO Unitel Company */
+       {434, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "UZB DAEWOO-GSM",
+        "DAEWOO Unitel Company"},
+
+/* DAEWOO Unitel Company */
+       {434, 4, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "UZB DAEWOO-GSM",
+        "DAEWOO Unitel Company"},
+
+/* Coscom */
+       {434, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "UZB CSOCOM GSM",
+        "Coscom"},
+
+/* Uzdunrobita JV */
+       {434, 7, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "UZB-UZD",
+        "Uzdunrobita JV"},
+
+/* Uzdunrobita JV */
+       {434, 7, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "UZB-UZD",
+        "Uzdunrobita JV"},
+
+/********************
+ *** Tajikistan ****
+ ********************/
+
+/* JSC Somoncom */
+       {436, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Somoncom",
+        "JSC Somoncom"},
+
+/* Indigo Tajikistan */
+       {436, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Indigo-T",
+        "Indigo Tajikistan"},
+
+/* TT Mobile, Closed joint-stock company */
+       {436, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TJK MLT",
+        "TT Mobile, Closed joint-stock company"},
+
+/* TT Mobile, Closed joint-stock company  */
+       {436, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TJK MLT",
+        "TT Mobile, Closed joint-stock company "},
+
+/* JOSA Babilon-Mobile */
+       {436, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Babilon-M",
+        "JOSA Babilon-Mobile"},
+
+/* Tajik Tel */
+       {436, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TJT - Tajik Tel",
+        "Tajik Tel"},
+
+/*************************
+   **** Kyrgyz Republic ****
+ *************************/
+
+/* Bitel Limited */
+       {437, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BITEL KGZ",
+        "Bitel Limited"},
+
+/* BiMoCom Ltd */
+       {437, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MEGACOM", "MEGACOM"},
+
+/* BiMoCom Ltd */
+       {437, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MEGACOM", "MEGACOM"},
+
+/**********************
+ **** Turkmenistan ****
+ **********************/
+
+/* Barash Communication Technologies Inc. */
+       {438, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BCTI",
+        "Barash Communication Technologies Inc."},
+
+/**********************
+ **** JAPAN ****
+ **********************/
+
+/*  NTT DoCoMo, Inc */
+       {440, 10, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "JP DoCoMo",
+        "NTT DoCoMo, Inc"},
+
+/*  J-phone */
+       {440, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SoftBank",
+        "SoftBank"},
+
+/*  J-phone */
+       {440, 20, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "SoftBank", "SoftBank"},
+
+/**********************
+ **** KOREA ****
+ **********************/
+
+/* Added for testing */
+
+       {450, 1, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "SAMSUNG 3G",
+        "SAMSUNG 3G"},
+
+/* "KT Freetel Co., Ltd" */
+       {450, 2, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "KTF", "KTF"},
+
+/* SK Telecom */
+       {450, 5, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "SKT", "SK Telecom"},
+
+/* "KT Freetel Co., Ltd" */
+       {450, 8, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "KTF", "KTF"},
+
+/*****************
+ **** Vietnam ****
+ *****************/
+
+/* Vietnam Mobile Telecom Service */
+       {452, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "VN MOBIFONE",
+        "Vietnam Mobile Telecom Service"},
+
+/* Vietnam Telecoms Services Co (GPC) */
+       {452, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "VN VINAPHONE",
+        "Vietnam Telecoms Services Co (GPC)"},
+
+/* Vietel Corporation */
+       {452, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "VIETTEL",
+        "Viettel Mobile"},
+
+/*******************
+ **** Hong Kong ****
+ *******************/
+
+/* Hong Kong CSL Limited */
+       {454, 0, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CSL",
+        "Hong Kong CSL Limited"},
+
+/* Hong Kong CSL Limited */
+       {454, 0, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "CSL",
+        "Hong Kong CSL Limited"},
+
+/* Hong Kong CSL Limited */
+       {454, 0, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "CSL", "HK CSL"},
+
+/* Hong Kong CSL Limited */
+       {454, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CSL", "HK CSL"},
+
+/* Hong Kong CSL Limited */
+       {454, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "CSL", "HK CSL"},
+
+/* Hong Kong CSL Limited */
+       {454, 2, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "CSL",
+        "Hong Kong CSL Limited"},
+
+/* Hutchison Telecom (HK) Ltd */
+       {454, 3, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "3",
+        "Hutchison Telecom (HK) Ltd"},
+
+/* Hutchison Telecom (HK) Ltd */
+       {454, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "3 (2G)",
+        "Hutchison Telecom (HK) Ltd"},
+
+/* Hutchison Telecom (HK) Ltd */
+       {454, 4, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "3 (2G)",
+        "Hutchison Telecom (HK) Ltd"},
+
+/* SmarTone Mobile Comms Ltd */
+       {454, 6, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SmarToneVodafone",
+        "SmarTone Mobile Comms Ltd"},
+
+/* SmarTone Mobile Comms Ltd */
+       {454, 6, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SmarToneVodafone",
+        "SmarTone Mobile Comms Ltd"},
+
+/* New World PCS Ltd */
+       {454, 10, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "NEW WORLD",
+        "New World PCS Ltd"},
+
+/* Peoples Telephone Co Ltd */
+       {454, 12, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "PEOPLES",
+        "Peoples Telephone Co Ltd"},
+
+/* SmarTone Mobile Comms Ltd */
+       {454, 15, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "454-15",
+        "SmarTone Mobile Comms Ltd"},
+
+/* SUNDAY Communications Ltd */
+       {454, 16, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SUNDAY",
+        "SUNDAY Communications Ltd"},
+
+/* Hong Kong CSL Limited */
+       {454, 18, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CSL",
+        "Hong Kong CSL Limited"},
+
+/* Hong Kong CSL Limited */
+       {454, 18, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "CSL",
+        "Hong Kong CSL Limited"},
+
+/* Hong Kong CSL Limited */
+       {454, 18, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "CSL", "HK CSL"},
+
+/* PCCW Mobile */
+       {454, 19, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "PCCW", "PCCW Mobile"},
+
+/* P Plus Communicatoins Ltd */
+       {454, 22, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "HK P PLUS",
+        "P Plus Communicatoins Ltd"},
+
+/***************
+ **** Macau ****
+ ***************/
+
+/* SmarTone Mobile Communications (Macau) Ltd */
+       {455, 0, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SmarTone",
+        "SmarTone Mobile Communications (Macau) Ltd"},
+
+/* SmarTone Mobile Communications (Macau) Ltd */
+       {455, 0, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SmarTone",
+        "SmarTone Mobile Communications (Macau) Ltd"},
+
+/* C.T.M. */
+       {455, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CTM", "C.T.M."},
+
+/* C.T.M. */
+       {455, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "CTM", "C.T.M."},
+
+/* Hutchison Telephone (Macau) Company Limited */
+       {455, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "HT Macau",
+        "Hutchison Telephone (Macau) Company Limited"},
+
+/* Hutchison Telephone (Macau) Company Limited */
+       {455, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "HT Macau",
+        "Hutchison Telephone (Macau) Company Limited"},
+
+/******************
+ **** Cambodia ****
+ ******************/
+
+/* CamGSM */
+       {456, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MOBITEL - KHM",
+        "CamGSM"},
+
+/* Cambodia Samart Communication Co Ltd */
+       {456, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "KHM-Hello GSM",
+        "Cambodia Samart Communication Co Ltd"},
+
+/* Cambodia Shinawatra */
+       {456, 18, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800,
+        "CAMBODIA SHINAWATRA ", "Cambodia Shinawatra Co. Ltd"},
+
+/*************
+ **** Lao ****
+ *************/
+
+/* Lao Telecommunications */
+       {457, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LAO GSM",
+        "Lao Telecommunications"},
+
+/* Enterprise of Telecommunications Lao (ETL) */
+       {457, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ETL MOBILE NETWORK",
+        "Enterprise of Telecommunications Lao (ETL)"},
+
+/* Lao Asia Telecommunication State Enterprise (LAT) */
+       {457, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "45703",
+        "Lao Asia Telecommunication State Enterprise (LAT)"},
+
+/* Lao Asia Telecommunication State Enterprise (LAT) */
+       {457, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "45703",
+        "Lao Asia Telecommunication State Enterprise (LAT)"},
+
+/* Millicom Lao Co Ltd */
+       {457, 8, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TANGO LAO",
+        "Millicom Lao Co Ltd"},
+
+/* Millicom Lao Co Ltd */
+       {457, 8, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TANGO LAO",
+        "Millicom Lao Co Ltd"},
+
+/***************
+ **** China ****
+ ***************/
+
+/* China Mobile */
+       {460, 0, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CMCC",
+        "CHINA MOBILE"},
+
+/* China Unicom */
+       {460, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CU-GSM",
+        "CHINA UNICOM GSM"},
+
+/****************
+ **** Taiwan ****
+ ****************/
+
+/* Far EasTone Telecommunications GSM 900/1800 */
+       {466, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "FarEasTone",
+        "Far EasTone Telecommunications GSM 900/1800"},
+
+/* Far EasTone Telecommunications GSM 900/1800 */
+       {466, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "FarEasTone",
+        "Far EasTone Telecommunications GSM 900/1800"},
+
+/* KG Telecom */
+       {466, 6, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TWN Tuntex GSM 1800",
+        "KG Telecom"},
+
+/*ACeS International Limited (AIL) */
+       {466, 68, SETTING_PREFERRED_NETWORK_TYPE_GSM_SAT, "ACeS",
+        "ACeS International Limited (AIL)"},
+
+/* KG Telecom */
+       {466, 88, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "KGT-ONLINE",
+        "KG Telecom"},
+
+/* Taiwan 3G Mobile Network */
+       {466, 89, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "ViBo",
+        "Taiwan 3G Mobile Network"},
+
+/* Chunghwa Telecom */
+       {466, 92, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Chunghwa",
+        "Chunghwa Telecom"},
+
+/* Chunghwa Telecom */
+       {466, 92, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Chunghwa",
+        "Chunghwa Telecom"},
+
+/* MobiTai */
+       {466, 93, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MoBiTai", "MobiTai"},
+
+/* Taiwan Cellular Corporation */
+       {466, 97, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Taiwan Mobile",
+        "Taiwan Cellular Corporation"},
+
+/* TransAsia Telecommunications */
+       {466, 99, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TransAsia Telecom",
+        "TransAsia Telecommunications"},
+
+/********************
+ ****                  ****
+ ********************/
+
+/* Korea Posts and Telecommunications Corporation (KPTC) */
+       {467, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SUNNET", "SUN NET"},
+
+/* NEAT&T Ltd. */
+       {467, 193, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "KP SUN",
+        "NEAT&T Ltd."},
+
+/********************
+ **** Bangladesh ****
+ ********************/
+
+/* Grameen Phone Ltd */
+       {470, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BGD-GP",
+        "Grameen Phone Ltd"},
+
+/* TM International (Bangladesh) Ltd */
+       {470, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BGD AKTEL",
+        "TM International (Bangladesh) Ltd"},
+
+/* Sheba Telecom (Pvt.) Ltd. */
+       {470, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Banglalink",
+        "Banglalink"},
+
+/* Teletalk Bangladesh Ltd */
+       {470, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "bMobile", "Teletalk"},
+
+/* Sheba Telecom (PVT) Ltd */
+       {470, 19, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BD ShebaWorld",
+        "Sheba Telecom (PVT) Ltd"},
+
+/******************
+ **** Maldives ****
+ ******************/
+
+/* Dhivehi Raajjeyge Gulhun Private Ltd GSM 900 */
+       {472, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MV DHIMOBILE",
+        "Dhivehi Raajjeyge Gulhun Private Ltd GSM 900"},
+
+/* Wataniya Telecom Maldives Pvt. Ltd */
+       {472, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "WMOBILE", "WMOBILE"},
+
+/******************
+ **** Malaysia ****
+ ******************/
+
+/* Maxis Communications Berhad */
+       {502, 12, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MY MAXIS",
+        "Maxis Communications Berhad"},
+
+/* Maxis Communications Berhad */
+       {502, 12, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MY MAXIS",
+        "Maxis Communications Berhad"},
+
+/* Maxis Mobile Sdn Bhd */
+       {502, 12, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "MY MAXIS",
+        "Maxis Mobile Sdn Bhd"},
+
+/* Telekom Cellular Sdn Bhd */
+       {502, 13, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MY TMTOUCH",
+        "Telekom Cellular Sdn Bhd"},
+
+/* Celcom (Malaysia) Sdn Bhd */
+       {502, 13, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "CELCOM",
+        "Celcom Malaysia"},
+
+/* DiGi Telecommunications Sdn Bhd */
+       {502, 16, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "DiGi",
+        "DiGi Telecommunications Sdn Bhd"},
+
+/* TIMECel Sdn Bhd */
+       {502, 17, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MY ADAM",
+        "TIMECel Sdn Bhd"},
+
+/* Celcom (Malaysia) Sdn Bhd */
+       {502, 19, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MY CELCOM",
+        "Celcom (Malaysia) Sdn Bhd"},
+
+/*******************
+ **** Australia ****
+ *******************/
+
+/* Telstra Mobile Comms */
+       {505, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Telstra",
+        "Telstra Mobile Comms"},
+
+/* Telstra Mobile Comms */
+       {505, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Telstra",
+        "Telstra Mobile Comms"},
+
+/* Singtel Optus Limited */
+       {505, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "YES OPTUS",
+        "Singtel Optus Limited"},
+
+/* Vodafone Pacific Limited */
+       {505, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone AU",
+        "Vodafone Pacific Limited"},
+
+/* Vodafone Pacific Limited */
+       {505, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "vodafone AU",
+        "Vodafone Pacific Limited"},
+
+/* Hutchison 3G Australia Pty Limited */
+       {505, 6, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "3Telstra",
+        "Hutchison/Telstra 3G Australia Pty Limited"},
+
+/* One.Tel Networks */
+       {505, 8, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "One.Tel",
+        "One.Tel Networks"},
+
+/*******************
+ **** Satellite ****
+ *******************/
+
+/* ACeS International Limited (AIL) - INDONESIA */
+       {510, 0, SETTING_PREFERRED_NETWORK_TYPE_GSM_SAT, "ACeS",
+        "ACeS International Limited (AIL) - INDONESIA"},
+
+/*******************
+ **** Indonesia ****
+ *******************/
+
+/* PT Indonesian Satellite Corporation Tbk (INDOSAT) */
+       {510, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IND INDOSAT",
+        "PT Indonesian Satellite Corporation Tbk (INDOSAT)"},
+
+/* PT Indonesian Satellite Corporation Tbk (INDOSAT) */
+       {510, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "IND INDOSAT",
+        "PT Indonesian Satellite Corporation Tbk (INDOSAT)"},
+
+/* PT Natrindo Telepon Seluler */
+       {510, 8, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "LIPPO TEL",
+        "PT Natrindo Telepon Seluler"},
+
+/* PT Telekomunikasi Selular */
+       {510, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IND TELKOMSEL",
+        "PT Telekomunikasi Selular"},
+
+/* PT Telekomunikasi Selular */
+       {510, 10, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "IND TELKOMSEL",
+        "PT Telekomunikasi Selular"},
+
+/* Excelcom */
+       {510, 11, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IND - Excelcom",
+        "Excelcom"},
+
+/* Excelcom */
+       {510, 11, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "IND - Excelcom",
+        "Excelcom"},
+
+/* PT Indonesian Satellite Corporation Tbk (INDOSAT) */
+       {510, 21, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "IND IM3",
+        "PT Indonesian Satellite Corporation Tbk (INDOSAT)"},
+
+/* PT Indonesian Satellite Corporation Tbk (INDOSAT) */
+       {510, 21, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IND INDOSAT",
+        "PT Indonesian Satellite Corporation Tbk (INDOSAT)"},
+
+/* PT Indonesian Satellite Corporation Tbk (INDOSAT) */
+       {510, 21, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "IND INDOSAT",
+        "PT Indonesian Satellite Corporation Tbk (INDOSAT)"},
+
+/* PT Hutchison CP Telecommunications */
+       {510, 89, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "3", "3"},
+
+/* PT Hutchison CP Telecommunications */
+       {510, 89, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "3", "3"},
+
+/********************
+ **** TLS ****
+ ********************/
+
+/* Timor Telecom. */
+       {514, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TLS-TT",
+        "Timor Telecom"},
+
+/********************
+ **** Philipines ****
+ ********************/
+
+/* Isla Comms Co. Inc. */
+       {515, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ISLACOM",
+        "Isla Comms Co. Inc."},
+
+/* Globe Telecom, GMCR Inc. */
+       {515, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Globe Telecom-PH",
+        "Globe Telecom, GMCR Inc."},
+
+/* Globe Telecom, GMCR Inc. */
+       {515, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Globe Telecom-PH",
+        "Globe Telecom, GMCR Inc."},
+
+/* Smart Communications Inc. */
+       {515, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SMART",
+        "Smart Communications Inc."},
+
+/* Smart Communications Inc. */
+       {515, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SMART",
+        "Smart Communications Inc."},
+
+/* Digital Telecommunications Phils, Inc */
+       {515, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "PH Sun Cellular",
+        "Digital Telecommunications Phils, Inc"},
+
+/*******************
+ **** Satellite ****
+ *******************/
+
+/* ACeS International Limited (AIL) - PHILIPPINES */
+       {515, 11, SETTING_PREFERRED_NETWORK_TYPE_GSM_SAT, "ACeS",
+        "ACeS International Limited (AIL) - PHILIPPINES"},
+
+/******************
+ **** Thailand ****
+ ******************/
+
+/* Advanced Info Service Plc */
+       {520, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TH GSM",
+        "Advanced Info Service Plc"},
+
+/* Wireless Comm. Services Co. */
+       {520, 10, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TH WCS",
+        "Wireless Comm. Services Co."},
+
+/* ACT Mobile Company, Limited */
+       {520, 15, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "TH ACT 1900",
+        "ACT Mobile Company, Limited"},
+
+/* Total Access Comms Co. */
+       {520, 18, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TH-DTAC",
+        "Total Access Comms Co."},
+
+/* ACeS International Limited (AIL) - THAILAND */
+       {520, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_SAT, "ACeS",
+        "ACeS International Limited (AIL) - THAILAND"},
+
+/* Digital Phone Co Ltd */
+       {520, 23, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TH GSM 1800",
+        "Digital Phone Co Ltd"},
+
+/* TA Orange Company Ltd */
+       {520, 99, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Orange Th",
+        "TA Orange Company Ltd"},
+
+/*******************
+ **** Singapore ****
+ *******************/
+
+/* Singapore Telecom Mobile Pte Ltd */
+       {525, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SingTel",
+        "Singapore Telecom Mobile Pte Ltd"},
+
+/* Singapore Telecom Mobile Pte Ltd */
+       {525, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SingTel",
+        "Singapore Telecom Mobile Pte Ltd"},
+
+/* Singapore Telecom GSM 1800 */
+       {525, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SingTel-G18",
+        "Singapore Telecom Mobile Pte Ltd"},
+
+/* MobileOne (Asia) Pte Ltd */
+       {525, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SGP-M1-3GSM",
+        "MobileOne (Asia) Pte Ltd"},
+
+/* MobileOne (Asia) Pte Ltd */
+       {525, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SGP-M1-3GSM",
+        "MobileOne (Asia) Pte Ltd"},
+
+/* MobileOne (Asia) Pte Ltd */
+       {525, 3, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "SGP-M1-3GSM",
+        "MobileOne (Asia) Pte Ltd"},
+
+/* StarHub Mobile Pte Ltd */
+       {525, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "STARHUB",
+        "StarHub Mobile Pte Ltd"},
+
+/* StarHub Mobile Pte Ltd */
+       {525, 5, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "STARHUB",
+        "StarHub Mobile Pte Ltd"},
+
+/****************
+ **** Brunei ****
+ ****************/
+
+/* B-Mobile Communications Sdn Bhd */
+       {528, 2, SETTING_PREFERRED_NETWORK_TYPE_UMTS, "b-mobile", "b-mobile"},
+
+/* DataStream Technology */
+       {528, 11, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BRU-DSTCom",
+        "DataStream Technology"},
+
+/*********************
+ **** New Zealand ****
+ *********************/
+
+/* Vodafone Mobile NZ Limited */
+       {530, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone NZ",
+        "Vodafone Mobile NZ Limited"},
+
+/*********************
+ **** PNG ****
+ *********************/
+
+/* Pacific Mobile Communications */
+       {537, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "PNGBMobile",
+        "Pacific Mobile Communications"},
+
+/***************
+ **** Tonga ****
+ ***************/
+
+/* Tonga Communications Corporation */
+       {539, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "U-CALL",
+        "Tonga Communications Corporation"},
+
+/***************
+ ****     ****
+ ***************/
+
+/* Solomon Telekom Co Ltd */
+       {540, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BREEZE", "BREEZE"},
+
+/*******************
+ **** Satellite ****
+ *******************/
+
+/* ACeS International Limited (AIL) - REGIONAL */
+       {541, 0, SETTING_PREFERRED_NETWORK_TYPE_GSM_SAT, "ACeS",
+        "ACeS International Limited (AIL) - REGIONAL"},
+
+/*****************
+ **** Vanuatu ****
+ *****************/
+
+/* Telecom Vanuatu Ltd */
+       {541, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "VUT SMILE",
+        "Telecom Vanuatu Ltd"},
+
+/**************
+ **** Fiji ****
+ **************/
+
+/* Vodafone Fiji Limited */
+       {542, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "FJ VODAFONE",
+        "Vodafone Fiji Limited"},
+
+/************************
+ **** American Samoa ****
+ ************************/
+
+/* Blue Sky */
+       {544, 11, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Blue Sky",
+        "Blue Sky"},
+
+/**************
+ **** KI ****
+ **************/
+
+/* Telecom Services Kiribati Limited (TSKL) */
+       {545, 9, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "KL-Frigate",
+        "Telecom Services Kiribati Limited (TSKL)"},
+
+/***********************
+ **** New Caledonia ****
+ ***********************/
+
+/* OPT New Caledonia */
+       {546, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "NCL MOBILIS",
+        "OPT New Caledonia"},
+
+/**************************
+ **** French Polynesia ****
+ **************************/
+
+/* Tikiphone S.A */
+       {547, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "F-VINI",
+        "Tikiphone S.A"},
+
+/********************
+ **** Cook Islands ****
+ ********************/
+
+/* Telecom Cook Islands */
+       {548, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "KOKANET",
+        "Telecom Cook Islands"},
+
+/********************
+ **** Micronesia ****
+ ********************/
+
+/* FSM Telecommunications Corporation */
+       {550, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "FSM Telecom",
+        "FSM Telecommunications Corporation"},
+
+/***************
+ **** Palau ****
+ ***************/
+
+/* Palau Mobile Corporation */
+       {552, 80, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "PLWPMC",
+        "Palau Mobile"},
+
+/***************
+ **** Egypt ****
+ ***************/
+
+/* The Egyptian Company for Mobile Services */
+       {602, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "EGY MobiNiL",
+        "The Egyptian Company for Mobile Services"},
+
+/* Vodafone Egypt Telecommunications S.A.E */
+       {602, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "vodafone EG",
+        "Vodafone Egypt Telecommunications S.A.E"},
+
+/*****************
+ **** Algeria ****
+ *****************/
+
+/* Algerie Telecom */
+       {603, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900,
+        "ALGERIAN MOBILE NETWORK", "Algerie Telecom"},
+
+/* Orascom Telecom Algerie Spa */
+       {603, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Djezzy",
+        "Orascom Telecom Algerie Spa"},
+
+/* Orascom Telecom Algerie Spa */
+       {603, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Djezzy",
+        "Orascom Telecom Algerie Spa"},
+
+/* Wataniya Telecom Algerie */
+       {603, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "NEDJMA", "Nedjma"},
+
+/* Wataniya Telecom Algerie */
+       {603, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "NEDJMA", "Nedjma"},
+
+/*****************
+ **** Morocco ****
+ *****************/
+
+/* Medi Telecom */
+       {604, 0, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MOR MEDITEL",
+        "Medi Telecom"},
+
+/* Itissalat Al-Maghrib S.A */
+       {604, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MOR IAM", "IAM"},
+
+/*****************
+ **** Tunisia ****
+ *****************/
+
+/* Tunisie Telecom */
+       {605, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TUNISIE TELECOM",
+        "Tunisie Telecom"},
+
+/* Orascom Telecom Tunisie */
+       {605, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TUNISIANA",
+        "Orascom Telecom Tunisie"},
+
+/* Libyana Mobile Phone  */
+       {606, 0, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LIBYANA",
+        "Libyana Mobile Phone "},
+
+/* AL MADAR Telecomm Company */
+       {606, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "606 01", "606 - 01"},
+
+/****************
+ **** Gambia ****
+ ****************/
+
+/* Gambia Telecommunications Cellular Company Ltd */
+       {607, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GAMCEL",
+        "Gambia Telecommunications Cellular Company Ltd"},
+
+/* Africell (Gambia) Ltd */
+       {607, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AFRICELL",
+        "Africell (Gambia) Ltd"},
+
+/*****************
+ **** Senegal ****
+ *****************/
+
+/* Sonatel */
+       {608, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SN ALIZE", "Sonatel"},
+
+/* Sentel GSM */
+       {608, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SN-SENTEL SG",
+        "Sentel GSM"},
+
+/*****************
+ **** Maurital ****
+ *****************/
+
+/* MATTEL */
+       {609, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MR MATTEL", "MATTEL"},
+
+/* MAURITEL MOBILES */
+       {609, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MAURITEL",
+        "MAURITEL"},
+
+/**************
+ **** Mali ****
+ **************/
+
+/* Malitel-SA */
+       {610, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MALITEL ML",
+        "Malitel-SA"},
+
+/* IKATEL SA */
+       {610, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "IKATEL ML",
+        "IKATEL SA"},
+
+/****************
+ **** Guinea ****
+ ****************/
+
+/* Spacetel Guinee SA */
+       {611, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Mobilis",
+        "Spacetel Guinee SA"},
+
+/* Sotelgui SA */
+       {611, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GN LAGUI",
+        "Sotelgui SA"},
+
+/* Areeba Guinea */
+       {611, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Areeba", "Areeba"},
+
+/* Areeba Guinea */
+       {611, 4, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Areeba", "Areeba"},
+
+/***********************
+ **** Cote d'Ivoire ****
+ ***********************/
+
+/* CORA de COMSTAR */
+       {612, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CI CORA",
+        "CORA de COMSTAR"},
+
+/* Atlantique Cellulaire */
+       {612, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ACELL-CI", "A-Cell"},
+
+/* Atlantique Cellulaire */
+       {612, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "ACELL-CI", "A-Cell"},
+
+/* S.I.M. */
+       {612, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Orange CI",
+        "Orange CI"},
+
+/* Loteny Telecom (SA) */
+       {612, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TELECEL-CI",
+        "Loteny Telecom (SA)"},
+
+/**********************
+ **** Burkina Faso ****
+ **********************/
+
+/* Onatel */
+       {613, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Onatel", "Onatel"},
+
+/* Celtel Burkina Faso */
+       {613, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BF CELTEL",
+        "Celtel Burkina Faso"},
+
+/***************
+ **** Niger ****
+ ***************/
+
+/* Sahel-Com */
+       {614, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SAHELCOM",
+        "SahelCom"},
+
+/* Celtel Niger */
+       {614, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "NE CELTEL",
+        "Celtel Niger"},
+
+/* Telecel Niger SA */
+       {614, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "NE TELECEL",
+        "Telecel Niger SA"},
+
+/**************
+ **** Togo ****
+ **************/
+
+/* Togo Cellulaire */
+       {615, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TG-TOGO CELL",
+        "Togo Telecom"},
+
+/***************
+ **** Benin ****
+ ***************/
+
+/* LIBERCOM */
+       {616, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LIBERCOM",
+        "LIBERCOM"},
+
+/* Telecel Benin Ltd */
+       {616, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TELECEL BENIN",
+        "Telecel Benin Ltd"},
+
+/* Spacetel-Benin */
+       {616, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BJ BENINCELL",
+        "Spacetel-Benin"},
+
+/* Bell Benin Communications (BBCOM) */
+       {616, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900,
+        "BELL BENIN COMMUNICATION", "Bell Benin Communications (BBCOM)"},
+
+/* Bell Benin Communications (BBCOM) */
+       {616, 4, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800,
+        "BELL BENIN COMMUNICATION", "Bell Benin Communications (BBCOM)"},
+
+/*******************
+ **** Mauritius ****
+ *******************/
+
+/* Cellplus Mobile Comms */
+       {617, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CELLPLUS-MRU",
+        "Cellplus Mobile Comms"},
+
+/* Emtel Ltd */
+       {617, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "EMTEL-MRU",
+        "Emtel Ltd"},
+
+/*****************
+ **** Liberia ****
+ *****************/
+
+/* Lonestar Communications Corporation */
+       {618, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LBR Lonestar Cell",
+        "Lonestar Communications Corporation"},
+
+/* Atlantic Wireless (Liberia) Inc.  */
+       {618, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LIBERCEL",
+        "LIBERCELL"},
+
+/* "Celcom Telecommunications, Inc" */
+       {618, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Celcom",
+        "Celcom Telecommunications"},
+
+/* "Celcom Telecommunications, Inc" */
+       {618, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Celcom",
+        "Celcom Telecommunications"},
+
+/****************
+ **** SL ****
+ ****************/
+
+/* Celtel (SL) Limited */
+       {619, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CELTEL SL",
+        "Celtel (SL) Limited"},
+
+/* Celtel (SL) Limited */
+       {619, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MILLICOM SL",
+        "Millicom SL"},
+
+/***************
+ **** Ghana ****
+ ***************/
+
+/* ScanCom Ltd */
+       {620, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GH SPACEFON",
+        "ScanCom Ltd"},
+
+/* Ghana Telecommunications Company Ltd */
+       {620, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GH ONEtouch",
+        "Ghana Telecommunications Company Ltd"},
+
+/* Millicom Ghana Limited */
+       {620, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GH-MOBITEL",
+        "Millicom Ghana Limited"},
+
+/*****************
+ **** Nigeria ****
+ *****************/
+
+/* Econet Wireless Nigeria Ltd */
+       {621, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ECONET NG",
+        "Econet Wireless Nigeria Ltd"},
+
+/* Econet Wireless Nigeria Ltd */
+       {621, 20, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "ECONET NG",
+        "Econet Wireless Nigeria Ltd"},
+
+/* MTN Nigeria Communications Limited */
+       {621, 30, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MTN - NG",
+        "MTN Nigeria Communications Limited"},
+
+/* MTN Nigeria Communications Limited */
+       {621, 30, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MTN - NG",
+        "MTN Nigeria Communications Limited"},
+
+/* Nigerian Telecommunications Limited (NITEL) */
+       {621, 40, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "NG Mtel",
+        "Nigerian Telecommunications Limited (NITEL)"},
+
+/* Nigerian Telecommunications Limited (NITEL) */
+       {621, 40, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "NG Mtel",
+        "Nigerian Telecommunications Limited (NITEL)"},
+
+/* Globacom Ltd. */
+       {621, 50, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Glo NG",
+        "Globacom Ltd."},
+
+/* Globacom Ltd. */
+       {621, 50, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Glo NG",
+        "Globacom Ltd."},
+
+/**************
+ **** Chad ****
+ **************/
+
+/* CelTel Tchad SA */
+       {622, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CELTEL TCD",
+        "CelTel Tchad SA"},
+
+/* Tchad Mobile SA */
+       {622, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TD LIBERTIS",
+        "Tchad Mobile SA"},
+
+/******************
+ **** Cameroon ****
+ ******************/
+
+/* MTN Cameroon Ltd */
+       {624, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MTN CAM",
+        "MTN Cameroon Ltd"},
+
+/* Orange Cameroun S.A. */
+       {624, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Orange CAM",
+        "Orange Cameroun S.A."},
+
+/********************
+ **** Cabo Verde ****
+ ********************/
+
+/* Cabo Verde Telecom */
+       {625, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CPV MOVEL",
+        "Cabo Verde Telecom"},
+
+/********************
+ **** STP  ****
+ ********************/
+
+/* Companhia Santomense de Telecomunicacoes SARL */
+       {626, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "STP CSTmovel",
+        "Companhia Santomense de Telecomunicacoes SARL"},
+
+/********************
+ **** GNQ  ****
+ ********************/
+
+/* GETESA */
+       {627, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GNQ01", "GETESA"},
+
+/***************
+ **** Gabon ****
+ ***************/
+
+/* Libertis S.A. */
+       {628, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LIBERTIS",
+        "Libertis S.A."},
+
+/* Telecel Gabon SA */
+       {628, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GAB TELECEL",
+        "Telecel Gabon SA"},
+
+/* Celtel Gabon SA */
+       {628, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CELTEL GA",
+        "Celtel Gabon SA"},
+
+/***************
+ **** Congo ****
+ ***************/
+
+/* CelTel Congo SA */
+       {629, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CELTEL CD",
+        "CelTel Congo SA"},
+
+/* Libertis Telecom */
+       {629, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "COG LIBERTIS",
+        "Libertis Telecom"},
+
+/* Vodacom Congo (RDC) sprl */
+       {630, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "VODACOM CD",
+        "Vodacom Congo (RDC) sprl"},
+
+/* Vodacom Congo (RDC) sprl */
+       {630, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "VODACOM CD",
+        "Vodacom Congo (RDC) sprl"},
+
+/* CelTel Congo SA */
+       {630, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CELTEL RC",
+        "CelTel Congo SA"},
+
+/* CELLCO Sarl */
+       {630, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CELLCO GSM",
+        "CELLCO Sarl"},
+
+/* Supercell Sprl */
+       {630, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SCELL",
+        "Supercell Sprl"},
+
+/* Supercell Sprl */
+       {630, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SCELL",
+        "Supercell Sprl"},
+
+/* SAIT Telecom SPRL */
+       {630, 89, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "CD OASIS",
+        "SAIT Telecom SPRL"},
+
+/*****************
+ **** Somalia ****
+ *****************/
+
+/* UNITEL S.a.r.l. */
+       {631, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "UNITEL",
+        "UNITEL S.a.r.l."},
+
+/* Telsom Mobile Somalia */
+       {631, 82, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "telsom",
+        "Telsom Mobile Somalia"},
+
+/********************
+ **** Seychelles ****
+ ********************/
+
+/* Cable & Wireless (Seychelles) Ltd */
+       {633, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SEYCEL",
+        "Cable & Wireless (Seychelles) Ltd"},
+
+/* UNITEL S.a.r.l. */
+       {631, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "UNITEL", "UNITEL"},
+
+/* Telecom (Seychelles Limited) */
+       {633, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SEZ AIRTEL",
+        "Telecom (Seychelles Limited)"},
+
+/* Guinetel */
+       {632, 7, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "GTM", "Guinetel"},
+
+/* Cable & Wireless (Seychelles) */
+       {633, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "C&W SEY",
+        "CABLE & WIRELESS"},
+
+/* Telecom (Seychelles) Ltd */
+       {633, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AIRTEL", "AIRTEL"},
+
+/***************
+ **** Sudan ****
+ ***************/
+
+/* Mobitel */
+       {634, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MobiTel SDN",
+        "Mobitel"},
+
+/* Bashair Telecom Co.Ltd */
+       {634, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "areeba", "Areeba"},
+
+/* Bashair Telecom Co.Ltd */
+       {634, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "areeba", "Areeba"},
+
+/****************
+ **** Rwanda ****
+ ****************/
+
+/* Rwandacell SARL */
+       {635, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "R-CELL",
+        "Rwandacell SARL"},
+
+/******************
+ **** Ethiopia ****
+ ******************/
+
+/* Ethiopian Telecoms Auth. */
+       {636, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ETH-MTN",
+        "Ethiopian Telecoms Auth."},
+
+/******************
+ **** Somalia ****
+ ******************/
+
+/* Telesom Company */
+       {637, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SOMTELESOM",
+        "Telesom Company"},
+
+/* Somafone FZLLC  */
+       {637, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SOMAFONE",
+        "SOMAFONE"},
+
+/* Somafone FZLLC  */
+       {637, 4, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SOMAFONE",
+        "SOMAFONE"},
+
+/* Golis Telecommunications Company Ltd */
+       {637, 30, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Golis", "Golis"},
+
+/* Telsom Mobile Somalia*/
+       {637, 82, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Telsom Mobile",
+        "Telsom Mobile Somalia"},
+
+/******************
+ **** DJ ****
+ ******************/
+
+/* Djibouti Telecom SA */
+       {638, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "DJ EVATIS",
+        "Djibouti Telecom SA"},
+
+/***************
+ **** Kenya ****
+ ***************/
+
+/* Safaricom Limited */
+       {639, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Safaricom",
+        "Safaricom Limited"},
+
+/* Kencell Communications Ltd */
+       {639, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "YES!",
+        "Kencell Communications Ltd"},
+
+/******************
+ **** Tanzania ****
+ ******************/
+
+/* Tritel (T) Ltd */
+       {640, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TRITEL-TZ",
+        "Tritel (T) Ltd"},
+
+/* MIC Tanzania Ltd */
+       {640, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MOBITEL - TZ",
+        "MIC Tanzania Ltd"},
+
+/* MIC Tanzania Limited */
+       {640, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MOBITEL", "MOBITEL"},
+
+/* Zanzibar Telecom */
+       {640, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ZANTEL-TZ",
+        "Zanzibar Telecom"},
+
+/* Zanzibar Telecom */
+       {640, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "ZANTEL-TZ",
+        "Zanzibar Telecom"},
+
+/* Vodacom Tanzania Ltd */
+       {640, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "VodaCom",
+        "Vodacom Tanzania Ltd"},
+
+/* Vodacom Tanzania Ltd */
+       {640, 4, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "VodaCom",
+        "Vodacom Tanzania Ltd"},
+
+/* Celtel Tanzania Limited */
+       {640, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CELTEL TZ",
+        "Celtel Tanzania Limited"},
+
+/* Celtel Tanzania Limited */
+       {640, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "CELTEL TZ",
+        "Celtel Tanzania Limited"},
+
+/* Celtel Tanzania Limited ******
+{ 640, 5, TAPI_NETW_TYPE_GSM_400, "celtel", "celtel" }, *****/
+
+/****************
+ **** Uganda ****
+ ****************/
+
+/* Clovergem Celtel */
+       {641, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "UG CelTel",
+        "Clovergem Celtel"},
+
+/* MTN Uganda Ltd */
+       {641, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MTN-UGANDA",
+        "MTN Uganda Ltd"},
+
+/* MTN Uganda Ltd */
+       {641, 10, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MTN-UGANDA",
+        "MTN Uganda Ltd"},
+
+/* Uganda Telecom Ltd */
+       {641, 11, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "mango",
+        "Uganda Telecom Ltd"},
+
+/*****************
+ **** Burundi ****
+ *****************/
+
+/* Spacetel - Burundi */
+       {642, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Spacetel BI",
+        "Spacetel - Burundi"},
+
+/* Africell PLC Company */
+       {642, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BUSAFA",
+        "Africell PLC Company"},
+
+/* ONATEL  */
+       {642, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ONATEL", "ONATEL "},
+
+/* Telecel-Burundi Company */
+       {642, 82, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BDITL",
+        "Telecel-Burundi Company"},
+
+/********************
+ **** Mozambique ****
+ ********************/
+
+/* Mocambique Celular Ltd (mCel) */
+       {643, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MOZ - mCel",
+        "Mocambique Celular Ltd (mCel)"},
+
+/* Mocambique Celular Ltd (mCel) */
+       {643, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MOZ - mCel",
+        "Mocambique Celular Ltd (mCel)"},
+
+/* VM, S.A.R.L. */
+       {643, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "VodaCom-MZ",
+        "VM, S.A.R.L."},
+
+/* VM, S.A.R.L. */
+       {643, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "VodaCom-MZ",
+        "VM, S.A.R.L."},
+
+/****************
+ **** Zambia ****
+ ****************/
+
+/* Celtel Zambia */
+       {645, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ZM CELTEL",
+        "Celtel Zambia"},
+
+/* Telecel Zambia Limited */
+       {645, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Telecel",
+        "Telecel Zambia Limited"},
+
+/********************
+ **** Madagascar ****
+ ********************/
+
+/* Madacom SA */
+       {646, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MG Madacom",
+        "Madacom SA"},
+
+/* Orange Madagascar S.A. */
+       {646, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MG ANTARIS",
+        "Orange Madagascar S.A."},
+
+/**********************
+ **** Reunion (La) ****
+ **********************/
+
+/* Orange Reunion */
+       {647, 0, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Orange re",
+        "Orange Reunion"},
+
+/* Orange Reunion */
+       {647, 0, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Orange re",
+        "Orange Reunion"},
+
+/* Outremer Telecom */
+       {647, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "F-OMT",
+        "Outremer Telecom"},
+
+/* Societe Reunionnaise */
+       {647, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SFR REUNION",
+        "Societe Reunionnaise"},
+
+/******************
+ **** Zimbabwe ****
+ ******************/
+
+/* Net*One Cellular (Pvt) Ltd */
+       {648, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ZW NET*ONE",
+        "Net*One Cellular (Pvt) Ltd"},
+
+/* Telecel Zimbabwe (PVT) Ltd */
+       {648, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TELECEL ZW",
+        "Telecel Zimbabwe (PVT) Ltd"},
+
+/* Econet Wireless (Private) Limited */
+       {648, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ZW ECONET",
+        "Econet Wireless (Private) Limited"},
+
+/*****************
+ **** Namibia ****
+ *****************/
+
+/* MTC */
+       {649, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MTC NAMIBIA", "MTC"},
+
+/****************
+ **** Malawi ****
+ ****************/
+
+/* Telekom Network Ltd */
+       {650, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "MW CP 900",
+        "Telekom Network Ltd"},
+
+/* CelTel Limited */
+       {650, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CELTEL MW",
+        "CelTel Limited"},
+
+/*****************
+ **** Lesotho ****
+ *****************/
+
+/* Vodacom Lesotho (Pty) Ltd */
+       {651, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "VCL COMMS",
+        "Vodacom Lesotho (Pty) Ltd"},
+
+/* Econet Ezi Cel Lesotho (Pty) */
+       {651, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "LS-ECONET-EZI-CEL",
+        "Econet Ezi Cel Lesotho (Pty)"},
+
+/******************
+ **** Botswana ****
+ ******************/
+
+/* Mascom Wireless (Pty) Limited */
+       {652, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "BW MASCOM",
+        "Mascom Wireless (Pty) Limited"},
+
+/* Orange (Botswana) Pty Limited */
+       {652, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Orange",
+        "Orange (Botswana) Pty Limited"},
+
+/*******************
+ **** Swaziland ****
+ *******************/
+
+/* Swazi MTN Limited */
+       {653, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Swazi-MTN",
+        "Swazi MTN Limited"},
+
+/* Societe Nationale des Telecommunications (Comores Telecom) */
+       {654, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "HURI", "HURI"},
+
+/**********************
+   **** South Africa ****
+ **********************/
+
+/* request from vodacom (south africa) 7 Jan 2005 */
+
+/* Vodacom (Pty) Ltd */
+       {655, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RSA Vodacom",
+        "Vodacom (Pty) Ltd"},
+
+/* Cell C (Pty) Ltd */
+       {655, 7, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "RSA Cell C",
+        "Cell C (Pty) Ltd"},
+
+/* MTN - Mobile Telephone Networks (Pty) Ltd. */
+       {655, 10, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "RSA MTN",
+        "MTN - Mobile Telephone Networks (Pty) Ltd."},
+
+/*********************
+ ****                  ****
+ *********************/
+
+/* Belize Telecommunications Ltd */
+       {702, 67, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "BTL",
+        "Belize Telecommunications Ltd"},
+
+/* International Telecommunication Limited (INTELCO) */
+       {702, 68, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "INTELCO",
+        "International Telecommunication Limited (INTELCO)"},
+
+/*********************
+ **** Guatemala ****
+ *********************/
+
+/* SERCOM S.A. (Guatemala) */
+       {704, 1, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "PCS",
+        "SERCOM S.A. (Guatemala)"},
+
+/* COMCEL-Communicaciones Celulares Sociedad Anonima */
+       {704, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "COMCEL",
+        "COMCEL GUATEMALA"},
+
+/* "Telefonica Moviles Guatamala, SA" */
+       {704, 3, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "movistar",
+        "Telefonica"},
+
+/*********************
+ **** El Salvador ****
+ *********************/
+
+/* CTE Telecom Personal SA de CV */
+       {706, 1, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "ESV PERSONAL",
+        "CTE Telecom Personal SA de CV"},
+
+/* DIGICEL, S.A. de C.V. */
+       {706, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "Digicel",
+        "DIGICEL, S.A. de C.V."},
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Telemovil EL Salvador S.A */
+       {706, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "ESTELEMOVIL",
+        "Telemovil EL Salvador S.A"},
+#endif                         /* FEATURE_SAMSUNG_BAND_GSM_850 */
+
+/* "Telefonica Moviles El Salvador, S.A de c.v" */
+       {706, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "movistar",
+        "Telefonica"},
+
+/* PERSONAL */
+       {706, 10, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "PERSONAL", "PERSONAL"},     /* M625000000623 */
+
+/*********************
+ **** ************ ****
+ *********************/
+
+/* Megatel S.A. de C.V. */
+       {708, 1, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "MEGATEL",
+        "Megatel S.A. de C.V."},
+
+/* Telefonica Celular S.A (CELTEL) */
+       {708, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CELTELHND",
+        "Telefonica Celular S.A (CELTEL)"},
+
+/* Empresa Hondurena de Telecomunicaciones HONDUTEL */
+       {708, 30, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "HT - 200",
+        "Empresa Hondurena de Telecomunicaciones "},
+
+/*********************
+ **** Nicaragua ****
+ *********************/
+
+/* Empresa Nicaraguense de Telecomunicaciones S.A. - ENITEL */
+       {710, 21, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "ENITEL", "ENITEL"},
+
+/* SERCOM S.A. (Nicaragua) */
+       {710, 730, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "SERCOM",
+        "SERCOM S.A. (Nicaragua)"},
+
+/*********************
+ **** ************ ****
+ *********************/
+
+/* Belize Telecommunications Ltd */
+       {712, 1, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "I.C.E. ",
+        "I.C.E. (Instituto Costarricense de Electricidad)"},
+
+/* I.C.E. (Instituto Costarricense de Electricidad) */
+       {712, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "I.C.E.", "I.C.E. "},
+
+/*********************
+ **** Panama ****
+ *********************/
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Cable & Wireless Panama */
+       {714, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "PANCW",
+        "Cable & Wireless Panama"},
+
+/* "TELEFONICA MOVILES PANAMA, S.A." */
+       {714, 20, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "movistar",
+        "Movistar"},
+#endif                         /* FEATURE_SAMSUNG_BAND_GSM_850 */
+
+/**************
+ **** Peru ****
+ **************/
+
+/* Telefonica Moviles S.A. */
+       {716, 6, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "movistar",
+        "Movistar Peru"},
+
+/* TIM Peru S.A.C. */
+       {716, 10, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "TIM",
+        "TIM Peru S.A.C."},
+
+/*******************
+ **** Argentina ****
+ *******************/
+
+/* UNIFON */
+       {722, 7, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "UNIFON", "UNIFON"},
+
+/* Telecom Personal S.A. */
+       {722, 34, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "AR PERSONAL",
+        "Telecom Personal S.A."},
+
+/* PORT-HABLE */
+       {722, 35, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "PORT-HABLE",
+        "PORT-HABLE"},
+
+/* CTI PCS S.A. */
+       {722, 310, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "ARG CTI Movil",
+        "CTI PCS S.A."},
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* CTI Compania de Telefonos del Interior S.A. */
+       {722, 310, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "ARG CTI Movil",
+        "CTI Compania de Telefonos del Interior S.A."},
+#endif                         /* FEATURE_SAMSUNG_BAND_GSM_850 */
+
+/***************
+ **** Brasil ****
+ ***************/
+
+/* TIM Celular S.A. */
+       {724, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TIM", "TIM BRASIL"},
+
+/* TIM Celular S.A. */
+       {724, 3, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TIM", "TIM BRASIL"},
+
+/* TIM Celular S.A. */
+       {724, 4, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TIM", "TIM BRASIL"},
+
+/* Albra Telecommunicacoes Ltda */
+       {724, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Claro", "Claro"},
+
+/* Americel S.A. */
+       {724, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Claro", "Claro"},
+
+/* ATL - Algar Telecom Leste S.A. */
+       {724, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Claro",
+        "Claro - ATL"},
+
+/* BCP SA */
+       {724, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Claro", "Claro "},
+
+/* BSE SA  */
+       {724, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Claro", "Claro"},
+
+/* Stemar Telecommunicacoes Ltda */
+       {724, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Claro", "Claro"},
+
+/* Telet S.A. */
+       {724, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Claro", "Claro"},
+
+/* Tess S.A. */
+       {724, 5, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Claro", "Claro"},
+
+/* Sercomtel Celular S/A */
+       {724, 15, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SCTL", "SERCOMTEL"},
+
+/* Sercomtel Celular S/A */
+       {724, 15, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SCTL", "SERCOMTEL"},
+
+/* 14 Brasil Telecom Celular S.A */
+       {724, 16, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "BrTCel",
+        "Brasil Telecom Celular "},
+
+/* Telemig Celular S/A */
+       {724, 23, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TELEMIGC",
+        "Telemig Celular S/A"},
+
+/* Telemig Celular S/A */
+       {724, 23, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "TELEMIGC",
+        "Telemig Celular S/A"},
+
+/* Amazonia Celular S/A */
+       {724, 24, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "AMAZONIA",
+        "Amazonia Celular S/A"},
+
+/* Amazonia Celular S/A */
+       {724, 24, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "AMAZONIA",
+        "Amazonia Celular S/A"},
+
+/* TNL PCS S.A. */
+       {724, 31, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "Oi",
+        "TNL PCS S.A."},
+
+/* Triangulo Celular S.A */
+       {724, 32, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CTBC",
+        "CTBC Cellular"},
+
+/* Triangulo Celular S.A */
+       {724, 32, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "CTBC",
+        "CTBC Cellular"},
+
+/* Triangulo Celular S.A */
+       {724, 33, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CTBC",
+        "CTBC Cellular"},
+
+/* Triangulo Celular S.A */
+       {724, 33, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "CTBC",
+        "CTBC Cellular"},
+
+/* Triangulo Celular S.A */
+       {724, 34, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CTBC",
+        "CTBC Cellular"},
+
+/* Triangulo Celular S.A */
+       {724, 34, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "CTBC",
+        "CTBC Cellular"},
+
+/***************
+ **** Chile ****
+ ***************/
+
+/* Entel Telefonia Movil S.A */
+       {730, 1, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "CL ENTEL PCS",
+        "Entel Telefonia Movil S.A"},
+
+/* Telefonica  Movil de Chile */
+       {730, 2, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "TELEFONICA",
+        "Telefonica  Movil de Chile"},
+
+/* Smartcom S.A. */
+       {730, 3, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "SMARTCOM",
+        "Smartcom"},
+
+/* Entel PCS Telecomunicaciones S.A */
+       {730, 10, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "CL ENTEL PCS",
+        "Entel PCS Telecomunicaciones S.A"},
+
+/*****************
+ **** Colombia ****
+ *****************/
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* Occidente y Caribe Celular SA Occel SA */
+       {732, 101, SETTING_PREFERRED_NETWORK_TYPE_GSM_850,
+        "COLOMBIA - COMCEL S.A", "Occidente y Caribe Celular SA Occel SA"},
+#endif                         /* FEATURE_SAMSUNG_BAND_GSM_850 */
+
+/* Comunicacion Celular SA Comcel SA */
+       {732, 101, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "COMCEL",
+        "Comunicacion Celular SA Comcel SA"},
+
+/* Colombia Movil SA */
+       {732, 103, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "COL  MOVIL",
+        "Colombia Movil SA"},
+
+/* Colombia Movil SA */
+       {732, 111, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "OLA",
+        "Colombia Movil SA"},
+
+/* Colombia Telecomunicaciones S.A. ESP */
+       {732, 111, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "OLA",
+        "Colombia Telecomunicaciones S.A. ESP"},
+
+/* Telefonica Moviles Colombia S.A. */
+       {732, 123, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "COL_TEMC",
+        "movistar"},
+
+/* Telefonica Moviles Colombia S.A. */
+       {732, 123, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "COL_TEMC",
+        "movistar"},
+
+/*******************
+   **** Venezuela ****
+ *******************/
+
+/* Infonet, Redes De Informacion C.A */
+       {734, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "VZ INFO",
+        "Infonet, Redes De Informacion C.A"},
+
+/* Corporacion Digitel C.A */
+       {734, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "DIGITEL TIM",
+        "Corporacion Digitel C.A"},
+
+/*****************
+ **** Bolivia ****
+ *****************/
+
+/* Nuevatel PCS De Bolivia SA */
+       {736, 1, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "VIVA",
+        "Nuevatel PCS De Bolivia SA"},
+
+/* Entel SA */
+       {736, 2, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "BOMOV", "Entel SA"},
+
+/* Telefonica Celular De Bolivia S.A. */
+       {736, 3, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "Telecel",
+        "TELECEL BOLIVIA"},
+
+/**************
+ ****    ****
+ **************/
+
+/* Cel*Star Guyana Inc */
+       {738, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "TWTGUY",
+        "Cel*Star Guyana Inc"},
+
+/* Guyana Telephone & Telegraph Co. */
+       {738, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "CLNK PLS",
+        "Cellink Plus"},
+
+/**************
+ **** ECU  ****
+ **************/
+#ifdef FEATURE_SAMSUNG_BAND_GSM_850
+
+/* OTECEL S.A. */
+       {740, 0, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "movistar",
+        "MOVISTAR"},
+
+/* Conecel S.A. (Consorcio Ecuatoriano de Telecomunicaciones S.A.) */
+       {740, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "PORTAGSM",
+        "Conecel S.A. (Consorcio Ecuatoriano de Telecomunicaciones S.A.)"},
+#endif                         /* FEATURE_SAMSUNG_BAND_GSM_850 */
+
+/******************
+ **** Paraguay ****
+ ******************/
+
+/* Hola Paraguay S.A. */
+       {744, 1, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "HPGYSA", "VOX"},
+
+/* AMX Paraguay Sociedad Anonima */
+       {744, 2, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Porth",
+        "AMX PARAGUAY S.A."},
+
+/* Telefonica Celular Del Paraguay S.A. (Telecel S.A.) */
+       {744, 4, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "Telecel",
+        "Telecel Paraguay"},
+
+/* Nucleo S.A */
+       {744, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "Personal",
+        "Personal"},
+
+/* Nucleo S.A */
+       {744, 5, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Personal",
+        "Personal"},
+
+/*****************
+ **** Surinam ****
+ *****************/
+
+/* NV ICMS */
+       {746, 1, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "ICMS", "NV ICMS"},
+
+/* Telesur */
+       {746, 2, SETTING_PREFERRED_NETWORK_TYPE_GSM_900, "SR.TELESUR.GSM",
+        "Telesur"},
+
+/* NV ICMS */
+       {746, 2, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "SR.TELESUR.GSM",
+        "Telesur"},
+
+/*****************
+ ****           ****
+ *****************/
+
+/* Abiatar S.A. */
+       {748, 7, SETTING_PREFERRED_NETWORK_TYPE_GSM_850, "Movistar",
+        "MOVISTAR"},
+
+/* Abiatar S.A. */
+       {748, 7, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "Movistar",
+        "MOVISTAR"},
+
+/* AM Wireless Uruguay S.A. */
+       {748, 10, SETTING_PREFERRED_NETWORK_TYPE_PCS_1900, "CTIURY",
+        "AM Wireless Uruguay S.A."},
+
+/*******************
+ **** Satellite ****
+ *******************/
+
+/* Thuraya Satellite Telecommunications Co */
+       {901, 5, SETTING_PREFERRED_NETWORK_TYPE_GSM_SAT, "Thuraya",
+        "Thuraya Satellite Telecommunications Co"},
+
+/* Maritime Communications Partner AS */
+       {901, 12, SETTING_PREFERRED_NETWORK_TYPE_DCS_1800, "MCP",
+        "Maritime Communications Partner AS"},
+
+};                             /*network_table */
+
+static void setting_network_preferred_network_list_click_softkey_cancel(void
+                                                                       *data,
+                                                                       Evas_Object
+                                                                       *obj,
+                                                                       void
+                                                                       *event_info);
+static void setting_network_preferred_network_list_click_softkey_add(void *data,
+                                                                    Evas_Object
+                                                                *obj, void
+                                                                    *event_info);
+
+/* static void setting_network_preferred_network_list_mouse_up_cb(void *data, Evas *e, Evas_Object *obj, void *event_info); */
+
+#endif                         /* _SETTINGS_NETWORK_PREFERRED_NETWORK_LIST_H_ */
+
+/**
+ *@}
+ */
diff --git a/setting-network/include/setting-network-preferred-network-new.h b/setting-network/include/setting-network-preferred-network-new.h
new file mode 100755 (executable)
index 0000000..dc1402d
--- /dev/null
@@ -0,0 +1,47 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_NETWORK_PREFERRED_NETWORK_NEW_H__
+#define __SETTING_NETWORK_PREFERRED_NETWORK_NEW_H__
+
+#include <setting-network.h>
+
+static void setting_network_preferred_network_new_entry_changed_cb(void *data,
+                                                                  Evas_Object *
+                                                                  obj, void
+                                                                  *event_info);
+static void setting_network_preferred_network_new_click_softkey_cancel_cb(void
+                                                                         *data,
+                                                                         Evas_Object
+                                                                        *obj,
+                                                                         void
+                                                                         *event_info);
+static void setting_network_preffered_network_new_click_softkey_save_cb(void
+                                                                       *data,
+                                                                       Evas_Object
+                                                                       *obj,
+                                                                       void
+                                                                       *event_info);
+
+#endif                         /* __SETTING_NETWORK_PREFERRED_NETWORK_NEW_H__ */
diff --git a/setting-network/include/setting-network-preferred-network.h b/setting-network/include/setting-network-preferred-network.h
new file mode 100755 (executable)
index 0000000..d897984
--- /dev/null
@@ -0,0 +1,32 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_NETWORK_PREFERRED_NETWORK_H__
+#define __SETTING_NETWORK_PREFERRED_NETWORK_H__
+
+#include <setting-network.h>
+
+int setting_network_preferred_network_refresh_view(void *data);
+
+#endif                         /* __SETTING_NETWORK_PREFERRED_NETWORK_H__ */
diff --git a/setting-network/include/setting-network-select-network.h b/setting-network/include/setting-network-select-network.h
new file mode 100755 (executable)
index 0000000..613e775
--- /dev/null
@@ -0,0 +1,34 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_NETWORK_SELECT_NETWORK_H__
+#define __SETTING_NETWORK_SELECT_NETWORK_H__
+
+#include <setting-network.h>
+
+static void setting_network_select_network_click_softkey_cancel_cb(void *data,
+                                                                  Evas_Object * obj, 
+                                                                  void *event_info);
+
+#endif                         /* __SETTING_NETWORK_SELECT_NETWORK_H__ */
diff --git a/setting-network/include/setting-network.h b/setting-network/include/setting-network.h
new file mode 100644 (file)
index 0000000..b1e9d5e
--- /dev/null
@@ -0,0 +1,247 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_NETWORK_H__
+#define __SETTING_NETWORK_H__
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <glib.h>
+#include <appcore-efl.h>
+#include <Elementary.h>
+#include <Ecore_IMF.h>
+#include <string.h>
+
+#include <glib-object.h>
+#include <ui-gadget.h>
+#include <ui-gadget-module.h>
+#include <bundle.h>
+
+#include <network-pm-config.h>
+#include <network-cm-intf.h>
+#include <network-pm-intf.h>
+
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+
+#ifdef Status
+#undef Status
+#endif
+
+#include <TapiEvent.h>
+
+#include <ITapiNetwork.h>
+#include <ITapiSim.h>
+
+#include <TelErr.h>
+
+#include <Ecore_IMF.h>
+
+#define SETTING_ADD_PROFILE_INDEX -1
+#define Invoking_TAPI_Timeout  8
+#define COUNTRY_CODE_LEN       3
+#define NETWORK_CODE_LEN       3
+#define PRE_NETWORK_NAME_MAX 256
+
+#define SETTING_NETWORK_POP_RESPONSE_ACTION_CANCEL  10 /*  the popupresponse action ID */
+#define SETTING_NETWORK_SUBS_ID_NET_LEN 7
+
+typedef enum {
+       SETTING_NETWORK_PREFERRED_NETWORK_NONE,
+       SETTING_NETWORK_PREFERRED_NETWORK_NEW,
+       SETTING_NETWORK_PREFERRED_NETWORK_EDIT,
+       SETTING_NETWORK_PREFERRED_NETWORK_LIST,
+       SETTING_NETWORK_PREFERRED_NETWORK_DELETE,
+
+} setting_network_preferred_network_operation_type_t;
+
+typedef struct _SettingNetworkUG SettingNetworkUG;
+
+struct gl_network_data {
+       int index;
+       char name[PRE_NETWORK_NAME_MAX];
+};
+
+/**
+ * Setting Network UG context
+ * all UG function has void* as an agument. this is casted back to SettingNetworkUG
+ * and the functions access app context.
+ */
+struct _SettingNetworkUG {
+       struct ui_gadget *ug;
+
+       /* add more variables here (move your appdata to here) */
+       Evas *evas;
+       Evas_Object *win_main_layout;
+       Evas_Object *win_get;
+       Evas_Object *popup;
+       Evas_Object *navi_bar;
+       Elm_Object_Item *navi_it;
+       bool has_form_changed;
+       Evas_Object *genlist_sel_network;
+
+       Evas_Object *network_ug_pop;
+       Evas_Object *controllbar;
+
+       Evas_Object *ly_main;
+       unsigned int subs_id_net[SETTING_NETWORK_SUBS_ID_NET_LEN];
+
+       Setting_GenGroupItem_Data* data_selected_network_item;
+       Setting_GenGroupItem_Data* data_auto_network_item;
+       Setting_GenGroupItem_Data* data_search_network_item;
+       bool b_searching_network;
+       bool b_set_auto_network;
+       bool b_set_manul_network;
+
+       Setting_GenGroupItem_Data *data_sel_net;
+       Setting_GenGroupItem_Data *data_net_mode;
+       Setting_GenGroupItem_Data *data_use_packet;
+
+       unsigned int sel_net_plmn_id;
+
+       Evas_Object *chk_sel;
+       Evas_Object *chk_mode;
+       Evas_Object *pop_gsm;
+       Evas_Object *chk_3gcon;
+
+       int sel_net;            /* like vconf key */
+       int net_mode;           /* like vconf key */
+
+       Evas_Object *pop_sch;
+       TelNetworkPlmnList_t plmn_info;
+       Evas_Object *pop_reg;
+
+       int is_show_user;
+       net_service_type_t con_type;
+       net_profile_info_t *prof_list;
+       int prof_count;
+       int prof_sel_idx;
+
+       Evas_Object *chk_type;
+
+       const char *ed_acs_name_desc;
+       const char *ed_user_name_desc;
+       const char *ed_pwd_desc;
+       const char *ed_pxy_addr_desc;
+       const char *ed_pxy_port_desc;
+       const char *ed_hm_url_desc;
+       int chkType;
+       Elm_Object_Item *item_above_user_name;
+       Elm_Object_Item *item_above_proxy_add;
+       Setting_GenGroupItem_Data *data_user_name;
+       Setting_GenGroupItem_Data *data_pwd;
+       Setting_GenGroupItem_Data *data_acs_name;
+       Setting_GenGroupItem_Data *data_pxy_addr;
+       Setting_GenGroupItem_Data *data_pxy_port;
+       Setting_GenGroupItem_Data *data_hm_url;
+       Setting_GenGroupItem_Data *data_auth_type;
+       Setting_GenGroupItem_Data *data_type_nor;
+       Setting_GenGroupItem_Data *data_type_sec;
+       Setting_GenGroupItem_Data *data_type_none;
+
+       Evas_Object *scl_edit;
+
+       /* Preferred network common */
+       Evas_Object *pop_save;
+       Evas_Object *pop_del;
+       TelNetworkPrefferedPlmnList_t pref_list;
+       int sel_pref_idx;
+       setting_network_preferred_network_operation_type_t op_type;
+
+       Ecore_Idler *add_view_timer;
+       char search_text[MAX_SEARCH_STR_LEN + 1];
+       Evas_Object *nw_search_bar;
+
+       Evas_Object *scl_pref;
+       Evas_Object *chk_new_type;
+       Setting_GenGroupItem_Data *data_edit_mcc;
+       Setting_GenGroupItem_Data *data_edit_mnc;
+       Setting_GenGroupItem_Data *data_new_mcc;
+       Setting_GenGroupItem_Data *data_new_mnc;
+       Evas_Object *chk_edit_type;
+       Evas_Object *scl_pref_del;
+       Evas_Object *gl_sel_all;
+
+       Evas_Object *popup_label;
+       int deleted_number;
+       Eina_List *checked_data_list;
+       Eina_List *item_check_list;
+
+       /* Preferred network network list for genlist */
+       Evas_Object *gl_network;
+       Elm_Genlist_Item_Class itc;
+       struct gl_network_data *cur_sel_mem;
+       int cur_sel_index;
+       Elm_Genlist_Item_Class itc_1text_1icon_2;
+       Elm_Genlist_Item_Class itc_seperator;
+       Elm_Genlist_Item_Class itc_variable_height;
+       Elm_Genlist_Item_Class itc_bg_1icon;
+       Elm_Genlist_Item_Class itc_2text_3_parent;
+       Elm_Genlist_Item_Class itc_1icon_1text_sub;
+       Elm_Genlist_Item_Class itc_2text_2;
+       Elm_Genlist_Item_Class itc_1text;
+       Elm_Genlist_Item_Class itc_group_item;
+       Elm_Genlist_Item_Class itc_1text_1icon;
+       Elm_Genlist_Item_Class itc_sel_all;
+       Elm_Genlist_Item_Class itc_1icon_1text;
+       Elm_Genlist_Item_Class itc_1text_2icon;
+       Elm_Genlist_Item_Class itc_2text_2icon_3;
+
+       Setting_GenGroupItem_Data *data_cl_select_all;
+       Evas_Object *sub_clear_layout;
+       Evas_Object *selInfoPop;
+       Evas_Object *selInfoPop_layout;
+};
+
+
+extern setting_view setting_view_network_main;
+extern setting_view setting_view_network_select_network;
+extern setting_view setting_view_network_main_help;
+extern setting_view setting_view_network_connection_create;
+extern setting_view setting_view_network_3gcon;
+
+extern setting_view setting_view_network_preferred_network;
+extern setting_view setting_view_network_preferred_network_new;
+extern setting_view setting_view_network_preferred_network_list;
+extern setting_view setting_view_network_preferred_network_edit;
+extern setting_view setting_view_network_preferred_network_delete;
+
+void setting_network_tapi_event_callback(TelTapiEvent_t *event, void *data);
+void setting_network_select_network_chk_changed(void *data, Evas_Object *obj,
+                                               void *event_info);
+void setting_network_Gendial_select_plmn_cb(void *data, Evas_Object *obj,
+                                           void *event_info);
+void setting_network_register_network(Setting_GenGroupItem_Data *list_item);
+
+
+void setting_network_popup_create(void *data, char *str_content, bool keep);
+void setting_network_popup_update(void *data, char *str_content, bool keep);
+void setting_network_popup_delete(void *data);
+Evas_Object *setting_network_create_register_popup(void *data);
+Evas_Object *setting_network_preferred_network_create_save_popup(void *data);
+Evas_Object *setting_network_preferred_network_create_delete_popup(void *data);
+void setting_network_preferred_network_create_isf(Evas_Object *entry);
+
+#endif                         /* __SETTING_NETWORK_H__ */
diff --git a/setting-network/src/setting-network-3gcon-option.c b/setting-network/src/setting-network-3gcon-option.c
new file mode 100755 (executable)
index 0000000..b4a6291
--- /dev/null
@@ -0,0 +1,179 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-network-3gcon-option.h>
+
+static int setting_network_3gcon_create(void *cb);
+static int setting_network_3gcon_destroy(void *cb);
+static int setting_network_3gcon_update(void *cb);
+static int setting_network_3gcon_cleanup(void *cb);
+
+setting_view setting_view_network_3gcon = {
+       .create = setting_network_3gcon_create,
+       .destroy = setting_network_3gcon_destroy,
+       .update = setting_network_3gcon_update,
+       .cleanup = setting_network_3gcon_cleanup,
+};
+
+static void setting_network_3gcon_click_softkey_set_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info);
+static void setting_network_3gcon_click_softkey_cancel_cb(void *data,
+                                                         Evas_Object *obj,
+                                                         void *event_info);
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_network_3gcon_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       Evas_Object *scroller;
+       setting_push_layout_navi_bar_genlist(ad->win_main_layout, ad->win_get,
+                                            _("2G/3G connection"),
+                                            dgettext("sys_string", "IDS_COM_SK_CANCEL"),
+                                            dgettext("sys_string", "IDS_COM_SK_SET"),
+                                            setting_network_3gcon_click_softkey_cancel_cb,
+                                            setting_network_3gcon_click_softkey_set_cb,
+                                            ad, &scroller, ad->navi_bar);
+
+       /* scroller is a genlist */
+       ad->chk_3gcon = elm_radio_add(scroller);
+       elm_radio_state_value_set(ad->chk_3gcon, -1);
+
+       setting_create_Gendial_field_1radio(scroller, &(ad->itc_1text_1icon_2),
+                                           setting_mouse_up_Gendial_list_radio_cb,
+                                           ad->chk_3gcon, SWALLOW_Type_1RADIO,
+                                           ad->chk_3gcon,
+                                           SETTING_NETWORK_3GCON_NOT_USE,
+                                           "Do not use", NULL);
+
+       setting_create_Gendial_field_1radio(scroller, &(ad->itc_1text_1icon_2),
+                                           setting_mouse_up_Gendial_list_radio_cb,
+                                           ad->chk_3gcon, SWALLOW_Type_1RADIO,
+                                           ad->chk_3gcon,
+                                           SETTING_NETWORK_3GCON_ASK_ON_CON,
+                                           _("IDS_ST_BODY_USB_ASK_ON_CONNECTION"), NULL);
+       setting_create_Gendial_field_1radio(scroller, &(ad->itc_1text_1icon_2),
+                                           setting_mouse_up_Gendial_list_radio_cb,
+                                           ad->chk_3gcon, SWALLOW_Type_1RADIO,
+                                           ad->chk_3gcon,
+                                           SETTING_NETWORK_3GCON_USE_WO_ASK,
+                                           "Use without asking", NULL);
+
+       int value = -1;
+       int err = -1;
+       err = vconf_get_int(VCONFKEY_3G_ENABLE, &value);
+       if (err < 0) {
+               elm_radio_value_set(ad->chk_3gcon,
+                                   SETTING_NETWORK_3GCON_NOT_USE);
+       } else {
+               elm_radio_value_set(ad->chk_3gcon, value);
+       }
+
+       setting_view_network_3gcon.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_3gcon_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_network_3gcon.is_create = 0;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_3gcon_update(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_3gcon_cleanup(void *cb)
+{
+       return setting_network_3gcon_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_network_3gcon_click_softkey_set_cb(void *data, Evas_Object *obj,
+                                          void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       int value;
+       int err;
+
+       value = elm_radio_value_get(ad->chk_3gcon);
+
+       err = vconf_set_int(VCONFKEY_3G_ENABLE, value);
+
+       if (err < 0) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] Failed to set 3G connection option ***%s",
+                    SETTING_FONT_RED, SETTING_FONT_BLACK);
+       }
+
+       setting_view_change(&setting_view_network_3gcon,
+                           &setting_view_network_main, ad);
+}
+
+static void
+setting_network_3gcon_click_softkey_cancel_cb(void *data, Evas_Object *obj,
+                                             void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       setting_view_change(&setting_view_network_3gcon,
+                           &setting_view_network_main, ad);
+}
diff --git a/setting-network/src/setting-network-connection-create.c b/setting-network/src/setting-network-connection-create.c
new file mode 100644 (file)
index 0000000..952c260
--- /dev/null
@@ -0,0 +1,931 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-network-connection-create.h>
+
+static int setting_network_connection_create(void *cb);
+static int setting_network_connection_destroy(void *cb);
+static int setting_network_connection_update(void *cb);
+static int setting_network_connection_cleanup(void *cb);
+
+setting_view setting_view_network_connection_create = {
+       .create = setting_network_connection_create,
+       .destroy = setting_network_connection_destroy,
+       .update = setting_network_connection_update,
+       .cleanup = setting_network_connection_cleanup,
+};
+
+SettingNetworkUG *g_networkUG = NULL;
+#define SUPPORT_EXPANDABLE_AUTHTYPE 1
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static void
+__network_connection_gl_mouse_up(void *data, Evas *e, Evas_Object *obj,
+                                void *event)
+{
+       ret_if(!data);
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       if (ad->data_acs_name) {
+               setting_hide_input_pannel_cb(ad->data_acs_name->eo_check);
+       }
+       if (ad->data_user_name) {
+               setting_hide_input_pannel_cb(ad->data_user_name->eo_check);
+       }
+       if (ad->data_pwd) {
+               setting_hide_input_pannel_cb(ad->data_pwd->eo_check);
+       }
+       if (ad->data_pxy_addr) {
+               setting_hide_input_pannel_cb(ad->data_pxy_addr->eo_check);
+       }
+       if (ad->data_pxy_port) {
+               setting_hide_input_pannel_cb(ad->data_pxy_port->eo_check);
+       }
+       if (ad->data_hm_url) {
+               setting_hide_input_pannel_cb(ad->data_hm_url->eo_check);
+       }
+
+}
+
+void __sub_list_rd_change(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       list_item->chk_status = elm_radio_value_get(obj);       /*  for update */
+
+       Elm_Object_Item *subItem = list_item->item;
+       Elm_Object_Item *parentItem = elm_genlist_item_parent_get(subItem);
+
+       Setting_GenGroupItem_Data *data_subItem = elm_object_item_data_get(subItem);    /* subItem data */
+       Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);      /* parent data */
+
+       ret_if(NULL == data_subItem || NULL == data_parentItem);
+
+       data_parentItem->sub_desc = (char *)g_strdup(_(data_subItem->keyStr));
+       elm_object_item_data_set(data_parentItem->item, data_parentItem);
+       elm_genlist_item_update(data_parentItem->item);
+       setting_network_edit_connection_display_auth_type
+           (data_parentItem->userdata, list_item->chk_status);
+}
+
+void __sub_list_sel_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *subitem = (Elm_Object_Item *) event_info;
+       Elm_Object_Item *parentItem = elm_genlist_item_parent_get(subitem);
+       elm_genlist_item_selected_set(subitem, 0);
+       Setting_GenGroupItem_Data *data_subItem =
+           elm_object_item_data_get(subitem);
+       Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);      /* parent data */
+       ret_if(NULL == data_subItem || NULL == data_parentItem);
+
+       elm_radio_value_set(data_subItem->rgd, data_subItem->chk_status);
+
+       data_parentItem->sub_desc = (char *)g_strdup(_(data_subItem->keyStr));
+       elm_object_item_data_set(data_parentItem->item, data_parentItem);
+       elm_genlist_item_update(data_parentItem->item);
+       setting_network_edit_connection_display_auth_type(data,
+                                                         data_subItem->chk_status);
+}
+
+static void __setting_network_connection_exp_cb(void *data, Evas_Object *obj,
+                                               void *event_info)
+{
+       ret_if(NULL == data || NULL == event_info);
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       Elm_Object_Item *parentItem = event_info;       /* parent item */
+       Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);      /* parent data */
+       Evas_Object *scroller = elm_object_item_widget_get(parentItem);
+
+       Evas_Object *rgd;
+       if (data_parentItem == ad->data_auth_type) {
+               rgd = elm_radio_add(scroller);
+               elm_radio_value_set(rgd, -1);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    __sub_list_sel_cb, ad,
+                                                    parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    NET_PDP_AUTH_PAP,
+                                                    "IDS_IDLE_BODY_NORMAL",
+                                                    __sub_list_rd_change);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    __sub_list_sel_cb, ad,
+                                                    parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    NET_PDP_AUTH_CHAP,
+                                                    "IDS_ST_BODY_SECURE",
+                                                    __sub_list_rd_change);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    __sub_list_sel_cb, ad,
+                                                    parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    NET_PDP_AUTH_NONE,
+                                                    "IDS_COM_BODY_NONE",
+                                                    __sub_list_rd_change);
+
+               elm_radio_value_set(rgd, ad->chkType);
+       }
+}
+
+static int setting_network_connection_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       setting_retvm_if(NET_SERVICE_INTERNET != ad->con_type,
+                       SETTING_GENERAL_ERR_WRONG_PARAMETER,
+                       "Invalid connection type[%d]", ad->con_type)
+
+       const char *title = NULL;
+       if (ad->con_type == NET_SERVICE_INTERNET) {
+               title = _("IDS_ST_BODY_INTERNET_CONNECTION");
+       }
+
+       Evas_Object *scroller = elm_genlist_add(ad->win_main_layout);
+       retvm_if(scroller == NULL, SETTING_DRAW_ERR_FAIL_SCROLLER,
+                "Cannot set scroller object  as contento of layout");
+       elm_genlist_clear(scroller);    /* first to clear list */
+
+       /*  Enabling illume notification property for window */
+       elm_win_conformant_set(ad->win_main_layout, 1);
+       Evas_Object *conformant = elm_conformant_add(ad->win_main_layout);
+       elm_object_style_set(conformant, "internal_layout");    /*  By Kollus. 2011-01-04 */
+       evas_object_show(conformant);
+       elm_object_content_set(conformant, scroller);
+
+       ad->navi_it = setting_create_navi_bar_top_buttons((char *)title,
+                                          _("IDS_COM_SK_CANCEL"),
+                                          _("IDS_COM_SK_DONE"), NULL,
+                                          setting_network_edit_connection_click_softkey_cancel_cb,
+                                          setting_network_edit_connection_click_softkey_save_cb,
+                                          NULL, ad, conformant, ad->navi_bar);
+       retv_if(!ad->navi_it, SETTING_RETURN_FAIL);
+       ad->has_form_changed  = FALSE;
+
+       setting_enable_expandable_genlist(scroller, ad,
+                                         __setting_network_connection_exp_cb,
+                                         NULL);
+       evas_object_event_callback_add(scroller, EVAS_CALLBACK_MOUSE_UP,
+                                      __network_connection_gl_mouse_up, ad);
+
+       ad->ed_acs_name_desc = NULL;
+       ad->ed_user_name_desc = NULL;
+       ad->ed_pwd_desc = NULL;
+       ad->ed_pxy_addr_desc = NULL;
+       ad->ed_pxy_port_desc = NULL;
+       ad->ed_hm_url_desc = NULL;
+       ad->chkType = NET_PDP_AUTH_NONE;
+
+       /* other intializes */
+       ad->data_hm_url = NULL;
+       ad->data_pwd = NULL;
+       ad->data_user_name = NULL;
+
+       if (NULL == ad->prof_list)
+       {
+               int err = net_get_profile_list(NET_DEVICE_CELLULAR, &(ad->prof_list), &(ad->prof_count));
+               if (err != NET_ERR_NONE) {
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] Internet net_get_app_profile_id. err=%d ***%s",
+                            SETTING_FONT_RED, err, SETTING_FONT_BLACK);
+               }
+
+       }
+
+       ad->prof_sel_idx = SETTING_ADD_PROFILE_INDEX;//need add new configuration
+       if (ad->prof_list)
+       {
+               int ci = 0;
+               for(ci = 0;ci < ad->prof_count;ci++){
+                       SETTING_TRACE_DEBUG("profList[%d].ProfileName:%s", ci,ad->prof_list[ci].ProfileName);
+                       SETTING_TRACE_DEBUG("profList[%d].profile_type:%d", ci, ad->prof_list[ci].profile_type);
+                       if(NET_DEVICE_CELLULAR == ad->prof_list[ci].profile_type) {
+                               if (ad->con_type == ad->prof_list[ci].ProfileInfo.Pdp.ServiceType)
+                               {
+                                       ad->prof_sel_idx = ci;
+                                       break;
+                               }
+                       }
+               }
+       }
+       SETTING_TRACE("ad->prof_sel_idx:%d", ad->prof_sel_idx);
+       char ProxyAddr[NET_PROXY_LEN_MAX+1] = {0,};
+       if (SETTING_ADD_PROFILE_INDEX != ad->prof_sel_idx)//found sucessfully
+       {
+               /* load access name */
+               ad->ed_acs_name_desc = ad->prof_list[ad->prof_sel_idx].ProfileInfo.Pdp.Apn;
+               ad->ed_user_name_desc =
+                   ad->prof_list[ad->prof_sel_idx].ProfileInfo.Pdp.AuthInfo.UserName;
+               ad->chkType =
+                   ad->prof_list[ad->prof_sel_idx].ProfileInfo.Pdp.AuthInfo.AuthType;
+               ad->ed_pwd_desc =
+                   ad->prof_list[ad->prof_sel_idx].ProfileInfo.Pdp.AuthInfo.Password;
+
+               char *full_addr;
+               char *addr;
+               char *port;
+               //Fix the Port 'NULL' issue when enter connection view repeatly..
+               full_addr = safeCopyStr(ProxyAddr, ad->prof_list[ad->prof_sel_idx].ProfileInfo.Pdp.net_info.ProxyAddr, NET_PROXY_LEN_MAX);
+               addr = strsep(&full_addr, ":");
+               port = strsep(&full_addr, ":");
+               ad->ed_pxy_addr_desc = addr;
+               ad->ed_pxy_port_desc = port;
+       }
+
+       Elm_Object_Item *item;
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       ad->data_acs_name =
+           setting_create_Gendial_field_def(scroller,
+                                            &(ad->itc_variable_height), NULL,
+                                            NULL, SWALLOW_Type_LAYOUT_ENTRY,
+                                            NULL, NULL, 0,
+                                            "IDS_ST_BODY_ACCESS_NAME",
+                                            (char *)ad->ed_acs_name_desc,
+                                            setting_network_connection_entry_changed_cb);
+       if (ad->data_acs_name) {
+               ad->data_acs_name->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_acs_name is NULL");
+       }
+
+#if !SUPPORT_EXPANDABLE_AUTHTYPE
+       (void)setting_create_Gendial_field_titleItem(scroller,
+                                                    &(ad->itc_group_item),
+                                                    "IDS_ST_BODY_AUTH_TYPE",
+                                                    NULL);
+       ad->chk_type = elm_radio_add(scroller);
+       elm_radio_state_value_set(ad->chk_type, -1);
+
+       ad->data_type_nor =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               setting_network_connection_mouse_up_Gendial_list_radio_cb,
+                                               ad->chk_type,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_type, NET_PDP_AUTH_PAP,
+                                               "IDS_IDLE_BODY_NORMAL",
+                                               setting_network_edit_connection_chk_changed);
+       if (ad->data_type_nor) {
+               ad->data_type_nor->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_type_nor is NULL");
+       }
+
+       ad->data_type_sec =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               setting_network_connection_mouse_up_Gendial_list_radio_cb,
+                                               ad->chk_type,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_type, NET_PDP_AUTH_CHAP,
+                                               "IDS_ST_BODY_SECURE",
+                                               setting_network_edit_connection_chk_changed);
+       if (ad->data_type_sec) {
+               ad->data_type_sec->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_type_sec is NULL");
+       }
+
+       ad->data_type_none =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               setting_network_connection_mouse_up_Gendial_list_radio_cb,
+                                               ad->chk_type,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_type, NET_PDP_AUTH_NONE,
+                                               "IDS_COM_BODY_NONE",
+                                               setting_network_edit_connection_chk_changed);
+       if (ad->data_type_none) {
+               ad->data_type_none->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_type_none is NULL");
+       }
+
+       elm_radio_value_set(ad->chk_type, ad->chkType);
+
+       ad->item_above_user_name = item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+#else
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_GROUP, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       char *auth_type_desc = NULL;
+       switch (ad->chkType) {
+       case NET_PDP_AUTH_PAP:
+               auth_type_desc = _("IDS_IDLE_BODY_NORMAL");
+               break;
+       case NET_PDP_AUTH_CHAP:
+               auth_type_desc = _("IDS_ST_BODY_SECURE");
+               break;
+       case NET_PDP_AUTH_NONE:
+               auth_type_desc = _("IDS_COM_BODY_NONE");
+               break;
+       default:
+               ad->chkType = NET_PDP_AUTH_NONE;
+               auth_type_desc = _("IDS_COM_BODY_NONE");
+               break;
+       }
+       ad->data_auth_type =
+           setting_create_Gendial_exp_parent_field(scroller,
+                                                   &(ad->itc_2text_3_parent),
+                                                   NULL, NULL,
+                                                   SWALLOW_Type_INVALID,
+                                                   "IDS_ST_BODY_AUTH_TYPE",
+                                                   auth_type_desc);
+       /* ad->data_auth_type->int_slp_setting_binded = INT_SLP_SETTING_INVALID; */
+       if (ad->data_auth_type) {
+               ad->data_auth_type->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_auth_type is NULL");
+       }
+
+       ad->item_above_user_name = item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+#endif
+       ad->is_show_user = 0;
+       if (NET_PDP_AUTH_NONE != ad->chkType) {
+               ad->data_user_name =
+                   setting_create_Gendial_field_def(scroller,
+                                                    &(ad->itc_variable_height),
+                                                    NULL, NULL,
+                                                    SWALLOW_Type_LAYOUT_ENTRY,
+                                                    NULL, NULL, 0,
+                                                    "IDS_COM_BODY_USER_NAME",
+                                                    (char *)
+                                                    ad->ed_user_name_desc,
+                                                    setting_network_connection_entry_changed_cb);
+               if (ad->data_user_name) {
+                       ad->data_user_name->userdata = ad;
+               } else {
+                       SETTING_TRACE_ERROR("ad->data_user_name is NULL");
+               }
+
+               ad->data_pwd =
+                   setting_create_Gendial_field_def(scroller,
+                                                    &(ad->itc_variable_height),
+                                                    NULL, NULL,
+                                                    SWALLOW_Type_LAYOUT_ENTRY,
+                                                    NULL, NULL, 0,
+                                                    "IDS_COM_BODY_PASSWORD",
+                                                    (char *)ad->ed_pwd_desc,
+                                                    setting_network_connection_entry_changed_cb);
+               if (ad->data_pwd) {
+                       ad->data_pwd->userdata = ad;
+                       ad->is_show_user = 1;
+                       ad->data_pwd->isPasswordFlag = TRUE;
+               } else {
+                       SETTING_TRACE_ERROR("ad->data_pwd is NULL");
+               }
+
+               ad->item_above_proxy_add = item =
+                   elm_genlist_item_append(scroller, &(ad->itc_seperator),
+                                           NULL, NULL, ELM_GENLIST_ITEM_NONE,
+                                           NULL, NULL);
+               elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       }
+
+       ad->data_pxy_addr =
+           setting_create_Gendial_field_def(scroller,
+                                            &(ad->itc_variable_height), NULL,
+                                            NULL, SWALLOW_Type_LAYOUT_ENTRY,
+                                            NULL, NULL, 0,
+                                            "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS",
+                                            (char *)ad->ed_pxy_addr_desc,
+                                            setting_network_connection_entry_changed_cb);
+       if (ad->data_pxy_addr) {
+               ad->data_pxy_addr->userdata = ad;
+               ad->data_pxy_addr->input_type = ELM_INPUT_PANEL_LAYOUT_IP;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_pxy_addr is NULL");
+       }
+
+       ad->data_pxy_port =
+           setting_create_Gendial_field_def(scroller,
+                                            &(ad->itc_variable_height), NULL,
+                                            NULL, SWALLOW_Type_LAYOUT_ENTRY,
+                                            NULL, NULL, 0,
+                                            "IDS_ST_BODY_PROXY_PORT",
+                                            (char *)ad->ed_pxy_port_desc,
+                                            setting_network_connection_entry_changed_cb);
+       if (ad->data_pxy_port) {
+               ad->data_pxy_port->userdata = ad;
+               ad->data_pxy_port->input_type = ELM_INPUT_PANEL_LAYOUT_NUMBERONLY;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_pxy_port is NULL");
+       }
+
+       setting_view_network_connection_create.is_create = 1;
+       ad->scl_edit = scroller;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_connection_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_network_connection_create.is_create = 0;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_connection_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_connection_cleanup(void *cb)
+{
+       return setting_network_connection_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+static int setting_network_edit_connection_save_connection(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       const char *acs_name = NULL;
+       const char *usr_name = NULL;
+       const char *pwd = NULL;
+       const char *addr = NULL;
+       const char *port = NULL;
+       const char *home = NULL;
+
+       if (ad->data_acs_name)
+               acs_name = ad->data_acs_name->sub_desc;
+       if (ad->data_user_name)
+               usr_name = ad->data_user_name->sub_desc;
+       if (ad->data_pwd)
+               pwd = ad->data_pwd->sub_desc;
+       if (ad->data_pxy_addr)
+               addr = ad->data_pxy_addr->sub_desc;
+       if (ad->data_pxy_port)
+               port = ad->data_pxy_port->sub_desc;
+
+       if (!acs_name)
+               acs_name = "";
+       if (!usr_name)
+               usr_name = "";
+       if (!pwd)
+               pwd = "";
+       if (!addr)
+               addr = "";
+       if (!port)
+               port = "";
+       SETTING_TRACE("acs_name:%s", acs_name);
+       SETTING_TRACE("usr_name:%s", usr_name);
+       SETTING_TRACE("pwd:%s", pwd);
+
+       SETTING_TRACE("addr:%s", addr);
+       SETTING_TRACE("port:%s", port);
+       SETTING_TRACE("home:%s", home);
+
+       char sz_text[NET_PROXY_LEN_MAX + 1] = { 0, };
+       int type;
+       int ret = SETTING_RETURN_SUCCESS;
+       int err;
+
+       net_profile_info_t *con_info = NULL;
+       if (ad->prof_sel_idx != SETTING_ADD_PROFILE_INDEX) {
+               con_info = &(ad->prof_list[ad->prof_sel_idx]);
+       } else {
+               con_info = (net_profile_info_t *)calloc(1, sizeof(net_profile_info_t));
+       }
+
+       /* save access name */
+       if (!safeStrCmp(acs_name, "")) {
+               setting_create_popup_without_title(ad, ad->win_get,
+                                                 _
+                                                 ("Please input access name !"));
+               return SETTING_DNET_RETURN_NULL_ACCESS_NAME;
+       } else {
+               safeCopyStr(con_info->ProfileInfo.Pdp.Apn, acs_name,
+                           NET_PDP_APN_LEN_MAX);
+       }
+
+       /* save auth type */
+       type = ad->chkType;
+
+       switch (type) {
+       case NET_PDP_AUTH_PAP:  /*  Normal */
+
+               con_info->ProfileInfo.Pdp.AuthInfo.AuthType =
+                   NET_PDP_AUTH_PAP;
+
+               break;
+
+       case NET_PDP_AUTH_CHAP: /*  Secure */
+
+               con_info->ProfileInfo.Pdp.AuthInfo.AuthType =
+                   NET_PDP_AUTH_CHAP;
+
+               break;
+
+       case NET_PDP_AUTH_NONE: /*  None */
+
+               con_info->ProfileInfo.Pdp.AuthInfo.AuthType =
+                   NET_PDP_AUTH_NONE;
+
+               break;
+       default:
+               /* do nothing*/
+               break;
+       }
+
+       /* save user name */
+       if (!safeStrCmp(usr_name, "")
+           && NET_PDP_AUTH_NONE != type) {
+               setting_create_popup_without_title(ad, ad->win_get,
+                                                 _
+                                                 ("Please input User name !"));
+               return SETTING_DNET_RETURN_NULL_USER_NAME;
+       } else {
+               safeCopyStr(con_info->ProfileInfo.Pdp.AuthInfo.UserName,
+                           usr_name, NET_PDP_AUTH_USERNAME_LEN_MAX - 1);
+       }
+       /* save password */
+       if (!safeStrCmp(pwd, "")
+           && NET_PDP_AUTH_NONE != type) {
+               setting_create_popup_without_title(ad, ad->win_get,
+                                                 _("IDS_ST_BODY_ENTER_PASSWORD"));
+               return SETTING_DNET_RETURN_NULL_PASSWORD;
+       } else {
+               safeCopyStr(con_info->ProfileInfo.Pdp.AuthInfo.Password, pwd,
+                           NET_PDP_AUTH_PASSWORD_LEN_MAX - 1);
+       }
+
+       /* save proxy addr */
+       if (!safeStrCmp(addr, "")) {
+               ret = SETTING_DNET_RETURN_NULL_PROXY_ADDR;
+       } else if (!is_ip_string(addr)) {
+               setting_create_popup_without_title(ad, ad->win_get,
+                                                 _("IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"));
+               return SETTING_DNET_RETURN_INVALID_PROXY_ADDR;
+       }
+       /* check proxy port */
+       if (!safeStrCmp(port, "")) {
+               ret = SETTING_DNET_RETURN_NULL_PROXY_PORT;
+       }
+
+       if (!safeStrCmp(addr, "") && !safeStrCmp(port, "")) {
+               memset(con_info->ProfileInfo.Pdp.net_info.ProxyAddr, 0,
+                      sizeof(con_info->ProfileInfo.Pdp.net_info.ProxyAddr));
+       } else {
+               ret = snprintf(sz_text, sizeof(sz_text), "%s:%s", addr, port);
+               retv_if(ret < 0, SETTING_DNET_RETURN_ERR);
+               safeCopyStr(con_info->ProfileInfo.Pdp.net_info.ProxyAddr, sz_text,
+                           NET_PROXY_LEN_MAX);
+       }
+
+       SETTING_TRACE("ad->con_type:%d", ad->con_type);
+       /* save connection */
+       if (ad->prof_sel_idx == SETTING_ADD_PROFILE_INDEX) {
+               /* add connection */
+               if (ad->con_type == NET_SERVICE_INTERNET) {     /* Internet Connection */
+                       safeCopyStr(con_info->ProfileName,
+                                   "Internet connection",
+                                   strlen("Internet connection"));
+               }
+               /** Specifies a protocol type */
+
+               /** network information */
+               con_info->ProfileInfo.Pdp.ServiceType = ad->con_type;
+
+               con_info->profile_type = NET_DEVICE_CELLULAR;
+               con_info->ProfileState = NET_STATE_TYPE_UNKNOWN;
+               con_info->ProfileInfo.Pdp.ProtocolType = NET_PDP_TYPE_GPRS;
+
+               err = net_add_profile(ad->con_type, con_info);
+               if (err != NET_ERR_NONE) {
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] net_add_profile. err=%d ***%s",
+                            SETTING_FONT_RED, err, SETTING_FONT_BLACK);
+                       ret = SETTING_DNET_RETURN_ERR;
+                       setting_create_popup_without_title(ad, ad->win_get,
+                                                         _
+                                                         ("Failed to invoke net_add_profile()"));
+                       return ret;
+               }
+               FREE(con_info);
+       } else {
+               err = net_modify_profile(con_info->ProfileName, con_info);
+               if (err != NET_ERR_NONE) {
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] net_modify_profile. err=%d ***%s",
+                            SETTING_FONT_RED, err, SETTING_FONT_BLACK);
+                       ret = SETTING_DNET_RETURN_ERR;
+               }
+       }
+       return ret;
+}
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_network_edit_connection_click_softkey_save_cb(void *data,
+                                                     Evas_Object *obj,
+                                                     void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       int ret = setting_network_edit_connection_save_connection(ad);
+       /* need special handle */
+       if (SETTING_DNET_RETURN_NULL_ACCESS_NAME == ret
+           || SETTING_DNET_RETURN_NULL_USER_NAME == ret
+           || SETTING_DNET_RETURN_NULL_PASSWORD == ret
+           || SETTING_DNET_RETURN_INVALID_PROXY_ADDR == ret) {
+               return;
+       }
+       if (ret != SETTING_RETURN_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] setting_network_edit_connection_save_connection ***%s",
+                    SETTING_FONT_RED, SETTING_FONT_BLACK);
+       }
+
+       setting_network_popup_create(ad, _("Saved!"), FALSE);
+       setting_view_change(&setting_view_network_connection_create,
+                           &setting_view_network_main, ad);
+}
+
+static void
+setting_network_edit_connection_click_softkey_cancel_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       setting_view_change(&setting_view_network_connection_create,
+                           &setting_view_network_main, ad);
+}
+
+static void _gl_Gendial_sel(void *data, Evas_Object *obj, void *event_info)
+{
+       /* SETTING_TRACE_BEGIN; */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       return;
+}
+
+static void setting_network_connection_check_entry_empty(SettingNetworkUG *ad)
+{
+       SETTING_TRACE_BEGIN;
+       if(!ad->has_form_changed ) return;
+       const char *entry_str = NULL;
+       bool isFoundEmptyEntry = FALSE;
+
+       do {
+               if (ad->data_acs_name) {
+                       entry_str = ad->data_acs_name->sub_desc;
+
+                       if (NULL == entry_str || '\0' == entry_str[0]) {
+                               isFoundEmptyEntry = TRUE;
+                               break;
+                       }
+
+               }
+               if(ad->chkType != NET_PDP_AUTH_NONE)
+               {
+                       if (ad->data_user_name) {
+                               entry_str = ad->data_user_name->sub_desc;
+
+                               if (NULL == entry_str || '\0' == entry_str[0]) {
+                                       isFoundEmptyEntry = TRUE;
+                                       break;
+                               }
+                       }
+                       if (ad->data_pwd) {
+                               entry_str = ad->data_pwd->sub_desc;
+                               if (NULL == entry_str || '\0' == entry_str[0]) {
+                                       isFoundEmptyEntry = TRUE;
+                                       break;
+                               }
+                       }
+               }
+               if (ad->data_hm_url) {
+                       entry_str = ad->data_hm_url->sub_desc;
+                       if (NULL == entry_str || '\0' == entry_str[0]) {
+                               isFoundEmptyEntry = TRUE;
+                               break;
+                       }
+               }
+       } while (0);
+
+       Evas_Object *done_btn = elm_object_item_part_content_get(ad->navi_it, "title_right_btn");
+       if (isFoundEmptyEntry) {
+               if (!evas_object_pass_events_get(done_btn)) {//it had not yet been disabled
+                       setting_disable_evas_object(done_btn);
+                       setting_dim_evas_object(done_btn, TRUE);
+               }
+               else
+               {
+                   //do nothing..if invoke setting_dim_evas_object many times, the done button will be dimer until it cannot be see.
+                   //refer to the API of setting_dim_evas_object(). The API is supplied by Setting itself, winset doesn't support until now as I now.
+               }
+       } else {
+               setting_enable_evas_object(done_btn);
+               setting_undo_dim_evas_object(done_btn, TRUE);
+       }
+}
+
+static void
+setting_network_edit_connection_display_auth_type(SettingNetworkUG *ad,
+                                                 int auth_type)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(ad == NULL, "Data parameter is NULL");
+       if (ad->chkType == auth_type) return;
+
+       ad->chkType = auth_type;        /* for update genlist */
+       if (NET_PDP_AUTH_NONE != auth_type) {   /* to show */
+               SETTING_TRACE("ad->is_show_user:%d", ad->is_show_user);
+               if (ad->is_show_user == 0) {    /* do only when hiden */
+                       SETTING_TRACE("to create");
+
+                       ad->data_user_name =
+                           (Setting_GenGroupItem_Data *) calloc(1,
+                                                                sizeof
+                                                                (Setting_GenGroupItem_Data));
+                       setting_retm_if(ad->data_user_name == NULL, "calloc failed");
+                       ad->data_user_name->keyStr =
+                           (char *)g_strdup("IDS_COM_BODY_USER_NAME");
+                       ad->data_user_name->sub_desc =
+                           (char *)g_strdup(ad->ed_user_name_desc);
+                       ad->data_user_name->swallow_type =
+                           SWALLOW_Type_LAYOUT_ENTRY;
+                       ad->data_user_name->userdata = ad;
+                       ad->data_user_name->chk_change_cb =
+                           setting_network_connection_entry_changed_cb;
+                       ad->data_user_name->item =
+                           elm_genlist_item_insert_after(ad->scl_edit,
+                                                         &
+                                                         (ad->itc_variable_height),
+                                                         ad->data_user_name,
+                                                         NULL,
+                                                         ad->item_above_user_name,
+                                                         ELM_GENLIST_ITEM_NONE,
+                                                         _gl_Gendial_sel, ad);
+
+                       ad->data_pwd =
+                           (Setting_GenGroupItem_Data *) calloc(1,
+                                                                sizeof
+                                                                (Setting_GenGroupItem_Data));
+
+                       setting_retm_if(ad->data_pwd == NULL, "calloc failed");
+                       ad->data_pwd->keyStr =
+                           (char *)g_strdup("IDS_COM_BODY_PASSWORD");
+                       ad->data_pwd->sub_desc =
+                           (char *)g_strdup(ad->ed_pwd_desc);
+                       ad->data_pwd->swallow_type = SWALLOW_Type_LAYOUT_ENTRY;
+                       ad->data_pwd->userdata = ad;
+                       ad->data_pwd->chk_change_cb =
+                           setting_network_connection_entry_changed_cb;
+                       ad->data_pwd->isPasswordFlag = TRUE;
+                       ad->data_pwd->item =
+                           elm_genlist_item_insert_after(ad->scl_edit,
+                                                         &
+                                                         (ad->itc_variable_height),
+                                                         ad->data_pwd, NULL,
+                                                         ad->
+                                                         data_user_name->item,
+                                                         ELM_GENLIST_ITEM_NONE,
+                                                         _gl_Gendial_sel, ad);
+
+                       ad->item_above_proxy_add =
+                           elm_genlist_item_insert_after(ad->scl_edit,
+                                                         &(ad->itc_seperator),
+                                                         NULL, NULL,
+                                                         ad->data_pwd->item,
+                                                         ELM_GENLIST_ITEM_NONE,
+                                                         NULL, NULL);
+                       elm_genlist_item_select_mode_set
+                           (ad->item_above_proxy_add, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+                       Evas_Object *done_btn = elm_object_item_part_content_get(ad->navi_it, "title_right_btn");
+                       if (!evas_object_pass_events_get(done_btn)) {//it had not yet been disabled
+                               setting_disable_evas_object(done_btn);
+                               setting_dim_evas_object(done_btn, TRUE);
+                       }
+               }
+               ad->is_show_user = 1;
+       } else {                /* to hide */
+
+               SETTING_TRACE("ad->is_show_user:%d", ad->is_show_user);
+               if (ad->is_show_user == 1) {    /* do only when shown */
+                       SETTING_TRACE("to destroy");
+                       if (ad->data_user_name) {
+                               elm_object_item_del(ad->data_user_name->item);
+                               ad->data_user_name = NULL;
+                       }
+                       if (ad->data_pwd) {
+                               elm_object_item_del(ad->data_pwd->item);
+                               ad->data_pwd = NULL;
+                       }
+                       if (ad->item_above_proxy_add) {
+                               elm_object_item_del(ad->item_above_proxy_add);
+                               ad->item_above_proxy_add = NULL;
+                       }
+
+               }
+               ad->has_form_changed  = TRUE;
+               setting_network_connection_check_entry_empty(ad);
+               ad->is_show_user = 0;
+
+       }
+}
+
+static void
+setting_network_connection_entry_changed_cb(void *data, Evas_Object *obj,
+                                           void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       SettingNetworkUG *ad = list_item->userdata;
+       const char *entry_str = elm_entry_entry_get(obj);
+       if (0 != safeStrCmp(entry_str, list_item->sub_desc))
+       {
+               list_item->sub_desc = (char *)g_strdup(entry_str);
+               ad->has_form_changed  = TRUE;
+       }
+
+       if (NULL == entry_str || 0 == safeStrLen(entry_str)) {
+               Evas_Object *layout = elm_object_parent_widget_get(list_item->eo_check);
+               if (layout) elm_object_part_text_set(layout, "elm.guidetext", _("IDS_ST_BODY_TAP_TO_INSERT"));
+       }
+
+       setting_network_connection_check_entry_empty(ad);
+}
diff --git a/setting-network/src/setting-network-main-help.c b/setting-network/src/setting-network-main-help.c
new file mode 100755 (executable)
index 0000000..49a9cfc
--- /dev/null
@@ -0,0 +1,180 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-network-main-help.h>
+
+#define SELECT_NETWORK "<b>1. Select network</b><br>"/*1. Select network*/\
+                       "User can select network operator which are supported in "\
+                       "current location. Even if you select specific network "\
+                       "operator in list, you may not use it, because your SIM card"\
+                       " is not verified with it.<br> -Recommend : Select automatic"
+
+#define NETWORK_MODE "<b>2. Network mode</b><br>"/*2. Network mode*/\
+                       "Network mode list means possible network bands to be "\
+                       "attached. According to the condition of current network, "\
+                       "phone may be attached or not with user selection."\
+                       "<br> -Recommend : Select automatic"
+
+#ifdef ENABLED_PREFERRED_NETWORKS
+#define PERFER_NETWORKS "<b>3. Preferred networks</b><br>"/*3. Preferred networks*/\
+                       "User defined network list which is stored in SIM card. "\
+                       "If the phone couldn`t be registered with high priority "\
+                       "procedure, phone will try to register to network by using "\
+                       "user defined network list. The first record indicates the "\
+                       "highest priority and the last record indicates the lowest."
+
+#define DATA_ROAMING  "<b>4. Data roaming setting</b><br>"/*4. Data roaming setting*/\
+                       "User can select data roaming availability. If user sets to "\
+                       "'OFF', user can not use data service when phone is registered "\
+                       "to roaming network (not home network) currently."
+#else
+#define PERFER_NETWORKS ""
+#define DATA_ROAMING  "<b>3. Data roaming setting</b><br>"/*3. Data roaming setting*/\
+                       "User can select data roaming availability. If user sets to "\
+                       "'OFF', user can not use data service when phone is registered "\
+                       "to roaming network (not home network) currently."
+#endif
+
+static int setting_network_main_help_create(void *cb);
+static int setting_network_main_help_destroy(void *cb);
+static int setting_network_main_help_update(void *cb);
+static int setting_network_main_help_cleanup(void *cb);
+
+setting_view setting_view_network_main_help = {
+       .create = setting_network_main_help_create,
+       .destroy = setting_network_main_help_destroy,
+       .update = setting_network_main_help_update,
+       .cleanup = setting_network_main_help_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_network_main_help_create(void *cb)
+{
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       Evas_Object *genlist;
+       setting_push_layout_navi_bar_genlist(ad->win_main_layout,
+                                            ad->win_get,
+                                            _("IDS_COM_BODY_HELP"),
+                                            _("IDS_COM_BODY_BACK"),
+                                            NULL,
+                                            setting_network_main_help_click_back_cb,
+                                            NULL, ad, &genlist,
+                                            ad->navi_bar);
+
+       //SELECT_NETWORK
+       setting_create_Gendial_field_def(genlist, &(ad->itc_bg_1icon),
+                                        NULL,
+                                        ad, SWALLOW_Type_LAYOUT_SPECIALIZTION, NULL, NULL,
+                                        0, SELECT_NETWORK, NULL,
+                                        NULL);
+       
+
+       //NETWORK_MODE
+       setting_create_Gendial_field_def(genlist, &(ad->itc_bg_1icon),
+                                        NULL,
+                                        ad, SWALLOW_Type_LAYOUT_SPECIALIZTION, NULL, NULL,
+                                        0, NETWORK_MODE, NULL,
+                                        NULL);
+       
+
+       //PERFER_NETWORKS
+       #ifdef ENABLED_PREFERRED_NETWORKS
+       setting_create_Gendial_field_def(genlist, &(ad->itc_bg_1icon),
+                                        NULL,
+                                        ad, SWALLOW_Type_LAYOUT_SPECIALIZTION, NULL, NULL,
+                                        0, PERFER_NETWORKS, NULL,
+                                        NULL);
+       #endif
+
+       //DATA_ROAMING
+       setting_create_Gendial_field_def(genlist, &(ad->itc_bg_1icon),
+                                        NULL,
+                                        ad, SWALLOW_Type_LAYOUT_SPECIALIZTION, NULL, NULL,
+                                        0, DATA_ROAMING, NULL,
+                                        NULL);
+
+       setting_view_network_main_help.is_create = 1;
+       SETTING_TRACE_END;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_main_help_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_network_main_help.is_create = 0;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_main_help_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_main_help_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return setting_network_main_help_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_network_main_help_click_back_cb(void *data, Evas_Object *obj,
+                                       void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       setting_view_change(&setting_view_network_main_help,
+                           &setting_view_network_main, ad);
+}
diff --git a/setting-network/src/setting-network-main.c b/setting-network/src/setting-network-main.c
new file mode 100644 (file)
index 0000000..b47897d
--- /dev/null
@@ -0,0 +1,664 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-network-main.h>
+
+static int setting_network_main_create(void *cb);
+static int setting_network_main_destroy(void *cb);
+static int setting_network_main_update(void *cb);
+static int setting_network_main_cleanup(void *cb);
+
+setting_view setting_view_network_main = {
+       .create = setting_network_main_create,
+       .destroy = setting_network_main_destroy,
+       .update = setting_network_main_update,
+       .cleanup = setting_network_main_cleanup,
+};
+
+static void setting_network_main_item_Gendial_mouse_up_cb(void *data,
+                                                         Evas_Object *obj,
+                                                         void *event_info);
+static void setting_network_main_click_softkey_help_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info);
+static void setting_network_main_click_softkey_back_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info);
+static void setting_network_main_chk_btn_cb(void *data, Evas_Object *obj,
+                                           void *event_info);
+static void setting_network_use_packet_resp_cb(void *data, Evas_Object *obj,
+                                              void *event_info);
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+static void __ask_create_gsm_resp_cb(void *data, Evas_Object *obj,
+                                          void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       ret_if(NULL == data);
+       int response_type = btn_type(obj);
+       bool rollback_flag = FALSE;
+       if (POPUP_RESPONSE_OK == response_type) {
+               int tapi_ret = TAPI_API_INVALID_INPUT;
+               int request_id;
+               
+               //async: TAPI_EVENT_NETWORK_SETNWBAND_CNF
+               tapi_ret =
+                   tel_set_network_band(TAPI_NETWORK_BAND_MODE_ONLY,
+                                        TAPI_NETWORK_BAND_TYPE_GSM_850_1900,
+                                        &request_id);
+               if (tapi_ret != TAPI_API_SUCCESS) {
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] tel_set_network_band. tapi_ret=%d ***%s",
+                            SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+                       rollback_flag = TRUE;
+
+               }
+
+       } else if (POPUP_RESPONSE_CANCEL == response_type) {
+               rollback_flag = TRUE;
+       }
+       if (rollback_flag)
+       {
+               //rollback
+               int err;
+               int value = TAPI_NETWORK_BAND_TYPE_ANY;
+               setting_get_int_slp_key(ad->data_net_mode->int_slp_setting_binded,
+                                       &(value), &err);
+               /** @todo check 'err' variable for exception handling */
+               elm_radio_value_set(ad->data_net_mode->rgd, value);
+       }
+       evas_object_del(ad->pop_gsm);
+       ad->pop_gsm = NULL;
+
+}
+void __network_sub_list_sel_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       ret_if(NULL == data);
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       Elm_Object_Item *subitem = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(subitem, 0);
+       Setting_GenGroupItem_Data *data_subItem = elm_object_item_data_get(subitem);
+       if (data_subItem->chk_status == elm_radio_value_get(ad->data_net_mode->rgd))
+       {
+               return;
+       }
+       elm_radio_value_set(ad->data_net_mode->rgd, data_subItem->chk_status);
+
+       int tapi_ret = TAPI_API_INVALID_INPUT;
+       int request_id = 0;
+       TelNetworkBand_t band = TAPI_NETWORK_BAND_TYPE_ANY;
+
+       switch (data_subItem->chk_status) {
+
+       case TAPI_NETWORK_BAND_TYPE_ANY:
+               band = TAPI_NETWORK_BAND_TYPE_ANY;
+               break;
+
+       case TAPI_NETWORK_BAND_TYPE_GSM_900_1800:
+               band = TAPI_NETWORK_BAND_TYPE_GSM_900_1800;
+               break;
+
+       case TAPI_NETWORK_BAND_TYPE_GSM_850_1900:
+               ad->pop_gsm = setting_create_popup_with_btn(ad,
+                                                 ad->win_get,
+                                                 _("This band may not operate<br>outside the USA or Canada"),
+                                                 NULL,
+                                                 __ask_create_gsm_resp_cb,
+                                                 0, 2, _("IDS_COM_SK_YES"),_("IDS_COM_SK_NO"));
+               return;
+
+       case TAPI_NETWORK_BAND_TYPE_WCDMA:
+               setting_network_popup_create(ad,
+                                            _("UTMS mode works inside <br>3G coverage area only"),
+                                            FALSE);
+               band = TAPI_NETWORK_BAND_TYPE_WCDMA;
+               break;
+       default:
+               SETTING_TRACE("Unknown Tel-Net band type");
+               break;
+       }
+
+       //async: TAPI_EVENT_NETWORK_SETNWBAND_CNF
+       tapi_ret =
+           tel_set_network_band(TAPI_NETWORK_BAND_MODE_ONLY, band,
+                                &request_id);
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] tel_set_network_band. tapi_ret=%d ***%s",
+                    SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+
+               //rollback
+               int err;
+               int value = TAPI_NETWORK_BAND_TYPE_ANY;
+               setting_get_int_slp_key(ad->data_net_mode->int_slp_setting_binded,
+                                       &(value), &err);
+               /** @todo check 'err' variable for exception handling */
+               elm_radio_value_set(ad->data_net_mode->rgd, value);
+               return;
+       }
+}
+
+
+static void
+__setting_network_main_exp_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(NULL == data || NULL == event_info);
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       Elm_Object_Item *parentItem = event_info;       /* parent item */
+       Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);      /* parent data */
+       Evas_Object *scroller = elm_object_item_widget_get(parentItem);
+
+       Evas_Object *rgd;
+       if (data_parentItem == ad->data_net_mode) {
+               rgd = elm_radio_add(scroller);
+               elm_radio_value_set(rgd, -1);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    __network_sub_list_sel_cb, 
+                                                    ad, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    TAPI_NETWORK_BAND_TYPE_ANY,
+                                                    "IDS_COM_BODY_AUTOMATIC", NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    __network_sub_list_sel_cb, 
+                                                    ad, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    TAPI_NETWORK_BAND_TYPE_GSM_900_1800,
+                                                    STR_SETTING_GSM_900_1800, NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    __network_sub_list_sel_cb, 
+                                                    ad, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    TAPI_NETWORK_BAND_TYPE_GSM_850_1900,
+                                                    STR_SETTING_GSM_850_1900, NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    __network_sub_list_sel_cb, 
+                                                    ad, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    TAPI_NETWORK_BAND_TYPE_WCDMA,
+                                                    STR_SETTING_UMTS, NULL);
+
+               data_parentItem->rgd = rgd;
+               setting_update_chk_status(rgd, data_parentItem->int_slp_setting_binded);
+
+       }
+}
+
+
+#define Data_packet_Desc _("IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION")
+static int setting_network_main_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       int value = 0;
+       int k = -1;
+
+       Evas_Object *scroller;
+
+       int tapi_ret;
+       int request_id = 0;
+
+       ad->ly_main =
+           setting_create_layout_navi_bar_genlist(ad->win_main_layout,
+                                                  ad->win_get,
+                                                  _("IDS_ST_BODY_NETWORK"),
+                                                  dgettext("sys_string",
+                                                           "IDS_COM_BODY_BACK"),
+                                                  dgettext("sys_string",
+                                                           "IDS_COM_BODY_HELP"),
+                                                  setting_network_main_click_softkey_back_cb,
+                                                  setting_network_main_click_softkey_help_cb,
+                                                  ad, &scroller,
+                                                  &ad->navi_bar);
+       
+       setting_enable_expandable_genlist(scroller, ad,
+                                         __setting_network_main_exp_cb, NULL);
+       Elm_Object_Item *item = NULL;;
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       int value_use_packet;
+       int err_use_packet;
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_USE_PACKET_DATA,
+                                &value_use_packet, &err_use_packet);
+       /** @todo check 'err_use_packet' variable for exception handling */
+       // Under emulator environment, it fails to control data network connections
+       if (!isEmulBin()) {
+               ad->data_use_packet =
+                   setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_network_main_item_Gendial_mouse_up_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, value_use_packet,
+                                            KeyStr_UsePacketData, NULL,
+                                            setting_network_main_chk_btn_cb);
+               if (ad->data_use_packet) {
+                       ad->data_use_packet->userdata = ad;
+               } else {
+                       SETTING_TRACE_ERROR("ad->data_use_packet is NULL");
+               }
+
+               setting_create_Gendial_field_def(scroller, &(ad->itc_bg_1icon), NULL,
+                                        ad, SWALLOW_Type_LAYOUT_SPECIALIZTION,
+                                        NULL, NULL, 0, Data_packet_Desc, NULL,
+                                        NULL);
+       }
+
+       char *sub_des = NULL;
+       /*  NO flight mode - default */
+       tapi_ret = tel_get_network_selection_mode(&request_id);
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE
+                       ("%s*** [ERR] tel_get_network_selection_mode. tapi_ret=%d ***%s",
+                        SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+               sub_des = _("IDS_COM_BODY_AUTOMATIC");
+       }
+
+       k = vconf_get_int(VCONFKEY_SETAPPL_SELECT_NETWORK_INT, &value);
+       if (-1 != k) {
+               switch (value) {
+               case TAPI_NETWORK_SELECTIONMODE_AUTOMATIC:
+                       {
+                               sub_des = _("IDS_COM_BODY_AUTOMATIC");
+                               break;
+                       }
+               case TAPI_NETWORK_SELECTIONMODE_MANUAL:
+                       {
+                               sub_des = _("IDS_COM_BODY_MANUAL");
+                               break;
+                       }
+               default:
+                       {
+                               break;
+                       }
+               }
+       }
+       ad->sel_net = value;
+       const char *pa_net_name = vconf_get_str(VCONFKEY_TELEPHONY_NWNAME);
+       SETTING_TRACE("pa_net_name:%s", pa_net_name);
+       if (NULL == pa_net_name) {
+               pa_net_name = "IDS_ST_BODY_NOSERVICE";
+       } 
+       
+       char sel_network_desc[MAX_COMMON_BUFFER_LEN] = { 0, };
+       snprintf(sel_network_desc, MAX_COMMON_BUFFER_LEN, 
+                "%s. %s", sub_des, _(pa_net_name));
+       FREE(pa_net_name);
+
+       ad->data_sel_net = setting_create_Gendial_field_def(scroller,
+                                                &(ad->itc_2text_2),
+                                                setting_network_main_item_Gendial_mouse_up_cb,
+                                                ad, SWALLOW_Type_INVALID,
+                                                NULL, NULL, 0,
+                                                "IDS_ST_BODY_SELECT_NETWORK",
+                                                sel_network_desc, NULL);
+       if (ad->data_sel_net) {
+               ad->data_sel_net->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_sel_net is NULL");
+       }
+
+       tapi_ret = tel_get_network_band(&request_id);
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE
+                   ("%s*** [ERR] tel_get_network_band. tapi_ret=%d ***%s",
+                    SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+               sub_des = _("IDS_COM_BODY_AUTOMATIC");
+       }
+
+       k = vconf_get_int(VCONFKEY_SETAPPL_NETWORK_MODE_INT, &value);
+       if (-1 != k) {
+               SETTING_TRACE("value:%d", value);
+               switch (value) {
+               case TAPI_NETWORK_BAND_TYPE_ANY:
+                       sub_des = _("IDS_COM_BODY_AUTOMATIC");
+                       break;
+               case TAPI_NETWORK_BAND_TYPE_GSM_900_1800:
+                       sub_des = _(STR_SETTING_GSM_900_1800);
+                       break;
+               case TAPI_NETWORK_BAND_TYPE_GSM_850_1900:
+                       sub_des = _(STR_SETTING_GSM_850_1900);
+                       break;
+               case TAPI_NETWORK_BAND_TYPE_WCDMA:
+                       sub_des = _(STR_SETTING_UMTS);
+                       break;
+               default:
+                       break;
+               }
+       }
+
+       ad->data_net_mode =
+           setting_create_Gendial_exp_parent_field(scroller,
+                                                   &(ad->itc_2text_3_parent),
+                                                   NULL, NULL,
+                                                   SWALLOW_Type_INVALID,
+                                                   "IDS_ST_BODY_NETWORK_MODE",
+                                                   sub_des);
+       if (ad->data_net_mode) {
+               ad->data_net_mode->int_slp_setting_binded =
+                       INT_SLP_SETTING_NETWORK_MODE;
+               ad->data_net_mode->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_back is NULL");
+       }
+
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                        setting_network_main_item_Gendial_mouse_up_cb,
+                                        ad, SWALLOW_Type_INVALID, NULL, NULL,
+                                        0, "IDS_ST_BODY_INTERNET_CONNECTION",
+                                        NULL, NULL);
+#ifdef ENABLED_PREFERRED_NETWORKS
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                        setting_network_main_item_Gendial_mouse_up_cb,
+                                        ad, SWALLOW_Type_INVALID, NULL, NULL,
+                                        0, "IDS_ST_BODY_PREFERRED_NETWORKS",
+                                        NULL, NULL);
+#endif
+#ifdef ENABLED_2G3G_NETWORK
+       /*  create 3g connection option */
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                        setting_network_main_item_Gendial_mouse_up_cb,
+                                        ad, SWALLOW_Type_INVALID, NULL, NULL,
+                                        0, "2G/3G Connection", NULL, NULL);
+
+       /* add blank rectangle */
+#endif
+       setting_view_network_main.is_create = 1;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_main_destroy(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_del(ad->ly_main);
+       }
+       ad->data_sel_net = NULL;//reset NULL after genlis destoryed with ly_main.
+
+       setting_view_network_main.is_create = 0;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_main_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       if (ad->ly_main != NULL) {
+
+               evas_object_show(ad->ly_main);
+       }
+       SETTING_TRACE_END;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_main_cleanup(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_network_main_click_softkey_help_cb(void *data, Evas_Object *obj,
+                                          void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       setting_view_change(&setting_view_network_main,
+                           &setting_view_network_main_help, ad);
+}
+
+static void
+setting_network_main_click_softkey_back_cb(void *data, Evas_Object *obj,
+                                          void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+}
+
+static void
+setting_network_main_item_Gendial_mouse_up_cb(void *data, Evas_Object *obj,
+                                             void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+       int ret;
+
+       if (!safeStrCmp("IDS_ST_BODY_SELECT_NETWORK", list_item->keyStr)) {
+               ret =
+                   setting_view_change(&setting_view_network_main,
+                                       &setting_view_network_select_network,
+                                       ad);
+       } else
+           if (!safeStrCmp
+               ("IDS_ST_BODY_INTERNET_CONNECTION", list_item->keyStr)) {
+
+               ad->con_type = NET_SERVICE_INTERNET;
+               ret =
+                   setting_view_change(&setting_view_network_main,
+                                       &setting_view_network_connection_create,
+                                       ad);
+       }
+#ifdef ENABLED_PREFERRED_NETWORKS      
+       else if (!safeStrCmp("IDS_ST_BODY_PREFERRED_NETWORKS", 
+                               list_item->keyStr)) {
+                               
+               int value = -1;
+               int err = -1;
+               ret =
+                   setting_get_int_slp_key(INT_SLP_SETTING_SIM_SLOT, &value,
+                                           &err);
+                       /** @todo check 'err' variable for exception handling */
+               SETTING_TRACE("INT_SLP_SETTING_SIM_SLOT value:%d", value);
+               switch (value) {
+               case VCONFKEY_TELEPHONY_SIM_INSERTED:
+                       /* To Recreate the view in order to search the perferred network again. */
+                       /* ret = setting_view_destroy(&setting_view_network_preferred_network, ad); */
+                       ret =
+                           setting_view_change(&setting_view_network_main,
+                                               &setting_view_network_preferred_network,
+                                               ad);
+
+                       break;
+
+               case VCONFKEY_TELEPHONY_SIM_NOT_PRESENT:
+
+                       setting_create_popup_without_title(NULL, ad->win_get,
+                                                         _
+                                                         ("IDS_ST_SECURITY_BODY_NOIMSI"));
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] INCORRECTED SIM. sim_slot_type=%d ***%s",
+                            SETTING_FONT_RED, value, SETTING_FONT_BLACK);
+                       return;
+
+                       break;
+
+               case VCONFKEY_TELEPHONY_SIM_CARD_ERROR:
+               case VCONFKEY_TELEPHONY_SIM_UNKNOWN:
+
+                       setting_create_popup_without_title(NULL, ad->win_get,
+                                                         _
+                                                         ("IDS_COM_BODY_INVALID_SIM_CARD"));
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] INCORRECTED SIM. sim_slot_type=%d ***%s",
+                            SETTING_FONT_RED, value, SETTING_FONT_BLACK);
+                       return;
+
+                       break;
+               default:
+                       SETTING_TRACE("Unknown SIM information from vconf");
+                       break;
+               }
+       }
+#endif
+#ifdef ENABLED_2G3G_NETWORK
+       else if (!safeStrCmp("2G/3G Connection", list_item->keyStr)) {
+               ret =
+                   setting_view_change(&setting_view_network_main,
+                                       &setting_view_network_3gcon, ad);
+       }
+#endif
+       else if (!safeStrCmp(KeyStr_UsePacketData, list_item->keyStr)) {
+               int old_status = elm_check_state_get(list_item->eo_check);
+               /* new status */
+               list_item->chk_status = !old_status;
+               elm_check_state_set(list_item->eo_check, list_item->chk_status);
+               int err = 0;
+               if (!list_item->chk_status) {
+                       setting_set_bool_slp_key
+                           (BOOL_SLP_SETTING_USE_PACKET_DATA,
+                            SETTING_ON_OFF_BTN_OFF, &err);
+                       /** @todo check 'err' variable for exception handling */
+               } else {
+                       ad->popup =
+                           setting_create_popup_with_btn(ad, ad->win_get,
+                                                _("Data packet through 3G network will be consumed, if you use data download or upload without Wi-Fi connection.Continue?"),
+                                                NULL,
+                                                setting_network_use_packet_resp_cb,
+                                                0, 2, _("IDS_COM_SK_YES"),_("IDS_COM_SK_NO"));
+               }
+       }
+}
+
+static void
+setting_network_main_chk_btn_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingNetworkUG *ad = NULL;
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       ad = list_item->userdata;
+       list_item->chk_status = elm_check_state_get(obj);       /*  for genlist update status */
+
+       if (obj == ad->data_use_packet->eo_check) {
+               int err;
+               /* int value; */
+               if (list_item->chk_status) {
+                       ad->popup =
+                           setting_create_popup_with_btn(ad, ad->win_get,
+                                                _("Data packet through 3G network will be consumed, if you use data download or upload without Wi-Fi connection.Continue?"),
+                                                NULL,
+                                                setting_network_use_packet_resp_cb,
+                                                0, 2, _("IDS_COM_SK_YES"),_("IDS_COM_SK_NO"));
+               } else {
+                       setting_set_bool_slp_key
+                           (BOOL_SLP_SETTING_USE_PACKET_DATA,
+                            SETTING_ON_OFF_BTN_OFF, &err);
+                       /** @todo check 'err' variable for exception handling */
+                       elm_check_state_set(ad->data_use_packet->eo_check, 0);
+                       ad->data_use_packet->chk_status = 0;
+               }
+       }
+}
+
+static void
+setting_network_use_packet_resp_cb(void *data, Evas_Object *obj,
+                                  void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       int err;                /* error check   */
+       int response_type = btn_type(obj);
+       if (POPUP_RESPONSE_OK == response_type) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_USE_PACKET_DATA,
+                                        SETTING_ON_OFF_BTN_ON, &err);
+               /** @todo check 'err' variable for exception handling */
+               elm_check_state_set(ad->data_use_packet->eo_check, 1);
+               ad->data_use_packet->chk_status = 1;
+       } else if (POPUP_RESPONSE_CANCEL == response_type) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_USE_PACKET_DATA,
+                                        SETTING_ON_OFF_BTN_OFF, &err);
+               /** @todo check 'err' variable for exception handling */
+               elm_check_state_set(ad->data_use_packet->eo_check, 0);
+               ad->data_use_packet->chk_status = 0;
+       }
+       if (ad->popup)
+       {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+
+}
diff --git a/setting-network/src/setting-network-preferred-network-delete.c b/setting-network/src/setting-network-preferred-network-delete.c
new file mode 100644 (file)
index 0000000..c44c38f
--- /dev/null
@@ -0,0 +1,720 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-network-preferred-network-delete.h>
+
+static int setting_network_preferred_network_delete_create(void *cb);
+static int setting_network_preferred_network_delete_destroy(void *cb);
+static int setting_network_preferred_network_delete_update(void *cb);
+static int setting_network_preferred_network_delete_cleanup(void *cb);
+
+typedef struct {
+       bool is_checked;
+       Evas_Object *eo_check;
+       int prefer_idx;
+       Setting_GenGroupItem_Data *data_Genitem;
+} preferred_list_item_t;
+
+static int check_count = 0;
+
+setting_view setting_view_network_preferred_network_delete = {
+       .create = setting_network_preferred_network_delete_create,
+       .destroy = setting_network_preferred_network_delete_destroy,
+       .update = setting_network_preferred_network_delete_update,
+       .cleanup = setting_network_preferred_network_delete_cleanup,
+};
+
+static void setting_network_preferred_network_delete_select_all_cb(void *data,
+                                                                  Evas_Object *
+                                                                  obj, void
+                                                                  *event_info);
+static void setting_network_preferred_network_delete_check_cb(void *data,
+                                                             Evas_Object *obj,
+                                                             void *event_info);
+static void setting_network_perferred_network_delete_mouse_up_cb(void *data,
+                                                                Evas_Object *
+                                                                obj, void
+                                                                *event_info);
+
+static void
+setting_network_preferred_network_delete_click_softkey_cancel_cb(void *data,
+                                                                Evas_Object *
+                                                                obj, void
+                                                                *event_info);
+static void
+setting_network_preferred_network_delete_click_softkey_delete_cb(void *data,
+                                                                Evas_Object *
+                                                                obj, void
+                                                                *event_info);
+static void setting_network_preferred_network_delete_no_cb(void *cb);
+static void setting_network_preferred_network_delete_yes_cb(void *cb);
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_network_preferred_network_delete_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       Evas_Object *layout = elm_layout_add(ad->win_main_layout);
+       elm_layout_file_set(layout, SETTING_THEME_EDJ_NAME, "selinfo_bottom");
+       evas_object_size_hint_weight_set(layout, EVAS_HINT_EXPAND, 0.0);
+       ad->sub_clear_layout = layout;
+
+       setting_push_layout_navi_bar(_("IDS_COM_SK_DELETE"),
+                                    dgettext("sys_string", "IDS_COM_SK_CANCEL"),
+                                    dgettext("sys_string", "IDS_COM_SK_DELETE"), 
+                                        NULL,
+                                    setting_network_preferred_network_delete_click_softkey_cancel_cb,
+                                    setting_network_preferred_network_delete_click_softkey_delete_cb,
+                                    NULL, ad, layout, ad->navi_bar, NULL);
+
+       Evas_Object *sub_layout = elm_layout_add(ad->win_main_layout);
+       elm_layout_file_set(sub_layout, SETTING_THEME_EDJ_NAME,
+                           "search_layout");
+       evas_object_size_hint_weight_set(sub_layout, EVAS_HINT_EXPAND, 0.0);
+       evas_object_show(sub_layout);
+
+       ad->gl_sel_all = elm_genlist_add(ad->win_main_layout);
+       retvm_if(ad->gl_sel_all == NULL, SETTING_RETURN_FAIL,
+                "gl_sel_all == NULL");
+       elm_genlist_clear(ad->gl_sel_all);      /* first to clear list */
+       elm_genlist_bounce_set(ad->gl_sel_all, 0, 0);
+
+       ad->scl_pref_del = elm_genlist_add(ad->win_main_layout);
+       elm_genlist_clear(ad->scl_pref_del);    /* first to clear list */
+
+       elm_object_part_content_set(sub_layout, "search_list", ad->scl_pref_del);
+       elm_object_part_content_set(sub_layout, "search_bar", ad->gl_sel_all);
+       elm_object_part_content_set(layout, "elm.swallow.contents", sub_layout);
+
+       setting_network_preferred_network_delete_draw_network_list(ad);
+       setting_view_network_preferred_network_delete.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_delete_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_network_preferred_network_delete.is_create = 0;
+
+       /* free data */
+       preferred_list_item_t *list_item;
+       if (ad->item_check_list != NULL) {
+               Eina_List *l = NULL;
+               EINA_LIST_FOREACH(ad->item_check_list, l, list_item) {
+                       FREE(list_item);
+               }
+               eina_list_free(ad->item_check_list);
+               ad->item_check_list = NULL;
+       }
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_delete_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       setting_network_preferred_network_delete_refresh_view(ad);
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_delete_cleanup(void *cb)
+{
+       return setting_network_preferred_network_delete_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+void
+setting_network_preferred_network_delete_refresh_view(SettingNetworkUG *ad)
+{
+       SETTING_TRACE_BEGIN;
+
+       if (ad->item_check_list) {
+               eina_list_free(ad->item_check_list);
+               ad->item_check_list = NULL;
+       }
+       /* create list */
+       setting_network_preferred_network_delete_draw_network_list(ad);
+
+}
+
+void
+setting_network_preferred_network_delete_draw_network_list(SettingNetworkUG *
+                                                          ad)
+{
+       SETTING_TRACE_BEGIN;
+       int i = 0;
+       preferred_list_item_t *list_item = NULL;
+
+       /* free data */
+       if (ad->item_check_list != NULL) {
+               Eina_List *l = NULL;
+               EINA_LIST_FOREACH(ad->item_check_list, l, list_item) {
+                       FREE(list_item);
+               }
+               eina_list_free(ad->item_check_list);
+               ad->item_check_list = NULL;
+       }
+
+       elm_genlist_clear(ad->scl_pref_del);    /* first to clear list */
+
+       check_count = 0;
+
+       ad->data_cl_select_all =
+           setting_create_Gendial_field_def(ad->gl_sel_all, &(ad->itc_sel_all),
+                                            setting_network_perferred_network_delete_mouse_up_cb,
+                                            ad, SWALLOW_Type_1CHECK, NULL,
+                                            NULL, 0, KeyStr_Select_All, NULL,
+                                            setting_network_preferred_network_delete_select_all_cb);
+       if (ad->data_cl_select_all) {
+               ad->data_cl_select_all->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_cl_select_all is NULL");
+       }
+
+       for (i = 0; i < ad->pref_list.NumOfPreffPlmns; i++) {
+               list_item = calloc(1, sizeof(preferred_list_item_t));
+               setting_retm_if(!list_item, "calloc failed");
+               list_item->prefer_idx = i;
+               list_item->is_checked = 0;
+
+               list_item->data_Genitem =
+                   setting_create_Gendial_field_def(ad->scl_pref_del,
+                                                    &(ad->itc_1icon_1text),
+                                                    setting_network_perferred_network_delete_mouse_up_cb,
+                                                    ad, SWALLOW_Type_1CHECK,
+                                                    NULL, NULL, 0,
+                                                    _(ad->
+                                                      pref_list.PreffPlmnRecord
+                                                      [i].network_name), NULL,
+                                                    setting_network_preferred_network_delete_check_cb);
+               if (list_item->data_Genitem) {
+                       list_item->data_Genitem->userdata = ad;
+               } else {
+                       SETTING_TRACE_ERROR("ad->data_Genitem is NULL");
+               }
+
+               ad->item_check_list =
+                   eina_list_append(ad->item_check_list, list_item);
+       }
+       return;
+}
+
+static void
+setting_network_preferred_network_delete_select_all_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       SettingNetworkUG *ad = list_item->userdata;
+       setting_create_sel_info_popup(ad->sub_clear_layout,
+                                     &(ad->selInfoPop_layout),
+                                     &(ad->selInfoPop));
+       int state = list_item->chk_status = elm_check_state_get(obj);   /*  for genlist update status */
+       Eina_List *check_list = ad->item_check_list;
+       preferred_list_item_t *pre_list_item = NULL;
+
+       if (state) {
+               while (check_list) {
+                       pre_list_item = (preferred_list_item_t *)
+                           eina_list_data_get(check_list);
+                       if (NULL == pre_list_item)
+                               continue;
+                       elm_check_state_set(pre_list_item->
+                                           data_Genitem->eo_check, 1);
+                       pre_list_item->data_Genitem->chk_status = 1;
+                       check_list = eina_list_next(check_list);
+               }
+               check_count = ad->pref_list.NumOfPreffPlmns;
+
+               char text[MAX_DISPLAY_NAME_LEN_ON_UI];
+               snprintf(text, sizeof(text), "%d Items Selected", check_count);
+               edje_object_part_text_set(_EDJ(ad->selInfoPop_layout),
+                                         "elm.text", text);
+       } else {
+               while (check_list) {
+                       pre_list_item = (preferred_list_item_t *)
+                           eina_list_data_get(check_list);
+                       if (NULL == pre_list_item)
+                               continue;
+                       elm_check_state_set(pre_list_item->
+                                           data_Genitem->eo_check, 0);
+                       pre_list_item->data_Genitem->chk_status = 0;
+                       check_list = eina_list_next(check_list);
+               }
+               check_count = 0;
+               evas_object_hide(ad->selInfoPop);
+       }
+
+       SETTING_TRACE("check_count:%d", check_count);
+       return;
+}
+
+static void
+setting_network_preferred_network_delete_check_cb(void *data, Evas_Object *obj,
+                                                 void *event_info)
+{
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       SettingNetworkUG *ad = list_item->userdata;
+       setting_create_sel_info_popup(ad->sub_clear_layout,
+                                     &(ad->selInfoPop_layout),
+                                     &(ad->selInfoPop));
+
+       list_item->chk_status = elm_check_state_get(obj);       /*  for genlist update status */
+       if (list_item->chk_status) {
+               check_count++;
+       } else {
+               check_count--;
+       }
+
+       if (check_count < ad->pref_list.NumOfPreffPlmns) {
+               elm_check_state_set(ad->data_cl_select_all->eo_check, 0);
+               ad->data_cl_select_all->chk_status = 0;
+       } else {
+               elm_check_state_set(ad->data_cl_select_all->eo_check, 1);
+               ad->data_cl_select_all->chk_status = 1;
+       }
+
+       SETTING_TRACE("check count is [%d]", check_count);
+       if (!check_count) {
+               evas_object_hide(ad->selInfoPop);
+               return;
+       }
+
+       char text[MAX_DISPLAY_NAME_LEN_ON_UI];
+       if (check_count == 1)
+               snprintf(text, sizeof(text), "%d Item Selected", check_count);
+       else
+               snprintf(text, sizeof(text), "%d Items Selected", check_count);
+
+       /*  text set and timeout set */
+       edje_object_part_text_set(_EDJ(ad->selInfoPop_layout), "elm.text",
+                                 text);
+
+}
+
+static void
+setting_network_perferred_network_delete_mouse_up_cb(void *data,
+                                                    Evas_Object *obj,
+                                                    void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       int old_status = elm_check_state_get(list_item->eo_check);
+       /* new status */
+       list_item->chk_status = !old_status;
+       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+       SETTING_TRACE("list_item->keyStr:%s", list_item->keyStr);
+
+       SettingNetworkUG *ad = list_item->userdata;
+       setting_create_sel_info_popup(ad->sub_clear_layout,
+                                     &(ad->selInfoPop_layout),
+                                     &(ad->selInfoPop));
+       int state = elm_check_state_get(list_item->eo_check);   /*  for genlist update status */
+       Eina_List *check_list = ad->item_check_list;
+       preferred_list_item_t *pre_list_item = NULL;
+
+       if (0 == safeStrCmp(KeyStr_Select_All, list_item->keyStr)) {    /* if(obj == chk_sel_all) */
+               SETTING_TRACE("Select All");
+               if (state) {
+                       while (check_list) {
+                               pre_list_item = (preferred_list_item_t *)
+                                   eina_list_data_get(check_list);
+                               if (NULL == pre_list_item)
+                                       continue;
+                               elm_check_state_set
+                                   (pre_list_item->data_Genitem->eo_check, 1);
+                               pre_list_item->data_Genitem->chk_status = 1;
+                               check_list = eina_list_next(check_list);
+                       }
+                       check_count = ad->pref_list.NumOfPreffPlmns;
+
+                       char text[MAX_DISPLAY_NAME_LEN_ON_UI];
+                       snprintf(text, sizeof(text), "%d Items Selected",
+                                check_count);
+                       edje_object_part_text_set(_EDJ(ad->selInfoPop_layout),
+                                                 "elm.text", text);
+               } else {
+                       while (check_list) {
+                               pre_list_item = (preferred_list_item_t *)
+                                   eina_list_data_get(check_list);
+                               if (NULL == pre_list_item)
+                                       continue;
+                               elm_check_state_set
+                                   (pre_list_item->data_Genitem->eo_check, 0);
+                               pre_list_item->data_Genitem->chk_status = 0;
+                               check_list = eina_list_next(check_list);
+                       }
+                       check_count = 0;
+                       evas_object_hide(ad->selInfoPop);
+               }
+       } else {
+               SETTING_TRACE("Select %s", list_item->keyStr);
+               if (state) {
+                       check_count++;
+               } else {
+                       check_count--;
+               }
+
+               if (check_count < ad->pref_list.NumOfPreffPlmns) {
+                       elm_check_state_set(ad->data_cl_select_all->eo_check,
+                                           0);
+                       ad->data_cl_select_all->chk_status = 0;
+               } else {
+                       elm_check_state_set(ad->data_cl_select_all->eo_check,
+                                           1);
+                       ad->data_cl_select_all->chk_status = 1;
+               }
+
+               if (!check_count) {
+                       evas_object_hide(ad->selInfoPop);
+                       return;
+               }
+
+               char text[MAX_DISPLAY_NAME_LEN_ON_UI];
+               if (check_count == 1)
+                       snprintf(text, sizeof(text), "%d Item Selected",
+                                check_count);
+               else
+                       snprintf(text, sizeof(text), "%d Items Selected",
+                                check_count);
+
+               /*  text set and timeout set */
+               edje_object_part_text_set(_EDJ(ad->selInfoPop_layout),
+                                         "elm.text", text);
+       }
+       SETTING_TRACE("check_count:%d", check_count);
+}
+
+static bool
+setting_network_preferred_network_delete_one(SettingNetworkUG *ad,
+                                            preferred_list_item_t *list_item)
+{
+       retvm_if(list_item == NULL, FALSE, "list_item parameter is NULL");
+       bool ret = TRUE;
+       int request_id = -1;
+       int tapi_ret = TAPI_API_SUCCESS;
+       TelNetworkPrefferedPlmnInfo_t preff_plmn_info = { 0, };
+       memcpy(&preff_plmn_info,
+              &ad->pref_list.PreffPlmnRecord[list_item->prefer_idx],
+              sizeof(TelNetworkPrefferedPlmnInfo_t));
+       SETTING_TRACE_WARNING
+           ("preff_plmn_info.network_name = %s, preff_plmn_info.Index = %d",
+            preff_plmn_info.network_name, preff_plmn_info.Index);
+       tapi_ret =
+           tel_set_network_preferred_plmn(TAPI_NETWORK_PREF_PLMN_DELETE,
+                                          &preff_plmn_info, &request_id);
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] tel_set_network_preferred_plmn(PLMN_DEL) err=%d ***%s",
+                    SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+               setting_network_popup_update(ad, _("Delete Failed"), FALSE);
+               ret = FALSE;
+       }
+       return ret;
+}
+
+void setting_network_preferred_network_delete_ok(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       bool ret = TRUE;
+       preferred_list_item_t *list_item = NULL;
+       int total_count = eina_list_count(ad->checked_data_list);
+       ad->deleted_number++;
+       if (ad->deleted_number >= total_count) {
+               if (ad->network_ug_pop != NULL) {
+                       evas_object_del(ad->network_ug_pop);
+                       ad->network_ug_pop = NULL;
+               }
+               setting_network_popup_create(ad, _("IDS_COM_POP_SUCCESS"), FALSE);
+
+               int request_id = -1;
+               int tapi_ret = TAPI_API_SUCCESS;
+
+               tapi_ret = tel_get_network_preferred_plmn(&request_id);
+               if (tapi_ret != TAPI_API_SUCCESS) {
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] tel_get_network_preferred_plmn. err=%d ***%s",
+                            SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+               }
+       } else {
+               /* update info */
+               char info[MAX_DISPLAY_NAME_LEN_ON_UI] = { 0 };
+               snprintf(info, sizeof(info), "%s (%d/%d)",
+                        _("IDS_COM_SK_DELETE"), ad->deleted_number,
+                        total_count);
+               elm_object_text_set(ad->popup_label, info);
+               /* delete next */
+               list_item =
+                   eina_list_nth(ad->checked_data_list, ad->deleted_number);
+               ret =
+                   setting_network_preferred_network_delete_one(ad, list_item);
+               if (!ret) {
+                       setting_network_preferred_network_delete_failed(ad);
+               }
+       }
+}
+
+void setting_network_preferred_network_delete_failed(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       if (ad->network_ug_pop != NULL) {
+               evas_object_del(ad->network_ug_pop);
+               ad->network_ug_pop = NULL;
+       }
+       setting_network_popup_create(ad, _("Failed!"), FALSE);
+
+       int request_id = -1;
+       int tapi_ret = TAPI_API_SUCCESS;
+
+       tapi_ret = tel_get_network_preferred_plmn(&request_id);
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] tel_get_network_preferred_plmn. err=%d ***%s",
+                    SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+       }
+}
+
+static void setting_network_preferred_network_create_delete_pop(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       if (ad->network_ug_pop != NULL) {
+               evas_object_del(ad->network_ug_pop);
+               ad->network_ug_pop = NULL;
+       }
+       Evas_Object *popup;
+       popup = elm_popup_add(ad->win_get);
+       evas_object_size_hint_weight_set(popup, EVAS_HINT_EXPAND,
+                                        EVAS_HINT_EXPAND);
+       Evas_Object *box, *progressbar;
+       ad->popup_label = elm_label_add(popup);
+       char info[MAX_DISPLAY_NAME_LEN_ON_UI] = { 0 };
+       snprintf(info, sizeof(info), "%s (%d/%d)", _("IDS_COM_SK_DELETE"),
+                ad->deleted_number, eina_list_count(ad->checked_data_list));
+       elm_object_text_set(ad->popup_label, info);
+       evas_object_show(ad->popup_label);
+       box = elm_box_add(popup);
+       progressbar = elm_progressbar_add(popup);
+       elm_object_style_set(progressbar, "pending_list");
+       elm_progressbar_pulse(progressbar, EINA_TRUE);
+       evas_object_size_hint_align_set(progressbar, EVAS_HINT_FILL, 0.5);
+       evas_object_size_hint_weight_set(progressbar, EVAS_HINT_EXPAND,
+                                        EVAS_HINT_EXPAND);
+       elm_progressbar_pulse(progressbar, EINA_TRUE);
+       evas_object_show(progressbar);
+       elm_box_pack_end(box, ad->popup_label);
+       elm_box_pack_end(box, progressbar);
+       evas_object_show(box);
+       elm_object_content_set(popup, box);
+       evas_object_show(popup);
+       ad->network_ug_pop = popup;
+}
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void setting_network_preferred_network_delete_yes_cb(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(cb == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+       bool ret = TRUE;
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+       ad->deleted_number = 0;
+       eina_list_free(ad->checked_data_list);
+       ad->checked_data_list = NULL;
+       Eina_List *check_list = ad->item_check_list;
+       preferred_list_item_t *list_item = NULL;
+       bool isChecked = FALSE;
+       while (check_list) {
+               list_item =
+                   (preferred_list_item_t *) eina_list_data_get(check_list);
+               if (NULL == list_item)
+                       continue;
+               isChecked = list_item->data_Genitem->chk_status;
+
+               if (isChecked) {
+                       ad->checked_data_list =
+                           eina_list_prepend(ad->checked_data_list, list_item);
+               }
+               check_list = eina_list_next(check_list);
+       }
+       setting_network_preferred_network_create_delete_pop(ad);
+       list_item = eina_list_nth(ad->checked_data_list, ad->deleted_number);
+       ret = setting_network_preferred_network_delete_one(ad, list_item);
+       if (!ret) {
+               setting_network_preferred_network_delete_failed(ad);
+       }
+       ad->op_type = SETTING_NETWORK_PREFERRED_NETWORK_DELETE;
+}
+
+static void setting_network_preferred_network_delete_no_cb(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(cb == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+}
+
+static void setting_preferred_network_delete_resp_cb(void *data,
+                                                    Evas_Object *obj,
+                                                    void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       int response_type = btn_type(obj);
+       if (POPUP_RESPONSE_OK == response_type) {
+               setting_network_preferred_network_delete_yes_cb(data);
+       } else if (POPUP_RESPONSE_CANCEL == response_type) {
+               setting_network_preferred_network_delete_no_cb(data);
+       }
+}
+
+static void
+setting_network_preferred_network_delete_click_softkey_delete_cb(void *data,
+                                                                Evas_Object *
+                                                                obj, void
+                                                                *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       if (ad->pref_list.NumOfPreffPlmns == 1) {
+               setting_create_popup_without_title(ad, ad->win_get,
+                                                 _("Do not Delete!"));
+       } else {
+               int sel_count = 0;
+               Eina_List *check_list = ad->item_check_list;
+               preferred_list_item_t *list_item = NULL;
+               while (check_list) {
+                       list_item = (preferred_list_item_t *)
+                           eina_list_data_get(check_list);
+                       if (NULL == list_item)
+                               continue;
+                       SETTING_TRACE("item[%d]'s check flag is %d",
+                                     list_item->prefer_idx,
+                                     list_item->data_Genitem->chk_status);
+                       if (list_item->data_Genitem->chk_status) {
+                               sel_count++;
+                       }
+                       check_list = eina_list_next(check_list);
+               }
+
+               if (0 == sel_count) {
+                       setting_create_popup_without_title(ad, ad->win_get,
+                                                         _
+                                                         ("Please select item(s) to process!"));
+                       return;
+               }
+
+               char notify_str[MAX_DISPLAY_NAME_LEN_ON_UI] = { 0 };
+               if (1 == sel_count) {
+                       snprintf(notify_str, sizeof(notify_str),
+                                "%s 1 network?", _("IDS_COM_SK_DELETE"));
+               } else {
+                       snprintf(notify_str, sizeof(notify_str),
+                                "%s %d networks?", _("IDS_COM_SK_DELETE"),
+                                sel_count);
+               }
+               ad->popup = setting_create_popup_with_btn(ad, ad->win_get, notify_str,
+                                                NULL,
+                                                setting_preferred_network_delete_resp_cb,
+                                                0, 2, _("IDS_COM_SK_OK"),_("IDS_COM_SK_CANCEL"));
+       }
+
+       if (ad->selInfoPop) {
+               evas_object_del(ad->selInfoPop);
+               ad->selInfoPop = NULL;
+       }
+}
+
+static void
+setting_network_preferred_network_delete_click_softkey_cancel_cb(void *data,
+                                                                Evas_Object *
+                                                                obj, void
+                                                                *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       if (ad->selInfoPop) {
+               evas_object_del(ad->selInfoPop);
+               ad->selInfoPop = NULL;
+       }
+
+       ad->op_type = SETTING_NETWORK_PREFERRED_NETWORK_NONE;
+       setting_view_change(&setting_view_network_preferred_network_delete,
+                           &setting_view_network_preferred_network, ad);
+}
diff --git a/setting-network/src/setting-network-preferred-network-edit.c b/setting-network/src/setting-network-preferred-network-edit.c
new file mode 100644 (file)
index 0000000..f5db80d
--- /dev/null
@@ -0,0 +1,276 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-network-preferred-network-edit.h>
+
+static int setting_network_preferred_network_edit_create(void *cb);
+static int setting_network_preferred_network_edit_destroy(void *cb);
+static int setting_network_preferred_network_edit_update(void *cb);
+static int setting_network_preferred_network_edit_cleanup(void *cb);
+
+setting_view setting_view_network_preferred_network_edit = {
+       .create = setting_network_preferred_network_edit_create,
+       .destroy = setting_network_preferred_network_edit_destroy,
+       .update = setting_network_preferred_network_edit_update,
+       .cleanup = setting_network_preferred_network_edit_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_network_preferred_network_edit_create(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       Evas_Object *scroller = NULL;
+       setting_push_layout_navi_bar_genlist(ad->win_main_layout, ad->win_get,
+                                            _(ad->
+                                              pref_list.PreffPlmnRecord
+                                              [ad->sel_pref_idx].network_name),
+                                            dgettext("sys_string",
+                                                     "IDS_COM_SK_CANCEL"),
+                                            dgettext("sys_string",
+                                                     "IDS_COM_SK_DONE"),
+                                            setting_network_preferred_network_edit_click_softkey_cancel_cb,
+                                            setting_network_preffered_network_edit_click_softkey_save_cb,
+                                            ad, &scroller, ad->navi_bar);
+       Elm_Object_Item *item = NULL;;
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       char mcc[SETTING_NETWORK_PREFERRED_NETWORK_CODE_LEN] = { 0, };
+       char mnc[SETTING_NETWORK_PREFERRED_NETWORK_CODE_LEN] = { 0, };
+       int network_type = 0;
+       memcpy(&mcc, ad->pref_list.PreffPlmnRecord[ad->sel_pref_idx].Plmn, 3);
+       memcpy(&mnc, ad->pref_list.PreffPlmnRecord[ad->sel_pref_idx].Plmn + 3,
+              3);
+
+       if (ad->pref_list.PreffPlmnRecord[ad->sel_pref_idx].SystemType ==
+           TAPI_NETWORK_SYSTEM_GSM) {
+               network_type = 0;
+       } else {
+               network_type = 1;
+       }
+       ad->data_edit_mcc =
+           setting_create_Gendial_field_def(scroller,
+                                            &(ad->itc_variable_height), NULL,
+                                            NULL, SWALLOW_Type_LAYOUT_ENTRY,
+                                            NULL, NULL, 0,
+                                            "IDS_ST_BODY_COUNTRY_CODE", _(mcc),
+                                            setting_network_preffered_network_edit_entry_changed_cb);
+       if (ad->data_edit_mcc) {
+               ad->data_edit_mcc->userdata = ad;
+               ad->data_edit_mcc->input_type = ELM_INPUT_PANEL_LAYOUT_NUMBERONLY;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_edit_mcc is NULL");
+       }
+
+       ad->data_edit_mnc =
+           setting_create_Gendial_field_def(scroller,
+                                            &(ad->itc_variable_height), NULL,
+                                            NULL, SWALLOW_Type_LAYOUT_ENTRY,
+                                            NULL, NULL, 0,
+                                            "IDS_ST_BODY_NETWORK_CODE", _(mnc),
+                                            setting_network_preffered_network_edit_entry_changed_cb);
+       if (ad->data_edit_mnc) {
+               ad->data_edit_mnc->userdata = ad;
+               ad->data_edit_mnc->input_type = ELM_INPUT_PANEL_LAYOUT_NUMBERONLY;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_edit_mnc is NULL");
+       }
+
+       (void)setting_create_Gendial_field_titleItem(scroller,
+                                                    &(ad->itc_group_item),
+                                                    "IDS_ST_BODY_NETWORK_TYPE",
+                                                    NULL);
+       ad->chk_edit_type = elm_radio_add(scroller);
+       elm_radio_state_value_set(ad->chk_edit_type, -1);
+
+       setting_create_Gendial_field_1radio(scroller, &(ad->itc_1text_1icon_2),
+                                           setting_mouse_up_Gendial_list_radio_cb,
+                                           ad->chk_edit_type,
+                                           SWALLOW_Type_1RADIO,
+                                           ad->chk_edit_type, 0, "IDS_ST_BODY_GSM", NULL);
+
+       setting_create_Gendial_field_1radio(scroller, &(ad->itc_1text_1icon_2),
+                                           setting_mouse_up_Gendial_list_radio_cb,
+                                           ad->chk_edit_type,
+                                           SWALLOW_Type_1RADIO,
+                                           ad->chk_edit_type, 1, "UMTS", NULL);
+       elm_radio_value_set(ad->chk_edit_type, network_type);
+       setting_view_network_preferred_network_edit.is_create = 1;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_edit_destroy(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_network_preferred_network_edit.is_create = 0;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_edit_update(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_edit_cleanup(void *cb)
+{
+       return setting_network_preferred_network_edit_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+static void
+setting_network_preffered_network_edit_entry_changed_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info)
+{
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       const char *entry_str = elm_entry_entry_get(obj);
+       list_item->sub_desc = (char *)g_strdup(entry_str);
+}
+
+static void
+setting_network_preffered_network_edit_click_softkey_save_cb(void *data,
+                                                            Evas_Object *obj,
+                                                            void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Network > Preferred Net] Data parameter for setting_network_preffered_network_edit_click_softkey_save_cb is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       int request_id = -1;
+       int tapi_ret = TAPI_API_SUCCESS;
+       TelNetworkPrefferedPlmnInfo_t pref_plmn_info = { 0, };
+
+       int network_type = 0;
+       const char *mcc = NULL;
+       const char *mnc = NULL;
+       if (ad->data_edit_mcc) {
+               mcc = ad->data_edit_mcc->sub_desc;
+       }
+       if (ad->data_edit_mnc) {
+               mnc = ad->data_edit_mnc->sub_desc;
+       }
+
+       setting_retm_if(isEmptyStr(mcc)
+                       || isEmptyStr(mcc),
+                       "mcc or mnc got from editfiled error");
+       SETTING_TRACE("mcc:%s, mnc:%s", mcc, mnc);
+       int mcc_len = safeStrLen(mcc);
+       int mnc_len = safeStrLen(mnc);
+       if (COUNTRY_CODE_LEN != mcc_len) {
+               if ((NETWORK_CODE_LEN < mnc_len) || (mnc_len <= 0)) {
+                       setting_create_popup_without_btn(ad, ad->win_get,
+                                            _("please input country code made up of 3 digital number and network code made up of 1 ~ 3 digital number"),
+                                            NULL, NULL, POPUP_INTERVAL);
+               } else {
+                       setting_create_popup_without_btn(ad, ad->win_get,
+                                            _("please input country code made up of 3 digital number"),
+                                            NULL, NULL, POPUP_INTERVAL);
+               }
+               return;
+       }
+
+       if ((NETWORK_CODE_LEN < mnc_len) || (mnc_len <= 0)) {
+               setting_create_popup_without_btn(ad, ad->win_get,
+                                    _("please input network code made up of 1 ~ 3 digital number"),
+                                    NULL, NULL, POPUP_INTERVAL);
+               return;
+       }
+
+       network_type = elm_radio_value_get(ad->chk_edit_type);
+
+       memset(&pref_plmn_info, 0x00, sizeof(TelNetworkPrefferedPlmnInfo_t));
+       memcpy(&pref_plmn_info,
+              &ad->pref_list.PreffPlmnRecord[ad->sel_pref_idx],
+              sizeof(TelNetworkPrefferedPlmnInfo_t));
+
+       safeCopyStr((char *)pref_plmn_info.Plmn, mcc, 3);
+       safeCopyStr((char *)pref_plmn_info.Plmn + 3, mnc, 3);
+
+       /* save network type */
+       if (network_type == 0) {
+               pref_plmn_info.SystemType = TAPI_NETWORK_SYSTEM_GSM;
+       } else {
+               pref_plmn_info.SystemType = TAPI_NETWORK_SYSTEM_UMTS;
+       }
+       setting_network_popup_create(ad, _("IDS_ST_POP_SAVING"), TRUE);
+
+       tapi_ret =
+           tel_set_network_preferred_plmn(TAPI_NETWORK_PREF_PLMN_EDIT,
+                                          &pref_plmn_info, &request_id);
+       if (tapi_ret != TAPI_API_SUCCESS || request_id < 0) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] tel_set_network_preferred_plmn(PLMN_EDIT) err=%d ***%s",
+                    SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+               setting_network_popup_update(ad, _("Save Failed!"), FALSE);
+       }
+
+       ad->op_type = SETTING_NETWORK_PREFERRED_NETWORK_EDIT;
+}
+
+static void
+setting_network_preferred_network_edit_click_softkey_cancel_cb(void *data,
+                                                              Evas_Object *
+                                                              obj,
+                                                              void *event_info)
+{
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Network > Preferred Net] Data parameter for setting_network_preffered_network_edit_click_softkey_save_cb is NULL");
+       ad->op_type = SETTING_NETWORK_PREFERRED_NETWORK_NONE;
+       setting_view_change(&setting_view_network_preferred_network_edit,
+                           &setting_view_network_preferred_network, ad);
+}
diff --git a/setting-network/src/setting-network-preferred-network-list.c b/setting-network/src/setting-network-preferred-network-list.c
new file mode 100644 (file)
index 0000000..dfe8750
--- /dev/null
@@ -0,0 +1,520 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-network-preferred-network-list.h>
+
+static int setting_network_preferred_network_list_create(void *cb);
+static int setting_network_preferred_network_list_destroy(void *cb);
+static int setting_network_preferred_network_list_update(void *cb);
+static int setting_network_preferred_network_list_cleanup(void *cb);
+
+static Evas_Object *__gl_network_radio_group = NULL;
+
+setting_view setting_view_network_preferred_network_list = {
+       .create = setting_network_preferred_network_list_create,
+       .destroy = setting_network_preferred_network_list_destroy,
+       .update = setting_network_preferred_network_list_update,
+       .cleanup = setting_network_preferred_network_list_cleanup,
+};
+
+#define LIST_COUNT 100
+#define MAX_PLMN_LEN 6
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int gl_network_genlist_label_initialize(SettingNetworkUG *ad)
+{
+       Elm_Object_Item *gl_item = NULL;
+       char *sel_mem = NULL;
+
+       if (ad->gl_network) {
+               gl_item = elm_genlist_first_item_get(ad->gl_network);
+               while (gl_item) {
+                       sel_mem = (char *)elm_object_item_data_get(gl_item);
+                       if (sel_mem) {
+                               FREE(sel_mem);
+                       }
+                       gl_item = elm_genlist_item_next_get(gl_item);
+               }
+               elm_genlist_clear(ad->gl_network);
+
+               return 0;
+       }
+
+       return SETTING_RETURN_FAIL;
+}
+
+static char *gl_network_genlist_text_get(void *data, Evas_Object *obj,
+                                         const char *part)
+{
+       char buf[PATH_MAX];
+
+       struct gl_network_data *sel_mem = (struct gl_network_data *)data;
+
+       if (safeStrCmp(part, "elm.text") == 0) {
+               snprintf(buf, sizeof(buf), "%s", sel_mem->name);
+               return strdup(buf);
+       } else {
+               safeCopyStr(buf, "", strlen(""));
+               return strdup(buf);
+       }
+}
+
+static void gl_network_genlist_delete(void *data, Evas_Object *obj)
+{
+       struct gl_network_data *one_item = (struct gl_network_data *)data;
+       if (data) {
+               FREE(one_item);
+       }
+       return;
+}
+
+static Evas_Object *gl_network_getlist_content_get(void *data, Evas_Object *obj,
+                                               const char *part)
+{
+       Evas_Object *radio = NULL;
+       struct gl_network_data *sel_mem = (struct gl_network_data *)data;
+
+       if (safeStrCmp(part, "elm.swallow.end") == 0
+           || safeStrCmp(part, "elm.icon") == 0) {
+               radio = elm_radio_add(obj);
+               retv_if(radio == NULL, NULL);
+               elm_radio_state_value_set(radio, sel_mem->index);
+               elm_radio_group_add(radio, __gl_network_radio_group);
+       }
+       return radio;
+}
+
+static void gl_network_genlist_select(void *data, Evas_Object *obj,
+                                     void *event_info)
+{
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       Elm_Object_Item *item = NULL;
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+
+       ad->cur_sel_mem =
+           (struct gl_network_data *)elm_object_item_data_get(item);
+
+       if (ad->cur_sel_mem == NULL) {
+               return;
+       }
+
+       ad->cur_sel_index = ad->cur_sel_mem->index;
+       elm_radio_value_set(__gl_network_radio_group, ad->cur_sel_index);
+       return;
+}
+
+static void __get_preferred_network_list_item_name(char *name,
+                                                  settings_preferred_network_table
+                                                  network)
+{
+       setting_retm_if(NULL == name, "NULL == name")
+       const char *nw_type_str = NULL;
+       switch (network.nw_type) {
+       case SETTING_PREFERRED_NETWORK_TYPE_GSM_900:
+               {
+                       nw_type_str = "GSM900";
+                       break;
+               }
+       case SETTING_PREFERRED_NETWORK_TYPE_DCS_1800:
+               {
+                       nw_type_str = "DCS";
+                       break;
+               }
+       case SETTING_PREFERRED_NETWORK_TYPE_PCS_1900:
+               {
+                       nw_type_str = "PCS";
+                       break;
+               }
+       case SETTING_PREFERRED_NETWORK_TYPE_GSM_SAT:
+               {
+                       nw_type_str = "GSMSAT";
+                       break;
+               }
+       case SETTING_PREFERRED_NETWORK_TYPE_GSM_850:
+               {
+                       nw_type_str = "GSM850";
+                       break;
+               }
+       case SETTING_PREFERRED_NETWORK_TYPE_UMTS:
+               {
+                       nw_type_str = "UMTS";
+                       break;
+               }
+       default:
+               {
+                       nw_type_str = NULL;
+                       break;
+               }
+       }
+       snprintf(name, 255, "%s (%s)", network.short_name_ptr, nw_type_str);
+}
+
+static Eina_Bool __genlist_update(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(NULL == data, 0, "NULL == data")
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       Elm_Object_Item *gl_item = NULL;
+       const char *match_str = NULL;
+
+       SETTING_TRACE("match_str:%s", match_str);
+
+       struct gl_network_data *one_item;
+       elm_genlist_clear(ad->gl_network);
+       int i;
+       int items = (sizeof(network_table) / sizeof(network_table[0]));
+       for (i = 0; i < items; i++) {
+               one_item =
+                   (struct gl_network_data *)calloc(1,
+                                                    sizeof(struct
+                                                           gl_network_data));
+               setting_retvm_if(!one_item, FALSE, "calloc failed");
+               one_item->index = i;
+               __get_preferred_network_list_item_name(one_item->name,
+                                                      network_table[i]);
+
+               if ('\0' == ad->search_text[0]
+                   || (one_item->name && is_substr_ncase(one_item->name, ad->search_text))) {  /*  is substring */
+                       gl_item =
+                           elm_genlist_item_append(ad->gl_network, &ad->itc,
+                                                   one_item, NULL,
+                                                   ELM_GENLIST_ITEM_NONE,
+                                                   gl_network_genlist_select,
+                                                   ad);
+               } else {
+                       FREE(one_item);
+               }
+       }
+       ad->add_view_timer = NULL;
+       return FALSE;
+}
+
+/* ***search bar****/
+static void __searchbar_changed_cb(void *data, Evas_Object *obj,
+                                  void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(NULL == data, "NULL == data")
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       if (elm_object_focus_get(ad->nw_search_bar)) {
+               if (elm_entry_is_empty(obj))
+                       elm_object_signal_emit(ad->nw_search_bar, "elm,state,eraser,hide", "elm");
+               else
+                       elm_object_signal_emit(ad->nw_search_bar, "elm,state,eraser,show", "elm");
+       }
+
+       const char *str = elm_object_text_get(obj);
+       if (str == NULL) {
+               SETTING_TRACE_ERROR("Searchbar text is NULL!");
+               return;
+       }
+       if (!safeStrCmp(str, ad->search_text)) {
+               return;
+       }
+
+       if (strlen(str) > MAX_SEARCH_STR_LEN) {
+               /* the content of entry won't change if enter too many characters */
+               elm_object_text_set(obj, ad->search_text);
+               /* elm_entry_cursor_end_set(entry); */
+               /*  if input too long, show popup */
+               setting_network_popup_create(ad, _("Input too long!"), FALSE);
+               return;
+       }
+
+       memset(ad->search_text, '\0', MAX_SEARCH_STR_LEN + 1);
+       safeCopyStr(ad->search_text, str, MAX_SEARCH_STR_LEN);
+
+       SETTING_TRACE("Update the search view text, search_text=%s",
+                     ad->search_text);
+
+       ad->add_view_timer = ecore_idler_add(__genlist_update, ad);
+}
+
+static void __searchbar_cancel_clicked_cb(void *data, Evas_Object *obj,
+                                         void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       Evas_Object *entry = elm_object_part_content_get(ad->nw_search_bar, "elm.swallow.content");
+       Ecore_IMF_Context *imf_context = (Ecore_IMF_Context *)elm_entry_imf_context_get(entry);
+       if (imf_context) {
+               ecore_imf_context_input_panel_hide(imf_context);
+       }
+}
+
+static void __searchbar_focused_cb(void *data, Evas_Object *obj,
+                                  void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(NULL == data, "NULL == data");
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       if (!elm_entry_is_empty(obj))
+               elm_object_signal_emit(ad->nw_search_bar, "elm,state,eraser,show", "elm");
+       elm_object_signal_emit(ad->nw_search_bar, "elm,state,guidetext,hide", "elm");
+       elm_object_signal_emit(ad->nw_search_bar, "cancel,in", "");
+}
+
+static Evas_Object *__add_searchbar_add(Evas_Object *parent, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(NULL == data, NULL, "NULL == data");
+
+       Evas_Object *searchbar_layout = elm_layout_add(parent);
+       elm_layout_theme_set(searchbar_layout, "layout", "searchbar", "cancel_button");
+
+       Evas_Object *entry = elm_entry_add(searchbar_layout);
+       elm_entry_scrollable_set(entry, EINA_TRUE);
+       elm_entry_single_line_set(entry, EINA_TRUE);
+       elm_entry_input_panel_layout_set(entry, ELM_INPUT_PANEL_LAYOUT_NORMAL);
+       elm_object_part_content_set(searchbar_layout, "elm.swallow.content", entry);
+       elm_object_part_text_set(searchbar_layout, "elm.guidetext", dgettext("sys_string", "IDS_COM_SK_SEARCH"));
+
+       evas_object_size_hint_weight_set(searchbar_layout, EVAS_HINT_EXPAND, 0);
+       evas_object_size_hint_align_set(searchbar_layout, EVAS_HINT_FILL, 0.0);
+       evas_object_size_hint_min_set(searchbar_layout, 480, 66);
+
+       evas_object_smart_callback_add(entry, "changed", __searchbar_changed_cb, data);
+       evas_object_smart_callback_add(entry, "focused", __searchbar_focused_cb, data);
+
+       Evas_Object *cancel_btn = elm_button_add(searchbar_layout);
+       elm_object_part_content_set(searchbar_layout, "button_cancel", cancel_btn);
+       elm_object_style_set(cancel_btn, "searchbar/default");
+       //elm_object_text_set(cancel_btn, "Cancel");
+
+       evas_object_smart_callback_add(cancel_btn, "clicked",
+                                      __searchbar_cancel_clicked_cb, data);
+
+       edje_object_part_swallow(_EDJ(parent), "search_bar", searchbar_layout);
+
+       return searchbar_layout;
+}
+
+static int setting_network_preferred_network_list_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       Evas_Object *sub_layout = elm_layout_add(ad->win_main_layout);
+       elm_layout_file_set(sub_layout, SETTING_THEME_EDJ_NAME,
+                           "search_layout");
+       evas_object_size_hint_weight_set(sub_layout, EVAS_HINT_EXPAND, 0.0);
+       evas_object_show(sub_layout);
+
+       /* add basic layout */
+       setting_push_layout_navi_bar(_(STR_SETTING_NETWORK_LIST),
+                                    dgettext("sys_string", "IDS_COM_SK_CANCEL"),
+                                    dgettext("sys_string", "IDS_COM_ADD"),
+                                    NULL,
+                                    setting_network_preferred_network_list_click_softkey_cancel,
+                                    setting_network_preferred_network_list_click_softkey_add,
+                                    NULL, ad, sub_layout, ad->navi_bar, NULL);
+
+       Evas_Object *gl_network = NULL;
+       gl_network_genlist_label_initialize(ad);
+
+       ad->cur_sel_index = -1;
+       ad->itc.item_style = "1text.1icon.2";
+       ad->itc.func.text_get = gl_network_genlist_text_get;
+       ad->itc.func.content_get = gl_network_getlist_content_get;
+       ad->itc.func.state_get = NULL;
+       ad->itc.func.del = gl_network_genlist_delete;
+
+       ad->gl_network = gl_network = elm_genlist_add(ad->win_main_layout);
+       elm_genlist_clear(gl_network);
+       evas_object_show(gl_network);
+
+       __gl_network_radio_group = elm_radio_add(ad->win_main_layout);
+       elm_radio_state_value_set(__gl_network_radio_group, -1);
+
+       ad->nw_search_bar = __add_searchbar_add(sub_layout, ad);
+       edje_object_part_swallow(_EDJ(sub_layout), "search_list",
+                                ad->gl_network);
+       __genlist_update(ad);
+
+       elm_radio_value_set(__gl_network_radio_group, -100);
+       setting_view_network_preferred_network_list.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_list_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+       if (__gl_network_radio_group != NULL) {
+               evas_object_del(__gl_network_radio_group);
+       }
+       if (ad->gl_network != NULL) {
+               elm_genlist_clear(ad->gl_network);
+               evas_object_del(ad->gl_network);
+               ad->gl_network = NULL;
+       }
+       if (ad->add_view_timer) {
+               ecore_idler_del(ad->add_view_timer);
+               ad->add_view_timer = NULL;
+       }
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_network_preferred_network_list.is_create = 0;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_list_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_list_cleanup(void *cb)
+{
+       return setting_network_preferred_network_list_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_network_preferred_network_list_click_softkey_cancel(void *data,
+                                                           Evas_Object *obj,
+                                                           void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Network > Preferred list] Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       setting_view_change(&setting_view_network_preferred_network_list,
+                           &setting_view_network_preferred_network, ad);
+}
+
+static void
+setting_network_preferred_network_list_click_softkey_add(void *data,
+                                                        Evas_Object *obj,
+                                                        void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Network > Preferred list] Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       int request_id = -1;
+       int sel = 0;
+       int tapi_ret = TAPI_API_SUCCESS;
+       TelNetworkPrefferedPlmnInfo_t pref_plmn_info = { 0, };
+
+       /* sel = ad->cur_sel_index; */
+       sel = elm_radio_value_get(__gl_network_radio_group);
+       SETTING_TRACE
+           ("setting_network_preferred_network_list_click_softkey_add: sel = %d",
+            sel);
+
+       if (sel < 0) {
+               setting_network_popup_create(ad,
+                                            _("Please select item(s) to process!"),
+                                            FALSE);
+               return;
+       }
+
+       int ret = 0;
+       ret = snprintf((char *)pref_plmn_info.Plmn, MAX_PLMN_LEN / 2, "%d",
+                    network_table[sel].mcc);
+       ret_if(ret < 0);
+
+       ret = snprintf((char *)pref_plmn_info.Plmn + (MAX_PLMN_LEN / 2),
+                    MAX_PLMN_LEN / 2, "%d", network_table[sel].mnc);
+       ret_if(ret < 0);
+
+       SETTING_TRACE("selected item is:%s", network_table[sel].short_name_ptr);
+
+       switch (network_table[sel].nw_type) {
+       case SETTING_PREFERRED_NETWORK_TYPE_GSM_900:
+       case SETTING_PREFERRED_NETWORK_TYPE_DCS_1800:
+       case SETTING_PREFERRED_NETWORK_TYPE_PCS_1900:
+       case SETTING_PREFERRED_NETWORK_TYPE_GSM_SAT:
+       case SETTING_PREFERRED_NETWORK_TYPE_GSM_850:
+               pref_plmn_info.SystemType = TAPI_NETWORK_SYSTEM_GSM;
+               break;
+
+       case SETTING_PREFERRED_NETWORK_TYPE_UMTS:
+               pref_plmn_info.SystemType = TAPI_NETWORK_SYSTEM_UMTS;
+               break;
+       default:
+               break;
+       }
+
+       pref_plmn_info.Index =
+           ad->pref_list.PreffPlmnRecord[ad->pref_list.NumOfPreffPlmns -
+                                         1].Index + 1;
+
+       setting_network_popup_create(ad, _("IDS_ST_POP_SAVING"), TRUE);
+       SETTING_TRACE_DEBUG("%s*** plmn=%s, index=%d ***%s",
+                           SETTING_FONT_BGREEN, pref_plmn_info.Plmn,
+                           (int)(pref_plmn_info.Index), SETTING_FONT_BLACK);
+
+       tapi_ret =
+           tel_set_network_preferred_plmn(TAPI_NETWORK_PREF_PLMN_ADD,
+                                          &pref_plmn_info, &request_id);
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] tel_set_network_preferred_plmn(PLMN_ADD) err=%d ***%s",
+                    SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+               setting_network_popup_update(ad, _("Save Failed!"), FALSE);
+       }
+
+       ad->op_type = SETTING_NETWORK_PREFERRED_NETWORK_LIST;
+}
diff --git a/setting-network/src/setting-network-preferred-network-new.c b/setting-network/src/setting-network-preferred-network-new.c
new file mode 100644 (file)
index 0000000..fbb7112
--- /dev/null
@@ -0,0 +1,266 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-network-preferred-network-new.h>
+#include <setting-network-preferred-network.h>
+
+static int setting_network_preferred_network_new_create(void *cb);
+static int setting_network_preferred_network_new_destroy(void *cb);
+static int setting_network_preferred_network_new_update(void *cb);
+static int setting_network_preferred_network_new_cleanup(void *cb);
+
+setting_view setting_view_network_preferred_network_new = {
+       .create = setting_network_preferred_network_new_create,
+       .destroy = setting_network_preferred_network_new_destroy,
+       .update = setting_network_preferred_network_new_update,
+       .cleanup = setting_network_preferred_network_new_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_network_preferred_network_new_create(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       Evas_Object *scroller = NULL;
+       /* Add basic layout */
+       setting_push_layout_navi_bar_genlist(ad->win_main_layout, ad->win_get,
+                                            _("IDS_ST_HEADER_NEW_NETWORK"),
+                                            _("IDS_COM_SK_CANCEL"),
+                                            _("IDS_COM_SK_DONE"),
+                                            setting_network_preferred_network_new_click_softkey_cancel_cb,
+                                            setting_network_preffered_network_new_click_softkey_save_cb,
+                                            ad, &scroller, ad->navi_bar);
+       Elm_Object_Item *item = NULL;;
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       ad->data_new_mcc =
+           setting_create_Gendial_field_def(scroller,
+                                            &(ad->itc_variable_height), NULL,
+                                            NULL, SWALLOW_Type_LAYOUT_ENTRY,
+                                            NULL, NULL, 0,
+                                            "IDS_ST_BODY_COUNTRY_CODE",
+                                            _("000"),
+                                            setting_network_preferred_network_new_entry_changed_cb);
+       if (ad->data_new_mcc) {
+               ad->data_new_mcc->userdata = ad;
+               ad->data_new_mcc->input_type = ELM_INPUT_PANEL_LAYOUT_NUMBERONLY;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_new_mcc is NULL");
+       }
+
+       ad->data_new_mnc =
+           setting_create_Gendial_field_def(scroller,
+                                            &(ad->itc_variable_height), NULL,
+                                            NULL, SWALLOW_Type_LAYOUT_ENTRY,
+                                            NULL, NULL, 0,
+                                            "IDS_ST_BODY_NETWORK_CODE",
+                                            _("000"),
+                                            setting_network_preferred_network_new_entry_changed_cb);
+       if (ad->data_new_mnc) {
+               ad->data_new_mnc->userdata = ad;
+               ad->data_new_mnc->input_type = ELM_INPUT_PANEL_LAYOUT_NUMBERONLY;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_new_mnc is NULL");
+       }
+
+       (void)setting_create_Gendial_field_titleItem(scroller,
+                                                    &(ad->itc_group_item),
+                                                    "IDS_ST_BODY_NETWORK_TYPE",
+                                                    NULL);
+       ad->chk_new_type = elm_radio_add(scroller);
+       elm_radio_state_value_set(ad->chk_new_type, 0);
+
+       setting_create_Gendial_field_1radio(scroller, &(ad->itc_1text_1icon_2),
+                                           setting_mouse_up_Gendial_list_radio_cb,
+                                           ad->chk_new_type,
+                                           SWALLOW_Type_1RADIO,
+                                           ad->chk_new_type, 0, "IDS_ST_BODY_GSM", NULL);
+
+       setting_create_Gendial_field_1radio(scroller, &(ad->itc_1text_1icon_2),
+                                           setting_mouse_up_Gendial_list_radio_cb,
+                                           ad->chk_new_type,
+                                           SWALLOW_Type_1RADIO,
+                                           ad->chk_new_type, 1, "UMTS", NULL);
+       setting_view_network_preferred_network_new.is_create = 1;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_new_destroy(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_network_preferred_network_new.is_create = 0;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_new_update(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_new_cleanup(void *cb)
+{
+       return setting_network_preferred_network_new_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+static void
+setting_network_preferred_network_new_entry_changed_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info)
+{
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       const char *entry_str = elm_entry_entry_get(obj);
+       list_item->sub_desc = (char *)g_strdup(entry_str);
+}
+
+static void
+setting_network_preffered_network_new_click_softkey_save_cb(void *data,
+                                                           Evas_Object *obj,
+                                                           void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Netwrok > Preferred New] Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       int request_id = -1;
+       int tapi_ret = TAPI_API_SUCCESS;
+
+       TelNetworkPrefferedPlmnInfo_t pref_plmn_info = { 0, };
+
+       int network_type = 0;
+       const char *mcc = NULL;
+       const char *mnc = NULL;
+       if (ad->data_new_mcc) {
+               mcc = ad->data_new_mcc->sub_desc;
+       }
+       if (ad->data_new_mnc) {
+               mnc = ad->data_new_mnc->sub_desc;
+       }
+
+       setting_retm_if(isEmptyStr(mcc)
+                       || isEmptyStr(mnc),
+                       "mcc or mnc got from editfiled error");
+       int mcc_len = strlen(mcc);
+       int mnc_len = strlen(mnc);
+       if (COUNTRY_CODE_LEN != mcc_len) {
+               if ((NETWORK_CODE_LEN < mnc_len) || (mnc_len <= 0)) {
+                       setting_create_popup_without_btn(ad, ad->win_get,
+                                            _("please input country code made up of 3 digital number and network code made up of 1 ~ 3 digital number"),
+                                            NULL, NULL, POPUP_INTERVAL);
+               } else {
+                       setting_create_popup_without_btn(ad, ad->win_get,
+                                            _("please input country code made up of 3 digital number"),
+                                            NULL, NULL, POPUP_INTERVAL);
+               }
+               return;
+       }
+
+       if ((NETWORK_CODE_LEN < mnc_len) || (mnc_len <= 0)) {
+               setting_create_popup_without_btn(ad, ad->win_get,
+                                    _("please input network code made up of 1 ~ 3 digital number"),
+                                    NULL, NULL, POPUP_INTERVAL);
+               return;
+       }
+
+       network_type = elm_radio_value_get(ad->chk_new_type);
+
+       /* save mcc, mnc */
+       safeCopyStr((char *)pref_plmn_info.Plmn, (char *)mcc, 3);
+       safeCopyStr((char *)pref_plmn_info.Plmn + 3, (char *)mnc, 3);
+
+       SETTING_TRACE_DEBUG("%s*** mcc=%s, mnc=%s, plmn=%s ***%s",
+                           SETTING_FONT_BGREEN, mcc, mnc,
+                           (char *)(pref_plmn_info.Plmn), SETTING_FONT_BLACK);
+
+       /* save network type */
+       if (network_type == 0) {
+               pref_plmn_info.SystemType = TAPI_NETWORK_SYSTEM_GSM;
+       } else {
+               pref_plmn_info.SystemType = TAPI_NETWORK_SYSTEM_UMTS;
+       }
+
+       pref_plmn_info.Index =
+           ad->pref_list.PreffPlmnRecord[ad->pref_list.NumOfPreffPlmns -
+                                         1].Index + 1;
+
+       setting_network_popup_create(ad, _("IDS_ST_POP_SAVING"), TRUE);
+       tapi_ret =
+           tel_set_network_preferred_plmn(TAPI_NETWORK_PREF_PLMN_ADD,
+                                          &pref_plmn_info, &request_id);
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR]  tel_set_network_preferred_plmn(PLMN_ADD) err=%d ***%s",
+                    SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+               setting_network_popup_update(ad, _("Save Failed!"), FALSE);
+       }
+
+       ad->op_type = SETTING_NETWORK_PREFERRED_NETWORK_NEW;
+}
+
+static void
+setting_network_preferred_network_new_click_softkey_cancel_cb(void *data,
+                                                             Evas_Object *obj,
+                                                             void *event_info)
+{
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Network > Preferred New] Data parameter is NULL");
+       ad->op_type = SETTING_NETWORK_PREFERRED_NETWORK_NONE;
+       setting_view_change(&setting_view_network_preferred_network_new,
+                           &setting_view_network_preferred_network, ad);
+}
diff --git a/setting-network/src/setting-network-preferred-network.c b/setting-network/src/setting-network-preferred-network.c
new file mode 100644 (file)
index 0000000..866d74e
--- /dev/null
@@ -0,0 +1,329 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-network-preferred-network.h>
+
+static int setting_network_preferred_network_create(void *cb);
+static int setting_network_preferred_network_destroy(void *cb);
+static int setting_network_preferred_network_update(void *cb);
+static int setting_network_preferred_network_cleanup(void *cb);
+
+setting_view setting_view_network_preferred_network = {
+       .create = setting_network_preferred_network_create,
+       .destroy = setting_network_preferred_network_destroy,
+       .update = setting_network_preferred_network_update,
+       .cleanup = setting_network_preferred_network_cleanup,
+};
+
+static void setting_network_preferred_network_Gendial_list_item_mouse_up_cb(void
+                                                                           *data,
+                                                                           Evas_Object
+                                                                           *obj,
+                                                                           void
+                                                                           *event_info);
+static void setting_network_preferred_network_click_softkey_add_cb(void *data,
+                                                                  Evas_Object *
+                                                                  obj, void
+                                                                  *event_info);
+static void setting_network_preferred_network_click_softkey_delete_cb(void
+                                                                     *data,
+                                                                     Evas_Object
+                                                                        *obj,
+                                                                     void
+                                                                     *event_info);
+static void setting_network_preferred_network_click_softkey_back_cb(void *data,
+                                                                   Evas_Object
+                                                                        *obj, void
+                                                                   *event_info);
+static void setting_network_preferred_network_click_ctxpopup_menu_1_cb(void
+                                                                      *data,
+                                                                      Evas_Object
+                                                                          *obj,
+                                                                      void
+                                                                      *event_info);
+static void setting_network_preferred_network_click_ctxpopup_menu_2_cb(void
+                                                                      *data,
+                                                                      Evas_Object
+                                                                               *obj,
+                                                                      void
+                                                                      *event_info);
+
+static int setting_network_preferred_network_draw_network_list(void *data);
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_network_preferred_network_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       int request_id = -1;
+       int tapi_ret = TAPI_API_SUCCESS;
+
+       bool keep = TRUE;
+       tapi_ret = tel_get_network_preferred_plmn(&request_id);
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] tel_get_network_preferred_plmn. err=%d ***%s",
+                    SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+               keep = FALSE;
+       }
+
+       ad->scl_pref = elm_genlist_add(ad->win_main_layout);
+       retvm_if(ad->scl_pref == NULL, SETTING_RETURN_FAIL,
+                "Cannot set scroller object as contento of layout");
+       elm_genlist_clear(ad->scl_pref);        /* first to clear list */
+
+       setting_push_layout_navi_bar(_("IDS_ST_BODY_PREFERRED_NETWORKS"),
+                                    _("IDS_COM_BODY_BACK"), _("IDS_COM_ADD"),
+                                    _("IDS_COM_SK_DELETE"),
+                                    setting_network_preferred_network_click_softkey_back_cb,
+                                    setting_network_preferred_network_click_softkey_add_cb,
+                                    setting_network_preferred_network_click_softkey_delete_cb,
+                                    ad, ad->scl_pref, ad->navi_bar, NULL);
+
+       /* create preffered network list */
+       setting_network_preferred_network_draw_network_list(ad);
+       setting_network_popup_create(ad, _("IDS_COM_POP_SEARCHING"), keep);
+
+       setting_view_network_preferred_network.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_destroy(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_network_preferred_network.is_create = 0;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_update(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       setting_network_preferred_network_refresh_view(ad);
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_preferred_network_cleanup(void *cb)
+{
+       return setting_network_preferred_network_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+int setting_network_preferred_network_refresh_view(void *data)
+{
+       /* error check */
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       setting_network_preferred_network_draw_network_list(ad);
+
+       return 0;
+}
+
+static int setting_network_preferred_network_draw_network_list(void *data)
+{
+       /* error check */
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       int i = 0;
+       elm_genlist_clear(ad->scl_pref);        /* first to clear list */
+       for (i = 0; i < ad->pref_list.NumOfPreffPlmns; i++) {
+               setting_create_Gendial_field_def(ad->scl_pref, &(ad->itc_1text),
+                                                setting_network_preferred_network_Gendial_list_item_mouse_up_cb,
+                                                ad, SWALLOW_Type_INVALID, NULL,
+                                                NULL, 0,
+                                                ad->
+                                                pref_list.PreffPlmnRecord
+                                                [i].network_name, NULL, NULL);
+       }
+
+       return 0;
+}
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_network_preferred_network_Gendial_list_item_mouse_up_cb(void *data,
+                                                               Evas_Object *
+                                                               obj, void
+                                                               *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+       int i;
+
+       for (i = 0; i < ad->pref_list.NumOfPreffPlmns; i++) {
+               if (!safeStrCmp
+                   (ad->pref_list.PreffPlmnRecord[i].network_name,
+                    list_item->keyStr)) {
+                       break;
+               }
+       }
+
+       SETTING_TRACE("i:%d", i);
+       ad->sel_pref_idx = ad->pref_list.PreffPlmnRecord[i].Index;
+       setting_view_change(&setting_view_network_preferred_network,
+                           &setting_view_network_preferred_network_edit, ad);
+}
+
+static void
+setting_network_preferred_network_click_softkey_back_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Network > Preferred Net] Data parameter is NULL");
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       setting_view_change(&setting_view_network_preferred_network,
+                           &setting_view_network_main, ad);
+}
+
+static void
+setting_network_preferred_network_click_ctxpopup_menu_1_cb(void *data,
+                                                          Evas_Object *obj,
+                                                          void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Network > Preferred Net] Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       evas_object_del(ad->popup);
+
+       setting_view_change(&setting_view_network_preferred_network,
+                           &setting_view_network_preferred_network_list, ad);
+}
+
+static void
+setting_network_preferred_network_click_ctxpopup_menu_2_cb(void *data,
+                                                          Evas_Object *obj,
+                                                          void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Network > Preferred Net] Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       evas_object_del(ad->popup);
+
+       setting_view_change(&setting_view_network_preferred_network,
+                           &setting_view_network_preferred_network_new, ad);
+}
+
+static void
+setting_network_preferred_network_click_softkey_add_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Network > Preferred Net] Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       ad->popup = elm_ctxpopup_add(ad->navi_bar);
+
+       elm_ctxpopup_item_append(ad->popup, _("IDS_ST_BODY_NETWORK_LIST"), NULL,
+                                setting_network_preferred_network_click_ctxpopup_menu_1_cb,
+                                ad);
+       elm_ctxpopup_item_append(ad->popup, _("IDS_ST_POP_TEXT_NEW_NETWORK"),
+                                NULL,
+                                setting_network_preferred_network_click_ctxpopup_menu_2_cb,
+                                ad);
+
+       evas_object_resize(ad->popup, 480 * WIDGET_SCALE_FACTOR,
+                          300 * WIDGET_SCALE_FACTOR);
+
+       Evas_Coord x, y, w, h;
+       evas_object_geometry_get(obj, &x, &y, &w, &h);
+       evas_object_move(ad->popup, (x + w / 2) * WIDGET_SCALE_FACTOR,
+                        (y + h) * WIDGET_SCALE_FACTOR);
+       evas_object_show(ad->popup);
+}
+
+static void
+setting_network_preferred_network_click_softkey_delete_cb(void *data,
+                                                         Evas_Object *obj,
+                                                         void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Network > Preferred Net] Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       if (ad->pref_list.NumOfPreffPlmns == 0) {
+               setting_create_popup_without_title(ad, ad->win_get,
+                                                 _("No Network to delete!"));
+       } else {
+               setting_view_change(&setting_view_network_preferred_network,
+                                   &setting_view_network_preferred_network_delete,
+                                   ad);
+       }
+}
diff --git a/setting-network/src/setting-network-select-network.c b/setting-network/src/setting-network-select-network.c
new file mode 100755 (executable)
index 0000000..97b32f4
--- /dev/null
@@ -0,0 +1,257 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-network-select-network.h>
+
+static int setting_network_select_network_create(void *cb);
+static int setting_network_select_network_destroy(void *cb);
+static int setting_network_select_network_update(void *cb);
+static int setting_network_select_network_cleanup(void *cb);
+
+setting_view setting_view_network_select_network = {
+       .create = setting_network_select_network_create,
+       .destroy = setting_network_select_network_destroy,
+       .update = setting_network_select_network_update,
+       .cleanup = setting_network_select_network_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_network_select_network_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+
+       setting_push_layout_navi_bar_genlist(ad->win_main_layout, ad->win_get,
+                                            _("IDS_ST_BODY_SELECT_NETWORK"),
+                                            _("IDS_COM_BODY_BACK"),
+                                            NULL,
+                                            setting_network_select_network_click_softkey_cancel_cb,
+                                            NULL,
+                                            ad, &ad->genlist_sel_network, ad->navi_bar);
+       
+       Elm_Object_Item *item = elm_genlist_item_append(ad->genlist_sel_network, 
+                                   &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       /* scroller is a genlist */
+       ad->chk_sel = elm_radio_add(ad->genlist_sel_network);
+       elm_radio_state_value_set(ad->chk_sel, -1);
+
+       const char *pa_sel_net_name = vconf_get_str(VCONFKEY_TELEPHONY_NWNAME);
+       SETTING_TRACE("pa_sel_net_name:%s", pa_sel_net_name);
+       if (NULL == pa_sel_net_name) {
+           pa_sel_net_name = strndup("IDS_ST_BODY_NOSERVICE", strlen("IDS_ST_BODY_NOSERVICE")+1);
+       } 
+
+       int tapi_ret;
+       int request_id = 0;
+       //searching list
+       tapi_ret = tel_search_network(&request_id); //ASYNC API - TAPI_EVENT_NETWORK_SEARCH_CNF
+       if(tapi_ret != TAPI_API_SUCCESS) { // error handling..
+               SETTING_TRACE_DEBUG("%s*** [ERR] tel_search_network. tapi_ret=%d ***%s", SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+               setting_network_popup_create(ad, _(STR_SETTING_OPERATION_FAILED), FALSE);
+               // put error handler on the end of this function.
+               goto err_handle;
+       }
+       ad->b_searching_network = TRUE;
+
+       if (TAPI_NETWORK_SELECTIONMODE_AUTOMATIC == ad->sel_net) {
+               ad->data_auto_network_item = setting_create_Gendial_field_1radio(
+                                           ad->genlist_sel_network, 
+                                           &(ad->itc_2text_2icon_3),
+                                           setting_network_Gendial_select_plmn_cb,
+                                           ad, SWALLOW_Type_1RADIO,
+                                           ad->chk_sel,
+                                           TAPI_NETWORK_SELECTIONMODE_AUTOMATIC,
+                                           "IDS_COM_BODY_AUTOMATIC", 
+                                           setting_network_select_network_chk_changed);
+               setting_retvm_if(NULL == ad->data_auto_network_item, 
+                                SETTING_RETURN_FAIL, "Failed to calloc memory");
+               ad->data_auto_network_item->sub_desc = (char *)g_strdup(pa_sel_net_name);
+               ad->data_auto_network_item->userdata = ad;
+               ad->data_selected_network_item = ad->data_auto_network_item;
+               
+               ad->data_search_network_item = setting_create_Gendial_field_1radio(
+                                               ad->genlist_sel_network, 
+                                               &(ad->itc_1text_2icon), 
+                                               NULL, NULL,
+                                               SWALLOW_Type_0RADIO_1SEARCH,
+                                               ad->chk_sel, TAPI_NETWORK_SELECTIONMODE_MANUAL+1,
+                                               NULL, 
+                                               NULL);
+
+               elm_radio_value_set(ad->chk_sel, TAPI_NETWORK_SELECTIONMODE_AUTOMATIC);
+       } else if(TAPI_NETWORK_SELECTIONMODE_MANUAL == ad->sel_net) {
+               ad->data_auto_network_item  = setting_create_Gendial_field_1radio(
+                                           ad->genlist_sel_network, 
+                                           &(ad->itc_1text_2icon),
+                                           setting_network_Gendial_select_plmn_cb,
+                                           ad, SWALLOW_Type_1RADIO,
+                                           ad->chk_sel,
+                                           TAPI_NETWORK_SELECTIONMODE_AUTOMATIC,
+                                           "IDS_COM_BODY_AUTOMATIC", 
+                                           setting_network_select_network_chk_changed);
+               setting_retvm_if(NULL == ad->data_auto_network_item, 
+                                SETTING_RETURN_FAIL, "Failed to calloc memory");
+
+               ad->data_auto_network_item->userdata = ad;
+               if (0 != safeStrCmp("IDS_ST_BODY_NOSERVICE", pa_sel_net_name))
+               {
+                       //normal case:
+                       ad->data_selected_network_item = setting_create_Gendial_field_1radio(
+                                                       ad->genlist_sel_network, 
+                                                       &(ad->itc_1text_2icon), 
+                                                       setting_network_Gendial_select_plmn_cb, ad,
+                                                       SWALLOW_Type_1RADIO,
+                                                       ad->chk_sel, TAPI_NETWORK_SELECTIONMODE_MANUAL,
+                                                       pa_sel_net_name, 
+                                                       setting_network_select_network_chk_changed);
+                       setting_retvm_if(NULL == ad->data_selected_network_item, 
+                                        SETTING_RETURN_FAIL, "Failed to calloc memory");
+                       ad->data_selected_network_item->userdata = ad;
+                       
+                       ad->data_search_network_item = setting_create_Gendial_field_1radio(
+                                                       ad->genlist_sel_network, 
+                                                       &(ad->itc_1text_2icon), 
+                                                       NULL, NULL,
+                                                       SWALLOW_Type_0RADIO_1SEARCH,
+                                                       ad->chk_sel, TAPI_NETWORK_SELECTIONMODE_MANUAL+1,
+                                                       NULL, 
+                                                       NULL);
+                       
+                       elm_radio_value_set(ad->chk_sel, TAPI_NETWORK_SELECTIONMODE_MANUAL);
+
+               }
+               else
+               {
+                       //no service case:
+                       ad->data_selected_network_item = ad->data_auto_network_item;
+                       ad->data_search_network_item = setting_create_Gendial_field_1radio(
+                                                       ad->genlist_sel_network, 
+                                                       &(ad->itc_1text_2icon), 
+                                                       NULL, NULL,
+                                                       SWALLOW_Type_0RADIO_1SEARCH,
+                                                       ad->chk_sel, TAPI_NETWORK_SELECTIONMODE_MANUAL,
+                                                       NULL, 
+                                                       NULL);
+
+                       elm_radio_value_set(ad->chk_sel, TAPI_NETWORK_SELECTIONMODE_MANUAL);
+               }
+       }
+       
+       FREE(pa_sel_net_name);
+       setting_view_network_select_network.is_create = TRUE;
+       return SETTING_RETURN_SUCCESS;
+
+err_handle:
+       FREE(pa_sel_net_name);
+       setting_view_network_select_network.is_create = TRUE;
+       return SETTING_RETURN_FAIL;
+}
+
+static int setting_network_select_network_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) cb;
+       //cancel the searching operation
+       if (ad->b_searching_network) {
+               int tapi_ret;
+               int request_id = 0;
+               tapi_ret = tel_cancel_network_manual_search(&request_id);
+               if (tapi_ret != TAPI_API_SUCCESS) {
+                       SETTING_TRACE_ERROR("*** [ERR] tel_search_network. "\
+                                           "tapi_ret=%d ***", tapi_ret);
+               }
+               ad->b_searching_network = FALSE;
+       }
+       /*roolback..*/
+       if (0 != vconf_get_int(VCONFKEY_SETAPPL_SELECT_NETWORK_INT, &ad->sel_net)) {
+               SETTING_TRACE_ERROR("vconf get failed");
+       }
+       /*reset..*/
+       ad->b_set_manul_network = FALSE;
+       ad->b_set_auto_network = FALSE;
+
+       elm_naviframe_item_pop(ad->navi_bar);
+
+       //Following handlers will be used by async listening callback. They must be reset after genlist is 'popuped'.
+       ad->data_auto_network_item = NULL;
+       //data_sel_net was created in main view, it won't be destoryed.
+       setting_view_network_select_network.is_create = FALSE;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_select_network_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_network_select_network_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return setting_network_select_network_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_network_select_network_click_softkey_cancel_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL,
+               "[Setting > Network > Select] Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       setting_view_change(&setting_view_network_select_network,
+                           &setting_view_network_main, ad);
+}
+
diff --git a/setting-network/src/setting-network.c b/setting-network/src/setting-network.c
new file mode 100644 (file)
index 0000000..d8c2c47
--- /dev/null
@@ -0,0 +1,1325 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-network.h>
+#include <setting-network-preferred-network-delete.h>
+#include <setting-network-preferred-network.h>
+
+#ifndef UG_MODULE_API
+#define UG_MODULE_API __attribute__ ((visibility("default")))
+#endif
+int setting_network_subscribe_tapi_events(void *data);
+int setting_network_unsubscribe_tapi_events(void *data);
+
+static void __selected_network_change_cb(keynode_t *key, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(!data, "!data");
+       SettingNetworkUG *ad = data;
+       char *value = vconf_keynode_get_str(key);
+       char *vconf_name = vconf_keynode_get_name(key);
+       if (!safeStrCmp(vconf_name, VCONFKEY_TELEPHONY_NWNAME)) {
+               if (NULL == value) {
+                   value = "IDS_ST_BODY_NOSERVICE";
+               }
+               SETTING_TRACE("value:%s", value);
+
+               if (ad->data_auto_network_item) {
+                       if (TAPI_NETWORK_SELECTIONMODE_AUTOMATIC == ad->sel_net)
+                       {
+                          elm_genlist_item_item_class_update(
+                               ad->data_auto_network_item->item, 
+                               &ad->itc_2text_2icon_3);
+               
+                          ad->data_auto_network_item->sub_desc = 
+                               (char *)g_strdup(_(value));
+                           elm_object_item_data_set( ad->data_auto_network_item->item, ad->data_auto_network_item);
+                           elm_genlist_item_update( ad->data_auto_network_item->item);
+                       }  
+               }
+               char sub_desc[MAX_COMMON_BUFFER_LEN] = { 0, };
+               if (TAPI_NETWORK_SELECTIONMODE_AUTOMATIC == ad->sel_net) {
+                       snprintf(sub_desc, MAX_COMMON_BUFFER_LEN, 
+                                "%s. %s", _("IDS_COM_BODY_AUTOMATIC"),
+                                _(value));
+                       
+               } else {
+                       snprintf(sub_desc, MAX_COMMON_BUFFER_LEN, 
+                                "%s. %s", _("IDS_COM_BODY_MANUAL"),
+                                _(value));
+               }
+               if (ad->data_sel_net && !isEmptyStr(sub_desc)) {
+                   ad->data_sel_net->sub_desc = 
+                               (char *)g_strdup(sub_desc);
+                   elm_object_item_data_set(ad->data_sel_net->item, ad->data_sel_net);
+                   elm_genlist_item_update(ad->data_sel_net->item);
+               }
+
+       }
+}
+
+
+static void setting_network_ug_cb_resize(void *data, Evas *e,
+                                        Evas_Object *obj, void *event_info)
+{
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       setting_view_update(&setting_view_network_main, ad);
+}
+
+void __network_evt_cb(net_event_info_t *event_cb, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(!event_cb || !data);
+
+       SETTING_TRACE("event_cb->Event:%d", event_cb->Event);
+       SETTING_TRACE("event_cb->ProfileName:%s", event_cb->ProfileName);
+       SETTING_TRACE("event_cb->Error:%d", event_cb->Error);
+}
+static void *setting_network_ug_on_create(struct ui_gadget *ug,
+                                         enum ug_mode mode, bundle *data,
+                                         void *priv)
+{
+       setting_retvm_if((!ug || !priv), NULL, "!ug || !priv");
+
+       SettingNetworkUG *networkUG = priv;
+       networkUG->ug = ug;
+
+       networkUG->win_main_layout = (Evas_Object *) ug_get_parent_layout(ug);
+       networkUG->win_get = (Evas_Object *) ug_get_window();
+       evas_object_show(networkUG->win_main_layout);
+       networkUG->evas = evas_object_evas_get(networkUG->win_main_layout);
+
+       setting_retvm_if(networkUG->win_main_layout == NULL, NULL,
+                        "cannot get main window ");
+
+
+       /* init */
+       ecore_imf_init();
+
+       /* subscribe tapi events */
+       if (setting_network_subscribe_tapi_events(networkUG) != SETTING_RETURN_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] setting_network_subscribe_tapi_events. ***%s",
+                    SETTING_FONT_RED, SETTING_FONT_BLACK);
+       }
+
+       int err_code = -1;
+       err_code = net_register_client((net_event_cb_t)__network_evt_cb, networkUG);
+       if (err_code != NET_ERR_NONE) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] net_register_client. err=%d ***%s",
+                    SETTING_FONT_RED, err_code, SETTING_FONT_BLACK);
+       }
+
+       /* register view node table */
+       setting_view_node_table_intialize();
+       setting_view_node_table_register(&setting_view_network_main, NULL);
+       setting_view_node_table_register(&setting_view_network_select_network,
+                                        &setting_view_network_main);
+       setting_view_node_table_register(&setting_view_network_main_help,
+                                        &setting_view_network_main);
+       setting_view_node_table_register
+           (&setting_view_network_connection_create,
+            &setting_view_network_main);
+       setting_view_node_table_register(&setting_view_network_3gcon,
+                                        &setting_view_network_main);
+
+       setting_view_node_table_register
+           (&setting_view_network_preferred_network,
+            &setting_view_network_main);
+       setting_view_node_table_register
+           (&setting_view_network_preferred_network_list,
+            &setting_view_network_preferred_network);
+       setting_view_node_table_register
+           (&setting_view_network_preferred_network_new,
+            &setting_view_network_preferred_network);
+       setting_view_node_table_register
+           (&setting_view_network_preferred_network_edit,
+            &setting_view_network_preferred_network);
+       setting_view_node_table_register
+           (&setting_view_network_preferred_network_delete,
+            &setting_view_network_preferred_network);
+
+       setting_create_Gendial_itc("dialogue/1text.1icon.2",
+                                  &(networkUG->itc_1text_1icon_2));
+       setting_create_Gendial_itc("dialogue/1text", &(networkUG->itc_1text));
+       setting_create_Gendial_itc("dialogue/2text.3",
+                                  &(networkUG->itc_2text_2));
+       setting_create_Gendial_itc("dialogue/title",
+                                  &(networkUG->itc_group_item));
+       setting_create_Gendial_itc("dialogue/1text.1icon",
+                                  &(networkUG->itc_1text_1icon));
+       setting_create_Gendial_itc("select_all", &(networkUG->itc_sel_all));
+       setting_create_Gendial_itc("1text.1icon.2",
+                                  &(networkUG->itc_1icon_1text));
+
+       setting_create_Gendial_itc("dialogue/1icon",
+                                  &(networkUG->itc_variable_height));
+       setting_create_Gendial_itc("multiline/1text",
+                                  &(networkUG->itc_bg_1icon));
+       networkUG->itc_seperator.item_style = "dialogue/separator/21/with_line";
+       networkUG->itc_seperator.func.text_get = NULL;
+       networkUG->itc_seperator.func.content_get = NULL;
+       networkUG->itc_seperator.func.state_get = NULL;
+       networkUG->itc_seperator.func.del = NULL;
+
+       setting_create_Gendial_itc("dialogue/2text.3/expandable",
+                                  &(networkUG->itc_2text_3_parent));
+       setting_create_Gendial_itc("dialogue/1text.1icon/expandable2",
+                                  &(networkUG->itc_1icon_1text_sub));
+       setting_create_Gendial_itc("dialogue/1text.2icon.2", 
+                               &(networkUG->itc_1text_2icon));
+       setting_create_Gendial_itc("dialogue/2text.2icon.3", 
+                               &(networkUG->itc_2text_2icon_3));
+
+       /*  creating a view. */
+       setting_view_node_set_cur_view(&setting_view_network_main);
+       setting_view_create(&setting_view_network_main, (void *)networkUG);
+       evas_object_event_callback_add(networkUG->win_main_layout,
+                                      EVAS_CALLBACK_RESIZE,
+                                      setting_network_ug_cb_resize, networkUG);
+       
+       (void)vconf_notify_key_changed(VCONFKEY_TELEPHONY_NWNAME,
+                                    __selected_network_change_cb, networkUG);
+       return networkUG->ly_main;
+}
+
+
+static void setting_network_ug_on_start(struct ui_gadget *ug, bundle *data,
+                                       void *priv)
+{
+}
+
+static void setting_network_ug_on_pause(struct ui_gadget *ug, bundle *data,
+                                       void *priv)
+{
+}
+
+static void setting_network_ug_on_resume(struct ui_gadget *ug, bundle *data,
+                                        void *priv)
+{
+}
+
+static void setting_network_ug_on_destroy(struct ui_gadget *ug, bundle *data,
+                                         void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if((!ug || !priv), "!ug || !priv");
+       SettingNetworkUG *networkUG = priv;
+       
+       (void)vconf_ignore_key_changed(VCONFKEY_TELEPHONY_NWNAME,
+                                      __selected_network_change_cb);
+       evas_object_event_callback_del(networkUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_network_ug_cb_resize); /* fix flash issue for gallery */
+       networkUG->ug = ug;
+       FREE(networkUG->prof_list);
+       /* release */
+       ecore_imf_shutdown();
+
+       /*  unregister dnet client */
+       int err_code = net_deregister_client();
+       if (err_code != NET_ERR_NONE) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] net_deregister_client. err=%d ***%s",
+                    SETTING_FONT_RED, err_code, SETTING_FONT_BLACK);
+       }
+       /* unsubscribe sim events */
+       if (setting_network_unsubscribe_tapi_events(networkUG) != SETTING_RETURN_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] setting_network_unsubscribe_tapi_events. ***%s",
+                    SETTING_FONT_RED, SETTING_FONT_BLACK);
+       }
+       SETTING_TRACE("Unsubscribing TAPI event is succeeded");
+
+       setting_network_popup_delete(networkUG);
+       /*  delete the allocated objects. */
+       setting_view_destroy(&setting_view_network_select_network, networkUG);
+       setting_view_destroy(&setting_view_network_main_help, networkUG);
+       setting_view_destroy(&setting_view_network_connection_create,
+                            networkUG);
+       setting_view_destroy(&setting_view_network_3gcon, networkUG);
+
+       setting_view_destroy(&setting_view_network_preferred_network,
+                            networkUG);
+       setting_view_destroy(&setting_view_network_preferred_network_list,
+                            networkUG);
+       setting_view_destroy(&setting_view_network_preferred_network_new,
+                            networkUG);
+       setting_view_destroy(&setting_view_network_preferred_network_edit,
+                            networkUG);
+       setting_view_destroy(&setting_view_network_preferred_network_delete,
+                            networkUG);
+       setting_view_destroy(&setting_view_network_main, networkUG);
+
+       if (NULL != ug_get_layout(networkUG->ug)) {
+               evas_object_hide((Evas_Object *) ug_get_layout(networkUG->ug));
+               evas_object_del((Evas_Object *) ug_get_layout(networkUG->ug));
+       }
+
+       SETTING_TRACE_END;
+}
+
+static void setting_network_ug_on_message(struct ui_gadget *ug, bundle *msg,
+                                         bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+}
+
+static void setting_network_ug_on_event(struct ui_gadget *ug,
+                                       enum ug_event event, bundle *data,
+                                       void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       switch (event) {
+       case UG_EVENT_LOW_MEMORY:
+               break;
+       case UG_EVENT_LOW_BATTERY:
+               break;
+       case UG_EVENT_LANG_CHANGE:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN:
+               break;
+       case UG_EVENT_REGION_CHANGE:
+               break;
+       default:
+               break;
+       }
+}
+
+static void setting_network_ug_on_key_event(struct ui_gadget *ug,
+                                           enum ug_key_event event,
+                                           bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *ad = (SettingNetworkUG *) priv;
+       if (!ug)
+               return;
+
+       switch (event) {
+       case UG_KEY_EVENT_END:
+               {
+                       /* setting_network_popup_delete(ad); */
+                       if (elm_naviframe_top_item_get(ad->navi_bar) ==
+                          elm_naviframe_bottom_item_get(ad->navi_bar)) {
+                               ug_destroy_me(ug);
+                       } else {
+                               setting_view_cb_at_endKey(ad);
+                       }
+               }
+               break;
+       default:
+               break;
+       }
+}
+
+UG_MODULE_API int UG_MODULE_INIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       SettingNetworkUG *networkUG = calloc(1, sizeof(SettingNetworkUG));
+       setting_retvm_if(!networkUG, -1, "Create SettingNetworkUG obj failed");
+
+       ops->create = setting_network_ug_on_create;
+       ops->start = setting_network_ug_on_start;
+       ops->pause = setting_network_ug_on_pause;
+       ops->resume = setting_network_ug_on_resume;
+       ops->destroy = setting_network_ug_on_destroy;
+       ops->message = setting_network_ug_on_message;
+       ops->event = setting_network_ug_on_event;
+       ops->key_event = setting_network_ug_on_key_event;
+       ops->priv = networkUG;
+       ops->opt = UG_OPT_INDICATOR_ENABLE;
+
+       return 0;
+}
+
+UG_MODULE_API void UG_MODULE_EXIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       struct SettingNetworkUG *networkUG;
+       setting_retm_if(!ops, "ops == NULL");
+
+       networkUG = ops->priv;
+       FREE(networkUG);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+
+int setting_network_subscribe_tapi_events(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(data == NULL, SETTING_TAPI_REG_EVENT_ECORE_ERR);
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       
+       int i = 0;
+       int ret = SETTING_RETURN_SUCCESS;
+       int iNumOfSSEvt = 0;
+       int tapi_ret = TAPI_API_SUCCESS;
+
+       int EvtList[] = {
+               TAPI_EVENT_NETWORK_SEARCH_CNF,
+               TAPI_EVENT_NETWORK_SELECT_CNF,
+               TAPI_EVENT_NETWORK_SETNWBAND_CNF,
+               TAPI_EVENT_NETWORK_GETNWBAND_CNF,
+               TAPI_EVENT_NETWORK_GETSELECTIONMODE_CNF,
+               TAPI_EVENT_NETWORK_GETPREFFEREDPLMN_CNF,
+               TAPI_EVENT_NETWORK_SETPREFFEREDPLMN_CNF
+       };
+
+       if (tel_init() != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG("%s*** [ERR] tel_init. ***%s",
+                                   SETTING_FONT_RED, SETTING_FONT_BLACK);
+               return SETTING_TAPI_INIT_ECORE_ERR;
+       }
+       /* iNumOfSSEvt = sizeof(EvtList)/sizeof(TelTapiEventType_t); */
+       iNumOfSSEvt = sizeof(EvtList) / sizeof(int);
+
+       for (i = 0; i < iNumOfSSEvt; i++) {
+               tapi_ret =
+                   tel_register_event(EvtList[i], &(ad->subs_id_net[i]),
+                                      (TelAppCallback) &
+                                      setting_network_tapi_event_callback,
+                                      data);
+               if (tapi_ret != TAPI_API_SUCCESS)
+                       SETTING_TRACE_ERROR
+                           ("passing event[%d] to invoke tel_register_event failed[%d]",
+                            ad->subs_id_net[i], tapi_ret);
+       }
+
+       if (tel_register_app_name("org.tizen.setting") != TAPI_API_SUCCESS) {
+               SETTING_TRACE_ERROR("tel_register_app_name failed[tapi_ret=%d]",
+                                   tapi_ret);
+               return SETTING_TAPI_REG_EVENT_ECORE_ERR;
+       }
+
+       return ret;
+}
+
+int setting_network_unsubscribe_tapi_events(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(data == NULL, SETTING_TAPI_DEREG_EVENT_ECORE_ERR);
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       int i = 0;
+       int ret = SETTING_RETURN_SUCCESS;
+       int iNumOfSSEvt = 0;
+       int tapi_ret = TAPI_API_SUCCESS;
+
+       int EvtList[] = {
+               TAPI_EVENT_NETWORK_SEARCH_CNF,
+               TAPI_EVENT_NETWORK_SELECT_CNF,
+               TAPI_EVENT_NETWORK_SETNWBAND_CNF,
+               TAPI_EVENT_NETWORK_GETNWBAND_CNF,
+               TAPI_EVENT_NETWORK_GETSELECTIONMODE_CNF,
+               TAPI_EVENT_NETWORK_GETPREFFEREDPLMN_CNF,
+               TAPI_EVENT_NETWORK_SETPREFFEREDPLMN_CNF
+       };
+
+       iNumOfSSEvt = sizeof(EvtList) / sizeof(int);
+
+       for (i = 0; i < iNumOfSSEvt; i++) {
+               tapi_ret = tel_deregister_event(ad->subs_id_net[i]);
+
+               if (tapi_ret != TAPI_API_SUCCESS) {
+                       SETTING_TRACE_ERROR
+                           ("*** [ERR] tel_deregister_event. subs_id_net=%d, tapi_ret=%d ***",
+                            ad->subs_id_net[i], tapi_ret);
+                       continue;
+               }
+       }
+
+       tapi_ret = tel_deinit();
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_ERROR("tel_deinit failed[tapi_ret = %d]",
+                                   tapi_ret);
+               return SETTING_TAPI_DEREG_EVENT_ECORE_ERR;
+       }
+       return ret;
+}
+
+static void
+setting_network_popup_response_cb(void *data, Evas_Object *obj,
+                                 void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       if (obj) {
+               evas_object_del(obj);
+               obj = NULL;
+       }
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       ad->pop_del = NULL;
+       ad->pop_reg = NULL;
+       ad->pop_save = NULL;
+       ad->network_ug_pop = NULL;
+       SETTING_TRACE_END;
+}
+
+void setting_network_popup_delete(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL,
+               "setting_network_tapi_popup_create Data parameter is NULL");
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       if (ad->network_ug_pop != NULL) {
+               evas_object_del(ad->network_ug_pop);
+               ad->network_ug_pop = NULL;
+       }
+}
+
+void setting_network_popup_create(void *data, char *str_content, bool keep)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL,
+               "setting_network_tapi_popup_create Data parameter is NULL");
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       if (ad->network_ug_pop != NULL) {
+               elm_popup_timeout_set(ad->network_ug_pop, 0);
+               setting_network_popup_update(data, str_content, keep);
+       } else {
+               ad->network_ug_pop =
+                   setting_create_popup_without_btn(ad, ad->win_get, str_content, NULL,
+                                        setting_network_popup_response_cb,
+                                        0.0);
+               if (!keep) {
+                       elm_popup_timeout_set(ad->network_ug_pop, 2.0);
+               }
+       }
+}
+
+void setting_network_popup_update(void *data, char *str_content, bool keep)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL,
+               "setting_network_tapi_popup_create Data parameter is NULL");
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       if (ad->network_ug_pop == NULL) {
+               setting_network_popup_create(ad, str_content, keep);
+               return;
+       }
+       if (str_content) {
+               char r_str_text[HELP_MSG_BUFF_SIZE] = { 0, };
+               snprintf(r_str_text, HELP_MSG_BUFF_SIZE-1-strlen("</align>"), "<align=center>%s", str_content);
+               g_strlcat(r_str_text, "</align>", HELP_MSG_BUFF_SIZE);
+               elm_object_text_set(ad->network_ug_pop, r_str_text);
+       }
+       if (!keep) {
+               elm_popup_timeout_set(ad->network_ug_pop, 2.0);
+       }
+}
+
+Evas_Object *setting_network_create_register_popup(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retvm_if(data == NULL, NULL,
+                "[Setting > Network] Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       Evas_Object *popup = NULL;
+       popup =
+           setting_create_popup_without_btn(ad, ad->win_get, _("Registering"), NULL,
+                                setting_network_popup_response_cb, POPUP_INTERVAL);
+       ad->pop_reg = popup;
+       return popup;
+}
+
+Evas_Object *setting_network_preferred_network_create_save_popup(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retvm_if(data == NULL, NULL,
+                "[Setting > Network] Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       Evas_Object *popup = NULL;
+       popup =
+           setting_create_popup_without_btn(ad, ad->win_get, _("IDS_ST_POP_SAVING"), NULL,
+                                setting_network_popup_response_cb, POPUP_INTERVAL);
+       ad->pop_save = popup;
+       return popup;
+}
+
+Evas_Object *setting_network_preferred_network_create_delete_popup(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retvm_if(data == NULL, NULL,
+                "[Setting > Network] Data parameter is NULL");
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       Evas_Object *popup = NULL;
+       popup =
+           setting_create_popup_without_btn(ad, ad->win_get, _("IDS_COM_SK_DELETE"), NULL,
+                                setting_network_popup_response_cb, 0);
+       ad->pop_del = popup;
+       return popup;
+}
+
+Evas_Object *setting_network_select_network_create_search_popup(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(data == NULL, NULL);
+
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+       Evas_Object *popup = NULL;
+       popup =
+           setting_create_popup_without_btn(ad, ad->win_get, _("IDS_COM_POP_SEARCHING"),
+                                NULL, NULL, 0);
+       ad->pop_sch = popup;
+       return popup;
+}
+
+void setting_network_preferred_network_create_isf(Evas_Object *entry)
+{
+       SETTING_TRACE_BEGIN;
+       ecore_imf_init();
+       SETTING_TRACE_DEBUG
+           ("Given focus to the entry and then soft keyboard will be shown automatically !");
+       elm_object_focus_set(entry, EINA_TRUE);
+}
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+#ifdef Status
+#undef Status
+#endif
+
+void setting_network_tapi_event_callback(TelTapiEvent_t *event, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(data == NULL || event == NULL);
+       SETTING_TRACE("event->EventClass=\t%d", (int)(event->EventClass));
+       SETTING_TRACE("event->EventType=\t%d", event->EventType);
+       SETTING_TRACE("event->Status=\t%d", event->Status);
+       SETTING_TRACE("event->RequestId=\t%d", event->RequestId);
+       SettingNetworkUG *ad = (SettingNetworkUG *) data;
+
+       switch (event->EventClass) {
+       case TAPI_EVENT_CLASS_NETWORK:
+       {
+               switch (event->EventType) {
+               /* search network list */
+               case TAPI_EVENT_NETWORK_SEARCH_CNF:
+               {
+                   SETTING_TRACE_DEBUG("Case: TAPI_EVENT_NETWORK_SEARCH_CNF");
+
+                   setting_network_popup_delete(ad);
+                   ad->pop_sch = NULL;
+                   
+                   if (!ad->b_searching_network) {
+                       /*The requeset has already been canceled, don't do detail process*/
+                       return;
+                   }
+                   bool need_reset_flag = FALSE;
+                   if (ad->data_search_network_item)
+                   {
+                       if (ad->data_search_network_item->chk_status == 
+                           elm_radio_value_get(ad->chk_sel)) {
+                           elm_radio_value_set(ad->chk_sel, -1);//let select nothing
+                           need_reset_flag = TRUE;
+                       }
+                       elm_object_item_del(ad->data_search_network_item->item);
+                       ad->data_search_network_item = NULL;
+                   }
+
+                   ad->b_searching_network = FALSE;
+                   
+                   if (event->Status == TAPI_NETWORK_NO_ERR) {
+                       int cnt = 0;
+                       int valid_cnt = 0;
+                       ret_if(NULL == event->pData);
+                       memcpy(&(ad->plmn_info), event->pData, 
+                               sizeof(TelNetworkPlmnList_t));
+
+                       Setting_GenGroupItem_Data *item_data = NULL;
+                       
+                       const char *pa_net_name = vconf_get_str(VCONFKEY_TELEPHONY_NWNAME);
+                       SETTING_TRACE("VCONFKEY_TELEPHONY_NWNAME:pa_net_name:%s", pa_net_name);
+                       //SETTING_TRACE("Selected network name:%s",ad->data_selected_network_item->keyStr);
+                       while(cnt < ad->plmn_info.networks_count) {
+                               SETTING_TRACE("network name from TAPI[%d]:%s", cnt, ad->plmn_info.network_list[cnt].network_name);
+                               if (TAPI_FORBIDDEN_PLMN == 
+                                  ad->plmn_info.network_list[cnt].type_of_plmn) {
+                                       cnt++;
+                                       continue;
+                               }
+                               
+                               if (ad->data_selected_network_item && 
+                                   0 == safeStrCmp(ad->data_selected_network_item->keyStr,
+                                                   ad->plmn_info.network_list[cnt].network_name)) {
+                                       cnt++;
+                                       continue;
+                               }
+                               item_data = setting_create_Gendial_field_1radio(
+                                                       ad->genlist_sel_network,
+                                                       &(ad->itc_1text_2icon), 
+                                                       setting_network_Gendial_select_plmn_cb, 
+                                                       ad,
+                                                       SWALLOW_Type_1RADIO,
+                                                       ad->chk_sel, 
+                                                       TAPI_NETWORK_SELECTIONMODE_MANUAL+valid_cnt+1,
+                                                       ad->plmn_info.network_list[cnt].network_name, 
+                                                       setting_network_select_network_chk_changed);
+                               if (NULL == item_data)
+                               {
+                                       SETTING_TRACE_ERROR("Failed to calloc memory");
+                                       cnt++;
+                                       continue;
+                               }
+                               item_data->userdata = ad;
+                               if (need_reset_flag &&
+                                   0 == safeStrCmp(pa_net_name, ad->plmn_info.network_list[cnt].network_name))
+                               {
+                                       elm_radio_value_set(ad->chk_sel, item_data->chk_status);//let select nothing
+                               }
+                               cnt++;
+                               valid_cnt++;
+                       }
+                       FREE(pa_net_name);              
+       
+                       SETTING_TRACE("Found %d valid networks in total[%d]", valid_cnt, cnt);
+                       setting_network_popup_update(ad, _("Searched"), FALSE);
+                   } else {                                                            
+                       setting_network_popup_update(ad, _("Searching network failed"), FALSE);
+                   }
+                   break;
+               }
+               /*set plmn*/
+               case TAPI_EVENT_NETWORK_SELECT_CNF:
+               {
+                       SETTING_TRACE_DEBUG("Case: set plmn(ad->sel_net:%d)",
+                                           ad->sel_net);
+
+                       if ((TAPI_NETWORK_SELECTIONMODE_AUTOMATIC == ad->sel_net
+                           && !ad->b_set_auto_network) || 
+                           (TAPI_NETWORK_SELECTIONMODE_MANUAL == ad->sel_net
+                           && !ad->b_set_manul_network))
+                       {
+                               /*The requeset has already been canceled, return directly*/
+                               return;
+                       }
+
+                       if(event->Status != TAPI_NETWORK_NO_ERR) {/*roolback..*/
+                               setting_network_popup_update(ad, 
+                                       _("Select network failed"), FALSE);
+                               if (0 != vconf_get_int(VCONFKEY_SETAPPL_SELECT_NETWORK_INT, &ad->sel_net)) {
+                                       SETTING_TRACE_ERROR("vconf get failed");
+                               }
+                               
+                               setting_view_change(
+                                       &setting_view_network_select_network,
+                                       &setting_view_network_main, ad);
+
+                               return;
+
+                       }
+                       setting_finish_progress_genlist_item(ad->data_selected_network_item);
+                       
+                       setting_network_popup_update(ad, _("Saved!"), FALSE);
+                       if (0 != vconf_set_int(VCONFKEY_SETAPPL_SELECT_NETWORK_INT, ad->sel_net)) {
+                               SETTING_TRACE_ERROR("vconf[%s] set failed");
+                       }
+                       const char *pa_net_name = vconf_get_str(VCONFKEY_TELEPHONY_NWNAME);
+                       SETTING_TRACE("sel_net_name:%s", pa_net_name);
+                       if (NULL == pa_net_name) {
+                           pa_net_name = "IDS_ST_BODY_NOSERVICE";
+                       }
+                       
+                       if (ad->data_auto_network_item) {
+                               if (TAPI_NETWORK_SELECTIONMODE_AUTOMATIC == ad->sel_net)
+                               {
+                                  elm_genlist_item_item_class_update(
+                                       ad->data_auto_network_item->item, 
+                                       &ad->itc_2text_2icon_3);
+
+                                  SETTING_TRACE_DEBUG("After set as Automatic, update "\
+                                                  "ad->data_auto_network_item to be [%s]", 
+                                                  pa_net_name);
+                                  ad->data_auto_network_item->sub_desc = 
+                                       (char *)g_strdup(_(pa_net_name));
+                                   elm_object_item_data_set( ad->data_auto_network_item->item, ad->data_auto_network_item);
+                                   elm_genlist_item_update( ad->data_auto_network_item->item);
+                               } else {
+                                       elm_genlist_item_item_class_update(
+                                           ad->data_auto_network_item->item, 
+                                           &ad->itc_1text_2icon);
+                               }
+                       }
+                       char sub_desc[MAX_COMMON_BUFFER_LEN] = { 0, };
+                       if (TAPI_NETWORK_SELECTIONMODE_AUTOMATIC == ad->sel_net) {
+                               snprintf(sub_desc, MAX_COMMON_BUFFER_LEN, 
+                                        "%s. %s", _("IDS_COM_BODY_AUTOMATIC"),
+                                        _(pa_net_name));
+                               
+                       } else {
+                               snprintf(sub_desc, MAX_COMMON_BUFFER_LEN, 
+                                        "%s. %s", _("IDS_COM_BODY_MANUAL"),
+                                        _(pa_net_name));
+                       }
+                       SETTING_TRACE_DEBUG("After set as Automatic, update "\
+                               "ad->data_sel_net to be [%s]", sub_desc);
+                       if (ad->data_sel_net && !isEmptyStr(sub_desc)) {
+                           ad->data_sel_net->sub_desc = 
+                                       (char *)g_strdup(sub_desc);
+                           elm_object_item_data_set(ad->data_sel_net->item, ad->data_sel_net);
+                           elm_genlist_item_update(ad->data_sel_net->item);
+                       }
+                       ad->b_set_auto_network = FALSE;
+                       ad->b_set_manul_network = FALSE;
+
+                       FREE(pa_net_name);
+                       break;
+               }
+               /*get select network*/
+               case TAPI_EVENT_NETWORK_GETSELECTIONMODE_CNF:
+               {
+                       SETTING_TRACE_DEBUG("Case: get select network");
+
+                       
+                       if (event->Status == TAPI_NETWORK_NO_ERR) {
+                               TelNetworkSelectionMode_t sel;
+                               memcpy(&sel, event->pData,
+                                      sizeof(TelNetworkSelectionMode_t));
+                               SETTING_TRACE_DEBUG("ad->sel_net[%d] %s sel[%d]", 
+                                                  ad->sel_net, 
+                                                  ad->sel_net == sel ? "==" : "!=",
+                                                  sel);
+                               if (ad->sel_net != sel) {
+                                       char sub_desc[MAX_COMMON_BUFFER_LEN] = { 0, };
+                                       const char *pa_net_name = vconf_get_str(VCONFKEY_TELEPHONY_NWNAME);
+                                       SETTING_TRACE("pa_net_name:%s", pa_net_name);
+                                       if (NULL == pa_net_name) {
+                                           pa_net_name = "IDS_ST_BODY_NOSERVICE";
+                                       } 
+
+                                       if (TAPI_NETWORK_SELECTIONMODE_AUTOMATIC == sel) {
+                                               snprintf(sub_desc, MAX_COMMON_BUFFER_LEN, 
+                                                        "%s. %s", _("IDS_COM_BODY_AUTOMATIC"),
+                                                        _(pa_net_name));
+                                               
+                                       } else if(TAPI_NETWORK_SELECTIONMODE_MANUAL == sel) {
+                                               snprintf(sub_desc, MAX_COMMON_BUFFER_LEN, 
+                                                        "%s. %s", _("IDS_COM_BODY_MANUAL"),
+                                                        _(pa_net_name));
+                                       }
+                                       SETTING_TRACE_DEBUG("Update "\
+                                               "ad->data_sel_net to be [%s]", 
+                                               sub_desc);
+                                       if (ad->data_sel_net && !isEmptyStr(sub_desc))
+                                       {
+                                           ad->data_sel_net->sub_desc = 
+                                                       (char *)g_strdup(sub_desc);
+                                           elm_object_item_data_set(ad->data_sel_net->item, ad->data_sel_net);
+                                           elm_genlist_item_update(ad->data_sel_net->item);
+                                       }
+
+                                       ad->sel_net = sel;
+                               }
+                               
+                       } else {
+                               SETTING_TRACE
+                                   ("*** [ERR] TAPI_EVENT_NETWORK_GETSELECTIONMODE_CNF, STATUS=0x%x ***",
+                                    event->Status);
+                       }
+                       break;
+               }
+               /* get network mode */
+               case TAPI_EVENT_NETWORK_GETNWBAND_CNF:
+               {
+                       SETTING_TRACE_DEBUG("Case: TAPI_EVENT_NETWORK_GETNWBAND_CNF");
+
+                       if (event->Status ==
+                           TAPI_NETWORK_NO_ERR) {
+                               TelNetworkBand_t band;
+                               int temp_net_mode = 0;
+                               memcpy(&band, event->pData,
+                                      sizeof
+                                      (TelNetworkBand_t));
+                               temp_net_mode = (int)band;
+                               /*  ***BEGIN***  Fixed the problem of word twinkle  SAMSUNG 2010/7/21 modify */
+                               if (temp_net_mode !=
+                                   ad->net_mode) {
+                                       ad->net_mode =
+                                           temp_net_mode;
+                                       const char *sub_desc =
+                                           NULL;
+                                       switch (ad->net_mode) {
+                                       case TAPI_NETWORK_BAND_TYPE_ANY:
+                                               sub_desc =
+                                                                   _("IDS_COM_BODY_AUTOMATIC");
+                                               break;
+                                       case TAPI_NETWORK_BAND_TYPE_GSM_900_1800:
+                                               sub_desc =
+                                                                   _(STR_SETTING_GSM_900_1800);
+                                               break;
+                                       case TAPI_NETWORK_BAND_TYPE_GSM_850_1900:
+                                               sub_desc =
+                                                                   _(STR_SETTING_GSM_850_1900);
+                                               break;
+                                       case TAPI_NETWORK_BAND_TYPE_WCDMA:
+                                               sub_desc =
+                                                                   _(STR_SETTING_UMTS);
+                                               break;
+                                       default:
+                                               break;
+                                       }
+                                       if (ad->data_net_mode) {
+                                               ad->data_net_mode->sub_desc = (char *)g_strdup(sub_desc);
+                                               elm_object_item_data_set (ad->data_net_mode->item, ad->data_net_mode);
+                                               elm_genlist_item_update(ad->data_net_mode->item);
+
+                                       }
+                                       vconf_set_int
+                                           (VCONFKEY_SETAPPL_NETWORK_MODE_INT,
+                                            ad->net_mode);
+                               }
+                               /*  ****END****  Fixed the problem of word twinkle  SAMSUNG 2010/7/21 modify */
+                       } else {
+                               SETTING_TRACE_ERROR
+                                   ("*** [ERR] TAPI_EVENT_NETWORK_GETNWBAND_CNF, STATUS=0x%x ***",
+                                    event->Status);
+                       }
+
+                       break;
+               }
+               /* set network mode */
+               case TAPI_EVENT_NETWORK_SETNWBAND_CNF:
+               {
+                       SETTING_TRACE_DEBUG("Case: TAPI_EVENT_NETWORK_SETNWBAND_CNF");
+
+                       int err;
+                       if (event->Status ==
+                           TAPI_NETWORK_NO_ERR) {
+                               ret_if(NULL == ad->data_net_mode);
+                               ad->net_mode = //get value from radio
+                                   elm_radio_value_get(ad->data_net_mode->rgd);
+                               setting_set_int_slp_key(ad->data_net_mode->int_slp_setting_binded,
+                                                       ad->net_mode, &err);
+                               char *sub_des = NULL;
+                               
+                               switch (ad->net_mode) {
+                               case TAPI_NETWORK_BAND_TYPE_ANY:
+                                       sub_des = _("IDS_COM_BODY_AUTOMATIC");
+                                       break;
+                               
+                               case TAPI_NETWORK_BAND_TYPE_GSM_900_1800:
+                                       sub_des = _(STR_SETTING_GSM_900_1800);
+                                       break;
+                               
+                               case TAPI_NETWORK_BAND_TYPE_GSM_850_1900:
+                                       sub_des = _(STR_SETTING_GSM_850_1900);
+                                       break;
+                               
+                               case TAPI_NETWORK_BAND_TYPE_WCDMA:
+                                       sub_des = _(STR_SETTING_UMTS);
+                                       break;
+                               default:
+                                       break;
+                               }
+                               if (ad->data_net_mode) {
+                                       ad->data_net_mode->sub_desc = (char *)g_strdup(sub_des);
+                                       elm_object_item_data_set(ad->data_net_mode->item, ad->data_net_mode);
+                                       elm_genlist_item_update(ad->data_net_mode->item);
+                               }
+
+                               
+                       } else {
+                               SETTING_TRACE_ERROR
+                                   ("*** [ERR] TAPI_EVENT_NETWORK_SETNWBAND_CNF, STATUS=0x%x ***",
+                                    event->Status);
+                               
+                               //rollback
+                               //get value from vconf
+                               setting_get_int_slp_key(ad->data_net_mode->int_slp_setting_binded,
+                                                       &(ad->net_mode), &err);
+                               elm_radio_value_set(ad->data_net_mode->rgd, ad->net_mode);
+                       }
+
+                       break;
+               }
+               /* get preferred network */
+               case TAPI_EVENT_NETWORK_GETPREFFEREDPLMN_CNF:
+               {
+                       SETTING_TRACE_DEBUG("Case: TAPI_EVENT_NETWORK_GETPREFFEREDPLMN_CNF");
+
+                       if (event->Status ==
+                           TAPI_NETWORK_NO_ERR) {
+                               memset(&(ad->pref_list), 0x00,
+                                      sizeof
+                                      (TelNetworkPrefferedPlmnList_t));
+                               memcpy(&(ad->pref_list),
+                                      event->pData,
+                                      sizeof
+                                      (TelNetworkPrefferedPlmnList_t));
+
+                               SETTING_TRACE
+                                   ("*********** ad->op_type = %d",
+                                    ad->op_type);
+                               SETTING_TRACE
+                                   ("ad->pref_list.NumOfPreffPlmns:%d",
+                                    ad->
+                                    pref_list.NumOfPreffPlmns);
+                               switch (ad->op_type) {
+                               case SETTING_NETWORK_PREFERRED_NETWORK_DELETE:
+                               {
+                                       setting_network_preferred_network_delete_draw_network_list
+                                           (ad);
+                                       break;
+                               }
+                               default:
+                               {
+                                       setting_network_preferred_network_refresh_view
+                                           (ad);
+                                       char info
+                                           [MAX_DISPLAY_NAME_LEN_ON_UI]
+                                           = { 0 };
+                                       if (ad->pref_list.NumOfPreffPlmns > 1) {
+                                               snprintf(info, sizeof(info),
+                                                    "Get %d preferred networks",
+                                                    ad->pref_list.NumOfPreffPlmns);
+                                       } else {
+                                               snprintf(info, sizeof(info),
+                                                    "Get %d preferred network",
+                                                    ad->pref_list.NumOfPreffPlmns);
+                                       }
+                                       setting_network_popup_update(ad, info,
+                                                                    FALSE);
+                                       break;
+                               }
+                               }
+                       } else {
+                               switch (ad->op_type) {
+                               case SETTING_NETWORK_PREFERRED_NETWORK_DELETE:
+                               {
+                                       setting_network_preferred_network_delete_failed
+                                           (ad);
+                                       break;
+                               }
+                               default:
+                               {
+                                       setting_network_popup_update(ad,
+                                           _("Get preferred network failed"),
+                                            FALSE);
+                                       break;
+                               }
+                               }
+                       }
+                       break;
+               }
+               /* set preferred network */
+               case TAPI_EVENT_NETWORK_SETPREFFEREDPLMN_CNF:
+               {
+                       SETTING_TRACE_DEBUG("Case: TAPI_EVENT_NETWORK_SETPREFFEREDPLMN_CNF");
+
+                       if (event->Status !=
+                           TAPI_NETWORK_NO_ERR) {
+                               switch (ad->op_type) {
+                               case SETTING_NETWORK_PREFERRED_NETWORK_DELETE:
+                               {
+                                       setting_network_preferred_network_delete_failed
+                                           (ad);
+                                       break;
+                               }
+                               default:
+                               {
+                                       setting_network_popup_update
+                                           (ad, _("IDS_COM_POP_ERROR"),
+                                            FALSE);
+                                       break;
+                               }
+                               }
+                       } else {
+                               int request_id = -1;
+                               int tapi_ret = TAPI_API_SUCCESS;
+                               switch (ad->op_type) {
+                               case SETTING_NETWORK_PREFERRED_NETWORK_NEW:
+                               {
+                                       setting_view_change
+                                           (&setting_view_network_preferred_network_new,
+                                            &setting_view_network_preferred_network,
+                                            ad);
+                                       tapi_ret =
+                                           tel_get_network_preferred_plmn
+                                           (&request_id);
+                                       break;
+                               }
+
+                               case SETTING_NETWORK_PREFERRED_NETWORK_LIST:
+                               {
+
+                                       setting_view_change
+                                           (&setting_view_network_preferred_network_list,
+                                            &setting_view_network_preferred_network,
+                                            ad);
+                                       tapi_ret =
+                                           tel_get_network_preferred_plmn
+                                           (&request_id);
+                                       break;
+                               }
+
+                               case SETTING_NETWORK_PREFERRED_NETWORK_EDIT:
+                               {
+                                       setting_view_change
+                                           (&setting_view_network_preferred_network_edit,
+                                            &setting_view_network_preferred_network,
+                                            ad);
+                                       tapi_ret =
+                                           tel_get_network_preferred_plmn
+                                           (&request_id);
+                                       break;
+                               }
+                               case SETTING_NETWORK_PREFERRED_NETWORK_DELETE:
+                               {
+                                       setting_network_preferred_network_delete_ok
+                                           (ad);
+                                       return;
+                               }
+                               default:
+                               {
+                                       SETTING_TRACE_DEBUG
+                                           (" Unknown prederred network type");
+                                       break;
+                               }
+                               }
+
+                               if (tapi_ret !=
+                                   TAPI_API_SUCCESS) {
+                                       SETTING_TRACE_ERROR
+                                           ("*** [ERR] tel_get_network_preferred_plmn. err=%d ***",
+                                            tapi_ret);
+                               }
+                       }
+                       break;
+               }
+               default:
+               {
+                       SETTING_TRACE_DEBUG
+                           ("Unkonwn TAPI event");
+                       break;
+               }
+               }
+               break;
+       }
+       default:
+               {
+                       SETTING_TRACE_DEBUG("Unkonwn TAPI event class");
+                       break;
+               }
+       }
+       SETTING_TRACE_END;
+}
+
+void setting_network_register_network(Setting_GenGroupItem_Data* list_item)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(list_item == NULL);
+       SETTING_TRACE("process item [%s]", list_item->keyStr);
+       SettingNetworkUG *ad = list_item->userdata;
+       ret_if(ad == NULL);
+       
+       int tapi_ret = TAPI_API_INVALID_INPUT;
+       int request_id = 0;
+
+       //cancel the searching operation
+       
+       if (ad->data_search_network_item)
+       {
+           elm_object_item_del(ad->data_search_network_item->item);
+           ad->data_search_network_item = NULL;
+       }
+
+       setting_finish_progress_genlist_item(ad->data_selected_network_item);
+       if (ad->b_searching_network) {
+               tapi_ret = tel_cancel_network_manual_search(&request_id);
+               if (tapi_ret != TAPI_API_SUCCESS) {
+                       SETTING_TRACE_ERROR("*** [ERR] tel_search_network. "\
+                                           "tapi_ret=%d ***", tapi_ret);
+               }
+               else
+               {
+                       ad->b_searching_network = FALSE;
+               }
+       }
+
+       if (0 == safeStrCmp(list_item->keyStr, "IDS_COM_BODY_AUTOMATIC")) {
+               ad->sel_net = TAPI_NETWORK_SELECTIONMODE_AUTOMATIC;
+               tapi_ret = tel_select_network_automatic(&request_id);
+               if (tapi_ret != TAPI_API_SUCCESS) {
+                   SETTING_TRACE_DEBUG("*** [ERR] tel_select_network_automatic."\
+                                           " tapi_ret=%d ***",tapi_ret);
+               } else {
+                       setting_begin_progress_genlist_item(list_item);
+                       ad->data_selected_network_item = list_item;
+                       ad->b_set_manul_network = FALSE;
+                       ad->b_set_auto_network = TRUE;
+               }
+       } else {
+               ad->sel_net = TAPI_NETWORK_SELECTIONMODE_MANUAL;
+               ad->b_set_manul_network = TRUE;
+               ad->b_set_auto_network = FALSE;
+
+               int cnt = 0;
+               SETTING_TRACE("ad->plmn_info.networks_count:%d", 
+                               ad->plmn_info.networks_count);
+               for(; cnt < ad->plmn_info.networks_count; cnt++)
+               {
+                       SETTING_TRACE("ad->plmn_info.network_list[cnt].network_name:%s", 
+                                       ad->plmn_info.network_list[cnt].network_name);
+                       if(!safeStrCmp(list_item->keyStr,
+                                     ad->plmn_info.network_list[cnt].network_name))
+                       {
+                               break;
+                       }
+               }       
+
+
+               SETTING_TRACE_DEBUG("%s*** [Selected PLMN] name=%s, "\
+                               "srv provider=%s, PLMN ID=%u, type=%d, "\
+                               "access tech=%d ***%s", SETTING_FONT_BGREEN,
+                               ad->plmn_info.network_list[cnt].network_name, 
+                               ad->plmn_info.network_list[cnt].service_provider_name, 
+                               ad->plmn_info.network_list[cnt].plmn_id,
+                               (int)(ad->plmn_info.network_list[cnt].type_of_plmn), 
+                               (int)(ad->plmn_info.network_list[cnt].access_technology), 
+                               SETTING_FONT_BLACK);
+
+               //ASYNC API - TAPI_EVENT_NETWORK_SELECT_CNF
+               tapi_ret = tel_select_network_manual(
+                                       ad->plmn_info.network_list[cnt].plmn_id, 
+                                       &request_id); 
+               if(tapi_ret != TAPI_API_SUCCESS)
+               {
+                       SETTING_TRACE_DEBUG("%s*** [ERR] "\
+                                       "tel_select_network_manual. "\
+                                       "tapi_ret=%d ***%s", SETTING_FONT_RED, 
+                                       tapi_ret, SETTING_FONT_BLACK);
+                       setting_network_popup_create(ad, 
+                                                 _("IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"), 
+                                                 FALSE);
+                       return;
+               }
+               else
+               {
+                       ad->sel_net_plmn_id = 
+                               ad->plmn_info.network_list[cnt].plmn_id;
+                       setting_begin_progress_genlist_item(list_item);
+                       ad->data_selected_network_item = list_item;
+               }
+       }
+}
+
+
+void setting_network_select_network_chk_changed(void *data, Evas_Object *obj, 
+                                               void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL || obj == NULL, "Parameter is NULL");
+       Setting_GenGroupItem_Data* list_item = (Setting_GenGroupItem_Data *)data;
+       
+       list_item->chk_status = elm_radio_value_get(obj);
+       SETTING_TRACE("The value of radio changes to be %d", 
+                       list_item->chk_status);
+       setting_network_register_network(list_item);
+}
+
+
+void setting_network_Gendial_select_plmn_cb(void *data, Evas_Object *obj, 
+                                               void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL || event_info == NULL, "Parameter is NULL");
+               
+       SettingNetworkUG *ad = (SettingNetworkUG*)data;
+       Elm_Object_Item *item = (Elm_Object_Item*)event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data*)elm_object_item_data_get(item);      
+       
+       int old_chk_status = elm_radio_value_get(ad->chk_sel);
+       if (old_chk_status != list_item->chk_status)
+       {
+               SETTING_TRACE("The value of radio changes to be %d", 
+                               list_item->chk_status);
+               elm_radio_value_set(ad->chk_sel, list_item->chk_status);
+               setting_network_register_network(list_item);
+       }
+}
+/*****/
+UG_MODULE_API int setting_plugin_reset(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = 0;
+       /* network         */
+#if SUPPORT_RUN_SYSTEM_COMMAND
+       ret += excuteCmd(SETTING_POSTINST_FILE, 1, "network");
+#else
+       ret += vconf_set_int(VCONFKEY_SETAPPL_SELECT_NETWORK_INT, TAPI_NETWORK_SELECTIONMODE_AUTOMATIC);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_NETWORK_MODE_INT, TAPI_NETWORK_BAND_TYPE_ANY);
+       ret += vconf_set_bool(VCONFKEY_3G_ENABLE, TRUE);
+#endif
+
+       if (net_register_client((net_event_cb_t)__network_evt_cb, NULL) != NET_ERR_NONE) {
+               SETTING_TRACE_ERROR("net_register_client. failed");
+       }
+       int request_id = 0;
+       int tapi_ret = tel_select_network_automatic(&request_id);
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               ret++;
+           SETTING_TRACE_ERROR("tel_select_network_automatic. tapi_ret=%d", tapi_ret);
+       }
+       
+       request_id = 0;
+       tapi_ret = tel_set_network_band(TAPI_NETWORK_BAND_MODE_ONLY, 
+                                       TAPI_NETWORK_BAND_TYPE_ANY,
+                                       &request_id);
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               ret++;
+               SETTING_TRACE_ERROR("tel_set_network_band. tapi_ret=%d", tapi_ret);
+       }
+
+       if (net_deregister_client() != NET_ERR_NONE) {
+               ret++;
+               SETTING_TRACE_ERROR("net_deregister_client failed");
+       }
+       
+       SETTING_TRACE_END;
+       return ret;
+}
diff --git a/setting-password/CMakeLists.txt b/setting-password/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..68e5d5a
--- /dev/null
@@ -0,0 +1,38 @@
+
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_password REQUIRED evas ecore edje elementary appcore-common appcore-efl ecore-imf ui-gadget bundle tapi dlog security-server)
+
+FOREACH(flag ${pkgs_password_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl, --rpath=/usr/lib")
+
+ADD_LIBRARY(${SETTING_PASSWORD_UG} SHARED
+       ./src/setting-password.c
+       ./src/setting-password-main.c
+)
+
+TARGET_LINK_LIBRARIES(${SETTING_PASSWORD_UG} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON} -lsetting-common)
+TARGET_LINK_LIBRARIES(${SETTING_PASSWORD_UG} ${pkgs_password_LDFLAGS})
+
+INSTALL(TARGETS ${SETTING_PASSWORD_UG} DESTINATION /opt/ug/lib)
+
+
+
+
diff --git a/setting-password/include/setting-password-main.h b/setting-password/include/setting-password-main.h
new file mode 100755 (executable)
index 0000000..9808b7a
--- /dev/null
@@ -0,0 +1,57 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef _SETTING_PASSWORD_MAIN_H_
+#define _SETTING_PASSWORD_MAIN_H_
+
+#include <setting-password.h>
+
+static int setting_password_main_create_ui(void *data);
+
+/* for simple password */
+static int setting_password_main_draw_simple_password(void *data, int title_index);
+static int setting_password_main_check_simple_password(const char *collection);
+static int setting_password_main_draw_next_simple_password(void *data, int title_index);
+/* end */
+
+static int setting_password_main_draw_1line_password(void *data, void *cb);
+static int setting_password_main_draw_2line_password(void *data, void *cb);
+static int setting_password_main_draw_3line_password(void *data, void *cb);
+static int setting_password_main_clear_1line_password(void *data);
+static int setting_password_main_clear_2line_password(void *data);
+static int setting_password_main_clear_3line_password(void *data);
+static int setting_password_main_check_1line_password(void *data);
+static int setting_password_main_check_2line_password(void *data);
+static int setting_password_main_check_3line_password(void *data);
+
+static void setting_password_main_click_softkey_done_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info);
+static void setting_password_main_click_softkey_cancel_cb(void *data,
+                                                         Evas_Object *obj,
+                                                         void *event_info);
+static void setting_password_main_warning_entry_added_byte_popup(SettingPasswordUG *ad,
+                                                    int min, int max);
+
+#endif
diff --git a/setting-password/include/setting-password.h b/setting-password/include/setting-password.h
new file mode 100644 (file)
index 0000000..b312146
--- /dev/null
@@ -0,0 +1,221 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef _SETTING_PASSWORD_H_
+#define _SETTING_PASSWORD_H_
+
+#include <glib.h>
+#include <appcore-efl.h>
+#include <Elementary.h>
+#include <Ecore_IMF.h>
+
+#include <ITapiSim.h>
+#include <TelSim.h>
+#include <TelErr.h>
+#include <TapiEvent.h>
+
+#include <glib-object.h>
+#include <ui-gadget.h>
+#include <ui-gadget-module.h>
+#include <bundle.h>
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+#include <security-server.h>
+
+#define SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH 4
+#define SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH 16
+#define SETTING_PW_UG_PRIVACY_PASSWORD_MIN_LENGTH 4
+#define SETTING_PW_UG_PRIVACY_PASSWORD_MAX_LENGTH 16
+#define SETTING_PW_UG_SIM_MIN_LENGTH 4
+#define SETTING_PW_UG_SIM_MAX_LENGTH 8
+#define SETTING_PW_UG_PIN_MIN_LENGTH 4
+#define SETTING_PW_UG_PIN_MAX_LENGTH 8
+#define SETTING_PW_UG_PUK_MIN_LENGTH 4
+#define SETTING_PW_UG_PUK_MAX_LENGTH 8
+#define SETTING_PW_MAX_TITLE_LENGTH MAX_DISPLAY_NAME_LEN_ON_UI
+
+#define ATTEMPT_DESC   _("IDS_ST_POP_PD_ATTEMPT_LEFT")                 /* "%d attempt left" */
+#define ATTEMPTS_DESC  _("IDS_ST_POP_PD_ATTEMPTS_LEFT")                /* "%d attempts left" */
+#define PIN_ERR_DESC   _("IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT") /* "Incorrect PIN. %d attempts left" */
+#define PUK1_ERR_DESC  _("IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT") /* "Incorrect PUK1. %d attempts left" */
+#define PUK2_ERR_DESC  _("IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT") /* "Incorrect PUK2. %d attempts left" */
+#define PW_ERR_DESC    _("IDS_ST_POP_INCORRECT_PASSWORD")      /* "Incorrect password" */
+#define PW_ERR_DELAY_DESC _("IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS") /* "Please enter password again after %d seconds" */
+#define PW_ERR_DELAY_TIME      30
+
+typedef enum {
+       SETTING_PW_TYPE_POWER_ON_LOCK, 
+       SETTING_PW_TYPE_PHONE_LOCK,
+       SETTING_PW_TYPE_PHONE_LOCK_ON,
+       SETTING_PW_TYPE_SET_PASSWORD,
+    SETTING_PW_TYPE_SIMPLE_PASSWORD,
+       SETTING_PW_TYPE_CHANGE_PASSWORD,
+       SETTING_PW_TYPE_SIM_LOCK_ON, 
+       SETTING_PW_TYPE_SIM_LOCK_OFF,
+       SETTING_PW_TYPE_PIN_LOCK_ON,
+       SETTING_PW_TYPE_PIN_LOCK_OFF,
+       SETTING_PW_TYPE_CHANGE_PIN1,
+       SETTING_PW_TYPE_FDN_MODE_ON,
+       SETTING_PW_TYPE_FDN_MODE_OFF,
+       SETTING_PW_TYPE_CHANGE_PIN2,
+       SETTING_PW_TYPE_PIN1_BLOCKED,
+       SETTING_PW_TYPE_PIN2_BLOCKED,
+       SETTING_PW_TYPE_RESET, 
+       SETTING_PW_TYPE_CLEAR,
+       SETTING_PW_TYPE_LOCK_FOR_APP,
+       SETTING_PW_TYPE_MAX,
+} setting_pw_type;
+
+struct _pw_item {
+       int pw_type_num;
+       char *pw_type_string;
+};
+
+/* For Tapi */
+typedef enum {
+       SIM_OPERATION_OK,
+       SIM_ERROR,
+       SIM_REQ_PIN,
+       SIM_OPERATION_OFF,
+       SIM_LOCK_ON_SUCCESS,
+       SIM_LOCK_OFF_SUCCESS,
+       SIM_PIN_LOCK_ON_SUCCESS,
+       SIM_PIN_LOCK_OFF_SUCCESS,
+       SIM_LOCK_ON_FAIL,
+       SIM_LOCK_INCORRECT_PASSWORD,
+       SIM_INCORRECT_PIN1_CODE,
+       SIM_INCORRECT_PIN2_CODE,
+       SIM_INCORRECT_PUK1_CODE,
+       SIM_INCORRECT_PUK2_CODE,
+       SIM_PIN1_CHANGE_SUCCESS,
+       SIM_PIN2_CHANGE_SUCCESS,
+       SIM_PIN1_CHANGE_FAIL,
+       SIM_PIN2_CHANGE_FAIL,
+       SIM_PIN1_BLOCKED,
+       SIM_PIN2_BLOCKED,
+       SIM_PIN1_UNBLOCKED,
+       SIM_PIN2_UNBLOCKED,
+       SIM_PUK1_BLOCKED,
+       SIM_PUK2_BLOCKED,
+       SIM_REQUIRED_PUK_CODE,
+       SIM_OPERATION_UNAVAILABLE,
+       SIM_UNKNOWN_ERROR,
+} sim_stat_value;
+
+typedef struct _tapi_request_event {
+       unsigned int sid;
+       int event;
+} tapi_request_event;
+
+typedef struct _tapi_receive_info {
+       sim_stat_value stat;
+       int retry_cnt;
+} tapi_receive_info;
+
+typedef struct _tapi_request_tapi_info {
+       tapi_request_event *evt;
+       int evt_sz;
+
+       void *cb_data;
+       void (*cb) (tapi_receive_info *, void *);
+} tapi_request_tapi_info;
+
+/**
+ * Setting Password UG context
+ * all UG function has void* as an agument. this is casted back to SettingPasswordUG 
+ * and the functions access app context.
+ */
+typedef struct _SettingPasswordUG {
+       struct ui_gadget *ug;
+
+       /* add more variables here (move your appdata to here) */
+       Evas *evas;
+       Evas_Object *win_main_layout;
+       Evas_Object *win_get;
+       Evas_Object *ly_main;
+
+       setting_pw_type view_type;
+       const char *view_type_string;
+
+       Setting_GenGroupItem_Data *ed_pw1;
+       Setting_GenGroupItem_Data *ed_pw2;
+       Setting_GenGroupItem_Data *ed_pw3;
+       Setting_GenGroupItem_Data *focus_data;
+       Evas_Object *setpw_notify;
+       Evas_Object *notify;
+
+       Elm_Object_Item *err_desc;
+       Elm_Genlist_Item_Class itc_err_desc;
+
+       Elm_Object_Item *navi_it;
+       Evas_Object *controllbar;
+       tapi_request_tapi_info *t_info;
+       Evas_Object *navi_bar;
+       Elm_Genlist_Item_Class itc_variable_height;
+       Elm_Genlist_Item_Class itc_seperator;
+       Elm_Genlist_Item_Class itc_layout;
+       Elm_Genlist_Item_Class itc_group_item;
+       Evas_Object *scroller;
+       int disable_item_type;
+
+       /* for simple password */
+       Elm_Genlist_Item_Class itc_title;
+       Elm_Genlist_Item_Class itc_sp_bg_1icon;
+       Elm_Object_Item *sp_item;
+       Evas_Object *sp_entry1;
+       Evas_Object *sp_entry2;
+       Evas_Object *sp_entry3;
+       Evas_Object *sp_entry4; 
+       Evas_Object *sp_focused;
+
+       int sp_title_index;
+       char *cur_pwd;
+
+       int is_simple_password_on;
+       int is_description;
+
+       bool destroy;
+       Ecore_Timer *remove_timer;
+       /* end */
+       
+} SettingPasswordUG;
+
+extern setting_view setting_view_password_main;
+
+int setting_password_ug_subscribe_sim_events(SettingPasswordUG *ad);
+int setting_password_ug_unsubscribe_sim_events(SettingPasswordUG *ad);
+
+void setting_password_ug_popup_resp_cb(void *data, Evas_Object *obj, void *event_info);
+void setting_password_ug_create_popup_notitle_nobtn(void *data, char *str, int destroy);
+
+void setting_password_ug_display_desc(void *data, char *desc, int destroy);
+
+extern void setting_password_ug_check_attemps_left(void *data);
+
+int setting_password_is_password_empty();
+int setting_password_check_password(const char *challenge);
+int setting_password_set_password(const char *cur_pwd, const char *new_pwd, void *data);
+
+#endif
diff --git a/setting-password/src/setting-password-main.c b/setting-password/src/setting-password-main.c
new file mode 100644 (file)
index 0000000..f025028
--- /dev/null
@@ -0,0 +1,2770 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+
+#include <setting-password.h>
+#include <setting-password-main.h>
+#include <openssl/sha.h>
+
+static int setting_password_main_create(void *cb);
+static int setting_password_main_destroy(void *cb);
+static int setting_password_main_update(void *cb);
+static int setting_password_main_cleanup(void *cb);
+
+setting_view setting_view_password_main = {
+       .create = setting_password_main_create,
+       .destroy = setting_password_main_destroy,
+       .update = setting_password_main_update,
+       .cleanup = setting_password_main_cleanup,
+};
+
+/** @todo add i18n supports */
+const char *sp_titles[5] = { "IDS_ST_BODY_ENTER_PASSWORD",
+               "IDS_ST_BODY_ENTER_NEW_PASSWORD",
+               "IDS_ST_BODY_ENTER_PASSWORD_AGAIN",
+               "IDS_ST_BODY_ENTER_CURRENT_PASSWORD",
+               NULL
+};
+#define SETTING_SP_TITLE_INDEX_START 0
+#define SETTING_SP_TITLE_INDEX_MAX 3
+
+#define ENTRY_CALLBACK_REPEAT_MAX 3
+#define SETTING_COMPARE_PW_FAIL -2
+
+static void _sp_changed_cb1(void *data, Evas_Object *obj, void *event_info);
+static void _sp_changed_cb2(void *data, Evas_Object *obj, void *event_info);
+static void _sp_changed_cb3(void *data, Evas_Object *obj, void *event_info);
+static void _sp_changed_cb4(void *data, Evas_Object *obj, void *event_info);
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+static void
+__password_main_gl_mouse_up(void *data, Evas *e, Evas_Object *obj,
+                           void *event)
+{
+       ret_if(!data);
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+       if (ad->ed_pw1) {
+               setting_hide_input_pannel_cb(ad->ed_pw1->eo_check);
+       }
+       if (ad->ed_pw2) {
+               setting_hide_input_pannel_cb(ad->ed_pw1->eo_check);
+       }
+       if (ad->ed_pw3) {
+               setting_hide_input_pannel_cb(ad->ed_pw1->eo_check);
+       }
+
+}
+
+static char *setting_password_main_get_title_str(void *data)
+{
+       retvm_if(data == NULL, NULL,
+                "[Setting > Password] Data parameter is NULL");
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+       char title[MAX_DISPLAY_NAME_LEN_ON_UI] ={0,};
+
+       switch (ad->view_type) {
+       case SETTING_PW_TYPE_POWER_ON_LOCK:
+       case SETTING_PW_TYPE_PHONE_LOCK:
+       case SETTING_PW_TYPE_RESET:
+       case SETTING_PW_TYPE_CLEAR:
+       case SETTING_PW_TYPE_SIMPLE_PASSWORD:
+       case SETTING_PW_TYPE_CHANGE_PASSWORD:
+               return _("IDS_COM_BODY_AUTH_PASSWORD");
+               break;
+       case SETTING_PW_TYPE_SET_PASSWORD:
+               if(safeStrCmp(ad->view_type_string, "SETTING_PW_TYPE_LOCK_FOR_APP") == 0)
+               {
+                       snprintf(title, sizeof(title), "%s %s", _("IDS_ST_BODY_PHONE_LOCK"), _("IDS_COM_BODY_AUTH_PASSWORD"));
+                       return strdup(title);
+               }
+               else
+               {
+                       return _("IDS_COM_BODY_AUTH_PASSWORD");
+               }
+               break;
+       case SETTING_PW_TYPE_LOCK_FOR_APP:
+               snprintf(title, sizeof(title), "%s %s", _("IDS_ST_BODY_PHONE_LOCK"), _("IDS_COM_BODY_AUTH_PASSWORD"));
+               return strdup(title);
+               break;
+       case SETTING_PW_TYPE_SIM_LOCK_ON:
+       case SETTING_PW_TYPE_SIM_LOCK_OFF:
+               return _("IDS_COM_BODY_AUTH_PASSWORD");
+               break;
+       case SETTING_PW_TYPE_PIN_LOCK_ON:
+       case SETTING_PW_TYPE_PIN_LOCK_OFF:
+               return _("IDS_ST_BODY_PIN1");
+               break;
+       case SETTING_PW_TYPE_CHANGE_PIN1:
+               return _("IDS_ST_BODY_CHANGE_PIN1");
+               break;
+
+       case SETTING_PW_TYPE_FDN_MODE_ON:
+       case SETTING_PW_TYPE_FDN_MODE_OFF:
+               return _("IDS_ST_BODY_PIN2");
+               break;
+
+       case SETTING_PW_TYPE_CHANGE_PIN2:
+               return _("IDS_ST_BODY_CHANGE_PIN2");
+               break;
+
+       case SETTING_PW_TYPE_PIN1_BLOCKED:
+               return _("IDS_ST_BODY_PUK1_CODE");
+               break;
+       case SETTING_PW_TYPE_PIN2_BLOCKED:
+
+               return _("IDS_ST_BODY_PUK2");
+               break;
+       default:
+               SETTING_TRACE_DEBUG("%s*** Unknown Password Type. ***%s",
+                                   SETTING_FONT_BGREEN, SETTING_FONT_BLACK);
+               break;
+       }
+       return NULL;
+
+}
+
+static void
+_sp_back_key_up(void *data, Evas *e, Evas_Object *obj, void *event)
+{
+       retm_if(data == NULL || event == NULL, "[Setting > Password] Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       ret_if(ad->sp_focused == NULL || ad->sp_entry1 == NULL || ad->sp_entry2 == NULL
+                       || ad->sp_entry3 == NULL || ad->sp_entry4 == NULL);
+       
+       Evas_Object *cur_entry = NULL; 
+       Evas_Object *move_to = NULL;
+       
+       Evas_Event_Key_Up *ev = (Evas_Event_Key_Up*)event;
+
+       cur_entry = ad->sp_focused;
+
+       if(cur_entry == ad->sp_entry1)
+       {
+               /* nothing to move. */
+               return;
+       }
+       else if(cur_entry == ad->sp_entry2)
+       {
+               move_to = ad->sp_entry1;
+       }
+       else if(cur_entry == ad->sp_entry3)
+       {
+               move_to = ad->sp_entry2;
+       }
+       else if(cur_entry == ad->sp_entry4)
+       {
+               move_to = ad->sp_entry3;
+       }
+       else
+       {
+               return;
+       }
+       
+       if(strcmp(ev->keyname, "BackSpace") == 0) 
+       {
+               elm_object_focus_set(move_to, EINA_TRUE);
+               elm_entry_entry_set(move_to, "<font_size=52 align=center>");
+               elm_entry_cursor_end_set(move_to);
+               ad->sp_focused = move_to;
+       }
+}
+
+Elm_Object_Item* __create_navi_bar_with_left_button(void *data, Evas_Object *content, Evas_Object *navibar)
+{
+       retv_if(data == NULL || content == NULL || navibar == NULL, NULL);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *)data;
+
+       Elm_Object_Item *navi_item = setting_create_navi_bar_top_buttons(setting_password_main_get_title_str(ad),
+                                                                       _("IDS_COM_SK_CANCEL"), NULL, NULL,
+                                                                       setting_password_main_click_softkey_cancel_cb,
+                                                                       setting_password_main_click_softkey_done_cb,
+                                                                       NULL, ad, content, navibar);
+       retv_if(!navi_item, NULL);
+       return navi_item;
+}
+       
+Elm_Object_Item* __create_navi_bar_with_both_button(void *data, Evas_Object *content, Evas_Object *navibar)
+{
+       retv_if(data == NULL || content == NULL || navibar == NULL, NULL);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *)data;
+
+       Elm_Object_Item *navi_item = setting_create_navi_bar_top_buttons(setting_password_main_get_title_str(ad),
+                                                                       _("IDS_COM_SK_CANCEL"), _("IDS_COM_SK_DONE"), NULL,
+                                          setting_password_main_click_softkey_cancel_cb,
+                                                                       setting_password_main_click_softkey_done_cb,
+                                                                       NULL, ad, content, navibar);
+
+       retv_if(!navi_item, NULL);
+
+       Evas_Object *done_btn = elm_object_item_part_content_get(navi_item, "title_right_btn");
+       if(done_btn != NULL)
+       {
+       setting_disable_evas_object(done_btn);
+       setting_dim_evas_object(done_btn, TRUE);
+       }
+       return navi_item;
+}
+
+static int __create_common_password_frame(void *data)
+{
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *)data;
+       Evas_Object *navi_bar = NULL;
+       static int count = 0;
+
+       count++;
+       /* CONTENT */
+       if(ad->scroller != NULL)
+       {
+               evas_object_del(ad->scroller);
+       }
+       
+       Evas_Object *pw_list = elm_genlist_add(ad->win_main_layout);
+       if(pw_list == NULL)
+               return SETTING_RETURN_FAIL;
+
+       elm_genlist_clear(pw_list);     /* first to clear list */
+       elm_genlist_homogeneous_set(pw_list, EINA_TRUE);
+       elm_genlist_mode_set(pw_list, ELM_LIST_COMPRESS);
+
+
+#if SUPPORT_BOTTOM_BTNS
+       ad->ly_main = setting_create_win_layout(ad->win_main_layout, ad->win_get);
+       retv_if(!ad->ly_main, SETTING_RETURN_FAIL);
+       
+       navi_bar = setting_create_navi_bar(ad->ly_main);
+       retv_if(!navi_bar, SETTING_RETURN_FAIL);
+       
+
+       if((ad->is_simple_password_on == 1) &&
+               ((ad->view_type == SETTING_PW_TYPE_PHONE_LOCK)
+                       || (ad->view_type == SETTING_PW_TYPE_SET_PASSWORD)
+                       || (ad->view_type == SETTING_PW_TYPE_SIMPLE_PASSWORD)
+                       || (ad->view_type == SETTING_PW_TYPE_CHANGE_PASSWORD)
+                       || (ad->view_type == SETTING_PW_TYPE_RESET)
+                       || (ad->view_type == SETTING_PW_TYPE_LOCK_FOR_APP) ))
+       {
+               if((ad->view_type == SETTING_PW_TYPE_SIMPLE_PASSWORD) && count == 2)
+               {
+                       /* from simple password to normal password */
+                       ad->navi_it = __create_navi_bar_with_both_button(ad, pw_list, navi_bar);
+               }
+               else
+               {
+                       ad->navi_it = __create_navi_bar_with_left_button(ad, pw_list, navi_bar);
+               }
+       }
+       else
+       {
+               if((ad->view_type == SETTING_PW_TYPE_SIMPLE_PASSWORD) && count == 2)
+               {
+                       /* from normal password to simple password */
+                       ad->navi_it = __create_navi_bar_with_left_button(ad, pw_list, navi_bar);
+               }
+               else
+               {
+                       ad->navi_it = __create_navi_bar_with_both_button(ad, pw_list, navi_bar);
+               }
+       }
+
+       retv_if(!ad->navi_it, SETTING_RETURN_FAIL);
+#else
+       ad->ly_main =
+           setting_create_layout_navi_bar(ad->win_main_layout, ad->win_get,
+                                          setting_password_main_get_title_str
+                                          (ad), _("IDS_COM_SK_CANCEL"),
+                                          _("IDS_COM_SK_DONE"), NULL,
+                                          setting_password_main_click_softkey_cancel_cb,
+                                          setting_password_main_click_softkey_done_cb,
+                                          NULL, ad, pw_list /* contents */ ,
+                                          &navi_bar, &(ad->controllbar));
+       elm_object_item_disabled_set(elm_toolbar_last_item_get(ad->controllbar), EINA_TRUE);
+
+       if(ad->ly_main == NULL)
+               return SETTING_RETURN_FAIL;
+#endif
+
+       evas_object_event_callback_add(pw_list, EVAS_CALLBACK_MOUSE_UP,
+                                      __password_main_gl_mouse_up, ad);
+
+       Elm_Object_Item *item = elm_genlist_item_append(pw_list, 
+                                                               &(ad->itc_seperator), NULL, NULL,
+                                                               ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       ad->scroller = pw_list;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static void _copy_chars_from_sp_entries(void *data, char *collection)
+{
+       ret_if(data == NULL || collection == NULL);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       if(ad->sp_entry1 == NULL || ad->sp_entry2 == NULL ||
+               ad->sp_entry3 == NULL || ad->sp_entry4 == NULL)
+               return;
+       
+       strncpy(&collection[0], elm_entry_entry_get(ad->sp_entry1), 1);
+       strncpy(&collection[1], elm_entry_entry_get(ad->sp_entry2), 1);
+       strncpy(&collection[2], elm_entry_entry_get(ad->sp_entry3), 1);
+       strncpy(&collection[3], elm_entry_entry_get(ad->sp_entry4), 1);
+}
+
+static int _handle_step1(void *data, char *collection)
+{
+       retv_if(data == NULL, SETTING_RETURN_FAIL);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+       int ret = 0;
+       int err = 0;
+
+       char svalue[SHA256_DIGEST_LENGTH];
+       memset(svalue, 0x0, SHA256_DIGEST_LENGTH);
+
+       _copy_chars_from_sp_entries(ad, collection); 
+
+       ret = setting_password_main_check_simple_password(collection);
+       if(ret < 0)
+       {
+               setting_password_main_draw_simple_password(ad, 3);
+               return SETTING_RETURN_FAIL;
+       }
+                       
+       ret = setting_password_check_password(collection);
+       if(ret != SETTING_RETURN_SUCCESS)
+       {
+               setting_password_main_draw_simple_password(ad, 3);
+               return SETTING_COMPARE_PW_FAIL; 
+       }
+                               
+       /* reset static variables */
+       memset(collection, 0x00, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1);
+
+       int value = 0;
+
+       if (0 == safeStrCmp(ad->view_type_string, "SETTING_PW_TYPE_PHONE_LOCK"))
+       {
+               setting_get_bool_slp_key(BOOL_SLP_SETTING_POWER_ON_LOCK, &value, &err);
+               SETTING_TRACE_DEBUG("get VCONF POWER_ON_LOCK : %d", value);
+       
+               if (value == 0)
+                       ret = setting_set_bool_slp_key(BOOL_SLP_SETTING_POWER_ON_LOCK,
+                                                    SETTING_ON_OFF_BTN_ON, &err);
+               else
+                       ret = setting_set_bool_slp_key(BOOL_SLP_SETTING_POWER_ON_LOCK,
+                                                    SETTING_ON_OFF_BTN_OFF, &err);
+
+               /* reset VCONF */
+               setting_set_int_slp_key(INT_SLP_SETTING_PHONE_LOCK_ATTEMPTS_LEFT,
+                                    PHONE_LOCK_ATTEMPS_MAX, &err);
+               setting_retvm_if(err == SETTING_RETURN_FAIL, SETTING_RETURN_FAIL, "[Error] set value of vconf fail.");
+
+               /* Correct Password. Send Bundle to caller for status change */
+       }
+       
+       bundle *b = bundle_create();
+       if (!b)
+       {
+               setting_password_main_draw_simple_password(ad, 3);
+               return SETTING_RETURN_FAIL;
+       }
+
+       bundle_add(b, "result", ad->view_type_string);
+       ug_send_result(ad->ug, b);
+       SETTING_TRACE("Send Result : %s\n", ad->view_type_string);
+       bundle_free(b);
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int _handle_step_sp(void *data, int *step, char *collection1, char *collection2)
+{
+       retv_if(data == NULL, SETTING_RETURN_FAIL);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+       int ret = 0;
+
+       char svalue[SHA256_DIGEST_LENGTH];
+       memset(svalue, 0x0, SHA256_DIGEST_LENGTH);
+
+       if(ad->is_simple_password_on == 1)
+       {
+               SETTING_TRACE_DEBUG("case ON->OFF");
+               _copy_chars_from_sp_entries(ad, collection1);
+
+               ret = setting_password_main_check_simple_password(collection1);
+               if(ret < 0)
+               {
+                       setting_password_main_draw_simple_password(ad, 3);
+                       return SETTING_RETURN_FAIL;
+               }
+
+               SETTING_TRACE_DEBUG("collection_step1 : %s", collection1);
+
+               ret = setting_password_check_password(collection1);
+               if(ret != SETTING_RETURN_SUCCESS)
+               {
+                       setting_password_main_draw_simple_password(ad, 3);
+                       return SETTING_RETURN_FAIL;
+               }
+               ad->cur_pwd = (char*)strdup(collection1);
+
+               /* reset static variables */
+               memset(collection1, 0x00, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1);
+
+               if(ad->sp_entry1 == NULL || ad->sp_entry2 == NULL || ad->sp_entry3 == NULL || ad->sp_entry4 == NULL)
+                       return SETTING_RETURN_FAIL;
+
+               evas_object_event_callback_del(ad->sp_entry1, EVAS_CALLBACK_KEY_UP, _sp_back_key_up);
+               evas_object_event_callback_del(ad->sp_entry2, EVAS_CALLBACK_KEY_UP, _sp_back_key_up);
+               evas_object_event_callback_del(ad->sp_entry3, EVAS_CALLBACK_KEY_UP, _sp_back_key_up);
+               evas_object_event_callback_del(ad->sp_entry4, EVAS_CALLBACK_KEY_UP, _sp_back_key_up);
+
+               evas_object_smart_callback_del(ad->sp_entry1, "changed", _sp_changed_cb1);
+               evas_object_smart_callback_del(ad->sp_entry2, "changed", _sp_changed_cb2);
+               evas_object_smart_callback_del(ad->sp_entry3, "changed", _sp_changed_cb3);
+               evas_object_smart_callback_del(ad->sp_entry4, "changed", _sp_changed_cb4);
+
+               if(ad->ly_main)
+               {
+                       evas_object_del(ad->ly_main);
+                       ad->ly_main = NULL;
+               }
+               if(ad->remove_timer)
+               {
+                       ecore_timer_del(ad->remove_timer);
+                       ad->remove_timer = NULL;
+               }
+                               
+               __create_common_password_frame(ad);
+               setting_password_main_draw_2line_password(ad, NULL);
+       }
+       else if(ad->is_simple_password_on == 0) 
+       {
+               SETTING_TRACE_DEBUG("case OFF->ON");
+               if(*step == 0) /* Enter new password */
+               {
+                       _copy_chars_from_sp_entries(ad, collection1);
+
+                       ret = setting_password_main_check_simple_password(collection1);
+                       if(ret < 0)
+                       {
+                               setting_password_main_draw_simple_password(ad, 1);
+                               return SETTING_RETURN_FAIL;
+                       }
+                       (*step)++;
+                       setting_password_main_draw_next_simple_password(ad, 2);
+               }
+               else if(*step == 1)     /* Enter password again */
+               {
+                       _copy_chars_from_sp_entries(ad, collection2);
+
+                       ret = setting_password_main_check_simple_password(collection2);
+                       if(ret < 0)
+                       {
+                               setting_password_main_draw_simple_password(ad, 2);
+                               return SETTING_RETURN_FAIL;
+                       }
+                                       
+                       SETTING_TRACE_DEBUG("collection_step1 : %s", collection1);
+                       SETTING_TRACE_DEBUG("collection_step2 : %s", collection2);
+                                               
+                       /* compare two input passwords : collection_step1, collection_step2 */
+                       if(safeStrNCmp(collection1, collection2, 4) == 0)
+                       {
+                               ret = setting_password_set_password(ad->cur_pwd, collection1, ad);
+                               FREE(ad->cur_pwd);
+
+                               /* Modify Setting Password */
+                               if (SETTING_RETURN_SUCCESS == ret) {
+                                       SETTING_TRACE_DEBUG("success to save new password");
+                                                               
+                                       /* set vconfkey ON : if fail, try one more time. */
+                                       if(vconf_set_bool(VCONFKEY_SETAPPL_STATE_SIMPLE_PASSWORD_BOOL, 1) < 0)
+                                               return SETTING_RETURN_FAIL;
+                                       else
+                                               SETTING_TRACE_DEBUG("set vconfkey : simple password is ON");
+
+                                       /* Display popup */
+                                       setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                               _("IDS_ST_POP_NEW_PASSWD_SAVED"), TRUE);
+
+                                       *step = 0;
+                                       /* reset static variables */
+                                       memset(collection1, 0x00, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1);
+                                       memset(collection2, 0x00, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1);
+
+                                       /* Correct Password. Send Bundle to caller for status change */
+                                       bundle *b = bundle_create();
+                                       if (!b)
+                                       {
+                                               setting_password_main_draw_simple_password(ad, 2);
+                                               return SETTING_RETURN_FAIL;
+                                       }
+
+                                       bundle_add(b, "result", ad->view_type_string);
+                                       ug_send_result(ad->ug, b);
+                                       SETTING_TRACE("Send Result : %s\n", ad->view_type_string);
+                                       bundle_free(b);
+                                       /* Send destroy request */
+                                       ug_destroy_me(ad->ug);
+                               }
+                               else
+                               {
+                                       setting_password_main_draw_simple_password(ad, 2);
+                                       return SETTING_RETURN_FAIL;
+                               }
+                       }
+                       else
+                       {
+                               setting_password_main_draw_simple_password(ad, 2);
+                               return SETTING_RETURN_FAIL;
+                       }
+               }                               
+       }
+       
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int _handle_step2(void *data, int *step, char *collection1, char*collection2)
+{
+       retv_if(data == NULL, SETTING_RETURN_FAIL);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+       int ret = 0;
+
+       if(*step == 0)  /* Enter new password */
+       {
+               _copy_chars_from_sp_entries(ad, collection1);
+
+               ret = setting_password_main_check_simple_password(collection1);
+               if(ret < 0)
+               {
+                       setting_password_main_draw_simple_password(ad, 2);
+                       return SETTING_RETURN_FAIL;
+               }
+               (*step)++;
+               setting_password_main_draw_next_simple_password(ad, 2);
+       }
+       else if(*step == 1)     /* Enter password again */
+       {
+               _copy_chars_from_sp_entries(ad, collection2);
+
+               ret = setting_password_main_check_simple_password(collection2);
+               if(ret < 0)
+               {
+                       setting_password_main_draw_simple_password(ad, 2);
+                       return SETTING_RETURN_FAIL;
+               }
+
+               /* compare two input passwords : collection_step1, collection_step2 */
+               if(safeStrNCmp(collection1, collection2, 4) == 0)
+               {
+                       ret = setting_password_set_password(NULL, collection1, ad);
+
+                       if (SETTING_RETURN_SUCCESS == ret) {
+                               if (0 == safeStrCmp(ad->view_type_string, "SETTING_PW_TYPE_PHONE_LOCK"))
+                               {
+                                       int err;
+                                       int ret;
+
+                                       ret = setting_set_bool_slp_key(BOOL_SLP_SETTING_POWER_ON_LOCK,
+                                                                                               SETTING_ON_OFF_BTN_ON, &err);
+                                       retvm_if(ret < 0, SETTING_RETURN_FAIL, "[ERR] setting vconfkey failed.");
+
+                                       bundle *b = bundle_create();
+                                       if (!b)
+                                               return SETTING_RETURN_FAIL;
+                                       
+                                       bundle_add(b, "result", "SETTING_PW_TYPE_PHONE_LOCK");
+                                       ug_send_result(ad->ug, b);
+                                       SETTING_TRACE("Send Result : %s\n", "SETTING_PW_TYPE_PHONE_LOCK");
+                                       bundle_free(b);
+                               }
+                               else if (0 == safeStrCmp(ad->view_type_string, "SETTING_PW_TYPE_LOCK_FOR_APP"))
+                               {
+                                       bundle *b = bundle_create();
+                                       if (!b)
+                                               return SETTING_RETURN_FAIL;
+                                       
+                                       bundle_add(b, "result", "SETTING_PW_TYPE_LOCK_FOR_APP");
+                                       ug_send_result(ad->ug, b);
+                                       SETTING_TRACE("Send Result : %s\n", "SETTING_PW_TYPE_LOCK_FOR_APP");
+                                       bundle_free(b);
+                               }
+                               /* Display popup */
+                               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                               _("IDS_ST_POP_NEW_PASSWD_SAVED"), TRUE);
+                       }
+                                               
+                       *step = 0;
+                       /* reset static variables */
+                       memset(collection1, 0x00, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1);
+                       memset(collection2, 0x00, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1);
+                       /* Send destroy request */
+                       ug_destroy_me(ad->ug);
+               }
+               else
+               {
+                       setting_password_main_draw_simple_password(ad, 2);
+                       return SETTING_RETURN_FAIL;
+               }
+       }
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int _handle_step3(void *data, int *step, char *collection1, char *collection2, char *collection3)
+{
+       retv_if(data == NULL, SETTING_RETURN_FAIL);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+       int ret = 0;
+       int err = 0;
+
+       char svalue[SHA256_DIGEST_LENGTH];
+       memset(svalue, 0x0, SHA256_DIGEST_LENGTH);
+
+       if(*step == 0)  /* Enter current password */
+       {
+               _copy_chars_from_sp_entries(ad, collection1);
+
+               ret = setting_password_main_check_simple_password(collection1);
+               if(ret < 0)
+               {
+                       setting_password_main_draw_simple_password(ad, 3);
+                       return SETTING_RETURN_FAIL;
+               }
+
+               ret = setting_password_check_password(collection1);
+               if(ret != SETTING_RETURN_SUCCESS)
+               {
+                       setting_password_main_draw_simple_password(ad, 3);
+                       return SETTING_RETURN_FAIL;
+               }
+               (*step)++;
+               setting_password_main_draw_next_simple_password(ad, 1);
+       }
+       else if(*step == 1)     /* Enter new password */
+       {
+               _copy_chars_from_sp_entries(ad, collection2);
+
+               ret = setting_password_main_check_simple_password(collection2);
+               if(ret < 0)
+               {
+                       setting_password_main_draw_simple_password(ad, 1);
+                       return SETTING_RETURN_FAIL;
+               }
+                                       
+               (*step)++;
+               setting_password_main_draw_next_simple_password(ad, 2);
+       }
+       else if(*step == 2)     /* Enter password again */
+       {
+               _copy_chars_from_sp_entries(ad, collection3);
+
+               ret = setting_password_main_check_simple_password(collection3);
+               if(ret < 0)
+               {
+                       setting_password_main_draw_simple_password(ad, 2);
+                       return SETTING_RETURN_FAIL;
+               }
+
+               /* compare two input passwords : collection_step1, collection_step2 */
+               if(safeStrNCmp(collection2, collection3, 4) == 0)
+               {
+                       ret = setting_password_set_password(collection1, collection2, ad);
+                       /* Modify Setting Password */ 
+                       if (SETTING_RETURN_FAIL != ret) {
+                               /* Display popup */
+                               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                                       _("IDS_ST_POP_PASSWORD_CHANGED"), TRUE);
+                       } else {
+                               /* Error Msg */
+                               SETTING_TRACE_DEBUG("%s*** [ERR] setting_set_string_slp_key err=%d ***%s",
+                                                                       SETTING_FONT_RED, err, SETTING_FONT_BLACK);
+                               setting_password_ug_create_popup_notitle_nobtn(ad, 
+                                                                               _("IDS_COM_POP_ERROR"), FALSE);
+                       }
+               }
+               else
+               {
+                       setting_password_main_draw_simple_password(ad, 2);
+                       return SETTING_RETURN_FAIL;
+               }
+               *step = 0;
+               /* reset static variables */
+               memset(collection1, 0x00, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1);
+               memset(collection2, 0x00, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1);
+               memset(collection3, 0x00, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1);
+
+               /* Send destroy request */
+               ug_destroy_me(ad->ug);
+       }
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_password_main_done_simple_password(void *data, int on_locking)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(data == NULL, SETTING_RETURN_FAIL);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       static int step = 0;
+
+       static char collection_step1[SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1] = {0,};
+       static char collection_step2[SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1] = {0,};
+       static char collection_step3[SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH+1] = {0,};
+
+       switch(ad->view_type)
+       {
+               case SETTING_PW_TYPE_RESET:
+               case SETTING_PW_TYPE_LOCK_FOR_APP:
+               case SETTING_PW_TYPE_PHONE_LOCK:        /* Enter a password */
+                       SETTING_TRACE_DEBUG("case PHONE_LOCK");
+                       if(on_locking == 0)
+                               return SETTING_RETURN_FAIL;
+
+                       return _handle_step1(ad, collection_step1);
+                       break;
+               case SETTING_PW_TYPE_SIMPLE_PASSWORD: 
+                       SETTING_TRACE_DEBUG("case SIMPLE_PASSWORD");
+                       return _handle_step_sp(ad, &step, collection_step1, collection_step2);
+                       break;
+               case SETTING_PW_TYPE_SET_PASSWORD:
+                       SETTING_TRACE_DEBUG("case SET_PASSWORD");
+                       return _handle_step2(ad, &step, collection_step1, collection_step2);
+                       break;
+               case SETTING_PW_TYPE_CHANGE_PASSWORD:
+                       SETTING_TRACE_DEBUG("case CHANGE_PASSWORD");
+                       return _handle_step3(ad, &step, collection_step1, collection_step2, collection_step3);
+                       break;
+               default:
+                       break;
+       }
+       return SETTING_RETURN_SUCCESS;
+}
+
+static void _sp_changed_cb1(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+       
+       SettingPasswordUG *ad = (SettingPasswordUG *)data;
+
+       if((ad->sp_entry1 == NULL) || (ad->sp_entry1 != obj) || (ad->sp_entry2 == NULL))
+               return;
+
+       if(!elm_entry_is_empty(ad->sp_entry1) && elm_entry_is_empty(ad->sp_entry2))
+       {
+               SETTING_TRACE_DEBUG("entry1 : %s", elm_entry_entry_get(ad->sp_entry1));
+               if(safeStrNCmp(elm_entry_entry_get(ad->sp_entry1), "<font_size=52 align=center>", safeStrLen("<font_size=52 align=center>")) == 0)
+                       return;
+               /* focus on next entry */
+               elm_object_focus_set(ad->sp_entry2, EINA_TRUE);
+               elm_entry_entry_set(ad->sp_entry2, "<font_size=52 align=center>");
+               elm_entry_cursor_end_set(ad->sp_entry2);
+               ad->sp_focused = ad->sp_entry2; 
+       }
+}
+
+static void _sp_changed_cb2(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+       
+       SettingPasswordUG *ad = (SettingPasswordUG *)data;
+
+       if((ad->sp_entry2 == NULL) || (ad->sp_entry2 != obj) || (ad->sp_entry3 == NULL))
+               return;
+       
+       if(!elm_entry_is_empty(ad->sp_entry2) && elm_entry_is_empty(ad->sp_entry3))
+       {
+               SETTING_TRACE_DEBUG("entry2 : %s", elm_entry_entry_get(ad->sp_entry2));
+               if(safeStrNCmp(elm_entry_entry_get(ad->sp_entry2), "<font_size=52 align=center>", safeStrLen("<font_size=52 align=center>")) == 0)
+                       return;
+               /* focus on next entry */
+               elm_object_focus_set(ad->sp_entry3, EINA_TRUE);
+               elm_entry_entry_set(ad->sp_entry3, "<font_size=52 align=center>");
+               elm_entry_cursor_end_set(ad->sp_entry3);
+               ad->sp_focused = ad->sp_entry3; 
+       }
+}
+
+static void _sp_changed_cb3(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+       
+       SettingPasswordUG *ad = (SettingPasswordUG *)data;
+
+       if((ad->sp_entry3 == NULL) || (ad->sp_entry3 != obj) || (ad->sp_entry4 == NULL))
+               return;
+       
+       if(!elm_entry_is_empty(ad->sp_entry3) && elm_entry_is_empty(ad->sp_entry4))
+       {
+               SETTING_TRACE_DEBUG("entry3 : %s", elm_entry_entry_get(ad->sp_entry3));
+               if(safeStrNCmp(elm_entry_entry_get(ad->sp_entry3), "<font_size=52 align=center>", safeStrLen("<font_size=52 align=center>")) == 0)
+                       return;
+               /* focus on next entry */
+               elm_object_focus_set(ad->sp_entry4, EINA_TRUE);
+               elm_entry_entry_set(ad->sp_entry4, "<font_size=52 align=center>");
+               elm_entry_cursor_end_set(ad->sp_entry4);
+               ad->sp_focused = ad->sp_entry4; 
+       }
+}
+
+static void _sp_changed_cb4(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+
+       static int counter = 0;
+       
+       SettingPasswordUG *ad = (SettingPasswordUG *)data;
+
+       if((ad->sp_entry4 == NULL) || (ad->sp_entry4 != obj))
+               return;
+       if((ad->sp_entry1 == NULL) || (ad->sp_entry2 == NULL) || (ad->sp_entry3 == NULL))
+               return;
+
+       if(strcmp(elm_entry_entry_get(ad->sp_entry4), "") == 0)
+       {
+               SETTING_TRACE_DEBUG("this is align text");
+               return;
+       }
+       if(safeStrNCmp(elm_entry_entry_get(ad->sp_entry4), "<font_size=52 align=center>", safeStrLen("<font_size=52 align=center>")) == 0)
+                       return;
+
+       SETTING_TRACE_DEBUG("entry4 : %s", elm_entry_entry_get(ad->sp_entry4));
+       /*  add this below for removing IMF faster */
+       /*  need to discuss with IMF or Entry developer more */
+       elm_object_focus_set(ad->sp_entry4, EINA_FALSE);
+       /* end */
+       counter++;
+       
+       if(counter == ENTRY_CALLBACK_REPEAT_MAX)
+       {
+               int ret = 0;
+
+               ret = setting_password_main_done_simple_password(ad, TRUE);
+
+               if(ret == SETTING_RETURN_FAIL)
+               {
+                       setting_password_ug_display_desc(ad, _("IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"), FALSE);
+               }
+               else if(ret == SETTING_COMPARE_PW_FAIL)
+               {
+                       /** @todo setting_password_ug_check_attemps_left */
+                       setting_int_slp_list item_attempts_left;
+                       setting_str_slp_list item_lock_timestamp;
+                       int attemps_left_max = 5;
+
+                       item_attempts_left = INT_SLP_SETTING_PHONE_LOCK_ATTEMPTS_LEFT;
+                       item_lock_timestamp = STR_SLP_SETTING_PHONE_LOCK_TIMESTAMP;
+                       attemps_left_max = PHONE_LOCK_ATTEMPS_MAX;
+
+                       int value = -1;
+                       int err = SETTING_RETURN_SUCCESS;
+                       setting_get_int_slp_key(item_attempts_left, &value, &err);
+                       setting_retm_if(err == SETTING_RETURN_FAIL, "[Error] get value of vconf fail.");
+
+                       value--;
+
+                       if (value > 0 && value <= attemps_left_max) {
+                               setting_set_int_slp_key(item_attempts_left, value, &err);
+                               setting_retm_if(err == SETTING_RETURN_FAIL, "[Error] set value of vconf fail.");
+
+                               char speciliztion[MAX_SPECIALIZITION_LEN] = { 0, };
+                               char temp[MAX_SPECIALIZITION_LEN] = {0,};
+
+                               if(value > 1)
+                                       snprintf(temp, sizeof(temp), "%s. %s.", PW_ERR_DESC, ATTEMPTS_DESC);
+                               else
+                                       snprintf(temp, sizeof(temp), "%s. %s.", PW_ERR_DESC, ATTEMPT_DESC);
+                               
+                               snprintf(speciliztion, sizeof(speciliztion), temp, value);
+                               setting_password_ug_display_desc(ad, speciliztion, FALSE);
+                       } else if (value == 0) {
+                               /*  store the lock timestamp */
+                               elm_object_focus_set(ad->sp_entry1, EINA_FALSE);
+                               time_t cur_time = time(NULL);
+                               char cur_timestamp[LOCK_TIMESTAMP_LEN] = { 0, };
+                               int ret = snprintf(cur_timestamp, sizeof(cur_timestamp), "%ld", cur_time);
+                               ret_if(ret < 0);
+
+                               setting_set_string_slp_key(item_lock_timestamp, cur_timestamp, &err);
+                               setting_retm_if(err == SETTING_RETURN_FAIL,
+                                                                       "[Error] set value of vconf fail.");
+
+                               setting_set_int_slp_key(item_attempts_left, value, &err);
+                               setting_retm_if(err == SETTING_RETURN_FAIL,
+                                                                       "[Error] set value of vconf fail.");
+
+                               ad->disable_item_type = ad->view_type;
+
+                               char temp[MAX_SPECIALIZITION_LEN] = {0,};
+                               snprintf(temp, sizeof(temp), PW_ERR_DELAY_DESC, PW_ERR_DELAY_TIME);
+                               setting_password_ug_create_popup_notitle_nobtn(ad, temp, TRUE);
+                       } 
+               }
+               else
+               {
+                       /* if you have more cases, modify here. */
+               }
+               counter = 0;
+               return;
+       
+       }
+       return;
+}
+
+static char *__gl_sp_text_get(void *data, Evas_Object *obj, const char *part)
+{
+       retv_if(data == NULL, NULL);
+       SettingPasswordUG *ad = (SettingPasswordUG*)data;
+
+       SETTING_TRACE_DEBUG("[sp_label_get] label intex, %d", ad->sp_title_index);
+
+       if(ad->sp_title_index < SETTING_SP_TITLE_INDEX_START || ad->sp_title_index > SETTING_SP_TITLE_INDEX_MAX)
+       {
+               SETTING_TRACE_DEBUG("title index is invalid");
+               return NULL;
+       }
+       else
+       {
+               return strdup(_(sp_titles[ad->sp_title_index]));
+       }
+}
+
+static Evas_Object* __gl_sp_content_get(void *data, Evas_Object *obj, const char *part)
+{
+       retv_if(data == NULL, NULL);
+       SettingPasswordUG *ad = (SettingPasswordUG*)data;
+
+       Evas_Object *entry = NULL;
+
+       static Elm_Entry_Filter_Limit_Size limit_filter_data;
+       limit_filter_data.max_byte_count = 0;
+       limit_filter_data.max_char_count = 1;
+
+       entry = elm_entry_add(obj);
+       elm_entry_password_set(entry, EINA_TRUE);
+       elm_entry_markup_filter_append(entry, elm_entry_filter_limit_size, &limit_filter_data);
+       elm_entry_input_panel_layout_set(entry, ELM_INPUT_PANEL_LAYOUT_NUMBERONLY);
+       elm_entry_entry_set(entry, "<font_size=52 align=center>");
+       evas_object_event_callback_add(entry, EVAS_CALLBACK_KEY_UP, _sp_back_key_up, ad);
+
+       elm_config_password_show_last_set(EINA_TRUE);
+       elm_config_password_show_last_timeout_set(0.1);
+
+       if(safeStrCmp("elm.icon.1", part) == 0)
+       {
+               SETTING_TRACE_DEBUG("create entry1");
+               evas_object_smart_callback_add(entry, "changed", _sp_changed_cb1, ad);
+               ad->sp_entry1 = entry;
+       }
+       else if(safeStrCmp("elm.icon.2", part) == 0)
+       {
+               SETTING_TRACE_DEBUG("create entry2");
+               evas_object_smart_callback_add(entry, "changed", _sp_changed_cb2, ad);
+               ad->sp_entry2 = entry;
+       }
+       else if(safeStrCmp("elm.icon.3", part) == 0)
+       {
+               SETTING_TRACE_DEBUG("create entry3");
+               evas_object_smart_callback_add(entry, "changed", _sp_changed_cb3, ad);
+               ad->sp_entry3 = entry;
+       }
+       else if(safeStrCmp("elm.icon.4", part) == 0)
+       {
+               SETTING_TRACE_DEBUG("create entry4");
+               evas_object_smart_callback_add(entry, "changed", _sp_changed_cb4, ad);
+               ad->sp_entry4 = entry;
+       }
+
+       return entry;
+}
+
+static int 
+setting_password_main_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) cb;
+       int ret = 0;
+
+       ad->itc_sp_bg_1icon.item_style = "dialogue/1text.4icon";
+       ad->itc_sp_bg_1icon.func.text_get = __gl_sp_text_get;
+       ad->itc_sp_bg_1icon.func.content_get = __gl_sp_content_get;
+       ad->itc_sp_bg_1icon.func.state_get = NULL;
+       ad->itc_sp_bg_1icon.func.del = NULL;
+
+               ret = __create_common_password_frame(ad);
+
+       if(ret < 0)
+               return SETTING_RETURN_FAIL;
+
+       setting_password_main_create_ui(ad);
+
+       setting_view_password_main.is_create = 1;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_password_main_destroy(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) cb;
+       if (ad->remove_timer) {
+               ecore_timer_del(ad->remove_timer);
+               ad->remove_timer = NULL;
+       }
+
+       if((ad->is_simple_password_on == 1) && 
+               ((ad->view_type == SETTING_PW_TYPE_PHONE_LOCK) 
+                       || (ad->view_type == SETTING_PW_TYPE_SET_PASSWORD)
+                       || (ad->view_type == SETTING_PW_TYPE_SIMPLE_PASSWORD)
+                       || (ad->view_type == SETTING_PW_TYPE_CHANGE_PASSWORD)
+                       || (ad->view_type == SETTING_PW_TYPE_RESET)
+                       || (ad->view_type == SETTING_PW_TYPE_LOCK_FOR_APP) ))
+       {
+               if(ad->sp_entry1) 
+                       evas_object_event_callback_del(ad->sp_entry1, EVAS_CALLBACK_KEY_UP, _sp_back_key_up);
+               if(ad->sp_entry2)
+                       evas_object_event_callback_del(ad->sp_entry2, EVAS_CALLBACK_KEY_UP, _sp_back_key_up);
+               if(ad->sp_entry3)
+                       evas_object_event_callback_del(ad->sp_entry3, EVAS_CALLBACK_KEY_UP, _sp_back_key_up);
+               if(ad->sp_entry4)
+                       evas_object_event_callback_del(ad->sp_entry4, EVAS_CALLBACK_KEY_UP, _sp_back_key_up);
+       }
+
+       if(ad->scroller)
+       {
+               SETTING_TRACE_DEBUG("delete scroller");
+               elm_genlist_clear(ad->scroller);
+               evas_object_del(ad->scroller);
+               ad->scroller = NULL;
+       }
+
+       if (ad->ly_main != NULL) {
+               evas_object_del(ad->ly_main);
+               ad->ly_main = NULL;
+               setting_view_password_main.is_create = 0;
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_password_main_update(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_show(ad->ly_main);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_password_main_cleanup(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_hide(ad->ly_main);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+static int setting_password_main_create_ui(void *data)
+{
+       /* error check */
+       retvm_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER,
+                "[Setting > Password] Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       SETTING_TRACE_DEBUG("ad->view_type=%d ***", ad->view_type);
+
+       switch (ad->view_type) {
+       case SETTING_PW_TYPE_POWER_ON_LOCK:
+       case SETTING_PW_TYPE_CLEAR:
+       case SETTING_PW_TYPE_SIM_LOCK_OFF:
+       case SETTING_PW_TYPE_PIN_LOCK_ON:
+       case SETTING_PW_TYPE_PIN_LOCK_OFF:
+       case SETTING_PW_TYPE_FDN_MODE_ON:
+       case SETTING_PW_TYPE_FDN_MODE_OFF:
+               setting_password_main_draw_1line_password(ad, NULL);
+               break;
+       case SETTING_PW_TYPE_PHONE_LOCK:
+       case SETTING_PW_TYPE_RESET:
+       case SETTING_PW_TYPE_LOCK_FOR_APP:
+               if(ad->is_simple_password_on == 1)
+                       setting_password_main_draw_simple_password(ad, 3);
+               else
+                       setting_password_main_draw_1line_password(ad, NULL);
+               break;
+               
+       case SETTING_PW_TYPE_SIM_LOCK_ON:
+               setting_password_main_draw_2line_password(ad, NULL);
+               break;
+       case SETTING_PW_TYPE_SET_PASSWORD:
+               if(ad->is_simple_password_on == 1)
+                       setting_password_main_draw_simple_password(ad, 1);
+               else
+                       setting_password_main_draw_2line_password(ad, NULL);
+               break;
+
+       case SETTING_PW_TYPE_CHANGE_PIN1:
+       case SETTING_PW_TYPE_CHANGE_PIN2:
+       case SETTING_PW_TYPE_PIN1_BLOCKED:
+       case SETTING_PW_TYPE_PIN2_BLOCKED:
+               setting_password_main_draw_3line_password(ad, NULL);
+               break;
+
+       case SETTING_PW_TYPE_CHANGE_PASSWORD:   
+               if(ad->is_simple_password_on == 1)
+                       setting_password_main_draw_simple_password(ad, 3);
+               else
+                       setting_password_main_draw_3line_password(ad, NULL);
+               break;
+       case SETTING_PW_TYPE_SIMPLE_PASSWORD:
+               if(ad->is_simple_password_on == 1)      /* ON -> OFF */
+                       setting_password_main_draw_simple_password(ad, 3);
+               else if(ad->is_simple_password_on == 0)                                                 /* OFF -> ON */
+                       setting_password_main_draw_1line_password(ad, NULL);
+               break;
+       default:
+               SETTING_TRACE_DEBUG("%s*** Unknown Password Type. ***%s",
+                                   SETTING_FONT_BGREEN, SETTING_FONT_BLACK);
+               break;
+       }
+
+       /** @todo this function always return 0, not verifying the function flow with the value */
+       return 0;
+}
+
+static void
+setting_password_main_entry_changed_cb(void *data, Evas_Object *obj,
+                                      void *event_info)
+{
+       retm_if(data == NULL, "[Setting > Password] Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       SettingPasswordUG *ad = (SettingPasswordUG *) list_item->userdata;
+       const char *entry_str = elm_entry_entry_get(obj);
+       list_item->sub_desc = (char *)g_strdup(entry_str);
+       bool isFoundEmptyEntry = FALSE;
+       Evas_Object *layout = elm_object_parent_widget_get(obj);
+       elm_object_part_text_set(layout, "elm.guidetext", "");
+
+       do {
+               if (ad->ed_pw1) {
+                       entry_str = ad->ed_pw1->sub_desc;
+                       if (NULL == entry_str || '\0' == entry_str[0]) {
+                               isFoundEmptyEntry = TRUE;
+                               break;
+                       }
+               }
+               if (ad->ed_pw2) {
+                       entry_str = ad->ed_pw2->sub_desc;
+                       if (NULL == entry_str || '\0' == entry_str[0]) {
+                               isFoundEmptyEntry = TRUE;
+                               break;
+                       }
+               }
+               if (ad->ed_pw3) {
+                       entry_str = ad->ed_pw3->sub_desc;
+                       if (NULL == entry_str || '\0' == entry_str[0]) {
+                               isFoundEmptyEntry = TRUE;
+                               break;
+                       }
+               }
+
+       } while (0);
+
+       bool disableFlag = isFoundEmptyEntry;
+
+       #if SUPPORT_BOTTOM_BTNS
+       Evas_Object *done_btn = elm_object_item_part_content_get(ad->navi_it, "title_right_btn");
+       if (disableFlag) {
+               if (!evas_object_pass_events_get(done_btn)) { /* it had not yet been disabled */
+                       setting_disable_evas_object(done_btn);
+                       setting_dim_evas_object(done_btn, TRUE);
+               }/* else already disabled */
+       } else {
+               setting_enable_evas_object(done_btn);
+               setting_undo_dim_evas_object(done_btn, TRUE);
+       }
+       #else
+       elm_object_item_disabled_set(elm_toolbar_last_item_get
+                                        (ad->controllbar), disableFlag);
+       #endif
+
+}
+
+static Eina_Bool __focus_on_idler(void *data)
+{   
+    /* error check */ 
+       retv_if(data == NULL, FALSE);
+
+    SettingPasswordUG *ad = (SettingPasswordUG *) data;  
+
+       if((ad->is_simple_password_on == FALSE) && (ad->ed_pw1 != NULL))
+    {  
+               if (ad->ed_pw1->isFocusFlag || (ad->ed_pw1->eo_check != NULL))
+       {
+                       /* no matter how many edifileds, it only need focus on 1st editfiled */
+                       elm_object_focus_set(ad->ed_pw1->eo_check, EINA_TRUE);
+       }
+    }  
+
+       if((ad->is_simple_password_on == TRUE) && (ad->sp_entry1 != NULL))
+    {  
+               elm_object_focus_set(ad->sp_entry1, EINA_TRUE);
+               ad->sp_focused = ad->sp_entry1;
+    }    
+
+       return ECORE_CALLBACK_CANCEL;
+}  
+
+
+static int setting_password_main_draw_next_simple_password(void *data, int title_index)
+{
+       /* error check */
+       retvm_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER,
+                "[Setting > Password] Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       setting_password_main_draw_simple_password(ad, title_index);
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_password_main_draw_simple_password(void *data, int title_index)
+{
+       /* error check */
+       retvm_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER,
+                "[Setting > Password] Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       switch (ad->view_type) {
+               case SETTING_PW_TYPE_PHONE_LOCK:
+               case SETTING_PW_TYPE_SET_PASSWORD:
+               case SETTING_PW_TYPE_CHANGE_PASSWORD:
+               case SETTING_PW_TYPE_SIMPLE_PASSWORD:
+               case SETTING_PW_TYPE_RESET:
+               case SETTING_PW_TYPE_LOCK_FOR_APP:
+                               
+                       ad->sp_title_index = title_index;
+
+                       if(ad->sp_item != NULL)
+                       {
+                               elm_genlist_item_update(ad->sp_item);
+                               }
+                       else
+                       {
+                               elm_genlist_clear(ad->scroller);
+                       ad->sp_item = elm_genlist_item_append(ad->scroller, &(ad->itc_sp_bg_1icon), ad, NULL,
+                                                                                                       ELM_GENLIST_ITEM_NONE, NULL, NULL);
+                       }
+
+                       ecore_idler_add(__focus_on_idler, ad);
+               default:
+                       break;
+       }
+       return 0;
+}
+
+static int setting_password_main_draw_1line_password(void *data, void *cb)
+{
+       /* error check */
+       retvm_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER,
+                "[Setting > Password] Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       switch (ad->view_type) {
+       case SETTING_PW_TYPE_POWER_ON_LOCK:
+       case SETTING_PW_TYPE_PHONE_LOCK:
+       case SETTING_PW_TYPE_SIMPLE_PASSWORD:
+       case SETTING_PW_TYPE_RESET:
+       case SETTING_PW_TYPE_CLEAR:
+       case SETTING_PW_TYPE_LOCK_FOR_APP:
+               ad->ed_pw1 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &
+                                                      (ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_COM_BODY_PASSWORD",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NORMAL,
+                                                      TRUE, TRUE,
+                                                      SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH,
+                                                      0, NULL, NULL);
+               break;
+       case SETTING_PW_TYPE_SIM_LOCK_OFF:
+               ad->ed_pw1 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &
+                                                      (ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_SIM_PASSWORD",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, TRUE,
+                                                      SETTING_PW_UG_SIM_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+               break;
+
+       case SETTING_PW_TYPE_PIN_LOCK_ON:
+       case SETTING_PW_TYPE_PIN_LOCK_OFF:
+               ad->ed_pw1 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &
+                                                      (ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_PIN1", NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, TRUE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+               break;
+
+       case SETTING_PW_TYPE_FDN_MODE_ON:
+       case SETTING_PW_TYPE_FDN_MODE_OFF:
+               ad->ed_pw1 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &
+                                                      (ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_PIN2", NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, TRUE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+               break;
+
+       default:
+               break;
+       }
+       ecore_idler_add(__focus_on_idler, ad);
+       return 0;
+}
+
+static int setting_password_main_clear_1line_password(void *data)
+{
+       /* error check */
+       retvm_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER,
+                "[Setting > Password] Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+       retv_if(NULL == ad->ed_pw1, -1);
+
+       ad->ed_pw1->sub_desc = NULL;
+       ad->ed_pw1->isFocusFlag = FALSE;
+
+       elm_entry_entry_set(ad->ed_pw1->eo_check, "");
+       return 0;
+}
+
+static int setting_password_main_draw_2line_password(void *data, void *cb)
+{
+       /* error check */
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       switch (ad->view_type) {
+       case SETTING_PW_TYPE_SET_PASSWORD:
+       case SETTING_PW_TYPE_SIMPLE_PASSWORD:   
+               ad->ed_pw1 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &
+                                                      (ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_NEW_PASSWORD",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NORMAL,
+                                                      TRUE, TRUE,
+                                                      SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH,
+                                                      0, NULL, NULL);
+
+               ad->ed_pw2 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &
+                                                      (ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_CONFIRM_PASSWORD",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NORMAL,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH,
+                                                      0, NULL, NULL);
+               break;
+
+       case SETTING_PW_TYPE_SIM_LOCK_ON:
+               ad->ed_pw1 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &
+                                                      (ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_SIM_PASSWORD",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, TRUE,
+                                                      SETTING_PW_UG_SIM_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+
+               ad->ed_pw2 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &
+                                                      (ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_CONFIRM_SIM_PASSWORD",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_SIM_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+               break;
+
+       default:
+               break;
+       }
+       ecore_idler_add(__focus_on_idler, ad);
+       return 0;
+}
+
+static int setting_password_main_clear_2line_password(void *data)
+{
+       /* error check */
+       retvm_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER,
+                "[Setting > Password] Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       retv_if(NULL == ad->ed_pw1, -1);
+       ad->ed_pw1->sub_desc = NULL;
+       ad->ed_pw1->isFocusFlag = FALSE;
+       elm_entry_entry_set(ad->ed_pw1->eo_check, "");
+
+       retv_if(NULL == ad->ed_pw2, -1);
+       ad->ed_pw2->sub_desc = NULL;
+       ad->ed_pw2->isFocusFlag = FALSE;
+       elm_entry_entry_set(ad->ed_pw2->eo_check, "");
+       return 0;
+}
+
+static int setting_password_main_draw_3line_password(void *data, void *cb)
+{
+       /* error check */
+       retvm_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER,
+                "[Setting > Password] Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       switch (ad->view_type) {
+       case SETTING_PW_TYPE_CHANGE_PASSWORD:
+               ad->ed_pw1 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_CURRENT_PASSWORD",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NORMAL,
+                                                      TRUE, TRUE,
+                                                      SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH,
+                                                      0, NULL, NULL);
+
+               ad->ed_pw2 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_NEW_PASSWORD",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NORMAL,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH,
+                                                      0, NULL, NULL);
+
+               ad->ed_pw3 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_CONFIRM_PASSWORD",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NORMAL,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH,
+                                                      0, NULL, NULL);
+               break;
+
+       case SETTING_PW_TYPE_CHANGE_PIN1:
+               ad->ed_pw1 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_CURRENT_PIN1",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, TRUE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+
+               ad->ed_pw2 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_NEW_PIN1",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+
+               ad->ed_pw3 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_CONFIRM_NEW_PIN1",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+               break;
+
+       case SETTING_PW_TYPE_CHANGE_PIN2:
+               ad->ed_pw1 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_CURRENT_PIN2",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, TRUE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+
+               ad->ed_pw2 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_NEW_PIN2",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+
+               ad->ed_pw3 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_CONFIRM_NEW_PIN2",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+               break;
+
+       case SETTING_PW_TYPE_PIN1_BLOCKED:
+               ad->ed_pw1 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_PUK1_CODE",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, TRUE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+
+               ad->ed_pw2 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_NEW_PIN1",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+
+               ad->ed_pw3 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_CONFIRM_NEW_PIN1",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+               break;
+
+       case SETTING_PW_TYPE_PIN2_BLOCKED:
+               ad->ed_pw1 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_PUK2", NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, TRUE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+
+               ad->ed_pw2 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_NEW_PIN2",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+
+               ad->ed_pw3 =
+                   setting_create_Gendial_field_entry(ad->scroller,
+                                                      &(ad->itc_variable_height),
+                                                      NULL, ad,
+                                                      SWALLOW_Type_LAYOUT_ENTRY,
+                                                      NULL, NULL, 0,
+                                                      "IDS_ST_BODY_CONFIRM_NEW_PIN2",
+                                                      NULL,
+                                                      setting_password_main_entry_changed_cb,
+                                                      ELM_INPUT_PANEL_LAYOUT_NUMBERONLY,
+                                                      TRUE, FALSE,
+                                                      SETTING_PW_UG_PIN_MAX_LENGTH,
+                                                      0, "0123456789", NULL);
+               break;
+
+       default:
+               break;
+       }
+       ecore_idler_add(__focus_on_idler, ad);
+       return 0;
+}
+
+static int setting_password_main_clear_3line_password(void *data)
+{
+       /* error check */
+       retvm_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER,
+                "[Setting > Password] Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       retv_if(NULL == ad->ed_pw1, -1);
+       ad->ed_pw1->sub_desc = NULL;
+       ad->ed_pw1->isFocusFlag = FALSE;
+       elm_entry_entry_set(ad->ed_pw1->eo_check, "");
+
+       retv_if(NULL == ad->ed_pw2, -1);
+       ad->ed_pw2->sub_desc = NULL;
+       ad->ed_pw2->isFocusFlag = FALSE;
+       elm_entry_entry_set(ad->ed_pw2->eo_check, "");
+
+       retv_if(NULL == ad->ed_pw3, -1);
+       ad->ed_pw3->sub_desc = NULL;
+       ad->ed_pw3->isFocusFlag = FALSE;
+       elm_entry_entry_set(ad->ed_pw3->eo_check, "");
+       return 0;
+}
+
+static int setting_password_main_check_simple_password(const char *collection)
+{
+       retv_if(collection == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       int sp_len = safeStrLen(collection);
+       int index = 0;
+       char temp;
+
+       SETTING_TRACE_DEBUG("collection length is %d", sp_len);
+       
+       if(sp_len != 4)
+               return SETTING_RETURN_FAIL;
+       
+       /* check if digit. */
+       for(index = 0; index < sp_len; index++)
+       {
+               temp = (char)(collection[index]);
+               if((temp < '0') || ( temp > '9'))
+                       return SETTING_RETURN_FAIL;
+               else
+                       SETTING_TRACE_DEBUG("temp %c", temp);
+       }
+       
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_password_main_check_1line_password(void *data)
+{
+       /* error check */
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       const char *entry_str = ad->ed_pw1->sub_desc;
+       ad->focus_data = ad->ed_pw1;
+       
+       /*  Empty Check */
+       if (isEmptyStr(entry_str)) {
+               setting_password_ug_display_desc(ad, _("IDS_ST_BODY_PASSWORD_EMPTY"), FALSE);
+               return SETTING_ENTRY_RETURN_NULL_STR_ERR;
+       }
+       
+       /*  Length Check */
+       int entry_str_len = safeStrLen(entry_str);
+       switch (ad->view_type) {
+       case SETTING_PW_TYPE_POWER_ON_LOCK:
+       case SETTING_PW_TYPE_PHONE_LOCK:
+       case SETTING_PW_TYPE_RESET:
+       case SETTING_PW_TYPE_CLEAR:
+       case SETTING_PW_TYPE_LOCK_FOR_APP:
+               {
+                               if (entry_str_len < SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH
+                               || entry_str_len > SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH) {
+                               setting_password_main_warning_entry_added_byte_popup
+                                       (ad, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH, SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH);
+                               return SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW;
+                       }
+               }
+               break;
+       case SETTING_PW_TYPE_PIN_LOCK_ON:
+       case SETTING_PW_TYPE_PIN_LOCK_OFF:
+       case SETTING_PW_TYPE_FDN_MODE_ON:
+       case SETTING_PW_TYPE_FDN_MODE_OFF:
+               {
+                       if (entry_str_len < SETTING_PW_UG_PIN_MIN_LENGTH
+                           || entry_str_len > SETTING_PW_UG_PIN_MAX_LENGTH) {
+                               setting_password_main_warning_entry_added_byte_popup
+                                       (ad, SETTING_PW_UG_PIN_MIN_LENGTH, SETTING_PW_UG_PIN_MAX_LENGTH);
+                               return SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW;
+                       }
+               }
+               break;
+       case SETTING_PW_TYPE_SIM_LOCK_OFF:
+               {
+                       if (entry_str_len < SETTING_PW_UG_SIM_MIN_LENGTH
+                           || entry_str_len > SETTING_PW_UG_SIM_MAX_LENGTH) {
+                               setting_password_main_warning_entry_added_byte_popup
+                                       (ad, SETTING_PW_UG_SIM_MIN_LENGTH, SETTING_PW_UG_SIM_MAX_LENGTH);
+                               return SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW;
+                       }
+               }
+       default:
+               break;
+       }
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_password_main_check_2line_password(void *data)
+{
+       /* error check */
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       const char *entry_str1 = ad->ed_pw1->sub_desc;
+       const char *entry_str2 = ad->ed_pw2->sub_desc;
+       ad->focus_data = ad->ed_pw1;
+       
+       /*  Empty Check */
+       if (isEmptyStr(entry_str1)) {
+               setting_password_ug_display_desc(ad, _("IDS_ST_BODY_PASSWORD_EMPTY"), FALSE);
+               return SETTING_ENTRY_RETURN_NULL_STR_ERR;
+       }
+
+       if (isEmptyStr(entry_str2)) {
+               ad->focus_data = ad->ed_pw2;
+               setting_password_ug_display_desc(ad, _("IDS_ST_BODY_PASSWORD_EMPTY"), FALSE);
+               return SETTING_ENTRY_RETURN_NULL_STR_ERR;
+       }
+
+       /*  Length Check */
+       int entry_str_len = safeStrLen(entry_str1);
+       switch (ad->view_type) {
+       case SETTING_PW_TYPE_SET_PASSWORD:
+               {
+                               if (entry_str_len < SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH
+                               || entry_str_len > SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH) {
+                               setting_password_main_warning_entry_added_byte_popup
+                                       (ad, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH, SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH);
+                               return SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW;
+                       }
+               }
+               break;
+
+       case SETTING_PW_TYPE_SIM_LOCK_ON:
+               {
+                       if (entry_str_len < SETTING_PW_UG_SIM_MIN_LENGTH
+                           || entry_str_len > SETTING_PW_UG_SIM_MAX_LENGTH) {
+                               setting_password_main_warning_entry_added_byte_popup
+                                       (ad, SETTING_PW_UG_SIM_MIN_LENGTH, SETTING_PW_UG_SIM_MAX_LENGTH);
+                               return SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW;
+                       }
+               }
+               break;
+       default:
+               break;
+       }
+
+       /*  Match Check */
+       if (0 != safeStrCmp(entry_str1, entry_str2)) {
+               setting_password_ug_display_desc(ad, _("IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"), FALSE);
+               return SETTING_ENTRY_NOT_MATCH_NEW_CONF_PW;
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static void
+setting_password_main_warning_entry_added_byte_popup(SettingPasswordUG *ad,
+                                                    int min, int max)
+{
+       char str[MAX_SPECIALIZITION_LEN + 1] = { 0 };
+
+       snprintf(str, MAX_SPECIALIZITION_LEN, "%d~%d %s", min, max, _("characters required"));
+       
+       setting_password_ug_display_desc(ad, str, FALSE);
+}
+
+static int setting_password_main_check_3line_password(void *data)
+{
+       /* error check */
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       const char *entry_str1 = ad->ed_pw1->sub_desc;
+       const char *entry_str2 = ad->ed_pw2->sub_desc;
+       const char *entry_str3 = ad->ed_pw3->sub_desc;
+       ad->focus_data = ad->ed_pw1;
+
+       /*  Empty Check */
+       if (isEmptyStr(entry_str1)) {
+               setting_password_ug_display_desc(ad, _("IDS_ST_BODY_PASSWORD_EMPTY"), FALSE);
+               return SETTING_ENTRY_RETURN_NULL_STR_ERR;
+       }
+
+       if (isEmptyStr(entry_str2)) {
+               ad->focus_data = ad->ed_pw2;
+               setting_password_ug_display_desc(ad, _("IDS_ST_BODY_PASSWORD_EMPTY"), FALSE);
+               return SETTING_ENTRY_RETURN_NULL_STR_ERR;
+       }
+
+       if (isEmptyStr(entry_str3)) {
+               ad->focus_data = ad->ed_pw3;
+               setting_password_ug_display_desc(ad, _("IDS_ST_BODY_PASSWORD_EMPTY"), FALSE);
+               return SETTING_ENTRY_RETURN_NULL_STR_ERR;
+       }
+
+       /*  Length Check */
+       int entry_str1_len = safeStrLen(entry_str1);
+       int entry_str2_len = safeStrLen(entry_str2);
+       int entry_str3_len = safeStrLen(entry_str3);
+       switch (ad->view_type) {
+       case SETTING_PW_TYPE_CHANGE_PASSWORD:
+       {
+                       if (entry_str1_len < SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH
+                               || entry_str1_len > SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH) {
+                       setting_password_main_warning_entry_added_byte_popup
+                                       (ad, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH, SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH);
+                       return SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW;
+               }
+                       if (entry_str2_len < SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH
+                               || entry_str2_len > SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH) {
+                       ad->focus_data = ad->ed_pw2;
+                       setting_password_main_warning_entry_added_byte_popup
+                                       (ad, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH, SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH);
+                       return SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW;
+               }
+                       if (entry_str3_len < SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH
+                               || entry_str3_len > SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH) {
+                       ad->focus_data = ad->ed_pw3;
+                       setting_password_main_warning_entry_added_byte_popup
+                                       (ad, SETTING_PW_UG_NORMAL_PASSWORD_MIN_LENGTH, SETTING_PW_UG_NORMAL_PASSWORD_MAX_LENGTH);
+                       return SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW;
+               }
+       }
+               break;
+
+       case SETTING_PW_TYPE_PIN1_BLOCKED:
+       case SETTING_PW_TYPE_PIN2_BLOCKED:
+       case SETTING_PW_TYPE_CHANGE_PIN1:
+       case SETTING_PW_TYPE_CHANGE_PIN2:
+               {
+                       if (entry_str1_len < SETTING_PW_UG_PIN_MIN_LENGTH
+                           || entry_str1_len > SETTING_PW_UG_PIN_MAX_LENGTH) {
+                               setting_password_main_warning_entry_added_byte_popup
+                                       (ad, SETTING_PW_UG_PIN_MIN_LENGTH, SETTING_PW_UG_PIN_MAX_LENGTH);
+                               return SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW;
+                       }
+                       if (entry_str2_len < SETTING_PW_UG_PIN_MIN_LENGTH
+                           || entry_str2_len > SETTING_PW_UG_PIN_MAX_LENGTH) {
+                               ad->focus_data = ad->ed_pw2;
+                               setting_password_main_warning_entry_added_byte_popup
+                                       (ad, SETTING_PW_UG_PIN_MIN_LENGTH, SETTING_PW_UG_PIN_MAX_LENGTH);
+                               return SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW;
+                       }
+                       if (entry_str3_len < SETTING_PW_UG_PIN_MIN_LENGTH
+                           || entry_str3_len > SETTING_PW_UG_PIN_MAX_LENGTH) {
+                               ad->focus_data = ad->ed_pw3;
+                               setting_password_main_warning_entry_added_byte_popup
+                                       (ad, SETTING_PW_UG_PIN_MIN_LENGTH, SETTING_PW_UG_PIN_MAX_LENGTH);
+                               return SETTING_ENTRY_REQUIRED_CORRECT_DIGIT_PW;
+                       }
+               }
+               break;
+       default:
+               break;
+       }
+
+       /*  Match Check */
+       if (0 != safeStrCmp(entry_str2, entry_str3)) {
+               ad->focus_data = ad->ed_pw2;
+               setting_password_ug_display_desc(ad, _("IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"), FALSE);
+               return SETTING_ENTRY_NOT_MATCH_NEW_CONF_PW;
+       }
+       
+       return SETTING_RETURN_SUCCESS;
+}
+
+static void
+setting_password_main_click_softkey_cancel_cb(void *data, Evas_Object *obj,
+                                             void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL, "[Setting > Password] Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       if(ad->sp_entry4)
+       {
+               /*  add this below for removing IMF faster */
+               /*  need to discuss with IMF or Entry developer more */
+               elm_object_focus_set(ad->sp_entry4, EINA_FALSE);
+               /* end */
+       }
+
+       /* for updating toggle button of simple password in security menu correctly. */
+       if(ad->view_type == SETTING_PW_TYPE_SIMPLE_PASSWORD)
+       {       
+               bundle *b = bundle_create();
+               if(b == NULL)
+                       return;
+               bundle_add(b, "result", ad->view_type_string);
+               ug_send_result(ad->ug, b);
+               SETTING_TRACE("Send Result : %s\n", ad->view_type_string);
+               bundle_free(b);
+       }
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+
+}
+
+static void
+setting_password_main_click_softkey_done_cb(void *data, Evas_Object *obj,
+                                           void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL, "[Setting > Password] Data parameter is NULL");
+
+       int err = 0;
+       int ret = 0;
+       char svalue[SHA256_DIGEST_LENGTH] = { 0, };
+
+       memset(svalue, 0x0, SHA256_DIGEST_LENGTH);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+       bundle *b = NULL;
+
+       SETTING_TRACE("ad->view_type:%d", ad->view_type);
+
+       switch (ad->view_type) {
+               case SETTING_PW_TYPE_RESET:
+               case SETTING_PW_TYPE_CLEAR:
+               case SETTING_PW_TYPE_POWER_ON_LOCK:
+               case SETTING_PW_TYPE_PHONE_LOCK:
+               case SETTING_PW_TYPE_LOCK_FOR_APP:
+                       ret = setting_password_main_check_1line_password(ad);
+
+                       if (ret == SETTING_RETURN_SUCCESS) {
+                               const char *entry_str;
+                               entry_str = ad->ed_pw1->sub_desc;
+
+                               ret = setting_password_check_password(entry_str);
+                               if(ret == SETTING_RETURN_SUCCESS)
+                               {
+                                       int value;
+                                       int err;
+                                       int ret;
+
+                                       if (SETTING_PW_TYPE_PHONE_LOCK == ad->view_type) {
+                                               /*  Change Status */
+                                               setting_get_bool_slp_key(BOOL_SLP_SETTING_POWER_ON_LOCK, &value, &err);
+
+                                               if (value == 0)
+                                                       ret = setting_set_bool_slp_key(BOOL_SLP_SETTING_POWER_ON_LOCK, 
+                                                                                                                       SETTING_ON_OFF_BTN_ON, &err);
+                                               else
+                                                       ret = setting_set_bool_slp_key(BOOL_SLP_SETTING_POWER_ON_LOCK,
+                                                                                                               SETTING_ON_OFF_BTN_OFF, &err);
+
+                                               /*  reset VCONF */
+                                               setting_set_int_slp_key(INT_SLP_SETTING_PHONE_LOCK_ATTEMPTS_LEFT,
+                                                                                       PHONE_LOCK_ATTEMPS_MAX, &err);
+                                               setting_retm_if(err == SETTING_RETURN_FAIL, "[Error] set value of vconf fail.");
+                                       }
+                                       /*  Correct Password. Send Bundle to caller for status change */
+                                       b = bundle_create();
+                                       if (!b)
+                                               return;
+
+                                       bundle_add(b, "result", ad->view_type_string);
+                                       ug_send_result(ad->ug, b);
+                                       SETTING_TRACE("Send Result : %s\n", ad->view_type_string);
+                                       bundle_free(b);
+                                       /* Send destroy request */
+                                       ug_destroy_me(ad->ug);
+                               } else {
+                                       /*  Incorrect Password. Display Popup.   */
+                                       setting_password_main_clear_1line_password(ad);
+                                       ad->focus_data = ad->ed_pw1;
+                                       if (SETTING_PW_TYPE_PHONE_LOCK == ad->view_type) {
+                                               setting_password_ug_check_attemps_left(ad);
+                                               return;
+                                       }
+                                       setting_password_ug_display_desc(ad, PW_ERR_DESC, FALSE);
+                                       return;
+                               }
+                       } else {
+                               setting_password_main_clear_1line_password(ad);
+                               return;
+                       }
+                       break;
+               case SETTING_PW_TYPE_SIMPLE_PASSWORD:
+                       if(ad->is_simple_password_on == 0) /* OFF -> ON */
+                       {
+                               SETTING_TRACE("case SIMPLE_PASSWORD OFF->ON");
+                               ret = setting_password_main_check_1line_password(ad);
+
+                               if (ret == SETTING_RETURN_SUCCESS) {
+                                       const char *entry_str = ad->ed_pw1->sub_desc;
+                                       
+                                       ret = setting_password_check_password(entry_str);
+                                       if(ret == SETTING_RETURN_SUCCESS)
+                                       {
+                                               ad->cur_pwd = (char*)strdup(entry_str);
+
+                                               elm_genlist_clear(ad->scroller);
+                                               /* disable "Done" button of navigation bar */
+                                       
+                                               if (ad->ly_main != NULL) {
+                                                       evas_object_del(ad->ly_main);
+                                               }
+                                               __create_common_password_frame(ad);
+                                               setting_password_main_draw_simple_password(ad, 1);
+                                       }
+                                       else {
+                                               /* Incorrect Password. Display Popup. */     
+                                               setting_password_main_clear_1line_password(ad);
+                                               ad->focus_data = ad->ed_pw1;
+                                               setting_password_ug_display_desc(ad, PW_ERR_DESC, FALSE);
+
+                                               return;
+                                       }
+                               } else {
+                                       setting_password_main_clear_1line_password(ad);
+                               }
+                       }
+                       else if(ad->is_simple_password_on == 1) /* ON -> OFF */
+                       {
+                               SETTING_TRACE("case SIMPLE_PASSWORD ON->OFF");
+                               ret = setting_password_main_check_2line_password(ad);
+
+                               if (SETTING_RETURN_SUCCESS == ret) {
+                                       const char *entry_str;
+                                       entry_str = ad->ed_pw1->sub_desc;
+
+                                       if (isEmptyStr(entry_str)) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] elm_entry_entry_get return NULL ***%s",
+                                                                               SETTING_FONT_RED, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       ret = setting_password_set_password(ad->cur_pwd, entry_str, ad);
+                                       FREE(ad->cur_pwd);
+
+                                       /* Modify Setting Password */ 
+                                       if (SETTING_RETURN_FAIL != ret) {
+                                               /* Display popup */
+                                               /* set vconfkey OFF */ 
+                                               if(vconf_set_bool(VCONFKEY_SETAPPL_STATE_SIMPLE_PASSWORD_BOOL, 0) < 0)
+                                                       vconf_set_bool(VCONFKEY_SETAPPL_STATE_SIMPLE_PASSWORD_BOOL, 0);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                                               _("IDS_ST_POP_NEW_PASSWD_SAVED"), TRUE);
+                                               return;
+                                       } else {
+                                               ad->focus_data = ad->ed_pw1;
+                                               /* Error Msg */
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] setting_set_string_slp_key err=%d ***%s",
+                                                                               SETTING_FONT_RED, err, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+                               } else {
+                                       setting_password_main_clear_2line_password(ad);
+                                       return;
+                               }
+                       }
+                       break;
+               case SETTING_PW_TYPE_SET_PASSWORD:
+                       {
+                               SETTING_TRACE("case SETTING_PW_TYPE_SET_PASSWORD");
+                               ret = setting_password_main_check_2line_password(ad);
+
+                               if (SETTING_RETURN_SUCCESS == ret) {
+                                       const char *entry_str;
+                                       entry_str = ad->ed_pw1->sub_desc;
+
+                                       if (isEmptyStr(entry_str)) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] elm_entry_entry_get return NULL ***%s",
+                                                                               SETTING_FONT_RED, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       ret = setting_password_set_password(NULL, entry_str,ad);
+
+                                       /*  Modify Setting Password */
+                                       if (SETTING_RETURN_FAIL != ret) {
+                                               if (0 == safeStrCmp(ad->view_type_string, "SETTING_PW_TYPE_PHONE_LOCK")) {
+                                                       int err = 0;
+                                                       int ret = 0;
+
+                                                       ret = setting_set_bool_slp_key(BOOL_SLP_SETTING_POWER_ON_LOCK,
+                                                                                                               SETTING_ON_OFF_BTN_ON, &err);
+                                                       retm_if(ret < 0, "[ERR] setting vconfkey failed.");
+
+                                                       b = bundle_create();
+                                                       if (!b)
+                                                               return;
+                                       
+                                                       bundle_add(b, "result", "SETTING_PW_TYPE_PHONE_LOCK");
+                                                       ug_send_result(ad->ug, b);
+                                                       SETTING_TRACE("Send Result : %s\n", "SETTING_PW_TYPE_PHONE_LOCK");
+                                                       bundle_free(b);
+                                                       ug_destroy_me(ad->ug);
+                                               }
+                                               else if ( 0 == safeStrCmp(ad->view_type_string, "SETTING_PW_TYPE_SIMPLE_PASSWORD")){
+                                                       if (ad->ly_main != NULL) {
+                                                               evas_object_del(ad->ly_main);
+                                                       }
+
+                                                       b = bundle_create();
+                                                       if (!b)
+                                                               return;
+                                       
+                                                       bundle_add(b, "result", "SETTING_PW_TYPE_SET_PASSWORD");
+                                                       ug_send_result(ad->ug, b);
+                                                       SETTING_TRACE("Send Result : %s\n", "SETTING_PW_TYPE_SET_PASSWORD");
+                                                       bundle_free(b);
+                                                       /* Send destroy request */
+                                                       ug_destroy_me(ad->ug);                          
+
+                                                       return;
+                                               }
+                                               else if ( 0 == safeStrCmp(ad->view_type_string, "SETTING_PW_TYPE_LOCK_FOR_APP")){
+                                                       if (ad->ly_main != NULL) {
+                                                               evas_object_del(ad->ly_main);
+                                                       }
+
+                                                       b = bundle_create();
+                                                       if (!b)
+                                                               return;
+                                       
+                                                       bundle_add(b, "result", "SETTING_PW_TYPE_LOCK_FOR_APP");
+                                                       ug_send_result(ad->ug, b);
+                                                       SETTING_TRACE("Send Result : %s\n", "SETTING_PW_TYPE_LOCK_FOR_APP");
+                                                       bundle_free(b);
+                                                       /* Send destroy request */
+                                                       ug_destroy_me(ad->ug);                          
+
+                                                       return;
+                                               }
+                                               /*  Display popup */
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_ST_POP_NEW_PASSWD_SAVED"), TRUE);
+                                       } else {
+                                               ad->focus_data = ad->ed_pw1;
+                                               /*  Error Msg */
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] setting_set_string_slp_key err=%d ***%s",
+                                                                               SETTING_FONT_RED, err, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+                               } else {
+                                       setting_password_main_clear_2line_password(ad);
+                                       return;
+                               }
+                       }
+                       break;
+
+               case SETTING_PW_TYPE_CHANGE_PASSWORD:
+                       {
+                               SETTING_TRACE("case SETTING_PW_TYPE_CHANGE_PASSWORD");
+                               ret = setting_password_main_check_3line_password(ad);
+
+                               if (SETTING_RETURN_SUCCESS == ret) {
+                                       const char *entry_str;
+#if OLD
+                                       entry_str = ad->ed_pw1->sub_desc;
+                                       ret = setting_password_check_password(entry_str);
+                                       if(ret != SETTING_RETURN_SUCCESS){
+                                               setting_password_main_clear_3line_password(ad);
+                                               ad->focus_data = ad->ed_pw1;
+                                               setting_password_ug_display_desc(ad, PW_ERR_DESC, FALSE);
+                                               return;
+                                       }
+#endif
+                                       entry_str = ad->ed_pw2->sub_desc;
+
+                                       if (isEmptyStr(entry_str)) {
+                                               ad->focus_data = ad->ed_pw2;
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] elm_entry_entry_get(pw2) return NULL ***%s",
+                                                                               SETTING_FONT_RED, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       ret = setting_password_set_password(ad->ed_pw1->sub_desc, entry_str, ad);
+
+                                       /*  Modify Setting Password */
+                                       if (SETTING_RETURN_FAIL != ret) {
+                                               /*  Display popup */
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_ST_POP_PASSWORD_CHANGED"), TRUE);
+                                       } else {
+                                               ad->focus_data = ad->ed_pw2;
+                                               /*  Error Msg */
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] setting_set_string_slp_key err=%d ***%s",
+                                                                               SETTING_FONT_RED, err, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                               } else {
+                                       setting_password_main_clear_3line_password(ad);
+                                       return;
+                               }
+                       }
+                       break;
+
+               case SETTING_PW_TYPE_PIN_LOCK_ON:
+                       {
+                               SETTING_TRACE("case SETTING_PW_TYPE_PIN_LOCK_ON");
+
+                               ret = setting_password_main_check_1line_password(ad);
+                               if (ret == SETTING_RETURN_SUCCESS) {
+                                       TelSimSecPw_t sim_sec_data = { 0, };
+                                       int tapi_ret = TAPI_API_SUCCESS;
+                                       int ReqId;
+                                       const char *entry_str;
+
+                                       entry_str = ad->ed_pw1->sub_desc;
+                                       if (isEmptyStr(entry_str)) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_ERROR("[ERR] elm_entry_entry_get(ad->ed_pw1) return NULL!");
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       sim_sec_data.type = TAPI_SIM_PTYPE_PIN1;
+                                       sim_sec_data.pw = (unsigned char *)entry_str;
+                                       sim_sec_data.pw_len = safeStrLen(entry_str);
+
+                                       tapi_ret = tel_enable_sim_security(&sim_sec_data, &ReqId);
+                                       setting_password_main_clear_1line_password(ad);
+
+                                       if (TAPI_API_SUCCESS != tapi_ret) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] tel_enable_sim_security err=%d ***%s",
+                                                                               SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       } else {
+                                               /*  Success. Send Message to Caller for Modify Pin Lock slider status */
+                                               SETTING_TRACE_DEBUG("%s*** [SUCCESS] tel_enable_sim_security err=%d ***%s",
+                                                                               SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+                                       }
+                               } else {
+                                       setting_password_main_clear_1line_password(ad);
+                               }
+                       }
+                       break;
+               case SETTING_PW_TYPE_PIN_LOCK_OFF:
+                       {
+                               SETTING_TRACE("case SETTING_PW_TYPE_PIN_LOCK_OFF");
+
+                               ret = setting_password_main_check_1line_password(ad);
+
+                               if (ret == SETTING_RETURN_SUCCESS) {
+                                       TelSimSecPw_t sim_sec_data = { 0, };
+                                       int tapi_ret = TAPI_API_SUCCESS;
+                                       int ReqId;
+                                       const char *entry_str;
+
+                                       entry_str = ad->ed_pw1->sub_desc;
+                                       if (isEmptyStr(entry_str)) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_ERROR("[ERR] elm_entry_entry_get(ad->ed_pw1) return NULL!");
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       sim_sec_data.type = TAPI_SIM_PTYPE_PIN1;
+                                       sim_sec_data.pw = (unsigned char *)entry_str;
+                                       sim_sec_data.pw_len = safeStrLen(entry_str);
+
+                                       tapi_ret = tel_disable_sim_security(&sim_sec_data, &ReqId);
+                                       setting_password_main_clear_1line_password(ad);
+
+                                       if (TAPI_API_SUCCESS != tapi_ret) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] tel_disable_sim_security err=%d ***%s",
+                                                                               SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       } else {
+                                               /*  Success. Send Message to Caller for Modify Pin Lock slider status                                           */
+                                       }
+                               } else {
+                                       setting_password_main_clear_1line_password(ad);
+                               }
+                       }
+                       break;
+
+               case SETTING_PW_TYPE_PIN1_BLOCKED:
+                       {
+                               /*  PIN1 Status is "Blocked": User should input puk code and new pin1 code. */
+                               /*  If puk code is correct and success to modify pin1 code, display pin1 code change popup */
+                               /*  But, if this menu is "Pin Lock", pinlock status will not be changed. */
+                               SETTING_TRACE("case SETTING_PW_TYPE_PIN1_BLOCKED");
+                               ret = setting_password_main_check_3line_password(ad);
+
+                               if (ret == SETTING_RETURN_SUCCESS) {
+                                       TelSimSecPw_t puk1_data = { 0, };
+                                       TelSimSecPw_t pin1_data = { 0, };
+                                       int tapi_ret = TAPI_API_SUCCESS;
+                                       int ReqId;
+                                       const char *puk;
+                                       const char *new_pin1;
+
+                                       puk = ad->ed_pw1->sub_desc;
+                                       new_pin1 = ad->ed_pw2->sub_desc;
+                                       if (isEmptyStr(puk)) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       if (isEmptyStr(new_pin1)) {
+                                               ad->focus_data = ad->ed_pw2;
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       puk1_data.type = TAPI_SIM_PTYPE_PUK1;
+                                       puk1_data.pw = (unsigned char *)puk;
+                                       puk1_data.pw_len = safeStrLen(puk);
+
+                                       pin1_data.type = TAPI_SIM_PTYPE_PIN1;
+                                       pin1_data.pw = (unsigned char *)new_pin1;
+                                       pin1_data.pw_len = safeStrLen(new_pin1);
+
+                                       tapi_ret = tel_verify_sim_puks(&puk1_data, &pin1_data, &ReqId);
+                                       setting_password_main_clear_3line_password(ad);
+
+                                       if (TAPI_API_SUCCESS != tapi_ret) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] tel_verify_sim_puks err=%d ***%s",
+                                                                               SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       } else {
+                                               /*  Success. Send Message to Caller for Modify Pin Lock slider status */
+
+                                       }
+                               } else { 
+                                       setting_password_main_clear_3line_password(ad);
+                               }
+                       }
+                       break;
+               case SETTING_PW_TYPE_PIN2_BLOCKED:
+                       {
+                               SETTING_TRACE("case SETTING_PW_TYPE_PIN2_BLOCKED");
+                               ret = setting_password_main_check_3line_password(ad);
+
+                               if (ret == SETTING_RETURN_SUCCESS) {
+                                       TelSimSecPw_t puk2_data = { 0, };
+                                       TelSimSecPw_t pin2_data = { 0, };
+                                       int tapi_ret = TAPI_API_SUCCESS;
+                                       int ReqId;
+                                       const char *puk;
+                                       const char *new_pin2;
+
+                                       puk = ad->ed_pw1->sub_desc;
+                                       new_pin2 = ad->ed_pw2->sub_desc;
+                                       if (isEmptyStr(puk)) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       if (isEmptyStr(new_pin2)) {
+                                               ad->focus_data = ad->ed_pw2;
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       puk2_data.type = TAPI_SIM_PTYPE_PUK2;
+                                       puk2_data.pw = (unsigned char *)puk;
+                                       puk2_data.pw_len = safeStrLen(puk);
+
+                                       pin2_data.type = TAPI_SIM_PTYPE_PIN2;
+                                       pin2_data.pw = (unsigned char *)new_pin2;
+                                       pin2_data.pw_len = safeStrLen(new_pin2);
+
+                                       tapi_ret = tel_verify_sim_puks(&puk2_data, &pin2_data, &ReqId);
+                                       setting_password_main_clear_3line_password(ad);
+
+                                       if (TAPI_API_SUCCESS != tapi_ret) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] tel_verify_sim_puks err=%d ***%s",
+                                                                               SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       } else {
+                                               /*  Success. Send Message to Caller for Modify Pin Lock slider status */
+
+                                       }
+                               } else { 
+                                       setting_password_main_clear_3line_password(ad);
+                               }
+                       }
+                       break;
+               case SETTING_PW_TYPE_CHANGE_PIN1:
+                       {
+                               SETTING_TRACE("case SETTING_PW_TYPE_CHANGE_PIN1");
+
+                               ret = setting_password_main_check_3line_password(ad);
+                               if (ret == SETTING_RETURN_SUCCESS) {
+                                       const char *old_pw;
+                                       const char *new_pw;
+                                       TelSimSecPw_t sim_old_sec_data = { 0, };
+                                       TelSimSecPw_t sim_new_sec_data = { 0, };
+                                       int tapi_ret = TAPI_API_SUCCESS;
+                                       int ReqId;
+
+                                       old_pw = ad->ed_pw1->sub_desc;
+                                       new_pw = ad->ed_pw2->sub_desc;
+                                       if (isEmptyStr(old_pw)) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       if (isEmptyStr(new_pw)) {
+                                               ad->focus_data = ad->ed_pw2;
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       sim_old_sec_data.type = sim_new_sec_data.type = TAPI_SIM_PTYPE_PIN1;
+                                       sim_old_sec_data.pw = (unsigned char *)old_pw;
+                                       sim_old_sec_data.pw_len = safeStrLen(old_pw);
+                                       sim_new_sec_data.pw = (unsigned char *)new_pw;
+                                       sim_new_sec_data.pw_len = safeStrLen(new_pw);
+
+                                       tapi_ret = tel_change_sim_pins(&sim_old_sec_data, &sim_new_sec_data, &ReqId);
+                                       setting_password_main_clear_3line_password(ad);
+
+                                       if (TAPI_API_SUCCESS != tapi_ret) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] TelTapiSimChangePIN err=%d ***%s",
+                                                                               SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       } else {
+                                               /*  Success popup and send message to caller */
+                                               /* setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_ST_POP_PIN1_CHANGED")); */
+                                       }
+                               } else {
+                                       setting_password_main_clear_3line_password(ad);
+                                       return;
+                               }
+                       }
+                       break;
+               case SETTING_PW_TYPE_CHANGE_PIN2:
+                       {
+                               SETTING_TRACE("case SETTING_PW_TYPE_CHANGE_PIN2");
+                               ret = setting_password_main_check_3line_password(ad);
+                               if (ret == SETTING_RETURN_SUCCESS) {
+                                       const char *old_pw;
+                                       const char *new_pw;
+                                       TelSimSecPw_t sim_old_sec_data = { 0, };
+                                       TelSimSecPw_t sim_new_sec_data = { 0, };
+                                       int tapi_ret = TAPI_API_SUCCESS;
+                                       int ReqId;
+
+                                       old_pw = ad->ed_pw1->sub_desc;
+                                       new_pw = ad->ed_pw2->sub_desc;
+                                       if (isEmptyStr(old_pw)) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       if (isEmptyStr(new_pw)) {
+                                               ad->focus_data = ad->ed_pw2;
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       sim_old_sec_data.type = sim_new_sec_data.type = TAPI_SIM_PTYPE_PIN2;
+                                       sim_old_sec_data.pw = (unsigned char *)old_pw;
+                                       sim_old_sec_data.pw_len = safeStrLen(old_pw);
+                                       sim_new_sec_data.pw = (unsigned char *)new_pw;
+                                       sim_new_sec_data.pw_len = safeStrLen(new_pw);
+
+                                       tapi_ret = tel_change_sim_pins(&sim_old_sec_data, &sim_new_sec_data, &ReqId);
+                                       setting_password_main_clear_3line_password(ad);
+
+                                       if (TAPI_API_SUCCESS != tapi_ret) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] TelTapiSimChangePIN err=%d ***%s",
+                                                                               SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       } else {
+                                               /*  Success popup and send message to caller */
+                                               /* setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_ST_POP_PIN2_CHANGED")); */
+                                       }
+                               } else { 
+                                       setting_password_main_clear_3line_password(ad);
+                                       return;
+                               }
+                       }
+                       break;
+
+               case SETTING_PW_TYPE_SIM_LOCK_ON:
+                       {
+                               SETTING_TRACE("case SETTING_PW_TYPE_SIM_LOCK_ON");
+
+                               ret = setting_password_main_check_2line_password(ad);
+
+                               if (ret == SETTING_RETURN_SUCCESS) {
+                                       TelSimSecPw_t sim_sec_data = { 0, };
+                                       int tapi_ret = TAPI_API_SUCCESS;
+                                       int ReqId;
+                                       const char *entry_str;
+                                       entry_str = ad->ed_pw1->sub_desc;
+                                       if (isEmptyStr(entry_str)) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       sim_sec_data.type = TAPI_SIM_PTYPE_SIM;
+                                       sim_sec_data.pw = (unsigned char *)entry_str;
+                                       sim_sec_data.pw_len = safeStrLen(entry_str);
+
+                                       tapi_ret = tel_enable_sim_security(&sim_sec_data, &ReqId);
+                                       setting_password_main_clear_2line_password(ad);
+
+                                       SETTING_TRACE("SIM Lock password : %s\n", (char *)(sim_sec_data.pw));
+                                       if (TAPI_API_SUCCESS != tapi_ret) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] tel_enable_sim_security err=%d ***%s",
+                                                                               SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       } else {
+                                               /*  Success. Send Message to Caller for Modify Pin Lock slider status */
+
+                                       }
+                               } else { 
+                                       setting_password_main_clear_2line_password(ad);
+                               }
+                       }
+                       break;
+
+               case SETTING_PW_TYPE_SIM_LOCK_OFF:
+                       {
+                               SETTING_TRACE("case SETTING_PW_TYPE_SIM_LOCK_OFF");
+
+                               ret = setting_password_main_check_1line_password(ad);
+                               if (ret == SETTING_RETURN_SUCCESS) {
+                                       TelSimSecPw_t sim_sec_data = { 0, };
+                                       int tapi_ret = TAPI_API_SUCCESS;
+                                       int ReqId;
+                                       const char *entry_str;
+
+                                       entry_str = ad->ed_pw1->sub_desc;
+                                       if (isEmptyStr(entry_str)) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       }
+
+                                       sim_sec_data.type = TAPI_SIM_PTYPE_SIM;
+                                       sim_sec_data.pw = (unsigned char *)entry_str;
+                                       sim_sec_data.pw_len = safeStrLen(entry_str);
+
+                                       tapi_ret = tel_disable_sim_security(&sim_sec_data, &ReqId);
+                                       setting_password_main_clear_1line_password(ad);
+
+                                       if (TAPI_API_SUCCESS != tapi_ret) {
+                                               ad->focus_data = ad->ed_pw1;
+                                               SETTING_TRACE_DEBUG("%s*** [ERR] tel_disable_sim_security err=%d ***%s",
+                                                                               SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+                                               setting_password_ug_create_popup_notitle_nobtn(ad, _("IDS_COM_POP_ERROR"), FALSE);
+                                               return;
+                                       } else {
+                                               /*  Success. Send Message to Caller for Modify Pin Lock slider status */
+
+                                       }
+                               } else { 
+                                       setting_password_main_clear_1line_password(ad);
+                               }
+                       }
+                       break;
+
+               default:
+                       /* Send destroy request */
+                       ug_destroy_me(ad->ug);
+                       break;
+       }
+}
diff --git a/setting-password/src/setting-password.c b/setting-password/src/setting-password.c
new file mode 100644 (file)
index 0000000..b438d55
--- /dev/null
@@ -0,0 +1,1213 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-password.h>
+#ifndef UG_MODULE_API
+#define UG_MODULE_API __attribute__ ((visibility("default")))
+#endif
+
+static tapi_request_event tapi_req_events[] = {
+       {-1, TAPI_EVENT_SIM_CHANGE_PINS_CNF},
+       {-1, TAPI_EVENT_SIM_DISABLE_SEC_CNF},
+       {-1, TAPI_EVENT_SIM_ENABLE_SEC_CNF},
+       {-1, TAPI_EVENT_SIM_VERIFY_SEC_CNF},
+       {-1, TAPI_EVENT_SIM_VERIFY_PUK_CNF},
+       {-1, TAPI_EVENT_SIM_DISABLE_FDNMODE_CNF},
+       {-1, TAPI_EVENT_SIM_ENABLE_FDNMODE_CNF},
+       {-1, TAPI_EVENT_SIM_ENABLE_PERS_CNF},
+       {-1, TAPI_EVENT_SIM_DISABLE_PERS_CNF},
+       {-1, TAPI_EVENT_SIM_PERS_STATUS_CNF},
+};
+
+static struct _pw_item pw_its[] = {
+       { SETTING_PW_TYPE_POWER_ON_LOCK, "SETTING_PW_TYPE_POWER_ON_LOCK" },
+       { SETTING_PW_TYPE_PHONE_LOCK, "SETTING_PW_TYPE_PHONE_LOCK" },
+       { SETTING_PW_TYPE_PHONE_LOCK_ON, "SETTING_PW_TYPE_PHONE_LOCK_ON" },
+       { SETTING_PW_TYPE_SET_PASSWORD, "SETTING_PW_TYPE_SET_PASSWORD" },
+       { SETTING_PW_TYPE_SIMPLE_PASSWORD, "SETTING_PW_TYPE_SIMPLE_PASSWORD" },
+       { SETTING_PW_TYPE_CHANGE_PASSWORD, "SETTING_PW_TYPE_CHANGE_PASSWORD" },
+       { SETTING_PW_TYPE_SIM_LOCK_ON, "SETTING_PW_TYPE_SIM_LOCK_ON" },
+       { SETTING_PW_TYPE_SIM_LOCK_OFF, "SETTING_PW_TYPE_SIM_LOCK_OFF" },
+       { SETTING_PW_TYPE_PIN_LOCK_ON, "SETTING_PW_TYPE_PIN_LOCK_ON" },
+       { SETTING_PW_TYPE_PIN_LOCK_OFF, "SETTING_PW_TYPE_PIN_LOCK_OFF" },
+       { SETTING_PW_TYPE_CHANGE_PIN1, "SETTING_PW_TYPE_CHANGE_PIN1" },
+       { SETTING_PW_TYPE_FDN_MODE_ON, "SETTING_PW_TYPE_FDN_MODE_ON" },
+       { SETTING_PW_TYPE_FDN_MODE_OFF, "SETTING_PW_TYPE_FDN_MODE_OFF" },
+       { SETTING_PW_TYPE_CHANGE_PIN2, "SETTING_PW_TYPE_CHANGE_PIN2" },
+       { SETTING_PW_TYPE_PIN1_BLOCKED, "SETTING_PW_TYPE_PIN1_BLOCKED" },
+       { SETTING_PW_TYPE_PIN2_BLOCKED, "SETTING_PW_TYPE_PIN2_BLOCKED" },
+       { SETTING_PW_TYPE_RESET, "SETTING_PW_TYPE_RESET" },
+       { SETTING_PW_TYPE_CLEAR, "SETTING_PW_TYPE_CLEAR"},              
+       { SETTING_PW_TYPE_LOCK_FOR_APP, "SETTING_PW_TYPE_LOCK_FOR_APP"}, /* used by other app */
+       { SETTING_PW_TYPE_MAX, NULL }
+};
+
+static void setting_tapi_init(SettingPasswordUG *ad);
+static void setting_password_ug_display_result_popup(tapi_receive_info *result, SettingPasswordUG *ad);
+static int setting_password_ug_sim_event_callback(const TelTapiEvent_t *event, void *data);
+
+static void setting_password_ug_cb_resize(void *data, Evas *e, Evas_Object *obj, void *event_info)
+{
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+       setting_view_update(&setting_view_password_main, ad);
+}
+
+static void setting_tapi_init(SettingPasswordUG *ad)
+{
+       SETTING_TRACE_BEGIN;
+       switch (ad->view_type) {
+       case SETTING_PW_TYPE_SIM_LOCK_ON:
+       case SETTING_PW_TYPE_SIM_LOCK_OFF:
+       case SETTING_PW_TYPE_PIN_LOCK_ON:
+       case SETTING_PW_TYPE_PIN_LOCK_OFF:
+       case SETTING_PW_TYPE_CHANGE_PIN1:
+       case SETTING_PW_TYPE_CHANGE_PIN2:
+       case SETTING_PW_TYPE_FDN_MODE_ON:
+       case SETTING_PW_TYPE_FDN_MODE_OFF:
+       case SETTING_PW_TYPE_PIN1_BLOCKED:
+       case SETTING_PW_TYPE_PIN2_BLOCKED:
+               /* subscribe tapi events */
+               if (setting_password_ug_subscribe_sim_events(ad) != SETTING_RETURN_SUCCESS) {
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] setting_security_subscribe_sim_events. ***%s",
+                            SETTING_FONT_RED, SETTING_FONT_BLACK);
+                       setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                                      _("IDS_COM_POP_ERROR"),
+                                                                      FALSE);
+               }
+               break;
+       default:
+               break;
+       }
+       SETTING_TRACE_END;
+}
+
+static void setting_tapi_finize(SettingPasswordUG *ad)
+{
+       SETTING_TRACE_BEGIN;
+       switch (ad->view_type) {
+       case SETTING_PW_TYPE_SIM_LOCK_ON:
+       case SETTING_PW_TYPE_SIM_LOCK_OFF:
+       case SETTING_PW_TYPE_PIN_LOCK_ON:
+       case SETTING_PW_TYPE_PIN_LOCK_OFF:
+       case SETTING_PW_TYPE_CHANGE_PIN1:
+       case SETTING_PW_TYPE_CHANGE_PIN2:
+       case SETTING_PW_TYPE_FDN_MODE_ON:
+       case SETTING_PW_TYPE_FDN_MODE_OFF:
+       case SETTING_PW_TYPE_PIN1_BLOCKED:
+       case SETTING_PW_TYPE_PIN2_BLOCKED:
+               /* unsubscribe tapi events */
+               if (setting_password_ug_unsubscribe_sim_events(ad) != SETTING_RETURN_SUCCESS) {
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] setting_security_subscribe_sim_events. ***%s",
+                            SETTING_FONT_RED, SETTING_FONT_BLACK);
+                       setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                                      _("IDS_COM_POP_ERROR"),
+                                                                      FALSE);
+               }
+               break;
+       default:
+               break;
+       }
+       SETTING_TRACE_END;
+}
+
+setting_pw_type __get_password_view_type(SettingPasswordUG *ad, bundle *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(NULL == data, -1, "NULL == data");
+       ad->view_type_string = bundle_get_val(data, "viewtype");
+       SETTING_TRACE("viewtype:%s", ad->view_type_string);
+       setting_pw_type ret_pw_type = 0;
+       int i;
+
+       for(i = 0; i < SETTING_PW_TYPE_MAX; i++)
+       {
+               if (0 == safeStrCmp(ad->view_type_string, pw_its[i].pw_type_string))
+               {
+                       ret_pw_type = pw_its[i].pw_type_num;
+                       break;
+               } 
+       }
+
+       if( (ret_pw_type == SETTING_PW_TYPE_PHONE_LOCK) ||
+               (ret_pw_type == SETTING_PW_TYPE_SIMPLE_PASSWORD) ||
+               (ret_pw_type == SETTING_PW_TYPE_LOCK_FOR_APP) ||
+               (ret_pw_type == SETTING_PW_TYPE_CHANGE_PASSWORD) ||
+               (ret_pw_type == SETTING_PW_TYPE_RESET) )
+       {
+               if(setting_password_is_password_empty() == TRUE)
+               {
+                       ret_pw_type = SETTING_PW_TYPE_SET_PASSWORD;
+               }
+       }
+
+       return ret_pw_type;
+}
+
+static void setting_password_ug_set_password_cb(void *data, Evas_Object *obj,
+                                               void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       switch (btn_type(obj)) {
+       case POPUP_RESPONSE_OK:
+               {
+                       /*  creating a view. */
+                       setting_view_create(&setting_view_password_main, (void *)ad);
+                       evas_object_event_callback_add(ad->win_main_layout,
+                                                      EVAS_CALLBACK_RESIZE,
+                                                      setting_password_ug_cb_resize,
+                                                      ad);
+                       if(ad->setpw_notify)
+                       {
+                               evas_object_del(ad->setpw_notify);
+                               ad->setpw_notify = NULL;
+                       }
+               }
+               break;
+
+       case POPUP_RESPONSE_CANCEL:
+               {
+                       if (ad->setpw_notify)
+                       {
+                               evas_object_del(ad->setpw_notify);
+                               ad->setpw_notify = NULL;
+                       }
+
+                       ug_destroy_me(ad->ug);
+               }
+               break;
+       default:
+               break;
+       }
+}
+
+static char *__gl_err_desc_text_get(void *data, Evas_Object *obj, const char *part)
+{
+       retv_if(data == NULL, NULL);
+       char buf[256] = {0,};
+
+       snprintf(buf, sizeof(buf)-1, "<font color=#ff0000>%s</font>", (char*)data);
+       
+       return strdup(buf);
+}
+
+static void *setting_password_ug_on_create(struct ui_gadget *ug,
+                                          enum ug_mode mode, bundle *data,
+                                          void *priv)
+{
+       setting_retvm_if((!ug || !priv), NULL, "!ug || !priv");
+
+       SettingPasswordUG *passwordUG = (SettingPasswordUG *)priv;
+       passwordUG->ug = ug;
+       passwordUG->win_main_layout = (Evas_Object *) ug_get_parent_layout(ug);
+       passwordUG->win_get = (Evas_Object *) ug_get_window();
+       evas_object_show(passwordUG->win_main_layout);
+       passwordUG->evas = evas_object_evas_get(passwordUG->win_main_layout);
+
+       setting_retvm_if(passwordUG->win_main_layout == NULL, NULL,
+                        "cannot get main window ");
+
+       /* --------------------------------------------------------- */
+       char *pa_path = NULL;;
+
+       pa_path = vconf_get_str(VCONFKEY_LANGSET);
+       if (!pa_path) {
+               SETTING_TRACE
+                   ("%s*** language setting has no proper value (nil) ***%s",
+                    SETTING_FONT_BGREEN, SETTING_FONT_BLACK);
+               return NULL;
+       }
+       /* set launguage */
+       setlocale(LC_ALL, "");
+       bindtextdomain(SETTING_PACKAGE, SETTING_LOCALEDIR);
+       FREE(pa_path);
+       /* --------------------------------------------------------- */
+
+       setting_create_Gendial_itc("dialogue/title", &(passwordUG->itc_title));
+       setting_create_Gendial_itc("dialogue/1icon",&(passwordUG->itc_variable_height));
+       passwordUG->itc_seperator.item_style = "dialogue/separator/21/with_line";
+       passwordUG->itc_seperator.func.text_get = NULL;
+       passwordUG->itc_seperator.func.content_get = NULL;
+       passwordUG->itc_seperator.func.state_get = NULL;
+       passwordUG->itc_seperator.func.del = NULL;
+
+       passwordUG->itc_err_desc.item_style = "multiline/1text";
+       passwordUG->itc_err_desc.func.text_get = __gl_err_desc_text_get;
+       passwordUG->itc_err_desc.func.content_get = NULL;
+       passwordUG->itc_err_desc.func.state_get = NULL;
+       passwordUG->itc_err_desc.func.del = NULL;
+
+       /* init */
+       ecore_imf_init();
+       passwordUG->view_type = __get_password_view_type(passwordUG, data);
+       setting_tapi_init(passwordUG);
+
+       /* get simple password flag */
+       if(vconf_get_bool(VCONFKEY_SETAPPL_STATE_SIMPLE_PASSWORD_BOOL, &(passwordUG->is_simple_password_on)) < 0)
+               passwordUG->is_simple_password_on = 0;
+
+       SETTING_TRACE_DEBUG("simple password is %d", passwordUG->is_simple_password_on);
+
+               if (SETTING_PW_TYPE_SET_PASSWORD == passwordUG->view_type) 
+               {
+               if( strcmp(passwordUG->view_type_string, "SETTING_PW_TYPE_RESET") == 0)
+               {       /* no need to set password, in this case.*/
+                       bundle *b = bundle_create();
+                       if (!b)
+                               return NULL;
+
+                       bundle_add(b, "result", passwordUG->view_type_string);
+                       ug_send_result(passwordUG->ug, b);
+                       SETTING_TRACE("Send Result : %s\n", passwordUG->view_type_string);
+                       bundle_free(b);
+                       /* Send destroy request */
+                       ug_destroy_me(passwordUG->ug);
+               }
+               /*  Make a popup */
+                       passwordUG->setpw_notify = setting_create_popup_with_btn(passwordUG,
+                                        (Evas_Object *) ug_get_window(),
+                                        _("IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"),
+                                        NULL,
+                                        setting_password_ug_set_password_cb,
+                                        0, 2, _("IDS_COM_SK_YES"),_("IDS_COM_SK_NO"));
+
+               /*  Make a Layout */
+               passwordUG->ly_main = elm_layout_add(passwordUG->win_main_layout);
+               if (passwordUG->ly_main == NULL)
+                       return NULL;
+               evas_object_hide(passwordUG->ly_main);
+
+               return passwordUG->ly_main;
+       } else {
+               /*  creating a view. */
+               setting_view_create(&setting_view_password_main,(void *)passwordUG);
+               evas_object_event_callback_add(passwordUG->win_main_layout,
+                                              EVAS_CALLBACK_RESIZE,
+                                              setting_password_ug_cb_resize,
+                                              passwordUG);
+               return passwordUG->ly_main;
+       }
+}
+
+static void setting_password_ug_on_start(struct ui_gadget *ug, bundle *data, void *priv)
+{
+       SettingPasswordUG *passwordUG = (SettingPasswordUG *)priv;
+
+       /* handle focus of entry */
+       if(passwordUG->sp_entry1 != NULL)
+       {
+               SETTING_TRACE_DEBUG("sp_entry1 is exist.");
+               elm_object_focus_set(passwordUG->sp_entry1, EINA_TRUE);
+               passwordUG->sp_focused = passwordUG->sp_entry1;
+       }
+}
+
+static void setting_password_ug_on_pause(struct ui_gadget *ug, bundle *data, void *priv)
+{
+}
+
+static void setting_password_ug_on_resume(struct ui_gadget *ug, bundle *data, void *priv)
+{
+}
+
+static void setting_password_ug_on_destroy(struct ui_gadget *ug, bundle *data, void *priv)
+{
+       SettingPasswordUG *passwordUG = (SettingPasswordUG *)priv;
+
+       evas_object_event_callback_del(passwordUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_password_ug_cb_resize);       /* fix flash issue for gallery */
+       passwordUG->ug = ug;
+       setting_tapi_finize(passwordUG);
+
+       if (passwordUG->t_info) {
+               FREE(passwordUG->t_info);
+       }
+
+       if(passwordUG->remove_timer)
+       {
+               ecore_timer_del(passwordUG->remove_timer);
+               passwordUG->remove_timer = NULL;
+       }
+       
+       /* release */
+       ecore_imf_shutdown();
+
+       /*  delete the allocated objects. */
+       setting_view_destroy(&setting_view_password_main, passwordUG);
+       if (NULL != ug_get_layout(passwordUG->ug)) {
+               evas_object_hide((Evas_Object *) ug_get_layout(passwordUG->ug));
+               evas_object_del((Evas_Object *) ug_get_layout(passwordUG->ug));
+       }
+}
+
+static void setting_password_ug_on_message(struct ui_gadget *ug, bundle *msg,
+                                          bundle *data, void *priv)
+{
+
+}
+
+static void setting_password_ug_on_event(struct ui_gadget *ug,
+                                        enum ug_event event, bundle *data,
+                                        void *priv)
+{
+       switch (event) {
+       case UG_EVENT_LOW_MEMORY:
+               break;
+       case UG_EVENT_LOW_BATTERY:
+               break;
+       case UG_EVENT_LANG_CHANGE:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN:
+               break;
+       case UG_EVENT_REGION_CHANGE:
+               break;
+       default:
+               break;
+       }
+}
+
+static void setting_password_ug_on_key_event(struct ui_gadget *ug,
+                                            enum ug_key_event event,
+                                            bundle *data, void *priv)
+{
+       if (!ug || !priv)
+               return;
+
+       SettingPasswordUG *ad = (SettingPasswordUG*)priv;
+
+       switch (event) {
+       case UG_KEY_EVENT_END:
+               if(ad->remove_timer)
+               {
+                       ecore_timer_del(ad->remove_timer);
+                       ad->remove_timer = NULL;
+               }
+               ug_destroy_me(ug);
+               break;
+       default:
+               break;
+       }
+}
+
+UG_MODULE_API int UG_MODULE_INIT(struct ug_module_ops *ops)
+{
+       SettingPasswordUG *passwordUG = calloc(1, sizeof(SettingPasswordUG));
+       setting_retvm_if(!passwordUG, -1, "Create SettingPasswordUG obj failed");
+
+       ops->create = setting_password_ug_on_create;
+       ops->start = setting_password_ug_on_start;
+       ops->pause = setting_password_ug_on_pause;
+       ops->resume = setting_password_ug_on_resume;
+       ops->destroy = setting_password_ug_on_destroy;
+       ops->message = setting_password_ug_on_message;
+       ops->event = setting_password_ug_on_event;
+       ops->key_event = setting_password_ug_on_key_event;
+       ops->priv = passwordUG;
+       ops->opt = UG_OPT_INDICATOR_ENABLE;
+
+       return 0;
+}
+
+UG_MODULE_API void UG_MODULE_EXIT(struct ug_module_ops *ops)
+{
+       struct SettingPasswordUG *passwordUG;
+       setting_retm_if(!ops, "ops == NULL");
+
+       passwordUG = ops->priv;
+       if (passwordUG)
+               FREE(passwordUG);
+}
+
+int setting_password_ug_subscribe_sim_events(SettingPasswordUG *ad)
+{
+       int i = 0;
+       int ret = SETTING_RETURN_SUCCESS;
+       int tapi_ret = TAPI_API_SUCCESS;
+       tapi_request_tapi_info *t_info;
+
+       if (tel_init() != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG("%s*** [ERR] tel_init. ***%s",
+                                   SETTING_FONT_RED, SETTING_FONT_BLACK);
+               return SETTING_TAPI_INIT_ECORE_ERR;
+       }
+
+       SETTING_TRACE_DEBUG("Tapi Init : %d", tapi_ret);
+
+       t_info = calloc(1, sizeof(tapi_request_tapi_info));
+
+       if (NULL == t_info) {
+               SETTING_TRACE_DEBUG("Tapi calloc data error\n");
+               return SETTING_RETURN_FAIL;
+       }
+
+       t_info->evt = tapi_req_events;
+       t_info->evt_sz = sizeof(tapi_req_events) / sizeof(tapi_req_events[0]);
+       t_info->cb = NULL;
+       t_info->cb_data = NULL;
+
+       SETTING_TRACE_DEBUG("Tapi Info Size : %d", t_info->evt_sz);
+       for (i = 0; i < t_info->evt_sz; i++) {
+               tapi_ret =
+                   tel_register_event(t_info->evt[i].event,
+                                      &(t_info->evt[i].sid),
+                                      (TelAppCallback) &
+                                      setting_password_ug_sim_event_callback,
+                                      ad);
+               SETTING_TRACE_DEBUG
+                   ("TAPI Register Return : %d Event : %d sid: %d", tapi_ret,
+                    t_info->evt[i].event, t_info->evt[i].sid);
+       }
+
+       if (TAPI_API_SUCCESS == tapi_ret) {
+               tapi_ret = tel_register_app_name("org.tizen.setting");
+
+               if (tapi_ret != TAPI_API_SUCCESS) {
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] tel_register_app_name. ***%s",
+                            SETTING_FONT_RED, SETTING_FONT_BLACK);
+                       FREE(t_info);   /* memory leak */
+                       return SETTING_TAPI_REG_EVENT_ECORE_ERR;
+               }
+       }
+       ad->t_info = t_info;
+       return ret;
+}
+
+int setting_password_ug_unsubscribe_sim_events(SettingPasswordUG *ad)
+{
+       retv_if(ad == NULL, SETTING_GENERAL_ERR_WRONG_PARAMETER);
+       
+       int i = 0;
+       int ret = SETTING_RETURN_SUCCESS;
+       int tapi_ret = TAPI_API_SUCCESS;
+
+       if (ad->t_info) {
+               tapi_request_tapi_info *t_info = ad->t_info;
+               SETTING_TRACE("T_INFO size : %d\n", t_info->evt_sz);
+               for (i = 0; i < t_info->evt_sz; i++) {
+                       if (t_info->evt[i].sid == -1)
+                               continue;
+
+                       /* tapi_ret = tel_deregister_event_at_ecore_loop(t_info->evt[i].sid); */
+                       tapi_ret = tel_deregister_event(t_info->evt[i].sid);
+                       if (tapi_ret != TAPI_API_SUCCESS) {
+                               SETTING_TRACE_DEBUG
+                                   ("%s*** [ERR] tel_deregister_event. %dth , sid =%d, tapi_ret=%d ***%s\n",
+                                    SETTING_FONT_RED, i, t_info->evt[i].sid,
+                                    tapi_ret, SETTING_FONT_BLACK);
+                               return SETTING_TAPI_DEREG_EVENT_ECORE_ERR;
+                               break;
+                       } else {
+                               SETTING_TRACE
+                                   ("Event unregistering succeeded [%dth : %d] [subscription ID: %d]",
+                                    i, t_info->evt[i].event,
+                                    t_info->evt[i].sid);
+                       }
+               }
+               FREE(ad->t_info);
+       }
+
+       tapi_ret = tel_deinit();
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG("%s*** [ERR] tel_deinit. tapi_ret=%d ***%s",
+                                   SETTING_FONT_RED, tapi_ret,
+                                   SETTING_FONT_BLACK);
+               return SETTING_TAPI_DEREG_EVENT_ECORE_ERR;
+       }
+       return ret;
+}
+
+#ifdef Status
+#undef Status
+#endif
+
+static int
+setting_password_ug_sim_event_callback(const TelTapiEvent_t *event, void *data)
+{
+       retv_if(data == NULL || event == NULL, SETTING_GENERAL_ERR_WRONG_PARAMETER);
+       SETTING_TRACE("event->EventClass=\t%d", (int)(event->EventClass));
+       SETTING_TRACE("event->EventType=\t%d", event->EventType);
+       SETTING_TRACE("event->Status=\t%d", event->Status);
+       SETTING_TRACE("event->RequestId=\t%d", event->RequestId);
+       SettingPasswordUG *ad = data;
+
+       tapi_receive_info result_info = { 0, };
+       TelSimSecResult_t *sim_event_data = NULL;
+       sim_event_data = (TelSimSecResult_t *) event->pData;
+
+       if (TAPI_EVENT_CLASS_SIM != event->EventClass || NULL == sim_event_data) {
+               SETTING_TRACE_DEBUG
+                   ("EventClass is not EVENT_CLASS_SIM or sim_event_data is NULL!\n");
+               SETTING_TRACE_DEBUG("sim_event_data %p\n", sim_event_data);
+               return SETTING_RETURN_FAIL;
+       }
+
+       switch (event->EventType) {
+               /*  Lock ON */
+       case TAPI_EVENT_SIM_ENABLE_SEC_CNF:
+               {
+                       SETTING_TRACE
+                           ("CASE: TAPI_EVENT_SIM_ENABLE_SEC_CNF [Event Data Type: %d]",
+                            sim_event_data->type);
+
+                       /*  Sim Lock  */
+                       if (TAPI_SIM_PTYPE_SIM == sim_event_data->type) {
+                               if (TAPI_SIM_PIN_OPERATION_SUCCESS == event->Status)
+                                       result_info.stat = SIM_LOCK_ON_SUCCESS;
+                               else if (TAPI_SIM_PIN_INCORRECT_PASSWORD == event->Status)
+                                       result_info.stat = SIM_LOCK_INCORRECT_PASSWORD;
+                               else {
+                                       SETTING_TRACE_DEBUG("%s*** [ERR] INCORRECTED ***%s",
+                                            SETTING_FONT_RED,
+                                            SETTING_FONT_BLACK);
+                                       return SETTING_RETURN_FAIL;
+                               }
+                       }
+                       /*  Pin Lock */
+                       else if (TAPI_SIM_PTYPE_PIN1 == sim_event_data->type) {
+                               if (TAPI_SIM_PIN_OPERATION_SUCCESS == event->Status)
+                                       result_info.stat = SIM_PIN_LOCK_ON_SUCCESS;
+                               else if (TAPI_SIM_PIN_INCORRECT_PASSWORD == event->Status) {
+                                       result_info.stat = SIM_INCORRECT_PIN1_CODE;
+                                       result_info.retry_cnt = sim_event_data->retry_count;
+                               } else if (TAPI_SIM_PUK_REQUIRED == event->Status)
+                                       result_info.stat = SIM_PIN1_BLOCKED;
+
+                               /*  Pre CCF */
+                               else if (TAPI_SIM_INCOMPATIBLE_PIN_OPERATION == event->Status
+                                        || TAPI_SIM_CARD_ERROR == event->Status) {
+                                       /*  popup */
+                                       result_info.stat = SIM_OPERATION_UNAVAILABLE;
+                               }
+                               else {
+                                       SETTING_TRACE_DEBUG
+                                           ("%s*** [ERR] INCORRECTED ***%s",
+                                            SETTING_FONT_RED,
+                                            SETTING_FONT_BLACK);
+                                       return SETTING_RETURN_FAIL;
+                               }
+                       }
+               }
+               break;
+
+               /*  Lock OFF                    */
+       case TAPI_EVENT_SIM_DISABLE_SEC_CNF:
+               {
+                       SETTING_TRACE
+                           ("CASE: TAPI_EVENT_SIM_DISABLE_SEC_CNF [Event Data Type: %d]",
+                            sim_event_data->type);
+
+                       /*  Sim Lock  */
+                       if (TAPI_SIM_PTYPE_SIM == sim_event_data->type) {
+                               if (TAPI_SIM_PIN_OPERATION_SUCCESS == event->Status)
+                                       result_info.stat = SIM_LOCK_OFF_SUCCESS;
+                               else if (TAPI_SIM_PIN_INCORRECT_PASSWORD == event->Status)
+                                       result_info.stat = SIM_LOCK_INCORRECT_PASSWORD;
+                               else {
+                                       SETTING_TRACE_DEBUG
+                                           ("%s*** [ERR] INCORRECTED ***%s",
+                                            SETTING_FONT_RED,
+                                            SETTING_FONT_BLACK);
+                                       return SETTING_RETURN_FAIL;
+                               }
+                       }
+                       /*  Pin Lock */
+                       else if (TAPI_SIM_PTYPE_PIN1 == sim_event_data->type) {
+                               if (TAPI_SIM_PIN_OPERATION_SUCCESS == event->Status)
+                                       result_info.stat = SIM_PIN_LOCK_OFF_SUCCESS;
+                               else if (TAPI_SIM_PIN_INCORRECT_PASSWORD == event->Status) {
+                                       result_info.stat = SIM_INCORRECT_PIN1_CODE;
+                                       result_info.retry_cnt = sim_event_data->retry_count;
+                               } else if (TAPI_SIM_PUK_REQUIRED == event->Status)
+                                       result_info.stat = SIM_PIN1_BLOCKED;
+
+                               /*  Pre CCF */
+                               else if (TAPI_SIM_INCOMPATIBLE_PIN_OPERATION == event->Status
+                                        || TAPI_SIM_CARD_ERROR == event->Status) {
+                                       /*  popup */
+                                       result_info.stat = SIM_OPERATION_UNAVAILABLE;
+                               }
+                               else {
+                                       SETTING_TRACE_DEBUG
+                                           ("%s*** [ERR] INCORRECTED ***%s",
+                                            SETTING_FONT_RED,
+                                            SETTING_FONT_BLACK);
+                                       return SETTING_RETURN_FAIL;
+                               }
+                       }
+               }
+               break;
+
+               /*  Verify PUK1, PUK2 */
+       case TAPI_EVENT_SIM_VERIFY_PUK_CNF:
+               {
+                       SETTING_TRACE
+                           ("CASE: TAPI_EVENT_SIM_VERIFY_PUK_CNF [Event Data Type: %d]",
+                            sim_event_data->type);
+
+                       TelSimPinStatus_t pin_status = -1;
+                       TelSimPinType_t pin_type = 0;
+
+                       if (TAPI_SIM_PTYPE_PUK1 == sim_event_data->type)
+                               pin_type = TAPI_SIM_PTYPE_PIN1;
+                       else if (TAPI_SIM_PTYPE_PUK2 == sim_event_data->type)
+                               pin_type = TAPI_SIM_PTYPE_PIN2;
+                       else {
+                               SETTING_TRACE_DEBUG
+                                   ("%s*** [ERR] Invalid pin_type ***%s",
+                                    SETTING_FONT_RED, SETTING_FONT_BLACK);
+                               return SETTING_RETURN_FAIL;
+                       }
+
+                       int tapi_ret = tel_get_sim_security_status(pin_type, &pin_status);
+                       SETTING_TRACE
+                           ("TAPI RET : %d PIN_TYPE : %d PIN_STATUS : %d\n",
+                            tapi_ret, pin_type, pin_status);
+                       if (TAPI_API_SUCCESS != tapi_ret) {
+                               SETTING_TRACE_DEBUG
+                                   ("%s*** [ERR] tel_get_sim_security_status ***%s",
+                                    SETTING_FONT_RED, SETTING_FONT_BLACK);
+                               return SETTING_RETURN_FAIL;
+                       }
+                       /*  Puk Blocked */
+                       if (TAPI_SIM_PIN_STATUS_PUK_BLOCKED == pin_status) {
+                               if (TAPI_SIM_PTYPE_PIN1 == pin_type)
+                                       result_info.stat = SIM_PUK1_BLOCKED;
+                               else
+                                       result_info.stat = SIM_PUK2_BLOCKED;
+                       }
+                       /*  Pin Blocked and verifying puk code */
+                       else if (TAPI_SIM_PIN_STATUS_ENABLED == pin_status) {
+                               if (TAPI_SIM_PIN_OPERATION_SUCCESS == event->Status) {
+                                       if (TAPI_SIM_PTYPE_PIN1 == pin_type)
+                                               result_info.stat = SIM_PIN1_UNBLOCKED;
+                                       else
+                                               result_info.stat = SIM_PIN2_UNBLOCKED;
+                               }
+                       }
+                       /*  Pin Block */
+                       else if (TAPI_SIM_PIN_STATUS_BLOCKED == pin_status) {
+                               if (TAPI_SIM_PTYPE_PIN1 == pin_type) {
+                                       result_info.stat = SIM_INCORRECT_PUK1_CODE;
+                                       result_info.retry_cnt = sim_event_data->retry_count;
+                               } else {
+                                       result_info.stat = SIM_INCORRECT_PUK2_CODE;
+                                       result_info.retry_cnt = sim_event_data->retry_count;
+                               }
+                       } else {
+                               SETTING_TRACE_DEBUG
+                                   ("%s*** [ERR] INCORRECTED ***%s",
+                                    SETTING_FONT_RED, SETTING_FONT_BLACK);
+                               result_info.stat = SIM_UNKNOWN_ERROR;
+                       }
+               }
+               break;
+
+               /*  Change PIN1, PIN2 */
+       case TAPI_EVENT_SIM_CHANGE_PINS_CNF:
+               {
+                       SETTING_TRACE
+                           ("CASE: TAPI_EVENT_SIM_CHANGE_PINS_CNF [Event Data Type: %d]",
+                            sim_event_data->type);
+
+                       if (TAPI_SIM_PIN_OPERATION_SUCCESS == event->Status) {
+                               if (TAPI_SIM_PTYPE_PIN1 == sim_event_data->type)
+                                       result_info.stat = SIM_PIN1_CHANGE_SUCCESS;
+                               else if (TAPI_SIM_PTYPE_PIN2 == sim_event_data->type)
+                                       result_info.stat = SIM_PIN2_CHANGE_SUCCESS;
+                       } else if (TAPI_SIM_PIN_INCORRECT_PASSWORD == event->Status) {
+                               if (TAPI_SIM_PTYPE_PIN1 == sim_event_data->type) {
+                                       result_info.stat = SIM_INCORRECT_PIN1_CODE;
+                                       result_info.retry_cnt = sim_event_data->retry_count;
+                               } else if (TAPI_SIM_PTYPE_PIN2 == sim_event_data->type) {
+                                       result_info.stat = SIM_INCORRECT_PIN2_CODE;
+                                       result_info.retry_cnt = sim_event_data->retry_count;
+                               }
+                       } else if (TAPI_SIM_PUK_REQUIRED == event->Status) {
+                               if (TAPI_SIM_PTYPE_PIN1 == sim_event_data->type)
+                                       result_info.stat = SIM_PIN1_BLOCKED;
+                               else if (TAPI_SIM_PTYPE_PIN2 == sim_event_data->type)
+                                       result_info.stat = SIM_PIN2_BLOCKED;
+                       } else {
+                               SETTING_TRACE_DEBUG
+                                   ("%s*** [ERR] INCORRECTED ***%s",
+                                    SETTING_FONT_RED, SETTING_FONT_BLACK);
+                               return SETTING_RETURN_FAIL;
+                       }
+               }
+               break;
+               
+       default:
+               break;
+       }
+
+       setting_password_ug_display_result_popup(&result_info, ad);
+
+       return 0;
+}
+
+static void setting_password_ug_display_result_popup(tapi_receive_info *result, 
+                                                    SettingPasswordUG *ad)
+{
+       switch (result->stat) {
+       case SIM_OPERATION_OK:
+       case SIM_LOCK_ON_SUCCESS:
+       case SIM_LOCK_OFF_SUCCESS:
+       case SIM_PIN_LOCK_ON_SUCCESS:
+       case SIM_PIN_LOCK_OFF_SUCCESS:
+               {
+                       if (ad->view_type ==
+                           SETTING_PW_TYPE_SIM_LOCK_OFF) {
+                               int err = SETTING_RETURN_SUCCESS;
+                               /*  reset VCONF */
+                               setting_set_int_slp_key
+                                   (INT_SLP_SETTING_SIM_LOCK_ATTEMPTS_LEFT,
+                                    SIM_LOCK_ATTEMPS_MAX, &err);
+                               setting_retm_if(err == SETTING_RETURN_FAIL,
+                                               "[Error] set value of vconf fail.");
+                       }
+                       /*  Success to Operate */
+                       bundle *b = NULL;
+                       b = bundle_create();
+                       if (!b)
+                               return;
+                       bundle_add(b, "result", ad->view_type_string);
+                       ug_send_result(ad->ug, b);
+                       SETTING_TRACE("Send Result : %s\n", ad->view_type_string);
+                       bundle_free(b);
+                       /* Send destroy request */
+                       ug_destroy_me(ad->ug);
+               }
+               break;
+       case SIM_LOCK_INCORRECT_PASSWORD:
+               ad->focus_data = ad->ed_pw1;
+               setting_password_ug_check_attemps_left(ad);
+               break;
+       case SIM_INCORRECT_PIN1_CODE:
+               {
+                       const char *ret_str = NULL;
+                       char tmp_str[SETTING_STR_SLP_LEN] = {0,};
+
+                       if (result->retry_cnt > 1) {
+                               /* there has '%d' in 'IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT', must transform */
+                               int ret = snprintf(tmp_str, SETTING_STR_SLP_LEN, PIN_ERR_DESC, result->retry_cnt);
+                               setting_retm_if(ret < 0, "snprintf fail");
+                               ret_str = tmp_str;
+                       } else {
+                               ret_str = _("IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT");
+                       }
+                       ad->focus_data = ad->ed_pw1;
+                       setting_password_ug_display_desc(ad, (char *)ret_str, FALSE);
+               }
+               break;
+       case SIM_INCORRECT_PIN2_CODE:
+               {
+                       char *ret_str = NULL;
+                       char tmp_str[SETTING_STR_SLP_LEN] = {0,};
+
+                       if (result->retry_cnt > 1) {
+                               /* there has '%d' in 'IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT', must transform */
+                               int ret = snprintf(tmp_str, SETTING_STR_SLP_LEN, PIN_ERR_DESC, result->retry_cnt);
+                               setting_retm_if(ret < 0, "snprintf fail");
+                               ret_str = tmp_str;
+                       } else {
+                               ret_str = _("IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT");
+                       }
+                       ad->focus_data = ad->ed_pw1;
+                       setting_password_ug_display_desc(ad, ret_str, FALSE);
+               }
+               break;
+       case SIM_INCORRECT_PUK1_CODE:
+               {
+                       char *ret_str = NULL;
+                       char tmp_str[SETTING_STR_SLP_LEN] = {0,};
+
+                       if (result->retry_cnt > 1) {
+                               /* there has '%d' in 'IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT', must transform */
+                               int ret = snprintf(tmp_str, SETTING_STR_SLP_LEN, PUK1_ERR_DESC, result->retry_cnt);
+                               setting_retm_if(ret < 0, "snprintf fail");
+                               ret_str = tmp_str;
+                       } else {
+                               ret_str = _("IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT");
+                       }
+                       ad->focus_data = ad->ed_pw1;
+                       setting_password_ug_display_desc(ad, ret_str, FALSE);
+               }
+               break;
+       case SIM_INCORRECT_PUK2_CODE:
+               {
+                       char *ret_str = NULL;
+                       char tmp_str[SETTING_STR_SLP_LEN] = {0,};
+                       if (result->retry_cnt > 1) {
+                               /* there has '%d' in 'IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT', must transform*/
+                               int ret = snprintf(tmp_str, SETTING_STR_SLP_LEN, PUK2_ERR_DESC, result->retry_cnt);
+                               setting_retm_if(ret < 0, "snprintf fail");
+                               ret_str = tmp_str;
+                       } else {
+                               ret_str = _("IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT");
+                       }
+                       ad->focus_data = ad->ed_pw1;
+                       setting_password_ug_display_desc(ad, ret_str, FALSE);
+               }
+               break;
+       case SIM_PIN1_CHANGE_SUCCESS:
+               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                              _("IDS_ST_POP_PIN1_CHANGED"), TRUE);
+               break;
+       case SIM_PIN2_CHANGE_SUCCESS:
+               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                              _("IDS_ST_POP_PIN2_CHANGED"), TRUE);
+               break;
+       case SIM_PIN1_BLOCKED:
+               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                              _("IDS_ST_POP_PIN1_BLOCKED"), TRUE);
+               break;
+       case SIM_PIN2_BLOCKED:
+               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                              _("IDS_ST_POP_PIN2_BLOCKED"), TRUE);
+               break;
+       case SIM_PIN1_UNBLOCKED:
+               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                              _("IDS_ST_POP_PIN_UNBLOCKED"), TRUE);
+               break;
+       case SIM_PIN2_UNBLOCKED:
+               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                              _("IDS_ST_POP_PIN2_UNBLOCKED"), TRUE);
+               break;
+       case SIM_PUK1_BLOCKED:
+               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                      _("IDS_ST_BODY_PUK1_BLOCKED"), TRUE);
+               /*  Call Permernent UG */
+               break;
+       case SIM_PUK2_BLOCKED:
+               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                      _("IDS_ST_BODY_PUK2_BLOCKED"), TRUE);
+               /*  Call Permernent UG */
+               break;
+       case SIM_REQUIRED_PUK_CODE:
+               break;
+       case SIM_OPERATION_UNAVAILABLE:
+               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                      _("IDS_ST_POP_SERVICE_UNAVAILABLE"), TRUE);
+               break;
+       case SIM_UNKNOWN_ERROR:
+               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                      _("IDS_ST_POP_UNKNOWN_OPERATION"), FALSE);
+               break;
+       case SIM_ERROR:
+       case SIM_REQ_PIN:
+       case SIM_OPERATION_OFF:
+       case SIM_LOCK_ON_FAIL:
+       case SIM_PIN1_CHANGE_FAIL:
+       case SIM_PIN2_CHANGE_FAIL:
+               break;
+       default:
+               break;
+       }
+
+       SETTING_TRACE_END;
+}
+
+void setting_password_ug_popup_resp_cb(void *data, Evas_Object *obj,
+                                      void *event_info)
+{      
+       retm_if(data == NULL, "Data parameter is NULL");
+       bundle *b = NULL;
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+                       if (ad->destroy) {
+                               /*  Success to Operate */
+                               b = bundle_create();
+                               if (!b)
+                                       return;
+                               bundle_add(b, "result", ad->view_type_string);
+                               ug_send_result(ad->ug, b);
+                               SETTING_TRACE("Send Result : %s\n", ad->view_type_string);
+                               bundle_free(b);
+
+                               /* Send destroy request */
+                               ug_destroy_me(ad->ug);
+                       } else {
+                               char *diable_view_type = NULL;
+                               if (ad->disable_item_type == SETTING_PW_TYPE_PHONE_LOCK) {
+                                       diable_view_type = "SETTING_PW_TYPE_PHONE_LOCK_DISABLE";
+                               } else if (ad->disable_item_type == SETTING_PW_TYPE_SIM_LOCK_OFF) {
+                                       diable_view_type = "SETTING_PW_TYPE_SIM_LOCK_DISABLE";
+                               }
+
+                               if (diable_view_type) {
+                                       /*  Success to Operate */
+                                       b = bundle_create();
+                                       if (!b)
+                                               return;
+                                       bundle_add(b, "result", diable_view_type);
+                                       ug_send_result(ad->ug, b);
+                                       bundle_free(b);
+
+                                       /* Send destroy request */
+                                       ug_destroy_me(ad->ug);
+                               }
+                               if (ad->focus_data) {
+                                       ad->focus_data->isFocusFlag = TRUE;
+                                       elm_object_item_data_set(ad->focus_data->item, ad->focus_data);
+                                       elm_genlist_item_update(ad->focus_data->item);
+                               }
+                       }
+               }
+static Eina_Bool __remove_desc(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(data == NULL, EINA_FALSE);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *)data;
+
+       if(ad->err_desc)
+       {
+               elm_object_item_del(ad->err_desc);
+               ad->err_desc = NULL;
+       }
+
+       if(ad->remove_timer)
+       {
+               ecore_timer_del(ad->remove_timer);
+               ad->remove_timer = NULL;
+       }
+
+       if (ad->destroy) {
+               /*  Success to Operate */
+               bundle *b = bundle_create();
+               if (!b)
+                       return EINA_FALSE;
+               bundle_add(b, "result", ad->view_type_string);
+               ug_send_result(ad->ug, b);
+               SETTING_TRACE("Send Result : %s\n", ad->view_type_string);
+               bundle_free(b);
+
+               /* Send destroy request */
+               ug_destroy_me(ad->ug);
+       } else {
+               char *diable_view_type = NULL;
+               if (ad->disable_item_type == SETTING_PW_TYPE_PHONE_LOCK) {
+                       diable_view_type = "SETTING_PW_TYPE_PHONE_LOCK_DISABLE";
+               } else if (ad->disable_item_type == SETTING_PW_TYPE_SIM_LOCK_OFF) {
+                       diable_view_type = "SETTING_PW_TYPE_SIM_LOCK_DISABLE";
+               }
+
+               if (diable_view_type) {
+                       /*  Success to Operate */
+                       bundle *b = bundle_create();
+                       if (!b)
+                               return EINA_FALSE;
+                       bundle_add(b, "result", diable_view_type);
+                       ug_send_result(ad->ug, b);
+                       bundle_free(b);
+
+                       /* Send destroy request */
+                       ug_destroy_me(ad->ug);
+               }
+       }
+       return ECORE_CALLBACK_CANCEL;
+}
+
+void setting_password_ug_display_desc(void *data, char *desc, int destroy)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(data == NULL || desc == NULL);
+
+       SettingPasswordUG *ad = (SettingPasswordUG *)data;
+
+       ad->destroy= destroy;
+
+       if(ad->scroller == NULL)
+               return;
+
+       if(ad->err_desc)
+       {
+               elm_object_item_del(ad->err_desc);
+               ad->err_desc = NULL;
+       }
+       
+       ad->err_desc = elm_genlist_item_append(ad->scroller, &(ad->itc_err_desc), desc, NULL, ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       ad->remove_timer = ecore_timer_add(2.0, __remove_desc, ad);
+
+       /* if pw incorrect, show keyboard again. */
+       if(ad->ed_pw1)
+       {
+               SETTING_TRACE_DEBUG("FOCUS IN");
+               ad->ed_pw1->isFocusFlag = TRUE;
+               elm_object_focus_set(ad->ed_pw1->eo_check, EINA_TRUE);
+       }
+}
+
+void
+setting_password_ug_create_popup_notitle_nobtn(void *data, char *str,
+                                              int destroy)
+{
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       ad->destroy = destroy;
+       ad->notify = setting_create_popup_without_btn(ad, ad->ly_main, str,
+                                         NULL,
+                                         setting_password_ug_popup_resp_cb,
+                                         POPUP_INTERVAL);
+}
+
+void setting_password_ug_check_attemps_left(void *data)
+{
+       ret_if(!data);
+       SettingPasswordUG *ad = (SettingPasswordUG *) data;
+
+       setting_int_slp_list item_attempts_left;
+       setting_str_slp_list item_lock_timestamp;
+       int attemps_left_max = 5;
+
+       if (ad->view_type == SETTING_PW_TYPE_PHONE_LOCK) {
+               item_attempts_left = INT_SLP_SETTING_PHONE_LOCK_ATTEMPTS_LEFT;
+               item_lock_timestamp = STR_SLP_SETTING_PHONE_LOCK_TIMESTAMP;
+               attemps_left_max = PHONE_LOCK_ATTEMPS_MAX;
+       } else if (ad->view_type == SETTING_PW_TYPE_SIM_LOCK_OFF) {
+               item_attempts_left = INT_SLP_SETTING_SIM_LOCK_ATTEMPTS_LEFT;
+               item_lock_timestamp = STR_SLP_SETTING_SIM_LOCK_TIMESTAMP;
+               attemps_left_max = SIM_LOCK_ATTEMPS_MAX;
+       } else {
+               return;
+       }
+
+       int value = -1;
+       int err = SETTING_RETURN_SUCCESS;
+       setting_get_int_slp_key(item_attempts_left, &value, &err);
+       setting_retm_if(err == SETTING_RETURN_FAIL,
+                       "[Error] get value of vconf fail.");
+
+       value--;
+
+       if (value > 0 && value <= attemps_left_max) {
+               setting_set_int_slp_key(item_attempts_left, value, &err);
+               setting_retm_if(err == SETTING_RETURN_FAIL, "[Error] set value of vconf fail.");
+               char temp_str[MAX_SPECIALIZITION_LEN] = {0,};
+               char temp[MAX_SPECIALIZITION_LEN] ={0,};
+
+               if(value > 1)
+                       snprintf(temp, sizeof(temp), "%s. %s.", PW_ERR_DESC, ATTEMPTS_DESC);
+               else
+                       snprintf(temp, sizeof(temp), "%s. %s.", PW_ERR_DESC, ATTEMPT_DESC);
+               
+               int ret = snprintf(temp_str, MAX_SPECIALIZITION_LEN, temp, value);
+       
+               ret_if(ret < 0);
+               
+               setting_password_ug_display_desc(ad, temp_str, FALSE);
+
+       } else if (value == 0) {
+               /*  store the lock timestamp */
+               time_t cur_time = time(NULL);
+               char cur_timestamp[LOCK_TIMESTAMP_LEN] = { 0, };
+               int ret = snprintf(cur_timestamp, sizeof(cur_timestamp), "%ld", cur_time);
+               ret_if(ret < 0);
+
+               setting_set_string_slp_key(item_lock_timestamp, cur_timestamp, &err);
+               setting_retm_if(err == SETTING_RETURN_FAIL,
+                               "[Error] set value of vconf fail.");
+
+               setting_set_int_slp_key(item_attempts_left, value, &err);
+               setting_retm_if(err == SETTING_RETURN_FAIL,
+                               "[Error] set value of vconf fail.");
+
+               ad->disable_item_type = ad->view_type;
+               
+               char temp[MAX_SPECIALIZITION_LEN] = {0,};
+               snprintf(temp, sizeof(temp), PW_ERR_DELAY_DESC, PW_ERR_DELAY_TIME);
+               
+               setting_password_ug_create_popup_notitle_nobtn(ad, temp, FALSE);
+       } else {
+               setting_password_ug_create_popup_notitle_nobtn(ad,
+                                                              _("IDS_COM_POP_ERROR"), FALSE);
+       }
+
+}
+
+int setting_password_is_password_empty()
+{
+       SETTING_TRACE_BEGIN;
+       int ret = 0;
+       unsigned int attempt = 0;
+       unsigned int max_attempt = 0;
+       unsigned int expire_sec = 0;
+
+       ret = security_server_is_pwd_valid(&attempt, &max_attempt, &expire_sec);
+       SETTING_TRACE_DEBUG("status of password : %d", ret);
+
+       if(ret == SECURITY_SERVER_API_ERROR_NO_PASSWORD)
+               return SETTING_RETURN_SUCCESS;
+       else
+               return SETTING_RETURN_FAIL;
+}
+int setting_password_check_password(const char *challenge)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(challenge == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       int ret = 0;
+       unsigned int current_attempt = 0;
+       unsigned int max_attempt = 0;
+       unsigned int valid_secs = 0;
+
+       ret = security_server_chk_pwd(challenge, &current_attempt, &max_attempt, &valid_secs);
+
+       SETTING_TRACE_DEBUG("chk password : %d", ret);
+
+       if(ret == SECURITY_SERVER_API_SUCCESS)
+               return SETTING_RETURN_SUCCESS;
+       else
+               return SETTING_RETURN_FAIL;
+}
+int setting_password_set_password(const char *cur_pwd, const char *new_pwd, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(new_pwd == NULL || data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPasswordUG *ad = (SettingPasswordUG*)data;
+       int ret = 0;
+
+       /* max attempt count will be handled in passwordug for a while. */
+       ret = security_server_set_pwd(cur_pwd, new_pwd, 0, PW_ERR_DELAY_TIME);
+       SETTING_TRACE_DEBUG("set password : %d", ret);
+
+       if(ret == SECURITY_SERVER_API_SUCCESS)
+               return SETTING_RETURN_SUCCESS;
+       else
+               return SETTING_RETURN_FAIL;
+}
diff --git a/setting-phone/CMakeLists.txt b/setting-phone/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..5d7369e
--- /dev/null
@@ -0,0 +1,40 @@
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_phone REQUIRED evas eina ecore elementary appcore-common appcore-efl devman_haptic heynoti  tapi ui-gadget bundle drm-service appsvc)
+
+FOREACH(flag ${pkgs_phone_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+#SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")
+
+ADD_LIBRARY(${SETTING_PHONE_UG} SHARED
+       ./src/setting-phone.c
+       ./src/setting-phone-language-region.c
+       ./src/setting-phone-ticker-notification.c
+       ./src/setting-phone-license-main.c
+       ./src/setting-phone-license-divx-main.c
+       ./src/setting-phone-license-divx-mode.c
+       ./src/setting-phone-display-language.c
+       ./src/setting-phone-region-format.c
+       )
+
+TARGET_LINK_LIBRARIES(${SETTING_PHONE_UG} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON} 
+-lsetting-common -licui18n -licudata -licuuc)
+TARGET_LINK_LIBRARIES(${SETTING_PHONE_UG} ${pkgs_phone_LDFLAGS})
+
+INSTALL(TARGETS ${SETTING_PHONE_UG} DESTINATION /opt/ug/lib)
diff --git a/setting-phone/include/setting-phone-display-language.h b/setting-phone/include/setting-phone-display-language.h
new file mode 100755 (executable)
index 0000000..fbc8bd1
--- /dev/null
@@ -0,0 +1,46 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_PHONE_DISPLAY_LANGUAGE_H__
+#define __SETTING_PHONE_DISPLAY_LANGUAGE_H__
+
+#include <setting-phone-language-region.h>
+
+#define SETTING_PHONE_DISPLAY_LANGUAGE_PATH "/usr/lib/locale/"
+
+static void setting_phone_display_language_click_softkey_cancel_cb(void *data,
+                                                                  Evas_Object *
+                                                                  obj, void
+                                                                  *event_info);
+static void setting_phone_display_language_mouse_up_Gendial_list_radio_cb(void
+                                                                         *data,
+                                                                         Evas_Object
+                                                                        *obj,
+                                                                         void
+                                                                         *event_info);
+static void setting_phone_display_language_close_popup_ex(void *data);
+static void setting_phone_display_language_exit_cb_ex(void *data,
+                                                     Evas_Object *obj,
+                                                     void *event_info);
+#endif                         /* __SETTING_PHONE_DISPLAY_LANGUAGE_H__ */
diff --git a/setting-phone/include/setting-phone-language-region.h b/setting-phone/include/setting-phone-language-region.h
new file mode 100755 (executable)
index 0000000..990d267
--- /dev/null
@@ -0,0 +1,35 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_PHONE_LANGUAGE_H__
+#define __SETTING_PHONE_LANGUAGE_H__
+
+#include <setting-phone.h>
+
+#define LANGUAGE_STR_LEN 256
+#define COUNTRY_STR_LEN 256
+#define LANGUAGE_ITEM_MAX 20
+
+extern void setting_phone_lang_change_lang_value(int cur_chk_lang);
+#endif                         /* __SETTING_PHONE_LANGUAGE_H__ */
diff --git a/setting-phone/include/setting-phone-license-divx-main.h b/setting-phone/include/setting-phone-license-divx-main.h
new file mode 100755 (executable)
index 0000000..66a8f6c
--- /dev/null
@@ -0,0 +1,43 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_PHONE_LICENSE_DIVX_MAIN_H__
+#define __SETTING_PHONE_LICENSE_DIVX_MAIN_H__
+
+#include <setting-phone-license-main.h>
+
+static void setting_phone_license_divx_main_click_softkey_back_cb(void *data,
+                                                                 Evas_Object *
+                                                                 obj, void
+                                                                 *event_info);
+static void setting_phone_license_divx_main_mouse_up_Gendial_list_cb(void *data,
+                                                                    Evas_Object
+                                                                *obj, void
+                                                                    *event_info);
+static Evas_Object *setting_phone_license_divx_main_create_dereg_popup(void
+                                                                      *data);
+static void setting_phone_license_divx_main_click_popup_dereg_cb(void *data);
+static void setting_phone_license_divx_main_click_popup_cancel_cb(void *data);
+
+#endif                         /* __SETTING_PHONE_LICENSE_DIVX_MAIN_H__ */
diff --git a/setting-phone/include/setting-phone-license-divx-mode.h b/setting-phone/include/setting-phone-license-divx-mode.h
new file mode 100755 (executable)
index 0000000..9a09643
--- /dev/null
@@ -0,0 +1,35 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_PHONE_LICENSE_DIVX_MODE_H__
+#define __SETTING_PHONE_LICENSE_DIVX_MODE_H__
+
+#include <setting-phone-license-main.h>
+
+static void setting_phone_license_divx_mode_click_softkey_back_cb(void *data,
+                                                                 Evas_Object *
+                                                                 obj, void
+                                                                 *event_info);
+
+#endif                         /* __SETTING_PHONE_LICENSE_DIVX_MODE_H__ */
diff --git a/setting-phone/include/setting-phone-license-main.h b/setting-phone/include/setting-phone-license-main.h
new file mode 100755 (executable)
index 0000000..2470e2e
--- /dev/null
@@ -0,0 +1,47 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_PHONE_LICENSE_MAIN_H__
+#define __SETTING_PHONE_LICENSE_MAIN_H__
+
+#include <setting-phone.h>
+#include <drm-service.h>
+
+#define SETTING_DIVX_MODE_REG 0
+#define SETTING_DIVX_MODE_DEREG 1
+
+void setting_phone_license_main_chk_btn_cb(void *data, Evas_Object *obj,
+                                          void *event_info);
+void setting_phone_license_main_mouse_up_Gendial_list_cb(void *data,
+                                                        Evas_Object *obj,
+                                                        void *event_info);
+void setting_phone_license_main_click_softkey_cancel(void *data,
+                                                    Evas_Object *obj,
+                                                    void *event_info);
+void setting_phone_license_main_popup_resp_cb(void *data, Evas_Object *obj,
+                                             void *event_info);
+void setting_phone_license_clear_license_resp_cb(void *data, Evas_Object *obj,
+                                                void *event_info);
+
+#endif                         /* __SETTING_PHONE_LICENSE_MAIN_H__ */
diff --git a/setting-phone/include/setting-phone-region-format.h b/setting-phone/include/setting-phone-region-format.h
new file mode 100755 (executable)
index 0000000..de28f0e
--- /dev/null
@@ -0,0 +1,62 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_PHONE_REGION_FORMAT_H__
+#define __SETTING_PHONE_REGION_FORMAT_H__
+
+#include <setting-phone-language-region.h>
+typedef struct _Setting_Region_Table {
+       char *key;
+       char *desc;
+} Setting_Region_Table;
+
+#define DATA_FORMAT_SKELETON "yMd"
+#define DATA_FORMAT_CATEGORY_NUM 4
+#define DATA_FORMAT_DEFAULT 1
+
+#define SETTING_PHONE_REGION_FORMAT_ANIMATOR_START_INDEX 30
+
+static int setting_phone_region_format_get_region_fmt(char *list[],
+                                                     int item_idx[],
+                                                     char *region_keyStr[],
+                                                     int *region_num);
+static void setting_phone_region_format_click_softkey_cancel_cb(void *data,
+                                                               Evas_Object *
+                                                               obj, void
+                                                               *event_info);
+static void setting_phone_region_format_mouse_up_Gendial_list_radio_cb(void
+                                                                      *data,
+                                                                      Evas_Object
+                                                                *obj,
+                                                                      void
+                                                                      *event_info);
+static void setting_phone_region_format_close_popup_ex(void *data);
+static void setting_phone_region_format_exit_cb_ex(void *data,
+                                                  Evas_Object *obj,
+                                                  void *event_info);
+static int setting_phone_region_format_compare_cb(const void *d1,
+                                                 const void *d2);
+static int setting_phone_region_format_set_dateformat(const char *region,
+                                                     void *data);
+#endif                         /* __SETTING_PHONE_REGION_FORMAT_H__ */
diff --git a/setting-phone/include/setting-phone-ticker-notification.h b/setting-phone/include/setting-phone-ticker-notification.h
new file mode 100755 (executable)
index 0000000..f4ae4ed
--- /dev/null
@@ -0,0 +1,40 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_PHONE_TICKER_NOTIFICATION_H__
+#define __SETTING_PHONE_TICKER_NOTIFICATION_H__
+
+#include <setting-phone.h>
+
+static void setting_phone_noti_mouse_up_chk_btn_cb(void *data,
+                                                  Evas_Object *obj,
+                                                  void *event_info);
+static void setting_phone_noti_mouse_up_Gendial_list_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info);
+static void setting_phone_noti_click_softkey_back_cb(void *data,
+                                                    Evas_Object *obj,
+                                                    void *event_info);
+
+#endif                         /* __SETTING_PHONE_TICKER_NOTIFICATION_H__ */
diff --git a/setting-phone/include/setting-phone.h b/setting-phone/include/setting-phone.h
new file mode 100755 (executable)
index 0000000..620ee17
--- /dev/null
@@ -0,0 +1,187 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_PHONE_H__
+#define __SETTING_PHONE_H__
+
+#include <stdio.h>
+#include <appcore-efl.h>
+#include <Elementary.h>
+#include <heynoti.h>
+
+#include <glib-object.h>
+#include <ui-gadget.h>
+#include <ui-gadget-module.h>
+#include <bundle.h>
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+
+#include <aul.h>
+
+#ifdef Status
+#undef Status
+#endif
+#include <TapiEvent.h>
+#include <ITapiNetwork.h>
+#include <ITapiSim.h>
+#include <unicode/ucal.h>
+#include <unicode/uloc.h>
+#include <unicode/udat.h>
+#include <unicode/ustring.h>
+#include <unicode/udatpg.h>
+#include <unicode/utmscale.h>
+
+/* Choose default programe*/
+#define Display_APP_Full_Name 1
+#define MAX_APP_NAME 1024
+#define IMAGES_MIME_TYPE "image/png"   /* temporary implement */
+#define SOUNDS_MIME_TYPE "audio/mpeg"  /* temporary implement */
+#define VIDEOS_MIME_TYPE "video/3gpp"  /* temporary implement */
+#define OTHERS_MIME_TYPE "application/pdf"     /* temporary implement */
+#define TBL_NAME "menu"
+#define MIME_FIELD_NAME "mimetype"
+#define NAME_BUF_LEN (128)
+
+#define REGION_ITEM_MAX 300
+
+typedef struct _SettingPhoneUG SettingPhoneUG;
+
+/**
+ * Setting Phone UG context
+ * all UG function has void* as an agument. this is casted back to SettingPhoneUG 
+ * and the functions access app context.
+ */
+struct _SettingPhoneUG {
+       struct ui_gadget *ug;
+
+       /* add more variables here (move your appdata to here) */
+       Evas *evas;
+       Evas_Object *win_main_layout;
+       Evas_Object *win_get;
+
+       Evas_Object *gl_lang_region;
+       Evas_Object *gl_lang;
+       Evas_Object *gl_region;
+
+       Evas_Object *navi_bar;
+       Evas_Object *popup;
+       Evas_Object *popup_clear_license;
+       void (*popup_cb) (void *data, Evas_Object *obj, void *event_info);
+
+       int intial_shaking_value;
+
+       Evas_Object *ly_language;
+       Evas_Object *ly_ticker;
+       Evas_Object *ly_license;
+
+       Setting_GenGroupItem_Data *data_n_dsp;
+       Setting_GenGroupItem_Data *data_n_msg;
+       Setting_GenGroupItem_Data *data_n_vmail;
+       Setting_GenGroupItem_Data *data_n_email;
+
+       Setting_GenGroupItem_Data *data_n_sns;
+       Setting_GenGroupItem_Data *data_n_file;
+
+       Evas_Object *chk_lang;
+       int prev_lang;          /** prev is used for special lang. */
+       Setting_GenGroupItem_Data *data_tracking;
+       Setting_GenGroupItem_Data *data_expiry;
+       Setting_GenGroupItem_Data *data_roaming_nw;
+
+       /* divx.... */
+       Setting_GenGroupItem_Data *data_reg;
+       Setting_GenGroupItem_Data *data_dereg;
+       Evas_Object *pop_dereg;
+       int mode;               /* 0: reg, 1: dereg */
+
+       Evas_Object *chk_tracking;
+       Evas_Object *chk_expiry;
+
+       bundle *bundle_data;
+       setting_view *view_to_load;
+       TelSimImsiInfo_t imsi;
+       const char *sim_lang; /** is just used for '0' (automatic). */
+       Elm_Genlist_Item_Class itc_1text;
+       Elm_Genlist_Item_Class itc_1text_1icon_2;
+       Elm_Genlist_Item_Class itc_1text_1icon;
+       Elm_Genlist_Item_Class itc_seperator;
+       Elm_Genlist_Item_Class itc_2text_3_parent;
+       Elm_Genlist_Item_Class itc_1icon_1text_sub;
+
+       Setting_GenGroupItem_Data *data_display_language;
+       Setting_GenGroupItem_Data *data_region_fmt;
+       Setting_GenGroupItem_Data *data_region_fmt_example;
+       Evas_Object *chk_region;
+       int prev_region;
+       char *region_keyStr[REGION_ITEM_MAX];
+       char *region_desc[REGION_ITEM_MAX];
+       int region_index[REGION_ITEM_MAX];
+       int region_num;
+       int gl_region_index;
+       int gl_region_cur_index;
+       int selected_region_idx;
+       char *region_vconf_str;
+       Elm_Genlist_Item_Class itc_2text_2;
+       Elm_Genlist_Item_Class itc_bg_1icon;
+       UDateTimePatternGenerator *pattern_generator;
+       char *prev_locale;
+       Elm_Object_Item *selected_item;
+       Eina_List *app_list;
+       Evas_Object *pop_progress;
+       Eina_List *killed_pid_list;
+       Evas_Object *search_bar;
+       char search_text[MAX_SEARCH_STR_LEN + 1];
+       Ecore_Idler *search_idler;
+       Ecore_Animator *animator;
+};
+
+/* extern setting_view setting_view_phone_main; */
+extern setting_view setting_view_phone_language_region;
+extern setting_view setting_view_phone_ticker_notification;
+extern setting_view setting_view_phone_license_main;
+extern setting_view setting_view_phone_license_divx_main;
+extern setting_view setting_view_phone_license_divx_mode;
+extern setting_view setting_view_phone_display_language;
+extern setting_view setting_view_phone_region_format;
+
+/* void setting_phone_lang_changed_cb(void *data); */
+int app_terminate_func(const aul_app_info *info, void *data);
+int app_terminate_dead_cb(int pid, void *data);
+extern char *setting_phone_lang_get_region_str(const char *region);
+extern char *setting_phone_lang_get_by_pattern(const char *locale,
+                                              const char *skeleton,
+                                              void *data);
+extern char *setting_phone_lang_get_example_desc(const char *region,
+                                                void *data);
+/**
+* Change language string to UTF8 format, the invoker need to free the return string
+*
+* @param unichars The source string will be translated.
+*
+* @return UTF8 format string.
+*/
+extern char *setting_phone_lang_str_to_utf8(const UChar *unichars);
+
+#endif                         /* __SETTING_PHONE_H__ */
diff --git a/setting-phone/src/setting-phone-display-language.c b/setting-phone/src/setting-phone-display-language.c
new file mode 100644 (file)
index 0000000..ce8689f
--- /dev/null
@@ -0,0 +1,581 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-phone-display-language.h>
+
+static int setting_phone_display_language_create(void *cb);
+static int setting_phone_display_language_destroy(void *cb);
+static int setting_phone_display_language_cleanup(void *cb);
+
+
+setting_view setting_view_phone_display_language = {
+       .create = setting_phone_display_language_create,
+       .destroy = setting_phone_display_language_destroy,
+       .update = NULL,
+       .cleanup = setting_phone_display_language_cleanup,
+};
+
+static void setting_phone_display_language_caller_exist_left_cb(void *data,
+                                                     Evas_Object *obj,
+                                                     void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       /*  Create Bundle and send message */
+       bundle *b = NULL;
+       b = bundle_create();
+       setting_retm_if(b == NULL, "bundle_create failed");
+
+       bundle_add(b, "result", "lbutton_click");
+       ug_send_result(ad->ug, b);
+       bundle_free(b);
+
+       ug_destroy_me(ad->ug);
+}
+
+/*
+ * exit and save
+ */
+static void setting_phone_display_language_caller_exist_right_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+       int ret, err;
+
+       int cur_chk_lang = (int)elm_radio_value_get(ad->chk_lang);
+
+       setting_phone_lang_change_lang_value(cur_chk_lang);
+
+       SETTING_TRACE("---> cur_chk_lang : %d", cur_chk_lang);
+       ret = setting_set_int_slp_key(INT_SLP_SETTING_LANG, cur_chk_lang, &err);
+
+       if (0 == cur_chk_lang) {
+               (void)vconf_set_str(VCONFKEY_LANGSET, ad->sim_lang);
+       }
+
+       /* Just filter out Setting App, other Apps stil need to be terminated 
+       until they implement updating language or region automatically */
+       if (aul_app_get_running_app_info(app_terminate_func, NULL) < 0) {
+               /*  tet_infoline("aul_app_get_running_app_info() failed in positive test case"); */
+       }
+
+       const char *pa_lang = vconf_get_str(VCONFKEY_LANGSET);
+       if (pa_lang) {
+               char *q = strchr(pa_lang, '.');
+               if (q) {
+                       *q = '\0';
+               }
+               SETTING_TRACE("pa_lang:%s", pa_lang);
+               int err = -1;
+               uloc_setDefault(pa_lang, &err);
+               free((void *)pa_lang);
+               pa_lang = NULL;
+       } else {
+               SETTING_TRACE_ERROR("get vconf failed");
+       }
+
+       /*  Create Bundle and send message */
+       bundle *b = NULL;
+       b = bundle_create();
+       setting_retm_if(b == NULL, "bundle_create failed");
+
+       bundle_add(b, "result", "rbutton_click");
+       ug_send_result(ad->ug, b);
+       bundle_free(b);
+
+       ug_destroy_me(ad->ug);
+}
+
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_phone_display_language_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+       char *title = _("IDS_ST_HEADER_DISPLAY_LANGUAGE");
+
+       Evas_Object *scroller = NULL;
+       setting_call_back_func gl_sel_cb = NULL;
+
+       if (&setting_view_phone_display_language == ad->view_to_load) {
+               char *l_btn = NULL;
+               char *r_btn = NULL;
+               char *temp = NULL;
+
+               setting_call_back_func l_button_cb = NULL;
+               setting_call_back_func r_button_cb = NULL;
+       
+               bundle *data = ad->bundle_data;
+               if (NULL != (temp = (char *)bundle_get_val(data, "lbutton"))) {
+                       l_btn = temp;
+                       l_button_cb =
+                           setting_phone_display_language_caller_exist_left_cb;
+               }
+
+               if (NULL != (temp = (char *)bundle_get_val(data, "title"))) {
+                       title = temp;
+               }
+
+               if (NULL != (temp = (char *)bundle_get_val(data, "rbutton"))) {
+                       r_btn = temp;
+                       r_button_cb =
+                           setting_phone_display_language_caller_exist_right_cb;
+               }               
+
+               ad->ly_language =
+                   setting_create_layout_navi_bar_genlist(ad->win_main_layout,
+                                                          ad->win_get, title,
+                                                          l_btn, r_btn,
+                                                          l_button_cb,
+                                                          r_button_cb, ad,
+                                                          &scroller,
+                                                          &ad->navi_bar);
+               
+               gl_sel_cb = setting_mouse_up_Gendial_list_radio_cb;
+       } else {
+               /* add basic layout */
+               setting_push_layout_navi_bar_genlist(ad->win_main_layout, ad->win_get,
+                                            title, _("IDS_COM_BODY_BACK"),
+                                            NULL,
+                                            setting_phone_display_language_click_softkey_cancel_cb,
+                                            NULL, ad, &scroller, ad->navi_bar);
+               gl_sel_cb = setting_phone_display_language_mouse_up_Gendial_list_radio_cb;
+       }
+
+       ad->gl_lang = scroller;
+
+       Elm_Object_Item *item = NULL;
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       /* scroller is a genlist */
+       ad->chk_lang = elm_radio_add(scroller);
+       elm_radio_state_value_set(ad->chk_lang, -1);
+
+
+       // get a table
+       setting_lang_entry* table = setting_get_language_table();
+
+
+       Setting_GenGroupItem_Data *item_data = NULL;
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang, 0,
+                                               "IDS_COM_BODY_AUTOMATIC", NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang,
+                                               SETTING_LANG_KOREA,
+                                               table[SETTING_LANG_KOREA].title, NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang,
+                                               SETTING_LANG_ENGLISH,
+                                               table[SETTING_LANG_ENGLISH].title, NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang,
+                                               SETTING_LANG_GERMAN,
+                                               table[SETTING_LANG_GERMAN].title, NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang,
+                                               SETTING_LANG_DUTCH,
+                                               table[SETTING_LANG_DUTCH].title, NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang,
+                                               SETTING_LANG_SPAINISH,
+                                               table[SETTING_LANG_SPAINISH].title, NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang,
+                                               SETTING_LANG_PORTUGUESE,
+                                               table[SETTING_LANG_PORTUGUESE].title, NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang,
+                                               SETTING_LANG_GREEK,
+                                               table[SETTING_LANG_GREEK].title, NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang,
+                                               SETTING_LANG_ITALIAN,
+                                               table[SETTING_LANG_ITALIAN].title, NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang,
+                                               SETTING_LANG_FRENCH,
+                                               table[SETTING_LANG_FRENCH].title, NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang,
+                                               SETTING_LANG_TURKISH,
+                                               table[SETTING_LANG_TURKISH].title, NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       item_data =
+           setting_create_Gendial_field_1radio(scroller,
+                                               &(ad->itc_1text_1icon_2),
+                                               gl_sel_cb,
+                                               ad->chk_lang,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_lang,
+                                               SETTING_LANG_RUSSIAN,
+                                               table[SETTING_LANG_RUSSIAN].title, NULL);
+       if (item_data) {
+               item_data->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("item_data is NULL");
+       }
+
+       // set radio button to the selected state.
+       int index = -1;
+       int ret, err;
+       ret = setting_get_int_slp_key(INT_SLP_SETTING_LANG, &index, &err);
+       elm_radio_value_set(ad->chk_lang, index);
+
+       ad->prev_lang = (int)elm_radio_value_get(ad->chk_lang);
+       setting_view_phone_display_language.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_display_language_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       /*  FIXED : destroy only if it was created. */
+       if (setting_view_phone_display_language.is_create) {
+               if (ad->popup) {
+                       evas_object_del(ad->popup);
+                       ad->popup = NULL;
+               }
+
+               if (ad->pop_progress) {
+                       evas_object_del(ad->pop_progress);
+                       ad->pop_progress = NULL;
+               }
+               if (ad->killed_pid_list) {
+                       eina_list_free(ad->killed_pid_list);
+                       ad->killed_pid_list = NULL;
+               }
+               elm_naviframe_item_pop(ad->navi_bar);
+               setting_view_phone_display_language.is_create = 0;
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_display_language_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       setting_phone_display_language_destroy(cb);
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static void
+setting_phone_display_language_click_softkey_cancel_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+       setting_view_change(&setting_view_phone_display_language,
+                           &setting_view_phone_language_region, ad);
+}
+
+static void
+setting_phone_display_language_mouse_up_Gendial_list_radio_cb(void *data,
+                                                             Evas_Object *obj,
+                                                             void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       setting_retm_if(event_info == NULL,
+                       "Invalid argument: event info is NULL");
+
+       Evas_Object *radio = (Evas_Object *) data;
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+       SettingPhoneUG *ad = (SettingPhoneUG *) list_item->userdata;
+
+       if (ad->popup) {
+               return;
+       }
+
+       /*  if not change, return */
+       if (ad->prev_lang == list_item->chk_status) {
+               SETTING_TRACE("NOT CHANGED ");
+               return;
+       }
+
+       elm_radio_value_set(radio, list_item->chk_status);
+       setting_phone_display_language_close_popup_ex(ad);
+}
+
+static void setting_phone_display_language_close_popup_ex(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       ad->popup_cb = setting_phone_display_language_exit_cb_ex;
+       ad->popup = setting_create_popup_with_btn(ad, ad->win_get,
+                                        _
+                                        ("IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"),
+                                        NULL, ad->popup_cb, 0,
+                                        2, _("IDS_COM_SK_YES"),_("IDS_COM_SK_NO"));
+}
+
+static void
+setting_phone_display_language_exit_cb_ex(void *data, Evas_Object *obj,
+                                         void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       switch (btn_type(obj)) {
+       case POPUP_RESPONSE_OK:
+               {
+                       ad->prev_lang = elm_radio_value_get(ad->chk_lang);
+                       SETTING_TRACE("cur_chk_lang = %d", ad->prev_lang);
+
+                       /////////////////////////////////////////////////////////////////
+                       // 0. change VCONFKEY_LANGSET
+                       /////////////////////////////////////////////////////////////////
+                       setting_phone_lang_change_lang_value(ad->prev_lang);
+                       
+                       if (ad->killed_pid_list) {
+                               eina_list_free(ad->killed_pid_list);
+                               ad->killed_pid_list = NULL;
+                       }
+
+                       /////////////////////////////////////////////////////////////////
+                       // 1. KILL APPS
+                       /////////////////////////////////////////////////////////////////
+                       /* just filter out Setting App, other Apps stil need to be terminated untill they implement updating language or region automatically */
+                       if (aul_app_get_running_app_info (app_terminate_func, ad) < 0) {
+                               /*  tet_infoline("aul_app_get_running_app_info() failed in positive test case"); */
+                       }
+
+                       SETTING_TRACE("eina_list_count(ad->killed_pid_list):%d", eina_list_count(ad->killed_pid_list));
+                       if (0 != eina_list_count(ad->killed_pid_list)) {
+                               if (ad->pop_progress) {
+                                       evas_object_del(ad->pop_progress);
+                                       ad->pop_progress = NULL;
+                               }
+                               ad->pop_progress = setting_create_popup_with_progressbar(ad, ad->win_get,
+                                                        "pending_list",
+                                                        NULL, NULL, NULL, 10);
+                       }
+                       
+                       /*  if set automatic */
+                       if (0 == ad->prev_lang) {
+                               vconf_set_str(VCONFKEY_LANGSET, ad->sim_lang);
+                       }
+
+                       /////////////////////////////////////////////////////////////////
+                       // 2. GET SELECTED LANG
+                       /////////////////////////////////////////////////////////////////
+                       const char *pa_lang = vconf_get_str(VCONFKEY_LANGSET);
+                       if (pa_lang) {  /* remove the */
+                               char *q = strchr(pa_lang, '.');
+                               if (q)
+                                       *q = '\0';
+                       }
+                       SETTING_TRACE("pa_lang:%s", pa_lang);
+                       int err = -1;
+                       /////////////////////////////////////////////////////////////////
+                       // 3. SET DEFAULT
+                       /////////////////////////////////////////////////////////////////
+                       // default UI language
+                       uloc_setDefault(pa_lang, &err);
+                       FREE(pa_lang);
+
+                       /* after lang-change, go back to the previous page*/
+                       elm_naviframe_item_pop(ad->navi_bar);
+                       setting_view_phone_display_language.is_create = 0;
+
+                       break;
+               }
+       case POPUP_RESPONSE_CANCEL:
+               {
+                       elm_radio_value_set(ad->chk_lang, ad->prev_lang);
+                       if (ad->popup) {
+                               evas_object_del(ad->popup);
+                               ad->popup = NULL;
+                       }
+                       return;
+               }
+       default:
+               {
+                       if (ad->popup) {
+                               evas_object_del(ad->popup);
+                               ad->popup = NULL;
+                       }
+                       return;
+               }
+       }
+
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+}
diff --git a/setting-phone/src/setting-phone-language-region.c b/setting-phone/src/setting-phone-language-region.c
new file mode 100644 (file)
index 0000000..d9e60f6
--- /dev/null
@@ -0,0 +1,253 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-phone-language-region.h>
+
+static int setting_phone_language_region_create(void *cb);
+static int setting_phone_language_region_destroy(void *cb);
+static int setting_phone_language_region_update(void *cb);
+static int setting_phone_language_region_cleanup(void *cb);
+
+setting_view setting_view_phone_language_region = {
+       .create = setting_phone_language_region_create,
+       .destroy = setting_phone_language_region_destroy,
+       .update = setting_phone_language_region_update,
+       .cleanup = setting_phone_language_region_cleanup,
+};
+
+static void setting_phone_lang_click_softkey_cancel_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info);
+static void setting_phone_lang_item_Gendial_mouse_up_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info);
+
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_phone_language_region_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+       Evas_Object *scroller = NULL;
+
+       char *title = _(KeyStr_LanguageRegion);
+       ad->ly_language =
+           setting_create_layout_navi_bar_genlist(ad->win_main_layout,
+                                                  ad->win_get, title,
+                                                  _("IDS_COM_BODY_BACK"),
+                                                  NULL,
+                                                  setting_phone_lang_click_softkey_cancel_cb,
+                                                  NULL, ad, &scroller,
+                                                  &(ad->navi_bar));
+       retv_if(ad->ly_language == NULL, SETTING_RETURN_FAIL);
+       ad->gl_lang_region = scroller;
+
+       Elm_Object_Item *item = NULL;
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator),
+                                   NULL, NULL, ELM_GENLIST_ITEM_NONE,
+                                   NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       char* pa_display_lang = get_pa_display_language_str();
+       ad->data_display_language =
+           setting_create_Gendial_field_def(scroller,
+                                            &(ad->itc_2text_2),
+                                            setting_phone_lang_item_Gendial_mouse_up_cb,
+                                            ad, SWALLOW_Type_INVALID,
+                                            NULL, NULL, 0,
+                                            "IDS_ST_HEADER_DISPLAY_LANGUAGE",
+                                            pa_display_lang,
+                                            NULL);
+       if (ad->data_display_language) {
+               ad->data_display_language->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_display_language is NULL");
+       }
+       G_FREE(pa_display_lang);
+
+       char *pa_region = vconf_get_str(VCONFKEY_REGIONFORMAT);
+       if (pa_region == NULL) {
+               SETTING_TRACE_ERROR
+                   ("[Error] get value of VCONFKEY_REGIONFORMAT fail.");
+       }
+       ad->prev_locale = (char *)g_strdup(pa_region);
+       ad->data_region_fmt =
+           setting_create_Gendial_field_def(scroller,
+                                            &(ad->itc_2text_2),
+                                            setting_phone_lang_item_Gendial_mouse_up_cb,
+                                            ad, SWALLOW_Type_INVALID,
+                                            NULL, NULL, 0,
+                                            "IDS_ST_BODY_REGION",
+                                            setting_phone_lang_get_region_str
+                                            (pa_region), NULL);
+       if (ad->data_region_fmt) {
+               ad->data_region_fmt->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_region_fmt is NULL");
+       }
+
+       char *example_desc =
+           setting_phone_lang_get_example_desc(pa_region, ad);
+       ad->data_region_fmt_example =
+           setting_create_Gendial_field_def(scroller,
+                                            &(ad->itc_bg_1icon), NULL,
+                                            ad,
+                                            SWALLOW_Type_LAYOUT_SPECIALIZTION,
+                                            NULL, NULL, 0,
+                                            example_desc, NULL, NULL);
+       if (pa_region) {
+               FREE(pa_region);
+       }
+       if (example_desc) {
+               FREE(example_desc);
+       }
+
+        setting_view_phone_language_region.is_create = 1;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_language_region_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       if (ad->ly_language != NULL) {
+               evas_object_del(ad->ly_language);
+               ad->ly_language = NULL;
+
+               if (ad->pattern_generator) {
+                       udatpg_close(ad->pattern_generator);
+                       ad->pattern_generator = NULL;
+               }
+               setting_view_phone_language_region.is_create = 0;
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_language_region_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       if (ad->ly_language != NULL) {
+               evas_object_show(ad->ly_language);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_language_region_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_phone_lang_click_softkey_cancel_cb(void *data, Evas_Object *obj,
+                                          void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       ug_destroy_me(ad->ug);
+}
+
+// 0 : automatic 
+void setting_phone_lang_change_lang_value(int cur_chk_lang)
+{
+       SETTING_TRACE_BEGIN;
+       int err, ret;
+
+       /** @todo  ASSERT ( SCOPE CHECK )  */
+       setting_lang_entry* table = setting_get_language_table();
+       char* locale = table[cur_chk_lang].locale;
+       SETTING_TRACE("table . locale >>>>>> :: %s ", locale);
+
+       //if (cur_chk_lang > 0) {
+               // CHECK 'AUTO' HERE 
+       ret = setting_set_int_slp_key(INT_SLP_SETTING_LANG, cur_chk_lang, &err);
+       ret = vconf_set_str(VCONFKEY_LANGSET, locale);
+       //}
+       // do nothing on 'auto'
+}
+
+static void setting_phone_lang_item_Gendial_mouse_up_cb(void *data,
+                                               Evas_Object *obj,
+                                               void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       int ret = SETTING_RETURN_SUCCESS;
+       if (!safeStrCmp("IDS_ST_HEADER_DISPLAY_LANGUAGE", list_item->keyStr)) {
+               ret =
+                   setting_view_change(&setting_view_phone_language_region,
+                                       &setting_view_phone_display_language,
+                                       ad);
+       } else if (!safeStrCmp("IDS_ST_BODY_REGION", list_item->keyStr)) {
+               ret =
+                   setting_view_change(&setting_view_phone_language_region,
+                                       &setting_view_phone_region_format, ad);
+       }
+}
+
diff --git a/setting-phone/src/setting-phone-license-divx-main.c b/setting-phone/src/setting-phone-license-divx-main.c
new file mode 100644 (file)
index 0000000..46d4ea2
--- /dev/null
@@ -0,0 +1,252 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-phone-license-divx-main.h>
+
+static int setting_phone_license_divx_main_create(void *cb);
+static int setting_phone_license_divx_main_destroy(void *cb);
+static int setting_phone_license_divx_main_update(void *cb);
+static int setting_phone_license_divx_main_cleanup(void *cb);
+
+setting_view setting_view_phone_license_divx_main = {
+       .create = setting_phone_license_divx_main_create,
+       .destroy = setting_phone_license_divx_main_destroy,
+       .update = setting_phone_license_divx_main_update,
+       .cleanup = setting_phone_license_divx_main_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_phone_license_divx_main_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       Evas_Object *scroller;
+       /* scroller is a genlist */
+       setting_push_layout_navi_bar_genlist(ad->win_main_layout, ad->win_get,
+                                            _("IDS_ST_HEADER_DIVX_VOD"),
+                                            dgettext("sys_string",
+                                                     "IDS_COM_BODY_BACK"),
+                                            NULL,
+                                            setting_phone_license_divx_main_click_softkey_back_cb,
+                                            NULL, ad, &scroller, ad->navi_bar);
+
+       Elm_Object_Item *item = NULL;;
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       ad->data_reg =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                            setting_phone_license_divx_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0,
+                                            "IDS_ST_MBODY_REGISTER",
+                                            NULL, NULL);
+
+       ad->data_dereg =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                            setting_phone_license_divx_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0,
+                                            "IDS_ST_MBODY_DEREGISTER",
+                                            NULL, NULL);
+       DRM_BOOL result;
+       int is_first = 0;
+       result = drm_svc_divx_is_device_activated(&is_first);
+       SETTING_TRACE_DEBUG("%s*** drm status - result=%d, is_first=%d ***%s",
+                           SETTING_FONT_BGREEN, (int)result, is_first,
+                           SETTING_FONT_BLACK);
+       if (!result) {
+               if (is_first) { /* disable de-reg */
+                       if (ad->data_dereg) {
+                               elm_object_item_disabled_set(ad->data_dereg->item,
+                                                             EINA_TRUE);
+                       } else {
+                               SETTING_TRACE_ERROR("ad->data_dereg is NULL");
+                       }
+               }
+       } else {                /* disable reg */
+               if (ad->data_reg) {
+                       elm_object_item_disabled_set(ad->data_reg->item, 
+                                                     EINA_TRUE);
+               } else {
+                       SETTING_TRACE_ERROR("ad->data_reg is NULL");
+               }
+       }
+
+       setting_view_phone_license_divx_main.is_create = 1;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_license_divx_main_destroy(void *cb)
+{
+
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_phone_license_divx_main.is_create = 0;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_license_divx_main_update(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_license_divx_main_cleanup(void *cb)
+{
+       return setting_phone_license_divx_main_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+static void setting_phone_license_ask_deregistration_resp_cb(void *data,
+                                                            Evas_Object *obj,
+                                                            void *event_info)
+{
+       int response_type = btn_type(obj);
+       if (POPUP_RESPONSE_OK == response_type) {
+               setting_phone_license_divx_main_click_popup_dereg_cb(data);
+       } else if (POPUP_RESPONSE_CANCEL == response_type) {
+               setting_phone_license_divx_main_click_popup_cancel_cb(data);
+       }
+}
+
+static Evas_Object *setting_phone_license_divx_main_create_dereg_popup(void
+                                                                      *data)
+{
+       /* error check */
+       retvm_if(data == NULL, NULL,
+                "[Setting > About] Data parameter is NULL");
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       Evas_Object *notify;
+       notify =
+           setting_create_popup_with_btn(ad, ad->win_get,
+                                "<linesize=44>Your phone is<br>already registered.<br> Are you sure you<br>wish to deregister?",
+                                NULL,
+                                setting_phone_license_ask_deregistration_resp_cb,
+                                0, 2, _("IDS_COM_SK_OK"),_("IDS_COM_SK_CANCEL"));
+
+       return notify;
+}
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_phone_license_divx_main_click_softkey_back_cb(void *data,
+                                                     Evas_Object *obj,
+                                                     void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       setting_view_change(&setting_view_phone_license_divx_main, &setting_view_phone_license_main, ad);
+}
+
+static void
+setting_phone_license_divx_main_mouse_up_Gendial_list_cb(void *data,
+                                                        Evas_Object *obj,
+                                                        void *event_info)
+{
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+       if (!safeStrCmp("IDS_ST_MBODY_REGISTER", list_item->keyStr)) {
+               ad->mode = SETTING_DIVX_MODE_REG;
+               setting_view_change(&setting_view_phone_license_divx_main,
+                                   &setting_view_phone_license_divx_mode, ad);
+       } else
+           if (!safeStrCmp
+               ("IDS_ST_MBODY_DEREGISTER", list_item->keyStr)) {
+               ad->pop_dereg =
+                   setting_phone_license_divx_main_create_dereg_popup(ad);
+       }
+}
+
+static void setting_phone_license_divx_main_click_popup_dereg_cb(void *data)
+{
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       if (ad->pop_dereg) {
+               evas_object_del(ad->pop_dereg);
+               ad->pop_dereg = NULL;
+       }
+
+       ad->mode = SETTING_DIVX_MODE_DEREG;
+       setting_view_change(&setting_view_phone_license_divx_main,
+                           &setting_view_phone_license_divx_mode, ad);
+}
+
+static void setting_phone_license_divx_main_click_popup_cancel_cb(void *data)
+{
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       if (ad->pop_dereg) {
+               evas_object_del(ad->pop_dereg);
+               ad->pop_dereg = NULL;
+       }
+}
diff --git a/setting-phone/src/setting-phone-license-divx-mode.c b/setting-phone/src/setting-phone-license-divx-mode.c
new file mode 100644 (file)
index 0000000..217c311
--- /dev/null
@@ -0,0 +1,238 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-phone-license-divx-mode.h>
+#include <appsvc.h>
+
+#define SUPPORT_URL_OPEN       1
+#define DIVX_URL "http://vod.divx.com"
+#define SET_DVIX_REGISTRSTION_CODE_LEN 10
+#define SET_DVIX_DEREGISTRSTION_CODE_LEN 8
+
+static int setting_phone_license_divx_mode_create(void *cb);
+static int setting_phone_license_divx_mode_destroy(void *cb);
+static int setting_phone_license_divx_mode_update(void *cb);
+static int setting_phone_license_divx_mode_cleanup(void *cb);
+
+setting_view setting_view_phone_license_divx_mode = {
+       .create = setting_phone_license_divx_mode_create,
+       .destroy = setting_phone_license_divx_mode_destroy,
+       .update = setting_phone_license_divx_mode_update,
+       .cleanup = setting_phone_license_divx_mode_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static char *setting_phone_license_divx_mode_get_title_str(void *cb)
+{
+       retv_if(cb == NULL, NULL);
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+       if (ad->mode == SETTING_DIVX_MODE_REG) {
+               return _("IDS_ST_BODY_DIVX_REGISTRATION");
+       } else {
+               return _("IDS_ST_BODY_DIVX_DEREGISTRATION");
+       }
+}
+
+#if SUPPORT_URL_OPEN
+static void __url_mouse_down_cb(void *data, Evas *e, Evas_Object *eo, void *event_info)
+{       
+       SETTING_TRACE_BEGIN;
+       ret_if(!event_info || !data);
+       //SettingPhoneUG *ad = (SettingPhoneUG *) data;
+       bundle *bd = bundle_create();
+       retm_if(!bd, "bundle_create()");
+       appsvc_set_operation(bd, APPSVC_OPERATION_VIEW);
+       appsvc_set_uri(bd, DIVX_URL);
+       appsvc_run_service(bd, 0, NULL, NULL);
+       if (bundle_free(bd)) {
+               SETTING_TRACE_ERROR("bundle_free()");
+       }
+       //elm_win_lower(ad->win_main_layout);
+       return;
+}
+#endif
+
+static int setting_phone_license_divx_mode_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+       char str[MAX_COMMON_BUFFER_LEN] = { 0, };
+       const char *desc = NULL;
+       const char *url = NULL;
+
+       if (ad->mode == SETTING_DIVX_MODE_REG) {
+               char regiString[SET_DVIX_REGISTRSTION_CODE_LEN] = { 0, };
+               int codeLength = 0;
+               DRM_BOOL result;
+
+               result =
+                   drm_svc_divx_get_registration_code(regiString, &codeLength);
+
+               SETTING_TRACE_DEBUG
+                   ("%s*** regiString=%s, codeLength=%d, result=%d ***%s",
+                    SETTING_FONT_BGREEN, regiString, codeLength, (int)result,
+                    SETTING_FONT_BLACK);
+
+               if (result == DRM_FALSE || '\0' == regiString[0]) {
+                       SETTING_TRACE_ERROR("%s*** [ERR] DRM_FALSE ***%s",
+                                           SETTING_FONT_RED,
+                                           SETTING_FONT_BLACK);
+                       setting_create_popup_without_btn(ad, ad->win_get,
+                                            "Failed to get registration code",
+                                            NULL, NULL, POPUP_INTERVAL);
+                       snprintf(regiString, sizeof(regiString), "Unavailable");
+               }
+               g_strlcat(str, "<br><br><br><br>Your device<br>registration code:<br><br>", MAX_COMMON_BUFFER_LEN);
+               g_strlcat(str, regiString, MAX_COMMON_BUFFER_LEN);
+               g_strlcat(str, "<br><br><br>Register at", MAX_COMMON_BUFFER_LEN);
+       } else {
+               char deregiString[SET_DVIX_DEREGISTRSTION_CODE_LEN];
+               int codeLength = 0;
+               DRM_BOOL result;
+
+               result =
+                   drm_svc_divx_get_deregistration_code(deregiString,
+                                                        &codeLength);
+
+               SETTING_TRACE_DEBUG
+                   ("%s*** deregiString=%s, codeLength=%d, result=%d ***%s",
+                    SETTING_FONT_BGREEN, deregiString, codeLength, result,
+                    SETTING_FONT_BLACK);
+
+               if (result == DRM_FALSE || '\0' == deregiString[0]) {
+                       SETTING_TRACE_ERROR("%s*** [ERR] DRM_FALSE ***%s",
+                                           SETTING_FONT_RED,
+                                           SETTING_FONT_BLACK);
+                       setting_create_popup_without_btn(ad, ad->win_get,
+                                            _("IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"),
+                                            NULL, NULL, POPUP_INTERVAL);
+                       snprintf(deregiString, sizeof(deregiString),
+                                "Unavailable");
+               }
+               g_strlcat(str, "<br><br><br><br>Your device<br>deregistration code:<br><br>", MAX_COMMON_BUFFER_LEN);
+               g_strlcat(str, deregiString, MAX_COMMON_BUFFER_LEN);
+               g_strlcat(str, "<br><br><br>Deregister at", MAX_COMMON_BUFFER_LEN);
+       }
+
+       Evas_Object *scroller;
+
+       setting_push_layout_navi_bar_scroller(ad->win_main_layout,
+                                             setting_phone_license_divx_mode_get_title_str
+                                             (ad), _("IDS_COM_BODY_BACK"),
+                                             NULL,
+                                             setting_phone_license_divx_mode_click_softkey_back_cb,
+                                             NULL, ad, &scroller,
+                                             ad->navi_bar);
+       elm_genlist_mode_set(scroller, ELM_LIST_COMPRESS);
+
+
+       url = setting_customize_text("<underline=on><underline_color=#FF0000>"DIVX_URL"</underline_color></underline>", 0, "#FF0000", "center");
+       Evas_Object *outer_box = setting_create_client_bx(ad->win_main_layout);
+       #if SUPPORT_URL_OPEN
+       desc = setting_customize_text(str, 0, NULL, "center");
+       
+       Evas_Object *ly_desc = setting_create_textbox(ad->win_main_layout, desc);
+       setting_disable_evas_object(ly_desc);   
+       elm_box_pack_end(outer_box, ly_desc);
+       
+       Evas_Object *ly_url = setting_create_textbox(ad->win_main_layout, url);
+       evas_object_event_callback_add(ly_url, EVAS_CALLBACK_MOUSE_DOWN, __url_mouse_down_cb, ad);
+       elm_box_pack_end(outer_box, ly_url);
+       #else
+       char tmp_str[MAX_COMMON_BUFFER_LEN] = { 0, };
+       snprintf(tmp_str, sizeof(tmp_str), "%s<br>%s", str, url);
+       desc = setting_customize_text(tmp_str, 0, NULL, "center");
+       Evas_Object *ly_desc = setting_create_textbox(ad->win_main_layout, desc);
+       setting_disable_evas_object(ly_desc);   
+       elm_box_pack_end(outer_box, ly_desc);
+       #endif
+
+       elm_object_content_set(scroller, outer_box);
+
+       setting_view_phone_license_divx_mode.is_create = 1;
+       FREE(desc);
+       FREE(url);
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_license_divx_mode_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       elm_naviframe_item_pop(ad->navi_bar);
+       setting_view_phone_license_divx_mode.is_create = 0;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_license_divx_mode_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_license_divx_mode_cleanup(void *cb)
+{
+       return setting_phone_license_divx_mode_destroy(cb);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_phone_license_divx_mode_click_softkey_back_cb(void *data,
+                                                     Evas_Object *obj,
+                                                     void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       setting_view_change(&setting_view_phone_license_divx_mode,
+                           &setting_view_phone_license_divx_main, ad);
+}
diff --git a/setting-phone/src/setting-phone-license-main.c b/setting-phone/src/setting-phone-license-main.c
new file mode 100644 (file)
index 0000000..73519cf
--- /dev/null
@@ -0,0 +1,415 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-phone-license-main.h>
+#define SUPPORT_TRANSFER_TRACKING 0
+#define SUPPORT_CLEAR_LICENSE 1
+#define SUPPORT_ROAMING_NETWORK 0
+#define TEXT_CLEAR_LICENSE   "IDS_ST_BODY_REMOVE_LICENCE"
+
+static int setting_phone_license_main_create(void *cb);
+static int setting_phone_license_main_destroy(void *cb);
+static int setting_phone_license_main_update(void *cb);
+static int setting_phone_license_main_cleanup(void *cb);
+
+setting_view setting_view_phone_license_main = {
+       .create = setting_phone_license_main_create,
+       .destroy = setting_phone_license_main_destroy,
+       .update = setting_phone_license_main_update,
+       .cleanup = setting_phone_license_main_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+#if SUPPORT_ROAMING_NETWORK
+static void __setting_phone_license_main_exp_cb(void *data, Evas_Object *obj,
+                                               void *event_info)
+{
+       ret_if(NULL == data || NULL == event_info);
+       SETTING_TRACE_BEGIN;
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+       Elm_Object_Item *parentItem = event_info;       /* parent item */
+       Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);      /* parent data */
+       Evas_Object *scroller = elm_object_item_widget_get(parentItem);
+
+       Evas_Object *rgd;
+       if (data_parentItem == ad->data_roaming_nw) {
+
+               rgd = elm_radio_add(scroller);
+               elm_radio_value_set(rgd, -1);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    0,
+                                                    "IDS_ST_BODY_AUTO_DOWNLOAD",
+                                                    NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    1, "IDS_COM_BODY_MANUAL",
+                                                    NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    2,
+                                                    "IDS_ST_BODY_ALWAYS_REJECT",
+                                                    NULL);
+
+               setting_update_chk_status(rgd,
+                                         data_parentItem->int_slp_setting_binded);
+
+       }
+}
+#endif
+
+static int setting_phone_license_main_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       Evas_Object *scroller;
+
+       /* add basic layout */
+       char setBtnStr[MAX_DISPLAY_NAME_LEN_ON_UI];
+       snprintf(setBtnStr, sizeof(setBtnStr), "%s",
+                (char *)dgettext("sys_string", "IDS_COM_BODY_BACK"));
+       /* scroller is a genlist */
+       ad->ly_license = setting_create_layout_navi_bar_genlist(ad->win_main_layout, ad->win_get, _(KeyStr_License), setBtnStr, NULL,   /* dgettext("sys_string", "IDS_COM_SK_SET"), */
+                                                               setting_phone_license_main_click_softkey_cancel, NULL,  /* setting_phone_license_main_click_softkey_set, */
+                                                               ad, &scroller,
+                                                               &
+                                                               (ad->navi_bar));
+#if SUPPORT_ROAMING_NETWORK
+       setting_enable_expandable_genlist(scroller, ad,
+                                         __setting_phone_license_main_exp_cb,
+                                         NULL);
+#endif
+       Elm_Object_Item *item = NULL;;
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       int value;
+       int err;
+
+#if SUPPORT_TRANSFER_TRACKING
+       /* tracking */
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_TRANSACTION_TRACKING, &value,
+                                &err);
+       ad->data_tracking =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_phone_license_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, value,
+                                            "IDS_ST_BODY_TRANSACTION_TRACKING",
+                                            NULL,
+                                            setting_phone_license_main_chk_btn_cb);
+       if (ad->data_tracking) {
+               ad->data_tracking->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_tracking is NULL");
+       }
+#endif
+
+       /* expiry */
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_EXPIRY_REMINDER, &value,
+                                &err);
+       ad->data_expiry =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_phone_license_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, value,
+                                            "IDS_ST_BODY_EXPIRY_REMINDER",
+                                            NULL,
+                                            setting_phone_license_main_chk_btn_cb);
+       if (ad->data_expiry) {
+               ad->data_expiry->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_expiry is NULL");
+       }
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                        setting_phone_license_main_mouse_up_Gendial_list_cb,
+                                        ad, SWALLOW_Type_INVALID, NULL, NULL,
+                                        0, "IDS_ST_HEADER_DIVX_VOD", NULL,
+                                        NULL);
+
+#if SUPPORT_ROAMING_NETWORK
+       /* roaming_nw */
+       char *pa_roaming = get_pa_roaming_network_str();
+       ad->data_roaming_nw =
+           setting_create_Gendial_exp_parent_field(scroller,
+                                                   &(ad->itc_2text_3_parent),
+                                                   NULL, NULL,
+                                                   SWALLOW_Type_INVALID,
+                                                   "IDS_ST_BODY_ROAMING_NETWORK",
+                                                   pa_roaming);
+       if (ad->data_roaming_nw) {
+               ad->data_roaming_nw->int_slp_setting_binded =
+                       INT_SLP_SETTING_ROAMING_NETWORK;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_roaming_nw is NULL");
+       }
+       G_FREE(pa_roaming);
+#endif
+
+#if SUPPORT_CLEAR_LICENSE
+       /* Clear license */
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                        setting_phone_license_main_mouse_up_Gendial_list_cb,
+                                        ad, SWALLOW_Type_INVALID, NULL, NULL,
+                                        0, TEXT_CLEAR_LICENSE, NULL, NULL);
+#endif
+       setting_view_phone_license_main.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_license_main_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       if (ad->ly_license != NULL) {
+               SETTING_TRACE("ad->ly_license:%p", ad->ly_license);
+
+               if (ad->popup_clear_license) {
+                       evas_object_del(ad->popup_clear_license);
+                       ad->popup_clear_license = NULL;
+               }
+
+               evas_object_del(ad->ly_license);
+
+               setting_view_phone_license_main.is_create = 0;
+       }
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_license_main_update(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       if (ad->ly_license != NULL) {
+               evas_object_show(ad->ly_license);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_license_main_cleanup(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+}
+
+void
+setting_phone_license_main_chk_btn_cb(void *data, Evas_Object *obj,
+                                     void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = NULL;
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       ad = list_item->userdata;
+       list_item->chk_status = elm_check_state_get(obj);       /*  for genlist update status */
+       if (ad->data_tracking)
+               ad->chk_tracking = ad->data_tracking->eo_check;
+       if (ad->data_expiry)
+               ad->chk_expiry = ad->data_expiry->eo_check;
+
+#if SUPPORT_TRANSFER_TRACKING
+       if (obj == ad->chk_tracking) {
+               setting_reset_slp_key_by_status(obj,
+                                               BOOL_SLP_SETTING_TRANSACTION_TRACKING);
+               if (list_item->chk_status) {
+                       ad->popup =
+                           setting_create_popup_with_btn(ad, ad->win_get,
+                                                "Your recommendation <br>  information is also<br> sent with the file you<br>transfer",
+                                                NULL,
+                                                setting_phone_license_main_popup_resp_cb,
+                                                0, 1, _("IDS_COM_SK_OK"));
+               }
+
+       } else
+#endif
+       if (obj == ad->chk_expiry) {
+               setting_reset_slp_key_by_status(obj,
+                                               BOOL_SLP_SETTING_EXPIRY_REMINDER);
+               if (list_item->chk_status) {
+                       ad->popup =
+                           setting_create_popup_with_btn(ad, ad->win_get,
+                                                _("IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"),
+                                                NULL,
+                                                setting_phone_license_main_popup_resp_cb,
+                                                0, 1, _("IDS_COM_SK_OK"));
+               }
+       }
+}
+
+void
+setting_phone_license_main_mouse_up_Gendial_list_cb(void *data,
+                                                   Evas_Object *obj,
+                                                   void *event_info)
+{
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+
+       if (!safeStrCmp("IDS_ST_HEADER_DIVX_VOD", list_item->keyStr)) {
+               setting_view_change(&setting_view_phone_license_main,
+                                   &setting_view_phone_license_divx_main, ad);
+       }
+#if SUPPORT_TRANSFER_TRACKING
+       else
+           if (!safeStrCmp
+               ("IDS_ST_BODY_TRANSACTION_TRACKING", list_item->keyStr)) {
+               int old_status = elm_check_state_get(list_item->eo_check);
+               /* new status */
+               list_item->chk_status = !old_status;
+               elm_check_state_set(list_item->eo_check, list_item->chk_status);
+               int err = 0;
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_TRANSACTION_TRACKING,
+                                        list_item->chk_status, &err);
+               if (list_item->chk_status) {
+                       ad->popup =
+                           setting_create_popup_with_btn(ad, ad->win_get,
+                                                "Your recommendation information is also sent with the file you transfer",
+                                                NULL,
+                                                setting_phone_license_main_popup_resp_cb,
+                                                0, 1, dgettext("sys_string", "IDS_COM_SK_OK"));
+               }
+
+       }
+#endif
+       else
+           if (!safeStrCmp("IDS_ST_BODY_EXPIRY_REMINDER", list_item->keyStr)) {
+               int old_status = elm_check_state_get(list_item->eo_check);
+               /* new status */
+               list_item->chk_status = !old_status;
+               elm_check_state_set(list_item->eo_check, list_item->chk_status);
+               int err = 0;
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_EXPIRY_REMINDER,
+                                        list_item->chk_status, &err);
+               if (list_item->chk_status) {
+                       ad->popup =
+                           setting_create_popup_with_btn(ad, ad->win_get,
+                                                _("IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"),
+                                                NULL,
+                                                setting_phone_license_main_popup_resp_cb,
+                                                0, 1, dgettext("sys_string", "IDS_COM_SK_OK"));
+               }
+       } else if (!safeStrCmp(TEXT_CLEAR_LICENSE, list_item->keyStr)) {
+               ad->popup_clear_license =
+                   setting_create_popup_with_btn(ad, ad->win_get,
+                                        _("IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"),
+                                        NULL,
+                                        setting_phone_license_clear_license_resp_cb,
+                                        0, 2,
+                                        _("IDS_COM_SK_DELETE"),_("IDS_COM_SK_CANCEL"));
+       }
+
+}
+
+void setting_phone_license_clear_license_resp_cb(void *data, Evas_Object *obj,
+                                                void *event_info)
+{
+       int response_type = btn_type(obj);
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+       if (POPUP_RESPONSE_OK == response_type) {
+               DRM_RESULT ret = drm_svc_remove_all_ro();
+               SETTING_TRACE("ret = %d", ret);
+               if (ret == DRM_RESULT_SUCCESS) {
+                       setting_create_popup_without_btn(ad, ad->win_get, _("IDS_COM_POP_SUCCESS"),
+                               NULL, NULL, POPUP_INTERVAL);
+               } else {
+                       setting_create_popup_without_btn(ad, ad->win_get, _("IDS_COM_POP_FAILED"),
+                               NULL, NULL, POPUP_INTERVAL);
+               }
+       } else if (POPUP_RESPONSE_CANCEL == response_type) {
+       }
+       evas_object_del(ad->popup_clear_license);
+       ad->popup_clear_license = NULL;
+}
+
+void setting_phone_license_main_popup_resp_cb(void *data, Evas_Object *obj,
+                                             void *event_info)
+{
+       int response_type = btn_type(obj);
+       if (POPUP_RESPONSE_OK == response_type) {
+       }
+       
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+       if (ad->popup)
+       {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+
+}
+
+void
+setting_phone_license_main_click_softkey_cancel(void *data, Evas_Object *obj,
+                                               void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+}
diff --git a/setting-phone/src/setting-phone-region-format.c b/setting-phone/src/setting-phone-region-format.c
new file mode 100644 (file)
index 0000000..fae80ea
--- /dev/null
@@ -0,0 +1,693 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-phone-region-format.h>
+
+#define MAX_REGION_STRLEN 256
+
+static int setting_phone_region_format_create(void *cb);
+static int setting_phone_region_format_destroy(void *cb);
+static int setting_phone_region_format_cleanup(void *cb);
+
+setting_view setting_view_phone_region_format = {
+       .create = setting_phone_region_format_create,
+       .destroy = setting_phone_region_format_destroy,
+       .update = NULL,
+       .cleanup = setting_phone_region_format_cleanup,
+};
+
+static char *__region_format_vconf_str_get();
+static Eina_Bool __region_animator_cb(void *data);
+static void __region_genlist_create(void *data);
+static Eina_Bool __region_genlist_update(void *data);
+static void __searchbar_changed_cb(void *data, Evas_Object *obj, void *event_info);
+
+static int setting_phone_region_format_get_region_fmt(char *list[],
+                                                     int item_idx[],
+                                                     /*[OUT]*/ char *region_keyStr[],
+                                                     int *region_num)  
+{
+       const char *loc_list = NULL;
+       int loc_count = 0;
+       UChar lang[LANGUAGE_STR_LEN] = { 0, };
+       UChar country[COUNTRY_STR_LEN] = { 0, };
+       UChar variant[SETTING_STR_SLP_LEN] = { 0, };
+       UChar displayname[SETTING_STR_SLP_LEN] = { 0, };
+       const char *localeID = NULL;
+       UErrorCode language_status = U_ZERO_ERROR;
+       UErrorCode country_status = U_ZERO_ERROR;
+       UErrorCode variant_status = U_ZERO_ERROR;
+       UErrorCode displayname_status = U_ZERO_ERROR;
+
+       int tmp_region_num = 0;
+       *region_num = 0;
+
+       char *str_lang = NULL;
+       char *str_country = NULL;
+       char *str_variant = NULL;
+       char *str_displayname = NULL;
+       Eina_List *region_list = NULL;
+
+       loc_count = uloc_countAvailable();
+
+       int i = 0;
+       localeID = uloc_getDefault();
+       SETTING_TRACE("localeID = %s", localeID);
+
+       for (; i < loc_count; i++) {
+               if (tmp_region_num >= REGION_ITEM_MAX)
+                       break;
+
+               loc_list = uloc_getAvailable(i);
+
+               uloc_getDisplayLanguage(loc_list, localeID, lang, LANGUAGE_STR_LEN, &language_status);
+               if (U_FAILURE(language_status)) {
+                       SETTING_TRACE_ERROR("language_status got an error %s:%d ", language_status,language_status);
+                       language_status = U_ZERO_ERROR;   /* set the value to the initial value */
+               }       
+
+               uloc_getDisplayCountry(loc_list, localeID, country, COUNTRY_STR_LEN, &country_status);
+               if (U_FAILURE(country_status)) {
+                       SETTING_TRACE_ERROR("country_status got an error %s:%d ", country, country_status);
+                       country_status = U_ZERO_ERROR;  /* set the value to the initial value */
+               }       
+
+               uloc_getDisplayVariant(loc_list, localeID, variant, SETTING_STR_SLP_LEN, &variant_status);
+               if (U_FAILURE(variant_status)) {
+                       SETTING_TRACE_ERROR("variant_status got an error %s:%d ", variant, variant_status);
+                       variant_status = U_ZERO_ERROR;  /* set the value to the initial value */
+               }       
+
+               uloc_getDisplayName(loc_list, localeID, displayname, SETTING_STR_SLP_LEN, &displayname_status);
+               if (U_FAILURE(displayname_status)) {
+                       SETTING_TRACE_ERROR("displayname_status got an error %s:%d ", displayname, displayname_status);
+                       displayname_status = U_ZERO_ERROR;      /* set the value to the initial value */
+               }       
+
+               str_lang = setting_phone_lang_str_to_utf8(lang);
+               str_country = setting_phone_lang_str_to_utf8(country);
+               str_variant = setting_phone_lang_str_to_utf8(variant);
+               str_displayname = setting_phone_lang_str_to_utf8(displayname);
+
+               /*  filter which has variant */
+               if (str_lang != NULL && str_country != NULL
+                   && safeStrLen(str_country) > 1 && safeStrLen(str_variant) == 0) {
+                       Setting_Region_Table *item_data = (Setting_Region_Table *) calloc(1, sizeof(Setting_Region_Table));
+                       //setting_retvm_if(item_data == NULL, -1, "calloc failed")
+
+                       if(item_data == NULL) { 
+                               SETTING_TRACE_ERROR("calloc failed"); 
+                               FREE(str_lang);
+                               FREE(str_country);
+                               FREE(str_variant);
+                               FREE(str_displayname);
+                               return -1;
+                       } 
+
+                       item_data->desc = (char *)g_strdup(str_displayname);
+                       item_data->key = (char *)g_strdup(loc_list);
+                       region_list = eina_list_append(region_list, item_data);
+                       tmp_region_num++;
+               }
+
+               FREE(str_lang);
+               FREE(str_country);
+               FREE(str_variant);
+               FREE(str_displayname);
+       }
+
+       region_list = eina_list_sort(region_list, eina_list_count(region_list),
+                                    setting_phone_region_format_compare_cb);
+
+       Eina_List *iter = NULL;
+       Setting_Region_Table *item_data = NULL;
+       i = 0;
+       EINA_LIST_FOREACH(region_list, iter, item_data) {
+               if (item_data) {
+                       list[i] = (char *)g_strdup(item_data->desc);
+                       item_idx[i] = i;
+                       region_keyStr[i] = (char *)g_strdup(item_data->key);
+                       free(item_data);
+                       item_data = NULL;
+                       i++;
+               }
+       }
+
+       eina_list_free(region_list);
+       SETTING_TRACE("region_num = %d", tmp_region_num);
+       *region_num = tmp_region_num;
+       return 0;
+}
+
+static char *__region_format_vconf_str_get()
+{
+       SETTING_TRACE_BEGIN;
+       char *tempstr = vconf_get_str(VCONFKEY_REGIONFORMAT);
+       setting_retvm_if(NULL == tempstr, NULL, "NULL == tempstr");
+
+       char *str_region = NULL;
+       char* p = strchr(tempstr, '.');
+
+       int len = safeStrLen(tempstr) - safeStrLen(".UTF-8");
+       if (p) {
+               if (len > 0) {
+                       str_region = strndup(tempstr, len);     //.UTF8 => 5
+               } else {
+                       str_region = (char *)g_strdup(tempstr);
+                       SETTING_TRACE_ERROR("region format vconf stored error");
+               }
+       } else  {
+               str_region = (char *)g_strdup("en_US");
+       }
+
+       FREE(tempstr);
+       return str_region;
+}
+
+static Eina_Bool __region_animator_cb(void *data)
+{
+       setting_retvm_if(NULL == data, ECORE_CALLBACK_CANCEL, "data is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       Setting_GenGroupItem_Data *item_data = NULL;
+       if (ad->gl_region_cur_index >=  ad->region_num) {
+               if (ad->animator) {
+                       ecore_animator_del(ad->animator);
+                       ad->animator = NULL;
+               }
+               elm_radio_value_set(ad->chk_region, ad->selected_region_idx);
+               if (ad->pop_progress) {
+                       SETTING_TRACE("To delete ad->pop_progress");
+                       evas_object_del(ad->pop_progress);
+                       ad->pop_progress = NULL;
+               }
+
+               if (ad->selected_item) {
+                       //show the last item
+                       elm_genlist_item_show(ad->selected_item, ELM_GENLIST_ITEM_SCROLLTO_MIDDLE);
+               }
+               ad->prev_region = ad->selected_region_idx;
+               return ECORE_CALLBACK_CANCEL;
+       }
+
+       int i = ad->gl_region_cur_index++;
+       if (isEmptyStr(ad->search_text) || is_substr_ncase(ad->region_desc[i], ad->search_text)) {
+               item_data =
+                       setting_create_Gendial_field_1radio(ad->gl_region,
+                                               &(ad->itc_1text_1icon_2),
+                                               setting_phone_region_format_mouse_up_Gendial_list_radio_cb,
+                                               ad->chk_region,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_region,
+                                               ad->region_index[i],
+                                               ad->region_desc[i]/* HERE */, NULL);
+
+               if (item_data) {
+                       item_data->userdata = ad;
+               } else {
+                       SETTING_TRACE_ERROR("item_data is NULL");
+               }
+
+               if (!safeStrCmp(ad->region_vconf_str, ad->region_keyStr[i])) {
+                       ad->selected_region_idx = i;
+                       if (item_data) ad->selected_item = item_data->item;
+               }
+       }
+
+       return ECORE_CALLBACK_RENEW;
+
+}
+
+static void __region_genlist_create(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(NULL == data, "data is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       if (ad->pop_progress) {
+               evas_object_del(ad->pop_progress);
+               ad->pop_progress = NULL;
+       }
+       ad->pop_progress = setting_create_popup_with_progressbar(ad, ad->win_get,
+                                "pending_list",
+                                NULL, NULL, NULL, 0);
+
+       elm_genlist_clear(ad->gl_region);
+       G_FREE(ad->region_vconf_str);
+       ad->region_vconf_str = __region_format_vconf_str_get();
+
+       Setting_GenGroupItem_Data *item_data = NULL;
+       ad->gl_region_index = 0;
+       ad->selected_item = NULL;
+       ad->selected_region_idx = -1;
+
+       int i = 0;
+       for (; i < ad->region_num; i++) {
+               if (ad->gl_region_index >
+                     SETTING_PHONE_REGION_FORMAT_ANIMATOR_START_INDEX) {
+                       break;
+               }
+
+               if (isEmptyStr(ad->search_text) ||
+                     is_substr_ncase(ad->region_desc[i], ad->search_text)) {
+                       item_data =
+                               setting_create_Gendial_field_1radio(ad->gl_region,
+                                               &(ad->itc_1text_1icon_2),
+                                               setting_phone_region_format_mouse_up_Gendial_list_radio_cb,
+                                               ad->chk_region,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_region,
+                                               ad->region_index[i],
+                                               ad->region_desc[i], NULL);
+                       if (item_data) {
+                               item_data->userdata = ad;
+                       } else {
+                               SETTING_TRACE_ERROR("item_data is NULL");
+                       }
+
+                       if (!safeStrCmp(ad->region_vconf_str, ad->region_keyStr[i])) {
+                               ad->selected_region_idx = i;
+                               if (item_data) {
+                                       ad->selected_item = item_data->item;
+                               }
+                       }
+                       ad->gl_region_index++;
+               }
+       }
+       ad->gl_region_cur_index = i;
+
+       if (ad->selected_region_idx > -1) {
+               elm_radio_value_set(ad->chk_region, ad->selected_region_idx);
+               ad->prev_region = ad->selected_region_idx;
+       }
+       if (ad->gl_region_cur_index < ad->region_num &&
+            ad->gl_region_index > SETTING_PHONE_REGION_FORMAT_ANIMATOR_START_INDEX) {
+               //to continue adding items using animator
+               SETTING_TRACE("to continue adding items using animator");
+               if (ad->animator) {
+                       ecore_animator_del(ad->animator);
+                       ad->animator = NULL;
+               }
+
+               ad->animator = ecore_animator_add(__region_animator_cb, ad);
+       }
+       else {//had finished adding items
+               SETTING_TRACE("had finished adding items");
+               if(ad->selected_item) {
+                       //show the selected_item item
+                       elm_genlist_item_show(ad->selected_item, ELM_GENLIST_ITEM_SCROLLTO_MIDDLE);
+               }
+               if (ad->pop_progress) {
+                       SETTING_TRACE("To delete ad->pop_progress");
+                       evas_object_del(ad->pop_progress);
+                       ad->pop_progress = NULL;
+               }
+       }
+}
+
+static Eina_Bool __region_genlist_update(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(NULL == data, ECORE_CALLBACK_CANCEL, "data is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       elm_genlist_clear(ad->gl_region);
+       G_FREE(ad->region_vconf_str);
+       ad->region_vconf_str = __region_format_vconf_str_get();
+
+       Setting_GenGroupItem_Data *item_data = NULL;
+       ad->selected_region_idx = -1;
+
+       int i = 0;
+       for (; i < ad->region_num; i++) {
+               if (isEmptyStr(ad->search_text) ||
+                     is_substr_ncase(ad->region_desc[i], ad->search_text)) {
+                       item_data =
+                               setting_create_Gendial_field_1radio(ad->gl_region,
+                                               &(ad->itc_1text_1icon_2),
+                                               setting_phone_region_format_mouse_up_Gendial_list_radio_cb,
+                                               ad->chk_region,
+                                               SWALLOW_Type_1RADIO,
+                                               ad->chk_region,
+                                               ad->region_index[i],
+                                               ad->region_desc[i], NULL);
+                       if (item_data) {
+                               item_data->userdata = ad;
+                       } else {
+                               SETTING_TRACE_ERROR("item_data is NULL");
+                       }
+
+                       if (!safeStrCmp(ad->region_vconf_str, ad->region_keyStr[i])) {
+                               ad->selected_region_idx = i;
+                       }
+               }
+       }
+
+       if (ad->selected_region_idx > -1) {
+               elm_radio_value_set(ad->chk_region, ad->selected_region_idx);
+       }
+
+       return ECORE_CALLBACK_CANCEL;
+}
+
+static void __searchbar_changed_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *)data;
+       setting_searchbar_redraw(ad, ad->search_bar, ad->search_text,
+                                &(ad->search_idler),
+                                __region_genlist_update);
+}
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_phone_region_format_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+       Evas_Object *sub_layout = elm_layout_add(ad->navi_bar);
+       elm_layout_theme_set(sub_layout, "layout", "application", "searchbar");
+       elm_object_signal_emit(sub_layout, "elm,state,show,searchbar", "elm");
+
+       setting_push_layout_navi_bar(_("Region format"),
+                                    _("IDS_COM_BODY_BACK"),
+                                    NULL,
+                                    NULL,
+                                    setting_phone_region_format_click_softkey_cancel_cb,
+                                    NULL,
+                                    NULL, ad, sub_layout, ad->navi_bar, NULL);
+
+       ad->gl_region = elm_genlist_add(ad->navi_bar);
+
+       ad->chk_region = elm_radio_add(ad->gl_region);
+       elm_radio_state_value_set(ad->chk_region, -1);
+       elm_radio_value_set(ad->chk_region, -1);
+
+       int ret = setting_phone_region_format_get_region_fmt(ad->region_desc,
+                                                            ad->region_index,
+                                                            ad->region_keyStr,
+                                                            &ad->region_num);
+       if (ret != 0) {
+               SETTING_TRACE_ERROR("get region format list failed");
+       }
+
+       ad->prev_region = 0;
+       memset(ad->search_text, '\0', MAX_SEARCH_STR_LEN + 1);
+
+       __region_genlist_create(ad);
+
+       ad->search_bar = setting_create_searchbar(ad, sub_layout, __searchbar_changed_cb, NULL);
+
+       elm_object_part_content_set(sub_layout, "elm.swallow.content", ad->gl_region);
+
+       setting_view_phone_region_format.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_region_format_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       /*  FIXED : destroy only if it was created. */
+       if (setting_view_phone_region_format.is_create) {
+               if (ad->gl_region!= NULL) {
+                       elm_genlist_clear(ad->gl_region);
+                       evas_object_del(ad->gl_region);
+                       ad->gl_region = NULL;
+               }
+               if (ad->search_idler) {
+                       ecore_idler_del(ad->search_idler);
+                       ad->search_idler = NULL;
+               }
+               if (ad->animator)
+               {
+                       ecore_animator_del(ad->animator);
+                       ad->animator = NULL;
+               }
+               if (ad->popup) {
+                       evas_object_del(ad->popup);
+                       ad->popup = NULL;
+               }
+               if (ad->pop_progress) {
+                       evas_object_del(ad->pop_progress);
+                       ad->pop_progress = NULL;
+               }
+
+               elm_naviframe_item_pop(ad->navi_bar);
+               setting_view_phone_region_format.is_create = 0;
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_region_format_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       setting_phone_region_format_destroy(cb);
+       return SETTING_RETURN_SUCCESS;
+}
+
+static void
+setting_phone_region_format_click_softkey_cancel_cb(void *data,
+                                                   Evas_Object *obj,
+                                                   void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+       setting_view_change(&setting_view_phone_region_format,
+                           &setting_view_phone_language_region, ad);
+}
+
+static void
+setting_phone_region_format_mouse_up_Gendial_list_radio_cb(void *data,
+                                                          Evas_Object *obj,
+                                                          void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       setting_retm_if(event_info == NULL,
+                       "Invalid argument: event info is NULL");
+
+       Evas_Object *radio = (Evas_Object *) data;
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+       SettingPhoneUG *ad = (SettingPhoneUG *) list_item->userdata;
+
+       if (ad->popup) {
+               return;
+       }
+
+       SETTING_TRACE("region_keyStr = %s",
+                     ad->region_keyStr[list_item->chk_status]);
+       /*  if not change, return */
+       if (ad->prev_region == list_item->chk_status) {
+               return;
+       }
+       elm_radio_value_set(radio, list_item->chk_status);
+
+       setting_phone_region_format_close_popup_ex(ad);
+}
+
+static void setting_phone_region_format_close_popup_ex(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       char *msg =
+           "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q";
+       ad->popup_cb = setting_phone_region_format_exit_cb_ex;
+       ad->popup = setting_create_popup_with_btn(ad, ad->win_get,
+                                        _(msg), NULL, ad->popup_cb, 0, 2,
+                                        _("IDS_COM_SK_YES"), _("IDS_COM_SK_NO"));
+}
+
+
+static void
+setting_phone_region_format_exit_cb_ex(void *data, Evas_Object *obj,
+                                      void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       switch (btn_type(obj)) {
+       case POPUP_RESPONSE_OK:
+               {
+                       ad->prev_region = elm_radio_value_get(ad->chk_region);
+                       SETTING_TRACE("cur_chk_region = %d", ad->prev_region);
+
+                       char region[MAX_REGION_STRLEN];
+                       memset(region, 0x00, MAX_REGION_STRLEN);
+                       snprintf(region, MAX_REGION_STRLEN, "%s.UTF-8", ad->region_keyStr[ad->prev_region]);
+
+                       /* just filter out Setting App, other Apps stil need to be terminated untill they implement updating language or region automatically */
+                       if (aul_app_get_running_app_info
+                           (app_terminate_func, NULL) < 0) {
+                               /*  tet_infoline("aul_app_get_running_app_info() failed in positive test case"); */
+                       }
+
+                       int ret =
+                           setting_phone_region_format_set_dateformat
+                           (ad->region_keyStr[ad->prev_region], ad);
+                       setting_retm_if(ret == SETTING_RETURN_FAIL,
+                                       "[Error] set date format fail");
+
+                       ret =
+                           vconf_set_str(VCONFKEY_REGIONFORMAT,region);
+                       setting_retm_if(ret != 0,
+                                       "[Error] set value of VCONFKEY_REGIONFORMAT fail");
+
+                       /* after lang-change, go back to the previous page*/
+                       setting_view_change(&setting_view_phone_region_format , 
+                                                               &setting_view_phone_language_region, ad);
+
+                       break;
+               }
+       case POPUP_RESPONSE_CANCEL:
+               {
+                       elm_radio_value_set(ad->chk_region, ad->prev_region);
+                       if (ad->popup) {
+                               evas_object_del(ad->popup);
+                               ad->popup = NULL;
+                       }
+                       return;
+               }
+       default:
+               {
+                       if (ad->popup) {
+                               evas_object_del(ad->popup);
+                               ad->popup = NULL;
+                       }
+                       return;
+               }
+       }
+
+       if (ad->popup) {
+               evas_object_del(ad->popup);
+               ad->popup = NULL;
+       }
+       /* elm_exit(); */
+}
+
+static int
+setting_phone_region_format_compare_cb(const void *d1, const void *d2)
+{
+       Setting_Region_Table *r1 = (Setting_Region_Table *) d1;
+       Setting_Region_Table *r2 = (Setting_Region_Table *) d2;
+       return safeStrCmp(r1->desc, r2->desc);
+}
+
+static int setting_phone_region_format_set_dateformat(const char *region,
+                                                     void *data)
+{
+       /* SETTING_TRACE_BEGIN; */
+       setting_retvm_if(!region, SETTING_RETURN_FAIL,
+                        "region parameter is NULL");
+       setting_retvm_if(data == NULL, SETTING_RETURN_FAIL,
+                        "Data parameter is NULL");
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       char *ret_str = NULL;
+       UChar *uret = NULL;
+       UChar customSkeleton[SETTING_STR_SLP_LEN] = { 0, };
+       UErrorCode status = U_ZERO_ERROR;
+
+       UChar bestPattern[SETTING_STR_SLP_LEN] = { 0, };
+       char bestPatternString[SETTING_STR_SLP_LEN] = { 0, };
+       char *skeleton = DATA_FORMAT_SKELETON;
+
+       uret = u_uastrncpy(customSkeleton, skeleton, safeStrLen(skeleton));
+       setting_retvm_if(!uret, SETTING_RETURN_FAIL, "u_uastrncpy is fail");
+
+       if (ad->pattern_generator == NULL
+           || safeStrCmp(region, ad->prev_locale) != 0) {
+               if (ad->pattern_generator != NULL) {
+                       udatpg_close(ad->pattern_generator);
+                       ad->pattern_generator = NULL;
+               }
+               ad->pattern_generator = udatpg_open(region, &status);
+       }
+
+       int32_t bestPatternCapacity =
+           (int32_t) (sizeof(bestPattern) / sizeof((bestPattern)[0]));
+       (void)udatpg_getBestPattern(ad->pattern_generator, customSkeleton,
+                                   u_strlen(customSkeleton), bestPattern,
+                                   bestPatternCapacity, &status);
+
+       ret_str = u_austrcpy(bestPatternString, bestPattern);
+       setting_retvm_if(!ret_str, SETTING_RETURN_FAIL, "u_uastrncpy is fail");
+
+       int i = 0;
+       int j = 0;
+       int len = safeStrLen(bestPatternString);
+       char region_format[len];
+       /*  only save 'y', 'M', 'd' charactor */
+       for (; i < len; i++) {
+               if (bestPatternString[i] == 'y' || bestPatternString[i] == 'M'
+                   || bestPatternString[i] == 'd') {
+                       region_format[j++] = bestPatternString[i];
+               }
+       }
+       region_format[len] = '\0';
+
+       char *date_format_str[DATA_FORMAT_CATEGORY_NUM] = { 
+                       "dMy", "Mdy", "yMd", "ydM" };
+       int date_format_vconf_value = DATA_FORMAT_DEFAULT;      /*  default is "Mdy" */
+       for (i = 0; i < DATA_FORMAT_CATEGORY_NUM; i++) {
+               if (!safeStrCmp(region_format, date_format_str[i])) {
+                       date_format_vconf_value = i;
+               }
+       }
+       SETTING_TRACE("bestPatternString : %s, format: %s, index: %d",
+                     bestPatternString, region_format,
+                     date_format_vconf_value);
+
+       int err = SETTING_RETURN_SUCCESS;
+       setting_set_int_slp_key(INT_SLP_SETTING_DATE_FORMAT,
+                               date_format_vconf_value, &err);
+       setting_retvm_if(err == SETTING_RETURN_FAIL, SETTING_RETURN_FAIL,
+                        "set vconf fail");
+       G_FREE(ad->prev_locale);
+       ad->prev_locale = (char *)g_strdup(region);
+       return SETTING_RETURN_SUCCESS;
+}
diff --git a/setting-phone/src/setting-phone-ticker-notification.c b/setting-phone/src/setting-phone-ticker-notification.c
new file mode 100755 (executable)
index 0000000..3956fb9
--- /dev/null
@@ -0,0 +1,542 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-phone-ticker-notification.h>
+#include <ail.h>
+
+static void get_3rd_applist(void *data, Evas_Object *scroller);
+
+static char *get_appname(char *keyname);
+
+static int setting_phone_ticker_notfication_create(void *cb);
+static int setting_phone_ticker_notfication_destroy(void *cb);
+static int setting_phone_ticker_notfication_update(void *cb);
+static int setting_phone_ticker_notfication_cleanup(void *cb);
+
+setting_view setting_view_phone_ticker_notification = {
+       .create = setting_phone_ticker_notfication_create,
+       .destroy = setting_phone_ticker_notfication_destroy,
+       .update = setting_phone_ticker_notfication_update,
+       .cleanup = setting_phone_ticker_notfication_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+
+static int setting_phone_ticker_notfication_create(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       Evas_Object *navi_bar = NULL;
+       Evas_Object *scroller;
+       /* Evas_Object *outer_box; */
+
+       /* scroller is a genlist */
+       ad->ly_ticker =
+           setting_create_layout_navi_bar_genlist(ad->win_main_layout,
+                                                  ad->win_get,
+                                                  setting_gettext
+                                                  ("IDS_ST_BODY_EVENTS_NOTIFICATIONS"),
+                                                  dgettext("sys_string", "IDS_COM_BODY_BACK"),
+                                                  NULL,
+                                                  setting_phone_noti_click_softkey_back_cb,
+                                                  NULL, ad, &scroller,
+                                                  &navi_bar);
+       int value;
+       int err;
+       Elm_Object_Item *item;
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_DISPLAY_CONTENT,
+                                &value, &err);
+       ad->data_n_dsp =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_phone_noti_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, value,
+                                            "IDS_ST_BODY_DISPLAY_CONTENTS",
+                                            NULL,
+                                            setting_phone_noti_mouse_up_chk_btn_cb);
+       if (ad->data_n_dsp) {
+               ad->data_n_dsp->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_n_dsp is NULL");
+       }
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_MESSAGES, &value,
+                                &err);
+       ad->data_n_msg =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_phone_noti_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, value,
+                                            "IDS_COM_BODY_MESSAGES", NULL,
+                                            setting_phone_noti_mouse_up_chk_btn_cb);
+       if (ad->data_n_msg) {
+               ad->data_n_msg->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_n_msg is NULL");
+       }
+
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_VMAIL, &value,
+                                &err);
+       ad->data_n_vmail =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_phone_noti_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, value,
+                                            "IDS_ST_BODY_VOICE_MAIL", NULL,
+                                            setting_phone_noti_mouse_up_chk_btn_cb);
+       if (ad->data_n_vmail) {
+               ad->data_n_vmail->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_n_vmail is NULL");
+       }
+
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_EMAIL, &value,
+                                &err);
+       ad->data_n_email =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_phone_noti_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, value, "IDS_ST_BODY_EMAIL", NULL,
+                                            setting_phone_noti_mouse_up_chk_btn_cb);
+       if (ad->data_n_email) {
+               ad->data_n_email->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_n_email is NULL");
+       }
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_SNS, &value,
+                                &err);
+       ad->data_n_sns =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_phone_noti_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, value, "IDS_ST_BODY_SNS", NULL,
+                                            setting_phone_noti_mouse_up_chk_btn_cb);
+       if (ad->data_n_sns) {
+               ad->data_n_sns->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_n_sns is NULL");
+       }
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_FILE_TRAN, &value,
+                                &err);
+       ad->data_n_file =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_phone_noti_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, value,
+                                            "IDS_ST_BODY_FILE_TRANSFER", NULL,
+                                            setting_phone_noti_mouse_up_chk_btn_cb);
+       if (ad->data_n_file) {
+               ad->data_n_file->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_n_file is NULL");
+       }
+
+       get_3rd_applist(ad, scroller);
+
+       setting_view_phone_ticker_notification.is_create = 1;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_ticker_notfication_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       if (ad->ly_ticker != NULL) {
+               evas_object_del(ad->ly_ticker);
+
+               setting_view_phone_ticker_notification.is_create = 0;
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_ticker_notfication_update(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       if (ad->ly_ticker != NULL) {
+               evas_object_show(ad->ly_ticker);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_phone_ticker_notfication_cleanup(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) cb;
+
+       if (ad->ly_ticker != NULL) {
+               evas_object_hide(ad->ly_ticker);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_phone_noti_mouse_up_chk_btn_cb(void *data, Evas_Object *obj,
+                                      void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       SettingPhoneUG *ad = list_item->userdata;
+       list_item->chk_status = elm_check_state_get(obj);       /*  for genlist update status */
+
+       int err = -1;
+       if (list_item->eo_check == ad->data_n_dsp->eo_check) {
+               setting_set_bool_slp_key
+                   (BOOL_SLP_SETTING_TICKER_NOTI_DISPLAY_CONTENT,
+                    list_item->chk_status, &err);
+       } else if (list_item->eo_check == ad->data_n_msg->eo_check) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_MESSAGES,
+                                        list_item->chk_status, &err);
+       } else if (list_item->eo_check == ad->data_n_vmail->eo_check) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_VMAIL,
+                                        list_item->chk_status, &err);
+       } else if (list_item->eo_check == ad->data_n_email->eo_check) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_EMAIL,
+                                        list_item->chk_status, &err);
+       } else if (list_item->eo_check == ad->data_n_sns->eo_check) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_SNS,
+                                        list_item->chk_status, &err);
+       } else if (list_item->eo_check == ad->data_n_file->eo_check) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_FILE_TRAN,
+                                        list_item->chk_status, &err);
+       }
+       return;
+}
+
+static void
+setting_phone_noti_mouse_up_Gendial_list_cb(void *data, Evas_Object *obj,
+                                           void *event_info)
+{
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       int old_status = elm_check_state_get(list_item->eo_check);
+       /* new status */
+       list_item->chk_status = !old_status;
+       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+
+       int err = -1;
+       if (list_item->eo_check == ad->data_n_dsp->eo_check) {
+               setting_set_bool_slp_key
+                   (BOOL_SLP_SETTING_TICKER_NOTI_DISPLAY_CONTENT,
+                    list_item->chk_status, &err);
+       } else if (list_item->eo_check == ad->data_n_msg->eo_check) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_MESSAGES,
+                                        list_item->chk_status, &err);
+       } else if (list_item->eo_check == ad->data_n_vmail->eo_check) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_VMAIL,
+                                        list_item->chk_status, &err);
+       } else if (list_item->eo_check == ad->data_n_email->eo_check) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_EMAIL,
+                                        list_item->chk_status, &err);
+       } else if (list_item->eo_check == ad->data_n_sns->eo_check) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_SNS,
+                                        list_item->chk_status, &err);
+       } else if (list_item->eo_check == ad->data_n_file->eo_check) {
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_TICKER_NOTI_FILE_TRAN,
+                                        list_item->chk_status, &err);
+       }
+}
+
+static void
+setting_phone_noti_click_softkey_back_cb(void *data, Evas_Object *obj,
+                                        void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+}
+
+/*****/
+
+static void
+setting_phone_noti_3rd_apps_chk_btn_cb(void *data, Evas_Object *obj,
+                                      void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+
+       list_item->chk_status = elm_check_state_get(obj);       /*  for genlist update status */
+
+       if (0 != vconf_set_int(list_item->sub_desc, list_item->chk_status)) {
+               SETTING_TRACE("Set vconf[%s] failed", list_item->sub_desc);
+               /*  restore if failed */
+               list_item->chk_status = !list_item->chk_status;
+               elm_check_state_set(list_item->eo_check, list_item->chk_status);
+       } else {
+               SETTING_TRACE("Set vconf[%s] success", list_item->sub_desc);
+
+               int ret = -1;
+               ret = vconf_set_int(list_item->sub_desc, list_item->chk_status);
+               if (ret) {
+                       SETTING_TRACE("Set vconf[%s] failed",
+                                     list_item->sub_desc);
+               } else {
+                       ret =
+                           heynoti_publish
+                           ("setting_event_noti_3rdapp_changed");
+                       SETTING_TRACE("heynoti publish ret = %d ", ret);
+                       if (ret < 0) {
+                               SETTING_TRACE_ERROR
+                                   ("heynoti_publish error - [%d] failed",
+                                    ret);
+                       }
+               }
+
+               if (ret < 0) {
+                       SETTING_TRACE("heynoti publish ret = %d ", ret);
+                       /*  restore if failed */
+                       list_item->chk_status = !list_item->chk_status;
+                       elm_check_state_set(list_item->eo_check,
+                                           list_item->chk_status);
+               }
+       }
+}
+
+static void
+setting_phone_noti_3rd_apps_mouse_up_Gendial_list_cb(void *data,
+                                                    Evas_Object *obj,
+                                                    void *event_info)
+{
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       int old_status = elm_check_state_get(list_item->eo_check);
+       /* new status */
+       list_item->chk_status = !old_status;
+       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+}
+
+static void get_3rd_applist(void *data, Evas_Object *scroller)
+{
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       keylist_t *kl = NULL;
+       keynode_t *temp_node = NULL;
+
+       kl = vconf_keylist_new();
+
+       int i = 0;
+       while ((temp_node = vconf_keylist_nextnode(kl))) {
+               /*  draw a node */
+               if (VCONF_TYPE_INT == vconf_keynode_get_type(temp_node)) {
+                       SETTING_TRACE("key = %s, value = %d",
+                                     vconf_keynode_get_name(temp_node),
+                                     vconf_keynode_get_int(temp_node));
+                       /*  draw control */
+                       int val = vconf_keynode_get_int(temp_node);
+
+                       /*  get applist */
+                       char *vconf_key = vconf_keynode_get_name(temp_node);    /*  key */
+
+                       /*  get app name with app_pkg_name and AIL */
+                       /*  parsing */
+                       char *app_name = get_appname(vconf_key);
+                       if (!app_name) {
+                               app_name = strdup("UNTITLED");
+                       }
+
+                       i++;
+                       if (i == 1) {
+                               Elm_Object_Item *item = NULL;
+                               item = elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+                               setting_retm_if(item == NULL, "elm_genlist_item_append failed");
+                               elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+                       }
+
+                       /*  get app name */
+                       Setting_GenGroupItem_Data *obj =
+                           setting_create_Gendial_field_def(scroller,
+                                                            &(ad->
+                                                              itc_1text_1icon),
+                                                            setting_phone_noti_3rd_apps_mouse_up_Gendial_list_cb,
+                                                            ad,
+                                                            SWALLOW_Type_1TOGGLE,
+                                                            NULL, NULL,
+                                                            val, app_name,
+                                                            NULL,
+                                                            setting_phone_noti_3rd_apps_chk_btn_cb);
+                       if (obj) {
+                               obj->sub_desc = (char *)g_strdup(vconf_key);
+                               ad->app_list = eina_list_append(ad->app_list, obj);     /*  resources are freed at itc structure. */
+                       } else {
+                               SETTING_TRACE_ERROR("obj is NULL");
+                       }
+
+                       if (app_name) {
+                               free(app_name);
+                               app_name = NULL;
+                       }
+
+               } else {
+                       SETTING_TRACE("Unknown Type\n");
+               }
+       }
+       vconf_keylist_free(kl);
+}
+
+/*  utility*/
+static char *strrstr(const char *str, const char *strSearch)
+{
+       char *ptr, *last = NULL;
+       ptr = (char *)str;
+       while ((ptr = strstr(ptr, strSearch)))
+               last = ptr++;
+       return last;
+}
+
+
+static char* package_get_name(char* package, int* err_ref)
+{
+    ail_appinfo_h handle;
+    ail_error_e ret;
+
+    char *str = NULL;
+    char *ret_str = NULL;
+
+       int err = -1;
+
+    ret = ail_package_get_appinfo(package, &handle);
+    if (ret != AIL_ERROR_OK) {
+        err =  AIL_ERROR_FAIL;
+    }   
+
+    ret = ail_appinfo_get_str(handle, AIL_PROP_NAME_STR, &str);
+    if (ret != AIL_ERROR_OK) {
+        err =  AIL_ERROR_FAIL;
+    }   
+
+       if (str) {
+               ret_str = strdup(str);
+       } else {
+               SETTING_TRACE_ERROR("str is NULL");
+       }
+    SETTING_TRACE("1 Package[%s] : %s", package, ret_str);
+
+    ret = ail_package_destroy_appinfo(handle);
+    if (ret != AIL_ERROR_OK) {
+        err =  AIL_ERROR_FAIL;
+    }   
+
+       *err_ref = err;
+    SETTING_TRACE("2 Package[%s] : %s", package, ret_str);
+       return ret_str;
+}
+
+
+/*  input : package name*/
+
+/*  outout : app name*/
+static char *get_appname(char *keyname)
+{
+       int err = -1;
+
+       char* pkg_name = strrstr(keyname, "/");
+       pkg_name++;
+       char *ret2 = package_get_name(pkg_name, &err);
+
+       if (ret2) {
+               SETTING_TRACE("app name : %s", ret2);
+               return ret2;
+       } else {
+               return strdup("UNTITLED");
+       }
+}
+
diff --git a/setting-phone/src/setting-phone.c b/setting-phone/src/setting-phone.c
new file mode 100755 (executable)
index 0000000..d19f8aa
--- /dev/null
@@ -0,0 +1,727 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-phone.h>
+
+#ifndef UG_MODULE_API
+#define UG_MODULE_API __attribute__ ((visibility("default")))
+#endif
+
+setting_view *__get_phone_view_to_load(bundle *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(NULL == data, NULL, "NULL == data");
+       const char *viewtype = bundle_get_val(data, "viewtype");
+       SETTING_TRACE("viewtype:%s", viewtype);
+
+       if (!safeStrCmp(viewtype, "language")) {
+               const char *caller = (const char *)bundle_get_val(data, "caller");
+               if (caller) {
+                       setting_view_node_table_register(&setting_view_phone_display_language, NULL);
+                       return &setting_view_phone_display_language;
+               } else {
+                       setting_view_node_table_register(&setting_view_phone_language_region, NULL);
+                       setting_view_node_table_register(&setting_view_phone_display_language,
+                                                        &setting_view_phone_language_region);
+                       setting_view_node_table_register(&setting_view_phone_region_format,
+                                                        &setting_view_phone_language_region);
+
+                       return &setting_view_phone_language_region;
+               }
+       } else if (!safeStrCmp(viewtype, "license")) {
+               setting_view_node_table_register(&setting_view_phone_license_main, NULL);
+               setting_view_node_table_register(&setting_view_phone_license_divx_main,
+                                                &setting_view_phone_license_main);
+               setting_view_node_table_register(&setting_view_phone_license_divx_mode,
+                                                &setting_view_phone_license_divx_main);
+       
+               return &setting_view_phone_license_main;
+       } else if (!safeStrCmp(viewtype, "notification")) {
+               setting_view_node_table_register(&setting_view_phone_ticker_notification, NULL);
+       
+               return &setting_view_phone_ticker_notification;
+       } else {
+               return NULL;    /* &setting_view_phone_main; */
+       }
+
+}
+
+Evas_Object *__get_phone_layout_to_return(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       SettingPhoneUG *phoneUG = priv;
+       const char *viewtype = bundle_get_val(data, "viewtype");
+       SETTING_TRACE("viewtype:%s", viewtype);
+
+       if (!safeStrCmp(viewtype, "language")) {
+               return phoneUG->ly_language;
+       } else if (!safeStrCmp(viewtype, "license")) {
+               return phoneUG->ly_license;
+       } else if (!safeStrCmp(viewtype, "notification")) {
+               return phoneUG->ly_ticker;
+       } else {
+               return NULL;    /* &setting_view_phone_main; */
+       }
+
+}
+
+const char *get_language_by_mobile_country_code(int mcc)
+{
+       const char *simLanguage = NULL;
+
+       setting_lang_entry* table = setting_get_language_table();
+       
+       switch (mcc) {
+       case 262:               /* GERMAN */
+               simLanguage = table[SETTING_LANG_GERMAN].locale;
+               break;
+       case 204:               /* DUTCH */
+               simLanguage = table[SETTING_LANG_DUTCH].locale;
+               break;
+       case 214:               /* SPAINISH */
+               simLanguage = table[SETTING_LANG_SPAINISH].locale;
+               break;
+       case 268:               /* PORTUGUESE */
+               simLanguage = table[SETTING_LANG_PORTUGUESE].locale;
+               break;
+       case 202:               /* GREEK */
+               simLanguage = table[SETTING_LANG_GREEK].locale;
+               break;
+       case 222:               /* ITALIAN */
+               simLanguage = table[SETTING_LANG_ITALIAN].locale;
+               break;
+       case 208:               /* FRENCH */
+               simLanguage = table[SETTING_LANG_FRENCH].locale;
+               break;
+       case 286:               /* TURKISH */
+               simLanguage = table[SETTING_LANG_TURKISH].locale;
+               break;
+       case 450:               /* KOREAN */
+               simLanguage = table[SETTING_LANG_KOREA].locale;
+               break;
+       case 440:               /* JAPAN */
+               simLanguage = table[SETTING_LANG_JAPAN].locale;
+               break;
+       case 460:               /* CHINA */
+               simLanguage = table[SETTING_LANG_CHINA].locale;
+               break;
+       case 454:               /* CANTONESE */
+               simLanguage = table[SETTING_LANG_CANTONESE].locale;
+               break;
+       case 466:               /* TAIWAN */
+               simLanguage = table[SETTING_LANG_TAIWAN].locale;
+               break;
+       case 250:               /* RUSSIAN */
+               simLanguage = table[SETTING_LANG_RUSSIAN].locale;
+               break;
+       default:                /* get value from db/menu_widget/language at vconf */
+               simLanguage = table[SETTING_LANG_ENGLISH].locale;
+               break;
+       }
+       return simLanguage;
+
+}
+
+int app_terminate_func(const aul_app_info *info, void *data)
+{
+       setting_retvm_if(info == NULL, -1, "info parameter is NULL");
+
+       SETTING_TRACE(" ===== ITERFUNC: PID=%d , PATH=%s , PKG_NAME=%s ",
+                     (int)(info->pid), info->app_path, info->pkg_name);
+       
+       /* temp pid check for org.tizen.setting*/
+       if (getpid() == info->pid) {
+               SETTING_TRACE("Skip Setting(itself) process by PID check");
+               return 0;
+       }
+       
+       /*  @todo re-implement killing code. */
+       if (!safeStrCmp(info->pkg_name, "org.tizen.menu-screen")
+           || !safeStrCmp(info->pkg_name, "org.tizen.setting")
+           || !safeStrCmp(info->pkg_name, "org.tizen.live-magazine")
+           || !safeStrCmp(info->pkg_name, "org.tizen.live-data-provider")
+           || !safeStrCmp(info->pkg_name, "org.tizen.pwlock")
+           || !safeStrCmp(info->pkg_name, "org.tizen.quickpanel")
+           || !safeStrCmp(info->pkg_name, "org.tizen.vtmain")
+           || !safeStrCmp(info->pkg_name, "org.tizen.call")
+           ) {
+               return 0;
+       }
+
+       int ret = aul_terminate_pid(info->pid);
+       if (ret == 0) {
+               SETTING_TRACE("===== aul_termniated_pid successed.");
+               if (data) {                     
+                       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+                       SETTING_TRACE("Add pid [%d] to eina_list", info->pid);
+                       ad->killed_pid_list =
+                                   eina_list_append(ad->killed_pid_list, 
+                                                       (void *)info->pid);
+               }
+       }
+       return 0;
+}
+
+int app_terminate_dead_cb(int pid, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(data == NULL, -1, "Data parameter is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *)data;
+
+       SETTING_TRACE("pid:%d", pid);
+       if (ad->killed_pid_list) {
+               SETTING_TRACE_DEBUG("remove process[%d] from killed_pid_list", pid);
+               ad->killed_pid_list = 
+                               eina_list_remove(ad->killed_pid_list, (void *)pid);
+       }
+       SETTING_TRACE("eina_list_count(ad->killed_pid_list):%d", eina_list_count(ad->killed_pid_list));
+       if (0 == eina_list_count(ad->killed_pid_list)) {
+               SETTING_TRACE_DEBUG("All the process nhad been killed");
+               if (ad->pop_progress) {
+                       evas_object_del(ad->pop_progress);
+                       ad->pop_progress = NULL;
+               }
+       }
+       return 0;
+}
+
+static void setting_phone_update_item(void *data)
+{
+       setting_retm_if(data == NULL, "data is NULL");
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+       
+       if (ad->data_display_language) {
+               ad->data_display_language->sub_desc = get_pa_display_language_str();
+               elm_object_item_data_set(ad->data_display_language->item, ad->data_display_language);
+               elm_genlist_item_update(ad->data_display_language->item);
+       }
+
+       char *pa_region = vconf_get_str(VCONFKEY_REGIONFORMAT);
+       if (pa_region == NULL) {
+               SETTING_TRACE_ERROR
+                   ("[Error] get value of VCONFKEY_REGIONFORMAT fail.");
+               return;
+       }
+       if (ad->data_region_fmt) {
+               ad->data_region_fmt->sub_desc = setting_phone_lang_get_region_str(pa_region);
+               elm_object_item_data_set(ad->data_region_fmt->item, ad->data_region_fmt);
+               elm_genlist_item_update(ad->data_region_fmt->item);
+       }
+
+       if (ad->data_region_fmt_example) {
+               char *example_desc =
+                   setting_phone_lang_get_example_desc(pa_region, ad);
+               ad->data_region_fmt_example->keyStr =
+                   (char *)g_strdup(example_desc);
+               FREE(example_desc);
+               elm_object_item_data_set(ad->data_region_fmt_example->item, ad->data_region_fmt_example);
+               elm_genlist_item_update(ad->data_region_fmt_example->item);
+       }       
+}
+
+char *setting_phone_lang_get_region_str(const char *region)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(region == NULL, NULL, "region parameter is NULL");
+       const char *localeID = NULL;
+       UChar displayname[SETTING_STR_SLP_LEN] = { 0, };
+       UErrorCode status = U_ZERO_ERROR;
+       char *ret_str = NULL;
+
+       localeID = uloc_getDefault();
+       uloc_getDisplayName(region, localeID, displayname, SETTING_STR_SLP_LEN,
+                           &status);
+
+       char *str_displayname = setting_phone_lang_str_to_utf8(displayname);
+       ret_str = (char *)g_strdup(str_displayname);
+
+       if (str_displayname) {
+               FREE(str_displayname);
+       }
+       return ret_str;
+}
+
+/**
+* Change language string to UTF8 format, the invoker need to free the return string
+*
+* @param unichars The source string will be translated.
+*
+* @return UTF8 format string.
+*/
+char *setting_phone_lang_str_to_utf8(const UChar *unichars)
+{
+       retv_if(unichars == NULL, NULL);
+       int len = 0;
+       int len_str = 0;
+       int len_utf8 = 0;
+       char *str = NULL;
+       UErrorCode status = U_ZERO_ERROR;
+
+       len = u_strlen(unichars);
+       len_str = sizeof(char) *4 * (len + 1);
+       str = (char *)calloc(1, len_str);
+       if (!str)
+               return NULL;
+
+       u_strToUTF8(str, len_str, &len_utf8, unichars, len, &status);
+       return str;
+}
+
+char *setting_phone_lang_get_by_pattern(const char *locale,
+                                              const char *skeleton, void *data)
+{
+       setting_retvm_if(!locale, NULL, "locale parameter is NULL");
+       setting_retvm_if(data == NULL, NULL, "Data parameter is NULL");
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+
+       char *ret_str = NULL;
+       UChar customSkeleton[SETTING_STR_SLP_LEN] = { 0, };
+       UErrorCode status = U_ZERO_ERROR;
+       UDateFormat *formatter = NULL;
+
+       UChar bestPattern[SETTING_STR_SLP_LEN] = { 0, };
+       UChar formatted[SETTING_STR_SLP_LEN] = { 0, };
+
+       char bestPatternString[SETTING_STR_SLP_LEN] = { 0, };
+       char formattedString[SETTING_STR_SLP_LEN] = { 0, };
+
+       u_uastrncpy(customSkeleton, skeleton, safeStrLen(skeleton));
+
+       if (ad->pattern_generator == NULL
+           || safeStrCmp(locale, ad->prev_locale) != 0) {
+               if (ad->pattern_generator != NULL) {
+                       udatpg_close(ad->pattern_generator);
+                       ad->pattern_generator = NULL;
+               }
+               ad->pattern_generator = udatpg_open(locale, &status);
+       }
+
+       int32_t bestPatternCapacity =
+           (int32_t) (sizeof(bestPattern) / sizeof((bestPattern)[0]));
+       (void)udatpg_getBestPattern(ad->pattern_generator, customSkeleton,
+                                   u_strlen(customSkeleton), bestPattern,
+                                   bestPatternCapacity, &status);
+
+       u_austrcpy(bestPatternString, bestPattern);
+       SETTING_TRACE("BestPattern is %s", bestPatternString);
+
+       UDate date = ucal_getNow();
+       formatter =
+           udat_open(UDAT_IGNORE, UDAT_IGNORE, locale, NULL, -1, bestPattern,
+                     -1, &status);
+       int32_t formattedCapacity =
+           (int32_t) (sizeof(formatted) / sizeof((formatted)[0]));
+       (void)udat_format(formatter, date, formatted, formattedCapacity, NULL,
+                         &status);
+       u_austrcpy(formattedString, formatted);
+       SETTING_TRACE("DATE & TIME is %s", formattedString);
+
+       udat_close(formatter);
+
+       ret_str = g_strdup(formattedString);
+       return ret_str;
+}
+
+char *setting_phone_lang_get_example_desc(const char *region, void *data)
+{
+       setting_retvm_if(region == NULL, NULL, "region parameter is NULL");
+       setting_retvm_if(data == NULL, NULL, "Data parameter is NULL");
+       char *date = setting_phone_lang_get_by_pattern(region,
+                                                      UDAT_YEAR_MONTH_WEEKDAY_DAY,
+                                                      data);
+
+       enum appcore_time_format timeformat = APPCORE_TIME_FORMAT_12;
+       int ret = appcore_get_timeformat(&timeformat);
+       if (ret == -1) {
+               SETTING_TRACE_ERROR("call appcore_get_timeformat fail.");
+               timeformat = APPCORE_TIME_FORMAT_12;
+       }
+
+       char *time_skeleton = "hhmm";
+       if (timeformat == APPCORE_TIME_FORMAT_24) {
+               time_skeleton = "HHmm";
+       }
+
+       char *time = setting_phone_lang_get_by_pattern(region, time_skeleton, data);
+
+       Eina_Strbuf *temp_str = eina_strbuf_new();
+       char *r_str_text = NULL;
+       eina_strbuf_append_printf(temp_str,
+                                 "<b>%s %s</b>", _("IDS_ST_BODY_REGION"), _("IDS_EMAIL_BODY_EXAMPLE"));
+       eina_strbuf_append_printf(temp_str, "<br>%s : %s", _("IDS_COM_POP_DATE"), date);
+       eina_strbuf_append_printf(temp_str, "<br>%s : %s", _("IDS_COM_BODY_DETAILS_TIME"), time);
+
+       r_str_text = eina_strbuf_string_steal(temp_str);
+       eina_strbuf_free(temp_str);
+       G_FREE(date);
+       G_FREE(time);
+       return r_str_text;      /* will be freed in calling place */
+}
+
+
+static void setting_phone_ug_cb_resize(void *data, Evas *e, Evas_Object *obj,
+                                      void *event_info)
+{
+       SettingPhoneUG *ad = (SettingPhoneUG *) data;
+       setting_view_update(ad->view_to_load, ad);
+}
+
+static void *setting_phone_ug_on_create(struct ui_gadget *ug, enum ug_mode mode,
+                                       bundle *data, void *priv)
+{
+       setting_retvm_if((!ug || !priv), NULL, "!ug || !priv");
+       SETTING_TRACE_BEGIN;
+       SettingPhoneUG *phoneUG = priv;
+       phoneUG->ug = ug;
+
+       phoneUG->win_main_layout = (Evas_Object *) ug_get_parent_layout(ug);
+       phoneUG->win_get = (Evas_Object *) ug_get_window();
+       evas_object_show(phoneUG->win_main_layout);
+       phoneUG->evas = evas_object_evas_get(phoneUG->win_main_layout);
+
+       setting_retvm_if(phoneUG->win_main_layout == NULL, NULL,
+                        "cannot get main window ");
+
+       /* --------------------------------------------------------- */
+       char *pa_path = NULL;;
+
+       pa_path = vconf_get_str(VCONFKEY_LANGSET);
+       if (!pa_path) {
+               SETTING_TRACE
+                   ("%s*** language setting has no proper value (nil) ***%s",
+                    SETTING_FONT_BGREEN, SETTING_FONT_BLACK);
+               return NULL;
+       }
+       /* set launguage */
+       setlocale(LC_ALL, "");
+       bindtextdomain(SETTING_PACKAGE, SETTING_LOCALEDIR);
+       textdomain(SETTING_PACKAGE);
+       FREE(pa_path);
+       /* ---------------------------------------------------------     */
+       if (TAPI_API_SUCCESS != tel_init()) {
+               SETTING_TRACE_DEBUG("%s*** [ERR] tel_init. ***%s",
+                                   SETTING_FONT_RED, SETTING_FONT_BLACK);
+       }
+
+       memset(&(phoneUG->imsi), 0, sizeof(TelSimImsiInfo_t));
+       
+       /** @todo once Telephony part supports new method to get language from SIM, this code should be replaced */
+       int ret = tel_get_sim_imsi(&(phoneUG->imsi));
+       if (TAPI_API_SUCCESS == ret) {
+               SETTING_TRACE("********************************************");
+               SETTING_TRACE("imsi.bValid: [%d]", phoneUG->imsi.bValid);
+               SETTING_TRACE("imsi.szMcc: [%s]", phoneUG->imsi.szMcc);
+               SETTING_TRACE("imsi.szMnc: [%s]", phoneUG->imsi.szMnc);
+               SETTING_TRACE("imsi.szMsin: [%s]", phoneUG->imsi.szMsin);
+               SETTING_TRACE("********************************************");
+
+               phoneUG->sim_lang = get_language_by_mobile_country_code(atoi(phoneUG->imsi.szMcc));     
+       } else {
+               SETTING_TRACE("TAPI API FAIL: Error Code ret : %d ", ret);
+
+               /* if CSC has updated configuration for setting, initial vconf value changes. */
+               phoneUG->sim_lang = vconf_get_str(VCONFKEY_LANGSET); /* allocated */
+       }
+       SETTING_TRACE("sim_lang: [%s]", phoneUG->sim_lang);
+
+       /* register view node table */
+       setting_view_node_table_intialize();
+
+       setting_create_Gendial_itc("dialogue/1text.1icon.2",
+                                  &(phoneUG->itc_1text_1icon_2));
+       setting_create_Gendial_itc("dialogue/1text.1icon",
+                                  &(phoneUG->itc_1text_1icon));
+       setting_create_Gendial_itc("dialogue/1text", &(phoneUG->itc_1text));
+       setting_create_Gendial_itc("dialogue/2text.3/expandable",
+                                  &(phoneUG->itc_2text_3_parent));
+       setting_create_Gendial_itc("dialogue/1text.1icon/expandable2",
+                                  &(phoneUG->itc_1icon_1text_sub));
+
+       phoneUG->itc_seperator.item_style = "dialogue/separator/21/with_line";
+       phoneUG->itc_seperator.func.text_get = NULL;
+       phoneUG->itc_seperator.func.content_get = NULL;
+       phoneUG->itc_seperator.func.state_get = NULL;
+       phoneUG->itc_seperator.func.del = NULL;
+
+       setting_create_Gendial_itc("dialogue/2text.3", &(phoneUG->itc_2text_2));
+       setting_create_Gendial_itc("multiline/1text",
+                                  &(phoneUG->itc_bg_1icon));
+       phoneUG->pattern_generator = NULL;
+       phoneUG->prev_locale = NULL;
+       /*  creating a view. */
+       phoneUG->bundle_data = data;
+       phoneUG->view_to_load = __get_phone_view_to_load(data);
+       setting_retvm_if(NULL == phoneUG->view_to_load, NULL,
+                        "NULL == phoneUG->view_to_load");
+       setting_view_node_set_cur_view(phoneUG->view_to_load);
+       setting_view_create(phoneUG->view_to_load, (void *)phoneUG);
+       evas_object_event_callback_add(phoneUG->win_main_layout,
+                                      EVAS_CALLBACK_RESIZE,
+                                      setting_phone_ug_cb_resize, phoneUG);
+       return __get_phone_layout_to_return(data, phoneUG);
+}
+
+static void setting_phone_ug_on_start(struct ui_gadget *ug, bundle *data,
+                                     void *priv)
+{
+}
+
+static void setting_phone_ug_on_pause(struct ui_gadget *ug, bundle *data,
+                                     void *priv)
+{
+}
+
+static void setting_phone_ug_on_resume(struct ui_gadget *ug, bundle *data,
+                                      void *priv)
+{
+}
+
+static void setting_phone_ug_on_destroy(struct ui_gadget *ug, bundle *data,
+                                       void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if((!ug || !priv), "!ug || !priv");
+       SettingPhoneUG *phoneUG = priv;
+
+       evas_object_event_callback_del(phoneUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_phone_ug_cb_resize);     /* fix flash issue for gallery */
+       phoneUG->ug = ug;
+
+       if (tel_deinit() != TAPI_API_SUCCESS) {
+               SETTING_TRACE_ERROR("tel_deinit failed");
+       }
+       /*  called when this shared gadget is terminated. similar with app_exit */
+       if (&setting_view_phone_language_region == phoneUG->view_to_load) {
+               setting_view_destroy(&setting_view_phone_display_language,
+                                    phoneUG);
+               setting_view_destroy(&setting_view_phone_region_format,
+                                    phoneUG);
+               setting_view_destroy(&setting_view_phone_language_region, phoneUG);
+       } else if (&setting_view_phone_ticker_notification ==
+                  phoneUG->view_to_load) {
+               setting_view_destroy(&setting_view_phone_ticker_notification,
+                                    phoneUG);
+       } else if (&setting_view_phone_license_main == phoneUG->view_to_load) {
+               setting_view_destroy(&setting_view_phone_license_divx_main,
+                                    phoneUG);
+               setting_view_destroy(&setting_view_phone_license_divx_mode,
+                                    phoneUG);
+               setting_view_destroy(&setting_view_phone_license_main, phoneUG);
+       }
+
+       if (NULL != ug_get_layout(phoneUG->ug)) {
+               evas_object_hide((Evas_Object *) ug_get_layout(phoneUG->ug));
+               evas_object_del((Evas_Object *) ug_get_layout(phoneUG->ug));
+       }
+
+       SETTING_TRACE_END;
+}
+
+static void setting_phone_ug_on_message(struct ui_gadget *ug, bundle *msg,
+                                       bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(NULL == msg, "msg is NULL");
+       setting_retm_if(NULL == priv, "priv is NULL");
+       char *pid_str = (char *)bundle_get_val(msg, "DEADPID");
+       if (pid_str)
+       {
+               errno = 0;              
+               int pid = (int)g_ascii_strtod(pid_str, NULL);
+               SETTING_TRACE_DEBUG("pid = %d",pid);
+               setting_retm_if(errno == ERANGE, "call g_ascii_strtod fail");
+               
+               int ret = app_terminate_dead_cb(pid, priv);
+               setting_retm_if(ret != 0, "call app_terminate_dead_cb fail");
+       }
+}
+
+static void setting_phone_ug_on_event(struct ui_gadget *ug, enum ug_event event,
+                                     bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+
+       SettingPhoneUG *ad = (SettingPhoneUG *) priv;
+       switch (event) {
+       case UG_EVENT_LOW_MEMORY:
+               break;
+       case UG_EVENT_LOW_BATTERY:
+               break;
+       case UG_EVENT_REGION_CHANGE:
+       case UG_EVENT_LANG_CHANGE:
+               if (ad->gl_lang_region && setting_view_phone_language_region.is_create) {
+                       elm_genlist_realized_items_update(ad->gl_lang_region);
+                       Elm_Object_Item *navi_it = elm_naviframe_top_item_get(ad->navi_bar);
+                       ret_if(!navi_it);
+                       elm_object_item_text_set(navi_it, _(KeyStr_LanguageRegion));
+                       setting_phone_update_item(ad);
+               }
+               break;
+
+       case UG_EVENT_ROTATE_PORTRAIT:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN:
+               break;
+       default:
+               break;
+       }
+}
+
+static void setting_phone_ug_on_key_event(struct ui_gadget *ug,
+                                         enum ug_key_event event,
+                                         bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       SettingPhoneUG *ad = (SettingPhoneUG *) priv;
+       if (!ug)
+               return;
+       SETTING_TRACE("event:%d", event);
+       switch (event) {
+       case UG_KEY_EVENT_END:
+               {
+                       if (elm_naviframe_top_item_get(ad->navi_bar) ==
+                          elm_naviframe_bottom_item_get(ad->navi_bar)) {
+                               ug_destroy_me(ug);
+                       } else {
+                               setting_view_cb_at_endKey(ad);
+                       }
+               }
+               break;
+       default:
+               break;
+       }
+}
+
+UG_MODULE_API int UG_MODULE_INIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       SettingPhoneUG *phoneUG = calloc(1, sizeof(SettingPhoneUG));
+       setting_retvm_if(!phoneUG, -1, "Create SettingPhoneUG obj failed");
+
+       ops->create = setting_phone_ug_on_create;
+       ops->start = setting_phone_ug_on_start;
+       ops->pause = setting_phone_ug_on_pause;
+       ops->resume = setting_phone_ug_on_resume;
+       ops->destroy = setting_phone_ug_on_destroy;
+       ops->message = setting_phone_ug_on_message;
+       ops->event = setting_phone_ug_on_event;
+       ops->key_event = setting_phone_ug_on_key_event;
+       ops->priv = phoneUG;
+       ops->opt = UG_OPT_INDICATOR_ENABLE;
+
+       return 0;
+}
+
+UG_MODULE_API void UG_MODULE_EXIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       struct SettingPhoneUG *phoneUG;
+       setting_retm_if(!ops, "ops == NULL");
+
+       phoneUG = ops->priv;
+       if (phoneUG)
+               FREE(phoneUG);
+}
+
+/*****/
+UG_MODULE_API int setting_plugin_reset(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+
+       int ret = 0;
+       const char *ug_type = bundle_get_val(data, "viewtype"); /*  usb */
+       // ug_type :"notification" "license" "language"..       
+#if SUPPORT_RUN_SYSTEM_COMMAND
+       ret += excuteCmd(SETTING_POSTINST_FILE, 1, ug_type);    
+#else
+       if (0 == safeStrCmp(ug_type, "notification")) {
+               ret += vconf_set_bool
+                   (VCONFKEY_SETAPPL_STATE_TICKER_NOTI_DISPLAY_CONTENT_BOOL, FALSE);
+               ret +=
+                   vconf_set_bool
+                   (VCONFKEY_SETAPPL_STATE_TICKER_NOTI_MESSAGES_BOOL, TRUE);
+               ret +=
+                   vconf_set_bool
+                   (VCONFKEY_SETAPPL_STATE_TICKER_NOTI_VMAIL_BOOL, TRUE);
+               ret +=
+                   vconf_set_bool
+                   (VCONFKEY_SETAPPL_STATE_TICKER_NOTI_EMAIL_BOOL, TRUE);
+               ret +=
+                   vconf_set_bool(VCONFKEY_SETAPPL_STATE_TICKER_NOTI_SNS_BOOL, FALSE);
+               ret +=
+                   vconf_set_bool
+                   (VCONFKEY_SETAPPL_STATE_TICKER_NOTI_FILE_TRAN_BOOL, TRUE);
+
+
+       } else if (0 == safeStrCmp(ug_type, "license")) {
+               ret +=
+                   vconf_set_bool
+                   (VCONFKEY_SETAPPL_STATE_TRANSACTION_TRACKING_BOOL, FALSE);
+               ret +=
+                   vconf_set_bool(VCONFKEY_SETAPPL_STATE_EXPIRY_REMINDER_BOOL, FALSE);
+               ret +=
+                   vconf_set_int(VCONFKEY_SETAPPL_ROAMING_NETWORK_INT,
+                                 SETTING_ROAM_NET_AUTO_DOWNLOAD);
+       } else if (0 == safeStrCmp(ug_type, "language")) {
+               // INT_SLP_SETTING_LANG
+               ret += vconf_set_int(VCONFKEY_SETAPPL_LANG_INT, SETTING_LANG_ENGLISH);
+               ret += vconf_set_str(VCONFKEY_LANGSET, "en_US.UTF-8");
+               ret += vconf_set_str(VCONFKEY_REGIONFORMAT,"en_US.UTF-8");
+       }
+
+#endif
+       if (0 == safeStrCmp(ug_type, "language"))
+       {
+               SETTING_TRACE("Begin to reset language & region...");
+               //a. notify system language changed
+               char lang_changed_sys_noti_name[SYS_NOTI_NAME_LEN];
+               int res = -1;
+               res = heynoti_get_snoti_name("LANG_CHANGED",
+                                          lang_changed_sys_noti_name,
+                                          sizeof(lang_changed_sys_noti_name));
+               if (res == 0) {
+                       heynoti_publish(lang_changed_sys_noti_name);
+               }
+               ret += res;
+
+               //b .reset default localeid
+               int err = -1;
+               uloc_setDefault("en_US", &err);
+
+               //c. reset date&time format
+               vconf_set_int(VCONFKEY_SETAPPL_DATE_FORMAT_INT, SETTING_DATE_FORMAT_DD_MM_YYYY);
+
+               //d. terminate other apps
+               ret += aul_app_get_running_app_info(app_terminate_func, NULL);
+       }
+       /*  DO NOTHING */
+       return ret;
+
+}
+
+/*****/
diff --git a/setting-profile/CMakeLists.txt b/setting-profile/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..e34cfff
--- /dev/null
@@ -0,0 +1,33 @@
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_profile REQUIRED ecore ecore-file evas elementary appcore-common appcore-efl devman_haptic ui-gadget bundle vconf mm-player mm-sound dlog svi)
+
+FOREACH(flag ${pkgs_profile_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")
+
+ADD_LIBRARY(${SETTING_PROFILE_UG} SHARED
+       ./src/setting-profile.c
+       ./src/setting-profile-sound-main.c
+       )
+
+TARGET_LINK_LIBRARIES(${SETTING_PROFILE_UG} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON} -lsetting-common)
+TARGET_LINK_LIBRARIES(${SETTING_PROFILE_UG} ${pkgs_profile_LDFLAGS})
+
+INSTALL(TARGETS ${SETTING_PROFILE_UG} DESTINATION /opt/ug/lib)
diff --git a/setting-profile/include/setting-profile-sound-main.h b/setting-profile/include/setting-profile-sound-main.h
new file mode 100755 (executable)
index 0000000..dfe90a5
--- /dev/null
@@ -0,0 +1,94 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_PROFILE_SOUND_MAIN_H__
+#define __SETTING_PROFILE_SOUND_MAIN_H__
+
+#include <setting-profile.h>
+
+#define SETTING_SOUND_VIB_TYPE_LEN 5
+#define SETTING_SOUND_REPEAT_TYPE_LEN 4
+#define SETTING_SOUND_VOLUME_TIMER_INTERVAL 0.2
+
+/* string resources*/
+#define SETTING_SOUND_TEXT_UG_TITLE                            "IDS_COM_BODY_SOUNDS"
+#define SETTING_SOUND_TEXT_UG_BACK                             "IDS_COM_BODY_BACK"
+
+#define SETTING_SOUND_TEXT_SOUND                               "IDS_ST_BODY_SOUNDS"
+#define SETTING_SOUND_TEXT_VIBRATION                   "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+
+#define SETTING_SOUND_TEXT_INCOMING_CALL               "IDS_ST_BODY_INCOMING_CALL"
+#define SETTING_SOUND_TEXT_NOTIFICATION                        "IDS_ST_BODY_NOTIFICATION"
+#define SETTING_SOUND_TEXT_SYSTEM                              "IDS_COM_BODY_SYSTEM"
+#define SETTING_SOUND_TEXT_MEDIA                               "IDS_COM_BODY_MEDIA"
+
+#define SETTING_SOUND_TEXT_REPEAT_ONCE                 "IDS_ST_BODY_ONCE"
+#define SETTING_SOUND_TEXT_REPEAT_2MIN                 "IDS_ST_BODY_EVERY_2MIN"
+#define SETTING_SOUND_TEXT_REPEAT_5MIN                 "IDS_ST_BODY_EVERY_5MIN"
+#define SETTING_SOUND_TEXT_REPEAT_10MIN                        "IDS_ST_BODY_EVERY_10MINUTES"
+
+#define SETTING_SOUND_TEXT_CALL_RINGTONE               "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+#define SETTING_SOUND_TEXT_CALL_VIBRATION              "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+
+#define SETTING_SOUND_TEXT_MSG_RINGTONE                                "IDS_ST_BODY_MESSAGE_RINGTONE"
+#define SETTING_SOUND_TEXT_MSG_RINGTONE_REPEAT         "IDS_ST_BODY_MSG_ALERT_REPETITION"
+#define SETTING_SOUND_TEXT_EMAIL_RINGTONE                      "IDS_ST_BODY_EMAIL_ALERT"
+#define SETTING_SOUND_TEXT_EMAIL_RINGTONE_REPEAT       "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+#define SETTING_SOUND_TEXT_LOCK_SOUND                  "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+
+#define SETTING_PROFILE_SOUND_ALERTS_PATH              SETTING_DEFAULT_ALERT_PATH
+#define SETTING_PROFILE_SOUND_RINGTONES_PATH   SETTING_DEFAULT_RINGTONE_PATH
+/* end */
+
+
+
+static void setting_profile_sound_main_click_softkey_cancel_cb(void *data,
+                                                               Evas_Object *obj, void *event_info);
+
+static void setting_profile_sound_main_Gendial_chk_cb(void *data,
+                                                               Evas_Object *obj, void *event_info);
+
+static void setting_profile_sound_main_mouse_up_Gendial_list_cb(void *data,
+                                                                       Evas_Object *obj, void *event_info);
+
+static void setting_profile_sound_main_call_ringtone_sound_slider_value_change_cb(void *data,
+                                                                   Evas_Object *obj, void *event_info);
+
+static void setting_profile_sound_main_noti_sound_slider_value_change_cb(void *data,
+                                                                       Evas_Object *obj, void *event_info);
+
+static void setting_profile_sound_main_media_sound_slider_value_change_cb(void *data,
+                                                                       Evas_Object *obj, void *event_info);
+
+static void setting_profile_sound_main_vib_sound_slider_value_change_cb(void *data,
+                                                                       Evas_Object *obj, void *event_info);
+
+static void setting_profile_sound_main_touchVib_sound_slider_value_change_cb(void *data,
+                                                                       Evas_Object *obj, void *event_info);
+
+static void settings_profile_sound_main_sys_sound_slider_value_change_cb(void *data,
+                                                                       Evas_Object *obj, void *event_info);
+
+
+#endif
diff --git a/setting-profile/include/setting-profile.h b/setting-profile/include/setting-profile.h
new file mode 100644 (file)
index 0000000..b1e9290
--- /dev/null
@@ -0,0 +1,176 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_PROFILE_H__
+#define __SETTING_PROFILE_H__
+
+#include <stdio.h>
+#include <math.h>
+
+#include <Elementary.h>
+#include <appcore-efl.h>
+
+#include <glib-object.h>
+#include <ui-gadget.h>
+#include <ui-gadget-module.h>
+#include <bundle.h>
+
+#include <mm_player.h>
+#include <mm_sound.h>
+
+#include <mm_error.h>
+
+#include <devman_haptic.h>
+#include <svi.h>
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+#include <pthread.h>
+
+#define HAPTIC_TEST_ITERATION 1
+#define VOLUME_DEN (15.0)      /* ie equals float(SETTING_SOUND_VOL_MAX) */
+
+typedef enum {
+       SETTING_PROF_VIEW_VOL = 0,
+       SETTING_PROF_VIEW_RTN,
+       SETTING_PROF_VIEW_MAX
+} setting_profile_types;
+
+typedef enum {
+       SETTING_VOL_TYPE_RINGTONE = 0,
+       SETTING_VOL_TYPE_NOTIFICATION,
+       SETTING_VOL_TYPE_MEDIA,
+       SETTING_VOL_TYPE_SYSTEM,
+       SETTING_VOL_TYPE_NOTI_VIB,
+       SETTING_VOL_TYPE_HAPTIC_VIB,
+       SETTING_VOL_TYPE_MAX
+} setting_volume_types;
+
+typedef enum {
+       SETTING_VOL_SOUND_GROUP = 0,
+       SETTING_VOL_VIBRATION_GROUP,
+       SETTING_VOL_GROUP_MAX
+} setting_volume_groups;
+
+#define SETTING_VIB_VOL_MAX 5
+#define SETTING_VIB_VOL_MIN 1
+#define SETTING_SOUND_VOL_MAX 15
+#define SETTING_SOUND_VOL_MIN 1
+#define SETTING_SYSTEM_VOL_MAX 15
+#define SETTING_SYSTEM_VOL_MIN 0
+#define SETTING_SOUND_CONTROLBAR_ITEM_LEN 10
+
+#define SETTING_DEFAULT_RINGTONE_VOL_INT       13
+#define SETTING_DEFAULT_NOTI_VOL_INT           7
+#define SETTING_DEFAULT_MEDIA_VOL_INT          7
+#define SETTING_DEFAULT_SYSTEM_VOL_INT         5
+#define SETTING_DEFAULT_NOTI_VIB_INT           5
+#define SETTING_DEFAULT_HAPTIC_VIB_INT         3
+#define SETTING_DEFAULT_ALERT_REPEAT_TYPE_INT  0
+
+#define SETTING_DEFAULT_RINGTONE_PATH  "/opt/share/settings/Ringtones/"
+#define SETTING_DEFAULT_ALERT_PATH             "/opt/share/settings/Alerts/"
+#define SETTING_PROFILE_MMC_PATH               "/opt/storage/sdcard/"
+
+#define SETTING_DEFAULT_CALL_TONE              SETTING_DEFAULT_RINGTONE_PATH"General_Over the horizon.mp3"
+#define SETTING_DEFAULT_MSG_TONE               SETTING_DEFAULT_CALL_TONE
+#define SETTING_DEFAULT_EMAIL_TONE             SETTING_DEFAULT_CALL_TONE
+#define SETTING_DEFAULT_CALENDAR_TONE  SETTING_DEFAULT_CALL_TONE
+
+typedef struct _SettingProfileUG SettingProfileUG;
+
+/**
+ * Setting Profile UG context
+ * all UG function has void* as an agument. this is casted back to SettingProfileUG 
+ * and the functions access app context.
+ */
+struct _SettingProfileUG {
+       struct ui_gadget *ug;
+       struct ui_gadget *ug_loading;
+
+       /* add more variables here (move your appdata to here) */
+       Evas *evas;
+       Evas_Object *win_main_layout;
+       Evas_Object *win_get;
+       Evas_Object *navi_bar;
+       Evas_Object *ctrl_bar;
+       Evas_Object *ly_main;
+
+       Elm_Genlist_Item_Class itc_1text_1icon;
+       Elm_Genlist_Item_Class itc_group_item;
+       Elm_Genlist_Item_Class itc_2text_2;
+       Elm_Genlist_Item_Class itc_layout;
+       Elm_Genlist_Item_Class itc_seperator;
+       Elm_Genlist_Item_Class itc_bg_1icon;
+       Elm_Genlist_Item_Class itc_2text_3_parent;
+       Elm_Genlist_Item_Class itc_1icon_1text_sub;
+
+       /* Volume tab */
+       Setting_GenGroupItem_Data *data_sound;
+       Setting_GenGroupItem_Data *data_vibration;
+       Setting_GenGroupItem_Data *data_call_volume;
+       Setting_GenGroupItem_Data *data_noti_volume;
+       Setting_GenGroupItem_Data *data_vib_volume;
+       Setting_GenGroupItem_Data *data_touch_volume;
+       Setting_GenGroupItem_Data *data_touch_vib;
+       Setting_GenGroupItem_Data *data_media_volume;
+
+       MMHandleType *mp_ringtone;
+       MMHandleType *mp_noti;
+       MMHandleType *mp_sys;
+       MMHandleType *mp_media;
+
+       Ecore_Timer *volume_timer;
+       setting_volume_types cur_vol_type;
+
+       int hnd_hpt;
+       int playing_volume;
+       char *song_playing;
+       char *ringtone_type;
+};
+
+extern setting_view setting_view_profile_sound_main;
+
+void setting_profile_play_sound_origin(MMHandleType **mp_handle, void *data,
+                                       void *cb, char *ringtone_file, float vol,
+                                       enum MMSoftwareVolumeTableType table_type);
+void setting_profile_change_player_volume(MMHandleType **mp_handle, void *data, float vol);
+
+int setting_profile_check_file_exist(void *data, const char *file_path);
+
+MMHandleType *setting_profile_play_sound(void *data, void *cb,
+                                               char *ringtone_file,
+                                               int vol,
+                                               enum MMSoftwareVolumeTableType table_type);
+
+int setting_profile_stop_sound(void *data, MMHandleType *player);
+int setting_profile_close_other_mm_players_but_type(void *data,
+                                                   volume_type_t type);
+int setting_profile_close_all_mm_players(void *data);
+void setting_profile_play_vibration(void *data, int value);
+
+int setting_profile_get_call_playing_vib_by_vconf_value(int call_vib_value);
+
+
+#endif
diff --git a/setting-profile/src/setting-profile-sound-main.c b/setting-profile/src/setting-profile-sound-main.c
new file mode 100644 (file)
index 0000000..b8c4f6e
--- /dev/null
@@ -0,0 +1,1033 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-profile-sound-main.h>
+#include <setting-common-resource.h>
+
+
+#define SOUND_DESC "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+
+static int setting_profile_sound_main_create(void *cb);
+static int setting_profile_sound_main_destroy(void *cb);
+static int setting_profile_sound_main_update(void *cb);
+static int setting_profile_sound_main_cleanup(void *cb);
+
+setting_view setting_view_profile_sound_main = {
+       .create = setting_profile_sound_main_create,
+       .destroy = setting_profile_sound_main_destroy,
+       .update = setting_profile_sound_main_update,
+       .cleanup = setting_profile_sound_main_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+void __change_state_of_sliderbars(void *data)
+{
+       ret_if(data == NULL);
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+
+       int sound_on = TRUE;
+       int vibration_on = TRUE;
+
+       if (vconf_get_bool(VCONFKEY_SETAPPL_SOUND_STATUS_BOOL, &sound_on) == 0) {
+               if (sound_on == FALSE) {
+                       /*  disable slider bar of call ringtone, notification, media, and system volume */
+                       if (ad->data_call_volume) {
+                               setting_disable_genlist_item(ad->data_call_volume->item);
+                       }
+                       if (ad->data_noti_volume) {
+                               setting_disable_genlist_item(ad->data_noti_volume->item);
+                       }
+                       if (ad->data_media_volume) {
+                               setting_disable_genlist_item(ad->data_media_volume->item);
+                       }
+                       if (ad->data_touch_volume) {
+                               setting_disable_genlist_item(ad->data_touch_volume->item);
+                       }
+               }
+       }
+
+       if (vconf_get_bool(VCONFKEY_SETAPPL_VIBRATION_STATUS_BOOL, &vibration_on) == 0) {
+               if (vibration_on == FALSE) {
+                       /*  disable slider bar of notification and system vibration */
+                       if (ad->data_vib_volume) {
+                               setting_disable_genlist_item(ad->data_vib_volume->item);
+                       }
+                       if (ad->data_touch_vib) {
+                               setting_disable_genlist_item(ad->data_touch_vib->item);
+                       }
+               }
+       }
+}
+
+void __sound_sub_list_sel_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       /* error check */
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       retm_if(data == NULL, "Invalid argument: data is NULL");
+       
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+       Elm_Object_Item *subitem = (Elm_Object_Item *) event_info;
+       Elm_Object_Item *parentItem = elm_genlist_item_parent_get(subitem);
+       elm_genlist_item_selected_set(subitem, 0);
+       Setting_GenGroupItem_Data *data_subItem = elm_object_item_data_get(subitem);
+       Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);
+       if (NULL == data_subItem || NULL == data_parentItem)
+               return;
+
+       elm_radio_value_set(data_subItem->rgd, data_subItem->chk_status);
+       int err;
+       setting_set_int_slp_key(data_parentItem->int_slp_setting_binded,
+                               data_subItem->chk_status, &err);
+
+       if (data_parentItem) {
+               data_parentItem->sub_desc =
+                   (char *)g_strdup(_(data_subItem->keyStr));
+               elm_object_item_data_set(data_parentItem->item, data_parentItem);
+               elm_genlist_item_update(data_parentItem->item);
+       }
+
+       if (data_parentItem->int_slp_setting_binded ==
+           INT_SLP_SETTING_CALL_ALERT_VIB) {
+               if (device_haptic_stop_play(ad->hnd_hpt) != 0) {
+                       SETTING_TRACE("ERROR device_haptic_stop_play");
+               }
+               setting_profile_play_vibration(ad,
+                                              setting_profile_get_call_playing_vib_by_vconf_value
+                                              (data_subItem->chk_status));
+       }
+}
+
+static bool __mm_player_msg_cb(int message, MMMessageParamType *param, void *user_param)
+{
+       retv_if(user_param == NULL, FALSE);
+       SettingProfileUG *ad = (SettingProfileUG *)user_param;
+       switch(message)
+       {
+               case MM_MESSAGE_END_OF_STREAM:
+                       SETTING_TRACE_DEBUG("End of Stream");
+                       setting_profile_close_all_mm_players(ad);
+                       return TRUE;
+               default:
+                       return FALSE;
+       }
+}
+Eina_Bool __volume_timer_cb(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(data == NULL, EINA_FALSE);
+       SettingProfileUG *ad = (SettingProfileUG *)data;
+       double value = 0.0;
+
+       SETTING_TRACE_DEBUG("cur_vol_type : %d", ad->cur_vol_type);
+
+       switch(ad->cur_vol_type)
+       {
+               case SETTING_VOL_TYPE_RINGTONE:
+                       if(ad->data_call_volume)
+                       {
+                               value = elm_slider_value_get(ad->data_call_volume->eo_check);
+                               mm_sound_volume_set_value(VOLUME_TYPE_RINGTONE, (unsigned int)(value+0.5));
+                       }
+                       break;
+               case SETTING_VOL_TYPE_NOTIFICATION:
+                       if(ad->data_noti_volume)
+                       {
+                               value = elm_slider_value_get(ad->data_noti_volume->eo_check);
+                               mm_sound_volume_set_value(VOLUME_TYPE_NOTIFICATION, (unsigned int)(value+0.5));
+                       }
+                       break;
+               case SETTING_VOL_TYPE_MEDIA:
+                       if(ad->data_media_volume)
+                       {
+                               value = elm_slider_value_get(ad->data_media_volume->eo_check);
+                               mm_sound_volume_set_value(VOLUME_TYPE_MEDIA, (unsigned int)(value+0.5));
+                       }
+                       break;
+               case SETTING_VOL_TYPE_SYSTEM:
+                       if(ad->data_touch_volume)
+                       {
+                               value = elm_slider_value_get(ad->data_touch_volume->eo_check);
+                               mm_sound_volume_set_value(VOLUME_TYPE_SYSTEM, (unsigned int)(value+0.5));
+                       }
+                       break;
+               case SETTING_VOL_TYPE_NOTI_VIB:
+                       if(ad->data_vib_volume)
+                       {
+                               value = elm_slider_value_get(ad->data_vib_volume->eo_check);
+                               vconf_set_int(VCONFKEY_SETAPPL_NOTI_VIBRATION_LEVEL_INT, (unsigned int)(value+0.5));
+                       }
+                       break;
+               case SETTING_VOL_TYPE_HAPTIC_VIB:
+                       if(ad->data_touch_vib)
+                       {
+                               value = elm_slider_value_get(ad->data_touch_vib->eo_check);
+                               vconf_set_int(VCONFKEY_SETAPPL_TOUCH_FEEDBACK_VIBRATION_LEVEL_INT, (unsigned int)(value+0.5));
+                       }
+                       break;
+               default:
+                       break;
+
+       }
+       return ECORE_CALLBACK_RENEW;
+}
+
+void __create_volume_timer(void *data, setting_volume_types type)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(data == NULL);
+
+       SettingProfileUG *ad = (SettingProfileUG *)data;
+
+       if(ad->volume_timer)
+       {
+               ecore_timer_del(ad->volume_timer);
+               ad->volume_timer = NULL;
+               SETTING_TRACE_DEBUG("[AA] volume timer is deleted");
+       }
+       ad->volume_timer = ecore_timer_add(SETTING_SOUND_VOLUME_TIMER_INTERVAL, (Ecore_Task_Cb)__volume_timer_cb, ad);
+}
+
+void __ringtone_start_change_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       ad->cur_vol_type = SETTING_VOL_TYPE_RINGTONE;
+       setting_profile_close_other_mm_players_but_type(ad, VOLUME_TYPE_RINGTONE);
+}
+void __noti_start_change_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       ad->cur_vol_type = SETTING_VOL_TYPE_NOTIFICATION;
+       setting_profile_close_other_mm_players_but_type(ad, VOLUME_TYPE_NOTIFICATION);
+}
+void __media_start_change_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       ad->cur_vol_type = SETTING_VOL_TYPE_MEDIA;
+       setting_profile_close_other_mm_players_but_type(ad, VOLUME_TYPE_MEDIA);
+}
+void __system_start_change_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       ad->cur_vol_type = SETTING_VOL_TYPE_SYSTEM;
+       setting_profile_close_other_mm_players_but_type(ad, VOLUME_TYPE_SYSTEM);
+}
+
+void __noti_vib_start_change_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       ad->cur_vol_type = SETTING_VOL_TYPE_NOTI_VIB;
+       setting_profile_close_all_mm_players(ad);
+}
+       
+void __haptic_vib_start_change_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(data == NULL);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       ad->cur_vol_type = SETTING_VOL_TYPE_HAPTIC_VIB;
+       setting_profile_close_all_mm_players(ad);
+}
+
+void __volume_stop_change_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(data == NULL);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       char                    *pa_tone_path = NULL;
+       MMHandleType    **player = NULL;
+
+       double                  value = elm_slider_value_get(obj);
+
+       switch(ad->cur_vol_type)
+       {
+               case SETTING_VOL_TYPE_RINGTONE:
+                       mm_sound_volume_set_value(VOLUME_TYPE_RINGTONE, (unsigned int)(value+0.5));
+                       player = &(ad->mp_ringtone);
+                       if(*player != NULL)
+                               return;
+                       SETTING_TRACE_DEBUG("ringtone player will be created");
+                       pa_tone_path = vconf_get_str(VCONFKEY_SETAPPL_CALL_RINGTONE_PATH_STR);
+                       if(pa_tone_path == NULL)
+               {
+                               pa_tone_path = SETTING_DEFAULT_CALL_TONE;
+                               if(vconf_set_str(VCONFKEY_SETAPPL_CALL_RINGTONE_PATH_STR, SETTING_DEFAULT_CALL_TONE) < 0)
+                               return; 
+               }
+                       setting_profile_play_sound_origin(player, ad, __mm_player_msg_cb,
+                                                                                               pa_tone_path,
+                                                                                               (float)value,
+                                                                                               MM_SOUND_VOLUME_TYPE_RINGTONE);
+                       break;
+               case SETTING_VOL_TYPE_NOTIFICATION:
+                       mm_sound_volume_set_value(VOLUME_TYPE_NOTIFICATION, (unsigned int)(value+0.5));
+                       player = &(ad->mp_noti);
+                       if(*player != NULL)
+                               return;
+                       SETTING_TRACE_DEBUG("noti player will be created");
+                       pa_tone_path = vconf_get_str(VCONFKEY_SETAPPL_NOTI_MSG_RINGTONE_PATH_STR);
+                       if(pa_tone_path == NULL)
+                       {
+                               pa_tone_path = SETTING_DEFAULT_MSG_TONE;
+                               if(vconf_set_str(VCONFKEY_SETAPPL_NOTI_MSG_RINGTONE_PATH_STR, SETTING_DEFAULT_MSG_TONE) < 0)
+                                       return;
+                       }
+                       setting_profile_play_sound_origin(player, ad, __mm_player_msg_cb,
+                                                                                               pa_tone_path,
+                                                                                               (float)value,
+                                                                                               MM_SOUND_VOLUME_TYPE_NOTIFICATION);
+                       break;
+               case SETTING_VOL_TYPE_MEDIA:
+                       mm_sound_volume_set_value(VOLUME_TYPE_MEDIA, (unsigned int)(value+0.5));
+                       player = &(ad->mp_media);
+                       if(*player != NULL)
+                               return; 
+                       SETTING_TRACE_DEBUG("media player will be created");
+                       pa_tone_path = vconf_get_str(VCONFKEY_SETAPPL_MEDIA_TONE_PATH_STR);
+                       if(pa_tone_path == NULL)
+                       {
+                               pa_tone_path = SETTING_DEFAULT_CALL_TONE;
+                               if(vconf_set_str(VCONFKEY_SETAPPL_MEDIA_TONE_PATH_STR, SETTING_DEFAULT_CALL_TONE) < 0)
+                                       return;
+                       }
+                       setting_profile_play_sound_origin(player, ad, __mm_player_msg_cb,
+                                                                                               pa_tone_path,
+                                                                                               (float)value,
+                                                                                               MM_SOUND_VOLUME_TYPE_MEDIA);
+                       break;
+               case SETTING_VOL_TYPE_SYSTEM:
+                       mm_sound_volume_set_value(VOLUME_TYPE_SYSTEM, (unsigned int)(value+0.5));
+                       player = &(ad->mp_sys);
+                       if(*player != NULL)
+                               return;
+                       SETTING_TRACE_DEBUG("ringtone player will be created");
+                       char pattern_file[MAX_COMMON_BUFFER_LEN] = {0,};
+                       svi_get_path(SVI_TYPE_SND, SVI_SND_OPERATION_VIBRATION, pattern_file, sizeof(pattern_file));
+
+                       setting_profile_play_sound_origin(player, ad, __mm_player_msg_cb,
+                                                                                               pattern_file,
+                                                                                               (float)value,
+                                                                                               MM_SOUND_VOLUME_TYPE_SYSTEM);
+                       break;
+               default:
+                       return; 
+       }
+       
+       __create_volume_timer(ad, ad->cur_vol_type);
+       FREE(pa_tone_path);
+
+       SETTING_TRACE_END;
+}
+
+void __vibration_stop_change_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       if (device_haptic_stop_play(ad->hnd_hpt) != 0) {
+               SETTING_TRACE("ERROR device_haptic_stop_play");
+               /* return; */
+       }
+
+       double value = 0.0;
+       switch(ad->cur_vol_type)
+       {
+               case SETTING_VOL_TYPE_NOTI_VIB:
+                       if(ad->data_vib_volume)
+                       {
+                               value = elm_slider_value_get(ad->data_vib_volume->eo_check);
+                               vconf_set_int(VCONFKEY_SETAPPL_NOTI_VIBRATION_LEVEL_INT, (unsigned int)(value+0.5));
+                       }
+                       break;
+               case SETTING_VOL_TYPE_HAPTIC_VIB:
+                       if(ad->data_touch_vib)
+                       {
+                               value = elm_slider_value_get(ad->data_touch_vib->eo_check);
+                               vconf_set_int(VCONFKEY_SETAPPL_TOUCH_FEEDBACK_VIBRATION_LEVEL_INT, (unsigned int)(value+0.5));
+                       }
+                       break;
+               default:
+                       break;
+       }
+       ad->cur_vol_type = SETTING_VOL_TYPE_MAX;
+       SETTING_TRACE_END;
+}
+
+static Evas_Object *__get_main_list(void *data)
+{
+       retv_if(data == NULL, NULL);
+       
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+#ifdef SUPPORT_TAB
+       if(ad->sub_view[SETTING_PROF_VIEW_VOL])
+               return ad->sub_view[SETTING_PROF_VIEW_VOL];
+#endif
+       Evas_Object *genlist = elm_genlist_add(ad->navi_bar);
+       retvm_if(genlist == NULL, NULL,
+                "Cannot set genlist object as contento of layout");
+       elm_genlist_clear(genlist);     /* first to clear list */
+
+       int vconf_value = 0;
+       unsigned int mm_value = 0;
+
+       Elm_Object_Item *item = elm_genlist_item_append(genlist, 
+                                                               &(ad->itc_seperator), NULL, NULL,
+                                                               ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       
+       /* a.use sound */
+       if (vconf_get_bool(VCONFKEY_SETAPPL_SOUND_STATUS_BOOL, &vconf_value) < 0)
+               vconf_value = TRUE;     /*  default value of sound : on */
+       ad->data_sound =
+           setting_create_Gendial_field_def(genlist, &(ad->itc_1text_1icon),
+                                            setting_profile_sound_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, vconf_value,
+                                            SETTING_SOUND_TEXT_SOUND, NULL,
+                                            setting_profile_sound_main_Gendial_chk_cb);
+       if (ad->data_sound) {
+               ad->data_sound->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_sound is NULL");
+       }
+       /* b.use vib */
+       if (vconf_get_bool(VCONFKEY_SETAPPL_VIBRATION_STATUS_BOOL, &vconf_value) < 0)
+               vconf_value = TRUE;     /*  default value of vibration : on */
+       ad->data_vibration =
+           setting_create_Gendial_field_def(genlist, &(ad->itc_1text_1icon),
+                                            setting_profile_sound_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, vconf_value,
+                                            SETTING_SOUND_TEXT_VIBRATION, NULL,
+                                            setting_profile_sound_main_Gendial_chk_cb);
+       if (ad->data_vibration) {
+               ad->data_vibration->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_vibration is NULL");
+       }
+
+       (void)setting_create_Gendial_field_titleItem(genlist,
+                                                    &(ad->itc_group_item),
+                                                    "IDS_ST_BODY_VOLUME", NULL);
+
+       /* d.call volumn. */
+       if(mm_sound_volume_get_value(VOLUME_TYPE_RINGTONE, &mm_value) < 0)
+               mm_value = SETTING_DEFAULT_RINGTONE_VOL_INT;
+       ad->data_call_volume =
+           setting_create_Gendial_field_def(genlist, &(ad->itc_layout), NULL,
+                                            NULL,
+                                            SWALLOW_Type_LAYOUT_SLIDER_WITH_TITLE,
+                                            IMG_SLIDER_BTN_VOLUME01,
+                                            IMG_SLIDER_BTN_VOLUME02, mm_value,
+                                            SETTING_SOUND_TEXT_INCOMING_CALL,
+                                            NULL,
+                                            setting_profile_sound_main_call_ringtone_sound_slider_value_change_cb);
+       if (ad->data_call_volume) {
+               ad->data_call_volume->win_main = ad->win_main_layout;
+               ad->data_call_volume->evas = ad->evas;
+               ad->data_call_volume->slider_min = 0;
+               ad->data_call_volume->slider_max = SETTING_SOUND_VOL_MAX;
+               ad->data_call_volume->userdata = ad;
+               ad->data_call_volume->start_change_cb = __ringtone_start_change_cb;
+               ad->data_call_volume->stop_change_cb = __volume_stop_change_cb;
+               ad->data_call_volume->belongs_to = SETTING_VOL_SOUND_GROUP;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_call_volume is NULL");
+       }
+
+       /* e.noti volumn */
+       if(mm_sound_volume_get_value(VOLUME_TYPE_NOTIFICATION, &mm_value) < 0)
+               mm_value = SETTING_DEFAULT_NOTI_VOL_INT;
+       ad->data_noti_volume =
+           setting_create_Gendial_field_def(genlist, &(ad->itc_layout), NULL,
+                                            NULL,
+                                            SWALLOW_Type_LAYOUT_SLIDER_WITH_TITLE,
+                                            IMG_SLIDER_BTN_VOLUME01,
+                                            IMG_SLIDER_BTN_VOLUME02, mm_value,
+                                            SETTING_SOUND_TEXT_NOTIFICATION,
+                                            NULL,
+                                            setting_profile_sound_main_noti_sound_slider_value_change_cb);
+       if (ad->data_noti_volume) {
+               ad->data_noti_volume->win_main = ad->win_main_layout;
+               ad->data_noti_volume->evas = ad->evas;
+               ad->data_noti_volume->slider_min = 0;
+               ad->data_noti_volume->slider_max = SETTING_SOUND_VOL_MAX;
+               ad->data_noti_volume->userdata = ad;
+               ad->data_noti_volume->start_change_cb = __noti_start_change_cb;
+               ad->data_noti_volume->stop_change_cb = __volume_stop_change_cb;
+               ad->data_noti_volume->belongs_to = SETTING_VOL_SOUND_GROUP;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_noti_volume is NULL");
+       }
+
+       /* g.media volume */
+       if(mm_sound_volume_get_value(VOLUME_TYPE_MEDIA, &mm_value) < 0)
+               mm_value = SETTING_DEFAULT_MEDIA_VOL_INT;
+       ad->data_media_volume =
+           setting_create_Gendial_field_def(genlist, &(ad->itc_layout), NULL,
+                                            NULL,
+                                            SWALLOW_Type_LAYOUT_SLIDER_WITH_TITLE,
+                                            IMG_SLIDER_BTN_VOLUME01,
+                                            IMG_SLIDER_BTN_VOLUME02, mm_value,
+                                            SETTING_SOUND_TEXT_MEDIA, NULL,
+                                            setting_profile_sound_main_media_sound_slider_value_change_cb);
+       if (ad->data_media_volume) {
+               ad->data_media_volume->win_main = ad->win_main_layout;
+               ad->data_media_volume->evas = ad->evas;
+               ad->data_media_volume->slider_min = 0;
+               ad->data_media_volume->slider_max = SETTING_SOUND_VOL_MAX;
+               ad->data_media_volume->userdata = ad;
+               ad->data_media_volume->start_change_cb = __media_start_change_cb;
+               ad->data_media_volume->stop_change_cb = __volume_stop_change_cb;
+               ad->data_media_volume->belongs_to = SETTING_VOL_SOUND_GROUP;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_media_volume is NULL");
+       }
+
+       /* h.system volume */
+       if(mm_sound_volume_get_value(VOLUME_TYPE_SYSTEM, &mm_value) < 0)
+               mm_value = SETTING_DEFAULT_SYSTEM_VOL_INT;
+       ad->data_touch_volume =
+           setting_create_Gendial_field_def(genlist, &(ad->itc_layout), NULL,
+                                            NULL,
+                                            SWALLOW_Type_LAYOUT_SLIDER_WITH_TITLE,
+                                            IMG_SLIDER_BTN_VOLUME01,
+                                            IMG_SLIDER_BTN_VOLUME02, mm_value,
+                                            SETTING_SOUND_TEXT_SYSTEM, NULL,
+                                            settings_profile_sound_main_sys_sound_slider_value_change_cb);
+       if (ad->data_touch_volume) {
+               ad->data_touch_volume->win_main = ad->win_main_layout;
+               ad->data_touch_volume->evas = ad->evas;
+               ad->data_touch_volume->slider_min = 0;
+               ad->data_touch_volume->slider_max = SETTING_SOUND_VOL_MAX;
+               ad->data_touch_volume->userdata = ad;
+               ad->data_touch_volume->start_change_cb = __system_start_change_cb;
+               ad->data_touch_volume->stop_change_cb = __volume_stop_change_cb;
+               ad->data_touch_volume->belongs_to = SETTING_VOL_SOUND_GROUP;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_touch_volume is NULL");
+       }
+
+       (void)setting_create_Gendial_field_titleItem(genlist,
+                                                    &(ad->itc_group_item),
+                                                    "IDS_ST_BODY_CALLALERTTYPE_VIBRATION", NULL);
+
+       /* f.noti vib */
+       if (vconf_get_int(VCONFKEY_SETAPPL_NOTI_VIBRATION_LEVEL_INT, &vconf_value) <
+           0)
+               vconf_value = SETTING_DEFAULT_NOTI_VIB_INT;     /*  default value of notification vibration volume : 5 */
+       ad->data_vib_volume =
+           setting_create_Gendial_field_def(genlist, &(ad->itc_layout), NULL,
+                                            NULL,
+                                            SWALLOW_Type_LAYOUT_SLIDER_WITH_TITLE,
+                                            IMG_VIBRATION_ICON_01,
+                                            IMG_VIBRATION_ICON_02, vconf_value,
+                                            SETTING_SOUND_TEXT_NOTIFICATION,
+                                            NULL,
+                                            setting_profile_sound_main_vib_sound_slider_value_change_cb);
+       if (ad->data_vib_volume) {
+               ad->data_vib_volume->win_main = ad->win_main_layout;
+               ad->data_vib_volume->evas = ad->evas;
+               ad->data_vib_volume->slider_min = 0;
+               ad->data_vib_volume->slider_max = SETTING_VIB_VOL_MAX;
+               ad->data_vib_volume->userdata = ad;
+               ad->data_vib_volume->start_change_cb = __noti_vib_start_change_cb;
+               ad->data_vib_volume->stop_change_cb = __vibration_stop_change_cb;
+               ad->data_vib_volume->belongs_to = SETTING_VOL_VIBRATION_GROUP;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_vib_volume is NULL");
+       }
+
+       /* i.haptic vib */
+       if (vconf_get_int
+           (VCONFKEY_SETAPPL_TOUCH_FEEDBACK_VIBRATION_LEVEL_INT, &vconf_value) < 0)
+               vconf_value = SETTING_DEFAULT_HAPTIC_VIB_INT;   /*  default value of haptic vibration volume : 3 */
+       ad->data_touch_vib =
+           setting_create_Gendial_field_def(genlist, &(ad->itc_layout), NULL,
+                                            NULL,
+                                            SWALLOW_Type_LAYOUT_SLIDER_WITH_TITLE,
+                                            IMG_VIBRATION_ICON_01,
+                                            IMG_VIBRATION_ICON_02, vconf_value,
+                                            "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK", NULL,
+                                            setting_profile_sound_main_touchVib_sound_slider_value_change_cb);
+       if (ad->data_touch_vib) {
+               ad->data_touch_vib->win_main = ad->win_main_layout;
+               ad->data_touch_vib->evas = ad->evas;
+               ad->data_touch_vib->slider_min = 0;
+               ad->data_touch_vib->slider_max = SETTING_VIB_VOL_MAX;
+               ad->data_touch_vib->userdata = ad;
+               ad->data_touch_vib->start_change_cb = __haptic_vib_start_change_cb;
+               ad->data_touch_vib->stop_change_cb = __vibration_stop_change_cb;
+               ad->data_touch_vib->belongs_to = SETTING_VOL_VIBRATION_GROUP;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_touch_vib is NULL");
+       }
+
+       setting_create_Gendial_field_def(genlist, &(ad->itc_bg_1icon),
+                                        NULL, ad,
+                                        SWALLOW_Type_LAYOUT_SPECIALIZTION_X,
+                                        NULL, NULL, 0, SOUND_DESC, NULL, NULL);
+
+       __change_state_of_sliderbars(ad);
+
+       return genlist;
+
+}
+
+static int setting_profile_sound_main_create(void *cb)
+{
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingProfileUG *ad = (SettingProfileUG *) cb;
+
+       ad->ly_main = setting_create_win_layout(ad->win_main_layout, ad->win_get);
+       ad->navi_bar = setting_create_navi_bar(ad->ly_main);
+
+#ifdef SUPPORT_TAB
+       Evas_Object *tabbar= elm_toolbar_add(ad->navi_bar);
+       if(tabbar == NULL)
+               return SETTING_RETURN_FAIL;
+
+       ad->ctrl_bar = tabbar;
+       elm_toolbar_shrink_mode_set(tabbar, ELM_TOOLBAR_SHRINK_EXPAND);
+       elm_object_style_set(tabbar, "top");
+       elm_toolbar_select_mode_set(tabbar, ELM_OBJECT_SELECT_MODE_ALWAYS);
+
+       ad->ctrl_item[0] = elm_toolbar_item_append(tabbar,
+                                       NULL,
+                                       VOLUME_STR, __view_change_cb, ad);
+       
+       ad->ctrl_item[1] = elm_toolbar_item_append(tabbar,
+                                       NULL,
+                                       RINGTONE_STR, __view_change_cb, ad);
+
+       elm_toolbar_item_selected_set(ad->ctrl_item[0], EINA_TRUE);
+
+       Evas_Object *ug_back_btn = elm_button_add(ad->navi_bar);
+       elm_object_style_set(ug_back_btn, NAVI_BACK_BUTTON_STYLE);
+       evas_object_smart_callback_add(ug_back_btn, "clicked", setting_profile_sound_main_click_softkey_cancel_cb, ad);
+       
+       Elm_Object_Item *navi_it = elm_naviframe_item_push(ad->navi_bar, NULL, ug_back_btn, NULL, ad->ctrl_bar, "tabbar");
+       elm_naviframe_item_title_visible_set(navi_it, EINA_FALSE);
+#else
+       Evas_Object *genlist = __get_main_list(ad);
+       
+       Evas_Object *ug_back_btn = elm_button_add(ad->navi_bar);
+       elm_object_style_set(ug_back_btn, NAVI_BACK_BUTTON_STYLE);
+       evas_object_smart_callback_add(ug_back_btn, "clicked", setting_profile_sound_main_click_softkey_cancel_cb, ad);
+       
+       Elm_Object_Item *navi_it = elm_naviframe_item_push(ad->navi_bar, _(KeyStr_Sounds), ug_back_btn, NULL, genlist, NULL);
+       elm_naviframe_item_title_visible_set(navi_it, EINA_TRUE);
+#endif
+
+       setting_view_profile_sound_main.is_create = TRUE;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_profile_sound_main_destroy(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingProfileUG *ad = (SettingProfileUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_del(ad->ly_main);
+               setting_view_profile_sound_main.is_create = FALSE;
+       }
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_profile_sound_main_update(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingProfileUG *ad = (SettingProfileUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_show(ad->ly_main);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_profile_sound_main_cleanup(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingProfileUG *ad = (SettingProfileUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_hide(ad->ly_main);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_profile_sound_main_click_softkey_cancel_cb(void *data,
+                                                  Evas_Object *obj,
+                                                  void *event_info)
+{
+       /* error check */
+       ret_if(data == NULL);
+
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+       
+       /* close mm plaer */
+       setting_profile_close_all_mm_players(ad);
+       /* close vibration */
+       if (device_haptic_stop_play(ad->hnd_hpt) != 0) {
+               SETTING_TRACE("ERROR device_haptic_stop_play");
+               /* return; */
+       }
+
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+
+       return;
+}
+
+
+
+static void
+setting_profile_sound_main_Gendial_chk_cb(void *data, Evas_Object *obj,
+                                         void *event_info)
+{
+       /* error check */
+       ret_if(data == NULL);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       int state = list_item->chk_status = elm_check_state_get(obj);   /*  for genlist update status */
+
+       /* restore the selected check status */
+       list_item->chk_status = state;
+       elm_check_state_set(list_item->eo_check, state);
+
+       if (!safeStrCmp(SETTING_SOUND_TEXT_SOUND, list_item->keyStr)) {
+               if (vconf_set_bool(VCONFKEY_SETAPPL_SOUND_STATUS_BOOL, list_item->chk_status) < 0) {
+                       list_item->chk_status = !state;
+                       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+               }
+
+               if (list_item->chk_status) {
+                       setting_enable_genlist_item(ad->data_call_volume->item);
+                       setting_enable_genlist_item(ad->data_noti_volume->item);
+                       setting_enable_genlist_item(ad->data_media_volume->item);
+                       setting_enable_genlist_item(ad->data_touch_volume->item);
+               } else {
+                       setting_profile_close_all_mm_players(ad);
+                       setting_disable_genlist_item(ad->data_call_volume->item);
+                       setting_disable_genlist_item(ad->data_noti_volume->item);
+                       setting_disable_genlist_item(ad->data_media_volume->item);
+                       setting_disable_genlist_item(ad->data_touch_volume->item);
+               }
+       } else if (!safeStrCmp(SETTING_SOUND_TEXT_VIBRATION, list_item->keyStr)) {
+               if (vconf_set_bool(VCONFKEY_SETAPPL_VIBRATION_STATUS_BOOL, list_item->chk_status) < 0) {
+                       list_item->chk_status = !state;
+                       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+               }
+               if (list_item->chk_status) {
+                       setting_enable_genlist_item(ad->data_vib_volume->item);
+                       setting_enable_genlist_item(ad->data_touch_vib->item);
+               } else {
+                       if (device_haptic_stop_play(ad->hnd_hpt) != 0) {
+                               SETTING_TRACE("ERROR device_haptic_stop_play");
+                       }
+                       setting_disable_genlist_item(ad->data_vib_volume->item);
+                       setting_disable_genlist_item(ad->data_touch_vib->item);
+               }
+       }
+}
+
+static void
+setting_profile_sound_main_mouse_up_Gendial_list_cb(void *data,
+                                                   Evas_Object *obj,
+                                                   void *event_info)
+{
+       /* error check */
+       ret_if(data == NULL);
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       SettingProfileUG *ad = data;
+
+       if(ad->hnd_hpt)
+                       device_haptic_stop_play(ad->hnd_hpt); 
+
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+
+       if (!safeStrCmp(SETTING_SOUND_TEXT_SOUND, list_item->keyStr)) {
+               int old_status = elm_check_state_get(list_item->eo_check);
+               if (vconf_set_bool(VCONFKEY_SETAPPL_SOUND_STATUS_BOOL, !old_status) == 0) {
+                       /* new status */
+                       list_item->chk_status = !old_status;
+                       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+                       if (list_item->chk_status) {
+                               setting_enable_genlist_item(ad->data_call_volume->item);
+                               setting_enable_genlist_item(ad->data_noti_volume->item);
+                               setting_enable_genlist_item(ad->data_media_volume->item);
+                               setting_enable_genlist_item(ad->data_touch_volume->item);
+                       } else {
+                               setting_profile_close_all_mm_players(ad);
+                               setting_disable_genlist_item(ad->data_call_volume->item);
+                               setting_disable_genlist_item(ad->data_noti_volume->item);
+                               setting_disable_genlist_item(ad->data_media_volume->item);
+                               setting_disable_genlist_item(ad->data_touch_volume->item);
+                       }
+               }
+               return;
+       } else if (!safeStrCmp(SETTING_SOUND_TEXT_VIBRATION, list_item->keyStr)) {
+               int old_status = elm_check_state_get(list_item->eo_check);
+               if (vconf_set_bool(VCONFKEY_SETAPPL_VIBRATION_STATUS_BOOL, !old_status) == 0) {
+                       /* new status */
+                       list_item->chk_status = !old_status;
+                       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+                       if (list_item->chk_status) {
+                               setting_enable_genlist_item(ad->data_vib_volume->item);
+                               setting_enable_genlist_item(ad->data_touch_vib->item);
+                       } else {
+                               if (device_haptic_stop_play(ad->hnd_hpt) != 0) {
+                                       SETTING_TRACE("ERROR device_haptic_stop_play");
+                               }
+                               setting_disable_genlist_item(ad->data_vib_volume->item);
+                               setting_disable_genlist_item(ad->data_touch_vib->item);
+                       }
+               }
+               return;
+       }
+}
+
+static void
+setting_profile_sound_main_call_ringtone_sound_slider_value_change_cb(void *data,
+                                                                     Evas_Object *obj,
+                                                                     void *event_info)
+{
+       /* error check */
+       ret_if(data == NULL);
+
+       double val = elm_slider_value_get(obj);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       if(ad->mp_ringtone == NULL)
+               return;
+       
+       if(list_item->chk_status != (int)(val+0.5))
+       {
+               list_item->chk_status = (int)(val+0.5);
+               SETTING_TRACE_DEBUG("ringtone volume is %d, %f", list_item->chk_status, val);
+       }
+}
+
+static void
+setting_profile_sound_main_noti_sound_slider_value_change_cb(void *data,
+                                                            Evas_Object *obj,
+                                                            void *event_info)
+{
+       /* error check */
+       ret_if(data == NULL);
+
+       double val = elm_slider_value_get(obj);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+       
+       if(ad->mp_noti == NULL)
+               return;
+       
+       if(list_item->chk_status != (int)(val+0.5))
+       {
+               list_item->chk_status = val;
+       }
+}
+
+static void
+setting_profile_sound_main_media_sound_slider_value_change_cb(void *data,
+                                                             Evas_Object *obj,
+                                                             void *event_info)
+{
+       /* error check */
+       ret_if(data == NULL);
+
+       double val = elm_slider_value_get(obj);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       if(ad->mp_media == NULL)
+               return;
+       if(list_item->chk_status != (int)(val+0.5))
+       {
+               list_item->chk_status = val;
+       }
+}
+
+static void
+settings_profile_sound_main_sys_sound_slider_value_change_cb(void *data,
+                                                           Evas_Object *obj,
+                                                           void *event_info)
+{
+       /* error check */
+       ret_if(data == NULL);
+
+       double val = elm_slider_value_get(obj);
+
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+
+       if(ad->mp_sys == NULL)
+               return;
+
+       if(list_item->chk_status != (int)(val+0.5))
+       {
+               list_item->chk_status = val;
+       }
+}
+
+static void
+setting_profile_sound_main_vib_sound_slider_value_change_cb(void *data,
+                                                           Evas_Object *obj,
+                                                           void *event_info)
+{
+       /* error check */
+       ret_if(data == NULL);
+
+       static double priv_val_db = 5.0;
+       static int priv_val_int = 0;
+       double val = elm_slider_value_get(obj);
+       SETTING_TRACE("val = %f", val);
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+       list_item->chk_status = val;
+
+       int value;
+       int err;
+
+       value = (int)(val + 0.5);       /*  to sync displayed value on slider */
+       if (value != priv_val_int) {
+               int vib_volume = value;
+               char pattern_file[MAX_COMMON_BUFFER_LEN] = {0,};
+               svi_get_path(SVI_TYPE_VIB, SVI_VIB_NOTIFICATION_GENERAL, pattern_file, sizeof(pattern_file));
+               device_haptic_stop_play(ad->hnd_hpt);
+               err = device_haptic_play_file(ad->hnd_hpt, pattern_file, 1, vib_volume);
+
+               if (err < 0)
+                       SETTING_TRACE("Failed to play haptic monotone");
+               priv_val_int = value;
+       }
+       priv_val_db = val;
+
+}
+
+static void
+setting_profile_sound_main_touchVib_sound_slider_value_change_cb(void *data,
+                                                                Evas_Object *
+                                                                obj, void
+                                                                *event_info)
+{
+       /* error check */
+       ret_if(data == NULL);
+
+       static double priv_val_db = 3.0;
+       static int priv_val_int = 0;
+       double val = elm_slider_value_get(obj);
+       SETTING_TRACE("val = %f", val);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       SettingProfileUG *ad = list_item->userdata;
+       list_item->chk_status = val;
+
+       int value;
+       int err;
+
+       value = (int)(val + 0.5);       /*  to sync displayed value on slider */
+       if (value != priv_val_int) {
+
+               int vib_volume = value; /* SETTING_VIB_VOL_MAX; */
+               char pattern_file[MAX_COMMON_BUFFER_LEN] = {0,};
+               svi_get_path(SVI_TYPE_VIB, SVI_VIB_OPERATION_VIBRATION, pattern_file, sizeof(pattern_file));
+               device_haptic_stop_play(ad->hnd_hpt);
+               err = device_haptic_play_file(ad->hnd_hpt, pattern_file, 1, vib_volume);
+
+               if (err < 0)
+                       SETTING_TRACE("Failed to play haptic monotone");
+               priv_val_int = value;
+       }
+       priv_val_db = val;
+}
+
diff --git a/setting-profile/src/setting-profile.c b/setting-profile/src/setting-profile.c
new file mode 100755 (executable)
index 0000000..a4d7dbd
--- /dev/null
@@ -0,0 +1,962 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-profile.h>
+#include <devman_haptic.h>
+
+#ifndef UG_MODULE_API
+#define UG_MODULE_API __attribute__ ((visibility("default")))
+#endif
+
+SettingProfileUG *g_ProfileUG = NULL;  /*  just a handler */
+
+static void setting_profile_ug_cb_resize(void *data, Evas *e,
+                                        Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+       setting_view_update(&setting_view_profile_sound_main, ad);
+
+}
+
+/**
+ *@ To sync Setting App volume with Volume Hard key volume
+ */
+static void __ringtone_volume_callback_fn(void *data)
+{
+       unsigned int volume = 0;
+       double old_volume = 0;
+
+       ret_if(data == NULL);
+
+       SettingProfileUG *ad = data;
+
+       mm_sound_volume_get_value(VOLUME_TYPE_RINGTONE, &volume);       /* call ringtone */
+
+       ret_if(ad->data_call_volume == NULL);
+
+       old_volume = elm_slider_value_get(ad->data_call_volume->eo_check);
+
+       if ((int)volume != (int)(old_volume+0.5)) {     /* reset again */
+                       elm_slider_value_set(ad->data_call_volume->eo_check, volume);
+       }
+}
+
+static void __notification_volume_callback_fn(void *data)
+{
+       unsigned int volume = 0;
+       double old_volume = 0;
+
+       ret_if(data == NULL);
+
+       SettingProfileUG *ad = data;
+
+       mm_sound_volume_get_value(VOLUME_TYPE_NOTIFICATION, &volume);   /*  notification */
+
+       ret_if(ad->data_noti_volume == NULL);
+
+       old_volume = elm_slider_value_get(ad->data_noti_volume->eo_check);
+
+       if ((int)volume != (int)(old_volume+0.5)) {     /* reset again */
+                       elm_slider_value_set(ad->data_noti_volume->eo_check, volume);
+       }
+}
+
+static void __media_volume_callback_fn(void *data)
+{
+       unsigned int volume = 0;
+       double old_volume = 0;
+
+       ret_if(data == NULL);
+
+       SettingProfileUG *ad = data;
+
+       mm_sound_volume_get_value(VOLUME_TYPE_MEDIA, &volume);  /*  notification */
+
+       ret_if(ad->data_media_volume == NULL);
+
+       old_volume = elm_slider_value_get(ad->data_media_volume->eo_check);
+
+       if ((int)volume != (int)(old_volume+0.5)) {     /* reset again */
+                       elm_slider_value_set(ad->data_media_volume->eo_check, volume);
+       }
+}
+
+static void __system_volume_callback_fn(void *data)
+{
+       unsigned int volume = 0;
+       double old_volume = 0;
+
+       ret_if(data == NULL);
+
+       SettingProfileUG *ad = data;
+
+       mm_sound_volume_get_value(VOLUME_TYPE_SYSTEM, &volume); /* system */
+
+       ret_if(ad->data_touch_volume == NULL);
+
+       old_volume = elm_slider_value_get(ad->data_touch_volume->eo_check);
+
+       if ((int)volume != (int)(old_volume+0.5)) {     /* reset again */
+                       elm_slider_value_set(ad->data_touch_volume->eo_check, volume);
+       }
+}
+
+static char* __gl_sound_slider_text_get(void *data, Evas_Object *obj, const char *part)
+{
+       retv_if(data == NULL, NULL);
+       Setting_GenGroupItem_Data *item_data = (Setting_GenGroupItem_Data*)data;
+
+       if(item_data->keyStr)
+               return (char*)g_strdup(_(item_data->keyStr));
+       else
+               return NULL;
+}
+static Evas_Object* __gl_sound_slider_content_get(void *data, Evas_Object *obj, const char *part)
+{
+       appcore_measure_start();
+       retv_if(data == NULL, NULL);
+       Setting_GenGroupItem_Data *item_data = (Setting_GenGroupItem_Data*)data;
+
+       Evas_Object *slider = setting_create_slider(obj, item_data->evas,
+                                                                                               item_data->l_swallow_path,
+                                                                                               item_data->r_swallow_path,
+                                                                                               item_data->chk_status,
+                                                                                               item_data->slider_min,
+                                                                                               item_data->slider_max,
+                                                                                               item_data->chk_change_cb,
+                                                                                               item_data->start_change_cb,
+                                                                                               item_data->stop_change_cb,
+                                                                                               item_data);
+       if(slider == NULL)
+               return NULL;
+
+       item_data->eo_check = slider;
+
+       evas_object_pass_events_set(slider, EINA_TRUE);
+       evas_object_propagate_events_set(slider, EINA_FALSE);
+
+       if(item_data->userdata == NULL)
+               return NULL;
+
+       SettingProfileUG *ad = (SettingProfileUG*)item_data->userdata;
+
+       if((item_data->belongs_to == SETTING_VOL_SOUND_GROUP) 
+                       && (ad->data_sound) 
+                       && (ad->data_sound->chk_status == FALSE))
+               setting_disable_genlist_item(item_data->item);
+       else if((item_data->belongs_to == SETTING_VOL_VIBRATION_GROUP) 
+                       && (ad->data_vibration) 
+                       && (ad->data_vibration->chk_status == FALSE))
+               setting_disable_genlist_item(item_data->item);
+
+       return slider;
+}
+
+static void __gl_sound_slider_del(void *data, Evas_Object *obj)
+{
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) data;
+       if (item_data) {
+               G_FREE(item_data->keyStr);
+               G_FREE(item_data->sub_desc);
+               G_FREE((item_data->l_swallow_path));
+               G_FREE((item_data->r_swallow_path));
+               G_FREE(item_data->item_style);
+
+
+               if (item_data->digits_filter_data)
+               {
+                       G_FREE(item_data->digits_filter_data->accepted);
+                       G_FREE(item_data->digits_filter_data->rejected);
+                       FREE(item_data->digits_filter_data);
+
+               }
+
+               if (item_data->notify) {
+                       evas_object_del(item_data->notify);
+                       item_data->notify = NULL;
+               }
+
+               FREE(item_data->limit_filter_data);
+               FREE(item_data);
+       }
+       return;
+}
+
+static void setting_profile_vconf_change_cb(keynode_t *key, void *data)
+{
+       ret_if(data == NULL);
+
+       SettingProfileUG *ad = data;
+       int status = 0;
+       char *vconf_name = vconf_keynode_get_name(key);
+
+       if (!safeStrCmp(vconf_name, VCONFKEY_SYSMAN_MMC_STATUS)) {
+               status = vconf_keynode_get_int(key);
+               SETTING_TRACE("status:%d", status);
+               if (VCONFKEY_SYSMAN_MMC_MOUNTED != status) {
+                       ret_if((!ad->mp_ringtone && !ad->mp_noti && !ad->mp_media && !ad->mp_sys));
+                       SETTING_TRACE("song_playing:%s", ad->song_playing);
+
+                       if (!safeStrNCmp(SETTING_PROFILE_MMC_PATH, ad->song_playing,
+                            safeStrLen(SETTING_PROFILE_MMC_PATH))) {
+                               /*  close mm plaer */
+                               setting_profile_close_all_mm_players(ad);
+                               /*  close vibration */
+                               if (device_haptic_stop_play(ad->hnd_hpt) != 0) {
+                                       SETTING_TRACE("ERROR device_haptic_stop_play");
+                               }
+                       }
+               }
+       }
+       else if (!safeStrCmp(vconf_name, VCONFKEY_SETAPPL_SOUND_STATUS_BOOL)) {
+               status = vconf_keynode_get_bool(key);
+               SETTING_TRACE_DEBUG("sound status is changed. %d", status);
+               elm_check_state_set(ad->data_sound->eo_check, status);
+               if(status)
+               {
+                       setting_enable_genlist_item(ad->data_call_volume->item);
+                       setting_enable_genlist_item(ad->data_noti_volume->item);
+                       setting_enable_genlist_item(ad->data_media_volume->item);
+                       setting_enable_genlist_item(ad->data_touch_volume->item);
+               }
+               else
+               {
+                       setting_disable_genlist_item(ad->data_call_volume->item);
+                       setting_disable_genlist_item(ad->data_noti_volume->item);
+                       setting_disable_genlist_item(ad->data_media_volume->item);
+                       setting_disable_genlist_item(ad->data_touch_volume->item);
+               }
+       }
+       else if (!safeStrCmp(vconf_name, VCONFKEY_SETAPPL_VIBRATION_STATUS_BOOL)) {
+               status = vconf_keynode_get_bool(key);
+               SETTING_TRACE_DEBUG("vibration status is changed. %d", status);
+               elm_check_state_set(ad->data_vibration->eo_check, status);
+               if(status)
+               {
+                       setting_enable_genlist_item(ad->data_vib_volume->item);
+                       setting_enable_genlist_item(ad->data_touch_vib->item);
+               }
+               else
+               {
+                       setting_disable_genlist_item(ad->data_vib_volume->item);
+                       setting_disable_genlist_item(ad->data_touch_vib->item);
+               }
+       }       
+}
+
+int setting_profile_listen_vconf_change(void *data)
+{
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       int ret = 0;
+
+       ret = vconf_notify_key_changed(VCONFKEY_SYSMAN_MMC_STATUS,
+                                                               setting_profile_vconf_change_cb, data);
+       setting_retvm_if(ret < 0, ret, "%s notifications Failed(%d)", 
+                                       (char *)VCONFKEY_SYSMAN_MMC_STATUS, ret);
+
+       ret = vconf_notify_key_changed(VCONFKEY_SETAPPL_SOUND_STATUS_BOOL,
+                                                                       setting_profile_vconf_change_cb, data);
+       setting_retvm_if(ret < 0, ret, "%s notifications Failed(%d)",
+                                       (char *)VCONFKEY_SETAPPL_SOUND_STATUS_BOOL, ret);
+
+       ret = vconf_notify_key_changed(VCONFKEY_SETAPPL_VIBRATION_STATUS_BOOL,
+                                                                       setting_profile_vconf_change_cb, data);
+       setting_retvm_if(ret < 0, ret, "%s notifications Failed(%d)",
+                                       (char *)VCONFKEY_SETAPPL_VIBRATION_STATUS_BOOL, ret);
+       
+
+       return 0;
+}
+
+int setting_profile_unlisten_vconf_change(void *data)
+{
+       /* unused listen */
+       (void)vconf_ignore_key_changed(VCONFKEY_SYSMAN_MMC_STATUS,
+                                                               setting_profile_vconf_change_cb);
+       (void)vconf_ignore_key_changed(VCONFKEY_SETAPPL_SOUND_STATUS_BOOL,
+                                                               setting_profile_vconf_change_cb);
+       (void)vconf_ignore_key_changed(VCONFKEY_SETAPPL_VIBRATION_STATUS_BOOL,
+                                                               setting_profile_vconf_change_cb);
+       return 0;
+}
+
+static void *setting_profile_ug_on_create(struct ui_gadget *ug,
+                                         enum ug_mode mode, bundle *data,
+                                         void *priv)
+{
+       appcore_measure_start();
+       retv_if(priv == NULL, NULL);
+       retv_if(ug == NULL, NULL);
+
+       SettingProfileUG *profileUG = priv;
+       profileUG->ug = ug;
+       g_ProfileUG = profileUG;
+
+       profileUG->win_main_layout = (Evas_Object *) ug_get_parent_layout(ug);
+       profileUG->win_get = (Evas_Object *) ug_get_window();
+
+       evas_object_show(profileUG->win_main_layout);
+       profileUG->evas = evas_object_evas_get(profileUG->win_main_layout);
+
+       setting_retvm_if(profileUG->win_main_layout == NULL, NULL, "cannot get main window ");
+
+       mm_sound_volume_add_callback(VOLUME_TYPE_RINGTONE,
+                                    __ringtone_volume_callback_fn, profileUG);
+       mm_sound_volume_add_callback(VOLUME_TYPE_NOTIFICATION,
+                                    __notification_volume_callback_fn, profileUG);
+       mm_sound_volume_add_callback(VOLUME_TYPE_MEDIA,
+                                    __media_volume_callback_fn, profileUG);
+       mm_sound_volume_add_callback(VOLUME_TYPE_SYSTEM,
+                                    __system_volume_callback_fn, profileUG);
+
+       /* register view node table */
+       setting_view_node_table_intialize();
+       setting_view_node_table_register(&setting_view_profile_sound_main, NULL);
+
+       setting_create_Gendial_itc("dialogue/1text.1icon", &(profileUG->itc_1text_1icon));
+       setting_create_Gendial_itc("dialogue/title", &(profileUG->itc_group_item));
+       setting_create_Gendial_itc("dialogue/2text.3", &(profileUG->itc_2text_2)); 
+       profileUG->itc_layout.item_style = "dialogue/1text.1icon.5"; 
+       profileUG->itc_layout.func.text_get = __gl_sound_slider_text_get;
+       profileUG->itc_layout.func.content_get = __gl_sound_slider_content_get;
+       profileUG->itc_layout.func.state_get = NULL;
+       profileUG->itc_layout.func.del = __gl_sound_slider_del; 
+
+       setting_create_Gendial_itc("dialogue/2text.3/expandable", &(profileUG->itc_2text_3_parent));
+       setting_create_Gendial_itc("dialogue/1text.1icon/expandable2", &(profileUG->itc_1icon_1text_sub));
+       setting_create_Gendial_itc("multiline/1text", &(profileUG->itc_bg_1icon));
+
+       profileUG->itc_seperator.item_style = "dialogue/separator/21/with_line"; 
+       profileUG->itc_seperator.func.text_get = NULL;
+       profileUG->itc_seperator.func.content_get = NULL;
+       profileUG->itc_seperator.func.state_get = NULL;
+       profileUG->itc_seperator.func.del = NULL;
+
+       /*  creating a view. */
+       setting_view_node_set_cur_view(&setting_view_profile_sound_main);
+       setting_view_create(&setting_view_profile_sound_main, (void *)profileUG);
+
+       evas_object_event_callback_add(profileUG->win_main_layout,
+                                      EVAS_CALLBACK_RESIZE,
+                                      setting_profile_ug_cb_resize, profileUG);
+
+       setting_profile_listen_vconf_change(profileUG);
+
+       return profileUG->ly_main;
+}
+
+static void setting_profile_ug_on_start(struct ui_gadget *ug, bundle *data, void *priv)
+{
+}
+
+static void setting_profile_ug_on_pause(struct ui_gadget *ug, bundle *data, void *priv)
+{
+       ret_if(priv == NULL);
+       SettingProfileUG *profileUG = (SettingProfileUG*)priv;
+
+       /* if click home key, players have to be closed */
+       setting_profile_close_all_mm_players(profileUG);
+}
+
+static void setting_profile_ug_on_resume(struct ui_gadget *ug, bundle *data, void *priv)
+{
+
+}
+
+static void setting_profile_ug_on_destroy(struct ui_gadget *ug, bundle *data, void *priv)
+{
+       ret_if(ug == NULL);
+       ret_if(priv == NULL);
+
+       SettingProfileUG *profileUG = priv;
+       setting_profile_unlisten_vconf_change(profileUG);
+       evas_object_event_callback_del(profileUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_profile_ug_cb_resize); /* fix flash issue for gallery */
+       profileUG->ug = ug;
+
+       mm_sound_volume_remove_callback(MM_SOUND_VOLUME_TYPE_RINGTONE);
+       mm_sound_volume_remove_callback(MM_SOUND_VOLUME_TYPE_NOTIFICATION);
+       mm_sound_volume_remove_callback(MM_SOUND_VOLUME_TYPE_SYSTEM);
+       mm_sound_volume_remove_callback(MM_SOUND_VOLUME_TYPE_MEDIA);
+
+       int ret = device_haptic_close(profileUG->hnd_hpt);
+       if (ret != 0) {
+               SETTING_TRACE_DEBUG("%s*** [ERR] Failed device_haptic_close ***%s",
+                                               SETTING_FONT_RED, SETTING_FONT_BLACK);
+       }
+       setting_profile_close_all_mm_players(profileUG);
+
+       /* it is the view manage strategy to invoke view's destory operation. */
+       setting_view_destroy(&setting_view_profile_sound_main, profileUG);
+       if (NULL != ug_get_layout(profileUG->ug)) {
+               evas_object_hide((Evas_Object *) ug_get_layout(profileUG->ug));
+               evas_object_del((Evas_Object *) ug_get_layout(profileUG->ug));
+       }
+}
+
+static void setting_profile_ug_on_message(struct ui_gadget *ug, bundle *msg,
+                                         bundle *data, void *priv)
+{
+
+}
+
+static void setting_profile_ug_on_event(struct ui_gadget *ug,
+                                       enum ug_event event, bundle *data, void *priv)
+{
+       switch (event) {
+               case UG_EVENT_LOW_MEMORY:
+                       break;
+               case UG_EVENT_LOW_BATTERY:
+                       break;
+               case UG_EVENT_LANG_CHANGE:
+                       break;
+               case UG_EVENT_ROTATE_PORTRAIT:
+                       break;
+               case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN:
+                       break;
+               case UG_EVENT_ROTATE_LANDSCAPE:
+                       break;
+               case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN:
+                       break;
+               case UG_EVENT_REGION_CHANGE:
+                       break;
+               default:
+                       break;
+       }
+}
+
+static void setting_profile_ug_on_key_event(struct ui_gadget *ug,
+                                           enum ug_key_event event, bundle *data, void *priv)
+{
+       ret_if(ug == NULL);
+       ret_if(priv == NULL);
+
+       SettingProfileUG *ad = (SettingProfileUG *) priv;
+
+       switch (event) {
+               case UG_KEY_EVENT_END:
+                       if (elm_naviframe_top_item_get(ad->navi_bar) ==
+                           elm_naviframe_bottom_item_get(ad->navi_bar)) {
+                               ug_destroy_me(ug);
+                       } else {
+                               if (&setting_view_profile_sound_main ==
+                                   setting_view_node_get_cur_view()) {
+
+                                       /* close mm plaer */
+                                       setting_profile_close_all_mm_players(ad);
+                                       /* close vibration */
+                                       if (device_haptic_stop_play(ad->hnd_hpt) != 0) {
+                                               SETTING_TRACE("ERROR device_haptic_stop_play");
+                                       }
+                               }
+                               setting_view_cb_at_endKey(ad);
+                       }
+                       break;
+               default:
+                       break;
+       }
+}
+
+UG_MODULE_API int UG_MODULE_INIT(struct ug_module_ops *ops)
+{
+       appcore_measure_start();
+       SettingProfileUG *profileUG = calloc(1, sizeof(SettingProfileUG));
+       setting_retvm_if(!profileUG, -1, "Create SettingProfileUG obj failed");
+
+       ops->create = setting_profile_ug_on_create;
+       ops->start = setting_profile_ug_on_start;
+       ops->pause = setting_profile_ug_on_pause;
+       ops->resume = setting_profile_ug_on_resume;
+       ops->destroy = setting_profile_ug_on_destroy;
+       ops->message = setting_profile_ug_on_message;
+       ops->event = setting_profile_ug_on_event;
+       ops->key_event = setting_profile_ug_on_key_event;
+       ops->priv = profileUG;
+       ops->opt = UG_OPT_INDICATOR_ENABLE;
+       /* Haptic init */
+       profileUG->hnd_hpt = device_haptic_open(DEV_IDX_0, 0);
+
+       if (profileUG->hnd_hpt < 0) {
+               SETTING_TRACE_DEBUG("%s*** [ERR] Failed device_haptic_open ***%s",
+                                               SETTING_FONT_RED, SETTING_FONT_BLACK);
+               return SETTING_RETURN_FAIL;
+       }
+
+       return 0;
+}
+
+UG_MODULE_API void UG_MODULE_EXIT(struct ug_module_ops *ops)
+{
+       ret_if(ops == NULL);
+
+       struct SettingProfileUG *profileUG;
+       profileUG = ops->priv;
+       if (profileUG)
+               FREE(profileUG);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+int setting_profile_check_file_exist(void *data, const char *file_path)
+{
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       retv_if(file_path == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       
+       if (!ecore_file_exists(file_path)) {
+               SETTING_TRACE_ERROR("Cannot find the ringtone file[%s]!", file_path);
+               return SETTING_RETURN_FAIL;
+       }
+
+       int mmc_status = VCONFKEY_SYSMAN_MMC_REMOVED;
+       vconf_get_int(VCONFKEY_SYSMAN_MMC_STATUS, &mmc_status);
+       if (VCONFKEY_SYSMAN_MMC_MOUNTED != mmc_status) 
+       {
+               if (!safeStrNCmp(SETTING_PROFILE_MMC_PATH, file_path, safeStrLen(SETTING_PROFILE_MMC_PATH))) 
+               {
+                       return SETTING_RETURN_FAIL;
+               }
+       }
+       return SETTING_RETURN_SUCCESS;
+}
+
+MMHandleType *setting_profile_play_sound(void *data, void *cb,
+                                        char *ringtone_file,
+                                        int vol,
+                                        enum MMSoftwareVolumeTableType
+                                        table_type)
+{
+       /* error check */
+       retv_if(data == NULL, NULL);
+
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+
+       int is_existing = setting_profile_check_file_exist(ad, ringtone_file);
+       if(is_existing == SETTING_RETURN_FAIL)
+       {
+               char pattern_file[MAX_COMMON_BUFFER_LEN] = {0,};
+               switch(table_type)
+               {
+                       case MM_SOUND_VOLUME_TYPE_RINGTONE:
+                       case MM_SOUND_VOLUME_TYPE_MEDIA:
+                               ad->song_playing = (char *)g_strdup(SETTING_DEFAULT_CALL_TONE);
+                               break;
+                       case MM_SOUND_VOLUME_TYPE_NOTIFICATION:
+                               ad->song_playing = (char *)g_strdup(SETTING_DEFAULT_MSG_TONE);
+                               break;
+                       case MM_SOUND_VOLUME_TYPE_SYSTEM:
+                               svi_get_path(SVI_TYPE_SND, SVI_SND_TOUCH_TOUCH1, pattern_file, sizeof(pattern_file));
+                               ad->song_playing = (char *)g_strdup(pattern_file);
+                               break;
+                       default:
+                               break;
+               }
+
+       }
+       else {
+               ad->song_playing = (char *)g_strdup(ringtone_file);
+       }
+
+       MMHandleType *player = calloc(1, sizeof(MMHandleType));
+       if (!player) {
+               SETTING_TRACE_ERROR("failed to calloc MMHandleType");
+               return NULL;
+       }
+
+       int err = 0;
+       char *err_attr_name= NULL;
+
+       err = mm_player_create(player);
+       if (err != MM_ERROR_NONE) {
+               SETTING_TRACE_ERROR("creating the player handle failed[%d]", err);
+               free(player);
+               return NULL;
+       }
+
+       err = mm_player_set_attribute(*player, &err_attr_name,
+                                   "sound_volume_type", table_type,
+                                   "profile_uri", ad->song_playing,
+                                   safeStrLen(ad->song_playing), NULL);
+       if (err != MM_ERROR_NONE) {
+               SETTING_TRACE_ERROR("error to set attribute---profile_uri[%d]", err);
+               mm_player_destroy(*player);
+               free(player);
+               return NULL;
+       }
+
+       err = mm_player_set_attribute(*player, &err_attr_name,
+                                   "sound_volume_type", table_type,
+                                   "profile_play_count", 1, NULL);
+       if (err != MM_ERROR_NONE) {
+               SETTING_TRACE_ERROR("error to set attribute---profile_play_count[%d]", err);
+               mm_player_destroy(*player);
+               free(player);
+               return NULL;
+       }
+
+       err = mm_player_realize(*player);
+       if (err != MM_ERROR_NONE) {
+               SETTING_TRACE_ERROR("realizing the player handle failed[%d]", err);
+               mm_player_destroy(*player);
+               free(player);
+               return NULL;
+       }
+
+       MMPlayerStateType state = -1;
+       mm_player_get_state(*player, &state);
+       SETTING_TRACE("state:%d", state);
+
+       if (state != MM_PLAYER_STATE_READY) {
+               SETTING_TRACE_ERROR("state of player is invalid %d", err);
+               mm_player_unrealize(*player);
+               mm_player_destroy(*player);
+               free(player);
+               return NULL;
+       }
+
+       mm_player_set_message_callback(*player, cb, ad);
+       err = mm_player_start(*player);
+       if (err != MM_ERROR_NONE) {     /* if directly return error.. */
+               SETTING_TRACE_ERROR("mm_player_start [%d]", err);
+               mm_player_set_message_callback(*player, NULL, NULL);
+               mm_player_unrealize(*player);
+               mm_player_destroy(*player);
+               free(player);
+               return NULL;
+       }
+
+       SETTING_TRACE("waiting..");
+       ad->playing_volume = vol;
+
+       return player;
+}
+
+#define EXP 0.001
+void setting_profile_play_sound_origin(MMHandleType **mp_handle, void *data,
+                                      void *cb, char *ringtone_file,
+                                      /* int vol, */
+                                      float vol,
+                                      enum MMSoftwareVolumeTableType table_type)
+{
+       /* error check */
+       ret_if(data == NULL);
+
+       if (vol < EXP) {
+               SETTING_TRACE_DEBUG("vol < EXP");
+               if (*mp_handle) {
+                       if (setting_profile_stop_sound(data, *mp_handle) != SETTING_RETURN_SUCCESS) {
+                               /* error */
+                       } else {
+                               *mp_handle = NULL;
+                       }
+               }
+               return;
+       }
+
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+       if (*mp_handle == NULL) {
+               *mp_handle = setting_profile_play_sound(ad, cb, ringtone_file, vol, table_type);
+       }
+}
+
+void setting_profile_change_player_volume(MMHandleType **mp_handle, void *data, float vol)
+{
+       ret_if(data == NULL);
+
+       if (*mp_handle == NULL)
+               return;
+
+
+       int ret= 0;
+
+       MMPlayerStateType state = -1;
+       mm_player_get_state(*(*mp_handle), &state);
+
+       if(state != MM_PLAYER_STATE_PLAYING)
+               return;
+
+       MMPlayerVolumeType volume;
+       memset(&volume, 0, sizeof(MMPlayerVolumeType));
+       float volumn = vol / VOLUME_DEN;
+       volume.level[MM_CHANNEL_LEFT] = volume.level[MM_CHANNEL_RIGHT] = volumn;
+       ret = mm_player_set_volume(*(*mp_handle), &volume);
+       setting_retm_if(ret != MM_ERROR_NONE, "mm player set volume failed");
+}
+
+int setting_profile_stop_sound(void *data, MMHandleType *player)
+{
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+       if (ad->song_playing) {
+               g_free(ad->song_playing);
+               ad->song_playing = NULL;
+       }
+
+       MMPlayerStateType state = -1;
+       int ret = SETTING_RETURN_SUCCESS;
+       int prev_behavior = 0;  /*  instead of do_while(0) and break */
+
+       mm_player_get_state(*player, &state);
+       if (state == MM_PLAYER_STATE_PLAYING) {
+               if (mm_player_stop(*player) != MM_ERROR_NONE) {
+                       SETTING_TRACE("mm player stop failed");
+                       ret = SETTING_MMPLAYER_STOP_ERR;
+                       prev_behavior++;        /*  instead of do_while(0) and break */
+               }
+       }
+
+       if ((prev_behavior == 0) && (mm_player_unrealize(*player) != MM_ERROR_NONE)) {
+               SETTING_TRACE("mm player unrealize failed");
+               ret = SETTING_MMPLAYER_UNREALIZE_ERR;
+               prev_behavior++;        /*  instead of do_while(0) and break */
+       }
+
+       if ((prev_behavior == 0) && (mm_player_destroy(*player) != MM_ERROR_NONE)) {
+               SETTING_TRACE("mm player destroy failed");
+               ret = SETTING_MMPLAYER_DESTROY_ERR;
+       }
+
+       free(player);
+       player = NULL;
+       return ret;
+}
+
+int __close_player(void *data, setting_volume_types type)
+{
+       /* error check */
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+       MMHandleType **player= NULL;
+
+       double value = 0.0;
+
+       switch(type)
+    {
+               case SETTING_VOL_TYPE_RINGTONE:
+                       retv_if(ad->mp_ringtone == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+                       player = &(ad->mp_ringtone);
+                       value = elm_slider_value_get(ad->data_call_volume->eo_check);
+                       mm_sound_volume_set_value(VOLUME_TYPE_RINGTONE, (unsigned int)(value+0.5));
+                       break;
+               case SETTING_VOL_TYPE_NOTIFICATION:
+                       retv_if(ad->mp_noti == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+                       player = &(ad->mp_noti);
+                       value = elm_slider_value_get(ad->data_noti_volume->eo_check);
+                       mm_sound_volume_set_value(VOLUME_TYPE_NOTIFICATION, (unsigned int)(value+0.5));
+                       break;
+               case SETTING_VOL_TYPE_MEDIA:
+                       retv_if(ad->mp_media == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+                       player = &(ad->mp_media);
+                       value = elm_slider_value_get(ad->data_media_volume->eo_check);
+                       mm_sound_volume_set_value(VOLUME_TYPE_MEDIA, (unsigned int)(value+0.5));
+                       break;
+               case SETTING_VOL_TYPE_SYSTEM:
+                       retv_if(ad->mp_sys == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+                       player = &(ad->mp_sys);
+                       value = elm_slider_value_get(ad->data_touch_volume->eo_check);
+                       mm_sound_volume_set_value(VOLUME_TYPE_SYSTEM, (unsigned int)(value+0.5));
+                       break;
+               case SETTING_VOL_TYPE_NOTI_VIB:
+               case SETTING_VOL_TYPE_HAPTIC_VIB:
+               default:
+                       return SETTING_RETURN_FAIL;
+    }
+
+       if (*player) {
+               if (setting_profile_stop_sound(ad, *player)) {
+                       *player = NULL;
+               } else {
+                       return SETTING_RETURN_FAIL;
+               }
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+int
+setting_profile_close_other_mm_players_but_type(void *data, volume_type_t type)
+{
+       /* error check */
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+
+       int ret = 0;
+
+       switch (type) 
+       {
+               case VOLUME_TYPE_RINGTONE:      /*  close noti, media and system players */
+                       if (__close_player(ad, SETTING_VOL_TYPE_NOTIFICATION) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       if (__close_player(ad, SETTING_VOL_TYPE_MEDIA) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       if (__close_player(ad, SETTING_VOL_TYPE_SYSTEM) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       break;
+               case VOLUME_TYPE_NOTIFICATION:  /*  close ringtone, media and system players */
+                       if (__close_player(ad, SETTING_VOL_TYPE_RINGTONE) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       if (__close_player(ad, SETTING_VOL_TYPE_MEDIA) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       if (__close_player(ad, SETTING_VOL_TYPE_SYSTEM) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       break;
+               case VOLUME_TYPE_MEDIA: /*  close ringtone, noti and system players */
+                       if (__close_player(ad, SETTING_VOL_TYPE_RINGTONE) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       if (__close_player(ad, SETTING_VOL_TYPE_NOTIFICATION) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       if (__close_player(ad, SETTING_VOL_TYPE_SYSTEM) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       break;
+               case VOLUME_TYPE_SYSTEM:        /*  close ringtone, noti and media players */
+                       if (__close_player(ad, SETTING_VOL_TYPE_RINGTONE) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       if (__close_player(ad, SETTING_VOL_TYPE_NOTIFICATION) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       if (__close_player(ad, SETTING_VOL_TYPE_MEDIA) != SETTING_RETURN_SUCCESS)
+                               ret++;
+                       break;
+               default:                /*  if unknown type, dont close any player */
+                       break;
+       }
+
+       if (ret == 0)
+               return SETTING_RETURN_SUCCESS;
+       else
+               return SETTING_RETURN_FAIL;
+}
+
+int setting_profile_close_all_mm_players(void *data)
+{
+       /* error check */
+       retv_if(data == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+
+       int ret = 0;
+
+       if (__close_player(ad, SETTING_VOL_TYPE_RINGTONE) != SETTING_RETURN_SUCCESS)
+               ret++;
+       if (__close_player(ad, SETTING_VOL_TYPE_NOTIFICATION) != SETTING_RETURN_SUCCESS)
+               ret++;
+       if (__close_player(ad, SETTING_VOL_TYPE_MEDIA) != SETTING_RETURN_SUCCESS)
+               ret++;
+       if (__close_player(ad, SETTING_VOL_TYPE_SYSTEM) != SETTING_RETURN_SUCCESS)
+               ret++;
+
+       if(ad->volume_timer)
+       {
+               ecore_timer_del(ad->volume_timer);
+               ad->volume_timer = NULL;
+               ad->cur_vol_type = SETTING_VOL_TYPE_MAX;
+               SETTING_TRACE_DEBUG("[AA] volume timer is deleted");
+       }
+
+       if (ret == 0)
+               return SETTING_RETURN_SUCCESS;
+       else
+               return SETTING_RETURN_FAIL;
+}
+
+void setting_profile_play_vibration(void *data, int value)
+{
+       /* error check */
+       ret_if(data == NULL);
+
+       SettingProfileUG *ad = (SettingProfileUG *) data;
+
+       char pattern_file[MAX_COMMON_BUFFER_LEN] = {0,};
+       svi_get_path(SVI_TYPE_VIB, value, pattern_file, sizeof(pattern_file));
+
+       if(device_haptic_play_file(ad->hnd_hpt, pattern_file, 1, HAPTIC_FEEDBACK_LEVEL_AUTO) != 0){
+               SETTING_TRACE("ERROR device_haptic_play_pattern");
+       }
+}
+
+int setting_profile_get_call_playing_vib_by_vconf_value(int call_vib_value)
+{
+       /*  select vibration pattern */
+       switch (call_vib_value) {
+               case SETTING_CALL_ALERT_VIB_TYPE1:
+               {
+                       return SVI_VIB_NOTIFICATION_INCOMING_CALL01;
+               }
+               case SETTING_CALL_ALERT_VIB_TYPE2:
+               {
+                       return SVI_VIB_NOTIFICATION_INCOMING_CALL02;
+               }
+               case SETTING_CALL_ALERT_VIB_TYPE3:
+               {
+                       return SVI_VIB_NOTIFICATION_INCOMING_CALL03;
+               }
+               default:
+                       return SVI_VIB_NOTIFICATION_INCOMING_CALL01;
+       }
+}
+
+UG_MODULE_API int setting_plugin_reset(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = 0;
+
+#if SUPPORT_RUN_SYSTEM_COMMAND
+       ret += excuteCmd(SETTING_POSTINST_FILE, 1, "sounds");   
+#else
+
+       ret += vconf_set_bool(VCONFKEY_SETAPPL_SOUND_STATUS_BOOL, TRUE);
+       ret += vconf_set_bool(VCONFKEY_SETAPPL_VIBRATION_STATUS_BOOL, TRUE);
+       
+       ret += vconf_set_int(VCONFKEY_SETAPPL_NOTI_VIBRATION_LEVEL_INT, SETTING_DEFAULT_NOTI_VIB_INT);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_TOUCH_FEEDBACK_VIBRATION_LEVEL_INT, SETTING_DEFAULT_HAPTIC_VIB_INT);
+       
+       ret += vconf_set_str(VCONFKEY_SETAPPL_CALL_RINGTONE_PATH_STR, SETTING_DEFAULT_CALL_TONE);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_CALL_VIBRATION_PATTERN_INT, SETTING_CALL_ALERT_VIB_TYPE3);
+       
+       ret += vconf_set_str(VCONFKEY_SETAPPL_NOTI_MSG_RINGTONE_PATH_STR, SETTING_DEFAULT_MSG_TONE);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_NOTI_MSG_ALERT_REP_TYPE_INT, SETTING_DEFAULT_ALERT_REPEAT_TYPE_INT);
+       
+       ret += vconf_set_str(VCONFKEY_SETAPPL_NOTI_EMAIL_RINGTONE_PATH_STR, SETTING_DEFAULT_EMAIL_TONE);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_NOTI_EMAIL_ALERT_REP_TYPE_INT, SETTING_DEFAULT_ALERT_REPEAT_TYPE_INT);
+       
+       ret += vconf_set_bool(VCONFKEY_SETAPPL_SOUND_LOCK_BOOL, TRUE);
+
+       /* if ret is 0, finish completely */
+       /* if ret is minus, it means times of failure */
+#endif
+       mm_sound_volume_set_value(VOLUME_TYPE_RINGTONE, SETTING_DEFAULT_RINGTONE_VOL_INT);
+       mm_sound_volume_set_value(VOLUME_TYPE_NOTIFICATION, SETTING_DEFAULT_NOTI_VOL_INT);
+       mm_sound_volume_set_value(VOLUME_TYPE_MEDIA, SETTING_DEFAULT_MEDIA_VOL_INT);
+       mm_sound_volume_set_value(VOLUME_TYPE_SYSTEM, SETTING_DEFAULT_SYSTEM_VOL_INT);
+       return ret;
+}
+
diff --git a/setting-reset/CMakeLists.txt b/setting-reset/CMakeLists.txt
new file mode 100644 (file)
index 0000000..f9b0759
--- /dev/null
@@ -0,0 +1,33 @@
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_reset REQUIRED evas ecore elementary appcore-common appcore-efl tapi json-glib-1.0 ui-gadget bundle mm-sound dlog heynoti utilX ecore-x)
+
+FOREACH(flag ${pkgs_reset_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")
+
+ADD_LIBRARY(${SETTING_RESET_UG} SHARED
+       ./src/setting-reset.c
+       ./src/setting-reset-main.c
+       )
+
+TARGET_LINK_LIBRARIES(${SETTING_RESET_UG} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON} -lsetting-common)
+TARGET_LINK_LIBRARIES(${SETTING_RESET_UG} ${pkgs_reset_LDFLAGS})
+
+INSTALL(TARGETS ${SETTING_RESET_UG} DESTINATION /opt/ug/lib)
diff --git a/setting-reset/include/setting-reset-main.h b/setting-reset/include/setting-reset-main.h
new file mode 100755 (executable)
index 0000000..5c5eecf
--- /dev/null
@@ -0,0 +1,32 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_RESET_MAIN_H__
+#define __SETTING_RESET_MAIN_H__
+
+#include <setting-reset.h>
+
+extern setting_view setting_view_reset_password;
+
+#endif                         /* __SETTING_RESET_MAIN_H__ */
diff --git a/setting-reset/include/setting-reset.h b/setting-reset/include/setting-reset.h
new file mode 100644 (file)
index 0000000..dc56362
--- /dev/null
@@ -0,0 +1,104 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_RESET_H__
+#define __SETTING_RESET_H__
+
+#include <stdio.h>
+#include <appcore-efl.h>
+#include <Elementary.h>
+
+#include <glib-object.h>
+#include <ui-gadget.h>
+#include <ui-gadget-module.h>
+#include <bundle.h>
+
+#include <Ecore_IMF.h>
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+
+#define RESET_RESULT_STR "Reset results"
+#define RESET_SUCESS_STR "IDS_COM_POP_SUCCESS"
+
+//"Load LIB failed"
+#define LOAD_LIB_FAILED_STR "Exception"
+
+//"Resetting undefined"
+#define UNDEFINE_STR "Undefined" 
+
+//"Reset failed"
+#define RESET_FAILED_STR "IDS_COM_POP_FAILED"
+
+//"vconf set failed"
+#define VCONF_RESET_FAILED_STR "IDS_COM_POP_FAILED"
+
+#define ADN_STR " and "
+#define CLOSEING_STR " had been reseted just now, Setting will be closed"
+
+#define RESET_ALL "IDS_ST_BODY_RESET_ALL"
+#define RESET_ALL_DESC "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+
+#define SIMPLY_SUPPORT_ALL_RESET 1
+typedef struct _SettingResetUG SettingResetUG;
+
+/**
+ * Setting Reset UG context
+ * all UG function has void* as an agument. this is casted back to SettingResetUG 
+ * and the functions access app context.
+ */
+struct _SettingResetUG {
+       struct ui_gadget *ug;
+       struct ui_gadget *ug_loading;
+
+       /* add more variables here (move your appdata to here) */
+       Evas *evas;
+       Evas_Object *win_main_layout;   /*  window_layout */
+       Evas_Object *win_get;   /*  win_main */
+       Evas_Object *ly_main;
+       Evas_Object *notify;
+       Evas_Object *old_notify;
+       Evas_Object *ask_popup;
+       Evas_Object *pop_progress;
+       Evas_Object *view_layout;
+       Evas_Object *navi_bar;
+       Evas_Object *controllbar;
+       Evas_Object *main_scroller;
+
+       Setting_Done_List_Data list_data;
+       Ecore_Animator *animator;
+       Ecore_Idler *reset_all_idler;
+       int gl_index;
+       Elm_Genlist_Item_Class itc_1text;
+       Elm_Genlist_Item_Class itc_1icon;
+};
+
+extern setting_view setting_view_reset_main;
+int setting_reset_data_roaming(void);
+int setting_reset_rotation_lock(void);
+void setting_reset_result_popup_resp_cb(void *data, Evas_Object *obj, void *event_info);
+void setting_reset_result_popup_update(void *data);
+void setting_reset_special_process(void *data);
+
+#endif                         /* __SETTING_RESET_H__ */
diff --git a/setting-reset/src/setting-reset-main.c b/setting-reset/src/setting-reset-main.c
new file mode 100644 (file)
index 0000000..17c94c4
--- /dev/null
@@ -0,0 +1,793 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-reset-main.h>
+#include <heynoti.h>
+#include <setting-cfg.h>
+#include <Ecore_X.h>
+#include <utilX.h>
+
+#define RESULT_FONT_SIZE 28            /* 18->28 */
+#define ITEM_NAME_FONT_SIZE 35                 /* 22->35 */
+
+static int setting_reset_main_create(void *cb);
+static int setting_reset_main_destroy(void *cb);
+static int setting_reset_main_update(void *cb);
+static int setting_reset_main_cleanup(void *cb);
+
+setting_view setting_view_reset_main = {
+       .create = setting_reset_main_create,
+       .destroy = setting_reset_main_destroy,
+       .update = setting_reset_main_update,
+       .cleanup = setting_reset_main_cleanup,
+};
+
+static void setting_reset_main_click_softkey_reset_cb(void *data,
+                                                     Evas_Object *obj,
+                                                     void *event_info);
+static void setting_reset_main_click_softkey_cancel_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info);
+
+static gboolean setting_reset_main_create_password_sg(void *data);
+static void setting_reset_check_state(Setting_Done_List_Data *list_data);
+static void setting_reset_main_result_password_ug_cb(struct ui_gadget *ug,
+                                                    bundle *result,
+                                                    void *priv);
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+ #if SUPPORT_DYNAMIC_THEME_CHANGING
+static void setting_reset_vconf_change_cb(keynode_t *key, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       
+       ret_if(data == NULL);
+       SettingResetUG *ad = data;
+       char *vconf_name = vconf_keynode_get_name(key);
+       SETTING_TRACE("the value of [ %s ] just changed", vconf_name);
+       if (!safeStrCmp(vconf_name, VCONFKEY_SETAPPL_WIDGET_THEME_STR)) {
+               //elm_theme_all_set(vconf_get_str(VCONFKEY_SETAPPL_WIDGET_THEME_STR));
+               elm_theme_set(NULL, vconf_get_str(VCONFKEY_SETAPPL_WIDGET_THEME_STR));
+               elm_config_all_flush();
+               
+               int is_them_changed = FALSE;
+               vconf_get_bool(VCONFKEY_SETAPPL_THEM_CHANGED, &is_them_changed);
+
+               if (is_them_changed && ad->notify) {
+                       setting_reset_result_popup_update(ad);
+                       if (ad->pop_progress)
+                       {
+                               evas_object_del(ad->pop_progress);
+                               ad->pop_progress = NULL;
+                       }
+                       
+                       ad->pop_progress = setting_create_popup_with_progressbar(ad, ad->win_get,
+                                                "list_prosess",
+                                                NULL, NULL, NULL, 0);
+                       evas_object_show(ad->pop_progress);
+               }
+               return;
+       }
+}
+#endif
+
+static char *__result_gl_text_get(void *data, Evas_Object *obj,
+                                  const char *part)
+{
+       retv_if(!data, NULL);
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) data;
+       
+       if (!safeStrCmp(part, "elm.text.1")) {  /* title */
+               char label[HELP_MSG_BUFF_SIZE + 1] = { 0, };
+               if (item_data->keyStr)
+               {
+                       const char *key = setting_customize_text(_(item_data->keyStr), ITEM_NAME_FONT_SIZE, NULL, NULL);
+                       safeStrNCat(label, key,HELP_MSG_BUFF_SIZE);
+                       FREE(key);
+               }
+               if (item_data->sub_desc)
+               {
+                       safeStrNCat(label, ": ",HELP_MSG_BUFF_SIZE);
+                       const char *sub_desc = setting_customize_text(_(item_data->sub_desc), RESULT_FONT_SIZE, NULL, NULL);
+                       safeStrNCat(label, sub_desc,HELP_MSG_BUFF_SIZE);
+                       FREE(sub_desc);
+               }
+               return (char *)g_strdup(label);
+       }
+       return NULL;
+}
+
+static void __processing_popup_response_cb(void *data, Evas_Object *obj,
+                                    void *event_info)
+{
+       ret_if(!data);
+       SettingResetUG *ad = data;
+       setting_reset_special_process(ad);
+       if (ad->notify) {
+               evas_object_del(ad->notify);
+               ad->notify = NULL;
+       }
+
+       // key ungrab: after showing the result popup
+       Ecore_X_Display *disp = ecore_x_display_get();
+       Ecore_X_Window xwin = elm_win_xwindow_get((Evas_Object*)ug_get_window());
+       int ret = utilx_ungrab_key(disp, xwin, KEY_HOME);
+       if (ret) {
+               SETTING_TRACE_ERROR("KEY_HOME ungrab error ret[%d]", ret);
+       }
+}
+
+bool __reset_all_idler(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(!data, FALSE);
+       SettingResetUG *ad = data;
+
+       int i = 0;
+       int j = 0;
+       int idx = 0;
+       const char *result_str = RESET_SUCESS_STR;
+       char ug_file[PATH_MAX + 1];
+       char *path = NULL;
+       bundle *b = NULL;
+       int ret = -1;
+       char *ug_args;
+       char *item_name = NULL;
+
+       for (; i < setting_cfg_get_category_length(); i++) {
+               SETTING_TRACE("group is:%s", _(setting_cfg_get_category_name(i)));
+
+               // init state   
+               result_str = RESET_SUCESS_STR;
+       
+               for (j = 0; j < setting_cfg_get_menu_length(i); j++) {
+                       SETTING_TRACE("i:%d\tj:%d", i, j);
+                       if (Cfg_Item_unResetable == 
+                           setting_cfg_get_resetable_flag_idx(i, j))
+                       {
+                               // SETTING_TRACE("process %s:%s skipped",_(item_name), ug_args);
+                               continue;
+                       }
+                       ug_args = setting_cfg_get_ug_args_idx(i, j);
+                       item_name = setting_cfg_get_keyname_idx(i, j);
+                       SETTING_TRACE(">>> process %s:%s",_(item_name), ug_args);
+                       
+                       idx++;
+                       if (NULL == ug_args) /*special process*/
+                       {
+                               if (!safeStrCmp(KeyStr_DataRoaming, item_name)) {
+                                       ret = setting_reset_data_roaming();
+                               } else if (!safeStrCmp(KeyStr_Landscape, item_name)) {
+                                       ret = setting_reset_rotation_lock();
+                               } 
+                               //..
+                               if (0 > ret)
+                               {
+                                       result_str = RESET_FAILED_STR;
+                               } 
+                       } 
+                       else
+                       {
+                               path = get_ug_path_from_ug_args((void *)ug_args);
+                               b = get_bundle_from_ug_args((void *)ug_args);
+                               
+                               if (snprintf(ug_file, PATH_MAX, "%s/libug-%s.so", SETTING_UG_PATH, path) < 0) 
+                                       return FALSE;
+                                       
+                               ret = setting_invoke_reset_function(ug_file, b, NULL);
+                               //SETTING_TRACE("load %s[plugin_ret:%d]", ug_file, ret);
+                               
+                               if (OPERATE_LIB_SUCESS > ret)
+                               {
+                                       result_str = RESET_FAILED_STR;
+                                       
+                               } 
+                               
+                               if (b){
+                                       bundle_free(b);
+                                       b = NULL;
+                               }
+                               FREE(path);
+                               memset(ug_file, 0, PATH_MAX);
+                       }
+                       SETTING_TRACE("process %s:%s %s",_(item_name), ug_args, _(result_str));
+               }
+       }
+
+       SETTING_TRACE_DEBUG("Reset totally %d items. result_str:%s", idx, result_str);
+       elm_object_text_set(ad->notify, _(result_str));
+       elm_popup_timeout_set(ad->notify, 2);
+       return FALSE;
+}
+
+static void __reset_all_button_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(!data);
+       Setting_GenGroupItem_Data *item_Data = data;
+       ret_if(!item_Data->userdata);
+       SettingResetUG *ad = item_Data->userdata;
+       
+
+       char pw_pass[SETTING_STR_SLP_LEN] = { 0, };
+       int err = 0;
+       
+       /*  Check Password Setting status */
+       int ret =
+           setting_get_string_slp_key(STR_SLP_LIST_PHONE_PASSWORD,
+                                      pw_pass, &err);
+       SETTING_TRACE("pw_pass:%s", pw_pass);
+       if (SETTING_RETURN_SUCCESS == ret && '\0' != pw_pass[0]) {
+               setting_reset_main_create_password_sg(ad);
+               return;
+       } 
+
+       // key grab: before showing processing popup
+       Ecore_X_Display *disp = ecore_x_display_get();
+       Ecore_X_Window xwin = elm_win_xwindow_get((Evas_Object*)ug_get_window());
+       ret = utilx_grab_key(disp, xwin, KEY_HOME, TOP_POSITION_GRAB);
+       if (ret) {
+               SETTING_TRACE_ERROR("KEY_HOME grab error ret[%d]", ret);
+       }
+
+       ad->notify =
+           setting_create_popup_without_btn(ad, ad->win_get, _("IDS_COM_POP_PROCESSING"), NULL, __processing_popup_response_cb, 0);
+       if (ad->reset_all_idler) {
+               ecore_idler_del(ad->reset_all_idler);
+               ad->reset_all_idler = NULL;
+       }
+       ad->reset_all_idler =
+           ecore_idler_add((Ecore_Task_Cb) __reset_all_idler, ad);
+}
+
+static int setting_reset_main_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingResetUG *ad = (SettingResetUG *) cb;
+       Evas_Object *scroller = NULL;
+#if SIMPLY_SUPPORT_ALL_RESET   
+       ad->ly_main =
+           setting_create_layout_navi_bar_genlist(ad->win_main_layout,
+                                                  ad->win_get,
+                                                  _("IDS_COM_BODY_RESET"),
+                                                  _("IDS_COM_BODY_BACK"), NULL,
+                                                  setting_reset_main_click_softkey_cancel_cb,
+                                                  NULL, ad, &scroller,
+                                                  &(ad->navi_bar));
+       /* Description */
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text), NULL,
+                                        ad, SWALLOW_Type_LAYOUT_SPECIALIZTION_X,
+                                        NULL, NULL, 0, RESET_ALL_DESC,
+                                        NULL, NULL);
+       /* Button */
+       Setting_GenGroupItem_Data *item_data =
+           (Setting_GenGroupItem_Data *) calloc(1,
+                                                sizeof
+                                                (Setting_GenGroupItem_Data));
+       setting_retvm_if(!item_data, SETTING_RETURN_FAIL, "calloc failed");
+       item_data->userdata = ad;
+       item_data->keyStr = (char *)g_strdup(RESET_ALL);
+       item_data->swallow_type = SWALLOW_Type_1BUTTON;
+
+       if (Theme_Tizen_Black == setting_get_theme())
+               item_data->r_swallow_path = (char *)g_strdup("sweep");//pass button style
+
+       item_data->chk_change_cb = __reset_all_button_cb;
+       item_data->item = elm_genlist_item_append(scroller, &(ad->itc_1icon), item_data, NULL,
+                                                   ELM_GENLIST_ITEM_NONE,
+                                                   NULL, NULL);
+       setting_view_reset_main.is_create = 1;
+       ad->main_scroller = scroller;
+       return SETTING_RETURN_SUCCESS;
+#endif
+
+
+       Evas_Object *navi_bar = NULL;
+
+       Evas_Object *controllbar = NULL;
+
+       Evas_Object *view_layout = elm_layout_add(ad->win_main_layout);
+       elm_layout_file_set(view_layout, SETTING_THEME_EDJ_NAME,
+                           "selinfo_bottom");
+       evas_object_size_hint_weight_set(view_layout, EVAS_HINT_EXPAND, 0.0);
+
+       ad->ly_main =
+           setting_create_layout_navi_bar(ad->win_main_layout, ad->win_get,
+                                          S_("IDS_COM_BODY_RESET"),
+                                          _("IDS_COM_SK_CANCEL"),
+                                          _("IDS_COM_BODY_RESET"), NULL,
+                                          setting_reset_main_click_softkey_cancel_cb,
+                                          setting_reset_main_click_softkey_reset_cb,
+                                          NULL, ad, view_layout, &navi_bar,
+                                          &controllbar);
+       elm_object_item_disabled_set(elm_toolbar_last_item_get
+                                        (controllbar), EINA_TRUE);
+
+       /* ******************************************create frame */
+       Setting_Done_List_Data *list_data = &(ad->list_data);   /* define a handle */
+       int idx = 0;
+       list_data->win_main = ad->ly_main;
+       list_data->UG_data = ad;
+       list_data->ly_parent = view_layout;
+       list_data->controllbar = controllbar;
+
+
+       list_data->chk_items[idx++].item_name = KeyStr_Select_All;
+       char *ug_args;
+       char *item_name;
+
+       int i = 0;
+       int j = 0;
+       
+       for (; i < setting_cfg_get_category_length(); i++) {
+               SETTING_TRACE("group is:%s", _(setting_cfg_get_category_name(i)));
+               
+               for (j = 0; j < setting_cfg_get_menu_length(i); j++) {
+                       if (Cfg_Item_unResetable == 
+                           setting_cfg_get_resetable_flag_idx(i, j))
+                       {
+                           continue;
+                       }
+                       list_data->chk_items[idx].ug_args = ug_args = 
+                                       setting_cfg_get_ug_args_idx(i, j);
+                       list_data->chk_items[idx].item_name = item_name = 
+                                       setting_cfg_get_keyname_idx(i, j);
+                       
+                       SETTING_TRACE("process %s:\t%s",_(item_name), ug_args);
+                       idx++;
+               }
+       }
+
+       list_data->cur_item_num = idx;
+       SETTING_TRACE("list_data->cur_item_num:%d", list_data->cur_item_num);
+       scroller = setting_create_done_list(list_data);
+       elm_object_part_content_set(view_layout, "elm.swallow.contents", scroller);
+
+       ad->view_layout = view_layout;
+       ad->navi_bar = navi_bar;
+       ad->controllbar = controllbar;
+       /* *******************************************update info */
+
+       setting_view_reset_main.is_create = 1;
+       ad->itc_1text.func.text_get = __result_gl_text_get;
+       #if SUPPORT_DYNAMIC_THEME_CHANGING
+       (void) vconf_notify_key_changed(VCONFKEY_SETAPPL_WIDGET_THEME_STR,
+                                       setting_reset_vconf_change_cb, ad);
+       #endif
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_reset_main_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingResetUG *ad = (SettingResetUG *) cb;
+       #if SUPPORT_DYNAMIC_THEME_CHANGING
+       (void)vconf_ignore_key_changed(VCONFKEY_SETAPPL_WIDGET_THEME_STR,
+                                       setting_reset_vconf_change_cb);
+       #endif
+       if (ad->notify) {
+               evas_object_del(ad->notify);
+               ad->notify = NULL;
+       }
+       if (ad->old_notify) {
+               evas_object_del(ad->old_notify);
+               ad->old_notify = NULL;
+       }
+       if (ad->pop_progress)
+       {
+               evas_object_del(ad->pop_progress);
+               ad->pop_progress = NULL;
+       }
+       
+       if (ad->ask_popup)
+       {
+               evas_object_del(ad->ask_popup);
+               ad->ask_popup = NULL;
+       }       
+       if (ad->animator)
+       {
+               ecore_animator_del(ad->animator);
+               ad->animator = NULL;
+       }
+
+       if (ad->ly_main != NULL) {
+               evas_object_del(ad->ly_main);
+               setting_view_reset_main.is_create = 0;
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_reset_main_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingResetUG *ad = (SettingResetUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_show(ad->ly_main);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_reset_main_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingResetUG *ad = (SettingResetUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_hide(ad->ly_main);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+static void __reset_an_item(Setting_Done_List_Data *list_data,
+                               const char *item_name, 
+                               const char *ug_args)
+{
+       SettingResetUG *ad = (SettingResetUG *) list_data->UG_data;
+       Evas_Object *genlist = elm_object_content_get(ad->notify);
+       Setting_GenGroupItem_Data *item_data = NULL;
+       const char *result_str = RESET_SUCESS_STR;
+       if (NULL == ug_args) /*special process*/
+       {
+               int ret = -1;
+               if (!safeStrCmp(KeyStr_DataRoaming, item_name)) {
+                       ret = setting_reset_data_roaming();
+               } else if (!safeStrCmp(KeyStr_Landscape, item_name)) {
+                       ret = setting_reset_rotation_lock();
+               } 
+               //..
+               if (0 > ret)
+               {
+                       result_str = VCONF_RESET_FAILED_STR;
+               } 
+               
+               item_data = setting_create_Gendial_field_def(genlist, &(ad->itc_1text),
+                                                NULL, ad,
+                                                SWALLOW_Type_LAYOUT_SPECIALIZTION,
+                                                NULL, NULL, 0, 
+                                                (char *)item_name, 
+                                                (char *)result_str, NULL);
+
+       } else
+       {
+               char *path = get_ug_path_from_ug_args((void *)ug_args);
+               bundle *b = get_bundle_from_ug_args((void *)ug_args);
+               char ug_file[PATH_MAX];
+               if (snprintf(ug_file, PATH_MAX, 
+                       "%s/libug-%s.so", SETTING_UG_PATH, path) < 0) return;
+                       
+               int plugin_ret = setting_invoke_reset_function(ug_file, b, NULL);
+               SETTING_TRACE("load %s[plugin_ret:%d]", ug_file, plugin_ret);
+               
+               if (LOAD_LIB_FAILED == plugin_ret) // -1
+               {
+                       result_str = LOAD_LIB_FAILED_STR;
+                       
+               } else if (UNDEFINED_LIB_SYMBOL == plugin_ret) // -2
+               {
+                       result_str = UNDEFINE_STR;
+               } else if (OPERATE_LIB_SUCESS <= plugin_ret){ // 0
+                       result_str = RESET_SUCESS_STR;
+
+               } else {
+                       result_str = RESET_FAILED_STR;
+               }
+               
+               if (b){
+                       bundle_free(b);
+                       b = NULL;
+               }
+               if (path){
+                       FREE(path);
+                       path = NULL;
+               }
+               
+               item_data = setting_create_Gendial_field_def(genlist, &(ad->itc_1text),
+                                                NULL, ad,
+                                                SWALLOW_Type_LAYOUT_SPECIALIZTION,
+                                                NULL, NULL, 0, 
+                                                (char *)item_name, 
+                                                (char *)result_str, NULL);
+       }
+
+       if (item_data)
+               elm_genlist_item_show(item_data->item, ELM_GENLIST_ITEM_SCROLLTO_IN);//show the last item
+       else
+               SETTING_TRACE_ERROR("error : item_data is NULL");
+}
+
+static Eina_Bool __reset_animator_cb(void *data)
+{
+       SettingResetUG *ad = (SettingResetUG *) data;
+
+       SETTING_TRACE("Processing the %dth of %d", 
+                     ad->gl_index, ad->list_data.cur_item_num);
+       if (ad->gl_index >=  ad->list_data.cur_item_num) {
+               ecore_animator_del(ad->animator);
+               ad->animator = NULL;
+               if (ad->pop_progress) {
+                       evas_object_del(ad->pop_progress);
+                       ad->pop_progress = NULL;
+               }
+
+               return ECORE_CALLBACK_CANCEL;
+       }
+       if (ad->list_data.chk_items[ad->gl_index].data_GenItem->chk_status) {
+               __reset_an_item(&(ad->list_data),
+                               ad->list_data.chk_items[ad->gl_index].item_name,
+                               ad->list_data.chk_items[ad->gl_index].ug_args);
+
+               /*unselect item*/
+               elm_check_state_set(ad->list_data.chk_items[ad->gl_index].data_GenItem->eo_check, 0);
+               ad->list_data.chk_items[ad->gl_index].data_GenItem->chk_status = 0;
+       }
+
+       ad->gl_index++;
+       return ECORE_CALLBACK_RENEW;
+}
+
+
+static void setting_reset_check_state(Setting_Done_List_Data *list_data)
+{
+       /* reset */
+       SETTING_TRACE_DEBUG("********resetting*******");
+
+       SettingResetUG *ad = (SettingResetUG *) list_data->UG_data;
+       
+       //some item must have been selected, or else cannot go into setting_reset_check_state()
+       ad->notify = elm_popup_add(ad->win_get);
+       elm_object_style_set(ad->notify,"menustyle");
+       elm_object_part_text_set(ad->notify, "title,text", RESET_RESULT_STR);
+       evas_object_size_hint_weight_set(ad->notify, 
+                               EVAS_HINT_EXPAND, 
+                               EVAS_HINT_EXPAND);
+
+       Evas_Object *btn = setting_create_button(ad->notify, _("IDS_COM_SK_OK"), NULL, setting_reset_result_popup_resp_cb, ad);
+       elm_object_part_content_set(ad->notify, "button1", btn);        
+
+       
+       Evas_Object *genlist = elm_genlist_add(ad->notify);
+       evas_object_size_hint_weight_set(genlist, 
+                               EVAS_HINT_EXPAND,
+                               EVAS_HINT_EXPAND);
+       evas_object_size_hint_align_set(genlist, 
+                               EVAS_HINT_FILL, 
+                               EVAS_HINT_FILL);
+       
+       elm_object_content_set(ad->notify, genlist);
+
+       evas_object_show(ad->notify);
+       ad->pop_progress = setting_create_popup_with_progressbar(ad, ad->win_get,
+                                "list_prosess",
+                                NULL, NULL, NULL, 0);
+
+       ad->gl_index = 0;
+       ad->animator = ecore_animator_add(__reset_animator_cb, ad);
+
+       /* reset sel_all item */
+       elm_check_state_set(list_data->chk_items[0].data_GenItem->eo_check, 0);
+       list_data->chk_items[0].data_GenItem->chk_status = 0;
+
+}
+
+
+static void
+setting_reset_main_result_password_ug_cb(struct ui_gadget *ug, bundle *result,
+                                        void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(priv == NULL, "Data parameter is NULL");
+
+       SettingResetUG *ad = (SettingResetUG *) priv;
+
+       const char *ret_str = bundle_get_val(result, "result");
+       SETTING_TRACE("result:%s", ret_str);
+
+       retm_if(ret_str == NULL, "result paremeter is NULL");
+
+       if (ret_str) {
+               if (0 == safeStrCmp("SETTING_PW_TYPE_RESET", ret_str)) {
+                       /*  Reset */
+                       #if SIMPLY_SUPPORT_ALL_RESET
+                       ad->notify =
+                           setting_create_popup_without_btn(ad, ad->win_get, _("IDS_COM_POP_PROCESSING"), NULL, __processing_popup_response_cb, 0);
+                       if (ad->reset_all_idler) {
+                               ecore_idler_del(ad->reset_all_idler);
+                               ad->reset_all_idler = NULL;
+                       }
+                       ad->reset_all_idler =
+                           ecore_idler_add((Ecore_Task_Cb) __reset_all_idler, ad);
+                       #else
+                       setting_reset_check_state(&(ad->list_data));
+                       #endif
+               }
+       }
+}
+
+static void
+setting_reset_main_layout_ug_cb(struct ui_gadget *ug, enum ug_mode mode,
+                               void *priv)
+{
+       SettingResetUG *ad = (SettingResetUG *) priv;
+       Evas_Object *base;
+
+       if (!ug || !priv)
+               return;
+       SETTING_TRACE_BEGIN;
+
+       base = (Evas_Object *) ug_get_layout(ug);
+       if (!base)
+               return;
+
+       switch (mode) {
+       case UG_MODE_FULLVIEW:
+               evas_object_size_hint_weight_set(base, EVAS_HINT_EXPAND,
+                                                EVAS_HINT_EXPAND);
+               elm_win_resize_object_add(ad->win_get, base);
+               evas_object_show(base);
+               break;
+       default:
+               break;
+       }
+
+       /*  TODO  animation effect here */
+       SETTING_TRACE_END;
+}
+
+static void setting_reset_main_destroy_password_ug_cb(struct ui_gadget *ug,
+                                                     void *priv)
+{
+       SETTING_TRACE_BEGIN;
+
+       ret_if(!priv);
+       SettingResetUG *ad = (SettingResetUG *) priv;
+       if (ug) {
+               ug_destroy(ug);
+               ad->ug_loading = NULL;
+       }
+
+}
+
+static gboolean setting_reset_main_create_password_sg(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(data == NULL, FALSE);
+
+       SettingResetUG *ad = (SettingResetUG *) data;
+
+       struct ug_cbs *cbs = (struct ug_cbs *)calloc(1, sizeof(struct ug_cbs));
+       if (!cbs)
+               return FALSE;
+       cbs->layout_cb = setting_reset_main_layout_ug_cb;
+       cbs->result_cb = setting_reset_main_result_password_ug_cb;
+       cbs->destroy_cb = setting_reset_main_destroy_password_ug_cb;
+       cbs->priv = (void *)ad;
+       bundle *b = bundle_create();
+       if (!b) {
+               FREE(cbs);
+               return FALSE;
+       }
+       bundle_add(b, "viewtype", "SETTING_PW_TYPE_RESET");
+
+       ad->ug_loading =
+           ug_create(ad->ug, "setting-password-efl", UG_MODE_FULLVIEW, b, cbs);
+       if (NULL == ad->ug_loading) {   /* error handling */
+       }
+
+       bundle_free(b);
+       FREE(cbs);
+
+       return TRUE;
+}
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_reset_main_click_softkey_cancel_cb(void *data, Evas_Object *obj,
+                                          void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingResetUG *ad = (SettingResetUG *) data;
+       if (ad->list_data.selInfoPop) {
+               evas_object_del(ad->list_data.selInfoPop);
+               ad->list_data.selInfoPop = NULL;
+       }
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+}
+
+static void
+setting_reset_main_click_softkey_reset_cb(void *data, Evas_Object *obj,
+                                         void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingResetUG *ad = (SettingResetUG *) data;
+
+       //every time clicking 'Reset' button, restore following VCONFs  
+       vconf_set_bool(VCONFKEY_SETAPPL_FONT_CHANGED, FALSE);
+       vconf_set_bool(VCONFKEY_SETAPPL_THEM_CHANGED, FALSE);
+
+       if (ad->list_data.selInfoPop) {
+               evas_object_del(ad->list_data.selInfoPop);
+               ad->list_data.selInfoPop = NULL;
+       }
+
+       if (!setting_done_list_is_some_item_selected(&(ad->list_data))) {
+               setting_create_popup_without_title(NULL, ad->win_get,
+                                                 "No item selected");
+       } else {
+               char pw_pass[SETTING_STR_SLP_LEN] = { 0, };
+               int err = 0;
+
+               /*  Check Password Setting status */
+               int ret =
+                   setting_get_string_slp_key(STR_SLP_LIST_PHONE_PASSWORD,
+                                              pw_pass, &err);
+               SETTING_TRACE("pw_pass:%s", pw_pass);
+               if (SETTING_RETURN_SUCCESS == ret && '\0' != pw_pass[0]) {
+                       setting_reset_main_create_password_sg(ad);
+               } else {
+                       setting_reset_check_state(&(ad->list_data));
+               }
+
+       }
+}
diff --git a/setting-reset/src/setting-reset.c b/setting-reset/src/setting-reset.c
new file mode 100644 (file)
index 0000000..e590262
--- /dev/null
@@ -0,0 +1,381 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <TapiCommon.h>
+#include <setting-reset.h>
+#include <ITapiPower.h>
+
+#ifndef UG_MODULE_API
+#define UG_MODULE_API __attribute__ ((visibility("default")))
+#endif
+
+static void setting_reset_ug_cb_resize(void *data, Evas *e, Evas_Object *obj,
+                                      void *event_info)
+{
+       SettingResetUG *ad = (SettingResetUG *) data;
+       setting_view_update(&setting_view_reset_main, ad);
+}
+
+static void *setting_reset_ug_on_create(struct ui_gadget *ug, enum ug_mode mode,
+                                       bundle *data, void *priv)
+{
+       setting_retvm_if((!ug || !priv), NULL, "!ug || !priv");
+
+       SettingResetUG *resetUG = priv;
+       resetUG->ug = ug;
+
+       resetUG->win_main_layout = (Evas_Object *) ug_get_parent_layout(ug);
+       resetUG->win_get = (Evas_Object *) ug_get_window();
+
+       evas_object_show(resetUG->win_main_layout);
+       resetUG->evas = evas_object_evas_get(resetUG->win_main_layout);
+
+       setting_retvm_if(resetUG->win_main_layout == NULL, NULL,
+                        "cannot get main window ");
+       setting_create_Gendial_itc("multiline/1text", &(resetUG->itc_1text));
+       setting_create_Gendial_itc("dialogue/bg/1icon", &(resetUG->itc_1icon));
+
+
+       /*  creating a view. */
+       setting_view_create(&setting_view_reset_main, (void *)resetUG);
+       evas_object_event_callback_add(resetUG->win_main_layout,
+                                      EVAS_CALLBACK_RESIZE,
+                                      setting_reset_ug_cb_resize, resetUG);
+       return resetUG->ly_main;
+}
+
+static void setting_reset_ug_on_start(struct ui_gadget *ug, bundle *data,
+                                     void *priv)
+{
+}
+
+static void setting_reset_ug_on_pause(struct ui_gadget *ug, bundle *data,
+                                     void *priv)
+{
+}
+
+static void setting_reset_ug_on_resume(struct ui_gadget *ug, bundle *data,
+                                      void *priv)
+{
+}
+
+static void setting_reset_ug_on_destroy(struct ui_gadget *ug, bundle *data,
+                                       void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if((!ug || !priv), "!ug || !priv");
+       SettingResetUG *resetUG = priv;
+
+       evas_object_event_callback_del(resetUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_reset_ug_cb_resize);     /* fix flash issue for gallery */
+       resetUG->ug = ug;
+       /*  delete the allocated objects. */
+       setting_view_destroy(&setting_view_reset_main, resetUG);
+
+       if (NULL != ug_get_layout(resetUG->ug)) {
+               evas_object_hide((Evas_Object *) ug_get_layout(resetUG->ug));
+               evas_object_del((Evas_Object *) ug_get_layout(resetUG->ug));
+       }
+
+       SETTING_TRACE_END;
+}
+
+static void setting_reset_ug_on_message(struct ui_gadget *ug, bundle *msg,
+                                       bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+}
+
+static void setting_reset_ug_on_event(struct ui_gadget *ug, enum ug_event event,
+                                     bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(!priv, "!priv");
+       SettingResetUG *ad = (SettingResetUG *) priv;
+       switch (event) {
+       case UG_EVENT_LOW_MEMORY:
+               break;
+       case UG_EVENT_LOW_BATTERY:
+               break;
+       case UG_EVENT_LANG_CHANGE:
+       {
+               
+               Elm_Object_Item *navi_it = elm_naviframe_top_item_get(ad->navi_bar);
+               ret_if(!navi_it);
+               elm_object_item_text_set(navi_it, _("IDS_COM_BODY_RESET"));
+               
+               if (ad->main_scroller)
+               {
+                       elm_genlist_realized_items_update(ad->main_scroller);
+               }
+               SETTING_TRACE("ad->main_scroller:%p", ad->main_scroller);
+
+               if (ad->controllbar)
+               {
+                       Elm_Object_Item *item = NULL;
+                       item = elm_toolbar_first_item_get(ad->controllbar);
+                       if (item)
+                       {
+#if SUPPORT_BOTTOM_BTNS
+                               elm_object_item_text_set(item, _("IDS_COM_SK_CANCEL"));
+#else
+                               Evas_Object *eo_btn = elm_object_item_part_content_get(item, "object");
+                               setting_retm_if(eo_btn == NULL, "get eo_lbtn failed");
+                               elm_object_text_set(eo_btn, _("IDS_COM_SK_CANCEL"));
+#endif
+                       }
+                       
+                       item = elm_toolbar_last_item_get(ad->controllbar);
+                       if (item)
+                       {
+#if SUPPORT_BOTTOM_BTNS
+                               elm_object_item_text_set(item, _("IDS_COM_BODY_RESET"));
+#else
+                               Evas_Object *eo_btn = elm_object_item_part_content_get(item, "object");
+                               setting_retm_if(eo_btn == NULL, "get eo_lbtn failed");
+                               elm_object_text_set(eo_btn, _("IDS_COM_BODY_RESET"));
+#endif
+                       }
+               }
+
+               Evas_Object *sub_layout = elm_object_part_content_get(ad->view_layout, "elm.swallow.contents");
+               if (sub_layout)
+               {
+                       Evas_Object *gl_sel_all = elm_object_part_content_get(sub_layout, "search_bar");
+                       if (gl_sel_all) elm_genlist_realized_items_update(gl_sel_all);
+
+                       
+                       Evas_Object *scroller = elm_object_part_content_get(sub_layout, "search_list");
+                       if (scroller) elm_genlist_realized_items_update(scroller);
+                       SETTING_TRACE("scroller:%p", scroller);
+                       
+               }
+
+               setting_reset_result_popup_update(ad);
+               
+               break;
+       }
+
+       case UG_EVENT_ROTATE_PORTRAIT:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN:
+               break;
+       case UG_EVENT_REGION_CHANGE:
+               break;
+       default:
+               break;
+       }
+}
+
+static void setting_reset_ug_on_key_event(struct ui_gadget *ug,
+                                         enum ug_key_event event,
+                                         bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       if (!ug)
+               return;
+
+       switch (event) {
+       case UG_KEY_EVENT_END:
+               ug_destroy_me(ug);
+               break;
+       default:
+               break;
+       }
+}
+
+UG_MODULE_API int UG_MODULE_INIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       SettingResetUG *resetUG = calloc(1, sizeof(SettingResetUG));
+       setting_retvm_if(!resetUG, -1, "Create SettingResetUG obj failed");
+
+       ops->create = setting_reset_ug_on_create;
+       ops->start = setting_reset_ug_on_start;
+       ops->pause = setting_reset_ug_on_pause;
+       ops->resume = setting_reset_ug_on_resume;
+       ops->destroy = setting_reset_ug_on_destroy;
+       ops->message = setting_reset_ug_on_message;
+       ops->event = setting_reset_ug_on_event;
+       ops->key_event = setting_reset_ug_on_key_event;
+       ops->priv = resetUG;
+       ops->opt = UG_OPT_INDICATOR_ENABLE;
+
+       return 0;
+}
+
+UG_MODULE_API void UG_MODULE_EXIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       struct SettingResetUG *resetUG;
+       setting_retm_if(!ops, "ops == NULL");
+
+       resetUG = ops->priv;
+       if (resetUG)
+               FREE(resetUG);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+static void __ask_popup_response_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       if (btn_type(obj) == POPUP_RESPONSE_OK) {
+               elm_exit();//exit the Setting app
+       }
+
+       ret_if(!data);
+       SettingResetUG *ad = data;
+       if (ad->ask_popup) {
+               evas_object_del(ad->ask_popup);
+               ad->ask_popup = NULL;
+       }
+}
+
+void setting_reset_special_process(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(!data);
+       SettingResetUG *ad = data;
+       
+       char speciliztion[MAX_SPECIALIZITION_LEN] = { 0, };
+#if !SUPPORT_DYNAMIC_THEME_CHANGING
+       int is_them_changed = FALSE;
+       //if failed, is_them_changed keep FALSE
+       vconf_get_bool(VCONFKEY_SETAPPL_THEM_CHANGED, &is_them_changed);
+       if (is_them_changed)
+       {
+               elm_theme_set(NULL, vconf_get_str(VCONFKEY_SETAPPL_WIDGET_THEME_STR));
+               elm_config_all_flush();
+
+               g_strlcat(speciliztion, _(KeyStr_Theme), MAX_SPECIALIZITION_LEN);
+       }
+#endif
+       
+       
+       int is_font_changed = FALSE;
+       //if failed, is_font_changed keep FALSE
+       vconf_get_bool(VCONFKEY_SETAPPL_FONT_CHANGED, &is_font_changed);
+       if (is_font_changed)
+       {
+               if ('\0' != speciliztion[0]) g_strlcat(speciliztion, _(ADN_STR), MAX_SPECIALIZITION_LEN);
+               g_strlcat(speciliztion, _(KeyStr_Font), MAX_SPECIALIZITION_LEN);
+       }
+       SETTING_TRACE("speciliztion:%s", speciliztion);
+       if ('\0' != speciliztion[0])
+       {
+               g_strlcat(speciliztion, _(CLOSEING_STR), MAX_SPECIALIZITION_LEN);
+               
+               ad->ask_popup =
+                   setting_create_popup_with_btn(ad, ad->win_main_layout, speciliztion,
+                                        NULL,
+                                        __ask_popup_response_cb,
+                                        0, 1,
+                                        _("IDS_COM_SK_OK"));
+       }
+
+}
+
+void setting_reset_result_popup_resp_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(!data);
+       SettingResetUG *ad = data;
+       if (btn_type(obj) == POPUP_RESPONSE_OK) {
+               
+               setting_reset_special_process(ad);
+       }
+       if (ad->notify) {
+               evas_object_del(ad->notify);
+               ad->notify = NULL;
+       }
+
+       if (ad->old_notify) {
+               evas_object_del(ad->old_notify);
+               ad->old_notify = NULL;
+       }
+       
+       elm_object_item_disabled_set(elm_toolbar_last_item_get(ad->controllbar), EINA_TRUE);
+
+}
+
+void setting_reset_result_popup_update(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(!data);
+       SettingResetUG *ad = data;
+       if (ad->notify) {
+               if (0 != safeStrCmp("menustyle", elm_object_style_get(ad->notify)))
+               {
+                       return;
+               }
+               Evas_Object *genlist = elm_object_content_get(ad->notify);
+               evas_object_hide(ad->notify);
+               ad->old_notify = ad->notify;
+       
+               ad->notify = elm_popup_add(ad->win_get);
+               elm_object_style_set(ad->notify,"menustyle");
+               elm_object_part_text_set(ad->notify, "title,text", RESET_RESULT_STR);
+               evas_object_size_hint_weight_set(ad->notify, 
+                                       EVAS_HINT_EXPAND, 
+                                       EVAS_HINT_EXPAND);
+
+               Evas_Object *btn = setting_create_button(ad->notify, _("IDS_COM_SK_OK"), NULL, setting_reset_result_popup_resp_cb, ad);
+               elm_object_part_content_set(ad->notify, "button1", btn);        
+       
+               SETTING_TRACE("genlist:%p", genlist);
+               if (genlist)
+               {
+                       elm_genlist_realized_items_update(genlist);
+                       elm_object_content_set(ad->notify, genlist);
+               }
+       
+               
+               evas_object_show(ad->notify);
+       }
+}
+
+int setting_reset_data_roaming(void)
+{
+#if SUPPORT_RUN_SYSTEM_COMMAND
+       return excuteCmd(SETTING_POSTINST_FILE, 1, "dataroaming");
+#else
+       return vconf_set_bool(VCONFKEY_SETAPPL_STATE_DATA_ROAMING_BOOL, TRUE);
+#endif
+}
+
+int setting_reset_rotation_lock(void)
+{
+#if SUPPORT_RUN_SYSTEM_COMMAND
+       return excuteCmd(SETTING_POSTINST_FILE, 1, "rotationLock");
+#else
+       return vconf_set_bool(VCONFKEY_SETAPPL_ROTATE_LOCK_BOOL, FALSE);
+#endif
+}
+
diff --git a/setting-security/CMakeLists.txt b/setting-security/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..3706ead
--- /dev/null
@@ -0,0 +1,34 @@
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_security REQUIRED ecore evas appcore-efl elementary tapi dlog ui-gadget bundle appcore-common)
+
+FOREACH(flag ${pkgs_security_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")
+
+ADD_LIBRARY(${SETTING_SECURITY_UG} SHARED
+       ./src/setting-security.c
+       ./src/setting-security-main.c
+       ##./src/setting-security-privacy.c
+       )
+
+TARGET_LINK_LIBRARIES(${SETTING_SECURITY_UG} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON} -lsetting-common)
+TARGET_LINK_LIBRARIES(${SETTING_SECURITY_UG} ${pkgs_security_LDFLAGS})
+
+INSTALL(TARGETS ${SETTING_SECURITY_UG} DESTINATION /opt/ug/lib)
diff --git a/setting-security/include/setting-security-main.h b/setting-security/include/setting-security-main.h
new file mode 100755 (executable)
index 0000000..5e13368
--- /dev/null
@@ -0,0 +1,43 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_SECURITY_MAIN_H__
+#define __SETTING_SECURITY_MAIN_H__
+
+#include <setting-security.h>
+
+static void setting_security_main_click_softkey_back_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info);
+static void setting_security_main_chk_btn_cb(void *data, Evas_Object *obj,
+                                               void *event_info);
+static void setting_security_main_mouse_up_Gendial_list_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info);
+static void setting_security_main_update_view(void *data, char *keyStr);
+static void setting_security_main_create_timer(void *data);
+static Eina_Bool setting_security_main_timer_update_cb(void *data);
+static void setting_security_main_vconf_change_cb(keynode_t *key, void *data);
+static void setting_security_main_check_vconf_value(void *data);
+#endif
diff --git a/setting-security/include/setting-security.h b/setting-security/include/setting-security.h
new file mode 100644 (file)
index 0000000..ee2a966
--- /dev/null
@@ -0,0 +1,130 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_SECURITY_H__
+#define __SETTING_SECURITY_H__
+
+#include <glib.h>
+#include <stdio.h>
+#include <appcore-efl.h>
+#include <Elementary.h>
+#include <Ecore_IMF.h>
+
+#include <ITapiSim.h>
+#include <TelSim.h>
+#include <TelErr.h>
+#include <TapiEvent.h>
+
+#include <glib-object.h>
+#include <ui-gadget.h>
+#include <ui-gadget-module.h>
+#include <bundle.h>
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+
+typedef struct _SettingSecurityUG SettingSecurityUG;
+
+typedef enum {
+       SETTING_SEC_PW_POWER_ON,
+       SETTING_SEC_PW_PHONE_LOCK,
+       SETTING_SEC_PW_PHONE_LOCK_ON,
+       SETTING_SEC_PW_SIMPLE_PASSWD,
+       SETTING_SEC_PW_CHANGE_PASSWD,
+       SETTING_SEC_PW_SIM_LOCK_ON,
+       SETTING_SEC_PW_SIM_LOCK_OFF,
+       SETTING_SEC_PW_PIN_LOCK_ON,
+       SETTING_SEC_PW_PIN_LOCK_OFF,
+       SETTING_SEC_PW_CHANGE_PIN1,
+       SETTING_SEC_PW_FDN_MODE_ON,
+       SETTING_SEC_PW_FDN_MODE_OFF,
+       SETTING_SEC_PW_CHANGE_PIN2,
+       SETTING_SEC_PW_PIN1_BLOCKED,
+       SETTING_SEC_PW_PIN2_BLOCKED,
+       SETTING_SEC_PW_MAX
+} setting_sec_pw_type;
+
+
+struct _security_item {
+       int pw_type_num;
+       char *pw_type_string;
+};
+
+/**
+ * Setting Security UG context
+ * all UG function has void* as an agument. this is casted back to SettingSecurityUG 
+ * and the functions access app context.
+ */
+struct _SettingSecurityUG {
+       struct ui_gadget *ug;
+
+       /* add more variables here (move your appdata to here) */
+       Evas *evas;
+       Evas_Object *win_main_layout;
+       Evas_Object *win_get;
+       Evas_Object *notify;
+
+       Evas_Object *ly_main;
+       Evas_Object *navi_bar;
+       struct ui_gadget *ug_passwd;
+       struct ui_gadget *ug_mt;
+
+       Setting_GenGroupItem_Data *data_phone_lk;
+       Setting_GenGroupItem_Data *data_mb;
+       Setting_GenGroupItem_Data *data_sim_lk;
+       Setting_GenGroupItem_Data *data_pin_lk;
+       Setting_GenGroupItem_Data *data_simple_pw;
+       Elm_Genlist_Item_Class itc_1text;
+       Elm_Genlist_Item_Class itc_1text_1icon;
+       Elm_Genlist_Item_Class itc_seperator;
+       Elm_Genlist_Item_Class itc_2text_2;
+
+       Evas_Object *chk_simple_pw;             /* for simple password */
+       Evas_Object *chk_phone_lk;
+       Evas_Object *chk_sim_lk;
+       Evas_Object *chk_pin_lk;         
+
+       setting_sec_pw_type pw_type;
+
+       int sel_item; /**< It's used to check PIN1, PIN2 _BLOCKED. 0:click pin lock, 1:change pin1 code, 2:fdn, 3: change pin2 code */
+       Ecore_Timer *update_view_timer;
+};
+
+extern setting_view setting_view_security_main;
+
+SettingSecurityUG *g_ad;       /* for tapi callback */
+
+char *get_find_my_mobile_on_off_str(void *priv);
+
+void setting_check_onoff_pin_lock_state(TelSimPinType_t type,
+                                       Evas_Object *chk_pin_lk);
+
+void setting_security_result_password_ug_cb(struct ui_gadget *ug,
+                                           bundle *result, void *priv);
+gboolean setting_security_create_password_sg(void *data);
+void setting_security_create_find_my_mobile_sg(void *cb, int argc, char **argv);
+void setting_security_destroy_find_my_mobile_ug_cb(struct ui_gadget *ug,
+                                                  void *priv);
+
+#endif
diff --git a/setting-security/src/setting-security-main.c b/setting-security/src/setting-security-main.c
new file mode 100644 (file)
index 0000000..26b94b6
--- /dev/null
@@ -0,0 +1,766 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-security-main.h>
+
+static int setting_security_main_create(void *cb);
+static int setting_security_main_destroy(void *cb);
+static int setting_security_main_update(void *cb);
+static int setting_security_main_cleanup(void *cb);
+
+setting_view setting_view_security_main = {
+       .create = setting_security_main_create,
+       .destroy = setting_security_main_destroy,
+       .update = setting_security_main_update,
+       .cleanup = setting_security_main_cleanup,
+};
+
+/* ***************************************************
+ **
+ **basic func
+ **
+ ****************************************************/
+
+static int setting_security_main_create(void *cb)
+{
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingSecurityUG *ad = (SettingSecurityUG *) cb;
+
+       Evas_Object *scroller;
+
+       int ret = 0;
+       int value = 0;
+       int err = 0;
+
+       gboolean b_status = TRUE;
+       int tapi_ret;
+
+       /* add basic layout */
+       char setBtnStr[MAX_DISPLAY_NAME_LEN_ON_UI];
+       snprintf(setBtnStr, sizeof(setBtnStr), "%s",
+                (char *)dgettext("sys_string", "IDS_COM_BODY_BACK"));
+       ad->ly_main =
+           setting_create_layout_navi_bar_genlist(ad->win_main_layout,
+                                                  ad->win_get,
+                                                  _("IDS_ST_BODY_SECURITY"),
+                                                  setBtnStr, NULL,
+                                                  setting_security_main_click_softkey_back_cb,
+                                                  NULL, ad, &scroller,
+                                                  &ad->navi_bar);
+       Elm_Object_Item *item = NULL;;
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       int state = 0;
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_POWER_ON_LOCK, &value, &err);
+
+       /* a. phone lock */
+       ad->data_phone_lk = setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon), 
+                                                       setting_security_main_mouse_up_Gendial_list_cb, ad,
+                                                       SWALLOW_Type_1TOGGLE,
+                                                       NULL, NULL,
+                                                       value,"IDS_ST_BODY_PHONE_LOCK", NULL, setting_security_main_chk_btn_cb);
+       if(ad->data_phone_lk) 
+               ad->data_phone_lk->userdata = ad;               
+       else {
+               SETTING_TRACE_ERROR("ad->data_phone_lk is null");
+               return SETTING_RETURN_FAIL;
+       }
+       setting_security_main_update_view(ad, "IDS_ST_BODY_PHONE_LOCK");
+       /* c. change password */
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text), 
+                                                               setting_security_main_mouse_up_Gendial_list_cb,ad,
+                                                               SWALLOW_Type_INVALID,
+                                                               NULL, NULL,
+                                                               0,"IDS_COM_POP_CHANGE_PASSWORD", NULL, NULL);
+
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_SIMPLE_PASSWORD, &value, &err);
+       /* d. simple password */
+       ad->data_simple_pw= setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon), 
+                                                       setting_security_main_mouse_up_Gendial_list_cb, ad,
+                                                       SWALLOW_Type_1TOGGLE,
+                                                       NULL, NULL,
+                                                       value, "IDS_ST_BODY_SIMPLE_PASSWORD", NULL, setting_security_main_chk_btn_cb);
+       if(ad->data_simple_pw) 
+               ad->data_simple_pw->userdata = ad;
+       else {
+               SETTING_TRACE_ERROR("ad->data_simple_pw is null");
+               return SETTING_RETURN_FAIL;
+       }
+
+#ifdef SUPPORT_SIM
+       /* check status of sim and tapi */
+       ret = setting_get_int_slp_key(INT_SLP_SETTING_SIM_SLOT, &value, &err);
+       tapi_ret = tel_check_service_ready(&b_status);
+
+       if (tapi_ret != TAPI_API_SUCCESS
+           || value != VCONFKEY_TELEPHONY_SIM_INSERTED) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] TAPI is not ready. err=%d ***%s",
+                    SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+
+               setting_view_security_main.is_create = 1;
+
+               g_ad =
+                   (SettingSecurityUG *) malloc(sizeof(SettingSecurityUG) *1);
+               retv_if(!g_ad, -1);
+               memcpy(g_ad, ad, sizeof(SettingSecurityUG));
+
+               vconf_notify_key_changed
+                   (VCONFKEY_SETAPPL_PHONE_LOCK_ATTEMPTS_LEFT_INT,
+                    setting_security_main_vconf_change_cb, ad);
+               vconf_notify_key_changed
+                   (VCONFKEY_SETAPPL_SIM_LOCK_ATTEMPTS_LEFT_INT,
+                    setting_security_main_vconf_change_cb, ad);
+               setting_security_main_check_vconf_value(ad);
+               return SETTING_RETURN_FAIL;
+       }
+
+       /* separator */
+       item = elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL, ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       
+       TelSimPinStatus_t sim_status = -1;
+       TelSimPinType_t sim_type = TAPI_SIM_PTYPE_SIM;
+       state = 0;
+       if (tel_get_sim_security_status(sim_type, &sim_status) !=
+           TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] tel_get_sim_personalization_status. err=%d ***%s",
+                    SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+       }
+
+       if (sim_status == TAPI_SIM_PIN_STATUS_DISABLED
+           || sim_status == TAPI_SIM_PIN_STATUS_UNKNOWN) {
+               state = 0;
+       } else {
+               state = 1;
+       }
+
+       /* f. sim lock */
+       ad->data_sim_lk = setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon), 
+                                                       setting_security_main_mouse_up_Gendial_list_cb, ad,
+                                                       SWALLOW_Type_1TOGGLE,
+                                                       NULL, NULL,
+                                                       state,"IDS_ST_BODY_SIM_LOCK", NULL, setting_security_main_chk_btn_cb);
+       if(ad->data_sim_lk) 
+               ad->data_sim_lk->userdata = ad;
+       else {
+               SETTING_TRACE_ERROR("ad->data_sim_lk is null");
+               return SETTING_RETURN_FAIL;
+       }
+       setting_security_main_update_view(ad, "IDS_ST_BODY_SIM_LOCK");
+
+       item = elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL, ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       
+       /* check pin1 status */
+       TelSimPinStatus_t pin1_status = -1;
+       TelSimPinType_t pin_type = TAPI_SIM_PTYPE_PIN1;
+       state = 0;
+       if(tel_get_sim_security_status(pin_type, &pin1_status) != TAPI_API_SUCCESS)
+       {
+               SETTING_TRACE_DEBUG("%s*** [ERR] tel_get_sim_security_status. err=%d ***%s", SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);                                   
+       }
+
+       if(pin1_status == TAPI_SIM_PIN_STATUS_ENABLED)
+       {
+               state = 1;
+       }
+
+       /* g. pin lock */
+       ad->data_pin_lk = setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon), 
+                                                       setting_security_main_mouse_up_Gendial_list_cb, ad,
+                                                       SWALLOW_Type_1TOGGLE,
+                                                       NULL, NULL,
+                                                       state,"IDS_COM_BODY_PIN_LOCK", NULL, setting_security_main_chk_btn_cb);
+       if(ad->data_pin_lk) 
+               ad->data_pin_lk->userdata = ad;
+
+
+
+       /* h. change pin1 */
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                                               setting_security_main_mouse_up_Gendial_list_cb,ad,
+                                                               SWALLOW_Type_INVALID,
+                                                               NULL, NULL,
+                                                               0,"IDS_ST_BODY_CHANGE_PIN1", NULL, NULL);
+
+       /* i. change pin2 */
+       setting_create_Gendial_field_def(scroller, &(ad->itc_1text),
+                                                               setting_security_main_mouse_up_Gendial_list_cb,ad,
+                                                               SWALLOW_Type_INVALID,
+                                                               NULL, NULL,
+                                                               0,"IDS_ST_BODY_CHANGE_PIN2", NULL, NULL);
+
+#endif
+
+       /* update info */
+
+       setting_view_security_main.is_create = 1;
+
+       g_ad = (SettingSecurityUG *) malloc(sizeof(SettingSecurityUG) *1);
+       retv_if(!g_ad, -1);
+       memcpy(g_ad, ad, sizeof(SettingSecurityUG));
+
+       vconf_notify_key_changed(VCONFKEY_SETAPPL_PHONE_LOCK_ATTEMPTS_LEFT_INT,
+                                setting_security_main_vconf_change_cb, ad);
+       vconf_notify_key_changed(VCONFKEY_SETAPPL_SIM_LOCK_ATTEMPTS_LEFT_INT,
+                                setting_security_main_vconf_change_cb, ad);
+       setting_security_main_check_vconf_value(ad);
+       return SETTING_RETURN_SUCCESS;
+
+}
+
+static int setting_security_main_destroy(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingSecurityUG *ad = (SettingSecurityUG *) cb;
+
+       if (ad->update_view_timer) {
+               ecore_timer_del(ad->update_view_timer);
+               ad->update_view_timer = NULL;
+       }
+
+       vconf_ignore_key_changed(VCONFKEY_SETAPPL_PHONE_LOCK_ATTEMPTS_LEFT_INT,
+                                setting_security_main_vconf_change_cb);
+       vconf_ignore_key_changed(VCONFKEY_SETAPPL_SIM_LOCK_ATTEMPTS_LEFT_INT,
+                                setting_security_main_vconf_change_cb);
+       if (ad->ly_main != NULL) {
+               evas_object_del(ad->ly_main);
+               setting_view_security_main.is_create = 0;
+
+               FREE(g_ad);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_security_main_update(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingSecurityUG *ad = (SettingSecurityUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_show(ad->ly_main);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_security_main_cleanup(void *cb)
+{
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingSecurityUG *ad = (SettingSecurityUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_hide(ad->ly_main);
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ **
+ **call back func
+ **
+ ****************************************************/
+static void
+setting_security_main_click_softkey_back_cb(void *data, Evas_Object *obj,
+                                           void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL, "[Setting > Security] Data parameter is NULL");
+
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+}
+
+int _handle_sim_exception(void *data, int sim_status)
+{
+       retv_if(data == NULL, SETTING_RETURN_FAIL);
+       
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+
+       switch (sim_status) {
+               case VCONFKEY_TELEPHONY_SIM_INSERTED:
+                       break;
+
+               case VCONFKEY_TELEPHONY_SIM_NOT_PRESENT:
+
+                       setting_create_popup_without_title(NULL, ad->win_get,
+                                                         _
+                                                         ("IDS_ST_SECURITY_BODY_NOIMSI"));
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] INCORRECTED SIM. sim_slot_type=%d ***%s",
+                            SETTING_FONT_RED, sim_status, SETTING_FONT_BLACK);
+                       return SETTING_RETURN_FAIL;
+
+                       break;
+
+               case VCONFKEY_TELEPHONY_SIM_CARD_ERROR:
+               case VCONFKEY_TELEPHONY_SIM_UNKNOWN:
+
+                       setting_create_popup_without_title(NULL, ad->win_get,
+                                                         _
+                                                         ("IDS_COM_BODY_INVALID_SIM_CARD"));
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] INCORRECTED SIM. sim_slot_type=%d ***%s",
+                            SETTING_FONT_RED, sim_status, SETTING_FONT_BLACK);
+                       return SETTING_RETURN_FAIL;
+
+                       break;
+               default:
+                       break;
+       }
+       return SETTING_RETURN_SUCCESS;
+}
+
+void _draw_pin_onoff_status(void *data, Evas_Object *check)
+{
+       SETTING_TRACE("PIN Lock");
+
+       ret_if(data == NULL);
+       
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+       int value = 0;
+       int err = 0;
+       int ret = 0;
+       
+       setting_check_onoff_pin_lock_state(TAPI_SIM_PTYPE_PIN1, check); /* reset check state */
+
+       ad->sel_item = 0;       /* 0:click pin lock, 1:change pin1 code, 2:fdn, 3: change pin2 code */
+
+       ret = setting_get_int_slp_key(INT_SLP_SETTING_SIM_SLOT, &value, &err);
+
+       ret = _handle_sim_exception(ad, value);
+       if(ret == SETTING_RETURN_FAIL)
+               return;
+
+       /* check sim status */
+       int tapi_ret = TAPI_API_INVALID_INPUT;
+       TelSimCardType_t sim_card = TAPI_SIM_CARD_TYPE_UNKNOWN;
+
+       tapi_ret = tel_get_sim_type(&sim_card);
+       SETTING_TRACE("SIM Type is %d", (int)sim_card);
+       if (sim_card == (TelSimCardType_t) SETTING_TAPI_UNKNOWN_SIM_TYPE) {
+               SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] tel_get_sim_type. sim_card=%d ***%s",
+                            SETTING_FONT_RED, sim_card, SETTING_FONT_BLACK);
+               setting_create_popup_without_title(NULL, ad->win_get,
+                               _("IDS_COM_BODY_INVALID_SIM_CARD"));
+               return;
+       }
+
+       TelSimPinStatus_t pin1_status = -1;
+       TelSimPinType_t pin_type = TAPI_SIM_PTYPE_PIN1;
+
+       tapi_ret = tel_get_sim_security_status(pin_type, &pin1_status);
+       SETTING_TRACE("PIN Status is %d", pin1_status);
+
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] tel_get_sim_security_status. err=%d ***%s",
+                            SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+               setting_create_popup_without_title(NULL, ad->win_get,
+                               _("IDS_COM_BODY_INVALID_SIM_CARD"));
+               return;
+       }
+
+       SETTING_TRACE_DEBUG("%s***  pin1_status=%d ***%s",
+                                   SETTING_FONT_RED, pin1_status, SETTING_FONT_BLACK);
+
+       switch (pin1_status) {
+               case TAPI_SIM_PIN_STATUS_DISABLED:
+                       ad->pw_type = SETTING_SEC_PW_PIN_LOCK_ON;
+                       setting_security_create_password_sg(ad);
+                       break;
+               case TAPI_SIM_PIN_STATUS_ENABLED:
+                       ad->pw_type = SETTING_SEC_PW_PIN_LOCK_OFF;
+                       setting_security_create_password_sg(ad);
+                       break;
+               case TAPI_SIM_PIN_STATUS_BLOCKED:
+
+                       ad->pw_type = SETTING_SEC_PW_PIN1_BLOCKED;
+                       setting_security_create_password_sg(ad);
+                       break;
+               case TAPI_SIM_PIN_STATUS_PUK_BLOCKED:
+                       setting_create_popup_without_title(NULL, ad->win_get,
+                                                         _("IDS_ST_BODY_PUK1_BLOCKED"));
+                       break;
+               case TAPI_SIM_PIN_STATUS_UNKNOWN:
+                       setting_create_popup_without_title(NULL, ad->win_get,
+                                                         _("Not useful sim card"));
+                       break;
+               default:
+                       break;
+       }
+}
+
+void _draw_sim_onoff_status(void *data, Evas_Object *check)
+{
+       ret_if(data == NULL);
+       
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+       int value = 0;
+       int err = 0;
+       int ret = 0;
+       
+       setting_check_onoff_pin_lock_state(TAPI_SIM_PTYPE_SIM, check);  /* reset check state */
+
+       ret = setting_get_int_slp_key(INT_SLP_SETTING_SIM_SLOT, &value, &err);
+
+       ret = _handle_sim_exception(ad, value);
+       if(ret == SETTING_RETURN_FAIL)
+               return;
+
+       int state = 0;
+       state = elm_check_state_get(check);
+
+       if (state) {
+               SETTING_TRACE("Current status of SIM Lock is ON");
+               ad->pw_type = SETTING_SEC_PW_SIM_LOCK_OFF;
+               setting_security_create_password_sg(ad);
+       } else {
+               SETTING_TRACE("Current status of SIM Lock is OFF");
+               ad->pw_type = SETTING_SEC_PW_SIM_LOCK_ON;
+               setting_security_create_password_sg(ad);
+       }
+}
+
+static void
+setting_security_main_draw_onoff_status(void *data, Evas_Object *check)
+{
+       ret_if(data == NULL || check == NULL);
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+       
+       if (ad->data_sim_lk) 
+               ad->chk_sim_lk = ad->data_sim_lk->eo_check;
+       if (ad->data_pin_lk) 
+               ad->chk_pin_lk = ad->data_pin_lk->eo_check;
+       if (ad->data_phone_lk) 
+               ad->chk_phone_lk = ad->data_phone_lk->eo_check;
+       if (ad->data_simple_pw) 
+               ad->chk_simple_pw = ad->data_simple_pw->eo_check;
+       if (check == ad->chk_phone_lk) {        /*  Phone Lock */
+               setting_check_onoff_status(check, BOOL_SLP_SETTING_POWER_ON_LOCK);      /* reset check state */
+               ad->pw_type = SETTING_SEC_PW_PHONE_LOCK;
+               setting_security_create_password_sg(ad);
+       }else if(check == ad->chk_simple_pw)            // Simple Password
+       {       
+               setting_check_onoff_status(check, BOOL_SLP_SETTING_SIMPLE_PASSWORD);    /* reset check state */
+               ad->pw_type = SETTING_SEC_PW_SIMPLE_PASSWD;
+               setting_security_create_password_sg(ad);
+       }else if (check == ad->chk_sim_lk)      /* Sim Lock */
+       {
+               _draw_sim_onoff_status(ad, check);
+       }else if (check == ad->chk_pin_lk) {    /*  Pin Lock */
+               _draw_pin_onoff_status(ad, check);
+       }
+}
+
+/*  Check Btn Call Back : Phone Lock, SIm Lock, PIN Lock, FDN, */
+static void
+setting_security_main_chk_btn_cb(void *data, Evas_Object *obj,
+                                void *event_info)
+{
+       /* error check */
+       retm_if(data == NULL, "[Setting > Reset] Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingSecurityUG *ad = list_item->userdata;
+       
+       list_item->chk_status = elm_check_state_get(obj);       /*  for genlist update status */
+       setting_security_main_draw_onoff_status(ad, obj);
+}
+
+void _mouse_up_change_pin(void *data, int sel_item)
+{
+       ret_if(data == NULL);
+       
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+       
+       ad->sel_item = sel_item;        /* 0:click pin lock, 1:change pin1 code, 2:fdn, 3: change pin2 code */
+       int ret;
+       int value = 0;
+       int err;
+
+       ret = setting_get_int_slp_key(INT_SLP_SETTING_SIM_SLOT, &value, &err);
+
+       switch (value) {
+               case VCONFKEY_TELEPHONY_SIM_INSERTED:
+                       break;
+               case VCONFKEY_TELEPHONY_SIM_NOT_PRESENT:
+                       setting_create_popup_without_title(NULL, ad->win_get,
+                                                         _("IDS_ST_SECURITY_BODY_NOIMSI"));
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] INCORRECTED SIM. sim_slot_type=%d ***%s",
+                            SETTING_FONT_RED, value, SETTING_FONT_BLACK);
+                       return;
+                       break;
+               case VCONFKEY_TELEPHONY_SIM_CARD_ERROR:
+               case VCONFKEY_TELEPHONY_SIM_UNKNOWN:
+                       setting_create_popup_without_title(NULL, ad->win_get,
+                                                         _("IDS_COM_BODY_INVALID_SIM_CARD"));
+                       SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] INCORRECTED SIM. sim_slot_type=%d ***%s",
+                            SETTING_FONT_RED, value, SETTING_FONT_BLACK);
+                       return;
+                       break;
+               default:
+                       break;
+       }
+
+       /* check sim status */
+       TapiResult_t tapi_ret = TAPI_API_INVALID_INPUT;
+       TelSimCardType_t sim_card = TAPI_SIM_CARD_TYPE_UNKNOWN;
+
+       tapi_ret = tel_get_sim_type(&sim_card);
+
+       if (sim_card == (TelSimCardType_t) SETTING_TAPI_UNKNOWN_SIM_TYPE) {
+               SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] tel_get_sim_type. sim_card=%d ***%s",
+                            SETTING_FONT_RED, sim_card, SETTING_FONT_BLACK);
+               setting_create_popup_without_title(NULL, ad->win_get,
+                                                         _("IDS_COM_BODY_INVALID_SIM_CARD"));
+               return;
+       }
+
+       TelSimPinStatus_t pin_status = -1;
+       TelSimPinType_t pin_type = 0;
+
+       if(sel_item == 1)
+               pin_type = TAPI_SIM_PTYPE_PIN1;
+       else if(sel_item == 3)
+               pin_type = TAPI_SIM_PTYPE_PIN2;
+
+       tapi_ret = tel_get_sim_security_status(pin_type, &pin_status);
+       SETTING_TRACE("pin_status is [%d]", pin_status);
+
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                           ("%s*** [ERR] tel_get_sim_security_status. err=%d ***%s",
+                            SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+               setting_create_popup_without_title(NULL, ad->win_get,
+                                                         _("IDS_COM_BODY_INVALID_SIM_CARD"));
+               return;
+       }
+
+       if (pin_status == TAPI_SIM_PIN_STATUS_ENABLED) {
+               if(sel_item == 1)
+                       ad->pw_type = SETTING_SEC_PW_CHANGE_PIN1;
+               else if(sel_item == 3)
+                       ad->pw_type = SETTING_SEC_PW_CHANGE_PIN2;
+               setting_security_create_password_sg(ad);
+       } else if (pin_status == TAPI_SIM_PIN_STATUS_BLOCKED) {
+               if(sel_item == 1)
+                       ad->pw_type = SETTING_SEC_PW_PIN1_BLOCKED;
+               else if(sel_item == 3)
+                       ad->pw_type = SETTING_SEC_PW_PIN2_BLOCKED;
+               setting_security_create_password_sg(ad);
+       } else {
+               setting_create_popup_without_title(NULL, ad->win_get,
+                                                         _("IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"));
+       }
+}
+
+static void
+setting_security_main_mouse_up_Gendial_list_cb(void *data, Evas_Object *obj,
+                                              void *event_info)
+{
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+
+       if (!safeStrCmp("IDS_ST_BODY_PHONE_LOCK", list_item->keyStr)
+           || !safeStrCmp("IDS_ST_BODY_SIM_LOCK", list_item->keyStr)
+           || !safeStrCmp("IDS_COM_BODY_PIN_LOCK", list_item->keyStr)
+           || !safeStrCmp("IDS_ST_BODY_SIMPLE_PASSWORD", list_item->keyStr)
+           || !safeStrCmp("RCS", list_item->keyStr)) {
+               int old_status = elm_check_state_get(list_item->eo_check);
+               /* new status */
+               list_item->chk_status = !old_status;
+               elm_check_state_set(list_item->eo_check, list_item->chk_status);
+               setting_security_main_draw_onoff_status(ad, list_item->eo_check);
+       } else
+           if (!safeStrCmp("IDS_COM_POP_CHANGE_PASSWORD", list_item->keyStr)) {
+               ad->pw_type = SETTING_SEC_PW_CHANGE_PASSWD;
+               setting_security_create_password_sg(ad);
+       } else if (!safeStrCmp("IDS_ST_BODY_CHANGE_PIN1", list_item->keyStr)) {
+               _mouse_up_change_pin(ad, 1); /* 0:click pin lock, 1:change pin1 code, 2:fdn, 3: change pin2 code */
+       } else if (!safeStrCmp("IDS_ST_BODY_CHANGE_PIN2", list_item->keyStr)) {
+               _mouse_up_change_pin(ad, 3); /* 0:click pin lock, 1:change pin1 code, 2:fdn, 3: change pin2 code */
+       }
+}
+
+static void setting_security_main_update_view(void *data, char *keyStr)
+{
+       ret_if(!data);
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+
+       Elm_Object_Item *list_item = NULL;
+       setting_int_slp_list vconf_type_int;
+       setting_str_slp_list vconf_type_str;
+       int attemps_max = 5;
+       int block_seconds = 30;
+
+       if (!safeStrCmp(keyStr, "IDS_ST_BODY_PHONE_LOCK")) {
+               vconf_type_int = INT_SLP_SETTING_PHONE_LOCK_ATTEMPTS_LEFT;
+               vconf_type_str = STR_SLP_SETTING_PHONE_LOCK_TIMESTAMP;
+               attemps_max = PHONE_LOCK_ATTEMPS_MAX;
+               block_seconds = PHONE_LOCK_BLOCK_SECONDS;
+               ret_if(!ad->data_phone_lk);
+               list_item = ad->data_phone_lk->item;
+       } else if (!safeStrCmp(keyStr, "IDS_ST_BODY_SIM_LOCK")) {
+               vconf_type_int = INT_SLP_SETTING_SIM_LOCK_ATTEMPTS_LEFT;
+               vconf_type_str = STR_SLP_SETTING_SIM_LOCK_TIMESTAMP;
+               attemps_max = SIM_LOCK_ATTEMPS_MAX;
+               block_seconds = SIM_LOCK_BLOCK_SECONDS;
+               ret_if(!ad->data_sim_lk);
+               list_item = ad->data_sim_lk->item;
+       } else {
+               return;
+       }
+
+       int value = -1;
+       int err = SETTING_RETURN_SUCCESS;
+       setting_get_int_slp_key(vconf_type_int, &value, &err);
+       setting_retm_if(err == SETTING_RETURN_FAIL,
+                       "[Error] get the value of vconf fail.");
+
+       if (value == 0) {
+               char last_lock_timestamp[LOCK_TIMESTAMP_LEN] = { 0, };
+               setting_get_string_slp_key(vconf_type_str, last_lock_timestamp,
+                                          &err);
+               setting_retm_if(err == SETTING_RETURN_FAIL,
+                               "[Error] get the value of vconf fail.");
+
+               if (!isEmptyStr(last_lock_timestamp)) {
+                       time_t cur_time = time(NULL);
+                       time_t last_lock_time;
+                       errno = 0;
+                       char* endptr = NULL;
+                       last_lock_time = strtol(last_lock_timestamp, &endptr, 10);
+                       setting_retm_if(errno == ERANGE, "strtol fail");
+
+                       if ((cur_time - last_lock_time) < block_seconds) {
+                               ret_if(elm_object_item_disabled_get(list_item));
+                               setting_disable_genlist_item(list_item);
+                       } else {
+                               setting_set_int_slp_key(vconf_type_int,
+                                                       attemps_max, &err);
+                               setting_retm_if(err == SETTING_RETURN_FAIL,
+                                               "[Error] set the value of vconf fail.");
+
+                               ret_if(!elm_object_item_disabled_get(list_item));
+                               setting_enable_genlist_item(list_item);
+                       }
+               }
+       }
+}
+
+static void setting_security_main_create_timer(void *data)
+{
+       ret_if(!data);
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+
+       if (ad->update_view_timer) {
+               return;
+       }
+       ad->update_view_timer = ecore_timer_add(2, (Ecore_Task_Cb)
+                                               setting_security_main_timer_update_cb,
+                                               ad);
+}
+
+static Eina_Bool setting_security_main_timer_update_cb(void *data)
+{
+       retv_if(!data, EINA_TRUE);
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+
+       setting_security_main_update_view(ad, "IDS_ST_BODY_PHONE_LOCK");
+       setting_security_main_update_view(ad, "IDS_ST_BODY_SIM_LOCK");
+
+       return EINA_TRUE;
+}
+
+static void setting_security_main_vconf_change_cb(keynode_t *key, void *data)
+{
+       ret_if(NULL == data);
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+       setting_security_main_check_vconf_value(ad);
+}
+
+static void setting_security_main_check_vconf_value(void *data)
+{
+       ret_if(NULL == data);
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;
+
+       setting_int_slp_list phone_lock_attemps_left =
+           INT_SLP_SETTING_PHONE_LOCK_ATTEMPTS_LEFT;
+       setting_int_slp_list sim_lock_attemps_left =
+           INT_SLP_SETTING_SIM_LOCK_ATTEMPTS_LEFT;
+
+       int phone_lock_value = -1;
+       int sim_lock_value = -1;
+       int err = SETTING_RETURN_SUCCESS;
+
+       setting_get_int_slp_key(phone_lock_attemps_left, &phone_lock_value,
+                               &err);
+       setting_retm_if(err == SETTING_RETURN_FAIL,
+                       "[Error] get the value of vconf fail.");
+
+       setting_get_int_slp_key(sim_lock_attemps_left, &sim_lock_value, &err);
+       setting_retm_if(err == SETTING_RETURN_FAIL,
+                       "[Error] get the value of vconf fail.");
+
+       if (phone_lock_value == 0 || sim_lock_value == 0) {
+               setting_security_main_create_timer(ad);
+       } else {
+               SETTING_TRACE("don't need create timer");
+               if (ad->update_view_timer) {
+                       ecore_timer_del(ad->update_view_timer);
+                       ad->update_view_timer = NULL;
+               }
+       }
+}
diff --git a/setting-security/src/setting-security.c b/setting-security/src/setting-security.c
new file mode 100644 (file)
index 0000000..f0522dc
--- /dev/null
@@ -0,0 +1,432 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-security.h>
+#define Max_Passwd_View_Type_Len       64
+#ifndef UG_MODULE_API
+#define UG_MODULE_API __attribute__ ((visibility("default")))
+#endif
+
+static struct _security_item security_its[] = {
+       { SETTING_SEC_PW_POWER_ON, "SETTING_PW_TYPE_POWER_ON_LOCK" },
+       { SETTING_SEC_PW_PHONE_LOCK, "SETTING_PW_TYPE_PHONE_LOCK" },
+       { SETTING_SEC_PW_PHONE_LOCK_ON, "SETTING_PW_TYPE_PHONE_LOCK_ON" },
+       { SETTING_SEC_PW_SIMPLE_PASSWD, "SETTING_PW_TYPE_SIMPLE_PASSWORD" },
+       { SETTING_SEC_PW_CHANGE_PASSWD, "SETTING_PW_TYPE_CHANGE_PASSWORD" },
+       { SETTING_SEC_PW_SIM_LOCK_ON, "SETTING_PW_TYPE_SIM_LOCK_ON" },
+       { SETTING_SEC_PW_SIM_LOCK_OFF, "SETTING_PW_TYPE_SIM_LOCK_OFF" },
+       { SETTING_SEC_PW_PIN_LOCK_ON, "SETTING_PW_TYPE_PIN_LOCK_ON" },
+       { SETTING_SEC_PW_PIN_LOCK_OFF, "SETTING_PW_TYPE_PIN_LOCK_OFF" },
+       { SETTING_SEC_PW_CHANGE_PIN1, "SETTING_PW_TYPE_CHANGE_PIN1" },
+       { SETTING_SEC_PW_FDN_MODE_ON, "SETTING_PW_TYPE_FDN_MODE_ON" },
+       { SETTING_SEC_PW_FDN_MODE_OFF, "SETTING_PW_TYPE_FDN_MODE_OFF" },
+       { SETTING_SEC_PW_CHANGE_PIN2, "SETTING_PW_TYPE_CHANGE_PIN2" },
+       { SETTING_SEC_PW_PIN1_BLOCKED, "SETTING_PW_TYPE_PIN1_BLOCKED" },
+       { SETTING_SEC_PW_PIN2_BLOCKED, "SETTING_PW_TYPE_PIN2_BLOCKED" },
+       { SETTING_SEC_PW_MAX, NULL }
+};
+
+static void setting_security_ug_cb_resize(void *data, Evas *e,
+                                         Evas_Object *obj, void *event_info)
+{
+       ret_if(data == NULL);
+
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;     /* ad is point to data */
+       setting_view_update(&setting_view_security_main, ad);
+}
+
+static void *setting_security_ug_on_create(struct ui_gadget *ug,
+                                          enum ug_mode mode, bundle *data,
+                                          void *priv)
+{
+       setting_retvm_if((!ug || !priv), NULL, "!ug || !priv");
+
+       SettingSecurityUG *securityUG = priv;
+       securityUG->ug = ug;
+
+       securityUG->win_main_layout = (Evas_Object *) ug_get_parent_layout(ug);
+       securityUG->win_get = (Evas_Object *) ug_get_window();
+       evas_object_show(securityUG->win_main_layout);
+       securityUG->evas = evas_object_evas_get(securityUG->win_main_layout);
+
+       setting_retvm_if(securityUG->win_main_layout == NULL, NULL,
+                        "[Setting >> About] cannot get main window ");
+
+       /* register view node table */
+       setting_view_node_table_intialize();
+       setting_view_node_table_register(&setting_view_security_main, NULL);
+
+       setting_create_Gendial_itc("dialogue/1text", &(securityUG->itc_1text));
+       setting_create_Gendial_itc("dialogue/2text.3", &(securityUG->itc_2text_2));
+       setting_create_Gendial_itc("dialogue/1text.1icon", &(securityUG->itc_1text_1icon));
+
+       securityUG->itc_seperator.item_style = "dialogue/separator/21/with_line"; 
+       securityUG->itc_seperator.func.text_get = NULL;
+       securityUG->itc_seperator.func.content_get = NULL;
+       securityUG->itc_seperator.func.state_get = NULL;
+       securityUG->itc_seperator.func.del = NULL;
+
+       securityUG->update_view_timer = NULL;
+       /*  creating a view. */
+       setting_view_node_set_cur_view(&setting_view_security_main);
+       setting_view_create(&setting_view_security_main, (void *)securityUG);
+       evas_object_event_callback_add(securityUG->win_main_layout,
+                                      EVAS_CALLBACK_RESIZE,
+                                      setting_security_ug_cb_resize,
+                                      securityUG);
+       return securityUG->ly_main;
+}
+
+static void setting_security_ug_on_start(struct ui_gadget *ug, bundle *data,
+                                        void *priv)
+{
+}
+
+static void setting_security_ug_on_pause(struct ui_gadget *ug, bundle *data,
+                                        void *priv)
+{
+}
+
+static void setting_security_ug_on_resume(struct ui_gadget *ug, bundle *data,
+                                         void *priv)
+{
+}
+
+static void setting_security_ug_on_destroy(struct ui_gadget *ug, bundle *data,
+                                          void *priv)
+{
+       setting_retm_if((!ug || !priv), "!ug || !priv");
+       SettingSecurityUG *securityUG = priv;
+
+       evas_object_event_callback_del(securityUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_security_ug_cb_resize);       /* fix flash issue for gallery */
+       securityUG->ug = ug;
+
+       /*  delete the allocated objects. */
+       setting_view_destroy(&setting_view_security_main, securityUG);
+       if (NULL != ug_get_layout(securityUG->ug)) {
+               evas_object_hide((Evas_Object *) ug_get_layout(securityUG->ug));
+               evas_object_del((Evas_Object *) ug_get_layout(securityUG->ug));
+       }
+}
+
+static void setting_security_ug_on_message(struct ui_gadget *ug, bundle *msg,
+                                          bundle *data, void *priv)
+{
+
+}
+
+static void setting_security_ug_on_event(struct ui_gadget *ug,
+                                        enum ug_event event, bundle *data,
+                                        void *priv)
+{
+       switch (event) {
+       case UG_EVENT_LOW_MEMORY:
+               break;
+       case UG_EVENT_LOW_BATTERY:
+               break;
+       case UG_EVENT_LANG_CHANGE:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN:
+               break;
+       case UG_EVENT_REGION_CHANGE:
+               break;
+       default:
+               break;
+       }
+}
+
+static void setting_security_ug_on_key_event(struct ui_gadget *ug,
+                                            enum ug_key_event event,
+                                            bundle *data, void *priv)
+{
+       if (!ug || !priv)
+               return;
+       SettingSecurityUG *ad = (SettingSecurityUG *) priv;     /* ad is point to priv */
+       switch (event) {
+       case UG_KEY_EVENT_END:
+               {
+                       if (elm_naviframe_top_item_get(ad->navi_bar) ==
+                          elm_naviframe_bottom_item_get(ad->navi_bar)) {
+                               ug_destroy_me(ug);
+                       } else {
+                               setting_view_cb_at_endKey(ad);
+                       }
+               }
+               break;
+
+       default:
+               break;
+       }
+}
+
+UG_MODULE_API int UG_MODULE_INIT(struct ug_module_ops *ops)
+{
+       SettingSecurityUG *securityUG = calloc(1, sizeof(SettingSecurityUG));
+       setting_retvm_if(!securityUG, -1,
+                        "Create SettingSecurityUG obj failed");
+
+       ops->create = setting_security_ug_on_create;
+       ops->start = setting_security_ug_on_start;
+       ops->pause = setting_security_ug_on_pause;
+       ops->resume = setting_security_ug_on_resume;
+       ops->destroy = setting_security_ug_on_destroy;
+       ops->message = setting_security_ug_on_message;
+       ops->event = setting_security_ug_on_event;
+       ops->key_event = setting_security_ug_on_key_event;
+       ops->priv = securityUG;
+       ops->opt = UG_OPT_INDICATOR_ENABLE;
+
+       return 0;
+}
+
+UG_MODULE_API void UG_MODULE_EXIT(struct ug_module_ops *ops)
+{
+       struct SettingSecurityUG *securityUG;
+       setting_retm_if(!ops, "ops == NULL");
+
+       securityUG = ops->priv;
+       if (securityUG)
+               FREE(securityUG);
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+static void setting_security_layout_passwd_ug_cb(struct ui_gadget *ug,
+                                                enum ug_mode mode, void *priv)
+{
+       if (!ug || !priv)
+               return;
+
+       SettingSecurityUG *ad = (SettingSecurityUG *) priv;
+       Evas_Object *base = ug_get_layout(ug);
+       if (!base)
+               return;
+
+       switch (mode) {
+       case UG_MODE_FULLVIEW:
+               evas_object_size_hint_weight_set(base, EVAS_HINT_EXPAND,
+                                                EVAS_HINT_EXPAND);
+               elm_win_resize_object_add(ad->win_get, base);
+               evas_object_show(base);
+               break;
+       default:
+               break;
+       }
+       
+       return;
+}
+
+static void setting_security_destroy_password_ug_cb(struct ui_gadget *ug,
+                                                   void *priv)
+{
+       ret_if(priv == NULL || ug == NULL);
+       SettingSecurityUG *ad = (SettingSecurityUG *) priv;
+       if (ug) {
+               ug_destroy(ug);
+               ad->ug_passwd = NULL;
+       }
+}
+
+gboolean setting_security_create_password_sg(void *data)
+{
+       /* error check */
+       retv_if(data == NULL, FALSE);
+       
+       SettingSecurityUG *ad = (SettingSecurityUG *) data;     /* ad is point to data */
+       
+       /* prevent the ug from being loaded again due to window event queuing */
+       /* added by JTS: CQ H0100135346 */
+       if (ad->ug_passwd) {
+               SETTING_TRACE("Password UG is already loaded.");
+               return FALSE;
+       }
+       
+       if((ad->pw_type < 0) || (ad->pw_type > SETTING_SEC_PW_MAX))
+               return FALSE;
+
+       char str[Max_Passwd_View_Type_Len + 1] = { 0, };        
+       safeCopyStr(str, security_its[ad->pw_type].pw_type_string, Max_Passwd_View_Type_Len);
+
+       struct ug_cbs *cbs = (struct ug_cbs *)calloc(1, sizeof(struct ug_cbs));
+
+       if (!cbs)
+               return FALSE;
+       cbs->layout_cb = setting_security_layout_passwd_ug_cb;
+       cbs->result_cb = setting_security_result_password_ug_cb;
+       cbs->destroy_cb = setting_security_destroy_password_ug_cb;
+       cbs->priv = (void *)ad;
+       bundle *b = bundle_create();
+       if (!b) {
+               FREE(cbs);
+               return FALSE;
+       }
+       bundle_add(b, "viewtype", str);
+
+       ad->ug_passwd = ug_create(ad->ug, "setting-password-efl", UG_MODE_FULLVIEW, b, cbs);
+       if (NULL == ad->ug_passwd) {    /* error handling */
+               evas_object_show(ad->ly_main);
+       }
+
+       bundle_free(b);
+       FREE(cbs);
+
+       return TRUE;
+}
+
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+void setting_check_onoff_pin_lock_state(TelSimPinType_t type,
+                                       Evas_Object *chk_pin_lk)
+{
+       ret_if(chk_pin_lk == NULL);
+
+       int tapi_ret = TAPI_API_SUCCESS;
+       TelSimPinStatus_t pin1_status = -1;
+       elm_check_state_set(chk_pin_lk, 0);     /* default state */
+
+       tapi_ret = tel_get_sim_security_status(type, &pin1_status);
+       if (tapi_ret != TAPI_API_SUCCESS)
+               return;
+
+       SETTING_TRACE("setting_check_onoff_pin_lock_state type: %d, status :%d",
+                     type, pin1_status);
+
+       int state = 0;
+       switch (pin1_status) {
+       case TAPI_SIM_PIN_STATUS_ENABLED:
+               state = 1;
+               break;
+       case TAPI_SIM_PIN_STATUS_DISABLED:
+       case TAPI_SIM_PIN_STATUS_BLOCKED:
+       case TAPI_SIM_PIN_STATUS_PUK_BLOCKED:
+       case TAPI_SIM_PIN_STATUS_UNKNOWN:
+               state = 0;
+               break;
+       default:
+               break;
+       }
+       elm_check_state_set(chk_pin_lk, state); /* default state */
+
+}
+
+void
+setting_security_result_password_ug_cb(struct ui_gadget *ug, bundle *b_result,
+                                      void *priv)
+{
+       /* error check */
+       retm_if(priv == NULL, "Data paremeter is NULL");
+
+       SettingSecurityUG *ad = (SettingSecurityUG *) priv;     /* ad is point to priv */
+
+       if (ad->data_sim_lk)
+               ad->chk_sim_lk = ad->data_sim_lk->eo_check;
+       if (ad->data_pin_lk)
+               ad->chk_pin_lk = ad->data_pin_lk->eo_check;
+       if (ad->data_phone_lk)
+               ad->chk_phone_lk = ad->data_phone_lk->eo_check;
+       if (ad->data_simple_pw)
+               ad->chk_simple_pw= ad->data_simple_pw->eo_check;
+       const char *result = bundle_get_val(b_result, "result");
+
+       /* divided pw view type */
+       SETTING_TRACE("ad->pw_type: %d result :%s", ad->pw_type, result);
+       ret_if(NULL == result);
+
+       if (0 == safeStrCmp(result, "SETTING_PW_TYPE_PHONE_LOCK"))
+               setting_check_onoff_status(ad->chk_phone_lk, BOOL_SLP_SETTING_POWER_ON_LOCK);
+       else if (0 == safeStrCmp(result, "SETTING_PW_TYPE_SIM_LOCK_ON"))
+               setting_check_onoff_pin_lock_state(TAPI_SIM_PTYPE_SIM, ad->chk_sim_lk);
+       else if (0 == safeStrCmp(result, "SETTING_PW_TYPE_SIM_LOCK_OFF"))
+               setting_check_onoff_pin_lock_state(TAPI_SIM_PTYPE_SIM, ad->chk_sim_lk);
+       else if (0 == safeStrCmp(result, "SETTING_PW_TYPE_PIN_LOCK_ON"))
+               setting_check_onoff_pin_lock_state(TAPI_SIM_PTYPE_PIN1, ad->chk_pin_lk);
+       else if (0 == safeStrCmp(result, "SETTING_PW_TYPE_PIN_LOCK_OFF"))
+               setting_check_onoff_pin_lock_state(TAPI_SIM_PTYPE_PIN1, ad->chk_pin_lk);
+       else if (0 == safeStrCmp(result, "SETTING_PW_TYPE_SIMPLE_PASSWORD"))
+       {
+               setting_check_onoff_status(ad->chk_simple_pw, BOOL_SLP_SETTING_SIMPLE_PASSWORD);        /* reset check state */
+       }
+       else if (0 == safeStrCmp(result, "SETTING_PW_TYPE_CHANGE_PIN1"))
+               setting_check_onoff_pin_lock_state(TAPI_SIM_PTYPE_PIN1, ad->chk_pin_lk);
+       else if (0 == safeStrCmp(result, "SETTING_PW_TYPE_PIN1_BLOCKED"))
+               setting_check_onoff_pin_lock_state(TAPI_SIM_PTYPE_PIN1, ad->chk_pin_lk);
+       else if (0 == safeStrCmp(result, "SETTING_PW_TYPE_POWER_ON_LOCK"))
+       {
+       } 
+       else if (0 == safeStrCmp(result, "SETTING_PW_TYPE_PHONE_LOCK_DISABLE"))
+       {
+               if (ad->data_phone_lk)
+                       setting_disable_genlist_item(ad->data_phone_lk->item);
+       }
+       else if (0 == safeStrCmp(result, "SETTING_PW_TYPE_SIM_LOCK_DISABLE"))
+       {
+               if (ad->data_sim_lk)
+                       setting_disable_genlist_item(ad->data_sim_lk->item);
+       }
+       evas_object_show(ad->ly_main);
+}
+
+#ifdef Status
+#undef Status
+#endif
+
+UG_MODULE_API int setting_plugin_reset(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = 0;
+#if SUPPORT_RUN_SYSTEM_COMMAND
+       ret += excuteCmd(SETTING_POSTINST_FILE, 1, "security"); 
+#else
+       ret += vconf_set_str(VCONFKEY_SETAPPL_PHONE_PASSWD_STR, "");
+
+       /* it may write some stragne thing into /opt/data/setting/set_info */
+       struct stat st; 
+       if (stat(PWD_FILE, &st) == 0)//file exist
+       {
+               if (remove(PWD_FILE) != 0) //delete the file
+               {
+                       perror("remove");
+                       SETTING_TRACE("Failed to remove %s", PWD_FILE);
+                       ret += -1;
+               }
+       }
+       ret += vconf_set_bool(VCONFKEY_SETAPPL_STATE_POWER_ON_LOCK_BOOL, FALSE);
+       ret += vconf_set_bool(VCONFKEY_SETAPPL_STATE_SIMPLE_PASSWORD_BOOL, TRUE);
+#endif
+       return ret;
+}
+
diff --git a/setting-time/CMakeLists.txt b/setting-time/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..71292d5
--- /dev/null
@@ -0,0 +1,35 @@
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/${SETTING_COMMON}/include)
+
+
+INCLUDE(FindPkgConfig)
+pkg_check_modules(pkgs_time REQUIRED evas elementary appcore-common appcore-efl ecore tapi heynoti ui-gadget bundle sysman pmapi icu-i18n icu-io icu-le icu-lx icu-uc)
+
+FOREACH(flag ${pkgs_time_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${CMAKE_INSTALL_PREFIX}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--rpath=/usr/lib")
+
+ADD_LIBRARY(${SETTING_TIME_UG} SHARED
+       ./src/setting-time.c
+       ./src/setting-time-main.c
+       ##./src/setting-time-time.c
+       ./src/setting-time-engine.c
+       )
+
+TARGET_LINK_LIBRARIES(${SETTING_TIME_UG} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON} -lsetting-common)
+TARGET_LINK_LIBRARIES(${SETTING_TIME_UG} ${pkgs_time_LDFLAGS})
+
+INSTALL(TARGETS ${SETTING_TIME_UG} DESTINATION /opt/ug/lib)
diff --git a/setting-time/include/setting-time-engine.h b/setting-time/include/setting-time-engine.h
new file mode 100755 (executable)
index 0000000..181c64a
--- /dev/null
@@ -0,0 +1,37 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_TIME_ENGINE_H__
+#define __SETTING_TIME_ENGINE_H__
+
+#include <setting-time.h>
+#include <sysman.h>
+
+#define SETTING_TIME_ENGINE_TIME_STR_LEN 15
+
+int setting_save_time(time_t _time);
+
+Eina_Bool setting_time_update_cb(void *data);
+
+#endif                         /* __SETTING_TIME_ENGINE_H__ */
diff --git a/setting-time/include/setting-time-main.h b/setting-time/include/setting-time-main.h
new file mode 100755 (executable)
index 0000000..ea7e6a8
--- /dev/null
@@ -0,0 +1,73 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_TIME_MAIN_H__
+#define __SETTING_TIME_MAIN_H__
+
+#include <setting-time.h>
+#include <setting-time-engine.h>
+
+#define MAX_ARGS                       15
+#define CITY_BUF_SIZE          128
+#define GMT_BUF_SIZE           10
+#define __MAX_PATH_SIZE                1024
+
+#define TIME_CHANGED_HEYNOTY_CALLBACK 1
+
+#define SETTING_TIME_ZONEINFO_PATH             "/usr/share/zoneinfo/"
+#define SETTING_TIME_SHARE_LOCAL_PATH  "/usr/share/locale"
+#define SETTING_TZONE_SYMLINK_PATH             "/opt/etc/localtime"
+
+void setting_time_main_launch_worldclock_sg(void *data);
+void setting_time_main_close_worldclock_sg(gpointer cb_data, gint argc,
+                                          gchar **argv);
+
+Eina_Bool setting_time_main_set_date_time_substring(SettingTimeUG *ad);
+
+void setting_time_main_click_softkey_left_cb(void *data, Evas_Object *obj,
+                                            void *event_info);
+void setting_time_main_click_softkey_caller_exist_left_cb(void *data,
+                                                         Evas_Object *obj,
+                                                         void *event_info);
+void setting_time_main_click_softkey_caller_exist_right_cb(void *data,
+                                                          Evas_Object *obj,
+                                                          void *event_info);
+static void setting_time_main_chk_btn_cb(void *data, Evas_Object *obj,
+                                        void *event_info);
+void setting_time_main_item_mouse_up_cb(void *data, Evas *e, Evas_Object *obj,
+                                       void *event_info);
+static void setting_time_main_mouse_up_Gendial_list_cb(void *data,
+                                                      Evas_Object *obj,
+                                                      void *event_info);
+void setting_time_main_btn_update_ok_cb(void *cb);
+void setting_time_main_btn_update_cancel_cb(void *cb);
+void setting_time_update_time_date_format_string(SettingTimeUG *ad);
+Eina_Bool setting_update_datefield(void *cb);
+int setting_time_check_automatic_time_update_state();
+static void setting_time_main_controlbar_lbtn_label_set(
+                                                        Evas_Object *controlbar,
+                                                        char *label);
+static int __setting_set_city_tzone(const char* pTZPath);
+                                                                                                               
+#endif                         /* __SETTING_TIME_MAIN_H__ */
diff --git a/setting-time/include/setting-time.h b/setting-time/include/setting-time.h
new file mode 100644 (file)
index 0000000..4d0ac32
--- /dev/null
@@ -0,0 +1,107 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#ifndef __SETTING_TIME_H__
+#define __SETTING_TIME_H__
+
+#include <stdio.h>
+#include <time.h>
+#include <sys/ioctl.h>
+#include <linux/rtc.h>
+#include <fcntl.h>
+#include <unistd.h>
+
+#include <appcore-efl.h>
+#include <Elementary.h>
+
+#include <glib-object.h>
+#include <ui-gadget.h>
+#include <ui-gadget-module.h>
+#include <bundle.h>
+
+#include <heynoti.h>
+
+#include <setting-common-draw-widget.h>
+#include <setting-common-view.h>
+
+typedef struct _SettingTimeUG SettingTimeUG;
+
+/**
+ * Setting Time UG context
+ * all UG function has void* as an agument. this is casted back to SettingTimeUG 
+ * and the functions access app context.
+ */
+struct _SettingTimeUG {
+
+       struct ui_gadget *ug;   /**< ug struct itself */
+
+       /* add more variables here (move your appdata to here) */
+       int noti_fd;
+
+       bundle *bundle_data; /**< ug input data (key / value) */
+       Evas *evas;
+       Evas_Object *win_main_layout;
+       Evas_Object *win_get;
+       Evas_Object *ly_main;
+
+       struct ui_gadget *ug_loading;
+
+       Evas_Object *navi_bar;
+       Evas_Object *scrl_main;
+       char *caller;
+
+       Ecore_Timer *update_timer;
+       Ecore_Timer *heynoti_timer;
+       Evas_Object *pop_progress;
+       Evas_Object *pop;
+       time_t changed_time;
+       Eina_Bool is_datefield_selected;
+
+       /*  UI   */
+       Setting_GenGroupItem_Data *data_auto;
+       Setting_GenGroupItem_Data *data_tz;
+       Setting_GenGroupItem_Data *data_dst;
+       Setting_GenGroupItem_Data *data_time;
+       Setting_GenGroupItem_Data *data_time_fmt;
+       Setting_GenGroupItem_Data *data_date_fmt;
+       Setting_GenGroupItem_Data *data_firstday_week_fmt;
+
+       Evas_Object *chk_dst;
+       Evas_Object *chk_auto;
+
+       Elm_Genlist_Item_Class itc_2text_2;
+       Elm_Genlist_Item_Class itc_2text_arrow;
+       Elm_Genlist_Item_Class itc_1text_1icon;
+       Elm_Genlist_Item_Class itc_seperator;
+       Elm_Genlist_Item_Class itc_layout;
+       Elm_Genlist_Item_Class itc_2text_3_parent;
+       Elm_Genlist_Item_Class itc_1icon_1text_sub;
+
+       Ecore_Idler *update_timezone_idler;
+       Ecore_Idler *refresh_time_idler;
+};
+
+extern setting_view setting_view_time_main;
+
+#endif                         /* __SETTING_TIME_H__ */
diff --git a/setting-time/src/setting-time-engine.c b/setting-time/src/setting-time-engine.c
new file mode 100755 (executable)
index 0000000..dfc8eed
--- /dev/null
@@ -0,0 +1,56 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-time-engine.h>
+
+/*  To set system time takes some time. It makes some time before firing heynoti of setting_time_changed.*/
+Eina_Bool setting_time_update_cb(void *data)
+{
+       char time_str[SETTING_TIME_ENGINE_TIME_STR_LEN];
+       struct tm *ts;
+       struct tm ts_ret;
+       time_t ctime;
+
+       retv_if(data == NULL, ECORE_CALLBACK_CANCEL);
+       SettingTimeUG *ad = data;
+
+       // get time from datefield UI
+       ctime = ad->changed_time;
+       ts = localtime_r(&ctime, &ts_ret);
+       retv_if(!ts, 1);
+       strftime(time_str, SETTING_TIME_ENGINE_TIME_STR_LEN, "%H:%M", &ts_ret);
+       SETTING_TRACE("After setting time ::: tm is_dst --> %d", ts_ret.tm_isdst);
+       SETTING_TRACE("After Setting time time_str:%s", time_str);
+#if SUPPORT_SCREEN_PROTECTED
+       pm_unlock_state(LCD_NORMAL, STAY_CUR_STATE);
+#endif
+
+       if (ad->pop_progress) {
+               evas_object_del(ad->pop_progress);
+               ad->pop_progress = NULL;
+       }
+       /* other module (ex. Indicator ) receives SETTING_TIME_CHANGED heynoti */
+       heynoti_publish(SETTING_TIME_CHANGED);
+       return ECORE_CALLBACK_CANCEL;
+}
diff --git a/setting-time/src/setting-time-main.c b/setting-time/src/setting-time-main.c
new file mode 100755 (executable)
index 0000000..f41214e
--- /dev/null
@@ -0,0 +1,1377 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include <setting-time-main.h>
+#include <sysman.h>
+
+#include <stdio.h>
+#include <malloc.h>
+#include <unicode/udat.h>
+#include <unicode/ustring.h>
+#include <unicode/uloc.h>
+#include <unicode/ucal.h>
+#include <unicode/utmscale.h>
+
+/*  ICU utilities*/
+static UChar *uastrcpy(const char *chars);
+static void ICU_set_timezone(const char *timezone);
+static int get_timezone_isdst(int* isdst);
+
+static int setting_time_main_create(void *cb);
+static int setting_time_main_destroy(void *cb);
+static int setting_time_main_update(void *cb);
+static int setting_time_main_cleanup(void *cb);
+
+setting_view setting_view_time_main = {
+       .create = setting_time_main_create,
+       .destroy = setting_time_main_destroy,
+       .update = setting_time_main_update,
+       .cleanup = setting_time_main_cleanup,
+};
+
+static void setting_time_reboot_resp_cb(void *data, Evas_Object *obj,
+                                       void *event_info);
+
+#if TIME_CHANGED_HEYNOTY_CALLBACK
+void time_changed_callback(void *data)
+{
+       SETTING_TRACE_DEBUG("time and timezone have been changed: TIME_CHANGED_HEYNOTY_CALLBACK");
+       SettingTimeUG *ad = (SettingTimeUG *)data;
+       if(EINA_TRUE == ad->is_datefield_selected) {
+               /* Timezone is not changed and a selected value of the datefield is already changed */
+               SETTING_TRACE("Datefield is selected\n");
+               return ;
+       }
+
+       tzset();
+
+       // vconfset to update timezone
+       char pTZPath[__MAX_PATH_SIZE];
+       ssize_t nLen = readlink(SETTING_TZONE_SYMLINK_PATH, pTZPath, sizeof(pTZPath)-1);
+
+       if (nLen != -1) {
+               pTZPath[nLen] = '\0';
+       } else {
+               SETTING_TRACE("parse error for SETTING_TZONE_SYMLINK_PATH");
+               return;
+       }
+
+       if (!__setting_set_city_tzone(&pTZPath[20])) {
+               SETTING_TRACE("__setting_set_city_tzone ERROR");
+               return;
+       }
+
+       setting_time_main_update(data);
+
+       char *timezone = vconf_get_str(VCONFKEY_SETAPPL_TIMEZONE_ID);
+       setting_retm_if(timezone == NULL, "get vonf failed");
+
+       ICU_set_timezone(timezone);
+       FREE(timezone);
+}
+#endif
+
+void setting_time_update_time_date_format_string(SettingTimeUG *ad)
+{
+       SETTING_TRACE_BEGIN;
+
+       struct tm *ts;
+       struct tm ts_ret;
+       time_t ctime;
+
+       int ret, value, err;
+
+       char time_str[MAX_ARGS];
+
+       ctime = time(NULL);
+       ts = localtime_r(&ctime, &ts_ret);
+       ret_if(!ts);
+
+       /* set time in particular format */
+       ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_REGIONFORMAT_TIME1224,
+                                   &value, &err);
+       if (ret == SETTING_RETURN_FAIL)
+               value = VCONFKEY_TIME_FORMAT_12;
+
+       switch (value) {
+       case VCONFKEY_TIME_FORMAT_12:
+               {
+                       /* Get Time */
+                       strftime(time_str, MAX_ARGS, "%l:%M %p ", &ts_ret);
+               }
+               break;
+
+       case VCONFKEY_TIME_FORMAT_24:
+               {
+                       strftime(time_str, MAX_ARGS, "%H:%M", &ts_ret);
+               }
+               break;
+       default:
+               /* do nothing */
+               break;
+       }
+
+       if (ad->data_time) {
+               elm_object_item_data_set(ad->data_time->item, ad->data_time);
+               elm_genlist_item_update(ad->data_time->item);
+       }
+}
+
+bool setting_update_timezone(SettingTimeUG *ad)
+{
+       /* SETTING_TRACE_BEGIN; */
+       char time_zone_sub_str[CITY_BUF_SIZE + GMT_BUF_SIZE + 3] = { 0, };
+       char *pa_timezone = NULL;
+       char *pa_city = NULL;
+       int ret = 0;
+
+       /*  get time zone */
+       pa_city = vconf_get_str(VCONFKEY_SETAPPL_CITYNAME_INDEX_INT);
+       pa_timezone = vconf_get_str(VCONFKEY_SETAPPL_TIMEZONE_INT);
+
+       if ((pa_timezone != NULL)
+           && (_(pa_city) != NULL && safeStrCmp(_(pa_city), "NULL"))) {
+
+               ret = snprintf(time_zone_sub_str,
+                            CITY_BUF_SIZE + GMT_BUF_SIZE + 2, "%s, GMT %s",
+                            _(pa_city), pa_timezone);
+               FREE(pa_city);
+               retv_if(ret < 0, 0);
+       } else {
+               ret =
+                   snprintf(time_zone_sub_str,
+                            CITY_BUF_SIZE + GMT_BUF_SIZE + 2,
+                            "%s, GMT +09", _("IDS_WCL_BODY_CITYNAME_SEOUL"));
+               retv_if(ret < 0, 0);
+       }
+       SETTING_TRACE("ad->data_tz:%p", ad->data_tz);
+
+       if (ad->data_tz) {
+               ad->data_tz->sub_desc = (char *)g_strdup(time_zone_sub_str);
+               elm_object_item_data_set(ad->data_tz->item, ad->data_tz);
+               elm_genlist_item_update(ad->data_tz->item);
+       }
+       return 0;
+}
+
+static void setting_time_main_int_vconf_change_cb(keynode_t *key, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(NULL == data);
+       SettingTimeUG *ad = data;
+       int status = vconf_keynode_get_int(key);
+       char *vconf_name = vconf_keynode_get_name(key);
+
+       if (!safeStrCmp(vconf_name, VCONFKEY_REGIONFORMAT_TIME1224)) {
+               if (ad->data_time) {
+                       /* VCONFKEY_REGIONFORMAT_TIME1224 1:12H 2:24H */
+                       if (status <= 2 && status > 0)  /*  1, 2 */
+                               --status;       /*  set to 0 or 1 */
+                       else
+                               status = 0;     /*  set 12H       */
+
+                       /*  TODO assert 1 or 0 */
+                       ad->data_time->chk_status = !status;
+
+                       char datefield_format[MAX_DATETIME_FORMAT_LEN + 1] = {0, };
+
+                       const char *time_format = NULL;
+                       if (ad->data_time->chk_status)//12 hours
+                       {
+                               time_format = "%I : %M %p";
+                       } else { //24 hours
+                               time_format = "%H : %M";
+                       }
+
+                       int value = SETTING_DATE_FORMAT_DD_MM_YYYY;
+                       int err = -1;
+
+                       char *date_format_str[] = { "%d %b %Y", "%b %d %Y", "%Y %b %d", "%Y %d %b" };
+                       int ret = setting_get_int_slp_key(INT_SLP_SETTING_DATE_FORMAT, &value, &err);
+                       if (ret == SETTING_RETURN_FAIL)
+                               value = SETTING_DATE_FORMAT_DD_MM_YYYY;
+
+                       snprintf(datefield_format, MAX_DATETIME_FORMAT_LEN, 
+                                "%s %s", date_format_str[value], time_format);
+
+                       elm_datetime_format_set(ad->data_time->eo_check, datefield_format);
+               }
+       }
+}
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+#define ONE_MINUTE 60
+static void setting_time_main_datefield_change_cb(void *data, Evas_Object *obj,
+                                     void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       ret_if(data == NULL);
+       Setting_GenGroupItem_Data *list_item = (Setting_GenGroupItem_Data *) data;
+       SettingTimeUG *ad = list_item->userdata;
+
+       if (EINA_FALSE == ad->is_datefield_selected) {
+               SETTING_TRACE("Datefield is not selected\n");
+               return;
+       }
+
+       // If auto update is on, don't anything while the datefield has been updated (i.e., time runs)
+       if (1 == setting_time_check_automatic_time_update_state()) {
+               SETTING_TRACE("AUTO_TIME ON: no action");
+               SETTING_TRACE_END;
+               return;
+       } else {
+               // otherwise, we apply a new date which has been changed by a user
+       }
+       
+       struct tm _tm;
+       elm_datetime_value_get(obj, &_tm);
+
+       
+       SETTING_TRACE("year : %d, month : %d, day : %d, hour : %d, min : %d",
+                     _tm.tm_year, _tm.tm_mon, _tm.tm_mday, _tm.tm_hour, _tm.tm_min);
+       if (2037 < _tm.tm_year) {
+               setting_create_popup_without_title(ad, ad->win_get,
+                                                 _("Cannot Set the year bigger than 2037"));
+               return;
+       }
+#if SUPPORT_SCREEN_PROTECTED   /* if not lock the current state, after set the time, the screen will become dimmed */
+       pm_lock_state(LCD_NORMAL, STAY_CUR_STATE, 0);
+#endif
+       _tm.tm_sec = 0;
+       
+       int isdst;
+       if (get_timezone_isdst(&isdst) == SETTING_RETURN_SUCCESS) {
+               _tm.tm_isdst = isdst;
+       } else {
+               // error 
+               SETTING_TRACE_ERROR("get_timezone_isdst() failed");
+               return;
+       }       
+
+       /*  local time  -> gmtime */
+       time_t the_time = mktime(&_tm); /* represent local time */
+       ad->changed_time = the_time;
+
+       if ((time(NULL)/ONE_MINUTE) == (the_time/ONE_MINUTE))
+       {
+               SETTING_TRACE("Time is not changed\n");
+               //current time didn't change
+               return;
+       }
+
+       int ret = sysman_set_datetime(the_time);
+       setting_retm_if(ret == -1, "sysman_set_datetime call failed");
+       //----------------------------------------------------------
+
+
+       /* exceptional handling */
+       if (ad->heynoti_timer) {
+               ecore_timer_del(ad->heynoti_timer);
+               ad->heynoti_timer = NULL;
+       }
+       ad->heynoti_timer = ecore_timer_add(1, (Ecore_Task_Cb) setting_time_update_cb, ad);
+
+       if (ad->pop_progress) {
+               evas_object_del(ad->pop_progress);
+               ad->pop_progress = NULL;
+       }
+       ad->pop_progress = setting_create_popup_with_progressbar(ad, ad->win_get,
+                                "pending_list",
+                                NULL, NULL, NULL, 0);
+
+       SETTING_TRACE_END;
+}
+
+Eina_Bool __refresh_date_timer(void *data)
+{
+       //SETTING_TRACE_BEGIN;
+       SettingTimeUG *ad = data;
+       if (ad->data_time) {
+               time_t ctime = time(NULL);
+               struct tm ts_ret;
+               struct tm *ts = localtime_r(&ctime, &ts_ret);
+               retv_if(!ts, 1);
+                               
+               elm_datetime_value_set(ad->data_time->eo_check, &ts_ret);
+       }
+       return 1;
+}
+
+static void __setting_time_main_exp_cb(void *data, Evas_Object *obj,
+                                      void *event_info)
+{
+       ret_if(NULL == data || NULL == event_info);
+       SETTING_TRACE_BEGIN;
+       SettingTimeUG *ad = (SettingTimeUG *) data;
+       Elm_Object_Item *parentItem = event_info;       /* parent item */
+       Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);      /* parent data */
+       Evas_Object *scroller = elm_object_item_widget_get(parentItem);
+
+       Evas_Object *rgd;
+       if (data_parentItem == ad->data_time_fmt) {
+
+               rgd = elm_radio_add(scroller);
+               elm_radio_value_set(rgd, -1);
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    VCONFKEY_TIME_FORMAT_12,
+                                                    "IDS_COM_BODY_12_HOURS",
+                                                    NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    VCONFKEY_TIME_FORMAT_24,
+                                                    "IDS_ST_BODY_24_HOURS",
+                                                    NULL);
+
+               setting_update_chk_status(rgd,
+                                         data_parentItem->int_slp_setting_binded);
+
+       } else if (data_parentItem == ad->data_date_fmt) {
+               rgd = elm_radio_add(scroller);
+               elm_radio_value_set(rgd, -1);
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_DATE_FORMAT_DD_MM_YYYY,
+                                                    "IDS_ST_BODY_DDMMYYYY_DOT",
+                                                    NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_DATE_FORMAT_MM_DD_YYYY,
+                                                    "IDS_ST_BODY_MM_DD_YYYY_DOT",
+                                                    NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_DATE_FORMAT_YYYY_MM_DD,
+                                                    "IDS_COM_BODY_YYYYMMDD",
+                                                    NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, NULL, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_DATE_FORMAT_YYYY_DD_MM,
+                                                    "IDS_ST_BODY_YYYY_DD_MM_DOT",
+                                                    NULL);
+
+               setting_update_chk_status(rgd,
+                                         data_parentItem->int_slp_setting_binded);
+
+       } else if (data_parentItem == ad->data_firstday_week_fmt) {
+               rgd = elm_radio_add(scroller);
+               elm_radio_value_set(rgd, -1);
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, rgd, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_WEEKOFDAY_FORMAT_SUNDAY,
+                                                    "IDS_ST_BODY_SUNDAY", NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, rgd, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_WEEKOFDAY_FORMAT_MONDAY,
+                                                    "IDS_ST_BODY_MONDAY", NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, rgd, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_WEEKOFDAY_FORMAT_TUESDAY,
+                                                    "IDS_ST_BODY_TUESDAY", NULL);
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, rgd, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_WEEKOFDAY_FORMAT_WEDNESDAY,
+                                                    "IDS_ST_BODY_WEDNESDAY", NULL);
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, rgd, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_WEEKOFDAY_FORMAT_THURSDAY,
+                                                    "IDS_ST_BODY_THURSDAY", NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, rgd, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_WEEKOFDAY_FORMAT_FRIDAY,
+                                                    "IDS_ST_BODY_FRIDAY", NULL);
+
+               setting_create_Gendial_exp_sub_field(scroller,
+                                                    &(ad->itc_1icon_1text_sub),
+                                                    NULL, rgd, parentItem,
+                                                    SWALLOW_Type_1RADIO, rgd,
+                                                    SETTING_WEEKOFDAY_FORMAT_SATURDAY,
+                                                    "IDS_ST_BODY_SATURDAY", NULL);
+
+               setting_update_chk_status(rgd,
+                                         data_parentItem->int_slp_setting_binded);
+       }
+}
+
+static int setting_time_main_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingTimeUG *ad = (SettingTimeUG *) cb;
+
+       char *l_btn = NULL;
+       char *r_btn = NULL;
+       char *title = _("IDS_ST_BODY_DATE_AND_TIME");
+       char *temp = NULL;
+       char *caller = NULL;
+       ad->is_datefield_selected = EINA_FALSE;
+
+       setting_call_back_func l_button_cb = NULL;
+       setting_call_back_func r_button_cb = NULL;
+
+       bundle *data = ad->bundle_data;
+
+       if (data != NULL) {
+               if (NULL != (temp = (char *)bundle_get_val(data, "caller")))
+                       caller = temp;
+               if (NULL != (temp = (char *)bundle_get_val(data, "lbutton"))) {
+                       l_btn = temp;
+                       l_button_cb =
+                           setting_time_main_click_softkey_caller_exist_left_cb;
+               }
+               if (NULL != (temp = (char *)bundle_get_val(data, "title")))
+                       title = temp;
+               if (NULL != (temp = (char *)bundle_get_val(data, "rbutton"))) {
+                       r_btn = temp;
+                       r_button_cb =
+                           setting_time_main_click_softkey_caller_exist_right_cb;
+               }
+       }
+
+       Evas_Object *scroller;  /*  scroller is a genlist */
+
+       ad->caller = caller;
+       if (ad->caller) {
+                char *lbtn_str = (char *)g_strdup(l_btn);
+                bool same_flag = FALSE;
+                if (0 == safeStrCmp(l_btn, _("IDS_COM_BODY_BACK"))) {
+                        l_btn = _("IDS_COM_BODY_BACK");
+                        same_flag = TRUE;
+                }
+
+               Evas_Object *controllbar = NULL;
+
+               scroller = elm_genlist_add(ad->win_main_layout);
+               if(scroller == NULL) { 
+                       SETTING_TRACE_ERROR("Cannot set scroller object  as contento of layout"); 
+                       // free allocated data before return.
+                       FREE(lbtn_str);
+                       return SETTING_DRAW_ERR_FAIL_SCROLLER; 
+               } 
+
+               elm_genlist_clear(scroller);
+
+               ad->ly_main =
+                           setting_create_layout_navi_bar(ad->win_main_layout,
+                                                          ad->win_get,
+                                                          title,
+                                                          l_btn,
+                                                          r_btn, NULL,
+                                                          l_button_cb,
+                                                          r_button_cb,
+                                                          NULL, ad,
+                                                          scroller,
+                                                          &ad->navi_bar,
+                                                          &controllbar);
+
+                if (same_flag) {
+                        setting_time_main_controlbar_lbtn_label_set(controllbar,
+                                                                   lbtn_str);
+                }
+                if (lbtn_str) {
+                        G_FREE(lbtn_str);
+                }
+
+       } else {
+               l_btn = _("IDS_COM_BODY_BACK");
+               title = _("IDS_ST_BODY_DATE_AND_TIME");
+               ad->ly_main =
+                   setting_create_layout_navi_bar_genlist(ad->win_main_layout,
+                                                          ad->win_get, title,
+                                                          l_btn, NULL,
+                                                          setting_time_main_click_softkey_left_cb,
+                                                          NULL, ad, &scroller,
+                                                          &ad->navi_bar);
+       }
+       ad->scrl_main = scroller;
+
+       int value;
+       int err;
+       int ret = 0;
+       Elm_Object_Item *item;
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+       setting_get_bool_slp_key(BOOL_SLP_SETTING_AUTOMATIC_TIME_UPDATE, &value,
+                                &err);
+       bool auto_flag = value;
+
+       /*  UI automatic */
+       ad->data_auto =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_1text_1icon),
+                                            setting_time_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_1TOGGLE, NULL,
+                                            NULL, value,
+                                            "IDS_ST_BODY_AUTOMATIC_UPDATE", NULL,
+                                            setting_time_main_chk_btn_cb);
+       if (ad->data_auto) {
+               ad->data_auto->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_auto is NULL");
+       }
+
+       /*  UI add separator */
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       appcore_set_i18n("worldclock", SETTING_TIME_SHARE_LOCAL_PATH);
+
+       char time_zone_sub_str[CITY_BUF_SIZE + GMT_BUF_SIZE + 3] = { 0, };
+       char *pa_timezone = NULL;
+       char *pa_city = NULL;
+       pa_city = vconf_get_str(VCONFKEY_SETAPPL_CITYNAME_INDEX_INT);
+       pa_timezone = vconf_get_str(VCONFKEY_SETAPPL_TIMEZONE_INT);
+
+       if ((pa_timezone != NULL)
+           && (_(pa_city) != NULL && safeStrCmp(_(pa_city), "NULL"))) {
+               ret =
+                   snprintf(time_zone_sub_str,
+                            CITY_BUF_SIZE + GMT_BUF_SIZE + 2, "%s, GMT %s",
+                            _(pa_city), pa_timezone);
+               FREE(pa_city);
+               FREE(pa_timezone);
+               retv_if(ret < 0, 0);
+       } else {
+               ret =
+                   snprintf(time_zone_sub_str,
+                            CITY_BUF_SIZE + GMT_BUF_SIZE + 2,
+                            "%s, GMT +09", _("IDS_WCL_BODY_CITYNAME_SEOUL"));
+               retv_if(ret < 0, 0);
+       }
+
+       /*  UI create time zone */
+       ad->data_tz =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_2text_2),
+                                            setting_time_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_INVALID, NULL,
+                                            NULL, 0, "IDS_ST_BODY_TIME_ZONE",
+                                            time_zone_sub_str, NULL);
+       if (ad->data_tz) {
+               ad->data_tz->userdata = ad;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_tz is NULL");
+       }
+
+       /* create DATE_AND_TIME */
+       /* DATE_AND_TIME */
+
+       ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_REGIONFORMAT_TIME1224,
+                                   &value, &err);
+       if (ret == SETTING_RETURN_FAIL) {
+               value = VCONFKEY_TIME_FORMAT_12;
+       }
+       bool is_12hours = (value == VCONFKEY_TIME_FORMAT_12 ? TRUE : FALSE);
+       char *date_format_str[] = { "%d %b %Y", "%b %d %Y", "%Y %b %d", "%Y %d %b" };
+       ret =
+           setting_get_int_slp_key(INT_SLP_SETTING_DATE_FORMAT, &value, &err);
+       if (ret == SETTING_RETURN_FAIL)
+               value = SETTING_DATE_FORMAT_DD_MM_YYYY;
+
+       /*  UI format string */
+       ad->data_time =
+           setting_create_Gendial_field_def(scroller, &(ad->itc_layout),
+                                            setting_time_main_mouse_up_Gendial_list_cb,
+                                            ad, SWALLOW_Type_LAYOUT_DATEFIELD,
+                                            NULL, NULL, is_12hours,
+                                            "IDS_ST_BODY_DATE_AND_TIME",
+                                            date_format_str[value],
+                                            setting_time_main_datefield_change_cb);
+       if (ad->data_time) {
+               ad->data_time->userdata = ad;
+               ad->data_time->isItemDisableFlag = auto_flag;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_time is NULL");
+       }
+
+       item =
+           elm_genlist_item_append(scroller, &(ad->itc_seperator), NULL, NULL,
+                                   ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       /*  UI create "Time format" */
+       setting_enable_expandable_genlist(scroller, ad,
+                                         __setting_time_main_exp_cb, NULL);
+
+       char* pa_time_format = get_pa_time_format_str();
+       ad->data_time_fmt =
+           setting_create_Gendial_exp_parent_field(scroller,
+                                                   &(ad->itc_2text_3_parent),
+                                                   setting_time_main_mouse_up_Gendial_list_cb,
+                                                   ad, SWALLOW_Type_INVALID,
+                                                   "IDS_ST_BODY_TIME_FORMAT",
+                                                   pa_time_format);
+       if (ad->data_time_fmt) {
+               ad->data_time_fmt->int_slp_setting_binded =
+                       INT_SLP_SETTING_REGIONFORMAT_TIME1224;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_time_fmt is NULL");
+       }
+       G_FREE(pa_time_format);
+
+    char* pa_week = get_pa_week_format_str();
+       ad->data_firstday_week_fmt =
+           setting_create_Gendial_exp_parent_field(scroller,
+                                                   &(ad->itc_2text_3_parent),
+                                                   setting_time_main_mouse_up_Gendial_list_cb,
+                                                   ad, SWALLOW_Type_INVALID,
+                                                   "IDS_CLD_BODY_FIRST_DAY_OF_WEEK",
+                                                   pa_week);
+       if (ad->data_firstday_week_fmt) {
+               ad->data_firstday_week_fmt->int_slp_setting_binded =
+                       INT_SLP_SETTING_WEEK_FORMAT;
+       } else {
+               SETTING_TRACE_ERROR("ad->data_firstday_week_fmt is NULL");
+       }
+    G_FREE(pa_week);
+
+       if (auto_flag)
+       {
+               if (ad->data_tz) {
+                       setting_disable_genlist_item(ad->data_tz->item);
+               }
+               if (ad->data_time) {
+                       setting_disable_genlist_item(ad->data_time->item);
+               }
+       }
+
+       setting_view_time_main.is_create = 1;
+
+#if TIME_CHANGED_HEYNOTY_CALLBACK
+       /* ---------------------------------------------------------------- */
+       /*  heynoti registration */
+       /* ---------------------------------------------------------------- */
+       ad->noti_fd = heynoti_init();
+
+       if (ad->noti_fd == -1) {
+               SETTING_TRACE("heynoti_init FAIL");
+               return SETTING_RETURN_FAIL;
+       } else {
+               SETTING_TRACE("heynoti_init OK");
+       }
+
+       if (-1 == heynoti_subscribe(ad->noti_fd, SETTING_TIME_CHANGED, time_changed_callback, (void *)ad)) {
+               SETTING_TRACE("heynoti_subscribe FAIL");
+       } else {
+               SETTING_TRACE("heynoti_subscribe OK");
+       }
+
+       if (-1 == heynoti_attach_handler(ad->noti_fd)) {
+               SETTING_TRACE("heynoti_attach_handler FAIL");
+       } else {
+               SETTING_TRACE("heynoti_attach_handler OK");
+       }
+#endif
+
+       /*  register vconf key to get event callback for converting 12/24H */
+       ret =
+           vconf_notify_key_changed(VCONFKEY_REGIONFORMAT_TIME1224,
+                                    setting_time_main_int_vconf_change_cb, ad);
+       setting_retvm_if(ret < 0, ret, "%s notifications Failed(%d)",
+                        (char *)VCONFKEY_REGIONFORMAT_TIME1224, ret);
+
+       /*  register vconf key to get event callback for date format */
+       ret =
+           vconf_notify_key_changed(VCONFKEY_SETAPPL_DATE_FORMAT_INT,
+                                    setting_time_main_int_vconf_change_cb, ad);
+       setting_retvm_if(ret < 0, ret, "%s notifications Failed(%d)",
+                        (char *)VCONFKEY_SETAPPL_DATE_FORMAT_INT, ret);
+
+       /* to avoid update time-diff, every per 3s to update. */
+       ad->update_timer =
+               ecore_timer_add(3, (Ecore_Task_Cb) __refresh_date_timer, ad);
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_time_main_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingTimeUG *ad = (SettingTimeUG *) cb;
+
+#if TIME_CHANGED_HEYNOTY_CALLBACK
+       /* Closing heynoti */
+       if (ad->noti_fd != -1)//first need to check the fd validation
+       {
+               heynoti_unsubscribe(ad->noti_fd, SETTING_TIME_CHANGED, time_changed_callback);
+               heynoti_close(ad->noti_fd);
+               ad->noti_fd = -1;
+       }
+#endif  
+       if (ad->update_timer) {
+               ecore_timer_del(ad->update_timer);
+               ad->update_timer = NULL;
+       }
+       if (ad->heynoti_timer) {
+               ecore_timer_del(ad->heynoti_timer);
+               ad->heynoti_timer = NULL;
+       }
+       if (ad->pop_progress) {
+               evas_object_del(ad->pop_progress);
+               ad->pop_progress = NULL;
+       }
+
+       if (ad->update_timezone_idler) {
+               ecore_idler_del(ad->update_timezone_idler);
+               ad->update_timezone_idler = NULL;
+       }
+       if (ad->refresh_time_idler) {
+               ecore_idler_del(ad->refresh_time_idler);
+               ad->refresh_time_idler = NULL;
+       }
+       vconf_ignore_key_changed(VCONFKEY_REGIONFORMAT_TIME1224,
+                                setting_time_main_int_vconf_change_cb);
+       vconf_ignore_key_changed(VCONFKEY_SETAPPL_DATE_FORMAT_INT,
+                                setting_time_main_int_vconf_change_cb);
+
+       if (ad->ly_main != NULL) {
+               evas_object_del(ad->ly_main);
+               setting_view_time_main.is_create = 0;
+       }
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_time_main_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       SettingTimeUG *ad = (SettingTimeUG *) cb;
+
+       if (ad->ly_main != NULL) {
+               evas_object_show(ad->ly_main);
+               // update timezone
+               if (ad->update_timezone_idler) {
+                       ecore_idler_del(ad->update_timezone_idler);
+                       ad->update_timezone_idler = NULL;
+               }
+               ad->update_timezone_idler =
+                   ecore_idler_add((Ecore_Task_Cb) setting_update_timezone, ad);
+               // update time
+               if (ad->refresh_time_idler) {
+                       ecore_idler_del(ad->refresh_time_idler);
+                       ad->refresh_time_idler = NULL;
+               }
+               ad->refresh_time_idler = ecore_idler_add(setting_update_datefield, ad);
+       }
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_time_main_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ **
+ **general func
+ **
+ ****************************************************/
+
+int setting_time_check_automatic_time_update_state()
+{
+       SETTING_TRACE_BEGIN;
+       int bvalue = 0;
+       int ret = 0;
+       int err = 0;
+
+       ret =
+           setting_get_bool_slp_key(BOOL_SLP_SETTING_AUTOMATIC_TIME_UPDATE,
+                                    &bvalue, &err);
+
+       return bvalue;
+
+}
+
+static int
+__setting_set_city_tzone(const char* pTZPath)
+{
+       // let's get city & timezone string from pTZPath
+       // 1. city name
+       char szTimezone[GMT_BUF_SIZE] = {0,};
+       char* pStr = strdup(pTZPath);
+
+       // 2. timezone string +/-<n> ex. +9, -1 
+       time_t t = time(0);
+
+       struct tm* data;
+       data = localtime(&t);
+       retv_if(!data, FALSE);
+       data->tm_isdst = 0;
+
+       time_t a = mktime(data);
+       data = gmtime(&t);
+       data->tm_isdst = 0;
+
+       time_t b = mktime(data);
+       int gmtoffset = (a-b)/3600;
+       snprintf(szTimezone, GMT_BUF_SIZE, "%+d", gmtoffset);
+       
+       SETTING_TRACE("szTimezone is of a valid format: GMT: %s", szTimezone);
+
+       int ret = vconf_set_str(VCONFKEY_SETAPPL_TIMEZONE_INT, szTimezone);
+       if (ret == -1) {
+               FREE(pStr);
+               SETTING_TRACE("set vconf failed");
+               return FALSE;
+       }
+
+       // set timezone_id
+       /** @todo replace with vconf ID */
+       ret = vconf_set_str(VCONFKEY_SETAPPL_TIMEZONE_ID, pStr);
+       FREE(pStr);
+
+       return TRUE;
+}
+
+static void
+setting_time_main_launch_worldclock_result_ug_cb(struct ui_gadget *ug,
+                                                bundle *result, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(priv == NULL, "Data parameter is NULL");
+
+       SettingTimeUG *ad = (SettingTimeUG *) priv;
+
+       const char *city = bundle_get_val(result, "city");
+       const char *tzpath = bundle_get_val(result, "tzpath");
+       if (!tzpath) {
+               SETTING_TRACE("tzpath from worldclock UG is null.");
+               return;
+       } else {
+               SETTING_TRACE("tzpath : %s", tzpath );
+       }
+
+       /* --------------------------------------------------------------------- */
+       /* create symbolic link /etc/localtime to /usr/share/zoneinfo */
+       /*  TODO add error handler */
+       char tz_path[MAX_COMMON_BUFFER_LEN / 4 + 1];
+       safeCopyStr(tz_path, SETTING_TIME_ZONEINFO_PATH, MAX_COMMON_BUFFER_LEN / 4);
+       g_strlcat(tz_path, tzpath, sizeof(tz_path));
+       SETTING_TRACE("full tz_path:%s", tz_path);
+
+       // ASSERT tzpath format   Zone/cityname  <<--- need to have '/'
+       int ret = sysman_set_timezone(tz_path);
+       if (ret < 0) {
+               SETTING_TRACE("tzpath is not valid.");
+               return;
+       }
+       SETTING_TRACE("copy_file SUCCEEDED *********************** %s \n", tz_path);
+
+       ret = vconf_set_str(VCONFKEY_SETAPPL_CITYNAME_INDEX_INT, city);
+       setting_retm_if(ret != 0, "set vconf failed");
+
+       // parse city and GMT offset from tzpath and system time property
+       // set the strings in vconf which will be used while updating display of timezone
+       if (!__setting_set_city_tzone(tzpath)) {
+               SETTING_TRACE("__setting_set_city_tzone ERROR")
+               return;
+       }
+
+       ad->heynoti_timer = ecore_timer_add(1, (Ecore_Task_Cb) setting_time_update_cb, ad);
+       // update the display for timezone 
+       setting_update_timezone(ad);
+
+       SETTING_TRACE_END;
+}
+
+void setting_time_main_launch_worldclock_destroy_ug_cb(struct ui_gadget *ug,
+                                                      void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       /* restore the '<-' button on the navigate bar */
+       ret_if(!priv);
+       SettingTimeUG *ad = (SettingTimeUG *) priv;
+       if (ug) {
+               ug_destroy(ug);
+               ad->ug_loading = NULL;
+       }
+       Elm_Object_Item *navi_it = elm_naviframe_top_item_get(ad->navi_bar);
+       ret_if(!navi_it);
+       Evas_Object *back_btn = elm_object_item_part_content_get(navi_it, "prev_btn");
+
+       if (back_btn != NULL) {
+               elm_object_style_set(back_btn, NAVI_BACK_BUTTON_STYLE); /* take into effect */
+       }
+
+}
+
+void setting_time_main_launch_worldclock_layout_ug_cb(struct ui_gadget *ug,
+                                                     enum ug_mode mode,
+                                                     void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       SettingTimeUG *ad = (SettingTimeUG *) priv;
+       Evas_Object *base;
+
+       if (!ug || !priv)
+               return;
+
+       base = (Evas_Object *) ug_get_layout(ug);
+       if (!base)
+               return;
+
+       switch (mode) {
+       case UG_MODE_FULLVIEW:
+               evas_object_size_hint_weight_set(base, EVAS_HINT_EXPAND,
+                                                EVAS_HINT_EXPAND);
+               elm_win_resize_object_add(ad->win_get, base);
+               evas_object_show(base);
+               break;
+       default:
+               break;
+       }
+       SETTING_TRACE_END;
+}
+
+void setting_time_main_launch_worldclock_sg(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingTimeUG *ad = (SettingTimeUG *) data;
+       if (ad->ug_loading) return; // prevent double-clicked
+
+       struct ug_cbs *cbs = (struct ug_cbs *)calloc(1, sizeof(struct ug_cbs));
+       setting_retm_if(!cbs, "calloc failed");
+       cbs->layout_cb = setting_time_main_launch_worldclock_layout_ug_cb;
+       cbs->result_cb = setting_time_main_launch_worldclock_result_ug_cb;
+       cbs->destroy_cb = setting_time_main_launch_worldclock_destroy_ug_cb;
+       cbs->priv = (void *)ad;
+
+       SETTING_TRACE("to load ug[%s]", "worldclock-efl");
+       ad->ug_loading =
+           ug_create(ad->ug, "worldclock-efl", UG_MODE_FULLVIEW, NULL, cbs);
+       if (NULL == ad->ug_loading) {   /* error handling */
+       }
+
+       FREE(cbs);
+       return;
+}
+
+Eina_Bool setting_update_datefield(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retvm_if(cb == NULL, EINA_FALSE, "Data parameter is NULL");
+       SettingTimeUG *ad = (SettingTimeUG *) cb;
+
+       __refresh_date_timer(ad);
+
+       return 0;
+}
+
+/* ***************************************************
+ **
+ **call back func
+ **
+ ****************************************************/
+
+void
+setting_time_main_click_softkey_left_cb(void *data, Evas_Object *obj,
+                                       void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingTimeUG *ad = (SettingTimeUG *) data;
+
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+}
+
+/* ***************************************************
+ **
+ **call back func
+ **
+ ****************************************************/
+
+void
+setting_time_main_click_softkey_caller_exist_left_cb(void *data,
+                                                    Evas_Object *obj,
+                                                    void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingTimeUG *ad = (SettingTimeUG *) data;
+
+       /*  Create Bundle and send message */
+       bundle *b = NULL;
+       b = bundle_create();
+
+       if (!b)
+               return;
+       bundle_add(b, "result", "lbutton_click");
+       ug_send_result(ad->ug, b);
+       bundle_free(b);
+
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+}
+
+void
+setting_time_main_click_softkey_caller_exist_right_cb(void *data,
+                                                     Evas_Object *obj,
+                                                     void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+
+       SettingTimeUG *ad = (SettingTimeUG *) data;
+
+       /*  Create Bundle and send message */
+       bundle *b = NULL;
+       b = bundle_create();
+
+       if (!b)
+               return;
+       bundle_add(b, "result", "rbutton_click");
+       ug_send_result(ad->ug, b);
+       bundle_free(b);
+
+       /* Send destroy request */
+       ug_destroy_me(ad->ug);
+}
+
+static void setting_time_reboot_resp_cb(void *data, Evas_Object *obj,
+                                       void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       int response_type = btn_type(obj);
+       if (POPUP_RESPONSE_OK == response_type) {
+               setting_time_main_btn_update_ok_cb(data);
+       } else if (POPUP_RESPONSE_CANCEL == response_type) {
+               setting_time_main_btn_update_cancel_cb(data);
+       }
+
+       SettingTimeUG *ad = data;
+       if (ad->pop)
+       {
+               evas_object_del(ad->pop);
+               ad->pop = NULL;
+       }
+}
+
+static void
+setting_time_main_chk_btn_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       SettingTimeUG *ad = NULL;
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       ad = list_item->userdata;
+       list_item->chk_status = elm_check_state_get(obj);       /*  for genlist update status */
+       if (ad->data_auto)
+               ad->chk_auto = ad->data_auto->eo_check;
+       if (ad->data_dst)
+               ad->chk_dst = ad->data_dst->eo_check;
+
+       if (ad->data_time) {
+               elm_object_focus_set(ad->data_time->eo_check, EINA_FALSE);
+       }
+
+       int err;
+       if (obj == ad->chk_auto) {
+               int bvalue;
+               setting_get_bool_slp_key(BOOL_SLP_SETTING_AUTOMATIC_TIME_UPDATE,
+                                        &bvalue, &err);
+               if (bvalue) {
+                       (void)
+                           setting_set_bool_slp_key
+                           (BOOL_SLP_SETTING_AUTOMATIC_TIME_UPDATE,
+                            SETTING_ON_OFF_BTN_OFF, &err);
+                       elm_check_state_set(ad->chk_auto, 0);
+                       if (ad->data_tz) {
+                               setting_enable_genlist_item(ad->data_tz->item);
+                       }
+
+                       if (ad->data_time) {
+                               ad->data_time->isItemDisableFlag = FALSE;
+                               setting_enable_evas_object(ad->data_time->eo_check);
+                               setting_enable_genlist_item(ad->data_time->item);
+                       }
+                       
+               } else {
+                       ad->pop =
+                           setting_create_popup_with_btn(ad, ad->win_get,
+                                                _
+                                                ("IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"),
+                                                NULL,
+                                                setting_time_reboot_resp_cb,
+                                                0, 2,
+                                             dgettext("sys_string",
+                                                      "IDS_COM_SK_OK"),
+                                                _("IDS_COM_SK_CANCEL"));
+               }
+
+       }
+}
+
+static void
+setting_time_main_mouse_up_Gendial_list_cb(void *data, Evas_Object *obj,
+                                          void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       SettingTimeUG *ad = (SettingTimeUG *) data;
+       SETTING_TRACE("clicking item[%s]", _(list_item->keyStr));
+
+       if (ad->data_time
+           && 0 != safeStrCmp("IDS_ST_BODY_DATE_AND_TIME",
+                              list_item->keyStr)) {
+               elm_object_focus_set(ad->data_time->eo_check, EINA_FALSE);
+       }
+
+       if (!safeStrCmp("IDS_ST_BODY_TIME_ZONE", list_item->keyStr)) {
+               ad->is_datefield_selected = EINA_FALSE;
+               if (1 == setting_time_check_automatic_time_update_state()) {
+                       setting_create_popup_without_title(ad, ad->win_get,
+                                                         _("Automatic time update is ON!"));
+               } else {
+                       setting_time_main_launch_worldclock_sg(ad);
+               }
+
+       } else if (!safeStrCmp("IDS_ST_BODY_DATE_AND_TIME", list_item->keyStr)) {
+               ad->is_datefield_selected = EINA_TRUE;
+               if (1 == setting_time_check_automatic_time_update_state()) {
+                       setting_create_popup_without_title(ad, ad->win_get,
+                                                         _("Automatic time update is ON!"));
+               } else {
+                       // do nothing
+               }
+       } else if (!safeStrCmp("IDS_ST_BODY_AUTOMATIC_UPDATE", list_item->keyStr)) {
+               ad->is_datefield_selected = EINA_FALSE;
+               int old_status = elm_check_state_get(list_item->eo_check);
+               /* new status */
+               list_item->chk_status = !old_status;
+               elm_check_state_set(list_item->eo_check, list_item->chk_status);
+               int err = 0;
+               if (!list_item->chk_status) {
+                       (void)
+                           setting_set_bool_slp_key
+                           (BOOL_SLP_SETTING_AUTOMATIC_TIME_UPDATE,
+                            SETTING_ON_OFF_BTN_OFF, &err);
+                       
+                       if (ad->data_tz) {
+                               setting_enable_genlist_item(ad->data_tz->item);
+                       }
+
+                       if (ad->data_time) {
+                               ad->data_time->isItemDisableFlag = FALSE;
+                               setting_enable_evas_object(ad->data_time->eo_check);
+                               setting_enable_genlist_item(ad->data_time->item);
+                       }
+                       
+               } else {
+                       ad->pop =
+                           setting_create_popup_with_btn(ad, ad->win_get,
+                                                _("IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"),
+                                                NULL,
+                                                setting_time_reboot_resp_cb,
+                                                0, 2,
+                                                dgettext("sys_string", "IDS_COM_SK_OK"),
+                                                _("IDS_COM_SK_CANCEL"));
+               }
+
+       } else if (!safeStrCmp("IDS_ST_BODY_TIME_FORMAT", list_item->keyStr)
+                  || !safeStrCmp("IDS_ST_BODY_DATE_FORMAT", list_item->keyStr)
+                  || !safeStrCmp("IDS_CLD_BODY_FIRST_DAY_OF_WEEK", list_item->keyStr)) {
+               ad->is_datefield_selected = EINA_FALSE;
+               bool status = !elm_genlist_item_expanded_get(item);
+               elm_genlist_item_expanded_set(item, status);
+       }
+}
+
+void setting_time_main_btn_update_ok_cb(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       SettingTimeUG *ad = (SettingTimeUG *) cb;
+       int err;                /* error check */
+       setting_set_bool_slp_key(BOOL_SLP_SETTING_AUTOMATIC_TIME_UPDATE,
+                                SETTING_ON_OFF_BTN_ON, &err);
+       elm_check_state_set(ad->data_auto->eo_check, 1);
+       ad->data_auto->chk_status = 1;
+
+       sysman_request_reboot();
+
+       /*  We'd better check return value from sysman_request_reboot() function. */
+       /*  It will return 0 on success or -1 if failed. */
+}
+
+void setting_time_main_btn_update_cancel_cb(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       SettingTimeUG *ad = (SettingTimeUG *) cb;
+
+       int err;                /* error check */
+
+       retm_if(cb == NULL, "Data parameter is NULL");
+       setting_set_bool_slp_key(BOOL_SLP_SETTING_AUTOMATIC_TIME_UPDATE,
+                                SETTING_ON_OFF_BTN_OFF, &err);
+       elm_check_state_set(ad->data_auto->eo_check, 0);
+       ad->data_auto->chk_status = 0;
+
+}
+
+static UChar *uastrcpy(const char *chars)
+{
+       int len = 0;
+       UChar *str = NULL;
+       len = safeStrLen(chars);
+       str = (UChar *) malloc(sizeof(UChar) *(len + 1));
+       if (!str)
+               return NULL;
+       u_uastrcpy(str, chars);
+       return str;
+}
+
+/**
+ * @todo how do this code represent error? 
+ */ 
+static int get_timezone_isdst(int* isdst)
+{
+       SETTING_TRACE_BEGIN;
+    struct tm *ts; 
+    time_t ctime;
+
+    enum { BUFFERSIZE = 1024 };
+    char buf[BUFFERSIZE];
+    ssize_t len = readlink("/opt/etc/localtime", buf, sizeof(buf)-1);
+
+    if (len != -1) {
+        buf[len] = '\0';
+    }
+    else {
+        /* handle error condition */
+    }
+
+    ctime = time(NULL);
+    ts = localtime(&ctime);
+       if ( ! ts ) {
+               return SETTING_GENERAL_ERR_NULL_DATA_PARAMETER;
+       }
+
+    SETTING_TRACE(" == tz_path = %s", buf);
+    SETTING_TRACE(" == isdst = %d\n", ts->tm_isdst); 
+       *isdst = ts->tm_isdst;
+       
+       return SETTING_RETURN_SUCCESS; 
+}
+
+static void ICU_set_timezone(const char *timezone)
+{
+       SETTING_TRACE("ICU_set_timezone = %s ", timezone);
+       UErrorCode ec = U_ZERO_ERROR;
+       UChar *str = uastrcpy(timezone);
+
+       ucal_setDefaultTimeZone(str, &ec);
+       if (U_SUCCESS(ec)) {
+               SETTING_TRACE("ucal_setDefaultTimeZone() SUCCESS ");
+       } else {
+               SETTING_TRACE("ucal_setDefaultTimeZone() FAILED : %s ",
+                             u_errorName(ec));
+       }
+       FREE(str);
+}
+
+static void setting_time_main_controlbar_lbtn_label_set(
+                                                        Evas_Object *controlbar,
+                                                        char *label)
+{
+        SETTING_TRACE_BEGIN;
+        setting_retm_if(controlbar == NULL, "controlbar parameter is NULL");
+        setting_retm_if(label == NULL, "label parameter is NULL");
+
+        Evas_Object *eo_lbtn = NULL;
+        Elm_Object_Item *first_item = NULL;
+
+        first_item = elm_toolbar_first_item_get(controlbar);
+        setting_retm_if(first_item == NULL, "get first_item failed");
+
+       eo_lbtn = elm_object_item_part_content_get(first_item, "object");
+
+        setting_retm_if(eo_lbtn == NULL, "get eo_lbtn failed");
+
+        elm_object_text_set(eo_lbtn, label);
+}
diff --git a/setting-time/src/setting-time.c b/setting-time/src/setting-time.c
new file mode 100755 (executable)
index 0000000..ef8fb3b
--- /dev/null
@@ -0,0 +1,302 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+/**
+ *@defgroup setting-datetime
+ *UG creation code for setting-datetime
+ */
+#include <setting-time.h>
+#ifndef UG_MODULE_API
+#define UG_MODULE_API __attribute__ ((visibility("default")))
+#endif
+
+/**
+* @callback handler for EVAS_CALLBACK_RESIZE
+*
+* @param data user data (SettingTimeUG *)
+*/
+static void setting_time_ug_cb_resize(void *data, Evas *e, Evas_Object *obj,
+                                     void *event_info)
+{
+       SettingTimeUG *ad = (SettingTimeUG *) data;
+       setting_view_update(&setting_view_time_main, ad);
+}
+
+/**
+* @callback function called first while loading setting-time UG.
+*
+* @param ug ug object itself.
+* @param mode
+* @param data bundle (key, value pair) data as arguments into UG.
+* @param priv SettingTimeUG context
+*
+* @return
+*/
+static void *setting_time_ug_on_create(struct ui_gadget *ug, enum ug_mode mode,
+                                      bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if((!ug || !priv), NULL, "!ug || !priv");
+
+       SettingTimeUG *timeUG = priv;
+       timeUG->ug = ug;
+       timeUG->bundle_data = data;
+       timeUG->win_main_layout = (Evas_Object *) ug_get_parent_layout(ug);
+       timeUG->win_get = (Evas_Object *) ug_get_window();
+       evas_object_show(timeUG->win_main_layout);
+       timeUG->evas = evas_object_evas_get(timeUG->win_main_layout);
+
+       /*  Initialize Caller value */
+       timeUG->caller = NULL;
+
+       setting_retvm_if(timeUG->win_main_layout == NULL, NULL,
+                        "cannot get main window ");
+
+       /* --------------------------------------------------------- */
+       char *pa_path = NULL;;
+
+       pa_path = vconf_get_str(VCONFKEY_LANGSET);
+       if (!pa_path) {
+               SETTING_TRACE
+                   ("%s*** language setting has no proper value (nil) ***%s",
+                    SETTING_FONT_BGREEN, SETTING_FONT_BLACK);
+               return NULL;
+       }
+       /* set launguage */
+       setlocale(LC_ALL, "");
+       bindtextdomain(SETTING_PACKAGE, SETTING_LOCALEDIR);
+       textdomain(SETTING_PACKAGE);
+       FREE(pa_path);
+       /* --------------------------------------------------------- */
+
+
+       /* register view node table */
+       setting_view_node_table_intialize();
+       setting_view_node_table_register(&setting_view_time_main, NULL);
+
+       setting_create_Gendial_itc("dialogue/2text.3", &(timeUG->itc_2text_2));
+       setting_create_Gendial_itc("dialogue/1text.1icon",
+                                  &(timeUG->itc_1text_1icon));
+
+       setting_create_Gendial_itc("dialogue/1icon", &(timeUG->itc_layout));
+
+       setting_create_Gendial_itc("dialogue/2text.3/expandable",
+                                  &(timeUG->itc_2text_3_parent));
+       setting_create_Gendial_itc("dialogue/1text.1icon/expandable2",
+                                  &(timeUG->itc_1icon_1text_sub));
+
+       timeUG->itc_seperator.item_style = "dialogue/separator/21/with_line";
+       timeUG->itc_seperator.func.text_get = NULL;
+       timeUG->itc_seperator.func.content_get = NULL;
+       timeUG->itc_seperator.func.state_get = NULL;
+       timeUG->itc_seperator.func.del = NULL;
+
+       /*  creating a view. */
+       setting_view_node_set_cur_view(&setting_view_time_main);
+       setting_view_create(&setting_view_time_main, (void *)timeUG);
+       evas_object_event_callback_add(timeUG->win_main_layout,
+                                      EVAS_CALLBACK_RESIZE,
+                                      setting_time_ug_cb_resize, timeUG);
+       return timeUG->ly_main;
+}
+
+static void setting_time_ug_on_start(struct ui_gadget *ug, bundle *data,
+                                    void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       /*  do nothing */
+}
+
+static void setting_time_ug_on_pause(struct ui_gadget *ug, bundle *data,
+                                    void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       /*  do nothing */
+}
+
+static void setting_time_ug_on_resume(struct ui_gadget *ug, bundle *data,
+                                     void *priv)
+{
+       /*  do nothing */
+}
+
+static void setting_time_ug_on_destroy(struct ui_gadget *ug, bundle *data,
+                                      void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if((!ug || !priv), "!ug || !priv");
+       SettingTimeUG *timeUG = priv;
+
+       evas_object_event_callback_del(timeUG->win_main_layout, EVAS_CALLBACK_RESIZE, setting_time_ug_cb_resize);       /* fix flash issue for gallery */
+       timeUG->ug = ug;
+
+       /*  delete the allocated objects. */
+       setting_view_destroy(&setting_view_time_main, timeUG);
+
+       if (NULL != ug_get_layout(timeUG->ug)) {
+               evas_object_hide((Evas_Object *) ug_get_layout(timeUG->ug));
+               evas_object_del((Evas_Object *) ug_get_layout(timeUG->ug));
+       }
+
+       SETTING_TRACE_END;
+}
+
+static void setting_time_ug_on_message(struct ui_gadget *ug, bundle *msg,
+                                      bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+}
+
+static void setting_time_ug_on_event(struct ui_gadget *ug, enum ug_event event,
+                                    bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       switch (event) {
+       case UG_EVENT_LOW_MEMORY:
+               break;
+       case UG_EVENT_LOW_BATTERY:
+               break;
+       case UG_EVENT_LANG_CHANGE:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT:
+               break;
+       case UG_EVENT_ROTATE_PORTRAIT_UPSIDEDOWN:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE:
+               break;
+       case UG_EVENT_ROTATE_LANDSCAPE_UPSIDEDOWN:
+               break;
+       case UG_EVENT_REGION_CHANGE:
+               break;
+       default:
+               break;
+       }
+}
+
+/**
+* @brief key event handler for UG
+*/
+static void setting_time_ug_on_key_event(struct ui_gadget *ug,
+                                        enum ug_key_event event, bundle *data,
+                                        void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       SettingTimeUG *ad = (SettingTimeUG *) priv;
+       if (!ug)
+               return;
+
+       switch (event) {
+       case UG_KEY_EVENT_END:
+               {
+                       if (0 == safeStrCmp(ad->caller, "pwlock")) {
+                               /*  Create Bundle and send message */
+                               bundle *b = NULL;
+                               b = bundle_create();
+
+                               if (!b)
+                                       return;
+                               bundle_add(b, "result", "lbutton_click");
+                               ug_send_result(ad->ug, b);
+                               bundle_free(b);
+                       }
+
+                       if (elm_naviframe_top_item_get(ad->navi_bar) ==
+                          elm_naviframe_bottom_item_get(ad->navi_bar)) {
+                               ug_destroy_me(ug);
+                       } else {
+                               /* elm_naviframe_item_pop(ad->navi_bar); */
+                               setting_view_cb_at_endKey(ad);
+                       }
+               }
+               break;
+       default:
+               break;
+       }
+}
+
+/**
+* @brief UG entry point - create the SettingTimeUG context
+* @return 0
+*/
+UG_MODULE_API int UG_MODULE_INIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       SettingTimeUG *timeUG = calloc(1, sizeof(SettingTimeUG));
+       setting_retvm_if(!timeUG, -1, "Create SettingTimeUG obj failed");
+
+       ops->create = setting_time_ug_on_create;
+       ops->start = setting_time_ug_on_start;
+       ops->pause = setting_time_ug_on_pause;
+       ops->resume = setting_time_ug_on_resume;
+       ops->destroy = setting_time_ug_on_destroy;
+       ops->message = setting_time_ug_on_message;
+       ops->event = setting_time_ug_on_event;
+       ops->key_event = setting_time_ug_on_key_event;
+       ops->priv = timeUG;
+       ops->opt = UG_OPT_INDICATOR_ENABLE;
+
+       return 0;
+}
+
+/**
+* @brief UG finalizer - destroy the SettingTimeUG context
+*/
+UG_MODULE_API void UG_MODULE_EXIT(struct ug_module_ops *ops)
+{
+       SETTING_TRACE_BEGIN;
+       struct SettingTimeUG *timeUG;
+       setting_retm_if(!ops, "ops == NULL");
+
+       timeUG = ops->priv;
+       if (timeUG)
+               FREE(timeUG);
+}
+
+/**
+* Reset function to 'reset' the settings of the UG, it will be invoked by 'Reset' UG
+*/
+UG_MODULE_API int setting_plugin_reset(bundle *data, void *priv)
+{
+       SETTING_TRACE_BEGIN;
+       int ret = 0;
+#if SUPPORT_RUN_SYSTEM_COMMAND
+       ret += excuteCmd(SETTING_POSTINST_FILE, 1, "timeAndData");      
+#else
+       ret += vconf_set_bool(VCONFKEY_SETAPPL_STATE_AUTOMATIC_TIME_UPDATE_BOOL, TRUE);
+       ret += vconf_set_bool(VCONFKEY_SETAPPL_STATE_DST_BOOL, FALSE);
+       
+       ret += vconf_set_int(VCONFKEY_REGIONFORMAT_TIME1224, VCONFKEY_TIME_FORMAT_12);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_DATE_FORMAT_INT, SETTING_DATE_FORMAT_DD_MM_YYYY);
+       ret += vconf_set_int(VCONFKEY_SETAPPL_WEEKOFDAY_FORMAT_INT, SETTING_WEEKOFDAY_FORMAT_SUNDAY);
+
+       ret += vconf_set_str(VCONFKEY_SETAPPL_TIMEZONE_INT, "+9");
+       ret += vconf_set_str(VCONFKEY_SETAPPL_CITYNAME_INDEX_INT, "IDS_WCL_BODY_CITYNAME_SEOUL");
+
+       /** @todo replace with vconf ID */
+       ret += vconf_set_str(VCONFKEY_SETAPPL_TIMEZONE_ID, "Asia/Seoul");
+       
+#endif
+       return ret;
+}
+
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..2090eba
--- /dev/null
@@ -0,0 +1,88 @@
+
+INCLUDE(FindPkgConfig)
+##pkg_check_modules(pkgs_main REQUIRED glib-2.0 gthread-2.0 elementary appcore-common appcore-efl UI-idlecapture tapi utilX heynoti dlog json-glib-1.0 ui-gadget bundle aul setting-service)
+pkg_check_modules(pkgs_main REQUIRED
+                                         glib-2.0 gthread-2.0 elementary
+                                         appcore-common appcore-efl
+                                         UI-idlecapture tapi
+                                         utilX heynoti
+                                         dlog json-glib-1.0
+                                         ui-gadget bundle aul
+                                         ecore-imf ecore-x eina
+                                         ecore ecore-file ecore-input
+                                         sysman icu-i18n icu-io icu-le icu-lx icu-uc
+                                         elm-webview
+                                         ewebkit
+                                         ##setting-service
+                                 )
+
+FOREACH(flag ${pkgs_main_CFLAGS})
+       SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
+ENDFOREACH(flag)
+
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS}")
+SET(CMAKE_C_FLAGS_DEBUG "-O0 -g")
+
+IF("${ARCH}" STREQUAL "arm")
+       ADD_DEFINITIONS("-DTARGET")
+       MESSAGE("********************** add -DTARGET")
+ENDIF("${ARCH}" STREQUAL "arm")
+
+ADD_DEFINITIONS("-DPREFIX=\"${PREFIX}\"")
+ADD_DEFINITIONS("-DRESDIR=\"${RESDIR}\"")
+ADD_DEFINITIONS("-DDATADIR=\"${DATADIR}\"")
+ADD_DEFINITIONS("-DLOCALEDIR=\"${LOCALEDIR}\"")
+ADD_DEFINITIONS("-DICONDIR=\"${ICONDIR}\"")
+ADD_DEFINITIONS("-DEDJEDIR=\"${EDJEDIR}\"")
+ADD_DEFINITIONS("-DSLP_DEBUG")
+
+ADD_DEFINITIONS("-fpie")
+
+ADD_DEFINITIONS("-DXP_UNIX")
+
+
+ADD_EXECUTABLE(${PROJECT_NAME}
+       ./setting.c
+       ./setting-main.c
+       ./setting-more-menu.c
+       )
+
+
+TARGET_LINK_LIBRARIES(${PROJECT_NAME} -L${CMAKE_BINARY_DIR}/${SETTING_COMMON} -lsetting-common)
+
+# dmalloc
+#TARGET_LINK_LIBRARIES(${PROJECT_NAME} -ldmalloc)
+TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_main_LDFLAGS} "-pie")
+
+INSTALL(TARGETS ${PROJECT_NAME} DESTINATION /opt/apps/${SETTING_PKG_NAME}/bin)
+
+# make setting-theme.edj
+ADD_CUSTOM_TARGET(setting-theme.edj
+               COMMAND edje_cc -id ${CMAKE_SOURCE_DIR}/resource/images
+               ${CMAKE_SOURCE_DIR}/resource/setting-theme.edc ${CMAKE_BINARY_DIR}/setting-theme.edj
+               DEPENDS ${CMAKE_SOURCE_DIR}/resource/setting-theme.edc
+)
+
+ADD_DEPENDENCIES(${PROJECT_NAME} setting-theme.edj)
+
+
+INSTALL(FILES ${CMAKE_BINARY_DIR}/setting-theme.edj DESTINATION /opt/apps/${SETTING_PKG_NAME}/res/edje/)
+
+# install open source license
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/resource/Open_Source_Announcement.txt DESTINATION /opt/apps/${SETTING_PKG_NAME}/data)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/resource/Open_Source_Announcement.html DESTINATION /opt/apps/${SETTING_PKG_NAME}/data)
+
+
+# install desktop file & icon
+SET(PREFIX ${CMAKE_INSTALL_PREFIX})
+CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/${SETTING_PKG_NAME}.desktop.in ${CMAKE_SOURCE_DIR}/${SETTING_PKG_NAME}.desktop)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/${SETTING_PKG_NAME}.desktop DESTINATION /opt/share/applications/)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/${SETTING_PKG_NAME}.png DESTINATION /opt/apps/${SETTING_PKG_NAME}/res/icons/default/small)
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/resource/icons DESTINATION /opt/apps/${SETTING_PKG_NAME}/res FILES_MATCHING PATTERN "*.png")
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/resource/images DESTINATION /opt/apps/${SETTING_PKG_NAME}/res FILES_MATCHING PATTERN "*.png")
+
+#add sub directory
+ADD_SUBDIRECTORY(po)
+
+
+
diff --git a/src/po/CMakeLists.txt b/src/po/CMakeLists.txt
new file mode 100755 (executable)
index 0000000..f2bde3b
--- /dev/null
@@ -0,0 +1,27 @@
+# for i18n
+
+SET(POFILES de_DE.po el_GR.po en.po es_ES.po fr_FR.po it_IT.po ko_KR.po nl_NL.po pt_PT.po ru_RU.po tr_TR.po)
+
+SET(MSGFMT "/usr/bin/msgfmt")
+
+FOREACH(pofile ${POFILES})
+       SET(pofile ${CMAKE_CURRENT_SOURCE_DIR}/${pofile})
+       MESSAGE("PO: ${pofile}")
+       GET_FILENAME_COMPONENT(absPofile ${pofile} ABSOLUTE)
+       GET_FILENAME_COMPONENT(lang ${absPofile} NAME_WE)
+       SET(moFile ${CMAKE_CURRENT_BINARY_DIR}/${lang}.mo)
+       ADD_CUSTOM_COMMAND(
+                       OUTPUT ${moFile}
+                       COMMAND ${MSGFMT} -o ${moFile} ${absPofile}
+                       DEPENDS ${absPofile}
+       )
+# OLD
+#      INSTALL(FILES ${moFile} DESTINATION ${LOCALEDIR}/${lang}/LC_MESSAGES RENAME ${PROJECT_NAME}.mo)
+# NEW
+INSTALL(FILES ${moFile} DESTINATION /opt/apps/${SETTING_PKG_NAME}/res/locale/${lang}/LC_MESSAGES RENAME ${PROJECT_NAME}.mo)
+
+       SET(moFiles ${moFiles} ${moFile})
+ENDFOREACH(pofile)
+
+MESSAGE(".mo files: ${moFiles}")
+ADD_CUSTOM_TARGET(po ALL DEPENDS ${moFiles})
diff --git a/src/po/de_DE.po b/src/po/de_DE.po
new file mode 100755 (executable)
index 0000000..eb47193
--- /dev/null
@@ -0,0 +1,2908 @@
+msgid "IDS_COM_POP_UNSUPPORTED"
+msgstr "Nicht unterstützt"
+
+msgid "IDS_COM_BODY_1_MINUTE"
+msgstr "1 Minute"
+
+msgid "IDS_ST_BODY_WALLPAPER"
+msgstr "Hintergrundbild"
+
+msgid "IDS_COM_POP_DATE"
+msgstr "Datum"
+
+msgid "IDS_ST_BODY_SYSTEM"
+msgstr "System"
+
+msgid "IDS_ST_BODY_APPLICATIONS"
+msgstr "Anwendungen"
+
+msgid "IDS_EMAIL_BODY_EXAMPLE"
+msgstr "Beispiel"
+
+msgid "IDS_COM_POP_NAME"
+msgstr "Name"
+
+msgid "IDS_ST_BODY_SCAN"
+msgstr "Scannen"
+
+msgid "IDS_COM_BODY_CALENDAR_T_MAINMENU_ABB2"
+msgstr "Kalender"
+
+msgid "IDS_COM_BODY_SAMSUNG_APPS_T_MAINMENU"
+msgstr "Samsung Apps"
+
+msgid "IDS_COM_BODY_VOIP_CALL"
+msgstr "VoIP-Anruf"
+
+msgid "IDS_COM_POP_UNKNOWN"
+msgstr "Unbekannt"
+
+msgid "IDS_COM_SK_ADD_LITE"
+msgstr "Hzfg."
+
+msgid "IDS_ST_BODY_INACTIVE"
+msgstr "Inaktiv"
+
+msgid "IDS_COM_POP_NO_SPEED_DIAL_NUMBER_ASSIGN_ONE_NOW_Q"
+msgstr "Keine Kurzwahlnummer. Jetzt zuweisen?"
+
+msgid "IDS_COM_BODY_CONTACT_SETTINGS"
+msgstr "Kontakteinstellungen"
+
+msgid "IDS_COM_BODY_NA"
+msgstr "Entfällt"
+
+msgid "IDS_COM_BODY_SEARCH_LINK"
+msgstr "Suche"
+
+msgid "IDS_ST_BODY_CHECK_YOUR_MISSED_EVENTS_WHEN_HEADSET_MODE_IS_ENABLED"
+msgstr "Überprüfen SIe Ihre verpassten Ereignisse, wenn der Headset-Modus aktiviert ist."
+
+msgid "IDS_ST_BODY_CHINESE_HCHINA_FEMALE"
+msgstr "Chinesisch (China, weibliche Stimme)"
+
+msgid "IDS_ST_BODY_DEFAULT_SETTINGS_OVERRIDE_APPLICATION_SETTINGS"
+msgstr "Standardeinstellungen überschreiben Anwendungseinstellungen"
+
+msgid "IDS_ST_BODY_ENGLISH_HUNITED_STATES_FEMALE"
+msgstr "Englisch (USA, weibliche Stimme)"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA"
+msgstr "Sprachdaten installieren"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA_REQUIRED_FOR_SPEECH_SYNTHESIS"
+msgstr "Sprachdaten installieren, die für Sprachsynthese erforderlich sind"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_FEMALE"
+msgstr "Koreanisch (Südkorea, weibliche Stimme)"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_MALE"
+msgstr "Koreanisch (Südkorea, männliche Stimme)"
+
+msgid "IDS_ST_BODY_LAUNCH_VOICE_TALK_WHENEVER_BLUETOOTH_HEADSET_IS_CONNECTED"
+msgstr "Die Sprachsteuerung wird immer aktiviert, wenn ein Bluetooth-Headset angeschlossen ist."
+
+msgid "IDS_ST_BODY_LISTEN_TO_AN_EXAMPLE"
+msgstr "Ein Beispiel anhören"
+
+msgid "IDS_ST_BODY_SAMSUNG_POWERED_BY_VLINGO"
+msgstr "Samsung powered by Vlingo"
+
+msgid "IDS_ST_BODY_SAVED"
+msgstr "Gespeichert"
+
+msgid "IDS_ST_BODY_SELECT_APPLICATIONS_TO_USE_TTS_WHILE_DRIVING_MODE_IS_ON"
+msgstr "Anwendungen festlegen, die TTS verwenden, wenn der Fahrzeugmodus aktiviert ist."
+
+msgid "IDS_ST_BODY_SETS_THE_SPEECH_SYNTHESIS_ENGINE_TO_BE_USED_FOR_SPOKEN_TEXT"
+msgstr "Stellt die Sprachsynthese-Engine ein, die für gesprochenen Text verwendet wird."
+
+msgid "IDS_ST_BODY_SPEAKS_PROMPTS_BEFORE_LISTENING"
+msgstr "Eingabe von Sprachanweisungen vor dem Zuhören."
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH"
+msgstr "Text-zu-Sprache"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH_SETTINGS"
+msgstr "Text-zu-Sprache-Einstellungen"
+
+msgid "IDS_ST_BODY_TYPE1"
+msgstr "Typ 1"
+
+msgid "IDS_ST_BODY_TYPE2"
+msgstr "Typ 2"
+
+msgid "IDS_ST_BODY_TYPE3"
+msgstr "Typ 3"
+
+msgid "IDS_ST_BODY_TYPE_4"
+msgstr "Typ 4"
+
+msgid "IDS_ST_BODY_VOICE_EFFECTS"
+msgstr "Spracheffekte"
+
+msgid "IDS_ST_BODY_VOICE_INPUT_SETTING_HELP_MESSAGE_1"
+msgstr "Vlingo erlauben, Index von Kontakten zur höheren Spracherkennungsgenauigkeit zu erstellen?"
+
+msgid "IDS_ST_BODY_WHEN_VOICE_COMMAND_STARTS_THE_PHONE_WILL_START_LISTENING_AUTOMATICALLY_AND_RESPOND_USING_AUTO_SPEAK"
+msgstr "Beim Start des Sprachbefehls hört das Telefon automatisch zu und antwortet mittels der automatischen Sprechfunktion."
+
+msgid "IDS_ST_HEADER_ADVANCED_SETTINGS"
+msgstr "Weitere Einstellungen"
+
+msgid "IDS_ST_HEADER_TEXT_TO_SPEECH"
+msgstr "Text-zu-Sprache"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT"
+msgstr "Spracheingabe"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+msgstr "Spracheingabe/-ausgabe"
+
+msgid "IDS_ST_HEADER_VOICE_OUTPUT_ABB"
+msgstr "Sprachausgabe"
+
+msgid "IDS_ST_HEADER_VOICE_RECOGNITION_SETTINGS_ABB"
+msgstr "Spracherkennungseinstellungen"
+
+msgid "IDS_ST_MBODY_AUTO_PUNCTUATION"
+msgstr "Autom. Satzzeichen"
+
+msgid "IDS_ST_MBODY_AUTO_SPEAK"
+msgstr "Automatisch sprechen"
+
+msgid "IDS_ST_MBODY_AUTO_START_DRIVING_MODE"
+msgstr "Fahrzeugm. autom. start."
+
+msgid "IDS_ST_MBODY_AUTO_START_SPEAKERPHONE"
+msgstr "Lautspr. autom. starten."
+
+msgid "IDS_ST_MBODY_CUSTOMISE_MAIN_PROMPT"
+msgstr "Hauptanweisung anpassen"
+
+msgid "IDS_ST_MBODY_DEFAULT_ENGINE"
+msgstr "Standard-Engine"
+
+msgid "IDS_ST_MBODY_DRIVING_MODE_SETTINGS"
+msgstr "Fahrzeugmodus-Optionen"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_KINGDOM"
+msgstr "Englisch (Großbritannien)"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_STATES"
+msgstr "Englisch (United States)"
+
+msgid "IDS_ST_MBODY_HIDE_OFFENSIVE_WORDS"
+msgstr "Anstößige Wörter ausbl."
+
+msgid "IDS_ST_MBODY_SAMSUNG_TTS"
+msgstr "Samsung TTS"
+
+msgid "IDS_ST_MBODY_VERY_FAST"
+msgstr "Sehr schnell"
+
+msgid "IDS_ST_MBODY_VOICE_RECOGNISER"
+msgstr "Spracherkennung via"
+
+msgid "IDS_ST_OPT_NORMAL_M_SOUNDEFFECT"
+msgstr "Normal"
+
+msgid "IDS_ST_POP_FAST"
+msgstr "Schnell"
+
+msgid "IDS_ST_POP_SLOW"
+msgstr "Langsam"
+
+msgid "IDS_ST_POP_UPDATED_ABB"
+msgstr "Aktualisiert."
+
+msgid "IDS_COM_BODY_OFFICE"
+msgstr "Büro"
+
+msgid "IDS_COM_BODY_SAMSUNG_DISCLAIMER"
+msgstr "Samsung-Haftungsausschluss"
+
+msgid "IDS_COM_POP_LOCATION"
+msgstr "Ort"
+
+msgid "IDS_ST_BODY_DRIVING_MODE"
+msgstr "Fahrzeugmodus"
+
+msgid "IDS_ST_BODY_MESSAGE"
+msgstr "Nachricht"
+
+msgid "IDS_ST_SK3_DONE"
+msgstr "OK"
+
+msgid "IDS_COM_OPT_FOLDERS"
+msgstr "Ordner"
+
+msgid "IDS_COM_BODY_ANDROID"
+msgstr "Android"
+
+msgid "IDS_COM_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_COM_BODY_FRENCH"
+msgstr "Französisch"
+
+msgid "IDS_ST_BODY_POWER_OFF"
+msgstr "Ausschalten"
+
+msgid "IDS_COM_BODY_GERMAN"
+msgstr "Deutsch"
+
+msgid "IDS_COM_BODY_ITALIAN"
+msgstr "Italienisch"
+
+msgid "IDS_ST_BODY_SLEEP"
+msgstr "Schlafen"
+
+msgid "IDS_COM_BODY_SPANISH"
+msgstr "Spanisch"
+
+msgid "IDS_COM_BODY_TOUCHSCREEN_LANG"
+msgstr "Sprch."
+
+msgid "IDS_COM_SK_SEARCH_A"
+msgstr "Suche"
+
+msgid "IDS_COM_BODY_SYSTEM_INFO_ABB"
+msgstr "Systeminfo"
+
+msgid "IDS_ST_BODY_GREEK"
+msgstr "Griechisch"
+
+msgid "IDS_ST_BODY_POLISH"
+msgstr "Polnisch"
+
+msgid "IDS_ST_BODY_PORTUGUESE"
+msgstr "Portugiesisch"
+
+msgid "IDS_ST_BODY_FAILED_TO_CHECK_SIGNATURE"
+msgstr "Signatur konnte nicht überprüft werden"
+
+msgid "IDS_ST_BODY_INCORRECT_USER_NAME_OR_PASSWORD"
+msgstr "Falscher Benutzername oder Passwort"
+
+msgid "IDS_ST_BODY_INTERNAL_ERROR"
+msgstr "Interner Fehler"
+
+msgid "IDS_ST_BODY_SERVER_ERROR"
+msgstr "Serverfehler"
+
+msgid "IDS_ST_BODY_UNKNOWN_ERROR"
+msgstr "Unbekannter Fehler"
+
+msgid "IDS_ST_BODY_USER_NAME_ALREADY_IN_USE"
+msgstr "Benutzername wird bereits verwendet"
+
+msgid "IDS_ST_POP_PASSWORD_MUST_BE_MORE_THAN_P1SD_CHARACTERS_AND_LESS_THAN_P2SD"
+msgstr "Passwort muss mehr als %1$d und weniger als %2$d Zeichen enthalten."
+
+msgid "IDS_ST_BODY_FONTSTYLE_ROSEMARY"
+msgstr "Rosemary"
+
+msgid "IDS_ST_BODY_APPLICATION_INFO"
+msgstr "Anwendungsinfo"
+
+msgid "IDS_ST_MBODY_HOME_SCREEN_WALLPAPER"
+msgstr "Home-Bildsch.-Hintergr."
+
+msgid "IDS_ST_MBODY_LOCK_SCREEN_WALLPAPER_M_NOUN"
+msgstr "Hintergr. gesp. Bildsch."
+
+msgid "IDS_COM_BODY_NEGATIVE_DISPLAY"
+msgstr "Negative Anzeige"
+
+msgid "IDS_COM_BODY_ORIGINAL_DISPLAY"
+msgstr "Originalanzeige"
+
+msgid "IDS_COM_BODY_POSITIVE_DISPLAY"
+msgstr "Positive Anzeige"
+
+msgid "IDS_ST_BODY_PASSWORDS_DO_NOT_MATCH"
+msgstr "Kennwörter stimmen nicht überein"
+
+msgid "IDS_ST_POP_TIME_SET_MAY_BE_DIFFERENT_FROM_ACTUAL_LOCAL_TIME"
+msgstr "Zeit könnte von der Lokalzeit abweichen."
+
+msgid "IDS_ST_BODY_LOCATIONS"
+msgstr "Standorte"
+
+msgid "IDS_ST_POP_PD_TO_PD_DIGITS_REQUIRED"
+msgstr "%d bis %d Stellen sind erforderlich"
+
+msgid "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+msgstr "Heruntergeladene Anwendungen"
+
+msgid "IDS_ST_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_ST_BODY_KEYBOARD"
+msgstr "Tastatur"
+
+msgid "IDS_ST_BODY_PS_FREE_OF_PS"
+msgstr "%s frei von %s"
+
+msgid "IDS_ST_BODY_WIDGETS"
+msgstr "Widgets"
+
+msgid "IDS_ST_HEADER_SAMSUNG_APPS"
+msgstr "Samsung Apps"
+
+msgid "IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Durch Ändern der Sprache werden alle Anwendungen geschlossen und nicht gespeicherte Daten gehen verloren. Fortfahren?"
+
+msgid "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Durch Ändern der region werden alle Anwendungen geschlossen und nicht gespeicherte Daten gehen verloren. Fortfahren?"
+
+msgid "IDS_ST_POP_EXPLANATION_FOR_EXPIRY_REMINDER"
+msgstr "Sie erhalten eine Erinnerung, bevor die Lizenz für eine verwendete Datei (z.B. ein Hintergrundbild) abläuft"
+
+msgid "IDS_ST_POP_RESETTING_ING"
+msgstr "Zurücksetzen..."
+
+msgid "IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"
+msgstr "Gerät neu starten, um automatisches Update zu verwenden?"
+
+msgid "IDS_ST_BODY_ABOUT"
+msgstr "Info"
+
+msgid "IDS_ST_BODY_GSM_850_1900"
+msgstr "GSM 850/1900"
+
+msgid "IDS_ST_BODY_GSM_900_1800"
+msgstr "GSM 900/1800"
+
+msgid "IDS_ST_BODY_INSTALLATION_SETTINGS"
+msgstr "Installationseinstellungen"
+
+msgid "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+msgstr "Foto-Upload-Einstellungen"
+
+msgid "IDS_ST_BODY_PROXY_PORT"
+msgstr "Proxy-Port"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_CONNECTION_CONNECTING_USB_HELP_MSG"
+msgstr "Wenn Samsung Kies (PC-Software) oder die richtigen Treiber nicht bereits auf Ihrem PC installiert sind, wird die Installation in Microsoft Windows fortgesetzt. Nach der Installation der PC-Software können Sie die folgenden Vorgänge ausführen: Telefondaten synchronisieren, Telefonsoftware aktualisieren, Internetfreigabe (Dieses Telefon fungiert als Modem für Internetzugang über Notebook oder PC), erworbene Musik/Videos (Microsoft Windows Media DRM) oder normale Dateien auf Ihr Telefon kopieren."
+
+msgid "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+msgstr "Profile von sozialen Netzwerken"
+
+msgid "IDS_ST_BODY_TASK_SWITCHER"
+msgstr "Task-Switcher"
+
+msgid "IDS_ST_BODY_UMTS"
+msgstr "UMTS"
+
+msgid "IDS_ST_BODY_VIBR__N__RAISING_MELODY"
+msgstr "Vibr. & ansteigende Melodie"
+
+msgid "IDS_ST_HEADER_DIVX_VOD"
+msgstr "DivX® VOD"
+
+msgid "IDS_ST_HEADER_SAMSUNG_KIES"
+msgstr "Samsung Kies"
+
+msgid "IDS_COM_BODY_100P"
+msgstr "100%"
+
+msgid "IDS_COM_BODY_50P"
+msgstr "50%"
+
+msgid "IDS_COM_POP_DELETE_FAILED"
+msgstr "Löschen fehlgeschlagen"
+
+msgid "IDS_ST_BODY_30_percent"
+msgstr "30%"
+
+msgid "IDS_ST_BODY_CONNECT_TO_BLUETOOTH_DEVICE"
+msgstr "Mit Bluetooth-Gerät verbinden"
+
+msgid "IDS_ST_BODY_DATA_ROAMING"
+msgstr "Daten-Roaming"
+
+msgid "IDS_ST_BODY_GESTURES"
+msgstr "Gesten"
+
+msgid "IDS_ST_BODY_LOCK_SCREEN"
+msgstr "Bildschirmsperre"
+
+msgid "IDS_ST_BODY_MEDIA_PLAYER"
+msgstr "Media Player"
+
+msgid "IDS_ST_BODY_MENU_AND_WIDGETS"
+msgstr "Menü und Widgets"
+
+msgid "IDS_ST_MBODY_USB_CONNECTION"
+msgstr "USB-Verbindung"
+
+msgid "IDS_ST_BODY_BLUETOOTH_CONNECTION"
+msgstr "Bluetooth-Verbindung"
+
+msgid "IDS_ST_BODY_ENTER_NEW_PASSWORD"
+msgstr "Neues Passwort eingeben"
+
+msgid "IDS_ST_BODY_PASSWORD_CONTAINS_INVALID_CHARACTER_ABB"
+msgstr "Passwort enthält ungültige Zeichen."
+
+msgid "IDS_ST_BODY_SAMSUNG_ACCOUNT"
+msgstr "Samsung-Konto"
+
+msgid "IDS_ST_BODY_USER_PASSWORD"
+msgstr "Benutzerpasswort"
+
+msgid "IDS_ST_BODY_YOUR_BIRTHDAY"
+msgstr "Ihr Geburtstag"
+
+msgid "IDS_ST_BUTTON_CREATE_ACCOUNT"
+msgstr "Konto erstellen"
+
+msgid "IDS_ST_HEADER_INVALID_PASSWORD_LENGTH"
+msgstr "Ungültige Passwortlänge"
+
+msgid "IDS_ST_HEADER_SIGN_UP_FOR_SAMSUNG_ACCOUNT"
+msgstr "Für Samsung-Konto registrieren"
+
+msgid "IDS_ST_OPT_NEW_PASSWORD_ABB"
+msgstr "Neues Passwort"
+
+msgid "IDS_ST_POP_IT_SHOULD_BE_PD_TO_PD_DIGITS_LONG"
+msgstr "Empfohlene Länge %d bis %d Ziffern"
+
+msgid "IDS_ST_POP_NETWORK_NOT_AVAILABLE"
+msgstr "Netzwerk nicht verfügbar"
+
+msgid "IDS_COM_BODY_MSGSETTINGSBROADCASTLANGUAGESSPANISH"
+msgstr "Spanisch"
+
+msgid "IDS_COM_POP_UNKNOWN_ERROR_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Unbekannter Fehler. Anwendung kann nicht gestartet werden"
+
+msgid "IDS_ST_HEADER_FRANCE"
+msgstr "Frankreich"
+
+msgid "IDS_ST_BODY_ALWAYS_REJECT"
+msgstr "Immer ablehnen"
+
+msgid "IDS_ST_BODY_AUTO_DOWNLOAD"
+msgstr "Automatisch herunterladen"
+
+msgid "IDS_ST_BODY_DATE_AND_TIME"
+msgstr "Datum und Uhrzeit"
+
+msgid "IDS_ST_BODY_DATE_FORMAT"
+msgstr "Datumsformat"
+
+msgid "IDS_ST_BODY_DDMMYYYY_DOT"
+msgstr "TT.MM.JJJJ"
+
+msgid "IDS_ST_BODY_EXPIRY_REMINDER"
+msgstr "Ablauferinnerung"
+
+msgid "IDS_ST_BODY_FILE_TRANSFER"
+msgstr "Dateiübertragung"
+
+msgid "IDS_ST_BODY_HOME_URL"
+msgstr "Startseiten-URL"
+
+msgid "IDS_ST_BODY_INTERNET_CONNECTION"
+msgstr "Internetverbindung"
+
+msgid "IDS_ST_BODY_INTERNET_SHARING"
+msgstr "Internetfreigabe"
+
+msgid "IDS_ST_BODY_MM_DD_YYYY_DOT"
+msgstr "MM.DD.YYYY"
+
+msgid "IDS_ST_BODY_NETWORK_MODE"
+msgstr "Netzmodus"
+
+msgid "IDS_ST_BODY_OPEN_SOURCE_LICENCES"
+msgstr "Quelllizenzen öffnen"
+
+msgid "IDS_ST_BODY_PREFERRED_NETWORKS"
+msgstr "Bevorzugte Netze"
+
+msgid "IDS_ST_BODY_RESET_SETTINGS"
+msgstr "Einstellungen zurücksetzen"
+
+msgid "IDS_ST_BODY_SELECT_NETWORK"
+msgstr "Netz auswählen"
+
+msgid "IDS_ST_BODY_TIME_FORMAT"
+msgstr "Uhrzeitformat"
+
+msgid "IDS_ST_BODY_TIME_ZONE"
+msgstr "Zeitzone"
+
+msgid "IDS_ST_BODY_TRANSACTION_TRACKING"
+msgstr "Transaktionsver-folgung"
+
+msgid "IDS_ST_BODY_YYYY_DD_MM_DOT"
+msgstr "JJJJ/TT/MM"
+
+msgid "IDS_COM_POP_FILE_VIEWER"
+msgstr "Dateianzeige"
+
+msgid "IDS_COM_POP_SAVE_SAVE_TO_MY_FILES"
+msgstr "In Eigene Dateien speichern"
+
+msgid "IDS_ST_BODY_TIME_N_DATE"
+msgstr "Uhrzeit und Datum"
+
+msgid "IDS_COM_BUTTON_PREV"
+msgstr "Zurü."
+
+msgid "IDS_COM_POP_DRM_EXPIRED_GET_MORE_LICENSES"
+msgstr "%s wird in %d Stunden gesperrt und %s wird auf den Standard zurückgesetzt. Weitere Lizenzen abrufen?"
+
+msgid "IDS_COM_POP_EXPIRING_REMINDER"
+msgstr "Ablauferinnerung"
+
+msgid "IDS_COM_SK_RETRY"
+msgstr "Ern. vers."
+
+msgid "IDS_CST_BODY_AUTOMATIC_ANSWERING"
+msgstr "Automatisches Antworten"
+
+msgid "IDS_ST_BODY_MESSAGE_LIST"
+msgstr "Nachrichtenliste"
+
+msgid "IDS_ST_HEADER_PLEASE_WAIT"
+msgstr "Bitte warten"
+
+msgid "IDS_ST_BODY_CALL"
+msgstr "Anruf"
+
+msgid "IDS_ST_BODY_NORMAL_T_PROFILE"
+msgstr "Normal"
+
+msgid "IDS_ST_BODY_PD_SECONDS"
+msgstr "%d Sekunden"
+
+msgid "IDS_COM_POP_UPDATED"
+msgstr "Aktualisiert"
+
+msgid "IDS_ST_POP_NEW_PASSWD_SAVED"
+msgstr "Neues Kennwort gespeichert"
+
+msgid "IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"
+msgstr "Kein Passwort. Passwort einrichten?"
+
+msgid "IDS_COM_BODY_CREATE_MESSAGE_TELEFONICA"
+msgstr "Neue Nachricht erstellen"
+
+msgid "IDS_ST_BODY_USB_ASK_ON_CONNECTION"
+msgstr "Bei Verbindung fragen"
+
+msgid "IDS_ST_HEADER_BRIGHT"
+msgstr "Hell"
+
+msgid "IDS_COM_BODY_ALL_DAY"
+msgstr "Ganzen Tag"
+
+msgid "IDS_COM_BODY_CERTIFICATE_INFO"
+msgstr "Zertifikatsinfo"
+
+msgid "IDS_COM_BODY_ENABLE_LOCATION_SERVICES"
+msgstr "Standortdienste aktivieren"
+
+msgid "IDS_COM_BODY_INSTANT_MESSENGER"
+msgstr "Instant Messenger"
+
+msgid "IDS_COM_BODY_NEWS"
+msgstr "News"
+
+msgid "IDS_COM_BODY_NO_SIM"
+msgstr "Keine SIM"
+
+msgid "IDS_COM_BODY_SERIAL_NUMBER"
+msgstr "Seriennummer"
+
+msgid "IDS_COM_OPT_HIDE_KEYPAD"
+msgstr "Tastatur ausblenden"
+
+msgid "IDS_COM_OPT_VOICE_RECORDER_WILL_BE_STOPPED_DUE_TO_LOW_BATTERY_VODA"
+msgstr "Diktiergerät wird wegen schwachen Akkus angehalten"
+
+msgid "IDS_COM_POP_EXITSILENTMODE"
+msgstr "Stumm-Profil aktiv"
+
+msgid "IDS_COM_POP_FOR_ALL_TELE_SERVICES_EXCEPT_SMS"
+msgstr "für alle Teledienste außer SMS"
+
+msgid "IDS_COM_POP_LOW_BATTERY_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Schwacher Akku. Anwendung kann nicht gestartet werden"
+
+msgid "IDS_COM_POP_MMS_SENT"
+msgstr "MMS gesendet"
+
+msgid "IDS_COM_POP_REGISTERING"
+msgstr "Registrierung ..."
+
+msgid "IDS_COM_POP_SMALL_DAYS"
+msgstr "Tage"
+
+msgid "IDS_COM_POP_SMALL_HOURS"
+msgstr "Stunden"
+
+msgid "IDS_COM_POP_WEEKS_LC"
+msgstr "Wochen"
+
+msgid "IDS_COM_POP_WEEK_LC"
+msgstr "Woche"
+
+msgid "IDS_COM_SK3_ADD"
+msgstr "Hinzufügen"
+
+msgid "IDS_COM_SK3_END_ALL_APPLICATIONS"
+msgstr "Alle Anwend. beenden"
+
+msgid "IDS_COM_SK_MOVE_LITE"
+msgstr "Versch."
+
+msgid "IDS_COM_SK_NEXT"
+msgstr "Weiter"
+
+msgid "IDS_ST_BODY_ABOUT_PHONE"
+msgstr "Telefoninfo"
+
+msgid "IDS_ST_BODY_ACCESS_NAME"
+msgstr "Zugangsname"
+
+msgid "IDS_ST_BODY_ADVANCED_GPS"
+msgstr "Erweitertes GPS"
+
+msgid "IDS_ST_BODY_ALERTTYPE_VIBRATION_AND_MELODY"
+msgstr "Vibration und Melodie"
+
+msgid "IDS_ST_BODY_ALERT_VIBRATION"
+msgstr "Signalvibration"
+
+msgid "IDS_ST_BODY_ALL_EMAILS"
+msgstr "Alle E-Mails"
+
+msgid "IDS_ST_BODY_ANNIVERSARY"
+msgstr "Jahrestag"
+
+msgid "IDS_ST_BODY_ANY_KEY"
+msgstr "Jede Taste"
+
+msgid "IDS_ST_BODY_APPOINTMENT"
+msgstr "Termin"
+
+msgid "IDS_ST_BODY_AUTH_TYPE"
+msgstr "Authentifizierungstyp"
+
+msgid "IDS_ST_BODY_AUTOMATIC_TIME_UPDATE"
+msgstr "Automatische Zeitaktualisierung"
+
+msgid "IDS_ST_BODY_BACKLIGHT_TIME"
+msgstr "Bildschirmbeleuchtungsdauer"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+msgstr "Vibration"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRAT_THEN_MELODY"
+msgstr "Erst Vibration, dann Melodie"
+
+msgid "IDS_ST_BODY_CALL_LOG"
+msgstr "Anrufliste"
+
+msgid "IDS_ST_BODY_CHANGE_PIN1"
+msgstr "PIN1-Code ändern"
+
+msgid "IDS_ST_BODY_CHANGE_PIN2"
+msgstr "PIN2 ändern"
+
+msgid "IDS_ST_BODY_CHOCO_COOKY"
+msgstr "Schoko-Cooky"
+
+msgid "IDS_ST_BODY_CLEAR_PHONE_MEMORY"
+msgstr "Telefonspeicher zurücksetzen"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN1"
+msgstr "Neuen PIN1-Code bestätigen"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN2"
+msgstr "Neue PIN2 bestätigen"
+
+msgid "IDS_ST_BODY_CONFIRM_PASSWORD"
+msgstr "Passwort bestätigen"
+
+msgid "IDS_ST_BODY_CONFIRM_SIM_PASSWORD"
+msgstr "SIM-Passwort bestätigen"
+
+msgid "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS"
+msgstr "Proxy-Adresse"
+
+msgid "IDS_ST_BODY_CONNECTIVITY"
+msgstr "Verbindung"
+
+msgid "IDS_ST_BODY_COOL_JAZZ"
+msgstr "Cool jazz"
+
+msgid "IDS_ST_BODY_COUNTRY_CODE"
+msgstr "Landesvorwahl"
+
+msgid "IDS_ST_BODY_CURRENT_PASSWORD"
+msgstr "Aktuelles Passwort"
+
+msgid "IDS_ST_BODY_CURRENT_PIN1"
+msgstr "Aktueller PIN1-Code"
+
+msgid "IDS_ST_BODY_CURRENT_PIN2"
+msgstr "Aktuelle PIN2"
+
+msgid "IDS_ST_BODY_DISPLAY_CONTENTS"
+msgstr "Inhalte anzeigen"
+
+msgid "IDS_ST_BODY_DIVX_DEREGISTRATION"
+msgstr "DivX® Registrierung aufheben"
+
+msgid "IDS_ST_BODY_DIVX_REGISTRATION"
+msgstr "DivX® Registrierung"
+
+msgid "IDS_ST_BODY_DRM_MEDIA"
+msgstr "DRM-Medien"
+
+msgid "IDS_ST_BODY_DVB_H"
+msgstr "DVB-H"
+
+msgid "IDS_ST_BODY_ENTER_4_TO_8_DIGIT_PIN"
+msgstr "4- bis 8-stellige PIN eingeben"
+
+msgid "IDS_ST_BODY_ETC"
+msgstr "Usw."
+
+msgid "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+msgstr "Ereignisbenachrichtigungen"
+
+msgid "IDS_ST_BODY_FIXED_DIALLING_MODE"
+msgstr "FDN-Modus"
+
+msgid "IDS_ST_BODY_FLIGHT_MODE"
+msgstr "Offline-Modus"
+
+msgid "IDS_ST_BODY_FONTSTYLE_GLOBAL"
+msgstr "Global"
+
+msgid "IDS_ST_BODY_FOREIGN_NETWORK"
+msgstr "Fremdnetz"
+
+msgid "IDS_ST_BODY_IM"
+msgstr "IM"
+
+msgid "IDS_ST_BODY_IN_USE"
+msgstr "Wird bereits verwendet"
+
+msgid "IDS_ST_BODY_ITEMS"
+msgstr "Elemente"
+
+msgid "IDS_ST_BODY_LAN"
+msgstr "Sprachen"
+
+msgid "IDS_ST_BODY_LICENCE"
+msgstr "Lizenz"
+
+msgid "IDS_ST_BODY_LIST_VIEW"
+msgstr "Listenansicht"
+
+msgid "IDS_ST_BODY_MAXIMUM"
+msgstr "Maximum"
+
+msgid "IDS_ST_BODY_MEDIUM_M_FONTSIZE"
+msgstr "Mittel"
+
+msgid "IDS_ST_BODY_MEMORY"
+msgstr "Speicher"
+
+msgid "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"
+msgstr "Standardspeicher"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_ANNIVERSARIES"
+msgstr "Geburtstage"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_APPOINTMENTS"
+msgstr "Termine"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_MEMORY_CARD_DETAILS"
+msgstr "Details Speicherkarte"
+
+msgid "IDS_ST_BODY_MEMORY_STATUS"
+msgstr "Speicherstatus"
+
+msgid "IDS_ST_BODY_MESSAGE_AND_EMAIL"
+msgstr "Nachricht und E-Mail"
+
+msgid "IDS_ST_BODY_MOBILE_TRACKER"
+msgstr "uTrack"
+
+msgid "IDS_ST_BODY_MSGSETTINGSMMS_DEFAULT_STYLE"
+msgstr "Standardstil"
+
+msgid "IDS_ST_BODY_MYTHEME_DEFAULT"
+msgstr "Standard"
+
+msgid "IDS_ST_BODY_NETWORK"
+msgstr "Netz"
+
+msgid "IDS_ST_BODY_NETWORK_CODE"
+msgstr "Netzcode"
+
+msgid "IDS_ST_BODY_NETWORK_LIST"
+msgstr "Netzliste"
+
+msgid "IDS_ST_BODY_NETWORK_TYPE"
+msgstr "Netztyp"
+
+msgid "IDS_ST_BODY_NEW_PASSWORD"
+msgstr "Neues Passwort"
+
+msgid "IDS_ST_BODY_NEW_PIN1"
+msgstr "Neuer PIN1-Code"
+
+msgid "IDS_ST_BODY_NEW_PIN2"
+msgstr "Neue PIN2"
+
+msgid "IDS_ST_BODY_PASSWORD_EMPTY"
+msgstr "Passwort leer"
+
+msgid "IDS_ST_BODY_PC_INTERNET"
+msgstr "PC-Internet"
+
+msgid "IDS_ST_BODY_PHONEPROFILES_DRIVING"
+msgstr "PKW"
+
+msgid "IDS_ST_BODY_PHONE_LOCK"
+msgstr "Telefonsperre"
+
+msgid "IDS_ST_BODY_PIN1"
+msgstr "PIN1"
+
+msgid "IDS_ST_BODY_PIN2"
+msgstr "PIN2"
+
+msgid "IDS_ST_BODY_PINS_DON'T_MATCH_E"
+msgstr "PINs stimmen nicht überein!"
+
+msgid "IDS_ST_BODY_PRIVACY_LOCK"
+msgstr "Vertraulich sperren"
+
+msgid "IDS_ST_BODY_PUK1_BLOCKED"
+msgstr "PUK1 blockiert"
+
+msgid "IDS_ST_BODY_PUK1_CODE"
+msgstr "PUK1-Code"
+
+msgid "IDS_ST_BODY_PUK2"
+msgstr "PUK2"
+
+msgid "IDS_ST_BODY_PUK2_BLOCKED"
+msgstr "PUK2 gesperrt"
+
+msgid "IDS_ST_BODY_RAISING_MELODY"
+msgstr "Ansteigende Melodie"
+
+msgid "IDS_ST_BODY_RECENT"
+msgstr "Kürzlich"
+
+msgid "IDS_ST_BODY_RINGTONES_SAMSUNG_TUNE"
+msgstr "Samsung-Klingelton"
+
+msgid "IDS_ST_BODY_ROAMING_NETWORK"
+msgstr "Roamingnetz"
+
+msgid "IDS_ST_BODY_SECONDS_GA"
+msgstr "Sekunden"
+
+msgid "IDS_ST_BODY_SECURE"
+msgstr "Sicher"
+
+msgid "IDS_ST_BODY_SECURITY"
+msgstr "Sicherheit"
+
+msgid "IDS_ST_BODY_SERVICE_TYPE"
+msgstr "Diensttyp"
+
+msgid "IDS_ST_BODY_SIM_LOCK"
+msgstr "SIM-Sperre"
+
+msgid "IDS_ST_BODY_SIM_PASSWORD"
+msgstr "SIM-Passwort"
+
+msgid "IDS_ST_BODY_SMALL_M_TEXTSIZE"
+msgstr "Klein"
+
+msgid "IDS_ST_BODY_SOS_MASSAGES"
+msgstr "SOS-Nachrichten"
+
+msgid "IDS_ST_BODY_SOUND_PROFILES"
+msgstr "Tonprofile"
+
+msgid "IDS_ST_BODY_TEXTSTYLE_LARGE"
+msgstr "Groß"
+
+msgid "IDS_ST_BODY_THEME"
+msgstr "Theme"
+
+msgid "IDS_ST_BODY_TOUCH"
+msgstr "Touchscreen"
+
+msgid "IDS_ST_BODY_VIBRATION_1"
+msgstr "Vibration 1"
+
+msgid "IDS_ST_BODY_VIBRATION_2"
+msgstr "Vibration 2"
+
+msgid "IDS_ST_BODY_VIBRATION_3"
+msgstr "Vibration 3"
+
+msgid "IDS_ST_BODY_VIBRATION_4"
+msgstr "Vibration 4"
+
+msgid "IDS_ST_BODY_VIBRATION_5"
+msgstr "Vibration 5"
+
+msgid "IDS_ST_BODY_VOICE_MAIL"
+msgstr "Mailbox"
+
+msgid "IDS_ST_BODY_WAP_DOWNLOADS"
+msgstr "WAP-Downloads"
+
+msgid "IDS_ST_BODY_WI_FI_MAC_ADDRESS"
+msgstr "WLAN-MAC-Adresse"
+
+msgid "IDS_ST_DISPLAYSETTINGS_BODY_MAINGREETINGEDITSTYLEBGCOLOUR"
+msgstr "Hintergrundfarbe"
+
+msgid "IDS_ST_HEADER_ALERT_TYPE"
+msgstr "Signaltyp"
+
+msgid "IDS_ST_HEADER_CONFIRM_PASSWORD_ABB"
+msgstr "Passwort bestätigen"
+
+msgid "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+msgstr "Anzeigesprache"
+
+msgid "IDS_ST_HEADER_KEYBOARD_LANGUAGE"
+msgstr "Tastatursprache"
+
+msgid "IDS_ST_HEADER_MEETING"
+msgstr "Besprechung"
+
+msgid "IDS_ST_HEADER_OUTDOOR"
+msgstr "Im Freien"
+
+msgid "IDS_ST_HEADER_PIN1_CODE"
+msgstr "PIN1"
+
+msgid "IDS_ST_HEADER_SIM_PASSWORD"
+msgstr "SIM-Passwort"
+
+msgid "IDS_ST_HEADER_SPACE_M_THEME"
+msgstr "Space"
+
+msgid "IDS_ST_HEADER_UNAVAILABLE"
+msgstr "Nicht verfügbar"
+
+msgid "IDS_ST_HEADER_USER_AGREEMENT"
+msgstr "Nutzervereinbarung"
+
+msgid "IDS_ST_HEADER_WALLPAPER_HOME_SCREEN"
+msgstr "Home-Bildschirm"
+
+msgid "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME"
+msgstr "Bildschirmbeleuchtungsdauer"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BLOCKMESSAGESBYADDRESSNEWPUSH"
+msgstr "WAP-Push"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCAST"
+msgstr "Infomeldungen"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCASTRECEIVINGCHANNELS"
+msgstr "Empfangskanäle"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEFONTSTYLE2"
+msgstr "Schriftstil"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEPAGEDURATION"
+msgstr "Seitenanzeigedauer"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSRECEIVOPTIONSHOMENET"
+msgstr "Heimatnetz"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSEXPIRY"
+msgstr "Gültigkeit"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSPRIORITY"
+msgstr "Priorität"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDRECEIVINGOPTS"
+msgstr "Empfangsoptionen"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMS"
+msgstr "SMS"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMSSENDINGOPTCHARSUPPORT"
+msgstr "Zeichenunterstützung"
+
+msgid "IDS_ST_OPT_EDIT_CHANNEL"
+msgstr "Kanal bearbeiten"
+
+msgid "IDS_ST_OPT_ITEM"
+msgstr "Element"
+
+msgid "IDS_ST_OPT_MASS_STORAGE_ABB"
+msgstr "Massenspeicher"
+
+msgid "IDS_ST_OPT_PHONEBOOK"
+msgstr "Telefonbuch"
+
+msgid "IDS_ST_POP_ALL_BARRING"
+msgstr "Alle sperren"
+
+msgid "IDS_ST_POP_ALL_CONTACTS_LINKED_TO_WEB_ACCOUNTS_WILL_ALSO_BE_DELETED_IN_WEB_SERVER_CONTINUE_Q"
+msgstr "Alle mit Webkonten verknüpften Kontakte werden ebenfalls vom Webserver gelöscht. Fortfahren?"
+
+msgid "IDS_ST_POP_CLEARED"
+msgstr "Gelöscht"
+
+msgid "IDS_ST_POP_CLEARING_ING"
+msgstr "Wird gelöscht..."
+
+msgid "IDS_ST_POP_ENTER_8_DIGIT_PIN_UNLOCK_HPUK_CODE_KOR"
+msgstr "8-stelligen PIN-Entsperrcode (PUK) eingeben"
+
+msgid "IDS_ST_POP_FLIGHT_MODE_ON"
+msgstr "Offline-Modus Ein"
+
+msgid "IDS_ST_POP_INCOMING_BARRING"
+msgstr "Sperre eingehende Anr."
+
+msgid "IDS_ST_POP_INCORRECT_PIN1"
+msgstr "Falscher PIN1-Code"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT"
+msgstr "Falsche PIN. Noch 1 Versuch"
+
+msgid "IDS_ST_POP_INCORRECT_PIN2"
+msgstr "Falsche PIN2"
+
+msgid "IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT"
+msgstr "Falsche PIN. Noch %d Versuche"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT"
+msgstr "Falsche PUK1. Noch 1 Versuch"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_CODE"
+msgstr "Falscher PUK1-Code"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT"
+msgstr "Falsche PUK1. Noch %d Versuche"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2"
+msgstr "Falscher PUK2"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT"
+msgstr "Falsche PUK2. Noch 1 Versuch"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT"
+msgstr "Falsche PUK2. Noch %d Versuche"
+
+msgid "IDS_ST_POP_MSG_FORMATTING"
+msgstr "Formatieren..."
+
+msgid "IDS_ST_POP_MSG_FORMAT_QUESTION"
+msgstr "Beim Formatieren werden alle Daten gelöscht.\nWeiter?"
+
+msgid "IDS_ST_POP_NO_ITEMS_SELECTED"
+msgstr "Keine Elemente ausgewählt"
+
+msgid "IDS_ST_POP_OUTGOING_BARRING"
+msgstr "Sperre ausgehende Anr."
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Kennwörter stimmen nicht überein"
+
+msgid "IDS_ST_POP_PASSWORD_CHANGED"
+msgstr "Passwort geändert"
+
+msgid "IDS_ST_POP_PASSWORD_TOO_SHORT"
+msgstr "Passwort zu kurz"
+
+msgid "IDS_ST_POP_PD_ATTEMPTS_LEFT"
+msgstr "%d Versuche übrig"
+
+msgid "IDS_ST_POP_PD_ATTEMPT_LEFT"
+msgstr "%d Versuch(e) übrig"
+
+msgid "IDS_ST_POP_PIN1_BLOCKED"
+msgstr "PIN1-Code blockiert"
+
+msgid "IDS_ST_POP_PIN1_CHANGED"
+msgstr "PIN1-Code geändert"
+
+msgid "IDS_ST_POP_PIN2_BLOCKED"
+msgstr "PIN2 gesperrt"
+
+msgid "IDS_ST_POP_PIN2_CHANGED"
+msgstr "PIN2 geändert"
+
+msgid "IDS_ST_POP_PIN2_UNBLOCKED"
+msgstr "PIN2 entsperrt"
+
+msgid "IDS_ST_POP_PIN_UNBLOCKED"
+msgstr "PIN entsperrt"
+
+msgid "IDS_ST_POP_SAVING"
+msgstr "Speichern"
+
+msgid "IDS_ST_POP_SET"
+msgstr "Eingestellt"
+
+msgid "IDS_ST_POP_TEXT_MESSAGE_ALERT_TONE"
+msgstr "Signalton für Nachrichten"
+
+msgid "IDS_ST_POP_TEXT_NEW_NETWORK"
+msgstr "Neues Netz"
+
+msgid "IDS_ST_POP_UNKNOWN_OPERATION"
+msgstr "Unbekannter Vorgang"
+
+msgid "IDS_ST_POP_YES"
+msgstr "Ja"
+
+msgid "IDS_ST_SECURITY_BODY_ENTERPIN2BABY"
+msgstr "PIN2"
+
+msgid "IDS_ST_SECURITY_BODY_NOIMSI"
+msgstr "SIM-Karte einsetzen"
+
+msgid "IDS_ST_SK_FORMAT"
+msgstr "Formatieren"
+
+msgid "IDS_ST_POP_ACTIVATION_ONGOING"
+msgstr "Aktivierung wird durchgeführt..."
+
+msgid "IDS_COM_BODY_EMAILS_T_MAINMENU_ABB2"
+msgstr "E-Mails"
+
+msgid "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_ST_HEADER_WI_FI"
+msgstr "WLAN"
+
+msgid "IDS_ST_BODY_CPU_USAGE"
+msgstr "CPU-Nutzung"
+
+msgid "IDS_ST_MBODY_SCREEN_READER_HTTS"
+msgstr "Bildschirm-Reader (TTS)"
+
+msgid "IDS_ST_BODY_SPEECH_RATE"
+msgstr "Sprechrate"
+
+msgid "IDS_ST_HEADER_ACCESSIBILITY"
+msgstr "Eingabehilfe"
+
+msgid "IDS_ST_MBODY_HIGH_CONTRAST"
+msgstr "Hoher Kontrast"
+
+msgid "IDS_ST_MBODY_FONT_SIZE"
+msgstr "Schriftgröße"
+
+msgid "IDS_ST_BODY_FONT_STYLE"
+msgstr "Schriftstil"
+
+msgid "IDS_ST_BODY_TORCH_LIGHT"
+msgstr "Taschenlampe"
+
+msgid "IDS_ST_MBODY_MONO_AUDIO"
+msgstr "Mono-Audio"
+
+msgid "IDS_ST_HEADER_TUTORIAL"
+msgstr "Übung"
+
+msgid "IDS_ST_BODY_TOUCHSENSITIVITY_SENSITIVITY"
+msgstr "Empfindlichkeit"
+
+msgid "IDS_MTTRL_BODY_USE_PANNING"
+msgstr "Schwenken verwenden"
+
+msgid "IDS_MTTRL_HEADER_TRY_TILT"
+msgstr "Tilt ausprobieren."
+
+msgid "IDS_ST_HEADER_INCOMING_CALLS"
+msgstr "Eingehende Anrufe"
+
+msgid "IDS_ST_SK_VOLUME"
+msgstr "Lautstärke"
+
+msgid "IDS_ST_HEADER_USB_UTILITIES"
+msgstr "USB-Verbindung"
+
+msgid "IDS_ST_BODY_ROTATION_LOCK"
+msgstr "Automat. Ausrichten"
+
+msgid "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+msgstr "Akkuladung Prozent"
+
+msgid "IDS_ST_BODY_MY_NUMBER"
+msgstr "Eigene Nummer"
+
+msgid "IDS_ST_BODY_MODEL_NUMBER"
+msgstr "Modellnummer"
+
+msgid "IDS_ST_BODY_VERSION_C"
+msgstr "Version:"
+
+msgid "IDS_ST_BODY_BUILD_NUMBER"
+msgstr "Buildnummer"
+
+msgid "IDS_ST_BODY_DEVICE_INFO"
+msgstr "Geräteinfo"
+
+msgid "IDS_ST_BODY_SUNDAY"
+msgstr "Sonntag"
+
+msgid "IDS_ST_BODY_MONDAY"
+msgstr "Montag"
+
+msgid "IDS_ST_BODY_TUESDAY"
+msgstr "Dienstag"
+
+msgid "IDS_ST_BODY_10_MINUTES"
+msgstr "10 Minuten"
+
+msgid "IDS_ST_BODY_3MINUTES"
+msgstr "3 Minuten"
+
+msgid "IDS_ST_BODY_HOLD_ME"
+msgstr "Halt mich fest"
+
+msgid "IDS_MTTRL_BODY_MOTION_ACTIVATION"
+msgstr "Bewegungsaktivierung"
+
+msgid "IDS_MTTRL_MBODY_TILT_TO_ZOOM"
+msgstr "Zum Zoomen kippen"
+
+msgid "IDS_ST_BUTTON_USE_TILT"
+msgstr "Kippen aktiv."
+
+msgid "IDS_ST_BODY_USE_MOTION"
+msgstr "Bewegung verwenden"
+
+msgid "IDS_ST_BODY_MOTION_DISABLED"
+msgstr "Bewegung deaktiviert"
+
+msgid "IDS_COM_POP_UNABLE_TO_SECURE_CONNECTION"
+msgstr "Sichere Verbindung\nnicht möglich"
+
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Benachrichtigung"
+
+msgid "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK"
+msgstr "Haptisches Feedback"
+
+msgid "IDS_ST_BODY_MSG_ALERT_REPETITION"
+msgstr "Wiederholung des Nachrichtensignals"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+msgstr "Signaltonwiederholung für E-Mail"
+
+msgid "IDS_ST_POP_SIMPLE_PASSWORD_NOT_ALLOWED"
+msgstr "Einfaches Passwort nicht gestattet"
+
+msgid "IDS_ST_BODY_INCOMING_CALL"
+msgstr "Eingehender Anruf"
+
+msgid "IDS_ST_BODY_ONCE"
+msgstr "Einmal"
+
+msgid "IDS_ST_BODY_EVERY_2MIN"
+msgstr "Alle 2 Minuten"
+
+msgid "IDS_ST_BODY_EVERY_5MIN"
+msgstr "Alle 5 Minuten"
+
+msgid "IDS_ST_BODY_EVERY_10MINUTES"
+msgstr "Alle 10 Minuten"
+
+msgid "IDS_ST_BODY_15SEC"
+msgstr "15 Sekunden"
+
+msgid "IDS_ST_BODY_30SEC"
+msgstr "30 Sekunden"
+
+msgid "IDS_ST_BODY_8_SECONDS"
+msgstr "8 Sekunden"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+msgstr "Eingabehilfeeinstellungen"
+
+msgid "IDS_ST_BODY_AFTER_5_SECONDS"
+msgstr "Nach 5 Sekunden"
+
+msgid "IDS_ST_HEADER_PD_ATTEMPTS_LEFT"
+msgstr "%d Versuche übrig"
+
+msgid "IDS_ST_BODY_AVAILABLE_SPACE"
+msgstr "Verfügbarer Speicherplatz"
+
+msgid "IDS_ST_BODY_BLACK"
+msgstr "Schwarz"
+
+msgid "IDS_ST_HEADER_EASY_ACCESS"
+msgstr "Erleichterter Zugang"
+
+msgid "IDS_CLD_BODY_FIRST_DAY_OF_WEEK"
+msgstr "Erster Tag der Woche"
+
+msgid "IDS_ST_BODY_FORMAT_SD_CARD"
+msgstr "SD-Karte formatieren"
+
+msgid "IDS_ST_BODY_GSM"
+msgstr "GSM"
+
+msgid "IDS_ST_HEADER_HEARING"
+msgstr "Hörbehinderung"
+
+msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
+msgstr "Home-Bildschirm"
+
+msgid "IDS_ST_HEADER_INSERT_SIM_CARD_ABB"
+msgstr "SIM-Karte einlegen"
+
+msgid "IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"
+msgstr "Proxy-Adresse ungültig"
+
+msgid "IDS_ST_BODY_KIES_INSTALLER"
+msgstr "Kies-Installationsmodus"
+
+msgid "IDS_ST_BODY_LANGUAGE"
+msgstr "Sprache"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TILT_ABB"
+msgstr "Kipp-Funktion"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TURN_OVER"
+msgstr "Was ist “Umdrehen”?"
+
+msgid "IDS_COM_BODY_MEDIA"
+msgstr "Medien"
+
+msgid "IDS_ST_BODY_MOTION_SETTINGS"
+msgstr "Motion-Einstellungen"
+
+msgid "IDS_ST_MBODY_MOTIONS"
+msgstr "Bewegungen"
+
+msgid "IDS_ST_BODY_MOUNT_SD_CARD"
+msgstr "SD-Karte verbinden"
+
+msgid "IDS_MTTRL_BODY_MOVE_AN_ICON_TO_ANOTHER_PAGE"
+msgstr "Bild auf eine andere Seite verschieben"
+
+msgid "IDS_ST_BODY_MOVE_DEVICE_LEFT_OR_RIGHT"
+msgstr "Gerät nach rechts oder links bewegen."
+
+msgid "IDS_ST_OPT_NETWORK_LIST"
+msgstr "Netzliste"
+
+msgid "IDS_ST_HEADER_NEW_NETWORK"
+msgstr "Neues Netz"
+
+msgid "IDS_ST_BODY_NOSERVICE"
+msgstr "Kein Netz"
+
+msgid "IDS_COM_BUTTON2_PROCESSING_ING"
+msgstr "Wird verarbeitet..."
+
+msgid "IDS_COM_MBODY_SECURITY_POLICY"
+msgstr "Sicherheitsrichtlinien"
+
+msgid "IDS_ST_POP_SELECT_OTHER_CONNECTION"
+msgstr "Andere Verbindung auswählen"
+
+msgid "IDS_ST_BODY_PHONE_SOUND_VOL"
+msgstr "Lautstärke Telefonton"
+
+msgid "IDS_ST_BODY_SPEED_AT_WHICH_THE_TEXT_IS_SPOKEN"
+msgstr "Geschwindigkeit, in der Text gesprochen wird"
+
+msgid "IDS_COM_BODY_DETAILS_TIME"
+msgstr "Zeit"
+
+msgid "IDS_ST_BODY_TOTAL_SPACE"
+msgstr "Gesamtspeicherplatz"
+
+msgid "IDS_MTTRL_HEADER_TRY_DOUBLE_TAP"
+msgstr "Probieren Sie zweimal zu tippen."
+
+msgid "IDS_MTTRL_HEADER_TRY_PANNING"
+msgstr "Schwenken ausprobieren"
+
+msgid "IDS_MTTRL_MBODY_TURN_OVER_TO_MUTE"
+msgstr "Zum Stummschalten umdr."
+
+msgid "IDS_ST_BODY_UNMOUNT_SD_CARD"
+msgstr "SD-Karte deinstallieren"
+
+msgid "IDS_ST_BODY_USB_DEBUGGING"
+msgstr "USB-Debugging"
+
+msgid "IDS_ST_BODY_USE_PACKET_DATA"
+msgstr "Paketdaten"
+
+msgid "IDS_ST_HEADER_VISION"
+msgstr "Sehbehinderung"
+
+msgid "IDS_ST_BODY_INTERNAL_PHONE_STORAGE_SPACE_IS_NEARLY_FULL_VZW"
+msgstr "Interner Telefonspeicherplatz ist fast voll."
+
+msgid "IDS_ST_BODY_24_HOURS"
+msgstr "24 Stunden"
+
+msgid "IDS_ST_BODY_WEDNESDAY"
+msgstr "Mittwoch"
+
+msgid "IDS_ST_BODY_THURSDAY"
+msgstr "Donnerstag"
+
+msgid "IDS_ST_BODY_FRIDAY"
+msgstr "Freitag"
+
+msgid "IDS_ST_BODY_SATURDAY"
+msgstr "Samstag"
+
+msgid "IDS_ST_BODY_EMAIL"
+msgstr "E-Mail"
+
+msgid "IDS_CST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Anrufannahme mit Start"
+
+msgid "IDS_ST_BODY_HELLO_KITTY_1"
+msgstr "Hello Kitty 1"
+
+msgid "IDS_COM_POP_TIMES_LC"
+msgstr "mal"
+
+msgid "IDS_COM_BODY_VIA_MMS"
+msgstr "Per MMS"
+
+msgid "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+msgstr "Sprache und Region"
+
+msgid "IDS_ST_BODY_WINSET"
+msgstr "Winset"
+
+msgid "IDS_ST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Anrufannahme mit Start"
+
+msgid "IDS_ST_BODY_REMOVE_LICENCE"
+msgstr "Lizenz entfernen"
+
+msgid "IDS_ST_BUTTON2_EDIT_PREFERRED"
+msgstr "Bevorzug. bearb."
+
+msgid "IDS_ST_BODY_EMAIL_ALERT"
+msgstr "E-Mail-Ton"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
+msgstr "Geben Sie das Passwort erneut ein"
+
+msgid "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
+msgstr "Aktuelles Passwort eingeben"
+
+msgid "IDS_ST_BODY_SD_CARD"
+msgstr "SD-Karte"
+
+msgid "IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"
+msgstr "Deregistrierungscode nicht gefunden"
+
+msgid "IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"
+msgstr "Netzwerk konnte nicht ausgewählt werden"
+
+msgid "IDS_ST_BODY_HIGH_CONTRAST"
+msgstr "Hoher Kontrast"
+
+msgid "IDS_ST_BODY_MMS_CONNECTIONS"
+msgstr "MMS-Verbindungen"
+
+msgid "IDS_ST_TAB_PREFERRED"
+msgstr "Bevorzugt"
+
+msgid "IDS_ST_BODY_REGION"
+msgstr "Region"
+
+msgid "IDS_ST_BODY_SNS"
+msgstr "SNS"
+
+msgid "IDS_ST_BODY_SENSITIVITY_SETTINGS"
+msgstr "Empfindlichkeitseinstellungen"
+
+msgid "IDS_ST_HEADER_SENSITIVITY_TEST_ABB"
+msgstr "Empfindlichkeitstest"
+
+msgid "IDS_ST_BODY_VOLUME"
+msgstr "Lautstärke"
+
+msgid "IDS_ST_BODY_TEST_TILT_SENSITIVITY"
+msgstr "Kippempfindlichkeit testen"
+
+msgid "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+msgstr "Passen Sie die Laustärke und Intensität für Geräusche beim Wählen, Benutzen der Tastatur, Tippen auf den Bildschirm, Drücken der Tasten und Sperren und Entsperren des Geräts an."
+
+msgid "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
+msgstr "Falsches Passwort. Versuchen Sie es erneut."
+
+msgid "IDS_ST_BODY_PICTURE_READER"
+msgstr "Bild-Reader"
+
+msgid "IDS_ST_BODY_AUTOMATIC_UPDATE"
+msgstr "Automatische Aktualisierung"
+
+msgid "IDS_COM_BODY_FILEDETAIL_MODEL"
+msgstr "Modell"
+
+msgid "IDS_ST_BODY_WHITE"
+msgstr "Weiß"
+
+msgid "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+msgstr "Bildschirmsp. anpassen"
+
+msgid "IDS_ST_BODY_MESSAGE_RINGTONE"
+msgstr "Nachrichtenklingelton"
+
+msgid "IDS_COM_BODY_DETAILS_LOCATION"
+msgstr "Ort"
+
+msgid "IDS_ST_OPT_ALL"
+msgstr "Alle"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS"
+msgstr "Geben Sie das Passwort nach %d Sekunden erneut ein."
+
+msgid "IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"
+msgstr "Ändern der PIN nicht möglich"
+
+msgid "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+msgstr "Sound für Bildschirmsperre"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+msgstr "Klingelton für eingehende Anrufe"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+msgstr "Vibration für eingehenden Anruf"
+
+msgid "IDS_ST_BODY_SIMPLE_PASSWORD"
+msgstr "Einfaches Passwort"
+
+msgid "IDS_COM_BODY_ALLOW_BLUETOOTH"
+msgstr "Bluetooth zulassen"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_USE"
+msgstr "Internetverwendung zulassen"
+
+msgid "IDS_COM_BODY_ALLOW_CAMERA"
+msgstr "Kamera zulassen"
+
+msgid "IDS_COM_BODY_ALLOW_DESKTOP_SYNC"
+msgstr "Desktop-Synchronisierung zulassen"
+
+msgid "IDS_COM_BODY_ALLOW_HTML_EMAIL"
+msgstr "HTML-E-Mail zulassen"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_SHARING"
+msgstr "Internetfreigabe zulassen"
+
+msgid "IDS_COM_BODY_ALLOW_POP_AND_IMAP_EMAIL"
+msgstr "POP- und IMAP-E-Mail zulassen"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_ENCRYPTION_ALGORITHM_NEGOTIATION"
+msgstr "S/MIME-Verschlüsselungsalgorithmus-Verhandlung zulassen"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_SOFTWARE_CERTIFICATES"
+msgstr "S/MIME-Softwarezertifikate zulassen"
+
+msgid "IDS_COM_BODY_ALLOW_STORAGE_CARD"
+msgstr "Speicherkarte zulassen"
+
+msgid "IDS_COM_BODY_ALLOW_TEXT_MESSAGING"
+msgstr "SMS zulassen"
+
+msgid "IDS_COM_BODY_ALLOW_WI_FI"
+msgstr "WLAN zulassen"
+
+msgid "IDS_COM_HEADER_ATTACHMENT_CONTROL"
+msgstr "Steuerung der Anhänge"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_CALENDAR_EVENTS"
+msgstr "Maximales Alter der Kalenderereignisse"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_EMAILS"
+msgstr "Maximales Alter der E-Mails"
+
+msgid "IDS_COM_BODY_MINIMUM_NUMBER_OF_COMPLEX_CHARACTERS_IN_PASSWORD"
+msgstr "Mindestzahl an komplexen Zeichen im Passwort"
+
+msgid "IDS_COM_HEADER_PASSWORD_RECOVERY"
+msgstr "Passwortwiederherstellung"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_ENCRYPTED"
+msgstr "S/MIME-Verschlüsselung von Nachrichten anfordern"
+
+msgid "IDS_COM_BODY_REQUIRE_S_MIME_ALGORITHM_ENCRYPTION"
+msgstr "S/MIME-Algorithmusverschlüsselung anfordern"
+
+msgid "IDS_COM_BODY_REQUIRE_MANUAL_SYNCHRONISATION_WHEN_ROAMING"
+msgstr "Erfordert manuelle Synchronisierung während des Roamings"
+
+msgid "IDS_COM_BODY_REQUIRE_SIGNED_S_MIME_ALGORITHM"
+msgstr "Unterschriebenen S/MIME-Algorithmus anfordern"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_SIGNED"
+msgstr "S/MIME-Unterschrift der Nachrichten anfordern"
+
+msgid "IDS_COM_POP_INSERT_SIM_CARD"
+msgstr "SIM-Karte einsetzen"
+
+msgid "IDS_COM_POP_DEACTIVATE_FLIGHT_MODE_TO_USE_NETWORK_SERVICES"
+msgstr "Offline-Modus deaktivieren, um 3G-Netzdienste zu verwenden."
+
+msgid "IDS_COM_POP_DAY_LC"
+msgstr "Tag"
+
+msgid "IDS_ST_BODY_TIME_ZONE_DST"
+msgstr "Sommerzeit"
+
+msgid "IDS_ST_POP_UNINSTALLED"
+msgstr "Deinstalliert"
+
+msgid "IDS_ST_HEADER_APPLICATION_INFO"
+msgstr "Anwendungsinfo"
+
+msgid "IDS_ST_BODY_TOTAL"
+msgstr "Gesamt"
+
+msgid "IDS_ST_BODY_APPLICATION"
+msgstr "Anwendung"
+
+msgid "IDS_ST_BODY_DATA"
+msgstr "Daten"
+
+msgid "IDS_ST_BODY_BYTES"
+msgstr "Bytes"
+
+msgid "IDS_ST_BODY_LAUNCH_BY_DEFAULT"
+msgstr "Standardmäßig starten"
+
+msgid "IDS_ST_BODY_CLEAR_DEFAULTS"
+msgstr "Standardwerte löschen"
+
+msgid "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS"
+msgstr "Es wurde festgelegt, dass diese App für einige Vorgänge standardmäßig gestartet werden soll."
+
+msgid "IDS_ST_BODY_OPERATOR"
+msgstr "Betreiber"
+
+msgid "IDS_ST_BODY_SAMSUNG"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_THIRD_PARTIES"
+msgstr "Dritte"
+
+msgid "IDS_ST_BUTTON_UNINSTALL_UPDATES"
+msgstr "Aktualisierungen deinstallieren"
+
+msgid "IDS_ST_BODY_STORAGE"
+msgstr "Speicher"
+
+msgid "IDS_ST_BODY_GB"
+msgstr "GB"
+
+msgid "IDS_ST_BODY_MB"
+msgstr "MB"
+
+msgid "IDS_ST_BODY_KB"
+msgstr "KB"
+
+msgid "IDS_ST_BODY_MORE_DETAILS"
+msgstr "Mehr Details"
+
+msgid "IDS_ST_HEADER_CERTIFICATES"
+msgstr "Zertifikate"
+
+msgid "IDS_ST_POP_UNINSTALLING_ING"
+msgstr "Deinstallieren..."
+
+msgid "IDS_ST_SK_OK"
+msgstr "OK"
+
+msgid "IDS_ST_BODY_DISPLAY"
+msgstr "Anzeige"
+
+msgid "IDS_ST_BODY_MOBILE_AP"
+msgstr "Mobiler Zugangspunkt"
+
+msgid "IDS_ST_BODY_PD_MINUTES"
+msgstr "%d Minuten"
+
+msgid "IDS_ST_BODY_POWERONTYPE_MUTE"
+msgstr "Lautlos"
+
+msgid "IDS_ST_BODY_SECONDS"
+msgstr "Sekunden"
+
+msgid "IDS_ST_BODY_MAINDISPLAY_WALLPAPER"
+msgstr "Hintergrundbild"
+
+msgid "IDS_ST_BODY_SOUNDS"
+msgstr "Töne"
+
+msgid "IDS_ST_POP_SEARCHING_ING"
+msgstr "Suche läuft..."
+
+msgid "IDS_ST_BUTTON_FORCE_STOP"
+msgstr "Stopp erzwingen"
+
+msgid "IDS_ST_BUTTON_UNINSTALL"
+msgstr "Deinstallieren"
+
+msgid "IDS_ST_BUTTON_CLEAR_DATA"
+msgstr "Daten löschen"
+
+msgid "IDS_ST_MBODY_TETHERING_AND_PORTABLE_HOTSPOT"
+msgstr "Tethering und mobiler Hotspot"
+
+msgid "IDS_ST_HEADER2_FIND_MY_MOBILE"
+msgstr "Mein Mobiltelefon orten"
+
+msgid "IDS_COM_SK_RETRY_A"
+msgstr "Ern. vers."
+
+msgid "IDS_ST_BODY_2_MINUTES"
+msgstr "2 Minuten"
+
+msgid "IDS_ST_BODY_5_MINUTES"
+msgstr "5 Minuten"
+
+msgid "IDS_ST_BODY_MESSAGE_ALERT"
+msgstr "Nachrichtenton"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Mit PC verbinden. Massenspeicher wird nach der Verwendung automatisch deaktiviert."
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Mit PC verbinden. USB-Debugging wird nach der Verwendung automatisch deaktiviert."
+
+msgid "IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"
+msgstr "Lizenz wird gelöscht. Fortfahren?"
+
+msgid "IDS_ST_BODY_DEFAULT_CONNECTION_MODE"
+msgstr "Standardverbindungsmodus"
+
+msgid "IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"
+msgstr "Dieser Modus ist für Anwendungsentwickler gedacht. Sie können damit Software testen und entwickeln."
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_IS_THE_DEFAULT_CONNECTION_IT_WILL_REVERT_BACK_TO_DEFAULT_MODE_AFTER_USING_OTHER_MODES_MSG"
+msgstr "Samsung Kies ist der Standardverbindungsmodus. Die anderen unten stehenden Modi sind optional. Das Gerät wechsel zurück zum Standardmodus, nachdem Sie die unten stehenden Modi verwendet haben."
+
+msgid "IDS_ST_BODY_MANUFACTURER"
+msgstr "Hersteller"
+
+msgid "IDS_ST_BODY_MASS_STORAGE_HELP_MSG"
+msgstr "Sie können die folgenden Vorgänge ausführen:\n - Schnelles Dateikopieren\n - Verbindung über MAC oder Linux OS"
+
+msgid "IDS_ST_BODY_RESET_ALL"
+msgstr "Alle zurücksetzen"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_ON"
+msgstr "Offline-Modus Ein"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_OFF"
+msgstr "Offline-Modus Aus"
+
+msgid "IDS_ST_POP_UNABLE_TO_TURN_ON_FLIGHT_MODE_VODA"
+msgstr "Offline-Modus kann nicht aktiviert werden."
+
+msgid "IDS_ST_POP_PS_ENABLED"
+msgstr "%s aktiviert"
+
+msgid "IDS_ST_POP_ACTIVATE_DEVICE_ADMINISTRATOR_Q"
+msgstr "Geräteadministrator aktivieren?"
+
+msgid "IDS_ST_BODY_TOUCH_PANEL_AUTO_LOCK"
+msgstr "Automatische Displaysperre"
+
+msgid "IDS_ST_BODY_SAVE_TO"
+msgstr "Speichern in"
+
+msgid "IDS_COM_POP_DISCONNECTED"
+msgstr "Getrennt"
+
+msgid "IDS_WIFI_MBODY_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_COM_BODY_TEXT_INPUT"
+msgstr "Texteingabe"
+
+msgid "IDS_ST_BODY_TEXT_INPUT"
+msgstr "Texteingabe"
+
+msgid "IDS_ST_BODY_EFFECT"
+msgstr "Effekt"
+
+msgid "IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"
+msgstr "Sie erhalten eine Erinnerung, bevor die Lizenz für eine verwendete Datei (z.B. ein Hintergrundbild) abläuft"
+
+msgid "IDS_COM_BODY_OFF_M_STATUS"
+msgstr "Aus"
+
+msgid "IDS_COM_BODY_ON_M_STATUS"
+msgstr "Ein"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_TURN_OFF_AUTOMATICALLY_AFTER_USE"
+msgstr "Mit PC verbinden. Massenspeicher schaltet sich nach der Verwendung automatisch aus."
+
+msgid "IDS_ST_BODY_TAP_TO_INSERT"
+msgstr "Zum Einfügen tippen"
+
+msgid "IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES"
+msgstr "Bei der Verwendung von Mobildaten während des Roaming fallen zusätzliche Gebühren an."
+
+msgid "IDS_ST_BODY_BATTERY"
+msgstr "Akku"
+
+msgid "IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK"
+msgstr "Bei deaktiviertem Daten-Roaming funktionieren Anwendungen, für die die Datenverbindung benötigt wird, möglicherweise nicht."
+
+msgid "IDS_ST_HEADER_LOCK_SCREEN"
+msgstr "Bildschirmsperre"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY"
+msgstr "Eingabehilfe"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER"
+msgstr "Automatische Antwort"
+
+msgid "IDS_ST_MBODY_ASSISTIVE_LIGHT"
+msgstr "Assistenz-Licht"
+
+msgid "IDS_ST_BODY_MANAGE_APPLICATIONS"
+msgstr "Anwendungen verwalten"
+
+msgid "IDS_ST_BODY_POWER_SAVING_MODE"
+msgstr "Energiesparmodus"
+
+msgid "IDS_COM_OPT_REGISTER"
+msgstr "Registrieren"
+
+msgid "IDS_COM_POP_UNEXPECTED_ERROR"
+msgstr "Unerwarteter Fehler"
+
+msgid "IDS_COM_POP_PROXY_CONNECTION_FAILED"
+msgstr "Proxy-Verbindung fehlgeschlagen"
+
+msgid "IDS_COM_POP_NETWORK_CONNECTION_ERROR"
+msgstr "Netzwerkverbindungsfehler"
+
+msgid "IDS_COM_BODY_INVALID_SIM_CARD"
+msgstr "Ungültige SIM-Karte"
+
+msgid "IDS_COM_BODY_OPERATION_FAILED"
+msgstr "Vorgang fehlgeschlagen"
+
+msgid "IDS_COM_POP_VERSION"
+msgstr "Version"
+
+msgid "IDS_ST_BODY_MENUTRANSITIONEFFECT_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_MBODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION"
+msgstr "Wenn Sie Daten ohne WLAN-Verbindung herunter- oder hochladen, werden mobile Daten verwendet."
+
+msgid "IDS_ST_BODY_APP_OPENING_EFFECT"
+msgstr "Effekt beim Öffnen einer Anwendung"
+
+msgid "IDS_ST_BODY_APP_OPENING_IMAGE"
+msgstr "Bild beim Öffnen einer Anwendung"
+
+msgid "IDS_ST_BODY_NEGATIVE_COLOURS"
+msgstr "Negative Farben"
+
+msgid "IDS_ST_BODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_ASSISTIVE_LIGHT"
+msgstr "Hilfslicht"
+
+msgid "IDS_ST_BODY_AFTER_1_SECOND"
+msgstr "Nach 1 Sekunde"
+
+msgid "IDS_ST_BODY_AFTER_PD_SECONDS"
+msgstr "Nach %d Sekunden"
+
+msgid "IDS_ST_BODY_END_CALLS_USING_THE_POWER_KEY"
+msgstr "Anrufe mit Ein-/Aus-Taste beenden"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER_ONLY_OPERATES_WITH_HEADSET_CONNECTED"
+msgstr "“Autom. Antwort” funktioniert nur mit angeschlossenem Headset"
+
+msgid "IDS_ST_BODY_PRESS_THE_POWER_KEY_TO_END_CALLS_THIS_WILL_NOT_TURN_OFF_THE_SCREEN"
+msgstr "Ein-/Aus-Taste drücken, um Anrufe zu beenden. Bildschirm wird dabei nicht deaktiviert."
+
+msgid "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+msgstr "Textgröße in Kontakte, Kalender, Memo, Nachrichten, E-Mail und IM ändern."
+
+msgid "IDS_ST_BODY_PRESS_THE_HOME_KEY_TO_ACCEPT_INCOMING_CALLS"
+msgstr "Drücken Sie die Starttaste, um eingehende Anrufe entgegenzunehmen."
+
+msgid "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+msgstr "Alle Einstellungen werden auf die Standardwerte zurückgesetzt."
+
+msgid "IDS_ST_BODY_POWER_KEY_SHORTCUT"
+msgstr "Shortcut für Ein-/Aus-Taste"
+
+msgid "IDS_ST_BODY_BLUETOOTH_USB_UTILITIES_ETC"
+msgstr "Bluetooth-, USB-Extras usw."
+
+msgid "IDS_ST_BODY_DATE_AND_TIME_KEYBOARD_LICENCE_ETC"
+msgstr "Datum und Uhrzeit, Tastatur, Lizenz usw."
+
+msgid "IDS_ST_BODY_MORE_CONNECTIVITY_SETTINGS"
+msgstr "Mehr Konnektivitätseinstellungen"
+
+msgid "IDS_ST_BODY_MORE_SYSTEM_SETTINGS"
+msgstr "Mehr Systemeinstellungen"
+
+msgid "IDS_ST_BODY_THIS_BAND_MAY_NOT_WORK_OUTSIDE_THE_USA_AND_CANADA"
+msgstr "Dieses Band kann außerhalb der USA und Kanada u. U. nicht genutzt werden."
+
+msgid "IDS_ST_BODY_UMTS_MODE_ONLY_WORKS_INSIDE_3G_COVERAGE_AREA"
+msgstr "UMTS-Modus ist nur innerhalb des 3G-Abdeckungsbereichs verfügbar."
+
+msgid "IDS_ST_MBODY_REGISTER"
+msgstr "Registrieren"
+
+msgid "IDS_ST_MBODY_DEREGISTER"
+msgstr "Registrierung aufheben"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABIDJAN"
+msgstr "Abidjan"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABUDHABI"
+msgstr "Abu Dhabi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ACCRA"
+msgstr "Accra"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADDIS_ABABA"
+msgstr "Addis Ababa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADELAIDE"
+msgstr "Adelaide"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALASKA"
+msgstr "Alaska"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALGIERS"
+msgstr "Algier"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALMATY"
+msgstr "Almaty"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMBON"
+msgstr "Ambon"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMMAN"
+msgstr "Amman"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMSTERDAME"
+msgstr "Amsterdam"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANADYR"
+msgstr "Anadyr"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANCHORAGE"
+msgstr "Anchorage"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANKARA"
+msgstr "Ankara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANTANANARIVO"
+msgstr "Antananarivo"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASHGABAT"
+msgstr "Ashgabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASMARA"
+msgstr "Asmera"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASTANA"
+msgstr "Astana"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASUNCION"
+msgstr "Asuncion"
+
+msgid "IDS_WCL_BODY_CITYNAME_ATHENS"
+msgstr "Athen"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUCKLAND"
+msgstr "Auckland"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUSTIN"
+msgstr "Austin"
+
+msgid "IDS_WCL_BODY_CITYNAME_AZORES"
+msgstr "Azoren"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAGHDAD"
+msgstr "Baghdad"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAKU"
+msgstr "Baku"
+
+msgid "IDS_WCL_BODY_CITYNAME_BALTIMORE"
+msgstr "Baltimore"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAMAKO"
+msgstr "Bamako"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGKOK"
+msgstr "Bangkok"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGUI"
+msgstr "Bangui"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARCELONA"
+msgstr "Barcelona"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARI"
+msgstr "Bari"
+
+msgid "IDS_WCL_BODY_CITYNAME_BASSE_TERRE"
+msgstr "Basse-Terre"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIJING"
+msgstr "Peking"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIRUT"
+msgstr "Beirut"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELGRADE"
+msgstr "Belgrad"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELIZE_CITY"
+msgstr "Belize City"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERLIN"
+msgstr "Berlin"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERN"
+msgstr "Bern"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISHKEK"
+msgstr "Bishkek"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISSAU"
+msgstr "Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUINEA_BISSAU"
+msgstr "Guinea-Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOGOTA"
+msgstr "Bogota"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOLOGNA"
+msgstr "Bologna"
+
+msgid "IDS_WCL_BODY_BOSTON"
+msgstr "Boston"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRASILIA"
+msgstr "Brasilia"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRATISLAVA"
+msgstr "Bratislava"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRIDGETOWN"
+msgstr "Bridgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRISBANE"
+msgstr "Brisbane"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRUSSELS"
+msgstr "Brüssel"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUCHAREST"
+msgstr "Bukarest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUDAPEST"
+msgstr "Budapest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUENOSAIRES"
+msgstr "Buenos Aires"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAIRO"
+msgstr "Kairo"
+
+msgid "IDS_WCL_BODY_CITYNAME_CALGARY"
+msgstr "Calgary"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANARY_ISLANDS"
+msgstr "Kanarische Inseln"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANBERRA"
+msgstr "Canberra"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANTON"
+msgstr "Kanton"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAPE_TOWN"
+msgstr "Kapstadt"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARACAS"
+msgstr "Caracas"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARDIFF"
+msgstr "Cardiff"
+
+msgid "IDS_WCL_BODY_CITYNAME_CASABLANCA"
+msgstr "Casablanca"
+
+msgid "IDS_WCL_BODY_CITYNAME_CATANZARO"
+msgstr "Catanzaro"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAYENNE"
+msgstr "Cayenne"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE"
+msgstr "Charlotte"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE_AMALIE"
+msgstr "Charlotte Amalie"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHELYABINSK"
+msgstr "Tscheljabinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHENNAI"
+msgstr "Chennai"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHICAGO"
+msgstr "Chicago"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHISINAU"
+msgstr "Chişinău"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHITA"
+msgstr "Chita"
+
+msgid "IDS_WCL_BODY_CITYNAME_CLEVELAND"
+msgstr "Cleveland"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLOMBO"
+msgstr "Colombo"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLUMBUS"
+msgstr "Columbus"
+
+msgid "IDS_WCL_BODY_CITYNAME_CONAKRY"
+msgstr "Conakry"
+
+msgid "IDS_WCL_BODY_CITYNAME_COPENHAGEN"
+msgstr "Kopenhagen"
+
+msgid "IDS_WCL_BODY_CITYNAME_CORK"
+msgstr "Cork"
+
+msgid "IDS_WCL_BODY_CITYNAME_CROTONE"
+msgstr "Crotone"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAKAR"
+msgstr "Dakar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DALLAS"
+msgstr "Dallas"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAMASCUS"
+msgstr "Damaskus"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAR_ES_SALAAM"
+msgstr "Daressalam"
+
+msgid "IDS_WCL_BODY_CITYNAME_DARWIN"
+msgstr "Darwin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DELHI"
+msgstr "Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENPASAR"
+msgstr "Denpasar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENVER"
+msgstr "Denver"
+
+msgid "IDS_WCL_BODY_CITYNAME_DETROIT"
+msgstr "Detroit"
+
+msgid "IDS_WCL_BODY_CITYNAME_DHAKA"
+msgstr "Dhakar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DIEGO_GARCIA"
+msgstr "Diego Garcia"
+
+msgid "IDS_WCL_BODY_CITYNAME_DJIBOUTI"
+msgstr "Djibouti"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOHA"
+msgstr "Doha"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOUALA"
+msgstr "Duala"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBAI"
+msgstr "Dubai"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBLIN"
+msgstr "Dublin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUSHANBE"
+msgstr "Dushanbe"
+
+msgid "IDS_WCL_BODY_CITYNAME_EASTER_ISLAND"
+msgstr "Osterinsel"
+
+msgid "IDS_WCL_BODY_CITYNAME_EDINBURGH"
+msgstr "Edinburgh"
+
+msgid "IDS_WCL_BODY_CITYNAME_EL_PASO"
+msgstr "El Paso"
+
+msgid "IDS_WCL_BODY_CITYNAME_FLORENCE"
+msgstr "Florenz"
+
+msgid "IDS_WCL_BODY_CITYNAME_FORT_DE_FRANCE"
+msgstr "Fort-de-France"
+
+msgid "IDS_WCL_BODY_CITYNAME_FREETOWN"
+msgstr "Freetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GABORONE"
+msgstr "Gaborone"
+
+msgid "IDS_WCL_BODY_CITYNAME_GALAPAGOS_ISLANDS"
+msgstr "Galápagos-Inseln"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENEVA"
+msgstr "Genf"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENOA"
+msgstr "Genua"
+
+msgid "IDS_WCL_BODY_CITYNAME_GEORGETOWN"
+msgstr "Georgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GRYTVIKEN"
+msgstr "Grytviken"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOUTH_GEORGIA"
+msgstr "Südgeorgien"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUAM"
+msgstr "Guam"
+
+msgid "IDS_WCL_BODY_GUATEMALA_CITY"
+msgstr "Guatemala-Stadt"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUSTAVIA"
+msgstr "Gustavia"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_BARTHELEMY"
+msgstr "Saint Barthélemy"
+
+msgid "IDS_WCL_BODY_CITYNAME_HALIFAX"
+msgstr "Halifax"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAMBURG"
+msgstr "Hamburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_HANOI"
+msgstr "Hanoi"
+
+msgid "IDS_WCL_BODY_CITYNAME_HARARE"
+msgstr "Harare"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAVANA"
+msgstr "Havanna"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAWAII"
+msgstr "Hawaii"
+
+msgid "IDS_WCL_BODY_CITYNAME_HELSINKI"
+msgstr "Helsinki"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOBART"
+msgstr "Hobart"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONGKONG"
+msgstr "Hongkong"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONOLULU"
+msgstr "Honolulu"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOUSTON"
+msgstr "Houston"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOVD"
+msgstr "Chowd"
+
+msgid "IDS_WCL_BODY_CITYNAME_INDIANAPOLIS"
+msgstr "Indianapolis"
+
+msgid "IDS_WCL_BODY_CITYNAME_IRKUTSK"
+msgstr "Irkutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISLAMABAD"
+msgstr "Islamabad"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISTANBUL"
+msgstr "Istanbul"
+
+msgid "IDS_WCL_BODY_CITYNAME_IZHEVSK"
+msgstr "Ischewsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_JAKARTA"
+msgstr "Jakarta"
+
+msgid "IDS_WCL_BODY_CITYNAME_JEDDAH"
+msgstr "Dschidda"
+
+msgid "IDS_WCL_BODY_CITYNAME_JERUSALEM"
+msgstr "Jerusalem"
+
+msgid "IDS_WCL_BODY_CITYNAME_JOHANNESBURG"
+msgstr "Johannesburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_KABUL"
+msgstr "Kabul"
+
+msgid "IDS_WCL_BODY_CITYNAME_KALININGRAD"
+msgstr "Kaliningrad"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMCHATKA"
+msgstr "Kamtschatka"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMPALA"
+msgstr "Kampala"
+
+msgid "IDS_WCL_BODY_CITYNAME_KARACHI"
+msgstr "Karatschi"
+
+msgid "IDS_WCL_BODY_CITYNAME_KATHMANDU"
+msgstr "Kathmandu"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHABAROVSK"
+msgstr "Chabarowsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARKIV"
+msgstr "Charkiw"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARTOUM"
+msgstr "Khartum"
+
+msgid "IDS_WCL_BODY_CITYNAME_KIEV"
+msgstr "Kiew"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINGSTON"
+msgstr "Kingston"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINSHASA"
+msgstr "Kinshasa"
+
+msgid "IDS_WCL_BODY_CITYNAME_KOLKATA"
+msgstr "Kolkata"
+
+msgid "IDS_WCL_BODY_CITYNAME_KRASNOYARSK"
+msgstr "Krasnojarsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KUALA_LUMPUR"
+msgstr "Kuala Lumpur"
+
+msgid "IDS_WCL_BODY_KUWAIT"
+msgstr "Kuwait"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOS_ANGELES"
+msgstr "Los Angeles"
+
+msgid "IDS_WCL_BODY_CITYNAME_LA_PAZ"
+msgstr "La Paz"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAGOS"
+msgstr "Lagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAS_VEGAS"
+msgstr "Las Vegas"
+
+msgid "IDS_WCL_BODY_CITYNAME_LIMA"
+msgstr "Lima"
+
+msgid "IDS_WCL_BODY_CITYNAME_LISBON"
+msgstr "Lissabon"
+
+msgid "IDS_WCL_BODY_CITYNAME_LJUBLJANA"
+msgstr "Ljubljana"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONDON"
+msgstr "London"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONGHUA"
+msgstr "Longhua"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOUISVILLE"
+msgstr "Louisville"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUANDA"
+msgstr "Luanda"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUBUMBASHI"
+msgstr "Lubumbashi"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUSAKA"
+msgstr "Lusaka"
+
+msgid "IDS_WCL_BODY_LUXEMBOURG"
+msgstr "Luxemburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_LVIV"
+msgstr "Lemberg"
+
+msgid "IDS_WCL_BODY_CITYNAME_MACAU"
+msgstr "Macao"
+
+msgid "IDS_WCL_BODY_CITYNAME_MADRID"
+msgstr "Madrid"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAGADAN"
+msgstr "Magadan"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALABO"
+msgstr "Malabo"
+
+msgid "IDS_WCL_BODY_CITYNAME_EQUAORIAL_GUINEA"
+msgstr "Äquatorialguinea"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALE"
+msgstr "Male"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAGUA"
+msgstr "Managua"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAMA"
+msgstr "Manama"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANILA"
+msgstr "Manila"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAPUTO"
+msgstr "Maputo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MARIGOT"
+msgstr "Marigot"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_MARTIN"
+msgstr "Saint-Martin"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAZATLAN"
+msgstr "Mazatlán"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIYADH"
+msgstr "Riadh"
+
+msgid "IDS_WCL_BODY_CITYNAME_MELBOURNE"
+msgstr "Melbourne"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEMPHIS"
+msgstr "Memphis"
+
+msgid "IDS_WCL_BODY_CITYNAME_MESSINA"
+msgstr "Messina"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEXICO_CITY"
+msgstr "Mexico City"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIAMI"
+msgstr "Miami"
+
+msgid "IDS_WCL_BODY_CITYNAME_MID_ATLANTIC"
+msgstr "Mittelatlantik"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIDWAY_ATOLL"
+msgstr "Midway Atoll"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILAN"
+msgstr "Mailand"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILWAUKEE"
+msgstr "Milwaukee"
+
+msgid "IDS_WCL_BODY_CITYNAME_MINSK"
+msgstr "Minsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOGADISHU"
+msgstr "Mogadishu"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONROVIA"
+msgstr "Monrovia"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTEVIDEO"
+msgstr "Montevideo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTREAL"
+msgstr "Montreal"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOSCOW"
+msgstr "Moskau"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUMBAI"
+msgstr "Mumbai"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUNICH"
+msgstr "München"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUSCAT"
+msgstr "Maskat"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAIROBI"
+msgstr "Nairobi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ROME"
+msgstr "Rom"
+
+msgid "IDS_WCL_BODY_CITYNAME_NATERS"
+msgstr "Naters"
+
+msgid "IDS_WCL_BODY_CITYNAME_NDJAMENA"
+msgstr "Ndjamena"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAPLES"
+msgstr "Naples"
+
+msgid "IDS_WCL_BODY_MECCA"
+msgstr "Mekka"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWDELHI"
+msgstr "Neu Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWYORK"
+msgstr "New York"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWFOUNDLAND"
+msgstr "Neufundland"
+
+msgid "IDS_WCL_BODY_CITYNAME_NIAMEY"
+msgstr "Niamey"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUAKCHOTT"
+msgstr "Nouakchott"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUMEA"
+msgstr "Nouméa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOKUZNETSK"
+msgstr "Nowokusnezk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOSIBIRSK"
+msgstr "Nowosibirsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUKUALOFA"
+msgstr "Nuku’alofa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUUK"
+msgstr "Nuuk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OMSK"
+msgstr "Omsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OSAKA"
+msgstr "Osaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_OTTAWA"
+msgstr "Ottawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_OUAGADOUGOU"
+msgstr "Ouagadougou"
+
+msgid "IDS_WCL_BODY_CITYNAME_PAGO_PAGO"
+msgstr "Pago Pago"
+
+msgid "IDS_WCL_BODY_CITYNAME_PALERMO"
+msgstr "Palermo"
+
+msgid "IDS_WCL_BODY_PANAMA_CITY"
+msgstr "Panama City"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARAMARIBO"
+msgstr "Paramaribo"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARIS"
+msgstr "Paris"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERM"
+msgstr "Perm"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERTH"
+msgstr "Perth"
+
+msgid "IDS_WCL_BODY_CITYNAME_PETROPAVLOVSK_KAMCHATSKIY"
+msgstr "Petropawlowsk-Kamtschatski"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHILADELPHIA"
+msgstr "Philadelphia"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHNOM_PENH"
+msgstr "Phnom Penh"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHOENIX"
+msgstr "Phoenix"
+
+msgid "IDS_WCL_BODY_CITYNAME_PODGORICA"
+msgstr "Podgorica"
+
+msgid "IDS_WCL_BODY_CITYNAME_PONTA_DELGADA"
+msgstr "Ponta Delgada"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_LOUIS"
+msgstr "Port Louis"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_AU_PRINCE"
+msgstr "Port-au-Prince"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORTLAND"
+msgstr "Portland"
+
+msgid "IDS_WCL_BODY_CITYNAME_PRAGUE"
+msgstr "Prag"
+
+msgid "IDS_WCL_BODY_CITYNAME_PYONGYANG"
+msgstr "Pjöngjang"
+
+msgid "IDS_WCL_BODY_CITYNAME_QUITO"
+msgstr "Quito"
+
+msgid "IDS_WCL_BODY_CITYNAME_RABAT"
+msgstr "Rabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_YANGON"
+msgstr "Yangon"
+
+msgid "IDS_WCL_BODY_CITYNAME_RECIFE"
+msgstr "Recife"
+
+msgid "IDS_WCL_BODY_CITYNAME_REGINA"
+msgstr "Regina"
+
+msgid "IDS_WCL_BODY_CITYNAME_REYKJAVIK"
+msgstr "Reykjavik"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIGA"
+msgstr "Riga"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIO_DE_JANEIRO"
+msgstr "Rio De Janeiro"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_DENIS"
+msgstr "Saint-Denis"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAMARA"
+msgstr "Samara"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_ANTONIO"
+msgstr "San Antonio"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_DIEGO"
+msgstr "San Diego"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_FRANCISCO"
+msgstr "San Francisco"
+
+msgid "IDS_WCL_BODY_SAN_JOSE"
+msgstr "San Jose"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_JUAN"
+msgstr "San Juan"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_MARINO"
+msgstr "San Marino"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_SALVADOR"
+msgstr "San Salvador"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANAA"
+msgstr "Sana'a"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTIAGO"
+msgstr "Santiago"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTO_DOMINGO"
+msgstr "Santo Domingo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAO_PAULO"
+msgstr "Sao Paulo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEATTLE"
+msgstr "Seattle"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEOUL"
+msgstr "Seoul"
+
+msgid "IDS_WCL_BODY_CITYNAME_SHANGHAI"
+msgstr "Shanghai"
+
+msgid "IDS_WCL_BODY_SHENZHEN"
+msgstr "Shenzhen"
+
+msgid "IDS_WCL_BODY_CITYNAME_SINGAPORE"
+msgstr "Singapur"
+
+msgid "IDS_WCL_BODY_CITYNAME_SKOPJE"
+msgstr "Skopje"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOFIA"
+msgstr "Sofia"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_JOHNS"
+msgstr "St.John's"
+
+msgid "IDS_WCL_BODY_CITYNAME_STOCKHOLM"
+msgstr "Stockholm"
+
+msgid "IDS_WCL_BODY_CITYNAME_SUVA"
+msgstr "Suva"
+
+msgid "IDS_WCL_BODY_CITYNAME_SYDNEY"
+msgstr "Sydney"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAHITI"
+msgstr "Tahiti"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAIPEI"
+msgstr "Taipeh"
+
+msgid "IDS_WCL_BODY_CITYNAME_TALLINN"
+msgstr "Tallinn"
+
+msgid "IDS_WCL_BODY_CITYNAME_TARAWA"
+msgstr "Tarawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TASHKENT"
+msgstr "Taschkent"
+
+msgid "IDS_WCL_BODY_CITYNAME_TBILISI"
+msgstr "Tbilisi"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEGUCIGALPA"
+msgstr "Tegucigalpa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEHRAN"
+msgstr "Teheran"
+
+msgid "IDS_WCL_BODY_CITYNAME_HO_CHI_MINH_CITY"
+msgstr "Ho-Chi-Minh-Stadt"
+
+msgid "IDS_WCL_BODY_CITYNAME_THE_SETTLEMENT"
+msgstr "Heimatort"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIANJIN"
+msgstr "Tientsin"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIJUANA"
+msgstr "Tijuana"
+
+msgid "IDS_WCL_BODY_CITYNAME_TOKYO"
+msgstr "Tokio"
+
+msgid "IDS_WCL_BODY_CITYNAME_TORONTO"
+msgstr "Toronto"
+
+msgid "IDS_WCL_BODY_CITYNAME_TREHET"
+msgstr "Tréhet"
+
+msgid "IDS_WCL_BODY_CITYNAME_TRIPOLI"
+msgstr "Tripoli"
+
+msgid "IDS_WCL_BODY_CITYNAME_TUNIS"
+msgstr "Tunis"
+
+msgid "IDS_WCL_BODY_CITYNAME_TURIN"
+msgstr "Turin"
+
+msgid "IDS_WCL_BODY_CITYNAME_UFA"
+msgstr "Ufa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ULAN_BATOR"
+msgstr "Ulaanbaatar"
+
+msgid "IDS_WCL_BODY_CITYNAME_VADUZ"
+msgstr "Vaduz"
+
+msgid "IDS_WCL_BODY_CITYNAME_VALLETTA"
+msgstr "Valletta"
+
+msgid "IDS_WCL_BODY_CITYNAME_VANCOUVER"
+msgstr "Vancouver"
+
+msgid "IDS_WCL_BODY_CITYNAME_VERONA"
+msgstr "Verona"
+
+msgid "IDS_WCL_BODY_CITYNAME_VICTORIA"
+msgstr "Viktoria"
+
+msgid "IDS_WCL_BODY_CITYNAME_VIENNA"
+msgstr "Wien"
+
+msgid "IDS_WCL_BODY_CITYNAME_VILNIUS"
+msgstr "Wilna"
+
+msgid "IDS_WCL_BODY_CITYNAME_VLADIVOSTOK"
+msgstr "Wladiwostok"
+
+msgid "IDS_WCL_BODY_CITYNAME_VOLGOGRAD"
+msgstr "Wolgograd"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_PETERSBURG"
+msgstr "St. Petersburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_WARSAW"
+msgstr "Warschau"
+
+msgid "IDS_WCL_BODY_CITYNAME_WASHINGTON_DC"
+msgstr "Washington DC"
+
+msgid "IDS_WCL_BODY_CITYNAME_WELLINGTON"
+msgstr "Wellington"
+
+msgid "IDS_WCL_BODY_CITYNAME_WINNIPEG"
+msgstr "Winnipeg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAKUTSK"
+msgstr "Jakutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAMOUSSOUKRO"
+msgstr "Yamusoukro"
+
+msgid "IDS_WCL_BODY_YAOUNDE"
+msgstr "Yaounde"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEKATERINBURG"
+msgstr "Jekaterinburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEREVAN"
+msgstr "Yerevan"
+
+msgid "IDS_WCL_BODY_CITYNAME_YUZHNO_SAKHALINSK"
+msgstr "Yuzhno-Sakhalinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZAGREB"
+msgstr "Zagreb"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZURICH"
+msgstr "Zürich"
+
+msgid "IDS_ST_HEADER_WI_FI_DIRECT"
+msgstr "Wi-Fi Direct"
+
+msgid "IDS_ST_POP_INCORRECT_PASSWORD"
+msgstr "Falsches Passwort"
+
+
diff --git a/src/po/el_GR.po b/src/po/el_GR.po
new file mode 100755 (executable)
index 0000000..9e3f673
--- /dev/null
@@ -0,0 +1,2906 @@
+msgid "IDS_COM_POP_UNSUPPORTED"
+msgstr "Δεν υποστηρίζεται"
+
+msgid "IDS_COM_BODY_1_MINUTE"
+msgstr "1 λεπτό"
+
+msgid "IDS_ST_BODY_WALLPAPER"
+msgstr "Φόντο"
+
+msgid "IDS_COM_POP_DATE"
+msgstr "Ημερομηνία"
+
+msgid "IDS_ST_BODY_SYSTEM"
+msgstr "Σύστημα"
+
+msgid "IDS_ST_BODY_APPLICATIONS"
+msgstr "Εφαρμογές"
+
+msgid "IDS_EMAIL_BODY_EXAMPLE"
+msgstr "Παράδειγμα"
+
+msgid "IDS_COM_POP_NAME"
+msgstr "Όνομα"
+
+msgid "IDS_ST_BODY_SCAN"
+msgstr "Σάρωση"
+
+msgid "IDS_COM_BODY_CALENDAR_T_MAINMENU_ABB2"
+msgstr "Ημερολ."
+
+msgid "IDS_COM_BODY_SAMSUNG_APPS_T_MAINMENU"
+msgstr "Samsung Apps"
+
+msgid "IDS_COM_BODY_VOIP_CALL"
+msgstr "Κλήση VoIP"
+
+msgid "IDS_COM_POP_UNKNOWN"
+msgstr "Άγνωστο"
+
+msgid "IDS_COM_SK_ADD_LITE"
+msgstr "Προσθ."
+
+msgid "IDS_ST_BODY_INACTIVE"
+msgstr "Ανενεργό"
+
+msgid "IDS_COM_POP_NO_SPEED_DIAL_NUMBER_ASSIGN_ONE_NOW_Q"
+msgstr "Δεν υπάρχει αριθμός ταχείας κλήσης. Θέλετε να ορίσετε έναν τώρα;"
+
+msgid "IDS_COM_BODY_CONTACT_SETTINGS"
+msgstr "Ρυθμίσεις επαφών"
+
+msgid "IDS_COM_BODY_NA"
+msgstr "Μη διαθέσιμο"
+
+msgid "IDS_COM_BODY_SEARCH_LINK"
+msgstr "Αναζήτηση"
+
+msgid "IDS_ST_BODY_CHECK_YOUR_MISSED_EVENTS_WHEN_HEADSET_MODE_IS_ENABLED"
+msgstr "Ελέγξτε τα συμβάντα που χάσατε κατά την ενεργοποίηση της λειτουργίας ακουστικού"
+
+msgid "IDS_ST_BODY_CHINESE_HCHINA_FEMALE"
+msgstr "Κινεζικά (Κίνα, Θηλυκό)"
+
+msgid "IDS_ST_BODY_DEFAULT_SETTINGS_OVERRIDE_APPLICATION_SETTINGS"
+msgstr "Οι προεπιλεγμένες ρυθμίσεις παρακάμπτουν τις ρυθμίσεις των εφαρμογών"
+
+msgid "IDS_ST_BODY_ENGLISH_HUNITED_STATES_FEMALE"
+msgstr "Αγγλικά (Ηνωμένες Πολιτείες, Θηλυκό)"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA"
+msgstr "Εγκατάσταση δεδομένων φωνής"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA_REQUIRED_FOR_SPEECH_SYNTHESIS"
+msgstr "Εγκατάσταση των φωνητικών δεδομένων που απαιτούνται για τη σύνθεση ομιλίας"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_FEMALE"
+msgstr "Κορεατικά (Νότια Κορέα, Θηλυκό)"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_MALE"
+msgstr "Κορεατικά (Νότια Κορέα, Αρσενικό)"
+
+msgid "IDS_ST_BODY_LAUNCH_VOICE_TALK_WHENEVER_BLUETOOTH_HEADSET_IS_CONNECTED"
+msgstr "Ενεργοποίηση του Voice talk κάθε φορά που συνδέεται το σετ ακουστικών Bluetooth"
+
+msgid "IDS_ST_BODY_LISTEN_TO_AN_EXAMPLE"
+msgstr "Ακούστε ένα παράδειγμα"
+
+msgid "IDS_ST_BODY_SAMSUNG_POWERED_BY_VLINGO"
+msgstr "Samsung με την υποστήριξη της Vlingo"
+
+msgid "IDS_ST_BODY_SAVED"
+msgstr "Αποθηκεύτηκε"
+
+msgid "IDS_ST_BODY_SELECT_APPLICATIONS_TO_USE_TTS_WHILE_DRIVING_MODE_IS_ON"
+msgstr "Επιλέξτε εφαρμογές που θα χρησιμοποιούν TTS όταν η λειτουργία οδήγησης είναι ενεργή"
+
+msgid "IDS_ST_BODY_SETS_THE_SPEECH_SYNTHESIS_ENGINE_TO_BE_USED_FOR_SPOKEN_TEXT"
+msgstr "Ρυθμίζει το μηχανισμό σύνθεσης ομιλίας ώστε να χρησιμοποιείται για προφορικό κείμενο"
+
+msgid "IDS_ST_BODY_SPEAKS_PROMPTS_BEFORE_LISTENING"
+msgstr "Εκφωνεί τις ειδοποιήσεις πριν από την ακρόαση"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH"
+msgstr "Κείμενο σε ομιλία"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH_SETTINGS"
+msgstr "Ρυθμίσεις κειμένου σε ομιλία"
+
+msgid "IDS_ST_BODY_TYPE1"
+msgstr "Τύπος 1"
+
+msgid "IDS_ST_BODY_TYPE2"
+msgstr "Τύπος 2"
+
+msgid "IDS_ST_BODY_TYPE3"
+msgstr "Τύπος 3"
+
+msgid "IDS_ST_BODY_TYPE_4"
+msgstr "Τύπος 4"
+
+msgid "IDS_ST_BODY_VOICE_EFFECTS"
+msgstr "Φωνητικά εφέ"
+
+msgid "IDS_ST_BODY_VOICE_INPUT_SETTING_HELP_MESSAGE_1"
+msgstr "Να δοθεί άδεια στο Vlingo να δημιουργήσει ευρετήριο επαφών για βελτίωση της ακρίβειας αναγνώρισης φωνής;"
+
+msgid "IDS_ST_BODY_WHEN_VOICE_COMMAND_STARTS_THE_PHONE_WILL_START_LISTENING_AUTOMATICALLY_AND_RESPOND_USING_AUTO_SPEAK"
+msgstr "Κατά την έναρξη φωνητικών εντολών, το τηλέφωνο θα αρχίσει να ακούει αυτόματα και θα απαντάει με την Αυτόματη ομιλία"
+
+msgid "IDS_ST_HEADER_ADVANCED_SETTINGS"
+msgstr "Σύνθετες ρυθμίσεις"
+
+msgid "IDS_ST_HEADER_TEXT_TO_SPEECH"
+msgstr "Κείμενο σε ομιλία"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT"
+msgstr "Είσοδος φωνής"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+msgstr "Είσοδος και έξοδος φωνής"
+
+msgid "IDS_ST_HEADER_VOICE_OUTPUT_ABB"
+msgstr "Έξοδος φωνής"
+
+msgid "IDS_ST_HEADER_VOICE_RECOGNITION_SETTINGS_ABB"
+msgstr "Ρυθμ. φωνητικής αναγνώρισης"
+
+msgid "IDS_ST_MBODY_AUTO_PUNCTUATION"
+msgstr "Αυτόματη στίξη"
+
+msgid "IDS_ST_MBODY_AUTO_SPEAK"
+msgstr "Αυτόματη ομιλία"
+
+msgid "IDS_ST_MBODY_AUTO_START_DRIVING_MODE"
+msgstr "Αυτόμ. έναρξη λειτ. οδήγ."
+
+msgid "IDS_ST_MBODY_AUTO_START_SPEAKERPHONE"
+msgstr "Αυτόματη έναρξη ηχείου"
+
+msgid "IDS_ST_MBODY_CUSTOMISE_MAIN_PROMPT"
+msgstr "Προσαρμογή κύριας ειδοπ."
+
+msgid "IDS_ST_MBODY_DEFAULT_ENGINE"
+msgstr "Προεπιλεγμένη μηχανή"
+
+msgid "IDS_ST_MBODY_DRIVING_MODE_SETTINGS"
+msgstr "Ρυθμίσεις λειτ. οδήγησης"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_KINGDOM"
+msgstr "Αγγλικά (Ηνωμ. Βασίλειο)"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_STATES"
+msgstr "Αγγλικά (Η.Π.Α.)"
+
+msgid "IDS_ST_MBODY_HIDE_OFFENSIVE_WORDS"
+msgstr "Απόκρ.προσβλητικών λέξεων"
+
+msgid "IDS_ST_MBODY_SAMSUNG_TTS"
+msgstr "Samsung TTS"
+
+msgid "IDS_ST_MBODY_VERY_FAST"
+msgstr "Πολύ γρήγορα"
+
+msgid "IDS_ST_MBODY_VOICE_RECOGNISER"
+msgstr "Εφαρμ. φων. αναγνώρισης"
+
+msgid "IDS_ST_OPT_NORMAL_M_SOUNDEFFECT"
+msgstr "Κανονικό"
+
+msgid "IDS_ST_POP_FAST"
+msgstr "Γρήγορη"
+
+msgid "IDS_ST_POP_SLOW"
+msgstr "Αργό"
+
+msgid "IDS_ST_POP_UPDATED_ABB"
+msgstr "Ενημερώθηκε"
+
+msgid "IDS_COM_BODY_OFFICE"
+msgstr "Γραφείο"
+
+msgid "IDS_COM_BODY_SAMSUNG_DISCLAIMER"
+msgstr "Αποποίηση ευθυνών της Samsung"
+
+msgid "IDS_COM_POP_LOCATION"
+msgstr "Θέση"
+
+msgid "IDS_ST_BODY_DRIVING_MODE"
+msgstr "Λειτουργία οδήγησης"
+
+msgid "IDS_ST_BODY_MESSAGE"
+msgstr "Μήνυμα"
+
+msgid "IDS_ST_SK3_DONE"
+msgstr "Τέλος"
+
+msgid "IDS_COM_OPT_FOLDERS"
+msgstr "Φάκελοι"
+
+msgid "IDS_COM_BODY_ANDROID"
+msgstr "Android"
+
+msgid "IDS_COM_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_COM_BODY_FRENCH"
+msgstr "Γαλλικά"
+
+msgid "IDS_ST_BODY_POWER_OFF"
+msgstr "Απενεργοποίηση"
+
+msgid "IDS_COM_BODY_GERMAN"
+msgstr "Γερμανικά"
+
+msgid "IDS_COM_BODY_ITALIAN"
+msgstr "Ιταλικά"
+
+msgid "IDS_ST_BODY_SLEEP"
+msgstr "Ύπνος"
+
+msgid "IDS_COM_BODY_SPANISH"
+msgstr "Ισπανικά"
+
+msgid "IDS_COM_BODY_TOUCHSCREEN_LANG"
+msgstr "Γλωσ."
+
+msgid "IDS_COM_SK_SEARCH_A"
+msgstr "Αναζήτηση"
+
+msgid "IDS_COM_BODY_SYSTEM_INFO_ABB"
+msgstr "Πληρ. Συστήμ."
+
+msgid "IDS_ST_BODY_GREEK"
+msgstr "Ελληνικά"
+
+msgid "IDS_ST_BODY_POLISH"
+msgstr "Πολωνικά"
+
+msgid "IDS_ST_BODY_PORTUGUESE"
+msgstr "Πορτογαλικά"
+
+msgid "IDS_ST_BODY_FAILED_TO_CHECK_SIGNATURE"
+msgstr "Αποτυχία ελέγχου υπογραφής"
+
+msgid "IDS_ST_BODY_INCORRECT_USER_NAME_OR_PASSWORD"
+msgstr "Εσφαλμένο όνομα χρήση ή κωδικός πρόσβασης"
+
+msgid "IDS_ST_BODY_INTERNAL_ERROR"
+msgstr "Εσωτερικό σφάλμα"
+
+msgid "IDS_ST_BODY_SERVER_ERROR"
+msgstr "Σφάλμα διακομιστή"
+
+msgid "IDS_ST_BODY_UNKNOWN_ERROR"
+msgstr "Άγνωστο σφάλμα"
+
+msgid "IDS_ST_BODY_USER_NAME_ALREADY_IN_USE"
+msgstr "Το όνομα χρήστη υπάρχει ήδη"
+
+msgid "IDS_ST_POP_PASSWORD_MUST_BE_MORE_THAN_P1SD_CHARACTERS_AND_LESS_THAN_P2SD"
+msgstr "Ο κωδικός πρόσβασης δεν πρέπει να υπερβαίνει τους %1$d χαρακτήρες ή να είναι μικρότερος από %2$d χαρακτήρες"
+
+msgid "IDS_ST_BODY_FONTSTYLE_ROSEMARY"
+msgstr "Rosemary"
+
+msgid "IDS_ST_BODY_APPLICATION_INFO"
+msgstr "Πληροφορίες εφαρμογής"
+
+msgid "IDS_ST_MBODY_HOME_SCREEN_WALLPAPER"
+msgstr "Φόντο αρχικής οθόνης"
+
+msgid "IDS_ST_MBODY_LOCK_SCREEN_WALLPAPER_M_NOUN"
+msgstr "Φόντο οθόνης κλειδώματος"
+
+msgid "IDS_COM_BODY_NEGATIVE_DISPLAY"
+msgstr "Αρνητική οθόνη"
+
+msgid "IDS_COM_BODY_ORIGINAL_DISPLAY"
+msgstr "Αρχική οθόνη"
+
+msgid "IDS_COM_BODY_POSITIVE_DISPLAY"
+msgstr "Θετική οθόνη"
+
+msgid "IDS_ST_BODY_PASSWORDS_DO_NOT_MATCH"
+msgstr "Ασυμφωνία κωδικών πρόσβασης"
+
+msgid "IDS_ST_POP_TIME_SET_MAY_BE_DIFFERENT_FROM_ACTUAL_LOCAL_TIME"
+msgstr "Η ρύθμιση ώρας μπορεί να είναι διαφορετική από την πραγματική τοπική ώρα."
+
+msgid "IDS_ST_BODY_LOCATIONS"
+msgstr "Θέσεις"
+
+msgid "IDS_ST_POP_PD_TO_PD_DIGITS_REQUIRED"
+msgstr "Απαιτούνται %d έως %d ψηφία"
+
+msgid "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+msgstr "Λήψη εφαρμογών"
+
+msgid "IDS_ST_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_ST_BODY_KEYBOARD"
+msgstr "Πληκτρολόγιο"
+
+msgid "IDS_ST_BODY_PS_FREE_OF_PS"
+msgstr "%s ελεύθερα από %s"
+
+msgid "IDS_ST_BODY_WIDGETS"
+msgstr "Widget"
+
+msgid "IDS_ST_HEADER_SAMSUNG_APPS"
+msgstr "Samsung Apps"
+
+msgid "IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Με την αλλαγή της γλώσσας θα κλείσουν όλες οι εφαρμογές και τα δεδομένα που δεν έχουν αποθηκευτεί θα χαθούν. Συνέχεια;"
+
+msgid "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Με την αλλαγή της περιοχή θα κλείσουν όλες οι εφαρμογές και τα δεδομένα που δεν έχουν αποθηκευτεί θα χαθούν. Συνέχεια;"
+
+msgid "IDS_ST_POP_EXPLANATION_FOR_EXPIRY_REMINDER"
+msgstr "Λάβετε υπενθύμιση πριν τη λήξη της άδειας κάποιου αρχείου που χρησιμοποιείτε, όπως για παράδειγμα μιας εικόνας φόντου."
+
+msgid "IDS_ST_POP_RESETTING_ING"
+msgstr "Γίνεται επαναφορά..."
+
+msgid "IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"
+msgstr "Επανεκκίνηση του τηλεφώνου για να χρησιμοποιηθεί η αυτόματη ενημέρωση;"
+
+msgid "IDS_ST_BODY_ABOUT"
+msgstr "Πληροφορίες"
+
+msgid "IDS_ST_BODY_GSM_850_1900"
+msgstr "GSM 850/1900"
+
+msgid "IDS_ST_BODY_GSM_900_1800"
+msgstr "GSM 900/1800"
+
+msgid "IDS_ST_BODY_INSTALLATION_SETTINGS"
+msgstr "Ρυθμίσεις εγκατάστασης"
+
+msgid "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+msgstr "Ρυθμίσεις αποστολής φωτογραφιών"
+
+msgid "IDS_ST_BODY_PROXY_PORT"
+msgstr "Θύρα proxy"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_CONNECTION_CONNECTING_USB_HELP_MSG"
+msgstr "Εάν το Samsung Kies (λογισμικό για υπολογιστές) ή τα σωστά προγράμματα οδήγησης δεν είναι ήδη εγκατεστημένα στον υπολογιστή σας, θα γίνει εγκατάσταση σε Microsoft Windows.\nΜόλις εγκαταστήσετε το λογισμικό για υπολογιστές, μπορείτε να εκτελέσετε τις παρακάτω λειτουργίες:\n - Συγχρονισμός δεδομένων τηλεφώνου\n- Αναβάθμιση λογισμικού τηλεφώνου\n- Internet sharing (Αυτό το τηλέφωνο λειτουργεί ως μόντεμ και παρέχει στο notebook ή στον υπολογιστή σας τη δυνατότητα σύνδεσης στο Internet)\n- Αντιγραφή μουσικής/βίντεο που έχει αγοραστεί (DRM πολυμέσων Microsoft Windows) ή κανονικών αρχείων στο τηλέφωνο"
+
+msgid "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+msgstr "Προφίλ κοινωνικού δικτύου"
+
+msgid "IDS_ST_BODY_TASK_SWITCHER"
+msgstr "Εφαρμογή εναλλαγής εργασιών"
+
+msgid "IDS_ST_BODY_UMTS"
+msgstr "UMTS"
+
+msgid "IDS_ST_BODY_VIBR__N__RAISING_MELODY"
+msgstr "Δον. & αυξαν.ένταση μελωδίας"
+
+msgid "IDS_ST_HEADER_DIVX_VOD"
+msgstr "DivX® VOD"
+
+msgid "IDS_ST_HEADER_SAMSUNG_KIES"
+msgstr "Samsung Kies"
+
+msgid "IDS_COM_BODY_100P"
+msgstr "100%"
+
+msgid "IDS_COM_BODY_50P"
+msgstr "50%"
+
+msgid "IDS_COM_POP_DELETE_FAILED"
+msgstr "Αποτυχία διαγραφής"
+
+msgid "IDS_ST_BODY_30_percent"
+msgstr "30%"
+
+msgid "IDS_ST_BODY_CONNECT_TO_BLUETOOTH_DEVICE"
+msgstr "Σύνδεση σε συσκευή Bluetooth"
+
+msgid "IDS_ST_BODY_DATA_ROAMING"
+msgstr "Περιαγωγή δεδομένων"
+
+msgid "IDS_ST_BODY_GESTURES"
+msgstr "Κινήσεις"
+
+msgid "IDS_ST_BODY_LOCK_SCREEN"
+msgstr "Κλείδωμα οθόνης"
+
+msgid "IDS_ST_BODY_MEDIA_PLAYER"
+msgstr "Media player"
+
+msgid "IDS_ST_BODY_MENU_AND_WIDGETS"
+msgstr "Μενού και widget"
+
+msgid "IDS_ST_MBODY_USB_CONNECTION"
+msgstr "Σύνδεση USB"
+
+msgid "IDS_ST_BODY_BLUETOOTH_CONNECTION"
+msgstr "Σύνδεση Bluetooth"
+
+msgid "IDS_ST_BODY_ENTER_NEW_PASSWORD"
+msgstr "Εισάγετε νέο κωδικό"
+
+msgid "IDS_ST_BODY_PASSWORD_CONTAINS_INVALID_CHARACTER_ABB"
+msgstr "Ο κωδ. πρόσβασης περιέχει μη έγκυρους χαρακτήρες"
+
+msgid "IDS_ST_BODY_SAMSUNG_ACCOUNT"
+msgstr "Λογαριασμός Samsung"
+
+msgid "IDS_ST_BODY_USER_PASSWORD"
+msgstr "Κωδικός χρήστη"
+
+msgid "IDS_ST_BODY_YOUR_BIRTHDAY"
+msgstr "Τα γενέθλιά σας"
+
+msgid "IDS_ST_BUTTON_CREATE_ACCOUNT"
+msgstr "Δημ.λογαριασμού"
+
+msgid "IDS_ST_HEADER_INVALID_PASSWORD_LENGTH"
+msgstr "Μη έγκυρο μήκος κωδικού πρόσβασης"
+
+msgid "IDS_ST_HEADER_SIGN_UP_FOR_SAMSUNG_ACCOUNT"
+msgstr "Εγγραφή σε λογαριασμό Samsung"
+
+msgid "IDS_ST_OPT_NEW_PASSWORD_ABB"
+msgstr "Νέος κωδικ.πρόσβ."
+
+msgid "IDS_ST_POP_IT_SHOULD_BE_PD_TO_PD_DIGITS_LONG"
+msgstr "Θα πρέπει να έχει μήκος από %d έως %d ψηφία"
+
+msgid "IDS_ST_POP_NETWORK_NOT_AVAILABLE"
+msgstr "Το δίκτυο δεν είναι διαθέσιμο"
+
+msgid "IDS_COM_BODY_MSGSETTINGSBROADCASTLANGUAGESSPANISH"
+msgstr "Ισπανικά"
+
+msgid "IDS_COM_POP_UNKNOWN_ERROR_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Άγνωστο σφάλμα. Δεν είναι δυνατή η εκκίνηση της εφαρμογής"
+
+msgid "IDS_ST_HEADER_FRANCE"
+msgstr "Γαλλία"
+
+msgid "IDS_ST_BODY_ALWAYS_REJECT"
+msgstr "Απόρριψη πάντα"
+
+msgid "IDS_ST_BODY_AUTO_DOWNLOAD"
+msgstr "Αυτόματη λήψη"
+
+msgid "IDS_ST_BODY_DATE_AND_TIME"
+msgstr "Ημερομηνία & ώρα"
+
+msgid "IDS_ST_BODY_DATE_FORMAT"
+msgstr "Μορφή ημερομηνίας"
+
+msgid "IDS_ST_BODY_DDMMYYYY_DOT"
+msgstr "HH/MM/EEEE"
+
+msgid "IDS_ST_BODY_EXPIRY_REMINDER"
+msgstr "Υπενθύμιση λήξης"
+
+msgid "IDS_ST_BODY_FILE_TRANSFER"
+msgstr "Μεταφορά αρχείου"
+
+msgid "IDS_ST_BODY_HOME_URL"
+msgstr "URL αρχικής σελίδας"
+
+msgid "IDS_ST_BODY_INTERNET_CONNECTION"
+msgstr "Σύνδεση Internet"
+
+msgid "IDS_ST_BODY_INTERNET_SHARING"
+msgstr "Internet sharing"
+
+msgid "IDS_ST_BODY_MM_DD_YYYY_DOT"
+msgstr "MM.ΗΗ.ΕΕΕΕ"
+
+msgid "IDS_ST_BODY_NETWORK_MODE"
+msgstr "Λειτουργία δικτύου"
+
+msgid "IDS_ST_BODY_OPEN_SOURCE_LICENCES"
+msgstr "Άδειες χρήσης ανοιχτού κώδικα"
+
+msgid "IDS_ST_BODY_PREFERRED_NETWORKS"
+msgstr "Προτιμώμενα δίκτυα"
+
+msgid "IDS_ST_BODY_RESET_SETTINGS"
+msgstr "Επαναφορά ρυθμίσεων"
+
+msgid "IDS_ST_BODY_SELECT_NETWORK"
+msgstr "Επιλογή δικτύου"
+
+msgid "IDS_ST_BODY_TIME_FORMAT"
+msgstr "Μορφή ώρας"
+
+msgid "IDS_ST_BODY_TIME_ZONE"
+msgstr "Ζώνη ώρας"
+
+msgid "IDS_ST_BODY_TRANSACTION_TRACKING"
+msgstr "Εντοπισμός συναλλαγής"
+
+msgid "IDS_ST_BODY_YYYY_DD_MM_DOT"
+msgstr "ΕΕΕΕ/ΗΗ/ΜΜ"
+
+msgid "IDS_COM_POP_FILE_VIEWER"
+msgstr "Προβολή αρχείων"
+
+msgid "IDS_COM_POP_SAVE_SAVE_TO_MY_FILES"
+msgstr "Αποθήκευση στα Αρχεία μου"
+
+msgid "IDS_ST_BODY_TIME_N_DATE"
+msgstr "Ημερ/νία & ώρα"
+
+msgid "IDS_COM_BUTTON_PREV"
+msgstr "Προηγ"
+
+msgid "IDS_COM_POP_DRM_EXPIRED_GET_MORE_LICENSES"
+msgstr "Το %s θα κλειδωθεί σε %d ώρες και το %s θα επανέλθει στην προεπιλεγμένη ρύθμιση. Λήψη περισσότερων αδειών;"
+
+msgid "IDS_COM_POP_EXPIRING_REMINDER"
+msgstr "Υπενθύμιση λήξης"
+
+msgid "IDS_COM_SK_RETRY"
+msgstr "Επανάληψη"
+
+msgid "IDS_CST_BODY_AUTOMATIC_ANSWERING"
+msgstr "Αυτόματη απάντηση"
+
+msgid "IDS_ST_BODY_MESSAGE_LIST"
+msgstr "Λίστα μηνυμάτων"
+
+msgid "IDS_ST_HEADER_PLEASE_WAIT"
+msgstr "Παρακαλώ περιμένετε"
+
+msgid "IDS_ST_BODY_CALL"
+msgstr "Κλήση"
+
+msgid "IDS_ST_BODY_NORMAL_T_PROFILE"
+msgstr "Κανονικό"
+
+msgid "IDS_ST_BODY_PD_SECONDS"
+msgstr "%d δευτερόλεπτα"
+
+msgid "IDS_COM_POP_UPDATED"
+msgstr "Ενημερώθηκε"
+
+msgid "IDS_ST_POP_NEW_PASSWD_SAVED"
+msgstr "Αποθήκευση νέου κωδικού"
+
+msgid "IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"
+msgstr "Δεν υπάρχει κωδικός πρόσβασης. Ορισμός κωδικού πρόσβασης;"
+
+msgid "IDS_COM_BODY_CREATE_MESSAGE_TELEFONICA"
+msgstr "Δημιουργία νέου μηνύματος"
+
+msgid "IDS_ST_BODY_USB_ASK_ON_CONNECTION"
+msgstr "Να γίνεται ερώτηση κατά τη σύνδεση"
+
+msgid "IDS_ST_HEADER_BRIGHT"
+msgstr "Φωτεινό"
+
+msgid "IDS_COM_BODY_ALL_DAY"
+msgstr "Ολοήμερο"
+
+msgid "IDS_COM_BODY_CERTIFICATE_INFO"
+msgstr "Πληροφορίες πιστοποιητικού"
+
+msgid "IDS_COM_BODY_ENABLE_LOCATION_SERVICES"
+msgstr "Ενεργοποίηση υπηρεσιών εντοπισμού θέσης"
+
+msgid "IDS_COM_BODY_INSTANT_MESSENGER"
+msgstr "Συνομιλία"
+
+msgid "IDS_COM_BODY_NEWS"
+msgstr "Νέα"
+
+msgid "IDS_COM_BODY_NO_SIM"
+msgstr "Δεν βρέθηκε SIM"
+
+msgid "IDS_COM_BODY_SERIAL_NUMBER"
+msgstr "Σειριακός αριθμός"
+
+msgid "IDS_COM_OPT_HIDE_KEYPAD"
+msgstr "Απόκρυψη πληκτρολογίου"
+
+msgid "IDS_COM_OPT_VOICE_RECORDER_WILL_BE_STOPPED_DUE_TO_LOW_BATTERY_VODA"
+msgstr "Η εγγραφή φωνής θα διακοπεί λόγω χαμηλής μπαταρίας"
+
+msgid "IDS_COM_POP_EXITSILENTMODE"
+msgstr "Λειτουργία εξόδου αθόρυβη λειτουργία"
+
+msgid "IDS_COM_POP_FOR_ALL_TELE_SERVICES_EXCEPT_SMS"
+msgstr "για όλες τις Τηλε-υπηρεσίες εκτός των SMS"
+
+msgid "IDS_COM_POP_LOW_BATTERY_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Χαμηλή στάθμη μπαταρίας. Δεν είναι δυνατή η εκκίνηση της εφαρμογής"
+
+msgid "IDS_COM_POP_MMS_SENT"
+msgstr "Απεσταλμένα MMS"
+
+msgid "IDS_COM_POP_REGISTERING"
+msgstr "Σύνδεση..."
+
+msgid "IDS_COM_POP_SMALL_DAYS"
+msgstr "ημέρες"
+
+msgid "IDS_COM_POP_SMALL_HOURS"
+msgstr "ώρες"
+
+msgid "IDS_COM_POP_WEEKS_LC"
+msgstr "εβδομάδες"
+
+msgid "IDS_COM_POP_WEEK_LC"
+msgstr "εβδομάδα"
+
+msgid "IDS_COM_SK3_ADD"
+msgstr "Προσθήκη"
+
+msgid "IDS_COM_SK3_END_ALL_APPLICATIONS"
+msgstr "Τερματισμός όλων"
+
+msgid "IDS_COM_SK_MOVE_LITE"
+msgstr "Μετακ."
+
+msgid "IDS_COM_SK_NEXT"
+msgstr "Επόμενο"
+
+msgid "IDS_ST_BODY_ABOUT_PHONE"
+msgstr "Πληροφορίες σχετικά με το τηλέφωνο"
+
+msgid "IDS_ST_BODY_ACCESS_NAME"
+msgstr "Όνομα πρόσβασης"
+
+msgid "IDS_ST_BODY_ADVANCED_GPS"
+msgstr "Σύνθετο GPS"
+
+msgid "IDS_ST_BODY_ALERTTYPE_VIBRATION_AND_MELODY"
+msgstr "Δόνηση και μελωδία"
+
+msgid "IDS_ST_BODY_ALERT_VIBRATION"
+msgstr "Ειδοποίηση με δόνηση"
+
+msgid "IDS_ST_BODY_ALL_EMAILS"
+msgstr "Όλα τα email"
+
+msgid "IDS_ST_BODY_ANNIVERSARY"
+msgstr "Επέτειος"
+
+msgid "IDS_ST_BODY_ANY_KEY"
+msgstr "Οποιοδήποτε πλήκτρο"
+
+msgid "IDS_ST_BODY_APPOINTMENT"
+msgstr "Συνάντηση"
+
+msgid "IDS_ST_BODY_AUTH_TYPE"
+msgstr "Τύπος ελέγχου ταυτότητας"
+
+msgid "IDS_ST_BODY_AUTOMATIC_TIME_UPDATE"
+msgstr "Αυτόματη ενημέρωση ώρας"
+
+msgid "IDS_ST_BODY_BACKLIGHT_TIME"
+msgstr "Διάρκεια φωτισμού"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+msgstr "Δόνηση"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRAT_THEN_MELODY"
+msgstr "Δόνηση και μετά μελωδία"
+
+msgid "IDS_ST_BODY_CALL_LOG"
+msgstr "Αρχείο κλήσεων"
+
+msgid "IDS_ST_BODY_CHANGE_PIN1"
+msgstr "Αλλαγή PIN1"
+
+msgid "IDS_ST_BODY_CHANGE_PIN2"
+msgstr "Αλλαγή ΡIΝ2"
+
+msgid "IDS_ST_BODY_CHOCO_COOKY"
+msgstr "Choco cooky"
+
+msgid "IDS_ST_BODY_CLEAR_PHONE_MEMORY"
+msgstr "Διαγραφή μνήμης τηλεφώνου"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN1"
+msgstr "Επιβεβαίωση νέου κωδικού PIN1"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN2"
+msgstr "Επιβεβαίωση νέου PIN2"
+
+msgid "IDS_ST_BODY_CONFIRM_PASSWORD"
+msgstr "Επιβεβαίωση κωδικού"
+
+msgid "IDS_ST_BODY_CONFIRM_SIM_PASSWORD"
+msgstr "Επιβεβαίωση κωδικού πρόσβασης SIM"
+
+msgid "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS"
+msgstr "Διεύθ.διακ.μεσολάβ."
+
+msgid "IDS_ST_BODY_CONNECTIVITY"
+msgstr "Δυνατότητα σύνδεσης"
+
+msgid "IDS_ST_BODY_COOL_JAZZ"
+msgstr "Cool jazz"
+
+msgid "IDS_ST_BODY_COUNTRY_CODE"
+msgstr "Κωδικός χώρας"
+
+msgid "IDS_ST_BODY_CURRENT_PASSWORD"
+msgstr "Τρέχων κωδικός πρόσβασης"
+
+msgid "IDS_ST_BODY_CURRENT_PIN1"
+msgstr "Τρέχων κωδικός PIN1"
+
+msgid "IDS_ST_BODY_CURRENT_PIN2"
+msgstr "Τρέχον PIN2"
+
+msgid "IDS_ST_BODY_DISPLAY_CONTENTS"
+msgstr "Εμφάνιση περιεχομένων"
+
+msgid "IDS_ST_BODY_DIVX_DEREGISTRATION"
+msgstr "Κατάργηση εγγραφής DivX"
+
+msgid "IDS_ST_BODY_DIVX_REGISTRATION"
+msgstr "Εγγραφή DivX"
+
+msgid "IDS_ST_BODY_DRM_MEDIA"
+msgstr "Πολυμέσα DRM"
+
+msgid "IDS_ST_BODY_DVB_H"
+msgstr "DVB-H"
+
+msgid "IDS_ST_BODY_ENTER_4_TO_8_DIGIT_PIN"
+msgstr "Εισαγάγετε ένα PIN που να αποτελείται από 4 έως 8 ψηφία"
+
+msgid "IDS_ST_BODY_ETC"
+msgstr "Κλπ."
+
+msgid "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+msgstr "Ειδοποιήσεις συμβάντων"
+
+msgid "IDS_ST_BODY_FIXED_DIALLING_MODE"
+msgstr "Λειτουργία προκαθορισμένης κλήσης"
+
+msgid "IDS_ST_BODY_FLIGHT_MODE"
+msgstr "Λειτουργία πτήσης"
+
+msgid "IDS_ST_BODY_FONTSTYLE_GLOBAL"
+msgstr "Global"
+
+msgid "IDS_ST_BODY_FOREIGN_NETWORK"
+msgstr "Δίκτυο περιαγωγής"
+
+msgid "IDS_ST_BODY_IM"
+msgstr "IM"
+
+msgid "IDS_ST_BODY_IN_USE"
+msgstr "Εν χρήσει"
+
+msgid "IDS_ST_BODY_ITEMS"
+msgstr "Στοιχεία"
+
+msgid "IDS_ST_BODY_LAN"
+msgstr "Γλώσσες"
+
+msgid "IDS_ST_BODY_LICENCE"
+msgstr "Άδεια χρήσης"
+
+msgid "IDS_ST_BODY_LIST_VIEW"
+msgstr "Προβολή λίστας"
+
+msgid "IDS_ST_BODY_MAXIMUM"
+msgstr "Μέγιστο"
+
+msgid "IDS_ST_BODY_MEDIUM_M_FONTSIZE"
+msgstr "Μεσαίο"
+
+msgid "IDS_ST_BODY_MEMORY"
+msgstr "Μνήμη"
+
+msgid "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"
+msgstr "Προεπιλεγμένη μνήμη"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_ANNIVERSARIES"
+msgstr "Επέτειοι"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_APPOINTMENTS"
+msgstr "Συναντήσεις"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_MEMORY_CARD_DETAILS"
+msgstr "Στοιχεία κάρτας μνήμης"
+
+msgid "IDS_ST_BODY_MEMORY_STATUS"
+msgstr "Κατάσταση μνήμης"
+
+msgid "IDS_ST_BODY_MESSAGE_AND_EMAIL"
+msgstr "Μήνυμα και ηλεκτρονικό ταχυδρομείο"
+
+msgid "IDS_ST_BODY_MOBILE_TRACKER"
+msgstr "Εντοπισμός κινητού"
+
+msgid "IDS_ST_BODY_MSGSETTINGSMMS_DEFAULT_STYLE"
+msgstr "Προεπιλεγμένο στυλ"
+
+msgid "IDS_ST_BODY_MYTHEME_DEFAULT"
+msgstr "Προεπιλογή"
+
+msgid "IDS_ST_BODY_NETWORK"
+msgstr "Δίκτυο"
+
+msgid "IDS_ST_BODY_NETWORK_CODE"
+msgstr "Κωδικός δικτύου"
+
+msgid "IDS_ST_BODY_NETWORK_LIST"
+msgstr "Λίστα δικτύου"
+
+msgid "IDS_ST_BODY_NETWORK_TYPE"
+msgstr "Τύπος δικτύου"
+
+msgid "IDS_ST_BODY_NEW_PASSWORD"
+msgstr "Νέος κωδικός"
+
+msgid "IDS_ST_BODY_NEW_PIN1"
+msgstr "Νέος κωδικός PIN1"
+
+msgid "IDS_ST_BODY_NEW_PIN2"
+msgstr "Νέος κωδικός PIN2"
+
+msgid "IDS_ST_BODY_PASSWORD_EMPTY"
+msgstr "Δεν έχει οριστεί κωδικός πρόσβασης"
+
+msgid "IDS_ST_BODY_PC_INTERNET"
+msgstr "PC internet"
+
+msgid "IDS_ST_BODY_PHONEPROFILES_DRIVING"
+msgstr "Οδήγηση"
+
+msgid "IDS_ST_BODY_PHONE_LOCK"
+msgstr "Κλείδωμα τηλεφώνου"
+
+msgid "IDS_ST_BODY_PIN1"
+msgstr "PIN1"
+
+msgid "IDS_ST_BODY_PIN2"
+msgstr "PIN2"
+
+msgid "IDS_ST_BODY_PINS_DON'T_MATCH_E"
+msgstr "Τα PIN δεν συμφωνούν!"
+
+msgid "IDS_ST_BODY_PRIVACY_LOCK"
+msgstr "Κλείδωμα απορρήτου"
+
+msgid "IDS_ST_BODY_PUK1_BLOCKED"
+msgstr "Εμπλοκή PUK1"
+
+msgid "IDS_ST_BODY_PUK1_CODE"
+msgstr "Κωδικός PUK1"
+
+msgid "IDS_ST_BODY_PUK2"
+msgstr "PUK2"
+
+msgid "IDS_ST_BODY_PUK2_BLOCKED"
+msgstr "Εμπλοκή PUK2"
+
+msgid "IDS_ST_BODY_RAISING_MELODY"
+msgstr "Αυξαν.ένταση μελωδίας"
+
+msgid "IDS_ST_BODY_RECENT"
+msgstr "Πρόσφατα"
+
+msgid "IDS_ST_BODY_RINGTONES_SAMSUNG_TUNE"
+msgstr "Ήχος Samsung"
+
+msgid "IDS_ST_BODY_ROAMING_NETWORK"
+msgstr "Δίκτυο περιαγωγής"
+
+msgid "IDS_ST_BODY_SECONDS_GA"
+msgstr "δευτερόλεπτα"
+
+msgid "IDS_ST_BODY_SECURE"
+msgstr "Ασφαλές"
+
+msgid "IDS_ST_BODY_SECURITY"
+msgstr "Ασφάλεια"
+
+msgid "IDS_ST_BODY_SERVICE_TYPE"
+msgstr "Τύπος υπηρεσίας"
+
+msgid "IDS_ST_BODY_SIM_LOCK"
+msgstr "Κλείδωμα SIM"
+
+msgid "IDS_ST_BODY_SIM_PASSWORD"
+msgstr "Κωδ. πρόσβ. SIM"
+
+msgid "IDS_ST_BODY_SMALL_M_TEXTSIZE"
+msgstr "Μικρό"
+
+msgid "IDS_ST_BODY_SOS_MASSAGES"
+msgstr "Μηνύματα SOS"
+
+msgid "IDS_ST_BODY_SOUND_PROFILES"
+msgstr "Προφίλ ήχου"
+
+msgid "IDS_ST_BODY_TEXTSTYLE_LARGE"
+msgstr "Μεγάλη"
+
+msgid "IDS_ST_BODY_THEME"
+msgstr "Θέμα"
+
+msgid "IDS_ST_BODY_TOUCH"
+msgstr "Αφή"
+
+msgid "IDS_ST_BODY_VIBRATION_1"
+msgstr "Δόνηση 1"
+
+msgid "IDS_ST_BODY_VIBRATION_2"
+msgstr "Δόνηση 2"
+
+msgid "IDS_ST_BODY_VIBRATION_3"
+msgstr "Δόνηση 3"
+
+msgid "IDS_ST_BODY_VIBRATION_4"
+msgstr "Δόνηση 4"
+
+msgid "IDS_ST_BODY_VIBRATION_5"
+msgstr "Δόνηση 5"
+
+msgid "IDS_ST_BODY_VOICE_MAIL"
+msgstr "Τηλεφωνητής"
+
+msgid "IDS_ST_BODY_WAP_DOWNLOADS"
+msgstr "Λήψεις WAP"
+
+msgid "IDS_ST_BODY_WI_FI_MAC_ADDRESS"
+msgstr "Διεύθυνση MAC Wi-Fi"
+
+msgid "IDS_ST_DISPLAYSETTINGS_BODY_MAINGREETINGEDITSTYLEBGCOLOUR"
+msgstr "Χρώμα φόντου"
+
+msgid "IDS_ST_HEADER_ALERT_TYPE"
+msgstr "Τύπος ειδοποίησης"
+
+msgid "IDS_ST_HEADER_CONFIRM_PASSWORD_ABB"
+msgstr "Επιβεβ. κωδ. πρόσβ."
+
+msgid "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+msgstr "Γλώσσα εμφάνισης"
+
+msgid "IDS_ST_HEADER_KEYBOARD_LANGUAGE"
+msgstr "Γλώσσα πληκτρολογίου"
+
+msgid "IDS_ST_HEADER_MEETING"
+msgstr "Συνάντηση"
+
+msgid "IDS_ST_HEADER_OUTDOOR"
+msgstr "Εξωτερικοί χώροι"
+
+msgid "IDS_ST_HEADER_PIN1_CODE"
+msgstr "PIN1"
+
+msgid "IDS_ST_HEADER_SIM_PASSWORD"
+msgstr "Κωδ. πρόσβ. SIM"
+
+msgid "IDS_ST_HEADER_SPACE_M_THEME"
+msgstr "Space"
+
+msgid "IDS_ST_HEADER_UNAVAILABLE"
+msgstr "Μη διαθέσιμο"
+
+msgid "IDS_ST_HEADER_USER_AGREEMENT"
+msgstr "Άδεια χρήσης τελικού χρήστη"
+
+msgid "IDS_ST_HEADER_WALLPAPER_HOME_SCREEN"
+msgstr "Αρχική οθόνη"
+
+msgid "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME"
+msgstr "Διάρκεια φωτισμού"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BLOCKMESSAGESBYADDRESSNEWPUSH"
+msgstr "Push messages"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCAST"
+msgstr "Μηνύματα εκπομπής κυψέλης"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCASTRECEIVINGCHANNELS"
+msgstr "Λήψη καναλιών"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEFONTSTYLE2"
+msgstr "Στυλ γραμματοσειράς"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEPAGEDURATION"
+msgstr "Διάρκεια σελίδας"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSRECEIVOPTIONSHOMENET"
+msgstr "Οικείο δίκτυο"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSEXPIRY"
+msgstr "Λήξη"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSPRIORITY"
+msgstr "Προτεραιότητα"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDRECEIVINGOPTS"
+msgstr "Επιλογές λήψης"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMS"
+msgstr "SMS"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMSSENDINGOPTCHARSUPPORT"
+msgstr "Υποστήριξη χαρακτήρων"
+
+msgid "IDS_ST_OPT_EDIT_CHANNEL"
+msgstr "Επεξεργασία καναλιού"
+
+msgid "IDS_ST_OPT_ITEM"
+msgstr "Στοιχείο"
+
+msgid "IDS_ST_OPT_MASS_STORAGE_ABB"
+msgstr "Συσκευή αποθήκευσης"
+
+msgid "IDS_ST_OPT_PHONEBOOK"
+msgstr "Ευρετήριο"
+
+msgid "IDS_ST_POP_ALL_BARRING"
+msgstr "Φραγή όλων"
+
+msgid "IDS_ST_POP_ALL_CONTACTS_LINKED_TO_WEB_ACCOUNTS_WILL_ALSO_BE_DELETED_IN_WEB_SERVER_CONTINUE_Q"
+msgstr "Θα διαγραφούν επίσης από τον διακομιστή web και όλες οι επαφές που είναι συνδεδεμένες σε λογαριασμούς web. Συνέχεια;"
+
+msgid "IDS_ST_POP_CLEARED"
+msgstr "Έγινε εκκαθάριση"
+
+msgid "IDS_ST_POP_CLEARING_ING"
+msgstr "Διαγραφή.."
+
+msgid "IDS_ST_POP_ENTER_8_DIGIT_PIN_UNLOCK_HPUK_CODE_KOR"
+msgstr "Εισαγάγετε 8-ψήφιο κωδικό ξεκλειδώματος PIN (PUK)"
+
+msgid "IDS_ST_POP_FLIGHT_MODE_ON"
+msgstr "Η λειτουργία πτήσης είναι ενεργοποιημένη"
+
+msgid "IDS_ST_POP_INCOMING_BARRING"
+msgstr "Φραγή εισερχόμενων"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1"
+msgstr "Μη έγκυρος κωδικός PIN1"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT"
+msgstr "Λάθος PIN. Απομένει 1 προσπάθεια"
+
+msgid "IDS_ST_POP_INCORRECT_PIN2"
+msgstr "Λάθος PIN2"
+
+msgid "IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT"
+msgstr " Λάθος PIN. Απομένουν %d προσπάθειες"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT"
+msgstr "Λάθος PUK1. Απομένει 1 προσπάθεια"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_CODE"
+msgstr "Μη έγκυρος κωδικός PUK1"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT"
+msgstr "Λάθος PUK1. %d προσπάθειες απομένουν"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2"
+msgstr "Λάθος PUK2"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT"
+msgstr "Λάθος PUK2. Απομένει 1 προσπάθεια"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT"
+msgstr "Λάθος PUK2. %d προσπάθειες απομένουν"
+
+msgid "IDS_ST_POP_MSG_FORMATTING"
+msgstr "Μορφοποίηση..."
+
+msgid "IDS_ST_POP_MSG_FORMAT_QUESTION"
+msgstr "Η μορφοποίηση θα διαγράψει όλα τα δεδομένα.\nΣυνέχεια;"
+
+msgid "IDS_ST_POP_NO_ITEMS_SELECTED"
+msgstr "Κανένα επιλεγμένο στοιχείο"
+
+msgid "IDS_ST_POP_OUTGOING_BARRING"
+msgstr "Φραγή εξερχόμενων"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Ασυμφωνία κωδικών πρόσβασης"
+
+msgid "IDS_ST_POP_PASSWORD_CHANGED"
+msgstr "Ο κωδικός άλλαξε"
+
+msgid "IDS_ST_POP_PASSWORD_TOO_SHORT"
+msgstr "Πολύ σύντομος κωδικός πρόσβασης"
+
+msgid "IDS_ST_POP_PD_ATTEMPTS_LEFT"
+msgstr "%d προσπάθειες απομένουν"
+
+msgid "IDS_ST_POP_PD_ATTEMPT_LEFT"
+msgstr "%d προσπάθεια απομένει"
+
+msgid "IDS_ST_POP_PIN1_BLOCKED"
+msgstr "Ο κωδικός PIN1 έχει μπλοκάρει"
+
+msgid "IDS_ST_POP_PIN1_CHANGED"
+msgstr "Ο κωδικός PIN2 άλλαξε"
+
+msgid "IDS_ST_POP_PIN2_BLOCKED"
+msgstr "Εμπλοκή ΡΙΝ2"
+
+msgid "IDS_ST_POP_PIN2_CHANGED"
+msgstr "Το PIN2 άλλαξε"
+
+msgid "IDS_ST_POP_PIN2_UNBLOCKED"
+msgstr "Απεμπλοκή ΡΙΝ2"
+
+msgid "IDS_ST_POP_PIN_UNBLOCKED"
+msgstr "Απεμπλοκή ΡΙΝ"
+
+msgid "IDS_ST_POP_SAVING"
+msgstr "Aποθήκευση..."
+
+msgid "IDS_ST_POP_SET"
+msgstr "Ορισμός"
+
+msgid "IDS_ST_POP_TEXT_MESSAGE_ALERT_TONE"
+msgstr "Ήχος ειδοποίησης μηνύματος"
+
+msgid "IDS_ST_POP_TEXT_NEW_NETWORK"
+msgstr "Νέο δίκτυο"
+
+msgid "IDS_ST_POP_UNKNOWN_OPERATION"
+msgstr "Άγνωστη λειτουργία"
+
+msgid "IDS_ST_POP_YES"
+msgstr "Ναι"
+
+msgid "IDS_ST_SECURITY_BODY_ENTERPIN2BABY"
+msgstr "PIN2"
+
+msgid "IDS_ST_SECURITY_BODY_NOIMSI"
+msgstr "Τοποθετήστε την κάρτα SIM"
+
+msgid "IDS_ST_SK_FORMAT"
+msgstr "Μορφή"
+
+msgid "IDS_ST_POP_ACTIVATION_ONGOING"
+msgstr "Ενεργοποίηση σε εξέλιξη.."
+
+msgid "IDS_COM_BODY_EMAILS_T_MAINMENU_ABB2"
+msgstr "E-mail"
+
+msgid "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_ST_HEADER_WI_FI"
+msgstr "Wi-Fi"
+
+msgid "IDS_ST_BODY_CPU_USAGE"
+msgstr "Χρήση CPU"
+
+msgid "IDS_ST_MBODY_SCREEN_READER_HTTS"
+msgstr "Λόγος πλευρ. οθ."
+
+msgid "IDS_ST_BODY_SPEECH_RATE"
+msgstr "Ρυθμός ομιλίας"
+
+msgid "IDS_ST_HEADER_ACCESSIBILITY"
+msgstr "Προσβασιμότητα"
+
+msgid "IDS_ST_MBODY_HIGH_CONTRAST"
+msgstr "Υψηλή Αντίθεση"
+
+msgid "IDS_ST_MBODY_FONT_SIZE"
+msgstr "Μέγ.γραμ."
+
+msgid "IDS_ST_BODY_FONT_STYLE"
+msgstr "Στυλ γραμματοσειράς"
+
+msgid "IDS_ST_BODY_TORCH_LIGHT"
+msgstr "Φωτισμός φακού"
+
+msgid "IDS_ST_MBODY_MONO_AUDIO"
+msgstr "Μονοφωνικός ήχος"
+
+msgid "IDS_ST_HEADER_TUTORIAL"
+msgstr "Εκμάθηση"
+
+msgid "IDS_ST_BODY_TOUCHSENSITIVITY_SENSITIVITY"
+msgstr "Ευαισθησία"
+
+msgid "IDS_MTTRL_BODY_USE_PANNING"
+msgstr "Χρήση λειτουργίας μετατόπισης"
+
+msgid "IDS_MTTRL_HEADER_TRY_TILT"
+msgstr "Δοκιμάστε την κλίση"
+
+msgid "IDS_ST_HEADER_INCOMING_CALLS"
+msgstr "Εισερχόμενες κλήσεις"
+
+msgid "IDS_ST_SK_VOLUME"
+msgstr "Ένταση"
+
+msgid "IDS_ST_HEADER_USB_UTILITIES"
+msgstr "Βοηθητικά προγράμματα USB"
+
+msgid "IDS_ST_BODY_ROTATION_LOCK"
+msgstr "Κλείδ. περιστροφής"
+
+msgid "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+msgstr "Ποσοστό μπαταρίας"
+
+msgid "IDS_ST_BODY_MY_NUMBER"
+msgstr "Ο αριθμός μου"
+
+msgid "IDS_ST_BODY_MODEL_NUMBER"
+msgstr "Κωδικός μοντέλου"
+
+msgid "IDS_ST_BODY_VERSION_C"
+msgstr "Έκδοση:"
+
+msgid "IDS_ST_BODY_BUILD_NUMBER"
+msgstr "Αριθμός κατασκευής"
+
+msgid "IDS_ST_BODY_DEVICE_INFO"
+msgstr "Πληροφορίες συσκευής"
+
+msgid "IDS_ST_BODY_SUNDAY"
+msgstr "Κυριακή"
+
+msgid "IDS_ST_BODY_MONDAY"
+msgstr "Δευτέρα"
+
+msgid "IDS_ST_BODY_TUESDAY"
+msgstr "Τρίτη"
+
+msgid "IDS_ST_BODY_10_MINUTES"
+msgstr "10 λεπτά"
+
+msgid "IDS_ST_BODY_3MINUTES"
+msgstr "3 λεπτά"
+
+msgid "IDS_ST_BODY_HOLD_ME"
+msgstr "Κρατήστε πατημένο"
+
+msgid "IDS_MTTRL_BODY_MOTION_ACTIVATION"
+msgstr "Ενεργοποίηση κίνησης"
+
+msgid "IDS_MTTRL_MBODY_TILT_TO_ZOOM"
+msgstr "Κλίση για ζουμ"
+
+msgid "IDS_ST_BUTTON_USE_TILT"
+msgstr "Χρήση κλίσης"
+
+msgid "IDS_ST_BODY_USE_MOTION"
+msgstr "Χρήση κίνησης"
+
+msgid "IDS_ST_BODY_MOTION_DISABLED"
+msgstr "Η κίνηση έχει απενεργοποιηθεί"
+
+msgid "IDS_COM_POP_UNABLE_TO_SECURE_CONNECTION"
+msgstr "Η σύνδεση δεν είναι ασφαλής"
+
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Ειδοποίηση"
+
+msgid "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK"
+msgstr "Ανταπόκριση δόνησης"
+
+msgid "IDS_ST_BODY_MSG_ALERT_REPETITION"
+msgstr "Επανάληψη ειδοποίησης μηνύματος"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+msgstr "Επανάληψη ειδοποίησης email"
+
+msgid "IDS_ST_POP_SIMPLE_PASSWORD_NOT_ALLOWED"
+msgstr "Δεν επιτρέπεται απλός κωδικός"
+
+msgid "IDS_ST_BODY_INCOMING_CALL"
+msgstr "Εισερχόμενη κλήση"
+
+msgid "IDS_ST_BODY_ONCE"
+msgstr "Μία φορά"
+
+msgid "IDS_ST_BODY_EVERY_2MIN"
+msgstr "Κάθε 2 λεπτά"
+
+msgid "IDS_ST_BODY_EVERY_5MIN"
+msgstr "Κάθε 5 λεπτά"
+
+msgid "IDS_ST_BODY_EVERY_10MINUTES"
+msgstr "Κάθε 10 λεπτά"
+
+msgid "IDS_ST_BODY_15SEC"
+msgstr "15 δευτερόλεπτα"
+
+msgid "IDS_ST_BODY_30SEC"
+msgstr "30 δευτερόλεπτα"
+
+msgid "IDS_ST_BODY_8_SECONDS"
+msgstr "8 δευτερόλεπτα"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+msgstr "Ρυθμίσεις προσβασιμότητας"
+
+msgid "IDS_ST_BODY_AFTER_5_SECONDS"
+msgstr "Μετά από 5 δευτερόλεπτα"
+
+msgid "IDS_ST_HEADER_PD_ATTEMPTS_LEFT"
+msgstr "%d προσπάθειες απομένουν"
+
+msgid "IDS_ST_BODY_AVAILABLE_SPACE"
+msgstr "Διαθέσιμος χώρος"
+
+msgid "IDS_ST_BODY_BLACK"
+msgstr "Mαύρο"
+
+msgid "IDS_ST_HEADER_EASY_ACCESS"
+msgstr "Εύκολη πρόσβαση"
+
+msgid "IDS_CLD_BODY_FIRST_DAY_OF_WEEK"
+msgstr "Πρώτη ημέρα της εβδομάδας"
+
+msgid "IDS_ST_BODY_FORMAT_SD_CARD"
+msgstr "Διαμόρφωση κάρτας SD"
+
+msgid "IDS_ST_BODY_GSM"
+msgstr "GSM"
+
+msgid "IDS_ST_HEADER_HEARING"
+msgstr "Ακοή"
+
+msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
+msgstr "Αρχική οθόνη"
+
+msgid "IDS_ST_HEADER_INSERT_SIM_CARD_ABB"
+msgstr "Εισάγετε κάρτα SIM"
+
+msgid "IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"
+msgstr "Λανθασμένη διεύθυνση διακομιστή μεσολάβησης"
+
+msgid "IDS_ST_BODY_KIES_INSTALLER"
+msgstr "Πρόγραμμα εγκατάστασης του Kies"
+
+msgid "IDS_ST_BODY_LANGUAGE"
+msgstr "Γλώσσα"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TILT_ABB"
+msgstr "Πληροφ.για κλίση"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TURN_OVER"
+msgstr "Πληροφορίες για τη λειτουργία γυρίσματος"
+
+msgid "IDS_COM_BODY_MEDIA"
+msgstr "Μέσα"
+
+msgid "IDS_ST_BODY_MOTION_SETTINGS"
+msgstr "Ρυθμίσεις κίνησης"
+
+msgid "IDS_ST_MBODY_MOTIONS"
+msgstr "Κινήσεις"
+
+msgid "IDS_ST_BODY_MOUNT_SD_CARD"
+msgstr "Τοποθέτηση κάρτας SD"
+
+msgid "IDS_MTTRL_BODY_MOVE_AN_ICON_TO_ANOTHER_PAGE"
+msgstr "Μετακίνηση εικονιδίου σε άλλη σελίδα"
+
+msgid "IDS_ST_BODY_MOVE_DEVICE_LEFT_OR_RIGHT"
+msgstr "Μετακινήστε τη συσκευή προς τα αριστερά ή προς τα δεξιά"
+
+msgid "IDS_ST_OPT_NETWORK_LIST"
+msgstr "Λίστα δικτύου"
+
+msgid "IDS_ST_HEADER_NEW_NETWORK"
+msgstr "Νέο δίκτυο"
+
+msgid "IDS_ST_BODY_NOSERVICE"
+msgstr "Μη διαθέσιμη υπηρεσία"
+
+msgid "IDS_COM_BUTTON2_PROCESSING_ING"
+msgstr "Επεξεργασία..."
+
+msgid "IDS_COM_MBODY_SECURITY_POLICY"
+msgstr "Πολιτική ασφαλείας"
+
+msgid "IDS_ST_POP_SELECT_OTHER_CONNECTION"
+msgstr "Επιλογή άλλης σύνδεσης"
+
+msgid "IDS_ST_BODY_PHONE_SOUND_VOL"
+msgstr "Ένταση ήχου τηλεφώνου"
+
+msgid "IDS_ST_BODY_SPEED_AT_WHICH_THE_TEXT_IS_SPOKEN"
+msgstr "Η ταχύτητα με την οποία εκφωνείται το κείμενο"
+
+msgid "IDS_COM_BODY_DETAILS_TIME"
+msgstr "Ώρα"
+
+msgid "IDS_ST_BODY_TOTAL_SPACE"
+msgstr "Συνολικός χώρος"
+
+msgid "IDS_MTTRL_HEADER_TRY_DOUBLE_TAP"
+msgstr "Δοκιμάστε με διπλό πάτημα"
+
+msgid "IDS_MTTRL_HEADER_TRY_PANNING"
+msgstr "Δοκιμάστε τη λειτουργία μετατόπισης"
+
+msgid "IDS_MTTRL_MBODY_TURN_OVER_TO_MUTE"
+msgstr "Γύρισμα για σίγαση"
+
+msgid "IDS_ST_BODY_UNMOUNT_SD_CARD"
+msgstr "Αποσύνδεση κάρτας SD"
+
+msgid "IDS_ST_BODY_USB_DEBUGGING"
+msgstr "Εντοπισμός σφαλμάτων USB"
+
+msgid "IDS_ST_BODY_USE_PACKET_DATA"
+msgstr "Χρήση δεδομένων πακέτου"
+
+msgid "IDS_ST_HEADER_VISION"
+msgstr "Όραση"
+
+msgid "IDS_ST_BODY_INTERNAL_PHONE_STORAGE_SPACE_IS_NEARLY_FULL_VZW"
+msgstr "Internal phone storage space is nearly full"
+
+msgid "IDS_ST_BODY_24_HOURS"
+msgstr "24 ώρες"
+
+msgid "IDS_ST_BODY_WEDNESDAY"
+msgstr "Τετάρτη"
+
+msgid "IDS_ST_BODY_THURSDAY"
+msgstr "Πέμπτη"
+
+msgid "IDS_ST_BODY_FRIDAY"
+msgstr "Παρασκευή"
+
+msgid "IDS_ST_BODY_SATURDAY"
+msgstr "Σάββατο"
+
+msgid "IDS_ST_BODY_EMAIL"
+msgstr "Email"
+
+msgid "IDS_CST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Αποδ.κλ.με κεντρ.πλήκτ."
+
+msgid "IDS_ST_BODY_HELLO_KITTY_1"
+msgstr "Hello Kitty 1"
+
+msgid "IDS_COM_POP_TIMES_LC"
+msgstr "φορές"
+
+msgid "IDS_COM_BODY_VIA_MMS"
+msgstr "Μέσω MMS"
+
+msgid "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+msgstr "Γλώσσα και περιοχή"
+
+msgid "IDS_ST_BODY_WINSET"
+msgstr "Winset"
+
+msgid "IDS_ST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Αποδ.κλ.με κεντρ.πλήκτ."
+
+msgid "IDS_ST_BODY_REMOVE_LICENCE"
+msgstr "Κατάργηση άδειας"
+
+msgid "IDS_ST_BUTTON2_EDIT_PREFERRED"
+msgstr "Επεξερ. προτιμ."
+
+msgid "IDS_ST_BODY_EMAIL_ALERT"
+msgstr "Ειδοποίηση email"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
+msgstr "Εισαγάγετε ξανά τον κωδικό πρόσβασης"
+
+msgid "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
+msgstr "Εισαγάγετε τον τρέχοντα κωδικό πρόσβασης"
+
+msgid "IDS_ST_BODY_SD_CARD"
+msgstr "Κάρτα SD"
+
+msgid "IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"
+msgstr "Δεν βρέθηκε ο κωδικός κατάργησης εγγραφής"
+
+msgid "IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"
+msgstr "Αποτυχία επιλογής δικτύου"
+
+msgid "IDS_ST_BODY_HIGH_CONTRAST"
+msgstr "Υψηλή Αντίθεση"
+
+msgid "IDS_ST_BODY_MMS_CONNECTIONS"
+msgstr "Συνδέσεις MMS"
+
+msgid "IDS_ST_TAB_PREFERRED"
+msgstr "Προτιμήσεις"
+
+msgid "IDS_ST_BODY_REGION"
+msgstr "ΠΕΡΙΟΧΗ"
+
+msgid "IDS_ST_BODY_SNS"
+msgstr "SNS"
+
+msgid "IDS_ST_BODY_SENSITIVITY_SETTINGS"
+msgstr "Ρυθμίσεις ευαισθησίας"
+
+msgid "IDS_ST_HEADER_SENSITIVITY_TEST_ABB"
+msgstr "Δοκιμή ευαισθησίας"
+
+msgid "IDS_ST_BODY_VOLUME"
+msgstr "Ένταση"
+
+msgid "IDS_ST_BODY_TEST_TILT_SENSITIVITY"
+msgstr "Δοκιμή ευαισθησίας κλίσης"
+
+msgid "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+msgstr "Προσαρμόστε την ένταση των ήχων που ακούγονται κατά την κλήση, τη χρήση του πληκτρολογίου, το πάτημα της οθόνης, την πίεση των σταθερών πλήκτρων, το κλείδωμα και το ξεκλείδωμα της συσκευής"
+
+msgid "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
+msgstr "Λανθασμένος κωδικός πρόσβασης. Προσπαθήστε ξανά"
+
+msgid "IDS_ST_BODY_PICTURE_READER"
+msgstr "Εργαλείο ανάγνωσης εικόνων"
+
+msgid "IDS_ST_BODY_AUTOMATIC_UPDATE"
+msgstr "Αυτόματη ενημέρωση"
+
+msgid "IDS_COM_BODY_FILEDETAIL_MODEL"
+msgstr "Μοντέλο"
+
+msgid "IDS_ST_BODY_WHITE"
+msgstr "Λευκό"
+
+msgid "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+msgstr "Προσαρ. οθόν. κλειδώμ."
+
+msgid "IDS_ST_BODY_MESSAGE_RINGTONE"
+msgstr "Ήχος μηνύματος"
+
+msgid "IDS_COM_BODY_DETAILS_LOCATION"
+msgstr "Θέση"
+
+msgid "IDS_ST_OPT_ALL"
+msgstr "Όλα"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS"
+msgstr "Εισαγάγετε ξανά τον κωδικό πρόσβασης μετά από %d δευτερόλεπτα"
+
+msgid "IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"
+msgstr "Δεν είναι δυνατή η αλλαγή του PIΝ"
+
+msgid "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+msgstr "Ήχος κλειδώματος οθόνης"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+msgstr "Ήχος εισερχόμενης κλήσης"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+msgstr "Δόνηση εισερχόμενης κλήσης"
+
+msgid "IDS_ST_BODY_SIMPLE_PASSWORD"
+msgstr "Απλός κωδικός πρόσβασης"
+
+msgid "IDS_COM_BODY_ALLOW_BLUETOOTH"
+msgstr "Να επιτρέπεται η χρήση Bluetooth"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_USE"
+msgstr "Επιτρέπει τη χρήση Internet"
+
+msgid "IDS_COM_BODY_ALLOW_CAMERA"
+msgstr "Να επιτρέπεται η χρήση της κάμερας"
+
+msgid "IDS_COM_BODY_ALLOW_DESKTOP_SYNC"
+msgstr "Να επιτρέπεται ο συγχρονισμός επιφάνειας εργασίας"
+
+msgid "IDS_COM_BODY_ALLOW_HTML_EMAIL"
+msgstr "Να επιτρέπονται τα email μορφής HTML"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_SHARING"
+msgstr "Να επιτρέπεται το Internet sharing"
+
+msgid "IDS_COM_BODY_ALLOW_POP_AND_IMAP_EMAIL"
+msgstr "Να επιτρέπονται email POP και IMAP"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_ENCRYPTION_ALGORITHM_NEGOTIATION"
+msgstr "Να επιτρέπεται η διαπραγμάτευση του αλγορίθμου κρυπτογράφησης S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_SOFTWARE_CERTIFICATES"
+msgstr "Να επιτρέπονται τα πιστοποιητικά λογισμικού S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_STORAGE_CARD"
+msgstr "Να επιτρέπεται η χρήση κάρτας αποθήκευσης"
+
+msgid "IDS_COM_BODY_ALLOW_TEXT_MESSAGING"
+msgstr "Να επιτρέπεται η ανταλλαγή μηνυμάτων κειμένου"
+
+msgid "IDS_COM_BODY_ALLOW_WI_FI"
+msgstr "Να επιτρέπεται η χρήση του Wi-Fi"
+
+msgid "IDS_COM_HEADER_ATTACHMENT_CONTROL"
+msgstr "Έλεγχος συνημμένων"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_CALENDAR_EVENTS"
+msgstr "Μέγιστη παλαιότητα συμβάντων ημερολογίου"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_EMAILS"
+msgstr "Μέγιστη παλαιότητα των email"
+
+msgid "IDS_COM_BODY_MINIMUM_NUMBER_OF_COMPLEX_CHARACTERS_IN_PASSWORD"
+msgstr "Ελάχιστος αριθμός σύνθετων χαρακτήρων στον κωδικό πρόσβασης"
+
+msgid "IDS_COM_HEADER_PASSWORD_RECOVERY"
+msgstr "Ανάκτηση κωδικού πρόσβασης"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_ENCRYPTED"
+msgstr "Να απαιτείται η κρυπτογράφηση των μηνυμάτων σε S/MIME"
+
+msgid "IDS_COM_BODY_REQUIRE_S_MIME_ALGORITHM_ENCRYPTION"
+msgstr "Απαιτείται κρυπτογράφηση αλγόριθμου S/MIME"
+
+msgid "IDS_COM_BODY_REQUIRE_MANUAL_SYNCHRONISATION_WHEN_ROAMING"
+msgstr "Απαιτείται συγχρονισμός με μη αυτόματο τρόπο κατά την περιαγωγή"
+
+msgid "IDS_COM_BODY_REQUIRE_SIGNED_S_MIME_ALGORITHM"
+msgstr "Απαιτείται αλγόριθμος S/MIME με υπογραφή"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_SIGNED"
+msgstr "Να απαιτείται υπογραφή S/MIME στα μηνύματα"
+
+msgid "IDS_COM_POP_INSERT_SIM_CARD"
+msgstr "Τοποθετήστε την κάρτα SIM"
+
+msgid "IDS_COM_POP_DEACTIVATE_FLIGHT_MODE_TO_USE_NETWORK_SERVICES"
+msgstr "Απενεργοποιήστε τη λειτουργία πτήσης για να χρησιμοποιήσετε τις υπηρεσίες δικτύου"
+
+msgid "IDS_COM_POP_DAY_LC"
+msgstr "ημέρα"
+
+msgid "IDS_ST_BODY_TIME_ZONE_DST"
+msgstr "Θερινή ώρα"
+
+msgid "IDS_ST_POP_UNINSTALLED"
+msgstr "Καταργήθηκε η εγκατάσταση"
+
+msgid "IDS_ST_HEADER_APPLICATION_INFO"
+msgstr "Πληροφορίες εφαρμογής"
+
+msgid "IDS_ST_BODY_TOTAL"
+msgstr "Σύνολο"
+
+msgid "IDS_ST_BODY_APPLICATION"
+msgstr "Εφαρμογή"
+
+msgid "IDS_ST_BODY_DATA"
+msgstr "Δεδομένα"
+
+msgid "IDS_ST_BODY_BYTES"
+msgstr "byte"
+
+msgid "IDS_ST_BODY_LAUNCH_BY_DEFAULT"
+msgstr "Εκκίνηση από προεπιλογή"
+
+msgid "IDS_ST_BODY_CLEAR_DEFAULTS"
+msgstr "Διαγραφή προεπιλογών"
+
+msgid "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS"
+msgstr "Αυτή η εφαρμογή έχει ρυθμιστεί ώστε να ανοίγει από προεπιλογή για ορισμένες ενέργειες"
+
+msgid "IDS_ST_BODY_OPERATOR"
+msgstr "Παροχέας"
+
+msgid "IDS_ST_BODY_SAMSUNG"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_THIRD_PARTIES"
+msgstr "Τρίτα μέρη"
+
+msgid "IDS_ST_BUTTON_UNINSTALL_UPDATES"
+msgstr "Κατάργηση εγκατάστασης ενημερώσεων"
+
+msgid "IDS_ST_BODY_STORAGE"
+msgstr "Αποθήκευση"
+
+msgid "IDS_ST_BODY_GB"
+msgstr "GB"
+
+msgid "IDS_ST_BODY_MB"
+msgstr "MB"
+
+msgid "IDS_ST_BODY_KB"
+msgstr "KB"
+
+msgid "IDS_ST_BODY_MORE_DETAILS"
+msgstr "Περισσότερες λεπτομέρειες"
+
+msgid "IDS_ST_HEADER_CERTIFICATES"
+msgstr "Πιστοποιητικά"
+
+msgid "IDS_ST_POP_UNINSTALLING_ING"
+msgstr "Κατάργηση εγκατάστασης..."
+
+msgid "IDS_ST_SK_OK"
+msgstr "OK"
+
+msgid "IDS_ST_BODY_DISPLAY"
+msgstr "Οθόνη"
+
+msgid "IDS_ST_BODY_MOBILE_AP"
+msgstr "Σημείο πρόσβασης για κινητά"
+
+msgid "IDS_ST_BODY_PD_MINUTES"
+msgstr "%d λεπτά"
+
+msgid "IDS_ST_BODY_POWERONTYPE_MUTE"
+msgstr "Σίγαση"
+
+msgid "IDS_ST_BODY_SECONDS"
+msgstr "δευτερόλεπτα"
+
+msgid "IDS_ST_BODY_MAINDISPLAY_WALLPAPER"
+msgstr "Φόντο"
+
+msgid "IDS_ST_BODY_SOUNDS"
+msgstr "Ήχοι"
+
+msgid "IDS_ST_POP_SEARCHING_ING"
+msgstr "Αναζήτηση..."
+
+msgid "IDS_ST_BUTTON_FORCE_STOP"
+msgstr "Επιβολή διακοπής"
+
+msgid "IDS_ST_BUTTON_UNINSTALL"
+msgstr "Κατάργ. εγκατ."
+
+msgid "IDS_ST_BUTTON_CLEAR_DATA"
+msgstr "Εκκαθάριση δεδομένων"
+
+msgid "IDS_ST_MBODY_TETHERING_AND_PORTABLE_HOTSPOT"
+msgstr "Tethering και φορ.σημ. πρόσβ."
+
+msgid "IDS_ST_HEADER2_FIND_MY_MOBILE"
+msgstr "Εύρεση του κινητού μου"
+
+msgid "IDS_COM_SK_RETRY_A"
+msgstr "Επαν."
+
+msgid "IDS_ST_BODY_2_MINUTES"
+msgstr "2 λεπτά"
+
+msgid "IDS_ST_BODY_5_MINUTES"
+msgstr "5 λεπτά"
+
+msgid "IDS_ST_BODY_MESSAGE_ALERT"
+msgstr "Ειδοποίηση μηνύματος"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Σύνδεση σε υπολογιστή. Η συσκευή μαζικής αποθήκευσης θα απενεργοποιηθεί αυτόματα μετά τη χρήση"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Σύνδεση σε υπολογιστή. Η λειτουργία εντοπισμού σφαλμάτων USB θα απενεργοποιηθεί αυτόματα μετά από τη χρήση"
+
+msgid "IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"
+msgstr "Η άδεια θα διαγραφεί. Συνέχεια;"
+
+msgid "IDS_ST_BODY_DEFAULT_CONNECTION_MODE"
+msgstr "Προεπιλεγμένη λειτουργία σύνδεσης"
+
+msgid "IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"
+msgstr "Αυτή η λειτουργία είναι μόνο για προγραμματιστές εφαρμογών. Με αυτήν μπορείτε να δοκιμάσετε και να αναπτύξετε λογισμικό"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_IS_THE_DEFAULT_CONNECTION_IT_WILL_REVERT_BACK_TO_DEFAULT_MODE_AFTER_USING_OTHER_MODES_MSG"
+msgstr "Το Samsung Kies είναι η προεπιλεγμένη λειτουργία σύνδεσης. Οι άλλες λειτουργίες παρακάτω είναι προαιρετικές. Η συσκευή θα επανέλθει στην προεπιλεγμένη λειτουργία μετά τη χρήση των παρακάτω λειτουργιών"
+
+msgid "IDS_ST_BODY_MANUFACTURER"
+msgstr "Κατασκευαστής"
+
+msgid "IDS_ST_BODY_MASS_STORAGE_HELP_MSG"
+msgstr "Μπορείτε να εκτελέσετε τις ακόλουθες λειτουργίες:\n- Γρήγορη αντιγραφή αρχείων\n- Σύνδεση μέσω MAC ή Linux OS"
+
+msgid "IDS_ST_BODY_RESET_ALL"
+msgstr "Μηδενισμός όλων"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_ON"
+msgstr "Η λειτουργία πτήσης είναι ενεργοποιημένη"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_OFF"
+msgstr "Η λειτουργία πτήσης είναι απενεργοποιημένη"
+
+msgid "IDS_ST_POP_UNABLE_TO_TURN_ON_FLIGHT_MODE_VODA"
+msgstr "Δεν είναι δυνατή η ενεργοποίηση της λειτουργίας πτήσης"
+
+msgid "IDS_ST_POP_PS_ENABLED"
+msgstr "Το %s έχει ενεργοποιηθεί"
+
+msgid "IDS_ST_POP_ACTIVATE_DEVICE_ADMINISTRATOR_Q"
+msgstr "Ενεργοποίηση διαχείρισης συσκευής;"
+
+msgid "IDS_ST_BODY_TOUCH_PANEL_AUTO_LOCK"
+msgstr "Αυτόματο κλείδωμα οθόνη αφής"
+
+msgid "IDS_ST_BODY_SAVE_TO"
+msgstr "Αποθήκευση σε"
+
+msgid "IDS_COM_POP_DISCONNECTED"
+msgstr "Αποσυνδέθηκε"
+
+msgid "IDS_WIFI_MBODY_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_COM_BODY_TEXT_INPUT"
+msgstr "Εισαγωγή κειμένου"
+
+msgid "IDS_ST_BODY_TEXT_INPUT"
+msgstr "Εισαγωγή κειμένου"
+
+msgid "IDS_ST_BODY_EFFECT"
+msgstr "Εφέ"
+
+msgid "IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"
+msgstr "Λάβετε υπενθύμιση πριν τη λήξη της άδειας κάποιου αρχείου που χρησιμοποιείτε, όπως για παράδειγμα μιας εικόνας φόντου."
+
+msgid "IDS_COM_BODY_OFF_M_STATUS"
+msgstr "Ανενεργό"
+
+msgid "IDS_COM_BODY_ON_M_STATUS"
+msgstr "Ενεργό"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_TURN_OFF_AUTOMATICALLY_AFTER_USE"
+msgstr "Σύνδεση σε υπολογιστή. Η συσκευή μαζικής αποθήκευσης θα απενεργοποιηθεί αυτόματα μετά τη χρήση"
+
+msgid "IDS_ST_BODY_TAP_TO_INSERT"
+msgstr "Πατήστε για εισαγωγή"
+
+msgid "IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES"
+msgstr "Η χρήση δεδομένων κινητής τηλεφωνίας κατά την περιαγωγή περιλαμβάνει επιπλέον χρεώσεις"
+
+msgid "IDS_ST_BODY_BATTERY"
+msgstr "Μπαταρία"
+
+msgid "IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK"
+msgstr "Όταν η περιαγωγή δεδομένων είναι απενεργοποιημένη, οι εφαρμογές που χρησιμοποιούν τη σύνδεση δεδομένων ενδέχεται να μην λειτουργούν"
+
+msgid "IDS_ST_HEADER_LOCK_SCREEN"
+msgstr "Κλείδωμα οθόνης"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY"
+msgstr "Προσβασιμότητα"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER"
+msgstr "Αυτόματη απάντηση"
+
+msgid "IDS_ST_MBODY_ASSISTIVE_LIGHT"
+msgstr "Βοηθητικό φως"
+
+msgid "IDS_ST_BODY_MANAGE_APPLICATIONS"
+msgstr "Διαχείριση εφαρμογών"
+
+msgid "IDS_ST_BODY_POWER_SAVING_MODE"
+msgstr "Λειτουργία εξοικονόμησης ενέργειας"
+
+msgid "IDS_COM_OPT_REGISTER"
+msgstr "Εγγραφή"
+
+msgid "IDS_COM_POP_UNEXPECTED_ERROR"
+msgstr "Μη αναμενόμενο σφάλμα"
+
+msgid "IDS_COM_POP_PROXY_CONNECTION_FAILED"
+msgstr "Αποτυχία σύνδεσης με διακομιστή μεσολάβησης"
+
+msgid "IDS_COM_POP_NETWORK_CONNECTION_ERROR"
+msgstr "Σφάλμα σύνδεσης δικτύου"
+
+msgid "IDS_COM_BODY_INVALID_SIM_CARD"
+msgstr "Μη έγκυρη κάρτα SIM"
+
+msgid "IDS_COM_BODY_OPERATION_FAILED"
+msgstr "Λειτουργία απέτυχε"
+
+msgid "IDS_COM_POP_VERSION"
+msgstr "Έκδοση"
+
+msgid "IDS_ST_BODY_MENUTRANSITIONEFFECT_ZOOM"
+msgstr "Ζουμ"
+
+msgid "IDS_ST_MBODY_ZOOM"
+msgstr "Ζουμ"
+
+msgid "IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION"
+msgstr "Εάν κάνετε λήψη ή αποστολή δεδομένων χωρίς σύνδεση Wi-Fi, θα χρησιμοποιηθούν δεδομένα κινητής τηλεφωνίας"
+
+msgid "IDS_ST_BODY_APP_OPENING_EFFECT"
+msgstr "Εφέ ανοίγματος εφαρμογής"
+
+msgid "IDS_ST_BODY_APP_OPENING_IMAGE"
+msgstr "Εικόνα ανοίγματος εφαρμογής"
+
+msgid "IDS_ST_BODY_NEGATIVE_COLOURS"
+msgstr "Αρνητικά χρώματα"
+
+msgid "IDS_ST_BODY_ZOOM"
+msgstr "Ζουμ"
+
+msgid "IDS_ST_BODY_ASSISTIVE_LIGHT"
+msgstr "Βοηθητικό φως"
+
+msgid "IDS_ST_BODY_AFTER_1_SECOND"
+msgstr "Μετά από 1 δευτερόλεπτο"
+
+msgid "IDS_ST_BODY_AFTER_PD_SECONDS"
+msgstr "Μετά από %d δευτερόλεπτα"
+
+msgid "IDS_ST_BODY_END_CALLS_USING_THE_POWER_KEY"
+msgstr "Τερματισμός κλήσεων με το πλήκτρο ενεργοποίησης"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER_ONLY_OPERATES_WITH_HEADSET_CONNECTED"
+msgstr "Η αυτόματη απάντηση κλήσεων λειτουργεί μόνο όταν είναι συνδεδεμένα τα ακουστικά"
+
+msgid "IDS_ST_BODY_PRESS_THE_POWER_KEY_TO_END_CALLS_THIS_WILL_NOT_TURN_OFF_THE_SCREEN"
+msgstr "Πατήστε το πλήκτρο ενεργοποίησης για τον τερματισμό κλήσεων. Δεν θα γίνει απενεργοποίηση της οθόνης"
+
+msgid "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+msgstr "Αλλαγή μεγέθους κειμένου σε Επαφές, Ημερολόγιο, Σημειώματα, Μηνύματα, Email και IM"
+
+msgid "IDS_ST_BODY_PRESS_THE_HOME_KEY_TO_ACCEPT_INCOMING_CALLS"
+msgstr "Πατήστε το πλήκτρο αρχικής σελίδας για την αποδοχή εισερχόμενων κλήσεων"
+
+msgid "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+msgstr "Θα γίνει επαναφορά όλων των ρυθμίσεων στις προεπιλεγμένες τιμές"
+
+msgid "IDS_ST_BODY_POWER_KEY_SHORTCUT"
+msgstr "Συντόμευση πλήκτρου ενεργοποίησης"
+
+msgid "IDS_ST_BODY_BLUETOOTH_USB_UTILITIES_ETC"
+msgstr "Bluetooth, βοηθητικά προγράμματα USB, κτλ."
+
+msgid "IDS_ST_BODY_DATE_AND_TIME_KEYBOARD_LICENCE_ETC"
+msgstr "Ημερομηνία και ώρα, πληκτρολόγιο, άδεια χρήσης, κτλ."
+
+msgid "IDS_ST_BODY_MORE_CONNECTIVITY_SETTINGS"
+msgstr "Περισσότερες ρυθμίσεις συνδεσιμότητας"
+
+msgid "IDS_ST_BODY_MORE_SYSTEM_SETTINGS"
+msgstr "Περισσότερες ρυθμίσεις συστήματος"
+
+msgid "IDS_ST_BODY_THIS_BAND_MAY_NOT_WORK_OUTSIDE_THE_USA_AND_CANADA"
+msgstr "Αυτή η ζώνη μπορεί να μην λειτουργεί εκτός Η.Π.Α και Καναδά"
+
+msgid "IDS_ST_BODY_UMTS_MODE_ONLY_WORKS_INSIDE_3G_COVERAGE_AREA"
+msgstr "Η λειτουργία UMTS μπορεί να χρησιμοποιηθεί μόνο σε περιοχή με κάλυψη 3G"
+
+msgid "IDS_ST_MBODY_REGISTER"
+msgstr "Καταχώρηση"
+
+msgid "IDS_ST_MBODY_DEREGISTER"
+msgstr "Κατάργηση εγγραφής"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABIDJAN"
+msgstr "Αμπιτζάν"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABUDHABI"
+msgstr "Άμπου Ντάμπι"
+
+msgid "IDS_WCL_BODY_CITYNAME_ACCRA"
+msgstr "Άκρα"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADDIS_ABABA"
+msgstr "Αντίς Αμπέμπα"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADELAIDE"
+msgstr "Αδελαΐδα"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALASKA"
+msgstr "Αλάσκα"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALGIERS"
+msgstr "Αλγέρι"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALMATY"
+msgstr "Άλμα Άτα"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMBON"
+msgstr "Άμπον"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMMAN"
+msgstr "Αμάν"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMSTERDAME"
+msgstr "Άμστερνταμ"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANADYR"
+msgstr "Ανάντιρ"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANCHORAGE"
+msgstr "Άνκορατζ"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANKARA"
+msgstr "Άγκυρα"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANTANANARIVO"
+msgstr "Ανταναναρίβο"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASHGABAT"
+msgstr "Ασγκαμπάτ"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASMARA"
+msgstr "Ασμάρα"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASTANA"
+msgstr "Αστάνα"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASUNCION"
+msgstr "Ασουνσιόν"
+
+msgid "IDS_WCL_BODY_CITYNAME_ATHENS"
+msgstr "Αθήνα"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUCKLAND"
+msgstr "Όκλαντ"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUSTIN"
+msgstr "Ώστιν"
+
+msgid "IDS_WCL_BODY_CITYNAME_AZORES"
+msgstr "Αζόρες"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAGHDAD"
+msgstr "Βαγδάτη"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAKU"
+msgstr "Μπακού"
+
+msgid "IDS_WCL_BODY_CITYNAME_BALTIMORE"
+msgstr "Βαλτιμόρη"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAMAKO"
+msgstr "Μπαμάκο"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGKOK"
+msgstr "Μπανγκόγκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGUI"
+msgstr "Μπανγκούι"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARCELONA"
+msgstr "Βαρκελώνη"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARI"
+msgstr "Μπάρι"
+
+msgid "IDS_WCL_BODY_CITYNAME_BASSE_TERRE"
+msgstr "Μπας-Τερ"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIJING"
+msgstr "Πεκίνο"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIRUT"
+msgstr "Βηρυτός"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELGRADE"
+msgstr "Βελιγράδι"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELIZE_CITY"
+msgstr "Πόλη Μπελίζε"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERLIN"
+msgstr "Βερολίνο"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERN"
+msgstr "Βέρνη"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISHKEK"
+msgstr "Μπισκέκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISSAU"
+msgstr "Μπισσάου"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUINEA_BISSAU"
+msgstr "Γουινέα Μπισσάου"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOGOTA"
+msgstr "Μπογκοτά"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOLOGNA"
+msgstr "Μπολόνια"
+
+msgid "IDS_WCL_BODY_BOSTON"
+msgstr "Boston                      "
+
+msgid "IDS_WCL_BODY_CITYNAME_BRASILIA"
+msgstr "Μπραζίλια"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRATISLAVA"
+msgstr "Μπρατισλάβα"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRIDGETOWN"
+msgstr "Μπρίτζταουν"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRISBANE"
+msgstr "Μπρίσμπεϊν"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRUSSELS"
+msgstr "Βρυξέλλες"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUCHAREST"
+msgstr "Βουκουρέστι"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUDAPEST"
+msgstr "Βουδαπέστη"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUENOSAIRES"
+msgstr "Μπουένος Άϊρες"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAIRO"
+msgstr "Κάιρο"
+
+msgid "IDS_WCL_BODY_CITYNAME_CALGARY"
+msgstr "Κάλγκαρι"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANARY_ISLANDS"
+msgstr "Κανάρια Νησιά"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANBERRA"
+msgstr "Καμπέρα"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANTON"
+msgstr "Καντόν"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAPE_TOWN"
+msgstr "Κέιπ Τάουν"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARACAS"
+msgstr "Καράκας"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARDIFF"
+msgstr "Κάρντιφ"
+
+msgid "IDS_WCL_BODY_CITYNAME_CASABLANCA"
+msgstr "Κασαμπλάνκα"
+
+msgid "IDS_WCL_BODY_CITYNAME_CATANZARO"
+msgstr "Καταντζάρο"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAYENNE"
+msgstr "Καγιέν"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE"
+msgstr "Σαρλότ"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE_AMALIE"
+msgstr "Σαρλότ Αμαλί"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHELYABINSK"
+msgstr "Τσελιάμπινσκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHENNAI"
+msgstr "Chennai"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHICAGO"
+msgstr "Σικάγο"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHISINAU"
+msgstr "Κισινάου"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHITA"
+msgstr "Τσιτά"
+
+msgid "IDS_WCL_BODY_CITYNAME_CLEVELAND"
+msgstr "Κλήβελαντ"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLOMBO"
+msgstr "Κολόμπο"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLUMBUS"
+msgstr "Κολόμπους"
+
+msgid "IDS_WCL_BODY_CITYNAME_CONAKRY"
+msgstr "Κονακρί"
+
+msgid "IDS_WCL_BODY_CITYNAME_COPENHAGEN"
+msgstr "Κοπεγχάγη"
+
+msgid "IDS_WCL_BODY_CITYNAME_CORK"
+msgstr "Κορκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_CROTONE"
+msgstr "Κρότωνας"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAKAR"
+msgstr "Ντακάρ"
+
+msgid "IDS_WCL_BODY_CITYNAME_DALLAS"
+msgstr "Ντάλλας"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAMASCUS"
+msgstr "Δαμασκός"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAR_ES_SALAAM"
+msgstr "Νταρ Ες Σαλάμ"
+
+msgid "IDS_WCL_BODY_CITYNAME_DARWIN"
+msgstr "Ντάργουιν"
+
+msgid "IDS_WCL_BODY_CITYNAME_DELHI"
+msgstr "Δελχί"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENPASAR"
+msgstr "Ντενπασάρ"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENVER"
+msgstr "Ντένβερ"
+
+msgid "IDS_WCL_BODY_CITYNAME_DETROIT"
+msgstr "Ντιτρόιτ"
+
+msgid "IDS_WCL_BODY_CITYNAME_DHAKA"
+msgstr "Ντάκα"
+
+msgid "IDS_WCL_BODY_CITYNAME_DIEGO_GARCIA"
+msgstr "Ντιέγκο Γκαρσία"
+
+msgid "IDS_WCL_BODY_CITYNAME_DJIBOUTI"
+msgstr "Τζιμπουτί"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOHA"
+msgstr "Ντόχα"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOUALA"
+msgstr "Ντουάλα"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBAI"
+msgstr "Ντουμπάι"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBLIN"
+msgstr "Δουβλίνο"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUSHANBE"
+msgstr "Ντουσανμπέ"
+
+msgid "IDS_WCL_BODY_CITYNAME_EASTER_ISLAND"
+msgstr "Νησί του Πάσχα"
+
+msgid "IDS_WCL_BODY_CITYNAME_EDINBURGH"
+msgstr "Εδιμβούργο"
+
+msgid "IDS_WCL_BODY_CITYNAME_EL_PASO"
+msgstr "Ελ Πάσο"
+
+msgid "IDS_WCL_BODY_CITYNAME_FLORENCE"
+msgstr "Φλωρεντία"
+
+msgid "IDS_WCL_BODY_CITYNAME_FORT_DE_FRANCE"
+msgstr "Φορ ντε Φρανς"
+
+msgid "IDS_WCL_BODY_CITYNAME_FREETOWN"
+msgstr "Φριτάουν"
+
+msgid "IDS_WCL_BODY_CITYNAME_GABORONE"
+msgstr "Καμπορόνε"
+
+msgid "IDS_WCL_BODY_CITYNAME_GALAPAGOS_ISLANDS"
+msgstr "Νησιά Γκαλαπάγκος"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENEVA"
+msgstr "Γενεύη"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENOA"
+msgstr "Γένοβα"
+
+msgid "IDS_WCL_BODY_CITYNAME_GEORGETOWN"
+msgstr "Τζορτζτάουν"
+
+msgid "IDS_WCL_BODY_CITYNAME_GRYTVIKEN"
+msgstr "Γκρυτβίκεν"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOUTH_GEORGIA"
+msgstr "Νότια Γεωργία"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUAM"
+msgstr "Γκουάμ"
+
+msgid "IDS_WCL_BODY_GUATEMALA_CITY"
+msgstr "Πόλη της Γουατεμάλας"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUSTAVIA"
+msgstr "Γουστάβια"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_BARTHELEMY"
+msgstr "Άγιος Βαρθολομαίος"
+
+msgid "IDS_WCL_BODY_CITYNAME_HALIFAX"
+msgstr "Χάλιφαξ"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAMBURG"
+msgstr "Αμβούργο"
+
+msgid "IDS_WCL_BODY_CITYNAME_HANOI"
+msgstr "Ανόι"
+
+msgid "IDS_WCL_BODY_CITYNAME_HARARE"
+msgstr "Χαράρε"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAVANA"
+msgstr "Αβάνα"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAWAII"
+msgstr "Χαβάη"
+
+msgid "IDS_WCL_BODY_CITYNAME_HELSINKI"
+msgstr "Ελσίνκι"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOBART"
+msgstr "GMT+10(Χόμπαρτ)"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONGKONG"
+msgstr "Χονγκ Κονγκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONOLULU"
+msgstr "Χονολουλού"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOUSTON"
+msgstr "Χιούστον"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOVD"
+msgstr "Χοβντ"
+
+msgid "IDS_WCL_BODY_CITYNAME_INDIANAPOLIS"
+msgstr "Ιντιανάπολις"
+
+msgid "IDS_WCL_BODY_CITYNAME_IRKUTSK"
+msgstr "Ιρκούτσκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISLAMABAD"
+msgstr "Ισλαμαμπάντ"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISTANBUL"
+msgstr "Κωνσταντινούπολη"
+
+msgid "IDS_WCL_BODY_CITYNAME_IZHEVSK"
+msgstr "Ιζέβσκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_JAKARTA"
+msgstr "Τζακάρτα"
+
+msgid "IDS_WCL_BODY_CITYNAME_JEDDAH"
+msgstr "Τζέντα"
+
+msgid "IDS_WCL_BODY_CITYNAME_JERUSALEM"
+msgstr "Ιερουσαλήμ"
+
+msgid "IDS_WCL_BODY_CITYNAME_JOHANNESBURG"
+msgstr "Γιοχάνεσμπουργκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_KABUL"
+msgstr "Καμπούλ"
+
+msgid "IDS_WCL_BODY_CITYNAME_KALININGRAD"
+msgstr "Καλίνινγκραντ"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMCHATKA"
+msgstr "Καμτσάτκα"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMPALA"
+msgstr "Καμπάλα"
+
+msgid "IDS_WCL_BODY_CITYNAME_KARACHI"
+msgstr "Καράτσι"
+
+msgid "IDS_WCL_BODY_CITYNAME_KATHMANDU"
+msgstr "Κατμαντού"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHABAROVSK"
+msgstr "Κχαμπαρόβσκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARKIV"
+msgstr "Καρκίβ"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARTOUM"
+msgstr "Χαρτούμ"
+
+msgid "IDS_WCL_BODY_CITYNAME_KIEV"
+msgstr "Κίεβο"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINGSTON"
+msgstr "Κίνγκστον"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINSHASA"
+msgstr "Κινσάσα"
+
+msgid "IDS_WCL_BODY_CITYNAME_KOLKATA"
+msgstr "Καλκούτα"
+
+msgid "IDS_WCL_BODY_CITYNAME_KRASNOYARSK"
+msgstr "Κρασνογιάρσκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_KUALA_LUMPUR"
+msgstr "Κουάλα Λουμπούρ"
+
+msgid "IDS_WCL_BODY_KUWAIT"
+msgstr "Κουβέιτ"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOS_ANGELES"
+msgstr "Λος Άντζελες"
+
+msgid "IDS_WCL_BODY_CITYNAME_LA_PAZ"
+msgstr "Λα Παζ"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAGOS"
+msgstr "Λάγος"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAS_VEGAS"
+msgstr "Λας Βέγκας"
+
+msgid "IDS_WCL_BODY_CITYNAME_LIMA"
+msgstr "Λίμα"
+
+msgid "IDS_WCL_BODY_CITYNAME_LISBON"
+msgstr "Λισσαβόνα"
+
+msgid "IDS_WCL_BODY_CITYNAME_LJUBLJANA"
+msgstr "Λουμπλιάνα"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONDON"
+msgstr "Λονδίνο"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONGHUA"
+msgstr "Λονγκχουά"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOUISVILLE"
+msgstr "Λούισβιλ"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUANDA"
+msgstr "Λουάντα"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUBUMBASHI"
+msgstr "Λουμπουμπάσι"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUSAKA"
+msgstr "Λουσάκα"
+
+msgid "IDS_WCL_BODY_LUXEMBOURG"
+msgstr "Λουξεμβούργο"
+
+msgid "IDS_WCL_BODY_CITYNAME_LVIV"
+msgstr "Λβιβ"
+
+msgid "IDS_WCL_BODY_CITYNAME_MACAU"
+msgstr "Μακάο"
+
+msgid "IDS_WCL_BODY_CITYNAME_MADRID"
+msgstr "Madrid"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAGADAN"
+msgstr "Μάγκανταν"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALABO"
+msgstr "Μαλάμπο"
+
+msgid "IDS_WCL_BODY_CITYNAME_EQUAORIAL_GUINEA"
+msgstr "Ισημερινή Γουινέα"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALE"
+msgstr "Μαλέ"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAGUA"
+msgstr "Μανάγκουα"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAMA"
+msgstr "Μανάμα"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANILA"
+msgstr "Μανίλα"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAPUTO"
+msgstr "Μαπούτο"
+
+msgid "IDS_WCL_BODY_CITYNAME_MARIGOT"
+msgstr "Μαριγκότ"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_MARTIN"
+msgstr "Άγιος Μαρτίνος"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAZATLAN"
+msgstr "Μαζατλάν"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIYADH"
+msgstr "Ριάντ"
+
+msgid "IDS_WCL_BODY_CITYNAME_MELBOURNE"
+msgstr "Μελβούρνη"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEMPHIS"
+msgstr "Μέμφις"
+
+msgid "IDS_WCL_BODY_CITYNAME_MESSINA"
+msgstr "Μεσίνα"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEXICO_CITY"
+msgstr "Πόλη του Μεξικό"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIAMI"
+msgstr "Μαϊάμι"
+
+msgid "IDS_WCL_BODY_CITYNAME_MID_ATLANTIC"
+msgstr "Μεσ..Ατλαντ."
+
+msgid "IDS_WCL_BODY_CITYNAME_MIDWAY_ATOLL"
+msgstr "Μιντγουέι Ατόλη"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILAN"
+msgstr "Μιλάνο"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILWAUKEE"
+msgstr "Μιλγουόκι"
+
+msgid "IDS_WCL_BODY_CITYNAME_MINSK"
+msgstr "Μίνσκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOGADISHU"
+msgstr "Μογκαντίσου"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONROVIA"
+msgstr "Μονρόβια"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTEVIDEO"
+msgstr "Μοντεβιδέο"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTREAL"
+msgstr "Μόντρεαλ"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOSCOW"
+msgstr "Μόσχα"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUMBAI"
+msgstr "Μουμπάι"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUNICH"
+msgstr "Μόναχο"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUSCAT"
+msgstr "Μουσκάτ"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAIROBI"
+msgstr "Ναϊρόμπι"
+
+msgid "IDS_WCL_BODY_CITYNAME_ROME"
+msgstr "Ρώμη"
+
+msgid "IDS_WCL_BODY_CITYNAME_NATERS"
+msgstr "Νάτερς"
+
+msgid "IDS_WCL_BODY_CITYNAME_NDJAMENA"
+msgstr "Ντζαμένα"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAPLES"
+msgstr "Νάπολη"
+
+msgid "IDS_WCL_BODY_MECCA"
+msgstr "Μέκκα"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWDELHI"
+msgstr "Νέο Δελχί"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWYORK"
+msgstr "Νέα Υόρκη"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWFOUNDLAND"
+msgstr "Newfoundland"
+
+msgid "IDS_WCL_BODY_CITYNAME_NIAMEY"
+msgstr "Νιαμέι"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUAKCHOTT"
+msgstr "Νουακτσότ"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUMEA"
+msgstr "Νουμέα"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOKUZNETSK"
+msgstr "Νοβοκουζνέτσκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOSIBIRSK"
+msgstr "Νοβοσιμπίρσκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUKUALOFA"
+msgstr "Νουκουαλόφα"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUUK"
+msgstr "Νουούκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_OMSK"
+msgstr "Ομσκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_OSAKA"
+msgstr "Οσάκα"
+
+msgid "IDS_WCL_BODY_CITYNAME_OTTAWA"
+msgstr "Οτάβα"
+
+msgid "IDS_WCL_BODY_CITYNAME_OUAGADOUGOU"
+msgstr "Ουαγκαντουγκού"
+
+msgid "IDS_WCL_BODY_CITYNAME_PAGO_PAGO"
+msgstr "Πάγκο Πάγκο"
+
+msgid "IDS_WCL_BODY_CITYNAME_PALERMO"
+msgstr "Παλέρμο"
+
+msgid "IDS_WCL_BODY_PANAMA_CITY"
+msgstr "Πόλη του Παναμά"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARAMARIBO"
+msgstr "Παραμαρίμπο"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARIS"
+msgstr "Παρίσι"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERM"
+msgstr "Περμ"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERTH"
+msgstr "Περθ"
+
+msgid "IDS_WCL_BODY_CITYNAME_PETROPAVLOVSK_KAMCHATSKIY"
+msgstr "Πετροπαβλόσκ-Καμτσατσκί"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHILADELPHIA"
+msgstr "Φιλαδέλφεια"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHNOM_PENH"
+msgstr "Phnom Penh"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHOENIX"
+msgstr "Φοίνιξ"
+
+msgid "IDS_WCL_BODY_CITYNAME_PODGORICA"
+msgstr "Ποντγκόριτσα"
+
+msgid "IDS_WCL_BODY_CITYNAME_PONTA_DELGADA"
+msgstr "Πόντα Ντελγάδα"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_LOUIS"
+msgstr "Πορ Λουί"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_AU_PRINCE"
+msgstr "Πορτ-ο-Πρενς"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORTLAND"
+msgstr "Πόρτλαντ"
+
+msgid "IDS_WCL_BODY_CITYNAME_PRAGUE"
+msgstr "Πράγα"
+
+msgid "IDS_WCL_BODY_CITYNAME_PYONGYANG"
+msgstr "Πιονγκγιάνγκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_QUITO"
+msgstr "Κουίτο"
+
+msgid "IDS_WCL_BODY_CITYNAME_RABAT"
+msgstr "Ραμπάτ"
+
+msgid "IDS_WCL_BODY_CITYNAME_YANGON"
+msgstr "Γιανγκόν"
+
+msgid "IDS_WCL_BODY_CITYNAME_RECIFE"
+msgstr "Ρεσίφε"
+
+msgid "IDS_WCL_BODY_CITYNAME_REGINA"
+msgstr "Ρετζίνα"
+
+msgid "IDS_WCL_BODY_CITYNAME_REYKJAVIK"
+msgstr "Ρέικιαβικ"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIGA"
+msgstr "Ρίγα"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIO_DE_JANEIRO"
+msgstr "Ρίο ντε Τζανέιρο"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_DENIS"
+msgstr "Σαιν Ντενί"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAMARA"
+msgstr "Σαμάρα"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_ANTONIO"
+msgstr "Σαν Αντόνιο"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_DIEGO"
+msgstr "Σαν Ντιέγκο"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_FRANCISCO"
+msgstr "Σαν Φρανσίσκο"
+
+msgid "IDS_WCL_BODY_SAN_JOSE"
+msgstr "Σαν Χοσέ"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_JUAN"
+msgstr "Σαν Χουάν"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_MARINO"
+msgstr "Άγιος Μαρίνος"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_SALVADOR"
+msgstr "Σαν Σαλβαδόρ"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANAA"
+msgstr "Σανάα"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTIAGO"
+msgstr "Σαντιάγο"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTO_DOMINGO"
+msgstr "Άγιος Δομίνικος"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAO_PAULO"
+msgstr "Σάο Πάολο"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEATTLE"
+msgstr "Σιάτλ"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEOUL"
+msgstr "Σεούλ"
+
+msgid "IDS_WCL_BODY_CITYNAME_SHANGHAI"
+msgstr "Σαγκάη"
+
+msgid "IDS_WCL_BODY_SHENZHEN"
+msgstr "Σεντσέν"
+
+msgid "IDS_WCL_BODY_CITYNAME_SINGAPORE"
+msgstr "Σιγκαπούρη"
+
+msgid "IDS_WCL_BODY_CITYNAME_SKOPJE"
+msgstr "Σκόπια"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOFIA"
+msgstr "Σόφια"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_JOHNS"
+msgstr "Σεντ Τζον"
+
+msgid "IDS_WCL_BODY_CITYNAME_STOCKHOLM"
+msgstr "Στοκχόλμη"
+
+msgid "IDS_WCL_BODY_CITYNAME_SUVA"
+msgstr "Σούβα"
+
+msgid "IDS_WCL_BODY_CITYNAME_SYDNEY"
+msgstr "Σίδνεϋ"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAHITI"
+msgstr "Ταϊτή"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAIPEI"
+msgstr "Ταϊπέι"
+
+msgid "IDS_WCL_BODY_CITYNAME_TALLINN"
+msgstr "ΤΑΛΙΝ"
+
+msgid "IDS_WCL_BODY_CITYNAME_TARAWA"
+msgstr "Ταράουα"
+
+msgid "IDS_WCL_BODY_CITYNAME_TASHKENT"
+msgstr "Τασκένδη"
+
+msgid "IDS_WCL_BODY_CITYNAME_TBILISI"
+msgstr "Τιφλίδα"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEGUCIGALPA"
+msgstr "Τεγκουσιγκάλπα"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEHRAN"
+msgstr "Τεχεράνη"
+
+msgid "IDS_WCL_BODY_CITYNAME_HO_CHI_MINH_CITY"
+msgstr "Πόλη Χο Τσι Μινχ"
+
+msgid "IDS_WCL_BODY_CITYNAME_THE_SETTLEMENT"
+msgstr "The settlement"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIANJIN"
+msgstr "Τιανζίν"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIJUANA"
+msgstr "Τιχουάνα"
+
+msgid "IDS_WCL_BODY_CITYNAME_TOKYO"
+msgstr "Τόκυο"
+
+msgid "IDS_WCL_BODY_CITYNAME_TORONTO"
+msgstr "Τορόντο"
+
+msgid "IDS_WCL_BODY_CITYNAME_TREHET"
+msgstr "Τρεέ"
+
+msgid "IDS_WCL_BODY_CITYNAME_TRIPOLI"
+msgstr "Τρίπολη"
+
+msgid "IDS_WCL_BODY_CITYNAME_TUNIS"
+msgstr "Τύνιδα"
+
+msgid "IDS_WCL_BODY_CITYNAME_TURIN"
+msgstr "Τορίνο"
+
+msgid "IDS_WCL_BODY_CITYNAME_UFA"
+msgstr "Ούφα"
+
+msgid "IDS_WCL_BODY_CITYNAME_ULAN_BATOR"
+msgstr "Ουλάν Μπατόρ"
+
+msgid "IDS_WCL_BODY_CITYNAME_VADUZ"
+msgstr "Βαντούζ"
+
+msgid "IDS_WCL_BODY_CITYNAME_VALLETTA"
+msgstr "Βαλέτα"
+
+msgid "IDS_WCL_BODY_CITYNAME_VANCOUVER"
+msgstr "Βανκούβερ"
+
+msgid "IDS_WCL_BODY_CITYNAME_VERONA"
+msgstr "Βερόνα"
+
+msgid "IDS_WCL_BODY_CITYNAME_VICTORIA"
+msgstr "Βικτόρια"
+
+msgid "IDS_WCL_BODY_CITYNAME_VIENNA"
+msgstr "Βιέννη"
+
+msgid "IDS_WCL_BODY_CITYNAME_VILNIUS"
+msgstr "Βίλνιους"
+
+msgid "IDS_WCL_BODY_CITYNAME_VLADIVOSTOK"
+msgstr "Βλαδιβοστόκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_VOLGOGRAD"
+msgstr "Βολγκογκράντ"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_PETERSBURG"
+msgstr "Αγία Πετρούπολη"
+
+msgid "IDS_WCL_BODY_CITYNAME_WARSAW"
+msgstr "Βαρσοβία"
+
+msgid "IDS_WCL_BODY_CITYNAME_WASHINGTON_DC"
+msgstr "Ουάσινγκτον DC"
+
+msgid "IDS_WCL_BODY_CITYNAME_WELLINGTON"
+msgstr "Ουέλιγκτον"
+
+msgid "IDS_WCL_BODY_CITYNAME_WINNIPEG"
+msgstr "Γουίνιπεγκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAKUTSK"
+msgstr "Γιακούτσκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAMOUSSOUKRO"
+msgstr "Γιαμουσσούκρο"
+
+msgid "IDS_WCL_BODY_YAOUNDE"
+msgstr "Γιαουντέ"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEKATERINBURG"
+msgstr "Εκατέρινμπουργκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEREVAN"
+msgstr "Ερεβάν"
+
+msgid "IDS_WCL_BODY_CITYNAME_YUZHNO_SAKHALINSK"
+msgstr "Γιούζνο-Σάκαλινσκ"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZAGREB"
+msgstr "Ζάγκρεμπ"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZURICH"
+msgstr "Ζυρίχη"
+
+msgid "IDS_ST_HEADER_WI_FI_DIRECT"
+msgstr "Wi-Fi Direct"
+
+msgid "IDS_ST_POP_INCORRECT_PASSWORD"
+msgstr "Λάθος κωδικός"
diff --git a/src/po/en.po b/src/po/en.po
new file mode 100755 (executable)
index 0000000..b9635cd
--- /dev/null
@@ -0,0 +1,2908 @@
+msgid "IDS_COM_POP_UNSUPPORTED"
+msgstr "Unsupported"
+
+msgid "IDS_COM_BODY_1_MINUTE"
+msgstr "1 minute"
+
+msgid "IDS_ST_BODY_WALLPAPER"
+msgstr "Wallpaper"
+
+msgid "IDS_COM_POP_DATE"
+msgstr "Date"
+
+msgid "IDS_ST_BODY_SYSTEM"
+msgstr "System"
+
+msgid "IDS_ST_BODY_APPLICATIONS"
+msgstr "Applications"
+
+msgid "IDS_EMAIL_BODY_EXAMPLE"
+msgstr "Example"
+
+msgid "IDS_COM_POP_NAME"
+msgstr "Name"
+
+msgid "IDS_ST_BODY_SCAN"
+msgstr "Scan"
+
+msgid "IDS_COM_BODY_CALENDAR_T_MAINMENU_ABB2"
+msgstr "Calendar"
+
+msgid "IDS_COM_BODY_SAMSUNG_APPS_T_MAINMENU"
+msgstr "Samsung Apps"
+
+msgid "IDS_COM_BODY_VOIP_CALL"
+msgstr "VoIP call"
+
+msgid "IDS_COM_POP_UNKNOWN"
+msgstr "Unknown"
+
+msgid "IDS_COM_SK_ADD_LITE"
+msgstr "Add"
+
+msgid "IDS_ST_BODY_INACTIVE"
+msgstr "Inactive"
+
+msgid "IDS_COM_POP_NO_SPEED_DIAL_NUMBER_ASSIGN_ONE_NOW_Q"
+msgstr "No speed dial number. Assign one now?"
+
+msgid "IDS_COM_BODY_CONTACT_SETTINGS"
+msgstr "Contact settings"
+
+msgid "IDS_COM_BODY_NA"
+msgstr "N/A"
+
+msgid "IDS_COM_BODY_SEARCH_LINK"
+msgstr "Search"
+
+msgid "IDS_ST_BODY_CHECK_YOUR_MISSED_EVENTS_WHEN_HEADSET_MODE_IS_ENABLED"
+msgstr "Check your missed events when headset mode is enabled"
+
+msgid "IDS_ST_BODY_CHINESE_HCHINA_FEMALE"
+msgstr "Chinese (China, Female)"
+
+msgid "IDS_ST_BODY_DEFAULT_SETTINGS_OVERRIDE_APPLICATION_SETTINGS"
+msgstr "Default settings override application settings"
+
+msgid "IDS_ST_BODY_ENGLISH_HUNITED_STATES_FEMALE"
+msgstr "English (United States, Female)"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA"
+msgstr "Install voice data"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA_REQUIRED_FOR_SPEECH_SYNTHESIS"
+msgstr "Install voice data required for speech synthesis"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_FEMALE"
+msgstr "Korean (South Korea, Female)"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_MALE"
+msgstr "Korean (South Korea, Male)"
+
+msgid "IDS_ST_BODY_LAUNCH_VOICE_TALK_WHENEVER_BLUETOOTH_HEADSET_IS_CONNECTED"
+msgstr "Launch Voice talk whenever Bluetooth headset is connected"
+
+msgid "IDS_ST_BODY_LISTEN_TO_AN_EXAMPLE"
+msgstr "Listen to an example"
+
+msgid "IDS_ST_BODY_SAMSUNG_POWERED_BY_VLINGO"
+msgstr "Samsung powered by Vlingo"
+
+msgid "IDS_ST_BODY_SAVED"
+msgstr "Saved"
+
+msgid "IDS_ST_BODY_SELECT_APPLICATIONS_TO_USE_TTS_WHILE_DRIVING_MODE_IS_ON"
+msgstr "Select applications to use TTS while Driving mode is on"
+
+msgid "IDS_ST_BODY_SETS_THE_SPEECH_SYNTHESIS_ENGINE_TO_BE_USED_FOR_SPOKEN_TEXT"
+msgstr "Sets the speech synthesis engine to be used for spoken text"
+
+msgid "IDS_ST_BODY_SPEAKS_PROMPTS_BEFORE_LISTENING"
+msgstr "Speaks prompts before listening"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH"
+msgstr "Text-to-speech"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH_SETTINGS"
+msgstr "Text-to-speech settings"
+
+msgid "IDS_ST_BODY_TYPE1"
+msgstr "Type 1"
+
+msgid "IDS_ST_BODY_TYPE2"
+msgstr "Type 2"
+
+msgid "IDS_ST_BODY_TYPE3"
+msgstr "Type 3"
+
+msgid "IDS_ST_BODY_TYPE_4"
+msgstr "Type 4"
+
+msgid "IDS_ST_BODY_VOICE_EFFECTS"
+msgstr "Voice effects"
+
+msgid "IDS_ST_BODY_VOICE_INPUT_SETTING_HELP_MESSAGE_1"
+msgstr "Give Vlingo permission to create index of contacts to improve voice recognition accuracy?"
+
+msgid "IDS_ST_BODY_WHEN_VOICE_COMMAND_STARTS_THE_PHONE_WILL_START_LISTENING_AUTOMATICALLY_AND_RESPOND_USING_AUTO_SPEAK"
+msgstr "When Voice command starts, the phone will start listening automatically and respond using Auto-speak"
+
+msgid "IDS_ST_HEADER_ADVANCED_SETTINGS"
+msgstr "Advanced settings"
+
+msgid "IDS_ST_HEADER_TEXT_TO_SPEECH"
+msgstr "Text-to-speech"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT"
+msgstr "Voice input"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+msgstr "Voice input and output"
+
+msgid "IDS_ST_HEADER_VOICE_OUTPUT_ABB"
+msgstr "Voice output"
+
+msgid "IDS_ST_HEADER_VOICE_RECOGNITION_SETTINGS_ABB"
+msgstr "Voice recognition settings"
+
+msgid "IDS_ST_MBODY_AUTO_PUNCTUATION"
+msgstr "Auto-punctuation"
+
+msgid "IDS_ST_MBODY_AUTO_SPEAK"
+msgstr "Auto-speak"
+
+msgid "IDS_ST_MBODY_AUTO_START_DRIVING_MODE"
+msgstr "Auto-start Driving mode"
+
+msgid "IDS_ST_MBODY_AUTO_START_SPEAKERPHONE"
+msgstr "Auto start speakerphone"
+
+msgid "IDS_ST_MBODY_CUSTOMISE_MAIN_PROMPT"
+msgstr "Customise main prompt"
+
+msgid "IDS_ST_MBODY_DEFAULT_ENGINE"
+msgstr "Default engine"
+
+msgid "IDS_ST_MBODY_DRIVING_MODE_SETTINGS"
+msgstr "Driving mode settings"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_KINGDOM"
+msgstr "English (United Kingdom)"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_STATES"
+msgstr "English (United States)"
+
+msgid "IDS_ST_MBODY_HIDE_OFFENSIVE_WORDS"
+msgstr "Hide offensive words"
+
+msgid "IDS_ST_MBODY_SAMSUNG_TTS"
+msgstr "Samsung TTS"
+
+msgid "IDS_ST_MBODY_VERY_FAST"
+msgstr "Very fast"
+
+msgid "IDS_ST_MBODY_VOICE_RECOGNISER"
+msgstr "Voice recogniser"
+
+msgid "IDS_ST_OPT_NORMAL_M_SOUNDEFFECT"
+msgstr "Normal"
+
+msgid "IDS_ST_POP_FAST"
+msgstr "Fast"
+
+msgid "IDS_ST_POP_SLOW"
+msgstr "Slow"
+
+msgid "IDS_ST_POP_UPDATED_ABB"
+msgstr "Updated"
+
+msgid "IDS_COM_BODY_OFFICE"
+msgstr "Office"
+
+msgid "IDS_COM_BODY_SAMSUNG_DISCLAIMER"
+msgstr "Samsung disclaimer"
+
+msgid "IDS_COM_POP_LOCATION"
+msgstr "Location"
+
+msgid "IDS_ST_BODY_DRIVING_MODE"
+msgstr "Driving mode"
+
+msgid "IDS_ST_BODY_MESSAGE"
+msgstr "Message"
+
+msgid "IDS_ST_SK3_DONE"
+msgstr "Done"
+
+msgid "IDS_COM_OPT_FOLDERS"
+msgstr "Folders"
+
+msgid "IDS_COM_BODY_ANDROID"
+msgstr "Android"
+
+msgid "IDS_COM_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_COM_BODY_FRENCH"
+msgstr "French"
+
+msgid "IDS_ST_BODY_POWER_OFF"
+msgstr "Power off"
+
+msgid "IDS_COM_BODY_GERMAN"
+msgstr "German"
+
+msgid "IDS_COM_BODY_ITALIAN"
+msgstr "Italian"
+
+msgid "IDS_ST_BODY_SLEEP"
+msgstr "Sleep"
+
+msgid "IDS_COM_BODY_SPANISH"
+msgstr "Spanish"
+
+msgid "IDS_COM_BODY_TOUCHSCREEN_LANG"
+msgstr "Lang."
+
+msgid "IDS_COM_SK_SEARCH_A"
+msgstr "Search"
+
+msgid "IDS_COM_BODY_SYSTEM_INFO_ABB"
+msgstr "System info"
+
+msgid "IDS_ST_BODY_GREEK"
+msgstr "Greek"
+
+msgid "IDS_ST_BODY_POLISH"
+msgstr "Polish"
+
+msgid "IDS_ST_BODY_PORTUGUESE"
+msgstr "Portuguese"
+
+msgid "IDS_ST_BODY_FAILED_TO_CHECK_SIGNATURE"
+msgstr "Failed to check signature"
+
+msgid "IDS_ST_BODY_INCORRECT_USER_NAME_OR_PASSWORD"
+msgstr "Incorrect user name or password"
+
+msgid "IDS_ST_BODY_INTERNAL_ERROR"
+msgstr "Internal error"
+
+msgid "IDS_ST_BODY_SERVER_ERROR"
+msgstr "Server error"
+
+msgid "IDS_ST_BODY_UNKNOWN_ERROR"
+msgstr "Unknown error"
+
+msgid "IDS_ST_BODY_USER_NAME_ALREADY_IN_USE"
+msgstr "User name already in use"
+
+msgid "IDS_ST_POP_PASSWORD_MUST_BE_MORE_THAN_P1SD_CHARACTERS_AND_LESS_THAN_P2SD"
+msgstr "Password must be more than %1$d characters and less than %2$d"
+
+msgid "IDS_ST_BODY_FONTSTYLE_ROSEMARY"
+msgstr "Rosemary"
+
+msgid "IDS_ST_BODY_APPLICATION_INFO"
+msgstr "Application info"
+
+msgid "IDS_ST_MBODY_HOME_SCREEN_WALLPAPER"
+msgstr "Home screen wallpaper"
+
+msgid "IDS_ST_MBODY_LOCK_SCREEN_WALLPAPER_M_NOUN"
+msgstr "Lock screen wallpaper"
+
+msgid "IDS_COM_BODY_NEGATIVE_DISPLAY"
+msgstr "Negative display"
+
+msgid "IDS_COM_BODY_ORIGINAL_DISPLAY"
+msgstr "Original display"
+
+msgid "IDS_COM_BODY_POSITIVE_DISPLAY"
+msgstr "Positive display"
+
+msgid "IDS_ST_BODY_PASSWORDS_DO_NOT_MATCH"
+msgstr "Passwords do not match"
+
+msgid "IDS_ST_POP_TIME_SET_MAY_BE_DIFFERENT_FROM_ACTUAL_LOCAL_TIME"
+msgstr "Time set may be different from actual local time."
+
+msgid "IDS_ST_BODY_LOCATIONS"
+msgstr "Locations"
+
+msgid "IDS_ST_POP_PD_TO_PD_DIGITS_REQUIRED"
+msgstr "%d to %d digits required"
+
+msgid "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+msgstr "Downloaded applications"
+
+msgid "IDS_ST_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_ST_BODY_KEYBOARD"
+msgstr "Keyboard"
+
+msgid "IDS_ST_BODY_PS_FREE_OF_PS"
+msgstr "%s free of %s"
+
+msgid "IDS_ST_BODY_WIDGETS"
+msgstr "Widgets"
+
+msgid "IDS_ST_HEADER_SAMSUNG_APPS"
+msgstr "Samsung Apps"
+
+msgid "IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Changing language will close all applications and unsaved data will be lost. Continue?"
+
+msgid "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Changing region will close all applications and unsaved data will be lost. Continue?"
+
+msgid "IDS_ST_POP_EXPLANATION_FOR_EXPIRY_REMINDER"
+msgstr "Receive a reminder before the licence expires on a file in use, such as a wallpaper image"
+
+msgid "IDS_ST_POP_RESETTING_ING"
+msgstr "Resetting..."
+
+msgid "IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"
+msgstr "Restart phone to use automatic update?"
+
+msgid "IDS_ST_BODY_ABOUT"
+msgstr "About"
+
+msgid "IDS_ST_BODY_GSM_850_1900"
+msgstr "GSM 850/1900"
+
+msgid "IDS_ST_BODY_GSM_900_1800"
+msgstr "GSM 900/1800"
+
+msgid "IDS_ST_BODY_INSTALLATION_SETTINGS"
+msgstr "Installation settings"
+
+msgid "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+msgstr "Photo upload settings"
+
+msgid "IDS_ST_BODY_PROXY_PORT"
+msgstr "Proxy port"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_CONNECTION_CONNECTING_USB_HELP_MSG"
+msgstr "If Samsung Kies (PC software) or the correct drivers are not already installed on your PC, installation will proceed in Microsoft Windows. \nOnce you've installed the PC software, you can perform the following operations:\n- Sync phone data\n- Upgrade phone software\n- Internet sharing (This phone acts as a modem to give Internet access to your notebook or PC)\n- Copy purchased music/video (Microsoft Windows Media DRM) or normal files to your phone"
+
+msgid "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+msgstr "Social network profiles"
+
+msgid "IDS_ST_BODY_TASK_SWITCHER"
+msgstr "Task switcher"
+
+msgid "IDS_ST_BODY_UMTS"
+msgstr "UMTS"
+
+msgid "IDS_ST_BODY_VIBR__N__RAISING_MELODY"
+msgstr "Vibr. & raising melody"
+
+msgid "IDS_ST_HEADER_DIVX_VOD"
+msgstr "DivX® VOD"
+
+msgid "IDS_ST_HEADER_SAMSUNG_KIES"
+msgstr "Samsung Kies"
+
+msgid "IDS_COM_BODY_100P"
+msgstr "100%"
+
+msgid "IDS_COM_BODY_50P"
+msgstr "50%"
+
+msgid "IDS_COM_POP_DELETE_FAILED"
+msgstr "Delete failed"
+
+msgid "IDS_ST_BODY_30_percent"
+msgstr "30%"
+
+msgid "IDS_ST_BODY_CONNECT_TO_BLUETOOTH_DEVICE"
+msgstr "Connect to Bluetooth device"
+
+msgid "IDS_ST_BODY_DATA_ROAMING"
+msgstr "Data roaming"
+
+msgid "IDS_ST_BODY_GESTURES"
+msgstr "Gestures"
+
+msgid "IDS_ST_BODY_LOCK_SCREEN"
+msgstr "Lock screen"
+
+msgid "IDS_ST_BODY_MEDIA_PLAYER"
+msgstr "Media player"
+
+msgid "IDS_ST_BODY_MENU_AND_WIDGETS"
+msgstr "Menu and widgets"
+
+msgid "IDS_ST_MBODY_USB_CONNECTION"
+msgstr "USB connection"
+
+msgid "IDS_ST_BODY_BLUETOOTH_CONNECTION"
+msgstr "Bluetooth connection"
+
+msgid "IDS_ST_BODY_ENTER_NEW_PASSWORD"
+msgstr "Enter new password"
+
+msgid "IDS_ST_BODY_PASSWORD_CONTAINS_INVALID_CHARACTER_ABB"
+msgstr "Password contains invalid character"
+
+msgid "IDS_ST_BODY_SAMSUNG_ACCOUNT"
+msgstr "Samsung account"
+
+msgid "IDS_ST_BODY_USER_PASSWORD"
+msgstr "User password"
+
+msgid "IDS_ST_BODY_YOUR_BIRTHDAY"
+msgstr "Your birthday"
+
+msgid "IDS_ST_BUTTON_CREATE_ACCOUNT"
+msgstr "Create account"
+
+msgid "IDS_ST_HEADER_INVALID_PASSWORD_LENGTH"
+msgstr "Invalid password length"
+
+msgid "IDS_ST_HEADER_SIGN_UP_FOR_SAMSUNG_ACCOUNT"
+msgstr "Sign up for Samsung account"
+
+msgid "IDS_ST_OPT_NEW_PASSWORD_ABB"
+msgstr "New password"
+
+msgid "IDS_ST_POP_IT_SHOULD_BE_PD_TO_PD_DIGITS_LONG"
+msgstr "It should be %d to %d digits long"
+
+msgid "IDS_ST_POP_NETWORK_NOT_AVAILABLE"
+msgstr "Network not available"
+
+msgid "IDS_COM_BODY_MSGSETTINGSBROADCASTLANGUAGESSPANISH"
+msgstr "Spanish"
+
+msgid "IDS_COM_POP_UNKNOWN_ERROR_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Unknown error. Unable to launch application"
+
+msgid "IDS_ST_HEADER_FRANCE"
+msgstr "France"
+
+msgid "IDS_ST_BODY_ALWAYS_REJECT"
+msgstr "Always reject"
+
+msgid "IDS_ST_BODY_AUTO_DOWNLOAD"
+msgstr "Auto download"
+
+msgid "IDS_ST_BODY_DATE_AND_TIME"
+msgstr "Date and time"
+
+msgid "IDS_ST_BODY_DATE_FORMAT"
+msgstr "Date format"
+
+msgid "IDS_ST_BODY_DDMMYYYY_DOT"
+msgstr "DD.MM.YYYY"
+
+msgid "IDS_ST_BODY_EXPIRY_REMINDER"
+msgstr "Expiry reminder"
+
+msgid "IDS_ST_BODY_FILE_TRANSFER"
+msgstr "File transfer"
+
+msgid "IDS_ST_BODY_HOME_URL"
+msgstr "Home URL"
+
+msgid "IDS_ST_BODY_INTERNET_CONNECTION"
+msgstr "Internet connection"
+
+msgid "IDS_ST_BODY_INTERNET_SHARING"
+msgstr "Internet sharing"
+
+msgid "IDS_ST_BODY_MM_DD_YYYY_DOT"
+msgstr "MM.DD.YYYY"
+
+msgid "IDS_ST_BODY_NETWORK_MODE"
+msgstr "Network mode"
+
+msgid "IDS_ST_BODY_OPEN_SOURCE_LICENCES"
+msgstr "Open source licences"
+
+msgid "IDS_ST_BODY_PREFERRED_NETWORKS"
+msgstr "Preferred networks"
+
+msgid "IDS_ST_BODY_RESET_SETTINGS"
+msgstr "Reset settings"
+
+msgid "IDS_ST_BODY_SELECT_NETWORK"
+msgstr "Select network"
+
+msgid "IDS_ST_BODY_TIME_FORMAT"
+msgstr "Time format"
+
+msgid "IDS_ST_BODY_TIME_ZONE"
+msgstr "Time zone"
+
+msgid "IDS_ST_BODY_TRANSACTION_TRACKING"
+msgstr "Transaction tracking"
+
+msgid "IDS_ST_BODY_YYYY_DD_MM_DOT"
+msgstr "YYYY.DD.MM"
+
+msgid "IDS_COM_POP_FILE_VIEWER"
+msgstr "File viewer"
+
+msgid "IDS_COM_POP_SAVE_SAVE_TO_MY_FILES"
+msgstr "Save in My files"
+
+msgid "IDS_ST_BODY_TIME_N_DATE"
+msgstr "Time & Date"
+
+msgid "IDS_COM_BUTTON_PREV"
+msgstr "Prev."
+
+msgid "IDS_COM_POP_DRM_EXPIRED_GET_MORE_LICENSES"
+msgstr "%s will be locked in %d hours and %s will be reverted to default. Get more licences?"
+
+msgid "IDS_COM_POP_EXPIRING_REMINDER"
+msgstr "Expiring reminder"
+
+msgid "IDS_COM_SK_RETRY"
+msgstr "Retry"
+
+msgid "IDS_CST_BODY_AUTOMATIC_ANSWERING"
+msgstr "Automatic answering"
+
+msgid "IDS_ST_BODY_MESSAGE_LIST"
+msgstr "Message list"
+
+msgid "IDS_ST_HEADER_PLEASE_WAIT"
+msgstr "Please wait"
+
+msgid "IDS_ST_BODY_CALL"
+msgstr "Call"
+
+msgid "IDS_ST_BODY_NORMAL_T_PROFILE"
+msgstr "Normal"
+
+msgid "IDS_ST_BODY_PD_SECONDS"
+msgstr "%d seconds"
+
+msgid "IDS_COM_POP_UPDATED"
+msgstr "Updated"
+
+msgid "IDS_ST_POP_NEW_PASSWD_SAVED"
+msgstr "New password saved"
+
+msgid "IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"
+msgstr "No password. Set password?"
+
+msgid "IDS_COM_BODY_CREATE_MESSAGE_TELEFONICA"
+msgstr "Create new message"
+
+msgid "IDS_ST_BODY_USB_ASK_ON_CONNECTION"
+msgstr "Ask on connection"
+
+msgid "IDS_ST_HEADER_BRIGHT"
+msgstr "Bright"
+
+msgid "IDS_COM_BODY_ALL_DAY"
+msgstr "All day"
+
+msgid "IDS_COM_BODY_CERTIFICATE_INFO"
+msgstr "Certificate info"
+
+msgid "IDS_COM_BODY_ENABLE_LOCATION_SERVICES"
+msgstr "Enable location services"
+
+msgid "IDS_COM_BODY_INSTANT_MESSENGER"
+msgstr "Instant messenger"
+
+msgid "IDS_COM_BODY_NEWS"
+msgstr "News"
+
+msgid "IDS_COM_BODY_NO_SIM"
+msgstr "No SIM"
+
+msgid "IDS_COM_BODY_SERIAL_NUMBER"
+msgstr "Serial number"
+
+msgid "IDS_COM_OPT_HIDE_KEYPAD"
+msgstr "Hide keypad"
+
+msgid "IDS_COM_OPT_VOICE_RECORDER_WILL_BE_STOPPED_DUE_TO_LOW_BATTERY_VODA"
+msgstr "Voice recorder will be stopped due to low battery"
+
+msgid "IDS_COM_POP_EXITSILENTMODE"
+msgstr "Exit Silent mode"
+
+msgid "IDS_COM_POP_FOR_ALL_TELE_SERVICES_EXCEPT_SMS"
+msgstr "for All Tele services except SMS"
+
+msgid "IDS_COM_POP_LOW_BATTERY_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Low battery. Unable to launch application"
+
+msgid "IDS_COM_POP_MMS_SENT"
+msgstr "MMS sent"
+
+msgid "IDS_COM_POP_REGISTERING"
+msgstr "Registering..."
+
+msgid "IDS_COM_POP_SMALL_DAYS"
+msgstr "days"
+
+msgid "IDS_COM_POP_SMALL_HOURS"
+msgstr "hours"
+
+msgid "IDS_COM_POP_WEEKS_LC"
+msgstr "weeks"
+
+msgid "IDS_COM_POP_WEEK_LC"
+msgstr "week"
+
+msgid "IDS_COM_SK3_ADD"
+msgstr "Add"
+
+msgid "IDS_COM_SK3_END_ALL_APPLICATIONS"
+msgstr "End all applications"
+
+msgid "IDS_COM_SK_MOVE_LITE"
+msgstr "Move"
+
+msgid "IDS_COM_SK_NEXT"
+msgstr "Next"
+
+msgid "IDS_ST_BODY_ABOUT_PHONE"
+msgstr "About phone"
+
+msgid "IDS_ST_BODY_ACCESS_NAME"
+msgstr "Access name"
+
+msgid "IDS_ST_BODY_ADVANCED_GPS"
+msgstr "Advanced GPS"
+
+msgid "IDS_ST_BODY_ALERTTYPE_VIBRATION_AND_MELODY"
+msgstr "Vibration and melody"
+
+msgid "IDS_ST_BODY_ALERT_VIBRATION"
+msgstr "Alert vibration"
+
+msgid "IDS_ST_BODY_ALL_EMAILS"
+msgstr "All emails"
+
+msgid "IDS_ST_BODY_ANNIVERSARY"
+msgstr "Anniversary"
+
+msgid "IDS_ST_BODY_ANY_KEY"
+msgstr "Any key"
+
+msgid "IDS_ST_BODY_APPOINTMENT"
+msgstr "Appointment"
+
+msgid "IDS_ST_BODY_AUTH_TYPE"
+msgstr "Auth type"
+
+msgid "IDS_ST_BODY_AUTOMATIC_TIME_UPDATE"
+msgstr "Automatic time update"
+
+msgid "IDS_ST_BODY_BACKLIGHT_TIME"
+msgstr "Backlight time"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+msgstr "Vibration"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRAT_THEN_MELODY"
+msgstr "Vibration then melody"
+
+msgid "IDS_ST_BODY_CALL_LOG"
+msgstr "Call log"
+
+msgid "IDS_ST_BODY_CHANGE_PIN1"
+msgstr "Change PIN1"
+
+msgid "IDS_ST_BODY_CHANGE_PIN2"
+msgstr "Change PIN2"
+
+msgid "IDS_ST_BODY_CHOCO_COOKY"
+msgstr "Choco cooky"
+
+msgid "IDS_ST_BODY_CLEAR_PHONE_MEMORY"
+msgstr "Clear phone memory"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN1"
+msgstr "Confirm new PIN1"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN2"
+msgstr "Confirm new PIN2"
+
+msgid "IDS_ST_BODY_CONFIRM_PASSWORD"
+msgstr "Confirm password"
+
+msgid "IDS_ST_BODY_CONFIRM_SIM_PASSWORD"
+msgstr "Confirm SIM password"
+
+msgid "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS"
+msgstr "Proxy address"
+
+msgid "IDS_ST_BODY_CONNECTIVITY"
+msgstr "Connectivity"
+
+msgid "IDS_ST_BODY_COOL_JAZZ"
+msgstr "Cool jazz"
+
+msgid "IDS_ST_BODY_COUNTRY_CODE"
+msgstr "Country code"
+
+msgid "IDS_ST_BODY_CURRENT_PASSWORD"
+msgstr "Current password"
+
+msgid "IDS_ST_BODY_CURRENT_PIN1"
+msgstr "Current PIN1"
+
+msgid "IDS_ST_BODY_CURRENT_PIN2"
+msgstr "Current PIN2"
+
+msgid "IDS_ST_BODY_DISPLAY_CONTENTS"
+msgstr "Display contents"
+
+msgid "IDS_ST_BODY_DIVX_DEREGISTRATION"
+msgstr "DivX deregistration"
+
+msgid "IDS_ST_BODY_DIVX_REGISTRATION"
+msgstr "DivX registration"
+
+msgid "IDS_ST_BODY_DRM_MEDIA"
+msgstr "DRM media"
+
+msgid "IDS_ST_BODY_DVB_H"
+msgstr "DVB-H"
+
+msgid "IDS_ST_BODY_ENTER_4_TO_8_DIGIT_PIN"
+msgstr "Enter 4 to 8 digit PIN"
+
+msgid "IDS_ST_BODY_ETC"
+msgstr "ETC"
+
+msgid "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+msgstr "Events notifications"
+
+msgid "IDS_ST_BODY_FIXED_DIALLING_MODE"
+msgstr "Fixed dialling mode"
+
+msgid "IDS_ST_BODY_FLIGHT_MODE"
+msgstr "Flight mode"
+
+msgid "IDS_ST_BODY_FONTSTYLE_GLOBAL"
+msgstr "Global"
+
+msgid "IDS_ST_BODY_FOREIGN_NETWORK"
+msgstr "Foreign network"
+
+msgid "IDS_ST_BODY_IM"
+msgstr "IM"
+
+msgid "IDS_ST_BODY_IN_USE"
+msgstr "In use"
+
+msgid "IDS_ST_BODY_ITEMS"
+msgstr "Items"
+
+msgid "IDS_ST_BODY_LAN"
+msgstr "Languages"
+
+msgid "IDS_ST_BODY_LICENCE"
+msgstr "Licence"
+
+msgid "IDS_ST_BODY_LIST_VIEW"
+msgstr "List view"
+
+msgid "IDS_ST_BODY_MAXIMUM"
+msgstr "Maximum"
+
+msgid "IDS_ST_BODY_MEDIUM_M_FONTSIZE"
+msgstr "Medium"
+
+msgid "IDS_ST_BODY_MEMORY"
+msgstr "Memory"
+
+msgid "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"
+msgstr "Default memory"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_ANNIVERSARIES"
+msgstr "Anniversaries"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_APPOINTMENTS"
+msgstr "Appointments"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_MEMORY_CARD_DETAILS"
+msgstr "Memory card details"
+
+msgid "IDS_ST_BODY_MEMORY_STATUS"
+msgstr "Memory status"
+
+msgid "IDS_ST_BODY_MESSAGE_AND_EMAIL"
+msgstr "Message and email"
+
+msgid "IDS_ST_BODY_MOBILE_TRACKER"
+msgstr "Mobile tracker"
+
+msgid "IDS_ST_BODY_MSGSETTINGSMMS_DEFAULT_STYLE"
+msgstr "Default style"
+
+msgid "IDS_ST_BODY_MYTHEME_DEFAULT"
+msgstr "Default"
+
+msgid "IDS_ST_BODY_NETWORK"
+msgstr "Network"
+
+msgid "IDS_ST_BODY_NETWORK_CODE"
+msgstr "Network code"
+
+msgid "IDS_ST_BODY_NETWORK_LIST"
+msgstr "Network list"
+
+msgid "IDS_ST_BODY_NETWORK_TYPE"
+msgstr "Network type"
+
+msgid "IDS_ST_BODY_NEW_PASSWORD"
+msgstr "New password"
+
+msgid "IDS_ST_BODY_NEW_PIN1"
+msgstr "New PIN1"
+
+msgid "IDS_ST_BODY_NEW_PIN2"
+msgstr "New PIN2"
+
+msgid "IDS_ST_BODY_PASSWORD_EMPTY"
+msgstr "Password empty"
+
+msgid "IDS_ST_BODY_PC_INTERNET"
+msgstr "PC Internet"
+
+msgid "IDS_ST_BODY_PHONEPROFILES_DRIVING"
+msgstr "Driving"
+
+msgid "IDS_ST_BODY_PHONE_LOCK"
+msgstr "Phone lock"
+
+msgid "IDS_ST_BODY_PIN1"
+msgstr "PIN1"
+
+msgid "IDS_ST_BODY_PIN2"
+msgstr "PIN2"
+
+msgid "IDS_ST_BODY_PINS_DON'T_MATCH_E"
+msgstr "PINs don't match!"
+
+msgid "IDS_ST_BODY_PRIVACY_LOCK"
+msgstr "Privacy lock"
+
+msgid "IDS_ST_BODY_PUK1_BLOCKED"
+msgstr "PUK1 blocked"
+
+msgid "IDS_ST_BODY_PUK1_CODE"
+msgstr "PUK1"
+
+msgid "IDS_ST_BODY_PUK2"
+msgstr "PUK2"
+
+msgid "IDS_ST_BODY_PUK2_BLOCKED"
+msgstr "PUK2 blocked"
+
+msgid "IDS_ST_BODY_RAISING_MELODY"
+msgstr "Raising melody"
+
+msgid "IDS_ST_BODY_RECENT"
+msgstr "Recent"
+
+msgid "IDS_ST_BODY_RINGTONES_SAMSUNG_TUNE"
+msgstr "Samsung tune"
+
+msgid "IDS_ST_BODY_ROAMING_NETWORK"
+msgstr "Roaming network"
+
+msgid "IDS_ST_BODY_SECONDS_GA"
+msgstr "seconds"
+
+msgid "IDS_ST_BODY_SECURE"
+msgstr "Secure"
+
+msgid "IDS_ST_BODY_SECURITY"
+msgstr "Security"
+
+msgid "IDS_ST_BODY_SERVICE_TYPE"
+msgstr "Service type"
+
+msgid "IDS_ST_BODY_SIM_LOCK"
+msgstr "SIM lock"
+
+msgid "IDS_ST_BODY_SIM_PASSWORD"
+msgstr "SIM password"
+
+msgid "IDS_ST_BODY_SMALL_M_TEXTSIZE"
+msgstr "Small"
+
+msgid "IDS_ST_BODY_SOS_MASSAGES"
+msgstr "SOS massages"
+
+msgid "IDS_ST_BODY_SOUND_PROFILES"
+msgstr "Sound profiles"
+
+msgid "IDS_ST_BODY_TEXTSTYLE_LARGE"
+msgstr "Large"
+
+msgid "IDS_ST_BODY_THEME"
+msgstr "Theme"
+
+msgid "IDS_ST_BODY_TOUCH"
+msgstr "Touch"
+
+msgid "IDS_ST_BODY_VIBRATION_1"
+msgstr "Vibration 1"
+
+msgid "IDS_ST_BODY_VIBRATION_2"
+msgstr "Vibration 2"
+
+msgid "IDS_ST_BODY_VIBRATION_3"
+msgstr "Vibration 3"
+
+msgid "IDS_ST_BODY_VIBRATION_4"
+msgstr "Vibration 4"
+
+msgid "IDS_ST_BODY_VIBRATION_5"
+msgstr "Vibration 5"
+
+msgid "IDS_ST_BODY_VOICE_MAIL"
+msgstr "Voice mail"
+
+msgid "IDS_ST_BODY_WAP_DOWNLOADS"
+msgstr "WAP downloads"
+
+msgid "IDS_ST_BODY_WI_FI_MAC_ADDRESS"
+msgstr "Wi-Fi MAC address"
+
+msgid "IDS_ST_DISPLAYSETTINGS_BODY_MAINGREETINGEDITSTYLEBGCOLOUR"
+msgstr "Background colour"
+
+msgid "IDS_ST_HEADER_ALERT_TYPE"
+msgstr "Alert type"
+
+msgid "IDS_ST_HEADER_CONFIRM_PASSWORD_ABB"
+msgstr "Confirm password"
+
+msgid "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+msgstr "Display language"
+
+msgid "IDS_ST_HEADER_KEYBOARD_LANGUAGE"
+msgstr "Keyboard language"
+
+msgid "IDS_ST_HEADER_MEETING"
+msgstr "Meeting"
+
+msgid "IDS_ST_HEADER_OUTDOOR"
+msgstr "Outdoor"
+
+msgid "IDS_ST_HEADER_PIN1_CODE"
+msgstr "PIN1"
+
+msgid "IDS_ST_HEADER_SIM_PASSWORD"
+msgstr "SIM password"
+
+msgid "IDS_ST_HEADER_SPACE_M_THEME"
+msgstr "Space"
+
+msgid "IDS_ST_HEADER_UNAVAILABLE"
+msgstr "Unavailable"
+
+msgid "IDS_ST_HEADER_USER_AGREEMENT"
+msgstr "User agreement"
+
+msgid "IDS_ST_HEADER_WALLPAPER_HOME_SCREEN"
+msgstr "Home screen"
+
+msgid "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME"
+msgstr "Backlight time"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BLOCKMESSAGESBYADDRESSNEWPUSH"
+msgstr "Push messages"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCAST"
+msgstr "Broadcast messages"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCASTRECEIVINGCHANNELS"
+msgstr "Receiving channels"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEFONTSTYLE2"
+msgstr "Font style"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEPAGEDURATION"
+msgstr "Page duration"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSRECEIVOPTIONSHOMENET"
+msgstr "Home network"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSEXPIRY"
+msgstr "Expiry"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSPRIORITY"
+msgstr "Priority"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDRECEIVINGOPTS"
+msgstr "Receiving options"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMS"
+msgstr "Text messages"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMSSENDINGOPTCHARSUPPORT"
+msgstr "Character support"
+
+msgid "IDS_ST_OPT_EDIT_CHANNEL"
+msgstr "Edit channel"
+
+msgid "IDS_ST_OPT_ITEM"
+msgstr "Item"
+
+msgid "IDS_ST_OPT_MASS_STORAGE_ABB"
+msgstr "Mass storage"
+
+msgid "IDS_ST_OPT_PHONEBOOK"
+msgstr "Phonebook"
+
+msgid "IDS_ST_POP_ALL_BARRING"
+msgstr "All barring"
+
+msgid "IDS_ST_POP_ALL_CONTACTS_LINKED_TO_WEB_ACCOUNTS_WILL_ALSO_BE_DELETED_IN_WEB_SERVER_CONTINUE_Q"
+msgstr "All contacts linked to Web accounts will also be deleted in Web server. Continue?"
+
+msgid "IDS_ST_POP_CLEARED"
+msgstr "Cleared"
+
+msgid "IDS_ST_POP_CLEARING_ING"
+msgstr "Clearing..."
+
+msgid "IDS_ST_POP_ENTER_8_DIGIT_PIN_UNLOCK_HPUK_CODE_KOR"
+msgstr "Enter 8-digit PIN unlock (PUK) code"
+
+msgid "IDS_ST_POP_FLIGHT_MODE_ON"
+msgstr "Flight mode on"
+
+msgid "IDS_ST_POP_INCOMING_BARRING"
+msgstr "Incoming barring"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1"
+msgstr "Incorrect PIN1"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT"
+msgstr "Incorrect PIN. 1 attempt left"
+
+msgid "IDS_ST_POP_INCORRECT_PIN2"
+msgstr "Incorrect PIN2"
+
+msgid "IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT"
+msgstr "Incorrect PIN. %d attempts left"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT"
+msgstr "Incorrect PUK1. 1 attempt left"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_CODE"
+msgstr "Incorrect PUK1"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT"
+msgstr "Incorrect PUK1. %d attempts left"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2"
+msgstr "Incorrect PUK2"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT"
+msgstr "Incorrect PUK2. 1 attempt left"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT"
+msgstr "Incorrect PUK2. %d attempts left"
+
+msgid "IDS_ST_POP_MSG_FORMATTING"
+msgstr "Formatting..."
+
+msgid "IDS_ST_POP_MSG_FORMAT_QUESTION"
+msgstr "Formatting will erase all data. Continue?"
+
+msgid "IDS_ST_POP_NO_ITEMS_SELECTED"
+msgstr "No item selected"
+
+msgid "IDS_ST_POP_OUTGOING_BARRING"
+msgstr "Outgoing barring"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Passwords do not match"
+
+msgid "IDS_ST_POP_PASSWORD_CHANGED"
+msgstr "Password changed"
+
+msgid "IDS_ST_POP_PASSWORD_TOO_SHORT"
+msgstr "Password too short"
+
+msgid "IDS_ST_POP_PD_ATTEMPTS_LEFT"
+msgstr "%d attempts left"
+
+msgid "IDS_ST_POP_PD_ATTEMPT_LEFT"
+msgstr "%d attempt left"
+
+msgid "IDS_ST_POP_PIN1_BLOCKED"
+msgstr "PIN1 blocked"
+
+msgid "IDS_ST_POP_PIN1_CHANGED"
+msgstr "PIN1 changed"
+
+msgid "IDS_ST_POP_PIN2_BLOCKED"
+msgstr "PIN2 blocked"
+
+msgid "IDS_ST_POP_PIN2_CHANGED"
+msgstr "PIN2 changed"
+
+msgid "IDS_ST_POP_PIN2_UNBLOCKED"
+msgstr "PIN2 unblocked"
+
+msgid "IDS_ST_POP_PIN_UNBLOCKED"
+msgstr "PIN unblocked"
+
+msgid "IDS_ST_POP_SAVING"
+msgstr "Saving"
+
+msgid "IDS_ST_POP_SET"
+msgstr "Set"
+
+msgid "IDS_ST_POP_TEXT_MESSAGE_ALERT_TONE"
+msgstr "Message alert tone"
+
+msgid "IDS_ST_POP_TEXT_NEW_NETWORK"
+msgstr "New network"
+
+msgid "IDS_ST_POP_UNKNOWN_OPERATION"
+msgstr "Unknown operation"
+
+msgid "IDS_ST_POP_YES"
+msgstr "Yes"
+
+msgid "IDS_ST_SECURITY_BODY_ENTERPIN2BABY"
+msgstr "PIN2"
+
+msgid "IDS_ST_SECURITY_BODY_NOIMSI"
+msgstr "Insert SIM card"
+
+msgid "IDS_ST_SK_FORMAT"
+msgstr "Format"
+
+msgid "IDS_ST_POP_ACTIVATION_ONGOING"
+msgstr "Activation ongoing..."
+
+msgid "IDS_COM_BODY_EMAILS_T_MAINMENU_ABB2"
+msgstr "Emails"
+
+msgid "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_ST_HEADER_WI_FI"
+msgstr "Wi-Fi"
+
+msgid "IDS_ST_BODY_CPU_USAGE"
+msgstr "CPU usage"
+
+msgid "IDS_ST_MBODY_SCREEN_READER_HTTS"
+msgstr "Screen reader (TTS)"
+
+msgid "IDS_ST_BODY_SPEECH_RATE"
+msgstr "Speech rate"
+
+msgid "IDS_ST_HEADER_ACCESSIBILITY"
+msgstr "Accessibility"
+
+msgid "IDS_ST_MBODY_HIGH_CONTRAST"
+msgstr "High contrast"
+
+msgid "IDS_ST_MBODY_FONT_SIZE"
+msgstr "Font size"
+
+msgid "IDS_ST_BODY_FONT_STYLE"
+msgstr "Font style"
+
+msgid "IDS_ST_BODY_TORCH_LIGHT"
+msgstr "Torch light"
+
+msgid "IDS_ST_MBODY_MONO_AUDIO"
+msgstr "Mono audio"
+
+msgid "IDS_ST_HEADER_TUTORIAL"
+msgstr "Tutorial"
+
+msgid "IDS_ST_BODY_TOUCHSENSITIVITY_SENSITIVITY"
+msgstr "Sensitivity"
+
+msgid "IDS_MTTRL_BODY_USE_PANNING"
+msgstr "Use panning"
+
+msgid "IDS_MTTRL_HEADER_TRY_TILT"
+msgstr "Try tilt"
+
+msgid "IDS_ST_HEADER_INCOMING_CALLS"
+msgstr "Incoming calls"
+
+msgid "IDS_ST_SK_VOLUME"
+msgstr "Volume"
+
+msgid "IDS_ST_HEADER_USB_UTILITIES"
+msgstr "USB utilities"
+
+msgid "IDS_ST_BODY_ROTATION_LOCK"
+msgstr "Rotation lock"
+
+msgid "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+msgstr "Battery percentage"
+
+msgid "IDS_ST_BODY_MY_NUMBER"
+msgstr "My number"
+
+msgid "IDS_ST_BODY_MODEL_NUMBER"
+msgstr "Model number"
+
+msgid "IDS_ST_BODY_VERSION_C"
+msgstr "Version:"
+
+msgid "IDS_ST_BODY_BUILD_NUMBER"
+msgstr "Build number"
+
+msgid "IDS_ST_BODY_DEVICE_INFO"
+msgstr "Device info"
+
+msgid "IDS_ST_BODY_SUNDAY"
+msgstr "Sunday"
+
+msgid "IDS_ST_BODY_MONDAY"
+msgstr "Monday"
+
+msgid "IDS_ST_BODY_TUESDAY"
+msgstr "Tuesday"
+
+msgid "IDS_ST_BODY_10_MINUTES"
+msgstr "10 minutes"
+
+msgid "IDS_ST_BODY_3MINUTES"
+msgstr "3 minutes"
+
+msgid "IDS_ST_BODY_HOLD_ME"
+msgstr "Hold me"
+
+msgid "IDS_MTTRL_BODY_MOTION_ACTIVATION"
+msgstr "Motion activation"
+
+msgid "IDS_MTTRL_MBODY_TILT_TO_ZOOM"
+msgstr "Tilt to zoom"
+
+msgid "IDS_ST_BUTTON_USE_TILT"
+msgstr "Use tilt"
+
+msgid "IDS_ST_BODY_USE_MOTION"
+msgstr "Use motion"
+
+msgid "IDS_ST_BODY_MOTION_DISABLED"
+msgstr "Motion disabled"
+
+msgid "IDS_COM_POP_UNABLE_TO_SECURE_CONNECTION"
+msgstr "Unable to secure connection"
+
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notification"
+
+msgid "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK"
+msgstr "Haptic feedback"
+
+msgid "IDS_ST_BODY_MSG_ALERT_REPETITION"
+msgstr "Message alert repetition"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+msgstr "Email alert repetition"
+
+msgid "IDS_ST_POP_SIMPLE_PASSWORD_NOT_ALLOWED"
+msgstr "Simple password not allowed"
+
+msgid "IDS_ST_BODY_INCOMING_CALL"
+msgstr "Incoming call"
+
+msgid "IDS_ST_BODY_ONCE"
+msgstr "Once"
+
+msgid "IDS_ST_BODY_EVERY_2MIN"
+msgstr "Every 2 minutes"
+
+msgid "IDS_ST_BODY_EVERY_5MIN"
+msgstr "Every 5 minutes"
+
+msgid "IDS_ST_BODY_EVERY_10MINUTES"
+msgstr "Every 10 minutes"
+
+msgid "IDS_ST_BODY_15SEC"
+msgstr "15 seconds"
+
+msgid "IDS_ST_BODY_30SEC"
+msgstr "30 seconds"
+
+msgid "IDS_ST_BODY_8_SECONDS"
+msgstr "8 seconds"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+msgstr "Accessibility settings"
+
+msgid "IDS_ST_BODY_AFTER_5_SECONDS"
+msgstr "After 5 seconds"
+
+msgid "IDS_ST_HEADER_PD_ATTEMPTS_LEFT"
+msgstr "%d attempts left"
+
+msgid "IDS_ST_BODY_AVAILABLE_SPACE"
+msgstr "Available space"
+
+msgid "IDS_ST_BODY_BLACK"
+msgstr "Black"
+
+msgid "IDS_ST_HEADER_EASY_ACCESS"
+msgstr "Easy access"
+
+msgid "IDS_CLD_BODY_FIRST_DAY_OF_WEEK"
+msgstr "First day of week"
+
+msgid "IDS_ST_BODY_FORMAT_SD_CARD"
+msgstr "Format SD card"
+
+msgid "IDS_ST_BODY_GSM"
+msgstr "GSM"
+
+msgid "IDS_ST_HEADER_HEARING"
+msgstr "Hearing"
+
+msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
+msgstr "Home screen"
+
+msgid "IDS_ST_HEADER_INSERT_SIM_CARD_ABB"
+msgstr "Insert SIM card"
+
+msgid "IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"
+msgstr "Incorrect proxy address"
+
+msgid "IDS_ST_BODY_KIES_INSTALLER"
+msgstr "Kies installer"
+
+msgid "IDS_ST_BODY_LANGUAGE"
+msgstr "Language"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TILT_ABB"
+msgstr "Learn about tilt"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TURN_OVER"
+msgstr "Learn about turn over"
+
+msgid "IDS_COM_BODY_MEDIA"
+msgstr "Media"
+
+msgid "IDS_ST_BODY_MOTION_SETTINGS"
+msgstr "Motion settings"
+
+msgid "IDS_ST_MBODY_MOTIONS"
+msgstr "Motions"
+
+msgid "IDS_ST_BODY_MOUNT_SD_CARD"
+msgstr "Mount SD card"
+
+msgid "IDS_MTTRL_BODY_MOVE_AN_ICON_TO_ANOTHER_PAGE"
+msgstr "Move an icon to another page"
+
+msgid "IDS_ST_BODY_MOVE_DEVICE_LEFT_OR_RIGHT"
+msgstr "Move device left or right"
+
+msgid "IDS_ST_OPT_NETWORK_LIST"
+msgstr "Network list"
+
+msgid "IDS_ST_HEADER_NEW_NETWORK"
+msgstr "New network"
+
+msgid "IDS_ST_BODY_NOSERVICE"
+msgstr "No service"
+
+msgid "IDS_COM_BUTTON2_PROCESSING_ING"
+msgstr "Processing..."
+
+msgid "IDS_COM_MBODY_SECURITY_POLICY"
+msgstr "Security policy"
+
+msgid "IDS_ST_POP_SELECT_OTHER_CONNECTION"
+msgstr "Select other connection"
+
+msgid "IDS_ST_BODY_PHONE_SOUND_VOL"
+msgstr "Phone sound volume"
+
+msgid "IDS_ST_BODY_SPEED_AT_WHICH_THE_TEXT_IS_SPOKEN"
+msgstr "Speed at which the text is spoken"
+
+msgid "IDS_COM_BODY_DETAILS_TIME"
+msgstr "Time"
+
+msgid "IDS_ST_BODY_TOTAL_SPACE"
+msgstr "Total space"
+
+msgid "IDS_MTTRL_HEADER_TRY_DOUBLE_TAP"
+msgstr "Try double tap"
+
+msgid "IDS_MTTRL_HEADER_TRY_PANNING"
+msgstr "Try pan"
+
+msgid "IDS_MTTRL_MBODY_TURN_OVER_TO_MUTE"
+msgstr "Turn over to mute"
+
+msgid "IDS_ST_BODY_UNMOUNT_SD_CARD"
+msgstr "Unmount SD card"
+
+msgid "IDS_ST_BODY_USB_DEBUGGING"
+msgstr "USB debugging"
+
+msgid "IDS_ST_BODY_USE_PACKET_DATA"
+msgstr "Use packet data"
+
+msgid "IDS_ST_HEADER_VISION"
+msgstr "Vision"
+
+msgid "IDS_ST_BODY_INTERNAL_PHONE_STORAGE_SPACE_IS_NEARLY_FULL_VZW"
+msgstr "Internal phone storage space is nearly full"
+
+msgid "IDS_ST_BODY_24_HOURS"
+msgstr "24 hours"
+
+msgid "IDS_ST_BODY_WEDNESDAY"
+msgstr "Wednesday"
+
+msgid "IDS_ST_BODY_THURSDAY"
+msgstr "Thursday"
+
+msgid "IDS_ST_BODY_FRIDAY"
+msgstr "Friday"
+
+msgid "IDS_ST_BODY_SATURDAY"
+msgstr "Saturday"
+
+msgid "IDS_ST_BODY_EMAIL"
+msgstr "Email"
+
+msgid "IDS_CST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Accept calls using the home key"
+
+msgid "IDS_ST_BODY_HELLO_KITTY_1"
+msgstr "Hello Kitty 1"
+
+msgid "IDS_COM_POP_TIMES_LC"
+msgstr "times"
+
+msgid "IDS_COM_BODY_VIA_MMS"
+msgstr "Via MMS"
+
+msgid "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+msgstr "Language and region"
+
+msgid "IDS_ST_BODY_WINSET"
+msgstr "Winset"
+
+msgid "IDS_ST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Accept calls using the home key"
+
+msgid "IDS_ST_BODY_REMOVE_LICENCE"
+msgstr "Remove licence"
+
+msgid "IDS_ST_BUTTON2_EDIT_PREFERRED"
+msgstr "Edit preferred"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT"
+msgstr "Email alert"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
+msgstr "Enter password again"
+
+msgid "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
+msgstr "Enter current password"
+
+msgid "IDS_ST_BODY_SD_CARD"
+msgstr "SD card"
+
+msgid "IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"
+msgstr "De-registration code not found"
+
+msgid "IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"
+msgstr "Failed to select network"
+
+msgid "IDS_ST_BODY_HIGH_CONTRAST"
+msgstr "High contrast"
+
+msgid "IDS_ST_BODY_MMS_CONNECTIONS"
+msgstr "MMS connections"
+
+msgid "IDS_ST_TAB_PREFERRED"
+msgstr "Preferred"
+
+msgid "IDS_ST_BODY_REGION"
+msgstr "Region"
+
+msgid "IDS_ST_BODY_SNS"
+msgstr "SNS"
+
+msgid "IDS_ST_BODY_SENSITIVITY_SETTINGS"
+msgstr "Sensitivity settings"
+
+msgid "IDS_ST_HEADER_SENSITIVITY_TEST_ABB"
+msgstr "Sensitivity test"
+
+msgid "IDS_ST_BODY_VOLUME"
+msgstr "Volume"
+
+msgid "IDS_ST_BODY_TEST_TILT_SENSITIVITY"
+msgstr "Test tilt sensitivity"
+
+msgid "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+msgstr "Adjust volume and intensity for sounds when dialling, using keypad, tapping the screen, pressing hardkeys, and locking and unlocking device"
+
+msgid "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
+msgstr "Incorrect password. Try again"
+
+msgid "IDS_ST_BODY_PICTURE_READER"
+msgstr "Picture reader"
+
+msgid "IDS_ST_BODY_AUTOMATIC_UPDATE"
+msgstr "Automatic update"
+
+msgid "IDS_COM_BODY_FILEDETAIL_MODEL"
+msgstr "Model"
+
+msgid "IDS_ST_BODY_WHITE"
+msgstr "White"
+
+msgid "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+msgstr "Customise lock screen"
+
+msgid "IDS_ST_BODY_MESSAGE_RINGTONE"
+msgstr "Message ringtone"
+
+msgid "IDS_COM_BODY_DETAILS_LOCATION"
+msgstr "Location"
+
+msgid "IDS_ST_OPT_ALL"
+msgstr "All"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS"
+msgstr "Enter password again after %d seconds"
+
+msgid "IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"
+msgstr "Unable to change PIN"
+
+msgid "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+msgstr "Screen lock sound"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+msgstr "Incoming call ringtone"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+msgstr "Incoming call vibration"
+
+msgid "IDS_ST_BODY_SIMPLE_PASSWORD"
+msgstr "Simple password"
+
+msgid "IDS_COM_BODY_ALLOW_BLUETOOTH"
+msgstr "Allow Bluetooth"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_USE"
+msgstr "Allow Internet use"
+
+msgid "IDS_COM_BODY_ALLOW_CAMERA"
+msgstr "Allow Camera"
+
+msgid "IDS_COM_BODY_ALLOW_DESKTOP_SYNC"
+msgstr "Allow desktop sync"
+
+msgid "IDS_COM_BODY_ALLOW_HTML_EMAIL"
+msgstr "Allow HTML email"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_SHARING"
+msgstr "Allow Internet sharing"
+
+msgid "IDS_COM_BODY_ALLOW_POP_AND_IMAP_EMAIL"
+msgstr "Allow POP and IMAP email"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_ENCRYPTION_ALGORITHM_NEGOTIATION"
+msgstr "Allow S/MIME encryption algorithm negotiation"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_SOFTWARE_CERTIFICATES"
+msgstr "Allow S/MIME software certificates"
+
+msgid "IDS_COM_BODY_ALLOW_STORAGE_CARD"
+msgstr "Allow storage card"
+
+msgid "IDS_COM_BODY_ALLOW_TEXT_MESSAGING"
+msgstr "Allow text messaging"
+
+msgid "IDS_COM_BODY_ALLOW_WI_FI"
+msgstr "Allow Wi-Fi"
+
+msgid "IDS_COM_HEADER_ATTACHMENT_CONTROL"
+msgstr "Attachment control"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_CALENDAR_EVENTS"
+msgstr "Maximum age of calendar events"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_EMAILS"
+msgstr "Maximum age of emails"
+
+msgid "IDS_COM_BODY_MINIMUM_NUMBER_OF_COMPLEX_CHARACTERS_IN_PASSWORD"
+msgstr "Minimum number of complex characters in password"
+
+msgid "IDS_COM_HEADER_PASSWORD_RECOVERY"
+msgstr "Password recovery"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_ENCRYPTED"
+msgstr "Require messages to be S/MIME encrypted"
+
+msgid "IDS_COM_BODY_REQUIRE_S_MIME_ALGORITHM_ENCRYPTION"
+msgstr "Require S/MIME algorithm encryption"
+
+msgid "IDS_COM_BODY_REQUIRE_MANUAL_SYNCHRONISATION_WHEN_ROAMING"
+msgstr "Require manual synchronisation when roaming"
+
+msgid "IDS_COM_BODY_REQUIRE_SIGNED_S_MIME_ALGORITHM"
+msgstr "Require signed S/MIME algorithm"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_SIGNED"
+msgstr "Require messages to be S/MIME signed"
+
+msgid "IDS_COM_POP_INSERT_SIM_CARD"
+msgstr "Insert SIM card"
+
+msgid "IDS_COM_POP_DEACTIVATE_FLIGHT_MODE_TO_USE_NETWORK_SERVICES"
+msgstr "Deactivate Flight mode to use network services"
+
+msgid "IDS_COM_POP_DAY_LC"
+msgstr "day"
+
+msgid "IDS_ST_BODY_TIME_ZONE_DST"
+msgstr "Daylight saving time"
+
+msgid "IDS_ST_POP_UNINSTALLED"
+msgstr "Uninstalled"
+
+msgid "IDS_ST_HEADER_APPLICATION_INFO"
+msgstr "Application info"
+
+msgid "IDS_ST_BODY_TOTAL"
+msgstr "Total"
+
+msgid "IDS_ST_BODY_APPLICATION"
+msgstr "Application"
+
+msgid "IDS_ST_BODY_DATA"
+msgstr "Data"
+
+msgid "IDS_ST_BODY_BYTES"
+msgstr "bytes"
+
+msgid "IDS_ST_BODY_LAUNCH_BY_DEFAULT"
+msgstr "Launch by default"
+
+msgid "IDS_ST_BODY_CLEAR_DEFAULTS"
+msgstr "Clear defaults"
+
+msgid "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS"
+msgstr "This app is set to open by default for some actions"
+
+msgid "IDS_ST_BODY_OPERATOR"
+msgstr "Operator"
+
+msgid "IDS_ST_BODY_SAMSUNG"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_THIRD_PARTIES"
+msgstr "Third parties"
+
+msgid "IDS_ST_BUTTON_UNINSTALL_UPDATES"
+msgstr "Uninstall updates"
+
+msgid "IDS_ST_BODY_STORAGE"
+msgstr "Storage"
+
+msgid "IDS_ST_BODY_GB"
+msgstr "GB"
+
+msgid "IDS_ST_BODY_MB"
+msgstr "MB"
+
+msgid "IDS_ST_BODY_KB"
+msgstr "KB"
+
+msgid "IDS_ST_BODY_MORE_DETAILS"
+msgstr "More details"
+
+msgid "IDS_ST_HEADER_CERTIFICATES"
+msgstr "Certificates"
+
+msgid "IDS_ST_POP_UNINSTALLING_ING"
+msgstr "Uninstalling..."
+
+msgid "IDS_ST_SK_OK"
+msgstr "OK"
+
+msgid "IDS_ST_BODY_DISPLAY"
+msgstr "Display"
+
+msgid "IDS_ST_BODY_MOBILE_AP"
+msgstr "Mobile AP"
+
+msgid "IDS_ST_BODY_PD_MINUTES"
+msgstr "%d minutes"
+
+msgid "IDS_ST_BODY_POWERONTYPE_MUTE"
+msgstr "Mute"
+
+msgid "IDS_ST_BODY_SECONDS"
+msgstr "Seconds"
+
+msgid "IDS_ST_BODY_MAINDISPLAY_WALLPAPER"
+msgstr "Wallpaper"
+
+msgid "IDS_ST_BODY_SOUNDS"
+msgstr "Sounds"
+
+msgid "IDS_ST_POP_SEARCHING_ING"
+msgstr "Searching..."
+
+msgid "IDS_ST_BUTTON_FORCE_STOP"
+msgstr "Force stop"
+
+msgid "IDS_ST_BUTTON_UNINSTALL"
+msgstr "Uninstall"
+
+msgid "IDS_ST_BUTTON_CLEAR_DATA"
+msgstr "Clear data"
+
+msgid "IDS_ST_MBODY_TETHERING_AND_PORTABLE_HOTSPOT"
+msgstr "Tethering and portable hotspot"
+
+msgid "IDS_ST_HEADER2_FIND_MY_MOBILE"
+msgstr "Find my mobile"
+
+msgid "IDS_COM_SK_RETRY_A"
+msgstr "Retry"
+
+msgid "IDS_ST_BODY_2_MINUTES"
+msgstr "2 minutes"
+
+msgid "IDS_ST_BODY_5_MINUTES"
+msgstr "5 minutes"
+
+msgid "IDS_ST_BODY_MESSAGE_ALERT"
+msgstr "Message alert"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Connect to PC. Mass storage will be disabled automatically after use"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Connect to PC. USB debugging will be disabled automatically after use"
+
+msgid "IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"
+msgstr "Licence will be deleted. Continue?"
+
+msgid "IDS_ST_BODY_DEFAULT_CONNECTION_MODE"
+msgstr "Default connection mode"
+
+msgid "IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"
+msgstr "This mode is for application developers. You can test and develop software"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_IS_THE_DEFAULT_CONNECTION_IT_WILL_REVERT_BACK_TO_DEFAULT_MODE_AFTER_USING_OTHER_MODES_MSG"
+msgstr "Samsung Kies is the default connection mode. The other modes below are optional. This device will revert back to the default mode after you use the modes below"
+
+msgid "IDS_ST_BODY_MANUFACTURER"
+msgstr "Manufacturer"
+
+msgid "IDS_ST_BODY_MASS_STORAGE_HELP_MSG"
+msgstr "You can perform the following operations:\n- Fast file copying\n- Connection via MAC or Linux OS"
+
+msgid "IDS_ST_BODY_RESET_ALL"
+msgstr "Reset all"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_ON"
+msgstr "Flight mode on"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_OFF"
+msgstr "Flight mode off"
+
+msgid "IDS_ST_POP_UNABLE_TO_TURN_ON_FLIGHT_MODE_VODA"
+msgstr "Unable to turn on Flight mode"
+
+msgid "IDS_ST_POP_PS_ENABLED"
+msgstr "%s enabled"
+
+msgid "IDS_ST_POP_ACTIVATE_DEVICE_ADMINISTRATOR_Q"
+msgstr "Activate device administrator?"
+
+msgid "IDS_ST_BODY_TOUCH_PANEL_AUTO_LOCK"
+msgstr "Touch panel auto-lock"
+
+msgid "IDS_ST_BODY_SAVE_TO"
+msgstr "Save to"
+
+msgid "IDS_COM_POP_DISCONNECTED"
+msgstr "Disconnected"
+
+msgid "IDS_WIFI_MBODY_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_COM_BODY_TEXT_INPUT"
+msgstr "Text input"
+
+msgid "IDS_ST_BODY_TEXT_INPUT"
+msgstr "Text input"
+
+msgid "IDS_ST_BODY_EFFECT"
+msgstr "Effect"
+
+msgid "IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"
+msgstr "Receive a reminder before the licence expires on a file in use, such as a wallpaper image"
+
+msgid "IDS_COM_BODY_OFF_M_STATUS"
+msgstr "Off"
+
+msgid "IDS_COM_BODY_ON_M_STATUS"
+msgstr "On"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_TURN_OFF_AUTOMATICALLY_AFTER_USE"
+msgstr "Connect to PC. Mass storage will turn off automatically after use"
+
+msgid "IDS_ST_BODY_TAP_TO_INSERT"
+msgstr "Tap to insert"
+
+msgid "IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES"
+msgstr "Using mobile data when roaming will incur extra charges"
+
+msgid "IDS_ST_BODY_BATTERY"
+msgstr "Battery"
+
+msgid "IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK"
+msgstr "When data roaming is disabled, applications that use the data connection may not work"
+
+msgid "IDS_ST_HEADER_LOCK_SCREEN"
+msgstr "Lock screen"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY"
+msgstr "Accessibility"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER"
+msgstr "Auto answer"
+
+msgid "IDS_ST_MBODY_ASSISTIVE_LIGHT"
+msgstr "Assistive light"
+
+msgid "IDS_ST_BODY_MANAGE_APPLICATIONS"
+msgstr "Manage applications"
+
+msgid "IDS_ST_BODY_POWER_SAVING_MODE"
+msgstr "Power saving mode"
+
+msgid "IDS_COM_OPT_REGISTER"
+msgstr "Register"
+
+msgid "IDS_COM_POP_UNEXPECTED_ERROR"
+msgstr "Unexpected error"
+
+msgid "IDS_COM_POP_PROXY_CONNECTION_FAILED"
+msgstr "Proxy connection failed"
+
+msgid "IDS_COM_POP_NETWORK_CONNECTION_ERROR"
+msgstr "Network connection error"
+
+msgid "IDS_COM_BODY_INVALID_SIM_CARD"
+msgstr "Invalid SIM card"
+
+msgid "IDS_COM_BODY_OPERATION_FAILED"
+msgstr "Operation failed"
+
+msgid "IDS_COM_POP_VERSION"
+msgstr "Version"
+
+msgid "IDS_ST_BODY_MENUTRANSITIONEFFECT_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_MBODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION"
+msgstr "Mobile data will be used if you download or upload data without Wi-Fi connection"
+
+msgid "IDS_ST_BODY_APP_OPENING_EFFECT"
+msgstr "App opening effect"
+
+msgid "IDS_ST_BODY_APP_OPENING_IMAGE"
+msgstr "App opening image"
+
+msgid "IDS_ST_BODY_NEGATIVE_COLOURS"
+msgstr "Negative colours"
+
+msgid "IDS_ST_BODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_ASSISTIVE_LIGHT"
+msgstr "Assistive light"
+
+msgid "IDS_ST_BODY_AFTER_1_SECOND"
+msgstr "After 1 second"
+
+msgid "IDS_ST_BODY_AFTER_PD_SECONDS"
+msgstr "After %d seconds"
+
+msgid "IDS_ST_BODY_END_CALLS_USING_THE_POWER_KEY"
+msgstr "End calls using the power key"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER_ONLY_OPERATES_WITH_HEADSET_CONNECTED"
+msgstr "Auto answer only operates with headset connected"
+
+msgid "IDS_ST_BODY_PRESS_THE_POWER_KEY_TO_END_CALLS_THIS_WILL_NOT_TURN_OFF_THE_SCREEN"
+msgstr "Press the power key to end calls. This will not turn off the screen"
+
+msgid "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+msgstr "Change text size in Contacts, Calendar, Memo, Messages, Email, and IM"
+
+msgid "IDS_ST_BODY_PRESS_THE_HOME_KEY_TO_ACCEPT_INCOMING_CALLS"
+msgstr "Press the home key to accept incoming calls"
+
+msgid "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+msgstr "All settings will revert to default values"
+
+msgid "IDS_ST_BODY_POWER_KEY_SHORTCUT"
+msgstr "Power key shortcut"
+
+msgid "IDS_ST_BODY_BLUETOOTH_USB_UTILITIES_ETC"
+msgstr "Bluetooth, USB utilities, etc."
+
+msgid "IDS_ST_BODY_DATE_AND_TIME_KEYBOARD_LICENCE_ETC"
+msgstr "Date and time, keyboard, licence, etc."
+
+msgid "IDS_ST_BODY_MORE_CONNECTIVITY_SETTINGS"
+msgstr "More connectivity settings"
+
+msgid "IDS_ST_BODY_MORE_SYSTEM_SETTINGS"
+msgstr "More system settings"
+
+msgid "IDS_ST_BODY_THIS_BAND_MAY_NOT_WORK_OUTSIDE_THE_USA_AND_CANADA"
+msgstr "This band may not work outside the USA and Canada"
+
+msgid "IDS_ST_BODY_UMTS_MODE_ONLY_WORKS_INSIDE_3G_COVERAGE_AREA"
+msgstr "UMTS mode only works inside 3G coverage area"
+
+msgid "IDS_ST_MBODY_REGISTER"
+msgstr "Register"
+
+msgid "IDS_ST_MBODY_DEREGISTER"
+msgstr "Deregister"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABIDJAN"
+msgstr "Abidjan"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABUDHABI"
+msgstr "Abu Dhabi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ACCRA"
+msgstr "Accra"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADDIS_ABABA"
+msgstr "Addis Ababa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADELAIDE"
+msgstr "Adelaide"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALASKA"
+msgstr "Alaska"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALGIERS"
+msgstr "Algiers"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALMATY"
+msgstr "Almaty"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMBON"
+msgstr "Ambon"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMMAN"
+msgstr "Amman"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMSTERDAME"
+msgstr "Amsterdam"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANADYR"
+msgstr "Anadyr"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANCHORAGE"
+msgstr "Anchorage"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANKARA"
+msgstr "Ankara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANTANANARIVO"
+msgstr "Antananarivo"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASHGABAT"
+msgstr "Ashgabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASMARA"
+msgstr "Asmara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASTANA"
+msgstr "Astana"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASUNCION"
+msgstr "Asuncion"
+
+msgid "IDS_WCL_BODY_CITYNAME_ATHENS"
+msgstr "Athens"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUCKLAND"
+msgstr "Auckland"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUSTIN"
+msgstr "Austin"
+
+msgid "IDS_WCL_BODY_CITYNAME_AZORES"
+msgstr "Azores"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAGHDAD"
+msgstr "Baghdad"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAKU"
+msgstr "Baku"
+
+msgid "IDS_WCL_BODY_CITYNAME_BALTIMORE"
+msgstr "Baltimore"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAMAKO"
+msgstr "Bamako"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGKOK"
+msgstr "Bangkok"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGUI"
+msgstr "Bangui"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARCELONA"
+msgstr "Barcelona"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARI"
+msgstr "Bari"
+
+msgid "IDS_WCL_BODY_CITYNAME_BASSE_TERRE"
+msgstr "Basse-Terre"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIJING"
+msgstr "Beijing"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIRUT"
+msgstr "Beirut"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELGRADE"
+msgstr "Belgrade"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELIZE_CITY"
+msgstr "Belize City"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERLIN"
+msgstr "Berlin"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERN"
+msgstr "Bern"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISHKEK"
+msgstr "Bishkek"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISSAU"
+msgstr "Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUINEA_BISSAU"
+msgstr "Guinea Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOGOTA"
+msgstr "Bogota"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOLOGNA"
+msgstr "Bologna"
+
+msgid "IDS_WCL_BODY_BOSTON"
+msgstr "Boston "
+
+msgid "IDS_WCL_BODY_CITYNAME_BRASILIA"
+msgstr "Brasilia"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRATISLAVA"
+msgstr "Bratislava"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRIDGETOWN"
+msgstr "Bridgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRISBANE"
+msgstr "Brisbane"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRUSSELS"
+msgstr "Brussels"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUCHAREST"
+msgstr "Bucharest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUDAPEST"
+msgstr "Budapest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUENOSAIRES"
+msgstr "Buenos Aires"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAIRO"
+msgstr "Cairo"
+
+msgid "IDS_WCL_BODY_CITYNAME_CALGARY"
+msgstr "Calgary"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANARY_ISLANDS"
+msgstr "Canary Islands"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANBERRA"
+msgstr "Canberra"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANTON"
+msgstr "Canton"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAPE_TOWN"
+msgstr "Cape Town"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARACAS"
+msgstr "Caracas"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARDIFF"
+msgstr "Cardiff"
+
+msgid "IDS_WCL_BODY_CITYNAME_CASABLANCA"
+msgstr "Casablanca"
+
+msgid "IDS_WCL_BODY_CITYNAME_CATANZARO"
+msgstr "Catanzaro"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAYENNE"
+msgstr "Cayenne"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE"
+msgstr "Charlotte"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE_AMALIE"
+msgstr "Charlotte Amalie"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHELYABINSK"
+msgstr "Chelyabinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHENNAI"
+msgstr "Chennai"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHICAGO"
+msgstr "Chicago"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHISINAU"
+msgstr "Chisinau"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHITA"
+msgstr "Chita"
+
+msgid "IDS_WCL_BODY_CITYNAME_CLEVELAND"
+msgstr "Cleveland"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLOMBO"
+msgstr "Colombo"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLUMBUS"
+msgstr "Columbus"
+
+msgid "IDS_WCL_BODY_CITYNAME_CONAKRY"
+msgstr "Conakry"
+
+msgid "IDS_WCL_BODY_CITYNAME_COPENHAGEN"
+msgstr "Copenhagen"
+
+msgid "IDS_WCL_BODY_CITYNAME_CORK"
+msgstr "Cork"
+
+msgid "IDS_WCL_BODY_CITYNAME_CROTONE"
+msgstr "Crotone"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAKAR"
+msgstr "Dakar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DALLAS"
+msgstr "Dallas"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAMASCUS"
+msgstr "Damascus"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAR_ES_SALAAM"
+msgstr "Dar es Salaam"
+
+msgid "IDS_WCL_BODY_CITYNAME_DARWIN"
+msgstr "Darwin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DELHI"
+msgstr "Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENPASAR"
+msgstr "Denpasar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENVER"
+msgstr "Denver"
+
+msgid "IDS_WCL_BODY_CITYNAME_DETROIT"
+msgstr "Detroit"
+
+msgid "IDS_WCL_BODY_CITYNAME_DHAKA"
+msgstr "Dhaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_DIEGO_GARCIA"
+msgstr "Diego Garcia"
+
+msgid "IDS_WCL_BODY_CITYNAME_DJIBOUTI"
+msgstr "Djibouti"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOHA"
+msgstr "Doha"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOUALA"
+msgstr "Douala"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBAI"
+msgstr "Dubai"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBLIN"
+msgstr "Dublin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUSHANBE"
+msgstr "Dushanbe"
+
+msgid "IDS_WCL_BODY_CITYNAME_EASTER_ISLAND"
+msgstr "Easter Island"
+
+msgid "IDS_WCL_BODY_CITYNAME_EDINBURGH"
+msgstr "Edinburgh"
+
+msgid "IDS_WCL_BODY_CITYNAME_EL_PASO"
+msgstr "El Paso"
+
+msgid "IDS_WCL_BODY_CITYNAME_FLORENCE"
+msgstr "Florence"
+
+msgid "IDS_WCL_BODY_CITYNAME_FORT_DE_FRANCE"
+msgstr "Fort-de-France"
+
+msgid "IDS_WCL_BODY_CITYNAME_FREETOWN"
+msgstr "Freetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GABORONE"
+msgstr "Gaborone"
+
+msgid "IDS_WCL_BODY_CITYNAME_GALAPAGOS_ISLANDS"
+msgstr "Galapagos Islands"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENEVA"
+msgstr "Geneva"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENOA"
+msgstr "Genoa"
+
+msgid "IDS_WCL_BODY_CITYNAME_GEORGETOWN"
+msgstr "Georgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GRYTVIKEN"
+msgstr "Grytviken"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOUTH_GEORGIA"
+msgstr "South Georgia"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUAM"
+msgstr "Guam"
+
+msgid "IDS_WCL_BODY_GUATEMALA_CITY"
+msgstr "Guatemala City"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUSTAVIA"
+msgstr "Gustavia"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_BARTHELEMY"
+msgstr "Saint Barthelemy"
+
+msgid "IDS_WCL_BODY_CITYNAME_HALIFAX"
+msgstr "Halifax"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAMBURG"
+msgstr "Hamburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_HANOI"
+msgstr "Hanoi"
+
+msgid "IDS_WCL_BODY_CITYNAME_HARARE"
+msgstr "Harare"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAVANA"
+msgstr "Havana"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAWAII"
+msgstr "Hawaii"
+
+msgid "IDS_WCL_BODY_CITYNAME_HELSINKI"
+msgstr "Helsinki"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOBART"
+msgstr "Hobart"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONGKONG"
+msgstr "Hong Kong"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONOLULU"
+msgstr "Honolulu"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOUSTON"
+msgstr "Houston"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOVD"
+msgstr "Khovd"
+
+msgid "IDS_WCL_BODY_CITYNAME_INDIANAPOLIS"
+msgstr "Indianapolis"
+
+msgid "IDS_WCL_BODY_CITYNAME_IRKUTSK"
+msgstr "Irkutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISLAMABAD"
+msgstr "Islamabad"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISTANBUL"
+msgstr "Istanbul"
+
+msgid "IDS_WCL_BODY_CITYNAME_IZHEVSK"
+msgstr "Izhevsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_JAKARTA"
+msgstr "Jakarta"
+
+msgid "IDS_WCL_BODY_CITYNAME_JEDDAH"
+msgstr "Jeddah"
+
+msgid "IDS_WCL_BODY_CITYNAME_JERUSALEM"
+msgstr "Jerusalem"
+
+msgid "IDS_WCL_BODY_CITYNAME_JOHANNESBURG"
+msgstr "Johannesburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_KABUL"
+msgstr "Kabul"
+
+msgid "IDS_WCL_BODY_CITYNAME_KALININGRAD"
+msgstr "Kaliningrad"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMCHATKA"
+msgstr "Kamchatka"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMPALA"
+msgstr "Kampala"
+
+msgid "IDS_WCL_BODY_CITYNAME_KARACHI"
+msgstr "Karachi"
+
+msgid "IDS_WCL_BODY_CITYNAME_KATHMANDU"
+msgstr "Kathmandu"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHABAROVSK"
+msgstr "Khabarovsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARKIV"
+msgstr "Kharkiv"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARTOUM"
+msgstr "Khartoum"
+
+msgid "IDS_WCL_BODY_CITYNAME_KIEV"
+msgstr "Kiev"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINGSTON"
+msgstr "Kingston"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINSHASA"
+msgstr "Kinshasa"
+
+msgid "IDS_WCL_BODY_CITYNAME_KOLKATA"
+msgstr "Kolkata"
+
+msgid "IDS_WCL_BODY_CITYNAME_KRASNOYARSK"
+msgstr "Krasnoyarsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KUALA_LUMPUR"
+msgstr "Kuala Lumpur"
+
+msgid "IDS_WCL_BODY_KUWAIT"
+msgstr "Kuwait"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOS_ANGELES"
+msgstr "Los Angeles"
+
+msgid "IDS_WCL_BODY_CITYNAME_LA_PAZ"
+msgstr "La Paz"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAGOS"
+msgstr "Lagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAS_VEGAS"
+msgstr "Las Vegas"
+
+msgid "IDS_WCL_BODY_CITYNAME_LIMA"
+msgstr "Lima"
+
+msgid "IDS_WCL_BODY_CITYNAME_LISBON"
+msgstr "Lisbon"
+
+msgid "IDS_WCL_BODY_CITYNAME_LJUBLJANA"
+msgstr "Ljubljana"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONDON"
+msgstr "London"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONGHUA"
+msgstr "Longhua"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOUISVILLE"
+msgstr "Louisville"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUANDA"
+msgstr "Luanda"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUBUMBASHI"
+msgstr "Lubumbashi"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUSAKA"
+msgstr "Lusaka"
+
+msgid "IDS_WCL_BODY_LUXEMBOURG"
+msgstr "Luxembourg"
+
+msgid "IDS_WCL_BODY_CITYNAME_LVIV"
+msgstr "Lviv"
+
+msgid "IDS_WCL_BODY_CITYNAME_MACAU"
+msgstr "Macau"
+
+msgid "IDS_WCL_BODY_CITYNAME_MADRID"
+msgstr "Madrid"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAGADAN"
+msgstr "Magadan"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALABO"
+msgstr "Malabo"
+
+msgid "IDS_WCL_BODY_CITYNAME_EQUAORIAL_GUINEA"
+msgstr "Equaorial Guinea"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALE"
+msgstr "Male"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAGUA"
+msgstr "Managua"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAMA"
+msgstr "Manama"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANILA"
+msgstr "Manila"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAPUTO"
+msgstr "Maputo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MARIGOT"
+msgstr "Marigot"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_MARTIN"
+msgstr "Saint Martin"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAZATLAN"
+msgstr "Mazatlan"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIYADH"
+msgstr "Riyadh"
+
+msgid "IDS_WCL_BODY_CITYNAME_MELBOURNE"
+msgstr "Melbourne"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEMPHIS"
+msgstr "Memphis"
+
+msgid "IDS_WCL_BODY_CITYNAME_MESSINA"
+msgstr "Messina"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEXICO_CITY"
+msgstr "Mexico City"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIAMI"
+msgstr "Miami"
+
+msgid "IDS_WCL_BODY_CITYNAME_MID_ATLANTIC"
+msgstr "Mid-Atlantic"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIDWAY_ATOLL"
+msgstr "Midway Atoll"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILAN"
+msgstr "Milano"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILWAUKEE"
+msgstr "Milwaukee"
+
+msgid "IDS_WCL_BODY_CITYNAME_MINSK"
+msgstr "Minsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOGADISHU"
+msgstr "Mogadishu"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONROVIA"
+msgstr "Monrovia"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTEVIDEO"
+msgstr "Montevideo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTREAL"
+msgstr "Montreal"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOSCOW"
+msgstr "Moscow"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUMBAI"
+msgstr "Mumbai"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUNICH"
+msgstr "Munich"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUSCAT"
+msgstr "Muscat"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAIROBI"
+msgstr "Nairobi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ROME"
+msgstr "Rome"
+
+msgid "IDS_WCL_BODY_CITYNAME_NATERS"
+msgstr "Naters"
+
+msgid "IDS_WCL_BODY_CITYNAME_NDJAMENA"
+msgstr "N'Djamena"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAPLES"
+msgstr "Napoli"
+
+msgid "IDS_WCL_BODY_MECCA"
+msgstr "Makkah"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWDELHI"
+msgstr "New Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWYORK"
+msgstr "New York"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWFOUNDLAND"
+msgstr "Newfoundland"
+
+msgid "IDS_WCL_BODY_CITYNAME_NIAMEY"
+msgstr "Niamey"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUAKCHOTT"
+msgstr "Nouakchott"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUMEA"
+msgstr "Noumea"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOKUZNETSK"
+msgstr "Novokuznetsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOSIBIRSK"
+msgstr "Novosibirsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUKUALOFA"
+msgstr "Nuku'alofa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUUK"
+msgstr "Nuuk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OMSK"
+msgstr "Omsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OSAKA"
+msgstr "Osaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_OTTAWA"
+msgstr "Ottawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_OUAGADOUGOU"
+msgstr "Ouagadougou"
+
+msgid "IDS_WCL_BODY_CITYNAME_PAGO_PAGO"
+msgstr "Pago Pago"
+
+msgid "IDS_WCL_BODY_CITYNAME_PALERMO"
+msgstr "Palermo"
+
+msgid "IDS_WCL_BODY_PANAMA_CITY"
+msgstr "Panama City"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARAMARIBO"
+msgstr "Paramaribo"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARIS"
+msgstr "Paris"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERM"
+msgstr "Perm"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERTH"
+msgstr "Perth"
+
+msgid "IDS_WCL_BODY_CITYNAME_PETROPAVLOVSK_KAMCHATSKIY"
+msgstr "Petropavlovsk-Kamchatskiy"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHILADELPHIA"
+msgstr "Philadelphia"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHNOM_PENH"
+msgstr "Phnom Penh"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHOENIX"
+msgstr "Phoenix"
+
+msgid "IDS_WCL_BODY_CITYNAME_PODGORICA"
+msgstr "Podgorica"
+
+msgid "IDS_WCL_BODY_CITYNAME_PONTA_DELGADA"
+msgstr "Ponta Delgada"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_LOUIS"
+msgstr "Port Louis"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_AU_PRINCE"
+msgstr "Port-au-Prince"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORTLAND"
+msgstr "Portland"
+
+msgid "IDS_WCL_BODY_CITYNAME_PRAGUE"
+msgstr "Prague"
+
+msgid "IDS_WCL_BODY_CITYNAME_PYONGYANG"
+msgstr "Pyongyang"
+
+msgid "IDS_WCL_BODY_CITYNAME_QUITO"
+msgstr "Quito"
+
+msgid "IDS_WCL_BODY_CITYNAME_RABAT"
+msgstr "Rabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_YANGON"
+msgstr "Yangon"
+
+msgid "IDS_WCL_BODY_CITYNAME_RECIFE"
+msgstr "Recife"
+
+msgid "IDS_WCL_BODY_CITYNAME_REGINA"
+msgstr "Regina"
+
+msgid "IDS_WCL_BODY_CITYNAME_REYKJAVIK"
+msgstr "Reykjavik"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIGA"
+msgstr "Riga"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIO_DE_JANEIRO"
+msgstr "Rio de Janeiro"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_DENIS"
+msgstr "Saint-Denis"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAMARA"
+msgstr "Samara"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_ANTONIO"
+msgstr "San Antonio"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_DIEGO"
+msgstr "San Diego"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_FRANCISCO"
+msgstr "San Francisco"
+
+msgid "IDS_WCL_BODY_SAN_JOSE"
+msgstr "San Jose"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_JUAN"
+msgstr "San Juan"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_MARINO"
+msgstr "San Marino"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_SALVADOR"
+msgstr "San Salvador"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANAA"
+msgstr "Sana’a"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTIAGO"
+msgstr "Santiago"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTO_DOMINGO"
+msgstr "Santo Domingo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAO_PAULO"
+msgstr "Sao Paulo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEATTLE"
+msgstr "Seattle"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEOUL"
+msgstr "Seoul"
+
+msgid "IDS_WCL_BODY_CITYNAME_SHANGHAI"
+msgstr "Shanghai"
+
+msgid "IDS_WCL_BODY_SHENZHEN"
+msgstr "Shenzhen"
+
+msgid "IDS_WCL_BODY_CITYNAME_SINGAPORE"
+msgstr "Singapore"
+
+msgid "IDS_WCL_BODY_CITYNAME_SKOPJE"
+msgstr "Skopje"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOFIA"
+msgstr "Sofia"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_JOHNS"
+msgstr "St John's"
+
+msgid "IDS_WCL_BODY_CITYNAME_STOCKHOLM"
+msgstr "Stockholm"
+
+msgid "IDS_WCL_BODY_CITYNAME_SUVA"
+msgstr "Suva"
+
+msgid "IDS_WCL_BODY_CITYNAME_SYDNEY"
+msgstr "Sydney"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAHITI"
+msgstr "Tahiti"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAIPEI"
+msgstr "Taipei"
+
+msgid "IDS_WCL_BODY_CITYNAME_TALLINN"
+msgstr "Tallinn"
+
+msgid "IDS_WCL_BODY_CITYNAME_TARAWA"
+msgstr "Tarawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TASHKENT"
+msgstr "Tashkent"
+
+msgid "IDS_WCL_BODY_CITYNAME_TBILISI"
+msgstr "Tbilisi"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEGUCIGALPA"
+msgstr "Tegucigalpa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEHRAN"
+msgstr "Tehran"
+
+msgid "IDS_WCL_BODY_CITYNAME_HO_CHI_MINH_CITY"
+msgstr "Ho Chi Minh City"
+
+msgid "IDS_WCL_BODY_CITYNAME_THE_SETTLEMENT"
+msgstr "The Settlement"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIANJIN"
+msgstr "Tianjin"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIJUANA"
+msgstr "Tijuana"
+
+msgid "IDS_WCL_BODY_CITYNAME_TOKYO"
+msgstr "Tokyo"
+
+msgid "IDS_WCL_BODY_CITYNAME_TORONTO"
+msgstr "Toronto"
+
+msgid "IDS_WCL_BODY_CITYNAME_TREHET"
+msgstr "Trehet"
+
+msgid "IDS_WCL_BODY_CITYNAME_TRIPOLI"
+msgstr "Tripoli"
+
+msgid "IDS_WCL_BODY_CITYNAME_TUNIS"
+msgstr "Tunis"
+
+msgid "IDS_WCL_BODY_CITYNAME_TURIN"
+msgstr "Torino"
+
+msgid "IDS_WCL_BODY_CITYNAME_UFA"
+msgstr "Ufa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ULAN_BATOR"
+msgstr "Ulaanbaatar"
+
+msgid "IDS_WCL_BODY_CITYNAME_VADUZ"
+msgstr "Vaduz"
+
+msgid "IDS_WCL_BODY_CITYNAME_VALLETTA"
+msgstr "Valletta"
+
+msgid "IDS_WCL_BODY_CITYNAME_VANCOUVER"
+msgstr "Vancouver"
+
+msgid "IDS_WCL_BODY_CITYNAME_VERONA"
+msgstr "Verona"
+
+msgid "IDS_WCL_BODY_CITYNAME_VICTORIA"
+msgstr "Victoria"
+
+msgid "IDS_WCL_BODY_CITYNAME_VIENNA"
+msgstr "Vienna"
+
+msgid "IDS_WCL_BODY_CITYNAME_VILNIUS"
+msgstr "Vilnius"
+
+msgid "IDS_WCL_BODY_CITYNAME_VLADIVOSTOK"
+msgstr "Vladivostok"
+
+msgid "IDS_WCL_BODY_CITYNAME_VOLGOGRAD"
+msgstr "Volgograd"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_PETERSBURG"
+msgstr "St Petersburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_WARSAW"
+msgstr "Warszawa "
+
+msgid "IDS_WCL_BODY_CITYNAME_WASHINGTON_DC"
+msgstr "Washington DC"
+
+msgid "IDS_WCL_BODY_CITYNAME_WELLINGTON"
+msgstr "Wellington"
+
+msgid "IDS_WCL_BODY_CITYNAME_WINNIPEG"
+msgstr "Winnipeg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAKUTSK"
+msgstr "Yakutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAMOUSSOUKRO"
+msgstr "Yamoussoukro"
+
+msgid "IDS_WCL_BODY_YAOUNDE"
+msgstr "Yaounde"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEKATERINBURG"
+msgstr "Yekaterinburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEREVAN"
+msgstr "Yerevan"
+
+msgid "IDS_WCL_BODY_CITYNAME_YUZHNO_SAKHALINSK"
+msgstr "Yuzhno-Sakhalinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZAGREB"
+msgstr "Zagreb"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZURICH"
+msgstr "Zurich"
+
+msgid "IDS_ST_HEADER_WI_FI_DIRECT"
+msgstr "Wi-Fi Direct"
+
+msgid "IDS_ST_POP_INCORRECT_PASSWORD"
+msgstr "Incorrect password"
+
+
diff --git a/src/po/es_ES.po b/src/po/es_ES.po
new file mode 100755 (executable)
index 0000000..618ed57
--- /dev/null
@@ -0,0 +1,2908 @@
+msgid "IDS_COM_POP_UNSUPPORTED"
+msgstr "No admitido"
+
+msgid "IDS_COM_BODY_1_MINUTE"
+msgstr "1 minuto"
+
+msgid "IDS_ST_BODY_WALLPAPER"
+msgstr "Fondos"
+
+msgid "IDS_COM_POP_DATE"
+msgstr "Fecha"
+
+msgid "IDS_ST_BODY_SYSTEM"
+msgstr "Sistema"
+
+msgid "IDS_ST_BODY_APPLICATIONS"
+msgstr "Aplicaciones"
+
+msgid "IDS_EMAIL_BODY_EXAMPLE"
+msgstr "Ejemplo"
+
+msgid "IDS_COM_POP_NAME"
+msgstr "Nombre"
+
+msgid "IDS_ST_BODY_SCAN"
+msgstr "Buscar"
+
+msgid "IDS_COM_BODY_CALENDAR_T_MAINMENU_ABB2"
+msgstr "Calendar"
+
+msgid "IDS_COM_BODY_SAMSUNG_APPS_T_MAINMENU"
+msgstr "Samsung Apps"
+
+msgid "IDS_COM_BODY_VOIP_CALL"
+msgstr "Llamada VoIP"
+
+msgid "IDS_COM_POP_UNKNOWN"
+msgstr "Desconocido"
+
+msgid "IDS_COM_SK_ADD_LITE"
+msgstr "Añadir"
+
+msgid "IDS_ST_BODY_INACTIVE"
+msgstr "Inactivo"
+
+msgid "IDS_COM_POP_NO_SPEED_DIAL_NUMBER_ASSIGN_ONE_NOW_Q"
+msgstr "No hay ningún número de marcación rápida. ¿Asignar uno ahora?"
+
+msgid "IDS_COM_BODY_CONTACT_SETTINGS"
+msgstr "Ajustes de contactos"
+
+msgid "IDS_COM_BODY_NA"
+msgstr "N/A"
+
+msgid "IDS_COM_BODY_SEARCH_LINK"
+msgstr "Buscar"
+
+msgid "IDS_ST_BODY_CHECK_YOUR_MISSED_EVENTS_WHEN_HEADSET_MODE_IS_ENABLED"
+msgstr "Compruebe sus eventos perdidos cuando el modo auriculares esté habilitado"
+
+msgid "IDS_ST_BODY_CHINESE_HCHINA_FEMALE"
+msgstr "Chino (China, mujer)"
+
+msgid "IDS_ST_BODY_DEFAULT_SETTINGS_OVERRIDE_APPLICATION_SETTINGS"
+msgstr "Los ajustes predeterminados anulan los ajustes de la aplicación"
+
+msgid "IDS_ST_BODY_ENGLISH_HUNITED_STATES_FEMALE"
+msgstr "Inglés (Estados Unidos, mujer)"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA"
+msgstr "Instalar datos de voz"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA_REQUIRED_FOR_SPEECH_SYNTHESIS"
+msgstr "Instalar datos de voz necesarios para síntesis de voz"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_FEMALE"
+msgstr "Coreano (Corea del Sur, mujer)"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_MALE"
+msgstr "Coreano (Corea del Sur, hombre)"
+
+msgid "IDS_ST_BODY_LAUNCH_VOICE_TALK_WHENEVER_BLUETOOTH_HEADSET_IS_CONNECTED"
+msgstr "Iniciar conversación de voz cuando el auricular Bluetooth esté conectado"
+
+msgid "IDS_ST_BODY_LISTEN_TO_AN_EXAMPLE"
+msgstr "Escuchar un ejemplo"
+
+msgid "IDS_ST_BODY_SAMSUNG_POWERED_BY_VLINGO"
+msgstr "Samsung con la tecnología de Vlingo"
+
+msgid "IDS_ST_BODY_SAVED"
+msgstr "Guardado"
+
+msgid "IDS_ST_BODY_SELECT_APPLICATIONS_TO_USE_TTS_WHILE_DRIVING_MODE_IS_ON"
+msgstr "Seleccionar las aplicaciones que van a usar TTS cuando esté activado el modo de conducción"
+
+msgid "IDS_ST_BODY_SETS_THE_SPEECH_SYNTHESIS_ENGINE_TO_BE_USED_FOR_SPOKEN_TEXT"
+msgstr "Configura el motor de síntesis de voz que se va a usar para el texto pronunciado"
+
+msgid "IDS_ST_BODY_SPEAKS_PROMPTS_BEFORE_LISTENING"
+msgstr "Pronunciar avisos antes de escuchar"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH"
+msgstr "Texto para pronunciar"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH_SETTINGS"
+msgstr "Conf. de texto a voz"
+
+msgid "IDS_ST_BODY_TYPE1"
+msgstr "Tipo 1"
+
+msgid "IDS_ST_BODY_TYPE2"
+msgstr "Tipo 2"
+
+msgid "IDS_ST_BODY_TYPE3"
+msgstr "Tipo 3"
+
+msgid "IDS_ST_BODY_TYPE_4"
+msgstr "Tipo 4"
+
+msgid "IDS_ST_BODY_VOICE_EFFECTS"
+msgstr "Efectos de voz"
+
+msgid "IDS_ST_BODY_VOICE_INPUT_SETTING_HELP_MESSAGE_1"
+msgstr "¿Otorgar permiso a Vlingo para crear un índice de contactos para mejorar la precisión de reconocimiento de voz?"
+
+msgid "IDS_ST_BODY_WHEN_VOICE_COMMAND_STARTS_THE_PHONE_WILL_START_LISTENING_AUTOMATICALLY_AND_RESPOND_USING_AUTO_SPEAK"
+msgstr "Cuando se inicie un comando de voz, el teléfono empezará a escucharlo automáticamente y responderá mediante pronunciación automática"
+
+msgid "IDS_ST_HEADER_ADVANCED_SETTINGS"
+msgstr "Ajustes avanzados"
+
+msgid "IDS_ST_HEADER_TEXT_TO_SPEECH"
+msgstr "Texto para pronunciar"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT"
+msgstr "Entrada de voz"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+msgstr "Entrada y salida de voz"
+
+msgid "IDS_ST_HEADER_VOICE_OUTPUT_ABB"
+msgstr "Salida de voz"
+
+msgid "IDS_ST_HEADER_VOICE_RECOGNITION_SETTINGS_ABB"
+msgstr "Ajustes de reconocim. de voz"
+
+msgid "IDS_ST_MBODY_AUTO_PUNCTUATION"
+msgstr "Puntuación automática"
+
+msgid "IDS_ST_MBODY_AUTO_SPEAK"
+msgstr "Pronunciación automática"
+
+msgid "IDS_ST_MBODY_AUTO_START_DRIVING_MODE"
+msgstr "Iniciar modo conduc auto"
+
+msgid "IDS_ST_MBODY_AUTO_START_SPEAKERPHONE"
+msgstr "Iniciar altav auto"
+
+msgid "IDS_ST_MBODY_CUSTOMISE_MAIN_PROMPT"
+msgstr "Personal. aviso principal"
+
+msgid "IDS_ST_MBODY_DEFAULT_ENGINE"
+msgstr "Motor predeterminado"
+
+msgid "IDS_ST_MBODY_DRIVING_MODE_SETTINGS"
+msgstr "Ajust modo de conducción"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_KINGDOM"
+msgstr "Inglés (Reino Unido)"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_STATES"
+msgstr "Inglés (Estados Unidos)"
+
+msgid "IDS_ST_MBODY_HIDE_OFFENSIVE_WORDS"
+msgstr "Ocult palabras ofensivas"
+
+msgid "IDS_ST_MBODY_SAMSUNG_TTS"
+msgstr "Samsung TTS"
+
+msgid "IDS_ST_MBODY_VERY_FAST"
+msgstr "Muy rápido"
+
+msgid "IDS_ST_MBODY_VOICE_RECOGNISER"
+msgstr "Reconocimiento de voz"
+
+msgid "IDS_ST_OPT_NORMAL_M_SOUNDEFFECT"
+msgstr "Normal"
+
+msgid "IDS_ST_POP_FAST"
+msgstr "Rápido"
+
+msgid "IDS_ST_POP_SLOW"
+msgstr "Lento"
+
+msgid "IDS_ST_POP_UPDATED_ABB"
+msgstr "Actualizado"
+
+msgid "IDS_COM_BODY_OFFICE"
+msgstr "Oficina"
+
+msgid "IDS_COM_BODY_SAMSUNG_DISCLAIMER"
+msgstr "Exención de responsabilidad de Samsung"
+
+msgid "IDS_COM_POP_LOCATION"
+msgstr "Ubicación"
+
+msgid "IDS_ST_BODY_DRIVING_MODE"
+msgstr "Modo de conducción"
+
+msgid "IDS_ST_BODY_MESSAGE"
+msgstr "Mensajes"
+
+msgid "IDS_ST_SK3_DONE"
+msgstr "Final."
+
+msgid "IDS_COM_OPT_FOLDERS"
+msgstr "Carpetas"
+
+msgid "IDS_COM_BODY_ANDROID"
+msgstr "Android"
+
+msgid "IDS_COM_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_COM_BODY_FRENCH"
+msgstr "Francés"
+
+msgid "IDS_ST_BODY_POWER_OFF"
+msgstr "Apagar"
+
+msgid "IDS_COM_BODY_GERMAN"
+msgstr "Alemán"
+
+msgid "IDS_COM_BODY_ITALIAN"
+msgstr "Italiano"
+
+msgid "IDS_ST_BODY_SLEEP"
+msgstr "Suspender"
+
+msgid "IDS_COM_BODY_SPANISH"
+msgstr "Espaņol"
+
+msgid "IDS_COM_BODY_TOUCHSCREEN_LANG"
+msgstr "Idioma"
+
+msgid "IDS_COM_SK_SEARCH_A"
+msgstr "Buscar"
+
+msgid "IDS_COM_BODY_SYSTEM_INFO_ABB"
+msgstr "Información del sistema"
+
+msgid "IDS_ST_BODY_GREEK"
+msgstr "Griego"
+
+msgid "IDS_ST_BODY_POLISH"
+msgstr "Polaco"
+
+msgid "IDS_ST_BODY_PORTUGUESE"
+msgstr "Portugués"
+
+msgid "IDS_ST_BODY_FAILED_TO_CHECK_SIGNATURE"
+msgstr "Error al comprobar firma"
+
+msgid "IDS_ST_BODY_INCORRECT_USER_NAME_OR_PASSWORD"
+msgstr "Contraseña o nombre de usuario incorrecto"
+
+msgid "IDS_ST_BODY_INTERNAL_ERROR"
+msgstr "Error interno"
+
+msgid "IDS_ST_BODY_SERVER_ERROR"
+msgstr "Error del servidor"
+
+msgid "IDS_ST_BODY_UNKNOWN_ERROR"
+msgstr "Error desconocido"
+
+msgid "IDS_ST_BODY_USER_NAME_ALREADY_IN_USE"
+msgstr "Nombre de usuario ya en uso"
+
+msgid "IDS_ST_POP_PASSWORD_MUST_BE_MORE_THAN_P1SD_CHARACTERS_AND_LESS_THAN_P2SD"
+msgstr "La contraseña debe tener más de %1$d caracteres y menos de %2$d"
+
+msgid "IDS_ST_BODY_FONTSTYLE_ROSEMARY"
+msgstr "Rosemary"
+
+msgid "IDS_ST_BODY_APPLICATION_INFO"
+msgstr "Información de aplicación"
+
+msgid "IDS_ST_MBODY_HOME_SCREEN_WALLPAPER"
+msgstr "Fondo pantalla de inicio"
+
+msgid "IDS_ST_MBODY_LOCK_SCREEN_WALLPAPER_M_NOUN"
+msgstr "Fondo pantalla de bloqueo"
+
+msgid "IDS_COM_BODY_NEGATIVE_DISPLAY"
+msgstr "Visualización negativa"
+
+msgid "IDS_COM_BODY_ORIGINAL_DISPLAY"
+msgstr "Pantalla original"
+
+msgid "IDS_COM_BODY_POSITIVE_DISPLAY"
+msgstr "Visualización positiva"
+
+msgid "IDS_ST_BODY_PASSWORDS_DO_NOT_MATCH"
+msgstr "Las contraseñas no coinciden"
+
+msgid "IDS_ST_POP_TIME_SET_MAY_BE_DIFFERENT_FROM_ACTUAL_LOCAL_TIME"
+msgstr "El ajuste de hora puede diferir de la hora local real."
+
+msgid "IDS_ST_BODY_LOCATIONS"
+msgstr "Ubicaciones"
+
+msgid "IDS_ST_POP_PD_TO_PD_DIGITS_REQUIRED"
+msgstr "Se necesitan de %d a %d dígitos"
+
+msgid "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+msgstr "Aplicaciones descargadas"
+
+msgid "IDS_ST_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_ST_BODY_KEYBOARD"
+msgstr "Teclado"
+
+msgid "IDS_ST_BODY_PS_FREE_OF_PS"
+msgstr "%s libres de %s"
+
+msgid "IDS_ST_BODY_WIDGETS"
+msgstr "Widgets"
+
+msgid "IDS_ST_HEADER_SAMSUNG_APPS"
+msgstr "Samsung Apps"
+
+msgid "IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Si cambia el idioma, se cerrarán todas las aplicaciones y se perderán los datos no guardados. ¿Continuar?"
+
+msgid "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Si cambia el región, se cerrarán todas las aplicaciones y se perderán los datos no guardados. ¿Continuar?"
+
+msgid "IDS_ST_POP_EXPLANATION_FOR_EXPIRY_REMINDER"
+msgstr "Recibirá un recordatorio antes de que caduque la licencia de un archivo en uso como, por ejemplo, la imagen de un fondo de pantalla."
+
+msgid "IDS_ST_POP_RESETTING_ING"
+msgstr "Restableciendo..."
+
+msgid "IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"
+msgstr "¿Reiniciar teléfono para usar la actualización automática?"
+
+msgid "IDS_ST_BODY_ABOUT"
+msgstr "Acerca de"
+
+msgid "IDS_ST_BODY_GSM_850_1900"
+msgstr "GSM 850/1900"
+
+msgid "IDS_ST_BODY_GSM_900_1800"
+msgstr "GSM 900/1800"
+
+msgid "IDS_ST_BODY_INSTALLATION_SETTINGS"
+msgstr "Ajustes de instalación"
+
+msgid "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+msgstr "Ajustes de carga de fotos"
+
+msgid "IDS_ST_BODY_PROXY_PORT"
+msgstr "Puerto Proxy"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_CONNECTION_CONNECTING_USB_HELP_MSG"
+msgstr "Si Samsung Kies (software del equipo) o los controladores correctos no se encuentran instalados aún en el equipo, la instalación continuará en Microsoft Windows. Una vez que haya instalado el software del equipo, podrá realizar las siguientes operaciones: - Sincronizar datos del teléfono - Actualizar software de teléfono -Usar Internet en modo compartido (Este teléfono funciona como módem para ofrecer acceso a Internet al equipo o al portátil) - Copiar archivos de música/vídeo adquiridos (Microsoft Windows Media DRM) o archivos normales en el teléfono"
+
+msgid "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+msgstr "Perfiles de redes sociales"
+
+msgid "IDS_ST_BODY_TASK_SWITCHER"
+msgstr "Conmutador de tareas"
+
+msgid "IDS_ST_BODY_UMTS"
+msgstr "UMTS"
+
+msgid "IDS_ST_BODY_VIBR__N__RAISING_MELODY"
+msgstr "Vibr. y melodía ascendente"
+
+msgid "IDS_ST_HEADER_DIVX_VOD"
+msgstr "DivX® VOD"
+
+msgid "IDS_ST_HEADER_SAMSUNG_KIES"
+msgstr "Samsung Kies"
+
+msgid "IDS_COM_BODY_100P"
+msgstr "100%"
+
+msgid "IDS_COM_BODY_50P"
+msgstr "50%"
+
+msgid "IDS_COM_POP_DELETE_FAILED"
+msgstr "Error al borrar"
+
+msgid "IDS_ST_BODY_30_percent"
+msgstr "30%"
+
+msgid "IDS_ST_BODY_CONNECT_TO_BLUETOOTH_DEVICE"
+msgstr "Conectar al dispositivo Bluetooth"
+
+msgid "IDS_ST_BODY_DATA_ROAMING"
+msgstr "Itinerancia de datos"
+
+msgid "IDS_ST_BODY_GESTURES"
+msgstr "Gestos"
+
+msgid "IDS_ST_BODY_LOCK_SCREEN"
+msgstr "Bloquear pantalla"
+
+msgid "IDS_ST_BODY_MEDIA_PLAYER"
+msgstr "Reproductor multimedia"
+
+msgid "IDS_ST_BODY_MENU_AND_WIDGETS"
+msgstr "Menú e Inicio"
+
+msgid "IDS_ST_MBODY_USB_CONNECTION"
+msgstr "Conexión USB"
+
+msgid "IDS_ST_BODY_BLUETOOTH_CONNECTION"
+msgstr "Conexión Bluetooth"
+
+msgid "IDS_ST_BODY_ENTER_NEW_PASSWORD"
+msgstr "Escribir nueva contraseña"
+
+msgid "IDS_ST_BODY_PASSWORD_CONTAINS_INVALID_CHARACTER_ABB"
+msgstr "La contraseña contiene caracteres no válidos"
+
+msgid "IDS_ST_BODY_SAMSUNG_ACCOUNT"
+msgstr "Cuenta de Samsung"
+
+msgid "IDS_ST_BODY_USER_PASSWORD"
+msgstr "Contraseña de usuario"
+
+msgid "IDS_ST_BODY_YOUR_BIRTHDAY"
+msgstr "Su cumpleaños"
+
+msgid "IDS_ST_BUTTON_CREATE_ACCOUNT"
+msgstr "Crear cuenta"
+
+msgid "IDS_ST_HEADER_INVALID_PASSWORD_LENGTH"
+msgstr "Longitud de contraseña no válida"
+
+msgid "IDS_ST_HEADER_SIGN_UP_FOR_SAMSUNG_ACCOUNT"
+msgstr "Registrarse en cuenta de Samsung"
+
+msgid "IDS_ST_OPT_NEW_PASSWORD_ABB"
+msgstr "Contraseña nueva"
+
+msgid "IDS_ST_POP_IT_SHOULD_BE_PD_TO_PD_DIGITS_LONG"
+msgstr "Debe tener entre %d y %d dígitos de longitud"
+
+msgid "IDS_ST_POP_NETWORK_NOT_AVAILABLE"
+msgstr "Red no disponible"
+
+msgid "IDS_COM_BODY_MSGSETTINGSBROADCASTLANGUAGESSPANISH"
+msgstr "Espaņol"
+
+msgid "IDS_COM_POP_UNKNOWN_ERROR_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Error desconocido. No se puede iniciar aplicación"
+
+msgid "IDS_ST_HEADER_FRANCE"
+msgstr "Francia"
+
+msgid "IDS_ST_BODY_ALWAYS_REJECT"
+msgstr "Rechazar siempre"
+
+msgid "IDS_ST_BODY_AUTO_DOWNLOAD"
+msgstr "Descarga automática"
+
+msgid "IDS_ST_BODY_DATE_AND_TIME"
+msgstr "Fecha y hora"
+
+msgid "IDS_ST_BODY_DATE_FORMAT"
+msgstr "Formato de fecha"
+
+msgid "IDS_ST_BODY_DDMMYYYY_DOT"
+msgstr "DD.MM.AAAA"
+
+msgid "IDS_ST_BODY_EXPIRY_REMINDER"
+msgstr "Aviso de caducidad"
+
+msgid "IDS_ST_BODY_FILE_TRANSFER"
+msgstr "Transferencia de archivo"
+
+msgid "IDS_ST_BODY_HOME_URL"
+msgstr "URL de inicio"
+
+msgid "IDS_ST_BODY_INTERNET_CONNECTION"
+msgstr "Conexión a Internet"
+
+msgid "IDS_ST_BODY_INTERNET_SHARING"
+msgstr "Uso compartido de Internet"
+
+msgid "IDS_ST_BODY_MM_DD_YYYY_DOT"
+msgstr "MM.DD.AAAA"
+
+msgid "IDS_ST_BODY_NETWORK_MODE"
+msgstr "Modo de red"
+
+msgid "IDS_ST_BODY_OPEN_SOURCE_LICENCES"
+msgstr "Licencias de origen abierto"
+
+msgid "IDS_ST_BODY_PREFERRED_NETWORKS"
+msgstr "Redes preferidas"
+
+msgid "IDS_ST_BODY_RESET_SETTINGS"
+msgstr "Restablecer ajustes"
+
+msgid "IDS_ST_BODY_SELECT_NETWORK"
+msgstr "Seleccionar red"
+
+msgid "IDS_ST_BODY_TIME_FORMAT"
+msgstr "Formato de hora"
+
+msgid "IDS_ST_BODY_TIME_ZONE"
+msgstr "Zona horaria"
+
+msgid "IDS_ST_BODY_TRANSACTION_TRACKING"
+msgstr "Seguimiento de transacciones"
+
+msgid "IDS_ST_BODY_YYYY_DD_MM_DOT"
+msgstr "AAAA/DD/MM"
+
+msgid "IDS_COM_POP_FILE_VIEWER"
+msgstr "Visor de archivos"
+
+msgid "IDS_COM_POP_SAVE_SAVE_TO_MY_FILES"
+msgstr "Guardar en Mis archivos"
+
+msgid "IDS_ST_BODY_TIME_N_DATE"
+msgstr "Fecha y hora"
+
+msgid "IDS_COM_BUTTON_PREV"
+msgstr "Ant"
+
+msgid "IDS_COM_POP_DRM_EXPIRED_GET_MORE_LICENSES"
+msgstr "%s se bloqueará dentro de %d horas y %s volverá a los valores predeterminados. ¿Obtener más licencias?"
+
+msgid "IDS_COM_POP_EXPIRING_REMINDER"
+msgstr "Recordatorio de caducidad"
+
+msgid "IDS_COM_SK_RETRY"
+msgstr "Reint."
+
+msgid "IDS_CST_BODY_AUTOMATIC_ANSWERING"
+msgstr "Respuesta automática"
+
+msgid "IDS_ST_BODY_MESSAGE_LIST"
+msgstr "Lista de mensajes"
+
+msgid "IDS_ST_HEADER_PLEASE_WAIT"
+msgstr "Por favor, espere."
+
+msgid "IDS_ST_BODY_CALL"
+msgstr "Llamadas"
+
+msgid "IDS_ST_BODY_NORMAL_T_PROFILE"
+msgstr "Normal"
+
+msgid "IDS_ST_BODY_PD_SECONDS"
+msgstr "%d segundos"
+
+msgid "IDS_COM_POP_UPDATED"
+msgstr "Actualizado"
+
+msgid "IDS_ST_POP_NEW_PASSWD_SAVED"
+msgstr "Nueva contraseña guardada"
+
+msgid "IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"
+msgstr "No hay contraseña. ¿Definir contraseña?"
+
+msgid "IDS_COM_BODY_CREATE_MESSAGE_TELEFONICA"
+msgstr "Nuevo mensaje"
+
+msgid "IDS_ST_BODY_USB_ASK_ON_CONNECTION"
+msgstr "Preguntar al conectar"
+
+msgid "IDS_ST_HEADER_BRIGHT"
+msgstr "Brillo"
+
+msgid "IDS_COM_BODY_ALL_DAY"
+msgstr "Todo el día"
+
+msgid "IDS_COM_BODY_CERTIFICATE_INFO"
+msgstr "Información de certificado"
+
+msgid "IDS_COM_BODY_ENABLE_LOCATION_SERVICES"
+msgstr "Activar servicios de ubicación"
+
+msgid "IDS_COM_BODY_INSTANT_MESSENGER"
+msgstr "Mensajería instantánea"
+
+msgid "IDS_COM_BODY_NEWS"
+msgstr "Noticias"
+
+msgid "IDS_COM_BODY_NO_SIM"
+msgstr "No hay SIM"
+
+msgid "IDS_COM_BODY_SERIAL_NUMBER"
+msgstr "Número de serie"
+
+msgid "IDS_COM_OPT_HIDE_KEYPAD"
+msgstr "Ocultar teclado"
+
+msgid "IDS_COM_OPT_VOICE_RECORDER_WILL_BE_STOPPED_DUE_TO_LOW_BATTERY_VODA"
+msgstr "La grabadora de voz se detendrá. No hay suficiente batería"
+
+msgid "IDS_COM_POP_EXITSILENTMODE"
+msgstr "Salir del modo Silencio"
+
+msgid "IDS_COM_POP_FOR_ALL_TELE_SERVICES_EXCEPT_SMS"
+msgstr "para todos los servicios teleservicios excepto SMS"
+
+msgid "IDS_COM_POP_LOW_BATTERY_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Batería baja. No se puede iniciar aplicación"
+
+msgid "IDS_COM_POP_MMS_SENT"
+msgstr "MMS enviados"
+
+msgid "IDS_COM_POP_REGISTERING"
+msgstr "Registrando..."
+
+msgid "IDS_COM_POP_SMALL_DAYS"
+msgstr "días"
+
+msgid "IDS_COM_POP_SMALL_HOURS"
+msgstr "horas"
+
+msgid "IDS_COM_POP_WEEKS_LC"
+msgstr "semanas"
+
+msgid "IDS_COM_POP_WEEK_LC"
+msgstr "semana"
+
+msgid "IDS_COM_SK3_ADD"
+msgstr "Añadir"
+
+msgid "IDS_COM_SK3_END_ALL_APPLICATIONS"
+msgstr "Finalizar todas"
+
+msgid "IDS_COM_SK_MOVE_LITE"
+msgstr "Mover"
+
+msgid "IDS_COM_SK_NEXT"
+msgstr "Siguiente"
+
+msgid "IDS_ST_BODY_ABOUT_PHONE"
+msgstr "Acerca del teléfono"
+
+msgid "IDS_ST_BODY_ACCESS_NAME"
+msgstr "Nombre de acceso"
+
+msgid "IDS_ST_BODY_ADVANCED_GPS"
+msgstr "GPS avanzado"
+
+msgid "IDS_ST_BODY_ALERTTYPE_VIBRATION_AND_MELODY"
+msgstr "Vibración y melodía"
+
+msgid "IDS_ST_BODY_ALERT_VIBRATION"
+msgstr "Vibración de alerta"
+
+msgid "IDS_ST_BODY_ALL_EMAILS"
+msgstr "Todos los correos"
+
+msgid "IDS_ST_BODY_ANNIVERSARY"
+msgstr "Aniversario"
+
+msgid "IDS_ST_BODY_ANY_KEY"
+msgstr "Cualquier tecla"
+
+msgid "IDS_ST_BODY_APPOINTMENT"
+msgstr "Cita"
+
+msgid "IDS_ST_BODY_AUTH_TYPE"
+msgstr "Tipo de autorización"
+
+msgid "IDS_ST_BODY_AUTOMATIC_TIME_UPDATE"
+msgstr "Actualización de hora automática"
+
+msgid "IDS_ST_BODY_BACKLIGHT_TIME"
+msgstr "Tiempo de retroiluminación"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+msgstr "Vibración"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRAT_THEN_MELODY"
+msgstr "Vibración y después melodía"
+
+msgid "IDS_ST_BODY_CALL_LOG"
+msgstr "Registro de llamadas"
+
+msgid "IDS_ST_BODY_CHANGE_PIN1"
+msgstr "Cambiar código PIN1"
+
+msgid "IDS_ST_BODY_CHANGE_PIN2"
+msgstr "Cambiar PIN2"
+
+msgid "IDS_ST_BODY_CHOCO_COOKY"
+msgstr "Choco cooky"
+
+msgid "IDS_ST_BODY_CLEAR_PHONE_MEMORY"
+msgstr "Borrar memoria del teléfono"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN1"
+msgstr "Confirmar nuevo código PIN1"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN2"
+msgstr "Confirme nuevo PIN2"
+
+msgid "IDS_ST_BODY_CONFIRM_PASSWORD"
+msgstr "Confirmar código"
+
+msgid "IDS_ST_BODY_CONFIRM_SIM_PASSWORD"
+msgstr "Confirmar contraseña de SIM"
+
+msgid "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS"
+msgstr "Dirección de proxy"
+
+msgid "IDS_ST_BODY_CONNECTIVITY"
+msgstr "Conectividad"
+
+msgid "IDS_ST_BODY_COOL_JAZZ"
+msgstr "Cool jazz"
+
+msgid "IDS_ST_BODY_COUNTRY_CODE"
+msgstr "Código de país"
+
+msgid "IDS_ST_BODY_CURRENT_PASSWORD"
+msgstr "Contraseña actual"
+
+msgid "IDS_ST_BODY_CURRENT_PIN1"
+msgstr "Código PIN1 actual"
+
+msgid "IDS_ST_BODY_CURRENT_PIN2"
+msgstr "PIN2 actual"
+
+msgid "IDS_ST_BODY_DISPLAY_CONTENTS"
+msgstr "Mostrar contenido"
+
+msgid "IDS_ST_BODY_DIVX_DEREGISTRATION"
+msgstr "Cancelación de registro de DivX"
+
+msgid "IDS_ST_BODY_DIVX_REGISTRATION"
+msgstr "Registro de DivX"
+
+msgid "IDS_ST_BODY_DRM_MEDIA"
+msgstr "Medio de DRM"
+
+msgid "IDS_ST_BODY_DVB_H"
+msgstr "DVB-H"
+
+msgid "IDS_ST_BODY_ENTER_4_TO_8_DIGIT_PIN"
+msgstr "Especifique un PIN de 4 a 8 dígitos"
+
+msgid "IDS_ST_BODY_ETC"
+msgstr "Etc."
+
+msgid "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+msgstr "Notificaciones de eventos"
+
+msgid "IDS_ST_BODY_FIXED_DIALLING_MODE"
+msgstr "Modo de marcación fija"
+
+msgid "IDS_ST_BODY_FLIGHT_MODE"
+msgstr "Modo avión"
+
+msgid "IDS_ST_BODY_FONTSTYLE_GLOBAL"
+msgstr "Global"
+
+msgid "IDS_ST_BODY_FOREIGN_NETWORK"
+msgstr "Red en extranjero"
+
+msgid "IDS_ST_BODY_IM"
+msgstr "MI"
+
+msgid "IDS_ST_BODY_IN_USE"
+msgstr "En uso"
+
+msgid "IDS_ST_BODY_ITEMS"
+msgstr "Elementos"
+
+msgid "IDS_ST_BODY_LAN"
+msgstr "Idiomas"
+
+msgid "IDS_ST_BODY_LICENCE"
+msgstr "Licencia"
+
+msgid "IDS_ST_BODY_LIST_VIEW"
+msgstr "Vista de lista"
+
+msgid "IDS_ST_BODY_MAXIMUM"
+msgstr "Máximo"
+
+msgid "IDS_ST_BODY_MEDIUM_M_FONTSIZE"
+msgstr "Medio"
+
+msgid "IDS_ST_BODY_MEMORY"
+msgstr "Memoria"
+
+msgid "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"
+msgstr "Memoria predeterminada"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_ANNIVERSARIES"
+msgstr "Aniversarios"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_APPOINTMENTS"
+msgstr "Citas"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_MEMORY_CARD_DETAILS"
+msgstr "Detalles de tarjeta de memoria"
+
+msgid "IDS_ST_BODY_MEMORY_STATUS"
+msgstr "Estado de memoria"
+
+msgid "IDS_ST_BODY_MESSAGE_AND_EMAIL"
+msgstr "Mensaje y correo electrónico"
+
+msgid "IDS_ST_BODY_MOBILE_TRACKER"
+msgstr "Rastreador móvil"
+
+msgid "IDS_ST_BODY_MSGSETTINGSMMS_DEFAULT_STYLE"
+msgstr "Estilo predeterminado"
+
+msgid "IDS_ST_BODY_MYTHEME_DEFAULT"
+msgstr "Predeterminado"
+
+msgid "IDS_ST_BODY_NETWORK"
+msgstr "Red"
+
+msgid "IDS_ST_BODY_NETWORK_CODE"
+msgstr "Código de red"
+
+msgid "IDS_ST_BODY_NETWORK_LIST"
+msgstr "Lista de redes"
+
+msgid "IDS_ST_BODY_NETWORK_TYPE"
+msgstr "Tipo de red"
+
+msgid "IDS_ST_BODY_NEW_PASSWORD"
+msgstr "Código de seguridad"
+
+msgid "IDS_ST_BODY_NEW_PIN1"
+msgstr "Nuevo código PIN1"
+
+msgid "IDS_ST_BODY_NEW_PIN2"
+msgstr "PIN 2 nuevo"
+
+msgid "IDS_ST_BODY_PASSWORD_EMPTY"
+msgstr "Contraseña vacía"
+
+msgid "IDS_ST_BODY_PC_INTERNET"
+msgstr "Internet PC"
+
+msgid "IDS_ST_BODY_PHONEPROFILES_DRIVING"
+msgstr "En el coche"
+
+msgid "IDS_ST_BODY_PHONE_LOCK"
+msgstr "Bloqueo del teléfono"
+
+msgid "IDS_ST_BODY_PIN1"
+msgstr "PIN1"
+
+msgid "IDS_ST_BODY_PIN2"
+msgstr "PIN 2"
+
+msgid "IDS_ST_BODY_PINS_DON'T_MATCH_E"
+msgstr "Los códigos PIN no coinciden"
+
+msgid "IDS_ST_BODY_PRIVACY_LOCK"
+msgstr "Bloqueo de privacidad"
+
+msgid "IDS_ST_BODY_PUK1_BLOCKED"
+msgstr "PUK1 bloqueado"
+
+msgid "IDS_ST_BODY_PUK1_CODE"
+msgstr "Código PUK1"
+
+msgid "IDS_ST_BODY_PUK2"
+msgstr "PUK 2"
+
+msgid "IDS_ST_BODY_PUK2_BLOCKED"
+msgstr "PUK2 bloqueado"
+
+msgid "IDS_ST_BODY_RAISING_MELODY"
+msgstr "Melodía ascendente"
+
+msgid "IDS_ST_BODY_RECENT"
+msgstr "Reciente"
+
+msgid "IDS_ST_BODY_RINGTONES_SAMSUNG_TUNE"
+msgstr "Samsung tune"
+
+msgid "IDS_ST_BODY_ROAMING_NETWORK"
+msgstr "Red en itinerancia"
+
+msgid "IDS_ST_BODY_SECONDS_GA"
+msgstr "segundos"
+
+msgid "IDS_ST_BODY_SECURE"
+msgstr "Seguro"
+
+msgid "IDS_ST_BODY_SECURITY"
+msgstr "Seguridad"
+
+msgid "IDS_ST_BODY_SERVICE_TYPE"
+msgstr "Tipo de servicio"
+
+msgid "IDS_ST_BODY_SIM_LOCK"
+msgstr "Bloqueo de SIM"
+
+msgid "IDS_ST_BODY_SIM_PASSWORD"
+msgstr "Contraseña SIM"
+
+msgid "IDS_ST_BODY_SMALL_M_TEXTSIZE"
+msgstr "Pequeño"
+
+msgid "IDS_ST_BODY_SOS_MASSAGES"
+msgstr "Mensajes de emergencia"
+
+msgid "IDS_ST_BODY_SOUND_PROFILES"
+msgstr "Perfiles de sonido"
+
+msgid "IDS_ST_BODY_TEXTSTYLE_LARGE"
+msgstr "Grande"
+
+msgid "IDS_ST_BODY_THEME"
+msgstr "Tema"
+
+msgid "IDS_ST_BODY_TOUCH"
+msgstr "Táctil"
+
+msgid "IDS_ST_BODY_VIBRATION_1"
+msgstr "Vibración 1"
+
+msgid "IDS_ST_BODY_VIBRATION_2"
+msgstr "Vibración 2"
+
+msgid "IDS_ST_BODY_VIBRATION_3"
+msgstr "Vibración 3"
+
+msgid "IDS_ST_BODY_VIBRATION_4"
+msgstr "Vibración 4"
+
+msgid "IDS_ST_BODY_VIBRATION_5"
+msgstr "Vibración 5"
+
+msgid "IDS_ST_BODY_VOICE_MAIL"
+msgstr "Correo de voz"
+
+msgid "IDS_ST_BODY_WAP_DOWNLOADS"
+msgstr "Descargas WAP"
+
+msgid "IDS_ST_BODY_WI_FI_MAC_ADDRESS"
+msgstr "Dirección MAC Wi-Fi"
+
+msgid "IDS_ST_DISPLAYSETTINGS_BODY_MAINGREETINGEDITSTYLEBGCOLOUR"
+msgstr "Color de fondo"
+
+msgid "IDS_ST_HEADER_ALERT_TYPE"
+msgstr "Tipo de alerta"
+
+msgid "IDS_ST_HEADER_CONFIRM_PASSWORD_ABB"
+msgstr "Confirmar contraseña"
+
+msgid "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+msgstr "Idioma para mostrar"
+
+msgid "IDS_ST_HEADER_KEYBOARD_LANGUAGE"
+msgstr "Idioma del teclado"
+
+msgid "IDS_ST_HEADER_MEETING"
+msgstr "Reunión"
+
+msgid "IDS_ST_HEADER_OUTDOOR"
+msgstr "Exterior"
+
+msgid "IDS_ST_HEADER_PIN1_CODE"
+msgstr "PIN1"
+
+msgid "IDS_ST_HEADER_SIM_PASSWORD"
+msgstr "Contraseña SIM"
+
+msgid "IDS_ST_HEADER_SPACE_M_THEME"
+msgstr "Space"
+
+msgid "IDS_ST_HEADER_UNAVAILABLE"
+msgstr "No disponible"
+
+msgid "IDS_ST_HEADER_USER_AGREEMENT"
+msgstr "Acuerdo de usuario"
+
+msgid "IDS_ST_HEADER_WALLPAPER_HOME_SCREEN"
+msgstr "Pantalla de inicio"
+
+msgid "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME"
+msgstr "Tiempo de retroiluminación"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BLOCKMESSAGESBYADDRESSNEWPUSH"
+msgstr "Mensajes push"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCAST"
+msgstr "Mensajes de difusión"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCASTRECEIVINGCHANNELS"
+msgstr "Recibiendo canales"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEFONTSTYLE2"
+msgstr "Tipo de fuente"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEPAGEDURATION"
+msgstr "Duración de página"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSRECEIVOPTIONSHOMENET"
+msgstr "Red nacional"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSEXPIRY"
+msgstr "Caducidad"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSPRIORITY"
+msgstr "Prioridad"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDRECEIVINGOPTS"
+msgstr "Opciones de recepción"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMS"
+msgstr "Mensajes de texto"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMSSENDINGOPTCHARSUPPORT"
+msgstr "Compatibilidad de caracteres"
+
+msgid "IDS_ST_OPT_EDIT_CHANNEL"
+msgstr "Editar canal"
+
+msgid "IDS_ST_OPT_ITEM"
+msgstr "Elemento"
+
+msgid "IDS_ST_OPT_MASS_STORAGE_ABB"
+msgstr "Almac masivo"
+
+msgid "IDS_ST_OPT_PHONEBOOK"
+msgstr "Contactos"
+
+msgid "IDS_ST_POP_ALL_BARRING"
+msgstr "Todas las llamadas restringidas"
+
+msgid "IDS_ST_POP_ALL_CONTACTS_LINKED_TO_WEB_ACCOUNTS_WILL_ALSO_BE_DELETED_IN_WEB_SERVER_CONTINUE_Q"
+msgstr "Todos los contactos vinculados a cuentas web también se eliminarán en el servidor web. ¿Continuar?"
+
+msgid "IDS_ST_POP_CLEARED"
+msgstr "Borrado"
+
+msgid "IDS_ST_POP_CLEARING_ING"
+msgstr "Borrando..."
+
+msgid "IDS_ST_POP_ENTER_8_DIGIT_PIN_UNLOCK_HPUK_CODE_KOR"
+msgstr "Introduzca un código de desbloqueo PIN (PUK) de 8 dígitos"
+
+msgid "IDS_ST_POP_FLIGHT_MODE_ON"
+msgstr "Modo avión activado"
+
+msgid "IDS_ST_POP_INCOMING_BARRING"
+msgstr "Restricción de entrantes"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1"
+msgstr "Código PIN1 incorrecto"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT"
+msgstr "PIN incorrecto. Queda un intento"
+
+msgid "IDS_ST_POP_INCORRECT_PIN2"
+msgstr "PIN 2 incorrecto"
+
+msgid "IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT"
+msgstr "PIN incorrecto. Quedan %d intentos"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT"
+msgstr "PUK1 incorrecto. Queda 1 intento"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_CODE"
+msgstr "Introducir código PUK1"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT"
+msgstr "PUK1 incorrecto. Quedan %d intentos"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2"
+msgstr "PUK2 incorrecto"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT"
+msgstr "PUK2 incorrecto. Queda 1 intento"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT"
+msgstr "PUK2 incorrecto. Quedan %d intentos"
+
+msgid "IDS_ST_POP_MSG_FORMATTING"
+msgstr "Formateando..."
+
+msgid "IDS_ST_POP_MSG_FORMAT_QUESTION"
+msgstr "El formateo borrará todos los datos.\n¿Continuar?"
+
+msgid "IDS_ST_POP_NO_ITEMS_SELECTED"
+msgstr "Ningún elemento seleccionado"
+
+msgid "IDS_ST_POP_OUTGOING_BARRING"
+msgstr "Restricción de salientes"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Las contraseñas no coinciden"
+
+msgid "IDS_ST_POP_PASSWORD_CHANGED"
+msgstr "Contraseña modificada"
+
+msgid "IDS_ST_POP_PASSWORD_TOO_SHORT"
+msgstr "Contraseña demasiado corta"
+
+msgid "IDS_ST_POP_PD_ATTEMPTS_LEFT"
+msgstr "Quedan %d intentos"
+
+msgid "IDS_ST_POP_PD_ATTEMPT_LEFT"
+msgstr "Queda %d intento"
+
+msgid "IDS_ST_POP_PIN1_BLOCKED"
+msgstr "Código PIN1 bloqueado"
+
+msgid "IDS_ST_POP_PIN1_CHANGED"
+msgstr "Código PIN1 cambiado"
+
+msgid "IDS_ST_POP_PIN2_BLOCKED"
+msgstr "PIN2 bloqueado"
+
+msgid "IDS_ST_POP_PIN2_CHANGED"
+msgstr "PIN2 modificado"
+
+msgid "IDS_ST_POP_PIN2_UNBLOCKED"
+msgstr "PIN2 desbloqueado"
+
+msgid "IDS_ST_POP_PIN_UNBLOCKED"
+msgstr "PIN desbloqueado"
+
+msgid "IDS_ST_POP_SAVING"
+msgstr "Guardando..."
+
+msgid "IDS_ST_POP_SET"
+msgstr "Definir"
+
+msgid "IDS_ST_POP_TEXT_MESSAGE_ALERT_TONE"
+msgstr "Tono de mensaje"
+
+msgid "IDS_ST_POP_TEXT_NEW_NETWORK"
+msgstr "Nueva red"
+
+msgid "IDS_ST_POP_UNKNOWN_OPERATION"
+msgstr "Operación desconocida"
+
+msgid "IDS_ST_POP_YES"
+msgstr "Sí"
+
+msgid "IDS_ST_SECURITY_BODY_ENTERPIN2BABY"
+msgstr "PIN 2"
+
+msgid "IDS_ST_SECURITY_BODY_NOIMSI"
+msgstr "Introducir tarjeta SIM"
+
+msgid "IDS_ST_SK_FORMAT"
+msgstr "Formato"
+
+msgid "IDS_ST_POP_ACTIVATION_ONGOING"
+msgstr "Activación en curso..."
+
+msgid "IDS_COM_BODY_EMAILS_T_MAINMENU_ABB2"
+msgstr "Emails"
+
+msgid "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_ST_HEADER_WI_FI"
+msgstr "Wi-Fi"
+
+msgid "IDS_ST_BODY_CPU_USAGE"
+msgstr "Uso de CPU"
+
+msgid "IDS_ST_MBODY_SCREEN_READER_HTTS"
+msgstr "Lector de pantalla (TTS)"
+
+msgid "IDS_ST_BODY_SPEECH_RATE"
+msgstr "Índice de velocidad"
+
+msgid "IDS_ST_HEADER_ACCESSIBILITY"
+msgstr "Accesibilidad"
+
+msgid "IDS_ST_MBODY_HIGH_CONTRAST"
+msgstr "Contraste alto"
+
+msgid "IDS_ST_MBODY_FONT_SIZE"
+msgstr "Tamaño de fuente"
+
+msgid "IDS_ST_BODY_FONT_STYLE"
+msgstr "Tipo de fuente"
+
+msgid "IDS_ST_BODY_TORCH_LIGHT"
+msgstr "Luz de antorcha"
+
+msgid "IDS_ST_MBODY_MONO_AUDIO"
+msgstr "Audio mono"
+
+msgid "IDS_ST_HEADER_TUTORIAL"
+msgstr "Tutorial"
+
+msgid "IDS_ST_BODY_TOUCHSENSITIVITY_SENSITIVITY"
+msgstr "Sensibilidad"
+
+msgid "IDS_MTTRL_BODY_USE_PANNING"
+msgstr "Utilizar desplazamiento"
+
+msgid "IDS_MTTRL_HEADER_TRY_TILT"
+msgstr "Intentar inclinar"
+
+msgid "IDS_ST_HEADER_INCOMING_CALLS"
+msgstr "Llamadas entrantes"
+
+msgid "IDS_ST_SK_VOLUME"
+msgstr "Volumen"
+
+msgid "IDS_ST_HEADER_USB_UTILITIES"
+msgstr "Utilidades de USB"
+
+msgid "IDS_ST_BODY_ROTATION_LOCK"
+msgstr "Bloqueo de rotación"
+
+msgid "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+msgstr "Porcentaje batería"
+
+msgid "IDS_ST_BODY_MY_NUMBER"
+msgstr "Mi número"
+
+msgid "IDS_ST_BODY_MODEL_NUMBER"
+msgstr "Número de modelo"
+
+msgid "IDS_ST_BODY_VERSION_C"
+msgstr "Versión:"
+
+msgid "IDS_ST_BODY_BUILD_NUMBER"
+msgstr "Número de compilación"
+
+msgid "IDS_ST_BODY_DEVICE_INFO"
+msgstr "Información del dispositivo"
+
+msgid "IDS_ST_BODY_SUNDAY"
+msgstr "Domingo"
+
+msgid "IDS_ST_BODY_MONDAY"
+msgstr "Lunes"
+
+msgid "IDS_ST_BODY_TUESDAY"
+msgstr "Martes"
+
+msgid "IDS_ST_BODY_10_MINUTES"
+msgstr "10 minutos"
+
+msgid "IDS_ST_BODY_3MINUTES"
+msgstr "3 minutos"
+
+msgid "IDS_ST_BODY_HOLD_ME"
+msgstr "Retenerme"
+
+msgid "IDS_MTTRL_BODY_MOTION_ACTIVATION"
+msgstr "Activación de movimiento"
+
+msgid "IDS_MTTRL_MBODY_TILT_TO_ZOOM"
+msgstr "Incline para ampliar"
+
+msgid "IDS_ST_BUTTON_USE_TILT"
+msgstr "Utiliz inclin"
+
+msgid "IDS_ST_BODY_USE_MOTION"
+msgstr "Utilizar movimiento"
+
+msgid "IDS_ST_BODY_MOTION_DISABLED"
+msgstr "Movimiento desactivado"
+
+msgid "IDS_COM_POP_UNABLE_TO_SECURE_CONNECTION"
+msgstr "No se puede asegurar la conexión"
+
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notificación"
+
+msgid "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK"
+msgstr "Vibración al pulsar"
+
+msgid "IDS_ST_BODY_MSG_ALERT_REPETITION"
+msgstr "Repetición de alerta"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+msgstr "Repetición de alerta de correo electrónico"
+
+msgid "IDS_ST_POP_SIMPLE_PASSWORD_NOT_ALLOWED"
+msgstr "Contraseña simple no admitida"
+
+msgid "IDS_ST_BODY_INCOMING_CALL"
+msgstr "Llamada entrante"
+
+msgid "IDS_ST_BODY_ONCE"
+msgstr "Una vez"
+
+msgid "IDS_ST_BODY_EVERY_2MIN"
+msgstr "Cada 2 minutos"
+
+msgid "IDS_ST_BODY_EVERY_5MIN"
+msgstr "Cada 5 minutos"
+
+msgid "IDS_ST_BODY_EVERY_10MINUTES"
+msgstr "Cada 10 minutos"
+
+msgid "IDS_ST_BODY_15SEC"
+msgstr "15 segundos"
+
+msgid "IDS_ST_BODY_30SEC"
+msgstr "30 segundos"
+
+msgid "IDS_ST_BODY_8_SECONDS"
+msgstr "8 segundos"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+msgstr "Ajustes de accesibilidad"
+
+msgid "IDS_ST_BODY_AFTER_5_SECONDS"
+msgstr "Tras 5 segundos"
+
+msgid "IDS_ST_HEADER_PD_ATTEMPTS_LEFT"
+msgstr "Quedan %d intentos"
+
+msgid "IDS_ST_BODY_AVAILABLE_SPACE"
+msgstr "Espacio disponible"
+
+msgid "IDS_ST_BODY_BLACK"
+msgstr "Negro"
+
+msgid "IDS_ST_HEADER_EASY_ACCESS"
+msgstr "Acceso fácil"
+
+msgid "IDS_CLD_BODY_FIRST_DAY_OF_WEEK"
+msgstr "Primer día de la semana"
+
+msgid "IDS_ST_BODY_FORMAT_SD_CARD"
+msgstr "Formatear tarjeta SD"
+
+msgid "IDS_ST_BODY_GSM"
+msgstr "GSM"
+
+msgid "IDS_ST_HEADER_HEARING"
+msgstr "Audición"
+
+msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
+msgstr "Pantalla de inicio"
+
+msgid "IDS_ST_HEADER_INSERT_SIM_CARD_ABB"
+msgstr "Insertar tarj SIM"
+
+msgid "IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"
+msgstr "Dirección de proxy incorrecta"
+
+msgid "IDS_ST_BODY_KIES_INSTALLER"
+msgstr "Instalador de Kies"
+
+msgid "IDS_ST_BODY_LANGUAGE"
+msgstr "Idioma"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TILT_ABB"
+msgstr "Más info de inclin."
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TURN_OVER"
+msgstr "Más información sobre girar"
+
+msgid "IDS_COM_BODY_MEDIA"
+msgstr "Multimedia"
+
+msgid "IDS_ST_BODY_MOTION_SETTINGS"
+msgstr "Configuración de Movimiento"
+
+msgid "IDS_ST_MBODY_MOTIONS"
+msgstr "Movimientos"
+
+msgid "IDS_ST_BODY_MOUNT_SD_CARD"
+msgstr "Insertar tarjeta SD"
+
+msgid "IDS_MTTRL_BODY_MOVE_AN_ICON_TO_ANOTHER_PAGE"
+msgstr "Mover un icono a otra página"
+
+msgid "IDS_ST_BODY_MOVE_DEVICE_LEFT_OR_RIGHT"
+msgstr "Mueva el dispositivo a izquierda o derecha"
+
+msgid "IDS_ST_OPT_NETWORK_LIST"
+msgstr "Lista de redes"
+
+msgid "IDS_ST_HEADER_NEW_NETWORK"
+msgstr "Nueva red"
+
+msgid "IDS_ST_BODY_NOSERVICE"
+msgstr "Sin servicio"
+
+msgid "IDS_COM_BUTTON2_PROCESSING_ING"
+msgstr "Procesando..."
+
+msgid "IDS_COM_MBODY_SECURITY_POLICY"
+msgstr "Política de seguridad"
+
+msgid "IDS_ST_POP_SELECT_OTHER_CONNECTION"
+msgstr "Seleccione otra conexión"
+
+msgid "IDS_ST_BODY_PHONE_SOUND_VOL"
+msgstr "Volumen del teléfono"
+
+msgid "IDS_ST_BODY_SPEED_AT_WHICH_THE_TEXT_IS_SPOKEN"
+msgstr "Velocidad de pronunciación de texto"
+
+msgid "IDS_COM_BODY_DETAILS_TIME"
+msgstr "Hora"
+
+msgid "IDS_ST_BODY_TOTAL_SPACE"
+msgstr "Espacio total"
+
+msgid "IDS_MTTRL_HEADER_TRY_DOUBLE_TAP"
+msgstr "Pruebe doble pulsación"
+
+msgid "IDS_MTTRL_HEADER_TRY_PANNING"
+msgstr "Pruebe el desplazamiento"
+
+msgid "IDS_MTTRL_MBODY_TURN_OVER_TO_MUTE"
+msgstr "Gire para silenciar"
+
+msgid "IDS_ST_BODY_UNMOUNT_SD_CARD"
+msgstr "Retirar tarjeta SD"
+
+msgid "IDS_ST_BODY_USB_DEBUGGING"
+msgstr "Depuración de USB"
+
+msgid "IDS_ST_BODY_USE_PACKET_DATA"
+msgstr "Usar paquetes de datos"
+
+msgid "IDS_ST_HEADER_VISION"
+msgstr "Visión"
+
+msgid "IDS_ST_BODY_INTERNAL_PHONE_STORAGE_SPACE_IS_NEARLY_FULL_VZW"
+msgstr "Internal phone storage space is nearly full"
+
+msgid "IDS_ST_BODY_24_HOURS"
+msgstr "24 horas"
+
+msgid "IDS_ST_BODY_WEDNESDAY"
+msgstr "Miércoles"
+
+msgid "IDS_ST_BODY_THURSDAY"
+msgstr "Jueves"
+
+msgid "IDS_ST_BODY_FRIDAY"
+msgstr "Viernes"
+
+msgid "IDS_ST_BODY_SATURDAY"
+msgstr "Sábado"
+
+msgid "IDS_ST_BODY_EMAIL"
+msgstr "Correo electrónico"
+
+msgid "IDS_CST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Acep llam con tec inicio"
+
+msgid "IDS_ST_BODY_HELLO_KITTY_1"
+msgstr "Hello Kitty 1"
+
+msgid "IDS_COM_POP_TIMES_LC"
+msgstr "veces"
+
+msgid "IDS_COM_BODY_VIA_MMS"
+msgstr "Por mensaje multimedia"
+
+msgid "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+msgstr "Idioma y región"
+
+msgid "IDS_ST_BODY_WINSET"
+msgstr "Winset"
+
+msgid "IDS_ST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Acep llam con tec inicio"
+
+msgid "IDS_ST_BODY_REMOVE_LICENCE"
+msgstr "Eliminar licencia"
+
+msgid "IDS_ST_BUTTON2_EDIT_PREFERRED"
+msgstr "Editar preferido"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT"
+msgstr "Alerta de correo electrónico"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
+msgstr "Vuelva a introducir la contraseña"
+
+msgid "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
+msgstr "Escriba la contraseña actual"
+
+msgid "IDS_ST_BODY_SD_CARD"
+msgstr "Tarjeta SD"
+
+msgid "IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"
+msgstr "No se ha encontrado el código de desregistro"
+
+msgid "IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"
+msgstr "Error al seleccionar la red"
+
+msgid "IDS_ST_BODY_HIGH_CONTRAST"
+msgstr "Contraste alto"
+
+msgid "IDS_ST_BODY_MMS_CONNECTIONS"
+msgstr "Conexiones MMS"
+
+msgid "IDS_ST_TAB_PREFERRED"
+msgstr "Preferido"
+
+msgid "IDS_ST_BODY_REGION"
+msgstr "REGIÓN"
+
+msgid "IDS_ST_BODY_SNS"
+msgstr "SNS"
+
+msgid "IDS_ST_BODY_SENSITIVITY_SETTINGS"
+msgstr "Ajustes de sensibilidad"
+
+msgid "IDS_ST_HEADER_SENSITIVITY_TEST_ABB"
+msgstr "Prueba de sensibilidad"
+
+msgid "IDS_ST_BODY_VOLUME"
+msgstr "Volumen"
+
+msgid "IDS_ST_BODY_TEST_TILT_SENSITIVITY"
+msgstr "Prueba de sensibilidad inclinada"
+
+msgid "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+msgstr "Ajuste el volumen y la intensidad de los sonidos cuando marque, mediante el teclado, tocando la pantalla, pulsando las teclas y bloqueando y desbloqueando el dispositivo"
+
+msgid "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
+msgstr "Contraseña incorrecta. Inténtelo de nuevo"
+
+msgid "IDS_ST_BODY_PICTURE_READER"
+msgstr "Lector de imágenes"
+
+msgid "IDS_ST_BODY_AUTOMATIC_UPDATE"
+msgstr "Actualización auto."
+
+msgid "IDS_COM_BODY_FILEDETAIL_MODEL"
+msgstr "Modelo"
+
+msgid "IDS_ST_BODY_WHITE"
+msgstr "Blanco"
+
+msgid "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+msgstr "Personal pant bloqueo"
+
+msgid "IDS_ST_BODY_MESSAGE_RINGTONE"
+msgstr "Melodía de mensaje"
+
+msgid "IDS_COM_BODY_DETAILS_LOCATION"
+msgstr "Ubicación"
+
+msgid "IDS_ST_OPT_ALL"
+msgstr "Todas"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS"
+msgstr "Vuelva a introducir la contraseña después de %d segundos"
+
+msgid "IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"
+msgstr "No se puede cambiar el PIN"
+
+msgid "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+msgstr "Sonido de bloqueo de pantalla"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+msgstr "Melodía de llamadas entrantes"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+msgstr "Vibración de llamada entrante"
+
+msgid "IDS_ST_BODY_SIMPLE_PASSWORD"
+msgstr "Contraseña simple"
+
+msgid "IDS_COM_BODY_ALLOW_BLUETOOTH"
+msgstr "Permitir Bluetooth"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_USE"
+msgstr "Permitir uso de Internet"
+
+msgid "IDS_COM_BODY_ALLOW_CAMERA"
+msgstr "Permitir cámara"
+
+msgid "IDS_COM_BODY_ALLOW_DESKTOP_SYNC"
+msgstr "Permitir sincronización de escritorio"
+
+msgid "IDS_COM_BODY_ALLOW_HTML_EMAIL"
+msgstr "Permitir correo electrónico HTML"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_SHARING"
+msgstr "Permitir uso compartido de Internet"
+
+msgid "IDS_COM_BODY_ALLOW_POP_AND_IMAP_EMAIL"
+msgstr "Permitir correo electrónico POP e IMAP"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_ENCRYPTION_ALGORITHM_NEGOTIATION"
+msgstr "Permitir negociación de algoritmo de cifrado de S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_SOFTWARE_CERTIFICATES"
+msgstr "Permitir certificados de software S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_STORAGE_CARD"
+msgstr "Permitir tarjeta de almacenamiento"
+
+msgid "IDS_COM_BODY_ALLOW_TEXT_MESSAGING"
+msgstr "Permitir mensajes de texto"
+
+msgid "IDS_COM_BODY_ALLOW_WI_FI"
+msgstr "Permitir Wi-Fi"
+
+msgid "IDS_COM_HEADER_ATTACHMENT_CONTROL"
+msgstr "Control de adjuntos"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_CALENDAR_EVENTS"
+msgstr "Duración máxima de eventos de calendario"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_EMAILS"
+msgstr "Duración máxima de mensajes de correo electrónico"
+
+msgid "IDS_COM_BODY_MINIMUM_NUMBER_OF_COMPLEX_CHARACTERS_IN_PASSWORD"
+msgstr "Número mínimo de caracteres complejos en contraseña"
+
+msgid "IDS_COM_HEADER_PASSWORD_RECOVERY"
+msgstr "Recuperación de contraseña"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_ENCRYPTED"
+msgstr "Requerir que los mensajes tengan cifrado S/MIME"
+
+msgid "IDS_COM_BODY_REQUIRE_S_MIME_ALGORITHM_ENCRYPTION"
+msgstr "Requerir cifrado de algoritmo S/MIME"
+
+msgid "IDS_COM_BODY_REQUIRE_MANUAL_SYNCHRONISATION_WHEN_ROAMING"
+msgstr "Requerir sincronización manual en itinerancia"
+
+msgid "IDS_COM_BODY_REQUIRE_SIGNED_S_MIME_ALGORITHM"
+msgstr "Requerir algoritmo S/MIME firmado"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_SIGNED"
+msgstr "Requerir que los mensajes tengan firma S/MIME"
+
+msgid "IDS_COM_POP_INSERT_SIM_CARD"
+msgstr "Introducir tarjeta SIM"
+
+msgid "IDS_COM_POP_DEACTIVATE_FLIGHT_MODE_TO_USE_NETWORK_SERVICES"
+msgstr "Desactive el modo Avión para usar los servicios de red"
+
+msgid "IDS_COM_POP_DAY_LC"
+msgstr "día"
+
+msgid "IDS_ST_BODY_TIME_ZONE_DST"
+msgstr "Horario de verano"
+
+msgid "IDS_ST_POP_UNINSTALLED"
+msgstr "Desinstalado"
+
+msgid "IDS_ST_HEADER_APPLICATION_INFO"
+msgstr "Información de aplicación"
+
+msgid "IDS_ST_BODY_TOTAL"
+msgstr "Total"
+
+msgid "IDS_ST_BODY_APPLICATION"
+msgstr "Aplicación"
+
+msgid "IDS_ST_BODY_DATA"
+msgstr "Datos"
+
+msgid "IDS_ST_BODY_BYTES"
+msgstr "bytes"
+
+msgid "IDS_ST_BODY_LAUNCH_BY_DEFAULT"
+msgstr "Iniciar de forma predeterminada"
+
+msgid "IDS_ST_BODY_CLEAR_DEFAULTS"
+msgstr "Borrar valores predeterminados"
+
+msgid "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS"
+msgstr "Esta aplicación está definida para abrirse de forma predeterminada para algunas acciones"
+
+msgid "IDS_ST_BODY_OPERATOR"
+msgstr "Operador"
+
+msgid "IDS_ST_BODY_SAMSUNG"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_THIRD_PARTIES"
+msgstr "Terceros"
+
+msgid "IDS_ST_BUTTON_UNINSTALL_UPDATES"
+msgstr "Desinstalar actualizaciones"
+
+msgid "IDS_ST_BODY_STORAGE"
+msgstr "Almacenamiento"
+
+msgid "IDS_ST_BODY_GB"
+msgstr "GB"
+
+msgid "IDS_ST_BODY_MB"
+msgstr "MB"
+
+msgid "IDS_ST_BODY_KB"
+msgstr "KB"
+
+msgid "IDS_ST_BODY_MORE_DETAILS"
+msgstr "Más detalles"
+
+msgid "IDS_ST_HEADER_CERTIFICATES"
+msgstr "Certificados"
+
+msgid "IDS_ST_POP_UNINSTALLING_ING"
+msgstr "Desinstalando..."
+
+msgid "IDS_ST_SK_OK"
+msgstr "Aceptar"
+
+msgid "IDS_ST_BODY_DISPLAY"
+msgstr "Pantalla"
+
+msgid "IDS_ST_BODY_MOBILE_AP"
+msgstr "Zona Wi-Fi"
+
+msgid "IDS_ST_BODY_PD_MINUTES"
+msgstr "%d minutos"
+
+msgid "IDS_ST_BODY_POWERONTYPE_MUTE"
+msgstr "Silencio"
+
+msgid "IDS_ST_BODY_SECONDS"
+msgstr "Segundos"
+
+msgid "IDS_ST_BODY_MAINDISPLAY_WALLPAPER"
+msgstr "Fondos"
+
+msgid "IDS_ST_BODY_SOUNDS"
+msgstr "Sonidos"
+
+msgid "IDS_ST_POP_SEARCHING_ING"
+msgstr "Buscando..."
+
+msgid "IDS_ST_BUTTON_FORCE_STOP"
+msgstr "Forzar detención"
+
+msgid "IDS_ST_BUTTON_UNINSTALL"
+msgstr "Desinstalar"
+
+msgid "IDS_ST_BUTTON_CLEAR_DATA"
+msgstr "Borrar datos"
+
+msgid "IDS_ST_MBODY_TETHERING_AND_PORTABLE_HOTSPOT"
+msgstr "Zona Wifi y modem USB"
+
+msgid "IDS_ST_HEADER2_FIND_MY_MOBILE"
+msgstr "Buscar mi móvil"
+
+msgid "IDS_COM_SK_RETRY_A"
+msgstr "Reint"
+
+msgid "IDS_ST_BODY_2_MINUTES"
+msgstr "2 minutos"
+
+msgid "IDS_ST_BODY_5_MINUTES"
+msgstr "5 minutos"
+
+msgid "IDS_ST_BODY_MESSAGE_ALERT"
+msgstr "Alerta de mensaje"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Conectar a PC. El almacenamiento masivo se desactivará automáticamente después de su uso"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Conectar a PC. La depuración USB se desactivará automáticamente después de su uso"
+
+msgid "IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"
+msgstr "Se eliminará la licencia. ¿Continuar?"
+
+msgid "IDS_ST_BODY_DEFAULT_CONNECTION_MODE"
+msgstr "Modo de conexión predeterminado"
+
+msgid "IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"
+msgstr "Este modo es para desarrolladores de aplicaciones. Puede evaluar y desarrollar software"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_IS_THE_DEFAULT_CONNECTION_IT_WILL_REVERT_BACK_TO_DEFAULT_MODE_AFTER_USING_OTHER_MODES_MSG"
+msgstr "Samsung Kies es el modo de conexión predeterminado. Los otros modos siguientes son opcionales. Este dispositivo volverá al modo predeterminado después de usar los modos siguientes"
+
+msgid "IDS_ST_BODY_MANUFACTURER"
+msgstr "Fabricante"
+
+msgid "IDS_ST_BODY_MASS_STORAGE_HELP_MSG"
+msgstr "Puede llevar a cabo las siguientes operaciones: - Copia de archivos rápida - Conexión a través de MAC o Linux OS"
+
+msgid "IDS_ST_BODY_RESET_ALL"
+msgstr "Restablecer todo"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_ON"
+msgstr "Modo avión activado"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_OFF"
+msgstr "Modo avión desactivado"
+
+msgid "IDS_ST_POP_UNABLE_TO_TURN_ON_FLIGHT_MODE_VODA"
+msgstr "No se puede activar el modo de vuelo"
+
+msgid "IDS_ST_POP_PS_ENABLED"
+msgstr "%s activado"
+
+msgid "IDS_ST_POP_ACTIVATE_DEVICE_ADMINISTRATOR_Q"
+msgstr "¿Activar administrador de dispositivos?"
+
+msgid "IDS_ST_BODY_TOUCH_PANEL_AUTO_LOCK"
+msgstr "Bloqueo automático del panel táctil"
+
+msgid "IDS_ST_BODY_SAVE_TO"
+msgstr "Guardar en"
+
+msgid "IDS_COM_POP_DISCONNECTED"
+msgstr "Desconectado"
+
+msgid "IDS_WIFI_MBODY_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_COM_BODY_TEXT_INPUT"
+msgstr "Entrada de texto"
+
+msgid "IDS_ST_BODY_TEXT_INPUT"
+msgstr "Entrada de texto"
+
+msgid "IDS_ST_BODY_EFFECT"
+msgstr "Efecto"
+
+msgid "IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"
+msgstr "Recibirá un recordatorio antes de que caduque la licencia de un archivo en uso como, por ejemplo, la imagen de un fondo de pantalla."
+
+msgid "IDS_COM_BODY_OFF_M_STATUS"
+msgstr "Desactivado"
+
+msgid "IDS_COM_BODY_ON_M_STATUS"
+msgstr "Activado"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_TURN_OFF_AUTOMATICALLY_AFTER_USE"
+msgstr "Conectar a PC. El almacenamiento masivo se desactivará automáticamente después de su uso"
+
+msgid "IDS_ST_BODY_TAP_TO_INSERT"
+msgstr "Toque para inserir"
+
+msgid "IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES"
+msgstr "El uso de datos móviles en itinerancia tendrá un coste adicional"
+
+msgid "IDS_ST_BODY_BATTERY"
+msgstr "Batería"
+
+msgid "IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK"
+msgstr "Cuando de desactiva la itinerancia de datos, las aplicaciones que usan la conexión de datos pueden no funcionar"
+
+msgid "IDS_ST_HEADER_LOCK_SCREEN"
+msgstr "Bloquear pantalla"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY"
+msgstr "Accesibilidad"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER"
+msgstr "Respuesta automática"
+
+msgid "IDS_ST_MBODY_ASSISTIVE_LIGHT"
+msgstr "Luz de asistencia"
+
+msgid "IDS_ST_BODY_MANAGE_APPLICATIONS"
+msgstr "Administrar aplicaciones"
+
+msgid "IDS_ST_BODY_POWER_SAVING_MODE"
+msgstr "Modo de ahorro de energía"
+
+msgid "IDS_COM_OPT_REGISTER"
+msgstr "Registrar"
+
+msgid "IDS_COM_POP_UNEXPECTED_ERROR"
+msgstr "Error inesperado"
+
+msgid "IDS_COM_POP_PROXY_CONNECTION_FAILED"
+msgstr "Error al conectar con proxy"
+
+msgid "IDS_COM_POP_NETWORK_CONNECTION_ERROR"
+msgstr "Error de conexión de red"
+
+msgid "IDS_COM_BODY_INVALID_SIM_CARD"
+msgstr "Tarjeta SIM no válida"
+
+msgid "IDS_COM_BODY_OPERATION_FAILED"
+msgstr "Error de funcionamiento"
+
+msgid "IDS_COM_POP_VERSION"
+msgstr "Versión"
+
+msgid "IDS_ST_BODY_MENUTRANSITIONEFFECT_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_MBODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION"
+msgstr "Se utilizarán datos móviles si descarga o carga datos sin conexión Wi-Fi"
+
+msgid "IDS_ST_BODY_APP_OPENING_EFFECT"
+msgstr "Efecto de apertura de aplicación"
+
+msgid "IDS_ST_BODY_APP_OPENING_IMAGE"
+msgstr "Imagen de apertura de aplicación"
+
+msgid "IDS_ST_BODY_NEGATIVE_COLOURS"
+msgstr "Colores negativos"
+
+msgid "IDS_ST_BODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_ASSISTIVE_LIGHT"
+msgstr "Luz de asistencia"
+
+msgid "IDS_ST_BODY_AFTER_1_SECOND"
+msgstr "Tras 1 segundo"
+
+msgid "IDS_ST_BODY_AFTER_PD_SECONDS"
+msgstr "Tras %d segundos"
+
+msgid "IDS_ST_BODY_END_CALLS_USING_THE_POWER_KEY"
+msgstr "Finalizar llamadas con la tecla de encendido"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER_ONLY_OPERATES_WITH_HEADSET_CONNECTED"
+msgstr "La respuesta automática solo funciona con el auricular conectado"
+
+msgid "IDS_ST_BODY_PRESS_THE_POWER_KEY_TO_END_CALLS_THIS_WILL_NOT_TURN_OFF_THE_SCREEN"
+msgstr "Pulse la tecla de encendido para finalizar las llamadas. La pantalla no se apagará"
+
+msgid "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+msgstr "Cambiar tamaño de texto en Contactos, Calendario, Notas, Mensajes, Correo electrónico y MI"
+
+msgid "IDS_ST_BODY_PRESS_THE_HOME_KEY_TO_ACCEPT_INCOMING_CALLS"
+msgstr "Pulse la tecla de inicio para aceptar llamadas entrantes"
+
+msgid "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+msgstr "Todos los ajustes se revertirán a los valores predeterminados"
+
+msgid "IDS_ST_BODY_POWER_KEY_SHORTCUT"
+msgstr "Acceso directo de tecla de encendido"
+
+msgid "IDS_ST_BODY_BLUETOOTH_USB_UTILITIES_ETC"
+msgstr "Bluetooth, utilidades de USB, etc."
+
+msgid "IDS_ST_BODY_DATE_AND_TIME_KEYBOARD_LICENCE_ETC"
+msgstr "Fecha y hora, teclado, licencia, etc."
+
+msgid "IDS_ST_BODY_MORE_CONNECTIVITY_SETTINGS"
+msgstr "Más ajustes de conectividad"
+
+msgid "IDS_ST_BODY_MORE_SYSTEM_SETTINGS"
+msgstr "Más ajustes del sistema"
+
+msgid "IDS_ST_BODY_THIS_BAND_MAY_NOT_WORK_OUTSIDE_THE_USA_AND_CANADA"
+msgstr "Esta banda podría no funcionar fuera de Estados Unidos y Canadá"
+
+msgid "IDS_ST_BODY_UMTS_MODE_ONLY_WORKS_INSIDE_3G_COVERAGE_AREA"
+msgstr "El modo UMTS solo funciona en zonas con cobertura 3G"
+
+msgid "IDS_ST_MBODY_REGISTER"
+msgstr "Registrar"
+
+msgid "IDS_ST_MBODY_DEREGISTER"
+msgstr "Darse de baja"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABIDJAN"
+msgstr "Abidján"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABUDHABI"
+msgstr "Abu Dhabi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ACCRA"
+msgstr "Accra"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADDIS_ABABA"
+msgstr "Addis Ababa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADELAIDE"
+msgstr "Adelaide"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALASKA"
+msgstr "Alaska"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALGIERS"
+msgstr "Argelia"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALMATY"
+msgstr "Almaty"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMBON"
+msgstr "Ambon"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMMAN"
+msgstr "Ammán"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMSTERDAME"
+msgstr "Ámsterdam"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANADYR"
+msgstr "Anadyr"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANCHORAGE"
+msgstr "Anchorage"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANKARA"
+msgstr "Ankara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANTANANARIVO"
+msgstr "Antananarivo"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASHGABAT"
+msgstr "Asjabad"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASMARA"
+msgstr "Asmara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASTANA"
+msgstr "Astana"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASUNCION"
+msgstr "Asunción"
+
+msgid "IDS_WCL_BODY_CITYNAME_ATHENS"
+msgstr "Atenas"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUCKLAND"
+msgstr "Auckland"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUSTIN"
+msgstr "Austin"
+
+msgid "IDS_WCL_BODY_CITYNAME_AZORES"
+msgstr "Azores"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAGHDAD"
+msgstr "Bagdad"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAKU"
+msgstr "Bakú"
+
+msgid "IDS_WCL_BODY_CITYNAME_BALTIMORE"
+msgstr "Baltimore"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAMAKO"
+msgstr "Bamako"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGKOK"
+msgstr "Bangkok"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGUI"
+msgstr "Bangui"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARCELONA"
+msgstr "Barcelona"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARI"
+msgstr "Bari"
+
+msgid "IDS_WCL_BODY_CITYNAME_BASSE_TERRE"
+msgstr "Basse-Terre"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIJING"
+msgstr "Pekín"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIRUT"
+msgstr "Beirut"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELGRADE"
+msgstr "Belgrado"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELIZE_CITY"
+msgstr "Ciudad de Belice"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERLIN"
+msgstr "Berlín"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERN"
+msgstr "Berna"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISHKEK"
+msgstr "Bishkek"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISSAU"
+msgstr "Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUINEA_BISSAU"
+msgstr "Guinea Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOGOTA"
+msgstr "Bogotá"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOLOGNA"
+msgstr "Bolonia"
+
+msgid "IDS_WCL_BODY_BOSTON"
+msgstr "Boston                      "
+
+msgid "IDS_WCL_BODY_CITYNAME_BRASILIA"
+msgstr "Brasilia"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRATISLAVA"
+msgstr "Bratislava"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRIDGETOWN"
+msgstr "Bridgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRISBANE"
+msgstr "Brisbane"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRUSSELS"
+msgstr "Bruselas"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUCHAREST"
+msgstr "Bucarest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUDAPEST"
+msgstr "Budapest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUENOSAIRES"
+msgstr "Buenos Aires"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAIRO"
+msgstr "El Cairo"
+
+msgid "IDS_WCL_BODY_CITYNAME_CALGARY"
+msgstr "Calgary"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANARY_ISLANDS"
+msgstr "Islas Canarias"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANBERRA"
+msgstr "Canberra"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANTON"
+msgstr "Cantón"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAPE_TOWN"
+msgstr "Ciudad del Cabo"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARACAS"
+msgstr "Caracas"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARDIFF"
+msgstr "Cardiff"
+
+msgid "IDS_WCL_BODY_CITYNAME_CASABLANCA"
+msgstr "Casablanca"
+
+msgid "IDS_WCL_BODY_CITYNAME_CATANZARO"
+msgstr "Catanzaro"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAYENNE"
+msgstr "Cayena"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE"
+msgstr "Charlotte"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE_AMALIE"
+msgstr "Charlotte Amalie"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHELYABINSK"
+msgstr "Chelyabinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHENNAI"
+msgstr "Chennai"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHICAGO"
+msgstr "Chicago"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHISINAU"
+msgstr "Chisinau"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHITA"
+msgstr "Chita"
+
+msgid "IDS_WCL_BODY_CITYNAME_CLEVELAND"
+msgstr "Cleveland"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLOMBO"
+msgstr "Colombo"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLUMBUS"
+msgstr "Columbus"
+
+msgid "IDS_WCL_BODY_CITYNAME_CONAKRY"
+msgstr "Conakry"
+
+msgid "IDS_WCL_BODY_CITYNAME_COPENHAGEN"
+msgstr "Copenhague"
+
+msgid "IDS_WCL_BODY_CITYNAME_CORK"
+msgstr "Cork"
+
+msgid "IDS_WCL_BODY_CITYNAME_CROTONE"
+msgstr "Crotona"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAKAR"
+msgstr "Dakar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DALLAS"
+msgstr "Dallas"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAMASCUS"
+msgstr "Damasco"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAR_ES_SALAAM"
+msgstr "Dar es Salaam"
+
+msgid "IDS_WCL_BODY_CITYNAME_DARWIN"
+msgstr "Darwin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DELHI"
+msgstr "Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENPASAR"
+msgstr "Denpasar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENVER"
+msgstr "Denver"
+
+msgid "IDS_WCL_BODY_CITYNAME_DETROIT"
+msgstr "Detroit"
+
+msgid "IDS_WCL_BODY_CITYNAME_DHAKA"
+msgstr "Dhaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_DIEGO_GARCIA"
+msgstr "Diego Garcia"
+
+msgid "IDS_WCL_BODY_CITYNAME_DJIBOUTI"
+msgstr "Yibuti"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOHA"
+msgstr "Doha"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOUALA"
+msgstr "Douala"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBAI"
+msgstr "Dubai"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBLIN"
+msgstr "Dublín"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUSHANBE"
+msgstr "Dusambé"
+
+msgid "IDS_WCL_BODY_CITYNAME_EASTER_ISLAND"
+msgstr "Isla de Pascua"
+
+msgid "IDS_WCL_BODY_CITYNAME_EDINBURGH"
+msgstr "Edimburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_EL_PASO"
+msgstr "El Paso"
+
+msgid "IDS_WCL_BODY_CITYNAME_FLORENCE"
+msgstr "Florencia"
+
+msgid "IDS_WCL_BODY_CITYNAME_FORT_DE_FRANCE"
+msgstr "Fort-de-France"
+
+msgid "IDS_WCL_BODY_CITYNAME_FREETOWN"
+msgstr "Freetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GABORONE"
+msgstr "Gaborone"
+
+msgid "IDS_WCL_BODY_CITYNAME_GALAPAGOS_ISLANDS"
+msgstr "Islas Galápagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENEVA"
+msgstr "Génova"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENOA"
+msgstr "Génova"
+
+msgid "IDS_WCL_BODY_CITYNAME_GEORGETOWN"
+msgstr "Georgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GRYTVIKEN"
+msgstr "Grytviken"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOUTH_GEORGIA"
+msgstr "Georgia del Sur"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUAM"
+msgstr "Guam"
+
+msgid "IDS_WCL_BODY_GUATEMALA_CITY"
+msgstr "Ciudad de Guatemala"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUSTAVIA"
+msgstr "Gustavia"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_BARTHELEMY"
+msgstr "Saint Barthélemy"
+
+msgid "IDS_WCL_BODY_CITYNAME_HALIFAX"
+msgstr "Halifax"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAMBURG"
+msgstr "Hamburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_HANOI"
+msgstr "Hanoi"
+
+msgid "IDS_WCL_BODY_CITYNAME_HARARE"
+msgstr "Harare"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAVANA"
+msgstr "La Habana"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAWAII"
+msgstr "Hawai"
+
+msgid "IDS_WCL_BODY_CITYNAME_HELSINKI"
+msgstr "Helsinki"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOBART"
+msgstr "Hobart"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONGKONG"
+msgstr "Hong Kong"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONOLULU"
+msgstr "Honolulu"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOUSTON"
+msgstr "Houston"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOVD"
+msgstr "Hovd"
+
+msgid "IDS_WCL_BODY_CITYNAME_INDIANAPOLIS"
+msgstr "Indianápolis"
+
+msgid "IDS_WCL_BODY_CITYNAME_IRKUTSK"
+msgstr "Irkutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISLAMABAD"
+msgstr "Islamabad"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISTANBUL"
+msgstr "Estambul"
+
+msgid "IDS_WCL_BODY_CITYNAME_IZHEVSK"
+msgstr "Izhevsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_JAKARTA"
+msgstr "Yakarta"
+
+msgid "IDS_WCL_BODY_CITYNAME_JEDDAH"
+msgstr "Jidda"
+
+msgid "IDS_WCL_BODY_CITYNAME_JERUSALEM"
+msgstr "Jerusalén"
+
+msgid "IDS_WCL_BODY_CITYNAME_JOHANNESBURG"
+msgstr "Johannesburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_KABUL"
+msgstr "Kabul"
+
+msgid "IDS_WCL_BODY_CITYNAME_KALININGRAD"
+msgstr "Kaliningrado"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMCHATKA"
+msgstr "Kamchatka"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMPALA"
+msgstr "Kampala"
+
+msgid "IDS_WCL_BODY_CITYNAME_KARACHI"
+msgstr "Karachi"
+
+msgid "IDS_WCL_BODY_CITYNAME_KATHMANDU"
+msgstr "Kathmandú"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHABAROVSK"
+msgstr "Khabarovsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARKIV"
+msgstr "Kharkiv"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARTOUM"
+msgstr "Jartum"
+
+msgid "IDS_WCL_BODY_CITYNAME_KIEV"
+msgstr "Kiev"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINGSTON"
+msgstr "Kingston"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINSHASA"
+msgstr "Kinshasa"
+
+msgid "IDS_WCL_BODY_CITYNAME_KOLKATA"
+msgstr "Kolkata"
+
+msgid "IDS_WCL_BODY_CITYNAME_KRASNOYARSK"
+msgstr "Krasnoyarsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KUALA_LUMPUR"
+msgstr "Kuala Lumpur"
+
+msgid "IDS_WCL_BODY_KUWAIT"
+msgstr "Kuwait"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOS_ANGELES"
+msgstr "Los Ángeles"
+
+msgid "IDS_WCL_BODY_CITYNAME_LA_PAZ"
+msgstr "La Paz"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAGOS"
+msgstr "Lagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAS_VEGAS"
+msgstr "Las Vegas"
+
+msgid "IDS_WCL_BODY_CITYNAME_LIMA"
+msgstr "Lima"
+
+msgid "IDS_WCL_BODY_CITYNAME_LISBON"
+msgstr "Lisboa"
+
+msgid "IDS_WCL_BODY_CITYNAME_LJUBLJANA"
+msgstr "Liubliana"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONDON"
+msgstr "Londres"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONGHUA"
+msgstr "Longhua"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOUISVILLE"
+msgstr "Louisville"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUANDA"
+msgstr "Luanda"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUBUMBASHI"
+msgstr "Lubumbashi"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUSAKA"
+msgstr "Lusaka"
+
+msgid "IDS_WCL_BODY_LUXEMBOURG"
+msgstr "Luxemburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_LVIV"
+msgstr "Lviv"
+
+msgid "IDS_WCL_BODY_CITYNAME_MACAU"
+msgstr "Macao"
+
+msgid "IDS_WCL_BODY_CITYNAME_MADRID"
+msgstr "Madrid"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAGADAN"
+msgstr "Magadán"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALABO"
+msgstr "Malabo"
+
+msgid "IDS_WCL_BODY_CITYNAME_EQUAORIAL_GUINEA"
+msgstr "Guinea Ecuatorial"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALE"
+msgstr "Malé"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAGUA"
+msgstr "Managua"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAMA"
+msgstr "Manama"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANILA"
+msgstr "Manila"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAPUTO"
+msgstr "Maputo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MARIGOT"
+msgstr "Marigot"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_MARTIN"
+msgstr "San Martín"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAZATLAN"
+msgstr "Mazatlán"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIYADH"
+msgstr "Riad"
+
+msgid "IDS_WCL_BODY_CITYNAME_MELBOURNE"
+msgstr "Melbourne"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEMPHIS"
+msgstr "Memphis"
+
+msgid "IDS_WCL_BODY_CITYNAME_MESSINA"
+msgstr "Mesina"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEXICO_CITY"
+msgstr "Ciudad de México"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIAMI"
+msgstr "Miami"
+
+msgid "IDS_WCL_BODY_CITYNAME_MID_ATLANTIC"
+msgstr "Atlántico Central"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIDWAY_ATOLL"
+msgstr "Midway Atoll"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILAN"
+msgstr "Milán"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILWAUKEE"
+msgstr "Milwaukee"
+
+msgid "IDS_WCL_BODY_CITYNAME_MINSK"
+msgstr "Minsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOGADISHU"
+msgstr "Mogadishu"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONROVIA"
+msgstr "Monrovia"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTEVIDEO"
+msgstr "Montevideo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTREAL"
+msgstr "Montreal"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOSCOW"
+msgstr "Moscú"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUMBAI"
+msgstr "Mumbai"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUNICH"
+msgstr "Múnich"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUSCAT"
+msgstr "Mascate"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAIROBI"
+msgstr "Nairobi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ROME"
+msgstr "Roma"
+
+msgid "IDS_WCL_BODY_CITYNAME_NATERS"
+msgstr "Naters"
+
+msgid "IDS_WCL_BODY_CITYNAME_NDJAMENA"
+msgstr "Ndjamena"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAPLES"
+msgstr "Nápoles"
+
+msgid "IDS_WCL_BODY_MECCA"
+msgstr "La Meca"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWDELHI"
+msgstr "Nueva Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWYORK"
+msgstr "Nueva York"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWFOUNDLAND"
+msgstr "Terranova"
+
+msgid "IDS_WCL_BODY_CITYNAME_NIAMEY"
+msgstr "Niamey"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUAKCHOTT"
+msgstr "Nouakchott"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUMEA"
+msgstr "Numea"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOKUZNETSK"
+msgstr "Novokuznetsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOSIBIRSK"
+msgstr "Novosibirsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUKUALOFA"
+msgstr "Nuku’alofa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUUK"
+msgstr "Nuuk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OMSK"
+msgstr "Omsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OSAKA"
+msgstr "Osaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_OTTAWA"
+msgstr "Ottawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_OUAGADOUGOU"
+msgstr "Ouagadougou"
+
+msgid "IDS_WCL_BODY_CITYNAME_PAGO_PAGO"
+msgstr "Pago Pago"
+
+msgid "IDS_WCL_BODY_CITYNAME_PALERMO"
+msgstr "Palermo"
+
+msgid "IDS_WCL_BODY_PANAMA_CITY"
+msgstr "Ciudad de Panamá"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARAMARIBO"
+msgstr "Paramaribo"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARIS"
+msgstr "París"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERM"
+msgstr "Perm"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERTH"
+msgstr "Perth"
+
+msgid "IDS_WCL_BODY_CITYNAME_PETROPAVLOVSK_KAMCHATSKIY"
+msgstr "Petropavlovsk-Kamchatskiy"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHILADELPHIA"
+msgstr "Filadelfia"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHNOM_PENH"
+msgstr "Phnom Penh"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHOENIX"
+msgstr "Phoenix"
+
+msgid "IDS_WCL_BODY_CITYNAME_PODGORICA"
+msgstr "Podgorica"
+
+msgid "IDS_WCL_BODY_CITYNAME_PONTA_DELGADA"
+msgstr "Ponta Delgada"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_LOUIS"
+msgstr "Port Louis"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_AU_PRINCE"
+msgstr "Puerto Príncipe"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORTLAND"
+msgstr "Portland"
+
+msgid "IDS_WCL_BODY_CITYNAME_PRAGUE"
+msgstr "Praga"
+
+msgid "IDS_WCL_BODY_CITYNAME_PYONGYANG"
+msgstr "Pyongyang"
+
+msgid "IDS_WCL_BODY_CITYNAME_QUITO"
+msgstr "Quito"
+
+msgid "IDS_WCL_BODY_CITYNAME_RABAT"
+msgstr "Rabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_YANGON"
+msgstr "Rangún"
+
+msgid "IDS_WCL_BODY_CITYNAME_RECIFE"
+msgstr "Recife"
+
+msgid "IDS_WCL_BODY_CITYNAME_REGINA"
+msgstr "Regina"
+
+msgid "IDS_WCL_BODY_CITYNAME_REYKJAVIK"
+msgstr "Reikiavik"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIGA"
+msgstr "Riga"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIO_DE_JANEIRO"
+msgstr "Rio De Janeiro"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_DENIS"
+msgstr "Saint-Denis"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAMARA"
+msgstr "Samara"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_ANTONIO"
+msgstr "San Antonio"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_DIEGO"
+msgstr "San Diego"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_FRANCISCO"
+msgstr "San Francisco"
+
+msgid "IDS_WCL_BODY_SAN_JOSE"
+msgstr "San José"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_JUAN"
+msgstr "San Juan"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_MARINO"
+msgstr "San Marino"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_SALVADOR"
+msgstr "San Salvador"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANAA"
+msgstr "Saná"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTIAGO"
+msgstr "Santiago"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTO_DOMINGO"
+msgstr "Santo Domingo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAO_PAULO"
+msgstr "Sao Paulo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEATTLE"
+msgstr "Seattle"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEOUL"
+msgstr "Seúl"
+
+msgid "IDS_WCL_BODY_CITYNAME_SHANGHAI"
+msgstr "Shanghái"
+
+msgid "IDS_WCL_BODY_SHENZHEN"
+msgstr "Shenzhen"
+
+msgid "IDS_WCL_BODY_CITYNAME_SINGAPORE"
+msgstr "Singapur"
+
+msgid "IDS_WCL_BODY_CITYNAME_SKOPJE"
+msgstr "Skopje"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOFIA"
+msgstr "Sofía"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_JOHNS"
+msgstr "St.Johns"
+
+msgid "IDS_WCL_BODY_CITYNAME_STOCKHOLM"
+msgstr "Estocolmo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SUVA"
+msgstr "Suva"
+
+msgid "IDS_WCL_BODY_CITYNAME_SYDNEY"
+msgstr "Sydney"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAHITI"
+msgstr "Tahití"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAIPEI"
+msgstr "Taipéi"
+
+msgid "IDS_WCL_BODY_CITYNAME_TALLINN"
+msgstr "Tallin"
+
+msgid "IDS_WCL_BODY_CITYNAME_TARAWA"
+msgstr "Tarawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TASHKENT"
+msgstr "Tashkent"
+
+msgid "IDS_WCL_BODY_CITYNAME_TBILISI"
+msgstr "Tiflis"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEGUCIGALPA"
+msgstr "Tegucigalpa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEHRAN"
+msgstr "Teherán"
+
+msgid "IDS_WCL_BODY_CITYNAME_HO_CHI_MINH_CITY"
+msgstr "Ciudad Ho Chi Minh"
+
+msgid "IDS_WCL_BODY_CITYNAME_THE_SETTLEMENT"
+msgstr "The Settlement"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIANJIN"
+msgstr "Tianjin"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIJUANA"
+msgstr "Tijuana"
+
+msgid "IDS_WCL_BODY_CITYNAME_TOKYO"
+msgstr "Tokio"
+
+msgid "IDS_WCL_BODY_CITYNAME_TORONTO"
+msgstr "Toronto"
+
+msgid "IDS_WCL_BODY_CITYNAME_TREHET"
+msgstr "Tréhet"
+
+msgid "IDS_WCL_BODY_CITYNAME_TRIPOLI"
+msgstr "Trípoli"
+
+msgid "IDS_WCL_BODY_CITYNAME_TUNIS"
+msgstr "Túnez"
+
+msgid "IDS_WCL_BODY_CITYNAME_TURIN"
+msgstr "Turín"
+
+msgid "IDS_WCL_BODY_CITYNAME_UFA"
+msgstr "Ufa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ULAN_BATOR"
+msgstr "Ulan Bator"
+
+msgid "IDS_WCL_BODY_CITYNAME_VADUZ"
+msgstr "Vaduz"
+
+msgid "IDS_WCL_BODY_CITYNAME_VALLETTA"
+msgstr "La Valeta"
+
+msgid "IDS_WCL_BODY_CITYNAME_VANCOUVER"
+msgstr "Vancúver"
+
+msgid "IDS_WCL_BODY_CITYNAME_VERONA"
+msgstr "Verona"
+
+msgid "IDS_WCL_BODY_CITYNAME_VICTORIA"
+msgstr "Victoria"
+
+msgid "IDS_WCL_BODY_CITYNAME_VIENNA"
+msgstr "Viena"
+
+msgid "IDS_WCL_BODY_CITYNAME_VILNIUS"
+msgstr "Vilnius"
+
+msgid "IDS_WCL_BODY_CITYNAME_VLADIVOSTOK"
+msgstr "Vladivostok"
+
+msgid "IDS_WCL_BODY_CITYNAME_VOLGOGRAD"
+msgstr "Volgogrado"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_PETERSBURG"
+msgstr "San Petersburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_WARSAW"
+msgstr "Varsovia"
+
+msgid "IDS_WCL_BODY_CITYNAME_WASHINGTON_DC"
+msgstr "Washington DC"
+
+msgid "IDS_WCL_BODY_CITYNAME_WELLINGTON"
+msgstr "Wellington"
+
+msgid "IDS_WCL_BODY_CITYNAME_WINNIPEG"
+msgstr "Winnipeg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAKUTSK"
+msgstr "Yakutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAMOUSSOUKRO"
+msgstr "Yamusukro"
+
+msgid "IDS_WCL_BODY_YAOUNDE"
+msgstr "Yaounde"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEKATERINBURG"
+msgstr "Yekaterimburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEREVAN"
+msgstr "Ereván"
+
+msgid "IDS_WCL_BODY_CITYNAME_YUZHNO_SAKHALINSK"
+msgstr "Yuzhno-Sakhalinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZAGREB"
+msgstr "Zagreb"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZURICH"
+msgstr "Zúrich"
+
+msgid "IDS_ST_HEADER_WI_FI_DIRECT"
+msgstr "Wi-Fi Direct"
+
+msgid "IDS_ST_POP_INCORRECT_PASSWORD"
+msgstr "Contraseña incorrecta"
+
+
diff --git a/src/po/fr_FR.po b/src/po/fr_FR.po
new file mode 100755 (executable)
index 0000000..dcbb574
--- /dev/null
@@ -0,0 +1,2909 @@
+msgid "IDS_COM_POP_UNSUPPORTED"
+msgstr "Non pris en charge"
+
+msgid "IDS_COM_BODY_1_MINUTE"
+msgstr "1 minute"
+
+msgid "IDS_ST_BODY_WALLPAPER"
+msgstr "Fond d'écran"
+
+msgid "IDS_COM_POP_DATE"
+msgstr "Date"
+
+msgid "IDS_ST_BODY_SYSTEM"
+msgstr "Système"
+
+msgid "IDS_ST_BODY_APPLICATIONS"
+msgstr "Applications"
+
+msgid "IDS_EMAIL_BODY_EXAMPLE"
+msgstr "Exemple"
+
+msgid "IDS_COM_POP_NAME"
+msgstr "Nom"
+
+msgid "IDS_ST_BODY_SCAN"
+msgstr "Analyser"
+
+msgid "IDS_COM_BODY_CALENDAR_T_MAINMENU_ABB2"
+msgstr "Calend."
+
+msgid "IDS_COM_BODY_SAMSUNG_APPS_T_MAINMENU"
+msgstr "Samsung Apps"
+
+msgid "IDS_COM_BODY_VOIP_CALL"
+msgstr "Appel voIP"
+
+msgid "IDS_COM_POP_UNKNOWN"
+msgstr "Inconnu"
+
+msgid "IDS_COM_SK_ADD_LITE"
+msgstr "Ajouter"
+
+msgid "IDS_ST_BODY_INACTIVE"
+msgstr "Inactif"
+
+msgid "IDS_COM_POP_NO_SPEED_DIAL_NUMBER_ASSIGN_ONE_NOW_Q"
+msgstr "Aucun numéro abrégé. Affecter un numéro maintenant ?"
+
+msgid "IDS_COM_BODY_CONTACT_SETTINGS"
+msgstr "Contacts"
+
+msgid "IDS_COM_BODY_NA"
+msgstr "N/A"
+
+msgid "IDS_COM_BODY_SEARCH_LINK"
+msgstr "Rechercher"
+
+msgid "IDS_ST_BODY_CHECK_YOUR_MISSED_EVENTS_WHEN_HEADSET_MODE_IS_ENABLED"
+msgstr "Consultez les événements manqués lorsque le mode Ecouteur est activé"
+
+msgid "IDS_ST_BODY_CHINESE_HCHINA_FEMALE"
+msgstr "Chinois (Chine, Femme)"
+
+msgid "IDS_ST_BODY_DEFAULT_SETTINGS_OVERRIDE_APPLICATION_SETTINGS"
+msgstr "Les paramètres par défaut annulent les paramètres de l'application"
+
+msgid "IDS_ST_BODY_ENGLISH_HUNITED_STATES_FEMALE"
+msgstr "Anglais (Etats-Unis, Femme)"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA"
+msgstr "Installer les données vocales"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA_REQUIRED_FOR_SPEECH_SYNTHESIS"
+msgstr "Pour utiliser la synthèse vocale, les données vocales doivent être installées"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_FEMALE"
+msgstr "Coréen (Corée du Sud, Femme)"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_MALE"
+msgstr "Coréen (Corée du Sud, Homme)"
+
+msgid "IDS_ST_BODY_LAUNCH_VOICE_TALK_WHENEVER_BLUETOOTH_HEADSET_IS_CONNECTED"
+msgstr "Lancer la discussion vocale lorsque le casque Bluetooth est connecté"
+
+msgid "IDS_ST_BODY_LISTEN_TO_AN_EXAMPLE"
+msgstr "Ecouter un exemple"
+
+msgid "IDS_ST_BODY_SAMSUNG_POWERED_BY_VLINGO"
+msgstr "Samsung, développé par Vlingo"
+
+msgid "IDS_ST_BODY_SAVED"
+msgstr "Enregistré"
+
+msgid "IDS_ST_BODY_SELECT_APPLICATIONS_TO_USE_TTS_WHILE_DRIVING_MODE_IS_ON"
+msgstr "Sélectionnez les applications pour lesquelles utiliser TTS lorsque le Profil Voiture est activé"
+
+msgid "IDS_ST_BODY_SETS_THE_SPEECH_SYNTHESIS_ENGINE_TO_BE_USED_FOR_SPOKEN_TEXT"
+msgstr "Définit la synthèse vocale à utiliser pour le texte vocal"
+
+msgid "IDS_ST_BODY_SPEAKS_PROMPTS_BEFORE_LISTENING"
+msgstr "Invites avant l'écoute"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH"
+msgstr "Synthèse vocale"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH_SETTINGS"
+msgstr "Paramètres de synthèse vocale"
+
+msgid "IDS_ST_BODY_TYPE1"
+msgstr "Type 1"
+
+msgid "IDS_ST_BODY_TYPE2"
+msgstr "Type 2"
+
+msgid "IDS_ST_BODY_TYPE3"
+msgstr "Type 3"
+
+msgid "IDS_ST_BODY_TYPE_4"
+msgstr "Type 4"
+
+msgid "IDS_ST_BODY_VOICE_EFFECTS"
+msgstr "Effets vocaux"
+
+msgid "IDS_ST_BODY_VOICE_INPUT_SETTING_HELP_MESSAGE_1"
+msgstr "Donner à Vlingo l'autorisation de créer un index des contacts pour améliorer la précision de la reconnaissance vocale ?"
+
+msgid "IDS_ST_BODY_WHEN_VOICE_COMMAND_STARTS_THE_PHONE_WILL_START_LISTENING_AUTOMATICALLY_AND_RESPOND_USING_AUTO_SPEAK"
+msgstr "Lorsque la commande vocale est activée, le téléphone démarre l'écoute automatiquement et répond à l'aide de la fonction Réponse auto"
+
+msgid "IDS_ST_HEADER_ADVANCED_SETTINGS"
+msgstr "Paramètres avancés"
+
+msgid "IDS_ST_HEADER_TEXT_TO_SPEECH"
+msgstr "Synthèse vocale"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT"
+msgstr "Entrée voix"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+msgstr "Entrée et sortie voix"
+
+msgid "IDS_ST_HEADER_VOICE_OUTPUT_ABB"
+msgstr "Sortie voix"
+
+msgid "IDS_ST_HEADER_VOICE_RECOGNITION_SETTINGS_ABB"
+msgstr "Paramètres"
+
+msgid "IDS_ST_MBODY_AUTO_PUNCTUATION"
+msgstr "Ponctuation automatique"
+
+msgid "IDS_ST_MBODY_AUTO_SPEAK"
+msgstr "Réponse auto"
+
+msgid "IDS_ST_MBODY_AUTO_START_DRIVING_MODE"
+msgstr "Dém. auto. profil Voiture"
+
+msgid "IDS_ST_MBODY_AUTO_START_SPEAKERPHONE"
+msgstr "Dém. autom. haut-parleur"
+
+msgid "IDS_ST_MBODY_CUSTOMISE_MAIN_PROMPT"
+msgstr "Person. invite principale"
+
+msgid "IDS_ST_MBODY_DEFAULT_ENGINE"
+msgstr "Moteur par défaut"
+
+msgid "IDS_ST_MBODY_DRIVING_MODE_SETTINGS"
+msgstr "Paramètres Profil Voiture"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_KINGDOM"
+msgstr "Anglais (Royaume-Uni)"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_STATES"
+msgstr "Anglais (Etats-Unis)"
+
+msgid "IDS_ST_MBODY_HIDE_OFFENSIVE_WORDS"
+msgstr "Masquer mots injurieux"
+
+msgid "IDS_ST_MBODY_SAMSUNG_TTS"
+msgstr "Samsung TTS"
+
+msgid "IDS_ST_MBODY_VERY_FAST"
+msgstr "Très rapide"
+
+msgid "IDS_ST_MBODY_VOICE_RECOGNISER"
+msgstr "Outil reconnais. vocale"
+
+msgid "IDS_ST_OPT_NORMAL_M_SOUNDEFFECT"
+msgstr "Normal"
+
+msgid "IDS_ST_POP_FAST"
+msgstr "Rapide"
+
+msgid "IDS_ST_POP_SLOW"
+msgstr "Lent"
+
+msgid "IDS_ST_POP_UPDATED_ABB"
+msgstr "Mis à jour"
+
+msgid "IDS_COM_BODY_OFFICE"
+msgstr "Bureau"
+
+msgid "IDS_COM_BODY_SAMSUNG_DISCLAIMER"
+msgstr "Avis de non-responsabilité de Samsung"
+
+msgid "IDS_COM_POP_LOCATION"
+msgstr "Emplacement"
+
+msgid "IDS_ST_BODY_DRIVING_MODE"
+msgstr "Profil Voiture"
+
+msgid "IDS_ST_BODY_MESSAGE"
+msgstr "Message"
+
+msgid "IDS_ST_SK3_DONE"
+msgstr "OK"
+
+msgid "IDS_COM_OPT_FOLDERS"
+msgstr "Dossiers"
+
+msgid "IDS_COM_BODY_ANDROID"
+msgstr "Android"
+
+msgid "IDS_COM_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_COM_BODY_FRENCH"
+msgstr "Français"
+
+msgid "IDS_ST_BODY_POWER_OFF"
+msgstr "Éteindre"
+
+msgid "IDS_COM_BODY_GERMAN"
+msgstr "Deutsch"
+
+msgid "IDS_COM_BODY_ITALIAN"
+msgstr "Italien"
+
+msgid "IDS_ST_BODY_SLEEP"
+msgstr "Sommeil"
+
+msgid "IDS_COM_BODY_SPANISH"
+msgstr "Espagnol"
+
+msgid "IDS_COM_BODY_TOUCHSCREEN_LANG"
+msgstr "Langue"
+
+msgid "IDS_COM_SK_SEARCH_A"
+msgstr "Rechercher"
+
+msgid "IDS_COM_BODY_SYSTEM_INFO_ABB"
+msgstr "Infos système"
+
+msgid "IDS_ST_BODY_GREEK"
+msgstr "Grec"
+
+msgid "IDS_ST_BODY_POLISH"
+msgstr "Polonais"
+
+msgid "IDS_ST_BODY_PORTUGUESE"
+msgstr "Portugais"
+
+msgid "IDS_ST_BODY_FAILED_TO_CHECK_SIGNATURE"
+msgstr "Echec de la vérification de la signature"
+
+msgid "IDS_ST_BODY_INCORRECT_USER_NAME_OR_PASSWORD"
+msgstr "Nom utilisateur ou mot de passe incorrect"
+
+msgid "IDS_ST_BODY_INTERNAL_ERROR"
+msgstr "Erreur interne"
+
+msgid "IDS_ST_BODY_SERVER_ERROR"
+msgstr "Erreur serveur"
+
+msgid "IDS_ST_BODY_UNKNOWN_ERROR"
+msgstr "Erreur inconnue"
+
+msgid "IDS_ST_BODY_USER_NAME_ALREADY_IN_USE"
+msgstr "Nom d'utilisateur déjà utilisé"
+
+msgid "IDS_ST_POP_PASSWORD_MUST_BE_MORE_THAN_P1SD_CHARACTERS_AND_LESS_THAN_P2SD"
+msgstr "Le mot de passe doit être composé de %1$d à %2$d caractères"
+
+msgid "IDS_ST_BODY_FONTSTYLE_ROSEMARY"
+msgstr "Rosemary"
+
+msgid "IDS_ST_BODY_APPLICATION_INFO"
+msgstr "Informations sur l'application"
+
+msgid "IDS_ST_MBODY_HOME_SCREEN_WALLPAPER"
+msgstr "Fond d'écran d'accueil"
+
+msgid "IDS_ST_MBODY_LOCK_SCREEN_WALLPAPER_M_NOUN"
+msgstr "Fond d'écran de verrouillage"
+
+msgid "IDS_COM_BODY_NEGATIVE_DISPLAY"
+msgstr "Affichage négatif"
+
+msgid "IDS_COM_BODY_ORIGINAL_DISPLAY"
+msgstr "Affichage d'origine"
+
+msgid "IDS_COM_BODY_POSITIVE_DISPLAY"
+msgstr "Affichage positif"
+
+msgid "IDS_ST_BODY_PASSWORDS_DO_NOT_MATCH"
+msgstr "Les mots de passe ne correspondent pas."
+
+msgid "IDS_ST_POP_TIME_SET_MAY_BE_DIFFERENT_FROM_ACTUAL_LOCAL_TIME"
+msgstr "L'heure réglée peut être différente de l'heure locale réelle."
+
+msgid "IDS_ST_BODY_LOCATIONS"
+msgstr "Emplacements"
+
+msgid "IDS_ST_POP_PD_TO_PD_DIGITS_REQUIRED"
+msgstr "%d à %d chiffres requis"
+
+msgid "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+msgstr "Applications téléchargées"
+
+msgid "IDS_ST_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_ST_BODY_KEYBOARD"
+msgstr "Clavier"
+
+msgid "IDS_ST_BODY_PS_FREE_OF_PS"
+msgstr "%s sans %s"
+
+msgid "IDS_ST_BODY_WIDGETS"
+msgstr "Widgets"
+
+msgid "IDS_ST_HEADER_SAMSUNG_APPS"
+msgstr "Samsung Apps"
+
+msgid "IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Si vous modifiez la langue, toutes les applications seront fermées et les données non enregistrées seront perdues. Continuer ?"
+
+msgid "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Si vous modifiez la région, toutes les applications seront fermées et les données non enregistrées seront perdues. Continuer ?"
+
+msgid "IDS_ST_POP_EXPLANATION_FOR_EXPIRY_REMINDER"
+msgstr "Recevoir un rappel avant expiration de la licence sur un fichier en cours d'utilisation, tel qu'un fond d'écran"
+
+msgid "IDS_ST_POP_RESETTING_ING"
+msgstr "Réinitialisation..."
+
+msgid "IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"
+msgstr "Redémarrer le téléphone pour activer la mise à jour automatique ?"
+
+msgid "IDS_ST_BODY_ABOUT"
+msgstr "A propos de"
+
+msgid "IDS_ST_BODY_GSM_850_1900"
+msgstr "GSM 850/1900"
+
+msgid "IDS_ST_BODY_GSM_900_1800"
+msgstr "GSM 900/1800"
+
+msgid "IDS_ST_BODY_INSTALLATION_SETTINGS"
+msgstr "Paramètres d'installation"
+
+msgid "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+msgstr "Paramètres de chargement des photos"
+
+msgid "IDS_ST_BODY_PROXY_PORT"
+msgstr "Port proxy"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_CONNECTION_CONNECTING_USB_HELP_MSG"
+msgstr "Si Samsung Kies (logiciel PC) ou les pilotes appropriés ne sont pas déjà installés sur votre PC, l'installation sera effectuée sous Microsoft Windows. \nUne fois le logiciel installé, vous pouvez effectuer les opérations suivantes :\n- Synchroniser les données du téléphone\n- Mettre à niveau le logiciel du téléphone\n- Partage Internet (Ce téléphone fonctionne comme un modem et vous pouvez utiliser Internet dans votre bloc-notes ou votre PC)\n- Copier des fichiers audio/vidéo achetés (Microsoft Windows Media DRM) ou des fichiers standard sur votre téléphone"
+
+msgid "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+msgstr "Profils Réseaux sociaux"
+
+msgid "IDS_ST_BODY_TASK_SWITCHER"
+msgstr "Gestionnaire de tâches"
+
+msgid "IDS_ST_BODY_UMTS"
+msgstr "3G+"
+
+msgid "IDS_ST_BODY_VIBR__N__RAISING_MELODY"
+msgstr "Vibreur & mélodie crescendo"
+
+msgid "IDS_ST_HEADER_DIVX_VOD"
+msgstr "DivX® VOD"
+
+msgid "IDS_ST_HEADER_SAMSUNG_KIES"
+msgstr "Samsung Kies"
+
+msgid "IDS_COM_BODY_100P"
+msgstr "100%"
+
+msgid "IDS_COM_BODY_50P"
+msgstr "50%"
+
+msgid "IDS_COM_POP_DELETE_FAILED"
+msgstr "Echec de suppression"
+
+msgid "IDS_ST_BODY_30_percent"
+msgstr "30%"
+
+msgid "IDS_ST_BODY_CONNECT_TO_BLUETOOTH_DEVICE"
+msgstr "Connecter à un périphérique Bluetooth"
+
+msgid "IDS_ST_BODY_DATA_ROAMING"
+msgstr "Itinérance"
+
+msgid "IDS_ST_BODY_GESTURES"
+msgstr "Mouvements"
+
+msgid "IDS_ST_BODY_LOCK_SCREEN"
+msgstr "Ecran de verrouillage"
+
+msgid "IDS_ST_BODY_MEDIA_PLAYER"
+msgstr "Lecteur média"
+
+msgid "IDS_ST_BODY_MENU_AND_WIDGETS"
+msgstr "Menu et widgets"
+
+msgid "IDS_ST_MBODY_USB_CONNECTION"
+msgstr "Connexion USB"
+
+msgid "IDS_ST_BODY_BLUETOOTH_CONNECTION"
+msgstr "Connexion Bluetooth"
+
+msgid "IDS_ST_BODY_ENTER_NEW_PASSWORD"
+msgstr "Saisissez le nouveau mot de passe"
+
+msgid "IDS_ST_BODY_PASSWORD_CONTAINS_INVALID_CHARACTER_ABB"
+msgstr "Le mot de passe contient un caractère non valide"
+
+msgid "IDS_ST_BODY_SAMSUNG_ACCOUNT"
+msgstr "Connexion avec un compte Samsung"
+
+msgid "IDS_ST_BODY_USER_PASSWORD"
+msgstr "Mot de passe utilisateur"
+
+msgid "IDS_ST_BODY_YOUR_BIRTHDAY"
+msgstr "Votre anniversaire"
+
+msgid "IDS_ST_BUTTON_CREATE_ACCOUNT"
+msgstr "Créer un compte"
+
+msgid "IDS_ST_HEADER_INVALID_PASSWORD_LENGTH"
+msgstr "Longueur du mot de passe non valide"
+
+msgid "IDS_ST_HEADER_SIGN_UP_FOR_SAMSUNG_ACCOUNT"
+msgstr "Créer un compte Samsung"
+
+msgid "IDS_ST_OPT_NEW_PASSWORD_ABB"
+msgstr "Nouv. mot passe"
+
+msgid "IDS_ST_POP_IT_SHOULD_BE_PD_TO_PD_DIGITS_LONG"
+msgstr "Le code doit comporter entre %d et %d chiffres"
+
+msgid "IDS_ST_POP_NETWORK_NOT_AVAILABLE"
+msgstr "Réseau non disponible"
+
+msgid "IDS_COM_BODY_MSGSETTINGSBROADCASTLANGUAGESSPANISH"
+msgstr "Espagnol"
+
+msgid "IDS_COM_POP_UNKNOWN_ERROR_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Erreur inconnue. Impossible de lancer l'application"
+
+msgid "IDS_ST_HEADER_FRANCE"
+msgstr "France"
+
+msgid "IDS_ST_BODY_ALWAYS_REJECT"
+msgstr "Toujours refuser"
+
+msgid "IDS_ST_BODY_AUTO_DOWNLOAD"
+msgstr "Téléchargement auto."
+
+msgid "IDS_ST_BODY_DATE_AND_TIME"
+msgstr "Date & heure"
+
+msgid "IDS_ST_BODY_DATE_FORMAT"
+msgstr "Format de la date"
+
+msgid "IDS_ST_BODY_DDMMYYYY_DOT"
+msgstr "JJ.MM.AAAA"
+
+msgid "IDS_ST_BODY_EXPIRY_REMINDER"
+msgstr "Rappel de la date d'expiration"
+
+msgid "IDS_ST_BODY_FILE_TRANSFER"
+msgstr "Transfert de fichiers"
+
+msgid "IDS_ST_BODY_HOME_URL"
+msgstr "URL page d'accueil"
+
+msgid "IDS_ST_BODY_INTERNET_CONNECTION"
+msgstr "Connexion Internet"
+
+msgid "IDS_ST_BODY_INTERNET_SHARING"
+msgstr "Partage Internet"
+
+msgid "IDS_ST_BODY_MM_DD_YYYY_DOT"
+msgstr "MM.JJ.AAAA"
+
+msgid "IDS_ST_BODY_NETWORK_MODE"
+msgstr "Mode réseau"
+
+msgid "IDS_ST_BODY_OPEN_SOURCE_LICENCES"
+msgstr "Licences open source"
+
+msgid "IDS_ST_BODY_PREFERRED_NETWORKS"
+msgstr "Réseaux préférés"
+
+msgid "IDS_ST_BODY_RESET_SETTINGS"
+msgstr "Réinitialisation"
+
+msgid "IDS_ST_BODY_SELECT_NETWORK"
+msgstr "Sélectionner un réseau"
+
+msgid "IDS_ST_BODY_TIME_FORMAT"
+msgstr "Format de l'heure"
+
+msgid "IDS_ST_BODY_TIME_ZONE"
+msgstr "Fuseau horaire"
+
+msgid "IDS_ST_BODY_TRANSACTION_TRACKING"
+msgstr "Suivi des transactions"
+
+msgid "IDS_ST_BODY_YYYY_DD_MM_DOT"
+msgstr "AAAA.JJ.MM"
+
+msgid "IDS_COM_POP_FILE_VIEWER"
+msgstr "Visualiseur de fichiers"
+
+msgid "IDS_COM_POP_SAVE_SAVE_TO_MY_FILES"
+msgstr "Enregistrer dans Mes fichiers"
+
+msgid "IDS_ST_BODY_TIME_N_DATE"
+msgstr "Heure & date"
+
+msgid "IDS_COM_BUTTON_PREV"
+msgstr "Préc."
+
+msgid "IDS_COM_POP_DRM_EXPIRED_GET_MORE_LICENSES"
+msgstr "%s sera verrouillé dans %d heures et %s par défaut sera rétabli. Obtenir des licences supplémentaires ?"
+
+msgid "IDS_COM_POP_EXPIRING_REMINDER"
+msgstr "Rappel d'expiration"
+
+msgid "IDS_COM_SK_RETRY"
+msgstr "Réessayer"
+
+msgid "IDS_CST_BODY_AUTOMATIC_ANSWERING"
+msgstr "Réponse automatique"
+
+msgid "IDS_ST_BODY_MESSAGE_LIST"
+msgstr "Liste des messages"
+
+msgid "IDS_ST_HEADER_PLEASE_WAIT"
+msgstr "Veuillez patienter ..."
+
+msgid "IDS_ST_BODY_CALL"
+msgstr "Appels"
+
+msgid "IDS_ST_BODY_NORMAL_T_PROFILE"
+msgstr "Normal"
+
+msgid "IDS_ST_BODY_PD_SECONDS"
+msgstr "%d secondes"
+
+msgid "IDS_COM_POP_UPDATED"
+msgstr "Mis à jour"
+
+msgid "IDS_ST_POP_NEW_PASSWD_SAVED"
+msgstr "Nouveau mot de passe enregistré"
+
+msgid "IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"
+msgstr "Aucun mot de passe. Définir un mot de passe ?"
+
+msgid "IDS_COM_BODY_CREATE_MESSAGE_TELEFONICA"
+msgstr "Nouveau message"
+
+msgid "IDS_ST_BODY_USB_ASK_ON_CONNECTION"
+msgstr "Toujours demander"
+
+msgid "IDS_ST_HEADER_BRIGHT"
+msgstr "Clair"
+
+msgid "IDS_COM_BODY_ALL_DAY"
+msgstr "Quotidien"
+
+msgid "IDS_COM_BODY_CERTIFICATE_INFO"
+msgstr "Infos sur le certificat"
+
+msgid "IDS_COM_BODY_ENABLE_LOCATION_SERVICES"
+msgstr "Localisation GPS"
+
+msgid "IDS_COM_BODY_INSTANT_MESSENGER"
+msgstr "Messagerie instantanée"
+
+msgid "IDS_COM_BODY_NEWS"
+msgstr "Actualité"
+
+msgid "IDS_COM_BODY_NO_SIM"
+msgstr "Pas de carte SIM"
+
+msgid "IDS_COM_BODY_SERIAL_NUMBER"
+msgstr "Numéro de série"
+
+msgid "IDS_COM_OPT_HIDE_KEYPAD"
+msgstr "Masquer le clavier"
+
+msgid "IDS_COM_OPT_VOICE_RECORDER_WILL_BE_STOPPED_DUE_TO_LOW_BATTERY_VODA"
+msgstr "L'enregistrement vocal va s'arrêter car la batterie est trop faible"
+
+msgid "IDS_COM_POP_EXITSILENTMODE"
+msgstr "Désactivez le profil Discret"
+
+msgid "IDS_COM_POP_FOR_ALL_TELE_SERVICES_EXCEPT_SMS"
+msgstr "Pour tous les téléservices, sauf SMS"
+
+msgid "IDS_COM_POP_LOW_BATTERY_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Batterie faible. Impossible de lancer l'application"
+
+msgid "IDS_COM_POP_MMS_SENT"
+msgstr "MMS envoyé"
+
+msgid "IDS_COM_POP_REGISTERING"
+msgstr "Enregistrement ..."
+
+msgid "IDS_COM_POP_SMALL_DAYS"
+msgstr "jours"
+
+msgid "IDS_COM_POP_SMALL_HOURS"
+msgstr "heures"
+
+msgid "IDS_COM_POP_WEEKS_LC"
+msgstr "semaines"
+
+msgid "IDS_COM_POP_WEEK_LC"
+msgstr "semaine"
+
+msgid "IDS_COM_SK3_ADD"
+msgstr "Ajouter"
+
+msgid "IDS_COM_SK3_END_ALL_APPLICATIONS"
+msgstr "Quitter ttes appli."
+
+msgid "IDS_COM_SK_MOVE_LITE"
+msgstr "Déplacer"
+
+msgid "IDS_COM_SK_NEXT"
+msgstr "Suivant"
+
+msgid "IDS_ST_BODY_ABOUT_PHONE"
+msgstr "A propos du téléphone"
+
+msgid "IDS_ST_BODY_ACCESS_NAME"
+msgstr "Nom d'accès"
+
+msgid "IDS_ST_BODY_ADVANCED_GPS"
+msgstr "GPS avancé"
+
+msgid "IDS_ST_BODY_ALERTTYPE_VIBRATION_AND_MELODY"
+msgstr "Vibreur et mélodie"
+
+msgid "IDS_ST_BODY_ALERT_VIBRATION"
+msgstr "Type de vibreur"
+
+msgid "IDS_ST_BODY_ALL_EMAILS"
+msgstr "Tous les e-mails"
+
+msgid "IDS_ST_BODY_ANNIVERSARY"
+msgstr "Occasion"
+
+msgid "IDS_ST_BODY_ANY_KEY"
+msgstr "N'importe quelle touche"
+
+msgid "IDS_ST_BODY_APPOINTMENT"
+msgstr "Rendez-vous"
+
+msgid "IDS_ST_BODY_AUTH_TYPE"
+msgstr "Type d'authentification"
+
+msgid "IDS_ST_BODY_AUTOMATIC_TIME_UPDATE"
+msgstr "Mise à jour automatique de la date"
+
+msgid "IDS_ST_BODY_BACKLIGHT_TIME"
+msgstr "Rétroéclairage écran"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+msgstr "Vibreur"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRAT_THEN_MELODY"
+msgstr "Vibreur puis mélodie"
+
+msgid "IDS_ST_BODY_CALL_LOG"
+msgstr "Journal"
+
+msgid "IDS_ST_BODY_CHANGE_PIN1"
+msgstr "Modifier le code PIN"
+
+msgid "IDS_ST_BODY_CHANGE_PIN2"
+msgstr "Modifier PIN2"
+
+msgid "IDS_ST_BODY_CHOCO_COOKY"
+msgstr "Choco cooky"
+
+msgid "IDS_ST_BODY_CLEAR_PHONE_MEMORY"
+msgstr "Effacer mémoire du téléphone"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN1"
+msgstr "Confirmer nouveau code PIN1"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN2"
+msgstr "Confirmer le nouveau code PIN2"
+
+msgid "IDS_ST_BODY_CONFIRM_PASSWORD"
+msgstr "Confirmer le mot de passe"
+
+msgid "IDS_ST_BODY_CONFIRM_SIM_PASSWORD"
+msgstr "Confirmer le mot de passe SIM"
+
+msgid "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS"
+msgstr "Adresse de proxy"
+
+msgid "IDS_ST_BODY_CONNECTIVITY"
+msgstr "Connectivité"
+
+msgid "IDS_ST_BODY_COOL_JAZZ"
+msgstr "Cool jazz"
+
+msgid "IDS_ST_BODY_COUNTRY_CODE"
+msgstr "Code pays"
+
+msgid "IDS_ST_BODY_CURRENT_PASSWORD"
+msgstr "Mot de passe actuel"
+
+msgid "IDS_ST_BODY_CURRENT_PIN1"
+msgstr "Code PIN1 actuel"
+
+msgid "IDS_ST_BODY_CURRENT_PIN2"
+msgstr "PIN2 actuel"
+
+msgid "IDS_ST_BODY_DISPLAY_CONTENTS"
+msgstr "Afficher le contenu"
+
+msgid "IDS_ST_BODY_DIVX_DEREGISTRATION"
+msgstr "Annulation de l'enregistrement DivX®"
+
+msgid "IDS_ST_BODY_DIVX_REGISTRATION"
+msgstr "Enregistrement DivX®"
+
+msgid "IDS_ST_BODY_DRM_MEDIA"
+msgstr "Support DRM"
+
+msgid "IDS_ST_BODY_DVB_H"
+msgstr "DVB-H"
+
+msgid "IDS_ST_BODY_ENTER_4_TO_8_DIGIT_PIN"
+msgstr "Entrez un code PIN composé de 4 à 8 chiffres"
+
+msgid "IDS_ST_BODY_ETC"
+msgstr "Etc."
+
+msgid "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+msgstr "Notifications d'événements"
+
+msgid "IDS_ST_BODY_FIXED_DIALLING_MODE"
+msgstr "Numérotation fixe"
+
+msgid "IDS_ST_BODY_FLIGHT_MODE"
+msgstr "Mode Hors-ligne"
+
+msgid "IDS_ST_BODY_FONTSTYLE_GLOBAL"
+msgstr "Global"
+
+msgid "IDS_ST_BODY_FOREIGN_NETWORK"
+msgstr "Réseau d'itinérance"
+
+msgid "IDS_ST_BODY_IM"
+msgstr "MI"
+
+msgid "IDS_ST_BODY_IN_USE"
+msgstr "En cours d'utilisation"
+
+msgid "IDS_ST_BODY_ITEMS"
+msgstr "Éléments"
+
+msgid "IDS_ST_BODY_LAN"
+msgstr "Langues"
+
+msgid "IDS_ST_BODY_LICENCE"
+msgstr "Licence"
+
+msgid "IDS_ST_BODY_LIST_VIEW"
+msgstr "Affichage liste"
+
+msgid "IDS_ST_BODY_MAXIMUM"
+msgstr "Maximum"
+
+msgid "IDS_ST_BODY_MEDIUM_M_FONTSIZE"
+msgstr "Moyenne"
+
+msgid "IDS_ST_BODY_MEMORY"
+msgstr "Mémoire"
+
+msgid "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"
+msgstr "Mémoire par défaut"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_ANNIVERSARIES"
+msgstr "Anniversaires"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_APPOINTMENTS"
+msgstr "Rendez-vous"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_MEMORY_CARD_DETAILS"
+msgstr "Détails de la carte mémoire"
+
+msgid "IDS_ST_BODY_MEMORY_STATUS"
+msgstr "Etat de la mémoire"
+
+msgid "IDS_ST_BODY_MESSAGE_AND_EMAIL"
+msgstr "Message et e-mail"
+
+msgid "IDS_ST_BODY_MOBILE_TRACKER"
+msgstr "Traçage du mobile"
+
+msgid "IDS_ST_BODY_MSGSETTINGSMMS_DEFAULT_STYLE"
+msgstr "Style par défaut"
+
+msgid "IDS_ST_BODY_MYTHEME_DEFAULT"
+msgstr "Par défaut"
+
+msgid "IDS_ST_BODY_NETWORK"
+msgstr "Réseau"
+
+msgid "IDS_ST_BODY_NETWORK_CODE"
+msgstr "Code réseau"
+
+msgid "IDS_ST_BODY_NETWORK_LIST"
+msgstr "Liste des réseaux"
+
+msgid "IDS_ST_BODY_NETWORK_TYPE"
+msgstr "Type de réseau"
+
+msgid "IDS_ST_BODY_NEW_PASSWORD"
+msgstr "Nouveau mot de passe"
+
+msgid "IDS_ST_BODY_NEW_PIN1"
+msgstr "Nouveau code PIN1"
+
+msgid "IDS_ST_BODY_NEW_PIN2"
+msgstr "Nouveau code PIN2"
+
+msgid "IDS_ST_BODY_PASSWORD_EMPTY"
+msgstr "Mot de passe vide"
+
+msgid "IDS_ST_BODY_PC_INTERNET"
+msgstr "Internet PC"
+
+msgid "IDS_ST_BODY_PHONEPROFILES_DRIVING"
+msgstr "Voiture"
+
+msgid "IDS_ST_BODY_PHONE_LOCK"
+msgstr "Verrouillage téléphone"
+
+msgid "IDS_ST_BODY_PIN1"
+msgstr "PIN1"
+
+msgid "IDS_ST_BODY_PIN2"
+msgstr "Code PIN2"
+
+msgid "IDS_ST_BODY_PINS_DON'T_MATCH_E"
+msgstr "Les codes PIN ne correspondent pas !"
+
+msgid "IDS_ST_BODY_PRIVACY_LOCK"
+msgstr "Verrouillage confidentialité"
+
+msgid "IDS_ST_BODY_PUK1_BLOCKED"
+msgstr "PUK1 bloqué"
+
+msgid "IDS_ST_BODY_PUK1_CODE"
+msgstr "Code PUK1"
+
+msgid "IDS_ST_BODY_PUK2"
+msgstr "Code PUK2"
+
+msgid "IDS_ST_BODY_PUK2_BLOCKED"
+msgstr "Code PUK2 bloqué"
+
+msgid "IDS_ST_BODY_RAISING_MELODY"
+msgstr "Mélodie crescendo"
+
+msgid "IDS_ST_BODY_RECENT"
+msgstr "Récent"
+
+msgid "IDS_ST_BODY_RINGTONES_SAMSUNG_TUNE"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_ROAMING_NETWORK"
+msgstr "Réseau d'itinérance"
+
+msgid "IDS_ST_BODY_SECONDS_GA"
+msgstr "secondes"
+
+msgid "IDS_ST_BODY_SECURE"
+msgstr "Sécurisé"
+
+msgid "IDS_ST_BODY_SECURITY"
+msgstr "Sécurité"
+
+msgid "IDS_ST_BODY_SERVICE_TYPE"
+msgstr "Type de service"
+
+msgid "IDS_ST_BODY_SIM_LOCK"
+msgstr "Verrouillage SIM"
+
+msgid "IDS_ST_BODY_SIM_PASSWORD"
+msgstr "Mot de passe SIM"
+
+msgid "IDS_ST_BODY_SMALL_M_TEXTSIZE"
+msgstr "Petite"
+
+msgid "IDS_ST_BODY_SOS_MASSAGES"
+msgstr "Message SOS"
+
+msgid "IDS_ST_BODY_SOUND_PROFILES"
+msgstr "Profils de sons"
+
+msgid "IDS_ST_BODY_TEXTSTYLE_LARGE"
+msgstr "Grande"
+
+msgid "IDS_ST_BODY_THEME"
+msgstr "Thème"
+
+msgid "IDS_ST_BODY_TOUCH"
+msgstr "Ecran tactile"
+
+msgid "IDS_ST_BODY_VIBRATION_1"
+msgstr "Vibreur 1"
+
+msgid "IDS_ST_BODY_VIBRATION_2"
+msgstr "Vibreur 2"
+
+msgid "IDS_ST_BODY_VIBRATION_3"
+msgstr "Vibreur 3"
+
+msgid "IDS_ST_BODY_VIBRATION_4"
+msgstr "Vibreur 4"
+
+msgid "IDS_ST_BODY_VIBRATION_5"
+msgstr "Vibreur 5"
+
+msgid "IDS_ST_BODY_VOICE_MAIL"
+msgstr "Messagerie vocale"
+
+msgid "IDS_ST_BODY_WAP_DOWNLOADS"
+msgstr "Téléchargements WAP"
+
+msgid "IDS_ST_BODY_WI_FI_MAC_ADDRESS"
+msgstr "Adresse MAC Wi-Fi"
+
+msgid "IDS_ST_DISPLAYSETTINGS_BODY_MAINGREETINGEDITSTYLEBGCOLOUR"
+msgstr "Couleur d'arrière-plan"
+
+msgid "IDS_ST_HEADER_ALERT_TYPE"
+msgstr "Type de sonnerie"
+
+msgid "IDS_ST_HEADER_CONFIRM_PASSWORD_ABB"
+msgstr "Confirmer mot passe"
+
+msgid "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+msgstr "Langue d'affichage"
+
+msgid "IDS_ST_HEADER_KEYBOARD_LANGUAGE"
+msgstr "Langue du clavier"
+
+msgid "IDS_ST_HEADER_MEETING"
+msgstr "Réunion"
+
+msgid "IDS_ST_HEADER_OUTDOOR"
+msgstr "Extérieur"
+
+msgid "IDS_ST_HEADER_PIN1_CODE"
+msgstr "PIN1"
+
+msgid "IDS_ST_HEADER_SIM_PASSWORD"
+msgstr "Mot de passe SIM"
+
+msgid "IDS_ST_HEADER_SPACE_M_THEME"
+msgstr "Space"
+
+msgid "IDS_ST_HEADER_UNAVAILABLE"
+msgstr "Non disponible"
+
+msgid "IDS_ST_HEADER_USER_AGREEMENT"
+msgstr "Conditions d'utilisation"
+
+msgid "IDS_ST_HEADER_WALLPAPER_HOME_SCREEN"
+msgstr "Ecran d'accueil"
+
+msgid "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME"
+msgstr "Rétroéclairage écran"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BLOCKMESSAGESBYADDRESSNEWPUSH"
+msgstr "Messages Push"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCAST"
+msgstr "Messages diffusion"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCASTRECEIVINGCHANNELS"
+msgstr "Canaux de réception"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEFONTSTYLE2"
+msgstr "Police"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEPAGEDURATION"
+msgstr "Temps défilement pages"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSRECEIVOPTIONSHOMENET"
+msgstr "Réseau domestique"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSEXPIRY"
+msgstr "Expiration"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSPRIORITY"
+msgstr "Priorité"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDRECEIVINGOPTS"
+msgstr "Options de réception"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMS"
+msgstr "SMS"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMSSENDINGOPTCHARSUPPORT"
+msgstr "Type d'alphabet"
+
+msgid "IDS_ST_OPT_EDIT_CHANNEL"
+msgstr "Modifier la chaîne"
+
+msgid "IDS_ST_OPT_ITEM"
+msgstr "Élément"
+
+msgid "IDS_ST_OPT_MASS_STORAGE_ABB"
+msgstr "Stockage masse"
+
+msgid "IDS_ST_OPT_PHONEBOOK"
+msgstr "Répertoire"
+
+msgid "IDS_ST_POP_ALL_BARRING"
+msgstr "Toutes les interdictions d'appel"
+
+msgid "IDS_ST_POP_ALL_CONTACTS_LINKED_TO_WEB_ACCOUNTS_WILL_ALSO_BE_DELETED_IN_WEB_SERVER_CONTINUE_Q"
+msgstr "Tous les contacts associés aux comptes Web seront également supprimés du serveur Web. Continuer ?"
+
+msgid "IDS_ST_POP_CLEARED"
+msgstr "Supprimé"
+
+msgid "IDS_ST_POP_CLEARING_ING"
+msgstr "Suppression..."
+
+msgid "IDS_ST_POP_ENTER_8_DIGIT_PIN_UNLOCK_HPUK_CODE_KOR"
+msgstr "Entrez un code PIN de déverrouillage (PUK) composé de 8 chiffres"
+
+msgid "IDS_ST_POP_FLIGHT_MODE_ON"
+msgstr "Profil Hors-ligne activé"
+
+msgid "IDS_ST_POP_INCOMING_BARRING"
+msgstr "Interdire appels entrants"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1"
+msgstr "Code PIN1 incorrect"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT"
+msgstr "PIN incorrect 1 essai restant"
+
+msgid "IDS_ST_POP_INCORRECT_PIN2"
+msgstr "Code PIN2 incorrect"
+
+msgid "IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT"
+msgstr "PIN incorrect. %d essais restants"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT"
+msgstr "PUK1 incorrect. 1 essai restant"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_CODE"
+msgstr "Code PUK1 incorrect"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT"
+msgstr "PUK1 incorrect. %d essais restants"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2"
+msgstr "Code PUK2 incorrect"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT"
+msgstr "PUK2 incorrect. 1 essai restant"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT"
+msgstr "PUK2 incorrect. %d essais restants"
+
+msgid "IDS_ST_POP_MSG_FORMATTING"
+msgstr "Formatage..."
+
+msgid "IDS_ST_POP_MSG_FORMAT_QUESTION"
+msgstr "Le formatage effacera toutes les données.\nContinuer ?"
+
+msgid "IDS_ST_POP_NO_ITEMS_SELECTED"
+msgstr "Aucun élément sélectionné"
+
+msgid "IDS_ST_POP_OUTGOING_BARRING"
+msgstr "Interdire appels sortants"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Les mots de passe ne correspondent pas."
+
+msgid "IDS_ST_POP_PASSWORD_CHANGED"
+msgstr "Mot de passe modifié"
+
+msgid "IDS_ST_POP_PASSWORD_TOO_SHORT"
+msgstr "Mot de passe trop court"
+
+msgid "IDS_ST_POP_PD_ATTEMPTS_LEFT"
+msgstr "%d essais restants"
+
+msgid "IDS_ST_POP_PD_ATTEMPT_LEFT"
+msgstr "%d essai restant"
+
+msgid "IDS_ST_POP_PIN1_BLOCKED"
+msgstr "Code PIN1 bloqué"
+
+msgid "IDS_ST_POP_PIN1_CHANGED"
+msgstr "Code PIN1 modifié"
+
+msgid "IDS_ST_POP_PIN2_BLOCKED"
+msgstr "Code PIN2 bloqué"
+
+msgid "IDS_ST_POP_PIN2_CHANGED"
+msgstr "Code PIN2 modifié"
+
+msgid "IDS_ST_POP_PIN2_UNBLOCKED"
+msgstr "Code PIN2 débloqué"
+
+msgid "IDS_ST_POP_PIN_UNBLOCKED"
+msgstr "Code PIN débloqué"
+
+msgid "IDS_ST_POP_SAVING"
+msgstr "Enregistrement"
+
+msgid "IDS_ST_POP_SET"
+msgstr "Appliqué"
+
+msgid "IDS_ST_POP_TEXT_MESSAGE_ALERT_TONE"
+msgstr "Tonalité d'alerte message"
+
+msgid "IDS_ST_POP_TEXT_NEW_NETWORK"
+msgstr "Nouveau réseau"
+
+msgid "IDS_ST_POP_UNKNOWN_OPERATION"
+msgstr "Opération inconnue"
+
+msgid "IDS_ST_POP_YES"
+msgstr "Oui"
+
+msgid "IDS_ST_SECURITY_BODY_ENTERPIN2BABY"
+msgstr "Code PIN2"
+
+msgid "IDS_ST_SECURITY_BODY_NOIMSI"
+msgstr "Insérer la carte SIM"
+
+msgid "IDS_ST_SK_FORMAT"
+msgstr "Formater"
+
+msgid "IDS_ST_POP_ACTIVATION_ONGOING"
+msgstr "Activation en cours..."
+
+msgid "IDS_COM_BODY_EMAILS_T_MAINMENU_ABB2"
+msgstr "E-mails"
+
+msgid "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+msgstr "Point d'accès mobile"
+
+msgid "IDS_ST_HEADER_WI_FI"
+msgstr "Wi-Fi"
+
+msgid "IDS_ST_BODY_CPU_USAGE"
+msgstr "Utilisation du processeur"
+
+msgid "IDS_ST_MBODY_SCREEN_READER_HTTS"
+msgstr "Lecteur d'écran (TTS)"
+
+msgid "IDS_ST_BODY_SPEECH_RATE"
+msgstr "Vitesse d'élocution"
+
+msgid "IDS_ST_HEADER_ACCESSIBILITY"
+msgstr "Accessibilité"
+
+msgid "IDS_ST_MBODY_HIGH_CONTRAST"
+msgstr "Contraste élevé"
+
+msgid "IDS_ST_MBODY_FONT_SIZE"
+msgstr "Taille de police"
+
+msgid "IDS_ST_BODY_FONT_STYLE"
+msgstr "Police"
+
+msgid "IDS_ST_BODY_TORCH_LIGHT"
+msgstr "Lampe"
+
+msgid "IDS_ST_MBODY_MONO_AUDIO"
+msgstr "Audio mono"
+
+msgid "IDS_ST_HEADER_TUTORIAL"
+msgstr "Didacticiel"
+
+msgid "IDS_ST_BODY_TOUCHSENSITIVITY_SENSITIVITY"
+msgstr "Sensibilité"
+
+msgid "IDS_MTTRL_BODY_USE_PANNING"
+msgstr "Utiliser Panorama"
+
+msgid "IDS_MTTRL_HEADER_TRY_TILT"
+msgstr "Essayer Inclinaison"
+
+msgid "IDS_ST_HEADER_INCOMING_CALLS"
+msgstr "Appels entrants"
+
+msgid "IDS_ST_SK_VOLUME"
+msgstr "Volume"
+
+msgid "IDS_ST_HEADER_USB_UTILITIES"
+msgstr "Utilitaires USB"
+
+msgid "IDS_ST_BODY_ROTATION_LOCK"
+msgstr "Désactiver rotation"
+
+msgid "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+msgstr "Pourcentage batterie"
+
+msgid "IDS_ST_BODY_MY_NUMBER"
+msgstr "Mon numéro"
+
+msgid "IDS_ST_BODY_MODEL_NUMBER"
+msgstr "Numéro du modèle"
+
+msgid "IDS_ST_BODY_VERSION_C"
+msgstr "Version :"
+
+msgid "IDS_ST_BODY_BUILD_NUMBER"
+msgstr "Numéro de version"
+
+msgid "IDS_ST_BODY_DEVICE_INFO"
+msgstr "Informations sur le périphérique"
+
+msgid "IDS_ST_BODY_SUNDAY"
+msgstr "Dimanche"
+
+msgid "IDS_ST_BODY_MONDAY"
+msgstr "Lundi"
+
+msgid "IDS_ST_BODY_TUESDAY"
+msgstr "Mardi"
+
+msgid "IDS_ST_BODY_10_MINUTES"
+msgstr "10 minutes"
+
+msgid "IDS_ST_BODY_3MINUTES"
+msgstr "3 minutes"
+
+msgid "IDS_ST_BODY_HOLD_ME"
+msgstr "Tenez l'appareil"
+
+msgid "IDS_MTTRL_BODY_MOTION_ACTIVATION"
+msgstr "Activer les mouvements"
+
+msgid "IDS_MTTRL_MBODY_TILT_TO_ZOOM"
+msgstr "Incliner pour zoomer"
+
+msgid "IDS_ST_BUTTON_USE_TILT"
+msgstr "Util. inclin."
+
+msgid "IDS_ST_BODY_USE_MOTION"
+msgstr "Utiliser les mouvements"
+
+msgid "IDS_ST_BODY_MOTION_DISABLED"
+msgstr "Mouvement désactivé"
+
+msgid "IDS_COM_POP_UNABLE_TO_SECURE_CONNECTION"
+msgstr "Echec\nconnexion sécurisée"
+
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notification"
+
+msgid "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK"
+msgstr "Retour tactile"
+
+msgid "IDS_ST_BODY_MSG_ALERT_REPETITION"
+msgstr "Répétition d'alerte message"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+msgstr "Répétition d'alerte e-mail"
+
+msgid "IDS_ST_POP_SIMPLE_PASSWORD_NOT_ALLOWED"
+msgstr "Mot de passe simple non autorisé"
+
+msgid "IDS_ST_BODY_INCOMING_CALL"
+msgstr "Appel entrant"
+
+msgid "IDS_ST_BODY_ONCE"
+msgstr "1 fois"
+
+msgid "IDS_ST_BODY_EVERY_2MIN"
+msgstr "Toutes les 2 min"
+
+msgid "IDS_ST_BODY_EVERY_5MIN"
+msgstr "Toutes les 5 min"
+
+msgid "IDS_ST_BODY_EVERY_10MINUTES"
+msgstr "Toutes les 10 min"
+
+msgid "IDS_ST_BODY_15SEC"
+msgstr "15 secondes"
+
+msgid "IDS_ST_BODY_30SEC"
+msgstr "30 secondes"
+
+msgid "IDS_ST_BODY_8_SECONDS"
+msgstr "8 secondes"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+msgstr "Paramètres d'accessibilité"
+
+msgid "IDS_ST_BODY_AFTER_5_SECONDS"
+msgstr "Après 5 secondes"
+
+msgid "IDS_ST_HEADER_PD_ATTEMPTS_LEFT"
+msgstr "%d essais restants"
+
+msgid "IDS_ST_BODY_AVAILABLE_SPACE"
+msgstr "Espace disponible"
+
+msgid "IDS_ST_BODY_BLACK"
+msgstr "Noir"
+
+msgid "IDS_ST_HEADER_EASY_ACCESS"
+msgstr "Accès rapide"
+
+msgid "IDS_CLD_BODY_FIRST_DAY_OF_WEEK"
+msgstr "Premier jour de la semaine"
+
+msgid "IDS_ST_BODY_FORMAT_SD_CARD"
+msgstr "Formater la carte SD"
+
+msgid "IDS_ST_BODY_GSM"
+msgstr "GSM"
+
+msgid "IDS_ST_HEADER_HEARING"
+msgstr "Ouïe"
+
+msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
+msgstr "Ecran d'accueil"
+
+msgid "IDS_ST_HEADER_INSERT_SIM_CARD_ABB"
+msgstr "Insérer la carte SIM"
+
+msgid "IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"
+msgstr "Adresse proxy incorrecte"
+
+msgid "IDS_ST_BODY_KIES_INSTALLER"
+msgstr "Programme d'installation de Kies"
+
+msgid "IDS_ST_BODY_LANGUAGE"
+msgstr "Langue"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TILT_ABB"
+msgstr "Infos inclin."
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TURN_OVER"
+msgstr "Plus d'infos sur le retournement"
+
+msgid "IDS_COM_BODY_MEDIA"
+msgstr "Média"
+
+msgid "IDS_ST_BODY_MOTION_SETTINGS"
+msgstr "Mouvements"
+
+msgid "IDS_ST_MBODY_MOTIONS"
+msgstr "Mouvements"
+
+msgid "IDS_ST_BODY_MOUNT_SD_CARD"
+msgstr "Monter la carte SD"
+
+msgid "IDS_MTTRL_BODY_MOVE_AN_ICON_TO_ANOTHER_PAGE"
+msgstr "Déplacer une icône vers une autre page"
+
+msgid "IDS_ST_BODY_MOVE_DEVICE_LEFT_OR_RIGHT"
+msgstr "Déplacez l'appareil vers la gauche ou la droite"
+
+msgid "IDS_ST_OPT_NETWORK_LIST"
+msgstr "Liste des réseaux"
+
+msgid "IDS_ST_HEADER_NEW_NETWORK"
+msgstr "Nouveau réseau"
+
+msgid "IDS_ST_BODY_NOSERVICE"
+msgstr "Aucun service"
+
+msgid "IDS_COM_BUTTON2_PROCESSING_ING"
+msgstr "Traitement..."
+
+msgid "IDS_COM_MBODY_SECURITY_POLICY"
+msgstr "Politique de sécurité"
+
+msgid "IDS_ST_POP_SELECT_OTHER_CONNECTION"
+msgstr "Sélectionner une autre connexion"
+
+msgid "IDS_ST_BODY_PHONE_SOUND_VOL"
+msgstr "Volume du téléphone"
+
+msgid "IDS_ST_BODY_SPEED_AT_WHICH_THE_TEXT_IS_SPOKEN"
+msgstr "Vitesse de lecture du texte"
+
+msgid "IDS_COM_BODY_DETAILS_TIME"
+msgstr "Heure"
+
+msgid "IDS_ST_BODY_TOTAL_SPACE"
+msgstr "Espace total"
+
+msgid "IDS_MTTRL_HEADER_TRY_DOUBLE_TAP"
+msgstr "Essayez d'appuyer deux fois"
+
+msgid "IDS_MTTRL_HEADER_TRY_PANNING"
+msgstr "Essayer Panorama"
+
+msgid "IDS_MTTRL_MBODY_TURN_OVER_TO_MUTE"
+msgstr "Retourner pour désact. son"
+
+msgid "IDS_ST_BODY_UNMOUNT_SD_CARD"
+msgstr "Démonter la carte SD"
+
+msgid "IDS_ST_BODY_USB_DEBUGGING"
+msgstr "Débogage USB"
+
+msgid "IDS_ST_BODY_USE_PACKET_DATA"
+msgstr "Connexions de données"
+
+msgid "IDS_ST_HEADER_VISION"
+msgstr "Vue"
+
+msgid "IDS_ST_BODY_INTERNAL_PHONE_STORAGE_SPACE_IS_NEARLY_FULL_VZW"
+msgstr "L'espace de stockage interne du téléphone est presque saturé"
+
+msgid "IDS_ST_BODY_24_HOURS"
+msgstr "24 heures"
+
+msgid "IDS_ST_BODY_WEDNESDAY"
+msgstr "Mercredi"
+
+msgid "IDS_ST_BODY_THURSDAY"
+msgstr "Jeudi"
+
+msgid "IDS_ST_BODY_FRIDAY"
+msgstr "Vendredi"
+
+msgid "IDS_ST_BODY_SATURDAY"
+msgstr "Samedi"
+
+msgid "IDS_ST_BODY_EMAIL"
+msgstr "E-mail"
+
+msgid "IDS_CST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Accepter avec Accueil"
+
+msgid "IDS_ST_BODY_HELLO_KITTY_1"
+msgstr "Hello Kitty 1"
+
+msgid "IDS_COM_POP_TIMES_LC"
+msgstr "fois"
+
+msgid "IDS_COM_BODY_VIA_MMS"
+msgstr "Par MMS"
+
+msgid "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+msgstr "Langue et région"
+
+msgid "IDS_ST_BODY_WINSET"
+msgstr "Winset"
+
+msgid "IDS_ST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Accepter avec Accueil"
+
+msgid "IDS_ST_BODY_REMOVE_LICENCE"
+msgstr "Supprimer la licence"
+
+msgid "IDS_ST_BUTTON2_EDIT_PREFERRED"
+msgstr "Modifier préféré"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT"
+msgstr "Alerte e-mail"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
+msgstr "Entrez de nouveau le mot de passe"
+
+msgid "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
+msgstr "Entrez le mot de passe actuel"
+
+msgid "IDS_ST_BODY_SD_CARD"
+msgstr "Carte SD"
+
+msgid "IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"
+msgstr "Code d'annulation d'enregistrement introuvable"
+
+msgid "IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"
+msgstr "Impossible de sélectionner le réseau"
+
+msgid "IDS_ST_BODY_HIGH_CONTRAST"
+msgstr "Contraste élevé"
+
+msgid "IDS_ST_BODY_MMS_CONNECTIONS"
+msgstr "Connexions MMS"
+
+msgid "IDS_ST_TAB_PREFERRED"
+msgstr "Préféré"
+
+msgid "IDS_ST_BODY_REGION"
+msgstr "Région"
+
+msgid "IDS_ST_BODY_SNS"
+msgstr "SNS"
+
+msgid "IDS_ST_BODY_SENSITIVITY_SETTINGS"
+msgstr "Paramètres de sensibilité"
+
+msgid "IDS_ST_HEADER_SENSITIVITY_TEST_ABB"
+msgstr "Test de sensibilité"
+
+msgid "IDS_ST_BODY_VOLUME"
+msgstr "Volume"
+
+msgid "IDS_ST_BODY_TEST_TILT_SENSITIVITY"
+msgstr "Tester la sensibilité de l'inclinaison"
+
+msgid "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+msgstr "Réglez le volume et l'intensité des sons lors de la numérotation, l'utilisation du clavier, la sélection sur l'écran, la pression des touches de fonction et le verrouillage et le déverrouillage du périphérique"
+
+msgid "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
+msgstr "Mot de passe incorrect. Réessayez"
+
+msgid "IDS_ST_BODY_PICTURE_READER"
+msgstr "Lecteur d'images"
+
+msgid "IDS_ST_BODY_AUTOMATIC_UPDATE"
+msgstr "Mise à jour automatique"
+
+msgid "IDS_COM_BODY_FILEDETAIL_MODEL"
+msgstr "Modèle"
+
+msgid "IDS_ST_BODY_WHITE"
+msgstr "Blanc"
+
+msgid "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+msgstr "Personnaliser écr verr"
+
+msgid "IDS_ST_BODY_MESSAGE_RINGTONE"
+msgstr "Sonnerie de message"
+
+msgid "IDS_COM_BODY_DETAILS_LOCATION"
+msgstr "Emplacement"
+
+msgid "IDS_ST_OPT_ALL"
+msgstr "Tout"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS"
+msgstr "Saisissez de nouveau le mot de passe dans %d secondes"
+
+msgid "IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"
+msgstr "Impossible de modifier le PIN"
+
+msgid "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+msgstr "Son verrouillage écran"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+msgstr "Sonnerie appel entrant"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+msgstr "Vibration appel entrant"
+
+msgid "IDS_ST_BODY_SIMPLE_PASSWORD"
+msgstr "Mot de passe simple"
+
+msgid "IDS_COM_BODY_ALLOW_BLUETOOTH"
+msgstr "Autoriser le Bluetooth"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_USE"
+msgstr "Autoriser l'utilisation d'Internet"
+
+msgid "IDS_COM_BODY_ALLOW_CAMERA"
+msgstr "Autoriser l'utilisation de l'appareil photo"
+
+msgid "IDS_COM_BODY_ALLOW_DESKTOP_SYNC"
+msgstr "Autoriser la synchronisation du bureau"
+
+msgid "IDS_COM_BODY_ALLOW_HTML_EMAIL"
+msgstr "Autoriser l'e-mail HTML"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_SHARING"
+msgstr "Autoriser le partage Internet"
+
+msgid "IDS_COM_BODY_ALLOW_POP_AND_IMAP_EMAIL"
+msgstr "Autoriser les messageries POP et IMAP"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_ENCRYPTION_ALGORITHM_NEGOTIATION"
+msgstr "Autoriser la négociation de l'algorithme de cryptage S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_SOFTWARE_CERTIFICATES"
+msgstr "Autoriser les certificats logiciels S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_STORAGE_CARD"
+msgstr "Autoriser la carte de stockage"
+
+msgid "IDS_COM_BODY_ALLOW_TEXT_MESSAGING"
+msgstr "Autoriser les SMS"
+
+msgid "IDS_COM_BODY_ALLOW_WI_FI"
+msgstr "Autoriser le Wi-Fi"
+
+msgid "IDS_COM_HEADER_ATTACHMENT_CONTROL"
+msgstr "Contrôle des pièces jointes"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_CALENDAR_EVENTS"
+msgstr "Période maximale des événements de calendrier"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_EMAILS"
+msgstr "Période maximale des e-mails"
+
+msgid "IDS_COM_BODY_MINIMUM_NUMBER_OF_COMPLEX_CHARACTERS_IN_PASSWORD"
+msgstr "Nombre minimum de caractères complexes dans le mot de passe"
+
+msgid "IDS_COM_HEADER_PASSWORD_RECOVERY"
+msgstr "Récupération de mot de passe"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_ENCRYPTED"
+msgstr "Exiger le cryptage S/MIME des messages"
+
+msgid "IDS_COM_BODY_REQUIRE_S_MIME_ALGORITHM_ENCRYPTION"
+msgstr "Exiger le cryptage de l'algorithme S/MIME"
+
+msgid "IDS_COM_BODY_REQUIRE_MANUAL_SYNCHRONISATION_WHEN_ROAMING"
+msgstr "Exiger la synchronisation manuelle lorsque vous êtes en itinérance"
+
+msgid "IDS_COM_BODY_REQUIRE_SIGNED_S_MIME_ALGORITHM"
+msgstr "Exiger l'algorithme S/MIME signé"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_SIGNED"
+msgstr "Exiger la signature S/MIME des messages"
+
+msgid "IDS_COM_POP_INSERT_SIM_CARD"
+msgstr "Insérer la carte SIM"
+
+msgid "IDS_COM_POP_DEACTIVATE_FLIGHT_MODE_TO_USE_NETWORK_SERVICES"
+msgstr "Désactivez le mode Hors-ligne pour utiliser les services réseau"
+
+msgid "IDS_COM_POP_DAY_LC"
+msgstr "jour"
+
+msgid "IDS_ST_BODY_TIME_ZONE_DST"
+msgstr "Heure d'été"
+
+msgid "IDS_ST_POP_UNINSTALLED"
+msgstr "Désinstallé"
+
+msgid "IDS_ST_HEADER_APPLICATION_INFO"
+msgstr "Informations sur l'application"
+
+msgid "IDS_ST_BODY_TOTAL"
+msgstr "Total"
+
+msgid "IDS_ST_BODY_APPLICATION"
+msgstr "Applications"
+
+msgid "IDS_ST_BODY_DATA"
+msgstr "Données"
+
+msgid "IDS_ST_BODY_BYTES"
+msgstr "octets"
+
+msgid "IDS_ST_BODY_LAUNCH_BY_DEFAULT"
+msgstr "Lancer par défaut"
+
+msgid "IDS_ST_BODY_CLEAR_DEFAULTS"
+msgstr "Supprimer les valeurs par défaut"
+
+msgid "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS"
+msgstr "Cette application est définie sur ouvrir par défaut pour certaines actions"
+
+msgid "IDS_ST_BODY_OPERATOR"
+msgstr "Opérateur"
+
+msgid "IDS_ST_BODY_SAMSUNG"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_THIRD_PARTIES"
+msgstr "Tiers"
+
+msgid "IDS_ST_BUTTON_UNINSTALL_UPDATES"
+msgstr "Désinstaller les mises à jour"
+
+msgid "IDS_ST_BODY_STORAGE"
+msgstr "Stockage"
+
+msgid "IDS_ST_BODY_GB"
+msgstr "Go"
+
+msgid "IDS_ST_BODY_MB"
+msgstr "Mo"
+
+msgid "IDS_ST_BODY_KB"
+msgstr "Ko"
+
+msgid "IDS_ST_BODY_MORE_DETAILS"
+msgstr "Plus de détails"
+
+msgid "IDS_ST_HEADER_CERTIFICATES"
+msgstr "Certificats"
+
+msgid "IDS_ST_POP_UNINSTALLING_ING"
+msgstr "Désinstallation..."
+
+msgid "IDS_ST_SK_OK"
+msgstr "OK"
+
+msgid "IDS_ST_BODY_DISPLAY"
+msgstr "Affichage"
+
+msgid "IDS_ST_BODY_MOBILE_AP"
+msgstr "Point d'accès mobile"
+
+msgid "IDS_ST_BODY_PD_MINUTES"
+msgstr "%d minutes"
+
+msgid "IDS_ST_BODY_POWERONTYPE_MUTE"
+msgstr "Discret"
+
+msgid "IDS_ST_BODY_SECONDS"
+msgstr "secondes"
+
+msgid "IDS_ST_BODY_MAINDISPLAY_WALLPAPER"
+msgstr "Fond d'écran"
+
+msgid "IDS_ST_BODY_SOUNDS"
+msgstr "Sons"
+
+msgid "IDS_ST_POP_SEARCHING_ING"
+msgstr "Recherche ..."
+
+msgid "IDS_ST_BUTTON_FORCE_STOP"
+msgstr "Forcer l'arrêt"
+
+msgid "IDS_ST_BUTTON_UNINSTALL"
+msgstr "Désinstaller"
+
+msgid "IDS_ST_BUTTON_CLEAR_DATA"
+msgstr "Supprimer les données"
+
+msgid "IDS_ST_MBODY_TETHERING_AND_PORTABLE_HOTSPOT"
+msgstr "Point d'accès et modem"
+
+msgid "IDS_ST_HEADER2_FIND_MY_MOBILE"
+msgstr "Localiser appareil mobile"
+
+msgid "IDS_COM_SK_RETRY_A"
+msgstr "Réess."
+
+msgid "IDS_ST_BODY_2_MINUTES"
+msgstr "2 minutes"
+
+msgid "IDS_ST_BODY_5_MINUTES"
+msgstr "5 minutes"
+
+msgid "IDS_ST_BODY_MESSAGE_ALERT"
+msgstr "Alerte de message"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Connexion au PC. Le stockage de masse sera automatiquement désactivé après utilisation"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Connexion au PC. Le débogage USB sera automatiquement désactivé après utilisation"
+
+msgid "IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"
+msgstr "La licence va être supprimée. Continuer ?"
+
+msgid "IDS_ST_BODY_DEFAULT_CONNECTION_MODE"
+msgstr "Mode de connexion par défaut"
+
+msgid "IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"
+msgstr "Ce mode est destiné aux développeurs d'applications. Vous pouvez tester et développer un logiciel"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_IS_THE_DEFAULT_CONNECTION_IT_WILL_REVERT_BACK_TO_DEFAULT_MODE_AFTER_USING_OTHER_MODES_MSG"
+msgstr "Samsung Kies est le mode de connexion par défaut. Les autres modes répertoriés ci-dessous sont facultatifs. Ce périphérique va revenir au mode par défaut une fois que vous aurez utilisé les modes répertoriés ci-dessous"
+
+msgid "IDS_ST_BODY_MANUFACTURER"
+msgstr "Fabricant"
+
+msgid "IDS_ST_BODY_MASS_STORAGE_HELP_MSG"
+msgstr "Vous pouvez effectuer les opérations suivantes:\n- Copie rapide de fichiers\n- Connexion possible sous MAC, Linux"
+
+msgid "IDS_ST_BODY_RESET_ALL"
+msgstr "Tout réinitialiser"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_ON"
+msgstr "Profil Hors-ligne activé"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_OFF"
+msgstr "Profil Hors-ligne désactivé"
+
+msgid "IDS_ST_POP_UNABLE_TO_TURN_ON_FLIGHT_MODE_VODA"
+msgstr "Impossible d'activer le mode Hors-ligne"
+
+msgid "IDS_ST_POP_PS_ENABLED"
+msgstr "%s activé"
+
+msgid "IDS_ST_POP_ACTIVATE_DEVICE_ADMINISTRATOR_Q"
+msgstr "Activer l'administrateur de périphérique ?"
+
+msgid "IDS_ST_BODY_TOUCH_PANEL_AUTO_LOCK"
+msgstr "Verrouillage auto. Écran"
+
+msgid "IDS_ST_BODY_SAVE_TO"
+msgstr "Enregistrer dans"
+
+msgid "IDS_COM_POP_DISCONNECTED"
+msgstr "Déconnecté"
+
+msgid "IDS_WIFI_MBODY_MOBILE_HOTSPOT_VZW"
+msgstr "Point d'accès mobile"
+
+msgid "IDS_COM_BODY_TEXT_INPUT"
+msgstr "Saisir du texte"
+
+msgid "IDS_ST_BODY_TEXT_INPUT"
+msgstr "Saisir du texte"
+
+msgid "IDS_ST_BODY_EFFECT"
+msgstr "Effets"
+
+msgid "IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"
+msgstr "Recevoir un rappel avant expiration de la licence sur un fichier en cours d'utilisation, tel qu'un fond d'écran"
+
+msgid "IDS_COM_BODY_OFF_M_STATUS"
+msgstr "OFF"
+
+msgid "IDS_COM_BODY_ON_M_STATUS"
+msgstr "ON"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_TURN_OFF_AUTOMATICALLY_AFTER_USE"
+msgstr "Connexion à l'ordinateur. Le stockage de masse sera automatiquement désactivé après utilisation"
+
+msgid "IDS_ST_BODY_TAP_TO_INSERT"
+msgstr "Appuyer pour insérer"
+
+msgid "IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES"
+msgstr "L'utilisation des données mobiles en itinérance va entraîner des frais supplémentaires"
+
+msgid "IDS_ST_BODY_BATTERY"
+msgstr "Batterie"
+
+msgid "IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK"
+msgstr "Lorsque l'itinérance des données est désactivée, les applications qui utilisent la connexion des données risquent de ne pas fonctionner"
+
+msgid "IDS_ST_HEADER_LOCK_SCREEN"
+msgstr "Ecran de verrouillage"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY"
+msgstr "Accessibilité"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER"
+msgstr "Réponse automatique"
+
+msgid "IDS_ST_MBODY_ASSISTIVE_LIGHT"
+msgstr "Lampe de poche"
+
+msgid "IDS_ST_BODY_MANAGE_APPLICATIONS"
+msgstr "Gérer les applications"
+
+msgid "IDS_ST_BODY_POWER_SAVING_MODE"
+msgstr "Mode économie d'énergie"
+
+msgid "IDS_COM_OPT_REGISTER"
+msgstr "Enregistrer"
+
+msgid "IDS_COM_POP_UNEXPECTED_ERROR"
+msgstr "Erreur inattendue"
+
+msgid "IDS_COM_POP_PROXY_CONNECTION_FAILED"
+msgstr "Échec de la connexion proxy"
+
+msgid "IDS_COM_POP_NETWORK_CONNECTION_ERROR"
+msgstr "Erreur connexion réseau"
+
+msgid "IDS_COM_BODY_INVALID_SIM_CARD"
+msgstr "Carte SIM non valide"
+
+msgid "IDS_COM_BODY_OPERATION_FAILED"
+msgstr "Échec de l'opération"
+
+msgid "IDS_COM_POP_VERSION"
+msgstr "Version"
+
+msgid "IDS_ST_BODY_MENUTRANSITIONEFFECT_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_MBODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION"
+msgstr "Votre connexion de données sera utilisée si vous chargez ou téléchargez des données sans établir de connexion Wi-Fi"
+
+msgid "IDS_ST_BODY_APP_OPENING_EFFECT"
+msgstr "Effet d'ouverture des applications"
+
+msgid "IDS_ST_BODY_APP_OPENING_IMAGE"
+msgstr "Image d'ouverture des applications"
+
+msgid "IDS_ST_BODY_NEGATIVE_COLOURS"
+msgstr "Couleurs négatives"
+
+msgid "IDS_ST_BODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_ASSISTIVE_LIGHT"
+msgstr "Lumière d'assistance"
+
+msgid "IDS_ST_BODY_AFTER_1_SECOND"
+msgstr "Au bout de 1 seconde"
+
+msgid "IDS_ST_BODY_AFTER_PD_SECONDS"
+msgstr "Au bout de %d secondes"
+
+msgid "IDS_ST_BODY_END_CALLS_USING_THE_POWER_KEY"
+msgstr "Terminer les appels à l'aide de la touche Marche"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER_ONLY_OPERATES_WITH_HEADSET_CONNECTED"
+msgstr "La réponse automatique fonctionne seulement lorsque le casque est branché"
+
+msgid "IDS_ST_BODY_PRESS_THE_POWER_KEY_TO_END_CALLS_THIS_WILL_NOT_TURN_OFF_THE_SCREEN"
+msgstr "Appuyez sur la touche Marche pour mettre fin aux appels. L'écran ne sera pas désactivé"
+
+msgid "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+msgstr "Modifier la taille du texte dans Contacts, Calendrier, Mémo, Messages, E-mail et MI"
+
+msgid "IDS_ST_BODY_PRESS_THE_HOME_KEY_TO_ACCEPT_INCOMING_CALLS"
+msgstr "Appuyez sur la touche d'accueil pour accepter les appels entrants"
+
+msgid "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+msgstr "Tous les paramètres par défaut seront rétablis"
+
+msgid "IDS_ST_BODY_POWER_KEY_SHORTCUT"
+msgstr "Raccourci touche Marche"
+
+msgid "IDS_ST_BODY_BLUETOOTH_USB_UTILITIES_ETC"
+msgstr "Bluetooth, Utilitaires USB, etc."
+
+msgid "IDS_ST_BODY_DATE_AND_TIME_KEYBOARD_LICENCE_ETC"
+msgstr "Date et heure, clavier, licence, etc."
+
+msgid "IDS_ST_BODY_MORE_CONNECTIVITY_SETTINGS"
+msgstr "Plus de paramètres de connectivité"
+
+msgid "IDS_ST_BODY_MORE_SYSTEM_SETTINGS"
+msgstr "Plus de paramètres système"
+
+msgid "IDS_ST_BODY_THIS_BAND_MAY_NOT_WORK_OUTSIDE_THE_USA_AND_CANADA"
+msgstr "Cette bande risque de ne pas fonctionner en dehors des Etats-Unis et du Canada"
+
+msgid "IDS_ST_BODY_UMTS_MODE_ONLY_WORKS_INSIDE_3G_COVERAGE_AREA"
+msgstr "Le mode UMTS fonctionne uniquement dans la zone de couverture 3G"
+
+msgid "IDS_ST_MBODY_REGISTER"
+msgstr "Enregistrer"
+
+msgid "IDS_ST_MBODY_DEREGISTER"
+msgstr "Annuler l'enregistrement"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABIDJAN"
+msgstr "Abidjan"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABUDHABI"
+msgstr "Abu Dhabi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ACCRA"
+msgstr "Accra"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADDIS_ABABA"
+msgstr "Addis-Abeba"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADELAIDE"
+msgstr "Adélaïde"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALASKA"
+msgstr "Alaska"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALGIERS"
+msgstr "Alger"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALMATY"
+msgstr "Almaty"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMBON"
+msgstr "Ambon"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMMAN"
+msgstr "Amman"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMSTERDAME"
+msgstr "Amsterdam"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANADYR"
+msgstr "Anadyr"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANCHORAGE"
+msgstr "Anchorage"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANKARA"
+msgstr "Ankara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANTANANARIVO"
+msgstr "Antananarivo"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASHGABAT"
+msgstr "Ashgabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASMARA"
+msgstr "Asmara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASTANA"
+msgstr "Astana"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASUNCION"
+msgstr "Asuncion"
+
+msgid "IDS_WCL_BODY_CITYNAME_ATHENS"
+msgstr "Athènes"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUCKLAND"
+msgstr "Auckland"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUSTIN"
+msgstr "Austin"
+
+msgid "IDS_WCL_BODY_CITYNAME_AZORES"
+msgstr "Açores"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAGHDAD"
+msgstr "Baghdad"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAKU"
+msgstr "Baku"
+
+msgid "IDS_WCL_BODY_CITYNAME_BALTIMORE"
+msgstr "Baltimore"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAMAKO"
+msgstr "Bamako"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGKOK"
+msgstr "Bangkok"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGUI"
+msgstr "Bangui"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARCELONA"
+msgstr "Barcelone"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARI"
+msgstr "Bari"
+
+msgid "IDS_WCL_BODY_CITYNAME_BASSE_TERRE"
+msgstr "Basse-Terre"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIJING"
+msgstr "Pékin"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIRUT"
+msgstr "Beyrouth"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELGRADE"
+msgstr "Belgrade"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELIZE_CITY"
+msgstr "Belize City"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERLIN"
+msgstr "Berlin"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERN"
+msgstr "Berne"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISHKEK"
+msgstr "Bichkek"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISSAU"
+msgstr "Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUINEA_BISSAU"
+msgstr "Guinée-Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOGOTA"
+msgstr "Bogotá"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOLOGNA"
+msgstr "Bologne"
+
+msgid "IDS_WCL_BODY_BOSTON"
+msgstr "Boston                      "
+
+msgid "IDS_WCL_BODY_CITYNAME_BRASILIA"
+msgstr "Brasilia"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRATISLAVA"
+msgstr "Bratislava"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRIDGETOWN"
+msgstr "Bridgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRISBANE"
+msgstr "Brisbane"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRUSSELS"
+msgstr "Bruxelles"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUCHAREST"
+msgstr "Bucarest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUDAPEST"
+msgstr "Budapest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUENOSAIRES"
+msgstr "Buenos Aires"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAIRO"
+msgstr "Le Caire"
+
+msgid "IDS_WCL_BODY_CITYNAME_CALGARY"
+msgstr "Calgary"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANARY_ISLANDS"
+msgstr "Iles Canaries"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANBERRA"
+msgstr "Canberra"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANTON"
+msgstr "Canton"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAPE_TOWN"
+msgstr "Le Cap"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARACAS"
+msgstr "Caracas"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARDIFF"
+msgstr "Cardiff"
+
+msgid "IDS_WCL_BODY_CITYNAME_CASABLANCA"
+msgstr "Casablanca"
+
+msgid "IDS_WCL_BODY_CITYNAME_CATANZARO"
+msgstr "Catanzaro"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAYENNE"
+msgstr "Cayenne"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE"
+msgstr "Charlotte"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE_AMALIE"
+msgstr "Charlotte Amalie"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHELYABINSK"
+msgstr "Chelyabinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHENNAI"
+msgstr "Chennai"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHICAGO"
+msgstr "Chicago"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHISINAU"
+msgstr "Chişinău"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHITA"
+msgstr "Chita"
+
+msgid "IDS_WCL_BODY_CITYNAME_CLEVELAND"
+msgstr "Cleveland"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLOMBO"
+msgstr "Colombo"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLUMBUS"
+msgstr "Columbus"
+
+msgid "IDS_WCL_BODY_CITYNAME_CONAKRY"
+msgstr "Conakry"
+
+msgid "IDS_WCL_BODY_CITYNAME_COPENHAGEN"
+msgstr "Copenhague"
+
+msgid "IDS_WCL_BODY_CITYNAME_CORK"
+msgstr "Cork"
+
+msgid "IDS_WCL_BODY_CITYNAME_CROTONE"
+msgstr "Crotone"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAKAR"
+msgstr "Dakar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DALLAS"
+msgstr "Dallas"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAMASCUS"
+msgstr "Damas"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAR_ES_SALAAM"
+msgstr "Dar es Salaam"
+
+msgid "IDS_WCL_BODY_CITYNAME_DARWIN"
+msgstr "Darwin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DELHI"
+msgstr "Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENPASAR"
+msgstr "Denpasar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENVER"
+msgstr "Denver"
+
+msgid "IDS_WCL_BODY_CITYNAME_DETROIT"
+msgstr "Detroit"
+
+msgid "IDS_WCL_BODY_CITYNAME_DHAKA"
+msgstr "Dhaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_DIEGO_GARCIA"
+msgstr "Diego Garcia"
+
+msgid "IDS_WCL_BODY_CITYNAME_DJIBOUTI"
+msgstr "Djibouti"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOHA"
+msgstr "Doha"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOUALA"
+msgstr "Douala"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBAI"
+msgstr "Dubaï"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBLIN"
+msgstr "Dublin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUSHANBE"
+msgstr "Douchanbé"
+
+msgid "IDS_WCL_BODY_CITYNAME_EASTER_ISLAND"
+msgstr "Ile de Pâques"
+
+msgid "IDS_WCL_BODY_CITYNAME_EDINBURGH"
+msgstr "Édimbourg"
+
+msgid "IDS_WCL_BODY_CITYNAME_EL_PASO"
+msgstr "El Paso"
+
+msgid "IDS_WCL_BODY_CITYNAME_FLORENCE"
+msgstr "Florence"
+
+msgid "IDS_WCL_BODY_CITYNAME_FORT_DE_FRANCE"
+msgstr "Fort-de-France"
+
+msgid "IDS_WCL_BODY_CITYNAME_FREETOWN"
+msgstr "Freetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GABORONE"
+msgstr "Gaborone"
+
+msgid "IDS_WCL_BODY_CITYNAME_GALAPAGOS_ISLANDS"
+msgstr "Iles Galápagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENEVA"
+msgstr "Genève"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENOA"
+msgstr "Gênes"
+
+msgid "IDS_WCL_BODY_CITYNAME_GEORGETOWN"
+msgstr "Georgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GRYTVIKEN"
+msgstr "Grytviken"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOUTH_GEORGIA"
+msgstr "Géorgie du Sud"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUAM"
+msgstr "Guam"
+
+msgid "IDS_WCL_BODY_GUATEMALA_CITY"
+msgstr "Guatemala (ville)"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUSTAVIA"
+msgstr "Gustavia"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_BARTHELEMY"
+msgstr "Saint-Barthélemy"
+
+msgid "IDS_WCL_BODY_CITYNAME_HALIFAX"
+msgstr "Halifax"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAMBURG"
+msgstr "Hambourg"
+
+msgid "IDS_WCL_BODY_CITYNAME_HANOI"
+msgstr "Hanoï"
+
+msgid "IDS_WCL_BODY_CITYNAME_HARARE"
+msgstr "Harare"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAVANA"
+msgstr "La Havane"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAWAII"
+msgstr "Hawaï"
+
+msgid "IDS_WCL_BODY_CITYNAME_HELSINKI"
+msgstr "Helsinki"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOBART"
+msgstr "Hobart"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONGKONG"
+msgstr "Hong Kong"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONOLULU"
+msgstr "Honolulu"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOUSTON"
+msgstr "Houston"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOVD"
+msgstr "Hovd"
+
+msgid "IDS_WCL_BODY_CITYNAME_INDIANAPOLIS"
+msgstr "Indianapolis"
+
+msgid "IDS_WCL_BODY_CITYNAME_IRKUTSK"
+msgstr "Irkoutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISLAMABAD"
+msgstr "Islamabad"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISTANBUL"
+msgstr "Istanbul"
+
+msgid "IDS_WCL_BODY_CITYNAME_IZHEVSK"
+msgstr "Izhevsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_JAKARTA"
+msgstr "Jakarta"
+
+msgid "IDS_WCL_BODY_CITYNAME_JEDDAH"
+msgstr "Jeddah"
+
+msgid "IDS_WCL_BODY_CITYNAME_JERUSALEM"
+msgstr "Jérusalem"
+
+msgid "IDS_WCL_BODY_CITYNAME_JOHANNESBURG"
+msgstr "Johannesburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_KABUL"
+msgstr "Kaboul"
+
+msgid "IDS_WCL_BODY_CITYNAME_KALININGRAD"
+msgstr "Kaliningrad"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMCHATKA"
+msgstr "Kamtchatka"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMPALA"
+msgstr "Kampala"
+
+msgid "IDS_WCL_BODY_CITYNAME_KARACHI"
+msgstr "Karachi"
+
+msgid "IDS_WCL_BODY_CITYNAME_KATHMANDU"
+msgstr "Katmandou"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHABAROVSK"
+msgstr "Khabarovsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARKIV"
+msgstr "Kharkiv"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARTOUM"
+msgstr "Khartoum"
+
+msgid "IDS_WCL_BODY_CITYNAME_KIEV"
+msgstr "Kiev"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINGSTON"
+msgstr "Kingston"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINSHASA"
+msgstr "Kinshasa"
+
+msgid "IDS_WCL_BODY_CITYNAME_KOLKATA"
+msgstr "Kolkata"
+
+msgid "IDS_WCL_BODY_CITYNAME_KRASNOYARSK"
+msgstr "Krasnoïarsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KUALA_LUMPUR"
+msgstr "Kuala Lumpur"
+
+msgid "IDS_WCL_BODY_KUWAIT"
+msgstr "Koweït"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOS_ANGELES"
+msgstr "Los Angeles"
+
+msgid "IDS_WCL_BODY_CITYNAME_LA_PAZ"
+msgstr "La Paz"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAGOS"
+msgstr "Lagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAS_VEGAS"
+msgstr "Las Vegas"
+
+msgid "IDS_WCL_BODY_CITYNAME_LIMA"
+msgstr "Lima"
+
+msgid "IDS_WCL_BODY_CITYNAME_LISBON"
+msgstr "Lisbonne"
+
+msgid "IDS_WCL_BODY_CITYNAME_LJUBLJANA"
+msgstr "Ljubljana"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONDON"
+msgstr "Londres"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONGHUA"
+msgstr "Longhua"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOUISVILLE"
+msgstr "Louisville"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUANDA"
+msgstr "Luanda"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUBUMBASHI"
+msgstr "Lubumbashi"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUSAKA"
+msgstr "Lusaka"
+
+msgid "IDS_WCL_BODY_LUXEMBOURG"
+msgstr "Luxembourg"
+
+msgid "IDS_WCL_BODY_CITYNAME_LVIV"
+msgstr "Lviv"
+
+msgid "IDS_WCL_BODY_CITYNAME_MACAU"
+msgstr "Macao"
+
+msgid "IDS_WCL_BODY_CITYNAME_MADRID"
+msgstr "Madrid"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAGADAN"
+msgstr "Magadan"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALABO"
+msgstr "Malabo"
+
+msgid "IDS_WCL_BODY_CITYNAME_EQUAORIAL_GUINEA"
+msgstr "Guinée équatoriale"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALE"
+msgstr "Malé"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAGUA"
+msgstr "Managua"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAMA"
+msgstr "Manama"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANILA"
+msgstr "Manille"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAPUTO"
+msgstr "Maputo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MARIGOT"
+msgstr "Marigot"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_MARTIN"
+msgstr "Saint-Martin"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAZATLAN"
+msgstr "Mazatlan"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIYADH"
+msgstr "Riyad"
+
+msgid "IDS_WCL_BODY_CITYNAME_MELBOURNE"
+msgstr "Melbourne"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEMPHIS"
+msgstr "Memphis"
+
+msgid "IDS_WCL_BODY_CITYNAME_MESSINA"
+msgstr "Messine"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEXICO_CITY"
+msgstr "Mexico"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIAMI"
+msgstr "Miami"
+
+msgid "IDS_WCL_BODY_CITYNAME_MID_ATLANTIC"
+msgstr "Atlantique central"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIDWAY_ATOLL"
+msgstr "Atoll de Midway"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILAN"
+msgstr "Milan"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILWAUKEE"
+msgstr "Milwaukee"
+
+msgid "IDS_WCL_BODY_CITYNAME_MINSK"
+msgstr "Minsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOGADISHU"
+msgstr "Mogadishu"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONROVIA"
+msgstr "Monrovia"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTEVIDEO"
+msgstr "Montevideo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTREAL"
+msgstr "Montréal"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOSCOW"
+msgstr "Moscou"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUMBAI"
+msgstr "Mumbai"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUNICH"
+msgstr "Munich"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUSCAT"
+msgstr "Mascate"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAIROBI"
+msgstr "Nairobi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ROME"
+msgstr "Rome"
+
+msgid "IDS_WCL_BODY_CITYNAME_NATERS"
+msgstr "Naters"
+
+msgid "IDS_WCL_BODY_CITYNAME_NDJAMENA"
+msgstr "Ndjamena"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAPLES"
+msgstr "Naples"
+
+msgid "IDS_WCL_BODY_MECCA"
+msgstr "Mecca"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWDELHI"
+msgstr "New Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWYORK"
+msgstr "New York"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWFOUNDLAND"
+msgstr "Terre-Neuve"
+
+msgid "IDS_WCL_BODY_CITYNAME_NIAMEY"
+msgstr "Niamey"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUAKCHOTT"
+msgstr "Nouakchott"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUMEA"
+msgstr "Nouméa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOKUZNETSK"
+msgstr "Novokuznetsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOSIBIRSK"
+msgstr "Novosibirsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUKUALOFA"
+msgstr "Nuku'alofa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUUK"
+msgstr "Nuuk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OMSK"
+msgstr "Omsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OSAKA"
+msgstr "Osaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_OTTAWA"
+msgstr "Ottawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_OUAGADOUGOU"
+msgstr "Ouagadougou"
+
+msgid "IDS_WCL_BODY_CITYNAME_PAGO_PAGO"
+msgstr "Pago Pago"
+
+msgid "IDS_WCL_BODY_CITYNAME_PALERMO"
+msgstr "Palerme"
+
+msgid "IDS_WCL_BODY_PANAMA_CITY"
+msgstr "Panama City"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARAMARIBO"
+msgstr "Paramaribo"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARIS"
+msgstr "Paris"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERM"
+msgstr "Perm"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERTH"
+msgstr "Perth"
+
+msgid "IDS_WCL_BODY_CITYNAME_PETROPAVLOVSK_KAMCHATSKIY"
+msgstr "Petropavlovsk-Kamchatskiy"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHILADELPHIA"
+msgstr "Philadelphie"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHNOM_PENH"
+msgstr "Phnom Penh"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHOENIX"
+msgstr "Phoenix"
+
+msgid "IDS_WCL_BODY_CITYNAME_PODGORICA"
+msgstr "Podgorica"
+
+msgid "IDS_WCL_BODY_CITYNAME_PONTA_DELGADA"
+msgstr "Ponta Delgada"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_LOUIS"
+msgstr "Port-Louis"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_AU_PRINCE"
+msgstr "Port-au-Prince"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORTLAND"
+msgstr "Portland"
+
+msgid "IDS_WCL_BODY_CITYNAME_PRAGUE"
+msgstr "Prague"
+
+msgid "IDS_WCL_BODY_CITYNAME_PYONGYANG"
+msgstr "Pyongyang"
+
+msgid "IDS_WCL_BODY_CITYNAME_QUITO"
+msgstr "QUITO"
+
+msgid "IDS_WCL_BODY_CITYNAME_RABAT"
+msgstr "Rabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_YANGON"
+msgstr "Yangon"
+
+msgid "IDS_WCL_BODY_CITYNAME_RECIFE"
+msgstr "Recife"
+
+msgid "IDS_WCL_BODY_CITYNAME_REGINA"
+msgstr "Régina"
+
+msgid "IDS_WCL_BODY_CITYNAME_REYKJAVIK"
+msgstr "Reykjavík"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIGA"
+msgstr "Riga"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIO_DE_JANEIRO"
+msgstr "Rio De Janeiro"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_DENIS"
+msgstr "Saint-Denis"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAMARA"
+msgstr "Samara"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_ANTONIO"
+msgstr "San Antonio"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_DIEGO"
+msgstr "San Diego"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_FRANCISCO"
+msgstr "San Francisco"
+
+msgid "IDS_WCL_BODY_SAN_JOSE"
+msgstr "San José"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_JUAN"
+msgstr "San Juan"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_MARINO"
+msgstr "Saint-Marin"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_SALVADOR"
+msgstr "San Salvador"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANAA"
+msgstr "Sana’a"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTIAGO"
+msgstr "Santiago"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTO_DOMINGO"
+msgstr "Saint-Domingue"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAO_PAULO"
+msgstr "Sao Paulo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEATTLE"
+msgstr "Seattle"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEOUL"
+msgstr "Séoul"
+
+msgid "IDS_WCL_BODY_CITYNAME_SHANGHAI"
+msgstr "Shanghai"
+
+msgid "IDS_WCL_BODY_SHENZHEN"
+msgstr "Shenzhen"
+
+msgid "IDS_WCL_BODY_CITYNAME_SINGAPORE"
+msgstr "Singapour"
+
+msgid "IDS_WCL_BODY_CITYNAME_SKOPJE"
+msgstr "Skopje"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOFIA"
+msgstr "Sofia"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_JOHNS"
+msgstr "St. John's"
+
+msgid "IDS_WCL_BODY_CITYNAME_STOCKHOLM"
+msgstr "Stockholm"
+
+msgid "IDS_WCL_BODY_CITYNAME_SUVA"
+msgstr "Suva"
+
+msgid "IDS_WCL_BODY_CITYNAME_SYDNEY"
+msgstr "Sydney"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAHITI"
+msgstr "Tahiti"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAIPEI"
+msgstr "Taipei"
+
+msgid "IDS_WCL_BODY_CITYNAME_TALLINN"
+msgstr "Tallinn"
+
+msgid "IDS_WCL_BODY_CITYNAME_TARAWA"
+msgstr "Tarawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TASHKENT"
+msgstr "Tachkent"
+
+msgid "IDS_WCL_BODY_CITYNAME_TBILISI"
+msgstr "Tbilisi"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEGUCIGALPA"
+msgstr "Tegucigalpa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEHRAN"
+msgstr "Téhéran"
+
+msgid "IDS_WCL_BODY_CITYNAME_HO_CHI_MINH_CITY"
+msgstr "Hô-Chi-Minh-Ville"
+
+msgid "IDS_WCL_BODY_CITYNAME_THE_SETTLEMENT"
+msgstr "The Settlement"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIANJIN"
+msgstr "Tianjin"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIJUANA"
+msgstr "Tijuana"
+
+msgid "IDS_WCL_BODY_CITYNAME_TOKYO"
+msgstr "Tokyo"
+
+msgid "IDS_WCL_BODY_CITYNAME_TORONTO"
+msgstr "Toronto"
+
+msgid "IDS_WCL_BODY_CITYNAME_TREHET"
+msgstr "Tréhet"
+
+msgid "IDS_WCL_BODY_CITYNAME_TRIPOLI"
+msgstr "Tripoli"
+
+msgid "IDS_WCL_BODY_CITYNAME_TUNIS"
+msgstr "Tunis"
+
+msgid "IDS_WCL_BODY_CITYNAME_TURIN"
+msgstr "Turin"
+
+msgid "IDS_WCL_BODY_CITYNAME_UFA"
+msgstr "Ufa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ULAN_BATOR"
+msgstr "Ulan Bator"
+
+msgid "IDS_WCL_BODY_CITYNAME_VADUZ"
+msgstr "Vaduz"
+
+msgid "IDS_WCL_BODY_CITYNAME_VALLETTA"
+msgstr "La Valette"
+
+msgid "IDS_WCL_BODY_CITYNAME_VANCOUVER"
+msgstr "Vancouver"
+
+msgid "IDS_WCL_BODY_CITYNAME_VERONA"
+msgstr "Vérone"
+
+msgid "IDS_WCL_BODY_CITYNAME_VICTORIA"
+msgstr "Victoria"
+
+msgid "IDS_WCL_BODY_CITYNAME_VIENNA"
+msgstr "Vienne"
+
+msgid "IDS_WCL_BODY_CITYNAME_VILNIUS"
+msgstr "Vilnius"
+
+msgid "IDS_WCL_BODY_CITYNAME_VLADIVOSTOK"
+msgstr "Vladivostok"
+
+msgid "IDS_WCL_BODY_CITYNAME_VOLGOGRAD"
+msgstr "Volgograd"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_PETERSBURG"
+msgstr "Saint-Pétersbourg"
+
+msgid "IDS_WCL_BODY_CITYNAME_WARSAW"
+msgstr "Varsovie"
+
+msgid "IDS_WCL_BODY_CITYNAME_WASHINGTON_DC"
+msgstr "Washington DC"
+
+msgid "IDS_WCL_BODY_CITYNAME_WELLINGTON"
+msgstr "Wellington"
+
+msgid "IDS_WCL_BODY_CITYNAME_WINNIPEG"
+msgstr "Winnipeg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAKUTSK"
+msgstr "Lakoutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAMOUSSOUKRO"
+msgstr "Yamoussoukro"
+
+msgid "IDS_WCL_BODY_YAOUNDE"
+msgstr "Yaoundé"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEKATERINBURG"
+msgstr "Lekaterinbourg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEREVAN"
+msgstr "Yerevan"
+
+msgid "IDS_WCL_BODY_CITYNAME_YUZHNO_SAKHALINSK"
+msgstr "Ioujno-Sakhalinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZAGREB"
+msgstr "Zagreb"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZURICH"
+msgstr "Zurich"
+
+msgid "IDS_ST_HEADER_WI_FI_DIRECT"
+msgstr "Wi-Fi Direct"
+
+msgid "IDS_ST_POP_INCORRECT_PASSWORD"
+msgstr "Mot de passe incorrect"
+
+
+
diff --git a/src/po/it_IT.po b/src/po/it_IT.po
new file mode 100755 (executable)
index 0000000..4669540
--- /dev/null
@@ -0,0 +1,2909 @@
+msgid "IDS_COM_POP_UNSUPPORTED"
+msgstr "Non supportato"
+
+msgid "IDS_COM_BODY_1_MINUTE"
+msgstr "1 minuto"
+
+msgid "IDS_ST_BODY_WALLPAPER"
+msgstr "Sfondo"
+
+msgid "IDS_COM_POP_DATE"
+msgstr "Data"
+
+msgid "IDS_ST_BODY_SYSTEM"
+msgstr "Sistema"
+
+msgid "IDS_ST_BODY_APPLICATIONS"
+msgstr "Applicazioni"
+
+msgid "IDS_EMAIL_BODY_EXAMPLE"
+msgstr "Esempio"
+
+msgid "IDS_COM_POP_NAME"
+msgstr "Nome"
+
+msgid "IDS_ST_BODY_SCAN"
+msgstr "Scansione"
+
+msgid "IDS_COM_BODY_CALENDAR_T_MAINMENU_ABB2"
+msgstr "Agenda"
+
+msgid "IDS_COM_BODY_SAMSUNG_APPS_T_MAINMENU"
+msgstr "Samsung Apps"
+
+msgid "IDS_COM_BODY_VOIP_CALL"
+msgstr "Chiamata VoIP"
+
+msgid "IDS_COM_POP_UNKNOWN"
+msgstr "Sconosciuto"
+
+msgid "IDS_COM_SK_ADD_LITE"
+msgstr "Aggiungi"
+
+msgid "IDS_ST_BODY_INACTIVE"
+msgstr "Non attivo"
+
+msgid "IDS_COM_POP_NO_SPEED_DIAL_NUMBER_ASSIGN_ONE_NOW_Q"
+msgstr "Numero di selezione rapida non assegnato. Assegnarlo ora?"
+
+msgid "IDS_COM_BODY_CONTACT_SETTINGS"
+msgstr "Impostazioni rubrica"
+
+msgid "IDS_COM_BODY_NA"
+msgstr "N/D"
+
+msgid "IDS_COM_BODY_SEARCH_LINK"
+msgstr "Cerca"
+
+msgid "IDS_ST_BODY_CHECK_YOUR_MISSED_EVENTS_WHEN_HEADSET_MODE_IS_ENABLED"
+msgstr "Controlla gli eventi persi quando la modalità auricolare è attivata"
+
+msgid "IDS_ST_BODY_CHINESE_HCHINA_FEMALE"
+msgstr "Cinese (Cina, donna)"
+
+msgid "IDS_ST_BODY_DEFAULT_SETTINGS_OVERRIDE_APPLICATION_SETTINGS"
+msgstr "Le impostazioni predefinite hanno la precedenza sulle impostazioni dell'applicazione"
+
+msgid "IDS_ST_BODY_ENGLISH_HUNITED_STATES_FEMALE"
+msgstr "Inglese (Stati Uniti, donna)"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA"
+msgstr "Installa dati vocali"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA_REQUIRED_FOR_SPEECH_SYNTHESIS"
+msgstr "L’installazione dei dati vocali è necessaria per la riproduzione vocale"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_FEMALE"
+msgstr "Coreano (Corea del Sud, donna)"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_MALE"
+msgstr "Coreano (Corea del Sud, uomo)"
+
+msgid "IDS_ST_BODY_LAUNCH_VOICE_TALK_WHENEVER_BLUETOOTH_HEADSET_IS_CONNECTED"
+msgstr "Avvia comando vocale ogni volta che viene connesso l'auricolare Bluetooth"
+
+msgid "IDS_ST_BODY_LISTEN_TO_AN_EXAMPLE"
+msgstr "Ascolta un esempio"
+
+msgid "IDS_ST_BODY_SAMSUNG_POWERED_BY_VLINGO"
+msgstr "Samsung con tecnologia Vlingo"
+
+msgid "IDS_ST_BODY_SAVED"
+msgstr "Salvato"
+
+msgid "IDS_ST_BODY_SELECT_APPLICATIONS_TO_USE_TTS_WHILE_DRIVING_MODE_IS_ON"
+msgstr "Seleziona gli elementi da notificare con la modalità alla guida attiva"
+
+msgid "IDS_ST_BODY_SETS_THE_SPEECH_SYNTHESIS_ENGINE_TO_BE_USED_FOR_SPOKEN_TEXT"
+msgstr "Seleziona il motore di sintesi vocale da utilizzare"
+
+msgid "IDS_ST_BODY_SPEAKS_PROMPTS_BEFORE_LISTENING"
+msgstr "Pronuncia i prompt prima dell'ascolto"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH"
+msgstr "Da testo a voce"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH_SETTINGS"
+msgstr "Da testo a voce"
+
+msgid "IDS_ST_BODY_TYPE1"
+msgstr "Tipo 1"
+
+msgid "IDS_ST_BODY_TYPE2"
+msgstr "Tipo 2"
+
+msgid "IDS_ST_BODY_TYPE3"
+msgstr "Tipo 3"
+
+msgid "IDS_ST_BODY_TYPE_4"
+msgstr "Tipo 4"
+
+msgid "IDS_ST_BODY_VOICE_EFFECTS"
+msgstr "Effetti vocali"
+
+msgid "IDS_ST_BODY_VOICE_INPUT_SETTING_HELP_MESSAGE_1"
+msgstr "Consentire a Vlingo di creare un indice di contatti per migliorare la precisione del riconoscimento vocale?"
+
+msgid "IDS_ST_BODY_WHEN_VOICE_COMMAND_STARTS_THE_PHONE_WILL_START_LISTENING_AUTOMATICALLY_AND_RESPOND_USING_AUTO_SPEAK"
+msgstr "Avviando il Comando vocale, il telefono avvia automaticamente l'ascolto e risponde utilizzando la funzione Auto-speak"
+
+msgid "IDS_ST_HEADER_ADVANCED_SETTINGS"
+msgstr "Impostazioni avanzate"
+
+msgid "IDS_ST_HEADER_TEXT_TO_SPEECH"
+msgstr "Da testo a voce"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT"
+msgstr "Inserimento vocale"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+msgstr "Impostazioni vocali"
+
+msgid "IDS_ST_HEADER_VOICE_OUTPUT_ABB"
+msgstr "Riproduzione vocale"
+
+msgid "IDS_ST_HEADER_VOICE_RECOGNITION_SETTINGS_ABB"
+msgstr "Riconoscimento vocale"
+
+msgid "IDS_ST_MBODY_AUTO_PUNCTUATION"
+msgstr "Punteggiatura automatica"
+
+msgid "IDS_ST_MBODY_AUTO_SPEAK"
+msgstr "Funzione Auto-speak"
+
+msgid "IDS_ST_MBODY_AUTO_START_DRIVING_MODE"
+msgstr "Avv. aut. mod. Alla guida"
+
+msgid "IDS_ST_MBODY_AUTO_START_SPEAKERPHONE"
+msgstr "Avvio autom. altoparlante"
+
+msgid "IDS_ST_MBODY_CUSTOMISE_MAIN_PROMPT"
+msgstr "Personal. prompt princip."
+
+msgid "IDS_ST_MBODY_DEFAULT_ENGINE"
+msgstr "Motore predefinito"
+
+msgid "IDS_ST_MBODY_DRIVING_MODE_SETTINGS"
+msgstr "Impost. modal. Alla guida"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_KINGDOM"
+msgstr "Inglese (Regno Unito)"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_STATES"
+msgstr "Inglese (Stati Uniti)"
+
+msgid "IDS_ST_MBODY_HIDE_OFFENSIVE_WORDS"
+msgstr "Nascondi parole offensive"
+
+msgid "IDS_ST_MBODY_SAMSUNG_TTS"
+msgstr "Samsung TTS"
+
+msgid "IDS_ST_MBODY_VERY_FAST"
+msgstr "Molto rapido"
+
+msgid "IDS_ST_MBODY_VOICE_RECOGNISER"
+msgstr "Riconoscimento vocale"
+
+msgid "IDS_ST_OPT_NORMAL_M_SOUNDEFFECT"
+msgstr "Normale"
+
+msgid "IDS_ST_POP_FAST"
+msgstr "Veloce"
+
+msgid "IDS_ST_POP_SLOW"
+msgstr "Lento"
+
+msgid "IDS_ST_POP_UPDATED_ABB"
+msgstr "Aggiornata"
+
+msgid "IDS_COM_BODY_OFFICE"
+msgstr "Ufficio"
+
+msgid "IDS_COM_BODY_SAMSUNG_DISCLAIMER"
+msgstr "Dichiarazione di non responsabilità Samsung"
+
+msgid "IDS_COM_POP_LOCATION"
+msgstr "Posizione"
+
+msgid "IDS_ST_BODY_DRIVING_MODE"
+msgstr "Modalità alla guida"
+
+msgid "IDS_ST_BODY_MESSAGE"
+msgstr "Messaggio"
+
+msgid "IDS_ST_SK3_DONE"
+msgstr "Fatto"
+
+msgid "IDS_COM_OPT_FOLDERS"
+msgstr "Cartelle"
+
+msgid "IDS_COM_BODY_ANDROID"
+msgstr "Android"
+
+msgid "IDS_COM_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_COM_BODY_FRENCH"
+msgstr "Francese"
+
+msgid "IDS_ST_BODY_POWER_OFF"
+msgstr "Spegnimento"
+
+msgid "IDS_COM_BODY_GERMAN"
+msgstr "Tedesco"
+
+msgid "IDS_COM_BODY_ITALIAN"
+msgstr "Italiano"
+
+msgid "IDS_ST_BODY_SLEEP"
+msgstr "Dormire"
+
+msgid "IDS_COM_BODY_SPANISH"
+msgstr "Spagnolo"
+
+msgid "IDS_COM_BODY_TOUCHSCREEN_LANG"
+msgstr "Lingua"
+
+msgid "IDS_COM_SK_SEARCH_A"
+msgstr "Cerca"
+
+msgid "IDS_COM_BODY_SYSTEM_INFO_ABB"
+msgstr "Info sistema"
+
+msgid "IDS_ST_BODY_GREEK"
+msgstr "Greco"
+
+msgid "IDS_ST_BODY_POLISH"
+msgstr "Polacco"
+
+msgid "IDS_ST_BODY_PORTUGUESE"
+msgstr "Portoghese"
+
+msgid "IDS_ST_BODY_FAILED_TO_CHECK_SIGNATURE"
+msgstr "Controllo firma non riuscito"
+
+msgid "IDS_ST_BODY_INCORRECT_USER_NAME_OR_PASSWORD"
+msgstr "Nome utente o password errati"
+
+msgid "IDS_ST_BODY_INTERNAL_ERROR"
+msgstr "Errore interno"
+
+msgid "IDS_ST_BODY_SERVER_ERROR"
+msgstr "Errore del server"
+
+msgid "IDS_ST_BODY_UNKNOWN_ERROR"
+msgstr "Errore sconosciuto"
+
+msgid "IDS_ST_BODY_USER_NAME_ALREADY_IN_USE"
+msgstr "Nome utente già in uso"
+
+msgid "IDS_ST_POP_PASSWORD_MUST_BE_MORE_THAN_P1SD_CHARACTERS_AND_LESS_THAN_P2SD"
+msgstr "La password deve essere superiore a %1$d caratteri e minore di %2$d"
+
+msgid "IDS_ST_BODY_FONTSTYLE_ROSEMARY"
+msgstr "Rosemary"
+
+msgid "IDS_ST_BODY_APPLICATION_INFO"
+msgstr "Info applicazione"
+
+msgid "IDS_ST_MBODY_HOME_SCREEN_WALLPAPER"
+msgstr "Sfondo schermata Home"
+
+msgid "IDS_ST_MBODY_LOCK_SCREEN_WALLPAPER_M_NOUN"
+msgstr "Sfondo schermata blocco"
+
+msgid "IDS_COM_BODY_NEGATIVE_DISPLAY"
+msgstr "Visualizzazione caratteri chiari su sfondo scuro"
+
+msgid "IDS_COM_BODY_ORIGINAL_DISPLAY"
+msgstr "Visualizzazione originale"
+
+msgid "IDS_COM_BODY_POSITIVE_DISPLAY"
+msgstr "Visualizzazione caratteri scuri su sfondo chiaro"
+
+msgid "IDS_ST_BODY_PASSWORDS_DO_NOT_MATCH"
+msgstr "Password non corrispondenti"
+
+msgid "IDS_ST_POP_TIME_SET_MAY_BE_DIFFERENT_FROM_ACTUAL_LOCAL_TIME"
+msgstr "L'ora impostata potrebbe non corrispondere all'ora locale."
+
+msgid "IDS_ST_BODY_LOCATIONS"
+msgstr "Posizioni"
+
+msgid "IDS_ST_POP_PD_TO_PD_DIGITS_REQUIRED"
+msgstr "Sono richieste cifre da %d a %d"
+
+msgid "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+msgstr "Applicazioni scaricate"
+
+msgid "IDS_ST_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_ST_BODY_KEYBOARD"
+msgstr "Tastiera"
+
+msgid "IDS_ST_BODY_PS_FREE_OF_PS"
+msgstr "%s libera su %s"
+
+msgid "IDS_ST_BODY_WIDGETS"
+msgstr "Widget"
+
+msgid "IDS_ST_HEADER_SAMSUNG_APPS"
+msgstr "Samsung Apps"
+
+msgid "IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Modificando la lingua si chiuderanno tutte le applicazioni e i dati non salvati andranno persi. Continuare?"
+
+msgid "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Modificando la regione si chiuderanno tutte le applicazioni e i dati non salvati andranno persi. Continuare?"
+
+msgid "IDS_ST_POP_EXPLANATION_FOR_EXPIRY_REMINDER"
+msgstr "Viene ricevuto un promemoria prima che la licenza del file in uso scada, come un'immagine di sfondo"
+
+msgid "IDS_ST_POP_RESETTING_ING"
+msgstr "Ripristino..."
+
+msgid "IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"
+msgstr "Riavviare il telefono per utilizzare Aggiornamento automatico?"
+
+msgid "IDS_ST_BODY_ABOUT"
+msgstr "Informazioni su"
+
+msgid "IDS_ST_BODY_GSM_850_1900"
+msgstr "GSM 850/1900"
+
+msgid "IDS_ST_BODY_GSM_900_1800"
+msgstr "GSM 900/1800"
+
+msgid "IDS_ST_BODY_INSTALLATION_SETTINGS"
+msgstr "Impostazioni di installazione"
+
+msgid "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+msgstr "Caricamento foto su web"
+
+msgid "IDS_ST_BODY_PROXY_PORT"
+msgstr "Porta"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_CONNECTION_CONNECTING_USB_HELP_MSG"
+msgstr "Se Samsung Kies (Software PC) o i driver corretti non sono già installati sul PC, verranno installati su Microsoft Windows. \nDopo l'installazione del software PC, è possibile eseguire le seguenti operazioni:\n - Sincronizzare dati del telefono\n- Aggiornare software del telefono\n- Condividere Internet (questo telefono funge da modem per accedere a Internet da notebook o da PC)\n- Copiare musica/video acquistati (Microsoft Windows Media DRM) o file normali sul telefono"
+
+msgid "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+msgstr "Profili Social network"
+
+msgid "IDS_ST_BODY_TASK_SWITCHER"
+msgstr "Cambia attività"
+
+msgid "IDS_ST_BODY_UMTS"
+msgstr "UMTS"
+
+msgid "IDS_ST_BODY_VIBR__N__RAISING_MELODY"
+msgstr "Vibr. e suoneria ascend."
+
+msgid "IDS_ST_HEADER_DIVX_VOD"
+msgstr "VOD DivX®"
+
+msgid "IDS_ST_HEADER_SAMSUNG_KIES"
+msgstr "Samsung Kies"
+
+msgid "IDS_COM_BODY_100P"
+msgstr "100%"
+
+msgid "IDS_COM_BODY_50P"
+msgstr "50%"
+
+msgid "IDS_COM_POP_DELETE_FAILED"
+msgstr "Eliminazione non riuscita"
+
+msgid "IDS_ST_BODY_30_percent"
+msgstr "30%"
+
+msgid "IDS_ST_BODY_CONNECT_TO_BLUETOOTH_DEVICE"
+msgstr "Connetti a dispositivo Bluetooth"
+
+msgid "IDS_ST_BODY_DATA_ROAMING"
+msgstr "Roaming dati"
+
+msgid "IDS_ST_BODY_GESTURES"
+msgstr "Movimenti"
+
+msgid "IDS_ST_BODY_LOCK_SCREEN"
+msgstr "Blocca schermo"
+
+msgid "IDS_ST_BODY_MEDIA_PLAYER"
+msgstr "Lettore multimediale"
+
+msgid "IDS_ST_BODY_MENU_AND_WIDGETS"
+msgstr "Menu e widget"
+
+msgid "IDS_ST_MBODY_USB_CONNECTION"
+msgstr "Connessione USB"
+
+msgid "IDS_ST_BODY_BLUETOOTH_CONNECTION"
+msgstr "Connessione Bluetooth"
+
+msgid "IDS_ST_BODY_ENTER_NEW_PASSWORD"
+msgstr "Inserisci nuova password"
+
+msgid "IDS_ST_BODY_PASSWORD_CONTAINS_INVALID_CHARACTER_ABB"
+msgstr "La password contiene caratteri non validi"
+
+msgid "IDS_ST_BODY_SAMSUNG_ACCOUNT"
+msgstr "Account Samsung"
+
+msgid "IDS_ST_BODY_USER_PASSWORD"
+msgstr "Password utente"
+
+msgid "IDS_ST_BODY_YOUR_BIRTHDAY"
+msgstr "Compleanno personale"
+
+msgid "IDS_ST_BUTTON_CREATE_ACCOUNT"
+msgstr "Crea account"
+
+msgid "IDS_ST_HEADER_INVALID_PASSWORD_LENGTH"
+msgstr "Lunghezza password non valida"
+
+msgid "IDS_ST_HEADER_SIGN_UP_FOR_SAMSUNG_ACCOUNT"
+msgstr "Accesso ad account Samsung"
+
+msgid "IDS_ST_OPT_NEW_PASSWORD_ABB"
+msgstr "Nuova password"
+
+msgid "IDS_ST_POP_IT_SHOULD_BE_PD_TO_PD_DIGITS_LONG"
+msgstr "Deve contenere da %d a %d cifre"
+
+msgid "IDS_ST_POP_NETWORK_NOT_AVAILABLE"
+msgstr "Rete non disponibile"
+
+msgid "IDS_COM_BODY_MSGSETTINGSBROADCASTLANGUAGESSPANISH"
+msgstr "Spagnolo"
+
+msgid "IDS_COM_POP_UNKNOWN_ERROR_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Errore sconosciuto. Impossibile avviare applicazione."
+
+msgid "IDS_ST_HEADER_FRANCE"
+msgstr "Francia"
+
+msgid "IDS_ST_BODY_ALWAYS_REJECT"
+msgstr "Rifiuta sempre"
+
+msgid "IDS_ST_BODY_AUTO_DOWNLOAD"
+msgstr "Download automatico"
+
+msgid "IDS_ST_BODY_DATE_AND_TIME"
+msgstr "Data e ora"
+
+msgid "IDS_ST_BODY_DATE_FORMAT"
+msgstr "Formato data"
+
+msgid "IDS_ST_BODY_DDMMYYYY_DOT"
+msgstr "GG.MM.AAAA"
+
+msgid "IDS_ST_BODY_EXPIRY_REMINDER"
+msgstr "Memo scadenza"
+
+msgid "IDS_ST_BODY_FILE_TRANSFER"
+msgstr "Trasferimento file"
+
+msgid "IDS_ST_BODY_HOME_URL"
+msgstr "URL homepage"
+
+msgid "IDS_ST_BODY_INTERNET_CONNECTION"
+msgstr "Connessione Internet"
+
+msgid "IDS_ST_BODY_INTERNET_SHARING"
+msgstr "Condivisione Internet"
+
+msgid "IDS_ST_BODY_MM_DD_YYYY_DOT"
+msgstr "MM.GG.AAAA"
+
+msgid "IDS_ST_BODY_NETWORK_MODE"
+msgstr "Modalità rete"
+
+msgid "IDS_ST_BODY_OPEN_SOURCE_LICENCES"
+msgstr "Licenze Open"
+
+msgid "IDS_ST_BODY_PREFERRED_NETWORKS"
+msgstr "Reti preferite"
+
+msgid "IDS_ST_BODY_RESET_SETTINGS"
+msgstr "Ripristino impostazioni"
+
+msgid "IDS_ST_BODY_SELECT_NETWORK"
+msgstr "Selezione rete"
+
+msgid "IDS_ST_BODY_TIME_FORMAT"
+msgstr "Formato ora"
+
+msgid "IDS_ST_BODY_TIME_ZONE"
+msgstr "Fuso orario"
+
+msgid "IDS_ST_BODY_TRANSACTION_TRACKING"
+msgstr "Tracciamento transazioni"
+
+msgid "IDS_ST_BODY_YYYY_DD_MM_DOT"
+msgstr "AAAA/GG/MM"
+
+msgid "IDS_COM_POP_FILE_VIEWER"
+msgstr "Visualizzatore file"
+
+msgid "IDS_COM_POP_SAVE_SAVE_TO_MY_FILES"
+msgstr "Salva in Archivio"
+
+msgid "IDS_ST_BODY_TIME_N_DATE"
+msgstr "Ora e data"
+
+msgid "IDS_COM_BUTTON_PREV"
+msgstr "Prec."
+
+msgid "IDS_COM_POP_DRM_EXPIRED_GET_MORE_LICENSES"
+msgstr "%s verrà bloccato tra %d ore e %s verrà reimpostato sull'opzione predefinita. Richiedere altre licenze?"
+
+msgid "IDS_COM_POP_EXPIRING_REMINDER"
+msgstr "Promemoria scadenza"
+
+msgid "IDS_COM_SK_RETRY"
+msgstr "Riprova"
+
+msgid "IDS_CST_BODY_AUTOMATIC_ANSWERING"
+msgstr "Risposta automatica"
+
+msgid "IDS_ST_BODY_MESSAGE_LIST"
+msgstr "Elenco messaggi"
+
+msgid "IDS_ST_HEADER_PLEASE_WAIT"
+msgstr "Attendere"
+
+msgid "IDS_ST_BODY_CALL"
+msgstr "Chiamata"
+
+msgid "IDS_ST_BODY_NORMAL_T_PROFILE"
+msgstr "Normale"
+
+msgid "IDS_ST_BODY_PD_SECONDS"
+msgstr "%d secondi"
+
+msgid "IDS_COM_POP_UPDATED"
+msgstr "Aggiornato"
+
+msgid "IDS_ST_POP_NEW_PASSWD_SAVED"
+msgstr "Nuova password salvata"
+
+msgid "IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"
+msgstr "Nessuna password. Impostare password?"
+
+msgid "IDS_COM_BODY_CREATE_MESSAGE_TELEFONICA"
+msgstr "Crea nuovo messaggio"
+
+msgid "IDS_ST_BODY_USB_ASK_ON_CONNECTION"
+msgstr "Chiedi alla connessione"
+
+msgid "IDS_ST_HEADER_BRIGHT"
+msgstr "Chiaro"
+
+msgid "IDS_COM_BODY_ALL_DAY"
+msgstr "Tutto il giorno"
+
+msgid "IDS_COM_BODY_CERTIFICATE_INFO"
+msgstr "Info certificato"
+
+msgid "IDS_COM_BODY_ENABLE_LOCATION_SERVICES"
+msgstr "Servizi di localizzazione"
+
+msgid "IDS_COM_BODY_INSTANT_MESSENGER"
+msgstr "Instant Messenger"
+
+msgid "IDS_COM_BODY_NEWS"
+msgstr "Notizie"
+
+msgid "IDS_COM_BODY_NO_SIM"
+msgstr "Nessuna SIM"
+
+msgid "IDS_COM_BODY_SERIAL_NUMBER"
+msgstr "Numero di serie"
+
+msgid "IDS_COM_OPT_HIDE_KEYPAD"
+msgstr "Nascondi tastiera"
+
+msgid "IDS_COM_OPT_VOICE_RECORDER_WILL_BE_STOPPED_DUE_TO_LOW_BATTERY_VODA"
+msgstr "Batteria scarica. Il registratore vocale verrà interrotto"
+
+msgid "IDS_COM_POP_EXITSILENTMODE"
+msgstr "Uscire dal modo Silenzioso"
+
+msgid "IDS_COM_POP_FOR_ALL_TELE_SERVICES_EXCEPT_SMS"
+msgstr "per tutti i servizi telefonici eccetto SMS"
+
+msgid "IDS_COM_POP_LOW_BATTERY_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Batteria scarica. Impossibile avviare applicazione"
+
+msgid "IDS_COM_POP_MMS_SENT"
+msgstr "MMS inviato"
+
+msgid "IDS_COM_POP_REGISTERING"
+msgstr "Registrazione..."
+
+msgid "IDS_COM_POP_SMALL_DAYS"
+msgstr "giorni"
+
+msgid "IDS_COM_POP_SMALL_HOURS"
+msgstr "ore"
+
+msgid "IDS_COM_POP_WEEKS_LC"
+msgstr "settimane"
+
+msgid "IDS_COM_POP_WEEK_LC"
+msgstr "settimana"
+
+msgid "IDS_COM_SK3_ADD"
+msgstr "Agg."
+
+msgid "IDS_COM_SK3_END_ALL_APPLICATIONS"
+msgstr "Chiudi tutto"
+
+msgid "IDS_COM_SK_MOVE_LITE"
+msgstr "Sposta"
+
+msgid "IDS_COM_SK_NEXT"
+msgstr "Succ."
+
+msgid "IDS_ST_BODY_ABOUT_PHONE"
+msgstr "Info sul dispositivo"
+
+msgid "IDS_ST_BODY_ACCESS_NAME"
+msgstr "APN"
+
+msgid "IDS_ST_BODY_ADVANCED_GPS"
+msgstr "GPS avanzato"
+
+msgid "IDS_ST_BODY_ALERTTYPE_VIBRATION_AND_MELODY"
+msgstr "Vibrazione e suoneria"
+
+msgid "IDS_ST_BODY_ALERT_VIBRATION"
+msgstr "Vibrazione avviso"
+
+msgid "IDS_ST_BODY_ALL_EMAILS"
+msgstr "Tutte le e-mail"
+
+msgid "IDS_ST_BODY_ANNIVERSARY"
+msgstr "Anniversario"
+
+msgid "IDS_ST_BODY_ANY_KEY"
+msgstr "Ogni tasto"
+
+msgid "IDS_ST_BODY_APPOINTMENT"
+msgstr "Appuntamento"
+
+msgid "IDS_ST_BODY_AUTH_TYPE"
+msgstr "Tipo autorizzazione"
+
+msgid "IDS_ST_BODY_AUTOMATIC_TIME_UPDATE"
+msgstr "Aggiornamento automatico ora"
+
+msgid "IDS_ST_BODY_BACKLIGHT_TIME"
+msgstr "Durata retroilluminazione"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+msgstr "Vibrazione"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRAT_THEN_MELODY"
+msgstr "Vibrazione poi suoneria"
+
+msgid "IDS_ST_BODY_CALL_LOG"
+msgstr "Registro chiamate"
+
+msgid "IDS_ST_BODY_CHANGE_PIN1"
+msgstr "Cambia PIN"
+
+msgid "IDS_ST_BODY_CHANGE_PIN2"
+msgstr "Cambia PIN2"
+
+msgid "IDS_ST_BODY_CHOCO_COOKY"
+msgstr "Choco cooky"
+
+msgid "IDS_ST_BODY_CLEAR_PHONE_MEMORY"
+msgstr "Cancella memoria telefono"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN1"
+msgstr "Conferma nuovo codice PIN1"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN2"
+msgstr "Conferma nuovo PIN2"
+
+msgid "IDS_ST_BODY_CONFIRM_PASSWORD"
+msgstr "Conferma password"
+
+msgid "IDS_ST_BODY_CONFIRM_SIM_PASSWORD"
+msgstr "Conferma password SIM"
+
+msgid "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS"
+msgstr "Indirizzo proxy"
+
+msgid "IDS_ST_BODY_CONNECTIVITY"
+msgstr "Connettività"
+
+msgid "IDS_ST_BODY_COOL_JAZZ"
+msgstr "Cool jazz"
+
+msgid "IDS_ST_BODY_COUNTRY_CODE"
+msgstr "Codice paese"
+
+msgid "IDS_ST_BODY_CURRENT_PASSWORD"
+msgstr "Password corrente"
+
+msgid "IDS_ST_BODY_CURRENT_PIN1"
+msgstr "Codice PIN1 corrente"
+
+msgid "IDS_ST_BODY_CURRENT_PIN2"
+msgstr "PIN2 corrente"
+
+msgid "IDS_ST_BODY_DISPLAY_CONTENTS"
+msgstr "Visualizza contenuti"
+
+msgid "IDS_ST_BODY_DIVX_DEREGISTRATION"
+msgstr "Deregistrazione DivX"
+
+msgid "IDS_ST_BODY_DIVX_REGISTRATION"
+msgstr "Registrazione DivX"
+
+msgid "IDS_ST_BODY_DRM_MEDIA"
+msgstr "Supporti DRM"
+
+msgid "IDS_ST_BODY_DVB_H"
+msgstr "DVB-H"
+
+msgid "IDS_ST_BODY_ENTER_4_TO_8_DIGIT_PIN"
+msgstr "Inserire il PIN da 4 a 8 cifre"
+
+msgid "IDS_ST_BODY_ETC"
+msgstr "Ecc."
+
+msgid "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+msgstr "Notifiche eventi"
+
+msgid "IDS_ST_BODY_FIXED_DIALLING_MODE"
+msgstr "Modo selezione fissa"
+
+msgid "IDS_ST_BODY_FLIGHT_MODE"
+msgstr "Modalità offline"
+
+msgid "IDS_ST_BODY_FONTSTYLE_GLOBAL"
+msgstr "Global"
+
+msgid "IDS_ST_BODY_FOREIGN_NETWORK"
+msgstr "Rete roaming"
+
+msgid "IDS_ST_BODY_IM"
+msgstr "IM"
+
+msgid "IDS_ST_BODY_IN_USE"
+msgstr "Spazio utilizzato"
+
+msgid "IDS_ST_BODY_ITEMS"
+msgstr "Elementi"
+
+msgid "IDS_ST_BODY_LAN"
+msgstr "Lingue"
+
+msgid "IDS_ST_BODY_LICENCE"
+msgstr "Licenza"
+
+msgid "IDS_ST_BODY_LIST_VIEW"
+msgstr "Elenco"
+
+msgid "IDS_ST_BODY_MAXIMUM"
+msgstr "Massimo"
+
+msgid "IDS_ST_BODY_MEDIUM_M_FONTSIZE"
+msgstr "Medio"
+
+msgid "IDS_ST_BODY_MEMORY"
+msgstr "Memoria"
+
+msgid "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"
+msgstr "Memoria predefinita"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_ANNIVERSARIES"
+msgstr "Anniversari"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_APPOINTMENTS"
+msgstr "Appuntamenti"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_MEMORY_CARD_DETAILS"
+msgstr "Dettagli scheda memoria"
+
+msgid "IDS_ST_BODY_MEMORY_STATUS"
+msgstr "Stato memoria"
+
+msgid "IDS_ST_BODY_MESSAGE_AND_EMAIL"
+msgstr "Messaggi e e-mail"
+
+msgid "IDS_ST_BODY_MOBILE_TRACKER"
+msgstr "Mobile Tracker"
+
+msgid "IDS_ST_BODY_MSGSETTINGSMMS_DEFAULT_STYLE"
+msgstr "Stile predefinito"
+
+msgid "IDS_ST_BODY_MYTHEME_DEFAULT"
+msgstr "Predefinito"
+
+msgid "IDS_ST_BODY_NETWORK"
+msgstr "Rete"
+
+msgid "IDS_ST_BODY_NETWORK_CODE"
+msgstr "Codice rete"
+
+msgid "IDS_ST_BODY_NETWORK_LIST"
+msgstr "Elenco reti"
+
+msgid "IDS_ST_BODY_NETWORK_TYPE"
+msgstr "Tipo rete"
+
+msgid "IDS_ST_BODY_NEW_PASSWORD"
+msgstr "Nuova password"
+
+msgid "IDS_ST_BODY_NEW_PIN1"
+msgstr "Nuovo codice PIN1"
+
+msgid "IDS_ST_BODY_NEW_PIN2"
+msgstr "Nuovo PIN2"
+
+msgid "IDS_ST_BODY_PASSWORD_EMPTY"
+msgstr "Password vuota"
+
+msgid "IDS_ST_BODY_PC_INTERNET"
+msgstr "Internet per PC"
+
+msgid "IDS_ST_BODY_PHONEPROFILES_DRIVING"
+msgstr "Alla guida"
+
+msgid "IDS_ST_BODY_PHONE_LOCK"
+msgstr "Blocco telefono"
+
+msgid "IDS_ST_BODY_PIN1"
+msgstr "PIN1"
+
+msgid "IDS_ST_BODY_PIN2"
+msgstr "PIN2"
+
+msgid "IDS_ST_BODY_PINS_DON'T_MATCH_E"
+msgstr "I PIN non corrisponde!"
+
+msgid "IDS_ST_BODY_PRIVACY_LOCK"
+msgstr "Blocco privacy"
+
+msgid "IDS_ST_BODY_PUK1_BLOCKED"
+msgstr "PUK1 bloccato"
+
+msgid "IDS_ST_BODY_PUK1_CODE"
+msgstr "Codice PUK1"
+
+msgid "IDS_ST_BODY_PUK2"
+msgstr "PUK2"
+
+msgid "IDS_ST_BODY_PUK2_BLOCKED"
+msgstr "PUK2 bloccato"
+
+msgid "IDS_ST_BODY_RAISING_MELODY"
+msgstr "Suoneria ascendente"
+
+msgid "IDS_ST_BODY_RECENT"
+msgstr "Recenti"
+
+msgid "IDS_ST_BODY_RINGTONES_SAMSUNG_TUNE"
+msgstr "Samsung Tune"
+
+msgid "IDS_ST_BODY_ROAMING_NETWORK"
+msgstr "Roaming su altra rete"
+
+msgid "IDS_ST_BODY_SECONDS_GA"
+msgstr "secondi"
+
+msgid "IDS_ST_BODY_SECURE"
+msgstr "Sicuro"
+
+msgid "IDS_ST_BODY_SECURITY"
+msgstr "Sicurezza"
+
+msgid "IDS_ST_BODY_SERVICE_TYPE"
+msgstr "Tipo di servizio"
+
+msgid "IDS_ST_BODY_SIM_LOCK"
+msgstr "Blocco SIM"
+
+msgid "IDS_ST_BODY_SIM_PASSWORD"
+msgstr "Password SIM"
+
+msgid "IDS_ST_BODY_SMALL_M_TEXTSIZE"
+msgstr "Piccolo"
+
+msgid "IDS_ST_BODY_SOS_MASSAGES"
+msgstr "Messaggi SOS"
+
+msgid "IDS_ST_BODY_SOUND_PROFILES"
+msgstr "Profili audio"
+
+msgid "IDS_ST_BODY_TEXTSTYLE_LARGE"
+msgstr "Grande"
+
+msgid "IDS_ST_BODY_THEME"
+msgstr "Tema"
+
+msgid "IDS_ST_BODY_TOUCH"
+msgstr "Tocco"
+
+msgid "IDS_ST_BODY_VIBRATION_1"
+msgstr "Vibrazione 1"
+
+msgid "IDS_ST_BODY_VIBRATION_2"
+msgstr "Vibrazione 2"
+
+msgid "IDS_ST_BODY_VIBRATION_3"
+msgstr "Vibrazione 3"
+
+msgid "IDS_ST_BODY_VIBRATION_4"
+msgstr "Vibrazione 4"
+
+msgid "IDS_ST_BODY_VIBRATION_5"
+msgstr "Vibrazione 5"
+
+msgid "IDS_ST_BODY_VOICE_MAIL"
+msgstr "Segreteria telefonica"
+
+msgid "IDS_ST_BODY_WAP_DOWNLOADS"
+msgstr "Download WAP"
+
+msgid "IDS_ST_BODY_WI_FI_MAC_ADDRESS"
+msgstr "Indirizzo Wi-Fi MAC"
+
+msgid "IDS_ST_DISPLAYSETTINGS_BODY_MAINGREETINGEDITSTYLEBGCOLOUR"
+msgstr "Colore sfondo"
+
+msgid "IDS_ST_HEADER_ALERT_TYPE"
+msgstr "Tipo avviso"
+
+msgid "IDS_ST_HEADER_CONFIRM_PASSWORD_ABB"
+msgstr "Conferma password"
+
+msgid "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+msgstr "Lingua display"
+
+msgid "IDS_ST_HEADER_KEYBOARD_LANGUAGE"
+msgstr "Lingua tastiera"
+
+msgid "IDS_ST_HEADER_MEETING"
+msgstr "Riunione"
+
+msgid "IDS_ST_HEADER_OUTDOOR"
+msgstr "All'aperto"
+
+msgid "IDS_ST_HEADER_PIN1_CODE"
+msgstr "PIN1"
+
+msgid "IDS_ST_HEADER_SIM_PASSWORD"
+msgstr "Password SIM"
+
+msgid "IDS_ST_HEADER_SPACE_M_THEME"
+msgstr "Space"
+
+msgid "IDS_ST_HEADER_UNAVAILABLE"
+msgstr "Non disponibile"
+
+msgid "IDS_ST_HEADER_USER_AGREEMENT"
+msgstr "Contratto con l'utente"
+
+msgid "IDS_ST_HEADER_WALLPAPER_HOME_SCREEN"
+msgstr "Sfondo principale"
+
+msgid "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME"
+msgstr "Durata retroilluminazione"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BLOCKMESSAGESBYADDRESSNEWPUSH"
+msgstr "Messaggi Push"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCAST"
+msgstr "Messaggi broadcast"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCASTRECEIVINGCHANNELS"
+msgstr "Ricezione canali"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEFONTSTYLE2"
+msgstr "Stile caratteri"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEPAGEDURATION"
+msgstr "Durata pagina"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSRECEIVOPTIONSHOMENET"
+msgstr "Propria rete"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSEXPIRY"
+msgstr "Scadenza"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSPRIORITY"
+msgstr "Priorità"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDRECEIVINGOPTS"
+msgstr "Opzioni di ricezione"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMS"
+msgstr "SMS"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMSSENDINGOPTCHARSUPPORT"
+msgstr "Caratteri supportati"
+
+msgid "IDS_ST_OPT_EDIT_CHANNEL"
+msgstr "Modifica canale"
+
+msgid "IDS_ST_OPT_ITEM"
+msgstr "Elemento"
+
+msgid "IDS_ST_OPT_MASS_STORAGE_ABB"
+msgstr "Mem. di massa"
+
+msgid "IDS_ST_OPT_PHONEBOOK"
+msgstr "Rubrica"
+
+msgid "IDS_ST_POP_ALL_BARRING"
+msgstr "Tutte bloccate"
+
+msgid "IDS_ST_POP_ALL_CONTACTS_LINKED_TO_WEB_ACCOUNTS_WILL_ALSO_BE_DELETED_IN_WEB_SERVER_CONTINUE_Q"
+msgstr "Tutti i contatti collegati agli account web saranno eliminati anche dal server web. Continuare?"
+
+msgid "IDS_ST_POP_CLEARED"
+msgstr "Cancellato"
+
+msgid "IDS_ST_POP_CLEARING_ING"
+msgstr "Cancellazione..."
+
+msgid "IDS_ST_POP_ENTER_8_DIGIT_PIN_UNLOCK_HPUK_CODE_KOR"
+msgstr "Immetti codice di sblocco PIN (PUK) a 8 cifre"
+
+msgid "IDS_ST_POP_FLIGHT_MODE_ON"
+msgstr "Modalità offline attiva"
+
+msgid "IDS_ST_POP_INCOMING_BARRING"
+msgstr "Blocco chiamate in arrivo"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1"
+msgstr "Codice PIN1 errato"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT"
+msgstr "PIN errato. 1 tentativo rimasto"
+
+msgid "IDS_ST_POP_INCORRECT_PIN2"
+msgstr "PIN2 errato"
+
+msgid "IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT"
+msgstr "PIN errato. %d tentativi rimasti"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT"
+msgstr "PUK1 errato. 1 tentativo rimasto"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_CODE"
+msgstr "Codice PUK1 errato"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT"
+msgstr "PUK1 errato. %d tentativi rimasti"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2"
+msgstr "PUK2 errato"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT"
+msgstr "PUK2 errato. 1 tentativo rimasto"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT"
+msgstr "PUK2 errato. %d tentativi rimasti"
+
+msgid "IDS_ST_POP_MSG_FORMATTING"
+msgstr "Formattazione in corso..."
+
+msgid "IDS_ST_POP_MSG_FORMAT_QUESTION"
+msgstr "La formattazione comporta la cancellazione di tutti i dati.\nContinuare?"
+
+msgid "IDS_ST_POP_NO_ITEMS_SELECTED"
+msgstr "Nessun elemento selezionato"
+
+msgid "IDS_ST_POP_OUTGOING_BARRING"
+msgstr "Blocco chiamate in uscita"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Password non corrispondenti"
+
+msgid "IDS_ST_POP_PASSWORD_CHANGED"
+msgstr "Password cambiata"
+
+msgid "IDS_ST_POP_PASSWORD_TOO_SHORT"
+msgstr "Password troppo corta"
+
+msgid "IDS_ST_POP_PD_ATTEMPTS_LEFT"
+msgstr "%d tentativi possibili"
+
+msgid "IDS_ST_POP_PD_ATTEMPT_LEFT"
+msgstr "%d tentativo possibile"
+
+msgid "IDS_ST_POP_PIN1_BLOCKED"
+msgstr "Codice PIN1 bloccato"
+
+msgid "IDS_ST_POP_PIN1_CHANGED"
+msgstr "Codice PIN1 modificato"
+
+msgid "IDS_ST_POP_PIN2_BLOCKED"
+msgstr "PIN2 bloccato"
+
+msgid "IDS_ST_POP_PIN2_CHANGED"
+msgstr "PIN2 cambiato"
+
+msgid "IDS_ST_POP_PIN2_UNBLOCKED"
+msgstr "PIN2 sbloccato"
+
+msgid "IDS_ST_POP_PIN_UNBLOCKED"
+msgstr "PIN sbloccato"
+
+msgid "IDS_ST_POP_SAVING"
+msgstr "Memorizzazione..."
+
+msgid "IDS_ST_POP_SET"
+msgstr "Impostato"
+
+msgid "IDS_ST_POP_TEXT_MESSAGE_ALERT_TONE"
+msgstr "Tono avviso messaggi"
+
+msgid "IDS_ST_POP_TEXT_NEW_NETWORK"
+msgstr "Nuova rete"
+
+msgid "IDS_ST_POP_UNKNOWN_OPERATION"
+msgstr "Operazione sconosciuta"
+
+msgid "IDS_ST_POP_YES"
+msgstr "Sì"
+
+msgid "IDS_ST_SECURITY_BODY_ENTERPIN2BABY"
+msgstr "PIN2"
+
+msgid "IDS_ST_SECURITY_BODY_NOIMSI"
+msgstr "Inserire scheda SIM"
+
+msgid "IDS_ST_SK_FORMAT"
+msgstr "Formatta"
+
+msgid "IDS_ST_POP_ACTIVATION_ONGOING"
+msgstr "Attivazione in corso..."
+
+msgid "IDS_COM_BODY_EMAILS_T_MAINMENU_ABB2"
+msgstr "E-mail"
+
+msgid "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+msgstr "Router Wi-Fi"
+
+msgid "IDS_ST_HEADER_WI_FI"
+msgstr "Wi-Fi"
+
+msgid "IDS_ST_BODY_CPU_USAGE"
+msgstr "CPU in uso"
+
+msgid "IDS_ST_MBODY_SCREEN_READER_HTTS"
+msgstr "Lettura schermo (TTS)"
+
+msgid "IDS_ST_BODY_SPEECH_RATE"
+msgstr "Velocità riproduzione"
+
+msgid "IDS_ST_HEADER_ACCESSIBILITY"
+msgstr "Accessibilità"
+
+msgid "IDS_ST_MBODY_HIGH_CONTRAST"
+msgstr "Contrasto elevato"
+
+msgid "IDS_ST_MBODY_FONT_SIZE"
+msgstr "Dimensioni carattere"
+
+msgid "IDS_ST_BODY_FONT_STYLE"
+msgstr "Stile caratteri"
+
+msgid "IDS_ST_BODY_TORCH_LIGHT"
+msgstr "Torcia"
+
+msgid "IDS_ST_MBODY_MONO_AUDIO"
+msgstr "Audio mono"
+
+msgid "IDS_ST_HEADER_TUTORIAL"
+msgstr "Esercitazione"
+
+msgid "IDS_ST_BODY_TOUCHSENSITIVITY_SENSITIVITY"
+msgstr "Sensibilità"
+
+msgid "IDS_MTTRL_BODY_USE_PANNING"
+msgstr "Utilizza panoramica"
+
+msgid "IDS_MTTRL_HEADER_TRY_TILT"
+msgstr "Prova inclinazione"
+
+msgid "IDS_ST_HEADER_INCOMING_CALLS"
+msgstr "Chiamate in arrivo"
+
+msgid "IDS_ST_SK_VOLUME"
+msgstr "Volume"
+
+msgid "IDS_ST_HEADER_USB_UTILITIES"
+msgstr "Connessioni USB"
+
+msgid "IDS_ST_BODY_ROTATION_LOCK"
+msgstr "Blocco rotazione"
+
+msgid "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+msgstr "Percentuale batteria"
+
+msgid "IDS_ST_BODY_MY_NUMBER"
+msgstr "Numero personale"
+
+msgid "IDS_ST_BODY_MODEL_NUMBER"
+msgstr "Codice modello"
+
+msgid "IDS_ST_BODY_VERSION_C"
+msgstr "Versione:"
+
+msgid "IDS_ST_BODY_BUILD_NUMBER"
+msgstr "Versione build"
+
+msgid "IDS_ST_BODY_DEVICE_INFO"
+msgstr "Info dispositivo"
+
+msgid "IDS_ST_BODY_SUNDAY"
+msgstr "Domenica"
+
+msgid "IDS_ST_BODY_MONDAY"
+msgstr "Lunedì"
+
+msgid "IDS_ST_BODY_TUESDAY"
+msgstr "Martedì"
+
+msgid "IDS_ST_BODY_10_MINUTES"
+msgstr "10 minuti"
+
+msgid "IDS_ST_BODY_3MINUTES"
+msgstr "3 minuti"
+
+msgid "IDS_ST_BODY_HOLD_ME"
+msgstr "Premi"
+
+msgid "IDS_MTTRL_BODY_MOTION_ACTIVATION"
+msgstr "Attivazione sensore"
+
+msgid "IDS_MTTRL_MBODY_TILT_TO_ZOOM"
+msgstr "Inclina per ingrandire"
+
+msgid "IDS_ST_BUTTON_USE_TILT"
+msgstr "Attiva inclinazione"
+
+msgid "IDS_ST_BODY_USE_MOTION"
+msgstr "Sensore di movimento"
+
+msgid "IDS_ST_BODY_MOTION_DISABLED"
+msgstr "Movimento disattivato"
+
+msgid "IDS_COM_POP_UNABLE_TO_SECURE_CONNECTION"
+msgstr "Impossibile stabilire\nconnessione protetta"
+
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notifica"
+
+msgid "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK"
+msgstr "Feedback tattile"
+
+msgid "IDS_ST_BODY_MSG_ALERT_REPETITION"
+msgstr "Ripetizione avviso messaggi"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+msgstr "Ripetizione avviso e-mail"
+
+msgid "IDS_ST_POP_SIMPLE_PASSWORD_NOT_ALLOWED"
+msgstr "Password semplice non consentita"
+
+msgid "IDS_ST_BODY_INCOMING_CALL"
+msgstr "Chiamata in arrivo"
+
+msgid "IDS_ST_BODY_ONCE"
+msgstr "Una volta"
+
+msgid "IDS_ST_BODY_EVERY_2MIN"
+msgstr "Ogni 2 minuti"
+
+msgid "IDS_ST_BODY_EVERY_5MIN"
+msgstr "Ogni 5 minuti"
+
+msgid "IDS_ST_BODY_EVERY_10MINUTES"
+msgstr "Ogni 10 minuti"
+
+msgid "IDS_ST_BODY_15SEC"
+msgstr "15 secondi"
+
+msgid "IDS_ST_BODY_30SEC"
+msgstr "30 secondi"
+
+msgid "IDS_ST_BODY_8_SECONDS"
+msgstr "8 secondi"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+msgstr "Impostazioni accessibilità"
+
+msgid "IDS_ST_BODY_AFTER_5_SECONDS"
+msgstr "Dopo 5 secondi"
+
+msgid "IDS_ST_HEADER_PD_ATTEMPTS_LEFT"
+msgstr "%d tentativi possibili"
+
+msgid "IDS_ST_BODY_AVAILABLE_SPACE"
+msgstr "Spazio disponibile"
+
+msgid "IDS_ST_BODY_BLACK"
+msgstr "Nero"
+
+msgid "IDS_ST_HEADER_EASY_ACCESS"
+msgstr "Accesso facilitato"
+
+msgid "IDS_CLD_BODY_FIRST_DAY_OF_WEEK"
+msgstr "Primo giorno della settimana"
+
+msgid "IDS_ST_BODY_FORMAT_SD_CARD"
+msgstr "Formatta scheda SD"
+
+msgid "IDS_ST_BODY_GSM"
+msgstr "GSM"
+
+msgid "IDS_ST_HEADER_HEARING"
+msgstr "Udito"
+
+msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
+msgstr "Schermata iniziale"
+
+msgid "IDS_ST_HEADER_INSERT_SIM_CARD_ABB"
+msgstr "Inserire scheda SIM"
+
+msgid "IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"
+msgstr "Indirizzo proxy errato"
+
+msgid "IDS_ST_BODY_KIES_INSTALLER"
+msgstr "Samsung Kies"
+
+msgid "IDS_ST_BODY_LANGUAGE"
+msgstr "Lingua"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TILT_ABB"
+msgstr "Info inclinazione"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TURN_OVER"
+msgstr "Guida funzione di capovolgimento"
+
+msgid "IDS_COM_BODY_MEDIA"
+msgstr "Multimedia"
+
+msgid "IDS_ST_BODY_MOTION_SETTINGS"
+msgstr "Sensore di movimento"
+
+msgid "IDS_ST_MBODY_MOTIONS"
+msgstr "Movimenti"
+
+msgid "IDS_ST_BODY_MOUNT_SD_CARD"
+msgstr "Monta scheda SD"
+
+msgid "IDS_MTTRL_BODY_MOVE_AN_ICON_TO_ANOTHER_PAGE"
+msgstr "Spostare un'icona in un'altra pagina"
+
+msgid "IDS_ST_BODY_MOVE_DEVICE_LEFT_OR_RIGHT"
+msgstr "Sposta il dispositivo a sinistra o a destra"
+
+msgid "IDS_ST_OPT_NETWORK_LIST"
+msgstr "Elenco reti"
+
+msgid "IDS_ST_HEADER_NEW_NETWORK"
+msgstr "Nuova rete"
+
+msgid "IDS_ST_BODY_NOSERVICE"
+msgstr "Nessun servizio"
+
+msgid "IDS_COM_BUTTON2_PROCESSING_ING"
+msgstr "Elaborazione in corso..."
+
+msgid "IDS_COM_MBODY_SECURITY_POLICY"
+msgstr "Criteri di protezione"
+
+msgid "IDS_ST_POP_SELECT_OTHER_CONNECTION"
+msgstr "Selezionare altra connessione"
+
+msgid "IDS_ST_BODY_PHONE_SOUND_VOL"
+msgstr "Volume suoni telefono"
+
+msgid "IDS_ST_BODY_SPEED_AT_WHICH_THE_TEXT_IS_SPOKEN"
+msgstr "Seleziona la velocità con cui viene pronunciato il testo"
+
+msgid "IDS_COM_BODY_DETAILS_TIME"
+msgstr "Ora"
+
+msgid "IDS_ST_BODY_TOTAL_SPACE"
+msgstr "Spazio totale"
+
+msgid "IDS_MTTRL_HEADER_TRY_DOUBLE_TAP"
+msgstr "Provare a toccare due volte"
+
+msgid "IDS_MTTRL_HEADER_TRY_PANNING"
+msgstr "Prova la panoramica"
+
+msgid "IDS_MTTRL_MBODY_TURN_OVER_TO_MUTE"
+msgstr "Capovol. per disat. suono"
+
+msgid "IDS_ST_BODY_UNMOUNT_SD_CARD"
+msgstr "Smonta scheda SD"
+
+msgid "IDS_ST_BODY_USB_DEBUGGING"
+msgstr "Debug USB"
+
+msgid "IDS_ST_BODY_USE_PACKET_DATA"
+msgstr "Usa dati a pacchetto"
+
+msgid "IDS_ST_HEADER_VISION"
+msgstr "Vista"
+
+msgid "IDS_ST_BODY_INTERNAL_PHONE_STORAGE_SPACE_IS_NEARLY_FULL_VZW"
+msgstr "La memoria interna del telefono è quasi piena"
+
+msgid "IDS_ST_BODY_24_HOURS"
+msgstr "24 ore"
+
+msgid "IDS_ST_BODY_WEDNESDAY"
+msgstr "Mercoledì"
+
+msgid "IDS_ST_BODY_THURSDAY"
+msgstr "Giovedì"
+
+msgid "IDS_ST_BODY_FRIDAY"
+msgstr "Venerdì"
+
+msgid "IDS_ST_BODY_SATURDAY"
+msgstr "Sabato"
+
+msgid "IDS_ST_BODY_EMAIL"
+msgstr "E-mail"
+
+msgid "IDS_CST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Rispondi con tasto Home"
+
+msgid "IDS_ST_BODY_HELLO_KITTY_1"
+msgstr "Hello Kitty 1"
+
+msgid "IDS_COM_POP_TIMES_LC"
+msgstr "volte"
+
+msgid "IDS_COM_BODY_VIA_MMS"
+msgstr "Con MMS"
+
+msgid "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+msgstr "Lingua e regione"
+
+msgid "IDS_ST_BODY_WINSET"
+msgstr "Winset"
+
+msgid "IDS_ST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Rispondi con tasto Home"
+
+msgid "IDS_ST_BODY_REMOVE_LICENCE"
+msgstr "Rimuovi licenza"
+
+msgid "IDS_ST_BUTTON2_EDIT_PREFERRED"
+msgstr "Modifica preferiti"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT"
+msgstr "Notifica e-mail"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
+msgstr "Immettere nuovamente la password"
+
+msgid "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
+msgstr "Immettere password corrente"
+
+msgid "IDS_ST_BODY_SD_CARD"
+msgstr "Scheda SD"
+
+msgid "IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"
+msgstr "Codice di annullamento registrazione non trovato"
+
+msgid "IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"
+msgstr "Impossibile selezionare rete"
+
+msgid "IDS_ST_BODY_HIGH_CONTRAST"
+msgstr "Contrasto elevato"
+
+msgid "IDS_ST_BODY_MMS_CONNECTIONS"
+msgstr "Connessioni MMS"
+
+msgid "IDS_ST_TAB_PREFERRED"
+msgstr "Preferiti"
+
+msgid "IDS_ST_BODY_REGION"
+msgstr "Regione"
+
+msgid "IDS_ST_BODY_SNS"
+msgstr "SNS"
+
+msgid "IDS_ST_BODY_SENSITIVITY_SETTINGS"
+msgstr "Impostazioni di sensibilità"
+
+msgid "IDS_ST_HEADER_SENSITIVITY_TEST_ABB"
+msgstr "Test di sensibilità"
+
+msgid "IDS_ST_BODY_VOLUME"
+msgstr "Volume"
+
+msgid "IDS_ST_BODY_TEST_TILT_SENSITIVITY"
+msgstr "Test di sensibilità all'inclinazione"
+
+msgid "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+msgstr "Consente di regolare il volume e l'intensità dei suoni riprodotti quando si compone un numero, si utilizza la tastiera, si tocca lo schermo, si premono i tasti e si blocca/sblocca il dispositivo"
+
+msgid "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
+msgstr "Password errata. Riprovare"
+
+msgid "IDS_ST_BODY_PICTURE_READER"
+msgstr "Lettore di immagini"
+
+msgid "IDS_ST_BODY_AUTOMATIC_UPDATE"
+msgstr "Aggiornamento auto"
+
+msgid "IDS_COM_BODY_FILEDETAIL_MODEL"
+msgstr "Modello"
+
+msgid "IDS_ST_BODY_WHITE"
+msgstr "Bianco"
+
+msgid "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+msgstr "Pers. scher. di blocco"
+
+msgid "IDS_ST_BODY_MESSAGE_RINGTONE"
+msgstr "Suoneria messaggi"
+
+msgid "IDS_COM_BODY_DETAILS_LOCATION"
+msgstr "Posizione"
+
+msgid "IDS_ST_OPT_ALL"
+msgstr "Tutte"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS"
+msgstr "Immettere nuovamente la password dopo %d secondi"
+
+msgid "IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"
+msgstr "Impossibile modificare PIN"
+
+msgid "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+msgstr "Suono blocco schermo"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+msgstr "Suoneria chiamate in arrivo"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+msgstr "Vibrazione chiamate in arrivo"
+
+msgid "IDS_ST_BODY_SIMPLE_PASSWORD"
+msgstr "Password semplice"
+
+msgid "IDS_COM_BODY_ALLOW_BLUETOOTH"
+msgstr "Consente Bluetooth"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_USE"
+msgstr "Consente l'accesso a Internet"
+
+msgid "IDS_COM_BODY_ALLOW_CAMERA"
+msgstr "Consente fotocamera"
+
+msgid "IDS_COM_BODY_ALLOW_DESKTOP_SYNC"
+msgstr "Consenti sincronizzazione desktop"
+
+msgid "IDS_COM_BODY_ALLOW_HTML_EMAIL"
+msgstr "Consente e-mail HTML"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_SHARING"
+msgstr "Consente condivisione Internet"
+
+msgid "IDS_COM_BODY_ALLOW_POP_AND_IMAP_EMAIL"
+msgstr "Consente e-mail POP e IMAP"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_ENCRYPTION_ALGORITHM_NEGOTIATION"
+msgstr "Consenti negoziazione algoritmo crittografia S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_SOFTWARE_CERTIFICATES"
+msgstr "Ammetti certificati software S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_STORAGE_CARD"
+msgstr "Consente scheda di memoria"
+
+msgid "IDS_COM_BODY_ALLOW_TEXT_MESSAGING"
+msgstr "Consente messaggi di testo"
+
+msgid "IDS_COM_BODY_ALLOW_WI_FI"
+msgstr "Consenti Wi-Fi"
+
+msgid "IDS_COM_HEADER_ATTACHMENT_CONTROL"
+msgstr "Controllo allegato"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_CALENDAR_EVENTS"
+msgstr "Validità massima degli eventi di calendario"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_EMAILS"
+msgstr "Validità massima delle e-mail"
+
+msgid "IDS_COM_BODY_MINIMUM_NUMBER_OF_COMPLEX_CHARACTERS_IN_PASSWORD"
+msgstr "Numero minimo di caratteri complessi nella password"
+
+msgid "IDS_COM_HEADER_PASSWORD_RECOVERY"
+msgstr "Ripristino password"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_ENCRYPTED"
+msgstr "Richiede messaggi crittografati S/MIME"
+
+msgid "IDS_COM_BODY_REQUIRE_S_MIME_ALGORITHM_ENCRYPTION"
+msgstr "Richiede algoritmo di crittografia S/MIME"
+
+msgid "IDS_COM_BODY_REQUIRE_MANUAL_SYNCHRONISATION_WHEN_ROAMING"
+msgstr "Richiede la sincronizzazione manuale durante il roaming"
+
+msgid "IDS_COM_BODY_REQUIRE_SIGNED_S_MIME_ALGORITHM"
+msgstr "Richiede algoritmo S/MIME firmato"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_SIGNED"
+msgstr "Richiede messaggi firmati S/MIME"
+
+msgid "IDS_COM_POP_INSERT_SIM_CARD"
+msgstr "Inserire scheda SIM"
+
+msgid "IDS_COM_POP_DEACTIVATE_FLIGHT_MODE_TO_USE_NETWORK_SERVICES"
+msgstr "Disattivare la modalità Offline per usare i servizi di rete"
+
+msgid "IDS_COM_POP_DAY_LC"
+msgstr "giorno"
+
+msgid "IDS_ST_BODY_TIME_ZONE_DST"
+msgstr "Ora legale"
+
+msgid "IDS_ST_POP_UNINSTALLED"
+msgstr "Disinstallazione eseguita"
+
+msgid "IDS_ST_HEADER_APPLICATION_INFO"
+msgstr "Info applicazione"
+
+msgid "IDS_ST_BODY_TOTAL"
+msgstr "Totale"
+
+msgid "IDS_ST_BODY_APPLICATION"
+msgstr "Applicazioni"
+
+msgid "IDS_ST_BODY_DATA"
+msgstr "Dati"
+
+msgid "IDS_ST_BODY_BYTES"
+msgstr "byte"
+
+msgid "IDS_ST_BODY_LAUNCH_BY_DEFAULT"
+msgstr "Lancia per impostazione predefinita"
+
+msgid "IDS_ST_BODY_CLEAR_DEFAULTS"
+msgstr "Elimina predefiniti"
+
+msgid "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS"
+msgstr "L'applicazione è configurata per aprirsi come impostazione predefinita per alcune azioni"
+
+msgid "IDS_ST_BODY_OPERATOR"
+msgstr "Operatore"
+
+msgid "IDS_ST_BODY_SAMSUNG"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_THIRD_PARTIES"
+msgstr "Terze parti"
+
+msgid "IDS_ST_BUTTON_UNINSTALL_UPDATES"
+msgstr "Disinstalla aggiornamenti"
+
+msgid "IDS_ST_BODY_STORAGE"
+msgstr "Memoria"
+
+msgid "IDS_ST_BODY_GB"
+msgstr "GB"
+
+msgid "IDS_ST_BODY_MB"
+msgstr "MB"
+
+msgid "IDS_ST_BODY_KB"
+msgstr "KB"
+
+msgid "IDS_ST_BODY_MORE_DETAILS"
+msgstr "Altri dettagli"
+
+msgid "IDS_ST_HEADER_CERTIFICATES"
+msgstr "Certificati"
+
+msgid "IDS_ST_POP_UNINSTALLING_ING"
+msgstr "Disinstallazione in corso..."
+
+msgid "IDS_ST_SK_OK"
+msgstr "OK"
+
+msgid "IDS_ST_BODY_DISPLAY"
+msgstr "Display"
+
+msgid "IDS_ST_BODY_MOBILE_AP"
+msgstr "Router Wi-Fi"
+
+msgid "IDS_ST_BODY_PD_MINUTES"
+msgstr "%d minuti"
+
+msgid "IDS_ST_BODY_POWERONTYPE_MUTE"
+msgstr "Silenzioso"
+
+msgid "IDS_ST_BODY_SECONDS"
+msgstr "Secondi"
+
+msgid "IDS_ST_BODY_MAINDISPLAY_WALLPAPER"
+msgstr "Sfondo"
+
+msgid "IDS_ST_BODY_SOUNDS"
+msgstr "Suoni"
+
+msgid "IDS_ST_POP_SEARCHING_ING"
+msgstr "Ricerca..."
+
+msgid "IDS_ST_BUTTON_FORCE_STOP"
+msgstr "Arresto forzato"
+
+msgid "IDS_ST_BUTTON_UNINSTALL"
+msgstr "Disinstalla"
+
+msgid "IDS_ST_BUTTON_CLEAR_DATA"
+msgstr "Cancella dati"
+
+msgid "IDS_ST_MBODY_TETHERING_AND_PORTABLE_HOTSPOT"
+msgstr "Tethering e Router Wi-Fi"
+
+msgid "IDS_ST_HEADER2_FIND_MY_MOBILE"
+msgstr "Trova cellulare personale"
+
+msgid "IDS_COM_SK_RETRY_A"
+msgstr "Riprova"
+
+msgid "IDS_ST_BODY_2_MINUTES"
+msgstr "2 minuti"
+
+msgid "IDS_ST_BODY_5_MINUTES"
+msgstr "5 minuti"
+
+msgid "IDS_ST_BODY_MESSAGE_ALERT"
+msgstr "Notifica messaggi"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Connettersi al PC. L'archiviazione di massa verrà disattivata automaticamente al termine dell'utilizzo"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Connettersi al PC. Il debugging USB verrà disattivato automaticamente al termine dell'utilizzo"
+
+msgid "IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"
+msgstr "La licenza verrà eliminata. Continuare?"
+
+msgid "IDS_ST_BODY_DEFAULT_CONNECTION_MODE"
+msgstr "Modalità di connessione predefinita"
+
+msgid "IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"
+msgstr "Questa modalità è dedicata agli sviluppatori di applicazioni. Potete sottoporre a verifica e sviluppare il software"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_IS_THE_DEFAULT_CONNECTION_IT_WILL_REVERT_BACK_TO_DEFAULT_MODE_AFTER_USING_OTHER_MODES_MSG"
+msgstr "Samsung Kies è la modalità di connessione predefinita. Le modalità elencate di seguito sono facoltative. In seguito all'utilizzo di una di queste modalità, il dispositivo verrà reimpostato alla modalità predefinita"
+
+msgid "IDS_ST_BODY_MANUFACTURER"
+msgstr "Produttore"
+
+msgid "IDS_ST_BODY_MASS_STORAGE_HELP_MSG"
+msgstr "Possono essere eseguite le seguenti operazioni:\n- Copia rapida file\n- Connessione con OS MAC o Linux"
+
+msgid "IDS_ST_BODY_RESET_ALL"
+msgstr "Reimposta tutto"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_ON"
+msgstr "Modalità offline attiva"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_OFF"
+msgstr "Modalità offline disattiva"
+
+msgid "IDS_ST_POP_UNABLE_TO_TURN_ON_FLIGHT_MODE_VODA"
+msgstr "Impossibile attivare profilo Offline"
+
+msgid "IDS_ST_POP_PS_ENABLED"
+msgstr "%s attivato"
+
+msgid "IDS_ST_POP_ACTIVATE_DEVICE_ADMINISTRATOR_Q"
+msgstr "Attivare l'amministratore del dispositivo?"
+
+msgid "IDS_ST_BODY_TOUCH_PANEL_AUTO_LOCK"
+msgstr "Blocco autom. display"
+
+msgid "IDS_ST_BODY_SAVE_TO"
+msgstr "Salva in"
+
+msgid "IDS_COM_POP_DISCONNECTED"
+msgstr "Disconnesso"
+
+msgid "IDS_WIFI_MBODY_MOBILE_HOTSPOT_VZW"
+msgstr "Router Wi-Fi"
+
+msgid "IDS_COM_BODY_TEXT_INPUT"
+msgstr "Modo testo"
+
+msgid "IDS_ST_BODY_TEXT_INPUT"
+msgstr "Modo testo"
+
+msgid "IDS_ST_BODY_EFFECT"
+msgstr "Effetto"
+
+msgid "IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"
+msgstr "Viene ricevuto un promemoria prima che la licenza del file in uso scada, come un'immagine di sfondo"
+
+msgid "IDS_COM_BODY_OFF_M_STATUS"
+msgstr "Non attivo"
+
+msgid "IDS_COM_BODY_ON_M_STATUS"
+msgstr "Attivo"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_TURN_OFF_AUTOMATICALLY_AFTER_USE"
+msgstr "Connettersi al PC. L'Archiviazione di massa si disattiverà automaticamente al termine dell'utilizzo"
+
+msgid "IDS_ST_BODY_TAP_TO_INSERT"
+msgstr "Toccare per inserire"
+
+msgid "IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES"
+msgstr "L'utilizzo dei dati del cellulare quando il roaming è attivo comporterà addebiti aggiuntivi"
+
+msgid "IDS_ST_BODY_BATTERY"
+msgstr "Batteria"
+
+msgid "IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK"
+msgstr "Quando il roaming dati è disattivato, le applicazioni che utilizzano la connessione dati potrebbero non funzionare"
+
+msgid "IDS_ST_HEADER_LOCK_SCREEN"
+msgstr "Blocca schermo"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY"
+msgstr "Accessibilità"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER"
+msgstr "Risposta automatica"
+
+msgid "IDS_ST_MBODY_ASSISTIVE_LIGHT"
+msgstr "Luce assistiva"
+
+msgid "IDS_ST_BODY_MANAGE_APPLICATIONS"
+msgstr "Gestisci applicazioni"
+
+msgid "IDS_ST_BODY_POWER_SAVING_MODE"
+msgstr "Risparmio energetico"
+
+msgid "IDS_COM_OPT_REGISTER"
+msgstr "Registra"
+
+msgid "IDS_COM_POP_UNEXPECTED_ERROR"
+msgstr "Errore inatteso"
+
+msgid "IDS_COM_POP_PROXY_CONNECTION_FAILED"
+msgstr "Errore connessione proxy"
+
+msgid "IDS_COM_POP_NETWORK_CONNECTION_ERROR"
+msgstr "Errore di connessione di rete"
+
+msgid "IDS_COM_BODY_INVALID_SIM_CARD"
+msgstr "Scheda SIM non valida"
+
+msgid "IDS_COM_BODY_OPERATION_FAILED"
+msgstr "Operazione non eseguita"
+
+msgid "IDS_COM_POP_VERSION"
+msgstr "Versione"
+
+msgid "IDS_ST_BODY_MENUTRANSITIONEFFECT_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_MBODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION"
+msgstr "Se vengono scaricati o caricati dati senza la connessione Wi-Fi, verranno utilizzati i dati cellulare"
+
+msgid "IDS_ST_BODY_APP_OPENING_EFFECT"
+msgstr "Effetto di apertura applicazione"
+
+msgid "IDS_ST_BODY_APP_OPENING_IMAGE"
+msgstr "Immagine di apertura applicazione"
+
+msgid "IDS_ST_BODY_NEGATIVE_COLOURS"
+msgstr "Negativo"
+
+msgid "IDS_ST_BODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_ASSISTIVE_LIGHT"
+msgstr "Luce di accesso facilitato"
+
+msgid "IDS_ST_BODY_AFTER_1_SECOND"
+msgstr "Dopo 1 secondo"
+
+msgid "IDS_ST_BODY_AFTER_PD_SECONDS"
+msgstr "Dopo %d secondi"
+
+msgid "IDS_ST_BODY_END_CALLS_USING_THE_POWER_KEY"
+msgstr "Termina le chiamate utilizzando il tasto di blocco"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER_ONLY_OPERATES_WITH_HEADSET_CONNECTED"
+msgstr "La funzione Risposta automatica funziona solo se gli auricolari sono collegati"
+
+msgid "IDS_ST_BODY_PRESS_THE_POWER_KEY_TO_END_CALLS_THIS_WILL_NOT_TURN_OFF_THE_SCREEN"
+msgstr "Premere il tasto di accensione per terminare le chiamate. Lo schermo non verrà disattivato"
+
+msgid "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+msgstr "Modificare la dimensione del testo in Rubrica, Calendario, Promemoria, Messaggi, E-mail e IM"
+
+msgid "IDS_ST_BODY_PRESS_THE_HOME_KEY_TO_ACCEPT_INCOMING_CALLS"
+msgstr "Premere il tasto Home per accettare le chiamate in arrivo"
+
+msgid "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+msgstr "Tutte le impostazioni verranno ripristinate ai valori predefiniti"
+
+msgid "IDS_ST_BODY_POWER_KEY_SHORTCUT"
+msgstr "Collegamento al tasto di accensione"
+
+msgid "IDS_ST_BODY_BLUETOOTH_USB_UTILITIES_ETC"
+msgstr "Bluetooth, utilità USB ecc."
+
+msgid "IDS_ST_BODY_DATE_AND_TIME_KEYBOARD_LICENCE_ETC"
+msgstr "Data e ora, tastiera, licenza ecc."
+
+msgid "IDS_ST_BODY_MORE_CONNECTIVITY_SETTINGS"
+msgstr "Altre impostazioni di connettività"
+
+msgid "IDS_ST_BODY_MORE_SYSTEM_SETTINGS"
+msgstr "Altre impostazioni di sistema"
+
+msgid "IDS_ST_BODY_THIS_BAND_MAY_NOT_WORK_OUTSIDE_THE_USA_AND_CANADA"
+msgstr "Questa banda potrebbe non funzionare al di fuori di Stati Uniti e Canada"
+
+msgid "IDS_ST_BODY_UMTS_MODE_ONLY_WORKS_INSIDE_3G_COVERAGE_AREA"
+msgstr "La modalità UMTS funziona solo nelle aree con copertura 3G"
+
+msgid "IDS_ST_MBODY_REGISTER"
+msgstr "Registra"
+
+msgid "IDS_ST_MBODY_DEREGISTER"
+msgstr "Deregistra"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABIDJAN"
+msgstr "Abidjan"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABUDHABI"
+msgstr "Abu Dhabi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ACCRA"
+msgstr "Accra"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADDIS_ABABA"
+msgstr "Addis Abeba"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADELAIDE"
+msgstr "Adelaide"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALASKA"
+msgstr "Alaska"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALGIERS"
+msgstr "Algeri"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALMATY"
+msgstr "Almaty"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMBON"
+msgstr "Ambon"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMMAN"
+msgstr "Amman"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMSTERDAME"
+msgstr "Amsterdam"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANADYR"
+msgstr "Anadyr"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANCHORAGE"
+msgstr "Anchorage"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANKARA"
+msgstr "Ankara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANTANANARIVO"
+msgstr "Antananarivo"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASHGABAT"
+msgstr "Ashgabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASMARA"
+msgstr "Asmara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASTANA"
+msgstr "Astana"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASUNCION"
+msgstr "Asuncion"
+
+msgid "IDS_WCL_BODY_CITYNAME_ATHENS"
+msgstr "Atene"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUCKLAND"
+msgstr "Auckland"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUSTIN"
+msgstr "Austin"
+
+msgid "IDS_WCL_BODY_CITYNAME_AZORES"
+msgstr "Azzorre"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAGHDAD"
+msgstr "Baghdad"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAKU"
+msgstr "Baku"
+
+msgid "IDS_WCL_BODY_CITYNAME_BALTIMORE"
+msgstr "Baltimora"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAMAKO"
+msgstr "Bamako"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGKOK"
+msgstr "Bangkok"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGUI"
+msgstr "Bangui"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARCELONA"
+msgstr "Barcellona"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARI"
+msgstr "Bari"
+
+msgid "IDS_WCL_BODY_CITYNAME_BASSE_TERRE"
+msgstr "Basse-Terre"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIJING"
+msgstr "Pechino"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIRUT"
+msgstr "Beirut"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELGRADE"
+msgstr "Belgrado"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELIZE_CITY"
+msgstr "Belize City"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERLIN"
+msgstr "Berlino"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERN"
+msgstr "Berna"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISHKEK"
+msgstr "Bishkek"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISSAU"
+msgstr "Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUINEA_BISSAU"
+msgstr "Guinea Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOGOTA"
+msgstr "Bogota"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOLOGNA"
+msgstr "Bologna"
+
+msgid "IDS_WCL_BODY_BOSTON"
+msgstr "Boston                      "
+
+msgid "IDS_WCL_BODY_CITYNAME_BRASILIA"
+msgstr "Brasilia"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRATISLAVA"
+msgstr "Bratislava"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRIDGETOWN"
+msgstr "Bridgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRISBANE"
+msgstr "Brisbane"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRUSSELS"
+msgstr "Bruxelles"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUCHAREST"
+msgstr "Bucarest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUDAPEST"
+msgstr "Budapest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUENOSAIRES"
+msgstr "Buenos Aires"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAIRO"
+msgstr "Cairo"
+
+msgid "IDS_WCL_BODY_CITYNAME_CALGARY"
+msgstr "Calgary"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANARY_ISLANDS"
+msgstr "Isole Canarie"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANBERRA"
+msgstr "Canberra"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANTON"
+msgstr "Canton"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAPE_TOWN"
+msgstr "Città del Capo"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARACAS"
+msgstr "Caracas"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARDIFF"
+msgstr "Cardiff"
+
+msgid "IDS_WCL_BODY_CITYNAME_CASABLANCA"
+msgstr "Casablanca"
+
+msgid "IDS_WCL_BODY_CITYNAME_CATANZARO"
+msgstr "Catanzaro"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAYENNE"
+msgstr "Caienna"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE"
+msgstr "Charlotte"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE_AMALIE"
+msgstr "Charlotte Amalie"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHELYABINSK"
+msgstr "Chelyabinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHENNAI"
+msgstr "Chennai"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHICAGO"
+msgstr "Chicago"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHISINAU"
+msgstr "Chişinău"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHITA"
+msgstr "Chita"
+
+msgid "IDS_WCL_BODY_CITYNAME_CLEVELAND"
+msgstr "Cleveland"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLOMBO"
+msgstr "Colombo"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLUMBUS"
+msgstr "Columbus"
+
+msgid "IDS_WCL_BODY_CITYNAME_CONAKRY"
+msgstr "Conakry"
+
+msgid "IDS_WCL_BODY_CITYNAME_COPENHAGEN"
+msgstr "Copenhagen"
+
+msgid "IDS_WCL_BODY_CITYNAME_CORK"
+msgstr "Cork"
+
+msgid "IDS_WCL_BODY_CITYNAME_CROTONE"
+msgstr "Crotone"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAKAR"
+msgstr "Dakar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DALLAS"
+msgstr "Dallas"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAMASCUS"
+msgstr "Damasco"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAR_ES_SALAAM"
+msgstr "Dar es Salaam"
+
+msgid "IDS_WCL_BODY_CITYNAME_DARWIN"
+msgstr "Darwin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DELHI"
+msgstr "Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENPASAR"
+msgstr "Denpasar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENVER"
+msgstr "Denver"
+
+msgid "IDS_WCL_BODY_CITYNAME_DETROIT"
+msgstr "Detroit"
+
+msgid "IDS_WCL_BODY_CITYNAME_DHAKA"
+msgstr "Dhaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_DIEGO_GARCIA"
+msgstr "Diego Garcia"
+
+msgid "IDS_WCL_BODY_CITYNAME_DJIBOUTI"
+msgstr "Djibouti"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOHA"
+msgstr "Doha"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOUALA"
+msgstr "Douala"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBAI"
+msgstr "Dubai"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBLIN"
+msgstr "Dublino"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUSHANBE"
+msgstr "Dushanbe"
+
+msgid "IDS_WCL_BODY_CITYNAME_EASTER_ISLAND"
+msgstr "Isola di Pasqua"
+
+msgid "IDS_WCL_BODY_CITYNAME_EDINBURGH"
+msgstr "Edinburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_EL_PASO"
+msgstr "El Paso"
+
+msgid "IDS_WCL_BODY_CITYNAME_FLORENCE"
+msgstr "Firenze"
+
+msgid "IDS_WCL_BODY_CITYNAME_FORT_DE_FRANCE"
+msgstr "Fort-de-France"
+
+msgid "IDS_WCL_BODY_CITYNAME_FREETOWN"
+msgstr "Freetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GABORONE"
+msgstr "Gaborone"
+
+msgid "IDS_WCL_BODY_CITYNAME_GALAPAGOS_ISLANDS"
+msgstr "Isole Galapagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENEVA"
+msgstr "Ginevra"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENOA"
+msgstr "Genova"
+
+msgid "IDS_WCL_BODY_CITYNAME_GEORGETOWN"
+msgstr "Georgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GRYTVIKEN"
+msgstr "Grytviken"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOUTH_GEORGIA"
+msgstr "Georgia del Sud"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUAM"
+msgstr "Guam"
+
+msgid "IDS_WCL_BODY_GUATEMALA_CITY"
+msgstr "Città del Guatemala"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUSTAVIA"
+msgstr "Gustavia"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_BARTHELEMY"
+msgstr "Saint Barthélemy"
+
+msgid "IDS_WCL_BODY_CITYNAME_HALIFAX"
+msgstr "Halifax"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAMBURG"
+msgstr "Amburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_HANOI"
+msgstr "Hanoi"
+
+msgid "IDS_WCL_BODY_CITYNAME_HARARE"
+msgstr "Harare"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAVANA"
+msgstr "Havana"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAWAII"
+msgstr "Hawaii"
+
+msgid "IDS_WCL_BODY_CITYNAME_HELSINKI"
+msgstr "Helsinki"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOBART"
+msgstr "Hobart"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONGKONG"
+msgstr "Hong Kong"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONOLULU"
+msgstr "Honolulu"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOUSTON"
+msgstr "Houston"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOVD"
+msgstr "Hovd"
+
+msgid "IDS_WCL_BODY_CITYNAME_INDIANAPOLIS"
+msgstr "Indianapolis"
+
+msgid "IDS_WCL_BODY_CITYNAME_IRKUTSK"
+msgstr "Irkutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISLAMABAD"
+msgstr "Islamabad"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISTANBUL"
+msgstr "Istanbul"
+
+msgid "IDS_WCL_BODY_CITYNAME_IZHEVSK"
+msgstr "Izhevsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_JAKARTA"
+msgstr "Jakarta"
+
+msgid "IDS_WCL_BODY_CITYNAME_JEDDAH"
+msgstr "Jeddah"
+
+msgid "IDS_WCL_BODY_CITYNAME_JERUSALEM"
+msgstr "Gerusalemme"
+
+msgid "IDS_WCL_BODY_CITYNAME_JOHANNESBURG"
+msgstr "Johannesburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_KABUL"
+msgstr "Kabul"
+
+msgid "IDS_WCL_BODY_CITYNAME_KALININGRAD"
+msgstr "Kaliningrad"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMCHATKA"
+msgstr "Kamchatka"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMPALA"
+msgstr "Kampala"
+
+msgid "IDS_WCL_BODY_CITYNAME_KARACHI"
+msgstr "Karachi"
+
+msgid "IDS_WCL_BODY_CITYNAME_KATHMANDU"
+msgstr "Katmandu"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHABAROVSK"
+msgstr "Khabarovsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARKIV"
+msgstr "Kharkiv"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARTOUM"
+msgstr "Khartoum"
+
+msgid "IDS_WCL_BODY_CITYNAME_KIEV"
+msgstr "Kiev"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINGSTON"
+msgstr "Kingston"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINSHASA"
+msgstr "Kinshasa"
+
+msgid "IDS_WCL_BODY_CITYNAME_KOLKATA"
+msgstr "Calcutta"
+
+msgid "IDS_WCL_BODY_CITYNAME_KRASNOYARSK"
+msgstr "Krasnoyarsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KUALA_LUMPUR"
+msgstr "Kuala Lumpur"
+
+msgid "IDS_WCL_BODY_KUWAIT"
+msgstr "Kuwait"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOS_ANGELES"
+msgstr "Los Angeles"
+
+msgid "IDS_WCL_BODY_CITYNAME_LA_PAZ"
+msgstr "La Paz"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAGOS"
+msgstr "Lagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAS_VEGAS"
+msgstr "Las Vegas"
+
+msgid "IDS_WCL_BODY_CITYNAME_LIMA"
+msgstr "Lima"
+
+msgid "IDS_WCL_BODY_CITYNAME_LISBON"
+msgstr "Lisbona"
+
+msgid "IDS_WCL_BODY_CITYNAME_LJUBLJANA"
+msgstr "Lubiana"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONDON"
+msgstr "Londra"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONGHUA"
+msgstr "Longhua"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOUISVILLE"
+msgstr "Louisville"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUANDA"
+msgstr "Luanda"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUBUMBASHI"
+msgstr "Lubumbashi"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUSAKA"
+msgstr "Lusaka"
+
+msgid "IDS_WCL_BODY_LUXEMBOURG"
+msgstr "Lussemburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_LVIV"
+msgstr "Leopoli"
+
+msgid "IDS_WCL_BODY_CITYNAME_MACAU"
+msgstr "Macau"
+
+msgid "IDS_WCL_BODY_CITYNAME_MADRID"
+msgstr "Madrid"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAGADAN"
+msgstr "Magadan"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALABO"
+msgstr "Malabo"
+
+msgid "IDS_WCL_BODY_CITYNAME_EQUAORIAL_GUINEA"
+msgstr "Guinea Equatoriale"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALE"
+msgstr "Male"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAGUA"
+msgstr "Managua"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAMA"
+msgstr "Manama"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANILA"
+msgstr "Manila"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAPUTO"
+msgstr "Maputo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MARIGOT"
+msgstr "Marigot"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_MARTIN"
+msgstr "Saint-Martin"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAZATLAN"
+msgstr "Mazatlan"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIYADH"
+msgstr "Riyadh"
+
+msgid "IDS_WCL_BODY_CITYNAME_MELBOURNE"
+msgstr "Melbourne"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEMPHIS"
+msgstr "Memphis"
+
+msgid "IDS_WCL_BODY_CITYNAME_MESSINA"
+msgstr "Messina"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEXICO_CITY"
+msgstr "Città del Messico"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIAMI"
+msgstr "Miami"
+
+msgid "IDS_WCL_BODY_CITYNAME_MID_ATLANTIC"
+msgstr "Atlantico centrale"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIDWAY_ATOLL"
+msgstr "Atollo di Midway"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILAN"
+msgstr "Milano"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILWAUKEE"
+msgstr "Milwaukee"
+
+msgid "IDS_WCL_BODY_CITYNAME_MINSK"
+msgstr "Minsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOGADISHU"
+msgstr "Mogadiscio"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONROVIA"
+msgstr "Monrovia"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTEVIDEO"
+msgstr "Montevideo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTREAL"
+msgstr "Montreal"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOSCOW"
+msgstr "Mosca"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUMBAI"
+msgstr "Mumbai"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUNICH"
+msgstr "Monaco di Baviera"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUSCAT"
+msgstr "Muscat"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAIROBI"
+msgstr "Nairobi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ROME"
+msgstr "Roma"
+
+msgid "IDS_WCL_BODY_CITYNAME_NATERS"
+msgstr "Naters"
+
+msgid "IDS_WCL_BODY_CITYNAME_NDJAMENA"
+msgstr "Ndjamena"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAPLES"
+msgstr "Napoli"
+
+msgid "IDS_WCL_BODY_MECCA"
+msgstr "Mecca"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWDELHI"
+msgstr "Nuova Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWYORK"
+msgstr "New York"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWFOUNDLAND"
+msgstr "Terranova"
+
+msgid "IDS_WCL_BODY_CITYNAME_NIAMEY"
+msgstr "Niamey"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUAKCHOTT"
+msgstr "Nouakchott"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUMEA"
+msgstr "Nouméa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOKUZNETSK"
+msgstr "Novokuznetsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOSIBIRSK"
+msgstr "Novosibirsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUKUALOFA"
+msgstr "Nuku’alofa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUUK"
+msgstr "Nuuk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OMSK"
+msgstr "Omsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OSAKA"
+msgstr "Osaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_OTTAWA"
+msgstr "Ottawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_OUAGADOUGOU"
+msgstr "Ouagadougou"
+
+msgid "IDS_WCL_BODY_CITYNAME_PAGO_PAGO"
+msgstr "Pago Pago"
+
+msgid "IDS_WCL_BODY_CITYNAME_PALERMO"
+msgstr "Palermo"
+
+msgid "IDS_WCL_BODY_PANAMA_CITY"
+msgstr "Panama City"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARAMARIBO"
+msgstr "Paramaribo"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARIS"
+msgstr "Parigi"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERM"
+msgstr "Perm"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERTH"
+msgstr "Perth"
+
+msgid "IDS_WCL_BODY_CITYNAME_PETROPAVLOVSK_KAMCHATSKIY"
+msgstr "Petropavlovsk-Kamchatskiy"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHILADELPHIA"
+msgstr "Filadelfia"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHNOM_PENH"
+msgstr "Phnom Penh"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHOENIX"
+msgstr "Phoenix"
+
+msgid "IDS_WCL_BODY_CITYNAME_PODGORICA"
+msgstr "Podgorica"
+
+msgid "IDS_WCL_BODY_CITYNAME_PONTA_DELGADA"
+msgstr "Ponta Delgada"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_LOUIS"
+msgstr "Port Louis"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_AU_PRINCE"
+msgstr "Port-au-Prince"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORTLAND"
+msgstr "Portland"
+
+msgid "IDS_WCL_BODY_CITYNAME_PRAGUE"
+msgstr "Praga"
+
+msgid "IDS_WCL_BODY_CITYNAME_PYONGYANG"
+msgstr "Pyongyang"
+
+msgid "IDS_WCL_BODY_CITYNAME_QUITO"
+msgstr "QUITO"
+
+msgid "IDS_WCL_BODY_CITYNAME_RABAT"
+msgstr "Rabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_YANGON"
+msgstr "Yangon"
+
+msgid "IDS_WCL_BODY_CITYNAME_RECIFE"
+msgstr "Recife"
+
+msgid "IDS_WCL_BODY_CITYNAME_REGINA"
+msgstr "Regina"
+
+msgid "IDS_WCL_BODY_CITYNAME_REYKJAVIK"
+msgstr "Reykjavík"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIGA"
+msgstr "Riga"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIO_DE_JANEIRO"
+msgstr "Rio De Janeiro"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_DENIS"
+msgstr "Saint-Denis"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAMARA"
+msgstr "Samara"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_ANTONIO"
+msgstr "San Antonio"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_DIEGO"
+msgstr "San Diego"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_FRANCISCO"
+msgstr "San Francisco"
+
+msgid "IDS_WCL_BODY_SAN_JOSE"
+msgstr "San Jose"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_JUAN"
+msgstr "San Juan"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_MARINO"
+msgstr "San Marino"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_SALVADOR"
+msgstr "San Salvador"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANAA"
+msgstr "Sana'a"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTIAGO"
+msgstr "Santiago"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTO_DOMINGO"
+msgstr "Santo Domingo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAO_PAULO"
+msgstr "San Paolo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEATTLE"
+msgstr "Seattle"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEOUL"
+msgstr "Seul"
+
+msgid "IDS_WCL_BODY_CITYNAME_SHANGHAI"
+msgstr "Shanghai"
+
+msgid "IDS_WCL_BODY_SHENZHEN"
+msgstr "Shenzhen"
+
+msgid "IDS_WCL_BODY_CITYNAME_SINGAPORE"
+msgstr "Singapore"
+
+msgid "IDS_WCL_BODY_CITYNAME_SKOPJE"
+msgstr "Skopje"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOFIA"
+msgstr "Sofia"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_JOHNS"
+msgstr "St.John's"
+
+msgid "IDS_WCL_BODY_CITYNAME_STOCKHOLM"
+msgstr "Stoccolma"
+
+msgid "IDS_WCL_BODY_CITYNAME_SUVA"
+msgstr "Suva"
+
+msgid "IDS_WCL_BODY_CITYNAME_SYDNEY"
+msgstr "Sydney"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAHITI"
+msgstr "Tahiti"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAIPEI"
+msgstr "Taipei"
+
+msgid "IDS_WCL_BODY_CITYNAME_TALLINN"
+msgstr "Tallinn"
+
+msgid "IDS_WCL_BODY_CITYNAME_TARAWA"
+msgstr "Tarawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TASHKENT"
+msgstr "Tashkent"
+
+msgid "IDS_WCL_BODY_CITYNAME_TBILISI"
+msgstr "Tbilisi"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEGUCIGALPA"
+msgstr "Tegucigalpa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEHRAN"
+msgstr "Teheran"
+
+msgid "IDS_WCL_BODY_CITYNAME_HO_CHI_MINH_CITY"
+msgstr "Ho Chi Minh"
+
+msgid "IDS_WCL_BODY_CITYNAME_THE_SETTLEMENT"
+msgstr "The Settlement"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIANJIN"
+msgstr "Tientsin"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIJUANA"
+msgstr "Tijuana"
+
+msgid "IDS_WCL_BODY_CITYNAME_TOKYO"
+msgstr "Tokyo"
+
+msgid "IDS_WCL_BODY_CITYNAME_TORONTO"
+msgstr "Toronto"
+
+msgid "IDS_WCL_BODY_CITYNAME_TREHET"
+msgstr "Tréhet"
+
+msgid "IDS_WCL_BODY_CITYNAME_TRIPOLI"
+msgstr "Tripoli"
+
+msgid "IDS_WCL_BODY_CITYNAME_TUNIS"
+msgstr "Tunisi"
+
+msgid "IDS_WCL_BODY_CITYNAME_TURIN"
+msgstr "Torino"
+
+msgid "IDS_WCL_BODY_CITYNAME_UFA"
+msgstr "Ufa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ULAN_BATOR"
+msgstr "Ulan Bator"
+
+msgid "IDS_WCL_BODY_CITYNAME_VADUZ"
+msgstr "Vaduz"
+
+msgid "IDS_WCL_BODY_CITYNAME_VALLETTA"
+msgstr "La Valletta"
+
+msgid "IDS_WCL_BODY_CITYNAME_VANCOUVER"
+msgstr "Vancouver"
+
+msgid "IDS_WCL_BODY_CITYNAME_VERONA"
+msgstr "Verona"
+
+msgid "IDS_WCL_BODY_CITYNAME_VICTORIA"
+msgstr "Victoria"
+
+msgid "IDS_WCL_BODY_CITYNAME_VIENNA"
+msgstr "Vienna"
+
+msgid "IDS_WCL_BODY_CITYNAME_VILNIUS"
+msgstr "Vilnius"
+
+msgid "IDS_WCL_BODY_CITYNAME_VLADIVOSTOK"
+msgstr "Vladivostok"
+
+msgid "IDS_WCL_BODY_CITYNAME_VOLGOGRAD"
+msgstr "Volgograd"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_PETERSBURG"
+msgstr "San Pietroburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_WARSAW"
+msgstr "Varsavia"
+
+msgid "IDS_WCL_BODY_CITYNAME_WASHINGTON_DC"
+msgstr "Washington DC"
+
+msgid "IDS_WCL_BODY_CITYNAME_WELLINGTON"
+msgstr "Wellington"
+
+msgid "IDS_WCL_BODY_CITYNAME_WINNIPEG"
+msgstr "Winnipeg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAKUTSK"
+msgstr "Yakutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAMOUSSOUKRO"
+msgstr "Yamoussoukro"
+
+msgid "IDS_WCL_BODY_YAOUNDE"
+msgstr "Yaounde"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEKATERINBURG"
+msgstr "Ekaterinburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEREVAN"
+msgstr "Yerevan"
+
+msgid "IDS_WCL_BODY_CITYNAME_YUZHNO_SAKHALINSK"
+msgstr "Yuzhno-Sakhalinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZAGREB"
+msgstr "Zagabria"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZURICH"
+msgstr "Zurigo"
+
+msgid "IDS_ST_HEADER_WI_FI_DIRECT"
+msgstr "Wi-Fi Direct"
+
+msgid "IDS_ST_POP_INCORRECT_PASSWORD"
+msgstr "Password errata"
+
+
+
diff --git a/src/po/ko_KR.po b/src/po/ko_KR.po
new file mode 100755 (executable)
index 0000000..869a365
--- /dev/null
@@ -0,0 +1,2914 @@
+msgid "IDS_COM_POP_UNSUPPORTED"
+msgstr "지원되지 않습니다"
+
+msgid "IDS_COM_BODY_1_MINUTE"
+msgstr "1분"
+
+msgid "IDS_ST_BODY_WALLPAPER"
+msgstr "배경화면"
+
+msgid "IDS_COM_POP_DATE"
+msgstr "날짜"
+
+msgid "IDS_ST_BODY_SYSTEM"
+msgstr "시스템"
+
+msgid "IDS_ST_BODY_APPLICATIONS"
+msgstr "애플리케이션"
+
+msgid "IDS_EMAIL_BODY_EXAMPLE"
+msgstr "예시"
+
+msgid "IDS_COM_POP_NAME"
+msgstr "이름"
+
+msgid "IDS_ST_BODY_SCAN"
+msgstr "검색"
+
+msgid "IDS_COM_BODY_CALENDAR_T_MAINMENU_ABB2"
+msgstr "일정"
+
+msgid "IDS_COM_BODY_SAMSUNG_APPS_T_MAINMENU"
+msgstr "삼성Apps"
+
+msgid "IDS_COM_BODY_VOIP_CALL"
+msgstr "인터넷전화"
+
+msgid "IDS_COM_POP_UNKNOWN"
+msgstr "알 수 없음"
+
+msgid "IDS_COM_SK_ADD_LITE"
+msgstr "추가"
+
+msgid "IDS_ST_BODY_INACTIVE"
+msgstr "해제됨"
+
+msgid "IDS_COM_POP_NO_SPEED_DIAL_NUMBER_ASSIGN_ONE_NOW_Q"
+msgstr "단축번호가 없습니다. 지금 지정하시겠습니까?"
+
+msgid "IDS_COM_BODY_CONTACT_SETTINGS"
+msgstr "연락처 설정"
+
+msgid "IDS_COM_BODY_NA"
+msgstr "N/A"
+
+msgid "IDS_COM_BODY_SEARCH_LINK"
+msgstr "검색"
+
+msgid "IDS_ST_BODY_CHECK_YOUR_MISSED_EVENTS_WHEN_HEADSET_MODE_IS_ENABLED"
+msgstr "헤드셋 모드를 실행하면 부재중 알림을 확인합니다"
+
+msgid "IDS_ST_BODY_CHINESE_HCHINA_FEMALE"
+msgstr "중국어 (중국, 여성)"
+
+msgid "IDS_ST_BODY_DEFAULT_SETTINGS_OVERRIDE_APPLICATION_SETTINGS"
+msgstr "기본 설정이 애플리케이션 설정보다 우선적으로 적용됩니다"
+
+msgid "IDS_ST_BODY_ENGLISH_HUNITED_STATES_FEMALE"
+msgstr "영어 (미국, 여성)"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA"
+msgstr "음성 데이터 설치"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA_REQUIRED_FOR_SPEECH_SYNTHESIS"
+msgstr "음성 합성에 필요한 음성 데이터를 설치합니다"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_FEMALE"
+msgstr "한국어 (대한민국, 여성)"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_MALE"
+msgstr "한국어 (대한민국, 남성)"
+
+msgid "IDS_ST_BODY_LAUNCH_VOICE_TALK_WHENEVER_BLUETOOTH_HEADSET_IS_CONNECTED"
+msgstr "블루투스 헤드셋이 연결되면 보이스 토크를 실행합니다"
+
+msgid "IDS_ST_BODY_LISTEN_TO_AN_EXAMPLE"
+msgstr "예문 듣기"
+
+msgid "IDS_ST_BODY_SAMSUNG_POWERED_BY_VLINGO"
+msgstr "삼성 (Vlingo 제공)"
+
+msgid "IDS_ST_BODY_SAVED"
+msgstr "저장되었습니다"
+
+msgid "IDS_ST_BODY_SELECT_APPLICATIONS_TO_USE_TTS_WHILE_DRIVING_MODE_IS_ON"
+msgstr "운전 모드가 켜져 있을 때 TTS 기능을 사용할 애플리케이션을 선택합니다"
+
+msgid "IDS_ST_BODY_SETS_THE_SPEECH_SYNTHESIS_ENGINE_TO_BE_USED_FOR_SPOKEN_TEXT"
+msgstr "음성 합성에 사용할 엔진을 선택합니다"
+
+msgid "IDS_ST_BODY_SPEAKS_PROMPTS_BEFORE_LISTENING"
+msgstr "음성 안내 후 듣기 모드로 진입합니다"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH"
+msgstr "음성으로 읽어주기"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH_SETTINGS"
+msgstr "음성으로 읽어주기 설정"
+
+msgid "IDS_ST_BODY_TYPE1"
+msgstr "타입1"
+
+msgid "IDS_ST_BODY_TYPE2"
+msgstr "타입2"
+
+msgid "IDS_ST_BODY_TYPE3"
+msgstr "타입3"
+
+msgid "IDS_ST_BODY_TYPE_4"
+msgstr "유형4"
+
+msgid "IDS_ST_BODY_VOICE_EFFECTS"
+msgstr "음성 효과"
+
+msgid "IDS_ST_BODY_VOICE_INPUT_SETTING_HELP_MESSAGE_1"
+msgstr "Vlingo가 음성 인식의 정확성을 높이기 위해 연락처 색인을 만들 수 있도록 허용할까요?"
+
+msgid "IDS_ST_BODY_WHEN_VOICE_COMMAND_STARTS_THE_PHONE_WILL_START_LISTENING_AUTOMATICALLY_AND_RESPOND_USING_AUTO_SPEAK"
+msgstr "음성 명령이 입력되면 자동으로 듣기 모드로 진입합니다"
+
+msgid "IDS_ST_HEADER_ADVANCED_SETTINGS"
+msgstr "고급 설정"
+
+msgid "IDS_ST_HEADER_TEXT_TO_SPEECH"
+msgstr "음성으로 읽어주기"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT"
+msgstr "음성 입력"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+msgstr "음성 입력 및 출력"
+
+msgid "IDS_ST_HEADER_VOICE_OUTPUT_ABB"
+msgstr "음성 출력"
+
+msgid "IDS_ST_HEADER_VOICE_RECOGNITION_SETTINGS_ABB"
+msgstr "음성 인식 설정"
+
+msgid "IDS_ST_MBODY_AUTO_PUNCTUATION"
+msgstr "자동 마침표"
+
+msgid "IDS_ST_MBODY_AUTO_SPEAK"
+msgstr "자동 듣기"
+
+msgid "IDS_ST_MBODY_AUTO_START_DRIVING_MODE"
+msgstr "운전 모드 자동 실행"
+
+msgid "IDS_ST_MBODY_AUTO_START_SPEAKERPHONE"
+msgstr "스피커폰 자동 시작"
+
+msgid "IDS_ST_MBODY_CUSTOMISE_MAIN_PROMPT"
+msgstr "주 음성 안내 문구 편집"
+
+msgid "IDS_ST_MBODY_DEFAULT_ENGINE"
+msgstr "기본 엔진"
+
+msgid "IDS_ST_MBODY_DRIVING_MODE_SETTINGS"
+msgstr "운전 모드 설정"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_KINGDOM"
+msgstr "영어(영국)"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_STATES"
+msgstr "영어(미국)"
+
+msgid "IDS_ST_MBODY_HIDE_OFFENSIVE_WORDS"
+msgstr "불쾌감을 주는 단어 숨기기"
+
+msgid "IDS_ST_MBODY_SAMSUNG_TTS"
+msgstr "삼성 TTS"
+
+msgid "IDS_ST_MBODY_VERY_FAST"
+msgstr "매우 빠름"
+
+msgid "IDS_ST_MBODY_VOICE_RECOGNISER"
+msgstr "음성 인식기"
+
+msgid "IDS_ST_OPT_NORMAL_M_SOUNDEFFECT"
+msgstr "일반"
+
+msgid "IDS_ST_POP_FAST"
+msgstr "빠르게"
+
+msgid "IDS_ST_POP_SLOW"
+msgstr "느리게"
+
+msgid "IDS_ST_POP_UPDATED_ABB"
+msgstr "업데이트되었습니다"
+
+msgid "IDS_COM_BODY_OFFICE"
+msgstr "회사"
+
+msgid "IDS_COM_BODY_SAMSUNG_DISCLAIMER"
+msgstr "삼성 약관동의"
+
+msgid "IDS_COM_POP_LOCATION"
+msgstr "위치"
+
+msgid "IDS_ST_BODY_DRIVING_MODE"
+msgstr "운전 모드"
+
+msgid "IDS_ST_BODY_MESSAGE"
+msgstr "메시지"
+
+msgid "IDS_ST_SK3_DONE"
+msgstr "완료"
+
+msgid "IDS_COM_OPT_FOLDERS"
+msgstr "폴더"
+
+msgid "IDS_COM_BODY_ANDROID"
+msgstr "안드로이드"
+
+msgid "IDS_COM_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_COM_BODY_FRENCH"
+msgstr "프랑스어"
+
+msgid "IDS_ST_BODY_POWER_OFF"
+msgstr "종료"
+
+msgid "IDS_COM_BODY_GERMAN"
+msgstr "독일어"
+
+msgid "IDS_COM_BODY_ITALIAN"
+msgstr "이탈리아어"
+
+msgid "IDS_ST_BODY_SLEEP"
+msgstr "잠자는 중"
+
+msgid "IDS_COM_BODY_SPANISH"
+msgstr "스페인어"
+
+msgid "IDS_COM_BODY_TOUCHSCREEN_LANG"
+msgstr "언어"
+
+msgid "IDS_COM_SK_SEARCH_A"
+msgstr "검색"
+
+msgid "IDS_COM_BODY_SYSTEM_INFO_ABB"
+msgstr "시스템 정보"
+
+msgid "IDS_ST_BODY_GREEK"
+msgstr "그리스어"
+
+msgid "IDS_ST_BODY_POLISH"
+msgstr "폴란드어"
+
+msgid "IDS_ST_BODY_PORTUGUESE"
+msgstr "포르투갈어"
+
+msgid "IDS_ST_BODY_FAILED_TO_CHECK_SIGNATURE"
+msgstr "서명을 확인하지 못하였습니다"
+
+msgid "IDS_ST_BODY_INCORRECT_USER_NAME_OR_PASSWORD"
+msgstr "사용자 이름이나 비밀번호가 바르지 않습니다"
+
+msgid "IDS_ST_BODY_INTERNAL_ERROR"
+msgstr "내부 오류가 발생하였습니다"
+
+msgid "IDS_ST_BODY_SERVER_ERROR"
+msgstr "서버 오류가 발생하였습니다"
+
+msgid "IDS_ST_BODY_UNKNOWN_ERROR"
+msgstr "알 수 없는 오류가 발생하였습니다"
+
+msgid "IDS_ST_BODY_USER_NAME_ALREADY_IN_USE"
+msgstr "사용 중인 사용자 이름입니다"
+
+msgid "IDS_ST_POP_PASSWORD_MUST_BE_MORE_THAN_P1SD_CHARACTERS_AND_LESS_THAN_P2SD"
+msgstr "비밀번호는 %1$d자보다 길어야 하며 %2$d자보다 짧아야 합니다"
+
+msgid "IDS_ST_BODY_FONTSTYLE_ROSEMARY"
+msgstr "로즈마리"
+
+msgid "IDS_ST_BODY_APPLICATION_INFO"
+msgstr "애플리케이션 정보"
+
+msgid "IDS_ST_MBODY_HOME_SCREEN_WALLPAPER"
+msgstr "홈 화면 배경화면"
+
+msgid "IDS_ST_MBODY_LOCK_SCREEN_WALLPAPER_M_NOUN"
+msgstr "잠금화면"
+
+msgid "IDS_COM_BODY_NEGATIVE_DISPLAY"
+msgstr "최소전력모드"
+
+msgid "IDS_COM_BODY_ORIGINAL_DISPLAY"
+msgstr "기본모드"
+
+msgid "IDS_COM_BODY_POSITIVE_DISPLAY"
+msgstr "절약모드"
+
+msgid "IDS_ST_BODY_PASSWORDS_DO_NOT_MATCH"
+msgstr "비밀번호가 일치하지 않습니다"
+
+msgid "IDS_ST_POP_TIME_SET_MAY_BE_DIFFERENT_FROM_ACTUAL_LOCAL_TIME"
+msgstr "설정된 시간은 실제 현지 시간과 다를 수 있습니다"
+
+msgid "IDS_ST_BODY_LOCATIONS"
+msgstr "위치"
+
+msgid "IDS_ST_POP_PD_TO_PD_DIGITS_REQUIRED"
+msgstr "%d~%d자리를 입력하세요"
+
+msgid "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+msgstr "다운로드한 애플리케이션"
+
+msgid "IDS_ST_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_ST_BODY_KEYBOARD"
+msgstr "키보드"
+
+msgid "IDS_ST_BODY_PS_FREE_OF_PS"
+msgstr "%s/%s 사용 가능"
+
+msgid "IDS_ST_BODY_WIDGETS"
+msgstr "위젯"
+
+msgid "IDS_ST_HEADER_SAMSUNG_APPS"
+msgstr "삼성Apps"
+
+msgid "IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "언어를 변경하면 실행 중인 모든 애플리케이션이 종료되며 저장되지 않은 데이터를 잃게됩니다. 계속할까요?"
+
+msgid "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr " 변경하면 실행 중인 모든 애플리케이션이 종료되며 저장되지 않은 데이터를 잃게됩니다. 계속할까요?"
+
+msgid "IDS_ST_POP_EXPLANATION_FOR_EXPIRY_REMINDER"
+msgstr "배경화면 이미지와 같이 현재 사용 중인 파일의 라이선스가 만료되기 전에 알림 메시지를 수신합니다"
+
+msgid "IDS_ST_POP_RESETTING_ING"
+msgstr "초기화 중..."
+
+msgid "IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"
+msgstr "자동 업데이트하기 위해 휴대폰을 다시 시작할까요?"
+
+msgid "IDS_ST_BODY_ABOUT"
+msgstr "상세정보"
+
+msgid "IDS_ST_BODY_GSM_850_1900"
+msgstr "GSM 850/1900"
+
+msgid "IDS_ST_BODY_GSM_900_1800"
+msgstr "GSM 900/1800"
+
+msgid "IDS_ST_BODY_INSTALLATION_SETTINGS"
+msgstr "설치 설정"
+
+msgid "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+msgstr "사진 업로드 설정"
+
+msgid "IDS_ST_BODY_PROXY_PORT"
+msgstr "프록시 포트"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_CONNECTION_CONNECTING_USB_HELP_MSG"
+msgstr "삼성 Kies(PC 소프트웨어)나 올바른 드라이버가 컴퓨터에 설치되어 있지 않을 경우에는 마이크로소프트 윈도우에서 설치됩니다.\n소프트웨어를 설치하면 다음과 같은 작업을 수행할 수 있습니다:\n- 휴대폰 데이터 동기화\n- 휴대폰 소프트웨어 업데이트\n- 인터넷 공유(노트북이나 PC가 인터넷에 접속할 수 있도록 휴대폰이 모뎀 역할을 합니다)\n- 구매한 음악/동영상(마이크로소프트 윈도우 미디어 DRM)이나 일반 파일을 휴대폰에 복사"
+
+msgid "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+msgstr "소셜 네트워크 프로파일"
+
+msgid "IDS_ST_BODY_TASK_SWITCHER"
+msgstr "작업 전환기"
+
+msgid "IDS_ST_BODY_UMTS"
+msgstr "UMTS"
+
+msgid "IDS_ST_BODY_VIBR__N__RAISING_MELODY"
+msgstr "진동 및 벨소리 점점 크게"
+
+msgid "IDS_ST_HEADER_DIVX_VOD"
+msgstr "DivX® VOD"
+
+msgid "IDS_ST_HEADER_SAMSUNG_KIES"
+msgstr "삼성 Kies"
+
+msgid "IDS_COM_BODY_100P"
+msgstr "100%"
+
+msgid "IDS_COM_BODY_50P"
+msgstr "50%"
+
+msgid "IDS_COM_POP_DELETE_FAILED"
+msgstr "삭제하지 못하였습니다"
+
+msgid "IDS_ST_BODY_30_percent"
+msgstr "30%"
+
+msgid "IDS_ST_BODY_CONNECT_TO_BLUETOOTH_DEVICE"
+msgstr "블루투스 기기에 연결"
+
+msgid "IDS_ST_BODY_DATA_ROAMING"
+msgstr "데이터 로밍"
+
+msgid "IDS_ST_BODY_GESTURES"
+msgstr "동작"
+
+msgid "IDS_ST_BODY_LOCK_SCREEN"
+msgstr "잠금화면"
+
+msgid "IDS_ST_BODY_MEDIA_PLAYER"
+msgstr "미디어 플레이어"
+
+msgid "IDS_ST_BODY_MENU_AND_WIDGETS"
+msgstr "메뉴/위젯"
+
+msgid "IDS_ST_MBODY_USB_CONNECTION"
+msgstr "USB 연결모드"
+
+msgid "IDS_ST_BODY_BLUETOOTH_CONNECTION"
+msgstr "블루투스 연결"
+
+msgid "IDS_ST_BODY_ENTER_NEW_PASSWORD"
+msgstr "새 비밀번호를 입력하세요"
+
+msgid "IDS_ST_BODY_PASSWORD_CONTAINS_INVALID_CHARACTER_ABB"
+msgstr "비밀번호에 바르지 않은 문자가 있습니다"
+
+msgid "IDS_ST_BODY_SAMSUNG_ACCOUNT"
+msgstr "삼성 계정"
+
+msgid "IDS_ST_BODY_USER_PASSWORD"
+msgstr "사용자 비밀번호"
+
+msgid "IDS_ST_BODY_YOUR_BIRTHDAY"
+msgstr "내 생일"
+
+msgid "IDS_ST_BUTTON_CREATE_ACCOUNT"
+msgstr "계정 추가"
+
+msgid "IDS_ST_HEADER_INVALID_PASSWORD_LENGTH"
+msgstr "비밀번호 길이가 바르지 않습니다"
+
+msgid "IDS_ST_HEADER_SIGN_UP_FOR_SAMSUNG_ACCOUNT"
+msgstr "삼성 계정에 등록"
+
+msgid "IDS_ST_OPT_NEW_PASSWORD_ABB"
+msgstr "새 비밀번호"
+
+msgid "IDS_ST_POP_IT_SHOULD_BE_PD_TO_PD_DIGITS_LONG"
+msgstr "%d - %d자리어야 합니다"
+
+msgid "IDS_ST_POP_NETWORK_NOT_AVAILABLE"
+msgstr "연결할 수 있는 네트워크가 없습니다"
+
+msgid "IDS_COM_BODY_MSGSETTINGSBROADCASTLANGUAGESSPANISH"
+msgstr "스페인어"
+
+msgid "IDS_COM_POP_UNKNOWN_ERROR_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "알 수 없는 오류가 발생하여 애플리케이션을 실행할 수 없습니다"
+
+msgid "IDS_ST_HEADER_FRANCE"
+msgstr "프랑스"
+
+msgid "IDS_ST_BODY_ALWAYS_REJECT"
+msgstr "항상 거부"
+
+msgid "IDS_ST_BODY_AUTO_DOWNLOAD"
+msgstr "자동 다운로드"
+
+msgid "IDS_ST_BODY_DATE_AND_TIME"
+msgstr "날짜 및 시간"
+
+msgid "IDS_ST_BODY_DATE_FORMAT"
+msgstr "날짜 형식"
+
+msgid "IDS_ST_BODY_DDMMYYYY_DOT"
+msgstr "일.월.년"
+
+msgid "IDS_ST_BODY_EXPIRY_REMINDER"
+msgstr "기한 만료 알림"
+
+msgid "IDS_ST_BODY_FILE_TRANSFER"
+msgstr "파일 전송"
+
+msgid "IDS_ST_BODY_HOME_URL"
+msgstr "홈페이지 URL"
+
+msgid "IDS_ST_BODY_INTERNET_CONNECTION"
+msgstr "인터넷 연결"
+
+msgid "IDS_ST_BODY_INTERNET_SHARING"
+msgstr "인터넷 공유"
+
+msgid "IDS_ST_BODY_MM_DD_YYYY_DOT"
+msgstr "월.일.년"
+
+msgid "IDS_ST_BODY_NETWORK_MODE"
+msgstr "네트워크 모드"
+
+msgid "IDS_ST_BODY_OPEN_SOURCE_LICENCES"
+msgstr "오픈소스 라이선스"
+
+msgid "IDS_ST_BODY_PREFERRED_NETWORKS"
+msgstr "선호 네트워크"
+
+msgid "IDS_ST_BODY_RESET_SETTINGS"
+msgstr "설정 초기화"
+
+msgid "IDS_ST_BODY_SELECT_NETWORK"
+msgstr "네트워크 선택"
+
+msgid "IDS_ST_BODY_TIME_FORMAT"
+msgstr "시간 형식"
+
+msgid "IDS_ST_BODY_TIME_ZONE"
+msgstr "표준 시간대"
+
+msgid "IDS_ST_BODY_TRANSACTION_TRACKING"
+msgstr "거래 내역 추적"
+
+msgid "IDS_ST_BODY_YYYY_DD_MM_DOT"
+msgstr "년.일.월"
+
+msgid "IDS_COM_POP_FILE_VIEWER"
+msgstr "파일뷰어"
+
+msgid "IDS_COM_POP_SAVE_SAVE_TO_MY_FILES"
+msgstr "내 파일에 저장"
+
+msgid "IDS_ST_BODY_TIME_N_DATE"
+msgstr "날짜 및 시간"
+
+msgid "IDS_COM_BUTTON_PREV"
+msgstr "이전"
+
+msgid "IDS_COM_POP_DRM_EXPIRED_GET_MORE_LICENSES"
+msgstr "%s이(가) %d시간 후에  잠겨지면 %s은(는) 기본값으로 되돌아갑니다. 라이선스를 더 가져올까요?"
+
+msgid "IDS_COM_POP_EXPIRING_REMINDER"
+msgstr "기한 만료 알림"
+
+msgid "IDS_COM_SK_RETRY"
+msgstr "재시도"
+
+msgid "IDS_CST_BODY_AUTOMATIC_ANSWERING"
+msgstr "자동 전화 받기"
+
+msgid "IDS_ST_BODY_MESSAGE_LIST"
+msgstr "메시지 목록"
+
+msgid "IDS_ST_HEADER_PLEASE_WAIT"
+msgstr "잠시만 기다리세요"
+
+msgid "IDS_ST_BODY_CALL"
+msgstr "통화"
+
+msgid "IDS_ST_BODY_NORMAL_T_PROFILE"
+msgstr "일반 모드"
+
+msgid "IDS_ST_BODY_PD_SECONDS"
+msgstr "%d초"
+
+msgid "IDS_COM_POP_UPDATED"
+msgstr "업데이트가 끝났습니다"
+
+msgid "IDS_ST_POP_NEW_PASSWD_SAVED"
+msgstr "새 비밀번호가 저장되었습니다"
+
+msgid "IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"
+msgstr "비밀번호가 설정되어 있지 않습니다. 지금 설정할까요?"
+
+msgid "IDS_COM_BODY_CREATE_MESSAGE_TELEFONICA"
+msgstr "메시지 작성"
+
+msgid "IDS_ST_BODY_USB_ASK_ON_CONNECTION"
+msgstr "연결 시 설정"
+
+msgid "IDS_ST_HEADER_BRIGHT"
+msgstr "밝게"
+
+msgid "IDS_COM_BODY_ALL_DAY"
+msgstr "하루종일"
+
+msgid "IDS_COM_BODY_CERTIFICATE_INFO"
+msgstr "인증서 정보"
+
+msgid "IDS_COM_BODY_ENABLE_LOCATION_SERVICES"
+msgstr "위치 서비스 실행"
+
+msgid "IDS_COM_BODY_INSTANT_MESSENGER"
+msgstr "인스턴트 메신저"
+
+msgid "IDS_COM_BODY_NEWS"
+msgstr "뉴스"
+
+msgid "IDS_COM_BODY_NO_SIM"
+msgstr "SIM이 없습니다"
+
+msgid "IDS_COM_BODY_SERIAL_NUMBER"
+msgstr "시리얼 번호"
+
+msgid "IDS_COM_OPT_HIDE_KEYPAD"
+msgstr "키패드 숨기기"
+
+msgid "IDS_COM_OPT_VOICE_RECORDER_WILL_BE_STOPPED_DUE_TO_LOW_BATTERY_VODA"
+msgstr "배터리가 부족하여 음성녹음을 종료합니다"
+
+msgid "IDS_COM_POP_EXITSILENTMODE"
+msgstr "무음 모드를 해제하세요"
+
+msgid "IDS_COM_POP_FOR_ALL_TELE_SERVICES_EXCEPT_SMS"
+msgstr "SMS를 제외한 모든 통신 서비스"
+
+msgid "IDS_COM_POP_LOW_BATTERY_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "배터리가 부족하여 애플리케이션을 실행할 수 없습니다"
+
+msgid "IDS_COM_POP_MMS_SENT"
+msgstr "전송되었습니다"
+
+msgid "IDS_COM_POP_REGISTERING"
+msgstr "등록 중..."
+
+msgid "IDS_COM_POP_SMALL_DAYS"
+msgstr "일"
+
+msgid "IDS_COM_POP_SMALL_HOURS"
+msgstr "시간"
+
+msgid "IDS_COM_POP_WEEKS_LC"
+msgstr "주"
+
+msgid "IDS_COM_POP_WEEK_LC"
+msgstr "주"
+
+msgid "IDS_COM_SK3_ADD"
+msgstr "추가"
+
+msgid "IDS_COM_SK3_END_ALL_APPLICATIONS"
+msgstr "모든 애플리케이션 종료"
+
+msgid "IDS_COM_SK_MOVE_LITE"
+msgstr "이동"
+
+msgid "IDS_COM_SK_NEXT"
+msgstr "다음"
+
+msgid "IDS_ST_BODY_ABOUT_PHONE"
+msgstr "휴대폰 정보"
+
+msgid "IDS_ST_BODY_ACCESS_NAME"
+msgstr "접속 이름"
+
+msgid "IDS_ST_BODY_ADVANCED_GPS"
+msgstr "고급 GPS"
+
+msgid "IDS_ST_BODY_ALERTTYPE_VIBRATION_AND_MELODY"
+msgstr "진동 및 벨소리"
+
+msgid "IDS_ST_BODY_ALERT_VIBRATION"
+msgstr "진동 종류"
+
+msgid "IDS_ST_BODY_ALL_EMAILS"
+msgstr "모든 이메일"
+
+msgid "IDS_ST_BODY_ANNIVERSARY"
+msgstr "기념일"
+
+msgid "IDS_ST_BODY_ANY_KEY"
+msgstr "모든 버튼"
+
+msgid "IDS_ST_BODY_APPOINTMENT"
+msgstr "약속"
+
+msgid "IDS_ST_BODY_AUTH_TYPE"
+msgstr "인증 방식"
+
+msgid "IDS_ST_BODY_AUTOMATIC_TIME_UPDATE"
+msgstr "자동 시간 설정"
+
+msgid "IDS_ST_BODY_BACKLIGHT_TIME"
+msgstr "화면 조명 시간"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+msgstr "진동"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRAT_THEN_MELODY"
+msgstr "진동 후 벨소리"
+
+msgid "IDS_ST_BODY_CALL_LOG"
+msgstr "통화기록"
+
+msgid "IDS_ST_BODY_CHANGE_PIN1"
+msgstr "PIN1 변경"
+
+msgid "IDS_ST_BODY_CHANGE_PIN2"
+msgstr "PIN2 변경"
+
+msgid "IDS_ST_BODY_CHOCO_COOKY"
+msgstr "초코 쿠키"
+
+msgid "IDS_ST_BODY_CLEAR_PHONE_MEMORY"
+msgstr "내장 메모리 삭제"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN1"
+msgstr "새 PIN을 한번 더 입력하세요"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN2"
+msgstr "새 PIN2 확인"
+
+msgid "IDS_ST_BODY_CONFIRM_PASSWORD"
+msgstr "비밀번호 재확인"
+
+msgid "IDS_ST_BODY_CONFIRM_SIM_PASSWORD"
+msgstr "SIM 비밀번호를 다시한번 입력하세요"
+
+msgid "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS"
+msgstr "프록시 주소"
+
+msgid "IDS_ST_BODY_CONNECTIVITY"
+msgstr "연결"
+
+msgid "IDS_ST_BODY_COOL_JAZZ"
+msgstr "쿨재즈"
+
+msgid "IDS_ST_BODY_COUNTRY_CODE"
+msgstr "국가 코드"
+
+msgid "IDS_ST_BODY_CURRENT_PASSWORD"
+msgstr "현재 비밀번호"
+
+msgid "IDS_ST_BODY_CURRENT_PIN1"
+msgstr "현재 PIN"
+
+msgid "IDS_ST_BODY_CURRENT_PIN2"
+msgstr "현재 PIN2"
+
+msgid "IDS_ST_BODY_DISPLAY_CONTENTS"
+msgstr "내용 표시"
+
+msgid "IDS_ST_BODY_DIVX_DEREGISTRATION"
+msgstr "DivX 등록 해지"
+
+msgid "IDS_ST_BODY_DIVX_REGISTRATION"
+msgstr "DivX 등록"
+
+msgid "IDS_ST_BODY_DRM_MEDIA"
+msgstr "DRM 미디어"
+
+msgid "IDS_ST_BODY_DVB_H"
+msgstr "DVB-H"
+
+msgid "IDS_ST_BODY_ENTER_4_TO_8_DIGIT_PIN"
+msgstr "4~8자리 PIN을 입력하세요"
+
+msgid "IDS_ST_BODY_ETC"
+msgstr "기타"
+
+msgid "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+msgstr "이벤트 알림"
+
+msgid "IDS_ST_BODY_FIXED_DIALLING_MODE"
+msgstr "FDN 모드"
+
+msgid "IDS_ST_BODY_FLIGHT_MODE"
+msgstr "비행기 탑승 모드"
+
+msgid "IDS_ST_BODY_FONTSTYLE_GLOBAL"
+msgstr "글로벌"
+
+msgid "IDS_ST_BODY_FOREIGN_NETWORK"
+msgstr "로밍 네트워크"
+
+msgid "IDS_ST_BODY_IM"
+msgstr "메신저"
+
+msgid "IDS_ST_BODY_IN_USE"
+msgstr "사용 중"
+
+msgid "IDS_ST_BODY_ITEMS"
+msgstr "항목"
+
+msgid "IDS_ST_BODY_LAN"
+msgstr "언어"
+
+msgid "IDS_ST_BODY_LICENCE"
+msgstr "라이선스"
+
+msgid "IDS_ST_BODY_LIST_VIEW"
+msgstr "목록 보기"
+
+msgid "IDS_ST_BODY_MAXIMUM"
+msgstr "최대"
+
+msgid "IDS_ST_BODY_MEDIUM_M_FONTSIZE"
+msgstr "중간"
+
+msgid "IDS_ST_BODY_MEMORY"
+msgstr "메모리"
+
+msgid "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"
+msgstr "저장 위치"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_ANNIVERSARIES"
+msgstr "기념일"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_APPOINTMENTS"
+msgstr "약속"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_MEMORY_CARD_DETAILS"
+msgstr "메모리 카드 상태 정보"
+
+msgid "IDS_ST_BODY_MEMORY_STATUS"
+msgstr "메모리 사용정보"
+
+msgid "IDS_ST_BODY_MESSAGE_AND_EMAIL"
+msgstr "메시지/이메일"
+
+msgid "IDS_ST_BODY_MOBILE_TRACKER"
+msgstr "모바일 트래커"
+
+msgid "IDS_ST_BODY_MSGSETTINGSMMS_DEFAULT_STYLE"
+msgstr "메시지 속성"
+
+msgid "IDS_ST_BODY_MYTHEME_DEFAULT"
+msgstr "기본값"
+
+msgid "IDS_ST_BODY_NETWORK"
+msgstr "네트워크"
+
+msgid "IDS_ST_BODY_NETWORK_CODE"
+msgstr "네트워크 암호키"
+
+msgid "IDS_ST_BODY_NETWORK_LIST"
+msgstr "네트워크 목록"
+
+msgid "IDS_ST_BODY_NETWORK_TYPE"
+msgstr "네트워크 형태"
+
+msgid "IDS_ST_BODY_NEW_PASSWORD"
+msgstr "새 비밀번호"
+
+msgid "IDS_ST_BODY_NEW_PIN1"
+msgstr "새 PIN"
+
+msgid "IDS_ST_BODY_NEW_PIN2"
+msgstr "새 PIN2"
+
+msgid "IDS_ST_BODY_PASSWORD_EMPTY"
+msgstr "비밀번호를 입력하세요"
+
+msgid "IDS_ST_BODY_PC_INTERNET"
+msgstr "PC 인터넷"
+
+msgid "IDS_ST_BODY_PHONEPROFILES_DRIVING"
+msgstr "운전 모드"
+
+msgid "IDS_ST_BODY_PHONE_LOCK"
+msgstr "휴대폰 잠금"
+
+msgid "IDS_ST_BODY_PIN1"
+msgstr "PIN1"
+
+msgid "IDS_ST_BODY_PIN2"
+msgstr "PIN2"
+
+msgid "IDS_ST_BODY_PINS_DON'T_MATCH_E"
+msgstr "PIN이 일치하지 않습니다"
+
+msgid "IDS_ST_BODY_PRIVACY_LOCK"
+msgstr "기능사용 잠금"
+
+msgid "IDS_ST_BODY_PUK1_BLOCKED"
+msgstr "PUK이 잠겼습니다"
+
+msgid "IDS_ST_BODY_PUK1_CODE"
+msgstr "PUK"
+
+msgid "IDS_ST_BODY_PUK2"
+msgstr "PUK2"
+
+msgid "IDS_ST_BODY_PUK2_BLOCKED"
+msgstr "PUK2가 잠겼습니다"
+
+msgid "IDS_ST_BODY_RAISING_MELODY"
+msgstr "벨소리 점점 크게"
+
+msgid "IDS_ST_BODY_RECENT"
+msgstr "최근 검색 결과"
+
+msgid "IDS_ST_BODY_RINGTONES_SAMSUNG_TUNE"
+msgstr "삼성 벨소리"
+
+msgid "IDS_ST_BODY_ROAMING_NETWORK"
+msgstr "로밍 네트워크"
+
+msgid "IDS_ST_BODY_SECONDS_GA"
+msgstr "초"
+
+msgid "IDS_ST_BODY_SECURE"
+msgstr "보안"
+
+msgid "IDS_ST_BODY_SECURITY"
+msgstr "보안"
+
+msgid "IDS_ST_BODY_SERVICE_TYPE"
+msgstr "서비스 형식"
+
+msgid "IDS_ST_BODY_SIM_LOCK"
+msgstr "SIM 잠금"
+
+msgid "IDS_ST_BODY_SIM_PASSWORD"
+msgstr "SIM 비밀번호"
+
+msgid "IDS_ST_BODY_SMALL_M_TEXTSIZE"
+msgstr "작게"
+
+msgid "IDS_ST_BODY_SOS_MASSAGES"
+msgstr "SOS메시지"
+
+msgid "IDS_ST_BODY_SOUND_PROFILES"
+msgstr "소리 설정"
+
+msgid "IDS_ST_BODY_TEXTSTYLE_LARGE"
+msgstr "크게"
+
+msgid "IDS_ST_BODY_THEME"
+msgstr "테마"
+
+msgid "IDS_ST_BODY_TOUCH"
+msgstr "터치"
+
+msgid "IDS_ST_BODY_VIBRATION_1"
+msgstr "진동1"
+
+msgid "IDS_ST_BODY_VIBRATION_2"
+msgstr "진동2"
+
+msgid "IDS_ST_BODY_VIBRATION_3"
+msgstr "진동3"
+
+msgid "IDS_ST_BODY_VIBRATION_4"
+msgstr "진동4"
+
+msgid "IDS_ST_BODY_VIBRATION_5"
+msgstr "진동5"
+
+msgid "IDS_ST_BODY_VOICE_MAIL"
+msgstr "음성사서함"
+
+msgid "IDS_ST_BODY_WAP_DOWNLOADS"
+msgstr "다운로드 컨텐츠"
+
+msgid "IDS_ST_BODY_WI_FI_MAC_ADDRESS"
+msgstr "Wi-Fi MAC 주소"
+
+msgid "IDS_ST_DISPLAYSETTINGS_BODY_MAINGREETINGEDITSTYLEBGCOLOUR"
+msgstr "배경색"
+
+msgid "IDS_ST_HEADER_ALERT_TYPE"
+msgstr "알림 방법"
+
+msgid "IDS_ST_HEADER_CONFIRM_PASSWORD_ABB"
+msgstr "비밀번호 확인"
+
+msgid "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+msgstr "언어 선택"
+
+msgid "IDS_ST_HEADER_KEYBOARD_LANGUAGE"
+msgstr "키보드 언어"
+
+msgid "IDS_ST_HEADER_MEETING"
+msgstr "회의 모드"
+
+msgid "IDS_ST_HEADER_OUTDOOR"
+msgstr "야외 모드"
+
+msgid "IDS_ST_HEADER_PIN1_CODE"
+msgstr "PIN1"
+
+msgid "IDS_ST_HEADER_SIM_PASSWORD"
+msgstr "SIM 비밀번호"
+
+msgid "IDS_ST_HEADER_SPACE_M_THEME"
+msgstr "Space"
+
+msgid "IDS_ST_HEADER_UNAVAILABLE"
+msgstr "사용할 수 없음"
+
+msgid "IDS_ST_HEADER_USER_AGREEMENT"
+msgstr "사용자 동의서"
+
+msgid "IDS_ST_HEADER_WALLPAPER_HOME_SCREEN"
+msgstr "홈 화면"
+
+msgid "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME"
+msgstr "화면 조명 시간"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BLOCKMESSAGESBYADDRESSNEWPUSH"
+msgstr "푸시 메시지"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCAST"
+msgstr "방송 메시지"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCASTRECEIVINGCHANNELS"
+msgstr "수신 채널"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEFONTSTYLE2"
+msgstr "서체 설정"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEPAGEDURATION"
+msgstr "페이지 표시 시간"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSRECEIVOPTIONSHOMENET"
+msgstr "홈 네트워크"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSEXPIRY"
+msgstr "만료일"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSPRIORITY"
+msgstr "중요도"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDRECEIVINGOPTS"
+msgstr "수신 옵션"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMS"
+msgstr "문자 메시지"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMSSENDINGOPTCHARSUPPORT"
+msgstr "지원문자 형식"
+
+msgid "IDS_ST_OPT_EDIT_CHANNEL"
+msgstr "채널 편집"
+
+msgid "IDS_ST_OPT_ITEM"
+msgstr "항목"
+
+msgid "IDS_ST_OPT_MASS_STORAGE_ABB"
+msgstr "대용량 저장소"
+
+msgid "IDS_ST_OPT_PHONEBOOK"
+msgstr "연락처"
+
+msgid "IDS_ST_POP_ALL_BARRING"
+msgstr "모두 제한되었습니다"
+
+msgid "IDS_ST_POP_ALL_CONTACTS_LINKED_TO_WEB_ACCOUNTS_WILL_ALSO_BE_DELETED_IN_WEB_SERVER_CONTINUE_Q"
+msgstr "웹 계정에 연결된 모든 연락처까지 웹 서버에서 삭제됩니다. 계속할까요?"
+
+msgid "IDS_ST_POP_CLEARED"
+msgstr "삭제되었습니다"
+
+msgid "IDS_ST_POP_CLEARING_ING"
+msgstr "삭제 중..."
+
+msgid "IDS_ST_POP_ENTER_8_DIGIT_PIN_UNLOCK_HPUK_CODE_KOR"
+msgstr "해제코드(PUK)를 8 자리 숫자로 입력해 주십시오"
+
+msgid "IDS_ST_POP_FLIGHT_MODE_ON"
+msgstr "비행기 탑승 모드로 전환합니다"
+
+msgid "IDS_ST_POP_INCOMING_BARRING"
+msgstr "수신 제한"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1"
+msgstr "PIN이 바르지 않습니다"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT"
+msgstr "PIN이 바르지 않습니다. 재입력 기회가 1회 남았습니다"
+
+msgid "IDS_ST_POP_INCORRECT_PIN2"
+msgstr "PIN2가 바르지 않습니다"
+
+msgid "IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT"
+msgstr "PIN이 바르지 않습니다. 입력 기회가 %d번 남았습니다"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT"
+msgstr "PUK1이 바르지 않습니다. 재입력 기회가 1회 남았습니다"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_CODE"
+msgstr "PUK1이 바르지 않습니다"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT"
+msgstr "PUK1이 바르지 않습니다. 입력 기회가 %d회 남았습니다"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2"
+msgstr "PUK2가 바르지 않습니다"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT"
+msgstr "PUK2가 바르지 않습니다. 재입력 기회가 1회 남았습니다"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT"
+msgstr "PUK2가 바르지 않습니다. 입력 기회가 %d회 남았습니다"
+
+msgid "IDS_ST_POP_MSG_FORMATTING"
+msgstr "포맷 중..."
+
+msgid "IDS_ST_POP_MSG_FORMAT_QUESTION"
+msgstr "포맷하면 모든 데이터가 삭제됩니다. 계속할까요?"
+
+msgid "IDS_ST_POP_NO_ITEMS_SELECTED"
+msgstr "선택된 항목이 없습니다"
+
+msgid "IDS_ST_POP_OUTGOING_BARRING"
+msgstr "발신제한"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "비밀번호가 일치하지 않습니다"
+
+msgid "IDS_ST_POP_PASSWORD_CHANGED"
+msgstr "비밀번호가 변경되었습니다"
+
+msgid "IDS_ST_POP_PASSWORD_TOO_SHORT"
+msgstr "비밀번호가 너무 짧습니다"
+
+msgid "IDS_ST_POP_PD_ATTEMPTS_LEFT"
+msgstr "입력 기회가 %d회 남았습니다"
+
+msgid "IDS_ST_POP_PD_ATTEMPT_LEFT"
+msgstr "입력 기회가 %d회 남았습니다"
+
+msgid "IDS_ST_POP_PIN1_BLOCKED"
+msgstr "PIN 잠금이 설정되었습니다"
+
+msgid "IDS_ST_POP_PIN1_CHANGED"
+msgstr "PIN이 변경되었습니다"
+
+msgid "IDS_ST_POP_PIN2_BLOCKED"
+msgstr "PIN2가 잠겼습니다"
+
+msgid "IDS_ST_POP_PIN2_CHANGED"
+msgstr "PIN2가 변경되었습니다"
+
+msgid "IDS_ST_POP_PIN2_UNBLOCKED"
+msgstr "PIN2 잠금이 해제되었습니다"
+
+msgid "IDS_ST_POP_PIN_UNBLOCKED"
+msgstr "PIN 잠금이 해제되었습니다"
+
+msgid "IDS_ST_POP_SAVING"
+msgstr "저장 중..."
+
+msgid "IDS_ST_POP_SET"
+msgstr "설정"
+
+msgid "IDS_ST_POP_TEXT_MESSAGE_ALERT_TONE"
+msgstr "메시지 알림음"
+
+msgid "IDS_ST_POP_TEXT_NEW_NETWORK"
+msgstr "네트워크 추가"
+
+msgid "IDS_ST_POP_UNKNOWN_OPERATION"
+msgstr "수행할 수 없는 작업입니다"
+
+msgid "IDS_ST_POP_YES"
+msgstr "예"
+
+msgid "IDS_ST_SECURITY_BODY_ENTERPIN2BABY"
+msgstr "PIN2"
+
+msgid "IDS_ST_SECURITY_BODY_NOIMSI"
+msgstr "SIM을 삽입하세요"
+
+msgid "IDS_ST_SK_FORMAT"
+msgstr "포맷"
+
+msgid "IDS_ST_POP_ACTIVATION_ONGOING"
+msgstr "실행키 인증 중..."
+
+msgid "IDS_COM_BODY_EMAILS_T_MAINMENU_ABB2"
+msgstr "이메일"
+
+msgid "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+msgstr "모바일 핫스팟"
+
+msgid "IDS_ST_HEADER_WI_FI"
+msgstr "Wi-Fi"
+
+msgid "IDS_ST_BODY_CPU_USAGE"
+msgstr "CPU 사용량"
+
+msgid "IDS_ST_MBODY_SCREEN_READER_HTTS"
+msgstr "스크린 리더(TTS)"
+
+msgid "IDS_ST_BODY_SPEECH_RATE"
+msgstr "읽는 속도"
+
+msgid "IDS_ST_HEADER_ACCESSIBILITY"
+msgstr "접근성"
+
+msgid "IDS_ST_MBODY_HIGH_CONTRAST"
+msgstr "고대비"
+
+msgid "IDS_ST_MBODY_FONT_SIZE"
+msgstr "글자 크기"
+
+msgid "IDS_ST_BODY_FONT_STYLE"
+msgstr "서체 설정"
+
+msgid "IDS_ST_BODY_TORCH_LIGHT"
+msgstr "손전등"
+
+msgid "IDS_ST_MBODY_MONO_AUDIO"
+msgstr "모노 오디오"
+
+msgid "IDS_ST_HEADER_TUTORIAL"
+msgstr "가이드"
+
+msgid "IDS_ST_BODY_TOUCHSENSITIVITY_SENSITIVITY"
+msgstr "감도"
+
+msgid "IDS_MTTRL_BODY_USE_PANNING"
+msgstr "패닝 사용"
+
+msgid "IDS_MTTRL_HEADER_TRY_TILT"
+msgstr "기울이기 연습"
+
+msgid "IDS_ST_HEADER_INCOMING_CALLS"
+msgstr "수신 전화"
+
+msgid "IDS_ST_SK_VOLUME"
+msgstr "음량"
+
+msgid "IDS_ST_HEADER_USB_UTILITIES"
+msgstr "USB 유틸리티"
+
+msgid "IDS_ST_BODY_ROTATION_LOCK"
+msgstr "회전 잠금"
+
+msgid "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+msgstr "남은 배터리 용량"
+
+msgid "IDS_ST_BODY_MY_NUMBER"
+msgstr "내 전화번호"
+
+msgid "IDS_ST_BODY_MODEL_NUMBER"
+msgstr "모델 번호"
+
+msgid "IDS_ST_BODY_VERSION_C"
+msgstr "버전:"
+
+msgid "IDS_ST_BODY_BUILD_NUMBER"
+msgstr "빌드 번호"
+
+msgid "IDS_ST_BODY_DEVICE_INFO"
+msgstr "디바이스 정보"
+
+msgid "IDS_ST_BODY_SUNDAY"
+msgstr "일요일"
+
+msgid "IDS_ST_BODY_MONDAY"
+msgstr "월요일"
+
+msgid "IDS_ST_BODY_TUESDAY"
+msgstr "화요일"
+
+msgid "IDS_ST_BODY_10_MINUTES"
+msgstr "10분"
+
+msgid "IDS_ST_BODY_3MINUTES"
+msgstr "3분"
+
+msgid "IDS_ST_BODY_HOLD_ME"
+msgstr "길게 누르세요"
+
+msgid "IDS_MTTRL_BODY_MOTION_ACTIVATION"
+msgstr "모션 사용"
+
+msgid "IDS_MTTRL_MBODY_TILT_TO_ZOOM"
+msgstr "기울여서 확대/축소"
+
+msgid "IDS_ST_BUTTON_USE_TILT"
+msgstr "기울이기 사용"
+
+msgid "IDS_ST_BODY_USE_MOTION"
+msgstr "모션 기능 사용"
+
+msgid "IDS_ST_BODY_MOTION_DISABLED"
+msgstr "모션 비활성화 상태"
+
+msgid "IDS_COM_POP_UNABLE_TO_SECURE_CONNECTION"
+msgstr "보안 연결을 사용할 수 없습니다"
+
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "알림"
+
+msgid "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK"
+msgstr "햅틱 반응"
+
+msgid "IDS_ST_BODY_MSG_ALERT_REPETITION"
+msgstr "메시지 알림 반복"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+msgstr "이메일 수신 알림 반복"
+
+msgid "IDS_ST_POP_SIMPLE_PASSWORD_NOT_ALLOWED"
+msgstr "보안이 높은 비밀번호로 지정하세요"
+
+msgid "IDS_ST_BODY_INCOMING_CALL"
+msgstr "수신 전화"
+
+msgid "IDS_ST_BODY_ONCE"
+msgstr "한 번만"
+
+msgid "IDS_ST_BODY_EVERY_2MIN"
+msgstr "2분마다"
+
+msgid "IDS_ST_BODY_EVERY_5MIN"
+msgstr "5분마다"
+
+msgid "IDS_ST_BODY_EVERY_10MINUTES"
+msgstr "10분마다"
+
+msgid "IDS_ST_BODY_15SEC"
+msgstr "15초"
+
+msgid "IDS_ST_BODY_30SEC"
+msgstr "30초"
+
+msgid "IDS_ST_BODY_8_SECONDS"
+msgstr "8초"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+msgstr "접근성 설정"
+
+msgid "IDS_ST_BODY_AFTER_5_SECONDS"
+msgstr "5초 후"
+
+msgid "IDS_ST_HEADER_PD_ATTEMPTS_LEFT"
+msgstr "입력 기회가 %d회 남았습니다"
+
+msgid "IDS_ST_BODY_AVAILABLE_SPACE"
+msgstr "사용할 수 있는 공간"
+
+msgid "IDS_ST_BODY_BLACK"
+msgstr "검은색"
+
+msgid "IDS_ST_HEADER_EASY_ACCESS"
+msgstr "접근성 향상"
+
+msgid "IDS_CLD_BODY_FIRST_DAY_OF_WEEK"
+msgstr "주 시작 요일"
+
+msgid "IDS_ST_BODY_FORMAT_SD_CARD"
+msgstr "SD 카드 포맷"
+
+msgid "IDS_ST_BODY_GSM"
+msgstr "GSM"
+
+msgid "IDS_ST_HEADER_HEARING"
+msgstr "청각"
+
+msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
+msgstr "홈 화면"
+
+msgid "IDS_ST_HEADER_INSERT_SIM_CARD_ABB"
+msgstr "SIM 카드 삽입"
+
+msgid "IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"
+msgstr "프록시 주소가 바르지 않습니다"
+
+msgid "IDS_ST_BODY_KIES_INSTALLER"
+msgstr "Kies 설치마법사"
+
+msgid "IDS_ST_BODY_LANGUAGE"
+msgstr "언어"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TILT_ABB"
+msgstr "기울이기에 대해 알아보기"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TURN_OVER"
+msgstr "뒤집기에 대해 알아보기"
+
+msgid "IDS_COM_BODY_MEDIA"
+msgstr "미디어"
+
+msgid "IDS_ST_BODY_MOTION_SETTINGS"
+msgstr "모션 설정"
+
+msgid "IDS_ST_MBODY_MOTIONS"
+msgstr "모션"
+
+msgid "IDS_ST_BODY_MOUNT_SD_CARD"
+msgstr "SD 카드 마운트"
+
+msgid "IDS_MTTRL_BODY_MOVE_AN_ICON_TO_ANOTHER_PAGE"
+msgstr "아이콘을 다른 페이지로 이동합니다"
+
+msgid "IDS_ST_BODY_MOVE_DEVICE_LEFT_OR_RIGHT"
+msgstr "디바이스를 왼쪽이나 오른쪽으로 움직이세요"
+
+msgid "IDS_ST_OPT_NETWORK_LIST"
+msgstr "네트워크 목록"
+
+msgid "IDS_ST_HEADER_NEW_NETWORK"
+msgstr "네트워크 추가"
+
+msgid "IDS_ST_BODY_NOSERVICE"
+msgstr "서비스 지역이 아닙니다"
+
+msgid "IDS_COM_BUTTON2_PROCESSING_ING"
+msgstr "처리 중..."
+
+msgid "IDS_COM_MBODY_SECURITY_POLICY"
+msgstr "보안 정책"
+
+msgid "IDS_ST_POP_SELECT_OTHER_CONNECTION"
+msgstr "다른 연결을 선택하세요"
+
+msgid "IDS_ST_BODY_PHONE_SOUND_VOL"
+msgstr "음량 조절"
+
+msgid "IDS_ST_BODY_SPEED_AT_WHICH_THE_TEXT_IS_SPOKEN"
+msgstr "글을 읽는 속도"
+
+msgid "IDS_COM_BODY_DETAILS_TIME"
+msgstr "시간"
+
+msgid "IDS_ST_BODY_TOTAL_SPACE"
+msgstr "총 공간"
+
+msgid "IDS_MTTRL_HEADER_TRY_DOUBLE_TAP"
+msgstr "두 번 두드리기 연습"
+
+msgid "IDS_MTTRL_HEADER_TRY_PANNING"
+msgstr "패닝 연습"
+
+msgid "IDS_MTTRL_MBODY_TURN_OVER_TO_MUTE"
+msgstr "뒤집어서 음소거"
+
+msgid "IDS_ST_BODY_UNMOUNT_SD_CARD"
+msgstr "SD 카드 마운트 해제"
+
+msgid "IDS_ST_BODY_USB_DEBUGGING"
+msgstr "USB 디버깅"
+
+msgid "IDS_ST_BODY_USE_PACKET_DATA"
+msgstr "패킷 데이터 사용"
+
+msgid "IDS_ST_HEADER_VISION"
+msgstr "시각"
+
+msgid "IDS_ST_BODY_INTERNAL_PHONE_STORAGE_SPACE_IS_NEARLY_FULL_VZW"
+msgstr "내장 메모리가 거의 다 찼습니다"
+
+msgid "IDS_ST_BODY_24_HOURS"
+msgstr "24시간"
+
+msgid "IDS_ST_BODY_WEDNESDAY"
+msgstr "수요일"
+
+msgid "IDS_ST_BODY_THURSDAY"
+msgstr "목요일"
+
+msgid "IDS_ST_BODY_FRIDAY"
+msgstr "금요일"
+
+msgid "IDS_ST_BODY_SATURDAY"
+msgstr "토요일"
+
+msgid "IDS_ST_BODY_EMAIL"
+msgstr "이메일"
+
+msgid "IDS_CST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "홈 버튼으로 전화 받기"
+
+msgid "IDS_ST_BODY_HELLO_KITTY_1"
+msgstr "헬로키티1"
+
+msgid "IDS_COM_POP_TIMES_LC"
+msgstr "회"
+
+msgid "IDS_COM_BODY_VIA_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+msgstr "언어 및 지역"
+
+msgid "IDS_ST_BODY_WINSET"
+msgstr "윈셋"
+
+msgid "IDS_ST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "홈 버튼으로 전화 받기"
+
+msgid "IDS_ST_BODY_REMOVE_LICENCE"
+msgstr "라이선스 삭제"
+
+msgid "IDS_ST_BUTTON2_EDIT_PREFERRED"
+msgstr "선호 항목 편집"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT"
+msgstr "이메일 수신음"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
+msgstr "비밀번호를 다시 입력하세요"
+
+msgid "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
+msgstr "현재 비밀번호를 입력하세요"
+
+msgid "IDS_ST_BODY_SD_CARD"
+msgstr "SD 카드"
+
+msgid "IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"
+msgstr "등록해제 코드를 찾을 수 없습니다"
+
+msgid "IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"
+msgstr "네트워크를 선택하지 못하였습니다"
+
+msgid "IDS_ST_BODY_HIGH_CONTRAST"
+msgstr "고대비"
+
+msgid "IDS_ST_BODY_MMS_CONNECTIONS"
+msgstr "MMS 연결"
+
+msgid "IDS_ST_TAB_PREFERRED"
+msgstr "선호 항목"
+
+msgid "IDS_ST_BODY_REGION"
+msgstr "지역"
+
+msgid "IDS_ST_BODY_SNS"
+msgstr "SNS"
+
+msgid "IDS_ST_BODY_SENSITIVITY_SETTINGS"
+msgstr "감도 설정"
+
+msgid "IDS_ST_HEADER_SENSITIVITY_TEST_ABB"
+msgstr "감도 테스트"
+
+msgid "IDS_ST_BODY_VOLUME"
+msgstr "음량"
+
+msgid "IDS_ST_BODY_TEST_TILT_SENSITIVITY"
+msgstr "기울이기 감도 테스트"
+
+msgid "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+msgstr "전화를 걸거나, 키패드나 화면을 누르거나, 버튼을 누르거나, 디바이스 잠금 및 잠금을 해제할 때 나는 소리의 크기와 진동 세기를 조절하세요"
+
+msgid "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
+msgstr "비밀번호가 바르지 않습니다. 다시 입력하세요"
+
+msgid "IDS_ST_BODY_PICTURE_READER"
+msgstr "사진 리더"
+
+msgid "IDS_ST_BODY_AUTOMATIC_UPDATE"
+msgstr "자동 업데이트"
+
+msgid "IDS_COM_BODY_FILEDETAIL_MODEL"
+msgstr "모델"
+
+msgid "IDS_ST_BODY_WHITE"
+msgstr "흰색"
+
+msgid "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+msgstr "잠금화면 사용자 설정"
+
+msgid "IDS_ST_BODY_MESSAGE_RINGTONE"
+msgstr "메시지 벨소리"
+
+msgid "IDS_COM_BODY_DETAILS_LOCATION"
+msgstr "위치"
+
+msgid "IDS_ST_OPT_ALL"
+msgstr "전체"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS"
+msgstr "%d초 후에 비밀번호를 다시 입력하세요"
+
+msgid "IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"
+msgstr "PIN을 변경할 수 없습니다"
+
+msgid "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+msgstr "화면 잠금 소리"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+msgstr "수신 전화 벨소리"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+msgstr "수신 전화 진동"
+
+msgid "IDS_ST_BODY_SIMPLE_PASSWORD"
+msgstr "간단한 비밀번호"
+
+msgid "IDS_COM_BODY_ALLOW_BLUETOOTH"
+msgstr "블루투스 허용"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_USE"
+msgstr "인터넷 사용 허용"
+
+msgid "IDS_COM_BODY_ALLOW_CAMERA"
+msgstr "카메라 허용"
+
+msgid "IDS_COM_BODY_ALLOW_DESKTOP_SYNC"
+msgstr "PC 동기화 허용"
+
+msgid "IDS_COM_BODY_ALLOW_HTML_EMAIL"
+msgstr "HTML 이메일 허용"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_SHARING"
+msgstr "인터넷 공유 허용"
+
+msgid "IDS_COM_BODY_ALLOW_POP_AND_IMAP_EMAIL"
+msgstr "POP 및 IMAP 이메일 허용"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_ENCRYPTION_ALGORITHM_NEGOTIATION"
+msgstr "S/MIME 암호화 알고리즘 협상 허용"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_SOFTWARE_CERTIFICATES"
+msgstr "S/MIME 소프트웨어 인증서 허용"
+
+msgid "IDS_COM_BODY_ALLOW_STORAGE_CARD"
+msgstr "메모리 카드 사용 허용"
+
+msgid "IDS_COM_BODY_ALLOW_TEXT_MESSAGING"
+msgstr "문자 메시지 허용"
+
+msgid "IDS_COM_BODY_ALLOW_WI_FI"
+msgstr "Wi-Fi 허용"
+
+msgid "IDS_COM_HEADER_ATTACHMENT_CONTROL"
+msgstr "첨부파일 제어"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_CALENDAR_EVENTS"
+msgstr "일정 최대 저장 기간"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_EMAILS"
+msgstr "이메일 최대 저장 기간"
+
+msgid "IDS_COM_BODY_MINIMUM_NUMBER_OF_COMPLEX_CHARACTERS_IN_PASSWORD"
+msgstr "비밀번호에 포함해야 하는 조합 문자의 최소 개수"
+
+msgid "IDS_COM_HEADER_PASSWORD_RECOVERY"
+msgstr "비밀번호 복구"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_ENCRYPTED"
+msgstr "메시지를 S/MIME로 암호화하도록 요청"
+
+msgid "IDS_COM_BODY_REQUIRE_S_MIME_ALGORITHM_ENCRYPTION"
+msgstr "S/MIME 알고리즘으로 암호화하도록 요청"
+
+msgid "IDS_COM_BODY_REQUIRE_MANUAL_SYNCHRONISATION_WHEN_ROAMING"
+msgstr "로밍 중일 때에는 수동으로 동기화해야 합니다"
+
+msgid "IDS_COM_BODY_REQUIRE_SIGNED_S_MIME_ALGORITHM"
+msgstr "S/MIME 알고리즘으로 서명하도록 요청"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_SIGNED"
+msgstr "메시지를 S/MIME로 서명하도록 요청"
+
+msgid "IDS_COM_POP_INSERT_SIM_CARD"
+msgstr "SIM을 삽입하세요"
+
+msgid "IDS_COM_POP_DEACTIVATE_FLIGHT_MODE_TO_USE_NETWORK_SERVICES"
+msgstr "네트워크 서비스를 사용하려면 비행기 탑승 모드를 해제하세요"
+
+msgid "IDS_COM_POP_DAY_LC"
+msgstr "일"
+
+msgid "IDS_ST_BODY_TIME_ZONE_DST"
+msgstr "서머타임"
+
+msgid "IDS_ST_POP_UNINSTALLED"
+msgstr "삭제하였습니다"
+
+msgid "IDS_ST_HEADER_APPLICATION_INFO"
+msgstr "애플리케이션 정보"
+
+msgid "IDS_ST_BODY_TOTAL"
+msgstr "전체"
+
+msgid "IDS_ST_BODY_APPLICATION"
+msgstr "애플리케이션"
+
+msgid "IDS_ST_BODY_DATA"
+msgstr "데이터"
+
+msgid "IDS_ST_BODY_BYTES"
+msgstr "바이트"
+
+msgid "IDS_ST_BODY_LAUNCH_BY_DEFAULT"
+msgstr "기본으로 실행"
+
+msgid "IDS_ST_BODY_CLEAR_DEFAULTS"
+msgstr "기본 정보 지우기"
+
+msgid "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS"
+msgstr "이 애플리케이션은 일부 동작에 대해 기본적으로 실행되도록 설정되어 있습니다"
+
+msgid "IDS_ST_BODY_OPERATOR"
+msgstr "사업자"
+
+msgid "IDS_ST_BODY_SAMSUNG"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_THIRD_PARTIES"
+msgstr "참여업체"
+
+msgid "IDS_ST_BUTTON_UNINSTALL_UPDATES"
+msgstr "업데이트 삭제"
+
+msgid "IDS_ST_BODY_STORAGE"
+msgstr "저장소"
+
+msgid "IDS_ST_BODY_GB"
+msgstr "GB"
+
+msgid "IDS_ST_BODY_MB"
+msgstr "MB"
+
+msgid "IDS_ST_BODY_KB"
+msgstr "KB"
+
+msgid "IDS_ST_BODY_MORE_DETAILS"
+msgstr "자세히 보기"
+
+msgid "IDS_ST_HEADER_CERTIFICATES"
+msgstr "인증서"
+
+msgid "IDS_ST_POP_UNINSTALLING_ING"
+msgstr "삭제 중..."
+
+msgid "IDS_ST_SK_OK"
+msgstr "확인"
+
+msgid "IDS_ST_BODY_DISPLAY"
+msgstr "화면"
+
+msgid "IDS_ST_BODY_MOBILE_AP"
+msgstr "모바일 AP"
+
+msgid "IDS_ST_BODY_PD_MINUTES"
+msgstr "%d분"
+
+msgid "IDS_ST_BODY_POWERONTYPE_MUTE"
+msgstr "음소거"
+
+msgid "IDS_ST_BODY_SECONDS"
+msgstr "초"
+
+msgid "IDS_ST_BODY_MAINDISPLAY_WALLPAPER"
+msgstr "배경화면"
+
+msgid "IDS_ST_BODY_SOUNDS"
+msgstr "사운드"
+
+msgid "IDS_ST_POP_SEARCHING_ING"
+msgstr "검색 중..."
+
+msgid "IDS_ST_BUTTON_FORCE_STOP"
+msgstr "강제 중지"
+
+msgid "IDS_ST_BUTTON_UNINSTALL"
+msgstr "삭제"
+
+msgid "IDS_ST_BUTTON_CLEAR_DATA"
+msgstr "데이터 삭제"
+
+msgid "IDS_ST_MBODY_TETHERING_AND_PORTABLE_HOTSPOT"
+msgstr "테더링 및 휴대용 핫스팟"
+
+msgid "IDS_ST_HEADER2_FIND_MY_MOBILE"
+msgstr "모바일 위치 찾기"
+
+msgid "IDS_COM_SK_RETRY_A"
+msgstr "재시도"
+
+msgid "IDS_ST_BODY_2_MINUTES"
+msgstr "2분"
+
+msgid "IDS_ST_BODY_5_MINUTES"
+msgstr "5분"
+
+msgid "IDS_ST_BODY_MESSAGE_ALERT"
+msgstr "메시지 수신음"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "PC에 연결합니다. 대용량 저장소는 사용 후 자동으로 해제됩니다"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "PC에 연결합니다. USB 디버깅은 사용 후 자동으로 꺼집니다"
+
+msgid "IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"
+msgstr "라이선스가 삭제됩니다. 계속할까요?"
+
+msgid "IDS_ST_BODY_DEFAULT_CONNECTION_MODE"
+msgstr "기본 연결 모드"
+
+msgid "IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"
+msgstr "이 모드는 애플리케이션 개발자용입니다. 소프트웨어를 테스트하고 개발할 수 있습니다"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_IS_THE_DEFAULT_CONNECTION_IT_WILL_REVERT_BACK_TO_DEFAULT_MODE_AFTER_USING_OTHER_MODES_MSG"
+msgstr "삼성 Kies가 기본 연결 모드입니다. 아래의 다른 모드는 선택 사항입니다. 아래의 모드를 사용하고 나면 디바이스가 기본 모드로 다시 되돌아갑니다"
+
+msgid "IDS_ST_BODY_MANUFACTURER"
+msgstr "제조사"
+
+msgid "IDS_ST_BODY_MASS_STORAGE_HELP_MSG"
+msgstr "사용자는 다음과 같은 작업을 수행할 수 있습니다:\n- 빠른 파일 복사\n- MAC이나 Linux OS에 연결"
+
+msgid "IDS_ST_BODY_RESET_ALL"
+msgstr "모두 초기화"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_ON"
+msgstr "비행기 탑승 모드로 전환합니다"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_OFF"
+msgstr "비행기 탑승 모드가 해제됩니다"
+
+msgid "IDS_ST_POP_UNABLE_TO_TURN_ON_FLIGHT_MODE_VODA"
+msgstr "비행기 탑승 모드로 설정할 수 없습니다"
+
+msgid "IDS_ST_POP_PS_ENABLED"
+msgstr "%s이(가) 설정되었습니다"
+
+msgid "IDS_ST_POP_ACTIVATE_DEVICE_ADMINISTRATOR_Q"
+msgstr "기기 관리자를 실행할까요?"
+
+msgid "IDS_ST_BODY_TOUCH_PANEL_AUTO_LOCK"
+msgstr "화면 자동 잠금"
+
+msgid "IDS_ST_BODY_SAVE_TO"
+msgstr "저장"
+
+msgid "IDS_COM_POP_DISCONNECTED"
+msgstr "연결 끊김"
+
+msgid "IDS_WIFI_MBODY_MOBILE_HOTSPOT_VZW"
+msgstr "모바일 핫스팟"
+
+msgid "IDS_COM_BODY_TEXT_INPUT"
+msgstr "텍스트 입력"
+
+msgid "IDS_ST_BODY_TEXT_INPUT"
+msgstr "텍스트 입력"
+
+msgid "IDS_ST_BODY_EFFECT"
+msgstr "효과"
+
+msgid "IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"
+msgstr "배경화면 이미지와 같이 현재 사용 중인 파일의 라이선스가 만료되기 전에 알림 메시지를 수신합니다"
+
+msgid "IDS_COM_BODY_OFF_M_STATUS"
+msgstr "꺼짐"
+
+msgid "IDS_COM_BODY_ON_M_STATUS"
+msgstr "켜짐"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_TURN_OFF_AUTOMATICALLY_AFTER_USE"
+msgstr "PC에 연결합니다. 대용량 저장소는 사용 후 자동으로 꺼집니다"
+
+msgid "IDS_ST_BODY_TAP_TO_INSERT"
+msgstr "삽입하려면 누르세요"
+
+msgid "IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES"
+msgstr "로밍 시 모바일 데이터를 사용하면 추가 요금이 부과됩니다"
+
+msgid "IDS_ST_BODY_BATTERY"
+msgstr "배터리"
+
+msgid "IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK"
+msgstr "데이터 로밍이 해제되어 있는 경우 데이터 연결을 사용하는 애플리케이션이 작동하지 않을 수 있습니다"
+
+msgid "IDS_ST_HEADER_LOCK_SCREEN"
+msgstr "잠금화면"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY"
+msgstr "접근성"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER"
+msgstr "자동 전화 받기"
+
+msgid "IDS_ST_MBODY_ASSISTIVE_LIGHT"
+msgstr "보조등"
+
+msgid "IDS_ST_BODY_MANAGE_APPLICATIONS"
+msgstr "애플리케이션 관리"
+
+msgid "IDS_ST_BODY_POWER_SAVING_MODE"
+msgstr "절전 모드"
+
+msgid "IDS_COM_OPT_REGISTER"
+msgstr "등록"
+
+msgid "IDS_COM_POP_UNEXPECTED_ERROR"
+msgstr "예상치 못한 오류가 발생하였습니다"
+
+msgid "IDS_COM_POP_PROXY_CONNECTION_FAILED"
+msgstr "프록시 서버에 연결하지 못하였습니다"
+
+msgid "IDS_COM_POP_NETWORK_CONNECTION_ERROR"
+msgstr "네트워크에 연결할 수 없습니다"
+
+msgid "IDS_COM_BODY_INVALID_SIM_CARD"
+msgstr "사용할 수 없는 SIM입니다"
+
+msgid "IDS_COM_BODY_OPERATION_FAILED"
+msgstr "작업을 수행하지 못하였습니다"
+
+msgid "IDS_COM_POP_VERSION"
+msgstr "버전"
+
+msgid "IDS_ST_BODY_MENUTRANSITIONEFFECT_ZOOM"
+msgstr "확대/축소"
+
+msgid "IDS_ST_MBODY_ZOOM"
+msgstr "화면 확대/축소"
+
+msgid "IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION"
+msgstr "Wi-Fi에 연결하지 않고 데이터를 다운로드하거나 업로드하면 모바일 데이터가 사용됩니다"
+
+msgid "IDS_ST_BODY_APP_OPENING_EFFECT"
+msgstr "애플리케이션 실행 효과"
+
+msgid "IDS_ST_BODY_APP_OPENING_IMAGE"
+msgstr "애플리케이션 실행 이미지"
+
+msgid "IDS_ST_BODY_NEGATIVE_COLOURS"
+msgstr "색상 반전"
+
+msgid "IDS_ST_BODY_ZOOM"
+msgstr "확대/축소"
+
+msgid "IDS_ST_BODY_ASSISTIVE_LIGHT"
+msgstr "보조 조명"
+
+msgid "IDS_ST_BODY_AFTER_1_SECOND"
+msgstr "1초 후"
+
+msgid "IDS_ST_BODY_AFTER_PD_SECONDS"
+msgstr "%d초 후"
+
+msgid "IDS_ST_BODY_END_CALLS_USING_THE_POWER_KEY"
+msgstr "전원 버튼을 사용하여 통화 종료"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER_ONLY_OPERATES_WITH_HEADSET_CONNECTED"
+msgstr "자동 전화 받기는 헤드셋이 연결되어 있을 때만 작동합니다"
+
+msgid "IDS_ST_BODY_PRESS_THE_POWER_KEY_TO_END_CALLS_THIS_WILL_NOT_TURN_OFF_THE_SCREEN"
+msgstr "전원 버튼을 눌러 통화를 종료합니다. 화면은 꺼지지 않습니다"
+
+msgid "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+msgstr "연락처, 일정, 메모, 메시지, 이메일, 메신저의 글자 크기를 변경합니다"
+
+msgid "IDS_ST_BODY_PRESS_THE_HOME_KEY_TO_ACCEPT_INCOMING_CALLS"
+msgstr "전화를 수신하려면 홈 버튼을 누르세요"
+
+msgid "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+msgstr "모든 설정이 기본값으로 되돌아갑니다"
+
+msgid "IDS_ST_BODY_POWER_KEY_SHORTCUT"
+msgstr "전원 버튼 바로가기"
+
+msgid "IDS_ST_BODY_BLUETOOTH_USB_UTILITIES_ETC"
+msgstr "블루투스, USB 유틸리티 등"
+
+msgid "IDS_ST_BODY_DATE_AND_TIME_KEYBOARD_LICENCE_ETC"
+msgstr "날짜 및 시간, 키보드, 라이선스 등"
+
+msgid "IDS_ST_BODY_MORE_CONNECTIVITY_SETTINGS"
+msgstr "연결 설정 더 보기"
+
+msgid "IDS_ST_BODY_MORE_SYSTEM_SETTINGS"
+msgstr "시스템 설정 더 보기"
+
+msgid "IDS_ST_BODY_THIS_BAND_MAY_NOT_WORK_OUTSIDE_THE_USA_AND_CANADA"
+msgstr "이 대역은 미국 및 캐나다 밖에서 작동하지 않을 수 있습니다"
+
+msgid "IDS_ST_BODY_UMTS_MODE_ONLY_WORKS_INSIDE_3G_COVERAGE_AREA"
+msgstr "UMTS 모드는 3G 서비스 지역에만 실행됩니다"
+
+msgid "IDS_ST_MBODY_REGISTER"
+msgstr "등록"
+
+msgid "IDS_ST_MBODY_DEREGISTER"
+msgstr "등록 해제"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABIDJAN"
+msgstr "아비장"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABUDHABI"
+msgstr "아부다비"
+
+msgid "IDS_WCL_BODY_CITYNAME_ACCRA"
+msgstr "아크라"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADDIS_ABABA"
+msgstr "아디스아바바"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADELAIDE"
+msgstr "애들레이드"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALASKA"
+msgstr "알래스카"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALGIERS"
+msgstr "알제"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALMATY"
+msgstr "알마티"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMBON"
+msgstr "암본"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMMAN"
+msgstr "암만"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMSTERDAME"
+msgstr "암스테르담"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANADYR"
+msgstr "아나디리"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANCHORAGE"
+msgstr "앵커리지"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANKARA"
+msgstr "앙카라"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANTANANARIVO"
+msgstr "안타나나리보"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASHGABAT"
+msgstr "아시가바트"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASMARA"
+msgstr "아스마라"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASTANA"
+msgstr "아스타나"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASUNCION"
+msgstr "아순시온"
+
+msgid "IDS_WCL_BODY_CITYNAME_ATHENS"
+msgstr "아테네"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUCKLAND"
+msgstr "오클랜드"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUSTIN"
+msgstr "오스틴"
+
+msgid "IDS_WCL_BODY_CITYNAME_AZORES"
+msgstr "아조레스"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAGHDAD"
+msgstr "바그다드"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAKU"
+msgstr "바쿠"
+
+msgid "IDS_WCL_BODY_CITYNAME_BALTIMORE"
+msgstr "볼티모어"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAMAKO"
+msgstr "바마코"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGKOK"
+msgstr "방콕"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGUI"
+msgstr "방기"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARCELONA"
+msgstr "바르셀로나"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARI"
+msgstr "바리"
+
+msgid "IDS_WCL_BODY_CITYNAME_BASSE_TERRE"
+msgstr "바스테르"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIJING"
+msgstr "베이징"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIRUT"
+msgstr "베이루트"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELGRADE"
+msgstr "베오그라드"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELIZE_CITY"
+msgstr "벨리즈시티"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERLIN"
+msgstr "베를린"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERN"
+msgstr "베른"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISHKEK"
+msgstr "비슈케크"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISSAU"
+msgstr "비사우"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUINEA_BISSAU"
+msgstr "기니비사우"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOGOTA"
+msgstr "보고타"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOLOGNA"
+msgstr "볼로냐"
+
+msgid "IDS_WCL_BODY_BOSTON"
+msgstr "보스턴"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRASILIA"
+msgstr "브라질리아"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRATISLAVA"
+msgstr "브라티슬라바"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRIDGETOWN"
+msgstr "브리지타운"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRISBANE"
+msgstr "브리즈번"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRUSSELS"
+msgstr "브뤼셀"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUCHAREST"
+msgstr "부쿠레슈티"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUDAPEST"
+msgstr "부다페스트"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUENOSAIRES"
+msgstr "부에노스아이레스"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAIRO"
+msgstr "카이로"
+
+msgid "IDS_WCL_BODY_CITYNAME_CALGARY"
+msgstr "캘거리"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANARY_ISLANDS"
+msgstr "카나리아 제도"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANBERRA"
+msgstr "캔버라"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANTON"
+msgstr "캔턴"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAPE_TOWN"
+msgstr "케이프타운"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARACAS"
+msgstr "카라카스"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARDIFF"
+msgstr "카디프"
+
+msgid "IDS_WCL_BODY_CITYNAME_CASABLANCA"
+msgstr "카사블랑카"
+
+msgid "IDS_WCL_BODY_CITYNAME_CATANZARO"
+msgstr "카탄차로"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAYENNE"
+msgstr "카옌"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE"
+msgstr "샬럿"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE_AMALIE"
+msgstr "샬럿아말리에"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHELYABINSK"
+msgstr "첼랴빈스크"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHENNAI"
+msgstr "첸나이"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHICAGO"
+msgstr "시카고"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHISINAU"
+msgstr "키시너우"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHITA"
+msgstr "치타"
+
+msgid "IDS_WCL_BODY_CITYNAME_CLEVELAND"
+msgstr "클리블랜드"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLOMBO"
+msgstr "콜롬보"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLUMBUS"
+msgstr "콜럼버스"
+
+msgid "IDS_WCL_BODY_CITYNAME_CONAKRY"
+msgstr "코나크리"
+
+msgid "IDS_WCL_BODY_CITYNAME_COPENHAGEN"
+msgstr "코펜하겐"
+
+msgid "IDS_WCL_BODY_CITYNAME_CORK"
+msgstr "코크"
+
+msgid "IDS_WCL_BODY_CITYNAME_CROTONE"
+msgstr "크로토네"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAKAR"
+msgstr "다카르"
+
+msgid "IDS_WCL_BODY_CITYNAME_DALLAS"
+msgstr "댈러스"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAMASCUS"
+msgstr "다마스쿠스"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAR_ES_SALAAM"
+msgstr "다르에스살람"
+
+msgid "IDS_WCL_BODY_CITYNAME_DARWIN"
+msgstr "다윈"
+
+msgid "IDS_WCL_BODY_CITYNAME_DELHI"
+msgstr "델리"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENPASAR"
+msgstr "덴파사르"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENVER"
+msgstr "덴버"
+
+msgid "IDS_WCL_BODY_CITYNAME_DETROIT"
+msgstr "디트로이트"
+
+msgid "IDS_WCL_BODY_CITYNAME_DHAKA"
+msgstr "다카"
+
+msgid "IDS_WCL_BODY_CITYNAME_DIEGO_GARCIA"
+msgstr "디에고가르시아"
+
+msgid "IDS_WCL_BODY_CITYNAME_DJIBOUTI"
+msgstr "지부티"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOHA"
+msgstr "도하"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOUALA"
+msgstr "두알라"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBAI"
+msgstr "두바이"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBLIN"
+msgstr "더블린"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUSHANBE"
+msgstr "두샨베"
+
+msgid "IDS_WCL_BODY_CITYNAME_EASTER_ISLAND"
+msgstr "이스터 섬"
+
+msgid "IDS_WCL_BODY_CITYNAME_EDINBURGH"
+msgstr "에든버러"
+
+msgid "IDS_WCL_BODY_CITYNAME_EL_PASO"
+msgstr "엘패소"
+
+msgid "IDS_WCL_BODY_CITYNAME_FLORENCE"
+msgstr "피렌체"
+
+msgid "IDS_WCL_BODY_CITYNAME_FORT_DE_FRANCE"
+msgstr "포르 드 프랑스"
+
+msgid "IDS_WCL_BODY_CITYNAME_FREETOWN"
+msgstr "프리타운"
+
+msgid "IDS_WCL_BODY_CITYNAME_GABORONE"
+msgstr "가보로네"
+
+msgid "IDS_WCL_BODY_CITYNAME_GALAPAGOS_ISLANDS"
+msgstr "갈라파고스 제도"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENEVA"
+msgstr "제네바"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENOA"
+msgstr "제노바"
+
+msgid "IDS_WCL_BODY_CITYNAME_GEORGETOWN"
+msgstr "조지타운"
+
+msgid "IDS_WCL_BODY_CITYNAME_GRYTVIKEN"
+msgstr "그리트비켄"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOUTH_GEORGIA"
+msgstr "사우스 조지아"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUAM"
+msgstr "괌"
+
+msgid "IDS_WCL_BODY_GUATEMALA_CITY"
+msgstr "과테말라시티"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUSTAVIA"
+msgstr "구스타비아"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_BARTHELEMY"
+msgstr "생 바르텔레미"
+
+msgid "IDS_WCL_BODY_CITYNAME_HALIFAX"
+msgstr "핼리팩스"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAMBURG"
+msgstr "함부르크"
+
+msgid "IDS_WCL_BODY_CITYNAME_HANOI"
+msgstr "하노이"
+
+msgid "IDS_WCL_BODY_CITYNAME_HARARE"
+msgstr "하라레"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAVANA"
+msgstr "아바나"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAWAII"
+msgstr "하와이"
+
+msgid "IDS_WCL_BODY_CITYNAME_HELSINKI"
+msgstr "헬싱키"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOBART"
+msgstr "호바트"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONGKONG"
+msgstr "홍콩"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONOLULU"
+msgstr "호놀룰루"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOUSTON"
+msgstr "휴스턴"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOVD"
+msgstr "호브드"
+
+msgid "IDS_WCL_BODY_CITYNAME_INDIANAPOLIS"
+msgstr "인디애나폴리스"
+
+msgid "IDS_WCL_BODY_CITYNAME_IRKUTSK"
+msgstr "이르쿠츠크"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISLAMABAD"
+msgstr "이슬라마바드"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISTANBUL"
+msgstr "이스탄불"
+
+msgid "IDS_WCL_BODY_CITYNAME_IZHEVSK"
+msgstr "이젭스크"
+
+msgid "IDS_WCL_BODY_CITYNAME_JAKARTA"
+msgstr "자카르타"
+
+msgid "IDS_WCL_BODY_CITYNAME_JEDDAH"
+msgstr "제다"
+
+msgid "IDS_WCL_BODY_CITYNAME_JERUSALEM"
+msgstr "예루살렘"
+
+msgid "IDS_WCL_BODY_CITYNAME_JOHANNESBURG"
+msgstr "요하네스버그"
+
+msgid "IDS_WCL_BODY_CITYNAME_KABUL"
+msgstr "카불"
+
+msgid "IDS_WCL_BODY_CITYNAME_KALININGRAD"
+msgstr "칼리닌그라드"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMCHATKA"
+msgstr "캄차카"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMPALA"
+msgstr "캄팔라"
+
+msgid "IDS_WCL_BODY_CITYNAME_KARACHI"
+msgstr "카라치"
+
+msgid "IDS_WCL_BODY_CITYNAME_KATHMANDU"
+msgstr "카트만두"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHABAROVSK"
+msgstr "하바롭스크"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARKIV"
+msgstr "카르키프"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARTOUM"
+msgstr "카르툼"
+
+msgid "IDS_WCL_BODY_CITYNAME_KIEV"
+msgstr "키예프"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINGSTON"
+msgstr "킹스턴"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINSHASA"
+msgstr "킨샤사"
+
+msgid "IDS_WCL_BODY_CITYNAME_KOLKATA"
+msgstr "콜카타"
+
+msgid "IDS_WCL_BODY_CITYNAME_KRASNOYARSK"
+msgstr "크라스노야르스크"
+
+msgid "IDS_WCL_BODY_CITYNAME_KUALA_LUMPUR"
+msgstr "쿠알라룸푸르"
+
+msgid "IDS_WCL_BODY_KUWAIT"
+msgstr "쿠웨이트"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOS_ANGELES"
+msgstr "로스앤젤레스"
+
+msgid "IDS_WCL_BODY_CITYNAME_LA_PAZ"
+msgstr "라파스"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAGOS"
+msgstr "라고스"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAS_VEGAS"
+msgstr "라스베이거스"
+
+msgid "IDS_WCL_BODY_CITYNAME_LIMA"
+msgstr "리마"
+
+msgid "IDS_WCL_BODY_CITYNAME_LISBON"
+msgstr "리스본"
+
+msgid "IDS_WCL_BODY_CITYNAME_LJUBLJANA"
+msgstr "류블랴나"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONDON"
+msgstr "런던"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONGHUA"
+msgstr "룽화"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOUISVILLE"
+msgstr "루이즈빌"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUANDA"
+msgstr "루안다"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUBUMBASHI"
+msgstr "루붐바시"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUSAKA"
+msgstr "루사카"
+
+msgid "IDS_WCL_BODY_LUXEMBOURG"
+msgstr "룩셈부르크"
+
+msgid "IDS_WCL_BODY_CITYNAME_LVIV"
+msgstr "리비브"
+
+msgid "IDS_WCL_BODY_CITYNAME_MACAU"
+msgstr "마카오"
+
+msgid "IDS_WCL_BODY_CITYNAME_MADRID"
+msgstr "마드리드"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAGADAN"
+msgstr "마가단"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALABO"
+msgstr "말라보"
+
+msgid "IDS_WCL_BODY_CITYNAME_EQUAORIAL_GUINEA"
+msgstr "적도 기니"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALE"
+msgstr "말레"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAGUA"
+msgstr "마나과"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAMA"
+msgstr "마나마"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANILA"
+msgstr "마닐라"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAPUTO"
+msgstr "마푸토"
+
+msgid "IDS_WCL_BODY_CITYNAME_MARIGOT"
+msgstr "마리갓"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_MARTIN"
+msgstr "생 마르텡"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAZATLAN"
+msgstr "마사틀란"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIYADH"
+msgstr "리야드"
+
+msgid "IDS_WCL_BODY_CITYNAME_MELBOURNE"
+msgstr "멜버른"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEMPHIS"
+msgstr "멤피스"
+
+msgid "IDS_WCL_BODY_CITYNAME_MESSINA"
+msgstr "메시나"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEXICO_CITY"
+msgstr "멕시코시티"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIAMI"
+msgstr "마이애미"
+
+msgid "IDS_WCL_BODY_CITYNAME_MID_ATLANTIC"
+msgstr "대서양 연안 중부"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIDWAY_ATOLL"
+msgstr "미드웨이 아톨"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILAN"
+msgstr "밀라노"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILWAUKEE"
+msgstr "밀워키"
+
+msgid "IDS_WCL_BODY_CITYNAME_MINSK"
+msgstr "민스크"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOGADISHU"
+msgstr "모가디슈"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONROVIA"
+msgstr "몬로비아"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTEVIDEO"
+msgstr "몬테비데오"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTREAL"
+msgstr "몬트리올"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOSCOW"
+msgstr "모스크바"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUMBAI"
+msgstr "뭄바이"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUNICH"
+msgstr "뮌헨"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUSCAT"
+msgstr "무스카트"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAIROBI"
+msgstr "나이로비"
+
+msgid "IDS_WCL_BODY_CITYNAME_ROME"
+msgstr "로마"
+
+msgid "IDS_WCL_BODY_CITYNAME_NATERS"
+msgstr "네이터스"
+
+msgid "IDS_WCL_BODY_CITYNAME_NDJAMENA"
+msgstr "엔자메나"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAPLES"
+msgstr "나폴리"
+
+msgid "IDS_WCL_BODY_MECCA"
+msgstr "메카"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWDELHI"
+msgstr "뉴델리"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWYORK"
+msgstr "뉴욕"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWFOUNDLAND"
+msgstr "뉴펀들랜드"
+
+msgid "IDS_WCL_BODY_CITYNAME_NIAMEY"
+msgstr "니아메"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUAKCHOTT"
+msgstr "누악쇼트"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUMEA"
+msgstr "누메아"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOKUZNETSK"
+msgstr "노보쿠즈네츠크"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOSIBIRSK"
+msgstr "노보시비르스크"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUKUALOFA"
+msgstr "누쿠알로파"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUUK"
+msgstr "누크"
+
+msgid "IDS_WCL_BODY_CITYNAME_OMSK"
+msgstr "옴스크"
+
+msgid "IDS_WCL_BODY_CITYNAME_OSAKA"
+msgstr "오사카"
+
+msgid "IDS_WCL_BODY_CITYNAME_OTTAWA"
+msgstr "오타와"
+
+msgid "IDS_WCL_BODY_CITYNAME_OUAGADOUGOU"
+msgstr "와가두구"
+
+msgid "IDS_WCL_BODY_CITYNAME_PAGO_PAGO"
+msgstr "파고파고"
+
+msgid "IDS_WCL_BODY_CITYNAME_PALERMO"
+msgstr "팔레르모"
+
+msgid "IDS_WCL_BODY_PANAMA_CITY"
+msgstr "파나마시티"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARAMARIBO"
+msgstr "파라마리보"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARIS"
+msgstr "파리"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERM"
+msgstr "페름"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERTH"
+msgstr "퍼스"
+
+msgid "IDS_WCL_BODY_CITYNAME_PETROPAVLOVSK_KAMCHATSKIY"
+msgstr "페트로파블로프스크-캄차스키"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHILADELPHIA"
+msgstr "필라델피아"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHNOM_PENH"
+msgstr "프놈펜"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHOENIX"
+msgstr "피닉스"
+
+msgid "IDS_WCL_BODY_CITYNAME_PODGORICA"
+msgstr "포드고리차"
+
+msgid "IDS_WCL_BODY_CITYNAME_PONTA_DELGADA"
+msgstr "폰타델가다"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_LOUIS"
+msgstr "포트루이스"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_AU_PRINCE"
+msgstr "포르토프랭스"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORTLAND"
+msgstr "포틀랜드"
+
+msgid "IDS_WCL_BODY_CITYNAME_PRAGUE"
+msgstr "프라하"
+
+msgid "IDS_WCL_BODY_CITYNAME_PYONGYANG"
+msgstr "평양"
+
+msgid "IDS_WCL_BODY_CITYNAME_QUITO"
+msgstr "키토"
+
+msgid "IDS_WCL_BODY_CITYNAME_RABAT"
+msgstr "라바트"
+
+msgid "IDS_WCL_BODY_CITYNAME_YANGON"
+msgstr "양곤"
+
+msgid "IDS_WCL_BODY_CITYNAME_RECIFE"
+msgstr "헤시피"
+
+msgid "IDS_WCL_BODY_CITYNAME_REGINA"
+msgstr "리자이나"
+
+msgid "IDS_WCL_BODY_CITYNAME_REYKJAVIK"
+msgstr "레이캬비크"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIGA"
+msgstr "리가"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIO_DE_JANEIRO"
+msgstr "리우데자네이루"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_DENIS"
+msgstr "생드니"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAMARA"
+msgstr "사마라"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_ANTONIO"
+msgstr "샌안토니오"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_DIEGO"
+msgstr "샌디에이고"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_FRANCISCO"
+msgstr "샌프란시스코"
+
+msgid "IDS_WCL_BODY_SAN_JOSE"
+msgstr "산호세"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_JUAN"
+msgstr "산후안"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_MARINO"
+msgstr "산마리노"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_SALVADOR"
+msgstr "산살바도르"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANAA"
+msgstr "사나"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTIAGO"
+msgstr "산티아고"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTO_DOMINGO"
+msgstr "산토도밍고"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAO_PAULO"
+msgstr "상파울루"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEATTLE"
+msgstr "시애틀"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEOUL"
+msgstr "서울"
+
+msgid "IDS_WCL_BODY_CITYNAME_SHANGHAI"
+msgstr "상하이"
+
+msgid "IDS_WCL_BODY_SHENZHEN"
+msgstr "선전"
+
+msgid "IDS_WCL_BODY_CITYNAME_SINGAPORE"
+msgstr "싱가포르"
+
+msgid "IDS_WCL_BODY_CITYNAME_SKOPJE"
+msgstr "스코페"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOFIA"
+msgstr "소피아"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_JOHNS"
+msgstr "세인트존스"
+
+msgid "IDS_WCL_BODY_CITYNAME_STOCKHOLM"
+msgstr "스톡홀름"
+
+msgid "IDS_WCL_BODY_CITYNAME_SUVA"
+msgstr "수바"
+
+msgid "IDS_WCL_BODY_CITYNAME_SYDNEY"
+msgstr "시드니"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAHITI"
+msgstr "타히티"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAIPEI"
+msgstr "타이베이"
+
+msgid "IDS_WCL_BODY_CITYNAME_TALLINN"
+msgstr "탈린"
+
+msgid "IDS_WCL_BODY_CITYNAME_TARAWA"
+msgstr "타라와"
+
+msgid "IDS_WCL_BODY_CITYNAME_TASHKENT"
+msgstr "타슈켄트"
+
+msgid "IDS_WCL_BODY_CITYNAME_TBILISI"
+msgstr "트빌리시"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEGUCIGALPA"
+msgstr "테구시갈파"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEHRAN"
+msgstr "테헤란"
+
+msgid "IDS_WCL_BODY_CITYNAME_HO_CHI_MINH_CITY"
+msgstr "호치민 시"
+
+msgid "IDS_WCL_BODY_CITYNAME_THE_SETTLEMENT"
+msgstr "세틀먼트"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIANJIN"
+msgstr "톈진"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIJUANA"
+msgstr "티후아나"
+
+msgid "IDS_WCL_BODY_CITYNAME_TOKYO"
+msgstr "도쿄"
+
+msgid "IDS_WCL_BODY_CITYNAME_TORONTO"
+msgstr "토론토"
+
+msgid "IDS_WCL_BODY_CITYNAME_TREHET"
+msgstr "트레"
+
+msgid "IDS_WCL_BODY_CITYNAME_TRIPOLI"
+msgstr "트리폴리"
+
+msgid "IDS_WCL_BODY_CITYNAME_TUNIS"
+msgstr "튀니스"
+
+msgid "IDS_WCL_BODY_CITYNAME_TURIN"
+msgstr "투린"
+
+msgid "IDS_WCL_BODY_CITYNAME_UFA"
+msgstr "우파"
+
+msgid "IDS_WCL_BODY_CITYNAME_ULAN_BATOR"
+msgstr "울란바토르"
+
+msgid "IDS_WCL_BODY_CITYNAME_VADUZ"
+msgstr "파두츠"
+
+msgid "IDS_WCL_BODY_CITYNAME_VALLETTA"
+msgstr "발레타"
+
+msgid "IDS_WCL_BODY_CITYNAME_VANCOUVER"
+msgstr "밴쿠버"
+
+msgid "IDS_WCL_BODY_CITYNAME_VERONA"
+msgstr "베로나"
+
+msgid "IDS_WCL_BODY_CITYNAME_VICTORIA"
+msgstr "빅토리아"
+
+msgid "IDS_WCL_BODY_CITYNAME_VIENNA"
+msgstr "비엔나"
+
+msgid "IDS_WCL_BODY_CITYNAME_VILNIUS"
+msgstr "빌니우스"
+
+msgid "IDS_WCL_BODY_CITYNAME_VLADIVOSTOK"
+msgstr "블라디보스토크"
+
+msgid "IDS_WCL_BODY_CITYNAME_VOLGOGRAD"
+msgstr "볼고그라드"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_PETERSBURG"
+msgstr "세인트피터즈버그"
+
+msgid "IDS_WCL_BODY_CITYNAME_WARSAW"
+msgstr "바르샤바"
+
+msgid "IDS_WCL_BODY_CITYNAME_WASHINGTON_DC"
+msgstr "워싱턴 DC"
+
+msgid "IDS_WCL_BODY_CITYNAME_WELLINGTON"
+msgstr "웰링턴"
+
+msgid "IDS_WCL_BODY_CITYNAME_WINNIPEG"
+msgstr "위니펙"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAKUTSK"
+msgstr "야쿠트"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAMOUSSOUKRO"
+msgstr "야무수크로"
+
+msgid "IDS_WCL_BODY_YAOUNDE"
+msgstr "야운데"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEKATERINBURG"
+msgstr "예카테린부르크"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEREVAN"
+msgstr "예레반"
+
+msgid "IDS_WCL_BODY_CITYNAME_YUZHNO_SAKHALINSK"
+msgstr "유즈노사할린스크"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZAGREB"
+msgstr "자그레브"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZURICH"
+msgstr "취리히"
+
+msgid "IDS_ST_HEADER_WI_FI_DIRECT"
+msgstr "Wi-Fi Direct"
+
+msgid "IDS_ST_POP_INCORRECT_PASSWORD"
+msgstr "비밀번호가 바르지 않습니다"
+
+
+
+
+
+
+
+
diff --git a/src/po/nl_NL.po b/src/po/nl_NL.po
new file mode 100755 (executable)
index 0000000..4c66772
--- /dev/null
@@ -0,0 +1,2910 @@
+msgid "IDS_COM_POP_UNSUPPORTED"
+msgstr "Niet ondersteund"
+
+msgid "IDS_COM_BODY_1_MINUTE"
+msgstr "1 minuut"
+
+msgid "IDS_ST_BODY_WALLPAPER"
+msgstr "Achtergrond"
+
+msgid "IDS_COM_POP_DATE"
+msgstr "Datum"
+
+msgid "IDS_ST_BODY_SYSTEM"
+msgstr "Systeem"
+
+msgid "IDS_ST_BODY_APPLICATIONS"
+msgstr "Apps"
+
+msgid "IDS_EMAIL_BODY_EXAMPLE"
+msgstr "Voorbeeld"
+
+msgid "IDS_COM_POP_NAME"
+msgstr "Naam"
+
+msgid "IDS_ST_BODY_SCAN"
+msgstr "Scannen"
+
+msgid "IDS_COM_BODY_CALENDAR_T_MAINMENU_ABB2"
+msgstr "Agenda"
+
+msgid "IDS_COM_BODY_SAMSUNG_APPS_T_MAINMENU"
+msgstr "Samsung Apps"
+
+msgid "IDS_COM_BODY_VOIP_CALL"
+msgstr "VoIP-oproep"
+
+msgid "IDS_COM_POP_UNKNOWN"
+msgstr "Onbekend"
+
+msgid "IDS_COM_SK_ADD_LITE"
+msgstr "Voeg toe"
+
+msgid "IDS_ST_BODY_INACTIVE"
+msgstr "Uit"
+
+msgid "IDS_COM_POP_NO_SPEED_DIAL_NUMBER_ASSIGN_ONE_NOW_Q"
+msgstr "Geen snelkiesnummer. Nu toewijzen?"
+
+msgid "IDS_COM_BODY_CONTACT_SETTINGS"
+msgstr "Instellingen contacten"
+
+msgid "IDS_COM_BODY_NA"
+msgstr "N.v.t."
+
+msgid "IDS_COM_BODY_SEARCH_LINK"
+msgstr "Google Search"
+
+msgid "IDS_ST_BODY_CHECK_YOUR_MISSED_EVENTS_WHEN_HEADSET_MODE_IS_ENABLED"
+msgstr "Gemiste agenda-items controleren wanneer headsetstand is ingeschakeld"
+
+msgid "IDS_ST_BODY_CHINESE_HCHINA_FEMALE"
+msgstr "Chinees (China, vrouw)"
+
+msgid "IDS_ST_BODY_DEFAULT_SETTINGS_OVERRIDE_APPLICATION_SETTINGS"
+msgstr "Standaardinstellingen hebben voorrang boven applicatie-instellingen"
+
+msgid "IDS_ST_BODY_ENGLISH_HUNITED_STATES_FEMALE"
+msgstr "Engels (Verenigde Staten, vrouw)"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA"
+msgstr "Spraakgegevens installeren"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA_REQUIRED_FOR_SPEECH_SYNTHESIS"
+msgstr "Spraakgegevens voor spraaksynthese installeren"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_FEMALE"
+msgstr "Koreaans (Zuid-Korea, vrouw)"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_MALE"
+msgstr "Koreaans (Zuid-Korea, man)"
+
+msgid "IDS_ST_BODY_LAUNCH_VOICE_TALK_WHENEVER_BLUETOOTH_HEADSET_IS_CONNECTED"
+msgstr "Voice Talk starten wanneer Bluetooth-headset is aangesloten"
+
+msgid "IDS_ST_BODY_LISTEN_TO_AN_EXAMPLE"
+msgstr "Naar voorbeeld luisteren"
+
+msgid "IDS_ST_BODY_SAMSUNG_POWERED_BY_VLINGO"
+msgstr "Samsung powered by Vlingo"
+
+msgid "IDS_ST_BODY_SAVED"
+msgstr "Opgeslagen"
+
+msgid "IDS_ST_BODY_SELECT_APPLICATIONS_TO_USE_TTS_WHILE_DRIVING_MODE_IS_ON"
+msgstr "Applicaties selecteren om TTS te gebruiken als de rijmodus is ingeschakeld"
+
+msgid "IDS_ST_BODY_SETS_THE_SPEECH_SYNTHESIS_ENGINE_TO_BE_USED_FOR_SPOKEN_TEXT"
+msgstr "Hiermee wordt het spraaksyntheseprogramma ingesteld dat wordt gebruikt voor gesproken tekst"
+
+msgid "IDS_ST_BODY_SPEAKS_PROMPTS_BEFORE_LISTENING"
+msgstr "Spreekt instructies en gaat dan luisteren"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH"
+msgstr "Tekst naar spraak"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH_SETTINGS"
+msgstr "Instellingen Tekst naar spraak"
+
+msgid "IDS_ST_BODY_TYPE1"
+msgstr "Type 1"
+
+msgid "IDS_ST_BODY_TYPE2"
+msgstr "Type 2"
+
+msgid "IDS_ST_BODY_TYPE3"
+msgstr "Type 3"
+
+msgid "IDS_ST_BODY_TYPE_4"
+msgstr "Type 4"
+
+msgid "IDS_ST_BODY_VOICE_EFFECTS"
+msgstr "Spraakeffecten"
+
+msgid "IDS_ST_BODY_VOICE_INPUT_SETTING_HELP_MESSAGE_1"
+msgstr "Vlingo toestemming geven om een index met contacten te maken om de nauwkeurigheid van de spraakherkenning te verbeteren?"
+
+msgid "IDS_ST_BODY_WHEN_VOICE_COMMAND_STARTS_THE_PHONE_WILL_START_LISTENING_AUTOMATICALLY_AND_RESPOND_USING_AUTO_SPEAK"
+msgstr "Wanneer u Gesproken opdracht start, zal de telefoon automatisch luisteren en antwoorden met Automatisch spreken"
+
+msgid "IDS_ST_HEADER_ADVANCED_SETTINGS"
+msgstr "Geavanceerde instellingen"
+
+msgid "IDS_ST_HEADER_TEXT_TO_SPEECH"
+msgstr "Tekst naar spraak"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT"
+msgstr "Spraakinvoer"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+msgstr "Spraak in- en uitvoer"
+
+msgid "IDS_ST_HEADER_VOICE_OUTPUT_ABB"
+msgstr "Spraakuitvoer"
+
+msgid "IDS_ST_HEADER_VOICE_RECOGNITION_SETTINGS_ABB"
+msgstr "Instellingen spraakherkenning"
+
+msgid "IDS_ST_MBODY_AUTO_PUNCTUATION"
+msgstr "Automatische interpunctie"
+
+msgid "IDS_ST_MBODY_AUTO_SPEAK"
+msgstr "Automatisch spreken"
+
+msgid "IDS_ST_MBODY_AUTO_START_DRIVING_MODE"
+msgstr "Rijmodus autom. starten"
+
+msgid "IDS_ST_MBODY_AUTO_START_SPEAKERPHONE"
+msgstr "Luidspreker autom starten"
+
+msgid "IDS_ST_MBODY_CUSTOMISE_MAIN_PROMPT"
+msgstr "Hoofdinstructie aanpassen"
+
+msgid "IDS_ST_MBODY_DEFAULT_ENGINE"
+msgstr "Standaardengine"
+
+msgid "IDS_ST_MBODY_DRIVING_MODE_SETTINGS"
+msgstr "Instellingen rijmodus"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_KINGDOM"
+msgstr "Engels (Ver. Koninkrijk)"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_STATES"
+msgstr "Engels (Verenigde Staten)"
+
+msgid "IDS_ST_MBODY_HIDE_OFFENSIVE_WORDS"
+msgstr "Verberg kwetsende woorden"
+
+msgid "IDS_ST_MBODY_SAMSUNG_TTS"
+msgstr "Samsung TTS"
+
+msgid "IDS_ST_MBODY_VERY_FAST"
+msgstr "Heel snel"
+
+msgid "IDS_ST_MBODY_VOICE_RECOGNISER"
+msgstr "Spraakherkenning"
+
+msgid "IDS_ST_OPT_NORMAL_M_SOUNDEFFECT"
+msgstr "Normaal"
+
+msgid "IDS_ST_POP_FAST"
+msgstr "Snel"
+
+msgid "IDS_ST_POP_SLOW"
+msgstr "Langzaam"
+
+msgid "IDS_ST_POP_UPDATED_ABB"
+msgstr "Bijgewerkt"
+
+msgid "IDS_COM_BODY_OFFICE"
+msgstr "Kantoor"
+
+msgid "IDS_COM_BODY_SAMSUNG_DISCLAIMER"
+msgstr "Samsung disclaimer"
+
+msgid "IDS_COM_POP_LOCATION"
+msgstr "Locatie"
+
+msgid "IDS_ST_BODY_DRIVING_MODE"
+msgstr "Autostand"
+
+msgid "IDS_ST_BODY_MESSAGE"
+msgstr "Bericht"
+
+msgid "IDS_ST_SK3_DONE"
+msgstr "Gereed"
+
+msgid "IDS_COM_OPT_FOLDERS"
+msgstr "Mappen"
+
+msgid "IDS_COM_BODY_ANDROID"
+msgstr "Android"
+
+msgid "IDS_COM_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_COM_BODY_FRENCH"
+msgstr "Frans"
+
+msgid "IDS_ST_BODY_POWER_OFF"
+msgstr "Uitschakelen"
+
+msgid "IDS_COM_BODY_GERMAN"
+msgstr "Duits"
+
+msgid "IDS_COM_BODY_ITALIAN"
+msgstr "Italiaans"
+
+msgid "IDS_ST_BODY_SLEEP"
+msgstr "Slapen"
+
+msgid "IDS_COM_BODY_SPANISH"
+msgstr "Spaans"
+
+msgid "IDS_COM_BODY_TOUCHSCREEN_LANG"
+msgstr "Taal"
+
+msgid "IDS_COM_SK_SEARCH_A"
+msgstr "Zoeken"
+
+msgid "IDS_COM_BODY_SYSTEM_INFO_ABB"
+msgstr "Systeeminfo"
+
+msgid "IDS_ST_BODY_GREEK"
+msgstr "Grieks"
+
+msgid "IDS_ST_BODY_POLISH"
+msgstr "Pools"
+
+msgid "IDS_ST_BODY_PORTUGUESE"
+msgstr "Portugees"
+
+msgid "IDS_ST_BODY_FAILED_TO_CHECK_SIGNATURE"
+msgstr "Kan handtekening niet controleren"
+
+msgid "IDS_ST_BODY_INCORRECT_USER_NAME_OR_PASSWORD"
+msgstr "Onjuiste gebruikersnaam of wachtwoord"
+
+msgid "IDS_ST_BODY_INTERNAL_ERROR"
+msgstr "Interne fout"
+
+msgid "IDS_ST_BODY_SERVER_ERROR"
+msgstr "Serverfout"
+
+msgid "IDS_ST_BODY_UNKNOWN_ERROR"
+msgstr "Onbekende fout"
+
+msgid "IDS_ST_BODY_USER_NAME_ALREADY_IN_USE"
+msgstr "Gebruikersnaam wordt al gebruikt"
+
+msgid "IDS_ST_POP_PASSWORD_MUST_BE_MORE_THAN_P1SD_CHARACTERS_AND_LESS_THAN_P2SD"
+msgstr "Wachtwoord moet langer zijn dan %1$d tekens en korter dan %2$d tekens"
+
+msgid "IDS_ST_BODY_FONTSTYLE_ROSEMARY"
+msgstr "Rosemary"
+
+msgid "IDS_ST_BODY_APPLICATION_INFO"
+msgstr "Applicatie-info"
+
+msgid "IDS_ST_MBODY_HOME_SCREEN_WALLPAPER"
+msgstr "Achtergrond startscherm"
+
+msgid "IDS_ST_MBODY_LOCK_SCREEN_WALLPAPER_M_NOUN"
+msgstr "Achtergrond vergrendelscherm"
+
+msgid "IDS_COM_BODY_NEGATIVE_DISPLAY"
+msgstr "Negatieve weergave"
+
+msgid "IDS_COM_BODY_ORIGINAL_DISPLAY"
+msgstr "Oorspronkelijke weergave"
+
+msgid "IDS_COM_BODY_POSITIVE_DISPLAY"
+msgstr "Positieve weergave"
+
+msgid "IDS_ST_BODY_PASSWORDS_DO_NOT_MATCH"
+msgstr "Wachtwoorden komen niet overeen"
+
+msgid "IDS_ST_POP_TIME_SET_MAY_BE_DIFFERENT_FROM_ACTUAL_LOCAL_TIME"
+msgstr "De ingestelde tijd wijkt mogelijk af van de werkelijke lokale tijd."
+
+msgid "IDS_ST_BODY_LOCATIONS"
+msgstr "Locaties"
+
+msgid "IDS_ST_POP_PD_TO_PD_DIGITS_REQUIRED"
+msgstr "%d tot %d cijfers vereist"
+
+msgid "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+msgstr "Gedownloade applicaties"
+
+msgid "IDS_ST_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_ST_BODY_KEYBOARD"
+msgstr "Toetsenbord"
+
+msgid "IDS_ST_BODY_PS_FREE_OF_PS"
+msgstr "%s vrij van %s"
+
+msgid "IDS_ST_BODY_WIDGETS"
+msgstr "Widgets"
+
+msgid "IDS_ST_HEADER_SAMSUNG_APPS"
+msgstr "Samsung Apps"
+
+msgid "IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Als u de taal wijzigt, worden alle applicaties gesloten en gaan niet-opgeslagen gegevens verloren. Doorgaan?"
+
+msgid "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Als u de regio wijzigt, worden alle applicaties gesloten en gaan niet-opgeslagen gegevens verloren. Doorgaan?"
+
+msgid "IDS_ST_POP_EXPLANATION_FOR_EXPIRY_REMINDER"
+msgstr "Een herinnering ontvangen voordat de licentie voor een gebruikt bestand verloopt, zoals voor een achtergrondafbeelding"
+
+msgid "IDS_ST_POP_RESETTING_ING"
+msgstr "Resetten..."
+
+msgid "IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"
+msgstr "Telefoon opnieuw starten met Automatisch bijwerken?"
+
+msgid "IDS_ST_BODY_ABOUT"
+msgstr "Info"
+
+msgid "IDS_ST_BODY_GSM_850_1900"
+msgstr "GSM 850/1900"
+
+msgid "IDS_ST_BODY_GSM_900_1800"
+msgstr "GSM 900/1800"
+
+msgid "IDS_ST_BODY_INSTALLATION_SETTINGS"
+msgstr "Installatie-instellingen"
+
+msgid "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+msgstr "Foto upload-instellingen"
+
+msgid "IDS_ST_BODY_PROXY_PORT"
+msgstr "Poort proxy"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_CONNECTION_CONNECTING_USB_HELP_MSG"
+msgstr "Als Samsung Kies (pc-programma) of de juiste stuurprogramma´s niet zijn geïnstalleerd, worden deze geïnstalleerd in Microsoft Windows. \nNa installatie van de pc-software kunt u het volgende doen:\n – Telefoongegevens synchroniseren\n – Telefoonsoftware bijwerken\n – Delen via internet (telefoon werkt als modem voor internettoegang via notebook of pc)\n – Gekochte muziek/video’s (Microsoft Windows Media DRM) of normale bestanden kopiëren naar uw telefoon"
+
+msgid "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+msgstr "Sociale netwerkprofielen"
+
+msgid "IDS_ST_BODY_TASK_SWITCHER"
+msgstr "Taak afwisselen"
+
+msgid "IDS_ST_BODY_UMTS"
+msgstr "UMTS"
+
+msgid "IDS_ST_BODY_VIBR__N__RAISING_MELODY"
+msgstr "Trillen+toenemende melodie"
+
+msgid "IDS_ST_HEADER_DIVX_VOD"
+msgstr "DivX® VOD"
+
+msgid "IDS_ST_HEADER_SAMSUNG_KIES"
+msgstr "Samsung Kies"
+
+msgid "IDS_COM_BODY_100P"
+msgstr "100%"
+
+msgid "IDS_COM_BODY_50P"
+msgstr "50%"
+
+msgid "IDS_COM_POP_DELETE_FAILED"
+msgstr "Verwijderen mislukt"
+
+msgid "IDS_ST_BODY_30_percent"
+msgstr "30%"
+
+msgid "IDS_ST_BODY_CONNECT_TO_BLUETOOTH_DEVICE"
+msgstr "Verbinden met Bluetooth-apparaat"
+
+msgid "IDS_ST_BODY_DATA_ROAMING"
+msgstr "Roaming"
+
+msgid "IDS_ST_BODY_GESTURES"
+msgstr "Gebaren"
+
+msgid "IDS_ST_BODY_LOCK_SCREEN"
+msgstr "Vergrendelscherm"
+
+msgid "IDS_ST_BODY_MEDIA_PLAYER"
+msgstr "Mediaspeler"
+
+msgid "IDS_ST_BODY_MENU_AND_WIDGETS"
+msgstr "Menu en widgets"
+
+msgid "IDS_ST_MBODY_USB_CONNECTION"
+msgstr "USB-verbinding"
+
+msgid "IDS_ST_BODY_BLUETOOTH_CONNECTION"
+msgstr "Bluetooth-verbinding"
+
+msgid "IDS_ST_BODY_ENTER_NEW_PASSWORD"
+msgstr "Geef nieuw wachtwoord in"
+
+msgid "IDS_ST_BODY_PASSWORD_CONTAINS_INVALID_CHARACTER_ABB"
+msgstr "Wachtwoord bevat ongeldig teken"
+
+msgid "IDS_ST_BODY_SAMSUNG_ACCOUNT"
+msgstr "Samsung-account"
+
+msgid "IDS_ST_BODY_USER_PASSWORD"
+msgstr "Wachtwoord"
+
+msgid "IDS_ST_BODY_YOUR_BIRTHDAY"
+msgstr "Uw verjaardag"
+
+msgid "IDS_ST_BUTTON_CREATE_ACCOUNT"
+msgstr "Account maken"
+
+msgid "IDS_ST_HEADER_INVALID_PASSWORD_LENGTH"
+msgstr "Ongeldige wachtwoordlengte"
+
+msgid "IDS_ST_HEADER_SIGN_UP_FOR_SAMSUNG_ACCOUNT"
+msgstr "Registreren voor Samsung-account"
+
+msgid "IDS_ST_OPT_NEW_PASSWORD_ABB"
+msgstr "Nieuw wachtwoord"
+
+msgid "IDS_ST_POP_IT_SHOULD_BE_PD_TO_PD_DIGITS_LONG"
+msgstr "De lengte moet tussen %d en %d cijfers liggen"
+
+msgid "IDS_ST_POP_NETWORK_NOT_AVAILABLE"
+msgstr "Netwerk niet beschikbaar"
+
+msgid "IDS_COM_BODY_MSGSETTINGSBROADCASTLANGUAGESSPANISH"
+msgstr "Spaans"
+
+msgid "IDS_COM_POP_UNKNOWN_ERROR_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Onbekende fout. Kan applicatie niet starten"
+
+msgid "IDS_ST_HEADER_FRANCE"
+msgstr "Frankrijk"
+
+msgid "IDS_ST_BODY_ALWAYS_REJECT"
+msgstr "Altijd weigeren"
+
+msgid "IDS_ST_BODY_AUTO_DOWNLOAD"
+msgstr "Automatisch downloaden"
+
+msgid "IDS_ST_BODY_DATE_AND_TIME"
+msgstr "Datum en tijd"
+
+msgid "IDS_ST_BODY_DATE_FORMAT"
+msgstr "Datumnotatie"
+
+msgid "IDS_ST_BODY_DDMMYYYY_DOT"
+msgstr "DD/MM/JJJJ"
+
+msgid "IDS_ST_BODY_EXPIRY_REMINDER"
+msgstr "Herinnering vervaldatum"
+
+msgid "IDS_ST_BODY_FILE_TRANSFER"
+msgstr "Bestandsoverdracht"
+
+msgid "IDS_ST_BODY_HOME_URL"
+msgstr "URL startpagina"
+
+msgid "IDS_ST_BODY_INTERNET_CONNECTION"
+msgstr "Internetverbinding"
+
+msgid "IDS_ST_BODY_INTERNET_SHARING"
+msgstr "Internet delen"
+
+msgid "IDS_ST_BODY_MM_DD_YYYY_DOT"
+msgstr "MM.DD.JJJJ"
+
+msgid "IDS_ST_BODY_NETWORK_MODE"
+msgstr "Netwerkmodus"
+
+msgid "IDS_ST_BODY_OPEN_SOURCE_LICENCES"
+msgstr "Open source-licenties"
+
+msgid "IDS_ST_BODY_PREFERRED_NETWORKS"
+msgstr "Voorkeursnetwerken"
+
+msgid "IDS_ST_BODY_RESET_SETTINGS"
+msgstr "Instellingen resetten"
+
+msgid "IDS_ST_BODY_SELECT_NETWORK"
+msgstr "Netwerk kiezen"
+
+msgid "IDS_ST_BODY_TIME_FORMAT"
+msgstr "Tijdnotatie"
+
+msgid "IDS_ST_BODY_TIME_ZONE"
+msgstr "Tijdzone"
+
+msgid "IDS_ST_BODY_TRANSACTION_TRACKING"
+msgstr "Transacties bijhouden"
+
+msgid "IDS_ST_BODY_YYYY_DD_MM_DOT"
+msgstr "JJJJ/DD/MM"
+
+msgid "IDS_COM_POP_FILE_VIEWER"
+msgstr "Bestandsviewer"
+
+msgid "IDS_COM_POP_SAVE_SAVE_TO_MY_FILES"
+msgstr "Opslaan in Mijn bestanden"
+
+msgid "IDS_ST_BODY_TIME_N_DATE"
+msgstr "Tijd en datum"
+
+msgid "IDS_COM_BUTTON_PREV"
+msgstr "Vor."
+
+msgid "IDS_COM_POP_DRM_EXPIRED_GET_MORE_LICENSES"
+msgstr "%s wordt over %d uur vergrendeld en %s wordt op de standaardinstelling teruggezet. Meer licenties ophalen?"
+
+msgid "IDS_COM_POP_EXPIRING_REMINDER"
+msgstr "Herinnering geldigheid"
+
+msgid "IDS_COM_SK_RETRY"
+msgstr "Opnieuw"
+
+msgid "IDS_CST_BODY_AUTOMATIC_ANSWERING"
+msgstr "Automatisch beantwoorden"
+
+msgid "IDS_ST_BODY_MESSAGE_LIST"
+msgstr "Berichtenlijst"
+
+msgid "IDS_ST_HEADER_PLEASE_WAIT"
+msgstr "Even geduld"
+
+msgid "IDS_ST_BODY_CALL"
+msgstr "Oproepen"
+
+msgid "IDS_ST_BODY_NORMAL_T_PROFILE"
+msgstr "Normaal"
+
+msgid "IDS_ST_BODY_PD_SECONDS"
+msgstr "%d seconden"
+
+msgid "IDS_COM_POP_UPDATED"
+msgstr "Bijgewerkt"
+
+msgid "IDS_ST_POP_NEW_PASSWD_SAVED"
+msgstr "Nieuw wachtwoord opgeslagen"
+
+msgid "IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"
+msgstr "Geen wachtwoord. Wachtwoord instellen?"
+
+msgid "IDS_COM_BODY_CREATE_MESSAGE_TELEFONICA"
+msgstr "Nieuw bericht maken"
+
+msgid "IDS_ST_BODY_USB_ASK_ON_CONNECTION"
+msgstr "Vragen bij verbinden"
+
+msgid "IDS_ST_HEADER_BRIGHT"
+msgstr "Licht"
+
+msgid "IDS_COM_BODY_ALL_DAY"
+msgstr "Hele dag"
+
+msgid "IDS_COM_BODY_CERTIFICATE_INFO"
+msgstr "Certificaatinfo"
+
+msgid "IDS_COM_BODY_ENABLE_LOCATION_SERVICES"
+msgstr "Locatieservices inschakelen"
+
+msgid "IDS_COM_BODY_INSTANT_MESSENGER"
+msgstr "Instant Messenger"
+
+msgid "IDS_COM_BODY_NEWS"
+msgstr "Nieuws"
+
+msgid "IDS_COM_BODY_NO_SIM"
+msgstr "Geen SIM"
+
+msgid "IDS_COM_BODY_SERIAL_NUMBER"
+msgstr "Serienummer"
+
+msgid "IDS_COM_OPT_HIDE_KEYPAD"
+msgstr "Toetsenblok verbergen"
+
+msgid "IDS_COM_OPT_VOICE_RECORDER_WILL_BE_STOPPED_DUE_TO_LOW_BATTERY_VODA"
+msgstr "Spraakrecorder wordt gestopt omdat de batterij bijna leeg is."
+
+msgid "IDS_COM_POP_EXITSILENTMODE"
+msgstr "Stille stand afsluiten"
+
+msgid "IDS_COM_POP_FOR_ALL_TELE_SERVICES_EXCEPT_SMS"
+msgstr "voor Alle teleservices behalve SMS"
+
+msgid "IDS_COM_POP_LOW_BATTERY_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Batterij bijna leeg. Kan applicatie niet starten"
+
+msgid "IDS_COM_POP_MMS_SENT"
+msgstr "MMS verzonden"
+
+msgid "IDS_COM_POP_REGISTERING"
+msgstr "Registreren..."
+
+msgid "IDS_COM_POP_SMALL_DAYS"
+msgstr "dagen"
+
+msgid "IDS_COM_POP_SMALL_HOURS"
+msgstr "uur"
+
+msgid "IDS_COM_POP_WEEKS_LC"
+msgstr "weken"
+
+msgid "IDS_COM_POP_WEEK_LC"
+msgstr "week"
+
+msgid "IDS_COM_SK3_ADD"
+msgstr "Voeg toe"
+
+msgid "IDS_COM_SK3_END_ALL_APPLICATIONS"
+msgstr "Alles afsluiten"
+
+msgid "IDS_COM_SK_MOVE_LITE"
+msgstr "Verpl."
+
+msgid "IDS_COM_SK_NEXT"
+msgstr "Volgende"
+
+msgid "IDS_ST_BODY_ABOUT_PHONE"
+msgstr "Over het toestel"
+
+msgid "IDS_ST_BODY_ACCESS_NAME"
+msgstr "Toegangsnaam"
+
+msgid "IDS_ST_BODY_ADVANCED_GPS"
+msgstr "Geavanceerd GPS"
+
+msgid "IDS_ST_BODY_ALERTTYPE_VIBRATION_AND_MELODY"
+msgstr "Trillen en melodie"
+
+msgid "IDS_ST_BODY_ALERT_VIBRATION"
+msgstr "Trilsignaal"
+
+msgid "IDS_ST_BODY_ALL_EMAILS"
+msgstr "Alle e-mailberichten"
+
+msgid "IDS_ST_BODY_ANNIVERSARY"
+msgstr "Feestdag"
+
+msgid "IDS_ST_BODY_ANY_KEY"
+msgstr "Willekeurige toets"
+
+msgid "IDS_ST_BODY_APPOINTMENT"
+msgstr "Afspraak"
+
+msgid "IDS_ST_BODY_AUTH_TYPE"
+msgstr "Verificatietype"
+
+msgid "IDS_ST_BODY_AUTOMATIC_TIME_UPDATE"
+msgstr "Tijd automatisch bijwerken"
+
+msgid "IDS_ST_BODY_BACKLIGHT_TIME"
+msgstr "Verlichtingstijd"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+msgstr "Trillen"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRAT_THEN_MELODY"
+msgstr "Eerst trillen, dan melodie"
+
+msgid "IDS_ST_BODY_CALL_LOG"
+msgstr "Oproepenlijst"
+
+msgid "IDS_ST_BODY_CHANGE_PIN1"
+msgstr "PIN1 wijzigen"
+
+msgid "IDS_ST_BODY_CHANGE_PIN2"
+msgstr "PIN2 wijzigen"
+
+msgid "IDS_ST_BODY_CHOCO_COOKY"
+msgstr "Choco cooky"
+
+msgid "IDS_ST_BODY_CLEAR_PHONE_MEMORY"
+msgstr "Telefoongeheugen wissen"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN1"
+msgstr "Nieuwe PIN1-code bevestigen"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN2"
+msgstr "Bevestig nieuwe PIN2"
+
+msgid "IDS_ST_BODY_CONFIRM_PASSWORD"
+msgstr "Bevestig het wachtwoord"
+
+msgid "IDS_ST_BODY_CONFIRM_SIM_PASSWORD"
+msgstr "Bevestig SIM-wachtwoord"
+
+msgid "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS"
+msgstr "Proxyadres"
+
+msgid "IDS_ST_BODY_CONNECTIVITY"
+msgstr "Connectiviteit"
+
+msgid "IDS_ST_BODY_COOL_JAZZ"
+msgstr "Cool jazz"
+
+msgid "IDS_ST_BODY_COUNTRY_CODE"
+msgstr "Landcode"
+
+msgid "IDS_ST_BODY_CURRENT_PASSWORD"
+msgstr "Huidig wachtwoord"
+
+msgid "IDS_ST_BODY_CURRENT_PIN1"
+msgstr "Huidige PIN1-code"
+
+msgid "IDS_ST_BODY_CURRENT_PIN2"
+msgstr "Huidige PIN2"
+
+msgid "IDS_ST_BODY_DISPLAY_CONTENTS"
+msgstr "Inhoud weergeven"
+
+msgid "IDS_ST_BODY_DIVX_DEREGISTRATION"
+msgstr "DivX®-afmelding"
+
+msgid "IDS_ST_BODY_DIVX_REGISTRATION"
+msgstr "DivX®-registratie"
+
+msgid "IDS_ST_BODY_DRM_MEDIA"
+msgstr "DRM-media"
+
+msgid "IDS_ST_BODY_DVB_H"
+msgstr "DVB-H"
+
+msgid "IDS_ST_BODY_ENTER_4_TO_8_DIGIT_PIN"
+msgstr "Pincode van 4 tot 8 cijfers ingeven"
+
+msgid "IDS_ST_BODY_ETC"
+msgstr "Etc."
+
+msgid "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+msgstr "Meldingen gebeurtenissen"
+
+msgid "IDS_ST_BODY_FIXED_DIALLING_MODE"
+msgstr "FDN-modus"
+
+msgid "IDS_ST_BODY_FLIGHT_MODE"
+msgstr "Vliegtuigstand"
+
+msgid "IDS_ST_BODY_FONTSTYLE_GLOBAL"
+msgstr "Global"
+
+msgid "IDS_ST_BODY_FOREIGN_NETWORK"
+msgstr "Roamingnetwerk"
+
+msgid "IDS_ST_BODY_IM"
+msgstr "Expresberichten"
+
+msgid "IDS_ST_BODY_IN_USE"
+msgstr "In gebruik"
+
+msgid "IDS_ST_BODY_ITEMS"
+msgstr "Items"
+
+msgid "IDS_ST_BODY_LAN"
+msgstr "Talen"
+
+msgid "IDS_ST_BODY_LICENCE"
+msgstr "Licentie"
+
+msgid "IDS_ST_BODY_LIST_VIEW"
+msgstr "Lijstweergave"
+
+msgid "IDS_ST_BODY_MAXIMUM"
+msgstr "Maximum"
+
+msgid "IDS_ST_BODY_MEDIUM_M_FONTSIZE"
+msgstr "Middel"
+
+msgid "IDS_ST_BODY_MEMORY"
+msgstr "Geheugen"
+
+msgid "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"
+msgstr "Standaardgeheugen"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_ANNIVERSARIES"
+msgstr "Verjaardagen"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_APPOINTMENTS"
+msgstr "Afspraken"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_MEMORY_CARD_DETAILS"
+msgstr "Details geheugenkaart"
+
+msgid "IDS_ST_BODY_MEMORY_STATUS"
+msgstr "Geheugenstatus"
+
+msgid "IDS_ST_BODY_MESSAGE_AND_EMAIL"
+msgstr "Bericht en e-mail"
+
+msgid "IDS_ST_BODY_MOBILE_TRACKER"
+msgstr "Mobiel opsporen"
+
+msgid "IDS_ST_BODY_MSGSETTINGSMMS_DEFAULT_STYLE"
+msgstr "Standaardstijl"
+
+msgid "IDS_ST_BODY_MYTHEME_DEFAULT"
+msgstr "Standaard"
+
+msgid "IDS_ST_BODY_NETWORK"
+msgstr "Netwerk"
+
+msgid "IDS_ST_BODY_NETWORK_CODE"
+msgstr "Netwerkcode"
+
+msgid "IDS_ST_BODY_NETWORK_LIST"
+msgstr "Lijst met netwerken"
+
+msgid "IDS_ST_BODY_NETWORK_TYPE"
+msgstr "Netwerktype"
+
+msgid "IDS_ST_BODY_NEW_PASSWORD"
+msgstr "Nieuw wachtwoord"
+
+msgid "IDS_ST_BODY_NEW_PIN1"
+msgstr "Nieuwe PIN1-code"
+
+msgid "IDS_ST_BODY_NEW_PIN2"
+msgstr "Nieuwe PIN2"
+
+msgid "IDS_ST_BODY_PASSWORD_EMPTY"
+msgstr "Wachtwoord leeg"
+
+msgid "IDS_ST_BODY_PC_INTERNET"
+msgstr "PC internet"
+
+msgid "IDS_ST_BODY_PHONEPROFILES_DRIVING"
+msgstr "Auto"
+
+msgid "IDS_ST_BODY_PHONE_LOCK"
+msgstr "Telefoonblokkering"
+
+msgid "IDS_ST_BODY_PIN1"
+msgstr "PIN1"
+
+msgid "IDS_ST_BODY_PIN2"
+msgstr "PIN2"
+
+msgid "IDS_ST_BODY_PINS_DON'T_MATCH_E"
+msgstr "PIN's komen niet overeen!"
+
+msgid "IDS_ST_BODY_PRIVACY_LOCK"
+msgstr "Privacyblokkering"
+
+msgid "IDS_ST_BODY_PUK1_BLOCKED"
+msgstr "PUK1 vergrendeld"
+
+msgid "IDS_ST_BODY_PUK1_CODE"
+msgstr "PUK1-code"
+
+msgid "IDS_ST_BODY_PUK2"
+msgstr "PUK2"
+
+msgid "IDS_ST_BODY_PUK2_BLOCKED"
+msgstr "PUK2 geblokkeerd"
+
+msgid "IDS_ST_BODY_RAISING_MELODY"
+msgstr "Luider wordende melodie"
+
+msgid "IDS_ST_BODY_RECENT"
+msgstr "Recent"
+
+msgid "IDS_ST_BODY_RINGTONES_SAMSUNG_TUNE"
+msgstr "Samsung-deuntje"
+
+msgid "IDS_ST_BODY_ROAMING_NETWORK"
+msgstr "Roamingnetwerk"
+
+msgid "IDS_ST_BODY_SECONDS_GA"
+msgstr "seconden"
+
+msgid "IDS_ST_BODY_SECURE"
+msgstr "Veilig"
+
+msgid "IDS_ST_BODY_SECURITY"
+msgstr "Beveiliging"
+
+msgid "IDS_ST_BODY_SERVICE_TYPE"
+msgstr "Servicetype"
+
+msgid "IDS_ST_BODY_SIM_LOCK"
+msgstr "SIM-blokkering"
+
+msgid "IDS_ST_BODY_SIM_PASSWORD"
+msgstr "SIM-wachtwoord"
+
+msgid "IDS_ST_BODY_SMALL_M_TEXTSIZE"
+msgstr "Klein"
+
+msgid "IDS_ST_BODY_SOS_MASSAGES"
+msgstr "SOS-berichten"
+
+msgid "IDS_ST_BODY_SOUND_PROFILES"
+msgstr "Geluidsprofielen"
+
+msgid "IDS_ST_BODY_TEXTSTYLE_LARGE"
+msgstr "Groot"
+
+msgid "IDS_ST_BODY_THEME"
+msgstr "Thema"
+
+msgid "IDS_ST_BODY_TOUCH"
+msgstr "Aanraken"
+
+msgid "IDS_ST_BODY_VIBRATION_1"
+msgstr "Trillen 1"
+
+msgid "IDS_ST_BODY_VIBRATION_2"
+msgstr "Trillen 2"
+
+msgid "IDS_ST_BODY_VIBRATION_3"
+msgstr "Trillen 3"
+
+msgid "IDS_ST_BODY_VIBRATION_4"
+msgstr "Trillen 4"
+
+msgid "IDS_ST_BODY_VIBRATION_5"
+msgstr "Trillen 5"
+
+msgid "IDS_ST_BODY_VOICE_MAIL"
+msgstr "Voicemail"
+
+msgid "IDS_ST_BODY_WAP_DOWNLOADS"
+msgstr "WAP downloads"
+
+msgid "IDS_ST_BODY_WI_FI_MAC_ADDRESS"
+msgstr "Wi-Fi MAC-adres"
+
+msgid "IDS_ST_DISPLAYSETTINGS_BODY_MAINGREETINGEDITSTYLEBGCOLOUR"
+msgstr "Achtergrondkleur"
+
+msgid "IDS_ST_HEADER_ALERT_TYPE"
+msgstr "Type berichtsignaal"
+
+msgid "IDS_ST_HEADER_CONFIRM_PASSWORD_ABB"
+msgstr "Wachtwrd bevestigen"
+
+msgid "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+msgstr "Display taal"
+
+msgid "IDS_ST_HEADER_KEYBOARD_LANGUAGE"
+msgstr "Toetsenbordtaal"
+
+msgid "IDS_ST_HEADER_MEETING"
+msgstr "Vergadering"
+
+msgid "IDS_ST_HEADER_OUTDOOR"
+msgstr "Buiten"
+
+msgid "IDS_ST_HEADER_PIN1_CODE"
+msgstr "PIN1"
+
+msgid "IDS_ST_HEADER_SIM_PASSWORD"
+msgstr "SIM-wachtwoord"
+
+msgid "IDS_ST_HEADER_SPACE_M_THEME"
+msgstr "Space"
+
+msgid "IDS_ST_HEADER_UNAVAILABLE"
+msgstr "Niet beschikbaar"
+
+msgid "IDS_ST_HEADER_USER_AGREEMENT"
+msgstr "Gebruikersovereenkomst"
+
+msgid "IDS_ST_HEADER_WALLPAPER_HOME_SCREEN"
+msgstr "Startscherm"
+
+msgid "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME"
+msgstr "Verlichtingstijd"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BLOCKMESSAGESBYADDRESSNEWPUSH"
+msgstr "Serverberichten"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCAST"
+msgstr "Infoberichten"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCASTRECEIVINGCHANNELS"
+msgstr "Ontvangst kanalen"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEFONTSTYLE2"
+msgstr "Lettertype"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEPAGEDURATION"
+msgstr "Weergavetijd pagina"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSRECEIVOPTIONSHOMENET"
+msgstr "Netwerk eigen provider"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSEXPIRY"
+msgstr "Vervaldatum"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSPRIORITY"
+msgstr "Prioriteit"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDRECEIVINGOPTS"
+msgstr "Ontvangstopties"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMS"
+msgstr "SMS-berichten"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMSSENDINGOPTCHARSUPPORT"
+msgstr "Ondersteunde tekenset"
+
+msgid "IDS_ST_OPT_EDIT_CHANNEL"
+msgstr "Zender wijzigen"
+
+msgid "IDS_ST_OPT_ITEM"
+msgstr "Item"
+
+msgid "IDS_ST_OPT_MASS_STORAGE_ABB"
+msgstr "Massaopslag"
+
+msgid "IDS_ST_OPT_PHONEBOOK"
+msgstr "Telefoonlijst"
+
+msgid "IDS_ST_POP_ALL_BARRING"
+msgstr "Alles geblokkeerd"
+
+msgid "IDS_ST_POP_ALL_CONTACTS_LINKED_TO_WEB_ACCOUNTS_WILL_ALSO_BE_DELETED_IN_WEB_SERVER_CONTINUE_Q"
+msgstr "Alle aan webaccounts gekoppelde contacten worden ook verwijderd in webserver. Doorgaan?"
+
+msgid "IDS_ST_POP_CLEARED"
+msgstr "Leeggemaakt"
+
+msgid "IDS_ST_POP_CLEARING_ING"
+msgstr "Wissen..."
+
+msgid "IDS_ST_POP_ENTER_8_DIGIT_PIN_UNLOCK_HPUK_CODE_KOR"
+msgstr "Geef 8-cijferige pincode voor ontgrendelen (PUK) in"
+
+msgid "IDS_ST_POP_FLIGHT_MODE_ON"
+msgstr "Vliegtuigstand aan"
+
+msgid "IDS_ST_POP_INCOMING_BARRING"
+msgstr "Inkomend blokkeren"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1"
+msgstr "Onjuiste PIN1-code"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT"
+msgstr "Onjuiste PIN. 1 poging over"
+
+msgid "IDS_ST_POP_INCORRECT_PIN2"
+msgstr "Onjuiste PIN2"
+
+msgid "IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT"
+msgstr "Onjuiste PIN. %d pogingen over"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT"
+msgstr "Ongeldige PUK1. 1 poging over"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_CODE"
+msgstr "Onjuiste PUK1-code"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT"
+msgstr "Ongeldige PUK1. %d pogingen over"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2"
+msgstr "Onjuiste PUK2"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT"
+msgstr "Ongeldige PUK2. 1 poging over"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT"
+msgstr "Ongeldige PUK2. %d pogingen over"
+
+msgid "IDS_ST_POP_MSG_FORMATTING"
+msgstr "Formatteren..."
+
+msgid "IDS_ST_POP_MSG_FORMAT_QUESTION"
+msgstr "Bij formattering worden alle gegevens gewist. Doorgaan?"
+
+msgid "IDS_ST_POP_NO_ITEMS_SELECTED"
+msgstr "Geen items geselecteerd"
+
+msgid "IDS_ST_POP_OUTGOING_BARRING"
+msgstr "Uitgaand blokkeren"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Wachtwoorden komen niet overeen"
+
+msgid "IDS_ST_POP_PASSWORD_CHANGED"
+msgstr "Wachtwoord gewijzigd"
+
+msgid "IDS_ST_POP_PASSWORD_TOO_SHORT"
+msgstr "Wachtwoord te kort"
+
+msgid "IDS_ST_POP_PD_ATTEMPTS_LEFT"
+msgstr "%d pogingen over"
+
+msgid "IDS_ST_POP_PD_ATTEMPT_LEFT"
+msgstr "%d poging over"
+
+msgid "IDS_ST_POP_PIN1_BLOCKED"
+msgstr "PIN1-code vergrendeld"
+
+msgid "IDS_ST_POP_PIN1_CHANGED"
+msgstr "PIN1-code gewijzigd"
+
+msgid "IDS_ST_POP_PIN2_BLOCKED"
+msgstr "PIN2 geblokkeerd"
+
+msgid "IDS_ST_POP_PIN2_CHANGED"
+msgstr "PIN2 gewijzigd"
+
+msgid "IDS_ST_POP_PIN2_UNBLOCKED"
+msgstr "PIN2 gedeblokkeerd"
+
+msgid "IDS_ST_POP_PIN_UNBLOCKED"
+msgstr "PIN gedeblokkeerd"
+
+msgid "IDS_ST_POP_SAVING"
+msgstr "Opslaan..."
+
+msgid "IDS_ST_POP_SET"
+msgstr "Ingesteld"
+
+msgid "IDS_ST_POP_TEXT_MESSAGE_ALERT_TONE"
+msgstr "Berichttoon"
+
+msgid "IDS_ST_POP_TEXT_NEW_NETWORK"
+msgstr "Nieuw netwerk"
+
+msgid "IDS_ST_POP_UNKNOWN_OPERATION"
+msgstr "Onbekende bewerking"
+
+msgid "IDS_ST_POP_YES"
+msgstr "Ja"
+
+msgid "IDS_ST_SECURITY_BODY_ENTERPIN2BABY"
+msgstr "PIN2"
+
+msgid "IDS_ST_SECURITY_BODY_NOIMSI"
+msgstr "Plaats SIM-kaart"
+
+msgid "IDS_ST_SK_FORMAT"
+msgstr "Format."
+
+msgid "IDS_ST_POP_ACTIVATION_ONGOING"
+msgstr "Bezig met activeren..."
+
+msgid "IDS_COM_BODY_EMAILS_T_MAINMENU_ABB2"
+msgstr "E-mails"
+
+msgid "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_ST_HEADER_WI_FI"
+msgstr "Wi-Fi"
+
+msgid "IDS_ST_BODY_CPU_USAGE"
+msgstr "CPU-gebruik"
+
+msgid "IDS_ST_MBODY_SCREEN_READER_HTTS"
+msgstr "Schermlezer (TTS)"
+
+msgid "IDS_ST_BODY_SPEECH_RATE"
+msgstr "Spraaksnelheid"
+
+msgid "IDS_ST_HEADER_ACCESSIBILITY"
+msgstr "Toegankelijkheid"
+
+msgid "IDS_ST_MBODY_HIGH_CONTRAST"
+msgstr "Hoog contrast"
+
+msgid "IDS_ST_MBODY_FONT_SIZE"
+msgstr "Tekstgrootte"
+
+msgid "IDS_ST_BODY_FONT_STYLE"
+msgstr "Lettertype"
+
+msgid "IDS_ST_BODY_TORCH_LIGHT"
+msgstr "Zaklamp"
+
+msgid "IDS_ST_MBODY_MONO_AUDIO"
+msgstr "Monogeluid"
+
+msgid "IDS_ST_HEADER_TUTORIAL"
+msgstr "Zelfstudie"
+
+msgid "IDS_ST_BODY_TOUCHSENSITIVITY_SENSITIVITY"
+msgstr "Gevoeligheid"
+
+msgid "IDS_MTTRL_BODY_USE_PANNING"
+msgstr "Pannen gebruiken"
+
+msgid "IDS_MTTRL_HEADER_TRY_TILT"
+msgstr "Probeer kantelen"
+
+msgid "IDS_ST_HEADER_INCOMING_CALLS"
+msgstr "Inkomende oproepen"
+
+msgid "IDS_ST_SK_VOLUME"
+msgstr "Volume"
+
+msgid "IDS_ST_HEADER_USB_UTILITIES"
+msgstr "USB-hulpprogramma’s"
+
+msgid "IDS_ST_BODY_ROTATION_LOCK"
+msgstr "Rotatie vergrendelen"
+
+msgid "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+msgstr "Batterijpercentage"
+
+msgid "IDS_ST_BODY_MY_NUMBER"
+msgstr "Mijn nummer"
+
+msgid "IDS_ST_BODY_MODEL_NUMBER"
+msgstr "Modelnummer"
+
+msgid "IDS_ST_BODY_VERSION_C"
+msgstr "Versie:"
+
+msgid "IDS_ST_BODY_BUILD_NUMBER"
+msgstr "Buildnummer"
+
+msgid "IDS_ST_BODY_DEVICE_INFO"
+msgstr "Apparaatinfo"
+
+msgid "IDS_ST_BODY_SUNDAY"
+msgstr "Zondag"
+
+msgid "IDS_ST_BODY_MONDAY"
+msgstr "Maandag"
+
+msgid "IDS_ST_BODY_TUESDAY"
+msgstr "Dinsdag"
+
+msgid "IDS_ST_BODY_10_MINUTES"
+msgstr "10 minuten"
+
+msgid "IDS_ST_BODY_3MINUTES"
+msgstr "3 minuten"
+
+msgid "IDS_ST_BODY_HOLD_ME"
+msgstr "Hou me vast"
+
+msgid "IDS_MTTRL_BODY_MOTION_ACTIVATION"
+msgstr "Bewegingactivering"
+
+msgid "IDS_MTTRL_MBODY_TILT_TO_ZOOM"
+msgstr "Kantelen om te zoomen"
+
+msgid "IDS_ST_BUTTON_USE_TILT"
+msgstr "Kantelen"
+
+msgid "IDS_ST_BODY_USE_MOTION"
+msgstr "Beweging gebruiken"
+
+msgid "IDS_ST_BODY_MOTION_DISABLED"
+msgstr "Beweging uitgeschakeld"
+
+msgid "IDS_COM_POP_UNABLE_TO_SECURE_CONNECTION"
+msgstr "Veilige verbinding niet mogelijk"
+
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Melding"
+
+msgid "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK"
+msgstr "Trillingsreactie"
+
+msgid "IDS_ST_BODY_MSG_ALERT_REPETITION"
+msgstr "Herhaling berichtsignaal"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+msgstr "Herhaling e-mailberichtsignaal"
+
+msgid "IDS_ST_POP_SIMPLE_PASSWORD_NOT_ALLOWED"
+msgstr "Eenvoudig wachtwoord niet toegestaan"
+
+msgid "IDS_ST_BODY_INCOMING_CALL"
+msgstr "Inkomende oproep"
+
+msgid "IDS_ST_BODY_ONCE"
+msgstr "Eenmalig"
+
+msgid "IDS_ST_BODY_EVERY_2MIN"
+msgstr "Om de 2 minuten"
+
+msgid "IDS_ST_BODY_EVERY_5MIN"
+msgstr "Om de 5 minuten"
+
+msgid "IDS_ST_BODY_EVERY_10MINUTES"
+msgstr "Om de 10 minuten"
+
+msgid "IDS_ST_BODY_15SEC"
+msgstr "15 seconden"
+
+msgid "IDS_ST_BODY_30SEC"
+msgstr "30 seconden"
+
+msgid "IDS_ST_BODY_8_SECONDS"
+msgstr "8 seconden"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+msgstr "Toegankelijkheidsinstellingen"
+
+msgid "IDS_ST_BODY_AFTER_5_SECONDS"
+msgstr "Na 5 seconden"
+
+msgid "IDS_ST_HEADER_PD_ATTEMPTS_LEFT"
+msgstr "%d pogingen over"
+
+msgid "IDS_ST_BODY_AVAILABLE_SPACE"
+msgstr "Beschikbare ruimte"
+
+msgid "IDS_ST_BODY_BLACK"
+msgstr "Zwart"
+
+msgid "IDS_ST_HEADER_EASY_ACCESS"
+msgstr "Eenvoudige toegang"
+
+msgid "IDS_CLD_BODY_FIRST_DAY_OF_WEEK"
+msgstr "Eerste dag van de week"
+
+msgid "IDS_ST_BODY_FORMAT_SD_CARD"
+msgstr "SD-kaart formatteren"
+
+msgid "IDS_ST_BODY_GSM"
+msgstr "GSM"
+
+msgid "IDS_ST_HEADER_HEARING"
+msgstr "Gehoor"
+
+msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
+msgstr "Startscherm"
+
+msgid "IDS_ST_HEADER_INSERT_SIM_CARD_ABB"
+msgstr "SIM-kaart plaatsen"
+
+msgid "IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"
+msgstr "Proxy-adres onjuist"
+
+msgid "IDS_ST_BODY_KIES_INSTALLER"
+msgstr "Installatieprogramma Kies"
+
+msgid "IDS_ST_BODY_LANGUAGE"
+msgstr "Taal"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TILT_ABB"
+msgstr "Informatie over draaibeweging"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TURN_OVER"
+msgstr "Informatie over omkeren"
+
+msgid "IDS_COM_BODY_MEDIA"
+msgstr "Media"
+
+msgid "IDS_ST_BODY_MOTION_SETTINGS"
+msgstr "Motion-instellingen"
+
+msgid "IDS_ST_MBODY_MOTIONS"
+msgstr "Bewegingen"
+
+msgid "IDS_ST_BODY_MOUNT_SD_CARD"
+msgstr "SD-kaart aanmelden"
+
+msgid "IDS_MTTRL_BODY_MOVE_AN_ICON_TO_ANOTHER_PAGE"
+msgstr "Pictogram verplaatsen naar andere pagina"
+
+msgid "IDS_ST_BODY_MOVE_DEVICE_LEFT_OR_RIGHT"
+msgstr "Apparaat naar links of rechts verplaatsen"
+
+msgid "IDS_ST_OPT_NETWORK_LIST"
+msgstr "Lijst met netwerken"
+
+msgid "IDS_ST_HEADER_NEW_NETWORK"
+msgstr "Nieuw netwerk"
+
+msgid "IDS_ST_BODY_NOSERVICE"
+msgstr "Geen netwerk"
+
+msgid "IDS_COM_BUTTON2_PROCESSING_ING"
+msgstr "Verwerken..."
+
+msgid "IDS_COM_MBODY_SECURITY_POLICY"
+msgstr "Beveiligingsbeleid"
+
+msgid "IDS_ST_POP_SELECT_OTHER_CONNECTION"
+msgstr "Selecteer andere verbinding"
+
+msgid "IDS_ST_BODY_PHONE_SOUND_VOL"
+msgstr "Telefoonvolume"
+
+msgid "IDS_ST_BODY_SPEED_AT_WHICH_THE_TEXT_IS_SPOKEN"
+msgstr "Snelheid waarop tekst wordt uitgesproken"
+
+msgid "IDS_COM_BODY_DETAILS_TIME"
+msgstr "Tijd"
+
+msgid "IDS_ST_BODY_TOTAL_SPACE"
+msgstr "Totale ruimte"
+
+msgid "IDS_MTTRL_HEADER_TRY_DOUBLE_TAP"
+msgstr "Probeer twee keer tikken"
+
+msgid "IDS_MTTRL_HEADER_TRY_PANNING"
+msgstr "Probeer te pannen"
+
+msgid "IDS_MTTRL_MBODY_TURN_OVER_TO_MUTE"
+msgstr "Omkeren om te dempen"
+
+msgid "IDS_ST_BODY_UNMOUNT_SD_CARD"
+msgstr "SD-kaart afmelden"
+
+msgid "IDS_ST_BODY_USB_DEBUGGING"
+msgstr "USB-foutopsporing"
+
+msgid "IDS_ST_BODY_USE_PACKET_DATA"
+msgstr "Pakketgegevens gebruiken"
+
+msgid "IDS_ST_HEADER_VISION"
+msgstr "Zicht"
+
+msgid "IDS_ST_BODY_INTERNAL_PHONE_STORAGE_SPACE_IS_NEARLY_FULL_VZW"
+msgstr "Internal phone storage space is nearly full"
+
+msgid "IDS_ST_BODY_24_HOURS"
+msgstr "24-uurs"
+
+msgid "IDS_ST_BODY_WEDNESDAY"
+msgstr "Woensdag"
+
+msgid "IDS_ST_BODY_THURSDAY"
+msgstr "Donderdag"
+
+msgid "IDS_ST_BODY_FRIDAY"
+msgstr "Vrijdag"
+
+msgid "IDS_ST_BODY_SATURDAY"
+msgstr "Zaterdag"
+
+msgid "IDS_ST_BODY_EMAIL"
+msgstr "E-mail"
+
+msgid "IDS_CST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Accept. met Start-toets"
+
+msgid "IDS_ST_BODY_HELLO_KITTY_1"
+msgstr "Hello Kitty 1"
+
+msgid "IDS_COM_POP_TIMES_LC"
+msgstr "keer"
+
+msgid "IDS_COM_BODY_VIA_MMS"
+msgstr "Via MMS"
+
+msgid "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+msgstr "Taal en regio"
+
+msgid "IDS_ST_BODY_WINSET"
+msgstr "Winset"
+
+msgid "IDS_ST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Accept. met Start-toets"
+
+msgid "IDS_ST_BODY_REMOVE_LICENCE"
+msgstr "Licentie verwijderen"
+
+msgid "IDS_ST_BUTTON2_EDIT_PREFERRED"
+msgstr "Voorkeur bewerken"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT"
+msgstr "E-mailwaarschuwing"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
+msgstr "Wachtwoord nogmaals ingeven"
+
+msgid "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
+msgstr "Huidig wachtwoord ingeven"
+
+msgid "IDS_ST_BODY_SD_CARD"
+msgstr "SD-kaart"
+
+msgid "IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"
+msgstr "Afmeldcode niet gevonden"
+
+msgid "IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"
+msgstr "Kan netwerk niet selecteren"
+
+msgid "IDS_ST_BODY_HIGH_CONTRAST"
+msgstr "Hoog contrast"
+
+msgid "IDS_ST_BODY_MMS_CONNECTIONS"
+msgstr "MMS-verbindingen"
+
+msgid "IDS_ST_TAB_PREFERRED"
+msgstr "Voorkeur"
+
+msgid "IDS_ST_BODY_REGION"
+msgstr "Regio"
+
+msgid "IDS_ST_BODY_SNS"
+msgstr "SNS"
+
+msgid "IDS_ST_BODY_SENSITIVITY_SETTINGS"
+msgstr "Instellingen gevoeligheid"
+
+msgid "IDS_ST_HEADER_SENSITIVITY_TEST_ABB"
+msgstr "Gevoeligheidstest"
+
+msgid "IDS_ST_BODY_VOLUME"
+msgstr "Volume"
+
+msgid "IDS_ST_BODY_TEST_TILT_SENSITIVITY"
+msgstr "Kantelgevoeligheid testen"
+
+msgid "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+msgstr "Pas volume en intensiteit voor geluiden aan bij kiezen, toetsenbord gebruiken, tikken op het scherm, drukken op de toetsen en apparaat ver- en ontgrendelen"
+
+msgid "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
+msgstr "Onjuist wachtwoord. Probeer het opnieuw"
+
+msgid "IDS_ST_BODY_PICTURE_READER"
+msgstr "Fotolezer"
+
+msgid "IDS_ST_BODY_AUTOMATIC_UPDATE"
+msgstr "Automatisch bijwerken"
+
+msgid "IDS_COM_BODY_FILEDETAIL_MODEL"
+msgstr "Model"
+
+msgid "IDS_ST_BODY_WHITE"
+msgstr "Wit"
+
+msgid "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+msgstr "Vergr.scherm aanpassen"
+
+msgid "IDS_ST_BODY_MESSAGE_RINGTONE"
+msgstr "Berichttoon"
+
+msgid "IDS_COM_BODY_DETAILS_LOCATION"
+msgstr "Locatie"
+
+msgid "IDS_ST_OPT_ALL"
+msgstr "Alles"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS"
+msgstr "Geef wachtwoord nogmaals in na %d seconden"
+
+msgid "IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"
+msgstr "Kan pincode niet wijzigen"
+
+msgid "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+msgstr "Geluid schermvergrendeling"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+msgstr "Beltoon inkomende oproep"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+msgstr "Trilsignaal inkomende oproep"
+
+msgid "IDS_ST_BODY_SIMPLE_PASSWORD"
+msgstr "Eenvoudig wachtwoord"
+
+msgid "IDS_COM_BODY_ALLOW_BLUETOOTH"
+msgstr "Bluetooth toestaan"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_USE"
+msgstr "Internetgebruik toestaan"
+
+msgid "IDS_COM_BODY_ALLOW_CAMERA"
+msgstr "Camera toestaan"
+
+msgid "IDS_COM_BODY_ALLOW_DESKTOP_SYNC"
+msgstr "Desktopsynchronisatie toestaan"
+
+msgid "IDS_COM_BODY_ALLOW_HTML_EMAIL"
+msgstr "HTML-e-mail toestaan"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_SHARING"
+msgstr "Internet delen toestaan"
+
+msgid "IDS_COM_BODY_ALLOW_POP_AND_IMAP_EMAIL"
+msgstr "POP- en IMAP-e-mail toestaan"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_ENCRYPTION_ALGORITHM_NEGOTIATION"
+msgstr "Onderhandelen voor S/MIME-coderingsalgoritme toestaan"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_SOFTWARE_CERTIFICATES"
+msgstr "S/MIME-softwarecertificaten toestaan"
+
+msgid "IDS_COM_BODY_ALLOW_STORAGE_CARD"
+msgstr "Geheugenkaart toestaan"
+
+msgid "IDS_COM_BODY_ALLOW_TEXT_MESSAGING"
+msgstr "SMS toestaan"
+
+msgid "IDS_COM_BODY_ALLOW_WI_FI"
+msgstr "Wi-Fi toestaan"
+
+msgid "IDS_COM_HEADER_ATTACHMENT_CONTROL"
+msgstr "Beheer bijlagen"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_CALENDAR_EVENTS"
+msgstr "Maximumouderdom agenda-items"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_EMAILS"
+msgstr "Maximumouderdom e-mails"
+
+msgid "IDS_COM_BODY_MINIMUM_NUMBER_OF_COMPLEX_CHARACTERS_IN_PASSWORD"
+msgstr "Minimumaantal complexe tekens in wachtwoord"
+
+msgid "IDS_COM_HEADER_PASSWORD_RECOVERY"
+msgstr "Wachtwoord herstellen"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_ENCRYPTED"
+msgstr "Eisen dat berichten met S/MIME zijn gecodeerd"
+
+msgid "IDS_COM_BODY_REQUIRE_S_MIME_ALGORITHM_ENCRYPTION"
+msgstr "Codering S/MIME-algoritme vereisen"
+
+msgid "IDS_COM_BODY_REQUIRE_MANUAL_SYNCHRONISATION_WHEN_ROAMING"
+msgstr "Handmatige synchronisatie vereisen bij roaming"
+
+msgid "IDS_COM_BODY_REQUIRE_SIGNED_S_MIME_ALGORITHM"
+msgstr "Ondertekend S/MIME-algoritme vereisen"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_SIGNED"
+msgstr "Eisen dat berichten met S/MIME zijn ondertekend"
+
+msgid "IDS_COM_POP_INSERT_SIM_CARD"
+msgstr "Plaats SIM-kaart"
+
+msgid "IDS_COM_POP_DEACTIVATE_FLIGHT_MODE_TO_USE_NETWORK_SERVICES"
+msgstr "Vliegtuigstand uitschakelen om netwerkservices te gebruiken"
+
+msgid "IDS_COM_POP_DAY_LC"
+msgstr "dag"
+
+msgid "IDS_ST_BODY_TIME_ZONE_DST"
+msgstr "Zomertijd"
+
+msgid "IDS_ST_POP_UNINSTALLED"
+msgstr "Verwijderd"
+
+msgid "IDS_ST_HEADER_APPLICATION_INFO"
+msgstr "Applicatie-info"
+
+msgid "IDS_ST_BODY_TOTAL"
+msgstr "Totaal"
+
+msgid "IDS_ST_BODY_APPLICATION"
+msgstr "Applicatie"
+
+msgid "IDS_ST_BODY_DATA"
+msgstr "Data"
+
+msgid "IDS_ST_BODY_BYTES"
+msgstr "bytes"
+
+msgid "IDS_ST_BODY_LAUNCH_BY_DEFAULT"
+msgstr "Standaard starten"
+
+msgid "IDS_ST_BODY_CLEAR_DEFAULTS"
+msgstr "Standaard-instellingen wissen"
+
+msgid "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS"
+msgstr "Deze app wordt standaard geopend bij bepaalde acties"
+
+msgid "IDS_ST_BODY_OPERATOR"
+msgstr "Operator"
+
+msgid "IDS_ST_BODY_SAMSUNG"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_THIRD_PARTIES"
+msgstr "Derden"
+
+msgid "IDS_ST_BUTTON_UNINSTALL_UPDATES"
+msgstr "Updates verwijderen"
+
+msgid "IDS_ST_BODY_STORAGE"
+msgstr "Opslag"
+
+msgid "IDS_ST_BODY_GB"
+msgstr "GB"
+
+msgid "IDS_ST_BODY_MB"
+msgstr "MB"
+
+msgid "IDS_ST_BODY_KB"
+msgstr "KB"
+
+msgid "IDS_ST_BODY_MORE_DETAILS"
+msgstr "Meer details"
+
+msgid "IDS_ST_HEADER_CERTIFICATES"
+msgstr "Certificaten"
+
+msgid "IDS_ST_POP_UNINSTALLING_ING"
+msgstr "Verwijderen..."
+
+msgid "IDS_ST_SK_OK"
+msgstr "OK"
+
+msgid "IDS_ST_BODY_DISPLAY"
+msgstr "Display"
+
+msgid "IDS_ST_BODY_MOBILE_AP"
+msgstr "Mobiel toegangspunt"
+
+msgid "IDS_ST_BODY_PD_MINUTES"
+msgstr "%d minuten"
+
+msgid "IDS_ST_BODY_POWERONTYPE_MUTE"
+msgstr "Dempen"
+
+msgid "IDS_ST_BODY_SECONDS"
+msgstr "seconden"
+
+msgid "IDS_ST_BODY_MAINDISPLAY_WALLPAPER"
+msgstr "Achtergrond"
+
+msgid "IDS_ST_BODY_SOUNDS"
+msgstr "Geluiden"
+
+msgid "IDS_ST_POP_SEARCHING_ING"
+msgstr "Zoeken..."
+
+msgid "IDS_ST_BUTTON_FORCE_STOP"
+msgstr "Gedwongen stoppen"
+
+msgid "IDS_ST_BUTTON_UNINSTALL"
+msgstr "Verwijderen"
+
+msgid "IDS_ST_BUTTON_CLEAR_DATA"
+msgstr "Gegevens wissen"
+
+msgid "IDS_ST_MBODY_TETHERING_AND_PORTABLE_HOTSPOT"
+msgstr "Tethering en draagbare hotspot"
+
+msgid "IDS_ST_HEADER2_FIND_MY_MOBILE"
+msgstr "Mijn telefoon zoeken"
+
+msgid "IDS_COM_SK_RETRY_A"
+msgstr "Opnieuw"
+
+msgid "IDS_ST_BODY_2_MINUTES"
+msgstr "2 minuten"
+
+msgid "IDS_ST_BODY_5_MINUTES"
+msgstr "5 minuten"
+
+msgid "IDS_ST_BODY_MESSAGE_ALERT"
+msgstr "Berichtsignaal"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Verbinden met pc. Massaopslag wordt automatisch uitgeschakeld na gebruik"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Verbinden met pc. USB-foutopsporing wordt automatisch uitgeschakeld na gebruik"
+
+msgid "IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"
+msgstr "Licentie wordt verwijderd. Doorgaan?"
+
+msgid "IDS_ST_BODY_DEFAULT_CONNECTION_MODE"
+msgstr "Standaard verbindingsmodus"
+
+msgid "IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"
+msgstr "Deze modus is voor applicatie-ontwikkelaars. U kunt software testen en ontwikkelen"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_IS_THE_DEFAULT_CONNECTION_IT_WILL_REVERT_BACK_TO_DEFAULT_MODE_AFTER_USING_OTHER_MODES_MSG"
+msgstr "Samsung Kies is de standaardverbindingsmodus. De onderstaande verbindingen zijn optioneel. Dit apparaat gaat terug naar de standaardmodus na het gebruiken van een onderstaande modus"
+
+msgid "IDS_ST_BODY_MANUFACTURER"
+msgstr "Fabrikant"
+
+msgid "IDS_ST_BODY_MASS_STORAGE_HELP_MSG"
+msgstr "U kunt de volgende taken uitvoeren:\n- Bestanden snel kopiëren\n- Aansluiten via MAC of Linux OS."
+
+msgid "IDS_ST_BODY_RESET_ALL"
+msgstr "Alles opnieuw instellen"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_ON"
+msgstr "Vliegtuigstand aan"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_OFF"
+msgstr "Vliegtuigstand uit"
+
+msgid "IDS_ST_POP_UNABLE_TO_TURN_ON_FLIGHT_MODE_VODA"
+msgstr "Kan de vliegtuigstand niet inschakelen"
+
+msgid "IDS_ST_POP_PS_ENABLED"
+msgstr "%s ingeschakeld"
+
+msgid "IDS_ST_POP_ACTIVATE_DEVICE_ADMINISTRATOR_Q"
+msgstr "Apparaatbeheerder activeren?"
+
+msgid "IDS_ST_BODY_TOUCH_PANEL_AUTO_LOCK"
+msgstr "Touchscreen autom. vergrend."
+
+msgid "IDS_ST_BODY_SAVE_TO"
+msgstr "Opslaan in"
+
+msgid "IDS_COM_POP_DISCONNECTED"
+msgstr "Verbinding verbroken"
+
+msgid "IDS_WIFI_MBODY_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_COM_BODY_TEXT_INPUT"
+msgstr "Tekstinvoer"
+
+msgid "IDS_ST_BODY_TEXT_INPUT"
+msgstr "Tekstinvoer"
+
+msgid "IDS_ST_BODY_EFFECT"
+msgstr "Effect"
+
+msgid "IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"
+msgstr "Een herinnering ontvangen voordat de licentie voor een gebruikt bestand verloopt, zoals voor een achtergrondafbeelding"
+
+msgid "IDS_COM_BODY_OFF_M_STATUS"
+msgstr "Uit"
+
+msgid "IDS_COM_BODY_ON_M_STATUS"
+msgstr "Aan"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_TURN_OFF_AUTOMATICALLY_AFTER_USE"
+msgstr "Maak verbinding met de pc. Massaopslag wordt automatisch uitgeschakeld na gebruik"
+
+msgid "IDS_ST_BODY_TAP_TO_INSERT"
+msgstr "Tik om in te voegen"
+
+msgid "IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES"
+msgstr "U betaalt extra voor gebruik van mobiele gegevens tijdens roaming"
+
+msgid "IDS_ST_BODY_BATTERY"
+msgstr "Batterij"
+
+msgid "IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK"
+msgstr "Als gegevensroaming is uitgeschakeld, werken applicaties die de gegevensverbinding gebruiken, mogelijk niet correct"
+
+msgid "IDS_ST_HEADER_LOCK_SCREEN"
+msgstr "Vergrendelscherm"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY"
+msgstr "Toegankelijkheid"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER"
+msgstr "Automatisch opnemen"
+
+msgid "IDS_ST_MBODY_ASSISTIVE_LIGHT"
+msgstr "Hulplamp"
+
+msgid "IDS_ST_BODY_MANAGE_APPLICATIONS"
+msgstr "Applicaties beheren"
+
+msgid "IDS_ST_BODY_POWER_SAVING_MODE"
+msgstr "Spaarstand"
+
+msgid "IDS_COM_OPT_REGISTER"
+msgstr "Aanmelden"
+
+msgid "IDS_COM_POP_UNEXPECTED_ERROR"
+msgstr "Onverwachte fout"
+
+msgid "IDS_COM_POP_PROXY_CONNECTION_FAILED"
+msgstr "Proxyverbinding mislukt"
+
+msgid "IDS_COM_POP_NETWORK_CONNECTION_ERROR"
+msgstr "Netwerkverbindingsfout"
+
+msgid "IDS_COM_BODY_INVALID_SIM_CARD"
+msgstr "Ongeldige SIM-kaart"
+
+msgid "IDS_COM_BODY_OPERATION_FAILED"
+msgstr "Bewerking is mislukt"
+
+msgid "IDS_COM_POP_VERSION"
+msgstr "Versie"
+
+msgid "IDS_ST_BODY_MENUTRANSITIONEFFECT_ZOOM"
+msgstr "Zoomen"
+
+msgid "IDS_ST_MBODY_ZOOM"
+msgstr "In-/uitzoomen"
+
+msgid "IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION"
+msgstr "Mobiele gegevens worden gebruikt als u gegevens downloadt of uploadt zonder Wi-Fi-verbinding"
+
+msgid "IDS_ST_BODY_APP_OPENING_EFFECT"
+msgstr "Openingseffect app"
+
+msgid "IDS_ST_BODY_APP_OPENING_IMAGE"
+msgstr "Openingsafbeelding app"
+
+msgid "IDS_ST_BODY_NEGATIVE_COLOURS"
+msgstr "Negatieve kleuren"
+
+msgid "IDS_ST_BODY_ZOOM"
+msgstr "Zoomen"
+
+msgid "IDS_ST_BODY_ASSISTIVE_LIGHT"
+msgstr "Hulpverlichting"
+
+msgid "IDS_ST_BODY_AFTER_1_SECOND"
+msgstr "Na 1 seconde"
+
+msgid "IDS_ST_BODY_AFTER_PD_SECONDS"
+msgstr "Na %d seconden"
+
+msgid "IDS_ST_BODY_END_CALLS_USING_THE_POWER_KEY"
+msgstr "Oproepen beëindigen met Aan/uit-toets"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER_ONLY_OPERATES_WITH_HEADSET_CONNECTED"
+msgstr "Automatisch antwoord werkt alleen met aangesloten headset"
+
+msgid "IDS_ST_BODY_PRESS_THE_POWER_KEY_TO_END_CALLS_THIS_WILL_NOT_TURN_OFF_THE_SCREEN"
+msgstr "Druk op aan/uit voor einde oproepen. Schakelt het scherm niet uit"
+
+msgid "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+msgstr "Tekstgrootte wijzigen in Contacten, Agenda, Notities, Berichten, E-mails en IM"
+
+msgid "IDS_ST_BODY_PRESS_THE_HOME_KEY_TO_ACCEPT_INCOMING_CALLS"
+msgstr "Druk op de Start-toets om inkomende oproepen te accepteren"
+
+msgid "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+msgstr "Alle instellingen worden teruggezet op standaardwaarden"
+
+msgid "IDS_ST_BODY_POWER_KEY_SHORTCUT"
+msgstr "Aan/uit-sneltoets"
+
+msgid "IDS_ST_BODY_BLUETOOTH_USB_UTILITIES_ETC"
+msgstr "Bluetooth, USB-hulppprogramma´s enz."
+
+msgid "IDS_ST_BODY_DATE_AND_TIME_KEYBOARD_LICENCE_ETC"
+msgstr "Datum en tijd, toetsenbord, licentie, enz."
+
+msgid "IDS_ST_BODY_MORE_CONNECTIVITY_SETTINGS"
+msgstr "Meer verbindingsinstellingen"
+
+msgid "IDS_ST_BODY_MORE_SYSTEM_SETTINGS"
+msgstr "Meer systeeminstellingen"
+
+msgid "IDS_ST_BODY_THIS_BAND_MAY_NOT_WORK_OUTSIDE_THE_USA_AND_CANADA"
+msgstr "Deze band werkt mogelijk niet buiten de VS en Canada"
+
+msgid "IDS_ST_BODY_UMTS_MODE_ONLY_WORKS_INSIDE_3G_COVERAGE_AREA"
+msgstr "UMTS-modus werkt alleen in gebied met 3G-dekking"
+
+msgid "IDS_ST_MBODY_REGISTER"
+msgstr "Registreren"
+
+msgid "IDS_ST_MBODY_DEREGISTER"
+msgstr "Afmelden"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABIDJAN"
+msgstr "Abidjan"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABUDHABI"
+msgstr "Abu Dhabi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ACCRA"
+msgstr "Accra"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADDIS_ABABA"
+msgstr "Addis Ababa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADELAIDE"
+msgstr "Adelaide"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALASKA"
+msgstr "Alaska"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALGIERS"
+msgstr "Algiers"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALMATY"
+msgstr "Alma Ata"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMBON"
+msgstr "Ambon"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMMAN"
+msgstr "Amman"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMSTERDAME"
+msgstr "Amsterdam"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANADYR"
+msgstr "Anadyr"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANCHORAGE"
+msgstr "Anchorage"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANKARA"
+msgstr "Ankara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANTANANARIVO"
+msgstr "Antananarivo"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASHGABAT"
+msgstr "Ashgabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASMARA"
+msgstr "Asmera"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASTANA"
+msgstr "Astana"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASUNCION"
+msgstr "Asuncion"
+
+msgid "IDS_WCL_BODY_CITYNAME_ATHENS"
+msgstr "Athene"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUCKLAND"
+msgstr "Auckland"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUSTIN"
+msgstr "Austin"
+
+msgid "IDS_WCL_BODY_CITYNAME_AZORES"
+msgstr "Azoren"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAGHDAD"
+msgstr "Bagdad"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAKU"
+msgstr "Baku"
+
+msgid "IDS_WCL_BODY_CITYNAME_BALTIMORE"
+msgstr "Baltimore"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAMAKO"
+msgstr "Bamako"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGKOK"
+msgstr "Bangkok"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGUI"
+msgstr "Bangui"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARCELONA"
+msgstr "Barcelona"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARI"
+msgstr "Bari"
+
+msgid "IDS_WCL_BODY_CITYNAME_BASSE_TERRE"
+msgstr "Basse-Terre"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIJING"
+msgstr "Peking"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIRUT"
+msgstr "Beirut"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELGRADE"
+msgstr "Belgrado"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELIZE_CITY"
+msgstr "Belize City"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERLIN"
+msgstr "Berlijn"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERN"
+msgstr "Bern"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISHKEK"
+msgstr "Bishkek"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISSAU"
+msgstr "Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUINEA_BISSAU"
+msgstr "Guinee-Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOGOTA"
+msgstr "Bogota"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOLOGNA"
+msgstr "Bologna"
+
+msgid "IDS_WCL_BODY_BOSTON"
+msgstr "Boston                      "
+
+msgid "IDS_WCL_BODY_CITYNAME_BRASILIA"
+msgstr "Brasilia"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRATISLAVA"
+msgstr "Bratislava"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRIDGETOWN"
+msgstr "Bridgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRISBANE"
+msgstr "Brisbane"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRUSSELS"
+msgstr "Brussel"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUCHAREST"
+msgstr "Boekarest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUDAPEST"
+msgstr "Boedapest"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUENOSAIRES"
+msgstr "Buenos Aires"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAIRO"
+msgstr "Caïro"
+
+msgid "IDS_WCL_BODY_CITYNAME_CALGARY"
+msgstr "Calgary"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANARY_ISLANDS"
+msgstr "Canarische eilanden"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANBERRA"
+msgstr "Canberra"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANTON"
+msgstr "Canton"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAPE_TOWN"
+msgstr "Kaapstad"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARACAS"
+msgstr "Caracas"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARDIFF"
+msgstr "Cardiff"
+
+msgid "IDS_WCL_BODY_CITYNAME_CASABLANCA"
+msgstr "Casablanca"
+
+msgid "IDS_WCL_BODY_CITYNAME_CATANZARO"
+msgstr "Catanzaro"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAYENNE"
+msgstr "Cayenne"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE"
+msgstr "Charlotte"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE_AMALIE"
+msgstr "Charlotte Amalie"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHELYABINSK"
+msgstr "Chelyabinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHENNAI"
+msgstr "Chennai"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHICAGO"
+msgstr "Chicago"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHISINAU"
+msgstr "Chişinău"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHITA"
+msgstr "Chita"
+
+msgid "IDS_WCL_BODY_CITYNAME_CLEVELAND"
+msgstr "Cleveland"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLOMBO"
+msgstr "Colombo"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLUMBUS"
+msgstr "Columbus"
+
+msgid "IDS_WCL_BODY_CITYNAME_CONAKRY"
+msgstr "Conakry"
+
+msgid "IDS_WCL_BODY_CITYNAME_COPENHAGEN"
+msgstr "Kopenhagen"
+
+msgid "IDS_WCL_BODY_CITYNAME_CORK"
+msgstr "Cork"
+
+msgid "IDS_WCL_BODY_CITYNAME_CROTONE"
+msgstr "Crotone"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAKAR"
+msgstr "Dakar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DALLAS"
+msgstr "Dallas"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAMASCUS"
+msgstr "Damascus"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAR_ES_SALAAM"
+msgstr "Dar es Salaam"
+
+msgid "IDS_WCL_BODY_CITYNAME_DARWIN"
+msgstr "Darwin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DELHI"
+msgstr "Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENPASAR"
+msgstr "Denpasar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENVER"
+msgstr "Denver"
+
+msgid "IDS_WCL_BODY_CITYNAME_DETROIT"
+msgstr "Detroit"
+
+msgid "IDS_WCL_BODY_CITYNAME_DHAKA"
+msgstr "Dhaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_DIEGO_GARCIA"
+msgstr "Diego Garcia"
+
+msgid "IDS_WCL_BODY_CITYNAME_DJIBOUTI"
+msgstr "Djibouti"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOHA"
+msgstr "Doha"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOUALA"
+msgstr "Douala"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBAI"
+msgstr "Dubai"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBLIN"
+msgstr "Dublin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUSHANBE"
+msgstr "Dushanbe"
+
+msgid "IDS_WCL_BODY_CITYNAME_EASTER_ISLAND"
+msgstr "Paaseiland"
+
+msgid "IDS_WCL_BODY_CITYNAME_EDINBURGH"
+msgstr "Edinburgh"
+
+msgid "IDS_WCL_BODY_CITYNAME_EL_PASO"
+msgstr "El Jadida"
+
+msgid "IDS_WCL_BODY_CITYNAME_FLORENCE"
+msgstr "Florence"
+
+msgid "IDS_WCL_BODY_CITYNAME_FORT_DE_FRANCE"
+msgstr "Fort-de-France"
+
+msgid "IDS_WCL_BODY_CITYNAME_FREETOWN"
+msgstr "Freetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GABORONE"
+msgstr "Gaborone"
+
+msgid "IDS_WCL_BODY_CITYNAME_GALAPAGOS_ISLANDS"
+msgstr "Galápagos eilanden"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENEVA"
+msgstr "Genève"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENOA"
+msgstr "Genua"
+
+msgid "IDS_WCL_BODY_CITYNAME_GEORGETOWN"
+msgstr "Georgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GRYTVIKEN"
+msgstr "Grytviken"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOUTH_GEORGIA"
+msgstr "South Georgia"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUAM"
+msgstr "Guam"
+
+msgid "IDS_WCL_BODY_GUATEMALA_CITY"
+msgstr "Guatemala City"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUSTAVIA"
+msgstr "Gustavia"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_BARTHELEMY"
+msgstr "Sint-Bartholomeus"
+
+msgid "IDS_WCL_BODY_CITYNAME_HALIFAX"
+msgstr "Halifax"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAMBURG"
+msgstr "Hamburger"
+
+msgid "IDS_WCL_BODY_CITYNAME_HANOI"
+msgstr "Hanoi"
+
+msgid "IDS_WCL_BODY_CITYNAME_HARARE"
+msgstr "Harare"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAVANA"
+msgstr "Havana"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAWAII"
+msgstr "Hawaii"
+
+msgid "IDS_WCL_BODY_CITYNAME_HELSINKI"
+msgstr "Helsinki"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOBART"
+msgstr "Hobart"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONGKONG"
+msgstr "Hong Kong"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONOLULU"
+msgstr "Honolulu"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOUSTON"
+msgstr "Houston"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOVD"
+msgstr "Hovd"
+
+msgid "IDS_WCL_BODY_CITYNAME_INDIANAPOLIS"
+msgstr "Indianapolis"
+
+msgid "IDS_WCL_BODY_CITYNAME_IRKUTSK"
+msgstr "Irkoetsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISLAMABAD"
+msgstr "Islamabad"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISTANBUL"
+msgstr "Istanboel"
+
+msgid "IDS_WCL_BODY_CITYNAME_IZHEVSK"
+msgstr "Izhevsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_JAKARTA"
+msgstr "Jakarta"
+
+msgid "IDS_WCL_BODY_CITYNAME_JEDDAH"
+msgstr "Djedda"
+
+msgid "IDS_WCL_BODY_CITYNAME_JERUSALEM"
+msgstr "Jeruzalem"
+
+msgid "IDS_WCL_BODY_CITYNAME_JOHANNESBURG"
+msgstr "Johannesburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_KABUL"
+msgstr "Kabul"
+
+msgid "IDS_WCL_BODY_CITYNAME_KALININGRAD"
+msgstr "Kaliningrad"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMCHATKA"
+msgstr "Kamtsjatka"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMPALA"
+msgstr "Kampala"
+
+msgid "IDS_WCL_BODY_CITYNAME_KARACHI"
+msgstr "Karachi"
+
+msgid "IDS_WCL_BODY_CITYNAME_KATHMANDU"
+msgstr "Kathmandu"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHABAROVSK"
+msgstr "Chabarovsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARKIV"
+msgstr "Kharkiv"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARTOUM"
+msgstr "Khartoem"
+
+msgid "IDS_WCL_BODY_CITYNAME_KIEV"
+msgstr "Kiev"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINGSTON"
+msgstr "Kingston"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINSHASA"
+msgstr "Kinshasa"
+
+msgid "IDS_WCL_BODY_CITYNAME_KOLKATA"
+msgstr "Kolkata"
+
+msgid "IDS_WCL_BODY_CITYNAME_KRASNOYARSK"
+msgstr "Krasnojarsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KUALA_LUMPUR"
+msgstr "Kuala Lumpur"
+
+msgid "IDS_WCL_BODY_KUWAIT"
+msgstr "Koeweit"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOS_ANGELES"
+msgstr "Los Angeles"
+
+msgid "IDS_WCL_BODY_CITYNAME_LA_PAZ"
+msgstr "La Paz"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAGOS"
+msgstr "Lagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAS_VEGAS"
+msgstr "Las Vegas"
+
+msgid "IDS_WCL_BODY_CITYNAME_LIMA"
+msgstr "Lima"
+
+msgid "IDS_WCL_BODY_CITYNAME_LISBON"
+msgstr "Lissabon"
+
+msgid "IDS_WCL_BODY_CITYNAME_LJUBLJANA"
+msgstr "Ljubljana"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONDON"
+msgstr "Londen"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONGHUA"
+msgstr "Longhua"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOUISVILLE"
+msgstr "Louisville"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUANDA"
+msgstr "Luanda"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUBUMBASHI"
+msgstr "Lubumbashi"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUSAKA"
+msgstr "Lusaka"
+
+msgid "IDS_WCL_BODY_LUXEMBOURG"
+msgstr "Luxemburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_LVIV"
+msgstr "Lviv"
+
+msgid "IDS_WCL_BODY_CITYNAME_MACAU"
+msgstr "Macau"
+
+msgid "IDS_WCL_BODY_CITYNAME_MADRID"
+msgstr "Madrid"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAGADAN"
+msgstr "Magadan"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALABO"
+msgstr "Malabo"
+
+msgid "IDS_WCL_BODY_CITYNAME_EQUAORIAL_GUINEA"
+msgstr "Equatoriaal Guinea"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALE"
+msgstr "Male"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAGUA"
+msgstr "Managua"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAMA"
+msgstr "Manama"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANILA"
+msgstr "Manilla"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAPUTO"
+msgstr "Maputo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MARIGOT"
+msgstr "Marigot"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_MARTIN"
+msgstr "Saint Martin"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAZATLAN"
+msgstr "Mazatlan"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIYADH"
+msgstr "Riyadh"
+
+msgid "IDS_WCL_BODY_CITYNAME_MELBOURNE"
+msgstr "Melbourne"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEMPHIS"
+msgstr "Memphis"
+
+msgid "IDS_WCL_BODY_CITYNAME_MESSINA"
+msgstr "Messina"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEXICO_CITY"
+msgstr "Mexico-stad"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIAMI"
+msgstr "Miami"
+
+msgid "IDS_WCL_BODY_CITYNAME_MID_ATLANTIC"
+msgstr "Mid-Atlantic"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIDWAY_ATOLL"
+msgstr "Midway Atoll"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILAN"
+msgstr "Milaan"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILWAUKEE"
+msgstr "Milwaukee"
+
+msgid "IDS_WCL_BODY_CITYNAME_MINSK"
+msgstr "Minsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOGADISHU"
+msgstr "Mogadishu"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONROVIA"
+msgstr "Monrovia"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTEVIDEO"
+msgstr "Montevideo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTREAL"
+msgstr "Montreal"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOSCOW"
+msgstr "Moskou"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUMBAI"
+msgstr "Mumbai"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUNICH"
+msgstr "München"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUSCAT"
+msgstr "Muscat"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAIROBI"
+msgstr "Nairobi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ROME"
+msgstr "Rome"
+
+msgid "IDS_WCL_BODY_CITYNAME_NATERS"
+msgstr "Naters"
+
+msgid "IDS_WCL_BODY_CITYNAME_NDJAMENA"
+msgstr "Ndjamena"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAPLES"
+msgstr "Napels"
+
+msgid "IDS_WCL_BODY_MECCA"
+msgstr "Mecca"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWDELHI"
+msgstr "New Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWYORK"
+msgstr "New York"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWFOUNDLAND"
+msgstr "Newfoundland"
+
+msgid "IDS_WCL_BODY_CITYNAME_NIAMEY"
+msgstr "Niamey"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUAKCHOTT"
+msgstr "Nouakchott"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUMEA"
+msgstr "Nouméa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOKUZNETSK"
+msgstr "Novokuznetsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOSIBIRSK"
+msgstr "Novosibirsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUKUALOFA"
+msgstr "Nuku'alofa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUUK"
+msgstr "Nuuk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OMSK"
+msgstr "Omsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OSAKA"
+msgstr "Osaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_OTTAWA"
+msgstr "Ottawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_OUAGADOUGOU"
+msgstr "Ouagadougou"
+
+msgid "IDS_WCL_BODY_CITYNAME_PAGO_PAGO"
+msgstr "Pago Pago"
+
+msgid "IDS_WCL_BODY_CITYNAME_PALERMO"
+msgstr "Palermo"
+
+msgid "IDS_WCL_BODY_PANAMA_CITY"
+msgstr "Panama City"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARAMARIBO"
+msgstr "Paramaribo"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARIS"
+msgstr "Parijs"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERM"
+msgstr "Perm"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERTH"
+msgstr "Perth"
+
+msgid "IDS_WCL_BODY_CITYNAME_PETROPAVLOVSK_KAMCHATSKIY"
+msgstr "Petropavlovsk-Kamchatskiy"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHILADELPHIA"
+msgstr "Philadelphia"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHNOM_PENH"
+msgstr "Phnom Penh"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHOENIX"
+msgstr "Phoenix"
+
+msgid "IDS_WCL_BODY_CITYNAME_PODGORICA"
+msgstr "Podgorica"
+
+msgid "IDS_WCL_BODY_CITYNAME_PONTA_DELGADA"
+msgstr "Ponta Delgada"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_LOUIS"
+msgstr "Port Louis"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_AU_PRINCE"
+msgstr "Port-au-Prince"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORTLAND"
+msgstr "Portland"
+
+msgid "IDS_WCL_BODY_CITYNAME_PRAGUE"
+msgstr "Praag"
+
+msgid "IDS_WCL_BODY_CITYNAME_PYONGYANG"
+msgstr "Pyongyang"
+
+msgid "IDS_WCL_BODY_CITYNAME_QUITO"
+msgstr "QUITO"
+
+msgid "IDS_WCL_BODY_CITYNAME_RABAT"
+msgstr "Rabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_YANGON"
+msgstr "Yangon"
+
+msgid "IDS_WCL_BODY_CITYNAME_RECIFE"
+msgstr "Recife"
+
+msgid "IDS_WCL_BODY_CITYNAME_REGINA"
+msgstr "Regina"
+
+msgid "IDS_WCL_BODY_CITYNAME_REYKJAVIK"
+msgstr "Reykjavík"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIGA"
+msgstr "Riga"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIO_DE_JANEIRO"
+msgstr "Rio de Janeiro"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_DENIS"
+msgstr "Saint-Denis"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAMARA"
+msgstr "Samara"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_ANTONIO"
+msgstr "San Antonio"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_DIEGO"
+msgstr "San Diego"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_FRANCISCO"
+msgstr "San Francisco"
+
+msgid "IDS_WCL_BODY_SAN_JOSE"
+msgstr "San Jose"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_JUAN"
+msgstr "San Juan"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_MARINO"
+msgstr "San Marino"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_SALVADOR"
+msgstr "San Salvador"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANAA"
+msgstr "Sana'a"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTIAGO"
+msgstr "Santiago"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTO_DOMINGO"
+msgstr "Santo Domingo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAO_PAULO"
+msgstr "Sao Paulo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEATTLE"
+msgstr "Seattle"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEOUL"
+msgstr "Seoel"
+
+msgid "IDS_WCL_BODY_CITYNAME_SHANGHAI"
+msgstr "Sjanghai"
+
+msgid "IDS_WCL_BODY_SHENZHEN"
+msgstr "Shenzhen"
+
+msgid "IDS_WCL_BODY_CITYNAME_SINGAPORE"
+msgstr "Singapore"
+
+msgid "IDS_WCL_BODY_CITYNAME_SKOPJE"
+msgstr "Skopje"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOFIA"
+msgstr "Sofia"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_JOHNS"
+msgstr "St John's"
+
+msgid "IDS_WCL_BODY_CITYNAME_STOCKHOLM"
+msgstr "Stockholm"
+
+msgid "IDS_WCL_BODY_CITYNAME_SUVA"
+msgstr "Suva"
+
+msgid "IDS_WCL_BODY_CITYNAME_SYDNEY"
+msgstr "Sydney"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAHITI"
+msgstr "Tahiti"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAIPEI"
+msgstr "Taipei"
+
+msgid "IDS_WCL_BODY_CITYNAME_TALLINN"
+msgstr "Tallinn"
+
+msgid "IDS_WCL_BODY_CITYNAME_TARAWA"
+msgstr "Tarawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TASHKENT"
+msgstr "Tasjkent"
+
+msgid "IDS_WCL_BODY_CITYNAME_TBILISI"
+msgstr "Tbilisi"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEGUCIGALPA"
+msgstr "Tegucigalpa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEHRAN"
+msgstr "Teheran"
+
+msgid "IDS_WCL_BODY_CITYNAME_HO_CHI_MINH_CITY"
+msgstr "Ho Chi Minhstad"
+
+msgid "IDS_WCL_BODY_CITYNAME_THE_SETTLEMENT"
+msgstr "The Settlement"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIANJIN"
+msgstr "Tianjin"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIJUANA"
+msgstr "Tijuana"
+
+msgid "IDS_WCL_BODY_CITYNAME_TOKYO"
+msgstr "Tokio"
+
+msgid "IDS_WCL_BODY_CITYNAME_TORONTO"
+msgstr "Toronto"
+
+msgid "IDS_WCL_BODY_CITYNAME_TREHET"
+msgstr "Tréhet"
+
+msgid "IDS_WCL_BODY_CITYNAME_TRIPOLI"
+msgstr "Tripoli"
+
+msgid "IDS_WCL_BODY_CITYNAME_TUNIS"
+msgstr "Tunis"
+
+msgid "IDS_WCL_BODY_CITYNAME_TURIN"
+msgstr "Turin"
+
+msgid "IDS_WCL_BODY_CITYNAME_UFA"
+msgstr "Ufa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ULAN_BATOR"
+msgstr "Ulan Bator"
+
+msgid "IDS_WCL_BODY_CITYNAME_VADUZ"
+msgstr "Vaduz"
+
+msgid "IDS_WCL_BODY_CITYNAME_VALLETTA"
+msgstr "Valletta"
+
+msgid "IDS_WCL_BODY_CITYNAME_VANCOUVER"
+msgstr "Vancouver"
+
+msgid "IDS_WCL_BODY_CITYNAME_VERONA"
+msgstr "Verona"
+
+msgid "IDS_WCL_BODY_CITYNAME_VICTORIA"
+msgstr "Victoria"
+
+msgid "IDS_WCL_BODY_CITYNAME_VIENNA"
+msgstr "Wenen"
+
+msgid "IDS_WCL_BODY_CITYNAME_VILNIUS"
+msgstr "Vilnius"
+
+msgid "IDS_WCL_BODY_CITYNAME_VLADIVOSTOK"
+msgstr "Vladivostok"
+
+msgid "IDS_WCL_BODY_CITYNAME_VOLGOGRAD"
+msgstr "Volgograd"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_PETERSBURG"
+msgstr "St. Petersburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_WARSAW"
+msgstr "Warschau"
+
+msgid "IDS_WCL_BODY_CITYNAME_WASHINGTON_DC"
+msgstr "Washington DC"
+
+msgid "IDS_WCL_BODY_CITYNAME_WELLINGTON"
+msgstr "Wellington"
+
+msgid "IDS_WCL_BODY_CITYNAME_WINNIPEG"
+msgstr "Winnipeg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAKUTSK"
+msgstr "Jakoetsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAMOUSSOUKRO"
+msgstr "Yamusoukro"
+
+msgid "IDS_WCL_BODY_YAOUNDE"
+msgstr "Yaounde"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEKATERINBURG"
+msgstr "Jekaterinenburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEREVAN"
+msgstr "Yerevan"
+
+msgid "IDS_WCL_BODY_CITYNAME_YUZHNO_SAKHALINSK"
+msgstr "Yuzhno-Sakhalinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZAGREB"
+msgstr "Zagreb"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZURICH"
+msgstr "Zürich"
+
+msgid "IDS_ST_HEADER_WI_FI_DIRECT"
+msgstr "Wi-Fi Direct"
+
+msgid "IDS_ST_POP_INCORRECT_PASSWORD"
+msgstr "Wachtwoord onjuist"
+
+
+
+
diff --git a/src/po/pt_PT.po b/src/po/pt_PT.po
new file mode 100755 (executable)
index 0000000..97e3086
--- /dev/null
@@ -0,0 +1,2910 @@
+msgid "IDS_COM_POP_UNSUPPORTED"
+msgstr "Não suportado"
+
+msgid "IDS_COM_BODY_1_MINUTE"
+msgstr "1 minuto"
+
+msgid "IDS_ST_BODY_WALLPAPER"
+msgstr "Fundo"
+
+msgid "IDS_COM_POP_DATE"
+msgstr "Data"
+
+msgid "IDS_ST_BODY_SYSTEM"
+msgstr "Sistema"
+
+msgid "IDS_ST_BODY_APPLICATIONS"
+msgstr "Aplicações"
+
+msgid "IDS_EMAIL_BODY_EXAMPLE"
+msgstr "Exemplo"
+
+msgid "IDS_COM_POP_NAME"
+msgstr "Nome"
+
+msgid "IDS_ST_BODY_SCAN"
+msgstr "Pesquisar"
+
+msgid "IDS_COM_BODY_CALENDAR_T_MAINMENU_ABB2"
+msgstr "Agenda"
+
+msgid "IDS_COM_BODY_SAMSUNG_APPS_T_MAINMENU"
+msgstr "Samsung Apps"
+
+msgid "IDS_COM_BODY_VOIP_CALL"
+msgstr "Chamada VoIP"
+
+msgid "IDS_COM_POP_UNKNOWN"
+msgstr "Desconhecido"
+
+msgid "IDS_COM_SK_ADD_LITE"
+msgstr "Adicion."
+
+msgid "IDS_ST_BODY_INACTIVE"
+msgstr "Inactivo"
+
+msgid "IDS_COM_POP_NO_SPEED_DIAL_NUMBER_ASSIGN_ONE_NOW_Q"
+msgstr "Nenhum número de marcação rápida. Atribuir um agora?"
+
+msgid "IDS_COM_BODY_CONTACT_SETTINGS"
+msgstr "Definições dos contactos"
+
+msgid "IDS_COM_BODY_NA"
+msgstr "N/A"
+
+msgid "IDS_COM_BODY_SEARCH_LINK"
+msgstr "Procurar"
+
+msgid "IDS_ST_BODY_CHECK_YOUR_MISSED_EVENTS_WHEN_HEADSET_MODE_IS_ENABLED"
+msgstr "Verifique os seus eventos perdidos quando o modo de auricular estiver activado"
+
+msgid "IDS_ST_BODY_CHINESE_HCHINA_FEMALE"
+msgstr "Chinês (China, Mulher)"
+
+msgid "IDS_ST_BODY_DEFAULT_SETTINGS_OVERRIDE_APPLICATION_SETTINGS"
+msgstr "As definições padrão sobrepõem-se às definições da aplicação"
+
+msgid "IDS_ST_BODY_ENGLISH_HUNITED_STATES_FEMALE"
+msgstr "Inglês (Estados Unidos, Mulher)"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA"
+msgstr "Instalar dados de voz"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA_REQUIRED_FOR_SPEECH_SYNTHESIS"
+msgstr "Instalação de dados de voz necessária para síntese de voz"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_FEMALE"
+msgstr "Coreano (Coreia do Sul, Mulher)"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_MALE"
+msgstr "Coreano (Coreia do Sul, Homem)"
+
+msgid "IDS_ST_BODY_LAUNCH_VOICE_TALK_WHENEVER_BLUETOOTH_HEADSET_IS_CONNECTED"
+msgstr "Iniciar Chamada de voz sempre que estiver ligado o auricular Bluetooth"
+
+msgid "IDS_ST_BODY_LISTEN_TO_AN_EXAMPLE"
+msgstr "Ouvir um exemplo"
+
+msgid "IDS_ST_BODY_SAMSUNG_POWERED_BY_VLINGO"
+msgstr "Samsung com tecnologia Vlingo"
+
+msgid "IDS_ST_BODY_SAVED"
+msgstr "Guardado"
+
+msgid "IDS_ST_BODY_SELECT_APPLICATIONS_TO_USE_TTS_WHILE_DRIVING_MODE_IS_ON"
+msgstr "Seleccionar aplicações para utilizar TTS enquanto o modo de condução estiver activado"
+
+msgid "IDS_ST_BODY_SETS_THE_SPEECH_SYNTHESIS_ENGINE_TO_BE_USED_FOR_SPOKEN_TEXT"
+msgstr "Define o motor de síntese de voz que vai ser utilizado para texto falado"
+
+msgid "IDS_ST_BODY_SPEAKS_PROMPTS_BEFORE_LISTENING"
+msgstr "Emite pedidos por voz antes da audição"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH"
+msgstr "Texto para voz (TTS)"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH_SETTINGS"
+msgstr "Definições de texto para voz (TTS)"
+
+msgid "IDS_ST_BODY_TYPE1"
+msgstr "Tipo 1"
+
+msgid "IDS_ST_BODY_TYPE2"
+msgstr "Tipo 2"
+
+msgid "IDS_ST_BODY_TYPE3"
+msgstr "Tipo 3"
+
+msgid "IDS_ST_BODY_TYPE_4"
+msgstr "Tipo 4"
+
+msgid "IDS_ST_BODY_VOICE_EFFECTS"
+msgstr "Efeitos de voz"
+
+msgid "IDS_ST_BODY_VOICE_INPUT_SETTING_HELP_MESSAGE_1"
+msgstr "Dar autorização ao Vlingo para criar índice de contactos para melhorar a exactidão do reconhecimento de voz?"
+
+msgid "IDS_ST_BODY_WHEN_VOICE_COMMAND_STARTS_THE_PHONE_WILL_START_LISTENING_AUTOMATICALLY_AND_RESPOND_USING_AUTO_SPEAK"
+msgstr "Quando o Comando de voz é iniciado, o telefone começa a ouvir automaticamente e a responder utilizando Voz automática"
+
+msgid "IDS_ST_HEADER_ADVANCED_SETTINGS"
+msgstr "Definições avançadas"
+
+msgid "IDS_ST_HEADER_TEXT_TO_SPEECH"
+msgstr "Texto para voz (TTS)"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT"
+msgstr "Entrada de voz"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+msgstr "Entrada e saída de voz"
+
+msgid "IDS_ST_HEADER_VOICE_OUTPUT_ABB"
+msgstr "Saída de voz"
+
+msgid "IDS_ST_HEADER_VOICE_RECOGNITION_SETTINGS_ABB"
+msgstr "Def. reconhecimento de voz"
+
+msgid "IDS_ST_MBODY_AUTO_PUNCTUATION"
+msgstr "Pontuação automática"
+
+msgid "IDS_ST_MBODY_AUTO_SPEAK"
+msgstr "Voz automática"
+
+msgid "IDS_ST_MBODY_AUTO_START_DRIVING_MODE"
+msgstr "Início autom. modo cond."
+
+msgid "IDS_ST_MBODY_AUTO_START_SPEAKERPHONE"
+msgstr "Início automát. alta-voz"
+
+msgid "IDS_ST_MBODY_CUSTOMISE_MAIN_PROMPT"
+msgstr "Person. pedido principal"
+
+msgid "IDS_ST_MBODY_DEFAULT_ENGINE"
+msgstr "Motor padrão"
+
+msgid "IDS_ST_MBODY_DRIVING_MODE_SETTINGS"
+msgstr "Defin. modo de condução"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_KINGDOM"
+msgstr "Inglês (Reino Unido)"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_STATES"
+msgstr "Inglês (Estados Unidos)"
+
+msgid "IDS_ST_MBODY_HIDE_OFFENSIVE_WORDS"
+msgstr "Ocultar palav. ofensivas"
+
+msgid "IDS_ST_MBODY_SAMSUNG_TTS"
+msgstr "Samsung TTS"
+
+msgid "IDS_ST_MBODY_VERY_FAST"
+msgstr "Muito rápida"
+
+msgid "IDS_ST_MBODY_VOICE_RECOGNISER"
+msgstr "Reconhecedor de voz"
+
+msgid "IDS_ST_OPT_NORMAL_M_SOUNDEFFECT"
+msgstr "Normal"
+
+msgid "IDS_ST_POP_FAST"
+msgstr "Rápido"
+
+msgid "IDS_ST_POP_SLOW"
+msgstr "Lento"
+
+msgid "IDS_ST_POP_UPDATED_ABB"
+msgstr "Actualizado"
+
+msgid "IDS_COM_BODY_OFFICE"
+msgstr "Escritório"
+
+msgid "IDS_COM_BODY_SAMSUNG_DISCLAIMER"
+msgstr "Termo de responsabilidade Samsung"
+
+msgid "IDS_COM_POP_LOCATION"
+msgstr "Localização"
+
+msgid "IDS_ST_BODY_DRIVING_MODE"
+msgstr "Modo de condução"
+
+msgid "IDS_ST_BODY_MESSAGE"
+msgstr "Mensagem"
+
+msgid "IDS_ST_SK3_DONE"
+msgstr "Concluído"
+
+msgid "IDS_COM_OPT_FOLDERS"
+msgstr "Pastas"
+
+msgid "IDS_COM_BODY_ANDROID"
+msgstr "Android"
+
+msgid "IDS_COM_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_COM_BODY_FRENCH"
+msgstr "Francês"
+
+msgid "IDS_ST_BODY_POWER_OFF"
+msgstr "Desligar"
+
+msgid "IDS_COM_BODY_GERMAN"
+msgstr "Alemão"
+
+msgid "IDS_COM_BODY_ITALIAN"
+msgstr "Italiano"
+
+msgid "IDS_ST_BODY_SLEEP"
+msgstr "Dormir"
+
+msgid "IDS_COM_BODY_SPANISH"
+msgstr "Espanhol"
+
+msgid "IDS_COM_BODY_TOUCHSCREEN_LANG"
+msgstr "Idioma"
+
+msgid "IDS_COM_SK_SEARCH_A"
+msgstr "Procurar"
+
+msgid "IDS_COM_BODY_SYSTEM_INFO_ABB"
+msgstr "Info. sist."
+
+msgid "IDS_ST_BODY_GREEK"
+msgstr "Grego"
+
+msgid "IDS_ST_BODY_POLISH"
+msgstr "Polaco"
+
+msgid "IDS_ST_BODY_PORTUGUESE"
+msgstr "Português"
+
+msgid "IDS_ST_BODY_FAILED_TO_CHECK_SIGNATURE"
+msgstr "Falha ao verificar assinatura"
+
+msgid "IDS_ST_BODY_INCORRECT_USER_NAME_OR_PASSWORD"
+msgstr "Nome ou palavra-passe de utilizador incorrectos"
+
+msgid "IDS_ST_BODY_INTERNAL_ERROR"
+msgstr "Erro interno"
+
+msgid "IDS_ST_BODY_SERVER_ERROR"
+msgstr "Erro do servidor"
+
+msgid "IDS_ST_BODY_UNKNOWN_ERROR"
+msgstr "Erro desconhecido"
+
+msgid "IDS_ST_BODY_USER_NAME_ALREADY_IN_USE"
+msgstr "Nome de utilizador já a ser utilizado"
+
+msgid "IDS_ST_POP_PASSWORD_MUST_BE_MORE_THAN_P1SD_CHARACTERS_AND_LESS_THAN_P2SD"
+msgstr "A palavra-passe tem de ter mais de %1$d caracteres e menos de %2$d"
+
+msgid "IDS_ST_BODY_FONTSTYLE_ROSEMARY"
+msgstr "Rosemary"
+
+msgid "IDS_ST_BODY_APPLICATION_INFO"
+msgstr "Informações da aplicação"
+
+msgid "IDS_ST_MBODY_HOME_SCREEN_WALLPAPER"
+msgstr "Fundo do ecrã principal"
+
+msgid "IDS_ST_MBODY_LOCK_SCREEN_WALLPAPER_M_NOUN"
+msgstr "Imagem ecrã bloqueado"
+
+msgid "IDS_COM_BODY_NEGATIVE_DISPLAY"
+msgstr "Apresentação em negativo"
+
+msgid "IDS_COM_BODY_ORIGINAL_DISPLAY"
+msgstr "Apresentação original"
+
+msgid "IDS_COM_BODY_POSITIVE_DISPLAY"
+msgstr "Apresentação em positivo"
+
+msgid "IDS_ST_BODY_PASSWORDS_DO_NOT_MATCH"
+msgstr "As palavras-passe são diferentes"
+
+msgid "IDS_ST_POP_TIME_SET_MAY_BE_DIFFERENT_FROM_ACTUAL_LOCAL_TIME"
+msgstr "A hora definida pode ser diferente da hora local real."
+
+msgid "IDS_ST_BODY_LOCATIONS"
+msgstr "Localizações"
+
+msgid "IDS_ST_POP_PD_TO_PD_DIGITS_REQUIRED"
+msgstr "São necessários %d a %d dígitos"
+
+msgid "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+msgstr "Aplicações transferidas"
+
+msgid "IDS_ST_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_ST_BODY_KEYBOARD"
+msgstr "Teclado"
+
+msgid "IDS_ST_BODY_PS_FREE_OF_PS"
+msgstr "%s livres de %s"
+
+msgid "IDS_ST_BODY_WIDGETS"
+msgstr "Widgets"
+
+msgid "IDS_ST_HEADER_SAMSUNG_APPS"
+msgstr "Samsung Apps"
+
+msgid "IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "A alteração do idioma irá fechar todas as aplicações e os dados não guardados serão perdidos. Continuar?"
+
+msgid "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "A alteração do região irá fechar todas as aplicações e os dados não guardados serão perdidos. Continuar?"
+
+msgid "IDS_ST_POP_EXPLANATION_FOR_EXPIRY_REMINDER"
+msgstr "Receba um lembrete antes da expiração da licença do ficheiro a ser utilizado, tal como uma imagem de fundo."
+
+msgid "IDS_ST_POP_RESETTING_ING"
+msgstr "A repor..."
+
+msgid "IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"
+msgstr "Reiniciar telefone para utilizar actualização automática?"
+
+msgid "IDS_ST_BODY_ABOUT"
+msgstr "Sobre"
+
+msgid "IDS_ST_BODY_GSM_850_1900"
+msgstr "GSM 850/1900"
+
+msgid "IDS_ST_BODY_GSM_900_1800"
+msgstr "GSM 900/1800"
+
+msgid "IDS_ST_BODY_INSTALLATION_SETTINGS"
+msgstr "Definições de instalação"
+
+msgid "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+msgstr "Definições de transferência de fotografias"
+
+msgid "IDS_ST_BODY_PROXY_PORT"
+msgstr "Porta de proxy"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_CONNECTION_CONNECTING_USB_HELP_MSG"
+msgstr "Se o Samsung Kies (software de PC) ou os controladores correctos ainda não estiverem instalados no PC, a instalação continuará no Microsoft Windows. \nDepois de ter instalado o software de PC, pode executar as seguintes operações:\n- Sincronizar dados do telefone\n- Actualizar o software do telefone\n- Partilha de Internet (o telefone actua como um modem para permitir o acesso à Internet com o seu portátil ou PC)\n- Copiar música ou vídeos comprados, protegidos por DRM, ou ficheiros normais para o telefone"
+
+msgid "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+msgstr "Perfis de rede social"
+
+msgid "IDS_ST_BODY_TASK_SWITCHER"
+msgstr "Comutador de tarefas"
+
+msgid "IDS_ST_BODY_UMTS"
+msgstr "UMTS"
+
+msgid "IDS_ST_BODY_VIBR__N__RAISING_MELODY"
+msgstr "Vibr. e melodia em crescendo"
+
+msgid "IDS_ST_HEADER_DIVX_VOD"
+msgstr "DivX® VOD"
+
+msgid "IDS_ST_HEADER_SAMSUNG_KIES"
+msgstr "Samsung Kies"
+
+msgid "IDS_COM_BODY_100P"
+msgstr "100%"
+
+msgid "IDS_COM_BODY_50P"
+msgstr "50%"
+
+msgid "IDS_COM_POP_DELETE_FAILED"
+msgstr "Falha ao apagar"
+
+msgid "IDS_ST_BODY_30_percent"
+msgstr "30%"
+
+msgid "IDS_ST_BODY_CONNECT_TO_BLUETOOTH_DEVICE"
+msgstr "Ligar a dispositivo Bluetooth"
+
+msgid "IDS_ST_BODY_DATA_ROAMING"
+msgstr "Dados em roaming"
+
+msgid "IDS_ST_BODY_GESTURES"
+msgstr "Gestos"
+
+msgid "IDS_ST_BODY_LOCK_SCREEN"
+msgstr "Ecrã bloqueado"
+
+msgid "IDS_ST_BODY_MEDIA_PLAYER"
+msgstr "Media Player"
+
+msgid "IDS_ST_BODY_MENU_AND_WIDGETS"
+msgstr "Menu e widgets"
+
+msgid "IDS_ST_MBODY_USB_CONNECTION"
+msgstr "Ligação USB"
+
+msgid "IDS_ST_BODY_BLUETOOTH_CONNECTION"
+msgstr "Ligação Bluetooth"
+
+msgid "IDS_ST_BODY_ENTER_NEW_PASSWORD"
+msgstr "Introduzir nova palavra-passe"
+
+msgid "IDS_ST_BODY_PASSWORD_CONTAINS_INVALID_CHARACTER_ABB"
+msgstr "A palavra-passe tem um carácter inválido"
+
+msgid "IDS_ST_BODY_SAMSUNG_ACCOUNT"
+msgstr "Conta Samsung"
+
+msgid "IDS_ST_BODY_USER_PASSWORD"
+msgstr "Palavra-passe de utilizador"
+
+msgid "IDS_ST_BODY_YOUR_BIRTHDAY"
+msgstr "A sua data de nascimento"
+
+msgid "IDS_ST_BUTTON_CREATE_ACCOUNT"
+msgstr "Criar conta"
+
+msgid "IDS_ST_HEADER_INVALID_PASSWORD_LENGTH"
+msgstr "Comprimento da palavra-passe inválido"
+
+msgid "IDS_ST_HEADER_SIGN_UP_FOR_SAMSUNG_ACCOUNT"
+msgstr "Iniciar sessão da conta Samsung"
+
+msgid "IDS_ST_OPT_NEW_PASSWORD_ABB"
+msgstr "Nova palavra-passe"
+
+msgid "IDS_ST_POP_IT_SHOULD_BE_PD_TO_PD_DIGITS_LONG"
+msgstr "O comprimento deve ser de %d a %d dígitos"
+
+msgid "IDS_ST_POP_NETWORK_NOT_AVAILABLE"
+msgstr "Rede indisponível"
+
+msgid "IDS_COM_BODY_MSGSETTINGSBROADCASTLANGUAGESSPANISH"
+msgstr "Espanhol"
+
+msgid "IDS_COM_POP_UNKNOWN_ERROR_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Erro desconhecido. Impossível iniciar aplicação"
+
+msgid "IDS_ST_HEADER_FRANCE"
+msgstr "France"
+
+msgid "IDS_ST_BODY_ALWAYS_REJECT"
+msgstr "Rejeitar sempre"
+
+msgid "IDS_ST_BODY_AUTO_DOWNLOAD"
+msgstr "Transferência automática"
+
+msgid "IDS_ST_BODY_DATE_AND_TIME"
+msgstr "Data e hora"
+
+msgid "IDS_ST_BODY_DATE_FORMAT"
+msgstr "Formato da data"
+
+msgid "IDS_ST_BODY_DDMMYYYY_DOT"
+msgstr "DD.MM.AAAA"
+
+msgid "IDS_ST_BODY_EXPIRY_REMINDER"
+msgstr "Lembrete de expiração"
+
+msgid "IDS_ST_BODY_FILE_TRANSFER"
+msgstr "Transferência de ficheiros"
+
+msgid "IDS_ST_BODY_HOME_URL"
+msgstr "URL inicial"
+
+msgid "IDS_ST_BODY_INTERNET_CONNECTION"
+msgstr "Ligação de Internet"
+
+msgid "IDS_ST_BODY_INTERNET_SHARING"
+msgstr "Partilha de Internet"
+
+msgid "IDS_ST_BODY_MM_DD_YYYY_DOT"
+msgstr "MM.DD.AAAA"
+
+msgid "IDS_ST_BODY_NETWORK_MODE"
+msgstr "Modo de rede"
+
+msgid "IDS_ST_BODY_OPEN_SOURCE_LICENCES"
+msgstr "Abrir licenças de origem"
+
+msgid "IDS_ST_BODY_PREFERRED_NETWORKS"
+msgstr "Redes preferidas"
+
+msgid "IDS_ST_BODY_RESET_SETTINGS"
+msgstr "Repor definições"
+
+msgid "IDS_ST_BODY_SELECT_NETWORK"
+msgstr "Seleccionar rede"
+
+msgid "IDS_ST_BODY_TIME_FORMAT"
+msgstr "Formato da hora"
+
+msgid "IDS_ST_BODY_TIME_ZONE"
+msgstr "Fuso horário"
+
+msgid "IDS_ST_BODY_TRANSACTION_TRACKING"
+msgstr "Rastreamento da transacção"
+
+msgid "IDS_ST_BODY_YYYY_DD_MM_DOT"
+msgstr "AAAA/DD/MM"
+
+msgid "IDS_COM_POP_FILE_VIEWER"
+msgstr "Visualizador de ficheiros"
+
+msgid "IDS_COM_POP_SAVE_SAVE_TO_MY_FILES"
+msgstr "Guardar em Meus ficheiros"
+
+msgid "IDS_ST_BODY_TIME_N_DATE"
+msgstr "Hora e data"
+
+msgid "IDS_COM_BUTTON_PREV"
+msgstr "Ant."
+
+msgid "IDS_COM_POP_DRM_EXPIRED_GET_MORE_LICENSES"
+msgstr "%s será bloqueado dentro de %d horas e será reposto o valor padrão de %s. Obter mais licenças?"
+
+msgid "IDS_COM_POP_EXPIRING_REMINDER"
+msgstr "Lembrete a expirar"
+
+msgid "IDS_COM_SK_RETRY"
+msgstr "Repetir"
+
+msgid "IDS_CST_BODY_AUTOMATIC_ANSWERING"
+msgstr "Atendimento automático"
+
+msgid "IDS_ST_BODY_MESSAGE_LIST"
+msgstr "Lista de mensagens"
+
+msgid "IDS_ST_HEADER_PLEASE_WAIT"
+msgstr "Aguarde por favor"
+
+msgid "IDS_ST_BODY_CALL"
+msgstr "Chamada"
+
+msgid "IDS_ST_BODY_NORMAL_T_PROFILE"
+msgstr "Normal"
+
+msgid "IDS_ST_BODY_PD_SECONDS"
+msgstr "%d segundos"
+
+msgid "IDS_COM_POP_UPDATED"
+msgstr "Actualizado"
+
+msgid "IDS_ST_POP_NEW_PASSWD_SAVED"
+msgstr "Nova palavra-passe guardada"
+
+msgid "IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"
+msgstr "Sem palavra-passe. Definir palavra-passe?"
+
+msgid "IDS_COM_BODY_CREATE_MESSAGE_TELEFONICA"
+msgstr "Criar Nova Mensagem"
+
+msgid "IDS_ST_BODY_USB_ASK_ON_CONNECTION"
+msgstr "Perguntar ao ligar"
+
+msgid "IDS_ST_HEADER_BRIGHT"
+msgstr "Brilho"
+
+msgid "IDS_COM_BODY_ALL_DAY"
+msgstr "Todo o dia"
+
+msgid "IDS_COM_BODY_CERTIFICATE_INFO"
+msgstr "Info do certificado"
+
+msgid "IDS_COM_BODY_ENABLE_LOCATION_SERVICES"
+msgstr "Activar serviços de localização"
+
+msgid "IDS_COM_BODY_INSTANT_MESSENGER"
+msgstr "Mens. instant."
+
+msgid "IDS_COM_BODY_NEWS"
+msgstr "Notícias"
+
+msgid "IDS_COM_BODY_NO_SIM"
+msgstr "Sem SIM"
+
+msgid "IDS_COM_BODY_SERIAL_NUMBER"
+msgstr "Número de série"
+
+msgid "IDS_COM_OPT_HIDE_KEYPAD"
+msgstr "Ocultar teclado"
+
+msgid "IDS_COM_OPT_VOICE_RECORDER_WILL_BE_STOPPED_DUE_TO_LOW_BATTERY_VODA"
+msgstr "O gravador de voz vai ser parado devido a bateria fraca"
+
+msgid "IDS_COM_POP_EXITSILENTMODE"
+msgstr "Sair do modo silencioso"
+
+msgid "IDS_COM_POP_FOR_ALL_TELE_SERVICES_EXCEPT_SMS"
+msgstr "para todos os serviços Tele excepto SMS"
+
+msgid "IDS_COM_POP_LOW_BATTERY_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Bateria fraca. Impossível iniciar aplicação"
+
+msgid "IDS_COM_POP_MMS_SENT"
+msgstr "MMS enviada"
+
+msgid "IDS_COM_POP_REGISTERING"
+msgstr "A registar..."
+
+msgid "IDS_COM_POP_SMALL_DAYS"
+msgstr "dias"
+
+msgid "IDS_COM_POP_SMALL_HOURS"
+msgstr "horas"
+
+msgid "IDS_COM_POP_WEEKS_LC"
+msgstr "semanas"
+
+msgid "IDS_COM_POP_WEEK_LC"
+msgstr "semana"
+
+msgid "IDS_COM_SK3_ADD"
+msgstr "Adicionar"
+
+msgid "IDS_COM_SK3_END_ALL_APPLICATIONS"
+msgstr "Term. tds aplic."
+
+msgid "IDS_COM_SK_MOVE_LITE"
+msgstr "Mover"
+
+msgid "IDS_COM_SK_NEXT"
+msgstr "Seguinte"
+
+msgid "IDS_ST_BODY_ABOUT_PHONE"
+msgstr "Acerca do telefone"
+
+msgid "IDS_ST_BODY_ACCESS_NAME"
+msgstr "Nome de acesso"
+
+msgid "IDS_ST_BODY_ADVANCED_GPS"
+msgstr "GPS avançado"
+
+msgid "IDS_ST_BODY_ALERTTYPE_VIBRATION_AND_MELODY"
+msgstr "Vibração e melodia"
+
+msgid "IDS_ST_BODY_ALERT_VIBRATION"
+msgstr "Vibração de alerta"
+
+msgid "IDS_ST_BODY_ALL_EMAILS"
+msgstr "Todos os e-mails"
+
+msgid "IDS_ST_BODY_ANNIVERSARY"
+msgstr "Aniversário"
+
+msgid "IDS_ST_BODY_ANY_KEY"
+msgstr "Qualquer tecla"
+
+msgid "IDS_ST_BODY_APPOINTMENT"
+msgstr "Compromisso"
+
+msgid "IDS_ST_BODY_AUTH_TYPE"
+msgstr "Tipo de autorização"
+
+msgid "IDS_ST_BODY_AUTOMATIC_TIME_UPDATE"
+msgstr "Actualização automática da hora"
+
+msgid "IDS_ST_BODY_BACKLIGHT_TIME"
+msgstr "Duração da luz de fundo"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+msgstr "Vibração"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRAT_THEN_MELODY"
+msgstr "Vibração e depois melodia"
+
+msgid "IDS_ST_BODY_CALL_LOG"
+msgstr "Registo de chamadas"
+
+msgid "IDS_ST_BODY_CHANGE_PIN1"
+msgstr "Alterar código PIN1"
+
+msgid "IDS_ST_BODY_CHANGE_PIN2"
+msgstr "Alterar PIN2"
+
+msgid "IDS_ST_BODY_CHOCO_COOKY"
+msgstr "Choco cooky"
+
+msgid "IDS_ST_BODY_CLEAR_PHONE_MEMORY"
+msgstr "Limpar memória do telefone"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN1"
+msgstr "Confirmar código PIN1 novo"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN2"
+msgstr "Confirmar novo PIN2"
+
+msgid "IDS_ST_BODY_CONFIRM_PASSWORD"
+msgstr "Confirmar palavra-passe"
+
+msgid "IDS_ST_BODY_CONFIRM_SIM_PASSWORD"
+msgstr "Confirmar palavra-passe do SIM"
+
+msgid "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS"
+msgstr "Endereço proxy"
+
+msgid "IDS_ST_BODY_CONNECTIVITY"
+msgstr "Conectividade"
+
+msgid "IDS_ST_BODY_COOL_JAZZ"
+msgstr "Cool jazz"
+
+msgid "IDS_ST_BODY_COUNTRY_CODE"
+msgstr "Código do país"
+
+msgid "IDS_ST_BODY_CURRENT_PASSWORD"
+msgstr "Palavra-passe actual"
+
+msgid "IDS_ST_BODY_CURRENT_PIN1"
+msgstr "Código PIN1 actual"
+
+msgid "IDS_ST_BODY_CURRENT_PIN2"
+msgstr "PIN2 actual"
+
+msgid "IDS_ST_BODY_DISPLAY_CONTENTS"
+msgstr "Apresentar conteúdo"
+
+msgid "IDS_ST_BODY_DIVX_DEREGISTRATION"
+msgstr "Anular registo DivX"
+
+msgid "IDS_ST_BODY_DIVX_REGISTRATION"
+msgstr "Registo DivX"
+
+msgid "IDS_ST_BODY_DRM_MEDIA"
+msgstr "Multimédia com DRM"
+
+msgid "IDS_ST_BODY_DVB_H"
+msgstr "DVB-H"
+
+msgid "IDS_ST_BODY_ENTER_4_TO_8_DIGIT_PIN"
+msgstr "Introduzir PIN de 4 a 8 dígitos"
+
+msgid "IDS_ST_BODY_ETC"
+msgstr "Etc."
+
+msgid "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+msgstr "Notificações de eventos"
+
+msgid "IDS_ST_BODY_FIXED_DIALLING_MODE"
+msgstr "Modo de marcação fixa"
+
+msgid "IDS_ST_BODY_FLIGHT_MODE"
+msgstr "Modo de voo"
+
+msgid "IDS_ST_BODY_FONTSTYLE_GLOBAL"
+msgstr "Global"
+
+msgid "IDS_ST_BODY_FOREIGN_NETWORK"
+msgstr "Rede de roaming"
+
+msgid "IDS_ST_BODY_IM"
+msgstr "MI"
+
+msgid "IDS_ST_BODY_IN_USE"
+msgstr "Em utilização"
+
+msgid "IDS_ST_BODY_ITEMS"
+msgstr "Itens"
+
+msgid "IDS_ST_BODY_LAN"
+msgstr "Idiomas"
+
+msgid "IDS_ST_BODY_LICENCE"
+msgstr "Licença"
+
+msgid "IDS_ST_BODY_LIST_VIEW"
+msgstr "Vista de lista"
+
+msgid "IDS_ST_BODY_MAXIMUM"
+msgstr "Máximo"
+
+msgid "IDS_ST_BODY_MEDIUM_M_FONTSIZE"
+msgstr "Médio"
+
+msgid "IDS_ST_BODY_MEMORY"
+msgstr "Memória"
+
+msgid "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"
+msgstr "Memória padrão"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_ANNIVERSARIES"
+msgstr "Aniversários"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_APPOINTMENTS"
+msgstr "Compromissos"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_MEMORY_CARD_DETAILS"
+msgstr "Detalhes do cartão de memória"
+
+msgid "IDS_ST_BODY_MEMORY_STATUS"
+msgstr "Estado da memória"
+
+msgid "IDS_ST_BODY_MESSAGE_AND_EMAIL"
+msgstr "Mensagem e e-mail"
+
+msgid "IDS_ST_BODY_MOBILE_TRACKER"
+msgstr "Mobile tracker"
+
+msgid "IDS_ST_BODY_MSGSETTINGSMMS_DEFAULT_STYLE"
+msgstr "Estilo padrão"
+
+msgid "IDS_ST_BODY_MYTHEME_DEFAULT"
+msgstr "Padrão"
+
+msgid "IDS_ST_BODY_NETWORK"
+msgstr "Rede"
+
+msgid "IDS_ST_BODY_NETWORK_CODE"
+msgstr "Código da rede"
+
+msgid "IDS_ST_BODY_NETWORK_LIST"
+msgstr "Lista de redes"
+
+msgid "IDS_ST_BODY_NETWORK_TYPE"
+msgstr "Tipo de rede"
+
+msgid "IDS_ST_BODY_NEW_PASSWORD"
+msgstr "Palavra-passe"
+
+msgid "IDS_ST_BODY_NEW_PIN1"
+msgstr "Novo código PIN1"
+
+msgid "IDS_ST_BODY_NEW_PIN2"
+msgstr "Novo PIN2"
+
+msgid "IDS_ST_BODY_PASSWORD_EMPTY"
+msgstr "Palavra-passe vazia"
+
+msgid "IDS_ST_BODY_PC_INTERNET"
+msgstr "Internet PC"
+
+msgid "IDS_ST_BODY_PHONEPROFILES_DRIVING"
+msgstr "Condução"
+
+msgid "IDS_ST_BODY_PHONE_LOCK"
+msgstr "Bloqueio do telefone"
+
+msgid "IDS_ST_BODY_PIN1"
+msgstr "PIN1"
+
+msgid "IDS_ST_BODY_PIN2"
+msgstr "PIN2"
+
+msgid "IDS_ST_BODY_PINS_DON'T_MATCH_E"
+msgstr "Os PIN não correspondem!"
+
+msgid "IDS_ST_BODY_PRIVACY_LOCK"
+msgstr "Bloqueio de privacidade"
+
+msgid "IDS_ST_BODY_PUK1_BLOCKED"
+msgstr "PUK1 bloqueado"
+
+msgid "IDS_ST_BODY_PUK1_CODE"
+msgstr "Código PUK1"
+
+msgid "IDS_ST_BODY_PUK2"
+msgstr "PUK2"
+
+msgid "IDS_ST_BODY_PUK2_BLOCKED"
+msgstr "PUK2 bloqueado"
+
+msgid "IDS_ST_BODY_RAISING_MELODY"
+msgstr "Melodia em crescendo"
+
+msgid "IDS_ST_BODY_RECENT"
+msgstr "Recente"
+
+msgid "IDS_ST_BODY_RINGTONES_SAMSUNG_TUNE"
+msgstr "Música da Samsung"
+
+msgid "IDS_ST_BODY_ROAMING_NETWORK"
+msgstr "Rede de roaming"
+
+msgid "IDS_ST_BODY_SECONDS_GA"
+msgstr "segundos"
+
+msgid "IDS_ST_BODY_SECURE"
+msgstr "Seguro"
+
+msgid "IDS_ST_BODY_SECURITY"
+msgstr "Segurança"
+
+msgid "IDS_ST_BODY_SERVICE_TYPE"
+msgstr "Tipo de serviço"
+
+msgid "IDS_ST_BODY_SIM_LOCK"
+msgstr "Bloqueio do SIM"
+
+msgid "IDS_ST_BODY_SIM_PASSWORD"
+msgstr "Código SIM"
+
+msgid "IDS_ST_BODY_SMALL_M_TEXTSIZE"
+msgstr "Pequeno"
+
+msgid "IDS_ST_BODY_SOS_MASSAGES"
+msgstr "Mensagens SOS"
+
+msgid "IDS_ST_BODY_SOUND_PROFILES"
+msgstr "Perfis de som"
+
+msgid "IDS_ST_BODY_TEXTSTYLE_LARGE"
+msgstr "Grande"
+
+msgid "IDS_ST_BODY_THEME"
+msgstr "Tema"
+
+msgid "IDS_ST_BODY_TOUCH"
+msgstr "Toque"
+
+msgid "IDS_ST_BODY_VIBRATION_1"
+msgstr "Vibração 1"
+
+msgid "IDS_ST_BODY_VIBRATION_2"
+msgstr "Vibração 2"
+
+msgid "IDS_ST_BODY_VIBRATION_3"
+msgstr "Vibração 3"
+
+msgid "IDS_ST_BODY_VIBRATION_4"
+msgstr "Vibração 4"
+
+msgid "IDS_ST_BODY_VIBRATION_5"
+msgstr "Vibração 5"
+
+msgid "IDS_ST_BODY_VOICE_MAIL"
+msgstr "Correio de voz"
+
+msgid "IDS_ST_BODY_WAP_DOWNLOADS"
+msgstr "Transferências WAP"
+
+msgid "IDS_ST_BODY_WI_FI_MAC_ADDRESS"
+msgstr "Endereço MAC Wi-Fi"
+
+msgid "IDS_ST_DISPLAYSETTINGS_BODY_MAINGREETINGEDITSTYLEBGCOLOUR"
+msgstr "Cor de fundo"
+
+msgid "IDS_ST_HEADER_ALERT_TYPE"
+msgstr "Tipo de alerta"
+
+msgid "IDS_ST_HEADER_CONFIRM_PASSWORD_ABB"
+msgstr "Confirmar pal.-passe"
+
+msgid "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+msgstr "Idioma de apresentação"
+
+msgid "IDS_ST_HEADER_KEYBOARD_LANGUAGE"
+msgstr "Idioma do teclado"
+
+msgid "IDS_ST_HEADER_MEETING"
+msgstr "Reunião"
+
+msgid "IDS_ST_HEADER_OUTDOOR"
+msgstr "Exterior"
+
+msgid "IDS_ST_HEADER_PIN1_CODE"
+msgstr "PIN1"
+
+msgid "IDS_ST_HEADER_SIM_PASSWORD"
+msgstr "Código SIM"
+
+msgid "IDS_ST_HEADER_SPACE_M_THEME"
+msgstr "Space"
+
+msgid "IDS_ST_HEADER_UNAVAILABLE"
+msgstr "Indisponível"
+
+msgid "IDS_ST_HEADER_USER_AGREEMENT"
+msgstr "Acordo de utilizador"
+
+msgid "IDS_ST_HEADER_WALLPAPER_HOME_SCREEN"
+msgstr "Ecrã principal"
+
+msgid "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME"
+msgstr "Duração da luz de fundo"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BLOCKMESSAGESBYADDRESSNEWPUSH"
+msgstr "Mensagens push"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCAST"
+msgstr "Mensagens de difusão"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCASTRECEIVINGCHANNELS"
+msgstr "Recepção de canais"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEFONTSTYLE2"
+msgstr "Estilo do tipo de letra"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEPAGEDURATION"
+msgstr "Duração da página"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSRECEIVOPTIONSHOMENET"
+msgstr "Rede local"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSEXPIRY"
+msgstr "Expiração"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSPRIORITY"
+msgstr "Prioridade"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDRECEIVINGOPTS"
+msgstr "Opções de recepção"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMS"
+msgstr "SMS"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMSSENDINGOPTCHARSUPPORT"
+msgstr "Suporte de caracteres"
+
+msgid "IDS_ST_OPT_EDIT_CHANNEL"
+msgstr "Editar canal"
+
+msgid "IDS_ST_OPT_ITEM"
+msgstr "Item"
+
+msgid "IDS_ST_OPT_MASS_STORAGE_ABB"
+msgstr "Armazenam. massa"
+
+msgid "IDS_ST_OPT_PHONEBOOK"
+msgstr "Lista telefónica"
+
+msgid "IDS_ST_POP_ALL_BARRING"
+msgstr "Todos os barramentos"
+
+msgid "IDS_ST_POP_ALL_CONTACTS_LINKED_TO_WEB_ACCOUNTS_WILL_ALSO_BE_DELETED_IN_WEB_SERVER_CONTINUE_Q"
+msgstr "Todos os contactos ligados a contas Web também serão eliminados no servidor Web. Continuar?"
+
+msgid "IDS_ST_POP_CLEARED"
+msgstr "Limpo"
+
+msgid "IDS_ST_POP_CLEARING_ING"
+msgstr "A limpar..."
+
+msgid "IDS_ST_POP_ENTER_8_DIGIT_PIN_UNLOCK_HPUK_CODE_KOR"
+msgstr "Introduzir código de desbloqueio do PIN de 8 dígitos (PUK)"
+
+msgid "IDS_ST_POP_FLIGHT_MODE_ON"
+msgstr "Modo de voo ligado"
+
+msgid "IDS_ST_POP_INCOMING_BARRING"
+msgstr "Barramento de recepção"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1"
+msgstr "Código PIN1 incorrecto"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT"
+msgstr "PIN incorrecto. Resta 1 tentativa"
+
+msgid "IDS_ST_POP_INCORRECT_PIN2"
+msgstr "PIN2 incorrecto"
+
+msgid "IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT"
+msgstr "PIN incorrecto. Restam %d tentativas"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT"
+msgstr "PUK1 incorrecto. Resta 1 tentativa"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_CODE"
+msgstr "Código PUK1 incorrecto"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT"
+msgstr "PUK1 incorrecto. Restam %d tentativas"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2"
+msgstr "PUK2 incorrecto"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT"
+msgstr "PUK2 incorrecto. Resta 1 tentativa"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT"
+msgstr "PUK2 incorrecto. Restam %d tentativas"
+
+msgid "IDS_ST_POP_MSG_FORMATTING"
+msgstr "A formatar..."
+
+msgid "IDS_ST_POP_MSG_FORMAT_QUESTION"
+msgstr "A formatação irá apagar todos os dados.\nContinuar?"
+
+msgid "IDS_ST_POP_NO_ITEMS_SELECTED"
+msgstr "Sem itens seleccionados"
+
+msgid "IDS_ST_POP_OUTGOING_BARRING"
+msgstr "Barramento de efectuadas"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "As palavras-passe são diferentes"
+
+msgid "IDS_ST_POP_PASSWORD_CHANGED"
+msgstr "Palavra-passe alterada"
+
+msgid "IDS_ST_POP_PASSWORD_TOO_SHORT"
+msgstr "Palavra-passe muito curta"
+
+msgid "IDS_ST_POP_PD_ATTEMPTS_LEFT"
+msgstr "%d tentativas restantes"
+
+msgid "IDS_ST_POP_PD_ATTEMPT_LEFT"
+msgstr "%d tentativa restante"
+
+msgid "IDS_ST_POP_PIN1_BLOCKED"
+msgstr "Código PIN1 bloqueado"
+
+msgid "IDS_ST_POP_PIN1_CHANGED"
+msgstr "Código PIN1 alterado"
+
+msgid "IDS_ST_POP_PIN2_BLOCKED"
+msgstr "PIN2 bloqueado"
+
+msgid "IDS_ST_POP_PIN2_CHANGED"
+msgstr "PIN2 alterado"
+
+msgid "IDS_ST_POP_PIN2_UNBLOCKED"
+msgstr "PIN2 desbloqueado"
+
+msgid "IDS_ST_POP_PIN_UNBLOCKED"
+msgstr "PIN desbloqueado"
+
+msgid "IDS_ST_POP_SAVING"
+msgstr "A guardar..."
+
+msgid "IDS_ST_POP_SET"
+msgstr "Definido"
+
+msgid "IDS_ST_POP_TEXT_MESSAGE_ALERT_TONE"
+msgstr "Tom de alerta de mensagem"
+
+msgid "IDS_ST_POP_TEXT_NEW_NETWORK"
+msgstr "Nova rede"
+
+msgid "IDS_ST_POP_UNKNOWN_OPERATION"
+msgstr "Operação desconhecida"
+
+msgid "IDS_ST_POP_YES"
+msgstr "Sim"
+
+msgid "IDS_ST_SECURITY_BODY_ENTERPIN2BABY"
+msgstr "PIN2"
+
+msgid "IDS_ST_SECURITY_BODY_NOIMSI"
+msgstr "Insira o cartão SIM"
+
+msgid "IDS_ST_SK_FORMAT"
+msgstr "Formatar"
+
+msgid "IDS_ST_POP_ACTIVATION_ONGOING"
+msgstr "Activação em curso..."
+
+msgid "IDS_COM_BODY_EMAILS_T_MAINMENU_ABB2"
+msgstr "E-mails"
+
+msgid "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_ST_HEADER_WI_FI"
+msgstr "Wi-Fi"
+
+msgid "IDS_ST_BODY_CPU_USAGE"
+msgstr "Utilização da CPU"
+
+msgid "IDS_ST_MBODY_SCREEN_READER_HTTS"
+msgstr "Leitor de ecrã (TTS)"
+
+msgid "IDS_ST_BODY_SPEECH_RATE"
+msgstr "Velocidade da fala"
+
+msgid "IDS_ST_HEADER_ACCESSIBILITY"
+msgstr "Acessibilidade"
+
+msgid "IDS_ST_MBODY_HIGH_CONTRAST"
+msgstr "Alto contraste"
+
+msgid "IDS_ST_MBODY_FONT_SIZE"
+msgstr "Tamanho de fonte"
+
+msgid "IDS_ST_BODY_FONT_STYLE"
+msgstr "Estilo do tipo de letra"
+
+msgid "IDS_ST_BODY_TORCH_LIGHT"
+msgstr "Luz de lanterna"
+
+msgid "IDS_ST_MBODY_MONO_AUDIO"
+msgstr "Áudio mono"
+
+msgid "IDS_ST_HEADER_TUTORIAL"
+msgstr "Tutorial"
+
+msgid "IDS_ST_BODY_TOUCHSENSITIVITY_SENSITIVITY"
+msgstr "Sensibilidade"
+
+msgid "IDS_MTTRL_BODY_USE_PANNING"
+msgstr "Utilizar deslocamento panorâmico"
+
+msgid "IDS_MTTRL_HEADER_TRY_TILT"
+msgstr "Experimentar inclinação"
+
+msgid "IDS_ST_HEADER_INCOMING_CALLS"
+msgstr "Chamadas recebidas"
+
+msgid "IDS_ST_SK_VOLUME"
+msgstr "Volume"
+
+msgid "IDS_ST_HEADER_USB_UTILITIES"
+msgstr "Utilitários USB"
+
+msgid "IDS_ST_BODY_ROTATION_LOCK"
+msgstr "Bloqueio de rotação"
+
+msgid "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+msgstr "Percentagem bateria"
+
+msgid "IDS_ST_BODY_MY_NUMBER"
+msgstr "O meu número"
+
+msgid "IDS_ST_BODY_MODEL_NUMBER"
+msgstr "Número do modelo"
+
+msgid "IDS_ST_BODY_VERSION_C"
+msgstr "Versão:"
+
+msgid "IDS_ST_BODY_BUILD_NUMBER"
+msgstr "N.º de compilação"
+
+msgid "IDS_ST_BODY_DEVICE_INFO"
+msgstr "Informações de dispositivo"
+
+msgid "IDS_ST_BODY_SUNDAY"
+msgstr "Domingo"
+
+msgid "IDS_ST_BODY_MONDAY"
+msgstr "Segunda-feira"
+
+msgid "IDS_ST_BODY_TUESDAY"
+msgstr "Terça-feira"
+
+msgid "IDS_ST_BODY_10_MINUTES"
+msgstr "10 minutos"
+
+msgid "IDS_ST_BODY_3MINUTES"
+msgstr "3 minutos"
+
+msgid "IDS_ST_BODY_HOLD_ME"
+msgstr "Retenha-me"
+
+msgid "IDS_MTTRL_BODY_MOTION_ACTIVATION"
+msgstr "Activação do movimento"
+
+msgid "IDS_MTTRL_MBODY_TILT_TO_ZOOM"
+msgstr "Inclinar para zoom"
+
+msgid "IDS_ST_BUTTON_USE_TILT"
+msgstr "Utiliz. incl."
+
+msgid "IDS_ST_BODY_USE_MOTION"
+msgstr "Utilizar movimento"
+
+msgid "IDS_ST_BODY_MOTION_DISABLED"
+msgstr "Movimento desactivado"
+
+msgid "IDS_COM_POP_UNABLE_TO_SECURE_CONNECTION"
+msgstr "Impossível estabelecer\nligação segura"
+
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Notificação"
+
+msgid "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK"
+msgstr "Reacção táctil"
+
+msgid "IDS_ST_BODY_MSG_ALERT_REPETITION"
+msgstr "Repetição de alerta de mensagem"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+msgstr "Repetição do alerta de e-mail"
+
+msgid "IDS_ST_POP_SIMPLE_PASSWORD_NOT_ALLOWED"
+msgstr "Palavra-passe simples não permitida"
+
+msgid "IDS_ST_BODY_INCOMING_CALL"
+msgstr "Chamada recebida"
+
+msgid "IDS_ST_BODY_ONCE"
+msgstr "Uma vez"
+
+msgid "IDS_ST_BODY_EVERY_2MIN"
+msgstr "Cada 2 minutos"
+
+msgid "IDS_ST_BODY_EVERY_5MIN"
+msgstr "Cada 5 minutos"
+
+msgid "IDS_ST_BODY_EVERY_10MINUTES"
+msgstr "Cada 10 minutos"
+
+msgid "IDS_ST_BODY_15SEC"
+msgstr "15 segundos"
+
+msgid "IDS_ST_BODY_30SEC"
+msgstr "30 segundos"
+
+msgid "IDS_ST_BODY_8_SECONDS"
+msgstr "8 segundos"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+msgstr "Definições de acessibilidade"
+
+msgid "IDS_ST_BODY_AFTER_5_SECONDS"
+msgstr "Após 5 segundos"
+
+msgid "IDS_ST_HEADER_PD_ATTEMPTS_LEFT"
+msgstr "%d tentativas restantes"
+
+msgid "IDS_ST_BODY_AVAILABLE_SPACE"
+msgstr "Espaço disponível"
+
+msgid "IDS_ST_BODY_BLACK"
+msgstr "Preto"
+
+msgid "IDS_ST_HEADER_EASY_ACCESS"
+msgstr "Acesso fácil"
+
+msgid "IDS_CLD_BODY_FIRST_DAY_OF_WEEK"
+msgstr "Primeiro dia da semana"
+
+msgid "IDS_ST_BODY_FORMAT_SD_CARD"
+msgstr "Formatar o cartão SD"
+
+msgid "IDS_ST_BODY_GSM"
+msgstr "GSM"
+
+msgid "IDS_ST_HEADER_HEARING"
+msgstr "Audição"
+
+msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
+msgstr "Ecrã principal"
+
+msgid "IDS_ST_HEADER_INSERT_SIM_CARD_ABB"
+msgstr "Inserir cartão SIM"
+
+msgid "IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"
+msgstr "Endereço proxy incorrecto"
+
+msgid "IDS_ST_BODY_KIES_INSTALLER"
+msgstr "Instalador Kies"
+
+msgid "IDS_ST_BODY_LANGUAGE"
+msgstr "Idioma"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TILT_ABB"
+msgstr "Apr. util. incl."
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TURN_OVER"
+msgstr "Aprender a utilizar a inversão"
+
+msgid "IDS_COM_BODY_MEDIA"
+msgstr "Multimédia"
+
+msgid "IDS_ST_BODY_MOTION_SETTINGS"
+msgstr "Definições de Movimento"
+
+msgid "IDS_ST_MBODY_MOTIONS"
+msgstr "Movimentos"
+
+msgid "IDS_ST_BODY_MOUNT_SD_CARD"
+msgstr "Montar cartão SD"
+
+msgid "IDS_MTTRL_BODY_MOVE_AN_ICON_TO_ANOTHER_PAGE"
+msgstr "Mover um ícone para outra página"
+
+msgid "IDS_ST_BODY_MOVE_DEVICE_LEFT_OR_RIGHT"
+msgstr "Mover dispositivo para a esquerda ou para a direita"
+
+msgid "IDS_ST_OPT_NETWORK_LIST"
+msgstr "Lista de redes"
+
+msgid "IDS_ST_HEADER_NEW_NETWORK"
+msgstr "Nova rede"
+
+msgid "IDS_ST_BODY_NOSERVICE"
+msgstr "Sem serviço"
+
+msgid "IDS_COM_BUTTON2_PROCESSING_ING"
+msgstr "A processar..."
+
+msgid "IDS_COM_MBODY_SECURITY_POLICY"
+msgstr "Política de segurança"
+
+msgid "IDS_ST_POP_SELECT_OTHER_CONNECTION"
+msgstr "Seleccionar outra ligação"
+
+msgid "IDS_ST_BODY_PHONE_SOUND_VOL"
+msgstr "Volume do som do telefone"
+
+msgid "IDS_ST_BODY_SPEED_AT_WHICH_THE_TEXT_IS_SPOKEN"
+msgstr "Velocidade à qual o texto é falado"
+
+msgid "IDS_COM_BODY_DETAILS_TIME"
+msgstr "Hora"
+
+msgid "IDS_ST_BODY_TOTAL_SPACE"
+msgstr "Espaço total"
+
+msgid "IDS_MTTRL_HEADER_TRY_DOUBLE_TAP"
+msgstr "Tente o toque duplo"
+
+msgid "IDS_MTTRL_HEADER_TRY_PANNING"
+msgstr "Tente o deslocamento panorâmico"
+
+msgid "IDS_MTTRL_MBODY_TURN_OVER_TO_MUTE"
+msgstr "Inverter para silenciar"
+
+msgid "IDS_ST_BODY_UNMOUNT_SD_CARD"
+msgstr "Desmontar o cartão SD"
+
+msgid "IDS_ST_BODY_USB_DEBUGGING"
+msgstr "Depuração de USB"
+
+msgid "IDS_ST_BODY_USE_PACKET_DATA"
+msgstr "Utilizar dados por pacotes"
+
+msgid "IDS_ST_HEADER_VISION"
+msgstr "Visão"
+
+msgid "IDS_ST_BODY_INTERNAL_PHONE_STORAGE_SPACE_IS_NEARLY_FULL_VZW"
+msgstr "Internal phone storage space is nearly full"
+
+msgid "IDS_ST_BODY_24_HOURS"
+msgstr "24 horas"
+
+msgid "IDS_ST_BODY_WEDNESDAY"
+msgstr "Quarta-feira"
+
+msgid "IDS_ST_BODY_THURSDAY"
+msgstr "Quinta-feira"
+
+msgid "IDS_ST_BODY_FRIDAY"
+msgstr "Sexta-feira"
+
+msgid "IDS_ST_BODY_SATURDAY"
+msgstr "Sábado"
+
+msgid "IDS_ST_BODY_EMAIL"
+msgstr "E-mail"
+
+msgid "IDS_CST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Ac. ch. utlz. tec. prin."
+
+msgid "IDS_ST_BODY_HELLO_KITTY_1"
+msgstr "Hello Kitty 1"
+
+msgid "IDS_COM_POP_TIMES_LC"
+msgstr "vezes"
+
+msgid "IDS_COM_BODY_VIA_MMS"
+msgstr "Via MMS"
+
+msgid "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+msgstr "Idioma e região"
+
+msgid "IDS_ST_BODY_WINSET"
+msgstr "Winset"
+
+msgid "IDS_ST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Ac. ch. utlz. tec. prin."
+
+msgid "IDS_ST_BODY_REMOVE_LICENCE"
+msgstr "Remover licença"
+
+msgid "IDS_ST_BUTTON2_EDIT_PREFERRED"
+msgstr "Editar preferido"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT"
+msgstr "Alerta de e-mail"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
+msgstr "Introduzir a palavra-passe novamente"
+
+msgid "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
+msgstr "Introduzir palavra-passe actual"
+
+msgid "IDS_ST_BODY_SD_CARD"
+msgstr "Cartão SD"
+
+msgid "IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"
+msgstr "Código de anulação de registo não encontrado"
+
+msgid "IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"
+msgstr "Falha ao seleccionar rede"
+
+msgid "IDS_ST_BODY_HIGH_CONTRAST"
+msgstr "Alto contraste"
+
+msgid "IDS_ST_BODY_MMS_CONNECTIONS"
+msgstr "Ligações MMS"
+
+msgid "IDS_ST_TAB_PREFERRED"
+msgstr "Preferido"
+
+msgid "IDS_ST_BODY_REGION"
+msgstr "Região"
+
+msgid "IDS_ST_BODY_SNS"
+msgstr "SNS"
+
+msgid "IDS_ST_BODY_SENSITIVITY_SETTINGS"
+msgstr "Definições de sensibilidade"
+
+msgid "IDS_ST_HEADER_SENSITIVITY_TEST_ABB"
+msgstr "Teste de sensibilidade"
+
+msgid "IDS_ST_BODY_VOLUME"
+msgstr "Volume"
+
+msgid "IDS_ST_BODY_TEST_TILT_SENSITIVITY"
+msgstr "Testar sensibilidade de inclinação"
+
+msgid "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+msgstr "Regule o volume e a intensidade dos sons de marcação, da utilização do teclado, do toque no ecrã, das teclas específicas e de bloqueio e desbloqueio do dispositivo"
+
+msgid "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
+msgstr "Palavra-passe incorrecta. Tente novamente"
+
+msgid "IDS_ST_BODY_PICTURE_READER"
+msgstr "Leitor de imagem"
+
+msgid "IDS_ST_BODY_AUTOMATIC_UPDATE"
+msgstr "Actualização automática"
+
+msgid "IDS_COM_BODY_FILEDETAIL_MODEL"
+msgstr "Modelo"
+
+msgid "IDS_ST_BODY_WHITE"
+msgstr "Branco"
+
+msgid "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+msgstr "Person. bloqueio ecrã"
+
+msgid "IDS_ST_BODY_MESSAGE_RINGTONE"
+msgstr "Tom de toque de mensagem"
+
+msgid "IDS_COM_BODY_DETAILS_LOCATION"
+msgstr "Localização"
+
+msgid "IDS_ST_OPT_ALL"
+msgstr "Tudo"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS"
+msgstr "Introduza a palavra-passe novamente após %d segundos"
+
+msgid "IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"
+msgstr "Impossível alterar o PIN"
+
+msgid "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+msgstr "Som de bloqueio do ecrã"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+msgstr "Tom de toque de chamadas recebidas"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+msgstr "Vibração de chamada recebida"
+
+msgid "IDS_ST_BODY_SIMPLE_PASSWORD"
+msgstr "Palavra-passe simples"
+
+msgid "IDS_COM_BODY_ALLOW_BLUETOOTH"
+msgstr "Permitir Bluetooth"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_USE"
+msgstr "Permitira utilização de Internet"
+
+msgid "IDS_COM_BODY_ALLOW_CAMERA"
+msgstr "Permitir câmara"
+
+msgid "IDS_COM_BODY_ALLOW_DESKTOP_SYNC"
+msgstr "Permitir sincronização do ambiente de trabalho"
+
+msgid "IDS_COM_BODY_ALLOW_HTML_EMAIL"
+msgstr "Permitir e-mail HTML"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_SHARING"
+msgstr "Permitir partilha de Internet"
+
+msgid "IDS_COM_BODY_ALLOW_POP_AND_IMAP_EMAIL"
+msgstr "Permitir e-mail POP e IMAP"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_ENCRYPTION_ALGORITHM_NEGOTIATION"
+msgstr "Permitir negociação de algoritmo de encriptação S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_SOFTWARE_CERTIFICATES"
+msgstr "Permitir certificados de software S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_STORAGE_CARD"
+msgstr "Permitir cartão de memória"
+
+msgid "IDS_COM_BODY_ALLOW_TEXT_MESSAGING"
+msgstr "Permitir mensagens de texto"
+
+msgid "IDS_COM_BODY_ALLOW_WI_FI"
+msgstr "Permitir Wi-Fi"
+
+msgid "IDS_COM_HEADER_ATTACHMENT_CONTROL"
+msgstr "Controlo de anexo"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_CALENDAR_EVENTS"
+msgstr "Idade máxima de eventos de agenda"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_EMAILS"
+msgstr "Idade máxima de e-mails"
+
+msgid "IDS_COM_BODY_MINIMUM_NUMBER_OF_COMPLEX_CHARACTERS_IN_PASSWORD"
+msgstr "Número mínimo de caracteres complexos na palavra-passe"
+
+msgid "IDS_COM_HEADER_PASSWORD_RECOVERY"
+msgstr "Recuperação de palavra-passe"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_ENCRYPTED"
+msgstr "Pedir encriptação S/MIME para mensagens"
+
+msgid "IDS_COM_BODY_REQUIRE_S_MIME_ALGORITHM_ENCRYPTION"
+msgstr "Pedir encriptação de algoritmo S/MIME"
+
+msgid "IDS_COM_BODY_REQUIRE_MANUAL_SYNCHRONISATION_WHEN_ROAMING"
+msgstr "Pedir sincronização manual quando em roaming"
+
+msgid "IDS_COM_BODY_REQUIRE_SIGNED_S_MIME_ALGORITHM"
+msgstr "Pedir algoritmo S/MIME assinado"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_SIGNED"
+msgstr "Pedir assinatura S/MIME para mensagens"
+
+msgid "IDS_COM_POP_INSERT_SIM_CARD"
+msgstr "Insira o cartão SIM"
+
+msgid "IDS_COM_POP_DEACTIVATE_FLIGHT_MODE_TO_USE_NETWORK_SERVICES"
+msgstr "Desactivar o modo de Voo para utilizar os serviços de rede"
+
+msgid "IDS_COM_POP_DAY_LC"
+msgstr "dia"
+
+msgid "IDS_ST_BODY_TIME_ZONE_DST"
+msgstr "Horário de verão"
+
+msgid "IDS_ST_POP_UNINSTALLED"
+msgstr "Desinstalado"
+
+msgid "IDS_ST_HEADER_APPLICATION_INFO"
+msgstr "Informações da aplicação"
+
+msgid "IDS_ST_BODY_TOTAL"
+msgstr "Total"
+
+msgid "IDS_ST_BODY_APPLICATION"
+msgstr "Aplicação"
+
+msgid "IDS_ST_BODY_DATA"
+msgstr "Dados"
+
+msgid "IDS_ST_BODY_BYTES"
+msgstr "bytes"
+
+msgid "IDS_ST_BODY_LAUNCH_BY_DEFAULT"
+msgstr "Iniciar por predefinição"
+
+msgid "IDS_ST_BODY_CLEAR_DEFAULTS"
+msgstr "Limpar predefinições"
+
+msgid "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS"
+msgstr "Esta aplicação está definida para ser aberta por predefinição por algumas acções"
+
+msgid "IDS_ST_BODY_OPERATOR"
+msgstr "Operador"
+
+msgid "IDS_ST_BODY_SAMSUNG"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_THIRD_PARTIES"
+msgstr "Terceiros"
+
+msgid "IDS_ST_BUTTON_UNINSTALL_UPDATES"
+msgstr "Desinstalar actualizações"
+
+msgid "IDS_ST_BODY_STORAGE"
+msgstr "Armazenamento"
+
+msgid "IDS_ST_BODY_GB"
+msgstr "GB"
+
+msgid "IDS_ST_BODY_MB"
+msgstr "MB"
+
+msgid "IDS_ST_BODY_KB"
+msgstr "KB"
+
+msgid "IDS_ST_BODY_MORE_DETAILS"
+msgstr "Mais detalhes"
+
+msgid "IDS_ST_HEADER_CERTIFICATES"
+msgstr "Certificados"
+
+msgid "IDS_ST_POP_UNINSTALLING_ING"
+msgstr "A desinstalar..."
+
+msgid "IDS_ST_SK_OK"
+msgstr "OK"
+
+msgid "IDS_ST_BODY_DISPLAY"
+msgstr "Visor"
+
+msgid "IDS_ST_BODY_MOBILE_AP"
+msgstr "PA Móvel"
+
+msgid "IDS_ST_BODY_PD_MINUTES"
+msgstr "%d minutos"
+
+msgid "IDS_ST_BODY_POWERONTYPE_MUTE"
+msgstr "Silenciar"
+
+msgid "IDS_ST_BODY_SECONDS"
+msgstr "Segundos"
+
+msgid "IDS_ST_BODY_MAINDISPLAY_WALLPAPER"
+msgstr "Fundo"
+
+msgid "IDS_ST_BODY_SOUNDS"
+msgstr "Sons"
+
+msgid "IDS_ST_POP_SEARCHING_ING"
+msgstr "A procurar..."
+
+msgid "IDS_ST_BUTTON_FORCE_STOP"
+msgstr "Forçar paragem"
+
+msgid "IDS_ST_BUTTON_UNINSTALL"
+msgstr "Desinstalar"
+
+msgid "IDS_ST_BUTTON_CLEAR_DATA"
+msgstr "Limpar dados"
+
+msgid "IDS_ST_MBODY_TETHERING_AND_PORTABLE_HOTSPOT"
+msgstr "Ancoragem USB e PA Móvel"
+
+msgid "IDS_ST_HEADER2_FIND_MY_MOBILE"
+msgstr "Localizar o meu telemóvel"
+
+msgid "IDS_COM_SK_RETRY_A"
+msgstr "Repetir"
+
+msgid "IDS_ST_BODY_2_MINUTES"
+msgstr "2 minutos"
+
+msgid "IDS_ST_BODY_5_MINUTES"
+msgstr "5 minutos"
+
+msgid "IDS_ST_BODY_MESSAGE_ALERT"
+msgstr "Alerta de mensagem"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Ligue ao PC. O armazenamento de massa será desactivado automaticamente depois da utilização"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Ligue ao PC. A depuração USB será desactivada automaticamente depois da utilização"
+
+msgid "IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"
+msgstr "A licença será eliminada. Continuar?"
+
+msgid "IDS_ST_BODY_DEFAULT_CONNECTION_MODE"
+msgstr "Modo de ligação padrão"
+
+msgid "IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"
+msgstr "Este modo é para programadores de aplicações. Pode testar e programar software"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_IS_THE_DEFAULT_CONNECTION_IT_WILL_REVERT_BACK_TO_DEFAULT_MODE_AFTER_USING_OTHER_MODES_MSG"
+msgstr "O Samsung Kies é o modo de ligação padrão. Os outros modos abaixo são opcionais. Este dispositivo regressará ao modo padrão depois da utilização dos modos abaixo"
+
+msgid "IDS_ST_BODY_MANUFACTURER"
+msgstr "Fabricante"
+
+msgid "IDS_ST_BODY_MASS_STORAGE_HELP_MSG"
+msgstr "Pode executar as seguintes operações:\n- Cópia rápida de ficheiros\n- Ligação via MAC ou Linux OS"
+
+msgid "IDS_ST_BODY_RESET_ALL"
+msgstr "Repor tudo"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_ON"
+msgstr "Modo de voo ligado"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_OFF"
+msgstr "Modo de voo desligado"
+
+msgid "IDS_ST_POP_UNABLE_TO_TURN_ON_FLIGHT_MODE_VODA"
+msgstr "Impossível ligar o modo de Voo"
+
+msgid "IDS_ST_POP_PS_ENABLED"
+msgstr "%s activado"
+
+msgid "IDS_ST_POP_ACTIVATE_DEVICE_ADMINISTRATOR_Q"
+msgstr "Activar administrador de dispositivo?"
+
+msgid "IDS_ST_BODY_TOUCH_PANEL_AUTO_LOCK"
+msgstr "Auto-bloqueio do painel de toque"
+
+msgid "IDS_ST_BODY_SAVE_TO"
+msgstr "Guardar em"
+
+msgid "IDS_COM_POP_DISCONNECTED"
+msgstr "Desligado"
+
+msgid "IDS_WIFI_MBODY_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_COM_BODY_TEXT_INPUT"
+msgstr "Introdução de texto"
+
+msgid "IDS_ST_BODY_TEXT_INPUT"
+msgstr "Introdução de texto"
+
+msgid "IDS_ST_BODY_EFFECT"
+msgstr "Efeito"
+
+msgid "IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"
+msgstr "Receba um lembrete antes da expiração da licença do ficheiro a ser utilizado, tal como uma imagem de fundo."
+
+msgid "IDS_COM_BODY_OFF_M_STATUS"
+msgstr "Desligar"
+
+msgid "IDS_COM_BODY_ON_M_STATUS"
+msgstr "Ligar"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_TURN_OFF_AUTOMATICALLY_AFTER_USE"
+msgstr "Ligue ao PC. O armazenamento de massa será desligado automaticamente depois da utilização"
+
+msgid "IDS_ST_BODY_TAP_TO_INSERT"
+msgstr "Tocar para inserir"
+
+msgid "IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES"
+msgstr "A utilização de dados móveis durante o roaming implica a cobrança de taxas extra"
+
+msgid "IDS_ST_BODY_BATTERY"
+msgstr "Bateria"
+
+msgid "IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK"
+msgstr "Quando o roaming de dados está desactivado, as aplicações que utilizam ligações de dados podem não funcionar"
+
+msgid "IDS_ST_HEADER_LOCK_SCREEN"
+msgstr "Ecrã bloqueado"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY"
+msgstr "Acessibilidade"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER"
+msgstr "Atendimento automático"
+
+msgid "IDS_ST_MBODY_ASSISTIVE_LIGHT"
+msgstr "Luz auxiliar"
+
+msgid "IDS_ST_BODY_MANAGE_APPLICATIONS"
+msgstr "Gerir aplicações"
+
+msgid "IDS_ST_BODY_POWER_SAVING_MODE"
+msgstr "Modo de economia de energia"
+
+msgid "IDS_COM_OPT_REGISTER"
+msgstr "Registar"
+
+msgid "IDS_COM_POP_UNEXPECTED_ERROR"
+msgstr "Erro inesperado"
+
+msgid "IDS_COM_POP_PROXY_CONNECTION_FAILED"
+msgstr "Ligação ao proxy falhou"
+
+msgid "IDS_COM_POP_NETWORK_CONNECTION_ERROR"
+msgstr "Erro de ligação à rede"
+
+msgid "IDS_COM_BODY_INVALID_SIM_CARD"
+msgstr "Cartão SIM inválido"
+
+msgid "IDS_COM_BODY_OPERATION_FAILED"
+msgstr "Operação falhou"
+
+msgid "IDS_COM_POP_VERSION"
+msgstr "Versão"
+
+msgid "IDS_ST_BODY_MENUTRANSITIONEFFECT_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_MBODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION"
+msgstr "Serão utilizados dados móveis se descarregar ou carregar dados sem ligação Wi-Fi"
+
+msgid "IDS_ST_BODY_APP_OPENING_EFFECT"
+msgstr "Efeito de abertura de aplicação"
+
+msgid "IDS_ST_BODY_APP_OPENING_IMAGE"
+msgstr "Imagem de abertura de aplicação"
+
+msgid "IDS_ST_BODY_NEGATIVE_COLOURS"
+msgstr "Cores negativas"
+
+msgid "IDS_ST_BODY_ZOOM"
+msgstr "Zoom"
+
+msgid "IDS_ST_BODY_ASSISTIVE_LIGHT"
+msgstr "Luz auxiliar"
+
+msgid "IDS_ST_BODY_AFTER_1_SECOND"
+msgstr "Após 1 segundo"
+
+msgid "IDS_ST_BODY_AFTER_PD_SECONDS"
+msgstr "Após %d segundos"
+
+msgid "IDS_ST_BODY_END_CALLS_USING_THE_POWER_KEY"
+msgstr "Terminar chamadas utilizando a tecla de alimentação"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER_ONLY_OPERATES_WITH_HEADSET_CONNECTED"
+msgstr "O atendimento automático só funcionará com um auricular ligado"
+
+msgid "IDS_ST_BODY_PRESS_THE_POWER_KEY_TO_END_CALLS_THIS_WILL_NOT_TURN_OFF_THE_SCREEN"
+msgstr "Prima a tecla de alimentação para terminar chamadas. O ecrã não é desligado"
+
+msgid "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+msgstr "Alterar tamanho de texto em Contactos, Agenda, Memorando, Mensagens, E-mail e MI"
+
+msgid "IDS_ST_BODY_PRESS_THE_HOME_KEY_TO_ACCEPT_INCOMING_CALLS"
+msgstr "Premir a tecla principal para aceitar chamadas recebidas"
+
+msgid "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+msgstr "Todas as definições serão repostas para os valores padrão"
+
+msgid "IDS_ST_BODY_POWER_KEY_SHORTCUT"
+msgstr "Atalho da tecla de alimentação"
+
+msgid "IDS_ST_BODY_BLUETOOTH_USB_UTILITIES_ETC"
+msgstr "Bluetooth, utilitários USB, etc."
+
+msgid "IDS_ST_BODY_DATE_AND_TIME_KEYBOARD_LICENCE_ETC"
+msgstr "Data e hora, teclado, licença, etc."
+
+msgid "IDS_ST_BODY_MORE_CONNECTIVITY_SETTINGS"
+msgstr "Mais definições de conectividade"
+
+msgid "IDS_ST_BODY_MORE_SYSTEM_SETTINGS"
+msgstr "Mais definições de sistema"
+
+msgid "IDS_ST_BODY_THIS_BAND_MAY_NOT_WORK_OUTSIDE_THE_USA_AND_CANADA"
+msgstr "Esta banda pode não funcionar fora dos EUA e do Canadá"
+
+msgid "IDS_ST_BODY_UMTS_MODE_ONLY_WORKS_INSIDE_3G_COVERAGE_AREA"
+msgstr "O modo UMTS só funciona na área com cobertura 3G"
+
+msgid "IDS_ST_MBODY_REGISTER"
+msgstr "Registar"
+
+msgid "IDS_ST_MBODY_DEREGISTER"
+msgstr "Anular registo"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABIDJAN"
+msgstr "Abidjan"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABUDHABI"
+msgstr "Abu Dhabi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ACCRA"
+msgstr "Accra"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADDIS_ABABA"
+msgstr "Adis Abeba"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADELAIDE"
+msgstr "Adelaide"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALASKA"
+msgstr "Alasca"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALGIERS"
+msgstr "Argel"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALMATY"
+msgstr "Almaty"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMBON"
+msgstr "Ambon"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMMAN"
+msgstr "Amã"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMSTERDAME"
+msgstr "Amesterdão"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANADYR"
+msgstr "Anadyr"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANCHORAGE"
+msgstr "Âncora"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANKARA"
+msgstr "Ancara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANTANANARIVO"
+msgstr "Antananarivo"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASHGABAT"
+msgstr "Ashkhabad"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASMARA"
+msgstr "Asmera"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASTANA"
+msgstr "Astana"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASUNCION"
+msgstr "Asunción"
+
+msgid "IDS_WCL_BODY_CITYNAME_ATHENS"
+msgstr "Atenas"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUCKLAND"
+msgstr "Auckland"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUSTIN"
+msgstr "Austin"
+
+msgid "IDS_WCL_BODY_CITYNAME_AZORES"
+msgstr "Açores"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAGHDAD"
+msgstr "Bagdad"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAKU"
+msgstr "Baku"
+
+msgid "IDS_WCL_BODY_CITYNAME_BALTIMORE"
+msgstr "Baltimore"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAMAKO"
+msgstr "Bamako"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGKOK"
+msgstr "Banguecoque"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGUI"
+msgstr "Bangui"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARCELONA"
+msgstr "Barcelona"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARI"
+msgstr "Bari"
+
+msgid "IDS_WCL_BODY_CITYNAME_BASSE_TERRE"
+msgstr "Basse-Terre"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIJING"
+msgstr "Pequim"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIRUT"
+msgstr "Beirute"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELGRADE"
+msgstr "Belgrado"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELIZE_CITY"
+msgstr "Cidade de Belize"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERLIN"
+msgstr "Berlim"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERN"
+msgstr "Berna"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISHKEK"
+msgstr "Bishkek"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISSAU"
+msgstr "Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUINEA_BISSAU"
+msgstr "Guiné-Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOGOTA"
+msgstr "Bogotá"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOLOGNA"
+msgstr "Bolonha"
+
+msgid "IDS_WCL_BODY_BOSTON"
+msgstr "Boston"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRASILIA"
+msgstr "Brasília"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRATISLAVA"
+msgstr "Bratislava"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRIDGETOWN"
+msgstr "Bridgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRISBANE"
+msgstr "Brisbane"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRUSSELS"
+msgstr "Bruxelas"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUCHAREST"
+msgstr "Bucareste"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUDAPEST"
+msgstr "Budapeste"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUENOSAIRES"
+msgstr "Buenos Aires"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAIRO"
+msgstr "Cairo"
+
+msgid "IDS_WCL_BODY_CITYNAME_CALGARY"
+msgstr "Calgary"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANARY_ISLANDS"
+msgstr "Ilhas Canárias"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANBERRA"
+msgstr "Camberra"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANTON"
+msgstr "Cantão"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAPE_TOWN"
+msgstr "Cidade do Cabo"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARACAS"
+msgstr "Caracas"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARDIFF"
+msgstr "Cardiff"
+
+msgid "IDS_WCL_BODY_CITYNAME_CASABLANCA"
+msgstr "Casablanca"
+
+msgid "IDS_WCL_BODY_CITYNAME_CATANZARO"
+msgstr "Catanzaro"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAYENNE"
+msgstr "Caiena"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE"
+msgstr "Charlotte"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE_AMALIE"
+msgstr "Charlotte Amalie"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHELYABINSK"
+msgstr "Chelyabinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHENNAI"
+msgstr "Chennai"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHICAGO"
+msgstr "Chicago"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHISINAU"
+msgstr "Chisinau"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHITA"
+msgstr "Chita"
+
+msgid "IDS_WCL_BODY_CITYNAME_CLEVELAND"
+msgstr "Cleveland"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLOMBO"
+msgstr "Colombo"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLUMBUS"
+msgstr "Columbus"
+
+msgid "IDS_WCL_BODY_CITYNAME_CONAKRY"
+msgstr "Conakry"
+
+msgid "IDS_WCL_BODY_CITYNAME_COPENHAGEN"
+msgstr "Copenhaga"
+
+msgid "IDS_WCL_BODY_CITYNAME_CORK"
+msgstr "Cork"
+
+msgid "IDS_WCL_BODY_CITYNAME_CROTONE"
+msgstr "Crotone"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAKAR"
+msgstr "Dakar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DALLAS"
+msgstr "Dallas"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAMASCUS"
+msgstr "Damasco"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAR_ES_SALAAM"
+msgstr "Dar es Salaam"
+
+msgid "IDS_WCL_BODY_CITYNAME_DARWIN"
+msgstr "Darwin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DELHI"
+msgstr "Deli"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENPASAR"
+msgstr "Denpasar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENVER"
+msgstr "Denver"
+
+msgid "IDS_WCL_BODY_CITYNAME_DETROIT"
+msgstr "Detroit"
+
+msgid "IDS_WCL_BODY_CITYNAME_DHAKA"
+msgstr "Dacca"
+
+msgid "IDS_WCL_BODY_CITYNAME_DIEGO_GARCIA"
+msgstr "Diego Garcia"
+
+msgid "IDS_WCL_BODY_CITYNAME_DJIBOUTI"
+msgstr "Jibuti"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOHA"
+msgstr "Doha"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOUALA"
+msgstr "Douala"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBAI"
+msgstr "Dubai"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBLIN"
+msgstr "Dublin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUSHANBE"
+msgstr "Dushanbe"
+
+msgid "IDS_WCL_BODY_CITYNAME_EASTER_ISLAND"
+msgstr "Ilha da Páscoa"
+
+msgid "IDS_WCL_BODY_CITYNAME_EDINBURGH"
+msgstr "Edimburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_EL_PASO"
+msgstr "El Paso"
+
+msgid "IDS_WCL_BODY_CITYNAME_FLORENCE"
+msgstr "Florença"
+
+msgid "IDS_WCL_BODY_CITYNAME_FORT_DE_FRANCE"
+msgstr "Fort-de-France"
+
+msgid "IDS_WCL_BODY_CITYNAME_FREETOWN"
+msgstr "Freetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GABORONE"
+msgstr "Gaborone"
+
+msgid "IDS_WCL_BODY_CITYNAME_GALAPAGOS_ISLANDS"
+msgstr "Ilhas Galápagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENEVA"
+msgstr "Genebra"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENOA"
+msgstr "Génova"
+
+msgid "IDS_WCL_BODY_CITYNAME_GEORGETOWN"
+msgstr "Georgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GRYTVIKEN"
+msgstr "Grytviken"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOUTH_GEORGIA"
+msgstr "Geórgia do Sul"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUAM"
+msgstr "Guam"
+
+msgid "IDS_WCL_BODY_GUATEMALA_CITY"
+msgstr "Cidade da Guatemala"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUSTAVIA"
+msgstr "Gustavia"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_BARTHELEMY"
+msgstr "Saint Barthélemy"
+
+msgid "IDS_WCL_BODY_CITYNAME_HALIFAX"
+msgstr "Halifax"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAMBURG"
+msgstr "Hamburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_HANOI"
+msgstr "Hanoi"
+
+msgid "IDS_WCL_BODY_CITYNAME_HARARE"
+msgstr "Harare"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAVANA"
+msgstr "Havana"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAWAII"
+msgstr "Havai"
+
+msgid "IDS_WCL_BODY_CITYNAME_HELSINKI"
+msgstr "Helsínquia"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOBART"
+msgstr "Hobart"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONGKONG"
+msgstr "Hong Kong"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONOLULU"
+msgstr "Honolulu"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOUSTON"
+msgstr "Houston"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOVD"
+msgstr "Hovd"
+
+msgid "IDS_WCL_BODY_CITYNAME_INDIANAPOLIS"
+msgstr "Indianapolis"
+
+msgid "IDS_WCL_BODY_CITYNAME_IRKUTSK"
+msgstr "Irkutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISLAMABAD"
+msgstr "Islamabad"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISTANBUL"
+msgstr "Istambul"
+
+msgid "IDS_WCL_BODY_CITYNAME_IZHEVSK"
+msgstr "Izhevsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_JAKARTA"
+msgstr "Jacarta"
+
+msgid "IDS_WCL_BODY_CITYNAME_JEDDAH"
+msgstr "Jeddah"
+
+msgid "IDS_WCL_BODY_CITYNAME_JERUSALEM"
+msgstr "Jerusalém"
+
+msgid "IDS_WCL_BODY_CITYNAME_JOHANNESBURG"
+msgstr "Joanesburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_KABUL"
+msgstr "Kabul"
+
+msgid "IDS_WCL_BODY_CITYNAME_KALININGRAD"
+msgstr "Kaliningrado"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMCHATKA"
+msgstr "Kamtchatka"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMPALA"
+msgstr "Kampala"
+
+msgid "IDS_WCL_BODY_CITYNAME_KARACHI"
+msgstr "Carachi"
+
+msgid "IDS_WCL_BODY_CITYNAME_KATHMANDU"
+msgstr "Kathmandu"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHABAROVSK"
+msgstr "Khabarovsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARKIV"
+msgstr "Kharkiv"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARTOUM"
+msgstr "Cartum"
+
+msgid "IDS_WCL_BODY_CITYNAME_KIEV"
+msgstr "Kiev"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINGSTON"
+msgstr "Kingston"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINSHASA"
+msgstr "Kinshasa"
+
+msgid "IDS_WCL_BODY_CITYNAME_KOLKATA"
+msgstr "Calcutá"
+
+msgid "IDS_WCL_BODY_CITYNAME_KRASNOYARSK"
+msgstr "Krasnoyarsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KUALA_LUMPUR"
+msgstr "Kuala Lumpur"
+
+msgid "IDS_WCL_BODY_KUWAIT"
+msgstr "Kuwait"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOS_ANGELES"
+msgstr "Los Angeles"
+
+msgid "IDS_WCL_BODY_CITYNAME_LA_PAZ"
+msgstr "La Paz"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAGOS"
+msgstr "Lagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAS_VEGAS"
+msgstr "Las Vegas"
+
+msgid "IDS_WCL_BODY_CITYNAME_LIMA"
+msgstr "Lima"
+
+msgid "IDS_WCL_BODY_CITYNAME_LISBON"
+msgstr "Lisboa"
+
+msgid "IDS_WCL_BODY_CITYNAME_LJUBLJANA"
+msgstr "Liubliana"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONDON"
+msgstr "Londres"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONGHUA"
+msgstr "Longhua"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOUISVILLE"
+msgstr "Louisville"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUANDA"
+msgstr "Luanda"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUBUMBASHI"
+msgstr "Lubumbashi"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUSAKA"
+msgstr "Lusaka"
+
+msgid "IDS_WCL_BODY_LUXEMBOURG"
+msgstr "Luxemburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_LVIV"
+msgstr "Lviv"
+
+msgid "IDS_WCL_BODY_CITYNAME_MACAU"
+msgstr "Macau"
+
+msgid "IDS_WCL_BODY_CITYNAME_MADRID"
+msgstr "Madrid"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAGADAN"
+msgstr "Magadã"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALABO"
+msgstr "Malabo"
+
+msgid "IDS_WCL_BODY_CITYNAME_EQUAORIAL_GUINEA"
+msgstr "Guiné Equatorial"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALE"
+msgstr "Malé"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAGUA"
+msgstr "Manágua"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAMA"
+msgstr "Manama"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANILA"
+msgstr "Manila"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAPUTO"
+msgstr "Maputo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MARIGOT"
+msgstr "Marigot"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_MARTIN"
+msgstr "Saint-Martin"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAZATLAN"
+msgstr "Mazatlan"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIYADH"
+msgstr "Riade"
+
+msgid "IDS_WCL_BODY_CITYNAME_MELBOURNE"
+msgstr "Melbourne"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEMPHIS"
+msgstr "Memphis"
+
+msgid "IDS_WCL_BODY_CITYNAME_MESSINA"
+msgstr "Messina"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEXICO_CITY"
+msgstr "Cidade do México"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIAMI"
+msgstr "Miami"
+
+msgid "IDS_WCL_BODY_CITYNAME_MID_ATLANTIC"
+msgstr "Centro-Atlântico"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIDWAY_ATOLL"
+msgstr "Atol de Midway"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILAN"
+msgstr "Milão"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILWAUKEE"
+msgstr "Milwaukee"
+
+msgid "IDS_WCL_BODY_CITYNAME_MINSK"
+msgstr "Minsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOGADISHU"
+msgstr "Mogadishu"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONROVIA"
+msgstr "Monróvia"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTEVIDEO"
+msgstr "Montevideu"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTREAL"
+msgstr "Montreal"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOSCOW"
+msgstr "Moscovo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUMBAI"
+msgstr "Mumbai"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUNICH"
+msgstr "Munique"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUSCAT"
+msgstr "Mascate"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAIROBI"
+msgstr "Nairobi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ROME"
+msgstr "Roma"
+
+msgid "IDS_WCL_BODY_CITYNAME_NATERS"
+msgstr "Naters"
+
+msgid "IDS_WCL_BODY_CITYNAME_NDJAMENA"
+msgstr "N'Djamena"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAPLES"
+msgstr "Nápoles"
+
+msgid "IDS_WCL_BODY_MECCA"
+msgstr "Meca"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWDELHI"
+msgstr "Nova Deli"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWYORK"
+msgstr "Nova Iorque"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWFOUNDLAND"
+msgstr "Terra Nova"
+
+msgid "IDS_WCL_BODY_CITYNAME_NIAMEY"
+msgstr "Niamey"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUAKCHOTT"
+msgstr "Nouakchott"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUMEA"
+msgstr "Nouméa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOKUZNETSK"
+msgstr "Novokuznetsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOSIBIRSK"
+msgstr "Novosibirsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUKUALOFA"
+msgstr "Nuku'alofa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUUK"
+msgstr "Nuuk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OMSK"
+msgstr "Omsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OSAKA"
+msgstr "Osaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_OTTAWA"
+msgstr "Ottawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_OUAGADOUGOU"
+msgstr "Ouagadougou"
+
+msgid "IDS_WCL_BODY_CITYNAME_PAGO_PAGO"
+msgstr "Pago Pago"
+
+msgid "IDS_WCL_BODY_CITYNAME_PALERMO"
+msgstr "Palermo"
+
+msgid "IDS_WCL_BODY_PANAMA_CITY"
+msgstr "Cidade do Panamá"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARAMARIBO"
+msgstr "Paramaribo"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARIS"
+msgstr "Paris"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERM"
+msgstr "Perm"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERTH"
+msgstr "Perth"
+
+msgid "IDS_WCL_BODY_CITYNAME_PETROPAVLOVSK_KAMCHATSKIY"
+msgstr "Petropavlovsk-Kamchatskiy"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHILADELPHIA"
+msgstr "Filadélfia"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHNOM_PENH"
+msgstr "Phnom Penh"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHOENIX"
+msgstr "Phoenix"
+
+msgid "IDS_WCL_BODY_CITYNAME_PODGORICA"
+msgstr "Podgorica"
+
+msgid "IDS_WCL_BODY_CITYNAME_PONTA_DELGADA"
+msgstr "Ponta Delgada"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_LOUIS"
+msgstr "Port Louis"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_AU_PRINCE"
+msgstr "Port-au-Prince"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORTLAND"
+msgstr "Portland"
+
+msgid "IDS_WCL_BODY_CITYNAME_PRAGUE"
+msgstr "Praga"
+
+msgid "IDS_WCL_BODY_CITYNAME_PYONGYANG"
+msgstr "Pyongyang"
+
+msgid "IDS_WCL_BODY_CITYNAME_QUITO"
+msgstr "Quito"
+
+msgid "IDS_WCL_BODY_CITYNAME_RABAT"
+msgstr "Rabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_YANGON"
+msgstr "Yangon"
+
+msgid "IDS_WCL_BODY_CITYNAME_RECIFE"
+msgstr "Recife"
+
+msgid "IDS_WCL_BODY_CITYNAME_REGINA"
+msgstr "Regina"
+
+msgid "IDS_WCL_BODY_CITYNAME_REYKJAVIK"
+msgstr "Reiquiavique"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIGA"
+msgstr "Riga"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIO_DE_JANEIRO"
+msgstr "Rio De Janeiro"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_DENIS"
+msgstr "Saint-Denis"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAMARA"
+msgstr "Samara"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_ANTONIO"
+msgstr "San Antonio"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_DIEGO"
+msgstr "San Diego"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_FRANCISCO"
+msgstr "São Francisco"
+
+msgid "IDS_WCL_BODY_SAN_JOSE"
+msgstr "San José"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_JUAN"
+msgstr "San Juan"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_MARINO"
+msgstr "São Marinho"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_SALVADOR"
+msgstr "São Salvador"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANAA"
+msgstr "Sana"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTIAGO"
+msgstr "Santiago"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTO_DOMINGO"
+msgstr "Santo Domingo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAO_PAULO"
+msgstr "São Paulo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEATTLE"
+msgstr "Seattle"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEOUL"
+msgstr "Seul"
+
+msgid "IDS_WCL_BODY_CITYNAME_SHANGHAI"
+msgstr "Xangai"
+
+msgid "IDS_WCL_BODY_SHENZHEN"
+msgstr "Shenzhen"
+
+msgid "IDS_WCL_BODY_CITYNAME_SINGAPORE"
+msgstr "Singapura"
+
+msgid "IDS_WCL_BODY_CITYNAME_SKOPJE"
+msgstr "Skopje"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOFIA"
+msgstr "Sofia"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_JOHNS"
+msgstr "St. John's"
+
+msgid "IDS_WCL_BODY_CITYNAME_STOCKHOLM"
+msgstr "Estocolmo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SUVA"
+msgstr "Suva"
+
+msgid "IDS_WCL_BODY_CITYNAME_SYDNEY"
+msgstr "Sydney"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAHITI"
+msgstr "Taiti"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAIPEI"
+msgstr "Taipei"
+
+msgid "IDS_WCL_BODY_CITYNAME_TALLINN"
+msgstr "Talin"
+
+msgid "IDS_WCL_BODY_CITYNAME_TARAWA"
+msgstr "Tarawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TASHKENT"
+msgstr "Tashkent"
+
+msgid "IDS_WCL_BODY_CITYNAME_TBILISI"
+msgstr "Tbilissi"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEGUCIGALPA"
+msgstr "Tegucigalpa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEHRAN"
+msgstr "Teerão"
+
+msgid "IDS_WCL_BODY_CITYNAME_HO_CHI_MINH_CITY"
+msgstr "Ho Chi Minh City"
+
+msgid "IDS_WCL_BODY_CITYNAME_THE_SETTLEMENT"
+msgstr "The Settlement"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIANJIN"
+msgstr "Tientsin"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIJUANA"
+msgstr "Tijuana"
+
+msgid "IDS_WCL_BODY_CITYNAME_TOKYO"
+msgstr "Tóquio"
+
+msgid "IDS_WCL_BODY_CITYNAME_TORONTO"
+msgstr "Toronto"
+
+msgid "IDS_WCL_BODY_CITYNAME_TREHET"
+msgstr "Tréhet"
+
+msgid "IDS_WCL_BODY_CITYNAME_TRIPOLI"
+msgstr "Tripoli"
+
+msgid "IDS_WCL_BODY_CITYNAME_TUNIS"
+msgstr "Tunis"
+
+msgid "IDS_WCL_BODY_CITYNAME_TURIN"
+msgstr "Turim"
+
+msgid "IDS_WCL_BODY_CITYNAME_UFA"
+msgstr "Ufa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ULAN_BATOR"
+msgstr "Ulan Bator"
+
+msgid "IDS_WCL_BODY_CITYNAME_VADUZ"
+msgstr "Vaduz"
+
+msgid "IDS_WCL_BODY_CITYNAME_VALLETTA"
+msgstr "La Valeta"
+
+msgid "IDS_WCL_BODY_CITYNAME_VANCOUVER"
+msgstr "Vancouver"
+
+msgid "IDS_WCL_BODY_CITYNAME_VERONA"
+msgstr "Verona"
+
+msgid "IDS_WCL_BODY_CITYNAME_VICTORIA"
+msgstr "Victória"
+
+msgid "IDS_WCL_BODY_CITYNAME_VIENNA"
+msgstr "Viena"
+
+msgid "IDS_WCL_BODY_CITYNAME_VILNIUS"
+msgstr "Vilnius"
+
+msgid "IDS_WCL_BODY_CITYNAME_VLADIVOSTOK"
+msgstr "Vladivostoque"
+
+msgid "IDS_WCL_BODY_CITYNAME_VOLGOGRAD"
+msgstr "Volgogrado"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_PETERSBURG"
+msgstr "São Petersburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_WARSAW"
+msgstr "Varsóvia"
+
+msgid "IDS_WCL_BODY_CITYNAME_WASHINGTON_DC"
+msgstr "Washington DC"
+
+msgid "IDS_WCL_BODY_CITYNAME_WELLINGTON"
+msgstr "Wellington"
+
+msgid "IDS_WCL_BODY_CITYNAME_WINNIPEG"
+msgstr "Winnipeg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAKUTSK"
+msgstr "Yakutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAMOUSSOUKRO"
+msgstr "Yamusoukro"
+
+msgid "IDS_WCL_BODY_YAOUNDE"
+msgstr "Yaounde"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEKATERINBURG"
+msgstr "Yekaterinburgo"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEREVAN"
+msgstr "Ierevan"
+
+msgid "IDS_WCL_BODY_CITYNAME_YUZHNO_SAKHALINSK"
+msgstr "Yuzhno-Sakhalinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZAGREB"
+msgstr "Zagreb"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZURICH"
+msgstr "Zurique"
+
+msgid "IDS_ST_HEADER_WI_FI_DIRECT"
+msgstr "Wi-Fi Direct"
+
+msgid "IDS_ST_POP_INCORRECT_PASSWORD"
+msgstr "Palavra-passe incorrecta"
+
+
+
+
diff --git a/src/po/ru_RU.po b/src/po/ru_RU.po
new file mode 100755 (executable)
index 0000000..4d58432
--- /dev/null
@@ -0,0 +1,2912 @@
+msgid "IDS_COM_POP_UNSUPPORTED"
+msgstr "Не поддерживается"
+
+msgid "IDS_COM_BODY_1_MINUTE"
+msgstr "1 минута"
+
+msgid "IDS_ST_BODY_WALLPAPER"
+msgstr "Обои"
+
+msgid "IDS_COM_POP_DATE"
+msgstr "Дата"
+
+msgid "IDS_ST_BODY_SYSTEM"
+msgstr "Система"
+
+msgid "IDS_ST_BODY_APPLICATIONS"
+msgstr "Приложения"
+
+msgid "IDS_EMAIL_BODY_EXAMPLE"
+msgstr "Пример"
+
+msgid "IDS_COM_POP_NAME"
+msgstr "Имя"
+
+msgid "IDS_ST_BODY_SCAN"
+msgstr "Поиск"
+
+msgid "IDS_COM_BODY_CALENDAR_T_MAINMENU_ABB2"
+msgstr "Календ."
+
+msgid "IDS_COM_BODY_SAMSUNG_APPS_T_MAINMENU"
+msgstr "Samsung Apps"
+
+msgid "IDS_COM_BODY_VOIP_CALL"
+msgstr "Вызов VoIP"
+
+msgid "IDS_COM_POP_UNKNOWN"
+msgstr "Неизвестно"
+
+msgid "IDS_COM_SK_ADD_LITE"
+msgstr "Добав."
+
+msgid "IDS_ST_BODY_INACTIVE"
+msgstr "Неактивно"
+
+msgid "IDS_COM_POP_NO_SPEED_DIAL_NUMBER_ASSIGN_ONE_NOW_Q"
+msgstr "Нет номеров быстрого набора. Назначить номер?"
+
+msgid "IDS_COM_BODY_CONTACT_SETTINGS"
+msgstr "Настройки контактов"
+
+msgid "IDS_COM_BODY_NA"
+msgstr "Н/Д"
+
+msgid "IDS_COM_BODY_SEARCH_LINK"
+msgstr "Поиск"
+
+msgid "IDS_ST_BODY_CHECK_YOUR_MISSED_EVENTS_WHEN_HEADSET_MODE_IS_ENABLED"
+msgstr "Проверять пропущенные события в режиме гарнитуры"
+
+msgid "IDS_ST_BODY_CHINESE_HCHINA_FEMALE"
+msgstr "Китайский (Китай, женский)"
+
+msgid "IDS_ST_BODY_DEFAULT_SETTINGS_OVERRIDE_APPLICATION_SETTINGS"
+msgstr "Параметры по умолчанию переопределяют параметры приложения"
+
+msgid "IDS_ST_BODY_ENGLISH_HUNITED_STATES_FEMALE"
+msgstr "Английский (США, женский)"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA"
+msgstr "Установить голосовые данные"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA_REQUIRED_FOR_SPEECH_SYNTHESIS"
+msgstr "Установить голосовые данные, необходимые для синтеза речи"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_FEMALE"
+msgstr "Корейский (Южная Корея, женский)"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_MALE"
+msgstr "Корейский (Южная Корея, мужской)"
+
+msgid "IDS_ST_BODY_LAUNCH_VOICE_TALK_WHENEVER_BLUETOOTH_HEADSET_IS_CONNECTED"
+msgstr "Запускать Voice talk при подключении гарнитуры Bluetooth"
+
+msgid "IDS_ST_BODY_LISTEN_TO_AN_EXAMPLE"
+msgstr "Прослушать пример"
+
+msgid "IDS_ST_BODY_SAMSUNG_POWERED_BY_VLINGO"
+msgstr "Samsung совместно с Vlingo"
+
+msgid "IDS_ST_BODY_SAVED"
+msgstr "Соxранено"
+
+msgid "IDS_ST_BODY_SELECT_APPLICATIONS_TO_USE_TTS_WHILE_DRIVING_MODE_IS_ON"
+msgstr "Выберите приложения, которые будут использовать TTS в режиме \"Вождение\""
+
+msgid "IDS_ST_BODY_SETS_THE_SPEECH_SYNTHESIS_ENGINE_TO_BE_USED_FOR_SPOKEN_TEXT"
+msgstr "Задает модуль синтеза речи, который будет использоваться для произнесения текста"
+
+msgid "IDS_ST_BODY_SPEAKS_PROMPTS_BEFORE_LISTENING"
+msgstr "Предложение вариантов перед прослушиванием"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH"
+msgstr "Преобразование текста в речь"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH_SETTINGS"
+msgstr "Преобразование текста в речь"
+
+msgid "IDS_ST_BODY_TYPE1"
+msgstr "Тип 1"
+
+msgid "IDS_ST_BODY_TYPE2"
+msgstr "Тип 2"
+
+msgid "IDS_ST_BODY_TYPE3"
+msgstr "Тип 3"
+
+msgid "IDS_ST_BODY_TYPE_4"
+msgstr "Тип 4"
+
+msgid "IDS_ST_BODY_VOICE_EFFECTS"
+msgstr "Голосовые эффекты"
+
+msgid "IDS_ST_BODY_VOICE_INPUT_SETTING_HELP_MESSAGE_1"
+msgstr "Предоставить Vlingo разрешение на создание индекса контактов для улучшения точности распознавания голоса?"
+
+msgid "IDS_ST_BODY_WHEN_VOICE_COMMAND_STARTS_THE_PHONE_WILL_START_LISTENING_AUTOMATICALLY_AND_RESPOND_USING_AUTO_SPEAK"
+msgstr "При запуске голосовых команд телефон автоматически перейдет в режим прослушивания и начнет реагировать на команды"
+
+msgid "IDS_ST_HEADER_ADVANCED_SETTINGS"
+msgstr "Дополнительно"
+
+msgid "IDS_ST_HEADER_TEXT_TO_SPEECH"
+msgstr "Преобразование текста в речь"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT"
+msgstr "Голосовой ввод"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+msgstr "Голосовой ввод и вывод"
+
+msgid "IDS_ST_HEADER_VOICE_OUTPUT_ABB"
+msgstr "Голосовой вывод"
+
+msgid "IDS_ST_HEADER_VOICE_RECOGNITION_SETTINGS_ABB"
+msgstr "Параметры распознавания голоса"
+
+msgid "IDS_ST_MBODY_AUTO_PUNCTUATION"
+msgstr "Автоматическая пунктуация"
+
+msgid "IDS_ST_MBODY_AUTO_SPEAK"
+msgstr "Автоматическое говорение"
+
+msgid "IDS_ST_MBODY_AUTO_START_DRIVING_MODE"
+msgstr "Автозапуск: \"Вождение\""
+
+msgid "IDS_ST_MBODY_AUTO_START_SPEAKERPHONE"
+msgstr "Автом. вкл. громкую связь"
+
+msgid "IDS_ST_MBODY_CUSTOMISE_MAIN_PROMPT"
+msgstr "Настроить основной запрос"
+
+msgid "IDS_ST_MBODY_DEFAULT_ENGINE"
+msgstr "Модуль по умолчанию"
+
+msgid "IDS_ST_MBODY_DRIVING_MODE_SETTINGS"
+msgstr "Параметры реж. \"Вождение\""
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_KINGDOM"
+msgstr "Англ. (Великобритания)"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_STATES"
+msgstr "Английский (США)"
+
+msgid "IDS_ST_MBODY_HIDE_OFFENSIVE_WORDS"
+msgstr "Скрывать нецензур. слова"
+
+msgid "IDS_ST_MBODY_SAMSUNG_TTS"
+msgstr "Samsung TTS"
+
+msgid "IDS_ST_MBODY_VERY_FAST"
+msgstr "Очень быстро"
+
+msgid "IDS_ST_MBODY_VOICE_RECOGNISER"
+msgstr "Распознавание голоса"
+
+msgid "IDS_ST_OPT_NORMAL_M_SOUNDEFFECT"
+msgstr "Обычный"
+
+msgid "IDS_ST_POP_FAST"
+msgstr "Быстро"
+
+msgid "IDS_ST_POP_SLOW"
+msgstr "Медленно"
+
+msgid "IDS_ST_POP_UPDATED_ABB"
+msgstr "Обновлено"
+
+msgid "IDS_COM_BODY_OFFICE"
+msgstr "Рабочий"
+
+msgid "IDS_COM_BODY_SAMSUNG_DISCLAIMER"
+msgstr "Заявление об отказе от ответственности Samsung"
+
+msgid "IDS_COM_POP_LOCATION"
+msgstr "Расположение"
+
+msgid "IDS_ST_BODY_DRIVING_MODE"
+msgstr "Режим \"Вождение\""
+
+msgid "IDS_ST_BODY_MESSAGE"
+msgstr "Сообщение"
+
+msgid "IDS_ST_SK3_DONE"
+msgstr "Готово"
+
+msgid "IDS_COM_OPT_FOLDERS"
+msgstr "Папки"
+
+msgid "IDS_COM_BODY_ANDROID"
+msgstr "Android"
+
+msgid "IDS_COM_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_COM_BODY_FRENCH"
+msgstr "Franįais"
+
+msgid "IDS_ST_BODY_POWER_OFF"
+msgstr "Выключение телефона"
+
+msgid "IDS_COM_BODY_GERMAN"
+msgstr "Deutsch"
+
+msgid "IDS_COM_BODY_ITALIAN"
+msgstr "Итальянский"
+
+msgid "IDS_ST_BODY_SLEEP"
+msgstr "Сон"
+
+msgid "IDS_COM_BODY_SPANISH"
+msgstr "Испанский"
+
+msgid "IDS_COM_BODY_TOUCHSCREEN_LANG"
+msgstr "Язык"
+
+msgid "IDS_COM_SK_SEARCH_A"
+msgstr "Поиск"
+
+msgid "IDS_COM_BODY_SYSTEM_INFO_ABB"
+msgstr "Системная информация"
+
+msgid "IDS_ST_BODY_GREEK"
+msgstr "Греческий"
+
+msgid "IDS_ST_BODY_POLISH"
+msgstr "Польский"
+
+msgid "IDS_ST_BODY_PORTUGUESE"
+msgstr "Португальский"
+
+msgid "IDS_ST_BODY_FAILED_TO_CHECK_SIGNATURE"
+msgstr "Не удалось проверить подпись"
+
+msgid "IDS_ST_BODY_INCORRECT_USER_NAME_OR_PASSWORD"
+msgstr "Неправильное имя пользователя или пароль"
+
+msgid "IDS_ST_BODY_INTERNAL_ERROR"
+msgstr "Внутренняя ошибка"
+
+msgid "IDS_ST_BODY_SERVER_ERROR"
+msgstr "Ошибка сервера"
+
+msgid "IDS_ST_BODY_UNKNOWN_ERROR"
+msgstr "Неизвестная ошибка"
+
+msgid "IDS_ST_BODY_USER_NAME_ALREADY_IN_USE"
+msgstr "Имя пользователя уже используется"
+
+msgid "IDS_ST_POP_PASSWORD_MUST_BE_MORE_THAN_P1SD_CHARACTERS_AND_LESS_THAN_P2SD"
+msgstr "Длина паролей должна быть более %1$d знаков и менее %2$d знаков"
+
+msgid "IDS_ST_BODY_FONTSTYLE_ROSEMARY"
+msgstr "Rosemary"
+
+msgid "IDS_ST_BODY_APPLICATION_INFO"
+msgstr "Сведения о приложении"
+
+msgid "IDS_ST_MBODY_HOME_SCREEN_WALLPAPER"
+msgstr "Обои главного экрана"
+
+msgid "IDS_ST_MBODY_LOCK_SCREEN_WALLPAPER_M_NOUN"
+msgstr "Блокировка обоев"
+
+msgid "IDS_COM_BODY_NEGATIVE_DISPLAY"
+msgstr "Негатив"
+
+msgid "IDS_COM_BODY_ORIGINAL_DISPLAY"
+msgstr "Оригинал"
+
+msgid "IDS_COM_BODY_POSITIVE_DISPLAY"
+msgstr "Позитив"
+
+msgid "IDS_ST_BODY_PASSWORDS_DO_NOT_MATCH"
+msgstr "Пароли не совпадают"
+
+msgid "IDS_ST_POP_TIME_SET_MAY_BE_DIFFERENT_FROM_ACTUAL_LOCAL_TIME"
+msgstr "Установленное время может отличаться от фактического местного времени."
+
+msgid "IDS_ST_BODY_LOCATIONS"
+msgstr "Расположения"
+
+msgid "IDS_ST_POP_PD_TO_PD_DIGITS_REQUIRED"
+msgstr "Требуется от %d до %d цифр"
+
+msgid "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+msgstr "Загруженные приложения"
+
+msgid "IDS_ST_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_ST_BODY_KEYBOARD"
+msgstr "Клавиатура"
+
+msgid "IDS_ST_BODY_PS_FREE_OF_PS"
+msgstr "Свободно %s из %s"
+
+msgid "IDS_ST_BODY_WIDGETS"
+msgstr "Виджеты"
+
+msgid "IDS_ST_HEADER_SAMSUNG_APPS"
+msgstr "Samsung Apps"
+
+msgid "IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "При изменении языка все приложения будут закрыты, а несохраненные данные потеряны. Продолжить?"
+
+msgid "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "При изменении регион все приложения будут закрыты, а несохраненные данные потеряны. Продолжить?"
+
+msgid "IDS_ST_POP_EXPLANATION_FOR_EXPIRY_REMINDER"
+msgstr "Получение напоминания перед завершением срока действия лицензии на файл, например для фонового рисунка"
+
+msgid "IDS_ST_POP_RESETTING_ING"
+msgstr "Сброс..."
+
+msgid "IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"
+msgstr "Перезапустить телефон для автоматического обновления?"
+
+msgid "IDS_ST_BODY_ABOUT"
+msgstr "О программе"
+
+msgid "IDS_ST_BODY_GSM_850_1900"
+msgstr "GSM 850/1900"
+
+msgid "IDS_ST_BODY_GSM_900_1800"
+msgstr "GSM 900/1800"
+
+msgid "IDS_ST_BODY_INSTALLATION_SETTINGS"
+msgstr "Параметры установки"
+
+msgid "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+msgstr "Загрузка фотографий"
+
+msgid "IDS_ST_BODY_PROXY_PORT"
+msgstr "Порт прокси"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_CONNECTION_CONNECTING_USB_HELP_MSG"
+msgstr "Если программное обеспечение для ПК (Samsung Kies) или драйверы не установлены, будет выполнена их установка в MS Windows. \nПосле установки доступно следующее:\n - синхронизация данных на телефоне\n- обновление ПО телефона\n- общий доступ к Интернет (телефон работает как модем)\n- копирование обычных или приобретенных медиа файлов(Windows Media DRM) на телефон"
+
+msgid "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+msgstr "Профили социальных сетей"
+
+msgid "IDS_ST_BODY_TASK_SWITCHER"
+msgstr "Диспетчер задач"
+
+msgid "IDS_ST_BODY_UMTS"
+msgstr "UMTS"
+
+msgid "IDS_ST_BODY_VIBR__N__RAISING_MELODY"
+msgstr "Вибрация и нарастающая мелодия"
+
+msgid "IDS_ST_HEADER_DIVX_VOD"
+msgstr "DivX® VOD"
+
+msgid "IDS_ST_HEADER_SAMSUNG_KIES"
+msgstr "Samsung Kies"
+
+msgid "IDS_COM_BODY_100P"
+msgstr "100%"
+
+msgid "IDS_COM_BODY_50P"
+msgstr "50%"
+
+msgid "IDS_COM_POP_DELETE_FAILED"
+msgstr "Сбой удаления"
+
+msgid "IDS_ST_BODY_30_percent"
+msgstr "30%"
+
+msgid "IDS_ST_BODY_CONNECT_TO_BLUETOOTH_DEVICE"
+msgstr "Подключить к устройству Bluetooth"
+
+msgid "IDS_ST_BODY_DATA_ROAMING"
+msgstr "Данные в роуминге"
+
+msgid "IDS_ST_BODY_GESTURES"
+msgstr "Жесты"
+
+msgid "IDS_ST_BODY_LOCK_SCREEN"
+msgstr "Экран блокировки"
+
+msgid "IDS_ST_BODY_MEDIA_PLAYER"
+msgstr "Медиаплеер"
+
+msgid "IDS_ST_BODY_MENU_AND_WIDGETS"
+msgstr "Меню и виджеты"
+
+msgid "IDS_ST_MBODY_USB_CONNECTION"
+msgstr "Настройки USB"
+
+msgid "IDS_ST_BODY_BLUETOOTH_CONNECTION"
+msgstr "Соединение Bluetooth"
+
+msgid "IDS_ST_BODY_ENTER_NEW_PASSWORD"
+msgstr "Введите новый пароль"
+
+msgid "IDS_ST_BODY_PASSWORD_CONTAINS_INVALID_CHARACTER_ABB"
+msgstr "Пароль содержит недопустимый символ"
+
+msgid "IDS_ST_BODY_SAMSUNG_ACCOUNT"
+msgstr "Учетная запись Samsung"
+
+msgid "IDS_ST_BODY_USER_PASSWORD"
+msgstr "Пароль пользователя"
+
+msgid "IDS_ST_BODY_YOUR_BIRTHDAY"
+msgstr "Ваш день рождения"
+
+msgid "IDS_ST_BUTTON_CREATE_ACCOUNT"
+msgstr "Созд. уч.запись"
+
+msgid "IDS_ST_HEADER_INVALID_PASSWORD_LENGTH"
+msgstr "Недопустимая длина пароля"
+
+msgid "IDS_ST_HEADER_SIGN_UP_FOR_SAMSUNG_ACCOUNT"
+msgstr "Зарегистрировать учетную запись Samsung"
+
+msgid "IDS_ST_OPT_NEW_PASSWORD_ABB"
+msgstr "Новый пароль"
+
+msgid "IDS_ST_POP_IT_SHOULD_BE_PD_TO_PD_DIGITS_LONG"
+msgstr "Длина: от %d до %d цифр"
+
+msgid "IDS_ST_POP_NETWORK_NOT_AVAILABLE"
+msgstr "Нет сети"
+
+msgid "IDS_COM_BODY_MSGSETTINGSBROADCASTLANGUAGESSPANISH"
+msgstr "Испанский"
+
+msgid "IDS_COM_POP_UNKNOWN_ERROR_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Неизвестная ошибка. Не удается запустить приложение"
+
+msgid "IDS_ST_HEADER_FRANCE"
+msgstr "Франция"
+
+msgid "IDS_ST_BODY_ALWAYS_REJECT"
+msgstr "Всегда отклонять"
+
+msgid "IDS_ST_BODY_AUTO_DOWNLOAD"
+msgstr "Автозагрузка"
+
+msgid "IDS_ST_BODY_DATE_AND_TIME"
+msgstr "Дата и время"
+
+msgid "IDS_ST_BODY_DATE_FORMAT"
+msgstr "Формат даты"
+
+msgid "IDS_ST_BODY_DDMMYYYY_DOT"
+msgstr "ДД.ММ.ГГГГ"
+
+msgid "IDS_ST_BODY_EXPIRY_REMINDER"
+msgstr "Напоминание о сроке завершения"
+
+msgid "IDS_ST_BODY_FILE_TRANSFER"
+msgstr "Передача файлов"
+
+msgid "IDS_ST_BODY_HOME_URL"
+msgstr "Домашний URL"
+
+msgid "IDS_ST_BODY_INTERNET_CONNECTION"
+msgstr "Подключение к Интернету"
+
+msgid "IDS_ST_BODY_INTERNET_SHARING"
+msgstr "Общий доступ к Интернет"
+
+msgid "IDS_ST_BODY_MM_DD_YYYY_DOT"
+msgstr "ММ.ДД.ГГГГ"
+
+msgid "IDS_ST_BODY_NETWORK_MODE"
+msgstr "Режим сети"
+
+msgid "IDS_ST_BODY_OPEN_SOURCE_LICENCES"
+msgstr "Лицензии Open Source"
+
+msgid "IDS_ST_BODY_PREFERRED_NETWORKS"
+msgstr "Приоритет сетей"
+
+msgid "IDS_ST_BODY_RESET_SETTINGS"
+msgstr "Сброс настроек"
+
+msgid "IDS_ST_BODY_SELECT_NETWORK"
+msgstr "Выбор сети"
+
+msgid "IDS_ST_BODY_TIME_FORMAT"
+msgstr "Формат времени"
+
+msgid "IDS_ST_BODY_TIME_ZONE"
+msgstr "Часовой пояс"
+
+msgid "IDS_ST_BODY_TRANSACTION_TRACKING"
+msgstr "Отслеживание транзакции"
+
+msgid "IDS_ST_BODY_YYYY_DD_MM_DOT"
+msgstr "ГГГГ.ДД.ММ"
+
+msgid "IDS_COM_POP_FILE_VIEWER"
+msgstr "Просмотр файлов"
+
+msgid "IDS_COM_POP_SAVE_SAVE_TO_MY_FILES"
+msgstr "Сохранить в Мои файлы"
+
+msgid "IDS_ST_BODY_TIME_N_DATE"
+msgstr "Время и Дата"
+
+msgid "IDS_COM_BUTTON_PREV"
+msgstr "Назад"
+
+msgid "IDS_COM_POP_DRM_EXPIRED_GET_MORE_LICENSES"
+msgstr "Элемент %s будет заблокирован через %d ч. Получить лицензию?"
+
+msgid "IDS_COM_POP_EXPIRING_REMINDER"
+msgstr "Напоминание о завершении срока действия"
+
+msgid "IDS_COM_SK_RETRY"
+msgstr "Повтор"
+
+msgid "IDS_CST_BODY_AUTOMATIC_ANSWERING"
+msgstr "Автоматический ответ"
+
+msgid "IDS_ST_BODY_MESSAGE_LIST"
+msgstr "Список сообщений"
+
+msgid "IDS_ST_HEADER_PLEASE_WAIT"
+msgstr "Подождите"
+
+msgid "IDS_ST_BODY_CALL"
+msgstr "Вызовы"
+
+msgid "IDS_ST_BODY_NORMAL_T_PROFILE"
+msgstr "Обычный"
+
+msgid "IDS_ST_BODY_PD_SECONDS"
+msgstr "%d сек."
+
+msgid "IDS_COM_POP_UPDATED"
+msgstr "Обновлено"
+
+msgid "IDS_ST_POP_NEW_PASSWD_SAVED"
+msgstr "Новый пароль сохранен"
+
+msgid "IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"
+msgstr "Пароль отсутствует. Установить пароль?"
+
+msgid "IDS_COM_BODY_CREATE_MESSAGE_TELEFONICA"
+msgstr "Создать сообщение"
+
+msgid "IDS_ST_BODY_USB_ASK_ON_CONNECTION"
+msgstr "Cпрашивать при подключении"
+
+msgid "IDS_ST_HEADER_BRIGHT"
+msgstr "Светлый"
+
+msgid "IDS_COM_BODY_ALL_DAY"
+msgstr "Весь день"
+
+msgid "IDS_COM_BODY_CERTIFICATE_INFO"
+msgstr "Информация о сертификате"
+
+msgid "IDS_COM_BODY_ENABLE_LOCATION_SERVICES"
+msgstr "Включить услугу определения местоположения"
+
+msgid "IDS_COM_BODY_INSTANT_MESSENGER"
+msgstr "Чат"
+
+msgid "IDS_COM_BODY_NEWS"
+msgstr "Новости"
+
+msgid "IDS_COM_BODY_NO_SIM"
+msgstr "Нет SIM-карты"
+
+msgid "IDS_COM_BODY_SERIAL_NUMBER"
+msgstr "Серийный номер"
+
+msgid "IDS_COM_OPT_HIDE_KEYPAD"
+msgstr "Скрыть клавиатуру"
+
+msgid "IDS_COM_OPT_VOICE_RECORDER_WILL_BE_STOPPED_DUE_TO_LOW_BATTERY_VODA"
+msgstr "Диктофон будет остановлен, так как аккумулятор почти разряжен"
+
+msgid "IDS_COM_POP_EXITSILENTMODE"
+msgstr "Выключите профиль “Без звука”"
+
+msgid "IDS_COM_POP_FOR_ALL_TELE_SERVICES_EXCEPT_SMS"
+msgstr "для всех услуги связи SMS"
+
+msgid "IDS_COM_POP_LOW_BATTERY_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Низкий заряд батареи. Не удается запустить приложение"
+
+msgid "IDS_COM_POP_MMS_SENT"
+msgstr "MMS отправлено"
+
+msgid "IDS_COM_POP_REGISTERING"
+msgstr "Регистрация..."
+
+msgid "IDS_COM_POP_SMALL_DAYS"
+msgstr "дн."
+
+msgid "IDS_COM_POP_SMALL_HOURS"
+msgstr "ч"
+
+msgid "IDS_COM_POP_WEEKS_LC"
+msgstr "недель"
+
+msgid "IDS_COM_POP_WEEK_LC"
+msgstr "неделя"
+
+msgid "IDS_COM_SK3_ADD"
+msgstr "Добавить"
+
+msgid "IDS_COM_SK3_END_ALL_APPLICATIONS"
+msgstr "Закрыть все"
+
+msgid "IDS_COM_SK_MOVE_LITE"
+msgstr "Перем."
+
+msgid "IDS_COM_SK_NEXT"
+msgstr "Далее"
+
+msgid "IDS_ST_BODY_ABOUT_PHONE"
+msgstr "Сведения о телефоне"
+
+msgid "IDS_ST_BODY_ACCESS_NAME"
+msgstr "Точка доступа"
+
+msgid "IDS_ST_BODY_ADVANCED_GPS"
+msgstr "A-GPS"
+
+msgid "IDS_ST_BODY_ALERTTYPE_VIBRATION_AND_MELODY"
+msgstr "Вибрация и мелодия"
+
+msgid "IDS_ST_BODY_ALERT_VIBRATION"
+msgstr "Тип вибрации"
+
+msgid "IDS_ST_BODY_ALL_EMAILS"
+msgstr "Все сообщения"
+
+msgid "IDS_ST_BODY_ANNIVERSARY"
+msgstr "Годовщина"
+
+msgid "IDS_ST_BODY_ANY_KEY"
+msgstr "Любая клавиша"
+
+msgid "IDS_ST_BODY_APPOINTMENT"
+msgstr "Встреча"
+
+msgid "IDS_ST_BODY_AUTH_TYPE"
+msgstr "Тип аутентификации"
+
+msgid "IDS_ST_BODY_AUTOMATIC_TIME_UPDATE"
+msgstr "Автообновление времени"
+
+msgid "IDS_ST_BODY_BACKLIGHT_TIME"
+msgstr "Подсветка дисплея"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+msgstr "Вибрация"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRAT_THEN_MELODY"
+msgstr "Вибрация, затем мелодия"
+
+msgid "IDS_ST_BODY_CALL_LOG"
+msgstr "Журнал вызовов"
+
+msgid "IDS_ST_BODY_CHANGE_PIN1"
+msgstr "Изменить PIN1"
+
+msgid "IDS_ST_BODY_CHANGE_PIN2"
+msgstr "Изменить PIN2-код"
+
+msgid "IDS_ST_BODY_CHOCO_COOKY"
+msgstr "Choco cooky"
+
+msgid "IDS_ST_BODY_CLEAR_PHONE_MEMORY"
+msgstr "Очистить память телефона"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN1"
+msgstr "Подтвердите новый PIN1-код"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN2"
+msgstr "Подтвердите новый PIN2"
+
+msgid "IDS_ST_BODY_CONFIRM_PASSWORD"
+msgstr "Подтвердите пароль"
+
+msgid "IDS_ST_BODY_CONFIRM_SIM_PASSWORD"
+msgstr "Повторите пароль SIM"
+
+msgid "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS"
+msgstr "Адрес прокси"
+
+msgid "IDS_ST_BODY_CONNECTIVITY"
+msgstr "Подключение"
+
+msgid "IDS_ST_BODY_COOL_JAZZ"
+msgstr "Cool jazz"
+
+msgid "IDS_ST_BODY_COUNTRY_CODE"
+msgstr "Код страны"
+
+msgid "IDS_ST_BODY_CURRENT_PASSWORD"
+msgstr "Текущий пароль"
+
+msgid "IDS_ST_BODY_CURRENT_PIN1"
+msgstr "Текущий PIN1-код"
+
+msgid "IDS_ST_BODY_CURRENT_PIN2"
+msgstr "Текущий PIN2"
+
+msgid "IDS_ST_BODY_DISPLAY_CONTENTS"
+msgstr "Показывать содержимое"
+
+msgid "IDS_ST_BODY_DIVX_DEREGISTRATION"
+msgstr "Отмена регистрации DivX"
+
+msgid "IDS_ST_BODY_DIVX_REGISTRATION"
+msgstr "Регистрация DivX"
+
+msgid "IDS_ST_BODY_DRM_MEDIA"
+msgstr "Медиа DRM"
+
+msgid "IDS_ST_BODY_DVB_H"
+msgstr "DVB-H"
+
+msgid "IDS_ST_BODY_ENTER_4_TO_8_DIGIT_PIN"
+msgstr "Введите PIN-код, содержащий от 4 до 8 цифр"
+
+msgid "IDS_ST_BODY_ETC"
+msgstr "и т. д."
+
+msgid "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+msgstr "Уведомления о событиях"
+
+msgid "IDS_ST_BODY_FIXED_DIALLING_MODE"
+msgstr "Режим FDN"
+
+msgid "IDS_ST_BODY_FLIGHT_MODE"
+msgstr "Автономный режим"
+
+msgid "IDS_ST_BODY_FONTSTYLE_GLOBAL"
+msgstr "Global"
+
+msgid "IDS_ST_BODY_FOREIGN_NETWORK"
+msgstr "Роуминг"
+
+msgid "IDS_ST_BODY_IM"
+msgstr "Чат"
+
+msgid "IDS_ST_BODY_IN_USE"
+msgstr "Используется"
+
+msgid "IDS_ST_BODY_ITEMS"
+msgstr "Элементы"
+
+msgid "IDS_ST_BODY_LAN"
+msgstr "Кол-во языков"
+
+msgid "IDS_ST_BODY_LICENCE"
+msgstr "Лицензия"
+
+msgid "IDS_ST_BODY_LIST_VIEW"
+msgstr "Список"
+
+msgid "IDS_ST_BODY_MAXIMUM"
+msgstr "Максимум"
+
+msgid "IDS_ST_BODY_MEDIUM_M_FONTSIZE"
+msgstr "Средний"
+
+msgid "IDS_ST_BODY_MEMORY"
+msgstr "Память"
+
+msgid "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"
+msgstr "Память по умолчанию"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_ANNIVERSARIES"
+msgstr "Годовщины"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_APPOINTMENTS"
+msgstr "Встречи"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_MEMORY_CARD_DETAILS"
+msgstr "Свойства карты памяти"
+
+msgid "IDS_ST_BODY_MEMORY_STATUS"
+msgstr "Состояние памяти"
+
+msgid "IDS_ST_BODY_MESSAGE_AND_EMAIL"
+msgstr "Сообщения и электронная почта"
+
+msgid "IDS_ST_BODY_MOBILE_TRACKER"
+msgstr "Оповещение о смене SIM"
+
+msgid "IDS_ST_BODY_MSGSETTINGSMMS_DEFAULT_STYLE"
+msgstr "Стиль по умолчанию"
+
+msgid "IDS_ST_BODY_MYTHEME_DEFAULT"
+msgstr "По умолчанию"
+
+msgid "IDS_ST_BODY_NETWORK"
+msgstr "Сеть"
+
+msgid "IDS_ST_BODY_NETWORK_CODE"
+msgstr "Код сети"
+
+msgid "IDS_ST_BODY_NETWORK_LIST"
+msgstr "Список сетей"
+
+msgid "IDS_ST_BODY_NETWORK_TYPE"
+msgstr "Тип сети"
+
+msgid "IDS_ST_BODY_NEW_PASSWORD"
+msgstr "Новый пароль"
+
+msgid "IDS_ST_BODY_NEW_PIN1"
+msgstr "Новый PIN1-код"
+
+msgid "IDS_ST_BODY_NEW_PIN2"
+msgstr "Новый PIN2"
+
+msgid "IDS_ST_BODY_PASSWORD_EMPTY"
+msgstr "Пароль пустой"
+
+msgid "IDS_ST_BODY_PC_INTERNET"
+msgstr "Модем"
+
+msgid "IDS_ST_BODY_PHONEPROFILES_DRIVING"
+msgstr "Автомобиль"
+
+msgid "IDS_ST_BODY_PHONE_LOCK"
+msgstr "Блокировка телефона"
+
+msgid "IDS_ST_BODY_PIN1"
+msgstr "Код PIN1"
+
+msgid "IDS_ST_BODY_PIN2"
+msgstr "PIN2"
+
+msgid "IDS_ST_BODY_PINS_DON'T_MATCH_E"
+msgstr "PIN-коды не совпадают."
+
+msgid "IDS_ST_BODY_PRIVACY_LOCK"
+msgstr "Защита личных данных"
+
+msgid "IDS_ST_BODY_PUK1_BLOCKED"
+msgstr "PUK1-код заблокирован"
+
+msgid "IDS_ST_BODY_PUK1_CODE"
+msgstr "PUK1-код"
+
+msgid "IDS_ST_BODY_PUK2"
+msgstr "PUK2"
+
+msgid "IDS_ST_BODY_PUK2_BLOCKED"
+msgstr "PUК2 блокирован"
+
+msgid "IDS_ST_BODY_RAISING_MELODY"
+msgstr "Нарастающая мелодия"
+
+msgid "IDS_ST_BODY_RECENT"
+msgstr "Последние"
+
+msgid "IDS_ST_BODY_RINGTONES_SAMSUNG_TUNE"
+msgstr "Samsung tune"
+
+msgid "IDS_ST_BODY_ROAMING_NETWORK"
+msgstr "Сеть роуминга"
+
+msgid "IDS_ST_BODY_SECONDS_GA"
+msgstr "с"
+
+msgid "IDS_ST_BODY_SECURE"
+msgstr "Защищенный"
+
+msgid "IDS_ST_BODY_SECURITY"
+msgstr "Безопасность"
+
+msgid "IDS_ST_BODY_SERVICE_TYPE"
+msgstr "Тип контента"
+
+msgid "IDS_ST_BODY_SIM_LOCK"
+msgstr "Блокировка SIM"
+
+msgid "IDS_ST_BODY_SIM_PASSWORD"
+msgstr "Пароль SIM"
+
+msgid "IDS_ST_BODY_SMALL_M_TEXTSIZE"
+msgstr "Маленький"
+
+msgid "IDS_ST_BODY_SOS_MASSAGES"
+msgstr "Экстренные сообщения"
+
+msgid "IDS_ST_BODY_SOUND_PROFILES"
+msgstr "Профили звука"
+
+msgid "IDS_ST_BODY_TEXTSTYLE_LARGE"
+msgstr "Большой"
+
+msgid "IDS_ST_BODY_THEME"
+msgstr "Тема"
+
+msgid "IDS_ST_BODY_TOUCH"
+msgstr "Сенсорный дисплей"
+
+msgid "IDS_ST_BODY_VIBRATION_1"
+msgstr "Вибровызов 1"
+
+msgid "IDS_ST_BODY_VIBRATION_2"
+msgstr "Вибровызов 2"
+
+msgid "IDS_ST_BODY_VIBRATION_3"
+msgstr "Вибровызов 3"
+
+msgid "IDS_ST_BODY_VIBRATION_4"
+msgstr "Вибровызов 4"
+
+msgid "IDS_ST_BODY_VIBRATION_5"
+msgstr "Вибровызов 5"
+
+msgid "IDS_ST_BODY_VOICE_MAIL"
+msgstr "Голосовая почта"
+
+msgid "IDS_ST_BODY_WAP_DOWNLOADS"
+msgstr "Загрузки WAP"
+
+msgid "IDS_ST_BODY_WI_FI_MAC_ADDRESS"
+msgstr "MAC-адрес Wi-Fi"
+
+msgid "IDS_ST_DISPLAYSETTINGS_BODY_MAINGREETINGEDITSTYLEBGCOLOUR"
+msgstr "Цвет фона"
+
+msgid "IDS_ST_HEADER_ALERT_TYPE"
+msgstr "Тип сигнала"
+
+msgid "IDS_ST_HEADER_CONFIRM_PASSWORD_ABB"
+msgstr "Подтверждение пароля"
+
+msgid "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+msgstr "Язык"
+
+msgid "IDS_ST_HEADER_KEYBOARD_LANGUAGE"
+msgstr "Язык клавиатуры"
+
+msgid "IDS_ST_HEADER_MEETING"
+msgstr "Встреча"
+
+msgid "IDS_ST_HEADER_OUTDOOR"
+msgstr "На улице"
+
+msgid "IDS_ST_HEADER_PIN1_CODE"
+msgstr "Код PIN1"
+
+msgid "IDS_ST_HEADER_SIM_PASSWORD"
+msgstr "Пароль SIM"
+
+msgid "IDS_ST_HEADER_SPACE_M_THEME"
+msgstr "Space"
+
+msgid "IDS_ST_HEADER_UNAVAILABLE"
+msgstr "Недоступно"
+
+msgid "IDS_ST_HEADER_USER_AGREEMENT"
+msgstr "Соглашение с пользователем"
+
+msgid "IDS_ST_HEADER_WALLPAPER_HOME_SCREEN"
+msgstr "Главный экран"
+
+msgid "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME"
+msgstr "Подсветка дисплея"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BLOCKMESSAGESBYADDRESSNEWPUSH"
+msgstr "Push-сообщения"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCAST"
+msgstr "Сообщения сети"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCASTRECEIVINGCHANNELS"
+msgstr "Список каналов"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEFONTSTYLE2"
+msgstr "Стиль шрифта"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEPAGEDURATION"
+msgstr "Длительность страницы"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSRECEIVOPTIONSHOMENET"
+msgstr "Домашняя сеть"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSEXPIRY"
+msgstr "Срок действия"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSPRIORITY"
+msgstr "Приоритет"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDRECEIVINGOPTS"
+msgstr "Параметры приема"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMS"
+msgstr "SMS"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMSSENDINGOPTCHARSUPPORT"
+msgstr "Кодировка символов"
+
+msgid "IDS_ST_OPT_EDIT_CHANNEL"
+msgstr "Изменить канал"
+
+msgid "IDS_ST_OPT_ITEM"
+msgstr "Элемент"
+
+msgid "IDS_ST_OPT_MASS_STORAGE_ABB"
+msgstr "Съемный диск"
+
+msgid "IDS_ST_OPT_PHONEBOOK"
+msgstr "Контакты"
+
+msgid "IDS_ST_POP_ALL_BARRING"
+msgstr "Все запрещены"
+
+msgid "IDS_ST_POP_ALL_CONTACTS_LINKED_TO_WEB_ACCOUNTS_WILL_ALSO_BE_DELETED_IN_WEB_SERVER_CONTINUE_Q"
+msgstr "Все связанные с учетной записью контакты также будут удалены на веб-сервере. Продолжить?"
+
+msgid "IDS_ST_POP_CLEARED"
+msgstr "Очищено"
+
+msgid "IDS_ST_POP_CLEARING_ING"
+msgstr "Очистка..."
+
+msgid "IDS_ST_POP_ENTER_8_DIGIT_PIN_UNLOCK_HPUK_CODE_KOR"
+msgstr "Введите PIN-код разблокировки (PUK), содержащий 8 цифр"
+
+msgid "IDS_ST_POP_FLIGHT_MODE_ON"
+msgstr "Автономный режим включен"
+
+msgid "IDS_ST_POP_INCOMING_BARRING"
+msgstr "Запрет входящих"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1"
+msgstr "Неправильный PIN1-код"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT"
+msgstr "Неправильный PIN-код. Осталась 1 попытка"
+
+msgid "IDS_ST_POP_INCORRECT_PIN2"
+msgstr "Неправильный PIN2"
+
+msgid "IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT"
+msgstr "Неправильный PIN-код. Осталось попыток: %d"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT"
+msgstr "Неправильный PUK1-код. Осталась 1 попытка"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_CODE"
+msgstr "Неправильный PUK1-код"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT"
+msgstr "Неправильный PUK1-код. Осталось попыток: %d"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2"
+msgstr "Неправильный PUK2"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT"
+msgstr "Неправильный PUK2-код. Осталась 1 попытка"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT"
+msgstr "Неправильный PUK2-код. Осталось попыток: %d"
+
+msgid "IDS_ST_POP_MSG_FORMATTING"
+msgstr "Форматирование..."
+
+msgid "IDS_ST_POP_MSG_FORMAT_QUESTION"
+msgstr "При форматировании будут удалены все данные.\nПродолжить?"
+
+msgid "IDS_ST_POP_NO_ITEMS_SELECTED"
+msgstr "Элементы не выбраны"
+
+msgid "IDS_ST_POP_OUTGOING_BARRING"
+msgstr "Запрет исходящих"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Пароли не совпадают"
+
+msgid "IDS_ST_POP_PASSWORD_CHANGED"
+msgstr "Пароль изменен"
+
+msgid "IDS_ST_POP_PASSWORD_TOO_SHORT"
+msgstr "Недостаточная длина пароля"
+
+msgid "IDS_ST_POP_PD_ATTEMPTS_LEFT"
+msgstr "Осталось попыток: %d"
+
+msgid "IDS_ST_POP_PD_ATTEMPT_LEFT"
+msgstr "Осталось попыток: %d"
+
+msgid "IDS_ST_POP_PIN1_BLOCKED"
+msgstr "PIN1-код заблокирован"
+
+msgid "IDS_ST_POP_PIN1_CHANGED"
+msgstr "PIN1-код изменен"
+
+msgid "IDS_ST_POP_PIN2_BLOCKED"
+msgstr "PIN2 заблокирован"
+
+msgid "IDS_ST_POP_PIN2_CHANGED"
+msgstr "PIN2 изменен"
+
+msgid "IDS_ST_POP_PIN2_UNBLOCKED"
+msgstr "PIN2 разблокирован"
+
+msgid "IDS_ST_POP_PIN_UNBLOCKED"
+msgstr "PIN разблокирован"
+
+msgid "IDS_ST_POP_SAVING"
+msgstr "Сохранение..."
+
+msgid "IDS_ST_POP_SET"
+msgstr "Установить"
+
+msgid "IDS_ST_POP_TEXT_MESSAGE_ALERT_TONE"
+msgstr "Мелодия сообщения"
+
+msgid "IDS_ST_POP_TEXT_NEW_NETWORK"
+msgstr "Новая сеть"
+
+msgid "IDS_ST_POP_UNKNOWN_OPERATION"
+msgstr "Неизвестная операция"
+
+msgid "IDS_ST_POP_YES"
+msgstr "Да"
+
+msgid "IDS_ST_SECURITY_BODY_ENTERPIN2BABY"
+msgstr "PIN2"
+
+msgid "IDS_ST_SECURITY_BODY_NOIMSI"
+msgstr "Вставьте SIM-карту"
+
+msgid "IDS_ST_SK_FORMAT"
+msgstr "Форматировать"
+
+msgid "IDS_ST_POP_ACTIVATION_ONGOING"
+msgstr "Выполняется активация..."
+
+msgid "IDS_COM_BODY_EMAILS_T_MAINMENU_ABB2"
+msgstr "Эл.почта"
+
+msgid "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+msgstr "Мобильная точка доступа"
+
+msgid "IDS_ST_HEADER_WI_FI"
+msgstr "Wi-Fi"
+
+msgid "IDS_ST_BODY_CPU_USAGE"
+msgstr "Использование ЦП"
+
+msgid "IDS_ST_MBODY_SCREEN_READER_HTTS"
+msgstr "Чтение с экрана (TTS)"
+
+msgid "IDS_ST_BODY_SPEECH_RATE"
+msgstr "Скорость речи"
+
+msgid "IDS_ST_HEADER_ACCESSIBILITY"
+msgstr "Специальные возможности"
+
+msgid "IDS_ST_MBODY_HIGH_CONTRAST"
+msgstr "Высокая контрастность"
+
+msgid "IDS_ST_MBODY_FONT_SIZE"
+msgstr "Размер шрифта"
+
+msgid "IDS_ST_BODY_FONT_STYLE"
+msgstr "Стиль шрифта"
+
+msgid "IDS_ST_BODY_TORCH_LIGHT"
+msgstr "Фонарик"
+
+msgid "IDS_ST_MBODY_MONO_AUDIO"
+msgstr "Монофония"
+
+msgid "IDS_ST_HEADER_TUTORIAL"
+msgstr "Справка"
+
+msgid "IDS_ST_BODY_TOUCHSENSITIVITY_SENSITIVITY"
+msgstr "Чувствительность"
+
+msgid "IDS_MTTRL_BODY_USE_PANNING"
+msgstr "Использовать взмахи"
+
+msgid "IDS_MTTRL_HEADER_TRY_TILT"
+msgstr "Наклоны"
+
+msgid "IDS_ST_HEADER_INCOMING_CALLS"
+msgstr "Входящие вызовы"
+
+msgid "IDS_ST_SK_VOLUME"
+msgstr "Громкость"
+
+msgid "IDS_ST_HEADER_USB_UTILITIES"
+msgstr "Средства USB"
+
+msgid "IDS_ST_BODY_ROTATION_LOCK"
+msgstr "Блокировка поворота"
+
+msgid "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+msgstr "Заряд в процентах"
+
+msgid "IDS_ST_BODY_MY_NUMBER"
+msgstr "Мой номер"
+
+msgid "IDS_ST_BODY_MODEL_NUMBER"
+msgstr "Номер модели"
+
+msgid "IDS_ST_BODY_VERSION_C"
+msgstr "Версия:"
+
+msgid "IDS_ST_BODY_BUILD_NUMBER"
+msgstr "Номер сборки"
+
+msgid "IDS_ST_BODY_DEVICE_INFO"
+msgstr "Сведения об устройстве"
+
+msgid "IDS_ST_BODY_SUNDAY"
+msgstr "Воскресенье"
+
+msgid "IDS_ST_BODY_MONDAY"
+msgstr "Понедельник"
+
+msgid "IDS_ST_BODY_TUESDAY"
+msgstr "Вторник"
+
+msgid "IDS_ST_BODY_10_MINUTES"
+msgstr "10 минут"
+
+msgid "IDS_ST_BODY_3MINUTES"
+msgstr "3 минуты"
+
+msgid "IDS_ST_BODY_HOLD_ME"
+msgstr "Нажмите и удерживайте меня"
+
+msgid "IDS_MTTRL_BODY_MOTION_ACTIVATION"
+msgstr "Включить датчик"
+
+msgid "IDS_MTTRL_MBODY_TILT_TO_ZOOM"
+msgstr "Наклоните для изм. масшт."
+
+msgid "IDS_ST_BUTTON_USE_TILT"
+msgstr "Исп. наклоны"
+
+msgid "IDS_ST_BODY_USE_MOTION"
+msgstr "Использовать движение"
+
+msgid "IDS_ST_BODY_MOTION_DISABLED"
+msgstr "Движение отключено"
+
+msgid "IDS_COM_POP_UNABLE_TO_SECURE_CONNECTION"
+msgstr "Невозможно установить\nбезопасное соединение"
+
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Уведомление"
+
+msgid "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK"
+msgstr "Обратная связь"
+
+msgid "IDS_ST_BODY_MSG_ALERT_REPETITION"
+msgstr "Повтор"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+msgstr "Повтор сигнала E-mail"
+
+msgid "IDS_ST_POP_SIMPLE_PASSWORD_NOT_ALLOWED"
+msgstr "Простые пароли недопустимы"
+
+msgid "IDS_ST_BODY_INCOMING_CALL"
+msgstr "Входящий вызов"
+
+msgid "IDS_ST_BODY_ONCE"
+msgstr "Один раз"
+
+msgid "IDS_ST_BODY_EVERY_2MIN"
+msgstr "Каждые 2 минуты"
+
+msgid "IDS_ST_BODY_EVERY_5MIN"
+msgstr "Каждые 5 минут"
+
+msgid "IDS_ST_BODY_EVERY_10MINUTES"
+msgstr "Каждые 10 минут"
+
+msgid "IDS_ST_BODY_15SEC"
+msgstr "15 секунд"
+
+msgid "IDS_ST_BODY_30SEC"
+msgstr "30 секунд"
+
+msgid "IDS_ST_BODY_8_SECONDS"
+msgstr "8 секунд"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+msgstr "Специальные возможности"
+
+msgid "IDS_ST_BODY_AFTER_5_SECONDS"
+msgstr "Через 5 секунд"
+
+msgid "IDS_ST_HEADER_PD_ATTEMPTS_LEFT"
+msgstr "Осталось попыток: %d"
+
+msgid "IDS_ST_BODY_AVAILABLE_SPACE"
+msgstr "Доступное место"
+
+msgid "IDS_ST_BODY_BLACK"
+msgstr "Черный"
+
+msgid "IDS_ST_HEADER_EASY_ACCESS"
+msgstr "Простой доступ"
+
+msgid "IDS_CLD_BODY_FIRST_DAY_OF_WEEK"
+msgstr "Первый день недели"
+
+msgid "IDS_ST_BODY_FORMAT_SD_CARD"
+msgstr "Форматировать карту памяти SD"
+
+msgid "IDS_ST_BODY_GSM"
+msgstr "GSM"
+
+msgid "IDS_ST_HEADER_HEARING"
+msgstr "Слух"
+
+msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
+msgstr "Главный экран"
+
+msgid "IDS_ST_HEADER_INSERT_SIM_CARD_ABB"
+msgstr "Вставьте SIM-карту"
+
+msgid "IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"
+msgstr "Неправильный адрес прокси-сервера"
+
+msgid "IDS_ST_BODY_KIES_INSTALLER"
+msgstr "Установщик Kies"
+
+msgid "IDS_ST_BODY_LANGUAGE"
+msgstr "Язык"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TILT_ABB"
+msgstr "Наклон"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TURN_OVER"
+msgstr "Сведения о перевороте"
+
+msgid "IDS_COM_BODY_MEDIA"
+msgstr "Медиа"
+
+msgid "IDS_ST_BODY_MOTION_SETTINGS"
+msgstr "Датчик движения"
+
+msgid "IDS_ST_MBODY_MOTIONS"
+msgstr "Движения"
+
+msgid "IDS_ST_BODY_MOUNT_SD_CARD"
+msgstr "Подключить карту памяти"
+
+msgid "IDS_MTTRL_BODY_MOVE_AN_ICON_TO_ANOTHER_PAGE"
+msgstr "Переместить значок на другую страницу"
+
+msgid "IDS_ST_BODY_MOVE_DEVICE_LEFT_OR_RIGHT"
+msgstr "Перемещайте телефон влево или вправо"
+
+msgid "IDS_ST_OPT_NETWORK_LIST"
+msgstr "Список сетей"
+
+msgid "IDS_ST_HEADER_NEW_NETWORK"
+msgstr "Новая сеть"
+
+msgid "IDS_ST_BODY_NOSERVICE"
+msgstr "Нет сети"
+
+msgid "IDS_COM_BUTTON2_PROCESSING_ING"
+msgstr "Обработка..."
+
+msgid "IDS_COM_MBODY_SECURITY_POLICY"
+msgstr "Политика безопасности"
+
+msgid "IDS_ST_POP_SELECT_OTHER_CONNECTION"
+msgstr "Выбор другого подключения"
+
+msgid "IDS_ST_BODY_PHONE_SOUND_VOL"
+msgstr "Громкость звуков"
+
+msgid "IDS_ST_BODY_SPEED_AT_WHICH_THE_TEXT_IS_SPOKEN"
+msgstr "Скорость произнесения текста"
+
+msgid "IDS_COM_BODY_DETAILS_TIME"
+msgstr "Время"
+
+msgid "IDS_ST_BODY_TOTAL_SPACE"
+msgstr "Общий объем"
+
+msgid "IDS_MTTRL_HEADER_TRY_DOUBLE_TAP"
+msgstr "Двойное нажатие"
+
+msgid "IDS_MTTRL_HEADER_TRY_PANNING"
+msgstr "Поэкспериментируйте со взмахами"
+
+msgid "IDS_MTTRL_MBODY_TURN_OVER_TO_MUTE"
+msgstr "Перевер. для откл. звука"
+
+msgid "IDS_ST_BODY_UNMOUNT_SD_CARD"
+msgstr "Отключить карту памяти"
+
+msgid "IDS_ST_BODY_USB_DEBUGGING"
+msgstr "Отладка USB"
+
+msgid "IDS_ST_BODY_USE_PACKET_DATA"
+msgstr "Пакетные данные"
+
+msgid "IDS_ST_HEADER_VISION"
+msgstr "Зрение"
+
+msgid "IDS_ST_BODY_INTERNAL_PHONE_STORAGE_SPACE_IS_NEARLY_FULL_VZW"
+msgstr "Internal phone storage space is nearly full"
+
+msgid "IDS_ST_BODY_24_HOURS"
+msgstr "24 часа"
+
+msgid "IDS_ST_BODY_WEDNESDAY"
+msgstr "Среда"
+
+msgid "IDS_ST_BODY_THURSDAY"
+msgstr "Четверг"
+
+msgid "IDS_ST_BODY_FRIDAY"
+msgstr "Пятница"
+
+msgid "IDS_ST_BODY_SATURDAY"
+msgstr "Сyббота"
+
+msgid "IDS_ST_BODY_EMAIL"
+msgstr "E-mail"
+
+msgid "IDS_CST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Ответ клавишей Домой"
+
+msgid "IDS_ST_BODY_HELLO_KITTY_1"
+msgstr "Hello Kitty 1"
+
+msgid "IDS_COM_POP_TIMES_LC"
+msgstr "раз(а)"
+
+msgid "IDS_COM_BODY_VIA_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+msgstr "Язык и регион"
+
+msgid "IDS_ST_BODY_WINSET"
+msgstr "Winset"
+
+msgid "IDS_ST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Ответ клавишей Домой"
+
+msgid "IDS_ST_BODY_REMOVE_LICENCE"
+msgstr "Удалить лицензию"
+
+msgid "IDS_ST_BUTTON2_EDIT_PREFERRED"
+msgstr "Изменить предпочт."
+
+msgid "IDS_ST_BODY_EMAIL_ALERT"
+msgstr "Сигнал для электронной почты"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
+msgstr "Введите пароль еще раз"
+
+msgid "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
+msgstr "Введите текущий пароль"
+
+msgid "IDS_ST_BODY_SD_CARD"
+msgstr "Карта памяти"
+
+msgid "IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"
+msgstr "Код отмены регистрации не найден"
+
+msgid "IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"
+msgstr "Сбой выбора сети"
+
+msgid "IDS_ST_BODY_HIGH_CONTRAST"
+msgstr "Высокая контрастность"
+
+msgid "IDS_ST_BODY_MMS_CONNECTIONS"
+msgstr "Подключения MMS"
+
+msgid "IDS_ST_TAB_PREFERRED"
+msgstr "Предпочитаемый"
+
+msgid "IDS_ST_BODY_REGION"
+msgstr "РЕГИОН"
+
+msgid "IDS_ST_BODY_SNS"
+msgstr "Социальная сеть"
+
+msgid "IDS_ST_BODY_SENSITIVITY_SETTINGS"
+msgstr "Параметры чувствительности"
+
+msgid "IDS_ST_HEADER_SENSITIVITY_TEST_ABB"
+msgstr "Тест чувствительности"
+
+msgid "IDS_ST_BODY_VOLUME"
+msgstr "Громкость"
+
+msgid "IDS_ST_BODY_TEST_TILT_SENSITIVITY"
+msgstr "Тест чувствительности к наклону"
+
+msgid "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+msgstr "Настройте громкость и интенсивность звуков при наборе номера, использовании клавиатуры, сенсорного экрана, аппаратных клавиш, а также блокировке и разблокировке устройства"
+
+msgid "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
+msgstr "Неправильный пароль. Повторите попытку"
+
+msgid "IDS_ST_BODY_PICTURE_READER"
+msgstr "Просмотр изображений"
+
+msgid "IDS_ST_BODY_AUTOMATIC_UPDATE"
+msgstr "Автообновление"
+
+msgid "IDS_COM_BODY_FILEDETAIL_MODEL"
+msgstr "Модель"
+
+msgid "IDS_ST_BODY_WHITE"
+msgstr "Белый"
+
+msgid "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+msgstr "Настр. экран блокир."
+
+msgid "IDS_ST_BODY_MESSAGE_RINGTONE"
+msgstr "Мелодия сообщения"
+
+msgid "IDS_COM_BODY_DETAILS_LOCATION"
+msgstr "Расположение"
+
+msgid "IDS_ST_OPT_ALL"
+msgstr "Все"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS"
+msgstr "Повторно введите пароль через %d с"
+
+msgid "IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"
+msgstr "Невозможно изменить PIN-код"
+
+msgid "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+msgstr "Звук блокировки экрана"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+msgstr "Мелодия входящего вызова"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+msgstr "Вибрация при входящем вызове"
+
+msgid "IDS_ST_BODY_SIMPLE_PASSWORD"
+msgstr "Простой пароль"
+
+msgid "IDS_COM_BODY_ALLOW_BLUETOOTH"
+msgstr "Разрешить связь Bluetooth"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_USE"
+msgstr "Разрешить доступ в Интернет"
+
+msgid "IDS_COM_BODY_ALLOW_CAMERA"
+msgstr "Разрешить использование камеры"
+
+msgid "IDS_COM_BODY_ALLOW_DESKTOP_SYNC"
+msgstr "Разрешить синхронизацию с ПК"
+
+msgid "IDS_COM_BODY_ALLOW_HTML_EMAIL"
+msgstr "Разрешить HTML-сообщения"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_SHARING"
+msgstr "Разрешить общий доступ в Интернет"
+
+msgid "IDS_COM_BODY_ALLOW_POP_AND_IMAP_EMAIL"
+msgstr "Разрешить использование протоколов POP и IMAP"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_ENCRYPTION_ALGORITHM_NEGOTIATION"
+msgstr "Разрешить согласование алгоритма шифрования S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_SOFTWARE_CERTIFICATES"
+msgstr "Разрешить сертификаты S/MIME"
+
+msgid "IDS_COM_BODY_ALLOW_STORAGE_CARD"
+msgstr "Разрешить использование карт памяти"
+
+msgid "IDS_COM_BODY_ALLOW_TEXT_MESSAGING"
+msgstr "Разрешить обмен текстовыми сообщениями"
+
+msgid "IDS_COM_BODY_ALLOW_WI_FI"
+msgstr "Разрешить доступ к сети Wi-Fi"
+
+msgid "IDS_COM_HEADER_ATTACHMENT_CONTROL"
+msgstr "Управление вложениями"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_CALENDAR_EVENTS"
+msgstr "Срок давности событий календаря"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_EMAILS"
+msgstr "Срок давности электронных сообщений"
+
+msgid "IDS_COM_BODY_MINIMUM_NUMBER_OF_COMPLEX_CHARACTERS_IN_PASSWORD"
+msgstr "Минимальное количество составных символов в пароле"
+
+msgid "IDS_COM_HEADER_PASSWORD_RECOVERY"
+msgstr "Восстановление пароля"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_ENCRYPTED"
+msgstr "Сообщения должны быть зашифрованы по технологии S/MIME"
+
+msgid "IDS_COM_BODY_REQUIRE_S_MIME_ALGORITHM_ENCRYPTION"
+msgstr "Требовать алгоритм шифрования S/MIME"
+
+msgid "IDS_COM_BODY_REQUIRE_MANUAL_SYNCHRONISATION_WHEN_ROAMING"
+msgstr "В роуминге требуется ручная синхронизация"
+
+msgid "IDS_COM_BODY_REQUIRE_SIGNED_S_MIME_ALGORITHM"
+msgstr "Требовать алгоритм с подписью S/MIME"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_SIGNED"
+msgstr "Сообщения должны иметь подпись S/MIME"
+
+msgid "IDS_COM_POP_INSERT_SIM_CARD"
+msgstr "Вставьте SIM-карту"
+
+msgid "IDS_COM_POP_DEACTIVATE_FLIGHT_MODE_TO_USE_NETWORK_SERVICES"
+msgstr "Отключите автономный режим для использования услуг сети"
+
+msgid "IDS_COM_POP_DAY_LC"
+msgstr "день"
+
+msgid "IDS_ST_BODY_TIME_ZONE_DST"
+msgstr "Летнее время"
+
+msgid "IDS_ST_POP_UNINSTALLED"
+msgstr "Удалено"
+
+msgid "IDS_ST_HEADER_APPLICATION_INFO"
+msgstr "Сведения о приложении"
+
+msgid "IDS_ST_BODY_TOTAL"
+msgstr "Всего"
+
+msgid "IDS_ST_BODY_APPLICATION"
+msgstr "Приложение"
+
+msgid "IDS_ST_BODY_DATA"
+msgstr "Данные"
+
+msgid "IDS_ST_BODY_BYTES"
+msgstr "байт"
+
+msgid "IDS_ST_BODY_LAUNCH_BY_DEFAULT"
+msgstr "Запускать по умолчанию"
+
+msgid "IDS_ST_BODY_CLEAR_DEFAULTS"
+msgstr "Сбросить настройки по умолчанию"
+
+msgid "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS"
+msgstr "Это приложение по умолчанию открывается для некоторых действий"
+
+msgid "IDS_ST_BODY_OPERATOR"
+msgstr "Оператор"
+
+msgid "IDS_ST_BODY_SAMSUNG"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_THIRD_PARTIES"
+msgstr "Третьи стороны"
+
+msgid "IDS_ST_BUTTON_UNINSTALL_UPDATES"
+msgstr "Удалить обновления"
+
+msgid "IDS_ST_BODY_STORAGE"
+msgstr "Память"
+
+msgid "IDS_ST_BODY_GB"
+msgstr "Гб"
+
+msgid "IDS_ST_BODY_MB"
+msgstr "Мб"
+
+msgid "IDS_ST_BODY_KB"
+msgstr "Кб"
+
+msgid "IDS_ST_BODY_MORE_DETAILS"
+msgstr "Дополнительно"
+
+msgid "IDS_ST_HEADER_CERTIFICATES"
+msgstr "Сертификаты"
+
+msgid "IDS_ST_POP_UNINSTALLING_ING"
+msgstr "Удаление..."
+
+msgid "IDS_ST_SK_OK"
+msgstr "Да"
+
+msgid "IDS_ST_BODY_DISPLAY"
+msgstr "Дисплей"
+
+msgid "IDS_ST_BODY_MOBILE_AP"
+msgstr "Mobile AP"
+
+msgid "IDS_ST_BODY_PD_MINUTES"
+msgstr "%d мин."
+
+msgid "IDS_ST_BODY_POWERONTYPE_MUTE"
+msgstr "Выключить звук"
+
+msgid "IDS_ST_BODY_SECONDS"
+msgstr "сек."
+
+msgid "IDS_ST_BODY_MAINDISPLAY_WALLPAPER"
+msgstr "Обои"
+
+msgid "IDS_ST_BODY_SOUNDS"
+msgstr "Звуки"
+
+msgid "IDS_ST_POP_SEARCHING_ING"
+msgstr "Поиск..."
+
+msgid "IDS_ST_BUTTON_FORCE_STOP"
+msgstr "Принудит. остановить"
+
+msgid "IDS_ST_BUTTON_UNINSTALL"
+msgstr "Удалить"
+
+msgid "IDS_ST_BUTTON_CLEAR_DATA"
+msgstr "Очистить данные"
+
+msgid "IDS_ST_MBODY_TETHERING_AND_PORTABLE_HOTSPOT"
+msgstr "Модем и точка доступа"
+
+msgid "IDS_ST_HEADER2_FIND_MY_MOBILE"
+msgstr "Найти телефон"
+
+msgid "IDS_COM_SK_RETRY_A"
+msgstr "Повтор"
+
+msgid "IDS_ST_BODY_2_MINUTES"
+msgstr "2 минуты"
+
+msgid "IDS_ST_BODY_5_MINUTES"
+msgstr "5 минут"
+
+msgid "IDS_ST_BODY_MESSAGE_ALERT"
+msgstr "Сигнал сообщения"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Подключите устройство к ПК. После использования съемный носитель будет автоматически отключен"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "Подключите устройство к ПК. После использования отладка USB будет автоматически отключена"
+
+msgid "IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"
+msgstr "Лицензия будет удалена. Продолжить?"
+
+msgid "IDS_ST_BODY_DEFAULT_CONNECTION_MODE"
+msgstr "Режим подключения по умолчанию"
+
+msgid "IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"
+msgstr "Этот режим предназначен для разработчиков приложений. Он позволяет тестировать и разрабатывать программное обеспечение"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_IS_THE_DEFAULT_CONNECTION_IT_WILL_REVERT_BACK_TO_DEFAULT_MODE_AFTER_USING_OTHER_MODES_MSG"
+msgstr "Режим подключения Samsung Kies используется по умолчанию. Другие указанные ниже режимы являются необязательными. После их использования устройство вернется в режим по умолчанию"
+
+msgid "IDS_ST_BODY_MANUFACTURER"
+msgstr "Изготовитель"
+
+msgid "IDS_ST_BODY_MASS_STORAGE_HELP_MSG"
+msgstr "Доступно следующее:\n- Быстрое копирование файлов\n- Подключение к Mac OS или Linux"
+
+msgid "IDS_ST_BODY_RESET_ALL"
+msgstr "Сбросить все"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_ON"
+msgstr "Автономный режим включен"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_OFF"
+msgstr "Автономный режим выключен"
+
+msgid "IDS_ST_POP_UNABLE_TO_TURN_ON_FLIGHT_MODE_VODA"
+msgstr "Не удается включить автономный режим"
+
+msgid "IDS_ST_POP_PS_ENABLED"
+msgstr "%s включено"
+
+msgid "IDS_ST_POP_ACTIVATE_DEVICE_ADMINISTRATOR_Q"
+msgstr "Активировать администратора устройства?"
+
+msgid "IDS_ST_BODY_TOUCH_PANEL_AUTO_LOCK"
+msgstr "Автоблокировка сенсорного дисплея"
+
+msgid "IDS_ST_BODY_SAVE_TO"
+msgstr "Сохранить в"
+
+msgid "IDS_COM_POP_DISCONNECTED"
+msgstr "Отключено"
+
+msgid "IDS_WIFI_MBODY_MOBILE_HOTSPOT_VZW"
+msgstr "Мобильная точка доступа"
+
+msgid "IDS_COM_BODY_TEXT_INPUT"
+msgstr "Режим ввода"
+
+msgid "IDS_ST_BODY_TEXT_INPUT"
+msgstr "Режим ввода"
+
+msgid "IDS_ST_BODY_EFFECT"
+msgstr "Эффект"
+
+msgid "IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"
+msgstr "Получение напоминания перед завершением срока действия лицензии на файл, например для фонового рисунка"
+
+msgid "IDS_COM_BODY_OFF_M_STATUS"
+msgstr "Выключено"
+
+msgid "IDS_COM_BODY_ON_M_STATUS"
+msgstr "Включено"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_TURN_OFF_AUTOMATICALLY_AFTER_USE"
+msgstr "Подключите к ПК. После использования съемный диск будет автоматически отключен"
+
+msgid "IDS_ST_BODY_TAP_TO_INSERT"
+msgstr "Нажмите для вставки"
+
+msgid "IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES"
+msgstr "За передачу данных в роуминге будет взиматься дополнительная плата"
+
+msgid "IDS_ST_BODY_BATTERY"
+msgstr "Батарея"
+
+msgid "IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK"
+msgstr "Если передача данных в роуминге отключена, приложения, использующие подключение для передачи данных, могут не работать"
+
+msgid "IDS_ST_HEADER_LOCK_SCREEN"
+msgstr "Экран блокировки"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY"
+msgstr "Специальные возможности"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER"
+msgstr "Автоответ"
+
+msgid "IDS_ST_MBODY_ASSISTIVE_LIGHT"
+msgstr "Фонарик"
+
+msgid "IDS_ST_BODY_MANAGE_APPLICATIONS"
+msgstr "Управление приложениями"
+
+msgid "IDS_ST_BODY_POWER_SAVING_MODE"
+msgstr "Режим энергосбережения"
+
+msgid "IDS_COM_OPT_REGISTER"
+msgstr "Зарегистрировать"
+
+msgid "IDS_COM_POP_UNEXPECTED_ERROR"
+msgstr "Непредвиденная ошибка"
+
+msgid "IDS_COM_POP_PROXY_CONNECTION_FAILED"
+msgstr "Сбой соединения прокси"
+
+msgid "IDS_COM_POP_NETWORK_CONNECTION_ERROR"
+msgstr "Ошибка подключения к сети"
+
+msgid "IDS_COM_BODY_INVALID_SIM_CARD"
+msgstr "Неправильная SIM-карта"
+
+msgid "IDS_COM_BODY_OPERATION_FAILED"
+msgstr "Сбой операции"
+
+msgid "IDS_COM_POP_VERSION"
+msgstr "Версия"
+
+msgid "IDS_ST_BODY_MENUTRANSITIONEFFECT_ZOOM"
+msgstr "Масштаб"
+
+msgid "IDS_ST_MBODY_ZOOM"
+msgstr "Увеличение"
+
+msgid "IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION"
+msgstr "Для загрузки или отправки данных при отсутствии соединения через Wi-Fi будут использоваться мобильные данные"
+
+msgid "IDS_ST_BODY_APP_OPENING_EFFECT"
+msgstr "Эффект для открытия приложения"
+
+msgid "IDS_ST_BODY_APP_OPENING_IMAGE"
+msgstr "Изображение для открытия приложения"
+
+msgid "IDS_ST_BODY_NEGATIVE_COLOURS"
+msgstr "Негатив"
+
+msgid "IDS_ST_BODY_ZOOM"
+msgstr "Масштаб"
+
+msgid "IDS_ST_BODY_ASSISTIVE_LIGHT"
+msgstr "Специальный свет."
+
+msgid "IDS_ST_BODY_AFTER_1_SECOND"
+msgstr "Через 1 секунду"
+
+msgid "IDS_ST_BODY_AFTER_PD_SECONDS"
+msgstr "Через %d с"
+
+msgid "IDS_ST_BODY_END_CALLS_USING_THE_POWER_KEY"
+msgstr "Завершать вызовы клавишей питания"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER_ONLY_OPERATES_WITH_HEADSET_CONNECTED"
+msgstr "Автоответ работает только в при подключенной гарнитуре"
+
+msgid "IDS_ST_BODY_PRESS_THE_POWER_KEY_TO_END_CALLS_THIS_WILL_NOT_TURN_OFF_THE_SCREEN"
+msgstr "Чтобы завершить вызов, нажмите клавишу питания. При этом экран не погаснет"
+
+msgid "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+msgstr "Изменение размера текста в контактах, календаре, заметках, сообщениях, электронной почте и мгновенных сообщениях"
+
+msgid "IDS_ST_BODY_PRESS_THE_HOME_KEY_TO_ACCEPT_INCOMING_CALLS"
+msgstr "Отвечать на входящие вызовы нажатием клавиши \"Домой\""
+
+msgid "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+msgstr "Для всех параметров будут восстановлены значения по умолчанию"
+
+msgid "IDS_ST_BODY_POWER_KEY_SHORTCUT"
+msgstr "Клавиша питания"
+
+msgid "IDS_ST_BODY_BLUETOOTH_USB_UTILITIES_ETC"
+msgstr "Bluetooth, средства для USB и т. д."
+
+msgid "IDS_ST_BODY_DATE_AND_TIME_KEYBOARD_LICENCE_ETC"
+msgstr "Дата и время, клавиатура, лицензия и т. д."
+
+msgid "IDS_ST_BODY_MORE_CONNECTIVITY_SETTINGS"
+msgstr "Другие параметры подключения"
+
+msgid "IDS_ST_BODY_MORE_SYSTEM_SETTINGS"
+msgstr "Другие системные параметры"
+
+msgid "IDS_ST_BODY_THIS_BAND_MAY_NOT_WORK_OUTSIDE_THE_USA_AND_CANADA"
+msgstr "Данный диапазон может не работать за пределами США и Канады"
+
+msgid "IDS_ST_BODY_UMTS_MODE_ONLY_WORKS_INSIDE_3G_COVERAGE_AREA"
+msgstr "Режим UMTS работает только в сетях 3G"
+
+msgid "IDS_ST_MBODY_REGISTER"
+msgstr "Регистрация"
+
+msgid "IDS_ST_MBODY_DEREGISTER"
+msgstr "Отменить регистрацию"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABIDJAN"
+msgstr "Абиджан"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABUDHABI"
+msgstr "Абу-Даби"
+
+msgid "IDS_WCL_BODY_CITYNAME_ACCRA"
+msgstr "Аккра"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADDIS_ABABA"
+msgstr "Аддис-Абеба"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADELAIDE"
+msgstr "Аделаида"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALASKA"
+msgstr "Аляска"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALGIERS"
+msgstr "Алжир"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALMATY"
+msgstr "Алматы"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMBON"
+msgstr "Амбон"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMMAN"
+msgstr "Амман"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMSTERDAME"
+msgstr "Амстердам"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANADYR"
+msgstr "Анадырь"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANCHORAGE"
+msgstr "Анкоридж"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANKARA"
+msgstr "Анкара"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANTANANARIVO"
+msgstr "Антананариву"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASHGABAT"
+msgstr "Ашхабад"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASMARA"
+msgstr "Асмара"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASTANA"
+msgstr "Астана"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASUNCION"
+msgstr "Асунсьон"
+
+msgid "IDS_WCL_BODY_CITYNAME_ATHENS"
+msgstr "Афины"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUCKLAND"
+msgstr "Окленд"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUSTIN"
+msgstr "Остин"
+
+msgid "IDS_WCL_BODY_CITYNAME_AZORES"
+msgstr "Азорские острова"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAGHDAD"
+msgstr "Багдад"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAKU"
+msgstr "Баку"
+
+msgid "IDS_WCL_BODY_CITYNAME_BALTIMORE"
+msgstr "Балтимор"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAMAKO"
+msgstr "Бамако"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGKOK"
+msgstr "Бангкок"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGUI"
+msgstr "Банги"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARCELONA"
+msgstr "Барселона"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARI"
+msgstr "Бари"
+
+msgid "IDS_WCL_BODY_CITYNAME_BASSE_TERRE"
+msgstr "Бас-Тер"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIJING"
+msgstr "Пекин"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIRUT"
+msgstr "Бейрут"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELGRADE"
+msgstr "Белград"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELIZE_CITY"
+msgstr "Белиз (город)"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERLIN"
+msgstr "Берлин"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERN"
+msgstr "Берн"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISHKEK"
+msgstr "Бишкек"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISSAU"
+msgstr "Бисау"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUINEA_BISSAU"
+msgstr "Гвинея-Бисау"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOGOTA"
+msgstr "Богота"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOLOGNA"
+msgstr "Болонья"
+
+msgid "IDS_WCL_BODY_BOSTON"
+msgstr "Бостон"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRASILIA"
+msgstr "Бразилиа"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRATISLAVA"
+msgstr "Братислава"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRIDGETOWN"
+msgstr "Бриджтаун"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRISBANE"
+msgstr "Брисбен"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRUSSELS"
+msgstr "Брюссель"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUCHAREST"
+msgstr "Бухарест"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUDAPEST"
+msgstr "Будапешт"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUENOSAIRES"
+msgstr "Буэнос-Айрес"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAIRO"
+msgstr "Каир"
+
+msgid "IDS_WCL_BODY_CITYNAME_CALGARY"
+msgstr "Калгари"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANARY_ISLANDS"
+msgstr "Канарские острова"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANBERRA"
+msgstr "Канберра"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANTON"
+msgstr "Кантон"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAPE_TOWN"
+msgstr "Кейптаун"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARACAS"
+msgstr "Каракас"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARDIFF"
+msgstr "Кардифф"
+
+msgid "IDS_WCL_BODY_CITYNAME_CASABLANCA"
+msgstr "Касабланка"
+
+msgid "IDS_WCL_BODY_CITYNAME_CATANZARO"
+msgstr "Катандзаро"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAYENNE"
+msgstr "Кайенна"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE"
+msgstr "Шарлотт"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE_AMALIE"
+msgstr "Шарлотта-Амалия"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHELYABINSK"
+msgstr "Челябинск"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHENNAI"
+msgstr "Ченнай"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHICAGO"
+msgstr "Чикаго"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHISINAU"
+msgstr "Кишинёв"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHITA"
+msgstr "Чита"
+
+msgid "IDS_WCL_BODY_CITYNAME_CLEVELAND"
+msgstr "Кливленд"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLOMBO"
+msgstr "Коломбо"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLUMBUS"
+msgstr "Колумбус"
+
+msgid "IDS_WCL_BODY_CITYNAME_CONAKRY"
+msgstr "Конакри"
+
+msgid "IDS_WCL_BODY_CITYNAME_COPENHAGEN"
+msgstr "Копенгаген"
+
+msgid "IDS_WCL_BODY_CITYNAME_CORK"
+msgstr "Корк"
+
+msgid "IDS_WCL_BODY_CITYNAME_CROTONE"
+msgstr "Кротоне"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAKAR"
+msgstr "Дакар"
+
+msgid "IDS_WCL_BODY_CITYNAME_DALLAS"
+msgstr "Даллас"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAMASCUS"
+msgstr "Дамаск"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAR_ES_SALAAM"
+msgstr "Дар-эс-Салам"
+
+msgid "IDS_WCL_BODY_CITYNAME_DARWIN"
+msgstr "Дарвин"
+
+msgid "IDS_WCL_BODY_CITYNAME_DELHI"
+msgstr "Дели"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENPASAR"
+msgstr "Дэнпасар"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENVER"
+msgstr "Денвер"
+
+msgid "IDS_WCL_BODY_CITYNAME_DETROIT"
+msgstr "Детройт"
+
+msgid "IDS_WCL_BODY_CITYNAME_DHAKA"
+msgstr "Дакка"
+
+msgid "IDS_WCL_BODY_CITYNAME_DIEGO_GARCIA"
+msgstr "Диего-Гарсия"
+
+msgid "IDS_WCL_BODY_CITYNAME_DJIBOUTI"
+msgstr "Джибути"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOHA"
+msgstr "Доха"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOUALA"
+msgstr "Дуала"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBAI"
+msgstr "Дубай"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBLIN"
+msgstr "Дублин"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUSHANBE"
+msgstr "Душанбе"
+
+msgid "IDS_WCL_BODY_CITYNAME_EASTER_ISLAND"
+msgstr "Остров Пасхи"
+
+msgid "IDS_WCL_BODY_CITYNAME_EDINBURGH"
+msgstr "Эдинбург"
+
+msgid "IDS_WCL_BODY_CITYNAME_EL_PASO"
+msgstr "Эль-Пасо"
+
+msgid "IDS_WCL_BODY_CITYNAME_FLORENCE"
+msgstr "Флоренция"
+
+msgid "IDS_WCL_BODY_CITYNAME_FORT_DE_FRANCE"
+msgstr "Фор-де-Франс"
+
+msgid "IDS_WCL_BODY_CITYNAME_FREETOWN"
+msgstr "Фритаун"
+
+msgid "IDS_WCL_BODY_CITYNAME_GABORONE"
+msgstr "Габороне"
+
+msgid "IDS_WCL_BODY_CITYNAME_GALAPAGOS_ISLANDS"
+msgstr "Галапагосские острова"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENEVA"
+msgstr "Женева"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENOA"
+msgstr "Генуя"
+
+msgid "IDS_WCL_BODY_CITYNAME_GEORGETOWN"
+msgstr "Джорджтаун"
+
+msgid "IDS_WCL_BODY_CITYNAME_GRYTVIKEN"
+msgstr "Грютвикен"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOUTH_GEORGIA"
+msgstr "Южная Георгия"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUAM"
+msgstr "Гуам"
+
+msgid "IDS_WCL_BODY_GUATEMALA_CITY"
+msgstr "Гватемала"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUSTAVIA"
+msgstr "Густавия"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_BARTHELEMY"
+msgstr "Сен-Бартельми"
+
+msgid "IDS_WCL_BODY_CITYNAME_HALIFAX"
+msgstr "Галифакс"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAMBURG"
+msgstr "Гамбург"
+
+msgid "IDS_WCL_BODY_CITYNAME_HANOI"
+msgstr "Ханой"
+
+msgid "IDS_WCL_BODY_CITYNAME_HARARE"
+msgstr "Хараре"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAVANA"
+msgstr "Гавана"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAWAII"
+msgstr "Гавайи"
+
+msgid "IDS_WCL_BODY_CITYNAME_HELSINKI"
+msgstr "Хельсинки"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOBART"
+msgstr "Хобарт"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONGKONG"
+msgstr "Гонконг"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONOLULU"
+msgstr "Гонолулу"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOUSTON"
+msgstr "Хьюстон"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOVD"
+msgstr "Ховд"
+
+msgid "IDS_WCL_BODY_CITYNAME_INDIANAPOLIS"
+msgstr "Индианаполис"
+
+msgid "IDS_WCL_BODY_CITYNAME_IRKUTSK"
+msgstr "Иркутск"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISLAMABAD"
+msgstr "Исламабад"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISTANBUL"
+msgstr "Стамбул"
+
+msgid "IDS_WCL_BODY_CITYNAME_IZHEVSK"
+msgstr "Ижевск"
+
+msgid "IDS_WCL_BODY_CITYNAME_JAKARTA"
+msgstr "Джакарта"
+
+msgid "IDS_WCL_BODY_CITYNAME_JEDDAH"
+msgstr "Джедда"
+
+msgid "IDS_WCL_BODY_CITYNAME_JERUSALEM"
+msgstr "Иерусалим"
+
+msgid "IDS_WCL_BODY_CITYNAME_JOHANNESBURG"
+msgstr "Йоханнесбург"
+
+msgid "IDS_WCL_BODY_CITYNAME_KABUL"
+msgstr "Кабул"
+
+msgid "IDS_WCL_BODY_CITYNAME_KALININGRAD"
+msgstr "Калининград"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMCHATKA"
+msgstr "Камчатка"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMPALA"
+msgstr "Кампала"
+
+msgid "IDS_WCL_BODY_CITYNAME_KARACHI"
+msgstr "Карачи"
+
+msgid "IDS_WCL_BODY_CITYNAME_KATHMANDU"
+msgstr "Катманду"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHABAROVSK"
+msgstr "Хабаровск"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARKIV"
+msgstr "Харьков"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARTOUM"
+msgstr "Хартум"
+
+msgid "IDS_WCL_BODY_CITYNAME_KIEV"
+msgstr "Киев"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINGSTON"
+msgstr "Кингстон"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINSHASA"
+msgstr "Киншаса"
+
+msgid "IDS_WCL_BODY_CITYNAME_KOLKATA"
+msgstr "Калькутта"
+
+msgid "IDS_WCL_BODY_CITYNAME_KRASNOYARSK"
+msgstr "Красноярск"
+
+msgid "IDS_WCL_BODY_CITYNAME_KUALA_LUMPUR"
+msgstr "Куала-Лумпур"
+
+msgid "IDS_WCL_BODY_KUWAIT"
+msgstr "Кувейт"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOS_ANGELES"
+msgstr "Лос-Анджелес"
+
+msgid "IDS_WCL_BODY_CITYNAME_LA_PAZ"
+msgstr "Ла-Пас"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAGOS"
+msgstr "Лагос"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAS_VEGAS"
+msgstr "Лас-Вегас"
+
+msgid "IDS_WCL_BODY_CITYNAME_LIMA"
+msgstr "Лима"
+
+msgid "IDS_WCL_BODY_CITYNAME_LISBON"
+msgstr "Лиссабон"
+
+msgid "IDS_WCL_BODY_CITYNAME_LJUBLJANA"
+msgstr "Любляна"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONDON"
+msgstr "Лондон"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONGHUA"
+msgstr "Лунхуа"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOUISVILLE"
+msgstr "Луисвилл"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUANDA"
+msgstr "Луанда"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUBUMBASHI"
+msgstr "Лубумбаши"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUSAKA"
+msgstr "Лусака"
+
+msgid "IDS_WCL_BODY_LUXEMBOURG"
+msgstr "Люксембург"
+
+msgid "IDS_WCL_BODY_CITYNAME_LVIV"
+msgstr "Львов"
+
+msgid "IDS_WCL_BODY_CITYNAME_MACAU"
+msgstr "Макао"
+
+msgid "IDS_WCL_BODY_CITYNAME_MADRID"
+msgstr "Мадрид"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAGADAN"
+msgstr "Магадан"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALABO"
+msgstr "Малабо"
+
+msgid "IDS_WCL_BODY_CITYNAME_EQUAORIAL_GUINEA"
+msgstr "Экваториальная Гвинея"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALE"
+msgstr "Мале"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAGUA"
+msgstr "Манагуа"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAMA"
+msgstr "Манама"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANILA"
+msgstr "Манила"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAPUTO"
+msgstr "Мапуто"
+
+msgid "IDS_WCL_BODY_CITYNAME_MARIGOT"
+msgstr "Мариго"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_MARTIN"
+msgstr "Сен-Мартен"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAZATLAN"
+msgstr "Мазатлан"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIYADH"
+msgstr "Эр-Рияд"
+
+msgid "IDS_WCL_BODY_CITYNAME_MELBOURNE"
+msgstr "Мельбурн"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEMPHIS"
+msgstr "Мемфис"
+
+msgid "IDS_WCL_BODY_CITYNAME_MESSINA"
+msgstr "Мессина"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEXICO_CITY"
+msgstr "Мехико"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIAMI"
+msgstr "Майами"
+
+msgid "IDS_WCL_BODY_CITYNAME_MID_ATLANTIC"
+msgstr "Средняя Атлантика"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIDWAY_ATOLL"
+msgstr "Острова Мидуэй"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILAN"
+msgstr "Милан"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILWAUKEE"
+msgstr "Милуоки"
+
+msgid "IDS_WCL_BODY_CITYNAME_MINSK"
+msgstr "Минск"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOGADISHU"
+msgstr "Могадишо"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONROVIA"
+msgstr "Монровия"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTEVIDEO"
+msgstr "Монтевидео"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTREAL"
+msgstr "Монреаль"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOSCOW"
+msgstr "Москва"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUMBAI"
+msgstr "Мумбай"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUNICH"
+msgstr "Мюнхен"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUSCAT"
+msgstr "Маскат"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAIROBI"
+msgstr "Найроби"
+
+msgid "IDS_WCL_BODY_CITYNAME_ROME"
+msgstr "Рим"
+
+msgid "IDS_WCL_BODY_CITYNAME_NATERS"
+msgstr "Натерс"
+
+msgid "IDS_WCL_BODY_CITYNAME_NDJAMENA"
+msgstr "Нджамена"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAPLES"
+msgstr "Неаполь"
+
+msgid "IDS_WCL_BODY_MECCA"
+msgstr "Мекка"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWDELHI"
+msgstr "Нью-Дели"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWYORK"
+msgstr "Нью-Йорк"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWFOUNDLAND"
+msgstr "Ньюфаундленд"
+
+msgid "IDS_WCL_BODY_CITYNAME_NIAMEY"
+msgstr "Ниамей"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUAKCHOTT"
+msgstr "Нуакшот"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUMEA"
+msgstr "Нумеа"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOKUZNETSK"
+msgstr "Новокузнецк"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOSIBIRSK"
+msgstr "Новосибирск"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUKUALOFA"
+msgstr "Нукуалофа"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUUK"
+msgstr "Нук"
+
+msgid "IDS_WCL_BODY_CITYNAME_OMSK"
+msgstr "Омск"
+
+msgid "IDS_WCL_BODY_CITYNAME_OSAKA"
+msgstr "Осака"
+
+msgid "IDS_WCL_BODY_CITYNAME_OTTAWA"
+msgstr "Оттава"
+
+msgid "IDS_WCL_BODY_CITYNAME_OUAGADOUGOU"
+msgstr "Уагадугу"
+
+msgid "IDS_WCL_BODY_CITYNAME_PAGO_PAGO"
+msgstr "Паго-Паго"
+
+msgid "IDS_WCL_BODY_CITYNAME_PALERMO"
+msgstr "Палермо"
+
+msgid "IDS_WCL_BODY_PANAMA_CITY"
+msgstr "Панама-Сити"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARAMARIBO"
+msgstr "Парамарибо"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARIS"
+msgstr "Париж"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERM"
+msgstr "Пермь"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERTH"
+msgstr "Перт"
+
+msgid "IDS_WCL_BODY_CITYNAME_PETROPAVLOVSK_KAMCHATSKIY"
+msgstr "Петропавловск-Камчатский"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHILADELPHIA"
+msgstr "Филадельфия"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHNOM_PENH"
+msgstr "Пномпень"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHOENIX"
+msgstr "Финикс"
+
+msgid "IDS_WCL_BODY_CITYNAME_PODGORICA"
+msgstr "Подгорица"
+
+msgid "IDS_WCL_BODY_CITYNAME_PONTA_DELGADA"
+msgstr "Понта-Делгада"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_LOUIS"
+msgstr "Порт-Луи"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_AU_PRINCE"
+msgstr "Порт-о-Пренс"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORTLAND"
+msgstr "Портленд"
+
+msgid "IDS_WCL_BODY_CITYNAME_PRAGUE"
+msgstr "Прага"
+
+msgid "IDS_WCL_BODY_CITYNAME_PYONGYANG"
+msgstr "Пхеньян"
+
+msgid "IDS_WCL_BODY_CITYNAME_QUITO"
+msgstr "Кито"
+
+msgid "IDS_WCL_BODY_CITYNAME_RABAT"
+msgstr "Рабат"
+
+msgid "IDS_WCL_BODY_CITYNAME_YANGON"
+msgstr "Янгон"
+
+msgid "IDS_WCL_BODY_CITYNAME_RECIFE"
+msgstr "Ресифи"
+
+msgid "IDS_WCL_BODY_CITYNAME_REGINA"
+msgstr "Регина"
+
+msgid "IDS_WCL_BODY_CITYNAME_REYKJAVIK"
+msgstr "Рейкьявик"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIGA"
+msgstr "Рига"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIO_DE_JANEIRO"
+msgstr "Рио-де-Жанейро"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_DENIS"
+msgstr "Сен-Дени"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAMARA"
+msgstr "Самара"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_ANTONIO"
+msgstr "Сан-Антонио"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_DIEGO"
+msgstr "Сан-Диего"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_FRANCISCO"
+msgstr "Сан-Франциско"
+
+msgid "IDS_WCL_BODY_SAN_JOSE"
+msgstr "Сан-Хосе"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_JUAN"
+msgstr "Сан-Хуан"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_MARINO"
+msgstr "Сан-Марино"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_SALVADOR"
+msgstr "Сан-Сальвадор"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANAA"
+msgstr "Сана"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTIAGO"
+msgstr "Сантьяго"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTO_DOMINGO"
+msgstr "Санто-Доминго"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAO_PAULO"
+msgstr "Сан-Паулу"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEATTLE"
+msgstr "Сиэтл"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEOUL"
+msgstr "Сеул"
+
+msgid "IDS_WCL_BODY_CITYNAME_SHANGHAI"
+msgstr "Шанхай"
+
+msgid "IDS_WCL_BODY_SHENZHEN"
+msgstr "Шэньчжэнь"
+
+msgid "IDS_WCL_BODY_CITYNAME_SINGAPORE"
+msgstr "Сингапур"
+
+msgid "IDS_WCL_BODY_CITYNAME_SKOPJE"
+msgstr "Скопье"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOFIA"
+msgstr "София"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_JOHNS"
+msgstr "Сент-Джонс"
+
+msgid "IDS_WCL_BODY_CITYNAME_STOCKHOLM"
+msgstr "Стокгольм"
+
+msgid "IDS_WCL_BODY_CITYNAME_SUVA"
+msgstr "Сува"
+
+msgid "IDS_WCL_BODY_CITYNAME_SYDNEY"
+msgstr "Сидней"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAHITI"
+msgstr "Таити"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAIPEI"
+msgstr "Тайбэй"
+
+msgid "IDS_WCL_BODY_CITYNAME_TALLINN"
+msgstr "Таллин"
+
+msgid "IDS_WCL_BODY_CITYNAME_TARAWA"
+msgstr "Тарава"
+
+msgid "IDS_WCL_BODY_CITYNAME_TASHKENT"
+msgstr "Ташкент"
+
+msgid "IDS_WCL_BODY_CITYNAME_TBILISI"
+msgstr "Тбилиси"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEGUCIGALPA"
+msgstr "Тегусигальпа"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEHRAN"
+msgstr "Тегеран"
+
+msgid "IDS_WCL_BODY_CITYNAME_HO_CHI_MINH_CITY"
+msgstr "Хошимин"
+
+msgid "IDS_WCL_BODY_CITYNAME_THE_SETTLEMENT"
+msgstr "Сетлмент"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIANJIN"
+msgstr "Тяньцзинь"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIJUANA"
+msgstr "Тиуана"
+
+msgid "IDS_WCL_BODY_CITYNAME_TOKYO"
+msgstr "Токио"
+
+msgid "IDS_WCL_BODY_CITYNAME_TORONTO"
+msgstr "Торонто"
+
+msgid "IDS_WCL_BODY_CITYNAME_TREHET"
+msgstr "Трее"
+
+msgid "IDS_WCL_BODY_CITYNAME_TRIPOLI"
+msgstr "Триполи"
+
+msgid "IDS_WCL_BODY_CITYNAME_TUNIS"
+msgstr "Тунис"
+
+msgid "IDS_WCL_BODY_CITYNAME_TURIN"
+msgstr "Турин"
+
+msgid "IDS_WCL_BODY_CITYNAME_UFA"
+msgstr "Уфа"
+
+msgid "IDS_WCL_BODY_CITYNAME_ULAN_BATOR"
+msgstr "Улан-Батор"
+
+msgid "IDS_WCL_BODY_CITYNAME_VADUZ"
+msgstr "Вадуц"
+
+msgid "IDS_WCL_BODY_CITYNAME_VALLETTA"
+msgstr "Валлетта"
+
+msgid "IDS_WCL_BODY_CITYNAME_VANCOUVER"
+msgstr "Ванкувер"
+
+msgid "IDS_WCL_BODY_CITYNAME_VERONA"
+msgstr "Верона"
+
+msgid "IDS_WCL_BODY_CITYNAME_VICTORIA"
+msgstr "Виктория"
+
+msgid "IDS_WCL_BODY_CITYNAME_VIENNA"
+msgstr "Вена"
+
+msgid "IDS_WCL_BODY_CITYNAME_VILNIUS"
+msgstr "Вильнюс"
+
+msgid "IDS_WCL_BODY_CITYNAME_VLADIVOSTOK"
+msgstr "Владивосток"
+
+msgid "IDS_WCL_BODY_CITYNAME_VOLGOGRAD"
+msgstr "Волгоград"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_PETERSBURG"
+msgstr "Санкт-Петербург"
+
+msgid "IDS_WCL_BODY_CITYNAME_WARSAW"
+msgstr "Варшава"
+
+msgid "IDS_WCL_BODY_CITYNAME_WASHINGTON_DC"
+msgstr "Вашингтон"
+
+msgid "IDS_WCL_BODY_CITYNAME_WELLINGTON"
+msgstr "Веллингтон"
+
+msgid "IDS_WCL_BODY_CITYNAME_WINNIPEG"
+msgstr "Виннипег"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAKUTSK"
+msgstr "Якутск"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAMOUSSOUKRO"
+msgstr "Ямусукро"
+
+msgid "IDS_WCL_BODY_YAOUNDE"
+msgstr "Яунде"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEKATERINBURG"
+msgstr "Екатеринбург"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEREVAN"
+msgstr "Ереван"
+
+msgid "IDS_WCL_BODY_CITYNAME_YUZHNO_SAKHALINSK"
+msgstr "Южно-Сахалинск"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZAGREB"
+msgstr "Загреб"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZURICH"
+msgstr "Цюрих"
+
+msgid "IDS_ST_HEADER_WI_FI_DIRECT"
+msgstr "Wi-Fi Direct"
+
+msgid "IDS_ST_POP_INCORRECT_PASSWORD"
+msgstr "Неправильный пароль"
+
+
+
+
+
+
diff --git a/src/po/tr_TR.po b/src/po/tr_TR.po
new file mode 100755 (executable)
index 0000000..d70d4bf
--- /dev/null
@@ -0,0 +1,2907 @@
+msgid "IDS_COM_POP_UNSUPPORTED"
+msgstr "Desteklenmeyen"
+
+msgid "IDS_COM_BODY_1_MINUTE"
+msgstr "1 dakika"
+
+msgid "IDS_ST_BODY_WALLPAPER"
+msgstr "Duvar kağıdı"
+
+msgid "IDS_COM_POP_DATE"
+msgstr "Tarih"
+
+msgid "IDS_ST_BODY_SYSTEM"
+msgstr "Sistem"
+
+msgid "IDS_ST_BODY_APPLICATIONS"
+msgstr "Uygulamalar"
+
+msgid "IDS_EMAIL_BODY_EXAMPLE"
+msgstr "Örnek"
+
+msgid "IDS_COM_POP_NAME"
+msgstr "İsim"
+
+msgid "IDS_ST_BODY_SCAN"
+msgstr "Tara"
+
+msgid "IDS_COM_BODY_CALENDAR_T_MAINMENU_ABB2"
+msgstr "Takvim"
+
+msgid "IDS_COM_BODY_SAMSUNG_APPS_T_MAINMENU"
+msgstr "Samsung Apps"
+
+msgid "IDS_COM_BODY_VOIP_CALL"
+msgstr "VoIP araması"
+
+msgid "IDS_COM_POP_UNKNOWN"
+msgstr "Bilinmeyen"
+
+msgid "IDS_COM_SK_ADD_LITE"
+msgstr "Ekle"
+
+msgid "IDS_ST_BODY_INACTIVE"
+msgstr "Devre dışı"
+
+msgid "IDS_COM_POP_NO_SPEED_DIAL_NUMBER_ASSIGN_ONE_NOW_Q"
+msgstr "Hızlı arama numarası yok. Şimdi atansın mı?"
+
+msgid "IDS_COM_BODY_CONTACT_SETTINGS"
+msgstr "Kişi ayarları"
+
+msgid "IDS_COM_BODY_NA"
+msgstr "Geçerli değil"
+
+msgid "IDS_COM_BODY_SEARCH_LINK"
+msgstr "Akıllı Arama"
+
+msgid "IDS_ST_BODY_CHECK_YOUR_MISSED_EVENTS_WHEN_HEADSET_MODE_IS_ENABLED"
+msgstr "Kulaklık modu etkinken cevapsız olayları kontrol edin"
+
+msgid "IDS_ST_BODY_CHINESE_HCHINA_FEMALE"
+msgstr "Çince (Çin, Kadın)"
+
+msgid "IDS_ST_BODY_DEFAULT_SETTINGS_OVERRIDE_APPLICATION_SETTINGS"
+msgstr "Varsayılan ayarlar uygulama ayarlarından önceliklidir"
+
+msgid "IDS_ST_BODY_ENGLISH_HUNITED_STATES_FEMALE"
+msgstr "İngilizce (ABD, Kadın)"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA"
+msgstr "Ses verisi yükle"
+
+msgid "IDS_ST_BODY_INSTALL_VOICE_DATA_REQUIRED_FOR_SPEECH_SYNTHESIS"
+msgstr "Ses sentezi için gerekli ses verisini yükleyin"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_FEMALE"
+msgstr "Korece (Güney Kore, Kadın)"
+
+msgid "IDS_ST_BODY_KOREAN_HSOUTH_KOREA_MALE"
+msgstr "Korece (Güney Kore, Erkek)"
+
+msgid "IDS_ST_BODY_LAUNCH_VOICE_TALK_WHENEVER_BLUETOOTH_HEADSET_IS_CONNECTED"
+msgstr "Bluetooth kulaklık takıldığında Sesli konuşmayı başlat"
+
+msgid "IDS_ST_BODY_LISTEN_TO_AN_EXAMPLE"
+msgstr "Bir örnek dinleyin"
+
+msgid "IDS_ST_BODY_SAMSUNG_POWERED_BY_VLINGO"
+msgstr "Samsung Vlingo tarafından sağlanır"
+
+msgid "IDS_ST_BODY_SAVED"
+msgstr "Kaydedildi"
+
+msgid "IDS_ST_BODY_SELECT_APPLICATIONS_TO_USE_TTS_WHILE_DRIVING_MODE_IS_ON"
+msgstr "Sürüş modu açıkken TTS kullanacak uygulamaları seçin"
+
+msgid "IDS_ST_BODY_SETS_THE_SPEECH_SYNTHESIS_ENGINE_TO_BE_USED_FOR_SPOKEN_TEXT"
+msgstr "Seslendirilen metin için kullanılmak üzere konuşma sentez moturunu ayarlar"
+
+msgid "IDS_ST_BODY_SPEAKS_PROMPTS_BEFORE_LISTENING"
+msgstr "Komutları dinlemeden önce konuşur"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH"
+msgstr "Metinden-Sese"
+
+msgid "IDS_ST_BODY_TEXT_TO_SPEECH_SETTINGS"
+msgstr "Metinden-Sese ayarları"
+
+msgid "IDS_ST_BODY_TYPE1"
+msgstr "Tür 1"
+
+msgid "IDS_ST_BODY_TYPE2"
+msgstr "Tür 2"
+
+msgid "IDS_ST_BODY_TYPE3"
+msgstr "Tür 3"
+
+msgid "IDS_ST_BODY_TYPE_4"
+msgstr "Tür 4"
+
+msgid "IDS_ST_BODY_VOICE_EFFECTS"
+msgstr "Video efektleri"
+
+msgid "IDS_ST_BODY_VOICE_INPUT_SETTING_HELP_MESSAGE_1"
+msgstr "Ses tanıma doğruluğunu arttırmak için Vlingo'ya kişilerinizin indeksini oluşturma izni verilsin mi?"
+
+msgid "IDS_ST_BODY_WHEN_VOICE_COMMAND_STARTS_THE_PHONE_WILL_START_LISTENING_AUTOMATICALLY_AND_RESPOND_USING_AUTO_SPEAK"
+msgstr "Sesli komut başladığında otomatik olarak dinlemeye başlayacak ve Otomatik konuş özelliğini kullanarak yanıt verecektir"
+
+msgid "IDS_ST_HEADER_ADVANCED_SETTINGS"
+msgstr "Gelişmiş ayarlar"
+
+msgid "IDS_ST_HEADER_TEXT_TO_SPEECH"
+msgstr "Metinden-Sese"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT"
+msgstr "Ses girişi"
+
+msgid "IDS_ST_HEADER_VOICE_INPUT_AND_OUTPUT"
+msgstr "Ses girişi ve çıkışı"
+
+msgid "IDS_ST_HEADER_VOICE_OUTPUT_ABB"
+msgstr "Ses çıkışı"
+
+msgid "IDS_ST_HEADER_VOICE_RECOGNITION_SETTINGS_ABB"
+msgstr "Ses tanıma ayarları"
+
+msgid "IDS_ST_MBODY_AUTO_PUNCTUATION"
+msgstr "Otomatik noktalama işareti"
+
+msgid "IDS_ST_MBODY_AUTO_SPEAK"
+msgstr "Otomatik konuş"
+
+msgid "IDS_ST_MBODY_AUTO_START_DRIVING_MODE"
+msgstr "Sürüş modu otomatk başlat"
+
+msgid "IDS_ST_MBODY_AUTO_START_SPEAKERPHONE"
+msgstr "Hoparlörü otomatik başlat"
+
+msgid "IDS_ST_MBODY_CUSTOMISE_MAIN_PROMPT"
+msgstr "Ana komutu özelleştir"
+
+msgid "IDS_ST_MBODY_DEFAULT_ENGINE"
+msgstr "Varsayılan motor"
+
+msgid "IDS_ST_MBODY_DRIVING_MODE_SETTINGS"
+msgstr "Sürüş modu ayarları"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_KINGDOM"
+msgstr "İng. (Birleşik Krallık)"
+
+msgid "IDS_ST_MBODY_ENGLISH_HUNITED_STATES"
+msgstr "İngilizce (ABD)"
+
+msgid "IDS_ST_MBODY_HIDE_OFFENSIVE_WORDS"
+msgstr "Hakaret içern kelme. giz."
+
+msgid "IDS_ST_MBODY_SAMSUNG_TTS"
+msgstr "Samsung TTS"
+
+msgid "IDS_ST_MBODY_VERY_FAST"
+msgstr "Çok hızlı"
+
+msgid "IDS_ST_MBODY_VOICE_RECOGNISER"
+msgstr "Ses tanıyıcı"
+
+msgid "IDS_ST_OPT_NORMAL_M_SOUNDEFFECT"
+msgstr "Normal"
+
+msgid "IDS_ST_POP_FAST"
+msgstr "Hızlı"
+
+msgid "IDS_ST_POP_SLOW"
+msgstr "Yavaş"
+
+msgid "IDS_ST_POP_UPDATED_ABB"
+msgstr "Güncellendi"
+
+msgid "IDS_COM_BODY_OFFICE"
+msgstr "Ofis"
+
+msgid "IDS_COM_BODY_SAMSUNG_DISCLAIMER"
+msgstr "Samsung yasal uyarısı"
+
+msgid "IDS_COM_POP_LOCATION"
+msgstr "Konum"
+
+msgid "IDS_ST_BODY_DRIVING_MODE"
+msgstr "Sürüş modu"
+
+msgid "IDS_ST_BODY_MESSAGE"
+msgstr "Mesaj"
+
+msgid "IDS_ST_SK3_DONE"
+msgstr "Kaydet"
+
+msgid "IDS_COM_OPT_FOLDERS"
+msgstr "Klasörler"
+
+msgid "IDS_COM_BODY_ANDROID"
+msgstr "Android"
+
+msgid "IDS_COM_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_COM_BODY_FRENCH"
+msgstr "Fransızca"
+
+msgid "IDS_ST_BODY_POWER_OFF"
+msgstr "Kapat"
+
+msgid "IDS_COM_BODY_GERMAN"
+msgstr "Almanca"
+
+msgid "IDS_COM_BODY_ITALIAN"
+msgstr "İtalyanca"
+
+msgid "IDS_ST_BODY_SLEEP"
+msgstr "Uyku"
+
+msgid "IDS_COM_BODY_SPANISH"
+msgstr "İspanyolca"
+
+msgid "IDS_COM_BODY_TOUCHSCREEN_LANG"
+msgstr "Dil"
+
+msgid "IDS_COM_SK_SEARCH_A"
+msgstr "Bul"
+
+msgid "IDS_COM_BODY_SYSTEM_INFO_ABB"
+msgstr "Sistem bilgi."
+
+msgid "IDS_ST_BODY_GREEK"
+msgstr "Yunanca"
+
+msgid "IDS_ST_BODY_POLISH"
+msgstr "Lehçe"
+
+msgid "IDS_ST_BODY_PORTUGUESE"
+msgstr "Portekizce"
+
+msgid "IDS_ST_BODY_FAILED_TO_CHECK_SIGNATURE"
+msgstr "İmza kontrol edilemedi"
+
+msgid "IDS_ST_BODY_INCORRECT_USER_NAME_OR_PASSWORD"
+msgstr "Yanlış kullanıcı adı veya şifre"
+
+msgid "IDS_ST_BODY_INTERNAL_ERROR"
+msgstr "Dahili hata"
+
+msgid "IDS_ST_BODY_SERVER_ERROR"
+msgstr "Sunucu hatası"
+
+msgid "IDS_ST_BODY_UNKNOWN_ERROR"
+msgstr "Bilinmeyen hata"
+
+msgid "IDS_ST_BODY_USER_NAME_ALREADY_IN_USE"
+msgstr "Kullanıcı adı kullanılıyor"
+
+msgid "IDS_ST_POP_PASSWORD_MUST_BE_MORE_THAN_P1SD_CHARACTERS_AND_LESS_THAN_P2SD"
+msgstr "Şifre %1$d karakterden fazla ve %2$d karakterden az olmalıdır"
+
+msgid "IDS_ST_BODY_FONTSTYLE_ROSEMARY"
+msgstr "Rosemary"
+
+msgid "IDS_ST_BODY_APPLICATION_INFO"
+msgstr "Uygulama bilgisi"
+
+msgid "IDS_ST_MBODY_HOME_SCREEN_WALLPAPER"
+msgstr "Ana ekran duvar kağıdı"
+
+msgid "IDS_ST_MBODY_LOCK_SCREEN_WALLPAPER_M_NOUN"
+msgstr "Kilit ekranı duvar kağıdı"
+
+msgid "IDS_COM_BODY_NEGATIVE_DISPLAY"
+msgstr "Negatif ekran"
+
+msgid "IDS_COM_BODY_ORIGINAL_DISPLAY"
+msgstr "Orijinal ekran"
+
+msgid "IDS_COM_BODY_POSITIVE_DISPLAY"
+msgstr "Pozitif ekran"
+
+msgid "IDS_ST_BODY_PASSWORDS_DO_NOT_MATCH"
+msgstr "Şifreler uyuşmuyor"
+
+msgid "IDS_ST_POP_TIME_SET_MAY_BE_DIFFERENT_FROM_ACTUAL_LOCAL_TIME"
+msgstr "Ayarlı saat gerçek yerel saatten farklı olabilir."
+
+msgid "IDS_ST_BODY_LOCATIONS"
+msgstr "Yerler"
+
+msgid "IDS_ST_POP_PD_TO_PD_DIGITS_REQUIRED"
+msgstr "%d ila %d hane gerekli"
+
+msgid "IDS_ST_BODY_DOWNLOADED_APPLICATIONS"
+msgstr "İndirilen uygulamalar"
+
+msgid "IDS_ST_BODY_JAVA"
+msgstr "Java"
+
+msgid "IDS_ST_BODY_KEYBOARD"
+msgstr "Klavye"
+
+msgid "IDS_ST_BODY_PS_FREE_OF_PS"
+msgstr "doluluk oranı %s/%s"
+
+msgid "IDS_ST_BODY_WIDGETS"
+msgstr "Widget’lar"
+
+msgid "IDS_ST_HEADER_SAMSUNG_APPS"
+msgstr "Samsung Apps"
+
+msgid "IDS_ST_POP_CHANGING_LANGUAGE_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Dil değiştirildiğinde tüm uygulamalar kapatılacak ve kaydedilmemiş veriler kaybolacaktır. Devam edilsin mi?"
+
+msgid "IDS_ST_POP_CHANGING_REGION_WILL_CLOSE_ALL_APPLICATIONS_AND_UNSAVED_DATA_WILL_BE_LOST_CONTINUE_Q"
+msgstr "Bölge değiştirildiğinde tüm uygulamalar kapatılacak ve kaydedilmemiş veriler kaybolacaktır. Devam edilsin mi?"
+
+msgid "IDS_ST_POP_EXPLANATION_FOR_EXPIRY_REMINDER"
+msgstr "Örneği duvar kağıdı gibi kullanımda olan bir dosyanın lisans süresi dolmadan önce bir hatırlatma alın"
+
+msgid "IDS_ST_POP_RESETTING_ING"
+msgstr "Sıfırlanıyor..."
+
+msgid "IDS_ST_POP_RESTART_PHONE_TO_USE_AUTOMATIC_UPDATE_Q"
+msgstr "Otomatik güncelleme için telefon yeniden başlatılsın mı?"
+
+msgid "IDS_ST_BODY_ABOUT"
+msgstr "Hakkında"
+
+msgid "IDS_ST_BODY_GSM_850_1900"
+msgstr "GSM 850/1900"
+
+msgid "IDS_ST_BODY_GSM_900_1800"
+msgstr "GSM 900/1800"
+
+msgid "IDS_ST_BODY_INSTALLATION_SETTINGS"
+msgstr "Yükleme ayarları"
+
+msgid "IDS_ST_BODY_PHOTO_UPLOAD_SETTINGS"
+msgstr "Fotoğraf yükleme ayarları"
+
+msgid "IDS_ST_BODY_PROXY_PORT"
+msgstr "Proxy portu"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_CONNECTION_CONNECTING_USB_HELP_MSG"
+msgstr "Bilgisayarınızda Samsung Kies veya doğru sürücüler yüklü değil ise yükleme başlatılacaktır. PC yazılımını bir kereliğine yüklediğinizde aşağıdaki işlemleri yapabilirsiniz:\n- Telefon verilerini senkronize etmek\n- Telefon yazılım sürümünü yükseltmek\n- Internet paylaşımı (Bu telefon dizüstü veya PC'nizle internete erişim sağlamak için modem gibi çalışıyor)\n- Satın alınan müzik/videoyu (Microsoft Windows Media DRM) veya normal dosyaları telefona kopyalamak"
+
+msgid "IDS_ST_BODY_SOCIAL_NETWORK_PROFILES"
+msgstr "Sosyal ağ profilleri"
+
+msgid "IDS_ST_BODY_TASK_SWITCHER"
+msgstr "Görev değiştirici"
+
+msgid "IDS_ST_BODY_UMTS"
+msgstr "UMTS"
+
+msgid "IDS_ST_BODY_VIBR__N__RAISING_MELODY"
+msgstr "Titreşim ve artan mel."
+
+msgid "IDS_ST_HEADER_DIVX_VOD"
+msgstr "DivX® VOD"
+
+msgid "IDS_ST_HEADER_SAMSUNG_KIES"
+msgstr "Samsung Kies"
+
+msgid "IDS_COM_BODY_100P"
+msgstr "100%"
+
+msgid "IDS_COM_BODY_50P"
+msgstr "50%"
+
+msgid "IDS_COM_POP_DELETE_FAILED"
+msgstr "Silinemedi"
+
+msgid "IDS_ST_BODY_30_percent"
+msgstr "30%"
+
+msgid "IDS_ST_BODY_CONNECT_TO_BLUETOOTH_DEVICE"
+msgstr "Bluetooth cihazına bağlan"
+
+msgid "IDS_ST_BODY_DATA_ROAMING"
+msgstr "Veri dolaşımı"
+
+msgid "IDS_ST_BODY_GESTURES"
+msgstr "Hareketler"
+
+msgid "IDS_ST_BODY_LOCK_SCREEN"
+msgstr "Ekranı kilitle"
+
+msgid "IDS_ST_BODY_MEDIA_PLAYER"
+msgstr "Medya oynatıcı"
+
+msgid "IDS_ST_BODY_MENU_AND_WIDGETS"
+msgstr "Menü ve widgetlar"
+
+msgid "IDS_ST_MBODY_USB_CONNECTION"
+msgstr "USB bağlantısı"
+
+msgid "IDS_ST_BODY_BLUETOOTH_CONNECTION"
+msgstr "Bluetooth bağlantısı"
+
+msgid "IDS_ST_BODY_ENTER_NEW_PASSWORD"
+msgstr "Yeni şifre girin"
+
+msgid "IDS_ST_BODY_PASSWORD_CONTAINS_INVALID_CHARACTER_ABB"
+msgstr "Şifre geçersiz karakter içeriyor"
+
+msgid "IDS_ST_BODY_SAMSUNG_ACCOUNT"
+msgstr "Samsung hesabı"
+
+msgid "IDS_ST_BODY_USER_PASSWORD"
+msgstr "Kullanıcı şifresi"
+
+msgid "IDS_ST_BODY_YOUR_BIRTHDAY"
+msgstr "Doğum gününüz"
+
+msgid "IDS_ST_BUTTON_CREATE_ACCOUNT"
+msgstr "Hesap oluştur"
+
+msgid "IDS_ST_HEADER_INVALID_PASSWORD_LENGTH"
+msgstr "Geçersiz şifre uzunluğu"
+
+msgid "IDS_ST_HEADER_SIGN_UP_FOR_SAMSUNG_ACCOUNT"
+msgstr "Samsung hesabına kaydol"
+
+msgid "IDS_ST_OPT_NEW_PASSWORD_ABB"
+msgstr "Yeni şifre"
+
+msgid "IDS_ST_POP_IT_SHOULD_BE_PD_TO_PD_DIGITS_LONG"
+msgstr "%d ile %d karakterden oluşmalıdır"
+
+msgid "IDS_ST_POP_NETWORK_NOT_AVAILABLE"
+msgstr "Ağa erişilemiyor"
+
+msgid "IDS_COM_BODY_MSGSETTINGSBROADCASTLANGUAGESSPANISH"
+msgstr "İspanyolca"
+
+msgid "IDS_COM_POP_UNKNOWN_ERROR_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Bilinmeyen hata. Uygulama başlatılamıyor"
+
+msgid "IDS_ST_HEADER_FRANCE"
+msgstr "Fransa"
+
+msgid "IDS_ST_BODY_ALWAYS_REJECT"
+msgstr "Her zaman reddet"
+
+msgid "IDS_ST_BODY_AUTO_DOWNLOAD"
+msgstr "Oto. indirme"
+
+msgid "IDS_ST_BODY_DATE_AND_TIME"
+msgstr "Tarih ve saat"
+
+msgid "IDS_ST_BODY_DATE_FORMAT"
+msgstr "Tarih biçimi"
+
+msgid "IDS_ST_BODY_DDMMYYYY_DOT"
+msgstr "GG.AA.YYYY"
+
+msgid "IDS_ST_BODY_EXPIRY_REMINDER"
+msgstr "Süre bitimi hatırlatıcısı"
+
+msgid "IDS_ST_BODY_FILE_TRANSFER"
+msgstr "Dosya transferi"
+
+msgid "IDS_ST_BODY_HOME_URL"
+msgstr "Ana sayfa URL'si"
+
+msgid "IDS_ST_BODY_INTERNET_CONNECTION"
+msgstr "İnternet bağlantısı"
+
+msgid "IDS_ST_BODY_INTERNET_SHARING"
+msgstr "İnternet paylaşımı"
+
+msgid "IDS_ST_BODY_MM_DD_YYYY_DOT"
+msgstr "AA.GG.YYYY"
+
+msgid "IDS_ST_BODY_NETWORK_MODE"
+msgstr "Şebeke modu"
+
+msgid "IDS_ST_BODY_OPEN_SOURCE_LICENCES"
+msgstr "Açık kaynak lisansları"
+
+msgid "IDS_ST_BODY_PREFERRED_NETWORKS"
+msgstr "Tercih edilen şebekeler"
+
+msgid "IDS_ST_BODY_RESET_SETTINGS"
+msgstr "Fabrika ayarlarına dön"
+
+msgid "IDS_ST_BODY_SELECT_NETWORK"
+msgstr "Şebeke seçimi"
+
+msgid "IDS_ST_BODY_TIME_FORMAT"
+msgstr "Saat biçimi"
+
+msgid "IDS_ST_BODY_TIME_ZONE"
+msgstr "Saat dilimi"
+
+msgid "IDS_ST_BODY_TRANSACTION_TRACKING"
+msgstr "İşlem takibi"
+
+msgid "IDS_ST_BODY_YYYY_DD_MM_DOT"
+msgstr "YYYY/GG/AA"
+
+msgid "IDS_COM_POP_FILE_VIEWER"
+msgstr "Dosya görüntüleyici"
+
+msgid "IDS_COM_POP_SAVE_SAVE_TO_MY_FILES"
+msgstr "Dosyalarım'a kaydet"
+
+msgid "IDS_ST_BODY_TIME_N_DATE"
+msgstr "Saat ve Tarih"
+
+msgid "IDS_COM_BUTTON_PREV"
+msgstr "Öncki"
+
+msgid "IDS_COM_POP_DRM_EXPIRED_GET_MORE_LICENSES"
+msgstr "%s, %d saat içinde kilitlenecek ve %s varsayılana döndürülecek. Daha fazla lisans alınsın mı?"
+
+msgid "IDS_COM_POP_EXPIRING_REMINDER"
+msgstr "Süre sonu anımsatıcısı"
+
+msgid "IDS_COM_SK_RETRY"
+msgstr "Y.dene"
+
+msgid "IDS_CST_BODY_AUTOMATIC_ANSWERING"
+msgstr "Otomatik cevaplama"
+
+msgid "IDS_ST_BODY_MESSAGE_LIST"
+msgstr "Mesaj listesi"
+
+msgid "IDS_ST_HEADER_PLEASE_WAIT"
+msgstr "Lütfen bekleyin"
+
+msgid "IDS_ST_BODY_CALL"
+msgstr "Arama"
+
+msgid "IDS_ST_BODY_NORMAL_T_PROFILE"
+msgstr "Normal"
+
+msgid "IDS_ST_BODY_PD_SECONDS"
+msgstr "%d saniye"
+
+msgid "IDS_COM_POP_UPDATED"
+msgstr "Güncelleştirildi"
+
+msgid "IDS_ST_POP_NEW_PASSWD_SAVED"
+msgstr "Yeni şifre kaydedildi"
+
+msgid "IDS_ST_POP_NO_PASSWORD_SET_PASSWORD_Q"
+msgstr "Şifre yok. Şifre atansın mı?"
+
+msgid "IDS_COM_BODY_CREATE_MESSAGE_TELEFONICA"
+msgstr "Yeni Mesaj Oluştur"
+
+msgid "IDS_ST_BODY_USB_ASK_ON_CONNECTION"
+msgstr "Bağlanırken sor"
+
+msgid "IDS_ST_HEADER_BRIGHT"
+msgstr "Parlak"
+
+msgid "IDS_COM_BODY_ALL_DAY"
+msgstr "Gün boyu"
+
+msgid "IDS_COM_BODY_CERTIFICATE_INFO"
+msgstr "Sertifika bilgisi"
+
+msgid "IDS_COM_BODY_ENABLE_LOCATION_SERVICES"
+msgstr "Konum servislerini etkinleştirin"
+
+msgid "IDS_COM_BODY_INSTANT_MESSENGER"
+msgstr "Anlık mesajlaşma"
+
+msgid "IDS_COM_BODY_NEWS"
+msgstr "Haberler"
+
+msgid "IDS_COM_BODY_NO_SIM"
+msgstr "SIM yok"
+
+msgid "IDS_COM_BODY_SERIAL_NUMBER"
+msgstr " Seri numarası"
+
+msgid "IDS_COM_OPT_HIDE_KEYPAD"
+msgstr "Tuş takımını gizle"
+
+msgid "IDS_COM_OPT_VOICE_RECORDER_WILL_BE_STOPPED_DUE_TO_LOW_BATTERY_VODA"
+msgstr "Ses kaydedici düşük pil nedeniyle durdurulacak"
+
+msgid "IDS_COM_POP_EXITSILENTMODE"
+msgstr "Sessiz moddan çık"
+
+msgid "IDS_COM_POP_FOR_ALL_TELE_SERVICES_EXCEPT_SMS"
+msgstr "SMS hariç Tüm Tele hizmetleri için"
+
+msgid "IDS_COM_POP_LOW_BATTERY_UNABLE_TO_LAUNCH_APPLICATION"
+msgstr "Düşük pil. Uygulama başlatılamıyor"
+
+msgid "IDS_COM_POP_MMS_SENT"
+msgstr "Mms gönderildi"
+
+msgid "IDS_COM_POP_REGISTERING"
+msgstr "Bağlanılıyor..."
+
+msgid "IDS_COM_POP_SMALL_DAYS"
+msgstr "Gün"
+
+msgid "IDS_COM_POP_SMALL_HOURS"
+msgstr "Saat"
+
+msgid "IDS_COM_POP_WEEKS_LC"
+msgstr "Hafta"
+
+msgid "IDS_COM_POP_WEEK_LC"
+msgstr "Hafta"
+
+msgid "IDS_COM_SK3_ADD"
+msgstr "Ekle"
+
+msgid "IDS_COM_SK3_END_ALL_APPLICATIONS"
+msgstr "Tümünü sonlandır"
+
+msgid "IDS_COM_SK_MOVE_LITE"
+msgstr "Taşı"
+
+msgid "IDS_COM_SK_NEXT"
+msgstr "İleri"
+
+msgid "IDS_ST_BODY_ABOUT_PHONE"
+msgstr "Telefon hakkında"
+
+msgid "IDS_ST_BODY_ACCESS_NAME"
+msgstr "Erişim ismi"
+
+msgid "IDS_ST_BODY_ADVANCED_GPS"
+msgstr "Gelişmiş GPS"
+
+msgid "IDS_ST_BODY_ALERTTYPE_VIBRATION_AND_MELODY"
+msgstr "Titreşim ve melodi"
+
+msgid "IDS_ST_BODY_ALERT_VIBRATION"
+msgstr "Uyarı titreşimi"
+
+msgid "IDS_ST_BODY_ALL_EMAILS"
+msgstr "Tüm e-postalar"
+
+msgid "IDS_ST_BODY_ANNIVERSARY"
+msgstr "Yıl dönümü"
+
+msgid "IDS_ST_BODY_ANY_KEY"
+msgstr "Herhangi bir tuş"
+
+msgid "IDS_ST_BODY_APPOINTMENT"
+msgstr "Randevu"
+
+msgid "IDS_ST_BODY_AUTH_TYPE"
+msgstr "Kimlik denetimi türü"
+
+msgid "IDS_ST_BODY_AUTOMATIC_TIME_UPDATE"
+msgstr "Otomatik saat güncelleme"
+
+msgid "IDS_ST_BODY_BACKLIGHT_TIME"
+msgstr "Aydınlatma süresi"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRATION"
+msgstr "Titreşim"
+
+msgid "IDS_ST_BODY_CALLALERTTYPE_VIBRAT_THEN_MELODY"
+msgstr "Titreşim ve ardından melodi"
+
+msgid "IDS_ST_BODY_CALL_LOG"
+msgstr "Arama kaydı"
+
+msgid "IDS_ST_BODY_CHANGE_PIN1"
+msgstr "PIN1 kodunu değiştir"
+
+msgid "IDS_ST_BODY_CHANGE_PIN2"
+msgstr "PIN2 değiştir"
+
+msgid "IDS_ST_BODY_CHOCO_COOKY"
+msgstr "Çikolatalı kurabiye"
+
+msgid "IDS_ST_BODY_CLEAR_PHONE_MEMORY"
+msgstr "Telefon hafızasını sil"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN1"
+msgstr "Yeni PIN1 kodunu onaylayın"
+
+msgid "IDS_ST_BODY_CONFIRM_NEW_PIN2"
+msgstr "Yeni PIN2 kodunu onaylayın"
+
+msgid "IDS_ST_BODY_CONFIRM_PASSWORD"
+msgstr "Şifreyi onayla"
+
+msgid "IDS_ST_BODY_CONFIRM_SIM_PASSWORD"
+msgstr "SIM şifresini onayla"
+
+msgid "IDS_ST_BODY_CONNECTIONSETTINGS_PROXY_ADDRESS"
+msgstr "Proxy adresi"
+
+msgid "IDS_ST_BODY_CONNECTIVITY"
+msgstr "Bağlantılar"
+
+msgid "IDS_ST_BODY_COOL_JAZZ"
+msgstr "Cool jazz"
+
+msgid "IDS_ST_BODY_COUNTRY_CODE"
+msgstr "Ülke kodu"
+
+msgid "IDS_ST_BODY_CURRENT_PASSWORD"
+msgstr "Geçerli şifre"
+
+msgid "IDS_ST_BODY_CURRENT_PIN1"
+msgstr "Geçerli PIN1 kodu"
+
+msgid "IDS_ST_BODY_CURRENT_PIN2"
+msgstr "Mevcut PIN2"
+
+msgid "IDS_ST_BODY_DISPLAY_CONTENTS"
+msgstr "İçeriği görüntüle"
+
+msgid "IDS_ST_BODY_DIVX_DEREGISTRATION"
+msgstr "DivX kaydı kaldırma"
+
+msgid "IDS_ST_BODY_DIVX_REGISTRATION"
+msgstr "DivX kaydı"
+
+msgid "IDS_ST_BODY_DRM_MEDIA"
+msgstr "DRM ortam"
+
+msgid "IDS_ST_BODY_DVB_H"
+msgstr "DVB-H"
+
+msgid "IDS_ST_BODY_ENTER_4_TO_8_DIGIT_PIN"
+msgstr "4 ila 8 basamaklı PIN girin"
+
+msgid "IDS_ST_BODY_ETC"
+msgstr "ETC"
+
+msgid "IDS_ST_BODY_EVENTS_NOTIFICATIONS"
+msgstr "Etkinlik bildirimleri"
+
+msgid "IDS_ST_BODY_FIXED_DIALLING_MODE"
+msgstr "Sabit arama modu"
+
+msgid "IDS_ST_BODY_FLIGHT_MODE"
+msgstr "Uçuş modu"
+
+msgid "IDS_ST_BODY_FONTSTYLE_GLOBAL"
+msgstr "Global"
+
+msgid "IDS_ST_BODY_FOREIGN_NETWORK"
+msgstr "Dış şebeke"
+
+msgid "IDS_ST_BODY_IM"
+msgstr "IM"
+
+msgid "IDS_ST_BODY_IN_USE"
+msgstr "Kullanımda"
+
+msgid "IDS_ST_BODY_ITEMS"
+msgstr "Öğe"
+
+msgid "IDS_ST_BODY_LAN"
+msgstr "Diller"
+
+msgid "IDS_ST_BODY_LICENCE"
+msgstr "Lisans"
+
+msgid "IDS_ST_BODY_LIST_VIEW"
+msgstr "Liste görünümü"
+
+msgid "IDS_ST_BODY_MAXIMUM"
+msgstr "Maksimum"
+
+msgid "IDS_ST_BODY_MEDIUM_M_FONTSIZE"
+msgstr "Orta"
+
+msgid "IDS_ST_BODY_MEMORY"
+msgstr "Bellek"
+
+msgid "IDS_ST_BODY_MEMORYSETTINGS_DEFAULT_MEMORY"
+msgstr "Varsayılan bellek"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_ANNIVERSARIES"
+msgstr "Yıl Dönümleri"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_APPOINTMENTS"
+msgstr "Randevular"
+
+msgid "IDS_ST_BODY_MEMORYSTATUS_MMS"
+msgstr "MMS"
+
+msgid "IDS_ST_BODY_MEMORY_CARD_DETAILS"
+msgstr "Bellek kartı bilgileri"
+
+msgid "IDS_ST_BODY_MEMORY_STATUS"
+msgstr "Bellek durumu"
+
+msgid "IDS_ST_BODY_MESSAGE_AND_EMAIL"
+msgstr "Mesaj ve e-posta"
+
+msgid "IDS_ST_BODY_MOBILE_TRACKER"
+msgstr "Mobil izleyici"
+
+msgid "IDS_ST_BODY_MSGSETTINGSMMS_DEFAULT_STYLE"
+msgstr "Varsayılan stil"
+
+msgid "IDS_ST_BODY_MYTHEME_DEFAULT"
+msgstr "Varsayılan"
+
+msgid "IDS_ST_BODY_NETWORK"
+msgstr "Şebeke"
+
+msgid "IDS_ST_BODY_NETWORK_CODE"
+msgstr "Şebeke kodu"
+
+msgid "IDS_ST_BODY_NETWORK_LIST"
+msgstr "Şebeke listesi"
+
+msgid "IDS_ST_BODY_NETWORK_TYPE"
+msgstr "Şebeke türü"
+
+msgid "IDS_ST_BODY_NEW_PASSWORD"
+msgstr "Yeni şifre"
+
+msgid "IDS_ST_BODY_NEW_PIN1"
+msgstr "Yeni PIN1 kodu"
+
+msgid "IDS_ST_BODY_NEW_PIN2"
+msgstr "Yeni PIN2"
+
+msgid "IDS_ST_BODY_PASSWORD_EMPTY"
+msgstr "Parola boş"
+
+msgid "IDS_ST_BODY_PC_INTERNET"
+msgstr "PC internet"
+
+msgid "IDS_ST_BODY_PHONEPROFILES_DRIVING"
+msgstr "Araç kullanma"
+
+msgid "IDS_ST_BODY_PHONE_LOCK"
+msgstr "Telefon kilidi"
+
+msgid "IDS_ST_BODY_PIN1"
+msgstr "PIN1"
+
+msgid "IDS_ST_BODY_PIN2"
+msgstr "PIN2"
+
+msgid "IDS_ST_BODY_PINS_DON'T_MATCH_E"
+msgstr "PIN’ler uyuşmuyor!"
+
+msgid "IDS_ST_BODY_PRIVACY_LOCK"
+msgstr "Gizlilik kilidi"
+
+msgid "IDS_ST_BODY_PUK1_BLOCKED"
+msgstr "PUK1 bloke oldu"
+
+msgid "IDS_ST_BODY_PUK1_CODE"
+msgstr "PUK1 kodu"
+
+msgid "IDS_ST_BODY_PUK2"
+msgstr "PUK2"
+
+msgid "IDS_ST_BODY_PUK2_BLOCKED"
+msgstr "PUK2 engellendi"
+
+msgid "IDS_ST_BODY_RAISING_MELODY"
+msgstr "Artan melodi"
+
+msgid "IDS_ST_BODY_RECENT"
+msgstr "Yakın"
+
+msgid "IDS_ST_BODY_RINGTONES_SAMSUNG_TUNE"
+msgstr "Samsung melodisi"
+
+msgid "IDS_ST_BODY_ROAMING_NETWORK"
+msgstr "Dolaşım şebekesi"
+
+msgid "IDS_ST_BODY_SECONDS_GA"
+msgstr "saniye"
+
+msgid "IDS_ST_BODY_SECURE"
+msgstr "Güvenli"
+
+msgid "IDS_ST_BODY_SECURITY"
+msgstr "Güvenlik"
+
+msgid "IDS_ST_BODY_SERVICE_TYPE"
+msgstr "Servis türü"
+
+msgid "IDS_ST_BODY_SIM_LOCK"
+msgstr "SIM kilidi"
+
+msgid "IDS_ST_BODY_SIM_PASSWORD"
+msgstr "SIM şifresi"
+
+msgid "IDS_ST_BODY_SMALL_M_TEXTSIZE"
+msgstr "Küçük"
+
+msgid "IDS_ST_BODY_SOS_MASSAGES"
+msgstr "Acil durum mesajları"
+
+msgid "IDS_ST_BODY_SOUND_PROFILES"
+msgstr "Ses profilleri"
+
+msgid "IDS_ST_BODY_TEXTSTYLE_LARGE"
+msgstr "Büyük"
+
+msgid "IDS_ST_BODY_THEME"
+msgstr "Tema"
+
+msgid "IDS_ST_BODY_TOUCH"
+msgstr "Dokunmatik"
+
+msgid "IDS_ST_BODY_VIBRATION_1"
+msgstr "Titreşim 1"
+
+msgid "IDS_ST_BODY_VIBRATION_2"
+msgstr "Titreşim 2"
+
+msgid "IDS_ST_BODY_VIBRATION_3"
+msgstr "Titreşim 3"
+
+msgid "IDS_ST_BODY_VIBRATION_4"
+msgstr "Titreşim 4"
+
+msgid "IDS_ST_BODY_VIBRATION_5"
+msgstr "Titreşim 5"
+
+msgid "IDS_ST_BODY_VOICE_MAIL"
+msgstr "Telesekreter"
+
+msgid "IDS_ST_BODY_WAP_DOWNLOADS"
+msgstr "İndirilebilir WAP öğeleri"
+
+msgid "IDS_ST_BODY_WI_FI_MAC_ADDRESS"
+msgstr "Wi-Fi MAC adresi"
+
+msgid "IDS_ST_DISPLAYSETTINGS_BODY_MAINGREETINGEDITSTYLEBGCOLOUR"
+msgstr "Arkaplan rengi"
+
+msgid "IDS_ST_HEADER_ALERT_TYPE"
+msgstr "Uyarı türü"
+
+msgid "IDS_ST_HEADER_CONFIRM_PASSWORD_ABB"
+msgstr "Şifreyi onayla"
+
+msgid "IDS_ST_HEADER_DISPLAY_LANGUAGE"
+msgstr "Ekran dili"
+
+msgid "IDS_ST_HEADER_KEYBOARD_LANGUAGE"
+msgstr "Klavye dili"
+
+msgid "IDS_ST_HEADER_MEETING"
+msgstr "Toplantı"
+
+msgid "IDS_ST_HEADER_OUTDOOR"
+msgstr "Dış mekan"
+
+msgid "IDS_ST_HEADER_PIN1_CODE"
+msgstr "PIN1"
+
+msgid "IDS_ST_HEADER_SIM_PASSWORD"
+msgstr "SIM şifresi"
+
+msgid "IDS_ST_HEADER_SPACE_M_THEME"
+msgstr "Space"
+
+msgid "IDS_ST_HEADER_UNAVAILABLE"
+msgstr "Mevcut değil"
+
+msgid "IDS_ST_HEADER_USER_AGREEMENT"
+msgstr "Kullanıcı sözleşmesi"
+
+msgid "IDS_ST_HEADER_WALLPAPER_HOME_SCREEN"
+msgstr "Ana sayfa ekranı"
+
+msgid "IDS_ST_LIGHTSETTINGS_BODY_BACKLIGHTTIME"
+msgstr "Aydınlatma süresi"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BLOCKMESSAGESBYADDRESSNEWPUSH"
+msgstr "İletim mesajları"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCAST"
+msgstr "Hücre yayını mesajları"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_BROADCASTRECEIVINGCHANNELS"
+msgstr "Alınan kanallar"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEFONTSTYLE2"
+msgstr "Yazı tipi stili"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSDEFAULTSTYLEPAGEDURATION"
+msgstr "Sayfa süresi"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSRECEIVOPTIONSHOMENET"
+msgstr "Ana şebeke"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSEXPIRY"
+msgstr "Sona erme"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDOPTIONSPRIORITY"
+msgstr "Öncelik"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_MMSSENDRECEIVINGOPTS"
+msgstr "Alma seçenekleri"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMS"
+msgstr "Metin mesajları"
+
+msgid "IDS_ST_MSGSETTINGS_BODY_SMSSENDINGOPTCHARSUPPORT"
+msgstr "Karakter desteği"
+
+msgid "IDS_ST_OPT_EDIT_CHANNEL"
+msgstr "Kanalı düzenle"
+
+msgid "IDS_ST_OPT_ITEM"
+msgstr "Öğe"
+
+msgid "IDS_ST_OPT_MASS_STORAGE_ABB"
+msgstr "Yığın depolama"
+
+msgid "IDS_ST_OPT_PHONEBOOK"
+msgstr "Rehber"
+
+msgid "IDS_ST_POP_ALL_BARRING"
+msgstr "Tümünü engelleme"
+
+msgid "IDS_ST_POP_ALL_CONTACTS_LINKED_TO_WEB_ACCOUNTS_WILL_ALSO_BE_DELETED_IN_WEB_SERVER_CONTINUE_Q"
+msgstr "Web hesabına bağlanan tüm kişiler aynı zamanda web sunucusundan da silinecek. Devam?"
+
+msgid "IDS_ST_POP_CLEARED"
+msgstr "Temizlendi"
+
+msgid "IDS_ST_POP_CLEARING_ING"
+msgstr "Temizleniyor..."
+
+msgid "IDS_ST_POP_ENTER_8_DIGIT_PIN_UNLOCK_HPUK_CODE_KOR"
+msgstr "8 haneli PIN açma (PUK) kodunu girin"
+
+msgid "IDS_ST_POP_FLIGHT_MODE_ON"
+msgstr "Uçuş modu açık"
+
+msgid "IDS_ST_POP_INCOMING_BARRING"
+msgstr "Gelen engellemeler"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1"
+msgstr "Yanlış PIN1 kodu"
+
+msgid "IDS_ST_POP_INCORRECT_PIN1_ATTEMPT_LEFT"
+msgstr "Hatalı PIN. 1 deneme hakkı kaldı"
+
+msgid "IDS_ST_POP_INCORRECT_PIN2"
+msgstr "Yanlış PIN2"
+
+msgid "IDS_ST_POP_INCORRECT_PIN_PD_ATTEMPTS_LEFT"
+msgstr "Hatalı PIN. %d deneme hakkı kaldı"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_1_ATTEMPT_LEFT"
+msgstr "Hatalı PUK1. 1 deneme hakkı kaldı"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_CODE"
+msgstr "Hatalı PUK1 kodu"
+
+msgid "IDS_ST_POP_INCORRECT_PUK1_PD_ATTEMPTS_LEFT"
+msgstr "Hatalı PUK1. %d deneme hakkı kaldı"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2"
+msgstr "Yanlış PUK2"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_1_ATTEMPT_LEFT"
+msgstr "Hatalı PUK2. 1 deneme hakkı kaldı"
+
+msgid "IDS_ST_POP_INCORRECT_PUK2_PD_ATTEMPTS_LEFT"
+msgstr "Hatalı PUK2. %d deneme hakkı kaldı"
+
+msgid "IDS_ST_POP_MSG_FORMATTING"
+msgstr "Biçimlendiriliyor…"
+
+msgid "IDS_ST_POP_MSG_FORMAT_QUESTION"
+msgstr "Biçimlendirme işlemi tüm veriyi silecek.\nDevam edilsin mi?"
+
+msgid "IDS_ST_POP_NO_ITEMS_SELECTED"
+msgstr "Seçili öğe yok"
+
+msgid "IDS_ST_POP_OUTGOING_BARRING"
+msgstr "Giden arama engelleme"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Şifreler uyuşmuyor"
+
+msgid "IDS_ST_POP_PASSWORD_CHANGED"
+msgstr "Şifre değiştirildi"
+
+msgid "IDS_ST_POP_PASSWORD_TOO_SHORT"
+msgstr "Şifre çok kısa"
+
+msgid "IDS_ST_POP_PD_ATTEMPTS_LEFT"
+msgstr "%d deneme kaldı"
+
+msgid "IDS_ST_POP_PD_ATTEMPT_LEFT"
+msgstr "%d deneme kaldı"
+
+msgid "IDS_ST_POP_PIN1_BLOCKED"
+msgstr "PIN1 kodu bloke oldu"
+
+msgid "IDS_ST_POP_PIN1_CHANGED"
+msgstr "PIN1 kodu değişti"
+
+msgid "IDS_ST_POP_PIN2_BLOCKED"
+msgstr "PIN2 kilitlendi"
+
+msgid "IDS_ST_POP_PIN2_CHANGED"
+msgstr "PIN2 kodu değişti"
+
+msgid "IDS_ST_POP_PIN2_UNBLOCKED"
+msgstr "PIN2 kilidi kaldırıldı"
+
+msgid "IDS_ST_POP_PIN_UNBLOCKED"
+msgstr "PIN kilidi kaldırıldı"
+
+msgid "IDS_ST_POP_SAVING"
+msgstr "Kaydediliyor"
+
+msgid "IDS_ST_POP_SET"
+msgstr "Ayarlandı"
+
+msgid "IDS_ST_POP_TEXT_MESSAGE_ALERT_TONE"
+msgstr "Mesaj uyarı sesi"
+
+msgid "IDS_ST_POP_TEXT_NEW_NETWORK"
+msgstr "Yeni şebeke"
+
+msgid "IDS_ST_POP_UNKNOWN_OPERATION"
+msgstr "Bilinmeyen operasyon"
+
+msgid "IDS_ST_POP_YES"
+msgstr "Evet"
+
+msgid "IDS_ST_SECURITY_BODY_ENTERPIN2BABY"
+msgstr "PIN2"
+
+msgid "IDS_ST_SECURITY_BODY_NOIMSI"
+msgstr "Lütfen SIM kartı takın"
+
+msgid "IDS_ST_SK_FORMAT"
+msgstr "Biçimlen."
+
+msgid "IDS_ST_POP_ACTIVATION_ONGOING"
+msgstr "Etkinleştirme devam ediyor..."
+
+msgid "IDS_COM_BODY_EMAILS_T_MAINMENU_ABB2"
+msgstr "E-postlr"
+
+msgid "IDS_WIFI_HEADER_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_ST_HEADER_WI_FI"
+msgstr "Wi-Fi"
+
+msgid "IDS_ST_BODY_CPU_USAGE"
+msgstr "CPU kullanımı"
+
+msgid "IDS_ST_MBODY_SCREEN_READER_HTTS"
+msgstr "Ekran okuyucu (TTS)"
+
+msgid "IDS_ST_BODY_SPEECH_RATE"
+msgstr "Konuşma oranı"
+
+msgid "IDS_ST_HEADER_ACCESSIBILITY"
+msgstr "Erişebilirlik"
+
+msgid "IDS_ST_MBODY_HIGH_CONTRAST"
+msgstr "Yüksek kontrast"
+
+msgid "IDS_ST_MBODY_FONT_SIZE"
+msgstr "Yazı boyutu"
+
+msgid "IDS_ST_BODY_FONT_STYLE"
+msgstr "Yazı tipi stili"
+
+msgid "IDS_ST_BODY_TORCH_LIGHT"
+msgstr "Fener ışığı"
+
+msgid "IDS_ST_MBODY_MONO_AUDIO"
+msgstr "Mono ses"
+
+msgid "IDS_ST_HEADER_TUTORIAL"
+msgstr "Kılavuz"
+
+msgid "IDS_ST_BODY_TOUCHSENSITIVITY_SENSITIVITY"
+msgstr "Hassaslık"
+
+msgid "IDS_MTTRL_BODY_USE_PANNING"
+msgstr "Gezdirme kullan"
+
+msgid "IDS_MTTRL_HEADER_TRY_TILT"
+msgstr "Tilt dene"
+
+msgid "IDS_ST_HEADER_INCOMING_CALLS"
+msgstr "Gelen aramalar"
+
+msgid "IDS_ST_SK_VOLUME"
+msgstr "Ses"
+
+msgid "IDS_ST_HEADER_USB_UTILITIES"
+msgstr "USB yardımcı uygulamaları"
+
+msgid "IDS_ST_BODY_ROTATION_LOCK"
+msgstr "Döndürme kilidi"
+
+msgid "IDS_ST_BODY_BATTERY_PERCENTAGE_ABB"
+msgstr "Pil yüzdesi"
+
+msgid "IDS_ST_BODY_MY_NUMBER"
+msgstr "Numaram"
+
+msgid "IDS_ST_BODY_MODEL_NUMBER"
+msgstr "Model numarası"
+
+msgid "IDS_ST_BODY_VERSION_C"
+msgstr "Sürüm:"
+
+msgid "IDS_ST_BODY_BUILD_NUMBER"
+msgstr "Yapım numarası"
+
+msgid "IDS_ST_BODY_DEVICE_INFO"
+msgstr "Cihaz bilgisi"
+
+msgid "IDS_ST_BODY_SUNDAY"
+msgstr "Pazar"
+
+msgid "IDS_ST_BODY_MONDAY"
+msgstr "Pazartesi"
+
+msgid "IDS_ST_BODY_TUESDAY"
+msgstr "Salı"
+
+msgid "IDS_ST_BODY_10_MINUTES"
+msgstr "10 dakika"
+
+msgid "IDS_ST_BODY_3MINUTES"
+msgstr "3 dakika"
+
+msgid "IDS_ST_BODY_HOLD_ME"
+msgstr "Beni tut"
+
+msgid "IDS_MTTRL_BODY_MOTION_ACTIVATION"
+msgstr "Hareket etkinleştirme"
+
+msgid "IDS_MTTRL_MBODY_TILT_TO_ZOOM"
+msgstr "Yakınlaştırmak için eğ"
+
+msgid "IDS_ST_BUTTON_USE_TILT"
+msgstr "Eğme kullan"
+
+msgid "IDS_ST_BODY_USE_MOTION"
+msgstr "Hareket kullan"
+
+msgid "IDS_ST_BODY_MOTION_DISABLED"
+msgstr "Hareket devre dışı"
+
+msgid "IDS_COM_POP_UNABLE_TO_SECURE_CONNECTION"
+msgstr "Güvenli bağlantı yapılamıyor"
+
+msgid "IDS_ST_BODY_NOTIFICATION"
+msgstr "Bildirim"
+
+msgid "IDS_ST_BODY_SOUNDFEEDBACK_HAPTIC_FEEDBACK"
+msgstr "Dokunmalı geribildirim"
+
+msgid "IDS_ST_BODY_MSG_ALERT_REPETITION"
+msgstr "Mesaj uyarı tekrarı"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT_REPETITION"
+msgstr "E-posta uyarı tekrarı"
+
+msgid "IDS_ST_POP_SIMPLE_PASSWORD_NOT_ALLOWED"
+msgstr "Basit şifreye izin verilmedi"
+
+msgid "IDS_ST_BODY_INCOMING_CALL"
+msgstr "Gelen arama"
+
+msgid "IDS_ST_BODY_ONCE"
+msgstr "1 kez"
+
+msgid "IDS_ST_BODY_EVERY_2MIN"
+msgstr "Her 2 dakikada bir"
+
+msgid "IDS_ST_BODY_EVERY_5MIN"
+msgstr "Her 5 dakikada bir"
+
+msgid "IDS_ST_BODY_EVERY_10MINUTES"
+msgstr "Her 10 dakikada bir"
+
+msgid "IDS_ST_BODY_15SEC"
+msgstr "15 saniye"
+
+msgid "IDS_ST_BODY_30SEC"
+msgstr "30 saniye"
+
+msgid "IDS_ST_BODY_8_SECONDS"
+msgstr "8 saniye"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY_SETTINGS"
+msgstr "Erişebilirlik ayarları"
+
+msgid "IDS_ST_BODY_AFTER_5_SECONDS"
+msgstr "5 saniye sonra"
+
+msgid "IDS_ST_HEADER_PD_ATTEMPTS_LEFT"
+msgstr "%d deneme kaldı"
+
+msgid "IDS_ST_BODY_AVAILABLE_SPACE"
+msgstr "Kullanılabilir alan"
+
+msgid "IDS_ST_BODY_BLACK"
+msgstr "Siyah"
+
+msgid "IDS_ST_HEADER_EASY_ACCESS"
+msgstr "Kolay erişim"
+
+msgid "IDS_CLD_BODY_FIRST_DAY_OF_WEEK"
+msgstr "Haftanın ilk günü"
+
+msgid "IDS_ST_BODY_FORMAT_SD_CARD"
+msgstr "SD kartı biçimlendir"
+
+msgid "IDS_ST_BODY_GSM"
+msgstr "GSM"
+
+msgid "IDS_ST_HEADER_HEARING"
+msgstr "Duyma"
+
+msgid "IDS_ST_HEADER_HOME_SCREEN_ABB"
+msgstr "Ana ekran"
+
+msgid "IDS_ST_HEADER_INSERT_SIM_CARD_ABB"
+msgstr "SIM kartını takın"
+
+msgid "IDS_ST_HEADER_INCORRECT_PROXY_ADDRESS"
+msgstr "Hatalı proxy adresi"
+
+msgid "IDS_ST_BODY_KIES_INSTALLER"
+msgstr "Kies yükleyicisi"
+
+msgid "IDS_ST_BODY_LANGUAGE"
+msgstr "Dil"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TILT_ABB"
+msgstr "Eğme hakk bilgi"
+
+msgid "IDS_MTTRL_HEADER_LEARN_ABOUT_TURN_OVER"
+msgstr "Ters çevirme hakkında bilgi"
+
+msgid "IDS_COM_BODY_MEDIA"
+msgstr "Medya"
+
+msgid "IDS_ST_BODY_MOTION_SETTINGS"
+msgstr "Hareket ayarları"
+
+msgid "IDS_ST_MBODY_MOTIONS"
+msgstr "Hareketler"
+
+msgid "IDS_ST_BODY_MOUNT_SD_CARD"
+msgstr "SD kartı takın"
+
+msgid "IDS_MTTRL_BODY_MOVE_AN_ICON_TO_ANOTHER_PAGE"
+msgstr "Bir simgeyi diğer sayfaya taşı"
+
+msgid "IDS_ST_BODY_MOVE_DEVICE_LEFT_OR_RIGHT"
+msgstr "Cihazı sola veya sağa hareket ettir"
+
+msgid "IDS_ST_OPT_NETWORK_LIST"
+msgstr "Şebeke listesi"
+
+msgid "IDS_ST_HEADER_NEW_NETWORK"
+msgstr "Yeni şebeke"
+
+msgid "IDS_ST_BODY_NOSERVICE"
+msgstr "Servis yok"
+
+msgid "IDS_COM_BUTTON2_PROCESSING_ING"
+msgstr "İşlem yapılıyor..."
+
+msgid "IDS_COM_MBODY_SECURITY_POLICY"
+msgstr "Güvenlik ilkesi"
+
+msgid "IDS_ST_POP_SELECT_OTHER_CONNECTION"
+msgstr "Başka bağlantı seçin"
+
+msgid "IDS_ST_BODY_PHONE_SOUND_VOL"
+msgstr "Telefon sesleri ses seviyesi"
+
+msgid "IDS_ST_BODY_SPEED_AT_WHICH_THE_TEXT_IS_SPOKEN"
+msgstr "Metnin seslendirildiği hız"
+
+msgid "IDS_COM_BODY_DETAILS_TIME"
+msgstr "Saat"
+
+msgid "IDS_ST_BODY_TOTAL_SPACE"
+msgstr "Toplam alan"
+
+msgid "IDS_MTTRL_HEADER_TRY_DOUBLE_TAP"
+msgstr "Çift dokunmayı deneyin"
+
+msgid "IDS_MTTRL_HEADER_TRY_PANNING"
+msgstr "Gezdirmeyi deneyin"
+
+msgid "IDS_MTTRL_MBODY_TURN_OVER_TO_MUTE"
+msgstr "Susturmak için ters çevir"
+
+msgid "IDS_ST_BODY_UNMOUNT_SD_CARD"
+msgstr "SD kartı devreden çıkar"
+
+msgid "IDS_ST_BODY_USB_DEBUGGING"
+msgstr "USB hata ayıklama"
+
+msgid "IDS_ST_BODY_USE_PACKET_DATA"
+msgstr "Paket veri kullan"
+
+msgid "IDS_ST_HEADER_VISION"
+msgstr "Görme"
+
+msgid "IDS_ST_BODY_INTERNAL_PHONE_STORAGE_SPACE_IS_NEARLY_FULL_VZW"
+msgstr "Internal phone storage space is nearly full"
+
+msgid "IDS_ST_BODY_24_HOURS"
+msgstr "24 saat"
+
+msgid "IDS_ST_BODY_WEDNESDAY"
+msgstr "Çarşamba"
+
+msgid "IDS_ST_BODY_THURSDAY"
+msgstr "Perşembe"
+
+msgid "IDS_ST_BODY_FRIDAY"
+msgstr "Cuma"
+
+msgid "IDS_ST_BODY_SATURDAY"
+msgstr "Cumartesi"
+
+msgid "IDS_ST_BODY_EMAIL"
+msgstr "E-posta"
+
+msgid "IDS_CST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Menü tuş ile ara. kbl et"
+
+msgid "IDS_ST_BODY_HELLO_KITTY_1"
+msgstr "Hello Kitty 1"
+
+msgid "IDS_COM_POP_TIMES_LC"
+msgstr "defa"
+
+msgid "IDS_COM_BODY_VIA_MMS"
+msgstr "MMS ile"
+
+msgid "IDS_ST_BODY_LANGUAGE_AND_REGION_ABB"
+msgstr "Dil ve bölge"
+
+msgid "IDS_ST_BODY_WINSET"
+msgstr "Winset"
+
+msgid "IDS_ST_BODY_ACCEPT_CALLS_USING_THE_HOME_KEY"
+msgstr "Menü tuş ile ara. kbl et"
+
+msgid "IDS_ST_BODY_REMOVE_LICENCE"
+msgstr "Lisansı kaldır"
+
+msgid "IDS_ST_BUTTON2_EDIT_PREFERRED"
+msgstr "Tercih edileni düzenle"
+
+msgid "IDS_ST_BODY_EMAIL_ALERT"
+msgstr "E-posta uyarısı"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN"
+msgstr "Şifreyi tekrar girin"
+
+msgid "IDS_ST_BODY_ENTER_CURRENT_PASSWORD"
+msgstr "Geçerli şifreyi girin"
+
+msgid "IDS_ST_BODY_SD_CARD"
+msgstr "SD kart"
+
+msgid "IDS_ST_BODY_DE_REGISTRATION_CODE_NOT_FOUND"
+msgstr "Kayıt silme kodu bulunamadı"
+
+msgid "IDS_ST_BODY_FAILED_TO_SELECT_NETWORK"
+msgstr "Şebeke seçilemedi"
+
+msgid "IDS_ST_BODY_HIGH_CONTRAST"
+msgstr "Yüksek kontrast"
+
+msgid "IDS_ST_BODY_MMS_CONNECTIONS"
+msgstr "MMS bağlantıları"
+
+msgid "IDS_ST_TAB_PREFERRED"
+msgstr "Tercih edilen"
+
+msgid "IDS_ST_BODY_REGION"
+msgstr "Bölge"
+
+msgid "IDS_ST_BODY_SNS"
+msgstr "SNS"
+
+msgid "IDS_ST_BODY_SENSITIVITY_SETTINGS"
+msgstr "Hassaslık ayarları"
+
+msgid "IDS_ST_HEADER_SENSITIVITY_TEST_ABB"
+msgstr "Hassaslık testi"
+
+msgid "IDS_ST_BODY_VOLUME"
+msgstr "Ses seviyesi"
+
+msgid "IDS_ST_BODY_TEST_TILT_SENSITIVITY"
+msgstr "Eğme hassaslığını test et"
+
+msgid "IDS_ST_BODY_ADJUST_VOLUME_AND_INTENSITY_FOR_SOUNDS_WHEN_MSG"
+msgstr "Arama yaparken, tuş takımı kullanırken, ekrana dokunurken, donanım tuşlarına basarken ve cihazı kilitleyip açarkenki seslerin seviyesini ve yoğunluğunu ayarlayın"
+
+msgid "IDS_ST_BODY_INCORRECT_PASSWORD_TRY_AGAIN"
+msgstr "Şifre yanlış. Tekrar dene"
+
+msgid "IDS_ST_BODY_PICTURE_READER"
+msgstr "Resim okuyucu"
+
+msgid "IDS_ST_BODY_AUTOMATIC_UPDATE"
+msgstr "Otomatik güncelleştirme"
+
+msgid "IDS_COM_BODY_FILEDETAIL_MODEL"
+msgstr "Model"
+
+msgid "IDS_ST_BODY_WHITE"
+msgstr "Beyaz"
+
+msgid "IDS_IDLE_HEADER_CUSTOMISE_LOCK_SCREEN_ABB"
+msgstr "Kilit ekranını özllştr"
+
+msgid "IDS_ST_BODY_MESSAGE_RINGTONE"
+msgstr "Mesaj zil sesi"
+
+msgid "IDS_COM_BODY_DETAILS_LOCATION"
+msgstr "Konum"
+
+msgid "IDS_ST_OPT_ALL"
+msgstr "Hepsi"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD_AGAIN_AFTER_PD_SECONDS"
+msgstr "Şifreyi %d saniye sonra tekrar girin"
+
+msgid "IDS_ST_BODY_UNABLE_TO_CHANGE_PIN"
+msgstr "PIN değiştirilemiyor"
+
+msgid "IDS_ST_BODY_SCREEN_LOCK_SOUND"
+msgstr "Ekran kilidi sesi"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_RINGTONE"
+msgstr "Gelen arama zil sesi"
+
+msgid "IDS_ST_BODY_INCOMING_CALL_VIBRATION"
+msgstr "Gelen arama titreşimi"
+
+msgid "IDS_ST_BODY_SIMPLE_PASSWORD"
+msgstr "Basit şifre"
+
+msgid "IDS_COM_BODY_ALLOW_BLUETOOTH"
+msgstr "Bluetooth'a izin ver"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_USE"
+msgstr "İnternet kullanımına izin verir"
+
+msgid "IDS_COM_BODY_ALLOW_CAMERA"
+msgstr "Kameraya İzin Ver"
+
+msgid "IDS_COM_BODY_ALLOW_DESKTOP_SYNC"
+msgstr "Masaüstü senkr izin ver"
+
+msgid "IDS_COM_BODY_ALLOW_HTML_EMAIL"
+msgstr "HTML e-postasına izin ver"
+
+msgid "IDS_COM_BODY_ALLOW_INTERNET_SHARING"
+msgstr "İnternet paylaşımına izin ver"
+
+msgid "IDS_COM_BODY_ALLOW_POP_AND_IMAP_EMAIL"
+msgstr "POP ve IMAP e-postalarına izin ver"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_ENCRYPTION_ALGORITHM_NEGOTIATION"
+msgstr "S/MIME şifreleme algoritma anlaşmasına izin ver"
+
+msgid "IDS_COM_BODY_ALLOW_S_MIME_SOFTWARE_CERTIFICATES"
+msgstr "S/MIME yazılım sertifikalarına izin ver"
+
+msgid "IDS_COM_BODY_ALLOW_STORAGE_CARD"
+msgstr "Bellek kartına izin ver"
+
+msgid "IDS_COM_BODY_ALLOW_TEXT_MESSAGING"
+msgstr "Metin mesajına izin verin"
+
+msgid "IDS_COM_BODY_ALLOW_WI_FI"
+msgstr "Wi-Fi bağlantısına izin ver"
+
+msgid "IDS_COM_HEADER_ATTACHMENT_CONTROL"
+msgstr "Eklenti kontrolü"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_CALENDAR_EVENTS"
+msgstr "Takvim olayları maksimum yaşı"
+
+msgid "IDS_COM_BODY_MAXIMUM_AGE_OF_EMAILS"
+msgstr "Maksimum e-posta yaşı"
+
+msgid "IDS_COM_BODY_MINIMUM_NUMBER_OF_COMPLEX_CHARACTERS_IN_PASSWORD"
+msgstr "Şifredeki minimum karmaşık karakter sayısı"
+
+msgid "IDS_COM_HEADER_PASSWORD_RECOVERY"
+msgstr "Şifre kurtarma"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_ENCRYPTED"
+msgstr "Mesajların S/MIME şifreli olmasını iste"
+
+msgid "IDS_COM_BODY_REQUIRE_S_MIME_ALGORITHM_ENCRYPTION"
+msgstr "S/MIME algoritma şifrelemesi iste"
+
+msgid "IDS_COM_BODY_REQUIRE_MANUAL_SYNCHRONISATION_WHEN_ROAMING"
+msgstr "Dolaşım sırasında manuel senkronizasyon iste"
+
+msgid "IDS_COM_BODY_REQUIRE_SIGNED_S_MIME_ALGORITHM"
+msgstr "İmzalı S/MIME algoritması iste"
+
+msgid "IDS_COM_BODY_REQUIRE_MESSAGES_TO_BE_S_MIME_SIGNED"
+msgstr "Mesajların S/MIME imzalı olmasını iste"
+
+msgid "IDS_COM_POP_INSERT_SIM_CARD"
+msgstr "Lütfen SIM kartı takın"
+
+msgid "IDS_COM_POP_DEACTIVATE_FLIGHT_MODE_TO_USE_NETWORK_SERVICES"
+msgstr "Ağ servislerini kullanmak için Uçuş modunu devre dışı bırakın"
+
+msgid "IDS_COM_POP_DAY_LC"
+msgstr "Gün"
+
+msgid "IDS_ST_BODY_TIME_ZONE_DST"
+msgstr "Yaz saati"
+
+msgid "IDS_ST_POP_UNINSTALLED"
+msgstr "Uygulama kaldırıldı"
+
+msgid "IDS_ST_HEADER_APPLICATION_INFO"
+msgstr "Uygulama bilgisi"
+
+msgid "IDS_ST_BODY_TOTAL"
+msgstr "Toplam"
+
+msgid "IDS_ST_BODY_APPLICATION"
+msgstr "Uygulama"
+
+msgid "IDS_ST_BODY_DATA"
+msgstr "Data"
+
+msgid "IDS_ST_BODY_BYTES"
+msgstr "bayt"
+
+msgid "IDS_ST_BODY_LAUNCH_BY_DEFAULT"
+msgstr "Varsayılan olarak başlat"
+
+msgid "IDS_ST_BODY_CLEAR_DEFAULTS"
+msgstr "Varsayılanları sil"
+
+msgid "IDS_ST_BODY_YOU_HAVE_SELECTED_TO_LAUNCH_THIS_APPLICATION_BY_DEFAULT_FOR_SOME_ACTIONS"
+msgstr "Bu uygulama bazı eylemler için varsayılan olarak açılmaya ayarlanmış"
+
+msgid "IDS_ST_BODY_OPERATOR"
+msgstr "Operatör"
+
+msgid "IDS_ST_BODY_SAMSUNG"
+msgstr "Samsung"
+
+msgid "IDS_ST_BODY_THIRD_PARTIES"
+msgstr "Üçüncü taraflar"
+
+msgid "IDS_ST_BUTTON_UNINSTALL_UPDATES"
+msgstr "Güncellemeleri kaldır"
+
+msgid "IDS_ST_BODY_STORAGE"
+msgstr "Kayıt yeri"
+
+msgid "IDS_ST_BODY_GB"
+msgstr "GB"
+
+msgid "IDS_ST_BODY_MB"
+msgstr "MB"
+
+msgid "IDS_ST_BODY_KB"
+msgstr "KB"
+
+msgid "IDS_ST_BODY_MORE_DETAILS"
+msgstr "Daha fazla ayrıntı"
+
+msgid "IDS_ST_HEADER_CERTIFICATES"
+msgstr "Sertifikalar"
+
+msgid "IDS_ST_POP_UNINSTALLING_ING"
+msgstr "Kaldırılıyor..."
+
+msgid "IDS_ST_SK_OK"
+msgstr "Tamam"
+
+msgid "IDS_ST_BODY_DISPLAY"
+msgstr "Ekran"
+
+msgid "IDS_ST_BODY_MOBILE_AP"
+msgstr "Mobil AP"
+
+msgid "IDS_ST_BODY_PD_MINUTES"
+msgstr "%d dakika"
+
+msgid "IDS_ST_BODY_POWERONTYPE_MUTE"
+msgstr "Sessiz"
+
+msgid "IDS_ST_BODY_SECONDS"
+msgstr "saniye"
+
+msgid "IDS_ST_BODY_MAINDISPLAY_WALLPAPER"
+msgstr "Duvar kağıdı"
+
+msgid "IDS_ST_BODY_SOUNDS"
+msgstr "Sesler"
+
+msgid "IDS_ST_POP_SEARCHING_ING"
+msgstr "Aranıyor..."
+
+msgid "IDS_ST_BUTTON_FORCE_STOP"
+msgstr "Durmaya zorla"
+
+msgid "IDS_ST_BUTTON_UNINSTALL"
+msgstr "Kaldır"
+
+msgid "IDS_ST_BUTTON_CLEAR_DATA"
+msgstr "Veriyi sil"
+
+msgid "IDS_ST_MBODY_TETHERING_AND_PORTABLE_HOTSPOT"
+msgstr "Bağ. ve taşınabilir Wi-Fi alanı"
+
+msgid "IDS_ST_HEADER2_FIND_MY_MOBILE"
+msgstr "Telefonumu bul"
+
+msgid "IDS_COM_SK_RETRY_A"
+msgstr "Y.dene"
+
+msgid "IDS_ST_BODY_2_MINUTES"
+msgstr "2 dakika"
+
+msgid "IDS_ST_BODY_5_MINUTES"
+msgstr "5 dakika"
+
+msgid "IDS_ST_BODY_MESSAGE_ALERT"
+msgstr "Mesaj uyarısı"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "PC'ye bağlanın. Kullanımın ardından yığın depolama otomatik olarak devre dışı bırakılır"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_USB_DEBUGGING_WILL_BE_DISABLED_AUTOMATICALLY_AFTER_USE"
+msgstr "PC'ye bağlanın. Kullanımın ardından USB hata ayıklama otomatik olarak devre dışı bırakılır"
+
+msgid "IDS_ST_POP_LICENCE_WILL_BE_DELETED_CONTINUE_Q"
+msgstr "Lisans silinecek. Devam edilsin mi?"
+
+msgid "IDS_ST_BODY_DEFAULT_CONNECTION_MODE"
+msgstr "Varsayılan bağlantı modu"
+
+msgid "IDS_ST_BODY_THIS_MODE_IS_FOR_APPLICATION_DEVELOPERS_YOU_CAN_TEST_AND_DEVELOP_SOFTWARE"
+msgstr "Bu mod uygulama geliştiricileri içindir. Yazılım test edebilir ve geliştirebilirsiniz"
+
+msgid "IDS_ST_BODY_SAMSUNG_KIES_IS_THE_DEFAULT_CONNECTION_IT_WILL_REVERT_BACK_TO_DEFAULT_MODE_AFTER_USING_OTHER_MODES_MSG"
+msgstr "Samsung Kies varsayılan bağlantı modudur. Aşağıdaki diğer modlar isteğe bağlıdır. Bu cihaz aşağıdaki modaları kullandıktan sonra varsayılan moda geri dönecektir"
+
+msgid "IDS_ST_BODY_MANUFACTURER"
+msgstr "Üretici"
+
+msgid "IDS_ST_BODY_MASS_STORAGE_HELP_MSG"
+msgstr "Aşağıdaki işlemleri gerçekleştirebilirsiniz:\n - Hızlı dosya kopyalama\n- MAC veya Linux OS ile Bağlantı"
+
+msgid "IDS_ST_BODY_RESET_ALL"
+msgstr "Tümünü sıfırla"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_ON"
+msgstr "Uçuş modu açık"
+
+msgid "IDS_COM_BODY_FLIGHT_MODE_OFF"
+msgstr "Uçuş modu kapalı"
+
+msgid "IDS_ST_POP_UNABLE_TO_TURN_ON_FLIGHT_MODE_VODA"
+msgstr "Uçuş modu açılamıyor"
+
+msgid "IDS_ST_POP_PS_ENABLED"
+msgstr "%s etkin"
+
+msgid "IDS_ST_POP_ACTIVATE_DEVICE_ADMINISTRATOR_Q"
+msgstr "Cihaz yöneticisi etkinleştirilsin mi?"
+
+msgid "IDS_ST_BODY_TOUCH_PANEL_AUTO_LOCK"
+msgstr "Dokunmatik panel otomatik kilidi"
+
+msgid "IDS_ST_BODY_SAVE_TO"
+msgstr "Kayıt yeri"
+
+msgid "IDS_COM_POP_DISCONNECTED"
+msgstr "Bağlantı kesildi"
+
+msgid "IDS_WIFI_MBODY_MOBILE_HOTSPOT_VZW"
+msgstr "Mobile Hotspot"
+
+msgid "IDS_COM_BODY_TEXT_INPUT"
+msgstr "Metin girişi"
+
+msgid "IDS_ST_BODY_TEXT_INPUT"
+msgstr "Metin girişi"
+
+msgid "IDS_ST_BODY_EFFECT"
+msgstr "Efekt"
+
+msgid "IDS_ST_BODY_EXPLANATION_FOR_EXPIRY_REMINDER_MENU"
+msgstr "Örneği duvar kağıdı gibi kullanımda olan bir dosyanın lisans süresi dolmadan önce bir hatırlatma alın"
+
+msgid "IDS_COM_BODY_OFF_M_STATUS"
+msgstr "Kapalı"
+
+msgid "IDS_COM_BODY_ON_M_STATUS"
+msgstr "Açık"
+
+msgid "IDS_ST_POP_CONNECT_TO_PC_MASS_STORAGE_WILL_TURN_OFF_AUTOMATICALLY_AFTER_USE"
+msgstr "PC'ye bağlanın. Kullanımdan sonra yığın depolama otomatik olarak kapanır"
+
+msgid "IDS_ST_BODY_TAP_TO_INSERT"
+msgstr "Eklemek için dokunun"
+
+msgid "IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES"
+msgstr "Dolaşımdayken mobil veri kullanımı ekstra ücrete tabidir"
+
+msgid "IDS_ST_BODY_BATTERY"
+msgstr "Pil"
+
+msgid "IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK"
+msgstr "Veri dolaşımı devre dışıyken, veri bağlantısı kullanan uygulamalar çalışmayabilir"
+
+msgid "IDS_ST_HEADER_LOCK_SCREEN"
+msgstr "Ekranı kilitle"
+
+msgid "IDS_ST_BODY_ACCESSIBILITY"
+msgstr "Erişebilirlik"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER"
+msgstr "Otomatik cevapla"
+
+msgid "IDS_ST_MBODY_ASSISTIVE_LIGHT"
+msgstr "Yardımcı ışık"
+
+msgid "IDS_ST_BODY_MANAGE_APPLICATIONS"
+msgstr "Uygulamaları yönet"
+
+msgid "IDS_ST_BODY_POWER_SAVING_MODE"
+msgstr "Güç tasarrufu modu"
+
+msgid "IDS_COM_OPT_REGISTER"
+msgstr "Kaydet"
+
+msgid "IDS_COM_POP_UNEXPECTED_ERROR"
+msgstr "Beklenmedik hata"
+
+msgid "IDS_COM_POP_PROXY_CONNECTION_FAILED"
+msgstr "Proxy bağlantısı başarısız"
+
+msgid "IDS_COM_POP_NETWORK_CONNECTION_ERROR"
+msgstr "Ağ bağlantısı hatası"
+
+msgid "IDS_COM_BODY_INVALID_SIM_CARD"
+msgstr "Geçersiz SIM kart"
+
+msgid "IDS_COM_BODY_OPERATION_FAILED"
+msgstr "İşlem başarısız"
+
+msgid "IDS_COM_POP_VERSION"
+msgstr "Sürüm"
+
+msgid "IDS_ST_BODY_MENUTRANSITIONEFFECT_ZOOM"
+msgstr "Yakınlaştır"
+
+msgid "IDS_ST_MBODY_ZOOM"
+msgstr "Yakınlaştırma"
+
+msgid "IDS_ST_BODY_MOBILE_DATA_WILL_BE_USED_IF_YOU_DOWNLOAD_OR_UPLOAD_DATA_WITHOUT_WI_FI_CONNECTION"
+msgstr "Wi-Fi bağlantısı olmaksızın veri indirir veya karşıya yüklerseniz mobil veri kullanılır"
+
+msgid "IDS_ST_BODY_APP_OPENING_EFFECT"
+msgstr "Uyg açılma efekti"
+
+msgid "IDS_ST_BODY_APP_OPENING_IMAGE"
+msgstr "Uyg açılma resmi"
+
+msgid "IDS_ST_BODY_NEGATIVE_COLOURS"
+msgstr "Negatif renkler"
+
+msgid "IDS_ST_BODY_ZOOM"
+msgstr "Yakınlaştır"
+
+msgid "IDS_ST_BODY_ASSISTIVE_LIGHT"
+msgstr "Yardımcı ışık"
+
+msgid "IDS_ST_BODY_AFTER_1_SECOND"
+msgstr "1 saniye sonra"
+
+msgid "IDS_ST_BODY_AFTER_PD_SECONDS"
+msgstr "%d saniye sonra"
+
+msgid "IDS_ST_BODY_END_CALLS_USING_THE_POWER_KEY"
+msgstr "Görüşmeleri güç tuşu ile bitir"
+
+msgid "IDS_ST_BODY_AUTO_ANSWER_ONLY_OPERATES_WITH_HEADSET_CONNECTED"
+msgstr "Otomatik cevaplama yalnızca kulaklık takılıyken çalışır"
+
+msgid "IDS_ST_BODY_PRESS_THE_POWER_KEY_TO_END_CALLS_THIS_WILL_NOT_TURN_OFF_THE_SCREEN"
+msgstr "Aramaları bitirmek için güç tuşuna bas. Bu işlem ekranı kapatmaz"
+
+msgid "IDS_ST_BODY_CHANGE_TEXT_SIZE_IN_CONTACTS_CALENDAR_MEMO_MESSAGES_EMAIL_AND_IM"
+msgstr "Rehber, Takvim, Not, Mesajlar, E-posta ve IM metin boyutunu değiştir"
+
+msgid "IDS_ST_BODY_PRESS_THE_HOME_KEY_TO_ACCEPT_INCOMING_CALLS"
+msgstr "Gelen aramaları kabul etmek için menü tuşuna bas"
+
+msgid "IDS_ST_BODY_ALL_SETTINGS_WILL_REVERT_TO_DEFAULT_VALUES"
+msgstr "Tüm ayarlar varsayılan değerlere dönecek"
+
+msgid "IDS_ST_BODY_POWER_KEY_SHORTCUT"
+msgstr "Güç tuşu kısayolu"
+
+msgid "IDS_ST_BODY_BLUETOOTH_USB_UTILITIES_ETC"
+msgstr "Bluetooth, USB yardımcı uygulamaları, vb."
+
+msgid "IDS_ST_BODY_DATE_AND_TIME_KEYBOARD_LICENCE_ETC"
+msgstr "Tarih ve saat, klavye, lisans, vb."
+
+msgid "IDS_ST_BODY_MORE_CONNECTIVITY_SETTINGS"
+msgstr "Daha fazla bağlanabilirlik ayarları"
+
+msgid "IDS_ST_BODY_MORE_SYSTEM_SETTINGS"
+msgstr "Daha fazla sistem ayarları"
+
+msgid "IDS_ST_BODY_THIS_BAND_MAY_NOT_WORK_OUTSIDE_THE_USA_AND_CANADA"
+msgstr "Bu bant ABD ve Kanada dışında çalışmayabilir"
+
+msgid "IDS_ST_BODY_UMTS_MODE_ONLY_WORKS_INSIDE_3G_COVERAGE_AREA"
+msgstr "UMTS modu yalnızca 3G kapsama alanı içinde çalışır"
+
+msgid "IDS_ST_MBODY_REGISTER"
+msgstr "Kayıt"
+
+msgid "IDS_ST_MBODY_DEREGISTER"
+msgstr "Kayıt silme"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABIDJAN"
+msgstr "Abidjan"
+
+msgid "IDS_WCL_BODY_CITYNAME_ABUDHABI"
+msgstr "Abu Dabi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ACCRA"
+msgstr "Accra"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADDIS_ABABA"
+msgstr "Addis Ababa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ADELAIDE"
+msgstr "Adelaide"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALASKA"
+msgstr "Alaska"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALGIERS"
+msgstr "Cezayir"
+
+msgid "IDS_WCL_BODY_CITYNAME_ALMATY"
+msgstr "Alma Ata"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMBON"
+msgstr "Ambon"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMMAN"
+msgstr "Amman"
+
+msgid "IDS_WCL_BODY_CITYNAME_AMSTERDAME"
+msgstr "Amsterdam"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANADYR"
+msgstr "Anadyr"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANCHORAGE"
+msgstr "Anchorage"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANKARA"
+msgstr "Ankara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ANTANANARIVO"
+msgstr "Antananarivo"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASHGABAT"
+msgstr "Aşkabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASMARA"
+msgstr "Asmara"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASTANA"
+msgstr "Astana"
+
+msgid "IDS_WCL_BODY_CITYNAME_ASUNCION"
+msgstr "Asuncion"
+
+msgid "IDS_WCL_BODY_CITYNAME_ATHENS"
+msgstr "Atina"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUCKLAND"
+msgstr "Auckland"
+
+msgid "IDS_WCL_BODY_CITYNAME_AUSTIN"
+msgstr "Austin"
+
+msgid "IDS_WCL_BODY_CITYNAME_AZORES"
+msgstr "Azores"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAGHDAD"
+msgstr "Bağdat"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAKU"
+msgstr "Bakü"
+
+msgid "IDS_WCL_BODY_CITYNAME_BALTIMORE"
+msgstr "Baltimore"
+
+msgid "IDS_WCL_BODY_CITYNAME_BAMAKO"
+msgstr "Bamako"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGKOK"
+msgstr "Bangkok"
+
+msgid "IDS_WCL_BODY_CITYNAME_BANGUI"
+msgstr "Bangui"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARCELONA"
+msgstr "Barcelona"
+
+msgid "IDS_WCL_BODY_CITYNAME_BARI"
+msgstr "Bari"
+
+msgid "IDS_WCL_BODY_CITYNAME_BASSE_TERRE"
+msgstr "Basse-Terre"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIJING"
+msgstr "Pekin"
+
+msgid "IDS_WCL_BODY_CITYNAME_BEIRUT"
+msgstr "Beyrut"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELGRADE"
+msgstr "Belgrat"
+
+msgid "IDS_WCL_BODY_CITYNAME_BELIZE_CITY"
+msgstr "Belize City"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERLIN"
+msgstr "Berlin"
+
+msgid "IDS_WCL_BODY_CITYNAME_BERN"
+msgstr "Bern"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISHKEK"
+msgstr "Bişkek"
+
+msgid "IDS_WCL_BODY_CITYNAME_BISSAU"
+msgstr "Bissau"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUINEA_BISSAU"
+msgstr "Gine Bisav"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOGOTA"
+msgstr "Bogota"
+
+msgid "IDS_WCL_BODY_CITYNAME_BOLOGNA"
+msgstr "Bologna"
+
+msgid "IDS_WCL_BODY_BOSTON"
+msgstr "Boston                      "
+
+msgid "IDS_WCL_BODY_CITYNAME_BRASILIA"
+msgstr "Brezilya"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRATISLAVA"
+msgstr "Bratislava"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRIDGETOWN"
+msgstr "Bridgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRISBANE"
+msgstr "Brisbane"
+
+msgid "IDS_WCL_BODY_CITYNAME_BRUSSELS"
+msgstr "Brüksel"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUCHAREST"
+msgstr "Bükreş"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUDAPEST"
+msgstr "Budapeşte"
+
+msgid "IDS_WCL_BODY_CITYNAME_BUENOSAIRES"
+msgstr "Buenos Aires"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAIRO"
+msgstr "Kahire"
+
+msgid "IDS_WCL_BODY_CITYNAME_CALGARY"
+msgstr "Calgary"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANARY_ISLANDS"
+msgstr "Kanarya Adaları"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANBERRA"
+msgstr "Canberra"
+
+msgid "IDS_WCL_BODY_CITYNAME_CANTON"
+msgstr "Canton"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAPE_TOWN"
+msgstr "Cape Town"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARACAS"
+msgstr "Venezuela"
+
+msgid "IDS_WCL_BODY_CITYNAME_CARDIFF"
+msgstr "Cardiff"
+
+msgid "IDS_WCL_BODY_CITYNAME_CASABLANCA"
+msgstr "Casablanca"
+
+msgid "IDS_WCL_BODY_CITYNAME_CATANZARO"
+msgstr "Catanzaro"
+
+msgid "IDS_WCL_BODY_CITYNAME_CAYENNE"
+msgstr "Cayenne"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE"
+msgstr "Charlotte"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHARLOTTE_AMALIE"
+msgstr "Charlotte Amalie"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHELYABINSK"
+msgstr "Chelyabinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHENNAI"
+msgstr "Chennai"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHICAGO"
+msgstr "Chicago"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHISINAU"
+msgstr "Chisinau"
+
+msgid "IDS_WCL_BODY_CITYNAME_CHITA"
+msgstr "Çita"
+
+msgid "IDS_WCL_BODY_CITYNAME_CLEVELAND"
+msgstr "Cleveland"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLOMBO"
+msgstr "Kolombo"
+
+msgid "IDS_WCL_BODY_CITYNAME_COLUMBUS"
+msgstr "Columbus"
+
+msgid "IDS_WCL_BODY_CITYNAME_CONAKRY"
+msgstr "Conakry"
+
+msgid "IDS_WCL_BODY_CITYNAME_COPENHAGEN"
+msgstr "Kopenhag"
+
+msgid "IDS_WCL_BODY_CITYNAME_CORK"
+msgstr "Cork"
+
+msgid "IDS_WCL_BODY_CITYNAME_CROTONE"
+msgstr "Crotone"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAKAR"
+msgstr "Dakar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DALLAS"
+msgstr "Dallas"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAMASCUS"
+msgstr "Damascus"
+
+msgid "IDS_WCL_BODY_CITYNAME_DAR_ES_SALAAM"
+msgstr "Dar üs Selam"
+
+msgid "IDS_WCL_BODY_CITYNAME_DARWIN"
+msgstr "Darwin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DELHI"
+msgstr "Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENPASAR"
+msgstr "Denpasar"
+
+msgid "IDS_WCL_BODY_CITYNAME_DENVER"
+msgstr "Denver"
+
+msgid "IDS_WCL_BODY_CITYNAME_DETROIT"
+msgstr "Detroit"
+
+msgid "IDS_WCL_BODY_CITYNAME_DHAKA"
+msgstr "Dakka"
+
+msgid "IDS_WCL_BODY_CITYNAME_DIEGO_GARCIA"
+msgstr "Diego Garcia"
+
+msgid "IDS_WCL_BODY_CITYNAME_DJIBOUTI"
+msgstr "Cibuti"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOHA"
+msgstr "Doha"
+
+msgid "IDS_WCL_BODY_CITYNAME_DOUALA"
+msgstr "Douala"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBAI"
+msgstr "Dubai"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUBLIN"
+msgstr "Dublin"
+
+msgid "IDS_WCL_BODY_CITYNAME_DUSHANBE"
+msgstr "Duşanbe"
+
+msgid "IDS_WCL_BODY_CITYNAME_EASTER_ISLAND"
+msgstr "Easter Adası"
+
+msgid "IDS_WCL_BODY_CITYNAME_EDINBURGH"
+msgstr "Edinburgh"
+
+msgid "IDS_WCL_BODY_CITYNAME_EL_PASO"
+msgstr "El Paso"
+
+msgid "IDS_WCL_BODY_CITYNAME_FLORENCE"
+msgstr "Floransa"
+
+msgid "IDS_WCL_BODY_CITYNAME_FORT_DE_FRANCE"
+msgstr "Fort-de-France"
+
+msgid "IDS_WCL_BODY_CITYNAME_FREETOWN"
+msgstr "Freetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GABORONE"
+msgstr "Gaborone"
+
+msgid "IDS_WCL_BODY_CITYNAME_GALAPAGOS_ISLANDS"
+msgstr "Galapagos Adaları"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENEVA"
+msgstr "Cenevre"
+
+msgid "IDS_WCL_BODY_CITYNAME_GENOA"
+msgstr "Genoa"
+
+msgid "IDS_WCL_BODY_CITYNAME_GEORGETOWN"
+msgstr "Georgetown"
+
+msgid "IDS_WCL_BODY_CITYNAME_GRYTVIKEN"
+msgstr "Grytviken"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOUTH_GEORGIA"
+msgstr "Güney Georgia"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUAM"
+msgstr "Guam"
+
+msgid "IDS_WCL_BODY_GUATEMALA_CITY"
+msgstr "Guatemala"
+
+msgid "IDS_WCL_BODY_CITYNAME_GUSTAVIA"
+msgstr "Gustavia"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_BARTHELEMY"
+msgstr "Saint Barthelemy"
+
+msgid "IDS_WCL_BODY_CITYNAME_HALIFAX"
+msgstr "Halifax"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAMBURG"
+msgstr "Hamburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_HANOI"
+msgstr "Hanoi"
+
+msgid "IDS_WCL_BODY_CITYNAME_HARARE"
+msgstr "Harare"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAVANA"
+msgstr "Havana"
+
+msgid "IDS_WCL_BODY_CITYNAME_HAWAII"
+msgstr "Hawaii"
+
+msgid "IDS_WCL_BODY_CITYNAME_HELSINKI"
+msgstr "Helsinki"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOBART"
+msgstr "Hobart"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONGKONG"
+msgstr "Hong Kong"
+
+msgid "IDS_WCL_BODY_CITYNAME_HONOLULU"
+msgstr "Honolulu"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOUSTON"
+msgstr "Houston"
+
+msgid "IDS_WCL_BODY_CITYNAME_HOVD"
+msgstr "Hovd"
+
+msgid "IDS_WCL_BODY_CITYNAME_INDIANAPOLIS"
+msgstr "İndianapolis"
+
+msgid "IDS_WCL_BODY_CITYNAME_IRKUTSK"
+msgstr "Irkutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISLAMABAD"
+msgstr "Islamabad"
+
+msgid "IDS_WCL_BODY_CITYNAME_ISTANBUL"
+msgstr "İstanbul"
+
+msgid "IDS_WCL_BODY_CITYNAME_IZHEVSK"
+msgstr "Izhevsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_JAKARTA"
+msgstr "Jakarta"
+
+msgid "IDS_WCL_BODY_CITYNAME_JEDDAH"
+msgstr "Cidde"
+
+msgid "IDS_WCL_BODY_CITYNAME_JERUSALEM"
+msgstr "Kudüs"
+
+msgid "IDS_WCL_BODY_CITYNAME_JOHANNESBURG"
+msgstr "Johannesburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_KABUL"
+msgstr "Kabil"
+
+msgid "IDS_WCL_BODY_CITYNAME_KALININGRAD"
+msgstr "Kaliningrad"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMCHATKA"
+msgstr "Kamchatka"
+
+msgid "IDS_WCL_BODY_CITYNAME_KAMPALA"
+msgstr "Kampala"
+
+msgid "IDS_WCL_BODY_CITYNAME_KARACHI"
+msgstr "Karaçi"
+
+msgid "IDS_WCL_BODY_CITYNAME_KATHMANDU"
+msgstr "Kathmandu"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHABAROVSK"
+msgstr "Khabarovsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARKIV"
+msgstr "Kharkiv"
+
+msgid "IDS_WCL_BODY_CITYNAME_KHARTOUM"
+msgstr "Khartoum"
+
+msgid "IDS_WCL_BODY_CITYNAME_KIEV"
+msgstr "Kiev"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINGSTON"
+msgstr "Kingston"
+
+msgid "IDS_WCL_BODY_CITYNAME_KINSHASA"
+msgstr "Kinshasa"
+
+msgid "IDS_WCL_BODY_CITYNAME_KOLKATA"
+msgstr "Kalküta"
+
+msgid "IDS_WCL_BODY_CITYNAME_KRASNOYARSK"
+msgstr "Krasnoyarsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_KUALA_LUMPUR"
+msgstr "Kuala Lumpur"
+
+msgid "IDS_WCL_BODY_KUWAIT"
+msgstr "Kuveyt"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOS_ANGELES"
+msgstr "Los Angeles"
+
+msgid "IDS_WCL_BODY_CITYNAME_LA_PAZ"
+msgstr "La Paz"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAGOS"
+msgstr "Lagos"
+
+msgid "IDS_WCL_BODY_CITYNAME_LAS_VEGAS"
+msgstr "Las Vegas"
+
+msgid "IDS_WCL_BODY_CITYNAME_LIMA"
+msgstr "Lima"
+
+msgid "IDS_WCL_BODY_CITYNAME_LISBON"
+msgstr "Lizbon"
+
+msgid "IDS_WCL_BODY_CITYNAME_LJUBLJANA"
+msgstr "Ljubljana"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONDON"
+msgstr "Londra"
+
+msgid "IDS_WCL_BODY_CITYNAME_LONGHUA"
+msgstr "Longhua"
+
+msgid "IDS_WCL_BODY_CITYNAME_LOUISVILLE"
+msgstr "Louisville"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUANDA"
+msgstr "Luanda"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUBUMBASHI"
+msgstr "Lubumbashi"
+
+msgid "IDS_WCL_BODY_CITYNAME_LUSAKA"
+msgstr "Lusaka"
+
+msgid "IDS_WCL_BODY_LUXEMBOURG"
+msgstr "Lüksemburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_LVIV"
+msgstr "Lviv"
+
+msgid "IDS_WCL_BODY_CITYNAME_MACAU"
+msgstr "Macau"
+
+msgid "IDS_WCL_BODY_CITYNAME_MADRID"
+msgstr "Madrid"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAGADAN"
+msgstr "Magadan"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALABO"
+msgstr "Malabo"
+
+msgid "IDS_WCL_BODY_CITYNAME_EQUAORIAL_GUINEA"
+msgstr "Ekvator Ginesi"
+
+msgid "IDS_WCL_BODY_CITYNAME_MALE"
+msgstr "Male"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAGUA"
+msgstr "Managua"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANAMA"
+msgstr "Manama"
+
+msgid "IDS_WCL_BODY_CITYNAME_MANILA"
+msgstr "Manila"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAPUTO"
+msgstr "Maputo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MARIGOT"
+msgstr "Marigot"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_MARTIN"
+msgstr "Saint Martin"
+
+msgid "IDS_WCL_BODY_CITYNAME_MAZATLAN"
+msgstr "Mazatlan"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIYADH"
+msgstr "Riyad"
+
+msgid "IDS_WCL_BODY_CITYNAME_MELBOURNE"
+msgstr "Melbourne"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEMPHIS"
+msgstr "Memphis"
+
+msgid "IDS_WCL_BODY_CITYNAME_MESSINA"
+msgstr "Messina"
+
+msgid "IDS_WCL_BODY_CITYNAME_MEXICO_CITY"
+msgstr "Mexico City"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIAMI"
+msgstr "Miami"
+
+msgid "IDS_WCL_BODY_CITYNAME_MID_ATLANTIC"
+msgstr "Orta-Atlantic"
+
+msgid "IDS_WCL_BODY_CITYNAME_MIDWAY_ATOLL"
+msgstr "Midway Atolü"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILAN"
+msgstr "Milano"
+
+msgid "IDS_WCL_BODY_CITYNAME_MILWAUKEE"
+msgstr "Milwaukee"
+
+msgid "IDS_WCL_BODY_CITYNAME_MINSK"
+msgstr "Minsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOGADISHU"
+msgstr "Mogadishu"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONROVIA"
+msgstr "Monrovia"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTEVIDEO"
+msgstr "Montevideo"
+
+msgid "IDS_WCL_BODY_CITYNAME_MONTREAL"
+msgstr "Montreal"
+
+msgid "IDS_WCL_BODY_CITYNAME_MOSCOW"
+msgstr "Moskova"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUMBAI"
+msgstr "Mumbai"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUNICH"
+msgstr "Münih"
+
+msgid "IDS_WCL_BODY_CITYNAME_MUSCAT"
+msgstr "muscat"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAIROBI"
+msgstr "Nairobi"
+
+msgid "IDS_WCL_BODY_CITYNAME_ROME"
+msgstr "Roma"
+
+msgid "IDS_WCL_BODY_CITYNAME_NATERS"
+msgstr "Naters"
+
+msgid "IDS_WCL_BODY_CITYNAME_NDJAMENA"
+msgstr "N'Djamena"
+
+msgid "IDS_WCL_BODY_CITYNAME_NAPLES"
+msgstr "Napoli"
+
+msgid "IDS_WCL_BODY_MECCA"
+msgstr "Mekke"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWDELHI"
+msgstr "Yeni Delhi"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWYORK"
+msgstr "New York"
+
+msgid "IDS_WCL_BODY_CITYNAME_NEWFOUNDLAND"
+msgstr "Newfoundland"
+
+msgid "IDS_WCL_BODY_CITYNAME_NIAMEY"
+msgstr "Niamey"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUAKCHOTT"
+msgstr "Nouakchott"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOUMEA"
+msgstr "Noumea"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOKUZNETSK"
+msgstr "Novokuznetsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NOVOSIBIRSK"
+msgstr "Novosibirsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUKUALOFA"
+msgstr "Nuku’alofa"
+
+msgid "IDS_WCL_BODY_CITYNAME_NUUK"
+msgstr "Nuuk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OMSK"
+msgstr "Omsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_OSAKA"
+msgstr "Osaka"
+
+msgid "IDS_WCL_BODY_CITYNAME_OTTAWA"
+msgstr "Ottawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_OUAGADOUGOU"
+msgstr "Ouagadougou"
+
+msgid "IDS_WCL_BODY_CITYNAME_PAGO_PAGO"
+msgstr "Pago Pago"
+
+msgid "IDS_WCL_BODY_CITYNAME_PALERMO"
+msgstr "Palermo"
+
+msgid "IDS_WCL_BODY_PANAMA_CITY"
+msgstr "Panama"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARAMARIBO"
+msgstr "Paramaribo"
+
+msgid "IDS_WCL_BODY_CITYNAME_PARIS"
+msgstr "Paris"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERM"
+msgstr "Perm"
+
+msgid "IDS_WCL_BODY_CITYNAME_PERTH"
+msgstr "Perth"
+
+msgid "IDS_WCL_BODY_CITYNAME_PETROPAVLOVSK_KAMCHATSKIY"
+msgstr "Petropavlovsk-Kamchatskiy"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHILADELPHIA"
+msgstr "Philadelphia"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHNOM_PENH"
+msgstr "Phnom Penh"
+
+msgid "IDS_WCL_BODY_CITYNAME_PHOENIX"
+msgstr "Phoenix"
+
+msgid "IDS_WCL_BODY_CITYNAME_PODGORICA"
+msgstr "Podgorica"
+
+msgid "IDS_WCL_BODY_CITYNAME_PONTA_DELGADA"
+msgstr "Ponta Delgada"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_LOUIS"
+msgstr "Port Louis"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORT_AU_PRINCE"
+msgstr "Port-au-Prince"
+
+msgid "IDS_WCL_BODY_CITYNAME_PORTLAND"
+msgstr "Portland"
+
+msgid "IDS_WCL_BODY_CITYNAME_PRAGUE"
+msgstr "Prag"
+
+msgid "IDS_WCL_BODY_CITYNAME_PYONGYANG"
+msgstr "Pyongyang"
+
+msgid "IDS_WCL_BODY_CITYNAME_QUITO"
+msgstr "Quito"
+
+msgid "IDS_WCL_BODY_CITYNAME_RABAT"
+msgstr "Rabat"
+
+msgid "IDS_WCL_BODY_CITYNAME_YANGON"
+msgstr "Yangon"
+
+msgid "IDS_WCL_BODY_CITYNAME_RECIFE"
+msgstr "Recife"
+
+msgid "IDS_WCL_BODY_CITYNAME_REGINA"
+msgstr "Regina"
+
+msgid "IDS_WCL_BODY_CITYNAME_REYKJAVIK"
+msgstr "Reykjavik"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIGA"
+msgstr "Riga"
+
+msgid "IDS_WCL_BODY_CITYNAME_RIO_DE_JANEIRO"
+msgstr "Rio de Janeiro"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAINT_DENIS"
+msgstr "Saint-Denis"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAMARA"
+msgstr "Samara"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_ANTONIO"
+msgstr "San Antonio"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_DIEGO"
+msgstr "San Diego"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_FRANCISCO"
+msgstr "San Francisco"
+
+msgid "IDS_WCL_BODY_SAN_JOSE"
+msgstr "San Jose"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_JUAN"
+msgstr "San Juan"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_MARINO"
+msgstr "San Marino"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAN_SALVADOR"
+msgstr "San Salvador"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANAA"
+msgstr "Sana’a"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTIAGO"
+msgstr "Santiago"
+
+msgid "IDS_WCL_BODY_CITYNAME_SANTO_DOMINGO"
+msgstr "Santo Domingo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SAO_PAULO"
+msgstr "Sao Paulo"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEATTLE"
+msgstr "Seattle"
+
+msgid "IDS_WCL_BODY_CITYNAME_SEOUL"
+msgstr "Seul"
+
+msgid "IDS_WCL_BODY_CITYNAME_SHANGHAI"
+msgstr "Şangay"
+
+msgid "IDS_WCL_BODY_SHENZHEN"
+msgstr "Shenzhen"
+
+msgid "IDS_WCL_BODY_CITYNAME_SINGAPORE"
+msgstr "Singapur"
+
+msgid "IDS_WCL_BODY_CITYNAME_SKOPJE"
+msgstr "Üsküp"
+
+msgid "IDS_WCL_BODY_CITYNAME_SOFIA"
+msgstr "Sofya"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_JOHNS"
+msgstr "St. John's"
+
+msgid "IDS_WCL_BODY_CITYNAME_STOCKHOLM"
+msgstr "Stockholm"
+
+msgid "IDS_WCL_BODY_CITYNAME_SUVA"
+msgstr "Suva"
+
+msgid "IDS_WCL_BODY_CITYNAME_SYDNEY"
+msgstr "Sidney"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAHITI"
+msgstr "Tahiti"
+
+msgid "IDS_WCL_BODY_CITYNAME_TAIPEI"
+msgstr "Taipei"
+
+msgid "IDS_WCL_BODY_CITYNAME_TALLINN"
+msgstr "Talin"
+
+msgid "IDS_WCL_BODY_CITYNAME_TARAWA"
+msgstr "Tarawa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TASHKENT"
+msgstr "Taşkent"
+
+msgid "IDS_WCL_BODY_CITYNAME_TBILISI"
+msgstr "Tiflis"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEGUCIGALPA"
+msgstr "Tegucigalpa"
+
+msgid "IDS_WCL_BODY_CITYNAME_TEHRAN"
+msgstr "Tahran"
+
+msgid "IDS_WCL_BODY_CITYNAME_HO_CHI_MINH_CITY"
+msgstr "Ho Şi Min Kenti"
+
+msgid "IDS_WCL_BODY_CITYNAME_THE_SETTLEMENT"
+msgstr "The Settlement"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIANJIN"
+msgstr "Tianjin"
+
+msgid "IDS_WCL_BODY_CITYNAME_TIJUANA"
+msgstr "Tijuana"
+
+msgid "IDS_WCL_BODY_CITYNAME_TOKYO"
+msgstr "Tokyo"
+
+msgid "IDS_WCL_BODY_CITYNAME_TORONTO"
+msgstr "Toronto"
+
+msgid "IDS_WCL_BODY_CITYNAME_TREHET"
+msgstr "Tréhet"
+
+msgid "IDS_WCL_BODY_CITYNAME_TRIPOLI"
+msgstr "Tripoli"
+
+msgid "IDS_WCL_BODY_CITYNAME_TUNIS"
+msgstr "Tunus"
+
+msgid "IDS_WCL_BODY_CITYNAME_TURIN"
+msgstr "Turin"
+
+msgid "IDS_WCL_BODY_CITYNAME_UFA"
+msgstr "Ufa"
+
+msgid "IDS_WCL_BODY_CITYNAME_ULAN_BATOR"
+msgstr "Ulan Bator"
+
+msgid "IDS_WCL_BODY_CITYNAME_VADUZ"
+msgstr "Vaduz"
+
+msgid "IDS_WCL_BODY_CITYNAME_VALLETTA"
+msgstr "Valletta"
+
+msgid "IDS_WCL_BODY_CITYNAME_VANCOUVER"
+msgstr "Vancouver"
+
+msgid "IDS_WCL_BODY_CITYNAME_VERONA"
+msgstr "Verona"
+
+msgid "IDS_WCL_BODY_CITYNAME_VICTORIA"
+msgstr "Victoria"
+
+msgid "IDS_WCL_BODY_CITYNAME_VIENNA"
+msgstr "Viyana"
+
+msgid "IDS_WCL_BODY_CITYNAME_VILNIUS"
+msgstr "Vilnius"
+
+msgid "IDS_WCL_BODY_CITYNAME_VLADIVOSTOK"
+msgstr "Vladivostok"
+
+msgid "IDS_WCL_BODY_CITYNAME_VOLGOGRAD"
+msgstr "Volgograd"
+
+msgid "IDS_WCL_BODY_CITYNAME_ST_PETERSBURG"
+msgstr "St. Petersburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_WARSAW"
+msgstr "Varşova"
+
+msgid "IDS_WCL_BODY_CITYNAME_WASHINGTON_DC"
+msgstr "Washington DC"
+
+msgid "IDS_WCL_BODY_CITYNAME_WELLINGTON"
+msgstr "Wellington"
+
+msgid "IDS_WCL_BODY_CITYNAME_WINNIPEG"
+msgstr "Winnipeg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAKUTSK"
+msgstr "Yakutsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_YAMOUSSOUKRO"
+msgstr "Yamoussoukro"
+
+msgid "IDS_WCL_BODY_YAOUNDE"
+msgstr "Yaounde"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEKATERINBURG"
+msgstr "Yekaterinburg"
+
+msgid "IDS_WCL_BODY_CITYNAME_YEREVAN"
+msgstr "Erivan"
+
+msgid "IDS_WCL_BODY_CITYNAME_YUZHNO_SAKHALINSK"
+msgstr "Yuzhno-Sakhalinsk"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZAGREB"
+msgstr "Zagreb"
+
+msgid "IDS_WCL_BODY_CITYNAME_ZURICH"
+msgstr "Zürih"
+
+msgid "IDS_ST_HEADER_WI_FI_DIRECT"
+msgstr "Wi-Fi Direct"
+
+msgid "IDS_ST_POP_INCORRECT_PASSWORD"
+msgstr "Yanlış şifre"
+
diff --git a/src/setting-main.c b/src/setting-main.c
new file mode 100644 (file)
index 0000000..53510a9
--- /dev/null
@@ -0,0 +1,1649 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include "setting.h"
+#include <TapiCommon.h>
+#include <time.h>
+#include "setting-main.h"
+
+#define NO_UG_FOUND_MSG                        _("IDS_COM_POP_UNSUPPORTED")
+
+void setting_main_click_list_ex_ug_cb(void *data, Evas_Object *obj, void *event_info);
+void setting_main_sel_list_mouse_up_cb(void *data, Evas_Object *eo, void *event_info);
+void setting_ask_data_roaming_resp_cb(void *data, Evas_Object *obj, void *event_info);
+
+unsigned int subs_id_main;
+setting_main_appdata *g_main_ad;
+
+setting_view setting_view_main = {
+       .create = setting_main_create,
+       .update = setting_main_update,
+       .destroy = setting_main_destroy,
+       .cleanup = setting_main_cleanup,
+};
+
+void
+__setting_chk_changed(void *data, Evas_Object *obj, void *event_info)
+{
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       list_item->chk_status = elm_check_state_get(obj);
+
+       Eina_List *check_list = g_main_ad->item_check_list;
+       Setting_GenGroupItem_Data *item = NULL;
+       bool isFoundNotSelSomeone = FALSE;
+       bool isFoundSelSomeone = FALSE;
+       while (check_list) {
+               item = (Setting_GenGroupItem_Data *)
+                   eina_list_data_get(check_list);
+               if (NULL == item) {
+                       continue;
+               }
+               if (!(item->chk_status)) {
+                       isFoundNotSelSomeone = TRUE;
+               } else {
+                       isFoundSelSomeone = TRUE;
+               }
+               if (isFoundNotSelSomeone && isFoundSelSomeone) {
+                       break;
+               }
+               check_list = eina_list_next(check_list);
+       }
+
+       if (isFoundNotSelSomeone) {
+               g_main_ad->check_all_item->chk_status = 0;      /* for update new state */
+       } else {
+               g_main_ad->check_all_item->chk_status = 1;      /* for update new state */
+       }
+       elm_object_item_data_set(g_main_ad->check_all_item->item, g_main_ad->check_all_item);
+       elm_genlist_item_update(g_main_ad->check_all_item->item);
+
+       if (isFoundSelSomeone) {
+               elm_object_item_disabled_set(elm_toolbar_last_item_get
+                                                (g_main_ad->controllbar_all_check),
+                                                EINA_FALSE);
+       }
+}
+
+void __setting_list_changed(void *data, Evas_Object *obj,
+                                  void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       int old_status = elm_check_state_get(list_item->eo_check);
+       /* new status */
+       list_item->chk_status = !old_status;
+       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+
+       Eina_List *check_list = g_main_ad->item_check_list;
+       Setting_GenGroupItem_Data *group_item = NULL;
+       bool isFoundNotSelSomeone = FALSE;
+       bool isFoundSelSomeone = FALSE;
+       while (check_list) {
+               group_item = (Setting_GenGroupItem_Data *)
+                   eina_list_data_get(check_list);
+               if (NULL == group_item) {
+                       continue;
+               }
+               if (!(group_item->chk_status)) {
+                       isFoundNotSelSomeone = TRUE;
+                       /* break; */
+               } else {
+                       isFoundSelSomeone = TRUE;
+               }
+               if (isFoundNotSelSomeone && isFoundSelSomeone) {
+                       break;
+               }
+
+               check_list = eina_list_next(check_list);
+       }
+
+       if (isFoundNotSelSomeone) {
+               g_main_ad->check_all_item->chk_status = 0;      /* for update new state */
+       } else {
+               g_main_ad->check_all_item->chk_status = 1;      /* for update new state */
+       }
+       elm_object_item_data_set(g_main_ad->check_all_item->item, g_main_ad->check_all_item);
+       elm_genlist_item_update(g_main_ad->check_all_item->item);
+
+       if (isFoundSelSomeone) {
+               elm_object_item_disabled_set(elm_toolbar_last_item_get
+                                                (g_main_ad->controllbar_all_check),
+                                                EINA_FALSE);
+       }
+
+}
+
+void
+__setting_chk_sel_all_changed(void *data, Evas_Object *obj, void *event_info)
+{
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       bool is_all_checked = elm_check_state_get(obj);
+       list_item->chk_status = is_all_checked; /* for update new state */
+
+       Eina_List *check_list = g_main_ad->item_check_list;
+
+       while (check_list) {
+               list_item = (Setting_GenGroupItem_Data *)
+                   eina_list_data_get(check_list);
+               if (NULL == list_item) {
+                       continue;
+               }
+               list_item->chk_status = is_all_checked;
+               elm_object_item_data_set(list_item->item, list_item);
+               elm_genlist_item_update(list_item->item);
+               check_list = eina_list_next(check_list);
+       }
+       if (is_all_checked) {
+               elm_object_item_disabled_set(elm_toolbar_last_item_get
+                                                (g_main_ad->controllbar_all_check),
+                                                EINA_FALSE);
+       }
+}
+
+void __setting_list_sel_all_changed(void *data, Evas_Object *obj,
+                                          void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       int old_status = elm_check_state_get(list_item->eo_check);
+       /* new status */
+       int is_all_checked = list_item->chk_status = !old_status;
+       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+
+       Eina_List *check_list = g_main_ad->item_check_list;
+
+       while (check_list) {
+               list_item = (Setting_GenGroupItem_Data *)
+                   eina_list_data_get(check_list);
+               if (NULL == list_item) {
+                       continue;
+               }
+               list_item->chk_status = is_all_checked;
+               elm_object_item_data_set(list_item->item, list_item);
+               elm_genlist_item_update(list_item->item);
+               check_list = eina_list_next(check_list);
+       }
+       if (is_all_checked) {
+               elm_object_item_disabled_set(elm_toolbar_last_item_get
+                                                (g_main_ad->controllbar_all_check),
+                                                EINA_FALSE);
+       }
+
+}
+
+void __load_check_list(void *data, Evas_Object **genlist, char *menuNameKey)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+       bool state = FALSE;
+       char *keyStr = NULL;
+       Cfg_Item_Position pos = Cfg_Item_Pos_Uninstall;
+       bool isFoundNonSelItem = FALSE;
+       bool isFoundSelSomeoneItem = FALSE;
+
+       int i, j;
+       char *icon_path = NULL;
+
+       ad->check_all_item =
+           setting_create_Gendial_field_def(ad->gl_sel_all,
+                                            &(ad->itc[GENDIAL_Type_sel_all]),
+                                            __setting_list_sel_all_changed, ad,
+                                            SWALLOW_Type_1CHECK, NULL, NULL,
+                                            state, KeyStr_Select_All, NULL,
+                                            __setting_chk_sel_all_changed);
+       __BACK_POINTER_SET(ad->check_all_item);
+
+       Setting_GenGroupItem_Data *item = NULL;
+       Setting_GenGroupItem_Data *category_item = NULL;
+       for (i = 0; i < setting_cfg_get_category_length(); i++) {
+               if (NULL == menuNameKey) {
+                       SETTING_TRACE("Menu Name Key is NULL");
+               } else { 
+                   if (safeStrCmp (setting_cfg_get_category_name(i), menuNameKey) )
+                               continue;
+               }
+               char *category_name = setting_cfg_get_category_name(i);
+
+               category_item =
+                   setting_create_Gendial_field_group_titleItem(*genlist,
+                                                                &(ad->itc
+                                                                  [GENDIAL_Type_group_item]),
+                                                                NULL,
+                                                                ELM_GENLIST_ITEM_NONE,
+                                                                category_name,
+                                                                NULL);
+               if (category_item) {
+                       for (j = 0; j < setting_cfg_get_menu_length(i); j++) {
+                               keyStr = setting_cfg_get_keyname_idx(i, j);
+                               pos = (Cfg_Item_Position) setting_cfg_get_pos_idx(i, j);
+
+                               if (Cfg_Item_Pos_Level1 == pos) {
+                                       state = FALSE;
+                                       isFoundNonSelItem = TRUE;
+                               } else {
+                                       state = TRUE;
+                                       isFoundSelSomeoneItem = TRUE;
+                               }
+
+                       icon_path = setting_cfg_get_icon_path_idx(i, j);
+                       item =
+                           setting_create_Gendial_field_groupitem(*genlist,
+                                                                  &(ad->itc
+                                                                    [GENDIAL_Type_1text_2icon_2]),
+                                                                  category_item->item,
+                                                                  __setting_list_changed,
+                                                                  ad,
+                                                                  SWALLOW_Type_1CHECKICON,
+                                                                  NULL,
+                                                                  icon_path,
+                                                                  state,
+                                                                  keyStr, NULL,
+                                                                  __setting_chk_changed);
+
+                               ad->item_check_list =
+                                   eina_list_append(ad->item_check_list, item);
+                       }
+               } else {
+                       SETTING_TRACE_ERROR("category_item is NULL");
+               }
+       }
+
+       if (ad->check_all_item) {
+               if (isFoundNonSelItem) {
+                       ad->check_all_item->chk_status = 0;     /* for update new state */
+               } else {
+                       ad->check_all_item->chk_status = 1;     /* for update new state */
+               }
+               elm_object_item_data_set(ad->check_all_item->item, ad->check_all_item);
+               elm_genlist_item_update(ad->check_all_item->item);
+       } else {
+               SETTING_TRACE_ERROR("ad->check_all_item is NULL");
+       }
+
+       if (isFoundSelSomeoneItem) {
+               elm_object_item_disabled_set(
+                       elm_toolbar_last_item_get(ad->controllbar_all_check), EINA_FALSE);
+       } else {
+               elm_object_item_disabled_set(
+                       elm_toolbar_last_item_get(ad->controllbar_all_check), EINA_TRUE);
+       }
+       SETTING_TRACE_END;
+}
+
+void __load_connectivity_menu_list(void *data, Cfg_Item_Position inputPos, Evas_Object *genlist)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+
+       char *keyStr = NULL;
+       char *icon_path = NULL;
+       char *ug_args = NULL;
+       Cfg_Item_Position tmpPos = Cfg_Item_Pos_Uninstall;
+       int i, j;
+
+       for (i = 0; i < setting_cfg_get_category_length(); i++) {
+               if (safeStrCmp
+                   (setting_cfg_get_category_name(i), KeyStr_Connectivity))
+                       continue;
+
+               for (j = 0; j < setting_cfg_get_menu_length(i); j++) {
+                       keyStr = setting_cfg_get_keyname_idx(i, j);
+                       tmpPos =
+                           (Cfg_Item_Position) setting_cfg_get_pos_idx(i, j);
+                       ug_args = setting_cfg_get_ug_args_idx(i, j);
+                       icon_path = setting_cfg_get_icon_path_idx(i, j);
+                       if (Cfg_Item_Pos_Level_All == inputPos) {
+                       } else if (inputPos != tmpPos) {        /* not in the inputPos level */
+                               continue;
+                       }
+
+                       if (!safeStrCmp(KeyStr_WiFi, keyStr)) { /* load special icon */
+
+                           char* pa_wifi = get_pa_Wi_Fi_on_off_str();
+                               ad->data_wifi =
+                                   setting_create_Gendial_field_groupitem(genlist,
+                                                                          &(ad->itc[GENDIAL_Type_1icon_2text]),
+                                                                          NULL,
+                                                                          setting_main_click_list_ex_ug_cb,
+                                                                          ug_args,
+                                                                          SWALLOW_Type_INVALID,
+                                                                          icon_path,
+                                                                          NULL,
+                                                                          0,
+                                                                          keyStr,
+                                                                          pa_wifi,
+                                                                          NULL);
+                               __BACK_POINTER_SET(ad->data_wifi);
+                               G_FREE(pa_wifi);
+
+                       } else if (!safeStrCmp(KeyStr_MobileAP, keyStr)) {      /* load special icon */
+                               ad->data_mobileApp =
+                                   setting_create_Gendial_field_groupitem(genlist,
+                                                                          &(ad->itc[GENDIAL_Type_1icon_2text]),
+                                                                          NULL,
+                                                                          setting_main_click_list_ex_ug_cb,
+                                                                          ug_args,
+                                                                          SWALLOW_Type_INVALID,
+                                                                          icon_path,
+                                                                          NULL,
+                                                                          0,
+                                                                          keyStr,
+                                                                          get_Mobile_AP_on_off_str
+                                                                          (),
+                                                                          NULL);
+                               __BACK_POINTER_SET(ad->data_mobileApp);
+
+                       } else if (!safeStrCmp(KeyStr_AllShare, keyStr)) {      /* load special UG */
+                               setting_create_Gendial_field_groupitem(genlist,
+                                                                      &(ad->itc[GENDIAL_Type_1text_1icon_2]),
+                                                                      NULL,
+                                                                      setting_main_click_list_default_ug_cb,
+                                                                      ad,
+                                                                      SWALLOW_Type_INVALID,
+                                                                      icon_path,
+                                                                      NULL, 0,
+                                                                      keyStr,
+                                                                      NULL,
+                                                                      NULL);
+
+                       } else if (!safeStrCmp(KeyStr_DataRoaming, keyStr)) {   /* load special radio */
+                               /* create chk_data_roaming */
+                               int value, err;
+                               setting_get_bool_slp_key
+                                   (BOOL_SLP_SETTING_DATA_ROAMING, &value,
+                                    &err);
+                               ad->data_roaming =
+                                   setting_create_Gendial_field_groupitem(genlist,
+                                                                          &(ad->itc[GENDIAL_Type_1text_2icon]),
+                                                                          NULL,
+                                                                          setting_main_sel_list_mouse_up_cb,
+                                                                          ad,
+                                                                          SWALLOW_Type_1ICON_1RADIO,
+                                                                          icon_path,
+                                                                          NULL,
+                                                                          value,
+                                                                          keyStr,
+                                                                          NULL,
+                                                                          setting_main_list_mouse_up_cb);
+                               __BACK_POINTER_SET(ad->data_roaming);
+
+                       }
+                       else if (!safeStrCmp(KeyStr_USBconnection, keyStr)) {   /* load special lable */
+                               char* pa_usb_mode = get_pa_usb_connect_mode_str();
+                               ad->data_usbcon =
+                                   setting_create_Gendial_field_groupitem(genlist,
+                                                                          &(ad->itc[GENDIAL_Type_1icon_2text]),
+                                                                          NULL,
+                                                                          setting_main_click_list_usb_cb,
+                                                                          ug_args,
+                                                                          SWALLOW_Type_INVALID,
+                                                                          icon_path,
+                                                                          NULL,
+                                                                          0,
+                                                                          keyStr,
+                                                                          pa_usb_mode,
+                                                                          NULL);
+                               __BACK_POINTER_SET(ad->data_usbcon);
+                               G_FREE(pa_usb_mode);
+
+                       }
+                       else {  /* load other UGs */
+                               if(!safeStrCmp(KeyStr_NFC, keyStr))
+                               {
+                                       int nfc_value = FALSE; //default
+                                       vconf_get_bool(VCONFKEY_NFC_FEATURE, &nfc_value);
+                                       if (VCONFKEY_NFC_FEATURE_ON != nfc_value) continue;
+                               }
+                               setting_create_Gendial_field_groupitem(genlist,
+                                                                      &(ad->itc[GENDIAL_Type_1text_1icon_2]),
+                                                                      NULL,
+                                                                      setting_main_click_list_ex_ug_cb,
+                                                                      ug_args,
+                                                                      SWALLOW_Type_INVALID,
+                                                                      icon_path,
+                                                                      NULL, 0,
+                                                                      keyStr,
+                                                                      NULL,
+                                                                      NULL);
+                       }
+               }
+       }
+
+       SETTING_TRACE_END;
+}
+
+void __load_connectivity_level0_list(void *data)
+{
+       setting_main_appdata *ad = data;
+       __load_connectivity_menu_list(ad, Cfg_Item_Pos_Level0, ad->main_genlist);
+}
+
+void __load_connectivity_level_all_list(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+       __load_connectivity_menu_list(ad, Cfg_Item_Pos_Level_All, ad->main_genlist);
+}
+
+void __load_system_menu_list(void *data, Cfg_Item_Position inputPos, Evas_Object *genlist)
+{
+       SETTING_TRACE_BEGIN;
+       SETTING_TRACE_DEBUG("pos :%d", inputPos);
+       setting_main_appdata *ad = data;
+       char *keyStr = NULL;
+       char *icon_path = NULL;
+       char *ug_args = NULL;
+
+       Cfg_Item_Position tmpPos = Cfg_Item_Pos_Uninstall;
+
+       int i, j;
+       for (i = 0; i < setting_cfg_get_category_length(); i++) {
+               if (safeStrCmp(setting_cfg_get_category_name(i), KeyStr_System))
+                       continue;
+
+               for (j = 0; j < setting_cfg_get_menu_length(i); j++) {
+                       keyStr = setting_cfg_get_keyname_idx(i, j);
+                       tmpPos =
+                           (Cfg_Item_Position) setting_cfg_get_pos_idx(i, j);
+                       icon_path = setting_cfg_get_icon_path_idx(i, j);
+                       ug_args = setting_cfg_get_ug_args_idx(i, j);
+
+                       if (Cfg_Item_Pos_Level_All == inputPos) {
+                       } else if (inputPos != tmpPos) {        /* not in the inputPos level */
+                               continue;
+                       }
+                       if (!safeStrCmp(KeyStr_Landscape, keyStr)) {    /* load special UG */
+                               int value = 0;
+                               vconf_get_bool
+                                   (VCONFKEY_SETAPPL_ROTATE_LOCK_BOOL, &value);
+                               ad->data_rotationMode =
+                                   setting_create_Gendial_field_groupitem(genlist,
+                                                                          &(ad->itc[GENDIAL_Type_1text_2icon]),
+                                                                          NULL,
+                                                                          setting_main_sel_list_mouse_up_cb,
+                                                                          ad,
+                                                                          SWALLOW_Type_1ICON_1RADIO,
+                                                                          icon_path,
+                                                                          NULL,
+                                                                          value,
+                                                                          keyStr,
+                                                                          NULL,
+                                                                          setting_main_list_mouse_up_cb);
+                               __BACK_POINTER_SET(ad->data_rotationMode);
+                       }
+                       else if (!safeStrCmp(KeyStr_Theme, keyStr)) {
+
+                           char* pa_theme = get_pa_theme_name_str();
+                               ad->data_theme =
+                                   setting_create_Gendial_field_groupitem(genlist,
+                                                                          &(ad->itc[GENDIAL_Type_1icon_2text]),
+                                                                          NULL,
+                                                                          setting_main_click_list_ex_ug_cb,
+                                                                          ug_args,
+                                                                          SWALLOW_Type_INVALID,
+                                                                          icon_path,
+                                                                          NULL,
+                                                                          0,
+                                                                          keyStr,
+                                                                          pa_theme,
+                                                                          NULL);
+                               __BACK_POINTER_SET(ad->data_theme);
+                               G_FREE(pa_theme);
+
+                       } else {        /* load other UGs */
+                               setting_create_Gendial_field_groupitem(genlist,
+                                                                      &(ad->itc[GENDIAL_Type_1text_1icon_2]),
+                                                                      NULL,
+                                                                      setting_main_click_list_ex_ug_cb,
+                                                                      ug_args,
+                                                                      SWALLOW_Type_INVALID,
+                                                                      icon_path,
+                                                                      NULL, 0,
+                                                                      keyStr,
+                                                                      NULL,
+                                                                      NULL);
+                       }
+               }
+       }
+
+}
+
+void __load_system_level0_list(void *data)
+{
+       setting_main_appdata *ad = data;
+       __load_system_menu_list(ad, Cfg_Item_Pos_Level0, ad->main_genlist);
+}
+
+void __load_system_level_all_list(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+       __load_system_menu_list(ad, Cfg_Item_Pos_Level_All, ad->main_genlist);
+}
+
+void __load_applications_menu_list(void *data, Cfg_Item_Position inputPos)
+{
+       SETTING_TRACE_BEGIN;
+       SETTING_TRACE_DEBUG("pos :%d", inputPos);
+       setting_main_appdata *ad = data;
+
+       char *keyStr = NULL;
+       char *icon_path = NULL;
+       char *ug_args = NULL;
+       Cfg_Item_Position tmpPos = Cfg_Item_Pos_Uninstall;
+       int i, j;
+
+       for (i = 0; i < setting_cfg_get_category_length(); i++) {
+               if (safeStrCmp
+                   (setting_cfg_get_category_name(i), KeyStr_Applications))
+                       continue;
+
+               for (j = 0; j < setting_cfg_get_menu_length(i); j++) {
+                       keyStr = setting_cfg_get_keyname_idx(i, j);
+                       icon_path = setting_cfg_get_icon_path_idx(i, j);
+                       ug_args = setting_cfg_get_ug_args_idx(i, j);
+                       tmpPos =
+                           (Cfg_Item_Position) setting_cfg_get_pos_idx(i, j);
+
+                       if (Cfg_Item_Pos_Level_All == inputPos) {
+                       } else if (inputPos != tmpPos) {        /* not in the inputPos level */
+                               continue;
+                       }
+
+                       setting_create_Gendial_field_groupitem(ad->main_genlist,
+                                                              &(ad->itc[GENDIAL_Type_1text_1icon_2]),
+                                                              NULL,
+                                                              setting_main_click_list_ex_ug_cb,
+                                                              ug_args,
+                                                              SWALLOW_Type_INVALID,
+                                                              icon_path, NULL,
+                                                              0, keyStr, NULL,
+                                                              NULL);
+
+               }
+       }
+
+       SETTING_TRACE_END;
+}
+
+void __load_applications_level0_list(void *data)
+{
+       setting_main_appdata *ad = data;
+       __load_applications_menu_list(ad, Cfg_Item_Pos_Level0);
+}
+
+void __load_applications_level_all_list(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+       __load_applications_menu_list(ad, Cfg_Item_Pos_Level_All);
+}
+
+void __load_downloaded_apps_menu_list(void *data, Cfg_Item_Position inputPos)
+{
+       SETTING_TRACE_BEGIN;
+       SETTING_TRACE_DEBUG("pos :%d", inputPos);
+       setting_main_appdata *ad = data;
+
+       char *keyStr = NULL;
+       char *icon_path = NULL;
+       char *ug_args = NULL;
+
+       Cfg_Item_Position tmpPos = Cfg_Item_Pos_Uninstall;
+       int i, j;
+       for (i = 0; i < setting_cfg_get_category_length(); i++) {
+               if (safeStrCmp
+                   (setting_cfg_get_category_name(i), KeyStr_DownloadedAPPs))
+                       continue;
+
+               for (j = 0; j < setting_cfg_get_menu_length(i); j++) {
+                       keyStr = setting_cfg_get_keyname_idx(i, j);
+                       tmpPos =
+                           (Cfg_Item_Position) setting_cfg_get_pos_idx(i, j);
+                       icon_path = setting_cfg_get_icon_path_idx(i, j);
+                       ug_args = setting_cfg_get_ug_args_idx(i, j);
+
+                       if (Cfg_Item_Pos_Level_All == inputPos) {
+                       } else if (inputPos != tmpPos) {        /* not in the inputPos level */
+                               continue;
+                       }
+
+                       setting_create_Gendial_field_groupitem(ad->main_genlist,
+                                                              &(ad->itc[GENDIAL_Type_1text_1icon_2]),
+                                                              NULL,
+                                                              setting_main_click_list_ex_ug_cb,
+                                                              ug_args,
+                                                              SWALLOW_Type_INVALID,
+                                                              icon_path, NULL,
+                                                              0, keyStr, NULL,
+                                                              NULL);
+
+               }
+       }
+       SETTING_TRACE_END;
+}
+
+void __load_downloaded_apps_level0_list(void *data)
+{
+       setting_main_appdata *ad = data;
+       __load_downloaded_apps_menu_list(ad, Cfg_Item_Pos_Level0);
+}
+
+void __load_downloaded_apps_level_all_list(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+       __load_downloaded_apps_menu_list(ad, Cfg_Item_Pos_Level_All);
+}
+
+void __check_all_view_clear(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(!data);
+       setting_main_appdata *ad = data;
+       if (ad->item_check_list) {
+               eina_list_free(ad->item_check_list);
+               ad->item_check_list = NULL;
+       }
+
+       ad->gl_sel_all = NULL;
+       ad->all_check_genlist  = NULL;
+       ad->controllbar_all_check = NULL;
+       ad->check_all_item =NULL;
+}
+
+void __setting_sk_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(!data);
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+       const char *key = NULL;
+       ret_if(!event_info);
+       Elm_Object_Item *it = event_info;
+       key = elm_object_item_text_get(it);
+       setting_retm_if(data == NULL || key == NULL, "data == NULL || key == NULL");
+
+       SETTING_TRACE_DEBUG("press button: %s", key);
+
+       if (!safeStrCmp(key, dgettext("sys_string", "IDS_COM_SK_DONE"))) {
+               SETTING_TRACE("ad->profile_typ: %d", ad->profile_type);
+               if (ad->profile_type == MAIN_PROFILE_ALL) {
+                       SETTING_TRACE_DEBUG("Cancel to hide current view.");
+                       setting_try_save_check_list(ad);        /* need to save too */
+                       __check_all_view_clear(ad);
+                       elm_naviframe_item_pop(ad->navibar_main);
+                       return;
+               }
+
+               setting_try_save_check_list(ad);
+               elm_naviframe_item_pop(ad->navibar_main);
+               //After the view is popuped, all the object handlers should be reset NULL.
+               __check_all_view_clear(ad);
+               ad->load_fns[Func_Type_Connectivity] =
+                   __load_connectivity_level0_list;
+               ad->load_fns[Func_Type_System] = __load_system_level0_list;
+               ad->load_fns[Func_Type_Apps] = __load_applications_level0_list;
+               ad->load_fns[Func_Type_DownApp] =
+                   __load_downloaded_apps_level0_list;
+               int ret = setting_main_refresh(ad);
+               ret_if(ret != SETTING_RETURN_SUCCESS);
+               return;
+       }
+
+       if (!safeStrCmp(key, setting_gettext("IDS_COM_SK_CANCEL"))
+           || !safeStrCmp(key, dgettext("sys_string", "IDS_COM_BODY_BACK"))) {
+               SETTING_TRACE_DEBUG("Cancel to hide current view.");
+               elm_naviframe_item_pop(ad->navibar_main);
+               //After the view is popuped, all the object handlers should be reset NULL.
+               __check_all_view_clear(ad);
+               return;
+       }
+}
+
+void __setting_contorlbar_clicked(void *data, Evas_Object *obj,
+                                        void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       ret_if(data == NULL || obj == NULL);
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+       int index = -1;
+       Elm_Object_Item *sel_item = elm_segment_control_item_selected_get(obj);
+       ret_if(sel_item == NULL);
+       index = elm_segment_control_item_index_get(sel_item);
+
+       switch (index) {
+       case 0:
+               {
+                       SETTING_TRACE("Preferred");
+                       ad->profile_type = MAIN_PROFILE_PREFERRED;
+                       ad->load_fns[Func_Type_Connectivity] = __load_connectivity_level0_list;
+                       ad->load_fns[Func_Type_System] = __load_system_level0_list;
+                       ad->load_fns[Func_Type_Apps] = __load_applications_level0_list;
+                       ad->load_fns[Func_Type_DownApp] = __load_downloaded_apps_level0_list;
+
+                       break;
+               }
+       case 1:
+               {
+                       SETTING_TRACE("All");
+                       ad->profile_type = MAIN_PROFILE_ALL;
+                       ad->load_fns[Func_Type_Connectivity] = __load_connectivity_level_all_list;
+                       ad->load_fns[Func_Type_System] = __load_system_level_all_list;
+                       ad->load_fns[Func_Type_Apps] = __load_applications_level_all_list;
+                       ad->load_fns[Func_Type_DownApp] = __load_downloaded_apps_level_all_list;
+                       break;
+               }
+       default:
+               {
+                       return;
+               }
+       }
+       int ret = setting_main_refresh(ad);
+       ret_if(ret != SETTING_RETURN_SUCCESS);
+}
+
+void _btnback_clicked_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       Evas_Object *win = (Evas_Object *) data;
+       elm_win_lower(win);
+}
+
+Evas_Object *__create_main_view_widgets(Evas_Object *win_main, void *cb,
+                                       Evas_Object *scrl_obj,
+                                       char *title_text,
+                                       bool isFoundPreferredItem,
+                                       Evas_Object **navibar,
+                                       Elm_Object_Item **edit_item,
+                                       Elm_Object_Item **segment_all,
+                                       Elm_Object_Item **segment_preferred)
+{
+       SETTING_TRACE_BEGIN;
+
+       /*  add layout to win_main */
+       Evas_Object *ly = elm_layout_add(win_main);
+       setting_retvm_if(ly == NULL, FALSE, "layout == NULL");
+       elm_layout_theme_set(ly, "layout", "application", "default");
+       evas_object_size_hint_weight_set(ly, EVAS_HINT_EXPAND,
+                                        EVAS_HINT_EXPAND);
+       elm_win_resize_object_add(win_main, ly);
+       Evas_Object *bg = setting_create_bg(ly, win_main, "group_list");
+       elm_object_part_content_set(ly, "elm.swallow.bg", bg);
+       evas_object_show(ly);
+
+       /*  add navi_bar to the layout */
+       Evas_Object *navi_bar = elm_naviframe_add(ly);
+
+       elm_object_part_content_set(ly, "elm.swallow.content", navi_bar);
+       evas_object_show(navi_bar);
+       *navibar = navi_bar;
+
+       // create 'back' button on navigaiton bar
+       Evas_Object* btn_back = elm_button_add(navi_bar);
+       evas_object_smart_callback_add(btn_back, "clicked", _btnback_clicked_cb, win_main);
+
+       Evas_Object *controlbar = elm_toolbar_add(navi_bar);
+       setting_retvm_if(controlbar == NULL, FALSE, "controlbar == NULL");
+       elm_toolbar_shrink_mode_set(controlbar, ELM_TOOLBAR_SHRINK_EXPAND);
+       elm_object_style_set(controlbar, NAVI_CONTROLBAR_STYLE);
+
+       /*  add segment control */
+       Evas_Object *segment = elm_segment_control_add(ly);
+       SETTING_TRACE("segment:%p", segment);
+       Elm_Object_Item *item1, *item2;
+       *segment_preferred = item1 =
+           elm_segment_control_item_add(segment, NULL, _(PREFERRED_STR));
+       *segment_all = item2 =
+           elm_segment_control_item_add(segment, NULL, _(ALL_STR));
+
+       evas_object_show(segment);
+       evas_object_smart_callback_add(segment, "changed",
+                                      __setting_contorlbar_clicked, cb);
+
+       Elm_Object_Item *navi_it = elm_naviframe_item_push(navi_bar, title_text, btn_back, NULL, scrl_obj, "segment/instant");
+       elm_object_style_set(btn_back, NAVI_BACK_BUTTON_STYLE);
+
+       elm_object_item_disabled_set(elm_toolbar_item_append(controlbar, NULL, "", NULL, NULL), EINA_TRUE);
+       *edit_item = elm_toolbar_item_append(controlbar, NULL, _(EDIT_PREFERRED_STR), setting_main_click_add_all_cb, cb);
+
+       elm_object_item_part_content_set(navi_it, "controlbar", controlbar);
+       elm_object_item_part_content_set(navi_it, "segment2", segment);
+
+       if (isFoundPreferredItem) {
+               elm_segment_control_item_selected_set(item1, EINA_TRUE);
+       } else {
+               elm_segment_control_item_selected_set(item2, EINA_TRUE);
+       }
+       return ly;
+}
+
+bool __setting_create_main_view(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retvm_if(data == NULL, FALSE, "data == NULL");
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+
+       ad->main_genlist = elm_genlist_add(ad->win_main);
+       elm_genlist_clear(ad->main_genlist);    /* first to clear list */
+       int i, j, pos;
+       int isFoundPreferredItem = FALSE;
+       for (i = 0; i < setting_cfg_get_category_length(); i++) {
+               for (j = 0; j < setting_cfg_get_menu_length(i); j++) {
+                       pos = (Cfg_Item_Position) setting_cfg_get_pos_idx(i, j);
+                       if (Cfg_Item_Pos_Level0 == pos) {
+                               isFoundPreferredItem = TRUE;
+                               break;
+                       }
+               }
+               if (isFoundPreferredItem) {
+                       break;
+               }
+       }
+
+       ad->ly_main = __create_main_view_widgets(ad->win_main, ad,
+                                                ad->main_genlist,
+                                                _("IDS_COM_BODY_SETTINGS"),
+                                                isFoundPreferredItem,
+                                                &ad->navibar_main,
+                                                &ad->edit_item,
+                                                &ad->segment_all,
+                                                &ad->segment_preferred);
+       setting_retvm_if(ad->ly_main == NULL, FALSE, "ad->ly_main == NULL");
+
+       SETTING_TRACE_END;
+       return TRUE;
+}
+
+bool __setting_create_prefered_view(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       setting_retvm_if(data == NULL, FALSE, "data == NULL");
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+
+       /* the genlist will be destroyed with its parent view, when using elm_naviframe_item_pop() to destroy the view. */
+       ad->all_check_genlist = elm_genlist_add(ad->win_main);
+       elm_genlist_clear(ad->all_check_genlist);       /* first to clear list */
+
+       /*  [UI] edit preffered view */
+       Evas_Object *sub_layout = elm_layout_add(ad->win_main);
+       elm_layout_file_set(sub_layout, SETTING_THEME_EDJ_NAME,
+                           "search_layout");
+       evas_object_size_hint_weight_set(sub_layout, EVAS_HINT_EXPAND, 0.0);
+       evas_object_show(sub_layout);
+
+       ad->gl_sel_all = elm_genlist_add(ad->win_main);
+       elm_genlist_clear(ad->gl_sel_all);      /* first to clear list */
+       elm_genlist_bounce_set(ad->gl_sel_all, 0, 0);
+
+       elm_object_part_content_set(sub_layout, "search_list", ad->all_check_genlist);  /*  add Genlist */
+       elm_object_part_content_set(sub_layout, "search_bar", ad->gl_sel_all);  /*  add 'Select all' */
+
+       /*  push, not create */
+       setting_push_layout_navi_bar(_(EDIT_PREFERRED_STR),
+                                    _("IDS_COM_SK_CANCEL"),
+                                    _("IDS_COM_SK_DONE"), NULL,
+                                    __setting_sk_cb, __setting_sk_cb, NULL, ad,
+                                    sub_layout, ad->navibar_main,
+                                    &(ad->controllbar_all_check));
+       SETTING_TRACE_END;
+       return TRUE;
+}
+
+int setting_main_refresh(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+       /* elm_box_clear(ad->box); ***first to clear list */
+       SETTING_TRACE("ad->main_genlist:%p", ad->main_genlist);
+
+       elm_genlist_clear(ad->main_genlist);    /* first to clear list */
+
+       /*  add connectivity group */
+       setting_create_Gendial_field_group_titleItem(ad->main_genlist,
+                                                    &(ad->itc[GENDIAL_Type_group_item]),
+                                                    NULL,
+                                                    ELM_GENLIST_ITEM_NONE,
+                                                    KeyStr_Connectivity, NULL);
+       (ad->load_fns[Func_Type_Connectivity]) (ad);
+
+       /*  add System */
+       setting_create_Gendial_field_group_titleItem(ad->main_genlist,
+                                                    &(ad->itc[GENDIAL_Type_group_item]),
+                                                    NULL,
+                                                    ELM_GENLIST_ITEM_NONE,
+                                                    KeyStr_System, NULL);
+       (ad->load_fns[Func_Type_System]) (ad);
+
+       /*  add Application */
+       setting_create_Gendial_field_group_titleItem(ad->main_genlist,
+                                                    &(ad->itc[GENDIAL_Type_group_item]),
+                                                    NULL,
+                                                    ELM_GENLIST_ITEM_NONE,
+                                                    KeyStr_Applications, NULL);
+       (ad->load_fns[Func_Type_Apps]) (ad);
+
+       /*  add Downloaded Apps group */
+       setting_create_Gendial_field_group_titleItem(ad->main_genlist,
+                                                    &(ad->itc[GENDIAL_Type_group_item]),
+                                                    NULL,
+                                                    ELM_GENLIST_ITEM_NONE,
+                                                    KeyStr_DownloadedAPPs,
+                                                    NULL);
+       (ad->load_fns[Func_Type_DownApp]) (ad);
+
+       memset(ad->load_fns, 0, Func_Type_MAX *sizeof(menu_list_load_fn));
+
+       SETTING_TRACE_END;
+       return SETTING_RETURN_SUCCESS;
+}
+
+int setting_main_create(void *cb)
+{
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       setting_main_appdata *ad = (setting_main_appdata *) cb;
+       g_main_ad = ad;
+
+       setting_create_Gendial_itc("dialogue/1text.1icon.2",
+                                  &(ad->itc[GENDIAL_Type_1text_1icon_2]));
+       setting_create_Gendial_itc("dialogue/1text.2icon",
+                                  &(ad->itc[GENDIAL_Type_1text_2icon]));
+       setting_create_Gendial_itc("dialogue/2text.1icon.3",
+                                  &(ad->itc[GENDIAL_Type_1icon_2text]));
+       setting_create_Gendial_itc("dialogue/1text.1icon.2",
+                                  &(ad->itc[GENDIAL_Type_1text_2icon_2]));
+       setting_create_Gendial_itc("dialogue/title",
+                                  &(ad->itc[GENDIAL_Type_group_item]));
+       setting_create_Gendial_itc("select_all",
+                                  &(ad->itc[GENDIAL_Type_sel_all]));
+
+       ad->view_type = SETTING_VIEW_MAIN;
+       __setting_create_main_view(ad);
+       setting_view_main.is_create = 1;
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+int setting_main_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       setting_main_appdata *ad = (setting_main_appdata *) cb;
+       if (0 == setting_view_main.is_create)
+       {
+               //already not exsit
+               return SETTING_RETURN_SUCCESS;
+       }
+
+       /* first to delete event handler on UI objects */
+       int tapi_ret = tel_deregister_event(subs_id_main);
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG
+                   ("%s*** [ERR] tel_deregister_event. [%d]***%s",
+                    SETTING_FONT_RED, tapi_ret, SETTING_FONT_BLACK);
+       } else {
+               SETTING_TRACE("***  tel_deregister_event OK ");
+       }
+
+       tapi_ret = tel_deinit();
+       if (tapi_ret != TAPI_API_SUCCESS) {
+               SETTING_TRACE_DEBUG("%s*** [ERR] tel_deinit. [%d] ***%s",
+                                   SETTING_FONT_RED, tapi_ret,
+                                   SETTING_FONT_BLACK);
+       } else {
+               SETTING_TRACE("***  tel_deinit OK ");
+       }
+
+       /* then destroy the UI object. */
+       if (ad->item_check_list) {
+               eina_list_free(ad->item_check_list);
+               ad->item_check_list = NULL;
+       } else {
+               SETTING_TRACE("*** ad->item_check_list is NULL - abnormal state ");
+       }
+
+       if (ad->ly_main) {
+               evas_object_del(ad->ly_main);
+       }
+       ad->ly_main = NULL;
+
+       setting_view_main.is_create = 0;
+       SETTING_TRACE_END;
+       return SETTING_RETURN_SUCCESS;
+}
+
+int setting_main_update(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return SETTING_RETURN_SUCCESS;
+}
+
+int setting_main_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+void setting_update_gl_item(void* data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+       retm_if(!data, "Invalid argument: data is NULL");
+
+       int nDx = 0;
+       Eina_Bool bGlUpdate = EINA_FALSE;
+       Setting_GenGroupItem_Data *item_to_update = NULL;
+
+       for(;nDx<GL_ITEM_MAX; nDx++) {
+               if(EINA_TRUE == ad->updateItems[nDx]) {
+                       switch (nDx)
+                       {
+                       case GL_ITEM_WIFI:
+                               item_to_update = ad->data_wifi;
+                               bGlUpdate = EINA_TRUE;
+                               break;
+                       case GL_ITEM_BT:
+                               item_to_update = ad->data_bt;
+                               bGlUpdate = EINA_TRUE;
+                               break;
+                       case GL_ITEM_MAP:
+                               item_to_update = ad->data_mobileApp;
+                               bGlUpdate = EINA_TRUE;
+                               break;
+                       case GL_ITEM_USB:
+                               item_to_update = ad->data_usbcon;
+                               bGlUpdate = EINA_TRUE;
+                               break;
+                       case GL_ITEM_THEME:
+                               item_to_update = ad->data_theme;
+                               bGlUpdate = EINA_TRUE;
+                               break;
+
+                       case GL_ITEM_ROTATION:
+                               item_to_update = ad->data_rotationMode;
+                               bGlUpdate = EINA_FALSE;
+                               break;
+                       case GL_ITEM_ROAMING:
+                               item_to_update = ad->data_roaming;
+                               bGlUpdate = EINA_FALSE;
+                               break;
+                       default: // other case
+                               continue;
+                       }
+
+                       if(bGlUpdate) {
+                               SETTING_TRACE("gl update:%d", nDx);
+                               elm_object_item_data_set(item_to_update->item, item_to_update);
+                               elm_genlist_item_update(item_to_update->item);
+                       } else {
+                               SETTING_TRACE("chk update:%d", nDx);
+                               elm_check_state_set(item_to_update->eo_check, item_to_update->chk_status);
+                       }
+
+                       ad->updateItems[nDx] = EINA_FALSE;
+               } // if(EINA_TRUE == ad->updateItems[nDx])
+
+       }
+
+       SETTING_TRACE_END;
+       return;
+}
+
+void setting_main_destroy_ug_cb(struct ui_gadget *ug, void *priv)
+{
+       setting_main_appdata *ad = (setting_main_appdata *) priv;
+       if (!ad)
+               return;         /*  do nothing if ad is NULL */
+
+       if (ug) {
+               ug_destroy(ug);
+               ad->ug = NULL;
+       }
+
+       setting_main_click_list_item_reset_data(ad, NULL);
+
+       // update main genlist in unloading UG
+       SETTING_TRACE("update main genlist in unloading UG");
+       setting_update_gl_item(ad);
+
+       SETTING_TRACE_END;
+}
+
+void setting_main_result_ug_cb(struct ui_gadget *ug, bundle *result,
+                                     void *priv)
+{
+       if (!ug || !priv || !result)
+               return;
+       SETTING_TRACE_BEGIN;
+
+       SETTING_TRACE_END;
+}
+
+void setting_main_layout_ug_cb(struct ui_gadget *ug, enum ug_mode mode,
+                                     void *priv)
+{
+       setting_main_appdata *ad = (setting_main_appdata *) priv;
+       Evas_Object *base;
+
+       if (!ug || !priv)
+               return;
+       SETTING_TRACE_BEGIN;
+
+       base = (Evas_Object *) ug_get_layout(ug);
+       if (!base)
+               return;
+
+       switch (mode) {
+       case UG_MODE_FULLVIEW:
+               evas_object_size_hint_weight_set(base, EVAS_HINT_EXPAND,
+                                                EVAS_HINT_EXPAND);
+               elm_win_resize_object_add(ad->win_main, base);
+               evas_object_show(base);
+               break;
+       default:
+               break;
+       }
+
+       SETTING_TRACE_END;
+}
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+void setting_main_click_list_item_reset_data(void *data,
+                                                   Evas_Object *obj)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+
+       ad->need_register = FALSE;
+       ad->isInUGMode = FALSE;
+
+       SETTING_TRACE_END;
+}
+
+void /* obj is the layout clicked */
+setting_main_click_list_item_ug_cb(void *data, Evas_Object *obj,
+                                  char *ug_to_load, bundle *b,
+                                  struct ug_cbs *cbs)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+       if (!ug_to_load) {
+               setting_create_popup_without_title(ad, ad->win_main, NO_UG_FOUND_MSG);
+               return;
+       }
+
+       char ug_file[PATH_MAX];
+       if (snprintf
+           (ug_file, PATH_MAX, "%s/libug-%s.so", SETTING_UG_PATH,
+            ug_to_load) < 0)
+               return;
+       SETTING_TRACE("ug_file:%s", ug_file);
+       if (!ecore_file_exists(ug_file)) {
+               setting_create_popup_without_title(ad, ad->win_main, NO_UG_FOUND_MSG);
+               return;
+       }
+
+       SETTING_TRACE("to create libug-%s.so", ug_to_load);
+       ad->ug = ug_create(NULL, ug_to_load, UG_MODE_FULLVIEW, b, cbs);
+       if (ad->ug) {
+               ad->isInUGMode = TRUE;
+       } else {
+
+               evas_object_show(ad->ly_main);
+
+               SETTING_TRACE_ERROR("errno:%d", errno);
+               setting_create_popup_without_title(ad, ad->win_main, NO_UG_FOUND_MSG);
+       }
+       SETTING_TRACE_END;
+}
+
+void
+setting_main_click_list_default_ug_cb(void *data, Evas_Object *obj,
+                                     void *event_info)
+{
+       setting_main_appdata *ad = data;
+       setting_create_popup_without_title(ad, ad->win_main,
+                                         NO_UG_FOUND_MSG);
+}
+
+void
+setting_main_click_list_usb_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+
+       int err;
+       int value = -1;
+       char *str_text = "Please turn USB tethering off first in Mobile hotspot";
+
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+
+       setting_get_int_slp_key(INT_SLP_SETTING_MOBILE_AP_STATUS, &value, &err);
+       if (err != 0)
+       {
+               SETTING_TRACE_ERROR("FAIL: VCONFKEY_MOBILE_HOTSPOT_MODE may not exist\n");
+               setting_main_click_list_ex_ug_cb(data, obj, item);
+               return;
+       }
+
+       /* If mobile hotspot is on, going USB utilties is blocked by a popup*/
+       if (value & VCONFKEY_MOBILE_HOTSPOT_MODE_USB)
+       {
+               elm_genlist_item_selected_set(item, EINA_FALSE);
+               setting_create_popup_without_title(g_main_ad, g_main_ad->win_main, str_text);
+       }
+       else
+       {
+               setting_main_click_list_ex_ug_cb(data, obj, item);
+       }
+
+       SETTING_TRACE_END;
+}
+
+void setting_main_click_list_more_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, EINA_FALSE);
+       retm_if(data == NULL, "Invalid argument: data is NULL");
+       setting_main_appdata *ad = data;
+       Setting_GenGroupItem_Data *selected_item_data =
+                   (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+       SETTING_TRACE("selected_item_data->keyStr:%s", selected_item_data->keyStr);
+       if (0 == safeStrCmp(selected_item_data->keyStr, KeyStr_MoreConnect))
+       {
+               ad->view_load = SETTING_VIEW_CONNECTIVE_MORE;
+       }
+       else if (0 == safeStrCmp(selected_item_data->keyStr, KeyStr_MoreSystem))
+       {
+               ad->view_load = SETTING_VIEW_SYSTEM_MORE;
+       }
+       else
+       {
+               return;
+       }
+       setting_view_change(&setting_view_main, &setting_view_more_menu, ad);
+}
+
+
+void
+setting_main_click_list_ex_ug_cb(void *data, Evas_Object *obj,
+                                void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+
+       elm_genlist_item_selected_set(item, EINA_FALSE);
+
+       if (g_main_ad->ug) {
+               SETTING_TRACE
+                   ("[ad->ug non-NULL]skip genlist click event!!");
+
+               SETTING_TRACE_END;
+               return;
+       }
+
+       if (NULL == data) {     /* pass NULL to ug_args when create setting.cfg. */
+               setting_create_popup_without_title(g_main_ad,
+                                                 g_main_ad->win_main,
+                                                 NO_UG_FOUND_MSG);
+               SETTING_TRACE_END;
+               return;
+       }
+
+       setting_main_appdata *ad = g_main_ad;
+
+       /*  if UG is created by Setting app, setting_main_click_list_ex_ug_cb is diabled. */
+       if (ad->isInUGMode) {
+               SETTING_TRACE("isInUGMode : TRUE - another UG is running now.");
+               ad->isInUGMode = FALSE;
+               SETTING_TRACE_END;
+               return;
+       } else {
+               SETTING_TRACE
+                   ("isInUGMode : FALSE - another UG is NOT running now.")
+       }
+
+       Setting_GenGroupItem_Data *selected_item_data =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+       setting_main_click_list_item_reset_data(ad, obj);
+       const char *item_name = _(selected_item_data->keyStr);
+       ret_if(!item_name);
+
+       struct ug_cbs *cbs = (struct ug_cbs *)calloc(1, sizeof(struct ug_cbs));
+       setting_retm_if(!cbs, "calloc failed");
+       cbs->layout_cb = setting_main_layout_ug_cb;
+       cbs->result_cb = setting_main_result_ug_cb;
+       cbs->destroy_cb = setting_main_destroy_ug_cb;
+       cbs->priv = (void *)ad;
+
+       if (!safeStrCmp(_(KeyStr_USBconnection), item_name)
+           || !safeStrCmp(_(KeyStr_TVout), item_name)
+           || !safeStrCmp(_(KeyStr_Security), item_name)) {    /* */
+               SETTING_TRACE("click menu '%s'", item_name);
+
+               ad->need_register = TRUE;
+       }
+
+       char *path = get_ug_path_from_ug_args(data);
+       bundle *b = get_bundle_from_ug_args(data);
+       setting_main_click_list_item_ug_cb(ad, obj, path, b, cbs);
+       if (b)
+               bundle_free(b);
+       if (path)
+               FREE(path);
+       if (cbs)
+               FREE(cbs);
+       path = NULL;
+       cbs = NULL;
+}
+
+void setting_main_list_mouse_up_cb(void *data, Evas_Object *eo,
+                                         void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(data == NULL, "Data parameter is NULL");
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) data;
+       SETTING_TRACE("process item [%s]", list_item->keyStr);
+       list_item->chk_status = elm_check_state_get(eo);        /* for update new state */
+
+       SETTING_TRACE("change radio[%s], status is:%d", _(list_item->keyStr),
+                     list_item->chk_status);
+       setting_main_appdata *ad = g_main_ad;
+
+       if (!safeStrCmp(KeyStr_DataRoaming, list_item->keyStr)) {
+               SETTING_TRACE("eo == ad->chk_data_roaming");
+               int value;
+               int err;
+               char *notify_str = NULL;
+
+               setting_get_bool_slp_key(BOOL_SLP_SETTING_DATA_ROAMING, &value,
+                                        &err);
+               if (value == 1) {
+                       notify_str = _("IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK");
+               } else {
+                       notify_str = _("IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES");
+               }
+
+               if (!ad->data_roaming_popup) {
+                       ad->data_roaming_popup =
+                           setting_create_popup_with_btn(ad, ad->win_main,
+                                                notify_str,
+                                                NULL,
+                                                setting_ask_data_roaming_resp_cb,
+                                                0, 1, _("IDS_COM_SK_OK"));
+
+                       
+               }
+       } else if (!safeStrCmp(KeyStr_UsePacketData, list_item->keyStr)) {
+               int err;
+               if (elm_check_state_get(eo)) {
+                       setting_set_bool_slp_key
+                           (BOOL_SLP_SETTING_USE_PACKET_DATA,
+                            SETTING_ON_OFF_BTN_ON, &err);
+               } else {
+                       setting_set_bool_slp_key
+                           (BOOL_SLP_SETTING_USE_PACKET_DATA,
+                            SETTING_ON_OFF_BTN_OFF, &err);
+               }
+
+       } else if (!safeStrCmp(KeyStr_Landscape, list_item->keyStr)) {
+               vconf_set_bool(VCONFKEY_SETAPPL_ROTATE_LOCK_BOOL, elm_check_state_get(eo));
+       }
+
+       return;
+}
+
+void setting_main_sel_list_mouse_up_cb(void *data, Evas_Object *eo,
+                                             void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retm_if(data == NULL, "Data parameter is NULL");
+
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+       elm_genlist_item_selected_set(item, 0);
+       Setting_GenGroupItem_Data *list_item =
+           (Setting_GenGroupItem_Data *) elm_object_item_data_get(item);
+
+       int old_status = elm_check_state_get(list_item->eo_check);
+       /* new status */
+       list_item->chk_status = !old_status;
+       elm_check_state_set(list_item->eo_check, list_item->chk_status);
+
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+
+       if (!safeStrCmp(KeyStr_DataRoaming, list_item->keyStr)) {
+               SETTING_TRACE("eo == ad->chk_data_roaming");
+               int value;
+               int err;
+               char *notify_str = NULL;
+
+               setting_get_bool_slp_key(BOOL_SLP_SETTING_DATA_ROAMING, &value,
+                                        &err);
+               if (value == 1) {
+                       notify_str = _("IDS_ST_BODY_WHEN_DATA_ROAMING_IS_DISABLED_APPLICATIONS_THAT_USE_THE_DATA_CONNECTION_MAY_NOT_WORK");
+               } else {
+                       notify_str = _("IDS_ST_BODY_USING_MOBILE_DATA_WHEN_ROAMING_WILL_INCUR_EXTRA_CHARGES");
+               }
+
+               if (!ad->data_roaming_popup) {
+                       ad->data_roaming_popup =
+                           setting_create_popup_with_btn(ad, ad->win_main,
+                                                notify_str,
+                                                NULL,
+                                                setting_ask_data_roaming_resp_cb,
+                                                0, 1, _("IDS_COM_SK_OK"));
+
+               }
+       } else if (!safeStrCmp(KeyStr_UsePacketData, list_item->keyStr)) {
+               int err;
+               setting_set_bool_slp_key(BOOL_SLP_SETTING_USE_PACKET_DATA,
+                                        list_item->chk_status, &err);
+
+       } else if (!safeStrCmp(KeyStr_Landscape, list_item->keyStr)) {
+               vconf_set_bool(VCONFKEY_SETAPPL_ROTATE_LOCK_BOOL, (list_item->chk_status));
+       }
+       return;
+}
+
+void setting_ask_data_roaming_resp_cb(void *data, Evas_Object *obj,
+                                            void *event_info)
+{
+       int response_type = (int)event_info;
+       setting_main_appdata *ad = data;
+       if (POPUP_RESPONSE_OK == response_type) {
+               int value;
+               int err;
+               setting_get_bool_slp_key(BOOL_SLP_SETTING_DATA_ROAMING, &value, &err);
+
+               if (value == 0) {
+                       elm_check_state_set(ad->data_roaming->eo_check, 1);
+                       setting_set_bool_slp_key(BOOL_SLP_SETTING_DATA_ROAMING,
+                                                SETTING_ON_OFF_BTN_ON, &err);
+               } else {
+                       elm_check_state_set(ad->data_roaming->eo_check, 0);
+                       setting_set_bool_slp_key(BOOL_SLP_SETTING_DATA_ROAMING,
+                                                SETTING_ON_OFF_BTN_OFF, &err);
+               }
+
+       }
+
+       evas_object_del(ad->data_roaming_popup);
+       ad->data_roaming_popup = NULL;
+}
+
+
+void
+setting_main_click_list_network_ug_cb(void *data, Evas_Object *obj,
+                                     void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       retm_if(event_info == NULL, "Invalid argument: event info is NULL");
+       Elm_Object_Item *item = (Elm_Object_Item *) event_info;
+
+       elm_genlist_item_selected_set(item, EINA_FALSE);
+
+       if (g_main_ad->ug) {
+               SETTING_TRACE
+                   ("[ad->ug non-NULL]skip genlist click event!!");
+
+               SETTING_TRACE_END;
+               return;
+       }
+
+       setting_main_appdata *ad = g_main_ad;
+       setting_main_click_list_item_reset_data(ad, obj);
+
+       int err = 0;
+       int value;
+       setting_get_int_slp_key(INT_SLP_SETTING_SIM_SLOT, &value, &err);
+
+       switch (value) {
+       case VCONFKEY_TELEPHONY_SIM_INSERTED:
+               {
+                       int tapi_ret = tel_deregister_event(subs_id_main);
+                       if (tapi_ret != TAPI_API_SUCCESS)
+                               SETTING_TRACE_DEBUG
+                                   ("%s*** [ERR] tel_deregister_event. [%d]***%s",
+                                    SETTING_FONT_RED, tapi_ret,
+                                    SETTING_FONT_BLACK);
+
+                       ad->need_register = TRUE;
+                       struct ug_cbs *cbs =
+                           (struct ug_cbs *)calloc(1, sizeof(struct ug_cbs));
+                       setting_retm_if(!cbs, "calloc failed");
+                       cbs->layout_cb = setting_main_layout_ug_cb;
+                       cbs->result_cb = setting_main_result_ug_cb;
+                       cbs->destroy_cb = setting_main_destroy_ug_cb;
+                       cbs->priv = (void *)ad;
+                       setting_main_click_list_item_ug_cb(data, obj,
+                                                          "setting-network-efl",
+                                                          NULL, cbs);
+                       FREE(cbs);
+                       break;
+               }
+       case VCONFKEY_TELEPHONY_SIM_NOT_PRESENT:
+               setting_create_popup_without_title(NULL, ad->win_main,
+                                                 _("IDS_ST_HEADER_INSERT_SIM_CARD_ABB"));
+               SETTING_TRACE("%s*** [ERR] No SIM. sim_slot_type=%d ***%s",
+                             SETTING_FONT_RED, value, SETTING_FONT_BLACK);
+               return;
+               break;
+       case VCONFKEY_TELEPHONY_SIM_CARD_ERROR:
+       case VCONFKEY_TELEPHONY_SIM_UNKNOWN:
+               setting_create_popup_without_title(NULL, ad->win_main,
+                                                 _("IDS_COM_BODY_INVALID_SIM_CARD"));
+               SETTING_TRACE("%s*** [ERR] Invalid SIM. sim_slot_type=%d ***%s",
+                             SETTING_FONT_RED, value, SETTING_FONT_BLACK);
+               return;
+               break;
+       default:
+               break;
+       }
+
+}
+
+
+void setting_try_save_check_list(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+
+       Eina_List *check_list = ad->item_check_list;
+       Setting_GenGroupItem_Data *list_item = NULL;
+       int update_count = 0;
+
+       while (check_list) {
+               list_item = (Setting_GenGroupItem_Data *)
+                   eina_list_data_get(check_list);
+               if (NULL == list_item) {
+                       continue;
+               }
+               update_count++;
+               if (list_item->chk_status) {
+                       /* to update config file */
+                       setting_cfg_set_pos(list_item->keyStr,
+                                           Cfg_Item_Pos_Level0);
+               } else {
+                       /* to update config file */
+                       setting_cfg_set_pos(list_item->keyStr,
+                                           Cfg_Item_Pos_Level1);
+               }
+               check_list = eina_list_next(check_list);
+       }
+
+       if (update_count == 0) {
+               /* to popup tips notify */
+       } else {
+               setting_cfg_file_update();
+       }
+       SETTING_TRACE_END;
+}
+
+void
+setting_main_click_add_all_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+       ad->view_type = SETTING_VIEW_ALL_CHECK;
+       __setting_create_prefered_view(ad);
+       __load_check_list(ad, &(ad->all_check_genlist), NULL);
+       
+       SETTING_TRACE_END;
+}
diff --git a/src/setting-more-menu.c b/src/setting-more-menu.c
new file mode 100755 (executable)
index 0000000..cbabd98
--- /dev/null
@@ -0,0 +1,156 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+#include "setting-more-menu.h"
+
+static int setting_more_menu_create(void *cb);
+static int setting_more_menu_destroy(void *cb);
+static int setting_more_menu_update(void *cb);
+static int setting_more_menu_cleanup(void *cb);
+
+setting_view setting_view_more_menu = {
+       .create = setting_more_menu_create,
+       .destroy = setting_more_menu_destroy,
+       .update = setting_more_menu_update,
+       .cleanup = setting_more_menu_cleanup,
+};
+
+/* ***************************************************
+ *
+ *basic func
+ *
+ ***************************************************/
+const static Elm_Genlist_Item_Class itc_sep = {
+       .item_style = "dialogue/separator/21/with_line",
+       .func.text_get = NULL,
+       .func.content_get = NULL,
+       .func.state_get = NULL,
+       .func.del = NULL,
+};
+
+static int setting_more_menu_create(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       setting_main_appdata *ad = (setting_main_appdata *) cb;
+
+       Evas_Object *scroller = NULL;
+       char *title;
+       menu_list_load_fn2 load_fn = NULL;
+       if (SETTING_VIEW_CONNECTIVE_MORE == ad->view_load)
+       {
+               title = _(KeyStr_MoreConnect);
+               load_fn = __load_connectivity_menu_list;
+       }
+       else if (SETTING_VIEW_SYSTEM_MORE == ad->view_load)
+       {
+               title = _(KeyStr_MoreSystem);
+               load_fn = __load_system_menu_list;
+       }
+       else
+       {
+               SETTING_TRACE_ERROR("Invalid view");
+               return SETTING_RETURN_FAIL;
+       }
+       setting_push_layout_navi_bar_genlist(ad->win_main, ad->win_main,
+                                    title, _("IDS_COM_BODY_BACK"),
+                                    NULL,
+                                    setting_more_menu_click_softkey_cancel_cb,
+                                    NULL, ad, &scroller, ad->navibar_main);
+
+       Elm_Object_Item *item = elm_genlist_item_append(scroller, &(itc_sep),
+                                      NULL, NULL,
+                                      ELM_GENLIST_ITEM_NONE, NULL, NULL);
+       elm_genlist_item_select_mode_set(item, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
+
+       load_fn(ad, Cfg_Item_Pos_Level1, scroller);
+       ad->genlist_load = scroller;
+       setting_view_more_menu.is_create = 1;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_more_menu_destroy(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+
+       setting_main_appdata *ad = (setting_main_appdata *) cb;
+       if (0 == setting_view_more_menu.is_create)
+       {
+               //already not exsit
+               return SETTING_RETURN_SUCCESS;
+       }
+
+
+       elm_naviframe_item_pop(ad->navibar_main);
+       ad->view_load = SETTING_VIEW_MAIN;
+       ad->genlist_load = ad->main_genlist;
+       setting_view_more_menu.is_create = 0;
+       return SETTING_RETURN_SUCCESS;
+}
+
+static int setting_more_menu_update(void *cb)
+{
+       return SETTING_RETURN_SUCCESS;
+
+}
+
+static int setting_more_menu_cleanup(void *cb)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retv_if(cb == NULL, SETTING_GENERAL_ERR_NULL_DATA_PARAMETER);
+       setting_more_menu_destroy(cb);
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+/* ***************************************************
+ *
+ *general func
+ *
+ ***************************************************/
+
+/* ***************************************************
+ *
+ *call back func
+ *
+ ***************************************************/
+
+static void
+setting_more_menu_click_softkey_cancel_cb(void *data,
+                                                       Evas_Object *obj,
+                                                       void *event_info)
+{
+       SETTING_TRACE_BEGIN;
+       /* error check */
+       retm_if(data == NULL, "Data parameter is NULL");
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+
+       setting_view_change(&setting_view_more_menu,
+                           &setting_view_main, ad);
+}
+
diff --git a/src/setting.c b/src/setting.c
new file mode 100644 (file)
index 0000000..916c27d
--- /dev/null
@@ -0,0 +1,638 @@
+/*
+ * setting
+ *
+ * Copyright (c) 2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved 
+ *
+ * This file is part of org.tizen.setting
+ * Written by Hyejin Kim <hyejin0906.kim@samsung.com>
+ *
+ * PROPRIETARY/CONFIDENTIAL
+ * 
+ * This software is the confidential and proprietary information of 
+ * SAMSUNG ELECTRONICS ("Confidential Information"). You shall not
+ * disclose such Confidential Information and shall use it only in
+ * accordance with the terms of the license agreement you entered
+ * into with SAMSUNG ELECTRONICS.
+ *
+ * SAMSUNG make no representations or warranties about the suitability 
+ * of the software, either express or implied, including but not limited
+ * to the implied warranties of merchantability, fitness for a particular
+ * purpose, or non-infringement. SAMSUNG shall not be liable for any
+ * damages suffered by licensee as a result of using, modifying or
+ * distributing this software or its derivatives.
+ *
+ */
+
+#include <aul.h>
+#include <Ecore_X.h>
+#include <appcore-common.h>
+#include <ewk_main.h>
+
+#include "setting.h"
+
+extern void setting_update_gl_item(void* data);
+
+static int vconf_key_change_event_listen(struct _vconf_key_change_event* me,void* data);
+static int vconf_key_change_event_unlisten(struct _vconf_key_change_event* me,void* data);
+
+/**
+* The event process when region is changes.
+*/
+static int setting_main_region_changed_cb(void *data)
+{
+       setting_main_appdata *ad = data;
+
+       if (ad->ug)
+               ug_send_event(UG_EVENT_REGION_CHANGE);
+
+       return 0;
+}
+
+/**
+* The event process when win object is destroyed
+*/
+static void setting_main_del_win(void *data, Evas_Object *obj, void *event)
+{
+       elm_exit();
+}
+
+/**
+* To create a win object, the win is shared between the App and all its UGs
+*/
+static Evas_Object *setting_main_create_win(const char *name)
+{
+       SETTING_TRACE_BEGIN;
+       Evas_Object *eo;
+       int w, h;
+
+       eo = elm_win_add(NULL, name, ELM_WIN_BASIC);
+       if (eo) {
+               elm_win_title_set(eo, name);
+               elm_win_borderless_set(eo, EINA_TRUE);
+               evas_object_smart_callback_add(eo, "delete,request",
+                                              setting_main_del_win, NULL);
+               ecore_x_window_size_get(ecore_x_window_root_first_get(),
+                                       &w, &h);
+               evas_object_resize(eo, w, h);
+       }
+
+       return eo;
+}
+
+/**
+* exceptional process, reset the env vars by Setting vconf VCONFKEY_LANGSET
+*/
+static int setting_main_lang_changed_cb(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+
+       int r = appcore_set_i18n(SETTING_PACKAGE, SETTING_LOCALEDIR);
+       if(r == -1) {
+               SETTING_TRACE_ERROR("call appcore_set_i18n failed");
+       }
+
+       if (ad->data_wifi)
+       {
+           ad->data_wifi->sub_desc = (char *)g_strdup(get_pa_Wi_Fi_on_off_str());
+       }
+       if (ad->data_bt)
+       {
+           ad->data_bt->sub_desc = (char *)g_strdup(get_BT_on_off_str());
+       }
+       if (ad->data_mobileApp)
+       {
+           ad->data_mobileApp->sub_desc = (char *)g_strdup(get_Mobile_AP_on_off_str());
+       }
+       if (ad->data_usbcon)
+       {
+           ad->data_usbcon->sub_desc = get_pa_usb_connect_mode_str();
+       }
+       if (ad->data_theme)
+       {
+           ad->data_theme->sub_desc = get_pa_theme_name_str();
+       }
+
+       if (ad->main_genlist) elm_genlist_realized_items_update(ad->main_genlist);
+       if (ad->genlist_load) elm_genlist_realized_items_update(ad->genlist_load);
+
+       Elm_Object_Item *navi_it = NULL;
+       navi_it = elm_naviframe_bottom_item_get(ad->navibar_main);
+       if (navi_it)
+               elm_object_item_text_set(navi_it, _("IDS_COM_BODY_SETTINGS"));
+
+       if (ad->edit_item)
+       {
+               elm_object_item_text_set(ad->edit_item, _(EDIT_PREFERRED_STR));
+       }
+
+
+       if (ad->segment_all) elm_object_item_text_set(ad->segment_all, _(ALL_STR));
+       if (ad->segment_preferred) elm_object_item_text_set(ad->segment_preferred,
+                                          _(PREFERRED_STR));
+
+       if (ad->ug)
+               ug_send_event(UG_EVENT_LANG_CHANGE);
+
+       return SETTING_RETURN_SUCCESS;
+}
+
+/**
+* the event process when other VCONFS changes
+*/
+static void setting_other_vconf_change_cb(keynode_t *key, void *data)
+{
+       setting_main_appdata *ad = data;
+       retm_if(!data, "Invalid argument: data is NULL");
+
+       Setting_GenGroupItem_Data* item_to_update = NULL;
+       char *vconf_name = vconf_keynode_get_name(key);
+       SETTING_TRACE("the value of [ %s ] just changed", vconf_name);
+
+       if (!safeStrCmp(vconf_name, VCONFKEY_SETAPPL_USB_MODE_INT)) {
+               item_to_update = ad->data_usbcon;
+               retm_if(!item_to_update, "ad->data_usbcon is NULL");
+
+               item_to_update->sub_desc = get_pa_usb_connect_mode_str();
+               if (ad->bAppPause || ad->ug) {
+                       ad->updateItems[GL_ITEM_USB] = EINA_TRUE;
+               } else { // app is not in pause without ug
+                       elm_object_item_data_set(item_to_update->item, item_to_update);
+                       elm_genlist_item_update(item_to_update->item);
+               }
+               return;
+       } else if (!safeStrCmp(vconf_name, VCONFKEY_SETAPPL_WIDGET_THEME_STR)) {
+               item_to_update = ad->data_theme;
+               retm_if(!item_to_update, "ad->data_theme is NULL");
+
+               item_to_update->sub_desc = get_pa_theme_name_str();
+               if (ad->bAppPause || ad->ug) {
+                       ad->updateItems[GL_ITEM_THEME] = EINA_TRUE;
+               } else { // app is not in pause without ug
+                       elm_object_item_data_set(item_to_update->item, item_to_update);
+                       elm_genlist_item_update(item_to_update->item);
+               }
+               return;
+       } else if (!safeStrCmp(vconf_name, VCONFKEY_SETAPPL_ROTATE_LOCK_BOOL)) {
+               item_to_update = ad->data_rotationMode;
+               retm_if(!item_to_update, "ad->data_rotationMode is NULL");
+
+               int status = 0;
+               vconf_get_bool(VCONFKEY_SETAPPL_ROTATE_LOCK_BOOL, &status);
+               item_to_update->chk_status = status;
+               if (ad->bAppPause || ad->ug) {
+                       ad->updateItems[GL_ITEM_ROTATION] = EINA_TRUE;
+               } else { // app is not in pause without ug
+                       elm_check_state_set(item_to_update->eo_check, status);
+               }
+               return;
+       } else if (!safeStrCmp(vconf_name, VCONFKEY_SETAPPL_STATE_DATA_ROAMING_BOOL)) {
+               item_to_update = ad->data_roaming;
+               retm_if(!item_to_update, "ad->data_roaming is NULL");
+
+               int status = 0;
+               vconf_get_bool(VCONFKEY_SETAPPL_STATE_DATA_ROAMING_BOOL, &status);
+               item_to_update->chk_status = status;
+               if (ad->bAppPause || ad->ug) {
+                       ad->updateItems[GL_ITEM_ROAMING] = EINA_TRUE;
+               } else { // app is not in pause without ug
+                       elm_check_state_set(item_to_update->eo_check, status);
+               }
+               return;
+       }
+}
+
+/**
+* the event process when int VCONFS changes
+*/
+static void setting_int_vconf_change_cb(keynode_t *key, void *data)
+{
+       setting_main_appdata *ad = data;
+       retm_if(!data, "Invalid argument: data is NULL");
+
+       int status = vconf_keynode_get_int(key);
+       char *vconf_name = vconf_keynode_get_name(key);
+
+       char *pa_wifi_device = NULL;
+       Setting_GenGroupItem_Data *item_to_update = NULL;
+
+       if (!safeStrCmp(vconf_name, VCONFKEY_WIFI_STATE)) {
+               item_to_update = ad->data_wifi;
+               retm_if(!item_to_update, "ad->data_wifi is NULL");
+
+               switch (status) {
+               case VCONFKEY_WIFI_OFF:
+                       item_to_update->sub_desc = (char *)g_strdup(_("IDS_COM_BODY_OFF_M_STATUS"));
+                       break;
+
+               case VCONFKEY_WIFI_UNCONNECTED:
+               case VCONFKEY_WIFI_CONNECTED:
+               case VCONFKEY_WIFI_TRANSFER:
+                       pa_wifi_device = vconf_get_str(VCONFKEY_WIFI_CONNECTED_AP_NAME);
+                       if (NULL != pa_wifi_device && '\0' != pa_wifi_device[0]) {
+                               item_to_update->sub_desc = (char *)g_strdup(pa_wifi_device);
+                       } else {
+                               item_to_update->sub_desc = (char *)g_strdup(_("IDS_COM_BODY_ON_M_STATUS"));
+                       }
+                       FREE(pa_wifi_device);
+                       break;
+               default:
+                       SETTING_TRACE_ERROR("Invalid wifi status!");
+                       return;
+               }
+
+               if (ad->bAppPause || ad->ug) {
+                       ad->updateItems[GL_ITEM_WIFI] = EINA_TRUE;
+               } else { // app is not in pause without ug
+                       elm_object_item_data_set(item_to_update->item, item_to_update);
+                       elm_genlist_item_update(item_to_update->item);
+               }
+       } else if (!safeStrCmp(vconf_name, VCONFKEY_BT_STATUS)) {
+               item_to_update = ad->data_bt;
+               retm_if(!item_to_update, "ad->data_bt is NULL");
+
+               if (FALSE == status) {
+                       item_to_update->sub_desc = (char *)g_strdup(_("IDS_COM_BODY_OFF_M_STATUS"));
+               } else {
+                       item_to_update->sub_desc = (char *)g_strdup(_("IDS_COM_BODY_ON_M_STATUS"));
+               }
+
+               if (ad->bAppPause || ad->ug) {
+                       ad->updateItems[GL_ITEM_BT] = EINA_TRUE;
+               } else { // app is not in pause without ug
+                       elm_object_item_data_set(item_to_update->item, item_to_update);
+                       elm_genlist_item_update(item_to_update->item);
+               }
+       } else if (!safeStrCmp(vconf_name, VCONFKEY_MOBILE_HOTSPOT_MODE)) {
+               item_to_update = ad->data_mobileApp;
+               retm_if(!item_to_update, "ad->data_mobileApp is NULL");
+
+               /* For other vconfs */
+               if (FALSE == status) {
+                       item_to_update->sub_desc = (char *)g_strdup(_("IDS_COM_BODY_OFF_M_STATUS"));
+               } else {
+                       item_to_update->sub_desc = (char *)g_strdup(_("IDS_COM_BODY_ON_M_STATUS"));
+               }
+
+               if (ad->bAppPause || ad->ug) {
+                       ad->updateItems[GL_ITEM_MAP] = EINA_TRUE;
+               } else { // app is not in pause without ug
+                       elm_object_item_data_set(item_to_update->item, item_to_update);
+                       elm_genlist_item_update(item_to_update->item);
+               }
+       } else {
+                       SETTING_TRACE_ERROR("vconf_name is bad[%s]", vconf_name);
+       }
+
+       return;
+}
+
+/**
+* the event process when string VCONFS changes
+*/
+static void setting_string_vconf_change_cb(keynode_t *key, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+       retm_if(!data, "Invalid argument: data is NULL");
+
+       char *value = vconf_keynode_get_str(key);
+       char *vconf_name = vconf_keynode_get_name(key);
+       Setting_GenGroupItem_Data *item_to_update = NULL;
+
+       if (!safeStrCmp(vconf_name, VCONFKEY_WIFI_CONNECTED_AP_NAME)) {
+               int status;
+               item_to_update = ad->data_wifi;
+               retm_if(!item_to_update, "ad->data_wifi is NULL");
+
+               if (0 != vconf_get_int(VCONFKEY_WIFI_STATE, &status)) {
+                       SETTING_TRACE_ERROR("vconf_get err: %s", VCONFKEY_WIFI_STATE);
+                       return;
+               }
+               SETTING_TRACE("status:%d", status);
+               switch (status) {
+               case VCONFKEY_WIFI_OFF:
+                       item_to_update->sub_desc =
+                               (char *)g_strdup(_("IDS_COM_BODY_OFF_M_STATUS"));
+                       break;
+
+               case VCONFKEY_WIFI_UNCONNECTED:
+               case VCONFKEY_WIFI_CONNECTED:
+               case VCONFKEY_WIFI_TRANSFER:
+                       if (NULL != value && '\0' != value[0]) {
+                               SETTING_TRACE("wifi_device:%s", value);
+                               item_to_update->sub_desc = (char *)g_strdup(value);
+                       } else {
+                               item_to_update->sub_desc =
+                                       (char *) g_strdup(_("IDS_COM_BODY_ON_M_STATUS"));
+                       }
+                       break;
+               default:
+                       SETTING_TRACE_ERROR("Invalid wifi status!");
+                       return;
+               }
+               if (ad->bAppPause || ad->ug) {
+                       ad->updateItems[GL_ITEM_WIFI] = EINA_TRUE;
+               } else { // app is not in pause without ug
+                       elm_object_item_data_set(item_to_update->item, item_to_update);
+                       elm_genlist_item_update(item_to_update->item);
+               }
+       } // vconf_name == VCONFKEY_WIFI_CONNECTED_AP_NAME
+}
+
+static int vconf_key_change_event_listen(struct _vconf_key_change_event* me, void* data)
+{
+       SETTING_TRACE_BEGIN;
+       me->in_key[0] = VCONFKEY_BT_STATUS;
+       me->cb[0] = setting_int_vconf_change_cb;
+
+       me->in_key[1] = VCONFKEY_WIFI_STATE,
+       me->cb[1] = setting_int_vconf_change_cb;
+
+       me->in_key[2] = VCONFKEY_WIFI_CONNECTED_AP_NAME,
+       me->cb[2] = setting_string_vconf_change_cb;
+
+       me->in_key[3] = VCONFKEY_MOBILE_HOTSPOT_MODE,
+       me->cb[3] = setting_int_vconf_change_cb;
+
+       me->in_key[4] = VCONFKEY_SETAPPL_USB_MODE_INT,
+       me->cb[4] = setting_other_vconf_change_cb;
+
+       me->in_key[5] = VCONFKEY_SETAPPL_WIDGET_THEME_STR,
+       me->cb[5] = setting_other_vconf_change_cb;
+
+       me->in_key[6] = VCONFKEY_SETAPPL_ROTATE_LOCK_BOOL,
+       me->cb[6] = setting_other_vconf_change_cb;
+
+       me->in_key[7] = VCONFKEY_SETAPPL_STATE_DATA_ROAMING_BOOL,
+       me->cb[7] = setting_other_vconf_change_cb;
+
+       // notify key event
+       int i, ret;
+       for(i=0;i<VCONF_KEY_EVENT_ARR_SIZE; i++)
+       {
+               if (me->in_key[i] != NULL && me->cb[i] != NULL) {
+                       ret = vconf_notify_key_changed(me->in_key[i], me->cb[i], data);
+                       if(ret < 0)
+                               SETTING_TRACE_ERROR(" %dth : %s notifications Failed(%d)",i, (char *)me->in_key[i], ret);
+               }
+       }
+       SETTING_TRACE_END;
+       return 0;
+}
+
+static int vconf_key_change_event_unlisten(struct _vconf_key_change_event* me,void* data)
+{
+       SETTING_TRACE_BEGIN;
+       // notify key event
+       int i, ret;
+       for(i=0;i<VCONF_KEY_EVENT_ARR_SIZE ; i++) {
+               if (me->in_key[i] != NULL && me->cb[i] != NULL) {
+                       ret = vconf_ignore_key_changed(me->in_key[i], me->cb[i]);
+               }
+       }
+       SETTING_TRACE_END;
+       return 0;
+}
+
+
+/**
+* Do the process which cost much time
+*/
+static Eina_Bool setting_on_idle_lazy(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+
+       /* A. add system event callback */
+       appcore_set_event_callback(APPCORE_EVENT_LANG_CHANGE, setting_main_lang_changed_cb, ad);
+       appcore_set_event_callback(APPCORE_EVENT_REGION_CHANGE, setting_main_region_changed_cb, ad);
+
+       return FALSE;
+}
+
+static int __setting_main_other_app_dead_cb(int pid, void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_retvm_if(NULL == data, -1, "data is NULL");
+       setting_main_appdata *ad = (setting_main_appdata *) data;
+
+       if (ad->isInUGMode && ad->ug) {
+               bundle *b = NULL;
+               b = bundle_create();
+               setting_retvm_if(NULL == b, -1, "b is NULL");
+
+               char pid_str[SETTING_MAX_PID_LEN] = {0,};
+               snprintf(pid_str, SETTING_MAX_PID_LEN, "%d", pid);
+               bundle_add(b, "DEADPID", pid_str);
+               if (ug_send_message(ad->ug, b) != 0) {
+                       SETTING_TRACE_ERROR("call ug_send_message fail");
+               }
+               bundle_free(b);
+       }
+       return 0;
+}
+
+/**
+* The function is called to create Setting view widgets
+*/
+static int setting_main_app_create(void *data)
+{
+       SETTING_TRACE_BEGIN;
+
+       ewk_init();
+
+       setting_main_appdata *ad = data;
+
+       ad->data_roaming_popup = NULL;
+
+       /* create window */
+       ad->win_main = setting_main_create_win(SETTING_PACKAGE);
+       setting_retvm_if(ad->win_main == NULL, SETTING_RETURN_FAIL, "window is null");
+       evas_object_show(ad->win_main);
+       UG_INIT_EFL(ad->win_main, UG_OPT_INDICATOR_ENABLE);
+       ad->evas = evas_object_evas_get(ad->win_main);
+
+       /* load config file */
+       int cfg_operation_ret = setting_cfg_init();
+
+       elm_theme_extension_add(NULL, SETTING_THEME_EDJ_NAME);
+
+       elm_win_indicator_mode_set(ad->win_main, ELM_WIN_INDICATOR_SHOW);
+
+       setting_view_create(&setting_view_main, ad);
+       setting_view_node_table_register(&setting_view_main, NULL);
+       setting_view_node_table_register(&setting_view_more_menu,
+                                        &setting_view_main);
+
+       /* error handling */
+       if (Cfg_Error_Type_Sucess != cfg_operation_ret) {
+               SETTING_TRACE_ERROR("cfg_operation_ret: %d", cfg_operation_ret);
+               const char *notifyStr = NULL;
+               switch (cfg_operation_ret) {
+
+               case Cfg_Error_Type_CreateCfg_Failed:
+                       {
+                               notifyStr = _("failed to create config file, <br>re-install org.tizen.setting please");
+                               break;
+                       }
+               case Cfg_Error_Type_Mkdir_Failed:
+                       {
+                               notifyStr = _("file system missed<br>/opt/data/setting, <br>re-install org.tizen.setting please");
+                               break;
+                       }
+               case Cfg_Error_Type_RemoveCfg_Failed:
+                       {
+                               notifyStr = _("config file size 0 byte<br>and failed to re-create it.<br>try to startup the app again");
+                               break;
+                       }
+               case Cfg_Error_Type_ReadCfg_Failed:
+                       {
+                               notifyStr = _("failed to read config file, <br>try to startup the app again");
+                               break;
+                       }
+               case Cfg_Error_Type_DirPermissionDenied:
+                       {
+                               notifyStr =
+                                   _("the dir of config file permission denied");
+                               break;
+                       }
+               case Cfg_Error_Type_FilePermissionDenied:
+                       {
+                               notifyStr = _("config file permission denied");
+                               break;
+                       }
+               default:
+                       {
+                               notifyStr = _("Invalid Result, try to startup the app again");
+                               break;
+                       }
+               }
+               setting_create_popup_without_btn(ad, ad->win_main, (char *)notifyStr, NULL, NULL, 10);
+               return SETTING_RETURN_FAIL;
+       }
+
+       aul_listen_app_dead_signal(__setting_main_other_app_dead_cb, ad);
+       ad->vk_events.listen = vconf_key_change_event_listen;
+       ad->vk_events.unlisten = vconf_key_change_event_unlisten;
+
+       return 0;
+}
+
+/**
+* The function is called when Setting is terminated
+*/
+static int setting_main_app_terminate(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+       setting_cfg_exit();
+
+       ug_destroy_all();
+       ad->ug = NULL;
+
+       SETTING_TRACE("%s*** SETTING APPLICATION CLOSED ***%s",
+                     SETTING_FONT_BGREEN, SETTING_FONT_BLACK);
+
+       ad->vk_events.unlisten(&(ad->vk_events), data);
+
+       setting_view_destroy(&setting_view_more_menu, ad);
+       setting_view_destroy(&setting_view_main, ad);
+       SETTING_TRACE("!!! After setting_view_destroy");
+       if (ad->win_main) {
+               evas_object_del(ad->win_main);
+               ad->win_main = NULL;
+       }
+
+       ewk_shutdown();
+       SETTING_TRACE_END;
+       return 0;
+}
+
+/**
+* The function is called when Setting begins run in background from forground
+*/
+static int setting_main_app_pause(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+
+       ad->bAppPause = EINA_TRUE;
+       if (ad->ug)
+               ug_pause();
+
+       return 0;
+}
+
+/**
+* The function is called when Setting begins run in forground from background
+*/
+static int setting_main_app_resume(void *data)
+{
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+
+       if (ad->ug)
+               ug_resume();
+
+       // update main genlist in resuming app.
+       ad->bAppPause = EINA_FALSE;
+       if(!ad->ug) {
+               SETTING_TRACE("update main genlist in resuming app without UG");
+               setting_update_gl_item(ad);
+       }
+
+       return 0;
+}
+
+/**
+* The function is called by app-fwk after app_create. It always do the process which cost much time.
+*/
+static int setting_main_app_reset(bundle *b, void *data)
+{
+
+       SETTING_TRACE_BEGIN;
+       setting_main_appdata *ad = data;
+
+       ecore_idler_add(setting_on_idle_lazy, ad);
+
+       ad->vk_events.listen(&(ad->vk_events), data);
+
+       if (ad->win_main)
+               elm_win_activate(ad->win_main);
+
+       return 0;
+}
+
+/**
+ * argv[1] != 0 --> Setting app UI
+ * argv[1] == 0 --> SMC test mode
+ */
+int main(int argc, char *argv[])
+{
+       int r = 0;
+       setting_main_appdata ad;
+
+       if (!isEmulBin()) {
+               setenv("ELM_ENGINE", "gl", 1);
+       }
+
+       struct appcore_ops ops = {
+               .create = setting_main_app_create,
+               .terminate = setting_main_app_terminate,
+               .pause = setting_main_app_pause,
+               .resume = setting_main_app_resume,
+               .reset = setting_main_app_reset,
+       };
+
+       memset(&ad, 0x0, sizeof(setting_main_appdata));
+       ops.data = &ad;
+
+       setting_main_lang_changed_cb(&ad);
+
+       ecore_main_loop_glib_integrate();
+       r = appcore_efl_main(SETTING_PACKAGE, &argc, &argv, &ops);
+       retv_if(r == -1, -1);
+
+       return 0;
+}