aboutsummaryrefslogtreecommitdiff
path: root/dicoweb/dummy_translations.py
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2009-03-08 00:36:15 +0100
committerWojciech Polak <polak@gnu.org>2009-03-08 17:30:10 +0100
commitaec2ae6a91539e5f20ef7230b7a2e0f3578286e7 (patch)
treecbc22f2f64d6e33bdfa9ff3f4cf32b86fcdf8bec /dicoweb/dummy_translations.py
parent660a9a4fdfbe35df77eb9457bd0cc473b8cbbc95 (diff)
downloaddico-aec2ae6a91539e5f20ef7230b7a2e0f3578286e7.tar.gz
dico-aec2ae6a91539e5f20ef7230b7a2e0f3578286e7.tar.bz2
Add Dicoweb -- a web search interface.
Diffstat (limited to 'dicoweb/dummy_translations.py')
-rw-r--r--dicoweb/dummy_translations.py40
1 files changed, 40 insertions, 0 deletions
diff --git a/dicoweb/dummy_translations.py b/dicoweb/dummy_translations.py
new file mode 100644
index 0000000..892f9dd
--- /dev/null
+++ b/dicoweb/dummy_translations.py
@@ -0,0 +1,40 @@
+# This file is part of GNU Dico.
+# Copyright (C) 2008, 2009 Wojciech Polak
+#
+# GNU Dico is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# GNU Dico is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Dico. If not, see <http://www.gnu.org/licenses/>.
+
+from django.utils.translation import ugettext_noop
+
+DUMMY_TRANSLATIONS = (
+ # gnu.org.ua
+ ugettext_noop('Match words exactly'),
+ ugettext_noop('Match word prefixes'),
+ ugettext_noop('Match using SOUNDEX algorithm'),
+ ugettext_noop('Match everything (experimental)'),
+ ugettext_noop('Match headwords within given Levenshtein distance'),
+ ugettext_noop('Match headwords within given Levenshtein distance (normalized)'),
+ ugettext_noop('Match headwords within given Damerau-Levenshtein distance'),
+ ugettext_noop('Match headwords within given Damerau-Levenshtein distance (normalized)'),
+ ugettext_noop('POSIX 1003.2 (modern) regular expressions'),
+ ugettext_noop('Old (basic) regular expressions'),
+ ugettext_noop('Match word suffixes'),
+ ugettext_noop('Reverse search in Quechua databases'),
+ # dict.org
+ ugettext_noop('Match headwords exactly'),
+ ugettext_noop('Match prefixes'),
+ ugettext_noop('Match substring occurring anywhere in a headword'),
+ ugettext_noop('Match suffixes'),
+ ugettext_noop('Match headwords within Levenshtein distance one'),
+ ugettext_noop('Match separate words within headwords'),
+)

Return to:

Send suggestions and report system problems to the System administrator.