jp locale
[wolnelektury.git] / apps / api / locale / jp / LC_MESSAGES / django.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2012-02-07 15:50+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: templates/api/main.html:4
21 msgid "WolneLektury.pl API"
22 msgstr ""
23
24 #: templates/api/main.html:13
25 msgid ""
26 "\n"
27 "WolneLektury.pl API resides under <code>http://www.wolnelektury.pl/api/</"
28 "code>.\n"
29 "You can use it to access information about books, their fragments and\n"
30 "their metadata.\n"
31 msgstr ""
32
33 #: templates/api/main.html:21
34 msgid ""
35 "\n"
36 "Default data serialization format is\n"
37 "<a href=\"http://en.wikipedia.org/wiki/JSON\">JSON</a>,\n"
38 "but you can also use XML by appending <code>?format=xml</code>\n"
39 "query parameter to each URL.\n"
40 msgstr ""
41
42 #: templates/api/main.html:30
43 msgid ""
44 "\n"
45 "The URLs in WolneLektury.pl API are:\n"
46 msgstr ""
47
48 #: templates/api/main.html:36
49 msgid "List of all books"
50 msgstr ""
51
52 #: templates/api/main.html:38
53 msgid "List of all authors"
54 msgstr ""
55
56 #: templates/api/main.html:39
57 msgid "List of all epochs"
58 msgstr ""
59
60 #: templates/api/main.html:40
61 msgid "List of all genres"
62 msgstr ""
63
64 #: templates/api/main.html:41
65 msgid "List of all kinds"
66 msgstr ""
67
68 #: templates/api/main.html:43
69 msgid "List of all themes"
70 msgstr ""
71
72 #: templates/api/main.html:49
73 #, python-format
74 msgid ""
75 "\n"
76 "Each element of those lists contains a link (in a \"href\") attibute\n"
77 "which points to individual resource's details, i.e.:\n"
78 "<a href=\"%(e1)s\">%(e1)s</a> or\n"
79 "<a href=\"%(e2)s\">%(e2)s</a>.\n"
80 msgstr ""
81
82 #: templates/api/main.html:58
83 #, python-format
84 msgid ""
85 "\n"
86 "You can combine authors, epochs, genres and kinds to find only books "
87 "matching\n"
88 "those criteria. For instance:\n"
89 "<a href=\"%(e)s\">%(e)s</a>.\n"
90 msgstr ""
91
92 #: templates/api/main.html:66
93 #, python-format
94 msgid ""
95 "\n"
96 "If you only want top-level books and not all the children, you can use /"
97 "parent_books/, as in:\n"
98 "<a href=\"%(e)s\">%(e)s</a>.\n"
99 msgstr ""
100
101 #: templates/api/main.html:74
102 #, python-format
103 msgid ""
104 "\n"
105 "The same way, using also books and themes, you can search for a list of "
106 "fragments:\n"
107 "<a href=\"%(e)s\">%(e)s</a>. \n"
108 "Again, each entry has a \"href\" attribute which links to the fragment's "
109 "details, i.e.:\n"
110 "<a href=\"%(f)s\">%(f)s</a>. \n"
111 msgstr ""