mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
e9ac166a41
* some minor hacking of the login progress to improve performance * expanded the application exit sync dialog to be a general modal sync dialog that will display whenever appropriate (e.g. during initial setup, on manual "sync now" requests, and on application exit) * added a progress meter and status messages to the modal sync dialog to provide users with a better understanding of what's going on, and to assist in debugging * added ability to cancel a modal sync request, including on application exit. when cancel is clicked on by the user, it will attempt to cancel the sync at the next opportunity (i.e. before the next sync engine is processed)
25 lines
1.1 KiB
Properties
25 lines
1.1 KiB
Properties
# %S is the date and time at which the last sync successfully completed
|
|
lastSync.label = Last Update: %S
|
|
|
|
weaveButtonOffline.label = Sign In
|
|
weaveButtonOnline.label = Weave
|
|
shareBookmark.menuItem = Share This Folder...
|
|
unShareBookmark.menuItem = Stop Sharing This Folder
|
|
|
|
status.offline = Sign in
|
|
|
|
# The next two are not normally used, as we now display the username
|
|
# when the user is logged in. But if for some reason we can't get the username,
|
|
# we display these.
|
|
status.idle = Idle
|
|
status.active = Working...
|
|
|
|
error.login.title = Error While Signing In
|
|
error.login.description = Weave encountered an error while signing you in. Your username/password failed. Please try again.
|
|
error.logout.title = Error While Signing Out
|
|
error.logout.description = Weave encountered an error while signing you out. It's probably ok, and you don't have to do anything about it (then why are we bugging you with this info?).
|
|
error.sync.title = Error While Syncing
|
|
error.sync.description = Weave encountered an error while syncing. You might want to try syncing manually to make sure you are up-to-date.
|
|
error.sync.tryAgainButton.label = Try Again
|
|
error.sync.tryAgainButton.accesskey = T
|