From be8bfdc9fcfd91a19d9803b1b3301407674c55d5 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Sat, 1 May 2021 17:02:00 -0500 Subject: [PATCH] Update catkeys --- TODO.txt | 10 ---------- locales/{ => app}/en.catkeys | 33 +++++++++++++-------------------- locales/{ => app}/eo.catkeys | 33 +++++++++++++-------------------- locales/daemon/en.catkeys | 22 ++++++++++++++++++++++ locales/daemon/eo.catkeys | 24 ++++++++++++++++++++++++ src/Daemon.rdef | 5 ----- 6 files changed, 72 insertions(+), 55 deletions(-) delete mode 100644 TODO.txt rename locales/{ => app}/en.catkeys (74%) rename locales/{ => app}/eo.catkeys (74%) create mode 100644 locales/daemon/en.catkeys create mode 100644 locales/daemon/eo.catkeys diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index 13bf64f..0000000 --- a/TODO.txt +++ /dev/null @@ -1,10 +0,0 @@ -* Memory leaks - * ~.05MB per feed on download, in Util.ccp, fetch(). I'm stumped here. - * ~.02MB per feed on parsing -* Fix background of Feeds List error status icon (it's black, not transparent) -* Proper scripting support -* Show in desktray -* Move the provisional BList download queue to a BJob + JobQueue system - * This might add some more flexibility -* Multiple downloads at once - * Array of thread_ids for multiple DL threads? diff --git a/locales/en.catkeys b/locales/app/en.catkeys similarity index 74% rename from locales/en.catkeys rename to locales/app/en.catkeys index f5b6fb1..147750f 100644 --- a/locales/en.catkeys +++ b/locales/app/en.catkeys @@ -1,61 +1,54 @@ -1 English application/x-vnd.Pogger 1418478689 +1 English application/x-vnd.Pogger 3216580394 Updates MainWindow Updates Edit… FeedsView Edit… -Invalid Feed FeedEditWindow Invalid Feed +OK FeedsView OK Never automatically update UpdatesView Never automatically update -Entries Directory EntriesView Entries Directory -{0, plural,=1{Failed to update %source% and one other.}other{Failed to update %source% and # others.}} Notifier {0, plural,=1{Failed to update %source% and one other.}other{Failed to update %source% and # others.}} +Edit feed FeedEditWindow Edit feed Browse… EntriesView Browse… Entries MainWindow Entries Feeds MainWindow Feeds Feed name: FeedEditWindow Feed name: -Update Now MainWindow Update Now There is not enough memory available on your system to load the preferences file.\nPlease try closing a few applications and restarting Pogger. Preferences There is not enough memory available on your system to load the preferences file.\nPlease try closing a few applications and restarting Pogger. Select… EntriesView Select… +Confirm removal FeedsView Confirm removal +Are you sure you want to remove the selected feed? FeedsView Are you sure you want to remove the selected feed? Scheduling UpdatesView Scheduling -{0, plural,=1{%n% new entries from %source% and one other.}other{%n% new entries from %source% and # others.}} Notifier {0, plural,=1{%n% new entries from %source% and one other.}other{%n% new entries from %source% and # others.}} Open as: EntriesView Open as: Couldn't open the preferences file because permission was denied.\nThis usually means that you don't have read permissions to your settings directory.\nPlease make sure that your user has read-access to your settings directory― likely %path%.\nCheck your OS documentation for more information. Preferences Couldn't open the preferences file because permission was denied.\nThis usually means that you don't have read permissions to your settings directory.\nPlease make sure that your user has read-access to your settings directory― likely %path%.\nCheck your OS documentation for more information. Pogger System name Pogger Update every 30 minutes UpdatesView Update every 30 minutes -Channel '%source%' at %url%:\n RssFeed Channel '%source%' at %url%:\n +Cancel FeedsView Cancel +Invalid feed FeedEditWindow Invalid feed Notify about new entries UpdatesView Notify about new entries {0, plural,=1{Update every hour}other{Update every # hours}} UpdatesView {0, plural,=1{Update every hour}other{Update every # hours}} OK EntriesView OK Couldn't open this folder because no path was specified.\nPlease select a new folder. EntriesView Couldn't open this folder because no path was specified.\nPlease select a new folder. Cancel MainWindow Cancel +Entries directory EntriesView Entries directory Saving EntriesView Saving Couldn't open the preferences file because the path is not specified.\nThis usually means that the programmer made a mistake.\nPlease submit a bug report to the Pogger repository on GitHub.\nYour personal settings will not be loaded. Preferences Couldn't open the preferences file because the path is not specified.\nThis usually means that the programmer made a mistake.\nPlease submit a bug report to the Pogger repository on GitHub.\nYour personal settings will not be loaded. -\t-%count% entries-\n RssFeed \t-%count% entries-\n Update daily UpdatesView Update daily HTML EntriesView HTML -Feed Updates Notifier Feed Updates Notify about update failures UpdatesView Notify about update failures -Update Failure Notifier Update Failure The path you selected isn't a folder― please choose another path. EntriesView The path you selected isn't a folder― please choose another path. -Untitled Feed Notifier Untitled Feed +Update now MainWindow Update now 24 hours UpdatesView 24 hours There is not enough memory available on your system to access the given path.\nPlease try closing a few applications and restarting Pogger. EntriesView There is not enough memory available on your system to access the given path.\nPlease try closing a few applications and restarting Pogger. Untitled Feed FeedListItem Untitled Feed Never UpdatesView Never Feed URL: FeedEditWindow Feed URL: New Feed FeedEditWindow New Feed -Channel '%source%' at %url%:\n AtomFeed Channel '%source%' at %url%:\n -Downloading feed from FeedController Downloading feed from -URL EntriesView URL +Remove selected feed FeedsView Remove selected feed Please enter a URL. FeedEditWindow Please enter a URL. OK FeedEditWindow OK +URL EntriesView URL Preferences file Preferences Preferences file Notifications UpdatesView Notifications -Save FeedEditWindow Save -Failed to update %source%. Notifier Failed to update %source%. +Add new feed FeedsView Add new feed Fetching %source%… FeedsView Fetching %source%… -{0, plural,=1{One new entry from %source%.}other{# new entries from %source%.}} Notifier {0, plural,=1{One new entry from %source%.}other{# new entries from %source%.}} -Edit Feed FeedEditWindow Edit Feed +Cancel FeedEditWindow Cancel Opening EntriesView Opening The given URL is invalid. Please make sure you typed it in correctly. FeedEditWindow The given URL is invalid. Please make sure you typed it in correctly. -Delete FeedEditWindow Delete Entry folder: EntriesView Entry folder: -\t-%count% entries-\n AtomFeed \t-%count% entries-\n Couldn't open this folder because permission was denied.\nThis usually means that you don't have read permissions.\nPlease make sure that your user has read-access to this folder.\nCheck your OS documentation for more information. EntriesView Couldn't open this folder because permission was denied.\nThis usually means that you don't have read permissions.\nPlease make sure that your user has read-access to this folder.\nCheck your OS documentation for more information. Open with: EntriesView Open with: diff --git a/locales/eo.catkeys b/locales/app/eo.catkeys similarity index 74% rename from locales/eo.catkeys rename to locales/app/eo.catkeys index ca945ad..f63973f 100644 --- a/locales/eo.catkeys +++ b/locales/app/eo.catkeys @@ -1,61 +1,54 @@ -1 Esperanto application/x-vnd.Pogger 1418478689 +1 Esperanto application/x-vnd.Pogger 3216580394 Updates MainWindow Ĝisdatigoj Edit… FeedsView Redakti… -Invalid Feed FeedEditWindow Malvalida Fonto +OK FeedsView Bone Never automatically update UpdatesView Neniam ĝisdatigas aŭtomate -Entries Directory EntriesView Dosierujo de Afiŝoj -{0, plural,=1{Failed to update %source% and one other.}other{Failed to update %source% and # others.}} Notifier {0, plural,=1{Eraris ĝisdatigante %source% k alian.}other{Eraris ĝisdatigante %source% kaj # aliaj.}} +Edit feed FeedEditWindow Redakti fonton Browse… EntriesView Foliumi… Entries MainWindow Afiŝoj Feeds MainWindow Fontoj Feed name: FeedEditWindow Fontonomo: -Update Now MainWindow Ĝisdatigi There is not enough memory available on your system to load the preferences file.\nPlease try closing a few applications and restarting Pogger. Preferences Restas nesufiĉa kvanto de memoro je via sistmo, por ŝalti la agordan dosieron.\nBonvole provu malfermi kelkajn programojn, kaj poste restartigi Pogger. Select… EntriesView Elekti… +Confirm removal FeedsView Certigi forigon +Are you sure you want to remove the selected feed? FeedsView Ĉu vi certas, ke vi volas malaboni la elektatan fonton? Scheduling UpdatesView Tempoplano -{0, plural,=1{%n% new entries from %source% and one other.}other{%n% new entries from %source% and # others.}} Notifier {0, plural,=1{%n% novaj afiŝoj de %source% kaj alia.}other{%n% novaj afiŝoj de %source% kaj # aliaj.}} Open as: EntriesView Malfermi kiel: Couldn't open the preferences file because permission was denied.\nThis usually means that you don't have read permissions to your settings directory.\nPlease make sure that your user has read-access to your settings directory― likely %path%.\nCheck your OS documentation for more information. Preferences Neeblis malfermi la agordan dosieron, ĉar mankas permeso.\nTio probable signifas ke vi ne rajtas legi vian agordan dosierujon.\nBonvole certigi, ke via uzanto rajtas legi la agordan dosieron― probable %path%.\nReferenci vian funkcisisteman helpolibron, por lerni pli. Pogger System name Pogger Update every 30 minutes UpdatesView Ĝisdatigas duonhore -Channel '%source%' at %url%:\n RssFeed Fonoto '%source%' ĉe %url%:\n +Cancel FeedsView Nuligi +Invalid feed FeedEditWindow Malvalida Fonto Notify about new entries UpdatesView Sciigi pri novaj afiŝoj {0, plural,=1{Update every hour}other{Update every # hours}} UpdatesView {0, plural,=1{Ĝisdatigas hore}other{Ĝisdatigas po # horoj}} OK EntriesView Bone Couldn't open this folder because no path was specified.\nPlease select a new folder. EntriesView Neeblis malfermi ĉi tiun dosierujon, ĉar la loko estas nedifinita.\nBonvole elektu novan dosierujon. Cancel MainWindow Nuligi +Entries directory EntriesView Dosierujo de afiŝoj Saving EntriesView Konservado Couldn't open the preferences file because the path is not specified.\nThis usually means that the programmer made a mistake.\nPlease submit a bug report to the Pogger repository on GitHub.\nYour personal settings will not be loaded. Preferences Neeblis malfermi agordan dosieron ĉar la loko estas nedifinita.\nProbable tio signifas, ke la programisto eraris iel.\nBonvole raporti la problemon al la Pogger deponojo ĉe Github.\nViaj propraj agordoj ne ŝaltiĝos. Bedaŭron. -\t-%count% entries-\n RssFeed \t-%count% afiŝoj-\n Update daily UpdatesView Ĝisdatigas tage HTML EntriesView HTML -Feed Updates Notifier Fonto Ĝisdatigoj Notify about update failures UpdatesView Sciigi pri eraroj ĝisdatigaj -Update Failure Notifier Eraris Ĝisdatigante The path you selected isn't a folder― please choose another path. EntriesView La loko kiun vi elektis ne estas dosierujo― bonvole, elektu alian lokon. -Untitled Feed Notifier Sennoma Fonto +Update now MainWindow Ĝisdatigi 24 hours UpdatesView 24 horoj There is not enough memory available on your system to access the given path.\nPlease try closing a few applications and restarting Pogger. EntriesView Restas nesufiĉa kvanto de memoro je via sistmo, por aliri tiun lokon.\nBonvole provu malfermi kelkajn programojn, kaj poste restartigi Pogger. Untitled Feed FeedListItem Sennoma Fonto Never UpdatesView Neniam Feed URL: FeedEditWindow Fonto URL: New Feed FeedEditWindow Nova Fonto -Channel '%source%' at %url%:\n AtomFeed Fonto '%source%' ĉe %url%:\n -Downloading feed from FeedController Elŝultante fonton de +Remove selected feed FeedsView Forigi elektatan fonton Please enter a URL. FeedEditWindow Bonvole enigu URL-on. -URL EntriesView URL OK FeedEditWindow Bone +URL EntriesView URL Preferences file Preferences Agorda dosiero Notifications UpdatesView Sciigoj -Save FeedEditWindow Konservi -Failed to update %source%. Notifier Eraris ĝisdatigante %source%. +Add new feed FeedsView Aboni novan fonton Fetching %source%… FeedsView Elŝultante %source%… -{0, plural,=1{One new entry from %source%.}other{# new entries from %source%.}} Notifier {0, plural,=1{Nova afiŝo de %source%.}other{# novaj afiŝoj de %source%.}} -Edit Feed FeedEditWindow Redakti Fonton +Cancel FeedEditWindow Nuligi Opening EntriesView Malfermado The given URL is invalid. Please make sure you typed it in correctly. FeedEditWindow La enigita URL nevalidas. Bonvole, certigu ke vi ĝin ĝuste tajpis. -Delete FeedEditWindow Forigi Entry folder: EntriesView Afiŝa dosierujo: -\t-%count% entries-\n AtomFeed \t-%count% afiŝoj-\n Couldn't open this folder because permission was denied.\nThis usually means that you don't have read permissions.\nPlease make sure that your user has read-access to this folder.\nCheck your OS documentation for more information. EntriesView Neeblis malfermi la tiun dosierujon, ĉar mankas permeso.\nTio probable signifas ke vi ne rajtas legi ĝin.\n\nBonvole certigi, ke via uzanto rajtas legi ĝin.\nReferenci vian funkcisisteman helpolibron, por lerni pli. Open with: EntriesView Malfermi per: diff --git a/locales/daemon/en.catkeys b/locales/daemon/en.catkeys new file mode 100644 index 0000000..c4fe47f --- /dev/null +++ b/locales/daemon/en.catkeys @@ -0,0 +1,22 @@ +1 English application/x-vnd.PoggerDaemon 3501771266 +{0, plural,=1{One new entry from %source%.}other{# new entries from %source%.}} Notifier {0, plural,=1{One new entry from %source%.}other{# new entries from %source%.}} +Channel '%source%' at %url%:\n RssFeed Channel '%source%' at %url%:\n +Channel '%source%' at %url%:\n AtomFeed Channel '%source%' at %url%:\n +Downloading feed from FeedController Downloading feed from +Settings… DeskbarView Settings… +Couldn't open the preferences file because the path is not specified.\nThis usually means that the programmer made a mistake.\nPlease submit a bug report to the Pogger repository on GitHub.\nYour personal settings will not be loaded. Preferences Couldn't open the preferences file because the path is not specified.\nThis usually means that the programmer made a mistake.\nPlease submit a bug report to the Pogger repository on GitHub.\nYour personal settings will not be loaded. +\t-%count% entries-\n RssFeed \t-%count% entries-\n +{0, plural,=1{Failed to update %source% and one other.}other{Failed to update %source% and # others.}} Notifier {0, plural,=1{Failed to update %source% and one other.}other{Failed to update %source% and # others.}} +Preferences file Preferences Preferences file +Update now DeskbarView Update now +Feed updates Notifier Feed updates +Update failure Notifier Update failure +Untitled feed Notifier Untitled feed +Quit Pogger DeskbarView Quit Pogger +Open entry folder… DeskbarView Open entry folder… +\t-%count% entries-\n AtomFeed \t-%count% entries-\n +There is not enough memory available on your system to load the preferences file.\nPlease try closing a few applications and restarting Pogger. Preferences There is not enough memory available on your system to load the preferences file.\nPlease try closing a few applications and restarting Pogger. +Query new entries… DeskbarView Query new entries… +{0, plural,=1{%n% new entries from %source% and one other.}other{%n% new entries from %source% and # others.}} Notifier {0, plural,=1{%n% new entries from %source% and one other.}other{%n% new entries from %source% and # others.}} +Couldn't open the preferences file because permission was denied.\nThis usually means that you don't have read permissions to your settings directory.\nPlease make sure that your user has read-access to your settings directory― likely %path%.\nCheck your OS documentation for more information. Preferences Couldn't open the preferences file because permission was denied.\nThis usually means that you don't have read permissions to your settings directory.\nPlease make sure that your user has read-access to your settings directory― likely %path%.\nCheck your OS documentation for more information. +Failed to update %source%. Notifier Failed to update %source%. diff --git a/locales/daemon/eo.catkeys b/locales/daemon/eo.catkeys new file mode 100644 index 0000000..787a3b2 --- /dev/null +++ b/locales/daemon/eo.catkeys @@ -0,0 +1,24 @@ +1 Esperanto application/x-vnd.PoggerDaemon 3501771266 +{0, plural,=1{One new entry from %source%.}other{# new entries from %source%.}} Notifier {0, plural,=1{Nova afiŝo de %source%.}other{# novaj afiŝoj de %source%.}} +Channel '%source%' at %url%:\n RssFeed Fonto '%source%' ĉe %url%:\n +Channel '%source%' at %url%:\n AtomFeed Fonto '%source%' ĉe %url%:\n +Downloading feed from FeedController Elŝultante fonton de +Settings… DeskbarView Agordoj… +Couldn't open the preferences file because the path is not specified.\nThis usually means that the programmer made a mistake.\nPlease submit a bug report to the Pogger repository on GitHub.\nYour personal settings will not be loaded. Preferences Neeblis malfermi agordan dosieron ĉar la loko estas nedifinita.\nProbable tio signifas, ke la programisto eraris iel.\nBonvole raporti la problemon al la Pogger deponojo ĉe Github.\nViaj propraj agordoj ne ŝaltiĝos. Bedaŭron. +\t-%count% entries-\n RssFeed \t-%count% afiŝoj-\n +{0, plural,=1{Failed to update %source% and one other.}other{Failed to update %source% and # others.}} Notifier {0, plural,=1{Eraris ĝisdatigante %source% k alian.}other{Eraris ĝisdatigante %source% kaj # aliaj.}} +Preferences file Preferences Agorda dosiero +Update now DeskbarView Ĝisdatigi nun +Feed updates Notifier Fontaj ĝisdatigoj +Update failure Notifier Ĝisdatiga eraro +Untitled feed Notifier Sennoma fonto +Quit Pogger DeskbarView Ĉesi Pogger +Open entry folder… DeskbarView Malfermi afiŝan dosierujon… +\t-%count% entries-\n AtomFeed \t-%count% afiŝoj-\n +There is not enough memory available on your system to load the preferences file.\nPlease try closing a few applications and restarting Pogger. Preferences Restas nesufiĉa kvanto de memoro je via sistmo, por ŝalti la agordan dosieron.\nBonvole provu malfermi kelkajn programojn, kaj poste restartigi Pogger. +Query new entries… DeskbarView Serĉmendi novjan afiŝojn… +{0, plural,=1{%n% new entries from %source% and one other.}other{%n% new entries from %source% and # others.}} Notifier {0, plural,=1{%n% novaj afiŝoj de %source% kaj alia.}other{%n% novaj afiŝoj de %source% kaj # aliaj.}} +Couldn't open the preferences file because permission was denied.\nThis usually means that you don't have read permissions to your settings directory.\nPlease make sure that your user has read-access to your settings directory― likely %path%.\nCheck your OS documentation for more information. Preferences Neeblis malfermi la agordan dosieron, ĉar mankas permeso.\nTio probable signifas ke vi ne rajtas legi vian agordan dosierujon.\nBonvole certigi, ke via uzanto rajtas legi la agordan dosieron― probable %path%.\nReferenci vian funkcisisteman helpolibron, por lerni pli. +Failed to update %source%. Notifier Eraris ĝisdatigante %source%. +d to update %source%. +rce%. diff --git a/src/Daemon.rdef b/src/Daemon.rdef index 7597192..e15b20d 100644 --- a/src/Daemon.rdef +++ b/src/Daemon.rdef @@ -15,8 +15,3 @@ resource app_version { short_info = "Pogger daemon", long_info = "Background daemon for Pogger" }; - -resource file_types message { - "types" = "application/x-feed-entry", - "types" = "application/x-feed-source" -};