Modify ui and add language files 17/101817/4
authorYunjin Lee <yunjin-.lee@samsung.com>
Fri, 2 Dec 2016 07:38:05 +0000 (16:38 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Fri, 2 Dec 2016 08:28:43 +0000 (17:28 +0900)
- modify to get package label and privacy name instead of appid and privilege name
- add language files to support multi lang

Change-Id: Iefc6169c42e8a2fae7140cedcfc358ef492aa926
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
60 files changed:
packaging/askuser.spec
src/agent/notification-daemon/AskUserTalker.cpp
src/agent/notification-daemon/CMakeLists.txt
src/agent/notification-daemon/GuiRunner.cpp
src/agent/notification-daemon/GuiRunner.h
src/agent/notification-daemon/Policy.cpp
src/agent/notification-daemon/PrivilegeInfo.cpp
src/agent/notification-daemon/PrivilegeInfo.h
src/agent/notification-daemon/main.cpp
src/agent/notification-daemon/po/CMakeLists.txt
src/agent/notification-daemon/po/ar.po [new file with mode: 0755]
src/agent/notification-daemon/po/az.po [new file with mode: 0755]
src/agent/notification-daemon/po/bg.po [new file with mode: 0755]
src/agent/notification-daemon/po/ca.po [new file with mode: 0755]
src/agent/notification-daemon/po/cs.po [new file with mode: 0755]
src/agent/notification-daemon/po/da.po [new file with mode: 0755]
src/agent/notification-daemon/po/de.po [new file with mode: 0755]
src/agent/notification-daemon/po/el_GR.po [new file with mode: 0755]
src/agent/notification-daemon/po/en.po [changed mode: 0644->0755]
src/agent/notification-daemon/po/en_PH.po [new file with mode: 0755]
src/agent/notification-daemon/po/en_US.po [new file with mode: 0755]
src/agent/notification-daemon/po/es_ES.po [new file with mode: 0755]
src/agent/notification-daemon/po/es_US.po [new file with mode: 0755]
src/agent/notification-daemon/po/et.po [new file with mode: 0755]
src/agent/notification-daemon/po/eu.po [new file with mode: 0755]
src/agent/notification-daemon/po/fi.po [new file with mode: 0755]
src/agent/notification-daemon/po/fr.po [new file with mode: 0755]
src/agent/notification-daemon/po/fr_CA.po [new file with mode: 0755]
src/agent/notification-daemon/po/ga.po [new file with mode: 0755]
src/agent/notification-daemon/po/gl.po [new file with mode: 0755]
src/agent/notification-daemon/po/hi.po [new file with mode: 0755]
src/agent/notification-daemon/po/hr.po [new file with mode: 0755]
src/agent/notification-daemon/po/hu.po [new file with mode: 0755]
src/agent/notification-daemon/po/hy.po [new file with mode: 0755]
src/agent/notification-daemon/po/is.po [new file with mode: 0755]
src/agent/notification-daemon/po/it_IT.po [new file with mode: 0755]
src/agent/notification-daemon/po/ja_JP.po [new file with mode: 0755]
src/agent/notification-daemon/po/ka.po [new file with mode: 0755]
src/agent/notification-daemon/po/kk.po [new file with mode: 0755]
src/agent/notification-daemon/po/ko_KR.po [new file with mode: 0755]
src/agent/notification-daemon/po/lt.po [new file with mode: 0755]
src/agent/notification-daemon/po/lv.po [new file with mode: 0755]
src/agent/notification-daemon/po/mk.po [new file with mode: 0755]
src/agent/notification-daemon/po/nb.po [new file with mode: 0755]
src/agent/notification-daemon/po/nl.po [new file with mode: 0755]
src/agent/notification-daemon/po/pl.po [changed mode: 0644->0755]
src/agent/notification-daemon/po/pt_BR.po [new file with mode: 0755]
src/agent/notification-daemon/po/pt_PT.po [new file with mode: 0755]
src/agent/notification-daemon/po/ro.po [new file with mode: 0755]
src/agent/notification-daemon/po/ru_RU.po [new file with mode: 0755]
src/agent/notification-daemon/po/sk.po [new file with mode: 0755]
src/agent/notification-daemon/po/sl.po [new file with mode: 0755]
src/agent/notification-daemon/po/sr.po [new file with mode: 0755]
src/agent/notification-daemon/po/sv.po [new file with mode: 0755]
src/agent/notification-daemon/po/tr_TR.po [new file with mode: 0755]
src/agent/notification-daemon/po/uk.po [new file with mode: 0755]
src/agent/notification-daemon/po/uz.po [new file with mode: 0755]
src/agent/notification-daemon/po/zh_CN.po [new file with mode: 0755]
src/agent/notification-daemon/po/zh_HK.po [new file with mode: 0755]
src/agent/notification-daemon/po/zh_TW.po [new file with mode: 0755]

index 3048768..8997078 100644 (file)
@@ -26,6 +26,7 @@ BuildRequires: pkgconfig(security-manager)
 BuildRequires: pkgconfig(security-privilege-manager)
 BuildRequires: pkgconfig(glib-2.0)
 BuildRequires: pkgconfig(pkgmgr-info)
+BuildRequires: pkgconfig(vconf)
 BuildRequires: coregl
 BuildRequires: edje-bin
 
@@ -159,8 +160,8 @@ systemctl restart cynara.service
 /usr/lib/systemd/user/askuser-notification.service
 /usr/lib/systemd/user/askuser-notification.socket
 %endif
-/usr/share/locale/en/LC_MESSAGES/askuser.mo
-/usr/share/locale/pl/LC_MESSAGES/askuser.mo
+#/usr/share/locale/en/LC_MESSAGES/askuser.mo
+#/usr/share/locale/pl/LC_MESSAGES/askuser.mo
 /usr/share/askuser/res/*
 
 %files -n libaskuser-common
index 66a6e7a..0ba69cf 100644 (file)
@@ -200,8 +200,9 @@ void AskUserTalker::handlePeer() {
     m_gui.addDismissFd(m_currentPeerSocket.getFd(), AskUserTalker::dissmissCb, this);
 
     NotificationResponse response;
+    m_gui.setLocale();
     response.response = m_gui.popupRun(request.data.client,
-            PrivilegeInfo::getPrivilegeDisplayName(request.data.privilege));
+            PrivilegeInfo::getPrivacyDisplayName(request.data.privilege));
 
     m_gui.delDismissFd(m_currentPeerSocket.getFd());
 
index b75cd5c..866d672 100644 (file)
@@ -8,6 +8,7 @@ PKG_CHECK_MODULES(ASKUSER_NOTIFICATION_DEP
     security-manager
     security-privilege-manager
     pkgmgr-info
+    vconf
 )
 
 INCLUDE_DIRECTORIES(SYSTEM
index e4d03d7..73f8dcc 100644 (file)
@@ -26,6 +26,7 @@
 #include <exception/Exception.h>
 #include <translator/Translator.h>
 #include <libintl.h>
+#include <vconf.h>
 #include "Policy.h"
 
 namespace AskUser {
@@ -135,8 +136,8 @@ void GuiRunner::addDismissFd(int fd, DissmissCb cb, void *data)
 
 void GuiRunner::initialize()
 {
-    char *popupTitle = dgettext(PROJECT_NAME, "SID_PRIVILEGE_REQUEST_DIALOG_TITLE");
-    char *checkBoxText = dgettext(PROJECT_NAME, "SID_PRIVILEGE_REQUEST_DIALOG_CHECKBOX_ALWAYS");
+    char *popupTitle = dgettext(PROJECT_NAME, "IDS_IDLE_HEADER_PRIVACY_REQUEST");
+    char *checkBoxText = dgettext(PROJECT_NAME, "IDS_ST_OPT_DONT_SHOW_AGAIN");
     elm_init(0, NULL);
 
     //placeholder
@@ -187,7 +188,7 @@ void GuiRunner::initialize()
         ALOGE("EFL : Failed to add checkbox");
         throw Exception("Enlightement failed");
     }
-    elm_object_content_set(m_popup, m_checkbox);
+    elm_object_part_content_set(m_popup, "checkbox1", m_checkbox);
     elm_object_text_set(m_checkbox, checkBoxText);
     elm_check_state_set(m_checkbox, EINA_FALSE);
     evas_object_size_hint_align_set(m_checkbox, EVAS_HINT_FILL, 0.0);
@@ -204,7 +205,7 @@ void GuiRunner::initialize()
     }
     elm_object_part_content_set(m_popup, "button1", m_denyButton);
     elm_object_text_set(m_denyButton, dgettext(PROJECT_NAME,
-                                           "SID_PRIVILEGE_REQUEST_DIALOG_BUTTON_DENY"));
+                                           "IDS_IDLE_BUTTON_DENY"));
 
     m_allowButton = elm_button_add(m_popup);
     if (!m_allowButton) {
@@ -213,7 +214,7 @@ void GuiRunner::initialize()
     }
     elm_object_part_content_set(m_popup, "button2", m_allowButton);
     elm_object_text_set(m_allowButton, dgettext(PROJECT_NAME,
-                                            "SID_PRIVILEGE_REQUEST_DIALOG_BUTTON_ALLOW"));
+                                            "IDS_IDLE_BUTTON_ALLOW_ABB7"));
 #elif defined(CIRCLE_UI)
     Evas_Object *icon;
 
@@ -274,20 +275,55 @@ void GuiRunner::initialize()
     m_initialized = true;
 }
 
+void GuiRunner::setLocale()
+{
+    char *lang = vconf_get_str(VCONFKEY_LANGSET);
+    char *r = setlocale(LC_ALL, lang);
+    if (!r)
+        ALOGE("setlocale failed");
+    if (lang)
+        free(lang);
+    r = bindtextdomain(PROJECT_NAME, "/usr/share/locale");
+    if (!r)
+        ALOGE("bindtextdomain failed");
+    r = textdomain(PROJECT_NAME);
+    if (!r)
+        ALOGE("textdomain failed");
+}
+
+void GuiRunner::refreshText()
+{
+    char *popupTitle = dgettext(PROJECT_NAME, "IDS_IDLE_HEADER_PRIVACY_REQUEST");
+    char *checkBoxText = dgettext(PROJECT_NAME, "IDS_ST_OPT_DONT_SHOW_AGAIN");
+#ifdef MOBILE_UI
+    elm_object_part_text_set(m_popup, "title,text", popupTitle);
+    elm_object_text_set(m_checkbox, checkBoxText);
+    elm_object_text_set(m_denyButton, dgettext(PROJECT_NAME, "IDS_IDLE_BUTTON_DENY"));
+    elm_object_text_set(m_allowButton, dgettext(PROJECT_NAME, "IDS_IDLE_BUTTON_ALLOW_ABB7"));
+#elif defined(CIRCLE_UI)
+    elm_object_part_text_set(m_layout, "elm.text.title", popupTitle);
+    elm_object_text_set(m_checkbox, checkBoxText);
+#endif
+}
+
 NResponseType GuiRunner::popupRun(const std::string &app, const std::string &perm)
 {
     try {
+        setLocale();
         if (!m_initialized) {
             initialize();
+        } else {
+            refreshText();
         }
         m_running = true;
-        std::string appId;
-        identifyApp(app, appId);
+        std::string pkgLabel;
+        identifyApp(app, pkgLabel);
+
         // create message
-        char *messageFormat = dgettext(PROJECT_NAME, "SID_PRIVILEGE_REQUEST_DIALOG_MESSAGE");
+        char *messageFormat = dgettext(PROJECT_NAME, "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q");
         char buf[BUFSIZ];
         int ret = std::snprintf(buf, sizeof(buf), messageFormat,
-                                appId.c_str(),
+                                pkgLabel.c_str(),
                                 perm.c_str());
 
         if (ret < 0)
index cd20823..abab322 100644 (file)
@@ -40,6 +40,8 @@ public:
 
     GuiRunner() = default;
     void initialize();
+    void setLocale();
+    void refreshText();
     void addDismissFd(int fd, DissmissCb cb, void *data);
     void delDismissFd(int fd);
     ~GuiRunner();
index 514dbcc..e257bfd 100644 (file)
@@ -36,18 +36,18 @@ inline void throwOnSMError(std::string err, int ret)
 
 char * toAppId(const char *pkgId) {
     int ret = 0;
-    char *mainappid = 0;
+    char *pkgLabel = 0;
     pkgmgrinfo_pkginfo_h handle = NULL;
     ret = pkgmgrinfo_pkginfo_get_pkginfo(pkgId, &handle);
     if (ret != PMINFO_R_OK)
         return NULL;
-    ret = pkgmgrinfo_pkginfo_get_mainappid(handle, &mainappid);
+    ret = pkgmgrinfo_pkginfo_get_label(handle, &pkgLabel);
     if (ret != PMINFO_R_OK) {
         pkgmgrinfo_pkginfo_destroy_pkginfo(handle);
         return NULL;
     }
-    printf("main app id: %s\n", mainappid);
-    char *result = strdup(mainappid);
+    printf("pkg label: %s\n", pkgLabel);
+    char *result = strdup(pkgLabel);
     pkgmgrinfo_pkginfo_destroy_pkginfo(handle);
     return result;
 }
index 85b6052..2fdae69 100644 (file)
@@ -41,13 +41,20 @@ struct GListWrap {
 
 namespace PrivilegeInfo {
 
-std::string getPrivilegeDisplayName(const std::string &privilege) {
+std::string getPrivacyDisplayName(const std::string &privilege) {
     char *displayName = nullptr;
-    int res = privilege_info_get_privilege_group_display_name(privilege.c_str(), &displayName);
+    char *privacy = nullptr;
+    int res = privilege_info_get_privacy_by_privilege(privilege.c_str(), &privacy);
+    if (res != PRVMGR_ERR_NONE || !privacy) {
+        ALOGE("Unable to get privacy name for: <" << privilege << ">, err: <" << res << ">");
+        return privilege;
+    }
+    res = privilege_info_get_privacy_display(privacy, &displayName);
     if (res != PRVMGR_ERR_NONE || !displayName) {
-        ALOGE("Unable to get privilege group display name for: <" << privilege << ">, err: <" << res << ">");
+        ALOGE("Unable to get privacy display name for <" << privacy << ">, err: <" << res << ">");
         return privilege;
     }
+    free(privacy);
     std::unique_ptr<char, decltype(free)*> displaNamePtr(displayName, free);
     return displayName;
 }
index 88b5db0..0249b4f 100644 (file)
@@ -27,7 +27,7 @@
 namespace AskUser {
 
 namespace PrivilegeInfo {
-    std::string getPrivilegeDisplayName(const std::string &privilege);
+    std::string getPrivacyDisplayName(const std::string &privilege);
     std::string getPrivacyName(const std::string &privilege);
     std::vector<std::string> getPrivacyPrivileges(const std::string &privacy);
 };
index e887272..6576953 100644 (file)
@@ -25,6 +25,7 @@
 #include <string>
 #include <thread>
 #include <unistd.h>
+#include <vconf.h>
 
 #ifdef BUILD_WITH_SYSTEMD_DAEMON
 #include <systemd/sd-daemon.h>
@@ -40,9 +41,18 @@ int main()
 {
     using namespace AskUser::Notification;
     init_agent_log();
-
-    char *locale = setlocale(LC_ALL, "");
-    ALOGD("Current locale is: <" << locale << ">");
+    char *lang = vconf_get_str(VCONFKEY_LANGSET);
+    char *r = setlocale(LC_ALL, lang);
+    if (!r)
+        ALOGE("setlocale failed");
+    if (lang)
+        free(lang);
+    r = bindtextdomain(PROJECT_NAME, "/usr/share/locale");
+    if (!r)
+        ALOGE("bindtextdomain failed");
+    r = textdomain(PROJECT_NAME);
+    if (!r)
+        ALOGE("textdomain failed");
 
     try {
         AskUserTalker askUserTalker;
index 4e4cc01..2621a1a 100644 (file)
 #
 
 SET(POFILES
-    en.po pl.po
+    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(PREFIX ${CMAKE_INSTALL_PREFIX})
diff --git a/src/agent/notification-daemon/po/ar.po b/src/agent/notification-daemon/po/ar.po
new file mode 100755 (executable)
index 0000000..53798aa
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "عدم الإظهار مجدداً"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "طلب الخصوصية"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "هل تريد السماح لـ %1$s بالوصول إلى %2$s؟"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "السماح"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "رفض"
+
diff --git a/src/agent/notification-daemon/po/az.po b/src/agent/notification-daemon/po/az.po
new file mode 100755 (executable)
index 0000000..36423ef
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Bir daha göstərmə"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Məxfilik sorğusu"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "%1$s-a %2$s-ya çıxış icazəsi verilsin?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "İcazə ver"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Rədd et"
+
diff --git a/src/agent/notification-daemon/po/bg.po b/src/agent/notification-daemon/po/bg.po
new file mode 100755 (executable)
index 0000000..48d82e8
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Да не се показва повече"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Заявка за поверителна информация"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Разрешавате ли на %1$s достъп до %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Позволяв."
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Отказ"
+
diff --git a/src/agent/notification-daemon/po/ca.po b/src/agent/notification-daemon/po/ca.po
new file mode 100755 (executable)
index 0000000..93bf53b
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "No tornar a mostrar"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Sol·licitud de privadesa"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Vol permetre que %1$s accedeixi a %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Permetre"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Denegar"
+
diff --git a/src/agent/notification-daemon/po/cs.po b/src/agent/notification-daemon/po/cs.po
new file mode 100755 (executable)
index 0000000..603391f
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Znovu nezobrazovat"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Požadavek na ochranu osobních údajů"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Povolit %1$s přístup k %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Povolit"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Odmítnout"
+
diff --git a/src/agent/notification-daemon/po/da.po b/src/agent/notification-daemon/po/da.po
new file mode 100755 (executable)
index 0000000..ad2077a
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Vis ikke igen"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Fortrolighedsanmodning"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Vil du give %1$s adgang til %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Tillad"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Afvis"
+
diff --git a/src/agent/notification-daemon/po/de.po b/src/agent/notification-daemon/po/de.po
new file mode 100755 (executable)
index 0000000..04f4b20
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Nicht erneut anzeigen"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Datenschutzanfrage"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "%1$s Zugriff auf %2$s erlauben?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Zulassen"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Ablehnen"
+
diff --git a/src/agent/notification-daemon/po/el_GR.po b/src/agent/notification-daemon/po/el_GR.po
new file mode 100755 (executable)
index 0000000..bec769f
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Να μην εμφανιστεί ξανά"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Αίτηση απορρήτου"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Να επιτραπεί στην εφαρμογή %1$s η πρόσβαση σε %2$s;"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Να επιτρέπ."
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Απόρριψη"
+
old mode 100644 (file)
new mode 100755 (executable)
index ef6c668..d2bc005
@@ -1,14 +1,15 @@
-msgid "SID_PRIVILEGE_REQUEST_DIALOG_TITLE"
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Don't show again"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
 msgstr "Privacy request"
 
-msgid "SID_PRIVILEGE_REQUEST_DIALOG_BUTTON_DENY"
-msgstr "Deny"
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Allow %1$s to access your %2$s?"
 
-msgid "SID_PRIVILEGE_REQUEST_DIALOG_BUTTON_ALLOW"
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
 msgstr "Allow"
 
-msgid "SID_PRIVILEGE_REQUEST_DIALOG_MESSAGE"
-msgstr "Allow <b>%s</b> to access your <b>%s</b>."
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Deny"
 
-msgid "SID_PRIVILEGE_REQUEST_DIALOG_CHECKBOX_ALWAYS"
-msgstr "Don't show again"
diff --git a/src/agent/notification-daemon/po/en_PH.po b/src/agent/notification-daemon/po/en_PH.po
new file mode 100755 (executable)
index 0000000..d2bc005
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Don't show again"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Privacy request"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Allow %1$s to access your %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Allow"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Deny"
+
diff --git a/src/agent/notification-daemon/po/en_US.po b/src/agent/notification-daemon/po/en_US.po
new file mode 100755 (executable)
index 0000000..d2bc005
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Don't show again"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Privacy request"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Allow %1$s to access your %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Allow"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Deny"
+
diff --git a/src/agent/notification-daemon/po/es_ES.po b/src/agent/notification-daemon/po/es_ES.po
new file mode 100755 (executable)
index 0000000..b1a5103
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "No volver a mostrar"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Solicitud de privacidad"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "¿Quiere permitir a %1$s acceder a su(s) %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Permitir"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Rechazar"
+
diff --git a/src/agent/notification-daemon/po/es_US.po b/src/agent/notification-daemon/po/es_US.po
new file mode 100755 (executable)
index 0000000..348497c
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "No mostrar de nuevo"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Solicitud de privacidad"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "¿Desea permitir que %1$s acceda a su(s) %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Permitir"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Rechazar"
+
diff --git a/src/agent/notification-daemon/po/et.po b/src/agent/notification-daemon/po/et.po
new file mode 100755 (executable)
index 0000000..b8c6c25
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Ära näita enam"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Privaatsustaotlus"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Kas anda rakendusele %1$s luba juurdepääsuks üksusele %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Luba"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Keela"
+
diff --git a/src/agent/notification-daemon/po/eu.po b/src/agent/notification-daemon/po/eu.po
new file mode 100755 (executable)
index 0000000..8260646
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Ez erakutsi berriz"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Pribatutasun eskaera"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "%1$s aplikazioari hona sartzen utzi: %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Baimendu"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Ukatu"
+
diff --git a/src/agent/notification-daemon/po/fi.po b/src/agent/notification-daemon/po/fi.po
new file mode 100755 (executable)
index 0000000..1d32c3a
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Älä näytä uudelleen"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Tietosuojapyyntö"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Saako %1$s käyttää kohdetta %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Salli"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Estä"
+
diff --git a/src/agent/notification-daemon/po/fr.po b/src/agent/notification-daemon/po/fr.po
new file mode 100755 (executable)
index 0000000..6c5903c
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Ne plus afficher"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Demande de confidentialité"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Autoriser %1$s à accéder à votre/vos %2$s ?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Autoriser"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Refuser"
+
diff --git a/src/agent/notification-daemon/po/fr_CA.po b/src/agent/notification-daemon/po/fr_CA.po
new file mode 100755 (executable)
index 0000000..6c5903c
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Ne plus afficher"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Demande de confidentialité"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Autoriser %1$s à accéder à votre/vos %2$s ?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Autoriser"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Refuser"
+
diff --git a/src/agent/notification-daemon/po/ga.po b/src/agent/notification-daemon/po/ga.po
new file mode 100755 (executable)
index 0000000..5c0733d
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Ná taispeáin arís"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Iarratas príobháide"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Ceadaigh do %1$s do %2$s a rochtain?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Ceadaigh"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Diúltaigh"
+
diff --git a/src/agent/notification-daemon/po/gl.po b/src/agent/notification-daemon/po/gl.po
new file mode 100755 (executable)
index 0000000..e8fce33
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Non mostrar de novo"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Solicitude de privacidade"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Queres permitir a %1$s acceder ao teu %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Permitir"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Denegar"
+
diff --git a/src/agent/notification-daemon/po/hi.po b/src/agent/notification-daemon/po/hi.po
new file mode 100755 (executable)
index 0000000..4f0c3df
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "फिर से न दिखाएँ"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "गोपनीयता अनुरोध"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "%1$s को आपका %2$s एक्सेस करने की अनुमति दें?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "अनुमति दें"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "अस्वीकारें"
+
diff --git a/src/agent/notification-daemon/po/hr.po b/src/agent/notification-daemon/po/hr.po
new file mode 100755 (executable)
index 0000000..47ecfde
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Ne prikazuj više"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Zahtjev za pristup privatnim podacima"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Dopustiti aplikaciji %1$s pristup stavci %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Dopusti"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Odbij"
+
diff --git a/src/agent/notification-daemon/po/hu.po b/src/agent/notification-daemon/po/hu.po
new file mode 100755 (executable)
index 0000000..e8c43a6
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Ne jelenjen meg újra"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Adatvédelmi kérés"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Hozzáférést ad a(z) %1$s számára a következőhöz: %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Enged"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Tilt"
+
diff --git a/src/agent/notification-daemon/po/hy.po b/src/agent/notification-daemon/po/hy.po
new file mode 100755 (executable)
index 0000000..12406d3
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Այլևս ցույց չտալ"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Գաղտնիության պահանջ"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Թույլ տա՞լ, որ %1$s-ը մուտք գործի %2$s:"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Թույլ տալ"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Մերժել"
+
diff --git a/src/agent/notification-daemon/po/is.po b/src/agent/notification-daemon/po/is.po
new file mode 100755 (executable)
index 0000000..3ee4800
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Ekki sýna aftur"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Persónuverndarbeiðni"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Viltu veita %1$s aðgang að „%2$s“?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Leyfa"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Hafna"
+
diff --git a/src/agent/notification-daemon/po/it_IT.po b/src/agent/notification-daemon/po/it_IT.po
new file mode 100755 (executable)
index 0000000..827fa28
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Non mostrare più"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Richiesta sulla privacy"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Consentire a %1$s di accedere a %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Consenti"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Nega"
+
diff --git a/src/agent/notification-daemon/po/ja_JP.po b/src/agent/notification-daemon/po/ja_JP.po
new file mode 100755 (executable)
index 0000000..ae224ca
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "今後表示しない"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "プライバシーの要求"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "%2$sへのアクセスを%1$sに許可しますか?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "許可"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "拒否"
+
diff --git a/src/agent/notification-daemon/po/ka.po b/src/agent/notification-daemon/po/ka.po
new file mode 100755 (executable)
index 0000000..80d9f21
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "აღარ მაჩვენო"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "კონფიდენციალურობის მოთხოვნა"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "ჰქონდეს %1$s-ს უფლება, რომ გახსნას თქვენი %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "ნებართვა"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "უარყოფა"
+
diff --git a/src/agent/notification-daemon/po/kk.po b/src/agent/notification-daemon/po/kk.po
new file mode 100755 (executable)
index 0000000..6e6f4c7
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Қайта көрсетпеу"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Құпиялылық сұрауы"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "%1$s %2$s қолданбасына қатынасуға рұқсат ету керек пе?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Рұқсат ету"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Бас тарту"
+
diff --git a/src/agent/notification-daemon/po/ko_KR.po b/src/agent/notification-daemon/po/ko_KR.po
new file mode 100755 (executable)
index 0000000..7173b5a
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "다시 보지 않기"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "개인정보 요청"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "%1$s 앱에서 %2$s에 접근합니다."
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "허용"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "허용 안 함"
+
diff --git a/src/agent/notification-daemon/po/lt.po b/src/agent/notification-daemon/po/lt.po
new file mode 100755 (executable)
index 0000000..c6e6886
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Neberodyti"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Privatumo užklausa"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Leisti %1$s pasiekti jūsų %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Leisti"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Atmesti"
+
diff --git a/src/agent/notification-daemon/po/lv.po b/src/agent/notification-daemon/po/lv.po
new file mode 100755 (executable)
index 0000000..aea8233
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Vairs nerādīt"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Konfidencialitātes pieprasījums"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Vai atļaut %1$s piekļūt jūsu %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Atļaut"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Noraidīt"
+
diff --git a/src/agent/notification-daemon/po/mk.po b/src/agent/notification-daemon/po/mk.po
new file mode 100755 (executable)
index 0000000..1401f0c
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Не прикажувај повторно"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Барање за приватност"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Да се дозволи %1$s да пристапи до %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Дозволи"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Отфрли"
+
diff --git a/src/agent/notification-daemon/po/nb.po b/src/agent/notification-daemon/po/nb.po
new file mode 100755 (executable)
index 0000000..202bf6c
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Ikke vis igjen"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Personvernforespørsel"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Vil du gi %1$s tilgang til %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Tillat"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Avslå"
+
diff --git a/src/agent/notification-daemon/po/nl.po b/src/agent/notification-daemon/po/nl.po
new file mode 100755 (executable)
index 0000000..79c281d
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Niet opnieuw weergeven"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Verzoek om privacy"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Mag %1$s uw %2$s openen?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Toestaan"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Weigeren"
+
old mode 100644 (file)
new mode 100755 (executable)
index db51b96..9cd541f
@@ -1,14 +1,15 @@
-msgid "SID_PRIVILEGE_REQUEST_DIALOG_TITLE"
-msgstr "Żądanie dostępu"
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Nie pokazuj ponownie"
 
-msgid "SID_PRIVILEGE_REQUEST_DIALOG_BUTTON_DENY"
-msgstr "Odmów"
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Żądanie związane z prywatnością"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Zezwolić %1$s na dostęp do %2$s?"
 
-msgid "SID_PRIVILEGE_REQUEST_DIALOG_BUTTON_ALLOW"
-msgstr "Pozwól"
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Zezwól"
 
-msgid "SID_PRIVILEGE_REQUEST_DIALOG_MESSAGE"
-msgstr "Pozwolić <b>%s</b> na dostęp do <b>%s</b>."
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Odmów"
 
-msgid "SID_PRIVILEGE_REQUEST_DIALOG_CHECKBOX_ALWAYS"
-msgstr "Nie pokazuj więcej"
diff --git a/src/agent/notification-daemon/po/pt_BR.po b/src/agent/notification-daemon/po/pt_BR.po
new file mode 100755 (executable)
index 0000000..160cac5
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Não exibir novamente"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Solicitação de privacidade"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Permitir que %1$s acesse %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Permitir"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Negar"
+
diff --git a/src/agent/notification-daemon/po/pt_PT.po b/src/agent/notification-daemon/po/pt_PT.po
new file mode 100755 (executable)
index 0000000..3b7cf25
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Não voltar a mostrar"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Pedido de privacidade"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Permitir que %1$s aceda a %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Permitir"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Recusar"
+
diff --git a/src/agent/notification-daemon/po/ro.po b/src/agent/notification-daemon/po/ro.po
new file mode 100755 (executable)
index 0000000..9776e7e
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Nu se mai afișează"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Solicitare confidențialitate"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Permiteți ca %1$s să acceseze %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Permitere"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Refuz"
+
diff --git a/src/agent/notification-daemon/po/ru_RU.po b/src/agent/notification-daemon/po/ru_RU.po
new file mode 100755 (executable)
index 0000000..f4159c0
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Больше не показывать"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Запрос на предоставление конфиденциальных данных"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Разрешить %1$s получать доступ к %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Разрешить"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Запретить"
+
diff --git a/src/agent/notification-daemon/po/sk.po b/src/agent/notification-daemon/po/sk.po
new file mode 100755 (executable)
index 0000000..d5fe3ff
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Už nezobrazovať"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Žiadosť o ochranu osobných údajov"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Povoliť aplikácii %1$s prístup k: %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Povoliť"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Zamietnuť"
+
diff --git a/src/agent/notification-daemon/po/sl.po b/src/agent/notification-daemon/po/sl.po
new file mode 100755 (executable)
index 0000000..9a15db5
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Ne pokaži znova"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Zahteva za zasebnost"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Dovolite aplikaciji %1$s, da dostopa do podatkov %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Dovoli"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Zavrni"
+
diff --git a/src/agent/notification-daemon/po/sr.po b/src/agent/notification-daemon/po/sr.po
new file mode 100755 (executable)
index 0000000..63e27b1
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Ne prikazuj ponovo"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Zahtev za privatnim informacijama"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Dozvoliti da %1$s pristupi funkciji %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Dozvoli"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Odbij"
+
diff --git a/src/agent/notification-daemon/po/sv.po b/src/agent/notification-daemon/po/sv.po
new file mode 100755 (executable)
index 0000000..19f8bf0
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Visa inte igen"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Sekretessbegäran"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Tillåt att %1$s får tillgång till %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Tillåt"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Neka"
+
diff --git a/src/agent/notification-daemon/po/tr_TR.po b/src/agent/notification-daemon/po/tr_TR.po
new file mode 100755 (executable)
index 0000000..e27f841
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Tekrar gösterme"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Gizlilik isteği"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "%1$s öğesinin %2$s erişimine izin verilsin mi?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "İzin ver"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Reddet"
+
diff --git a/src/agent/notification-daemon/po/uk.po b/src/agent/notification-daemon/po/uk.po
new file mode 100755 (executable)
index 0000000..3c80661
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Більше не показувати"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Запит на надання конфіденційних даних"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "Дозволити %1$s отримувати доступ до %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Дозволити"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Заборонити"
+
diff --git a/src/agent/notification-daemon/po/uz.po b/src/agent/notification-daemon/po/uz.po
new file mode 100755 (executable)
index 0000000..b8e0d0f
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "Qayta ko‘rsatilmasin"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "Maxfiylik so‘rovi"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "%1$s’ga %2$s’ga kirish uchun ruxsat berilsinmi?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "Ruxsat ber"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "Rad etish"
+
diff --git a/src/agent/notification-daemon/po/zh_CN.po b/src/agent/notification-daemon/po/zh_CN.po
new file mode 100755 (executable)
index 0000000..1fb98b0
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "不再显示"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "隐私请求"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "是否允许 %1$s 访问您的 %2$s?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "允许"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "拒绝"
+
diff --git a/src/agent/notification-daemon/po/zh_HK.po b/src/agent/notification-daemon/po/zh_HK.po
new file mode 100755 (executable)
index 0000000..a9fbc4a
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "不再顯示"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "私隱請求"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "允許 %1$s 存取您的 %2$s 嗎?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "允許"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "拒絕"
+
diff --git a/src/agent/notification-daemon/po/zh_TW.po b/src/agent/notification-daemon/po/zh_TW.po
new file mode 100755 (executable)
index 0000000..3118684
--- /dev/null
@@ -0,0 +1,15 @@
+msgid "IDS_ST_OPT_DONT_SHOW_AGAIN"
+msgstr "不要再顯示"
+
+msgid "IDS_IDLE_HEADER_PRIVACY_REQUEST"
+msgstr "隱私權要求"
+
+msgid "IDS_IDLE_POP_ALLOW_P1SS_TO_ACCESS_YOUR_P2SS_Q"
+msgstr "允許 %1$s 存取您的 %2$s 嗎?"
+
+msgid "IDS_IDLE_BUTTON_ALLOW_ABB7"
+msgstr "允許"
+
+msgid "IDS_IDLE_BUTTON_DENY"
+msgstr "拒絕"
+