Add setup-wizard language file 99/101399/1 accepted/tizen/3.0/common/20161206.125332 accepted/tizen/3.0/ivi/20161205.234440 accepted/tizen/3.0/mobile/20161205.234258 accepted/tizen/3.0/tv/20161205.234346 accepted/tizen/3.0/wearable/20161205.234412 accepted/tizen/common/20161205.135940 accepted/tizen/ivi/20161205.233346 accepted/tizen/mobile/20161205.233252 accepted/tizen/tv/20161205.233311 accepted/tizen/wearable/20161205.233327 submit/tizen/20161205.071623 submit/tizen_3.0/20161205.022357 submit/tizen_3.0/20161205.022817
authorseolheui,kim <s414.kim@samsung.com>
Thu, 1 Dec 2016 05:47:14 +0000 (14:47 +0900)
committerseolheui,kim <s414.kim@samsung.com>
Thu, 1 Dec 2016 05:47:14 +0000 (14:47 +0900)
Change-Id: I1e6c7c500f4d4183c0ab4464e6d73ffb74469581
Signed-off-by: seolheui,kim <s414.kim@samsung.com>
61 files changed:
packaging/krate.spec
tools/apps/setup-wizard/CMakeLists.txt
tools/apps/setup-wizard/include/krate-setup.h
tools/apps/setup-wizard/include/setup-text.h [deleted file]
tools/apps/setup-wizard/po/CMakeLists.txt [new file with mode: 0644]
tools/apps/setup-wizard/po/ar.po [new file with mode: 0755]
tools/apps/setup-wizard/po/az.po [new file with mode: 0755]
tools/apps/setup-wizard/po/bg.po [new file with mode: 0755]
tools/apps/setup-wizard/po/ca.po [new file with mode: 0755]
tools/apps/setup-wizard/po/cs.po [new file with mode: 0755]
tools/apps/setup-wizard/po/da.po [new file with mode: 0755]
tools/apps/setup-wizard/po/de.po [new file with mode: 0755]
tools/apps/setup-wizard/po/el_GR.po [new file with mode: 0755]
tools/apps/setup-wizard/po/en.po [new file with mode: 0755]
tools/apps/setup-wizard/po/en_PH.po [new file with mode: 0755]
tools/apps/setup-wizard/po/en_US.po [new file with mode: 0755]
tools/apps/setup-wizard/po/es_ES.po [new file with mode: 0755]
tools/apps/setup-wizard/po/es_US.po [new file with mode: 0755]
tools/apps/setup-wizard/po/et.po [new file with mode: 0755]
tools/apps/setup-wizard/po/eu.po [new file with mode: 0755]
tools/apps/setup-wizard/po/fi.po [new file with mode: 0755]
tools/apps/setup-wizard/po/fr.po [new file with mode: 0755]
tools/apps/setup-wizard/po/fr_CA.po [new file with mode: 0755]
tools/apps/setup-wizard/po/ga.po [new file with mode: 0755]
tools/apps/setup-wizard/po/gl.po [new file with mode: 0755]
tools/apps/setup-wizard/po/hi.po [new file with mode: 0755]
tools/apps/setup-wizard/po/hr.po [new file with mode: 0755]
tools/apps/setup-wizard/po/hu.po [new file with mode: 0755]
tools/apps/setup-wizard/po/hy.po [new file with mode: 0755]
tools/apps/setup-wizard/po/is.po [new file with mode: 0755]
tools/apps/setup-wizard/po/it_IT.po [new file with mode: 0755]
tools/apps/setup-wizard/po/ja_JP.po [new file with mode: 0755]
tools/apps/setup-wizard/po/ka.po [new file with mode: 0755]
tools/apps/setup-wizard/po/kk.po [new file with mode: 0755]
tools/apps/setup-wizard/po/ko_KR.po [new file with mode: 0755]
tools/apps/setup-wizard/po/lt.po [new file with mode: 0755]
tools/apps/setup-wizard/po/lv.po [new file with mode: 0755]
tools/apps/setup-wizard/po/mk.po [new file with mode: 0755]
tools/apps/setup-wizard/po/nb.po [new file with mode: 0755]
tools/apps/setup-wizard/po/nl.po [new file with mode: 0755]
tools/apps/setup-wizard/po/pl.po [new file with mode: 0755]
tools/apps/setup-wizard/po/pt_BR.po [new file with mode: 0755]
tools/apps/setup-wizard/po/pt_PT.po [new file with mode: 0755]
tools/apps/setup-wizard/po/ro.po [new file with mode: 0755]
tools/apps/setup-wizard/po/ru_RU.po [new file with mode: 0755]
tools/apps/setup-wizard/po/sk.po [new file with mode: 0755]
tools/apps/setup-wizard/po/sl.po [new file with mode: 0755]
tools/apps/setup-wizard/po/sr.po [new file with mode: 0755]
tools/apps/setup-wizard/po/sv.po [new file with mode: 0755]
tools/apps/setup-wizard/po/tr_TR.po [new file with mode: 0755]
tools/apps/setup-wizard/po/uk.po [new file with mode: 0755]
tools/apps/setup-wizard/po/uz.po [new file with mode: 0755]
tools/apps/setup-wizard/po/zh_CN.po [new file with mode: 0755]
tools/apps/setup-wizard/po/zh_HK.po [new file with mode: 0755]
tools/apps/setup-wizard/po/zh_TW.po [new file with mode: 0755]
tools/apps/setup-wizard/res/edje/setup.edc
tools/apps/setup-wizard/res/edje/welcome.edc
tools/apps/setup-wizard/src/main.c
tools/apps/setup-wizard/src/security.c
tools/apps/setup-wizard/src/ui.c
tools/apps/setup-wizard/src/util.c

index da84733..fa9ee49 100644 (file)
@@ -74,6 +74,8 @@ make %{?jobs:-j%jobs}
 mkdir -p %{buildroot}/%{_unitdir}/multi-user.target.wants
 ln -s ../krate.service %{buildroot}/%{_unitdir}/multi-user.target.wants/krate.service
 
+%find_lang krate-setup-wizard
+
 %post
 
 %clean
@@ -141,7 +143,7 @@ Tizen Krate setup wizard interface
 
 %define setup_home %{TZ_SYS_RO_APP}/org.tizen.krate-setup-wizard
 
