Branch 'f13' - es-ES/Devel-GCC.po

Transifex System User transif at fedoraproject.org
Fri Mar 19 15:33:19 UTC 2010


 es-ES/Devel-GCC.po |   69 +++++++++++++++++++----------------------------------
 1 file changed, 25 insertions(+), 44 deletions(-)

New commits:
commit 6a0a7f7a1c2b9d706fe1f43b3a88b5e24a3c231d
Author: logan <logan at fedoraproject.org>
Date:   Fri Mar 19 15:33:09 2010 +0000

    l10n: Updates to Spanish (Castilian) (es) translation
    
    Transmitted-via: Transifex (translate.fedoraproject.org)

diff --git a/es-ES/Devel-GCC.po b/es-ES/Devel-GCC.po
index 5acdc35..6299cf9 100644
--- a/es-ES/Devel-GCC.po
+++ b/es-ES/Devel-GCC.po
@@ -3,14 +3,16 @@
 # Domingo Becker <domingobecker at gmail.com>, 2008, 2009.
 # Fernando Gonzalez Blanco <fgonz at fedoraproject.org>, 2009.
 # Juanjo Escribano <juanjo.escribano at gmail.com>, 2009.
+# Héctor Daniel Cabrera <logan at fedoraproject.org>, 2010.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: release-notes.HEAD.es\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
 "POT-Creation-Date: 2010-03-19T02:19:38\n"
-"PO-Revision-Date: 2009-11-18 08:30-0300\n"
-"Last-Translator: Domingo Becker <domingobecker at gmail.com>\n"
-"Language-Team: Spanish <fedora-trans-es at redhat.com>\n"
+"PO-Revision-Date: 2010-03-19 10:58-0300\n"
+"Last-Translator: Héctor Daniel Cabrera <logan at fedoraproject.org>\n"
+"Language-Team: Fedora Spanish <trans-es at lists.fedoraproject.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -22,78 +24,57 @@ msgstr ""
 #. Tag: title
 #, no-c-format
 msgid "The GCC Compiler Collection"
-msgstr "Colección de Compiladores GCC"
+msgstr "Colección de compiladores GCC"
 
 #. Tag: para
 #, no-c-format
-msgid ""
-"<package>gcc</package> has been upgraded from 4.4.2 to 4.4.3. This includes "
-"<application>gcc</application>, <application>gcc-c++</application>, "
-"<application>gcc-fortran</application>, <application>gcc-gnat</application>, "
-"and <application>gcc-objc</application>."
-msgstr ""
+msgid "<package>gcc</package> has been upgraded from 4.4.2 to 4.4.3. This includes <application>gcc</application>, <application>gcc-c++</application>, <application>gcc-fortran</application>, <application>gcc-gnat</application>, and <application>gcc-objc</application>."
+msgstr "<package>GCC</package> ha sido actualizado de su versión 4.4.2 a la versión 4.4.3. Esto incluye <application>gcc</application>, <application>gcc-c++</application>, <application>gcc-fortran</application>, <application>gcc-gnat</application>, y <application>gcc-objc</application>."
 
 #. Tag: title
 #, no-c-format
 msgid "GCC now uses Implicit DSO linking"
-msgstr ""
+msgstr "GCC ahora utiliza Enlaces DSO implícitos"
 
 #. Tag: para
 #, no-c-format
 msgid "Key points:"
-msgstr ""
+msgstr "Puntos clave:"
 
 #. Tag: para
 #, no-c-format
-msgid ""
-"<command>ld</command> will no longer automatically search in the "
-"dependencies of linked objects."
-msgstr ""
+msgid "<command>ld</command> will no longer automatically search in the dependencies of linked objects."
+msgstr "<command>ld</command> no buscará de manera automática en las dependencias de los objetos enlazados."
 
 #. Tag: para
 #, no-c-format
