diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-12-14 14:37:24 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-12-14 14:37:24 -0500 |
commit | 4e34c57467a8d38d593c6fbb7c0d63c3257e99f0 (patch) | |
tree | ff5ee62f90cebe34f23f734669e2c526d783caf0 /application/palemoon/locales/en-US/chrome/browser/syncQuota.properties | |
parent | dacb3da00bd17e69f1a8f1080668808a5f3fe431 (diff) | |
download | UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.gz UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.lz UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.xz UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.zip |
Remove Pale Moon from the Unified XUL Platform repository
Development will proceed at https://github.com/MoonchildProductions/Pale-Moon
Diffstat (limited to 'application/palemoon/locales/en-US/chrome/browser/syncQuota.properties')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/syncQuota.properties | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/syncQuota.properties b/application/palemoon/locales/en-US/chrome/browser/syncQuota.properties deleted file mode 100644 index 0e1b857ca..000000000 --- a/application/palemoon/locales/en-US/chrome/browser/syncQuota.properties +++ /dev/null @@ -1,42 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# 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/. - -collection.addons.label = Add-ons -collection.bookmarks.label = Bookmarks -collection.history.label = History -collection.passwords.label = Passwords -collection.prefs.label = Preferences -collection.tabs.label = Tabs - -# LOCALIZATION NOTE (quota.usageNoQuota.label): %1$S and %2$S are numeric value -# and unit (as defined in the download manager) of the amount of space occupied -# on the server -quota.usageNoQuota.label = You are currently using %1$S %2$S. -# LOCALIZATION NOTE (quota.usagePercentage.label): -# %1$S is the percentage of space used, -# %2$S and %3$S numeric value and unit (as defined in the download manager) -# of the amount of space used, -# %3$S and %4$S numeric value and unit (as defined in the download manager) -# of the total space available. -quota.usagePercentage.label = You are using %1$S%% (%2$S %3$S) of your allowed %4$S %5$S. -quota.usageError.label = Could not retrieve quota information. -quota.retrieving.label = Retrieving… -# LOCALIZATION NOTE (quota.sizeValueUnit.label): %1$S is the amount of space -# occupied by the engine, %2$K the corresponding unit (e.g. kB) as defined in -# the download manager. -quota.sizeValueUnit.label = %1$S %2$S -quota.remove.label = Remove -quota.treeCaption.label = Uncheck items to stop syncing them and free up space on the server. -# LOCALIZATION NOTE (quota.removal.label): %S is a list of engines that will be -# disabled and whose data will be removed once the user confirms. -quota.removal.label = Sync will remove the following data: %S. -# LOCALIZATION NOTE (quota.list.separator): This is the separator string used -# for the list of engines (incl. spaces where appropriate) -quota.list.separator = ,\u0020 -# LOCALIZATION NOTE (quota.freeup.label): %1$S and %2$S are numeric value -# and unit (as defined in the download manager) of the amount of space freed -# up by disabling the unchecked engines. If displayed this string is -# concatenated directly to quota.removal.label and may need to start off with -# whitespace. -quota.freeup.label = \u0020This will free up %1$S %2$S. |