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",
"My Maps" => "Mes cartes",
"Duplicate Map|Make your own copy of this map" => "Dupliquer|Générer votre propre copie de cette carte",
"Collaborate|Collaborate on this map" => "Collaborer à cette carte",
"Collaborate" => "Collaborer",
);
$lang = $lang_custom + $lang;
And add the following to lang/fr/language.js (would be better to have lang/fr/custom.js)
"Editable" : "Moi",
"Finder" : "Auteur",
"Blank" : "Fond blanc",
To be determined
"Point d'intérêt" : Repère
New entry: Ajouter un objet
Share : Partager
Devrait-on avoir de tels synonymes?
Edit : Éditer
Modify : Modifier
To be handled by Jonny
- "StreetView" becomes Panorama (in English and in French)
- Pan/Zoom : Déplacer/Zoomer bug
- Map background selectror
- Google Street : Google Carte
- Google Physical : Google Physique
- Google Hybrid: Google Hybride