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)
7 lines
337 B
INI
7 lines
337 B
INI
loginFailed.alert = Login failed
|
|
noPassword.alert = You must enter a password
|
|
noPassphrase.alert = You must enter a passphrase
|
|
samePasswordAndPassphrase.alert = Your password and passphrase must be different
|
|
loginStart.label = Signing in, please wait...
|
|
loginError.label = Invalid username and/or password.
|
|
loginSuccess.label = Signed In |