diff options
Diffstat (limited to 'po/LC_MESSAGES/CHANGELOG.en.md/eo.po')
-rw-r--r-- | po/LC_MESSAGES/CHANGELOG.en.md/eo.po | 113 |
1 files changed, 101 insertions, 12 deletions
diff --git a/po/LC_MESSAGES/CHANGELOG.en.md/eo.po b/po/LC_MESSAGES/CHANGELOG.en.md/eo.po index 5c65d3c..764f38f 100644 --- a/po/LC_MESSAGES/CHANGELOG.en.md/eo.po +++ b/po/LC_MESSAGES/CHANGELOG.en.md/eo.po @@ -10,7 +10,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.3\n" +"X-Generator: Poedit 3.0.1\n" msgid "Unreleased" msgstr "Neeldonita" @@ -93,17 +93,6 @@ msgid "Code forges" msgstr "Fontkodaj forĝejoj" msgid "" -"All code forges listed in [`#task-" -"cebc5298-17ad-5c60-dfa5-a25b66433a3a`](https://euandreh.xyz/git-" -"permalink/TODOs.html#task-cebc5298-17ad-5c60-dfa5-a25b66433a3a) were added, " -"and the task was marked as `DONE`." -msgstr "" -"Ĉiuj fontkodaj forĝejoj listigita en [`#task-" -"cebc5298-17ad-5c60-dfa5-a25b66433a3a`](https://euandreh.xyz/git-" -"permalink/TODOs.html#task-cebc5298-17ad-5c60-dfa5-a25b66433a3a) estis " -"aldonita, kaj la tasko estas markita kiel farita (`DONE`)." - -msgid "" "[0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) - " "2021-06-13" msgstr "" @@ -156,6 +145,106 @@ msgstr "Perl" msgid "Removed dependency on Perl for development." msgstr "La dependeco pri Perl por disvolviĝo estis forigita." +msgid "Translations via external files" +msgstr "" + +msgid "Makefile variables" +msgstr "" + +msgid "Each target directory now has its own configurable Makefile variable:" +msgstr "" + +msgid "`$(PREFIX)` stays the same: `/usr/local`;" +msgstr "" + +msgid "" +"`$(BINDIR)` for `$(PREFIX)/bin`. This was already the value used on the " +"`install` target, but now one can specifically configure it without having " +"to change `$(PREFIX)`;" +msgstr "" + +msgid "" +"`$(SHAREDIR)` as the base directory for `$(MANDIR)` and `$(LOCALEDIR)`;" +msgstr "" + +msgid "" +"`$(MANDIR)` in favour of `$(MANPREFIX)`, which uses `$(LOCALEDIR)/man`. So " +"now the manpages directory can be affected by either changing `$(PREFIX)` or" +" `$(SHAREDIR)`;" +msgstr "" + +msgid "" +"`$(LOCALEDIR)` pointing to `$(SHAREDIR)/locale`, where the translated " +"strings are installed." +msgstr "" + +msgid "Calling `make`" +msgstr "" + +msgid "" +"In order to generate the correct files, one should provide the `$(PREFIX)` " +"value to `make` both when building and when installing. Where previous one " +"would do:" +msgstr "" + +msgid "" +"$ make\n" +"$ make install PREFIX=$HOME/.local\n" +msgstr "" + +msgid "...now needs to be:" +msgstr "" + +msgid "" +"$ make PREFIX=$HOME/.local\n" +"$ make install PREFIX=$HOME/.local\n" +msgstr "" + +msgid "Dependency on `aux/`" +msgstr "" + +msgid "" +"The canonical `make clean all check install uninstall` targets don't depend " +"on `aux/` for working correctly anymore " +"([#td-079946ed-7e58-3051-78d6-71ba12342aba][#td-079946ed-7e58-3051-78d6-71ba12342aba])." +msgstr "" + +msgid "" +"All code forges listed in [`#td-" +"cebc5298-17ad-5c60-dfa5-a25b66433a3a`](https://euandreh.xyz/git-" +"permalink/TODOs.html#td-cebc5298-17ad-5c60-dfa5-a25b66433a3a) were added, " +"and the task was marked as `DONE`." +msgstr "" + +msgid "" +"[#td-079946ed-7e58-3051-78d6-71ba12342aba]: " +"../TODOs.html#td-079946ed-7e58-3051-78d6-71ba12342aba" +msgstr "" +"[#td-079946ed-7e58-3051-78d6-71ba12342aba]: " +"../TODOs.html#td-079946ed-7e58-3051-78d6-71ba12342aba" + +msgid "" +"Instead of having translation strings hard-coded into `src/git-permalink.in`" +" itself, it now uses `src/locale/load-messages.sh.in` to dynamically lookup " +"a translation file and load its strings." +msgstr "" + +msgid "" +"`$(LIBEXECDIR)` pointing to `$(PREFIX)/libexec` where `src/locale/load-" +"messages.sh.in` is put;" +msgstr "" + +#~ msgid "" +#~ "All code forges listed in [`#task-" +#~ "cebc5298-17ad-5c60-dfa5-a25b66433a3a`](https://euandreh.xyz/git-" +#~ "permalink/TODOs.html#task-cebc5298-17ad-5c60-dfa5-a25b66433a3a) were added, " +#~ "and the task was marked as `DONE`." +#~ msgstr "" +#~ "Ĉiuj fontkodaj forĝejoj listigita en [`#task-" +#~ "cebc5298-17ad-5c60-dfa5-a25b66433a3a`](https://euandreh.xyz/git-" +#~ "permalink/TODOs.html#task-cebc5298-17ad-5c60-dfa5-a25b66433a3a) estis " +#~ "aldonita, kaj la tasko estas markita kiel farita (`DONE`)." + #~ msgid "Changelog for [git-permalink](https://euandreh.xyz/git-permalink/)." #~ msgstr "" #~ "Ŝanĝlisto (changelog) por [git-permalink](https://euandreh.xyz/git-" |