1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
# Spanish translation of manpages
# This file is distributed under the same license as the manpages-l10n package.
# Copyright © of this file:
# Gerardo Aburruzaga García <gerardo@cica.es>, 1998.
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n\n"
"POT-Creation-Date: 2020-11-24 18:45+01:00\n"
"PO-Revision-Date: 1998-07-18 00:21+0100\n"
"Last-Translator: Gerardo Aburruzaga García <gerardo@cica.es>\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
#: original/man1/builtins.1:3
#, no-wrap
msgid "BASH_BUILTINS"
msgstr "BASH_BUILTINS"
#. type: TH
#: original/man1/builtins.1:3
#, no-wrap
msgid "1996 March 20"
msgstr "20 Marzo 1996"
#. type: TH
#: original/man1/builtins.1:3
#, no-wrap
msgid "GNU"
msgstr "GNU"
#. type: SH
#: original/man1/builtins.1:4
#, no-wrap
msgid "NAME"
msgstr "NOMBRE"
#. type: Plain text
#: original/man1/builtins.1:11
msgid ""
"bash, :, ., alias, bg, bind, break, builtin, case, cd, command, continue, "
"declare, dirs, disown, echo, enable, eval, exec, exit, export, fc, fg, for, "
"getopts, hash, help, history, if, jobs, kill, let, local, logout, popd, "
"pushd, pwd, read, readonly, return, set, shift, shopt, source, suspend, test, "
"times, trap, type, typeset, ulimit, umask, unalias, unset, until, wait, while "
"- bash built-in commands, see B<bash>(1)"
msgstr ""
"bash, :, ., alias, bg, bind, break, builtin, case, cd, command, continue, "
"declare, dirs, disown, echo, enable, eval, exec, exit, export, fc, fg, for, "
"getopts, hash, help, history, if, jobs, kill, let, local, logout, popd, "
"pushd, pwd, read, readonly, return, set, shift, shopt, source, suspend, test, "
"times, trap, type, typeset, ulimit, umask, unalias, unset, until, wait, while "
"- órdenes incorporadas en bash, vea B<bash>(1)"
#. type: SH
#: original/man1/builtins.1:11
#, no-wrap
msgid "BASH BUILTIN COMMANDS"
msgstr "ÓRDENES INCORPORADAS EN BASH"
#. type: SH
#: original/man1/builtins.1:14
#, no-wrap
msgid "SEE ALSO"
msgstr "VÉASE TAMBIÉN"
#. type: Plain text
#: original/man1/builtins.1:15
msgid "bash(1), sh(1)"
msgstr "bash(1), sh(1)"
|