Skip to content

Commit

Permalink
Apply common style via l10n-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Jul 23, 2024
1 parent 014cf16 commit 908c552
Show file tree
Hide file tree
Showing 291 changed files with 5,682 additions and 10,190 deletions.
1 change: 1 addition & 0 deletions browser/branding/official/brand.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.


## Firefox and Mozilla Brand
##
## Firefox and Mozilla must be treated as a brand.
Expand Down
6 changes: 3 additions & 3 deletions browser/branding/official/brand.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

brandShorterName=Firefox
brandShortName=Firefox
brandFullName=Mozilla Firefox
brandShorterName = Firefox
brandShortName = Firefox
brandFullName = Mozilla Firefox
21 changes: 1 addition & 20 deletions browser/browser/aboutDialog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@

aboutDialog-title =
.title = About { -brand-full-name }
releaseNotes-link = What’s new
update-checkForUpdatesButton =
.label = Check for updates
.accesskey = C
update-updateButton =
.label = Restart to Update { -brand-shorter-name }
.accesskey = R
update-checkingForUpdates = Checking for updates…
## Variables:
Expand All @@ -26,13 +22,9 @@ aboutdialog-update-downloading = Downloading update — <label data-l10n-name="d
##

update-applying = Applying update…
update-failed = Update failed. <label data-l10n-name="failed-link">Download the latest version</label>
update-failed-main =
Update failed. <a data-l10n-name="failed-link-main">Download the latest version</a>
update-failed-main = Update failed. <a data-l10n-name="failed-link-main">Download the latest version</a>
update-adminDisabled = Updates disabled by your system administrator
update-policy-disabled = Updates disabled by your organization
update-noUpdatesFound = { -brand-short-name } is up to date
aboutdialog-update-checking-failed = Failed to check for updates.
Expand All @@ -43,40 +35,29 @@ update-otherInstanceHandlingUpdates = { -brand-short-name } is being updated by

aboutdialog-update-manual-with-link = Updates available at <label data-l10n-name="manual-link">{ $displayUrl }</label>
settings-update-manual-with-link = Updates available at <a data-l10n-name="manual-link">{ $displayUrl }</a>
update-unsupported = You can not perform further updates on this system. <label data-l10n-name="unsupported-link">Learn more</label>
update-restarting = Restarting…
update-internal-error2 = Unable to check for updates due to internal error. Updates available at <label data-l10n-name="manual-link">{ $displayUrl }</label>
##

# Variables:
# $channel (String): description of the update channel (e.g. "release", "beta", "nightly" etc.)
aboutdialog-channel-description = You are currently on the <label data-l10n-name="current-channel">{ $channel }</label> update channel.
warningDesc-version = { -brand-short-name } is experimental and may be unstable.
aboutdialog-help-user = { -brand-product-name } Help
aboutdialog-submit-feedback = Submit Feedback
community-exp = <label data-l10n-name="community-exp-mozillaLink">{ -vendor-short-name }</label> is a <label data-l10n-name="community-exp-creditsLink">global community</label> working together to keep the Web open, public and accessible to all.
community-2 = { -brand-short-name } is designed by <label data-l10n-name="community-mozillaLink">{ -vendor-short-name }</label>, a <label data-l10n-name="community-creditsLink">global community</label> working together to keep the Web open, public and accessible to all.
helpus = Want to help? <label data-l10n-name="helpus-donateLink">Make a donation</label> or <label data-l10n-name="helpus-getInvolvedLink">get involved!</label>
bottomLinks-license = Licensing Information
bottomLinks-rights = End-User Rights
bottomLinks-privacy = Privacy Policy
# Example of resulting string: 66.0.1 (64-bit)
# Variables:
# $version (String): version of Firefox, e.g. 66.0.1
# $bits (Number): bits of the architecture (32 or 64)
aboutDialog-version = { $version } ({ $bits }-bit)
# Example of resulting string: 66.0a1 (2019-01-16) (64-bit)
# Variables:
# $version (String): version of Firefox for Nightly builds, e.g. 66.0a1
Expand Down
Loading

0 comments on commit 908c552

Please sign in to comment.