Skip to content

Commit aa485a7

Browse files
committed
Some suggested changes and rebase
1 parent 6827a58 commit aa485a7

29 files changed

Lines changed: 132 additions & 132 deletions

dll/win32/shell32/lang/bg-BG.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,18 +365,18 @@ END
365365

366366
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
367367
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
368-
CAPTION "Run As"
368+
CAPTION "Изпълняване като"
369369
FONT 8, "MS Shell Dlg", 0, 0, 0x0
370370
BEGIN
371371
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
372372
LTEXT "От чия потребителска сметка искате да изпълните приложението?", -1, 32, 12, 200, 16
373-
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
373+
AUTORADIOBUTTON "Сегашен потребител %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
374374
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
375-
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
376-
LTEXT "&User name:", -1, 18, 124, 54, 10
375+
AUTORADIOBUTTON "Следният потребител:", IDC_RUNAS_OTHER, 7, 110, 226, 10
376+
LTEXT "Потребител:", -1, 18, 124, 54, 10
377377
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
378378
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
379-
LTEXT "&Password:", -1, 18, 142, 53, 10
379+
LTEXT "Парола:", -1, 18, 142, 53, 10
380380
EDITTEXT IDC_RUNAS_PWD, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
381381
DEFPUSHBUTTON "Добре", IDOK, 129, 161, 50, 14, WS_TABSTOP
382382
PUSHBUTTON "Отказ", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP

dll/win32/shell32/lang/cs-CZ.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -373,18 +373,18 @@ END
373373

374374
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
375375
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
376-
CAPTION "Run As"
376+
CAPTION "Spustit jako"
377377
FONT 8, "MS Shell Dlg", 0, 0, 0x0
378378
BEGIN
379379
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
380380
LTEXT "Jaký uživatelský účet chcete použít ke spuštění tohoto programu?", -1, 32, 12, 200, 16
381-
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
381+
AUTORADIOBUTTON "Současný uživatel: %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
382382
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
383-
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
384-
LTEXT "&User name:", -1, 18, 124, 54, 10
383+
AUTORADIOBUTTON "Následující uživatel:", IDC_RUNAS_OTHER, 7, 110, 226, 10
384+
LTEXT "Uživatelské jméno:", -1, 18, 124, 54, 10
385385
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
386386
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
387-
LTEXT "&Password:", -1, 18, 142, 53, 10
387+
LTEXT "Heslo:", -1, 18, 142, 53, 10
388388
EDITTEXT IDC_RUNAS_PWD, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
389389
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
390390
PUSHBUTTON "Storno", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP

dll/win32/shell32/lang/de-DE.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,18 +365,18 @@ END
365365

366366
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
367367
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
368-
CAPTION "Run As"
368+
CAPTION "Ausführen als"
369369
FONT 8, "MS Shell Dlg", 0, 0, 0x0
370370
BEGIN
371371
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
372372
LTEXT "Welches Benutzerkonto wollen Sie zum Starten dieser Anwendung verwenden?", -1, 32, 12, 200, 16
373-
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
373+
AUTORADIOBUTTON "Aktueller Benutzer %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
374374
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
375-
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
376-
LTEXT "&User name:", -1, 18, 124, 54, 10
375+
AUTORADIOBUTTON "Folgender Benutzer:", IDC_RUNAS_OTHER, 7, 110, 226, 10
376+
LTEXT "Benutzername:", -1, 18, 124, 54, 10
377377
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
378378
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
379-
LTEXT "&Password:", -1, 18, 142, 53, 10
379+
LTEXT "Passwort:", -1, 18, 142, 53, 10
380380
EDITTEXT IDC_RUNAS_PWD, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
381381
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
382382
PUSHBUTTON "Abbrechen", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP

dll/win32/shell32/lang/el-GR.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,18 +365,18 @@ END
365365

366366
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
367367
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
368-
CAPTION "Run As"
368+
CAPTION "Εκτέλεση ώς"
369369
FONT 8, "MS Shell Dlg", 0, 0, 0x0
370370
BEGIN
371371
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
372372
LTEXT "Επιλέξτε ποιός λογαριασμός χρήστη θέλετε να τρέξει αυτό το πρόγραμμα", -1, 32, 12, 200, 16
373-
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
373+
AUTORADIOBUTTON "Τρέχον χρήστης %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
374374
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
375-
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
376-
LTEXT "&User name:", -1, 18, 124, 54, 10
375+
AUTORADIOBUTTON "Ο παρακάτω χρήστης:", IDC_RUNAS_OTHER, 7, 110, 226, 10
376+
LTEXT "Όνομα χρήστη:", -1, 18, 124, 54, 10
377377
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
378378
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
379-
LTEXT "&Password:", -1, 18, 142, 53, 10
379+
LTEXT "Κωδικός πρόσβασης:", -1, 18, 142, 53, 10
380380
EDITTEXT IDC_RUNAS_PWD, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
381381
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
382382
PUSHBUTTON "Άκυρο", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP

dll/win32/shell32/lang/es-ES.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,18 +374,18 @@ END
374374

375375
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
376376
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
377-
CAPTION "Run As"
377+
CAPTION "Ejecutar como"
378378
FONT 8, "MS Shell Dlg", 0, 0, 0x0
379379
BEGIN
380380
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
381381
LTEXT "¿Qué cuenta de usuario desea usar para ejecutar este programa?", -1, 32, 12, 200, 16
382-
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
382+
AUTORADIOBUTTON "Usuario actual %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
383383
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
384-
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
385-
LTEXT "&User name:", -1, 18, 124, 54, 10
384+
AUTORADIOBUTTON "El siguiente usuario:", IDC_RUNAS_OTHER, 7, 110, 226, 10
385+
LTEXT "Usuario:", -1, 18, 124, 54, 10
386386
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
387387
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
388-
LTEXT "&Password:", -1, 18, 142, 53, 10
388+
LTEXT "Contraseña:", -1, 18, 142, 53, 10
389389
EDITTEXT IDC_RUNAS_PWD, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
390390
DEFPUSHBUTTON "Aceptar", IDOK, 129, 161, 50, 14, WS_TABSTOP
391391
PUSHBUTTON "Cancelar", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP

