mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Merge branch 'master' of repo.wisemapping.org:wisemapping/wiseorg
This commit is contained in:
commit
9aba9993e2
@ -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_
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user