mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[RAPPS][MC] Add Romanian (ro-RO) translation to message table (#5428)
This commit is contained in:
parent
36e6ca9776
commit
01819b321b
1 changed files with 8 additions and 1 deletions
|
@ -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".
|
||||
.
|
||||
|
||||
|
|
Loading…
Reference in a new issue