Merge branch 'master' of repo.wisemapping.org:wisemapping/wiseorg

This commit is contained in:
Paulo Gustavo Veiga 2012-08-22 00:43:00 -03:00
commit 9aba9993e2
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# French Support.
HOME=Accueil
MY_WISEMAPS=Mes maps
SETTINGS=Rélages
LOGOUT=Déconnexion
WELCOME=Bienvenue
NEW=Nouveau
IMPORT=Importer
DELETE=Effacer
MORE=Plus
DUPLICATE=Dupliquer
RENAME=Renommer
PUBLISH=Publier
SHARE=Partager
EXPORT=Exporter
PRINT=Imprimer
HISTORY=Histoire
SEARCH=Chercher
NAME=Nom
CREATOR=Auteur
LAST_UPDATE=Dernière modification
SHOW_REGISTERS=Montrer _MENU_ entrées
ALL_MAPS=Tous
MY_MAPS=Mes maps
SHARED_WITH_ME=Partagé avec moi
STARRED=Favoris
PUBLIC_MAPS=Public
NO_MATCHING_FOUND=Aucun résultat trouvé
TABLE_ROWS=\ _START_-_END_ de _TOTAL_

View File

@ -57,6 +57,9 @@
<option value="es" <c:if test="${user.locale=='es'}">selected="selected" </c:if>>Spanish -
español
</option>
<option value="fr" <c:if test="${user.locale=='fr'}">selected="selected" </c:if>>French -
français
</option>
<option value="zh_cn" <c:if test="${user.locale=='zh_cn'}">selected="selected" </c:if>>Chinese
(Simplified Han) - 中文(简体中文)
</option>