translations
parent
07540659c9
commit
46c092965c
|
@ -829,7 +829,8 @@ function loadAction(file){
|
||||||
!endsWith(file, '.kml') ||
|
!endsWith(file, '.kml') ||
|
||||||
!endsWith(file, '.jpg') ||
|
!endsWith(file, '.jpg') ||
|
||||||
!endsWith(file, '.csv')){
|
!endsWith(file, '.csv')){
|
||||||
OC.dialogs.alert(t('gpxedit', 'This file cannot be loaded'),t('gpxedit', 'Load error'));
|
OC.dialogs.alert(t('gpxedit', 'Impossible to load this file. ')+
|
||||||
|
t('gpxedit', 'Supported formats are gpx, kml, csv (unicsv) and jpg.'),t('gpxedit', 'Load error'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,9 @@ OC.L10N.register(
|
||||||
"gpxedit",
|
"gpxedit",
|
||||||
{
|
{
|
||||||
"Where to save" : "Où enregistrer",
|
"Where to save" : "Où enregistrer",
|
||||||
|
"Impossible to load this file. " : "Impossible de charger ce fichier. ",
|
||||||
|
"Supported formats are gpx, kml, csv (unicsv) and jpg." : "Les formats pris en charge sont gpx, kml, csv (unicsv) et jpg",
|
||||||
|
"Load error" : "Erreur de chargement",
|
||||||
"Draw a track" : "Dessiner une trace",
|
"Draw a track" : "Dessiner une trace",
|
||||||
"Add a waypoint" : "Ajouter une étape",
|
"Add a waypoint" : "Ajouter une étape",
|
||||||
"Edit" : "Éditer",
|
"Edit" : "Éditer",
|
||||||
|
|
Loading…
Reference in New Issue