Reactos
1/* Greek translation by Apostolos Alexiadis, 2009-01-25 */
2
3LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
4
5STRINGTABLE
6BEGIN
7 IDS_NAME "Όνομα"
8 IDS_TYPE "Τύπος"
9 IDS_MANUFACTURER "Κατασκευαστής: %1"
10 IDS_LOCATION "Τοποθεσία: %1"
11 IDS_STATUS "Κατάσταση Συσκευής: %1"
12 IDS_UNKNOWN "Άγνωστο"
13 IDS_LOCATIONSTR "Τοποθεσία %1!u! (%2)"
14 IDS_DEVCODE " (Code %1!u!)"
15 IDS_DEVCODE2 " (Code %2!u!)"
16 IDS_ENABLEDEVICE "Χρήση αυτής της συσκευής (ενεργοποίηση)"
17 IDS_DISABLEDEVICE "Μη χρήση αυτής της συσκευής (απενεργοποίηση)"
18 IDS_UNKNOWNDEVICE "Άγνωστη συσκευή"
19 IDS_NODRIVERLOADED "Δεν έχουν εγκατασταθεί οδηγοί για αυτή τη συσκευή."
20 IDS_DEVONPARENT "στο %1"
21 IDS_TROUBLESHOOTDEV "&Αντιμετώπιση προβλημάτων..."
22 IDS_ENABLEDEV "Ε&νεργοποίηση Συσκευής"
23 IDS_REINSTALLDRV "Ε&πανεγκατάσταση Οδηγού"
24 IDS_PROPERTIES "Ι&διότητες"
25 IDS_UPDATEDRV "Α&ναβάθμιση Οδηγού..."
26 IDS_REBOOT "Επανεκκίνηση &Υπολογιστή..."
27 IDS_NOTAVAILABLE "Μη διαθέσιμο"
28 IDS_NOTDIGITALLYSIGNED "Not digitally signed"
29 IDS_NODRIVERS "No driver files are required or have been loaded for this device."
30 IDS_RESOURCE_COLUMN "Resource type"
31 IDS_SETTING_COLUMN "Setting"
32 IDS_RESOURCE_MEMORY_RANGE "Memory range"
33 IDS_RESOURCE_INTERRUPT "IRQ"
34 IDS_RESOURCE_DMA "DMA"
35 IDS_RESOURCE_PORT "I/O range"
36 IDS_COPY "&Αντιγραφή"
37END
38
39/* error messages, source: http://www.z123.org/techsupport/medm.htm */
40STRINGTABLE
41BEGIN
42 IDS_DEV_NO_PROBLEM "Αυτή η συσκευή λειτουργεί κανονικά."
43 IDS_DEV_NOT_CONFIGURED "Αυτή η συσκευή δεν έχει διαμορφωθεί σωστά."
44 IDS_DEV_DEVLOADER_FAILED "Το ReactOS δε μπόρεσε να φορτώσει τον οδηγό για αυτή τη συσκευή γιατί ο υπολογιστής αναφέρει 2 %1 bus τύπους."
45 IDS_DEV_DEVLOADER_FAILED2 "The %1 device loader(s) for this device could not load the device driver."
46 IDS_DEV_OUT_OF_MEMORY "Ο οδηγός για αυτή τη συσκευή μπορεί να είναι λανθασμένος, ή το σύστημά σας μπορεί να έχει λίγη μνήμη ή άλλους πόρους."
47 IDS_DEV_ENTRY_IS_WRONG_TYPE "Αυτή η συσκευή δε λειτουργεί κανονικά επειδή ένας από τους οδηγούς τους πιθανόν να είναι λανθασμένος, ή το μητρώο σας ενδέχεται να έχει λάθη."
48 IDS_DEV_LACKED_ARBITRATOR "The driver for this device requested a resource that ReactOS does not know how to handle."
49 IDS_DEV_BOOT_CONFIG_CONFLICT "Another device is using the resources this device needs."
50 IDS_DEV_FAILED_FILTER "Οι οδηγοί για αυτή τη συσκευή πρέπει να επανεγκατασταθούν."
51 IDS_DEV_DEVLOADER_NOT_FOUND "Αυτή η συσκευή δε λειτουργεί κανονικά επειδή το ReactOS δε μπορεί να φορτώσει το αρχείο %1 που φορτώνει τους οδηγούς για τη συσκευή."
52 IDS_DEV_DEVLOADER_NOT_FOUND2 "Αυτή η συσκευή δε λειτουργεί κανονικά επειδή το αρχείο %1 που φορτώνει τους οδηγούς για αυτή τη συσκευή είναι λανθασμένο."
53 IDS_DEV_DEVLOADER_NOT_FOUND3 "Device failure: Try changing the driver for this device. If that doesn't work, see your hardware documentation."
54 IDS_DEV_INVALID_DATA "This device is not working properly because the BIOS in your computer is reporting the resources for the device incorrectly."
55 IDS_DEV_INVALID_DATA2 "This device is not working properly because the BIOS in the device is reporting the resources for the device incorrectly. "
56 IDS_DEV_FAILED_START "This device is either not present, not working properly, or does not have all the drivers installed."
57 IDS_DEV_LIAR "ReactOS stopped responding while attempting to start this device, and therefore will never attempt to start this device again."
58 IDS_DEV_NORMAL_CONFLICT "This device cannot find any free %1 resources to use."
59 IDS_DEV_NOT_VERIFIED "Αυτή η συσκευή μπορεί να μην είναι παρούσα, να μη λειτουργεί σωστά, ή να μην έχει όλους τους οδηγούς της εγκατεστημένους."
60 IDS_DEV_NEED_RESTART "Αυτή η συσκευή δε μπορεί να λειτουργήσει κανονικά μέχρι να επανεκκινήσετε τον υπολογιστή σας."
61 IDS_DEV_REENUMERATION "This device is causing a resource conflict."
62 IDS_DEV_PARTIAL_LOG_CONF "ReactOS could not identify all the resources this device uses."
63 IDS_DEV_UNKNOWN_RESOURCE "The driver information file %1 is telling this child device to use a resource that the parent device does not have or recognize."
64 IDS_DEV_REINSTALL "Οι οδηγοί για αυτή τη συσκευή πρέπει να επανεγκατασταθούν."
65 IDS_DEV_REGISTRY "Το μητρώο σας ενδέχεται να έχει λάθη."
66 IDS_DEV_WILL_BE_REMOVED "Το ReactOS αφαιρεί αυτή τη συσκευή."
67 IDS_DEV_DISABLED "Αυτή η συσκευή δεν ξεκίνησε."
68 IDS_DEV_DISABLED2 "Αυτή η συσκευή είναι απενεργοποιημένη."
69 IDS_DEV_DEVLOADER_NOT_READY "The loaders for this device cannot load the required drivers."
70 IDS_DEV_DEVLOADER_NOT_READY2 "" /* unused */
71 IDS_DEV_DEVLOADER_NOT_READY3 "" /* unused */
72 IDS_DEV_DEVICE_NOT_THERE "This device is either not present, not working properly, or does not have all the drivers installed."
73 IDS_DEV_MOVED "ReactOS is in the process of setting up this device."
74 IDS_DEV_TOO_EARLY "ReactOS is in the process of setting up this device."
75 IDS_DEV_NO_VALID_LOG_CONF "ReactOS can't specify the resources for this device."
76 IDS_DEV_FAILED_INSTALL "The drivers for this device are not installed."
77 IDS_DEV_HARDWARE_DISABLED "This device is disabled because the BIOS for the device did not give it any resources."
78 IDS_DEV_CANT_SHARE_IRQ "This device is using an Interrupt Request (IRQ) resource that is in use by another device and cannot be shared.\nYou must change the conflicting setting or remove the real-mode driver causing the conflict."
79 IDS_DEV_FAILED_ADD "This device is not working properly because ReactOS cannot load the drivers required for this device."
80 IDS_DEV_DISABLED_SERVICE "ReactOS cannot install the drivers for this device because it cannot access the drive or network location that has the setup files on it."
81 IDS_DEV_TRANSLATION_FAILED "This device isn't responding to its driver."
82 IDS_DEV_NO_SOFTCONFIG "ReactOS cannot determine the settings for this device. Consult the documentation that came with this device and use the Resource tab to set the configuration."
83 IDS_DEV_BIOS_TABLE "Your computer's system firmware does not include enough information to properly configure and use this device.\nTo use this device, contact your computer manufacturer to obtain a firmware or BIOS update."
84 IDS_DEV_IRQ_TRANSLATION_FAILED "This device is requesting a PCI interrupt but is configured for an ISA interrupt (or vice versa).\nPlease use the computer's system setup program to reconfigure the interrupt for this device."
85 IDS_DEV_FAILED_DRIVER_ENTRY "ReactOS cannot initialize the device driver for this hardware."
86 IDS_DEV_DRIVER_FAILED_PRIOR_UNLOAD "ReactOS cannot load the device driver for this hardware because a previous instance of the device driver is still in memory."
87 IDS_DEV_DRIVER_FAILED_LOAD "ReactOS cannot load the device driver for this hardware. The driver may be corrupted or missing."
88 IDS_DEV_DRIVER_SERVICE_KEY_INVALID "ReactOS cannot access this hardware because its service key information in the registry is missing or recorded incorrectly."
89 IDS_DEV_LEGACY_SERVICE_NO_DEVICES "ReactOS successfully loaded the device driver for this hardware but cannot find the hardware device."
90 IDS_DEV_DUPLICATE_DEVICE "ReactOS cannot load the device driver for this hardware because there is a duplicate device already running in the system."
91 IDS_DEV_FAILED_POST_START "ReactOS has stopped this device because it has reported problems."
92 IDS_DEV_HALTED "An application or service has shut down this hardware device."
93 IDS_DEV_PHANTOM "Currently, this hardware device is not connected to the computer."
94 IDS_DEV_SYSTEM_SHUTDOWN "ReactOS cannot gain access to this hardware device because the operating system is in the process of shutting down."
95 IDS_DEV_HELD_FOR_EJECT "ReactOS cannot use this hardware device because it has been prepared for safe removal, but it has not been removed from the computer"
96 IDS_DEV_DRIVER_BLOCKED "The software for this device has been blocked from starting because it is known to have problems with ReactOS. Contact the hardware vendor for a new driver."
97 IDS_DEV_REGISTRY_TOO_LARGE "ReactOS cannot start new hardware devices because the system hive is too large (exceeds the Registry Size Limit)."
98 IDS_DEV_SETPROPERTIES_FAILED "ReactOS wasn't able to change the settings of this device."
99END
100
101STRINGTABLE
102BEGIN
103 IDS_PROP_DEVICEID "Device Instance ID"
104 IDS_PROP_HARDWAREIDS "Hardware IDs"
105 IDS_PROP_COMPATIBLEIDS "Compatible IDs"
106 IDS_PROP_MATCHINGDEVICEID "Matching Device ID"
107 IDS_PROP_SERVICE "Service"
108 IDS_PROP_ENUMERATOR "Enumerator"
109 IDS_PROP_CAPABILITIES "Capabilities"
110 IDS_PROP_DEVNODEFLAGS "Devnode Flags"
111 IDS_PROP_CONFIGFLAGS "Config Flags"
112 IDS_PROP_CSCONFIGFLAGS "CSConfig Flags"
113 IDS_PROP_EJECTIONRELATIONS "Ejection Relations"
114 IDS_PROP_REMOVALRELATIONS "Removal Relations"
115 IDS_PROP_BUSRELATIONS "Bus Relations"
116 IDS_PROP_DEVUPPERFILTERS "Device Upper Filters"
117 IDS_PROP_DEVLOWERFILTERS "Device Lower Filters"
118 IDS_PROP_CLASSUPPERFILTERS "Class Upper Filters"
119 IDS_PROP_CLASSLOWERFILTERS "Class Lower Filters"
120 IDS_PROP_CLASSINSTALLER "Class Installers"
121 IDS_PROP_CLASSCOINSTALLER "Class Coinstallers"
122 IDS_PROP_DEVICECOINSTALLER "Device Coinstallers"
123 IDS_PROP_FIRMWAREREVISION "Firmware Revision"
124 IDS_PROP_CURRENTPOWERSTATE "Current Power State"
125 IDS_PROP_POWERCAPABILITIES "Power Capabilities"
126 IDS_PROP_POWERSTATEMAPPINGS "Power State Mappings"
127END
128
129IDD_HARDWARE DIALOGEX 0, 0, 300, 400
130STYLE DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CAPTION | DS_SHELLFONT
131FONT 8, "MS Shell Dlg"
132BEGIN
133 LTEXT "&Συσκευές:", IDC_DEVICES, 7, 6, 196, 10
134 CONTROL "", IDC_LV_DEVICES, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS |
135 LVS_SHAREIMAGELISTS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 7, 16, 196, 50
136 GROUPBOX "Ιδιότητες Συσκευής", IDC_PROPERTIESGROUP, 7, 76, 196, 105
137 LTEXT "", IDC_MANUFACTURER, 14, 88, 183, 10, SS_ENDELLIPSIS
138 LTEXT "", IDC_LOCATION, 14, 100, 183, 10, SS_ENDELLIPSIS
139 LTEXT "", IDC_STATUS, 14, 112, 183, 30
140 PUSHBUTTON "&Αντιμετώπιση προβλημάτων...", IDC_TROUBLESHOOT, 85, 140, 54, 14, BS_PUSHBUTTON | WS_CHILD | WS_DISABLED | WS_TABSTOP
141 PUSHBUTTON "Ι&διότητες", IDC_PROPERTIES, 146, 140, 50, 14
142END
143
144IDD_DEVICEGENERAL DIALOGEX 0, 0, 252, 218
145STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
146CAPTION "Γενικά"
147FONT 8, "MS Shell Dlg"
148BEGIN
149 ICON "", IDC_DEVICON, 7, 7, 20, 20
150 LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
151 LTEXT "Τύπος συσκευής:", -1, 37, 39, 60, 8, SS_NOPREFIX
152 EDITTEXT IDC_DEVTYPE, 100, 39, 146, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
153 LTEXT "Κατασκευαστής:", -1, 37, 53, 60, 8, SS_NOPREFIX
154 EDITTEXT IDC_DEVMANUFACTURER, 100, 53, 145, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
155 LTEXT "Τοποθεσία:", -1, 37, 67, 60, 8, SS_NOPREFIX
156 EDITTEXT IDC_DEVLOCATION, 100, 67, 145, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
157 GROUPBOX "Κατάσταση συσκευής", IDC_DEVSTATUSGROUP, 7, 83, 238, 100
158 EDITTEXT IDC_DEVSTATUS, 14, 96, 224, 61, NOT WS_TABSTOP | ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL
159 PUSHBUTTON "&Αντιμετώπιση προβλημάτων...", IDC_DEVPROBLEM, 148, 163, 90, 15
160 LTEXT "&Χρήση συσκευής:", IDC_DEVUSAGELABEL, 7, 188, 222, 8, WS_DISABLED
161 COMBOBOX IDC_DEVUSAGE, 7, 198, 239, 40, CBS_DROPDOWNLIST | WS_VSCROLL | WS_DISABLED
162END
163
164IDD_DEVICEDRIVER DIALOGEX 0, 0, 252, 218
165STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
166CAPTION "Οδηγός"
167FONT 8, "MS Shell Dlg"
168BEGIN
169 ICON "", IDC_DEVICON, 7, 7, 20, 20
170 LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
171 LTEXT "Προμηθευτής οδηγού:", -1, 37, 39, 60, 8, SS_NOPREFIX
172 EDITTEXT IDC_DRVPROVIDER, 100, 39, 146, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
173 LTEXT "Ημερομηνία οδηγού:", -1, 37, 53, 60, 8, SS_NOPREFIX
174 EDITTEXT IDC_DRVDATE, 100, 53, 145, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
175 LTEXT "Έκδοση οδηγού:", -1, 37, 67, 60, 8, SS_NOPREFIX
176 EDITTEXT IDC_DRVVERSION, 100, 67, 145, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
177 LTEXT "Digital Signer:", -1, 37, 81, 60, 8, SS_NOPREFIX
178 EDITTEXT IDC_DIGITALSIGNER, 100, 81, 145, 12, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
179 PUSHBUTTON "&Λεπτομέρειες οδηγού...", IDC_DRIVERDETAILS, 7, 106, 75, 15
180 LTEXT "To view details about the driver files.", -1, 91, 110, 154, 17, SS_NOPREFIX
181 PUSHBUTTON "&Update Driver...", IDC_UPDATEDRIVER, 7, 134, 75, 15
182 LTEXT "Update the device driver.", -1, 91, 138, 154, 17, SS_NOPREFIX
183 PUSHBUTTON "&Roll Back Driver", IDC_ROLLBACKDRIVER, 7, 162, 75, 15
184 LTEXT "If the device fails after updating the driver, roll back to the previously installed driver.", -1, 91, 162, 154, 25, SS_NOPREFIX
185 PUSHBUTTON "&Uninstall", IDC_UNINSTALLDRIVER, 7, 190, 75, 15
186 LTEXT "To uninstall the driver (Advanced).", -1, 91, 194, 154, 17, SS_NOPREFIX
187END
188
189IDD_DRIVERDETAILS DIALOGEX 0, 0, 224, 230
190STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
191CAPTION "Λεπτομέρειες Αρχείων Οδηγού"
192FONT 8, "MS Shell Dlg"
193BEGIN
194 ICON "", IDC_DEVICON, 7, 7, 20, 20
195 LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
196 LTEXT "&Αρχεία οδηγού:", -1, 7, 36, 204, 8
197 CONTROL "", IDC_DRIVERFILES, "SysListView32", LVS_REPORT | LVS_NOCOLUMNHEADER |
198 LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_SORTASCENDING |
199 LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 7, 46, 209, 80
200 LTEXT "Προμηθευτής:", -1, 14, 134, 50, 8
201 EDITTEXT IDC_FILEPROVIDER, 66, 134, 155, 8, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
202 LTEXT "Έκδοση αρχείου:", -1, 14, 150, 50, 8
203 EDITTEXT IDC_FILEVERSION, 66, 150, 155, 8, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
204 LTEXT "Δικαιώματα:", -1, 14, 166, 50, 8
205 EDITTEXT IDC_FILECOPYRIGHT, 66, 166, 155, 8, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
206 LTEXT "Digital Signer:", -1, 14, 182, 50, 8
207 EDITTEXT IDC_DIGITALSIGNER, 66, 182, 155, 8, NOT WS_TABSTOP | NOT WS_BORDER | ES_AUTOHSCROLL | ES_READONLY
208 DEFPUSHBUTTON "OK", IDOK, 167, 208, 50, 14
209END
210
211IDD_DEVICEDETAILS DIALOGEX 0, 0, 252, 218
212STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
213CAPTION "Details"
214FONT 8, "MS Shell Dlg"
215BEGIN
216 ICON "", IDC_DEVICON, 7, 7, 20, 20
217 LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
218 COMBOBOX IDC_DETAILSPROPNAME, 7, 36, 238, 165, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
219 CONTROL "", IDC_DETAILSPROPVALUE, "SysListView32", LVS_REPORT | LVS_NOCOLUMNHEADER |
220 LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS |
221 LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 7, 58, 238, 155
222END
223
224IDD_DEVICERESOURCES DIALOGEX 0, 0, 252, 218
225STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
226CAPTION "Resources"
227FONT 8, "MS Shell Dlg"
228BEGIN
229 ICON "", IDC_DEVICON, 7, 7, 20, 20
230 LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
231 LTEXT "Resource settings:", -1, 7, 36, 204, 8
232 CONTROL "", IDC_DRIVERRESOURCES, "SysListView32", LVS_REPORT |
233 LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_SORTASCENDING |
234 LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP, 7, 46, 238, 80
235END
236
237IDD_DEVICEPOWER DIALOGEX 0, 0, 252, 218
238STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
239CAPTION "Power"
240FONT 8, "MS Shell Dlg"
241BEGIN
242 ICON "", IDC_DEVICON, 7, 7, 20, 20
243 LTEXT "", IDC_DEVNAME, 37, 9, 174, 16, SS_NOPREFIX
244END
245
246IDD_UNINSTALLDRIVER DIALOGEX 0, 0, 224, 121
247STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUPWINDOW | WS_VISIBLE | WS_DLGFRAME
248CAPTION "Confirm Device Removal"
249FONT 8, "MS Shell Dlg"
250BEGIN
251 ICON "", IDC_DEVICON, 7, 7, 20, 20
252 LTEXT "", IDC_DEVNAME, 40, 9, 174, 16, SS_NOPREFIX
253 LTEXT "Warning: You are about to uninstall this device from your system.", -1, 7, 37, 204, 50
254 DEFPUSHBUTTON "OK", IDOK, 110, 100, 50, 14
255 PUSHBUTTON "Cancel", IDCANCEL, 166, 100, 50, 14
256END
257
258
259/*
260 This code relates to the device manager GUI
261 */
262
263IDM_MAINMENU MENU
264BEGIN
265 POPUP "&File"
266 BEGIN
267 MENUITEM "E&xit", IDM_EXIT
268 END
269 POPUP "Action"
270 BEGIN
271 MENUITEM "Scan for hardware changes", IDM_SCAN_HARDWARE
272 MENUITEM "Add hardware", IDM_ADD_HARDWARE
273 END
274 POPUP "View"
275 BEGIN
276 MENUITEM "Devices by type", IDM_DEVBYTYPE
277 MENUITEM "Devices by connection", IDM_DEVBYCONN
278 MENUITEM "Resources by type", IDM_RESBYTYPE
279 MENUITEM "Resources by connection", IDM_RESBYCONN, GRAYED
280 MENUITEM SEPARATOR
281 MENUITEM "Show hidden devices", IDM_SHOWHIDDEN
282 END
283 POPUP "Help"
284 BEGIN
285 MENUITEM "About", IDM_ABOUT
286 END
287END
288
289
290STRINGTABLE
291BEGIN
292 IDS_APPNAME "ReactOS Device Manager"
293 IDS_APP_AUTHORS "Copyright 2015 Ged Murphy"
294 IDS_CONFIRM_DISABLE "Disabling this device will cause it to stop functioning.\nDo you really want to disable it?"
295 IDS_CONFIRM_UNINSTALL "Warning: You are about to uninstall this device from your system.\nDo you want to continue?"
296END
297
298STRINGTABLE
299BEGIN
300 IDS_MENU_UPDATE "Update driver software..."
301 IDS_MENU_ENABLE "Enable"
302 IDS_MENU_DISABLE "Disable"
303 IDS_MENU_UNINSTALL "Uninstall"
304 IDS_MENU_SCAN "Scan for hardware changes"
305 IDS_MENU_ADD "Add hardware"
306 IDS_MENU_PROPERTIES "Properties"
307END
308
309STRINGTABLE
310BEGIN
311 IDS_TOOLTIP_PROPERTIES "Properties"
312 IDS_TOOLTIP_SCAN "Scan for hardware changes"
313 IDS_TOOLTIP_ENABLE "Enable"
314 IDS_TOOLTIP_DISABLE "Disable"
315 IDS_TOOLTIP_UPDATE "Update Driver Software"
316 IDS_TOOLTIP_UNINSTALL "Uninstall"
317END
318
319STRINGTABLE
320BEGIN
321 IDS_TYPE_MEMORY "Memory"
322 IDS_TYPE_PORT "Input/output (IO)"
323 IDS_TYPE_DMA "Direct Memory Access (DMA)"
324 IDS_TYPE_IRQ "Interrupt request (IRQ)"
325END
326
327/* Hints */
328STRINGTABLE
329BEGIN
330 IDS_HINT_BLANK " "
331 IDS_HINT_PROPERTIES " Open property dialog for the current selection."
332 IDS_HINT_SCAN " Scan for changed or new plug and play devices."
333 IDS_HINT_ENABLE " Enables the selected device."
334 IDS_HINT_DISABLE " Disables the selected device."
335 IDS_HINT_UPDATE " Launches the Update Driver Software wizard for the selected device."
336 IDS_HINT_UNINSTALL " Uninstalls the driver for the selected device."
337 IDS_HINT_ADD " Adds a legacy (non-Plug and Play) device to the computer."
338 IDS_HINT_ABOUT " About ReactOS Device Manager."
339 IDS_HINT_EXIT " Exits the program."
340
341 IDS_HINT_DEV_BY_TYPE " Displays devices by hardware type."
342 IDS_HINT_DEV_BY_CONN " Displays devices by connection."
343 IDS_HINT_RES_BY_TYPE " Displays resources by type."
344 IDS_HINT_RES_BY_CONN " Displays resources by connection type."
345 IDS_HINT_SHOW_HIDDEN " Displays legacy devices and devices that are no longer installed."
346
347 IDS_HINT_SYS_RESTORE " Restores this window to normal size."
348 IDS_HINT_SYS_MOVE " Moves this window."
349 IDS_HINT_SYS_SIZE " Resizes this window."
350 IDS_HINT_SYS_MINIMIZE " Collapses this window to an icon."
351 IDS_HINT_SYS_MAXIMIZE " Expands this window to fill this screen."
352 IDS_HINT_SYS_CLOSE " Closes this window."
353END
354