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

commit 4247e3f838ef32f209e51a278114bcdb78eea59e
Author:     Bișoc George <[email protected]>
AuthorDate: Sun Apr 26 13:14:44 2020 +0200
Commit:     GitHub <[email protected]>
CommitDate: Sun Apr 26 13:14:44 2020 +0200

    [UTILMAN] Add Romanian and Italian translations (#2562)
---
 base/applications/utilman/lang/it-IT.rc | 14 ++++++++++++++
 base/applications/utilman/lang/ro-RO.rc | 14 ++++++++++++++
 base/applications/utilman/utilman.rc    |  6 ++++++
 3 files changed, 34 insertions(+)

diff --git a/base/applications/utilman/lang/it-IT.rc 
b/base/applications/utilman/lang/it-IT.rc
new file mode 100644
index 00000000000..a74f9bd463d
--- /dev/null
+++ b/base/applications/utilman/lang/it-IT.rc
@@ -0,0 +1,14 @@
+/*
+ * PROJECT:         ReactOS Utility Manager (Accessibility)
+ * LICENSE:         GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:         Italian (Italy) translation resource
+ * COPYRIGHT:       Copyright 2020 Bișoc George (fraizeraust99 at gmail dot 
com)
+ */
+
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+    IDS_FAIL_INIT "L'inizializzazione della libreria dell'applicazione Utility 
Manager fallita! Il codice errore è %lu."
+    IDS_FAIL_INIT_TITLE "Inizializzazione fallita"
+END
diff --git a/base/applications/utilman/lang/ro-RO.rc 
b/base/applications/utilman/lang/ro-RO.rc
new file mode 100644
index 00000000000..05ef717703b
--- /dev/null
+++ b/base/applications/utilman/lang/ro-RO.rc
@@ -0,0 +1,14 @@
+/*
+ * PROJECT:         ReactOS Utility Manager (Accessibility)
+ * LICENSE:         GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:         Romanian (Romania) translation resource
+ * COPYRIGHT:       Copyright 2020 Bișoc George (fraizeraust99 at gmail dot 
com)
+ */
+
+LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
+
+STRINGTABLE
+BEGIN
+    IDS_FAIL_INIT "Inițializarea fișierului de sistem al aplicației Manager 
utilitare a eșuat! Codul eroare este %lu."
+    IDS_FAIL_INIT_TITLE "Inițializarea eșuată"
+END
diff --git a/base/applications/utilman/utilman.rc 
b/base/applications/utilman/utilman.rc
index c6991cbb79c..a5a21d104f3 100644
--- a/base/applications/utilman/utilman.rc
+++ b/base/applications/utilman/utilman.rc
@@ -28,5 +28,11 @@ IDI_ICON_UTILMAN ICON "res/utilman.ico"
 #ifdef LANGUAGE_EN_US
     #include "lang/en-US.rc"
 #endif
+#ifdef LANGUAGE_IT_IT
+    #include "lang/it-IT.rc"
+#endif
+#ifdef LANGUAGE_RO_RO
+    #include "lang/ro-RO.rc"
+#endif
 
 /* EOF */

Reply via email to