Bug 524617 - give status updates during connection and sync

Show "Connecting…" after tapping connect and "in progress…" after tapping sync now.
This commit is contained in:
Edward Lee 2009-11-02 10:59:35 -08:00
parent bcb7b750cb
commit e1a2b1fb69
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,6 @@
<!ENTITY username.label "Username">
<!ENTITY password.label "Password">
<!ENTITY secretPhrase.label "Secret Phrase">
<!ENTITY disconnected.label "Disconnected">
<!ENTITY connect.label "Connect">
<!ENTITY disconnect.label "Disconnect">
<!ENTITY syncNow.label "Sync Now">

View File

@ -1,8 +1,11 @@
# %S is the date and time at which the last sync successfully completed
lastSync.label = Last Update: %S
lastSyncInProgress.label = Last Update: in progress…
# %S is the username logged in
connected.label = Connected: %S
disconnected.label = Disconnected
connecting.label = Connecting…
# %S is the engine being synced
syncing.label = Weave is syncing: %S