-%files -n org.tizen.krate-setup-wizard
+%files -n org.tizen.krate-setup-wizard -f krate-setup-wizard.lang
 %defattr(-,root,root,-)
 %manifest tools/apps/setup-wizard/org.tizen.krate-setup-wizard.manifest
 %{setup_home}/bin/*
index e495026..2f322f3 100644 (file)
@@ -6,6 +6,7 @@ INCLUDE_DIRECTORIES(./include)
 FIND_PACKAGE(PkgConfig REQUIRED)
 PKG_CHECK_MODULES(SETUP_WIZARD REQUIRED
        notification
+       capi-system-system-settings
 )
 
 INCLUDE_DIRECTORIES(${EFL_APP_INCLUDE_DIRS} ${SETUP_WIZARD_INCLUDE_DIRS} ${KRATE_LIB})
@@ -37,3 +38,5 @@ INSTALL(FILES ${CMAKE_BINARY_DIR}/${PROJECT_NAME}.edj DESTINATION ${APP_INSTALL_
 INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/res/data/KrateManifest.xml DESTINATION ${APP_INSTALL_PREFIX}/${PROJECT_NAME}/res/data)
 
 INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}.xml DESTINATION ${APP_SHARE_PACKAGES_DIR})
+
+ADD_SUBDIRECTORY(po)
index 2828c3b..870fa89 100644 (file)
 #include <dlog.h>
 #include <Elementary.h>
 #include <efl_extension.h>
+#include <system_settings.h>
+
 #include <krate/krate.h>
 #include <krate/app-proxy.h>
 
-#include "setup-text.h"
-
 #ifdef  LOG_TAG
 #undef  LOG_TAG
 #endif
 #define KASKIT_PACKAGE "org.tizen.kaskit"
 
 #define DPM_SYSPOPUP_ICON_PATH "/usr/share/icons/default/small/org.tizen.dpm-syspopup.png"
+#define TITLE_STYLE_W "DEFAULT='font=Tizen:style=Reqular font_size=46 color=#ffffff wrap=mixed align=center'"
+#define SUB_TITLE_STYLE_B "DEFAULT='font=Tizen:style=Regular font_size=50 color=#000000 wrap=mixed align=center'"
+#define SUB_CONTENT_STYLE_B "DEFAULT='font=Tizen:style=Regular font_size=36 color=#000000 wrap=mixed align=center'"
+#define SUB_TITLE_STYLE_W "DEFAULT='font=Tizen:style=Regular font_size=50 color=#ffffff wrap=mixed align=center'"
+#define SUB_CONTENT_STYLE_W "DEFAULT='font=Tizen:style=Regular font_size=36 color=#ffffff wrap=mixed align=center'"
+
+#define ENTRY_TITLE_STYLE_B "DEFAULT='font=Tizen:style=Regular font_size=36 color=#000000 wrap=mixed'"
+#define ENTRY_INFO_STYLE_G "DEFAULT='font=Tizen:style=Regular font_size=32 color=#A9A9A9 wrap=mixed'"
+
+#define BODY_KRATE_CREATE_ERROR "Failed to create the Separated Krate."
+#define BODY_KRATE_REMOVE_ERROR "Failed to remove the Separated Krate."
+
+#define __(str) dgettext("krate-setup-wizard", str)
 
 typedef struct {
        char *mode;
diff --git a/tools/apps/setup-wizard/include/setup-text.h b/tools/apps/setup-wizard/include/setup-text.h
deleted file mode 100644 (file)
index 602c6db..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-/*
- * Tizen Krate Setup-Wizard application
- *
- * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * 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.
- *
- */
-
-#ifndef __SETUP_TEXT_H__
-#define __SETUP_TEXT_H__
-
-#define SUB_TITLE_STYLE_B "DEFAULT='font=Tizen:style=Regular font_size=50 color=#000000 wrap=mixed align=center'"
-#define SUB_CONTENT_STYLE_B "DEFAULT='font=Tizen:style=Regular font_size=36 color=#000000 wrap=mixed align=center'"
-
-#define SUB_TITLE_STYLE_W "DEFAULT='font=Tizen:style=Regular font_size=50 color=#ffffff wrap=mixed align=center'"
-#define SUB_CONTENT_STYLE_W "DEFAULT='font=Tizen:style=Regular font_size=36 color=#ffffff wrap=mixed align=center'"
-
-#define ENTRY_TITLE_STYLE_B "DEFAULT='font=Tizen:style=Regular font_size=36 color=#000000 wrap=mixed'"
-#define ENTRY_INFO_STYLE_G "DEFAULT='font=Tizen:style=Regular font_size=32 color=#A9A9A9 wrap=mixed'"
-
-#define WELCOME_MESSAGE_TITLE "Welcome!"
-#define WELCOME_MESSAGE_CONTENT "Save your apps in %s to have separate<br>versions for different purposes.<br>The %s folder will be created on your<br>home screen."
-
-#define DELETE_MESSAGE_TITLE "Delete %s"
-#define DELETE_MESSAGE_CONTENT "The folder and all the files stored<br>in it will be deleted, and all the<br>apps in it will be unistalled."
-
-#define SETUP_MESSAGE_TITLE "Creating Folder..."
-#define SETUP_MESSAGE_CONTENT "The folder will be created on your home<br>screen. The preloaded apps will be<br>added to this folder automatically. You<br>can also add other apps."
-
-#define DELETE_ONGOING_TITLE "Deleting Folder..."
-#define DELETE_ONGOING_CONTENT "The folder and all the files stored in it will be deleted,<br> and all the apps in it will be uninstalled."
-
-#define NOTI_CREATE_KRATE "Separated krate creation"
-#define NOTI_BODY_CREATE_KRATE "Tap heare to create Separated Krate."
-
-#define NOTI_REMOVE_KRATE "Separated Krate deletion"
-#define NOTI_BODY_REMOVE_KRATE "Tap here to delete Separated Krate."
-
-#define CANCEL_BUTTON "Cancel"
-#define NEXT_BUTTON "Next"
-#define SETUP_BUTTON "Set up"
-#define PREV_BUTTON "Previous"
-#define REMOVE_BUTTON "Remove"
-
-#define OK_BUTTON "OK"
-#define SETUP_POPUP_HEADER "Setup Wizard"
-#define BODY_KRATE_CREATE_ERROR "Failed to create the Separated Krate."
-#define BODY_KRATE_REMOVE_ERROR "Failed to remove the Separated Krate."
-
-#endif /*__SETUP_TEXT_H__*/
diff --git a/tools/apps/setup-wizard/po/CMakeLists.txt b/tools/apps/setup-wizard/po/CMakeLists.txt
new file mode 100644 (file)
index 0000000..f273b06
--- /dev/null
@@ -0,0 +1,23 @@
+# for i18n
+
+SET(POFILES ar.po az.po bg.po ca.po cs.po da.po de.po el_GR.po en.po en_PH.po en_US.po es_ES.po es_US.po et.po eu.po fi.po fr.po fr_CA.po ga.po gl.po hi.po hr.po hu.po hy.po is.po it_IT.po ja_JP.po ka.po kk.po ko_KR.po lt.po lv.po mk.po nb.po nl.po pl.po pt_BR.po pt_PT.po ro.po ru_RU.po sk.po sl.po sr.po sv.po tr_TR.po uk.po uz.po zh_CN.po zh_HK.po zh_TW.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}
+       )
+
+       INSTALL(FILES ${moFile} DESTINATION ${APP_INSTALL_PREFIX}/org.tizen.krate-setup-wizard/res/locale/${lang}/LC_MESSAGES RENAME krate-setup-wizard.mo)
+       SET(moFiles ${moFiles} ${moFile})
+ENDFOREACH(pofile)
+
+MESSAGE(".mo files: ${moFiles}")
+ADD_CUSTOM_TARGET(po ALL DEPENDS ${moFiles})
diff --git a/tools/apps/setup-wizard/po/ar.po b/tools/apps/setup-wizard/po/ar.po
new file mode 100755 (executable)
index 0000000..b7bf960
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "إلغاء"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "حذف"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "طريقة إلغاء القفل"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "كلمات المرور غير متطابقة."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "أدخل كلمة المرور."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "كلمة المرور"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "السابق"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "التالي"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "منطقة منفصلة"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "مرحباً!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "احفظ تطبيقاتك في %1$s للحصول على إصدارات منفصلة للأغراض المختلفة.\n\nسيتم إنشاء المجلد %2$s على الشاشة الرئيسية."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "إعداد"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "جاري إنشاء مجلد..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "سيتم إنشاء المجلد على شاشتك الرئيسية. ستتم إضافة التطبيقات المحملة مسبقاً إلى هذا المجلد تلقائياً. يمكنك أيضاً إضافة تطبيقات أخرى."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "حذف %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "حذف %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "سيتم حذف المجلد وكل الملفات المخزنة فيه، كما سيتم إلغاء تثبيت كل التطبيقات الموجودة فيه."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "جارِ حذف المجلد..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "إنشاء %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "تتطلب منك سياسية الحماية استخدام %1$s. انقر فوق ”موافق“ لإنشاء مجلد %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "إنشاء"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "موافق"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "انقر هنا لإنشاء %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "حذف %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "انقر هنا لحذف %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "تمنع سياسة الحماية استخدام %1$s. سيتم حذف %2$s."
+
diff --git a/tools/apps/setup-wizard/po/az.po b/tools/apps/setup-wizard/po/az.po
new file mode 100755 (executable)
index 0000000..19dd6c7
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Ləğv et"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Sil"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Kiliddən açma metodu"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Şifrələr uyğun gəlmir."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Kodu daxil et."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Şifrə"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Əvvəlki"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Növbəti"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Ayrıca Zona"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Xoş gəldiniz!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Fərqli məqsədlər üçün ayrıca versiyalara baxmaq üçün proqramları %1$s-da saxlayın.\n\n%2$s qovluğu əsas ekranda yaradılacaq."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Qur"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Qovluq yaradılır..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Qovluq əsas ekranda yaradılacaq. Əvvəldən yüklənmiş proqramlar avtomatik olaraq bu qovluğa əlavə ediləcək. Siz eyni zamanda başqa proqramlar əlavə edə bilərsiniz."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "%s-i silin"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "%s sil"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Qovluq və onda saxlanan bütün fayllar silinəcək və bütün proqramlar pozulacaq."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Qovluq silinir..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "%s yarat"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Təhlükəsizlik siyasəti üçün %1$s-dən istifadə tələb edilir. %2$s qovluğu yaratmaq üçün OK vurun."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Yarat"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "%s yaratmaq üçün bura vur."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "%s-i sil"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "%s silmək üçün bura vur."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Təhlükəsizlik siyasəti %1$s-dan istifadənin qarşısını alır. %2$s silinəcək."
+
diff --git a/tools/apps/setup-wizard/po/bg.po b/tools/apps/setup-wizard/po/bg.po
new file mode 100755 (executable)
index 0000000..108bb7b
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Отказ"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Изтриване"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Метод на отключване"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Паролите не съвпадат."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Въвеждане на парола"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Парола"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Предиш."
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Следващ"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Отделна зона"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Добре дошли!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Запазете приложенията в %1$s, за да имате отделни версии за различни цели.\n\nПапка на %2$s ще се създаде на началния екран."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Настройване"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Създаване на папка..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Папката ще се създаде на началния екран. Предварително заредените приложения ще се добавят към тази папка автоматично. Може да добавите също и други приложения."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Изтриване на %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Изтриване на %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Папката и всички съхранени в нея файлове ще се изтрият, а всички приложения в нея ще се деинсталират."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Изтриване на папка..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Създаване на %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Правилата на защита изискват да използвате %1$s. Докоснете ОК, за да създадете папка за %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Създаване"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Докоснете тук за създаване на %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Изтриване на %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Докос. тук за изтр. %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Политиката за защита възпрепятства използването на %1$s. %2$s ще бъде изтрито."
+
diff --git a/tools/apps/setup-wizard/po/ca.po b/tools/apps/setup-wizard/po/ca.po
new file mode 100755 (executable)
index 0000000..dc03e72
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Cancel·lar"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Esborrar"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Mètode desbloqueig"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Les contrasenyes no coincideixen"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Introduir contrasenya"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Contrasenya"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Anterior"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Seg"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separar zona"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Benvingut!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Desi les apps a %1$s per tenir versions separades per diferents propòsits.\n\nLa carpeta %2$s es crearà a la pantalla d'inici."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Configurar"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Creant carpeta..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Es crearà la carpeta a la pantalla d'inici. Les apps precarregades s'afegiran a aquesta carpeta automàticament. També pot afegir altres apps."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Esborrar %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Esborrar %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "S'esborrarà la carpeta i tots els fitxers que hi hagi emmagatzemats, i es desinstal·laran totes les apps que hi hagi."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "S'està esborrant la carpeta..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Crear %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "La política de seguretat requereix que utilitzi %1$s. Toqui Acceptar per crear una carpeta de %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Crear"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "Acceptar"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Toqui aquí per crear %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Esborrar %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Toqui aquí esborrar %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "La política de privadesa impedeix l'ús de %1$s. S'esborrarà %2$s."
+
diff --git a/tools/apps/setup-wizard/po/cs.po b/tools/apps/setup-wizard/po/cs.po
new file mode 100755 (executable)
index 0000000..bdabdf6
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Zrušit"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Odstranit"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Metoda odemknutí"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Hesla se neshodují."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Zadejte heslo."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Heslo"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Předchozí"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Další"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Samostatná zóna"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Vítejte!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Uložte aplikace do %1$s, abyste měli samostatné verze pro různé účely.\n\nSložka %2$s bude vytvořena na domovské obrazovce."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Instalovat"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Vytváření složky..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Složka bude vytvořena na domovské obrazovce. Předinstalované aplikace budou do složky přidány automaticky. Můžete přidat také další aplikace."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Odstranit %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Odstranit %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Složka a všechny soubory uložené v ní budou odstraněny a všechny aplikace v této složce budou odinstalovány."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Odstraňování složky..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Vytvořit %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Zásady zabezpečení požadují, abyste použili %1$s. Klepnutím na tlačítko OK vytvoříte složku %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Vytvořit"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Klepněte sem a vytvořte %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Odstranit %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Klepněte sem a odstr. %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Zásady zabezpečení zakazují použití %1$s. %2$s bude odstraněno."
+
diff --git a/tools/apps/setup-wizard/po/da.po b/tools/apps/setup-wizard/po/da.po
new file mode 100755 (executable)
index 0000000..a9b81b3
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Annuller"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Slet"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Oplåsningsmetode"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Adgangskoderne er ikke ens."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Angiv adgangskode."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Adgangskode"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Forrige"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Næste"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Adskilt zone"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Velkommen!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Gem dine apps i %1$s for at have forskellige versioner til forskellige formål.\n\n%2$s-mappen vil blive oprettet på din startskærm."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Konfigurer"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Opretter mappe..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Mappen vil blive oprettet på din startskærm. De forudindlæste apps vil automatisk blive føjet til denne mappe. Du kan også tilføje andre apps."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Slet %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Slet %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Mappen og alle dens filer vil blive slettet, og alle apps i den vil blive afinstalleret."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Sletter mappe ..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Opret %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Sikkerhedspolitikken kræver, at du bruger %1$s. Tryk på OK for at oprette en %2$s-mappe."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Opret"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Tryk her for at oprette %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Slet %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Tryk her f. at slette %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Sikkerhedspolitikken forhindrer brugen af %1$s. %2$s vil blive slettet."
+
diff --git a/tools/apps/setup-wizard/po/de.po b/tools/apps/setup-wizard/po/de.po
new file mode 100755 (executable)
index 0000000..84d3c71
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Abbrechen"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Löschen"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Entsperrmethode"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Kennwörter stimmen nicht überein"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Passwort eingeben"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Passwort"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Zurück"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Weiter"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separater Bereich"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Willkommen!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Speichern Sie Ihre Apps unter %1$s, um getrennte Versionen für unterschiedliche Zwecke zu erhalten.\n\nDer %2$s-Ordner wird auf Ihrem Startbildschirm erstellt."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Einrichten"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Ordner wird erstellt..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Der Ordner wird auf Ihrem Startbildschirm erstellt. Die vorinstallierten Apps werden automatisch in diesem Ordner hinzugefügt. Sie können auch andere Apps hinzufügen."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "%s löschen"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Löschen von %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Der Ordner und alle darin gespeicherten Dateien werden gelöscht und alle darin enthaltenen Apps werden deinstalliert."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Ordner wird gelöscht..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Erstellen von %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Die Sicherheitsrichtlinie erfordert von Ihnen die Verwendung von %1$s. Tippen Sie auf „OK“, um einen %2$s-Ordner zu erstellen."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Erstellen"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Hier tippen, um %s zu erstellen."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "%s löschen"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Hier tippen und %s löschen."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Die Sicherheitsrichtlinien verhindern die Verwendung von %1$s. %2$s wird gelöscht."
+
diff --git a/tools/apps/setup-wizard/po/el_GR.po b/tools/apps/setup-wizard/po/el_GR.po
new file mode 100755 (executable)
index 0000000..aafdca2
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Ακύρωση"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Διαγραφή"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Μέθοδος ξεκλειδώματος"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Ασυμφωνία κωδικών πρόσβασης."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Εισαγωγή κωδικού."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Κωδικός πρόσβασης"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Προηγούμενο"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Επόμενο"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Διαχωρισμένη ζώνη"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Καλώς ορίσατε!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Αποθηκεύστε τις εφαρμογές σας στο %1$s για να έχετε ξεχωριστές εκδόσεις για διαφορετικούς σκοπούς.\n\nΟ φάκελος %2$s θα δημιουργηθεί στην αρχική οθόνη."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Ρύθμιση"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Δημιουργία φακέλου…"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Ο φάκελος θα δημιουργηθεί στην αρχική οθόνη σας. Οι προφορτωμένες εφαρμογές θα προστεθούν αυτόματα σε αυτόν το φάκελο. Μπορείτε επίσης να προσθέσετε άλλες εφαρμογές."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Διαγραφή %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Διαγραφή %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Ο φάκελος και όλα τα αρχεία που περιέχει θα διαγραφούν και θα καταργηθεί η εγκατάσταση όλων των εφαρμογών στο φάκελο."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Διαγραφή φακέλου..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Δημιουργία %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Η πολιτική ασφάλειας απαιτεί τη χρήση του %1$s. Πατήστε OK για να δημιουργήσετε έναν φάκελο %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Δημιουργία"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Πατήστε εδώ για να δημ. %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Διαγραφή %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Πατ. εδώ για διαγρ. %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Η πολιτική ασφαλείας δεν επιτρέπει τη χρήση του %1$s. Το %2$s θα διαγραφεί."
+
diff --git a/tools/apps/setup-wizard/po/en.po b/tools/apps/setup-wizard/po/en.po
new file mode 100755 (executable)
index 0000000..dfddcfe
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Cancel"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Delete"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Unlock method"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Passwords do not match."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Enter password."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Password"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Previous"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Next"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separate Zone"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Welcome!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Save your apps in %1$s to have separate versions for different purposes.\n\nThe %2$s folder will be created on your home screen."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Set up"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Creating folder..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "The folder will be created on your home screen. The preloaded apps will be added to this folder automatically. You can also add other apps."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Delete %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Delete %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "The folder and all the files stored in it will be deleted, and all the apps in it will be uninstalled."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Deleting folder..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Create %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "The security policy requires you to use %1$s. Tap OK to create a %2$s folder."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Create"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Tap here to create %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Delete %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Tap here to delete %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "The security policy prevents the use of %1$s. %2$s will be deleted."
+
diff --git a/tools/apps/setup-wizard/po/en_PH.po b/tools/apps/setup-wizard/po/en_PH.po
new file mode 100755 (executable)
index 0000000..602d335
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Cancel"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Delete"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Unlock method"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Passwords do not match."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Enter password"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Password"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Previous"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Next"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separate Zone"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Welcome!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Save your apps in %1$s to have separate versions for different purposes.\n\nThe %2$s folder will be created on your home screen."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Set up"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Creating folder..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "The folder will be created on your home screen. The preloaded apps will be added to this folder automatically. You can also add other apps."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Delete %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Delete %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "The folder and all the files stored in it will be deleted, and all the apps in it will be uninstalled."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Deleting folder..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Create %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "The security policy requires you to use %1$s. Tap OK to create a %2$s folder."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Create"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Tap here to create %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Delete %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Tap here to delete %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "The security policy prevents the use of %1$s. %2$s will be deleted."
+
diff --git a/tools/apps/setup-wizard/po/en_US.po b/tools/apps/setup-wizard/po/en_US.po
new file mode 100755 (executable)
index 0000000..a340740
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Cancel"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Delete"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Unlock method"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Passwords do not match."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Enter password"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Password"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Previous"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Next"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separate Zone"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Welcome!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Save your apps in %1$s to have separate versions for different purposes.\n\nThe %2$s folder will be created on your Home screen."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Set up"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Creating folder..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "The folder will be created on your Home screen. The preloaded apps will be added to this folder automatically. You can also add other apps."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Delete %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Delete %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "The folder and all the files stored in it will be deleted, and all the apps in it will be uninstalled."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Deleting folder..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Create %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "The security policy requires you to use %1$s. Tap OK to create a %2$s folder."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Create"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Tap here to create %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Delete %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Tap here to delete %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "The security policy prevents the use of %1$s. %2$s will be deleted."
+
diff --git a/tools/apps/setup-wizard/po/es_ES.po b/tools/apps/setup-wizard/po/es_ES.po
new file mode 100755 (executable)
index 0000000..e344739
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Cancelar"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Eliminar"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Método de desbloqueo"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Las contraseñas no coinciden."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Introducir contraseña"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Contraseña"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Anterior"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Siguiente"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separar zona"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "¡Bienvenido!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Guarde sus aplicaciones en %1$s para tener versiones independientes para distintos fines.\n\nSe creará la carpeta %2$s en la pantalla Inicio."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Configurar"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Creando carpeta..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Se creará la carpeta en su pantalla Inicio. Las aplicaciones precargadas se añadirán a esta carpeta automáticamente. También puede añadir otras aplicaciones."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Eliminar %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Eliminar %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Se eliminarán la carpeta y todos los archivos almacenados en esta, y se desinstalarán todas las aplicaciones que incluya."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Eliminando carpeta..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Crear %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "La política de seguridad exige que use %1$s. Pulse Aceptar para crear una carpeta de %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Crear"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "Aceptar"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Pulse aquí para crear %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Eliminar %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Pulse aquí para borrar %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "La política de seguridad impide el uso de %1$s. Se eliminará %2$s."
+
diff --git a/tools/apps/setup-wizard/po/es_US.po b/tools/apps/setup-wizard/po/es_US.po
new file mode 100755 (executable)
index 0000000..652527a
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Cancelar"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Eliminar"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Método de desbloqueo"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Las contraseñas no coinciden."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Introducir contraseña."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Contraseña"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Anterior"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Siguiente"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separar zona"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "¡Bienvenido!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Guarde sus aplicaciones en %1$s para tener versiones separadas para distintos fines.\n\nSe creará la carpeta %2$s en su pantalla de inicio."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Configurar"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Creando carpeta…"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Se creará la carpeta en su pantalla de inicio. Las aplicaciones precargadas se añadirán a esta carpeta automáticamente. También puede añadir otras aplicaciones."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Eliminar %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Eliminar %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Se eliminarán la carpeta y todos los archivos guardados en ella, y se desinstalarán todas las aplicaciones que incluya."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Eliminando carpeta..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Crear %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "La política de seguridad exige que use %1$s. Pulse Aceptar para crear una carpeta de %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Crear"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "Aceptar"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Pulse aquí para crear %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Eliminar %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Pulse para eliminar %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "La política de seguridad impide el uso de %1$s. Se eliminará %2$s."
+
diff --git a/tools/apps/setup-wizard/po/et.po b/tools/apps/setup-wizard/po/et.po
new file mode 100755 (executable)
index 0000000..37db57c
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Tühista"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Kustuta"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Avamismeetod"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Paroolid ei uhti."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Sisestage parool."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Parool"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Eelmine"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Järgmine"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Eraldi tsoon"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Tere tulemast!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Salvestage oma rakendused kausta %1$s, et kasutada eri juhtudel eri versioone.\n\nKaust %2$s luuakse teie avaekraanile."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Seadista"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Kausta loomine..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Kaust luuakse teie avaekraanile. Eellaaditud rakendused lisatakse sellesse kausta automaatselt. Saate ka teisi rakendusi lisada."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Kustuta %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Kustuta %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Kaust ja kõik sellesse salvestatud failid kustutatakse ja kõik rakendused selles desinstallitakse."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Kausta kustutamine..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Loo %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Turvalisuse poliis nõuab kausta %1$s kasutamist. Toksake valikut OK, et luua kaust %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Loo"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Toks. siia, et luua teavitus %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Kustuta %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Toks., et kust. teav. %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Turvalisuse poliis takistab üksuse %1$s kasutamist. %2$s kustutatakse."
+
diff --git a/tools/apps/setup-wizard/po/eu.po b/tools/apps/setup-wizard/po/eu.po
new file mode 100755 (executable)
index 0000000..d6a3871
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Utzi"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Ezabatu"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Desblokeatzeko metodoa"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Pasahitzak ez datoz bat"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Pasahitza idatzi"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Pasahitza"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Aurrekoa"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Hurrengoa"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Aparteko eremua"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Ongi etorri!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Gorde aplikazioak %1$s atalean hainbat bertsio izan ditzazun, helburuaren araberakoak.\n\n%2$s karpeta pantaila nagusian sortuko da."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Konfiguratu"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Karpeta sortzen..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Pantaila nagusian sortuko da karpeta. Aurrez kargatutako aplikazioak automatikoki gehituko dira karpeta horretan. Dena dela, aplikazio gehiago gehi ditzakezu."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Ezabatu %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Ezabatu %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Karpeta eta bertan gordetako fitxategi guztiak ezabatuko dira, eta bertako aplikazio guztiak desinstalatuko dira."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Karpeta ezabatzen..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Sortu %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Segurtasun politikak %1$s erabiltzeko eskatzen du. Ukitu Ados %2$s karpeta sortzeko."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Sortu"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "Ados"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Ukitu hau %s sortzeko."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Ezabatu %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Ukitu hau %s ezabatzeko."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Segurtasun politikak %1$s erabiltzea saihesten du. %2$s ezabatuko da."
+
diff --git a/tools/apps/setup-wizard/po/fi.po b/tools/apps/setup-wizard/po/fi.po
new file mode 100755 (executable)
index 0000000..d2b747a
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Peruuta"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Poista"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Lukituksen poistotapa"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Salasanat eivät ole samat."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Kirjoita salasana."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Salasana"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Edellinen"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Seuraava"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Erillinen vyöhyke"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Tervetuloa!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Tallenna sovellukset kohteeseen %1$s, jos tarvitset erilliset versiot eri tarkoituksiin.\n\nSovelluksen %2$s kansio luodaan alkunäyttöön."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Määritä"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Kansiota luodaan..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Kansio luodaan alkunäyttöön. Valmiiksi ladatut sovellukset lisätään automaattisesti tähän kansioon. Voit lisätä myös muita sovelluksia."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Poista %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Poista %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Kansio ja kaikki siinä olevat tiedostot poistetaan ja kaikkien kansiossa olevien sovellusten asennus poistetaan."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Poistetaan kansiota..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Luo %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Suojauskäytäntö vaatii, että käytät kansiota %1$s. Luo kansio %2$s napauttamalla OK."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Luo"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Luo %s napauttamalla tätä."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Poista %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Poista %s napautt. tätä."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Suojauskäytäntö estää kohteen %1$s käytön. %2$s poistetaan."
+
diff --git a/tools/apps/setup-wizard/po/fr.po b/tools/apps/setup-wizard/po/fr.po
new file mode 100755 (executable)
index 0000000..f6a7bad
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Annuler"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Supprimer"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Méthode de déverrouillage"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Les mots de passe ne correspondent pas."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Saisir le mot de passe."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Mot de passe"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Précédent"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Suivant"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Zone séparée"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Bienvenue !"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Enregistrez vos applications dans %1$s pour disposer de plusieurs versions pour différents usages.\n\nLe dossier %2$s va être créé sur votre écran d'accueil."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Configurer"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Création d'un fichier..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Le dossier sera créé sur votre écran d'accueil. Les applications préchargées seront automatiquement ajoutées à ce dossier. Vous pouvez également ajouter d'autres applications."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Supprimer %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Suppression du dossier %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Le dossier ainsi que tous les fichiers qu'il contient seront supprimés et toutes les applications s'y trouvant seront désinstallées."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Suppression du dossier..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Création du dossier %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "En raison de la politique de sécurité, vous devez utiliser le dossier %1$s. Appuyez sur OK pour créer un dossier %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Créer"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Appuyez ici pour créer une %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Suppression de la %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Appuyez ici pour suppr. %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "La politique de sécurité empêche l'utilisation de la %1$s. La %2$s va être supprimée."
+
diff --git a/tools/apps/setup-wizard/po/fr_CA.po b/tools/apps/setup-wizard/po/fr_CA.po
new file mode 100755 (executable)
index 0000000..08ac0f9
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Annuler"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Supprimer"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Méthode de déverrouillage"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Les mots de passe ne correspondent pas."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Saisir le mot de passe."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Mot de passe"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Précédent"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Suivant"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Zone séparée"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Bienvenue !"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Enregistrez vos applications dans %1$s pour disposer de plusieurs versions pour différents usages.\n\nLe dossier %2$s va être créé sur votre écran d'accueil."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Configurer"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Création d'un dossier..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Le dossier sera créé sur votre écran d'accueil. Les applications préchargées seront automatiquement ajoutées à ce dossier. Vous pouvez également ajouter d'autres applications."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Supprimer %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Suppression du dossier %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Le dossier ainsi que tous les fichiers qu'il contient seront supprimés et toutes les applications s'y trouvant seront désinstallées."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Suppression du dossier..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Création du dossier %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "En raison de la politique de sécurité, vous devez utiliser le dossier %1$s. Touchez OK pour créer un dossier %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Créer"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Touchez ici pour créer une %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Suppression de la %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Touchez ici pour suppr. %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "La politique de sécurité empêche l'utilisation de la %1$s. La %2$s va être supprimée."
+
diff --git a/tools/apps/setup-wizard/po/ga.po b/tools/apps/setup-wizard/po/ga.po
new file mode 100755 (executable)
index 0000000..0ed3281
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Cuir ar ceal"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Scrios"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Modh díghlasála"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Ní ionann na pasfhocail"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Iontráil pasfhocal"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Pasfhocal"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Roimhe"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Ar aghaidh"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Zón ar Leith"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Fáilte!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Sábháil d'fheidhmchláir in %1$s le go mbeidh leaganacha ar leith ann chun críocha difriúla.\n\nCruthófar an fillteán %2$s ar do scáileán baile."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Socraigh"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Fillteáin á dhéanamh..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Cruthófar an fillteán ar do scáileán baile. Cuirfear na feidhmchláir réamhlódáilte leis an bhfillteán sin go huathoibríoch. Beidh tú in ann feidhmchláir eile a chur leis freisin."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Scrios %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Scrios %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Scriosfar an fillteán agus gach comhad atá stóráilte ann, agus díshuiteálfar na feidhmchláir ar fad atá ann."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Fillteán á scriosadh..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Cruthaigh %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Éilíonn an beartas slándála ort %1$s a úsáid. Tapáil OK le fillteán %2$s a chruthú."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Cruthaigh"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Tapáil anseo le %s a chruthú."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Scrios %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Tapáil le %s a scriosadh."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Cuireann an beartas slándála cosc ar úsáid %1$s. Scriosfar %2$s."
+
diff --git a/tools/apps/setup-wizard/po/gl.po b/tools/apps/setup-wizard/po/gl.po
new file mode 100755 (executable)
index 0000000..ff90484
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Cancelar"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Eliminar"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Método de desbloqueo"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Os contrasinais non coinciden"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Introduza o contrasinal"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Contrasinal"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Anterior"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Seguinte"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separar zona"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Benvido."
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Garda as túas aplicacións en %1$s para dispoñer de versións independentes para fins diferentes.\n\nA carpeta %2$s crearase na túa pantalla de inicio."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Configurar"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Creando carpeta..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "A carpeta crearase na túa pantalla de inicio. As aplicacións precargadas engadiranse a esta carpeta automaticamente. Tamén podes engadir outras aplicacións."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Elimina %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Elimina %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Eliminarase a carpeta e todos os arquivos almacenados nela, e desinstalaranse todas as aplicacións dela."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Eliminando carpeta..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Crear %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "A política de seguridade require que utilices %1$s. Toca Aceptar para crear unha carpeta de %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Crear"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "Aceptar"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Toca aquí para crear %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Eliminar %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Toca aquí para eliminar %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "A política de seguridade impide o uso de %1$s. %2$s eliminarase."
+
diff --git a/tools/apps/setup-wizard/po/hi.po b/tools/apps/setup-wizard/po/hi.po
new file mode 100755 (executable)
index 0000000..522b296
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "रद्द करें"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "हटाएँ"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "अनलॉक पद्धति"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "पासवर्ड मेल\nनहीं खाते।"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "पासवर्ड प्रविष्ट करें"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "पासवर्ड"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "पिछला"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "अगला"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "अलग जोन"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "स्वागत है!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "विभिन्न उद्देश्यों के लिए पृथक संस्करण रखने हेतु अपने एप्स को %1$s में सुरक्षित करें।\n\n%2$s फोल्डर आपकी होम स्क्रीन पर बनाया जाएगा।"
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "सेट करें"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "फ़ोल्‍डर बनाया जा रहा है..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "फोल्डर आपकी होम स्क्रीन पर बनाया जाएगा। पहले से लोड की गए एप्स इस फोल्डर में स्वचालित रूप से जोड़ दिए जाएँगे। आप अन्य एप्स भी जोड़ सकते हैं।"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "%s हटाएँ"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "%s हटाएँ"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "फोल्डर और इसमें संग्रहीत सभी फाइलें हटा दी जाएँगी और इसमें मौजूद सभी एप्स की स्थापना रद्द कर दी जाएगी।"
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "फोल्डर हटा रहा है..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "%s बनाएँ"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "सुरक्षा नीति हेतु आपको %1$s का उपयोग करना आवश्यक है। कोई %2$s फोल्डर बनाने के लिए “ओके” पर टैप करें।"
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "बनाएँ"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "ओके"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "%s बनाने के लिए यहां टैप करें।"
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "%s हटाएँ"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "%s हटाने हेतु यहां टैप करें।"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "सुरक्षा नीति %1$s के उपयोग को रोकती है। %2$s हटाया जाएगा।"
+
diff --git a/tools/apps/setup-wizard/po/hr.po b/tools/apps/setup-wizard/po/hr.po
new file mode 100755 (executable)
index 0000000..97136f2
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Prekid"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Izbriši"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Način otključavanja"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Šifre ne odgovaraju."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Unesite lozinku."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Lozinka"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Nazad"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Dalje"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Odvojena zona"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Dobro došli!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Spremite svoje aplikacije u funkciji %1$s da biste imali odvojene verzije za različitu namjenu.\n\nMapa aplikacije %2$s bit će stvorena na početnom zaslonu."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Postavi"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Nova mapa..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Mapa će se stvoriti na početnom zaslonu. Prethodno učitane aplikacije automatski će se dodati u mapu. Također možete dodati druge aplikacije."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Izbriši %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Brisanje mape %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Izbrisat će se mapa i sve datoteke spremljene u njoj, a sve aplikacije u njoj deinstalirat će se."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Brisanje mape..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Stvaranje mape %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Zbog sigurnosnih pravila morate upotrebljavati mapu %1$s. Dodirnite U redu da biste stvorili mapu %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Novo"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "U redu"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Dodirnite za stvar. funkcije %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Brisanje funkcije %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Dodir. za bris. funk. %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Sigurnosna pravila sprečavaju upotrebu funkcije %1$s. Izbrisat će se funkcija %2$s."
+
diff --git a/tools/apps/setup-wizard/po/hu.po b/tools/apps/setup-wizard/po/hu.po
new file mode 100755 (executable)
index 0000000..4057e5f
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Mégse"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Törlés"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Feloldási módszer"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "A jelszavak nem egyeznek."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Írja be a jelszót."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Jelszó"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Előző"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Következő"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Zóna szétbontása"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Üdvözöljük!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Az alkalmazásokat a(z) %1$s tárolóba mentve a különböző célokhoz különböző verziókat használhat.\n\nA kezdőképernyőn létrejön egy %2$s nevű mappa."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Beállítás"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Mappa létrehozása..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "A mappa a kezdőképernyőn jön létre. Az előre betöltött alkalmazások automatikusan ebbe a mappába kerülnek. További alkalmazásokat is hozzáadhat a mappához."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "%s törlése"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "%s törlése"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Törli a mappát és a benne tárolt fájlokat, továbbá minden alkalmazást eltávolít a rendszerből."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Mappa törlése..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "%s létrehozása"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "A biztonsági irányelv a(z) %1$s használatát igényli. %2$s-mappa létrehozásához érintse meg az OK gombot."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Létrehozás"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Érintse meg %s létrehozásához."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "%s törlése"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Ér. meg a(z) %s törl.hez."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "A biztonsági házirend tiltja a(z) %1$s használatát. A(z) %2$s törlődni fog."
+
diff --git a/tools/apps/setup-wizard/po/hy.po b/tools/apps/setup-wizard/po/hy.po
new file mode 100755 (executable)
index 0000000..2c8349c
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Դադարեցնել"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Ջնջել"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Արգելաբացման եղանակ"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Գաղտնաբառերը չեն համընկնում:"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Մուտքագրեք գաղտնաբառը:"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Գաղտնաբառ"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Նախորդ"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Հաջորդ"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Առանձնացված գոտի"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Բարի գալու՜ստ:"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Ձեր ծրագրերը պահպանեք %1$s-ում՝ տարբեր նպատակներով առանձին վարկածներ ունենալու համար:\n\n%2$s պանակը կստեղծվի հիմնական էկրանի վրա:"
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Ստեղծել"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Թղթապանակի ստեղծում..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Պանակը կստեղծվի հիմնական էկրանի վրա: Նախաբեռնված ծրագրերն ինքնաբերաբար կավելացվեն այս պանակում: Նաև կարող եք այլ ծրագրեր ավելացնել:"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Վերացնել %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Վերացնել %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Պանակը և այդտեղ պահվող բոլոր ֆայլերը կվերացվեն, և պանակում եղած բոլոր ծրագրերը կապատեղադրվեն:"
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Պանակը վերացվում է..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Ստեղծել %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Անվտանգության քաղաքականությունը պահանջում է %1$s օգտագործել: Թակեք OK՝ %2$s պանակ ստեղծելու համար:"
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Ստեղծել"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Թակեք այստեղ՝ %s ստեղծելու համար:"
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Վերացնել %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Թակեք այստեղ՝ %s վերաց.:"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Անվտանգության քաղաքականությունը թույլ չի տալիս %1$s-ի օգտագործում: %2$s-ը կվերացվի:"
+
diff --git a/tools/apps/setup-wizard/po/is.po b/tools/apps/setup-wizard/po/is.po
new file mode 100755 (executable)
index 0000000..e9f0e5c
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Hætta v."
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Eyða"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Opnunaraðferð"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Aðgangsorð stemma ekki."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Rita aðgangsorð."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Aðgangsorð"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Fyrri"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Næsta"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Aðskilin svæði"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Velkomin(n)!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Vistaðu forritin þín í „%1$s“ ef þú vilt vera með mismunandi útgáfur fyrir mismunandi tilgang.\n\nMappan „%2$s“ verður búin til á heimaskjánum."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Setja upp"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Verið er að búa til möppu..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Mappan verður búin til á heimaskjánum. Innbyggðu forritunum verður sjálfkrafa bætt við möppuna. Þú getur einnig bætt öðrum forritum við hana."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Eyða %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Eyða %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Möppunni og öllum skránum í henni verður eytt og öll forritin í möppunni verða fjarlægð."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Eyði möppu..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Búa til %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Öryggisstefnan krefst þess að þú notir %1$s. Pikkaðu á „Í lagi“ til að búa til möppu fyrir %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Búa til"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "Í lagi"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Pikkaðu hér til að búa til %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Eyða %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Pikkaðu til að eyða %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Öryggisstefnan kemur í veg fyrir notkun %1$s. %2$s verður eytt."
+
diff --git a/tools/apps/setup-wizard/po/it_IT.po b/tools/apps/setup-wizard/po/it_IT.po
new file mode 100755 (executable)
index 0000000..b46ad1a
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Annulla"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Elimina"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Modalità di sblocco"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Password non corrispondenti."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Inserisci password."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Password"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Precedente"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Avanti"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Area separata"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Benvenuti!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Salvate le applicazioni in %1$s per utilizzare delle versioni separate per scopi diversi.\n\nLa cartella %2$s verrà creata sulla schermata Home."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Configura"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Creazione cartella..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "La cartella verrà creata sulla schermata Home. Le applicazioni precaricate verranno aggiunte automaticamente a questa cartella. Potete anche aggiungere altre applicazioni."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Elimina %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Elimina %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "La cartella e tutti i file memorizzati al suo interno verranno eliminati e tutte le applicazioni in essa contenute verranno disinstallate."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Eliminazione della cartella in corso..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Crea %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "I criteri di protezione richiedono l'uso di %1$s. Toccate OK per creare una cartella di %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Crea"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Toccate qui per creare %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Elimina %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Tocc. qui per eliminare %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "I criteri di protezione non consentono l'uso di %1$s. %2$s verrà eliminata."
+
diff --git a/tools/apps/setup-wizard/po/ja_JP.po b/tools/apps/setup-wizard/po/ja_JP.po
new file mode 100755 (executable)
index 0000000..300d03b
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "キャンセル"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "削除"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "ロック解除方法"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "パスワードが一致しません。"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "パスワードを入力"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "パスワード"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "編集前の画像"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "次へ"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "セパレートゾーン"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "ようこそ!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "%1$sにアプリを保存して、目的に合わせてアプリを使い分けることができます。\n\nホーム画面に%2$sフォルダが作成されます。"
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "設定"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "フォルダを作成中..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "ホーム画面にフォルダを作成します。このフォルダにはプリロードアプリが自動的に追加されます。その他のアプリを追加することもできます。"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "%sを削除"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "%sを削除"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "フォルダとその中に保存されている全てのファイルを削除し、全てのアプリをアンインストールします。"
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "フォルダを削除中..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "%sを作成"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "セキュリティポリシーにより、%1$sを使用する必要があります。%2$sフォルダを使用するには、[OK]をタップしてください。"
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "作成"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "タップして%sを作成します。"
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "%sを削除"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "タップして%sを削除します。"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "%1$sの使用は、セキュリティポリシーによって制限されています。%2$sを削除します。"
+
diff --git a/tools/apps/setup-wizard/po/ka.po b/tools/apps/setup-wizard/po/ka.po
new file mode 100755 (executable)
index 0000000..36254ba
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "გაუქმება"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "წაშლა"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "განბლოკვის მეთოდი"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "პაროლები არ ემთხვევა."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "პაროლის შეყვანა."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "პაროლი"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "წინა"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "შემდეგი"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "გამოყოფილი ზონა"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "სალამი!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "აპლიკაციების შენახვის ადგილად გამოიყენეთ %1$s, რომ გქონდეთ განსხვავებული ვერსიები სხვადასხვა მიზნებისთვის.\n\n„%2$s“ საქაღალდე შეიქმნება საწყის ეკრანზე."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "დაყენება"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "იქმნება საქაღალდე..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "საქაღალდე შეიქმნება საწყის გვერდზე. წინასწარ ჩატვირთული აპლიკაციები ავტომატურად დაემატება ამ საქაღალდეში. ასევე შეგიძლიათ, დაამატოთ სხვა აპლიკაციები."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "წაიშალოს %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "წაშალეთ %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "საქაღალდე და მასში შენახული ყველა ფაილი წაიშლება და ყველა აპლიკაციის ინსტალაცია გაუქმდება მასში."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "საქაღალდის წაშლა..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "შექმენით %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "უსაფრთხოების პოლიტიკა ითხოვს, რომ გამოიყენოთ %1$s. „%2$s“ საქაღალდის შესაქმნელად, შეეხეთ OK-ს."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "შექმნა"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "შეეხე აქ, რომ შექმნა %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "წაშალეთ %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "შეეხე აქ, რომ წაშალო %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "უსაფრთხოების პოლიტიკა კრძალავს, რომ გამოიყენოთ %1$s. %2$s წაიშლება."
+
diff --git a/tools/apps/setup-wizard/po/kk.po b/tools/apps/setup-wizard/po/kk.po
new file mode 100755 (executable)
index 0000000..117a646
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Бас тарту"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Жою"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Құлыптан шығару әдісі"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Кілтсөз жұпсыз."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Кілтсөз енгізіңіз."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Кілтсөз"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Алдыңғы"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Келесі"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Бөлек аймақ"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Қош келдіңіз!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Түрлі мақсаттарға арналған жеке-жеке нұсқаулардың болуын қамтамасыз ету үшін бағдарламаларды %1$s қалтасында сақтаңыз.\n\n%2$s қалтасы негізгі экранда пайда болады."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Орнату"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Қалта құрылуда..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Қалта бастапқы экранда жасалады. Алдын ала жүктелген қолданбалар осы қалтаға автоматты түрде қосылады. Сонымен қатар, басқа қолданбаларды да қоса аласыз."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "%s жою"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "%s аумағын жою"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Қалта және оның ішінде сақталған барлық файлдар мен барлық қолданбалар жойылады."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Қалта жойылуда..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "%s аумағын жасау"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Қауіпсіздік саясаты сізден %1$s қалтасын пайдалануды талап етеді. %2$s қалтасын жасау үшін, ОК түймесін түртіңіз."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Жасау"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "%s жасау үшін нұқыңыз."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Жою %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "%s жою үшін нұқыңыз."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Қауіпсіздік талаптары %1$s пайдалануға рұқсат бермейді. %2$s жойылды."
+
diff --git a/tools/apps/setup-wizard/po/ko_KR.po b/tools/apps/setup-wizard/po/ko_KR.po
new file mode 100755 (executable)
index 0000000..a074f95
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "취소"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "삭제"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "잠금해제 방식"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "비밀번호가 일치하지 않습니다."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "비밀번호를 입력하세요."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "비밀번호"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "이전"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "다음"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "나만의 공간"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "환영합니다!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "용도별로 버전을 분리하여 %1$s에 앱을 저장합니다.\n\n%2$s 폴더가 홈 화면에 추가됩니다."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "설정"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "새 폴더 추가 중..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "폴더를 홈 화면에 추가합니다. 기본설치 앱은 이 폴더에 자동으로 추가되며, 해당 폴더에 다른 앱을 추가할 수도 있습니다."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "%s 삭제"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "%s 삭제"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "폴더, 폴더에 저장된 파일, 폴더에 있는 앱을 모두 삭제합니다."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "폴더 삭제 중..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "%s 추가"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "보안정책에 따라 %1$s을 사용하세요. %2$s 폴더를 추가하려면 확인 버튼을 누르세요."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "추가"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "확인"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "%s 항목을 추가하려면 여기를 누르세요."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "%s 삭제"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "%s 항목을 삭제하려면 여기를 누르세요."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "보안정책에 따라 %1$s 항목을 사용할 수 없습니다. %2$s 항목을 삭제합니다."
+
diff --git a/tools/apps/setup-wizard/po/lt.po b/tools/apps/setup-wizard/po/lt.po
new file mode 100755 (executable)
index 0000000..3401b92
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Atšaukti"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Trinti"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Atrakinimo būdas"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Slaptažodžiai nesutampa."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Įvesti slaptažodį."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Slaptažodis"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Ankst."
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Kitas"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Atskira zona"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Sveiki!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Išsaugokite programas %1$s, kad turėtumėte skirtingas versijas įvairiems tikslams.\n\n%2$s aplankas bus sukurtas jūsų pradžios ekrane."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Nustatyti"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Kuriamas aplankas..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Aplankas bus sukurtas pradžios ekrane. Iš anksto įkeltos programos bus įtrauktos į šį aplanką automatiškai. Taip pat galėsite pridėti kitų programų."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Trinti %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Trinti %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Bus ištrintas aplankas ir visi jame saugomi failai, o visos jame esančius programos bus išdiegtos."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Aplankas ištrinamas..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Sukurti %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Pagal saugos politiką reikalaujama naudoti %1$s. Jei norite sukurti %2$s aplanką, bakstelėkite „Gerai“."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Kurti"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "Gerai"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Bakstelėkite čia ir sukurkite %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Trinti %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Baks. čia ir ištrink. %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Saugos politika neleidžia naudoti %1$s. Bus ištrinta: %2$s."
+
diff --git a/tools/apps/setup-wizard/po/lv.po b/tools/apps/setup-wizard/po/lv.po
new file mode 100755 (executable)
index 0000000..c89421b
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Atcelt"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Dzēst"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Atbloķēšanas metode"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Paroles nav vienādas."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Ievadiet paroli."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Parole"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Iepriekš."
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Nākamais"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Atsevišķa zona"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Esiet sveicināts!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Saglabājiet savas programmas mapē %1$s, lai izmantotu dažādas versijas dažādiem mērķiem.\n\nSākuma ekrānā tiks izveidota mape %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Iestatīt"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Izveido mapi..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Mape tiks izveidota jūsu sākuma ekrānā. Šajā mapē automātiski tiks pievienotas sākotnēji ielādētās programmas. Varat pievienot arī citas programmas."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Dzēst %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Dzēst %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Mape un visi tajā esošie faili tiks izdzēsti un visas tajā esošās programmas tiks atinstalētas."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Dzēš mapi..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Izveidot %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Drošības politika pieprasa izmantot %1$s. Pieskarieties pie Labi, lai izveidotu %2$s mapi."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Izveidot"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "Labi"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Pieskar. šeit, lai izveidotu %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "%s dzēšana"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Piesk. šeit, lai dz. %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Drošības politika neļauj izmantot %1$s. %2$s tiks izdzēsts."
+
diff --git a/tools/apps/setup-wizard/po/mk.po b/tools/apps/setup-wizard/po/mk.po
new file mode 100755 (executable)
index 0000000..00a4366
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Откажи"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Избриши"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Начин за отклучување"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Лозинките не се совпаѓаат."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Внесете лозинка."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Лозинка"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Претход."
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Следно"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Одделна Зона"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Добредојде!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Зачувајте ги апликациите во %1$s за да имате одделни верзии за различни намени.\n\nПапката %2$s ќе биде направена на Вашиот почетен екран."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Постави"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Се прави папка..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Папката ќе се создаде на Вашиот почетен екран. Претходно вчитаните апликации ќе се додадат во оваа папка автоматски. Можете да додавате и други апликации."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Избриши %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Избриши %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Папката и сите датотеки складирани во неа ќе се избришат и сите апликации во неа ќе бидат одинсталирани."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Се брише папка..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Направи %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Политиката на безбедност бара да користите %1$s. Допрете OK за да направите папка %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Направи"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Допрете тука за да направите %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Избриши %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Доп. тука за да избр. %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Политиката за безбедност спречува користење на %1$s. %2$s ќе се избрише."
+
diff --git a/tools/apps/setup-wizard/po/nb.po b/tools/apps/setup-wizard/po/nb.po
new file mode 100755 (executable)
index 0000000..93a6efe
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Avbryt"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Slett"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Opplåsingsmetode"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Passordene stemmer ikke overens."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Angi passord."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Passord"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Forrige"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Neste"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separat sone"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Velkommen!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Lagre appene dine i %1$s for å ha ulike versjoner til ulike formål.\n\n%2$s-mappen opprettes på startskjermbildet."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Konfigurer"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Oppretter mappe..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Mappen blir opprettet på startskjermbildet. De forhåndslastede appene blir lagt til i denne mappen automatisk. Du kan også legge til andre apper."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Slett %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Slett %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Mappen og alle filene som er lagret i den, blir slettet, og alle appene i den blir avinstallert."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Sletter mappe ..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Opprett %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Sikkerhetspolicyen krever at du bruker %1$s. Trykk på OK for å opprette en %2$s-mappe."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Opprett"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Trykk her for å opprette %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Slett %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Trykk her og slett %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Sikkerhetspolicyen hindrer bruk av %1$s. %2$s blir slettet."
+
diff --git a/tools/apps/setup-wizard/po/nl.po b/tools/apps/setup-wizard/po/nl.po
new file mode 100755 (executable)
index 0000000..6e9ba6d
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Annul."
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Verwijderen"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Ontgrendelmethode"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Wachtwoorden komen niet overeen."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Wachtwoord invoeren"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Wachtwoord"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Vorige"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Volgende"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Afzonderlijke zone"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Welkom!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Sla uw apps op in %1$s om afzonderlijke versies voor verschillende doeleinden te hebben.\n\nDe %2$s-map wordt op uw startscherm gemaakt."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Instellen"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Map maken..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "De map wordt op uw startscherm gemaakt. De vooraf geladen apps worden automatisch aan deze map toegevoegd. U kunt ook andere apps toevoegen."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "%s verwijderen"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "%s verwijderen"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "De map en alle opgeslagen bestanden en apps in de map worden verwijderd."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Map verwijderen..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "%s maken"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Het beveiligingsbeleid vereist dat u %1$s gebruikt. Tik op OK om een %2$s-map te maken."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Maken"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Tik hier om %s te maken."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "%s verwijderen"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Tik hier om %s te verw."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Het beveiligingsbeleid verhindert het gebruik van %1$s. %2$s wordt verwijderd."
+
diff --git a/tools/apps/setup-wizard/po/pl.po b/tools/apps/setup-wizard/po/pl.po
new file mode 100755 (executable)
index 0000000..b10ed8c
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Anuluj"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Usuń"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Metoda odblokowania"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Podane hasła są różne."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Wpisz hasło."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Hasło"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Wstecz"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Dalej"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Oddzielanie strefy"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Witamy!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Zapisz aplikacje w %1$s, aby korzystać z oddzielnych wersji dla różnych celów.\n\nNa ekranie startowym zostanie utworzony katalog %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Konfiguruj"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Tworzenie katalogu..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Katalog zostanie utworzony na ekranie startowym. Wstępnie załadowane aplikacje będą automatycznie dodawane do tego katalogu. Możesz również dodawać inne aplikacje."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Usuń %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Usuwanie katalogu %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Katalog i wszystkie przechowywane w nim pliki zostaną usunięte, a wszystkie aplikacje znajdujące się w tym katalogu zostaną odinstalowane."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Usuwanie katalogu..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Tworzenie katalogu %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Zasady zabezpieczeń wymagają użycia katalogu %1$s. Dotknij przycisku OK, aby utworzyć katalog %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Utwórz"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Dotknij tutaj, aby utworzyć %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Usuwanie %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Dotknij tu, by usunąć %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Zasady zabezpieczeń uniemożliwiają korzystanie z %1$s. Nastąpi usunięcie %2$s."
+
diff --git a/tools/apps/setup-wizard/po/pt_BR.po b/tools/apps/setup-wizard/po/pt_BR.po
new file mode 100755 (executable)
index 0000000..62352f7
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Cancelar"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Excluir"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Método de desbloqueio"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Senhas não conferem."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Insira senha."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Senha"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Anterior"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Avançar"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separar área"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Bem-vindo!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Salve seus aplicativos em %1$s para ter versões separadas para diferentes finalidades.\n\nA pasta %2$s será criada na tela inicial."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Configurar"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Criando pasta..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "A pasta será criada na tela inicial. Os aplicativos pré-carregados serão adicionados automaticamente a essa pasta. Você também poderá adicionar outros aplicativos."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Excluir %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Excluir %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "A pasta e todos os arquivos armazenados nela serão excluídos e todos os aplicativos contidos nela serão desinstalados."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Excluindo a pasta..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Criar %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "A política de segurança exige que você use %1$s. Toque em OK para criar uma pasta %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Criar"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Toque aqui para criar %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Excluir %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Toque aqui p/ excluir %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "A política de segurança impede o uso de %1$s. %2$s será excluído(a)."
+
diff --git a/tools/apps/setup-wizard/po/pt_PT.po b/tools/apps/setup-wizard/po/pt_PT.po
new file mode 100755 (executable)
index 0000000..f41ef02
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Cancelar"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Eliminar"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Método de desbloqueio"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "As palavras-passe são diferentes."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Introduzir palavra-passe."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Palavra-passe"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Anterior"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Seguinte"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separar Zona"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Bem-vindo!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Guarde as suas aplicações na %1$s para ter versões separadas para diferentes fins.\n\nA pasta %2$s será criada no seu ecrã principal."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Configurar"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "A criar pasta..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "A pasta será criada no seu ecrã principal. As aplicações pré-carregadas serão adicionadas a esta pasta automaticamente. Também pode adicionar outras aplicações."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Eliminar %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Eliminar %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "A pasta e todos os ficheiros nela armazenados serão eliminados, e todas as aplicações nela contidas serão desinstaladas."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "A eliminar pasta..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Criar %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "A política de segurança exige que utilize %1$s. Toque em OK para criar uma pasta %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Criar"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Toque aqui para criar %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Eliminar %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Toque aqui para eliminar %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "A política de segurança impede a utilização de %1$s. %2$s será eliminada."
+
diff --git a/tools/apps/setup-wizard/po/ro.po b/tools/apps/setup-wizard/po/ro.po
new file mode 100755 (executable)
index 0000000..a93c323
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Anulare"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Ștergere"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Metodă de deblocare"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Parolele nu se potrivesc."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Introduceţi parola."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Parolă"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Anterior"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Înainte"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Zonă separată"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Bun venit!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Salvați-vă aplicațiile în %1$s pentru a dispune de versiuni separate pentru diferite scopuri.\n\nFolderul %2$s va fi creat pe ecranul Acasă."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Configurare"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Se creează folderul..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Folderul va fi creat pe ecranul Acasă. Aplicațiile preîncărcate vor fi adăugate automat în acest folder. De asemenea, puteți adăuga alte aplicații."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Ștergeți %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Ștergere %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Folderul și toate fișierele stocate în acesta vor fi șterse, iar aplicațiile din folder vor fi dezinstalate."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Se șterge folderul..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Creare %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Politica de securitate impune utilizarea %1$s. Atingeți OK pentru a crea un folder %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Creare"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Atingeți aici pentru a crea %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Ștergere %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "At. aici pt. a șterge %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Politica de securitate împiedică utilizarea funcției %1$s. %2$s se va șterge."
+
diff --git a/tools/apps/setup-wizard/po/ru_RU.po b/tools/apps/setup-wizard/po/ru_RU.po
new file mode 100755 (executable)
index 0000000..76114f2
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Отмена"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Удалить"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Способ разблокировки"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Пароли не совпадают."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Введите пароль."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Пароль"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Назад"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Далее"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Изолированная зона"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Добро пожаловать!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Сохраняйте приложения в %1$s, чтобы иметь отдельные версии для различных целей.\n\nПапка %2$s будет создана на главном экране."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Настроить"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Создание папки..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Папка будет создана на главном экране. В нее будут автоматически добавлены предварительно загруженные приложения. Также вы сможете добавлять другие приложения."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Удалить %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Удаление %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Эта папка, а также все файлы и приложения, которые в ней содержатся, будут удалены."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Удаление папки..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Создание %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Политика безопасности требует использования %1$s. Коснитесь OK, чтобы создать папку %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Создать"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Коснитесь, чтобы создать %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Удаление %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Коснитесь для удаления %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Политика безопасности запрещает использование %1$s. %2$s будет удален."
+
diff --git a/tools/apps/setup-wizard/po/sk.po b/tools/apps/setup-wizard/po/sk.po
new file mode 100755 (executable)
index 0000000..0517e11
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Zrušiť"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Odstrániť"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Spôsob odomknutia"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Heslá sa nezhodujú."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Zadajte heslo."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Heslo"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Predch."
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Ďalej"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Oddelená zóna"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Vitajte!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Uložte svoje aplikácie do priečinka %1$s, aby ste mali samostatné verzie na rôzne účely.\n\nPriečinok %2$s sa vytvorí na domovskej obrazovke."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Nastaviť"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Vytvára sa priečinok..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Tento priečinok sa vytvorí na domovskej obrazovke. Predinštalované aplikácie sa automaticky pridajú do tohto priečinka. Môžete pridať aj ďalšie aplikácie."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Odstrániť %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "%s – odstránenie"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Priečinok a všetky súbory, ktoré sú v ňom uložené, sa odstránia a všetky aplikácie v ňom sa odinštalujú."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Odstraňuje sa priečinok..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "%s – vytvorenie"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Politika zabezpečenia vyžaduje používanie funkcie %1$s. Ťuknutím na tlačidlo OK vytvorte priečinok %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Vytvoriť"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Ťuknutím sem sa vytvorí %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "%s – odstránenie"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Ťukn. sem sa odstráni %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Politika zabezpečenia zabraňuje používaniu funkcie %1$s. %2$s sa odstráni."
+
diff --git a/tools/apps/setup-wizard/po/sl.po b/tools/apps/setup-wizard/po/sl.po
new file mode 100755 (executable)
index 0000000..d7836ce
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Prekliči"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Izbrišite"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Način odklepanja"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Gesli se ne ujemata."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Vnesite geslo."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Geslo"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Nazaj"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Naprej"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Ločeno območje"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Pozdravljeni!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Shranite svoje aplikacije v mapo %1$s, da boste imeli ločene različice za različne namene.\n\nNa domačem zaslonu bo ustvarjena mapa %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Nastavi"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Ustvarjam mapo ..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Mapa bo ustvarjena na domačem zaslonu. Vnaprej naložene aplikacije bodo samodejno dodane v to mapo. Dodate lahko tudi druge aplikacije."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Izbrišite %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Izbriši %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Mapa in vse datoteke v njej bodo izbrisane, odstranjene pa bodo tudi vse aplikacije v mapi."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Brisanje mape ..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Ustvari %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Varnostni pravilnik zahteva uporabo mape %1$s. Pritisnite V redu, da ustvarite mapo %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Ustvari"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "V REDU"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Pritisnite tu, da ustvarite %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Izbriši %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Prit. tu, da izbrišete %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Varnostni pravilnik preprečuje uporabo aplikacije %1$s. Aplikacija %2$s bo izbrisana."
+
diff --git a/tools/apps/setup-wizard/po/sr.po b/tools/apps/setup-wizard/po/sr.po
new file mode 100755 (executable)
index 0000000..fa2ae68
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Otkaži"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Izbriši"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Način otključavanja"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Lozinke se ne slažu."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Unesi šifru."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Lozinka"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Prethodna"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Naredno"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Posebna zona"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Dobro došli!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Sačuvajte svoje aplikacije u aplikaciji %1$s da biste imali odvojene verzije za različite svrhe.\n\nKreiraće se folder %2$s na vašem početnom ekranu."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Konfiguriši"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Kreiranje foldera..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Folder će se kreirati na vašem početnom ekranu. Unapred učitane aplikacije će se automatski dodati u ovaj folder. Možete da dodate i druge aplikacije."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Izbriši %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Izbrišite %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Izbrisaće se folder i svi fajlovi sačuvani u njemu i sve aplikacije u njemu će se deinstalirati."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Briše se folder..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Kreirajte %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Politika bezbednosti zahteva da koristite %1$s. Kucnite na OK da biste kreirali folder %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Kreiraj"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Kucnite ovde za kreiranje %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Izbriši %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Kuc. ovde za brisanje %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Politika bezbednosti sprečava da se koristi %1$s. %2$s će se obrisati."
+
diff --git a/tools/apps/setup-wizard/po/sv.po b/tools/apps/setup-wizard/po/sv.po
new file mode 100755 (executable)
index 0000000..72e8828
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Avbryt"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Ta bort"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Upplåsningsmetod"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Lösenorden matchar inte."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Ange lösenord."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Lösenord"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Åter"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Nästa"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Separat zon"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Välkommen!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Spara programmen i %1$s om du vill ha separata versioner för olika syften.\n\nMappen %2$s skapas på hemskärmen."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Ställ in"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Mapp skapas..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Mappen skapas på hemskärmen. De förinlästa programmen läggs till automatiskt i den här mappen. Du kan även lägga till andra program."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Ta bort %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Radera %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Mappen och alla filerna i den raderas. Alla program i den avinstalleras."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Tar bort mappen ..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Skapa %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Säkerhetspolicyn kräver att du använder %1$s. Tryck på OK och skapa mappen %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Skapa"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Tryck här om du vill skapa %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Ta bort %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Tryck här för ta bort %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Säkerhetsprincipen förhindrar att %1$s används. %2$s tas bort."
+
diff --git a/tools/apps/setup-wizard/po/tr_TR.po b/tools/apps/setup-wizard/po/tr_TR.po
new file mode 100755 (executable)
index 0000000..b40a80a
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "İptal"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Sil"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Kilit açma yöntemi"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Şifreler uyuşmuyor."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Şifreyi girin."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Şifre"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Önceki"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "İleri"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Ayrı Bölge"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Hoş geldiniz!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Farklı amaçlar için ayrı sürümler elde etmek üzere uygulamalarınızı %1$s bölümüne kaydedin.\n\nAna ekranınızda %2$s klasörü oluşturulacak."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Ayarla"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Klasör oluşturuluyor..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Klasör ana ekranınızda oluşturulacak. Önceden yüklenen uygulamalar bu klasöre otomatik olarak eklenecek. Diğer uygulamaları da ekleyebilirsiniz."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "%s sil"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "%s öğesini sil"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Klasör ve içinde saklanan tüm dosyalar silinecek ve içindeki tüm uygulamalar kaldırılacak."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Klasör siliniyor..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "%s oluştur"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Güvenlik ilkesi, %1$s kullanmanızı gerektiriyor. %2$s klasörü oluşturmak için Tamam öğesine dokunun."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Oluştur"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "Tamam"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "%s oluşturmak içn buraya dokunun."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "%s öğesini sil"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "%s öğsni silmk içn doknn."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Güvenlik ilkesi, %1$s kullanımını engelliyor. %2$s silinecek."
+
diff --git a/tools/apps/setup-wizard/po/uk.po b/tools/apps/setup-wizard/po/uk.po
new file mode 100755 (executable)
index 0000000..b499197
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Скасувати"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Видалити"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Спосіб розблокування"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Пароль не співпадає."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Введіть пароль."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Пароль"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Назад"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Далі"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Ізольована зона"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Ласкаво просимо!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Зберігайте програми у %1$s, щоб мати окремі версії для різних цілей.\n\nПапку %2$s буде створено на головному екрані."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "Налаштувати"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Створення папки..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Папку буде створено на головному екрані. До неї буде автоматично додано попередньо завантажені програми. Також ви зможете додавати інші програми."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "Видалення %s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "Видалення %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Цю папку, а також усі файли та програми, які вона містить, буде видалено."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Видалення папки..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "Створення %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Політика безпеки вимагає використання %1$s. Торкніться OK, щоб створити папку %2$s."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Створити"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "Торкніться тут, щоб створити %s."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "Видалення %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "Торкніться для видаленя %s."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Політика безпеки забороняє використовувати %1$s. %2$s буде видалено."
+
diff --git a/tools/apps/setup-wizard/po/uz.po b/tools/apps/setup-wizard/po/uz.po
new file mode 100755 (executable)
index 0000000..9a643b8
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "Bekor qilish"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "Yo‘q qilish"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "Blokdan chiqarish usuli"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "Parollar mos kelmayapti."
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "Parol kiriting."
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "Parol"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "Avvalgi"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "Keyingi"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "Alohida soha"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "Xush kelibsiz!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "Turli maqsadlar uchun alohida versiyalarga ega bo‘lish uchun ilovalarni %1$s’da saqlang.\n\n%2$s jildi asosiy ekranda yaratiladi."
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "O‘rnatish"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "Jild yaratilmoqda..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "Jild asosiy ekranda yaratiladi. Oldindan yuklangan ilovalar bu jildga avtomatik ravishda qo‘shiladi. Boshqa ilovalarni qo‘shishingiz mumkin."
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "%sni o‘chirib tashlash"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "%s’ni o‘chirib tashlash"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "Unda saqlangan jild va barcha boshqa fayllar o‘chirib tashlanadi, barcha ichidagi ilovalar olib tashlanadi."
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "Jild o‘chirib tashlanmoqda..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "%s’ni yaratish"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "Xavfsizlik siyosati %1$s’dan foydalanishni talab qiladi. %2$s jildini yaratish uchun OK'ga teging."
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "Yaratish"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "OK"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "%s yaratish u-n bu yerga teging."
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "%s’ni o‘chirish"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "%s’ni o‘chir. u-n teging."
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "Xavfsizlik siyosati %1$s ishlatilishiga yo‘l qo‘ymaydi. %2$s o‘chirib tashlanadi."
+
diff --git a/tools/apps/setup-wizard/po/zh_CN.po b/tools/apps/setup-wizard/po/zh_CN.po
new file mode 100755 (executable)
index 0000000..5c10f83
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "取消"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "删除"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "解锁方式"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "密码不匹配"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "输入密码"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "密码"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "上一步"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "下一步"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "单独使用区"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "欢迎!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "将您的应用程序保存在 %1$s 中可针对不同目的保留单独的版本。\n\n将在主屏幕上创建 %2$s 文件夹。"
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "设置"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "文件夹创建中..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "将在您的主屏幕上创建文件夹,并自动将预载入的应用程序添加至此文件夹。您也可以添加其他应用程序。"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "删除%s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "删除 %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "将删除该文件夹和其中存储的所有文件,并卸载其中的所有应用程序。"
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "正在删除文件夹..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "创建 %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "安全政策要求您使用 %1$s。若要创建 %2$s 文件夹,请点击【确定】。"
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "创建"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "确定"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "点击此处创建 %s"
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "删除 %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "点击此处删除 %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "安全政策阻止 %1$s 的使用。将删除 %2$s。"
+
diff --git a/tools/apps/setup-wizard/po/zh_HK.po b/tools/apps/setup-wizard/po/zh_HK.po
new file mode 100755 (executable)
index 0000000..918cc1d
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "取消"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "刪除"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "解鎖方式"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "密碼不符。"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "輸入密碼。"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "密碼"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "上一步"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "下一頁"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "獨立區域"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "歡迎!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "將您的應用程式儲存在 %1$s 中以針對不同的用途設立獨立的版本。\n\n%2$s 資料夾將建立在您的主螢幕上。"
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "設定"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "正在建立資料夾..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "資料夾將在您的主螢幕上建立。預載應用程式將自動加入至此資料夾。您也可加入其他應用程式。"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "刪除%s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "刪除 %s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "資料夾與其中儲存的所有檔案將被刪除,且其中的所有應用程式將被解除安裝。"
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "正在刪除資料夾..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "建立 %s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "安全性政策需要您使用 %1$s。請輕觸 [確定] 以建立 %2$s 資料夾。"
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "建立"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "確定"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "輕觸此處以建立 %s。"
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "刪除 %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "輕觸此處以刪除 %s。"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "安全性政策可防止 %1$s 的使用。%2$s 將被刪除。"
+
diff --git a/tools/apps/setup-wizard/po/zh_TW.po b/tools/apps/setup-wizard/po/zh_TW.po
new file mode 100755 (executable)
index 0000000..9c14fe8
--- /dev/null
@@ -0,0 +1,78 @@
+msgid "IDS_TPLATFORM_BUTTON_CANCEL_ABB2"
+msgstr "取消"
+
+msgid "IDS_TPLATFORM_BUTTON_DELETE_ABB4"
+msgstr "刪除"
+
+msgid "IDS_ST_MBODY_UNLOCK_METHOD"
+msgstr "解鎖方式"
+
+msgid "IDS_ST_POP_PASSWORDS_DO_NOT_MATCH"
+msgstr "密碼不符。"
+
+msgid "IDS_ST_BODY_ENTER_PASSWORD"
+msgstr "輸入密碼。"
+
+msgid "IDS_ST_BODY_PASSWORD"
+msgstr "密碼"
+
+msgid "IDS_ST_SK_PREVIOUS"
+msgstr "上一步"
+
+msgid "IDS_ST_BUTTON_NEXT"
+msgstr "下一頁"
+
+msgid "IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"
+msgstr "個別使用區"
+
+msgid "IDS_TPLATFORM_HEADER_WELCOME_E"
+msgstr "歡迎!"
+
+msgid "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG"
+msgstr "將您的應用程式儲存在%1$s中以將不同版本作為不同用途使用。\n\n%2$s資料夾將建立於主螢幕上。"
+
+msgid "IDS_TPLATFORM_BUTTON_SET_UP_ABB"
+msgstr "設定"
+
+msgid "IDS_TPLATFORM_BODY_CREATING_FOLDER_ING"
+msgstr "正在建立資料夾..."
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"
+msgstr "資料夾將建立於主螢幕。預載應用程式將自動新增至此資料夾。您也可以新增其他應用程式。"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS"
+msgstr "刪除%s"
+
+msgid "IDS_TPLATFORM_HEADER_DELETE_PS_ABB2"
+msgstr "刪除%s"
+
+msgid "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"
+msgstr "資料夾與其中儲存的所有檔案都將會刪除,且也將解除安裝其中所有的應用程式。"
+
+msgid "IDS_TPLATFORM_BODY_DELETING_FOLDER_ING"
+msgstr "正在刪除資料夾..."
+
+msgid "IDS_TPLATFORM_HEADER_CREATE_PS_ABB"
+msgstr "建立%s"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_REQUIRES_YOU_TO_USE_P1SS_TAP_OK_TO_CREATE_A_P2SS_FOLDER"
+msgstr "安全性原則要求您使用 %1$s。請輕觸 [確定] 來建立 %2$s 資料夾。"
+
+msgid "IDS_TPLATFORM_BUTTON_CREATE_ABB2"
+msgstr "建立"
+
+msgid "IDS_TPLATFORM_BUTTON_OK_ABB6"
+msgstr "確定"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"
+msgstr "輕觸此處以建立%s。"
+
+msgid "IDS_TPLATFORM_MBODY_DELETE_PS_ABB"
+msgstr "刪除 %s"
+
+msgid "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"
+msgstr "輕觸此處以刪除%s。"
+
+msgid "IDS_TPLATFORM_POP_THE_SECURITY_POLICY_PREVENTS_THE_USE_OF_P1SS_P2SS_WILL_BE_DELETED"
+msgstr "安全性原則會阻擋 %1$s 的使用。將刪除 %2$s。"
+
index 2e986e3..3fb3da8 100644 (file)
@@ -55,16 +55,21 @@ group { name: "setup_layout";
                                rel2 { relative: 1.0 1.0; to: "bg_top_padding"; offset: 0 150;}
                        }
                }
