diff options
author | Thomas Groman <tgroman@nuegia.net> | 2019-12-16 19:48:42 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2019-12-16 19:48:42 -0800 |
commit | 4492b5f8e774bf3b4f21e4e468fc052cbcbb468a (patch) | |
tree | 37970571a7dcbeb6b58c991ce718ce7001ac97d6 /locales/en-US/chrome/browser/statusbar/overlay.properties | |
download | webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar.gz webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar.lz webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.tar.xz webbrowser-4492b5f8e774bf3b4f21e4e468fc052cbcbb468a.zip |
initial commit
Diffstat (limited to 'locales/en-US/chrome/browser/statusbar/overlay.properties')
-rw-r--r-- | locales/en-US/chrome/browser/statusbar/overlay.properties | 17 |
1 files changed, 17 insertions, 0 deletions
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 + |