Commit ef03df99 authored by Shelepnev Dmitry's avatar Shelepnev Dmitry
Browse files

Update localisation file

parent a2373a99
Loading
Loading
Loading
Loading
+0 −0

File moved.

+559 B

File added.

No diff preview for this file type.

+25 −0
Original line number Diff line number Diff line
# 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-08-12 16:58+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"

#: .\py\sopdsdb.py:44
msgid "Unknown genre"
msgstr ""

main_link_compares.txt

deleted100644 → 0
+0 −26
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru-RU" xmlns:dcterms="http://purl.org/dc/terms">
<title>SimpleOPDS</title>

<link href="http://localhost:8000/opds/" rel="alternate"></link>
<link href="http://localhost:8000/opds/catalogs/" rel="self"></link>


<link type="application/atom+xml" rel="start" href="sopds.wsgi?id=00"/>
<link href="sopds.wsgi?id=09" rel="search" type="application/opensearchdescription+xml" />
<link href="sopds.wsgi?searchTerm={searchTerms}" rel="search" type="application/atom+xml" />


<id>http://localhost:8000/opds/</id>
<updated>2016-03-05T20:54:34Z</updated>
<subtitle>SimpleOPDS Catalog by www.sopds.ru. Version 0.30a.</subtitle>
<icon>http://sopds.ru/favicon.ico</icon>

<entry>
<title>По каталогам</title>
<link href="http://localhost:8000/opds/catalogs/" rel="alternate"></link>
<id>http://localhost:8000/opds/catalogs/</id>
<content type="text">По каталогам</content>
</entry>

<entry><title>По авторам</title><link href="http://localhost:8000/opds/authors/" rel="alternate"></link><id>http://localhost:8000/opds/authors/</id><content type="text">По авторам</content></entry><entry><title>По наименованиям</title><link href="http://localhost:8000/opds/titles/" rel="alternate"></link><id>http://localhost:8000/opds/titles/</id><content type="text">По наименованиям</content></entry><entry><title>По жанрам</title><link href="http://localhost:8000/opds/genres/" rel="alternate"></link><id>http://localhost:8000/opds/genres/</id><content type="text">По жанрам</content></entry><entry><title>По сериям</title><link href="http://localhost:8000/opds/series/" rel="alternate"></link><id>http://localhost:8000/opds/series/</id><content type="text">По сериям</content></entry><entry><title>Книжная полка</title><link href="http://localhost:8000/opds/bookshelf/" rel="alternate"></link><id>http://localhost:8000/opds/bookshelf/</id><content type="text">Книжная полка</content></entry></feed>
 No newline at end of file
Loading