diff --git a/localization/rssguard_ja.ts b/localization/rssguard_ja.ts index 091e1d35e..b7081e89a 100644 --- a/localization/rssguard_ja.ts +++ b/localization/rssguard_ja.ts @@ -6779,22 +6779,22 @@ Also, there are some built-in sounds. Just start typing ":" and they w Notifications type - Notifications type + 通知タイプ Native notifications (tray icon must be enabled) - Native notifications (tray icon must be enabled) + ネイティブ通知 (トレイアイコンを有効にする必要があります) Custom notifications - Custom notifications + カスタム通知 Position - Position + 位置 diff --git a/localization/rssguard_nl.ts b/localization/rssguard_nl.ts index c789534c8..b390dca6f 100644 --- a/localization/rssguard_nl.ts +++ b/localization/rssguard_nl.ts @@ -313,7 +313,7 @@ Om te zien wat er NIEUW is in deze versie: klik op deze melding. Close this notification - Close this notification + Melding sluiten @@ -6188,12 +6188,12 @@ Makers van de applicatie zijn niet verantwoordelijk voor dataverlies. PC restart needed - PC restart needed + PC herstart benodigd Your PC needs to be restarted to make some of enabled features fully working. - Your PC needs to be restarted to make some of enabled features fully working. + De computer moet opnieuw opgestart worden voor dat alle nieuwe features correct werken. @@ -6794,27 +6794,27 @@ Er zijn ook een aantal ingebouwde geluiden beschikbaar. Typ ":" om de Enable notifications - Aanzetten van meldingen + Meldingen inschakelen Notifications type - Notifications type + Meldingstype Native notifications (tray icon must be enabled) - Native notifications (tray icon must be enabled) + Standaard meldingen (taakbalkicoon moet zijn ingeschakeld) Custom notifications - Custom notifications + Aangepaste meldingen Position - Position + Positie @@ -6925,7 +6925,7 @@ Er zijn ook een aantal ingebouwde geluiden beschikbaar. Typ ":" om de cannot get native 'sqlite3' DB handle - cannot get native 'sqlite3' DB handle + kan geen standaard 'sqlite3' DB handle verkrijgen @@ -7545,32 +7545,32 @@ Ongelezen nieuws: %2 Dialog - Dialog + Dialoog ... - ... + ... 11 - 11 + 11 TextLabel - TextLabel + TekstLabel PushButton - PushButton + Drukknop Do it! - Do it! + Nu uitvoeren! diff --git a/src/rssguard/main.cpp b/src/rssguard/main.cpp index afe5553d0..285ab9264 100644 --- a/src/rssguard/main.cpp +++ b/src/rssguard/main.cpp @@ -17,6 +17,7 @@ #endif #include +#include int main(int argc, char* argv[]) { qSetMessagePattern(QSL("time=\"%{time process}\" type=\"%{type}\" -> %{message}"));