Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Import strings from android-l10n. #2029

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion app/src/main/res/values-fi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
'%1$s' will be replaced at runtime with the application version number. -->
<string name="settings_version">versio %1$s</string>

<!-- This string is displayed in the Settings dialog box and is used to label an
On/Off switch which toggles whether an application crash is reported without first
prompting the user. -->
<string name="settings_crash_reporting">Kaatumisilmoitus</string>

<!-- This string is displayed in the Settings dialog box and is used to label an
On/Off switch which toggles whether browser-level Telemetry is reported back to Mozilla. -->
<string name="settings_telemetry">Telemetria</string>
Expand Down Expand Up @@ -209,7 +214,7 @@
<!-- This string is used to label a radio button in the settings language dialog that, when pressed,
changes the app and the language of the speech-recognition-based search to 'Danish'. -->
<string name="settings_language_danish">tanska</string>

<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
opens a dialog box that contains controller-related options: pointer color and scroll direction. -->
<string name="settings_controller_options">Ohjainvalinnat</string>
Expand Down