Skip to content

Commit aa7cd43

Browse files
authored
Merge pull request #96 from thunderbird/update
Update messages
2 parents d93d110 + 434af5a commit aa7cd43

3 files changed

Lines changed: 11 additions & 29 deletions

File tree

_data/comm.json

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7962,34 +7962,6 @@
79627962
"mail/messenger/aboutProfilesExtra.ftl": [
79637963
"profiles-launch-profile-plain"
79647964
],
7965-
"mail/messenger/aboutRights.ftl": [
7966-
"rights-title",
7967-
"rights-intro",
7968-
"rights-intro-point-1",
7969-
"rights-intro-point-2",
7970-
"rights-intro-point-3",
7971-
"rights-intro-point-4",
7972-
"rights-intro-point-4-unbranded",
7973-
"rights-intro-point-5",
7974-
"rights-intro-point-5-unbranded",
7975-
"rights-intro-point-6",
7976-
"rights-webservices-header",
7977-
"rights-webservices2",
7978-
"rights-locationawarebrowsing",
7979-
"rights-locationawarebrowsing-term-1",
7980-
"rights-locationawarebrowsing-term-2",
7981-
"rights-locationawarebrowsing-term-3",
7982-
"rights-locationawarebrowsing-term-4",
7983-
"rights-webservices-unbranded",
7984-
"rights-webservices-term-unbranded",
7985-
"rights-webservices-term-1",
7986-
"rights-webservices-term-2",
7987-
"rights-webservices-term-3",
7988-
"rights-webservices-term-4",
7989-
"rights-webservices-term-5",
7990-
"rights-webservices-term-6",
7991-
"rights-webservices-term-7"
7992-
],
79937965
"mail/messenger/aboutSupportCalendar.ftl": [
79947966
"calendars-title",
79957967
"calendars-table-heading-property",
@@ -9336,7 +9308,7 @@
93369308
"quota-percent-used"
93379309
],
93389310
"mail/messenger/glodaFacetView.ftl": [
9339-
"items-m-of-n",
9311+
"item-count-m-of-n",
93409312
"facets-mode-to-list-all-label",
93419313
"facet-view-and-others"
93429314
],
@@ -12036,6 +12008,8 @@
1203612008
"checkbox-feeds-label.tooltiptext",
1203712009
"checkbox-calendar-label.label",
1203812010
"checkbox-calendar-label.tooltiptext",
12011+
"checkbox-net-thunderbird-url-label.label",
12012+
"checkbox-net-thunderbird-url-label.tooltiptext",
1203912013
"system-search-engine-name",
1204012014
"system-search-integration-label.label",
1204112015
"system-search-integration-label.accesskey",

mail/messenger/glodaFacetView.ftl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ facet-view-and-others =
2525
[one] { $count } other
2626
*[other] { $count } others
2727
}
28+
# Variables:
29+
# $m - the number M in "M of N" items
30+
# $n - the number N in "M of N" items
31+
item-count-m-of-n = { $m } of { $n }

mail/messenger/preferences/system-integration.ftl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ checkbox-feeds-label =
2121
checkbox-calendar-label =
2222
.label = Calendar
2323
.tooltiptext = { unset-default-tooltip }
24+
# Note: "net.thunderbird://" must not be translated.
25+
checkbox-net-thunderbird-url-label =
26+
.label = Custom Thunderbird links (net.thunderbird://)
27+
.tooltiptext = { unset-default-tooltip }
2428
# Note: This is the search engine name for all the different platforms.
2529
# Platforms that don't support it should be left blank.
2630
system-search-engine-name =

0 commit comments

Comments
 (0)