On Fri, 24 Feb 2012 at 1:32:31 +0100, Rodolfo García Peñas wrote: > On Fri, 24 Feb 2012, Carlos R. Mafra escribió: > > > On Fri, 24 Feb 2012 at 1:15:17 +0100, Rodolfo García Peñas wrote: > > > > > > From de222dd813ca7bafc37a13ff20c23c0de65719eb Mon Sep 17 00:00:00 2001 > > > From: Rodolfo García Peñas (kix) <[email protected]> > > > Date: Fri, 24 Feb 2012 01:08:05 +0100 > > > Subject: [PATCH] WindowMaker: Spanish translation updated > > > > > > The spanish translation is updated. > > > > [...] > > > > > -#: ../src/dialog.c:2018 > > > +#: ../src/dialog.c:1757 > > > msgid "" > > > "Window Maker is part of the GNUstep project.\n" > > > "The GNUstep project aims to create a free\n" > > > @@ -517,653 +527,557 @@ msgid "" > > > "which is a object-oriented framework for\n" > > > "creating advanced graphical, multi-platform\n" > > > "applications. Additionally, a development and\n" > > > -"user desktop enviroment will be created on top\n" > > > +"user desktop environment will be created on top\n" > > > "of the framework. For more information about\n" > > > "GNUstep, please visit: www.gnustep.org" > > > msgstr "" > > > - > > > -#: ../src/dialog.c:2041 > > > +"Window MAker is parte del proyecto GNUstep.\n" > > > +"El objetivo del proyecto GNUstep es crear una\n" > > > +"implementación libre de la especificación OpenStep(tm)\n" > > > +"que es un marco de trabajo orientado a objetos para\n" > > > +"la creación de aplicaciones gráficas avanzadas,\n" > > > +"multi-plataforma. Adicionalmente, un desarrollo y\n" > > > +"un entorno de escritorio de usuario será creado\n" > > > +"sobre el marco de trabajo. Para más información sobre\n" > > > +"GNUstep, por favor visite: www.gnustep.org" > > > + > > > +#: ../src/dialog.c:1780 > > > msgid "About GNUstep" > > > msgstr "Acerca de GNUstep" > > > > > > Did you base your patch on the #master branch? Because the > > above text is no longer on the #next branch. > > This is my history: > > 504 git clone git://repo.or.cz/wmaker-crm.git > 505 cd wmaker-crm > 506 ls > 507 git branch > 508 git branch -a > 509 git branch remotes/origin/next > 510 git checkout -b transes > > I thinked about these lines, but I continued translating the file. > I am not sure if I did something wrong.
You did not checkout the 'next' branch. Try this git checkout -b transes origin/next -- To unsubscribe, send mail to [email protected].
