From 67810a8a0b08fc8697ee8fc8843af3757c12a421 Mon Sep 17 00:00:00 2001 From: jmccrohan Date: Wed, 6 Apr 2011 15:29:05 +0100 Subject: Initial Commit --- src/chrome/locale/en-US/contents.rdf | 19 +++++ src/chrome/locale/en-US/locale.dtd | 117 ++++++++++++++++++++++++++++++ src/chrome/locale/en-US/locale.properties | 56 ++++++++++++++ 3 files changed, 192 insertions(+) create mode 100644 src/chrome/locale/en-US/contents.rdf create mode 100644 src/chrome/locale/en-US/locale.dtd create mode 100644 src/chrome/locale/en-US/locale.properties (limited to 'src/chrome/locale/en-US') diff --git a/src/chrome/locale/en-US/contents.rdf b/src/chrome/locale/en-US/contents.rdf new file mode 100644 index 0000000..2594ac4 --- /dev/null +++ b/src/chrome/locale/en-US/contents.rdf @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/chrome/locale/en-US/locale.dtd b/src/chrome/locale/en-US/locale.dtd new file mode 100644 index 0000000..0e6310f --- /dev/null +++ b/src/chrome/locale/en-US/locale.dtd @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/chrome/locale/en-US/locale.properties b/src/chrome/locale/en-US/locale.properties new file mode 100644 index 0000000..7f693d0 --- /dev/null +++ b/src/chrome/locale/en-US/locale.properties @@ -0,0 +1,56 @@ +# COMMON +common.product.name = Multiproxy Switch +common.proxy.none = None +common.buttons.cancel = Cancel +common.buttons.load = Load +common.label.proxy = Proxy: + +# TOOLBAR +toolbar.proxy.label = Proxy: +toolbar.status = Status: +toolbar.loading = Loading... +toolbar.using = Using +toolbar.using.none = Using No Proxy +toolbar.clickApply = Click apply to use this proxy +toolbar.notApplied = Proxy not applied, switching back to last used proxy + +# CONFIRMATIONS +confirm.remove = Are you sure you want to delete this proxy? + +# UPGRADE +upgrade.none = No upgrades currently exist +upgrade.install = An upgrade exists.\nWould you like to install it now? + + +# ERRORS +error.unknown = An unknown error occurred +error.proxy.load = Could not load +error.cookie = Could not clear cookies + +error.remove = Could not remove proxy +error.remove.forbidden = You cannot remove this entry. + +error.add.empty = The Proxy Label field cannot be empty +error.add.invalid = The Proxy Label field contains invalid characters +error.add.duplicate = That Proxy Label already exists + +error.edit.select = Select a proxy to edit +error.edit.forbidden = You cannot edit this entry. + +error.update = Could not upgrade + +error.prefs.display = You cannot hide both the context menu and toolbar.\nPlease select one + +# ANONYMOUS +add.anon.validate.label = You must enter a Proxy Label +add.anon.validate.rotation = You must enter a rotation interval +add.anon.validate.rotation.type = The rotation interval must be a number +add.anon.validate.remove = Please select an item to remove +add.anon.validate.empty = Enter a proxy into the field +add.anon.validate.duplicate = This proxy already exists in your list +add.anon.validate.domain = This is an invalid IP or domain name +add.anon.import.file.validate.empty = This file did not list any valid proxies +add.anon.import.url.validate.empty = This url did not list any valid proxies +add.anon.import.validate.old = No new proxies were found + +anon.config.empty = No Proxies have been added to this anonymous configuration. -- cgit v1.2.3