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

Commit 7c5d5c9

Browse files
Import l10n. (#2407)
1 parent b0f1878 commit 7c5d5c9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

app/src/main/res/values-fi/strings.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,9 @@
396396
<!-- This string is used to in the FxA account manage panel as a description for the History sync switch. -->
397397
<string name="fxa_account_options_history_sync">Historia</string>
398398

399+
<!-- This string is used to in the Library panels in the sync button when the user is not signed in. -->
400+
<string name="fxa_account_sing_to_sync">Kirjaudu tilillesi synkronoidaksesi</string>
401+
399402
<!-- This string is used to in the Library panels in the sync button when syncing is off. -->
400403
<string name="fxa_account_sync_settings">Synkronointiasetukset</string>
401404

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

637+
<!-- This string is displayed is the "Sync" button in the history panel when the sync is in progress. -->
638+
<string name="fxa_syncing">Synkronoidaan…</string>
639+
634640
<!-- This string is displayed is the "Cancel" button from the clear history dialog.
635641
When pressed the dialog is closed. -->
636642
<string name="history_clear_cancel">Peruuta</string>
@@ -884,10 +890,18 @@
884890
<!-- This string is displayed in the title of the notification message shown when the device loses internet connection. -->
885891
<string name="no_internet_title">Internetyhteys menetettiin</string>
886892

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

902+
<!-- 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. -->
903+
<string name="not_entitled_title">Suorittaminen ei onnistu</string>
904+
891905
<!-- This string is displayed in the button of the Voice Search samples collect dialog.
892906
When clicked the user opts in to the voice data collection. -->
893907
<string name="voice_samples_collect_dialog_allow">Salli</string>
@@ -1012,11 +1026,26 @@ the Select` button. When clicked it closes all the previously selected tabs -->
10121026
or updated the app and hasn't signed it yet. -->
10131027
<string name="whats_new_title_1">Kirjaudu sisään lähettääksesi välilehtiä</string>
10141028

1029+
<!-- This string is displayed in the body of the what's new dialog that is displayed if the user has updated
1030+
or updated the app and hasn't signed it yet. -->
1031+
<string name="whats_new_body_sub_1">Firefox-tili mahdollistaa kirjanmerkkien ja historian synkronoinnin kaikkien laitteidesi välillä.</string>
1032+
1033+
<!-- This string is displayed a button of the what's new dialog that is displayed if the user has updated
1034+
or updated the app and hasn't signed it yet. If clicked the user is redirected to the Firefox Account sign-in page. -->
1035+
<string name="whats_new_button_sign_in">Kirjaudu sisään</string>
1036+
10151037
<!-- This string is displayed a button of the what's new dialog that is displayed if the user has updated
10161038
or updated the app and hasn't signed it yet. If clicked the dialog is dismissed. -->
10171039
<string name="whats_new_button_start_browsing">Aloita selaaminen</string>
10181040

10191041

1042+
<!-- This string is displayed in the title of the slow script dialog. -->
1043+
<string name="slow_script_dialog_title">Hidas komentosarja</string>
1044+
1045+
<!-- This string is displayed as a description below the title of slow script dialog.
1046+
'%1$s' will be replaced the script filename that is causing the slow down. -->
1047+
<string name="slow_script_dialog_description">Verkkosivu hidastaa selaintasi (%1$s). Mitä haluat tehdä?</string>
1048+
10201049
<!-- This string is displayed as a button below the slow script dialog description message. When clicked
10211050
it stops the slow script that is causing the web page slow down. -->
10221051
<string name="slow_script_dialog_action_stop">Pysäytä se</string>

0 commit comments

Comments
 (0)