From 79f941d589775c18a4695210f6cdba596d891095 Mon Sep 17 00:00:00 2001 From: Jin Yoon Date: Tue, 1 Sep 2015 11:59:32 +0900 Subject: [PATCH] [Share-panel] Add the message popup when app count is 0 Change-Id: I2360ab5199d4c8bf1f1ee65c797987ac93641ac5 --- CMakeLists.txt | 1 + org.tizen.share-panel.efl | 2 +- packaging/share-panel.spec | 1 + po/CMakeLists.txt | 11 +++++++++++ po/ar.po | 3 +++ po/az.po | 3 +++ po/bg.po | 3 +++ po/bn.po | 6 ++++++ po/ca.po | 3 +++ po/cs.po | 3 +++ po/da.po | 3 +++ po/de.po | 3 +++ po/el_GR.po | 3 +++ po/en.po | 3 +++ po/en_PH.po | 3 +++ po/en_US.po | 3 +++ po/es_ES.po | 3 +++ po/es_US.po | 3 +++ po/et.po | 3 +++ po/eu.po | 3 +++ po/fa.po | 6 ++++++ po/fi.po | 3 +++ po/fr.po | 3 +++ po/fr_CA.po | 3 +++ po/ga.po | 3 +++ po/gl.po | 3 +++ po/gu.po | 6 ++++++ po/he.po | 6 ++++++ po/hi.po | 3 +++ po/hr.po | 3 +++ po/hu.po | 3 +++ po/hy.po | 3 +++ po/is.po | 3 +++ po/it_IT.po | 3 +++ po/ja_JP.po | 3 +++ po/ka.po | 3 +++ po/kk.po | 3 +++ po/kn.po | 6 ++++++ po/ko_KR.po | 3 +++ po/lt.po | 3 +++ po/lv.po | 3 +++ po/mk.po | 3 +++ po/ml.po | 6 ++++++ po/nb.po | 3 +++ po/nl.po | 3 +++ po/pl.po | 3 +++ po/pt_BR.po | 3 +++ po/pt_PT.po | 3 +++ po/ro.po | 3 +++ po/ru_RU.po | 3 +++ po/si.po | 6 ++++++ po/sk.po | 3 +++ po/sl.po | 3 +++ po/sr.po | 3 +++ po/sv.po | 3 +++ po/ta.po | 6 ++++++ po/te.po | 6 ++++++ po/th.po | 6 ++++++ po/tr_TR.po | 3 +++ po/uk.po | 3 +++ po/ur.po | 6 ++++++ po/uz.po | 3 +++ po/zh_CN.po | 3 +++ po/zh_HK.po | 3 +++ po/zh_TW.po | 3 +++ src/list.c | 2 ++ src/ui_manager.c | 6 +++++- 67 files changed, 237 insertions(+), 2 deletions(-) create mode 100755 po/bn.po create mode 100755 po/fa.po create mode 100755 po/gu.po create mode 100755 po/he.po create mode 100755 po/kn.po create mode 100755 po/ml.po create mode 100755 po/si.po create mode 100755 po/ta.po create mode 100755 po/te.po create mode 100755 po/th.po create mode 100755 po/ur.po diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bbfc03..af5d529 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ pkg_check_modules(pkgs REQUIRED evas feedback isf + notification efl-extension ) diff --git a/org.tizen.share-panel.efl b/org.tizen.share-panel.efl index 85e1b72..71af3a1 100644 --- a/org.tizen.share-panel.efl +++ b/org.tizen.share-panel.efl @@ -3,7 +3,7 @@ org.tizen.share-panel aul::launch r-x--- ------ org.tizen.share-panel syslogd rwxat- ------ org.tizen.share-panel app-svc::db rw---- ------ org.tizen.share-panel sdbd rw---- ------ -org.tizen.share-panel system::media rw---- ------ +org.tizen.share-panel system::media rwxat- ------ org.tizen.share-panel system::share rwxat- ----- org.tizen.share-panel system::homedir rwxat- ----- org.tizen.share-panel system::ext_storage rwxat- ----- diff --git a/packaging/share-panel.spec b/packaging/share-panel.spec index c8a1257..4fba4f4 100755 --- a/packaging/share-panel.spec +++ b/packaging/share-panel.spec @@ -36,6 +36,7 @@ BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(evas) BuildRequires: pkgconfig(feedback) BuildRequires: pkgconfig(isf) +BuildRequires: pkgconfig(notification) %description Description: Share Panel diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index f837df1..8cee79b 100755 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -4,6 +4,7 @@ SET(POFILES ar.po az.po bg.po + bn.po ca.po cs.po da.po @@ -18,12 +19,15 @@ SET(POFILES es_US.po et.po eu.po + fa.po fi.po fr.po fr_CA.po fr_FR.po ga.po gl.po + gu.po + he.po hi.po hr.po hu.po @@ -34,9 +38,11 @@ SET(POFILES ka.po kk.po ko_KR.po + kn.po lt.po lv.po mk.po + ml.po mn_MN.po nb.po nl.po @@ -46,12 +52,17 @@ SET(POFILES pt_PT.po ro.po ru_RU.po + si.po sk.po sl.po sr.po sv.po + ta.po + te.po + th.po tr_TR.po uk.po + ur.po uz.po zh_CN.po zh_HK.po diff --git a/po/ar.po b/po/ar.po index 599b1f9..a0a9cd7 100755 --- a/po/ar.po +++ b/po/ar.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "مشاركة" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "لا توجد تطبيقات متوفرة لفتح الملفات." + diff --git a/po/az.po b/po/az.po index 43d64eb..307245b 100755 --- a/po/az.po +++ b/po/az.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Paylaş" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Faylları açmaq üçün proqram yoxdur." + diff --git a/po/bg.po b/po/bg.po index ff3cbca..eb2f4f6 100755 --- a/po/bg.po +++ b/po/bg.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Споделяне" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Няма достъпни приложения за отваряне на файловете." + diff --git a/po/bn.po b/po/bn.po new file mode 100755 index 0000000..a4fc1ee --- /dev/null +++ b/po/bn.po @@ -0,0 +1,6 @@ +msgid "IDS_AM_HEADER_SHARE" +msgstr "শেয়ার করুন" + +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "ফাইলগুলি খোলার জন্য কোনও অ্যাপ্লিকেশন সুলভ নেই।" + diff --git a/po/ca.po b/po/ca.po index 32c11a6..dd41224 100755 --- a/po/ca.po +++ b/po/ca.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Compartir" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "No hi ha aplicacions disponibles per obrir fitxers" + diff --git a/po/cs.po b/po/cs.po index e745420..c5cbdf7 100755 --- a/po/cs.po +++ b/po/cs.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Sdílet" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Nejsou k dispozici žádné aplikace pro otevření souborů." + diff --git a/po/da.po b/po/da.po index 1e90022..257ee55 100755 --- a/po/da.po +++ b/po/da.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Del" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Der er ingen applikationer til åbning af filer." + diff --git a/po/de.po b/po/de.po index d2c3840..0272dd9 100755 --- a/po/de.po +++ b/po/de.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Senden" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Keine Anwendungen zum Öffnen der Datei verfügbar." + diff --git a/po/el_GR.po b/po/el_GR.po index 1ea8248..deb4e14 100755 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Κοινή χρήση" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Δεν υπάρχουν διαθέσιμες εφαρμογές για το άνοιγμα των αρχείων." + diff --git a/po/en.po b/po/en.po index cb8b905..63307ef 100755 --- a/po/en.po +++ b/po/en.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Share" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "No applications available to open files." + diff --git a/po/en_PH.po b/po/en_PH.po index cb8b905..63307ef 100755 --- a/po/en_PH.po +++ b/po/en_PH.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Share" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "No applications available to open files." + diff --git a/po/en_US.po b/po/en_US.po index cb8b905..63307ef 100755 --- a/po/en_US.po +++ b/po/en_US.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Share" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "No applications available to open files." + diff --git a/po/es_ES.po b/po/es_ES.po index 32c11a6..a36c290 100755 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Compartir" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "No hay aplicaciones disponibles para abrir archivos" + diff --git a/po/es_US.po b/po/es_US.po index 32c11a6..2dda1d8 100755 --- a/po/es_US.po +++ b/po/es_US.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Compartir" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "No hay aplicaciones disponibles para abrir los archivos." + diff --git a/po/et.po b/po/et.po index 32d319b..2706a15 100755 --- a/po/et.po +++ b/po/et.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Jaga" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Failide avamiseks ei ole saadaval rakendusi." + diff --git a/po/eu.po b/po/eu.po index aacdcc2..829510f 100755 --- a/po/eu.po +++ b/po/eu.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Partekatu" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Ez dago aplikaziorik erabilgarri fitxategiak irekitzeko" + diff --git a/po/fa.po b/po/fa.po new file mode 100755 index 0000000..96b0710 --- /dev/null +++ b/po/fa.po @@ -0,0 +1,6 @@ +msgid "IDS_AM_HEADER_SHARE" +msgstr "اشتراک" + +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "برنامه‌ای برای باز کردن فایل‌ها وجود ندارد." + diff --git a/po/fi.po b/po/fi.po index 0384e31..e682877 100755 --- a/po/fi.po +++ b/po/fi.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Jaa" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Tiedostojen avaamiseen soveltuvia sovelluksia ei ole." + diff --git a/po/fr.po b/po/fr.po index 9c5a032..991afc9 100755 --- a/po/fr.po +++ b/po/fr.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Partager" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Aucune application n'est disponible pour ouvrir des fichiers." + diff --git a/po/fr_CA.po b/po/fr_CA.po index 9c5a032..991afc9 100755 --- a/po/fr_CA.po +++ b/po/fr_CA.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Partager" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Aucune application n'est disponible pour ouvrir des fichiers." + diff --git a/po/ga.po b/po/ga.po index 428222e..bb53a8d 100755 --- a/po/ga.po +++ b/po/ga.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Comhroinn" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Níl feidhmchláir ar fáil le comhaid a oscailt." + diff --git a/po/gl.po b/po/gl.po index 32c11a6..2496fff 100755 --- a/po/gl.po +++ b/po/gl.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Compartir" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Non hai ningunha aplicación dispoñible para abrir arquivos" + diff --git a/po/gu.po b/po/gu.po new file mode 100755 index 0000000..a31477f --- /dev/null +++ b/po/gu.po @@ -0,0 +1,6 @@ +msgid "IDS_AM_HEADER_SHARE" +msgstr "શેર કરો" + +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "ફાઇલ્સ ખોલવા માટે કોઈ એપ્લિકેશન ઉપલબ્ધ નથી." + diff --git a/po/he.po b/po/he.po new file mode 100755 index 0000000..158473f --- /dev/null +++ b/po/he.po @@ -0,0 +1,6 @@ +msgid "IDS_AM_HEADER_SHARE" +msgstr "שתף" + +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "אין יישומים זמינים לפתיחת קבצים." + diff --git a/po/hi.po b/po/hi.po index 9c9fd43..5152703 100755 --- a/po/hi.po +++ b/po/hi.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "साझा करें" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "फाइलें खोलने के लिए एप्लीकेशंस उपलब्ध नहीं।" + diff --git a/po/hr.po b/po/hr.po index 104a082..a270efa 100755 --- a/po/hr.po +++ b/po/hr.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Dijeli" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Nema aplikacije za otvaranje datoteka." + diff --git a/po/hu.po b/po/hu.po index 8ae74a0..29fcfc5 100755 --- a/po/hu.po +++ b/po/hu.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Megosztás" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Nincs elérhető alkalmazás a fájlok megnyitásához." + diff --git a/po/hy.po b/po/hy.po index 7ba6a47..a59dcab 100755 --- a/po/hy.po +++ b/po/hy.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Համօգտագործել" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Ֆայլերը բացելու համար մատչելի ծրագրեր չկան:" + diff --git a/po/is.po b/po/is.po index 3523718..f393dec 100755 --- a/po/is.po +++ b/po/is.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Deila" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Engin forrit tiltæk til að opna skrár." + diff --git a/po/it_IT.po b/po/it_IT.po index 5167ab3..a716937 100755 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Condividi" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Nessuna applicazione disponibile per aprire i file." + diff --git a/po/ja_JP.po b/po/ja_JP.po index 1252806..ed4b1d5 100755 --- a/po/ja_JP.po +++ b/po/ja_JP.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "共有" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "ファイルを開けるアプリケーションがありません。" + diff --git a/po/ka.po b/po/ka.po index 2923736..c38b013 100755 --- a/po/ka.po +++ b/po/ka.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "გაზიარება" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "ამ ფაილების გასახსნელი პროგრამა არ არის." + diff --git a/po/kk.po b/po/kk.po index 760ccaf..16a0600 100755 --- a/po/kk.po +++ b/po/kk.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Бөлісу" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Файлдарды ашатын бағдарламалар жоқ." + diff --git a/po/kn.po b/po/kn.po new file mode 100755 index 0000000..e6e0ac8 --- /dev/null +++ b/po/kn.po @@ -0,0 +1,6 @@ +msgid "IDS_AM_HEADER_SHARE" +msgstr "ಹಂಚಿಕೊಳ್ಳಿ" + +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "ಫೈಲ್‌ಗಳನ್ನು ತೆರೆಯಲು ಅನ್ವಯಿಸುವಿಕೆಗಳು ಲಭ್ಯವಿಲ್ಲ." + diff --git a/po/ko_KR.po b/po/ko_KR.po index 804c7fe..c943547 100755 --- a/po/ko_KR.po +++ b/po/ko_KR.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "공유" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "파일을 열 수 있는 앱이 없습니다." + diff --git a/po/lt.po b/po/lt.po index 583032a..83a4a95 100755 --- a/po/lt.po +++ b/po/lt.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Dalytis" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Nėra programų, kuriomis būtų galima atidaryti failus." + diff --git a/po/lv.po b/po/lv.po index 2e3f4bc..1a4d8ca 100755 --- a/po/lv.po +++ b/po/lv.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Kopīgot" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Nav programmas, ar ko atvērt failus." + diff --git a/po/mk.po b/po/mk.po index 26d1638..77058d3 100755 --- a/po/mk.po +++ b/po/mk.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Сподели" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Не се достапни апликации за отворање на фајловите." + diff --git a/po/ml.po b/po/ml.po new file mode 100755 index 0000000..bb15bb0 --- /dev/null +++ b/po/ml.po @@ -0,0 +1,6 @@ +msgid "IDS_AM_HEADER_SHARE" +msgstr "പങ്കിടുക" + +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "ഫയലുകള്‍ തുറക്കുന്നതിന് ആപ്ലിക്കേഷനുകള്‍ ഒന്നും ലഭ്യമല്ല." + diff --git a/po/nb.po b/po/nb.po index 1e90022..f05e6ad 100755 --- a/po/nb.po +++ b/po/nb.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Del" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Ingen tilgjengelige apper for å åpne filene." + diff --git a/po/nl.po b/po/nl.po index a6fd289..0dc27c0 100755 --- a/po/nl.po +++ b/po/nl.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Delen" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Geen applicaties beschikbaar om bestanden te openen." + diff --git a/po/pl.po b/po/pl.po index 422d22d..f45d2d0 100755 --- a/po/pl.po +++ b/po/pl.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Udostępniaj" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Brak dostępnych aplikacji do otwarcia plików." + diff --git a/po/pt_BR.po b/po/pt_BR.po index 8485ec9..f8c6585 100755 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Compartilhar" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Nenhum aplicativo disponível para abrir arquivos." + diff --git a/po/pt_PT.po b/po/pt_PT.po index cd58fc8..039d54f 100755 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Enviar" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Sem aplicações disponíveis para abrir ficheiros." + diff --git a/po/ro.po b/po/ro.po index b149d2b..3948d65 100755 --- a/po/ro.po +++ b/po/ro.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Partajare" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Nu există aplicaţii disponibile pentru a deschide fişiere." + diff --git a/po/ru_RU.po b/po/ru_RU.po index 54f9dcf..71cb885 100755 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Доступ" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Нет приложений, позволяющих открыть файлы." + diff --git a/po/si.po b/po/si.po new file mode 100755 index 0000000..3fde16e --- /dev/null +++ b/po/si.po @@ -0,0 +1,6 @@ +msgid "IDS_AM_HEADER_SHARE" +msgstr "බෙදාගන්න" + +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "ගොනු විවෘත කිරීමට යෙදුම් නොමැත." + diff --git a/po/sk.po b/po/sk.po index 5a148f3..e1ecd6c 100755 --- a/po/sk.po +++ b/po/sk.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Zdieľať" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Žiadne dostupné aplikácie na otvorenie súborov." + diff --git a/po/sl.po b/po/sl.po index 8942ce7..b252a87 100755 --- a/po/sl.po +++ b/po/sl.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Skupna raba" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Noben program ni na voljo za odpiranje datotek." + diff --git a/po/sr.po b/po/sr.po index 72cb9d1..ac3d980 100755 --- a/po/sr.po +++ b/po/sr.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Podeli" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Nijedna aplikacija ne može da otvori fajlove." + diff --git a/po/sv.po b/po/sv.po index 0c50614..30f52ae 100755 --- a/po/sv.po +++ b/po/sv.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Dela" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Inga program tillgängliga för att öppna filer." + diff --git a/po/ta.po b/po/ta.po new file mode 100755 index 0000000..6daf0ae --- /dev/null +++ b/po/ta.po @@ -0,0 +1,6 @@ +msgid "IDS_AM_HEADER_SHARE" +msgstr "பகிர்க" + +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "கோப்புகளை திறக்க எந்த பயன்பாடுகளும் இல்லை." + diff --git a/po/te.po b/po/te.po new file mode 100755 index 0000000..5c0a55f --- /dev/null +++ b/po/te.po @@ -0,0 +1,6 @@ +msgid "IDS_AM_HEADER_SHARE" +msgstr "భాగస్వామ్యం చేయి" + +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "ఫైళ్లను తరవడానికి అప్లికేషన్లు లభ్యంలో లేవు." + diff --git a/po/th.po b/po/th.po new file mode 100755 index 0000000..737d5d4 --- /dev/null +++ b/po/th.po @@ -0,0 +1,6 @@ +msgid "IDS_AM_HEADER_SHARE" +msgstr "แชร์" + +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "ไม่​มี​แอ​พพลิ​เค​ชั่น​ที่​ใช้​ได้​ใน​การ​เปิด​ไฟล์" + diff --git a/po/tr_TR.po b/po/tr_TR.po index 43d64eb..5d2e78a 100755 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Paylaş" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Dosyaları açacak uygulama bulunamadı." + diff --git a/po/uk.po b/po/uk.po index 3835798..0025396 100755 --- a/po/uk.po +++ b/po/uk.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Поділитися" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Немає доступних програм для відкриття файлів." + diff --git a/po/ur.po b/po/ur.po new file mode 100755 index 0000000..0991fbc --- /dev/null +++ b/po/ur.po @@ -0,0 +1,6 @@ +msgid "IDS_AM_HEADER_SHARE" +msgstr "شراکت" + +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "فائلز اوپن کرنے کے لیے کوئی ایپلیکشن دستیاب نہیں۔" + diff --git a/po/uz.po b/po/uz.po index 71b84a5..c00a538 100755 --- a/po/uz.po +++ b/po/uz.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "Ulashish" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "Fayllarni ochish uchun ilovalar mavjud emas." + diff --git a/po/zh_CN.po b/po/zh_CN.po index 96cce51..be2728b 100755 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "共享" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "无应用程序可用以打开文件。" + diff --git a/po/zh_HK.po b/po/zh_HK.po index 96cce51..8c2fb1f 100755 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "共享" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "無應用程式可用以開啟檔案。" + diff --git a/po/zh_TW.po b/po/zh_TW.po index 96cce51..0c3165f 100755 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1,3 +1,6 @@ msgid "IDS_AM_HEADER_SHARE" msgstr "共享" +msgid "IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES" +msgstr "沒有可用以開啟檔案的應用程式。" + diff --git a/src/list.c b/src/list.c index 1e41c4c..15d61c7 100644 --- a/src/list.c +++ b/src/list.c @@ -197,6 +197,8 @@ static void __trim_uri(app_control_h control) return; } + _D("set uri is [[[%s]]]", tmp); + app_control_set_uri(control, tmp); free(uri); } diff --git a/src/ui_manager.c b/src/ui_manager.c index 3664ac3..b66c2ec 100644 --- a/src/ui_manager.c +++ b/src/ui_manager.c @@ -21,6 +21,7 @@ #include #include #include +#include #include "share_panel_internal.h" #include "share_panel.h" @@ -210,7 +211,10 @@ Evas_Object *_ui_manager_create(share_panel_s *share_panel) } share_panel->list = _list_create(share_panel->control, share_panel->b); - goto_if(!share_panel->list, ERROR); + if (!share_panel->list) { + notification_status_message_post(_("IDS_BT_POP_NO_APPLICATIONS_AVAILABLE_TO_OPEN_FILES")); + ui_app_exit(); + } _scroller_append_list(share_panel->scroller , share_panel->list -- 2.7.4