Commit 6fc6cf69 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32: Don't translate the shell folder paths.

parent deffb92c
...@@ -196,54 +196,41 @@ the folder?" ...@@ -196,54 +196,41 @@ the folder?"
IDS_RUNDLG_BROWSE_FILTER_ALL "All files (*.*)" IDS_RUNDLG_BROWSE_FILTER_ALL "All files (*.*)"
/* shell folder path default values */ /* shell folder path default values */
IDS_PROGRAMS "Start Menu\\Programs" /* FIXME: Some will be unused until desktop.ini support is implemented */
IDS_PROGRAMS "Programs"
IDS_PERSONAL "My Documents" IDS_PERSONAL "My Documents"
IDS_FAVORITES "Favorites" IDS_FAVORITES "Favorites"
IDS_STARTUP "Start Menu\\Programs\\StartUp" IDS_STARTUP "StartUp"
IDS_RECENT "Recent"
IDS_SENDTO "SendTo"
IDS_STARTMENU "Start Menu" IDS_STARTMENU "Start Menu"
IDS_MYMUSIC "My Music" IDS_MYMUSIC "My Music"
IDS_MYVIDEOS "My Videos" IDS_MYVIDEOS "My Videos"
IDS_DESKTOPDIRECTORY "#msgctxt#directory#Desktop" IDS_DESKTOPDIRECTORY "#msgctxt#directory#Desktop"
IDS_NETHOOD "NetHood" IDS_NETHOOD "NetHood"
IDS_TEMPLATES "Templates" IDS_TEMPLATES "Templates"
IDS_APPDATA "Application Data"
IDS_PRINTHOOD "PrintHood" IDS_PRINTHOOD "PrintHood"
IDS_LOCAL_APPDATA "Local Settings\\Application Data" IDS_HISTORY "History"
IDS_INTERNET_CACHE "Local Settings\\Temporary Internet Files"
IDS_COOKIES "Cookies"
IDS_HISTORY "Local Settings\\History"
IDS_PROGRAM_FILES "Program Files" IDS_PROGRAM_FILES "Program Files"
IDS_PROGRAM_FILESX86 "Program Files (x86)" IDS_PROGRAM_FILESX86 "Program Files (x86)"
IDS_MYPICTURES "My Pictures" IDS_MYPICTURES "My Pictures"
IDS_PROGRAM_FILES_COMMON "Program Files\\Common Files" IDS_COMMON_FILES "Common Files"
IDS_PROGRAM_FILES_COMMONX86 "Program Files (x86)\\Common Files"
IDS_COMMON_DOCUMENTS "Documents" IDS_COMMON_DOCUMENTS "Documents"
IDS_ADMINTOOLS "Start Menu\\Programs\\Administrative Tools" IDS_ADMINTOOLS "Administrative Tools"
IDS_COMMON_MUSIC "Music" IDS_COMMON_MUSIC "Music"
IDS_COMMON_PICTURES "Pictures" IDS_COMMON_PICTURES "Pictures"
IDS_COMMON_VIDEOS "Videos" IDS_COMMON_VIDEOS "Videos"
IDS_CDBURN_AREA "Local Settings\\Application Data\\Microsoft\\CD Burning"
IDS_CONTACTS "Contacts" IDS_CONTACTS "Contacts"
IDS_LINKS "Links" IDS_LINKS "Links"
IDS_PHOTO_ALBUMS "Pictures\\Slide Shows" IDS_SLIDE_SHOWS "Slide Shows"
IDS_PLAYLISTS "Music\\Playlists" IDS_PLAYLISTS "Playlists"
IDS_PUBLIC_DOWNLOADS "Downloads" IDS_SAMPLE_MUSIC "Sample Music"
IDS_PUBLIC_GAME_TASKS "Microsoft\\Windows\\GameExplorer" IDS_SAMPLE_PICTURES "Sample Pictures"
IDS_PUBLIC_LIBRARIES "Microsoft\\Windows\\Libraries" IDS_SAMPLE_PLAYLISTS "Sample Playlists"
IDS_PUBLIC_RINGTONES "Microsoft\\Windows\\Ringtones" IDS_SAMPLE_VIDEOS "Sample Videos"
IDS_SAMPLE_MUSIC "Music\\Sample Music"
IDS_SAMPLE_PICTURES "Pictures\\Sample Pictures"
IDS_SAMPLE_PLAYLISTS "Music\\Sample Playlists"
IDS_SAMPLE_VIDEOS "Videos\\Sample Videos"
IDS_SAVED_GAMES "Saved Games" IDS_SAVED_GAMES "Saved Games"
IDS_SAVED_SEARCHES "Searches" IDS_SAVED_SEARCHES "Searches"
IDS_USER_PROFILES "Users" IDS_USER_PROFILES "Users"
IDS_COMMON_OEM_LINKS "OEM Links"
IDS_DOCUMENTS "Documents" IDS_DOCUMENTS "Documents"
IDS_DOWNLOADS "Downloads" IDS_DOWNLOADS "Downloads"
IDS_LOCAL_APPDATA_LOW "AppData\\LocalLow"
IDS_NEWFOLDER "New Folder" IDS_NEWFOLDER "New Folder"
......
...@@ -67,40 +67,27 @@ ...@@ -67,40 +67,27 @@
#define IDS_PERSONAL 46 #define IDS_PERSONAL 46
#define IDS_FAVORITES 47 #define IDS_FAVORITES 47
#define IDS_STARTUP 48 #define IDS_STARTUP 48
#define IDS_RECENT 49
#define IDS_SENDTO 50
#define IDS_STARTMENU 51 #define IDS_STARTMENU 51
#define IDS_MYMUSIC 52 #define IDS_MYMUSIC 52
#define IDS_MYVIDEOS 53 #define IDS_MYVIDEOS 53
#define IDS_DESKTOPDIRECTORY 54 #define IDS_DESKTOPDIRECTORY 54
#define IDS_NETHOOD 55 #define IDS_NETHOOD 55
#define IDS_TEMPLATES 56 #define IDS_TEMPLATES 56
#define IDS_APPDATA 57
#define IDS_PRINTHOOD 58 #define IDS_PRINTHOOD 58
#define IDS_LOCAL_APPDATA 59
#define IDS_INTERNET_CACHE 60
#define IDS_COOKIES 61
#define IDS_HISTORY 62 #define IDS_HISTORY 62
#define IDS_PROGRAM_FILES 63 #define IDS_PROGRAM_FILES 63
#define IDS_MYPICTURES 64 #define IDS_MYPICTURES 64
#define IDS_PROGRAM_FILES_COMMON 65 #define IDS_COMMON_FILES 65
#define IDS_COMMON_DOCUMENTS 66 #define IDS_COMMON_DOCUMENTS 66
#define IDS_ADMINTOOLS 67 #define IDS_ADMINTOOLS 67
#define IDS_COMMON_MUSIC 68 #define IDS_COMMON_MUSIC 68
#define IDS_COMMON_PICTURES 69 #define IDS_COMMON_PICTURES 69
#define IDS_COMMON_VIDEOS 70 #define IDS_COMMON_VIDEOS 70
#define IDS_CDBURN_AREA 71
#define IDS_PROGRAM_FILESX86 72 #define IDS_PROGRAM_FILESX86 72
#define IDS_PROGRAM_FILES_COMMONX86 73
#define IDS_CONTACTS 74 #define IDS_CONTACTS 74
#define IDS_LINKS 75 #define IDS_LINKS 75
#define IDS_PHOTO_ALBUMS 76 #define IDS_SLIDE_SHOWS 76
#define IDS_PICTURES_LIBRARY 77
#define IDS_PLAYLISTS 78 #define IDS_PLAYLISTS 78
#define IDS_PUBLIC_DOWNLOADS 79
#define IDS_PUBLIC_GAME_TASKS 84
#define IDS_PUBLIC_LIBRARIES 85
#define IDS_PUBLIC_RINGTONES 86
#define IDS_SAMPLE_MUSIC 87 #define IDS_SAMPLE_MUSIC 87
#define IDS_SAMPLE_PICTURES 88 #define IDS_SAMPLE_PICTURES 88
#define IDS_SAMPLE_PLAYLISTS 89 #define IDS_SAMPLE_PLAYLISTS 89
...@@ -108,10 +95,8 @@ ...@@ -108,10 +95,8 @@
#define IDS_SAVED_GAMES 91 #define IDS_SAVED_GAMES 91
#define IDS_SAVED_SEARCHES 92 #define IDS_SAVED_SEARCHES 92
#define IDS_USER_PROFILES 93 #define IDS_USER_PROFILES 93
#define IDS_COMMON_OEM_LINKS 94
#define IDS_DOCUMENTS 95 #define IDS_DOCUMENTS 95
#define IDS_DOWNLOADS 96 #define IDS_DOWNLOADS 96
#define IDS_LOCAL_APPDATA_LOW 97
#define IDS_CREATEFOLDER_DENIED 128 #define IDS_CREATEFOLDER_DENIED 128
#define IDS_CREATEFOLDER_CAPTION 129 #define IDS_CREATEFOLDER_CAPTION 129
......
...@@ -58,8 +58,8 @@ msgstr "معلومات" ...@@ -58,8 +58,8 @@ msgstr "معلومات"
#: credui.rc:49 cryptui.rc:260 cryptui.rc:272 cryptui.rc:362 dinput.rc:43 #: credui.rc:49 cryptui.rc:260 cryptui.rc:272 cryptui.rc:362 dinput.rc:43
#: ieframe.rc:93 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: ieframe.rc:93 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:273 shell32.rc:297 shell32.rc:319
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48 #: shell32.rc:337 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:114 oleview.rc:159 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:114 oleview.rc:159
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
...@@ -137,7 +137,7 @@ msgstr "" ...@@ -137,7 +137,7 @@ msgstr ""
#: dinput.rc:44 ieframe.rc:94 inetcpl.rc:78 localui.rc:42 localui.rc:55 #: dinput.rc:44 ieframe.rc:94 inetcpl.rc:78 localui.rc:42 localui.rc:55
#: mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 #: mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34
#: oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 #: oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57
#: shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351 shlwapi.rc:42 #: shell32.rc:274 shell32.rc:298 shell32.rc:309 shell32.rc:338 shlwapi.rc:42
#: user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69 winspool.rc:40 #: user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69 winspool.rc:40
#: notepad.rc:115 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 #: notepad.rc:115 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 #: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
...@@ -173,7 +173,7 @@ msgstr "" ...@@ -173,7 +173,7 @@ msgstr ""
msgid "Not specified" msgid "Not specified"
msgstr "" msgstr ""
#: appwiz.rc:35 shell32.rc:141 shell32.rc:251 regedit.rc:122 winefile.rc:110 #: appwiz.rc:35 shell32.rc:141 shell32.rc:238 regedit.rc:122 winefile.rc:110
msgid "Name" msgid "Name"
msgstr "" msgstr ""
...@@ -2521,7 +2521,7 @@ msgstr "" ...@@ -2521,7 +2521,7 @@ msgstr ""
msgid "Friendly name" msgid "Friendly name"
msgstr "" msgstr ""
#: cryptui.rc:62 shell32.rc:252 ipconfig.rc:41 #: cryptui.rc:62 shell32.rc:239 ipconfig.rc:41
msgid "Description" msgid "Description"
msgstr "" msgstr ""
...@@ -7688,63 +7688,63 @@ msgstr "ا&خرج" ...@@ -7688,63 +7688,63 @@ msgstr "ا&خرج"
msgid "&About Control Panel" msgid "&About Control Panel"
msgstr "&عن لوح الملاحظات" msgstr "&عن لوح الملاحظات"
#: shell32.rc:283 shell32.rc:298 #: shell32.rc:270 shell32.rc:285
msgid "Browse for Folder" msgid "Browse for Folder"
msgstr "" msgstr ""
#: shell32.rc:303 #: shell32.rc:290
msgid "Folder:" msgid "Folder:"
msgstr "" msgstr ""
#: shell32.rc:309 #: shell32.rc:296
msgid "&Make New Folder" msgid "&Make New Folder"
msgstr "" msgstr ""
#: shell32.rc:316 #: shell32.rc:303
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82 #: shell32.rc:306 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
#: shell32.rc:320 #: shell32.rc:307
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83 #: shell32.rc:308 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "" msgstr ""
#: shell32.rc:329 #: shell32.rc:316
#, fuzzy #, fuzzy
msgid "About %s" msgid "About %s"
msgstr "&عن لوح الملاحظات" msgstr "&عن لوح الملاحظات"
#: shell32.rc:333 #: shell32.rc:320
msgid "Wine &license" msgid "Wine &license"
msgstr "" msgstr ""
#: shell32.rc:338 #: shell32.rc:325
msgid "Running on %s" msgid "Running on %s"
msgstr "" msgstr ""
#: shell32.rc:339 #: shell32.rc:326
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:347 #: shell32.rc:334
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:335
#, fuzzy #, fuzzy
msgid "&Open:" msgid "&Open:"
msgstr "ا&فتح...\tCtrl+O" msgstr "ا&فتح...\tCtrl+O"
#: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:234 #: shell32.rc:339 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:234
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "" msgstr ""
...@@ -7825,143 +7825,108 @@ msgstr "" ...@@ -7825,143 +7825,108 @@ msgstr ""
msgid "Do you want to shutdown your Wine session?" msgid "Do you want to shutdown your Wine session?"
msgstr "" msgstr ""
#: shell32.rc:199 #: shell32.rc:200 progman.rc:80
msgid "Start Menu\\Programs" msgid "Programs"
msgstr ""
#: shell32.rc:200
msgid "My Documents"
msgstr "" msgstr ""
#: shell32.rc:201 #: shell32.rc:201
msgid "Favorites" msgid "My Documents"
msgstr "" msgstr ""
#: shell32.rc:202 #: shell32.rc:202
msgid "Start Menu\\Programs\\StartUp" msgid "Favorites"
msgstr "" msgstr ""
#: shell32.rc:203 #: shell32.rc:203
msgid "Recent" msgid "StartUp"
msgstr "" msgstr ""
#: shell32.rc:204 #: shell32.rc:204
msgid "SendTo"
msgstr ""
#: shell32.rc:205
msgid "Start Menu" msgid "Start Menu"
msgstr "" msgstr ""
#: shell32.rc:206 #: shell32.rc:205
msgid "My Music" msgid "My Music"
msgstr "" msgstr ""
#: shell32.rc:207 #: shell32.rc:206
msgid "My Videos" msgid "My Videos"
msgstr "" msgstr ""
#: shell32.rc:208 #: shell32.rc:207
msgctxt "directory" msgctxt "directory"
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: shell32.rc:209 #: shell32.rc:208
msgid "NetHood" msgid "NetHood"
msgstr "" msgstr ""
#: shell32.rc:210 #: shell32.rc:209
msgid "Templates" msgid "Templates"
msgstr "" msgstr ""
#: shell32.rc:211 #: shell32.rc:210
msgid "Application Data"
msgstr ""
#: shell32.rc:212
msgid "PrintHood" msgid "PrintHood"
msgstr "" msgstr ""
#: shell32.rc:213 #: shell32.rc:211 winhlp32.rc:45
msgid "Local Settings\\Application Data" msgid "History"
msgstr ""
#: shell32.rc:214
msgid "Local Settings\\Temporary Internet Files"
msgstr ""
#: shell32.rc:215
msgid "Cookies"
msgstr ""
#: shell32.rc:216
msgid "Local Settings\\History"
msgstr "" msgstr ""
#: shell32.rc:217 #: shell32.rc:212
msgid "Program Files" msgid "Program Files"
msgstr "" msgstr ""
#: shell32.rc:219 #: shell32.rc:214
#, fuzzy #, fuzzy
msgid "My Pictures" msgid "My Pictures"
msgstr "احفظ &ك‍..." msgstr "احفظ &ك‍..."
#: shell32.rc:220 #: shell32.rc:215
msgid "Program Files\\Common Files" #, fuzzy
msgstr "" msgid "Common Files"
msgstr "الم&حتويات"
#: shell32.rc:222 shell32.rc:147 shell32.rc:244 #: shell32.rc:216 shell32.rc:147 shell32.rc:232
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#: shell32.rc:223 #: shell32.rc:217
msgid "Start Menu\\Programs\\Administrative Tools" msgid "Administrative Tools"
msgstr "" msgstr ""
#: shell32.rc:224 #: shell32.rc:218
msgid "Music" msgid "Music"
msgstr "" msgstr ""
#: shell32.rc:225 #: shell32.rc:219
msgid "Pictures" msgid "Pictures"
msgstr "" msgstr ""
#: shell32.rc:226 #: shell32.rc:220
msgid "Videos" msgid "Videos"
msgstr "" msgstr ""
#: shell32.rc:227 #: shell32.rc:213
msgid "Local Settings\\Application Data\\Microsoft\\CD Burning"
msgstr ""
#: shell32.rc:218
msgid "Program Files (x86)" msgid "Program Files (x86)"
msgstr "" msgstr ""
#: shell32.rc:221 #: shell32.rc:221
msgid "Program Files (x86)\\Common Files"
msgstr ""
#: shell32.rc:228
#, fuzzy #, fuzzy
msgid "Contacts" msgid "Contacts"
msgstr "الم&حتويات" msgstr "الم&حتويات"
#: shell32.rc:229 winefile.rc:116 #: shell32.rc:222 winefile.rc:116
msgid "Links" msgid "Links"
msgstr "" msgstr ""
#: shell32.rc:230 #: shell32.rc:223
msgid "Pictures\\Slide Shows" msgid "Slide Shows"
msgstr ""
#: shell32.rc:231
msgid "Music\\Playlists"
msgstr "" msgstr ""
#: shell32.rc:232 shell32.rc:245 #: shell32.rc:224
msgid "Downloads" msgid "Playlists"
msgstr "" msgstr ""
#: shell32.rc:148 taskmgr.rc:326 #: shell32.rc:148 taskmgr.rc:326
...@@ -7977,54 +7942,40 @@ msgstr "معلومات" ...@@ -7977,54 +7942,40 @@ msgstr "معلومات"
msgid "Model" msgid "Model"
msgstr "" msgstr ""
#: shell32.rc:233 #: shell32.rc:225
msgid "Microsoft\\Windows\\GameExplorer" msgid "Sample Music"
msgstr ""
#: shell32.rc:234
msgid "Microsoft\\Windows\\Libraries"
msgstr ""
#: shell32.rc:235
msgid "Microsoft\\Windows\\Ringtones"
msgstr ""
#: shell32.rc:236
msgid "Music\\Sample Music"
msgstr "" msgstr ""
#: shell32.rc:237 #: shell32.rc:226
msgid "Pictures\\Sample Pictures" #, fuzzy
msgstr "" msgid "Sample Pictures"
msgstr "احفظ &ك‍..."
#: shell32.rc:238 #: shell32.rc:227
msgid "Music\\Sample Playlists" msgid "Sample Playlists"
msgstr "" msgstr ""
#: shell32.rc:239 #: shell32.rc:228
msgid "Videos\\Sample Videos" #, fuzzy
msgstr "" msgid "Sample Videos"
msgstr "احفظ &ك‍..."
#: shell32.rc:240 #: shell32.rc:229
#, fuzzy #, fuzzy
msgid "Saved Games" msgid "Saved Games"
msgstr "احفظ &ك‍..." msgstr "احفظ &ك‍..."
#: shell32.rc:241 #: shell32.rc:230
#, fuzzy #, fuzzy
msgid "Searches" msgid "Searches"
msgstr "&مساعدة" msgstr "&مساعدة"
#: shell32.rc:242 #: shell32.rc:231
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: shell32.rc:243 #: shell32.rc:233
msgid "OEM Links" msgid "Downloads"
msgstr ""
#: shell32.rc:246
msgid "AppData\\LocalLow"
msgstr "" msgstr ""
#: shell32.rc:166 #: shell32.rc:166
...@@ -8092,11 +8043,11 @@ msgid "" ...@@ -8092,11 +8043,11 @@ msgid ""
"the folder?" "the folder?"
msgstr "" msgstr ""
#: shell32.rc:248 #: shell32.rc:235
msgid "New Folder" msgid "New Folder"
msgstr "" msgstr ""
#: shell32.rc:250 #: shell32.rc:237
msgid "Wine Control Panel" msgid "Wine Control Panel"
msgstr "" msgstr ""
...@@ -8113,23 +8064,23 @@ msgstr "" ...@@ -8113,23 +8064,23 @@ msgstr ""
msgid "Executable files (*.exe)" msgid "Executable files (*.exe)"
msgstr "ملفات النصوص (*.txt)" msgstr "ملفات النصوص (*.txt)"
#: shell32.rc:254 #: shell32.rc:241
msgid "There is no Windows program configured to open this type of file." msgid "There is no Windows program configured to open this type of file."
msgstr "" msgstr ""
#: shell32.rc:256 #: shell32.rc:243
msgid "Are you sure you wish to permanently delete '%1'?" msgid "Are you sure you wish to permanently delete '%1'?"
msgstr "" msgstr ""
#: shell32.rc:257 #: shell32.rc:244
msgid "Are you sure you wish to permanently delete these %1 items?" msgid "Are you sure you wish to permanently delete these %1 items?"
msgstr "" msgstr ""
#: shell32.rc:258 #: shell32.rc:245
msgid "Confirm deletion" msgid "Confirm deletion"
msgstr "" msgstr ""
#: shell32.rc:259 #: shell32.rc:246
#, fuzzy #, fuzzy
msgid "" msgid ""
"A file already exists at the path %1.\n" "A file already exists at the path %1.\n"
...@@ -8140,7 +8091,7 @@ msgstr "" ...@@ -8140,7 +8091,7 @@ msgstr ""
"\n" "\n"
"أتريد إنشاء ملف جديد؟" "أتريد إنشاء ملف جديد؟"
#: shell32.rc:260 #: shell32.rc:247
#, fuzzy #, fuzzy
msgid "" msgid ""
"A folder already exists at the path %1.\n" "A folder already exists at the path %1.\n"
...@@ -8151,11 +8102,11 @@ msgstr "" ...@@ -8151,11 +8102,11 @@ msgstr ""
"\n" "\n"
"أتريد إنشاء ملف جديد؟" "أتريد إنشاء ملف جديد؟"
#: shell32.rc:261 #: shell32.rc:248
msgid "Confirm overwrite" msgid "Confirm overwrite"
msgstr "" msgstr ""
#: shell32.rc:278 #: shell32.rc:265
msgid "" msgid ""
"Wine is free software; you can redistribute it and/or modify it under the " "Wine is free software; you can redistribute it and/or modify it under the "
"terms of the GNU Lesser General Public License as published by the Free " "terms of the GNU Lesser General Public License as published by the Free "
...@@ -8172,7 +8123,7 @@ msgid "" ...@@ -8172,7 +8123,7 @@ msgid ""
"Franklin St, Fifth Floor, Boston, MA 02110-1301, USA." "Franklin St, Fifth Floor, Boston, MA 02110-1301, USA."
msgstr "" msgstr ""
#: shell32.rc:266 #: shell32.rc:253
msgid "Wine License" msgid "Wine License"
msgstr "" msgstr ""
...@@ -10601,10 +10552,6 @@ msgstr "" ...@@ -10601,10 +10552,6 @@ msgstr ""
msgid "Save group as `%s to prevent overwriting original files." msgid "Save group as `%s to prevent overwriting original files."
msgstr "" msgstr ""
#: progman.rc:80
msgid "Programs"
msgstr ""
#: progman.rc:81 #: progman.rc:81
msgid "Libraries (*.dll)" msgid "Libraries (*.dll)"
msgstr "" msgstr ""
...@@ -13165,10 +13112,6 @@ msgstr "" ...@@ -13165,10 +13112,6 @@ msgstr ""
msgid "&Define..." msgid "&Define..."
msgstr "" msgstr ""
#: winhlp32.rc:45
msgid "History"
msgstr ""
#: winhlp32.rc:46 winhlp32.rc:67 #: winhlp32.rc:46 winhlp32.rc:67
#, fuzzy #, fuzzy
msgid "Fonts" msgid "Fonts"
......
...@@ -57,8 +57,8 @@ msgstr "" ...@@ -57,8 +57,8 @@ msgstr ""
#: credui.rc:49 cryptui.rc:260 cryptui.rc:272 cryptui.rc:362 dinput.rc:43 #: credui.rc:49 cryptui.rc:260 cryptui.rc:272 cryptui.rc:362 dinput.rc:43
#: ieframe.rc:93 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: ieframe.rc:93 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:273 shell32.rc:297 shell32.rc:319
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48 #: shell32.rc:337 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:114 oleview.rc:159 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:114 oleview.rc:159
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
...@@ -137,7 +137,7 @@ msgstr "" ...@@ -137,7 +137,7 @@ msgstr ""
#: dinput.rc:44 ieframe.rc:94 inetcpl.rc:78 localui.rc:42 localui.rc:55 #: dinput.rc:44 ieframe.rc:94 inetcpl.rc:78 localui.rc:42 localui.rc:55
#: mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 #: mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34
#: oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 #: oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57
#: shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351 shlwapi.rc:42 #: shell32.rc:274 shell32.rc:298 shell32.rc:309 shell32.rc:338 shlwapi.rc:42
#: user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69 winspool.rc:40 #: user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69 winspool.rc:40
#: notepad.rc:115 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 #: notepad.rc:115 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 #: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
...@@ -174,7 +174,7 @@ msgstr "" ...@@ -174,7 +174,7 @@ msgstr ""
msgid "Not specified" msgid "Not specified"
msgstr "" msgstr ""
#: appwiz.rc:35 shell32.rc:141 shell32.rc:251 regedit.rc:122 winefile.rc:110 #: appwiz.rc:35 shell32.rc:141 shell32.rc:238 regedit.rc:122 winefile.rc:110
msgid "Name" msgid "Name"
msgstr "" msgstr ""
...@@ -2479,7 +2479,7 @@ msgstr "" ...@@ -2479,7 +2479,7 @@ msgstr ""
msgid "Friendly name" msgid "Friendly name"
msgstr "" msgstr ""
#: cryptui.rc:62 shell32.rc:252 ipconfig.rc:41 #: cryptui.rc:62 shell32.rc:239 ipconfig.rc:41
msgid "Description" msgid "Description"
msgstr "" msgstr ""
...@@ -7687,63 +7687,63 @@ msgstr "" ...@@ -7687,63 +7687,63 @@ msgstr ""
msgid "&About Control Panel" msgid "&About Control Panel"
msgstr "" msgstr ""
#: shell32.rc:283 shell32.rc:298 #: shell32.rc:270 shell32.rc:285
msgid "Browse for Folder" msgid "Browse for Folder"
msgstr "" msgstr ""
#: shell32.rc:303 #: shell32.rc:290
msgid "Folder:" msgid "Folder:"
msgstr "" msgstr ""
#: shell32.rc:309 #: shell32.rc:296
#, fuzzy #, fuzzy
msgid "&Make New Folder" msgid "&Make New Folder"
msgstr "Δημιουργία νέου καταλόγου" msgstr "Δημιουργία νέου καταλόγου"
#: shell32.rc:316 #: shell32.rc:303
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82 #: shell32.rc:306 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
#: shell32.rc:320 #: shell32.rc:307
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83 #: shell32.rc:308 shlwapi.rc:44 user32.rc:83
#, fuzzy #, fuzzy
msgid "&No" msgid "&No"
msgstr "όχι" msgstr "όχι"
#: shell32.rc:329 #: shell32.rc:316
msgid "About %s" msgid "About %s"
msgstr "" msgstr ""
#: shell32.rc:333 #: shell32.rc:320
msgid "Wine &license" msgid "Wine &license"
msgstr "" msgstr ""
#: shell32.rc:338 #: shell32.rc:325
msgid "Running on %s" msgid "Running on %s"
msgstr "" msgstr ""
#: shell32.rc:339 #: shell32.rc:326
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:347 #: shell32.rc:334
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:335
msgid "&Open:" msgid "&Open:"
msgstr "" msgstr ""
#: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:234 #: shell32.rc:339 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:234
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "" msgstr ""
...@@ -7823,146 +7823,110 @@ msgstr "" ...@@ -7823,146 +7823,110 @@ msgstr ""
msgid "Do you want to shutdown your Wine session?" msgid "Do you want to shutdown your Wine session?"
msgstr "" msgstr ""
#: shell32.rc:199 #: shell32.rc:200 progman.rc:80
msgid "Start Menu\\Programs" msgid "Programs"
msgstr "" msgstr ""
#: shell32.rc:200 #: shell32.rc:201
msgid "My Documents" msgid "My Documents"
msgstr "Τα Έγγραφά μου" msgstr "Τα Έγγραφά μου"
#: shell32.rc:201 #: shell32.rc:202
#, fuzzy #, fuzzy
msgid "Favorites" msgid "Favorites"
msgstr "Α&γαπημένα" msgstr "Α&γαπημένα"
#: shell32.rc:202
msgid "Start Menu\\Programs\\StartUp"
msgstr ""
#: shell32.rc:203 #: shell32.rc:203
msgid "Recent" msgid "StartUp"
msgstr "" msgstr ""
#: shell32.rc:204 #: shell32.rc:204
msgid "SendTo"
msgstr ""
#: shell32.rc:205
msgid "Start Menu" msgid "Start Menu"
msgstr "" msgstr ""
#: shell32.rc:206 #: shell32.rc:205
msgid "My Music" msgid "My Music"
msgstr "" msgstr ""
#: shell32.rc:207 #: shell32.rc:206
msgid "My Videos" msgid "My Videos"
msgstr "" msgstr ""
#: shell32.rc:208 #: shell32.rc:207
#, fuzzy #, fuzzy
msgctxt "directory" msgctxt "directory"
msgid "Desktop" msgid "Desktop"
msgstr "Επιφάνεια Εργασίας" msgstr "Επιφάνεια Εργασίας"
#: shell32.rc:209 #: shell32.rc:208
msgid "NetHood" msgid "NetHood"
msgstr "" msgstr ""
#: shell32.rc:210 #: shell32.rc:209
msgid "Templates" msgid "Templates"
msgstr "" msgstr ""
#: shell32.rc:211 #: shell32.rc:210
#, fuzzy
msgid "Application Data"
msgstr "Επιλογές"
#: shell32.rc:212
#, fuzzy #, fuzzy
msgid "PrintHood" msgid "PrintHood"
msgstr "Εκτύπωση" msgstr "Εκτύπωση"
#: shell32.rc:213 #: shell32.rc:211 winhlp32.rc:45
msgid "Local Settings\\Application Data" msgid "History"
msgstr ""
#: shell32.rc:214
msgid "Local Settings\\Temporary Internet Files"
msgstr ""
#: shell32.rc:215
msgid "Cookies"
msgstr ""
#: shell32.rc:216
msgid "Local Settings\\History"
msgstr "" msgstr ""
#: shell32.rc:217 #: shell32.rc:212
msgid "Program Files" msgid "Program Files"
msgstr "" msgstr ""
#: shell32.rc:219 #: shell32.rc:214
msgid "My Pictures" msgid "My Pictures"
msgstr "" msgstr ""
#: shell32.rc:220 #: shell32.rc:215
msgid "Program Files\\Common Files" #, fuzzy
msgstr "" msgid "Common Files"
msgstr "Μη έγγυρος(οι) χαρακτήρας(ες) στο μονοπάτι"
#: shell32.rc:222 shell32.rc:147 shell32.rc:244 #: shell32.rc:216 shell32.rc:147 shell32.rc:232
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#: shell32.rc:223 #: shell32.rc:217
msgid "Start Menu\\Programs\\Administrative Tools" msgid "Administrative Tools"
msgstr "" msgstr ""
#: shell32.rc:224 #: shell32.rc:218
msgid "Music" msgid "Music"
msgstr "" msgstr ""
#: shell32.rc:225 #: shell32.rc:219
msgid "Pictures" msgid "Pictures"
msgstr "" msgstr ""
#: shell32.rc:226 #: shell32.rc:220
msgid "Videos" msgid "Videos"
msgstr "" msgstr ""
#: shell32.rc:227 #: shell32.rc:213
msgid "Local Settings\\Application Data\\Microsoft\\CD Burning"
msgstr ""
#: shell32.rc:218
msgid "Program Files (x86)" msgid "Program Files (x86)"
msgstr "" msgstr ""
#: shell32.rc:221 #: shell32.rc:221
msgid "Program Files (x86)\\Common Files"
msgstr ""
#: shell32.rc:228
#, fuzzy #, fuzzy
msgid "Contacts" msgid "Contacts"
msgstr "&Περιεχόμενα" msgstr "&Περιεχόμενα"
#: shell32.rc:229 winefile.rc:116 #: shell32.rc:222 winefile.rc:116
msgid "Links" msgid "Links"
msgstr "" msgstr ""
#: shell32.rc:230 #: shell32.rc:223
msgid "Pictures\\Slide Shows" msgid "Slide Shows"
msgstr ""
#: shell32.rc:231
msgid "Music\\Playlists"
msgstr "" msgstr ""
#: shell32.rc:232 shell32.rc:245 #: shell32.rc:224
msgid "Downloads" msgid "Playlists"
msgstr "" msgstr ""
#: shell32.rc:148 taskmgr.rc:326 #: shell32.rc:148 taskmgr.rc:326
...@@ -7978,53 +7942,39 @@ msgstr "Επιλογές" ...@@ -7978,53 +7942,39 @@ msgstr "Επιλογές"
msgid "Model" msgid "Model"
msgstr "" msgstr ""
#: shell32.rc:233 #: shell32.rc:225
msgid "Microsoft\\Windows\\GameExplorer" #, fuzzy
msgstr "" msgid "Sample Music"
msgstr "Δείγμα"
#: shell32.rc:234
msgid "Microsoft\\Windows\\Libraries"
msgstr ""
#: shell32.rc:235
msgid "Microsoft\\Windows\\Ringtones"
msgstr ""
#: shell32.rc:236
msgid "Music\\Sample Music"
msgstr ""
#: shell32.rc:237 #: shell32.rc:226
msgid "Pictures\\Sample Pictures" msgid "Sample Pictures"
msgstr "" msgstr ""
#: shell32.rc:238 #: shell32.rc:227
msgid "Music\\Sample Playlists" msgid "Sample Playlists"
msgstr "" msgstr ""
#: shell32.rc:239 #: shell32.rc:228
msgid "Videos\\Sample Videos" #, fuzzy
msgstr "" msgid "Sample Videos"
msgstr "Δείγμα"
#: shell32.rc:240 #: shell32.rc:229
msgid "Saved Games" msgid "Saved Games"
msgstr "" msgstr ""
#: shell32.rc:241 #: shell32.rc:230
#, fuzzy #, fuzzy
msgid "Searches" msgid "Searches"
msgstr "&Αναζήτηση" msgstr "&Αναζήτηση"
#: shell32.rc:242 #: shell32.rc:231
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: shell32.rc:243 #: shell32.rc:233
msgid "OEM Links" msgid "Downloads"
msgstr ""
#: shell32.rc:246
msgid "AppData\\LocalLow"
msgstr "" msgstr ""
#: shell32.rc:166 #: shell32.rc:166
...@@ -8092,11 +8042,11 @@ msgid "" ...@@ -8092,11 +8042,11 @@ msgid ""
"the folder?" "the folder?"
msgstr "" msgstr ""
#: shell32.rc:248 #: shell32.rc:235
msgid "New Folder" msgid "New Folder"
msgstr "" msgstr ""
#: shell32.rc:250 #: shell32.rc:237
msgid "Wine Control Panel" msgid "Wine Control Panel"
msgstr "" msgstr ""
...@@ -8112,23 +8062,23 @@ msgstr "" ...@@ -8112,23 +8062,23 @@ msgstr ""
msgid "Executable files (*.exe)" msgid "Executable files (*.exe)"
msgstr "" msgstr ""
#: shell32.rc:254 #: shell32.rc:241
msgid "There is no Windows program configured to open this type of file." msgid "There is no Windows program configured to open this type of file."
msgstr "" msgstr ""
#: shell32.rc:256 #: shell32.rc:243
msgid "Are you sure you wish to permanently delete '%1'?" msgid "Are you sure you wish to permanently delete '%1'?"
msgstr "" msgstr ""
#: shell32.rc:257 #: shell32.rc:244
msgid "Are you sure you wish to permanently delete these %1 items?" msgid "Are you sure you wish to permanently delete these %1 items?"
msgstr "" msgstr ""
#: shell32.rc:258 #: shell32.rc:245
msgid "Confirm deletion" msgid "Confirm deletion"
msgstr "" msgstr ""
#: shell32.rc:259 #: shell32.rc:246
#, fuzzy #, fuzzy
msgid "" msgid ""
"A file already exists at the path %1.\n" "A file already exists at the path %1.\n"
...@@ -8138,7 +8088,7 @@ msgstr "" ...@@ -8138,7 +8088,7 @@ msgstr ""
"Το αρχείο υπάρχει ήδη.\n" "Το αρχείο υπάρχει ήδη.\n"
"Θέλετε να το αντικαταστήσετε;" "Θέλετε να το αντικαταστήσετε;"
#: shell32.rc:260 #: shell32.rc:247
#, fuzzy #, fuzzy
msgid "" msgid ""
"A folder already exists at the path %1.\n" "A folder already exists at the path %1.\n"
...@@ -8148,11 +8098,11 @@ msgstr "" ...@@ -8148,11 +8098,11 @@ msgstr ""
"Το αρχείο υπάρχει ήδη.\n" "Το αρχείο υπάρχει ήδη.\n"
"Θέλετε να το αντικαταστήσετε;" "Θέλετε να το αντικαταστήσετε;"
#: shell32.rc:261 #: shell32.rc:248
msgid "Confirm overwrite" msgid "Confirm overwrite"
msgstr "" msgstr ""
#: shell32.rc:278 #: shell32.rc:265
msgid "" msgid ""
"Wine is free software; you can redistribute it and/or modify it under the " "Wine is free software; you can redistribute it and/or modify it under the "
"terms of the GNU Lesser General Public License as published by the Free " "terms of the GNU Lesser General Public License as published by the Free "
...@@ -8169,7 +8119,7 @@ msgid "" ...@@ -8169,7 +8119,7 @@ msgid ""
"Franklin St, Fifth Floor, Boston, MA 02110-1301, USA." "Franklin St, Fifth Floor, Boston, MA 02110-1301, USA."
msgstr "" msgstr ""
#: shell32.rc:266 #: shell32.rc:253
msgid "Wine License" msgid "Wine License"
msgstr "" msgstr ""
...@@ -10581,10 +10531,6 @@ msgstr "" ...@@ -10581,10 +10531,6 @@ msgstr ""
msgid "Save group as `%s to prevent overwriting original files." msgid "Save group as `%s to prevent overwriting original files."
msgstr "" msgstr ""
#: progman.rc:80
msgid "Programs"
msgstr ""
#: progman.rc:81 #: progman.rc:81
msgid "Libraries (*.dll)" msgid "Libraries (*.dll)"
msgstr "" msgstr ""
...@@ -13120,10 +13066,6 @@ msgstr "" ...@@ -13120,10 +13066,6 @@ msgstr ""
msgid "&Define..." msgid "&Define..."
msgstr "" msgstr ""
#: winhlp32.rc:45
msgid "History"
msgstr ""
#: winhlp32.rc:46 winhlp32.rc:67 #: winhlp32.rc:46 winhlp32.rc:67
msgid "Fonts" msgid "Fonts"
msgstr "Γραμματοσειρές" msgstr "Γραμματοσειρές"
......
...@@ -56,8 +56,8 @@ msgstr "Support Information" ...@@ -56,8 +56,8 @@ msgstr "Support Information"
#: credui.rc:49 cryptui.rc:260 cryptui.rc:272 cryptui.rc:362 dinput.rc:43 #: credui.rc:49 cryptui.rc:260 cryptui.rc:272 cryptui.rc:362 dinput.rc:43
#: ieframe.rc:93 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: ieframe.rc:93 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:273 shell32.rc:297 shell32.rc:319
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48 #: shell32.rc:337 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:114 oleview.rc:159 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:114 oleview.rc:159
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
...@@ -132,7 +132,7 @@ msgstr "&Install" ...@@ -132,7 +132,7 @@ msgstr "&Install"
#: dinput.rc:44 ieframe.rc:94 inetcpl.rc:78 localui.rc:42 localui.rc:55 #: dinput.rc:44 ieframe.rc:94 inetcpl.rc:78 localui.rc:42 localui.rc:55
#: mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 #: mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34
#: oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 #: oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57
#: shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351 shlwapi.rc:42 #: shell32.rc:274 shell32.rc:298 shell32.rc:309 shell32.rc:338 shlwapi.rc:42
#: user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69 winspool.rc:40 #: user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69 winspool.rc:40
#: notepad.rc:115 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 #: notepad.rc:115 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 #: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
...@@ -170,7 +170,7 @@ msgstr "" ...@@ -170,7 +170,7 @@ msgstr ""
msgid "Not specified" msgid "Not specified"
msgstr "Not specified" msgstr "Not specified"
#: appwiz.rc:35 shell32.rc:141 shell32.rc:251 regedit.rc:122 winefile.rc:110 #: appwiz.rc:35 shell32.rc:141 shell32.rc:238 regedit.rc:122 winefile.rc:110
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
...@@ -2449,7 +2449,7 @@ msgstr "Enhanced key usage (property)" ...@@ -2449,7 +2449,7 @@ msgstr "Enhanced key usage (property)"
msgid "Friendly name" msgid "Friendly name"
msgstr "" msgstr ""
#: cryptui.rc:62 shell32.rc:252 ipconfig.rc:41 #: cryptui.rc:62 shell32.rc:239 ipconfig.rc:41
msgid "Description" msgid "Description"
msgstr "Description" msgstr "Description"
...@@ -7564,61 +7564,61 @@ msgstr "E&xit" ...@@ -7564,61 +7564,61 @@ msgstr "E&xit"
msgid "&About Control Panel" msgid "&About Control Panel"
msgstr "&About Control Panel" msgstr "&About Control Panel"
#: shell32.rc:283 shell32.rc:298 #: shell32.rc:270 shell32.rc:285
msgid "Browse for Folder" msgid "Browse for Folder"
msgstr "" msgstr ""
#: shell32.rc:303 #: shell32.rc:290
msgid "Folder:" msgid "Folder:"
msgstr "" msgstr ""
#: shell32.rc:309 #: shell32.rc:296
msgid "&Make New Folder" msgid "&Make New Folder"
msgstr "" msgstr ""
#: shell32.rc:316 #: shell32.rc:303
msgid "Message" msgid "Message"
msgstr "Message" msgstr "Message"
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82 #: shell32.rc:306 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
#: shell32.rc:320 #: shell32.rc:307
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83 #: shell32.rc:308 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "" msgstr ""
#: shell32.rc:329 #: shell32.rc:316
msgid "About %s" msgid "About %s"
msgstr "About %s" msgstr "About %s"
#: shell32.rc:333 #: shell32.rc:320
msgid "Wine &license" msgid "Wine &license"
msgstr "Wine &licence" msgstr "Wine &licence"
#: shell32.rc:338 #: shell32.rc:325
msgid "Running on %s" msgid "Running on %s"
msgstr "" msgstr ""
#: shell32.rc:339 #: shell32.rc:326
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:347 #: shell32.rc:334
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:335
msgid "&Open:" msgid "&Open:"
msgstr "&Open:" msgstr "&Open:"
#: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:234 #: shell32.rc:339 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:234
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "&Browse..." msgstr "&Browse..."
...@@ -7696,142 +7696,106 @@ msgstr "" ...@@ -7696,142 +7696,106 @@ msgstr ""
msgid "Do you want to shutdown your Wine session?" msgid "Do you want to shutdown your Wine session?"
msgstr "" msgstr ""
#: shell32.rc:199 #: shell32.rc:200 progman.rc:80
msgid "Start Menu\\Programs" msgid "Programs"
msgstr "" msgstr ""
#: shell32.rc:200 #: shell32.rc:201
msgid "My Documents" msgid "My Documents"
msgstr "My Documents" msgstr "My Documents"
#: shell32.rc:201 #: shell32.rc:202
msgid "Favorites" msgid "Favorites"
msgstr "Favourites" msgstr "Favourites"
#: shell32.rc:202
msgid "Start Menu\\Programs\\StartUp"
msgstr ""
#: shell32.rc:203 #: shell32.rc:203
msgid "Recent" msgid "StartUp"
msgstr "" msgstr ""
#: shell32.rc:204 #: shell32.rc:204
msgid "SendTo"
msgstr ""
#: shell32.rc:205
msgid "Start Menu" msgid "Start Menu"
msgstr "" msgstr ""
#: shell32.rc:206 #: shell32.rc:205
msgid "My Music" msgid "My Music"
msgstr "" msgstr ""
#: shell32.rc:207 #: shell32.rc:206
msgid "My Videos" msgid "My Videos"
msgstr "" msgstr ""
#: shell32.rc:208 #: shell32.rc:207
msgctxt "directory" msgctxt "directory"
msgid "Desktop" msgid "Desktop"
msgstr "Desktop" msgstr "Desktop"
#: shell32.rc:209 #: shell32.rc:208
msgid "NetHood" msgid "NetHood"
msgstr "" msgstr ""
#: shell32.rc:210 #: shell32.rc:209
msgid "Templates" msgid "Templates"
msgstr "" msgstr ""
#: shell32.rc:211 #: shell32.rc:210
msgid "Application Data"
msgstr "Application Data"
#: shell32.rc:212
msgid "PrintHood" msgid "PrintHood"
msgstr "PrintHood" msgstr "PrintHood"
#: shell32.rc:213 #: shell32.rc:211 winhlp32.rc:45
msgid "Local Settings\\Application Data" msgid "History"
msgstr "" msgstr "History"
#: shell32.rc:214
msgid "Local Settings\\Temporary Internet Files"
msgstr ""
#: shell32.rc:215
msgid "Cookies"
msgstr ""
#: shell32.rc:216
msgid "Local Settings\\History"
msgstr "Local Settings\\History"
#: shell32.rc:217 #: shell32.rc:212
msgid "Program Files" msgid "Program Files"
msgstr "" msgstr ""
#: shell32.rc:219 #: shell32.rc:214
msgid "My Pictures" msgid "My Pictures"
msgstr "My Pictures" msgstr "My Pictures"
#: shell32.rc:220 #: shell32.rc:215
msgid "Program Files\\Common Files" msgid "Common Files"
msgstr "" msgstr "Common Files"
#: shell32.rc:222 shell32.rc:147 shell32.rc:244 #: shell32.rc:216 shell32.rc:147 shell32.rc:232
msgid "Documents" msgid "Documents"
msgstr "Documents" msgstr "Documents"
#: shell32.rc:223 #: shell32.rc:217
msgid "Start Menu\\Programs\\Administrative Tools" msgid "Administrative Tools"
msgstr "" msgstr ""
#: shell32.rc:224 #: shell32.rc:218
msgid "Music" msgid "Music"
msgstr "" msgstr ""
#: shell32.rc:225 #: shell32.rc:219
msgid "Pictures" msgid "Pictures"
msgstr "Pictures" msgstr "Pictures"
#: shell32.rc:226 #: shell32.rc:220
msgid "Videos" msgid "Videos"
msgstr "" msgstr ""
#: shell32.rc:227 #: shell32.rc:213
msgid "Local Settings\\Application Data\\Microsoft\\CD Burning"
msgstr ""
#: shell32.rc:218
msgid "Program Files (x86)" msgid "Program Files (x86)"
msgstr "" msgstr ""
#: shell32.rc:221 #: shell32.rc:221
msgid "Program Files (x86)\\Common Files"
msgstr ""
#: shell32.rc:228
msgid "Contacts" msgid "Contacts"
msgstr "Contacts" msgstr "Contacts"
#: shell32.rc:229 winefile.rc:116 #: shell32.rc:222 winefile.rc:116
msgid "Links" msgid "Links"
msgstr "" msgstr ""
#: shell32.rc:230 #: shell32.rc:223
msgid "Pictures\\Slide Shows" msgid "Slide Shows"
msgstr ""
#: shell32.rc:231
msgid "Music\\Playlists"
msgstr "" msgstr ""
#: shell32.rc:232 shell32.rc:245 #: shell32.rc:224
msgid "Downloads" msgid "Playlists"
msgstr "" msgstr "Playlists"
#: shell32.rc:148 taskmgr.rc:326 #: shell32.rc:148 taskmgr.rc:326
msgid "Status" msgid "Status"
...@@ -7845,52 +7809,36 @@ msgstr "Location" ...@@ -7845,52 +7809,36 @@ msgstr "Location"
msgid "Model" msgid "Model"
msgstr "" msgstr ""
#: shell32.rc:233 #: shell32.rc:225
msgid "Microsoft\\Windows\\GameExplorer" msgid "Sample Music"
msgstr "" msgstr "Sample Music"
#: shell32.rc:234
msgid "Microsoft\\Windows\\Libraries"
msgstr ""
#: shell32.rc:235
msgid "Microsoft\\Windows\\Ringtones"
msgstr ""
#: shell32.rc:236
msgid "Music\\Sample Music"
msgstr ""
#: shell32.rc:237 #: shell32.rc:226
msgid "Pictures\\Sample Pictures" msgid "Sample Pictures"
msgstr "" msgstr "Sample Pictures"
#: shell32.rc:238 #: shell32.rc:227
msgid "Music\\Sample Playlists" msgid "Sample Playlists"
msgstr "" msgstr ""
#: shell32.rc:239 #: shell32.rc:228
msgid "Videos\\Sample Videos" msgid "Sample Videos"
msgstr "" msgstr "Sample Videos"
#: shell32.rc:240 #: shell32.rc:229
msgid "Saved Games" msgid "Saved Games"
msgstr "Saved Games" msgstr "Saved Games"
#: shell32.rc:241 #: shell32.rc:230
msgid "Searches" msgid "Searches"
msgstr "Searches" msgstr "Searches"
#: shell32.rc:242 #: shell32.rc:231
msgid "Users" msgid "Users"
msgstr "Users" msgstr "Users"
#: shell32.rc:243 #: shell32.rc:233
msgid "OEM Links" msgid "Downloads"
msgstr "OEM Links"
#: shell32.rc:246
msgid "AppData\\LocalLow"
msgstr "" msgstr ""
#: shell32.rc:166 #: shell32.rc:166
...@@ -7958,11 +7906,11 @@ msgid "" ...@@ -7958,11 +7906,11 @@ msgid ""
"the folder?" "the folder?"
msgstr "" msgstr ""
#: shell32.rc:248 #: shell32.rc:235
msgid "New Folder" msgid "New Folder"
msgstr "" msgstr ""
#: shell32.rc:250 #: shell32.rc:237
msgid "Wine Control Panel" msgid "Wine Control Panel"
msgstr "" msgstr ""
...@@ -7978,41 +7926,41 @@ msgstr "" ...@@ -7978,41 +7926,41 @@ msgstr ""
msgid "Executable files (*.exe)" msgid "Executable files (*.exe)"
msgstr "" msgstr ""
#: shell32.rc:254 #: shell32.rc:241
msgid "There is no Windows program configured to open this type of file." msgid "There is no Windows program configured to open this type of file."
msgstr "" msgstr ""
#: shell32.rc:256 #: shell32.rc:243
msgid "Are you sure you wish to permanently delete '%1'?" msgid "Are you sure you wish to permanently delete '%1'?"
msgstr "" msgstr ""
#: shell32.rc:257 #: shell32.rc:244
msgid "Are you sure you wish to permanently delete these %1 items?" msgid "Are you sure you wish to permanently delete these %1 items?"
msgstr "" msgstr ""
#: shell32.rc:258 #: shell32.rc:245
msgid "Confirm deletion" msgid "Confirm deletion"
msgstr "" msgstr ""
#: shell32.rc:259 #: shell32.rc:246
msgid "" msgid ""
"A file already exists at the path %1.\n" "A file already exists at the path %1.\n"
"\n" "\n"
"Do you want to replace it?" "Do you want to replace it?"
msgstr "" msgstr ""
#: shell32.rc:260 #: shell32.rc:247
msgid "" msgid ""
"A folder already exists at the path %1.\n" "A folder already exists at the path %1.\n"
"\n" "\n"
"Do you want to replace it?" "Do you want to replace it?"
msgstr "" msgstr ""
#: shell32.rc:261 #: shell32.rc:248
msgid "Confirm overwrite" msgid "Confirm overwrite"
msgstr "" msgstr ""
#: shell32.rc:278 #: shell32.rc:265
msgid "" msgid ""
"Wine is free software; you can redistribute it and/or modify it under the " "Wine is free software; you can redistribute it and/or modify it under the "
"terms of the GNU Lesser General Public License as published by the Free " "terms of the GNU Lesser General Public License as published by the Free "
...@@ -8042,7 +7990,7 @@ msgstr "" ...@@ -8042,7 +7990,7 @@ msgstr ""
"along with Wine; if not, write to the Free Software Foundation, Inc., 51 " "along with Wine; if not, write to the Free Software Foundation, Inc., 51 "
"Franklin St, Fifth Floor, Boston, MA 02110-1301, USA." "Franklin St, Fifth Floor, Boston, MA 02110-1301, USA."
#: shell32.rc:266 #: shell32.rc:253
msgid "Wine License" msgid "Wine License"
msgstr "Wine Licence" msgstr "Wine Licence"
...@@ -10718,10 +10666,6 @@ msgstr "" ...@@ -10718,10 +10666,6 @@ msgstr ""
msgid "Save group as `%s to prevent overwriting original files." msgid "Save group as `%s to prevent overwriting original files."
msgstr "" msgstr ""
#: progman.rc:80
msgid "Programs"
msgstr ""
#: progman.rc:81 #: progman.rc:81
msgid "Libraries (*.dll)" msgid "Libraries (*.dll)"
msgstr "" msgstr ""
...@@ -13271,10 +13215,6 @@ msgstr "&Bookmark" ...@@ -13271,10 +13215,6 @@ msgstr "&Bookmark"
msgid "&Define..." msgid "&Define..."
msgstr "&Define..." msgstr "&Define..."
#: winhlp32.rc:45
msgid "History"
msgstr "History"
#: winhlp32.rc:46 winhlp32.rc:67 #: winhlp32.rc:46 winhlp32.rc:67
msgid "Fonts" msgid "Fonts"
msgstr "Fonts" msgstr "Fonts"
......
...@@ -58,8 +58,8 @@ msgstr "اطلاعات" ...@@ -58,8 +58,8 @@ msgstr "اطلاعات"
#: credui.rc:49 cryptui.rc:260 cryptui.rc:272 cryptui.rc:362 dinput.rc:43 #: credui.rc:49 cryptui.rc:260 cryptui.rc:272 cryptui.rc:362 dinput.rc:43
#: ieframe.rc:93 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: ieframe.rc:93 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:273 shell32.rc:297 shell32.rc:319
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48 #: shell32.rc:337 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:114 oleview.rc:159 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:114 oleview.rc:159
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
...@@ -137,7 +137,7 @@ msgstr "" ...@@ -137,7 +137,7 @@ msgstr ""
#: dinput.rc:44 ieframe.rc:94 inetcpl.rc:78 localui.rc:42 localui.rc:55 #: dinput.rc:44 ieframe.rc:94 inetcpl.rc:78 localui.rc:42 localui.rc:55
#: mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 #: mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34
#: oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 #: oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57
#: shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351 shlwapi.rc:42 #: shell32.rc:274 shell32.rc:298 shell32.rc:309 shell32.rc:338 shlwapi.rc:42
#: user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69 winspool.rc:40 #: user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69 winspool.rc:40
#: notepad.rc:115 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 #: notepad.rc:115 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 #: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
...@@ -173,7 +173,7 @@ msgstr "" ...@@ -173,7 +173,7 @@ msgstr ""
msgid "Not specified" msgid "Not specified"
msgstr "" msgstr ""
#: appwiz.rc:35 shell32.rc:141 shell32.rc:251 regedit.rc:122 winefile.rc:110 #: appwiz.rc:35 shell32.rc:141 shell32.rc:238 regedit.rc:122 winefile.rc:110
msgid "Name" msgid "Name"
msgstr "" msgstr ""
...@@ -2521,7 +2521,7 @@ msgstr "" ...@@ -2521,7 +2521,7 @@ msgstr ""
msgid "Friendly name" msgid "Friendly name"
msgstr "" msgstr ""
#: cryptui.rc:62 shell32.rc:252 ipconfig.rc:41 #: cryptui.rc:62 shell32.rc:239 ipconfig.rc:41
msgid "Description" msgid "Description"
msgstr "" msgstr ""
...@@ -7688,63 +7688,63 @@ msgstr "&خروج" ...@@ -7688,63 +7688,63 @@ msgstr "&خروج"
msgid "&About Control Panel" msgid "&About Control Panel"
msgstr "&درباره نت‌پد" msgstr "&درباره نت‌پد"
#: shell32.rc:283 shell32.rc:298 #: shell32.rc:270 shell32.rc:285
msgid "Browse for Folder" msgid "Browse for Folder"
msgstr "" msgstr ""
#: shell32.rc:303 #: shell32.rc:290
msgid "Folder:" msgid "Folder:"
msgstr "" msgstr ""
#: shell32.rc:309 #: shell32.rc:296
msgid "&Make New Folder" msgid "&Make New Folder"
msgstr "" msgstr ""
#: shell32.rc:316 #: shell32.rc:303
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82 #: shell32.rc:306 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
#: shell32.rc:320 #: shell32.rc:307
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83 #: shell32.rc:308 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "" msgstr ""
#: shell32.rc:329 #: shell32.rc:316
#, fuzzy #, fuzzy
msgid "About %s" msgid "About %s"
msgstr "&درباره نت‌پد" msgstr "&درباره نت‌پد"
#: shell32.rc:333 #: shell32.rc:320
msgid "Wine &license" msgid "Wine &license"
msgstr "" msgstr ""
#: shell32.rc:338 #: shell32.rc:325
msgid "Running on %s" msgid "Running on %s"
msgstr "" msgstr ""
#: shell32.rc:339 #: shell32.rc:326
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:347 #: shell32.rc:334
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:335
#, fuzzy #, fuzzy
msgid "&Open:" msgid "&Open:"
msgstr "&باز‌کردن...\tCtrl+O" msgstr "&باز‌کردن...\tCtrl+O"
#: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:234 #: shell32.rc:339 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:234
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "" msgstr ""
...@@ -7825,143 +7825,108 @@ msgstr "" ...@@ -7825,143 +7825,108 @@ msgstr ""
msgid "Do you want to shutdown your Wine session?" msgid "Do you want to shutdown your Wine session?"
msgstr "" msgstr ""
#: shell32.rc:199 #: shell32.rc:200 progman.rc:80
msgid "Start Menu\\Programs" msgid "Programs"
msgstr ""
#: shell32.rc:200
msgid "My Documents"
msgstr "" msgstr ""
#: shell32.rc:201 #: shell32.rc:201
msgid "Favorites" msgid "My Documents"
msgstr "" msgstr ""
#: shell32.rc:202 #: shell32.rc:202
msgid "Start Menu\\Programs\\StartUp" msgid "Favorites"
msgstr "" msgstr ""
#: shell32.rc:203 #: shell32.rc:203
msgid "Recent" msgid "StartUp"
msgstr "" msgstr ""
#: shell32.rc:204 #: shell32.rc:204
msgid "SendTo"
msgstr ""
#: shell32.rc:205
msgid "Start Menu" msgid "Start Menu"
msgstr "" msgstr ""
#: shell32.rc:206 #: shell32.rc:205
msgid "My Music" msgid "My Music"
msgstr "" msgstr ""
#: shell32.rc:207 #: shell32.rc:206
msgid "My Videos" msgid "My Videos"
msgstr "" msgstr ""
#: shell32.rc:208 #: shell32.rc:207
msgctxt "directory" msgctxt "directory"
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: shell32.rc:209 #: shell32.rc:208
msgid "NetHood" msgid "NetHood"
msgstr "" msgstr ""
#: shell32.rc:210 #: shell32.rc:209
msgid "Templates" msgid "Templates"
msgstr "" msgstr ""
#: shell32.rc:211 #: shell32.rc:210
msgid "Application Data"
msgstr ""
#: shell32.rc:212
msgid "PrintHood" msgid "PrintHood"
msgstr "" msgstr ""
#: shell32.rc:213 #: shell32.rc:211 winhlp32.rc:45
msgid "Local Settings\\Application Data" msgid "History"
msgstr ""
#: shell32.rc:214
msgid "Local Settings\\Temporary Internet Files"
msgstr ""
#: shell32.rc:215
msgid "Cookies"
msgstr ""
#: shell32.rc:216
msgid "Local Settings\\History"
msgstr "" msgstr ""
#: shell32.rc:217 #: shell32.rc:212
msgid "Program Files" msgid "Program Files"
msgstr "" msgstr ""
#: shell32.rc:219 #: shell32.rc:214
#, fuzzy #, fuzzy
msgid "My Pictures" msgid "My Pictures"
msgstr "ذخیره &به نام..." msgstr "ذخیره &به نام..."
#: shell32.rc:220 #: shell32.rc:215
msgid "Program Files\\Common Files" #, fuzzy
msgstr "" msgid "Common Files"
msgstr "&محتویات"
#: shell32.rc:222 shell32.rc:147 shell32.rc:244 #: shell32.rc:216 shell32.rc:147 shell32.rc:232
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#: shell32.rc:223 #: shell32.rc:217
msgid "Start Menu\\Programs\\Administrative Tools" msgid "Administrative Tools"
msgstr "" msgstr ""
#: shell32.rc:224 #: shell32.rc:218
msgid "Music" msgid "Music"
msgstr "" msgstr ""
#: shell32.rc:225 #: shell32.rc:219
msgid "Pictures" msgid "Pictures"
msgstr "" msgstr ""
#: shell32.rc:226 #: shell32.rc:220
msgid "Videos" msgid "Videos"
msgstr "" msgstr ""
#: shell32.rc:227 #: shell32.rc:213
msgid "Local Settings\\Application Data\\Microsoft\\CD Burning"
msgstr ""
#: shell32.rc:218
msgid "Program Files (x86)" msgid "Program Files (x86)"
msgstr "" msgstr ""
#: shell32.rc:221 #: shell32.rc:221
msgid "Program Files (x86)\\Common Files"
msgstr ""
#: shell32.rc:228
#, fuzzy #, fuzzy
msgid "Contacts" msgid "Contacts"
msgstr "&محتویات" msgstr "&محتویات"
#: shell32.rc:229 winefile.rc:116 #: shell32.rc:222 winefile.rc:116
msgid "Links" msgid "Links"
msgstr "" msgstr ""
#: shell32.rc:230 #: shell32.rc:223
msgid "Pictures\\Slide Shows" msgid "Slide Shows"
msgstr ""
#: shell32.rc:231
msgid "Music\\Playlists"
msgstr "" msgstr ""
#: shell32.rc:232 shell32.rc:245 #: shell32.rc:224
msgid "Downloads" msgid "Playlists"
msgstr "" msgstr ""
#: shell32.rc:148 taskmgr.rc:326 #: shell32.rc:148 taskmgr.rc:326
...@@ -7977,54 +7942,40 @@ msgstr "اطلاعات" ...@@ -7977,54 +7942,40 @@ msgstr "اطلاعات"
msgid "Model" msgid "Model"
msgstr "" msgstr ""
#: shell32.rc:233 #: shell32.rc:225
msgid "Microsoft\\Windows\\GameExplorer" msgid "Sample Music"
msgstr ""
#: shell32.rc:234
msgid "Microsoft\\Windows\\Libraries"
msgstr ""
#: shell32.rc:235
msgid "Microsoft\\Windows\\Ringtones"
msgstr ""
#: shell32.rc:236
msgid "Music\\Sample Music"
msgstr "" msgstr ""
#: shell32.rc:237 #: shell32.rc:226
msgid "Pictures\\Sample Pictures" #, fuzzy
msgstr "" msgid "Sample Pictures"
msgstr "ذخیره &به نام..."
#: shell32.rc:238 #: shell32.rc:227
msgid "Music\\Sample Playlists" msgid "Sample Playlists"
msgstr "" msgstr ""
#: shell32.rc:239 #: shell32.rc:228
msgid "Videos\\Sample Videos" #, fuzzy
msgstr "" msgid "Sample Videos"
msgstr "ذخیره &به نام..."
#: shell32.rc:240 #: shell32.rc:229
#, fuzzy #, fuzzy
msgid "Saved Games" msgid "Saved Games"
msgstr "ذخیره &به نام..." msgstr "ذخیره &به نام..."
#: shell32.rc:241 #: shell32.rc:230
#, fuzzy #, fuzzy
msgid "Searches" msgid "Searches"
msgstr "&جست‌و‌جو" msgstr "&جست‌و‌جو"
#: shell32.rc:242 #: shell32.rc:231
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: shell32.rc:243 #: shell32.rc:233
msgid "OEM Links" msgid "Downloads"
msgstr ""
#: shell32.rc:246
msgid "AppData\\LocalLow"
msgstr "" msgstr ""
#: shell32.rc:166 #: shell32.rc:166
...@@ -8092,11 +8043,11 @@ msgid "" ...@@ -8092,11 +8043,11 @@ msgid ""
"the folder?" "the folder?"
msgstr "" msgstr ""
#: shell32.rc:248 #: shell32.rc:235
msgid "New Folder" msgid "New Folder"
msgstr "" msgstr ""
#: shell32.rc:250 #: shell32.rc:237
msgid "Wine Control Panel" msgid "Wine Control Panel"
msgstr "" msgstr ""
...@@ -8113,23 +8064,23 @@ msgstr "" ...@@ -8113,23 +8064,23 @@ msgstr ""
msgid "Executable files (*.exe)" msgid "Executable files (*.exe)"
msgstr "پرونده‌های متنی (*.txt)" msgstr "پرونده‌های متنی (*.txt)"
#: shell32.rc:254 #: shell32.rc:241
msgid "There is no Windows program configured to open this type of file." msgid "There is no Windows program configured to open this type of file."
msgstr "" msgstr ""
#: shell32.rc:256 #: shell32.rc:243
msgid "Are you sure you wish to permanently delete '%1'?" msgid "Are you sure you wish to permanently delete '%1'?"
msgstr "" msgstr ""
#: shell32.rc:257 #: shell32.rc:244
msgid "Are you sure you wish to permanently delete these %1 items?" msgid "Are you sure you wish to permanently delete these %1 items?"
msgstr "" msgstr ""
#: shell32.rc:258 #: shell32.rc:245
msgid "Confirm deletion" msgid "Confirm deletion"
msgstr "" msgstr ""
#: shell32.rc:259 #: shell32.rc:246
#, fuzzy #, fuzzy
msgid "" msgid ""
"A file already exists at the path %1.\n" "A file already exists at the path %1.\n"
...@@ -8140,7 +8091,7 @@ msgstr "" ...@@ -8140,7 +8091,7 @@ msgstr ""
"\n" "\n"
"آیا می‌خواهید یک پرونده‌ی جدید ایجاد کنید؟" "آیا می‌خواهید یک پرونده‌ی جدید ایجاد کنید؟"
#: shell32.rc:260 #: shell32.rc:247
#, fuzzy #, fuzzy
msgid "" msgid ""
"A folder already exists at the path %1.\n" "A folder already exists at the path %1.\n"
...@@ -8151,11 +8102,11 @@ msgstr "" ...@@ -8151,11 +8102,11 @@ msgstr ""
"\n" "\n"
"آیا می‌خواهید یک پرونده‌ی جدید ایجاد کنید؟" "آیا می‌خواهید یک پرونده‌ی جدید ایجاد کنید؟"
#: shell32.rc:261 #: shell32.rc:248
msgid "Confirm overwrite" msgid "Confirm overwrite"
msgstr "" msgstr ""
#: shell32.rc:278 #: shell32.rc:265
msgid "" msgid ""
"Wine is free software; you can redistribute it and/or modify it under the " "Wine is free software; you can redistribute it and/or modify it under the "
"terms of the GNU Lesser General Public License as published by the Free " "terms of the GNU Lesser General Public License as published by the Free "
...@@ -8172,7 +8123,7 @@ msgid "" ...@@ -8172,7 +8123,7 @@ msgid ""
"Franklin St, Fifth Floor, Boston, MA 02110-1301, USA." "Franklin St, Fifth Floor, Boston, MA 02110-1301, USA."
msgstr "" msgstr ""
#: shell32.rc:266 #: shell32.rc:253
msgid "Wine License" msgid "Wine License"
msgstr "" msgstr ""
...@@ -10602,10 +10553,6 @@ msgstr "" ...@@ -10602,10 +10553,6 @@ msgstr ""
msgid "Save group as `%s to prevent overwriting original files." msgid "Save group as `%s to prevent overwriting original files."
msgstr "" msgstr ""
#: progman.rc:80
msgid "Programs"
msgstr ""
#: progman.rc:81 #: progman.rc:81
msgid "Libraries (*.dll)" msgid "Libraries (*.dll)"
msgstr "" msgstr ""
...@@ -13166,10 +13113,6 @@ msgstr "" ...@@ -13166,10 +13113,6 @@ msgstr ""
msgid "&Define..." msgid "&Define..."
msgstr "" msgstr ""
#: winhlp32.rc:45
msgid "History"
msgstr ""
#: winhlp32.rc:46 winhlp32.rc:67 #: winhlp32.rc:46 winhlp32.rc:67
#, fuzzy #, fuzzy
msgid "Fonts" msgid "Fonts"
......
...@@ -57,8 +57,8 @@ msgstr "" ...@@ -57,8 +57,8 @@ msgstr ""
#: credui.rc:49 cryptui.rc:260 cryptui.rc:272 cryptui.rc:362 dinput.rc:43 #: credui.rc:49 cryptui.rc:260 cryptui.rc:272 cryptui.rc:362 dinput.rc:43
#: ieframe.rc:93 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50 #: ieframe.rc:93 localui.rc:41 localui.rc:54 mpr.rc:46 msacm32.rc:50
#: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87 #: mshtml.rc:45 mshtml.rc:55 msvfw32.rc:33 oledlg.rc:55 oledlg.rc:87
#: serialui.rc:38 setupapi.rc:56 shell32.rc:286 shell32.rc:310 shell32.rc:332 #: serialui.rc:38 setupapi.rc:56 shell32.rc:273 shell32.rc:297 shell32.rc:319
#: shell32.rc:350 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48 #: shell32.rc:337 shlwapi.rc:41 user32.rc:77 user32.rc:95 wininet.rc:48
#: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:114 oleview.rc:159 #: wininet.rc:68 winspool.rc:39 net.rc:44 notepad.rc:114 oleview.rc:159
#: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155 #: oleview.rc:172 progman.rc:103 progman.rc:121 progman.rc:139 progman.rc:155
#: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255 #: progman.rc:177 progman.rc:196 progman.rc:213 regedit.rc:244 regedit.rc:255
...@@ -134,7 +134,7 @@ msgstr "" ...@@ -134,7 +134,7 @@ msgstr ""
#: dinput.rc:44 ieframe.rc:94 inetcpl.rc:78 localui.rc:42 localui.rc:55 #: dinput.rc:44 ieframe.rc:94 inetcpl.rc:78 localui.rc:42 localui.rc:55
#: mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34 #: mpr.rc:47 msacm32.rc:51 mshtml.rc:46 mshtml.rc:56 msvfw32.rc:34
#: oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57 #: oledlg.rc:56 oledlg.rc:88 serialui.rc:39 setupapi.rc:39 setupapi.rc:57
#: shell32.rc:287 shell32.rc:311 shell32.rc:322 shell32.rc:351 shlwapi.rc:42 #: shell32.rc:274 shell32.rc:298 shell32.rc:309 shell32.rc:338 shlwapi.rc:42
#: user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69 winspool.rc:40 #: user32.rc:78 user32.rc:96 wininet.rc:49 wininet.rc:69 winspool.rc:40
#: notepad.rc:115 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122 #: notepad.rc:115 oleview.rc:160 oleview.rc:173 progman.rc:104 progman.rc:122
#: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214 #: progman.rc:140 progman.rc:156 progman.rc:178 progman.rc:197 progman.rc:214
...@@ -170,7 +170,7 @@ msgstr "" ...@@ -170,7 +170,7 @@ msgstr ""
msgid "Not specified" msgid "Not specified"
msgstr "" msgstr ""
#: appwiz.rc:35 shell32.rc:141 shell32.rc:251 regedit.rc:122 winefile.rc:110 #: appwiz.rc:35 shell32.rc:141 shell32.rc:238 regedit.rc:122 winefile.rc:110
msgid "Name" msgid "Name"
msgstr "" msgstr ""
...@@ -2471,7 +2471,7 @@ msgstr "" ...@@ -2471,7 +2471,7 @@ msgstr ""
msgid "Friendly name" msgid "Friendly name"
msgstr "" msgstr ""
#: cryptui.rc:62 shell32.rc:252 ipconfig.rc:41 #: cryptui.rc:62 shell32.rc:239 ipconfig.rc:41
msgid "Description" msgid "Description"
msgstr "" msgstr ""
...@@ -7574,62 +7574,62 @@ msgstr "" ...@@ -7574,62 +7574,62 @@ msgstr ""
msgid "&About Control Panel" msgid "&About Control Panel"
msgstr "क्लॉक के बारे में (&A)..." msgstr "क्लॉक के बारे में (&A)..."
#: shell32.rc:283 shell32.rc:298 #: shell32.rc:270 shell32.rc:285
msgid "Browse for Folder" msgid "Browse for Folder"
msgstr "" msgstr ""
#: shell32.rc:303 #: shell32.rc:290
msgid "Folder:" msgid "Folder:"
msgstr "" msgstr ""
#: shell32.rc:309 #: shell32.rc:296
msgid "&Make New Folder" msgid "&Make New Folder"
msgstr "" msgstr ""
#: shell32.rc:316 #: shell32.rc:303
msgid "Message" msgid "Message"
msgstr "" msgstr ""
#: shell32.rc:319 shlwapi.rc:43 user32.rc:82 #: shell32.rc:306 shlwapi.rc:43 user32.rc:82
msgid "&Yes" msgid "&Yes"
msgstr "" msgstr ""
#: shell32.rc:320 #: shell32.rc:307
msgid "Yes to &all" msgid "Yes to &all"
msgstr "" msgstr ""
#: shell32.rc:321 shlwapi.rc:44 user32.rc:83 #: shell32.rc:308 shlwapi.rc:44 user32.rc:83
msgid "&No" msgid "&No"
msgstr "" msgstr ""
#: shell32.rc:329 #: shell32.rc:316
#, fuzzy #, fuzzy
msgid "About %s" msgid "About %s"
msgstr "क्लॉक के बारे में (&A)..." msgstr "क्लॉक के बारे में (&A)..."
#: shell32.rc:333 #: shell32.rc:320
msgid "Wine &license" msgid "Wine &license"
msgstr "" msgstr ""
#: shell32.rc:338 #: shell32.rc:325
msgid "Running on %s" msgid "Running on %s"
msgstr "" msgstr ""
#: shell32.rc:339 #: shell32.rc:326
msgid "Wine was brought to you by:" msgid "Wine was brought to you by:"
msgstr "" msgstr ""
#: shell32.rc:347 #: shell32.rc:334
msgid "" msgid ""
"Type the name of a program, folder, document, or Internet resource, and Wine " "Type the name of a program, folder, document, or Internet resource, and Wine "
"will open it for you." "will open it for you."
msgstr "" msgstr ""
#: shell32.rc:348 #: shell32.rc:335
msgid "&Open:" msgid "&Open:"
msgstr "" msgstr ""
#: shell32.rc:352 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:234 #: shell32.rc:339 progman.rc:179 progman.rc:198 progman.rc:215 winecfg.rc:234
#: winefile.rc:136 #: winefile.rc:136
msgid "&Browse..." msgid "&Browse..."
msgstr "" msgstr ""
...@@ -7707,141 +7707,105 @@ msgstr "" ...@@ -7707,141 +7707,105 @@ msgstr ""
msgid "Do you want to shutdown your Wine session?" msgid "Do you want to shutdown your Wine session?"
msgstr "" msgstr ""
#: shell32.rc:199 #: shell32.rc:200 progman.rc:80
msgid "Start Menu\\Programs" msgid "Programs"
msgstr ""
#: shell32.rc:200
msgid "My Documents"
msgstr "" msgstr ""
#: shell32.rc:201 #: shell32.rc:201
msgid "Favorites" msgid "My Documents"
msgstr "" msgstr ""
#: shell32.rc:202 #: shell32.rc:202
msgid "Start Menu\\Programs\\StartUp" msgid "Favorites"
msgstr "" msgstr ""
#: shell32.rc:203 #: shell32.rc:203
msgid "Recent" msgid "StartUp"
msgstr "" msgstr ""
#: shell32.rc:204 #: shell32.rc:204
msgid "SendTo"
msgstr ""
#: shell32.rc:205
msgid "Start Menu" msgid "Start Menu"
msgstr "" msgstr ""
#: shell32.rc:206 #: shell32.rc:205
msgid "My Music" msgid "My Music"
msgstr "" msgstr ""
#: shell32.rc:207 #: shell32.rc:206
msgid "My Videos" msgid "My Videos"
msgstr "" msgstr ""
#: shell32.rc:208 #: shell32.rc:207
msgctxt "directory" msgctxt "directory"
msgid "Desktop" msgid "Desktop"
msgstr "" msgstr ""
#: shell32.rc:209 #: shell32.rc:208
msgid "NetHood" msgid "NetHood"
msgstr "" msgstr ""
#: shell32.rc:210 #: shell32.rc:209
msgid "Templates" msgid "Templates"
msgstr "" msgstr ""
#: shell32.rc:211 #: shell32.rc:210
msgid "Application Data"
msgstr ""
#: shell32.rc:212
msgid "PrintHood" msgid "PrintHood"
msgstr "" msgstr ""
#: shell32.rc:213 #: shell32.rc:211 winhlp32.rc:45
msgid "Local Settings\\Application Data" msgid "History"
msgstr ""
#: shell32.rc:214
msgid "Local Settings\\Temporary Internet Files"
msgstr ""
#: shell32.rc:215
msgid "Cookies"
msgstr ""
#: shell32.rc:216
msgid "Local Settings\\History"
msgstr "" msgstr ""
#: shell32.rc:217 #: shell32.rc:212
msgid "Program Files" msgid "Program Files"
msgstr "" msgstr ""
#: shell32.rc:219 #: shell32.rc:214
msgid "My Pictures" msgid "My Pictures"
msgstr "" msgstr ""
#: shell32.rc:220 #: shell32.rc:215
msgid "Program Files\\Common Files" msgid "Common Files"
msgstr "" msgstr ""
#: shell32.rc:222 shell32.rc:147 shell32.rc:244 #: shell32.rc:216 shell32.rc:147 shell32.rc:232
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
#: shell32.rc:223 #: shell32.rc:217
msgid "Start Menu\\Programs\\Administrative Tools" msgid "Administrative Tools"
msgstr "" msgstr ""
#: shell32.rc:224 #: shell32.rc:218
msgid "Music" msgid "Music"
msgstr "" msgstr ""
#: shell32.rc:225 #: shell32.rc:219
msgid "Pictures" msgid "Pictures"
msgstr "" msgstr ""
#: shell32.rc:226 #: shell32.rc:220
msgid "Videos" msgid "Videos"
msgstr "" msgstr ""
#: shell32.rc:227 #: shell32.rc:213
msgid "Local Settings\\Application Data\\Microsoft\\CD Burning"
msgstr ""
#: shell32.rc:218
msgid "Program Files (x86)" msgid "Program Files (x86)"
msgstr "" msgstr ""
#: shell32.rc:221 #: shell32.rc:221
msgid "Program Files (x86)\\Common Files"
msgstr ""
#: shell32.rc:228
msgid "Contacts" msgid "Contacts"
msgstr "" msgstr ""
#: shell32.rc:229 winefile.rc:116 #: shell32.rc:222 winefile.rc:116
msgid "Links" msgid "Links"
msgstr "" msgstr ""
#: shell32.rc:230 #: shell32.rc:223
msgid "Pictures\\Slide Shows" msgid "Slide Shows"
msgstr ""
#: shell32.rc:231
msgid "Music\\Playlists"
msgstr "" msgstr ""
#: shell32.rc:232 shell32.rc:245 #: shell32.rc:224
msgid "Downloads" msgid "Playlists"
msgstr "" msgstr ""
#: shell32.rc:148 taskmgr.rc:326 #: shell32.rc:148 taskmgr.rc:326
...@@ -7856,52 +7820,36 @@ msgstr "" ...@@ -7856,52 +7820,36 @@ msgstr ""
msgid "Model" msgid "Model"
msgstr "" msgstr ""
#: shell32.rc:233 #: shell32.rc:225
msgid "Microsoft\\Windows\\GameExplorer" msgid "Sample Music"
msgstr ""
#: shell32.rc:234
msgid "Microsoft\\Windows\\Libraries"
msgstr ""
#: shell32.rc:235
msgid "Microsoft\\Windows\\Ringtones"
msgstr ""
#: shell32.rc:236
msgid "Music\\Sample Music"
msgstr "" msgstr ""
#: shell32.rc:237 #: shell32.rc:226
msgid "Pictures\\Sample Pictures" msgid "Sample Pictures"
msgstr "" msgstr ""
#: shell32.rc:238 #: shell32.rc:227
msgid "Music\\Sample Playlists" msgid "Sample Playlists"
msgstr "" msgstr ""
#: shell32.rc:239 #: shell32.rc:228
msgid "Videos\\Sample Videos" msgid "Sample Videos"
msgstr "" msgstr ""
#: shell32.rc:240 #: shell32.rc:229
msgid "Saved Games" msgid "Saved Games"
msgstr "" msgstr ""
#: shell32.rc:241 #: shell32.rc:230
msgid "Searches" msgid "Searches"
msgstr "" msgstr ""
#: shell32.rc:242 #: shell32.rc:231
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: shell32.rc:243 #: shell32.rc:233
msgid "OEM Links" msgid "Downloads"
msgstr ""
#: shell32.rc:246
msgid "AppData\\LocalLow"
msgstr "" msgstr ""
#: shell32.rc:166 #: shell32.rc:166
...@@ -7969,11 +7917,11 @@ msgid "" ...@@ -7969,11 +7917,11 @@ msgid ""
"the folder?" "the folder?"
msgstr "" msgstr ""
#: shell32.rc:248 #: shell32.rc:235
msgid "New Folder" msgid "New Folder"
msgstr "" msgstr ""
#: shell32.rc:250 #: shell32.rc:237
msgid "Wine Control Panel" msgid "Wine Control Panel"
msgstr "" msgstr ""
...@@ -7989,41 +7937,41 @@ msgstr "" ...@@ -7989,41 +7937,41 @@ msgstr ""
msgid "Executable files (*.exe)" msgid "Executable files (*.exe)"
msgstr "" msgstr ""
#: shell32.rc:254 #: shell32.rc:241
msgid "There is no Windows program configured to open this type of file." msgid "There is no Windows program configured to open this type of file."
msgstr "" msgstr ""
#: shell32.rc:256 #: shell32.rc:243
msgid "Are you sure you wish to permanently delete '%1'?" msgid "Are you sure you wish to permanently delete '%1'?"
msgstr "" msgstr ""
#: shell32.rc:257 #: shell32.rc:244
msgid "Are you sure you wish to permanently delete these %1 items?" msgid "Are you sure you wish to permanently delete these %1 items?"
msgstr "" msgstr ""
#: shell32.rc:258 #: shell32.rc:245
msgid "Confirm deletion" msgid "Confirm deletion"
msgstr "" msgstr ""
#: shell32.rc:259 #: shell32.rc:246
msgid "" msgid ""
"A file already exists at the path %1.\n" "A file already exists at the path %1.\n"
"\n" "\n"
"Do you want to replace it?" "Do you want to replace it?"
msgstr "" msgstr ""
#: shell32.rc:260 #: shell32.rc:247
msgid "" msgid ""
"A folder already exists at the path %1.\n" "A folder already exists at the path %1.\n"
"\n" "\n"
"Do you want to replace it?" "Do you want to replace it?"
msgstr "" msgstr ""
#: shell32.rc:261 #: shell32.rc:248
msgid "Confirm overwrite" msgid "Confirm overwrite"
msgstr "" msgstr ""
#: shell32.rc:278 #: shell32.rc:265
msgid "" msgid ""
"Wine is free software; you can redistribute it and/or modify it under the " "Wine is free software; you can redistribute it and/or modify it under the "
"terms of the GNU Lesser General Public License as published by the Free " "terms of the GNU Lesser General Public License as published by the Free "
...@@ -8040,7 +7988,7 @@ msgid "" ...@@ -8040,7 +7988,7 @@ msgid ""
"Franklin St, Fifth Floor, Boston, MA 02110-1301, USA." "Franklin St, Fifth Floor, Boston, MA 02110-1301, USA."
msgstr "" msgstr ""
#: shell32.rc:266 #: shell32.rc:253
msgid "Wine License" msgid "Wine License"
msgstr "" msgstr ""
...@@ -10432,10 +10380,6 @@ msgstr "" ...@@ -10432,10 +10380,6 @@ msgstr ""
msgid "Save group as `%s to prevent overwriting original files." msgid "Save group as `%s to prevent overwriting original files."
msgstr "" msgstr ""
#: progman.rc:80
msgid "Programs"
msgstr ""
#: progman.rc:81 #: progman.rc:81
msgid "Libraries (*.dll)" msgid "Libraries (*.dll)"
msgstr "" msgstr ""
...@@ -12945,10 +12889,6 @@ msgstr "" ...@@ -12945,10 +12889,6 @@ msgstr ""
msgid "&Define..." msgid "&Define..."
msgstr "" msgstr ""
#: winhlp32.rc:45
msgid "History"
msgstr ""
#: winhlp32.rc:46 winhlp32.rc:67 #: winhlp32.rc:46 winhlp32.rc:67
#, fuzzy #, fuzzy
msgid "Fonts" msgid "Fonts"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment