summaryrefslogtreecommitdiff
path: root/src/hmi/translations/deu_DEU.js
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-04-28 11:10:02 +0200
committerasanoaozora <fifitaneki@hotmail.com>2017-04-28 11:10:02 +0200
commite259ebe381a7d19b5ba629d2673f3ca657297bba (patch)
treec4e2a8fd4005331b3f459afadcf323035f0021fc /src/hmi/translations/deu_DEU.js
parent9524c507b6def7757c9a506afb0a2ac0b4790802 (diff)
downloadnavigation-e259ebe381a7d19b5ba629d2673f3ca657297bba.tar.gz
fix zoom bug and reorganize hmi folder
Diffstat (limited to 'src/hmi/translations/deu_DEU.js')
-rw-r--r--src/hmi/translations/deu_DEU.js98
1 files changed, 98 insertions, 0 deletions
diff --git a/src/hmi/translations/deu_DEU.js b/src/hmi/translations/deu_DEU.js
new file mode 100644
index 0000000..56674fc
--- /dev/null
+++ b/src/hmi/translations/deu_DEU.js
@@ -0,0 +1,98 @@
+/**
+* @licence app begin@
+* SPDX-License-Identifier: MPL-2.0
+*
+* \copyright Copyright (C) 2013-2014, PCA Peugeot Citroen
+*
+* \file deu_DEU.js
+*
+* \brief This file is part of the navigation hmi.
+*
+* \author Martin Schaller <martin.schaller@it-schaller.de>
+* \author Philippe Colliot <philippe.colliot@mpsa.com>
+*
+* \version 1.1
+*
+* This Source Code Form is subject to the terms of the
+* Mozilla Public License (MPL), v. 2.0.
+* If a copy of the MPL was not distributed with this file,
+* You can obtain one at http://mozilla.org/MPL/2.0/.
+*
+* For further information see http://www.genivi.org/.
+*
+* List of changes:
+* 2014-03-05, Philippe Colliot, migration to the new HMI design
+* <date>, <name>, <description of change>
+*
+* @licence end@
+*/
+translations["Navigation"]="NAVI";
+translations["Mapview"]="MAP";
+translations["Poi"]="POI";
+translations["Configuration"]="CONFIG";
+translations["Trip"]="TRIP";
+
+translations["Country"]="COUNTRY";
+translations["City"]="CITY";
+translations["Street"]="STREET";
+translations["Number"]="NUMBER";
+
+translations["RoutingPreferences"]="ROUTING PREFERENCES";
+translations["Ferries"]="FERRIES";
+translations["TollRoads"]="TOLL ROADS";
+translations["MotorWays"]="MOTORWAYS";
+translations["CostModel"]="COST MODEL";
+translations["Shortest"]="SHORTEST";
+translations["Fastest"]="FASTEST";
+translations["Language"]="LANGUAGE";
+translations["Units"]="UNITS";
+translations["Showroom"]="SHOWROOM";
+translations["Autoguidance"]="AUTOGUIDE";
+translations["Simulation"]="SIMULATION";
+
+translations["RouteDistance"]="DISTANCE";
+translations["RouteTime"]="TIME";
+translations["Guidance"]="GUIDANCE";
+translations["DisplayRoute"]="DISPLAY";
+translations["StatusTitle"]="STATUS";
+translations["CalculatedRouteInProgress"]="CALCULATION IN PROGRESS";
+translations["CalculatedRouteFailed"]="CALCULATION FAILED";
+translations["CalculatedRouteSuccess"]="ROUTE AVAILABLE";
+
+translations["FSAWarning"]="Refill";
+translations["NoGuidance"]="No guidance";
+translations["NoManeuver"]="No maneuver";
+
+//CameraSettings
+translations["North"]="N";
+translations["South"]="S";
+translations["East"]="O";
+translations["West"]="W";
+translations["CameraTilt"]="Tilt";
+translations["CameraHeight"]="Height";
+translations["CameraDistance"]="Dist";
+translations["CameraPerspective3d"]="3d";
+translations["CameraPerspective2d"]="2d";
+translations["Split"]="Sp";
+translations["Join"]="Jo";
+translations["Day"]="Da";
+translations["Night"]="Ni";
+
+translations["AvgSpeed"]="AVG SPEED";
+translations["AvgFuel"]="AVG FUEL";
+translations["Distance"]="DISTANCE";
+translations["FuelLevel"]="FUEL LEVEL";
+translations["TankDistance"]="TANK DISTANCE";
+translations["PredictiveTankDistance"]="PREDICTIVE\nTANK DISTANCE";
+translations["Reset"]="RESET";
+
+translations["Selected"]="SELECTED";
+
+translations["On"]="ON";
+translations["Off"]="OFF";
+translations["Back"]="BACK";
+translations["Cancel"]="CANCEL";
+translations["Quit"]="QUIT";
+
+
+translations["Element"]="NAME";