aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/LINGUAS1
-rw-r--r--po/Makevars17
-rw-r--r--po/POTFILES.in1
-rw-r--r--po/ru.po56
4 files changed, 75 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..adc719b
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1 @@
+ru \ No newline at end of file
diff --git a/po/Makevars b/po/Makevars
new file mode 100644
index 0000000..4980a3f
--- /dev/null
+++ b/po/Makevars
@@ -0,0 +1,17 @@
+# Makefile variables for Guile gettext
+
+# Usually the message domain is the same as the package name.
+DOMAIN = $(PACKAGE)
+
+# These two variables depend on the location of this directory.
+subdir = po
+top_builddir = ..
+
+# These options get passed to xgettext.
+XGETTEXT_OPTIONS = --from-code=utf-8 --language=Lisp --keyword=_ --keyword=N_
+
+COPYRIGHT_HOLDER = Sergey Poznyakoff
+
+MSGID_BUGS_ADDRESS = gray@gnu.org
+
+EXTRA_LOCALE_CATEGORIES =
diff --git a/po/POTFILES.in b/po/POTFILES.in
new file mode 100644
index 0000000..9681354
--- /dev/null
+++ b/po/POTFILES.in
@@ -0,0 +1 @@
+cgi-bin/dict.cgi
diff --git a/po/ru.po b/po/ru.po
new file mode 100644
index 0000000..e6276cb
--- /dev/null
+++ b/po/ru.po
@@ -0,0 +1,56 @@
+# Russian messages for Greek dictionary
+# Copyright (C) 2004 Sergey Poznyakoff
+# This file is distributed under the same license as the Ellinika package.
+# Sergey Poznyakoff <gray@gnu.org>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Ellinika 1.0\n"
+"Report-Msgid-Bugs-To: gray@gnu.org\n"
+"POT-Creation-Date: 2004-03-08 19:38+0200\n"
+"PO-Revision-Date: 2004-03-07 17:40+0200\n"
+"Last-Translator: Sergey Poznyakoff <gray@gnu.org>, 2004.\n"
+"Language-Team: Russian <ru@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+" \n"
+
+#: cgi-bin/dict.cgi:151
+msgid "Εισάγετε τη λέξη"
+msgstr "Введите слово"
+
+#: cgi-bin/dict.cgi:168
+msgid "Επιλέξτε το μέρος του λόγου"
+msgstr "Выберите часть речи"
+
+#: cgi-bin/dict.cgi:199
+msgid "Επιλέξτε το θέμα"
+msgstr "Выберите тему"
+
+#: cgi-bin/dict.cgi:229
+msgid "Αναζήτηση"
+msgstr "Поиск"
+
+#: cgi-bin/dict.cgi:590
+#, lisp-format
+msgid "Συγγνώμη, η λέξη \"~A\" δεν βρέθηκε στο λέξικο."
+msgstr "Извините, слово \"~A\" не найдено в словаре."
+
+#: cgi-bin/dict.cgi:688
+msgid "Антоним: "
+msgstr "Антоним: "
+
+#: cgi-bin/dict.cgi:688
+msgid "Антонимы: "
+msgstr "Антонимы: "
+
+#: cgi-bin/dict.cgi:697
+msgid "См. также "
+msgstr "См. также "
+
+#: cgi-bin/dict.cgi:707
+msgid "ΣΦΆΛΜΑ: σύνδεση με το λέξικο απέτυχε."
+msgstr "ОШИБКА: не удалось подключится к словарю."

Return to:

Send suggestions and report system problems to the System administrator.