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