Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Khmurets <subzero@mapswithme.com>2014-09-02 17:58:49 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:25:53 +0300
commit255bdfbee7b257dfef520df6d10d48056a22c680 (patch)
treebfece9cce2679961214544794ae26c44d77830fd
parent92ccd2731f0c2e15e654d7161014e1317ac61dcd (diff)
[core] WiFi localization
-rw-r--r--android/res/values-ar/strings.xml2
-rw-r--r--android/res/values-cs/strings.xml2
-rw-r--r--android/res/values-da/strings.xml2
-rw-r--r--android/res/values-de/strings.xml2
-rw-r--r--android/res/values-es/strings.xml2
-rw-r--r--android/res/values-fr/strings.xml2
-rw-r--r--android/res/values-hu/strings.xml2
-rw-r--r--android/res/values-it/strings.xml2
-rw-r--r--android/res/values-ja/strings.xml2
-rw-r--r--android/res/values-ko/strings.xml2
-rw-r--r--android/res/values-nl/strings.xml2
-rw-r--r--android/res/values-pl/strings.xml2
-rw-r--r--android/res/values-pt/strings.xml2
-rw-r--r--android/res/values-ru/strings.xml2
-rw-r--r--android/res/values-sk/strings.xml2
-rw-r--r--android/res/values-th/strings.xml2
-rw-r--r--android/res/values-tr/strings.xml2
-rw-r--r--android/res/values-uk/strings.xml2
-rw-r--r--android/res/values-zh-rTW/strings.xml2
-rw-r--r--android/res/values-zh/strings.xml2
-rw-r--r--android/res/values/strings.xml2
-rw-r--r--iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/Contents.json18
-rw-r--r--iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/wifi.pngbin0 -> 648 bytes
-rw-r--r--iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/wifi@2x.pngbin0 -> 1548 bytes
-rw-r--r--iphone/Maps/ar.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/cs.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/da.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/de.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/en.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/es.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/fr.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/hu.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/it.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/ja.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/ko.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/nl.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/pl.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/pt.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/ru.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/sk.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/th.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/tr.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/uk.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/zh-Hans.lproj/Localizable.strings3
-rw-r--r--iphone/Maps/zh-Hant.lproj/Localizable.strings3
-rw-r--r--strings.txt26
-rw-r--r--tizen/MapsWithMe/res/ces-CZ.xml2
-rw-r--r--tizen/MapsWithMe/res/deu-DE.xml2
-rw-r--r--tizen/MapsWithMe/res/eng-GB.xml2
-rw-r--r--tizen/MapsWithMe/res/fra-FR.xml2
-rw-r--r--tizen/MapsWithMe/res/ita-IT.xml2
-rw-r--r--tizen/MapsWithMe/res/pol-PL.xml2
-rw-r--r--tizen/MapsWithMe/res/por-PT.xml2
-rw-r--r--tizen/MapsWithMe/res/rus-RU.xml2
-rw-r--r--tizen/MapsWithMe/res/spa-ES.xml2
-rw-r--r--tizen/MapsWithMe/res/ukr-UA.xml2
56 files changed, 169 insertions, 0 deletions
diff --git a/android/res/values-ar/strings.xml b/android/res/values-ar/strings.xml
index 2024ec3ec6..57788d67b0 100644
--- a/android/res/values-ar/strings.xml
+++ b/android/res/values-ar/strings.xml
@@ -410,4 +410,6 @@
<string name="email_error_title">هناك خطأ في إرسال البريد الإلكتروني</string>
<!-- Settings item title -->
<string name="pref_calibration_title">معايرة البوصلة</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">واي فاي</string>
</resources>
diff --git a/android/res/values-cs/strings.xml b/android/res/values-cs/strings.xml
index a693f1ab66..cd9292ce41 100644
--- a/android/res/values-cs/strings.xml
+++ b/android/res/values-cs/strings.xml
@@ -413,4 +413,6 @@
<string name="email_error_title">Chyba při odesílání emailu</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Kalibrace kompasu</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-da/strings.xml b/android/res/values-da/strings.xml
index 1e7428ad8f..c8181ed4fe 100644
--- a/android/res/values-da/strings.xml
+++ b/android/res/values-da/strings.xml
@@ -408,4 +408,6 @@
<string name="email_error_title">Mailforsendelsesfejl</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Kalibrering af kompas</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-de/strings.xml b/android/res/values-de/strings.xml
index 310cd1a6e5..e579d584c3 100644
--- a/android/res/values-de/strings.xml
+++ b/android/res/values-de/strings.xml
@@ -401,4 +401,6 @@
<string name="email_error_title">Fehler beim E-Mail-Versand</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Kompass-Kalibrierung</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-es/strings.xml b/android/res/values-es/strings.xml
index abb6a903ed..99b37ef9f4 100644
--- a/android/res/values-es/strings.xml
+++ b/android/res/values-es/strings.xml
@@ -387,4 +387,6 @@
<string name="email_error_title">Error de envío de correo</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Calibrado de la brújula</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-fr/strings.xml b/android/res/values-fr/strings.xml
index 94df117393..afbbd13012 100644
--- a/android/res/values-fr/strings.xml
+++ b/android/res/values-fr/strings.xml
@@ -417,4 +417,6 @@
<string name="email_error_title">Erreur d\&#39;envoi de courriel</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Étalonnage de la boussole</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-hu/strings.xml b/android/res/values-hu/strings.xml
index 10f6c048f2..3ae36c7f23 100644
--- a/android/res/values-hu/strings.xml
+++ b/android/res/values-hu/strings.xml
@@ -405,4 +405,6 @@
<string name="email_error_title">Hiba az e-mail küldése során</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Iránytű kalibrálás</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-it/strings.xml b/android/res/values-it/strings.xml
index bada6afde2..104ce8d845 100644
--- a/android/res/values-it/strings.xml
+++ b/android/res/values-it/strings.xml
@@ -393,4 +393,6 @@
<string name="email_error_title">Errore invio email</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Calibrazione del compasso</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-ja/strings.xml b/android/res/values-ja/strings.xml
index 7829df8899..ba804c4381 100644
--- a/android/res/values-ja/strings.xml
+++ b/android/res/values-ja/strings.xml
@@ -393,4 +393,6 @@
<string name="email_error_title">メール送信エラー</string>
<!-- Settings item title -->
<string name="pref_calibration_title">コンパスの調整</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">無線LAN</string>
</resources>
diff --git a/android/res/values-ko/strings.xml b/android/res/values-ko/strings.xml
index 23f512e3b8..c1da896911 100644
--- a/android/res/values-ko/strings.xml
+++ b/android/res/values-ko/strings.xml
@@ -384,4 +384,6 @@
<string name="email_error_title">메일 전송 중 오류</string>
<!-- Settings item title -->
<string name="pref_calibration_title">나침반 보정</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi 인터넷</string>
</resources>
diff --git a/android/res/values-nl/strings.xml b/android/res/values-nl/strings.xml
index 637a444ea3..4134d4de18 100644
--- a/android/res/values-nl/strings.xml
+++ b/android/res/values-nl/strings.xml
@@ -386,4 +386,6 @@
<string name="email_error_title">E-mail verzendfout</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Kompascalibratie</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-pl/strings.xml b/android/res/values-pl/strings.xml
index 17c66fcff6..bbe8bb5c0a 100644
--- a/android/res/values-pl/strings.xml
+++ b/android/res/values-pl/strings.xml
@@ -407,4 +407,6 @@
<string name="email_error_title">Błąd wysyłania wiadomości</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Kalibracja kompasu</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-pt/strings.xml b/android/res/values-pt/strings.xml
index 63f445eeaf..12f745a5d0 100644
--- a/android/res/values-pt/strings.xml
+++ b/android/res/values-pt/strings.xml
@@ -403,4 +403,6 @@
<string name="email_error_title">Erro de envio de email</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Calibração de bússola</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-ru/strings.xml b/android/res/values-ru/strings.xml
index f5dd454c79..7f319348dc 100644
--- a/android/res/values-ru/strings.xml
+++ b/android/res/values-ru/strings.xml
@@ -407,4 +407,6 @@
<string name="email_error_title">Ошибка при отправлении письма</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Калибровка компаса</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-sk/strings.xml b/android/res/values-sk/strings.xml
index 44c487e7b8..c3786ad0d8 100644
--- a/android/res/values-sk/strings.xml
+++ b/android/res/values-sk/strings.xml
@@ -410,4 +410,6 @@
<string name="email_error_title">Chyba pri odosielaní emailu</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Compass kalibrácia</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-th/strings.xml b/android/res/values-th/strings.xml
index 17aa4b70cd..64f5b93722 100644
--- a/android/res/values-th/strings.xml
+++ b/android/res/values-th/strings.xml
@@ -408,4 +408,6 @@
<string name="email_error_title">จดหมายที่ส่งเกิดความผิดพลาด</string>
<!-- Settings item title -->
<string name="pref_calibration_title">การปรับเทียบเข็มทิศ</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-tr/strings.xml b/android/res/values-tr/strings.xml
index 0518868a24..9eea61f710 100644
--- a/android/res/values-tr/strings.xml
+++ b/android/res/values-tr/strings.xml
@@ -410,4 +410,6 @@
<string name="email_error_title">Posta gönderme hatası</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Pusula kalibrasyonu</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-uk/strings.xml b/android/res/values-uk/strings.xml
index 693da1e628..274da3819e 100644
--- a/android/res/values-uk/strings.xml
+++ b/android/res/values-uk/strings.xml
@@ -401,4 +401,6 @@
<string name="email_error_title">Помилка при відправленні листа</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Калібрування компаса</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/android/res/values-zh-rTW/strings.xml b/android/res/values-zh-rTW/strings.xml
index 66fec5754b..5ff458a44f 100644
--- a/android/res/values-zh-rTW/strings.xml
+++ b/android/res/values-zh-rTW/strings.xml
@@ -387,4 +387,6 @@
<string name="email_error_title">電子郵件發送錯誤</string>
<!-- Settings item title -->
<string name="pref_calibration_title">指南針校準</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">無線網絡</string>
</resources>
diff --git a/android/res/values-zh/strings.xml b/android/res/values-zh/strings.xml
index 0841aa4e29..403a00c09f 100644
--- a/android/res/values-zh/strings.xml
+++ b/android/res/values-zh/strings.xml
@@ -412,4 +412,6 @@
<string name="email_error_title">电子邮件发送错误</string>
<!-- Settings item title -->
<string name="pref_calibration_title">指南针校准</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">无线网络</string>
</resources>
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index bb41e949ef..e769dc9a51 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -421,4 +421,6 @@
<string name="email_error_title">Mail sending error</string>
<!-- Settings item title -->
<string name="pref_calibration_title">Compass calibration</string>
+ <!-- Search Suggestion -->
+ <string name="wifi">Wi-Fi</string>
</resources>
diff --git a/iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/Contents.json b/iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/Contents.json
new file mode 100644
index 0000000000..836934e8ec
--- /dev/null
+++ b/iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/Contents.json
@@ -0,0 +1,18 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "scale" : "1x",
+ "filename" : "wifi.png"
+ },
+ {
+ "idiom" : "universal",
+ "scale" : "2x",
+ "filename" : "wifi@2x.png"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+} \ No newline at end of file
diff --git a/iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/wifi.png b/iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/wifi.png
new file mode 100644
index 0000000000..b7197e83a8
--- /dev/null
+++ b/iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/wifi.png
Binary files differ
diff --git a/iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/wifi@2x.png b/iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/wifi@2x.png
new file mode 100644
index 0000000000..9c9655db4f
--- /dev/null
+++ b/iphone/Maps/Images.xcassets/Search/Category Icons/CategoryIconWifi.imageset/wifi@2x.png
Binary files differ
diff --git a/iphone/Maps/ar.lproj/Localizable.strings b/iphone/Maps/ar.lproj/Localizable.strings
index 437ac5f00b..c04372711f 100644
--- a/iphone/Maps/ar.lproj/Localizable.strings
+++ b/iphone/Maps/ar.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "معايرة البوصلة";
+
+/* Search Suggestion */
+"wifi" = "واي فاي";
diff --git a/iphone/Maps/cs.lproj/Localizable.strings b/iphone/Maps/cs.lproj/Localizable.strings
index 31087b525f..cfb1531b53 100644
--- a/iphone/Maps/cs.lproj/Localizable.strings
+++ b/iphone/Maps/cs.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Kalibrace kompasu";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/da.lproj/Localizable.strings b/iphone/Maps/da.lproj/Localizable.strings
index ed94703614..d0dce13757 100644
--- a/iphone/Maps/da.lproj/Localizable.strings
+++ b/iphone/Maps/da.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Kalibrering af kompas";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/de.lproj/Localizable.strings b/iphone/Maps/de.lproj/Localizable.strings
index 880287c0c9..810c74871c 100644
--- a/iphone/Maps/de.lproj/Localizable.strings
+++ b/iphone/Maps/de.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Kompass-Kalibrierung";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/en.lproj/Localizable.strings b/iphone/Maps/en.lproj/Localizable.strings
index 7787c030e4..db877c686f 100644
--- a/iphone/Maps/en.lproj/Localizable.strings
+++ b/iphone/Maps/en.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Compass calibration";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/es.lproj/Localizable.strings b/iphone/Maps/es.lproj/Localizable.strings
index 27392bede5..601cb75494 100644
--- a/iphone/Maps/es.lproj/Localizable.strings
+++ b/iphone/Maps/es.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Calibrado de la brújula";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/fr.lproj/Localizable.strings b/iphone/Maps/fr.lproj/Localizable.strings
index 22668a922f..977644ee96 100644
--- a/iphone/Maps/fr.lproj/Localizable.strings
+++ b/iphone/Maps/fr.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Étalonnage de la boussole";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/hu.lproj/Localizable.strings b/iphone/Maps/hu.lproj/Localizable.strings
index cf37b0edb5..eb08c9777f 100644
--- a/iphone/Maps/hu.lproj/Localizable.strings
+++ b/iphone/Maps/hu.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Iránytű kalibrálás";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/it.lproj/Localizable.strings b/iphone/Maps/it.lproj/Localizable.strings
index 997ec80635..341cbf5fc4 100644
--- a/iphone/Maps/it.lproj/Localizable.strings
+++ b/iphone/Maps/it.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Calibrazione del compasso";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/ja.lproj/Localizable.strings b/iphone/Maps/ja.lproj/Localizable.strings
index 7fe1324c79..94109a85c0 100644
--- a/iphone/Maps/ja.lproj/Localizable.strings
+++ b/iphone/Maps/ja.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "コンパスの調整";
+
+/* Search Suggestion */
+"wifi" = "無線LAN";
diff --git a/iphone/Maps/ko.lproj/Localizable.strings b/iphone/Maps/ko.lproj/Localizable.strings
index 0ebd741725..f58747198c 100644
--- a/iphone/Maps/ko.lproj/Localizable.strings
+++ b/iphone/Maps/ko.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "나침반 보정";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi 인터넷";
diff --git a/iphone/Maps/nl.lproj/Localizable.strings b/iphone/Maps/nl.lproj/Localizable.strings
index 3073e54724..d9518a9b73 100644
--- a/iphone/Maps/nl.lproj/Localizable.strings
+++ b/iphone/Maps/nl.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Kompascalibratie";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/pl.lproj/Localizable.strings b/iphone/Maps/pl.lproj/Localizable.strings
index 21671442c0..e79bad8bd8 100644
--- a/iphone/Maps/pl.lproj/Localizable.strings
+++ b/iphone/Maps/pl.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Kalibracja kompasu";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/pt.lproj/Localizable.strings b/iphone/Maps/pt.lproj/Localizable.strings
index 440460cef8..6af94ddd25 100644
--- a/iphone/Maps/pt.lproj/Localizable.strings
+++ b/iphone/Maps/pt.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Calibração de bússola";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/ru.lproj/Localizable.strings b/iphone/Maps/ru.lproj/Localizable.strings
index 34c963ebbe..2ae4e3083a 100644
--- a/iphone/Maps/ru.lproj/Localizable.strings
+++ b/iphone/Maps/ru.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Калибровка компаса";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/sk.lproj/Localizable.strings b/iphone/Maps/sk.lproj/Localizable.strings
index cbda7c3764..0dc1f44c9a 100644
--- a/iphone/Maps/sk.lproj/Localizable.strings
+++ b/iphone/Maps/sk.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Compass kalibrácia";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/th.lproj/Localizable.strings b/iphone/Maps/th.lproj/Localizable.strings
index 2fdb0fb7f7..3eb7fcb34b 100644
--- a/iphone/Maps/th.lproj/Localizable.strings
+++ b/iphone/Maps/th.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "การปรับเทียบเข็มทิศ";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/tr.lproj/Localizable.strings b/iphone/Maps/tr.lproj/Localizable.strings
index bf38193284..19d009620d 100644
--- a/iphone/Maps/tr.lproj/Localizable.strings
+++ b/iphone/Maps/tr.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Pusula kalibrasyonu";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/uk.lproj/Localizable.strings b/iphone/Maps/uk.lproj/Localizable.strings
index 4d7fb4b912..5833d9dd21 100644
--- a/iphone/Maps/uk.lproj/Localizable.strings
+++ b/iphone/Maps/uk.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "Калібрування компаса";
+
+/* Search Suggestion */
+"wifi" = "Wi-Fi";
diff --git a/iphone/Maps/zh-Hans.lproj/Localizable.strings b/iphone/Maps/zh-Hans.lproj/Localizable.strings
index 8e3f043489..fdb58d584c 100644
--- a/iphone/Maps/zh-Hans.lproj/Localizable.strings
+++ b/iphone/Maps/zh-Hans.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "指南针校准";
+
+/* Search Suggestion */
+"wifi" = "无线网络";
diff --git a/iphone/Maps/zh-Hant.lproj/Localizable.strings b/iphone/Maps/zh-Hant.lproj/Localizable.strings
index 9af452e8a9..43c0f05e76 100644
--- a/iphone/Maps/zh-Hant.lproj/Localizable.strings
+++ b/iphone/Maps/zh-Hant.lproj/Localizable.strings
@@ -649,3 +649,6 @@
/* Settings item title */
"pref_calibration_title" = "指南針校準";
+
+/* Search Suggestion */
+"wifi" = "無線網絡";
diff --git a/strings.txt b/strings.txt
index 860f40d1ee..7244471eb6 100644
--- a/strings.txt
+++ b/strings.txt
@@ -5449,3 +5449,29 @@
da = Kalibrering af kompas
tr = Pusula kalibrasyonu
sk = Compass kalibrácia
+
+ [wifi]
+ tags = ios,android,tizen
+ comment = Search Suggestion
+ en = Wi-Fi
+ cs = Wi-Fi
+ sk = Wi-Fi
+ de = Wi-Fi
+ es = Wi-Fi
+ fr = Wi-Fi
+ it = Wi-Fi
+ ja = 無線LAN
+ ko = Wi-Fi 인터넷
+ nl = Wi-Fi
+ ru = Wi-Fi
+ uk = Wi-Fi
+ zh-Hant = 無線網絡
+ pl = Wi-Fi
+ pt = Wi-Fi
+ hu = Wi-Fi
+ th = Wi-Fi
+ zh-Hans = 无线网络
+ ar = واي فاي
+ da = Wi-Fi
+ tr = Wi-Fi
+
diff --git a/tizen/MapsWithMe/res/ces-CZ.xml b/tizen/MapsWithMe/res/ces-CZ.xml
index bc7e6e7378..5def731d68 100644
--- a/tizen/MapsWithMe/res/ces-CZ.xml
+++ b/tizen/MapsWithMe/res/ces-CZ.xml
@@ -111,4 +111,6 @@
<text id="IDS_AGREE">Souhlasím</text>
<!-- Show on first launch -->
<text id="IDS_DISAGREE">Nesouhlasím</text>
+ <!-- Search Suggestion -->
+ <text id="IDS_WIFI">Wi-Fi</text>
</string_table>
diff --git a/tizen/MapsWithMe/res/deu-DE.xml b/tizen/MapsWithMe/res/deu-DE.xml
index fa11cd7704..e122e10085 100644
--- a/tizen/MapsWithMe/res/deu-DE.xml
+++ b/tizen/MapsWithMe/res/deu-DE.xml
@@ -103,4 +103,6 @@
<text id="IDS_BECOME_A_PRO">Upgrade</text>
<text id="IDS_PREF_ZOOM_TITLE">Zoom-Tasten</text>
<text id="IDS_PREF_ZOOM_SUMMARY">Auf dem Bildschirm anzeigen</text>
+ <!-- Search Suggestion -->
+ <text id="IDS_WIFI">Wi-Fi</text>
</string_table>
diff --git a/tizen/MapsWithMe/res/eng-GB.xml b/tizen/MapsWithMe/res/eng-GB.xml
index abe788e48c..a6bb5c48d4 100644
--- a/tizen/MapsWithMe/res/eng-GB.xml
+++ b/tizen/MapsWithMe/res/eng-GB.xml
@@ -113,4 +113,6 @@
<text id="IDS_AGREE">I agree</text>
<!-- Show on first launch -->
<text id="IDS_DISAGREE">I disagree</text>
+ <!-- Search Suggestion -->
+ <text id="IDS_WIFI">Wi-Fi</text>
</string_table>
diff --git a/tizen/MapsWithMe/res/fra-FR.xml b/tizen/MapsWithMe/res/fra-FR.xml
index 09ca22ddcb..a0dc69dfb7 100644
--- a/tizen/MapsWithMe/res/fra-FR.xml
+++ b/tizen/MapsWithMe/res/fra-FR.xml
@@ -113,4 +113,6 @@
<text id="IDS_AGREE">Je suis d\&#39;accord</text>
<!-- Show on first launch -->
<text id="IDS_DISAGREE">Je ne suis pas d\&#39;accord</text>
+ <!-- Search Suggestion -->
+ <text id="IDS_WIFI">Wi-Fi</text>
</string_table>
diff --git a/tizen/MapsWithMe/res/ita-IT.xml b/tizen/MapsWithMe/res/ita-IT.xml
index 378dcd7ff8..c15d8d7733 100644
--- a/tizen/MapsWithMe/res/ita-IT.xml
+++ b/tizen/MapsWithMe/res/ita-IT.xml
@@ -105,4 +105,6 @@
<text id="IDS_BECOME_A_PRO">Aggiorna</text>
<text id="IDS_PREF_ZOOM_TITLE">Pulsanti per lo zoom</text>
<text id="IDS_PREF_ZOOM_SUMMARY">Condividi la mia location</text>
+ <!-- Search Suggestion -->
+ <text id="IDS_WIFI">Wi-Fi</text>
</string_table>
diff --git a/tizen/MapsWithMe/res/pol-PL.xml b/tizen/MapsWithMe/res/pol-PL.xml
index d549236b56..e757ea73b8 100644
--- a/tizen/MapsWithMe/res/pol-PL.xml
+++ b/tizen/MapsWithMe/res/pol-PL.xml
@@ -105,4 +105,6 @@
<text id="IDS_BECOME_A_PRO">Uaktualnij</text>
<text id="IDS_PREF_ZOOM_TITLE">Przyciski powiększania</text>
<text id="IDS_PREF_ZOOM_SUMMARY">Wyświetl na ekranie</text>
+ <!-- Search Suggestion -->
+ <text id="IDS_WIFI">Wi-Fi</text>
</string_table>
diff --git a/tizen/MapsWithMe/res/por-PT.xml b/tizen/MapsWithMe/res/por-PT.xml
index 39832a055a..14e546266d 100644
--- a/tizen/MapsWithMe/res/por-PT.xml
+++ b/tizen/MapsWithMe/res/por-PT.xml
@@ -105,4 +105,6 @@
<text id="IDS_BECOME_A_PRO">Obter PRO</text>
<text id="IDS_PREF_ZOOM_TITLE">Botões de zoom</text>
<text id="IDS_PREF_ZOOM_SUMMARY">Mostrar no ecrã</text>
+ <!-- Search Suggestion -->
+ <text id="IDS_WIFI">Wi-Fi</text>
</string_table>
diff --git a/tizen/MapsWithMe/res/rus-RU.xml b/tizen/MapsWithMe/res/rus-RU.xml
index 7a3446e64c..e0719aec12 100644
--- a/tizen/MapsWithMe/res/rus-RU.xml
+++ b/tizen/MapsWithMe/res/rus-RU.xml
@@ -113,4 +113,6 @@
<text id="IDS_AGREE">Я согласен</text>
<!-- Show on first launch -->
<text id="IDS_DISAGREE">Я не согласен</text>
+ <!-- Search Suggestion -->
+ <text id="IDS_WIFI">Wi-Fi</text>
</string_table>
diff --git a/tizen/MapsWithMe/res/spa-ES.xml b/tizen/MapsWithMe/res/spa-ES.xml
index 339236374b..900aa73cd6 100644
--- a/tizen/MapsWithMe/res/spa-ES.xml
+++ b/tizen/MapsWithMe/res/spa-ES.xml
@@ -101,4 +101,6 @@
<text id="IDS_BECOME_A_PRO">Obtener PRO</text>
<text id="IDS_PREF_ZOOM_TITLE">Botones de zoom</text>
<text id="IDS_PREF_ZOOM_SUMMARY">Visualización en la pantalla</text>
+ <!-- Search Suggestion -->
+ <text id="IDS_WIFI">Wi-Fi</text>
</string_table>
diff --git a/tizen/MapsWithMe/res/ukr-UA.xml b/tizen/MapsWithMe/res/ukr-UA.xml
index 26743c7e81..fc7ea052dd 100644
--- a/tizen/MapsWithMe/res/ukr-UA.xml
+++ b/tizen/MapsWithMe/res/ukr-UA.xml
@@ -107,4 +107,6 @@
<text id="IDS_BECOME_A_PRO">Купити PRO</text>
<text id="IDS_PREF_ZOOM_TITLE">Кнопки трансфокації</text>
<text id="IDS_PREF_ZOOM_SUMMARY">Відображення на екрані</text>
+ <!-- Search Suggestion -->
+ <text id="IDS_WIFI">Wi-Fi</text>
</string_table>