1
0
Fork 0

Import strings from android-l10n

Status: mozilla-l10n/android-l10n@4d1d72880f
master
Axel Hecht 2019-04-18 10:16:44 +02:00 committed by Colin Lee
parent ea26423123
commit 8af7ddd5d7
4 changed files with 11 additions and 6 deletions

View File

@ -63,7 +63,7 @@
<!-- Button in the search view that lets a user search by scanning a QR code -->
<string name="search_scan_button">Scannen</string>
<!-- Button in the search view that lets a user search by using a shortcut -->
<string name="search_shortcuts_button">Tastenkombinationen</string>
<string name="search_shortcuts_button">Shortcuts</string>
<!-- Button in the search view when shortcuts are displayed that takes a user to the search engine settings -->
<string name="search_shortcuts_engine_settings">Suchmaschinen-Einstellungen</string>
<!-- Header displayed when selecting a shortcut search engine -->
@ -77,7 +77,7 @@
<!-- Preferences -->
<!-- Preference category for basic settings -->
<string name="preferences_category_basics">Grundlagen</string>
<string name="preferences_category_basics">Grundeinstellungen</string>
<!-- Preference category for all links about Fenix -->
<string name="preferences_category_about">Über</string>
<!-- Preference for settings related to changing the default search engine -->
@ -143,7 +143,7 @@
<!-- Label summary showing never synced -->
<string name="sync_failed_never_synced_summary">Synchronisierung fehlgeschlagen. Zuletzt synchronisiert: nie</string>
<!-- Label summary the date we last synced. The first parameter is date stamp showing last time synced -->
<string name="sync_last_synced_summary">Letzte Synchronisation: %@</string>
<string name="sync_last_synced_summary">Letzte Synchronisation: %s</string>
<!-- Label summary showing never synced -->
<string name="sync_never_synced_summary">Letzte Synchronisierung: nie</string>
@ -153,9 +153,9 @@
<!-- Preference switch for crash reporter -->
<string name="preferences_crash_reporter">Absturzmelder</string>
<!-- Preference switch for Mozilla location service -->
<string name="preferences_mozilla_location_service">Mozilla-Location-Service</string>
<string name="preferences_mozilla_location_service">Mozilla-Standortdienst</string>
<!-- Preference switch for app health report. The first parameter is the name of the application (For example: Fenix) -->
<string name="preferences_fenix_health_report">Gesundheitsbericht zu %s</string>
<string name="preferences_fenix_health_report">%s-Statusbericht</string>
<!-- Theme Preferences -->
<!-- Preference for using light theme -->

View File

@ -201,6 +201,8 @@
<string name="library_title">Bibliothèque</string>
<!-- Settings Page Title -->
<string name="settings_title">Paramètres</string>
<!-- Content description (not visible, for screen readers etc.): "Menu icon for items on a history item" -->
<string name="content_description_history_menu">Menu des éléments dhistorique</string>
<!-- Content description (not visible, for screen readers etc.): "Close button for library settings" -->
<string name="content_description_close_button">Fermer</string>

View File

@ -259,6 +259,9 @@
<!-- Text displayed in a notification when the user enters full screen mode -->
<string name="full_screen_notification">Passa a schermo intero</string>
<!-- Crashes -->
<!-- Title text displayed on the tab crash page. This first parameter is the name of the application (For example: Fenix) -->
<string name="tab_crash_title">Siamo spiacenti, %1$s non può ripristinare la scheda</string>
<!-- Description text displayed on the tab crash page -->
<string name="tab_crash_description">Cerca di ripristinare o chiudi la seguente scheda.</string>
<!-- Send crash report checkbox text on the tab crash page -->

View File

@ -53,7 +53,7 @@
<!-- Browser menu button that open a share menu to share the current site -->
<string name="browser_menu_share">공유</string>
<!-- Share menu title, displayed when a user is sharing their current site -->
<string name="menu_share_with">공유...</string>
<string name="menu_share_with">공유</string>
<!-- Browser menu button shown in custom tabs that opens the current tab in Fenix
The first parameter is the name of the app defined in app_name (for example: Fenix) -->
<string name="browser_menu_open_in_fenix">%1$s에서 열기</string>