strings.xml (2844B)
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">Sige</string> 12 <!-- Text for password field in an authentication dialog. --> 13 <string name="mozac_feature_prompt_password_hint">Password</string> 14 <!-- Positive confirmation that we should save the new or updated login --> 15 <string name="mozac_feature_prompt_save_confirmation">Save</string> 16 <!-- Stay button of the dialog shown when a user is leaving a website and there is still data not saved yet, this indicates that the user wants to stay in the website. --> 17 <string name="mozac_feature_prompts_before_unload_stay">Magapabilin</string> 18 <!-- Title of the month chooser dialog. --> 19 <string name="mozac_feature_prompts_set_month">Magpili sang bulan</string> 20 <!-- January (short description), used on the month chooser dialog. --> 21 <string name="mozac_feature_prompts_jan">Enero</string> 22 <!-- February month of the year (short description), used on the month chooser dialog. --> 23 <string name="mozac_feature_prompts_feb">Pebrero</string> 24 <!-- March month of the year (short description), used on the month chooser dialog. --> 25 <string name="mozac_feature_prompts_mar">Marso</string> 26 <!-- April month of the year (short description), used on the month chooser dialog. --> 27 <string name="mozac_feature_prompts_apr">Abril</string> 28 <!-- May month of the year (short description), used on the month chooser dialog. --> 29 <string name="mozac_feature_prompts_may">Mayo</string> 30 <!-- June month of the year (short description), used on the month chooser dialog. --> 31 <string name="mozac_feature_prompts_jun">Hunyo</string> 32 <!-- July month of the year (short description), used on the month chooser dialog. --> 33 <string name="mozac_feature_prompts_jul">Hulyo</string> 34 <!-- August month of the year (short description), used on the month chooser dialog. --> 35 <string name="mozac_feature_prompts_aug">Agosto</string> 36 <!-- September month of the year (short description), used on the month chooser dialog. --> 37 <string name="mozac_feature_prompts_sep">Setiyembre</string> 38 <!-- October month of the year (short description), used on the month chooser dialog. --> 39 <string name="mozac_feature_prompts_oct">Oktubre</string> 40 <!-- November month of the year (short description), used on the month chooser dialog. --> 41 <string name="mozac_feature_prompts_nov">Nobiyembre</string> 42 <!-- December month of the year (short description), used on the month chooser dialog. --> 43 <string name="mozac_feature_prompts_dec">Disiyembre</string> 44 </resources>