diff --git a/README.md b/README.md index 5111397..6c1ae60 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ Installing the repository: ```bash wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_Testing/Release.key -sudo cp -f Release.key /etc/apt/trusted.d.gpg.d/SysTray-X.asc +sudo cp -f Release.key /etc/apt/trusted.gpg.d/SysTray-X.asc sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_Testing ./" > /etc/apt/sources.list.d/systray-x.list' sudo apt update ``` @@ -241,7 +241,7 @@ sudo apt update ```bash wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_Unstable/Release.key -sudo cp -f Release.key /etc/apt/trusted.d.gpg.d/SysTray-X.asc +sudo cp -f Release.key /etc/apt/trusted.gpg.d/SysTray-X.asc sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_Unstable ./" > /etc/apt/sources.list.d/systray-x.list' sudo apt update ``` @@ -250,7 +250,7 @@ sudo apt update ```bash wget -q https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_12/Release.key -sudo cp -f Release.key /etc/apt/trusted.d.gpg.d/SysTray-X.asc +sudo cp -f Release.key /etc/apt/trusted.gpg.d/SysTray-X.asc sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/Ximi1970:/Mozilla:/Add-ons/Debian_12 ./" > /etc/apt/sources.list.d/systray-x.list' sudo apt update ``` diff --git a/app/SysTray-X/SysTray-X-app/SysTray-X-app.pro b/app/SysTray-X/SysTray-X-app/SysTray-X-app.pro index abd968e..312f230 100644 --- a/app/SysTray-X/SysTray-X-app/SysTray-X-app.pro +++ b/app/SysTray-X/SysTray-X-app/SysTray-X-app.pro @@ -36,21 +36,12 @@ TEMPLATE = app # TRANSLATIONS = \ languages/$${TARGET}.en-US.ts \ - languages/$${TARGET}.bg.ts \ languages/$${TARGET}.de.ts \ languages/$${TARGET}.el.ts \ - languages/$${TARGET}.es-AR.ts \ - languages/$${TARGET}.fr.ts \ - languages/$${TARGET}.hr.ts \ languages/$${TARGET}.it.ts \ languages/$${TARGET}.nl.ts \ - languages/$${TARGET}.pl.ts \ languages/$${TARGET}.pt-BR.ts \ - languages/$${TARGET}.ru.ts \ - languages/$${TARGET}.sk.ts \ - languages/$${TARGET}.uk.ts \ - languages/$${TARGET}.zh-CN.ts \ - languages/$${TARGET}.zh-TW.ts + languages/$${TARGET}.ru.ts # The following define makes your compiler emit warnings if you use # any feature of Qt which has been marked as deprecated (the exact warnings diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.bg.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.bg.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.bg.qm and /dev/null differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.bg.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.bg.ts deleted file mode 100644 index fe42b24..0000000 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.bg.ts +++ /dev/null @@ -1,403 +0,0 @@ - - - - - AboutDialog - - - About SysTray-X - - - - - SysTray-X Companion App by Ximi1970 - - - - - Version: - - - - - 0.0.1 - - - - - Build: - - - - - - 0 - - - - - Hash: - - - - - Branch: - - - - - master - - - - - DebugWidget - - - SysTray-X Debug - - - - - Test 2 - - - - - Test 4 - - - - - Unread mail: - - - - - Test 1 - - - - - 0 - - - - - Test 3 - - - - - PreferencesDialog - - - SysTray-X Preferences - - - - - Default icon - - - - - - Icon - - - - - - Default Thunderbird - - - - - Lookthrough icon - - - - - - Custom icon - - - - - - Choose - - - - - KDE integration (Hide) - - - - - Mail notification icon - - - - - Blank icon - - - - - New mail icon - - - - - No icon - - - - - Theme - - - - - Light - - - - - Dark - - - - - Windows - - - - - Minimize - - - - - Close - - - - - Default minimize - - - - - Minimize to tray, method 2 - - - - - Default close - - - - - Minimize main to tray, close children - - - - - Minimize all windows to tray - - - - - Minimize main, close children - - - - - Minimize all windows - - - - - Start application minimized - - - - - Restore startup positions - - - - - Number properties - - - - - Display unread message count - - - - - Number color - - - - - Number size - - - - - Alignment - - - - - Top left - - - - - Top centre - - - - - Top right - - - - - Middle left - - - - - Middle centre - - - - - Middle right - - - - - Bottom left - - - - - Bottom centre - - - - - Bottom right - - - - - Margins (left, top, right, bottom): - - - - - Startup delay - - - - - Count type - - - - - Unread - - - - - New - - - - - Mail - - - - - Use the preferences dialog in Thunderbird to select the accounts and folders - - - - - Debug - - - - - Display debug window - - - - - Minimize to tray - - - - - Save - - - - - Cancel - - - - - - Open Image - - - - - - Image Files (*.png *.jpg *.bmp) - - - - - SysTrayX - - - &Show/Hide - - - - - &Preferences - - - - - &About - - - - - &Quit - - - - - Close - - - - diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.de.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.de.qm index ca07b54..733666c 100644 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.de.qm and b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.de.qm differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.de.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.de.ts index 21073aa..fa5d088 100644 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.de.ts +++ b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.de.ts @@ -96,86 +96,87 @@ SysTray-X Einstellungen - + Default icon Standardsymbol - - + + + Icon Symbol - + Minimize main to tray, close children Hauptfenster in Systemleiste verbergen, Kinderfenster schließen - + Minimize all windows to tray Alle Fenster in Systemleiste verbergen - - + + Default Thunderbird Thunderbird Symbol - + Lookthrough icon Unsichtbares Symbol - - + + Custom icon Benutzerdefiniert Symbol - - + + Choose Wählen - + KDE integration (Hide) KDE integration (Verbergen) - + Mail notification icon E-Mail-Benachrichtigung Symbol - + Blank icon Leeres Symbol - + New mail icon Neue Nachricht Symbol - + No icon Kein Symbol - + Theme Thema - + Light Licht - + Dark Dunkel @@ -185,22 +186,23 @@ Fenster - + Close Schließen - + Restore startup positions Fensterpositionen wiederherstellen beim Start - + Minimize Minimieren - + + Default minimize Standard Minimieren @@ -209,27 +211,27 @@ In Systemleiste verbergen, Methode 1 - + Minimize to tray, method 2 In Systemleiste verbergen, Methode 2 - + Default close Standard Schließen - + Minimize main, close children Hauptfenster minimieren, Kinderfenster schließen - + Minimize all windows Alle Fenster minimieren - + Start application minimized Anwendung minimiert starten @@ -238,144 +240,145 @@ Beim Fensterschließen, Minimieren - + Number properties Nummereigenschaften - + Display unread message count Anzahl neuer Nachrichten anzeigen - + Number color Nummerfarbe - + Number size Nummergröße - + Alignment Nummernausrichtung - + Top left Oben links - + Top centre Oben in der Mitte - + Top right Oben rechts - + Middle left Mitte links - + Middle centre Mittleres Zentrum - + Middle right Mitte rechts - + Bottom left Unten links - + Bottom centre Unten in der Mitte - + Bottom right Unten rechts - + Margins (left, top, right, bottom): Ränder (links, oben, rechts, unten): - + Startup delay Startverzögerung - + Count type E-Mail-Benachrichtigungstyp - + Unread Ungelesene Nachrichten - + New Neue Nachrichten - + Mail Nachrichten - + Use the preferences dialog in Thunderbird to select the accounts and folders Verwenden Sie den Einstellungsdialog in Thunderbird, um die Konten und Ordner auszuwählen - + Debug Debug - + Display debug window Debug-Fenster anzeigen - + Save Speichern - + Cancel Annullieren - + + Minimize to tray Hauptfenster minimieren - - + + Open Image Bild öffnen - - + + Image Files (*.png *.jpg *.bmp) Bilddateien (*.png *.jpg *.bmp) @@ -383,29 +386,45 @@ SysTrayX - + &Show/Hide &Anzeigen/Verbergen - + &Preferences &Einstellungen - + &About &Über - + &Quit &Beenden - + Close Schließen + + SysTrayXIcon + + + SysTray-X: Thunderbird add-on companion app + SysTray-X: Thunderbird Zusatz Begleit App + + + + SysTrayXStatusNotifier + + + Thunderbird add-on companion app + Thunderbird Zusatz Begleit App + + diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.el.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.el.qm index 80f0b18..5c2a600 100644 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.el.qm and b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.el.qm differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.el.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.el.ts index 5b922ad..3e91c4b 100644 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.el.ts +++ b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.el.ts @@ -96,76 +96,77 @@ Προτιμήσεις SysTray-X - + Default icon Προεπιλεγμένο εικονίδιο - - + + + Icon Εικονίδιο - - + + Default Thunderbird Προεπιλογή Thunderbird - + Lookthrough icon Διαφανές εικονίδιο - - + + Custom icon Προσαρμοσμένο εικονίδιο - - + + Choose Επιλέξτε - + KDE integration (Hide) Ενσωμάτωση στον KDE (Απόκρυψη) - + Mail notification icon Εικονίδιο ειδοποίησης αλληλογραφίας - + Blank icon Κενό εικονίδιο - + New mail icon Εικονίδιο νέας αλληλογραφίας - + No icon Χωρίς εικονίδιο - + Theme θέμα - + Light φως - + Dark σκοτάδι @@ -175,12 +176,13 @@ Παράθυρα - + Minimize Ελαχιστοποίηση - + + Default minimize Προεπιλεγμένη ελαχιστοποίηση @@ -189,189 +191,190 @@ Μέθοδος 1 - + Minimize to tray, method 2 Μέθοδος 2 - + Close Κλείσιμο - + Default close Προεπιλεγμένο κλείσιμο - + Minimize main to tray, close children Ελαχιστοποίηση κυρίως παραθύρου στην περιοχή ειδοποιήσεων, κλείσιμο θυγατρικών - + Minimize all windows to tray Ελαχιστοποίηση όλων των παραθύρων στην περιοχή ειδοποιήσεων - + Minimize main, close children Ελαχιστοποίηση κυρίως παραθύρου, κλείσιμο θυγατρικών - + Minimize all windows Ελαχιστοποίηση όλων των παραθύρων - + Start application minimized Ελαχιστοποιημένη εκκίνηση της εφαρμογής - + Restore startup positions Επαναφορά θέσεων παραθύρου κατά την εκκίνηση - + Number properties Ιδιότητες αριθμών - + Display unread message count Προβολή μετρητή μη-αναγνωσμένης αλληλογραφίας - + Number color Χρώμα μετρητή - + Number size Μέγεθος μετρητή - + Alignment Ευθυγραμμία - + Top left Κορυφαίο αριστερά - + Top centre Κορυφαίο κέντρο - + Top right Κορυφαίο δεξιά - + Middle left Μέση αριστερά - + Middle centre Μεσαίο κέντρο - + Middle right Μέση δεξιά - + Bottom left Κάτω αριστερά - + Bottom centre Κάτω κέντρο - + Bottom right Κάτω δεξιά - + Margins (left, top, right, bottom): Περιθώρια (αριστερά, Κορυφαίο, δεξιά, Κάτω): - + Startup delay Καθυστέρηση έναρξης - + Count type Τύπος μετρητή μηνυμάτων - + Unread Μη αναγνωσμένα - + New Νέα - + Mail Αλληλογραφία - + Use the preferences dialog in Thunderbird to select the accounts and folders Χρησιμοποιήστε το παράθυρο διαλόγου Προτιμήσεις Thunderbird για να επιλέξετε λογαριασμούς και φακέλους - + Debug Αποσφαλμάτωση - + Display debug window Προβολή παραθύρου αποσφαλμάτωσης - + + Minimize to tray Ελαχιστοποίηση στην περιοχή ειδοποιήσεων - + Save Αποθήκευση - + Cancel Άκυρο - - + + Open Image Άνοιγμα εικόνας - - + + Image Files (*.png *.jpg *.bmp) Αρχεία εικόνας (*.png *.jpg *.bmp) @@ -379,29 +382,45 @@ SysTrayX - + &Show/Hide &Εμφάνιση/Απόκρυψη - + &Preferences &Προτιμήσεις - + &About &Σχετικά - + &Quit &Έξοδος - + Close Κλείσιμο + + SysTrayXIcon + + + SysTray-X: Thunderbird add-on companion app + SysTray-X: Συνοδευτική εφαρμογή πρόσθετου Thunderbird + + + + SysTrayXStatusNotifier + + + Thunderbird add-on companion app + Συνοδευτική εφαρμογή πρόσθετου Thunderbird + + diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.en-US.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.en-US.qm index 834ecf4..b5531c6 100644 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.en-US.qm and b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.en-US.qm differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.en-US.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.en-US.ts index ea0aebc..2ffad45 100644 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.en-US.ts +++ b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.en-US.ts @@ -101,86 +101,87 @@ SysTray-X Preferences - + Default icon Default icon - - + + + Icon Icon - + Minimize main to tray, close children Minimize main to tray, close children - + Minimize all windows to tray Minimize all windows to tray - - + + Default Thunderbird Default Thunderbird - + Lookthrough icon Lookthrough icon - - + + Custom icon Custom icon - - + + Choose Choose - + KDE integration (Hide) KDE integration (Hide) - + Mail notification icon Mail notification icon - + Blank icon Blank icon - + New mail icon New mail icon - + No icon No icon - + Theme Theme - + Light Light - + Dark Dark @@ -190,22 +191,23 @@ Windows - + Close Close - + Restore startup positions Restore window positions on startup - + Minimize Minimize - + + Default minimize Default minimize @@ -214,27 +216,27 @@ Minimize to tray, method 1 - + Minimize to tray, method 2 Minimize to tray, method 2 - + Default close Default close - + Minimize main, close children Minimize main, close children - + Minimize all windows Minimize all windows - + Start application minimized Start application minimized @@ -243,144 +245,145 @@ Minimize on close - + Number properties Number properties - + Display unread message count Display unread message count - + Number color Number color - + Number size Number size - + Alignment Alignment - + Top left Top left - + Top centre Top centre - + Top right Top right - + Middle left Middle left - + Middle centre Middle centre - + Middle right Middle right - + Bottom left Bottom left - + Bottom centre Bottom centre - + Bottom right Bottom right - + Margins (left, top, right, bottom): Margins (left, top, right, bottom): - + Startup delay Startup delay - + Count type Count type - + Unread Unread - + New New - + Mail Mail - + Use the preferences dialog in Thunderbird to select the accounts and folders Use the preferences dialog in Thunderbird to select the accounts and folders - + Debug Debug - + Display debug window Display debug window - + Save Save - + Cancel Cancel - + + Minimize to tray Minimize to tray - - + + Open Image Open Image - - + + Image Files (*.png *.jpg *.bmp) Image Files (*.png *.jpg *.bmp) @@ -388,29 +391,45 @@ SysTrayX - + &Show/Hide &Show/Hide - + &Preferences &Preferences - + &About &About - + &Quit &Quit - + Close Close + + SysTrayXIcon + + + SysTray-X: Thunderbird add-on companion app + SysTray-X: Thunderbird add-on companion app + + + + SysTrayXStatusNotifier + + + Thunderbird add-on companion app + Thunderbird add-on companion app + + diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.es-AR.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.es-AR.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.es-AR.qm and /dev/null differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.es-AR.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.es-AR.ts deleted file mode 100644 index b15e29c..0000000 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.es-AR.ts +++ /dev/null @@ -1,403 +0,0 @@ - - - - - AboutDialog - - - About SysTray-X - - - - - SysTray-X Companion App by Ximi1970 - - - - - Version: - - - - - 0.0.1 - - - - - Build: - - - - - - 0 - - - - - Hash: - - - - - Branch: - - - - - master - - - - - DebugWidget - - - SysTray-X Debug - - - - - Test 2 - - - - - Test 4 - - - - - Unread mail: - - - - - Test 1 - - - - - 0 - - - - - Test 3 - - - - - PreferencesDialog - - - SysTray-X Preferences - - - - - Default icon - - - - - - Icon - - - - - - Default Thunderbird - - - - - Lookthrough icon - - - - - - Custom icon - - - - - - Choose - - - - - KDE integration (Hide) - - - - - Mail notification icon - - - - - Blank icon - - - - - New mail icon - - - - - No icon - - - - - Theme - - - - - Light - - - - - Dark - - - - - Windows - - - - - Minimize - - - - - Close - - - - - Default minimize - - - - - Minimize to tray, method 2 - - - - - Default close - - - - - Minimize main to tray, close children - - - - - Minimize all windows to tray - - - - - Minimize main, close children - - - - - Minimize all windows - - - - - Start application minimized - - - - - Restore startup positions - - - - - Number properties - - - - - Display unread message count - - - - - Number color - - - - - Number size - - - - - Alignment - - - - - Top left - - - - - Top centre - - - - - Top right - - - - - Middle left - - - - - Middle centre - - - - - Middle right - - - - - Bottom left - - - - - Bottom centre - - - - - Bottom right - - - - - Margins (left, top, right, bottom): - - - - - Startup delay - - - - - Count type - - - - - Unread - - - - - New - - - - - Mail - - - - - Use the preferences dialog in Thunderbird to select the accounts and folders - - - - - Debug - - - - - Display debug window - - - - - Minimize to tray - - - - - Save - - - - - Cancel - - - - - - Open Image - - - - - - Image Files (*.png *.jpg *.bmp) - - - - - SysTrayX - - - &Show/Hide - - - - - &Preferences - - - - - &About - - - - - &Quit - - - - - Close - - - - diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.fr.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.fr.qm deleted file mode 100644 index c02994c..0000000 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.fr.qm and /dev/null differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.fr.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.fr.ts deleted file mode 100644 index ac3ee64..0000000 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.fr.ts +++ /dev/null @@ -1,403 +0,0 @@ - - - - - AboutDialog - - - About SysTray-X - - - - - SysTray-X Companion App by Ximi1970 - - - - - Version: - - - - - 0.0.1 - - - - - Build: - - - - - - 0 - - - - - Hash: - - - - - Branch: - - - - - master - - - - - DebugWidget - - - SysTray-X Debug - - - - - Test 2 - - - - - Test 4 - - - - - Unread mail: - - - - - Test 1 - - - - - 0 - - - - - Test 3 - - - - - PreferencesDialog - - - SysTray-X Preferences - - - - - Default icon - - - - - - Icon - - - - - - Default Thunderbird - - - - - Lookthrough icon - - - - - - Custom icon - - - - - - Choose - - - - - KDE integration (Hide) - - - - - Mail notification icon - - - - - Blank icon - - - - - New mail icon - - - - - No icon - - - - - Theme - - - - - Light - - - - - Dark - - - - - Windows - - - - - Minimize - - - - - Close - - - - - Default minimize - - - - - Minimize to tray, method 2 - - - - - Default close - - - - - Minimize main to tray, close children - - - - - Minimize all windows to tray - - - - - Minimize main, close children - - - - - Minimize all windows - - - - - Start application minimized - - - - - Restore startup positions - - - - - Number properties - - - - - Display unread message count - - - - - Number color - - - - - Number size - - - - - Alignment - - - - - Top left - - - - - Top centre - - - - - Top right - - - - - Middle left - - - - - Middle centre - - - - - Middle right - - - - - Bottom left - - - - - Bottom centre - - - - - Bottom right - - - - - Margins (left, top, right, bottom): - - - - - Startup delay - - - - - Count type - - - - - Unread - - - - - New - - - - - Mail - - - - - Use the preferences dialog in Thunderbird to select the accounts and folders - - - - - Debug - - - - - Display debug window - - - - - Minimize to tray - - - - - Save - - - - - Cancel - - - - - - Open Image - - - - - - Image Files (*.png *.jpg *.bmp) - - - - - SysTrayX - - - &Show/Hide - - - - - &Preferences - - - - - &About - - - - - &Quit - - - - - Close - - - - diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.hr.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.hr.qm deleted file mode 100644 index 7431612..0000000 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.hr.qm and /dev/null differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.hr.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.hr.ts deleted file mode 100644 index 0b5a6a4..0000000 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.hr.ts +++ /dev/null @@ -1,403 +0,0 @@ - - - - - AboutDialog - - - About SysTray-X - - - - - SysTray-X Companion App by Ximi1970 - - - - - Version: - - - - - 0.0.1 - - - - - Build: - - - - - - 0 - - - - - Hash: - - - - - Branch: - - - - - master - - - - - DebugWidget - - - SysTray-X Debug - - - - - Test 2 - - - - - Test 4 - - - - - Unread mail: - - - - - Test 1 - - - - - 0 - - - - - Test 3 - - - - - PreferencesDialog - - - SysTray-X Preferences - - - - - Default icon - - - - - - Icon - - - - - - Default Thunderbird - - - - - Lookthrough icon - - - - - - Custom icon - - - - - - Choose - - - - - KDE integration (Hide) - - - - - Mail notification icon - - - - - Blank icon - - - - - New mail icon - - - - - No icon - - - - - Theme - - - - - Light - - - - - Dark - - - - - Windows - - - - - Minimize - - - - - Close - - - - - Default minimize - - - - - Minimize to tray, method 2 - - - - - Default close - - - - - Minimize main to tray, close children - - - - - Minimize all windows to tray - - - - - Minimize main, close children - - - - - Minimize all windows - - - - - Start application minimized - - - - - Restore startup positions - - - - - Number properties - - - - - Display unread message count - - - - - Number color - - - - - Number size - - - - - Alignment - - - - - Top left - - - - - Top centre - - - - - Top right - - - - - Middle left - - - - - Middle centre - - - - - Middle right - - - - - Bottom left - - - - - Bottom centre - - - - - Bottom right - - - - - Margins (left, top, right, bottom): - - - - - Startup delay - - - - - Count type - - - - - Unread - - - - - New - - - - - Mail - - - - - Use the preferences dialog in Thunderbird to select the accounts and folders - - - - - Debug - - - - - Display debug window - - - - - Minimize to tray - - - - - Save - - - - - Cancel - - - - - - Open Image - - - - - - Image Files (*.png *.jpg *.bmp) - - - - - SysTrayX - - - &Show/Hide - - - - - &Preferences - - - - - &About - - - - - &Quit - - - - - Close - - - - diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.it.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.it.qm index 1dd88c9..a74f3c5 100644 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.it.qm and b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.it.qm differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.it.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.it.ts index 3c5473b..0aa49a9 100644 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.it.ts +++ b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.it.ts @@ -97,76 +97,77 @@ Preferenze di SysTray-X - + Default icon Icona predefinita - - + + + Icon Icona - - + + Default Thunderbird Predefinita di Thunderbird - + Lookthrough icon Icona trasparente - - + + Custom icon Icona personalizzata - - + + Choose Scegli - + KDE integration (Hide) Integrazione KDE (Nascondi) - + Mail notification icon Icona notifica posta - + Blank icon Icona vuota - + New mail icon Icona nuova posta - + No icon Nessuna icona - + Theme Tema - + Light Leggero - + Dark Scuro @@ -176,17 +177,18 @@ Finestre - + Minimize Minimizza - + Close Chiudi - + + Default minimize Minimizzazione predefinita @@ -195,184 +197,185 @@ Minimizza nel vassoio, metodo 1 - + Minimize to tray, method 2 Minimizza nel vassoio, metodo 2 - + Default close Chiusura predefinita - + Minimize main to tray, close children Minimizza principale nel vassoio, chiudi sottofinestre - + Minimize all windows to tray Minimizza tutte le finestre nel vassoio - + Minimize main, close children Minimizza principale, chiudi sottofinestre - + Minimize all windows Minimizza tutte le finestre - + Start application minimized Avvia applicazione minimizzata - + Restore startup positions Ripristina le posizioni della finestra all'avvio - + Number properties Proprietà numero - + Display unread message count Mostra numero di messaggi non letti - + Number color Colore numero - + Number size Dimensione numero - + Alignment Allineamento - + Top left A sinistra in alto - + Top centre In alto al centro - + Top right In alto a destra - + Middle left Al centro a sinistra - + Middle centre Centro centrale - + Middle right In mezzo a destra - + Bottom left In basso a sinistra - + Bottom centre In basso al centro - + Bottom right In basso a destra - + Margins (left, top, right, bottom): Margini (sinistra, in alto, destra, in basso): - + Startup delay Ritardo all'avvio - + Count type Tipo conteggio - + Unread Non letti - + New Nuovi - + Mail Messaggi - + Use the preferences dialog in Thunderbird to select the accounts and folders Usa la finestra di dialogo delle preferenze in Thunderbird per selezionare account e cartelle - + Debug Debug - + Display debug window Mostra finestra di debug - + + Minimize to tray Minimizza nel vassoio - + Save Salva - + Cancel Annulla - - + + Open Image Apri immagine - - + + Image Files (*.png *.jpg *.bmp) File immagine (*.png *.jpg *.bmp) @@ -380,29 +383,45 @@ SysTrayX - + &Show/Hide &Mostra/Nascondi - + &Preferences &Preferenze - + &About &Informazioni - + &Quit &Esci - + Close Chiudi + + SysTrayXIcon + + + SysTray-X: Thunderbird add-on companion app + SysTray-X: App complementare aggiuntiva Thunderbird + + + + SysTrayXStatusNotifier + + + Thunderbird add-on companion app + App complementare aggiuntiva Thunderbird + + diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.nl.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.nl.qm index 4527094..b1bc422 100644 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.nl.qm and b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.nl.qm differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.nl.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.nl.ts index 8f37b82..9bd75a6 100644 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.nl.ts +++ b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.nl.ts @@ -100,86 +100,87 @@ SysTray-X Opties - + Default icon Standaard pictogram - - + + + Icon Pictogram - + Minimize main to tray, close children Minimaliseer hoofdvenster, sluit kindvensters - + Minimize all windows to tray Minimaliseer alle vensters - - + + Default Thunderbird Standaard Thunderbird - + Lookthrough icon Doorzichtig pictogram - - + + Custom icon Aangepast pictogram - - + + Choose Kies - + KDE integration (Hide) KDE integratie (Verbergen) - + Mail notification icon Berichten notificatie pictogram - + Blank icon Leeg pictogram - + New mail icon Nieuw bericht pictogram - + No icon Geen pictogram - + Theme Thema - + Light Licht - + Dark Donker @@ -189,22 +190,23 @@ Vensters - + Close Sluiten - + Restore startup positions Herstel vensterposities bij opstarten - + Minimize Minimaliseren - + + Default minimize Standaard minimalisatie @@ -213,27 +215,27 @@ Minimaliseer naar systeemvak, methode 1 - + Minimize to tray, method 2 Minimaliseer naar systeemvak, methode 2 - + Default close Standaard sluiting - + Minimize main, close children Minimaliseer hoofdvenster, sluit kindvensters - + Minimize all windows Minimaliseer alle vensters - + Start application minimized Start programma geminimaliseerd @@ -242,144 +244,145 @@ Minimaliseren bij sluiten - + Number properties Nummer opties - + Display unread message count Aantal ongelezen berichten weergeven - + Number color Nummer kleur - + Number size Nummer grootte - + Alignment Uitlijning - + Top left Linksboven - + Top centre Middenboven - + Top right Rechtsboven - + Middle left Midden links - + Middle centre Midden midden - + Middle right Midden rechts - + Bottom left Linksonder - + Bottom centre Middenonder - + Bottom right Rechtsonder - + Margins (left, top, right, bottom): Marges (links, boven, rechts, onder): - + Startup delay Opstartvertraging - + Count type Type berichttelling - + Unread Ongelezen - + New Nieuw - + Mail Berichten - + Use the preferences dialog in Thunderbird to select the accounts and folders Gebruik het voorkeurenvenster in Thunderbird om de accounts en mappen te selecteren - + Debug Debug - + Display debug window Toon debug venster - + Save Bewaren - + Cancel Annnuleren - + + Minimize to tray Minimaliseer naar systeemvak - - + + Open Image Open afbeelding - - + + Image Files (*.png *.jpg *.bmp) Afbeeldingsbestanden (*.png *.jpg *.bmp) @@ -387,29 +390,45 @@ SysTrayX - + &Show/Hide &Tonen/Verbergen - + &Preferences &Opties - + &About O&ver - + &Quit &Afsluiten - + Close Sluiten + + SysTrayXIcon + + + SysTray-X: Thunderbird add-on companion app + SysTray-X: Thunderbird add-on begeleidende app + + + + SysTrayXStatusNotifier + + + Thunderbird add-on companion app + Thunderbird add-on begeleidende app + + diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pl.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pl.qm deleted file mode 100644 index aaeed19..0000000 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pl.qm and /dev/null differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pl.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pl.ts deleted file mode 100644 index b04dfe6..0000000 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pl.ts +++ /dev/null @@ -1,403 +0,0 @@ - - - - - AboutDialog - - - About SysTray-X - - - - - SysTray-X Companion App by Ximi1970 - - - - - Version: - - - - - 0.0.1 - - - - - Build: - - - - - - 0 - - - - - Hash: - - - - - Branch: - - - - - master - - - - - DebugWidget - - - SysTray-X Debug - - - - - Test 2 - - - - - Test 4 - - - - - Unread mail: - - - - - Test 1 - - - - - 0 - - - - - Test 3 - - - - - PreferencesDialog - - - SysTray-X Preferences - - - - - Default icon - - - - - - Icon - - - - - - Default Thunderbird - - - - - Lookthrough icon - - - - - - Custom icon - - - - - - Choose - - - - - KDE integration (Hide) - - - - - Mail notification icon - - - - - Blank icon - - - - - New mail icon - - - - - No icon - - - - - Theme - - - - - Light - - - - - Dark - - - - - Windows - - - - - Minimize - - - - - Close - - - - - Default minimize - - - - - Minimize to tray, method 2 - - - - - Default close - - - - - Minimize main to tray, close children - - - - - Minimize all windows to tray - - - - - Minimize main, close children - - - - - Minimize all windows - - - - - Start application minimized - - - - - Restore startup positions - - - - - Number properties - - - - - Display unread message count - - - - - Number color - - - - - Number size - - - - - Alignment - - - - - Top left - - - - - Top centre - - - - - Top right - - - - - Middle left - - - - - Middle centre - - - - - Middle right - - - - - Bottom left - - - - - Bottom centre - - - - - Bottom right - - - - - Margins (left, top, right, bottom): - - - - - Startup delay - - - - - Count type - - - - - Unread - - - - - New - - - - - Mail - - - - - Use the preferences dialog in Thunderbird to select the accounts and folders - - - - - Debug - - - - - Display debug window - - - - - Minimize to tray - - - - - Save - - - - - Cancel - - - - - - Open Image - - - - - - Image Files (*.png *.jpg *.bmp) - - - - - SysTrayX - - - &Show/Hide - - - - - &Preferences - - - - - &About - - - - - &Quit - - - - - Close - - - - diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pt-BR.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pt-BR.qm index a1a47c3..24ef2fe 100644 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pt-BR.qm and b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pt-BR.qm differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pt-BR.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pt-BR.ts index 3e28044..66ef4bf 100644 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pt-BR.ts +++ b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.pt-BR.ts @@ -98,86 +98,87 @@ SysTray-X Preferências - + Default icon Ícone padrão - - + + + Icon Ícone - + Minimize main to tray, close children Minimize o pai para a bandeja, feche os filhos - + Minimize all windows to tray Minimize todas as janelas para a tray - - + + Default Thunderbird Padrão do Thunderbird - + Lookthrough icon Ícone transparente - - + + Custom icon Ícone personalizado - - + + Choose Escolher - + KDE integration (Hide) Integração com o KDE (oculta o ícone) - + Mail notification icon Ícone de notificação - + Blank icon Ícone branco - + New mail icon Ícone de novo e-mail - + No icon Nenhum ícone - + Theme Tema - + Light Claro - + Dark Escuro @@ -187,22 +188,23 @@ Janela - + Close Fechar - + Restore startup positions Restaurar posições da janela na inicialização - + Minimize Miminizar - + + Default minimize Comportamento padrão @@ -212,28 +214,28 @@ Minimizar para a tray, método 1 - + Minimize to tray, method 2 Minimizar para à área de notificações? (muito grande) Minimizar para a tray, método 2 - + Default close Fechamento padrão - + Minimize main, close children Minimize os filhos principais e próximos - + Minimize all windows Minimize todas as janelas - + Start application minimized Iniciar aplicação minimizada @@ -242,144 +244,145 @@ Minimizar ao fechar - + Number properties Propriedades do número - + Display unread message count Exibir contador de mensagens não lidas - + Number color Cor do número - + Number size Tamanho do número - + Alignment Alinhamento - + Top left Canto superior esquerdo - + Top centre Centro superior - + Top right Canto superior direito - + Middle left Meio esquerdo - + Middle centre Centro médio - + Middle right Meio à direita - + Bottom left Canto inferior esquerdo - + Bottom centre Centro inferior - + Bottom right Canto inferior direito - + Margins (left, top, right, bottom): Margens (esquerdo, superior, direito, inferior): - + Startup delay Atraso de inicialização - + Count type Tipo do contador - + Unread Não lidos - + New Novos - + Mail E-mail - + Use the preferences dialog in Thunderbird to select the accounts and folders Use a janela de preferências no Thunderbird para selecionar as contas e pastas - + Debug Depuração - + Display debug window Mostrar janela de depuração - + Save Salvar - + Cancel Cancelar - + + Minimize to tray Minimizar para a tray - - + + Open Image Abrir imagem - - + + Image Files (*.png *.jpg *.bmp) Arquivo de imagem (*.png *.jpg *.bmp) @@ -387,29 +390,45 @@ SysTrayX - + &Show/Hide &Exibir/Ocultar - + &Preferences &Preferências - + &About &Sobre - + &Quit &Sair - + Close Fechar + + SysTrayXIcon + + + SysTray-X: Thunderbird add-on companion app + SysTray-X: Aplicativo complementar do Thunderbird + + + + SysTrayXStatusNotifier + + + Thunderbird add-on companion app + Aplicativo complementar do Thunderbird + + diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.ru.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.ru.qm index f5945dd..38fc92a 100644 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.ru.qm and b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.ru.qm differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.ru.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.ru.ts index 2167706..e40c73a 100644 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.ru.ts +++ b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.ru.ts @@ -96,86 +96,87 @@ Настройки SysTray-X - + Default icon Иконка по умолчанию - - + + + Icon Иконка - + Minimize main to tray, close children Свернуть главное окно в трей, закрыть остальные - + Minimize all windows to tray Свернуть все окна в трей - - + + Default Thunderbird Стандартная Thunderbird - + Lookthrough icon Прозрачная иконка - - + + Custom icon Своя иконка - - + + Choose Выбрать - + KDE integration (Hide) Интеграция с KDE (Скрыть) - + Mail notification icon Иконка уведомления - + Blank icon Пустая иконка - + New mail icon Иконка "Новые письма" - + No icon Без иконки (только цифры) - + Theme Tема - + Light Светлая - + Dark Темная @@ -185,22 +186,23 @@ Окна - + Close При закрытии - + Restore startup positions Восстановить положение окон при запуске - + Minimize Свернуть - + + Default minimize Need documentation what methods do... Свернуть окно @@ -210,27 +212,27 @@ Свернуть в трей, вариант 1 - + Minimize to tray, method 2 Свернуть в трей, вариант 2 - + Default close Закрыть - + Minimize main, close children Свернуть главное окно, закрыть другие - + Minimize all windows Свернуть все окна - + Start application minimized Запуск приложения свернутым @@ -239,144 +241,145 @@ Сворачивать при закрытии - + Number properties Настройки индикатора кол-ва - + Display unread message count Показывать кол-во непрочитанных писем - + Number color Цвет числа - + Number size Размер числа - + Alignment Выравнивание - + Top left Верхний левый - + Top centre Верхний центр - + Top right Верхний правый - + Middle left Средний левый - + Middle centre Средний центральный - + Middle right Средний правый - + Bottom left Нижний левый - + Bottom centre Нижний центральный - + Bottom right Нижний правый - + Margins (left, top, right, bottom): Отступ (левый, Верхний, правый, Нижний): - + Startup delay Задержка запуска - + Count type Алгоритм подсчета - + Unread Непрочитанные - + New Новые - + Mail Письма - + Use the preferences dialog in Thunderbird to select the accounts and folders Используйте диалоговое окно настроек в Thunderbird, чтобы выбрать учетные записи и папки - + Debug Отладка - + Display debug window Показывать окно отладки - + Save Сохранить - + Cancel Отменить - + + Minimize to tray Свернуть в трей - - + + Open Image Открыть изображение - - + + Image Files (*.png *.jpg *.bmp) Файлы изображений (*.png *.jpg *.bmp) @@ -384,29 +387,45 @@ SysTrayX - + &Show/Hide &Показать/Скрыть - + &Preferences &Настройки - + &About &О приложении - + &Quit &Выход - + Close Закрыть + + SysTrayXIcon + + + SysTray-X: Thunderbird add-on companion app + SysTtray-X: Сопутствующее приложение Thunderbird + + + + SysTrayXStatusNotifier + + + Thunderbird add-on companion app + Сопутствующее приложение Thunderbird + + diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.sk.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.sk.qm deleted file mode 100644 index 1776294..0000000 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.sk.qm and /dev/null differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.sk.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.sk.ts deleted file mode 100644 index 9961e7b..0000000 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.sk.ts +++ /dev/null @@ -1,403 +0,0 @@ - - - - - AboutDialog - - - About SysTray-X - - - - - SysTray-X Companion App by Ximi1970 - - - - - Version: - - - - - 0.0.1 - - - - - Build: - - - - - - 0 - - - - - Hash: - - - - - Branch: - - - - - master - - - - - DebugWidget - - - SysTray-X Debug - - - - - Test 2 - - - - - Test 4 - - - - - Unread mail: - - - - - Test 1 - - - - - 0 - - - - - Test 3 - - - - - PreferencesDialog - - - SysTray-X Preferences - - - - - Default icon - - - - - - Icon - - - - - - Default Thunderbird - - - - - Lookthrough icon - - - - - - Custom icon - - - - - - Choose - - - - - KDE integration (Hide) - - - - - Mail notification icon - - - - - Blank icon - - - - - New mail icon - - - - - No icon - - - - - Theme - - - - - Light - - - - - Dark - - - - - Windows - - - - - Minimize - - - - - Close - - - - - Default minimize - - - - - Minimize to tray, method 2 - - - - - Default close - - - - - Minimize main to tray, close children - - - - - Minimize all windows to tray - - - - - Minimize main, close children - - - - - Minimize all windows - - - - - Start application minimized - - - - - Restore startup positions - - - - - Number properties - - - - - Display unread message count - - - - - Number color - - - - - Number size - - - - - Alignment - - - - - Top left - - - - - Top centre - - - - - Top right - - - - - Middle left - - - - - Middle centre - - - - - Middle right - - - - - Bottom left - - - - - Bottom centre - - - - - Bottom right - - - - - Margins (left, top, right, bottom): - - - - - Startup delay - - - - - Count type - - - - - Unread - - - - - New - - - - - Mail - - - - - Use the preferences dialog in Thunderbird to select the accounts and folders - - - - - Debug - - - - - Display debug window - - - - - Minimize to tray - - - - - Save - - - - - Cancel - - - - - - Open Image - - - - - - Image Files (*.png *.jpg *.bmp) - - - - - SysTrayX - - - &Show/Hide - - - - - &Preferences - - - - - &About - - - - - &Quit - - - - - Close - - - - diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.uk.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.uk.qm deleted file mode 100644 index 7431612..0000000 Binary files a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.uk.qm and /dev/null differ diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.uk.ts b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.uk.ts deleted file mode 100644 index d12fd9a..0000000 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.uk.ts +++ /dev/null @@ -1,403 +0,0 @@ - - - - - AboutDialog - - - About SysTray-X - - - - - SysTray-X Companion App by Ximi1970 - - - - - Version: - - - - - 0.0.1 - - - - - Build: - - - - - - 0 - - - - - Hash: - - - - - Branch: - - - - - master - - - - - DebugWidget - - - SysTray-X Debug - - - - - Test 2 - - - - - Test 4 - - - - - Unread mail: - - - - - Test 1 - - - - - 0 - - - - - Test 3 - - - - - PreferencesDialog - - - SysTray-X Preferences - - - - - Default icon - - - - - - Icon - - - - - - Default Thunderbird - - - - - Lookthrough icon - - - - - - Custom icon - - - - - - Choose - - - - - KDE integration (Hide) - - - - - Mail notification icon - - - - - Blank icon - - - - - New mail icon - - - - - No icon - - - - - Theme - - - - - Light - - - - - Dark - - - - - Windows - - - - - Minimize - - - - - Close - - - - - Default minimize - - - - - Minimize to tray, method 2 - - - - - Default close - - - - - Minimize main to tray, close children - - - - - Minimize all windows to tray - - - - - Minimize main, close children - - - - - Minimize all windows - - - - - Start application minimized - - - - - Restore startup positions - - - - - Number properties - - - - - Display unread message count - - - - - Number color - - - - - Number size - - - - - Alignment - - - - - Top left - - - - - Top centre - - - - - Top right - - - - - Middle left - - - - - Middle centre - - - - - Middle right - - - - - Bottom left - - - - - Bottom centre - - - - - Bottom right - - - - - Margins (left, top, right, bottom): - - - - - Startup delay - - - - - Count type - - - - - Unread - - - - - New - - - - - Mail - - - - - Use the preferences dialog in Thunderbird to select the accounts and folders - - - - - Debug - - - - - Display debug window - - - - - Minimize to tray - - - - - Save - - - - - Cancel - - - - - - Open Image - - - - - - Image Files (*.png *.jpg *.bmp) - - - - - SysTrayX - - - &Show/Hide - - - - - &Preferences - - - - - &About - - - - - &Quit - - - - - Close - - - - diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.zh-CN.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.zh-CN.qm deleted file mode 100644 index be651ee..0000000 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.zh-CN.qm +++ /dev/null @@ -1 +0,0 @@ - - - - - AboutDialog - - - About SysTray-X - - - - - SysTray-X Companion App by Ximi1970 - - - - - Version: - - - - - 0.0.1 - - - - - Build: - - - - - - 0 - - - - - Hash: - - - - - Branch: - - - - - master - - - - - DebugWidget - - - SysTray-X Debug - - - - - Test 2 - - - - - Test 4 - - - - - Unread mail: - - - - - Test 1 - - - - - 0 - - - - - Test 3 - - - - - PreferencesDialog - - - SysTray-X Preferences - - - - - Default icon - - - - - - Icon - - - - - - Default Thunderbird - - - - - Lookthrough icon - - - - - - Custom icon - - - - - - Choose - - - - - KDE integration (Hide) - - - - - Mail notification icon - - - - - Blank icon - - - - - New mail icon - - - - - No icon - - - - - Theme - - - - - Light - - - - - Dark - - - - - Windows - - - - - Minimize - - - - - Close - - - - - Default minimize - - - - - Minimize to tray, method 2 - - - - - Default close - - - - - Minimize main to tray, close children - - - - - Minimize all windows to tray - - - - - Minimize main, close children - - - - - Minimize all windows - - - - - Start application minimized - - - - - Restore startup positions - - - - - Number properties - - - - - Display unread message count - - - - - Number color - - - - - Number size - - - - - Alignment - - - - - Top left - - - - - Top centre - - - - - Top right - - - - - Middle left - - - - - Middle centre - - - - - Middle right - - - - - Bottom left - - - - - Bottom centre - - - - - Bottom right - - - - - Margins (left, top, right, bottom): - - - - - Startup delay - - - - - Count type - - - - - Unread - - - - - New - - - - - Mail - - - - - Use the preferences dialog in Thunderbird to select the accounts and folders - - - - - Debug - - - - - Display debug window - - - - - Minimize to tray - - - - - Save - - - - - Cancel - - - - - - Open Image - - - - - - Image Files (*.png *.jpg *.bmp) - - - - - SysTrayX - - - &Show/Hide - - - - - &Preferences - - - - - &About - - - - - &Quit - - - - - Close - - - - diff --git a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.zh-TW.qm b/app/SysTray-X/SysTray-X-app/languages/SysTray-X.zh-TW.qm deleted file mode 100644 index be651ee..0000000 --- a/app/SysTray-X/SysTray-X-app/languages/SysTray-X.zh-TW.qm +++ /dev/null @@ -1 +0,0 @@ - - - - - AboutDialog - - - About SysTray-X - - - - - SysTray-X Companion App by Ximi1970 - - - - - Version: - - - - - 0.0.1 - - - - - Build: - - - - - - 0 - - - - - Hash: - - - - - Branch: - - - - - master - - - - - DebugWidget - - - SysTray-X Debug - - - - - Test 2 - - - - - Test 4 - - - - - Unread mail: - - - - - Test 1 - - - - - 0 - - - - - Test 3 - - - - - PreferencesDialog - - - SysTray-X Preferences - - - - - Default icon - - - - - - Icon - - - - - - Default Thunderbird - - - - - Lookthrough icon - - - - - - Custom icon - - - - - - Choose - - - - - KDE integration (Hide) - - - - - Mail notification icon - - - - - Blank icon - - - - - New mail icon - - - - - No icon - - - - - Theme - - - - - Light - - - - - Dark - - - - - Windows - - - - - Minimize - - - - - Close - - - - - Default minimize - - - - - Minimize to tray, method 2 - - - - - Default close - - - - - Minimize main to tray, close children - - - - - Minimize all windows to tray - - - - - Minimize main, close children - - - - - Minimize all windows - - - - - Start application minimized - - - - - Restore startup positions - - - - - Number properties - - - - - Display unread message count - - - - - Number color - - - - - Number size - - - - - Alignment - - - - - Top left - - - - - Top centre - - - - - Top right - - - - - Middle left - - - - - Middle centre - - - - - Middle right - - - - - Bottom left - - - - - Bottom centre - - - - - Bottom right - - - - - Margins (left, top, right, bottom): - - - - - Startup delay - - - - - Count type - - - - - Unread - - - - - New - - - - - Mail - - - - - Use the preferences dialog in Thunderbird to select the accounts and folders - - - - - Debug - - - - - Display debug window - - - - - Minimize to tray - - - - - Save - - - - - Cancel - - - - - - Open Image - - - - - - Image Files (*.png *.jpg *.bmp) - - - - - SysTrayX - - - &Show/Hide - - - - - &Preferences - - - - - &About - - - - - &Quit - - - - - Close - - - - diff --git a/app/SysTray-X/SysTray-X-app/systrayxicon.cpp b/app/SysTray-X/SysTray-X-app/systrayxicon.cpp index 1d59353..4d0d337 100644 --- a/app/SysTray-X/SysTray-X-app/systrayxicon.cpp +++ b/app/SysTray-X/SysTray-X-app/systrayxicon.cpp @@ -37,6 +37,8 @@ SysTrayXIcon::SysTrayXIcon( SysTrayXLink* link, Preferences* pref, QObject* pare setNumberAlignment( m_pref->getNumberAlignment() ); m_number_margins = m_pref->getNumberMargins(); + setToolTip( tr( "SysTray-X: Thunderbird add-on companion app" ) ); + connect( this, &QSystemTrayIcon::activated, this, &SysTrayXIcon::slotIconActivated ); } diff --git a/app/SysTray-X/SysTray-X-app/systrayxstatusnotifier.cpp b/app/SysTray-X/SysTray-X-app/systrayxstatusnotifier.cpp index f1894d5..9582001 100644 --- a/app/SysTray-X/SysTray-X-app/systrayxstatusnotifier.cpp +++ b/app/SysTray-X/SysTray-X-app/systrayxstatusnotifier.cpp @@ -58,7 +58,10 @@ SysTrayXStatusNotifier::SysTrayXStatusNotifier( SysTrayXLink* link, Preferences* setIconByPixmap( QIcon( QPixmap( ":/files/icons/Thunderbird115.png") ) ); } - setTitle("SysTray-X"); + setTitle( "SysTray-X" ); + + setToolTipTitle( "SysTray-X" ); + setToolTipSubTitle( tr( "Thunderbird add-on companion app" ) ); setStatus( KStatusNotifierItem::ItemStatus::Passive ); m_hide_default_icon = true;