Skip to content

Commit 3351c5a

Browse files
GurliGebisdonho
authored andcommitted
Add Tamil & Ukraine translation
And reorder the translations, to prevent Visual Studio reordering them all the time Close #31
1 parent c9272c7 commit 3351c5a

File tree

1 file changed

+50
-10
lines changed

1 file changed

+50
-10
lines changed

NppShell.rc

Lines changed: 50 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,26 @@
1212
/////////////////////////////////////////////////////////////////////////////
1313
#undef APSTUDIO_READONLY_SYMBOLS
1414

15+
/////////////////////////////////////////////////////////////////////////////
16+
// Tamil (Neutral) resources
17+
18+
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_TAI)
19+
LANGUAGE LANG_TAMIL, SUBLANG_NEUTRAL
20+
21+
/////////////////////////////////////////////////////////////////////////////
22+
//
23+
// String Table
24+
//
25+
26+
STRINGTABLE
27+
BEGIN
28+
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Notepad++ பயன்படுத்தி தொகுக்க"
29+
END
30+
31+
#endif // Tamil (Neutral) resources
32+
/////////////////////////////////////////////////////////////////////////////
33+
34+
1535
/////////////////////////////////////////////////////////////////////////////
1636
// Hindi (India) resources
1737

@@ -205,13 +225,33 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
205225

206226
STRINGTABLE
207227
BEGIN
208-
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Открыть в Notepad++"
228+
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Редактировать в Notepad++"
209229
END
210230

211231
#endif // Russian (Russia) resources
212232
/////////////////////////////////////////////////////////////////////////////
213233

214234

235+
/////////////////////////////////////////////////////////////////////////////
236+
// Ukrainian (Ukraine) resources
237+
238+
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_UKR)
239+
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
240+
241+
/////////////////////////////////////////////////////////////////////////////
242+
//
243+
// String Table
244+
//
245+
246+
STRINGTABLE
247+
BEGIN
248+
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Редагувати в Notepad++"
249+
END
250+
251+
#endif // Ukrainian (Ukraine) resources
252+
/////////////////////////////////////////////////////////////////////////////
253+
254+
215255
/////////////////////////////////////////////////////////////////////////////
216256
// Danish (Denmark) resources
217257

@@ -518,10 +558,10 @@ END
518558

519559

520560
/////////////////////////////////////////////////////////////////////////////
521-
// Vietnamese (Vietnam) resources
561+
// Greek (Greece) resources
522562

523-
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_VIT)
524-
LANGUAGE LANG_VIETNAMESE, SUBLANG_DEFAULT
563+
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ELL)
564+
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
525565

526566
/////////////////////////////////////////////////////////////////////////////
527567
//
@@ -530,18 +570,18 @@ LANGUAGE LANG_VIETNAMESE, SUBLANG_DEFAULT
530570

531571
STRINGTABLE
532572
BEGIN
533-
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Sửa bằng Notepad++"
573+
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Επεξεργασία στο Notepad++"
534574
END
535575

536-
#endif // Vietnamese (Vietnam) resources
576+
#endif // Greek (Greece) resources
537577
/////////////////////////////////////////////////////////////////////////////
538578

539579

540580
/////////////////////////////////////////////////////////////////////////////
541-
// Greek (Greece) resources
581+
// Vietnamese (Vietnam) resources
542582

543583
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_VIT)
544-
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
584+
LANGUAGE LANG_VIETNAMESE, SUBLANG_DEFAULT
545585

546586
/////////////////////////////////////////////////////////////////////////////
547587
//
@@ -550,10 +590,10 @@ LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
550590

551591
STRINGTABLE
552592
BEGIN
553-
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Επεξεργασία στο Notepad++"
593+
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Sửa bằng Notepad++"
554594
END
555595

556-
#endif // Greek (Greece) resources
596+
#endif // Vietnamese (Vietnam) resources
557597
/////////////////////////////////////////////////////////////////////////////
558598

559599

0 commit comments

Comments
 (0)