+               part { name: "title_top_padding";
+                       type: SPACER;
+                       scale: 1;
+                       description { state: "default" 0.0;
+                               rel1 { relative: 0.0 0.0; to: "title_area";}
+                               rel2 { relative: 1.0 0.0; to: "title_area"; offset: 0 40;}
+                       }
+               }
                part { name: "title";
-                       type: TEXT;
+                       type: SWALLOW;
                        scale: 1;
-                       effect: SHADOW;
                        description { state: "default" 0.0;
-                               color: 255 255 255 255;
-                               color3: 85 88 88 255;
-                               rel1 { relative: 0.0 0.0; to: "title_area"; }
+                               rel1 { relative: 0.0 1.0; to: "title_top_padding"; }
                                rel2 { relative: 1.0 1.0; to: "title_area"; }
-                               text { font: "Tizen:style=Regular"; size: "36"; align: 0.5 0.5; text: "Separated Krate";}
+                               align: 0.5 0.5;
                        }
                }
                part { name: "top_padding";
index d1dc64e..5d650aa 100644 (file)
@@ -56,16 +56,21 @@ group { name: "welcome_layout";
                                rel2 { relative: 1.0 1.0; to: "bg_top_padding"; offset: 0 150;}
                        }
                }
+               part { name: "title_top_padding";
+                       type: SPACER;
+                       scale: 1;
+                       description { state: "default" 0.0;
+                               rel1 { relative: 0.0 0.0; to: "title_area";}
+                               rel2 { relative: 1.0 0.0; to: "title_area"; offset: 0 40;}
+                       }
+               }
                part { name: "title";
-                       type: TEXT;
+                       type: SWALLOW;
                        scale: 1;
-                       effect: SHADOW;
                        description { state: "default" 0.0;
-                               color: 255 255 255 255;
-                               color3: 85 88 88 255;
-                               rel1 { relative: 0.0 0.0; to: "title_area"; }
-                               rel2 { relative: 1.0 1.0; to: "title_area"; }
-                               text { font: "Tizen:style=Regular"; size: "36"; align: 0.5 0.5; text: "Separated Krate";}
+                               rel1 { relative: 0.0 1.0; to: "title_top_padding";}
+                               rel2 { relative: 1.0 1.0; to: "title_area";}
+                               align: 0.5 0.5;
                        }
                }
                part { name: "top_padding";
index 20c0bb2..9775270 100644 (file)
@@ -153,10 +153,27 @@ static void __app_control(app_control_h app_control, void *data)
        return;
 }
 
