diff options
Diffstat (limited to '')
-rw-r--r-- | templates/man8/rtcwake.8.pot | 617 |
1 files changed, 617 insertions, 0 deletions
diff --git a/templates/man8/rtcwake.8.pot b/templates/man8/rtcwake.8.pot new file mode 100644 index 00000000..b9ae9b94 --- /dev/null +++ b/templates/man8/rtcwake.8.pot @@ -0,0 +1,617 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2023-08-27 17:17+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "RTCWAKE" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-05-11" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "util-linux 2.38.1" +msgstr "" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "System Administration" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "rtcwake - enter a system sleep state until specified wakeup time" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"B<rtcwake> [options] [B<-d> I<device>] [B<-m> I<standby_mode>] {B<-s> " +"I<seconds>|B<-t> I<time_t>}" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"This program is used to enter a system sleep state and to automatically wake " +"from it at a specified time." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"This uses cross-platform Linux interfaces to enter a system sleep state, and " +"leave it no later than a specified time. It uses any RTC framework driver " +"that supports standard driver model wakeup flags." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"This is normally used like the old B<apmsleep> utility, to wake from a " +"suspend state like ACPI S1 (standby) or S3 (suspend-to-RAM). Most platforms " +"can implement those without analogues of BIOS, APM, or ACPI." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"On some systems, this can also be used like B<nvram-wakeup>, waking from " +"states like ACPI S4 (suspend to disk). Not all systems have persistent media " +"that are appropriate for such suspend modes." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Note that alarm functionality depends on hardware; not every RTC is able to " +"setup an alarm up to 24 hours in the future." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"The suspend setup may be interrupted by active hardware; for example " +"wireless USB input devices that continue to send events for some fraction of " +"a second after the return key is pressed. B<rtcwake> tries to avoid this " +"problem and it waits to the terminal to settle down before entering a system " +"sleep." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-A>, B<--adjfile> I<file>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Specify an alternative path to the adjust file." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-a>, B<--auto>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Read the clock mode (whether the hardware clock is set to UTC or local time) " +"from the I<adjtime> file, where B<hwclock>(8) stores that information. This " +"is the default." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--date> I<timestamp>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Set the wakeup time to the value of the timestamp. Format of the timestamp " +"can be any of the following:" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid ".sp\n" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "YYYYMMDDhhmmss" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "YYYY-MM-DD hh:mm:ss" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "YYYY-MM-DD hh:mm" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "(seconds will be set to 00)" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "YYYY-MM-DD" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "(time will be set to 00:00:00)" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "hh:mm:ss" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "(date will be set to today)" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "hh:mm" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "(date will be set to today, seconds to 00)" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "tomorrow" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "(time is set to 00:00:00)" +msgstr "" + +#. type: tbl table +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "+5min" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-d>, B<--device> I<device>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Use the specified I<device> instead of B<rtc0> as realtime clock. This " +"option is only relevant if your system has more than one RTC. You may " +"specify B<rtc1>, B<rtc2>, ... here." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-l>, B<--local>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Assume that the hardware clock is set to local time, regardless of the " +"contents of the I<adjtime> file." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--list-modes>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "List available B<--mode> option arguments." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-m>, B<--mode> I<mode>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Go into the given standby state. Valid values for I<mode> are:" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<standby>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"ACPI state S1. This state offers minimal, though real, power savings, while " +"providing a very low-latency transition back to a working system. This is " +"the default mode." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<freeze>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The processes are frozen, all the devices are suspended and all the " +"processors idled. This state is a general state that does not need any " +"platform-specific support, but it saves less power than Suspend-to-RAM, " +"because the system is still in a running state. (Available since Linux 3.9.)" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<mem>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"ACPI state S3 (Suspend-to-RAM). This state offers significant power savings " +"as everything in the system is put into a low-power state, except for " +"memory, which is placed in self-refresh mode to retain its contents." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<disk>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"ACPI state S4 (Suspend-to-disk). This state offers the greatest power " +"savings, and can be used even in the absence of low-level platform support " +"for power management. This state operates similarly to Suspend-to-RAM, but " +"includes a final step of writing memory contents to disk." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<off>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"ACPI state S5 (Poweroff). This is done by calling \\(aq/sbin/shutdown\\(aq. " +"Not officially supported by ACPI, but it usually works." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<no>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Don\\(cqt suspend, only set the RTC wakeup time." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<on>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Don\\(cqt suspend, but read the RTC device until an alarm time appears. This " +"mode is useful for debugging." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<disable>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Disable a previously set alarm." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<show>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Print alarm information in format: \"alarm: off|on E<lt>timeE<gt>\". The " +"time is in ctime() output format, e.g., \"alarm: on Tue Nov 16 04:48:45 " +"2010\"." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-n>, B<--dry-run>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"This option does everything apart from actually setting up the alarm, " +"suspending the system, or waiting for the alarm." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-s>, B<--seconds> I<seconds>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Set the wakeup time to I<seconds> in the future from now." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-t>, B<--time> I<time_t>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Set the wakeup time to the absolute time I<time_t>. I<time_t> is the time in " +"seconds since 1970-01-01, 00:00 UTC. Use the B<date>(1) tool to convert " +"between human-readable time and I<time_t>." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-u>, B<--utc>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Assume that the hardware clock is set to UTC (Universal Time Coordinated), " +"regardless of the contents of the I<adjtime> file." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-v>, B<--verbose>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Be verbose." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-h>, B<--help>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Display help text and exit." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-V>, B<--version>" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "Print version and exit." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NOTES" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Some PC systems can\\(cqt currently exit sleep states such as B<mem> using " +"only the kernel code accessed by this driver. They need help from userspace " +"code to make the framebuffer work again." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "I</etc/adjtime>" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "HISTORY" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The program was posted several times on LKML and other lists before " +"appearing in kernel commit message for Linux 2.6 in the GIT commit " +"87ac84f42a7a580d0dd72ae31d6a5eb4bfe04c6d." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "AUTHORS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "The program was written by" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "and improved by" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "COPYRIGHT" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"This is free software. You may redistribute copies of it under the terms of " +"the" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "There is NO WARRANTY, to the extent permitted by law." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "B<adjtime_config>(5), B<hwclock>(8), B<date>(1)" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "REPORTING BUGS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "For bug reports, use the issue tracker at" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "AVAILABILITY" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The B<rtcwake> command is part of the util-linux package which can be " +"downloaded from" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2022-02-14" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "util-linux 2.37.4" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"The suspend setup may be interrupted by active hardware; for example " +"wireless USB input devices that continue to send events for some fraction of " +"a second after the return key is pressed. B<rtcwake> tries to avoid this " +"problem and it waits to terminal to settle down before entering a system " +"sleep." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "Display version information and exit." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<hwclock>(8), B<date>(1)" +msgstr "" |