summaryrefslogtreecommitdiffstats
path: root/po/es/man5/motd.5.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/es/man5/motd.5.po')
-rw-r--r--po/es/man5/motd.5.po154
1 files changed, 154 insertions, 0 deletions
diff --git a/po/es/man5/motd.5.po b/po/es/man5/motd.5.po
new file mode 100644
index 00000000..8e0b5d5b
--- /dev/null
+++ b/po/es/man5/motd.5.po
@@ -0,0 +1,154 @@
+# Spanish translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Diego Novillo <diego@cs.ualberta.ca>, 1996.
+# Juan Piernas <piernas@ditec.um.es>, 1998.
+# Marcos Fouces <marcos@debian.org>, 2023.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:02+0100\n"
+"PO-Revision-Date: 2023-01-12 24:00+0100\n"
+"Last-Translator: Marcos Fouces <marcos@debian.org>\n"
+"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "motd"
+msgstr "motd"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 Octubre 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Páginas de manual de Linux 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "NAME"
+msgstr "NOMBRE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid "motd - message of the day"
+msgstr "motd - mensaje del día"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "DESCRIPCIÓN"
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+msgid ""
+"The contents of I</etc/motd> are displayed by B<login>(1) after a "
+"successful login but just before it executes the login shell."
+msgstr ""
+"B<login>(1) muestra el contenido del fichero I</etc/motd> después de un "
+"inicio de sesión (login) con éxito pero justo antes de que ejecute el "
+"intérprete de órdenes de entrada al sistema."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid ""
+"The abbreviation \"motd\" stands for \"message of the day\", and this file "
+"has been traditionally used for exactly that (it requires much less disk "
+"space than mail to all users)."
+msgstr ""
+"La abreviatura \"motd\" significa \"message of the day\" (mensaje del día) "
+"y, tradicionalmente, este fichero se ha utizado para exactamente eso "
+"(necesita muchos menos espacio de disco que un correo a todos los usuarios)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "FILES"
+msgstr "ARCHIVOS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+msgid "I</etc/motd>"
+msgstr "I</etc/motd>"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "VÉASE TAMBIÉN"
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+msgid "B<login>(1), B<issue>(5)"
+msgstr "B<login>(1), B<issue>(5)"
+
+#. type: TH
+#: debian-bookworm debian-unstable
+#, no-wrap
+msgid "2022-10-30"
+msgstr "30 Octubre 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Páginas de manual de Linux 6.03"
+
+#. Patched in Debian, maybe other distribs
+#. End of patch
+#. .BR login (1)
+#. type: Plain text
+#: debian-bookworm debian-unstable
+msgid ""
+"The contents of I</etc/motd> are displayed by B<pam_motd>(8) B<login>(1) "
+"after a successful login but just before it executes the login shell."
+msgstr ""
+"B<pam_motd>(8) muestra el contenido del archivo I</etc/motd> después de un "
+"inicio de sesión B<login>(1) con éxito pero justo antes de que ejecute el "
+"intérprete de órdenes de entrada al sistema."
+
+#. type: Plain text
+#: debian-bookworm debian-unstable
+msgid ""
+"On Debian GNU/Linux, dynamic content configured at I</etc/pam.d/login> is "
+"also displayed by I<pam_exec>."
+msgstr ""
+"En Debian GNU/Linux, la información configurada en I</etc/pam.d/login> "
+"también aparece con I<pam_exec>."
+
+#. type: Plain text
+#: debian-bookworm debian-unstable
+msgid "I</etc/pam.d/login>"
+msgstr "I</etc/pam.d/login>"
+
+#. type: Plain text
+#: debian-bookworm debian-unstable
+msgid "B<login>(1), B<issue>(5) B<pam_motd>(8)"
+msgstr "B<login>(1), B<issue>(5), B<pam_motd>(8)"
+
+#. type: TH
+#: debian-unstable
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Páginas de manual de Linux 6.05.01"