1
# -*- coding: utf-8 -*-
2
# Copyright © 2006 Lateef Alabi-Oki
4
# This file is part of Scribes.
6
# Scribes is free software; you can redistribute it and/or modify
7
# it under the terms of the GNU General Public License as published by
8
# the Free Software Foundation; either version 2 of the License, or
9
# (at your option) any later version.
11
# Scribes is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
16
# You should have received a copy of the GNU General Public License
17
# along with Scribes; if not, write to the Free Software
18
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
21
from gettext import gettext
23
msg0001 = _("No paragraph found")
24
msg0002 = _("No text found")
25
msg0003 = _("Moved to previous paragraph")
26
msg0004 = _("No previous paragraph")
27
msg0005 = _("Moved to next paragraph")
28
msg0006 = _("No next paragraph")
29
msg0007 = _("Selected paragraph")
30
msg0008 = _("Reflowed selected text")
31
msg0009 = _("Reflowed paragraph")
32
msg0010 = _("Cannot perform operation in readonly mode")
33
msg0011 = _("Para_graph")
34
msg0012 = _("_Previous Paragraph")
35
msg0013 = _("_Next Paragraph")
36
msg0014 = _("_Reflow Paragraph")
37
msg0015 = _("_Select Paragraph")