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.
 
   9 "Project-Id-Version: PACKAGE VERSION\n"
 
  10 "Report-Msgid-Bugs-To: \n"
 
  11 "POT-Creation-Date: 2016-09-14 12:34+0200\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"
 
  17 "Content-Type: text/plain; charset=UTF-8\n"
 
  18 "Content-Transfer-Encoding: 8bit\n"
 
  19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
  25 #: templates/api/main.html:5
 
  26 msgid "WolneLektury.pl API"
 
  29 #: templates/api/main.html:15
 
  33 "        WolneLektury.pl API resides under <code>%(u)s</code>.\n"
 
  34 "        You can use it to access information about books, their fragments "
 
  40 #: templates/api/main.html:23
 
  43 "        Default data serialization format is\n"
 
  44 "        <a href=\"http://en.wikipedia.org/wiki/JSON\">JSON</a>,\n"
 
  45 "        but you can also use XML by appending <code>?format=xml</code>\n"
 
  46 "        query parameter to each URL.\n"
 
  50 #: templates/api/main.html:32
 
  53 "        The URLs in WolneLektury.pl API are:\n"
 
  57 #: templates/api/main.html:39
 
  61 #: templates/api/main.html:41
 
  65 #: templates/api/main.html:43
 
  69 #: templates/api/main.html:46
 
  70 msgid "List of all authors"
 
  73 #: templates/api/main.html:48
 
  74 msgid "List of all epochs"
 
  77 #: templates/api/main.html:50
 
  78 msgid "List of all genres"
 
  81 #: templates/api/main.html:52
 
  82 msgid "List of all kinds"
 
  85 #: templates/api/main.html:55
 
  86 msgid "List of all themes"
 
  89 #: templates/api/main.html:57
 
  93 #: templates/api/main.html:63
 
  97 "        Each element of those lists contains a link (in a \"href\") "
 
  99 "        which points to individual resource's details, i.e.:\n"
 
 100 "        <a href=\"%(e1)s\">%(e1)s</a> or\n"
 
 101 "        <a href=\"%(e2)s\">%(e2)s</a>.\n"
 
 105 #: templates/api/main.html:72
 
 109 "        You can combine authors, epochs, genres and kinds to find only books "
 
 111 "        those criteria. For instance:\n"
 
 112 "        <a href=\"%(e)s\">%(e)s</a>.\n"
 
 116 #: templates/api/main.html:80
 
 120 "        If you only want top-level books and not all the children, you can "
 
 121 "use /parent_books/, as in:\n"
 
 122 "        <a href=\"%(e)s\">%(e)s</a>.\n"
 
 126 #: templates/api/main.html:88
 
 130 "        The same way, using also books and themes, you can search for a list "
 
 132 "        <a href=\"%(e)s\">%(e)s</a>.\n"
 
 133 "        Again, each entry has a \"href\" attribute which links to the "
 
 134 "fragment's details, i.e.:\n"
 
 135 "        <a href=\"%(f)s\">%(f)s</a>.\n"