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

Commit 16c9df5

Browse files
Import l10n. (#2556)
1 parent 67403bf commit 16c9df5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@
284284
change requires the application to restart. -->
285285
<string name="restart_dialog_restart">Uudelleenkäynnistys vaaditaan</string>
286286

287+
<!-- This string is the text displayed in the restart dialog box explaining why the
288+
restart is required. '%1$s' will be replaced at runtime with the app's name. -->
289+
<string name="restart_dialog_text">%1$s pitää käynnistää uudelleen, jotta muutokset tulevat voimaan. Haluatko tehdä sen nyt?</string>
290+
287291
<!-- This string is used to label the button the user presses to restart the
288292
application in the restart dialog. -->
289293
<string name="restart_now_dialog_button">Käynnistä uudelleen nyt</string>
@@ -438,6 +442,10 @@
438442
when that the content was just synced some time ago. -->
439443
<string name="fxa_account_last_synced">Viimeksi synkronoitu %1$d minuuttia sitten</string>
440444

445+
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
446+
and is used to enable or disable playback of DRM controlled content. -->
447+
<string name="security_options_drm_content">Toista DRM-suojattua sisältöä (&lt;a href=&quot;http://somesite.com/&quot;&gt;Lue lisää&lt;/a&gt;)</string>
448+
441449
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
442450
and is used to enable or disable the tabs restoration after a fresh app start. -->
443451
<string name="security_options_restore_tabs">Palauta välilehdet ja ikkunat uudelleenkäynnistyksen jälkeen</string>
@@ -667,6 +675,10 @@
667675
<!-- This string is displayed in the title of the FxA sign out dialog displayed when the user clicks on the Sign out button. -->
668676
<string name="fxa_signout_confirmation_title">Haluatko kirjautua ulos Firefox-tililtäsi?</string>
669677

678+
<!-- This string is displayed in the checkbox text of the FxA sign out dialog displayed when the user clicks on the Sign out button.
679+
When checked the history and Bookmarks will be deleted from gthe device after signing in. -->
680+
<string name="fxa_signout_confirmation_checkbox">Tyhjennä historia ja kirjanmerkit tältä laitteelta</string>
681+
670682
<!-- This string is displayed in the cancel button of the FxA sign out dialog displayed when the user clicks on the Sign out button.
671683
If clicked the user will be signed out from their FxA account and the dialog will be dismissed. -->
672684
<string name="fxa_signout_confirmation_signout">Kirjaudu ulos</string>

0 commit comments

Comments
 (0)