-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Devs!
As instructed by Mike, I'm sending my proposed changes for the French translation of x2godesktopsharing.git along with what I'd use as commit command.
"git diff" = http://paste.debian.net/hidden/24e825f9/
commit command (mind the line-break): git commit -a -m "Add French translation file." --author "Frédéric Motte <frederic.motte@liazo.fr>"
If my proposed changes are accepted, I'll commit & push tomorrow.
Best regards, Terje -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/
iQEcBAEBAgAGBQJRGr3lAAoJEDWYP3Z59Ga34cMH/0cT/9jQnvT/bjsUtW30cxNa /NvsZO4f9gfVkgxk9facXsXOcHj4U2WUHHHBhqOAhc8SWvmK0ANp2BrAEdbfULyQ duv8iLigYF9grtxPH0C4MuT1UFwUIDMUJc8WTBDZYSN4B0xH0eOpCfyqCj0pcNHs CaLt6SSdS0RuRgBlVuFwNBhvH6JXuz0ZtYiH6P1L0hqreJZmMETvxEhBJPLRQ1SY YQi6sgTSuU2L2pcDt2KBwI3Kbd8cDR2GNrs0tbJl+eeq53DLvumqyif89+W3Rf3E pJo4lnokKMQTV6C9WE7af2lajRFOddTZvo+NR/jHUosBJyH8FOSnWr9BG6JUFPQ= =dlWH -----END PGP SIGNATURE-----
Hi Terje,
On Di 12 Feb 2013 23:10:45 CET Terje Andersen wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Devs!
As instructed by Mike, I'm sending my proposed changes for the French translation of x2godesktopsharing.git along with what I'd use as commit command.
"git diff" = http://paste.debian.net/hidden/24e825f9/
commit command (mind the line-break): git commit -a -m "Add French translation file." --author "Frédéric Motte <frederic.motte@liazo.fr>"
If my proposed changes are accepted, I'll commit & push tomorrow.
Best regards, Terje
please go ahead and commit+push.
Mike
--
DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 13. feb. 2013 05:57, Mike Gabriel wrote:
Hi Terje,
<snip>
If my proposed changes are accepted, I'll commit & push tomorrow.
Best regards, Terje
please go ahead and commit+push.
committed + pushed.
Mike
Terje :-)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/
iQEcBAEBAgAGBQJRG+UuAAoJEDWYP3Z59Ga3ZswH/RF0GUsI2NJVuPIOowkVjRD+ UqxsecR7dkovDQl48wVPa2CvNwmxouFZB2MJmqHO2aOKpvEZbpxrU2WjGjuqjwSq FHQbvY7VlYupOTQaAH8kV0iSfLhnSXVwNiefKpCQtwKV9B39+KIOfwIOU75csL8l lsqrW3+P0ALALYMPBSKjPvQRpYTse0w84CXS2w40/O641iI6UFvmwtMmeKYwLUjE ZP3igb1t5A2Je5yvnzPPAU/1vI4sz+vPteDe1mCsM0YSGBc7tubkaTDkymkBiB0/ MHM9KoxhEVAy9Q8rl/w/Sv85G0yNMDGz+nGQjrQsOaB82j44xM+YOvoFkqLlPg0= =ZYWk -----END PGP SIGNATURE-----
Hi Terje,
On Mi 13 Feb 2013 20:10:39 CET Terje Andersen wrote:
If my proposed changes are accepted, I'll commit & push tomorrow.
Best regards, Terje
please go ahead and commit+push.
committed + pushed.
please go ahead with x2goclient_fr.ts then...
Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, rothenstein 5, 24214 neudorf-bornstein fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
Hi Terje,
I suppose you don't need this to often, but very quick lesson in git: If you come up with a similar situation in the future just commit to your local git and run "git format-patch HEAD^". That will create a patch, that represents what you are going to push. Running "git reset --hard HEAD^" you can always go back to the previous version.
Cheers Morty
On 2013-02-12 23:10, Terje Andersen wrote:
As instructed by Mike, I'm sending my proposed changes for the French translation of x2godesktopsharing.git along with what I'd use as commit command.
-- Dipl.-Ing. Moritz 'Morty' Struebe (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen
Tel : +49 9131 85-25419 Fax : +49 9131 85-28732 eMail : struebe@informatik.uni-erlangen.de WWW : http://www4.informatik.uni-erlangen.de/~morty
Hi Morty, Thanks for the tip, I'll keep that in mind :-)
Regards, Terje On 2013 2 13 09:30, "Moritz Struebe" < Moritz.Struebe@informatik.uni-erlangen.de> wrote:
Hi Terje,
I suppose you don't need this to often, but very quick lesson in git: If you come up with a similar situation in the future just commit to your local git and run "git format-patch HEAD^". That will create a patch, that represents what you are going to push. Running "git reset --hard HEAD^" you can always go back to the previous version.
Cheers Morty
On 2013-02-12 23:10, Terje Andersen wrote:
As instructed by Mike, I'm sending my proposed changes for the French translation of x2godesktopsharing.git along with what I'd use as commit command.
-- Dipl.-Ing. Moritz 'Morty' Struebe (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen
Tel : +49 9131 85-25419 Fax : +49 9131 85-28732 eMail : struebe@informatik.uni-erlangen.de WWW : http://www4.informatik.uni-erlangen.de/~morty
X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev