From 74035ab3c2a3986156921849f60361dd347ee2c6 Mon Sep 17 00:00:00 2001 From: Kiryl Kaveryn Date: Wed, 14 Aug 2024 18:16:36 +0400 Subject: [PATCH] [strings] regenerate Signed-off-by: Kiryl Kaveryn --- .../LocalizedStrings/ar.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/az.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/be.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/bg.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/ca.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/cs.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/da.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/de.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/el.lproj/Localizable.strings | 15 +++++++++++++++ .../en-GB.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/en.lproj/Localizable.strings | 15 +++++++++++++++ .../es-MX.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/es.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/et.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/eu.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/fa.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/fi.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/fr.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/he.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/hi.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/hu.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/id.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/it.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/ja.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/ko.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/mr.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/nb.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/nl.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/pl.lproj/Localizable.strings | 15 +++++++++++++++ .../pt-BR.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/pt.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/ro.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/ru.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/sk.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/sv.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/sw.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/th.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/tr.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/uk.lproj/Localizable.strings | 15 +++++++++++++++ .../LocalizedStrings/vi.lproj/Localizable.strings | 15 +++++++++++++++ .../zh-Hans.lproj/Localizable.strings | 15 +++++++++++++++ .../zh-Hant.lproj/Localizable.strings | 15 +++++++++++++++ 42 files changed, 630 insertions(+) diff --git a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings index 655032fde9..006a516dec 100644 --- a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "مقاعد خارجية"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "القوائم المحذوفة مؤخراً"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "مسح"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "حذف الكل"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "استرداد"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "استرداد الكل"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/az.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/az.lproj/Localizable.strings index 15577d539c..196d98c36e 100644 --- a/iphone/Maps/LocalizedStrings/az.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/az.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Çöldə oturma"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Son Silinmiş Siyahılar"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Sil"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Hamısını Sil"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Bərpa et"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Hamısını bərpa et"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings index 495b5a93be..fc064db935 100644 --- a/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Месцы на адкрытым паветры"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Нядаўна выдаленыя спісы"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Ачысціць"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Выдаліць усё"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Аднавіць"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Аднавіць усё"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings index 8142416904..aa6efd28d7 100644 --- a/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Места за сядане на открито"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Наскоро изтрити списъци"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Изчистване"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Изтриване на всички"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Възстановяване"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Възстанови всички"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings index b481af6bea..f3551cf63c 100644 --- a/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Seients a l'aire lliure"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Llistes suprimides recentment"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Netejar"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Eliminar tots"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Recuperar"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Recuperar-ho tot"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings index 064fce7423..09fc823022 100644 --- a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Venkovní posezení"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Nedávno odstraněné seznamy"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Vymazat"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Smazat vše"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Obnovit"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Obnovit vše"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings index 50153cebbc..94cacbca0e 100644 --- a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Udendørs siddepladser"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Nyligt slettede lister"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Ryd"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Slet alle"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Gendan"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Gendan alle"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings index 8d97aee359..8da233e302 100644 --- a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Sitzplätze im Freien"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Kürzlich gelöschte Listen"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Löschen"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Alle löschen"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Wiederherstellen"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Alles wiederherstellen"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings index 4bc8060d16..3110b871c7 100644 --- a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Εξωτερικά καθίσματα"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Πρόσφατα διαγραμμένες λίστες"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Εκκαθάριση"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Διαγραφή όλων"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Ανάκτηση"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Ανάκτηση όλων"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings index 46a44f4fbd..34c97285cc 100644 --- a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Outdoor seating"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Recently Deleted Lists"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Clear"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Delete All"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Recover"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Recover All"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings index ddcb40ee0d..272eaf4597 100644 --- a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Outdoor seating"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Recently Deleted Lists"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Clear"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Delete All"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Recover"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Recover All"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings index 5af7c2c560..d625a00b42 100644 --- a/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Asientos al aire libre"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Listas eliminadas recientemente"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Limpiar"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Borrar todo"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Recuperar"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Recuperar todo"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings index e1e92f9515..1679732c8c 100644 --- a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Asientos al aire libre"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Listas eliminadas recientemente"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Limpiar"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Borrar todo"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Recuperar"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Recuperar todo"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings index d178fe3845..2399bee2e3 100644 --- a/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Istekohad õues"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Hiljuti kustutatud nimekirjad"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Kustuta"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Kustuta kõik"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Taasta"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Taasta kõik"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings index 67275fc88e..0f8316131d 100644 --- a/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Kanpoko eserlekuak"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Duela gutxi ezabatutako zerrendak"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Garbitu"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Ezabatu guztiak"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Berreskuratu"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Guztia berreskuratu"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings index 73c995f7cf..1dcd3c99fc 100644 --- a/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "نشستن در فضای باز"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "لیست های اخیرا حذف شده"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "پاک کردن"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "حذف همه"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "بازیابی"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "بازیابی همه"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings index 7d1bdd1af6..a442dc609b 100644 --- a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Ulkona istuminen"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Äskettäin poistetut luettelot"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Tyhjennä"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Poista kaikki"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Palauta"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Palauta kaikki"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings index d2bf3fb1a1..dae3c98398 100644 --- a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Places en terrasse"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Listes récemment supprimées"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Effacer"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Supprimer tout"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Récupérer"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Tout récupérer"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings index 4800337008..27f63d7176 100644 --- a/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "ישיבה בחוץ"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "רשימות שנמחקו לאחרונה"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "נקה"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "מחק הכל"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "לשחזר"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "לשחזר הכל"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/hi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/hi.lproj/Localizable.strings index 1e6d6cc9ac..5eb4874af8 100644 --- a/iphone/Maps/LocalizedStrings/hi.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/hi.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "घर के बाहर बैठने"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "हाल ही में हटाई गई सूचियाँ"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "साफ करें"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "सभी हटा दो"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "पुनः प्राप्त करें"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "सभी पुनः प्राप्त करें"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings index 68031a4b5d..4ff60ce7b0 100644 --- a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Kültéri ülőhelyek"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Nemrég törölt listák"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Törlés"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Mindent törölni"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Visszaállítás"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Mindent visszaállít"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings index 03ec9a9013..e5705b3e05 100644 --- a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Tempat duduk di luar ruangan"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Daftar yang Baru Saja Dihapus"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Hapus"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Hapus Semua"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Pulihkan"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Pulihkan Semua"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings index 8142309a37..8eb80af348 100644 --- a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Posti a sedere all'aperto"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Elenchi eliminati di recente"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Cancella"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Cancella tutto"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Recupera"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Recupera tutto"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings index 1fd40735e0..a3b3037997 100644 --- a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "屋外席"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "最近削除されたリスト"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "クリア"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "すべて削除する"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "復元"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "すべて復元"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings index bd0498ed83..8504a247bc 100644 --- a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "야외 좌석"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "최근 삭제한 목록"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "지우기"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "모두 삭제"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "복구"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "모두 복구"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings index dc3d748114..4b02c8766a 100644 --- a/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "बाहेरची आसनव्यवस्था nb = Uteservering"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "अलीकडे हटवलेल्या याद्या"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "साफ करा"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "सर्व हटवा"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "पुनर्प्राप्त करा"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "सर्व पुनर्प्राप्त करा"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings index 673293a0bb..03f0cf7471 100644 --- a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Outdoor seating"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Nylig slettede lister"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Fjern"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Slett alle"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Gjenopprette"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Gjenopprett alt"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings index f60e5c10c5..0bec727b4f 100644 --- a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Zitplaatsen buiten"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Onlangs verwijderde lijsten"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Wissen"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Alles verwijderen"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Herstel"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Alles herstellen"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings index d49e63a67d..4f3e9d0967 100644 --- a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Siedzenia na zewnątrz"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Ostatnio usunięte listy"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Wyczyść"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Usuń wszystko"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Odzyskaj"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Odzyskaj wszystko"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings index 27bafbf76c..5e3bde124c 100644 --- a/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Assentos ao ar livre"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Listas excluídas recentemente"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Limpar"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Excluir tudo"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Recuperar"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Recuperar tudo"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings index 0a3fb42206..6b84e0623a 100644 --- a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Assentos ao ar livre"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Listas eliminadas recentemente"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Limpar"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Eliminar tudo"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Recuperar"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Recuperar tudo"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings index 4d77fa93f3..5c5f8ab335 100644 --- a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Scaune în aer liber"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Liste șterse recent"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Șterge"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Ștergeți toate"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Recuperare"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Recuperează tot"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings index aebe58802f..ebadae692b 100644 --- a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Сидения на открытом воздухе"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Недавно удаленные списки"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Очистить"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Удалить всё"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Восстановить"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Восстановить всё"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings index 224f778c64..6d64561dd4 100644 --- a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Vonkajšie sedenie"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Nedávno odstránené zoznamy"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Vymazať"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Odstrániť všetko"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Obnoviť"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Obnoviť všetko"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings index 4ef7e49465..4a80ab99c0 100644 --- a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Sittplatser utomhus"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Nyligen borttagna listor"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Rensa"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Radera alla"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Återställ"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Återställ allt"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings index e94199900a..62f4eba1f4 100644 --- a/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Viti vya nje"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Orodha Zilizofutwa Hivi Karibuni"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Futa"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Futa Zote"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Rejesha"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Rejesha yote"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings index 579924eedf..01f79c5c2a 100644 --- a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "ที่นั่งกลางแจ้ง"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "รายการที่ถูกลบล่าสุด"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "ล้าง"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "ลบทั้งหมด"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "กู้คืน"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "กู้คืนทั้งหมด"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings index d6aa262e95..6a7c55c8b0 100644 --- a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Açık oturma alanı"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Son Silinen Listeler"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Temizle"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Tümünü Sil"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Kurtar"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Hepsini Kurtar"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings index 27aba5f885..3bd78392a6 100644 --- a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Сидіння на відкритому повітрі"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Нещодавно видалені списки"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Очистити"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Видалити все"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Відновити"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Відновити все"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings index 413d9ea88f..cda2be11cc 100644 --- a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "Chỗ ngồi ngoài trời"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "Danh sách đã xóa gần đây"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "Xóa"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "Xóa hết"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "Khôi phục"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "Khôi phục tất cả"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings index d07fa67d19..df17b37f7b 100644 --- a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "室外座位"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "最近删除的列表"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "清除"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "全部删除"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "恢复"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "全部恢复"; + /********** Types **********/ diff --git a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings index 35fb15d5b5..fb54c433e5 100644 --- a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings @@ -1376,6 +1376,21 @@ /* To indicate if restaurant or other place has outdoor seating */ "outdoor_seating" = "戶外座位"; +/* Title for the "Recently Deleted Lists" button on the Bookmarks and Lists screen. */ +"bookmarks_recently_deleted" = "最近刪除的列表"; + +/* Title for the "Clear" button on the Recently Deleted Lists screen. */ +"clear" = "清除"; + +/* Title for the "Delete All" button on the Recently Deleted Lists screen. */ +"delete_all" = "刪除所有"; + +/* Title for the "Recover" button on the Recently Deleted Lists screen. */ +"recover" = "恢復"; + +/* Title for the "Recover All" button on the Recently Deleted Lists screen. */ +"recover_all" = "全部恢復"; + /********** Types **********/