https://git.reactos.org/?p=reactos.git;a=commitdiff;h=341396b462ab9525e8cf01...
commit 341396b462ab9525e8cf01c8a577620f965933b4 Author: Andrei Miloiu miloiuandrei@gmail.com AuthorDate: Thu Jul 13 19:48:55 2023 +0300 Commit: GitHub noreply@github.com CommitDate: Thu Jul 13 19:48:55 2023 +0300
[ROSAUTOTEST][MC] Add Romanian (ro-RO) translation to message table (#5429) --- modules/rostests/rosautotest/rosautotestmsg.mc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/modules/rostests/rosautotest/rosautotestmsg.mc b/modules/rostests/rosautotest/rosautotestmsg.mc index d36c532355f..ec5865de77d 100644 --- a/modules/rostests/rosautotest/rosautotestmsg.mc +++ b/modules/rostests/rosautotest/rosautotestmsg.mc @@ -8,7 +8,8 @@ Error=0x3:STATUS_SEVERITY_ERROR) FacilityNames=(System=0x0:FACILITY_SYSTEM Application=0xFFF)
LanguageNames=(English=0x409:MSG00409 - Polish=0x415:MSG00415) + Polish=0x415:MSG00415 + Romanian=0x418:MSG00418)
MessageId=1 Severity=Informational @@ -20,6 +21,9 @@ ReactOS Automatic Testing Utility is started. Language=Polish Uruchomiono narzędzie automatycznych testów systemu ReactOS. . +Language=Romanian +Utilitarul de testare automată ReactOS a fost pornit. +.
MessageId=2 Severity=Success @@ -31,4 +35,7 @@ ReactOS Automatic Testing Utility is successful. Language=Polish Narzędzie automatycznych testów systemu ReactOS pomyślnie zakończyło działanie. . +Language=Romanian +Utilitarul de testare automată ReactOS a avut succes. +.