/////////////////////////////////////////////////////////////////////////////// // Name: src/stc/stc_i18n.cpp // Purpose: Dummy file containing translatable strings from Scintilla // Author: Vadim Zeitlin // Created: 2010-06-09 // Copyright: (c) 2010 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // This is just a collection of translatable strings defined in Scintilla // sources. It is used by locale/Makefile only and not supposed to be compiled. #error "This file is not supposed to be compiled." // These strings were manually extracted from ScintillaBase::ContextMenu(). _("Undo") _("Redo") _("Cut") _("Copy") _("Paste") _("Delete") _("Select All")