mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1061346 - Rename from "Send to Firefox" to "Add to Firefox". r=ckitching
This commit is contained in:
parent
8b4a746652
commit
efa58dd0b0
@ -374,7 +374,7 @@
|
||||
#ifdef MOZ_ANDROID_SHARE_OVERLAY
|
||||
<!-- Share overlay activity -->
|
||||
<activity android:name="org.mozilla.gecko.overlays.ui.ShareDialog"
|
||||
android:label="@string/overlay_share_header"
|
||||
android:label="@string/overlay_share_label"
|
||||
android:theme="@style/ShareOverlayActivity"
|
||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|locale|layoutDirection"
|
||||
android:windowSoftInputMode="stateAlwaysHidden|adjustResize">
|
||||
|
@ -90,12 +90,16 @@
|
||||
to display browser chrome. -->
|
||||
<!ENTITY locale_system_default "System default">
|
||||
|
||||
<!-- Localization note (overlay_share_label) : This is the label that appears
|
||||
in Android's intent chooser when sending a link to Firefox to bookmark,
|
||||
send to another device, or add to Reading List. -->
|
||||
<!ENTITY overlay_share_label "Add to &brandShortName;">
|
||||
|
||||
<!-- Localization note (overlay_share_bookmark_btn_label) : This string is
|
||||
used in the share overlay menu to select an action. It is the verb
|
||||
"to bookmark", not the noun "a bookmark". -->
|
||||
<!ENTITY overlay_share_bookmark_btn_label "Bookmark">
|
||||
<!ENTITY overlay_share_reading_list_btn_label "Add to Reading List">
|
||||
<!ENTITY overlay_share_header "Send to &brandShortName;">
|
||||
<!ENTITY overlay_share_send_other "Send to other devices">
|
||||
|
||||
<!-- Localization note (overlay_share_send_tab_btn_label) : Used on the
|
||||
|
@ -111,7 +111,7 @@
|
||||
<string name="media_stop">&media_stop;</string>
|
||||
|
||||
<string name="overlay_share_send_other">&overlay_share_send_other;</string>
|
||||
<string name="overlay_share_header">&overlay_share_header;</string>
|
||||
<string name="overlay_share_label">&overlay_share_label;</string>
|
||||
<string name="overlay_share_bookmark_btn_label">&overlay_share_bookmark_btn_label;</string>
|
||||
<string name="overlay_share_reading_list_btn_label">&overlay_share_reading_list_btn_label;</string>
|
||||
<string name="overlay_share_send_tab_btn_label">&overlay_share_send_tab_btn_label;</string>
|
||||
|
Loading…
Reference in New Issue
Block a user