mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
[fenix] Import strings from android-l10n
Status: mozilla-l10n/android-l10n@4d1d72880f
This commit is contained in:
parent
166cc30def
commit
012bb4b0a2
@ -63,7 +63,7 @@
|
|||||||
<!-- Button in the search view that lets a user search by scanning a QR code -->
|
<!-- Button in the search view that lets a user search by scanning a QR code -->
|
||||||
<string name="search_scan_button">Scannen</string>
|
<string name="search_scan_button">Scannen</string>
|
||||||
<!-- Button in the search view that lets a user search by using a shortcut -->
|
<!-- 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 -->
|
<!-- 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>
|
<string name="search_shortcuts_engine_settings">Suchmaschinen-Einstellungen</string>
|
||||||
<!-- Header displayed when selecting a shortcut search engine -->
|
<!-- Header displayed when selecting a shortcut search engine -->
|
||||||
@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
<!-- Preferences -->
|
<!-- Preferences -->
|
||||||
<!-- Preference category for basic settings -->
|
<!-- 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 -->
|
<!-- Preference category for all links about Fenix -->
|
||||||
<string name="preferences_category_about">Über</string>
|
<string name="preferences_category_about">Über</string>
|
||||||
<!-- Preference for settings related to changing the default search engine -->
|
<!-- Preference for settings related to changing the default search engine -->
|
||||||
@ -143,7 +143,7 @@
|
|||||||
<!-- Label summary showing never synced -->
|
<!-- Label summary showing never synced -->
|
||||||
<string name="sync_failed_never_synced_summary">Synchronisierung fehlgeschlagen. Zuletzt synchronisiert: nie</string>
|
<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 -->
|
<!-- 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 -->
|
<!-- Label summary showing never synced -->
|
||||||
<string name="sync_never_synced_summary">Letzte Synchronisierung: nie</string>
|
<string name="sync_never_synced_summary">Letzte Synchronisierung: nie</string>
|
||||||
|
|
||||||
@ -153,9 +153,9 @@
|
|||||||
<!-- Preference switch for crash reporter -->
|
<!-- Preference switch for crash reporter -->
|
||||||
<string name="preferences_crash_reporter">Absturzmelder</string>
|
<string name="preferences_crash_reporter">Absturzmelder</string>
|
||||||
<!-- Preference switch for Mozilla location service -->
|
<!-- 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) -->
|
<!-- 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 -->
|
<!-- Theme Preferences -->
|
||||||
<!-- Preference for using light theme -->
|
<!-- Preference for using light theme -->
|
||||||
|
@ -201,6 +201,8 @@
|
|||||||
<string name="library_title">Bibliothèque</string>
|
<string name="library_title">Bibliothèque</string>
|
||||||
<!-- Settings Page Title -->
|
<!-- Settings Page Title -->
|
||||||
<string name="settings_title">Paramètres</string>
|
<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 d’historique</string>
|
||||||
<!-- Content description (not visible, for screen readers etc.): "Close button for library settings" -->
|
<!-- Content description (not visible, for screen readers etc.): "Close button for library settings" -->
|
||||||
<string name="content_description_close_button">Fermer</string>
|
<string name="content_description_close_button">Fermer</string>
|
||||||
|
|
||||||
|
@ -259,6 +259,9 @@
|
|||||||
<!-- Text displayed in a notification when the user enters full screen mode -->
|
<!-- Text displayed in a notification when the user enters full screen mode -->
|
||||||
<string name="full_screen_notification">Passa a schermo intero</string>
|
<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 -->
|
<!-- Description text displayed on the tab crash page -->
|
||||||
<string name="tab_crash_description">Cerca di ripristinare o chiudi la seguente scheda.</string>
|
<string name="tab_crash_description">Cerca di ripristinare o chiudi la seguente scheda.</string>
|
||||||
<!-- Send crash report checkbox text on the tab crash page -->
|
<!-- Send crash report checkbox text on the tab crash page -->
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<!-- Browser menu button that open a share menu to share the current site -->
|
<!-- Browser menu button that open a share menu to share the current site -->
|
||||||
<string name="browser_menu_share">공유</string>
|
<string name="browser_menu_share">공유</string>
|
||||||
<!-- Share menu title, displayed when a user is sharing their current site -->
|
<!-- 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
|
<!-- 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) -->
|
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>
|
<string name="browser_menu_open_in_fenix">%1$s에서 열기</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user