Actions

Translating LimeSurvey/nl: Difference between revisions

From LimeSurvey Manual

No edit summary
(Updating to match new version of source page)
Line 3: Line 3:
=Vertalen LimeSurvey=
=Vertalen LimeSurvey=


Wilt u LimeSurvey in uw eigen taal gebruiken? Het LimeSurvey team wil graag nieuwe vertalingen ontvangen en is blij met hulp bij het verbeteren van bestaande vertalingen. Lees deze instructies en aarzel niet om bij vragen te e-mailen naar  [mailto:translations@limesurvey.org translations@limesurvey.org].
Wouldn't it be great to have LimeSurvey completely translated to your native language? The LimeSurvey team is always on the lookout for new translations and for people who help update the existing ones. Please read these instructions and don't hesitate to send an email to [mailto:translations@limesurvey.org translations@limesurvey.org] if you are in doubt or have any other questions.


=Hoe te vertalen - instructies=
=Hoe te vertalen - instructies=


==Wijzigen van een vertaling==
==Updating an existing translation==
#Maak eenmalig een gebruikersaccount aan op [https://www.limesurvey.org onze website].
#Sign up on [https://www.limesurvey.org the LimeSurvey website] and then log in to [https://www.limesurvey.org/login your account].
#Ga naar  [https://translate.limesurvey.org onze website voor vertalingen] en log in met je gebruikersnaam en wachtwoord.
#Go to [https://translate.limesurvey.org https://translate.limesurvey.org] and log in there with the same user name and password.
#Kies de LimeSurvey versie en taal die je wilt vertalen en begin met het vertalen. Nadat je vertaling is goedgekeurd, wordt die meegenomen in de volgende weekrelease met vermelding van je naam in de  change log.
#Pick the LimeSurvey version you want to translate and simply get started. After your translation is approved, it will automatically be includedin the weekly stable release and your user name will be credited in the change log.
#Als je beheerder van je taal wilt worden, met het recht / plicht om vertalingen te beoordelen, neem dan contact met ons op  [mailto:translations@limesurvey.org translations@limsurvey.org].. Dit kost je maximaal een uur per week.
#If you are interested in becoming a prime translator for your language with the ability to approve newly translated strings, please contact us at [mailto:translations@limesurvey.org translations@limsurvey.org]. Such a position requires a maximum of about an hour of work per week - it's important to us that you are reliable in doing this.


==Wijzigen van een vertaalde tekst==
==Wijzigen van een vertaalde tekst==


Soms wil je een al vertaalde tekst wijzigen om die te verbeteren.:
Sometimes you might want to modify an existing translation so it accommodates your particular survey situation better. In that case, do the following:
#Ga naar  [https://translate.limesurvey.org https://translate.limesurvey.org], kies de versie en de taal.
#Go to [https://translate.limesurvey.org https://translate.limesurvey.org], pick the LimeSurvey version you want to translate and the particular language you want to modify.
#Onderaan de pagina kun je alle teksten exporteren naar je PC in een po-bestand.<br />[[File:export_po_file.png]]
#On the bottom of the translation page you will find an option to export all strings as *.po file. Click on the export and save it as *.po file to your local hard-disk:<br />[[File:export_po_file.png]]
#Download en installeer  [http://www.poedit.net/download.php poEDIT]
#Download and install [http://www.poedit.net/download.php Poedit].
#Start poEdit en wijzig de benodigde vertalingen in het gedownloade po-bestand.
#Start Poedit and edit the downloaded *.po file - modify the particular translations.
#Als je het po-bestand met poEdit opslaat, laat dan een mo-bestand aanmaken. LimeSurvey gebruikt dit mo-bestand.
#When you save the *.po file, a *.mo file is automatically created. The latter will be read by LimeSurvey.
#Verplaats het mo-bestand naar de goede map (taal) /locale door de bestaande vertaling te overschrijven.  
#The last step is to place the particular *.mo file in the right language folder in /locale by replacing the existing one.
{{Note|Voorbeeld : voor Frans is de map /locale/fr/LC_MESSAGES/fr.po}}
{{Note|For example, the location for French would be <LimeSurvey_root_directory>/locale/fr/LC_MESSAGES/fr.po.}}