-msgid ""
-"If your project used both libraries <replaceable>A</replaceable> and "
-"<replaceable>B</replaceable>, it will not compile unless <replaceable>A</"
-"replaceable> and <replaceable>B</replaceable> are both explicitly linked."
-msgstr ""
+msgid "If your project used both libraries <replaceable>A</replaceable> and <replaceable>B</replaceable>, it will not compile unless <replaceable>A</replaceable> and <replaceable>B</replaceable> are both explicitly linked."
+msgstr "Si su proyecto utiliza las bibliotecas <replaceable>A</replaceable> y <replaceable>B</replaceable>, no será compilado a menos que <replaceable>A</replaceable> y <replaceable>B</replaceable> se encuentren ambas explícitamente enlazadas."
 
 #. Tag: para
 #, no-c-format
-msgid ""
-"There are more explanations on the GCC features page on the Fedora wiki: "
-"<ulink url=\"http://fedoraproject.org/w/index.php?"
-"title=UnderstandingDSOLinkChange\" />."
-msgstr ""
+msgid "There are more explanations on the GCC features page on the Fedora wiki: <ulink url=\"http://fedoraproject.org/w/index.php?title=UnderstandingDSOLinkChange\" />."
+msgstr "Existe más información en la página de recursos de GCC del wiki de Fedora: <ulink url=\"http://fedoraproject.org/w/index.php?title=UnderstandingDSOLinkChange\" />."
 
 #. Tag: para
 #, no-c-format
-msgid ""
-"Under the new changes, if your package fails its build with a message like:"
-msgstr ""
+msgid "Under the new changes, if your package fails its build with a message like:"
+msgstr "Con las nuevas modificaciones, si su paquete no puede ser compilado con un mensaje de error como:"
 
 #. Tag: para
 #, no-c-format
-msgid ""
-"Then the line that builds the specified <literal>.o</literal> needs to "
-"explicitly link <application>libm</application>."
-msgstr ""
+msgid "Then the line that builds the specified <literal>.o</literal> needs to explicitly link <application>libm</application>."
+msgstr "Entonces la línea que compila el <literal>.o</literal> especificado, necesita enlazarse explicitamente con <application>libm</application>."
 
 #. Tag: title
 #, no-c-format
-msgid ""
-"<command>_builtin_stdarg_start</command> has been completely removed from "
-"<application>gcc 4.4.3</application>."
-msgstr ""
+msgid "<command>_builtin_stdarg_start</command> has been completely removed from <application>gcc 4.4.3</application>."
+msgstr "El comando <command>_builtin_stdarg_start</command>  ha sido eliminado completamente de <application>gcc 4.4.3</application>."
 
 #. Tag: para
 #, no-c-format
-msgid ""
-"<command>_builtin_stdarg_start</command> will return a undefined reference "
-"to <command>_builtin_stdarg_start</command> because of the depreciation of "
-"<command>&lt;stdarg.h&gt;</command> in <application>gcc 4.x</application> "
-"The replacement is <command>_builtin_va_start</command>."
-msgstr ""
+msgid "<command>_builtin_stdarg_start</command> will return a undefined reference to <command>_builtin_stdarg_start</command> because of the depreciation of <command>&lt;stdarg.h&gt;</command> in <application>gcc 4.x</application> The replacement is <command>_builtin_va_start</command>."
+msgstr "El comando <command>_builtin_stdarg_start</command> devolverá una referencia no definida hacia <command>_builtin_stdarg_start</command>, debido al abandono de <command>&lt;stdarg.h&gt;</command> en <application>gcc 4.x</application>. El rreemplazo es <command>_builtin_va_start</command>."
 
 #~ msgid ""
 #~ "This beat is located here: <ulink type=\"http\" url=\"https://"
@@ -103,6 +84,6 @@ msgstr ""
 #~ "This beat is located here: <ulink type=\"http\" url=\"https://"
 #~ "fedoraproject.org/wiki/Docs/Beats/Devel/Tools/GCC\">https://fedoraproject."
 #~ "org/wiki/Docs/Beats/Devel/Tools/GCC</ulink>"
-
 #~ msgid "<para>TBD</para>"
 #~ msgstr "<para>TBD</para>"
+




More information about the docs-commits mailing list