+static void __ui_app_lang_changed(app_event_info_h event_info, void *user_data)
+{
+       int ret = 0;
+       char *locale = NULL;
+
+       ret = system_settings_get_value_string(SYSTEM_SETTINGS_KEY_LOCALE_LANGUAGE, &locale);
+       if (ret != SYSTEM_SETTINGS_ERROR_NONE) {
+               dlog_print(DLOG_ERROR, LOG_TAG, "failed to get language");
+               return;
+       }
+
+       elm_language_set(locale);
+       free(locale);
+       return;
+}
+
 int main(int argc, char *argv[])
 {
        appdata_s ad = {0, };
        int ret = 0;
+       app_event_handler_h handlers[5] = {NULL, };
 
        ui_app_lifecycle_callback_s event_callback = {0, };
 
@@ -166,6 +183,8 @@ int main(int argc, char *argv[])
        event_callback.resume = __app_resume;
        event_callback.app_control = __app_control;
 
+       ui_app_add_event_handler(&handlers[APP_EVENT_LANGUAGE_CHANGED], APP_EVENT_LANGUAGE_CHANGED, __ui_app_lang_changed, NULL);
+
        ret = ui_app_main(argc, argv, &event_callback, &ad);
        if (ret != APP_ERROR_NONE)
                dlog_print(DLOG_ERROR, LOG_TAG, "ui_app_main is failed. err = %d", ret);
index 610562b..e76f656 100644 (file)
@@ -35,11 +35,11 @@ struct security_lock_type {
 };
 
 struct security_lock_type security_lock_types[] = {
-       { "Password", 0 },
+       { "IDS_ST_BODY_PASSWORD", 0 },
 };
 
 char* security_group_text[] = {
-       "Unlock method",
+       "IDS_ST_MBODY_UNLOCK_METHOD",
 };
 
 static char* security_password_setup_data = NULL;
@@ -65,7 +65,7 @@ static char *security_multiline_text_get(void *data, Evas_Object *obj, const cha
 
 static char *security_group_text_get(void *data, Evas_Object *obj, const char *part)
 {
-       char *text = (char *)data;
+       char *text = (char *)__(data);
 
        if (!strcmp(part, "elm.text")) {
                return strdup(text);
@@ -94,7 +94,7 @@ static char *security_lock_type_text_get(void *data, Evas_Object *obj, const cha
        struct security_lock_type *locktype = (struct security_lock_type *)data;
 
        if (!strcmp(part, "elm.text")) {
-               return strdup(locktype->text);
+               return strdup(__(locktype->text));
        }
 
        return NULL;
@@ -188,7 +188,7 @@ static void security_password_setup_cb(void *data, Evas_Object *obj, void *event
                elm_entry_input_panel_hide(entry);
 
                Evas_Object *layout = (Evas_Object *)evas_object_data_get(ud.nf, "layout");
-               entry_text = _create_textblock(layout, "Password do not matched.", ENTRY_INFO_STYLE_G);
+               entry_text = _create_textblock(layout, __("IDS_ST_POP_PASSWORD_DO_NOT_MATCH"), ENTRY_INFO_STYLE_G);
                elm_object_part_content_set(layout, "entry_info", entry_text);
                dlog_print(DLOG_ERROR, LOG_TAG, "Password not matched");
                return;
@@ -242,8 +242,8 @@ static void create_password_setup_view(appdata_s *ad)
 
        layout = _create_layout(ud.nf, ud.edj_path, "base_layout");
 
-       left_button = _create_button(layout, PREV_BUTTON, security_previous_view_cb, NULL);
-       right_button = _create_button(layout, NEXT_BUTTON, security_password_setup_cb, ad);
+       left_button = _create_button(layout, __("IDS_ST_SK_PREVIOUS"), security_previous_view_cb, NULL);
+       right_button = _create_button(layout, __("IDS_ST_BUTTON_NEXT"), security_password_setup_cb, ad);
        elm_object_disabled_set(right_button, EINA_TRUE);
 
        _create_two_button_layout(layout, left_button, right_button);
@@ -261,7 +261,7 @@ static void create_password_setup_view(appdata_s *ad)
        security_layout =  _create_layout(layout, ud.edj_path, "security_layout");
 
        entry = _create_entry(security_layout);
-       entry_title = _create_textblock(security_layout, "Enter Password", ENTRY_TITLE_STYLE_B);
+       entry_title = _create_textblock(security_layout, __("IDS_ST_BODY_ENTER_PASSWORD"), ENTRY_TITLE_STYLE_B);
        elm_object_part_content_set(security_layout, "title", entry_title);
        elm_object_part_content_set(security_layout, "entry", entry);
        evas_object_smart_callback_add(entry, "unfocused", security_password_entry_unfocused_cb, entry_data);
@@ -325,8 +325,8 @@ void _create_security_view(appdata_s *ad)
        item = _append_genlist_item(genlist, itc, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY, NULL);
        elm_object_item_disabled_set(item, EINA_TRUE); /* [TBD] enable timeout options */
 #endif
-       left_button = _create_button(layout, PREV_BUTTON, security_previous_view_cb, NULL);
-       right_button = _create_button(layout, NEXT_BUTTON, security_password_setup_cb, ad);
+       left_button = _create_button(layout, __("IDS_ST_SK_PREVIOUS"), security_previous_view_cb, NULL);
+       right_button = _create_button(layout, __("IDS_ST_BUTTON_NEXT"), security_password_setup_cb, ad);
        _create_two_button_layout(layout, left_button, right_button);
 
        item = elm_naviframe_item_push(ud.nf, "Krate Security", NULL, NULL, layout, NULL);
index 1db8b33..8e0b681 100644 (file)
@@ -102,13 +102,13 @@ void *krate_request_fail(void *user_data)
        appdata_s *ad = (appdata_s *)user_data;
 
        if (!strcmp(ad->mode, "create"))
-               popup = _create_popup(ud.win, SETUP_POPUP_HEADER, BODY_KRATE_CREATE_ERROR);
+               popup = _create_popup(ud.win, __("IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"), BODY_KRATE_CREATE_ERROR);
        else
-               popup = _create_popup(ud.win, SETUP_POPUP_HEADER, BODY_KRATE_REMOVE_ERROR);
+               popup = _create_popup(ud.win, __("IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"), BODY_KRATE_REMOVE_ERROR);
 
        Evas_Object *btn = elm_button_add(popup);
        elm_object_style_set(btn, "popup");
-       elm_object_text_set(btn, OK_BUTTON);
+       elm_object_text_set(btn, __("IDS_TPLATFORM_BUTTON_OK_ABB6"));
        evas_object_smart_callback_add(btn, "clicked", setup_wizard_cancel_cb, ad);
        elm_object_part_content_set(popup, "button1", btn);
        evas_object_show(popup);
@@ -165,19 +165,19 @@ static void __create_welcome_view(appdata_s *ad)
        char content_text[PATH_MAX];
 
        char *welcome_text[2][4] = {
-               {WELCOME_MESSAGE_TITLE, WELCOME_MESSAGE_CONTENT, CANCEL_BUTTON, NEXT_BUTTON},
-               {DELETE_MESSAGE_TITLE, DELETE_MESSAGE_CONTENT, CANCEL_BUTTON, REMOVE_BUTTON}
+               {"IDS_TPLATFORM_HEADER_WELCOME_E", "IDS_TPLATFORM_BODY_SAVE_YOUR_APPS_IN_P1SS_TO_HAVE_SEPARATE_VERSIONS_FOR_DIFFERENT_PURPOSES_N_NTHE_P2SS_FOLDER_MSG", "IDS_TPLATFORM_BUTTON_CANCEL_ABB2", "IDS_ST_BUTTON_NEXT"},
+               {"IDS_TPLATFORM_HEADER_DELETE_PS", "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED", "IDS_TPLATFORM_BUTTON_CANCEL_ABB2", "IDS_TPLATFORM_BUTTON_DELETE_ABB4"}
        };
        char **text = NULL;
 
        if (!strcmp(ad->mode, "create")) {
                text = welcome_text[0];
-               snprintf(title_text, PATH_MAX, "%s", text[0]);
-               snprintf(content_text, PATH_MAX, text[1], ad->krate_name, ad->krate_name);
+               snprintf(title_text, PATH_MAX, "%s", __(text[0]));
+               snprintf(content_text, PATH_MAX, __(text[1]), ad->krate_name, ad->krate_name);
        } else {
                text = welcome_text[1];
-               snprintf(title_text, PATH_MAX, text[0], ad->krate_name);
-               snprintf(content_text, PATH_MAX, "%s", text[1]);
+               snprintf(title_text, PATH_MAX, __(text[0]), ad->krate_name);
+               snprintf(content_text, PATH_MAX, "%s", __(text[1]));
        }
 
        elm_object_signal_emit(ud.conform, "elm,state,indicator,overlap", "elm");
@@ -185,6 +185,9 @@ static void __create_welcome_view(appdata_s *ad)
        layout = _create_layout(ud.nf, ud.edj_path, "base_layout");
        welcome_layout = _create_layout(layout, ud.edj_path, "welcome_layout");
 
+       title = _create_textblock(welcome_layout, __("IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"), TITLE_STYLE_W);
+       elm_object_part_content_set(welcome_layout, "title", title);
+
        title = _create_textblock(welcome_layout, title_text, SUB_TITLE_STYLE_W);
        content = _create_textblock(welcome_layout, content_text, SUB_CONTENT_STYLE_W);
 
@@ -193,8 +196,8 @@ static void __create_welcome_view(appdata_s *ad)
 
        elm_object_part_content_set(layout, "content_layout", welcome_layout);
 
-       left_button = _create_button(layout, text[2], setup_wizard_cancel_cb, ad);
-       right_button = _create_button(layout, text[3], setup_wizard_next_cb, ad);
+       left_button = _create_button(layout, __(text[2]), setup_wizard_cancel_cb, ad);
+       right_button = _create_button(layout, __(text[3]), setup_wizard_next_cb, ad);
 
        _create_two_button_layout(layout, left_button, right_button);
 
@@ -213,8 +216,8 @@ void _create_setup_view(appdata_s *ad)
        Evas_Object *title, *content;
 
        char *setup_text[2][2] = {
-               {SETUP_MESSAGE_TITLE, SETUP_MESSAGE_CONTENT},
-               {DELETE_ONGOING_TITLE, DELETE_ONGOING_CONTENT}
+               {"IDS_TPLATFORM_BODY_CREATING_FOLDER_ING", "IDS_TPLATFORM_BODY_THE_FOLDER_WILL_BE_CREATED_ON_YOUR_HOME_SCREEN_THE_PRELOADED_APPS_WILL_BE_ADDED_TO_THIS_FOLDER_MSG"},
+               {"IDS_TPLATFORM_BODY_DELETING_FOLDER_ING", "IDS_TPLATFORM_BODY_THE_FOLDER_AND_ALL_THE_FILES_STORED_IN_IT_WILL_BE_DELETED_AND_ALL_THE_APPS_IN_IT_WILL_BE_UNINSTALLED"}
        };
        char **text = NULL;
 
@@ -227,8 +230,11 @@ void _create_setup_view(appdata_s *ad)
 
        setup_layout = _create_layout(ud.nf, ud.edj_path, "setup_layout");
 
-       title = _create_textblock(setup_layout, text[0], SUB_TITLE_STYLE_W);
-       content = _create_textblock(setup_layout, text[1], SUB_CONTENT_STYLE_W);
+       title = _create_textblock(setup_layout, __("IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB"), TITLE_STYLE_W);
+       elm_object_part_content_set(setup_layout, "title", title);
+
+       title = _create_textblock(setup_layout, __(text[0]), SUB_TITLE_STYLE_W);
+       content = _create_textblock(setup_layout, __(text[1]), SUB_CONTENT_STYLE_W);
 
        elm_object_part_content_set(setup_layout, "message_title", title);
 
index 1c890e0..af439fc 100644 (file)
@@ -119,10 +119,12 @@ static int __set_notification(notification_h noti_handle, app_control_h app_cont
        int ret = 0;
         char *mode = NULL;
         char *noti_text[2][2] = {
-                {NOTI_CREATE_KRATE, NOTI_BODY_CREATE_KRATE},
-                {NOTI_REMOVE_KRATE, NOTI_BODY_REMOVE_KRATE}
+                {"IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB", "IDS_TPLATFORM_SBODY_TAP_HERE_TO_CREATE_PS_ABB"},
+                {"IDS_TPLATFORM_HEADER_SEPARATE_ZONE_ABB", "IDS_TPLATFORM_SBODY_TAP_HERE_TO_DELETE_PS_ABB"}
         };
         char **text = NULL;
+       char noti_content_text[PATH_MAX] = "";
+       char *krate_name = NULL;
 
         if (app_control_get_extra_data(app_control, "mode", &mode) != APP_CONTROL_ERROR_NONE)
                 return -1;
@@ -132,11 +134,17 @@ static int __set_notification(notification_h noti_handle, app_control_h app_cont
         else
                 text = noti_text[1];
 
-        ret = notification_set_text(noti_handle, NOTIFICATION_TEXT_TYPE_TITLE, text[0], NULL, NOTIFICATION_VARIABLE_TYPE_NONE);
+        ret = notification_set_text(noti_handle, NOTIFICATION_TEXT_TYPE_TITLE, __(text[0]), NULL, NOTIFICATION_VARIABLE_TYPE_NONE);
         if (ret != NOTIFICATION_ERROR_NONE)
                 return -1;
 
-        ret = notification_set_text(noti_handle, NOTIFICATION_TEXT_TYPE_CONTENT, text[1], NULL, NOTIFICATION_VARIABLE_TYPE_NONE);
+       ret = app_control_get_extra_data(app_control, "krate", &krate_name);
+       if (ret != APP_CONTROL_ERROR_NONE)
+               return -1;
+
+       snprintf(noti_content_text, PATH_MAX, __(text[1]), krate_name);
+
+        ret = notification_set_text(noti_handle, NOTIFICATION_TEXT_TYPE_CONTENT, noti_content_text, NULL, NOTIFICATION_VARIABLE_TYPE_NONE);
         if (ret != NOTIFICATION_ERROR_NONE)
                 return -1;