Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions NppShell.rc
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,46 @@ END
/////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////
// Serbian (Cyrillic, Serbia) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SRO)
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_SERBIA_CYRILLIC

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE
BEGIN
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Уреди са &Notepad++"
END

#endif // Serbian (Cyrillic, Serbia) resources
/////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////
// Serbian (Latin, Serbia) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SRM)
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_SERBIA_LATIN

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE
BEGIN
IDS_EDIT_WITH_NOTEPADPLUSPLUS "Uredi sa &Notepad++"
END

#endif // Serbian (Latin, Serbia) resources
/////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////
// Serbian (Latin, Bosnia & Herzegovina) resources

Expand Down