summaryrefslogtreecommitdiff
path: root/lib/taggit/locale/ru
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2012-09-22 22:27:04 -0400
committerluxagraf <sng@luxagraf.net>2012-09-22 22:27:04 -0400
commitefb623af0bcb47d510501c282e1326b11343a29c (patch)
tree3a35fb19f5eba3b219c65277a5fb712cbe9604ac /lib/taggit/locale/ru
parent0b481fd7931c2ae20ca21f89a87f2ba6a6c01e10 (diff)
site reorg
Diffstat (limited to 'lib/taggit/locale/ru')
-rw-r--r--lib/taggit/locale/ru/LC_MESSAGES/django.mobin1513 -> 0 bytes
-rw-r--r--lib/taggit/locale/ru/LC_MESSAGES/django.po70
2 files changed, 0 insertions, 70 deletions
diff --git a/lib/taggit/locale/ru/LC_MESSAGES/django.mo b/lib/taggit/locale/ru/LC_MESSAGES/django.mo
deleted file mode 100644
index 61a7e39..0000000
--- a/lib/taggit/locale/ru/LC_MESSAGES/django.mo
+++ /dev/null
Binary files differ
diff --git a/lib/taggit/locale/ru/LC_MESSAGES/django.po b/lib/taggit/locale/ru/LC_MESSAGES/django.po
deleted file mode 100644
index 42e3ebe..0000000
--- a/lib/taggit/locale/ru/LC_MESSAGES/django.po
+++ /dev/null
@@ -1,70 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Django Taggit\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-06-11 11:28+0700\n"
-"PO-Revision-Date: 2010-06-11 11:30+0700\n"
-"Last-Translator: Igor 'idle sign' Starikov <idlesign@yandex.ru>\n"
-"Language-Team: \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"
-"X-Poedit-Language: Russian\n"
-
-#: forms.py:20
-msgid "Please provide a comma-separated list of tags."
-msgstr "Укажите метки через запятую."
-
-#: managers.py:41
-#: managers.py:101
-#: models.py:17
-msgid "Tags"
-msgstr "Метки"
-
-#: managers.py:102
-msgid "A comma-separated list of tags."
-msgstr "Список меток через запятую."
-
-#: models.py:9
-msgid "Name"
-msgstr "Название"
-
-#: models.py:10
-msgid "Slug"
-msgstr "Слаг"
-
-#: models.py:16
-msgid "Tag"
-msgstr "Метка"
-
-#: models.py:55
-#, python-format
-msgid "%(object)s tagged with %(tag)s"
-msgstr "элемент «%(object)s» с меткой «%(tag)s»"
-
-#: models.py:82
-msgid "Object id"
-msgstr "ID объекта"
-
-#: models.py:83
-msgid "Content type"
-msgstr "Тип содержимого"
-
-#: models.py:87
-msgid "Tagged Item"
-msgstr "Элемент с меткой"
-
-#: models.py:88
-msgid "Tagged Items"
-msgstr "Элементы с меткой"
-
-#: contrib/suggest/models.py:57
-msgid "Enter a valid Regular Expression. To make it case-insensitive include \"(?i)\" in your expression."
-msgstr "Введите регулярное выражение. Чтобы сделать его чувствительным к регистру укажите \"(?i)\"."
-