# SOME DESCRIPTIVE TITLE. # This file is put in the public domain. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: shepherd 0.5.0tp\n" "Report-Msgid-Bugs-To: guix-devel@gnu.org\n" "POT-Creation-Date: 2018-09-19 22:45+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:180 #, scheme-format msgid "service '~a' could not be found" msgstr "" #: modules/shepherd/comm.scm:183 #, scheme-format msgid "service '~a' does not have an action '~a'" msgstr "" #: modules/shepherd/comm.scm:187 #, scheme-format msgid "exception caught while executing '~a' on service '~a':" msgstr "" #: modules/shepherd/comm.scm:192 #, scheme-format msgid "something went wrong: ~s" msgstr "" #: modules/shepherd/scripts/herd.scm:67 msgid "Started:\n" msgstr "" #: modules/shepherd/scripts/herd.scm:69 msgid "Stopped:\n" msgstr "" #: modules/shepherd/scripts/herd.scm:82 #, scheme-format msgid "Status of ~a:~%" msgstr "" #: modules/shepherd/scripts/herd.scm:85 #, scheme-format msgid " It is started.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:86 #, scheme-format msgid " Running value is ~s.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:87 #, scheme-format msgid " It is stopped.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:89 #, scheme-format msgid " It is enabled.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:90 #, scheme-format msgid " It is disabled.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:91 #, scheme-format msgid " Provides ~a.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:92 #, scheme-format msgid " Requires ~a.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:93 #, scheme-format msgid " Conflicts with ~a.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:95 #, scheme-format msgid " Will be respawned.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:96 #, scheme-format msgid " Will not be respawned.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:99 #, scheme-format msgid " Last respawned on ~a.~%" msgstr "" #: modules/shepherd/scripts/herd.scm:149 #, scheme-format msgid "failed to start service ~a" msgstr "" #: modules/shepherd/scripts/herd.scm:166 msgid "premature end-of-file while talking to shepherd" msgstr "" #: modules/shepherd/scripts/herd.scm:181 msgid "ACTION SERVICE [ARG...]" msgstr "" #: modules/shepherd/scripts/herd.scm:182 msgid "" "Apply ACTION (start, stop, status, etc.) on \\\n" "SERVICE with the ARGs." msgstr "" #: modules/shepherd/scripts/herd.scm:190 modules/shepherd.scm:89 #: modules/shepherd.scm:121 modules/shepherd.scm:128 modules/shepherd.scm:135 #: modules/shepherd.scm:142 msgid "FILE" msgstr "" #: modules/shepherd/scripts/herd.scm:191 msgid "send commands to FILE" msgstr "" #: modules/shepherd/scripts/herd.scm:204 #, scheme-format msgid "Usage: herd ACTION [SERVICE [OPTIONS...]]~%" msgstr "" #: modules/shepherd/support.scm:95 #, scheme-format msgid "Assertion ~a failed." msgstr "" #: modules/shepherd/support.scm:223 msgid "" "Copyright (C) 2018 the Shepherd authors\n" "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 "" #: modules/shepherd/support.scm:385 msgid "Socket directory setup is insecure." msgstr "" #: modules/shepherd/service.scm:292 #, scheme-format msgid "Enabled service ~a." msgstr "" #: modules/shepherd/service.scm:297 #, scheme-format msgid "Disabled service ~a." msgstr "" #: modules/shepherd/service.scm:302 #, scheme-format msgid "Service ~a is already running." msgstr "" #: modules/shepherd/service.scm:305 #, scheme-format msgid "Service ~a is currently disabled." msgstr "" #: modules/shepherd/service.scm:309 #, scheme-format msgid "Service ~a conflicts with running services ~a." msgstr "" #: modules/shepherd/service.scm:321 #, scheme-format msgid "Service ~a depends on ~a." msgstr "" #: modules/shepherd/service.scm:340 #, scheme-format msgid "Service ~a has been started." msgstr "" #: modules/shepherd/service.scm:341 #, scheme-format msgid "Service ~a could not be started." msgstr "" #: modules/shepherd/service.scm:381 #, scheme-format msgid "Service ~a is not running." msgstr "" #: modules/shepherd/service.scm:387 #, scheme-format msgid "Service ~a pending to be stopped." msgstr "" #: modules/shepherd/service.scm:423 #, scheme-format msgid "Service ~a could not be stopped." msgstr "" #: modules/shepherd/service.scm:425 #, scheme-format msgid "Service ~a has been stopped." msgstr "" #: modules/shepherd/service.scm:509 msgid "Unknown keyword. Try 'doc root help'." msgstr "" #: modules/shepherd/service.scm:642 #, scheme-format msgid "No service provides ~a." msgstr "" #: modules/shepherd/service.scm:1023 #, scheme-format msgid "warning: 'waitpid' ~a failed unexpectedly: ~a" msgstr "" #: modules/shepherd/service.scm:1064 #, scheme-format msgid "Respawning ~a." msgstr "" #: modules/shepherd/service.scm:1074 #, scheme-format msgid "Service ~a terminated." msgstr "" #: modules/shepherd/service.scm:1078 #, scheme-format msgid "Service ~a has been disabled." msgstr "" #: modules/shepherd/service.scm:1081 msgid " (Respawning too fast.)" msgstr "" #: modules/shepherd/service.scm:1167 #, scheme-format msgid "Unloading all optional services: '~a'..." msgstr "" #: modules/shepherd/service.scm:1170 modules/shepherd/service.scm:1185 msgid "Done." msgstr "" #: modules/shepherd/service.scm:1179 #, scheme-format msgid "Removing service '~a'..." msgstr "" #: modules/shepherd/service.scm:1192 #, scheme-format msgid "Loading ~a." msgstr "" #: modules/shepherd/service.scm:1241 #, scheme-format msgid "PID ~a (~a) is dead!" msgstr "" #: modules/shepherd/service.scm:1256 msgid "Exiting shepherd..." msgstr "" #: modules/shepherd/service.scm:1294 msgid "Halting..." msgstr "" #: modules/shepherd/service.scm:1303 msgid "Shutting down..." msgstr "" #: modules/shepherd/service.scm:1316 #, scheme-format msgid "Evaluating user expression ~a." msgstr "" #: modules/shepherd/service.scm:1345 msgid "Running as PID 1, so not daemonizing." msgstr "" #: modules/shepherd/service.scm:1376 msgid "You must be kidding." msgstr "" #: modules/shepherd/args.scm:44 msgid "undocumented option" msgstr "" #: modules/shepherd/args.scm:136 msgid "display version information and exit" msgstr "" #: modules/shepherd/args.scm:142 msgid "display short usage message and exit" msgstr "" #: modules/shepherd/args.scm:189 msgid "display this help and exit" msgstr "" #: modules/shepherd/args.scm:193 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:207 #, 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:254 #, scheme-format msgid "Option `--~a' is ambigous." msgstr "" #: modules/shepherd/args.scm:255 #, scheme-format msgid "Unknown option: `--~a'." msgstr "" #: modules/shepherd/args.scm:257 msgid "Try `--help'." msgstr "" #: modules/shepherd/args.scm:281 #, scheme-format msgid "Unknown option: `-~a'." msgstr "" #: modules/shepherd/args.scm:294 #, scheme-format msgid "Argument required by `-~a'." msgstr "" #: modules/shepherd.scm:90 msgid "use FILE to load and store state" msgstr "" #: modules/shepherd.scm:98 msgid "synonym for --silent" msgstr "" #: modules/shepherd.scm:105 msgid "don't do output to stdout" msgstr "" #: modules/shepherd.scm:115 msgid "don't ensure that the setup is secure" msgstr "" #: modules/shepherd.scm:122 msgid "log actions in FILE" msgstr "" #: modules/shepherd.scm:129 msgid "when ready, write PID to FILE or stdout" msgstr "" #: modules/shepherd.scm:136 msgid "read configuration from FILE" msgstr "" #: modules/shepherd.scm:144 msgid "get commands from socket FILE or from stdin (-)" msgstr "" #: modules/shepherd.scm:319 msgid "Rebooting..." msgstr "" #: modules/shepherd.scm:374 msgid "Invalid command." msgstr "" #: modules/shepherd.scm:393 msgid "invalid command line" msgstr ""