summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--README65
-rw-r--r--README.install69
-rwxr-xr-xconfig/Xsession.in6
-rw-r--r--docs/C/gdm.xml261
-rw-r--r--docs/es/es.po2438
-rw-r--r--docs/es/gdm.xml66
7 files changed, 1499 insertions, 1413 deletions
diff --git a/ChangeLog b/ChangeLog
index 08933f62..a5b6bd72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-13 Brian Cameron <brian.cameron@sun.com>
+
+ * config/Xsession.in: Fix calls to zenity so they work. Fixes
+ bug #330892.
+ * README, README.install, docs/C/gdm.xml: Last minute updates
+ before string freeze.
+
2006-02-10 Brian Cameron <brian.cameron@sun.com>
* gui/greeter/greeter.c, gui/greeter/greeter_action_language.[ch],
diff --git a/README b/README
index e53adaed..f3178a8d 100644
--- a/README
+++ b/README
@@ -6,39 +6,41 @@
-----------------------------------------------------------
| For documentation see the website:
| http://www.gnome.org/projects/gdm/
- | Or use the gnome help browser under GNOME|System.
+ | Or use the GNOME help browser under GNOME|System.
| The XML documentation is in docs/ and is in DocBook/XML
| format so you can use docbook2html or docbook2pdf to
| convert it.
-----------------------------------------------------------
-The Gnome Display Manager is a re-implementation of the well known xdm
-program. GDM implements all significant features required for managing
-local and remote displays.
+The Gnome Display Manager (GDM) is a display manager that
+implements all significant features required for managing
+local and remote displays. For full information about
+GDM features, refer to the documentation.
-gdm daemon:
+GDM daemon:
o X Authentication
- o XDMCP (Remote login) including TCP Wrappers for access
- control
- o machine-specific and system-wide configuration support.
+ o XDMCP (Remote Login) including TCP Wrappers for access
+ control and improved security.
+ o Machine-specific and system-wide configuration support.
o Default and per-display initialization scripts.
o PreSession, PostSession, Init, and PostLogin scripts.
o Pluggable Authentication Modules (PAM)
- o IPv6 support (optional, use --enable-ipv6=yes to get this)
+ o IPv6 support (optional, use --enable-ipv6=yes to enable)
o Autologin for single user workstations (off by default)
o Timed login for kiosks and public terminals (off by
default)
- o On demand local servers (gdmflexiserver)
+ o On-demand local servers (gdmflexiserver)
o SunRay (SRSS) support via gdmdynamic.
- o Can manage X servers without a login window
- (Such as for XDMCP terminal client machines)
+ o Can manage X servers without a login window (Such as
+ for XDMCP terminal client machines)
o Many other features ...
gdmlogin and gdmgreeter:
- o Can launch the XDMCP chooser program (remote login)
+
+ o Can launch the XDMCP chooser program (Remote Login)
o Can launch the Setup program (off by default)
- o Can Halt, reboot, or suspend the machine (off by
+ o Can halt, reboot, or suspend the machine (off by
default)
o Session selection support
o Language selection support
@@ -53,9 +55,9 @@ gdmlogin:
gdmgreeter:
- o Fully themable
+ o Themable with many themes at http://art.gnome.org/
o Xinerama support
- o Face browser (if in the theme)
+ o Face browser (if supported by the theme)
gdmchooser:
@@ -75,14 +77,20 @@ Availability:
Reporting Bugs:
- When reporting bugs you should first turn on debugging in
- gdm.conf. This causes debug messages to be sent to the system
- log (/var/log/messages or /var/adm/messages) and include the
- output sent to syslog.
+ Please submit bug reports, enhancement requests, and patches to
+ the "gdm" category at:
+
+ http://bugzilla.gnome.org/
+
+ When reporting bugs you should first turn on debugging on the
+ "Security" tab of gdmsetup or editing gdm.conf-custom as
+ described in the documentation. This causes debug messages to
+ be sent to the system log (/var/log/messages or /var/adm/messages)
+ and include the GDM output sent to syslog.
You should not have to configure syslog for this to work, but if
- you don't see GDM messages in your syslog you may need to
- configure it.
+ you do not see GDM messages in your syslog it may require
+ configuration.
You should not leave "debug" on after collecting data. It will
clutter your syslog and slow system performance.
@@ -90,7 +98,7 @@ Reporting Bugs:
Installation:
Please consult README.install for instructions on how to
- configure and install gdm.
+ configure and install GDM.
Contact:
@@ -103,18 +111,17 @@ Martin, George, and then Brian
-------------------------------------------------------------------------
Note:
-Originally I started maintaining gdm2 because martin didn't yet finish gdm3 and
-was in general busy and we needed a working gdm for 1.4. The move to gdm3 is
+Originally I started maintaining gdm2 because Martin didn't yet finish gdm3 and
+was in general busy and we needed a working GDM for 1.4. The move to gdm3 is
very unlikely to happen now that gdm3 has been pretty dead for quite
-a while. Do not send gdm2 patches to martin (well you can but he'll likely
-ignore them:), send them to me instead and I'll integrate them for you.
+a while.
-George <jirka@5z.com>
-------------------------------------------------------------------------
Note:
-Starting January, 2005 I have been acting as maintainer. Send patches to
-me and I will work with you to get them integrated.
+Starting January, 2005 I have been acting as maintainer.
-Brian Cameron <Brian.Cameron@Sun.Com>
-------------------------------------------------------------------------
+
diff --git a/README.install b/README.install
index 65b57980..be886407 100644
--- a/README.install
+++ b/README.install
@@ -1,30 +1,22 @@
QUICK NOTES ON INSTALLATION/USE:
-I try to keep this document updated with issues that are brought
-up on gdm-list@gnome.org. GDM can be sometimes challanging to setup
-and get working. GDM does things like start up your Xserver, so it
-is sometimes necessary to tweak the GDM configuration to work with
-any given setup.
-
-This document tries to capture the most common problems. Also
-refer to the "Troubleshooting" section of the GDM dcumentation:
-
- http://www.gnome.org/projects/gdm/docs.html
-
-You can also look in docs/C/gdm.xml for the raw XML version of the
-docs.
-
General
=======
-Make sure you are familiar with the "Overview" and "Security"
-sections of the GDM documentation:
+GDM sometimes requires some configuration work for a given setup.
+
+Make sure you are familiar with the "Overview", "Security",
+"Configuration", and "Troubleshooting" sections of the GDM
+documentation:
http://www.gnome.org/projects/gdm/docs.html
+You can also look in the docs subdirectory for the XML version of
+the documentation.
+
WARNING: "gdm-binary" is a *daemon* -- not a common user application.
It requires extensive knowledge about your system setup to install and
-configure. gdm does not intend to be Plug and Play.
+configure. GDM does not intend to be Plug and Play.
(i.e. ./configure ; make install).
Building GDM
@@ -33,10 +25,10 @@ Building GDM
You may need to update your build tools if the autogen.sh command
complains that it requires a newer version of the build tool.
-If you did not compile GNOME yourself, make sure you have the appropriate
--devel packages installed.
+If you did not compile GNOME yourself, make sure you have the
+appropriate -devel packages installed.
-Here's a good configure for GDM:
+Here is a recommended configure for GDM:
./autogen.sh --enable-ipv6=yes --with-at-bindir=/usr/sfw/bin
--with-prefetch --with-post-path=/usr/openwin/bin
@@ -48,8 +40,9 @@ DefaultPath and RootDefaultPath, then use the --with-post-path
configure option. Argument value should be a list of directories
separated by ":" characters (no spaces).
-Make sure the --with-pam-prefix points to the prefix where the pam.conf
-file is located (default is sysconfdir or /etc).
+Make sure the --with-pam-prefix points to the prefix where the
+pam.conf file is located if it is not in the default directory
+(sysconfdir or /etc).
If you want accessibility to work and have AT programs like gok and
gnopernicus installed to a different directory than EXPANDED_BINDIR,
@@ -81,8 +74,8 @@ clutter your syslog and slow system performance.
Configuration
=============
-Make sure you are familiar with the "Configuring GDM" section of
-the GDM documentation:
+Gain, refer to the "Configuring GDM" section of the GDM
+documentation for full information:
http://www.gnome.org/projects/gdm/docs.html
@@ -91,11 +84,11 @@ GDM Default Configuration File
The GDM configuration file /etc/gdm/gdm.conf may be replaced by
you distribution on upgrade, so if a user wants to ensure that
-configuration changes persist on upgrade, edit the /etc/gdm/gdm.conf-custom
-file. You can specify a different location for the file via
-the "--with-configdir=/dir" option. This can be useful if you
-want to put the default file on a filesystem shared by multiple
-machines.
+configuration changes persist on upgrade, edit the
+/etc/gdm/gdm.conf-custom file. You can specify a different
+location for the file via the "--with-configdir=/dir" option.
+This can be useful if you want to put the default file on a
+filesystem shared by multiple machines.
If you wish to change configuration by hand, edit the
/etc/X11/gdm/gdm.conf-custom file and make sure the keyname=value
@@ -109,8 +102,8 @@ anywhere in the section.
[daemon]
Greeter=/usr/lib/gdmgreeter
-The default options refer to interfaces that may need to be
-customized for your distribution providor.
+The following interfaces most frequently need to be customized
+for a given setup, since they are OS/machine specific:
HaltCommand
RebootCommand
@@ -149,14 +142,11 @@ not let your computer load these libraries while the user types
in their name and password?
The provided gdmprefetchlist.in was created for Solaris 11 running
-GNOME 2.13 (not a particularly stable configuration but one that will
-likely be what Sun ships in Solaris 11). If using another OS, then
-you will probably want to modify the config/gdmprefetchlist.in file
-before running configure. This makes sure the list of libraries to
-preload is suitable for your setup. The GDM PreFetch will ignore
-libraries it doesn't find on your system but the point with this code
-is to speed up your system so you can do further tuning for your
-environment.
+GNOME 2.13 (not a particularly stable configuration). If using
+another OS or desktop (such as KDE), then you will probably want
+to modify the config/gdmprefetchlist.in file before running
+configure. The GDM PreFetch will ignore libraries listed that it
+does not find on your system.
Red Hat
=======
@@ -192,3 +182,4 @@ documentation for information about specific configuration issues for
Solaris.
http://www.gnome.org/projects/gdm/docs.html
+
diff --git a/config/Xsession.in b/config/Xsession.in
index db0e6310..4b7cb5f9 100755
--- a/config/Xsession.in
+++ b/config/Xsession.in
@@ -79,7 +79,8 @@ zenity=`gdmwhich zenity`
if [ x"$command" = xfailsafe ] ; then
if [ -n "$zenity" ] ; then
- "$zenity" --info --text `gettextfunc "This is the failsafe xterm session. Windows now have focus only if you have your cursor above them. To get out of this mode type 'exit' in the window in the upper left corner"`
+ disptext=`gettextfunc "This is the failsafe xterm session. Windows now have focus only if you have your cursor above them. To get out of this mode type 'exit' in the window in the upper left corner"`
+ "$zenity" --info --text "$disptext"
else
echo "$0: Starting the failsafe xterm session."
fi
@@ -239,7 +240,8 @@ eval exec $command
echo "$0: Executing $command failed, will run xterm"
if [ -n "$zenity" ] ; then
- "$zenity" --info --text `gettextfunc "Failed to start the session, so starting a failsafe xterm session. Windows will have focus only if the mouse pointer is above them. To get out of this mode type 'exit' in the window in the upper left corner"`
+ disptext=`gettextfunc "Failed to start the session, so starting a failsafe xterm session. Windows will have focus only if the mouse pointer is above them. To get out of this mode type 'exit' in the window in the upper left corner"`
+ "$zenity" --info --text "$disptext"
fi
exec xterm -geometry 80x24+0+0
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml
index 21ab30d4..322b01e8 100644
--- a/docs/C/gdm.xml
+++ b/docs/C/gdm.xml
@@ -3,7 +3,7 @@
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY legal SYSTEM "legal.xml">
<!ENTITY version "2.13.0.8">
- <!ENTITY date "02/10/2006">
+ <!ENTITY date "02/13/2006">
]>
<article id="index" lang="en">
@@ -63,7 +63,6 @@
This manual describes version &version; of the GNOME Display Manager.
It was last updated on &date;.
</releaseinfo>
-
</articleinfo>
<sect1 id="preface">
@@ -139,10 +138,10 @@
</title>
<para>
- GDM was written with simplicity and security in mind. GDM is a
- replacement for XDM, the X Display Manager. Unlike its competitors
- (X3DM, KDM, WDM) GDM was written from scratch and does not contain any
- XDM / X Consortium code.
+ The Gnome Display Manager (GDM) is a display manager that
+ implements all significant features required for managing
+ local and remote displays. GDM was written from scratch and
+ does not contain any XDM / X Consortium code.
</para>
<para>
@@ -166,22 +165,22 @@
The key/value pairs defined in the GDM configuration files and
the location of these files are considered &quot;stable&quot; interfaces
and should only change in ways that are backwards compatible. Note that
- this includes functionaity like the GDM scripts (Init, PreSession,
+ this includes functionality like the GDM scripts (Init, PreSession,
PostSession, PostLogin, XKeepsCrashing, etc.); directory locations
(ServAuthDir, PidFile, etc.), system applications (SoundProgram), etc.
- Some values depend on OS interfaces may need to be modified to work on
- a given OS. Typical examples are HaltCommand, RebootCommand,
- SuspendCommand, StandardXServer, Xnest, SoundProgram, and the
- &quot;command&quot; value for each &quot;server-foo&quot;.
+ Some configuration values depend on OS interfaces may need to be
+ modified to work on a given OS. Typical examples are HaltCommand,
+ RebootCommand, SuspendCommand, StandardXServer, Xnest, SoundProgram,
+ and the &quot;command&quot; value for each &quot;server-foo&quot;.
</para>
<para>
Note: distributions often change the default values of keys to support
- their platform. Command-line interfaces for programs installed to
- <filename>lt;bin&gt;</filename> are considered stable. Refer to your
- distribution configuration to see if there are any
- distribution-specific changes from the default GDM configuration and
- for information for what support exists for these options.
+ their platform. Command-line interfaces for GDM programs installed to
+ <filename>&lt;bin&gt;</filename> and <filename>&lt;sbin&gt;</filename>
+ are considered stable. Refer to your distribution documentation to see
+ if there are any distribution-specific changes to these GDM interfaces
+ and what support exists for them.
</para>
<para>
@@ -214,11 +213,13 @@
<para>
GDM can be asked to manage a display a number of ways. Local displays
are always managed when GDM starts and will be restarted when a user's
- session is finished. Displays can also be requested via XDMCP and
- flexible displays can be requested by running the
- <command>gdmflexiserver</command> command, and such displays are not
- restarted on session exit. These display types are discussed in the
- next section.
+ session is finished. Displays can be requested via XDMCP, flexible
+ displays can be requested by running the
+ <command>gdmflexiserver</command> command. Displays that are started
+ on request are not restarted on session exit. GDM also provides the
+ <command>gdmdynamic</command> command to allow easier management of
+ displays on a multi-user server. These display types are discussed
+ further in the next section.
</para>
<para>
@@ -230,12 +231,12 @@
<command>gdmlogin</command> as the GUI dialog program. The
<command>gdmlogin</command> program supports accessibility while the
<command>gdmgreeter</command> program supports greater themeability.
- The GUI dialog is run as an unpriviledged user/group which is
- described in the &quot;Security&quot; section below. The GUI dialog
- communicates with the daemon via a sockets protocol and via standard
- input/output. The slave, for example passes the username and password
- information to the GDM daemon via standard input/output so the daemon
- can handle the actual authentication.
+ The GUI dialog is run as the unpriviledged &quot;gdm&quot; user/group
+ which is described in the &quot;Security&quot; section below. The GUI
+ dialog communicates with the daemon via a sockets protocol and via
+ standard input/output. The slave, for example passes the username and
+ password information to the GDM daemon via standard input/output so
+ the daemon can handle the actual authentication.
</para>
<para>
@@ -318,6 +319,14 @@
remote sessions. For example, the Actions menu which allows you to
shut down, restart, suspend, or configure GDM are not shown.
</para>
+
+ <para>
+ Displays started via the <command>gdmdynamic</command> command are
+ treated as local displays, so they are restarted automatically on
+ when the session exits. This command is intended to more effectively
+ manage the displays on a multi-user server (many displays connected
+ to a single server).
+ </para>
</sect2>
<sect2 id="xdmcp">
@@ -397,6 +406,8 @@
The GTK+ Greeter is the default graphical user interface that is
presented to the user. The greeter contains a menu at the top, an
optional face browser, an optional logo and a text entry widget.
+ This greeter has full accessibility support, and should be used
+ by users with accessibility needs.
</para>
<para>
@@ -452,7 +463,7 @@
<para>
You can always get a menu of available actions by pressing the F10 key.
This can be useful if the theme doesn't provide certain buttons when
- you really wish to do some action.
+ you wish to do some action allowed by the GDM configuration.
</para>
</sect2>
@@ -471,10 +482,10 @@
<para>
By default, the face browser is disabled since revealing usernames on
- the login screen is not appropriate on many systems for security
- reasons and because GDM requires some setup to specify which users
- should be visible. Setup can be done on the &quot;Users&quot; tab
- in <command>gdmsetup</command>. This feature is most practical to use
+ the login screen is not appropriate on many systems for security
+ reasons. Also GDM requires some setup to specify which users should
+ be visible. Setup can be done on the &quot;Users&quot; tab in
+ <command>gdmsetup</command>. This feature is most practical to use
on a system with a smaller number of users.
</para>
@@ -487,8 +498,8 @@
filename should be the name of the user, optionally with a
<filename>.png</filename> appended. Face icons placed in the global
face directory must be readable to the GDM user. However, the daemon,
- proxies user pictures to the greeter and thus those don't have be be
- readable by the GDM user, but root.
+ proxies user pictures to the greeter and thus those do not have be be
+ readable by the &quot;gdm&quot; user, but root.
</para>
<para>
@@ -524,7 +535,7 @@
<para>
Please note that loading and scaling face icons located in user home
- directories can be a very time consuming task. Since it not
+ directories can be a very time-consuming task. Since it not
practical to load images over NIS or NFS, GDM does not attempt to
load face images from remote home directories. Furthermore, GDM will
give up loading face images after 5 seconds of activity and will
@@ -533,7 +544,7 @@
specify a set of users who should appear on the face browser. As
long as the users to include is of a reasonable size, there should
not be a problem with GDM being unable to access the face images.
- To work around these problems, it is recommended to place face images
+ To work around such problems, it is recommended to place face images
in the directory specified by the <filename>GlobalFaceDir</filename>
configuration option.
</para>
@@ -558,8 +569,8 @@
<para>
When the browser is turned on, valid usernames on the computer are
inherently exposed to a potential intruder. This may be a bad idea if
- you don't know who can get to a login screen. This is especially true
- if you run XDMCP (turned off by default).
+ you do not know who can get to a login screen. This is especially
+ true if you run XDMCP (turned off by default).
</para>
</sect2>
@@ -724,8 +735,7 @@
<para>
GDM uses PAM for username/authentication, though if your machine
does not support PAM you can build GDM to work with shadow
- passwords and crypt. Refer to the next section for more information
- about PAM.
+ passwords and crypt.
</para>
<para>
@@ -761,10 +771,10 @@
If you wish to make GDM work with other types of authentication
mechanisms, such as SmartCards, you should implement this via
writing a PAM module rather than by trying to modify the GDM
- code. Refer to the PAM documentation on your system and this
- issue has been discussed on the
+ code. Refer to the PAM documentation on your system. Also
+ this issue has been discussed on the
<address><email>gdm-list@gnome.org</email></address> mail list,
- so you can refer to the archives for more information.
+ so you can refer to the list archives for more information.
</para>
</sect2>
@@ -781,9 +791,11 @@
The GDM daemon normally runs as root, as does the slave. However GDM
should also have a dedicated user id and a group id which it uses for
its graphical interfaces such as <command>gdmgreeter</command> and
- <command>gdmlogin</command>. You can choose the name of this user
- and group in the <filename>[daemon]</filename> section of the
- configuration file.
+ <command>gdmlogin</command>. These are configured via the
+ <filename>User</filename> and <filename>Group</filename>
+ configuration options in the gdm.conf file. The user and group should
+ be created before running &quot;make install&quot;. By default GDM
+ assumes the user and the group are called &quot;gdm&quot;.
</para>
<para>
@@ -791,22 +803,31 @@
All functionality that requires root authority is done by the GDM
daemon process. This design ensures that if the GUI programs are
somehow exploited, only the dedicated user privileges are available.
- By default GDM assumes the user and the group are called `gdm'.
- These are configured via the User and Group configuration options in
- the gdm.conf file. The user and group should be created before
- running &quot;make install&quot;
</para>
<para>
It should however be noted that the GDM user and group have some
- privileges that make them somewhat dangerous. For one they have
- access to the X server authorization directory (the
- <filename>ServAuthDir</filename>), which contains all the X server
- authorization files and other private information. This means that
- someone who gains the GDM user/group privileges can then connect to
- any session. So you should not, under any circumstances, make this
- some user/group which may be easy to get access to, such as the
- user <filename>nobody</filename>.
+ privileges that make them somewhat dangerous. For one, they have
+ access to the X server authorization directory. It must be able
+ to read and write Xauth keys to
+ <filename>&lt;var&gt;/lib/gdm</filename>. This directory should
+ have root:gdm ownership and 1770 permissions. Running
+ &quot;make install&quot; will set this directory to these values.
+ The GDM daemon process will reset this directory to proper
+ ownership/permissions if it is somehow not set properly.
+ </para>
+
+ <para>
+ The danger is that someone who gains the GDM user/group privileges
+ can then connect to any session. So you should not, under any
+ circumstances, make this some user/group which may be easy to get
+ access to, such as the user <filename>nobody</filename>.
+ Users who gain access to the &quot;gdm&quot; user could also
+ modify the Xauth keys causing Denial-Of-Service attacks. Also
+ if a person gains the ability to run programs as the user
+ &quot;gdm&quot;, it would be possible to snoop on running GDM
+ processes, including usernames and passwords as they are being
+ typed in.
</para>
<para>
@@ -817,29 +838,6 @@
the filesystem to ensure that the GDM user does not have read or
write access to sensitive files.
</para>
-
- <para>
- The necessity for a gdm userid/group is because the GDM user does
- require certain special permissions. It must be able to read and
- write Xauth keys to <filename>&lt;var&gt;/lib/gdm</filename>. This
- directory should have root:gdm ownership and 1770 permissions. Running
- &quot;make install&quot; will set this directory to these values. You
- will need to modify the configure/Makefile if you want to use a
- different group than &quot;gdm&quot;. The GDM daemon process will
- reset this directory to proper ownership/permissions if it is somehow
- not set properly.
- </para>
-
- <para>
- If the gdm user is set up properly and gdm user access is somehow
- exploited, this means that the GDM user should only be able to
- maliciously modify the Xauth keys causing potential
- Denial-Of-Service attacks. If a person gains the ability to run
- programs as the user gdm, it would be possible to snoop on running
- GDM processes, including usernames and passwords as they are
- being typed in. Therefore it is important to ensure that
- the gdm user is disallowed login and has no default shell.
- </para>
</sect2>
<sect2 id="xauth">
@@ -1023,9 +1021,10 @@ gdm: .your.domain
</para>
<para>
- If you are a distro and want to set machine defaults, you should
- make the proper edits in the <filename>gdm.conf-custom</filename> file
- rather than editing the <filename>gdm.conf</filename> file.
+ If you are a distribution and want to set machine defaults, you should
+ edit the <filename>gdm.conf</filename> file rather than editing the
+ <filename>gdm.conf-custom</filename> file, so the distribution changes
+ are preserved as defaults.
</para>
<para>
@@ -1048,7 +1047,7 @@ Greeter=/usr/lib/gdmgreeter
<para>
The configuration files (especially the <filename>gdm.conf</filename>
and <filename>gdm.conf-custom</filename> files) contains useful
- comments and examples, so read this for more information about
+ comments and examples, so read these for more information about
changing your setup.
</para>
@@ -1946,7 +1945,7 @@ PostSession/
<varlistentry>
<term>SoundProgram</term>
<listitem>
- <synopsis>SoundProgram=<filename>&lt;bin&gt;/play</filename> (or <filename>%lt;bin&gt;/audioplay</filename> on Solaris)</synopsis>
+ <synopsis>SoundProgram=<filename>&lt;bin&gt;/play</filename> (or <filename>&lt;bin&gt;/audioplay</filename> on Solaris)</synopsis>
<para>
Application to use when playing a sound. Currently used for
playing the login sound, see the
@@ -5872,7 +5871,7 @@ homogeneous=&quot;bool&quot;&gt;
you must encode it. So for example to have the label of
&quot;foo&lt;sup&gt;bar&lt;/sup&gt;&quot;, you must type:
<screen>
-&lt;text&quot;&gt;foo&amp;lt;sup&amp;&gt;bar&amp;lt;/sup&amp;&gt;&lt;/text&gt;
+&lt;text&gt;&quot;foo&lt;sup&gt;bar&lt;/sup&gt;&quot;&lt;/text&gt;
</screen>
</para>
@@ -6052,19 +6051,26 @@ custom-config=foo
<sect1 id="accessibility">
<title>Accessibility</title>
- <para>
- GDM supports &quot;Accessible Login&quot; to allow users to log in to
- their desktop session even if they cannot easily use the screen, mouse,
- or keyboard in the usual way. This feature allows the user to launch
- assistive technologies at login time by means of special
- &quot;gestures&quot; from the standard keyboard and from a keyboard,
- pointing device, or switch device attached to the USB or PS/2 mouse
- port. It also allows the user to change the visual appearance of the
- login UI before logging in, for instance to use a higher-contrast color
- scheme for better visibility. GDM only supports accessibility with
- the GTK+ Greeter, so the &quot;Greeter&quot; parameter in the GDM
- configuration must be set to the GTK+ Greeter &quot;gdmlogin&quot;
- </para>
+ <para>
+ GDM supports &quot;Accessible Login&quot; to allow users to log in to
+ their desktop session even if they cannot easily use the screen, mouse,
+ or keyboard in the usual way. Only the &quot;Standard Greeter&quot;
+ supports accessibility, so use this login GUI for accessibility
+ support. This is done by specifying the &quot;Standard Greeter&quot;
+ in the &quot;Local&quot; tab for the console display and specifying
+ the &quot;Standard Greeter&quot; in the &quot;Remote&quot; tab for
+ remote displays. Or you can modify the <filename>Greeter</filename>
+ configuration option by hand to be <command>gdmlogin</command>.
+ </para>
+
+ <para>
+ The Standard Greeter supports the ability to launch assistive
+ technologies at login time via configurable &quot;gestures&quot; from
+ the standard keyboard, pointing device, or switch device attached to
+ the USB or PS/2 mouse port. Also the user can change the visual
+ appearance of the login UI before logging in, for instance to use a
+ higher-contrast color scheme for better visibility.
+ </para>
<sect2 id="accessibilityconfig">
<title>Accessibility Configuration</title>
@@ -6240,7 +6246,7 @@ GtkModulesList=gail:atk-bridge:dwellmouselistener:keymouselistener
<para>
Configuring GDM with the
&quot;--with-post-path=/usr/openwin/bin&quot; on Solaris is
- recommended. See comments in configure.ac file.
+ recommended for access to programs like Xnest.
</para>
</sect2>
@@ -6263,44 +6269,44 @@ GtkModulesList=gail:atk-bridge:dwellmouselistener:keymouselistener
</screen>
<para>
- In the PreSession scriptchown /dev/console to the user:group who
- is logging into the console and ensure whatever permissions is
- specified in /etc/logindevperm (0600 for the line above). Then
- in the PostSession script chmod them back to root:root and
- ensure 0600 this time (don't use the value in the
- /etc/logindevperm file). Linux uses a different mechanism for
- managing device permissions.
+ The PreSession script would need to be modified to chown
+ /dev/console to the user:group who is logging into the console
+ and ensure whatever permissions is specified in /etc/logindevperm
+ (0600 for the line above). Then in the PostSession script chmod
+ the device back to root:root and ensure 0600 this time (do not
+ use the value in the /etc/logindevperm file). Linux uses a
+ different mechanism for managing device permissions, so this
+ extra scripting is not needed.
</para>
</sect2>
<sect2 id="solarisautomaticlogin">
<title>Solaris Automatic Login</title>
<para>
- By default, automatic login is not enabled by GDM, so you would
- only notice this problem if you try to make use of it. Turning
- this feature on causes your computer to login to a specified
- username on startup without asking for username and password.
- This is an unsecure way to set up your computer. Make sure to
- read the PAM documentation (e.g. pam.d/pam.conf man page) and be
- comfortable with the security settings before modifying your
- configuration.
+ Automatic login does not work on Solaris because PAM is not
+ configured to support this feature by default. Automatic
+ login is a GDM feature that is not enabled by default, so you
+ would only notice this problem if you try to make use of it.
+ Turning this feature on causes your computer to login to a
+ specified username on startup without asking for username
+ and password. This is an unsecure way to set up your
+ computer.
</para>
<para>
- To turn on automatic login on Solaris, refer to the PAM section
- above. If using Solaris 10 or lower, then you also need to
- compile the pam_allow.c code and install it to /usr/lib/security
- (or anywhere and provide the full path in /etc/pam.conf) and
- ensure it is owned by uid 0 and not group or world writable.
- Now see automatic login work. Wasn't it worth it! I believe
- these settings will be added someday, though Sun isn't quite
- sure Automatic login is such a secure feature so we will
- probably debate it further.
+ If using Solaris 10 or lower, then you need to compile
+ the pam_allow.c code provided with the GDM release and
+ install it to /usr/lib/security (or provide the full path
+ in /etc/pam.conf) and ensure it is owned by uid 0 and not
+ group or world writable.
</para>
<para>
The following are reasonable pam.conf values for turning on
- automatic login in GDM.
+ automatic login in GDM. Make sure to read the PAM documentation
+ (e.g. pam.d/pam.conf man page) and be comfortable with the
+ security implications of any changes you intend to make to
+ your configuration.
</para>
<screen>
@@ -6348,7 +6354,7 @@ GtkModulesList=gail:atk-bridge:dwellmouselistener:keymouselistener
<filename>RootPath</filename>,
<filename>PasswordRequired</filename>, and
<filename>AllowRemoteRoot</filename> options as described in the
- Configuration section.
+ &quot;Configuration&quot; section.
</para>
</sect2>
</sect1>
@@ -6607,7 +6613,6 @@ Hosts=appserverone,appservertwo
</address>
</para>
</sect1>
-
</article>
<!-- Keep this comment at the end of the file
diff --git a/docs/es/es.po b/docs/es/es.po
index e4b1a0d8..e6f8f985 100644
--- a/docs/es/es.po
+++ b/docs/es/es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-10 16:31-0800\n"
+"POT-Creation-Date: 2006-02-12 18:40-0800\n"
"PO-Revision-Date: 2006-01-22 13:10+0100\n"
"Last-Translator: Francisco Javier F. Serrador <serrador@cvs.gnome.org>\n"
"Language-Team: Spanish <traductores@es.gnome.org>\n"
@@ -219,7 +219,7 @@ msgstr ""
"CONDICIONES ESTABLECIDAS EN LA LICENCIA DE DOCUMENTACIÓN LIBRE DE GNU (GFDL) "
"Y TENIENDO EN CUENTA QUE: <placeholder-1/>"
-#: ../C/gdm.xml:62 (releaseinfo) ../C/gdm.xml:72 (para)
+#: ../C/gdm.xml:62 (releaseinfo) ../C/gdm.xml:71 (para)
#, fuzzy
msgid ""
"This manual describes version 2.13.0.8 of the GNOME Display Manager. It was "
@@ -228,11 +228,11 @@ msgstr ""
"Este manual describe la versión 2.13.0.6 del Gestor de entrada de Gnome. Se "
"actualizó por última vez en 15/01/2006."
-#: ../C/gdm.xml:70 (title)
+#: ../C/gdm.xml:69 (title)
msgid "Terms and Conventions Used in This Manual"
msgstr "Términos y convenciones usados en este manual"
-#: ../C/gdm.xml:77 (para)
+#: ../C/gdm.xml:76 (para)
msgid ""
"Chooser - A program used to select a remote host for managing a display "
"remotely on the local display (<command>gdmchooser</command>)."
@@ -241,13 +241,13 @@ msgstr ""
"gestionar una pantalla remotamente en la pantalla local "
"(<command>gdmchooser</command>)."
-#: ../C/gdm.xml:82 (para)
+#: ../C/gdm.xml:81 (para)
msgid ""
"Configurator - The configuration application (<command>gdmsetup</command>)."
msgstr ""
"Configurador - La aplicación de configuración (<command>gdmsetup</command>)."
-#: ../C/gdm.xml:87 (para)
+#: ../C/gdm.xml:86 (para)
msgid ""
"GDM - Gnome Display Manager. Used to describe the software package as a "
"whole. Sometimes also referred to as GDM2."
@@ -255,11 +255,11 @@ msgstr ""
"GDM - Gestor de pantallas de Gnome. Se usa para describir el paquete de "
"software como un todo. algunas veces también se refiere a él como GDM2."
-#: ../C/gdm.xml:92 (para)
+#: ../C/gdm.xml:91 (para)
msgid "gdm - The Gnome Display Manager daemon (<command>gdm</command>)."
msgstr "dgm - El demonio del gestor de pantallas (<command>gdm</command>)."
-#: ../C/gdm.xml:96 (para)
+#: ../C/gdm.xml:95 (para)
msgid ""
"Greeter - The graphical login window (<command>gdmlogin</command> or "
"<command>gdmgreeter</command>)."
@@ -267,28 +267,28 @@ msgstr ""
"Interfaz de entrada - La venta de de entrada gráfica (<command>gdmlogin</"
"command> o <command>gdmgreeter</command>)."
-#: ../C/gdm.xml:101 (para)
+#: ../C/gdm.xml:100 (para)
msgid "GTK+ Greeter - The standard login window (<command>gdmlogin</command>)."
msgstr ""
"Interfaz de entrada GTK+ - La ventana de entrada estándar "
"( <command>gdmlogin</command>)."
-#: ../C/gdm.xml:105 (para)
+#: ../C/gdm.xml:104 (para)
msgid "PAM - Pluggable Authentication Mechanism"
msgstr "PAM - Pluggable Authentication Mechanism"
-#: ../C/gdm.xml:109 (para)
+#: ../C/gdm.xml:108 (para)
msgid ""
"Themed Greeter - The themable login window ( <command>gdmgreeter</command>)."
msgstr ""
"Interfaz de entrada con temas - La ventana de entrada con temas "
"intercambiables ( <command>gdmgreeter</command>)."
-#: ../C/gdm.xml:114 (para)
+#: ../C/gdm.xml:113 (para)
msgid "XDMCP - X Display Manage Protocol"
msgstr "XDMCP - X Display Manage Protocol"
-#: ../C/gdm.xml:118 (para)
+#: ../C/gdm.xml:117 (para)
#, fuzzy
msgid ""
"Paths that start with a word in angle brackets are relative to the "
@@ -313,26 +313,22 @@ msgstr ""
"filename> y un directorio de configuración del sistema (--sysconfdir) "
"<filename>/etc/X11</filename>."
-#: ../C/gdm.xml:134 (title)
+#: ../C/gdm.xml:133 (title)
msgid "Overview"
msgstr "Vista general"
-#: ../C/gdm.xml:137 (title)
+#: ../C/gdm.xml:136 (title)
msgid "Introduction"
msgstr "Introducción"
-#: ../C/gdm.xml:141 (para)
+#: ../C/gdm.xml:140 (para)
msgid ""
-"GDM was written with simplicity and security in mind. GDM is a replacement "
-"for XDM, the X Display Manager. Unlike its competitors (X3DM, KDM, WDM) GDM "
+"The Gnome Display Manager (GDM) is a display manager that implements all "
+"significant features required for managing local and remote displays. GDM "
"was written from scratch and does not contain any XDM / X Consortium code."
msgstr ""
-"GDm se ha escrito con simplicidad y seguridad en mente. GDM es un reemplazo "
-"de XDM, el gestor de pantallas de X, A diferencia de sus competidores, "
-"(X3DM, KDM, WDM), GSM se escribió desde cero y no contiene nada de código de "
-"XDM / X Consortium."
-#: ../C/gdm.xml:148 (para)
+#: ../C/gdm.xml:147 (para)
#, fuzzy
msgid ""
"For further information about GDM, see the <ulink type=\"http\" url=\"http://"
@@ -349,44 +345,44 @@ msgstr ""
"categoría «gdm» en <ulink type=\"http\" url=\"http://bugzilla.gnome.org/"
"\">bugzilla.gnome.org</ulink>."
-#: ../C/gdm.xml:161 (title)
+#: ../C/gdm.xml:160 (title)
msgid "Interface Stability"
msgstr ""
-#: ../C/gdm.xml:165 (para)
+#: ../C/gdm.xml:164 (para)
msgid ""
"The key/value pairs defined in the GDM configuration files and the location "
"of these files are considered \"stable\" interfaces and should only change "
-"in ways that are backwards compatible. Note that this includes functionaity "
+"in ways that are backwards compatible. Note that this includes functionality "
"like the GDM scripts (Init, PreSession, PostSession, PostLogin, "
"XKeepsCrashing, etc.); directory locations (ServAuthDir, PidFile, etc.), "
-"system applications (SoundProgram), etc. Some values depend on OS interfaces "
-"may need to be modified to work on a given OS. Typical examples are "
-"HaltCommand, RebootCommand, SuspendCommand, StandardXServer, Xnest, "
-"SoundProgram, and the \"command\" value for each \"server-foo\"."
+"system applications (SoundProgram), etc. Some configuration values depend on "
+"OS interfaces may need to be modified to work on a given OS. Typical "
+"examples are HaltCommand, RebootCommand, SuspendCommand, StandardXServer, "
+"Xnest, SoundProgram, and the \"command\" value for each \"server-foo\"."
msgstr ""
-#: ../C/gdm.xml:178 (para)
+#: ../C/gdm.xml:177 (para)
msgid ""
"Note: distributions often change the default values of keys to support their "
-"platform. Command-line interfaces for programs installed to <filename>lt;"
-"bin&gt;</filename> are considered stable. Refer to your distribution "
-"configuration to see if there are any distribution-specific changes from the "
-"default GDM configuration and for information for what support exists for "
-"these options."
+"platform. Command-line interfaces for GDM programs installed to "
+"<filename>&lt;bin&gt;</filename> and <filename>&lt;sbin&gt;</filename> are "
+"considered stable. Refer to your distribution documentation to see if there "
+"are any distribution-specific changes to these GDM interfaces and what "
+"support exists for them."
msgstr ""
-#: ../C/gdm.xml:187 (para)
+#: ../C/gdm.xml:186 (para)
msgid ""
"If issues are discovered that break compatibility, please file a bug with an "
"\"urgent\" priority."
msgstr ""
-#: ../C/gdm.xml:194 (title)
+#: ../C/gdm.xml:193 (title)
msgid "The GDM Daemon"
msgstr "El demonio GDM"
-#: ../C/gdm.xml:196 (para)
+#: ../C/gdm.xml:195 (para)
msgid ""
"The GDM daemon is responsible for managing displays on the system. This "
"includes authenticating users, starting the user session, and terminating "
@@ -405,7 +401,7 @@ msgstr ""
"filename> de los que se habla más abajo se tratan en esta sección "
"«Configurar GDM»."
-#: ../C/gdm.xml:207 (para)
+#: ../C/gdm.xml:206 (para)
msgid ""
"The GDM daemon supports a UNIX domain socket protocol which can be used to "
"control aspects of its behavior and to query information. This protocol is "
@@ -416,14 +412,17 @@ msgstr ""
"información. Este protocolo se describe en la sección «Controlar GDM» de "
"este documento."
-#: ../C/gdm.xml:214 (para)
+#: ../C/gdm.xml:213 (para)
+#, fuzzy
msgid ""
"GDM can be asked to manage a display a number of ways. Local displays are "
"always managed when GDM starts and will be restarted when a user's session "
-"is finished. Displays can also be requested via XDMCP and flexible displays "
-"can be requested by running the <command>gdmflexiserver</command> command, "
-"and such displays are not restarted on session exit. These display types are "
-"discussed in the next section."
+"is finished. Displays can be requested via XDMCP, flexible displays can be "
+"requested by running the <command>gdmflexiserver</command> command. Displays "
+"that are started on request are not restarted on session exit. GDM also "
+"provides the <command>gdmdynamic</command> command to allow easier "
+"management of displays on a multi-user server. These display types are "
+"discussed further in the next section."
msgstr ""
"A GDM se le puede pedir que gestione una pantalla de varias formas. Las "
"pantallas locales las gestiona siempre gDM cuando se inicia y serán "
@@ -433,7 +432,8 @@ msgstr ""
"reinician al salir de la sesión. Estos tipos de pantallas se discuten en la "
"sección siguiente."
-#: ../C/gdm.xml:224 (para)
+#: ../C/gdm.xml:225 (para)
+#, fuzzy
msgid ""
"When the GDM daemon is asked to manage a display, it will fork an X server "
"process, then run the <filename>Init</filename> script as the root user, and "
@@ -442,9 +442,9 @@ msgid ""
"<command>gdmlogin</command> as the GUI dialog program. The "
"<command>gdmlogin</command> program supports accessibility while the "
"<command>gdmgreeter</command> program supports greater themeability. The GUI "
-"dialog is run as an unpriviledged user/group which is described in the "
-"\"Security\" section below. The GUI dialog communicates with the daemon via "
-"a sockets protocol and via standard input/output. The slave, for example "
+"dialog is run as the unpriviledged \"gdm\" user/group which is described in "
+"the \"Security\" section below. The GUI dialog communicates with the daemon "
+"via a sockets protocol and via standard input/output. The slave, for example "
"passes the username and password information to the GDM daemon via standard "
"input/output so the daemon can handle the actual authentication."
msgstr ""
@@ -463,7 +463,7 @@ msgstr ""
"medio de la entrada/salida estándar asíq ue el demonio puede manipular la "
"autenticación actual."
-#: ../C/gdm.xml:241 (para)
+#: ../C/gdm.xml:242 (para)
msgid ""
"The login GUI dialog screen allows the user to select which session they "
"wish to start and which language they wish to use. Sessions are defined by "
@@ -490,7 +490,7 @@ msgstr ""
"reiniciar o suspender el sistema; y o editar la configuración de entrada "
"(tras introducir la contraseña de root)."
-#: ../C/gdm.xml:256 (para)
+#: ../C/gdm.xml:257 (para)
msgid ""
"GDM, by default, will use Pluggable Authentication Modules (PAM) for "
"authentication, but can also support regular crypt and shadow passwords on "
@@ -522,11 +522,11 @@ msgstr ""
"Cuando la sesión del usuario sale, el demonio de GDM ejecutará el script "
"<filename>PostSession</filename> como root."
-#: ../C/gdm.xml:275 (title)
+#: ../C/gdm.xml:276 (title)
msgid "Different Display Types"
msgstr "Tipos de pantalla diferentes"
-#: ../C/gdm.xml:277 (para)
+#: ../C/gdm.xml:278 (para)
msgid ""
"GDM supports three different display types: static (local) displays, "
"flexible (on-demand) displays, and XDMCP (remote) displays. The \"X Server "
@@ -540,7 +540,7 @@ msgstr ""
"local estática» de la sección «Configuración» explican cómo estos tipos de "
"pantallas se definen en el archivo de configuración de GDM."
-#: ../C/gdm.xml:286 (para)
+#: ../C/gdm.xml:287 (para)
msgid ""
"Local static displays are always started by the daemon, and when they die or "
"are killed, they are restarted. GDM can run as many of these as needed. GDM "
@@ -552,7 +552,7 @@ msgstr ""
"necesiten. GDM puede gestionar además servidores en los cuales no gestiona "
"la entrada él mismo, permitiendo usar GDM para soportar terminales X."
-#: ../C/gdm.xml:293 (para)
+#: ../C/gdm.xml:294 (para)
#, fuzzy
msgid ""
"Flexible, or on demand displays, are started via the socket protocol with "
@@ -588,7 +588,7 @@ msgstr ""
"y no estarán disponibles si no están soportados (como en Solaris). Las "
"pantallas anidades requieren que el servidor X soporte Xnest."
-#: ../C/gdm.xml:314 (para)
+#: ../C/gdm.xml:315 (para)
msgid ""
"The last display type is the XDMCP remote displays which are described in "
"the next section. Remote hosts can connect to GDM and present the login "
@@ -602,11 +602,19 @@ msgstr ""
"sesiones remotas. Por ejemplo, el menú Acciones que permite apagar, "
"reiniciar o configurar GDM no se mostrará."
-#: ../C/gdm.xml:324 (title)
+#: ../C/gdm.xml:323 (para)
+msgid ""
+"Displays started via the <command>gdmdynamic</command> command are treated "
+"as local displays, so they are restarted automatically on when the session "
+"exits. This command is intended to more effectively manage the displays on a "
+"multi-user server (many displays connected to a single server)."
+msgstr ""
+
+#: ../C/gdm.xml:333 (title)
msgid "XDMCP"
msgstr "XDMCP"
-#: ../C/gdm.xml:328 (para)
+#: ../C/gdm.xml:337 (para)
msgid ""
"The GDM daemon can be configured to listen for and manage X Display Manage "
"Protocol (XDMCP) requests from remote displays. By default XDMCP support is "
@@ -621,7 +629,7 @@ msgstr ""
"demonio sólo permitirá acceder a hosts especificados en la sección de "
"servicio GDM en el archivo de configuración de TCP Wrappers."
-#: ../C/gdm.xml:337 (para)
+#: ../C/gdm.xml:346 (para)
msgid ""
"GDM includes several measures making it more resistant to denial of service "
"attacks on the XDMCP service. A lot of the protocol parameters, handshaking "
@@ -634,7 +642,7 @@ msgstr ""
"Sin embargo la configuración de fábrica debería funcionar en la mayoría de "
"sistemas. No la cambie a menos que sepa lo que está haciendo."
-#: ../C/gdm.xml:345 (para)
+#: ../C/gdm.xml:354 (para)
msgid ""
"GDM listens to UDP port 177 and will respond to QUERY and BROADCAST_QUERY "
"requests by sending a WILLING packet to the originator."
@@ -642,7 +650,7 @@ msgstr ""
"GDM escucha en el puerto UDP 177 y responderá a las peticiones QUERY y "
"BROADCAST_QUERY enviando un paquete WILLING al originador."
-#: ../C/gdm.xml:350 (para)
+#: ../C/gdm.xml:359 (para)
msgid ""
"GDM can also be configured to honor INDIRECT queries and present a host "
"chooser to the remote display. GDM will remember the user's choice and "
@@ -660,7 +668,7 @@ msgstr ""
"Esta extensión está soportada sólo si ambos demonios son GDM. Es "
"transparente y será ignorada por XDM u otros demonios que implementan XDMCP."
-#: ../C/gdm.xml:360 (para)
+#: ../C/gdm.xml:369 (para)
msgid ""
"Refer to the \"Security\" section for information about security concerns "
"when using XDMCP."
@@ -668,11 +676,11 @@ msgstr ""
"Refiérase a la seccion «Seguridad» para información acerca de las "
"preocupaciones de seguridad al usar XDMCP."
-#: ../C/gdm.xml:367 (title)
+#: ../C/gdm.xml:376 (title)
msgid "Securing Remote Connection Through SSH"
msgstr "Securización de la conexión remota a través de SSH"
-#: ../C/gdm.xml:370 (para)
+#: ../C/gdm.xml:379 (para)
msgid ""
"As explained in the \"Security\" section, XDMCP does not use any kind of "
"encryption and as such is inherently insecure. As XDMCP uses UDP as a "
@@ -684,7 +692,7 @@ msgstr ""
"como capa de transporte de red, no es posible simplemente securizarla por "
"medio de un túnel SSH."
-#: ../C/gdm.xml:377 (para)
+#: ../C/gdm.xml:386 (para)
msgid ""
"To remedy this problem, gdm can be configured at compilation-time with the "
"option --enable-secureremote, in which case gdm proposes as a built-in "
@@ -702,7 +710,7 @@ msgstr ""
"servidor SSH, el usuario entonces obtiene una conexión al servidor en la "
"cual la sesión X predeterminada se inicia y muestra en el host local."
-#: ../C/gdm.xml:387 (para)
+#: ../C/gdm.xml:396 (para)
msgid ""
"Using this session allows a much more secure network connection and only "
"necessitates to have an SSH server running on the remote host."
@@ -710,21 +718,23 @@ msgstr ""
"Usar esta sesión permite una conexión de red mucho más segura y sólo "
"necesita tener un servidor SSH ejecutándose en el host remoto."
-#: ../C/gdm.xml:394 (title)
+#: ../C/gdm.xml:403 (title)
msgid "The GTK+ Greeter"
msgstr "El interfaz GTK+"
-#: ../C/gdm.xml:396 (para)
+#: ../C/gdm.xml:405 (para)
+#, fuzzy
msgid ""
"The GTK+ Greeter is the default graphical user interface that is presented "
"to the user. The greeter contains a menu at the top, an optional face "
-"browser, an optional logo and a text entry widget."
+"browser, an optional logo and a text entry widget. This greeter has full "
+"accessibility support, and should be used by users with accessibility needs."
msgstr ""
"El interfaz GTK+ es el interfaz gráfico de usuario que se presenta al "
"usuario. El interfaz contiene un menú en la parte superior, un visor de "
"rostros opcional, un logo opcional y un widget para entrada de texto."
-#: ../C/gdm.xml:402 (para)
+#: ../C/gdm.xml:413 (para)
msgid ""
"The text entry field is used for entering logins, passwords, passphrases "
"etc. <command>gdmlogin</command> is controlled by the underlying daemon and "
@@ -742,7 +752,7 @@ msgstr ""
"la etiqueta sobre la entrada de texto para corresponder con el valor que el "
"sistema de autenticación quiere que el usuario introduzca."
-#: ../C/gdm.xml:412 (para)
+#: ../C/gdm.xml:423 (para)
msgid ""
"The menu bar in the top of the greeter enables the user to select the "
"requested session type/desktop environment, select an appropriate locale/"
@@ -756,7 +766,7 @@ msgstr ""
"conozca la contraseña de administrador), cambiar el tema GTK+ o iniciar un "
"selector XDMCP."
-#: ../C/gdm.xml:420 (para)
+#: ../C/gdm.xml:431 (para)
msgid ""
"The greeter can optionally display a logo in the login window. The image "
"must be in a format readable to the gdk-pixbuf library (GIF, JPG, PNG, TIFF, "
@@ -769,11 +779,11 @@ msgstr ""
"de lectura para el usuario de GDM. Vea la opción <filename>Logotipo</"
"filename> en la sección de referencia inferior para los detalles."
-#: ../C/gdm.xml:430 (title)
+#: ../C/gdm.xml:441 (title)
msgid "The Themed Greeter"
msgstr "El interfaz con temas"
-#: ../C/gdm.xml:432 (para)
+#: ../C/gdm.xml:443 (para)
msgid ""
"The Themed Greeter is a greeter interface that takes up the whole screen and "
"is very themable. Themes can be selected and new themes can be installed by "
@@ -789,7 +799,7 @@ msgstr ""
"al interfaz GTK+ en que está controlado por un demonio por debajo, no tiene "
"estados y el demonio lo controla usando el mismo protocolo sencillo."
-#: ../C/gdm.xml:442 (para)
+#: ../C/gdm.xml:453 (para)
msgid ""
"The look and feel of this greeter is really controlled by the theme and so "
"the user interface elements that are present may be different. The only "
@@ -808,21 +818,22 @@ msgstr ""
"GDM (siempre que el susuario conozca la contraseña de root), o iniciar un "
"selector XDMCP."
-#: ../C/gdm.xml:452 (para)
+#: ../C/gdm.xml:463 (para)
+#, fuzzy
msgid ""
"You can always get a menu of available actions by pressing the F10 key. This "
-"can be useful if the theme doesn't provide certain buttons when you really "
-"wish to do some action."
+"can be useful if the theme doesn't provide certain buttons when you wish to "
+"do some action allowed by the GDM configuration."
msgstr ""
"Puede obtener siempre un menú de las acciones disponibles pulsando la tecla "
"F10. Esto puede ser útil si el tema no proporciona ciertos botones cuando "
"realmente quiere hacer alguna acción."
-#: ../C/gdm.xml:460 (title)
+#: ../C/gdm.xml:471 (title)
msgid "The GDM Face Browser"
msgstr "El visor de rostros de GDM"
-#: ../C/gdm.xml:462 (para)
+#: ../C/gdm.xml:473 (para)
msgid ""
"GDM supports a face browser which will display a list of users who can login "
"and an icon for each user. This feature can be used with the GTK+ Greeter if "
@@ -837,13 +848,14 @@ msgstr ""
"el Interfaz con Temas si usa un tema de GDM que incluya un tipo de elemento "
"\"userlist\", tal como \"happygnome-list\""
-#: ../C/gdm.xml:472 (para)
+#: ../C/gdm.xml:483 (para)
+#, fuzzy
msgid ""
"By default, the face browser is disabled since revealing usernames on the "
-"login screen is not appropriate on many systems for security reasons and "
-"because GDM requires some setup to specify which users should be visible. "
-"Setup can be done on the \"Users\" tab in <command>gdmsetup</command>. This "
-"feature is most practical to use on a system with a smaller number of users."
+"login screen is not appropriate on many systems for security reasons. Also "
+"GDM requires some setup to specify which users should be visible. Setup can "
+"be done on the \"Users\" tab in <command>gdmsetup</command>. This feature is "
+"most practical to use on a system with a smaller number of users."
msgstr ""
"Por omisión, el visor de rostros está desactivado debido a que revelar "
"nombres de usuario en la pantalla de entrada no es apropiado en muchos "
@@ -853,7 +865,8 @@ msgstr ""
"command>. Esta característica es más práctica de usar en un sistema con un "
"número pequeño de usuarios."
-#: ../C/gdm.xml:481 (para)
+#: ../C/gdm.xml:492 (para)
+#, fuzzy
msgid ""
"The icons used by GDM can be installed globally by the sysadmin or can be "
"located in the users' home directories. If installed globally they should be "
@@ -862,8 +875,8 @@ msgid ""
"configuration option) and the filename should be the name of the user, "
"optionally with a <filename>.png</filename> appended. Face icons placed in "
"the global face directory must be readable to the GDM user. However, the "
-"daemon, proxies user pictures to the greeter and thus those don't have be be "
-"readable by the GDM user, but root."
+"daemon, proxies user pictures to the greeter and thus those do not have be "
+"be readable by the \"gdm\" user, but root."
msgstr ""
"Los iconos usados por GDM pueden instalarse globalmente por el administrador "
"del sistema o pueden ser colocados en los directorios personales de los "
@@ -876,7 +889,7 @@ msgstr ""
"embargo, el demonio, proximiza las fotografías de los usuarios al interfaz y "
"debido a esto no tienen que ser leíbles por el usuario GDM sino por el root."
-#: ../C/gdm.xml:494 (para)
+#: ../C/gdm.xml:505 (para)
msgid ""
"Users may run the <command>gdmphotosetup</command> command to configure the "
"image to use for their userid. This program properly scales the file down if "
@@ -897,7 +910,7 @@ msgstr ""
"estén escaladas de forma adecuada así que un usuario puede crear su archivo "
"<filename>~/.face</filename> a mano."
-#: ../C/gdm.xml:506 (para)
+#: ../C/gdm.xml:517 (para)
msgid ""
"GDM will first look for the user's face image in <filename>~/.face</"
"filename>. If not found, it will try <filename>~/.face.icon</filename>. If "
@@ -914,7 +927,7 @@ msgstr ""
"photo</filename> los cuales están obsoletos y se soportan por compatibilidad "
"hacia atrás."
-#: ../C/gdm.xml:517 (para)
+#: ../C/gdm.xml:528 (para)
#, fuzzy
msgid ""
"If a user has no defined face image, GDM will use the \"stock_person\" icon "
@@ -929,10 +942,11 @@ msgstr ""
"configuración <filename>DefaultFace</filename> como resguardo, normalmente /"
"usr/share/pixmaps/nobody.png."
-#: ../C/gdm.xml:525 (para)
+#: ../C/gdm.xml:536 (para)
+#, fuzzy
msgid ""
"Please note that loading and scaling face icons located in user home "
-"directories can be a very time consuming task. Since it not practical to "
+"directories can be a very time-consuming task. Since it not practical to "
"load images over NIS or NFS, GDM does not attempt to load face images from "
"remote home directories. Furthermore, GDM will give up loading face images "
"after 5 seconds of activity and will only display the users whose pictures "
@@ -940,7 +954,7 @@ msgid ""
"can be used to specify a set of users who should appear on the face browser. "
"As long as the users to include is of a reasonable size, there should not be "
"a problem with GDM being unable to access the face images. To work around "
-"these problems, it is recommended to place face images in the directory "
+"such problems, it is recommended to place face images in the directory "
"specified by the <filename>GlobalFaceDir</filename> configuration option."
msgstr ""
"Note que cargar y escalar los iconos de rostros situados en los directorios "
@@ -957,7 +971,7 @@ msgstr ""
"recomienda situar las imágenes de rostros en el directorio especificado por "
"la opción de configuración <filename>GlobalFaceDir</filename>."
-#: ../C/gdm.xml:541 (para)
+#: ../C/gdm.xml:552 (para)
msgid ""
"To control the users who get displayed in the face browser, there are a "
"number of configuration options that can be used. If the "
@@ -988,11 +1002,12 @@ msgstr ""
"a que puede ser muy lento cargar más de un pequeño número de usuarios sobre "
"la red."
-#: ../C/gdm.xml:558 (para)
+#: ../C/gdm.xml:569 (para)
+#, fuzzy
msgid ""
"When the browser is turned on, valid usernames on the computer are "
-"inherently exposed to a potential intruder. This may be a bad idea if you "
-"don't know who can get to a login screen. This is especially true if you run "
+"inherently exposed to a potential intruder. This may be a bad idea if you do "
+"not know who can get to a login screen. This is especially true if you run "
"XDMCP (turned off by default)."
msgstr ""
"Cuando el examinador está activado, los nombres de usuario válidos en el "
@@ -1000,11 +1015,11 @@ msgstr ""
"una mala idea si no sabe quién puede acceder a una pantalla de entrada. Esto "
"es especialmente cierto si ejecuta XDMCP (desactivado por omisión)."
-#: ../C/gdm.xml:567 (title)
+#: ../C/gdm.xml:578 (title)
msgid "Logging"
msgstr "Registro de actividad"
-#: ../C/gdm.xml:569 (para)
+#: ../C/gdm.xml:580 (para)
msgid ""
"GDM itself will use syslog to log errors or status. It can also log "
"debugging information, which can be useful for tracking down problems if GDM "
@@ -1015,7 +1030,7 @@ msgstr ""
"encontrar problemas si GDM no funciona apropiadamente. Esto puede activarse "
"en el archivo de configuración."
-#: ../C/gdm.xml:576 (para)
+#: ../C/gdm.xml:587 (para)
msgid ""
"Output from the various X servers is stored in the GDM log directory, which "
"is configurable, but is usually <filename>&lt;var&gt;/log/gdm/</filename>. "
@@ -1034,7 +1049,7 @@ msgstr ""
"nuevas sesiones en esa pantalla. Puede usar estos registros para ver que "
"decía el servidor X cuando arrancaba."
-#: ../C/gdm.xml:588 (para)
+#: ../C/gdm.xml:599 (para)
msgid ""
"The output from the user session is redirected to <filename>~/.xsession-"
"errors</filename> before even the <filename>PreSession</filename> script is "
@@ -1054,7 +1069,7 @@ msgstr ""
"a la pantalla de entrada. De esta manera el usuario puede ver los errores de "
"la última sesión y corregir el problema."
-#: ../C/gdm.xml:600 (para)
+#: ../C/gdm.xml:611 (para)
msgid ""
"You can suppress the 10 second warning by returning code 66 from the "
"<filename>Xsession</filename>script or from your session binary (the default "
@@ -1072,7 +1087,7 @@ msgstr ""
"después, o si configura la sesión para mostrar algún mensaje de error y el "
"mensaje de GDM podría ser confuso y redundante."
-#: ../C/gdm.xml:610 (para)
+#: ../C/gdm.xml:621 (para)
msgid ""
"The session output is piped through the GDM daemon and so the <filename>~/."
"xsession-errors</filename> file is capped at about 200 kilobytes by GDM to "
@@ -1095,7 +1110,7 @@ msgstr ""
"archivo, lo que podría conducir a sesiones matadas si el archivo fue "
"redirigido en la forma antigua desde el script."
-#: ../C/gdm.xml:623 (para)
+#: ../C/gdm.xml:634 (para)
msgid ""
"Note that some distributors seem to override the <filename>~/.xsession-"
"errors</filename> redirection and do it themselves in their own Xsession "
@@ -1118,7 +1133,7 @@ msgstr ""
"<filename>BaseXsession</filename> para más información, especialmente acerca "
"de cómo manejar múltiples gestores de entrada usando el mismo script."
-#: ../C/gdm.xml:637 (para)
+#: ../C/gdm.xml:648 (para)
msgid ""
"Note that if the session is a failsafe session, or if GDM can't open this "
"file for some reason, then a fallback file will be created in the <filename>/"
@@ -1131,7 +1146,7 @@ msgstr ""
"user&gt;.XXXXXX</filename> donde <filename>XXXXXX</filename> son caracteres "
"aleatorios."
-#: ../C/gdm.xml:645 (para)
+#: ../C/gdm.xml:656 (para)
msgid ""
"If you run a system with quotas set, it would be good to delete the "
"<filename>~/.xsession-errors</filename> in the <filename>PostSession</"
@@ -1141,11 +1156,11 @@ msgstr ""
"<filename>~/.xsession-errors</filename> en el script <filename>PostSession</"
"filename>. Así este archivo de registro no está por medio innecesariamente."
-#: ../C/gdm.xml:654 (title)
+#: ../C/gdm.xml:665 (title)
msgid "Accessing Files"
msgstr "Acceder a archivos"
-#: ../C/gdm.xml:656 (para)
+#: ../C/gdm.xml:667 (para)
#, fuzzy
msgid ""
"In general GDM is very reluctant regarding reading/writing of user files "
@@ -1165,7 +1180,7 @@ msgstr ""
"aceptar archivos escribibles por el grupo del usuario u otros. Éstos se "
"ignoran por omisión."
-#: ../C/gdm.xml:668 (para)
+#: ../C/gdm.xml:679 (para)
#, fuzzy
msgid ""
"All operations on user files are done with the effective user id of the "
@@ -1180,7 +1195,7 @@ msgstr ""
"resguardo en el directorio especificado por la opción de configuración "
"<filename>UserAuthFBDir</filename> (/tmp por omisión)."
-#: ../C/gdm.xml:676 (para)
+#: ../C/gdm.xml:687 (para)
msgid ""
"Finally, the sysadmin can specify the maximum file size GDM should accept, "
"and, if the face browser is enabled, a tunable maximum icon size is also "
@@ -1195,11 +1210,11 @@ msgstr ""
"Mirar iconos en directorios personales, escalarlos y renderizarlos puede "
"llevar mucho tiempo."
-#: ../C/gdm.xml:687 (title)
+#: ../C/gdm.xml:698 (title)
msgid "GDM Performance"
msgstr "Rendimiento de GDM"
-#: ../C/gdm.xml:689 (para)
+#: ../C/gdm.xml:700 (para)
msgid ""
"To speed performance it is possible to build GDM so that it will preload "
"libraries when GDM first displays a greeter program. This has been shown to "
@@ -1212,7 +1227,7 @@ msgstr ""
"estas bibliotecas pueden cargarse en memoria mientras el usuario teclea su "
"nombre y contraseña."
-#: ../C/gdm.xml:697 (para)
+#: ../C/gdm.xml:708 (para)
#, fuzzy
msgid ""
"To use this feature, configure GDM with the <command>--with-prefetch</"
@@ -1240,22 +1255,21 @@ msgstr ""
"bugzilla.gnome.org/\">bugzilla.gnome.org</ulink>, así que podrian ser "
"incluidos en futuros lanzamientos de GDM."
-#: ../C/gdm.xml:718 (title)
+#: ../C/gdm.xml:729 (title)
msgid "Security"
msgstr "Seguridad"
-#: ../C/gdm.xml:721 (title)
+#: ../C/gdm.xml:732 (title)
msgid "PAM"
msgstr ""
-#: ../C/gdm.xml:724 (para)
+#: ../C/gdm.xml:735 (para)
msgid ""
"GDM uses PAM for username/authentication, though if your machine does not "
-"support PAM you can build GDM to work with shadow passwords and crypt. Refer "
-"to the next section for more information about PAM."
+"support PAM you can build GDM to work with shadow passwords and crypt."
msgstr ""
-#: ../C/gdm.xml:731 (para)
+#: ../C/gdm.xml:741 (para)
msgid ""
"PAM stands for Pluggable Authentication Module, and is used by most programs "
"that request username/password authentication on your computer. It allows "
@@ -1263,7 +1277,7 @@ msgid ""
"affects security, you should be comfortable with with the pam."
msgstr ""
-#: ../C/gdm.xml:739 (para)
+#: ../C/gdm.xml:749 (para)
msgid ""
"GDM uses PAM and some GDM features, like turning on automatic login may "
"require that you update your PAM configuration. PAM has different, but "
@@ -1271,14 +1285,14 @@ msgid ""
"pam.conf man page for details about how to configure it."
msgstr ""
-#: ../C/gdm.xml:746 (para)
+#: ../C/gdm.xml:756 (para)
msgid ""
"PAM allows the system administrator to have control about how different "
"programs which require password access work, so GDM and ssh and other "
"programs can have configurable behavior."
msgstr ""
-#: ../C/gdm.xml:752 (para)
+#: ../C/gdm.xml:762 (para)
msgid ""
"If there is no entry for GDM in the <filename>&lt;etc&gt;/pam.conf</"
"filename> file, then automatic login will probably not work. Not having an "
@@ -1286,34 +1300,37 @@ msgid ""
"recommended and probably shipped with your distro."
msgstr ""
-#: ../C/gdm.xml:760 (para)
+#: ../C/gdm.xml:770 (para)
msgid ""
"If you wish to make GDM work with other types of authentication mechanisms, "
"such as SmartCards, you should implement this via writing a PAM module "
"rather than by trying to modify the GDM code. Refer to the PAM documentation "
-"on your system and this issue has been discussed on the <address><email>gdm-"
-"list@gnome.org</email></address> mail list, so you can refer to the archives "
-"for more information."
+"on your system. Also this issue has been discussed on the "
+"<address><email>gdm-list@gnome.org</email></address> mail list, so you can "
+"refer to the list archives for more information."
msgstr ""
-#: ../C/gdm.xml:772 (title)
+#: ../C/gdm.xml:782 (title)
msgid "The GDM User"
msgstr "El usuario GDM"
-#: ../C/gdm.xml:774 (para)
+#: ../C/gdm.xml:784 (para)
msgid ""
"For security reasons a dedicated user and group id are required for proper "
"operation! The need to be able to write Xauth files is why user \"nobody\" "
"is not appropriate for gdm."
msgstr ""
-#: ../C/gdm.xml:780 (para)
+#: ../C/gdm.xml:790 (para)
+#, fuzzy
msgid ""
"The GDM daemon normally runs as root, as does the slave. However GDM should "
"also have a dedicated user id and a group id which it uses for its graphical "
"interfaces such as <command>gdmgreeter</command> and <command>gdmlogin</"
-"command>. You can choose the name of this user and group in the <filename>"
-"[daemon]</filename> section of the configuration file."
+"command>. These are configured via the <filename>User</filename> and "
+"<filename>Group</filename> configuration options in the gdm.conf file. The "
+"user and group should be created before running \"make install\". By default "
+"GDM assumes the user and the group are called \"gdm\"."
msgstr ""
"El demonio GDM normalmente se ejecuta como root, y hace de esclavo. Sin "
"embargo GDM debería también tener un id de usuario y un id de grupo dedicado "
@@ -1321,27 +1338,24 @@ msgstr ""
"<command>gdmlogin</command>. Puede elegir el nombre de este usuario y grupo "
"en la sección <filename>[daemon]</filename> del archivo de configuración."
-#: ../C/gdm.xml:789 (para)
+#: ../C/gdm.xml:801 (para)
msgid ""
"This userid is used to run the GDM GUI programs required for login. All "
"functionality that requires root authority is done by the GDM daemon "
"process. This design ensures that if the GUI programs are somehow exploited, "
-"only the dedicated user privileges are available. By default GDM assumes the "
-"user and the group are called `gdm'. These are configured via the User and "
-"Group configuration options in the gdm.conf file. The user and group should "
-"be created before running \"make install\""
+"only the dedicated user privileges are available."
msgstr ""
-#: ../C/gdm.xml:800 (para)
+#: ../C/gdm.xml:808 (para)
+#, fuzzy
msgid ""
"It should however be noted that the GDM user and group have some privileges "
-"that make them somewhat dangerous. For one they have access to the X server "
-"authorization directory (the <filename>ServAuthDir</filename>), which "
-"contains all the X server authorization files and other private information. "
-"This means that someone who gains the GDM user/group privileges can then "
-"connect to any session. So you should not, under any circumstances, make "
-"this some user/group which may be easy to get access to, such as the user "
-"<filename>nobody</filename>."
+"that make them somewhat dangerous. For one, they have access to the X server "
+"authorization directory. It must be able to read and write Xauth keys to "
+"<filename>&lt;var&gt;/lib/gdm</filename>. This directory should have root:"
+"gdm ownership and 1770 permissions. Running \"make install\" will set this "
+"directory to these values. The GDM daemon process will reset this directory "
+"to proper ownership/permissions if it is somehow not set properly."
msgstr ""
"Debería notarse sin embargo que el usuario GDM y el grupo tienen algunos "
"privilegios que los hacen de alguna manera peligrosos. Por una parte tienen "
@@ -1352,7 +1366,19 @@ msgstr ""
"sesión. No debería bajo ninguna circunstancia, hacer este usuario/grupo "
"alguno fácil de obtener acceso, como el usuario <filename>nobody</filename>."
-#: ../C/gdm.xml:812 (para)
+#: ../C/gdm.xml:820 (para)
+msgid ""
+"The danger is that someone who gains the GDM user/group privileges can then "
+"connect to any session. So you should not, under any circumstances, make "
+"this some user/group which may be easy to get access to, such as the user "
+"<filename>nobody</filename>. Users who gain access to the \"gdm\" user could "
+"also modify the Xauth keys causing Denial-Of-Service attacks. Also if a "
+"person gains the ability to run programs as the user \"gdm\", it would be "
+"possible to snoop on running GDM processes, including usernames and "
+"passwords as they are being typed in."
+msgstr ""
+
+#: ../C/gdm.xml:833 (para)
msgid ""
"Distributions and system administrators using GDM are expected to setup the "
"dedicated user properly. It is recommended that this userid be configured to "
@@ -1361,34 +1387,11 @@ msgid ""
"not have read or write access to sensitive files."
msgstr ""
-#: ../C/gdm.xml:821 (para)
-msgid ""
-"The necessity for a gdm userid/group is because the GDM user does require "
-"certain special permissions. It must be able to read and write Xauth keys to "
-"<filename>&lt;var&gt;/lib/gdm</filename>. This directory should have root:"
-"gdm ownership and 1770 permissions. Running \"make install\" will set this "
-"directory to these values. You will need to modify the configure/Makefile if "
-"you want to use a different group than \"gdm\". The GDM daemon process will "
-"reset this directory to proper ownership/permissions if it is somehow not "
-"set properly."
-msgstr ""
-
-#: ../C/gdm.xml:833 (para)
-msgid ""
-"If the gdm user is set up properly and gdm user access is somehow exploited, "
-"this means that the GDM user should only be able to maliciously modify the "
-"Xauth keys causing potential Denial-Of-Service attacks. If a person gains "
-"the ability to run programs as the user gdm, it would be possible to snoop "
-"on running GDM processes, including usernames and passwords as they are "
-"being typed in. Therefore it is important to ensure that the gdm user is "
-"disallowed login and has no default shell."
-msgstr ""
-
-#: ../C/gdm.xml:846 (title)
+#: ../C/gdm.xml:844 (title)
msgid "X Server Authentication Scheme"
msgstr "Esquema de autenticación del servidor X"
-#: ../C/gdm.xml:848 (para)
+#: ../C/gdm.xml:846 (para)
msgid ""
"The X server authorization directory (the <filename>ServAuthDir</filename>) "
"is used for a host of random internal data in addition to the X server "
@@ -1408,7 +1411,7 @@ msgstr ""
"archivos que sean propiedad de root de este directorio, tales como los "
"archivos de autorización del servidor X."
-#: ../C/gdm.xml:860 (para)
+#: ../C/gdm.xml:858 (para)
msgid ""
"GDM by default doesn't trust the X server authorization directory and treats "
"it in the same way as the temporary directory with respect to creating "
@@ -1424,7 +1427,7 @@ msgstr ""
"directorio de registros del servidor X se trata de forma segura, pero ese "
"directorio debería ser propiedad y escribible sólo por el usuario root."
-#: ../C/gdm.xml:869 (para)
+#: ../C/gdm.xml:867 (para)
msgid ""
"GDM only supports the MIT-MAGIC-COOKIE-1 X server authentication scheme. "
"Normally little is gained from the other schemes, and no effort has been "
@@ -1449,7 +1452,7 @@ msgstr ""
"XDMCP como una clase de telnet gráfico que tiene los mismos problemas de "
"seguridad."
-#: ../C/gdm.xml:882 (para)
+#: ../C/gdm.xml:880 (para)
msgid ""
"On the upside, GDM's random number generation is very conservative and GDM "
"goes to extraordinary measures to truly get a 128 bit random number, using "
@@ -1477,11 +1480,11 @@ msgstr ""
"<filename>UserAuthDir</filename>). Así que sea cuidadoso acerca de dónde usa "
"su display X remoto."
-#: ../C/gdm.xml:899 (title)
+#: ../C/gdm.xml:897 (title)
msgid "Firewall Security"
msgstr "Seguridad con cortafuegos"
-#: ../C/gdm.xml:901 (para)
+#: ../C/gdm.xml:899 (para)
msgid ""
"Even though GDM tries to outsmart potential attackers trying to take "
"advantage of XDMCP, it is still advised that you block the XDMCP port "
@@ -1499,7 +1502,7 @@ msgstr ""
"Además cada conexión remota toma muchos recursos, así que es más fácil hacer "
"un DoS a un servidor XDMCP que a un servidor web."
-#: ../C/gdm.xml:911 (para)
+#: ../C/gdm.xml:909 (para)
msgid ""
"It is also wise to block all of the X Server ports. These are TCP ports 6000 "
"+ the display number of course) on your firewall. Note that GDM will use "
@@ -1509,7 +1512,7 @@ msgstr ""
"+ número de pantall) en el cortafuegos. Note que GDM usará los números de "
"pantalla 20 y superiores para los servidores flexibles bajo demanda."
-#: ../C/gdm.xml:918 (para)
+#: ../C/gdm.xml:916 (para)
msgid ""
"X is not a very safe protocol for leaving on the net, and XDMCP is even less "
"safe."
@@ -1517,11 +1520,11 @@ msgstr ""
"X no es un protocolo muy seguro para dejarlo en la red, y XDMCP es incluso "
"menos seguro."
-#: ../C/gdm.xml:925 (title)
+#: ../C/gdm.xml:923 (title)
msgid "GDM Security With NFS"
msgstr "Seguridad de GDM con NFS"
-#: ../C/gdm.xml:927 (para)
+#: ../C/gdm.xml:925 (para)
#, fuzzy
msgid ""
"Note that NFS traffic really goes \"over the wire\" and thus can be snooped. "
@@ -1542,11 +1545,11 @@ msgstr ""
"<filename>NeverPlaceCookiesOnNFS</filename> en la sección <filename>"
"[security]</filename>."
-#: ../C/gdm.xml:941 (title)
+#: ../C/gdm.xml:939 (title)
msgid "XDMCP Security"
msgstr "Seguridad XDMCP"
-#: ../C/gdm.xml:943 (para)
+#: ../C/gdm.xml:941 (para)
msgid ""
"Even though your display is protected by cookies, XEvents and thus "
"keystrokes typed when entering passwords will still go over the wire in "
@@ -1556,7 +1559,7 @@ msgstr ""
"pulsaciones de teclas que se introducen al escribir las contraseñas aún irán "
"sobre el cable en texto claro. Es trivial capturarlas."
-#: ../C/gdm.xml:949 (para)
+#: ../C/gdm.xml:947 (para)
msgid ""
"XDMCP is primarily useful for running thin clients such as in terminal labs. "
"Those thin clients will only ever need the network to access the server, and "
@@ -1573,7 +1576,7 @@ msgstr ""
"servidor. El único punto desde el que necesita acceder desde fuera es el "
"servidor."
-#: ../C/gdm.xml:958 (para)
+#: ../C/gdm.xml:956 (para)
msgid ""
"The above sections \"X Server Authentication Scheme\" and \"Firewall Security"
"\" also contain important information about using XDMCP securely. The next "
@@ -1584,7 +1587,7 @@ msgstr ""
"de usario XDMCP de forma segura. La siguiente sección también discute cómo "
"configurar el control de acceso de XDMCP."
-#: ../C/gdm.xml:965 (para)
+#: ../C/gdm.xml:963 (para)
msgid ""
"To workaround the inherent insecurity of XDMCP, gdm proposes a default built-"
"in session that uses SSH to encrypt the remote connection. See the section "
@@ -1594,11 +1597,11 @@ msgstr ""
"predeterminada integrada que usa ssh para encriptar la conexión remota. Vea "
"la sección «Securizar una conexión remota con ssh» arriba."
-#: ../C/gdm.xml:973 (title)
+#: ../C/gdm.xml:971 (title)
msgid "XDMCP Access Control"
msgstr "Control de acceso XDMCP"
-#: ../C/gdm.xml:975 (para)
+#: ../C/gdm.xml:973 (para)
msgid ""
"XDMCP access control is done using TCP wrappers. It is possible to compile "
"GDM without TCP wrappers however, so you should test your configuration and "
@@ -1608,7 +1611,7 @@ msgstr ""
"compilar GDM sin TCP wrappers sin embargo, así que debería comprobar su "
"configuración y verificar que funciona."
-#: ../C/gdm.xml:981 (para)
+#: ../C/gdm.xml:979 (para)
#, fuzzy
msgid ""
"You should use the daemon name <command>gdm</command> in the <filename>&lt;"
@@ -1621,27 +1624,27 @@ msgstr ""
"etc&gt;hosts.deny</filename>. Por ejemplo para denegar la entrada a equipos "
"de <filename>.evil.domain</filename> , añada"
-#: ../C/gdm.xml:988 (screen)
+#: ../C/gdm.xml:986 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
"gdm: .evil.domain\n"
msgstr "gdm: .dominio.maligno"
-#: ../C/gdm.xml:991 (para)
+#: ../C/gdm.xml:989 (para)
msgid ""
"to <filename>&lt;etc&gt;/hosts.deny</filename>. You may also need to add"
msgstr ""
"a <filename>&lt;etc&gt;/hosts.deny</filename>. También necesitará añadir "
-#: ../C/gdm.xml:995 (screen)
+#: ../C/gdm.xml:993 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
"gdm: .your.domain\n"
msgstr "gdm: .su.dominio"
-#: ../C/gdm.xml:998 (para)
+#: ../C/gdm.xml:996 (para)
msgid ""
"to your <filename>&lt;etc&gt;/hosts.allow</filename> if you normally "
"disallow all services from all hosts. See the <ulink type=\"help\" url=\"man:"
@@ -1652,11 +1655,11 @@ msgstr ""
"type=\"help\" url=\"man:hosts.allow\">hosts.allow(5)</ulink> para más "
"detalles."
-#: ../C/gdm.xml:1008 (title)
+#: ../C/gdm.xml:1006 (title)
msgid "Configuration"
msgstr "Configuración"
-#: ../C/gdm.xml:1010 (para)
+#: ../C/gdm.xml:1008 (para)
#, fuzzy
msgid ""
"This section will cover the configuration of GDM and the format of the GDM "
@@ -1670,7 +1673,7 @@ msgstr ""
"cada aspecto de GDM. La información de esta sección le explica en "
"profundidad cómo configurar GDM."
-#: ../C/gdm.xml:1017 (para)
+#: ../C/gdm.xml:1015 (para)
msgid ""
"You can either run <command>gdmsetup</command> as root or turn on the GDM "
"configuration feature that allows you to run <command>gdmsetup</command> "
@@ -1679,14 +1682,15 @@ msgid ""
"by hand."
msgstr ""
-#: ../C/gdm.xml:1025 (para)
+#: ../C/gdm.xml:1023 (para)
msgid ""
-"If you are a distro and want to set machine defaults, you should make the "
-"proper edits in the <filename>gdm.conf-custom</filename> file rather than "
-"editing the <filename>gdm.conf</filename> file."
+"If you are a distribution and want to set machine defaults, you should edit "
+"the <filename>gdm.conf</filename> file rather than editing the <filename>gdm."
+"conf-custom</filename> file, so the distribution changes are preserved as "
+"defaults."
msgstr ""
-#: ../C/gdm.xml:1031 (para)
+#: ../C/gdm.xml:1030 (para)
msgid ""
"If you want to change configuration by hand, edit the <filename>&lt;etc&gt;/"
"X11/gdm/gdm.conf-custom</filename> file and make sure the keyname=value pair "
@@ -1697,7 +1701,7 @@ msgid ""
"The <command>gdmsetup</command> program manages editing these files for you."
msgstr ""
-#: ../C/gdm.xml:1043 (screen)
+#: ../C/gdm.xml:1042 (screen)
#, no-wrap
msgid ""
"\n"
@@ -1705,18 +1709,19 @@ msgid ""
"Greeter=/usr/lib/gdmgreeter\n"
msgstr ""
-#: ../C/gdm.xml:1048 (para)
+#: ../C/gdm.xml:1047 (para)
+#, fuzzy
msgid ""
"The configuration files (especially the <filename>gdm.conf</filename> and "
"<filename>gdm.conf-custom</filename> files) contains useful comments and "
-"examples, so read this for more information about changing your setup."
+"examples, so read these for more information about changing your setup."
msgstr ""
"Los archivos de configuración (especialmente <filename>gdm.conf</filename> y "
"<filename>gdm.conf-custom</filename>) contienen comentarios útiles y "
"ejemplos, así que léalos para más información acerca de cambiar su "
"configuración."
-#: ../C/gdm.xml:1055 (para)
+#: ../C/gdm.xml:1054 (para)
msgid ""
"Some keys in the configuration file as shipped are commented out while "
"others are set. This is done so that defaults can be easily changed in the "
@@ -1729,7 +1734,7 @@ msgstr ""
"futuro. GDM considera que las líneas que comienzan con el carácter «#» un "
"comentario, y estas líneas se ignorarán."
-#: ../C/gdm.xml:1063 (para)
+#: ../C/gdm.xml:1062 (para)
msgid ""
"The <filename>gdm.conf</filename> file contains the default configuration "
"choices for GDM, and should not be modified by the user. The <filename>gdm."
@@ -1757,7 +1762,7 @@ msgstr ""
"<filename>gdm.conf</filename>, así que si está usando una versión más "
"antigua de GDM tan sólo edite ese archivo directamente."
-#: ../C/gdm.xml:1078 (para)
+#: ../C/gdm.xml:1077 (para)
msgid ""
"GDM may be configured to support system-wide configuration if built with the "
"<command>--with-configdir</command> option. This allows the gdm.conf file to "
@@ -1773,7 +1778,7 @@ msgstr ""
"especificar la ubicación del archivo de configuración. El demonio GDM2 debe "
"reiniciarse para cambiar el archivo de configuración en uso."
-#: ../C/gdm.xml:1088 (para)
+#: ../C/gdm.xml:1087 (para)
msgid ""
"<filename>factory-gdm.conf</filename> is the configuration file as shipped "
"with the daemon. This can be useful if you wish to revert to the default "
@@ -1783,7 +1788,7 @@ msgstr ""
"como se empaqueta con el demonio. Esto puede ser útil si desea volver a la "
"configuración predeterminada."
-#: ../C/gdm.xml:1094 (para)
+#: ../C/gdm.xml:1093 (para)
msgid ""
"The other GDM configuration files are located, by default, in the "
"<filename>&lt;etc&gt;/gdm/</filename> folder or its subdirectories. However, "
@@ -1798,11 +1803,11 @@ msgstr ""
"administrador del sistema puede elegir situar estos archivos en cualquier "
"lugar."
-#: ../C/gdm.xml:1102 (para)
+#: ../C/gdm.xml:1101 (para)
msgid "This is a listing of the config directory contents:"
msgstr "Esta es una lista de los contenidos del directorio de configuración:"
-#: ../C/gdm.xml:1106 (screen)
+#: ../C/gdm.xml:1105 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -1826,7 +1831,7 @@ msgstr ""
"PostSession/\n"
" "
-#: ../C/gdm.xml:1117 (para)
+#: ../C/gdm.xml:1116 (para)
msgid ""
"<filename>locale.alias</filename> is a file which looks much like the system "
"locale alias but in fact it is not the same. These are the languages that "
@@ -1838,7 +1843,7 @@ msgstr ""
"idiomas que están disponibles en su sitema. Todos los idiomas además se "
"prueban para ver si actualmente existen antes de presentárselos al usuario."
-#: ../C/gdm.xml:1125 (para)
+#: ../C/gdm.xml:1124 (para)
msgid ""
"<filename>Xsession</filename> is a script which sets up a user session and "
"then executes the users choice of session. Note that the session script is "
@@ -1857,7 +1862,7 @@ msgstr ""
"filename> apropiado antes de asumir que el problema de inicio está causado "
"por este archivo."
-#: ../C/gdm.xml:1136 (para)
+#: ../C/gdm.xml:1135 (para)
msgid ""
"<filename>XKeepsCrashing</filename> is a script which gets run when the X "
"server keeps crashing and we cannot recover. The shipped default script will "
@@ -1870,7 +1875,7 @@ msgstr ""
"Linux y puede ejecutar la aplicación de configuracioón de X siempre que la "
"persona en la consola conozca la contraseña de root."
-#: ../C/gdm.xml:1144 (para)
+#: ../C/gdm.xml:1143 (para)
msgid ""
"Accessibility modules are configured in the <filename>modules/</filename> "
"subdirectory, and are a separate topic. Read the default files provided, "
@@ -1887,7 +1892,7 @@ msgstr ""
"están solo ahí para que usted pueda volver siempre a la configuración "
"predeterminada."
-#: ../C/gdm.xml:1153 (para)
+#: ../C/gdm.xml:1152 (para)
#, fuzzy
msgid ""
"Files describing available GDM session follow the freedesktop.org desktop "
@@ -1931,7 +1936,7 @@ msgstr ""
"partir de 2.5.90.0 Note que antes de la versión 2.4.4.2 sólo se leía "
"<filename>&lt;etc&gt;/dm/Sessions/</filename>."
-#: ../C/gdm.xml:1176 (para)
+#: ../C/gdm.xml:1175 (para)
#, fuzzy
msgid ""
"A session can be disabled (if it was installed in <filename>&lt;share&gt;/"
@@ -1946,11 +1951,11 @@ msgstr ""
"<filename>&lt;etc&gt;/X11/sessions</filename>) y usando "
"<filename>Hidden=true</filename> en ese archivo."
-#: ../C/gdm.xml:1185 (title)
+#: ../C/gdm.xml:1184 (title)
msgid "The Script Directories"
msgstr "Los directorio de script"
-#: ../C/gdm.xml:1187 (para)
+#: ../C/gdm.xml:1186 (para)
msgid ""
"In this section we will explain the <filename>Init</filename>, "
"<filename>PostLogin</filename>, <filename>PreSession</filename> and "
@@ -1960,7 +1965,7 @@ msgstr ""
"<filename>PostLogin</filename>, <filename>PreSession</filename> y "
"<filename>PostSession</filename> ya que son muy similares."
-#: ../C/gdm.xml:1193 (para)
+#: ../C/gdm.xml:1192 (para)
msgid ""
"When the X server has been successfully started, GDM will try to run the "
"script called <filename>Init/&lt;displayname&gt;</filename>. I.e. "
@@ -1989,14 +1994,14 @@ msgstr ""
"entrada de GDM. xconsole por ejemplo. Los comandos para poner el fondo de "
"pantalla, etc. van también en este archivo."
-#: ../C/gdm.xml:1211 (para)
+#: ../C/gdm.xml:1210 (para)
msgid ""
"It is up to the sysadmin to decide whether clients started by the Init "
"script should be killed before starting the user session. This is controlled "
"with the <filename>KillInitClients</filename> configuration option."
msgstr ""
-#: ../C/gdm.xml:1218 (para)
+#: ../C/gdm.xml:1217 (para)
msgid ""
"When the user has been successfully authenticated GDM tries the scripts in "
"the <filename>PostLogin</filename> directory in the same manner as for the "
@@ -2010,7 +2015,7 @@ msgid ""
"failsafe session however."
msgstr ""
-#: ../C/gdm.xml:1232 (para)
+#: ../C/gdm.xml:1231 (para)
msgid ""
"After the user session has been setup from the GDM side of things, GDM will "
"run the scripts in the <filename>PreSession</filename> directory, again in "
@@ -2025,7 +2030,7 @@ msgid ""
"accounting application."
msgstr ""
-#: ../C/gdm.xml:1247 (para)
+#: ../C/gdm.xml:1246 (para)
msgid ""
"After this the base <filename>Xsession</filename> script is run with the "
"selected session executable as the first argument. This is run as the user, "
@@ -2038,7 +2043,7 @@ msgid ""
"the file <filename>~/.dmrc</filename> for the stored preference."
msgstr ""
-#: ../C/gdm.xml:1260 (para)
+#: ../C/gdm.xml:1259 (para)
msgid ""
"This script should really load the users profile and generally do all the "
"voodoo that is needed to launch a session. Since many systems reset the "
@@ -2049,7 +2054,7 @@ msgid ""
"is not set."
msgstr ""
-#: ../C/gdm.xml:1270 (para)
+#: ../C/gdm.xml:1269 (para)
msgid ""
"When the user terminates his session, the <filename>PostSession</filename> "
"script will be run. Again operation is similar to <filename>Init</filename>, "
@@ -2064,14 +2069,14 @@ msgid ""
"accounting application."
msgstr ""
-#: ../C/gdm.xml:1285 (para)
+#: ../C/gdm.xml:1284 (para)
msgid ""
"Note that the <filename>PostSession</filename> script will be run even when "
"the display fails to respond due to an I/O error or similar. Thus, there is "
"no guarantee that X applications will work during script execution."
msgstr ""
-#: ../C/gdm.xml:1292 (para)
+#: ../C/gdm.xml:1291 (para)
msgid ""
"Except for the <filename>Xsession</filename> script all of these scripts "
"will also have the environment variable <filename>$RUNNING_UNDER_GDM</"
@@ -2084,7 +2089,7 @@ msgid ""
"KDM in future versions."
msgstr ""
-#: ../C/gdm.xml:1306 (para)
+#: ../C/gdm.xml:1305 (para)
#, fuzzy
msgid ""
"Neither of the <filename>Init</filename>, <filename>PostLogin</filename>, "
@@ -2097,13 +2102,13 @@ msgstr ""
"<filename>PostLogin</filename>, <filename>PreSession</filename> y "
"<filename>PostSession</filename> ya que son muy similares."
-#: ../C/gdm.xml:1316 (title)
+#: ../C/gdm.xml:1315 (title)
msgid ""
"The Configuration File - <filename>gdm.conf</filename> and <filename>gdm."
"conf-custom</filename>"
msgstr ""
-#: ../C/gdm.xml:1319 (para)
+#: ../C/gdm.xml:1318 (para)
#, fuzzy
msgid ""
"GDM uses two configuration files: <filename>gdm.conf</filename> and "
@@ -2130,13 +2135,13 @@ msgstr ""
"<filename>gdm.conf</filename>, así que si está usando una versión más "
"antigua de GDM tan sólo edite ese archivo directamente."
-#: ../C/gdm.xml:1334 (para)
+#: ../C/gdm.xml:1333 (para)
msgid ""
"Running the <command>gdmsetup</command> command will cause the <filename>gdm."
"conf-custom</filename> to be modified with the user's configuration choices."
msgstr ""
-#: ../C/gdm.xml:1340 (para)
+#: ../C/gdm.xml:1339 (para)
msgid ""
"Previous to GDM 2.13.0.4 only the <filename>gdm.conf</filename> existed. If "
"upgrading to the new version of GDM, install will check to see if your "
@@ -2146,7 +2151,7 @@ msgid ""
"preserve your configuration changes."
msgstr ""
-#: ../C/gdm.xml:1350 (para)
+#: ../C/gdm.xml:1349 (para)
#, fuzzy
msgid ""
"GDM may be configured to support system-wide configuration if built with the "
@@ -2163,7 +2168,7 @@ msgstr ""
"especificar la ubicación del archivo de configuración. El demonio GDM2 debe "
"reiniciarse para cambiar el archivo de configuración en uso."
-#: ../C/gdm.xml:1360 (para)
+#: ../C/gdm.xml:1359 (para)
msgid ""
"Both configuration files are divided into sections each containing variables "
"that define the behavior for a specific part of the GDM suite. Refer to the "
@@ -2171,7 +2176,7 @@ msgid ""
"information about each configuration setting."
msgstr ""
-#: ../C/gdm.xml:1367 (para)
+#: ../C/gdm.xml:1366 (para)
msgid ""
"The <filename>gdm.conf</filename> and <filename>gdm.conf-custom</filename> "
"files follow the standard <filename>.ini</filename> style configuration file "
@@ -2183,24 +2188,24 @@ msgid ""
"GUI or hand editing the configuration file."
msgstr ""
-#: ../C/gdm.xml:1380 (title)
+#: ../C/gdm.xml:1379 (title)
msgid "Daemon Configuration"
msgstr "Configuración del demonio"
-#: ../C/gdm.xml:1383 (title)
+#: ../C/gdm.xml:1382 (title)
msgid "[daemon]"
msgstr "[daemon]"
-#: ../C/gdm.xml:1386 (term)
+#: ../C/gdm.xml:1385 (term)
msgid "AddGtkModules"
msgstr "AddGtkModules"
-#: ../C/gdm.xml:1388 (synopsis)
+#: ../C/gdm.xml:1387 (synopsis)
#, no-wrap
msgid "AddGtkModules=false"
msgstr "AddGtkModules=false"
-#: ../C/gdm.xml:1389 (para)
+#: ../C/gdm.xml:1388 (para)
msgid ""
"If true, then enables <command>gdmgreeter</command> or <command>gdmlogin</"
"command> to be launched with additional Gtk+ modules. This is useful when "
@@ -2213,7 +2218,7 @@ msgstr ""
"accesible. Note que sólo deberían usarse los módulos «confiables» para "
"minimizar las cuestiones de seguridad."
-#: ../C/gdm.xml:1396 (para)
+#: ../C/gdm.xml:1395 (para)
msgid ""
"Usually this is used for accessibility modules. The modules which are loaded "
"are specified with the <filename>GtkModulesList</filename> key."
@@ -2221,16 +2226,16 @@ msgstr ""
"Usualmente esto se usa para los módulos de accesibilidad. Los módulos que se "
"cargan se especifican con la clave <filename>GtkModulesList</filename>."
-#: ../C/gdm.xml:1405 (term)
+#: ../C/gdm.xml:1404 (term)
msgid "AlwaysRestartServer"
msgstr "AlwaysRestartServer"
-#: ../C/gdm.xml:1407 (synopsis)
+#: ../C/gdm.xml:1406 (synopsis)
#, no-wrap
msgid "AlwaysRestartServer=false"
msgstr "AlwaysRestartServer=false"
-#: ../C/gdm.xml:1408 (para)
+#: ../C/gdm.xml:1407 (para)
msgid ""
"If true, then gdm never tries to reuse existing X servers by reinitializing "
"them. It will just kill the existing X server and start over. Normally, just "
@@ -2239,16 +2244,16 @@ msgid ""
"and this configuration setting is ignored."
msgstr ""
-#: ../C/gdm.xml:1420 (term)
+#: ../C/gdm.xml:1419 (term)
msgid "AutomaticLoginEnable"
msgstr "AutomaticLoginEnable"
-#: ../C/gdm.xml:1422 (synopsis)
+#: ../C/gdm.xml:1421 (synopsis)
#, no-wrap
msgid "AutomaticLoginEnable=false"
msgstr "AutomaticLoginEnable=false"
-#: ../C/gdm.xml:1423 (para)
+#: ../C/gdm.xml:1422 (para)
msgid ""
"If the user given in AutomaticLogin should be logged in upon first bootup. "
"No password will be asked. This is useful for single user workstations where "
@@ -2256,16 +2261,16 @@ msgid ""
"terminals, although there see <filename>TimedLogin</filename>."
msgstr ""
-#: ../C/gdm.xml:1434 (term)
+#: ../C/gdm.xml:1433 (term)
msgid "AutomaticLogin"
msgstr "AutomaticLogin"
-#: ../C/gdm.xml:1436 (synopsis)
+#: ../C/gdm.xml:1435 (synopsis)
#, no-wrap
msgid "AutomaticLogin="
msgstr "AutomaticLogin="
-#: ../C/gdm.xml:1437 (para)
+#: ../C/gdm.xml:1436 (para)
msgid ""
"This user should be automatically logged in on first bootup. "
"AutomaticLoginEnable must be true and this must be a valid user for this to "
@@ -2273,23 +2278,23 @@ msgid ""
"to do it even if you set it up."
msgstr ""
-#: ../C/gdm.xml:1445 (para)
+#: ../C/gdm.xml:1444 (para)
msgid "The following control chars are recognized within the specified name:"
msgstr ""
-#: ../C/gdm.xml:1450 (para) ../C/gdm.xml:3443
+#: ../C/gdm.xml:1449 (para) ../C/gdm.xml:3442
msgid "&percnt;&percnt;&mdash; the `&percnt;' character"
msgstr ""
-#: ../C/gdm.xml:1454 (para)
+#: ../C/gdm.xml:1453 (para)
msgid "&percnt;d &mdash; display's name"
msgstr "&percnt;d &mdash; nombre de la pantalla"
-#: ../C/gdm.xml:1458 (para)
+#: ../C/gdm.xml:1457 (para)
msgid "&percnt;h &mdash; display's hostname"
msgstr "&percnt;h &mdash; nombre de host del display"
-#: ../C/gdm.xml:1462 (para)
+#: ../C/gdm.xml:1461 (para)
msgid ""
"Alternatively, the name may end with a vertical bar |, the pipe symbol. The "
"name is then used as a application to execute which returns the desired "
@@ -2299,16 +2304,16 @@ msgid ""
"user to automatically login for each display."
msgstr ""
-#: ../C/gdm.xml:1475 (term)
+#: ../C/gdm.xml:1474 (term)
msgid "BaseXsession"
msgstr "BaseXsession"
-#: ../C/gdm.xml:1477 (synopsis)
+#: ../C/gdm.xml:1476 (synopsis)
#, no-wrap
msgid "BaseXsession=&lt;etc&gt;/gdm/Xsession"
msgstr "BaseXsession=&lt;etc&gt;/gdm/Xsession"
-#: ../C/gdm.xml:1478 (para)
+#: ../C/gdm.xml:1477 (para)
msgid ""
"This is the base X session file. When a user logs in, this script will be "
"run with the selected session as the first argument. The selected session "
@@ -2316,7 +2321,7 @@ msgid ""
"filename> file of the session."
msgstr ""
-#: ../C/gdm.xml:1486 (para)
+#: ../C/gdm.xml:1485 (para)
msgid ""
"If you wish to use the same script for several different display managers, "
"and wish to have some of the script run only for GDM, then you can check the "
@@ -2328,7 +2333,7 @@ msgid ""
"non-system default language."
msgstr ""
-#: ../C/gdm.xml:1499 (para)
+#: ../C/gdm.xml:1498 (para)
msgid ""
"This script should take care of doing the \"login\" for the user and so it "
"should source the <filename>&lt;etc&gt;/profile</filename> and friends. The "
@@ -2340,32 +2345,32 @@ msgid ""
"bash_profile</filename>, however broken that is."
msgstr ""
-#: ../C/gdm.xml:1516 (term)
+#: ../C/gdm.xml:1515 (term)
msgid "Chooser"
msgstr "Chooser"
-#: ../C/gdm.xml:1518 (synopsis)
+#: ../C/gdm.xml:1517 (synopsis)
#, no-wrap
msgid "Chooser=&lt;bin&gt;/gdmchooser"
msgstr "Chooser=&lt;bin&gt;/gdmchooser"
-#: ../C/gdm.xml:1519 (para)
+#: ../C/gdm.xml:1518 (para)
msgid ""
"Full path and name of the chooser executable followed by optional arguments."
msgstr ""
"Ruta completa y nombre del ejecutable del selector seguido de argumentos "
"opcionales."
-#: ../C/gdm.xml:1527 (term)
+#: ../C/gdm.xml:1526 (term)
msgid "Configurator"
msgstr "Configurator"
-#: ../C/gdm.xml:1529 (synopsis)
+#: ../C/gdm.xml:1528 (synopsis)
#, no-wrap
msgid "Configurator=&lt;bin&gt;/gdmsetup --disable-sound --disable-crash-dialog"
msgstr "Configurator=&lt;bin&gt;/gdmsetup --disable-sound --disable-crash-dialog"
-#: ../C/gdm.xml:1530 (para)
+#: ../C/gdm.xml:1529 (para)
msgid ""
"The pathname to the configurator binary. If the greeter "
"<filename>ConfigAvailable</filename> option is set to true then run this "
@@ -2374,47 +2379,47 @@ msgid ""
"to happen from a remote display."
msgstr ""
-#: ../C/gdm.xml:1542 (term)
+#: ../C/gdm.xml:1541 (term)
msgid "ConsoleCannotHandle"
msgstr "ConsoleCannotHandle"
-#: ../C/gdm.xml:1544 (synopsis)
+#: ../C/gdm.xml:1543 (synopsis)
#, no-wrap
msgid "ConsoleCannotHandle=am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh"
msgstr "ConsoleCannotHandle=am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh"
-#: ../C/gdm.xml:1545 (para)
+#: ../C/gdm.xml:1544 (para)
msgid ""
"These are the languages that the console cannot handle because of font "
"issues. Here we mean the text console, not X. This is only used when there "
"are errors to report and we cannot start X."
msgstr ""
-#: ../C/gdm.xml:1555 (term)
+#: ../C/gdm.xml:1554 (term)
msgid "ConsoleNotify"
msgstr "ConsoleNotify"
-#: ../C/gdm.xml:1557 (synopsis)
+#: ../C/gdm.xml:1556 (synopsis)
#, no-wrap
msgid "ConsoleNotify=true"
msgstr "ConsoleNotify=true"
-#: ../C/gdm.xml:1558 (para)
+#: ../C/gdm.xml:1557 (para)
msgid ""
"If false, gdm will not display a message dialog on the console when an error "
"happens."
msgstr ""
-#: ../C/gdm.xml:1566 (term)
+#: ../C/gdm.xml:1565 (term)
msgid "DefaultPath"
msgstr "DefaultPath"
-#: ../C/gdm.xml:1568 (synopsis)
+#: ../C/gdm.xml:1567 (synopsis)
#, no-wrap
msgid "DefaultPath=defaultpath (value set by configure)"
msgstr ""
-#: ../C/gdm.xml:1569 (para)
+#: ../C/gdm.xml:1568 (para)
msgid ""
"Specifies the path which will be set in the user's session. This value will "
"be overridden with the value from <filename>/etc/default/login</filename> if "
@@ -2423,47 +2428,47 @@ msgid ""
"in the GDM configuration will be be used."
msgstr ""
-#: ../C/gdm.xml:1582 (term)
+#: ../C/gdm.xml:1581 (term)
msgid "DefaultSession"
msgstr "DefaultSession"
-#: ../C/gdm.xml:1584 (synopsis)
+#: ../C/gdm.xml:1583 (synopsis)
#, no-wrap
msgid "DefaultSession=gnome.desktop"
msgstr "DefaultSession=gnome.desktop"
-#: ../C/gdm.xml:1585 (para)
+#: ../C/gdm.xml:1584 (para)
msgid ""
"The session that is used by default if the user does not have a saved "
"preference and has picked 'Last' from the list of sessions. Note that 'Last' "
"need not be displayed, see the <filename>ShowLastSession</filename> key."
msgstr ""
-#: ../C/gdm.xml:1596 (term)
+#: ../C/gdm.xml:1595 (term)
msgid "DisplayInitDir"
msgstr "DisplayInitDir"
-#: ../C/gdm.xml:1598 (synopsis)
+#: ../C/gdm.xml:1597 (synopsis)
#, no-wrap
msgid "DisplayInitDir=&lt;etc&gt;/gdm/Init"
msgstr "DisplayInitDir=&lt;etc&gt;/gdm/Init"
-#: ../C/gdm.xml:1599 (para)
+#: ../C/gdm.xml:1598 (para)
msgid ""
"Directory containing the display init scripts. See the ``The Script "
"Directories'' section for more info."
msgstr ""
-#: ../C/gdm.xml:1607 (term)
+#: ../C/gdm.xml:1606 (term)
msgid "DisplayLastLogin"
msgstr "DisplayLastLogin"
-#: ../C/gdm.xml:1609 (synopsis)
+#: ../C/gdm.xml:1608 (synopsis)
#, no-wrap
msgid "DisplayLastLogin=true"
msgstr "DisplayLastLogin=true"
-#: ../C/gdm.xml:1610 (para)
+#: ../C/gdm.xml:1609 (para)
msgid ""
"If true then the last login information is printed to the user before being "
"prompted for password. While this gives away some info on what users are on "
@@ -2473,7 +2478,7 @@ msgid ""
"This was added in version 2.5.90.0."
msgstr ""
-#: ../C/gdm.xml:1619 (para)
+#: ../C/gdm.xml:1618 (para)
msgid ""
"This is for making GDM conformant to CSC-STD-002-85, although that is purely "
"theoretical now. Someone should read that spec and ensure that this actually "
@@ -2482,16 +2487,16 @@ msgid ""
"info."
msgstr ""
-#: ../C/gdm.xml:1631 (term)
+#: ../C/gdm.xml:1630 (term)
msgid "DoubleLoginWarning"
msgstr "DoubleLoginWarning"
-#: ../C/gdm.xml:1633 (synopsis)
+#: ../C/gdm.xml:1632 (synopsis)
#, no-wrap
msgid "DoubleLoginWarning=true"
msgstr "DoubleLoginWarning=true"
-#: ../C/gdm.xml:1634 (para)
+#: ../C/gdm.xml:1633 (para)
msgid ""
"If true, GDM will warn the user if they are already logged in on another "
"virtual terminal. On systems where GDM supports checking the X virtual "
@@ -2499,16 +2504,16 @@ msgid ""
"terminal instead of logging in."
msgstr ""
-#: ../C/gdm.xml:1644 (term)
+#: ../C/gdm.xml:1643 (term)
msgid "DynamicXServers"
msgstr "DynamicXServers"
-#: ../C/gdm.xml:1646 (synopsis)
+#: ../C/gdm.xml:1645 (synopsis)
#, no-wrap
msgid "DynamicXServers=false"
msgstr "DynamicXServers=false"
-#: ../C/gdm.xml:1647 (para)
+#: ../C/gdm.xml:1646 (para)
msgid ""
"If true, the GDM daemon will honor requests to manage displays via the "
"<filename>/tmp/.gdm_socket</filename> socket connection. Displays can be "
@@ -2517,16 +2522,16 @@ msgid ""
"messages."
msgstr ""
-#: ../C/gdm.xml:1659 (term)
+#: ../C/gdm.xml:1658 (term)
msgid "FailsafeXServer"
msgstr "FailsafeXServer"
-#: ../C/gdm.xml:1661 (synopsis)
+#: ../C/gdm.xml:1660 (synopsis)
#, no-wrap
msgid "FailsafeXServer="
msgstr "FailsafeXServer="
-#: ../C/gdm.xml:1662 (para)
+#: ../C/gdm.xml:1661 (para)
msgid ""
"An X command line in case we can't start the normal X server. should "
"probably be some sort of a script that runs an appropriate low resolution X "
@@ -2534,48 +2539,48 @@ msgid ""
"<filename>XKeepsCrashing</filename> script is run."
msgstr ""
-#: ../C/gdm.xml:1673 (term)
+#: ../C/gdm.xml:1672 (term)
msgid "FirstVT"
msgstr "FirstVT"
-#: ../C/gdm.xml:1675 (synopsis)
+#: ../C/gdm.xml:1674 (synopsis)
#, no-wrap
msgid "FirstVT=7"
msgstr "FirstVT=7"
-#: ../C/gdm.xml:1676 (para)
+#: ../C/gdm.xml:1675 (para)
msgid ""
"On systems where GDM supports automatic VT (virtual terminal) allocation, "
"this is the first vt to try. Usually standard text logins are run on the "
"lower vts. See also <filename>VTAllocation</filename>."
msgstr ""
-#: ../C/gdm.xml:1686 (term)
+#: ../C/gdm.xml:1685 (term)
msgid "FlexibleXServers"
msgstr "FlexibleXServers"
-#: ../C/gdm.xml:1688 (synopsis)
+#: ../C/gdm.xml:1687 (synopsis)
#, no-wrap
msgid "FlexibleXServers=5"
msgstr "FlexibleXServers=5"
-#: ../C/gdm.xml:1689 (para)
+#: ../C/gdm.xml:1688 (para)
msgid ""
"The maximum number of allowed flexible displays. These are displays that can "
"be run using the <filename>/tmp/.gdm_socket</filename> socket connection. "
"This is used for both full flexible displays and for Xnest displays."
msgstr ""
-#: ../C/gdm.xml:1700 (term)
+#: ../C/gdm.xml:1699 (term)
msgid "FlexiReapDelayMinutes"
msgstr "FlexiReapDelayMinutes"
-#: ../C/gdm.xml:1702 (synopsis)
+#: ../C/gdm.xml:1701 (synopsis)
#, no-wrap
msgid "FlexiReapDelayMinutes=5"
msgstr "FlexiReapDelayMinutes=5"
-#: ../C/gdm.xml:1703 (para)
+#: ../C/gdm.xml:1702 (para)
msgid ""
"After how many minutes of inactivity at the login screen should a flexi "
"display be reaped. This is only in effect before a user logs in. Also it "
@@ -2583,32 +2588,32 @@ msgid ""
"value to 0. This was added in version 2.5.90.0."
msgstr ""
-#: ../C/gdm.xml:1714 (term)
+#: ../C/gdm.xml:1713 (term)
msgid "Greeter"
msgstr "Greeter"
-#: ../C/gdm.xml:1716 (synopsis)
+#: ../C/gdm.xml:1715 (synopsis)
#, no-wrap
msgid "Greeter=&lt;bin&gt;/gdmlogin"
msgstr "Greeter=&lt;bin&gt;/gdmlogin"
-#: ../C/gdm.xml:1717 (para)
+#: ../C/gdm.xml:1716 (para)
msgid ""
"Full path and name of the greeter executable followed by optional arguments. "
"This is the greeter used for all displays except for the XDMCP remote "
"displays. See also <filename>RemoteGreeter</filename>"
msgstr ""
-#: ../C/gdm.xml:1727 (term)
+#: ../C/gdm.xml:1726 (term)
msgid "Group"
msgstr "Group"
-#: ../C/gdm.xml:1729 (synopsis)
+#: ../C/gdm.xml:1728 (synopsis)
#, no-wrap
msgid "Group=gdm"
msgstr "Group=gdm"
-#: ../C/gdm.xml:1730 (para)
+#: ../C/gdm.xml:1729 (para)
msgid ""
"The group name under which <command>gdmlogin</command>, <command>gdmgreeter</"
"command>, <command>gdmchooser</command> and the internal failsafe GTK+ "
@@ -2620,16 +2625,16 @@ msgid ""
"<filename>root.gdm</filename> and 1770."
msgstr ""
-#: ../C/gdm.xml:1747 (term)
+#: ../C/gdm.xml:1746 (term)
msgid "GtkModulesList"
msgstr "GtkModulesList"
-#: ../C/gdm.xml:1749 (synopsis)
+#: ../C/gdm.xml:1748 (synopsis)
#, no-wrap
msgid "GtkModulesList=module-1:module-2:..."
msgstr "GtkModulesList=module-1:module-2:..."
-#: ../C/gdm.xml:1750 (para)
+#: ../C/gdm.xml:1749 (para)
msgid ""
"A colon separated list of Gtk+ modules that <command>gdmgreeter</command> or "
"<command>gdmlogin</command> will be invoked with if <filename>AddGtkModules</"
@@ -2637,16 +2642,16 @@ msgid ""
"interface."
msgstr ""
-#: ../C/gdm.xml:1761 (term)
+#: ../C/gdm.xml:1760 (term)
msgid "HaltCommand"
msgstr "HaltCommand"
-#: ../C/gdm.xml:1763 (synopsis)
+#: ../C/gdm.xml:1762 (synopsis)
#, fuzzy, no-wrap
msgid "HaltCommand=&lt;sbin&gt;/shutdown -h now"
msgstr "HaltCommand=/sbin/shutdown -h now"
-#: ../C/gdm.xml:1764 (para)
+#: ../C/gdm.xml:1763 (para)
msgid ""
"Full path and arguments to command to be executed when user selects \"Shut "
"Down\" from the Actions menu. This can be a ';' separated list of commands "
@@ -2655,59 +2660,59 @@ msgid ""
"must be set to an empty value."
msgstr ""
-#: ../C/gdm.xml:1777 (term)
+#: ../C/gdm.xml:1776 (term)
msgid "KillInitClients"
msgstr "KillInitClients"
-#: ../C/gdm.xml:1779 (synopsis)
+#: ../C/gdm.xml:1778 (synopsis)
#, no-wrap
msgid "KillInitClients=true"
msgstr "KillInitClients=true"
-#: ../C/gdm.xml:1780 (para)
+#: ../C/gdm.xml:1779 (para)
msgid ""
"Determines whether GDM should kill X clients started by the init scripts "
"when the user logs in."
msgstr ""
-#: ../C/gdm.xml:1788 (term)
+#: ../C/gdm.xml:1787 (term)
msgid "LogDir"
msgstr "Directorio de registro"
-#: ../C/gdm.xml:1790 (synopsis)
+#: ../C/gdm.xml:1789 (synopsis)
#, no-wrap
msgid "LogDir=&lt;var&gt;/log/gdm"
msgstr "LogDir=&lt;var&gt;/log/gdm"
-#: ../C/gdm.xml:1791 (para)
+#: ../C/gdm.xml:1790 (para)
msgid ""
"Directory containing the log files for the individual displays. By default "
"this is the same as the ServAuthDir."
msgstr ""
-#: ../C/gdm.xml:1799 (term)
+#: ../C/gdm.xml:1798 (term)
msgid "PidFile"
msgstr "PidFile"
-#: ../C/gdm.xml:1801 (synopsis)
+#: ../C/gdm.xml:1800 (synopsis)
#, no-wrap
msgid "PidFile=&lt;var&gt;/run/gdm.pid"
msgstr "PidFile=&lt;var&gt;/run/gdm.pid"
-#: ../C/gdm.xml:1802 (para)
+#: ../C/gdm.xml:1801 (para)
msgid "Name of the file containing the <filename>gdm</filename> process id."
msgstr ""
-#: ../C/gdm.xml:1810 (term)
+#: ../C/gdm.xml:1809 (term)
msgid "PreFetchProgram"
msgstr ""
-#: ../C/gdm.xml:1812 (synopsis)
+#: ../C/gdm.xml:1811 (synopsis)
#, no-wrap
msgid "PreFetchProgram=command"
msgstr ""
-#: ../C/gdm.xml:1813 (para)
+#: ../C/gdm.xml:1812 (para)
msgid ""
"Program to be run by the GDM greeter/login program when the initial screen "
"is displayed. The purpose is to provide a hook where files which will be "
@@ -2719,62 +2724,62 @@ msgid ""
"libraries, one per line, and load each library in the file."
msgstr ""
-#: ../C/gdm.xml:1829 (term)
+#: ../C/gdm.xml:1828 (term)
msgid "PostLoginScriptDir"
msgstr "PostLoginScriptDir"
-#: ../C/gdm.xml:1831 (synopsis)
+#: ../C/gdm.xml:1830 (synopsis)
#, no-wrap
msgid "PostLoginScriptDir=&lt;etc&gt;/gdm/PostLogin"
msgstr "PostLoginScriptDir=&lt;etc&gt;/gdm/PostLogin"
-#: ../C/gdm.xml:1832 (para)
+#: ../C/gdm.xml:1831 (para)
msgid ""
"Directory containing the scripts run right after the user logs in, but "
"before any session setup is done. See the ``The Script Directories'' section "
"for more info."
msgstr ""
-#: ../C/gdm.xml:1841 (term)
+#: ../C/gdm.xml:1840 (term)
msgid "PostSessionScriptDir"
msgstr "PostSessionScriptDir"
-#: ../C/gdm.xml:1843 (synopsis)
+#: ../C/gdm.xml:1842 (synopsis)
#, no-wrap
msgid "PostSessionScriptDir=&lt;etc&gt;/gdm/PostSession"
msgstr "PostSessionScriptDir=&lt;etc&gt;/gdm/PostSession"
-#: ../C/gdm.xml:1844 (para)
+#: ../C/gdm.xml:1843 (para)
msgid ""
"Directory containing the scripts run after the user logs out. See the ``The "
"Script Directories'' section for more info."
msgstr ""
-#: ../C/gdm.xml:1852 (term)
+#: ../C/gdm.xml:1851 (term)
msgid "PreSessionScriptDir"
msgstr "PreSessionScriptDir"
-#: ../C/gdm.xml:1854 (synopsis)
+#: ../C/gdm.xml:1853 (synopsis)
#, no-wrap
msgid "PreSessionScriptDir=&lt;etc&gt;/gdm/PreSession"
msgstr "PreSessionScriptDir=&lt;etc&gt;/gdm/PreSession"
-#: ../C/gdm.xml:1855 (para)
+#: ../C/gdm.xml:1854 (para)
msgid ""
"Directory containing the scripts run before the user logs in. See the ``The "
"Script Directories'' section for more info."
msgstr ""
-#: ../C/gdm.xml:1863 (term)
+#: ../C/gdm.xml:1862 (term)
msgid "RebootCommand"
msgstr "RebootCommand"
-#: ../C/gdm.xml:1865 (synopsis)
+#: ../C/gdm.xml:1864 (synopsis)
#, fuzzy, no-wrap
msgid "RebootCommand=&lt;sbin&gt;/shutdown -r now"
msgstr "RebootCommand=/sbin/shutdown -r now"
-#: ../C/gdm.xml:1866 (para)
+#: ../C/gdm.xml:1865 (para)
msgid ""
"Full path and optional arguments to the command to be executed when user "
"selects Restart from the Actions menu. This can be a ';' separated list of "
@@ -2783,16 +2788,16 @@ msgid ""
"this explicitly to an empty value."
msgstr ""
-#: ../C/gdm.xml:1878 (term)
+#: ../C/gdm.xml:1877 (term)
msgid "RemoteGreeter"
msgstr "RemoteGreeter"
-#: ../C/gdm.xml:1880 (synopsis)
+#: ../C/gdm.xml:1879 (synopsis)
#, no-wrap
msgid "RemoteGreeter=&lt;bin&gt;/gdmlogin"
msgstr "RemoteGreeter=&lt;bin&gt;/gdmlogin"
-#: ../C/gdm.xml:1881 (para)
+#: ../C/gdm.xml:1880 (para)
msgid ""
"Full path and name of the greeter executable followed by optional arguments. "
"This is used for all remote XDMCP sessions. It is useful to have the less "
@@ -2800,16 +2805,16 @@ msgid ""
"main greeter. See also the <filename>Greeter</filename> key."
msgstr ""
-#: ../C/gdm.xml:1892 (term)
+#: ../C/gdm.xml:1891 (term)
msgid "RootPath"
msgstr "RootPath"
-#: ../C/gdm.xml:1894 (synopsis)
+#: ../C/gdm.xml:1893 (synopsis)
#, no-wrap
msgid "RootPath=defaultpath (value set by configure)"
msgstr ""
-#: ../C/gdm.xml:1895 (para)
+#: ../C/gdm.xml:1894 (para)
msgid ""
"Specifies the path which will be set in the root's session and the {Init,"
"PostLogin,PreSession,PostSession} scripts executed by GDM. This value will "
@@ -2819,16 +2824,16 @@ msgid ""
"defined in the GDM configuration will be used."
msgstr ""
-#: ../C/gdm.xml:1909 (term)
+#: ../C/gdm.xml:1908 (term)
msgid "ServAuthDir"
msgstr "ServAuthDir"
-#: ../C/gdm.xml:1911 (synopsis)
+#: ../C/gdm.xml:1910 (synopsis)
#, no-wrap
msgid "ServAuthDir=&lt;var&gt;/gdm"
msgstr "ServAuthDir=&lt;var&gt;/gdm"
-#: ../C/gdm.xml:1912 (para)
+#: ../C/gdm.xml:1911 (para)
msgid ""
"Directory containing the X authentication files for the individual displays. "
"Should be owned by <filename>root.gdm</filename> with permissions 1770, "
@@ -2845,56 +2850,56 @@ msgid ""
"directory can connect to any display on this computer."
msgstr ""
-#: ../C/gdm.xml:1934 (term)
+#: ../C/gdm.xml:1933 (term)
msgid "SessionDesktopDir"
msgstr "SessionDesktopDir"
-#: ../C/gdm.xml:1936 (synopsis)
+#: ../C/gdm.xml:1935 (synopsis)
#, fuzzy, no-wrap
msgid "SessionDesktopDir=&lt;etc&gt;/X11/sessions/:&lt;etc&gt;/dm/Sessions/:&lt;share&gt;/xsessions/"
msgstr "SessionDesktopDir=&lt;etc&gt;/X11/sessions/:&lt;etc&gt;/dm/Sessions/:&lt;/usr/share&gt;/xsessions/"
-#: ../C/gdm.xml:1937 (para)
+#: ../C/gdm.xml:1936 (para)
msgid ""
"Directory containing the <filename>.desktop</filename> files which are the "
"available sessions on the system. Since 2.4.4.2 this is treated like a PATH "
"type variable and the first file found is used."
msgstr ""
-#: ../C/gdm.xml:1947 (term)
+#: ../C/gdm.xml:1946 (term)
msgid "SoundProgram"
msgstr "SoundProgram"
-#: ../C/gdm.xml:1949 (filename)
+#: ../C/gdm.xml:1948 (filename)
msgid "&lt;bin&gt;/play"
msgstr ""
-#: ../C/gdm.xml:1949 (filename)
-msgid "%lt;bin&gt;/audioplay"
+#: ../C/gdm.xml:1948 (filename)
+msgid "&lt;bin&gt;/audioplay"
msgstr ""
-#: ../C/gdm.xml:1949 (synopsis)
+#: ../C/gdm.xml:1948 (synopsis)
#, no-wrap
msgid "SoundProgram=<placeholder-1/> (or <placeholder-2/> on Solaris)"
msgstr ""
-#: ../C/gdm.xml:1950 (para)
+#: ../C/gdm.xml:1949 (para)
msgid ""
"Application to use when playing a sound. Currently used for playing the "
"login sound, see the <filename>SoundOnLoginFile</filename> key. Supported "
"since 2.5.90.0."
msgstr ""
-#: ../C/gdm.xml:1960 (term)
+#: ../C/gdm.xml:1959 (term)
msgid "StandardXServer"
msgstr "StandardXServer"
-#: ../C/gdm.xml:1962 (synopsis)
+#: ../C/gdm.xml:1961 (synopsis)
#, no-wrap
msgid "StandardXServer=/dir/to/X (value assigned by configuration file)"
msgstr ""
-#: ../C/gdm.xml:1963 (para)
+#: ../C/gdm.xml:1962 (para)
msgid ""
"Full path and arguments to the standard X server command. This is used when "
"gdm cannot find any other definition, and it's used as the default and "
@@ -2902,16 +2907,16 @@ msgid ""
"sort of X server."
msgstr ""
-#: ../C/gdm.xml:1974 (term)
+#: ../C/gdm.xml:1973 (term)
msgid "SuspendCommand"
msgstr "SuspendCommand"
-#: ../C/gdm.xml:1976 (synopsis)
+#: ../C/gdm.xml:1975 (synopsis)
#, no-wrap
msgid "SuspendCommand="
msgstr "SuspendCommand="
-#: ../C/gdm.xml:1977 (para)
+#: ../C/gdm.xml:1976 (para)
msgid ""
"Full path and arguments to command to be executed when user selects Suspend "
"from the Actions menu. If empty there is no such menu item. Note that the "
@@ -2919,16 +2924,16 @@ msgid ""
"explicitly to an empty value."
msgstr ""
-#: ../C/gdm.xml:1988 (term)
+#: ../C/gdm.xml:1987 (term)
msgid "TimedLoginEnable"
msgstr "TimedLoginEnable"
-#: ../C/gdm.xml:1990 (synopsis)
+#: ../C/gdm.xml:1989 (synopsis)
#, no-wrap
msgid "TimedLoginEnable=false"
msgstr "TimedLoginEnable=false"
-#: ../C/gdm.xml:1991 (para)
+#: ../C/gdm.xml:1990 (para)
msgid ""
"If the user given in <filename>TimedLogin</filename> should be logged in "
"after a number of seconds (set with <filename>TimedLoginDelay</filename>) of "
@@ -2943,16 +2948,16 @@ msgid ""
"allowing login."
msgstr ""
-#: ../C/gdm.xml:2011 (term)
+#: ../C/gdm.xml:2010 (term)
msgid "TimedLogin"
msgstr "TimedLogin"
-#: ../C/gdm.xml:2013 (synopsis)
+#: ../C/gdm.xml:2012 (synopsis)
#, no-wrap
msgid "TimedLogin="
msgstr "TimedLogin="
-#: ../C/gdm.xml:2014 (para)
+#: ../C/gdm.xml:2013 (para)
msgid ""
"This is the user that should be logged in after a specified number of "
"seconds of inactivity. This can never be \"root\" and gdm will refuse to log "
@@ -2961,31 +2966,31 @@ msgid ""
"are supported."
msgstr ""
-#: ../C/gdm.xml:2026 (term)
+#: ../C/gdm.xml:2025 (term)
msgid "TimedLoginDelay"
msgstr "TimedLoginDelay"
-#: ../C/gdm.xml:2028 (synopsis)
+#: ../C/gdm.xml:2027 (synopsis)
#, no-wrap
msgid "TimedLoginDelay=30"
msgstr "TimedLoginDelay=30"
-#: ../C/gdm.xml:2029 (para)
+#: ../C/gdm.xml:2028 (para)
msgid ""
"This is the delay before the <filename>TimedLogin</filename> user will be "
"logged in. It must be greater then or equal to 10."
msgstr ""
-#: ../C/gdm.xml:2037 (term)
+#: ../C/gdm.xml:2036 (term)
msgid "User"
msgstr "User"
-#: ../C/gdm.xml:2039 (synopsis)
+#: ../C/gdm.xml:2038 (synopsis)
#, no-wrap
msgid "User=gdm"
msgstr "User=gdm"
-#: ../C/gdm.xml:2040 (para)
+#: ../C/gdm.xml:2039 (para)
msgid ""
"The username under which <command>gdmlogin</command>, <command>gdmgreeter</"
"command>, <command>gdmchooser</command> and the internal failsafe GTK+ "
@@ -2995,16 +3000,16 @@ msgid ""
"dedicated user."
msgstr ""
-#: ../C/gdm.xml:2054 (term)
+#: ../C/gdm.xml:2053 (term)
msgid "UserAuthDir"
msgstr "UserAuthDir"
-#: ../C/gdm.xml:2056 (synopsis)
+#: ../C/gdm.xml:2055 (synopsis)
#, no-wrap
msgid "UserAuthDir="
msgstr "UserAuthDir="
-#: ../C/gdm.xml:2057 (para)
+#: ../C/gdm.xml:2056 (para)
msgid ""
"The directory where user's <filename>.Xauthority</filename> file should be "
"saved. When nothing is specified the user's home directory is used. This is "
@@ -3012,7 +3017,7 @@ msgid ""
"filename>."
msgstr ""
-#: ../C/gdm.xml:2064 (para)
+#: ../C/gdm.xml:2063 (para)
msgid ""
"If you do not use the tilde expansion, then the filename created will be "
"random, like in <filename>UserAuthFBDir</filename>. This way many users can "
@@ -3024,7 +3029,7 @@ msgid ""
"filename> directory."
msgstr ""
-#: ../C/gdm.xml:2077 (para)
+#: ../C/gdm.xml:2076 (para)
msgid ""
"Normally if this is the users home directory GDM will still refuse to put "
"cookies there if it thinks it is NFS (by testing root-squashing). This can "
@@ -3032,44 +3037,44 @@ msgid ""
"<filename>[security]</filename> section to false."
msgstr ""
-#: ../C/gdm.xml:2088 (term)
+#: ../C/gdm.xml:2087 (term)
msgid "UserAuthFBDir"
msgstr "UserAuthFBDir"
-#: ../C/gdm.xml:2090 (synopsis)
+#: ../C/gdm.xml:2089 (synopsis)
#, no-wrap
msgid "UserAuthFBDir=/tmp"
msgstr "UserAuthFBDir=/tmp"
-#: ../C/gdm.xml:2091 (para)
+#: ../C/gdm.xml:2090 (para)
msgid ""
"If GDM fails to update the user's <filename>.Xauthority</filename> file a "
"fallback cookie is created in this directory."
msgstr ""
-#: ../C/gdm.xml:2100 (term)
+#: ../C/gdm.xml:2099 (term)
msgid "UserAuthFile"
msgstr "UserAuthFile"
-#: ../C/gdm.xml:2102 (synopsis)
+#: ../C/gdm.xml:2101 (synopsis)
#, no-wrap
msgid "UserAuthFile=.Xauthority"
msgstr "UserAuthFile=.Xauthority"
-#: ../C/gdm.xml:2103 (para)
+#: ../C/gdm.xml:2102 (para)
msgid "Name of the file used for storing user cookies."
msgstr ""
-#: ../C/gdm.xml:2110 (term)
+#: ../C/gdm.xml:2109 (term)
msgid "VTAllocation"
msgstr "VTAllocation"
-#: ../C/gdm.xml:2112 (synopsis)
+#: ../C/gdm.xml:2111 (synopsis)
#, no-wrap
msgid "VTAllocation=true"
msgstr "VTAllocation=true"
-#: ../C/gdm.xml:2113 (para)
+#: ../C/gdm.xml:2112 (para)
msgid ""
"On systems where GDM supports automatic VT (virtual terminal) allocation "
"(currently Linux and FreeBSD only), you can have GDM automatically append "
@@ -3078,16 +3083,16 @@ msgid ""
"<filename>FirstVT</filename>."
msgstr ""
-#: ../C/gdm.xml:2125 (term)
+#: ../C/gdm.xml:2124 (term)
msgid "XKeepsCrashing"
msgstr "XKeepsCrashing"
-#: ../C/gdm.xml:2127 (synopsis)
+#: ../C/gdm.xml:2126 (synopsis)
#, no-wrap
msgid "XKeepsCrashing=&lt;etc&gt;/gdm/XKeepsCrashing"
msgstr "XKeepsCrashing=&lt;etc&gt;/gdm/XKeepsCrashing"
-#: ../C/gdm.xml:2128 (para)
+#: ../C/gdm.xml:2127 (para)
msgid ""
"A script to run in case X keeps crashing. This is for running An X "
"configuration or whatever else to make the X configuration work. See the "
@@ -3097,22 +3102,22 @@ msgid ""
"date for your particular system."
msgstr ""
-#: ../C/gdm.xml:2137 (para)
+#: ../C/gdm.xml:2136 (para)
msgid ""
"In case <filename>FailsafeXServer</filename> is setup, that will be tried "
"first. and this only used as a backup if even that X server keeps crashing."
msgstr ""
-#: ../C/gdm.xml:2146 (term)
+#: ../C/gdm.xml:2145 (term)
msgid "Xnest"
msgstr "Xnest"
-#: ../C/gdm.xml:2148 (synopsis)
+#: ../C/gdm.xml:2147 (synopsis)
#, fuzzy, no-wrap
msgid "Xnest=&lt;bin&gt;/X11/Xnest (/usr/openwin/bin/Xnest on Solaris)"
msgstr "Xnest=/usr/bin/X11/Xnest (/usr/openwin/bin/Xnest on Solaris)"
-#: ../C/gdm.xml:2149 (para)
+#: ../C/gdm.xml:2148 (para)
msgid ""
"The full path and arguments to the Xnest command. This is used for the "
"flexible Xnest displays. This way the user can start new login screens in a "
@@ -3120,59 +3125,59 @@ msgid ""
"packages installed for this to work."
msgstr ""
-#: ../C/gdm.xml:2162 (title)
+#: ../C/gdm.xml:2161 (title)
msgid "Security Options"
msgstr "Opciones de seguridad"
-#: ../C/gdm.xml:2165 (title)
+#: ../C/gdm.xml:2164 (title)
msgid "[security]"
msgstr "[security]"
-#: ../C/gdm.xml:2168 (term)
+#: ../C/gdm.xml:2167 (term)
msgid "AllowRoot"
msgstr "AllowRoot"
-#: ../C/gdm.xml:2170 (synopsis)
+#: ../C/gdm.xml:2169 (synopsis)
#, no-wrap
msgid "AllowRoot=true"
msgstr "AllowRoot=true"
-#: ../C/gdm.xml:2171 (para)
+#: ../C/gdm.xml:2170 (para)
msgid ""
"Allow root (privileged user) to log in through GDM. Set this to false if you "
"want to disallow such logins."
msgstr ""
-#: ../C/gdm.xml:2175 (para)
+#: ../C/gdm.xml:2174 (para)
msgid ""
"On systems that support PAM, this parameter is not as useful as you can use "
"PAM to do the same thing, and in fact do even more. However it is still "
"followed, so you should probably leave it true for PAM systems."
msgstr ""
-#: ../C/gdm.xml:2185 (term)
+#: ../C/gdm.xml:2184 (term)
msgid "AllowRemoteRoot"
msgstr "AllowRemoteRoot"
-#: ../C/gdm.xml:2187 (synopsis)
+#: ../C/gdm.xml:2186 (synopsis)
#, no-wrap
msgid "AllowRemoteRoot=false"
msgstr "AllowRemoteRoot=false"
-#: ../C/gdm.xml:2188 (para)
+#: ../C/gdm.xml:2187 (para)
msgid ""
"Allow root (privileged user) to log in remotely through GDM. This value "
"should be set to true to allow such logins. Remote logins are any logins "
"that come in through the XDMCP."
msgstr ""
-#: ../C/gdm.xml:2193 (para)
+#: ../C/gdm.xml:2192 (para)
msgid ""
"On systems that support PAM, this parameter is not as useful since you can "
"use PAM to do the same thing, and do even more."
msgstr ""
-#: ../C/gdm.xml:2198 (para)
+#: ../C/gdm.xml:2197 (para)
msgid ""
"This value will be overridden and set to false if the <filename>/etc/default/"
"login</filename> file exists and contains \"CONSOLE=/dev/login\", and set to "
@@ -3180,37 +3185,37 @@ msgid ""
"any other value or no value for CONSOLE."
msgstr ""
-#: ../C/gdm.xml:2209 (term)
+#: ../C/gdm.xml:2208 (term)
msgid "AllowRemoteAutoLogin"
msgstr "AllowRemoteAutoLogin"
-#: ../C/gdm.xml:2211 (synopsis)
+#: ../C/gdm.xml:2210 (synopsis)
#, no-wrap
msgid "AllowRemoteAutoLogin=false"
msgstr "AllowRemoteAutoLogin=false"
-#: ../C/gdm.xml:2212 (para)
+#: ../C/gdm.xml:2211 (para)
msgid ""
"Allow the timed login to work remotely. That is, remote connections through "
"XDMCP will be allowed to log into the \"TimedLogin\" user by letting the "
"login window time out, just like the local user on the first console."
msgstr ""
-#: ../C/gdm.xml:2218 (para)
+#: ../C/gdm.xml:2217 (para)
msgid ""
"Note that this can make a system quite insecure, and thus is off by default."
msgstr ""
-#: ../C/gdm.xml:2226 (term)
+#: ../C/gdm.xml:2225 (term)
msgid "CheckDirOwner"
msgstr "CheckDirOwner"
-#: ../C/gdm.xml:2228 (synopsis)
+#: ../C/gdm.xml:2227 (synopsis)
#, no-wrap
msgid "CheckDirOwner=true"
msgstr "CheckDirOwner=true"
-#: ../C/gdm.xml:2229 (para)
+#: ../C/gdm.xml:2228 (para)
msgid ""
"By default GDM checks the ownership of the home directories before writing "
"to them, this prevents security issues in case of bad setup. However in some "
@@ -3221,16 +3226,16 @@ msgid ""
"Supported since 2.6.0.4."
msgstr ""
-#: ../C/gdm.xml:2243 (term)
+#: ../C/gdm.xml:2242 (term)
msgid "DisallowTCP"
msgstr "DisallowTCP"
-#: ../C/gdm.xml:2245 (synopsis)
+#: ../C/gdm.xml:2244 (synopsis)
#, no-wrap
msgid "DisallowTCP=true"
msgstr "DisallowTCP=true"
-#: ../C/gdm.xml:2246 (para)
+#: ../C/gdm.xml:2245 (para)
msgid ""
"If true, then always append <filename>-nolisten tcp</filename> to the "
"command line of local X servers, thus disallowing TCP connection. This is "
@@ -3239,16 +3244,16 @@ msgid ""
"though no known security problems exist."
msgstr ""
-#: ../C/gdm.xml:2259 (term)
+#: ../C/gdm.xml:2258 (term)
msgid "NeverPlaceCookiesOnNFS"
msgstr "NeverPlaceCookiesOnNFS"
-#: ../C/gdm.xml:2261 (synopsis)
+#: ../C/gdm.xml:2260 (synopsis)
#, no-wrap
msgid "NeverPlaceCookiesOnNFS=true"
msgstr "NeverPlaceCookiesOnNFS=true"
-#: ../C/gdm.xml:2262 (para)
+#: ../C/gdm.xml:2261 (para)
msgid ""
"Normally if this is true (which is by default), GDM will not place cookies "
"into the users home directory if this directory is on NFS. Well, GDM will "
@@ -3258,16 +3263,16 @@ msgid ""
"option appeared in version 2.4.4.4 and is ignored in previous versions."
msgstr ""
-#: ../C/gdm.xml:2276 (term)
+#: ../C/gdm.xml:2275 (term)
msgid "PasswordRequired"
msgstr "PasswordRequired"
-#: ../C/gdm.xml:2278 (synopsis)
+#: ../C/gdm.xml:2277 (synopsis)
#, no-wrap
msgid "PasswordRequired=false"
msgstr "PasswordRequired=false"
-#: ../C/gdm.xml:2279 (para)
+#: ../C/gdm.xml:2278 (para)
msgid ""
"If true, this will cause PAM_DISALLOW_NULL_AUTHTOK to be passed as a flag to "
"pam_authenticate and pam_acct_mgmt, disallowing NULL password. This setting "
@@ -3278,70 +3283,70 @@ msgid ""
"defined in the GDM configuration will be used."
msgstr ""
-#: ../C/gdm.xml:2295 (term)
+#: ../C/gdm.xml:2294 (term)
msgid "RelaxPermissions"
msgstr "RelaxPermissions"
-#: ../C/gdm.xml:2297 (synopsis)
+#: ../C/gdm.xml:2296 (synopsis)
#, no-wrap
msgid "RelaxPermissions=0"
msgstr "RelaxPermissions=0"
-#: ../C/gdm.xml:2298 (para)
+#: ../C/gdm.xml:2297 (para)
msgid ""
"By default GDM ignores files and directories writable to other users than "
"the owner."
msgstr ""
-#: ../C/gdm.xml:2303 (para)
+#: ../C/gdm.xml:2302 (para)
msgid ""
"Changing the value of RelaxPermissions makes it possible to alter this "
"behavior:"
msgstr ""
-#: ../C/gdm.xml:2308 (para)
+#: ../C/gdm.xml:2307 (para)
msgid "0 - Paranoia option. Only accepts user owned files and directories."
msgstr ""
-#: ../C/gdm.xml:2312 (para)
+#: ../C/gdm.xml:2311 (para)
msgid "1 - Allow group writable files and directories."
msgstr ""
-#: ../C/gdm.xml:2315 (para)
+#: ../C/gdm.xml:2314 (para)
msgid "2 - Allow world writable files and directories."
msgstr ""
-#: ../C/gdm.xml:2322 (term)
+#: ../C/gdm.xml:2321 (term)
msgid "RetryDelay"
msgstr ""
-#: ../C/gdm.xml:2324 (synopsis)
+#: ../C/gdm.xml:2323 (synopsis)
#, no-wrap
msgid "RetryDelay=1"
msgstr ""
-#: ../C/gdm.xml:2325 (para)
+#: ../C/gdm.xml:2324 (para)
msgid ""
"The number of seconds GDM should wait before reactivating the entry field "
"after a failed login."
msgstr ""
-#: ../C/gdm.xml:2333 (term)
+#: ../C/gdm.xml:2332 (term)
msgid "UserMaxFile"
msgstr "UserMaxFile"
-#: ../C/gdm.xml:2335 (synopsis)
+#: ../C/gdm.xml:2334 (synopsis)
#, fuzzy, no-wrap
msgid "UserMaxFile=65536"
msgstr "UserMaxFile"
-#: ../C/gdm.xml:2336 (para)
+#: ../C/gdm.xml:2335 (para)
msgid ""
"GDM will refuse to read/write files bigger than this number (specified in "
"bytes)."
msgstr ""
-#: ../C/gdm.xml:2341 (para)
+#: ../C/gdm.xml:2340 (para)
msgid ""
"In addition to the size check GDM is extremely picky about accessing files "
"in user directories. It will not follow symlinks and can optionally refuse "
@@ -3349,25 +3354,25 @@ msgid ""
"<filename>RelaxPermissions</filename> option for more info."
msgstr ""
-#: ../C/gdm.xml:2354 (title)
+#: ../C/gdm.xml:2353 (title)
#, fuzzy
msgid "XDCMP Support"
msgstr "Seguridad XDMCP"
-#: ../C/gdm.xml:2357 (title)
+#: ../C/gdm.xml:2356 (title)
msgid "[xdmcp]"
msgstr ""
-#: ../C/gdm.xml:2360 (term)
+#: ../C/gdm.xml:2359 (term)
msgid "DisplaysPerHost"
msgstr ""
-#: ../C/gdm.xml:2362 (synopsis)
+#: ../C/gdm.xml:2361 (synopsis)
#, no-wrap
msgid "DisplaysPerHost=1"
msgstr ""
-#: ../C/gdm.xml:2363 (para)
+#: ../C/gdm.xml:2362 (para)
msgid ""
"To prevent attackers from filling up the pending queue, GDM will only allow "
"one connection for each remote computer. If you want to provide display "
@@ -3375,42 +3380,42 @@ msgid ""
"<filename>DisplaysPerHost</filename> value accordingly."
msgstr ""
-#: ../C/gdm.xml:2371 (para)
+#: ../C/gdm.xml:2370 (para)
msgid ""
"Note that the number of connections from the local computer is unlimited. "
"Only remote connections are limited by this number."
msgstr ""
-#: ../C/gdm.xml:2379 (term) ../C/gdm.xml:3626
+#: ../C/gdm.xml:2378 (term) ../C/gdm.xml:3625
#, fuzzy
msgid "Enable"
msgstr "Enable=false"
-#: ../C/gdm.xml:2381 (synopsis) ../C/gdm.xml:3628
+#: ../C/gdm.xml:2380 (synopsis) ../C/gdm.xml:3627
#, no-wrap
msgid "Enable=false"
msgstr "Enable=false"
-#: ../C/gdm.xml:2382 (para)
+#: ../C/gdm.xml:2381 (para)
msgid ""
"Setting this to true enables XDMCP support allowing remote displays/X "
"terminals to be managed by GDM."
msgstr ""
-#: ../C/gdm.xml:2387 (para)
+#: ../C/gdm.xml:2386 (para)
msgid ""
"<filename>gdm</filename> listens for requests on UDP port 177. See the Port "
"option for more information."
msgstr ""
-#: ../C/gdm.xml:2392 (para)
+#: ../C/gdm.xml:2391 (para)
msgid ""
"If GDM is compiled to support it, access from remote displays can be "
"controlled using the TCP Wrappers library. The service name is "
"<filename>gdm</filename>"
msgstr ""
-#: ../C/gdm.xml:2398 (para)
+#: ../C/gdm.xml:2397 (para)
#, fuzzy
msgid ""
"You should add <screen>\n"
@@ -3424,7 +3429,7 @@ msgstr ""
"página del manual <ulink type=\"help\" url=\"man:hosts.allow\">hosts.allow(5)"
"</ulink> para más detalles."
-#: ../C/gdm.xml:2409 (para)
+#: ../C/gdm.xml:2408 (para)
msgid ""
"Please note that XDMCP is not a particularly secure protocol and that it is "
"a good idea to block UDP port 177 on your firewall unless you really need it."
@@ -3433,17 +3438,17 @@ msgstr ""
"idea bloquear el puerto UDP 177 en su cortafuegos a no ser que realmente lo "
"necesite."
-#: ../C/gdm.xml:2418 (term)
+#: ../C/gdm.xml:2417 (term)
#, fuzzy
msgid "EnableProxy"
msgstr "EnableProxy=false"
-#: ../C/gdm.xml:2420 (synopsis)
+#: ../C/gdm.xml:2419 (synopsis)
#, no-wrap
msgid "EnableProxy=false"
msgstr "EnableProxy=false"
-#: ../C/gdm.xml:2421 (para)
+#: ../C/gdm.xml:2420 (para)
msgid ""
"Setting this to true enables support for running XDMCP sessions on a local "
"proxy X server. This may improve the performance of XDMCP sessions, "
@@ -3451,129 +3456,130 @@ msgid ""
"completed without going over the network."
msgstr ""
-#: ../C/gdm.xml:2428 (para)
+#: ../C/gdm.xml:2427 (para)
msgid ""
"Note, however, that this mode will significantly increase the burden on the "
"machine hosting the XDMCP sessions"
msgstr ""
-#: ../C/gdm.xml:2432 (para)
+#: ../C/gdm.xml:2431 (para)
msgid ""
"See the <filename>FlexiProxy</filename> and <filename>FlexiProxyDisconnect</"
"filename> options for further details on how to configure support for this "
"feature."
msgstr ""
-#: ../C/gdm.xml:2441 (term)
+#: ../C/gdm.xml:2440 (term)
msgid "HonorIndirect"
msgstr ""
-#: ../C/gdm.xml:2443 (synopsis)
+#: ../C/gdm.xml:2442 (synopsis)
#, no-wrap
msgid "HonorIndirect=true"
msgstr ""
-#: ../C/gdm.xml:2444 (para)
+#: ../C/gdm.xml:2443 (para)
msgid ""
"Enables XDMCP INDIRECT choosing (i.e. remote execution of "
"<filename>gdmchooser</filename>) for X-terminals which don't supply their "
"own display browser."
msgstr ""
-#: ../C/gdm.xml:2453 (term)
+#: ../C/gdm.xml:2452 (term)
msgid "MaxPending"
msgstr ""
-#: ../C/gdm.xml:2455 (synopsis)
+#: ../C/gdm.xml:2454 (synopsis)
#, no-wrap
msgid "MaxPending=4"
msgstr ""
-#: ../C/gdm.xml:2456 (para)
+#: ../C/gdm.xml:2455 (para)
msgid ""
"To avoid denial of service attacks, GDM has fixed size queue of pending "
"connections. Only MaxPending displays can start at the same time."
msgstr ""
-#: ../C/gdm.xml:2462 (para)
+#: ../C/gdm.xml:2461 (para)
msgid ""
"Please note that this parameter does *not* limit the number of remote "
"displays which can be managed. It only limits the number of displays "
"initiating a connection simultaneously."
msgstr ""
-#: ../C/gdm.xml:2471 (term)
+#: ../C/gdm.xml:2470 (term)
msgid "MaxPendingIndirect"
msgstr ""
-#: ../C/gdm.xml:2473 (synopsis)
+#: ../C/gdm.xml:2472 (synopsis)
#, no-wrap
msgid "MaxPendingIndirect=4"
msgstr ""
-#: ../C/gdm.xml:2474 (para)
+#: ../C/gdm.xml:2473 (para)
msgid ""
"GDM will only provide <filename>MaxPendingIndirect</filename> displays with "
"host choosers simultaneously. If more queries from different hosts come in, "
"the oldest ones will be forgotten."
msgstr ""
-#: ../C/gdm.xml:2484 (term)
+#: ../C/gdm.xml:2483 (term)
msgid "MaxSessions"
msgstr "MaxSessions"
-#: ../C/gdm.xml:2486 (synopsis)
+#: ../C/gdm.xml:2485 (synopsis)
#, fuzzy, no-wrap
msgid "MaxSessions=16"
msgstr "MaxSessions"
-#: ../C/gdm.xml:2487 (para)
+#: ../C/gdm.xml:2486 (para)
msgid ""
"Determines the maximum number of remote display connections which will be "
"managed simultaneously. I.e. the total number of remote displays that can "
"use your host."
msgstr ""
-#: ../C/gdm.xml:2496 (term)
+#: ../C/gdm.xml:2495 (term)
#, fuzzy
msgid "MaxWait"
msgstr "MaxIconWidth"
-#: ../C/gdm.xml:2498 (synopsis)
-#, no-wrap
+#: ../C/gdm.xml:2497 (synopsis)
+#, fuzzy, no-wrap
msgid "MaxWait=30"
-msgstr ""
+msgstr "MaxIconWidth"
-#: ../C/gdm.xml:2499 (para)
+#: ../C/gdm.xml:2498 (para)
msgid ""
"When GDM is ready to manage a display an ACCEPT packet is sent to it "
"containing a unique session id which will be used in future XDMCP "
"conversations."
msgstr ""
-#: ../C/gdm.xml:2505 (para)
+#: ../C/gdm.xml:2504 (para)
msgid ""
"GDM will then place the session id in the pending queue waiting for the "
"display to respond with a MANAGE request."
msgstr ""
-#: ../C/gdm.xml:2510 (para)
+#: ../C/gdm.xml:2509 (para)
msgid ""
"If no response is received within MaxWait seconds, GDM will declare the "
"display dead and erase it from the pending queue freeing up the slot for "
"other displays."
msgstr ""
-#: ../C/gdm.xml:2519 (term)
+#: ../C/gdm.xml:2518 (term)
+#, fuzzy
msgid "MaxWaitIndirect"
-msgstr ""
+msgstr "MaxIconWidth"
-#: ../C/gdm.xml:2521 (synopsis)
+#: ../C/gdm.xml:2520 (synopsis)
#, no-wrap
msgid "MaxWaitIndirect=30"
msgstr ""
-#: ../C/gdm.xml:2522 (para)
+#: ../C/gdm.xml:2521 (para)
msgid ""
"The MaxWaitIndirect parameter determines the maximum number of seconds "
"between the time where a user chooses a host and the subsequent indirect "
@@ -3584,31 +3590,31 @@ msgid ""
"<filename>MaxPendingIndirect</filename>."
msgstr ""
-#: ../C/gdm.xml:2536 (term)
+#: ../C/gdm.xml:2535 (term)
msgid "Port"
msgstr ""
-#: ../C/gdm.xml:2538 (synopsis)
+#: ../C/gdm.xml:2537 (synopsis)
#, no-wrap
msgid "Port=177"
msgstr ""
-#: ../C/gdm.xml:2539 (para)
+#: ../C/gdm.xml:2538 (para)
msgid ""
"The UDP port number <filename>gdm</filename> should listen to for XDMCP "
"requests. Don't change this unless you know what you are doing."
msgstr ""
-#: ../C/gdm.xml:2548 (term)
+#: ../C/gdm.xml:2547 (term)
msgid "PingIntervalSeconds"
msgstr ""
-#: ../C/gdm.xml:2550 (synopsis)
+#: ../C/gdm.xml:2549 (synopsis)
#, no-wrap
msgid "PingIntervalSeconds=15"
msgstr ""
-#: ../C/gdm.xml:2551 (para)
+#: ../C/gdm.xml:2550 (para)
msgid ""
"Interval in which to ping the X server in seconds. If the X server doesn't "
"return before the next time we ping it, the connection is stopped and the "
@@ -3616,7 +3622,7 @@ msgid ""
"PingTimeout, but in seconds."
msgstr ""
-#: ../C/gdm.xml:2559 (para)
+#: ../C/gdm.xml:2558 (para)
msgid ""
"Note that GDM in the past used to have a <filename>PingInterval</filename> "
"configuration key which was also in minutes. For most purposes you'd want "
@@ -3626,23 +3632,23 @@ msgid ""
"you would want to end the session."
msgstr ""
-#: ../C/gdm.xml:2572 (term)
+#: ../C/gdm.xml:2571 (term)
msgid "ProxyReconnect"
msgstr ""
-#: ../C/gdm.xml:2574 (synopsis)
+#: ../C/gdm.xml:2573 (synopsis)
#, no-wrap
msgid "FlexiProxyReconnect="
msgstr ""
-#: ../C/gdm.xml:2575 (para)
+#: ../C/gdm.xml:2574 (para)
msgid ""
"Setting this option enables experimental support for session migration with "
"XDMCP sessions. This enables users to disconnect from their session and "
"later reconnect to that same session, possibly from a different terminal."
msgstr ""
-#: ../C/gdm.xml:2581 (para)
+#: ../C/gdm.xml:2580 (para)
msgid ""
"In order to use this feature, you must have a nested X server available "
"which supports disconnecting from its parent X server and reconnecting to "
@@ -3651,38 +3657,38 @@ msgid ""
"are busy implementing it."
msgstr ""
-#: ../C/gdm.xml:2588 (para)
+#: ../C/gdm.xml:2587 (para)
msgid ""
"This option should be set to the path of a command which will handle "
"reconnecting the XDMCP proxy to another backend display. A sample "
"implementation for use with DMX is supplied."
msgstr ""
-#: ../C/gdm.xml:2597 (term)
+#: ../C/gdm.xml:2596 (term)
msgid "ProxyXServer"
msgstr ""
-#: ../C/gdm.xml:2599 (synopsis)
+#: ../C/gdm.xml:2598 (synopsis)
#, no-wrap
msgid "ProxyXServer="
msgstr ""
-#: ../C/gdm.xml:2600 (para)
+#: ../C/gdm.xml:2599 (para)
msgid ""
"The X server command line for a XDMCP proxy. Any nested X server like Xnest, "
"Xephr or Xdmx should work fairly well."
msgstr ""
-#: ../C/gdm.xml:2608 (term)
+#: ../C/gdm.xml:2607 (term)
msgid "Willing"
msgstr ""
-#: ../C/gdm.xml:2610 (synopsis)
+#: ../C/gdm.xml:2609 (synopsis)
#, no-wrap
msgid "Willing=&lt;etc&gt;/gdm/Xwilling"
msgstr "Willing=&lt;etc&gt;/gdm/Xwilling"
-#: ../C/gdm.xml:2611 (para)
+#: ../C/gdm.xml:2610 (para)
msgid ""
"When the machine sends a WILLING packet back after a QUERY it sends a string "
"that gives the current status of this server. The default message is the "
@@ -3694,24 +3700,24 @@ msgid ""
"machine with QUERY packets."
msgstr ""
-#: ../C/gdm.xml:2629 (title)
+#: ../C/gdm.xml:2628 (title)
msgid "Common GUI Configuration Options"
msgstr "Opciones comunes de configuración a través del IGU"
-#: ../C/gdm.xml:2632 (title)
+#: ../C/gdm.xml:2631 (title)
msgid "[gui]"
msgstr "[gui]"
-#: ../C/gdm.xml:2635 (term)
+#: ../C/gdm.xml:2634 (term)
msgid "AllowGtkThemeChange"
msgstr "AllowGtkThemeChange"
-#: ../C/gdm.xml:2637 (synopsis)
+#: ../C/gdm.xml:2636 (synopsis)
#, no-wrap
msgid "AllowGtkThemeChange=true"
msgstr "AllowGtkThemeChange=true"
-#: ../C/gdm.xml:2638 (para)
+#: ../C/gdm.xml:2637 (para)
msgid ""
"If to allow changing the GTK+ (widget) theme from the greeter. Currently "
"this only affects the standard greeter as the graphical greeter does not yet "
@@ -3720,48 +3726,48 @@ msgid ""
"Supported since 2.5.90.2."
msgstr ""
-#: ../C/gdm.xml:2650 (term)
+#: ../C/gdm.xml:2649 (term)
msgid "GtkRC"
msgstr "GtkRC"
-#: ../C/gdm.xml:2652 (synopsis)
+#: ../C/gdm.xml:2651 (synopsis)
#, no-wrap
msgid "GtkRC="
msgstr "GtkRC="
-#: ../C/gdm.xml:2653 (para)
+#: ../C/gdm.xml:2652 (para)
msgid ""
"Path to a <filename>gtkrc</filename> to read when GDM puts up a window. You "
"should really now use the <filename>GtkTheme</filename> key for just setting "
"a theme."
msgstr ""
-#: ../C/gdm.xml:2662 (term)
+#: ../C/gdm.xml:2661 (term)
msgid "GtkTheme"
msgstr "GtkTheme"
-#: ../C/gdm.xml:2664 (synopsis)
+#: ../C/gdm.xml:2663 (synopsis)
#, no-wrap
msgid "GtkTheme=Default"
msgstr "GtkTheme=Default"
-#: ../C/gdm.xml:2665 (para)
+#: ../C/gdm.xml:2664 (para)
msgid ""
"A name of an installed theme to use by default. It will be used in the "
"greeter, chooser and all other GUI windows put up by GDM. Supported since "
"2.5.90.2."
msgstr ""
-#: ../C/gdm.xml:2674 (term)
+#: ../C/gdm.xml:2673 (term)
msgid "GtkThemesToAllow"
msgstr "GtkThemesToAllow"
-#: ../C/gdm.xml:2676 (synopsis)
+#: ../C/gdm.xml:2675 (synopsis)
#, no-wrap
msgid "GtkThemesToAllow=all"
msgstr "GtkThemesToAllow=all"
-#: ../C/gdm.xml:2677 (para)
+#: ../C/gdm.xml:2676 (para)
msgid ""
"Comma separated list of themes to allow. These must be the names of the "
"themes installed in the standard locations for GTK+ themes. You can also "
@@ -3769,56 +3775,56 @@ msgid ""
"<filename>AllowGtkThemeChange</filename> key. Supported since 2.5.90.2."
msgstr ""
-#: ../C/gdm.xml:2689 (term)
+#: ../C/gdm.xml:2688 (term)
msgid "MaxIconWidth"
msgstr "MaxIconWidth"
-#: ../C/gdm.xml:2691 (synopsis)
+#: ../C/gdm.xml:2690 (synopsis)
#, no-wrap
msgid "MaxIconWidth=128"
msgstr "MaxIconWidth=128"
-#: ../C/gdm.xml:2692 (para)
+#: ../C/gdm.xml:2691 (para)
msgid ""
"Specifies the maximum icon width (in pixels) that the face browser will "
"display. Icons larger than this will be scaled. This also affects icons in "
"the XDMCP chooser."
msgstr ""
-#: ../C/gdm.xml:2701 (term)
+#: ../C/gdm.xml:2700 (term)
msgid "MaxIconHeight"
msgstr "MaxIconHeight"
-#: ../C/gdm.xml:2703 (synopsis)
+#: ../C/gdm.xml:2702 (synopsis)
#, no-wrap
msgid "MaxIconHeight=128"
msgstr "MaxIconHeight=128"
-#: ../C/gdm.xml:2704 (para)
+#: ../C/gdm.xml:2703 (para)
msgid ""
"Specifies the maximum icon height (in pixels) that the face browser will "
"display. Icons larger than this will be scaled. This also affects icons in "
"the XDMCP chooser."
msgstr ""
-#: ../C/gdm.xml:2715 (title)
+#: ../C/gdm.xml:2714 (title)
msgid "Greeter Configuration"
msgstr "Configuración del interfaz"
-#: ../C/gdm.xml:2718 (title)
+#: ../C/gdm.xml:2717 (title)
msgid "[greeter]"
msgstr "[greeter]"
-#: ../C/gdm.xml:2721 (term)
+#: ../C/gdm.xml:2720 (term)
msgid "BackgroundColor"
msgstr "BackgroundColor"
-#: ../C/gdm.xml:2723 (synopsis)
+#: ../C/gdm.xml:2722 (synopsis)
#, no-wrap
msgid "BackgroundColor=#76848F"
msgstr "BackgroundColor=#76848F"
-#: ../C/gdm.xml:2724 (para)
+#: ../C/gdm.xml:2723 (para)
msgid ""
"If the BackgroundType is 2, use this color in the background of the greeter. "
"Also use it as the back of transparent images set on the background and if "
@@ -3826,31 +3832,31 @@ msgid ""
"affects the GTK+ Greeter."
msgstr ""
-#: ../C/gdm.xml:2735 (term)
+#: ../C/gdm.xml:2734 (term)
msgid "BackgroundProgramInitialDelay"
msgstr "BackgroundProgramInitialDelay"
-#: ../C/gdm.xml:2737 (synopsis)
+#: ../C/gdm.xml:2736 (synopsis)
#, no-wrap
msgid "BackgroundProgramInitialDelay=30"
msgstr "BackgroundProgramInitialDelay=30"
-#: ../C/gdm.xml:2738 (para)
+#: ../C/gdm.xml:2737 (para)
msgid ""
"The background application will be started after at least that many seconds "
"of inactivity."
msgstr ""
-#: ../C/gdm.xml:2746 (term)
+#: ../C/gdm.xml:2745 (term)
msgid "RestartBackgroundProgram"
msgstr "RestartBackgroundProgram"
-#: ../C/gdm.xml:2748 (synopsis)
+#: ../C/gdm.xml:2747 (synopsis)
#, no-wrap
msgid "RestartBackgroundProgram=true"
msgstr "RestartBackgroundProgram=true"
-#: ../C/gdm.xml:2749 (para)
+#: ../C/gdm.xml:2748 (para)
msgid ""
"If set the background application will be restarted when it has exited, "
"after the delay described below has elapsed. This option can be useful when "
@@ -3858,46 +3864,46 @@ msgid ""
"computer."
msgstr ""
-#: ../C/gdm.xml:2759 (term)
+#: ../C/gdm.xml:2758 (term)
msgid "BackgroundProgramRestartDelay"
msgstr "BackgroundProgramRestartDelay"
-#: ../C/gdm.xml:2761 (synopsis)
+#: ../C/gdm.xml:2760 (synopsis)
#, no-wrap
msgid "BackgroundProgramRestartDelay=30"
msgstr "BackgroundProgramRestartDelay=30"
-#: ../C/gdm.xml:2762 (para)
+#: ../C/gdm.xml:2761 (para)
msgid ""
"The background application will be restarted after at least that many "
"seconds of inactivity."
msgstr ""
-#: ../C/gdm.xml:2770 (term)
+#: ../C/gdm.xml:2769 (term)
msgid "BackgroundImage"
msgstr "BackgroundImage"
-#: ../C/gdm.xml:2772 (synopsis)
+#: ../C/gdm.xml:2771 (synopsis)
#, no-wrap
msgid "BackgroundImage=somefile.png"
msgstr "BackgroundImage=somefile.png"
-#: ../C/gdm.xml:2773 (para)
+#: ../C/gdm.xml:2772 (para)
msgid ""
"If the BackgroundType is 1, then display this file as the background in the "
"greeter. This only affects the GTK+ Greeter."
msgstr ""
-#: ../C/gdm.xml:2782 (term)
+#: ../C/gdm.xml:2781 (term)
msgid "BackgroundProgram"
msgstr "BackgroundProgram"
-#: ../C/gdm.xml:2784 (synopsis)
+#: ../C/gdm.xml:2783 (synopsis)
#, fuzzy, no-wrap
msgid "BackgroundProgram=&lt;bin&gt;/xeyes"
msgstr "BackgroundProgram=/usr/bin/xeyes"
-#: ../C/gdm.xml:2785 (para)
+#: ../C/gdm.xml:2784 (para)
msgid ""
"If set this command will be run in the background while the login window is "
"being displayed. Note that not all applications will run this way, since GDM "
@@ -3906,61 +3912,61 @@ msgid ""
"affects the GTK+ Greeter."
msgstr ""
-#: ../C/gdm.xml:2797 (term)
+#: ../C/gdm.xml:2796 (term)
msgid "BackgroundRemoteOnlyColor"
msgstr "BackgroundRemoteOnlyColor"
-#: ../C/gdm.xml:2799 (synopsis)
+#: ../C/gdm.xml:2798 (synopsis)
#, no-wrap
msgid "BackgroundRemoteOnlyColor=true"
msgstr "BackgroundRemoteOnlyColor=true"
-#: ../C/gdm.xml:2800 (para)
+#: ../C/gdm.xml:2799 (para)
msgid ""
"On remote displays only set the color background. This is to make network "
"load lighter. The <filename>BackgroundProgram</filename> is also not run. "
"This only affects the GTK+ Greeter."
msgstr ""
-#: ../C/gdm.xml:2810 (term)
+#: ../C/gdm.xml:2809 (term)
msgid "BackgroundScaleToFit"
msgstr "BackgroundScaleToFit"
-#: ../C/gdm.xml:2812 (synopsis)
+#: ../C/gdm.xml:2811 (synopsis)
#, no-wrap
msgid "BackgroundScaleToFit=true"
msgstr "BackgroundScaleToFit=true"
-#: ../C/gdm.xml:2813 (para)
+#: ../C/gdm.xml:2812 (para)
msgid ""
"Scale background image to fit the screen. This only affects the GTK+ Greeter."
msgstr ""
-#: ../C/gdm.xml:2821 (term)
+#: ../C/gdm.xml:2820 (term)
msgid "BackgroundType"
msgstr "BackgroundType"
-#: ../C/gdm.xml:2823 (synopsis)
+#: ../C/gdm.xml:2822 (synopsis)
#, no-wrap
msgid "BackgroundType=2"
msgstr "BackgroundType=2"
-#: ../C/gdm.xml:2824 (para)
+#: ../C/gdm.xml:2823 (para)
msgid ""
"The type of background to set. 0 is none, 1 is image and color, 2 is color "
"and 3 is image. This only affects the GTK+ Greeter."
msgstr ""
-#: ../C/gdm.xml:2832 (term)
+#: ../C/gdm.xml:2831 (term)
msgid "Browser"
msgstr "Browser"
-#: ../C/gdm.xml:2834 (synopsis)
+#: ../C/gdm.xml:2833 (synopsis)
#, no-wrap
msgid "Browser=true"
msgstr "Browser=true"
-#: ../C/gdm.xml:2835 (para)
+#: ../C/gdm.xml:2834 (para)
msgid ""
"Set to true to enable the face browser. See the ``The GTK+ Greeter'' section "
"for more information on the face browser. This option only works for the GTK"
@@ -3968,33 +3974,33 @@ msgid ""
"theme which includes a face browser"
msgstr ""
-#: ../C/gdm.xml:2846 (term)
+#: ../C/gdm.xml:2845 (term)
msgid "ChooserButton"
msgstr "ChooserButton"
-#: ../C/gdm.xml:2848 (synopsis)
+#: ../C/gdm.xml:2847 (synopsis)
#, no-wrap
msgid "ChooserButton=true"
msgstr "ChooserButton=true"
-#: ../C/gdm.xml:2849 (para)
+#: ../C/gdm.xml:2848 (para)
msgid ""
"If true, add a chooser button to the Actions menu that will restart the "
"current X server with a chooser. XDMCP does not need to be enabled on the "
"local computer for this to work."
msgstr ""
-#: ../C/gdm.xml:2858 (term)
+#: ../C/gdm.xml:2857 (term)
#, fuzzy
msgid "ConfigAvailable"
msgstr "ConfigAvailable=false"
-#: ../C/gdm.xml:2860 (synopsis)
+#: ../C/gdm.xml:2859 (synopsis)
#, no-wrap
msgid "ConfigAvailable=false"
msgstr "ConfigAvailable=false"
-#: ../C/gdm.xml:2861 (para)
+#: ../C/gdm.xml:2860 (para)
msgid ""
"If true, allows the configurator to be run from the greeter. Note that the "
"user will need to type in the root password before the configurator will be "
@@ -4002,16 +4008,16 @@ msgid ""
"<filename>Configurator</filename> option in the daemon section."
msgstr ""
-#: ../C/gdm.xml:2873 (term)
+#: ../C/gdm.xml:2872 (term)
msgid "DefaultFace"
msgstr "DefaultFace"
-#: ../C/gdm.xml:2875 (synopsis)
+#: ../C/gdm.xml:2874 (synopsis)
#, no-wrap
msgid "DefaultFace=&lt;share&gt;/pixmaps/nophoto.png"
msgstr "DefaultFace=&lt;share&gt;/pixmaps/nophoto.png"
-#: ../C/gdm.xml:2876 (para)
+#: ../C/gdm.xml:2875 (para)
msgid ""
"If a user has no defined face image, GDM will use the \"stock_person\" icon "
"defined in the current GTK+ theme. If no such image is defined, the image "
@@ -4026,16 +4032,16 @@ msgstr ""
"formato soportado por gdk-pixbuf y el archivo debe poderlo leer el usuario "
"de GDM."
-#: ../C/gdm.xml:2888 (term)
+#: ../C/gdm.xml:2887 (term)
msgid "Include"
msgstr "Include"
-#: ../C/gdm.xml:2890 (synopsis)
+#: ../C/gdm.xml:2889 (synopsis)
#, no-wrap
msgid "Include="
msgstr "Include="
-#: ../C/gdm.xml:2891 (para)
+#: ../C/gdm.xml:2890 (para)
msgid ""
"Comma separated list of users to be included in the face browser and in the "
"<command>gdmsetup</command> selection list for Automatic/Timed login. See "
@@ -4048,16 +4054,16 @@ msgstr ""
"filename>, <filename>IncludeAll</filename>, y <filename>MinimalUID</"
"filename>."
-#: ../C/gdm.xml:2903 (term)
+#: ../C/gdm.xml:2902 (term)
msgid "Exclude"
msgstr "Exclude"
-#: ../C/gdm.xml:2905 (synopsis)
+#: ../C/gdm.xml:2904 (synopsis)
#, no-wrap
msgid "Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,..."
msgstr "Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,..."
-#: ../C/gdm.xml:2906 (para)
+#: ../C/gdm.xml:2905 (para)
msgid ""
"Comma separated list of users to be excluded from the face browser and from "
"the <command>gdmsetup</command> selection list for Automatic/Timed login. "
@@ -4071,16 +4077,16 @@ msgstr ""
"filename>, <filename>IncludeAll</filename>, y <filename>MinimalUID</"
"filename>."
-#: ../C/gdm.xml:2919 (term)
+#: ../C/gdm.xml:2918 (term)
msgid "IncludeAll"
msgstr "IncludeAll"
-#: ../C/gdm.xml:2921 (synopsis)
+#: ../C/gdm.xml:2920 (synopsis)
#, no-wrap
msgid "IncludeAll=false"
msgstr "IncludeAll=false"
-#: ../C/gdm.xml:2922 (para)
+#: ../C/gdm.xml:2921 (para)
msgid ""
"By default, an empty include list means display no users. By setting "
"IncludeAll to true, the password file will be scanned and all users will be "
@@ -4099,16 +4105,16 @@ msgstr ""
"dichos entornos. Vea además <filename>Include</filename>, <filename>Exclude</"
"filename>, y <filename>MinimalUID</filename>."
-#: ../C/gdm.xml:2938 (term)
+#: ../C/gdm.xml:2937 (term)
msgid "GlobalFaceDir"
msgstr "GlobalFaceDir"
-#: ../C/gdm.xml:2940 (synopsis)
+#: ../C/gdm.xml:2939 (synopsis)
#, no-wrap
msgid "GlobalFaceDir=&lt;share&gt;/pixmaps/faces/"
msgstr "GlobalFaceDir=&lt;share&gt;/pixmaps/faces/"
-#: ../C/gdm.xml:2941 (para)
+#: ../C/gdm.xml:2940 (para)
msgid ""
"Systemwide directory for face files. The sysadmin can place icons for users "
"here without touching their homedirs. Faces are named after their users' "
@@ -4119,14 +4125,14 @@ msgstr ""
"tocar los directorios personales. Los rostros se llaman como los nombres de "
"sus usuarios."
-#: ../C/gdm.xml:2947 (para)
+#: ../C/gdm.xml:2946 (para)
msgid ""
"I.e. <filename>&lt;GlobalFaceDir&gt;/johndoe</filename> would contain the "
"face icon for the user ``johndoe''. No image format extension should be "
"specified."
msgstr ""
-#: ../C/gdm.xml:2953 (para)
+#: ../C/gdm.xml:2952 (para)
msgid ""
"The face images must be stored in gdk-pixbuf supported formats and they must "
"be readable for the GDM user."
@@ -4134,22 +4140,22 @@ msgstr ""
"Las imágenes de los rostros deben almacenarse en un formato soportado por "
"gdk-pixbuf y deben tener permiso de lectura para el usuario GDM."
-#: ../C/gdm.xml:2958 (para)
+#: ../C/gdm.xml:2957 (para)
msgid ""
"A user's own icon file will always take precedence over the sysadmin "
"provided one."
msgstr ""
-#: ../C/gdm.xml:2966 (term)
+#: ../C/gdm.xml:2965 (term)
msgid "GraphicalTheme"
msgstr "GraphicalTheme"
-#: ../C/gdm.xml:2968 (synopsis)
+#: ../C/gdm.xml:2967 (synopsis)
#, no-wrap
msgid "GraphicalTheme=circles"
msgstr "GraphicalTheme=circles"
-#: ../C/gdm.xml:2969 (para)
+#: ../C/gdm.xml:2968 (para)
#, fuzzy
msgid ""
"The graphical theme that the Themed Greeter should use. it should refer to a "
@@ -4162,16 +4168,16 @@ msgstr ""
"<filename>GraphicalThemeDir</filename>. Esto se usa sólo si "
"<filename>GraphicalThemeRand</filename> está establecido a «true»."
-#: ../C/gdm.xml:2978 (term)
+#: ../C/gdm.xml:2977 (term)
msgid "GraphicalThemes"
msgstr "Temas gráficos"
-#: ../C/gdm.xml:2980 (synopsis)
+#: ../C/gdm.xml:2979 (synopsis)
#, no-wrap
msgid "GraphicalThemes=circles"
msgstr "GraphicalThemes=circles"
-#: ../C/gdm.xml:2981 (para)
+#: ../C/gdm.xml:2980 (para)
msgid ""
"The graphical themes that the Themed Greeter should use is the Mode is set "
"on Random Themes. This is a \"/:\" delimited list. It should refer to a "
@@ -4185,16 +4191,16 @@ msgstr ""
"<filename>GraphicalThemeDir</filename>. Esto se usa sólo si "
"<filename>GraphicalThemeRand</filename> está establecido a «true»."
-#: ../C/gdm.xml:2993 (term)
+#: ../C/gdm.xml:2992 (term)
msgid "GraphicalThemeRand"
msgstr "GraphicalThemeRand"
-#: ../C/gdm.xml:2995 (synopsis)
+#: ../C/gdm.xml:2994 (synopsis)
#, no-wrap
msgid "GraphicalThemeRand=false"
msgstr "GraphicalThemeRand=false"
-#: ../C/gdm.xml:2996 (para)
+#: ../C/gdm.xml:2995 (para)
msgid ""
"Whether the graphical greeter will use Only One Theme or Random Theme mode. "
"Only One Theme mode uses themes listed by <filename>GraphicalTheme</"
@@ -4204,44 +4210,44 @@ msgid ""
"mode."
msgstr ""
-#: ../C/gdm.xml:3008 (term)
+#: ../C/gdm.xml:3007 (term)
msgid "GraphicalThemeDir"
msgstr "GraphicalThemeDir"
-#: ../C/gdm.xml:3010 (synopsis)
+#: ../C/gdm.xml:3009 (synopsis)
#, no-wrap
msgid "GraphicalThemeDir=&lt;share&gt;/gdm/themes/"
msgstr "GraphicalThemeDir=&lt;share&gt;/gdm/themes/"
-#: ../C/gdm.xml:3011 (para)
+#: ../C/gdm.xml:3010 (para)
msgid "The directory where themes for the Themed Greeter are installed."
msgstr ""
-#: ../C/gdm.xml:3019 (term)
+#: ../C/gdm.xml:3018 (term)
msgid "GraphicalThemedColor"
msgstr "GraphicalThemedColor"
-#: ../C/gdm.xml:3021 (synopsis)
+#: ../C/gdm.xml:3020 (synopsis)
#, no-wrap
msgid "GraphicalThemedColor=#76848F"
msgstr "GraphicalThemedColor=#76848F"
-#: ../C/gdm.xml:3022 (para)
+#: ../C/gdm.xml:3021 (para)
msgid ""
"Use this color in the background of the Themed Greeter. This only affects "
"the Themed Greeter."
msgstr ""
-#: ../C/gdm.xml:3030 (term)
+#: ../C/gdm.xml:3029 (term)
msgid "InfoMsgFile"
msgstr "InfoMsgFile"
-#: ../C/gdm.xml:3032 (synopsis)
+#: ../C/gdm.xml:3031 (synopsis)
#, no-wrap
msgid "InfoMsgFile=/path/to/infofile"
msgstr "InfoMsgFile=/path/to/infofile"
-#: ../C/gdm.xml:3033 (para)
+#: ../C/gdm.xml:3032 (para)
msgid ""
"If present and /path/to/infofile specifies an existing and readable text "
"file (e.g. &lt;etc&gt;/infomsg.txt) the contents of the file will be "
@@ -4249,16 +4255,16 @@ msgid ""
"works both with the standard and the themable greeters."
msgstr ""
-#: ../C/gdm.xml:3044 (term)
+#: ../C/gdm.xml:3043 (term)
msgid "InfoMsgFont"
msgstr "InfoMsgFont"
-#: ../C/gdm.xml:3046 (synopsis)
+#: ../C/gdm.xml:3045 (synopsis)
#, no-wrap
msgid "InfoMsgFont=fontspec"
msgstr "InfoMsgFont=fontspec"
-#: ../C/gdm.xml:3047 (para)
+#: ../C/gdm.xml:3046 (para)
msgid ""
"If present and InfoMsgFile (see above) is used, this specifies the font to "
"use when displaying the contents of the InfoMsgFile text file. For example "
@@ -4266,64 +4272,64 @@ msgid ""
"works both with the standard and the themable greeters."
msgstr ""
-#: ../C/gdm.xml:3059 (term)
+#: ../C/gdm.xml:3058 (term)
msgid "LocaleFile"
msgstr "LocaleFile"
-#: ../C/gdm.xml:3061 (synopsis)
+#: ../C/gdm.xml:3060 (synopsis)
#, no-wrap
msgid "LocaleFile=&lt;etc&gt;/gdm/locale.alias"
msgstr "LocaleFile=&lt;etc&gt;/gdm/locale.alias"
-#: ../C/gdm.xml:3062 (para)
+#: ../C/gdm.xml:3061 (para)
msgid ""
"File in format similar to the GNU locale format with entries for all "
"supported languages on the system. The format is described above or in a "
"comment inside that file."
msgstr ""
-#: ../C/gdm.xml:3071 (term)
+#: ../C/gdm.xml:3070 (term)
msgid "LockPosition"
msgstr "LockPosition"
-#: ../C/gdm.xml:3073 (synopsis)
+#: ../C/gdm.xml:3072 (synopsis)
#, no-wrap
msgid "LockPosition=true"
msgstr "LockPosition=true"
-#: ../C/gdm.xml:3074 (para)
+#: ../C/gdm.xml:3073 (para)
#, fuzzy
msgid ""
"If true the position of the login window of the GTK+ Greeter cannot be "
"changed even if the title bar is turned on."
msgstr "La posición vertical de la ventana de entrada del interfaz GTK+."
-#: ../C/gdm.xml:3082 (term)
+#: ../C/gdm.xml:3081 (term)
msgid "Logo"
msgstr "Logo"
-#: ../C/gdm.xml:3084 (synopsis)
+#: ../C/gdm.xml:3083 (synopsis)
#, no-wrap
msgid "Logo=&lt;share&gt;/pixmaps/gnome-logo-large.png"
msgstr "Logo=&lt;share&gt;/pixmaps/gnome-logo-large.png"
-#: ../C/gdm.xml:3085 (para)
+#: ../C/gdm.xml:3084 (para)
msgid ""
"Image file to display in the logo box. The file must be in an gdk-pixbuf "
"supported format and it must be readable by the GDM user. If no file is "
"specified the logo feature is disabled. This only affects the GTK+ Greeter."
msgstr ""
-#: ../C/gdm.xml:3096 (term)
+#: ../C/gdm.xml:3095 (term)
msgid "ChooserButtonLogo"
msgstr "ChooserButtonLogo"
-#: ../C/gdm.xml:3098 (synopsis)
+#: ../C/gdm.xml:3097 (synopsis)
#, no-wrap
msgid "ChooserButtonLogo=&lt;share&gt;/pixmaps/gnome-logo-large.png"
msgstr "ChooserButtonLogo=&lt;share&gt;/pixmaps/gnome-logo-large.png"
-#: ../C/gdm.xml:3099 (para)
+#: ../C/gdm.xml:3098 (para)
msgid ""
"Image file to display in the file chooser button in <command>gdmsetup</"
"command>. This key is modified by <command>gdmsetup</command> and should not "
@@ -4331,16 +4337,16 @@ msgid ""
"Preferences (<command>gdmsetup</command>)."
msgstr ""
-#: ../C/gdm.xml:3110 (term)
+#: ../C/gdm.xml:3109 (term)
msgid "MinimalUID"
msgstr "MinimalUID"
-#: ../C/gdm.xml:3112 (synopsis)
+#: ../C/gdm.xml:3111 (synopsis)
#, no-wrap
msgid "MinimalUID=100"
msgstr "MinimalUID=100"
-#: ../C/gdm.xml:3113 (para)
+#: ../C/gdm.xml:3112 (para)
#, fuzzy
msgid ""
"The minimal UID that GDM should consider a user. All users with a lower UID "
@@ -4353,58 +4359,58 @@ msgstr ""
"filename>, <filename>IncludeAll</filename>, y <filename>MinimalUID</"
"filename>."
-#: ../C/gdm.xml:3124 (term)
+#: ../C/gdm.xml:3123 (term)
msgid "PositionX"
msgstr "PositionX"
-#: ../C/gdm.xml:3126 (synopsis)
+#: ../C/gdm.xml:3125 (synopsis)
#, no-wrap
msgid "PositionX=200"
msgstr "PositionX=200"
-#: ../C/gdm.xml:3127 (para)
+#: ../C/gdm.xml:3126 (para)
msgid "The horizontal position of the login window of the GTK+ Greeter."
msgstr "La posición horizontal de la ventana de entrada del interfaz GTK+."
-#: ../C/gdm.xml:3135 (term)
+#: ../C/gdm.xml:3134 (term)
msgid "PositionY"
msgstr "PositionY"
-#: ../C/gdm.xml:3137 (synopsis)
+#: ../C/gdm.xml:3136 (synopsis)
#, no-wrap
msgid "PositionY=100"
msgstr "PositionY=100"
-#: ../C/gdm.xml:3138 (para)
+#: ../C/gdm.xml:3137 (para)
msgid "The vertical position of the login window of the GTK+ Greeter."
msgstr "La posición vertical de la ventana de entrada del interfaz GTK+."
-#: ../C/gdm.xml:3146 (term)
+#: ../C/gdm.xml:3145 (term)
msgid "Quiver"
msgstr "Quiver"
-#: ../C/gdm.xml:3148 (synopsis)
+#: ../C/gdm.xml:3147 (synopsis)
#, no-wrap
msgid "Quiver=true"
msgstr "Quiver=true"
-#: ../C/gdm.xml:3149 (para)
+#: ../C/gdm.xml:3148 (para)
msgid ""
"Controls whether <command>gdmlogin</command> should shake the display when "
"an incorrect username/password is entered. This only affects the GTK+ "
"Greeter."
msgstr ""
-#: ../C/gdm.xml:3159 (term)
+#: ../C/gdm.xml:3158 (term)
msgid "DefaultRemoteWelcome"
msgstr "DefaultRemoteWelcome"
-#: ../C/gdm.xml:3161 (synopsis)
+#: ../C/gdm.xml:3160 (synopsis)
#, no-wrap
msgid "DefaultRemoteWelcome=true"
msgstr "DefaultRemoteWelcome=true"
-#: ../C/gdm.xml:3162 (para)
+#: ../C/gdm.xml:3161 (para)
#, fuzzy
msgid ""
"If set to true, the value \"Welcome to %n\" is used for the "
@@ -4419,16 +4425,17 @@ msgstr ""
"apropiado para el usuario. Si se establece a «false», se usa el ajuste "
"<filename>Welcome</filename>."
-#: ../C/gdm.xml:3176 (term)
+#: ../C/gdm.xml:3175 (term)
msgid "RemoteWelcome"
msgstr "RemoteWelcome"
-#: ../C/gdm.xml:3178 (synopsis)
+#: ../C/gdm.xml:3177 (synopsis)
#, no-wrap
msgid "RemoteWelcome=Welcome to &percnt;n"
msgstr "RemoteWelcome=Welcome to &percnt;n"
-#: ../C/gdm.xml:3179 (para)
+#: ../C/gdm.xml:3178 (para)
+#, fuzzy
msgid ""
"Controls which text to display next to the logo image in the greeter for "
"remote XDMCP sessions. The same expansion is done here as in the "
@@ -4436,61 +4443,66 @@ msgid ""
"character sequences as explained in the \"Text Node\" section of the "
"\"Themed Greeter\" chapter. chapter."
msgstr ""
+"Si está establecido a «true» el valor \"Welcome\" se usa para la "
+"<filename>Welcome</filename>. Este valor está traducido en el idioma "
+"apropiado para el usuario. Si se establece a «false», se usa el ajuste "
+"<filename>Welcome</filename>."
-#: ../C/gdm.xml:3192 (term)
+#: ../C/gdm.xml:3191 (term)
msgid "RunBackgroundProgramAlways"
msgstr "RunBackgroundProgramAlways"
-#: ../C/gdm.xml:3194 (synopsis)
+#: ../C/gdm.xml:3193 (synopsis)
#, no-wrap
msgid "RunBackgroundProgramAlways=false"
msgstr "RunBackgroundProgramAlways=false"
-#: ../C/gdm.xml:3195 (para)
+#: ../C/gdm.xml:3194 (para)
msgid ""
"If this is true then the background application is run always, otherwise it "
"is only run when the <filename>BackgroundType</filename> is 0 (None) This "
"only affects the GTK+ Greeter."
msgstr ""
-#: ../C/gdm.xml:3205 (term)
+#: ../C/gdm.xml:3204 (term)
msgid "SetPosition"
msgstr "SetPosition"
-#: ../C/gdm.xml:3207 (synopsis)
+#: ../C/gdm.xml:3206 (synopsis)
#, no-wrap
msgid "SetPosition=true"
msgstr "SetPosition=true"
-#: ../C/gdm.xml:3208 (para)
+#: ../C/gdm.xml:3207 (para)
+#, fuzzy
msgid ""
"If true the position of the login window of the GTK+ Greeter is determined "
"by <filename>PositionX</filename> / <filename>PositionY</filename>."
-msgstr ""
+msgstr "La posición vertical de la ventana de entrada del interfaz GTK+."
-#: ../C/gdm.xml:3217 (term)
+#: ../C/gdm.xml:3216 (term)
msgid "ShowGnomeFailsafeSession"
msgstr "ShowGnomeFailsafeSession"
-#: ../C/gdm.xml:3219 (synopsis)
+#: ../C/gdm.xml:3218 (synopsis)
#, no-wrap
msgid "ShowGnomeFailsafeSession=true"
msgstr "ShowGnomeFailsafeSession=true"
-#: ../C/gdm.xml:3220 (para)
+#: ../C/gdm.xml:3219 (para)
msgid "Should the greeter show the Gnome Failsafe session in th sessions list."
msgstr ""
-#: ../C/gdm.xml:3228 (term)
+#: ../C/gdm.xml:3227 (term)
msgid "ShowLastSession"
msgstr "ShowLastSession"
-#: ../C/gdm.xml:3230 (synopsis)
+#: ../C/gdm.xml:3229 (synopsis)
#, no-wrap
msgid "ShowLastSession=true"
msgstr "ShowLastSession=true"
-#: ../C/gdm.xml:3231 (para)
+#: ../C/gdm.xml:3230 (para)
msgid ""
"Should the greeter show the 'Last' session in the session list. If this is "
"off, then GDM is in the so called 'switchdesk' mode which for example Red "
@@ -4500,78 +4512,78 @@ msgid ""
"really circumvents saving of the last session."
msgstr ""
-#: ../C/gdm.xml:3244 (term)
+#: ../C/gdm.xml:3243 (term)
msgid "ShowXtermFailsafeSession"
msgstr "ShowXtermFailsafeSession"
-#: ../C/gdm.xml:3246 (synopsis)
+#: ../C/gdm.xml:3245 (synopsis)
#, no-wrap
msgid "ShowXtermFailsafeSession=true"
msgstr "ShowXtermFailsafeSession=true"
-#: ../C/gdm.xml:3247 (para)
+#: ../C/gdm.xml:3246 (para)
msgid ""
"Should the greeter show the Xterm Failsafe session in the sessions list."
msgstr ""
-#: ../C/gdm.xml:3255 (term)
+#: ../C/gdm.xml:3254 (term)
#, fuzzy
msgid "SoundOnLogin"
msgstr "SoundOnLogin=true"
-#: ../C/gdm.xml:3257 (synopsis)
+#: ../C/gdm.xml:3256 (synopsis)
#, no-wrap
msgid "SoundOnLogin=true"
msgstr "SoundOnLogin=true"
-#: ../C/gdm.xml:3258 (para)
+#: ../C/gdm.xml:3257 (para)
msgid ""
"If true, the greeter will play a sound or beep when it is ready for a login. "
"See also the <filename>SoundOnLoginFile</filename> key. Supported since "
"2.5.90.0."
msgstr ""
-#: ../C/gdm.xml:3268 (term)
+#: ../C/gdm.xml:3267 (term)
msgid "SoundOnLoginSuccess"
msgstr "SoundOnLoginSuccess"
-#: ../C/gdm.xml:3270 (synopsis)
+#: ../C/gdm.xml:3269 (synopsis)
#, no-wrap
msgid "SoundOnLoginSuccess=true"
msgstr "SoundOnLoginSuccess=true"
-#: ../C/gdm.xml:3271 (para)
+#: ../C/gdm.xml:3270 (para)
msgid ""
"If true, the greeter will play a sound after a successful login attempt. See "
"also the <filename>SoundOnLoginSuccessFile</filename> key."
msgstr ""
-#: ../C/gdm.xml:3280 (term)
+#: ../C/gdm.xml:3279 (term)
msgid "SoundOnLoginFailure"
msgstr "SoundOnLoginFailure"
-#: ../C/gdm.xml:3282 (synopsis)
+#: ../C/gdm.xml:3281 (synopsis)
#, no-wrap
msgid "SoundOnLoginFailure=true"
msgstr "SoundOnLoginFailure=true"
-#: ../C/gdm.xml:3283 (para)
+#: ../C/gdm.xml:3282 (para)
msgid ""
"If true, the greeter will play a sound after a failed login attempt. See "
"also the <filename>SoundOnLoginFailureFile</filename> key."
msgstr ""
-#: ../C/gdm.xml:3292 (term)
+#: ../C/gdm.xml:3291 (term)
#, fuzzy
msgid "SoundOnLoginFile"
msgstr "SoundOnLoginFailure"
-#: ../C/gdm.xml:3294 (synopsis)
+#: ../C/gdm.xml:3293 (synopsis)
#, fuzzy, no-wrap
msgid "SoundOnLoginFile=/path/to/sound.wav"
msgstr "SoundOnLoginFailure=true"
-#: ../C/gdm.xml:3295 (para)
+#: ../C/gdm.xml:3294 (para)
msgid ""
"The file that will be played using the specified sound application (by "
"default that is <filename>/usr/bin/play</filename>) instead of a beep when "
@@ -4580,17 +4592,17 @@ msgid ""
"2.5.90.0."
msgstr ""
-#: ../C/gdm.xml:3308 (term)
+#: ../C/gdm.xml:3307 (term)
#, fuzzy
msgid "SoundOnLoginSuccessFile"
msgstr "SoundOnLoginSuccess"
-#: ../C/gdm.xml:3310 (synopsis)
+#: ../C/gdm.xml:3309 (synopsis)
#, fuzzy, no-wrap
msgid "SoundOnLoginSuccessFile=/path/to/sound.wav"
msgstr "SoundOnLoginSuccess=true"
-#: ../C/gdm.xml:3311 (para)
+#: ../C/gdm.xml:3310 (para)
msgid ""
"The file that will be played using the specified sound application (by "
"default that is <filename>/usr/bin/play</filename>) after a successful login "
@@ -4598,17 +4610,17 @@ msgid ""
"<filename>SoundProgram</filename> key."
msgstr ""
-#: ../C/gdm.xml:3322 (term)
+#: ../C/gdm.xml:3321 (term)
#, fuzzy
msgid "SoundOnLoginFailureFile"
msgstr "SoundOnLoginFailure"
-#: ../C/gdm.xml:3324 (synopsis)
+#: ../C/gdm.xml:3323 (synopsis)
#, fuzzy, no-wrap
msgid "SoundOnLoginFailureFile=/path/to/sound.wav"
msgstr "SoundOnLoginFailure=true"
-#: ../C/gdm.xml:3325 (para)
+#: ../C/gdm.xml:3324 (para)
msgid ""
"The file that will be played using the specified sound application (by "
"default that is <filename>/usr/bin/play</filename>) after a failed login "
@@ -4616,16 +4628,16 @@ msgid ""
"<filename>SoundProgram</filename> key."
msgstr ""
-#: ../C/gdm.xml:3336 (term)
+#: ../C/gdm.xml:3335 (term)
msgid "SystemMenu"
msgstr ""
-#: ../C/gdm.xml:3338 (synopsis)
+#: ../C/gdm.xml:3337 (synopsis)
#, no-wrap
msgid "SystemMenu=true"
msgstr ""
-#: ../C/gdm.xml:3339 (para)
+#: ../C/gdm.xml:3338 (para)
msgid ""
"Turns the Actions menu (which used to be called System menu) on or off. If "
"this is off then one of the actions will be available anywhere. These "
@@ -4637,7 +4649,7 @@ msgid ""
"users having any sort of console privileges."
msgstr ""
-#: ../C/gdm.xml:3352 (para)
+#: ../C/gdm.xml:3351 (para)
msgid ""
"Note that if this is off none of the actions will be available even if a "
"theme for a graphical greeter mistakenly shows them. Also note that "
@@ -4645,39 +4657,39 @@ msgid ""
"buttons and you may have to press F10 to see the menu."
msgstr ""
-#: ../C/gdm.xml:3363 (term)
+#: ../C/gdm.xml:3362 (term)
#, fuzzy
msgid "TitleBar"
msgstr "TitleBar=true"
-#: ../C/gdm.xml:3365 (synopsis)
+#: ../C/gdm.xml:3364 (synopsis)
#, no-wrap
msgid "TitleBar=true"
msgstr "TitleBar=true"
-#: ../C/gdm.xml:3366 (para)
+#: ../C/gdm.xml:3365 (para)
msgid ""
"Display the title bar in the greeter. This only affects the GTK+ Greeter."
msgstr ""
-#: ../C/gdm.xml:3374 (term)
+#: ../C/gdm.xml:3373 (term)
#, fuzzy
msgid "Use24Clock"
msgstr "Use24Clock=auto"
-#: ../C/gdm.xml:3376 (synopsis)
+#: ../C/gdm.xml:3375 (synopsis)
#, no-wrap
msgid "Use24Clock=auto"
msgstr "Use24Clock=auto"
-#: ../C/gdm.xml:3377 (para)
+#: ../C/gdm.xml:3376 (para)
msgid ""
"Select the use of 24 hour clock. Some locales do not support 12 hour format "
"(like Finnish, that is <filename>fi_FI</filename>), and in those locales "
"this setting has no effect at all."
msgstr ""
-#: ../C/gdm.xml:3383 (para)
+#: ../C/gdm.xml:3382 (para)
msgid ""
"Possible values are \"auto\" (default), \"true\", and \"false\". If this is "
"set to \"auto\" or left empty, then time format is chosen from locale "
@@ -4688,48 +4700,48 @@ msgid ""
"library manual."
msgstr ""
-#: ../C/gdm.xml:3398 (term)
+#: ../C/gdm.xml:3397 (term)
#, fuzzy
msgid "UseCirclesInEntry"
msgstr "UseInvisibleInEntry"
-#: ../C/gdm.xml:3400 (synopsis)
+#: ../C/gdm.xml:3399 (synopsis)
#, fuzzy, no-wrap
msgid "UseCirclesInEntry=false"
msgstr "UseInvisibleInEntry=false"
-#: ../C/gdm.xml:3401 (para)
+#: ../C/gdm.xml:3400 (para)
msgid ""
"Use circles instead of asterisks in the password entry. This may not work "
"with all fonts however."
msgstr ""
-#: ../C/gdm.xml:3409 (term)
+#: ../C/gdm.xml:3408 (term)
msgid "UseInvisibleInEntry"
msgstr "UseInvisibleInEntry"
-#: ../C/gdm.xml:3411 (synopsis)
+#: ../C/gdm.xml:3410 (synopsis)
#, no-wrap
msgid "UseInvisibleInEntry=false"
msgstr "UseInvisibleInEntry=false"
-#: ../C/gdm.xml:3412 (para)
+#: ../C/gdm.xml:3411 (para)
msgid ""
"Do not show any visual feedback is the password entry. This is the standard "
"in console and xdm. Settings this option discards the "
"<filename>UseCirclesInEntry</filename> option."
msgstr ""
-#: ../C/gdm.xml:3422 (term)
+#: ../C/gdm.xml:3421 (term)
msgid "DefaultWelcome"
msgstr "DefaultWelcome"
-#: ../C/gdm.xml:3424 (synopsis)
+#: ../C/gdm.xml:3423 (synopsis)
#, no-wrap
msgid "DefaultWelcome=true"
msgstr "DefaultWelcome=true"
-#: ../C/gdm.xml:3425 (para)
+#: ../C/gdm.xml:3424 (para)
msgid ""
"If set to true, the value \"Welcome\" is used for the <filename>Welcome</"
"filename>. This value is translated into the appropriate language for the "
@@ -4740,16 +4752,16 @@ msgstr ""
"apropiado para el usuario. Si se establece a «false», se usa el ajuste "
"<filename>Welcome</filename>."
-#: ../C/gdm.xml:3435 (term)
+#: ../C/gdm.xml:3434 (term)
msgid "Welcome"
msgstr "Welcome"
-#: ../C/gdm.xml:3437 (synopsis)
+#: ../C/gdm.xml:3436 (synopsis)
#, no-wrap
msgid "Welcome=Welcome"
msgstr "Welcome=Welcome"
-#: ../C/gdm.xml:3438 (para)
+#: ../C/gdm.xml:3437 (para)
msgid ""
"Controls which text to display next to the logo image in the standard "
"greeter. The following control chars are supported:"
@@ -4757,31 +4769,31 @@ msgstr ""
"Controla qué texto se muestra junto a la imagen del logotipo en el interfaz "
"estándar. Están soportados los siguientes caracteres de control:"
-#: ../C/gdm.xml:3447 (para)
+#: ../C/gdm.xml:3446 (para)
msgid "&percnt;d &mdash; display's hostname"
msgstr "&percnt;d &mdash; nombre de host de la pantalla"
-#: ../C/gdm.xml:3451 (para)
+#: ../C/gdm.xml:3450 (para)
msgid "&percnt;h &mdash; Fully qualified hostname"
msgstr "&percnt;h &mdash; nombre de host completamente cualificado"
-#: ../C/gdm.xml:3455 (para)
+#: ../C/gdm.xml:3454 (para)
msgid "&percnt;m &mdash; machine (processor type)"
msgstr "&percnt;m &mdash; máquina (tipo de procesador)"
-#: ../C/gdm.xml:3459 (para)
+#: ../C/gdm.xml:3458 (para)
msgid "&percnt;n &mdash; Nodename (i.e. hostname without .domain)"
msgstr "&percnt;n &mdash; Nombre de nodo (ej. nombre del host sin .dominio)"
-#: ../C/gdm.xml:3463 (para)
+#: ../C/gdm.xml:3462 (para)
msgid "&percnt;r &mdash; release (OS version)"
msgstr "&percnt;r &mdash; release (OS version)"
-#: ../C/gdm.xml:3467 (para)
+#: ../C/gdm.xml:3466 (para)
msgid "&percnt;s &mdash; sysname (i.e. OS)"
msgstr "&percnt;s &mdash; sysname (i.e. OS)"
-#: ../C/gdm.xml:3471 (para)
+#: ../C/gdm.xml:3470 (para)
msgid ""
"This string is only used for local logins. For remote XDMCP logins we use "
"<filename>RemoteWelcome</filename>."
@@ -4789,62 +4801,62 @@ msgstr ""
"Estas cadenas se usan sólo para inicios de sesión locales. Para inicios de "
"sesión remotos XDMCP se usa <filename>RemoteWelcome</filename>."
-#: ../C/gdm.xml:3476 (para)
+#: ../C/gdm.xml:3475 (para)
msgid ""
"In the Themed Greeter the location of this text depends on the theme. Unless "
"the theme uses the stock welcome string somewhere this string will not be "
"displayed at all."
msgstr ""
-#: ../C/gdm.xml:3486 (term)
+#: ../C/gdm.xml:3485 (term)
msgid "XineramaScreen"
msgstr "XineramaScreen"
-#: ../C/gdm.xml:3488 (synopsis)
+#: ../C/gdm.xml:3487 (synopsis)
#, no-wrap
msgid "XineramaScreen=0"
msgstr "XineramaScreen=0"
-#: ../C/gdm.xml:3489 (para)
+#: ../C/gdm.xml:3488 (para)
msgid ""
"If the Xinerama extension is active the login window will be centered on "
"this physical screen (use 0 for the first screen, 1 for the second...)."
msgstr ""
-#: ../C/gdm.xml:3500 (title)
+#: ../C/gdm.xml:3499 (title)
msgid "XDCMP Chooser Options"
msgstr "Opciones del selector XDCMP"
-#: ../C/gdm.xml:3503 (title)
+#: ../C/gdm.xml:3502 (title)
msgid "[chooser]"
msgstr "[chooser]"
-#: ../C/gdm.xml:3506 (term)
+#: ../C/gdm.xml:3505 (term)
msgid "AllowAdd"
msgstr "AllowAdd"
-#: ../C/gdm.xml:3508 (synopsis)
+#: ../C/gdm.xml:3507 (synopsis)
#, no-wrap
msgid "AllowAdd=true"
msgstr "AllowAdd=true"
-#: ../C/gdm.xml:3509 (para)
+#: ../C/gdm.xml:3508 (para)
msgid ""
"If true, allow the user to add arbitrary hosts to the chooser. This way the "
"user could connect to any host that responds to XDMCP queries from the "
"chooser."
msgstr ""
-#: ../C/gdm.xml:3518 (term)
+#: ../C/gdm.xml:3517 (term)
msgid "Broadcast"
msgstr "Broadcast"
-#: ../C/gdm.xml:3520 (synopsis)
+#: ../C/gdm.xml:3519 (synopsis)
#, no-wrap
msgid "Broadcast=true"
msgstr "Broadcast=true"
-#: ../C/gdm.xml:3521 (para)
+#: ../C/gdm.xml:3520 (para)
msgid ""
"If true, the chooser will broadcast a query to the local network and collect "
"responses. This way the chooser will always show all available managers on "
@@ -4853,16 +4865,16 @@ msgid ""
"<filename>Hosts</filename> key."
msgstr ""
-#: ../C/gdm.xml:3533 (term)
+#: ../C/gdm.xml:3532 (term)
msgid "Multicast"
msgstr "Multicast"
-#: ../C/gdm.xml:3535 (synopsis)
+#: ../C/gdm.xml:3534 (synopsis)
#, no-wrap
msgid "Multicast=true"
msgstr "Multicast=true"
-#: ../C/gdm.xml:3536 (para)
+#: ../C/gdm.xml:3535 (para)
msgid ""
"If true and IPv6 is enabled, the chooser will send a multicast query to the "
"local network and collect responses from the hosts who have joined multicast "
@@ -4871,29 +4883,29 @@ msgid ""
"listening to XDMCP requests and IPv6 is enabled there."
msgstr ""
-#: ../C/gdm.xml:3548 (term)
+#: ../C/gdm.xml:3547 (term)
msgid "MulticastAddr"
msgstr "MulticastAddr"
-#: ../C/gdm.xml:3550 (synopsis)
+#: ../C/gdm.xml:3549 (synopsis)
#, no-wrap
msgid "MulticastAddr=ff02::1"
msgstr "MulticastAddr=ff02::1"
-#: ../C/gdm.xml:3551 (para)
+#: ../C/gdm.xml:3550 (para)
msgid "This is the Link-local Multicast address and is hardcoded here."
msgstr ""
-#: ../C/gdm.xml:3558 (term)
+#: ../C/gdm.xml:3557 (term)
msgid "DefaultHostImage"
msgstr "DefaultHostImage"
-#: ../C/gdm.xml:3560 (synopsis)
+#: ../C/gdm.xml:3559 (synopsis)
#, fuzzy, no-wrap
msgid "DefaultHostImage=&lt;share&gt;/pixmaps/nohost.png"
msgstr "DefaultFace=&lt;share&gt;/pixmaps/nophoto.png"
-#: ../C/gdm.xml:3561 (para)
+#: ../C/gdm.xml:3560 (para)
#, fuzzy
msgid ""
"File name for the default host icon. This image will be displayed if no icon "
@@ -4903,22 +4915,22 @@ msgstr ""
"Las imágenes de los rostros deben almacenarse en un formato soportado por "
"gdk-pixbuf y deben tener permiso de lectura para el usuario GDM."
-#: ../C/gdm.xml:3571 (term)
+#: ../C/gdm.xml:3570 (term)
msgid "HostImageDir"
msgstr "HostImageDir"
-#: ../C/gdm.xml:3573 (synopsis)
+#: ../C/gdm.xml:3572 (synopsis)
#, no-wrap
msgid "HostImageDir=&lt;share&gt;/hosts"
msgstr "HostImageDir=&lt;share&gt;/hosts"
-#: ../C/gdm.xml:3574 (para)
+#: ../C/gdm.xml:3573 (para)
msgid ""
"Repository for host icon files. The sysadmin can place icons for remote "
"hosts here and they will appear in <filename>gdmchooser</filename>."
msgstr ""
-#: ../C/gdm.xml:3580 (para)
+#: ../C/gdm.xml:3579 (para)
#, fuzzy
msgid ""
"The file name must match the fully qualified name (FQDN) for the host. The "
@@ -4928,16 +4940,16 @@ msgstr ""
"Las imágenes de los rostros deben almacenarse en un formato soportado por "
"gdk-pixbuf y deben tener permiso de lectura para el usuario GDM."
-#: ../C/gdm.xml:3590 (term)
+#: ../C/gdm.xml:3589 (term)
msgid "Hosts"
msgstr "Hosts"
-#: ../C/gdm.xml:3592 (synopsis)
+#: ../C/gdm.xml:3591 (synopsis)
#, no-wrap
msgid "Hosts=host1,host2"
msgstr "Hosts=host1,host2"
-#: ../C/gdm.xml:3593 (para)
+#: ../C/gdm.xml:3592 (para)
msgid ""
"The hosts which should be listed in the chooser. The chooser will only list "
"them if they respond. This is done in addition to broadcast (if "
@@ -4946,31 +4958,31 @@ msgid ""
"hosts to be reachable by a broadcast packet."
msgstr ""
-#: ../C/gdm.xml:3605 (term)
+#: ../C/gdm.xml:3604 (term)
msgid "ScanTime"
msgstr "ScanTime"
-#: ../C/gdm.xml:3607 (synopsis)
+#: ../C/gdm.xml:3606 (synopsis)
#, no-wrap
msgid "ScanTime=4"
msgstr "ScanTime=4"
-#: ../C/gdm.xml:3608 (para)
+#: ../C/gdm.xml:3607 (para)
msgid ""
"Specifies how many seconds the chooser should wait for replies to its "
"BROADCAST_QUERY. Really this is only the time in which we expect a reply. We "
"will still add hosts to the list even if they reply after this time."
msgstr ""
-#: ../C/gdm.xml:3620 (title)
+#: ../C/gdm.xml:3619 (title)
msgid "Debug Configuration"
msgstr "Depurar configuración"
-#: ../C/gdm.xml:3623 (title)
+#: ../C/gdm.xml:3622 (title)
msgid "[debug]"
msgstr "[debug]"
-#: ../C/gdm.xml:3629 (para)
+#: ../C/gdm.xml:3628 (para)
msgid ""
"Setting to true sends debug ouput to the syslog. This can be useful for "
"tracking down problems with GDM. This output tends to be verbose so should "
@@ -4980,16 +4992,16 @@ msgstr ""
"ser útil para trazar problemas con GDM. Esta salida tiene a ser prolia así "
"que no se debería activar para uso general."
-#: ../C/gdm.xml:3639 (term)
+#: ../C/gdm.xml:3638 (term)
msgid "Gestures"
msgstr "Gestures"
-#: ../C/gdm.xml:3641 (synopsis)
+#: ../C/gdm.xml:3640 (synopsis)
#, no-wrap
msgid "Gestures=false"
msgstr "Gestures=false"
-#: ../C/gdm.xml:3642 (para)
+#: ../C/gdm.xml:3641 (para)
#, fuzzy
msgid ""
"Setting to true sends debug ouput concerning the accessibility gesture "
@@ -5001,11 +5013,11 @@ msgstr ""
"ser útil para trazar problemas con GDM. Esta salida tiene a ser prolia así "
"que no se debería activar para uso general."
-#: ../C/gdm.xml:3655 (title)
+#: ../C/gdm.xml:3654 (title)
msgid "X Server Definitions"
msgstr "Definiciones del servidor X"
-#: ../C/gdm.xml:3657 (para)
+#: ../C/gdm.xml:3656 (para)
msgid ""
"To set up X servers, you need to provide GDM with information about the "
"installed X servers. You can have as many different definitions as you wish, "
@@ -5016,7 +5028,7 @@ msgid ""
"default, in situations when no other server has been defined."
msgstr ""
-#: ../C/gdm.xml:3668 (para)
+#: ../C/gdm.xml:3667 (para)
msgid ""
"Servers are defined by sections named <filename>server-</filename> followed "
"by the identifier of this server. This should be a simple ASCII string with "
@@ -5030,33 +5042,33 @@ msgid ""
"<filename>gdm.conf</filename> file will be ignored."
msgstr ""
-#: ../C/gdm.xml:3684 (title)
+#: ../C/gdm.xml:3683 (title)
msgid "[server-Standard]"
msgstr "[server-Standard]"
-#: ../C/gdm.xml:3687 (term)
+#: ../C/gdm.xml:3686 (term)
msgid "name"
msgstr "nombre"
-#: ../C/gdm.xml:3689 (synopsis)
+#: ../C/gdm.xml:3688 (synopsis)
#, no-wrap
msgid "name=Standard server"
msgstr "name=Standard server"
-#: ../C/gdm.xml:3690 (para)
+#: ../C/gdm.xml:3689 (para)
msgid "The name that will be displayed to the user."
msgstr "El nombre que se mostrará al usuario."
-#: ../C/gdm.xml:3697 (term)
+#: ../C/gdm.xml:3696 (term)
msgid "command"
msgstr "command"
-#: ../C/gdm.xml:3699 (synopsis)
+#: ../C/gdm.xml:3698 (synopsis)
#, no-wrap
msgid "command=/path/to/X"
msgstr ""
-#: ../C/gdm.xml:3700 (para)
+#: ../C/gdm.xml:3699 (para)
msgid ""
"The command to execute, with full path to the binary of the X server, and "
"any extra arguments needed."
@@ -5064,31 +5076,31 @@ msgstr ""
"El comando a ejecutar, con ruta completa al binario del servidor X, y "
"cualesquier argumentos adicionales necesitados."
-#: ../C/gdm.xml:3708 (term)
+#: ../C/gdm.xml:3707 (term)
msgid "flexible"
msgstr "flexible"
-#: ../C/gdm.xml:3710 (synopsis)
+#: ../C/gdm.xml:3709 (synopsis)
#, no-wrap
msgid "flexible=true"
msgstr "flexible=true"
-#: ../C/gdm.xml:3711 (para)
+#: ../C/gdm.xml:3710 (para)
msgid ""
"Indicates if this server is available as a choice when a user wishes to run "
"a flexible, on demand server."
msgstr ""
-#: ../C/gdm.xml:3719 (term)
+#: ../C/gdm.xml:3718 (term)
msgid "handled"
msgstr "handled"
-#: ../C/gdm.xml:3721 (synopsis)
+#: ../C/gdm.xml:3720 (synopsis)
#, no-wrap
msgid "handled=true"
msgstr "handled=true"
-#: ../C/gdm.xml:3722 (para)
+#: ../C/gdm.xml:3721 (para)
msgid ""
"Indicates that GDM should run the login window on this server and allow a "
"user to log in. If set to false, then GDM will just run this server and wait "
@@ -5100,26 +5112,26 @@ msgid ""
"a login in progress for the entire time this server is active."
msgstr ""
-#: ../C/gdm.xml:3738 (term)
+#: ../C/gdm.xml:3737 (term)
msgid "chooser"
msgstr "chooser"
-#: ../C/gdm.xml:3740 (synopsis)
+#: ../C/gdm.xml:3739 (synopsis)
#, no-wrap
msgid "chooser=false"
msgstr "chooser=false"
-#: ../C/gdm.xml:3741 (para)
+#: ../C/gdm.xml:3740 (para)
msgid ""
"Indicates that GDM should instead of a login window run a chooser on this "
"window and allow the user to choose which server to log into."
msgstr ""
-#: ../C/gdm.xml:3752 (title)
+#: ../C/gdm.xml:3751 (title)
msgid "Local Static X Display Configuration"
msgstr "Configuración de la pantalla X local estática"
-#: ../C/gdm.xml:3754 (para)
+#: ../C/gdm.xml:3753 (para)
msgid ""
"The static display configuration specifies what displays should be always "
"managed by GDM. GDM will restart the X server on the display if it dies, for "
@@ -5133,7 +5145,7 @@ msgid ""
"the display <filename>:0</filename>."
msgstr ""
-#: ../C/gdm.xml:3769 (para)
+#: ../C/gdm.xml:3768 (para)
msgid ""
"The GUI configuration program allows users to edit the static display "
"configuration defined in the GDM configuration files and allows the user to "
@@ -5142,26 +5154,26 @@ msgid ""
"file overrides values in the <filename>gdm.conf</filename> file."
msgstr ""
-#: ../C/gdm.xml:3779 (title)
+#: ../C/gdm.xml:3778 (title)
msgid "[servers]"
msgstr "[servers]"
-#: ../C/gdm.xml:3782 (term)
+#: ../C/gdm.xml:3781 (term)
msgid "&lt;display number&gt;"
msgstr "&lt;display number&gt;"
-#: ../C/gdm.xml:3784 (synopsis)
+#: ../C/gdm.xml:3783 (synopsis)
#, no-wrap
msgid "0=Standard"
msgstr "0=Standard"
-#: ../C/gdm.xml:3785 (para)
+#: ../C/gdm.xml:3784 (para)
msgid ""
"Control section for local displays. Each line indicates the local display "
"number and the command that needs to be run to start the X server(s)."
msgstr ""
-#: ../C/gdm.xml:3791 (para)
+#: ../C/gdm.xml:3790 (para)
msgid ""
"The command can either be a path to an X executable, or a name of one of the "
"server definitions. This can be followed by some arguments that should be "
@@ -5172,14 +5184,14 @@ msgid ""
"turn off a display that is defined in the <filename>gdm.conf</filename> file."
msgstr ""
-#: ../C/gdm.xml:3804 (para)
+#: ../C/gdm.xml:3803 (para)
msgid ""
"GDM will splice \"<filename>-auth &lt;ServAuthDir&gt;/:n.Xauth :n</filename>"
"\", where n is the display number. Inside the command line before all other "
"arguments before running the X server."
msgstr ""
-#: ../C/gdm.xml:3811 (para)
+#: ../C/gdm.xml:3810 (para)
msgid ""
"On some systems it is necessary for GDM to know on which virtual consoles to "
"run the X server. In this case, (if running XFree86) add \"vt7\" to the "
@@ -5188,23 +5200,23 @@ msgid ""
"filename> key is set."
msgstr ""
-#: ../C/gdm.xml:3820 (para)
+#: ../C/gdm.xml:3819 (para)
msgid ""
"Normally you do not need to add a <filename>-nolisten tcp</filename> flag as "
"this is added automatically for local X servers when the "
"<filename>DisallowTCP</filename> option is set."
msgstr ""
-#: ../C/gdm.xml:3830 (term)
+#: ../C/gdm.xml:3829 (term)
msgid "priority"
msgstr ""
-#: ../C/gdm.xml:3832 (synopsis)
+#: ../C/gdm.xml:3831 (synopsis)
#, no-wrap
msgid "priority=0"
msgstr ""
-#: ../C/gdm.xml:3833 (para)
+#: ../C/gdm.xml:3832 (para)
msgid ""
"Indicates that the X server should be started at a different process "
"priority. Values can be any integer value accepted by the setpriority C "
@@ -5213,11 +5225,11 @@ msgid ""
"value is 0 and the setpriority function is not called if the value is 0."
msgstr ""
-#: ../C/gdm.xml:3849 (title)
+#: ../C/gdm.xml:3848 (title)
msgid "Per User Configuration"
msgstr "Configuración por usuario"
-#: ../C/gdm.xml:3851 (para)
+#: ../C/gdm.xml:3850 (para)
msgid ""
"There are some per user configuration settings that control how GDM behaves. "
"GDM is picky about the file ownership and permissions of the user files it "
@@ -5242,7 +5254,7 @@ msgstr ""
"los ajustes de configuración del usuario, el problema se debe la mayoría de "
"las veces a que una de estas comprobaciones falla."
-#: ../C/gdm.xml:3865 (para)
+#: ../C/gdm.xml:3864 (para)
msgid ""
"First there is the <filename>~/.dmrc</filename> file. In theory this file "
"should be shared between GDM and KDM, so users only have to configure things "
@@ -5257,7 +5269,7 @@ msgstr ""
"[Desktop]</filename> que tiene dos claves: <filename>Session</filename> y "
"<filename>Language</filename>."
-#: ../C/gdm.xml:3874 (para)
+#: ../C/gdm.xml:3873 (para)
msgid ""
"The <filename>Session</filename> key specifies the basename of the session "
"<filename>.desktop</filename> file that the user wishes to normally use "
@@ -5274,7 +5286,7 @@ msgstr ""
"se usa el predeterminado del sistema. El archivo normalmente tiene la "
"apariencia siguiente:"
-#: ../C/gdm.xml:3884 (screen)
+#: ../C/gdm.xml:3883 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -5288,7 +5300,7 @@ msgstr ""
"Language=es_ES.UTF-8\n"
" "
-#: ../C/gdm.xml:3890 (para)
+#: ../C/gdm.xml:3889 (para)
msgid ""
"Normally GDM will write this file when the user logs in for the first time, "
"and rewrite it if the user chooses to change their default values on a "
@@ -5298,7 +5310,7 @@ msgstr ""
"vez, y lo reescribirá si el usuario escoge cambiar su valor predeterminado "
"en una entrada subsiguiente."
-#: ../C/gdm.xml:3896 (para)
+#: ../C/gdm.xml:3895 (para)
#, fuzzy
msgid ""
"If the GDM Face Browser is turned, then the file <filename>$HOME/.face</"
@@ -5325,7 +5337,7 @@ msgstr ""
"<command>gdmphotosetup</command> tiene cuidado de no cambiar las "
"proporciones de la imagen."
-#: ../C/gdm.xml:3911 (para)
+#: ../C/gdm.xml:3910 (para)
msgid ""
"Face images can also be placed in the global face directory, which is "
"specified by the <filename>GlobalFaceDir</filename> configuration option "
@@ -5339,11 +5351,11 @@ msgstr ""
"el nombre del archivo debería ser el nombre del usuario, opcionalmente con "
"un <filename>.png</filename>, etc. agregado. "
-#: ../C/gdm.xml:3922 (title)
+#: ../C/gdm.xml:3921 (title)
msgid "Controlling GDM"
msgstr "Controlando GDM"
-#: ../C/gdm.xml:3924 (para)
+#: ../C/gdm.xml:3923 (para)
msgid ""
"You can control GDM behavior during runtime in several different ways. You "
"can either run certain commands, or you can talk to GDM using either a unix "
@@ -5353,11 +5365,11 @@ msgstr ""
"formas diferentes. Puede o ejecutar ciertos comandos, o puede hablar con GDM "
"usando un protocolo de sockets UNIX, o un protocolo FIFO."
-#: ../C/gdm.xml:3931 (title)
+#: ../C/gdm.xml:3930 (title)
msgid "Commands"
msgstr "Comandos"
-#: ../C/gdm.xml:3933 (para)
+#: ../C/gdm.xml:3932 (para)
msgid ""
"To stop GDM, you can either send the TERM signal to the main daemon or run "
"the <command>gdm-stop</command> command which is in the <filename>&lt;"
@@ -5379,7 +5391,7 @@ msgstr ""
"comando <command>gdm-safe-restart</command> que está en el directorio "
"<filename>/sbin</filename> también."
-#: ../C/gdm.xml:3946 (para)
+#: ../C/gdm.xml:3945 (para)
msgid ""
"The <command>gdmflexiserver</command> command can be used to start new "
"flexible (on demand) displays if your system supports virtual terminals. "
@@ -5393,11 +5405,11 @@ msgid ""
"command> to get a listing of possible options."
msgstr ""
-#: ../C/gdm.xml:3962 (title)
+#: ../C/gdm.xml:3961 (title)
msgid "The FIFO protocol"
msgstr "El protocolo FIFO"
-#: ../C/gdm.xml:3964 (para)
+#: ../C/gdm.xml:3963 (para)
msgid ""
"GDM also provides a FIFO called <filename>.gdmfifo</filename> in the "
"<filename>ServAuthDir</filename> directory (usually <filename>&lt;var&gt;/"
@@ -5409,7 +5421,7 @@ msgid ""
"application)."
msgstr ""
-#: ../C/gdm.xml:3975 (para)
+#: ../C/gdm.xml:3974 (para)
msgid ""
"Full and up to date documentation of the commands and their use is contained "
"in the GDM source tree in the file <filename>daemon/gdm.h</filename>. Look "
@@ -5419,11 +5431,11 @@ msgid ""
"should not be used."
msgstr ""
-#: ../C/gdm.xml:3987 (title)
+#: ../C/gdm.xml:3986 (title)
msgid "Socket Protocol"
msgstr "El protocolo socket"
-#: ../C/gdm.xml:3989 (para)
+#: ../C/gdm.xml:3988 (para)
msgid ""
"GDM provides a unix domain socket for communication at <filename>/tmp/."
"gdm_socket</filename>. Using this you can check if GDM is running, the "
@@ -5434,12 +5446,12 @@ msgid ""
"demand) displays."
msgstr ""
-#: ../C/gdm.xml:3999 (para)
+#: ../C/gdm.xml:3998 (para)
msgid ""
"gdmflexiserver accepts the following commands with the --command option:"
msgstr ""
-#: ../C/gdm.xml:4004 (screen)
+#: ../C/gdm.xml:4003 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -5487,17 +5499,17 @@ msgstr ""
"CLOSE\n"
" "
-#: ../C/gdm.xml:4029 (para)
+#: ../C/gdm.xml:4028 (para)
msgid ""
"These are described in detail below, including required arguments, response "
"format, and return codes."
msgstr ""
-#: ../C/gdm.xml:4035 (title)
+#: ../C/gdm.xml:4034 (title)
msgid "ADD_DYNAMIC_DISPLAY"
msgstr "ADD_DYNAMIC_DISPLAY"
-#: ../C/gdm.xml:4036 (screen)
+#: ../C/gdm.xml:4035 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -5539,12 +5551,12 @@ msgstr ""
" 999 = Unknown error\n"
" "
-#: ../C/gdm.xml:4058 (title)
+#: ../C/gdm.xml:4057 (title)
msgid "ALL_SERVERS"
msgstr "ALL_SERVERS"
-#: ../C/gdm.xml:4059 (screen)
-#, no-wrap
+#: ../C/gdm.xml:4058 (screen)
+#, fuzzy, no-wrap
msgid ""
"\n"
"ALL_SERVERS: List all displays, including console, remote, xnest.\n"
@@ -5566,12 +5578,25 @@ msgid ""
" 200 = Too many messages\n"
" 999 = Unknown error\n"
msgstr ""
+"\n"
+"RELEASE_DYNAMIC_DISPLAYS: Release dynamic displays currently in \n"
+" DISPLAY_CONFIG state\n"
+"Supported since: 2.8.0.0\n"
+"Arguments: None\n"
+"Answers:\n"
+" OK &lt;display&gt;\n"
+" ERROR &lt;err number&gt; &lt;english error description&gt;\n"
+" 0 = Not implemented\n"
+" 100 = Not authenticated\n"
+" 200 = Dynamic Displays not allowed\n"
+" 999 = Unknown error\n"
+" "
-#: ../C/gdm.xml:4082 (title)
+#: ../C/gdm.xml:4081 (title)
msgid "ATTACHED_SERVERS"
msgstr "ATTACHED_SERVERS"
-#: ../C/gdm.xml:4083 (screen)
+#: ../C/gdm.xml:4082 (screen)
#, no-wrap
msgid ""
"\n"
@@ -5604,11 +5629,11 @@ msgid ""
" 999 = Unknown error\n"
msgstr ""
-#: ../C/gdm.xml:4115 (title)
+#: ../C/gdm.xml:4114 (title)
msgid "AUTH_LOCAL"
msgstr "AUTH_LOCAL"
-#: ../C/gdm.xml:4116 (screen)
+#: ../C/gdm.xml:4115 (screen)
#, no-wrap
msgid ""
"\n"
@@ -5639,11 +5664,11 @@ msgid ""
" 999 = Unknown error\n"
msgstr ""
-#: ../C/gdm.xml:4146 (title)
+#: ../C/gdm.xml:4145 (title)
msgid "CLOSE"
msgstr "CLOSE"
-#: ../C/gdm.xml:4147 (screen)
+#: ../C/gdm.xml:4146 (screen)
#, no-wrap
msgid ""
"\n"
@@ -5653,11 +5678,11 @@ msgid ""
"Answers: None\n"
msgstr ""
-#: ../C/gdm.xml:4156 (title)
+#: ../C/gdm.xml:4155 (title)
msgid "FLEXI_XNEST"
msgstr "FLEXI_XNEST"
-#: ../C/gdm.xml:4157 (screen)
+#: ../C/gdm.xml:4156 (screen)
#, no-wrap
msgid ""
"\n"
@@ -5696,11 +5721,11 @@ msgid ""
" 999 = Unknown error\n"
msgstr ""
-#: ../C/gdm.xml:4195 (title)
+#: ../C/gdm.xml:4194 (title)
msgid "FLEXI_XSERVER"
msgstr "FLEXI_XSERVER"
-#: ../C/gdm.xml:4196 (screen)
+#: ../C/gdm.xml:4195 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -5737,11 +5762,11 @@ msgstr ""
" 999 = Unknown error\n"
" "
-#: ../C/gdm.xml:4218 (title)
+#: ../C/gdm.xml:4217 (title)
msgid "GET_CONFIG"
msgstr "GET_CONFIG"
-#: ../C/gdm.xml:4219 (screen)
+#: ../C/gdm.xml:4218 (screen)
#, no-wrap
msgid ""
"\n"
@@ -5765,11 +5790,11 @@ msgid ""
" 999 = Unknown error\n"
msgstr ""
-#: ../C/gdm.xml:4242 (title)
+#: ../C/gdm.xml:4241 (title)
msgid "GET_CONFIG_FILE"
msgstr "GET_CONFIG_FILE"
-#: ../C/gdm.xml:4243 (screen)
+#: ../C/gdm.xml:4242 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -5800,11 +5825,11 @@ msgstr ""
" 999 = Unknown error\n"
" "
-#: ../C/gdm.xml:4260 (title)
+#: ../C/gdm.xml:4259 (title)
msgid "GET_SERVER_DETAILS"
msgstr "GET_SERVER_DETAILS"
-#: ../C/gdm.xml:4261 (screen)
+#: ../C/gdm.xml:4260 (screen)
#, no-wrap
msgid ""
"\n"
@@ -5834,11 +5859,11 @@ msgid ""
" 999 = Unknown error\n"
msgstr ""
-#: ../C/gdm.xml:4290 (title)
+#: ../C/gdm.xml:4289 (title)
msgid "GET_SERVER_LIST"
msgstr "GET_SERVER_LIST"
-#: ../C/gdm.xml:4291 (screen)
+#: ../C/gdm.xml:4290 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -5870,11 +5895,11 @@ msgstr ""
" 999 = Unknown error\n"
" "
-#: ../C/gdm.xml:4308 (title)
+#: ../C/gdm.xml:4307 (title)
msgid "GREETERPIDS"
msgstr "GREETERPIDS"
-#: ../C/gdm.xml:4309 (screen)
+#: ../C/gdm.xml:4308 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -5904,11 +5929,11 @@ msgstr ""
" 999 = Unknown error\n"
" "
-#: ../C/gdm.xml:4325 (title)
+#: ../C/gdm.xml:4324 (title)
msgid "QUERY_LOGOUT_ACTION"
msgstr "QUERY_LOGOUT_ACTION"
-#: ../C/gdm.xml:4326 (screen)
+#: ../C/gdm.xml:4325 (screen)
#, no-wrap
msgid ""
"\n"
@@ -5931,11 +5956,11 @@ msgid ""
" 999 = Unknown error\n"
msgstr ""
-#: ../C/gdm.xml:4348 (title)
+#: ../C/gdm.xml:4347 (title)
msgid "QUERY_VT"
msgstr "QUERY_VT"
-#: ../C/gdm.xml:4349 (screen)
+#: ../C/gdm.xml:4348 (screen)
#, no-wrap
msgid ""
"\n"
@@ -5959,11 +5984,11 @@ msgid ""
" 999 = Unknown error\n"
msgstr ""
-#: ../C/gdm.xml:4372 (title)
+#: ../C/gdm.xml:4371 (title)
msgid "RELEASE_DYNAMIC_DISPLAYS"
msgstr "RELEASE_DYNAMIC_DISPLAYS"
-#: ../C/gdm.xml:4373 (screen)
+#: ../C/gdm.xml:4372 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -5993,11 +6018,11 @@ msgstr ""
" 999 = Unknown error\n"
" "
-#: ../C/gdm.xml:4389 (title)
+#: ../C/gdm.xml:4388 (title)
msgid "REMOVE_DYNAMIC_DISPLAY"
msgstr "REMOVE_DYNAMIC_DISPLAY"
-#: ../C/gdm.xml:4390 (screen)
+#: ../C/gdm.xml:4389 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -6029,12 +6054,12 @@ msgstr ""
" 999 = Unknown error\n"
" "
-#: ../C/gdm.xml:4407 (title)
+#: ../C/gdm.xml:4406 (title)
#, fuzzy
msgid "SERVER_BUSY"
msgstr "ALL_SERVERS"
-#: ../C/gdm.xml:4408 (screen)
+#: ../C/gdm.xml:4407 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -6065,12 +6090,12 @@ msgstr ""
" 999 = Unknown error\n"
" "
-#: ../C/gdm.xml:4425 (title)
+#: ../C/gdm.xml:4424 (title)
msgid "SET_LOGOUT_ACTION"
msgstr "SET_LOGOUT_ACTION"
-#: ../C/gdm.xml:4426 (screen)
-#, no-wrap
+#: ../C/gdm.xml:4425 (screen)
+#, fuzzy, no-wrap
msgid ""
"\n"
"SET_LOGOUT_ACTION: Tell the daemon to halt/restart/suspend after\n"
@@ -6091,12 +6116,26 @@ msgid ""
" 200 = Too many messages\n"
" 999 = Unknown error\n"
msgstr ""
+"\n"
+"REMOVE_DYNAMIC_DISPLAY: Remove a dynamic display, killing the server\n"
+" and purging the display configuration\n"
+"Supported since: 2.8.0.0\n"
+"Arguments: &lt;display to remove&gt;\n"
+"Answers:\n"
+" OK &lt;display&gt;\n"
+" ERROR &lt;err number&gt; &lt;english error description&gt;\n"
+" 0 = Not implemented\n"
+" 1 = Bad display number\n"
+" 100 = Not authenticated\n"
+" 200 = Dynamic Displays not allowed\n"
+" 999 = Unknown error\n"
+" "
-#: ../C/gdm.xml:4448 (title)
+#: ../C/gdm.xml:4447 (title)
msgid "SET_SAFE_LOGOUT_ACTION"
msgstr "SET_SAFE_LOGOUT_ACTION"
-#: ../C/gdm.xml:4449 (screen)
+#: ../C/gdm.xml:4448 (screen)
#, no-wrap
msgid ""
"\n"
@@ -6126,12 +6165,12 @@ msgid ""
" 999 = Unknown error\n"
msgstr ""
-#: ../C/gdm.xml:4478 (title)
+#: ../C/gdm.xml:4477 (title)
msgid "SET_VT"
msgstr "SET_VT"
-#: ../C/gdm.xml:4479 (screen)
-#, no-wrap
+#: ../C/gdm.xml:4478 (screen)
+#, fuzzy, no-wrap
msgid ""
"\n"
"SET_VT: Change to the specified virtual terminal.\n"
@@ -6151,12 +6190,26 @@ msgid ""
" 200 = Too many messages\n"
" 999 = Unknown error\n"
msgstr ""
+"\n"
+"REMOVE_DYNAMIC_DISPLAY: Remove a dynamic display, killing the server\n"
+" and purging the display configuration\n"
+"Supported since: 2.8.0.0\n"
+"Arguments: &lt;display to remove&gt;\n"
+"Answers:\n"
+" OK &lt;display&gt;\n"
+" ERROR &lt;err number&gt; &lt;english error description&gt;\n"
+" 0 = Not implemented\n"
+" 1 = Bad display number\n"
+" 100 = Not authenticated\n"
+" 200 = Dynamic Displays not allowed\n"
+" 999 = Unknown error\n"
+" "
-#: ../C/gdm.xml:4500 (title)
+#: ../C/gdm.xml:4499 (title)
msgid "UPDATE_CONFIG"
msgstr "UPDATE_CONFIG"
-#: ../C/gdm.xml:4501 (screen)
+#: ../C/gdm.xml:4500 (screen)
#, no-wrap
msgid ""
"\n"
@@ -6233,11 +6286,11 @@ msgid ""
" 999 = Unknown error\n"
msgstr ""
-#: ../C/gdm.xml:4577 (title)
+#: ../C/gdm.xml:4576 (title)
msgid "VERSION"
msgstr "VERSION"
-#: ../C/gdm.xml:4578 (screen)
+#: ../C/gdm.xml:4577 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -6261,21 +6314,21 @@ msgstr ""
" 999 = Unknown error\n"
" "
-#: ../C/gdm.xml:4595 (title)
+#: ../C/gdm.xml:4594 (title)
msgid "GDM Commands"
msgstr "Comandos de GDM"
-#: ../C/gdm.xml:4598 (title)
+#: ../C/gdm.xml:4597 (title)
msgid "GDM User Commands"
msgstr "Comandos de usuario de GDM"
-#: ../C/gdm.xml:4600 (para)
+#: ../C/gdm.xml:4599 (para)
msgid ""
"The GDM package provides the following different commands in EXPANDED_BINDIR "
"intended to be used by the end-user:"
msgstr ""
-#: ../C/gdm.xml:4606 (title)
+#: ../C/gdm.xml:4605 (title)
msgid ""
"<command>gdmXnestchooser</command> and <command>gdmXnest</command> Command "
"Line Options"
@@ -6283,7 +6336,7 @@ msgstr ""
"Opciones de línea de comandos de <command>gdmXnestchooser</command> y "
"<command>gdmXnest</command>"
-#: ../C/gdm.xml:4609 (para)
+#: ../C/gdm.xml:4608 (para)
msgid ""
"The <command>gdmXnestchooser</command> command automatically gets the "
"correct display number, sets up access, and runs <command>Xnest</command> "
@@ -6296,78 +6349,78 @@ msgid ""
"this command also supports standard GNOME options."
msgstr ""
-#: ../C/gdm.xml:4624 (title)
+#: ../C/gdm.xml:4623 (title)
msgid "<command>gdmXnestchooser</command> Command Line Options"
msgstr "Opciones de línea de comandos de <command>gdmXnestchooser</command>"
-#: ../C/gdm.xml:4627 (term)
+#: ../C/gdm.xml:4626 (term)
msgid "-x, --xnest=STRING"
msgstr "-x, --xnest=STRING"
-#: ../C/gdm.xml:4629 (para)
+#: ../C/gdm.xml:4628 (para)
msgid "Xnest command line, default is \"Xnest\""
msgstr "Línea de comandos de Xnest, lo predeterminado es «Xnest»"
-#: ../C/gdm.xml:4636 (term)
+#: ../C/gdm.xml:4635 (term)
msgid "-o, --xnest-extra-options=OPTIONS"
msgstr "-o, --xnest-extra-options=OPCIONES"
-#: ../C/gdm.xml:4638 (para)
+#: ../C/gdm.xml:4637 (para)
msgid "Extra options for Xnest, default is no options."
msgstr "Opciones extra para Xnest, lo predeterminado es sin opciones."
-#: ../C/gdm.xml:4645 (term)
+#: ../C/gdm.xml:4644 (term)
msgid "-n, --no-query"
msgstr "-n, --no-query"
-#: ../C/gdm.xml:4647 (para)
+#: ../C/gdm.xml:4646 (para)
msgid "Just run Xnest, no query (no chooser)"
msgstr "Tan sólo ejecute Xnest, sin consulta (sin selector)"
-#: ../C/gdm.xml:4654 (term)
+#: ../C/gdm.xml:4653 (term)
msgid "-d, --direct"
msgstr "-d, --direct"
-#: ../C/gdm.xml:4656 (para)
+#: ../C/gdm.xml:4655 (para)
msgid "Do direct query instead of indirect (chooser)"
msgstr "Hace una consulta directa en lugar de indirecta (selector)"
-#: ../C/gdm.xml:4663 (term)
+#: ../C/gdm.xml:4662 (term)
msgid "-B, --broadcast"
msgstr "-B, --broadcast"
-#: ../C/gdm.xml:4665 (para)
+#: ../C/gdm.xml:4664 (para)
msgid "Run broadcast instead of indirect (chooser)"
msgstr "Ejecutar en difusión en vez de indirecto (selector)"
-#: ../C/gdm.xml:4672 (term)
+#: ../C/gdm.xml:4671 (term)
msgid "-b, --background"
msgstr "-b, --background"
-#: ../C/gdm.xml:4674 (para)
+#: ../C/gdm.xml:4673 (para)
msgid "Run in background"
msgstr "Ejecutar en segundo plano"
-#: ../C/gdm.xml:4681 (term)
+#: ../C/gdm.xml:4680 (term)
msgid "--no-gdm-check"
msgstr "--no-gdm-check"
-#: ../C/gdm.xml:4683 (para)
+#: ../C/gdm.xml:4682 (para)
msgid "Don't check for running GDM"
msgstr "No comprueba si hay un GDM funcionando"
-#: ../C/gdm.xml:4692 (title) ../C/gdm.xml:4736
+#: ../C/gdm.xml:4691 (title) ../C/gdm.xml:4735
msgid "<command>gdmflexichooser</command> Command Line Options"
msgstr "Opciones de línea de comandos de <command>gdmflexichooser</command>"
-#: ../C/gdm.xml:4694 (para)
+#: ../C/gdm.xml:4693 (para)
msgid ""
"The <command>gdmflexiserver</command> command provides three features. It "
"can be used to run flexible (on demand) X displays, to run a flexible "
"display via Xnest, and to send commands to the GDM daemon process."
msgstr ""
-#: ../C/gdm.xml:4701 (para)
+#: ../C/gdm.xml:4700 (para)
msgid ""
"Starting a flexible X display will normally lock the current session with a "
"screensaver and will redisplay the GDM login screen so a second user can log "
@@ -6381,7 +6434,7 @@ msgid ""
"normally have to enter the password to unlock the screen."
msgstr ""
-#: ../C/gdm.xml:4715 (para)
+#: ../C/gdm.xml:4714 (para)
msgid ""
"Flexible displays started via Xnest works on systems that do not support "
"virtual terminals. This option starts a flexible display in a window in the "
@@ -6389,48 +6442,48 @@ msgid ""
"as a flexible server started via virtual terminals."
msgstr ""
-#: ../C/gdm.xml:4723 (para)
+#: ../C/gdm.xml:4722 (para)
msgid ""
"The <command>gdmflexiserver --command</command> option provides a way to "
"send commands to the GDM daemon and can be used to debug problems or to "
"change the GDM configuration."
msgstr ""
-#: ../C/gdm.xml:4729 (para)
+#: ../C/gdm.xml:4728 (para)
msgid ""
"In addition to the following options, <command>gdmflexiserver</command> also "
"supports standard GNOME options."
msgstr ""
-#: ../C/gdm.xml:4739 (term)
+#: ../C/gdm.xml:4738 (term)
msgid "-c, --command=COMMAND"
msgstr ""
-#: ../C/gdm.xml:4741 (para)
+#: ../C/gdm.xml:4740 (para)
msgid "Send the specified protocol command to GDM"
msgstr "Enviar el comando de protocolo especificado a GDM"
-#: ../C/gdm.xml:4748 (term)
+#: ../C/gdm.xml:4747 (term)
msgid "-n, --xnest"
msgstr "-n, --xnest"
-#: ../C/gdm.xml:4750 (para)
+#: ../C/gdm.xml:4749 (para)
msgid "Start a flexible X display in Xnest mode"
msgstr ""
-#: ../C/gdm.xml:4757 (term)
+#: ../C/gdm.xml:4756 (term)
msgid "-l, --no-lock"
msgstr "-l, --no-lock"
-#: ../C/gdm.xml:4759 (para)
+#: ../C/gdm.xml:4758 (para)
msgid "Do not lock current screen"
msgstr "No bloquear la pantalla actual"
-#: ../C/gdm.xml:4766 (term)
+#: ../C/gdm.xml:4765 (term)
msgid "-d, --debug"
msgstr "-d, --debug"
-#: ../C/gdm.xml:4768 (para)
+#: ../C/gdm.xml:4767 (para)
msgid ""
"Turns on debugging output which gets sent to syslog. Same as turning on "
"debug in the configuration file."
@@ -6438,19 +6491,19 @@ msgstr ""
"Activar salida de depuración para enviarla a syslog. Lo mismo que cuadno se "
"activa la depuración en el archivo de configuración."
-#: ../C/gdm.xml:4776 (term)
+#: ../C/gdm.xml:4775 (term)
msgid "-a, --authenticate"
msgstr "-a, --authenticate"
-#: ../C/gdm.xml:4778 (para)
+#: ../C/gdm.xml:4777 (para)
msgid "Authenticate before running --command"
msgstr "Autenticar antes de ejecutar --command"
-#: ../C/gdm.xml:4785 (term)
+#: ../C/gdm.xml:4784 (term)
msgid "-s, --startnew"
msgstr "-s, --startnew"
-#: ../C/gdm.xml:4787 (para)
+#: ../C/gdm.xml:4786 (para)
msgid ""
"Starts a new flexible display without displaying a dialog asking the user if "
"they wish to continue any existing sessions."
@@ -6458,17 +6511,17 @@ msgstr ""
"Inicia un servidor flexible nuevo sin mostrar un diálogo preguntando al "
"usuario si quiere continuar cualquier sesión existente."
-#: ../C/gdm.xml:4798 (title) ../C/gdm.xml:4824
+#: ../C/gdm.xml:4797 (title) ../C/gdm.xml:4823
msgid "<command>gdmdynamic</command> Command Line Options"
msgstr "Opciones de línea de comandos de <command>gdmdynamic</command>"
-#: ../C/gdm.xml:4800 (para)
+#: ../C/gdm.xml:4799 (para)
msgid ""
"The <command>gdmdynamic</command> command which creates, runs, and removes "
"displays (X servers) on demand."
msgstr ""
-#: ../C/gdm.xml:4805 (para)
+#: ../C/gdm.xml:4804 (para)
msgid ""
"Some environments need the ability to tell GDM to create and manage new "
"displays on the fly, where it is not possible to list the possible displays "
@@ -6485,44 +6538,44 @@ msgid ""
"choose to call again if a return code of 2 is received."
msgstr ""
-#: ../C/gdm.xml:4829 (emphasis)
+#: ../C/gdm.xml:4828 (emphasis)
msgid "One of the following options can be used per instance:"
msgstr "Una de las siguientes opciones pueden usarse por instancia:"
-#: ../C/gdm.xml:4836 (term)
+#: ../C/gdm.xml:4835 (term)
msgid "-a display=server"
msgstr "-a display=server"
-#: ../C/gdm.xml:4838 (para)
+#: ../C/gdm.xml:4837 (para)
msgid ""
"Add a new display configuration. For example, <command>\"-a "
"2=StandardServerTwo\"</command><command>\"-a 3=/usr/X11R6/bin/X -dev /dev/fb2"
"\"</command>"
msgstr ""
-#: ../C/gdm.xml:4847 (term)
+#: ../C/gdm.xml:4846 (term)
msgid "-r"
msgstr ""
-#: ../C/gdm.xml:4849 (para)
+#: ../C/gdm.xml:4848 (para)
msgid "Release (run) all displays waiting in the DISPLAY_CONFIG state."
msgstr ""
-#: ../C/gdm.xml:4856 (term)
+#: ../C/gdm.xml:4855 (term)
msgid "-d display"
msgstr "-d display"
-#: ../C/gdm.xml:4858 (para)
+#: ../C/gdm.xml:4857 (para)
msgid ""
"Delete a display, killing the X server and purging the display "
"configuration. For example, \"-d 3\"."
msgstr ""
-#: ../C/gdm.xml:4866 (term)
+#: ../C/gdm.xml:4865 (term)
msgid "-l [pattern]"
msgstr ""
-#: ../C/gdm.xml:4868 (para)
+#: ../C/gdm.xml:4867 (para)
msgid ""
"List displays via the ATTACHED_SERVERS command. Without a pattern lists all "
"attached displays. With a pattern will match using glob characters '*', '?', "
@@ -6530,41 +6583,41 @@ msgid ""
"*Xorg*\"</command>"
msgstr ""
-#: ../C/gdm.xml:4881 (emphasis)
+#: ../C/gdm.xml:4880 (emphasis)
msgid "These options can be added to the above:"
msgstr ""
-#: ../C/gdm.xml:4888 (term)
+#: ../C/gdm.xml:4887 (term)
msgid "-v"
msgstr ""
-#: ../C/gdm.xml:4890 (para)
+#: ../C/gdm.xml:4889 (para)
msgid "Verbose mode. Prinr diagnostic messages about each message sent to GDM."
msgstr ""
-#: ../C/gdm.xml:4898 (term)
+#: ../C/gdm.xml:4897 (term)
msgid "-b"
msgstr ""
-#: ../C/gdm.xml:4900 (para)
+#: ../C/gdm.xml:4899 (para)
msgid "Background mode. Fork child to do the work and return immediately."
msgstr ""
-#: ../C/gdm.xml:4907 (term)
+#: ../C/gdm.xml:4906 (term)
msgid "-t RETRY"
msgstr ""
-#: ../C/gdm.xml:4909 (para)
+#: ../C/gdm.xml:4908 (para)
msgid ""
"If the daemon socket is busy, <command>gdmdynamic</command> will retry to "
"open the connection the specified RETRY number of times. Default value is 15."
msgstr ""
-#: ../C/gdm.xml:4918 (term)
+#: ../C/gdm.xml:4917 (term)
msgid "-s SLEEP"
msgstr ""
-#: ../C/gdm.xml:4920 (para)
+#: ../C/gdm.xml:4919 (para)
msgid ""
"If the daemon socket is busy, <command>gdmdynamic</command> will sleep an "
"amount of time between retries. A random number of seconds 0-5 is added to "
@@ -6573,22 +6626,22 @@ msgid ""
"to be 1 second. Default value is 8 seconds."
msgstr ""
-#: ../C/gdm.xml:4935 (title)
+#: ../C/gdm.xml:4934 (title)
msgid "<command>gdmphotosetup</command> Command Line Options"
msgstr "Opciones de línea de comandos de <command>gdmphotosetup</command>"
-#: ../C/gdm.xml:4937 (para)
+#: ../C/gdm.xml:4936 (para)
msgid ""
"Allows the user to select an image that will be used as the user's photo by "
"GDM's face browser, if enabled by GDM. The selected file is stored as "
"<filename>~/.face</filename>. This command accepts standard GNOME options."
msgstr ""
-#: ../C/gdm.xml:4946 (title)
+#: ../C/gdm.xml:4945 (title)
msgid "<command>gdmthemetester</command> Command Line Options"
msgstr "Opciones de línea de comandos de <command>gdmthemetester</command>"
-#: ../C/gdm.xml:4948 (para)
+#: ../C/gdm.xml:4947 (para)
msgid ""
"<command>gdmthemetester</command> takes two parameters. The first parameter "
"specifies the environment and the second parameter specifies the path name "
@@ -6607,24 +6660,24 @@ msgid ""
"</screen>"
msgstr ""
-#: ../C/gdm.xml:4974 (title)
+#: ../C/gdm.xml:4973 (title)
msgid "GDM Root User Commands"
msgstr "Comandos del administrador de GDM"
-#: ../C/gdm.xml:4976 (para)
+#: ../C/gdm.xml:4975 (para)
msgid ""
"The GDM package provides the following different commands in "
"EXPANDED_SBINDIR intended to be used by the root user:"
msgstr ""
-#: ../C/gdm.xml:4982 (title) ../C/gdm.xml:4998
+#: ../C/gdm.xml:4981 (title) ../C/gdm.xml:4997
msgid ""
"<command>gdm</command> and <command>gdm-binary</command> Command Line Options"
msgstr ""
"Opciones de línea de comandos de <command>gdm</command> y <command>gdm-"
"binary</command>"
-#: ../C/gdm.xml:4985 (para)
+#: ../C/gdm.xml:4984 (para)
msgid ""
"The <command>gdm</command> command is really just a script which runs the "
"<command>gdm-binary</command>, passing along any options. Before launching "
@@ -6636,19 +6689,19 @@ msgid ""
"environment before launching GDM, you can do so in this script."
msgstr ""
-#: ../C/gdm.xml:5002 (term)
+#: ../C/gdm.xml:5001 (term)
msgid "--help"
msgstr "--help"
-#: ../C/gdm.xml:5004 (para)
+#: ../C/gdm.xml:5003 (para)
msgid "Gives a brief overview of the command line options."
msgstr "Da un breve resumen de las opciones de línea de comandos."
-#: ../C/gdm.xml:5011 (term)
+#: ../C/gdm.xml:5010 (term)
msgid "-nodaemon"
msgstr "-nodaemon"
-#: ../C/gdm.xml:5013 (para)
+#: ../C/gdm.xml:5012 (para)
msgid ""
"If this option is specified, then GDM does not fork into the background when "
"run. You can use just a single dash with this option to preserve "
@@ -6658,11 +6711,11 @@ msgstr ""
"cuando se ejecuta. Puede usar tan sólo un simple guión con esta opción para "
"preservar compatibilidad con XDM."
-#: ../C/gdm.xml:5022 (term)
+#: ../C/gdm.xml:5021 (term)
msgid "--no-console"
msgstr "--no-console"
-#: ../C/gdm.xml:5024 (para)
+#: ../C/gdm.xml:5023 (para)
msgid ""
"Tell the daemon that it should not run anything on the console. This means "
"that none of the local servers from the <filename>[servers]</filename> "
@@ -6671,37 +6724,37 @@ msgid ""
"automatically implies this option."
msgstr ""
-#: ../C/gdm.xml:5036 (term)
+#: ../C/gdm.xml:5035 (term)
msgid "--config=CONFIGFILE"
msgstr "--config=CONFIGFILE"
-#: ../C/gdm.xml:5038 (para)
+#: ../C/gdm.xml:5037 (para)
msgid "Specify an alternative configuration file."
msgstr "Especificar un archivo de configuración alternativo"
-#: ../C/gdm.xml:5045 (term)
+#: ../C/gdm.xml:5044 (term)
msgid "--preserve-ld-vars"
msgstr "--preserve-ld-vars"
-#: ../C/gdm.xml:5047 (para)
+#: ../C/gdm.xml:5046 (para)
msgid ""
"When clearing the environment internally, preserve all variables starting "
"with LD_. This is mostly for debugging purposes."
msgstr ""
-#: ../C/gdm.xml:5055 (term)
+#: ../C/gdm.xml:5054 (term)
msgid "--version"
msgstr "--version"
-#: ../C/gdm.xml:5057 (para)
+#: ../C/gdm.xml:5056 (para)
msgid "Print the version of the GDM daemon."
msgstr "Imprime la versión del demonio GDM."
-#: ../C/gdm.xml:5064 (term)
+#: ../C/gdm.xml:5063 (term)
msgid "--wait-for-go"
msgstr "--wait-for-go"
-#: ../C/gdm.xml:5066 (para)
+#: ../C/gdm.xml:5065 (para)
msgid ""
"If started with this option, gdm will init, but only start the first local "
"display and then wait for a GO message in the fifo protocol. No greeter will "
@@ -6713,11 +6766,11 @@ msgid ""
"added in version 2.5.90.0."
msgstr ""
-#: ../C/gdm.xml:5084 (title)
+#: ../C/gdm.xml:5083 (title)
msgid "<command>gdmsetup</command> Command Line Options"
msgstr "Opciones de línea de comandos de <command>gdmsetup</command>"
-#: ../C/gdm.xml:5086 (para)
+#: ../C/gdm.xml:5085 (para)
msgid ""
"<command>gdmsetup</command> runs a graphical application for modifying the "
"GDM configuration file. Normally on systems that support the PAM userhelper, "
@@ -6727,11 +6780,11 @@ msgid ""
"supports standard GNOME options."
msgstr ""
-#: ../C/gdm.xml:5098 (title)
+#: ../C/gdm.xml:5097 (title)
msgid "<command>gdm-restart</command> Command Line Options"
msgstr "Opciones de línea de comandos de <command>gdm-restart</command>"
-#: ../C/gdm.xml:5100 (para)
+#: ../C/gdm.xml:5099 (para)
msgid ""
"<command>gdm-restart</command> stops and restarts GDM by sending the GDM "
"daemon a HUP signal. This command will immediately terminate all sessions "
@@ -6741,11 +6794,11 @@ msgstr ""
"GDM una señal HUP. Este comando inmediatamente terminará todas las sesiones "
"y echará fuera a los usuarios que hayan entrado con GDM."
-#: ../C/gdm.xml:5108 (title)
+#: ../C/gdm.xml:5107 (title)
msgid "<command>gdm-safe-restart</command> Command Line Options"
msgstr "Opciones de línea de comandos de <command>gdm-safe-restart</command>"
-#: ../C/gdm.xml:5110 (para)
+#: ../C/gdm.xml:5109 (para)
msgid ""
"<command>gdm-safe-restart</command> stops and restarts GDM by sending the "
"GDM daemon a USR1 signal. GDM will be restarted as soon as all users log out."
@@ -6754,28 +6807,28 @@ msgstr ""
"GDM una señal USR1. GDM re reiniciará tan pronto como todos los usuarios "
"salgan."
-#: ../C/gdm.xml:5118 (title)
+#: ../C/gdm.xml:5117 (title)
msgid "<command>gdm-stop</command> Command Line Options"
msgstr "Opciones de línea de comandos de <command>gdm-stop</command>"
-#: ../C/gdm.xml:5120 (para)
+#: ../C/gdm.xml:5119 (para)
msgid ""
"<command>gdm-stop</command> stops GDM by sending the GDM daemon a TERM "
"signal."
msgstr ""
"<command>gdm-stop</command> para GDM enviando al demonio GDM una señal TERM"
-#: ../C/gdm.xml:5128 (title)
+#: ../C/gdm.xml:5127 (title)
msgid "GDM Internal Commands"
msgstr "Comandos internos de GDM"
-#: ../C/gdm.xml:5130 (para)
+#: ../C/gdm.xml:5129 (para)
msgid ""
"The GDM package provides the following different commands in "
"EXPANDED_LIBEXECDIR intended to be used by the gdm daemon process."
msgstr ""
-#: ../C/gdm.xml:5136 (title)
+#: ../C/gdm.xml:5135 (title)
msgid ""
"<command>gdmchooser</command> and <command>gdmlogin</command> Command Line "
"Options"
@@ -6783,7 +6836,7 @@ msgstr ""
"Opciones de línea de comandos de <command>gdmchooser</command> y "
"<command>gdmlogin</command>"
-#: ../C/gdm.xml:5139 (para)
+#: ../C/gdm.xml:5138 (para)
msgid ""
"The <command>gdmgreeter</command> and <command>gdmlogin</command> are two "
"different login applications, either can be used by GDM. "
@@ -6793,11 +6846,11 @@ msgid ""
"GNOME options."
msgstr ""
-#: ../C/gdm.xml:5150 (title) ../C/gdm.xml:5161
+#: ../C/gdm.xml:5149 (title) ../C/gdm.xml:5160
msgid "<command>gdmchooser</command> Command Line Options"
msgstr "Opciones de línea de comandos de <command>gdmchooser</command>"
-#: ../C/gdm.xml:5152 (para)
+#: ../C/gdm.xml:5151 (para)
msgid ""
"The <command>gdmchooser</command> is the XDMCP chooser application. The "
"<command>gdmchooser</command> is normally executed by the GDM daemon. It "
@@ -6805,50 +6858,50 @@ msgid ""
"standard GNOME options and is found in support standard GNOME options."
msgstr ""
-#: ../C/gdm.xml:5164 (term)
+#: ../C/gdm.xml:5163 (term)
msgid "-xdmaddress=SOCKET"
msgstr "-xdmaddress=SOCKET"
-#: ../C/gdm.xml:5166 (para)
+#: ../C/gdm.xml:5165 (para)
msgid "Socket for XDM communication."
msgstr "Socket para comunicación XDM."
-#: ../C/gdm.xml:5173 (term)
+#: ../C/gdm.xml:5172 (term)
msgid "--clientaddress=ADDRESS"
msgstr "--clientaddress=DIRECCIÓN"
-#: ../C/gdm.xml:5175 (para)
+#: ../C/gdm.xml:5174 (para)
msgid ""
"Client address to return in response to XDM. This option is for running "
"gdmchooser with XDM, and is not used within GDM."
msgstr ""
-#: ../C/gdm.xml:5183 (term)
+#: ../C/gdm.xml:5182 (term)
msgid "-connectionType=TYPE"
msgstr "-connectionType=TIPO"
-#: ../C/gdm.xml:5185 (para)
+#: ../C/gdm.xml:5184 (para)
msgid ""
"Connection type to return in response to XDM. This option is for running "
"gdmchooser with XDM, and is not used within GDM."
msgstr ""
-#: ../C/gdm.xml:5195 (command)
+#: ../C/gdm.xml:5194 (command)
msgid "gdm-ssh-session"
msgstr ""
-#: ../C/gdm.xml:5197 (para)
+#: ../C/gdm.xml:5196 (para)
msgid ""
"The <command>gdm-ssh-session</command> is normally executed by the GDM "
"daemon when starting a secure remote connection through ssh. It does not "
"take any options."
msgstr ""
-#: ../C/gdm.xml:5209 (title)
+#: ../C/gdm.xml:5208 (title)
msgid "Themed Greeter"
msgstr "Interfaz con temas"
-#: ../C/gdm.xml:5211 (para)
+#: ../C/gdm.xml:5210 (para)
msgid ""
"This section describes the creation of themes for the Themed Greeter. For "
"examples including screenshots, see the standard installed themes and the "
@@ -6860,11 +6913,11 @@ msgstr ""
"los temas del <ulink type=\"http\" url=\"http://art.gnome.org/themes/"
"gdm_greeter/\">sitio web de temas</ulink>."
-#: ../C/gdm.xml:5220 (title)
+#: ../C/gdm.xml:5219 (title)
msgid "Theme Overview"
msgstr "Descripción de los temas"
-#: ../C/gdm.xml:5222 (para)
+#: ../C/gdm.xml:5221 (para)
msgid ""
"GDM Themes can be created by creating an XML file that follows the "
"specification in gui/greeter/greeter.dtd. Theme files are stored in the "
@@ -6874,7 +6927,7 @@ msgid ""
"filename> which has similar format to other .desktop files and looks like:"
msgstr ""
-#: ../C/gdm.xml:5233 (screen)
+#: ../C/gdm.xml:5232 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -6898,7 +6951,7 @@ msgstr ""
"Screenshot=screenshot.png\n"
" "
-#: ../C/gdm.xml:5244 (para)
+#: ../C/gdm.xml:5243 (para)
msgid ""
"The Name, Description, Author and Copyright fields can be translated just "
"like the other <filename>.desktop</filename>files. All the files that are "
@@ -6916,7 +6969,7 @@ msgstr ""
"usuario). El campo Greeter apunta a un archivo xml que contiene "
"descripciones del tema. La descripción se dará más tarde."
-#: ../C/gdm.xml:5254 (para)
+#: ../C/gdm.xml:5253 (para)
msgid ""
"Once you have theme ready and installed you can test it with the installed "
"<command>gdmthemetester</command> script. This script assumes that the X "
@@ -6931,11 +6984,11 @@ msgid ""
"would run:"
msgstr ""
-#: ../C/gdm.xml:5269 (command)
+#: ../C/gdm.xml:5268 (command)
msgid "gdmthemetester xdmcp circles"
msgstr ""
-#: ../C/gdm.xml:5272 (para)
+#: ../C/gdm.xml:5271 (para)
msgid ""
"Be sure to test all the environments with your theme, and make sure to test "
"how the caps lock warning looks by pressing caps lock. This is also a good "
@@ -6944,7 +6997,7 @@ msgid ""
"PrintScreen."
msgstr ""
-#: ../C/gdm.xml:5280 (para)
+#: ../C/gdm.xml:5279 (para)
msgid ""
"Once you have all this done, then make a tarball that contains the directory "
"name (so that you could just untar it in the <filename>&lt;share&gt;/gdm/"
@@ -6956,15 +7009,15 @@ msgid ""
"</screen>"
msgstr ""
-#: ../C/gdm.xml:5294 (title)
+#: ../C/gdm.xml:5293 (title)
msgid "Detailed Description of Theme XML format"
msgstr ""
-#: ../C/gdm.xml:5297 (title)
+#: ../C/gdm.xml:5296 (title)
msgid "Box Nodes"
msgstr "Nodos contenedores."
-#: ../C/gdm.xml:5299 (para)
+#: ../C/gdm.xml:5298 (para)
msgid ""
"Box nodes are container nodes for item nodes. Box nodes are specified as "
"follows: <screen>\n"
@@ -6977,7 +7030,7 @@ msgid ""
"of \"homogeneous\" and \"vertical\" for the orientation."
msgstr ""
-#: ../C/gdm.xml:5315 (para)
+#: ../C/gdm.xml:5314 (para)
msgid ""
"If the box is homogeneous then the children are allocated equal amount of "
"space."
@@ -6985,17 +7038,17 @@ msgstr ""
"Si la caja es homogénea entonces los hijos se les reserver la misma cantidad "
"de espacio."
-#: ../C/gdm.xml:5320 (para)
+#: ../C/gdm.xml:5319 (para)
msgid ""
"The \"min-width\" must be specified in pixels. Obviously there is also a "
"corresponding \"min-height\" property as well."
msgstr ""
-#: ../C/gdm.xml:5328 (title)
+#: ../C/gdm.xml:5327 (title)
msgid "Fixed Nodes"
msgstr "Nodos fijos"
-#: ../C/gdm.xml:5330 (para)
+#: ../C/gdm.xml:5329 (para)
msgid ""
"Fixed is a container that has its children scattered about laid out with "
"precise coordinates. The size of this container is the biggest rectangle "
@@ -7005,15 +7058,15 @@ msgid ""
"</screen> Then you put other items with proper position nodes inside this."
msgstr ""
-#: ../C/gdm.xml:5341 (para)
+#: ../C/gdm.xml:5340 (para)
msgid "The \"toplevel\" node is really just like a fixed node."
msgstr ""
-#: ../C/gdm.xml:5347 (title)
+#: ../C/gdm.xml:5346 (title)
msgid "Item Nodes"
msgstr "Nodos de elemento"
-#: ../C/gdm.xml:5349 (para)
+#: ../C/gdm.xml:5348 (para)
msgid ""
"A GDM Theme is created by specifying a hierarchy of item and box nodes. Item "
"nodes can have the following value for \"type\":"
@@ -7021,36 +7074,36 @@ msgstr ""
"Un tema GDM se crea especificando una gerarquía de nodos de elementos y "
"cajas. Los nodos de elementos pueden tener el siguiente valor para el tipo:"
-#: ../C/gdm.xml:5357 (term)
+#: ../C/gdm.xml:5356 (term)
msgid "entry"
msgstr "entry"
-#: ../C/gdm.xml:5359 (para)
+#: ../C/gdm.xml:5358 (para)
msgid "Text entry field."
msgstr "Campo de entrada de texto."
-#: ../C/gdm.xml:5366 (term)
+#: ../C/gdm.xml:5365 (term)
msgid "list"
msgstr "list"
-#: ../C/gdm.xml:5368 (para)
+#: ../C/gdm.xml:5367 (para)
msgid "A list widget."
msgstr "Un widget de lista"
-#: ../C/gdm.xml:5375 (term)
+#: ../C/gdm.xml:5374 (term)
msgid "label"
msgstr "label"
-#: ../C/gdm.xml:5377 (para)
+#: ../C/gdm.xml:5376 (para)
msgid "A text label. Must have a \"text\" node to specify the text."
msgstr ""
"Una etiqueta de texto. Debe tener un nodo \"text\" para especificar el texto."
-#: ../C/gdm.xml:5385 (term)
+#: ../C/gdm.xml:5384 (term)
msgid "pixmap"
msgstr "pixmap"
-#: ../C/gdm.xml:5387 (para)
+#: ../C/gdm.xml:5386 (para)
msgid ""
"An pixmap image in a format that gdk-pixbuf supports like PNG, JPEG, Tiff, "
"etc...)"
@@ -7058,23 +7111,23 @@ msgstr ""
"Una imagen pixmap en un formato que gdk-pixbuf soporte como PNG, JPEG, Tiff, "
"etc...)"
-#: ../C/gdm.xml:5395 (term)
+#: ../C/gdm.xml:5394 (term)
msgid "rect"
msgstr "rect"
-#: ../C/gdm.xml:5397 (para)
+#: ../C/gdm.xml:5396 (para)
msgid "Rectangle."
msgstr "Rectángulo."
-#: ../C/gdm.xml:5404 (term)
+#: ../C/gdm.xml:5403 (term)
msgid "svg"
msgstr "svg"
-#: ../C/gdm.xml:5406 (para)
+#: ../C/gdm.xml:5405 (para)
msgid "Scaled Vector Graphic image."
msgstr "Imagen Scaled Vector Graphic."
-#: ../C/gdm.xml:5413 (para)
+#: ../C/gdm.xml:5412 (para)
msgid ""
"For example: <screen>\n"
"&lt;item type=\"label\"&gt;\n"
@@ -7084,106 +7137,106 @@ msgid ""
"list item)"
msgstr ""
-#: ../C/gdm.xml:5424 (para)
+#: ../C/gdm.xml:5423 (para)
msgid "Entry items can have id values as follows:"
msgstr "Los elementos de entradas pueden tener valores id como siguen:"
-#: ../C/gdm.xml:5430 (term)
+#: ../C/gdm.xml:5429 (term)
msgid "user-pw-entry"
msgstr "user-pw-entry"
-#: ../C/gdm.xml:5432 (para)
+#: ../C/gdm.xml:5431 (para)
msgid ""
"Entry field for userid and password entry. This is the field used for "
"responses for the PAM/GDM questions (Username, Password, etc..)."
msgstr ""
-#: ../C/gdm.xml:5442 (para)
+#: ../C/gdm.xml:5441 (para)
msgid "List items can have id values as follows:"
msgstr "Los elementos de listas pueden tener valores id como siguen:"
-#: ../C/gdm.xml:5448 (term)
+#: ../C/gdm.xml:5447 (term)
msgid "userlist"
msgstr "userlist"
-#: ../C/gdm.xml:5450 (para)
+#: ../C/gdm.xml:5449 (para)
msgid ""
"A Face Browser list, so that users can pick their username by clicking on "
"this instead of typing."
msgstr ""
-#: ../C/gdm.xml:5459 (para)
+#: ../C/gdm.xml:5458 (para)
msgid ""
"Furthermore, you can have an arbitrary id (I'd recommend starting the id "
"with 'custom' not to conflict with future additions to this spec) and ask "
"extra information of the user. See the section 'Custom Widgetry'"
msgstr ""
-#: ../C/gdm.xml:5466 (para)
+#: ../C/gdm.xml:5465 (para)
#, fuzzy
msgid "Label items can have id values as follows:"
msgstr "Los elementos de listas pueden tener valores id como siguen:"
-#: ../C/gdm.xml:5472 (term)
+#: ../C/gdm.xml:5471 (term)
msgid "clock"
msgstr "clock"
-#: ../C/gdm.xml:5474 (para)
+#: ../C/gdm.xml:5473 (para)
msgid "Label that displays the date and time."
msgstr "Etiqueta que muesta la fecha y la hora."
-#: ../C/gdm.xml:5481 (term)
+#: ../C/gdm.xml:5480 (term)
msgid "pam-prompt"
msgstr "pam-prompt"
-#: ../C/gdm.xml:5483 (para)
+#: ../C/gdm.xml:5482 (para)
msgid ""
"Label that displays the PAM prompt. This is the prompt that PAM uses to ask "
"for username, password, etc..."
msgstr ""
-#: ../C/gdm.xml:5491 (term)
+#: ../C/gdm.xml:5490 (term)
msgid "pam-error"
msgstr "pam-error"
-#: ../C/gdm.xml:5493 (para)
+#: ../C/gdm.xml:5492 (para)
msgid ""
"Label that displayst PAM/GDM error messages. Such as when user can't log in."
msgstr ""
-#: ../C/gdm.xml:5501 (term)
+#: ../C/gdm.xml:5500 (term)
msgid "pam-message"
msgstr "pam-message"
-#: ../C/gdm.xml:5503 (para)
+#: ../C/gdm.xml:5502 (para)
msgid ""
"Label that displays the PAM message. These are messages that PAM/GDM gives "
"about state of the account, help about the prompts and other information."
msgstr ""
-#: ../C/gdm.xml:5512 (term)
+#: ../C/gdm.xml:5511 (term)
msgid "timed-label"
msgstr "timed-label"
-#: ../C/gdm.xml:5514 (para)
+#: ../C/gdm.xml:5513 (para)
msgid "Label that displays timed login information."
msgstr "Etiqueta que muestra la información de la entrada temporizada."
-#: ../C/gdm.xml:5521 (para)
+#: ../C/gdm.xml:5520 (para)
msgid "Rectangles can have id values as follows:"
msgstr "Los rectángulos pueden tener valores id como los siguientes:"
-#: ../C/gdm.xml:5527 (term)
+#: ../C/gdm.xml:5526 (term)
msgid "caps-lock-warning"
msgstr "caps-lock-warning"
-#: ../C/gdm.xml:5529 (para)
+#: ../C/gdm.xml:5528 (para)
msgid ""
"Displays an icon that shows if the CAPS LOCK key is depressed. This "
"rectangle will be hidden/shown appropriately"
msgstr ""
-#: ../C/gdm.xml:5538 (para)
+#: ../C/gdm.xml:5537 (para)
msgid ""
"If an item is of type rect, the item can be a button. Buttons must also "
"include a \"button\" value as follows: <screen>\n"
@@ -7191,79 +7244,79 @@ msgid ""
"</screen>"
msgstr ""
-#: ../C/gdm.xml:5546 (para)
+#: ../C/gdm.xml:5545 (para)
msgid "Possible values for button ids are as follows:"
msgstr "Los valores posibles para los ids de los botones son los siguientes:"
-#: ../C/gdm.xml:5552 (term)
+#: ../C/gdm.xml:5551 (term)
msgid "chooser_button"
msgstr "chooser_button"
-#: ../C/gdm.xml:5554 (para)
+#: ../C/gdm.xml:5553 (para)
msgid "Runs the XDMCP chooser."
msgstr "Ejecuta el selector XDMCP."
-#: ../C/gdm.xml:5561 (term)
+#: ../C/gdm.xml:5560 (term)
msgid "config_button"
msgstr "config_button"
-#: ../C/gdm.xml:5563 (para)
+#: ../C/gdm.xml:5562 (para)
msgid "Runs the GDM configuration application."
msgstr "Ejecuta la aplicación de configuración de GDM."
-#: ../C/gdm.xml:5570 (term)
+#: ../C/gdm.xml:5569 (term)
msgid "disconnect_button"
msgstr "disconnect_button"
-#: ../C/gdm.xml:5572 (para)
+#: ../C/gdm.xml:5571 (para)
msgid "Disconnect from remote session."
msgstr "Desconecta de una sesión remota."
-#: ../C/gdm.xml:5579 (term)
+#: ../C/gdm.xml:5578 (term)
msgid "language_button"
msgstr "language_button"
-#: ../C/gdm.xml:5581 (para)
+#: ../C/gdm.xml:5580 (para)
msgid "Displays the language selection dialog."
msgstr "Muestra el diálogo de selección del idioma."
-#: ../C/gdm.xml:5588 (term)
+#: ../C/gdm.xml:5587 (term)
msgid "halt_button"
msgstr "halt_button"
-#: ../C/gdm.xml:5590 (para)
+#: ../C/gdm.xml:5589 (para)
msgid "Halt (shuts down) the system."
msgstr "Detiene (apaga) el sistema."
-#: ../C/gdm.xml:5597 (term)
+#: ../C/gdm.xml:5596 (term)
msgid "reboot_button"
msgstr "reboot_button"
-#: ../C/gdm.xml:5599 (para)
+#: ../C/gdm.xml:5598 (para)
msgid "Restart the system."
msgstr "Reinicia el sistema."
-#: ../C/gdm.xml:5606 (term)
+#: ../C/gdm.xml:5605 (term)
msgid "session_button"
msgstr "session_button"
-#: ../C/gdm.xml:5608 (para)
+#: ../C/gdm.xml:5607 (para)
msgid "List and select from available sessions."
msgstr "Lista y selecciona las sesiones disponibles."
-#: ../C/gdm.xml:5615 (term)
+#: ../C/gdm.xml:5614 (term)
msgid "suspend_button"
msgstr "suspend_button"
-#: ../C/gdm.xml:5617 (para)
+#: ../C/gdm.xml:5616 (para)
msgid "Suspend the system."
msgstr "Suspender el sistema."
-#: ../C/gdm.xml:5624 (term)
+#: ../C/gdm.xml:5623 (term)
msgid "system_button"
msgstr "system_button"
-#: ../C/gdm.xml:5626 (para)
+#: ../C/gdm.xml:5625 (para)
msgid ""
"Perform halt/restart/suspend/etc. options (if allowed by GDM configuration). "
"Also allows user to run configurator if user enters root password (again if "
@@ -7276,11 +7329,11 @@ msgstr ""
"permite la configuración de GDM). Esto está normalmente ahora etiquetado "
"como Acciones, y referido como el menú de Acciones."
-#: ../C/gdm.xml:5639 (title)
+#: ../C/gdm.xml:5638 (title)
msgid "Position Node"
msgstr "Nodo de posición"
-#: ../C/gdm.xml:5641 (para)
+#: ../C/gdm.xml:5640 (para)
#, fuzzy
msgid ""
"Each item can specify its position and size via the \"pos\" node. For "
@@ -7292,7 +7345,7 @@ msgstr ""
"\"pos\". Por ejemplo <screen>&lt;pos x=\"0\" y=\"4\" width=\"100%\" height="
"\"100%\"/&gt;</screen>"
-#: ../C/gdm.xml:5649 (para)
+#: ../C/gdm.xml:5648 (para)
msgid ""
"Both position and size can be given in percent and it will be taken as the "
"percentage of the size of the current container. For toplevel items it's the "
@@ -7302,7 +7355,7 @@ msgstr ""
"el porcentaje del tamaño del contenedor actual. Para los elementos de nivel "
"superior su porcentaje es respecto de la pantalla completa."
-#: ../C/gdm.xml:5655 (para)
+#: ../C/gdm.xml:5654 (para)
msgid ""
"For x and y, you can also specify a negative position which means position "
"from the right or bottom edge. But this only applies with absolute "
@@ -7310,7 +7363,7 @@ msgid ""
"be still from the same edge."
msgstr ""
-#: ../C/gdm.xml:5662 (para)
+#: ../C/gdm.xml:5661 (para)
msgid ""
"The position also specifies the anchor of the item, this can be \"n\" \"ne\" "
"\"e\" \"se\" \"s\" \"sw\" \"w\" and \"nw\" or \"center\" which stand for the "
@@ -7319,28 +7372,28 @@ msgid ""
"</screen>"
msgstr ""
-#: ../C/gdm.xml:5673 (para)
+#: ../C/gdm.xml:5672 (para)
msgid ""
"If the item contains a box, you can specify width and height to be \"box\" "
"to mean that they are supposed to be the width and height of the box, that "
"is the items in the box plus the padding."
msgstr ""
-#: ../C/gdm.xml:5679 (para)
+#: ../C/gdm.xml:5678 (para)
msgid ""
"If the item contains an SVG image, you can specify width and height to be "
"\"scale\" to mean that the SVG image should be scaled to fit the requested "
"area."
msgstr ""
-#: ../C/gdm.xml:5685 (para)
+#: ../C/gdm.xml:5684 (para)
msgid ""
"You can also specify an \"expand\" property to either be \"true\" or false. "
"If true then the child will be expanded in the box as much as possible (that "
"is it will be given more space if available)."
msgstr ""
-#: ../C/gdm.xml:5692 (para)
+#: ../C/gdm.xml:5691 (para)
msgid ""
"There are two extra properties you can specify (as of 2.4.4.3) for labels "
"(and labels only). The first is \"max-width\" which will specify the maximum "
@@ -7353,47 +7406,47 @@ msgid ""
"</screen>"
msgstr ""
-#: ../C/gdm.xml:5708 (title)
+#: ../C/gdm.xml:5707 (title)
msgid "Show Node"
msgstr "Mostrar nodo"
-#: ../C/gdm.xml:5710 (para)
+#: ../C/gdm.xml:5709 (para)
msgid ""
"Some items may only display in certain modes, like when doing a remote "
"display. Multiple values can be specified and must be separated with commas. "
"The following values are possible:"
msgstr ""
-#: ../C/gdm.xml:5716 (para)
+#: ../C/gdm.xml:5715 (para)
msgid "<filename>console</filename> - In console mode."
msgstr "<filename>console</filename> - En modo consola."
-#: ../C/gdm.xml:5719 (para)
+#: ../C/gdm.xml:5718 (para)
#, fuzzy
msgid "<filename>console-fixed</filename> - In console non-flexi mode."
msgstr "<filename>console</filename> - En modo consola."
-#: ../C/gdm.xml:5722 (para)
+#: ../C/gdm.xml:5721 (para)
#, fuzzy
msgid "<filename>console-flexi</filename> - In console &amp; flexi mode."
msgstr "<filename>console</filename> - En modo consola."
-#: ../C/gdm.xml:5725 (para)
+#: ../C/gdm.xml:5724 (para)
#, fuzzy
msgid "<filename>flexi</filename> - In flexi mode."
msgstr "<filename>console</filename> - En modo consola."
-#: ../C/gdm.xml:5728 (para)
+#: ../C/gdm.xml:5727 (para)
#, fuzzy
msgid "<filename>remote</filename> - In remote mode."
msgstr "<filename>console</filename> - En modo consola."
-#: ../C/gdm.xml:5731 (para)
+#: ../C/gdm.xml:5730 (para)
#, fuzzy
msgid "<filename>remote-flexi</filename> - In remote &amp; flexi mode."
msgstr "<filename>console</filename> - En modo consola."
-#: ../C/gdm.xml:5735 (para)
+#: ../C/gdm.xml:5734 (para)
#, fuzzy
msgid ""
"For example: <screen>\n"
@@ -7402,14 +7455,14 @@ msgid ""
msgstr ""
"Por ejemplo: <screen>&lt;show modes=\"console\" type=\"system\"/&gt;</screen>"
-#: ../C/gdm.xml:5742 (para)
+#: ../C/gdm.xml:5741 (para)
msgid ""
"You can also specify the \"type\" value to indicate that certain items "
"should only be displayed if the type is true. Valid values include the "
"following:"
msgstr ""
-#: ../C/gdm.xml:5748 (para)
+#: ../C/gdm.xml:5747 (para)
msgid ""
"<filename>chooser</filename>, if ChooserButton is set to \"true\" in the GDM "
"configuration."
@@ -7417,7 +7470,7 @@ msgstr ""
"<filename>chooser</filename>, si ChooserButton está puesto a «true» en la "
"configuración de GDM."
-#: ../C/gdm.xml:5752 (para)
+#: ../C/gdm.xml:5751 (para)
msgid ""
"<filename>config</filename>, if ConfigAvailable is set to \"true\" in the "
"GDM configuration."
@@ -7425,7 +7478,7 @@ msgstr ""
"<filename>configurar</filename>, si ConfigAvailable está puesto a «true» en "
"la configuración de GDM."
-#: ../C/gdm.xml:5756 (para)
+#: ../C/gdm.xml:5755 (para)
msgid ""
"<filename>halt</filename>, if HaltDaemon is specified in the GDM "
"configuration."
@@ -7433,7 +7486,7 @@ msgstr ""
"<filename>halt</filename>, si HaltDaemon está especificado en la "
"configuración de GDM."
-#: ../C/gdm.xml:5760 (para)
+#: ../C/gdm.xml:5759 (para)
msgid ""
"<filename>reboot</filename>, if RebootCommand is specified in the GDM "
"configuration."
@@ -7441,7 +7494,7 @@ msgstr ""
"<filename>reiniciar</filename>, si RebootCommand está especificado en la "
"configuración de GDM."
-#: ../C/gdm.xml:5764 (para)
+#: ../C/gdm.xml:5763 (para)
msgid ""
"<filename>suspend</filename>, if SuspendCommand is specified in the GDM "
"configuration."
@@ -7449,7 +7502,7 @@ msgstr ""
"<filename>suspend</filename>, si SuspendCommand está especificado en la "
"configuración de GDM."
-#: ../C/gdm.xml:5768 (para)
+#: ../C/gdm.xml:5767 (para)
msgid ""
"<filename>system</filename>, if SystemMenu is specified in the GDM "
"configuration."
@@ -7457,7 +7510,7 @@ msgstr ""
"<filename>system</filename>, si SystemMenu está especificado en la "
"configuración de GDM."
-#: ../C/gdm.xml:5772 (para)
+#: ../C/gdm.xml:5771 (para)
msgid ""
"<filename>timed</filename>, if TimedLoginEnabled is set to \"true\" in the "
"GDM configuration."
@@ -7465,7 +7518,7 @@ msgstr ""
"<filename>timed</filename>, si TimedLoginEnabled está puesto a \"true\" en "
"la configuración de GDM."
-#: ../C/gdm.xml:5777 (para)
+#: ../C/gdm.xml:5776 (para)
#, fuzzy
msgid ""
"For example: <screen>\n"
@@ -7474,53 +7527,54 @@ msgid ""
msgstr ""
"Por ejemplo: <screen>&lt;show modes=\"console\" type=\"system\"/&gt;</screen>"
-#: ../C/gdm.xml:5784 (para)
+#: ../C/gdm.xml:5783 (para)
msgid ""
"Note that if SystemMenu is off then the halt, restart, suspend, chooser and "
"config choices will not be shown, so this is a global toggle for them all. "
"See some of the standard themes for how the show modes are used."
msgstr ""
-#: ../C/gdm.xml:5793 (title)
+#: ../C/gdm.xml:5792 (title)
msgid "Normal/Active/Prelight Nodes"
msgstr ""
-#: ../C/gdm.xml:5795 (para)
+#: ../C/gdm.xml:5794 (para)
msgid ""
"Depending on the item type (except for userlist - refer to Color node "
"below), it can specify its color, font, or image via the following tags:"
msgstr ""
-#: ../C/gdm.xml:5801 (para)
+#: ../C/gdm.xml:5800 (para)
#, fuzzy
msgid "<filename>normal</filename> - normal state."
msgstr "<filename>console</filename> - En modo consola."
-#: ../C/gdm.xml:5804 (para)
+#: ../C/gdm.xml:5803 (para)
#, fuzzy
msgid "<filename>active</filename> - when the item has active focus."
msgstr "<filename>console</filename> - En modo consola."
-#: ../C/gdm.xml:5807 (para)
+#: ../C/gdm.xml:5806 (para)
+#, fuzzy
msgid ""
"<filename>prelight</filename> - when the mouse is hovering over the item."
-msgstr ""
+msgstr "<filename>console</filename> - En modo consola."
-#: ../C/gdm.xml:5812 (para)
+#: ../C/gdm.xml:5811 (para)
msgid ""
"When item is \"rect\" (alpha can be omitted and defaults to 0.0): <screen>\n"
"&lt;normal color=\"#ffffff\" alpha=\"0.0\"&gt;\n"
"</screen>"
msgstr ""
-#: ../C/gdm.xml:5820 (para)
+#: ../C/gdm.xml:5819 (para)
msgid ""
"When item is \"label\" <screen>\n"
"&lt;normal color=\"#ffffff\" font=\"Sans 14\"/&gt;\n"
"</screen>"
msgstr ""
-#: ../C/gdm.xml:5827 (para)
+#: ../C/gdm.xml:5826 (para)
msgid ""
"When the item type is \"pixmap\" or \"SVG\", then the normal, active, and "
"prelight tags specify the images to use as follows: <screen>\n"
@@ -7528,35 +7582,35 @@ msgid ""
"</screen>"
msgstr ""
-#: ../C/gdm.xml:5836 (para)
+#: ../C/gdm.xml:5835 (para)
msgid ""
"Note that relative pathnames are assumed to be in the same directory as the "
"theme <filename>.xml</filename> file in <filename>&lt;share&gt;/gdm/themes/"
"&lt;theme_name&gt;</filename>."
msgstr ""
-#: ../C/gdm.xml:5844 (title)
+#: ../C/gdm.xml:5843 (title)
msgid "Face Browser Icon/Label Color Nodes"
msgstr ""
-#: ../C/gdm.xml:5846 (para)
+#: ../C/gdm.xml:5845 (para)
msgid ""
"If the item type is of userlist, then the background color for the icon and "
"label can be set separately via the the following tag:"
msgstr ""
-#: ../C/gdm.xml:5852 (screen)
+#: ../C/gdm.xml:5851 (screen)
#, no-wrap
msgid ""
"\n"
"&lt;color iconcolor=\"#dddddd\" labelcolor=\"#ffffff\"/&gt;\n"
msgstr ""
-#: ../C/gdm.xml:5859 (title)
+#: ../C/gdm.xml:5858 (title)
msgid "Text Node"
msgstr "Nodo de texto"
-#: ../C/gdm.xml:5861 (para)
+#: ../C/gdm.xml:5860 (para)
msgid ""
"Text tags are used by labels. They can be used to display localized text as "
"follows (if the \"xml:lang\" attribute is omitted, the C locale is assumed): "
@@ -7565,60 +7619,60 @@ msgid ""
"</screen>"
msgstr ""
-#: ../C/gdm.xml:5870 (para)
+#: ../C/gdm.xml:5869 (para)
msgid ""
"You can include pango markup in the text nodes for labels, however you must "
"encode it. So for example to have the label of \"foo&lt;sup&gt;bar&lt;/"
"sup&gt;\", you must type: <screen>\n"
-"&lt;text\"&gt;foo&amp;lt;sup&amp;&gt;bar&amp;lt;/sup&amp;&gt;&lt;/text&gt;\n"
+"&lt;text&gt;\"foo&lt;sup&gt;bar&lt;/sup&gt;\"&lt;/text&gt;\n"
"</screen>"
msgstr ""
-#: ../C/gdm.xml:5879 (para)
+#: ../C/gdm.xml:5878 (para)
msgid ""
"Text nodes can contain the following special character sequences which will "
"be translated as follows:"
msgstr ""
-#: ../C/gdm.xml:5884 (para)
+#: ../C/gdm.xml:5883 (para)
msgid "%% - A literal % character"
msgstr "%% - Un carácter literal %"
-#: ../C/gdm.xml:5887 (para)
+#: ../C/gdm.xml:5886 (para)
msgid ""
"%c - Clock time. Only labels with the \"clock\" id will update automatically "
"every second. Other labels will contain a static timestamp."
msgstr ""
-#: ../C/gdm.xml:5892 (para)
+#: ../C/gdm.xml:5891 (para)
msgid "%d - Display name (DISPLAY environment variable)"
msgstr ""
-#: ../C/gdm.xml:5895 (para)
+#: ../C/gdm.xml:5894 (para)
msgid "%h - Hostname (gethostname output)"
msgstr ""
-#: ../C/gdm.xml:5898 (para)
+#: ../C/gdm.xml:5897 (para)
msgid "%m - Machine name (uname.machine output)"
msgstr ""
-#: ../C/gdm.xml:5901 (para)
+#: ../C/gdm.xml:5900 (para)
msgid "%n - Node name (uname.nodename output)"
msgstr ""
-#: ../C/gdm.xml:5904 (para)
+#: ../C/gdm.xml:5903 (para)
msgid "%o - Domain name (getdomainname output)"
msgstr ""
-#: ../C/gdm.xml:5907 (para)
+#: ../C/gdm.xml:5906 (para)
msgid "%r - Release name (uname.release output)"
msgstr ""
-#: ../C/gdm.xml:5910 (para)
+#: ../C/gdm.xml:5909 (para)
msgid "%s - System name (uname.sysname output)"
msgstr ""
-#: ../C/gdm.xml:5913 (para)
+#: ../C/gdm.xml:5912 (para)
msgid ""
"%t - Current timed delay value from configuration file (0 if off) followed "
"by the word \"seconds\" if value is greater than 1 or the word \"second\" if "
@@ -7627,29 +7681,29 @@ msgid ""
"updated every second."
msgstr ""
-#: ../C/gdm.xml:5921 (para)
+#: ../C/gdm.xml:5920 (para)
msgid ""
"%u - Timed username value from configuration file (empty if off) This "
"character sequence is intended to be only used internally to display the "
"\"timed-label\" message, which is automatically updated every second."
msgstr ""
-#: ../C/gdm.xml:5927 (para)
+#: ../C/gdm.xml:5926 (para)
msgid "\\n - Carriage return"
msgstr "\\n - Retorno de carro"
-#: ../C/gdm.xml:5930 (para)
+#: ../C/gdm.xml:5929 (para)
msgid ""
"_ - An underscore causes the following character to be underlined. If it "
"precedes a % character sequence, the string that replaces the character "
"sequence is underlined."
msgstr ""
-#: ../C/gdm.xml:5938 (title)
+#: ../C/gdm.xml:5937 (title)
msgid "Stock"
msgstr "Stock"
-#: ../C/gdm.xml:5940 (para)
+#: ../C/gdm.xml:5939 (para)
msgid ""
"Certain common localized labels can be specified via the stock tags. The "
"\"text\" tag is ignored if the \"stock\" tag is used. You should really use "
@@ -7663,75 +7717,75 @@ msgstr ""
"traducciones en los temas. Esto da tiempos de carga más rápidos y mejores "
"traducciones. Los valores siguientes son válidos:"
-#: ../C/gdm.xml:5949 (para)
+#: ../C/gdm.xml:5948 (para)
msgid "<filename>cancel</filename>, _(\"_Cancel\""
msgstr "<filename>cancel</filename>, _(\"_Cancelar\""
-#: ../C/gdm.xml:5952 (para)
+#: ../C/gdm.xml:5951 (para)
msgid "<filename>caps-lock-warning</filename>, _(\"Caps Lock key is on.\""
msgstr ""
"<filename>caps-lock-warning</filename>, _(\"La tecla BloqMayús está activada."
"\""
-#: ../C/gdm.xml:5956 (para)
+#: ../C/gdm.xml:5955 (para)
#, fuzzy
msgid "<filename>chooser</filename>, _(\"Remote Login via _XDMCP\""
msgstr "<filename>chooser</filename>, _(\"Selector _XDMCP\""
-#: ../C/gdm.xml:5959 (para)
+#: ../C/gdm.xml:5958 (para)
msgid "<filename>config</filename>, _(\"_Configure\""
msgstr "<filename>config</filename>, _(\"_Configurar\""
-#: ../C/gdm.xml:5962 (para)
+#: ../C/gdm.xml:5961 (para)
msgid "<filename>disconnect</filename>, _(\"D_isconnect\""
msgstr "<filename>disconnect</filename>, _(\"D_esconectar\""
-#: ../C/gdm.xml:5965 (para)
+#: ../C/gdm.xml:5964 (para)
msgid "<filename>halt</filename>, _(\"Shut _Down\""
msgstr "<filename>halt</filename>, _(\"_Apagar\")"
-#: ../C/gdm.xml:5968 (para)
+#: ../C/gdm.xml:5967 (para)
msgid "<filename>language</filename>, _(\"_Language\""
msgstr "<filename>language</filename>, _(\"_Idioma\""
-#: ../C/gdm.xml:5971 (para)
+#: ../C/gdm.xml:5970 (para)
msgid "<filename>ok</filename>, _(\"_OK\""
msgstr "<filename>ok</filename>, _(\"_Aceptar\""
-#: ../C/gdm.xml:5974 (para)
+#: ../C/gdm.xml:5973 (para)
msgid "<filename>quit</filename>, _(\"_Quit\""
msgstr "<filename>quit</filename>, _(\"_Salir\""
-#: ../C/gdm.xml:5977 (para)
+#: ../C/gdm.xml:5976 (para)
msgid "<filename>reboot</filename>, _(\"_Restart\""
msgstr "<filename>reboot</filename>, _(\"_Reiniciar\""
-#: ../C/gdm.xml:5980 (para)
+#: ../C/gdm.xml:5979 (para)
msgid "<filename>session</filename>, _(\"_Session\""
msgstr "<filename>session</filename>, _(\"_Sesión\""
-#: ../C/gdm.xml:5983 (para)
+#: ../C/gdm.xml:5982 (para)
msgid "<filename>suspend</filename>, _(\"Sus_pend\""
msgstr "<filename>suspend</filename>, _(\"Sus_pender\""
-#: ../C/gdm.xml:5986 (para)
+#: ../C/gdm.xml:5985 (para)
msgid "<filename>system</filename>, _(\"_Actions\" (Formerly \"S_ystem\""
msgstr ""
"<filename>system</filename>, _(\"_Acciones\" (Anteriormente \"S_istema\""
-#: ../C/gdm.xml:5990 (para)
+#: ../C/gdm.xml:5989 (para)
msgid "<filename>timed-label</filename>, _(\"User %u will login in %t\""
msgstr "<filename>timed-label</filename>, _(\"El usuario %u entrará en %t\""
-#: ../C/gdm.xml:5994 (para)
+#: ../C/gdm.xml:5993 (para)
msgid "<filename>username-label</filename>, _(\"Username:\""
msgstr "<filename>username-label</filename>, _(\"Usuario:\""
-#: ../C/gdm.xml:5997 (para)
+#: ../C/gdm.xml:5996 (para)
msgid "<filename>welcome-label</filename>, _(\"Welcome to %n\""
msgstr "<filename>welcome-label</filename>, _(\"Bienvenido a %n\""
-#: ../C/gdm.xml:6001 (para)
+#: ../C/gdm.xml:6000 (para)
#, fuzzy
msgid ""
"For example: <screen>\n"
@@ -7739,11 +7793,11 @@ msgid ""
"</screen>"
msgstr "Por ejemplo: <screen>&lt;stock type=\"welcome-label\"&gt;</screen>"
-#: ../C/gdm.xml:6010 (title)
+#: ../C/gdm.xml:6009 (title)
msgid "Custom Widgetry"
msgstr "Widgets personalizados"
-#: ../C/gdm.xml:6012 (para)
+#: ../C/gdm.xml:6011 (para)
msgid ""
"Currently there is one item which can be customizable and this is the list "
"item. If you need to ask the user extra things, such as to pick from a list "
@@ -7763,7 +7817,7 @@ msgstr ""
"display&gt;.GreeterInfo</filename> como <filename>&lt;list id&gt;=&lt;"
"listitem id&gt;</filename>."
-#: ../C/gdm.xml:6023 (para)
+#: ../C/gdm.xml:6022 (para)
msgid ""
"For example suppose we are on display :0, <filename>ServAuthDir</filename> "
"is <filename>&lt;var&gt;/gdm</filename> and we have the following in the "
@@ -7773,7 +7827,7 @@ msgstr ""
"filename> es <filename>/var/gdm</filename> y necesitamos tener lo "
"siguiente en el tema:"
-#: ../C/gdm.xml:6030 (screen)
+#: ../C/gdm.xml:6029 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
@@ -7799,7 +7853,7 @@ msgstr ""
"&lt;/item&gt;\n"
" "
-#: ../C/gdm.xml:6042 (para)
+#: ../C/gdm.xml:6041 (para)
#, fuzzy
msgid ""
"Then if the user chooses 'Foo' then <filename>&lt;var&gt;/gdm/:0."
@@ -7810,22 +7864,31 @@ msgstr ""
"Entonces si el usuario elije «Foo» entonces <filename>&lt;var&gt;/gdm/:0."
"GreeterInfo</filename> contendrá <screen>custom-config=foo</screen>"
-#: ../C/gdm.xml:6054 (title)
+#: ../C/gdm.xml:6053 (title)
msgid "Accessibility"
msgstr "Accesibilidad"
-#: ../C/gdm.xml:6055 (para)
+#: ../C/gdm.xml:6054 (para)
msgid ""
"GDM supports \"Accessible Login\" to allow users to log in to their desktop "
"session even if they cannot easily use the screen, mouse, or keyboard in the "
-"usual way. This feature allows the user to launch assistive technologies at "
-"login time by means of special \"gestures\" from the standard keyboard and "
-"from a keyboard, pointing device, or switch device attached to the USB or "
-"PS/2 mouse port. It also allows the user to change the visual appearance of "
-"the login UI before logging in, for instance to use a higher-contrast color "
-"scheme for better visibility. GDM only supports accessibility with the GTK+ "
-"Greeter, so the \"Greeter\" parameter in the GDM configuration must be set "
-"to the GTK+ Greeter \"gdmlogin\""
+"usual way. Only the \"Standard Greeter\" supports accessibility, so use this "
+"login GUI for accessibility support. This is done by specifying the "
+"\"Standard Greeter\" in the \"Local\" tab for the console display and "
+"specifying the \"Standard Greeter\" in the \"Remote\" tab for remote "
+"displays. Or you can modify the <filename>Greeter</filename> configuration "
+"option by hand to be <command>gdmlogin</command>."
+msgstr ""
+
+#: ../C/gdm.xml:6066 (para)
+#, fuzzy
+msgid ""
+"The Standard Greeter supports the ability to launch assistive technologies "
+"at login time via configurable \"gestures\" from the standard keyboard, "
+"pointing device, or switch device attached to the USB or PS/2 mouse port. "
+"Also the user can change the visual appearance of the login UI before "
+"logging in, for instance to use a higher-contrast color scheme for better "
+"visibility."
msgstr ""
"GDM soporta «Entrada accesible» para permitir que los usuarios entren en su "
"sesión de escritorio incluso si no pueden usar fácilmente la pantalla, ratón "
@@ -7838,11 +7901,11 @@ msgstr ""
"soporta accesibilidad con el interfaz GTK+, así que el parámetro «Greeter» "
"en la configuración de GDM debe establecerse a «gdmlogin»"
-#: ../C/gdm.xml:6070 (title)
+#: ../C/gdm.xml:6076 (title)
msgid "Accessibility Configuration"
msgstr "Configuración de accesibilidad"
-#: ../C/gdm.xml:6071 (para)
+#: ../C/gdm.xml:6077 (para)
msgid ""
"In order to enable Accessible Login, the system administrator must make some "
"changes to the default login configuration by manually modifying three human-"
@@ -7854,7 +7917,7 @@ msgstr ""
"manualmente tres archivos de configuración almacenados en la configuración "
"de GDM, AccessKeyMouseEvents y AccessDwellMouseEvents."
-#: ../C/gdm.xml:6079 (para)
+#: ../C/gdm.xml:6085 (para)
msgid ""
"In order to allow users to change the color and contrast scheme of the login "
"dialog, make sure the <filename>AllowThemeChange</filename> parameter in the "
@@ -7864,7 +7927,7 @@ msgstr ""
"entrada, asegúrese de que el parámetro <filename>AllowThemeChange</filename> "
"en la configuración de GDM está puesto a «true»."
-#: ../C/gdm.xml:6086 (para)
+#: ../C/gdm.xml:6092 (para)
msgid ""
"To restrict user changes to the visual appearance to a subset of available "
"themes, the <filename>GtkThemesToAllow</filename> parameter in the GDM "
@@ -7877,14 +7940,14 @@ msgstr ""
"establecerse a una lista de temas aceptables separados por comas. Por "
"ejemplo:"
-#: ../C/gdm.xml:6093 (screen)
+#: ../C/gdm.xml:6099 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
"GtkThemesToAllow=HighContrast,HighContrastInverse\n"
msgstr "GtkThemesToAllow=HighContrast,HighContrastInverse"
-#: ../C/gdm.xml:6097 (para)
+#: ../C/gdm.xml:6103 (para)
msgid ""
"To enable the use of assistive technologies such as the Onscreen Keyboard, "
"Screen Reader, or Magnifier, the <filename>AddGtkModules</filename> "
@@ -7899,14 +7962,14 @@ msgstr ""
"<filename>GtkModulesList</filename> debe ser descomentado y establecido como "
"sigue:"
-#: ../C/gdm.xml:6106 (screen)
+#: ../C/gdm.xml:6112 (screen)
#, fuzzy, no-wrap
msgid ""
"\n"
"GtkModulesList=gail:atk-bridge:dwellmouselistener:keymouselistener\n"
msgstr "GtkModulesList=gail:atk-bridge:dwellmouselistener:keymouselistener"
-#: ../C/gdm.xml:6110 (para)
+#: ../C/gdm.xml:6116 (para)
msgid ""
"System administrators may wish to load only the minimum subset of these "
"modules which is required to support their user base. Depending on the end-"
@@ -7934,7 +7997,7 @@ msgstr ""
"conjunto de características reducido; paa accesibilidad optima recomendamos "
"incluir tanto gail como atk-bridge."
-#: ../C/gdm.xml:6127 (para)
+#: ../C/gdm.xml:6133 (para)
msgid ""
"Once \"keymouselistener\" and/or \"dwellmouselistener\" have been added to "
"the GtkModules loaded by GDM, you can assign end-user actions with the "
@@ -7944,7 +8007,7 @@ msgid ""
"directory. The gesture format is described in the two configuration files."
msgstr ""
-#: ../C/gdm.xml:6138 (para)
+#: ../C/gdm.xml:6144 (para)
msgid ""
"The AccessKeyMouseEvents file controls the keymouselistener Gesture Listener "
"and is used to define key-press, mouse button, or XInput device sequences "
@@ -7955,7 +8018,7 @@ msgid ""
"+xkb to your Xserver command line for gestures to work properly."
msgstr ""
-#: ../C/gdm.xml:6150 (para)
+#: ../C/gdm.xml:6156 (para)
msgid ""
"The DwellKeyMouseEvents file controls the dwellmouselistner and supports "
"gestures that involve only motion of a pointing device such as the system "
@@ -7965,7 +8028,7 @@ msgid ""
"alternate input device."
msgstr ""
-#: ../C/gdm.xml:6160 (para)
+#: ../C/gdm.xml:6166 (para)
msgid ""
"Motion gestures are defined as \"crossing events\" into and out of the login "
"dialog window. If the \"dwellmouselistener\" GtkModule is loaded, "
@@ -7974,14 +8037,14 @@ msgid ""
"the onscreen pointer."
msgstr ""
-#: ../C/gdm.xml:6169 (para)
+#: ../C/gdm.xml:6175 (para)
msgid ""
"In order to use text-to-speech services at login time (for instance, when "
"using the Screen Reader in speech mode) on some operating systems, the GDM "
"user must be made a member of the \"audio\" group"
msgstr ""
-#: ../C/gdm.xml:6176 (para)
+#: ../C/gdm.xml:6182 (para)
msgid ""
"Currently GDM does not remember what accessible technology programs have "
"been started when switching applications. So if the user switches between "
@@ -7992,7 +8055,7 @@ msgid ""
"the user session has started."
msgstr ""
-#: ../C/gdm.xml:6187 (para)
+#: ../C/gdm.xml:6193 (para)
msgid ""
"There are some issues that cause users to have problems getting the gesture "
"listeners to work. It is recommended that people use GDM version 2.8.0.5 or "
@@ -8010,11 +8073,11 @@ msgid ""
"before GDM will recognize them."
msgstr ""
-#: ../C/gdm.xml:6208 (title)
+#: ../C/gdm.xml:6214 (title)
msgid "Accessibility Login Sound Configuration"
msgstr "Configuración de sonido de accesibilidad en la entrada"
-#: ../C/gdm.xml:6209 (para)
+#: ../C/gdm.xml:6215 (para)
msgid ""
"By default, GDM requires a media application such as \"sox\" to be present "
"to play sounds for successful or failed login. GDM defaults the location of "
@@ -8025,16 +8088,16 @@ msgid ""
"audio."
msgstr ""
-#: ../C/gdm.xml:6224 (title)
+#: ../C/gdm.xml:6230 (title)
msgid "Solaris Specific Features"
msgstr "Características específicas de Solaris"
-#: ../C/gdm.xml:6227 (title)
+#: ../C/gdm.xml:6233 (title)
#, fuzzy
msgid "Solaris Configuration"
msgstr "Configuración"
-#: ../C/gdm.xml:6228 (para)
+#: ../C/gdm.xml:6234 (para)
msgid ""
"On Solaris, the following configuration is recommended. This turns on IPv6 "
"and also turns on PreFetch for performance benefit. <screen>\n"
@@ -8044,23 +8107,23 @@ msgid ""
"</screen>"
msgstr ""
-#: ../C/gdm.xml:6240 (para)
+#: ../C/gdm.xml:6246 (para)
msgid ""
"Configuring GDM with the \"--with-post-path=/usr/openwin/bin\" on Solaris is "
-"recommended. See comments in configure.ac file."
+"recommended for access to programs like Xnest."
msgstr ""
-#: ../C/gdm.xml:6248 (title)
+#: ../C/gdm.xml:6254 (title)
msgid "Solaris /etc/logindevperm"
msgstr ""
-#: ../C/gdm.xml:6249 (para)
+#: ../C/gdm.xml:6255 (para)
msgid ""
"GDM supports /etc/logindevperm, but only on Solaris 10 and higher. Refer to "
"the logindevperm.4 man page for more information."
msgstr ""
-#: ../C/gdm.xml:6254 (para)
+#: ../C/gdm.xml:6260 (para)
msgid ""
"To make /etc/logindevperm functionality work on Solaris 9 or earlier you "
"would have to hack the GDM PreSession and PostSession script to chmod the "
@@ -8068,56 +8131,56 @@ msgid ""
"listing like this:"
msgstr ""
-#: ../C/gdm.xml:6261 (screen)
+#: ../C/gdm.xml:6267 (screen)
#, no-wrap
msgid ""
"\n"
"/dev/console 0600 /dev/sound/* # audio devices\n"
msgstr ""
-#: ../C/gdm.xml:6265 (para)
+#: ../C/gdm.xml:6271 (para)
msgid ""
-"In the PreSession scriptchown /dev/console to the user:group who is logging "
-"into the console and ensure whatever permissions is specified in /etc/"
-"logindevperm (0600 for the line above). Then in the PostSession script chmod "
-"them back to root:root and ensure 0600 this time (don't use the value in "
-"the /etc/logindevperm file). Linux uses a different mechanism for managing "
-"device permissions."
+"The PreSession script would need to be modified to chown /dev/console to the "
+"user:group who is logging into the console and ensure whatever permissions "
+"is specified in /etc/logindevperm (0600 for the line above). Then in the "
+"PostSession script chmod the device back to root:root and ensure 0600 this "
+"time (do not use the value in the /etc/logindevperm file). Linux uses a "
+"different mechanism for managing device permissions, so this extra scripting "
+"is not needed."
msgstr ""
-#: ../C/gdm.xml:6277 (title)
+#: ../C/gdm.xml:6284 (title)
#, fuzzy
msgid "Solaris Automatic Login"
msgstr "AutomaticLogin"
-#: ../C/gdm.xml:6278 (para)
+#: ../C/gdm.xml:6285 (para)
msgid ""
-"By default, automatic login is not enabled by GDM, so you would only notice "
-"this problem if you try to make use of it. Turning this feature on causes "
-"your computer to login to a specified username on startup without asking for "
-"username and password. This is an unsecure way to set up your computer. Make "
-"sure to read the PAM documentation (e.g. pam.d/pam.conf man page) and be "
-"comfortable with the security settings before modifying your configuration."
+"Automatic login does not work on Solaris because PAM is not configured to "
+"support this feature by default. Automatic login is a GDM feature that is "
+"not enabled by default, so you would only notice this problem if you try to "
+"make use of it. Turning this feature on causes your computer to login to a "
+"specified username on startup without asking for username and password. This "
+"is an unsecure way to set up your computer."
msgstr ""
-#: ../C/gdm.xml:6289 (para)
+#: ../C/gdm.xml:6296 (para)
msgid ""
-"To turn on automatic login on Solaris, refer to the PAM section above. If "
-"using Solaris 10 or lower, then you also need to compile the pam_allow.c "
-"code and install it to /usr/lib/security (or anywhere and provide the full "
-"path in /etc/pam.conf) and ensure it is owned by uid 0 and not group or "
-"world writable. Now see automatic login work. Wasn't it worth it! I believe "
-"these settings will be added someday, though Sun isn't quite sure Automatic "
-"login is such a secure feature so we will probably debate it further."
+"If using Solaris 10 or lower, then you need to compile the pam_allow.c code "
+"provided with the GDM release and install it to /usr/lib/security (or "
+"provide the full path in /etc/pam.conf) and ensure it is owned by uid 0 and "
+"not group or world writable."
msgstr ""
-#: ../C/gdm.xml:6301 (para)
+#: ../C/gdm.xml:6304 (para)
msgid ""
"The following are reasonable pam.conf values for turning on automatic login "
-"in GDM."
+"in GDM. Make sure to read the PAM documentation (e.g. pam.d/pam.conf man "
+"page) and be comfortable with the security implications of any changes you "
+"intend to make to your configuration."
msgstr ""
-#: ../C/gdm.xml:6306 (screen)
+#: ../C/gdm.xml:6312 (screen)
#, no-wrap
msgid ""
"\n"
@@ -8128,31 +8191,31 @@ msgid ""
" gdm-autologin password sufficient pam_allow.so.1\n"
msgstr ""
-#: ../C/gdm.xml:6314 (para)
+#: ../C/gdm.xml:6320 (para)
msgid ""
"The above setup will cause no lastlog entry to be generated. If a lastlog "
"entry is desired, then use the following for session:"
msgstr ""
-#: ../C/gdm.xml:6319 (screen)
+#: ../C/gdm.xml:6325 (screen)
#, no-wrap
msgid ""
"\n"
" gdm-autologin session required pam_unix_session.so.1\n"
msgstr ""
-#: ../C/gdm.xml:6325 (title)
+#: ../C/gdm.xml:6331 (title)
#, fuzzy
msgid "Other Solaris Features"
msgstr "Características específicas de Solaris"
-#: ../C/gdm.xml:6326 (para)
+#: ../C/gdm.xml:6332 (para)
msgid "GDM supports a few features specific to Solaris, as follows:"
msgstr ""
"GDM soporta unas pocas características específicas a Solaris, como las "
"siguientes:"
-#: ../C/gdm.xml:6330 (para)
+#: ../C/gdm.xml:6336 (para)
#, fuzzy
msgid ""
"GDM supports Solaris Auditing if running on Solaris 10 or higher. GDM should "
@@ -8160,7 +8223,7 @@ msgid ""
msgstr ""
"GDM soporta Solaris Auditing si se ejecuta sobre Solaris 10 o superior."
-#: ../C/gdm.xml:6336 (para)
+#: ../C/gdm.xml:6342 (para)
msgid ""
"GDM supports a security feature which causes the X server to run as the user "
"instead of as the root user. GDM must be using PAM for this feature to be "
@@ -8169,24 +8232,24 @@ msgid ""
"which disables the AlwaysRestartServer configuration option."
msgstr ""
-#: ../C/gdm.xml:6345 (para)
+#: ../C/gdm.xml:6351 (para)
#, fuzzy
msgid ""
"Solaris supports the <filename>/etc/default/login</filename> interface, "
"which affects the <filename>DefaultPath</filename>, <filename>RootPath</"
"filename>, <filename>PasswordRequired</filename>, and "
"<filename>AllowRemoteRoot</filename> options as described in the "
-"Configuration section."
+"\"Configuration\" section."
msgstr ""
"Los scripts <filename>Init</filename>, <filename>PreSession</filename>, "
"<filename>PostSession</filename>, y <filename>PostLogin</filename> se "
"describen más tarde en esta sección."
-#: ../C/gdm.xml:6357 (title)
+#: ../C/gdm.xml:6363 (title)
msgid "Example Configurations"
msgstr "Configuraciones de ejemplo"
-#: ../C/gdm.xml:6359 (para)
+#: ../C/gdm.xml:6365 (para)
msgid ""
"This section has some example configurations that are useful for various "
"setups."
@@ -8194,12 +8257,12 @@ msgstr ""
"Esta sección tiene algunas configuraciones de ejemplo que son útiles para "
"varias configuraciones."
-#: ../C/gdm.xml:6365 (title)
+#: ../C/gdm.xml:6371 (title)
#, fuzzy
msgid "Terminal Lab With One Server"
msgstr "Laboratorio con terminales con dos o más servidores"
-#: ../C/gdm.xml:6367 (para)
+#: ../C/gdm.xml:6373 (para)
msgid ""
"Suppose you want to make a lab full of X terminals that all connect to one "
"server machine. So let's call one X terminal <filename>xterminal</filename> "
@@ -8207,7 +8270,7 @@ msgid ""
"install GDM on both."
msgstr ""
-#: ../C/gdm.xml:6374 (para)
+#: ../C/gdm.xml:6380 (para)
msgid ""
"On <filename>appserver</filename> you enable XDMCP, so you have <screen>\n"
"[xdmcp]\n"
@@ -8216,7 +8279,7 @@ msgid ""
"[servers]</filename> section empty."
msgstr ""
-#: ../C/gdm.xml:6384 (para)
+#: ../C/gdm.xml:6390 (para)
msgid ""
"On the <filename>xterminal</filename> you disable XDMCP (you don't want "
"anyone to connect to the xterminal really). You will add a server type "
@@ -8238,11 +8301,11 @@ msgid ""
"<filename>appserver</filename>."
msgstr ""
-#: ../C/gdm.xml:6412 (title)
+#: ../C/gdm.xml:6418 (title)
msgid "Terminal Lab With Two Or More Servers"
msgstr "Laboratorio con terminales con dos o más servidores"
-#: ../C/gdm.xml:6414 (para)
+#: ../C/gdm.xml:6420 (para)
msgid ""
"Suppose you want to make a lab full of X terminals that all connect to some "
"choice of servers. For now let's make it <filename>appserverone</filename> "
@@ -8261,7 +8324,7 @@ msgstr ""
"las consultas indirectas en el servidor debido a que ejecutamos los "
"selectores localmente en las terminales X."
-#: ../C/gdm.xml:6425 (para)
+#: ../C/gdm.xml:6431 (para)
msgid ""
"So on the <filename>xterminal</filename> you again disable XDMCP. You will "
"add a server type perhaps called <filename>Chooser</filename> as follows: "
@@ -8281,7 +8344,7 @@ msgid ""
"</screen>"
msgstr ""
-#: ../C/gdm.xml:6448 (para)
+#: ../C/gdm.xml:6454 (para)
msgid ""
"The XDMCP chooser on the X terminal will normally give a broadcast query to "
"see which servers exist on the network. If the two servers are not reachable "
@@ -8291,7 +8354,7 @@ msgid ""
"</screen> and any other servers you wish the users to be able to connect to."
msgstr ""
-#: ../C/gdm.xml:6460 (para)
+#: ../C/gdm.xml:6466 (para)
msgid ""
"Sometimes you may want to run the chooser on the server side however. Then "
"what you want to do is to run a configuration similar to the previous "
@@ -8309,11 +8372,11 @@ msgid ""
"terminals."
msgstr ""
-#: ../C/gdm.xml:6482 (title)
+#: ../C/gdm.xml:6488 (title)
msgid "Troubleshooting"
msgstr ""
-#: ../C/gdm.xml:6484 (para)
+#: ../C/gdm.xml:6490 (para)
#, fuzzy
msgid ""
"This section discusses helpful tips for getting GDM working. In general, if "
@@ -8328,7 +8391,7 @@ msgstr ""
"categoría «gdm» en <ulink type=\"http\" url=\"http://bugzilla.gnome.org/"
"\">bugzilla.gnome.org</ulink>."
-#: ../C/gdm.xml:6494 (para)
+#: ../C/gdm.xml:6500 (para)
msgid ""
"If GDM is failing to work properly, it is always a good idea to include "
"debug information. Use the <command>gdmsetup</command> command to turn on "
@@ -8341,17 +8404,17 @@ msgid ""
"syslog output, you may need to configure syslog (see syslog.3c man page)."
msgstr ""
-#: ../C/gdm.xml:6508 (para)
+#: ../C/gdm.xml:6514 (para)
msgid ""
"You should not leave debug on after collecting data. It will clutter your "
"syslog and slow system performance."
msgstr ""
-#: ../C/gdm.xml:6514 (title)
+#: ../C/gdm.xml:6520 (title)
msgid "GDM Will Not Start"
msgstr ""
-#: ../C/gdm.xml:6516 (para)
+#: ../C/gdm.xml:6522 (para)
msgid ""
"There are a many problems that can cause GDM to fail to start, but this "
"section will discuss a few common problems and how to approach tracking down "
@@ -8360,7 +8423,7 @@ msgid ""
"track down problems when GDM fails silently."
msgstr ""
-#: ../C/gdm.xml:6525 (para)
+#: ../C/gdm.xml:6531 (para)
msgid ""
"First make sure that the Xserver is configured properly. The GDM "
"configuration file contains a command in the [server-Standard] section that "
@@ -8373,7 +8436,7 @@ msgid ""
"file so that it is correct for your system."
msgstr ""
-#: ../C/gdm.xml:6538 (para)
+#: ../C/gdm.xml:6544 (para)
msgid ""
"Another common problem is that the GDM greeter program is having trouble "
"starting. This can happen, for example, if GDM cannot find a needed library "
@@ -8385,18 +8448,18 @@ msgid ""
"often highlight the problem."
msgstr ""
-#: ../C/gdm.xml:6551 (para)
+#: ../C/gdm.xml:6557 (para)
msgid ""
"Also make sure that the <filename>/tmp</filename> directory has reasonable "
"ownership and permissions, and that the machine's file system is not full. "
"These problems will cause GDM to fail to start."
msgstr ""
-#: ../C/gdm.xml:6559 (title)
+#: ../C/gdm.xml:6565 (title)
msgid "GDM Will Not Access User Settings"
msgstr ""
-#: ../C/gdm.xml:6561 (para)
+#: ../C/gdm.xml:6567 (para)
msgid ""
"GDM saves user settings, such as your default session and default language, "
"in the <filename>~/.dmrc</filename>. Other files, such as the user's "
@@ -8410,11 +8473,11 @@ msgid ""
"of the \"Overview\"."
msgstr ""
-#: ../C/gdm.xml:6580 (title)
+#: ../C/gdm.xml:6586 (title)
msgid "License"
msgstr "Licencia"
-#: ../C/gdm.xml:6581 (para)
+#: ../C/gdm.xml:6587 (para)
msgid ""
"This program is free software; you can redistribute it and/or modify it "
"under the terms of the <ulink type=\"help\" url=\"gnome-help:gpl"
@@ -8423,7 +8486,7 @@ msgid ""
"option) any later version."
msgstr ""
-#: ../C/gdm.xml:6589 (para)
+#: ../C/gdm.xml:6595 (para)
msgid ""
"This program is distributed in the hope that it will be useful, but WITHOUT "
"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
@@ -8431,7 +8494,7 @@ msgid ""
"License</citetitle> for more details."
msgstr ""
-#: ../C/gdm.xml:6595 (para)
+#: ../C/gdm.xml:6601 (para)
msgid ""
"A copy of the <citetitle>GNU General Public License</citetitle> is included "
"as an appendix to the <citetitle>GNOME Users Guide</citetitle>. You may also "
@@ -8449,6 +8512,17 @@ msgid "translator-credits"
msgstr "Francisco Javier F. Serrador <serrador@cvs.gnome.org>, 2003, 2005."
#~ msgid ""
+#~ "GDM was written with simplicity and security in mind. GDM is a "
+#~ "replacement for XDM, the X Display Manager. Unlike its competitors (X3DM, "
+#~ "KDM, WDM) GDM was written from scratch and does not contain any XDM / X "
+#~ "Consortium code."
+#~ msgstr ""
+#~ "GDm se ha escrito con simplicidad y seguridad en mente. GDM es un "
+#~ "reemplazo de XDM, el gestor de pantallas de X, A diferencia de sus "
+#~ "competidores, (X3DM, KDM, WDM), GSM se escribió desde cero y no contiene "
+#~ "nada de código de XDM / X Consortium."
+
+#~ msgid ""
#~ "The GDM user, and group, which are normally just <command>gdm</command> "
#~ "should not be user or group of any particular privilege. The reason for "
#~ "using them is to have the user interface run as a user without privileges "
diff --git a/docs/es/gdm.xml b/docs/es/gdm.xml
index 549ea10f..84af1a14 100644
--- a/docs/es/gdm.xml
+++ b/docs/es/gdm.xml
@@ -65,7 +65,6 @@
<releaseinfo>This manual describes version 2.13.0.8 of the GNOME Display Manager. It was last updated on 02/10/2006.</releaseinfo>
-
</articleinfo>
<sect1 id="preface">
@@ -100,7 +99,7 @@
<sect2 id="introduction">
<title>Introducción</title>
- <para>GDm se ha escrito con simplicidad y seguridad en mente. GDM es un reemplazo de XDM, el gestor de pantallas de X, A diferencia de sus competidores, (X3DM, KDM, WDM), GSM se escribió desde cero y no contiene nada de código de XDM / X Consortium.</para>
+ <para>The Gnome Display Manager (GDM) is a display manager that implements all significant features required for managing local and remote displays. GDM was written from scratch and does not contain any XDM / X Consortium code.</para>
<para>For further information about GDM, see the <ulink type="http" url="http://www.gnome.org/projects/gdm/"> the GDM project website</ulink>. Please submit any bug reports or enhancement requests to the "gdm" category in <ulink type="http" url="http://bugzilla.gnome.org/">bugzilla.gnome.org</ulink>. You can also send a message to the <address><email>gdm-list@gnome.org</email></address> mail list to discuss any issues or concerns with the GDM program.</para>
</sect2>
@@ -108,9 +107,9 @@
<sect2 id="stability">
<title>Interface Stability</title>
- <para>The key/value pairs defined in the GDM configuration files and the location of these files are considered "stable" interfaces and should only change in ways that are backwards compatible. Note that this includes functionaity like the GDM scripts (Init, PreSession, PostSession, PostLogin, XKeepsCrashing, etc.); directory locations (ServAuthDir, PidFile, etc.), system applications (SoundProgram), etc. Some values depend on OS interfaces may need to be modified to work on a given OS. Typical examples are HaltCommand, RebootCommand, SuspendCommand, StandardXServer, Xnest, SoundProgram, and the "command" value for each "server-foo".</para>
+ <para>The key/value pairs defined in the GDM configuration files and the location of these files are considered "stable" interfaces and should only change in ways that are backwards compatible. Note that this includes functionality like the GDM scripts (Init, PreSession, PostSession, PostLogin, XKeepsCrashing, etc.); directory locations (ServAuthDir, PidFile, etc.), system applications (SoundProgram), etc. Some configuration values depend on OS interfaces may need to be modified to work on a given OS. Typical examples are HaltCommand, RebootCommand, SuspendCommand, StandardXServer, Xnest, SoundProgram, and the "command" value for each "server-foo".</para>
- <para>Note: distributions often change the default values of keys to support their platform. Command-line interfaces for programs installed to <filename>lt;bin&gt;</filename> are considered stable. Refer to your distribution configuration to see if there are any distribution-specific changes from the default GDM configuration and for information for what support exists for these options.</para>
+ <para>Note: distributions often change the default values of keys to support their platform. Command-line interfaces for GDM programs installed to <filename>&lt;bin&gt;</filename> and <filename>&lt;sbin&gt;</filename> are considered stable. Refer to your distribution documentation to see if there are any distribution-specific changes to these GDM interfaces and what support exists for them.</para>
<para>If issues are discovered that break compatibility, please file a bug with an "urgent" priority.</para>
</sect2>
@@ -122,9 +121,9 @@
<para>El demonio de GDM soporta un protocolo de sockets de dominio UNIX que puede usarse para controlar aspectos de su comportamiento y para solicitarle información. Este protocolo se describe en la sección «Controlar GDM» de este documento.</para>
- <para>A GDM se le puede pedir que gestione una pantalla de varias formas. Las pantallas locales las gestiona siempre gDM cuando se inicia y serán reiniciadas cuando la sesión de un usuario termine. Las pantallas pueden pedirse además por XDMCP y se pueden pedir pantallas flexibles ejecutando el comando <command>gdmflexiserver</command>, y dichas pantallas no se reinician al salir de la sesión. Estos tipos de pantallas se discuten en la sección siguiente.</para>
+ <para>GDM can be asked to manage a display a number of ways. Local displays are always managed when GDM starts and will be restarted when a user's session is finished. Displays can be requested via XDMCP, flexible displays can be requested by running the <command>gdmflexiserver</command> command. Displays that are started on request are not restarted on session exit. GDM also provides the <command>gdmdynamic</command> command to allow easier management of displays on a multi-user server. These display types are discussed further in the next section.</para>
- <para>Cuando se le pide al demonio GDM que gestione una pantalla, bifurcará un proceso servidor de X, después ejecutará el script <filename>Init</filename> como el usuario root, e iniciará el diálogo de entrada como un proceso esclavo en la pantalla. GDM puede configurarse para usar o bien <command>gdmgreeter</command> (predeterminado) o <command>gdmlogin</command> como programa de IGU para la entrada. El programa <command>gdmlogin</command> soporta accesibilidad mientras que el programa <command>gdmgreeter</command> soporta mayor temabilidad. El diálogo de la IGU se ejecuta como un usuario/grupo no provilegiado que se describe en la sección «Seguridad» abajo. El diálogo del IGU se comunica con el demonio por medio de un protocolo de sockets y por medio de la entrada/salida estándar. El esclavo, por ejemplo pasa el nombre del usuario y la contraseña al demonio GDM por medio de la entrada/salida estándar asíq ue el demonio puede manipular la autenticación actual.</para>
+ <para>When the GDM daemon is asked to manage a display, it will fork an X server process, then run the <filename>Init</filename> script as the root user, and start the login GUI dialog as a slave process on the display. GDM can be configured to use either <command>gdmgreeter</command> (the default) or <command>gdmlogin</command> as the GUI dialog program. The <command>gdmlogin</command> program supports accessibility while the <command>gdmgreeter</command> program supports greater themeability. The GUI dialog is run as the unpriviledged "gdm" user/group which is described in the "Security" section below. The GUI dialog communicates with the daemon via a sockets protocol and via standard input/output. The slave, for example passes the username and password information to the GDM daemon via standard input/output so the daemon can handle the actual authentication.</para>
<para>La pantalla del GUI de la entrada permite al usuario seleccionar qué sesión quiere iniciar y qué idioma quiere usar. Las sesiones se definen por archivos que terminan con la extensión .desktop y puede encontrar más información sobre estos archivos en la sección de «Configuración». El usuario ontroduce su nombre y contraseña y si éstos le autentican con éxito, GDM iniciará la sesión solicitada para el usuario. Es posible configurar GDM para evitar el proceso de autenticación activando las características de Entrada automática o Entrada temporizada en la configuración de GDM. El IGU de entrada puede configurarse además para para proporcionar características adicionales al usuario, como un visor de rostros, la capacidad de detener, reiniciar o suspender el sistema; y o editar la configuración de entrada (tras introducir la contraseña de root).</para>
@@ -141,6 +140,8 @@
<para>Flexible, or on demand displays, are started via the socket protocol with the <command>gdmflexiserver</command> command. This feature is only available to users logged in on the console and will display a new login screen. If a flexible display has previously been started on the console, running <command>gdmflexiserver</command> again will display a menu allowing users to switch back to a previous session or start a new flexible session. The <command>gdmflexiserver</command> locks the current session before starting a new flexible display, so the user's password must be entered before returning to an existing session. The <command>gdmflexiserver</command> command can also be used to launch nested <command>Xnest</command> display. These are launched in a window in the user's current session. Nested displays can be started even if not logged into the console and are started by running the <command>gdmflexiserver -n</command> command. Flexible displays are not restarted when the user session ends. Flexible displays require virtual terminal (VT) support in the kernel, and will not be available if not supported (such as on Solaris). Nested displays require that the X server supports Xnest.</para>
<para>El último tipo es la pantalla remota XDMCP que se describe en la siguiente sección. Los equipos remotos pueden conectarse a GDM y presentar la pantalla de entrada si esto está activado. Algunas cosas son diferentes para las sesiones remotas. Por ejemplo, el menú Acciones que permite apagar, reiniciar o configurar GDM no se mostrará.</para>
+
+ <para>Displays started via the <command>gdmdynamic</command> command are treated as local displays, so they are restarted automatically on when the session exits. This command is intended to more effectively manage the displays on a multi-user server (many displays connected to a single server).</para>
</sect2>
<sect2 id="xdmcp">
@@ -169,7 +170,7 @@
<sect2 id="gtkgreeter">
<title>El interfaz GTK+</title>
- <para>El interfaz GTK+ es el interfaz gráfico de usuario que se presenta al usuario. El interfaz contiene un menú en la parte superior, un visor de rostros opcional, un logo opcional y un widget para entrada de texto.</para>
+ <para>The GTK+ Greeter is the default graphical user interface that is presented to the user. The greeter contains a menu at the top, an optional face browser, an optional logo and a text entry widget. This greeter has full accessibility support, and should be used by users with accessibility needs.</para>
<para>El campo de entrada de texto se usa para introducir nombres de usuario, contraseñas, etc. <command>gdmlogin</command> está controlado por un demonio por debajo que es básicamente sin estado. El demonio controla el interfaz a través de un protocolo simple donde puede predir al interfaz una cadena de texto con eco activado o desactivado. Similarmente, el demonio puede cambiar la etiqueta sobre la entrada de texto para corresponder con el valor que el sistema de autenticación quiere que el usuario introduzca.</para>
@@ -185,7 +186,7 @@
<para>La apariencia de este interfaz está controlada realmente por el tema y así los elementos del interfaz de usuario que están presentes pueden ser diferentes. La única cosa que debe estar presente siempre es el campo de entrada de texto tal como se describe arriba en el interfaz GTK+. El tema puede incluir botones que permitan al usuario seleccionar la configuración reginal o idioma adecuado, detener/reiniciar/suspender el equipo, configurar GDM (siempre que el susuario conozca la contraseña de root), o iniciar un selector XDMCP.</para>
- <para>Puede obtener siempre un menú de las acciones disponibles pulsando la tecla F10. Esto puede ser útil si el tema no proporciona ciertos botones cuando realmente quiere hacer alguna acción.</para>
+ <para>You can always get a menu of available actions by pressing the F10 key. This can be useful if the theme doesn't provide certain buttons when you wish to do some action allowed by the GDM configuration.</para>
</sect2>
<sect2 id="facebrowser">
@@ -193,9 +194,9 @@
<para>GDM soporta un visor de rostros que mostrará una lista de usuarios que pueden entrar y un icono para cada usuario. Esta característica puede usarse con el interfaz GTK+ si la opción de configuración <filename>Examinador</filename> está establecida a "true". Esta característica puede usarse con el Interfaz con Temas si usa un tema de GDM que incluya un tipo de elemento "userlist", tal como "happygnome-list"</para>
- <para>Por omisión, el visor de rostros está desactivado debido a que revelar nombres de usuario en la pantalla de entrada no es apropiado en muchos sistemas por razones de seguridad y debido a que GDM requiere alguna configuración para especificar qué usuarios deberían ser visibles. La configuración puede hacerse en la solapa «Usuarios» en <command>gdmsetup</command>. Esta característica es más práctica de usar en un sistema con un número pequeño de usuarios.</para>
+ <para>By default, the face browser is disabled since revealing usernames on the login screen is not appropriate on many systems for security reasons. Also GDM requires some setup to specify which users should be visible. Setup can be done on the "Users" tab in <command>gdmsetup</command>. This feature is most practical to use on a system with a smaller number of users.</para>
- <para>Los iconos usados por GDM pueden instalarse globalmente por el administrador del sistema o pueden ser colocados en los directorios personales de los usuarios.. Si se instalan globalmente deberían estar en el directorio <filename>&lt;share&gt;/pixmaps/faces/</filename> (aunque esto puede configurarse con la opción <filename>GlobalFaceDir</filename>) y el nombre del archivo debería ser el nombre del usuario, opcionalmente con un <filename>.png</filename> agregado. Los iconos de caras colocados en el directorio global de caras deben ser leíbles por el usuario GDM. Sin embargo, el demonio, proximiza las fotografías de los usuarios al interfaz y debido a esto no tienen que ser leíbles por el usuario GDM sino por el root.</para>
+ <para>The icons used by GDM can be installed globally by the sysadmin or can be located in the users' home directories. If installed globally they should be in the <filename>&lt;share&gt;/pixmaps/faces/</filename> directory (though this can be configured with the <filename>GlobalFaceDir</filename> configuration option) and the filename should be the name of the user, optionally with a <filename>.png</filename> appended. Face icons placed in the global face directory must be readable to the GDM user. However, the daemon, proxies user pictures to the greeter and thus those do not have be be readable by the "gdm" user, but root.</para>
<para>Los usuarios pueden ejecutar el comando <command>gdmphotosetup</command> para configurar la imagen a usar para su id de usuario. Este programa escala apropiadamente el archivo si es más grande que las opciones de configuración <filename>MaxIconWidth</filename> o <filename>MaxIconHeight</filename> y coloca al icono en un archivo llamado <filename>~/.face</filename>. Aunque <command>gdmphotosetup</command> escala las imágenes del usuario automáticamente, esto no garantiza que esas imágenes de usuario estén escaladas de forma adecuada así que un usuario puede crear su archivo <filename>~/.face</filename> a mano.</para>
@@ -203,11 +204,11 @@
<para>If a user has no defined face image, GDM will use the "stock_person" icon defined in the current GTK+ theme. If no such image is defined, it will fallback to the image specified in the <filename>DefaultFace</filename> configuration option, normally <filename>&lt;share&gt;/pixmaps/nobody.png</filename>.</para>
- <para>Note que cargar y escalar los iconos de rostros situados en los directorios personales de los usuarios puede ser una tarea que consuma mucho tiempo. Debido a que no es práctico cargar imágenes sobre NIS o NFS, GDM no intenta cargar imágenes de rostros desde directorios personales remotos. Además, GDM parará de cargar imágenes de rostros después de 5 segundos de actividad y sólo mostrará los usuarios cuyas imágenes haya obtenido hasta entonces. La opción <filename>Include</filename> de <filename>gdm.conf</filename> puede usarse para especificar un conjunto de usuarios que deberían aparecer en el visor de rostros. Mientras los usuarios a incluir tengan un tamaño razonable, no debería haber ningún problema con GDM siendo incapaz de acceder a las imágenes de rostros. Para evitar estos problemas, se recomienda situar las imágenes de rostros en el directorio especificado por la opción de configuración <filename>GlobalFaceDir</filename>.</para>
+ <para>Please note that loading and scaling face icons located in user home directories can be a very time-consuming task. Since it not practical to load images over NIS or NFS, GDM does not attempt to load face images from remote home directories. Furthermore, GDM will give up loading face images after 5 seconds of activity and will only display the users whose pictures it has gotten so far. The <filename>Include</filename> configuration option can be used to specify a set of users who should appear on the face browser. As long as the users to include is of a reasonable size, there should not be a problem with GDM being unable to access the face images. To work around such problems, it is recommended to place face images in the directory specified by the <filename>GlobalFaceDir</filename> configuration option.</para>
<para>Para controlar qué usuarios se muestran en el examinador de rostros, hay varias opciones de configuración que pueden usarse. Si se establece a true la opción <filename>IncludeAll</filename>, entonces se analizará el archivo de contraseñas y se mostrarán todos los usuarios. Si la opción <filename>IncludeAll</filename> se establece a falso, entonces la opción <filename>Include</filename> debería contener una lista de usuarios separada por comas. Sólo los usuarios especificados se mostrarán. Cualquier usuario listado en la opción <filename>Exclude</filename> y los usuarios cuyo UID sea inferior a <filename>MinimalUID</filename> se filtrarán con independencia de lo que esté establecido en <filename>IncludeAll</filename>. <filename>IncludeAll</filename> no está recomendado para sistemas donde las contraseñas se carguen por mdio de una red (como cuando se usa NIS), debido a que puede ser muy lento cargar más de un pequeño número de usuarios sobre la red.</para>
- <para>Cuando el examinador está activado, los nombres de usuario válidos en el equipo están expuestos inherentemente a un intruso potencial. Esto puede ser una mala idea si no sabe quién puede acceder a una pantalla de entrada. Esto es especialmente cierto si ejecuta XDMCP (desactivado por omisión).</para>
+ <para>When the browser is turned on, valid usernames on the computer are inherently exposed to a potential intruder. This may be a bad idea if you do not know who can get to a login screen. This is especially true if you run XDMCP (turned off by default).</para>
</sect2>
<sect2 id="logging">
@@ -254,7 +255,7 @@
<sect2 id="PAM">
<title>PAM</title>
- <para>GDM uses PAM for username/authentication, though if your machine does not support PAM you can build GDM to work with shadow passwords and crypt. Refer to the next section for more information about PAM.</para>
+ <para>GDM uses PAM for username/authentication, though if your machine does not support PAM you can build GDM to work with shadow passwords and crypt.</para>
<para>PAM stands for Pluggable Authentication Module, and is used by most programs that request username/password authentication on your computer. It allows the user to configure different behavior for different programs. Since PAM affects security, you should be comfortable with with the pam.</para>
@@ -264,7 +265,7 @@
<para>If there is no entry for GDM in the <filename>&lt;etc&gt;/pam.conf</filename> file, then automatic login will probably not work. Not having an entry will causes GDM to use default behavior, conservative settings are recommended and probably shipped with your distro.</para>
- <para>If you wish to make GDM work with other types of authentication mechanisms, such as SmartCards, you should implement this via writing a PAM module rather than by trying to modify the GDM code. Refer to the PAM documentation on your system and this issue has been discussed on the <address><email>gdm-list@gnome.org</email></address> mail list, so you can refer to the archives for more information.</para>
+ <para>If you wish to make GDM work with other types of authentication mechanisms, such as SmartCards, you should implement this via writing a PAM module rather than by trying to modify the GDM code. Refer to the PAM documentation on your system. Also this issue has been discussed on the <address><email>gdm-list@gnome.org</email></address> mail list, so you can refer to the list archives for more information.</para>
</sect2>
<sect2 id="gdmuser">
@@ -272,17 +273,15 @@
<para>For security reasons a dedicated user and group id are required for proper operation! The need to be able to write Xauth files is why user "nobody" is not appropriate for gdm.</para>
- <para>El demonio GDM normalmente se ejecuta como root, y hace de esclavo. Sin embargo GDM debería también tener un id de usuario y un id de grupo dedicado que se usa para sus interfaces gráficas <filename>gdmgreeter</filename> y <command>gdmlogin</command>. Puede elegir el nombre de este usuario y grupo en la sección <filename>[daemon]</filename> del archivo de configuración.</para>
+ <para>The GDM daemon normally runs as root, as does the slave. However GDM should also have a dedicated user id and a group id which it uses for its graphical interfaces such as <command>gdmgreeter</command> and <command>gdmlogin</command>. These are configured via the <filename>User</filename> and <filename>Group</filename> configuration options in the gdm.conf file. The user and group should be created before running "make install". By default GDM assumes the user and the group are called "gdm".</para>
- <para>This userid is used to run the GDM GUI programs required for login. All functionality that requires root authority is done by the GDM daemon process. This design ensures that if the GUI programs are somehow exploited, only the dedicated user privileges are available. By default GDM assumes the user and the group are called `gdm'. These are configured via the User and Group configuration options in the gdm.conf file. The user and group should be created before running "make install"</para>
+ <para>This userid is used to run the GDM GUI programs required for login. All functionality that requires root authority is done by the GDM daemon process. This design ensures that if the GUI programs are somehow exploited, only the dedicated user privileges are available.</para>
- <para>Debería notarse sin embargo que el usuario GDM y el grupo tienen algunos privilegios que los hacen de alguna manera peligrosos. Por una parte tienen acceso al directorio de autorización del servidor (el <filename>ServAuthDir</filename>), que contiene todos los archivos de autorización del servidor X y otra información privada. Esto significa que alguien que gana los privilegios de usuario / grupo gdm puede entonces conectarse a cualquier sesión. No debería bajo ninguna circunstancia, hacer este usuario/grupo alguno fácil de obtener acceso, como el usuario <filename>nobody</filename>.</para>
-
- <para>Distributions and system administrators using GDM are expected to setup the dedicated user properly. It is recommended that this userid be configured to disallow login and to not have a default shell. Distributions and system administrators should set up the filesystem to ensure that the GDM user does not have read or write access to sensitive files.</para>
+ <para>It should however be noted that the GDM user and group have some privileges that make them somewhat dangerous. For one, they have access to the X server authorization directory. It must be able to read and write Xauth keys to <filename>&lt;var&gt;/lib/gdm</filename>. This directory should have root:gdm ownership and 1770 permissions. Running "make install" will set this directory to these values. The GDM daemon process will reset this directory to proper ownership/permissions if it is somehow not set properly.</para>
- <para>The necessity for a gdm userid/group is because the GDM user does require certain special permissions. It must be able to read and write Xauth keys to <filename>&lt;var&gt;/lib/gdm</filename>. This directory should have root:gdm ownership and 1770 permissions. Running "make install" will set this directory to these values. You will need to modify the configure/Makefile if you want to use a different group than "gdm". The GDM daemon process will reset this directory to proper ownership/permissions if it is somehow not set properly.</para>
+ <para>The danger is that someone who gains the GDM user/group privileges can then connect to any session. So you should not, under any circumstances, make this some user/group which may be easy to get access to, such as the user <filename>nobody</filename>. Users who gain access to the "gdm" user could also modify the Xauth keys causing Denial-Of-Service attacks. Also if a person gains the ability to run programs as the user "gdm", it would be possible to snoop on running GDM processes, including usernames and passwords as they are being typed in.</para>
- <para>If the gdm user is set up properly and gdm user access is somehow exploited, this means that the GDM user should only be able to maliciously modify the Xauth keys causing potential Denial-Of-Service attacks. If a person gains the ability to run programs as the user gdm, it would be possible to snoop on running GDM processes, including usernames and passwords as they are being typed in. Therefore it is important to ensure that the gdm user is disallowed login and has no default shell.</para>
+ <para>Distributions and system administrators using GDM are expected to setup the dedicated user properly. It is recommended that this userid be configured to disallow login and to not have a default shell. Distributions and system administrators should set up the filesystem to ensure that the GDM user does not have read or write access to sensitive files.</para>
</sect2>
<sect2 id="xauth">
@@ -349,7 +348,7 @@ gdm: .your.domain
<para>You can either run <command>gdmsetup</command> as root or turn on the GDM configuration feature that allows you to run <command>gdmsetup</command> from the login screen (where it will run as root). If you believe running root owned GUI's is a security risk, then you would want to edit the files by hand.</para>
- <para>If you are a distro and want to set machine defaults, you should make the proper edits in the <filename>gdm.conf-custom</filename> file rather than editing the <filename>gdm.conf</filename> file.</para>
+ <para>If you are a distribution and want to set machine defaults, you should edit the <filename>gdm.conf</filename> file rather than editing the <filename>gdm.conf-custom</filename> file, so the distribution changes are preserved as defaults.</para>
<para>If you want to change configuration by hand, edit the <filename>&lt;etc&gt;/X11/gdm/gdm.conf-custom</filename> file and make sure the keyname=value pair you want is included in the appropriate section. For example, to change the "Greeter" key in the "daemon" section, make sure the daemon section of the <filename>gdm.conf-custom</filename> file has the value like in this example. The modified option does not have to come anywhere in the section. The <command>gdmsetup</command> program manages editing these files for you.</para>
@@ -358,7 +357,7 @@ gdm: .your.domain
Greeter=/usr/lib/gdmgreeter
</screen>
- <para>Los archivos de configuración (especialmente <filename>gdm.conf</filename> y <filename>gdm.conf-custom</filename>) contienen comentarios útiles y ejemplos, así que léalos para más información acerca de cambiar su configuración.</para>
+ <para>The configuration files (especially the <filename>gdm.conf</filename> and <filename>gdm.conf-custom</filename> files) contains useful comments and examples, so read these for more information about changing your setup.</para>
<para>Algunas claves en el archivo de configuración se entregan comentadas mientras que otras están activadas. Esto se hace para que los predeterminados para algunas claves puedan cambiarse fácilmente en el futuro. GDM considera que las líneas que comienzan con el carácter «#» un comentario, y estas líneas se ignorarán.</para>
@@ -742,7 +741,7 @@ PostSession/
<varlistentry>
<term>SoundProgram</term>
<listitem>
- <synopsis>SoundProgram=<filename>&lt;bin&gt;/play</filename> (or <filename>%lt;bin&gt;/audioplay</filename> on Solaris)</synopsis>
+ <synopsis>SoundProgram=<filename>&lt;bin&gt;/play</filename> (or <filename>&lt;bin&gt;/audioplay</filename> on Solaris)</synopsis>
<para>Application to use when playing a sound. Currently used for playing the login sound, see the <filename>SoundOnLoginFile</filename> key. Supported since 2.5.90.0.</para>
</listitem>
</varlistentry>
@@ -3175,7 +3174,7 @@ homogeneous="bool"&gt;
</screen></para>
<para>You can include pango markup in the text nodes for labels, however you must encode it. So for example to have the label of "foo&lt;sup&gt;bar&lt;/sup&gt;", you must type: <screen>
-&lt;text"&gt;foo&amp;lt;sup&amp;&gt;bar&amp;lt;/sup&amp;&gt;&lt;/text&gt;
+&lt;text&gt;"foo&lt;sup&gt;bar&lt;/sup&gt;"&lt;/text&gt;
</screen></para>
<para>Text nodes can contain the following special character sequences which will be translated as follows:</para>
@@ -3250,7 +3249,9 @@ custom-config=foo
<sect1 id="accessibility">
<title>Accesibilidad</title>
- <para>GDM soporta «Entrada accesible» para permitir que los usuarios entren en su sesión de escritorio incluso si no pueden usar fácilmente la pantalla, ratón o teclado en una manera usual. Esta característica permite al usuario lanzar tecnologías de asistencia al entrar por medio de «gestos» especiales desde el teclado estándar y desde un teclado, dispositivo apuntador, o conmutador enchufado al puerto USB o del ratón. También permite al usuario cambiar la apariencia visual del IU de entrada antes de entrar, por ejemplo para usar un esquema de color de alto contraste para mejor visibilidad. GDM sólo soporta accesibilidad con el interfaz GTK+, así que el parámetro «Greeter» en la configuración de GDM debe establecerse a «gdmlogin»</para>
+ <para>GDM supports "Accessible Login" to allow users to log in to their desktop session even if they cannot easily use the screen, mouse, or keyboard in the usual way. Only the "Standard Greeter" supports accessibility, so use this login GUI for accessibility support. This is done by specifying the "Standard Greeter" in the "Local" tab for the console display and specifying the "Standard Greeter" in the "Remote" tab for remote displays. Or you can modify the <filename>Greeter</filename> configuration option by hand to be <command>gdmlogin</command>.</para>
+
+ <para>The Standard Greeter supports the ability to launch assistive technologies at login time via configurable "gestures" from the standard keyboard, pointing device, or switch device attached to the USB or PS/2 mouse port. Also the user can change the visual appearance of the login UI before logging in, for instance to use a higher-contrast color scheme for better visibility.</para>
<sect2 id="accessibilityconfig">
<title>Configuración de accesibilidad</title>
@@ -3303,7 +3304,7 @@ GtkModulesList=gail:atk-bridge:dwellmouselistener:keymouselistener
--with-prefetch --with-post-path=/usr/openwin/bin
</screen></para>
- <para>Configuring GDM with the "--with-post-path=/usr/openwin/bin" on Solaris is recommended. See comments in configure.ac file.</para>
+ <para>Configuring GDM with the "--with-post-path=/usr/openwin/bin" on Solaris is recommended for access to programs like Xnest.</para>
</sect2>
<sect2 id="solarislogindevperm">
@@ -3316,16 +3317,16 @@ GtkModulesList=gail:atk-bridge:dwellmouselistener:keymouselistener
/dev/console 0600 /dev/sound/* # audio devices
</screen>
- <para>In the PreSession scriptchown /dev/console to the user:group who is logging into the console and ensure whatever permissions is specified in /etc/logindevperm (0600 for the line above). Then in the PostSession script chmod them back to root:root and ensure 0600 this time (don't use the value in the /etc/logindevperm file). Linux uses a different mechanism for managing device permissions.</para>
+ <para>The PreSession script would need to be modified to chown /dev/console to the user:group who is logging into the console and ensure whatever permissions is specified in /etc/logindevperm (0600 for the line above). Then in the PostSession script chmod the device back to root:root and ensure 0600 this time (do not use the value in the /etc/logindevperm file). Linux uses a different mechanism for managing device permissions, so this extra scripting is not needed.</para>
</sect2>
<sect2 id="solarisautomaticlogin">
<title>Solaris Automatic Login</title>
- <para>By default, automatic login is not enabled by GDM, so you would only notice this problem if you try to make use of it. Turning this feature on causes your computer to login to a specified username on startup without asking for username and password. This is an unsecure way to set up your computer. Make sure to read the PAM documentation (e.g. pam.d/pam.conf man page) and be comfortable with the security settings before modifying your configuration.</para>
+ <para>Automatic login does not work on Solaris because PAM is not configured to support this feature by default. Automatic login is a GDM feature that is not enabled by default, so you would only notice this problem if you try to make use of it. Turning this feature on causes your computer to login to a specified username on startup without asking for username and password. This is an unsecure way to set up your computer.</para>
- <para>To turn on automatic login on Solaris, refer to the PAM section above. If using Solaris 10 or lower, then you also need to compile the pam_allow.c code and install it to /usr/lib/security (or anywhere and provide the full path in /etc/pam.conf) and ensure it is owned by uid 0 and not group or world writable. Now see automatic login work. Wasn't it worth it! I believe these settings will be added someday, though Sun isn't quite sure Automatic login is such a secure feature so we will probably debate it further.</para>
+ <para>If using Solaris 10 or lower, then you need to compile the pam_allow.c code provided with the GDM release and install it to /usr/lib/security (or provide the full path in /etc/pam.conf) and ensure it is owned by uid 0 and not group or world writable.</para>
- <para>The following are reasonable pam.conf values for turning on automatic login in GDM.</para>
+ <para>The following are reasonable pam.conf values for turning on automatic login in GDM. Make sure to read the PAM documentation (e.g. pam.d/pam.conf man page) and be comfortable with the security implications of any changes you intend to make to your configuration.</para>
<screen>
gdm-autologin auth required pam_unix_cred.so.1
@@ -3350,7 +3351,7 @@ GtkModulesList=gail:atk-bridge:dwellmouselistener:keymouselistener
<para>GDM supports a security feature which causes the X server to run as the user instead of as the root user. GDM must be using PAM for this feature to be enabled, which is the normal case for Solaris. This second feature has the side-effect of causing the X server to always restart between sessions, which disables the AlwaysRestartServer configuration option.</para>
- <para>Solaris supports the <filename>/etc/default/login</filename> interface, which affects the <filename>DefaultPath</filename>, <filename>RootPath</filename>, <filename>PasswordRequired</filename>, and <filename>AllowRemoteRoot</filename> options as described in the Configuration section.</para>
+ <para>Solaris supports the <filename>/etc/default/login</filename> interface, which affects the <filename>DefaultPath</filename>, <filename>RootPath</filename>, <filename>PasswordRequired</filename>, and <filename>AllowRemoteRoot</filename> options as described in the "Configuration" section.</para>
</sect2>
</sect1>
@@ -3444,7 +3445,6 @@ Hosts=appserverone,appservertwo
<para>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the <citetitle>GNU General Public License</citetitle> for more details.</para>
<para>A copy of the <citetitle>GNU General Public License</citetitle> is included as an appendix to the <citetitle>GNOME Users Guide</citetitle>. You may also obtain a copy of the <citetitle>GNU General Public License</citetitle> from the Free Software Foundation by visiting <ulink type="http" url="http://www.fsf.org">their Web site</ulink> or by writing to <address> Free Software Foundation, Inc. <street>59 Temple Place</street> - Suite 330 <city>Boston</city>, <state>MA</state><postcode>02111-1307</postcode><country>USA</country></address></para>
</sect1>
-
</article>
<!-- Keep this comment at the end of the file
Local variables: