reactos/base/system/regsvr32/lang/ro-RO.rc
Joachim Henze 3cf3caefb4 [0.4.7][REACTOS] Fix ' +\\n' typos in *.rc (with regular expr.) CORE-18103
fix is a partial (intentionally non-squashed) pick of 0.4.14-dev-1142-g 92aabb07fb (#2393)

Yes, I double-checked the msi_en.rc, and we do only use the \t after the \n (without additional spaces).
It is a good harmonization therefore to reduce the indentation level here.
2022-03-24 00:24:22 +01:00

26 lines
1.2 KiB
Plaintext

/*
* FILE: base/system/regsvr32/lang/ro-RO.rc
* ReactOS Project (http://www.reactos.org)
* TRANSLATOR: Ștefan Fulea (stefan dot fulea at mail dot md)
*/
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_UsageMessage "%s\n\nUtilizare: regsvr32 [/u] [/s] [/c] [/n] [/i[:argumente]] nume_fișier_dll\n\
/u - Anulează înregistrarea\n\
/s - Tacit; fără ferestre de mesaje\n\
/c - Debitează informațiile la consolă\n\
/i - Apelează DllInstall cu [argumente]; cu /u apelează DllUninstall\n\
/n - Omite apelul DllRegisterServer; este utilizat cu /i"
IDS_NoDllSpecified "Nu a fost specificat nici un DLL."
IDS_InvalidFlag "Argument nerecunoscut: %s"
IDS_SwitchN_NoI "Argument nerecunoscut: /n trebuie utilizat cu /i"
IDS_DllNotLoaded "Eroare la apelul LoadLibrary('%s').\nCodul de eroare este: 0x%08x."
IDS_MissingEntry "%s a fost inclus, dar punctul de intrare %s nu e.\n\n\
Fie %s nu a fost exportat, fie %s nu este corect. Pentru detectarea problemei/corectare poate fi utilizat instrumentul PView."
IDS_FailureMessage "%s din %s nu a fost realizat.\nCodul de eroare este: 0x%08x"
IDS_SuccessMessage "%s din %s a fost realizat cu succes."
END