forked from organicmaps/organicmaps
Merge pull request #9757 from keksikex/strings-release-85
[strings] release 85
This commit is contained in:
commit
1942308911
33 changed files with 2189 additions and 12 deletions
|
@ -1439,6 +1439,39 @@
|
|||
<string name="subscriptions_title">Подписки</string>
|
||||
<string name="manage_subscription">Управление подпиской</string>
|
||||
<string name="taxi">Такси</string>
|
||||
<string name="sharing_options">Настройки доступа</string>
|
||||
<string name="export_file">Экспортировать файл</string>
|
||||
<string name="hide_from_map">Скрыть с карты</string>
|
||||
<string name="ugc_route_tags_screen_label">Выберите теги</string>
|
||||
<string name="ugc_route_tags_progress_msg">Загружаем теги…</string>
|
||||
<string name="ugc_route_tags_desc">Пожалуйста, выберите теги чтобы помочь другим путешественникам найти ваш путеводитель. Это обязательно.</string>
|
||||
<string name="public_access">Публичный доступ</string>
|
||||
<string name="limited_access">Ограниченный доступ</string>
|
||||
<string name="upload_and_publish_desc">Этот список будет загружен в публичный каталог MAPS.ME как путеводитель и будет доступен другим пользователям</string>
|
||||
<string name="upload_and_publish">Загрузить и опубликовать</string>
|
||||
<string name="upload_and_get_direct_link">Загрузить и получить ссылку</string>
|
||||
<string name="get_direct_link_desc">Ваш список будет доступен по прямой ссылке</string>
|
||||
<string name="upload_and_publish_progress_text">Путеводитель публикуется…</string>
|
||||
<string name="upload_and_publish_success">Путеводитель опубликован</string>
|
||||
<string name="ugc_routes_user_agreement"><b>ОБРАТИТЕ ВНИМАНИЕ:</b> продолжая, вы принимаете <a href="%s">лицензионное соглашение</a></string>
|
||||
<string name="ugc_route_edit_list_name">Название списка</string>
|
||||
<string name="ugc_route_edit_description_hint">Добавьте описание (текст или html)</string>
|
||||
<string name="not_shared">Личный</string>
|
||||
<string name="direct_link_progress_text">Загружаем ваш файл…</string>
|
||||
<string name="direct_link_success">Ссылка создана</string>
|
||||
<string name="edit_guide_title">Редактируйте ваш путеводитель в интернете</string>
|
||||
<string name="edit_guide_subtitle">Получите ссылку для редактирования вашего путеводителя через веб-приложение: добавляйте описания к меткам, загружайте фотографии и многое другое</string>
|
||||
<string name="send_a_link_btn">Отправить ссылку</string>
|
||||
<string name="upload_error_toast">Во время загрузки файла произошла ошибка</string>
|
||||
<string name="title_error_downloading_bookmarks">Произошла ошибка</string>
|
||||
<string name="tags_loading_error_subtitle">Во время загрузки тегов произошла ошибка, пожалуйста, попробуйте еще раз</string>
|
||||
<string name="unable_upload_errorr_title">Не удалось загрузить файл</string>
|
||||
<string name="unable_upload_error_subtitle_edited">Файл был отредактирован через веб-приложение</string>
|
||||
<string name="unable_upload_error_subtitle_broken">Файл поврежден и не может быть загружен. Пожалуйста, загрузите другой файл.</string>
|
||||
<string name="buy_btn">Купить за %s</string>
|
||||
<string name="download_guide_progress">Путеводитель загружается…</string>
|
||||
<string name="price_error_title">Невозможно получить цену</string>
|
||||
<string name="price_error_subtitle">Во время получения цены произошла ошибка. Пожалуйста, попробуйте позднее.</string>
|
||||
|
||||
<!-- SECTION: Partners -->
|
||||
<string name="sponsored_partner1_action">Аутлеты</string>
|
||||
|
|
|
@ -1445,6 +1445,39 @@
|
|||
<string name="subscriptions_title">Subscriptions</string>
|
||||
<string name="manage_subscription">Manage subscription</string>
|
||||
<string name="taxi">Taxi</string>
|
||||
<string name="sharing_options">Sharing options</string>
|
||||
<string name="export_file">Export file</string>
|
||||
<string name="hide_from_map">Hide from map</string>
|
||||
<string name="ugc_route_tags_screen_label">Select tags</string>
|
||||
<string name="ugc_route_tags_progress_msg">Loading tags…</string>
|
||||
<string name="ugc_route_tags_desc">Please, select tags to help other travellers find your guide. This is mandatory.</string>
|
||||
<string name="public_access">Public access</string>
|
||||
<string name="limited_access">Limited access</string>
|
||||
<string name="upload_and_publish_desc">This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users</string>
|
||||
<string name="upload_and_publish">Upload and publish</string>
|
||||
<string name="upload_and_get_direct_link">Upload and get a direct link</string>
|
||||
<string name="get_direct_link_desc">Your list will be available to anyone who has the link</string>
|
||||
<string name="upload_and_publish_progress_text">Publishing your guide…</string>
|
||||
<string name="upload_and_publish_success">The guide has been published</string>
|
||||
<string name="ugc_routes_user_agreement"><b>PLEASE NOTE:</b> by proceeding, you accept the <a href="%s">license agreement</a></string>
|
||||
<string name="ugc_route_edit_list_name">List name</string>
|
||||
<string name="ugc_route_edit_description_hint">Type a description (text or html)</string>
|
||||
<string name="not_shared">Not shared</string>
|
||||
<string name="direct_link_progress_text">Uploading your file…</string>
|
||||
<string name="direct_link_success">The link has been created</string>
|
||||
<string name="edit_guide_title">Edit your guide on the web</string>
|
||||
<string name="edit_guide_subtitle">Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more</string>
|
||||
<string name="send_a_link_btn">Send me a link</string>
|
||||
<string name="upload_error_toast">An error occurred while uploading your file</string>
|
||||
<string name="title_error_downloading_bookmarks">An error occurred</string>
|
||||
<string name="tags_loading_error_subtitle">An error occurred while loading tags, please try again later</string>
|
||||
<string name="unable_upload_errorr_title">File upload failed</string>
|
||||
<string name="unable_upload_error_subtitle_edited">This file has been edited via the web app</string>
|
||||
<string name="unable_upload_error_subtitle_broken">This file is invalid and couldn\'t be uploaded. Please upload another file.</string>
|
||||
<string name="buy_btn">Buy for %s</string>
|
||||
<string name="download_guide_progress">Downloading your guide…</string>
|
||||
<string name="price_error_title">Unable to get price</string>
|
||||
<string name="price_error_subtitle">An error occured while getting price. Please, try again later.</string>
|
||||
|
||||
<!-- SECTION: Partners -->
|
||||
<string name="sponsored_partner1_action">Outlets</string>
|
||||
|
@ -2370,13 +2403,4 @@
|
|||
<string name="type.wheelchair.limited">wheelchair-limited</string>
|
||||
<string name="type.wheelchair.no">wheelchair-no</string>
|
||||
<string name="type.wheelchair.yes">wheelchair-yes</string>
|
||||
<string name="public_access">Public access</string>
|
||||
<string name="limited_access">Limited access</string>
|
||||
<string name="upload_and_publish_desc">This list will be uploaded in the public
catalog at MAPS.ME as guide and will be easily shared with others</string>
|
||||
<string name="upload_and_publish">Upload and publish</string>
|
||||
<string name="upload_and_get_direct_link">Upload and get a direct link</string>
|
||||
<string name="get_direct_link_desc">Anyone this the link will see your list</string>
|
||||
<string name="upload_and_publish_progress_text">Publishing your guide…</string>
|
||||
<string name="ugc_routes_user_agreement"><b>PLEASE NOTE:</b> by proceeding, you accept the <font color="#249cf2"><a href="%1$s">license agreement</font></a></string>
|
||||
<string name="sharing_options">Sharing options</string>
|
||||
</resources>
|
||||
|
|
|
@ -34708,3 +34708,135 @@
|
|||
[taxi]
|
||||
en = Taxi
|
||||
ru = Такси
|
||||
|
||||
[sharing_options]
|
||||
en = Sharing options
|
||||
ru = Настройки доступа
|
||||
|
||||
[export_file]
|
||||
en = Export file
|
||||
ru = Экспортировать файл
|
||||
|
||||
[hide_from_map]
|
||||
en = Hide from map
|
||||
ru = Скрыть с карты
|
||||
|
||||
[ugc_route_tags_screen_label]
|
||||
en = Select tags
|
||||
ru = Выберите теги
|
||||
|
||||
[ugc_route_tags_progress_msg]
|
||||
en = Loading tags…
|
||||
ru = Загружаем теги…
|
||||
|
||||
[ugc_route_tags_desc]
|
||||
en = Please, select tags to help other travellers find your guide. This is mandatory.
|
||||
ru = Пожалуйста, выберите теги чтобы помочь другим путешественникам найти ваш путеводитель. Это обязательно.
|
||||
|
||||
[public_access]
|
||||
en = Public access
|
||||
ru = Публичный доступ
|
||||
|
||||
[limited_access]
|
||||
en = Limited access
|
||||
ru = Ограниченный доступ
|
||||
|
||||
[upload_and_publish_desc]
|
||||
en = This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users
|
||||
ru = Этот список будет загружен в публичный каталог MAPS.ME как путеводитель и будет доступен другим пользователям
|
||||
|
||||
[upload_and_publish]
|
||||
en = Upload and publish
|
||||
ru = Загрузить и опубликовать
|
||||
|
||||
[upload_and_get_direct_link]
|
||||
en = Upload and get a direct link
|
||||
ru = Загрузить и получить ссылку
|
||||
|
||||
[get_direct_link_desc]
|
||||
en = Your list will be available to anyone who has the link
|
||||
ru = Ваш список будет доступен по прямой ссылке
|
||||
|
||||
[upload_and_publish_progress_text]
|
||||
en = Publishing your guide…
|
||||
ru = Путеводитель публикуется…
|
||||
|
||||
[upload_and_publish_success]
|
||||
en = The guide has been published
|
||||
ru = Путеводитель опубликован
|
||||
|
||||
[ugc_routes_user_agreement]
|
||||
en = <b>PLEASE NOTE:</b> by proceeding, you accept the <a href="%s">license agreement</a>
|
||||
ru = <b>ОБРАТИТЕ ВНИМАНИЕ:</b> продолжая, вы принимаете <a href="%s">лицензионное соглашение</a>
|
||||
|
||||
[ugc_route_edit_list_name]
|
||||
en = List name
|
||||
ru = Название списка
|
||||
|
||||
[ugc_route_edit_description_hint]
|
||||
en = Type a description (text or html)
|
||||
ru = Добавьте описание (текст или html)
|
||||
|
||||
[not_shared]
|
||||
en = Not shared
|
||||
ru = Личный
|
||||
|
||||
[direct_link_progress_text]
|
||||
en = Uploading your file…
|
||||
ru = Загружаем ваш файл…
|
||||
|
||||
[direct_link_success]
|
||||
en = The link has been created
|
||||
ru = Ссылка создана
|
||||
|
||||
[edit_guide_title]
|
||||
en = Edit your guide on the web
|
||||
ru = Редактируйте ваш путеводитель в интернете
|
||||
|
||||
[edit_guide_subtitle]
|
||||
en = Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more
|
||||
ru = Получите ссылку для редактирования вашего путеводителя через веб-приложение: добавляйте описания к меткам, загружайте фотографии и многое другое
|
||||
|
||||
[send_a_link_btn]
|
||||
en = Send me a link
|
||||
ru = Отправить ссылку
|
||||
|
||||
[upload_error_toast]
|
||||
en = An error occurred while uploading your file
|
||||
ru = Во время загрузки файла произошла ошибка
|
||||
|
||||
[title_error_downloading_bookmarks]
|
||||
en = An error occurred
|
||||
ru = Произошла ошибка
|
||||
|
||||
[tags_loading_error_subtitle]
|
||||
en = An error occurred while loading tags, please try again later
|
||||
ru = Во время загрузки тегов произошла ошибка, пожалуйста, попробуйте еще раз
|
||||
|
||||
[unable_upload_errorr_title]
|
||||
en = File upload failed
|
||||
ru = Не удалось загрузить файл
|
||||
|
||||
[unable_upload_error_subtitle_edited]
|
||||
en = This file has been edited via the web app
|
||||
ru = Файл был отредактирован через веб-приложение
|
||||
|
||||
[unable_upload_error_subtitle_broken]
|
||||
en = This file is invalid and couldn't be uploaded. Please upload another file.
|
||||
ru = Файл поврежден и не может быть загружен. Пожалуйста, загрузите другой файл.
|
||||
|
||||
[buy_btn]
|
||||
en = Buy for %s
|
||||
ru = Купить за %s
|
||||
|
||||
[download_guide_progress]
|
||||
en = Downloading your guide…
|
||||
ru = Путеводитель загружается…
|
||||
|
||||
[price_error_title]
|
||||
en = Unable to get price
|
||||
ru = Невозможно получить цену
|
||||
|
||||
[price_error_subtitle]
|
||||
en = An error occured while getting price. Please, try again later.
|
||||
ru = Во время получения цены произошла ошибка. Пожалуйста, попробуйте позднее.
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2478,6 +2478,80 @@
|
|||
|
||||
"restore_no_subscription_alert" = "There are no active subscriptions";
|
||||
|
||||
"subscription_terms" = "Payment will be charged to your iTunes account at confirmation of purchase. The subscription will automatically renew unless auto-renew is turned off at least 24 hours before the end of the current period. Your account will be charged according to your plan for renewal within 24 hours prior to the end of the current period. You can manage or turn off auto-renew in your Apple ID account settings at any time of your purchase.";
|
||||
|
||||
"subscriptions_title" = "Subscriptions";
|
||||
|
||||
"manage_subscription" = "Manage subscription";
|
||||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
@ -4140,13 +4214,13 @@
|
|||
|
||||
"type.sponsored.partner17" = "sponsored-partner17";
|
||||
|
||||
"type.sponsored.partner18" = "sponsored-partner18";
|
||||
"type.sponsored.partner18" = "MegaFon";
|
||||
|
||||
"type.sponsored.partner19" = "sponsored-partner19";
|
||||
"type.sponsored.partner19" = "MegaFon";
|
||||
|
||||
"type.sponsored.partner2" = "sponsored-partner2";
|
||||
|
||||
"type.sponsored.partner20" = "sponsored-partner20";
|
||||
"type.sponsored.partner20" = "MegaFon";
|
||||
|
||||
"type.sponsored.partner3" = "sponsored-partner3";
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Такси";
|
||||
|
||||
"sharing_options" = "Настройки доступа";
|
||||
|
||||
"export_file" = "Экспортировать файл";
|
||||
|
||||
"hide_from_map" = "Скрыть с карты";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Выберите теги";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Загружаем теги…";
|
||||
|
||||
"ugc_route_tags_desc" = "Пожалуйста, выберите теги чтобы помочь другим путешественникам найти ваш путеводитель. Это обязательно.";
|
||||
|
||||
"public_access" = "Публичный доступ";
|
||||
|
||||
"limited_access" = "Ограниченный доступ";
|
||||
|
||||
"upload_and_publish_desc" = "Этот список будет загружен в публичный каталог MAPS.ME как путеводитель и будет доступен другим пользователям";
|
||||
|
||||
"upload_and_publish" = "Загрузить и опубликовать";
|
||||
|
||||
"upload_and_get_direct_link" = "Загрузить и получить ссылку";
|
||||
|
||||
"get_direct_link_desc" = "Ваш список будет доступен по прямой ссылке";
|
||||
|
||||
"upload_and_publish_progress_text" = "Путеводитель публикуется…";
|
||||
|
||||
"upload_and_publish_success" = "Путеводитель опубликован";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>ОБРАТИТЕ ВНИМАНИЕ:</b> продолжая, вы принимаете <a href=\"%s\">лицензионное соглашение</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "Название списка";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Добавьте описание (текст или html)";
|
||||
|
||||
"not_shared" = "Личный";
|
||||
|
||||
"direct_link_progress_text" = "Загружаем ваш файл…";
|
||||
|
||||
"direct_link_success" = "Ссылка создана";
|
||||
|
||||
"edit_guide_title" = "Редактируйте ваш путеводитель в интернете";
|
||||
|
||||
"edit_guide_subtitle" = "Получите ссылку для редактирования вашего путеводителя через веб-приложение: добавляйте описания к меткам, загружайте фотографии и многое другое";
|
||||
|
||||
"send_a_link_btn" = "Отправить ссылку";
|
||||
|
||||
"upload_error_toast" = "Во время загрузки файла произошла ошибка";
|
||||
|
||||
"title_error_downloading_bookmarks" = "Произошла ошибка";
|
||||
|
||||
"tags_loading_error_subtitle" = "Во время загрузки тегов произошла ошибка, пожалуйста, попробуйте еще раз";
|
||||
|
||||
"unable_upload_errorr_title" = "Не удалось загрузить файл";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "Файл был отредактирован через веб-приложение";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "Файл поврежден и не может быть загружен. Пожалуйста, загрузите другой файл.";
|
||||
|
||||
"buy_btn" = "Купить за %s";
|
||||
|
||||
"download_guide_progress" = "Путеводитель загружается…";
|
||||
|
||||
"price_error_title" = "Невозможно получить цену";
|
||||
|
||||
"price_error_subtitle" = "Во время получения цены произошла ошибка. Пожалуйста, попробуйте позднее.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
|
@ -2486,6 +2486,72 @@
|
|||
|
||||
"taxi" = "Taxi";
|
||||
|
||||
"sharing_options" = "Sharing options";
|
||||
|
||||
"export_file" = "Export file";
|
||||
|
||||
"hide_from_map" = "Hide from map";
|
||||
|
||||
"ugc_route_tags_screen_label" = "Select tags";
|
||||
|
||||
"ugc_route_tags_progress_msg" = "Loading tags…";
|
||||
|
||||
"ugc_route_tags_desc" = "Please, select tags to help other travellers find your guide. This is mandatory.";
|
||||
|
||||
"public_access" = "Public access";
|
||||
|
||||
"limited_access" = "Limited access";
|
||||
|
||||
"upload_and_publish_desc" = "This list will be uploaded to the public MAPS.ME catalog as a guide and will be available to other users";
|
||||
|
||||
"upload_and_publish" = "Upload and publish";
|
||||
|
||||
"upload_and_get_direct_link" = "Upload and get a direct link";
|
||||
|
||||
"get_direct_link_desc" = "Your list will be available to anyone who has the link";
|
||||
|
||||
"upload_and_publish_progress_text" = "Publishing your guide…";
|
||||
|
||||
"upload_and_publish_success" = "The guide has been published";
|
||||
|
||||
"ugc_routes_user_agreement" = "<b>PLEASE NOTE:</b> by proceeding, you accept the <a href=\"%s\">license agreement</a>";
|
||||
|
||||
"ugc_route_edit_list_name" = "List name";
|
||||
|
||||
"ugc_route_edit_description_hint" = "Type a description (text or html)";
|
||||
|
||||
"not_shared" = "Not shared";
|
||||
|
||||
"direct_link_progress_text" = "Uploading your file…";
|
||||
|
||||
"direct_link_success" = "The link has been created";
|
||||
|
||||
"edit_guide_title" = "Edit your guide on the web";
|
||||
|
||||
"edit_guide_subtitle" = "Get a link to edit your guide via web app: add descriptions for POIs, upload photos and more";
|
||||
|
||||
"send_a_link_btn" = "Send me a link";
|
||||
|
||||
"upload_error_toast" = "An error occurred while uploading your file";
|
||||
|
||||
"title_error_downloading_bookmarks" = "An error occurred";
|
||||
|
||||
"tags_loading_error_subtitle" = "An error occurred while loading tags, please try again later";
|
||||
|
||||
"unable_upload_errorr_title" = "File upload failed";
|
||||
|
||||
"unable_upload_error_subtitle_edited" = "This file has been edited via the web app";
|
||||
|
||||
"unable_upload_error_subtitle_broken" = "This file is invalid and couldn't be uploaded. Please upload another file.";
|
||||
|
||||
"buy_btn" = "Buy for %s";
|
||||
|
||||
"download_guide_progress" = "Downloading your guide…";
|
||||
|
||||
"price_error_title" = "Unable to get price";
|
||||
|
||||
"price_error_subtitle" = "An error occured while getting price. Please, try again later.";
|
||||
|
||||
|
||||
/********** Partners **********/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue