diff --git a/services/sync/Weave.js b/services/sync/Weave.js index 9c626e07aa5..2bd05a01f58 100644 --- a/services/sync/Weave.js +++ b/services/sync/Weave.js @@ -55,12 +55,12 @@ WeaveService.prototype = { case "app-startup": let os = Cc["@mozilla.org/observer-service;1"]. getService(Ci.nsIObserverService); - os.addObserver(this, "sessionstore-windows-restored", true); + os.addObserver(this, "final-ui-startup", true); break; /* The following event doesn't exist on Fennec; for Fennec loading, see * fennec-weave-overlay.js. */ - case "sessionstore-windows-restored": + case "final-ui-startup": Cu.import("resource://weave/service.js"); Weave.Service.onStartup(); break; diff --git a/services/sync/locales/en-US/fx-prefs.dtd b/services/sync/locales/en-US/fx-prefs.dtd new file mode 100644 index 00000000000..cf69cc87826 --- /dev/null +++ b/services/sync/locales/en-US/fx-prefs.dtd @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/services/sync/locales/en-US/fx-prefs.properties b/services/sync/locales/en-US/fx-prefs.properties new file mode 100644 index 00000000000..28031470f10 --- /dev/null +++ b/services/sync/locales/en-US/fx-prefs.properties @@ -0,0 +1,14 @@ +connect.label = Connect +disconnect.label = Disconnect +startSyncing.label = Start Syncing + +usernameAvailable.label = Available! +usernameNotAvailable.label = Already in use + +passwordOK.label = Success +passwordMismatch.label = Passwords do not match +passwordTooWeak.label = Password is too weak + +serverInvalid.label = Please enter a valid server URL + +wizardPageTitle.label = Create your Weave Account - Step %1$S of %2$S \ No newline at end of file