mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[MSCTFIME] Add Romanian (ro-RO) translation (#7365)
This commit is contained in:
@@ -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 <[email protected]>
|
||||
*/
|
||||
|
||||
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
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user