[MSCTFIME] Add Romanian (ro-RO) translation (#7365)

This commit is contained in:
Andrei Miloiu 2024-12-06 22:02:30 +02:00 committed by GitHub
parent 5a030eaa33
commit 5251d08663
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 0 deletions

View 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

View file

@ -33,6 +33,9 @@ IDI_DOWN ICON "res/down.ico"
#ifdef LANGUAGE_PT_PT
#include "lang/pt-PT.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "lang/ro-RO.rc"
#endif
#ifdef LANGUAGE_RU_RU
#include "lang/ru-RU.rc"
#endif