strings.xml (3201B)
1 <?xml version="1.0" encoding="utf-8"?> 2 3 <!-- 4 This Source Code Form is subject to the terms of the Mozilla Public 5 License, v. 2.0. If a copy of the MPL was not distributed with this 6 file, You can obtain one at http://mozilla.org/MPL/2.0/. 7 --> 8 9 <resources> 10 <!-- Text for confirmation for a positive action in dialog --> 11 <string name="mozac_feature_prompts_ok">CUMPU</string> 12 <!-- Text for a positive button, when an user selects a date in date/time picker. --> 13 <string name="mozac_feature_prompts_set_date">Sét</string> 14 <!-- Text for a button that clears the selected input in the date/time picker. --> 15 <string name="mozac_feature_prompts_clear">Puyung</string> 16 <!-- Negative confirmation that we should never save a login for this site --> 17 <string name="mozac_feature_prompt_never_save">Ten karaksa</string> 18 <!-- Negative confirmation that we should not save a credit card for this site --> 19 <string name="mozac_feature_prompt_not_now">Ten mangkin</string> 20 <!-- Positive confirmation that we should save the new or updated login --> 21 <string name="mozac_feature_prompt_save_confirmation">Raksa</string> 22 <!-- Positive confirmation that we should save the updated login --> 23 <string name="mozac_feature_prompt_update_confirmation">Anyarin</string> 24 <!-- Title of a color picker dialog, this text is shown above a color picker. --> 25 <string name="mozac_feature_prompts_choose_a_color">Pilih warna</string> 26 <!-- January (short description), used on the month chooser dialog. --> 27 <string name="mozac_feature_prompts_jan">Jan</string> 28 <!-- February month of the year (short description), used on the month chooser dialog. --> 29 <string name="mozac_feature_prompts_feb">Péb</string> 30 <!-- March month of the year (short description), used on the month chooser dialog. --> 31 <string name="mozac_feature_prompts_mar">Mar</string> 32 <!-- April month of the year (short description), used on the month chooser dialog. --> 33 <string name="mozac_feature_prompts_apr">Apr</string> 34 <!-- May month of the year (short description), used on the month chooser dialog. --> 35 <string name="mozac_feature_prompts_may">Méi</string> 36 <!-- June month of the year (short description), used on the month chooser dialog. --> 37 <string name="mozac_feature_prompts_jun">Jun</string> 38 <!-- July month of the year (short description), used on the month chooser dialog. --> 39 <string name="mozac_feature_prompts_jul">Jul</string> 40 <!-- August month of the year (short description), used on the month chooser dialog. --> 41 <string name="mozac_feature_prompts_aug">Agu</string> 42 <!-- September month of the year (short description), used on the month chooser dialog. --> 43 <string name="mozac_feature_prompts_sep">Sép</string> 44 <!-- October month of the year (short description), used on the month chooser dialog. --> 45 <string name="mozac_feature_prompts_oct">Okt</string> 46 <!-- November month of the year (short description), used on the month chooser dialog. --> 47 <string name="mozac_feature_prompts_nov">Nov</string> 48 <!-- December month of the year (short description), used on the month chooser dialog. --> 49 <string name="mozac_feature_prompts_dec">Dés</string> 50 </resources>