AlternC/bureau/locales
Antoine Beaupré 7a00c6ac9a Update translations, new messages to translate:
msgmerge -v -U de_DE/LC_MESSAGES/messages.po messages.pot
..................................................
 lues 1 anciennes + 1 références, 489 fusionnées, 0 approximatives, 2 manquantes, 2 périmées.
msgmerge -v -U es_ES/LC_MESSAGES/messages.po messages.pot
....................................................
 lues 1 anciennes + 1 références, 489 fusionnées, 2 approximatives, 0 manquantes, 0 périmées.
msgmerge -v -U es_VE/LC_MESSAGES/messages.po messages.pot
....................................................
 lues 1 anciennes + 1 références, 489 fusionnées, 2 approximatives, 0 manquantes, 26 périmées.
msgmerge -v -U fr_FR/LC_MESSAGES/messages.po messages.pot
....................................................
 lues 1 anciennes + 1 références, 489 fusionnées, 2 approximatives, 0 manquantes, 8 périmées.
msgmerge -v -U pt_BR/LC_MESSAGES/messages.po messages.pot
....................................................
 lues 1 anciennes + 1 références, 489 fusionnées, 2 approximatives, 0 manquantes, 122 périmées.
msgmerge -v -U fr_FR/LC_MESSAGES/manual.po manual.pot
..............
 lues 1 anciennes + 1 références, 138 fusionnées, 0 approximatives, 0 manquantes, 5 périmées.
2008-10-14 15:19:18 +00:00
..
de_DE/LC_MESSAGES Update translations, new messages to translate: 2008-10-14 15:19:18 +00:00
en_US/LC_MESSAGES fix translation of 'Mysql Users' quota 2007-11-09 21:14:32 +00:00
es_ES/LC_MESSAGES Update translations, new messages to translate: 2008-10-14 15:19:18 +00:00
es_VE/LC_MESSAGES Update translations, new messages to translate: 2008-10-14 15:19:18 +00:00
fr_FR/LC_MESSAGES Update translations, new messages to translate: 2008-10-14 15:19:18 +00:00
pt_BR/LC_MESSAGES Update translations, new messages to translate: 2008-10-14 15:19:18 +00:00
Makefile don't touch pot file if it exists 2006-05-13 22:28:18 +00:00
README new translations + secondarymx management 2006-05-22 09:03:51 +00:00
manual.pot Checking MX when hosting a mail. Fixes #1074 2007-09-09 20:33:30 +00:00
messages.pot Update translations, new messages to translate: 2008-10-14 15:19:18 +00:00

README

Le système de langue fonctionne ainsi : 

dans bureau/locales/ on trouve un DOSSIER par langue sous la forme
major_minor/
exemple : fr_FR en_US ...
dans lequel on a un sous-dossier LC_MESSAGES
dans lequel on a des fichiers .po en vrac (normalement 1 ou 2 fichiers .po par module d'AlternC.)

Le fichier alternc.mo est donc construit à partir de TOUS les fichiers .po d'une même langue.

Howto translate AlternC in a new language
=========================================

This folder contains po and pot files, who are templates that allows you
to translate AlternC in any language.

1. How to add a language : 
- create a folder with your iso language code (ex: de_DE for
  German from Germany see `dpkg-reconfigure locales` for available codes.)
- create a subfolder LC_MESSAGES in this folder
- copy .po and .pot files and rename .pot to .po
- Translate them ;) 
- Send them to us so that we can add them to the next release or as a language pack.

2. How to update language files.

When the programm is updated, the po files in locales/ are changed to
reflect the new developped features.

You can just call the makefile to have the files regenerated:

cd admin/locales
make

from "locales/" to update your language po files. New strings will have
an empty "msgstr" value, and obsoletes one will be commented out with
#~