user32: msgbox: Rearrange buttons for correct tab order.
Tab order is the order of the controls in the dialog template, so arrange them in a way that buttons appear in the correct order for all possible combination of buttons (specified by the MB_* constants). Signed-off-by: Joachim Priesner <joachim.priesner@web.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
217fe9cfad
commit
0fc1753444
|
@ -75,13 +75,13 @@ MSGBOX DIALOG 100, 80, 216, 168
|
|||
STYLE DS_MODALFRAME | DS_NOIDLEMSG | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||||
BEGIN
|
||||
ICON "", MSGBOX_IDICON, 8, 20, 16, 16, WS_CHILD | WS_VISIBLE
|
||||
PUSHBUTTON "OK", IDOK, 16, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 74, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Yes", IDYES, 16, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&No", IDNO, 74, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Abort", IDABORT, 132, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Retry", IDRETRY, 190, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Ignore", IDIGNORE, 248, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Yes", IDYES, 306, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&No", IDNO, 364, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "OK", IDOK, 248, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 306, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Ignore", IDIGNORE, 364, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Try Again", IDTRYAGAIN, 422, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Continue", IDCONTINUE, 480, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "Help", IDHELP, 538, 56, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
|
|
20
po/ar.po
20
po/ar.po
|
@ -60,7 +60,7 @@ msgstr "&معلومات الدّعم"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -140,7 +140,7 @@ msgstr "&تثبيت"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -304,7 +304,7 @@ msgstr "خصائص %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&تطبيق"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "مساعدة"
|
||||
|
||||
|
@ -8050,7 +8050,7 @@ msgstr "أنش&ئ مجلدًا جديدًا"
|
|||
msgid "Message"
|
||||
msgstr "الرسالة"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "ن&عم"
|
||||
|
||||
|
@ -8058,7 +8058,7 @@ msgstr "ن&عم"
|
|||
msgid "Yes to &all"
|
||||
msgstr "نعم &للكل"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "لا"
|
||||
|
||||
|
@ -8580,23 +8580,23 @@ msgstr "&إغلاق\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "ال&تالي\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "أحب&ط"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "أ&عد المحاولة"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "تجا&هل"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "حاول &ثانية"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "ا&ستمر"
|
||||
|
||||
|
|
20
po/bg.po
20
po/bg.po
|
@ -62,7 +62,7 @@ msgstr "Информация"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -148,7 +148,7 @@ msgstr "Инсталирай"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -317,7 +317,7 @@ msgstr "Свойства на %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Потвърди"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Помощ"
|
||||
|
||||
|
@ -8155,7 +8155,7 @@ msgstr "Създай нова папка"
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Да"
|
||||
|
||||
|
@ -8163,7 +8163,7 @@ msgstr "&Да"
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Не"
|
||||
|
||||
|
@ -8697,23 +8697,23 @@ msgstr "&Затвори\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "Пре&крати"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "От&ново"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Пропусни"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr ""
|
||||
|
||||
|
|
20
po/ca.po
20
po/ca.po
|
@ -64,7 +64,7 @@ msgstr "Informació de suport"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -147,7 +147,7 @@ msgstr "&Instal·la"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -316,7 +316,7 @@ msgstr "Propietats de %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Aplica"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Ajuda"
|
||||
|
||||
|
@ -8037,7 +8037,7 @@ msgstr "&Fes una carpeta nova"
|
|||
msgid "Message"
|
||||
msgstr "Missatge"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Sí"
|
||||
|
||||
|
@ -8045,7 +8045,7 @@ msgstr "&Sí"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Sí a &tots"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&No"
|
||||
|
||||
|
@ -8584,23 +8584,23 @@ msgstr "&Tanca\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "&Següent\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Avorta"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Reintenta"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignora"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Torna a intentar"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Continua"
|
||||
|
||||
|
|
20
po/cs.po
20
po/cs.po
|
@ -63,7 +63,7 @@ msgstr "Informace o podpoře"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -145,7 +145,7 @@ msgstr "&Instalovat"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -313,7 +313,7 @@ msgstr "Vlastnosti %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Použít"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Nápověda"
|
||||
|
||||
|
@ -7980,7 +7980,7 @@ msgstr "Vytvořit novou složku"
|
|||
msgid "Message"
|
||||
msgstr "Zpráva"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Ano"
|
||||
|
||||
|
@ -7988,7 +7988,7 @@ msgstr "&Ano"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Ano &všem"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Ne"
|
||||
|
||||
|
@ -8519,23 +8519,23 @@ msgstr "&Zavřít\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Následující\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Přerušit"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Zkusit znovu"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorovat"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Zkusit znovu"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Pokračovat"
|
||||
|
||||
|
|
20
po/da.po
20
po/da.po
|
@ -62,7 +62,7 @@ msgstr "Support information"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -143,7 +143,7 @@ msgstr "&Installer"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -321,7 +321,7 @@ msgstr "Egenskaber for %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Anvend"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Hjælp"
|
||||
|
||||
|
@ -8130,7 +8130,7 @@ msgstr "&Lav ny mappe"
|
|||
msgid "Message"
|
||||
msgstr "Meddelelse"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Ja"
|
||||
|
||||
|
@ -8138,7 +8138,7 @@ msgstr "&Ja"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Ja to &alt"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Nej"
|
||||
|
||||
|
@ -8676,23 +8676,23 @@ msgstr "&Luk\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Næs&te/tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "Af&bryd"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Gentag"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorer"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Prøv igen"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Fortsæt"
|
||||
|
||||
|
|
20
po/de.po
20
po/de.po
|
@ -62,7 +62,7 @@ msgstr "Informationen"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -146,7 +146,7 @@ msgstr "&Installieren"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -313,7 +313,7 @@ msgstr "Eigenschaften für %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Anwenden"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "&Hilfe"
|
||||
|
||||
|
@ -8020,7 +8020,7 @@ msgstr "&Neues Verzeichnis erstellen"
|
|||
msgid "Message"
|
||||
msgstr "Meldung"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Ja"
|
||||
|
||||
|
@ -8028,7 +8028,7 @@ msgstr "&Ja"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Ja zu &allen"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Nein"
|
||||
|
||||
|
@ -8563,23 +8563,23 @@ msgstr "&Schließen\tStrg+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Nächs&ter\tStrg+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "Abbr&uch"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Wiederholen"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorieren"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Erneut versuchen"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Fortsetzen"
|
||||
|
||||
|
|
20
po/el.po
20
po/el.po
|
@ -58,7 +58,7 @@ msgstr ""
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -137,7 +137,7 @@ msgstr ""
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -296,7 +296,7 @@ msgstr "Ιδιότητες για %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Εφαρμογή"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Βοήθεια"
|
||||
|
||||
|
@ -8012,7 +8012,7 @@ msgstr "Δημιουργία νέου καταλόγου"
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8020,7 +8020,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
#, fuzzy
|
||||
msgid "&No"
|
||||
msgstr "όχι"
|
||||
|
@ -8536,23 +8536,23 @@ msgstr "&Κλείσιμο"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
#, fuzzy
|
||||
msgid "&Continue"
|
||||
msgstr "&Περιεχόμενα"
|
||||
|
|
20
po/en.po
20
po/en.po
|
@ -62,7 +62,7 @@ msgstr "Support Information"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -144,7 +144,7 @@ msgstr "&Install"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -312,7 +312,7 @@ msgstr "Properties for %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Apply"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Help"
|
||||
|
||||
|
@ -8004,7 +8004,7 @@ msgstr "&Make New Folder"
|
|||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Yes"
|
||||
|
||||
|
@ -8012,7 +8012,7 @@ msgstr "&Yes"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Yes to &all"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&No"
|
||||
|
||||
|
@ -8540,23 +8540,23 @@ msgstr "&Close\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Nex&t\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Abort"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Retry"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignore"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Try Again"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Continue"
|
||||
|
||||
|
|
20
po/en_US.po
20
po/en_US.po
|
@ -62,7 +62,7 @@ msgstr "Support Information"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -144,7 +144,7 @@ msgstr "&Install"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -312,7 +312,7 @@ msgstr "Properties for %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Apply"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Help"
|
||||
|
||||
|
@ -8004,7 +8004,7 @@ msgstr "&Make New Folder"
|
|||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Yes"
|
||||
|
||||
|
@ -8012,7 +8012,7 @@ msgstr "&Yes"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Yes to &all"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&No"
|
||||
|
||||
|
@ -8540,23 +8540,23 @@ msgstr "&Close\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Nex&t\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Abort"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Retry"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignore"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Try Again"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Continue"
|
||||
|
||||
|
|
20
po/eo.po
20
po/eo.po
|
@ -67,7 +67,7 @@ msgstr "Informoj pri Helpo"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -142,7 +142,7 @@ msgstr "&Instali"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -303,7 +303,7 @@ msgstr "Ecoj laŭ %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Apliki"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Helpo"
|
||||
|
||||
|
@ -7917,7 +7917,7 @@ msgstr "&Krei Novan Dosierujon"
|
|||
msgid "Message"
|
||||
msgstr "Mesaĝo"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Jes"
|
||||
|
||||
|
@ -7925,7 +7925,7 @@ msgstr "&Jes"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Jes al &ĉio"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Ne"
|
||||
|
||||
|
@ -8436,23 +8436,23 @@ msgstr "&Fermi\tStir+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "&Sekva\tStir+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Nuligi"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Reprovi"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignori"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Reprovi"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Daŭrigi"
|
||||
|
||||
|
|
20
po/es.po
20
po/es.po
|
@ -62,7 +62,7 @@ msgstr "Información de Soporte"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -145,7 +145,7 @@ msgstr "&Instalar"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -324,7 +324,7 @@ msgstr "Propiedades de %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Aplicar"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Ayuda"
|
||||
|
||||
|
@ -8143,7 +8143,7 @@ msgstr "&Hacer una nueva carpeta"
|
|||
msgid "Message"
|
||||
msgstr "Mensaje"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Sí"
|
||||
|
||||
|
@ -8151,7 +8151,7 @@ msgstr "&Sí"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Sí a &todo"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&No"
|
||||
|
||||
|
@ -8690,23 +8690,23 @@ msgstr "&Cerrar\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Siguien&te\t\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "A&bortar"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Reintentar"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorar"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Volver a Intentar"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Continuar"
|
||||
|
||||
|
|
20
po/fa.po
20
po/fa.po
|
@ -59,7 +59,7 @@ msgstr "اطلاعات"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -137,7 +137,7 @@ msgstr ""
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -295,7 +295,7 @@ msgstr "انتخاب &همه\tCtrl+A"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
#, fuzzy
|
||||
msgid "Help"
|
||||
msgstr "&کمک"
|
||||
|
@ -8002,7 +8002,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8010,7 +8010,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8529,24 +8529,24 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
#, fuzzy
|
||||
msgid "&Abort"
|
||||
msgstr "&درباره نتپد"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
#, fuzzy
|
||||
msgid "&Continue"
|
||||
msgstr "&محتویات"
|
||||
|
|
20
po/fi.po
20
po/fi.po
|
@ -61,7 +61,7 @@ msgstr "Tukitietoja"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -142,7 +142,7 @@ msgstr "&Asenna"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -308,7 +308,7 @@ msgstr "Kohteen %s ominaisuudet"
|
|||
msgid "&Apply"
|
||||
msgstr "&Käytä"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Ohje"
|
||||
|
||||
|
@ -7998,7 +7998,7 @@ msgstr "&Luo uusi kansio"
|
|||
msgid "Message"
|
||||
msgstr "Viesti"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Kyllä"
|
||||
|
||||
|
@ -8006,7 +8006,7 @@ msgstr "&Kyllä"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Kyllä k&aikkiin"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Ei"
|
||||
|
||||
|
@ -8533,23 +8533,23 @@ msgstr "&Sulje\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "&Seuraava\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Keskeytä"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Uudelleen"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Hylkää"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Yritä uudelleen"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Jatka"
|
||||
|
||||
|
|
20
po/fr.po
20
po/fr.po
|
@ -62,7 +62,7 @@ msgstr "Informations de support"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -146,7 +146,7 @@ msgstr "&Installer"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -316,7 +316,7 @@ msgstr "Propriétés de %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Appliquer"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Aide"
|
||||
|
||||
|
@ -8052,7 +8052,7 @@ msgstr "&Nouveau dossier"
|
|||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Oui"
|
||||
|
||||
|
@ -8060,7 +8060,7 @@ msgstr "&Oui"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Oui pour &tous"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Non"
|
||||
|
||||
|
@ -8595,23 +8595,23 @@ msgstr "&Fermer\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Sui&vant\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "A&bandonner"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "Ré&péter"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorer"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Réessayer"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Continuer"
|
||||
|
||||
|
|
20
po/he.po
20
po/he.po
|
@ -69,7 +69,7 @@ msgstr "פרטי תמיכה"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -150,7 +150,7 @@ msgstr "ה&תקנה"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -317,7 +317,7 @@ msgstr "מאפיינים עבור %s"
|
|||
msgid "&Apply"
|
||||
msgstr "ה&חלה"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "עזרה"
|
||||
|
||||
|
@ -8291,7 +8291,7 @@ msgstr "י&צירת תיקייה חדשה"
|
|||
msgid "Message"
|
||||
msgstr "הודעה"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&כן"
|
||||
|
||||
|
@ -8299,7 +8299,7 @@ msgstr "&כן"
|
|||
msgid "Yes to &all"
|
||||
msgstr "כ&ן להכול"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&לא"
|
||||
|
||||
|
@ -8846,23 +8846,23 @@ msgstr "&סגירה\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&סיום"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&ניסיון חוזר"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "ה&תעלמות"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&ניסיון חוזר"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "ה&משך"
|
||||
|
||||
|
|
20
po/hi.po
20
po/hi.po
|
@ -58,7 +58,7 @@ msgstr ""
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -134,7 +134,7 @@ msgstr ""
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -292,7 +292,7 @@ msgstr "सूचना (&o)"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7876,7 +7876,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7884,7 +7884,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8380,24 +8380,24 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
#, fuzzy
|
||||
msgid "&Abort"
|
||||
msgstr "क्लॉक के बारे में (&A)..."
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr ""
|
||||
|
||||
|
|
20
po/hr.po
20
po/hr.po
|
@ -62,7 +62,7 @@ msgstr "Informacije o podršci"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -144,7 +144,7 @@ msgstr "&Instaliraj"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -311,7 +311,7 @@ msgstr "Svojstva za %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Primijeni"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Pomoć"
|
||||
|
||||
|
@ -8061,7 +8061,7 @@ msgstr "&Napravi novu mapu"
|
|||
msgid "Message"
|
||||
msgstr "Poruka"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Da"
|
||||
|
||||
|
@ -8069,7 +8069,7 @@ msgstr "&Da"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Da za &sve"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Ne"
|
||||
|
||||
|
@ -8595,23 +8595,23 @@ msgstr "&Zatvori\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Sljedeće\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Prekini"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "Pokušaj &ponovo"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Zanemari"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "Pok&ušaj ponovo"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Nastavi"
|
||||
|
||||
|
|
20
po/hu.po
20
po/hu.po
|
@ -62,7 +62,7 @@ msgstr "Támogatási információ"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -146,7 +146,7 @@ msgstr "&Telepítés"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -325,7 +325,7 @@ msgstr "Tulajdonságok: %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Alkalmaz"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Súgó"
|
||||
|
||||
|
@ -8091,7 +8091,7 @@ msgstr "&Új mappa létrehozása"
|
|||
msgid "Message"
|
||||
msgstr "Üzenet"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Igen"
|
||||
|
||||
|
@ -8099,7 +8099,7 @@ msgstr "&Igen"
|
|||
msgid "Yes to &all"
|
||||
msgstr "&Összesre igen"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Nem"
|
||||
|
||||
|
@ -8635,23 +8635,23 @@ msgstr "&Bezárás\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "&Előre\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Leállítás"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Ismét"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Kihagyás"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Ismét"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Folytatás"
|
||||
|
||||
|
|
20
po/it.po
20
po/it.po
|
@ -67,7 +67,7 @@ msgstr "Informazioni di supporto"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -151,7 +151,7 @@ msgstr "&Installa"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -331,7 +331,7 @@ msgstr "Proprietà di %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Applica"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Aiuto"
|
||||
|
||||
|
@ -8159,7 +8159,7 @@ msgstr "&Nuova cartella"
|
|||
msgid "Message"
|
||||
msgstr "Messaggio"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Sì"
|
||||
|
||||
|
@ -8167,7 +8167,7 @@ msgstr "&Sì"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Sì a &tutti"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&No"
|
||||
|
||||
|
@ -8705,23 +8705,23 @@ msgstr "&Chiudi\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "&Prossimo\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Abbandona"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Riprova"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignora"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Riprova"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Continua"
|
||||
|
||||
|
|
20
po/ja.po
20
po/ja.po
|
@ -63,7 +63,7 @@ msgstr "サポート情報"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -145,7 +145,7 @@ msgstr "インストール(&I)"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -314,7 +314,7 @@ msgstr "%sのプロパティ"
|
|||
msgid "&Apply"
|
||||
msgstr "適用(&A)"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "ヘルプ"
|
||||
|
||||
|
@ -7999,7 +7999,7 @@ msgstr "新しいフォルダの作成(&M)"
|
|||
msgid "Message"
|
||||
msgstr "メッセージ"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "はい(&Y)"
|
||||
|
||||
|
@ -8007,7 +8007,7 @@ msgstr "はい(&Y)"
|
|||
msgid "Yes to &all"
|
||||
msgstr "すべてはい(&A)"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "いいえ(&N)"
|
||||
|
||||
|
@ -8534,23 +8534,23 @@ msgstr "閉じる(&C)\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "次のウィンドウ(&T)\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "中止(&A)"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "再試行(&R)"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "無視(&I)"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "再試行(&T)"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "続ける(&C)"
|
||||
|
||||
|
|
20
po/ko.po
20
po/ko.po
|
@ -61,7 +61,7 @@ msgstr "지원 정보"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -143,7 +143,7 @@ msgstr "설치(&I)"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -312,7 +312,7 @@ msgstr "%s 속성"
|
|||
msgid "&Apply"
|
||||
msgstr "적용(&A)"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "도움말"
|
||||
|
||||
|
@ -8060,7 +8060,7 @@ msgstr "새 폴더 만들기(&M)"
|
|||
msgid "Message"
|
||||
msgstr "메시지"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "예(&Y)"
|
||||
|
||||
|
@ -8068,7 +8068,7 @@ msgstr "예(&Y)"
|
|||
msgid "Yes to &all"
|
||||
msgstr "모두 예(&A)"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "아니오(&N)"
|
||||
|
||||
|
@ -8592,23 +8592,23 @@ msgstr "닫기(&C)\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "다음(&T)\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "중단(&A)"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "재시도(&R)"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "무시(&I)"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "다시 시도(&T)"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "계속(&C)"
|
||||
|
||||
|
|
20
po/lt.po
20
po/lt.po
|
@ -64,7 +64,7 @@ msgstr "Priežiūros informacija"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -146,7 +146,7 @@ msgstr "&Įdiegti"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -313,7 +313,7 @@ msgstr "%s savybės"
|
|||
msgid "&Apply"
|
||||
msgstr "&Vykdyti"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Žinynas"
|
||||
|
||||
|
@ -8008,7 +8008,7 @@ msgstr "&Kurti naują aplanką"
|
|||
msgid "Message"
|
||||
msgstr "Pranešimas"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Taip"
|
||||
|
||||
|
@ -8016,7 +8016,7 @@ msgstr "&Taip"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Taip &visiems"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Ne"
|
||||
|
||||
|
@ -8544,23 +8544,23 @@ msgstr "&Užverti\tVald+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Ki&tas\tVald+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "Nut&raukti"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Pakartoti"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "N&epaisyti"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Mėginti vėl"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "Tę&sti"
|
||||
|
||||
|
|
20
po/ml.po
20
po/ml.po
|
@ -58,7 +58,7 @@ msgstr ""
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -134,7 +134,7 @@ msgstr ""
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -292,7 +292,7 @@ msgstr "വി_വരം"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7876,7 +7876,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7884,7 +7884,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8380,24 +8380,24 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
#, fuzzy
|
||||
msgid "&Abort"
|
||||
msgstr "ക്ലോക്കിനെപ്പറ്റി _അറിയുക..."
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr ""
|
||||
|
||||
|
|
20
po/nb_NO.po
20
po/nb_NO.po
|
@ -63,7 +63,7 @@ msgstr "Støtteinformasjon"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -145,7 +145,7 @@ msgstr "&Installer"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -312,7 +312,7 @@ msgstr "Egenskaper for %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Bruk"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Hjelp"
|
||||
|
||||
|
@ -8078,7 +8078,7 @@ msgstr "Ny &mappe"
|
|||
msgid "Message"
|
||||
msgstr "Meldings"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Ja"
|
||||
|
||||
|
@ -8086,7 +8086,7 @@ msgstr "&Ja"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Ja til &alt"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Nei"
|
||||
|
||||
|
@ -8614,23 +8614,23 @@ msgstr "&Lukk\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Nes&e\tCtrl + F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Stopp"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "P&røv igjen"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorer"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "P&røv igjen"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Fortsett"
|
||||
|
||||
|
|
20
po/nl.po
20
po/nl.po
|
@ -62,7 +62,7 @@ msgstr "Ondersteuning"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -146,7 +146,7 @@ msgstr "&Installeren"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -314,7 +314,7 @@ msgstr "Eigenschappen voor %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Toepassen"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Help"
|
||||
|
||||
|
@ -8134,7 +8134,7 @@ msgstr "Nieuwe &map maken"
|
|||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Ja"
|
||||
|
||||
|
@ -8142,7 +8142,7 @@ msgstr "&Ja"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Ja op &alles"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Nee"
|
||||
|
||||
|
@ -8668,23 +8668,23 @@ msgstr "&Sluiten\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Volgende\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "A&fbreken"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "O&pnieuw"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "N&egeren"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "P&robeer opnieuw"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Verder"
|
||||
|
||||
|
|
20
po/or.po
20
po/or.po
|
@ -58,7 +58,7 @@ msgstr ""
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -134,7 +134,7 @@ msgstr ""
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -292,7 +292,7 @@ msgstr "ସୂଚନା (&o)"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7876,7 +7876,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7884,7 +7884,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8380,24 +8380,24 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
#, fuzzy
|
||||
msgid "&Abort"
|
||||
msgstr "ଘଡ଼ି ବିଷୟରେ (&A)..."
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr ""
|
||||
|
||||
|
|
20
po/pa.po
20
po/pa.po
|
@ -58,7 +58,7 @@ msgstr ""
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -134,7 +134,7 @@ msgstr ""
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -292,7 +292,7 @@ msgstr "ਜਾਣਕਾਰੀ(&o)"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7876,7 +7876,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7884,7 +7884,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8380,24 +8380,24 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
#, fuzzy
|
||||
msgid "&Abort"
|
||||
msgstr "ਘੜੀ ਬਾਰੇ(&A)..."
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr ""
|
||||
|
||||
|
|
20
po/pl.po
20
po/pl.po
|
@ -67,7 +67,7 @@ msgstr "Informacje o wsparciu"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -150,7 +150,7 @@ msgstr "Za&instaluj"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -318,7 +318,7 @@ msgstr "Właściwości dla %s"
|
|||
msgid "&Apply"
|
||||
msgstr "Z&astosuj"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Pomoc"
|
||||
|
||||
|
@ -8024,7 +8024,7 @@ msgstr "&Utwórz nowy katalog"
|
|||
msgid "Message"
|
||||
msgstr "Komunikat"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Tak"
|
||||
|
||||
|
@ -8032,7 +8032,7 @@ msgstr "&Tak"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Tak na &wszystkie"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Nie"
|
||||
|
||||
|
@ -8564,23 +8564,23 @@ msgstr "Zam&knij\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Nas&tępny\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Zaniechaj"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Ponów próbę"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignoruj"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Spróbuj ponownie"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Kontynuuj"
|
||||
|
||||
|
|
20
po/pt_BR.po
20
po/pt_BR.po
|
@ -62,7 +62,7 @@ msgstr "Informação de Suporte"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -145,7 +145,7 @@ msgstr "&Instalar"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -314,7 +314,7 @@ msgstr "Propriedades de %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Aplicar"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Ajuda"
|
||||
|
||||
|
@ -8024,7 +8024,7 @@ msgstr "&Criar nova pasta"
|
|||
msgid "Message"
|
||||
msgstr "Mensagem"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Sim"
|
||||
|
||||
|
@ -8032,7 +8032,7 @@ msgstr "&Sim"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Sim para &todos"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Não"
|
||||
|
||||
|
@ -8561,23 +8561,23 @@ msgstr "&Fechar\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "&Próximo\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Abortar"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Repetir"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorar"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Tente Novamente"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Continuar"
|
||||
|
||||
|
|
20
po/pt_PT.po
20
po/pt_PT.po
|
@ -62,7 +62,7 @@ msgstr "Informação de Suporte"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -145,7 +145,7 @@ msgstr "&Instalar"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -314,7 +314,7 @@ msgstr "Propriedades de %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Aplicar"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Ajuda"
|
||||
|
||||
|
@ -7998,7 +7998,7 @@ msgstr "&Criar nova pasta"
|
|||
msgid "Message"
|
||||
msgstr "Mensagem"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Sim"
|
||||
|
||||
|
@ -8006,7 +8006,7 @@ msgstr "&Sim"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Sim a &todos"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Não"
|
||||
|
||||
|
@ -8537,23 +8537,23 @@ msgstr "&Fechar\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "&Próximo\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Abortar"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Repetir"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorar"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Tente Novamente"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Continuar"
|
||||
|
||||
|
|
20
po/rm.po
20
po/rm.po
|
@ -62,7 +62,7 @@ msgstr "INFUORMAZIUN"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -139,7 +139,7 @@ msgstr "&Annotaziun..."
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -296,7 +296,7 @@ msgstr ""
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
#, fuzzy
|
||||
msgid "Help"
|
||||
msgstr "&Ag<41>d"
|
||||
|
@ -7931,7 +7931,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7939,7 +7939,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8443,24 +8443,24 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
#, fuzzy
|
||||
msgid "&Abort"
|
||||
msgstr "I&nfuormaziuns"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr ""
|
||||
|
||||
|
|
20
po/ro.po
20
po/ro.po
|
@ -62,7 +62,7 @@ msgstr "Informații de asistență"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -139,7 +139,7 @@ msgstr "&Instalează"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -298,7 +298,7 @@ msgstr "Proprietăți pentru %s"
|
|||
msgid "&Apply"
|
||||
msgstr "A&plică"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "&Ajutor"
|
||||
|
||||
|
@ -8254,7 +8254,7 @@ msgstr "&Creează un dosar nou"
|
|||
msgid "Message"
|
||||
msgstr "Mesaj"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Da"
|
||||
|
||||
|
@ -8262,7 +8262,7 @@ msgstr "&Da"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Da la &toate"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Nu"
|
||||
|
||||
|
@ -8808,23 +8808,23 @@ msgstr "&Închide\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Înain&te\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Anulează"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "R&eîncearcă"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignoră"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Încearcă din nou"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Continuă"
|
||||
|
||||
|
|
20
po/ru.po
20
po/ru.po
|
@ -63,7 +63,7 @@ msgstr "Сведения о поддержке"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -147,7 +147,7 @@ msgstr "&Установить"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -314,7 +314,7 @@ msgstr "Свойства %s"
|
|||
msgid "&Apply"
|
||||
msgstr "При&менить"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "&Справка"
|
||||
|
||||
|
@ -8015,7 +8015,7 @@ msgstr "Создать &новую папку"
|
|||
msgid "Message"
|
||||
msgstr "Сообщение"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Да"
|
||||
|
||||
|
@ -8023,7 +8023,7 @@ msgstr "&Да"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Да для &всех"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Нет"
|
||||
|
||||
|
@ -8548,23 +8548,23 @@ msgstr "&Закрыть\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "С&ледующее\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Отменить"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "По&втор"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Пропустить"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "По&вторить"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "П&родолжить"
|
||||
|
||||
|
|
20
po/sk.po
20
po/sk.po
|
@ -67,7 +67,7 @@ msgstr "Informácie o podpore"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -151,7 +151,7 @@ msgstr "&Inštalovať"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -331,7 +331,7 @@ msgstr "Vlastnosti pre %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Použiť"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Pomocník"
|
||||
|
||||
|
@ -8038,7 +8038,7 @@ msgstr "Vytvoriť nový adresár"
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "Án&o"
|
||||
|
||||
|
@ -8046,7 +8046,7 @@ msgstr "Án&o"
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Nie"
|
||||
|
||||
|
@ -8563,23 +8563,23 @@ msgstr "Za&tvoriť\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Prerušiť"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Skúsiť znova"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorovať"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr ""
|
||||
|
||||
|
|
20
po/sl.po
20
po/sl.po
|
@ -67,7 +67,7 @@ msgstr "Podporni podatki"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -150,7 +150,7 @@ msgstr "&Namesti"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -330,7 +330,7 @@ msgstr "Lastnosti %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Uporabi"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Pomoč"
|
||||
|
||||
|
@ -8147,7 +8147,7 @@ msgstr "Ustvari &novo mapo"
|
|||
msgid "Message"
|
||||
msgstr "Sporočilo"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Da"
|
||||
|
||||
|
@ -8155,7 +8155,7 @@ msgstr "&Da"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Da za &vse"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Ne"
|
||||
|
||||
|
@ -8690,23 +8690,23 @@ msgstr "&Zapri\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Na&prej\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "P&rekini"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "P&onovi"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "Pr&ezri"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "Poskusi &znova"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "Nada&ljuj"
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ msgstr "Подршка"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -144,7 +144,7 @@ msgstr "&Инсталирај"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -317,7 +317,7 @@ msgstr "Својства за %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Примени"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Помоћ"
|
||||
|
||||
|
@ -8355,7 +8355,7 @@ msgstr "&Направи нову фасциклу"
|
|||
msgid "Message"
|
||||
msgstr "Порука"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Да"
|
||||
|
||||
|
@ -8363,7 +8363,7 @@ msgstr "&Да"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Да за &све"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Не"
|
||||
|
||||
|
@ -8906,23 +8906,23 @@ msgstr "&Затвори\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Прекини"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "Покушај &поново"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Занемари"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "Пок&ушај поново"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Настави"
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ msgstr "Podrška"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -144,7 +144,7 @@ msgstr "&Instaliraj"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -322,7 +322,7 @@ msgstr "Svojstva za %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Primeni"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Pomoć"
|
||||
|
||||
|
@ -8456,7 +8456,7 @@ msgstr "&Napravi novu fasciklu"
|
|||
msgid "Message"
|
||||
msgstr "Poruka"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Da"
|
||||
|
||||
|
@ -8464,7 +8464,7 @@ msgstr "&Da"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Da za &sve"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Ne"
|
||||
|
||||
|
@ -9008,23 +9008,23 @@ msgstr "&Zatvori\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Prekini"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "Pokušaj &ponovo"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Zanemari"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "Pok&ušaj ponovo"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Nastavi"
|
||||
|
||||
|
|
20
po/sv.po
20
po/sv.po
|
@ -62,7 +62,7 @@ msgstr "Supportinformation"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -144,7 +144,7 @@ msgstr "&Installera"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -311,7 +311,7 @@ msgstr "Egenskaper för %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Verkställ"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Hjälp"
|
||||
|
||||
|
@ -7979,7 +7979,7 @@ msgstr "Ny &mapp"
|
|||
msgid "Message"
|
||||
msgstr "Meddelande"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Ja"
|
||||
|
||||
|
@ -7987,7 +7987,7 @@ msgstr "&Ja"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Ja till &allt"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Nej"
|
||||
|
||||
|
@ -8513,23 +8513,23 @@ msgstr "&Stäng\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "&Nästa\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Avbryt"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Försök igen"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Ignorera"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Försök igen"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "For&tsätt"
|
||||
|
||||
|
|
20
po/te.po
20
po/te.po
|
@ -58,7 +58,7 @@ msgstr ""
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -134,7 +134,7 @@ msgstr ""
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -292,7 +292,7 @@ msgstr "సమాచారము (&o)"
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7876,7 +7876,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7884,7 +7884,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8380,24 +8380,24 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
#, fuzzy
|
||||
msgid "&Abort"
|
||||
msgstr "గడియారం గురించి... (&A)"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr ""
|
||||
|
||||
|
|
20
po/th.po
20
po/th.po
|
@ -59,7 +59,7 @@ msgstr "รายละเอียด"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -138,7 +138,7 @@ msgstr ""
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -295,7 +295,7 @@ msgstr "คุณสมบัติของ %s"
|
|||
msgid "&Apply"
|
||||
msgstr "มีผลทันที"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "ช่วยเหลีอ"
|
||||
|
||||
|
@ -8037,7 +8037,7 @@ msgstr "สร้างไดเรกทอรีใหม่"
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8045,7 +8045,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
#, fuzzy
|
||||
msgid "&No"
|
||||
msgstr "ไม่ใช่"
|
||||
|
@ -8559,24 +8559,24 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
#, fuzzy
|
||||
msgid "&Abort"
|
||||
msgstr "เกี่ยวกับนาฬิกา..."
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
#, fuzzy
|
||||
msgid "&Continue"
|
||||
msgstr "เนื้อหา"
|
||||
|
|
20
po/tr.po
20
po/tr.po
|
@ -64,7 +64,7 @@ msgstr "Destek Bilgileri"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -146,7 +146,7 @@ msgstr "&Kur"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -314,7 +314,7 @@ msgstr "%s Özellikleri"
|
|||
msgid "&Apply"
|
||||
msgstr "&Uygula"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "Yardım"
|
||||
|
||||
|
@ -8071,7 +8071,7 @@ msgstr "&Yeni Klasör Oluştur"
|
|||
msgid "Message"
|
||||
msgstr "Mesaj"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Evet"
|
||||
|
||||
|
@ -8079,7 +8079,7 @@ msgstr "&Evet"
|
|||
msgid "Yes to &all"
|
||||
msgstr "T&ümüne evet"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Hayır"
|
||||
|
||||
|
@ -8607,23 +8607,23 @@ msgstr "&Kapat\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "İle&ri\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Vazgeç"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "&Yeniden Dene"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "Y&oksay"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Yeniden Dene"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "&Devam Et"
|
||||
|
||||
|
|
20
po/uk.po
20
po/uk.po
|
@ -61,7 +61,7 @@ msgstr "Дані підтримки"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -143,7 +143,7 @@ msgstr "&Встановити"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -309,7 +309,7 @@ msgstr "Властивості для %s"
|
|||
msgid "&Apply"
|
||||
msgstr "&Застосувати"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "&Довідка"
|
||||
|
||||
|
@ -8092,7 +8092,7 @@ msgstr "&Зробити нову теку"
|
|||
msgid "Message"
|
||||
msgstr "Повідомлення"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Так"
|
||||
|
||||
|
@ -8100,7 +8100,7 @@ msgstr "&Так"
|
|||
msgid "Yes to &all"
|
||||
msgstr "Так для &всіх"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Ні"
|
||||
|
||||
|
@ -8624,23 +8624,23 @@ msgstr "&Закрити\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "Нас&тупний\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "П&ерервати"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "По&втор"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Пропустити"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "&Ще спроба"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "П&родовжити"
|
||||
|
||||
|
|
20
po/wa.po
20
po/wa.po
|
@ -62,7 +62,7 @@ msgstr "Informåcion"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -141,7 +141,7 @@ msgstr "&Sicrîre..."
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -300,7 +300,7 @@ msgstr "&Propietés"
|
|||
msgid "&Apply"
|
||||
msgstr "&Mete èn Oûve"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7975,7 +7975,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "&Oyi"
|
||||
|
||||
|
@ -7983,7 +7983,7 @@ msgstr "&Oyi"
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "&Neni"
|
||||
|
||||
|
@ -8491,23 +8491,23 @@ msgstr "&Cloyu\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "&Rinoncî"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "Ri&peter"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "&Passer hute"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr ""
|
||||
|
||||
|
|
20
po/wine.pot
20
po/wine.pot
|
@ -54,7 +54,7 @@ msgstr ""
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -129,7 +129,7 @@ msgstr ""
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -285,7 +285,7 @@ msgstr ""
|
|||
msgid "&Apply"
|
||||
msgstr ""
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7822,7 +7822,7 @@ msgstr ""
|
|||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr ""
|
||||
|
||||
|
@ -7830,7 +7830,7 @@ msgstr ""
|
|||
msgid "Yes to &all"
|
||||
msgstr ""
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8325,23 +8325,23 @@ msgstr ""
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr ""
|
||||
|
||||
|
|
20
po/zh_CN.po
20
po/zh_CN.po
|
@ -57,7 +57,7 @@ msgstr "技术支持信息"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -136,7 +136,7 @@ msgstr "安装(&I)"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -296,7 +296,7 @@ msgstr "属性 %s"
|
|||
msgid "&Apply"
|
||||
msgstr "应用(&A)"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "帮助"
|
||||
|
||||
|
@ -7929,7 +7929,7 @@ msgstr "创建新文件夹 (&M)"
|
|||
msgid "Message"
|
||||
msgstr "消息"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "是(&Y)"
|
||||
|
||||
|
@ -7937,7 +7937,7 @@ msgstr "是(&Y)"
|
|||
msgid "Yes to &all"
|
||||
msgstr "全部选是 (&A)"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "否(&N)"
|
||||
|
||||
|
@ -8444,23 +8444,23 @@ msgstr "关闭(&N)\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr ""
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "中止(&A)"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "重试(&R)"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "忽略(&I)"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "再试(&T)"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "继续(&C)"
|
||||
|
||||
|
|
20
po/zh_TW.po
20
po/zh_TW.po
|
@ -60,7 +60,7 @@ msgstr "技術支援資訊"
|
|||
#: localui.rc:44 localui.rc:57 mpr.rc:49 msacm32.rc:53 mshtml.rc:47
|
||||
#: mshtml.rc:57 msvfw32.rc:36 oledlg.rc:62 oledlg.rc:94 serialui.rc:41
|
||||
#: setupapi.rc:59 shell32.rc:276 shell32.rc:300 shell32.rc:322 shell32.rc:340
|
||||
#: shlwapi.rc:44 user32.rc:80 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: shlwapi.rc:44 user32.rc:83 user32.rc:98 wininet.rc:51 wininet.rc:71
|
||||
#: winspool.rc:42 net.rc:47 notepad.rc:117 oleview.rc:162 oleview.rc:175
|
||||
#: progman.rc:106 progman.rc:124 progman.rc:142 progman.rc:158 progman.rc:180
|
||||
#: progman.rc:199 progman.rc:216 regedit.rc:247 regedit.rc:258 regedit.rc:271
|
||||
|
@ -140,7 +140,7 @@ msgstr "安裝(&I)"
|
|||
#: localui.rc:58 mpr.rc:50 msacm32.rc:54 mshtml.rc:48 mshtml.rc:58
|
||||
#: msvfw32.rc:37 oledlg.rc:63 oledlg.rc:95 serialui.rc:42 setupapi.rc:42
|
||||
#: setupapi.rc:60 shell32.rc:277 shell32.rc:301 shell32.rc:312 shell32.rc:341
|
||||
#: shlwapi.rc:45 user32.rc:81 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: shlwapi.rc:45 user32.rc:84 user32.rc:99 wininet.rc:52 wininet.rc:72
|
||||
#: winspool.rc:43 notepad.rc:118 oleview.rc:163 oleview.rc:176 progman.rc:107
|
||||
#: progman.rc:125 progman.rc:143 progman.rc:159 progman.rc:181 progman.rc:200
|
||||
#: progman.rc:217 regedit.rc:248 regedit.rc:259 regedit.rc:272 regedit.rc:288
|
||||
|
@ -301,7 +301,7 @@ msgstr "屬性 %s"
|
|||
msgid "&Apply"
|
||||
msgstr "套用(&A)"
|
||||
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:89
|
||||
#: comctl32.rc:58 comctl32.rc:72 comdlg32.rc:306 user32.rc:88
|
||||
msgid "Help"
|
||||
msgstr "說明"
|
||||
|
||||
|
@ -8015,7 +8015,7 @@ msgstr "建立新資料夾(&M)"
|
|||
msgid "Message"
|
||||
msgstr "訊息"
|
||||
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:85
|
||||
#: shell32.rc:309 shlwapi.rc:46 user32.rc:79
|
||||
msgid "&Yes"
|
||||
msgstr "是(&Y)"
|
||||
|
||||
|
@ -8023,7 +8023,7 @@ msgstr "是(&Y)"
|
|||
msgid "Yes to &all"
|
||||
msgstr "全部皆是(&A)"
|
||||
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:86
|
||||
#: shell32.rc:311 shlwapi.rc:47 user32.rc:80
|
||||
msgid "&No"
|
||||
msgstr "否(&N)"
|
||||
|
||||
|
@ -8544,23 +8544,23 @@ msgstr "關閉(&C)\tCtrl+F4"
|
|||
msgid "Nex&t\tCtrl+F6"
|
||||
msgstr "下一個(&T)\tCtrl+F6"
|
||||
|
||||
#: user32.rc:82
|
||||
#: user32.rc:81
|
||||
msgid "&Abort"
|
||||
msgstr "中止(&A)"
|
||||
|
||||
#: user32.rc:83
|
||||
#: user32.rc:82
|
||||
msgid "&Retry"
|
||||
msgstr "重試(&R)"
|
||||
|
||||
#: user32.rc:84
|
||||
#: user32.rc:85
|
||||
msgid "&Ignore"
|
||||
msgstr "忽略(&I)"
|
||||
|
||||
#: user32.rc:87
|
||||
#: user32.rc:86
|
||||
msgid "&Try Again"
|
||||
msgstr "再試(&T)"
|
||||
|
||||
#: user32.rc:88
|
||||
#: user32.rc:87
|
||||
msgid "&Continue"
|
||||
msgstr "繼續(&C)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue