From 2398421591806fd3edf169fdc6466dee7944469b Mon Sep 17 00:00:00 2001 From: vng Date: Tue, 19 Aug 2014 19:34:43 +0300 Subject: [PATCH] Code review fixes. --- generator/generator_tests/osm_type_test.cpp | 2 +- generator/osm2type.cpp | 6 +++--- strings.txt | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/generator/generator_tests/osm_type_test.cpp b/generator/generator_tests/osm_type_test.cpp index 8087424a8f..ffb9a406fd 100644 --- a/generator/generator_tests/osm_type_test.cpp +++ b/generator/generator_tests/osm_type_test.cpp @@ -237,7 +237,7 @@ UNIT_TEST(OsmType_AlabamaRiver) TEST_EQUAL(params.m_Types.size(), 1, ()); } -UNIT_TEST(OsmType_Synonims) +UNIT_TEST(OsmType_Synonyms) { // Smoke test. { diff --git a/generator/osm2type.cpp b/generator/osm2type.cpp index c0601b6817..db2a56504e 100644 --- a/generator/osm2type.cpp +++ b/generator/osm2type.cpp @@ -268,9 +268,9 @@ namespace ftype } }; - /// Process synonim tags to match existing classificator types. + /// Process synonym tags to match existing classificator types. /// @todo We are planning to rewrite classificator <-> tags matching. - class do_replace_synonims + class do_replace_synonyms { public: typedef bool result_type; @@ -301,7 +301,7 @@ namespace ftype void process_synonims(XMLElement * p) { - for_each_tag(p, do_replace_synonims()); + for_each_tag(p, do_replace_synonyms()); } //#ifdef DEBUG diff --git a/strings.txt b/strings.txt index fb1a60eab4..9af7a5111e 100644 --- a/strings.txt +++ b/strings.txt @@ -3520,7 +3520,7 @@ en = Promo Code Activation tags = android comment = Promocode Activation dialog title - cs = Uplatnit kód + cs = Uplatnit kód de = Aktivierung des Aktionscodes fr = Activation de code de promotion pl = Aktywacja kodu promocyjnego @@ -3535,7 +3535,7 @@ en = Enter Promo Code tags = android comment = Enter promo code hint - cs = Zadej promo kód + cs = Zadej promo kód de = Geben Sie den Aktionscode ein fr = Entrer le code de promotion pl = Wprowadź kod promocyjny @@ -3551,7 +3551,7 @@ en = Promo code is activated! tags = android comment = Promocode Activation success message - cs = Kód byl úspěšně přijat! + cs = Kód byl úspěšně přijat! de = Aktionscode wurde aktiviert! fr = Code de promotion activé ! pl = Kod promocyjny został aktywowany! @@ -3567,7 +3567,7 @@ en = Connection error. Please try again later. tags = android comment = Promocode Activation connection/io error - cs = Chyba připojení. Opakuj akci později. + cs = Chyba připojení. Opakuj akci později. de = Verbindungsfehler: Bitte versuchen Sie es später erneut. fr = Erreur de connexion. Veuillez recommencer ultérieurement. pl = Błąd połączenia. Proszę spróbować ponownie później. @@ -3583,7 +3583,7 @@ en = Invalid promo code. Please try again. tags = android comment = Promocode Activation is invalid message. - cs = Nesprávný kód! Opakuj zadání. + cs = Nesprávný kód! Opakuj zadání. de = Ungültiger Aktionscode. Bitte versuchen Sie es nochmals. fr = Code de promotion non valide. Veuillez recommencer. pl = Błędny kod promocyjny. Spróbuj ponownie.