diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84ede9b7..5621be4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install build wheel + sudo apt-get install -y gettext - name: Get Current Version uses: SebRollen/toml-action@v1.2.0 @@ -30,6 +31,9 @@ jobs: field: project.version id: get_current_version + - name: Build Python Package + run: rm -rf build *.egg-info/ && python3 -m build + - name: Create Tag uses: mathieudutour/github-tag-action@v6.1 with: @@ -49,11 +53,8 @@ jobs: body: ${{steps.build_changelog.outputs.changelog}} token: ${{ secrets.GH_API_SECRET }} - - name: Build Python Package - run: rm -rf build *.egg-info/ && python3 -m build - - name: Publish to PyPi - uses: pypa/gh-action-pypi-publish@v1.6.4 + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # 1.12.4 with: password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/debian/changelog b/debian/changelog index fadf0d8f..d7e96cc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +safeeyes (3.0.0b3) noble; urgency=medium + + * Re-release due to broken github action + + -- Mel Dafert Mon, 05 May 2025 13:30:00 +0000 + +safeeyes (3.0.0b2) noble; urgency=medium + + * Re-release due to broken github action + + -- Mel Dafert Mon, 05 May 2025 12:35:00 +0000 + +safeeyes (3.0.0b1) noble; urgency=medium + + * Update to GTK4 + + * Improved Wayland support (keyboard locking, idle detection, window icons, + fullscreen) + + * Internal refactoring (linting, formatting, typechecking on CI) + + * Improved handling of custom user stylesheets: always fall back to internal + styles, with a lower priority + + * Translations + + -- Mel Dafert Mon, 05 May 2025 11:30:00 +0000 + safeeyes (2.2.3) jammy; urgency=medium * Translations diff --git a/debian/control b/debian/control index da665f0b..f1d02bee 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,18 @@ Homepage: https://github.com/slgobinath/SafeEyes/ Package: safeeyes Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, python3 (>= 3.10.0), python3-xlib, gir1.2-notify-0.7, python3-babel, x11-utils, xprintidle, alsa-utils, python3-psutil, python3-croniter, python3-packaging, gir1.2-gtk-4.0 +Depends: ${misc:Depends}, ${python3:Depends}, + python3 (>= 3.10.0), + python3-xlib, + python3-babel, + x11-utils, + xprintidle, + alsa-utils, + python3-psutil, + python3-croniter, + python3-packaging, + gir1.2-notify-0.7, + gir1.2-gtk-4.0 Description: Prevent eye strain with Safe Eyes – an essential screen break reminder. Safe Eyes is a simple tool to remind you to take periodic breaks for your eyes. This is essential for anyone spending more time on the computer to avoid eye strain and other physical problems. . diff --git a/pyproject.toml b/pyproject.toml index 7ea24f3e..7765900b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "safeeyes" -version = "2.2.3" +version = "3.0.0b3" description = "Protect your eyes from eye strain using this continuous breaks reminder." keywords = ["linux utility health eye-strain safe-eyes"] readme = "README.md" @@ -32,7 +32,7 @@ requires-python = ">=3.10" [project.urls] Homepage = "https://github.com/slgobinath/SafeEyes" -Downloads = "https://github.com/slgobinath/SafeEyes/archive/v2.2.3.tar.gz" +Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.0.0b3.tar.gz" [project.scripts] safeeyes = "safeeyes.__main__:main" diff --git a/safeeyes/config/locale/ar/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/ar/LC_MESSAGES/safeeyes.po index f87a15ff..8714e59c 100644 --- a/safeeyes/config/locale/ar/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ar/LC_MESSAGES/safeeyes.po @@ -560,7 +560,8 @@ msgstr "الوقاية من الإصابات الناتجة عن الإجهاد msgid "" "Please install service providing tray icons for your desktop environment." -msgstr "يرجى تثبيت خدمة توفر أيقونات في علبة النظام لبيئة سطح المكتب الخاصة بك." +msgstr "" +"يرجى تثبيت خدمة توفر أيقونات في علبة النظام لبيئة سطح المكتب الخاصة بك." #, python-format msgid "Next long break at %s" @@ -593,6 +594,12 @@ msgstr "تعطيل دائم" msgid "License:" msgstr "الترخيص:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "أغلق عينيك بشدّة" diff --git a/safeeyes/config/locale/bg/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/bg/LC_MESSAGES/safeeyes.po index 81112bb8..59668f80 100644 --- a/safeeyes/config/locale/bg/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/bg/LC_MESSAGES/safeeyes.po @@ -577,6 +577,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Затворете плътно очи" diff --git a/safeeyes/config/locale/bn/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/bn/LC_MESSAGES/safeeyes.po index 37e7b70e..42ad89c0 100644 --- a/safeeyes/config/locale/bn/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/bn/LC_MESSAGES/safeeyes.po @@ -576,3 +576,9 @@ msgstr "" msgid "License:" msgstr "" + +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" diff --git a/safeeyes/config/locale/ca/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/ca/LC_MESSAGES/safeeyes.po index 8ad4e638..4d65e38f 100644 --- a/safeeyes/config/locale/ca/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ca/LC_MESSAGES/safeeyes.po @@ -165,7 +165,8 @@ msgstr "Persisteix l'estat intern" # Settings dialog msgid "Use RPC server to receive runtime commands" -msgstr "Empra el servidor RPC per a rebre els comandaments del temps d'execució" +msgstr "" +"Empra el servidor RPC per a rebre els comandaments del temps d'execució" # Settings dialog msgid "Without the RPC server, command-line commands may not work" @@ -595,6 +596,12 @@ msgstr "Desactiva'l permanentment" msgid "License:" msgstr "Llicència:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Tanqueu fortament els ulls" diff --git a/safeeyes/config/locale/cs/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/cs/LC_MESSAGES/safeeyes.po index d166beba..b8d8b899 100644 --- a/safeeyes/config/locale/cs/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/cs/LC_MESSAGES/safeeyes.po @@ -591,6 +591,12 @@ msgstr "Zakázat permanentně" msgid "License:" msgstr "Licence:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Zavřete oči" diff --git a/safeeyes/config/locale/da/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/da/LC_MESSAGES/safeeyes.po index eefa676e..c175165f 100644 --- a/safeeyes/config/locale/da/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/da/LC_MESSAGES/safeeyes.po @@ -580,6 +580,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Luk øjnene tæt" diff --git a/safeeyes/config/locale/de/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/de/LC_MESSAGES/safeeyes.po index 13eeadcd..42e21832 100644 --- a/safeeyes/config/locale/de/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/de/LC_MESSAGES/safeeyes.po @@ -598,6 +598,12 @@ msgstr "Permanent ausschalten" msgid "License:" msgstr "Lizenz:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Augen fest schließen" diff --git a/safeeyes/config/locale/en_US/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/en_US/LC_MESSAGES/safeeyes.po index dca10177..9317118b 100644 --- a/safeeyes/config/locale/en_US/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/en_US/LC_MESSAGES/safeeyes.po @@ -582,6 +582,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Tightly close your eyes" diff --git a/safeeyes/config/locale/eo/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/eo/LC_MESSAGES/safeeyes.po index aea50168..bb50c699 100644 --- a/safeeyes/config/locale/eo/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/eo/LC_MESSAGES/safeeyes.po @@ -582,6 +582,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Streĉe malfermu viajn okulojn" diff --git a/safeeyes/config/locale/es/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/es/LC_MESSAGES/safeeyes.po index d5da4c82..21bb9444 100644 --- a/safeeyes/config/locale/es/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/es/LC_MESSAGES/safeeyes.po @@ -595,6 +595,12 @@ msgstr "Desactivar permanentemente" msgid "License:" msgstr "Licencia:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Cierre fuertemente los ojos" diff --git a/safeeyes/config/locale/et/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/et/LC_MESSAGES/safeeyes.po index 97276086..19d63f41 100644 --- a/safeeyes/config/locale/et/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/et/LC_MESSAGES/safeeyes.po @@ -585,6 +585,12 @@ msgstr "Lülita püsivalt välja" msgid "License:" msgstr "Litsents:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Sulge silmad" diff --git a/safeeyes/config/locale/eu/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/eu/LC_MESSAGES/safeeyes.po index 399796f4..e5330989 100644 --- a/safeeyes/config/locale/eu/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/eu/LC_MESSAGES/safeeyes.po @@ -587,6 +587,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Itxi begiak indarrez" diff --git a/safeeyes/config/locale/fa/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/fa/LC_MESSAGES/safeeyes.po index 817384ce..b171ef78 100644 --- a/safeeyes/config/locale/fa/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/fa/LC_MESSAGES/safeeyes.po @@ -583,6 +583,12 @@ msgstr "غیرفعال کردن دائمی" msgid "License:" msgstr "پروانه:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "محکم چشمانتان را ببندید" diff --git a/safeeyes/config/locale/fr/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/fr/LC_MESSAGES/safeeyes.po index 4cfc6cfb..5156a3ad 100644 --- a/safeeyes/config/locale/fr/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/fr/LC_MESSAGES/safeeyes.po @@ -598,6 +598,12 @@ msgstr "Désactivation permanente" msgid "License:" msgstr "Licence :" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Fermez bien vos yeux" diff --git a/safeeyes/config/locale/he/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/he/LC_MESSAGES/safeeyes.po index 1634d09d..cf04daaa 100644 --- a/safeeyes/config/locale/he/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/he/LC_MESSAGES/safeeyes.po @@ -581,6 +581,12 @@ msgstr "השבתה לצמיתות" msgid "License:" msgstr "רישיון:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "לעצום עיניים היטב" diff --git a/safeeyes/config/locale/hi/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/hi/LC_MESSAGES/safeeyes.po index d2e4ecab..913a738f 100644 --- a/safeeyes/config/locale/hi/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/hi/LC_MESSAGES/safeeyes.po @@ -577,6 +577,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "कसकर अपनी आँखें बंद करें" diff --git a/safeeyes/config/locale/hu/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/hu/LC_MESSAGES/safeeyes.po index c7017ada..82ae9b67 100644 --- a/safeeyes/config/locale/hu/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/hu/LC_MESSAGES/safeeyes.po @@ -579,6 +579,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Szorosan csukd be a szemed" diff --git a/safeeyes/config/locale/id/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/id/LC_MESSAGES/safeeyes.po index 4d5db377..dad8450a 100644 --- a/safeeyes/config/locale/id/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/id/LC_MESSAGES/safeeyes.po @@ -582,6 +582,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Tutup rapat matamu" diff --git a/safeeyes/config/locale/it/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/it/LC_MESSAGES/safeeyes.po index b8d830ab..fbd5fc27 100644 --- a/safeeyes/config/locale/it/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/it/LC_MESSAGES/safeeyes.po @@ -593,6 +593,12 @@ msgstr "Disattivare in modo permanente" msgid "License:" msgstr "Licenza:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Strizza gli occhi" diff --git a/safeeyes/config/locale/kn/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/kn/LC_MESSAGES/safeeyes.po index 407426d9..4cf68d65 100644 --- a/safeeyes/config/locale/kn/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/kn/LC_MESSAGES/safeeyes.po @@ -576,6 +576,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "ಕಣ್ಣನ್ನು ಗಟ್ಟಿಯಾಗಿ ಮುಚ್ಚಿರಿ" diff --git a/safeeyes/config/locale/ko/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/ko/LC_MESSAGES/safeeyes.po index 43b678bf..6f0b10c4 100644 --- a/safeeyes/config/locale/ko/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ko/LC_MESSAGES/safeeyes.po @@ -576,6 +576,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "눈을 꼭 감으세요" diff --git a/safeeyes/config/locale/lt/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/lt/LC_MESSAGES/safeeyes.po index 6f826377..a4f7c76d 100644 --- a/safeeyes/config/locale/lt/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/lt/LC_MESSAGES/safeeyes.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (" -"n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"(n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.8-dev\n" # Short break @@ -592,6 +592,12 @@ msgstr "Išjungti visam laikui" msgid "License:" msgstr "Licencija:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Stipriai užsimerkite" diff --git a/safeeyes/config/locale/lv/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/lv/LC_MESSAGES/safeeyes.po index 149e29d7..9e64f275 100644 --- a/safeeyes/config/locale/lv/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/lv/LC_MESSAGES/safeeyes.po @@ -496,6 +496,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + #~ msgid "Tightly close your eyes" #~ msgstr "Cieši aizver acis" diff --git a/safeeyes/config/locale/mk/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/mk/LC_MESSAGES/safeeyes.po index db3007e8..c65a8dad 100644 --- a/safeeyes/config/locale/mk/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/mk/LC_MESSAGES/safeeyes.po @@ -578,3 +578,9 @@ msgstr "" msgid "License:" msgstr "" + +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" diff --git a/safeeyes/config/locale/mr/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/mr/LC_MESSAGES/safeeyes.po index add11499..d6fad706 100644 --- a/safeeyes/config/locale/mr/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/mr/LC_MESSAGES/safeeyes.po @@ -578,6 +578,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "डोळे घट्ट बंद करा" diff --git a/safeeyes/config/locale/nb/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/nb/LC_MESSAGES/safeeyes.po index 5d99e1e4..e6155c3f 100644 --- a/safeeyes/config/locale/nb/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/nb/LC_MESSAGES/safeeyes.po @@ -584,6 +584,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Lukk øyene dine godt" diff --git a/safeeyes/config/locale/nl/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/nl/LC_MESSAGES/safeeyes.po index 790fc155..35ee536c 100644 --- a/safeeyes/config/locale/nl/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/nl/LC_MESSAGES/safeeyes.po @@ -587,6 +587,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Sluit je ogen goed" diff --git a/safeeyes/config/locale/pl/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/pl/LC_MESSAGES/safeeyes.po index 18696bef..2c7739e1 100644 --- a/safeeyes/config/locale/pl/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/pl/LC_MESSAGES/safeeyes.po @@ -587,6 +587,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Dokładnie zamknij oczy" diff --git a/safeeyes/config/locale/pt/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/pt/LC_MESSAGES/safeeyes.po index 197a99ce..4fe70528 100644 --- a/safeeyes/config/locale/pt/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/pt/LC_MESSAGES/safeeyes.po @@ -585,6 +585,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Fechar os olhos com força" diff --git a/safeeyes/config/locale/pt_BR/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/pt_BR/LC_MESSAGES/safeeyes.po index e3f0d322..55fe9680 100644 --- a/safeeyes/config/locale/pt_BR/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/pt_BR/LC_MESSAGES/safeeyes.po @@ -589,6 +589,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Feche firmemente seus olhos" diff --git a/safeeyes/config/locale/ru/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/ru/LC_MESSAGES/safeeyes.po index f0bd9a8b..bc10fb31 100644 --- a/safeeyes/config/locale/ru/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ru/LC_MESSAGES/safeeyes.po @@ -592,6 +592,12 @@ msgstr "Отключить навсегда" msgid "License:" msgstr "Лицензия:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Плотно закройте глаза" diff --git a/safeeyes/config/locale/sk/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/sk/LC_MESSAGES/safeeyes.po index 62b479b9..d18cd143 100644 --- a/safeeyes/config/locale/sk/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/sk/LC_MESSAGES/safeeyes.po @@ -589,6 +589,12 @@ msgstr "Zakázať trvalo" msgid "License:" msgstr "Licencia:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Pevne zatvor oči" diff --git a/safeeyes/config/locale/sr/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/sr/LC_MESSAGES/safeeyes.po index 154538ec..de5ad6e7 100644 --- a/safeeyes/config/locale/sr/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/sr/LC_MESSAGES/safeeyes.po @@ -592,6 +592,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Чврсто затворите очи" diff --git a/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po index d004baee..af0ca1db 100644 --- a/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po @@ -581,6 +581,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Stäng ögonen tätt" diff --git a/safeeyes/config/locale/ta/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/ta/LC_MESSAGES/safeeyes.po index 88316d36..08ac95f8 100644 --- a/safeeyes/config/locale/ta/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ta/LC_MESSAGES/safeeyes.po @@ -587,6 +587,12 @@ msgstr "நிரந்தரமாக முடக்கு" msgid "License:" msgstr "உரிமம்:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "உங்கள் கண்களை இறுக்கமாக மூடுங்கள்" diff --git a/safeeyes/config/locale/tr/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/tr/LC_MESSAGES/safeeyes.po index 830a3af3..5e182bd3 100644 --- a/safeeyes/config/locale/tr/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/tr/LC_MESSAGES/safeeyes.po @@ -588,6 +588,12 @@ msgstr "Kalıcı olarak devre dışı bırak" msgid "License:" msgstr "Lisans:" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Gözlerinizi sıkıca kapatın" diff --git a/safeeyes/config/locale/ug/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/ug/LC_MESSAGES/safeeyes.po index 5fe2594a..4259e966 100644 --- a/safeeyes/config/locale/ug/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ug/LC_MESSAGES/safeeyes.po @@ -572,3 +572,9 @@ msgstr "" msgid "License:" msgstr "" + +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" diff --git a/safeeyes/config/locale/uk/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/uk/LC_MESSAGES/safeeyes.po index acaf54e3..7e944387 100644 --- a/safeeyes/config/locale/uk/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/uk/LC_MESSAGES/safeeyes.po @@ -588,6 +588,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Щільно заплющіть очі" diff --git a/safeeyes/config/locale/uz_Latn/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/uz_Latn/LC_MESSAGES/safeeyes.po index bd4aab85..80788bdf 100644 --- a/safeeyes/config/locale/uz_Latn/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/uz_Latn/LC_MESSAGES/safeeyes.po @@ -572,3 +572,9 @@ msgstr "" msgid "License:" msgstr "" + +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" diff --git a/safeeyes/config/locale/vi/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/vi/LC_MESSAGES/safeeyes.po index 23827c8f..5730325f 100644 --- a/safeeyes/config/locale/vi/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/vi/LC_MESSAGES/safeeyes.po @@ -582,6 +582,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "Nhắm chặt mắt lại" diff --git a/safeeyes/config/locale/zh_CN/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/zh_CN/LC_MESSAGES/safeeyes.po index fc25b4b3..92ac9dc7 100644 --- a/safeeyes/config/locale/zh_CN/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/zh_CN/LC_MESSAGES/safeeyes.po @@ -577,6 +577,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "闭上眼睛休息一下" diff --git a/safeeyes/config/locale/zh_TW/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/zh_TW/LC_MESSAGES/safeeyes.po index 11d8252c..9eb726ea 100644 --- a/safeeyes/config/locale/zh_TW/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/zh_TW/LC_MESSAGES/safeeyes.po @@ -574,6 +574,12 @@ msgstr "" msgid "License:" msgstr "" +#, python-format +msgid "" +"Old stylesheet found at '%(old)s', ignoring. For custom styles, create a new " +"stylesheet in '%(new)s' instead." +msgstr "" + # Short break #~ msgid "Tightly close your eyes" #~ msgstr "閉上您的眼睛休息一會" diff --git a/safeeyes/glade/about_dialog.glade b/safeeyes/glade/about_dialog.glade index 9bb73a58..27570bf3 100644 --- a/safeeyes/glade/about_dialog.glade +++ b/safeeyes/glade/about_dialog.glade @@ -63,7 +63,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.center 10 10 - Safe Eyes 2.2.3 + Safe Eyes 3.0.0b3 center 1 1 diff --git a/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml b/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml index 408001c9..660aa6aa 100644 --- a/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml +++ b/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml @@ -53,6 +53,9 @@ https://slgobinath.github.io/SafeEyes/ + + +