https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cd6c7272a4e02d9d596f29fee45c6138fab6ca07

commit cd6c7272a4e02d9d596f29fee45c6138fab6ca07
Author:     Andrei Miloiu <[email protected]>
AuthorDate: Thu Sep 15 17:42:03 2022 +0300
Commit:     GitHub <[email protected]>
CommitDate: Thu Sep 15 17:42:03 2022 +0300

    [HOTPLUG] Add Romanian (ro-RO) translation (#4693)
    
    Signed-off-by: Andrei Miloiu <[email protected]>
    Reviewed-by: Stanislav Motylkov <[email protected]>
    Reviewed-by: Ștefan Fulea <[email protected]>
---
 dll/cpl/hotplug/hotplug.rc    |  3 +++
 dll/cpl/hotplug/lang/ro-RO.rc | 46 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dll/cpl/hotplug/hotplug.rc b/dll/cpl/hotplug/hotplug.rc
index cec0ef96260..77897d9bfac 100644
--- a/dll/cpl/hotplug/hotplug.rc
+++ b/dll/cpl/hotplug/hotplug.rc
@@ -48,6 +48,9 @@ IDI_HOTPLUG ICON "resources/1.ico"
 #ifdef LANGUAGE_PT_PT
     #include "lang/pt-PT.rc"
 #endif
+#ifdef LANGUAGE_RO_RO
+    #include "lang/ro-RO.rc"
+#endif
 #ifdef LANGUAGE_RU_RU
     #include "lang/ru-RU.rc"
 #endif
diff --git a/dll/cpl/hotplug/lang/ro-RO.rc b/dll/cpl/hotplug/lang/ro-RO.rc
new file mode 100644
index 00000000000..5c0df0fbdf3
--- /dev/null
+++ b/dll/cpl/hotplug/lang/ro-RO.rc
@@ -0,0 +1,46 @@
+/*
+ * PROJECT:     Safely Remove Hardware Applet
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Romanian resource file
+ * TRANSLATORS: Copyright 2022 Andrei Miloiu <[email protected]>
+ */
+ 
+LANGUAGE LANG_ROMANIAN, SUBLANG_DEFAULT
+
+IDD_SAFE_REMOVE_HARDWARE_DIALOG DIALOGEX 0, 0, 278, 245
+CAPTION ""
+STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
WS_SYSMENU
+FONT 8, "MS Shell Dlg"
+BEGIN
+    ICON IDI_HOTPLUG, IDC_SAFE_REMOVE_ICON, 7, 10, 20, 20
+    LTEXT "Selectați dispozitivul pe care vreți să îl deconectați sau să îl 
scoateți, apoi dați click pe Oprește. Când ReactOS vă anunță că e sigur să 
faceți acest lucru, deconectați dispozitivul de la calculator.", IDC_STATIC, 
36, 10, 234, 24, WS_CHILD | WS_VISIBLE | WS_GROUP
+    LTEXT "&Dispozitive fizice:", IDC_STATIC, 7, 42, 248, 8, WS_CHILD | 
WS_VISIBLE | WS_GROUP
+    CONTROL "", IDC_SAFE_REMOVE_DEVICE_TREE, "SysTreeView32", TVS_HASBUTTONS | 
TVS_HASLINES | TVS_DISABLEDRAGDROP | TVS_SHOWSELALWAYS | WS_CHILD | WS_VISIBLE 
| WS_BORDER | WS_GROUP | WS_TABSTOP, 7, 52, 264, 102
+    LTEXT "", IDC_SAFE_REMOVE_TEXT, 7, 156, 264, 16, WS_CHILD | WS_VISIBLE | 
WS_GROUP
+    PUSHBUTTON "&Proprietăți", IDC_SAFE_REMOVE_PROPERTIES, 158, 178, 55, 14, 
WS_CHILD | WS_VISIBLE | WS_TABSTOP
+    PUSHBUTTON "&Oprește", IDC_SAFE_REMOVE_STOP, 216, 178, 55, 14, WS_CHILD | 
WS_VISIBLE | WS_TABSTOP
+    CONTROL "", IDC_STATIC, "static", SS_CENTER | SS_SUNKEN | WS_CHILD | 
WS_VISIBLE, 7, 200, 264, 1
+    AUTOCHECKBOX "&Afișează componentele dispozitivului", 
IDC_SAFE_REMOVE_DISPLAY_COMPONENTS, 7, 208, 140, 10, WS_CHILD | WS_VISIBLE | 
WS_TABSTOP
+    PUSHBUTTON "Î&nchidere", IDCLOSE, 216, 224, 55, 14, WS_CHILD | WS_VISIBLE 
| WS_TABSTOP
+END
+
+
+/* Menus */
+
+IDM_POPUP_DEVICE_TREE MENU
+BEGIN
+    POPUP ""
+    BEGIN
+        MENUITEM "Oprește", IDM_STOP
+        MENUITEM "Proprietăți", IDM_PROPERTIES
+    END
+END
+
+
+/* Strings */
+
+STRINGTABLE
+BEGIN
+    IDS_CPLNAME "Eliminare în siguranță a dispozitivul fizic"
+    IDS_CPLDESCRIPTION "Deconectare sau scoatere în siguranță a dispozitivelor 
din calculator."
+END

Reply via email to