strings-no-translatable.xml (1380B)
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <resources> 6 <!-- Months of the years, used on the month chooser dialog. --> 7 <string-array name="mozac_feature_prompts_months"> 8 <item>@string/mozac_feature_prompts_jan</item> 9 <item>@string/mozac_feature_prompts_feb</item> 10 <item>@string/mozac_feature_prompts_mar</item> 11 <item>@string/mozac_feature_prompts_apr</item> 12 <item>@string/mozac_feature_prompts_may</item> 13 <item>@string/mozac_feature_prompts_jun</item> 14 <item>@string/mozac_feature_prompts_jul</item> 15 <item>@string/mozac_feature_prompts_aug</item> 16 <item>@string/mozac_feature_prompts_sep</item> 17 <item>@string/mozac_feature_prompts_oct</item> 18 <item>@string/mozac_feature_prompts_nov</item> 19 <item>@string/mozac_feature_prompts_dec</item> 20 </string-array> 21 <!-- Text used for the millisecond separator in the time picker. --> 22 <string name="mozac_feature_prompts_millisecond_separator">.</string> 23 <!-- Text used for the second separator in the time picker. --> 24 <string name="mozac_feature_prompts_second_separator">:</string> 25 </resources>