mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[MYEVENTPROVIDER_DLL][MC] Add Romanian (ro-RO) translation to message table (#5430)
This commit is contained in:
parent
da72ca6887
commit
cdfd8f4e1b
1 changed files with 30 additions and 1 deletions
|
@ -17,7 +17,8 @@ FacilityNames=(System=0x0:FACILITY_SYSTEM
|
|||
)
|
||||
|
||||
LanguageNames=(English=0x409:MSG00409
|
||||
Polish=0x415:MSG00415)
|
||||
Polish=0x415:MSG00415
|
||||
Romanian=0x418:MSG00418)
|
||||
|
||||
|
||||
; // The following are the categories of events.
|
||||
|
@ -32,6 +33,9 @@ Network Events
|
|||
Language=Polish
|
||||
Zdarzenia sieciowe
|
||||
.
|
||||
Language=Romanian
|
||||
Evenimante de rețea
|
||||
.
|
||||
|
||||
MessageId=0x2
|
||||
SymbolicName=DATABASE_CATEGORY
|
||||
|
@ -41,6 +45,9 @@ Database Events
|
|||
Language=Polish
|
||||
Zdarzenia bazy danych
|
||||
.
|
||||
Language=Romanian
|
||||
Evenimente de baze de date
|
||||
.
|
||||
|
||||
MessageId=0x3
|
||||
SymbolicName=UI_CATEGORY
|
||||
|
@ -50,6 +57,9 @@ UI Events
|
|||
Language=Polish
|
||||
Zdarzenia interfejsu użytkownika
|
||||
.
|
||||
Language=Romanian
|
||||
Evenimente de interfață grafică (UI)
|
||||
.
|
||||
|
||||
|
||||
; // The following are the message definitions.
|
||||
|
@ -66,6 +76,9 @@ The command is not valid.
|
|||
Language=Polish
|
||||
To polecenie jest nieprawidłowe.
|
||||
.
|
||||
Language=Romanian
|
||||
Comanda nu este validă.
|
||||
.
|
||||
|
||||
|
||||
MessageId=0x101
|
||||
|
@ -78,6 +91,9 @@ File %1 contains content that is not valid.
|
|||
Language=Polish
|
||||
Plik %1 ma nieprawidłową zawartość.
|
||||
.
|
||||
Language=Romanian
|
||||
Fișierul %1 are conținut ce nu este valid.
|
||||
.
|
||||
|
||||
MessageId=0x102
|
||||
Severity=Warning
|
||||
|
@ -91,6 +107,10 @@ Language=Polish
|
|||
Podjęto %1 ponownych prób, %2 zakończyło się sukcesem! Odłącz
|
||||
od serwera i spróbuj ponownie później.
|
||||
.
|
||||
Language=Romanian
|
||||
Au fost %1 reîncercări cu %2 succes(e)! Deconectați-vă de la
|
||||
servitor și încercați din nou, mai târziu.
|
||||
.
|
||||
|
||||
MessageId=0x103
|
||||
Severity=Informational
|
||||
|
@ -102,6 +122,9 @@ Language=English
|
|||
Language=Polish
|
||||
%1 %%4096 = %2 %%4097.
|
||||
.
|
||||
Language=Romanian
|
||||
%1 %%4096 = %2 %%4097.
|
||||
.
|
||||
|
||||
|
||||
; // The following are the parameter strings */
|
||||
|
@ -117,6 +140,9 @@ quarts%0
|
|||
Language=Polish
|
||||
kwarty%0
|
||||
.
|
||||
Language=Romanian
|
||||
pinte%0
|
||||
.
|
||||
|
||||
MessageId=0x1001
|
||||
Severity=Success
|
||||
|
@ -128,4 +154,7 @@ gallons%0
|
|||
Language=Polish
|
||||
galony%0
|
||||
.
|
||||
Language=Romanian
|
||||
galoane%0
|
||||
.
|
||||
|
||||
|
|
Loading…
Reference in a new issue