File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * PROJECT: ReactOS msctfime.ime
3+ * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
4+ * PURPOSE: Romanian resource file
5+ * TRANSLATOR: Copyright 2024 Andrei Miloiu <
[email protected] >
6+ */
7+
8+ LANGUAGE LANG_ROMANIAN, SUBLANG_DEFAULT
9+
10+ STRINGTABLE
11+ BEGIN
12+ IDS_OK "OK"
13+ IDS_CANCEL "Revocare"
14+ IDS_ABORT "Î&ntrerupere"
15+ IDS_RETRY "&Reîncercare"
16+ IDS_IGNORE "&Ignorare"
17+ IDS_YES "&Da"
18+ IDS_NO "&Nu"
19+
20+ IDS_ENTER "Intrare"
21+ IDS_FINALIZE_STRING "Finalizare a șirului"
22+ IDS_CONVERSION "Conversie"
23+ END
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ IDI_DOWN ICON "res/down.ico"
3333#ifdef LANGUAGE_PT_PT
3434 #include "lang/pt-PT.rc"
3535#endif
36+ #ifdef LANGUAGE_RO_RO
37+ #include "lang/ro-RO.rc"
38+ #endif
3639#ifdef LANGUAGE_RU_RU
3740 #include "lang/ru-RU.rc"
3841#endif
You can’t perform that action at this time.
0 commit comments