aboutsummaryrefslogtreecommitdiff
path: root/chrome/locale/en-US
diff options
context:
space:
mode:
authorEinar Egilsson2009-10-14 11:13:03 +0000
committerEinar Egilsson2009-10-14 11:13:03 +0000
commitcfc2965fb35256a3493485f32ff9bd605bf158b7 (patch)
tree2683fe502bac65c752c7ebd913cfa5c2e955abf4 /chrome/locale/en-US
parent0065dc23b00c5039ec3036ff895b9a67341c05c0 (diff)
Import and Export working, might need some more singular/plural fixes in language.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@266 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/locale/en-US')
-rw-r--r--chrome/locale/en-US/redirector.properties5
-rw-r--r--chrome/locale/en-US/settings.xul.dtd5
2 files changed, 8 insertions, 2 deletions
diff --git a/chrome/locale/en-US/redirector.properties b/chrome/locale/en-US/redirector.properties
index b57025b..4395b5e 100644
--- a/chrome/locale/en-US/redirector.properties
+++ b/chrome/locale/en-US/redirector.properties
@@ -17,3 +17,8 @@ exportCaption=Export redirects...
importCaption=Import redirects...
deleteConfirmationText=Are you sure you want to permanently delete this redirect?
deleteConfirmationTitle=Delete redirect?
+importedMessage=%S redirects were imported.
+importedAndExistedMessage=%S redirects were imported, %S redirects were identical to existing redirects and were therefore not imported.
+importedNoneAllExisted=All %S redirects in the file are identical to existing redirects, no redirects were imported.
+importedNone=There were no usable redirects in the given file, no redirects were imported.
+importResult=Import results \ No newline at end of file
diff --git a/chrome/locale/en-US/settings.xul.dtd b/chrome/locale/en-US/settings.xul.dtd
index 7a38165..ff55b68 100644
--- a/chrome/locale/en-US/settings.xul.dtd
+++ b/chrome/locale/en-US/settings.xul.dtd
@@ -46,7 +46,6 @@
<!-- Preferences -->
<!ENTITY grpGeneralPreferences.label "General">
<!ENTITY grpDebuggingPreferences.label "Debugging">
-<!ENTITY grpImportExportDescription.label "Import / export redirects to file">
<!ENTITY chkEnableRedirector.label "Enable Redirector">
<!ENTITY chkEnableRedirector.accesskey "E">
@@ -61,4 +60,6 @@
<!ENTITY chkEnableDebugOutput.accesskey "d">
-
+<!-- Import / Export -->
+<!ENTITY lblExport.label "Export your redirects to a file">
+<!ENTITY lblImport.label "Import new redirects from a file">