mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 03:21:56 +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
|
LanguageNames=(English=0x409:MSG00409
|
||||||
Polish=0x415:MSG00415)
|
Polish=0x415:MSG00415
|
||||||
|
Romanian=0x418:MSG00418)
|
||||||
|
|
||||||
|
|
||||||
; // The following are the categories of events.
|
; // The following are the categories of events.
|
||||||
|
@ -32,6 +33,9 @@ Network Events
|
||||||
Language=Polish
|
Language=Polish
|
||||||
Zdarzenia sieciowe
|
Zdarzenia sieciowe
|
||||||
.
|
.
|
||||||
|
Language=Romanian
|
||||||
|
Evenimante de rețea
|
||||||
|
.
|
||||||
|
|
||||||
MessageId=0x2
|
MessageId=0x2
|
||||||
SymbolicName=DATABASE_CATEGORY
|
SymbolicName=DATABASE_CATEGORY
|
||||||
|
@ -41,6 +45,9 @@ Database Events
|
||||||
Language=Polish
|
Language=Polish
|
||||||
Zdarzenia bazy danych
|
Zdarzenia bazy danych
|
||||||
.
|
.
|
||||||
|
Language=Romanian
|
||||||
|
Evenimente de baze de date
|
||||||
|
.
|
||||||
|
|
||||||
MessageId=0x3
|
MessageId=0x3
|
||||||
SymbolicName=UI_CATEGORY
|
SymbolicName=UI_CATEGORY
|
||||||
|
@ -50,6 +57,9 @@ UI Events
|
||||||
Language=Polish
|
Language=Polish
|
||||||
Zdarzenia interfejsu użytkownika
|
Zdarzenia interfejsu użytkownika
|
||||||
.
|
.
|
||||||
|
Language=Romanian
|
||||||
|
Evenimente de interfață grafică (UI)
|
||||||
|
.
|
||||||
|
|
||||||
|
|
||||||
; // The following are the message definitions.
|
; // The following are the message definitions.
|
||||||
|
@ -66,6 +76,9 @@ The command is not valid.
|
||||||
Language=Polish
|
Language=Polish
|
||||||
To polecenie jest nieprawidłowe.
|
To polecenie jest nieprawidłowe.
|
||||||
.
|
.
|
||||||
|
Language=Romanian
|
||||||
|
Comanda nu este validă.
|
||||||
|
.
|
||||||
|
|
||||||
|
|
||||||
MessageId=0x101
|
MessageId=0x101
|
||||||
|
@ -78,6 +91,9 @@ File %1 contains content that is not valid.
|
||||||
Language=Polish
|
Language=Polish
|
||||||
Plik %1 ma nieprawidłową zawartość.
|
Plik %1 ma nieprawidłową zawartość.
|
||||||
.
|
.
|
||||||
|
Language=Romanian
|
||||||
|
Fișierul %1 are conținut ce nu este valid.
|
||||||
|
.
|
||||||
|
|
||||||
MessageId=0x102
|
MessageId=0x102
|
||||||
Severity=Warning
|
Severity=Warning
|
||||||
|
@ -91,6 +107,10 @@ Language=Polish
|
||||||
Podjęto %1 ponownych prób, %2 zakończyło się sukcesem! Odłącz
|
Podjęto %1 ponownych prób, %2 zakończyło się sukcesem! Odłącz
|
||||||
od serwera i spróbuj ponownie później.
|
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
|
MessageId=0x103
|
||||||
Severity=Informational
|
Severity=Informational
|
||||||
|
@ -102,6 +122,9 @@ Language=English
|
||||||
Language=Polish
|
Language=Polish
|
||||||
%1 %%4096 = %2 %%4097.
|
%1 %%4096 = %2 %%4097.
|
||||||
.
|
.
|
||||||
|
Language=Romanian
|
||||||
|
%1 %%4096 = %2 %%4097.
|
||||||
|
.
|
||||||
|
|
||||||
|
|
||||||
; // The following are the parameter strings */
|
; // The following are the parameter strings */
|
||||||
|
@ -117,6 +140,9 @@ quarts%0
|
||||||
Language=Polish
|
Language=Polish
|
||||||
kwarty%0
|
kwarty%0
|
||||||
.
|
.
|
||||||
|
Language=Romanian
|
||||||
|
pinte%0
|
||||||
|
.
|
||||||
|
|
||||||
MessageId=0x1001
|
MessageId=0x1001
|
||||||
Severity=Success
|
Severity=Success
|
||||||
|
@ -128,4 +154,7 @@ gallons%0
|
||||||
Language=Polish
|
Language=Polish
|
||||||
galony%0
|
galony%0
|
||||||
.
|
.
|
||||||
|
Language=Romanian
|
||||||
|
galoane%0
|
||||||
|
.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue