Skip to content

Commit

Permalink
[components] Closes mozilla-mobile/android-components#3843: Ported th…
Browse files Browse the repository at this point in the history
…e Month picker widget from Fennec

X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7
X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d7
X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8
X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d607f4d
  • Loading branch information
Amejia481 authored and pocmo committed Jul 23, 2019
1 parent 34d7209 commit 0f31fb2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _meta/mozilla-mobile-firefox-android.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/firefox-android",
"revs": {
"ac-prep": "17a617e9d49064649c271ab61e32f9937a46d80f"
"ac-prep": "d607f4dada655740ba776bbbff4b715e323f1fae"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,30 @@
<string name="mozac_feature_prompts_allow">Allow</string>
<!-- Text of a negative button in dialog requesting to open a new window. -->
<string name="mozac_feature_prompts_deny">Deny</string>
<!-- Title of the month chooser dialog. -->
<string name="mozac_feature_prompts_set_month">Pick a month</string>
<!-- January (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_jan">Jan</string>
<!-- February month of the year (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_feb">Feb</string>
<!-- March month of the year (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_mar">Mar</string>
<!-- April month of the year (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_apr">Apr</string>
<!-- May month of the year (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_may">May</string>
<!-- June month of the year (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_jun">Jun</string>
<!-- July month of the year (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_jul">Jul</string>
<!-- August month of the year (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_aug">Aug</string>
<!-- September month of the year (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_sep">Sep</string>
<!-- October month of the year (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_oct">Oct</string>
<!-- November month of the year (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_nov">Nov</string>
<!-- December month of the year (3 character long), used on the month chooser dialog. -->
<string name="mozac_feature_prompts_dec">Dec</string>
</resources>

0 comments on commit 0f31fb2

Please sign in to comment.