[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Wheezy/Translations" by David Prévot

Debian Wiki debian-www at lists.debian.org
Thu Feb 14 17:09:53 UTC 2013


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Wheezy/Translations" page has been changed by David Prévot:
http://wiki.debian.org/DebianEdu/Documentation/Wheezy/Translations?action=diff&rev1=1&rev2=2

Comment:
The Subversion repository moved to Git

  
  == HowTo translate this document ==
  
- As in many free software projects, translations of this document are kept in PO files. More information about the process can be found in {{{/usr/share/doc/debian-edu-doc/README.debian-edu-wheezy-manual-translations}}}. The Subversion repository (see below) contains this file too. Take a look there and at the [[DebianEdu/Contribute/Translation/Conventions|language specific conventions]] if you want to help translating this document.  
+ As in many free software projects, translations of this document are kept in PO files. More information about the process can be found in {{{/usr/share/doc/debian-edu-doc/README.debian-edu-wheezy-manual-translations}}}. The Git repository (see below) contains this file too. Take a look there and at the [[DebianEdu/Contribute/Translation/Conventions|language specific conventions]] if you want to help translating this document.  
  
- To commit your translations you need to be a member of the Alioth project {{{debian-edu}}}. To translate, you just need to check out some files from from Subversion (which can be done anonymously) and create patches. Please file a bug against the debian-edu-doc package and attach the PO file to the [[http://bugs.debian.org/debian-edu-doc|bugreport]]. You can find some [[http://bugs.debian.org|instructions on how to submit bugs]] here.
+ To commit your translations you need to be a member of the Alioth project {{{debian-edu}}}. To translate, you just need to check out some files from from Git (which can be done anonymously) and create patches. Please file a bug against the debian-edu-doc package and attach the PO file to the [[http://bugs.debian.org/debian-edu-doc|bugreport]]. You can find some [[http://bugs.debian.org|instructions on how to submit bugs]] here.
  
- You can check out the {{{debian-edu-doc}}} source anonymously with the following command (you need to have the {{{subversion}}} package installed for this to work):
+ You can check out the {{{debian-edu-doc}}} source anonymously with the following command (you need to have the {{{git}}} package installed for this to work):
  
-  {{{svn co svn://svn.debian.org/svn/debian-edu/trunk/src/debian-edu-doc}}}
+  {{{git clone git://anonscm.debian.org/debian-edu/debian-edu-doc.git}}}
  
  Then edit the file {{{documentation/debian-edu-wheezy/debian-edu-wheezy-manual.$CC.po}}} (replacing $CC with your language code). There are many tools for translating available; we suggest using {{{lokalize}}}.
  
- Then you either commit the file directly to Subversion (if you have the rights to do so) or send the file to the bugreport.
+ Then you either commit the file directly to Git (if you have the rights to do so) or send the file to the bugreport.
  
  To update your local copy of the repository use the following command inside the {{{debian-edu-doc}}} directory:
  
-  {{{svn up}}}
+  {{{git pull}}}
  
  Read /usr/share/doc/debian-edu-doc/README.debian-edu-wheezy-manual-translations to find information how to create a new PO file for your language if there isn't one yet, and how to update translations.
  
  Please keep in mind that this manual is still under development, so don't translate any string which contains "FIXME". /* status ignore */
  
- Basic information about Alioth (the host where our Subversion repository is located) and Subversion is available at [[http://wiki.debian.org/Alioth/Svn]].
+ Basic information about Alioth (the host where our Git repository is located) and Git is available at [[http://wiki.debian.org/Alioth/Git]].
  
- If you are new to Subversion, look at the [[http://svnbook.org|Version Control with Subversion]]; it has a chapter on the [[http://svnbook.red-bean.com/en/1.0/ch03s05.html|basic workflow with Subversion]]. Also you might want to look at the {{{kdesvn}}} package if you prefer a GUI client for Subversion instead of using the commandline client.
+ If you are new to Git, look at the [[http://git-scm.com/book|Pro Git]] book; it has a chapter on the [[http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository|recording changes to the repository]]. Also you might want to look at the {{{gitk}}} package that provide a GUI for Git.
  
  Please report any problems.
  



More information about the debian-edu-commits mailing list