<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to TranslatingTheProject</title><link>https://sourceforge.net/p/webcamstudio/wiki/TranslatingTheProject/</link><description>Recent changes to TranslatingTheProject</description><atom:link href="https://sourceforge.net/p/webcamstudio/wiki/TranslatingTheProject/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 15 Mar 2015 17:02:42 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/webcamstudio/wiki/TranslatingTheProject/feed" rel="self" type="application/rss+xml"/><item><title>TranslatingTheProject modified by PhobosK</title><link>https://sourceforge.net/p/webcamstudio/wiki/TranslatingTheProject/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -35,10 +35,10 @@
     * All Languages.properties files are in there 
     * Add or Update the proper language file 
     * Rebuild and test 
-    * Once everything is working, commit the modification (_if you are a project developer and have commit permissions_). If you are not a project developer with commit permissions, you may send to anyone from the WebcamStudio developers (sending them a message from their SourceForge user profiles) your changes. Alternatively you may create a new [ticket](https://sourceforge.net/p/webcamstudio/tickets/) and add your changes as an attachment. 
+    * Once everything is working, commit the modification (_if you are a project developer and have commit permissions_). If you are not a project developer with commit permissions, please create a new [ticket](https://sourceforge.net/p/webcamstudio/tickets/) and add your file/changes as an attachment. 
     * **Important for developers**, set the commit message as a comment saying what was changed and why 
   2. Using an ordinary code editor like Kate, GEdit etc 
     * Download the raw [Languages.properties](https://sourceforge.net/p/webcamstudio/code/HEAD/tree/trunk/src/webcamstudio/Languages.properties) file. 
     * Rename it to the desired language (using the 2 letters of the language). For example for French the file must be named: **Languages_fr.properties**
     * Translate each label in the file as needed. 
-    * When ready please send your file to anyone from the WebcamStudio developers (sending them a message from their SourceForge user profiles). Alternatively you may create a new [ticket](https://sourceforge.net/p/webcamstudio/tickets/) and add your changes as an attachment.
+    * When ready please create a new [ticket](https://sourceforge.net/p/webcamstudio/tickets/) and add your file/changes as an attachment.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PhobosK</dc:creator><pubDate>Sun, 15 Mar 2015 17:02:42 -0000</pubDate><guid>https://sourceforge.netae917189f7431971c54051e0077b5b8fb78696a5</guid></item><item><title>TranslatingTheProject modified by PhobosK</title><link>https://sourceforge.net/p/webcamstudio/wiki/TranslatingTheProject/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -35,10 +35,10 @@
     * All Languages.properties files are in there 
     * Add or Update the proper language file 
     * Rebuild and test 
-    * Once everything is working, commit the modification (_if you are a project developer and have commit permissions_). If you are not a project developer with commit permissions, you may send to anyone from the [WebcamStudioTeam](WebcamStudioTeam) (using the email addresses listed in [People](https://code.google.com/p/webcamstudio/people/list)) your changes. 
+    * Once everything is working, commit the modification (_if you are a project developer and have commit permissions_). If you are not a project developer with commit permissions, you may send to anyone from the WebcamStudio developers (sending them a message from their SourceForge user profiles) your changes. Alternatively you may create a new [ticket](https://sourceforge.net/p/webcamstudio/tickets/) and add your changes as an attachment. 
     * **Important for developers**, set the commit message as a comment saying what was changed and why 
   2. Using an ordinary code editor like Kate, GEdit etc 
     * Download the raw [Languages.properties](https://sourceforge.net/p/webcamstudio/code/HEAD/tree/trunk/src/webcamstudio/Languages.properties) file. 
     * Rename it to the desired language (using the 2 letters of the language). For example for French the file must be named: **Languages_fr.properties**
     * Translate each label in the file as needed. 
-    * When ready please send your file to anyone from the [WebcamStudioTeam](WebcamStudioTeam) (using the email addresses listed in [People](https://code.google.com/p/webcamstudio/people/list)). 
+    * When ready please send your file to anyone from the WebcamStudio developers (sending them a message from their SourceForge user profiles). Alternatively you may create a new [ticket](https://sourceforge.net/p/webcamstudio/tickets/) and add your changes as an attachment.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PhobosK</dc:creator><pubDate>Sun, 15 Mar 2015 16:59:05 -0000</pubDate><guid>https://sourceforge.netaaef06727600dc87bda89a676ebae5c48a456b1a</guid></item><item><title>TranslatingTheProject modified by PhobosK</title><link>https://sourceforge.net/p/webcamstudio/wiki/TranslatingTheProject/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,10 +1,13 @@
-# Introduction
+[TOC]
+
+
+## Introduction ##

 Here are described the steps required to participate in the translation of [WebcamStudio](WebcamStudio)

-# Details
+## Details ##

-[Java](http://en.wikipedia.org/wiki/Java_%28programming_language%29) has the internal ability to support multi-language applications. [WebcamStudio](WebcamStudio) implements this ability as it is using the [Languages.properties file](https://code.google.com/p/webcamstudio/source/browse/trunk/src/webcamstudio/Languages.properties) as the base for the English labels. 
+[Java](http://en.wikipedia.org/wiki/Java_%28programming_language%29) has the internal ability to support multi-language applications. WebcamStudio implements this ability as it is using the [Languages.properties file](https://sourceforge.net/p/webcamstudio/code/HEAD/tree/trunk/src/webcamstudio/Languages.properties) as the base for the English labels. 

 The content of the file is quite simple: 

@@ -15,17 +18,18 @@

 For each specific language, a new file is created in the format: **Languages_fr.properties**, _**fr**_ being for French. 

-To add a new language, one must import the base file [Languages.properties](https://code.google.com/p/webcamstudio/source/browse/trunk/src/webcamstudio/Languages.properties), and copy it to the desired language (using the 2 letters of the language). And then, you just translate each label as needed. 
+To add a new language, one must import the base file [Languages.properties](https://sourceforge.net/p/webcamstudio/code/HEAD/tree/trunk/src/webcamstudio/Languages.properties), and copy it to the desired language (using the 2 letters of the language). And then, you just translate each label as needed. 

-On the next build, the new file will be integrated and upon loading, Java looking at the current locale, will load the proper language file. If no proper language file is found, then the default file [Languages.properties](https://code.google.com/p/webcamstudio/source/browse/trunk/src/webcamstudio/Languages.properties) (in this particular case the default is English) will be loaded. 
+On the next build, the new file will be integrated and upon loading, Java looking at the current locale, will load the proper language file. If no proper language file is found, then the default file [Languages.properties](https://sourceforge.net/p/webcamstudio/code/HEAD/tree/trunk/src/webcamstudio/Languages.properties) (in this particular case the default is English) will be loaded. 

-# How to translate WebcamStudio step by step guide
+## How to translate WebcamStudio step by step guide ##

 You have two options translating the application: 

   1. Using [NetBeans IDE](https://netbeans.org/)
     * Download and install the latest version of the [NetBeans IDE](https://netbeans.org/)
-    * [Checkout the source code of WebcamStudio](https://code.google.com/p/webcamstudio/source/checkout) in a folder 
+    * [Checkout the source code of WebcamStudio](https://sourceforge.net/p/webcamstudio/code/HEAD/tree/trunk/) in a folder. Alternatively you can use this command line:
+        svn checkout svn://svn.code.sf.net/p/webcamstudio/code/trunk webcamstudio-code
     * Open the project in NetBeans 
     * In the sources of the project, go to **webcamstudio**
     * All Languages.properties files are in there 
@@ -34,7 +38,7 @@
     * Once everything is working, commit the modification (_if you are a project developer and have commit permissions_). If you are not a project developer with commit permissions, you may send to anyone from the [WebcamStudioTeam](WebcamStudioTeam) (using the email addresses listed in [People](https://code.google.com/p/webcamstudio/people/list)) your changes. 
     * **Important for developers**, set the commit message as a comment saying what was changed and why 
   2. Using an ordinary code editor like Kate, GEdit etc 
-    * Download the raw [Languages.properties](https://code.google.com/p/webcamstudio/source/browse/trunk/src/webcamstudio/Languages.properties) file. 
+    * Download the raw [Languages.properties](https://sourceforge.net/p/webcamstudio/code/HEAD/tree/trunk/src/webcamstudio/Languages.properties) file. 
     * Rename it to the desired language (using the 2 letters of the language). For example for French the file must be named: **Languages_fr.properties**
     * Translate each label in the file as needed. 
     * When ready please send your file to anyone from the [WebcamStudioTeam](WebcamStudioTeam) (using the email addresses listed in [People](https://code.google.com/p/webcamstudio/people/list)). 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PhobosK</dc:creator><pubDate>Sun, 15 Mar 2015 16:21:16 -0000</pubDate><guid>https://sourceforge.net3058668f659493e8eb3b902c1bb9275422f9660f</guid></item><item><title>Discussion for TranslatingTheProject page</title><link>https://sourceforge.net/p/webcamstudio/wiki/TranslatingTheProject/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originally posted by: &lt;a class="" href="http://code.google.com/u/joes.auto.8183@gmail.com" rel="nofollow"&gt;joes.auto.8183@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Wiki &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 15 Mar 2015 08:46:21 -0000</pubDate><guid>https://sourceforge.net548f9b014e384bf04ba4595c298012005a080a8f</guid></item><item><title>TranslatingTheProject modified by Anonymous</title><link>https://sourceforge.net/p/webcamstudio/wiki/TranslatingTheProject/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;Here are described the steps required to participate in the translation of &lt;a class="" href="/p/webcamstudio/wiki/WebcamStudio"&gt;WebcamStudio&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="details"&gt;Details&lt;/h1&gt;
&lt;p&gt;&lt;a class="" href="http://en.wikipedia.org/wiki/Java_%28programming_language%29" rel="nofollow"&gt;Java&lt;/a&gt; has the internal ability to support multi-language applications. &lt;a class="" href="/p/webcamstudio/wiki/WebcamStudio"&gt;WebcamStudio&lt;/a&gt; implements this ability as it is using the &lt;a class="" href="https://code.google.com/p/webcamstudio/source/browse/trunk/src/webcamstudio/Languages.properties" rel="nofollow"&gt;Languages.properties file&lt;/a&gt; as the base for the English labels. &lt;/p&gt;
&lt;p&gt;The content of the file is quite simple: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt; &lt;span class="n"&gt;The&lt;/span&gt; &lt;span class="n"&gt;Tag&lt;/span&gt; &lt;span class="n"&gt;Name&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;The&lt;/span&gt; &lt;span class="n"&gt;Tag&lt;/span&gt; &lt;span class="n"&gt;Descripton&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;One line for each tag. The text must be in &lt;a class="" href="http://en.wikipedia.org/wiki/Unicode" rel="nofollow"&gt;Unicode&lt;/a&gt;, so it is best to use the &lt;a class="" href="https://netbeans.org" rel="nofollow"&gt;NetBeans environment&lt;/a&gt; to edit those files especially if the language contains accents like French. &lt;/p&gt;
&lt;p&gt;For each specific language, a new file is created in the format: &lt;strong&gt;Languages_fr.properties&lt;/strong&gt;, &lt;em&gt;&lt;strong&gt;fr&lt;/strong&gt;&lt;/em&gt; being for French. &lt;/p&gt;
&lt;p&gt;To add a new language, one must import the base file &lt;a class="" href="https://code.google.com/p/webcamstudio/source/browse/trunk/src/webcamstudio/Languages.properties" rel="nofollow"&gt;Languages.properties&lt;/a&gt;, and copy it to the desired language (using the 2 letters of the language). And then, you just translate each label as needed. &lt;/p&gt;
&lt;p&gt;On the next build, the new file will be integrated and upon loading, Java looking at the current locale, will load the proper language file. If no proper language file is found, then the default file &lt;a class="" href="https://code.google.com/p/webcamstudio/source/browse/trunk/src/webcamstudio/Languages.properties" rel="nofollow"&gt;Languages.properties&lt;/a&gt; (in this particular case the default is English) will be loaded. &lt;/p&gt;
&lt;h1 id="how-to-translate-webcamstudio-step-by-step-guide"&gt;How to translate WebcamStudio step by step guide&lt;/h1&gt;
&lt;p&gt;You have two options translating the application: &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Using &lt;a class="" href="https://netbeans.org" rel="nofollow"&gt;NetBeans IDE&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;Download and install the latest version of the &lt;a class="" href="https://netbeans.org" rel="nofollow"&gt;NetBeans IDE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="https://code.google.com/p/webcamstudio/source/checkout" rel="nofollow"&gt;Checkout the source code of WebcamStudio&lt;/a&gt; in a folder &lt;/li&gt;
&lt;li&gt;Open the project in NetBeans &lt;/li&gt;
&lt;li&gt;In the sources of the project, go to &lt;strong&gt;webcamstudio&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;All Languages.properties files are in there &lt;/li&gt;
&lt;li&gt;Add or Update the proper language file &lt;/li&gt;
&lt;li&gt;Rebuild and test &lt;/li&gt;
&lt;li&gt;Once everything is working, commit the modification (&lt;em&gt;if you are a project developer and have commit permissions&lt;/em&gt;). If you are not a project developer with commit permissions, you may send to anyone from the &lt;a class="" href="/p/webcamstudio/wiki/WebcamStudioTeam"&gt;WebcamStudioTeam&lt;/a&gt; (using the email addresses listed in &lt;a class="" href="https://code.google.com/p/webcamstudio/people/list" rel="nofollow"&gt;People&lt;/a&gt;) your changes. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Important for developers&lt;/strong&gt;, set the commit message as a comment saying what was changed and why &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Using an ordinary code editor like Kate, GEdit etc &lt;ul&gt;
&lt;li&gt;Download the raw &lt;a class="" href="https://code.google.com/p/webcamstudio/source/browse/trunk/src/webcamstudio/Languages.properties" rel="nofollow"&gt;Languages.properties&lt;/a&gt; file. &lt;/li&gt;
&lt;li&gt;Rename it to the desired language (using the 2 letters of the language). For example for French the file must be named: &lt;strong&gt;Languages_fr.properties&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Translate each label in the file as needed. &lt;/li&gt;
&lt;li&gt;When ready please send your file to anyone from the &lt;a class="" href="/p/webcamstudio/wiki/WebcamStudioTeam"&gt;WebcamStudioTeam&lt;/a&gt; (using the email addresses listed in &lt;a class="" href="https://code.google.com/p/webcamstudio/people/list" rel="nofollow"&gt;People&lt;/a&gt;). &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 15 Mar 2015 08:46:21 -0000</pubDate><guid>https://sourceforge.net43ffc9553b7bebbc2d03766980dd4f10ddf06798</guid></item></channel></rss>