dll/win32/shell32/lang/et-EE.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,18 +372,18 @@ END
372372

373373
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
374374
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
375-
CAPTION "Run As"
375+
CAPTION "Käivita teise kasutajana"
376376
FONT 8, "MS Shell Dlg", 0, 0, 0x0
377377
BEGIN
378378
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
379379
LTEXT "Millise kasutajakonto abil soovite selle programmi käivitada?", -1, 32, 12, 200, 16
380-
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
380+
AUTORADIOBUTTON "Praegune kasutaja %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
381381
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
382-
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
383-
LTEXT "&User name:", -1, 18, 124, 54, 10
382+
AUTORADIOBUTTON "Järgmine kasutaja:", IDC_RUNAS_OTHER, 7, 110, 226, 10
383+
LTEXT "Kasutajanimi:", -1, 18, 124, 54, 10
384384
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
385385
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
386-
LTEXT "&Password:", -1, 18, 142, 53, 10
386+
LTEXT "Parool:", -1, 18, 142, 53, 10
387387
EDITTEXT IDC_RUNAS_PWD, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
388388
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
389389
PUSHBUTTON "Loobu", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP

dll/win32/shell32/lang/eu-ES.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,18 +372,18 @@ END
372372

373373
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
374374
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
375-
CAPTION "Run As"
375+
CAPTION "Exekutatu honela"
376376
FONT 8, "MS Shell Dlg", 0, 0, 0x0
377377
BEGIN
378378
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
379379
LTEXT "Zein erabiltzaile-kontu erabili nahi duzu programa hau exekutatzeko?", -1, 32, 12, 200, 16
380-
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
380+
AUTORADIOBUTTON "&Uneko erabiltzailea %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
381381
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
382-
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
383-
LTEXT "&User name:", -1, 18, 124, 54, 10
382+
AUTORADIOBUTTON "&Erabiltzaile hau:", IDC_RUNAS_OTHER, 7, 110, 226, 10
383+
LTEXT "Erabiltzaile:", -1, 18, 124, 54, 10
384384
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
385385
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
386-
LTEXT "&Password:", -1, 18, 142, 53, 10
386+
LTEXT "Pasahitza:", -1, 18, 142, 53, 10
387387
EDITTEXT IDC_RUNAS_PWD, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
388388
DEFPUSHBUTTON "Ados", IDOK, 129, 161, 50, 14, WS_TABSTOP
389389
PUSHBUTTON "Utzi", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP

dll/win32/shell32/lang/fr-FR.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,18 +365,18 @@ END
365365

366366
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
367367
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
368-
CAPTION "Run As"
368+
CAPTION "Exécuter en tant que"
369369
FONT 8, "MS Shell Dlg", 0, 0, 0x0
370370
BEGIN
371371
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
372372
LTEXT "Quel compte d'utilisateur désirez-vous utiliser pour lancer ce programme?", -1, 32, 12, 200, 16
373-
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
373+
AUTORADIOBUTTON "Utilisateur actuel %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
374374
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
375-
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
376-
LTEXT "&User name:", -1, 18, 124, 54, 10
375+
AUTORADIOBUTTON "L'utilisateur suivant:", IDC_RUNAS_OTHER, 7, 110, 226, 10
376+
LTEXT "Nom d'utilisateur:", -1, 18, 124, 54, 10
377377
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
378378
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
379-
LTEXT "&Password:", -1, 18, 142, 53, 10
379+
LTEXT "Mot de passe:", -1, 18, 142, 53, 10
380380
EDITTEXT IDC_RUNAS_PWD, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
381381
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
382382
PUSHBUTTON "Annuler", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP

dll/win32/shell32/lang/he-IL.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ END
372372

373373
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
374374
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
375-
CAPTION "Run As"
375+
CAPTION "הפעל בתור-"
376376
FONT 8, "MS Shell Dlg", 0, 0, 0x0
377377
BEGIN
378378
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20

dll/win32/shell32/lang/hi-IN.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,18 +372,18 @@ END
372372

373373
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
374374
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
375-
CAPTION "Run As"
375+
CAPTION "रन ऐज़"
376376
FONT 8, "MS Shell Dlg", 0, 0, 0x0
377377
BEGIN
378378
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
379379
LTEXT "इस प्रोग्राम को चलाने के लिए आप किस उपयोगकर्ता यूज़र का उपयोग करना चाहते हैं?", -1, 32, 12, 200, 16
380380
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_CURRENT, 7, 35, 226, 10, WS_GROUP
381381
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
382-
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
383-
LTEXT "&User name:", -1, 18, 124, 54, 10
382+
AUTORADIOBUTTON "निम्नलिखित यूज़र :", IDC_RUNAS_OTHER, 7, 110, 226, 10
383+
LTEXT "यूज़र नेम :", -1, 18, 124, 54, 10
384384
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
385385
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
386-
LTEXT "&Password:", -1, 18, 142, 53, 10
386+
LTEXT "पासवर्ड :", -1, 18, 142, 53, 10
387387
EDITTEXT IDC_RUNAS_PWD, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
388388
DEFPUSHBUTTON "ओके", IDOK, 129, 161, 50, 14, WS_TABSTOP
389389
PUSHBUTTON "रद्द करें", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP

0 commit comments

Comments
 (0)