mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[MSCTFIME] Add Romanian (ro-RO) translation (#7365)
This commit is contained in:
parent
5a030eaa33
commit
5251d08663
2 changed files with 26 additions and 0 deletions
23
dll/ime/msctfime/lang/ro-RO.rc
Normal file
23
dll/ime/msctfime/lang/ro-RO.rc
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: ReactOS msctfime.ime
|
||||||
|
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
||||||
|
* PURPOSE: Romanian resource file
|
||||||
|
* TRANSLATOR: Copyright 2024 Andrei Miloiu <miloiuandrei@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
|
LANGUAGE LANG_ROMANIAN, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
STRINGTABLE
|
||||||
|
BEGIN
|
||||||
|
IDS_OK "OK"
|
||||||
|
IDS_CANCEL "Revocare"
|
||||||
|
IDS_ABORT "Î&ntrerupere"
|
||||||
|
IDS_RETRY "&Reîncercare"
|
||||||
|
IDS_IGNORE "&Ignorare"
|
||||||
|
IDS_YES "&Da"
|
||||||
|
IDS_NO "&Nu"
|
||||||
|
|
||||||
|
IDS_ENTER "Intrare"
|
||||||
|
IDS_FINALIZE_STRING "Finalizare a șirului"
|
||||||
|
IDS_CONVERSION "Conversie"
|
||||||
|
END
|
|
@ -33,6 +33,9 @@ IDI_DOWN ICON "res/down.ico"
|
||||||
#ifdef LANGUAGE_PT_PT
|
#ifdef LANGUAGE_PT_PT
|
||||||
#include "lang/pt-PT.rc"
|
#include "lang/pt-PT.rc"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef LANGUAGE_RO_RO
|
||||||
|
#include "lang/ro-RO.rc"
|
||||||
|
#endif
|
||||||
#ifdef LANGUAGE_RU_RU
|
#ifdef LANGUAGE_RU_RU
|
||||||
#include "lang/ru-RU.rc"
|
#include "lang/ru-RU.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue