From a64176a0936934fbcc41d12395ec4d7c5c31b47c Mon Sep 17 00:00:00 2001 From: kazer_ Date: Thu, 12 Jul 2007 18:24:49 +0000 Subject: [PATCH] Working on translations git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@326 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/po/Makefile.in | 3 ++- navit/po/fr.po | 20 +++++++++++++++++--- navit/po/navit.pot | 22 +++++++++++++++------- 3 files changed, 34 insertions(+), 11 deletions(-) diff --git a/navit/po/Makefile.in b/navit/po/Makefile.in index 8738a58..8447494 100644 --- a/navit/po/Makefile.in +++ b/navit/po/Makefile.in @@ -10,7 +10,8 @@ CSOURCES=../src/main.c \ ../src/navit.c \ ../src/country.c \ ../src/gui/gtk/destination.c \ - ../src/gui/gtk/gui_gtk_action.c + ../src/gui/gtk/gui_gtk_action.c \ + ../src/gui/sdl/gui_sdl_window.cpp MO-FILES = $(LANGUAGES:=.mo) diff --git a/navit/po/fr.po b/navit/po/fr.po index c862c54..209118e 100644 --- a/navit/po/fr.po +++ b/navit/po/fr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Navit 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-12 19:31+0200\n" -"PO-Revision-Date: 2007-07-12 19:40+0100\n" +"POT-Creation-Date: 2007-07-12 20:20+0200\n" +"PO-Revision-Date: 2007-07-12 20:22+0100\n" "Last-Translator: KaZeR \n" "Language-Team: KaZeR \n" "MIME-Version: 1.0\n" @@ -338,7 +338,7 @@ msgid "Syria" msgstr "Syrie" #: ../src/country.c:64 -msgid "Saudi Arabia-Arabien" +msgid "Saudi Arabia" msgstr "Arabie Saoudite" #: ../src/country.c:65 @@ -422,6 +422,7 @@ msgid "Svalbard and Jan Mayen" msgstr "" #: ../src/gui/gtk/destination.c:293 +#: ../src/gui/sdl/gui_sdl_window.cpp:610 msgid "Country" msgstr "Pays" @@ -430,6 +431,7 @@ msgid "Zip Code" msgstr "Code postal" #: ../src/gui/gtk/destination.c:297 +#: ../src/gui/sdl/gui_sdl_window.cpp:611 msgid "City" msgstr "Ville" @@ -438,6 +440,7 @@ msgid "District/Township" msgstr "District" #: ../src/gui/gtk/destination.c:302 +#: ../src/gui/sdl/gui_sdl_window.cpp:612 msgid "Street" msgstr "Rue" @@ -458,10 +461,12 @@ msgid "Map" msgstr "Carte" #: ../src/gui/gtk/gui_gtk_action.c:160 +#: ../src/gui/sdl/gui_sdl_window.cpp:595 msgid "ZoomOut" msgstr "Zoom Arrière" #: ../src/gui/gtk/gui_gtk_action.c:161 +#: ../src/gui/sdl/gui_sdl_window.cpp:592 msgid "ZoomIn" msgstr "Zoom Avant" @@ -517,6 +522,15 @@ msgstr "" msgid "VisiblePoints" msgstr "" +#: ../src/gui/sdl/gui_sdl_window.cpp:586 +msgid "RoadBook" +msgstr "" + +#: ../src/gui/sdl/gui_sdl_window.cpp:598 +#, fuzzy +msgid "Quit" +msgstr "_Quitter" + #~ msgid "" #~ "Could not find home directory. Using current directory as home directory." #~ msgstr "" diff --git a/navit/po/navit.pot b/navit/po/navit.pot index 2b71c5d..8e43422 100644 --- a/navit/po/navit.pot +++ b/navit/po/navit.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-07-12 19:31+0200\n" +"POT-Creation-Date: 2007-07-12 20:20+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -329,7 +329,7 @@ msgid "Syria" msgstr "" #: ../src/country.c:64 -msgid "Saudi Arabia-Arabien" +msgid "Saudi Arabia" msgstr "" #: ../src/country.c:65 @@ -412,7 +412,7 @@ msgstr "" msgid "Svalbard and Jan Mayen" msgstr "" -#: ../src/gui/gtk/destination.c:293 +#: ../src/gui/gtk/destination.c:293 ../src/gui/sdl/gui_sdl_window.cpp:610 msgid "Country" msgstr "" @@ -420,7 +420,7 @@ msgstr "" msgid "Zip Code" msgstr "" -#: ../src/gui/gtk/destination.c:297 +#: ../src/gui/gtk/destination.c:297 ../src/gui/sdl/gui_sdl_window.cpp:611 msgid "City" msgstr "" @@ -428,7 +428,7 @@ msgstr "" msgid "District/Township" msgstr "" -#: ../src/gui/gtk/destination.c:302 +#: ../src/gui/gtk/destination.c:302 ../src/gui/sdl/gui_sdl_window.cpp:612 msgid "Street" msgstr "" @@ -448,11 +448,11 @@ msgstr "" msgid "Map" msgstr "" -#: ../src/gui/gtk/gui_gtk_action.c:160 +#: ../src/gui/gtk/gui_gtk_action.c:160 ../src/gui/sdl/gui_sdl_window.cpp:595 msgid "ZoomOut" msgstr "" -#: ../src/gui/gtk/gui_gtk_action.c:161 +#: ../src/gui/gtk/gui_gtk_action.c:161 ../src/gui/sdl/gui_sdl_window.cpp:592 msgid "ZoomIn" msgstr "" @@ -507,3 +507,11 @@ msgstr "" #: ../src/gui/gtk/gui_gtk_action.c:186 msgid "VisiblePoints" msgstr "" + +#: ../src/gui/sdl/gui_sdl_window.cpp:586 +msgid "RoadBook" +msgstr "" + +#: ../src/gui/sdl/gui_sdl_window.cpp:598 +msgid "Quit" +msgstr "" -- 2.7.4