diff options
author | EuAndreh <eu@euandre.org> | 2020-11-04 17:38:20 -0300 |
---|---|---|
committer | nixpkgs-review <nixpkgs-review@example.com> | 2020-11-04 17:38:31 -0300 |
commit | 74e220677ac2cb1bef16d0f62092d56db6f62e1d (patch) | |
tree | 584206f01cc1b1a2dffedbffb943d4d7fb601ac2 /locale/fr/LC_MESSAGES/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.po | |
parent | Update mdpo version: 0.2.36 -> 0.2.37 (diff) | |
download | euandre.org-74e220677ac2cb1bef16d0f62092d56db6f62e1d.tar.gz euandre.org-74e220677ac2cb1bef16d0f62092d56db6f62e1d.tar.xz |
Add all code blocks to translation po files
Diffstat (limited to 'locale/fr/LC_MESSAGES/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.po')
-rw-r--r-- | locale/fr/LC_MESSAGES/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.po | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/locale/fr/LC_MESSAGES/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.po b/locale/fr/LC_MESSAGES/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.po index 0769039..bb0ab48 100644 --- a/locale/fr/LC_MESSAGES/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.po +++ b/locale/fr/LC_MESSAGES/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.po @@ -8,3 +8,21 @@ msgid "" "layout: pastebin\n" "lang: en" msgstr "" + +msgid "" +" # Derived from Guix guix-daemon.service.in\n" +" # https://git.savannah.gnu.org/cgit/guix.git/tree/etc/guix-daemon.service.in?id=00c86a888488b16ce30634d3a3a9d871ed6734a2\n" +" systemd.services.guix-daemon = {\n" +" enable = true;\n" +" description = \"Build daemon for GNU Guix\";\n" +" serviceConfig = {\n" +" ExecStart = \"/var/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild\";\n" +" Environment=\"GUIX_LOCPATH=/root/.guix-profile/lib/locale\";\n" +" RemainAfterExit=\"yes\";\n" +" StandardOutput=\"syslog\";\n" +" StandardError=\"syslog\";\n" +" TaskMax= 8192;\n" +" };\n" +" wantedBy = [ \"multi-user.target\" ];\n" +" };\n" +msgstr "" |