<div class="simplebox"> NB.: Als je [https://www.limesurvey.org/editions-and-prices/limesurvey-pro/editions-and-prices-professional LimeSurvey Pro], gebruikt zal het team het bestand voor je willen plaatsen. Maak een [mailto:support@limesurvey.org support ticket] aan en voeg het po-bestand toe, <u>niet het mo-bestand</u>.</div>
<div class="simplebox"> NB.: Als je [https://www.limesurvey.org/editions-and-prices/limesurvey-pro/editions-and-prices-professional LimeSurvey Pro], gebruikt zal het team het bestand voor je willen plaatsen. Maak een [mailto:support@limesurvey.org support ticket] aan en voeg het po-bestand toe, <u>niet het mo-bestand</u>.</div>


==Een nieuwe taal toevoegen==
==Creating a new translation==
#Zorg dat je toegang hebt tot de ontwikkelversie van LimeSurvey. Lees hiervoor [[Accessing the source code]]
#First of all, get access to the development version of LimeSurvey. For detailed instructions, access the [[Accessing the source code|source code]].
#Download en installeer [https://www.poedit.net/download.php Poedit]
#Download and install [https://www.poedit.net/download.php Poedit] .
#Bepaal de language-code van je taal, Zie:  [https://r12a.github.io/app-subtags/ IANA Language Subtag Registry].
#Now you have to find out the language-code for your language - you can search for your language-code in the [https://r12a.github.io/app-subtags/ IANA Language Subtag Registry].
#Ga naar de map /locale en maak een map aan met de language-code.
#Go into the /locale directory (located in the LimeSurvey root directory) and create a directory named after your language code.
#Download het language template bestand door te klikken op [https://www.limesurvey.org/limesurvey.pot https://www.limesurvey.org/limesurvey.pot]. Wijzig de naam in <je_language_code>.po.
#Download your language template by clicking on the following link [https://www.limesurvey.org/limesurvey.pot https://www.limesurvey.org/limesurvey.pot]. Once you receive the language template file, rename it to <your_language_code>.po.  
#Bewaar het bestand (in de /locale/your_language_code/ map).
#Copy the <your_language_code>.po file to the newly created folder located in the /locale directory.
#Open dit bestand met poEdit en doe de vertalingen.
#Open the file with Poedit and translate everything you need to translate.
#Registreren in LimeSurvey van je nieuwe taal. Voeg je taal toe in het bestand application/helpers/surveytranslator_helper.php. Open dit bestand met een teksteditor en voeg je taal op dezelfde manier toe als de al bestaande talen.
#To make LimeSurvey know about your language, you must add it in application/helpers/surveytranslator_helper.php (located in the LimeSurvey root directory). Open that file with a text editor and add your language in the same way the other languages are defined in that file.
#Maak ook het mo-bestand aan.
#Save - in order to allow LimeSurvey to see the newly added language, save the modified *.po file. This will automatically generate the *.mo file in the same folder, which will be read by LimeSurvey.  
#Stuur je nieuwe po-bestand en het gewijzigde surveytranslator_helper.php bestand naar [mailto:translations@limesurvey.org translations@limesurvey.org].  
#Send the new *.po file and the updated surveytranslator_helper.php file to [mailto:translations@limesurvey.org translations@limesurvey.org].  


{{Note|Als je genoemd wilt worden op de teampagina, geef dat dan in je e-mail aan.}}
{{Note|If you want your name to be linked from/shown on the team page, please write so in the email!}}

Revision as of 16:10, 17 October 2017

Vertalen LimeSurvey

Wouldn't it be great to have LimeSurvey completely translated to your native language? The LimeSurvey team is always on the lookout for new translations and for people who help update the existing ones. Please read these instructions and don't hesitate to send an email to translations@limesurvey.org if you are in doubt or have any other questions.

Hoe te vertalen - instructies

Updating an existing translation

  1. Sign up on the LimeSurvey website and then log in to your account.
  2. Go to https://translate.limesurvey.org and log in there with the same user name and password.
  3. Pick the LimeSurvey version you want to translate and simply get started. After your translation is approved, it will automatically be includedin the weekly stable release and your user name will be credited in the change log.
  4. If you are interested in becoming a prime translator for your language with the ability to approve newly translated strings, please contact us at translations@limsurvey.org. Such a position requires a maximum of about an hour of work per week - it's important to us that you are reliable in doing this.

Wijzigen van een vertaalde tekst

Sometimes you might want to modify an existing translation so it accommodates your particular survey situation better. In that case, do the following:

  1. Go to https://translate.limesurvey.org, pick the LimeSurvey version you want to translate and the particular language you want to modify.
  2. On the bottom of the translation page you will find an option to export all strings as *.po file. Click on the export and save it as *.po file to your local hard-disk:
  3. Download and install Poedit.
  4. Start Poedit and edit the downloaded *.po file - modify the particular translations.
  5. When you save the *.po file, a *.mo file is automatically created. The latter will be read by LimeSurvey.
  6. The last step is to place the particular *.mo file in the right language folder in /locale by replacing the existing one.
For example, the location for French would be <LimeSurvey_root_directory>/locale/fr/LC_MESSAGES/fr.po.
NB.: Als je LimeSurvey Pro, gebruikt zal het team het bestand voor je willen plaatsen. Maak een support ticket aan en voeg het po-bestand toe, niet het mo-bestand.

Creating a new translation

  1. First of all, get access to the development version of LimeSurvey. For detailed instructions, access the source code.
  2. Download and install Poedit .
  3. Now you have to find out the language-code for your language - you can search for your language-code in the IANA Language Subtag Registry.
  4. Go into the /locale directory (located in the LimeSurvey root directory) and create a directory named after your language code.
  5. Download your language template by clicking on the following link https://www.limesurvey.org/limesurvey.pot. Once you receive the language template file, rename it to <your_language_code>.po.
  6. Copy the <your_language_code>.po file to the newly created folder located in the /locale directory.
  7. Open the file with Poedit and translate everything you need to translate.
  8. To make LimeSurvey know about your language, you must add it in application/helpers/surveytranslator_helper.php (located in the LimeSurvey root directory). Open that file with a text editor and add your language in the same way the other languages are defined in that file.
  9. Save - in order to allow LimeSurvey to see the newly added language, save the modified *.po file. This will automatically generate the *.mo file in the same folder, which will be read by LimeSurvey.
  10. Send the new *.po file and the updated surveytranslator_helper.php file to translations@limesurvey.org.
If you want your name to be linked from/shown on the team page, please write so in the email!