# SOME DESCRIPTIVE TITLE. # This file is put in the public domain. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: shepherd 0.9.0rc1\n" "Report-Msgid-Bugs-To: guix-devel@gnu.org\n" "POT-Creation-Date: 2022-03-30 17:00+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. TRANSLATORS: Strings occasionally contain escape sequences starting #. with '~' (tilde). For example, '~a' corresponds to '%s' in C printf #. syntax and '~%' corresponds to '\n'. These must be preserved as is. #. See #. #. for more info. #: modules/shepherd/comm.scm:182 #, scheme-format msgid "service '~a' could not be found" msgstr "" #: modules/shepherd/comm.scm:185 #, scheme-format msgid "service '~a' does not have an action '~a'" msgstr "" #: modules/shepherd/comm.scm:189 #, scheme-format msgid "exception caught while executing '~a' on service '~a':" msgstr "" #: modules/shepherd/comm.scm:194 #, scheme-format msgid "something went wrong: ~s" msgstr "" #: modules/shepherd/scripts/herd.scm:75 msgid "Started:\n" msgstr "" #: modules/shepherd/scripts/herd.scm:77 msgid "Stopped:\n" msgstr "" #. TRANSLATORS: Here "one-shot" refers to "one-shot services". These are #. services that are immediately marked as stopped once their 'start' #. method has completed. #: modules/shepherd/scripts/herd.scm:83 msgid "One-shot:\n" msgstr "" #: modules/shepherd/scripts/herd.scm:96 #, scheme-format msgid "Status of ~a:~%" msgstr "" #: modules/shepherd/scripts/herd.scm:98 #, scheme-format msgid " It is started.~%" msgstr "" #. TRANSLATORS: The "~s" bit is most of the time a placeholder #. for the PID (an integer) of the running process, and #. occasionally for another Scheme object. #: modules/shepherd/scripts/herd.scm:103 #, scheme-format msgid " Running value is ~s.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:105 #, scheme-format msgid " It is stopped (one-shot).~%" msgstr "" #: modules/shepherd/scripts/herd.scm:107 #, scheme-format msgid " It is stopped.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:109 #, scheme-format msgid " It is enabled.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:110 #, scheme-format msgid " It is disabled.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:111 #, scheme-format msgid " Provides ~a.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:112 #, scheme-format msgid " Requires ~a.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:113 #, scheme-format msgid " Conflicts with ~a.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:115 #, scheme-format msgid " Will be respawned.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:116 #, scheme-format msgid " Will not be respawned.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:119 #, scheme-format msgid " Last respawned on ~a.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:176 #, scheme-format msgid "failed to start service ~a" msgstr "" #: modules/shepherd/scripts/herd.scm:195 msgid "premature end-of-file while talking to shepherd" msgstr "" #: modules/shepherd/scripts/herd.scm:210 msgid "ACTION SERVICE [ARG...]" msgstr "" #: modules/shepherd/scripts/herd.scm:211 msgid "" "Apply ACTION (start, stop, status, etc.) on \\\n" "SERVICE with the ARGs." msgstr "" #: modules/shepherd/scripts/herd.scm:219 modules/shepherd.scm:269 #: modules/shepherd.scm:301 modules/shepherd.scm:308 modules/shepherd.scm:315 #: modules/shepherd.scm:322 msgid "FILE" msgstr "" #: modules/shepherd/scripts/herd.scm:220 msgid "send commands to FILE" msgstr "" #: modules/shepherd/scripts/herd.scm:233 #, scheme-format msgid "Usage: herd ACTION [SERVICE [OPTIONS...]]~%" msgstr "" #: modules/shepherd/support.scm:98 #, scheme-format msgid "Assertion ~a failed." msgstr "" #. TRANSLATORS: '~a' is a placeholder for the copyright year. #: modules/shepherd/support.scm:225 #, scheme-format msgid "Copyright (C) ~a the Shepherd authors" msgstr "" #: modules/shepherd/support.scm:226 msgid "" "License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law." msgstr "" #. TRANSLATORS: Please keep double semicolons at the beginning of each #. line: they introduce comments in the Scheme language. Also, keep #. "shepherd" untranslated. Thank you! :-) #: modules/shepherd/support.scm:298 msgid ";; init.scm -- default shepherd configuration file.\n" msgstr "" #: modules/shepherd/support.scm:300 msgid "" ";; Services known to shepherd:\n" ";; Add new services (defined using 'make ') to shepherd here by\n" ";; providing them as arguments to 'register-services'.\n" msgstr "" #: modules/shepherd/support.scm:305 msgid ";; Send shepherd into the background\n" msgstr "" #: modules/shepherd/support.scm:308 msgid "" ";; Services to start when shepherd starts:\n" ";; Add the name of each service that should be started to the list\n" ";; below passed to 'for-each'.\n" msgstr "" #: modules/shepherd/support.scm:403 msgid "Socket directory setup is insecure." msgstr "" #: modules/shepherd/service.scm:194 #, scheme-format msgid "Service ~a (PID ~a) exited with ~a." msgstr "" #: modules/shepherd/service.scm:200 #, scheme-format msgid "Service ~a (PID ~a) terminated with signal ~a." msgstr "" #: modules/shepherd/service.scm:206 #, scheme-format msgid "Service ~a (PID ~a) stopped with signal ~a." msgstr "" #: modules/shepherd/service.scm:373 #, scheme-format msgid "Enabled service ~a." msgstr "" #: modules/shepherd/service.scm:378 #, scheme-format msgid "Disabled service ~a." msgstr "" #: modules/shepherd/service.scm:383 #, scheme-format msgid "Service ~a is already running." msgstr "" #: modules/shepherd/service.scm:387 #, scheme-format msgid "Service ~a is currently disabled." msgstr "" #: modules/shepherd/service.scm:392 #, scheme-format msgid "Service ~a conflicts with running services ~a." msgstr "" #: modules/shepherd/service.scm:404 #, scheme-format msgid "Service ~a depends on ~a." msgstr "" #: modules/shepherd/service.scm:421 #, scheme-format msgid "Service ~a has been started." msgstr "" #: modules/shepherd/service.scm:422 #, scheme-format msgid "Service ~a could not be started." msgstr "" #: modules/shepherd/service.scm:463 #, scheme-format msgid "Service ~a is not running." msgstr "" #: modules/shepherd/service.scm:469 #, scheme-format msgid "Service ~a pending to be stopped." msgstr "" #: modules/shepherd/service.scm:505 #, scheme-format msgid "Service ~a could not be stopped." msgstr "" #: modules/shepherd/service.scm:507 #, scheme-format msgid "Service ~a has been stopped." msgstr "" #: modules/shepherd/service.scm:512 #, scheme-format msgid "Transient service ~a unregistered." msgstr "" #: modules/shepherd/service.scm:602 msgid "Unknown keyword. Try 'doc root help'." msgstr "" #: modules/shepherd/service.scm:731 #, scheme-format msgid "Failed to start ~a in the background." msgstr "" #: modules/shepherd/service.scm:760 #, scheme-format msgid "No service provides ~a." msgstr "" #: modules/shepherd/service.scm:1361 #, scheme-format msgid "~a connection still in use after ~a termination." msgstr "" #: modules/shepherd/service.scm:1423 #, scheme-format msgid "" "Maximum number of ~a clients reached; rejecting connection from " "~:[~a~;~*local process~]." msgstr "" #: modules/shepherd/service.scm:1432 #, scheme-format msgid "Accepted connection on ~a from ~:[~a~;~*local process~]." msgstr "" #: modules/shepherd/service.scm:1588 #, scheme-format msgid "Spawning systemd-style service ~a." msgstr "" #: modules/shepherd/service.scm:1748 #, scheme-format msgid "Respawning ~a." msgstr "" #: modules/shepherd/service.scm:1758 #, scheme-format msgid "Service ~a terminated." msgstr "" #: modules/shepherd/service.scm:1762 #, scheme-format msgid "Service ~a has been disabled." msgstr "" #: modules/shepherd/service.scm:1765 msgid " (Respawning too fast.)" msgstr "" #: modules/shepherd/service.scm:1770 #, scheme-format msgid "Transient service ~a terminated, now unregistered." msgstr "" #: modules/shepherd/service.scm:1846 #, scheme-format msgid "Unloading all optional services: '~a'..." msgstr "" #: modules/shepherd/service.scm:1849 modules/shepherd/service.scm:1864 msgid "Done." msgstr "" #: modules/shepherd/service.scm:1858 #, scheme-format msgid "Removing service '~a'..." msgstr "" #: modules/shepherd/service.scm:1871 #, scheme-format msgid "Loading ~a." msgstr "" #: modules/shepherd/service.scm:1919 #, scheme-format msgid "PID ~a (~a) is dead!" msgstr "" #: modules/shepherd/service.scm:1934 msgid "Exiting shepherd..." msgstr "" #: modules/shepherd/service.scm:1972 msgid "Halting..." msgstr "" #: modules/shepherd/service.scm:1981 msgid "Shutting down..." msgstr "" #: modules/shepherd/service.scm:1994 #, scheme-format msgid "Evaluating user expression ~a." msgstr "" #: modules/shepherd/service.scm:2023 msgid "Running as PID 1, so not daemonizing." msgstr "" #: modules/shepherd/service.scm:2054 msgid "You must be kidding." msgstr "" #: modules/shepherd/args.scm:45 msgid "undocumented option" msgstr "" #: modules/shepherd/args.scm:137 msgid "display version information and exit" msgstr "" #: modules/shepherd/args.scm:143 msgid "display short usage message and exit" msgstr "" #: modules/shepherd/args.scm:190 msgid "display this help and exit" msgstr "" #: modules/shepherd/args.scm:194 msgid " [OPTIONS...] " msgstr "" #. TRANSLATORS: The '~a' placeholders indicate the #. bug-reporting address, the name of this #. package, and its home page URL. Please add #. another line saying "Report translation bugs to #. ...\n" with the address for translation bugs #. (typically your translation team's web or email #. address). #: modules/shepherd/args.scm:208 #, scheme-format msgid "" "\n" "Mandatory or optional arguments to long options are also mandatory or\n" "optional to the corresponding short options.\n" "\n" "Report bugs to: ~a .\n" "~a general home page: <~a>\n" "General help using GNU software: ~%" msgstr "" #: modules/shepherd/args.scm:255 #, scheme-format msgid "Option `--~a' is ambiguous." msgstr "" #: modules/shepherd/args.scm:256 #, scheme-format msgid "Unknown option: `--~a'." msgstr "" #: modules/shepherd/args.scm:258 msgid "Try `--help'." msgstr "" #: modules/shepherd/args.scm:282 #, scheme-format msgid "Unknown option: `-~a'." msgstr "" #: modules/shepherd/args.scm:295 #, scheme-format msgid "Argument required by `-~a'." msgstr "" #: modules/shepherd.scm:83 #, scheme-format msgid "while opening socket '~a': ~a: ~a~%" msgstr "" #: modules/shepherd.scm:116 #, scheme-format msgid "warning: already ~a threads running, disabling 'signalfd' support" msgstr "" #: modules/shepherd.scm:270 msgid "use FILE to load and store state" msgstr "" #: modules/shepherd.scm:278 msgid "synonym for --silent" msgstr "" #: modules/shepherd.scm:285 msgid "don't do output to stdout" msgstr "" #: modules/shepherd.scm:295 msgid "don't ensure that the setup is secure" msgstr "" #: modules/shepherd.scm:302 msgid "log actions in FILE" msgstr "" #: modules/shepherd.scm:309 msgid "when ready, write PID to FILE or stdout" msgstr "" #: modules/shepherd.scm:316 msgid "read configuration from FILE" msgstr "" #: modules/shepherd.scm:324 msgid "get commands from socket FILE or from stdin (-)" msgstr "" #: modules/shepherd.scm:451 msgid "Rebooting..." msgstr "" #: modules/shepherd.scm:454 msgid "Exiting." msgstr "" #: modules/shepherd.scm:508 msgid "Invalid command." msgstr "" #: modules/shepherd.scm:527 msgid "invalid command line" msgstr ""