diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1580e468..d759fae3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,7 +25,7 @@ A clear and concise description of what you expected to happen. - Desktop Env [e.g. Gnome, KDE] - Version [e.g. 2.0.3] -**Flatpak issues**: If you experience any issue with flatpak, first please ensure that the bug is present in the [native package](https://github.com/slgobinath/SafeEyes?tab=readme-ov-file#installation-guide), and it is not a flatpak-only bug. Flatpak-only bugs should be reported at https://github.com/flathub/io.github.slgobinath.SafeEyes. (**Please erase this paragraph before creating the bug report**) +**Flatpak issues**: If you experience any issue with flatpak, first please ensure that the bug is present in the [native package](https://github.com/slgobinath/safeeyes?tab=readme-ov-file#installation-guide), and it is not a flatpak-only bug. Flatpak-only bugs should be reported at https://github.com/flathub/io.github.slgobinath.SafeEyes. (**Please erase this paragraph before creating the bug report**) **Debug Log** Run the Safe Eyes using `safeeyes --debug` command attach the ~/safeeyes.log` file. diff --git a/.reuse/dep5 b/.reuse/dep5 index 497374da..3ebf8c17 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SafeEyes Upstream-Contact: Gobinath Loganathan -Source: https://slgobinath.github.io/SafeEyes/ +Source: https://slgobinath.github.io/safeeyes/ Files: * Copyright: 2016-2024, Gobinath Loganathan diff --git a/README.md b/README.md index e8dbeabc..c615034b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ - + # Safe Eyes -[![Release](https://img.shields.io/github/v/release/slgobinath/SafeEyes)](https://github.com/slgobinath/SafeEyes/releases) +[![Release](https://img.shields.io/github/v/release/slgobinath/safeeyes)](https://github.com/slgobinath/safeeyes/releases) [![PyPI version](https://badge.fury.io/py/safeeyes.svg)](https://badge.fury.io/py/safeeyes) [![Debian](https://badges.debian.net/badges/debian/unstable/safeeyes/version.svg)](https://packages.debian.org/unstable/safeeyes) [![AUR](https://img.shields.io/aur/version/safeeyes)](https://aur.archlinux.org/packages/safeeyes) @@ -12,7 +12,7 @@ Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder. -Visit the official site: https://slgobinath.github.io/SafeEyes/ for more details. +Visit the official site: https://slgobinath.github.io/safeeyes/ for more details. ## Safe Eyes command-line arguments @@ -29,11 +29,11 @@ Application Options: -a, --about show the about dialog -s, --settings show the settings dialog -t, --take-break take a break now - -d, --disable disable the currently running safeeyes instance - -e, --enable enable the currently running safeeyes instance - -q, --quit quit the running safeeyes instance and exit - --status print the status of running safeeyes instance and exit - --debug start safeeyes in debug mode + -d, --disable disable the currently running Safe Eyes instance + -e, --enable enable the currently running Safe Eyes instance + -q, --quit quit the running Safe Eyes instance and exit + --status print the status of running Safe Eyes instance and exit + --debug start Safe Eyes in debug mode --version show program's version number and exit ``` @@ -141,7 +141,7 @@ After installation, restart your system to update the icons, **To run from source:** ```bash -git clone https://github.com/slgobinath/SafeEyes.git +git clone https://github.com/slgobinath/safeeyes.git cd SafeEyes python3 -m safeeyes ``` @@ -179,7 +179,7 @@ Some Linux systems like CentOS do not have matching dependencies available in th python3 -m safeeyes ``` -For more details, please check the issue: [#329](https://github.com/slgobinath/SafeEyes/issues/329) +For more details, please check the issue: [#329](https://github.com/slgobinath/safeeyes/issues/329) This method has the same caveats about icons/window icons as running from source. @@ -224,11 +224,11 @@ The available dependency groups can be found in the `pyproject.toml` file. 2. Run `python3 -m safeeyes` to make sure nothing is broken 3. Update the Safe Eyes version. Run `./update-version.sh "version.number.number" "New version with shiny new feature"`. To manually change the version number, update the following places (Open the project in VSCode and search for the current version): - - [pyproject.toml](https://github.com/slgobinath/SafeEyes/blob/master/pyproject.toml#L4) - - [pyproject.toml](https://github.com/slgobinath/SafeEyes/blob/master/pyproject.toml#L35) - - [io.github.slgobinath.SafeEyes.metainfo.xml](https://github.com/slgobinath/SafeEyes/blob/master/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml#L56) - - [about_dialog.glade](https://github.com/slgobinath/SafeEyes/blob/master/safeeyes/glade/about_dialog.glade#L74) -4. Update the [changelog](https://github.com/slgobinath/SafeEyes/blob/master/debian/changelog) (for Ubuntu PPA release). *This is automated* if you use the `./update-version.sh` script mentioned above, but you may want to manually add more lines to describe what's new in this release. + - [pyproject.toml](https://github.com/slgobinath/safeeyes/blob/master/pyproject.toml#L4) + - [pyproject.toml](https://github.com/slgobinath/safeeyes/blob/master/pyproject.toml#L35) + - [io.github.slgobinath.SafeEyes.metainfo.xml](https://github.com/slgobinath/safeeyes/blob/master/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml#L56) + - [about_dialog.glade](https://github.com/slgobinath/safeeyes/blob/master/safeeyes/glade/about_dialog.glade#L74) +4. Update the [changelog](https://github.com/slgobinath/safeeyes/blob/master/debian/changelog) (for Ubuntu PPA release). *This is automated* if you use the `./update-version.sh` script mentioned above, but you may want to manually add more lines to describe what's new in this release. 5. Commit the changes to `master` 6. Create a pull-request from `master` to `release` 7. Merge the PR to release **with merge commit** (Important to merge with merge commit) @@ -238,7 +238,7 @@ To manually change the version number, update the following places (Open the pro First check if translations for your language are already available on [Weblate](https://hosted.weblate.org/engage/safe-eyes/), which is the cloud based translation platform we use. - If the language is already there, feel free to add new translations or improve the existing ones. -- If it is not there, please [open an issue](https://github.com/slgobinath/SafeEyes/issues) in Github so that we can add your language to Weblate. +- If it is not there, please [open an issue](https://github.com/slgobinath/safeeyes/issues) in Github so that we can add your language to Weblate. ## License diff --git a/debian/control b/debian/control index 4567a021..da18ed5f 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Gobinath Loganathan Build-Depends: debhelper (>= 10), dh-python, python3, python3-packaging, python3-setuptools Standards-Version: 3.9.6 X-Python3-Version: >= 3.10 -Homepage: https://github.com/slgobinath/SafeEyes/ +Homepage: https://github.com/slgobinath/safeeyes/ Package: safeeyes Architecture: all diff --git a/debian/copyright b/debian/copyright index 9e40e2dd..5e789f41 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: uget-chrome-wrapper -Source: https://github.com/slgobinath/SafeEyes/ +Source: https://github.com/slgobinath/safeeyes/ Files: * Copyright: 2016 Gobinath Loganathan diff --git a/pyproject.toml b/pyproject.toml index 407baf5c..abab6cf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ dependencies = [ requires-python = ">=3.10" [project.urls] -Homepage = "https://github.com/slgobinath/SafeEyes" -Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.3.0.tar.gz" +Homepage = "https://github.com/slgobinath/safeeyes" +Downloads = "https://github.com/slgobinath/safeeyes/archive/v3.3.0.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 154364cd..a1adec36 100644 --- a/safeeyes/config/locale/ar/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ar/LC_MESSAGES/safeeyes.po @@ -60,32 +60,32 @@ msgid "show the about dialog" msgstr "أظهر نافذة \"عن البرنامج\"" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "عطّل برنامج safeeyes المشتغل حاليّا" +msgid "disable the currently running Safe Eyes instance" +msgstr "عطّل برنامج Safe Eyes المشتغل حاليّا" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "فعّل برنامج safeeyes المشتغل حاليّا" +msgid "enable the currently running Safe Eyes instance" +msgstr "فعّل برنامج Safe Eyes المشتغل حاليّا" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "غادر برنامج safeeyes المشتغل حاليّا" +msgid "quit the running Safe Eyes instance and exit" +msgstr "غادر برنامج Safe Eyes المشتغل حاليّا" # Commandline arg description msgid "show the settings dialog" msgstr "إظهار لوحة اﻹعدادات" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "ابدأ safeeyes في وضع التنقيح (debug)" +msgid "start Safe Eyes in debug mode" +msgstr "ابدأ Safe Eyes في وضع التنقيح (debug)" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "أظهر حالة برنامج safeeyes المشتغل حاليا و أخرج" +msgstr "أظهر حالة برنامج Safe Eyes المشتغل حاليا و أخرج" # Status message msgid "Safe Eyes is not running" -msgstr "SafeEyes لا يعمل" +msgstr "Safe Eyes لا يعمل" # About dialog msgid "Close" diff --git a/safeeyes/config/locale/bg/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/bg/LC_MESSAGES/safeeyes.po index 4b6866b2..e3bf3413 100644 --- a/safeeyes/config/locale/bg/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/bg/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "" # Commandline arg description diff --git a/safeeyes/config/locale/bn/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/bn/LC_MESSAGES/safeeyes.po index 0228f96f..2e8dbdce 100644 --- a/safeeyes/config/locale/bn/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/bn/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "অ্যাপ সম্পর্কে তথ্য দেখুন" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "বর্তমানে চলমান Safe Eyes নিষ্ক্রিয় করুন" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "বর্তমানে চলমান Safe Eyes সক্রিয় করুন" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "চলমান Safe Eyes বন্ধ করে বেরিয়ে যান" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "সেটিংস ডায়ালগ দেখান" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "Safe Eyes-কে debug মোডে চালান" # Commandline arg description diff --git a/safeeyes/config/locale/bn_IN/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/bn_IN/LC_MESSAGES/safeeyes.po index 8af614ed..bf66574d 100644 --- a/safeeyes/config/locale/bn_IN/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/bn_IN/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "অ্যাপ সম্পর্কে তথ্য দেখুন" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "বর্তমানে চলমান Safe Eyes নিষ্ক্রিয় করুন" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "বর্তমানে চলমান Safe Eyes সক্রিয় করুন" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "চলমান Safe Eyes বন্ধ করে বেরিয়ে যান" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "সেটিংস ডায়ালগ দেখান" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "Safe Eyes-কে debug মোডে চালান" # Commandline arg description diff --git a/safeeyes/config/locale/ca/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/ca/LC_MESSAGES/safeeyes.po index c62d3bdf..7f39aa5e 100644 --- a/safeeyes/config/locale/ca/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ca/LC_MESSAGES/safeeyes.po @@ -58,28 +58,28 @@ msgid "show the about dialog" msgstr "Mostra la finestra \"Quant a\"" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "Inhabilita la instància de safeeyes en funcionament" +msgid "disable the currently running Safe Eyes instance" +msgstr "Inhabilita la instància de Safe Eyes en funcionament" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "Habilita la instància de safeeyes en funcionament" +msgid "enable the currently running Safe Eyes instance" +msgstr "Habilita la instància de Safe Eyes en funcionament" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "Tanca de la instància de safeeyes en funcionament i surt" +msgid "quit the running Safe Eyes instance and exit" +msgstr "Tanca de la instància de Safe Eyes en funcionament i surt" # Commandline arg description msgid "show the settings dialog" msgstr "Mostra la finestra de preferències" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "Inicia safeeyes en mode de depuració" +msgid "start Safe Eyes in debug mode" +msgstr "Inicia Safe Eyes en mode de depuració" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "Mostra l'estat de la instància de safeeyes en funcionament i surt" +msgstr "Mostra l'estat de la instància de Safe Eyes en funcionament i surt" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/cs/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/cs/LC_MESSAGES/safeeyes.po index 3acdb8db..0954a416 100644 --- a/safeeyes/config/locale/cs/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/cs/LC_MESSAGES/safeeyes.po @@ -58,24 +58,24 @@ msgid "show the about dialog" msgstr "zobrazit dialog O aplikaci" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "zablokovat spuštěnou instanci safeeyes" +msgid "disable the currently running Safe Eyes instance" +msgstr "zablokovat spuštěnou instanci Safe Eyes" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "odblokovat spuštěnou instanci safeeyes" +msgid "enable the currently running Safe Eyes instance" +msgstr "odblokovat spuštěnou instanci Safe Eyes" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "ukončit spuštěnou instanci safeeyes" +msgid "quit the running Safe Eyes instance and exit" +msgstr "ukončit spuštěnou instanci Safe Eyes" # Commandline arg description msgid "show the settings dialog" msgstr "zobrazit nastavovací dialog" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "spustit safeeyes v režimu pro ladění" +msgid "start Safe Eyes in debug mode" +msgstr "spustit Safe Eyes v režimu pro ladění" # Commandline arg description msgid "print the status of running safeeyes instance and exit" diff --git a/safeeyes/config/locale/da/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/da/LC_MESSAGES/safeeyes.po index c211cc72..a00e4af1 100644 --- a/safeeyes/config/locale/da/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/da/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "Om programmet" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "deaktivere den aktuelt kørende Safe Eyes instans" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "aktivere den aktuelt kørende Safe Eyes instans" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "afslut den kørende Safe Eyes instans og afslut" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "Indstillinger" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "Start Safe Eyes i debug-tilstand" # Commandline arg description diff --git a/safeeyes/config/locale/de/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/de/LC_MESSAGES/safeeyes.po index 6ac15925..2c66f32b 100644 --- a/safeeyes/config/locale/de/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/de/LC_MESSAGES/safeeyes.po @@ -58,28 +58,28 @@ msgid "show the about dialog" msgstr "Info-Dialog anzeigen" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "aktuelle Instanz von SafeEyes deaktivieren" +msgid "disable the currently running Safe Eyes instance" +msgstr "aktuelle Instanz von Safe Eyes deaktivieren" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "aktuelle Instanz von SafeEyes aktivieren" +msgid "enable the currently running Safe Eyes instance" +msgstr "aktuelle Instanz von Safe Eyes aktivieren" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "aktuelle Instanz von SafeEyes beenden und Anwendung schließen" +msgid "quit the running Safe Eyes instance and exit" +msgstr "aktuelle Instanz von Safe Eyes beenden und Anwendung schließen" # Commandline arg description msgid "show the settings dialog" msgstr "Einstellungsdialog anzeigen" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "SafeEyes im Debug-Modus starten" +msgid "start Safe Eyes in debug mode" +msgstr "Safe Eyes im Debug-Modus starten" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "Status der laufenden SafeEyes-Instanz ausgeben und beenden" +msgstr "Status der laufenden Safe Eyes-Instanz ausgeben und beenden" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/eo/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/eo/LC_MESSAGES/safeeyes.po index 20f84d69..95759337 100644 --- a/safeeyes/config/locale/eo/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/eo/LC_MESSAGES/safeeyes.po @@ -59,28 +59,28 @@ msgid "show the about dialog" msgstr "montri la pri-dialogon" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "malebligi la nunan rulantan aperon de safeeyes" +msgid "disable the currently running Safe Eyes instance" +msgstr "malebligi la nunan rulantan aperon de Safe Eyes" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "ebligi la nunan rulantan aperon de safeeyes" +msgid "enable the currently running Safe Eyes instance" +msgstr "ebligi la nunan rulantan aperon de Safe Eyes" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "ĉesi la rulantan aperon de safeeyes kaj eliri" +msgid "quit the running Safe Eyes instance and exit" +msgstr "ĉesi la rulantan aperon de Safe Eyes kaj eliri" # Commandline arg description msgid "show the settings dialog" msgstr "montri la dialogon de agordoj" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "komenci safeeyes-on en sencimiga reĝimo" +msgid "start Safe Eyes in debug mode" +msgstr "komenci Safe Eyes-on en sencimiga reĝimo" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "montri la staton de la rulanta apero de safeeyes kaj eliri" +msgstr "montri la staton de la rulanta apero de Safe Eyes kaj eliri" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/es/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/es/LC_MESSAGES/safeeyes.po index 7febc3d1..f26745b2 100644 --- a/safeeyes/config/locale/es/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/es/LC_MESSAGES/safeeyes.po @@ -58,28 +58,28 @@ msgid "show the about dialog" msgstr "mostrar el cuadro de diálogo Acerca de" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "desactivar el ejemplar de safeeyes en ejecución" +msgid "disable the currently running Safe Eyes instance" +msgstr "desactivar el ejemplar de Safe Eyes en ejecución" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "activar el ejemplar de safeeyes en ejecución" +msgid "enable the currently running Safe Eyes instance" +msgstr "activar el ejemplar de Safe Eyes en ejecución" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "abandonar el ejemplar de safeeyes en ejecución y salir" +msgid "quit the running Safe Eyes instance and exit" +msgstr "abandonar el ejemplar de Safe Eyes en ejecución y salir" # Commandline arg description msgid "show the settings dialog" msgstr "mostrar el cuadro de diálogo Configuración" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "iniciar safeeyes en modo de depuración" +msgid "start Safe Eyes in debug mode" +msgstr "iniciar Safe Eyes en modo de depuración" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "mostrar el estado del ejemplar de safeeyes en ejecución y salir" +msgstr "mostrar el estado del ejemplar de Safe Eyes en ejecución y salir" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/et/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/et/LC_MESSAGES/safeeyes.po index 2f583e31..50e34595 100644 --- a/safeeyes/config/locale/et/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/et/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "kuva infoaken" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "peatab programmi töö" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "lubab programmi töö" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "peatab programmi töö ja väljub" # Commandline arg description @@ -74,12 +74,12 @@ msgid "show the settings dialog" msgstr "kuva seadete aken" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "käivita veatuvastuse režiimis" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "väljasta hetkel töötava safeeyes instantsi staatus ja välju" +msgstr "väljasta hetkel töötava Safe Eyes instantsi staatus ja välju" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/eu/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/eu/LC_MESSAGES/safeeyes.po index c24a3b61..27d3b483 100644 --- a/safeeyes/config/locale/eu/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/eu/LC_MESSAGES/safeeyes.po @@ -58,28 +58,28 @@ msgid "show the about dialog" msgstr "erakutsi \"honi buruz\" elkarrizketa-koadroa" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "desgaitu uneko safeeyes instantzia" +msgid "disable the currently running Safe Eyes instance" +msgstr "desgaitu uneko Safe Eyes instantzia" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "gaitu uneko safeeyes instantzia" +msgid "enable the currently running Safe Eyes instance" +msgstr "gaitu uneko Safe Eyes instantzia" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "itxi uneko safeeyes instantzia eta irten" +msgid "quit the running Safe Eyes instance and exit" +msgstr "itxi uneko Safe Eyes instantzia eta irten" # Commandline arg description msgid "show the settings dialog" msgstr "erakutsi ezarpenak" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "abiarazi safeeyes arazketa moduan" +msgid "start Safe Eyes in debug mode" +msgstr "abiarazi Safe Eyes arazketa moduan" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "inprimatu uneko safeeyes instantziaren egoera eta irten" +msgstr "inprimatu uneko Safe Eyes instantziaren egoera eta irten" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/fa/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/fa/LC_MESSAGES/safeeyes.po index d8726831..95c20972 100644 --- a/safeeyes/config/locale/fa/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/fa/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "نشان دادن پنجره درباره" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "از کار انداختن نمونهٔ محافظ چشم در حال اجرا" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "به کار انداختن نمونهٔ محافظ چشم در حال اجرا" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "بستن و خروج از نمونهٔ محافظ چشم در حال اجرا" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "نمایش گفت‌وگوی تنظیمات" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "اجرای محافظ چشم در حالت رفع اشکال" # Commandline arg description diff --git a/safeeyes/config/locale/fi/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/fi/LC_MESSAGES/safeeyes.po index 11d6763b..1d478f54 100644 --- a/safeeyes/config/locale/fi/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/fi/LC_MESSAGES/safeeyes.po @@ -46,15 +46,15 @@ msgid "show the about dialog" msgstr "" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "" # Commandline arg description @@ -62,7 +62,7 @@ msgid "show the settings dialog" msgstr "" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "" # Commandline arg description diff --git a/safeeyes/config/locale/fr/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/fr/LC_MESSAGES/safeeyes.po index 4c619b5c..2efbffeb 100644 --- a/safeeyes/config/locale/fr/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/fr/LC_MESSAGES/safeeyes.po @@ -59,15 +59,15 @@ msgid "show the about dialog" msgstr "afficher la boîte de dialogue À propos" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "désactiver l’instance de safeeyes en cours" +msgid "disable the currently running Safe Eyes instance" +msgstr "désactiver l’instance de Safe Eyes en cours" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "activer l’instance de safeyes en cours" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "fermer l’instance de safeyes en cours et fermer" # Commandline arg description @@ -75,12 +75,12 @@ msgid "show the settings dialog" msgstr "afficher la boîte de dialogue des paramètres" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "démarrer safeeyes en mode de débogage" +msgid "start Safe Eyes in debug mode" +msgstr "démarrer Safe Eyes en mode de débogage" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "imprimer l’état de l’instance safeeyes en cours et fermer" +msgstr "imprimer l’état de l’instance Safe Eyes en cours et fermer" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/he/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/he/LC_MESSAGES/safeeyes.po index c175de64..e1c52d0d 100644 --- a/safeeyes/config/locale/he/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/he/LC_MESSAGES/safeeyes.po @@ -58,28 +58,28 @@ msgid "show the about dialog" msgstr "show the about dialog" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" +msgstr "disable the currently running Safe Eyes instance" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" +msgstr "enable the currently running Safe Eyes instance" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" +msgstr "quit the running Safe Eyes instance and exit" # Commandline arg description msgid "show the settings dialog" msgstr "show the settings dialog" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" +msgstr "start Safe Eyes in debug mode" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "print the status of running safeeyes instance and exit" +msgstr "print the status of running Safe Eyes instance and exit" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/hi/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/hi/LC_MESSAGES/safeeyes.po index 5a540eeb..3df94641 100644 --- a/safeeyes/config/locale/hi/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/hi/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "बारे में दिखाएं" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "वर्तमान में चलने वाले सेफ आईज दृष्टांत को अक्षम करें" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "वर्तमान में चलने वाली सेफ आईज दृष्टांत को सक्षम करें" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "चलने वाले सेफ आईज दृष्टांत को बंद करें और बाहर निकलें" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "सेटिंग्स दिखाएं" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "डीबग मोड में सेफ आईज शुरू करें" # Commandline arg description diff --git a/safeeyes/config/locale/hu/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/hu/LC_MESSAGES/safeeyes.po index 995ea821..d6a0126c 100644 --- a/safeeyes/config/locale/hu/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/hu/LC_MESSAGES/safeeyes.po @@ -58,24 +58,24 @@ msgid "show the about dialog" msgstr "a Névjegy ablak megjelenítése" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "a jelenleg futó SafeEyes példány letiltása" +msgid "disable the currently running Safe Eyes instance" +msgstr "a jelenleg futó Safe Eyes példány letiltása" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "a jelenleg futó SafeEyes példány engedélyezése" +msgid "enable the currently running Safe Eyes instance" +msgstr "a jelenleg futó Safe Eyes példány engedélyezése" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "kilépés a futó SafeEyes példányból" +msgid "quit the running Safe Eyes instance and exit" +msgstr "kilépés a futó Safe Eyes példányból" # Commandline arg description msgid "show the settings dialog" msgstr "mutasd a beállítások dialógust" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "Indítsd a SafeEyes-t debug módban" +msgid "start Safe Eyes in debug mode" +msgstr "Indítsd a Safe Eyes-t debug módban" # Commandline arg description msgid "print the status of running safeeyes instance and exit" diff --git a/safeeyes/config/locale/id/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/id/LC_MESSAGES/safeeyes.po index 49006c38..cb785e49 100644 --- a/safeeyes/config/locale/id/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/id/LC_MESSAGES/safeeyes.po @@ -58,28 +58,28 @@ msgid "show the about dialog" msgstr "Tampilkan dialog about" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "nonaktifkan instance safeeyes yang sedang berjalan" +msgid "disable the currently running Safe Eyes instance" +msgstr "nonaktifkan instance Safe Eyes yang sedang berjalan" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "aktifkan instance safeeyes yang sedang berjalan" +msgid "enable the currently running Safe Eyes instance" +msgstr "aktifkan instance Safe Eyes yang sedang berjalan" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "keluar dari instance safeeyes yang sedang berjalan dan keluar" +msgid "quit the running Safe Eyes instance and exit" +msgstr "keluar dari instance Safe Eyes yang sedang berjalan dan keluar" # Commandline arg description msgid "show the settings dialog" msgstr "tampilkan dialog pengaturan" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "mulai amankan dalam mode debug" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "cetak status menjalankan instance safeeyes dan keluar" +msgstr "cetak status menjalankan instance Safe Eyes dan keluar" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/it/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/it/LC_MESSAGES/safeeyes.po index 63413085..f7b4fdc0 100644 --- a/safeeyes/config/locale/it/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/it/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "mostra la finestra Informazioni" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "disabilita l'istanza corrente di Safe Eyes" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "abilita l'istanza corrente di Safe Eyes" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "chiudi l'istanza corrente di Safe Eyes ed esci" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "mostra la finestra delle preferenze" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "avvia Safe Eyes in modalità debug" # Commandline arg description diff --git a/safeeyes/config/locale/kn/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/kn/LC_MESSAGES/safeeyes.po index ecbfdb6a..8a06f69b 100644 --- a/safeeyes/config/locale/kn/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/kn/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "ಇದರ ಬಗ್ಗೆ ತೋರಿಸು" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "ನೆಡುಯುತ್ತಿರುವ ಸೇಫ್‌ಐಸ್ಅನ್ನು ನಿಶ್ಕ್ರಿಯ ಗೊಳಿಸು" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "ನೆಡುಯುತ್ತಿರುವ ಸೇಫ್‌ಐಸ್ಅನ್ನು ಸಕ್ರಿಯ ಗೊಳಿಸು" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "ನೆಡುಯುತ್ತಿರುವ ಸೇಫ್‌ಐಸ್ಅನ್ನು ತ್ಯಜಿಸು" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "ಸಿದ್ಧತೆಗಳನ್ನು ತೋರಿಸು" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "ಡೀಬಗ್ ಮೋಡ್‌ನಲ್ಲಿ ಸೇಫ್ಐಸ್ಅನ್ನು ಪ್ರಾರಂಭಿಸಿ" # Commandline arg description diff --git a/safeeyes/config/locale/ko/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/ko/LC_MESSAGES/safeeyes.po index fb0f3654..bd11530a 100644 --- a/safeeyes/config/locale/ko/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ko/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "정보 대화 상자 표시" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "실행 중인 세이프아이즈 객체 비활성화" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "실행 중인 세이브아이즈 객체 활성화" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "실행 중인 세이프아이즈 객체를 끝내고 종료" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "설정 대화 상자 표시" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "디버그 모드에서 세이브아이즈 시작" # Commandline arg description diff --git a/safeeyes/config/locale/lt/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/lt/LC_MESSAGES/safeeyes.po index 3a83902c..d232cbe6 100644 --- a/safeeyes/config/locale/lt/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/lt/LC_MESSAGES/safeeyes.po @@ -59,28 +59,28 @@ msgid "show the about dialog" msgstr "rodyti informaciją apie programą" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "išjungti šiuo metu paleistą safeeyes" +msgid "disable the currently running Safe Eyes instance" +msgstr "išjungti šiuo metu paleistą Safe Eyes" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "įjungti šiuo metu paleistą safeeyes" +msgid "enable the currently running Safe Eyes instance" +msgstr "įjungti šiuo metu paleistą Safe Eyes" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "baigti paleisto safeeyes darbą ir išeiti" +msgid "quit the running Safe Eyes instance and exit" +msgstr "baigti paleisto Safe Eyes darbą ir išeiti" # Commandline arg description msgid "show the settings dialog" msgstr "rodyti nuostatų langą" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "paleisti safeeyes derinimo veiksenoje" +msgid "start Safe Eyes in debug mode" +msgstr "paleisti Safe Eyes derinimo veiksenoje" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "išvesti paleisto safeeyes egzemplioriaus būseną ir išeiti" +msgstr "išvesti paleisto Safe Eyes egzemplioriaus būseną ir išeiti" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/lv/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/lv/LC_MESSAGES/safeeyes.po index 18cfc394..e39ea9a1 100644 --- a/safeeyes/config/locale/lv/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/lv/LC_MESSAGES/safeeyes.po @@ -50,23 +50,23 @@ msgstr "Atlaidies krēslā un atslābinies" msgid "show the about dialog" msgstr "rādīt apraksta dialogu" -msgid "disable the currently running safeeyes instance" -msgstr "atspējot pašlaik darbojošos safeeyes instanci" +msgid "disable the currently running Safe Eyes instance" +msgstr "atspējot pašlaik darbojošos Safe Eyes instanci" -msgid "enable the currently running safeeyes instance" -msgstr "iespējot pašlaik darbojošos safeeyes instanci" +msgid "enable the currently running Safe Eyes instance" +msgstr "iespējot pašlaik darbojošos Safe Eyes instanci" -msgid "quit the running safeeyes instance and exit" -msgstr "izslēgt darbojošos safeeyes instanci un iziet" +msgid "quit the running Safe Eyes instance and exit" +msgstr "izslēgt darbojošos Safe Eyes instanci un iziet" msgid "show the settings dialog" msgstr "rādīt iestatījumu dialogu" -msgid "start safeeyes in debug mode" -msgstr "palaist safeeyes atkļūdošanas režīmā" +msgid "start Safe Eyes in debug mode" +msgstr "palaist Safe Eyes atkļūdošanas režīmā" msgid "print the status of running safeeyes instance and exit" -msgstr "drukāt darbojošās safeeyes instances statusu un iziet" +msgstr "drukāt darbojošās Safe Eyes instances statusu un iziet" msgid "Safe Eyes is not running" msgstr "Safe Eyes nav palaists" diff --git a/safeeyes/config/locale/mk/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/mk/LC_MESSAGES/safeeyes.po index 414e5bf6..ad5a689b 100644 --- a/safeeyes/config/locale/mk/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/mk/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "" # Commandline arg description diff --git a/safeeyes/config/locale/mr/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/mr/LC_MESSAGES/safeeyes.po index 2d21d7b9..75c6b797 100644 --- a/safeeyes/config/locale/mr/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/mr/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "बद्दल संवाद दर्शवा" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "सध्या चालू असलेल्या डोळ्यांचा देखावा अक्षम करा" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "सध्या चालू असलेल्या सुरक्षित डोळ्यांचा दृष्टांत सक्षम करा" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "चालू असणार्‍या डोळ्यांची उदाहरणे सोडून बाहेर पडा" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "सेटिंग्ज संवाद दर्शवा" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "डीबग मोडमध्ये सुरक्षित डोळे प्रारंभ करा" # Commandline arg description diff --git a/safeeyes/config/locale/nb/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/nb/LC_MESSAGES/safeeyes.po index d01af353..f3e6e7ed 100644 --- a/safeeyes/config/locale/nb/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/nb/LC_MESSAGES/safeeyes.po @@ -58,15 +58,15 @@ msgid "show the about dialog" msgstr "vis \"Om\"-dialogvinduet" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "avslutt det kjørende Øyetrygg-programmet" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "Skru på det kjørende Øyetrygg-programmet" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "avslutt det kjørende Øyetrygg-programmet" # Commandline arg description @@ -74,7 +74,7 @@ msgid "show the settings dialog" msgstr "vis innstillingsdialogvinduet" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "start Øyetrygg i feilrettingsmodus" # Commandline arg description diff --git a/safeeyes/config/locale/nl/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/nl/LC_MESSAGES/safeeyes.po index 180c2181..f26f7242 100644 --- a/safeeyes/config/locale/nl/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/nl/LC_MESSAGES/safeeyes.po @@ -58,28 +58,28 @@ msgid "show the about dialog" msgstr "het over-dialoogvenster tonen" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "het momenteel draaiende safeeyes-proces uitschakelen" +msgid "disable the currently running Safe Eyes instance" +msgstr "het momenteel draaiende Safe Eyes-proces uitschakelen" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "het momenteel draaiende safeeyes-proces inschakelen" +msgid "enable the currently running Safe Eyes instance" +msgstr "het momenteel draaiende Safe Eyes-proces inschakelen" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "het draaiende safeeyes-proces beëindigen en afsluiten" +msgid "quit the running Safe Eyes instance and exit" +msgstr "het draaiende Safe Eyes-proces beëindigen en afsluiten" # Commandline arg description msgid "show the settings dialog" msgstr "het instellingen-dialoogvenster tonen" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "safeeyes opstarten in foutopsporingsmodus" +msgid "start Safe Eyes in debug mode" +msgstr "Safe Eyes opstarten in foutopsporingsmodus" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "de status van de draaiende safeeyes-instantie printen en afsluiten" +msgstr "de status van de draaiende Safe Eyes-instantie printen en afsluiten" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/pl/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/pl/LC_MESSAGES/safeeyes.po index 95e98e84..2d14b284 100644 --- a/safeeyes/config/locale/pl/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/pl/LC_MESSAGES/safeeyes.po @@ -59,15 +59,15 @@ msgid "show the about dialog" msgstr "pokaż okno \"O programie\"" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "Wyłącz instancję safeeyes" +msgid "disable the currently running Safe Eyes instance" +msgstr "Wyłącz instancję Safe Eyes" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "Włącz instancję safeeyes" +msgid "enable the currently running Safe Eyes instance" +msgstr "Włącz instancję Safe Eyes" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "Wyłącz instancję i wyjdź" # Commandline arg description @@ -75,12 +75,12 @@ msgid "show the settings dialog" msgstr "pokaż okno dialogowe ustawień" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "uruchom safeeyes w trybie debugowania" +msgid "start Safe Eyes in debug mode" +msgstr "uruchom Safe Eyes w trybie debugowania" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "wydrukuj status uruchomionej instancji safeeyes i zakończ" +msgstr "wydrukuj status uruchomionej instancji Safe Eyes i zakończ" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/pt/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/pt/LC_MESSAGES/safeeyes.po index 6eb72a58..29d3b57a 100644 --- a/safeeyes/config/locale/pt/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/pt/LC_MESSAGES/safeeyes.po @@ -58,24 +58,24 @@ msgid "show the about dialog" msgstr "mostrar a janela 'Sobre'" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "inativar a instância do safeeyes em execução" +msgid "disable the currently running Safe Eyes instance" +msgstr "inativar a instância do Safe Eyes em execução" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "reativar a instância do safeeyes em execução" +msgid "enable the currently running Safe Eyes instance" +msgstr "reativar a instância do Safe Eyes em execução" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "fechar a instância do safeeyes em execução e sair" +msgid "quit the running Safe Eyes instance and exit" +msgstr "fechar a instância do Safe Eyes em execução e sair" # Commandline arg description msgid "show the settings dialog" msgstr "mostrar a janela de configuração" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "iniciar o safeeyes em modo de depuração" +msgid "start Safe Eyes in debug mode" +msgstr "iniciar o Safe Eyes em modo de depuração" # Commandline arg description msgid "print the status of running safeeyes instance and exit" diff --git a/safeeyes/config/locale/pt_BR/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/pt_BR/LC_MESSAGES/safeeyes.po index 128eddda..9c51164f 100644 --- a/safeeyes/config/locale/pt_BR/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/pt_BR/LC_MESSAGES/safeeyes.po @@ -58,28 +58,28 @@ msgid "show the about dialog" msgstr "mostrar a janela 'Sobre'" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "desabilitar a instância do safeeyes que está rodando" +msgid "disable the currently running Safe Eyes instance" +msgstr "desabilitar a instância do Safe Eyes que está rodando" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "habilitar a instância do safeeyes que está em execução" +msgid "enable the currently running Safe Eyes instance" +msgstr "habilitar a instância do Safe Eyes que está em execução" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "fechar a instância atual do safeeyes e sair" +msgid "quit the running Safe Eyes instance and exit" +msgstr "fechar a instância atual do Safe Eyes e sair" # Commandline arg description msgid "show the settings dialog" msgstr "mostrar a janela de configuração" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "iniciar o safeeyes em modo de debug" +msgid "start Safe Eyes in debug mode" +msgstr "iniciar o Safe Eyes em modo de debug" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "mostrar o estado de execução do safeeyes e sair" +msgstr "mostrar o estado de execução do Safe Eyes e sair" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/ru/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/ru/LC_MESSAGES/safeeyes.po index 61b715b9..e4d3aaa0 100644 --- a/safeeyes/config/locale/ru/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ru/LC_MESSAGES/safeeyes.po @@ -59,15 +59,15 @@ msgid "show the about dialog" msgstr "показать окно \"о программе\"" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "отключить текущий запущенный экземпляр Safe Eyes" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "активировать текущий запущенный экземпляр Safe Eyes" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "Закрыть Safe Eyes и выйти" # Commandline arg description @@ -75,12 +75,12 @@ msgid "show the settings dialog" msgstr "показать окно настроек" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "Запустить Safe Eyes в режиме отладки" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "вывести статус запущенного экземпляра safeeyes и выйти" +msgstr "вывести статус запущенного экземпляра Safe Eyes и выйти" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/safeeyes.pot b/safeeyes/config/locale/safeeyes.pot index b5f5436f..69324fb9 100644 --- a/safeeyes/config/locale/safeeyes.pot +++ b/safeeyes/config/locale/safeeyes.pot @@ -46,15 +46,15 @@ msgid "show the about dialog" msgstr "" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "" # Commandline arg description @@ -62,11 +62,11 @@ msgid "show the settings dialog" msgstr "" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "" # Commandline arg description -msgid "print the status of running safeeyes instance and exit" +msgid "print the status of running Safe Eyes instance and exit" msgstr "" # Status message diff --git a/safeeyes/config/locale/sk/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/sk/LC_MESSAGES/safeeyes.po index ff4980a6..3f91aaf7 100644 --- a/safeeyes/config/locale/sk/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/sk/LC_MESSAGES/safeeyes.po @@ -58,32 +58,32 @@ msgid "show the about dialog" msgstr "zobraziť dialógové okno o programe" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "zakázať bežiacu inštanciu safeeyes" +msgid "disable the currently running Safe Eyes instance" +msgstr "zakázať bežiacu inštanciu Safe Eyes" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "povoliť bežiacu inštanciu safeeyes" +msgid "enable the currently running Safe Eyes instance" +msgstr "povoliť bežiacu inštanciu Safe Eyes" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "ukončiť safeeyes" +msgid "quit the running Safe Eyes instance and exit" +msgstr "ukončiť Safe Eyes" # Commandline arg description msgid "show the settings dialog" msgstr "zobraziť dialógové okno s nastaveniami" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "spustiť safeeyes v režime pre ladenie" +msgid "start Safe Eyes in debug mode" +msgstr "spustiť Safe Eyes v režime pre ladenie" # Commandline arg description msgid "print the status of running safeeyes instance and exit" -msgstr "vypíše, či safeeyes beží a skončí" +msgstr "vypíše, či Safe Eyes beží a skončí" # Status message msgid "Safe Eyes is not running" -msgstr "SafeEyes nebeží" +msgstr "Safe Eyes nebeží" # About dialog msgid "Close" diff --git a/safeeyes/config/locale/sr/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/sr/LC_MESSAGES/safeeyes.po index 5e6fb3c5..8c2eb731 100644 --- a/safeeyes/config/locale/sr/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/sr/LC_MESSAGES/safeeyes.po @@ -59,28 +59,28 @@ msgid "show the about dialog" msgstr "Прикажи о нама прозор" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "Онемогућите тренутну сесију safeeyes-a" +msgid "disable the currently running Safe Eyes instance" +msgstr "Онемогућите тренутну сесију Safe Eyes-a" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "Омогућите тренутну сесију safeeyes-a" +msgid "enable the currently running Safe Eyes instance" +msgstr "Омогућите тренутну сесију Safe Eyes-a" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "Искључите тренутну сесију safeeyes-а и затворите програм" +msgid "quit the running Safe Eyes instance and exit" +msgstr "Искључите тренутну сесију Safe Eyes-а и затворите програм" # Commandline arg description msgid "show the settings dialog" msgstr "Прикажи прозор са подешавањима" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "Покрените safeeyes у режиму за исправљање грешака" +msgid "start Safe Eyes in debug mode" +msgstr "Покрените Safe Eyes у режиму за исправљање грешака" # Commandline arg description -msgid "print the status of running safeeyes instance and exit" -msgstr "Одштампајте статус тренутне сесије safeeyes-a и напустите" +msgid "print the status of running Safe Eyes instance and exit" +msgstr "Одштампајте статус тренутне сесије Safe Eyes-a и напустите" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po index d3d782f9..14fefd79 100644 --- a/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po @@ -58,28 +58,28 @@ msgid "show the about dialog" msgstr "visa dialogrutan om" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "inaktivera den för närvarande körande safeeyes-instansen" +msgid "disable the currently running Safe Eyes instance" +msgstr "inaktivera den för närvarande körande Safe Eyes-instansen" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "aktivera den för närvarande körande safeeyes-instansen" +msgid "enable the currently running Safe Eyes instance" +msgstr "aktivera den för närvarande körande Safe Eyes-instansen" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "avbryt den körande safeeyes-instansen och avsluta" +msgid "quit the running Safe Eyes instance and exit" +msgstr "avbryt den körande Safe Eyes-instansen och avsluta" # Commandline arg description msgid "show the settings dialog" msgstr "visa dialogrutan inställningar" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "starta safeeyes i felsökningsläge" +msgid "start Safe Eyes in debug mode" +msgstr "starta Safe Eyes i felsökningsläge" # Commandline arg description -msgid "print the status of running safeeyes instance and exit" -msgstr "skriv ut status för körning av safeeyes-instansen och avsluta" +msgid "print the status of running Safe Eyes instance and exit" +msgstr "skriv ut status för körning av Safe Eyes-instansen och avsluta" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/ta/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/ta/LC_MESSAGES/safeeyes.po index 163b7473..f319ed8c 100644 --- a/safeeyes/config/locale/ta/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ta/LC_MESSAGES/safeeyes.po @@ -59,15 +59,15 @@ msgid "show the about dialog" msgstr "தகவல் சாளரத்தை காண்பி" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "செயற்பட்டு கொண்டிருக்கும் Safe Eyes ஐ முடக்கு" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "முடக்க பட்டிருக்கும் Safe Eyes ஐ செயல்படுத்துக" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "செயற்பட்டு கொண்டிருக்கும் Safe Eyes ஐ நிறுத்துக" # Commandline arg description @@ -75,11 +75,11 @@ msgid "show the settings dialog" msgstr "அமைப்புகள் சாளரத்தை காண்பி" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "வழு நீக்கும் முறையில் Safe Eyes ஐ ஆரம்பிக்குக" # Commandline arg description -msgid "print the status of running safeeyes instance and exit" +msgid "print the status of running Safe Eyes instance and exit" msgstr "இயங்கும் Safe Eyes நிலையை காண்பித்து வெளியேறுக" # Status message diff --git a/safeeyes/config/locale/tr/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/tr/LC_MESSAGES/safeeyes.po index 3d81a275..3f6f4f9e 100644 --- a/safeeyes/config/locale/tr/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/tr/LC_MESSAGES/safeeyes.po @@ -58,27 +58,27 @@ msgid "show the about dialog" msgstr "hakkında penceresini göster" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "çalışmakta olan safeeyes kopyasını etkisizleştir" +msgid "disable the currently running Safe Eyes instance" +msgstr "çalışmakta olan Safe Eyes kopyasını etkisizleştir" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "çalışmakta olan safeeyes kopyasını etkinleştir" +msgid "enable the currently running Safe Eyes instance" +msgstr "çalışmakta olan Safe Eyes kopyasını etkinleştir" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "çalışmakta olan safeeyese kopyasını sonlandır ve çık" +msgid "quit the running Safe Eyes instance and exit" +msgstr "çalışmakta olan Safe Eyes kopyasını sonlandır ve çık" # Commandline arg description msgid "show the settings dialog" msgstr "ayarlar penceresini göster" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "safeeyes'ı hata ayıklama kipinde başlat" +msgid "start Safe Eyes in debug mode" +msgstr "Safe Eyes hata ayıklama kipinde başlat" # Commandline arg description -msgid "print the status of running safeeyes instance and exit" +msgid "print the status of running Safe Eyes instance and exit" msgstr "çalışan Safe Eyes örneğinin durumunu yaz ve çık" # Status message diff --git a/safeeyes/config/locale/ug/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/ug/LC_MESSAGES/safeeyes.po index b849c8fd..345ec80a 100644 --- a/safeeyes/config/locale/ug/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/ug/LC_MESSAGES/safeeyes.po @@ -57,15 +57,15 @@ msgid "show the about dialog" msgstr "" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "" # Commandline arg description @@ -73,11 +73,11 @@ msgid "show the settings dialog" msgstr "" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "" # Commandline arg description -msgid "print the status of running safeeyes instance and exit" +msgid "print the status of running Safe Eyes instance and exit" msgstr "" # Status message diff --git a/safeeyes/config/locale/uk/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/uk/LC_MESSAGES/safeeyes.po index 68b4cdf7..cc26ffa4 100644 --- a/safeeyes/config/locale/uk/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/uk/LC_MESSAGES/safeeyes.po @@ -59,28 +59,28 @@ msgid "show the about dialog" msgstr "показ діалогового вікна про програму" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "вимикання поточного виконуваного екземпляру програми safeeyes" +msgid "disable the currently running Safe Eyes instance" +msgstr "вимикання поточного виконуваного екземпляру програми Safe Eyes" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "вмикання поточного виконуваного екземпляру програми safeeyes" +msgid "enable the currently running Safe Eyes instance" +msgstr "вмикання поточного виконуваного екземпляру програми Safe Eyes" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "вихід з поточного виконуваного екземпляру програми safeeyes" +msgid "quit the running Safe Eyes instance and exit" +msgstr "вихід з поточного виконуваного екземпляру програми Safe Eyes" # Commandline arg description msgid "show the settings dialog" msgstr "показ діалогового вікна налаштувань" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "запуск safeeyes в режимі зневадження" +msgid "start Safe Eyes in debug mode" +msgstr "запуск Safe Eyes в режимі зневадження" # Commandline arg description -msgid "print the status of running safeeyes instance and exit" -msgstr "виведення стану виконуваного екземпляру програми safeeyes та вихід" +msgid "print the status of running Safe Eyes instance and exit" +msgstr "виведення стану виконуваного екземпляру програми Safe Eyes та вихід" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/config/locale/uz_Latn/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/uz_Latn/LC_MESSAGES/safeeyes.po index 4dfe2618..5d6da6ae 100644 --- a/safeeyes/config/locale/uz_Latn/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/uz_Latn/LC_MESSAGES/safeeyes.po @@ -57,15 +57,15 @@ msgid "show the about dialog" msgstr "" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "" # Commandline arg description -msgid "quit the running safeeyes instance and exit" +msgid "quit the running Safe Eyes instance and exit" msgstr "" # Commandline arg description @@ -73,11 +73,11 @@ msgid "show the settings dialog" msgstr "" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "" # Commandline arg description -msgid "print the status of running safeeyes instance and exit" +msgid "print the status of running Safe Eyes instance and exit" msgstr "" # Status message diff --git a/safeeyes/config/locale/vi/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/vi/LC_MESSAGES/safeeyes.po index 5a757ec8..58c5a0b0 100644 --- a/safeeyes/config/locale/vi/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/vi/LC_MESSAGES/safeeyes.po @@ -58,27 +58,27 @@ msgid "show the about dialog" msgstr "Hiện hộp thoại giới thiệu" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "vô hiệu hóa thể hiện safeeyes đăng chạy" +msgid "disable the currently running Safe Eyes instance" +msgstr "vô hiệu hóa thể hiện Safe Eyes đăng chạy" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "kích hoạt thể hiện safeeyes đang chạy" +msgid "enable the currently running Safe Eyes instance" +msgstr "kích hoạt thể hiện Safe Eyes đang chạy" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "bỏ thể hiện safeeyes đang chạy và thoát" +msgid "quit the running Safe Eyes instance and exit" +msgstr "bỏ thể hiện Safe Eyes đang chạy và thoát" # Commandline arg description msgid "show the settings dialog" msgstr "Hiện hộp thoại cài đặt" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "Chạy Safe Eyes trong chế độ gỡ rối" # Commandline arg description -msgid "print the status of running safeeyes instance and exit" +msgid "print the status of running Safe Eyes instance and exit" msgstr "in trạng thái chạy phiên bản Safe Eyes và thoát" # Status message diff --git a/safeeyes/config/locale/zh_CN/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/zh_CN/LC_MESSAGES/safeeyes.po index f9574b28..549d998b 100644 --- a/safeeyes/config/locale/zh_CN/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/zh_CN/LC_MESSAGES/safeeyes.po @@ -58,27 +58,27 @@ msgid "show the about dialog" msgstr "显示“关于”对话框" # Commandline arg description -msgid "disable the currently running safeeyes instance" +msgid "disable the currently running Safe Eyes instance" msgstr "暂停当前正在运行的Safe Eyes" # Commandline arg description -msgid "enable the currently running safeeyes instance" +msgid "enable the currently running Safe Eyes instance" msgstr "恢复当前正在运行的Safe Eyes" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "退出Safe Eeyes" +msgid "quit the running Safe Eyes instance and exit" +msgstr "退出Safe Eyes" # Commandline arg description msgid "show the settings dialog" msgstr "显示“设置”对话框" # Commandline arg description -msgid "start safeeyes in debug mode" +msgid "start Safe Eyes in debug mode" msgstr "以调试模式运行Safe Eyes" # Commandline arg description -msgid "print the status of running safeeyes instance and exit" +msgid "print the status of running Safe Eyes instance and exit" msgstr "显示Safe Eyes运行状态后退出" # Status message diff --git a/safeeyes/config/locale/zh_TW/LC_MESSAGES/safeeyes.po b/safeeyes/config/locale/zh_TW/LC_MESSAGES/safeeyes.po index 971ab19c..9fe1d5e1 100644 --- a/safeeyes/config/locale/zh_TW/LC_MESSAGES/safeeyes.po +++ b/safeeyes/config/locale/zh_TW/LC_MESSAGES/safeeyes.po @@ -58,28 +58,28 @@ msgid "show the about dialog" msgstr "顯示關於對話方塊" # Commandline arg description -msgid "disable the currently running safeeyes instance" -msgstr "停用目前正在執行的 safeeyes 事例" +msgid "disable the currently running Safe Eyes instance" +msgstr "停用目前正在執行的 Safe Eyes 事例" # Commandline arg description -msgid "enable the currently running safeeyes instance" -msgstr "啟用目前正在執行的 safeeyes 事例" +msgid "enable the currently running Safe Eyes instance" +msgstr "啟用目前正在執行的 Safe Eyes 事例" # Commandline arg description -msgid "quit the running safeeyes instance and exit" -msgstr "離開目前正在執行的 safeeyes 事例" +msgid "quit the running Safe Eyes instance and exit" +msgstr "離開目前正在執行的 Safe Eyes 事例" # Commandline arg description msgid "show the settings dialog" msgstr "顯示設定視窗" # Commandline arg description -msgid "start safeeyes in debug mode" -msgstr "以除錯模式開啓 safeeyes" +msgid "start Safe Eyes in debug mode" +msgstr "以除錯模式開啓 Safe Eyes" # Commandline arg description -msgid "print the status of running safeeyes instance and exit" -msgstr "顯示目前正在執行的 safeeyes 狀態並離開" +msgid "print the status of running Safe Eyes instance and exit" +msgstr "顯示目前正在執行的 Safe Eyes 狀態並離開" # Status message msgid "Safe Eyes is not running" diff --git a/safeeyes/glade/about_dialog.glade b/safeeyes/glade/about_dialog.glade index 0aa765ea..49b24c0a 100644 --- a/safeeyes/glade/about_dialog.glade +++ b/safeeyes/glade/about_dialog.glade @@ -108,14 +108,14 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. - https://slgobinath.github.io/SafeEyes + https://slgobinath.github.io/safeeyes 1 1 0 1 center 0 - https://slgobinath.github.io/SafeEyes + https://slgobinath.github.io/safeeyes @@ -140,7 +140,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.0 1 center - https://github.com/slgobinath/SafeEyes/graphs/contributors?type=a + https://github.com/slgobinath/safeeyes/graphs/contributors?type=a @@ -163,7 +163,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.True center 0 - https://github.com/slgobinath/SafeEyes?tab=readme-ov-file#how-you-can-help-improving-translation-of-safe-eyes + https://github.com/slgobinath/safeeyes?tab=readme-ov-file#how-you-can-help-improving-translation-of-safe-eyes diff --git a/safeeyes/glade/item_plugin.glade b/safeeyes/glade/item_plugin.glade index 90060608..c03763c0 100644 --- a/safeeyes/glade/item_plugin.glade +++ b/safeeyes/glade/item_plugin.glade @@ -76,7 +76,7 @@ Click here for more information - https://slgobinath.github.io/SafeEyes + https://slgobinath.github.io/safeeyes 0 0 5 diff --git a/safeeyes/glade/required_plugin_dialog.glade b/safeeyes/glade/required_plugin_dialog.glade index c97f3cb6..e97ecdd3 100644 --- a/safeeyes/glade/required_plugin_dialog.glade +++ b/safeeyes/glade/required_plugin_dialog.glade @@ -66,7 +66,7 @@ Click here for more information - https://slgobinath.github.io/SafeEyes + https://slgobinath.github.io/safeeyes 0 diff --git a/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml b/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml index 14947fa0..230e129f 100644 --- a/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml +++ b/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml @@ -38,19 +38,19 @@ Safe Eyes short break screen. - https://slgobinath.github.io/SafeEyes/images/safeeyes_1.png + https://slgobinath.github.io/safeeyes/images/safeeyes_1.png Safe Eyes long break screen. - https://slgobinath.github.io/SafeEyes/images/safeeyes_3.png + https://slgobinath.github.io/safeeyes/images/safeeyes_3.png Safe Eyes settings window. - https://slgobinath.github.io/SafeEyes/images/safeeyes_6.png + https://slgobinath.github.io/safeeyes/images/safeeyes_6.png - https://slgobinath.github.io/SafeEyes/ + https://slgobinath.github.io/safeeyes/ diff --git a/safeeyes/plugins/trayicon/dependency_checker.py b/safeeyes/plugins/trayicon/dependency_checker.py index 4b62c304..c11deeab 100644 --- a/safeeyes/plugins/trayicon/dependency_checker.py +++ b/safeeyes/plugins/trayicon/dependency_checker.py @@ -44,6 +44,6 @@ def validate(plugin_config, plugin_settings): "Please install service providing tray icons for your desktop" " environment." ), - link="https://github.com/slgobinath/SafeEyes/wiki/How-to-install-backend-for-Safe-Eyes-tray-icon", + link="https://github.com/slgobinath/safeeyes/wiki/How-to-install-backend-for-Safe-Eyes-tray-icon", retryable=True, ) diff --git a/safeeyes/safeeyes.py b/safeeyes/safeeyes.py index 886e53d9..d04327f1 100644 --- a/safeeyes/safeeyes.py +++ b/safeeyes/safeeyes.py @@ -76,17 +76,17 @@ def __register_cli_arguments(self): ("settings", "s", _("show the settings dialog")), ("take-break", "t", _("Take a break now").lower()), # activate action - ("disable", "d", _("disable the currently running safeeyes instance")), - ("enable", "e", _("enable the currently running safeeyes instance")), - ("quit", "q", _("quit the running safeeyes instance and exit")), + ("disable", "d", _("disable the currently running Safe Eyes instance")), + ("enable", "e", _("enable the currently running Safe Eyes instance")), + ("quit", "q", _("quit the running Safe Eyes instance and exit")), # special handling ( "status", None, - _("print the status of running safeeyes instance and exit"), + _("print the status of running Safe Eyes instance and exit"), ), # toggle - ("debug", None, _("start safeeyes in debug mode")), + ("debug", None, _("start Safe Eyes in debug mode")), # TODO: translate ("version", None, "show program's version number and exit"), ] diff --git a/safeeyes/tests/test_core.py b/safeeyes/tests/test_core.py index 6efed3d3..669c2032 100644 --- a/safeeyes/tests/test_core.py +++ b/safeeyes/tests/test_core.py @@ -461,7 +461,7 @@ def test_long_duration_is_bigger_than_short_interval( sequential_threading: SequentialThreadingFixture, time_machine: TimeMachineFixture, ): - """Example taken from https://github.com/slgobinath/SafeEyes/issues/640.""" + """Example taken from https://github.com/slgobinath/safeeyes/issues/640.""" ctx = context.Context( api=mock.Mock(spec=context.API), locale="en_US", version="0.0.0", session={} ) diff --git a/safeeyes/utility.py b/safeeyes/utility.py index 0f0149c4..3124ef4f 100644 --- a/safeeyes/utility.py +++ b/safeeyes/utility.py @@ -481,7 +481,7 @@ def create_startup_entry(force=False): startup_dir_path, "io.github.slgobinath.SafeEyes.desktop" ) # until SafeEyes 2.1.5 the startup entry had another name - # https://github.com/slgobinath/SafeEyes/commit/684d16265a48794bb3fd670da67283fe4e2f591b#diff-0863348c2143a4928518a4d3661f150ba86d042bf5320b462ea2e960c36ed275L398 + # https://github.com/slgobinath/safeeyes/commit/684d16265a48794bb3fd670da67283fe4e2f591b#diff-0863348c2143a4928518a4d3661f150ba86d042bf5320b462ea2e960c36ed275L398 obsolete_entry = os.path.join(startup_dir_path, "safeeyes.desktop") create_link = False @@ -546,6 +546,7 @@ def initialize_platform(): delete(desktop_entry) # Create a link + logging.debug(f"Create desktop entry at {desktop_entry}") try: os.symlink(SYSTEM_DESKTOP_FILE, desktop_entry) except OSError: @@ -568,7 +569,9 @@ def initialize_platform(): # No need to create a link but we delete potentially stale symlinks # from e.g. past runs from a virtualenv that has been removed in the # meantime to avoid ending up with hard-to-debug SafeEyes without icons. - delete(local_icon) + if os.path.lexists(local_icon): + logging.debug(f"Delete duplicate icon link at {local_icon}") + delete(local_icon) continue # Create the directory if not exists @@ -578,6 +581,7 @@ def initialize_platform(): delete(local_icon) # Add a link for the icon + logging.debug(f"Create icon link at {local_icon}") try: os.symlink(system_icon, local_icon) except OSError: diff --git a/update-version.sh b/update-version.sh index fae19062..e0e2f62a 100755 --- a/update-version.sh +++ b/update-version.sh @@ -69,8 +69,8 @@ if [ -f "$PYPROJECT" ]; then # Replace version = "..." sed -i "s/^version = \".*\"/version = \"$version\"/" "$PYPROJECT" # Set Downloads to canonical GitHub archive URL for this version - # Use a stable URL: https://github.com/slgobinath/SafeEyes/archive/v.tar.gz - sed -i "s#^[[:space:]]*Downloads = \".*\"#Downloads = \"https://github.com/slgobinath/SafeEyes/archive/v$version.tar.gz\"#" "$PYPROJECT" || true + # Use a stable URL: https://github.com/slgobinath/safeeyes/archive/v.tar.gz + sed -i "s#^[[:space:]]*Downloads = \".*\"#Downloads = \"https://github.com/slgobinath/safeeyes/archive/v$version.tar.gz\"#" "$PYPROJECT" || true echo "Updated $PYPROJECT" fi