Skip to content

Commit

Permalink
Bug 1869254 - Fix translations strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
iorgamgabriel authored and mergify[bot] committed Dec 12, 2023
1 parent 91ee957 commit 4463a35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fenix/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@
<!-- Translations feature-->

<!-- Automatic translation preference screen -->
<!-- Title of the never translate site preference screen that will appear on the toolbar.-->
<!-- Title of the automatic translation preference screen that will appear on the toolbar.-->
<string name="automatic_translation_toolbar_title_preference">Automatic translation</string>
<!-- Screen header presenting the automatic translation preference feature. It will appear under the toolbar. -->
<string name="automatic_translation_header_preference">Select a language to manage ”always translate“ and ”never translate“ preferences.</string>
Expand All @@ -2328,10 +2328,10 @@
<!-- Screen header presenting the never translate site preference feature. It will appear under the toolbar. -->
<string name="never_translate_site_header_preference">To add a new site: Visit it and select “Never translate this site” from the translation menu.</string>
<!-- Content description (not visible, for screen readers etc.): For a never-translated site list item that is selected.
The first parameter is the name of the app defined in app_name (for example: Fenix) -->
The first parameter is web site url (for example:"wikipedia.com") -->
<string name="never_translate_site_item_list_content_description_preference">Remove %1$s</string>
<!-- The Delete site dialogue title will appear when the user clicks on a list item.
The first parameter is the name of the app defined in app_name (for example: Fenix) -->
The first parameter is web site url (for example:"wikipedia.com") -->
<string name="never_translate_site_dialog_title_preference">Delete %1$s?</string>
<!-- The Delete site dialogue positive button will appear when the user clicks on a list item. The site will be deleted. -->
<string name="never_translate_site_dialog_confirm_delete_preference">Delete</string>
Expand Down

0 comments on commit 4463a35

Please sign in to comment.