From 4492b5f8e774bf3b4f21e4e468fc052cbcbb468a Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 16 Dec 2019 19:48:42 -0800 Subject: initial commit --- .../en-US/chrome/browser/statusbar/meta.properties | 9 ++ .../chrome/browser/statusbar/overlay.properties | 17 ++++ .../chrome/browser/statusbar/prefs.properties | 4 + .../chrome/browser/statusbar/statusbar-overlay.dtd | 10 +++ .../chrome/browser/statusbar/statusbar-prefs.dtd | 99 ++++++++++++++++++++++ 5 files changed, 139 insertions(+) create mode 100644 locales/en-US/chrome/browser/statusbar/meta.properties create mode 100644 locales/en-US/chrome/browser/statusbar/overlay.properties create mode 100644 locales/en-US/chrome/browser/statusbar/prefs.properties create mode 100644 locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd create mode 100644 locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd (limited to 'locales/en-US/chrome/browser/statusbar') diff --git a/locales/en-US/chrome/browser/statusbar/meta.properties b/locales/en-US/chrome/browser/statusbar/meta.properties new file mode 100644 index 0000000..24cb5c0 --- /dev/null +++ b/locales/en-US/chrome/browser/statusbar/meta.properties @@ -0,0 +1,9 @@ +# Translator names. If there is more than one, separate with commas. Only include your name, not the locale you're translating. +translator=Moonchild + +# Extension title. This usually should not be translated. +name=Status-4-Evar + +# Extension description. This is displayed in the add-on manager. +description=Status widgets and progress indicators for Firefox 4+ + diff --git a/locales/en-US/chrome/browser/statusbar/overlay.properties b/locales/en-US/chrome/browser/statusbar/overlay.properties new file mode 100644 index 0000000..cda1f66 --- /dev/null +++ b/locales/en-US/chrome/browser/statusbar/overlay.properties @@ -0,0 +1,17 @@ +# The #1 gets replaced with the number of active downloads. This is a semicolon list of plural forms: http://developer.mozilla.org/en/docs/Localization_and_Plurals +activeDownloads=1 Active Download;#1 Active Downloads +# The #1 gets replaced with the number of paused downloads. This is a semicolon list of plural forms: http://developer.mozilla.org/en/docs/Localization_and_Plurals +pausedDownloads=1 Paused Download;#1 Paused Downloads + +noDownloads=No Downloads + +# Page load progress strings. These should match the strings that Firefox has been using. +nv_done=Done +nv_stopped=Stopped +nv_timeout=Timed Out + +# Should be the same as status4evar.status.widget.title +statusText=Status Text + +legacyWidgetTitle=Legacy Status Bar + diff --git a/locales/en-US/chrome/browser/statusbar/prefs.properties b/locales/en-US/chrome/browser/statusbar/prefs.properties new file mode 100644 index 0000000..69f8f92 --- /dev/null +++ b/locales/en-US/chrome/browser/statusbar/prefs.properties @@ -0,0 +1,4 @@ +simpleEditorTitle=Switch to simple editor +simpleEditorMessage=The simple editor can not edit your current style. Do you want to discard your style? +imageSelectTitle=Select an image file + diff --git a/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd b/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd new file mode 100644 index 0000000..bb0ab95 --- /dev/null +++ b/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd b/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd new file mode 100644 index 0000000..82f9e37 --- /dev/null +++ b/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3