summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/prompts/src/main/res/values-ban/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/android-components/components/feature/prompts/src/main/res/values-ban/strings.xml')
-rw-r--r--mobile/android/android-components/components/feature/prompts/src/main/res/values-ban/strings.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/mobile/android/android-components/components/feature/prompts/src/main/res/values-ban/strings.xml b/mobile/android/android-components/components/feature/prompts/src/main/res/values-ban/strings.xml
new file mode 100644
index 0000000000..cc094372e7
--- /dev/null
+++ b/mobile/android/android-components/components/feature/prompts/src/main/res/values-ban/strings.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="utf-8"?>
+<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">CUMPU</string>
+ <!-- Text for a positive button, when an user selects a date in date/time picker. -->
+ <string name="mozac_feature_prompts_set_date">Sét</string>
+ <!-- Text for a button that clears the selected input in the date/time picker. -->
+ <string name="mozac_feature_prompts_clear">Puyung</string>
+ <!-- Negative confirmation that we should never save a login for this site -->
+ <string name="mozac_feature_prompt_never_save">Ten karaksa</string>
+ <!-- Negative confirmation that we should not save a credit card for this site -->
+ <string name="mozac_feature_prompt_not_now">Ten mangkin</string>
+ <!-- Positive confirmation that we should save the new or updated login -->
+ <string name="mozac_feature_prompt_save_confirmation">Raksa</string>
+ <!-- Positive confirmation that we should save the updated login -->
+ <string name="mozac_feature_prompt_update_confirmation">Anyarin</string>
+ <!-- Title of a color picker dialog, this text is shown above a color picker. -->
+ <string name="mozac_feature_prompts_choose_a_color">Pilih warna</string>
+ <!-- January (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_jan">Jan</string>
+ <!-- February month of the year (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_feb">Péb</string>
+ <!-- March month of the year (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_mar">Mar</string>
+
+ <!-- April month of the year (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_apr">Apr</string>
+ <!-- May month of the year (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_may">Méi</string>
+ <!-- June month of the year (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_jun">Jun</string>
+ <!-- July month of the year (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_jul">Jul</string>
+ <!-- August month of the year (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_aug">Agu</string>
+ <!-- September month of the year (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_sep">Sép</string>
+ <!-- October month of the year (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_oct">Okt</string>
+ <!-- November month of the year (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_nov">Nov</string>
+ <!-- December month of the year (short description), used on the month chooser dialog. -->
+ <string name="mozac_feature_prompts_dec">Dés</string>
+
+ </resources>