]>
Commit | Line | Data |
---|---|---|
7e200370 VZ |
1 | /////////////////////////////////////////////////////////////////////////////// |
2 | // Name: src/stc/stc_i18n.cpp | |
3 | // Purpose: Dummy file containing translatable strings from Scintilla | |
4 | // Author: Vadim Zeitlin | |
5 | // Created: 2010-06-09 | |
7e200370 VZ |
6 | // Copyright: (c) 2010 Vadim Zeitlin <vadim@wxwidgets.org> |
7 | // Licence: wxWindows licence | |
8 | /////////////////////////////////////////////////////////////////////////////// | |
9 | ||
10 | // This is just a collection of translatable strings defined in Scintilla | |
11 | // sources. It is used by locale/Makefile only and not supposed to be compiled. | |
12 | #error "This file is not supposed to be compiled." | |
13 | ||
14 | // These strings were manually extracted from ScintillaBase::ContextMenu(). | |
15 | _("Undo") | |
16 | _("Redo") | |
17 | _("Cut") | |
18 | _("Copy") | |
19 | _("Paste") | |
20 | _("Delete") | |
21 | _("Select All") | |
22 |