https://git.reactos.org/?p=reactos.git;a=commitdiff;h=01819b321b5d0aceede7f…
commit 01819b321b5d0aceede7f76ad1e19d7e3e15af33
Author:     Andrei Miloiu <miloiuandrei(a)gmail.com>
AuthorDate: Thu Jul 13 19:46:23 2023 +0300
Commit:     GitHub <noreply(a)github.com>
CommitDate: Thu Jul 13 19:46:23 2023 +0300
    [RAPPS][MC] Add Romanian (ro-RO) translation to message table (#5428)
---
 base/applications/rapps/rappsmsg.mc | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/base/applications/rapps/rappsmsg.mc b/base/applications/rapps/rappsmsg.mc
index 118238be870..4681eeeacae 100644
--- a/base/applications/rapps/rappsmsg.mc
+++ b/base/applications/rapps/rappsmsg.mc
@@ -8,7 +8,8 @@ Error=0x3:STATUS_SEVERITY_ERROR)
 FacilityNames=(System=0x0:FACILITY_SYSTEM)
 LanguageNames=(English=0x409:MSG00409
-               Polish=0x415:MSG00415)
+               Polish=0x415:MSG00415
+               Romanian=0x418:MSG00418)
 MessageId=1
 Severity=Success
@@ -20,6 +21,9 @@ Installation of the program "%1" is called.
 Language=Polish
 Wywołano instalację programu "%1".
 .
+Language=Romanian
+Este apelată instalarea programului "%1".
+.
 MessageId=2
 Severity=Success
@@ -31,4 +35,7 @@ Removal of the program "%1" is called.
 Language=Polish
 Wywołano usunięcie programu "%1".
 .
+Language=Romanian
+Este apelată îndepărtarea programului "%1".
+.