From 9c4ba9d590bbd02a17c6218dc2baea3896146499 Mon Sep 17 00:00:00 2001 From: Myk Melez Date: Thu, 20 Dec 2007 23:31:29 -0800 Subject: [PATCH] make wizard localizable --- services/sync/locales/en-US/wizard.dtd | 32 +++++++++++++++++++ services/sync/locales/en-US/wizard.properties | 10 ++++++ 2 files changed, 42 insertions(+) create mode 100644 services/sync/locales/en-US/wizard.dtd create mode 100644 services/sync/locales/en-US/wizard.properties diff --git a/services/sync/locales/en-US/wizard.dtd b/services/sync/locales/en-US/wizard.dtd new file mode 100644 index 00000000000..0ff03d3f508 --- /dev/null +++ b/services/sync/locales/en-US/wizard.dtd @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/services/sync/locales/en-US/wizard.properties b/services/sync/locales/en-US/wizard.properties new file mode 100644 index 00000000000..f4cfb2c5808 --- /dev/null +++ b/services/sync/locales/en-US/wizard.properties @@ -0,0 +1,10 @@ +verifyStatusUnverified.label = Status: Unverified. +verifyStatusLoginVerified.label = Status: Login Verified. +verifyStatusLoginFailed.label = Status: Login Failed. + +initStatusReadyToSync.label = Status: Ready to Sync. +initStatusSyncing.label = Status: Syncing... +initStatusSyncComplete.label = Status: Sync Complete +initStatusSyncFailed.label = Status: Sync Failed + +invalidCredentials.alert = You must provide a valid user name and password to continue.