Bug 1598223 - Remove en_CA and en_GB strings - identical to en_US for now. r=maxxcrawford,flod

Differential Revision: https://phabricator.services.mozilla.com/D55153

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nihanth Subramanya 2019-11-29 22:14:35 +00:00
Родитель 82f3978948
Коммит 0f44874bdb
4 изменённых файлов: 0 добавлений и 71 удалений

Просмотреть файл

@ -1,31 +0,0 @@
{
"extensionName": {
"message": "DoH Roll-Out",
"description": "DNS over HTTPS add-on name for a gradual release of DoH"
},
"extensionDescription": {
"message": "Mozilla add-on that supports the roll-out of DoH"
},
"doorhangerName": {
"message": "More secure, encrypted DNS lookups",
"description": "Bold title is shown to ask the user if they wish to disable DoH"
},
"doorhangerBody": {
"message": "Your privacy matters. Firefox now securely routes your DNS requests whenever possible to a service provided by Cloudflare to protect you while you browse.",
"description": "This text is shown to ask the user if they wish to disable DoH"
},
"doorhangerButtonOk": {
"message": "OK, Got It",
"description": "When the user clicks this they are confirming they know DoH is enabled"
},
"doorhangerButtonOkAccessKey": {
"message": "O"
},
"doorhangerButtonCancel2": {
"message": "Disable",
"description": "Pressing this button disables DoH"
},
"doorhangerButtonCancelAccessKey": {
"message": "D"
}
}

Просмотреть файл

@ -1,31 +0,0 @@
{
"extensionName": {
"message": "DoH Roll-Out",
"description": "DNS over HTTPS add-on name for a gradual release of DoH"
},
"extensionDescription": {
"message": "Mozilla add-on that supports the roll-out of DoH"
},
"doorhangerName": {
"message": "More secure, encrypted DNS lookups",
"description": "Bold title is shown to ask the user if they wish to disable DoH"
},
"doorhangerBody": {
"message": "Your privacy matters. Firefox now securely routes your DNS requests whenever possible to a service provided by Cloudflare to protect you while you browse.",
"description": "This text is shown to ask the user if they wish to disable DoH"
},
"doorhangerButtonOk": {
"message": "OK, Got It",
"description": "When the user clicks this they are confirming they know DoH is enabled"
},
"doorhangerButtonOkAccessKey": {
"message": "O"
},
"doorhangerButtonCancel2": {
"message": "Disable",
"description": "Pressing this button disables DoH"
},
"doorhangerButtonCancelAccessKey": {
"message": "D"
}
}

Просмотреть файл

@ -28,5 +28,4 @@
"doorhangerButtonCancelAccessKey": { "doorhangerButtonCancelAccessKey": {
"message": "D" "message": "D"
} }
} }

Просмотреть файл

@ -33,14 +33,6 @@ FINAL_TARGET_FILES.features['doh-rollout@mozilla.org']["_locales"]["de"] += [
'_locales/de/messages.json' '_locales/de/messages.json'
] ]
FINAL_TARGET_FILES.features['doh-rollout@mozilla.org']["_locales"]["en_CA"] += [
'_locales/en_CA/messages.json'
]
FINAL_TARGET_FILES.features['doh-rollout@mozilla.org']["_locales"]["en_GB"] += [
'_locales/en_GB/messages.json'
]
FINAL_TARGET_FILES.features['doh-rollout@mozilla.org']["_locales"]["en_US"] += [ FINAL_TARGET_FILES.features['doh-rollout@mozilla.org']["_locales"]["en_US"] += [
'_locales/en_US/messages.json' '_locales/en_US/messages.json'
] ]