summaryrefslogtreecommitdiffstats
path: root/toolkit/locales/en-US/toolkit/updates/history.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/locales/en-US/toolkit/updates/history.ftl')
-rw-r--r--toolkit/locales/en-US/toolkit/updates/history.ftl33
1 files changed, 33 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/toolkit/updates/history.ftl b/toolkit/locales/en-US/toolkit/updates/history.ftl
new file mode 100644
index 0000000000..4d94cdc1a9
--- /dev/null
+++ b/toolkit/locales/en-US/toolkit/updates/history.ftl
@@ -0,0 +1,33 @@
+# 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/.
+
+history-title = Update History
+history-intro = The following updates have been installed
+
+close-button-label =
+ .buttonlabelcancel = Close
+ .title = Update History
+
+no-updates-label = No updates installed yet
+name-header = Update Name
+date-header = Install Date
+type-header = Type
+state-header = State
+
+# Used to display update history
+#
+# Variables:
+# $name (string) - Name of the update
+# $buildID (string) - Build identifier from the local updates.xml
+update-full-build-name = { $name } ({ $buildID })
+
+update-details = Details
+
+# Variables:
+# $date (string) - Date the last update was installed
+update-installed-on = Installed on: { $date }
+
+# Variables:
+# $status (string) - Status of the last update
+update-status = Status: { $status }