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

Commit

Permalink
Import l10n. (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot authored and bluemarvin committed Dec 3, 2019
1 parent b0f1878 commit 7c5d5c9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions app/src/main/res/values-fi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@
<!-- This string is used to in the FxA account manage panel as a description for the History sync switch. -->
<string name="fxa_account_options_history_sync">Historia</string>

<!-- This string is used to in the Library panels in the sync button when the user is not signed in. -->
<string name="fxa_account_sing_to_sync">Kirjaudu tilillesi synkronoidaksesi</string>

<!-- This string is used to in the Library panels in the sync button when syncing is off. -->
<string name="fxa_account_sync_settings">Synkronointiasetukset</string>

Expand Down Expand Up @@ -631,6 +634,9 @@
clearing history is displayed. -->
<string name="history_clear">Tyhjennä historia</string>

<!-- This string is displayed is the "Sync" button in the history panel when the sync is in progress. -->
<string name="fxa_syncing">Synkronoidaan…</string>

<!-- This string is displayed is the "Cancel" button from the clear history dialog.
When pressed the dialog is closed. -->
<string name="history_clear_cancel">Peruuta</string>
Expand Down Expand Up @@ -884,10 +890,18 @@
<!-- This string is displayed in the title of the notification message shown when the device loses internet connection. -->
<string name="no_internet_title">Internetyhteys menetettiin</string>

<!-- This string is displayed in the message of the notification message shown when the user tries to open a new window and
it has already opened the maximum number of allowed windows. %1$s expands to a integer value that represent the maximum windows
that can be opened (initially 3) -->
<string name="max_windows_msg">Vain %1$s ikkunaa voi olla avoina. Sulje yksi ikkuna avataksesi uuden.</string>

<!-- This string is displayed in the button of the notification message shown when the user tries to open a new window and
it has already opened the maximum number of allowed windows. -->
<string name="max_windows_button">OK</string>

<!-- This string is displayed in the title of the alert dialog shown when the user does not have permission to run the application on the device. -->
<string name="not_entitled_title">Suorittaminen ei onnistu</string>

<!-- This string is displayed in the button of the Voice Search samples collect dialog.
When clicked the user opts in to the voice data collection. -->
<string name="voice_samples_collect_dialog_allow">Salli</string>
Expand Down Expand Up @@ -1012,11 +1026,26 @@ the Select` button. When clicked it closes all the previously selected tabs -->
or updated the app and hasn't signed it yet. -->
<string name="whats_new_title_1">Kirjaudu sisään lähettääksesi välilehtiä</string>

<!-- This string is displayed in the body of the what's new dialog that is displayed if the user has updated
or updated the app and hasn't signed it yet. -->
<string name="whats_new_body_sub_1">Firefox-tili mahdollistaa kirjanmerkkien ja historian synkronoinnin kaikkien laitteidesi välillä.</string>

<!-- This string is displayed a button of the what's new dialog that is displayed if the user has updated
or updated the app and hasn't signed it yet. If clicked the user is redirected to the Firefox Account sign-in page. -->
<string name="whats_new_button_sign_in">Kirjaudu sisään</string>

<!-- This string is displayed a button of the what's new dialog that is displayed if the user has updated
or updated the app and hasn't signed it yet. If clicked the dialog is dismissed. -->
<string name="whats_new_button_start_browsing">Aloita selaaminen</string>


<!-- This string is displayed in the title of the slow script dialog. -->
<string name="slow_script_dialog_title">Hidas komentosarja</string>

<!-- This string is displayed as a description below the title of slow script dialog.
'%1$s' will be replaced the script filename that is causing the slow down. -->
<string name="slow_script_dialog_description">Verkkosivu hidastaa selaintasi (%1$s). Mitä haluat tehdä?</string>

<!-- This string is displayed as a button below the slow script dialog description message. When clicked
it stops the slow script that is causing the web page slow down. -->
<string name="slow_script_dialog_action_stop">Pysäytä se</string>
Expand Down

0 comments on commit 7c5d5c9

Please sign in to comment.