This page is to track all transalations for CartoGraf. Some translations should be in 10.x and trunk, some in custom.js and some in custom.php
Make sure to save the translation files as UTF-8
lang/en/custom.php
<?php
$lang_custom = array(
//"Hello"=>"My Hello",
//"This is the place to customize your translation"=>":-)",
"Layer Selector" => "Collaborators",
);
$lang = $lang_custom + $lang;
And add the following to lang/en/language.js (would be better to have lang/en/custom.js)
"Editable" : "Me",
"Finder" : "Author",
lang/fr/custom.php
<?php
$lang_custom = array(
//"Hello"=>"My Hello",
//"This is the place to customize your translation"=>":-)",
"Layer Selector" => "Collaborateurs",
"Share codes can contain only letters and numbers" => "Le code de partage peut seulement contenir des chiffres et des lettres",
"Share Code" => "Code de partage",
"Public Permalink" => "Lien pour partage",
"Embed Code" => "Code pour intégrer",
);
$lang = $lang_custom + $lang;
And add the following to lang/fr/language.js (would be better to have lang/en/custom.js)
"Editable" : "Moi",
"Finder" : "Auteur"
"Partners" : "Partenaires" (page accueil)
"Point d'intérêt" : Repère
My map : Mes cartes
Duplicate map : Dupliquer
Collaborate: Collaborer
Legend : Légende
Edit : Éditer
New entry: Ajouter un objet
Share : Partager
Modify : Modifier
"Collaborate on this map" : Collaborer à cette carte
Google Street : Google Carte (dans le menu des fonds de carte)
Google Physical : Google Physique
Google Hybrid: Google Hybride
Blank : Fond blanc
To be handled by Jonny
- "StreetView" becomes Panorama (in English and in French)
- Pan/Zoom : Déplacer/Zoomer bug