diff options
Diffstat (limited to 'po/LC_MESSAGES/CHANGELOG.en.md/fr.po')
| -rw-r--r-- | po/LC_MESSAGES/CHANGELOG.en.md/fr.po | 123 |
1 files changed, 112 insertions, 11 deletions
diff --git a/po/LC_MESSAGES/CHANGELOG.en.md/fr.po b/po/LC_MESSAGES/CHANGELOG.en.md/fr.po index 1175365..2dc7d5d 100644 --- a/po/LC_MESSAGES/CHANGELOG.en.md/fr.po +++ b/po/LC_MESSAGES/CHANGELOG.en.md/fr.po @@ -93,17 +93,6 @@ msgid "Code forges" msgstr "Sites d'hébergement" 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 "" -"Toutes les sites d'hébergement listé dans [`#task-" -"cebc5298-17ad-5c60-dfa5-a25b66433a3a`](https://euandreh.xyz/git-" -"permalink/TODOs.html#task-cebc5298-17ad-5c60-dfa5-a25b66433a3a) ont été " -"ajouté, et la tâche à été marqué comme fini (`DONE`)." - -msgid "" "[0.1.0](https://euandreh.xyz/git-permalink.git/commit/?id=v0.1.0) - " "2021-06-13" msgstr "" @@ -157,6 +146,118 @@ msgstr "Perl" msgid "Removed dependency on Perl for development." msgstr "La dependance dans Perl pour le développement a été supprimé." +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 "" + +#, fuzzy +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 "" +#~ "`$(LIBEXECDIR)` pointing to `$(PREFIX)/libexec` where `src/load-locale-" +#~ "messages.sh.in` is put;" +#~ msgstr "" + +#~ msgid "" +#~ "Instead of having translation strings hard-coded into `src/git-permalink.in`" +#~ " itself, it now uses `src/load-locale-messages.sh.in` to dynamically lookup " +#~ "a translation file and load its strings." +#~ 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 "" +#~ "Toutes les sites d'hébergement listé dans [`#task-" +#~ "cebc5298-17ad-5c60-dfa5-a25b66433a3a`](https://euandreh.xyz/git-" +#~ "permalink/TODOs.html#task-cebc5298-17ad-5c60-dfa5-a25b66433a3a) ont été " +#~ "ajouté, et la tâche à été marqué comme fini (`DONE`)." + #~ msgid "Changelog for [git-permalink](https://euandreh.xyz/git-permalink/)." #~ msgstr "" #~ "Journal des modifications (changelog) pour [git-" |
