Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Strings - components/feature/prompts/src/main/res/values-te/strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and mergify[bot] committed Sep 22, 2022
1 parent 8a6c3bd commit 3991e65
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/feature/prompts/src/main/res/values-te/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools">
<!-- Text for confirmation for a positive action in dialog -->
<string name="mozac_feature_prompts_ok">సరే</string>
<!-- Text for confirmation for a negative action in dialog. -->
Expand All @@ -20,6 +20,8 @@
<string name="mozac_feature_prompt_dont_save">భద్రపరచవద్దు</string>
<!-- Negative confirmation that we should never save a login for this site -->
<string name="mozac_feature_prompt_never_save">ఎప్పుడూ భద్రపరచవద్దు</string>
<!-- Negative confirmation that we should not save a credit card for this site -->
<string name="mozac_feature_prompt_not_now">ఇప్పుడు కాదు</string>
<!-- Positive confirmation that we should save the new or updated login -->
<string name="mozac_feature_prompt_save_confirmation">భద్రపరుచు</string>
<!-- Negative confirmation that we should not save the updated login -->
Expand Down Expand Up @@ -94,4 +96,5 @@
<string name="mozac_feature_prompt_repost_positive_button_text">డేటాను మళ్ళీ పంపించు</string>
<!-- Pressing this will dismiss the dialog and not refresh the webpage -->
<string name="mozac_feature_prompt_repost_negative_button_text">రద్దుచేయి</string>
</resources>

</resources>

0 comments on commit 3991e65

Please sign in to comment.