Sync with trunk.
[reactos.git] / dll / win32 / msgina / lang / uk-UA.rc
index 79b0895..191b305 100644 (file)
@@ -153,19 +153,24 @@ BEGIN
     IDS_CHANGEPWDTITLE "Change Password"
     IDS_NONMATCHINGPASSWORDS "The passwords you typed do not match. Type the same password in both text boxes."
     IDS_PASSWORDCHANGED "Your password has been changed."
+    IDS_LOGONTITLE "Logon Message"
+    IDS_LOGONWRONGUSERORPWD "The system could not log you on. Make sure your User name and domain are correct, then type your password again. Letters in passwords must be typed using the correct case."
+    IDS_LOGONUSERDISABLED "Your account has been disabled. Please see your system administrator."
+    IDS_PASSWORDMUSTCHANGE "You are required to change your password at first logon."
+    IDS_PASSWORDEXPIRED "Your password has expired and must be changed."
 END
 
 /* Shutdown Dialog Strings */
 STRINGTABLE
 BEGIN
+    IDS_SHUTDOWN_LOGOFF "Log off ""%s"""
     IDS_SHUTDOWN_SHUTDOWN "Shut down"
-    IDS_SHUTDOWN_LOGOFF "Log off"
     IDS_SHUTDOWN_RESTART "Restart"
     IDS_SHUTDOWN_SLEEP "Sleep"
     IDS_SHUTDOWN_HIBERNATE "Hibernate"
     /* Shut down descriptions */
-    IDS_SHUTDOWN_SHUTDOWN_DESC "Ends your current session and shuts down the system so you can safely shut down the power."
     IDS_SHUTDOWN_LOGOFF_DESC "Ends your current session and allows other users to log on to the system."
+    IDS_SHUTDOWN_SHUTDOWN_DESC "Ends your current session and shuts down the system so you can safely shut down the power."
     IDS_SHUTDOWN_RESTART_DESC "Ends your current session and reboots the system."
     IDS_SHUTDOWN_SLEEP_DESC "Puts the system in sleep mode."
     IDS_SHUTDOWN_HIBERNATE_DESC "Saves the current session and shuts down the computer."