1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cops_ynh.git synced 2024-09-03 18:25:57 +02:00

We don't store sources anymore

This commit is contained in:
polytan02 2016-12-23 19:01:12 +00:00
parent d846e8f0c2
commit 5901f8cb5e
315 changed files with 0 additions and 37625 deletions

View file

@ -1,286 +0,0 @@
1.0.1 - 201610XX
* Fixed some type of custom column showing id instead of text - Thanks to Mike Schwörer.
* Fixed the redirection to the OPDS catalog for Moon+ Reader.
* Fixed the mail character encoding, now in UTF-8.
* Fixed checkconfig.php to avoid sending content before headers. Thanks to Luke Stevenson.
* Fixed server side rendering with custom columns.
* Moved /icons to /images (Apache issues). Thanks to CgX.
1.0.0 - 20160708
* Updated the OPDS icons to better looking ones. Thanks to Horus68.
* Updated the README.md.
* Updated Brazillian, French, Hungarian, Portuguese, Russian translations.
* Added support of language and country code. This allow to have proper Brazil Portuguese and Portugal Portuguese.
* Added Korean translation. Thanks to Jin, Heonkyu.
* Added Romanian translation. Thanks to mtzro2003.
* Added Greek translation. Thanks to George Litos.
* Added Turkish Translation. Thanks to Yunus Emre Deligöz.
* Added Serbian Translation. Thanks to Dalibor Vinkić.
* Added the transliteration of search text. You can enable it with $config ['cops_normalized_search']. Thanks to George Litos.
* Added Ebookdroid, Chunky and AlReader in the know OPDS clients. Thanks to Mike Ferenduros and Horus68.
* Added some mime types for audio books.
* Added the rewrite rule for IIS.
* Added a now parameter to set the style ($config['cops_style']). Thanks to Pablo Santiago Blum de Aguiar.
* Added a directory cache ($config['cops_thumbnail_cache_directory']) to store the resized thumbnails (should help on slow NAS). Thanks to O2 Graphics.
* Added support of all kind of custom columns (see configuration file). Thanks to Mike Schwörer.
* Fixed COPS so that it's completely embedded (no external resources to download needed anymore).
* Fixed a Reflected XSS vulnerability.
* Fixed the tag filters with Bootstrap. Thanks to Klaus Broelemann.
* Fixed some COPS path errors with reverse proxy. Thanks to Benjamin Kitt.
* Fixed the publication date (wasn't working for date before 1901).
* Fixed the download file name (replace + by %20 to be RFC compliant).
1.0.0RC3 - 20141229
* Fixed server side render with Bootstrap template (a proper unit test was also added).
* Upgraded to latest doT-php, Typeahead 0.10.5, jquery-cookie 1.4.1, JQuery 1.11.1
* Fixed book count with custom columns.
* Updated Catalan, Dutch, French and Russian translations.
* Added AZW3 to the format that can be sent to Kindle (by mail).
* Fixed $config['cops_thumbnail_handling'] with bootstrap template.
* Added Hungarian translation. Thanks to harunibn.
* Added Ukrainian translation. Thanks to Anatoliy Zavalinich
* Added full PHP password check (without any need from specific webserver configuration). Thanks to Mark Bond.
* Added new IOS7 style with default template. Thanks to an anonymous source ;).
* Fixed display of authors names for books with more than one author.
* Added PHP version to checkconfig.php (will help debugging for me).
* Added a configuration item ($config['cops_template']) to change the default template. Thanks to Shin.
* Added a configuration item ($config['cops_language']) to force COPS language. Thanks to Sandy Pleyte.
* Added a trick to have user based configuration, check https://github.com/seblucas/cops/wiki/User-based-config for more information. Thanks to Sandy Pleyte.
* Changed the default sort order on books by author page to show books in a series before all other books.
1.0.0RC2 - 20140731
* Updated Italian, Spanish, Portuguese, Norwegian translations.
* Added Polish translation. Thanks to macak_pl.
* Added Haitian Creole translation. Thanks to Ian Macdonald & Jacinta.
* Added Basque translation. Thanks to Turutarena.
* Upgraded to JQuery 1.11.0, Magnific Popup 0.9.9, Normalize 3.0.1, Typeahead 0.10.2
* Fixed search with accentuated characters on Internet Explorer.
* Author can now be searched by sort or by name (Carroll, Lewis or Lewis Carroll will work).
* Added a new bootstrap user interface.
* Added correct mimetype for *.ibooks. Reported by Flowney.
* Added an empty line at the end of .htaccess to make it easier to modify. Reported by Mariosipad.
* Modified the README and checkconfig.php to check for php5-json. Reported by Mariosipad.
* Handled properly the cancelling of a mail. Reported by coach0742.
* Added an ugly hack to try to fix bad rendering with Kindle. Please report if it's better or not.
1.0.0RC1 - 20140404
* Updated English, Spanish, German, Italian, Portuguese, Dutch translation files. Huge thanks to all to the translators.
* Added Swedish translation. Thanks to Bo Rosén.
* Added Czech translation. Thanks to Zdenek Hadrava.
* Added a lot of refactoring to simplify the code.
* Added a lot of new unit tests.
* Fixed a caching bug causing problems with IE.
* Added an embedded Epub Reader based on Monocle. Thanks to all the beta testers.
* Cleaned up a lot of stuff to prepare for bootstrap template. Note to all CSS hackers, the stylesheets are now in templates/default/styles.
* Fixed the charset of most of the pages. Thanks to edent.
* Added a new category : ratings. Thanks to Michael.
* Fixed the URL rewriting in the OPDS stream, should fix file naming with FBReader. Reported by Rassie.
* Fixed a confusion between author's name and author's sort. Reported by At_Libitum.
* Fixed the style of the tag filters to show that they're clickable. Thanks to cycojesus.
* Replaced | by space in author name.
0.9.0 - 20131231
* Add a lot of unit testing. I hope it will limit the risks of regression.
* Added a "smart / autocomplete" search.
* Updated the way locales are handled. Should be easier to add new languages.
* Fixed display of Cyrillic characters.
* Upgraded doT to version 1.0.1, Magnific-Popup to 0.9.8, Normalize.css to 2.1.3, Jquery-cookie to 1.4.0.
* Fixed OPDS stream validity. Reported by Didier.
* Added a new check in checkconfig.php to detect case problem between the actual path and the path stored in Calibre database. Try checkconfig.php?full=1. Reported by Ruud.
* Fixed the display of the rating stars with Chrome. Thanks to At_Libitum.
* Added a new parameter ($config['cops_titles_split_first_letter']) to avoid splitting the books by first letter. Thanks to At_Libitum.
* Fixed non compliant OPDS search (for Stanza, Moon+ Reader, ...). Reported by At_Libitum.
* Fixed the redirection in case the Calibre database is not found. Reported by At_Libitum
* Changed .htaccess to allow the use of password protected catalogs with Sony's eReader (PRS-TX). Thanks to Ruud for the beta testing.
* Updated Chinese, German, Norwegian, Portuguese, Russian translations. Huge thanks to all the translators.
* Fixed a small problem : If a book had no summary the cover could be cut.
* Fix COPS on Internet Explorer 9. Reported by At_Libitum.
* Added publishers in home categories / search / autocomplete search.
* Added a new configuration item ($config ['cops_ignored_categories']) to ignore some categories (author, tag, publisher, ...) in home screen and searches. It's also available in the "Customize UI" page.
* Updated .htaccess to allow downloading books with a password protected COPS on a Sony PRS-TX. Reported by Ruud.
* Changed the default search to search by categories also (should help with OPDS). Thanks to At_Libitum.
* Fixed the tag filtering in the HTML catalog when two tags starts by the same word. Reported by Tyler.
0.6.2 - 20130913
* Added server side rendering for devices like PRS-TX / Kindle / Cybook. Thanks to all the testers.
* Added a configuration item to tweak how thumbnail are handled.
* Fixed the click on cog on IOS. Thanks to sb domo.
* Added dashboard icons / standalone mode for IOS. Thanks to sb domo.
* Fixed a regression about custom favicon.ico. Thanks to Tyler.
* Fixed another regression about COPS's version in the about box. Reported by Ian.
* Upgraded Magnific Popup to v0.9.5.
* Added a style for IPhone. Thanks to sb domo.
* Added Portuguese translation. Thanks to Pablo Aguiar.
* Fixed rendering on Internet Explorer < 9.0.
0.6.1 - 20130730
* Properly close the lightbox when clicking in a link. Reported by le_.
* Fix the book by languages list when the language is not found in the resources. Reported by le_.
* Fix the string for Portuguese. Reported by le_.
* Add again the series Index in the book list. Reported by fatzgenfatz.
0.6.0 - 20130724
* COPS HTML catalog now use templated client side rendering. You can build your own template if you want. Should be a lot faster.
* Fancybox has been replaced by Magnific Popup, it seems faster.
* Added a way to send book by mail (to send to Kindle or to send to your friends).
* Added expires instruction in .htaccess (won't crash if you haven't enabled mod_expires).
* Upgrade to JQuery 1.10.2.
* Changed the way thumbnails are handled to offer greater visual quality (especially on high pixel density devices : Retina, Nexus, ...).
* Changed all icon by a vectorial font (again better visual quality).
* Added a way to filter books by tags.
* Added a login page (login.html) to allow access to a password protected COPS on a Kobo ereader (that does not support basic auth).
* Fixed cookie expiry date.
* Added a default web.config for IIS installation.
* The eink style doesn't use shadow anymore.
* Fixed the link to the series in book detail.
0.5.0 - 20130605
* Upgrade COPS UI to HTML5 / CSS3 to hopefully make it prettier. Most of the code was contributed by Thomas Severinsen.
* Add the number of books in each databases (when multiple database is enabled).
* Add Norwegian Bokmål strings. Thanks to Rune Mathisen for the pull request.
* Add a split by language of catalog. Thanks to Puiu Ionut for the pull request.
* You can now change the theme and fancybox use on all your devices (You have to enable cookies).
* Add an eink theme. Thanks to Gregory Bodin for the code.
0.4.0 - 20130507
* Add multiple database support. Check the documentation of $config['calibre_directory'] in config-default.php to see how to enable it.
* Include jquery library in COPS's repository to be sure that COPS will work on LAN (without Internet access).
* Prepare the switch to HTML5. Thanks to Thomas Severinsen for most of the code.
* Update the locale strings to be more strict with plurals. Thanks to Tobias Ausländer for the code.
* If Fancybox is not enabled ($config['cops_use_fancyapps'] = "0") then it's not used at all (even in the about box).
* Fix book comments if it contains UTF8 characters. Reported by Alain.
* Link to the book permalink was not working correctly in some cases. Reported by celta.
* Moved some external resources to a resources directory.
* Add chinese translation. Thanks to wogong for the pull request.
0.3.4 - 20130327
* Hopefully fix metadata update. Beware you should remove the directory php-epub-meta if you have one. Thanks to Mario for his time.
* Fix two warnings. Reported by Goner and Mario.
0.3.3 - 20130323
* Fix catalog if book summary contains bad HTML again :(.
* Upgrade to Fancybox 2.4.0 and JQuery 1.9.1.
* Search is now dependant on the page you're in. For now if you're on author page it'll look for author name.
* Update checkconfig to check if the database provided comes from Calibre.
* Update to latest php-epub-meta should fix the metadata update with Epub.
* Fix OPDS catalog with Ibis Reader. It didn't like empty language.
0.3.2 - 20130303
* Add dutch translation. Provided by Northguy.
* Fix an ugly bug introduced in 0.3.1. Reported by mariosipad.
* Small fixes/enhancement to the update metadata tools :
* The book's name is Author - Title.epub
* Add the Calibre uuid so that the book is automatically recognised by Calibre.
* Update the cover
* Fix display of the HTML catalog on Kobo's browser.
* Enable kepub.epub download with cover fix (enable with $config['cops_provide_kepub']).
* Hopefully fix browsing with PRS-T1. Thanks to Northguy.
* Hopefully fix the OPDS catalog when the summary is full of HTML crap.
* Merged 3 patches from Tyler J. Wagner :
* Detect empty publication date set in Calibre to avoid having (0101) as publication year.
* Don't print "Languages" if there are none defined.
* Don't print the tag string if there's no tags.
* If an OPDS client try to access index.php it will be automatically redirected to feed.php.
* Move the search & sort tool box to a new line (also fix a w3c error).
0.3.1 - 20130127
* Add Facets to the OPDS catalog (check config item cops_books_filter).
So far the only OPDS client that support facets are Mantano Reader and Bluefire
* Fix book sort in some list. Patch provided by Tyler J. Wagner.
* Update .htaccess to check if Xsendfile is available. Thanks to Gaspine for the patch.
* Add basic support of custom columns. Check the following config item : cops_calibre_custom_column
* Usage of X-Accel-Redirect / X-Sendfile is not necessary anymore. Warning all Nginx users
who wants to still use X-Accel-Redirect must add
$config['cops_x_accel_redirect'] = "X-Accel-Redirect" in their config_local.php
* Fix COPS on IIS / Windows. Reported by Kevnancy.
* Simplified config_default.php
* Add a new config_local.php.example with the minimal configuration item to change.
0.3.0 - 20130106
* Add a config item to avoid using Fancyapps (pop-ups). Reported by mcister and Northguy.
* Update documentation of .htaccess. Thanks to Stephane.
* Add a config item to specify a custom icon. Based on a patch by Tyler J. Wagner.
* Better handling of content type for book. Reported by Morg.
* Upped the size of thumbnails for OPDS. They look way better with Mantano.
* Add language in OPDS feed (shown in Mantano for example).
* Update metadata on downloaded epub. Disabled by default (check config item cops_update_epub-metadata).
* New Catalan translation provided by David Ciscar Presas.
* Add a permalink to books, that way direct link to books can be shared. Reported by mcister and Tyler J. Wagner.
* Add checkconfig.php that should allow to better detect the configuration problem (page in english only for now).
* Fix some plural strings / some missing title. Reported by David Ciscar Presas.
* Add an hint about the OPDS catalog in the HTML catalog.
0.2.3 - 20121205
* Add a .htaccess to make it easier to use with Apache
* Fix a typo in book download. Reported by jillmess
* Update localization (thanks to Calibre2Opds)
* Add some missing information from Calibre (language, rating for now). Reported by mcister
* Upgrade Fancybox to 2.1.3
0.2.2 - 20121020
* Changed JQuery URL to https (thanks to Dan Greve for the patch)
* Added paging to both OPDS and HTML catalog (use new config item cops_max_item_per_page)
* lots of code refactoring
* Authors are now splitted by first letter, this is the new default. You can go back to the old way with the config item cops_author_split_first_letter (reported by Northguy)
* Fix the link to books starting by special characters (reported by vinpel)
* Upgrade to Fancyapps 2.1.0. I had to adapt the CSS so maybe it'll display better in PRS-T1
* Add an about box on the HTML catalog which show the current version
0.2.1 - 20120916
* Fix one last error (hopefully) in link generation (thanks to gaspine)
* Add Sony PRS-T1 to the list of E-Ink device (thanks to Northguy)
* Fix another HTML special characters problem (thanks to NeilBryant)
* Add an ugly config parameter to allow search in non-compliant OPDS reader (thanks to Don Caruana and David Lee)
0.2.0 - 20120722
* Fix all rewriting rule I forgot to change it in last release
* Fix <hr> in book comment (thanks to jillmess)
* Fix cover zoom in HTML catalog (you can also navigate through cover with keyboard)
* Simplify Fancybox transition for e-Ink devices (for now Kobo and Kindle)
0.1.1 - 20120702
* A lot of bug fixes in HTML catalog
* Fixed the book comment in OPDS (broken in some rare case)
* Fixed handling of HTML reserved characters
* Changed book OPDS id to use an UUID (thanks to ilovejedd for the bug report)
* Add new config item for the default timezone (thanks to gaspine)
* Better handling of missing covers
* Should support every book format supported by Calibre (thanks to Artem)
* URL rewriting is off by default for the HTML catalog
* Add some documentation about URL rewriting (thanks to gaspine and Christophe)
* Tested and ready to use with PHP5.4
0.1.0 - 20120605
* Add localization support (thanks to Calibre2Opds)
* Hopefully fixed an issue with & in comment
* HTML catalog is in the sources with no support (WIP)
0.0.4 - 20120523
* More code refactoring to simplify code.
* Changed OPDS Page id to match Calibre2Opds
* Add icons to author, serie, tags and recent items (there is config item to disable it)
* Fixed author URL
* Added publishing date (works on Mantano)
* Added Tags support
0.0.3 - 20120507
* Fixed many things blocking opensearch from working
* There was a bug introduced in 0.0.2
* The URL can't be relative for Mantano reader, so I added a configuration item.
* I continued the refactoring to bring HTML to COPS
* Thumbnails have bigger size (I'll add a configuration item later)
* Add headers to help caching image and thumbnail to the browser
*
0.0.2 - 20120411
* Add support for MOBI and PDF
* Major refactoring to prepare something nice for the future ;)
* Add a config item to make use of X-Sendfile instead of X-Accel-Redirect if needed
0.0.1 - 20120302
* First public release

View file

@ -1,340 +0,0 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.

View file

@ -1,255 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once ("base.php");
require_once ("book.php");
class JSONRenderer
{
/**
* @param Book $book
* @return array
*/
public static function getBookContentArray ($book) {
global $config;
$i = 0;
$preferedData = array ();
foreach ($config['cops_prefered_format'] as $format)
{
if ($i == 2) { break; }
if ($data = $book->getDataFormat ($format)) {
$i++;
array_push ($preferedData, array ("url" => $data->getHtmlLink (), "name" => $format));
}
}
$publisher = $book->getPublisher();
if (is_null ($publisher)) {
$pn = "";
$pu = "";
} else {
$pn = $publisher->name;
$link = new LinkNavigation ($publisher->getUri ());
$pu = $link->hrefXhtml ();
}
$serie = $book->getSerie ();
if (is_null ($serie)) {
$sn = "";
$scn = "";
$su = "";
} else {
$sn = $serie->name;
$scn = str_format (localize ("content.series.data"), $book->seriesIndex, $serie->name);
$link = new LinkNavigation ($serie->getUri ());
$su = $link->hrefXhtml ();
}
$cc = $book->getCustomColumnValues($config['cops_calibre_custom_column_list'], true);
return array ("id" => $book->id,
"hasCover" => $book->hasCover,
"preferedData" => $preferedData,
"rating" => $book->getRating (),
"publisherName" => $pn,
"publisherurl" => $pu,
"pubDate" => $book->getPubDate (),
"languagesName" => $book->getLanguages (),
"authorsName" => $book->getAuthorsName (),
"tagsName" => $book->getTagsName (),
"seriesName" => $sn,
"seriesIndex" => $book->seriesIndex,
"seriesCompleteName" => $scn,
"seriesurl" => $su,
"customcolumns_list" => $cc);
}
/**
* @param Book $book
* @return array
*/
public static function getFullBookContentArray ($book) {
global $config;
$out = self::getBookContentArray ($book);
$database = GetUrlParam (DB);
$out ["coverurl"] = Data::getLink ($book, "jpg", "image/jpeg", Link::OPDS_IMAGE_TYPE, "cover.jpg", NULL)->hrefXhtml ();
$out ["thumbnailurl"] = Data::getLink ($book, "jpg", "image/jpeg", Link::OPDS_THUMBNAIL_TYPE, "cover.jpg", NULL, NULL, $config['cops_html_thumbnail_height'] * 2)->hrefXhtml ();
$out ["content"] = $book->getComment (false);
$out ["datas"] = array ();
$dataKindle = $book->GetMostInterestingDataToSendToKindle ();
foreach ($book->getDatas() as $data) {
$tab = array ("id" => $data->id, "format" => $data->format, "url" => $data->getHtmlLink (), "mail" => 0, "readerUrl" => "");
if (!empty ($config['cops_mail_configuration']) && !is_null ($dataKindle) && $data->id == $dataKindle->id) {
$tab ["mail"] = 1;
}
if ($data->format == "EPUB") {
$tab ["readerUrl"] = "epubreader.php?data={$data->id}&db={$database}";
}
array_push ($out ["datas"], $tab);
}
$out ["authors"] = array ();
foreach ($book->getAuthors () as $author) {
$link = new LinkNavigation ($author->getUri ());
array_push ($out ["authors"], array ("name" => $author->name, "url" => $link->hrefXhtml ()));
}
$out ["tags"] = array ();
foreach ($book->getTags () as $tag) {
$link = new LinkNavigation ($tag->getUri ());
array_push ($out ["tags"], array ("name" => $tag->name, "url" => $link->hrefXhtml ()));
}
$out ["customcolumns_preview"] = $book->getCustomColumnValues($config['cops_calibre_custom_column_preview'], true);
return $out;
}
public static function getContentArray ($entry) {
if ($entry instanceof EntryBook) {
$out = array ( "title" => $entry->title);
$out ["book"] = self::getBookContentArray ($entry->book);
return $out;
}
return array ( "title" => $entry->title, "content" => $entry->content, "navlink" => $entry->getNavLink (), "number" => $entry->numberOfElement );
}
public static function getContentArrayTypeahead ($page) {
$out = array ();
foreach ($page->entryArray as $entry) {
if ($entry instanceof EntryBook) {
array_push ($out, array ("class" => $entry->className, "title" => $entry->title, "navlink" => $entry->book->getDetailUrl ()));
} else {
if (empty ($entry->className) xor Base::noDatabaseSelected ()) {
array_push ($out, array ("class" => $entry->className, "title" => $entry->title, "navlink" => $entry->getNavLink ()));
} else {
array_push ($out, array ("class" => $entry->className, "title" => $entry->content, "navlink" => $entry->getNavLink ()));
}
}
}
return $out;
}
public static function addCompleteArray ($in) {
global $config;
$out = $in;
$out ["c"] = array ("version" => VERSION, "i18n" => array (
"coverAlt" => localize("i18n.coversection"),
"authorsTitle" => localize("authors.title"),
"bookwordTitle" => localize("bookword.title"),
"tagsTitle" => localize("tags.title"),
"seriesTitle" => localize("series.title"),
"customizeTitle" => localize ("customize.title"),
"aboutTitle" => localize ("about.title"),
"previousAlt" => localize ("paging.previous.alternate"),
"nextAlt" => localize ("paging.next.alternate"),
"searchAlt" => localize ("search.alternate"),
"sortAlt" => localize ("sort.alternate"),
"homeAlt" => localize ("home.alternate"),
"cogAlt" => localize ("cog.alternate"),
"permalinkAlt" => localize ("permalink.alternate"),
"publisherName" => localize("publisher.name"),
"pubdateTitle" => localize("pubdate.title"),
"languagesTitle" => localize("language.title"),
"contentTitle" => localize("content.summary"),
"sortorderAsc" => localize("search.sortorder.asc"),
"sortorderDesc" => localize("search.sortorder.desc"),
"customizeEmail" => localize("customize.email")),
"url" => array (
"detailUrl" => "index.php?page=13&id={0}&db={1}",
"coverUrl" => "fetch.php?id={0}&db={1}",
"thumbnailUrl" => "fetch.php?height=" . $config['cops_html_thumbnail_height'] . "&id={0}&db={1}"),
"config" => array (
"use_fancyapps" => $config ["cops_use_fancyapps"],
"max_item_per_page" => $config['cops_max_item_per_page'],
"kindleHack" => "",
"server_side_rendering" => useServerSideRendering (),
"html_tag_filter" => $config['cops_html_tag_filter']));
if ($config['cops_thumbnail_handling'] == "1") {
$out ["c"]["url"]["thumbnailUrl"] = $out ["c"]["url"]["coverUrl"];
} else if (!empty ($config['cops_thumbnail_handling'])) {
$out ["c"]["url"]["thumbnailUrl"] = $config['cops_thumbnail_handling'];
}
if (preg_match("/./", $_SERVER['HTTP_USER_AGENT'])) {
$out ["c"]["config"]["kindleHack"] = 'style="text-decoration: none !important;"';
}
return $out;
}
public static function getJson ($complete = false) {
global $config;
$page = getURLParam ("page", Base::PAGE_INDEX);
$query = getURLParam ("query");
$search = getURLParam ("search");
$qid = getURLParam ("id");
$n = getURLParam ("n", "1");
$database = GetUrlParam (DB);
$currentPage = Page::getPage ($page, $qid, $query, $n);
$currentPage->InitializeContent ();
if ($search) {
return self::getContentArrayTypeahead ($currentPage);
}
$out = array ( "title" => $currentPage->title);
$entries = array ();
foreach ($currentPage->entryArray as $entry) {
array_push ($entries, self::getContentArray ($entry));
}
if (!is_null ($currentPage->book)) {
$out ["book"] = self::getFullBookContentArray ($currentPage->book);
}
$out ["databaseId"] = GetUrlParam (DB, "");
$out ["databaseName"] = Base::getDbName ();
if ($out ["databaseId"] == "") {
$out ["databaseName"] = "";
}
$out ["fullTitle"] = $out ["title"];
if ($out ["databaseId"] != "" && $out ["databaseName"] != $out ["fullTitle"]) {
$out ["fullTitle"] = $out ["databaseName"] . " > " . $out ["fullTitle"];
}
$out ["page"] = $page;
$out ["multipleDatabase"] = Base::isMultipleDatabaseEnabled () ? 1 : 0;
$out ["entries"] = $entries;
$out ["isPaginated"] = 0;
if ($currentPage->isPaginated ()) {
$prevLink = $currentPage->getPrevLink ();
$nextLink = $currentPage->getNextLink ();
$out ["isPaginated"] = 1;
$out ["prevLink"] = "";
if (!is_null ($prevLink)) {
$out ["prevLink"] = $prevLink->hrefXhtml ();
}
$out ["nextLink"] = "";
if (!is_null ($nextLink)) {
$out ["nextLink"] = $nextLink->hrefXhtml ();
}
$out ["maxPage"] = $currentPage->getMaxPage ();
$out ["currentPage"] = $currentPage->n;
}
if (!is_null (getURLParam ("complete")) || $complete) {
$out = self::addCompleteArray ($out);
}
$out ["containsBook"] = 0;
if ($currentPage->containsBook ()) {
$out ["containsBook"] = 1;
}
$out["abouturl"] = "index.php" . addURLParameter ("?page=" . Base::PAGE_ABOUT, DB, $database);
if ($page == Base::PAGE_ABOUT) {
$temp = preg_replace ("/\<h1\>About COPS\<\/h1\>/", "<h1>About COPS " . VERSION . "</h1>", file_get_contents('about.html'));
$out ["fullhtml"] = $temp;
}
$out ["homeurl"] = "index.php";
if ($page != Base::PAGE_INDEX && !is_null ($database)) $out ["homeurl"] = $out ["homeurl"] . "?" . addURLParameter ("", DB, $database);
return $out;
}
}

View file

@ -1,278 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once ("base.php");
class OPDSRenderer
{
private $xmlStream = NULL;
private $updated = NULL;
private function getUpdatedTime () {
if (is_null ($this->updated)) {
$this->updated = time();
}
return date (DATE_ATOM, $this->updated);
}
private function getXmlStream () {
if (is_null ($this->xmlStream)) {
$this->xmlStream = new XMLWriter();
$this->xmlStream->openMemory();
$this->xmlStream->setIndent (true);
}
return $this->xmlStream;
}
public function getOpenSearch () {
global $config;
$xml = new XMLWriter ();
$xml->openMemory ();
$xml->setIndent (true);
$xml->startDocument('1.0','UTF-8');
$xml->startElement ("OpenSearchDescription");
$xml->writeAttribute ("xmlns", "http://a9.com/-/spec/opensearch/1.1/");
$xml->startElement ("ShortName");
$xml->text ("My catalog");
$xml->endElement ();
$xml->startElement ("Description");
$xml->text ("Search for ebooks");
$xml->endElement ();
$xml->startElement ("InputEncoding");
$xml->text ("UTF-8");
$xml->endElement ();
$xml->startElement ("OutputEncoding");
$xml->text ("UTF-8");
$xml->endElement ();
$xml->startElement ("Image");
$xml->writeAttribute ("type", "image/x-icon");
$xml->writeAttribute ("width", "16");
$xml->writeAttribute ("height", "16");
$xml->text ($config['cops_icon']);
$xml->endElement ();
$xml->startElement ("Url");
$xml->writeAttribute ("type", 'application/atom+xml');
$urlparam = "?query={searchTerms}";
if (!is_null (GetUrlParam (DB))) $urlparam = addURLParameter ($urlparam, DB, GetUrlParam (DB));
$urlparam = str_replace ("%7B", "{", $urlparam);
$urlparam = str_replace ("%7D", "}", $urlparam);
$xml->writeAttribute ("template", $config['cops_full_url'] . 'feed.php' . $urlparam);
$xml->endElement ();
$xml->startElement ("Query");
$xml->writeAttribute ("role", "example");
$xml->writeAttribute ("searchTerms", "robot");
$xml->endElement ();
$xml->endElement ();
$xml->endDocument();
return $xml->outputMemory(true);
}
private function startXmlDocument ($page) {
global $config;
self::getXmlStream ()->startDocument('1.0','UTF-8');
self::getXmlStream ()->startElement ("feed");
self::getXmlStream ()->writeAttribute ("xmlns", "http://www.w3.org/2005/Atom");
self::getXmlStream ()->writeAttribute ("xmlns:xhtml", "http://www.w3.org/1999/xhtml");
self::getXmlStream ()->writeAttribute ("xmlns:opds", "http://opds-spec.org/2010/catalog");
self::getXmlStream ()->writeAttribute ("xmlns:opensearch", "http://a9.com/-/spec/opensearch/1.1/");
self::getXmlStream ()->writeAttribute ("xmlns:dcterms", "http://purl.org/dc/terms/");
self::getXmlStream ()->startElement ("title");
self::getXmlStream ()->text ($page->title);
self::getXmlStream ()->endElement ();
if ($page->subtitle != "")
{
self::getXmlStream ()->startElement ("subtitle");
self::getXmlStream ()->text ($page->subtitle);
self::getXmlStream ()->endElement ();
}
self::getXmlStream ()->startElement ("id");
if ($page->idPage)
{
$idPage = $page->idPage;
if (!is_null (GetUrlParam (DB))) $idPage = str_replace ("cops:", "cops:" . GetUrlParam (DB) . ":", $idPage);
self::getXmlStream ()->text ($idPage);
}
else
{
self::getXmlStream ()->text ($_SERVER['REQUEST_URI']);
}
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("updated");
self::getXmlStream ()->text (self::getUpdatedTime ());
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("icon");
self::getXmlStream ()->text ($page->favicon);
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("author");
self::getXmlStream ()->startElement ("name");
self::getXmlStream ()->text ($page->authorName);
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("uri");
self::getXmlStream ()->text ($page->authorUri);
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("email");
self::getXmlStream ()->text ($page->authorEmail);
self::getXmlStream ()->endElement ();
self::getXmlStream ()->endElement ();
$link = new LinkNavigation ("", "start", "Home");
self::renderLink ($link);
$link = new LinkNavigation ("?" . getQueryString (), "self");
self::renderLink ($link);
$urlparam = "?";
if (!is_null (GetUrlParam (DB))) $urlparam = addURLParameter ($urlparam, DB, GetUrlParam (DB));
if ($config['cops_generate_invalid_opds_stream'] == 0 || preg_match("/(MantanoReader|FBReader)/", $_SERVER['HTTP_USER_AGENT'])) {
// Good and compliant way of handling search
$urlparam = addURLParameter ($urlparam, "page", Base::PAGE_OPENSEARCH);
$link = new Link ("feed.php" . $urlparam, "application/opensearchdescription+xml", "search", "Search here");
}
else
{
// Bad way, will be removed when OPDS client are fixed
$urlparam = addURLParameter ($urlparam, "query", "{searchTerms}");
$urlparam = str_replace ("%7B", "{", $urlparam);
$urlparam = str_replace ("%7D", "}", $urlparam);
$link = new Link ($config['cops_full_url'] . 'feed.php' . $urlparam, "application/atom+xml", "search", "Search here");
}
self::renderLink ($link);
if ($page->containsBook () && !is_null ($config['cops_books_filter']) && count ($config['cops_books_filter']) > 0) {
$Urlfilter = getURLParam ("tag", "");
foreach ($config['cops_books_filter'] as $lib => $filter) {
$link = new LinkFacet ("?" . addURLParameter (getQueryString (), "tag", $filter), $lib, localize ("tagword.title"), $filter == $Urlfilter);
self::renderLink ($link);
}
}
}
private function endXmlDocument () {
self::getXmlStream ()->endElement ();
self::getXmlStream ()->endDocument ();
return self::getXmlStream ()->outputMemory(true);
}
private function renderLink ($link) {
self::getXmlStream ()->startElement ("link");
self::getXmlStream ()->writeAttribute ("href", $link->href);
self::getXmlStream ()->writeAttribute ("type", $link->type);
if (!is_null ($link->rel)) {
self::getXmlStream ()->writeAttribute ("rel", $link->rel);
}
if (!is_null ($link->title)) {
self::getXmlStream ()->writeAttribute ("title", $link->title);
}
if (!is_null ($link->facetGroup)) {
self::getXmlStream ()->writeAttribute ("opds:facetGroup", $link->facetGroup);
}
if ($link->activeFacet) {
self::getXmlStream ()->writeAttribute ("opds:activeFacet", "true");
}
self::getXmlStream ()->endElement ();
}
private function getPublicationDate($book) {
$dateYmd = substr($book->pubdate, 0, 10);
$pubdate = \DateTime::createFromFormat('Y-m-d', $dateYmd);
if ($pubdate === false ||
$pubdate->format ("Y") == "0101" ||
$pubdate->format ("Y") == "0100") {
return "";
}
return $pubdate->format("Y-m-d");
}
private function renderEntry ($entry) {
self::getXmlStream ()->startElement ("title");
self::getXmlStream ()->text ($entry->title);
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("updated");
self::getXmlStream ()->text (self::getUpdatedTime ());
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("id");
self::getXmlStream ()->text ($entry->id);
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("content");
self::getXmlStream ()->writeAttribute ("type", $entry->contentType);
if ($entry->contentType == "text") {
self::getXmlStream ()->text ($entry->content);
} else {
self::getXmlStream ()->writeRaw ($entry->content);
}
self::getXmlStream ()->endElement ();
foreach ($entry->linkArray as $link) {
self::renderLink ($link);
}
if (get_class ($entry) != "EntryBook") {
return;
}
foreach ($entry->book->getAuthors () as $author) {
self::getXmlStream ()->startElement ("author");
self::getXmlStream ()->startElement ("name");
self::getXmlStream ()->text ($author->name);
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("uri");
self::getXmlStream ()->text ("feed.php" . $author->getUri ());
self::getXmlStream ()->endElement ();
self::getXmlStream ()->endElement ();
}
foreach ($entry->book->getTags () as $category) {
self::getXmlStream ()->startElement ("category");
self::getXmlStream ()->writeAttribute ("term", $category->name);
self::getXmlStream ()->writeAttribute ("label", $category->name);
self::getXmlStream ()->endElement ();
}
if ($entry->book->getPubDate () != "") {
self::getXmlStream ()->startElement ("dcterms:issued");
self::getXmlStream ()->text (self::getPublicationDate($entry->book));
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("published");
self::getXmlStream ()->text (self::getPublicationDate($entry->book) . "T08:08:08Z");
self::getXmlStream ()->endElement ();
}
$lang = $entry->book->getLanguages ();
if (!empty ($lang)) {
self::getXmlStream ()->startElement ("dcterms:language");
self::getXmlStream ()->text ($lang);
self::getXmlStream ()->endElement ();
}
}
public function render ($page) {
global $config;
self::startXmlDocument ($page);
if ($page->isPaginated ())
{
self::getXmlStream ()->startElement ("opensearch:totalResults");
self::getXmlStream ()->text ($page->totalNumber);
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("opensearch:itemsPerPage");
self::getXmlStream ()->text ($config['cops_max_item_per_page']);
self::getXmlStream ()->endElement ();
self::getXmlStream ()->startElement ("opensearch:startIndex");
self::getXmlStream ()->text (($page->n - 1) * $config['cops_max_item_per_page'] + 1);
self::getXmlStream ()->endElement ();
$prevLink = $page->getPrevLink ();
$nextLink = $page->getNextLink ();
if (!is_null ($prevLink)) {
self::renderLink ($prevLink);
}
if (!is_null ($nextLink)) {
self::renderLink ($nextLink);
}
}
foreach ($page->entryArray as $entry) {
self::getXmlStream ()->startElement ("entry");
self::renderEntry ($entry);
self::getXmlStream ()->endElement ();
}
return self::endXmlDocument ();
}
}

View file

@ -1,101 +0,0 @@
# COPS
COPS stands for Calibre OPDS (and HTML) Php Server.
See : [COPS's home](http://blog.slucas.fr/en/oss/calibre-opds-php-server) for more details.
Don't forget to check the [Wiki](https://github.com/seblucas/cops/wiki).
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/seblucas/cops/badges/quality-score.png?s=e1c87a92ef90b8d666cd9bd4f3612bd10db84364)](https://scrutinizer-ci.com/g/seblucas/cops/)
[![Code Coverage](https://scrutinizer-ci.com/g/seblucas/cops/badges/coverage.png?s=1e21d8c3bf96d7b0b7cc0e54429fa897ddea1506)](https://scrutinizer-ci.com/g/seblucas/cops/)
[![Build Status](https://travis-ci.org/seblucas/cops.png)](https://travis-ci.org/seblucas/cops)
[![Selenium Test Status](https://saucelabs.com/browser-matrix/seblucas.svg)](https://saucelabs.com/u/seblucas)
# Why ?
In my opinion Calibre is a marvelous tool but is too big and has too much
dependencies to be used for its content server.
That's the main reason why I coded this OPDS server. I needed a simple
tool to be installed on a small server (Seagate Dockstar in my case).
I initially thought of Calibre2OPDS but as it generate static file no
search was possible.
Later I added an simple HTML catalog that should be usable on my Kobo.
So COPS's main advantages are :
* No need for many dependencies.
* No need for a lot of CPU or RAM.
* Not much code.
* Search is available.
* With Dropbox / owncloud it's very easy to have an up to date OPDS server.
* It was fun to code.
If you want to use the OPDS feed don't forget to specify feed.php at the end of your URL.
# Prerequisites
1. PHP 5.3, 5.4, 5.5, 5.6 or hhvm with GD image processing, Libxml, Intl, Json & SQLite3 support.
2. A web server with PHP support. I only tested with various version of Nginx.
Other people reported it working with Apache and Cherokee. You can also use PHP
embedded server (https://github.com/seblucas/cops/wiki/Howto---PhpEmbeddedServer)
3. The path to a calibre library (metadata.db, format, & cover files).
On any Debian base Linux you can use :
aptitude install php5-gd php5-sqlite php5-json php5-intl
On Centos you may have to add :
yum install php-xml
# Install
1. Extract the zip file to a folder in web space (visible to the web server).
2. If you're doing a first-time install, copy config_local.php.example to config_local.php
3. Edit config_local.php to match your config.
4. If needed add other configuration item from config_default.php
If you choose to put your Calibre directory inside your web directory then you
will have to edit /etc/nginx/mime.types to add this line :
application/epub+zip epub;
If you like Docker, you can also try [this project](https://github.com/linuxserver/docker-cops)
# Known problems
Not a lot, except for the bad quality of the code (first PHP project ever) ;)
Please see https://github.com/seblucas/cops/issues for open issues
# Need help
Please read https://github.com/seblucas/cops/wiki and check the FAQ.
# Credits
* Locale message handling is inspired of http://www.mind-it.info/2010/02/22/a-simple-approach-to-localization-in-php/
* str_format function come from http://tmont.com/blargh/2010/1/string-format-in-php
* All icons come from Font Awesome : http://fontawesome.github.io/Font-Awesome/
* The unofficial OPDS validator : http://opds-validator.appspot.com/
* Thanks to all testers, translators and contributors.
* Feed icons made by Freepik from Flaticon website licensed under Creative Commons BY 3.0 http://www.flaticon.com and http://www.freepik.com
External libraries used :
* JQuery : http://jquery.com/
* Magnific Popup : http://dimsemenov.com/plugins/magnific-popup/
* Php-epub-meta : https://github.com/splitbrain/php-epub-meta with some modification by me
https://github.com/seblucas/php-epub-meta
* TbsZip : http://www.tinybutstrong.com/apps/tbszip/tbszip_help.html
* DoT.js : http://olado.github.io/doT/index.html
* PHPMailer : https://github.com/PHPMailer/PHPMailer
* js-lru : https://github.com/rsms/js-lru
# Copyright & License
COPS - 2012-2016 (c) Sébastien Lucas
See COPYING and file headers for license info

View file

@ -1,23 +0,0 @@
<div class="bookpopup" style="max-width:700px;">
<h1>About COPS</h1>
<h2>Authors</h2>
<p>COPS is developed and maintained by Sébastien Lucas.</p>
<p>See full history on <a href="https://github.com/seblucas">Github</a> to check all authors.</p>
<p>COPS use some external libraries, check README for the details.</p>
<h2>Copyright</h2>
<p>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.</p>
<p>The complete content of license is provided in file COPYING within distribution and also available <a href="http://www.gnu.org/licenses/gpl-2.0.html">online</a>.</p>
<h2>Contact</h2>
<p>For more info please visit <a href="http://blog.slucas.fr/en/oss/calibre-opds-php-server">COPS Home Page</a></p>
<p>You can also check <a href="http://www.mobileread.com/forums/showthread.php?t=170903">COPS's topic on MobileRead forum</a>.</p>
<p>DISCLAIMER : COPS is an open source software free to install everywhere. So if you have questions about any books available with any installation of COPS, please ask the owner of the website and not COPS's maintainer.</p>
<h2>Thanks</h2>
<p>Thanks a lot to Kovid Goyal for <a href="http://calibre-ebook.com">Calibre</a>.</p>
<p>And many thanks to all those who helped test COPS.</p>
</div>

View file

@ -1,95 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once('base.php');
class Author extends Base {
const ALL_AUTHORS_ID = "cops:authors";
const AUTHOR_COLUMNS = "authors.id as id, authors.name as name, authors.sort as sort, count(*) as count";
const SQL_AUTHORS_BY_FIRST_LETTER = "select {0} from authors, books_authors_link where author = authors.id and upper (authors.sort) like ? group by authors.id, authors.name, authors.sort order by sort";
const SQL_AUTHORS_FOR_SEARCH = "select {0} from authors, books_authors_link where author = authors.id and (upper (authors.sort) like ? or upper (authors.name) like ?) group by authors.id, authors.name, authors.sort order by sort";
const SQL_ALL_AUTHORS = "select {0} from authors, books_authors_link where author = authors.id group by authors.id, authors.name, authors.sort order by sort";
public $id;
public $name;
public $sort;
public function __construct($post) {
$this->id = $post->id;
$this->name = str_replace("|", ",", $post->name);
$this->sort = $post->sort;
}
public function getUri () {
return "?page=".parent::PAGE_AUTHOR_DETAIL."&id=$this->id";
}
public function getEntryId () {
return self::ALL_AUTHORS_ID.":".$this->id;
}
public static function getEntryIdByLetter ($startingLetter) {
return self::ALL_AUTHORS_ID.":letter:".$startingLetter;
}
public static function getCount() {
// str_format (localize("authors.alphabetical", count(array))
return parent::getCountGeneric ("authors", self::ALL_AUTHORS_ID, parent::PAGE_ALL_AUTHORS);
}
public static function getAllAuthorsByFirstLetter() {
list (, $result) = parent::executeQuery ("select {0}
from authors
group by substr (upper (sort), 1, 1)
order by substr (upper (sort), 1, 1)", "substr (upper (sort), 1, 1) as title, count(*) as count", "", array (), -1);
$entryArray = array();
while ($post = $result->fetchObject ())
{
array_push ($entryArray, new Entry ($post->title, Author::getEntryIdByLetter ($post->title),
str_format (localize("authorword", $post->count), $post->count), "text",
array ( new LinkNavigation ("?page=".parent::PAGE_AUTHORS_FIRST_LETTER."&id=". rawurlencode ($post->title))), "", $post->count));
}
return $entryArray;
}
public static function getAuthorsByStartingLetter($letter) {
return self::getEntryArray (self::SQL_AUTHORS_BY_FIRST_LETTER, array ($letter . "%"));
}
public static function getAuthorsForSearch($query) {
return self::getEntryArray (self::SQL_AUTHORS_FOR_SEARCH, array ($query . "%", $query . "%"));
}
public static function getAllAuthors() {
return self::getEntryArray (self::SQL_ALL_AUTHORS, array ());
}
public static function getEntryArray ($query, $params) {
return Base::getEntryArrayWithBookNumber ($query, self::AUTHOR_COLUMNS, $params, "Author");
}
public static function getAuthorById ($authorId) {
$result = parent::getDb ()->prepare('select ' . self::AUTHOR_COLUMNS . ' from authors where id = ?');
$result->execute (array ($authorId));
$post = $result->fetchObject ();
return new Author ($post);
}
public static function getAuthorByBookId ($bookId) {
$result = parent::getDb ()->prepare('select authors.id as id, authors.name as name, authors.sort as sort from authors, books_authors_link
where author = authors.id
and book = ?');
$result->execute (array ($bookId));
$authorArray = array ();
while ($post = $result->fetchObject ()) {
array_push ($authorArray, new Author ($post));
}
return $authorArray;
}
}

File diff suppressed because it is too large Load diff

View file

@ -1,661 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once('base.php');
require_once('serie.php');
require_once('author.php');
require_once('rating.php');
require_once('publisher.php');
require_once('tag.php');
require_once('language.php');
require_once("customcolumn.php");
require_once('data.php');
require_once('resources/php-epub-meta/epub.php');
// Silly thing because PHP forbid string concatenation in class const
define ('SQL_BOOKS_LEFT_JOIN', "left outer join comments on comments.book = books.id
left outer join books_ratings_link on books_ratings_link.book = books.id
left outer join ratings on books_ratings_link.rating = ratings.id ");
define ('SQL_BOOKS_ALL', "select {0} from books " . SQL_BOOKS_LEFT_JOIN . " order by books.sort ");
define ('SQL_BOOKS_BY_PUBLISHER', "select {0} from books_publishers_link, books " . SQL_BOOKS_LEFT_JOIN . "
where books_publishers_link.book = books.id and publisher = ? {1} order by publisher");
define ('SQL_BOOKS_BY_FIRST_LETTER', "select {0} from books " . SQL_BOOKS_LEFT_JOIN . "
where upper (books.sort) like ? order by books.sort");
define ('SQL_BOOKS_BY_AUTHOR', "select {0} from books_authors_link, books " . SQL_BOOKS_LEFT_JOIN . "
left outer join books_series_link on books_series_link.book = books.id
where books_authors_link.book = books.id and author = ? {1} order by series desc, series_index asc, pubdate asc");
define ('SQL_BOOKS_BY_SERIE', "select {0} from books_series_link, books " . SQL_BOOKS_LEFT_JOIN . "
where books_series_link.book = books.id and series = ? {1} order by series_index");
define ('SQL_BOOKS_BY_TAG', "select {0} from books_tags_link, books " . SQL_BOOKS_LEFT_JOIN . "
where books_tags_link.book = books.id and tag = ? {1} order by sort");
define ('SQL_BOOKS_BY_LANGUAGE', "select {0} from books_languages_link, books " . SQL_BOOKS_LEFT_JOIN . "
where books_languages_link.book = books.id and lang_code = ? {1} order by sort");
define ('SQL_BOOKS_BY_CUSTOM', "select {0} from {2}, books " . SQL_BOOKS_LEFT_JOIN . "
where {2}.book = books.id and {2}.{3} = ? {1} order by sort");
define ('SQL_BOOKS_BY_CUSTOM_BOOL_TRUE', "select {0} from {2}, books " . SQL_BOOKS_LEFT_JOIN . "
where {2}.book = books.id and {2}.value = 1 {1} order by sort");
define ('SQL_BOOKS_BY_CUSTOM_BOOL_FALSE', "select {0} from {2}, books " . SQL_BOOKS_LEFT_JOIN . "
where {2}.book = books.id and {2}.value = 0 {1} order by sort");
define ('SQL_BOOKS_BY_CUSTOM_BOOL_NULL', "select {0} from books " . SQL_BOOKS_LEFT_JOIN . "
where books.id not in (select book from {2}) {1} order by sort");
define ('SQL_BOOKS_BY_CUSTOM_RATING', "select {0} from books " . SQL_BOOKS_LEFT_JOIN . "
left join {2} on {2}.book = books.id
left join {3} on {3}.id = {2}.{4}
where {3}.value = ? order by sort");
define ('SQL_BOOKS_BY_CUSTOM_RATING_NULL', "select {0} from books " . SQL_BOOKS_LEFT_JOIN . "
left join {2} on {2}.book = books.id
left join {3} on {3}.id = {2}.{4}
where ((books.id not in (select {2}.book from {2})) or ({3}.value = 0)) {1} order by sort");
define ('SQL_BOOKS_BY_CUSTOM_DATE', "select {0} from {2}, books " . SQL_BOOKS_LEFT_JOIN . "
where {2}.book = books.id and date({2}.value) = ? {1} order by sort");
define ('SQL_BOOKS_BY_CUSTOM_DIRECT', "select {0} from {2}, books " . SQL_BOOKS_LEFT_JOIN . "
where {2}.book = books.id and {2}.value = ? {1} order by sort");
define ('SQL_BOOKS_BY_CUSTOM_DIRECT_ID', "select {0} from {2}, books " . SQL_BOOKS_LEFT_JOIN . "
where {2}.book = books.id and {2}.id = ? {1} order by sort");
define ('SQL_BOOKS_QUERY', "select {0} from books " . SQL_BOOKS_LEFT_JOIN . "
where (
exists (select null from authors, books_authors_link where book = books.id and author = authors.id and authors.name like ?) or
exists (select null from tags, books_tags_link where book = books.id and tag = tags.id and tags.name like ?) or
exists (select null from series, books_series_link on book = books.id and books_series_link.series = series.id and series.name like ?) or
exists (select null from publishers, books_publishers_link where book = books.id and books_publishers_link.publisher = publishers.id and publishers.name like ?) or
title like ?) {1} order by books.sort");
define ('SQL_BOOKS_RECENT', "select {0} from books " . SQL_BOOKS_LEFT_JOIN . "
where 1=1 {1} order by timestamp desc limit ");
define ('SQL_BOOKS_BY_RATING', "select {0} from books " . SQL_BOOKS_LEFT_JOIN . "
where books_ratings_link.book = books.id and ratings.id = ? {1} order by sort");
class Book extends Base {
const ALL_BOOKS_UUID = "urn:uuid";
const ALL_BOOKS_ID = "cops:books";
const ALL_RECENT_BOOKS_ID = "cops:recentbooks";
const BOOK_COLUMNS = "books.id as id, books.title as title, text as comment, path, timestamp, pubdate, series_index, uuid, has_cover, ratings.rating";
const SQL_BOOKS_LEFT_JOIN = SQL_BOOKS_LEFT_JOIN;
const SQL_BOOKS_ALL = SQL_BOOKS_ALL;
const SQL_BOOKS_BY_PUBLISHER = SQL_BOOKS_BY_PUBLISHER;
const SQL_BOOKS_BY_FIRST_LETTER = SQL_BOOKS_BY_FIRST_LETTER;
const SQL_BOOKS_BY_AUTHOR = SQL_BOOKS_BY_AUTHOR;
const SQL_BOOKS_BY_SERIE = SQL_BOOKS_BY_SERIE;
const SQL_BOOKS_BY_TAG = SQL_BOOKS_BY_TAG;
const SQL_BOOKS_BY_LANGUAGE = SQL_BOOKS_BY_LANGUAGE;
const SQL_BOOKS_BY_CUSTOM = SQL_BOOKS_BY_CUSTOM;
const SQL_BOOKS_BY_CUSTOM_BOOL_TRUE = SQL_BOOKS_BY_CUSTOM_BOOL_TRUE;
const SQL_BOOKS_BY_CUSTOM_BOOL_FALSE = SQL_BOOKS_BY_CUSTOM_BOOL_FALSE;
const SQL_BOOKS_BY_CUSTOM_BOOL_NULL = SQL_BOOKS_BY_CUSTOM_BOOL_NULL;
const SQL_BOOKS_BY_CUSTOM_RATING = SQL_BOOKS_BY_CUSTOM_RATING;
const SQL_BOOKS_BY_CUSTOM_RATING_NULL = SQL_BOOKS_BY_CUSTOM_RATING_NULL;
const SQL_BOOKS_BY_CUSTOM_DATE = SQL_BOOKS_BY_CUSTOM_DATE;
const SQL_BOOKS_BY_CUSTOM_DIRECT = SQL_BOOKS_BY_CUSTOM_DIRECT;
const SQL_BOOKS_BY_CUSTOM_DIRECT_ID = SQL_BOOKS_BY_CUSTOM_DIRECT_ID;
const SQL_BOOKS_QUERY = SQL_BOOKS_QUERY;
const SQL_BOOKS_RECENT = SQL_BOOKS_RECENT;
const SQL_BOOKS_BY_RATING = SQL_BOOKS_BY_RATING;
const BAD_SEARCH = "QQQQQ";
public $id;
public $title;
public $timestamp;
public $pubdate;
public $path;
public $uuid;
public $hasCover;
public $relativePath;
public $seriesIndex;
public $comment;
public $rating;
public $datas = NULL;
public $authors = NULL;
public $publisher = NULL;
public $serie = NULL;
public $tags = NULL;
public $languages = NULL;
public $format = array ();
public function __construct($line) {
$this->id = $line->id;
$this->title = $line->title;
$this->timestamp = strtotime ($line->timestamp);
$this->pubdate = $line->pubdate;
$this->path = Base::getDbDirectory () . $line->path;
$this->relativePath = $line->path;
$this->seriesIndex = $line->series_index;
$this->comment = $line->comment;
$this->uuid = $line->uuid;
$this->hasCover = $line->has_cover;
if (!file_exists ($this->getFilePath ("jpg"))) {
// double check
$this->hasCover = 0;
}
$this->rating = $line->rating;
}
public function getEntryId () {
return self::ALL_BOOKS_UUID.":".$this->uuid;
}
public static function getEntryIdByLetter ($startingLetter) {
return self::ALL_BOOKS_ID.":letter:".$startingLetter;
}
public function getUri () {
return "?page=".parent::PAGE_BOOK_DETAIL."&id=$this->id";
}
public function getDetailUrl () {
$urlParam = $this->getUri ();
if (!is_null (GetUrlParam (DB))) $urlParam = addURLParameter ($urlParam, DB, GetUrlParam (DB));
return 'index.php' . $urlParam;
}
public function getTitle () {
return $this->title;
}
/* Other class (author, series, tag, ...) initialization and accessors */
/**
* @return Author[]
*/
public function getAuthors () {
if (is_null ($this->authors)) {
$this->authors = Author::getAuthorByBookId ($this->id);
}
return $this->authors;
}
public function getAuthorsName () {
return implode (", ", array_map (function ($author) { return $author->name; }, $this->getAuthors ()));
}
public function getAuthorsSort () {
return implode (", ", array_map (function ($author) { return $author->sort; }, $this->getAuthors ()));
}
public function getPublisher () {
if (is_null ($this->publisher)) {
$this->publisher = Publisher::getPublisherByBookId ($this->id);
}
return $this->publisher;
}
/**
* @return Serie
*/
public function getSerie () {
if (is_null ($this->serie)) {
$this->serie = Serie::getSerieByBookId ($this->id);
}
return $this->serie;
}
/**
* @return string
*/
public function getLanguages () {
$lang = array ();
$result = parent::getDb ()->prepare('select languages.lang_code
from books_languages_link, languages
where books_languages_link.lang_code = languages.id
and book = ?
order by item_order');
$result->execute (array ($this->id));
while ($post = $result->fetchObject ())
{
array_push ($lang, Language::getLanguageString($post->lang_code));
}
return implode (", ", $lang);
}
/**
* @return Tag[]
*/
public function getTags () {
if (is_null ($this->tags)) {
$this->tags = array ();
$result = parent::getDb ()->prepare('select tags.id as id, name
from books_tags_link, tags
where tag = tags.id
and book = ?
order by name');
$result->execute (array ($this->id));
while ($post = $result->fetchObject ())
{
array_push ($this->tags, new Tag ($post));
}
}
return $this->tags;
}
public function getTagsName () {
return implode (", ", array_map (function ($tag) { return $tag->name; }, $this->getTags ()));
}
/**
* @return Data[]
*/
public function getDatas ()
{
if (is_null ($this->datas)) {
$this->datas = Data::getDataByBook ($this);
}
return $this->datas;
}
/* End of other class (author, series, tag, ...) initialization and accessors */
public static function getFilterString () {
$filter = getURLParam ("tag", NULL);
if (empty ($filter)) return "";
$exists = true;
if (preg_match ("/^!(.*)$/", $filter, $matches)) {
$exists = false;
$filter = $matches[1];
}
$result = "exists (select null from books_tags_link, tags where books_tags_link.book = books.id and books_tags_link.tag = tags.id and tags.name = '" . $filter . "')";
if (!$exists) {
$result = "not " . $result;
}
return "and " . $result;
}
public function GetMostInterestingDataToSendToKindle ()
{
$bestFormatForKindle = array ("EPUB", "PDF", "AZW3", "MOBI");
$bestRank = -1;
$bestData = NULL;
foreach ($this->getDatas () as $data) {
$key = array_search ($data->format, $bestFormatForKindle);
if ($key !== false && $key > $bestRank) {
$bestRank = $key;
$bestData = $data;
}
}
return $bestData;
}
public function getDataById ($idData)
{
$reduced = array_filter ($this->getDatas (), function ($data) use ($idData) {
return $data->id == $idData;
});
return reset ($reduced);
}
public function getRating () {
if (is_null ($this->rating) || $this->rating == 0) {
return "";
}
$retour = "";
for ($i = 0; $i < $this->rating / 2; $i++) {
$retour .= "&#9733;";
}
for ($i = 0; $i < 5 - $this->rating / 2; $i++) {
$retour .= "&#9734;";
}
return $retour;
}
public function getPubDate () {
if (empty ($this->pubdate)) {
return "";
}
$dateY = (int) substr($this->pubdate, 0, 4);
if ($dateY > 102) {
return str_pad($dateY, 4, "0", STR_PAD_LEFT);
}
return "";
}
public function getComment ($withSerie = true) {
$addition = "";
$se = $this->getSerie ();
if (!is_null ($se) && $withSerie) {
$addition = $addition . "<strong>" . localize("content.series") . "</strong>" . str_format (localize ("content.series.data"), $this->seriesIndex, htmlspecialchars ($se->name)) . "<br />\n";
}
if (preg_match ("/<\/(div|p|a|span)>/", $this->comment))
{
return $addition . html2xhtml ($this->comment);
}
else
{
return $addition . htmlspecialchars ($this->comment);
}
}
public function getDataFormat ($format) {
$reduced = array_filter ($this->getDatas (), function ($data) use ($format) {
return $data->format == $format;
});
return reset ($reduced);
}
public function getFilePath ($extension, $idData = NULL, $relative = false)
{
if ($extension == "jpg")
{
$file = "cover.jpg";
}
else
{
$data = $this->getDataById ($idData);
if (!$data) return NULL;
$file = $data->name . "." . strtolower ($data->format);
}
if ($relative)
{
return $this->relativePath."/".$file;
}
else
{
return $this->path."/".$file;
}
}
public function getUpdatedEpub ($idData)
{
global $config;
$data = $this->getDataById ($idData);
try
{
$epub = new EPub ($data->getLocalPath ());
$epub->Title ($this->title);
$authorArray = array ();
foreach ($this->getAuthors() as $author) {
$authorArray [$author->sort] = $author->name;
}
$epub->Authors ($authorArray);
$epub->Language ($this->getLanguages ());
$epub->Description ($this->getComment (false));
$epub->Subjects ($this->getTagsName ());
$epub->Cover2 ($this->getFilePath ("jpg"), "image/jpeg");
$epub->Calibre ($this->uuid);
$se = $this->getSerie ();
if (!is_null ($se)) {
$epub->Serie ($se->name);
$epub->SerieIndex ($this->seriesIndex);
}
if ($config['cops_provide_kepub'] == "1" && preg_match("/Kobo/", $_SERVER['HTTP_USER_AGENT'])) {
$epub->updateForKepub ();
}
$epub->download ($data->getUpdatedFilenameEpub ());
}
catch (Exception $e)
{
echo "Exception : " . $e->getMessage();
}
}
public function getThumbnail ($width, $height, $outputfile = NULL) {
if (is_null ($width) && is_null ($height)) {
return false;
}
$file = $this->getFilePath ("jpg");
// get image size
if ($size = GetImageSize($file)) {
$w = $size[0];
$h = $size[1];
//set new size
if (!is_null ($width)) {
$nw = $width;
if ($nw >= $w) { return false; }
$nh = ($nw*$h)/$w;
} else {
$nh = $height;
if ($nh >= $h) { return false; }
$nw = ($nh*$w)/$h;
}
} else {
return false;
}
//draw the image
$src_img = imagecreatefromjpeg($file);
$dst_img = imagecreatetruecolor($nw,$nh);
imagecopyresampled($dst_img, $src_img, 0, 0, 0, 0, $nw, $nh, $w, $h);//resizing the image
imagejpeg($dst_img,$outputfile,80);
imagedestroy($src_img);
imagedestroy($dst_img);
return true;
}
public function getLinkArray ()
{
$linkArray = array();
if ($this->hasCover)
{
array_push ($linkArray, Data::getLink ($this, "jpg", "image/jpeg", Link::OPDS_IMAGE_TYPE, "cover.jpg", NULL));
array_push ($linkArray, Data::getLink ($this, "jpg", "image/jpeg", Link::OPDS_THUMBNAIL_TYPE, "cover.jpg", NULL));
}
foreach ($this->getDatas () as $data)
{
if ($data->isKnownType ())
{
array_push ($linkArray, $data->getDataLink (Link::OPDS_ACQUISITION_TYPE, $data->format));
}
}
foreach ($this->getAuthors () as $author) {
/* @var $author Author */
array_push ($linkArray, new LinkNavigation ($author->getUri (), "related", str_format (localize ("bookentry.author"), localize ("splitByLetter.book.other"), $author->name)));
}
$serie = $this->getSerie ();
if (!is_null ($serie)) {
array_push ($linkArray, new LinkNavigation ($serie->getUri (), "related", str_format (localize ("content.series.data"), $this->seriesIndex, $serie->name)));
}
return $linkArray;
}
public function getEntry () {
return new EntryBook ($this->getTitle (), $this->getEntryId (),
$this->getComment (), "text/html",
$this->getLinkArray (), $this);
}
public static function getBookCount($database = NULL) {
return parent::executeQuerySingle ('select count(*) from books', $database);
}
public static function getCount() {
global $config;
$nBooks = parent::executeQuerySingle ('select count(*) from books');
$result = array();
$entry = new Entry (localize ("allbooks.title"),
self::ALL_BOOKS_ID,
str_format (localize ("allbooks.alphabetical", $nBooks), $nBooks), "text",
array ( new LinkNavigation ("?page=".parent::PAGE_ALL_BOOKS)), "", $nBooks);
array_push ($result, $entry);
if ($config['cops_recentbooks_limit'] > 0) {
$entry = new Entry (localize ("recent.title"),
self::ALL_RECENT_BOOKS_ID,
str_format (localize ("recent.list"), $config['cops_recentbooks_limit']), "text",
array ( new LinkNavigation ("?page=".parent::PAGE_ALL_RECENT_BOOKS)), "", $config['cops_recentbooks_limit']);
array_push ($result, $entry);
}
return $result;
}
public static function getBooksByAuthor($authorId, $n) {
return self::getEntryArray (self::SQL_BOOKS_BY_AUTHOR, array ($authorId), $n);
}
public static function getBooksByRating($ratingId, $n) {
return self::getEntryArray (self::SQL_BOOKS_BY_RATING, array ($ratingId), $n);
}
public static function getBooksByPublisher($publisherId, $n) {
return self::getEntryArray (self::SQL_BOOKS_BY_PUBLISHER, array ($publisherId), $n);
}
public static function getBooksBySeries($serieId, $n) {
return self::getEntryArray (self::SQL_BOOKS_BY_SERIE, array ($serieId), $n);
}
public static function getBooksByTag($tagId, $n) {
return self::getEntryArray (self::SQL_BOOKS_BY_TAG, array ($tagId), $n);
}
public static function getBooksByLanguage($languageId, $n) {
return self::getEntryArray (self::SQL_BOOKS_BY_LANGUAGE, array ($languageId), $n);
}
/**
* @param $customColumn CustomColumn
* @param $id integer
* @param $n integer
* @return array
*/
public static function getBooksByCustom($customColumn, $id, $n) {
list($query, $params) = $customColumn->getQuery($id);
return self::getEntryArray ($query, $params, $n);
}
public static function getBookById($bookId) {
$result = parent::getDb ()->prepare('select ' . self::BOOK_COLUMNS . '
from books ' . self::SQL_BOOKS_LEFT_JOIN . '
where books.id = ?');
$result->execute (array ($bookId));
while ($post = $result->fetchObject ())
{
$book = new Book ($post);
return $book;
}
return NULL;
}
public static function getBookByDataId($dataId) {
$result = parent::getDb ()->prepare('select ' . self::BOOK_COLUMNS . ', data.name, data.format
from data, books ' . self::SQL_BOOKS_LEFT_JOIN . '
where data.book = books.id and data.id = ?');
$result->execute (array ($dataId));
while ($post = $result->fetchObject ())
{
$book = new Book ($post);
$data = new Data ($post, $book);
$data->id = $dataId;
$book->datas = array ($data);
return $book;
}
return NULL;
}
public static function getBooksByQuery($query, $n, $database = NULL, $numberPerPage = NULL) {
$i = 0;
$critArray = array ();
foreach (array (PageQueryResult::SCOPE_AUTHOR,
PageQueryResult::SCOPE_TAG,
PageQueryResult::SCOPE_SERIES,
PageQueryResult::SCOPE_PUBLISHER,
PageQueryResult::SCOPE_BOOK) as $key) {
if (in_array($key, getCurrentOption ('ignored_categories')) ||
(!array_key_exists ($key, $query) && !array_key_exists ("all", $query))) {
$critArray [$i] = self::BAD_SEARCH;
}
else {
if (array_key_exists ($key, $query)) {
$critArray [$i] = $query [$key];
} else {
$critArray [$i] = $query ["all"];
}
}
$i++;
}
return self::getEntryArray (self::SQL_BOOKS_QUERY, $critArray, $n, $database, $numberPerPage);
}
public static function getBooks($n) {
list ($entryArray, $totalNumber) = self::getEntryArray (self::SQL_BOOKS_ALL , array (), $n);
return array ($entryArray, $totalNumber);
}
public static function getAllBooks() {
/* @var $result PDOStatement */
list (, $result) = parent::executeQuery ("select {0}
from books
group by substr (upper (sort), 1, 1)
order by substr (upper (sort), 1, 1)", "substr (upper (sort), 1, 1) as title, count(*) as count", self::getFilterString (), array (), -1);
$entryArray = array();
while ($post = $result->fetchObject ())
{
array_push ($entryArray, new Entry ($post->title, Book::getEntryIdByLetter ($post->title),
str_format (localize("bookword", $post->count), $post->count), "text",
array ( new LinkNavigation ("?page=".parent::PAGE_ALL_BOOKS_LETTER."&id=". rawurlencode ($post->title))), "", $post->count));
}
return $entryArray;
}
public static function getBooksByStartingLetter($letter, $n, $database = NULL, $numberPerPage = NULL) {
return self::getEntryArray (self::SQL_BOOKS_BY_FIRST_LETTER, array ($letter . "%"), $n, $database, $numberPerPage);
}
public static function getEntryArray ($query, $params, $n, $database = NULL, $numberPerPage = NULL) {
/* @var $totalNumber integer */
/* @var $result PDOStatement */
list($totalNumber, $result) = parent::executeQuery($query, self::BOOK_COLUMNS, self::getFilterString (), $params, $n, $database, $numberPerPage);
$entryArray = array();
while ($post = $result->fetchObject())
{
$book = new Book ($post);
array_push ($entryArray, $book->getEntry());
}
return array ($entryArray, $totalNumber);
}
public static function getAllRecentBooks() {
global $config;
list ($entryArray, ) = self::getEntryArray (self::SQL_BOOKS_RECENT . $config['cops_recentbooks_limit'], array (), -1);
return $entryArray;
}
/**
* The values of all the specified columns
*
* @param string[] $columns
* @return CustomColumn[]
*/
public function getCustomColumnValues($columns, $asArray = false) {
$result = array();
foreach ($columns as $lookup) {
$col = CustomColumnType::createByLookup($lookup);
if (! is_null($col)) {
$cust = $col->getCustomByBook($this);
if (! is_null($cust)) {
if ($asArray) {
array_push($result, $cust->toArray());
} else {
array_push($result, $cust);
}
}
}
}
return $result;
}
}

View file

@ -1,257 +0,0 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<?php
/**
* COPS (Calibre OPDS PHP Server) Configuration check
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*
*/
require_once ("config.php");
require_once ("base.php");
$err = getURLParam ("err", -1);
$full = getURLParam ("full");
$error = NULL;
switch ($err) {
case 1 :
$error = "Database error";
break;
}
?>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>COPS Configuration Check</title>
<link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion(getCurrentCss ()) ?>" media="screen" />
</head>
<body>
<div class="container">
<header>
<div class="headcenter">
<h1>COPS Configuration Check</h1>
</div>
</header>
<div id="content" style="display: none;"></div>
<section>
<?php
if (!is_null ($error)) {
?>
<article class="frontpage">
<h2>You've been redirected because COPS is not configured properly</h2>
<h4><?php echo $error ?></h4>
</article>
<?php
}
?>
<article class="frontpage">
<h2>Check if PHP version is correct</h2>
<h4>
<?php
if (defined('PHP_VERSION_ID')) {
if (PHP_VERSION_ID >= 50300) {
echo "OK (" . PHP_VERSION . ")";
} else {
echo "Please install PHP >= 5.3 (" . PHP_VERSION . ")";
}
} else {
echo "Please install PHP >= 5.3";
}
?>
</h4>
</article>
<article class="frontpage">
<h2>Check if GD is properly installed and loaded</h2>
<h4>
<?php
if (extension_loaded('gd') && function_exists('gd_info')) {
echo "OK";
} else {
echo "Please install the php5-gd extension and make sure it's enabled";
}
?>
</h4>
</article>
<article class="frontpage">
<h2>Check if Sqlite is properly installed and loaded</h2>
<h4>
<?php
if (extension_loaded('pdo_sqlite')) {
echo "OK";
} else {
echo "Please install the php5-sqlite extension and make sure it's enabled";
}
?>
</h4>
</article>
<article class="frontpage">
<h2>Check if libxml is properly installed and loaded</h2>
<h4>
<?php
if (extension_loaded('libxml')) {
echo "OK";
} else {
echo "Please make sure libxml is enabled";
}
?>
</h4>
</article>
<article class="frontpage">
<h2>Check if Json is properly installed and loaded</h2>
<h4>
<?php
if (extension_loaded('json')) {
echo "OK";
} else {
echo "Please install the php5-json extension and make sure it's enabled";
}
?>
</h4>
</article>
<article class="frontpage">
<h2>Check if mbstring is properly installed and loaded</h2>
<h4>
<?php
if (extension_loaded('mbstring')) {
echo "OK";
} else {
echo "Please install the php5-mbstring extension and make sure it's enabled";
}
?>
</h4>
</article>
<article class="frontpage">
<h2>Check if intl is properly installed and loaded</h2>
<h4>
<?php
if (extension_loaded('intl')) {
echo "OK";
} else {
echo "Please install the php5-intl extension and make sure it's enabled";
}
?>
</h4>
</article>
<article class="frontpage">
<h2>Check if Normalizer class is properly installed and loaded</h2>
<h4>
<?php
if (class_exists("Normalizer", $autoload = false)) {
echo "OK";
} else {
echo "Please make sure intl is enabled in your php.ini";
}
?>
</h4>
</article>
<article class="frontpage">
<h2>Check if the rendering will be done on client side or server side</h2>
<h4>
<?php
if (useServerSideRendering ()) {
echo "Server side rendering";
} else {
echo "Client side rendering";
}
?>
</h4>
</article>
<?php
$i = 0;
foreach (Base::getDbList () as $name => $database) {
?>
<article class="frontpage">
<h2>Check if Calibre database path is not an URL</h2>
<h4>
<?php
if (!preg_match ("#^http#", $database)) {
echo "{$name} OK";
} else {
echo "{$name} Calibre path has to be local (no URL allowed)";
}
?>
</h4>
</article>
<article class="frontpage">
<h2>Check if Calibre database file exists and is readable</h2>
<h4>
<?php
if (is_readable (Base::getDbFileName ($i))) {
echo "{$name} OK";
} else {
echo "{$name} File " . Base::getDbFileName ($i) . " not found,
Please check
<ul>
<li>Value of \$config['calibre_directory'] in config_local.php</li>
<li>Value of <a href='http://php.net/manual/en/ini.core.php#ini.open-basedir'>open_basedir</a> in your php.ini</li>
<li>The access rights of the Calibre Database</li>
<li>Synology users please read <a href='https://github.com/seblucas/cops/wiki/Howto---Synology'>this</a></li>
</ul>";
}
?>
</h4>
</article>
<?php if (is_readable (Base::getDbFileName ($i))) { ?>
<article class="frontpage">
<h2>Check if Calibre database file can be opened with PHP</h2>
<h4>
<?php
try {
$db = new PDO('sqlite:'. Base::getDbFileName ($i));
echo "{$name} OK";
} catch (Exception $e) {
echo "{$name} If the file is readable, check your php configuration. Exception detail : " . $e;
}
?>
</h4>
</article>
<article class="frontpage">
<h2>Check if Calibre database file contains at least some of the needed tables</h2>
<h4>
<?php
try {
$db = new PDO('sqlite:'. Base::getDbFileName ($i));
$count = $db->query("select count(*) FROM sqlite_master WHERE type='table' AND name in ('books', 'authors', 'tags', 'series')")->fetchColumn();
if ($count == 4) {
echo "{$name} OK";
} else {
echo "{$name} Not all Calibre tables were found. Are you sure you're using the correct database.";
}
} catch (Exception $e) {
echo "{$name} If the file is readable, check your php configuration. Exception detail : " . $e;
}
?>
</h4>
</article>
<?php if ($full) { ?>
<article class="frontpage">
<h2>Check if all Calibre books are found</h2>
<h4>
<?php
try {
$db = new PDO('sqlite:'. Base::getDbFileName ($i));
$result = $db->prepare("select books.path || '/' || data.name || '.' || lower (format) as fullpath from data join books on data.book = books.id");
$result->execute ();
while ($post = $result->fetchObject ())
{
if (!is_file (Base::getDbDirectory ($i) . $post->fullpath)) {
echo "<p>" . Base::getDbDirectory ($i) . $post->fullpath . "</p>";
}
}
} catch (Exception $e) {
echo "{$name} If the file is readable, check your php configuration. Exception detail : " . $e;
}
?>
</h4>
</article>
<?php } ?>
<?php } ?>
<?php $i++; } ?>
</section>
<footer></footer>
</div>
</body>
</html>

View file

@ -1,35 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once 'config_default.php';
if (file_exists(dirname(__FILE__) . '/config_local.php') && (php_sapi_name() !== 'cli')) {
require_once 'config_local.php';
}
$remote_user = array_key_exists('PHP_AUTH_USER', $_SERVER) ? $_SERVER['PHP_AUTH_USER'] : '';
// Clean username, only allow a-z, A-Z, 0-9, -_ chars
$remote_user = preg_replace( "/[^a-zA-Z0-9_-]/", "", $remote_user);
$user_config_file = 'config_local.' . $remote_user . '.php';
if (file_exists(dirname(__FILE__) . '/' . $user_config_file) && (php_sapi_name() !== 'cli')) {
require_once $user_config_file;
}
if(!is_null($config['cops_basic_authentication']) &&
is_array($config['cops_basic_authentication']))
{
if (!isset($_SERVER['PHP_AUTH_USER']) ||
(isset($_SERVER['PHP_AUTH_USER']) &&
($_SERVER['PHP_AUTH_USER']!=$config['cops_basic_authentication']['username'] ||
$_SERVER['PHP_AUTH_PW'] != $config['cops_basic_authentication']['password'])))
{
header('WWW-Authenticate: Basic realm="COPS Authentication"');
header('HTTP/1.0 401 Unauthorized');
echo 'This site is password protected';
exit;
}
}

View file

@ -1,328 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
if (!isset($config))
$config = array();
/*
* The directory containing calibre's metadata.db file, with sub-directories
* containing all the formats.
* BEWARE : it has to end with a /
* You can enable multiple database with this notation instead of a simple string :
* $config['calibre_directory'] = array ("My database name" => "/home/directory/calibre1/", "My other database name" => "/home/directory/calibre2/");
*/
$config['calibre_directory'] = './';
/*
* SPECIFIC TO NGINX
* The internal directory set in nginx config file
* Leave empty if you don't know what you're doing
*/
$config['calibre_internal_directory'] = '';
/*
* Full URL prefix (with trailing /)
* useful especially for Opensearch where a full URL is often required
* For example Mantano, Aldiko and Marvin require it.
*/
$config['cops_full_url'] = '';
/*
* Number of recent books to show
*/
$config['cops_recentbooks_limit'] = '50';
/*
* Catalog's author name
*/
$config['cops_author_name'] = "Sébastien Lucas";
/*
* Catalog's author uri
*/
$config['cops_author_uri'] = "http://blog.slucas.fr";
/*
* Catalog's author email
*/
$config['cops_author_email'] = "sebastien@slucas.fr";
/*
* Catalog's title
*/
$config['cops_title_default'] = "COPS";
/*
* Catalog's subtitle
*/
$config['cops_subtitle_default'] = "";
/*
* Wich header to use when downloading books outside the web directory
* Possible values are :
* X-Accel-Redirect : For Nginx
* X-Sendfile : For Lightttpd or Apache (with mod_xsendfile)
* No value (default) : Let PHP handle the download
*/
$config['cops_x_accel_redirect'] = "";
/*
* Height of thumbnail image for OPDS
*/
$config['cops_opds_thumbnail_height'] = "164";
/*
* Height of thumbnail image for HTML
*/
$config['cops_html_thumbnail_height'] = "164";
/*
* Icon for both OPDS and HTML catalog
* Note that this has to be a real icon (.ico)
*/
$config['cops_icon'] = "favicon.ico";
/*
* Show icon for authors, series, tags and books on OPDS feed
* 1 : enable
* 0 : disable
*/
$config['cops_show_icons'] = "1";
/*
* Default timezone
* Check following link for other timezones :
* http://www.php.net/manual/en/timezones.php
*/
$config['default_timezone'] = "Europe/Paris";
/*
* Prefered format for HTML catalog
* The two first will be displayed in book entries
* The other only appear in book detail
*/
$config['cops_prefered_format'] = array ("EPUB", "PDF", "AZW3", "AZW", "MOBI", "CBR", "CBZ");
/*
* use URL rewriting for downloading of ebook in HTML catalog
* See Github wiki for more information
* 1 : enable
* 0 : disable
*/
$config['cops_use_url_rewriting'] = "0";
/*
* generate a invalid OPDS stream to allow bad OPDS client to use search
* Example of non compliant OPDS client : Moon+ Reader
* Example of good OPDS client : Mantano, FBReader
* 1 : enable support for non compliant OPDS client
* 0 : always generate valid OPDS code
*/
$config['cops_generate_invalid_opds_stream'] = "0";
/*
* Max number of items per page
* -1 unlimited
*/
$config['cops_max_item_per_page'] = "-1";
/*
* split authors by first letter
* 1 : Yes
* 0 : No
*/
$config['cops_author_split_first_letter'] = "1";
/*
* split titles by first letter
* 1 : Yes
* 0 : No
*/
$config['cops_titles_split_first_letter'] = "1";
/*
* Enable the Lightboxes (for popups)
* 1 : Yes (enable)
* 0 : No
*/
$config['cops_use_fancyapps'] = "1";
/*
* Update Epub metadata before download
* 1 : Yes (enable)
* 0 : No
*/
$config['cops_update_epub-metadata'] = "0";
/*
* Filter on tags to book list
* Only works with the OPDS catalog
* Usage : array ("I only want to see books using the tag : Tag1" => "Tag1",
* "I only want to see books not using the tag : Tag1" => "!Tag1",
* "I want to see every books" => "",
*
* Example : array ("All" => "", "Unread" => "!Read", "Read" => "Read")
*/
$config['cops_books_filter'] = array ();
/*
* Custom Columns for the index page
* to add as an array containing the lookup names configured in Calibre
*
* For example : array ("genre", "mycolumn");
*
* Note that the composite custom columns are not supported
*/
$config['cops_calibre_custom_column'] = array ();
/*
* Custom Columns for the list representation
* to add as an array containing the lookup names configured in Calibre
*
* For example : array ("genre", "mycolumn");
*
* Note that the composite custom columns are not supported
*/
$config['cops_calibre_custom_column_list'] = array ();
/*
* Custom Columns for the book preview panel
* to add as an array containing the lookup names configured in Calibre
*
* For example : array ("genre", "mycolumn");
*
* Note that the composite custom columns are not supported
*/
$config['cops_calibre_custom_column_preview'] = array ();
/*
* Rename .epub to .kepub.epub if downloaded from a Kobo eReader
* The ebook will then be recognized a Kepub so with chaptered paging, statistics, ...
* You have to enable URL rewriting if you want to enable kepup.epub download
* 1 : Yes (enable)
* 0 : No
*/
$config['cops_provide_kepub'] = "0";
/*
* Enable and configure Send To Kindle (or Email) feature.
*
* Don't forget to authorize the sender email you configured in your Kindle's Approved Personal Document E-mail List.
*
* If you want to use a simple smtp server (provided by your ISP for example), you can configure it like that :
* $config['cops_mail_configuration'] = array( "smtp.host" => "smtp.free.fr",
* "smtp.username" => "",
* "smtp.password" => "",
* "smtp.secure" => "",
* "address.from" => "cops@slucas.fr"
* );
*
* For Gmail (ssl is mandatory) :
* $config['cops_mail_configuration'] = array( "smtp.host" => "smtp.gmail.com",
* "smtp.username" => "YOUR GMAIL ADRESS",
* "smtp.password" => "YOUR GMAIL PASSWORD",
* "smtp.secure" => "ssl",
* "address.from" => "cops@slucas.fr"
* );
*/
$config['cops_mail_configuration'] = NULL;
/*
* Use filter in HTML catalog
* 1 : Yes (enable)
* 0 : No
*/
$config['cops_html_tag_filter'] = "0";
/*
* Thumbnails are generated on-the-fly so it can be problematic on servers with slow CPU (Raspberry Pi, Dockstar, Piratebox, ...).
* This configuration item allow to customize how thumbnail will be generated
* "" : Generate thumbnail (CPU hungry)
* "1" : always send the full size image (Network hungry)
* any url : Send a constant image as the thumbnail (you can try "images/bookcover.png")
*/
$config['cops_thumbnail_handling'] = "";
/*
* Directory to keep resized thumbnails: allow to resize thumbnails only on first access, then use this cache.
* $config['cops_thumbnail_handling'] must be ""
* "" : don't cache thumbnail
* "/tmp/cache/" (example) : will generate thumbnails in /tmp/cache/
* BEWARE : it has to end with a /
*/
$config['cops_thumbnail_cache_directory'] = "";
/*
* Contains a list of user agent for browsers not compatible with client side rendering
* For now : Kindle, Sony PRS-T1, Sony PRS-T2, All Cybook devices (maybe a little extreme).
* This item is used as regular expression so "." will force server side rendering for all devices
*/
$config['cops_server_side_render'] = "Kindle\/1\.0|Kindle\/2\.0|Kindle\/3\.0|EBRD1101|EBRD1201|cybook";
/*
* Specify the ignored categories for the home screen and with search
* Meaning that if you don't want to search in publishers or tags just add them from the list
* Only accepted values :
* - author
* - book
* - series
* - tag
* - publisher
* - rating
* - language
*/
$config ['cops_ignored_categories'] = array ();
/*
* If you use a Sony eReader or Aldiko you can't download ebooks if your catalog
* is password protected. A simple workaround is to leave fetch.php not protected (see .htaccess).
* But In that case your COPS installation is not completely safe.
* Setting this parameter to "1" ensure that nobody can access fetch.php before accessing
* index.php or feed.php first.
* BEWARE : Do not touch this if you're not using password, not using PRS-TX or not using Aldiko.
*/
$config ['cops_fetch_protect'] = "0";
/*
* WARNING NOT READY FOR PRODUCTION USE
* Make the search better (don't care about diacritics, uppercase should work on Cyrillic) but slower.
* 1 : Yes (enable)
* 0 : No
*/
$config ['cops_normalized_search'] = "0";
/*
* Enable PHP password protection (You can use if htpasswd is not possible for you)
* If possible prefer htpasswd !
* array( "username" => "xxx", "password" => "secret") : Enable PHP password protection
* NULL : Disable PHP password protection (You can still use htpasswd)
*/
$config['cops_basic_authentication'] = NULL;
/*
* Which template is used by default :
* 'default'
* 'bootstrap'
*/
$config['cops_template'] = 'default';
/*
* Which style is used by default :
* 'base'
* 'default'
* 'eink' (only available for the 'default' template)
* 'iphone' (only available for the 'default' template)
* 'iphone7' (only available for the 'default' template)
*/
$config['cops_style'] = 'default';
/*
* Set language code to force a language (see lang/ directory for available languages).
* When empty it will auto detect the language.
*/
$config['cops_language'] = '';

View file

@ -1,23 +0,0 @@
<?php
if (!isset($config))
$config = array();
/*
* The directory containing calibre's metadata.db file, with sub-directories
* containing all the formats.
* BEWARE : it has to end with a /
*/
$config['calibre_directory'] = './';
/*
* Catalog's title
*/
$config['cops_title_default'] = "COPS";
/*
* use URL rewriting for downloading of ebook in HTML catalog
* See README for more information
* 1 : enable
* 0 : disable
*/
$config['cops_use_url_rewriting'] = "0";

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -1,209 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once('base.php');
class Data extends Base {
public $id;
public $name;
public $format;
public $realFormat;
public $extension;
public $book;
public static $mimetypes = array(
'aac' => 'audio/aac',
'azw' => 'application/x-mobipocket-ebook',
'azw1' => 'application/x-topaz-ebook',
'azw2' => 'application/x-kindle-application',
'azw3' => 'application/x-mobi8-ebook',
'cbz' => 'application/x-cbz',
'cbr' => 'application/x-cbr',
'djv' => 'image/vnd.djvu',
'djvu' => 'image/vnd.djvu',
'doc' => 'application/msword',
'epub' => 'application/epub+zip',
'fb2' => 'text/fb2+xml',
'ibooks'=> 'application/x-ibooks+zip',
'kepub' => 'application/epub+zip',
'kobo' => 'application/x-koboreader-ebook',
'm4a' => 'audio/mp4',
'mobi' => 'application/x-mobipocket-ebook',
'mp3' => 'audio/mpeg',
'lit' => 'application/x-ms-reader',
'lrs' => 'text/x-sony-bbeb+xml',
'lrf' => 'application/x-sony-bbeb',
'lrx' => 'application/x-sony-bbeb',
'ncx' => 'application/x-dtbncx+xml',
'opf' => 'application/oebps-package+xml',
'otf' => 'application/x-font-opentype',
'pdb' => 'application/vnd.palm',
'pdf' => 'application/pdf',
'prc' => 'application/x-mobipocket-ebook',
'rtf' => 'application/rtf',
'svg' => 'image/svg+xml',
'ttf' => 'application/x-font-truetype',
'tpz' => 'application/x-topaz-ebook',
'wav' => 'audio/wav',
'wmf' => 'image/wmf',
'xhtml' => 'application/xhtml+xml',
'xpgt' => 'application/adobe-page-template+xml',
'zip' => 'application/zip'
);
public function __construct($post, $book = null) {
$this->id = $post->id;
$this->name = $post->name;
$this->format = $post->format;
$this->realFormat = str_replace ("ORIGINAL_", "", $post->format);
$this->extension = strtolower ($this->realFormat);
$this->book = $book;
}
public function isKnownType () {
return array_key_exists ($this->extension, self::$mimetypes);
}
public function getMimeType () {
$result = "application/octet-stream";
if ($this->isKnownType ()) {
return self::$mimetypes [$this->extension];
} elseif (function_exists('finfo_open') === true) {
$finfo = finfo_open(FILEINFO_MIME_TYPE);
if (is_resource($finfo) === true)
{
$result = finfo_file($finfo, $this->getLocalPath ());
}
finfo_close($finfo);
}
return $result;
}
public function isEpubValidOnKobo () {
return $this->format == "EPUB" || $this->format == "KEPUB";
}
public function getFilename () {
return $this->name . "." . strtolower ($this->format);
}
public function getUpdatedFilename () {
return $this->book->getAuthorsSort () . " - " . $this->book->title;
}
public function getUpdatedFilenameEpub () {
return $this->getUpdatedFilename () . ".epub";
}
public function getUpdatedFilenameKepub () {
$str = $this->getUpdatedFilename () . ".kepub.epub";
return str_replace(array(':', '#', '&'),
array('-', '-', ' '), $str );
}
public function getDataLink ($rel, $title = NULL) {
global $config;
if ($rel == Link::OPDS_ACQUISITION_TYPE && $config['cops_use_url_rewriting'] == "1") {
return $this->getHtmlLinkWithRewriting($title);
}
return self::getLink ($this->book, $this->extension, $this->getMimeType (), $rel, $this->getFilename (), $this->id, $title);
}
public function getHtmlLink () {
return $this->getDataLink(Link::OPDS_ACQUISITION_TYPE)->href;
}
public function getLocalPath () {
return $this->book->path . "/" . $this->getFilename ();
}
public function getHtmlLinkWithRewriting ($title = NULL) {
global $config;
$database = "";
if (!is_null (GetUrlParam (DB))) $database = GetUrlParam (DB) . "/";
$href = "download/" . $this->id . "/" . $database;
if ($config['cops_provide_kepub'] == "1" &&
$this->isEpubValidOnKobo () &&
preg_match("/Kobo/", $_SERVER['HTTP_USER_AGENT'])) {
$href .= rawurlencode ($this->getUpdatedFilenameKepub ());
} else {
$href .= rawurlencode ($this->getFilename ());
}
return new Link ($href, $this->getMimeType (), Link::OPDS_ACQUISITION_TYPE, $title);
}
public static function getDataByBook ($book) {
$out = array ();
$result = parent::getDb ()->prepare('select id, format, name
from data where book = ?');
$result->execute (array ($book->id));
while ($post = $result->fetchObject ())
{
array_push ($out, new Data ($post, $book));
}
return $out;
}
public static function handleThumbnailLink ($urlParam, $height) {
global $config;
if (is_null ($height)) {
if (preg_match ('/feed.php/', $_SERVER["SCRIPT_NAME"])) {
$height = $config['cops_opds_thumbnail_height'];
}
else
{
$height = $config['cops_html_thumbnail_height'];
}
}
if ($config['cops_thumbnail_handling'] != "1") {
$urlParam = addURLParameter($urlParam, "height", $height);
}
return $urlParam;
}
public static function getLink ($book, $type, $mime, $rel, $filename, $idData, $title = NULL, $height = NULL)
{
global $config;
$urlParam = addURLParameter("", "data", $idData);
if (Base::useAbsolutePath () ||
$rel == Link::OPDS_THUMBNAIL_TYPE ||
($type == "epub" && $config['cops_update_epub-metadata']))
{
if ($type != "jpg") $urlParam = addURLParameter($urlParam, "type", $type);
if ($rel == Link::OPDS_THUMBNAIL_TYPE) {
$urlParam = self::handleThumbnailLink($urlParam, $height);
}
$urlParam = addURLParameter($urlParam, "id", $book->id);
if (!is_null (GetUrlParam (DB))) $urlParam = addURLParameter ($urlParam, DB, GetUrlParam (DB));
if ($config['cops_thumbnail_handling'] != "1" &&
!empty ($config['cops_thumbnail_handling']) &&
$rel == Link::OPDS_THUMBNAIL_TYPE) {
return new Link ($config['cops_thumbnail_handling'], $mime, $rel, $title);
} else {
return new Link ("fetch.php?" . $urlParam, $mime, $rel, $title);
}
}
else
{
return new Link (str_replace('%2F','/',rawurlencode ($book->path."/".$filename)), $mime, $rel, $title);
}
}
}

View file

@ -1,80 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once ("config.php");
require_once ("base.php");
require_once ("book.php");
require_once ("resources/php-epub-meta/epub.php");
function getComponentContent ($book, $component, $add) {
$data = $book->component ($component);
$callback = function ($m) use ($book, $component, $add) {
$method = $m[1];
$path = $m[2];
$end = "";
if (preg_match ("/^src\s*:/", $method)) {
$end = ")";
}
if (preg_match ("/^#/", $path)) {
return "{$method}'{$path}'{$end}";
}
$hash = "";
if (preg_match ("/^(.+)#(.+)$/", $path, $matches)) {
$path = $matches [1];
$hash = "#" . $matches [2];
}
$comp = $book->getComponentName ($component, $path);
if (!$comp) return "{$method}'#'{$end}";
$out = "{$method}'epubfs.php?{$add}comp={$comp}{$hash}'{$end}";
if ($end) {
return $out;
}
return str_replace ("&", "&amp;", $out);
};
$data = preg_replace_callback ("/(src=)[\"']([^:]*?)[\"']/", $callback, $data);
$data = preg_replace_callback ("/(href=)[\"']([^:]*?)[\"']/", $callback, $data);
$data = preg_replace_callback ("/(\@import\s+)[\"'](.*?)[\"'];/", $callback, $data);
$data = preg_replace_callback ("/(src\s*:\s*url\()(.*?)\)/", $callback, $data);
return $data;
}
if (php_sapi_name() === 'cli') { return; }
$idData = getURLParam ("data", NULL);
$add = "data=$idData&";
if (!is_null (GetUrlParam (DB))) $add .= DB . "=" . GetUrlParam (DB) . "&";
$myBook = Book::getBookByDataId($idData);
$book = new EPub ($myBook->getFilePath ("EPUB", $idData));
$book->initSpineComponent ();
if (!isset ($_GET["comp"])) {
notFound ();
return;
}
$component = $_GET["comp"];
try {
$data = getComponentContent ($book, $component, $add);
$expires = 60*60*24*14;
header("Pragma: public");
header("Cache-Control: maxage=".$expires);
header('Expires: ' . gmdate('D, d M Y H:i:s', time()+$expires) . ' GMT');
header ("Content-Type: " . $book->componentContentType($component));
echo $data;
}
catch (Exception $e) {
error_log ($e);
notFound ();
}

View file

@ -1,74 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<?php
/**
* COPS (Calibre OPDS PHP Server) epub reader
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once ("config.php");
require_once ("base.php");
require_once ("book.php");
require_once ("resources/php-epub-meta/epub.php");
header ("Content-Type: text/html;charset=utf-8");
$idData = getURLParam ("data", NULL);
$add = "data=$idData&";
if (!is_null (GetUrlParam (DB))) $add .= DB . "=" . GetUrlParam (DB) . "&";
$myBook = Book::getBookByDataId($idData);
$book = new EPub ($myBook->getFilePath ("EPUB", $idData));
$book->initSpineComponent ();
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>COPS's Epub Reader</title>
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/monocle/scripts/monocore.js") ?>"></script>
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/monocle/scripts/monoctrl.js") ?>"></script>
<link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion("resources/monocle/styles/monocore.css") ?>" media="screen" />
<link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion("resources/monocle/styles/monoctrl.css") ?>" media="screen" />
<script type="text/javascript">
Monocle.DEBUG = true;
var bookData = {
getComponents: function () {
<?php echo "return [" . implode (", ", array_map (function ($comp) { return "'" . $comp . "'"; }, $book->components ())) . "];"; ?>
},
getContents: function () {
<?php echo "return [" . implode (", ", array_map (function ($content) { return "{title: '" . addslashes($content["title"]) . "', src: '". $content["src"] . "'}"; }, $book->contents ())) . "];"; ?>
},
getComponent: function (componentId) {
return { url: "epubfs.php?<?php echo $add ?>comp=" + componentId };
},
getMetaData: function(key) {
return {
title: "<?php echo $myBook->title ?>",
creator: "Inventive Labs"
}[key];
}
}
</script>
<script type="text/javascript" src="<?php echo getUrlWithVersion("styles/cops-monocle.js") ?>"></script>
<link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion("styles/cops-monocle.css") ?>" media="screen" />
</head>
<body>
<div id="readerBg">
<div class="board"></div>
<div class="jacket"></div>
<div class="dummyPage"></div>
<div class="dummyPage"></div>
<div class="dummyPage"></div>
<div class="dummyPage"></div>
<div class="dummyPage"></div>
</div>
<div id="readerCntr">
<div id="reader"></div>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View file

@ -1,44 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) main script
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*
*/
require_once ("config.php");
require_once ("base.php");
require_once ("author.php");
require_once ("serie.php");
require_once ("tag.php");
require_once ("book.php");
require_once ("OPDS_renderer.php");
header ("Content-Type:application/xml");
$page = getURLParam ("page", Base::PAGE_INDEX);
$query = getURLParam ("query");
$n = getURLParam ("n", "1");
if ($query)
$page = Base::PAGE_OPENSEARCH_QUERY;
$qid = getURLParam ("id");
if ($config ['cops_fetch_protect'] == "1") {
session_start();
if (!isset($_SESSION['connected'])) {
$_SESSION['connected'] = 0;
}
}
$OPDSRender = new OPDSRenderer ();
switch ($page) {
case Base::PAGE_OPENSEARCH :
echo $OPDSRender->getOpenSearch ();
return;
default:
$currentPage = Page::getPage ($page, $qid, $query, $n);
$currentPage->InitializeContent ();
echo $OPDSRender->render ($currentPage);
return;
}

View file

@ -1,130 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server)
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once ("config.php");
require_once ("book.php");
require_once ("data.php");
global $config;
if ($config ['cops_fetch_protect'] == "1") {
session_start();
if (!isset($_SESSION['connected'])) {
notFound ();
return;
}
}
$expires = 60*60*24*14;
header("Pragma: public");
header("Cache-Control: maxage=".$expires);
header('Expires: ' . gmdate('D, d M Y H:i:s', time()+$expires) . ' GMT');
$bookId = getURLParam ("id", NULL);
$type = getURLParam ("type", "jpg");
$idData = getURLParam ("data", NULL);
if (is_null ($bookId))
{
$book = Book::getBookByDataId($idData);
}
else
{
$book = Book::getBookById($bookId);
}
if (!$book) {
notFound ();
return;
}
if ($book && ($type == "jpg" || empty ($config['calibre_internal_directory']))) {
if ($type == "jpg") {
$file = $book->getFilePath ($type);
} else {
$file = $book->getFilePath ($type, $idData);
}
if (!$file || !file_exists ($file)) {
notFound ();
return;
}
}
switch ($type)
{
case "jpg":
header("Content-Type: image/jpeg");
//by default, we don't cache
$thumbnailCacheFullpath = null;
if ( isset($config['cops_thumbnail_cache_directory']) && $config['cops_thumbnail_cache_directory'] !== '' ) {
$thumbnailCacheFullpath = $config['cops_thumbnail_cache_directory'];
//if multiple databases, add a subfolder with the database ID
$thumbnailCacheFullpath .= !is_null (GetUrlParam (DB)) ? 'db-' . GetUrlParam (DB) . DIRECTORY_SEPARATOR : '';
//when there are lots of thumbnails, it's better to save files in subfolders, so if the book's uuid is
//"01234567-89ab-cdef-0123-456789abcdef", we will save the thumbnail in .../0/12/34567-89ab-cdef-0123-456789abcdef-...
$thumbnailCacheFullpath .= substr($book->uuid, 0, 1) . DIRECTORY_SEPARATOR . substr($book->uuid, 1, 2) . DIRECTORY_SEPARATOR;
//check if cache folder exists or create it
if ( file_exists($thumbnailCacheFullpath) || mkdir($thumbnailCacheFullpath, 0700, true) ) {
//we name the thumbnail from the book's uuid and it's dimensions (width and/or height)
$thumbnailCacheName = substr($book->uuid, 3) . '-' . getURLParam ("width") . 'x' . getURLParam ("height") . '.jpg';
$thumbnailCacheFullpath = $thumbnailCacheFullpath . $thumbnailCacheName;
}
else {
//error creating the folder, so we don't cache
$thumbnailCacheFullpath = null;
}
}
if ( $thumbnailCacheFullpath !== null && file_exists($thumbnailCacheFullpath) ) {
//return the already cached thumbnail
readfile( $thumbnailCacheFullpath );
return;
}
if ($book->getThumbnail (getURLParam ("width"), getURLParam ("height"), $thumbnailCacheFullpath)) {
//if we don't cache the thumbnail, imagejpeg() in $book->getThumbnail() already return the image data
if ( $thumbnailCacheFullpath === null ) {
// The cover had to be resized
return;
}
else {
//return the just cached thumbnail
readfile( $thumbnailCacheFullpath );
return;
}
}
break;
default:
$data = $book->getDataById ($idData);
header("Content-Type: " . $data->getMimeType ());
break;
}
$file = $book->getFilePath ($type, $idData, true);
if ($type == "epub" && $config['cops_update_epub-metadata'])
{
$book->getUpdatedEpub ($idData);
return;
}
if ($type == "jpg") {
header('Content-Disposition: filename="' . basename ($file) . '"');
} else {
header('Content-Disposition: attachment; filename="' . basename ($file) . '"');
}
$dir = $config['calibre_internal_directory'];
if (empty ($config['calibre_internal_directory'])) {
$dir = Base::getDbDirectory ();
}
if (empty ($config['cops_x_accel_redirect'])) {
$filename = $dir . $file;
$fp = fopen($filename, 'rb');
header("Content-Length: " . filesize($filename));
fpassthru($fp);
}
else {
header ($config['cops_x_accel_redirect'] . ": " . $dir . $file);
}

View file

@ -1,17 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) HTML main script
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*
*/
require_once ("config.php");
require_once ("JSON_renderer.php");
header ("Content-Type:application/json;charset=utf-8");
echo json_encode (JSONRenderer::getJson ());

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,75 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) HTML main script
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*
*/
require_once ("config.php");
require_once ("base.php");
require_once ("author.php");
require_once ("rating.php");
require_once ("publisher.php");
require_once ("serie.php");
require_once ("tag.php");
require_once ("language.php");
require_once ("customcolumn.php");
require_once ("book.php");
require_once ("resources/doT-php/doT.php");
// If we detect that an OPDS reader try to connect try to redirect to feed.php
if (preg_match("/(MantanoReader|FBReader|Stanza|Marvin|Aldiko|Moon\+ Reader|Chunky|AlReader|org\.ebookdroid)/", $_SERVER['HTTP_USER_AGENT'])) {
header("location: feed.php");
exit ();
}
$page = getURLParam ("page", Base::PAGE_INDEX);
$query = getURLParam ("query");
$qid = getURLParam ("id");
$n = getURLParam ("n", "1");
$database = GetUrlParam (DB);
// Access the database ASAP to be sure it's readable, redirect if that's not the case.
// It has to be done before any header is sent.
Base::checkDatabaseAvailability ();
if ($config ['cops_fetch_protect'] == "1") {
session_start();
if (!isset($_SESSION['connected'])) {
$_SESSION['connected'] = 0;
}
}
header ("Content-Type:text/html;charset=utf-8");
$data = array("title" => $config['cops_title_default'],
"version" => VERSION,
"opds_url" => $config['cops_full_url'] . "feed.php",
"customHeader" => "",
"template" => getCurrentTemplate (),
"server_side_rendering" => useServerSideRendering (),
"current_css" => getCurrentCss (),
"favico" => $config['cops_icon'],
"getjson_url" => "getJSON.php?" . addURLParameter (getQueryString (), "complete", 1));
if (preg_match("/Kindle/", $_SERVER['HTTP_USER_AGENT'])) {
$data ["customHeader"] = '<style media="screen" type="text/css"> html { font-size: 75%; -webkit-text-size-adjust: 75%; -ms-text-size-adjust: 75%; }</style>';
}
$headcontent = file_get_contents('templates/' . getCurrentTemplate () . '/file.html');
$template = new doT ();
$dot = $template->template ($headcontent, NULL);
echo ($dot ($data));
?><body>
<?php
if (useServerSideRendering ()) {
// Get the data
require_once ("JSON_renderer.php");
$data = JSONRenderer::getJson (true);
echo serverSideRender ($data);
}
?>
</body>
</html>

View file

@ -1,293 +0,0 @@
{
"about.title": "Sobre COPS",
"allbooks.alphabetical.many": "Llistat alfabètic de {0} llibres",
"allbooks.alphabetical.none": "Llistat sense llibres",
"allbooks.alphabetical.one": "Llistat amb un llibre",
"allbooks.title": "Tots els llibres",
"authors.alphabetical.many": "Llistat alfabètic de {0} autors",
"authors.alphabetical.none": "Llistat sense autors",
"authors.alphabetical.one": "Llistat amb un autor",
"authors.title": "Autors",
"authorword.many": "{0} autors",
"authorword.none": "Cap autor",
"authorword.one": "1 autor",
"bookentry.author": "{0} de {1}",
"bookword.many": "{0} llibres",
"bookword.none": "Cap llibre",
"bookword.one": "1 llibre",
"bookword.title": "Llibres",
"cog.alternate": "Buscar, ordenar i filtres",
"content.series": "Series:",
"content.series.data": "Llibre {0} de la sèrie {1}",
"content.summary": "Sinopsi:",
"customcolumn.boolean.no": "No",
"customcolumn.boolean.unknown": "No Establert",
"customcolumn.boolean.yes": "Si",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "No Establert",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "{0} sèries ordenades alfabèticament",
"customcolumn.description.series.none": "Llistat sense sèries",
"customcolumn.description.series.one": "Llistat alfabètic d'una sola sèrie",
"customcolumn.enum.unknown": "No Establert",
"customcolumn.float.unknown": "No Establert",
"customcolumn.int.unknown": "No Establert",
"customcolumn.rating.unknown": "No Establert",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Introdueix el teu email (permitir enviament de llibres per e-mail)",
"customize.fancybox": "Usar Lightbox (llibres en marc flotant)",
"customize.filter": "Habilitar filtre per etiqueta",
"customize.ignored": "Ocultar categories",
"customize.paging": "Nombre màx de llibres per pàgina (-1 per deshabilitar)",
"customize.style": "Tema",
"customize.title": "Configura COPS UI",
"home.alternate": "Inici",
"i18n.coversection": "Portada",
"language.title": "Idioma",
"languages.alphabetical.many": "Llistat alfabètic de {0} llenguatges",
"languages.alphabetical.none": "Llistat sense idiomes disponibles",
"languages.alphabetical.one": "llistat amb un idioma",
"languages.title": "Idiomes",
"mail.messagenotsent": "El missatge no por ser enviat.",
"mail.messagesent": "Missatge enviat",
"paging.next.alternate": "Següent",
"paging.previous.alternate": "Anterior",
"permalink.alternate": "Enllaç permanent",
"pubdate.title": "Any publicació",
"publisher.name": "Publicador",
"publishers.alphabetical.many": "Llistat alfabètic de {0} editorials",
"publishers.alphabetical.none": "Llistat sense editorials",
"publishers.alphabetical.one": "Llistat amb una editorial",
"publishers.title": "Editorials",
"publisherword.many": "{0} editorials",
"publisherword.none": "Sense editorials",
"publisherword.one": "1 editorial",
"ratings.many": "{0} valoració",
"ratings.none": "sense valoracions",
"ratings.one": "1 valoració",
"ratings.title": "Valoracions",
"ratingword.many": "{0} estrelles",
"ratingword.none": "Sense estrella",
"ratingword.one": "1 estrella",
"recent.list": "{0} darrers títols incorporats",
"recent.title": "Els més recents",
"search.alternate": "Cerca",
"search.result": "Resultats de búsqueda per *{0}*",
"search.result.author": "Resultats de búsqueda per *{0}* per autors",
"search.result.book": "Resultats de búsqueda per *{0}* per llibres",
"search.result.publisher": "Resultats de búsqueda per *{0}* per editorials",
"search.result.series": "Resultats de búsqueda per *{0}* per sèries",
"search.result.tag": "Resultats de búsqueda per *{0}* per etiquetes",
"search.sortorder.asc": "Asc",
"search.sortorder.desc": "Desc",
"series.alphabetical.many": "{0} sèries ordenades alfabèticament",
"series.alphabetical.none": "Llistat sense sèries",
"series.alphabetical.one": "Llistat alfabètic d'una sola sèrie",
"series.title": "Sèries",
"seriesword.many": "sèries",
"seriesword.none": "Cap sèrie",
"seriesword.one": "1 sèrie",
"sort.alternate": "Ordenar",
"splitByLetter.book.other": "Altres llibres",
"splitByLetter.letter": "{0} ({1})",
"tags.alphabetical.many": "{0} etiquetes ordenades alfabèticament",
"tags.alphabetical.none": "Llistat sense etiquetes",
"tags.alphabetical.one": "Llistat alfabètic de la única etiqueta",
"tags.title": "Etiquetes",
"tagword.many": "etiquetes",
"tagword.none": "Cap etiqueta",
"tagword.one": "1 etiqueta",
"tagword.title": "Etiquetes",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Africà",
"languages.aka": "Akan",
"languages.sqi": "Albani",
"languages.amh": "Amharic",
"languages.ara": "Àrab",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Basque",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgar",
"languages.mya": "Burmese",
"languages.cat": "Català",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chinès",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croat",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Holandès",
"languages.dzo": "Dzongkha",
"languages.eng": "Anglès",
"languages.epo": "Esperant",
"languages.est": "Estoni",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "Francès",
"languages.ful": "Fula",
"languages.glg": "Gallec",
"languages.kat": "Georgià",
"languages.deu": "Alemany",
"languages.ell": "Grec",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitià",
"languages.hau": "Hausa",
"languages.hed": "Hebreu",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarià",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italian",
"languages.iku": "Inuktitut",
"languages.jpn": "Japonès",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Coreà",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latí",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Maorí",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongol",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norwegian",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occità",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persa",
"languages.pol": "Polac",
"languages.pus": "Pashto",
"languages.por": "Portuguès",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Romanià",
"languages.rus": "Rus",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbi",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Espanyol",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrainian",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamese",
"languages.vol": "Volapük",
"languages.win": "Walloon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "Více o COPS",
"allbooks.alphabetical.many": "Abecední seznam {0} knih",
"allbooks.alphabetical.none": "Abecední seznam neobsahuje žádné knihy",
"allbooks.alphabetical.one": "Abecední seznam obsahuje jednu knihu",
"allbooks.title": "Všechny knihy",
"authors.alphabetical.many": "Abecední seznam {0} autorů",
"authors.alphabetical.none": "Abecední seznam neobsahuje žádné autory",
"authors.alphabetical.one": "Abecední seznam obsahuje jednoho autora",
"authors.title": "Autoři",
"authorword.many": "{0} autorů",
"authorword.none": "Žádný autor",
"authorword.one": "Jeden autor",
"bookentry.author": "{0} by {1}",
"bookword.many": "{0} knih",
"bookword.none": "Žádná kniha",
"bookword.one": "Jedna kniha",
"bookword.title": "Knihy",
"cog.alternate": "Hledání, třídění a filtry",
"content.series": "Série:",
"content.series.data": "Kniha {0} ze série {1}",
"content.summary": "Shrnutí",
"customcolumn.boolean.no": "Ne",
"customcolumn.boolean.unknown": "Není nastaveno",
"customcolumn.boolean.yes": "Ano",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Není nastaveno",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Abecední výpis {0} sérií",
"customcolumn.description.series.none": "Abecední výpis neobsahuje žádné série",
"customcolumn.description.series.one": "Abecední výpis jedné série",
"customcolumn.enum.unknown": "Není nastaveno",
"customcolumn.float.unknown": "Není nastaveno",
"customcolumn.int.unknown": "Není nastaveno",
"customcolumn.rating.unknown": "Není nastaveno",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Nastavit email (umožní zasílání knih)",
"customize.fancybox": "Použít Lightbox",
"customize.filter": "Povolit filtrování štítků",
"customize.ignored": "Ignorované kategorie",
"customize.paging": "Maximální počet knih na stránku (-1 pro vypnutí)",
"customize.style": "Téma",
"customize.title": "Úpravy vzhledu COPS",
"home.alternate": "Domů",
"i18n.coversection": "Obálka",
"language.title": "Jazyk",
"languages.alphabetical.many": "Abecední seznam {0} jazyků",
"languages.alphabetical.none": "Abecední seznam neobsahuje žádné jazyky",
"languages.alphabetical.one": "Abecední seznam obsahuje jeden jazyk",
"languages.title": "Jazyky",
"mail.messagenotsent": "Zprávu se nepodařilo odeslat.",
"mail.messagesent": "Zpráva byla odeslána",
"paging.next.alternate": "Další",
"paging.previous.alternate": "Předchozí",
"permalink.alternate": "Permalink",
"pubdate.title": "Rok vydání",
"publisher.name": "Vydavatel",
"publishers.alphabetical.many": "Abecední výpis {0} vydavatelů",
"publishers.alphabetical.none": "Abecední výpis neobsahuje žádné vydavetele",
"publishers.alphabetical.one": "Abecední výpis jednoho vydavetele",
"publishers.title": "Vydavatelé",
"publisherword.many": "{0} vydavatelů",
"publisherword.none": "Žádný vydavatel",
"publisherword.one": "Jeden vydavatel",
"ratings.many": "{0} hodnocení",
"ratings.none": "bez hodnocení",
"ratings.one": "1 hodnocení",
"ratings.title": "Hodnocení",
"ratingword.many": "{0} hvězd",
"ratingword.none": "Bez hvězd",
"ratingword.one": "1 hvězda",
"recent.list": "{0} posledních přidaných knih",
"recent.title": "Poslední přidané knihy",
"search.alternate": "Hledat",
"search.result": "Výsledek hledání pro *{0}*",
"search.result.author": "Výsledek hledání pro *{0}* mezi autory",
"search.result.book": "Výsledek hledání pro *{0}* mezi knihami",
"search.result.publisher": "Výsledek hledání pro *{0}* vydavateli",
"search.result.series": "Výsledek hledání pro *{0}* sériemi",
"search.result.tag": "Výsledek hledání pro *{0}* mezi štítky",
"search.sortorder.asc": "Vzestupně",
"search.sortorder.desc": "Sestupně",
"series.alphabetical.many": "Abecední výpis {0} sérií",
"series.alphabetical.none": "Abecední výpis neobsahuje žádné série",
"series.alphabetical.one": "Abecední výpis jedné série",
"series.title": "Série",
"seriesword.many": "{0} sérií",
"seriesword.none": "Žádné série",
"seriesword.one": "Jedna série",
"sort.alternate": "Třídit",
"splitByLetter.book.other": "Other books",
"splitByLetter.letter": "{0} knih začínajících na {1}",
"tags.alphabetical.many": "Abecední výpis {0} štítků",
"tags.alphabetical.none": "Abecední výpis neobsahuje žádné štítky",
"tags.alphabetical.one": "Abecední výpis obsahuje jeden štítek",
"tags.title": "Štítky",
"tagword.many": "{0} štítků",
"tagword.none": "Žádné štítky",
"tagword.one": "Jeden štítek",
"tagword.title": "Štítky",
"languages.abk": "Abcházština",
"languages.aaf": "Afarština",
"languages.afr": "Afrikánština",
"languages.aka": "Akanština",
"languages.sqi": "Albánština",
"languages.amh": "Amharština",
"languages.ara": "Arabština",
"languages.arg": "Aragonština",
"languages.hye": "Arménština",
"languages.asm": "Ásámština",
"languages.ava": "Avarština",
"languages.ave": "Avestánština",
"languages.aym": "Ajmarština",
"languages.aze": "Ázerbájdžánština",
"languages.bam": "Bambarština",
"languages.bak": "Baškirština",
"languages.eus": "Baskičtina",
"languages.bel": "Běloruština",
"languages.ben": "Bengálština",
"languages.bih": "Bihárština",
"languages.bis": "Bislamština",
"languages.bos": "Bosenština",
"languages.bre": "Bretonština",
"languages.bul": "Bulharština",
"languages.mya": "Barmština",
"languages.cat": "Katalánština",
"languages.cha": "Chamorro",
"languages.che": "Čečenština",
"languages.nya": "Čičevština",
"languages.zho": "Čínština",
"languages.chv": "Čuvaština",
"languages.cor": "Kornština",
"languages.cos": "Korsičtina",
"languages.cre": "Kríjština",
"languages.hrv": "Chorvatština",
"languages.ces": "Čeština",
"languages.dan": "Dánština",
"languages.div": "Divehi",
"languages.nld": "Nizozemština",
"languages.dzo": "Dzongkha",
"languages.eng": "Angličtina",
"languages.epo": "Esperanto",
"languages.est": "Estonština",
"languages.ewe": "Eveština",
"languages.fao": "Faerština",
"languages.fij": "Fidžijština",
"languages.fin": "Finština",
"languages.fra": "Francouština",
"languages.ful": "Fulbština",
"languages.glg": "Galicijština",
"languages.kat": "Gruzínština",
"languages.deu": "Němčina",
"languages.ell": "Řečtina",
"languages.grn": "Guaraní",
"languages.guj": "Gudžarátština",
"languages.hat": "Haitština",
"languages.hau": "Hauština",
"languages.hed": "Hebrejština",
"languages.her": "Hererština",
"languages.hin": "Hindština",
"languages.hmo": "Hiri motu",
"languages.hun": "Maďarština",
"languages.ina": "Interlingua",
"languages.ind": "Indonéština",
"languages.ile": "Interlingue",
"languages.gle": "Irština",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Islandština",
"languages.ita": "Italština",
"languages.iku": "Inuitština",
"languages.jpn": "Japonština",
"languages.jav": "Javánština",
"languages.kal": "Grónština",
"languages.kan": "Kannadština",
"languages.kau": "Kanurijština",
"languages.kas": "Kašmírština",
"languages.kaz": "Kazaština",
"languages.khm": "Khmerština",
"languages.kik": "Kikujština",
"languages.kin": "Rwandština",
"languages.kir": "Kyrgyzština",
"languages.kom": "Komijština",
"languages.kon": "Konžština",
"languages.kor": "Korejština",
"languages.kur": "Kurdština",
"languages.kua": "Kuanyama",
"languages.lat": "Latina",
"languages.ltz": "Lucemburština",
"languages.lug": "Gandština",
"languages.lim": "Limburština",
"languages.lin": "Ngalština",
"languages.lao": "Laoština",
"languages.lit": "Litevština",
"languages.lub": "Lubština",
"languages.lav": "Lotyština",
"languages.glv": "Manština",
"languages.mkd": "Makedonština",
"languages.mlg": "Malgaština",
"languages.msa": "Malajština",
"languages.mal": "Malajámština",
"languages.mlt": "Maltština",
"languages.mri": "Maorština",
"languages.mar": "Maráthština",
"languages.mah": "Maršálština",
"languages.mon": "Mongolština",
"languages.nau": "Nauruština",
"languages.nav": "Navažština",
"languages.nob": "Bokmål",
"languages.nde": "Severní Ndebelština",
"languages.nep": "Nepálština",
"languages.ndo": "Ndonga",
"languages.nno": "Nynorsk",
"languages.nor": "Norština",
"languages.iii": "Yi",
"languages.nbl": "Jižní Ndebelština",
"languages.oci": "Okcitánština",
"languages.oji": "Odžibvejština",
"languages.chu": "Staroslověnština",
"languages.orm": "Oromština",
"languages.ori": "Urijština",
"languages.oss": "Osetština",
"languages.pan": "Paňdžábština",
"languages.pli": "Páli",
"languages.fas": "Perština",
"languages.pol": "Polština",
"languages.pus": "Paštština",
"languages.por": "Portugalština",
"languages.que": "Kečuánština",
"languages.roh": "Románština",
"languages.run": "Kirundština",
"languages.ron": "Rumunština",
"languages.rus": "Ruština",
"languages.san": "Sanskrt",
"languages.srd": "Sardština",
"languages.snd": "Sindhština",
"languages.sme": "Severní Sámština",
"languages.smo": "Samojština",
"languages.sag": "Sangština",
"languages.srp": "Srbština",
"languages.gla": "Skotská Gaelština",
"languages.sna": "Šonština",
"languages.sin": "Sinhálština",
"languages.slk": "Slovenština",
"languages.slv": "Slovinština",
"languages.som": "Somálština",
"languages.sot": "Sotština",
"languages.spa": "Španělština",
"languages.sun": "Sundština",
"languages.swa": "Svahilština",
"languages.ssw": "Svazijština",
"languages.swe": "Švédština",
"languages.tam": "Tamilština",
"languages.tel": "Telugština",
"languages.tgk": "Tádžičtina",
"languages.tha": "Thajština",
"languages.tir": "Tigriňňa",
"languages.bod": "Tibetština",
"languages.tuk": "Turkmenština",
"languages.tgl": "Tagalština",
"languages.tsn": "Čwanština",
"languages.ton": "Tonžština",
"languages.tur": "Turečtina",
"languages.tso": "Tsonga",
"languages.tat": "Tatarština",
"languages.twi": "Ťwiština",
"languages.tah": "Tahitština",
"languages.uig": "Ujgurština",
"languages.ukr": "Ukrajinština",
"languages.urd": "Urdština",
"languages.uzb": "Uzbečtina",
"languages.ven": "Luvendština",
"languages.vie": "Vietnamština",
"languages.vol": "Volapük",
"languages.win": "Walonština",
"languages.cym": "Velština",
"languages.wol": "Volofština",
"languages.fry": "Západofríština",
"languages.xho": "Xhoština",
"languages.yid": "Jidiš",
"languages.yor": "Jorubština",
"languages.zha": "Čuangština",
"languages.zul": "Zulština",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "About COPS",
"allbooks.alphabetical.many": "Alphabetical index of the {0} books",
"allbooks.alphabetical.none": "Alphabetical index of absolutely no books",
"allbooks.alphabetical.one": "Alphabetical index of the single book",
"allbooks.title": "All books",
"authors.alphabetical.many": "Alphabetical index of the {0} authors",
"authors.alphabetical.none": "Alphabetical index of absolutely no authors",
"authors.alphabetical.one": "Alphabetical index of the single author",
"authors.title": "Authors",
"authorword.many": "{0} authors",
"authorword.none": "No authors",
"authorword.one": "1 author",
"bookentry.author": "{0} by {1}",
"bookword.many": "{0} books",
"bookword.none": "No books",
"bookword.one": "1 book",
"bookword.title": "Books",
"cog.alternate": "Search, sort and filters",
"content.series": "Series:",
"content.series.data": "Book {0} in the {1} series",
"content.summary": "Oversigt",
"customcolumn.boolean.no": "Nej",
"customcolumn.boolean.unknown": "Ikke sat",
"customcolumn.boolean.yes": "Ja",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Ikke sat",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Alphabetical index of the {0} series",
"customcolumn.description.series.none": "Alphabetical index of absolutely no series",
"customcolumn.description.series.one": "Alphabetical index of the single series",
"customcolumn.enum.unknown": "Ikke sat",
"customcolumn.float.unknown": "Ikke sat",
"customcolumn.int.unknown": "Ikke sat",
"customcolumn.rating.unknown": "Ikke sat",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Set your email (to allow book emailing)",
"customize.fancybox": "Use Lightbox (books load in floating frame)",
"customize.filter": "Enable tag filtering",
"customize.ignored": "Ignored categories",
"customize.paging": "Max number of books per page (-1 to disable)",
"customize.style": "Tema",
"customize.title": "Customize COPS UI",
"home.alternate": "Startside",
"i18n.coversection": "Cover",
"language.title": "Sprog",
"languages.alphabetical.many": "Alphabetical index of the {0} languages",
"languages.alphabetical.none": "Alphabetical index of absolutely no languages",
"languages.alphabetical.one": "Alphabetical index of the single language",
"languages.title": "Sprog",
"mail.messagenotsent": "Message could not be sent.",
"mail.messagesent": "Message has been sent",
"paging.next.alternate": "Næste",
"paging.previous.alternate": "Foregående",
"permalink.alternate": "Permalink",
"pubdate.title": "Publication year",
"publisher.name": "Publisher",
"publishers.alphabetical.many": "Alphabetical index of the {0} publishers",
"publishers.alphabetical.none": "Alphabetical index of absolutely no publishers",
"publishers.alphabetical.one": "Alphabetical index of the single publisher",
"publishers.title": "Publishers",
"publisherword.many": "{0} publishers",
"publisherword.none": "No publishers",
"publisherword.one": "1 publisher",
"ratings.many": "{0} ratings",
"ratings.none": "no ratings",
"ratings.one": "1 rating",
"ratings.title": "Ratings",
"ratingword.many": "{0} stars",
"ratingword.none": "No star",
"ratingword.one": "1 star",
"recent.list": "{0} most recent books",
"recent.title": "Recent additions",
"search.alternate": "Søg",
"search.result": "Search result for *{0}*",
"search.result.author": "Search result for *{0}* in authors",
"search.result.book": "Search result for *{0}* in books",
"search.result.publisher": "Search result for *{0}* in publishers",
"search.result.series": "Search result for *{0}* in series",
"search.result.tag": "Search result for *{0}* in tags",
"search.sortorder.asc": "Asc",
"search.sortorder.desc": "Desc",
"series.alphabetical.many": "Alphabetical index of the {0} series",
"series.alphabetical.none": "Alphabetical index of absolutely no series",
"series.alphabetical.one": "Alphabetical index of the single series",
"series.title": "Series",
"seriesword.many": "{0} series",
"seriesword.none": "No series",
"seriesword.one": "1 series",
"sort.alternate": "Sort",
"splitByLetter.book.other": "Other books",
"splitByLetter.letter": "{0} starting with {1}",
"tags.alphabetical.many": "Alphabetical index of the {0} tags",
"tags.alphabetical.none": "Alphabetical index of absolutely no tags",
"tags.alphabetical.one": "Alphabetical index of the single tag",
"tags.title": "Tags",
"tagword.many": "{0} tags",
"tagword.none": "No tags",
"tagword.one": "1 tag",
"tagword.title": "Tags",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanian",
"languages.amh": "Amharic",
"languages.ara": "Arabic",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Basque",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgarian",
"languages.mya": "Burmese",
"languages.cat": "Catalan",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chinese",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croatian",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "English",
"languages.epo": "Esperanto",
"languages.est": "Estonian",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "French",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "German",
"languages.ell": "Greek",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitian",
"languages.hau": "Hausa",
"languages.hed": "Hebrew",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarian",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italian",
"languages.iku": "Inuktitut",
"languages.jpn": "Japanese",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Korean",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolian",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norwegian",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persian",
"languages.pol": "Polish",
"languages.pus": "Pashto",
"languages.por": "Portuguese",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Romanian",
"languages.rus": "Russian",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbian",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spanish",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrainian",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamese",
"languages.vol": "Volapük",
"languages.win": "Walloon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "Über COPS",
"allbooks.alphabetical.many": "Alphabetischer Index der {0} Bücher",
"allbooks.alphabetical.none": "Alphabetischer Index von absolut keinem Buch",
"allbooks.alphabetical.one": "Alphabetischer Index des einzigen Buchs",
"allbooks.title": "Alle Bücher",
"authors.alphabetical.many": "Alphabetischer Index der {0} Autoren",
"authors.alphabetical.none": "Alphabetischer Index von absolut keinem Autor",
"authors.alphabetical.one": "Alphabetischer Index des einzigen Autors",
"authors.title": "Autoren",
"authorword.many": "{0} Autoren",
"authorword.none": "Kein Autor",
"authorword.one": "1 Autor",
"bookentry.author": "{0} von {1}",
"bookword.many": "{0} Bücher",
"bookword.none": "Kein Buch",
"bookword.one": "1 Buch",
"bookword.title": "Bücher",
"cog.alternate": "Suche, Sortierung und Filter",
"content.series": "Serien:",
"content.series.data": "Buch {0} der {1} - Reihe",
"content.summary": "Inhalt",
"customcolumn.boolean.no": "Nein",
"customcolumn.boolean.unknown": "Nicht gesetzt",
"customcolumn.boolean.yes": "Ja",
"customcolumn.date.format": "d.m.Y",
"customcolumn.date.unknown": "Nicht gesetzt",
"customcolumn.description": "Bentzerdefinierte Spalte '{0}",
"customcolumn.description.bool": "Index eines Wahrheitswertes",
"customcolumn.description.enum.many": "Alphabetischer Index der {0} Werte",
"customcolumn.description.enum.none": "Alphabetischer Index von absolut keinen Werten",
"customcolumn.description.enum.one": "Alphabetischer Index von einem Wert",
"customcolumn.description.rating": "Index von Bewertungen",
"customcolumn.description.series.many": "Alphabetischer Index der {0} Serien",
"customcolumn.description.series.none": "Alphabetischer Index von absolut keinen Serien",
"customcolumn.description.series.one": "Alphabetischer Index der einzigen Serie",
"customcolumn.enum.unknown": "Nicht gesetzt",
"customcolumn.float.unknown": "Nicht gesetzt",
"customcolumn.int.unknown": "Nicht gesetzt",
"customcolumn.rating.unknown": "Nicht gesetzt",
"customcolumn.stars.many": "{0} Sterne",
"customcolumn.stars.none": "Kein Sterne",
"customcolumn.stars.one": "1 Stern",
"customize.email": "Geben Sie Ihre E-Mail-Adresse an (erlaubt das Zusenden von Büchern)",
"customize.fancybox": "Benutze die Lightbox",
"customize.filter": "Erlaube das Filtern nach Stichworten",
"customize.ignored": "Nicht verwendete Kategorien",
"customize.paging": "Maximale Anzahl von Büchern pro Seite (-1 zum Deaktivieren)",
"customize.style": "Thema",
"customize.title": "Anpassungen an COPS",
"home.alternate": "Startseite",
"i18n.coversection": "Umschlag",
"language.title": "Sprache",
"languages.alphabetical.many": "Alphabetischer Index der {0} Sprachen",
"languages.alphabetical.none": "Alphabetischer Index von absolut keiner Sprache",
"languages.alphabetical.one": "Alphabetischer Index der einzigen Sprache",
"languages.title": "Sprachen",
"mail.messagenotsent": "E-Mail konnte nicht gesendet werden.",
"mail.messagesent": "E-Mail wurde gesendet.",
"paging.next.alternate": "Nächste",
"paging.previous.alternate": "Vorherige",
"permalink.alternate": "Permalink",
"pubdate.title": "Veröffentlichung",
"publisher.name": "Verlag",
"publishers.alphabetical.many": "Alphabetischer Index der {0} Verlage",
"publishers.alphabetical.none": "Alphabetischer Index von absolut keinem Verlag",
"publishers.alphabetical.one": "Alphabetischer Index des einzigen Verlags",
"publishers.title": "Verlage",
"publisherword.many": "{0} Verlage",
"publisherword.none": "Kein Verlag",
"publisherword.one": "1 Verlag",
"ratings.many": "{0} verschiedene Bewertungen",
"ratings.none": "Keine Bewertungen",
"ratings.one": "{0} Bewertung",
"ratings.title": "Bewertung",
"ratingword.many": "{0} Sterne",
"ratingword.none": "{0} Sterne",
"ratingword.one": "{0} Stern",
"recent.list": "{0} neue Bücher",
"recent.title": "Neuzugänge",
"search.alternate": "Suche",
"search.result": "Suchergebnis für",
"search.result.author": "Suchergebnis für *{0}* in Autoren",
"search.result.book": "Suchergebnis für *{0}* in Bücher",
"search.result.publisher": "Suchergebnis für *{0}* in Verlage",
"search.result.series": "Suchergebnis für *{0}* in Serien",
"search.result.tag": "Suchergebnis für *{0}* in Schlagwörter",
"search.sortorder.asc": "Auf",
"search.sortorder.desc": "Ab",
"series.alphabetical.many": "Alphabetischer Index der {0} Serien",
"series.alphabetical.none": "Alphabetischer Index von absolut keiner Serie",
"series.alphabetical.one": "Alphabetischer Index der Serie",
"series.title": "Serien",
"seriesword.many": "{0} Serien",
"seriesword.none": "Keine Serie",
"seriesword.one": "1 Serie",
"sort.alternate": "Sortierung",
"splitByLetter.book.other": "Andere Bücher",
"splitByLetter.letter": "{0} unter {1}",
"tags.alphabetical.many": "Alphabetischer Index der {0} Schlagwörter",
"tags.alphabetical.none": "Alphabetischer Index von absolut keinem Schlagwort",
"tags.alphabetical.one": "Alphabetischer Index des Schlagworts",
"tags.title": "Schlagwörter",
"tagword.many": "{0} Schlagwörter",
"tagword.none": "Kein Schlagwort",
"tagword.one": "1 Schlagwort",
"tagword.title": "Schlagwörter",
"languages.abk": "Abchasisch",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanisch",
"languages.amh": "Amharisch",
"languages.ara": "Arabisch",
"languages.arg": "Aragonisch",
"languages.hye": "Armenisch",
"languages.asm": "Assamesisch",
"languages.ava": "Awarisch",
"languages.ave": "Avestisch",
"languages.aym": "Aymara",
"languages.aze": "Aserbaidschanisch",
"languages.bam": "Bambara",
"languages.bak": "Baschkirisch",
"languages.eus": "Baskisch",
"languages.bel": "Weissrussisch",
"languages.ben": "Bengalisch",
"languages.bih": "Biharisch",
"languages.bis": "Bislamisch",
"languages.bos": "Bosnisch",
"languages.bre": "Bretonisch",
"languages.bul": "Bulgarisch",
"languages.mya": "Burmesisch",
"languages.cat": "Katalanisch",
"languages.cha": "Chamorro",
"languages.che": "Tschetschenisch",
"languages.nya": "Chichewa",
"languages.zho": "Chinesisch",
"languages.chv": "Tschuwaschisch",
"languages.cor": "Kornisch",
"languages.cos": "Korsisch",
"languages.cre": "Cree",
"languages.hrv": "Kroatisch",
"languages.ces": "Tschechisch",
"languages.dan": "Dänisch",
"languages.div": "Divehi",
"languages.nld": "Niederländisch",
"languages.dzo": "Dzongkha",
"languages.eng": "Englisch",
"languages.epo": "Esperanto",
"languages.est": "Estisch",
"languages.ewe": "Ewe",
"languages.fao": "Färöisch",
"languages.fij": "Fidschi",
"languages.fin": "Finnisch",
"languages.fra": "Französisch",
"languages.ful": "Fulfulde",
"languages.glg": "Galizisch",
"languages.kat": "Georgisch",
"languages.deu": "Deutsch",
"languages.ell": "Griechisch",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitianisch",
"languages.hau": "Haussa",
"languages.hed": "Hebräisch",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Ungarisch",
"languages.ina": "Interlingua",
"languages.ind": "Indonesisch",
"languages.ile": "Interlingue",
"languages.gle": "Irisch",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Isländisch",
"languages.ita": "Italienisch",
"languages.iku": "Inuktitut (Eskimo)",
"languages.jpn": "Japanisch",
"languages.jav": "Javanisch",
"languages.kal": "Kalaallisut (Grönländisch)",
"languages.kan": "Kanarisch",
"languages.kau": "Kanuri",
"languages.kas": "Kaschmirisch",
"languages.kaz": "Kasachisch",
"languages.khm": "Kambodschanisch",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kirgisisch",
"languages.kom": "Komi",
"languages.kon": "Kongolesisch",
"languages.kor": "Koreanisch",
"languages.kur": "Kurdisch",
"languages.kua": "Oshivambo",
"languages.lat": "Lateinisch",
"languages.ltz": "Luxemburgisch",
"languages.lug": "Luganda",
"languages.lim": "Limburgisch",
"languages.lin": "Lingála",
"languages.lao": "Laotisch",
"languages.lit": "Litauisch",
"languages.lub": "Kiluba",
"languages.lav": "Lettisch",
"languages.glv": "Manx",
"languages.mkd": "Mazedonisch",
"languages.mlg": "Malagasy",
"languages.msa": "Malaiisch",
"languages.mal": "Malaysisch",
"languages.mlt": "Maltesisch",
"languages.mri": "Maorisch",
"languages.mar": "Marathi",
"languages.mah": "Marshallesisch",
"languages.mon": "Mongolisch",
"languages.nau": "Nauruisch",
"languages.nav": "Navajo",
"languages.nob": "Norwegisch (Bokmål)",
"languages.nde": "Nord-Ndebele",
"languages.nep": "Nepalesisch",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegisch (Nynorsk)",
"languages.nor": "Norwegisch",
"languages.iii": "Yiyu",
"languages.nbl": "Süd-Ndebele",
"languages.oci": "Okzitanisch",
"languages.oji": "Ojibwe",
"languages.chu": "Altkirchenslawisch",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetisch",
"languages.pan": "Punjabisch",
"languages.pli": "Pali",
"languages.fas": "Persisch",
"languages.pol": "Polnisch",
"languages.pus": "Pashtu",
"languages.por": "Portugisisch",
"languages.que": "Quechua",
"languages.roh": "Bündnerromanisch",
"languages.run": "Kirundisch",
"languages.ron": "Rumänisch",
"languages.rus": "Russisch",
"languages.san": "Sanskrit",
"languages.srd": "Sardisch",
"languages.snd": "Sindhi",
"languages.sme": "Nordsamisch",
"languages.smo": "Samoanisch",
"languages.sag": "Sango",
"languages.srp": "Serbisch",
"languages.gla": "Schottisches Gälisch",
"languages.sna": "Schonisch",
"languages.sin": "Singhalesisch",
"languages.slk": "Slowakisch",
"languages.slv": "Slowenisch",
"languages.som": "Somalisch",
"languages.sot": "Sesotho",
"languages.spa": "Spanisch",
"languages.sun": "Sundanesisch",
"languages.swa": "Kisuaheli",
"languages.ssw": "Siswati",
"languages.swe": "Schwedisch",
"languages.tam": "Tamilisch",
"languages.tel": "Telugisch",
"languages.tgk": "Tadschikisch",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetisch",
"languages.tuk": "Turkmenisch",
"languages.tgl": "Tagalog",
"languages.tsn": "Setswana",
"languages.ton": "Tongaisch",
"languages.tur": "Türkisch",
"languages.tso": "Tsongaisch",
"languages.tat": "Tatarisch",
"languages.twi": "Twi",
"languages.tah": "Tahitianisch",
"languages.uig": "Uigur",
"languages.ukr": "Ukrainisch",
"languages.urd": "Urdu",
"languages.uzb": "Usbekisch",
"languages.ven": "Tshivenda",
"languages.vie": "Vietnamesisch",
"languages.vol": "Volapük",
"languages.win": "Wallonisch",
"languages.cym": "Walisisch",
"languages.wol": "Wolof",
"languages.fry": "Westfriesisch",
"languages.xho": "IsiXhosa",
"languages.yid": "Yi (Jiddisch)",
"languages.yor": "Joruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "Σχετικά με COPS",
"allbooks.alphabetical.many": "Αλφαβητικό ευρετήριο των {0} βιβλίων",
"allbooks.alphabetical.none": "Αλφαβητικός κατάλογος από απολύτως κανένα βιβλίο",
"allbooks.alphabetical.one": "Αλφαβητικό ευρετήριο του μοναδικού βιβλίου",
"allbooks.title": "Όλα τα βιβλία",
"authors.alphabetical.many": "Αλφαβητικό ευρετήριο των {0} συγγραφέων",
"authors.alphabetical.none": "Αλφαβητικός κατάλογος από απολύτως κανένα συγγραφέα",
"authors.alphabetical.one": "Αλφαβητικό ευρετήριο του μοναδικού συγγραφέα",
"authors.title": "Συγγραφείς",
"authorword.many": "{0} συγγραφείς",
"authorword.none": "Χωρίς συγγραφείς",
"authorword.one": "1 συγγραφέας",
"bookentry.author": "{0} από {1}",
"bookword.many": "{0} βιβλία",
"bookword.none": "Δεν υπάρχουν βιβλία",
"bookword.one": "1 βιβλίο",
"bookword.title": "Βιβλία",
"cog.alternate": "Αναζήτηση, ταξινόμηση και φίλτρα",
"content.series": "Σειρά:",
"content.series.data": "Βιβλίο {0} από την σειρά {1}",
"content.summary": "Περίληψη",
"customcolumn.boolean.no": "Όχι",
"customcolumn.boolean.unknown": "Προεπιλογή",
"customcolumn.boolean.yes": "Ναι",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Προεπιλογή",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Αλφαβητικό ευρετήριο των {0} σειρών",
"customcolumn.description.series.none": "Αλφαβητικός κατάλογος από απολύτως καμία σειρά",
"customcolumn.description.series.one": "Αλφαβητικό ευρετήριο της μοναδικής σειράς",
"customcolumn.enum.unknown": "Προεπιλογή",
"customcolumn.float.unknown": "Προεπιλογή",
"customcolumn.int.unknown": "Προεπιλογή",
"customcolumn.rating.unknown": "Προεπιλογή",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Ρυθμίστε το email σας (για να επιτραπεί αποστολή email)",
"customize.fancybox": "Χρήση Lightbox (τα βιβλία φορτώνουν σε πλαίσιο)",
"customize.filter": "Ενεργοποίηση φιλτραρίσματος ανά ετικέτα",
"customize.ignored": "Αγνοείστε κατηγορίες",
"customize.paging": "Μέγιστος αριθμός βιβλίων ανά σελίδα (-1 για απενεργοποίηση)",
"customize.style": "Θέμα",
"customize.title": "Προσαρμογή COPS UI",
"home.alternate": "Αρχική",
"i18n.coversection": "Εξώφυλλο",
"language.title": "Γλώσσα",
"languages.alphabetical.many": "Αλφαβητικό ευρετήριο των {0} γλωσσών",
"languages.alphabetical.none": "Αλφαβητικός κατάλογος από απολύτως καμία γλώσσες",
"languages.alphabetical.one": "Αλφαβητικό ευρετήριο της μοναδικής γλώσσας",
"languages.title": "Γλώσσες",
"mail.messagenotsent": "Το μήνυμα δεν μπόρεσε να σταλεί.",
"mail.messagesent": "Το μήνυμα εστάλη",
"paging.next.alternate": "Επόμενος",
"paging.previous.alternate": "Προηγούμενος",
"permalink.alternate": "Permalink",
"pubdate.title": "Έτος έκδοσης",
"publisher.name": "Εκδότης",
"publishers.alphabetical.many": "Αλφαβητικό ευρετήριο από {0} εκδότες",
"publishers.alphabetical.none": "Αλφαβητικός κατάλογος από απολύτως κανένα εκδότη",
"publishers.alphabetical.one": "Αλφαβητικό ευρετήριο του μοναδικού εκδότη",
"publishers.title": "Εκδότες",
"publisherword.many": "{0} εκδότες",
"publisherword.none": "Δεν υπάρχουν εκδότες",
"publisherword.one": "1 εκδότης",
"ratings.many": "{0} αξιολογήσεις",
"ratings.none": "Δεν υπάρχουν αξιολογήσεις",
"ratings.one": "1 αξιολόγηση",
"ratings.title": "Αξιολογήσεις",
"ratingword.many": "{0} αστέρια",
"ratingword.none": "Χωρίς αστέρι",
"ratingword.one": "1 αστέρι",
"recent.list": "{0} πιο πρόσφατα βιβλία",
"recent.title": "Πρόσφατες προσθήκες",
"search.alternate": "Αναζήτηση",
"search.result": "Αποτέλεσμα αναζήτησης για * {0} *",
"search.result.author": "Αποτέλεσμα αναζήτησης για * {0} * σε συγγραφείς",
"search.result.book": "Αποτέλεσμα αναζήτησης για * {0} * στα βιβλία",
"search.result.publisher": "Αποτέλεσμα αναζήτησης για * {0} * σε εκδότες",
"search.result.series": "Αποτέλεσμα αναζήτησης για * {0} * σε σειρά",
"search.result.tag": "Αποτέλεσμα αναζήτησης για * {0} * σε ετικέτες",
"search.sortorder.asc": "Αυξ",
"search.sortorder.desc": "Φθιν",
"series.alphabetical.many": "Αλφαβητικό ευρετήριο των {0} σειρών",
"series.alphabetical.none": "Αλφαβητικός κατάλογος από απολύτως καμία σειρά",
"series.alphabetical.one": "Αλφαβητικό ευρετήριο της μοναδικής σειράς",
"series.title": "Σειρά",
"seriesword.many": "{0} σειρά",
"seriesword.none": "Χωρίς σειρά",
"seriesword.one": "Σειρά 1",
"sort.alternate": "Ταξινόμηση",
"splitByLetter.book.other": "Άλλα βιβλία",
"splitByLetter.letter": "{0} ξεκινά με {1}",
"tags.alphabetical.many": "Αλφαβητικό ευρετήριο των {0} ετικετών",
"tags.alphabetical.none": "Αλφαβητικός κατάλογος από απολύτως καμία ετικέτες",
"tags.alphabetical.one": "Αλφαβητικό ευρετήριο της μοναδικής ετικέτας",
"tags.title": "Ετικέτες",
"tagword.many": "{0} ετικέτες",
"tagword.none": "Δεν υπάρχουν ετικέτες",
"tagword.one": "1 ετικέτα",
"tagword.title": "Ετικέτες",
"languages.abk": "Αμπχαζίας",
"languages.aaf": "Αφάρ",
"languages.afr": "Αφρικάνικα",
"languages.aka": "Akan",
"languages.sqi": "Αλβανικά",
"languages.amh": "Αμαρικά",
"languages.ara": "Αραβικά",
"languages.arg": "Αραγονίας",
"languages.hye": "Αρμενικός",
"languages.asm": "Ασαμέζικα",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Αζερμπαϊτζάν",
"languages.bam": "Μπαμπάρα",
"languages.bak": "Μπασκίρ",
"languages.eus": "Βάσκων",
"languages.bel": "Λευκορωσίας",
"languages.ben": "Βεγγαλική",
"languages.bih": "Μπιχάρι",
"languages.bis": "Μπισλάμα",
"languages.bos": "Βοσνιακά",
"languages.bre": "Breton",
"languages.bul": "Βούλγαρος",
"languages.mya": "Βιρμανίας",
"languages.cat": "Καταλανικά",
"languages.cha": "Chamorro",
"languages.che": "Της Τσετσενίας",
"languages.nya": "Chichewa",
"languages.zho": "Κινέζικα",
"languages.chv": "Χουβάς",
"languages.cor": "Cornish",
"languages.cos": "Κορσικανός",
"languages.cre": "Κρι",
"languages.hrv": "Κροατία",
"languages.ces": "Τσέχος",
"languages.dan": "Δανός",
"languages.div": "Ντιβέχι",
"languages.nld": "Ολλανδός",
"languages.dzo": "Dzongkha",
"languages.eng": "Αγγλικά",
"languages.epo": "Εσπεράντο",
"languages.est": "Εσθονική",
"languages.ewe": "Προβατίνα",
"languages.fao": "Των Νήσων Φερόε",
"languages.fij": "Φίτζι",
"languages.fin": "Φινλανδικά",
"languages.fra": "Γαλλικά",
"languages.ful": "Fula",
"languages.glg": "Γαλικίας",
"languages.kat": "Γεωργιανά",
"languages.deu": "Γερμανός",
"languages.ell": "Ελληνικά",
"languages.grn": "Γκουαρανί",
"languages.guj": "Γκουτζαρατικά",
"languages.hat": "Αϊτής",
"languages.hau": "Χάουσα",
"languages.hed": "Εβραϊκά",
"languages.her": "Herero",
"languages.hin": "Χίντι",
"languages.hmo": "Hiri Motu",
"languages.hun": "Ούγγρος",
"languages.ina": "Ιντερλίνγκουα",
"languages.ind": "Ινδονησίας",
"languages.ile": "Ιντερλίνγκουε",
"languages.gle": "Ιρλανδικός",
"languages.ibo": "Ίγκμπο",
"languages.ipk": "Ινουπιάκ",
"languages.ido": "Ιντο",
"languages.isl": "Ισλανδικός",
"languages.ita": "Ιταλικά",
"languages.iku": "Ινουκτιτούτ",
"languages.jpn": "Ιαπωνικά",
"languages.jav": "Ιάβας",
"languages.kal": "Kalaallisut",
"languages.kan": "Κανάντα",
"languages.kau": "Κανούρι",
"languages.kas": "Κασμίρ",
"languages.kaz": "Του Καζακστάν",
"languages.khm": "Χμερ",
"languages.kik": "Κικούγιου",
"languages.kin": "Kinyarwanda",
"languages.kir": "Κιργιζίας",
"languages.kom": "Κώμη",
"languages.kon": "Kongo",
"languages.kor": "Κορέατικα",
"languages.kur": "Κουρδικά",
"languages.kua": "Kwanyama",
"languages.lat": "Λατινικά",
"languages.ltz": "Λουξεμβούργου",
"languages.lug": "Ganda",
"languages.lim": "Λιμβουργιανά",
"languages.lin": "Lingala",
"languages.lao": "Λάος",
"languages.lit": "Λιθουανικά",
"languages.lub": "Λούμπα-Κατάνγκα",
"languages.lav": "Της Λετονίας",
"languages.glv": "Μανξ",
"languages.mkd": "ΦΥΡΟΜ",
"languages.mlg": "Μαδαγασκάρης",
"languages.msa": "Μαλαισίας",
"languages.mal": "Μαλαγιάλαμ",
"languages.mlt": "Της Μάλτας",
"languages.mri": "Μαορί",
"languages.mar": "Μαράθι",
"languages.mah": "Μάρσαλ",
"languages.mon": "Μογγόλος",
"languages.nau": "Ναουρού",
"languages.nav": "Navajo",
"languages.nob": "Νορβηγικά",
"languages.nde": "Βόρεια Ντέμπελε",
"languages.nep": "Νεπάλ",
"languages.ndo": "Ndonga",
"languages.nno": "Νορβηγικά Νινόρσκ",
"languages.nor": "Νορβηγός",
"languages.iii": "Nuosu",
"languages.nbl": "Ισλανδική γλώσσα",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Παλιά εκκλησιαστική σλαβονική",
"languages.orm": "Ορόμο",
"languages.ori": "Οριγικά",
"languages.oss": "Οσετίας",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Πέρσης",
"languages.pol": "Πολωνός",
"languages.pus": "Πάστο",
"languages.por": "Πορτογάλος",
"languages.que": "Κέτσουα",
"languages.roh": "Ρωμανικά",
"languages.run": "Kirundi",
"languages.ron": "Ρουμανικός",
"languages.rus": "Ρωσικός",
"languages.san": "Σανσκριτικά",
"languages.srd": "Σαρδηνίας",
"languages.snd": "Σίντι",
"languages.sme": "Βόρεια Σάμι",
"languages.smo": "Σαμόα",
"languages.sag": "Σάνγκο",
"languages.srp": "Σέρβικα",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Σόνα",
"languages.sin": "Sinhala",
"languages.slk": "Σλοβάκος",
"languages.slv": "Σλοβενικά",
"languages.som": "Της Σομαλίας",
"languages.sot": "Νότια Σόθο",
"languages.spa": "Ισπανικά",
"languages.sun": "Σουδανικά",
"languages.swa": "Σουαχίλι",
"languages.ssw": "Swati",
"languages.swe": "Σουηδικά",
"languages.tam": "Ταμίλ",
"languages.tel": "Τελούγκου",
"languages.tgk": "Τατζικιστάν",
"languages.tha": "Ταϊλάνδης",
"languages.tir": "Τιγκρινιανά",
"languages.bod": "Θιβετιανά κανονικά",
"languages.tuk": "Τουρκμενιστάν",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Τόνγκα",
"languages.tur": "Τουρκική",
"languages.tso": "Τσόνγκα",
"languages.tat": "Ταταρικά",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Ουιγούρων",
"languages.ukr": "Ουκρανός",
"languages.urd": "Ούρντου",
"languages.uzb": "Ουζμπεκιστάν",
"languages.ven": "Venda",
"languages.vie": "Βιετνάμ",
"languages.vol": "Βόλαπικ",
"languages.win": "Βαλλονίας",
"languages.cym": "Ουαλίας",
"languages.wol": "Γουόλοφ",
"languages.fry": "Δυτικά Φριζιανά",
"languages.xho": "Xhosa",
"languages.yid": "Γίντις",
"languages.yor": "Γιορούμπα",
"languages.zha": "Zhuang",
"languages.zul": "Ζουλού",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "About COPS",
"allbooks.alphabetical.many": "Alphabetical index of the {0} books",
"allbooks.alphabetical.none": "Alphabetical index of absolutely no books",
"allbooks.alphabetical.one": "Alphabetical index of the single book",
"allbooks.title": "All books",
"authors.alphabetical.many": "Alphabetical index of the {0} authors",
"authors.alphabetical.none": "Alphabetical index of absolutely no authors",
"authors.alphabetical.one": "Alphabetical index of the single author",
"authors.title": "Authors",
"authorword.many": "{0} authors",
"authorword.none": "No authors",
"authorword.one": "1 author",
"bookentry.author": "{0} by {1}",
"bookword.many": "{0} books",
"bookword.none": "No books",
"bookword.one": "1 book",
"bookword.title": "Books",
"cog.alternate": "Search, sort and filters",
"content.series": "Series:",
"content.series.data": "Book {0} in the {1} series",
"content.summary": "Summary",
"customcolumn.boolean.no": "No",
"customcolumn.boolean.unknown": "Not Set",
"customcolumn.boolean.yes": "Yes",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Not Set",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Alphabetical index of the {0} series",
"customcolumn.description.series.none": "Alphabetical index of absolutely no series",
"customcolumn.description.series.one": "Alphabetical index of the single series",
"customcolumn.enum.unknown": "Not Set",
"customcolumn.float.unknown": "Not Set",
"customcolumn.int.unknown": "Not Set",
"customcolumn.rating.unknown": "Not Set",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Set your email (to allow book emailing)",
"customize.fancybox": "Use Lightbox (books load in floating frame)",
"customize.filter": "Enable tag filtering",
"customize.ignored": "Ignored categories",
"customize.paging": "Max number of books per page (-1 to disable)",
"customize.style": "Theme",
"customize.title": "Customize COPS UI",
"home.alternate": "Home",
"i18n.coversection": "Cover",
"language.title": "Language",
"languages.alphabetical.many": "Alphabetical index of the {0} languages",
"languages.alphabetical.none": "Alphabetical index of absolutely no languages",
"languages.alphabetical.one": "Alphabetical index of the single language",
"languages.title": "Languages",
"mail.messagenotsent": "Message could not be sent.",
"mail.messagesent": "Message has been sent",
"paging.next.alternate": "Next",
"paging.previous.alternate": "Previous",
"permalink.alternate": "Permalink",
"pubdate.title": "Publication year",
"publisher.name": "Publisher",
"publishers.alphabetical.many": "Alphabetical index of the {0} publishers",
"publishers.alphabetical.none": "Alphabetical index of absolutely no publishers",
"publishers.alphabetical.one": "Alphabetical index of the single publisher",
"publishers.title": "Publishers",
"publisherword.many": "{0} publishers",
"publisherword.none": "No publishers",
"publisherword.one": "1 publisher",
"ratings.many": "{0} ratings",
"ratings.none": "no ratings",
"ratings.one": "1 rating",
"ratings.title": "Ratings",
"ratingword.many": "{0} stars",
"ratingword.none": "No star",
"ratingword.one": "1 star",
"recent.list": "{0} most recent books",
"recent.title": "Recent additions",
"search.alternate": "Search",
"search.result": "Search result for *{0}*",
"search.result.author": "Search result for *{0}* in authors",
"search.result.book": "Search result for *{0}* in books",
"search.result.publisher": "Search result for *{0}* in publishers",
"search.result.series": "Search result for *{0}* in series",
"search.result.tag": "Search result for *{0}* in tags",
"search.sortorder.asc": "Asc",
"search.sortorder.desc": "Desc",
"series.alphabetical.many": "Alphabetical index of the {0} series",
"series.alphabetical.none": "Alphabetical index of absolutely no series",
"series.alphabetical.one": "Alphabetical index of the single series",
"series.title": "Series",
"seriesword.many": "{0} series",
"seriesword.none": "No series",
"seriesword.one": "1 series",
"sort.alternate": "Sort",
"splitByLetter.book.other": "Other books",
"splitByLetter.letter": "{0} starting with {1}",
"tags.alphabetical.many": "Alphabetical index of the {0} tags",
"tags.alphabetical.none": "Alphabetical index of absolutely no tags",
"tags.alphabetical.one": "Alphabetical index of the single tag",
"tags.title": "Tags",
"tagword.many": "{0} tags",
"tagword.none": "No tags",
"tagword.one": "1 tag",
"tagword.title": "Tags",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanian",
"languages.amh": "Amharic",
"languages.ara": "Arabic",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Basque",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgarian",
"languages.mya": "Burmese",
"languages.cat": "Catalan",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chinese",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croatian",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "English",
"languages.epo": "Esperanto",
"languages.est": "Estonian",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "French",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "German",
"languages.ell": "Greek",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitian",
"languages.hau": "Hausa",
"languages.hed": "Hebrew",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarian",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italian",
"languages.iku": "Inuktitut",
"languages.jpn": "Japanese",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Korean",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolian",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norwegian",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persian",
"languages.pol": "Polish",
"languages.pus": "Pashto",
"languages.por": "Portuguese",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Romanian",
"languages.rus": "Russian",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbian",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spanish",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrainian",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamese",
"languages.vol": "Volapük",
"languages.win": "Walloon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "Acerca de COPS",
"allbooks.alphabetical.many": "Listado alfabético de {0} libros",
"allbooks.alphabetical.none": "Listado sin libros",
"allbooks.alphabetical.one": "Listado con un libro",
"allbooks.title": "Todos los libros",
"authors.alphabetical.many": "Listado alfabético de {0} autores",
"authors.alphabetical.none": "Listado sin autores",
"authors.alphabetical.one": "Listado con un autor",
"authors.title": "Autores",
"authorword.many": "{0} autores",
"authorword.none": "Sin autor",
"authorword.one": "1 autor",
"bookentry.author": "{0} de {1}",
"bookword.many": "{0} libros",
"bookword.none": "Sin libros",
"bookword.one": "1 libro",
"bookword.title": "Libros",
"cog.alternate": "Búsqueda, ordenación y filtros",
"content.series": "Series:",
"content.series.data": "Libro {0} en la {1} serie",
"content.summary": "Resumen",
"customcolumn.boolean.no": "No",
"customcolumn.boolean.unknown": "No Establecido",
"customcolumn.boolean.yes": "Sí",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "No Establecido",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Listado alfabético de {0} series",
"customcolumn.description.series.none": "Listado sin series",
"customcolumn.description.series.one": "Listado de una serie",
"customcolumn.enum.unknown": "No Establecido",
"customcolumn.float.unknown": "No Establecido",
"customcolumn.int.unknown": "No Establecido",
"customcolumn.rating.unknown": "No Establecido",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Su correo (Para envío de libros por correo)",
"customize.fancybox": "Usar LightBox",
"customize.filter": "Activar filtro por etiqueta",
"customize.ignored": "Ocultar categorías",
"customize.paging": "Max. número de libros por página (-1 para desactivar)",
"customize.style": "Tema",
"customize.title": "Configurar COPS UI",
"home.alternate": "Inicio",
"i18n.coversection": "Cubierta",
"language.title": "Idioma",
"languages.alphabetical.many": "Listado alfabético de {0} idiomas",
"languages.alphabetical.none": "Listado sin idiomas disponibles",
"languages.alphabetical.one": "Listado con un idioma",
"languages.title": "Idiomas",
"mail.messagenotsent": "El mensaje no pudo enviarse.",
"mail.messagesent": "El mensaje se ha enviado",
"paging.next.alternate": "Siguiente",
"paging.previous.alternate": "Anterior",
"permalink.alternate": "Enlace permanente",
"pubdate.title": "Año de publicación",
"publisher.name": "Editorial",
"publishers.alphabetical.many": "Listado alfabético de {0} editoriales",
"publishers.alphabetical.none": "Listado sin editoriales",
"publishers.alphabetical.one": "Listado con una editorial",
"publishers.title": "Editoriales",
"publisherword.many": "{0} editoriales",
"publisherword.none": "No hay editoriales",
"publisherword.one": "1 editorial",
"ratings.many": "{0} valoraciones",
"ratings.none": "sin valoraciones",
"ratings.one": "1 valoración",
"ratings.title": "Puntuaciones",
"ratingword.many": "{0} estrellas",
"ratingword.none": "Sin estrellas",
"ratingword.one": "1 estrella",
"recent.list": "{0} libros más recientes",
"recent.title": "Añadidos recientemente",
"search.alternate": "Buscar",
"search.result": "Resultados de buscar *{0}*",
"search.result.author": "Resultados de buscar *{0}* en autores",
"search.result.book": "Resultados de buscar *{0}* en libros",
"search.result.publisher": "Resultados de buscar *{0}* en editoriales",
"search.result.series": "Resultados de buscar *{0}* en series",
"search.result.tag": "Resultados de buscar *{0}* en etiquetas",
"search.sortorder.asc": "Asc",
"search.sortorder.desc": "Desc",
"series.alphabetical.many": "Listado alfabético de {0} series",
"series.alphabetical.none": "Listado sin series",
"series.alphabetical.one": "Listado de una serie",
"series.title": "Series",
"seriesword.many": "{0} series",
"seriesword.none": "Sin series",
"seriesword.one": "1 serie",
"sort.alternate": "Ordenar",
"splitByLetter.book.other": "Otros libros",
"splitByLetter.letter": "{0} que empiezan por {1}",
"tags.alphabetical.many": "Listado alfabético de las {0} etiquetas",
"tags.alphabetical.none": "Listado sin etiquetas",
"tags.alphabetical.one": "Listado alfabético de la unica etiqueta",
"tags.title": "Etiquetas",
"tagword.many": "etiquetas",
"tagword.none": "Sin etiquetas",
"tagword.one": "1 etiqueta",
"tagword.title": "Etiquetas",
"languages.abk": "Abjasio",
"languages.aaf": "Afar",
"languages.afr": "Afrikáans",
"languages.aka": "Ákan",
"languages.sqi": "Albano",
"languages.amh": "Amharic",
"languages.ara": "Arabe",
"languages.arg": "Aragonés",
"languages.hye": "Armenio",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Euskera",
"languages.bel": "Belarusian",
"languages.ben": "Bengalí",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnio",
"languages.bre": "Bretón",
"languages.bul": "Bulgaro",
"languages.mya": "Burmese",
"languages.cat": "Catalán",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chino",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croata",
"languages.ces": "Checo",
"languages.dan": "Danés",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "Inglés",
"languages.epo": "Esperanto",
"languages.est": "Estonio",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fiji",
"languages.fin": "Finlandés",
"languages.fra": "Francés",
"languages.ful": "Fula",
"languages.glg": "Gallego",
"languages.kat": "Georgiano",
"languages.deu": "Alemán",
"languages.ell": "Griego",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitiano",
"languages.hau": "Hausa",
"languages.hed": "Hebreo",
"languages.her": "Herero",
"languages.hin": "Hindú",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungaro",
"languages.ina": "Interlingua",
"languages.ind": "Indonesio",
"languages.ile": "Interlingue",
"languages.gle": "Irlandés",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Islandés",
"languages.ita": "Italiano",
"languages.iku": "Inuktitut",
"languages.jpn": "Japonés",
"languages.jav": "Javanés",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Congoleño",
"languages.kor": "Coreano",
"languages.kur": "Kurdo",
"languages.kua": "Kwanyama",
"languages.lat": "Latín",
"languages.ltz": "Luxemburgés",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lituano",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonio",
"languages.mlg": "Malagasy",
"languages.msa": "Malayo",
"languages.mal": "Malayalam",
"languages.mlt": "Maltés",
"languages.mri": "Maorí",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongol",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwego Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepalí",
"languages.ndo": "Ndonga",
"languages.nno": "Norwego Nynorsk",
"languages.nor": "Noruego",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persa",
"languages.pol": "Polaco",
"languages.pus": "Pashto",
"languages.por": "Portugués",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Rumano",
"languages.rus": "Ruso",
"languages.san": "Sánscrito",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbio",
"languages.gla": "Escocés Gaélico",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Sloveno",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Español",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Sueco",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turco",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitiano",
"languages.uig": "Uighur",
"languages.ukr": "Ucrainiano",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamita",
"languages.vol": "Volapük",
"languages.win": "Valón",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulú",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "COPS-i buruz",
"allbooks.alphabetical.many": "{0} libururen zerrenda alfabetikoa",
"allbooks.alphabetical.none": "Liburu gabeko zerrenda",
"allbooks.alphabetical.one": "Liburu bakarreko zerrenda",
"allbooks.title": "Liburu guztiak",
"authors.alphabetical.many": "{0} egileren zerrenda alfabetikoa",
"authors.alphabetical.none": "Egile gabeko zerrenda",
"authors.alphabetical.one": "Egile bakarreko zerrenda",
"authors.title": "Egileak",
"authorword.many": "{0} egile",
"authorword.none": "Egile gabe",
"authorword.one": "Egile 1",
"bookentry.author": "{1}-tik {0}",
"bookword.many": "{0} liburu",
"bookword.none": "Liburu gabe",
"bookword.one": "Liburu 1",
"bookword.title": "Liburuak",
"cog.alternate": "Bilaketa, ordena eta filtroak",
"content.series": "Sailak:",
"content.series.data": "{0} liburu {1} sailekoak",
"content.summary": "Laburpena:",
"customcolumn.boolean.no": "Ez",
"customcolumn.boolean.unknown": "Not Set",
"customcolumn.boolean.yes": "Bai",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Not Set",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "{0} sailen zerrenda alfabetikoa",
"customcolumn.description.series.none": "Sail gabeko zerrenda",
"customcolumn.description.series.one": "Sail bakarreko zerrenda",
"customcolumn.enum.unknown": "Not Set",
"customcolumn.float.unknown": "Not Set",
"customcolumn.int.unknown": "Not Set",
"customcolumn.rating.unknown": "Not Set",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Zure posta elektronikoa (posta bidezko liburu bidalketarako)",
"customize.fancybox": "LightBox erabili",
"customize.filter": "Etiketa bidezko filtroa aktibatu",
"customize.ignored": "Kategoriak ezkutatu",
"customize.paging": "Liburu kopuru maximoa orrialdeko (-1 desaktibatzeko)",
"customize.style": "Gaia",
"customize.title": "COPS UI konfiguratu",
"home.alternate": "Hasiera",
"i18n.coversection": "Azala",
"language.title": "Hizkuntza",
"languages.alphabetical.many": "{0} hizkuntzen zerrenda alfabetikoa",
"languages.alphabetical.none": "Hizkutzarik gabeko zerrenda",
"languages.alphabetical.one": "Hizkuntza bakarreko zerrenda",
"languages.title": "Hizkuntza",
"mail.messagenotsent": "Mezua ezin izan da bidali.",
"mail.messagesent": "Mezua bidali da",
"paging.next.alternate": "Hurrengoa",
"paging.previous.alternate": "Aurrekoa",
"permalink.alternate": "Esteka iraunkorra",
"pubdate.title": "Argitaratze urtea",
"publisher.name": "Argitaletxea",
"publishers.alphabetical.many": "{0} argitaletxeren zerrenda alfabetikoa",
"publishers.alphabetical.none": "Argitaletxe gabeko zerrenda",
"publishers.alphabetical.one": "Argitaletxe bakarreko zerrenda",
"publishers.title": "Argitaletxeak",
"publisherword.many": "{0} argitaletxe",
"publisherword.none": "Ez dago argitaletxerik",
"publisherword.one": "Argitaletxe 1",
"ratings.many": "{0} puntuaketa",
"ratings.none": "Ez dago puntuaketarik",
"ratings.one": "Puntuaketa 1",
"ratings.title": "Puntuaketak",
"ratingword.many": "{0} izar",
"ratingword.none": "Izar gabe",
"ratingword.one": "Izar 1",
"recent.list": "{0} liburu berrienak",
"recent.title": "Berriki zerrendatuak",
"search.alternate": "Bilatu",
"search.result": "*{0}* bilaketaren emaitzak",
"search.result.author": "*{0}* bilaketaren emaitzak egileetan",
"search.result.book": "*{0}* bilaketaren emaitzak liburuetan",
"search.result.publisher": "*{0}* bilaketaren emaitzak argitaletxetan",
"search.result.series": "*{0}* bilaketaren emaitzak sailetan",
"search.result.tag": "*{0}* bilaketaren emaitzak etiketetan",
"search.sortorder.asc": "Gora",
"search.sortorder.desc": "Behera",
"series.alphabetical.many": "{0} sailen zerrenda alfabetikoa",
"series.alphabetical.none": "Sail gabeko zerrenda",
"series.alphabetical.one": "Sail bakarreko zerrenda",
"series.title": "Sailak",
"seriesword.many": "{0} sail",
"seriesword.none": "Sail gabe",
"seriesword.one": "Sail 1",
"sort.alternate": "Ordenatu",
"splitByLetter.book.other": "Beste liburu batzuk",
"splitByLetter.letter": "{1}-tik haste d(ir)en {0}",
"tags.alphabetical.many": "{0} etiketen zerrenda alfabetikoa",
"tags.alphabetical.none": "Etiketa gabeko zerrenda",
"tags.alphabetical.one": "Etiketa bakarreko zerrenda",
"tags.title": "Etiketak",
"tagword.many": "{0} etiketa",
"tagword.none": "Etiketa gabe",
"tagword.one": "Etiketa 1",
"tagword.title": "Etiketak",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanian",
"languages.amh": "Amharic",
"languages.ara": "Arabic",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Euskara",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgarian",
"languages.mya": "Burmese",
"languages.cat": "Katalana",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chinese",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croatian",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "Ingelesa",
"languages.epo": "Esperanto",
"languages.est": "Estonian",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "Frantzesa",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "Alemana",
"languages.ell": "Greek",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitian",
"languages.hau": "Hausa",
"languages.hed": "Hebrew",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarian",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italiera",
"languages.iku": "Inuktitut",
"languages.jpn": "Japanese",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Korean",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latina",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolian",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norwegian",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persian",
"languages.pol": "Polish",
"languages.pus": "Pashto",
"languages.por": "Portuguese",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Romanian",
"languages.rus": "Russian",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbian",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Gaztelania",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrainian",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamese",
"languages.vol": "Volapük",
"languages.win": "Walloon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "A propos de COPS",
"allbooks.alphabetical.many": "Index alphabétique des {0} livres",
"allbooks.alphabetical.none": "Index alphabétique - aucun livre",
"allbooks.alphabetical.one": "Index alphabétique du seul livre",
"allbooks.title": "Tous les livres",
"authors.alphabetical.many": "Index alphabétique des {0} auteurs",
"authors.alphabetical.none": "Index alphabétique - aucun auteur",
"authors.alphabetical.one": "Index alphabétique du seul auteur",
"authors.title": "Auteurs",
"authorword.many": "{0} auteurs",
"authorword.none": "Pas d'auteur",
"authorword.one": "1 auteur",
"bookentry.author": "{0} de {1}",
"bookword.many": "{0} livres",
"bookword.none": "Aucun livre",
"bookword.one": "1 livre",
"bookword.title": "Livres",
"cog.alternate": "Recherche, tri et filtres",
"content.series": "Collection:",
"content.series.data": "Livre {0} dans la collection {1}",
"content.summary": "Résumé",
"customcolumn.boolean.no": "Non",
"customcolumn.boolean.unknown": "Non défini",
"customcolumn.boolean.yes": "Oui",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Non défini",
"customcolumn.description": "Colonne personnalisée '{0}'",
"customcolumn.description.bool": "Index des valeurs booléenne",
"customcolumn.description.enum.many": "Index alphabétique de {0} valeurs",
"customcolumn.description.enum.none": "Index alphabétique - aucune valeur",
"customcolumn.description.enum.one": "Index alphabétique - une seule valeur",
"customcolumn.description.rating": "Index des appréciations",
"customcolumn.description.series.many": "Index alphabétique de {0} collections",
"customcolumn.description.series.none": "Index alphabétique - aucune collection",
"customcolumn.description.series.one": "Index alphabétique - Une seule collection",
"customcolumn.enum.unknown": "Non défini",
"customcolumn.float.unknown": "Non défini",
"customcolumn.int.unknown": "Non défini",
"customcolumn.rating.unknown": "Non défini",
"customcolumn.stars.many": "{0} étoiles",
"customcolumn.stars.none": "Aucune étoile",
"customcolumn.stars.one": "1 étoile",
"customize.email": "Adresse email (pour l'envoi automatique de livres)",
"customize.fancybox": "Utiliser une Lightbox",
"customize.filter": "Filtrage via les étiquettes",
"customize.ignored": "Catégories ignorées",
"customize.paging": "Nombre de livres par page (-1 pour désactiver)",
"customize.style": "Thème",
"customize.title": "Paramétrage de COPS",
"home.alternate": "Accueil",
"i18n.coversection": "Couverture",
"language.title": "Langue",
"languages.alphabetical.many": "Index alphabétique des {0} langues",
"languages.alphabetical.none": "Index alphabétique - Aucune langue",
"languages.alphabetical.one": "Index alphabétique - Une seule langue",
"languages.title": "Langues",
"mail.messagenotsent": "Le message n'a pas pu être envoyé.",
"mail.messagesent": "Le message a été envoyé",
"paging.next.alternate": "Suivant",
"paging.previous.alternate": "Précédent",
"permalink.alternate": "Permalien",
"pubdate.title": "Année de publication",
"publisher.name": "Editeur",
"publishers.alphabetical.many": "Index alphabétique des {0} éditeurs",
"publishers.alphabetical.none": "Index alphabétique - Aucun éditeur",
"publishers.alphabetical.one": "Index alphabétique - Un seul éditeur",
"publishers.title": "Editeurs",
"publisherword.many": "{0} éditeurs",
"publisherword.none": "Aucun éditeur",
"publisherword.one": "1 éditeur",
"ratings.many": "{0} Appréciations",
"ratings.none": "Pas d'appréciations",
"ratings.one": "1 appréciation",
"ratings.title": "Appréciations",
"ratingword.many": "{0} étoiles",
"ratingword.none": "Aucune étoile",
"ratingword.one": "1 étoile",
"recent.list": "{0} livres les plus récents",
"recent.title": "Ajouts récents",
"search.alternate": "Rechercher",
"search.result": "Résultats pour *{0}*",
"search.result.author": "Résultats pour *{0}* dans les auteurs",
"search.result.book": "Résultats pour *{0}* dans les livres",
"search.result.publisher": "Résultats pour *{0}* dans les éditeurs",
"search.result.series": "Résultats pour *{0}* dans les colllections",
"search.result.tag": "Résultats pour *{0}* dans les étiquettes",
"search.sortorder.asc": "Crois.",
"search.sortorder.desc": "Décrois.",
"series.alphabetical.many": "Index alphabétique de {0} collections",
"series.alphabetical.none": "Index alphabétique - aucune collection",
"series.alphabetical.one": "Index alphabétique - Une seule collection",
"series.title": "Collections",
"seriesword.many": "{0} collections",
"seriesword.none": "Pas de collection",
"seriesword.one": "1 collection",
"sort.alternate": "Trier",
"splitByLetter.book.other": "Autres livres",
"splitByLetter.letter": "{0} débutant par {1}",
"tags.alphabetical.many": "Index alphabétique des {0} étiquettes",
"tags.alphabetical.none": "Index alphabétique - aucune étiquette",
"tags.alphabetical.one": "Index alphabétique - Une seule étiquette",
"tags.title": "Étiquettes",
"tagword.many": "{0} étiquettes",
"tagword.none": "Sans étiquette",
"tagword.one": "1 étiquette",
"tagword.title": "Étiquettes",
"languages.abk": "Abkhaze",
"languages.aaf": "Afar",
"languages.afr": "Afrikaner",
"languages.aka": "Akan",
"languages.sqi": "Albanais",
"languages.amh": "Amharique",
"languages.ara": "Arabe",
"languages.arg": "Aragonais",
"languages.hye": "Armenien",
"languages.asm": "Assamais",
"languages.ava": "Avar",
"languages.ave": "Avestique",
"languages.aym": "Aymara",
"languages.aze": "Azerbaïjanais",
"languages.bam": "Bambara",
"languages.bak": "Bachkir",
"languages.eus": "Basque",
"languages.bel": "Bielorusse",
"languages.ben": "Bengalais",
"languages.bih": "Bihari",
"languages.bis": "Bichelamar",
"languages.bos": "Bosnien",
"languages.bre": "Breton",
"languages.bul": "Bulgare",
"languages.mya": "Birman",
"languages.cat": "Catalan",
"languages.cha": "Chamorro",
"languages.che": "Tchétchène",
"languages.nya": "Chichewa",
"languages.zho": "Chinois",
"languages.chv": "Tchouvache",
"languages.cor": "Cornique",
"languages.cos": "Corse",
"languages.cre": "Cree",
"languages.hrv": "Croate",
"languages.ces": "Tchèque",
"languages.dan": "Danois",
"languages.div": "Divehi",
"languages.nld": "Néerlandais",
"languages.dzo": "Dzongkha",
"languages.eng": "Anglais",
"languages.epo": "Esperanto",
"languages.est": "Estonien",
"languages.ewe": "Ewe",
"languages.fao": "Féroïen",
"languages.fij": "Fidjien",
"languages.fin": "Finnois",
"languages.fra": "Français",
"languages.ful": "Peul",
"languages.glg": "Galicien",
"languages.kat": "Georgien",
"languages.deu": "Allemand",
"languages.ell": "Grec",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitien",
"languages.hau": "Hausa",
"languages.hed": "Hébreu",
"languages.her": "Héréro",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hongrois",
"languages.ina": "Interlingua",
"languages.ind": "Indonésien",
"languages.ile": "Interlingue",
"languages.gle": "Irlandais",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiak",
"languages.ido": "Ido",
"languages.isl": "Islandais",
"languages.ita": "Italien",
"languages.iku": "Inuktitut",
"languages.jpn": "Japonais",
"languages.jav": "Javanais",
"languages.kal": "Groenlandais",
"languages.kan": "Kannada",
"languages.kau": "Kanouri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazak",
"languages.khm": "Khmer",
"languages.kik": "Kikouyou",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgize",
"languages.kom": "Komi",
"languages.kon": "Kikongo",
"languages.kor": "Coréen",
"languages.kur": "Kurde",
"languages.kua": "Kuanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgeois",
"languages.lug": "Ganda",
"languages.lim": "Limburgeois",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanien",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvien",
"languages.glv": "Mannois",
"languages.mkd": "Macédonien",
"languages.mlg": "Malagais",
"languages.msa": "Malais",
"languages.mal": "Malayalam",
"languages.mlt": "Maltais",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallais",
"languages.mon": "Mongol",
"languages.nau": "Nauruan",
"languages.nav": "Navajo",
"languages.nob": "Norvégien Bokmål",
"languages.nde": "Ndébélé",
"languages.nep": "Népalais",
"languages.ndo": "Ndonga",
"languages.nno": "Norvégien Nynorsk",
"languages.nor": "Norvégien",
"languages.iii": "Nuosu",
"languages.nbl": "Sindebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Vieux-slave",
"languages.orm": "Oromo",
"languages.ori": "Odia",
"languages.oss": "Ossete",
"languages.pan": "Penjabais",
"languages.pli": "Pāli",
"languages.fas": "Perse",
"languages.pol": "Polonais",
"languages.pus": "Pachtoune",
"languages.por": "Portugais",
"languages.que": "Quechua",
"languages.roh": "Romanche",
"languages.run": "Kirundi",
"languages.ron": "Roumain",
"languages.rus": "Russe",
"languages.san": "Sanscrit",
"languages.srd": "Sarde",
"languages.snd": "Sindhi",
"languages.sme": "Sami du Nord",
"languages.smo": "Samoais",
"languages.sag": "Sango",
"languages.srp": "Serbe",
"languages.gla": "Gaélique Écossais",
"languages.sna": "Shona",
"languages.sin": "Cingalais",
"languages.slk": "Slovaque",
"languages.slv": "Slovene",
"languages.som": "Somalien",
"languages.sot": "Sotho du Sud",
"languages.spa": "Espagnol",
"languages.sun": "Soudanais",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Suédois",
"languages.tam": "Tamile",
"languages.tel": "Telougou",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinia",
"languages.bod": "Tibétain Standard",
"languages.tuk": "Turkmène",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tongien",
"languages.tur": "Turc",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitien",
"languages.uig": "Ouïghour",
"languages.ukr": "Ukrainien",
"languages.urd": "Ourdou",
"languages.uzb": "Ouzbeque",
"languages.ven": "Venda",
"languages.vie": "Vietnamien",
"languages.vol": "Volapük",
"languages.win": "Wallon",
"languages.cym": "Gallois",
"languages.wol": "Wolof",
"languages.fry": "Frison occidental",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zoulou",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "A pwopo COPS",
"allbooks.alphabetical.many": "lòd endèks nan {0} liv",
"allbooks.alphabetical.none": "lòd endèks nan yon liv",
"allbooks.alphabetical.one": "lòd endèks nan yon sèl liv",
"allbooks.title": "Tout liv",
"authors.alphabetical.many": "lòd endèks nan otè {0}",
"authors.alphabetical.none": "lòd endèks ki pa gen otè",
"authors.alphabetical.one": "lòd endèks nan yon sèl otè",
"authors.title": "Otè",
"authorword.many": "{0} Otè",
"authorword.none": "Pa gen otè",
"authorword.one": "1 otè",
"bookentry.author": "{0} de {1}",
"bookword.many": "{0} liv",
"bookword.none": "Pa gen liv",
"bookword.one": "1 liv",
"bookword.title": "Liv",
"cog.alternate": "Chèche, sòt ak filtre",
"content.series": "Koleksyon:",
"content.series.data": "Liv {0} ki nan koleksyon an {1}",
"content.summary": "Rezime:",
"customcolumn.boolean.no": "No",
"customcolumn.boolean.unknown": "Not Set",
"customcolumn.boolean.yes": "Yes",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Not Set",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Lòd endèks nan {0} koleksyon s",
"customcolumn.description.series.none": "Lòd endèks nan absoliman okenn seri",
"customcolumn.description.series.one": "Lòd endèks nan koleksyon an sèlman",
"customcolumn.enum.unknown": "Not Set",
"customcolumn.float.unknown": "Not Set",
"customcolumn.int.unknown": "Not Set",
"customcolumn.rating.unknown": "Not Set",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "adrès Imèl (pou otomatik voye nan liv )",
"customize.fancybox": "Sèvi ak yon bwat limyè",
"customize.filter": "Filtraj atravè Tags",
"customize.ignored": "inyore Kategori",
"customize.paging": "Nimewo nan liv pou chak paj (-1 vin enfim )",
"customize.style": "Tèm",
"customize.title": "Mete flik COPS",
"home.alternate": "Kay",
"i18n.coversection": "Kouvri",
"language.title": "Lang",
"languages.alphabetical.many": "Lòd endèks nan {0} lang",
"languages.alphabetical.none": "Lòd endèks nan absoliman okenn lang",
"languages.alphabetical.one": "Lòd endèks pale yon sèl lang",
"languages.title": "Lang",
"mail.messagenotsent": "Mesaj la pa t 'kapab ap voye.",
"mail.messagesent": "te mesaj la te voye",
"paging.next.alternate": "Suivant",
"paging.previous.alternate": "Pwochen",
"permalink.alternate": "Permalien",
"pubdate.title": "ane Piblikasyon",
"publisher.name": "Editè",
"publishers.alphabetical.many": "Lòd endèks nan {0} editè",
"publishers.alphabetical.none": "Lòd endèks nan absoliman okenn piblikatè",
"publishers.alphabetical.one": "Lòd Index Editè",
"publishers.title": "Piblikatè",
"publisherword.many": "{0} editè",
"publisherword.none": "Pa gen editè",
"publisherword.one": "1 editè",
"ratings.many": "{0} Li renmen",
"ratings.none": "Pa gen evalyasyon",
"ratings.one": "1 Revizyon",
"ratings.title": "Li renmen",
"ratingword.many": "{0} zetwal",
"ratingword.none": "Pa gen Etwal",
"ratingword.one": "1 etwal",
"recent.list": "{0} liv ki pi resan",
"recent.title": "Dènyèman te ajoute",
"search.alternate": "Chèche",
"search.result": "Rezilta pou *{0}*",
"search.result.author": "Rezilta pou * {0} * nan otè yo",
"search.result.book": "Rezilta pou * {0} * nan liv yo",
"search.result.publisher": "Rezilta pou * {0} * nan editè yo",
"search.result.series": "Rezilta pou * {0} * nan koleksyon",
"search.result.tag": "Rezilta pou * {0} * nan etikèt",
"search.sortorder.asc": "Mete konfyans nou.",
"search.sortorder.desc": "Ap desann.",
"series.alphabetical.many": "Lòd endèks nan {0} koleksyon s",
"series.alphabetical.none": "Lòd endèks nan absoliman okenn seri",
"series.alphabetical.one": "Lòd endèks nan koleksyon an sèlman",
"series.title": "Koleksyon",
"seriesword.many": "{0} koleksyon",
"seriesword.none": "Pa gen koleksyon",
"seriesword.one": "1 koleksyon",
"sort.alternate": "Triye",
"splitByLetter.book.other": "lòt liv",
"splitByLetter.letter": "{0} kòmanse avèk {1}",
"tags.alphabetical.many": "Lòd endèks nan etikèt {0}",
"tags.alphabetical.none": "Lòd endèks nan absoliman okenn tags",
"tags.alphabetical.one": "Lòd endèks nan etikèt la sèl",
"tags.title": "Etikèt",
"tagword.many": "{0} etikèt",
"tagword.none": "Tagless",
"tagword.one": "1 tag",
"tagword.title": "Etikèt",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanian",
"languages.amh": "Amharic",
"languages.ara": "Arabic",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Basque",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgarian",
"languages.mya": "Burmese",
"languages.cat": "Catalan",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chinese",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croatian",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "Anglais",
"languages.epo": "Esperanto",
"languages.est": "Estonian",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "Français",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "German",
"languages.ell": "Greek",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitian",
"languages.hau": "Hausa",
"languages.hed": "Hebrew",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarian",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italian",
"languages.iku": "Inuktitut",
"languages.jpn": "Japanese",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Korean",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolian",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norwegian",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persian",
"languages.pol": "Polish",
"languages.pus": "Pashto",
"languages.por": "Portuguese",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Romanian",
"languages.rus": "Russian",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbian",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spanish",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrainian",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamese",
"languages.vol": "Volapük",
"languages.win": "Walloon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "COPS-ról",
"allbooks.alphabetical.many": "ABC sorrendben {0}. könyv",
"allbooks.alphabetical.none": "ABC sorrendben, ha teljessen nincs könyv",
"allbooks.alphabetical.one": "ABC sorrendben egyetlen könyv",
"allbooks.title": "Minden könyv",
"authors.alphabetical.many": "ABC sorrendben {0} szerző",
"authors.alphabetical.none": "ABC sorrendben, ha teljesen nincs szerző",
"authors.alphabetical.one": "ABC sorrendben egyetlen szerző",
"authors.title": "Szerzők",
"authorword.many": "{0} szerző",
"authorword.none": "Nincs szerző",
"authorword.one": "1 szerző",
"bookentry.author": "{0} az {1}ből",
"bookword.many": "{0} könyv",
"bookword.none": "Nincs könyv",
"bookword.one": "1 könyv",
"bookword.title": "Könyvek",
"cog.alternate": "Keresés, rendezés és szürés",
"content.series": "Sorozatok:",
"content.series.data": "{0} .dik könyv a {1} sorozatból",
"content.summary": "Összegzés",
"customcolumn.boolean.no": "Nem",
"customcolumn.boolean.unknown": "Alapértelmezett",
"customcolumn.boolean.yes": "Igen",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Alapértelmezett",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "ABC sorrendben {0} sorozat",
"customcolumn.description.series.none": "ABC sorrendben, ha teljessen nincs sorozat",
"customcolumn.description.series.one": "ABC sorrendben egyetlen sorozat",
"customcolumn.enum.unknown": "Alapértelmezett",
"customcolumn.float.unknown": "Alapértelmezett",
"customcolumn.int.unknown": "Alapértelmezett",
"customcolumn.rating.unknown": "Alapértelmezett",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Állitsd be az email cimed (engedélyezi a könyvek küldését emailban)",
"customize.fancybox": "Lightbox használata",
"customize.filter": "Engedélyzi a tag alapján a szürést",
"customize.ignored": "Figyelmen kivül hagyott kategoriák",
"customize.paging": "Maximum könyv oldalanként (-1 kikapcsolja)",
"customize.style": "Téma",
"customize.title": "Egyedi COPS UI",
"home.alternate": "Főoldal",
"i18n.coversection": "Boritó",
"language.title": "Nyelv",
"languages.alphabetical.many": "ABC sorrendben {0} nyelv",
"languages.alphabetical.none": "ABC sorrendben, ha teljessen nincs nyelv",
"languages.alphabetical.one": "ABC sorrendben egyetlen nyelv",
"languages.title": "Nyelvek",
"mail.messagenotsent": "Az üzenet nincs elküldve.",
"mail.messagesent": "Az üzenet elküldve",
"paging.next.alternate": "Következő",
"paging.previous.alternate": "Elöző",
"permalink.alternate": "Permalink",
"pubdate.title": "Kiadás éve",
"publisher.name": "Kiadó",
"publishers.alphabetical.many": "ABC sorrendben {0} kiadó",
"publishers.alphabetical.none": "ABC sorrendben, ha teljessen nincs kiadó",
"publishers.alphabetical.one": "ABC sorrendben egyetlen kiadó",
"publishers.title": "Kiadók",
"publisherword.many": "{0} kiadó",
"publisherword.none": "Nincs kiadó",
"publisherword.one": "1 kiadó",
"ratings.many": "{0} értékelés",
"ratings.none": "Nincs értékelés",
"ratings.one": "1 értékelés",
"ratings.title": "Értékelések",
"ratingword.many": "{0} csillag",
"ratingword.none": "Nincs csillag",
"ratingword.one": "1 csillag",
"recent.list": "{0} legutóbbi könyv",
"recent.title": "Legutobbi hozzáadás",
"search.alternate": "Keresés",
"search.result": "Keresés eredménye a *{0}*",
"search.result.author": "Keresés eredménye a *{0}* szerzők közt",
"search.result.book": "Keresés eredménye a *{0}* könyvek közt",
"search.result.publisher": "Keresés eredménye a *{0}* kiadók közt",
"search.result.series": "Keresés eredménye a *{0}* sorozatok közt",
"search.result.tag": "Keresés eredménye a *{0}* tagok közt",
"search.sortorder.asc": "Emelkedő",
"search.sortorder.desc": "Csökkenő",
"series.alphabetical.many": "ABC sorrendben {0} sorozat",
"series.alphabetical.none": "ABC sorrendben, ha teljessen nincs sorozat",
"series.alphabetical.one": "ABC sorrendben egyetlen sorozat",
"series.title": "Sorozatok",
"seriesword.many": "{0} sorozat",
"seriesword.none": "Nincs sorozat",
"seriesword.one": "1 sorozat",
"sort.alternate": "Rendezés",
"splitByLetter.book.other": "Egyébb könyvek",
"splitByLetter.letter": "{0} kezdőbetűje {1}",
"tags.alphabetical.many": "ABC sorrendben {0} tags",
"tags.alphabetical.none": "ABC sorrendben, ha teljessen nincs tag",
"tags.alphabetical.one": "ABC sorrendben egyetlen tag",
"tags.title": "Tagok",
"tagword.many": "{0} tags",
"tagword.none": "Nincs tag",
"tagword.one": "1 tag",
"tagword.title": "Tagok",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albán",
"languages.amh": "Amharic",
"languages.ara": "Arab",
"languages.arg": "Aragonese",
"languages.hye": "Örmény",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbajdzsán",
"languages.bam": "Bambara",
"languages.bak": "Baskír",
"languages.eus": "Baszk",
"languages.bel": "Fehérorosz",
"languages.ben": "Bengáli",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnyák",
"languages.bre": "Breton",
"languages.bul": "Bolgár",
"languages.mya": "Burmese",
"languages.cat": "Katalán",
"languages.cha": "Chamorro",
"languages.che": "Csecsen",
"languages.nya": "Chichewa",
"languages.zho": "Kínai",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Horvát",
"languages.ces": "Cseh",
"languages.dan": "Dán",
"languages.div": "Divehi",
"languages.nld": "Holland",
"languages.dzo": "Dzongkha",
"languages.eng": "Angol",
"languages.epo": "Eszperantó",
"languages.est": "Észt",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finn",
"languages.fra": "Francia",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "Német",
"languages.ell": "Görög",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haiti",
"languages.hau": "Hausa",
"languages.hed": "Héber",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Magyar",
"languages.ina": "Interlingua",
"languages.ind": "Indonéz",
"languages.ile": "Interlingue",
"languages.gle": "Ír",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Izlandi",
"languages.ita": "Italian",
"languages.iku": "Inuktitut",
"languages.jpn": "Japán",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazah",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Koreai",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Makedón",
"languages.mlg": "Malagasy",
"languages.msa": "Maláj",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Maori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongol",
"languages.nau": "Nauru",
"languages.nav": "Navahó",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepáli",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norvég",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Pandzsabi",
"languages.pli": "Pāli",
"languages.fas": "Perzsa",
"languages.pol": "Lengyel",
"languages.pus": "Pastu",
"languages.por": "Portugál",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Román",
"languages.rus": "Orosz",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Szerb",
"languages.gla": "Skót",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Szlovák",
"languages.slv": "Szlovén",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spanyol",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Svéd",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Török",
"languages.tso": "Tsonga",
"languages.tat": "Tatár",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrán",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnámi",
"languages.vol": "Volapük",
"languages.win": "Vallon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "A proposito di COPS",
"allbooks.alphabetical.many": "Indice alfabetico di {0} libri",
"allbooks.alphabetical.none": "Indice alfabetico indipendente dal libro",
"allbooks.alphabetical.one": "Indice alfabetico di un solo libro",
"allbooks.title": "Tutti i libri",
"authors.alphabetical.many": "Indice alfabetico di {0} autori",
"authors.alphabetical.none": "Indice alfabetico indipendente dall'autore",
"authors.alphabetical.one": "Indice alfabetico di un solo autore",
"authors.title": "Autori",
"authorword.many": "{0} autori",
"authorword.none": "Senza autore",
"authorword.one": "1 autore",
"bookentry.author": "{0} di {1}",
"bookword.many": "{0} libri",
"bookword.none": "Nessun libro",
"bookword.one": "1 libro",
"bookword.title": "Libri",
"cog.alternate": "Ricerca, ordinamento e filtri",
"content.series": "Collana:",
"content.series.data": "Libro {0} nella collana {1}",
"content.summary": "Riassunto",
"customcolumn.boolean.no": "TLS",
"customcolumn.boolean.unknown": "Non Impostato",
"customcolumn.boolean.yes": "Si",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Non Impostato",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Indice alfabetico di {0} collane",
"customcolumn.description.series.none": "Indice alfabetico indipendente dalla collana",
"customcolumn.description.series.one": "Indice alfabetico di una sola collana",
"customcolumn.enum.unknown": "Non Impostato",
"customcolumn.float.unknown": "Non Impostato",
"customcolumn.int.unknown": "Non Impostato",
"customcolumn.rating.unknown": "Non Impostato",
"customcolumn.stars.many": "{0} Stelle",
"customcolumn.stars.none": "Senza stelle",
"customcolumn.stars.one": "1 stella",
"customize.email": "Imposta la tua email (per permettere l'invio di email)",
"customize.fancybox": "Usa una Lightbox",
"customize.filter": "Abilita il filtro per argomento",
"customize.ignored": "Categorie ignorate",
"customize.paging": "Numero massimo di libri per pagina (-1 per disabilitare)",
"customize.style": "Tema",
"customize.title": "Personalizza l'interfaccia di COPS",
"home.alternate": "Home",
"i18n.coversection": "Copertina",
"language.title": "Lingua",
"languages.alphabetical.many": "Indice alfabetico delle {0} lingue",
"languages.alphabetical.none": "Indice alfabetico indipendente dalla lingua",
"languages.alphabetical.one": "Indice alfabetico della singola lingua",
"languages.title": "Lingue",
"mail.messagenotsent": "L'e-mail non può essere spedita.",
"mail.messagesent": "L'e-mail è stata spedita",
"paging.next.alternate": "Prossimo",
"paging.previous.alternate": "Precedente",
"permalink.alternate": "Permalink",
"pubdate.title": "Anno di publicazione",
"publisher.name": "Editore",
"publishers.alphabetical.many": "Indice alfabetico degli {0} editori",
"publishers.alphabetical.none": "Indice alfabetico indipendente dall'editore",
"publishers.alphabetical.one": "Indice alfabetico del singolo editore",
"publishers.title": "Editori",
"publisherword.many": "{0} editori",
"publisherword.none": "Nessun editore",
"publisherword.one": "1 editore",
"ratings.many": "{0} valutazioni",
"ratings.none": "nessuna valutazione",
"ratings.one": "1 valutazione",
"ratings.title": "Valutazioni",
"ratingword.many": "{0} stelle",
"ratingword.none": "Nessuna stella",
"ratingword.one": "1 stella",
"recent.list": "I {0} libri più recenti",
"recent.title": "Ultime aggiunte",
"search.alternate": "Cerca",
"search.result": "Risultati per *{0}*",
"search.result.author": "Risultato della ricerca di *{0}* negli autori",
"search.result.book": "Risultato della ricerca di *{0}* nei libri",
"search.result.publisher": "Risultato della ricerca di *{0}* negli editori",
"search.result.series": "Risultato della ricerca di *{0}* nelle collane",
"search.result.tag": "Risultato della ricerca di *{0}* negli argomenti",
"search.sortorder.asc": "Asc",
"search.sortorder.desc": "Disc",
"series.alphabetical.many": "Indice alfabetico di {0} collane",
"series.alphabetical.none": "Indice alfabetico indipendente dalla collana",
"series.alphabetical.one": "Indice alfabetico di una sola collana",
"series.title": "Collane",
"seriesword.many": "{0} collane",
"seriesword.none": "Nessuna collana",
"seriesword.one": "1 collana",
"sort.alternate": "Tipo",
"splitByLetter.book.other": "Altri libri",
"splitByLetter.letter": "{0} che iniziano per {1}",
"tags.alphabetical.many": "Indice alfabetico di {0} argomenti",
"tags.alphabetical.none": "Indice alfabetico indipendente dall'argomento",
"tags.alphabetical.one": "Indice alfabetico del solo argomento",
"tags.title": "Argomenti",
"tagword.many": "{0} argomenti",
"tagword.none": "Senza argomento",
"tagword.one": "1 argomento",
"tagword.title": "Argomenti",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanese",
"languages.amh": "Amharic",
"languages.ara": "Arabo",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Basque",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgarian",
"languages.mya": "Burmese",
"languages.cat": "Catalan",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chinese",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croatian",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "English",
"languages.epo": "Esperanto",
"languages.est": "Estonian",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "French",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "German",
"languages.ell": "Greek",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitian",
"languages.hau": "Hausa",
"languages.hed": "Hebrew",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarian",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italiano",
"languages.iku": "Inuktitut",
"languages.jpn": "Japanese",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Korean",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolian",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norwegian",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persian",
"languages.pol": "Polish",
"languages.pus": "Pashto",
"languages.por": "Portoghese",
"languages.que": "Quechua",
"languages.roh": "Romancio",
"languages.run": "Kirundi",
"languages.ron": "Romanian",
"languages.rus": "Russian",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbian",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spagnolo",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrainian",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamita",
"languages.vol": "Volapük",
"languages.win": "vallone",
"languages.cym": "Gallese",
"languages.wol": "Senegalese",
"languages.fry": "Frisone del est",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "cinese semplificato",
"languages.zul": "Zuù",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "COPS에 대해",
"allbooks.alphabetical.many": "{0}권의 도서별 색인",
"allbooks.alphabetical.none": "0권의 도서별 색인",
"allbooks.alphabetical.one": "1권의 도서별 색인",
"allbooks.title": "전체 도서",
"authors.alphabetical.many": "{0}명의 저자별 색인",
"authors.alphabetical.none": "0명의 저자별 색인",
"authors.alphabetical.one": "1명의 저자별 색인",
"authors.title": "저자",
"authorword.many": "{0}명의 저자",
"authorword.none": "0명의 저자",
"authorword.one": "1명의 저자",
"bookentry.author": "{0} by {1}",
"bookword.many": "{0}권",
"bookword.none": "(없음)",
"bookword.one": "1권",
"bookword.title": "도서",
"cog.alternate": "검색, 정렬 및 필터링",
"content.series": "Series:",
"content.series.data": "Book {0} in the {1} series",
"content.summary": "요약",
"customcolumn.boolean.no": "2월",
"customcolumn.boolean.unknown": "Not Set",
"customcolumn.boolean.yes": "1월",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Not Set",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "{0}개의 시리즈별 색인",
"customcolumn.description.series.none": "0개의 시리즈별 색인",
"customcolumn.description.series.one": "1개의 시리즈별 색인",
"customcolumn.enum.unknown": "Not Set",
"customcolumn.float.unknown": "Not Set",
"customcolumn.int.unknown": "Not Set",
"customcolumn.rating.unknown": "Not Set",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "이메일주소 (도서 메일발송용)",
"customize.fancybox": "Lightbox 사용 (도서정보를 프레임으로 표시)",
"customize.filter": "태그 필터링기능 사용",
"customize.ignored": "무시할 카테고리",
"customize.paging": "페이지마다 표시할 도서 권수 (-1인 경우 무시)",
"customize.style": "스타일",
"customize.title": "COPS 설정",
"home.alternate": "최초",
"i18n.coversection": "Cover",
"language.title": "언어",
"languages.alphabetical.many": "4개의 언어별 색인",
"languages.alphabetical.none": "0개의 언어별 색인",
"languages.alphabetical.one": "1개의 언어별 색인",
"languages.title": "언어",
"mail.messagenotsent": "Message could not be sent.",
"mail.messagesent": "Message has been sent",
"paging.next.alternate": "다음",
"paging.previous.alternate": "이전",
"permalink.alternate": "Permalink",
"pubdate.title": "출판년도",
"publisher.name": "출판사",
"publishers.alphabetical.many": "{0}개 출판사별 색인",
"publishers.alphabetical.none": "0개 출판사별 색인",
"publishers.alphabetical.one": "1개 출판사별 색인",
"publishers.title": "출판사",
"publisherword.many": "{0}개 출판사",
"publisherword.none": "출판사 없음",
"publisherword.one": "1개 출판사",
"ratings.many": "{0}개 별점",
"ratings.none": "별점 없음",
"ratings.one": "1개 별점",
"ratings.title": "별점",
"ratingword.many": "별 {0}개",
"ratingword.none": "별 없음",
"ratingword.one": "별 1개",
"recent.list": "최근 추가된 {0}권의 책",
"recent.title": "최근 추가됨",
"search.alternate": "검색",
"search.result": "*{0}*의 검색결과",
"search.result.author": "저자명에서 *{0}* 검색",
"search.result.book": "도서정보에서 *{0}* 검색",
"search.result.publisher": "출판사명에서 *{0}* 검색",
"search.result.series": "시리즈명에서 *{0}* 검색",
"search.result.tag": "태그에서 *{0}* 검색",
"search.sortorder.asc": "오름차순",
"search.sortorder.desc": "내림차순",
"series.alphabetical.many": "{0}개의 시리즈별 색인",
"series.alphabetical.none": "0개의 시리즈별 색인",
"series.alphabetical.one": "1개의 시리즈별 색인",
"series.title": "시리즈",
"seriesword.many": "{0}개 시리즈",
"seriesword.none": "시리즈 없음",
"seriesword.one": "1개 시리즈",
"sort.alternate": "Sort",
"splitByLetter.book.other": "Other books",
"splitByLetter.letter": "{0} starting with {1}",
"tags.alphabetical.many": "{0}개의 태그별 색인",
"tags.alphabetical.none": "0개의 태그별 색인",
"tags.alphabetical.one": "1개의 태그별 색인",
"tags.title": "태그",
"tagword.many": "{0} tags",
"tagword.none": "No tags",
"tagword.one": "1 tag",
"tagword.title": "태그",
"languages.abk": "압하스어",
"languages.aaf": "아파르어",
"languages.afr": "아프리칸스어",
"languages.aka": "아칸어",
"languages.sqi": "알바니아어",
"languages.amh": "암하라어",
"languages.ara": "아랍어",
"languages.arg": "아라곤어",
"languages.hye": "아르메니아어",
"languages.asm": "아삼어",
"languages.ava": "아바르어",
"languages.ave": "아베스타어",
"languages.aym": "아이마라어",
"languages.aze": "아제르바이잔어",
"languages.bam": "밤바라어",
"languages.bak": "바슈키르어",
"languages.eus": "바스크어",
"languages.bel": "벨로루시어",
"languages.ben": "벵골어",
"languages.bih": "비하르어",
"languages.bis": "비슐라마어",
"languages.bos": "보스니아어",
"languages.bre": "브르타뉴어",
"languages.bul": "불가리아어",
"languages.mya": "버마어",
"languages.cat": "카탈루냐어",
"languages.cha": "차모로어",
"languages.che": "체첸어",
"languages.nya": "니안자어",
"languages.zho": "중국어",
"languages.chv": "추바슈어",
"languages.cor": "콘월어",
"languages.cos": "코르시카어",
"languages.cre": "크리어",
"languages.hrv": "크로아티아어",
"languages.ces": "체크어",
"languages.dan": "덴마크어",
"languages.div": "디베히어",
"languages.nld": "네덜란드어",
"languages.dzo": "종카어",
"languages.eng": "영어",
"languages.epo": "에스페란토",
"languages.est": "에스토이나어",
"languages.ewe": "에웨어",
"languages.fao": "페로어",
"languages.fij": "피지어",
"languages.fin": "핀란드어",
"languages.fra": "프랑스어",
"languages.ful": "풀라어",
"languages.glg": "갈리시아어",
"languages.kat": "조지아어",
"languages.deu": "독일어",
"languages.ell": "그리스어",
"languages.grn": "과라니어",
"languages.guj": "구자라트어",
"languages.hat": "아이티어",
"languages.hau": "하우사어",
"languages.hed": "히브리어",
"languages.her": "헤레로어",
"languages.hin": "힌디어",
"languages.hmo": "히리 모투어",
"languages.hun": "헝가리어",
"languages.ina": "인테르링구아",
"languages.ind": "인도네시아어",
"languages.ile": "인테르링구에",
"languages.gle": "아일랜드어",
"languages.ibo": "이그보어",
"languages.ipk": "이누피아크어",
"languages.ido": "이도",
"languages.isl": "아이슬란드어",
"languages.ita": "이탈리아어",
"languages.iku": "이누크티투트어",
"languages.jpn": "일본어",
"languages.jav": "자바어",
"languages.kal": "그린란드어",
"languages.kan": "칸나다어",
"languages.kau": "카누리어",
"languages.kas": "카슈미르어",
"languages.kaz": "카자흐어",
"languages.khm": "크메르어",
"languages.kik": "키쿠유어",
"languages.kin": "르완다어",
"languages.kir": "키르기스어",
"languages.kom": "코미어",
"languages.kon": "콩고어",
"languages.kor": "한국어",
"languages.kur": "쿠르드어",
"languages.kua": "콰냐마어",
"languages.lat": "라틴어",
"languages.ltz": "룩셈부르크어",
"languages.lug": "간다어",
"languages.lim": "림뷔르흐어",
"languages.lin": "링갈라어",
"languages.lao": "라오어",
"languages.lit": "리투아니아어",
"languages.lub": "루바-카탕가어",
"languages.lav": "라트비아어",
"languages.glv": "맨어",
"languages.mkd": "마케도니아어",
"languages.mlg": "마다가스카르어",
"languages.msa": "말레이어",
"languages.mal": "말라얄람어",
"languages.mlt": "몰타어",
"languages.mri": "마오리어",
"languages.mar": "마라티어",
"languages.mah": "마셜어",
"languages.mon": "몽골어",
"languages.nau": "나우루어",
"languages.nav": "나바호어",
"languages.nob": "덴마크-노르웨이어",
"languages.nde": "은데벨레어(북)",
"languages.nep": "네팔어",
"languages.ndo": "은동가어",
"languages.nno": "신노르웨이어",
"languages.nor": "노르웨이어",
"languages.iii": "쓰촨 이어",
"languages.nbl": "은데벨레어(남)",
"languages.oci": "오크어",
"languages.oji": "오지브와어",
"languages.chu": "슬라브어",
"languages.orm": "오로모어",
"languages.ori": "오리야어",
"languages.oss": "오세트어",
"languages.pan": "펀자브어",
"languages.pli": "팔리어",
"languages.fas": "페르시아어",
"languages.pol": "폴란드어",
"languages.pus": "파슈토어",
"languages.por": "포르투갈어",
"languages.que": "케추아어",
"languages.roh": "로만슈어",
"languages.run": "룬디어",
"languages.ron": "루마니아어",
"languages.rus": "러시아어",
"languages.san": "산스크리트어",
"languages.srd": "사르데냐어",
"languages.snd": "신드어",
"languages.sme": "사미어(북)",
"languages.smo": "사모아어",
"languages.sag": "상고어",
"languages.srp": "세르비아어",
"languages.gla": "게일어",
"languages.sna": "쇼나어",
"languages.sin": "싱할라어",
"languages.slk": "슬로바키아어",
"languages.slv": "슬로베니아어",
"languages.som": "소말리어",
"languages.sot": "소토어(남)",
"languages.spa": "스페인어",
"languages.sun": "순다어",
"languages.swa": "스와힐리어",
"languages.ssw": "스와티어",
"languages.swe": "스웨덴어",
"languages.tam": "타밀어",
"languages.tel": "텔루구어",
"languages.tgk": "타지크어",
"languages.tha": "태국어",
"languages.tir": "티그리냐어",
"languages.bod": "티베트어",
"languages.tuk": "투르크멘어",
"languages.tgl": "타갈로그어",
"languages.tsn": "츠와나어",
"languages.ton": "통가어",
"languages.tur": "터키어",
"languages.tso": "총가어",
"languages.tat": "타타르어",
"languages.twi": "트위어",
"languages.tah": "타히티어",
"languages.uig": "위구르어",
"languages.ukr": "우크라이나어",
"languages.urd": "우르두어",
"languages.uzb": "우즈베크어",
"languages.ven": "벤다어",
"languages.vie": "베트남어",
"languages.vol": "볼라퓌크",
"languages.win": "왈론어",
"languages.cym": "웨일스어",
"languages.wol": "월로프어",
"languages.fry": "프리지아어",
"languages.xho": "코사어",
"languages.yid": "이디시어",
"languages.yor": "요루바어",
"languages.zha": "좡어",
"languages.zul": "줄루어",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "Om COPS",
"allbooks.alphabetical.many": "Alfabetisk indeks for {0} bøker",
"allbooks.alphabetical.none": "Alfabetisk indeks for absolutt ingen bøker",
"allbooks.alphabetical.one": "Alfabetisk indeks for èn enkelt bok",
"allbooks.title": "Alle bøker",
"authors.alphabetical.many": "Alfabetisk indeks for {0} forfattere",
"authors.alphabetical.none": "Alfabetisk indeks for ingen forfattere",
"authors.alphabetical.one": "Alfabetisk indeks for èn forfatter",
"authors.title": "Forfattere",
"authorword.many": "{0} forfattere",
"authorword.none": "Ingen forfattere",
"authorword.one": "1 forfatter",
"bookentry.author": "{0} av {1}",
"bookword.many": "{0} bøker",
"bookword.none": "Ingen bøker",
"bookword.one": "1 bok",
"bookword.title": "Bøker",
"cog.alternate": "Søk, sortering og filtrering",
"content.series": "Serier:",
"content.series.data": "Bok {0} i serien {1}",
"content.summary": "Sammendrag",
"customcolumn.boolean.no": "Nei",
"customcolumn.boolean.unknown": "Ikke satt",
"customcolumn.boolean.yes": "Ja",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Ikke satt",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Alfabetisk indeks for {0} serier",
"customcolumn.description.series.none": "Alfabetisk indeks for ingen serier",
"customcolumn.description.series.one": "Alfabetisk indeks for èn enkelt serie",
"customcolumn.enum.unknown": "Ikke satt",
"customcolumn.float.unknown": "Ikke satt",
"customcolumn.int.unknown": "Ikke satt",
"customcolumn.rating.unknown": "Ikke satt",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Sett e-postadresse (for å sende bøker i e-post)",
"customize.fancybox": "Bruk en Lightbox",
"customize.filter": "Tillat filtrering på nøkkelord",
"customize.ignored": "Ignorerte kategorier",
"customize.paging": "Maks antall bøker per side (-1 for å deaktivere)",
"customize.style": "Tema",
"customize.title": "Tilpass COPS brukergrensesnitt",
"home.alternate": "Hjem",
"i18n.coversection": "Omslag",
"language.title": "Språk",
"languages.alphabetical.many": "Alfabetisk indek for de {0} språkene",
"languages.alphabetical.none": "Alfabetisk indeks for absolutt ingen språk",
"languages.alphabetical.one": "Alfabetisk indeks for ett enkelt språk",
"languages.title": "Språk",
"mail.messagenotsent": "Meldingen kunne ikke sendes.",
"mail.messagesent": "Meldingen er sendt",
"paging.next.alternate": "Neste",
"paging.previous.alternate": "Forrige",
"permalink.alternate": "Permalenke",
"pubdate.title": "Publikasjonsår",
"publisher.name": "Utgiver",
"publishers.alphabetical.many": "Alfabetisk indeks for {0} utgivere",
"publishers.alphabetical.none": "Alfabetisk indeks for absolutt ingen utgivere",
"publishers.alphabetical.one": "Alfabetisk indeks for en enkelt utgiver",
"publishers.title": "Utgivere",
"publisherword.many": "{0} utgivere",
"publisherword.none": "Ingen utgivere",
"publisherword.one": "1 utgiver",
"ratings.many": "{0} vurderinger",
"ratings.none": "ingen vurderinger",
"ratings.one": "1 vurdering",
"ratings.title": "Vurderinger",
"ratingword.many": "{0} stjerner",
"ratingword.none": "Ingen stjerner",
"ratingword.one": "1 stjerne",
"recent.list": "{0} nyeste bøker",
"recent.title": "Nylig lagt til",
"search.alternate": "Søk",
"search.result": "Søkeresultat for *{0}*",
"search.result.author": "Søkeresultat for *{0}* i forfattere",
"search.result.book": "Søkeresultat for *{0}* i bøker",
"search.result.publisher": "Søkeresultat for *{0}* i utgivere",
"search.result.series": "Søkeresultat for *{0}* i serier",
"search.result.tag": "Søkeresultat for *{0}* i nøkkelord",
"search.sortorder.asc": "Stigende",
"search.sortorder.desc": "Synkende",
"series.alphabetical.many": "Alfabetisk indeks for {0} serier",
"series.alphabetical.none": "Alfabetisk indeks for ingen serier",
"series.alphabetical.one": "Alfabetisk indeks for èn enkelt serie",
"series.title": "Serier",
"seriesword.many": "{0} serier",
"seriesword.none": "Ingen serier",
"seriesword.one": "1 serie",
"sort.alternate": "Sorter",
"splitByLetter.book.other": "Andre bøker",
"splitByLetter.letter": "{0} begynner med {1}",
"tags.alphabetical.many": "Alfabetisk indeks for {0} stikkord",
"tags.alphabetical.none": "Alfabetisk indeks for ingen stikkord",
"tags.alphabetical.one": "Alfabetisk indeks for ett enkelt stikkord",
"tags.title": "Stikkord",
"tagword.many": "{0} stikkord",
"tagword.none": "Ingen stikkord",
"tagword.one": "1 stikkord",
"tagword.title": "Stikkord",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanian",
"languages.amh": "Amharic",
"languages.ara": "Arabic",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Basque",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgarian",
"languages.mya": "Burmese",
"languages.cat": "Catalan",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chinese",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croatian",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "English",
"languages.epo": "Esperanto",
"languages.est": "Estonian",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "French",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "German",
"languages.ell": "Greek",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitian",
"languages.hau": "Hausa",
"languages.hed": "Hebrew",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarian",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italian",
"languages.iku": "Inuktitut",
"languages.jpn": "Japanese",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Korean",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolian",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norsk bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norsk nynorsk",
"languages.nor": "Norsk",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persian",
"languages.pol": "Polish",
"languages.pus": "Pashto",
"languages.por": "Portuguese",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Romanian",
"languages.rus": "Russian",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbian",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spanish",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrainian",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamese",
"languages.vol": "Volapük",
"languages.win": "Walloon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "Over COPS",
"allbooks.alphabetical.many": "Alfabetische index van {0} boeken",
"allbooks.alphabetical.none": "Alfabetische index van absoluut geen enkel boek",
"allbooks.alphabetical.one": "Alfabetische index van 1 boek",
"allbooks.title": "Alle boeken",
"authors.alphabetical.many": "Alfabetische index van {0} auteurs",
"authors.alphabetical.none": "Alfabetische index van absoluut geen enkele auteur",
"authors.alphabetical.one": "Alfabetische index van 1 auteur",
"authors.title": "Auteurs",
"authorword.many": "{0} auteurs",
"authorword.none": "Geen auteur",
"authorword.one": "1 auteur",
"bookentry.author": "{0} door {1}",
"bookword.many": "{0} boeken",
"bookword.none": "Geen boek",
"bookword.one": "1 boek",
"bookword.title": "Boeken",
"cog.alternate": "Zoeken, sorteren en filters",
"content.series": "Reeksen:",
"content.series.data": "Boek {0} in de {1} reeks",
"content.summary": "Samenvatting",
"customcolumn.boolean.no": "Nee",
"customcolumn.boolean.unknown": "Niet ingesteld",
"customcolumn.boolean.yes": "Ja",
"customcolumn.date.format": "J-m-d",
"customcolumn.date.unknown": "Niet ingesteld",
"customcolumn.description": "Aangepaste kolom '{0}'",
"customcolumn.description.bool": "Index van een booleaanse waarde",
"customcolumn.description.enum.many": "Alfabetische index van {0} waarden",
"customcolumn.description.enum.none": "Alfabetische index van absoluut geen enkele waarde",
"customcolumn.description.enum.one": "Alfabetische index van één waarde",
"customcolumn.description.rating": "Index van waarderingen",
"customcolumn.description.series.many": "Alfabetische index van {0} reeksen",
"customcolumn.description.series.none": "Alfabetische index van absoluut geen enkele reeks",
"customcolumn.description.series.one": "Alfabetische index van 1 reeks",
"customcolumn.enum.unknown": "Niet ingesteld",
"customcolumn.float.unknown": "Niet ingesteld",
"customcolumn.int.unknown": "Niet ingesteld",
"customcolumn.rating.unknown": "Niet ingesteld",
"customcolumn.stars.many": "{0} Sterren",
"customcolumn.stars.none": "Geen sterren",
"customcolumn.stars.one": "1 Ster",
"customize.email": "E-mailadres ontvanger (om boeken te versturen per elektronische post)",
"customize.fancybox": "Gebruik een Lightbox",
"customize.filter": "Zet filteren op label aan",
"customize.ignored": "Niet opgenomen categorieën",
"customize.paging": "Maximaal aantal boeken per pagina (-1 voor oneindig aantal)",
"customize.style": "Opmaak COPS gebruikersomgeving",
"customize.title": "Aanpassen COPS gebruikersomgeving",
"home.alternate": "Terug",
"i18n.coversection": "Omslag",
"language.title": "Taal",
"languages.alphabetical.many": "Alfabetische index van {0} talen",
"languages.alphabetical.none": "Alfabetische index van absoluut geen enkele taal",
"languages.alphabetical.one": "Alfabetische index van taal",
"languages.title": "Talen",
"mail.messagenotsent": "Bericht kon niet verzonden worden.",
"mail.messagesent": "Bericht is verzonden",
"paging.next.alternate": "Volgende",
"paging.previous.alternate": "Vorige",
"permalink.alternate": "Permalink",
"pubdate.title": "Jaar van publicatie",
"publisher.name": "Uitgever",
"publishers.alphabetical.many": "Alfabetische index van {0} uitgevers",
"publishers.alphabetical.none": "Alfabetische index van afwezige uitgevers",
"publishers.alphabetical.one": "Alfabetische index van een uitgever",
"publishers.title": "Uitgevers",
"publisherword.many": "{0} uitgevers",
"publisherword.none": "Geen uitgever",
"publisherword.one": "1 uitgever",
"ratings.many": "{0} verschillende waarderingen",
"ratings.none": "geen waarderingen",
"ratings.one": "{0} waarderingen",
"ratings.title": "Waardering",
"ratingword.many": "{0} sterren",
"ratingword.none": "Geen ster",
"ratingword.one": "1 ster",
"recent.list": "{0} meest recente boeken",
"recent.title": "Recent toegevoegde boeken",
"search.alternate": "Zoeken",
"search.result": "Zoekresultaat voor *{0}*",
"search.result.author": "Zoekresultaat voor *{0}* in auteurs",
"search.result.book": "Zoekresultaat voor *{0}* in boeken",
"search.result.publisher": "Zoekresultaat voor *{0}* in uitgevers",
"search.result.series": "Zoekresultaat voor *{0}* in reeksen",
"search.result.tag": "Zoekresultaat voor *{0}* in labels",
"search.sortorder.asc": "A-Z",
"search.sortorder.desc": "Z-A",
"series.alphabetical.many": "Alfabetische index van {0} reeksen",
"series.alphabetical.none": "Alfabetische index van absoluut geen enkele reeks",
"series.alphabetical.one": "Alfabetische index van 1 reeks",
"series.title": "Reeksen",
"seriesword.many": "{0} reeksen",
"seriesword.none": "Geen reeks",
"seriesword.one": "1 reeks",
"sort.alternate": "Sorteren",
"splitByLetter.book.other": "Andere boeken",
"splitByLetter.letter": "{0} beginnend met {1}",
"tags.alphabetical.many": "Alfabetische index van {0} labels",
"tags.alphabetical.none": "Alfabetische index van absoluut geen enkele label",
"tags.alphabetical.one": "Alfabetische index van 1 label",
"tags.title": "Labels",
"tagword.many": "{0} labels",
"tagword.none": "Geen label",
"tagword.one": "1 label",
"tagword.title": "Labels",
"languages.abk": "Abchazisch",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanees",
"languages.amh": "Amhaars",
"languages.ara": "Arabisch",
"languages.arg": "Aragonees",
"languages.hye": "Armeens",
"languages.asm": "Assamees",
"languages.ava": "Avarisch",
"languages.ave": "Avestisch",
"languages.aym": "Aymara",
"languages.aze": "Azerbeidzjaans",
"languages.bam": "Bambara",
"languages.bak": "Basjkiers",
"languages.eus": "Baskisch",
"languages.bel": "Wit-Russisch",
"languages.ben": "Bengaals",
"languages.bih": "Biharitalen",
"languages.bis": "Bislama",
"languages.bos": "Bosnisch",
"languages.bre": "Bretons",
"languages.bul": "Bulgaars",
"languages.mya": "Birmees",
"languages.cat": "Catalaans",
"languages.cha": "Chamorro",
"languages.che": "Tsjetsjeens",
"languages.nya": "Nyanja",
"languages.zho": "Chinees",
"languages.chv": "Tsjoevasjisch",
"languages.cor": "Cornish",
"languages.cos": "Corsicaans",
"languages.cre": "Cree",
"languages.hrv": "Kroatisch",
"languages.ces": "Tsjechisch",
"languages.dan": "Deens",
"languages.div": "Divehi",
"languages.nld": "Nederlands",
"languages.dzo": "Dzongkha",
"languages.eng": "Engels",
"languages.epo": "Esperanto",
"languages.est": "Ests",
"languages.ewe": "Ewe",
"languages.fao": "Faeröers",
"languages.fij": "Fijisch",
"languages.fin": "Fins",
"languages.fra": "Frans",
"languages.ful": "Fulah",
"languages.glg": "Galicisch",
"languages.kat": "Georgisch",
"languages.deu": "Duits",
"languages.ell": "Grieks",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haïtiaans",
"languages.hau": "Hausa",
"languages.hed": "Hebreeuws",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hongaars",
"languages.ina": "Interlingua",
"languages.ind": "Indonesisch",
"languages.ile": "Interlingue",
"languages.gle": "Iers",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "IJslands",
"languages.ita": "Italiaans",
"languages.iku": "Inuktitut",
"languages.jpn": "Japans",
"languages.jav": "Javaans",
"languages.kal": "Groenlands",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kasjmiri",
"languages.kaz": "Kazachs",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kirgizisch",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Koreaans",
"languages.kur": "Koerdisch",
"languages.kua": "Kuanyama",
"languages.lat": "Latijn",
"languages.ltz": "Luxemburgs",
"languages.lug": "Ganda",
"languages.lim": "Limburgs",
"languages.lin": "Lingala",
"languages.lao": "Laotiaans",
"languages.lit": "Litouws",
"languages.lub": "Luba-Katanga",
"languages.lav": "Lets",
"languages.glv": "Manx",
"languages.mkd": "Macedonisch",
"languages.mlg": "Malagasisch",
"languages.msa": "Maleis",
"languages.mal": "Malayalam",
"languages.mlt": "Maltees",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallees",
"languages.mon": "Mongools",
"languages.nau": "Nauruaans",
"languages.nav": "Navajo",
"languages.nob": "Noors Bokmål",
"languages.nde": "Noord-Ndbele",
"languages.nep": "Nepalees",
"languages.ndo": "Ndonga",
"languages.nno": "Noors Nynorsk",
"languages.nor": "Noors",
"languages.iii": "Sichuan Yi",
"languages.nbl": "Zuid-Ndbele",
"languages.oci": "Occitaans",
"languages.oji": "Ojibwa",
"languages.chu": "Kerkslavisch",
"languages.orm": "Oromo",
"languages.ori": "Odia",
"languages.oss": "Ossetisch",
"languages.pan": "Punjabi",
"languages.pli": "Pāli",
"languages.fas": "Perzisch",
"languages.pol": "Pools",
"languages.pus": "Pasjtoe",
"languages.por": "Portugees",
"languages.que": "Quechua",
"languages.roh": "Reto-Romaans",
"languages.run": "Kirundi",
"languages.ron": "Roemeens",
"languages.rus": "Russisch",
"languages.san": "Sanskriet",
"languages.srd": "Sardinisch",
"languages.snd": "Sindhi",
"languages.sme": "Noord-Samisch",
"languages.smo": "Samoaans",
"languages.sag": "Sango",
"languages.srp": "Servisch",
"languages.gla": "Schots Gaelic",
"languages.sna": "Shona",
"languages.sin": "Singalees",
"languages.slk": "Slovaaks",
"languages.slv": "Sloveens",
"languages.som": "Somalisch",
"languages.sot": "Zuid-Sotho",
"languages.spa": "Spaans",
"languages.sun": "Sudanees",
"languages.swa": "Swahili",
"languages.ssw": "Swazi",
"languages.swe": "Zweeds",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tadzjieks",
"languages.tha": "Thais",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetaans",
"languages.tuk": "Turkmeens",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turks",
"languages.tso": "Tongaans",
"languages.tat": "Tataars",
"languages.twi": "Twi",
"languages.tah": "Tahitisch",
"languages.uig": "Oeigoers",
"languages.ukr": "Oekraïens",
"languages.urd": "Urdu",
"languages.uzb": "Oezbeeks",
"languages.ven": "Venda",
"languages.vie": "Vietnamees",
"languages.vol": "Volapük",
"languages.win": "Waals",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Fries",
"languages.xho": "Xhosa",
"languages.yid": "Jiddisch",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "About COPS",
"allbooks.alphabetical.many": "Indeks alfabetyczny według {0} tytułów książek",
"allbooks.alphabetical.none": "Brak książek w spisie",
"allbooks.alphabetical.one": "Indeks alfabetyczny jedna książka",
"allbooks.title": "Wszystkie książki",
"authors.alphabetical.many": "Indeks alfabetyczny według {0} autorów",
"authors.alphabetical.none": "Indeks książek w których autor jest nieznany",
"authors.alphabetical.one": "Indeks książek",
"authors.title": "Autorzy",
"authorword.many": "{0} autorów",
"authorword.none": "Brak autorów",
"authorword.one": "1 autor",
"bookentry.author": "{0} przez {1}",
"bookword.many": "{0} książek",
"bookword.none": "Brak ksiażek",
"bookword.one": "1 książka",
"bookword.title": "Książki",
"cog.alternate": "Wyszukiwanie, sortowanie i filtrowanie",
"content.series": "Serie:",
"content.series.data": "{0} Książek w {1} serii",
"content.summary": "Podsumowanie",
"customcolumn.boolean.no": "Nie",
"customcolumn.boolean.unknown": "Domyślny dostęp",
"customcolumn.boolean.yes": "Tak",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Domyślny dostęp",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Indeks alfabetyczny {0} serii",
"customcolumn.description.series.none": "Indeks alfabetyczny - brak serii",
"customcolumn.description.series.one": "Indeks alfabetyczny jedna seria",
"customcolumn.enum.unknown": "Domyślny dostęp",
"customcolumn.float.unknown": "Domyślny dostęp",
"customcolumn.int.unknown": "Domyślny dostęp",
"customcolumn.rating.unknown": "Domyślny dostęp",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Ustaw swój adres e-mail (aby wysyłać książki)",
"customize.fancybox": "Używaj Lightbox (wyświetla książki w okienku)",
"customize.filter": "Używaj filtrowania po tag",
"customize.ignored": "Zignorowane ktegorie",
"customize.paging": "Maksymalna liczba książek na stronie (-1 blokada)",
"customize.style": "Szablon wyglądu",
"customize.title": "Customize COPS UI",
"home.alternate": "Strona głowna",
"i18n.coversection": "Okładka",
"language.title": "Język",
"languages.alphabetical.many": "Indeks alfabetyczny według {0} jezyków",
"languages.alphabetical.none": "Indeks alfabetyczny według języków - brak języków",
"languages.alphabetical.one": "Indeks alfabetyczny według języków jeden język",
"languages.title": "Języki",
"mail.messagenotsent": "Wiadomość nie może być wysłana",
"mail.messagesent": "Wiadomość wysłana",
"paging.next.alternate": "Następna",
"paging.previous.alternate": "Poprzednia",
"permalink.alternate": "Permalink",
"pubdate.title": "Rok publikacji",
"publisher.name": "Wydawca",
"publishers.alphabetical.many": "Indeks alfabetyczny według {0} wydawców",
"publishers.alphabetical.none": "Indeks alfabetyczny wydawców - brak wydawców",
"publishers.alphabetical.one": "Indeks alfabetyczny wydawców - jeden wydawca",
"publishers.title": "Wydawcy",
"publisherword.many": "{0} wydawców",
"publisherword.none": "brak wydawców",
"publisherword.one": "jeden wydawca",
"ratings.many": "{0} oceny",
"ratings.none": "brak ocen",
"ratings.one": "jedna ocena",
"ratings.title": "Oceny",
"ratingword.many": "{0} gwiazdek",
"ratingword.none": "brak gwiazdek",
"ratingword.one": "jedna gwiazdka",
"recent.list": "Ostatnio dodanych {0} książek",
"recent.title": "Ostatnio dodne książki",
"search.alternate": "Szukaj",
"search.result": "Wyniki wyszukiwania dla *{0}*",
"search.result.author": "Wyniki wyszukiwania dla *{0}* w autorach",
"search.result.book": "Wyniki wyszukiwania dla *{0}* w ksiązkach",
"search.result.publisher": "Wyniki wyszukiwania dla *{0}* w wydwcach",
"search.result.series": "Wyniki wyszukiwania dla *{0}* W seriach",
"search.result.tag": "Wyniki wyszukiwania dla *{0}* w tagach",
"search.sortorder.asc": "Sortowanie rosnące",
"search.sortorder.desc": "Sortowanie malejące",
"series.alphabetical.many": "Indeks alfabetyczny {0} serii",
"series.alphabetical.none": "Indeks alfabetyczny - brak serii",
"series.alphabetical.one": "Indeks alfabetyczny jedna seria",
"series.title": "Serie",
"seriesword.many": "{0} serii",
"seriesword.none": "Brak serii",
"seriesword.one": "Jedna seria",
"sort.alternate": "Sortowanie",
"splitByLetter.book.other": "Pozostałe książki",
"splitByLetter.letter": "{0} na literę {1}",
"tags.alphabetical.many": "Indeks alfabetyczny według {0} etykiet",
"tags.alphabetical.none": "Indeks alfabetyczny tagów brak etykiet",
"tags.alphabetical.one": "Indeks alfabetyczny według jednej etykiety",
"tags.title": "Etykiety",
"tagword.many": "{0} etykiet",
"tagword.none": "Brak etykiet",
"tagword.one": "Jedna eykieta",
"tagword.title": "Etykiety",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanian",
"languages.amh": "Amharic",
"languages.ara": "Arabic",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Basque",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgarian",
"languages.mya": "Burmese",
"languages.cat": "Catalan",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chinese",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croatian",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "English",
"languages.epo": "Esperanto",
"languages.est": "Estonian",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "French",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "German",
"languages.ell": "Greek",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitian",
"languages.hau": "Hausa",
"languages.hed": "Hebrew",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarian",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italian",
"languages.iku": "Inuktitut",
"languages.jpn": "Japanese",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Korean",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolian",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norwegian",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persian",
"languages.pol": "Polski",
"languages.pus": "Pashto",
"languages.por": "Portuguese",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Romanian",
"languages.rus": "Russian",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbian",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spanish",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrainian",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamese",
"languages.vol": "Volapük",
"languages.win": "Walloon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "Sobre o COPS",
"allbooks.alphabetical.many": "Índice alfabético dos {0} livros",
"allbooks.alphabetical.none": "Índice alfabético - nenhum livro",
"allbooks.alphabetical.one": "Índice alfabético de um livro",
"allbooks.title": "Todos os livros",
"authors.alphabetical.many": "Índice alfabético dos {0} autores",
"authors.alphabetical.none": "Índice alfabético - nenhum autor",
"authors.alphabetical.one": "Índice alfabético de um autor",
"authors.title": "Autores",
"authorword.many": "{0} autores",
"authorword.none": "Nenhum autor",
"authorword.one": "1 autor",
"bookentry.author": "{0} por {1}",
"bookword.many": "{0} livros",
"bookword.none": "Nenhum livro",
"bookword.one": "1 livro",
"bookword.title": "Livros",
"cog.alternate": "Pesquisar, ordenar e filtrar",
"content.series": "Séries:",
"content.series.data": "Livro {0} da série {1}",
"content.summary": "Resumo",
"customcolumn.boolean.no": "Não",
"customcolumn.boolean.unknown": "Não definido",
"customcolumn.boolean.yes": "Sim",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Não definido",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Índice alfabético das {0} séries",
"customcolumn.description.series.none": "Índice alfabético - nenhuma série",
"customcolumn.description.series.one": "Índice alfabético de uma série",
"customcolumn.enum.unknown": "Não definido",
"customcolumn.float.unknown": "Não definido",
"customcolumn.int.unknown": "Não definido",
"customcolumn.rating.unknown": "Não definido",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Forneça o seu email (para ativar envio de ebooks)",
"customize.fancybox": "Usar o Lightbox (detalhes do livro numa janela flutuante)",
"customize.filter": "Ativar filtro por etiqueta",
"customize.ignored": "Categorias ignoradas",
"customize.paging": "Número máximo de livros por página (-1 para desabilitar)",
"customize.style": "Tema",
"customize.title": "Personalizar a interface do COPS",
"home.alternate": "Principal",
"i18n.coversection": "Capa",
"language.title": "Idioma",
"languages.alphabetical.many": "Índice alfabético dos {0} idiomas",
"languages.alphabetical.none": "Índice alfabético - nenhum idioma",
"languages.alphabetical.one": "Índice alfabético de um idioma",
"languages.title": "Idiomas",
"mail.messagenotsent": "Não foi possível enviar a mensagem.",
"mail.messagesent": "A mensagem foi enviada",
"paging.next.alternate": "Próximo",
"paging.previous.alternate": "Anterior",
"permalink.alternate": "Link permanente",
"pubdate.title": "Ano de publicação",
"publisher.name": "Editora",
"publishers.alphabetical.many": "Índice alfabético das {0} editoras",
"publishers.alphabetical.none": "Índice alfabético - nenhuma editora",
"publishers.alphabetical.one": "Índice alfabético de uma editora",
"publishers.title": "Editoras",
"publisherword.many": "{0} editoras",
"publisherword.none": "Nenhuma editora",
"publisherword.one": "1 editora",
"ratings.many": "{0} avaliações",
"ratings.none": "nenhuma avaliação",
"ratings.one": "1 avaliação",
"ratings.title": "Avaliações",
"ratingword.many": "{0} estrelas",
"ratingword.none": "Nenhuma estrela",
"ratingword.one": "1 estrela",
"recent.list": "{0} livros mais recentes",
"recent.title": "Recentemente adicionados",
"search.alternate": "Pesquisar",
"search.result": "Resultado da pesquisa por *{0}*",
"search.result.author": "Resultado da pesquisa por *{0}* em autores",
"search.result.book": "Resultado da pesquisa por *{0}* em livros",
"search.result.publisher": "Resultado da pesquisa por *{0}* em editoras",
"search.result.series": "Resultado da pesquisa por *{0}* em séries",
"search.result.tag": "Resultado da pesquisa por *{0}* em etiquetas",
"search.sortorder.asc": "Asc",
"search.sortorder.desc": "Desc",
"series.alphabetical.many": "Índice alfabético das {0} séries",
"series.alphabetical.none": "Índice alfabético - nenhuma série",
"series.alphabetical.one": "Índice alfabético de uma série",
"series.title": "Séries",
"seriesword.many": "{0} séries",
"seriesword.none": "Nenhuma série",
"seriesword.one": "1 série",
"sort.alternate": "Classificar",
"splitByLetter.book.other": "Outros livros",
"splitByLetter.letter": "{0} começando com {1}",
"tags.alphabetical.many": "Índice alfabético das {0} etiquetas",
"tags.alphabetical.none": "Índice alfabético - nenhuma etiqueta",
"tags.alphabetical.one": "Índice alfabético de uma etiqueta",
"tags.title": "Etiquetas",
"tagword.many": "{0} etiquetas",
"tagword.none": "Nenhuma etiqueta",
"tagword.one": "1 etiqueta",
"tagword.title": "Etiquetas",
"languages.abk": "Abcázia",
"languages.aaf": "Afar",
"languages.afr": "Sul Africano",
"languages.aka": "Akan",
"languages.sqi": "Albanês",
"languages.amh": "Amárico",
"languages.ara": "Árabe",
"languages.arg": "Aragonês",
"languages.hye": "Armênio",
"languages.asm": "Assamês",
"languages.ava": "Avari",
"languages.ave": "Avéstico",
"languages.aym": "Aymara",
"languages.aze": "Azerbaidjanês",
"languages.bam": "Bambara",
"languages.bak": "Basquir",
"languages.eus": "Basco",
"languages.bel": "Bielorrusso",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislamá",
"languages.bos": "Bósnio",
"languages.bre": "Bretão",
"languages.bul": "Búlgaro",
"languages.mya": "Birmanês",
"languages.cat": "Catalão",
"languages.cha": "Chamorro",
"languages.che": "Checheno",
"languages.nya": "Chichewa",
"languages.zho": "Chinês",
"languages.chv": "Chuvache",
"languages.cor": "Corniso",
"languages.cos": "Córsego",
"languages.cre": "Cree",
"languages.hrv": "Croata",
"languages.ces": "Checo",
"languages.dan": "Dinamarquês",
"languages.div": "Divehi",
"languages.nld": "Holandês",
"languages.dzo": "Dzonga",
"languages.eng": "Inglês",
"languages.epo": "Esperanto",
"languages.est": "Estoniano",
"languages.ewe": "Ewe",
"languages.fao": "Faroense",
"languages.fij": "fijiano",
"languages.fin": "Finlandês",
"languages.fra": "Francês",
"languages.ful": "Fula",
"languages.glg": "Galego",
"languages.kat": "Georgiano",
"languages.deu": "Alemão",
"languages.ell": "Grego",
"languages.grn": "Guarani",
"languages.guj": "Gujarati",
"languages.hat": "Haitiano",
"languages.hau": "Hauçá",
"languages.hed": "Hebraico",
"languages.her": "Herero",
"languages.hin": "Híndi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Húngaro",
"languages.ina": "Interlíngua",
"languages.ind": "Indonésio",
"languages.ile": "Interlíngue",
"languages.gle": "Irlandês",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaque",
"languages.ido": "Ido",
"languages.isl": "Islandês",
"languages.ita": "Italiano",
"languages.iku": "Inuktitut",
"languages.jpn": "Japonês",
"languages.jav": "Javanês",
"languages.kal": "Kal",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Cazaque",
"languages.khm": "Khmer",
"languages.kik": "Quicuio",
"languages.kin": "Ruanda",
"languages.kir": "Quirguistão",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Coreano",
"languages.kur": "Curdo",
"languages.kua": "Kwanyama",
"languages.lat": "Latim",
"languages.ltz": "Luxemburguês",
"languages.lug": "Ganda",
"languages.lim": "Limburguês",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lituânio",
"languages.lub": "Luba-Katanga",
"languages.lav": "Letã",
"languages.glv": "Manês",
"languages.mkd": "Macedônio",
"languages.mlg": "Malgaxe",
"languages.msa": "Malaio",
"languages.mal": "Malaiala",
"languages.mlt": "Maltês",
"languages.mri": "Maori",
"languages.mar": "Marathi",
"languages.mah": "Marshalês",
"languages.mon": "Mongol",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norueguês de Bokmal",
"languages.nde": "Ndebelê do Norte",
"languages.nep": "Nepalês",
"languages.ndo": "Ndonga",
"languages.nno": "Novo Norueguês",
"languages.nor": "Norueguês",
"languages.iii": "Nuosu",
"languages.nbl": "Ndebelê do Sul",
"languages.oci": "Occitan",
"languages.oji": "Ojíbua",
"languages.chu": "Eslavo Eclesiástico",
"languages.orm": "Oromo",
"languages.ori": "Oriá",
"languages.oss": "Osseta",
"languages.pan": "Panjabi",
"languages.pli": "Páli",
"languages.fas": "Pérsio",
"languages.pol": "Polonês",
"languages.pus": "Pachto",
"languages.por": "Português",
"languages.que": "Quíchua",
"languages.roh": "Romanche",
"languages.run": "Kirundi",
"languages.ron": "Romeno",
"languages.rus": "Russo",
"languages.san": "Sânscrito",
"languages.srd": "Sardenho",
"languages.snd": "Sindi",
"languages.sme": "Sami do Norte",
"languages.smo": "Samoano",
"languages.sag": "Sango",
"languages.srp": "Sérvio",
"languages.gla": "Gaélico Escocês",
"languages.sna": "Xichona",
"languages.sin": "Sinhala",
"languages.slk": "Eslovaco",
"languages.slv": "Esloveno",
"languages.som": "Somali",
"languages.sot": "Soto do Sul",
"languages.spa": "Espanhol",
"languages.sun": "Sundanês",
"languages.swa": "Suaíle",
"languages.ssw": "Swati",
"languages.swe": "Sueco",
"languages.tam": "Tâmil",
"languages.tel": "Telugu",
"languages.tgk": "Tadjique",
"languages.tha": "Tailandês",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetano Padrão",
"languages.tuk": "Turcomeno",
"languages.tgl": "Tagalo",
"languages.tsn": "Tswana",
"languages.ton": "Tonganês",
"languages.tur": "Turco",
"languages.tso": "Tsonga",
"languages.tat": "Tártaro",
"languages.twi": "Twi",
"languages.tah": "Taitiano",
"languages.uig": "Uigur",
"languages.ukr": "Ucraniano",
"languages.urd": "Urdu",
"languages.uzb": "Uzbeque",
"languages.ven": "Venda",
"languages.vie": "Vietnamita",
"languages.vol": "Volapuque",
"languages.win": "Valão",
"languages.cym": "Galês",
"languages.wol": "Uólofe",
"languages.fry": "Frísico Ocidental",
"languages.xho": "Xhosa",
"languages.yid": "Iídiche",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "Sobre a aplicação",
"allbooks.alphabetical.many": "Índice alfabético dos {0} livros",
"allbooks.alphabetical.none": "Índice alfabético - sem livros",
"allbooks.alphabetical.one": "Índice alfabético de 1 livro",
"allbooks.title": "Todos os livros",
"authors.alphabetical.many": "Índice alfabético dos {0} autores",
"authors.alphabetical.none": "Índice alfabético sem autores",
"authors.alphabetical.one": "Índice alfabético de 1 autor",
"authors.title": "Autores",
"authorword.many": "{0} autores",
"authorword.none": "Sem autores",
"authorword.one": "1 autor",
"bookentry.author": "{0} por {1}",
"bookword.many": "{0} livros",
"bookword.none": "Sem livros",
"bookword.one": "1 livro",
"bookword.title": "Títulos",
"cog.alternate": "Pesquisar, ordenar e filtrar",
"content.series": "Séries:",
"content.series.data": "Livro {0} da série {1}",
"content.summary": "Informações/Resumo",
"customcolumn.boolean.no": "Não",
"customcolumn.boolean.unknown": "Não definido",
"customcolumn.boolean.yes": "Sim",
"customcolumn.date.format": "d-m-A",
"customcolumn.date.unknown": "Não definido",
"customcolumn.description": "Coluna personalizada '{0}'",
"customcolumn.description.bool": "Índice - valor boleano",
"customcolumn.description.enum.many": "Índice alfabético dos {0} valores",
"customcolumn.description.enum.none": "Índice alfabético - sem valores",
"customcolumn.description.enum.one": "Índice alfabético de 1 valor",
"customcolumn.description.rating": "Índice de pontuações",
"customcolumn.description.series.many": "Índice alfabético das {0} séries",
"customcolumn.description.series.none": "Índice alfabético - sem séries",
"customcolumn.description.series.one": "Índice alfabético com 1 série",
"customcolumn.enum.unknown": "Não definido",
"customcolumn.float.unknown": "Não definido",
"customcolumn.int.unknown": "Não definido",
"customcolumn.rating.unknown": "Não definido",
"customcolumn.stars.many": "{0} estrelas",
"customcolumn.stars.none": "Sem estrelas",
"customcolumn.stars.one": "1 estrela",
"customize.email": "Definir o seu email (para ativar envio de ebooks)",
"customize.fancybox": "Usar o Lightbox (detalhes do livro numa janela flutuante)",
"customize.filter": "Ativar filtro por etiquetas",
"customize.ignored": "Categorias ignoradas",
"customize.paging": "Número máximo de títulos por página (-1 para desativar)",
"customize.style": "Estilo",
"customize.title": "Personalizar o visual da aplicação",
"home.alternate": "Entrada",
"i18n.coversection": "Capa",
"language.title": "Idioma",
"languages.alphabetical.many": "Índice alfabético dos {0} idiomas",
"languages.alphabetical.none": "Índice alfabético - sem idiomas",
"languages.alphabetical.one": "Índice alfabético de 1 idioma",
"languages.title": "Idiomas",
"mail.messagenotsent": "Não foi possível enviar a mensagem.",
"mail.messagesent": "A mensagem foi enviada",
"paging.next.alternate": "Seguinte",
"paging.previous.alternate": "Anterior",
"permalink.alternate": "Ligação permanente",
"pubdate.title": "Ano de publicação",
"publisher.name": "Editora",
"publishers.alphabetical.many": "Índice alfabético das {0} editoras",
"publishers.alphabetical.none": "Índice alfabético - sem editoras",
"publishers.alphabetical.one": "Índice alfabético de 1 editora",
"publishers.title": "Editoras",
"publisherword.many": "{0} editoras",
"publisherword.none": "Sem editoras",
"publisherword.one": "1 editora",
"ratings.many": "{0} avaliações",
"ratings.none": "sem avaliações",
"ratings.one": "1 avaliação",
"ratings.title": "Avaliações",
"ratingword.many": "{0} estrelas",
"ratingword.none": "Sem estrelas",
"ratingword.one": "1 estrela",
"recent.list": "{0} livros mais recentes",
"recent.title": "Adicionados recentemente",
"search.alternate": "Pesquisar",
"search.result": "Resultado da pesquisa por *{0}*",
"search.result.author": "Resultado da pesquisa por *{0}* em autores",
"search.result.book": "Resultado da pesquisa por *{0}* em livros",
"search.result.publisher": "Resultado da pesquisa por *{0}* em editoras",
"search.result.series": "Resultado da pesquisa por *{0}* em séries",
"search.result.tag": "Resultado da pesquisa por *{0}* em etiquetas",
"search.sortorder.asc": "A-Z",
"search.sortorder.desc": "Z-A",
"series.alphabetical.many": "Índice alfabético das {0} séries",
"series.alphabetical.none": "Índice alfabético - sem séries",
"series.alphabetical.one": "Índice alfabético de 1 série",
"series.title": "Séries",
"seriesword.many": "{0} séries",
"seriesword.none": "Sem séries",
"seriesword.one": "1 série",
"sort.alternate": "Ordenar",
"splitByLetter.book.other": "Outros livros",
"splitByLetter.letter": "{0} pela letra: {1}",
"tags.alphabetical.many": "Índice alfabético das {0} etiquetas",
"tags.alphabetical.none": "Índice alfabético - sem etiquetas",
"tags.alphabetical.one": "Índice alfabético de 1 etiqueta",
"tags.title": "Etiquetas",
"tagword.many": "{0} etiquetas",
"tagword.none": "Sem etiquetas",
"tagword.one": "1 etiqueta",
"tagword.title": "Etiquetas",
"languages.abk": "Abcázia",
"languages.aaf": "Afar",
"languages.afr": "Sul Africano",
"languages.aka": "Akan",
"languages.sqi": "Albanês",
"languages.amh": "Amárico",
"languages.ara": "Árabe",
"languages.arg": "Aragonês",
"languages.hye": "Armênio",
"languages.asm": "Assamês",
"languages.ava": "Avari",
"languages.ave": "Avéstico",
"languages.aym": "Aymara",
"languages.aze": "Azerbaidjanês",
"languages.bam": "Bambara",
"languages.bak": "Basquir",
"languages.eus": "Basco",
"languages.bel": "Bielorrusso",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislamá",
"languages.bos": "Bósnio",
"languages.bre": "Bretão",
"languages.bul": "Búlgaro",
"languages.mya": "Birmanês",
"languages.cat": "Catalão",
"languages.cha": "Chamorro",
"languages.che": "Checheno",
"languages.nya": "Chichewa",
"languages.zho": "Chinês",
"languages.chv": "Chuvache",
"languages.cor": "Corniso",
"languages.cos": "Córsego",
"languages.cre": "Cree",
"languages.hrv": "Croata",
"languages.ces": "Checo",
"languages.dan": "Dinamarquês",
"languages.div": "Divehi",
"languages.nld": "Holandês",
"languages.dzo": "Dzonga",
"languages.eng": "Inglês",
"languages.epo": "Esperanto",
"languages.est": "Estoniano",
"languages.ewe": "Ewe",
"languages.fao": "Faroense",
"languages.fij": "Fijiano",
"languages.fin": "Finlandês",
"languages.fra": "Francês",
"languages.ful": "Fula",
"languages.glg": "Galego",
"languages.kat": "Georgiano",
"languages.deu": "Alemão",
"languages.ell": "Grego",
"languages.grn": "Guarani",
"languages.guj": "Gujarati",
"languages.hat": "Haitiano",
"languages.hau": "Hauçá",
"languages.hed": "Hebraico",
"languages.her": "Herero",
"languages.hin": "Híndi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Húngaro",
"languages.ina": "Interlíngua",
"languages.ind": "Indonésio",
"languages.ile": "Interlíngue",
"languages.gle": "Irlandês",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaque",
"languages.ido": "Ido",
"languages.isl": "Islandês",
"languages.ita": "Italiano",
"languages.iku": "Inuktitut",
"languages.jpn": "Japonês",
"languages.jav": "Javanês",
"languages.kal": "Kal",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Cazaque",
"languages.khm": "Khmer",
"languages.kik": "Quicuio",
"languages.kin": "Ruanda",
"languages.kir": "Quirguistão",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Coreano",
"languages.kur": "Curdo",
"languages.kua": "Kwanyama",
"languages.lat": "Latim",
"languages.ltz": "Luxemburguês",
"languages.lug": "Ganda",
"languages.lim": "Limburguês",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lituânio",
"languages.lub": "Luba-Katanga",
"languages.lav": "Letã",
"languages.glv": "Manês",
"languages.mkd": "Macedônio",
"languages.mlg": "Malgaxe",
"languages.msa": "Malaio",
"languages.mal": "Malaiala",
"languages.mlt": "Maltês",
"languages.mri": "Maori",
"languages.mar": "Marathi",
"languages.mah": "Marshalês",
"languages.mon": "Mongol",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norueguês de Bokmal",
"languages.nde": "Ndebelê do Norte",
"languages.nep": "Nepalês",
"languages.ndo": "Ndonga",
"languages.nno": "Novo Norueguês",
"languages.nor": "Norueguês",
"languages.iii": "Nuosu",
"languages.nbl": "Ndebelê do Sul",
"languages.oci": "Occitan",
"languages.oji": "Ojíbua",
"languages.chu": "Eslavo Eclesiástico",
"languages.orm": "Oromo",
"languages.ori": "Oriá",
"languages.oss": "Osseta",
"languages.pan": "Panjabi",
"languages.pli": "Páli",
"languages.fas": "Persa",
"languages.pol": "Polaco",
"languages.pus": "Pachto",
"languages.por": "Português",
"languages.que": "Quíchua",
"languages.roh": "Romanche",
"languages.run": "Kirundi",
"languages.ron": "Romeno",
"languages.rus": "Russo",
"languages.san": "Sânscrito",
"languages.srd": "Sardenho",
"languages.snd": "Sindi",
"languages.sme": "Sami do Norte",
"languages.smo": "Samoano",
"languages.sag": "Sango",
"languages.srp": "Sérvio",
"languages.gla": "Gaélico Escocês",
"languages.sna": "Xichona",
"languages.sin": "Sinhala",
"languages.slk": "Eslovaco",
"languages.slv": "Esloveno",
"languages.som": "Somali",
"languages.sot": "Soto do Sul",
"languages.spa": "Espanhol",
"languages.sun": "Sundanês",
"languages.swa": "Suaíle",
"languages.ssw": "Swati",
"languages.swe": "Sueco",
"languages.tam": "Tâmil",
"languages.tel": "Telugu",
"languages.tgk": "Tadjique",
"languages.tha": "Tailandês",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetano Padrão",
"languages.tuk": "Turcomeno",
"languages.tgl": "Tagalo",
"languages.tsn": "Tswana",
"languages.ton": "Tonganês",
"languages.tur": "Turco",
"languages.tso": "Tsonga",
"languages.tat": "Tártaro",
"languages.twi": "Twi",
"languages.tah": "Taitiano",
"languages.uig": "Uigur",
"languages.ukr": "Ucraniano",
"languages.urd": "Urdu",
"languages.uzb": "Uzbeque",
"languages.ven": "Venda",
"languages.vie": "Vietnamita",
"languages.vol": "Volapuque",
"languages.win": "Valão",
"languages.cym": "Galês",
"languages.wol": "Uólofe",
"languages.fry": "Frísico Ocidental",
"languages.xho": "Xhosa",
"languages.yid": "Iídiche",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "Despre COPS",
"allbooks.alphabetical.many": "Index alfabetic: {0} cărţi",
"allbooks.alphabetical.none": "Index alfabetic: 0 cărţi",
"allbooks.alphabetical.one": "Index alfabetic: 1 carte",
"allbooks.title": "Toate cărţile",
"authors.alphabetical.many": "Index alfabetic: {0} autori",
"authors.alphabetical.none": "Index alfabetic: 0 autori",
"authors.alphabetical.one": "Index alfabetic: 1 autor",
"authors.title": "Autori",
"authorword.many": "{0} autori",
"authorword.none": "Nici un autor",
"authorword.one": "1 autor",
"bookentry.author": "{0} din {1}",
"bookword.many": "{0} cărţi",
"bookword.none": "Fără cărţi",
"bookword.one": "1 carte",
"bookword.title": "Cărţi",
"cog.alternate": "Căutare, srotare şi filtrare",
"content.series": "Serii:",
"content.series.data": "Cartea {0} din serie de {1}",
"content.summary": "Sumar",
"customcolumn.boolean.no": "Nu",
"customcolumn.boolean.unknown": "Nu setaţi",
"customcolumn.boolean.yes": "Da",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Nu setaţi",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Index alfabetic: {0} serii",
"customcolumn.description.series.none": "Index alfabetic: 0 serii",
"customcolumn.description.series.one": "Index alfabetic: 1 serie",
"customcolumn.enum.unknown": "Nu setaţi",
"customcolumn.float.unknown": "Nu setaţi",
"customcolumn.int.unknown": "Nu setaţi",
"customcolumn.rating.unknown": "Nu setaţi",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Stea",
"customize.email": "Setează-ţi adresa de mail (pentru a putea trimite cărţi prin email)",
"customize.fancybox": "Foloseşte Lightbox (cărţile se încarcă într-un floating frame)",
"customize.filter": "Activează filtrarea după tag-uri",
"customize.ignored": "Categorii ignorate",
"customize.paging": "Număr maxim de cărţi pe pagină (-1 pentru dezactivare)",
"customize.style": "Temă",
"customize.title": "Customizează interfaţa COPS",
"home.alternate": "Acasă",
"i18n.coversection": "Copertă",
"language.title": "Limbă",
"languages.alphabetical.many": "Index alfabetic: {0} limbi",
"languages.alphabetical.none": "Index alfabetic: 0 limbi",
"languages.alphabetical.one": "Index alfabetic: 1 limbă",
"languages.title": "Limbi",
"mail.messagenotsent": "Mesajul nu a putut fi trimis.",
"mail.messagesent": "Mesajul a fost rtimis",
"paging.next.alternate": "Următor",
"paging.previous.alternate": "Anterior",
"permalink.alternate": "Link permanent",
"pubdate.title": "Anul publicării",
"publisher.name": "Editură",
"publishers.alphabetical.many": "Index alfabetic: {0} edituri",
"publishers.alphabetical.none": "Index alfabetic: 0 edituri",
"publishers.alphabetical.one": "Index alfabetic: 1 editură",
"publishers.title": "Edituri",
"publisherword.many": "{0} edituri",
"publisherword.none": "Fără edituri",
"publisherword.one": "1 editură",
"ratings.many": "{0} voturi",
"ratings.none": "fără voturi",
"ratings.one": "1 vot",
"ratings.title": "Voturi",
"ratingword.many": "{0} stele",
"ratingword.none": "Fără stele",
"ratingword.one": "1 stea",
"recent.list": "{0} cărţi recente",
"recent.title": "Recent adăugate",
"search.alternate": "Căutare",
"search.result": "Rezultatul căutării *{0}*",
"search.result.author": "Rezultatul căutării *{0}* în autori",
"search.result.book": "Rezultatul căutării *{0}* în cărţi",
"search.result.publisher": "Rezultatul căutării *{0}* în edituri",
"search.result.series": "Rezultatul căutării *{0}* in serii",
"search.result.tag": "Rezultatul căutării *{0}* in tag-uri",
"search.sortorder.asc": "Asc",
"search.sortorder.desc": "Desc",
"series.alphabetical.many": "Index alfabetic: {0} serii",
"series.alphabetical.none": "Index alfabetic: 0 serii",
"series.alphabetical.one": "Index alfabetic: 1 serie",
"series.title": "Serii",
"seriesword.many": "{0} serii",
"seriesword.none": "Fără serii",
"seriesword.one": "1 serie",
"sort.alternate": "Sortare",
"splitByLetter.book.other": "Alte cărţi",
"splitByLetter.letter": "{0} care încep cu {1}",
"tags.alphabetical.many": "Index alfabetic: {0} tag-uri",
"tags.alphabetical.none": "Index alfabetic: 0 tag-uri",
"tags.alphabetical.one": "Index alfabetic: 1 tag",
"tags.title": "Tag-uri",
"tagword.many": "{0} tag-uri",
"tagword.none": "Fără tag-uri",
"tagword.one": "1 tag",
"tagword.title": "Tag-uri",
"languages.abk": "Ahază",
"languages.aaf": "Afară",
"languages.afr": "Sud-africană",
"languages.aka": "Akan",
"languages.sqi": "Albaneză",
"languages.amh": "Amharică",
"languages.ara": "Arabă",
"languages.arg": "Aragoneză",
"languages.hye": "Armeană",
"languages.asm": "Assameză",
"languages.ava": "Avaric",
"languages.ave": "Avestană",
"languages.aym": "Aymara",
"languages.aze": "Azeră",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Bască",
"languages.bel": "Bielorusă",
"languages.ben": "Bengaleză",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosniacă",
"languages.bre": "Bretonă",
"languages.bul": "Bulgară",
"languages.mya": "Burmeză",
"languages.cat": "Catalană",
"languages.cha": "Chamorro",
"languages.che": "Cecenă",
"languages.nya": "Chichewa",
"languages.zho": "Chineză",
"languages.chv": "Chuvash",
"languages.cor": "Cornică",
"languages.cos": "Corsicană",
"languages.cre": "Cree",
"languages.hrv": "Croată",
"languages.ces": "Cehă",
"languages.dan": "Daneză",
"languages.div": "Divehi",
"languages.nld": "Olandeză",
"languages.dzo": "Dzongkha",
"languages.eng": "Engleză",
"languages.epo": "Esperanto",
"languages.est": "Estoniană",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finlandeză",
"languages.fra": "Franceză",
"languages.ful": "Fula",
"languages.glg": "Galiciană",
"languages.kat": "Georgiană",
"languages.deu": "Germană",
"languages.ell": "Greacă",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitiană",
"languages.hau": "Hausa",
"languages.hed": "Ebraică",
"languages.her": "Herero",
"languages.hin": "Hindusă",
"languages.hmo": "Hiri Motu",
"languages.hun": "Maghiară",
"languages.ina": "Interlingua",
"languages.ind": "Indoneziană",
"languages.ile": "Interlingue",
"languages.gle": "Irlandeză",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Islandeză",
"languages.ita": "Italiană",
"languages.iku": "Inuktitut",
"languages.jpn": "Japoneză",
"languages.jav": "Javaneză",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Congoleză",
"languages.kor": "Coreană",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latină",
"languages.ltz": "Luxemburgheză",
"languages.lug": "Ganda",
"languages.lim": "Limburgheză",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lituaniană",
"languages.lub": "Luba-Katanga",
"languages.lav": "Letonă",
"languages.glv": "Manx",
"languages.mkd": "Macedoneană",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Malteză",
"languages.mri": "Maori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolă",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmal",
"languages.nde": "North Ndebele",
"languages.nep": "Nepaleză",
"languages.ndo": "Ndonga",
"languages.nno": "Norvegiană Nynorsk",
"languages.nor": "Norvegiană",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitană",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pali",
"languages.fas": "Persană",
"languages.pol": "Poloneză",
"languages.pus": "Pashto",
"languages.por": "Portugheză",
"languages.que": "Quechua",
"languages.roh": "Romani",
"languages.run": "Kirundi",
"languages.ron": "Română",
"languages.rus": "Rusă",
"languages.san": "Sanscrită",
"languages.srd": "Sardă",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Sârbă",
"languages.gla": "Scoţiană",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovacă",
"languages.slv": "Slovenă",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spaniolă",
"languages.sun": "Sundaneză",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Suedeză",
"languages.tam": "Tamilă",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thailandeză",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmenă",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turcă",
"languages.tso": "Tsonga",
"languages.tat": "Tatară",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ucrainiană",
"languages.urd": "Urdu",
"languages.uzb": "Uzbecă",
"languages.ven": "Venda",
"languages.vie": "Vietnameză",
"languages.vol": "Volapük",
"languages.win": "Valonă",
"languages.cym": "Galeză",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Idiş",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "О Программе COPS",
"allbooks.alphabetical.many": "Алфавитный указатель по {0} книгам",
"allbooks.alphabetical.none": "Алфавитный указатель. Книги без названия",
"allbooks.alphabetical.one": "Алфавитный указатель. Одна книга",
"allbooks.title": "Названия книг",
"authors.alphabetical.many": "Алфавитный указатель по {0} авторам",
"authors.alphabetical.none": "Алфавитный указатель. Книги без указания автора",
"authors.alphabetical.one": "Алфавитный указатель. Один автор",
"authors.title": "Авторы",
"authorword.many": "{0} авторов(а)",
"authorword.none": "Нет автора",
"authorword.one": "1 автор",
"bookentry.author": "{0} из {1}",
"bookword.many": "{0} книг(и)",
"bookword.none": "Нет книг",
"bookword.one": "1 книга",
"bookword.title": "Книги",
"cog.alternate": "Поиск, сортировка и фильтры",
"content.series": "Серии:",
"content.series.data": "Книга {0} в {1} серии",
"content.summary": "Резюме",
"customcolumn.boolean.no": "Нет",
"customcolumn.boolean.unknown": "Не задано",
"customcolumn.boolean.yes": "Да",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Не задано",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Алфавитный указатель по {0} сериям",
"customcolumn.description.series.none": "Алфавитный указатель. Книги без указания серии",
"customcolumn.description.series.one": "Алфавитный указатель. Одна серия",
"customcolumn.enum.unknown": "Не задано",
"customcolumn.float.unknown": "Не задано",
"customcolumn.int.unknown": "Не задано",
"customcolumn.rating.unknown": "Не задано",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Укажите Ваш e-mail (возможность отправлять книги по почте)",
"customize.fancybox": "Эффектно всплывающее окно при увеличении обложки",
"customize.filter": "Включить фильтрацию по категориям",
"customize.ignored": "Исключить категории",
"customize.paging": "Максимальное число книг на странице (-1 - не ограничивать)",
"customize.style": "Тема",
"customize.title": "Изменить Интерфейс COPS",
"home.alternate": "Домой",
"i18n.coversection": "Обложка",
"language.title": "Язык",
"languages.alphabetical.many": "Алфавитный указатель по {0} языкам",
"languages.alphabetical.none": "Алфавитный указатель. Книги без указания языка",
"languages.alphabetical.one": "Алфавитный указатель. Один язык",
"languages.title": "Язык",
"mail.messagenotsent": "Сообщение не может быть отправлено",
"mail.messagesent": "Сообщение было отправлено",
"paging.next.alternate": "След.",
"paging.previous.alternate": "Пред.",
"permalink.alternate": "Постоянная Ссылка",
"pubdate.title": "Дата публикации",
"publisher.name": "Издательство",
"publishers.alphabetical.many": "Алфавитный указатель по {0} издательствам",
"publishers.alphabetical.none": "Алфавитный указатель. Книги без указания издательства",
"publishers.alphabetical.one": "Алфавитный указатель. Одно издательство",
"publishers.title": "Издательства",
"publisherword.many": "{0} издательств",
"publisherword.none": "Нет издательства",
"publisherword.one": "1 издательство",
"ratings.many": "{0} рейтинга",
"ratings.none": "Рейтинг не указан",
"ratings.one": "1 рейтинг",
"ratings.title": "Рейтинг",
"ratingword.many": "{0} звезд (ы)",
"ratingword.none": "Звезды не указаны",
"ratingword.one": "1 звезда",
"recent.list": "{0} недавно поступивших(ие) книг(и)",
"recent.title": "Недавние поступления",
"search.alternate": "Поиск",
"search.result": "Результаты поиска для *{0}*",
"search.result.author": "Результаты поиска для *{0}* авторов",
"search.result.book": "Результаты поиска для *{0}* книг",
"search.result.publisher": "Результаты поиска для *{0}* издательств",
"search.result.series": "Результаты поиска для *{0}* серий",
"search.result.tag": "Результаты поиска для *{0}* меток",
"search.sortorder.asc": "Возр.",
"search.sortorder.desc": "Убыв.",
"series.alphabetical.many": "Алфавитный указатель по {0} сериям",
"series.alphabetical.none": "Алфавитный указатель. Книги без указания серии",
"series.alphabetical.one": "Алфавитный указатель. Одна серия",
"series.title": "Серии",
"seriesword.many": "{0} серий(и)",
"seriesword.none": "Нет серий",
"seriesword.one": "1 серия",
"sort.alternate": "Сортировка",
"splitByLetter.book.other": "Другие книги",
"splitByLetter.letter": "{0} начать с {1}",
"tags.alphabetical.many": "Алфавитный указатель по {0} жанрам",
"tags.alphabetical.none": "Алфавитный указатель. Книги без указания жанра",
"tags.alphabetical.one": "Алфавитный указатель. Один жанр",
"tags.title": "Жанры",
"tagword.many": "{0} жанра(ов)",
"tagword.none": "Жанр не указан",
"tagword.one": "1 жанр",
"tagword.title": "Жанры",
"languages.abk": "Абхазский",
"languages.aaf": "Афарский",
"languages.afr": "Бурский",
"languages.aka": "Аканский",
"languages.sqi": "Албанский",
"languages.amh": "Амхарский",
"languages.ara": "Арабский",
"languages.arg": "Арагонский",
"languages.hye": "Армянский",
"languages.asm": "Ассамский",
"languages.ava": "Аварский",
"languages.ave": "Авестийский",
"languages.aym": "Аймара",
"languages.aze": "Азербайджанский",
"languages.bam": "Бамана",
"languages.bak": "Башкирский",
"languages.eus": "Баскский",
"languages.bel": "Белорусский",
"languages.ben": "Бенгальский",
"languages.bih": "Бихарский",
"languages.bis": "Бислама",
"languages.bos": "Боснийский",
"languages.bre": "Бретонский",
"languages.bul": "Болгарский",
"languages.mya": "Бирманский",
"languages.cat": "Каталонский",
"languages.cha": "Чаморро",
"languages.che": "Чеченский",
"languages.nya": "Ньянджа",
"languages.zho": "Китайский",
"languages.chv": "Чувашский",
"languages.cor": "Корнский",
"languages.cos": "Корсиканский",
"languages.cre": "Кри",
"languages.hrv": "Хорватский",
"languages.ces": "Чешский",
"languages.dan": "Датский",
"languages.div": "Мальдивский",
"languages.nld": "Нидерландский",
"languages.dzo": "Дзонг-кэ",
"languages.eng": "Английский",
"languages.epo": "Эсперанто",
"languages.est": "Эстонский",
"languages.ewe": "Эве",
"languages.fao": "Фарерский",
"languages.fij": "Фиджийский",
"languages.fin": "Финский",
"languages.fra": "Французский",
"languages.ful": "Фула",
"languages.glg": "Галисийский",
"languages.kat": "Грузинский",
"languages.deu": "Немецкий",
"languages.ell": "Греческий",
"languages.grn": "Гуарани",
"languages.guj": "Гуджарати",
"languages.hat": "Гаитянский креольский",
"languages.hau": "Хауса",
"languages.hed": "Иврит",
"languages.her": "Гереро",
"languages.hin": "Хинди",
"languages.hmo": "Хири-моту",
"languages.hun": "Венгерский",
"languages.ina": "Интерлингва",
"languages.ind": "Индонезийский",
"languages.ile": "Окциденталь",
"languages.gle": "Ирландский",
"languages.ibo": "Игбо",
"languages.ipk": "Инюпик",
"languages.ido": "Идо",
"languages.isl": "Исландский",
"languages.ita": "Итальянский",
"languages.iku": "Инуктитут",
"languages.jpn": "Японский",
"languages.jav": "Яванский",
"languages.kal": "Гренландский",
"languages.kan": "Ка́ннада (дравидийский)",
"languages.kau": "Канури",
"languages.kas": "Кашмирский",
"languages.kaz": "Казахский",
"languages.khm": "Кхмерский",
"languages.kik": "Кикуйю",
"languages.kin": "Руанда",
"languages.kir": "Киргизский",
"languages.kom": "Коми",
"languages.kon": "Конго",
"languages.kor": "Корейский",
"languages.kur": "Курдский",
"languages.kua": "Кваньяма",
"languages.lat": "Латинский",
"languages.ltz": "Люксембургский",
"languages.lug": "Луганда",
"languages.lim": "Лимбургский",
"languages.lin": "Лингала",
"languages.lao": "Лаосский",
"languages.lit": "Литовский",
"languages.lub": "Луба-катанга",
"languages.lav": "Латышский",
"languages.glv": "Мэнский",
"languages.mkd": "Македонский",
"languages.mlg": "Малагасийский",
"languages.msa": "Малайский",
"languages.mal": "Малаялам",
"languages.mlt": "Мальтийский",
"languages.mri": "Маори",
"languages.mar": "Маратхи",
"languages.mah": "Маршалльский",
"languages.mon": "Монгольский",
"languages.nau": "Науру",
"languages.nav": "Навахо",
"languages.nob": "Букмол (норвежский)",
"languages.nde": "Северный ндебеле",
"languages.nep": "Непальский",
"languages.ndo": "Ндонга",
"languages.nno": "Нюнорск (норвежский)",
"languages.nor": "Норвежский",
"languages.iii": "Носу (сычуаньский)",
"languages.nbl": "Южный ндебеле",
"languages.oci": "Окситанский",
"languages.oji": "Оджибве",
"languages.chu": "Старославянский",
"languages.orm": "Оромо",
"languages.ori": "Ория",
"languages.oss": "Осетинский",
"languages.pan": "Панджаби",
"languages.pli": "Пали",
"languages.fas": "Персидский",
"languages.pol": "Польский",
"languages.pus": "Пушту",
"languages.por": "Португальский",
"languages.que": "Кечуанский",
"languages.roh": "Ретороманский диалект",
"languages.run": "Рунди",
"languages.ron": "Румынский",
"languages.rus": "Русский",
"languages.san": "Санскрит",
"languages.srd": "Сардинский",
"languages.snd": "Синди",
"languages.sme": "Северносаамский",
"languages.smo": "Самоанский",
"languages.sag": "Санго",
"languages.srp": "Сербский",
"languages.gla": "Гэльский",
"languages.sna": "Шона",
"languages.sin": "Сингальский",
"languages.slk": "Словацкий",
"languages.slv": "Словенский",
"languages.som": "Сомали",
"languages.sot": "Сесото",
"languages.spa": "Испанский",
"languages.sun": "Суданский",
"languages.swa": "Суахили",
"languages.ssw": "Свати",
"languages.swe": "Шведский",
"languages.tam": "Тамильский",
"languages.tel": "Телугу",
"languages.tgk": "Таджикский",
"languages.tha": "Тайский",
"languages.tir": "Тигринья",
"languages.bod": "Тибетский Стандартный",
"languages.tuk": "Туркменский",
"languages.tgl": "Тагальский",
"languages.tsn": "Тсвана",
"languages.ton": "Тонга",
"languages.tur": "Турецкий",
"languages.tso": "Тсонга",
"languages.tat": "Татарский",
"languages.twi": "Тви",
"languages.tah": "Таитянский",
"languages.uig": "Уйгурский",
"languages.ukr": "Украинский",
"languages.urd": "Урду",
"languages.uzb": "Узбекский",
"languages.ven": "Венда",
"languages.vie": "Вьетнамский",
"languages.vol": "Волапюк",
"languages.win": "Валлонский",
"languages.cym": "Валлийский",
"languages.wol": "Волоф",
"languages.fry": "Фризский",
"languages.xho": "Коса",
"languages.yid": "Идиш",
"languages.yor": "Йоруба",
"languages.zha": "Чжуанский",
"languages.zul": "Зулусский",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "About COPS",
"allbooks.alphabetical.many": "Alphabetical index of the {0} books",
"allbooks.alphabetical.none": "Alphabetical index of absolutely no books",
"allbooks.alphabetical.one": "Alphabetical index of the single book",
"allbooks.title": "All books",
"authors.alphabetical.many": "Alphabetical index of the {0} authors",
"authors.alphabetical.none": "Alphabetical index of absolutely no authors",
"authors.alphabetical.one": "Alphabetical index of the single author",
"authors.title": "Authors",
"authorword.many": "{0} authors",
"authorword.none": "No authors",
"authorword.one": "1 author",
"bookentry.author": "{0} by {1}",
"bookword.many": "{0} books",
"bookword.none": "No books",
"bookword.one": "1 book",
"bookword.title": "Books",
"cog.alternate": "Search, sort and filters",
"content.series": "Series:",
"content.series.data": "Book {0} in the {1} series",
"content.summary": "Povzetek",
"customcolumn.boolean.no": "Ne",
"customcolumn.boolean.unknown": "Ni določeno",
"customcolumn.boolean.yes": "Da",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Ni določeno",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Alphabetical index of the {0} series",
"customcolumn.description.series.none": "Alphabetical index of absolutely no series",
"customcolumn.description.series.one": "Alphabetical index of the single series",
"customcolumn.enum.unknown": "Ni določeno",
"customcolumn.float.unknown": "Ni določeno",
"customcolumn.int.unknown": "Ni določeno",
"customcolumn.rating.unknown": "Ni določeno",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Set your email (to allow book emailing)",
"customize.fancybox": "Use Lightbox (books load in floating frame)",
"customize.filter": "Enable tag filtering",
"customize.ignored": "Ignored categories",
"customize.paging": "Max number of books per page (-1 to disable)",
"customize.style": "Theme",
"customize.title": "Customize COPS UI",
"home.alternate": "Domov",
"i18n.coversection": "Cover",
"language.title": "Jezik",
"languages.alphabetical.many": "Alphabetical index of the {0} languages",
"languages.alphabetical.none": "Alphabetical index of absolutely no languages",
"languages.alphabetical.one": "Alphabetical index of the single language",
"languages.title": "Languages",
"mail.messagenotsent": "Message could not be sent.",
"mail.messagesent": "Message has been sent",
"paging.next.alternate": "Naprej",
"paging.previous.alternate": "Prejšnje",
"permalink.alternate": "Permalink",
"pubdate.title": "Publication year",
"publisher.name": "Publisher",
"publishers.alphabetical.many": "Alphabetical index of the {0} publishers",
"publishers.alphabetical.none": "Alphabetical index of absolutely no publishers",
"publishers.alphabetical.one": "Alphabetical index of the single publisher",
"publishers.title": "Publishers",
"publisherword.many": "{0} publishers",
"publisherword.none": "No publishers",
"publisherword.one": "1 publisher",
"ratings.many": "{0} ratings",
"ratings.none": "no ratings",
"ratings.one": "1 rating",
"ratings.title": "Ratings",
"ratingword.many": "{0} stars",
"ratingword.none": "No star",
"ratingword.one": "1 star",
"recent.list": "{0} most recent books",
"recent.title": "Recent additions",
"search.alternate": "Iskanje",
"search.result": "Search result for *{0}*",
"search.result.author": "Search result for *{0}* in authors",
"search.result.book": "Search result for *{0}* in books",
"search.result.publisher": "Search result for *{0}* in publishers",
"search.result.series": "Search result for *{0}* in series",
"search.result.tag": "Search result for *{0}* in tags",
"search.sortorder.asc": "Asc",
"search.sortorder.desc": "Desc",
"series.alphabetical.many": "Alphabetical index of the {0} series",
"series.alphabetical.none": "Alphabetical index of absolutely no series",
"series.alphabetical.one": "Alphabetical index of the single series",
"series.title": "Series",
"seriesword.many": "{0} series",
"seriesword.none": "No series",
"seriesword.one": "1 series",
"sort.alternate": "Razvrsti",
"splitByLetter.book.other": "Other books",
"splitByLetter.letter": "{0} starting with {1}",
"tags.alphabetical.many": "Alphabetical index of the {0} tags",
"tags.alphabetical.none": "Alphabetical index of absolutely no tags",
"tags.alphabetical.one": "Alphabetical index of the single tag",
"tags.title": "Tags",
"tagword.many": "{0} tags",
"tagword.none": "No tags",
"tagword.one": "1 tag",
"tagword.title": "Tags",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanian",
"languages.amh": "Amharic",
"languages.ara": "Arabic",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Basque",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgarian",
"languages.mya": "Burmese",
"languages.cat": "Catalan",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chinese",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croatian",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "English",
"languages.epo": "Esperanto",
"languages.est": "Estonian",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "French",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "German",
"languages.ell": "Greek",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitian",
"languages.hau": "Hausa",
"languages.hed": "Hebrew",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarian",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italian",
"languages.iku": "Inuktitut",
"languages.jpn": "Japanese",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Korean",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolian",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norwegian",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persian",
"languages.pol": "Polish",
"languages.pus": "Pashto",
"languages.por": "Portuguese",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Romanian",
"languages.rus": "Russian",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbian",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spanish",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrainian",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamese",
"languages.vol": "Volapük",
"languages.win": "Walloon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "About COPS",
"allbooks.alphabetical.many": "Азбучни индекс {0} књига",
"allbooks.alphabetical.none": "Азбучни индекс без књига",
"allbooks.alphabetical.one": "Азбучни индекс једне књиге",
"allbooks.title": "Све књиге",
"authors.alphabetical.many": "Азбучни индекс {0} аутора",
"authors.alphabetical.none": "Азбучни индекс без аутора",
"authors.alphabetical.one": "Азбучни индекс једног аутора",
"authors.title": "Аутори",
"authorword.many": "{0} аутора",
"authorword.none": "Нема аутора",
"authorword.one": "1 аутор",
"bookentry.author": "{0} до {1}",
"bookword.many": "{0} књига",
"bookword.none": "Нема књига",
"bookword.one": "1 књига",
"bookword.title": "Књиге",
"cog.alternate": "Претрага, филтери и сортирање",
"content.series": "Комплет:",
"content.series.data": "Књига {0} у {1} комплету",
"content.summary": "Укупно",
"customcolumn.boolean.no": "No",
"customcolumn.boolean.unknown": "Not Set",
"customcolumn.boolean.yes": "Yes",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Not Set",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Alphabetical index of the {0} series",
"customcolumn.description.series.none": "Alphabetical index of absolutely no series",
"customcolumn.description.series.one": "Alphabetical index of the single series",
"customcolumn.enum.unknown": "Not Set",
"customcolumn.float.unknown": "Not Set",
"customcolumn.int.unknown": "Not Set",
"customcolumn.rating.unknown": "Not Set",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Поставите вашу адресу (да се омогући слање књиге)",
"customize.fancybox": "Користи Lightbox",
"customize.filter": "Омогућити филтрирање по таговима",
"customize.ignored": "Категорије које се приказују",
"customize.paging": "Максималан број књига по страни (-1 онемогућити)",
"customize.style": "Тема",
"customize.title": "Подешавање COPS корисничког прегледа",
"home.alternate": "Почетна",
"i18n.coversection": "Насловна",
"language.title": "Језик",
"languages.alphabetical.many": "Азбучни индекс {0} језика",
"languages.alphabetical.none": "Индекс без језика",
"languages.alphabetical.one": "Азбучни индекс једног језика",
"languages.title": "Језици",
"mail.messagenotsent": "Поруку није могуће послати.",
"mail.messagesent": "Порука је послата",
"paging.next.alternate": "Следеће",
"paging.previous.alternate": "Претходно",
"permalink.alternate": "Везе",
"pubdate.title": "Година издања",
"publisher.name": "Издавач",
"publishers.alphabetical.many": "Азбучни индекс {0} издавача",
"publishers.alphabetical.none": "Индекс без издавача",
"publishers.alphabetical.one": "Индекс једног издавача",
"publishers.title": "Издавачи",
"publisherword.many": "{0} издавача",
"publisherword.none": "Нема издавача",
"publisherword.one": "1 издавач",
"ratings.many": "{0} ratings",
"ratings.none": "no ratings",
"ratings.one": "1 rating",
"ratings.title": "Ratings",
"ratingword.many": "{0} stars",
"ratingword.none": "No star",
"ratingword.one": "1 star",
"recent.list": "{0} најновије књиге",
"recent.title": "Последње постављено",
"search.alternate": "Претрага",
"search.result": "Резултати претраге за *{0}*",
"search.result.author": "Резултат претраге за *{0}* у ауторима",
"search.result.book": "Резултат претраге за *{0}* у књигама",
"search.result.publisher": "Резултат претраге за *{0}* у издавачима",
"search.result.series": "Резултат претраге за *{0}* у комплетима",
"search.result.tag": "Резултат претраге за *{0}* у ознакама",
"search.sortorder.asc": "Растуће",
"search.sortorder.desc": "Опадајуће",
"series.alphabetical.many": "Азбучни индекс {0} комплета",
"series.alphabetical.none": "Азбучни индекс без комплета",
"series.alphabetical.one": "Азбучни индекс у једном комплету",
"series.title": "Комплети",
"seriesword.many": "{0} комплета",
"seriesword.none": "Нема комплета",
"seriesword.one": "1 комплет",
"sort.alternate": "Сертирање",
"splitByLetter.book.other": "Друге књиге",
"splitByLetter.letter": "{0} почиње {1}",
"tags.alphabetical.many": "Азбучни индекс у {0} ознакама",
"tags.alphabetical.none": "Азбучни индекс без ознака",
"tags.alphabetical.one": "Азбучни индекс једне ознаке",
"tags.title": "Ознаке",
"tagword.many": "{0} ознака",
"tagword.none": "Нема ознака",
"tagword.one": "1 ознака",
"tagword.title": "Ознаке",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanian",
"languages.amh": "Amharic",
"languages.ara": "Arabic",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Basque",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgarian",
"languages.mya": "Burmese",
"languages.cat": "Catalan",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chinese",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croatian",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "English",
"languages.epo": "Esperanto",
"languages.est": "Estonian",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "French",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "German",
"languages.ell": "Greek",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitian",
"languages.hau": "Hausa",
"languages.hed": "Hebrew",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarian",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italian",
"languages.iku": "Inuktitut",
"languages.jpn": "Japanese",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Korean",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolian",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norwegian",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persian",
"languages.pol": "Polish",
"languages.pus": "Pashto",
"languages.por": "Portuguese",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Romanian",
"languages.rus": "Russian",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbian",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spanish",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrainian",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamese",
"languages.vol": "Volapük",
"languages.win": "Walloon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "Om COPS",
"allbooks.alphabetical.many": "Alfabetisk lista över {0} böcker",
"allbooks.alphabetical.none": "Alfabetisk lista över inte en enda bok",
"allbooks.alphabetical.one": "Alfabetisk lista över en enda bok",
"allbooks.title": "Alla böcker",
"authors.alphabetical.many": "Alfabetisk lista över {0} författare",
"authors.alphabetical.none": "Alfabetisk lista över inte en enda författare",
"authors.alphabetical.one": "Alfabetisk lista över en enda författare",
"authors.title": "Författare",
"authorword.many": "{0} författare",
"authorword.none": "Inga författare",
"authorword.one": "1 författare",
"bookentry.author": "{0} av {1}",
"bookword.many": "{0} böcker",
"bookword.none": "Inga böcker",
"bookword.one": "1 bok",
"bookword.title": "Böcker",
"cog.alternate": "Sök, sortera och filtrera",
"content.series": "Serier:",
"content.series.data": "Bok {0} i {1} serien",
"content.summary": "Sammanfattning",
"customcolumn.boolean.no": "Nej",
"customcolumn.boolean.unknown": "Ej Defijerat",
"customcolumn.boolean.yes": "Ja",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Ej Defijerat",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Alfabetisk lista över {0} serier",
"customcolumn.description.series.none": "Alfabetisk lista över inte en enda serie",
"customcolumn.description.series.one": "Alfabetisk lista över en enda serie",
"customcolumn.enum.unknown": "Ej Defijerat",
"customcolumn.float.unknown": "Ej Defijerat",
"customcolumn.int.unknown": "Ej Defijerat",
"customcolumn.rating.unknown": "Ej Defijerat",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Ange din epostadress (för att aktivera epost)",
"customize.fancybox": "Använd ljusbord",
"customize.filter": "Använd etikettfiltrering",
"customize.ignored": "Ignorerade kategorier",
"customize.paging": "Max antal böcker per sida (-1 för att inaktivera)",
"customize.style": "Tema",
"customize.title": "Anpassa COPS utseende",
"home.alternate": "Hem",
"i18n.coversection": "Framsida",
"language.title": "Språk",
"languages.alphabetical.many": "Alfabetisk lista över {0} språk",
"languages.alphabetical.none": "Alfabetisk lista över inte ett enda språk",
"languages.alphabetical.one": "Alfabetisk lista över ett enda spåk",
"languages.title": "Språk",
"mail.messagenotsent": "Mejlet kunde inte skickas.",
"mail.messagesent": "Mejlet är skickat",
"paging.next.alternate": "Nästa",
"paging.previous.alternate": "Föregående",
"permalink.alternate": "Permalink",
"pubdate.title": "Tryckår",
"publisher.name": "Förlag",
"publishers.alphabetical.many": "Alfabetisk lista över {0} förlag",
"publishers.alphabetical.none": "Alfabetisk lista över inte ett enda förlag",
"publishers.alphabetical.one": "Alfabetisk lista över ett enda förlag",
"publishers.title": "Förlag",
"publisherword.many": "{0} förlag",
"publisherword.none": "Inget förlag",
"publisherword.one": "1 förlag",
"ratings.many": "{0} ratings",
"ratings.none": "no ratings",
"ratings.one": "1 rating",
"ratings.title": "Ratings",
"ratingword.many": "{0} stars",
"ratingword.none": "No star",
"ratingword.one": "1 star",
"recent.list": "De {0} senaste böckerna",
"recent.title": "Nya böcker",
"search.alternate": "Sök",
"search.result": "Sökresultat för *{0}*",
"search.result.author": "Sökresultat för *{0}* i författare",
"search.result.book": "Sökresultat för *{0}* i böcker",
"search.result.publisher": "Sökresultat för *{0}* i förlag",
"search.result.series": "Sökresultat för *{0}* i serier",
"search.result.tag": "Sökresultat för *{0}* i etiketter",
"search.sortorder.asc": "Stigande",
"search.sortorder.desc": "Fallande",
"series.alphabetical.many": "Alfabetisk lista över {0} serier",
"series.alphabetical.none": "Alfabetisk lista över inte en enda serie",
"series.alphabetical.one": "Alfabetisk lista över en enda serie",
"series.title": "Serier",
"seriesword.many": "inga serier{0} serier",
"seriesword.none": "No series",
"seriesword.one": "1 serie",
"sort.alternate": "Sortera",
"splitByLetter.book.other": "Övriga böcker",
"splitByLetter.letter": "{0} börjar med {1}",
"tags.alphabetical.many": "Alfabetisk lista över {0} etiketter",
"tags.alphabetical.none": "Alfabetisk lista över inte en enda etikett",
"tags.alphabetical.one": "Alfabetisk lista över en enda etikett",
"tags.title": "Etiketter",
"tagword.many": "{0} etiketter",
"tagword.none": "Inga etiketter",
"tagword.one": "1 etikett",
"tagword.title": "Etiketter",
"languages.abk": "Abchaziska",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanska",
"languages.amh": "Amhariska",
"languages.ara": "Arabiska",
"languages.arg": "Aragonska",
"languages.hye": "Armenska",
"languages.asm": "Assamesiska",
"languages.ava": "Avariska",
"languages.ave": "Avestiska",
"languages.aym": "Aymara",
"languages.aze": "Azerbajdzjanska",
"languages.bam": "Bambara",
"languages.bak": "Basjkiriska",
"languages.eus": "Baskiska",
"languages.bel": "Vitrysska",
"languages.ben": "Bengali",
"languages.bih": "Bihariska",
"languages.bis": "Bislama",
"languages.bos": "Bosniska",
"languages.bre": "Bretonska",
"languages.bul": "Bulgariska",
"languages.mya": "Burmesiska",
"languages.cat": "Katalanska",
"languages.cha": "Chamorro",
"languages.che": "Tjetjenska",
"languages.nya": "Chichewa",
"languages.zho": "Kinesiska",
"languages.chv": "Chuvash",
"languages.cor": "Korniska",
"languages.cos": "Korsikanska",
"languages.cre": "Cree",
"languages.hrv": "Kroatiska",
"languages.ces": "Tjeckiska",
"languages.dan": "Danska",
"languages.div": "Divehi",
"languages.nld": "Holländska",
"languages.dzo": "Dzongkha",
"languages.eng": "Engelska",
"languages.epo": "Esperanto",
"languages.est": "Estniska",
"languages.ewe": "Ewe",
"languages.fao": "Färöiska",
"languages.fij": "Fijianska",
"languages.fin": "Finska",
"languages.fra": "Franska",
"languages.ful": "Fula",
"languages.glg": "Galiciska",
"languages.kat": "Georgiska",
"languages.deu": "Tyska",
"languages.ell": "Grekiska",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitisk kreol",
"languages.hau": "Hausa",
"languages.hed": "Hebreiska",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Ungerska",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Iriska",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Isländska",
"languages.ita": "Italienska",
"languages.iku": "Inuktitut",
"languages.jpn": "Japanska",
"languages.jav": "Javanesiska",
"languages.kal": "Grönländska",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiriska",
"languages.kaz": "Kazakiska",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kirgisiska",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Koreanska",
"languages.kur": "Kurdiska",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgiska",
"languages.lug": "Ganda",
"languages.lim": "Limburgiska",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Litauiska",
"languages.lub": "Luba-Katanga",
"languages.lav": "Lettiska",
"languages.glv": "Manx",
"languages.mkd": "Makedonska",
"languages.mlg": "Malagassiska",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltesiska",
"languages.mri": "Maori",
"languages.mar": "Marathi",
"languages.mah": "Marshallesiska",
"languages.mon": "Mongoliska",
"languages.nau": "Nauriska",
"languages.nav": "Navajo",
"languages.nob": "Norska Bokmål",
"languages.nde": "Nordndebele",
"languages.nep": "Nepalesiska",
"languages.ndo": "Ndonga",
"languages.nno": "Nynorsk",
"languages.nor": "Norska",
"languages.iii": "Nuosu",
"languages.nbl": "Sydndebele",
"languages.oci": "Occitanska",
"languages.oji": "Ojibwe",
"languages.chu": "Kyrkslaviska",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetiska",
"languages.pan": "Punjabiska",
"languages.pli": "Pali",
"languages.fas": "Persiska",
"languages.pol": "Polska",
"languages.pus": "Pashto",
"languages.por": "Portugisiska",
"languages.que": "Quechua",
"languages.roh": "Rätoromanska",
"languages.run": "Kirundi",
"languages.ron": "Rumänska",
"languages.rus": "Rysska",
"languages.san": "Sanskrit",
"languages.srd": "Sardiska",
"languages.snd": "Sindhi",
"languages.sme": "Nordsamiska",
"languages.smo": "Samoanska",
"languages.sag": "Sango",
"languages.srp": "Serbiska",
"languages.gla": "Skotsk gaeliska",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovakiska",
"languages.slv": "Slovenska",
"languages.som": "Somaliska",
"languages.sot": "Sesotho",
"languages.spa": "Spanska",
"languages.sun": "Sundanesiska",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Svenska",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajikiska",
"languages.tha": "Thailändska",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetanska",
"languages.tuk": "Turkmeniska",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkiska",
"languages.tso": "Tsonga",
"languages.tat": "Tatariska",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uiguriska",
"languages.ukr": "Ukrainska",
"languages.urd": "Urdu",
"languages.uzb": "Uzbekiska",
"languages.ven": "Venda",
"languages.vie": "Vietnamesiska",
"languages.vol": "Volapük",
"languages.win": "Vallonska",
"languages.cym": "Walesiska",
"languages.wol": "Wolof",
"languages.fry": "Västfrisiska",
"languages.xho": "Xhosa",
"languages.yid": "Jiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "COPS Hakkında",
"allbooks.alphabetical.many": "Alfabeye göre sıralanmış {0} Kitap",
"allbooks.alphabetical.none": "Alfabeye göre sıralanmış 0 Kitap",
"allbooks.alphabetical.one": "Alfabeye göre sıralanmış 1 Kitap",
"allbooks.title": "Bütün Kitaplar",
"authors.alphabetical.many": "Alfabeye göre sıralanmış {0} Yazar",
"authors.alphabetical.none": "Alfabeye göre sıralanmış 0 Yazar",
"authors.alphabetical.one": "Alfabeye göre sıralanmış 1Yazar",
"authors.title": "Yazarlar",
"authorword.many": "{0} Yazar",
"authorword.none": "0 Yazar",
"authorword.one": "1 Yazar",
"bookentry.author": "{1}'den {0}.",
"bookword.many": "{0} Kitap",
"bookword.none": "0 Kitap",
"bookword.one": "1 Kitap",
"bookword.title": "Kitaplar",
"cog.alternate": "Arama, sıralama ve filtreleme",
"content.series": "Seriler:",
"content.series.data": "{1} Serisinin {0}. Kitabı",
"content.summary": "Bilgi",
"customcolumn.boolean.no": "Hayır",
"customcolumn.boolean.unknown": "Ayarlı değil",
"customcolumn.boolean.yes": "Evet",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Ayarlı değil",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Alfabeye göre sıralanmış {0} Seri",
"customcolumn.description.series.none": "Alfabeye göre sıralanmış 0 Seri",
"customcolumn.description.series.one": "Alfabeye göre sıralanmış 1 Seri",
"customcolumn.enum.unknown": "Ayarlı değil",
"customcolumn.float.unknown": "Ayarlı değil",
"customcolumn.int.unknown": "Ayarlı değil",
"customcolumn.rating.unknown": "Ayarlı değil",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "E-Mail Adresi (kitap gönderilebilmesi için)",
"customize.fancybox": "Lightbox kullan (Kitap bilgileri yeni sayfa açılmasına gerek kalmadan görüntülenir)",
"customize.filter": "Etiket Filtreleme'yi Etkinleştir",
"customize.ignored": "Yoksayılan Kategoriler",
"customize.paging": "Bir sayfada gösterilecek en fazla kitap sayısı (Sınırsız için -1)",
"customize.style": "Tema",
"customize.title": "Görünüm Seçenekleri",
"home.alternate": "Anasayfa",
"i18n.coversection": "Kapak",
"language.title": "Dil",
"languages.alphabetical.many": "Alfabeye göre sıralanmış {0} Dil",
"languages.alphabetical.none": "Alfabeye göre sıralanmış 0 Dil",
"languages.alphabetical.one": "Alfabeye göre sıralanmış 1 Dil",
"languages.title": "Diller",
"mail.messagenotsent": "Mesaj gönderilemedi.",
"mail.messagesent": "Mesaj gönderildi.",
"paging.next.alternate": "Sonraki",
"paging.previous.alternate": "Önceki",
"permalink.alternate": "Kalıcı Bağlantı",
"pubdate.title": "Yayımlanma Yılı",
"publisher.name": "Yayınevi",
"publishers.alphabetical.many": "Alfabeye göre sıralanmış {0} Yayınevi",
"publishers.alphabetical.none": "Alfabeye göre sıralanmış 0 Yayınevi",
"publishers.alphabetical.one": "Alfabeye göre sıralanmış 1 Yayınevi",
"publishers.title": "Yayınevleri",
"publisherword.many": "{0} Yayınevi",
"publisherword.none": "0 Yayınevi",
"publisherword.one": "1 Yayınevi",
"ratings.many": "{0} Derecelendirme",
"ratings.none": "0 Derecelendirme",
"ratings.one": "1 Derecelendirme",
"ratings.title": "Derecelendirmeler",
"ratingword.many": "{0} Yıldız",
"ratingword.none": "0 Yıldız",
"ratingword.one": "1 Yıldız",
"recent.list": "Son Eklenen {0} Kitap",
"recent.title": "Son Eklenenler",
"search.alternate": "Arama",
"search.result": "*{0}* için arama sonuçları",
"search.result.author": "*{0}* için yazarlarda arama sonuçları",
"search.result.book": "*{0}* için kitaplarda arama sonuçları",
"search.result.publisher": "*{0}* için yayınevlerinde arama sonuçları",
"search.result.series": "*{0}* için serilerde arama sonuçları",
"search.result.tag": "*{0}* için etiketlerde arama sonuçları",
"search.sortorder.asc": "Artan",
"search.sortorder.desc": "Azalan",
"series.alphabetical.many": "Alfabeye göre sıralanmış {0} Seri",
"series.alphabetical.none": "Alfabeye göre sıralanmış 0 Seri",
"series.alphabetical.one": "Alfabeye göre sıralanmış 1 Seri",
"series.title": "Seriler",
"seriesword.many": "{0} Seri",
"seriesword.none": "0 Seri",
"seriesword.one": "1 Seri",
"sort.alternate": "Sıralama",
"splitByLetter.book.other": "Diğer Kitaplar",
"splitByLetter.letter": "{1} ile başlayan {0}",
"tags.alphabetical.many": "Alfabeye göre sıralanmış {0} Etiket",
"tags.alphabetical.none": "Alfabeye göre sıralanmış 0 Etiket",
"tags.alphabetical.one": "Alfabeye göre sıralanmış 1 Etiket",
"tags.title": "Etiketler",
"tagword.many": "{0} Etiket",
"tagword.none": "0 Etiket",
"tagword.one": "1 Etiket",
"tagword.title": "Etiketler",
"languages.abk": "Abhazya Dili",
"languages.aaf": "Afar Dili",
"languages.afr": "Afrikanca",
"languages.aka": "Akanca (Afrika dili)",
"languages.sqi": "Arnavutça",
"languages.amh": "Etiyopyaca",
"languages.ara": "Arapça",
"languages.arg": "Aragonca (İspanya)",
"languages.hye": "Ermenice",
"languages.asm": "Assamese (Hindistan)",
"languages.ava": "Avarca",
"languages.ave": "Avestan (Eski İran)",
"languages.aym": "Aymara (Güney Amerika)",
"languages.aze": "Azerice",
"languages.bam": "Bambara (Mali)",
"languages.bak": "Başkırca",
"languages.eus": "Baskça",
"languages.bel": "Beyaz Rusça",
"languages.ben": "Bengalce",
"languages.bih": "Bihari",
"languages.bis": "Bislama (Vanuatu; Kuzey Pasifik)",
"languages.bos": "Boşnakça",
"languages.bre": "Bretonca",
"languages.bul": "Bulgarca",
"languages.mya": "Burmaca",
"languages.cat": "Katalanca",
"languages.cha": "Chamorro Dili (Guam adaları)",
"languages.che": "Çeçence",
"languages.nya": "Chichewa Dili",
"languages.zho": "Çince",
"languages.chv": "Çuvaş (Türkçe)",
"languages.cor": "Cornish (Kelt)",
"languages.cos": "Korsikaca",
"languages.cre": "Cree (Kuzey Amerika yerlileri)",
"languages.hrv": "Hırvatça",
"languages.ces": "Çekçe",
"languages.dan": "Danca",
"languages.div": "Divehi dili",
"languages.nld": "Hollandaca",
"languages.dzo": "Dzongkha (Butan)",
"languages.eng": "İngilizce",
"languages.epo": "Esperanto Dili",
"languages.est": "Estonca",
"languages.ewe": "Ewe Dili (Afrika)",
"languages.fao": "Faroece",
"languages.fij": "Fiji dili",
"languages.fin": "Fince",
"languages.fra": "Fransızca",
"languages.ful": "Fulah (Afrika)",
"languages.glg": "Galce",
"languages.kat": "Gürcüce",
"languages.deu": "Almanca",
"languages.ell": "Yunanca",
"languages.grn": "Guarani (Paraguay)",
"languages.guj": "Gucaratça",
"languages.hat": "Haiti Dili",
"languages.hau": "Hausa Dili",
"languages.hed": "İbranice",
"languages.her": "Herero Dili",
"languages.hin": "Hintçe",
"languages.hmo": "Hiri Motu Dili",
"languages.hun": "Macarca",
"languages.ina": "Interlingua (Uluslararası Yardımcı Dil Kurumu)",
"languages.ind": "Endonezyaca",
"languages.ile": "Interlingue Dili",
"languages.gle": "İrlandaca",
"languages.ibo": "Igbo Dili",
"languages.ipk": "Inupiak Dili",
"languages.ido": "Ido Dili",
"languages.isl": "İzlandaca",
"languages.ita": "İtalyanca",
"languages.iku": "İnuitçe",
"languages.jpn": "Japonca",
"languages.jav": "Cava Dili",
"languages.kal": "Kalaallisut Dili",
"languages.kan": "Kannada Dili",
"languages.kau": "Kanuri Dili",
"languages.kas": "Keşmirce",
"languages.kaz": "Kazakça",
"languages.khm": "Khmer Dili",
"languages.kik": "Kikuyu Dili",
"languages.kin": "Kinyarwanda Dili",
"languages.kir": "Kırgızca",
"languages.kom": "Komi Dili",
"languages.kon": "Kongo Dili",
"languages.kor": "Korece",
"languages.kur": "Kürtçe",
"languages.kua": "Kwanyama Dili",
"languages.lat": "Latince",
"languages.ltz": "Lüksemburg Dili",
"languages.lug": "Ganda Dili",
"languages.lim": "Liburg Dili",
"languages.lin": "Lingala Dili",
"languages.lao": "Lao Dili",
"languages.lit": "Litvanca",
"languages.lub": "Luba-Katanga Dili",
"languages.lav": "Letonca",
"languages.glv": "Manx Dili (Galler)",
"languages.mkd": "Makedonca",
"languages.mlg": "Madagaskar Dili",
"languages.msa": "Malay Dili",
"languages.mal": "Malayalam Dili",
"languages.mlt": "Malta Dili",
"languages.mri": "Maorice",
"languages.mar": "Marathi Dili",
"languages.mah": "Marshall Dili",
"languages.mon": "Moğolca",
"languages.nau": "Nauru Dili",
"languages.nav": "Navajo Dili",
"languages.nob": "Norveççe Bokmal",
"languages.nde": "Ndebele; Kuzey",
"languages.nep": "Nepal Dili",
"languages.ndo": "Ndonga Dili",
"languages.nno": "Norveççe Nynorsk",
"languages.nor": "Norveçce",
"languages.iii": "Nuosu Dili",
"languages.nbl": "Ndebele; Güney",
"languages.oci": "Oksitanca",
"languages.oji": "Ojibwe Dili",
"languages.chu": "Slav; Eski",
"languages.orm": "Oromo Dili",
"languages.ori": "Oriya Dili",
"languages.oss": "Osetya Dili",
"languages.pan": "Pencabi Dili",
"languages.pli": "Pali Dili",
"languages.fas": "Farsça",
"languages.pol": "Lehçe",
"languages.pus": "Peştuca",
"languages.por": "Portekizce",
"languages.que": "Quechua Dili",
"languages.roh": "Romanca",
"languages.run": "Kirundi Dili",
"languages.ron": "Rumence",
"languages.rus": "Rusça",
"languages.san": "Sanskritçe",
"languages.srd": "Sardinya Dili",
"languages.snd": "Sindhi Dili",
"languages.sme": "Sami; Kuzeyli",
"languages.smo": "Samoa Dili",
"languages.sag": "Sangho Dili",
"languages.srp": "Sırpça",
"languages.gla": "Galce; İskoçyalı",
"languages.sna": "Shona Dili",
"languages.sin": "Sinhala Dili",
"languages.slk": "Slovakça",
"languages.slv": "Slovence",
"languages.som": "Somali Dili",
"languages.sot": "Güney Sotho Dili",
"languages.spa": "İspanyolca",
"languages.sun": "Sudan Dili",
"languages.swa": "Svahili dili",
"languages.ssw": "Siswati Dili",
"languages.swe": "İsveççe",
"languages.tam": "Tamil Dili",
"languages.tel": "Telugu Dili",
"languages.tgk": "Tacikçe",
"languages.tha": "Taylandça",
"languages.tir": "Tigrinya Dili",
"languages.bod": "Tibetçe",
"languages.tuk": "Türkmence",
"languages.tgl": "Tagalog Dili",
"languages.tsn": "Tsvana Dili",
"languages.ton": "Tonga Dili",
"languages.tur": "Türkçe",
"languages.tso": "Tsonga Dili",
"languages.tat": "Tatarca",
"languages.twi": "Twi Dili",
"languages.tah": "Tahitice",
"languages.uig": "Uygurca",
"languages.ukr": "Ukraynaca",
"languages.urd": "Urduca",
"languages.uzb": "Özbekçe",
"languages.ven": "Venda Dili",
"languages.vie": "Vietnam Dili",
"languages.vol": "Volapük Dili",
"languages.win": "Valon Dili",
"languages.cym": "Galce",
"languages.wol": "Volof Dili",
"languages.fry": "Batı Frizce",
"languages.xho": "Zosa dili",
"languages.yid": "Yidiş Dili",
"languages.yor": "Yoruba Dili",
"languages.zha": "Zhuang Dili",
"languages.zul": "Zulu Dili",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "Про COPS",
"allbooks.alphabetical.many": "Алфавітний покажчик {0} книг(и)",
"allbooks.alphabetical.none": "Назви не вказані",
"allbooks.alphabetical.one": "Єдина книга",
"allbooks.title": "Усі книги",
"authors.alphabetical.many": "Алфавітний покажчик {0} авторів(а)",
"authors.alphabetical.none": "Автори не вказані",
"authors.alphabetical.one": "Єдиний автор",
"authors.title": "Автори",
"authorword.many": "{0} авторів(а)",
"authorword.none": "Немає авторів(а)",
"authorword.one": "1 автор",
"bookentry.author": "{0} з {1}",
"bookword.many": "{0} книг(и)",
"bookword.none": "Немає книг(и)",
"bookword.one": "1 книга",
"bookword.title": "Книги",
"cog.alternate": "Пошук, сортування та фільтри",
"content.series": "Серії:",
"content.series.data": "Книга {0} з серії {1}",
"content.summary": "Короткий зміст",
"customcolumn.boolean.no": "Ні",
"customcolumn.boolean.unknown": "Не встановлено",
"customcolumn.boolean.yes": "Так",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "Не встановлено",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "Алфавітний покажчик {0} серій(ї)",
"customcolumn.description.series.none": "Серії не вказано",
"customcolumn.description.series.one": "Єдина серія",
"customcolumn.enum.unknown": "Не встановлено",
"customcolumn.float.unknown": "Не встановлено",
"customcolumn.int.unknown": "Не встановлено",
"customcolumn.rating.unknown": "Не встановлено",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "Вкажіть Ваш email (для відправки книг електронною поштою)",
"customize.fancybox": "Відкривати картку книги у спливаючому вікні",
"customize.filter": "Увімкнути фільтрацію за жанром",
"customize.ignored": "Виключити категорії",
"customize.paging": "Максимальна кількість книжок на сторінці (-1 - не обмежувати)",
"customize.style": "Тема",
"customize.title": "Налаштування зовнішнього вигляду COPS",
"home.alternate": "Додому",
"i18n.coversection": "Обкладинка",
"language.title": "Мова",
"languages.alphabetical.many": "Алфавітний покажчик {0} мов(и)",
"languages.alphabetical.none": "Мови не вказані",
"languages.alphabetical.one": "Єдина мова",
"languages.title": "Мови",
"mail.messagenotsent": "Повідомлення не може бути відправлено",
"mail.messagesent": "Повідомлення відправлено",
"paging.next.alternate": "Наступний",
"paging.previous.alternate": "Попередній",
"permalink.alternate": "Постійне посилання",
"pubdate.title": "Рік публікації",
"publisher.name": "Видавництво",
"publishers.alphabetical.many": "Алфавітний покажчик of the {0} видавництв(а)",
"publishers.alphabetical.none": "Видавництва не вказані",
"publishers.alphabetical.one": "Єдине видавництво",
"publishers.title": "Видавництва",
"publisherword.many": "{0} видавництв(а)",
"publisherword.none": "Немає видавництв(а)",
"publisherword.one": "1 видавництво",
"ratings.many": "{0} оцінок(ка)",
"ratings.none": "Немає оцінок",
"ratings.one": "1 оцінка",
"ratings.title": "Оцінки",
"ratingword.many": "{0} зірка(ок)",
"ratingword.none": "Немає зірок",
"ratingword.one": "1 зірка",
"recent.list": "{0} нещодавно доданих книжок",
"recent.title": "Останні надходження",
"search.alternate": "Пошук",
"search.result": "Результат пошуку *{0}*",
"search.result.author": "Результат пошуку *{0}* серед авторів",
"search.result.book": "Результат пошуку *{0}* серед книжок",
"search.result.publisher": "Результат пошуку *{0}* серед видавництв",
"search.result.series": "Результат пошуку *{0}* серед серій",
"search.result.tag": "Результат пошуку *{0}* серед жанрів",
"search.sortorder.asc": "Висх.",
"search.sortorder.desc": "Спад.",
"series.alphabetical.many": "Алфавітний покажчик {0} серій(ї)",
"series.alphabetical.none": "Серії не вказано",
"series.alphabetical.one": "Єдина серія",
"series.title": "Серії",
"seriesword.many": "{0} серій(я)",
"seriesword.none": "Немає серій",
"seriesword.one": "1 серія",
"sort.alternate": "Сортування",
"splitByLetter.book.other": "Книги за назвою",
"splitByLetter.letter": "{0} починається з {1}",
"tags.alphabetical.many": "Алфавітний покажчик {0} жанрів(а)",
"tags.alphabetical.none": "Жанри не вказано",
"tags.alphabetical.one": "Єдиний жанр",
"tags.title": "Жанри",
"tagword.many": "{0} жанрів",
"tagword.none": "Немає жанрів",
"tagword.one": "1 жанр",
"tagword.title": "Жанри",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanian",
"languages.amh": "Amharic",
"languages.ara": "Arabic",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Basque",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgarian",
"languages.mya": "Burmese",
"languages.cat": "Catalan",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "Chinese",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croatian",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "English",
"languages.epo": "Esperanto",
"languages.est": "Estonian",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "French",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "German",
"languages.ell": "Greek",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitian",
"languages.hau": "Hausa",
"languages.hed": "Hebrew",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarian",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italian",
"languages.iku": "Inuktitut",
"languages.jpn": "Japanese",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Korean",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolian",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norwegian",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persian",
"languages.pol": "Polish",
"languages.pus": "Pashto",
"languages.por": "Portuguese",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Romanian",
"languages.rus": "Russian",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbian",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spanish",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Українська",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamese",
"languages.vol": "Volapük",
"languages.win": "Walloon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,293 +0,0 @@
{
"about.title": "关于COPS",
"allbooks.alphabetical.many": "{0} 本书籍的字母索引",
"allbooks.alphabetical.none": "无书籍",
"allbooks.alphabetical.one": "1 本书籍",
"allbooks.title": "所有书籍",
"authors.alphabetical.many": "{0} 位作者的字母索引",
"authors.alphabetical.none": "无作者",
"authors.alphabetical.one": "1 位作者",
"authors.title": "作者",
"authorword.many": "{0} 位作者",
"authorword.none": "未知",
"authorword.one": "1 位作者",
"bookentry.author": "{0} 由作者 {1}",
"bookword.many": "{0} 本书籍",
"bookword.none": "无书籍",
"bookword.one": "1 本书籍",
"bookword.title": "书名",
"cog.alternate": "搜索, 分类和过滤",
"content.series": "系列:",
"content.series.data": "系列 {1} 的第 {0} 本",
"content.summary": "概要",
"customcolumn.boolean.no": "否",
"customcolumn.boolean.unknown": "未设置",
"customcolumn.boolean.yes": "是",
"customcolumn.date.format": "Y-m-d",
"customcolumn.date.unknown": "未设置",
"customcolumn.description": "Custom column '{0}'",
"customcolumn.description.bool": "Index of a boolean value",
"customcolumn.description.enum.many": "Alphabetical index of the {0} values",
"customcolumn.description.enum.none": "Alphabetical index of absolutely no values",
"customcolumn.description.enum.one": "Alphabetical index of one value",
"customcolumn.description.rating": "Index of ratings",
"customcolumn.description.series.many": "{0} 个系列的字母索引",
"customcolumn.description.series.none": "无系列",
"customcolumn.description.series.one": "1 个系列",
"customcolumn.enum.unknown": "未设置",
"customcolumn.float.unknown": "未设置",
"customcolumn.int.unknown": "未设置",
"customcolumn.rating.unknown": "未设置",
"customcolumn.stars.many": "{0} Stars",
"customcolumn.stars.none": "No Stars",
"customcolumn.stars.one": "1 Star",
"customize.email": "设置您的电子邮件(以允许发送邮件)",
"customize.fancybox": "使用灯箱",
"customize.filter": "打开标签过滤",
"customize.ignored": "Ignored categories",
"customize.paging": "页内最大书籍数(-1表示禁用)",
"customize.style": "主题",
"customize.title": "自定义界面",
"home.alternate": "首页",
"i18n.coversection": "封面",
"language.title": "语言",
"languages.alphabetical.many": "{0} 语言的字母索引",
"languages.alphabetical.none": "无语言",
"languages.alphabetical.one": "1 种语言",
"languages.title": "语言",
"mail.messagenotsent": "信息未发送。",
"mail.messagesent": "信息已发送。",
"paging.next.alternate": "下一页",
"paging.previous.alternate": "上一页",
"permalink.alternate": "永久链接",
"pubdate.title": "出版时间",
"publisher.name": "Publisher",
"publishers.alphabetical.many": "Alphabetical index of the {0} publishers",
"publishers.alphabetical.none": "Alphabetical index of absolutely no publishers",
"publishers.alphabetical.one": "Alphabetical index of the single publisher",
"publishers.title": "Publishers",
"publisherword.many": "{0} publishers",
"publisherword.none": "No publishers",
"publisherword.one": "1 publisher",
"ratings.many": "{0} ratings",
"ratings.none": "no ratings",
"ratings.one": "1 rating",
"ratings.title": "Ratings",
"ratingword.many": "{0} stars",
"ratingword.none": "No star",
"ratingword.one": "1 star",
"recent.list": "{0} 本最近添加的书",
"recent.title": "最近添加",
"search.alternate": "搜索",
"search.result": "*{0}* 的搜索结果",
"search.result.author": "作者中 *{0}* 的搜索结果",
"search.result.book": "书籍中 *{0}* 的搜索结果",
"search.result.publisher": "Search result for *{0}* in publishers",
"search.result.series": "系列中 *{0}* 的搜索结果",
"search.result.tag": "标签中 *{0}* 的搜索结果",
"search.sortorder.asc": "升序",
"search.sortorder.desc": "降序",
"series.alphabetical.many": "{0} 个系列的字母索引",
"series.alphabetical.none": "无系列",
"series.alphabetical.one": "1 个系列",
"series.title": "系列",
"seriesword.many": "{0} 系列",
"seriesword.none": "无系列",
"seriesword.one": "1 个系列",
"sort.alternate": "排序",
"splitByLetter.book.other": "其他书籍",
"splitByLetter.letter": "{0} 以 {1} 开头",
"tags.alphabetical.many": "{0} 个标签的字母索引",
"tags.alphabetical.none": "无标签",
"tags.alphabetical.one": "1 个标签",
"tags.title": "标签",
"tagword.many": "{0} 标签",
"tagword.none": "无标签",
"tagword.one": "1 个标签",
"tagword.title": "标签",
"languages.abk": "Abkhaz",
"languages.aaf": "Afar",
"languages.afr": "Afrikaans",
"languages.aka": "Akan",
"languages.sqi": "Albanian",
"languages.amh": "Amharic",
"languages.ara": "Arabic",
"languages.arg": "Aragonese",
"languages.hye": "Armenian",
"languages.asm": "Assamese",
"languages.ava": "Avaric",
"languages.ave": "Avestan",
"languages.aym": "Aymara",
"languages.aze": "Azerbaijani",
"languages.bam": "Bambara",
"languages.bak": "Bashkir",
"languages.eus": "Basque",
"languages.bel": "Belarusian",
"languages.ben": "Bengali",
"languages.bih": "Bihari",
"languages.bis": "Bislama",
"languages.bos": "Bosnian",
"languages.bre": "Breton",
"languages.bul": "Bulgarian",
"languages.mya": "Burmese",
"languages.cat": "Catalan",
"languages.cha": "Chamorro",
"languages.che": "Chechen",
"languages.nya": "Chichewa",
"languages.zho": "简体中文",
"languages.chv": "Chuvash",
"languages.cor": "Cornish",
"languages.cos": "Corsican",
"languages.cre": "Cree",
"languages.hrv": "Croatian",
"languages.ces": "Czech",
"languages.dan": "Danish",
"languages.div": "Divehi",
"languages.nld": "Dutch",
"languages.dzo": "Dzongkha",
"languages.eng": "英语",
"languages.epo": "Esperanto",
"languages.est": "Estonian",
"languages.ewe": "Ewe",
"languages.fao": "Faroese",
"languages.fij": "Fijian",
"languages.fin": "Finnish",
"languages.fra": "法语",
"languages.ful": "Fula",
"languages.glg": "Galician",
"languages.kat": "Georgian",
"languages.deu": "German",
"languages.ell": "Greek",
"languages.grn": "Guaraní",
"languages.guj": "Gujarati",
"languages.hat": "Haitian",
"languages.hau": "Hausa",
"languages.hed": "Hebrew",
"languages.her": "Herero",
"languages.hin": "Hindi",
"languages.hmo": "Hiri Motu",
"languages.hun": "Hungarian",
"languages.ina": "Interlingua",
"languages.ind": "Indonesian",
"languages.ile": "Interlingue",
"languages.gle": "Irish",
"languages.ibo": "Igbo",
"languages.ipk": "Inupiaq",
"languages.ido": "Ido",
"languages.isl": "Icelandic",
"languages.ita": "Italian",
"languages.iku": "Inuktitut",
"languages.jpn": "日语",
"languages.jav": "Javanese",
"languages.kal": "Kalaallisut",
"languages.kan": "Kannada",
"languages.kau": "Kanuri",
"languages.kas": "Kashmiri",
"languages.kaz": "Kazakh",
"languages.khm": "Khmer",
"languages.kik": "Kikuyu",
"languages.kin": "Kinyarwanda",
"languages.kir": "Kyrgyz",
"languages.kom": "Komi",
"languages.kon": "Kongo",
"languages.kor": "Korean",
"languages.kur": "Kurdish",
"languages.kua": "Kwanyama",
"languages.lat": "Latin",
"languages.ltz": "Luxembourgish",
"languages.lug": "Ganda",
"languages.lim": "Limburgish",
"languages.lin": "Lingala",
"languages.lao": "Lao",
"languages.lit": "Lithuanian",
"languages.lub": "Luba-Katanga",
"languages.lav": "Latvian",
"languages.glv": "Manx",
"languages.mkd": "Macedonian",
"languages.mlg": "Malagasy",
"languages.msa": "Malay",
"languages.mal": "Malayalam",
"languages.mlt": "Maltese",
"languages.mri": "Māori",
"languages.mar": "Marathi",
"languages.mah": "Marshallese",
"languages.mon": "Mongolian",
"languages.nau": "Nauru",
"languages.nav": "Navajo",
"languages.nob": "Norwegian Bokmål",
"languages.nde": "North Ndebele",
"languages.nep": "Nepali",
"languages.ndo": "Ndonga",
"languages.nno": "Norwegian Nynorsk",
"languages.nor": "Norwegian",
"languages.iii": "Nuosu",
"languages.nbl": "South Ndebele",
"languages.oci": "Occitan",
"languages.oji": "Ojibwe",
"languages.chu": "Old Church Slavonic",
"languages.orm": "Oromo",
"languages.ori": "Oriya",
"languages.oss": "Ossetian",
"languages.pan": "Panjabi",
"languages.pli": "Pāli",
"languages.fas": "Persian",
"languages.pol": "Polish",
"languages.pus": "Pashto",
"languages.por": "Portuguese",
"languages.que": "Quechua",
"languages.roh": "Romansh",
"languages.run": "Kirundi",
"languages.ron": "Romanian",
"languages.rus": "Russian",
"languages.san": "Sanskrit",
"languages.srd": "Sardinian",
"languages.snd": "Sindhi",
"languages.sme": "Northern Sami",
"languages.smo": "Samoan",
"languages.sag": "Sango",
"languages.srp": "Serbian",
"languages.gla": "Scottish Gaelic",
"languages.sna": "Shona",
"languages.sin": "Sinhala",
"languages.slk": "Slovak",
"languages.slv": "Slovene",
"languages.som": "Somali",
"languages.sot": "Southern Sotho",
"languages.spa": "Spanish",
"languages.sun": "Sundanese",
"languages.swa": "Swahili",
"languages.ssw": "Swati",
"languages.swe": "Swedish",
"languages.tam": "Tamil",
"languages.tel": "Telugu",
"languages.tgk": "Tajik",
"languages.tha": "Thai",
"languages.tir": "Tigrinya",
"languages.bod": "Tibetan Standard",
"languages.tuk": "Turkmen",
"languages.tgl": "Tagalog",
"languages.tsn": "Tswana",
"languages.ton": "Tonga",
"languages.tur": "Turkish",
"languages.tso": "Tsonga",
"languages.tat": "Tatar",
"languages.twi": "Twi",
"languages.tah": "Tahitian",
"languages.uig": "Uighur",
"languages.ukr": "Ukrainian",
"languages.urd": "Urdu",
"languages.uzb": "Uzbek",
"languages.ven": "Venda",
"languages.vie": "Vietnamese",
"languages.vol": "Volapük",
"languages.win": "Walloon",
"languages.cym": "Welsh",
"languages.wol": "Wolof",
"languages.fry": "Western Frisian",
"languages.xho": "Xhosa",
"languages.yid": "Yiddish",
"languages.yor": "Yoruba",
"languages.zha": "Zhuang",
"languages.zul": "Zulu",
"DO_NOT_TRANSLATE": "end"
}

View file

@ -1,70 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once('base.php');
class Language extends Base {
const ALL_LANGUAGES_ID = "cops:languages";
public $id;
public $lang_code;
public function __construct($pid, $plang_code) {
$this->id = $pid;
$this->lang_code = $plang_code;
}
public function getUri () {
return "?page=".parent::PAGE_LANGUAGE_DETAIL."&id=$this->id";
}
public function getEntryId () {
return self::ALL_LANGUAGES_ID.":".$this->id;
}
public static function getLanguageString ($code) {
$string = localize("languages.".$code);
if (preg_match ("/^languages/", $string)) {
return $code;
}
return $string;
}
public static function getCount() {
// str_format (localize("languages.alphabetical", count(array))
return parent::getCountGeneric ("languages", self::ALL_LANGUAGES_ID, parent::PAGE_ALL_LANGUAGES);
}
public static function getLanguageById ($languageId) {
$result = parent::getDb ()->prepare('select id, lang_code from languages where id = ?');
$result->execute (array ($languageId));
if ($post = $result->fetchObject ()) {
return new Language ($post->id, Language::getLanguageString ($post->lang_code));
}
return NULL;
}
public static function getAllLanguages() {
$result = parent::getDb ()->query('select languages.id as id, languages.lang_code as lang_code, count(*) as count
from languages, books_languages_link
where languages.id = books_languages_link.lang_code
group by languages.id, books_languages_link.lang_code
order by languages.lang_code');
$entryArray = array();
while ($post = $result->fetchObject ())
{
$language = new Language ($post->id, $post->lang_code);
array_push ($entryArray, new Entry (Language::getLanguageString ($language->lang_code), $language->getEntryId (),
str_format (localize("bookword", $post->count), $post->count), "text",
array ( new LinkNavigation ($language->getUri ())), "", $post->count));
}
return $entryArray;
}
}

View file

@ -1,98 +0,0 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>COPS</title>
<script type="text/javascript" src="resources/jQuery/jquery-1.11.1.min.js"></script>
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,800,300,400italic,600,600italic,700,700italic,800italic' />
<style media="screen" type="text/css">
body{
background:white;
font-family:'Open Sans';
}
#block{
width:230px;
height:113px;
margin:auto;
background:#2c3e50;
margin-top:100px;
border-radius:2px;
}
#block:before{
content:'';
display:block;
width:230px;
height:3px;
}
#block:after{
content:'';
display:block;
}
#block input[type=text],#block input[type=password] {
font-family:'Open Sans';
width:156px;
height:32px;
margin:15px 15px;
border:0;
border-radius:2px;
display:block;
font-size:18px;
}
#block input[type=password]{
width:156px;
height:32px;
margin:-5px 15px;
}
#submit{
position:absolute;
width:33px;
height:34px;
background:#9b59b6;
margin:15px;
color:#ffffff;
border:0;
margin:-29px 180px;
font-size:22px;
padding:0;
}
</style>
<script>
$(document).ready(function()
{
$('#loginForm').submit(function()
{
var username = $('#user').val();
var password = $('#password').val();
$.ajax(
{
'password' : password,
'username' : username,
'url' : 'index.php',
'type' : 'GET',
'success' : function(){ window.location = 'index.php'; },
'error' : function(){ alert('Bad Login Details');},
}
);
return false;
});
});
</script>
</head>
<body>
<form id="loginForm">
<div id="block">
<input id="user" type="text" placeholder="Username" required="required" />
<input id="password" type="password" placeholder="Password" required="required" />
<input id="submit" type="submit" value="&#x2192;" />
</div>
</form>
</body>
</html>

View file

@ -1,67 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author At Libitum <eljarec@yahoo.com>
*/
require_once('base.php');
class Publisher extends Base {
const ALL_PUBLISHERS_ID = "cops:publishers";
const PUBLISHERS_COLUMNS = "publishers.id as id, publishers.name as name, count(*) as count";
const SQL_ALL_PUBLISHERS = "select {0} from publishers, books_publishers_link where publishers.id = publisher group by publishers.id, publishers.name order by publishers.name";
const SQL_PUBLISHERS_FOR_SEARCH = "select {0} from publishers, books_publishers_link where publishers.id = publisher and upper (publishers.name) like ? group by publishers.id, publishers.name order by publishers.name";
public $id;
public $name;
public function __construct($post) {
$this->id = $post->id;
$this->name = $post->name;
}
public function getUri () {
return "?page=".parent::PAGE_PUBLISHER_DETAIL."&id=$this->id";
}
public function getEntryId () {
return self::ALL_PUBLISHERS_ID.":".$this->id;
}
public static function getCount() {
// str_format (localize("publishers.alphabetical", count(array))
return parent::getCountGeneric ("publishers", self::ALL_PUBLISHERS_ID, parent::PAGE_ALL_PUBLISHERS);
}
public static function getPublisherByBookId ($bookId) {
$result = parent::getDb ()->prepare('select publishers.id as id, name
from books_publishers_link, publishers
where publishers.id = publisher and book = ?');
$result->execute (array ($bookId));
if ($post = $result->fetchObject ()) {
return new Publisher ($post);
}
return NULL;
}
public static function getPublisherById ($publisherId) {
$result = parent::getDb ()->prepare('select id, name
from publishers where id = ?');
$result->execute (array ($publisherId));
if ($post = $result->fetchObject ()) {
return new Publisher ($post);
}
return NULL;
}
public static function getAllPublishers() {
return Base::getEntryArrayWithBookNumber (self::SQL_ALL_PUBLISHERS, self::PUBLISHERS_COLUMNS, array (), "Publisher");
}
public static function getAllPublishersByQuery($query) {
return Base::getEntryArrayWithBookNumber (self::SQL_PUBLISHERS_FOR_SEARCH, self::PUBLISHERS_COLUMNS, array ('%' . $query . '%'), "Publisher");
}
}

View file

@ -1,61 +0,0 @@
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Michael Pfitzner
*/
require_once('base.php');
class Rating extends Base {
const ALL_RATING_ID = "cops:rating";
const RATING_COLUMNS = "ratings.id as id, ratings.rating as rating, count(*) as count";
const SQL_ALL_RATINGS ="select {0} from ratings, books_ratings_link where books_ratings_link.rating = ratings.id group by ratings.id order by ratings.rating";
public $id;
public $name;
public function __construct($pid, $pname) {
$this->id = $pid;
$this->name = $pname;
}
public function getUri () {
return "?page=".parent::PAGE_RATING_DETAIL."&id=$this->id";
}
public function getEntryId () {
return self::ALL_RATING_ID.":".$this->id;
}
public static function getCount() {
// str_format (localize("ratings", count(array))
return parent::getCountGeneric ("ratings", self::ALL_RATING_ID, parent::PAGE_ALL_RATINGS, "ratings");
}
public static function getAllRatings() {
return self::getEntryArray (self::SQL_ALL_RATINGS, array ());
}
public static function getEntryArray ($query, $params) {
list (, $result) = parent::executeQuery ($query, self::RATING_COLUMNS, "", $params, -1);
$entryArray = array();
while ($post = $result->fetchObject ())
{
$ratingObj = new Rating ($post->id, $post->rating);
$rating=$post->rating/2;
$rating = str_format (localize("ratingword", $rating), $rating);
array_push ($entryArray, new Entry ($rating, $ratingObj->getEntryId (),
str_format (localize("bookword", $post->count), $post->count), "text",
array ( new LinkNavigation ($ratingObj->getUri ())), "", $post->count));
}
return $entryArray;
}
public static function getRatingById ($ratingId) {
$result = parent::getDb ()->prepare('select rating from ratings where id = ?');
$result->execute (array ($ratingId));
return new Rating ($ratingId, $result->fetchColumn ());
}
}

File diff suppressed because one or more lines are too long

View file

@ -1,363 +0,0 @@
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure {
/* The shadow behind the image */ }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }

View file

@ -1,504 +0,0 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.
To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights. These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.
To protect each distributor, we want to make it very clear that
there is no warranty for the free library. Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.
Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder. Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.
Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License. This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License. We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.
When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library. The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General
Public License permits more lax criteria for linking other code with
the library.
We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License. It also provides other free software developers Less
of an advantage over competing non-free programs. These disadvantages
are the reason we use the ordinary General Public License for many
libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard. To achieve this, non-free programs must be
allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software. For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.
Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
b) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (1) uses at run time a
copy of the library already present on the user's computer system,
rather than copying library functions into the executable, and (2)
will operate properly with a modified version of the library, if
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
c) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
e) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Libraries
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).
To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
That's all there is to it!

View file

@ -1,134 +0,0 @@
# PHPMailer - A full-featured email creation and transfer class for PHP
Build status: [![Build Status](https://travis-ci.org/Synchro/PHPMailer.png)](https://travis-ci.org/Synchro/PHPMailer)
## Class Features
- Probably the world's most popular code for sending email from PHP!
- Used by many open-source projects: Drupal, SugarCRM, Yii, Joomla! and many more
- Integrated SMTP support - send without a local mail server
- Send emails with multiple TOs, CCs, BCCs and REPLY-TOs
- Multipart/alternative emails for mail clients that do not read HTML email
- Support for 8bit, base64, binary, and quoted-printable encoding
- SMTP authentication with LOGIN, PLAIN, NTLM and CRAM-MD5 mechanisms
- Native language support
- Compatible with PHP 5.0 and later
- Much more!
## Why you might need it
Many PHP developers utilize email in their code. The only PHP function that supports this is the mail() function. However, it does not provide any assistance for making use of popular features such as HTML-based emails and attachments.
Formatting email correctly is surprisingly difficult. There are myriad overlapping RFCs, requiring tight adherence to horribly complicated formatting and encoding rules - the vast majority of code that you'll find online that uses the mail() function directly is just plain wrong!
*Please* don't be tempted to do it yourself - if you don't use PHPMailer, there are many other excellent libraries that you should look at before rolling your own - try SwiftMailer, Zend_Mail, eZcomponents etc.
The PHP mail() function usually sends via a local mail server, typically fronted by a `sendmail` binary on Linux, BSD and OS X platforms, however, Windows usually doesn't include a local mail server; PHPMailer's integrated SMTP implementation allows email sending on Windows platforms without a local mail server.
## License
This software is licenced under the [LGPL 2.1](http://www.gnu.org/licenses/lgpl-2.1.html). Please read LICENSE for information on the
software availability and distribution.
## Installation
PHPMailer is available via [Composer/Packagist](https://packagist.org/packages/phpmailer/phpmailer). Alternatively, just copy the contents of the PHPMailer folder into somewhere that's in your PHP `include_path` setting. If you don't speak git or just want a tarball, click the 'zip' button at the top of the page in GitHub.
## A Simple Example
```php
<?php
require 'class.phpmailer.php';
$mail = new PHPMailer;
$mail->IsSMTP(); // Set mailer to use SMTP
$mail->Host = 'smtp1.example.com;smtp2.example.com'; // Specify main and backup server
$mail->SMTPAuth = true; // Enable SMTP authentication
$mail->Username = 'jswan'; // SMTP username
$mail->Password = 'secret'; // SMTP password
$mail->SMTPSecure = 'tls'; // Enable encryption, 'ssl' also accepted
$mail->From = 'from@example.com';
$mail->FromName = 'Mailer';
$mail->AddAddress('josh@example.net', 'Josh Adams'); // Add a recipient
$mail->AddAddress('ellen@example.com'); // Name is optional
$mail->AddReplyTo('info@example.com', 'Information');
$mail->AddCC('cc@example.com');
$mail->AddBCC('bcc@example.com');
$mail->WordWrap = 50; // Set word wrap to 50 characters
$mail->AddAttachment('/var/tmp/file.tar.gz'); // Add attachments
$mail->AddAttachment('/tmp/image.jpg', 'new.jpg'); // Optional name
$mail->IsHTML(true); // Set email format to HTML
$mail->Subject = 'Here is the subject';
$mail->Body = 'This is the HTML message body <b>in bold!</b>';
$mail->AltBody = 'This is the body in plain text for non-HTML mail clients';
if(!$mail->Send()) {
echo 'Message could not be sent.';
echo 'Mailer Error: ' . $mail->ErrorInfo;
exit;
}
echo 'Message has been sent';
```
You'll find plenty more to play with in the `examples` folder.
That's it. You should now be ready to use PHPMailer!
## Localization
PHPMailer defaults to English, but in the `languages` folder you'll find numerous translations for PHPMailer error messages that you may encounter. Their filenames contain [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the translations, for example `fr` for French. To specify a language, you need to tell PHPMailer which one to use, like this:
```php
// To load the French version
$mail->SetLanguage('fr', '/optional/path/to/language/directory/');
```
## Documentation
You'll find some basic user-level docs in the docs folder, and you can generate complete API-level documentation using the `generatedocs.sh` shell script in the docs folder, though you'll need to install [PHPDocumentor](http://www.phpdoc.org) first.
## Tests
You'll find a PHPUnit test script in the `test` folder.
Build status: [![Build Status](https://travis-ci.org/PHPMailer/PHPMailer.png)](https://travis-ci.org/PHPMailer/PHPMailer)
If this isn't passing, is there something you can do to help?
## Contributing
Please submit bug reports, suggestions and pull requests to the [GitHub issue tracker](https://github.com/PHPMailer/PHPMailer/issues).
We're particularly interested in fixing edge-cases, expanding test coverage and updating translations.
With the move to the PHPMailer GitHub organisation, you'll need to update any remote URLs referencing the old GitHub location with a command like this from within your clone:
git remote set-url upstream https://github.com/PHPMailer/PHPMailer.git
Please *don't* use the SourceForge or Google Code projects any more.
## Changelog
See changelog.md
## History
- PHPMailer was originally written in 2001 by Brent R. Matzelle as a [SourceForge project](http://sourceforge.net/projects/phpmailer/).
- Marcus Bointon (coolbru on SF) and Andy Prevost (codeworxtech) took over the project in 2004.
- Became an Apache incubator project on Google Code in 2010, managed by Jim Jagielski.
- Marcus created his fork on [GitHub](https://github.com/Synchro/PHPMailer).
- Jim and Marcus decide to join forces and use GitHub as the canonical and official repo for PHPMailer.
- PHPMailer moves to the [PHPMailer organisation](https://github.com/PHPMailer) on GitHub.
### What's changed since moving from SourceForge?
- Official successor to the SourceForge and Google Code projects.
- Test suite.
- Continuous integration with Travis-CI.
- Composer support.
- Rolling releases.
- Additional languages and language strings.
- CRAM-MD5 authentication support.
- Preserves full repo history of authors, commits and branches from the original SourceForge project.

File diff suppressed because it is too large Load diff

View file

@ -1,418 +0,0 @@
<?php
/*~ class.pop3.php
.---------------------------------------------------------------------------.
| Software: PHPMailer - PHP email class |
| Version: 5.2.6 |
| Site: https://github.com/PHPMailer/PHPMailer/ |
| ------------------------------------------------------------------------- |
| Admins: Marcus Bointon |
| Admins: Jim Jagielski |
| Authors: Andy Prevost (codeworxtech) codeworxtech@users.sourceforge.net |
| : Marcus Bointon (coolbru) coolbru@users.sourceforge.net |
| : Jim Jagielski (jimjag) jimjag@gmail.com |
| Founder: Brent R. Matzelle (original founder) |
| Copyright (c) 2010-2012, Jim Jagielski. All Rights Reserved. |
| Copyright (c) 2004-2009, Andy Prevost. All Rights Reserved. |
| Copyright (c) 2001-2003, Brent R. Matzelle |
| ------------------------------------------------------------------------- |
| License: Distributed under the Lesser General Public License (LGPL) |
| http://www.gnu.org/copyleft/lesser.html |
| This program is distributed in the hope that it will be useful - WITHOUT |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| FITNESS FOR A PARTICULAR PURPOSE. |
'---------------------------------------------------------------------------'
*/
/**
* PHPMailer - PHP POP Before SMTP Authentication Class
* NOTE: Designed for use with PHP version 5 and up
* @package PHPMailer
* @author Andy Prevost
* @author Marcus Bointon
* @author Jim Jagielski
* @copyright 2010 - 2012 Jim Jagielski
* @copyright 2004 - 2009 Andy Prevost
* @license http://www.gnu.org/copyleft/lesser.html Distributed under the Lesser General Public License (LGPL)
*/
/**
* PHP POP-Before-SMTP Authentication Class
*
* Version 5.2.6
*
* @license: LGPL, see PHPMailer License
*
* Specifically for PHPMailer to allow POP before SMTP authentication.
* Does not yet work with APOP - if you have an APOP account, contact Jim Jagielski
* and we can test changes to this script.
*
* This class is based on the structure of the SMTP class originally authored by Chris Ryan
*
* This class is rfc 1939 compliant and implements all the commands
* required for POP3 connection, authentication and disconnection.
*
* @package PHPMailer
* @author Richard Davey (orig) <rich@corephp.co.uk>
* @author Andy Prevost
* @author Jim Jagielski
*/
class POP3 {
/**
* Default POP3 port
* @var int
*/
public $POP3_PORT = 110;
/**
* Default Timeout
* @var int
*/
public $POP3_TIMEOUT = 30;
/**
* POP3 Carriage Return + Line Feed
* @var string
*/
public $CRLF = "\r\n";
/**
* Displaying Debug warnings? (0 = now, 1+ = yes)
* @var int
*/
public $do_debug = 2;
/**
* POP3 Mail Server
* @var string
*/
public $host;
/**
* POP3 Port
* @var int
*/
public $port;
/**
* POP3 Timeout Value
* @var int
*/
public $tval;
/**
* POP3 Username
* @var string
*/
public $username;
/**
* POP3 Password
* @var string
*/
public $password;
/**
* Sets the POP3 PHPMailer Version number
* @var string
*/
public $Version = '5.2.6';
/////////////////////////////////////////////////
// PROPERTIES, PRIVATE AND PROTECTED
/////////////////////////////////////////////////
/**
* @var resource Resource handle for the POP connection socket
*/
private $pop_conn;
/**
* @var boolean Are we connected?
*/
private $connected;
/**
* @var array Error container
*/
private $error; // Error log array
/**
* Constructor, sets the initial values
* @access public
* @return POP3
*/
public function __construct() {
$this->pop_conn = 0;
$this->connected = false;
$this->error = null;
}
/**
* Combination of public events - connect, login, disconnect
* @access public
* @param string $host
* @param bool|int $port
* @param bool|int $tval
* @param string $username
* @param string $password
* @param int $debug_level
* @return bool
*/
public function Authorise ($host, $port = false, $tval = false, $username, $password, $debug_level = 0) {
$this->host = $host;
// If no port value is passed, retrieve it
if ($port == false) {
$this->port = $this->POP3_PORT;
} else {
$this->port = $port;
}
// If no port value is passed, retrieve it
if ($tval == false) {
$this->tval = $this->POP3_TIMEOUT;
} else {
$this->tval = $tval;
}
$this->do_debug = $debug_level;
$this->username = $username;
$this->password = $password;
// Refresh the error log
$this->error = null;
// Connect
$result = $this->Connect($this->host, $this->port, $this->tval);
if ($result) {
$login_result = $this->Login($this->username, $this->password);
if ($login_result) {
$this->Disconnect();
return true;
}
}
// We need to disconnect regardless if the login succeeded
$this->Disconnect();
return false;
}
/**
* Connect to the POP3 server
* @access public
* @param string $host
* @param bool|int $port
* @param integer $tval
* @return boolean
*/
public function Connect ($host, $port = false, $tval = 30) {
// Are we already connected?
if ($this->connected) {
return true;
}
/*
On Windows this will raise a PHP Warning error if the hostname doesn't exist.
Rather than supress it with @fsockopen, let's capture it cleanly instead
*/
set_error_handler(array(&$this, 'catchWarning'));
// Connect to the POP3 server
$this->pop_conn = fsockopen($host, // POP3 Host
$port, // Port #
$errno, // Error Number
$errstr, // Error Message
$tval); // Timeout (seconds)
// Restore the error handler
restore_error_handler();
// Does the Error Log now contain anything?
if ($this->error && $this->do_debug >= 1) {
$this->displayErrors();
}
// Did we connect?
if ($this->pop_conn == false) {
// It would appear not...
$this->error = array(
'error' => "Failed to connect to server $host on port $port",
'errno' => $errno,
'errstr' => $errstr
);
if ($this->do_debug >= 1) {
$this->displayErrors();
}
return false;
}
// Increase the stream time-out
// Check for PHP 4.3.0 or later
if (version_compare(phpversion(), '5.0.0', 'ge')) {
stream_set_timeout($this->pop_conn, $tval, 0);
} else {
// Does not work on Windows
if (substr(PHP_OS, 0, 3) !== 'WIN') {
socket_set_timeout($this->pop_conn, $tval, 0);
}
}
// Get the POP3 server response
$pop3_response = $this->getResponse();
// Check for the +OK
if ($this->checkResponse($pop3_response)) {
// The connection is established and the POP3 server is talking
$this->connected = true;
return true;
}
return false;
}
/**
* Login to the POP3 server (does not support APOP yet)
* @access public
* @param string $username
* @param string $password
* @return boolean
*/
public function Login ($username = '', $password = '') {
if ($this->connected == false) {
$this->error = 'Not connected to POP3 server';
if ($this->do_debug >= 1) {
$this->displayErrors();
}
}
if (empty($username)) {
$username = $this->username;
}
if (empty($password)) {
$password = $this->password;
}
$pop_username = "USER $username" . $this->CRLF;
$pop_password = "PASS $password" . $this->CRLF;
// Send the Username
$this->sendString($pop_username);
$pop3_response = $this->getResponse();
if ($this->checkResponse($pop3_response)) {
// Send the Password
$this->sendString($pop_password);
$pop3_response = $this->getResponse();
if ($this->checkResponse($pop3_response)) {
return true;
}
}
return false;
}
/**
* Disconnect from the POP3 server
* @access public
*/
public function Disconnect () {
$this->sendString('QUIT');
fclose($this->pop_conn);
}
/////////////////////////////////////////////////
// Private Methods
/////////////////////////////////////////////////
/**
* Get the socket response back.
* $size is the maximum number of bytes to retrieve
* @access private
* @param integer $size
* @return string
*/
private function getResponse ($size = 128) {
$pop3_response = fgets($this->pop_conn, $size);
return $pop3_response;
}
/**
* Send a string down the open socket connection to the POP3 server
* @access private
* @param string $string
* @return integer
*/
private function sendString ($string) {
$bytes_sent = fwrite($this->pop_conn, $string, strlen($string));
return $bytes_sent;
}
/**
* Checks the POP3 server response for +OK or -ERR
* @access private
* @param string $string
* @return boolean
*/
private function checkResponse ($string) {
if (substr($string, 0, 3) !== '+OK') {
$this->error = array(
'error' => "Server reported an error: $string",
'errno' => 0,
'errstr' => ''
);
if ($this->do_debug >= 1) {
$this->displayErrors();
}
return false;
} else {
return true;
}
}
/**
* If debug is enabled, display the error message array
* @access private
*/
private function displayErrors () {
echo '<pre>';
foreach ($this->error as $single_error) {
print_r($single_error);
}
echo '</pre>';
}
/**
* Takes over from PHP for the socket warning handler
* @access private
* @param integer $errno
* @param string $errstr
* @param string $errfile
* @param integer $errline
*/
private function catchWarning ($errno, $errstr, $errfile, $errline) {
$this->error[] = array(
'error' => "Connecting to the POP3 server raised a PHP warning: ",
'errno' => $errno,
'errstr' => $errstr
);
}
// End of class
}

File diff suppressed because it is too large Load diff

View file

@ -1,21 +0,0 @@
The MIT License (MIT)
Copyright (c) 2011-2015 Twitter, Inc
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View file

@ -1,134 +0,0 @@
# [Bootstrap](http://getbootstrap.com)
![Bower version](https://img.shields.io/bower/v/bootstrap.svg?style=flat)
[![npm version](https://img.shields.io/npm/v/bootstrap.svg?style=flat)](https://www.npmjs.com/package/bootstrap)
[![Build Status](https://img.shields.io/travis/twbs/bootstrap/master.svg?style=flat)](https://travis-ci.org/twbs/bootstrap)
[![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg?style=flat)](https://david-dm.org/twbs/bootstrap#info=devDependencies)
[![Selenium Test Status](https://saucelabs.com/browser-matrix/bootstrap.svg)](https://saucelabs.com/u/bootstrap)
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and maintained by the [core team](https://github.com/orgs/twbs/people) with the massive support and involvement of the community.
To get started, check out <http://getbootstrap.com>!
## Table of contents
- [Quick start](#quick-start)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [Copyright and license](#copyright-and-license)
## Quick start
Five quick start options are available:
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.4.zip).
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
- Install with [Bower](http://bower.io): `bower install bootstrap`.
- Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
- Install with [Meteor](https://www.meteor.com/): `meteor add twbs:bootstrap`.
Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.
### What's included
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
```
bootstrap/
├── css/
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── bootstrap.min.css
│ ├── bootstrap-theme.css
│ ├── bootstrap-theme.css.map
│ └── bootstrap-theme.min.css
├── js/
│ ├── bootstrap.js
│ └── bootstrap.min.js
└── fonts/
├── glyphicons-halflings-regular.eot
├── glyphicons-halflings-regular.svg
├── glyphicons-halflings-regular.ttf
├── glyphicons-halflings-regular.woff
└── glyphicons-halflings-regular.woff2
```
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.
## Bugs and feature requests
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).
## Documentation
Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at <http://getbootstrap.com>. The docs may also be run locally.
### Running documentation locally
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
- **Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
3. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
4. Open <http://localhost:9001> in your browser, and voilà.
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
### Documentation for previous releases
Documentation for v2.3.2 has been made available for the time being at <http://getbootstrap.com/2.3.2/> while folks transition to Bootstrap 3.
[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download.
## Contributing
Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).
Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.
## Community
Keep track of development and community news.
- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
## Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible.
## Creators
**Mark Otto**
- <https://twitter.com/mdo>
- <https://github.com/mdo>
**Jacob Thornton**
- <https://twitter.com/fat>
- <https://github.com/fat>
## Copyright and license
Code and documentation copyright 2011-2015 Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,288 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
<font-face units-per-em="1200" ascent="960" descent="-240" />
<missing-glyph horiz-adv-x="500" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="400" />
<glyph unicode=" " />
<glyph unicode="*" d="M600 1100q15 0 34 -1.5t30 -3.5l11 -1q10 -2 17.5 -10.5t7.5 -18.5v-224l158 158q7 7 18 8t19 -6l106 -106q7 -8 6 -19t-8 -18l-158 -158h224q10 0 18.5 -7.5t10.5 -17.5q6 -41 6 -75q0 -15 -1.5 -34t-3.5 -30l-1 -11q-2 -10 -10.5 -17.5t-18.5 -7.5h-224l158 -158 q7 -7 8 -18t-6 -19l-106 -106q-8 -7 -19 -6t-18 8l-158 158v-224q0 -10 -7.5 -18.5t-17.5 -10.5q-41 -6 -75 -6q-15 0 -34 1.5t-30 3.5l-11 1q-10 2 -17.5 10.5t-7.5 18.5v224l-158 -158q-7 -7 -18 -8t-19 6l-106 106q-7 8 -6 19t8 18l158 158h-224q-10 0 -18.5 7.5 t-10.5 17.5q-6 41 -6 75q0 15 1.5 34t3.5 30l1 11q2 10 10.5 17.5t18.5 7.5h224l-158 158q-7 7 -8 18t6 19l106 106q8 7 19 6t18 -8l158 -158v224q0 10 7.5 18.5t17.5 10.5q41 6 75 6z" />
<glyph unicode="+" d="M450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-350h350q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-350v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v350h-350q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5 h350v350q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xa0;" />
<glyph unicode="&#xa5;" d="M825 1100h250q10 0 12.5 -5t-5.5 -13l-364 -364q-6 -6 -11 -18h268q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-100h275q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-125v-174q0 -11 -7.5 -18.5t-18.5 -7.5h-148q-11 0 -18.5 7.5t-7.5 18.5v174 h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h125v100h-275q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h118q-5 12 -11 18l-364 364q-8 8 -5.5 13t12.5 5h250q25 0 43 -18l164 -164q8 -8 18 -8t18 8l164 164q18 18 43 18z" />
<glyph unicode="&#x2000;" horiz-adv-x="650" />
<glyph unicode="&#x2001;" horiz-adv-x="1300" />
<glyph unicode="&#x2002;" horiz-adv-x="650" />
<glyph unicode="&#x2003;" horiz-adv-x="1300" />
<glyph unicode="&#x2004;" horiz-adv-x="433" />
<glyph unicode="&#x2005;" horiz-adv-x="325" />
<glyph unicode="&#x2006;" horiz-adv-x="216" />
<glyph unicode="&#x2007;" horiz-adv-x="216" />
<glyph unicode="&#x2008;" horiz-adv-x="162" />
<glyph unicode="&#x2009;" horiz-adv-x="260" />
<glyph unicode="&#x200a;" horiz-adv-x="72" />
<glyph unicode="&#x202f;" horiz-adv-x="260" />
<glyph unicode="&#x205f;" horiz-adv-x="325" />
<glyph unicode="&#x20ac;" d="M744 1198q242 0 354 -189q60 -104 66 -209h-181q0 45 -17.5 82.5t-43.5 61.5t-58 40.5t-60.5 24t-51.5 7.5q-19 0 -40.5 -5.5t-49.5 -20.5t-53 -38t-49 -62.5t-39 -89.5h379l-100 -100h-300q-6 -50 -6 -100h406l-100 -100h-300q9 -74 33 -132t52.5 -91t61.5 -54.5t59 -29 t47 -7.5q22 0 50.5 7.5t60.5 24.5t58 41t43.5 61t17.5 80h174q-30 -171 -128 -278q-107 -117 -274 -117q-206 0 -324 158q-36 48 -69 133t-45 204h-217l100 100h112q1 47 6 100h-218l100 100h134q20 87 51 153.5t62 103.5q117 141 297 141z" />
<glyph unicode="&#x20bd;" d="M428 1200h350q67 0 120 -13t86 -31t57 -49.5t35 -56.5t17 -64.5t6.5 -60.5t0.5 -57v-16.5v-16.5q0 -36 -0.5 -57t-6.5 -61t-17 -65t-35 -57t-57 -50.5t-86 -31.5t-120 -13h-178l-2 -100h288q10 0 13 -6t-3 -14l-120 -160q-6 -8 -18 -14t-22 -6h-138v-175q0 -11 -5.5 -18 t-15.5 -7h-149q-10 0 -17.5 7.5t-7.5 17.5v175h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v100h-267q-10 0 -13 6t3 14l120 160q6 8 18 14t22 6h117v475q0 10 7.5 17.5t17.5 7.5zM600 1000v-300h203q64 0 86.5 33t22.5 119q0 84 -22.5 116t-86.5 32h-203z" />
<glyph unicode="&#x2212;" d="M250 700h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#x231b;" d="M1000 1200v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165.5v-150h50q21 0 35.5 -14.5t14.5 -35.5v-150h-800v150q0 21 14.5 35.5t35.5 14.5h50v150q0 91 49.5 165.5t130.5 109.5q-81 35 -130.5 109.5 t-49.5 165.5v100h-50q-21 0 -35.5 14.5t-14.5 35.5v150h800zM400 1000v-100q0 -60 32.5 -109.5t87.5 -73.5q28 -12 44 -37t16 -55t-16 -55t-44 -37q-55 -24 -87.5 -73.5t-32.5 -109.5v-150h400v150q0 60 -32.5 109.5t-87.5 73.5q-28 12 -44 37t-16 55t16 55t44 37 q55 24 87.5 73.5t32.5 109.5v100h-400z" />
<glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
<glyph unicode="&#x2601;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -206.5q0 -121 -85 -207.5t-205 -86.5h-750q-79 0 -135.5 57t-56.5 137q0 69 42.5 122.5t108.5 67.5q-2 12 -2 37q0 153 108 260.5t260 107.5z" />
<glyph unicode="&#x26fa;" d="M774 1193.5q16 -9.5 20.5 -27t-5.5 -33.5l-136 -187l467 -746h30q20 0 35 -18.5t15 -39.5v-42h-1200v42q0 21 15 39.5t35 18.5h30l468 746l-135 183q-10 16 -5.5 34t20.5 28t34 5.5t28 -20.5l111 -148l112 150q9 16 27 20.5t34 -5zM600 200h377l-182 112l-195 534v-646z " />
<glyph unicode="&#x2709;" d="M25 1100h1150q10 0 12.5 -5t-5.5 -13l-564 -567q-8 -8 -18 -8t-18 8l-564 567q-8 8 -5.5 13t12.5 5zM18 882l264 -264q8 -8 8 -18t-8 -18l-264 -264q-8 -8 -13 -5.5t-5 12.5v550q0 10 5 12.5t13 -5.5zM918 618l264 264q8 8 13 5.5t5 -12.5v-550q0 -10 -5 -12.5t-13 5.5 l-264 264q-8 8 -8 18t8 18zM818 482l364 -364q8 -8 5.5 -13t-12.5 -5h-1150q-10 0 -12.5 5t5.5 13l364 364q8 8 18 8t18 -8l164 -164q8 -8 18 -8t18 8l164 164q8 8 18 8t18 -8z" />
<glyph unicode="&#x270f;" d="M1011 1210q19 0 33 -13l153 -153q13 -14 13 -33t-13 -33l-99 -92l-214 214l95 96q13 14 32 14zM1013 800l-615 -614l-214 214l614 614zM317 96l-333 -112l110 335z" />
<glyph unicode="&#xe001;" d="M700 650v-550h250q21 0 35.5 -14.5t14.5 -35.5v-50h-800v50q0 21 14.5 35.5t35.5 14.5h250v550l-500 550h1200z" />
<glyph unicode="&#xe002;" d="M368 1017l645 163q39 15 63 0t24 -49v-831q0 -55 -41.5 -95.5t-111.5 -63.5q-79 -25 -147 -4.5t-86 75t25.5 111.5t122.5 82q72 24 138 8v521l-600 -155v-606q0 -42 -44 -90t-109 -69q-79 -26 -147 -5.5t-86 75.5t25.5 111.5t122.5 82.5q72 24 138 7v639q0 38 14.5 59 t53.5 34z" />
<glyph unicode="&#xe003;" d="M500 1191q100 0 191 -39t156.5 -104.5t104.5 -156.5t39 -191l-1 -2l1 -5q0 -141 -78 -262l275 -274q23 -26 22.5 -44.5t-22.5 -42.5l-59 -58q-26 -20 -46.5 -20t-39.5 20l-275 274q-119 -77 -261 -77l-5 1l-2 -1q-100 0 -191 39t-156.5 104.5t-104.5 156.5t-39 191 t39 191t104.5 156.5t156.5 104.5t191 39zM500 1022q-88 0 -162 -43t-117 -117t-43 -162t43 -162t117 -117t162 -43t162 43t117 117t43 162t-43 162t-117 117t-162 43z" />
<glyph unicode="&#xe005;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104z" />
<glyph unicode="&#xe006;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429z" />
<glyph unicode="&#xe007;" d="M407 800l131 353q7 19 17.5 19t17.5 -19l129 -353h421q21 0 24 -8.5t-14 -20.5l-342 -249l130 -401q7 -20 -0.5 -25.5t-24.5 6.5l-343 246l-342 -247q-17 -12 -24.5 -6.5t-0.5 25.5l130 400l-347 251q-17 12 -14 20.5t23 8.5h429zM477 700h-240l197 -142l-74 -226 l193 139l195 -140l-74 229l192 140h-234l-78 211z" />
<glyph unicode="&#xe008;" d="M600 1200q124 0 212 -88t88 -212v-250q0 -46 -31 -98t-69 -52v-75q0 -10 6 -21.5t15 -17.5l358 -230q9 -5 15 -16.5t6 -21.5v-93q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v93q0 10 6 21.5t15 16.5l358 230q9 6 15 17.5t6 21.5v75q-38 0 -69 52 t-31 98v250q0 124 88 212t212 88z" />
<glyph unicode="&#xe009;" d="M25 1100h1150q10 0 17.5 -7.5t7.5 -17.5v-1050q0 -10 -7.5 -17.5t-17.5 -7.5h-1150q-10 0 -17.5 7.5t-7.5 17.5v1050q0 10 7.5 17.5t17.5 7.5zM100 1000v-100h100v100h-100zM875 1000h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5t17.5 -7.5h550 q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM1000 1000v-100h100v100h-100zM100 800v-100h100v100h-100zM1000 800v-100h100v100h-100zM100 600v-100h100v100h-100zM1000 600v-100h100v100h-100zM875 500h-550q-10 0 -17.5 -7.5t-7.5 -17.5v-350q0 -10 7.5 -17.5 t17.5 -7.5h550q10 0 17.5 7.5t7.5 17.5v350q0 10 -7.5 17.5t-17.5 7.5zM100 400v-100h100v100h-100zM1000 400v-100h100v100h-100zM100 200v-100h100v100h-100zM1000 200v-100h100v100h-100z" />
<glyph unicode="&#xe010;" d="M50 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM50 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 500h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe011;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM850 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 700h200q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM850 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5 t35.5 14.5z" />
<glyph unicode="&#xe012;" d="M50 1100h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5zM50 700h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 700h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM50 300h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 300h700q21 0 35.5 -14.5t14.5 -35.5v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe013;" d="M465 477l571 571q8 8 18 8t17 -8l177 -177q8 -7 8 -17t-8 -18l-783 -784q-7 -8 -17.5 -8t-17.5 8l-384 384q-8 8 -8 18t8 17l177 177q7 8 17 8t18 -8l171 -171q7 -7 18 -7t18 7z" />
<glyph unicode="&#xe014;" d="M904 1083l178 -179q8 -8 8 -18.5t-8 -17.5l-267 -268l267 -268q8 -7 8 -17.5t-8 -18.5l-178 -178q-8 -8 -18.5 -8t-17.5 8l-268 267l-268 -267q-7 -8 -17.5 -8t-18.5 8l-178 178q-8 8 -8 18.5t8 17.5l267 268l-267 268q-8 7 -8 17.5t8 18.5l178 178q8 8 18.5 8t17.5 -8 l268 -267l268 268q7 7 17.5 7t18.5 -7z" />
<glyph unicode="&#xe015;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM425 900h150q10 0 17.5 -7.5t7.5 -17.5v-75h75q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5 t-17.5 -7.5h-75v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-75q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v75q0 10 7.5 17.5t17.5 7.5z" />
<glyph unicode="&#xe016;" d="M507 1177q98 0 187.5 -38.5t154.5 -103.5t103.5 -154.5t38.5 -187.5q0 -141 -78 -262l300 -299q8 -8 8 -18.5t-8 -18.5l-109 -108q-7 -8 -17.5 -8t-18.5 8l-300 299q-119 -77 -261 -77q-98 0 -188 38.5t-154.5 103t-103 154.5t-38.5 188t38.5 187.5t103 154.5 t154.5 103.5t188 38.5zM506.5 1023q-89.5 0 -165.5 -44t-120 -120.5t-44 -166t44 -165.5t120 -120t165.5 -44t166 44t120.5 120t44 165.5t-44 166t-120.5 120.5t-166 44zM325 800h350q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-350q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
<glyph unicode="&#xe017;" d="M550 1200h100q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM800 975v166q167 -62 272 -209.5t105 -331.5q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5 t-184.5 123t-123 184.5t-45.5 224q0 184 105 331.5t272 209.5v-166q-103 -55 -165 -155t-62 -220q0 -116 57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5q0 120 -62 220t-165 155z" />
<glyph unicode="&#xe018;" d="M1025 1200h150q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM725 800h150q10 0 17.5 -7.5t7.5 -17.5v-750q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v750 q0 10 7.5 17.5t17.5 7.5zM425 500h150q10 0 17.5 -7.5t7.5 -17.5v-450q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v450q0 10 7.5 17.5t17.5 7.5zM125 300h150q10 0 17.5 -7.5t7.5 -17.5v-250q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5 v250q0 10 7.5 17.5t17.5 7.5z" />
<glyph unicode="&#xe019;" d="M600 1174q33 0 74 -5l38 -152l5 -1q49 -14 94 -39l5 -2l134 80q61 -48 104 -105l-80 -134l3 -5q25 -44 39 -93l1 -6l152 -38q5 -43 5 -73q0 -34 -5 -74l-152 -38l-1 -6q-15 -49 -39 -93l-3 -5l80 -134q-48 -61 -104 -105l-134 81l-5 -3q-44 -25 -94 -39l-5 -2l-38 -151 q-43 -5 -74 -5q-33 0 -74 5l-38 151l-5 2q-49 14 -94 39l-5 3l-134 -81q-60 48 -104 105l80 134l-3 5q-25 45 -38 93l-2 6l-151 38q-6 42 -6 74q0 33 6 73l151 38l2 6q13 48 38 93l3 5l-80 134q47 61 105 105l133 -80l5 2q45 25 94 39l5 1l38 152q43 5 74 5zM600 815 q-89 0 -152 -63t-63 -151.5t63 -151.5t152 -63t152 63t63 151.5t-63 151.5t-152 63z" />
<glyph unicode="&#xe020;" d="M500 1300h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-75h-1100v75q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5zM500 1200v-100h300v100h-300zM1100 900v-800q0 -41 -29.5 -70.5t-70.5 -29.5h-700q-41 0 -70.5 29.5t-29.5 70.5 v800h900zM300 800v-700h100v700h-100zM500 800v-700h100v700h-100zM700 800v-700h100v700h-100zM900 800v-700h100v700h-100z" />
<glyph unicode="&#xe021;" d="M18 618l620 608q8 7 18.5 7t17.5 -7l608 -608q8 -8 5.5 -13t-12.5 -5h-175v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v375h-300v-375q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v575h-175q-10 0 -12.5 5t5.5 13z" />
<glyph unicode="&#xe022;" d="M600 1200v-400q0 -41 29.5 -70.5t70.5 -29.5h300v-650q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5h450zM1000 800h-250q-21 0 -35.5 14.5t-14.5 35.5v250z" />
<glyph unicode="&#xe023;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h50q10 0 17.5 -7.5t7.5 -17.5v-275h175q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5z" />
<glyph unicode="&#xe024;" d="M1300 0h-538l-41 400h-242l-41 -400h-538l431 1200h209l-21 -300h162l-20 300h208zM515 800l-27 -300h224l-27 300h-170z" />
<glyph unicode="&#xe025;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-450h191q20 0 25.5 -11.5t-7.5 -27.5l-327 -400q-13 -16 -32 -16t-32 16l-327 400q-13 16 -7.5 27.5t25.5 11.5h191v450q0 21 14.5 35.5t35.5 14.5zM1125 400h50q10 0 17.5 -7.5t7.5 -17.5v-350q0 -10 -7.5 -17.5t-17.5 -7.5 h-1050q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h50q10 0 17.5 -7.5t7.5 -17.5v-175h900v175q0 10 7.5 17.5t17.5 7.5z" />
<glyph unicode="&#xe026;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM525 900h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -275q-13 -16 -32 -16t-32 16l-223 275q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z " />
<glyph unicode="&#xe027;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM632 914l223 -275q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5l223 275q13 16 32 16 t32 -16z" />
<glyph unicode="&#xe028;" d="M225 1200h750q10 0 19.5 -7t12.5 -17l186 -652q7 -24 7 -49v-425q0 -12 -4 -27t-9 -17q-12 -6 -37 -6h-1100q-12 0 -27 4t-17 8q-6 13 -6 38l1 425q0 25 7 49l185 652q3 10 12.5 17t19.5 7zM878 1000h-556q-10 0 -19 -7t-11 -18l-87 -450q-2 -11 4 -18t16 -7h150 q10 0 19.5 -7t11.5 -17l38 -152q2 -10 11.5 -17t19.5 -7h250q10 0 19.5 7t11.5 17l38 152q2 10 11.5 17t19.5 7h150q10 0 16 7t4 18l-87 450q-2 11 -11 18t-19 7z" />
<glyph unicode="&#xe029;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM540 820l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
<glyph unicode="&#xe030;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-362q0 -10 -7.5 -17.5t-17.5 -7.5h-362q-11 0 -13 5.5t5 12.5l133 133q-109 76 -238 76q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5h150q0 -117 -45.5 -224 t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117z" />
<glyph unicode="&#xe031;" d="M947 1060l135 135q7 7 12.5 5t5.5 -13v-361q0 -11 -7.5 -18.5t-18.5 -7.5h-361q-11 0 -13 5.5t5 12.5l134 134q-110 75 -239 75q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5h-150q0 117 45.5 224t123 184.5t184.5 123t224 45.5q192 0 347 -117zM1027 600h150 q0 -117 -45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5q-192 0 -348 118l-134 -134q-7 -8 -12.5 -5.5t-5.5 12.5v360q0 11 7.5 18.5t18.5 7.5h360q10 0 12.5 -5.5t-5.5 -12.5l-133 -133q110 -76 240 -76q116 0 214.5 57t155.5 155.5t57 214.5z" />
<glyph unicode="&#xe032;" d="M125 1200h1050q10 0 17.5 -7.5t7.5 -17.5v-1150q0 -10 -7.5 -17.5t-17.5 -7.5h-1050q-10 0 -17.5 7.5t-7.5 17.5v1150q0 10 7.5 17.5t17.5 7.5zM1075 1000h-850q-10 0 -17.5 -7.5t-7.5 -17.5v-850q0 -10 7.5 -17.5t17.5 -7.5h850q10 0 17.5 7.5t7.5 17.5v850 q0 10 -7.5 17.5t-17.5 7.5zM325 900h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 900h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 700h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 700h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 500h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 500h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5zM325 300h50q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM525 300h450q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-450q-10 0 -17.5 7.5t-7.5 17.5v50 q0 10 7.5 17.5t17.5 7.5z" />
<glyph unicode="&#xe033;" d="M900 800v200q0 83 -58.5 141.5t-141.5 58.5h-300q-82 0 -141 -59t-59 -141v-200h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h900q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-100zM400 800v150q0 21 15 35.5t35 14.5h200 q20 0 35 -14.5t15 -35.5v-150h-300z" />
<glyph unicode="&#xe034;" d="M125 1100h50q10 0 17.5 -7.5t7.5 -17.5v-1075h-100v1075q0 10 7.5 17.5t17.5 7.5zM1075 1052q4 0 9 -2q16 -6 16 -23v-421q0 -6 -3 -12q-33 -59 -66.5 -99t-65.5 -58t-56.5 -24.5t-52.5 -6.5q-26 0 -57.5 6.5t-52.5 13.5t-60 21q-41 15 -63 22.5t-57.5 15t-65.5 7.5 q-85 0 -160 -57q-7 -5 -15 -5q-6 0 -11 3q-14 7 -14 22v438q22 55 82 98.5t119 46.5q23 2 43 0.5t43 -7t32.5 -8.5t38 -13t32.5 -11q41 -14 63.5 -21t57 -14t63.5 -7q103 0 183 87q7 8 18 8z" />
<glyph unicode="&#xe035;" d="M600 1175q116 0 227 -49.5t192.5 -131t131 -192.5t49.5 -227v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v300q0 127 -70.5 231.5t-184.5 161.5t-245 57t-245 -57t-184.5 -161.5t-70.5 -231.5v-300q0 -10 -7.5 -17.5t-17.5 -7.5h-50 q-10 0 -17.5 7.5t-7.5 17.5v300q0 116 49.5 227t131 192.5t192.5 131t227 49.5zM220 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460q0 8 6 14t14 6zM820 500h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460 q0 8 6 14t14 6z" />
<glyph unicode="&#xe036;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM900 668l120 120q7 7 17 7t17 -7l34 -34q7 -7 7 -17t-7 -17l-120 -120l120 -120q7 -7 7 -17 t-7 -17l-34 -34q-7 -7 -17 -7t-17 7l-120 119l-120 -119q-7 -7 -17 -7t-17 7l-34 34q-7 7 -7 17t7 17l119 120l-119 120q-7 7 -7 17t7 17l34 34q7 8 17 8t17 -8z" />
<glyph unicode="&#xe037;" d="M321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6 l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238q-6 8 -4.5 18t9.5 17l29 22q7 5 15 5z" />
<glyph unicode="&#xe038;" d="M967 1004h3q11 -1 17 -10q135 -179 135 -396q0 -105 -34 -206.5t-98 -185.5q-7 -9 -17 -10h-3q-9 0 -16 6l-42 34q-8 6 -9 16t5 18q111 150 111 328q0 90 -29.5 176t-84.5 157q-6 9 -5 19t10 16l42 33q7 5 15 5zM321 814l258 172q9 6 15 2.5t6 -13.5v-750q0 -10 -6 -13.5 t-15 2.5l-258 172q-21 14 -46 14h-250q-10 0 -17.5 7.5t-7.5 17.5v350q0 10 7.5 17.5t17.5 7.5h250q25 0 46 14zM766 900h4q10 -1 16 -10q96 -129 96 -290q0 -154 -90 -281q-6 -9 -17 -10l-3 -1q-9 0 -16 6l-29 23q-7 7 -8.5 16.5t4.5 17.5q72 103 72 229q0 132 -78 238 q-6 8 -4.5 18.5t9.5 16.5l29 22q7 5 15 5z" />
<glyph unicode="&#xe039;" d="M500 900h100v-100h-100v-100h-400v-100h-100v600h500v-300zM1200 700h-200v-100h200v-200h-300v300h-200v300h-100v200h600v-500zM100 1100v-300h300v300h-300zM800 1100v-300h300v300h-300zM300 900h-100v100h100v-100zM1000 900h-100v100h100v-100zM300 500h200v-500 h-500v500h200v100h100v-100zM800 300h200v-100h-100v-100h-200v100h-100v100h100v200h-200v100h300v-300zM100 400v-300h300v300h-300zM300 200h-100v100h100v-100zM1200 200h-100v100h100v-100zM700 0h-100v100h100v-100zM1200 0h-300v100h300v-100z" />
<glyph unicode="&#xe040;" d="M100 200h-100v1000h100v-1000zM300 200h-100v1000h100v-1000zM700 200h-200v1000h200v-1000zM900 200h-100v1000h100v-1000zM1200 200h-200v1000h200v-1000zM400 0h-300v100h300v-100zM600 0h-100v91h100v-91zM800 0h-100v91h100v-91zM1100 0h-200v91h200v-91z" />
<glyph unicode="&#xe041;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
<glyph unicode="&#xe042;" d="M500 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-682 682l1 475q0 10 7.5 17.5t17.5 7.5h474zM800 1200l682 -682q8 -8 8 -18t-8 -18l-464 -464q-8 -8 -18 -8t-18 8l-56 56l424 426l-700 700h150zM319.5 1024.5q-29.5 29.5 -71 29.5t-71 -29.5 t-29.5 -71.5t29.5 -71.5t71 -29.5t71 29.5t29.5 71.5t-29.5 71.5z" />
<glyph unicode="&#xe043;" d="M300 1200h825q75 0 75 -75v-900q0 -25 -18 -43l-64 -64q-8 -8 -13 -5.5t-5 12.5v950q0 10 -7.5 17.5t-17.5 7.5h-700q-25 0 -43 -18l-64 -64q-8 -8 -5.5 -13t12.5 -5h700q10 0 17.5 -7.5t7.5 -17.5v-950q0 -10 -7.5 -17.5t-17.5 -7.5h-850q-10 0 -17.5 7.5t-7.5 17.5v975 q0 25 18 43l139 139q18 18 43 18z" />
<glyph unicode="&#xe044;" d="M250 1200h800q21 0 35.5 -14.5t14.5 -35.5v-1150l-450 444l-450 -445v1151q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe045;" d="M822 1200h-444q-11 0 -19 -7.5t-9 -17.5l-78 -301q-7 -24 7 -45l57 -108q6 -9 17.5 -15t21.5 -6h450q10 0 21.5 6t17.5 15l62 108q14 21 7 45l-83 301q-1 10 -9 17.5t-19 7.5zM1175 800h-150q-10 0 -21 -6.5t-15 -15.5l-78 -156q-4 -9 -15 -15.5t-21 -6.5h-550 q-10 0 -21 6.5t-15 15.5l-78 156q-4 9 -15 15.5t-21 6.5h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-650q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h750q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5 t7.5 17.5v650q0 10 -7.5 17.5t-17.5 7.5zM850 200h-500q-10 0 -19.5 -7t-11.5 -17l-38 -152q-2 -10 3.5 -17t15.5 -7h600q10 0 15.5 7t3.5 17l-38 152q-2 10 -11.5 17t-19.5 7z" />
<glyph unicode="&#xe046;" d="M500 1100h200q56 0 102.5 -20.5t72.5 -50t44 -59t25 -50.5l6 -20h150q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5h150q2 8 6.5 21.5t24 48t45 61t72 48t102.5 21.5zM900 800v-100 h100v100h-100zM600 730q-95 0 -162.5 -67.5t-67.5 -162.5t67.5 -162.5t162.5 -67.5t162.5 67.5t67.5 162.5t-67.5 162.5t-162.5 67.5zM600 603q43 0 73 -30t30 -73t-30 -73t-73 -30t-73 30t-30 73t30 73t73 30z" />
<glyph unicode="&#xe047;" d="M681 1199l385 -998q20 -50 60 -92q18 -19 36.5 -29.5t27.5 -11.5l10 -2v-66h-417v66q53 0 75 43.5t5 88.5l-82 222h-391q-58 -145 -92 -234q-11 -34 -6.5 -57t25.5 -37t46 -20t55 -6v-66h-365v66q56 24 84 52q12 12 25 30.5t20 31.5l7 13l399 1006h93zM416 521h340 l-162 457z" />
<glyph unicode="&#xe048;" d="M753 641q5 -1 14.5 -4.5t36 -15.5t50.5 -26.5t53.5 -40t50.5 -54.5t35.5 -70t14.5 -87q0 -67 -27.5 -125.5t-71.5 -97.5t-98.5 -66.5t-108.5 -40.5t-102 -13h-500v89q41 7 70.5 32.5t29.5 65.5v827q0 24 -0.5 34t-3.5 24t-8.5 19.5t-17 13.5t-28 12.5t-42.5 11.5v71 l471 -1q57 0 115.5 -20.5t108 -57t80.5 -94t31 -124.5q0 -51 -15.5 -96.5t-38 -74.5t-45 -50.5t-38.5 -30.5zM400 700h139q78 0 130.5 48.5t52.5 122.5q0 41 -8.5 70.5t-29.5 55.5t-62.5 39.5t-103.5 13.5h-118v-350zM400 200h216q80 0 121 50.5t41 130.5q0 90 -62.5 154.5 t-156.5 64.5h-159v-400z" />
<glyph unicode="&#xe049;" d="M877 1200l2 -57q-83 -19 -116 -45.5t-40 -66.5l-132 -839q-9 -49 13 -69t96 -26v-97h-500v97q186 16 200 98l173 832q3 17 3 30t-1.5 22.5t-9 17.5t-13.5 12.5t-21.5 10t-26 8.5t-33.5 10q-13 3 -19 5v57h425z" />
<glyph unicode="&#xe050;" d="M1300 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM175 1000h-75v-800h75l-125 -167l-125 167h75v800h-75l125 167z" />
<glyph unicode="&#xe051;" d="M1100 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-650q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v650h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM1167 50l-167 -125v75h-800v-75l-167 125l167 125v-75h800v75z" />
<glyph unicode="&#xe052;" d="M50 1100h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe053;" d="M250 1100h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM250 500h700q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe054;" d="M500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000 q-21 0 -35.5 14.5t-14.5 35.5zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5zM0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xe055;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 800h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 500h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe056;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 1100h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 800h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 500h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 500h800q21 0 35.5 -14.5t14.5 -35.5v-100 q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM350 200h800 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe057;" d="M400 0h-100v1100h100v-1100zM550 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM267 550l-167 -125v75h-200v100h200v75zM550 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM550 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe058;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM900 0h-100v1100h100v-1100zM50 800h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM1100 600h200v-100h-200v-75l-167 125l167 125v-75zM50 500h300q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5zM50 200h600 q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-600q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe059;" d="M75 1000h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53v650q0 31 22 53t53 22zM1200 300l-300 300l300 300v-600z" />
<glyph unicode="&#xe060;" d="M44 1100h1112q18 0 31 -13t13 -31v-1012q0 -18 -13 -31t-31 -13h-1112q-18 0 -31 13t-13 31v1012q0 18 13 31t31 13zM100 1000v-737l247 182l298 -131l-74 156l293 318l236 -288v500h-1000zM342 884q56 0 95 -39t39 -94.5t-39 -95t-95 -39.5t-95 39.5t-39 95t39 94.5 t95 39z" />
<glyph unicode="&#xe062;" d="M648 1169q117 0 216 -60t156.5 -161t57.5 -218q0 -115 -70 -258q-69 -109 -158 -225.5t-143 -179.5l-54 -62q-9 8 -25.5 24.5t-63.5 67.5t-91 103t-98.5 128t-95.5 148q-60 132 -60 249q0 88 34 169.5t91.5 142t137 96.5t166.5 36zM652.5 974q-91.5 0 -156.5 -65 t-65 -157t65 -156.5t156.5 -64.5t156.5 64.5t65 156.5t-65 157t-156.5 65z" />
<glyph unicode="&#xe063;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 173v854q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57z" />
<glyph unicode="&#xe064;" d="M554 1295q21 -72 57.5 -143.5t76 -130t83 -118t82.5 -117t70 -116t49.5 -126t18.5 -136.5q0 -71 -25.5 -135t-68.5 -111t-99 -82t-118.5 -54t-125.5 -23q-84 5 -161.5 34t-139.5 78.5t-99 125t-37 164.5q0 69 18 136.5t49.5 126.5t69.5 116.5t81.5 117.5t83.5 119 t76.5 131t58.5 143zM344 710q-23 -33 -43.5 -70.5t-40.5 -102.5t-17 -123q1 -37 14.5 -69.5t30 -52t41 -37t38.5 -24.5t33 -15q21 -7 32 -1t13 22l6 34q2 10 -2.5 22t-13.5 19q-5 4 -14 12t-29.5 40.5t-32.5 73.5q-26 89 6 271q2 11 -6 11q-8 1 -15 -10z" />
<glyph unicode="&#xe065;" d="M1000 1013l108 115q2 1 5 2t13 2t20.5 -1t25 -9.5t28.5 -21.5q22 -22 27 -43t0 -32l-6 -10l-108 -115zM350 1100h400q50 0 105 -13l-187 -187h-368q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v182l200 200v-332 q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM1009 803l-362 -362l-161 -50l55 170l355 355z" />
<glyph unicode="&#xe066;" d="M350 1100h361q-164 -146 -216 -200h-195q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-103q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M824 1073l339 -301q8 -7 8 -17.5t-8 -17.5l-340 -306q-7 -6 -12.5 -4t-6.5 11v203q-26 1 -54.5 0t-78.5 -7.5t-92 -17.5t-86 -35t-70 -57q10 59 33 108t51.5 81.5t65 58.5t68.5 40.5t67 24.5t56 13.5t40 4.5v210q1 10 6.5 12.5t13.5 -4.5z" />
<glyph unicode="&#xe067;" d="M350 1100h350q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-219q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5z M643 639l395 395q7 7 17.5 7t17.5 -7l101 -101q7 -7 7 -17.5t-7 -17.5l-531 -532q-7 -7 -17.5 -7t-17.5 7l-248 248q-7 7 -7 17.5t7 17.5l101 101q7 7 17.5 7t17.5 -7l111 -111q8 -7 18 -7t18 7z" />
<glyph unicode="&#xe068;" d="M318 918l264 264q8 8 18 8t18 -8l260 -264q7 -8 4.5 -13t-12.5 -5h-170v-200h200v173q0 10 5 12t13 -5l264 -260q8 -7 8 -17.5t-8 -17.5l-264 -265q-8 -7 -13 -5t-5 12v173h-200v-200h170q10 0 12.5 -5t-4.5 -13l-260 -264q-8 -8 -18 -8t-18 8l-264 264q-8 8 -5.5 13 t12.5 5h175v200h-200v-173q0 -10 -5 -12t-13 5l-264 265q-8 7 -8 17.5t8 17.5l264 260q8 7 13 5t5 -12v-173h200v200h-175q-10 0 -12.5 5t5.5 13z" />
<glyph unicode="&#xe069;" d="M250 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe070;" d="M50 1100h100q21 0 35.5 -14.5t14.5 -35.5v-438l464 453q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5 t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe071;" d="M1200 1050v-1000q0 -21 -10.5 -25t-25.5 10l-464 453v-438q0 -21 -10.5 -25t-25.5 10l-492 480q-15 14 -15 35t15 35l492 480q15 14 25.5 10t10.5 -25v-438l464 453q15 14 25.5 10t10.5 -25z" />
<glyph unicode="&#xe072;" d="M243 1074l814 -498q18 -11 18 -26t-18 -26l-814 -498q-18 -11 -30.5 -4t-12.5 28v1000q0 21 12.5 28t30.5 -4z" />
<glyph unicode="&#xe073;" d="M250 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM650 1000h200q21 0 35.5 -14.5t14.5 -35.5v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v800 q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe074;" d="M1100 950v-800q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5z" />
<glyph unicode="&#xe075;" d="M500 612v438q0 21 10.5 25t25.5 -10l492 -480q15 -14 15 -35t-15 -35l-492 -480q-15 -14 -25.5 -10t-10.5 25v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10z" />
<glyph unicode="&#xe076;" d="M1048 1102l100 1q20 0 35 -14.5t15 -35.5l5 -1000q0 -21 -14.5 -35.5t-35.5 -14.5l-100 -1q-21 0 -35.5 14.5t-14.5 35.5l-2 437l-463 -454q-14 -15 -24.5 -10.5t-10.5 25.5l-2 437l-462 -455q-15 -14 -25.5 -9.5t-10.5 24.5l-5 1000q0 21 10.5 25.5t25.5 -10.5l466 -450 l-2 438q0 20 10.5 24.5t25.5 -9.5l466 -451l-2 438q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe077;" d="M850 1100h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-464 -453q-15 -14 -25.5 -10t-10.5 25v1000q0 21 10.5 25t25.5 -10l464 -453v438q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe078;" d="M686 1081l501 -540q15 -15 10.5 -26t-26.5 -11h-1042q-22 0 -26.5 11t10.5 26l501 540q15 15 36 15t36 -15zM150 400h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe079;" d="M885 900l-352 -353l352 -353l-197 -198l-552 552l552 550z" />
<glyph unicode="&#xe080;" d="M1064 547l-551 -551l-198 198l353 353l-353 353l198 198z" />
<glyph unicode="&#xe081;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM650 900h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-150 q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5h150v-150q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v150h150q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-150v150q0 21 -14.5 35.5t-35.5 14.5z" />
<glyph unicode="&#xe082;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM850 700h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5 t35.5 -14.5h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5z" />
<glyph unicode="&#xe083;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM741.5 913q-12.5 0 -21.5 -9l-120 -120l-120 120q-9 9 -21.5 9 t-21.5 -9l-141 -141q-9 -9 -9 -21.5t9 -21.5l120 -120l-120 -120q-9 -9 -9 -21.5t9 -21.5l141 -141q9 -9 21.5 -9t21.5 9l120 120l120 -120q9 -9 21.5 -9t21.5 9l141 141q9 9 9 21.5t-9 21.5l-120 120l120 120q9 9 9 21.5t-9 21.5l-141 141q-9 9 -21.5 9z" />
<glyph unicode="&#xe084;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM546 623l-84 85q-7 7 -17.5 7t-18.5 -7l-139 -139q-7 -8 -7 -18t7 -18 l242 -241q7 -8 17.5 -8t17.5 8l375 375q7 7 7 17.5t-7 18.5l-139 139q-7 7 -17.5 7t-17.5 -7z" />
<glyph unicode="&#xe085;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM588 941q-29 0 -59 -5.5t-63 -20.5t-58 -38.5t-41.5 -63t-16.5 -89.5 q0 -25 20 -25h131q30 -5 35 11q6 20 20.5 28t45.5 8q20 0 31.5 -10.5t11.5 -28.5q0 -23 -7 -34t-26 -18q-1 0 -13.5 -4t-19.5 -7.5t-20 -10.5t-22 -17t-18.5 -24t-15.5 -35t-8 -46q-1 -8 5.5 -16.5t20.5 -8.5h173q7 0 22 8t35 28t37.5 48t29.5 74t12 100q0 47 -17 83 t-42.5 57t-59.5 34.5t-64 18t-59 4.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
<glyph unicode="&#xe086;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM675 1000h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5 t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5zM675 700h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h75v-200h-75q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h350q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5 t-17.5 7.5h-75v275q0 10 -7.5 17.5t-17.5 7.5z" />
<glyph unicode="&#xe087;" d="M525 1200h150q10 0 17.5 -7.5t7.5 -17.5v-194q103 -27 178.5 -102.5t102.5 -178.5h194q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-194q-27 -103 -102.5 -178.5t-178.5 -102.5v-194q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v194 q-103 27 -178.5 102.5t-102.5 178.5h-194q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h194q27 103 102.5 178.5t178.5 102.5v194q0 10 7.5 17.5t17.5 7.5zM700 893v-168q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v168q-68 -23 -119 -74 t-74 -119h168q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-168q23 -68 74 -119t119 -74v168q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-168q68 23 119 74t74 119h-168q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h168 q-23 68 -74 119t-119 74z" />
<glyph unicode="&#xe088;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM759 823l64 -64q7 -7 7 -17.5t-7 -17.5l-124 -124l124 -124q7 -7 7 -17.5t-7 -17.5l-64 -64q-7 -7 -17.5 -7t-17.5 7l-124 124l-124 -124q-7 -7 -17.5 -7t-17.5 7l-64 64 q-7 7 -7 17.5t7 17.5l124 124l-124 124q-7 7 -7 17.5t7 17.5l64 64q7 7 17.5 7t17.5 -7l124 -124l124 124q7 7 17.5 7t17.5 -7z" />
<glyph unicode="&#xe089;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5t57 -214.5 t155.5 -155.5t214.5 -57t214.5 57t155.5 155.5t57 214.5t-57 214.5t-155.5 155.5t-214.5 57zM782 788l106 -106q7 -7 7 -17.5t-7 -17.5l-320 -321q-8 -7 -18 -7t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l197 197q7 7 17.5 7t17.5 -7z" />
<glyph unicode="&#xe090;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM600 1027q-116 0 -214.5 -57t-155.5 -155.5t-57 -214.5q0 -120 65 -225 l587 587q-105 65 -225 65zM965 819l-584 -584q104 -62 219 -62q116 0 214.5 57t155.5 155.5t57 214.5q0 115 -62 219z" />
<glyph unicode="&#xe091;" d="M39 582l522 427q16 13 27.5 8t11.5 -26v-291h550q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-550v-291q0 -21 -11.5 -26t-27.5 8l-522 427q-16 13 -16 32t16 32z" />
<glyph unicode="&#xe092;" d="M639 1009l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291h-550q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h550v291q0 21 11.5 26t27.5 -8z" />
<glyph unicode="&#xe093;" d="M682 1161l427 -522q13 -16 8 -27.5t-26 -11.5h-291v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v550h-291q-21 0 -26 11.5t8 27.5l427 522q13 16 32 16t32 -16z" />
<glyph unicode="&#xe094;" d="M550 1200h200q21 0 35.5 -14.5t14.5 -35.5v-550h291q21 0 26 -11.5t-8 -27.5l-427 -522q-13 -16 -32 -16t-32 16l-427 522q-13 16 -8 27.5t26 11.5h291v550q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe095;" d="M639 1109l522 -427q16 -13 16 -32t-16 -32l-522 -427q-16 -13 -27.5 -8t-11.5 26v291q-94 -2 -182 -20t-170.5 -52t-147 -92.5t-100.5 -135.5q5 105 27 193.5t67.5 167t113 135t167 91.5t225.5 42v262q0 21 11.5 26t27.5 -8z" />
<glyph unicode="&#xe096;" d="M850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5zM350 0h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249 q8 7 18 7t18 -7l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5z" />
<glyph unicode="&#xe097;" d="M1014 1120l106 -106q7 -8 7 -18t-7 -18l-249 -249l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l249 249q8 7 18 7t18 -7zM250 600h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-249 -249q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l249 249l-94 94q-14 14 -10 24.5t25 10.5z" />
<glyph unicode="&#xe101;" d="M600 1177q117 0 224 -45.5t184.5 -123t123 -184.5t45.5 -224t-45.5 -224t-123 -184.5t-184.5 -123t-224 -45.5t-224 45.5t-184.5 123t-123 184.5t-45.5 224t45.5 224t123 184.5t184.5 123t224 45.5zM704 900h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5 t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM675 400h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5z" />
<glyph unicode="&#xe102;" d="M260 1200q9 0 19 -2t15 -4l5 -2q22 -10 44 -23l196 -118q21 -13 36 -24q29 -21 37 -12q11 13 49 35l196 118q22 13 45 23q17 7 38 7q23 0 47 -16.5t37 -33.5l13 -16q14 -21 18 -45l25 -123l8 -44q1 -9 8.5 -14.5t17.5 -5.5h61q10 0 17.5 -7.5t7.5 -17.5v-50 q0 -10 -7.5 -17.5t-17.5 -7.5h-50q-10 0 -17.5 -7.5t-7.5 -17.5v-175h-400v300h-200v-300h-400v175q0 10 -7.5 17.5t-17.5 7.5h-50q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5h61q11 0 18 3t7 8q0 4 9 52l25 128q5 25 19 45q2 3 5 7t13.5 15t21.5 19.5t26.5 15.5 t29.5 7zM915 1079l-166 -162q-7 -7 -5 -12t12 -5h219q10 0 15 7t2 17l-51 149q-3 10 -11 12t-15 -6zM463 917l-177 157q-8 7 -16 5t-11 -12l-51 -143q-3 -10 2 -17t15 -7h231q11 0 12.5 5t-5.5 12zM500 0h-375q-10 0 -17.5 7.5t-7.5 17.5v375h400v-400zM1100 400v-375 q0 -10 -7.5 -17.5t-17.5 -7.5h-375v400h400z" />
<glyph unicode="&#xe103;" d="M1165 1190q8 3 21 -6.5t13 -17.5q-2 -178 -24.5 -323.5t-55.5 -245.5t-87 -174.5t-102.5 -118.5t-118 -68.5t-118.5 -33t-120 -4.5t-105 9.5t-90 16.5q-61 12 -78 11q-4 1 -12.5 0t-34 -14.5t-52.5 -40.5l-153 -153q-26 -24 -37 -14.5t-11 43.5q0 64 42 102q8 8 50.5 45 t66.5 58q19 17 35 47t13 61q-9 55 -10 102.5t7 111t37 130t78 129.5q39 51 80 88t89.5 63.5t94.5 45t113.5 36t129 31t157.5 37t182 47.5zM1116 1098q-8 9 -22.5 -3t-45.5 -50q-38 -47 -119 -103.5t-142 -89.5l-62 -33q-56 -30 -102 -57t-104 -68t-102.5 -80.5t-85.5 -91 t-64 -104.5q-24 -56 -31 -86t2 -32t31.5 17.5t55.5 59.5q25 30 94 75.5t125.5 77.5t147.5 81q70 37 118.5 69t102 79.5t99 111t86.5 148.5q22 50 24 60t-6 19z" />
<glyph unicode="&#xe104;" d="M653 1231q-39 -67 -54.5 -131t-10.5 -114.5t24.5 -96.5t47.5 -80t63.5 -62.5t68.5 -46.5t65 -30q-4 7 -17.5 35t-18.5 39.5t-17 39.5t-17 43t-13 42t-9.5 44.5t-2 42t4 43t13.5 39t23 38.5q96 -42 165 -107.5t105 -138t52 -156t13 -159t-19 -149.5q-13 -55 -44 -106.5 t-68 -87t-78.5 -64.5t-72.5 -45t-53 -22q-72 -22 -127 -11q-31 6 -13 19q6 3 17 7q13 5 32.5 21t41 44t38.5 63.5t21.5 81.5t-6.5 94.5t-50 107t-104 115.5q10 -104 -0.5 -189t-37 -140.5t-65 -93t-84 -52t-93.5 -11t-95 24.5q-80 36 -131.5 114t-53.5 171q-2 23 0 49.5 t4.5 52.5t13.5 56t27.5 60t46 64.5t69.5 68.5q-8 -53 -5 -102.5t17.5 -90t34 -68.5t44.5 -39t49 -2q31 13 38.5 36t-4.5 55t-29 64.5t-36 75t-26 75.5q-15 85 2 161.5t53.5 128.5t85.5 92.5t93.5 61t81.5 25.5z" />
<glyph unicode="&#xe105;" d="M600 1094q82 0 160.5 -22.5t140 -59t116.5 -82.5t94.5 -95t68 -95t42.5 -82.5t14 -57.5t-14 -57.5t-43 -82.5t-68.5 -95t-94.5 -95t-116.5 -82.5t-140 -59t-159.5 -22.5t-159.5 22.5t-140 59t-116.5 82.5t-94.5 95t-68.5 95t-43 82.5t-14 57.5t14 57.5t42.5 82.5t68 95 t94.5 95t116.5 82.5t140 59t160.5 22.5zM888 829q-15 15 -18 12t5 -22q25 -57 25 -119q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 59 23 114q8 19 4.5 22t-17.5 -12q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q22 -36 47 -71t70 -82t92.5 -81t113 -58.5t133.5 -24.5 t133.5 24t113 58.5t92.5 81.5t70 81.5t47 70.5q11 18 9 42.5t-14 41.5q-90 117 -163 189zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l35 34q14 15 12.5 33.5t-16.5 33.5q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
<glyph unicode="&#xe106;" d="M592 0h-148l31 120q-91 20 -175.5 68.5t-143.5 106.5t-103.5 119t-66.5 110t-22 76q0 21 14 57.5t42.5 82.5t68 95t94.5 95t116.5 82.5t140 59t160.5 22.5q61 0 126 -15l32 121h148zM944 770l47 181q108 -85 176.5 -192t68.5 -159q0 -26 -19.5 -71t-59.5 -102t-93 -112 t-129 -104.5t-158 -75.5l46 173q77 49 136 117t97 131q11 18 9 42.5t-14 41.5q-54 70 -107 130zM310 824q-70 -69 -160 -184q-13 -16 -15 -40.5t9 -42.5q18 -30 39 -60t57 -70.5t74 -73t90 -61t105 -41.5l41 154q-107 18 -178.5 101.5t-71.5 193.5q0 59 23 114q8 19 4.5 22 t-17.5 -12zM448 727l-35 -36q-15 -15 -19.5 -38.5t4.5 -41.5q37 -68 93 -116q16 -13 38.5 -11t36.5 17l12 11l22 86l-3 4q-44 44 -89 117q-11 18 -28 20t-32 -12z" />
<glyph unicode="&#xe107;" d="M-90 100l642 1066q20 31 48 28.5t48 -35.5l642 -1056q21 -32 7.5 -67.5t-50.5 -35.5h-1294q-37 0 -50.5 34t7.5 66zM155 200h345v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h345l-445 723zM496 700h208q20 0 32 -14.5t8 -34.5l-58 -252 q-4 -20 -21.5 -34.5t-37.5 -14.5h-54q-20 0 -37.5 14.5t-21.5 34.5l-58 252q-4 20 8 34.5t32 14.5z" />
<glyph unicode="&#xe108;" d="M650 1200q62 0 106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -93 100 -113v-64q0 -21 -13 -29t-32 1l-205 128l-205 -128q-19 -9 -32 -1t-13 29v64q0 20 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5v41 q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44z" />
<glyph unicode="&#xe109;" d="M850 1200h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-150h-1100v150q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-50h500v50q0 21 14.5 35.5t35.5 14.5zM1100 800v-750q0 -21 -14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v750h1100zM100 600v-100h100v100h-100zM300 600v-100h100v100h-100zM500 600v-100h100v100h-100zM700 600v-100h100v100h-100zM900 600v-100h100v100h-100zM100 400v-100h100v100h-100zM300 400v-100h100v100h-100zM500 400 v-100h100v100h-100zM700 400v-100h100v100h-100zM900 400v-100h100v100h-100zM100 200v-100h100v100h-100zM300 200v-100h100v100h-100zM500 200v-100h100v100h-100zM700 200v-100h100v100h-100zM900 200v-100h100v100h-100z" />
<glyph unicode="&#xe110;" d="M1135 1165l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-159l-600 -600h-291q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h209l600 600h241v150q0 21 10.5 25t24.5 -10zM522 819l-141 -141l-122 122h-209q-21 0 -35.5 14.5 t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h291zM1135 565l249 -230q15 -14 15 -35t-15 -35l-249 -230q-14 -14 -24.5 -10t-10.5 25v150h-241l-181 181l141 141l122 -122h159v150q0 21 10.5 25t24.5 -10z" />
<glyph unicode="&#xe111;" d="M100 1100h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5z" />
<glyph unicode="&#xe112;" d="M150 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM850 1200h200q21 0 35.5 -14.5t14.5 -35.5v-250h-300v250q0 21 14.5 35.5t35.5 14.5zM1100 800v-300q0 -41 -3 -77.5t-15 -89.5t-32 -96t-58 -89t-89 -77t-129 -51t-174 -20t-174 20 t-129 51t-89 77t-58 89t-32 96t-15 89.5t-3 77.5v300h300v-250v-27v-42.5t1.5 -41t5 -38t10 -35t16.5 -30t25.5 -24.5t35 -19t46.5 -12t60 -4t60 4.5t46.5 12.5t35 19.5t25 25.5t17 30.5t10 35t5 38t2 40.5t-0.5 42v25v250h300z" />
<glyph unicode="&#xe113;" d="M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z" />
<glyph unicode="&#xe114;" d="M1101 789l-550 -551l-551 551l198 199l353 -353l353 353z" />
<glyph unicode="&#xe115;" d="M404 1000h746q21 0 35.5 -14.5t14.5 -35.5v-551h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v401h-381zM135 984l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-400h385l215 -200h-750q-21 0 -35.5 14.5 t-14.5 35.5v550h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
<glyph unicode="&#xe116;" d="M56 1200h94q17 0 31 -11t18 -27l38 -162h896q24 0 39 -18.5t10 -42.5l-100 -475q-5 -21 -27 -42.5t-55 -21.5h-633l48 -200h535q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-50q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-300v-50 q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v50h-31q-18 0 -32.5 10t-20.5 19l-5 10l-201 961h-54q-20 0 -35 14.5t-15 35.5t15 35.5t35 14.5z" />
<glyph unicode="&#xe117;" d="M1200 1000v-100h-1200v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500zM0 800h1200v-800h-1200v800z" />
<glyph unicode="&#xe118;" d="M200 800l-200 -400v600h200q0 41 29.5 70.5t70.5 29.5h300q42 0 71 -29.5t29 -70.5h500v-200h-1000zM1500 700l-300 -700h-1200l300 700h1200z" />
<glyph unicode="&#xe119;" d="M635 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-601h150q21 0 25 -10.5t-10 -24.5l-230 -249q-14 -15 -35 -15t-35 15l-230 249q-14 14 -10 24.5t25 10.5h150v601h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
<glyph unicode="&#xe120;" d="M936 864l249 -229q14 -15 14 -35.5t-14 -35.5l-249 -229q-15 -15 -25.5 -10.5t-10.5 24.5v151h-600v-151q0 -20 -10.5 -24.5t-25.5 10.5l-249 229q-14 15 -14 35.5t14 35.5l249 229q15 15 25.5 10.5t10.5 -25.5v-149h600v149q0 21 10.5 25.5t25.5 -10.5z" />
<glyph unicode="&#xe121;" d="M1169 400l-172 732q-5 23 -23 45.5t-38 22.5h-672q-20 0 -38 -20t-23 -41l-172 -739h1138zM1100 300h-1000q-41 0 -70.5 -29.5t-29.5 -70.5v-100q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v100q0 41 -29.5 70.5t-70.5 29.5zM800 100v100h100v-100h-100 zM1000 100v100h100v-100h-100z" />
<glyph unicode="&#xe122;" d="M1150 1100q21 0 35.5 -14.5t14.5 -35.5v-850q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v850q0 21 14.5 35.5t35.5 14.5zM1000 200l-675 200h-38l47 -276q3 -16 -5.5 -20t-29.5 -4h-7h-84q-20 0 -34.5 14t-18.5 35q-55 337 -55 351v250v6q0 16 1 23.5t6.5 14 t17.5 6.5h200l675 250v-850zM0 750v-250q-4 0 -11 0.5t-24 6t-30 15t-24 30t-11 48.5v50q0 26 10.5 46t25 30t29 16t25.5 7z" />
<glyph unicode="&#xe123;" d="M553 1200h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q19 0 33 -14.5t14 -35t-13 -40.5t-31 -27q-8 -4 -23 -9.5t-65 -19.5t-103 -25t-132.5 -20t-158.5 -9q-57 0 -115 5t-104 12t-88.5 15.5t-73.5 17.5t-54.5 16t-35.5 12l-11 4 q-18 8 -31 28t-13 40.5t14 35t33 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3.5 32t28.5 13zM498 110q50 -6 102 -6q53 0 102 6q-12 -49 -39.5 -79.5t-62.5 -30.5t-63 30.5t-39 79.5z" />
<glyph unicode="&#xe124;" d="M800 946l224 78l-78 -224l234 -45l-180 -155l180 -155l-234 -45l78 -224l-224 78l-45 -234l-155 180l-155 -180l-45 234l-224 -78l78 224l-234 45l180 155l-180 155l234 45l-78 224l224 -78l45 234l155 -180l155 180z" />
<glyph unicode="&#xe125;" d="M650 1200h50q40 0 70 -40.5t30 -84.5v-150l-28 -125h328q40 0 70 -40.5t30 -84.5v-100q0 -45 -29 -74l-238 -344q-16 -24 -38 -40.5t-45 -16.5h-250q-7 0 -42 25t-66 50l-31 25h-61q-45 0 -72.5 18t-27.5 57v400q0 36 20 63l145 196l96 198q13 28 37.5 48t51.5 20z M650 1100l-100 -212l-150 -213v-375h100l136 -100h214l250 375v125h-450l50 225v175h-50zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe126;" d="M600 1100h250q23 0 45 -16.5t38 -40.5l238 -344q29 -29 29 -74v-100q0 -44 -30 -84.5t-70 -40.5h-328q28 -118 28 -125v-150q0 -44 -30 -84.5t-70 -40.5h-50q-27 0 -51.5 20t-37.5 48l-96 198l-145 196q-20 27 -20 63v400q0 39 27.5 57t72.5 18h61q124 100 139 100z M50 1000h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM636 1000l-136 -100h-100v-375l150 -213l100 -212h50v175l-50 225h450v125l-250 375h-214z" />
<glyph unicode="&#xe127;" d="M356 873l363 230q31 16 53 -6l110 -112q13 -13 13.5 -32t-11.5 -34l-84 -121h302q84 0 138 -38t54 -110t-55 -111t-139 -39h-106l-131 -339q-6 -21 -19.5 -41t-28.5 -20h-342q-7 0 -90 81t-83 94v525q0 17 14 35.5t28 28.5zM400 792v-503l100 -89h293l131 339 q6 21 19.5 41t28.5 20h203q21 0 30.5 25t0.5 50t-31 25h-456h-7h-6h-5.5t-6 0.5t-5 1.5t-5 2t-4 2.5t-4 4t-2.5 4.5q-12 25 5 47l146 183l-86 83zM50 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v500 q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe128;" d="M475 1103l366 -230q2 -1 6 -3.5t14 -10.5t18 -16.5t14.5 -20t6.5 -22.5v-525q0 -13 -86 -94t-93 -81h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-85 0 -139.5 39t-54.5 111t54 110t138 38h302l-85 121q-11 15 -10.5 34t13.5 32l110 112q22 22 53 6zM370 945l146 -183 q17 -22 5 -47q-2 -2 -3.5 -4.5t-4 -4t-4 -2.5t-5 -2t-5 -1.5t-6 -0.5h-6h-6.5h-6h-475v-100h221q15 0 29 -20t20 -41l130 -339h294l106 89v503l-342 236zM1050 800h100q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5 v500q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe129;" d="M550 1294q72 0 111 -55t39 -139v-106l339 -131q21 -6 41 -19.5t20 -28.5v-342q0 -7 -81 -90t-94 -83h-525q-17 0 -35.5 14t-28.5 28l-9 14l-230 363q-16 31 6 53l112 110q13 13 32 13.5t34 -11.5l121 -84v302q0 84 38 138t110 54zM600 972v203q0 21 -25 30.5t-50 0.5 t-25 -31v-456v-7v-6v-5.5t-0.5 -6t-1.5 -5t-2 -5t-2.5 -4t-4 -4t-4.5 -2.5q-25 -12 -47 5l-183 146l-83 -86l236 -339h503l89 100v293l-339 131q-21 6 -41 19.5t-20 28.5zM450 200h500q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-500 q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe130;" d="M350 1100h500q21 0 35.5 14.5t14.5 35.5v100q0 21 -14.5 35.5t-35.5 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -21 14.5 -35.5t35.5 -14.5zM600 306v-106q0 -84 -39 -139t-111 -55t-110 54t-38 138v302l-121 -84q-15 -12 -34 -11.5t-32 13.5l-112 110 q-22 22 -6 53l230 363q1 2 3.5 6t10.5 13.5t16.5 17t20 13.5t22.5 6h525q13 0 94 -83t81 -90v-342q0 -15 -20 -28.5t-41 -19.5zM308 900l-236 -339l83 -86l183 146q22 17 47 5q2 -1 4.5 -2.5t4 -4t2.5 -4t2 -5t1.5 -5t0.5 -6v-5.5v-6v-7v-456q0 -22 25 -31t50 0.5t25 30.5 v203q0 15 20 28.5t41 19.5l339 131v293l-89 100h-503z" />
<glyph unicode="&#xe131;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM914 632l-275 223q-16 13 -27.5 8t-11.5 -26v-137h-275 q-10 0 -17.5 -7.5t-7.5 -17.5v-150q0 -10 7.5 -17.5t17.5 -7.5h275v-137q0 -21 11.5 -26t27.5 8l275 223q16 13 16 32t-16 32z" />
<glyph unicode="&#xe132;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM561 855l-275 -223q-16 -13 -16 -32t16 -32l275 -223q16 -13 27.5 -8 t11.5 26v137h275q10 0 17.5 7.5t7.5 17.5v150q0 10 -7.5 17.5t-17.5 7.5h-275v137q0 21 -11.5 26t-27.5 -8z" />
<glyph unicode="&#xe133;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM855 639l-223 275q-13 16 -32 16t-32 -16l-223 -275q-13 -16 -8 -27.5 t26 -11.5h137v-275q0 -10 7.5 -17.5t17.5 -7.5h150q10 0 17.5 7.5t7.5 17.5v275h137q21 0 26 11.5t-8 27.5z" />
<glyph unicode="&#xe134;" d="M600 1178q118 0 225 -45.5t184.5 -123t123 -184.5t45.5 -225t-45.5 -225t-123 -184.5t-184.5 -123t-225 -45.5t-225 45.5t-184.5 123t-123 184.5t-45.5 225t45.5 225t123 184.5t184.5 123t225 45.5zM675 900h-150q-10 0 -17.5 -7.5t-7.5 -17.5v-275h-137q-21 0 -26 -11.5 t8 -27.5l223 -275q13 -16 32 -16t32 16l223 275q13 16 8 27.5t-26 11.5h-137v275q0 10 -7.5 17.5t-17.5 7.5z" />
<glyph unicode="&#xe135;" d="M600 1176q116 0 222.5 -46t184 -123.5t123.5 -184t46 -222.5t-46 -222.5t-123.5 -184t-184 -123.5t-222.5 -46t-222.5 46t-184 123.5t-123.5 184t-46 222.5t46 222.5t123.5 184t184 123.5t222.5 46zM627 1101q-15 -12 -36.5 -20.5t-35.5 -12t-43 -8t-39 -6.5 q-15 -3 -45.5 0t-45.5 -2q-20 -7 -51.5 -26.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79q-9 -34 5 -93t8 -87q0 -9 17 -44.5t16 -59.5q12 0 23 -5t23.5 -15t19.5 -14q16 -8 33 -15t40.5 -15t34.5 -12q21 -9 52.5 -32t60 -38t57.5 -11 q7 -15 -3 -34t-22.5 -40t-9.5 -38q13 -21 23 -34.5t27.5 -27.5t36.5 -18q0 -7 -3.5 -16t-3.5 -14t5 -17q104 -2 221 112q30 29 46.5 47t34.5 49t21 63q-13 8 -37 8.5t-36 7.5q-15 7 -49.5 15t-51.5 19q-18 0 -41 -0.5t-43 -1.5t-42 -6.5t-38 -16.5q-51 -35 -66 -12 q-4 1 -3.5 25.5t0.5 25.5q-6 13 -26.5 17.5t-24.5 6.5q1 15 -0.5 30.5t-7 28t-18.5 11.5t-31 -21q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q7 -12 18 -24t21.5 -20.5t20 -15t15.5 -10.5l5 -3q2 12 7.5 30.5t8 34.5t-0.5 32q-3 18 3.5 29 t18 22.5t15.5 24.5q6 14 10.5 35t8 31t15.5 22.5t34 22.5q-6 18 10 36q8 0 24 -1.5t24.5 -1.5t20 4.5t20.5 15.5q-10 23 -31 42.5t-37.5 29.5t-49 27t-43.5 23q0 1 2 8t3 11.5t1.5 10.5t-1 9.5t-4.5 4.5q31 -13 58.5 -14.5t38.5 2.5l12 5q5 28 -9.5 46t-36.5 24t-50 15 t-41 20q-18 -4 -37 0zM613 994q0 -17 8 -42t17 -45t9 -23q-8 1 -39.5 5.5t-52.5 10t-37 16.5q3 11 16 29.5t16 25.5q10 -10 19 -10t14 6t13.5 14.5t16.5 12.5z" />
<glyph unicode="&#xe136;" d="M756 1157q164 92 306 -9l-259 -138l145 -232l251 126q6 -89 -34 -156.5t-117 -110.5q-60 -34 -127 -39.5t-126 16.5l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5t15 37.5l600 599q-34 101 5.5 201.5t135.5 154.5z" />
<glyph unicode="&#xe137;" horiz-adv-x="1220" d="M100 1196h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 1096h-200v-100h200v100zM100 796h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 696h-500v-100h500v100zM100 396h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 296h-300v-100h300v100z " />
<glyph unicode="&#xe138;" d="M150 1200h900q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM700 500v-300l-200 -200v500l-350 500h900z" />
<glyph unicode="&#xe139;" d="M500 1200h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5zM500 1100v-100h200v100h-200zM1200 400v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v200h1200z" />
<glyph unicode="&#xe140;" d="M50 1200h300q21 0 25 -10.5t-10 -24.5l-94 -94l199 -199q7 -8 7 -18t-7 -18l-106 -106q-8 -7 -18 -7t-18 7l-199 199l-94 -94q-14 -14 -24.5 -10t-10.5 25v300q0 21 14.5 35.5t35.5 14.5zM850 1200h300q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -10.5 -25t-24.5 10l-94 94 l-199 -199q-8 -7 -18 -7t-18 7l-106 106q-7 8 -7 18t7 18l199 199l-94 94q-14 14 -10 24.5t25 10.5zM364 470l106 -106q7 -8 7 -18t-7 -18l-199 -199l94 -94q14 -14 10 -24.5t-25 -10.5h-300q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 10.5 25t24.5 -10l94 -94l199 199 q8 7 18 7t18 -7zM1071 271l94 94q14 14 24.5 10t10.5 -25v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -25 10.5t10 24.5l94 94l-199 199q-7 8 -7 18t7 18l106 106q8 7 18 7t18 -7z" />
<glyph unicode="&#xe141;" d="M596 1192q121 0 231.5 -47.5t190 -127t127 -190t47.5 -231.5t-47.5 -231.5t-127 -190.5t-190 -127t-231.5 -47t-231.5 47t-190.5 127t-127 190.5t-47 231.5t47 231.5t127 190t190.5 127t231.5 47.5zM596 1010q-112 0 -207.5 -55.5t-151 -151t-55.5 -207.5t55.5 -207.5 t151 -151t207.5 -55.5t207.5 55.5t151 151t55.5 207.5t-55.5 207.5t-151 151t-207.5 55.5zM454.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38.5 -16.5t-38.5 16.5t-16 39t16 38.5t38.5 16zM754.5 905q22.5 0 38.5 -16t16 -38.5t-16 -39t-38 -16.5q-14 0 -29 10l-55 -145 q17 -23 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 23 16 39t38.5 16zM345.5 709q22.5 0 38.5 -16t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16zM854.5 709q22.5 0 38.5 -16 t16 -38.5t-16 -38.5t-38.5 -16t-38.5 16t-16 38.5t16 38.5t38.5 16z" />
<glyph unicode="&#xe142;" d="M546 173l469 470q91 91 99 192q7 98 -52 175.5t-154 94.5q-22 4 -47 4q-34 0 -66.5 -10t-56.5 -23t-55.5 -38t-48 -41.5t-48.5 -47.5q-376 -375 -391 -390q-30 -27 -45 -41.5t-37.5 -41t-32 -46.5t-16 -47.5t-1.5 -56.5q9 -62 53.5 -95t99.5 -33q74 0 125 51l548 548 q36 36 20 75q-7 16 -21.5 26t-32.5 10q-26 0 -50 -23q-13 -12 -39 -38l-341 -338q-15 -15 -35.5 -15.5t-34.5 13.5t-14 34.5t14 34.5q327 333 361 367q35 35 67.5 51.5t78.5 16.5q14 0 29 -1q44 -8 74.5 -35.5t43.5 -68.5q14 -47 2 -96.5t-47 -84.5q-12 -11 -32 -32 t-79.5 -81t-114.5 -115t-124.5 -123.5t-123 -119.5t-96.5 -89t-57 -45q-56 -27 -120 -27q-70 0 -129 32t-93 89q-48 78 -35 173t81 163l511 511q71 72 111 96q91 55 198 55q80 0 152 -33q78 -36 129.5 -103t66.5 -154q17 -93 -11 -183.5t-94 -156.5l-482 -476 q-15 -15 -36 -16t-37 14t-17.5 34t14.5 35z" />
<glyph unicode="&#xe143;" d="M649 949q48 68 109.5 104t121.5 38.5t118.5 -20t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-150 152.5t-126.5 127.5t-93.5 124.5t-33.5 117.5q0 64 28 123t73 100.5t104 64t119 20 t120.5 -38.5t104.5 -104zM896 972q-33 0 -64.5 -19t-56.5 -46t-47.5 -53.5t-43.5 -45.5t-37.5 -19t-36 19t-40 45.5t-43 53.5t-54 46t-65.5 19q-67 0 -122.5 -55.5t-55.5 -132.5q0 -23 13.5 -51t46 -65t57.5 -63t76 -75l22 -22q15 -14 44 -44t50.5 -51t46 -44t41 -35t23 -12 t23.5 12t42.5 36t46 44t52.5 52t44 43q4 4 12 13q43 41 63.5 62t52 55t46 55t26 46t11.5 44q0 79 -53 133.5t-120 54.5z" />
<glyph unicode="&#xe144;" d="M776.5 1214q93.5 0 159.5 -66l141 -141q66 -66 66 -160q0 -42 -28 -95.5t-62 -87.5l-29 -29q-31 53 -77 99l-18 18l95 95l-247 248l-389 -389l212 -212l-105 -106l-19 18l-141 141q-66 66 -66 159t66 159l283 283q65 66 158.5 66zM600 706l105 105q10 -8 19 -17l141 -141 q66 -66 66 -159t-66 -159l-283 -283q-66 -66 -159 -66t-159 66l-141 141q-66 66 -66 159.5t66 159.5l55 55q29 -55 75 -102l18 -17l-95 -95l247 -248l389 389z" />
<glyph unicode="&#xe145;" d="M603 1200q85 0 162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5v953q0 21 30 46.5t81 48t129 37.5t163 15zM300 1000v-700h600v700h-600zM600 254q-43 0 -73.5 -30.5t-30.5 -73.5t30.5 -73.5t73.5 -30.5t73.5 30.5 t30.5 73.5t-30.5 73.5t-73.5 30.5z" />
<glyph unicode="&#xe146;" d="M902 1185l283 -282q15 -15 15 -36t-14.5 -35.5t-35.5 -14.5t-35 15l-36 35l-279 -267v-300l-212 210l-308 -307l-280 -203l203 280l307 308l-210 212h300l267 279l-35 36q-15 14 -15 35t14.5 35.5t35.5 14.5t35 -15z" />
<glyph unicode="&#xe148;" d="M700 1248v-78q38 -5 72.5 -14.5t75.5 -31.5t71 -53.5t52 -84t24 -118.5h-159q-4 36 -10.5 59t-21 45t-40 35.5t-64.5 20.5v-307l64 -13q34 -7 64 -16.5t70 -32t67.5 -52.5t47.5 -80t20 -112q0 -139 -89 -224t-244 -97v-77h-100v79q-150 16 -237 103q-40 40 -52.5 93.5 t-15.5 139.5h139q5 -77 48.5 -126t117.5 -65v335l-27 8q-46 14 -79 26.5t-72 36t-63 52t-40 72.5t-16 98q0 70 25 126t67.5 92t94.5 57t110 27v77h100zM600 754v274q-29 -4 -50 -11t-42 -21.5t-31.5 -41.5t-10.5 -65q0 -29 7 -50.5t16.5 -34t28.5 -22.5t31.5 -14t37.5 -10 q9 -3 13 -4zM700 547v-310q22 2 42.5 6.5t45 15.5t41.5 27t29 42t12 59.5t-12.5 59.5t-38 44.5t-53 31t-66.5 24.5z" />
<glyph unicode="&#xe149;" d="M561 1197q84 0 160.5 -40t123.5 -109.5t47 -147.5h-153q0 40 -19.5 71.5t-49.5 48.5t-59.5 26t-55.5 9q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -26 13.5 -63t26.5 -61t37 -66q6 -9 9 -14h241v-100h-197q8 -50 -2.5 -115t-31.5 -95q-45 -62 -99 -112 q34 10 83 17.5t71 7.5q32 1 102 -16t104 -17q83 0 136 30l50 -147q-31 -19 -58 -30.5t-55 -15.5t-42 -4.5t-46 -0.5q-23 0 -76 17t-111 32.5t-96 11.5q-39 -3 -82 -16t-67 -25l-23 -11l-55 145q4 3 16 11t15.5 10.5t13 9t15.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-30 142.5h-221v100h166q-23 47 -44 104q-7 20 -12 41.5t-6 55.5t6 66.5t29.5 70.5t58.5 71q97 88 263 88z" />
<glyph unicode="&#xe150;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM935 1184l230 -249q14 -14 10 -24.5t-25 -10.5h-150v-900h-200v900h-150q-21 0 -25 10.5t10 24.5l230 249q14 15 35 15t35 -15z" />
<glyph unicode="&#xe151;" d="M1000 700h-100v100h-100v-100h-100v500h300v-500zM400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM801 1100v-200h100v200h-100zM1000 350l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150z " />
<glyph unicode="&#xe152;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 1050l-200 -250h200v-100h-300v150l200 250h-200v100h300v-150zM1000 0h-100v100h-100v-100h-100v500h300v-500zM801 400v-200h100v200h-100z " />
<glyph unicode="&#xe153;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1000 700h-100v400h-100v100h200v-500zM1100 0h-100v100h-200v400h300v-500zM901 400v-200h100v200h-100z" />
<glyph unicode="&#xe154;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1100 700h-100v100h-200v400h300v-500zM901 1100v-200h100v200h-100zM1000 0h-100v400h-100v100h200v-500z" />
<glyph unicode="&#xe155;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM900 1000h-200v200h200v-200zM1000 700h-300v200h300v-200zM1100 400h-400v200h400v-200zM1200 100h-500v200h500v-200z" />
<glyph unicode="&#xe156;" d="M400 300h150q21 0 25 -11t-10 -25l-230 -250q-14 -15 -35 -15t-35 15l-230 250q-14 14 -10 25t25 11h150v900h200v-900zM1200 1000h-500v200h500v-200zM1100 700h-400v200h400v-200zM1000 400h-300v200h300v-200zM900 100h-200v200h200v-200z" />
<glyph unicode="&#xe157;" d="M350 1100h400q162 0 256 -93.5t94 -256.5v-400q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5z" />
<glyph unicode="&#xe158;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-163 0 -256.5 92.5t-93.5 257.5v400q0 163 94 256.5t256 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM440 770l253 -190q17 -12 17 -30t-17 -30l-253 -190q-16 -12 -28 -6.5t-12 26.5v400q0 21 12 26.5t28 -6.5z" />
<glyph unicode="&#xe159;" d="M350 1100h400q163 0 256.5 -94t93.5 -256v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 163 92.5 256.5t257.5 93.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM350 700h400q21 0 26.5 -12t-6.5 -28l-190 -253q-12 -17 -30 -17t-30 17l-190 253q-12 16 -6.5 28t26.5 12z" />
<glyph unicode="&#xe160;" d="M350 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -163 -92.5 -256.5t-257.5 -93.5h-400q-163 0 -256.5 94t-93.5 256v400q0 165 92.5 257.5t257.5 92.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5 v500q0 41 -29.5 70.5t-70.5 29.5zM580 693l190 -253q12 -16 6.5 -28t-26.5 -12h-400q-21 0 -26.5 12t6.5 28l190 253q12 17 30 17t30 -17z" />
<glyph unicode="&#xe161;" d="M550 1100h400q165 0 257.5 -92.5t92.5 -257.5v-400q0 -165 -92.5 -257.5t-257.5 -92.5h-400q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h450q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-450q-21 0 -35.5 14.5t-14.5 35.5v100 q0 21 14.5 35.5t35.5 14.5zM338 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
<glyph unicode="&#xe162;" d="M793 1182l9 -9q8 -10 5 -27q-3 -11 -79 -225.5t-78 -221.5l300 1q24 0 32.5 -17.5t-5.5 -35.5q-1 0 -133.5 -155t-267 -312.5t-138.5 -162.5q-12 -15 -26 -15h-9l-9 8q-9 11 -4 32q2 9 42 123.5t79 224.5l39 110h-302q-23 0 -31 19q-10 21 6 41q75 86 209.5 237.5 t228 257t98.5 111.5q9 16 25 16h9z" />
<glyph unicode="&#xe163;" d="M350 1100h400q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-450q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h450q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400 q0 165 92.5 257.5t257.5 92.5zM938 867l324 -284q16 -14 16 -33t-16 -33l-324 -284q-16 -14 -27 -9t-11 26v150h-250q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h250v150q0 21 11 26t27 -9z" />
<glyph unicode="&#xe164;" d="M750 1200h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -10.5 -25t-24.5 10l-109 109l-312 -312q-15 -15 -35.5 -15t-35.5 15l-141 141q-15 15 -15 35.5t15 35.5l312 312l-109 109q-14 14 -10 24.5t25 10.5zM456 900h-156q-41 0 -70.5 -29.5t-29.5 -70.5v-500 q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v148l200 200v-298q0 -165 -93.5 -257.5t-256.5 -92.5h-400q-165 0 -257.5 92.5t-92.5 257.5v400q0 165 92.5 257.5t257.5 92.5h300z" />
<glyph unicode="&#xe165;" d="M600 1186q119 0 227.5 -46.5t187 -125t125 -187t46.5 -227.5t-46.5 -227.5t-125 -187t-187 -125t-227.5 -46.5t-227.5 46.5t-187 125t-125 187t-46.5 227.5t46.5 227.5t125 187t187 125t227.5 46.5zM600 1022q-115 0 -212 -56.5t-153.5 -153.5t-56.5 -212t56.5 -212 t153.5 -153.5t212 -56.5t212 56.5t153.5 153.5t56.5 212t-56.5 212t-153.5 153.5t-212 56.5zM600 794q80 0 137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137t57 137t137 57z" />
<glyph unicode="&#xe166;" d="M450 1200h200q21 0 35.5 -14.5t14.5 -35.5v-350h245q20 0 25 -11t-9 -26l-383 -426q-14 -15 -33.5 -15t-32.5 15l-379 426q-13 15 -8.5 26t25.5 11h250v350q0 21 14.5 35.5t35.5 14.5zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
<glyph unicode="&#xe167;" d="M583 1182l378 -435q14 -15 9 -31t-26 -16h-244v-250q0 -20 -17 -35t-39 -15h-200q-20 0 -32 14.5t-12 35.5v250h-250q-20 0 -25.5 16.5t8.5 31.5l383 431q14 16 33.5 17t33.5 -14zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5z M900 200v-50h100v50h-100z" />
<glyph unicode="&#xe168;" d="M396 723l369 369q7 7 17.5 7t17.5 -7l139 -139q7 -8 7 -18.5t-7 -17.5l-525 -525q-7 -8 -17.5 -8t-17.5 8l-292 291q-7 8 -7 18t7 18l139 139q8 7 18.5 7t17.5 -7zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50 h-100z" />
<glyph unicode="&#xe169;" d="M135 1023l142 142q14 14 35 14t35 -14l77 -77l-212 -212l-77 76q-14 15 -14 36t14 35zM655 855l210 210q14 14 24.5 10t10.5 -25l-2 -599q-1 -20 -15.5 -35t-35.5 -15l-597 -1q-21 0 -25 10.5t10 24.5l208 208l-154 155l212 212zM50 300h1000q21 0 35.5 -14.5t14.5 -35.5 v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
<glyph unicode="&#xe170;" d="M350 1200l599 -2q20 -1 35 -15.5t15 -35.5l1 -597q0 -21 -10.5 -25t-24.5 10l-208 208l-155 -154l-212 212l155 154l-210 210q-14 14 -10 24.5t25 10.5zM524 512l-76 -77q-15 -14 -36 -14t-35 14l-142 142q-14 14 -14 35t14 35l77 77zM50 300h1000q21 0 35.5 -14.5 t14.5 -35.5v-250h-1100v250q0 21 14.5 35.5t35.5 14.5zM900 200v-50h100v50h-100z" />
<glyph unicode="&#xe171;" d="M1200 103l-483 276l-314 -399v423h-399l1196 796v-1096zM483 424v-230l683 953z" />
<glyph unicode="&#xe172;" d="M1100 1000v-850q0 -21 -14.5 -35.5t-35.5 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200z" />
<glyph unicode="&#xe173;" d="M1100 1000l-2 -149l-299 -299l-95 95q-9 9 -21.5 9t-21.5 -9l-149 -147h-312v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1132 638l106 -106q7 -7 7 -17.5t-7 -17.5l-420 -421q-8 -7 -18 -7 t-18 7l-202 203q-8 7 -8 17.5t8 17.5l106 106q7 8 17.5 8t17.5 -8l79 -79l297 297q7 7 17.5 7t17.5 -7z" />
<glyph unicode="&#xe174;" d="M1100 1000v-269l-103 -103l-134 134q-15 15 -33.5 16.5t-34.5 -12.5l-266 -266h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM1202 572l70 -70q15 -15 15 -35.5t-15 -35.5l-131 -131 l131 -131q15 -15 15 -35.5t-15 -35.5l-70 -70q-15 -15 -35.5 -15t-35.5 15l-131 131l-131 -131q-15 -15 -35.5 -15t-35.5 15l-70 70q-15 15 -15 35.5t15 35.5l131 131l-131 131q-15 15 -15 35.5t15 35.5l70 70q15 15 35.5 15t35.5 -15l131 -131l131 131q15 15 35.5 15 t35.5 -15z" />
<glyph unicode="&#xe175;" d="M1100 1000v-300h-350q-21 0 -35.5 -14.5t-14.5 -35.5v-150h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM850 600h100q21 0 35.5 -14.5t14.5 -35.5v-250h150q21 0 25 -10.5t-10 -24.5 l-230 -230q-14 -14 -35 -14t-35 14l-230 230q-14 14 -10 24.5t25 10.5h150v250q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe176;" d="M1100 1000v-400l-165 165q-14 15 -35 15t-35 -15l-263 -265h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1000h-100v200h100v-200zM935 565l230 -229q14 -15 10 -25.5t-25 -10.5h-150v-250q0 -20 -14.5 -35 t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35v250h-150q-21 0 -25 10.5t10 25.5l230 229q14 15 35 15t35 -15z" />
<glyph unicode="&#xe177;" d="M50 1100h1100q21 0 35.5 -14.5t14.5 -35.5v-150h-1200v150q0 21 14.5 35.5t35.5 14.5zM1200 800v-550q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v550h1200zM100 500v-200h400v200h-400z" />
<glyph unicode="&#xe178;" d="M935 1165l248 -230q14 -14 14 -35t-14 -35l-248 -230q-14 -14 -24.5 -10t-10.5 25v150h-400v200h400v150q0 21 10.5 25t24.5 -10zM200 800h-50q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v-200zM400 800h-100v200h100v-200zM18 435l247 230 q14 14 24.5 10t10.5 -25v-150h400v-200h-400v-150q0 -21 -10.5 -25t-24.5 10l-247 230q-15 14 -15 35t15 35zM900 300h-100v200h100v-200zM1000 500h51q20 0 34.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-34.5 -14.5h-51v200z" />
<glyph unicode="&#xe179;" d="M862 1073l276 116q25 18 43.5 8t18.5 -41v-1106q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v397q-4 1 -11 5t-24 17.5t-30 29t-24 42t-11 56.5v359q0 31 18.5 65t43.5 52zM550 1200q22 0 34.5 -12.5t14.5 -24.5l1 -13v-450q0 -28 -10.5 -59.5 t-25 -56t-29 -45t-25.5 -31.5l-10 -11v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447q-4 4 -11 11.5t-24 30.5t-30 46t-24 55t-11 60v450q0 2 0.5 5.5t4 12t8.5 15t14.5 12t22.5 5.5q20 0 32.5 -12.5t14.5 -24.5l3 -13v-350h100v350v5.5t2.5 12 t7 15t15 12t25.5 5.5q23 0 35.5 -12.5t13.5 -24.5l1 -13v-350h100v350q0 2 0.5 5.5t3 12t7 15t15 12t24.5 5.5z" />
<glyph unicode="&#xe180;" d="M1200 1100v-56q-4 0 -11 -0.5t-24 -3t-30 -7.5t-24 -15t-11 -24v-888q0 -22 25 -34.5t50 -13.5l25 -2v-56h-400v56q75 0 87.5 6.5t12.5 43.5v394h-500v-394q0 -37 12.5 -43.5t87.5 -6.5v-56h-400v56q4 0 11 0.5t24 3t30 7.5t24 15t11 24v888q0 22 -25 34.5t-50 13.5 l-25 2v56h400v-56q-75 0 -87.5 -6.5t-12.5 -43.5v-394h500v394q0 37 -12.5 43.5t-87.5 6.5v56h400z" />
<glyph unicode="&#xe181;" d="M675 1000h375q21 0 35.5 -14.5t14.5 -35.5v-150h-105l-295 -98v98l-200 200h-400l100 100h375zM100 900h300q41 0 70.5 -29.5t29.5 -70.5v-500q0 -41 -29.5 -70.5t-70.5 -29.5h-300q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5zM100 800v-200h300v200 h-300zM1100 535l-400 -133v163l400 133v-163zM100 500v-200h300v200h-300zM1100 398v-248q0 -21 -14.5 -35.5t-35.5 -14.5h-375l-100 -100h-375l-100 100h400l200 200h105z" />
<glyph unicode="&#xe182;" d="M17 1007l162 162q17 17 40 14t37 -22l139 -194q14 -20 11 -44.5t-20 -41.5l-119 -118q102 -142 228 -268t267 -227l119 118q17 17 42.5 19t44.5 -12l192 -136q19 -14 22.5 -37.5t-13.5 -40.5l-163 -162q-3 -1 -9.5 -1t-29.5 2t-47.5 6t-62.5 14.5t-77.5 26.5t-90 42.5 t-101.5 60t-111 83t-119 108.5q-74 74 -133.5 150.5t-94.5 138.5t-60 119.5t-34.5 100t-15 74.5t-4.5 48z" />
<glyph unicode="&#xe183;" d="M600 1100q92 0 175 -10.5t141.5 -27t108.5 -36.5t81.5 -40t53.5 -37t31 -27l9 -10v-200q0 -21 -14.5 -33t-34.5 -9l-202 34q-20 3 -34.5 20t-14.5 38v146q-141 24 -300 24t-300 -24v-146q0 -21 -14.5 -38t-34.5 -20l-202 -34q-20 -3 -34.5 9t-14.5 33v200q3 4 9.5 10.5 t31 26t54 37.5t80.5 39.5t109 37.5t141 26.5t175 10.5zM600 795q56 0 97 -9.5t60 -23.5t30 -28t12 -24l1 -10v-50l365 -303q14 -15 24.5 -40t10.5 -45v-212q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v212q0 20 10.5 45t24.5 40l365 303v50 q0 4 1 10.5t12 23t30 29t60 22.5t97 10z" />
<glyph unicode="&#xe184;" d="M1100 700l-200 -200h-600l-200 200v500h200v-200h200v200h200v-200h200v200h200v-500zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5 t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe185;" d="M700 1100h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-1000h300v1000q0 41 -29.5 70.5t-70.5 29.5zM1100 800h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-700h300v700q0 41 -29.5 70.5t-70.5 29.5zM400 0h-300v400q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-400z " />
<glyph unicode="&#xe186;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
<glyph unicode="&#xe187;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 300h-100v200h-100v-200h-100v500h100v-200h100v200h100v-500zM900 700v-300l-100 -100h-200v500h200z M700 700v-300h100v300h-100z" />
<glyph unicode="&#xe188;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-300h200v-100h-300v500h300v-100zM900 700h-200v-300h200v-100h-300v500h300v-100z" />
<glyph unicode="&#xe189;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 400l-300 150l300 150v-300zM900 550l-300 -150v300z" />
<glyph unicode="&#xe190;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM900 300h-700v500h700v-500zM800 700h-130q-38 0 -66.5 -43t-28.5 -108t27 -107t68 -42h130v300zM300 700v-300 h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130z" />
<glyph unicode="&#xe191;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 700h-200v-100h200v-300h-300v100h200v100h-200v300h300v-100zM900 300h-100v400h-100v100h200v-500z M700 300h-100v100h100v-100z" />
<glyph unicode="&#xe192;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM300 700h200v-400h-300v500h100v-100zM900 300h-100v400h-100v100h200v-500zM300 600v-200h100v200h-100z M700 300h-100v100h100v-100z" />
<glyph unicode="&#xe193;" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM100 900v-700h900v700h-900zM500 500l-199 -200h-100v50l199 200v150h-200v100h300v-300zM900 300h-100v400h-100v100h200v-500zM701 300h-100 v100h100v-100z" />
<glyph unicode="&#xe194;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700h-300v-200h300v-100h-300l-100 100v200l100 100h300v-100z" />
<glyph unicode="&#xe195;" d="M600 1191q120 0 229.5 -47t188.5 -126t126 -188.5t47 -229.5t-47 -229.5t-126 -188.5t-188.5 -126t-229.5 -47t-229.5 47t-188.5 126t-126 188.5t-47 229.5t47 229.5t126 188.5t188.5 126t229.5 47zM600 1021q-114 0 -211 -56.5t-153.5 -153.5t-56.5 -211t56.5 -211 t153.5 -153.5t211 -56.5t211 56.5t153.5 153.5t56.5 211t-56.5 211t-153.5 153.5t-211 56.5zM800 700v-100l-50 -50l100 -100v-50h-100l-100 100h-150v-100h-100v400h300zM500 700v-100h200v100h-200z" />
<glyph unicode="&#xe197;" d="M503 1089q110 0 200.5 -59.5t134.5 -156.5q44 14 90 14q120 0 205 -86.5t85 -207t-85 -207t-205 -86.5h-128v250q0 21 -14.5 35.5t-35.5 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-250h-222q-80 0 -136 57.5t-56 136.5q0 69 43 122.5t108 67.5q-2 19 -2 37q0 100 49 185 t134 134t185 49zM525 500h150q10 0 17.5 -7.5t7.5 -17.5v-275h137q21 0 26 -11.5t-8 -27.5l-223 -244q-13 -16 -32 -16t-32 16l-223 244q-13 16 -8 27.5t26 11.5h137v275q0 10 7.5 17.5t17.5 7.5z" />
<glyph unicode="&#xe198;" d="M502 1089q110 0 201 -59.5t135 -156.5q43 15 89 15q121 0 206 -86.5t86 -206.5q0 -99 -60 -181t-150 -110l-378 360q-13 16 -31.5 16t-31.5 -16l-381 -365h-9q-79 0 -135.5 57.5t-56.5 136.5q0 69 43 122.5t108 67.5q-2 19 -2 38q0 100 49 184.5t133.5 134t184.5 49.5z M632 467l223 -228q13 -16 8 -27.5t-26 -11.5h-137v-275q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v275h-137q-21 0 -26 11.5t8 27.5q199 204 223 228q19 19 31.5 19t32.5 -19z" />
<glyph unicode="&#xe199;" d="M700 100v100h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170l-270 -300h400v-100h-50q-21 0 -35.5 -14.5t-14.5 -35.5v-50h400v50q0 21 -14.5 35.5t-35.5 14.5h-50z" />
<glyph unicode="&#xe200;" d="M600 1179q94 0 167.5 -56.5t99.5 -145.5q89 -6 150.5 -71.5t61.5 -155.5q0 -61 -29.5 -112.5t-79.5 -82.5q9 -29 9 -55q0 -74 -52.5 -126.5t-126.5 -52.5q-55 0 -100 30v-251q21 0 35.5 -14.5t14.5 -35.5v-50h-300v50q0 21 14.5 35.5t35.5 14.5v251q-45 -30 -100 -30 q-74 0 -126.5 52.5t-52.5 126.5q0 18 4 38q-47 21 -75.5 65t-28.5 97q0 74 52.5 126.5t126.5 52.5q5 0 23 -2q0 2 -1 10t-1 13q0 116 81.5 197.5t197.5 81.5z" />
<glyph unicode="&#xe201;" d="M1010 1010q111 -111 150.5 -260.5t0 -299t-150.5 -260.5q-83 -83 -191.5 -126.5t-218.5 -43.5t-218.5 43.5t-191.5 126.5q-111 111 -150.5 260.5t0 299t150.5 260.5q83 83 191.5 126.5t218.5 43.5t218.5 -43.5t191.5 -126.5zM476 1065q-4 0 -8 -1q-121 -34 -209.5 -122.5 t-122.5 -209.5q-4 -12 2.5 -23t18.5 -14l36 -9q3 -1 7 -1q23 0 29 22q27 96 98 166q70 71 166 98q11 3 17.5 13.5t3.5 22.5l-9 35q-3 13 -14 19q-7 4 -15 4zM512 920q-4 0 -9 -2q-80 -24 -138.5 -82.5t-82.5 -138.5q-4 -13 2 -24t19 -14l34 -9q4 -1 8 -1q22 0 28 21 q18 58 58.5 98.5t97.5 58.5q12 3 18 13.5t3 21.5l-9 35q-3 12 -14 19q-7 4 -15 4zM719.5 719.5q-49.5 49.5 -119.5 49.5t-119.5 -49.5t-49.5 -119.5t49.5 -119.5t119.5 -49.5t119.5 49.5t49.5 119.5t-49.5 119.5zM855 551q-22 0 -28 -21q-18 -58 -58.5 -98.5t-98.5 -57.5 q-11 -4 -17 -14.5t-3 -21.5l9 -35q3 -12 14 -19q7 -4 15 -4q4 0 9 2q80 24 138.5 82.5t82.5 138.5q4 13 -2.5 24t-18.5 14l-34 9q-4 1 -8 1zM1000 515q-23 0 -29 -22q-27 -96 -98 -166q-70 -71 -166 -98q-11 -3 -17.5 -13.5t-3.5 -22.5l9 -35q3 -13 14 -19q7 -4 15 -4 q4 0 8 1q121 34 209.5 122.5t122.5 209.5q4 12 -2.5 23t-18.5 14l-36 9q-3 1 -7 1z" />
<glyph unicode="&#xe202;" d="M700 800h300v-380h-180v200h-340v-200h-380v755q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM700 300h162l-212 -212l-212 212h162v200h100v-200zM520 0h-395q-10 0 -17.5 7.5t-7.5 17.5v395zM1000 220v-195q0 -10 -7.5 -17.5t-17.5 -7.5h-195z" />
<glyph unicode="&#xe203;" d="M700 800h300v-520l-350 350l-550 -550v1095q0 10 7.5 17.5t17.5 7.5h575v-400zM1000 900h-200v200zM862 200h-162v-200h-100v200h-162l212 212zM480 0h-355q-10 0 -17.5 7.5t-7.5 17.5v55h380v-80zM1000 80v-55q0 -10 -7.5 -17.5t-17.5 -7.5h-155v80h180z" />
<glyph unicode="&#xe204;" d="M1162 800h-162v-200h100l100 -100h-300v300h-162l212 212zM200 800h200q27 0 40 -2t29.5 -10.5t23.5 -30t7 -57.5h300v-100h-600l-200 -350v450h100q0 36 7 57.5t23.5 30t29.5 10.5t40 2zM800 400h240l-240 -400h-800l300 500h500v-100z" />
<glyph unicode="&#xe205;" d="M650 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM1000 850v150q41 0 70.5 -29.5t29.5 -70.5v-800 q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-1 0 -20 4l246 246l-326 326v324q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM412 250l-212 -212v162h-200v100h200v162z" />
<glyph unicode="&#xe206;" d="M450 1100h100q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-300q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h50v50q0 21 14.5 35.5t35.5 14.5zM800 850v150q41 0 70.5 -29.5t29.5 -70.5v-500 h-200v-300h200q0 -36 -7 -57.5t-23.5 -30t-29.5 -10.5t-40 -2h-600q-41 0 -70.5 29.5t-29.5 70.5v800q0 41 29.5 70.5t70.5 29.5v-150q0 -62 44 -106t106 -44h300q62 0 106 44t44 106zM1212 250l-212 -212v162h-200v100h200v162z" />
<glyph unicode="&#xe209;" d="M658 1197l637 -1104q23 -38 7 -65.5t-60 -27.5h-1276q-44 0 -60 27.5t7 65.5l637 1104q22 39 54 39t54 -39zM704 800h-208q-20 0 -32 -14.5t-8 -34.5l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5zM500 300v-100h200 v100h-200z" />
<glyph unicode="&#xe210;" d="M425 1100h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM825 800h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM25 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5zM425 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 500h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5 v150q0 10 7.5 17.5t17.5 7.5zM25 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM425 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5 t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM825 200h250q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-250q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
<glyph unicode="&#xe211;" d="M700 1200h100v-200h-100v-100h350q62 0 86.5 -39.5t-3.5 -94.5l-66 -132q-41 -83 -81 -134h-772q-40 51 -81 134l-66 132q-28 55 -3.5 94.5t86.5 39.5h350v100h-100v200h100v100h200v-100zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-12l137 -100 h-950l138 100h-13q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe212;" d="M600 1300q40 0 68.5 -29.5t28.5 -70.5h-194q0 41 28.5 70.5t68.5 29.5zM443 1100h314q18 -37 18 -75q0 -8 -3 -25h328q41 0 44.5 -16.5t-30.5 -38.5l-175 -145h-678l-178 145q-34 22 -29 38.5t46 16.5h328q-3 17 -3 25q0 38 18 75zM250 700h700q21 0 35.5 -14.5 t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-150v-200l275 -200h-950l275 200v200h-150q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe213;" d="M600 1181q75 0 128 -53t53 -128t-53 -128t-128 -53t-128 53t-53 128t53 128t128 53zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13 l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe214;" d="M600 1300q47 0 92.5 -53.5t71 -123t25.5 -123.5q0 -78 -55.5 -133.5t-133.5 -55.5t-133.5 55.5t-55.5 133.5q0 62 34 143l144 -143l111 111l-163 163q34 26 63 26zM602 798h46q34 0 55.5 -28.5t21.5 -86.5q0 -76 39 -183h-324q39 107 39 183q0 58 21.5 86.5t56.5 28.5h45 zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe215;" d="M600 1200l300 -161v-139h-300q0 -57 18.5 -108t50 -91.5t63 -72t70 -67.5t57.5 -61h-530q-60 83 -90.5 177.5t-30.5 178.5t33 164.5t87.5 139.5t126 96.5t145.5 41.5v-98zM250 400h700q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-13l138 -100h-950l137 100 h-12q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5zM50 100h1100q21 0 35.5 -14.5t14.5 -35.5v-50h-1200v50q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe216;" d="M600 1300q41 0 70.5 -29.5t29.5 -70.5v-78q46 -26 73 -72t27 -100v-50h-400v50q0 54 27 100t73 72v78q0 41 29.5 70.5t70.5 29.5zM400 800h400q54 0 100 -27t72 -73h-172v-100h200v-100h-200v-100h200v-100h-200v-100h200q0 -83 -58.5 -141.5t-141.5 -58.5h-400 q-83 0 -141.5 58.5t-58.5 141.5v400q0 83 58.5 141.5t141.5 58.5z" />
<glyph unicode="&#xe218;" d="M150 1100h900q21 0 35.5 -14.5t14.5 -35.5v-500q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v500q0 21 14.5 35.5t35.5 14.5zM125 400h950q10 0 17.5 -7.5t7.5 -17.5v-50q0 -10 -7.5 -17.5t-17.5 -7.5h-283l224 -224q13 -13 13 -31.5t-13 -32 t-31.5 -13.5t-31.5 13l-88 88h-524l-87 -88q-13 -13 -32 -13t-32 13.5t-13 32t13 31.5l224 224h-289q-10 0 -17.5 7.5t-7.5 17.5v50q0 10 7.5 17.5t17.5 7.5zM541 300l-100 -100h324l-100 100h-124z" />
<glyph unicode="&#xe219;" d="M200 1100h800q83 0 141.5 -58.5t58.5 -141.5v-200h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100q0 41 -29.5 70.5t-70.5 29.5h-250q-41 0 -70.5 -29.5t-29.5 -70.5h-100v200q0 83 58.5 141.5t141.5 58.5zM100 600h1000q41 0 70.5 -29.5 t29.5 -70.5v-300h-1200v300q0 41 29.5 70.5t70.5 29.5zM300 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200zM1100 100v-50q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v50h200z" />
<glyph unicode="&#xe221;" d="M480 1165l682 -683q31 -31 31 -75.5t-31 -75.5l-131 -131h-481l-517 518q-32 31 -32 75.5t32 75.5l295 296q31 31 75.5 31t76.5 -31zM108 794l342 -342l303 304l-341 341zM250 100h800q21 0 35.5 -14.5t14.5 -35.5v-50h-900v50q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe223;" d="M1057 647l-189 506q-8 19 -27.5 33t-40.5 14h-400q-21 0 -40.5 -14t-27.5 -33l-189 -506q-8 -19 1.5 -33t30.5 -14h625v-150q0 -21 14.5 -35.5t35.5 -14.5t35.5 14.5t14.5 35.5v150h125q21 0 30.5 14t1.5 33zM897 0h-595v50q0 21 14.5 35.5t35.5 14.5h50v50 q0 21 14.5 35.5t35.5 14.5h48v300h200v-300h47q21 0 35.5 -14.5t14.5 -35.5v-50h50q21 0 35.5 -14.5t14.5 -35.5v-50z" />
<glyph unicode="&#xe224;" d="M900 800h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-375v591l-300 300v84q0 10 7.5 17.5t17.5 7.5h375v-400zM1200 900h-200v200zM400 600h300v-575q0 -10 -7.5 -17.5t-17.5 -7.5h-650q-10 0 -17.5 7.5t-7.5 17.5v950q0 10 7.5 17.5t17.5 7.5h375v-400zM700 700h-200v200z " />
<glyph unicode="&#xe225;" d="M484 1095h195q75 0 146 -32.5t124 -86t89.5 -122.5t48.5 -142q18 -14 35 -20q31 -10 64.5 6.5t43.5 48.5q10 34 -15 71q-19 27 -9 43q5 8 12.5 11t19 -1t23.5 -16q41 -44 39 -105q-3 -63 -46 -106.5t-104 -43.5h-62q-7 -55 -35 -117t-56 -100l-39 -234q-3 -20 -20 -34.5 t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l12 70q-49 -14 -91 -14h-195q-24 0 -65 8l-11 -64q-3 -20 -20 -34.5t-38 -14.5h-100q-21 0 -33 14.5t-9 34.5l26 157q-84 74 -128 175l-159 53q-19 7 -33 26t-14 40v50q0 21 14.5 35.5t35.5 14.5h124q11 87 56 166l-111 95 q-16 14 -12.5 23.5t24.5 9.5h203q116 101 250 101zM675 1000h-250q-10 0 -17.5 -7.5t-7.5 -17.5v-50q0 -10 7.5 -17.5t17.5 -7.5h250q10 0 17.5 7.5t7.5 17.5v50q0 10 -7.5 17.5t-17.5 7.5z" />
<glyph unicode="&#xe226;" d="M641 900l423 247q19 8 42 2.5t37 -21.5l32 -38q14 -15 12.5 -36t-17.5 -34l-139 -120h-390zM50 1100h106q67 0 103 -17t66 -71l102 -212h823q21 0 35.5 -14.5t14.5 -35.5v-50q0 -21 -14 -40t-33 -26l-737 -132q-23 -4 -40 6t-26 25q-42 67 -100 67h-300q-62 0 -106 44 t-44 106v200q0 62 44 106t106 44zM173 928h-80q-19 0 -28 -14t-9 -35v-56q0 -51 42 -51h134q16 0 21.5 8t5.5 24q0 11 -16 45t-27 51q-18 28 -43 28zM550 727q-32 0 -54.5 -22.5t-22.5 -54.5t22.5 -54.5t54.5 -22.5t54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5zM130 389 l152 130q18 19 34 24t31 -3.5t24.5 -17.5t25.5 -28q28 -35 50.5 -51t48.5 -13l63 5l48 -179q13 -61 -3.5 -97.5t-67.5 -79.5l-80 -69q-47 -40 -109 -35.5t-103 51.5l-130 151q-40 47 -35.5 109.5t51.5 102.5zM380 377l-102 -88q-31 -27 2 -65l37 -43q13 -15 27.5 -19.5 t31.5 6.5l61 53q19 16 14 49q-2 20 -12 56t-17 45q-11 12 -19 14t-23 -8z" />
<glyph unicode="&#xe227;" d="M625 1200h150q10 0 17.5 -7.5t7.5 -17.5v-109q79 -33 131 -87.5t53 -128.5q1 -46 -15 -84.5t-39 -61t-46 -38t-39 -21.5l-17 -6q6 0 15 -1.5t35 -9t50 -17.5t53 -30t50 -45t35.5 -64t14.5 -84q0 -59 -11.5 -105.5t-28.5 -76.5t-44 -51t-49.5 -31.5t-54.5 -16t-49.5 -6.5 t-43.5 -1v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-100v-75q0 -10 -7.5 -17.5t-17.5 -7.5h-150q-10 0 -17.5 7.5t-7.5 17.5v75h-175q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5h75v600h-75q-10 0 -17.5 7.5t-7.5 17.5v150 q0 10 7.5 17.5t17.5 7.5h175v75q0 10 7.5 17.5t17.5 7.5h150q10 0 17.5 -7.5t7.5 -17.5v-75h100v75q0 10 7.5 17.5t17.5 7.5zM400 900v-200h263q28 0 48.5 10.5t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-263zM400 500v-200h363q28 0 48.5 10.5 t30 25t15 29t5.5 25.5l1 10q0 4 -0.5 11t-6 24t-15 30t-30 24t-48.5 11h-363z" />
<glyph unicode="&#xe230;" d="M212 1198h780q86 0 147 -61t61 -147v-416q0 -51 -18 -142.5t-36 -157.5l-18 -66q-29 -87 -93.5 -146.5t-146.5 -59.5h-572q-82 0 -147 59t-93 147q-8 28 -20 73t-32 143.5t-20 149.5v416q0 86 61 147t147 61zM600 1045q-70 0 -132.5 -11.5t-105.5 -30.5t-78.5 -41.5 t-57 -45t-36 -41t-20.5 -30.5l-6 -12l156 -243h560l156 243q-2 5 -6 12.5t-20 29.5t-36.5 42t-57 44.5t-79 42t-105 29.5t-132.5 12zM762 703h-157l195 261z" />
<glyph unicode="&#xe231;" d="M475 1300h150q103 0 189 -86t86 -189v-500q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
<glyph unicode="&#xe232;" d="M475 1300h96q0 -150 89.5 -239.5t239.5 -89.5v-446q0 -41 -42 -83t-83 -42h-450q-41 0 -83 42t-42 83v500q0 103 86 189t189 86zM700 300v-225q0 -21 -27 -48t-48 -27h-150q-21 0 -48 27t-27 48v225h300z" />
<glyph unicode="&#xe233;" d="M1294 767l-638 -283l-378 170l-78 -60v-224l100 -150v-199l-150 148l-150 -149v200l100 150v250q0 4 -0.5 10.5t0 9.5t1 8t3 8t6.5 6l47 40l-147 65l642 283zM1000 380l-350 -166l-350 166v147l350 -165l350 165v-147z" />
<glyph unicode="&#xe234;" d="M250 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM650 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM1050 800q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
<glyph unicode="&#xe235;" d="M550 1100q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 700q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44zM550 300q62 0 106 -44t44 -106t-44 -106t-106 -44t-106 44t-44 106t44 106t106 44z" />
<glyph unicode="&#xe236;" d="M125 1100h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5zM125 700h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5 t17.5 7.5zM125 300h950q10 0 17.5 -7.5t7.5 -17.5v-150q0 -10 -7.5 -17.5t-17.5 -7.5h-950q-10 0 -17.5 7.5t-7.5 17.5v150q0 10 7.5 17.5t17.5 7.5z" />
<glyph unicode="&#xe237;" d="M350 1200h500q162 0 256 -93.5t94 -256.5v-500q0 -165 -93.5 -257.5t-256.5 -92.5h-500q-165 0 -257.5 92.5t-92.5 257.5v500q0 165 92.5 257.5t257.5 92.5zM900 1000h-600q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h600q41 0 70.5 29.5 t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5zM350 900h500q21 0 35.5 -14.5t14.5 -35.5v-300q0 -21 -14.5 -35.5t-35.5 -14.5h-500q-21 0 -35.5 14.5t-14.5 35.5v300q0 21 14.5 35.5t35.5 14.5zM400 800v-200h400v200h-400z" />
<glyph unicode="&#xe238;" d="M150 1100h1000q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5t-35.5 -14.5h-50v-200h50q21 0 35.5 -14.5t14.5 -35.5t-14.5 -35.5 t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5h50v200h-50q-21 0 -35.5 14.5t-14.5 35.5t14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe239;" d="M650 1187q87 -67 118.5 -156t0 -178t-118.5 -155q-87 66 -118.5 155t0 178t118.5 156zM300 800q124 0 212 -88t88 -212q-124 0 -212 88t-88 212zM1000 800q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM300 500q124 0 212 -88t88 -212q-124 0 -212 88t-88 212z M1000 500q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM700 199v-144q0 -21 -14.5 -35.5t-35.5 -14.5t-35.5 14.5t-14.5 35.5v142q40 -4 43 -4q17 0 57 6z" />
<glyph unicode="&#xe240;" d="M745 878l69 19q25 6 45 -12l298 -295q11 -11 15 -26.5t-2 -30.5q-5 -14 -18 -23.5t-28 -9.5h-8q1 0 1 -13q0 -29 -2 -56t-8.5 -62t-20 -63t-33 -53t-51 -39t-72.5 -14h-146q-184 0 -184 288q0 24 10 47q-20 4 -62 4t-63 -4q11 -24 11 -47q0 -288 -184 -288h-142 q-48 0 -84.5 21t-56 51t-32 71.5t-16 75t-3.5 68.5q0 13 2 13h-7q-15 0 -27.5 9.5t-18.5 23.5q-6 15 -2 30.5t15 25.5l298 296q20 18 46 11l76 -19q20 -5 30.5 -22.5t5.5 -37.5t-22.5 -31t-37.5 -5l-51 12l-182 -193h891l-182 193l-44 -12q-20 -5 -37.5 6t-22.5 31t6 37.5 t31 22.5z" />
<glyph unicode="&#xe241;" d="M1200 900h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-200v-850q0 -22 25 -34.5t50 -13.5l25 -2v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v850h-200q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h1000v-300zM500 450h-25q0 15 -4 24.5t-9 14.5t-17 7.5t-20 3t-25 0.5h-100v-425q0 -11 12.5 -17.5t25.5 -7.5h12v-50h-200v50q50 0 50 25v425h-100q-17 0 -25 -0.5t-20 -3t-17 -7.5t-9 -14.5t-4 -24.5h-25v150h500v-150z" />
<glyph unicode="&#xe242;" d="M1000 300v50q-25 0 -55 32q-14 14 -25 31t-16 27l-4 11l-289 747h-69l-300 -754q-18 -35 -39 -56q-9 -9 -24.5 -18.5t-26.5 -14.5l-11 -5v-50h273v50q-49 0 -78.5 21.5t-11.5 67.5l69 176h293l61 -166q13 -34 -3.5 -66.5t-55.5 -32.5v-50h312zM412 691l134 342l121 -342 h-255zM1100 150v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5z" />
<glyph unicode="&#xe243;" d="M50 1200h1100q21 0 35.5 -14.5t14.5 -35.5v-1100q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.5t35.5 14.5zM611 1118h-70q-13 0 -18 -12l-299 -753q-17 -32 -35 -51q-18 -18 -56 -34q-12 -5 -12 -18v-50q0 -8 5.5 -14t14.5 -6 h273q8 0 14 6t6 14v50q0 8 -6 14t-14 6q-55 0 -71 23q-10 14 0 39l63 163h266l57 -153q11 -31 -6 -55q-12 -17 -36 -17q-8 0 -14 -6t-6 -14v-50q0 -8 6 -14t14 -6h313q8 0 14 6t6 14v50q0 7 -5.5 13t-13.5 7q-17 0 -42 25q-25 27 -40 63h-1l-288 748q-5 12 -19 12zM639 611 h-197l103 264z" />
<glyph unicode="&#xe244;" d="M1200 1100h-1200v100h1200v-100zM50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 1000h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM700 900v-300h300v300h-300z" />
<glyph unicode="&#xe245;" d="M50 1200h400q21 0 35.5 -14.5t14.5 -35.5v-900q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v900q0 21 14.5 35.5t35.5 14.5zM650 700h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5zM700 600v-300h300v300h-300zM1200 0h-1200v100h1200v-100z" />
<glyph unicode="&#xe246;" d="M50 1000h400q21 0 35.5 -14.5t14.5 -35.5v-350h100v150q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-150h100v-100h-100v-150q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v150h-100v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5v800q0 21 14.5 35.5t35.5 14.5zM700 700v-300h300v300h-300z" />
<glyph unicode="&#xe247;" d="M100 0h-100v1200h100v-1200zM250 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM300 1000v-300h300v300h-300zM250 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe248;" d="M600 1100h150q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-100h450q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h350v100h-150q-21 0 -35.5 14.5 t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h150v100h100v-100zM400 1000v-300h300v300h-300z" />
<glyph unicode="&#xe249;" d="M1200 0h-100v1200h100v-1200zM550 1100h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM600 1000v-300h300v300h-300zM50 500h900q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-900q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5z" />
<glyph unicode="&#xe250;" d="M865 565l-494 -494q-23 -23 -41 -23q-14 0 -22 13.5t-8 38.5v1000q0 25 8 38.5t22 13.5q18 0 41 -23l494 -494q14 -14 14 -35t-14 -35z" />
<glyph unicode="&#xe251;" d="M335 635l494 494q29 29 50 20.5t21 -49.5v-1000q0 -41 -21 -49.5t-50 20.5l-494 494q-14 14 -14 35t14 35z" />
<glyph unicode="&#xe252;" d="M100 900h1000q41 0 49.5 -21t-20.5 -50l-494 -494q-14 -14 -35 -14t-35 14l-494 494q-29 29 -20.5 50t49.5 21z" />
<glyph unicode="&#xe253;" d="M635 865l494 -494q29 -29 20.5 -50t-49.5 -21h-1000q-41 0 -49.5 21t20.5 50l494 494q14 14 35 14t35 -14z" />
<glyph unicode="&#xe254;" d="M700 741v-182l-692 -323v221l413 193l-413 193v221zM1200 0h-800v200h800v-200z" />
<glyph unicode="&#xe255;" d="M1200 900h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300zM0 700h50q0 21 4 37t9.5 26.5t18 17.5t22 11t28.5 5.5t31 2t37 0.5h100v-550q0 -22 -25 -34.5t-50 -13.5l-25 -2v-100h400v100q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v550h100q25 0 37 -0.5t31 -2 t28.5 -5.5t22 -11t18 -17.5t9.5 -26.5t4 -37h50v300h-800v-300z" />
<glyph unicode="&#xe256;" d="M800 700h-50q0 21 -4 37t-9.5 26.5t-18 17.5t-22 11t-28.5 5.5t-31 2t-37 0.5h-100v-550q0 -22 25 -34.5t50 -14.5l25 -1v-100h-400v100q4 0 11 0.5t24 3t30 7t24 15t11 24.5v550h-100q-25 0 -37 -0.5t-31 -2t-28.5 -5.5t-22 -11t-18 -17.5t-9.5 -26.5t-4 -37h-50v300 h800v-300zM1100 200h-200v-100h200v-100h-300v300h200v100h-200v100h300v-300z" />
<glyph unicode="&#xe257;" d="M701 1098h160q16 0 21 -11t-7 -23l-464 -464l464 -464q12 -12 7 -23t-21 -11h-160q-13 0 -23 9l-471 471q-7 8 -7 18t7 18l471 471q10 9 23 9z" />
<glyph unicode="&#xe258;" d="M339 1098h160q13 0 23 -9l471 -471q7 -8 7 -18t-7 -18l-471 -471q-10 -9 -23 -9h-160q-16 0 -21 11t7 23l464 464l-464 464q-12 12 -7 23t21 11z" />
<glyph unicode="&#xe259;" d="M1087 882q11 -5 11 -21v-160q0 -13 -9 -23l-471 -471q-8 -7 -18 -7t-18 7l-471 471q-9 10 -9 23v160q0 16 11 21t23 -7l464 -464l464 464q12 12 23 7z" />
<glyph unicode="&#xe260;" d="M618 993l471 -471q9 -10 9 -23v-160q0 -16 -11 -21t-23 7l-464 464l-464 -464q-12 -12 -23 -7t-11 21v160q0 13 9 23l471 471q8 7 18 7t18 -7z" />
<glyph unicode="&#xf8ff;" d="M1000 1200q0 -124 -88 -212t-212 -88q0 124 88 212t212 88zM450 1000h100q21 0 40 -14t26 -33l79 -194q5 1 16 3q34 6 54 9.5t60 7t65.5 1t61 -10t56.5 -23t42.5 -42t29 -64t5 -92t-19.5 -121.5q-1 -7 -3 -19.5t-11 -50t-20.5 -73t-32.5 -81.5t-46.5 -83t-64 -70 t-82.5 -50q-13 -5 -42 -5t-65.5 2.5t-47.5 2.5q-14 0 -49.5 -3.5t-63 -3.5t-43.5 7q-57 25 -104.5 78.5t-75 111.5t-46.5 112t-26 90l-7 35q-15 63 -18 115t4.5 88.5t26 64t39.5 43.5t52 25.5t58.5 13t62.5 2t59.5 -4.5t55.5 -8l-147 192q-12 18 -5.5 30t27.5 12z" />
<glyph unicode="&#x1f511;" d="M250 1200h600q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-150v-500l-255 -178q-19 -9 -32 -1t-13 29v650h-150q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM400 1100v-100h300v100h-300z" />
<glyph unicode="&#x1f6aa;" d="M250 1200h750q39 0 69.5 -40.5t30.5 -84.5v-933l-700 -117v950l600 125h-700v-1000h-100v1025q0 23 15.5 49t34.5 26zM500 525v-100l100 20v100z" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 106 KiB

File diff suppressed because one or more lines are too long

View file

@ -1,101 +0,0 @@
<?php
/**
* PHP renderer for doT templating engine
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
class doT {
public $functionBody;
private $functionCode;
public $def;
public function resolveDefs ($block) {
$me = $this;
return preg_replace_callback ("/\{\{#([\s\S]+?)\}\}/", function ($m) use ($me) {
$d = $m[1];
$d = substr ($d, 4);
if (!array_key_exists ($d, $me->def)) {
return "";
}
if (preg_match ("/\{\{#([\s\S]+?)\}\}/", $me->def [$d])) {
return $me->resolveDefs ($me->def [$d], $me->def);
} else {
return $me->def [$d];
}
}, $block);
}
public function handleDotNotation ($string) {
$out = preg_replace ("/(\w+)\.(.*?)([\s,\)])/", "\$$1[\"$2\"]$3", $string);
$out = preg_replace ("/(\w+)\.([\w\.]*?)$/", "\$$1[\"$2\"] ", $out);
$out = preg_replace ("/\./", '"]["', $out);
// Special hideous case : shouldn't be committed
$out = preg_replace ("/^i /", ' $i ', $out);
return $out;
}
public function template ($string, $def) {
$me = $this;
$func = $string;
// deps
if (empty ($def)) {
$func = preg_replace ("/\{\{#([\s\S]+?)\}\}/", "", $func);
} else {
$this->def = $def;
$func = $this->resolveDefs ($func);
}
$func = preg_replace ("/'|\\\/", "\\$&", $func);
// interpolate
$func = preg_replace_callback ("/\{\{=([\s\S]+?)\}\}/", function ($m) use ($me) {
return "' . " . $me->handleDotNotation ($m[1]) . " . '";
}, $func);
// Conditional
$func = preg_replace_callback ("/\{\{\?(\?)?\s*([\s\S]*?)\s*\}\}/", function ($m) use ($me) {
$elsecase = $m[1];
$code = $m[2];
if ($elsecase) {
if ($code) {
return "';} else if (" . $me->handleDotNotation ($code) . ") { $" . "out.='";
} else {
return "';} else { $" . "out.='";
}
} else {
if ($code) {
return "'; if (" . $me->handleDotNotation ($code) . ") { $" . "out.='";
} else {
return "';} $" . "out.='";
}
}
}, $func);
// Iterate
$func = preg_replace_callback ("/\{\{~\s*(?:\}\}|([\s\S]+?)\s*\:\s*([\w$]+)\s*(?:\:\s*([\w$]+))?\s*\}\})/", function ($m) use ($me) {
if (count($m) > 1) {
$iterate = $m[1];
$vname = $m[2];
$iname = $m[3];
$iterate = $me->handleDotNotation ($iterate);
return "'; for (\$$iname = 0; \$$iname < count($iterate); \$$iname++) { \$$vname = $iterate [\$$iname]; \$out.='";
} else {
return "';} $" . "out.='";
}
}, $func);
$func = '$out = \'' . $func . '\'; return $out;';
$this->functionBody = $func;
return create_function ('$it', $func);
}
public function execute ($data) {
return $this->functionCode ($data);
}
}

View file

@ -1,8 +0,0 @@
/* Laura Doktorova https://github.com/olado/doT */
(function(){function o(){var a={"&":"&#38;","<":"&#60;",">":"&#62;",'"':"&#34;","'":"&#39;","/":"&#47;"},b=/&(?!#?\w+;)|<|>|"|'|\//g;return function(){return this?this.replace(b,function(c){return a[c]||c}):this}}function p(a,b,c){return(typeof b==="string"?b:b.toString()).replace(a.define||i,function(l,e,f,g){if(e.indexOf("def.")===0)e=e.substring(4);if(!(e in c))if(f===":"){a.defineParams&&g.replace(a.defineParams,function(n,h,d){c[e]={arg:h,text:d}});e in c||(c[e]=g)}else(new Function("def","def['"+
e+"']="+g))(c);return""}).replace(a.use||i,function(l,e){if(a.useParams)e=e.replace(a.useParams,function(g,n,h,d){if(c[h]&&c[h].arg&&d){g=(h+":"+d).replace(/'|\\/g,"_");c.__exp=c.__exp||{};c.__exp[g]=c[h].text.replace(RegExp("(^|[^\\w$])"+c[h].arg+"([^\\w$])","g"),"$1"+d+"$2");return n+"def.__exp['"+g+"']"}});var f=(new Function("def","return "+e))(c);return f?p(a,f,c):f})}function m(a){return a.replace(/\\('|\\)/g,"$1").replace(/[\r\t\n]/g," ")}var j={version:"1.0.1",templateSettings:{evaluate:/\{\{([\s\S]+?(\}?)+)\}\}/g,
interpolate:/\{\{=([\s\S]+?)\}\}/g,encode:/\{\{!([\s\S]+?)\}\}/g,use:/\{\{#([\s\S]+?)\}\}/g,useParams:/(^|[^\w$])def(?:\.|\[[\'\"])([\w$\.]+)(?:[\'\"]\])?\s*\:\s*([\w$\.]+|\"[^\"]+\"|\'[^\']+\'|\{[^\}]+\})/g,define:/\{\{##\s*([\w\.$]+)\s*(\:|=)([\s\S]+?)#\}\}/g,defineParams:/^\s*([\w$]+):([\s\S]+)/,conditional:/\{\{\?(\?)?\s*([\s\S]*?)\s*\}\}/g,iterate:/\{\{~\s*(?:\}\}|([\s\S]+?)\s*\:\s*([\w$]+)\s*(?:\:\s*([\w$]+))?\s*\}\})/g,varname:"it",strip:true,append:true,selfcontained:false},template:undefined,
compile:undefined},q;if(typeof module!=="undefined"&&module.exports)module.exports=j;else if(typeof define==="function"&&define.amd)define(function(){return j});else{q=function(){return this||(0,eval)("this")}();q.doT=j}String.prototype.encodeHTML=o();var r={append:{start:"'+(",end:")+'",endencode:"||'').toString().encodeHTML()+'"},split:{start:"';out+=(",end:");out+='",endencode:"||'').toString().encodeHTML();out+='"}},i=/$^/;j.template=function(a,b,c){b=b||j.templateSettings;var l=b.append?r.append:
r.split,e,f=0,g;a=b.use||b.define?p(b,a,c||{}):a;a=("var out='"+(b.strip?a.replace(/(^|\r|\n)\t* +| +\t*(\r|\n|$)/g," ").replace(/\r|\n|\t|\/\*[\s\S]*?\*\//g,""):a).replace(/'|\\/g,"\\$&").replace(b.interpolate||i,function(h,d){return l.start+m(d)+l.end}).replace(b.encode||i,function(h,d){e=true;return l.start+m(d)+l.endencode}).replace(b.conditional||i,function(h,d,k){return d?k?"';}else if("+m(k)+"){out+='":"';}else{out+='":k?"';if("+m(k)+"){out+='":"';}out+='"}).replace(b.iterate||i,function(h,
d,k,s){if(!d)return"';} } out+='";f+=1;g=s||"i"+f;d=m(d);return"';var arr"+f+"="+d+";if(arr"+f+"){var "+k+","+g+"=-1,l"+f+"=arr"+f+".length-1;while("+g+"<l"+f+"){"+k+"=arr"+f+"["+g+"+=1];out+='"}).replace(b.evaluate||i,function(h,d){return"';"+m(d)+"out+='"})+"';return out;").replace(/\n/g,"\\n").replace(/\t/g,"\\t").replace(/\r/g,"\\r").replace(/(\s|;|\}|^|\{)out\+='';/g,"$1").replace(/\+''/g,"").replace(/(\s|;|\}|^|\{)out\+=''\+/g,"$1out+=");if(e&&b.selfcontained)a="String.prototype.encodeHTML=("+
o.toString()+"());"+a;try{return new Function(b.varname,a)}catch(n){typeof console!=="undefined"&&console.log("Could not create a template function: "+a);throw n;}};j.compile=function(a,b){return j.template(a,null,b)}})();

File diff suppressed because one or more lines are too long

View file

@ -1,2 +0,0 @@
/*! jquery.cookie v1.4.1 | MIT */
!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?a(require("jquery")):a(jQuery)}(function(a){function b(a){return h.raw?a:encodeURIComponent(a)}function c(a){return h.raw?a:decodeURIComponent(a)}function d(a){return b(h.json?JSON.stringify(a):String(a))}function e(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return a=decodeURIComponent(a.replace(g," ")),h.json?JSON.parse(a):a}catch(b){}}function f(b,c){var d=h.raw?b:e(b);return a.isFunction(c)?c(d):d}var g=/\+/g,h=a.cookie=function(e,g,i){if(void 0!==g&&!a.isFunction(g)){if(i=a.extend({},h.defaults,i),"number"==typeof i.expires){var j=i.expires,k=i.expires=new Date;k.setTime(+k+864e5*j)}return document.cookie=[b(e),"=",d(g),i.expires?"; expires="+i.expires.toUTCString():"",i.path?"; path="+i.path:"",i.domain?"; domain="+i.domain:"",i.secure?"; secure":""].join("")}for(var l=e?void 0:{},m=document.cookie?document.cookie.split("; "):[],n=0,o=m.length;o>n;n++){var p=m[n].split("="),q=c(p.shift()),r=p.join("=");if(e&&e===q){l=f(r,g);break}e||void 0===(r=f(r))||(l[q]=r)}return l};h.defaults={},a.removeCookie=function(b,c){return void 0===a.cookie(b)?!1:(a.cookie(b,"",a.extend({},c,{expires:-1})),!a.cookie(b))}});

View file

@ -1,69 +0,0 @@
/**
* jQuery.fn.sortElements
* --------------
* @author James Padolsey (http://james.padolsey.com)
* @version 0.11
* @updated 18-MAR-2010
* --------------
* @param Function comparator:
* Exactly the same behaviour as [1,2,3].sort(comparator)
*
* @param Function getSortable
* A function that should return the element that is
* to be sorted. The comparator will run on the
* current collection, but you may want the actual
* resulting sort to occur on a parent or another
* associated element.
*
* E.g. $('td').sortElements(comparator, function(){
* return this.parentNode;
* })
*
* The <td>'s parent (<tr>) will be sorted instead
* of the <td> itself.
*/
jQuery.fn.sortElements = (function(){
var sort = [].sort;
return function(comparator, getSortable) {
getSortable = getSortable || function(){return this;};
var placements = this.map(function(){
var sortElement = getSortable.call(this),
parentNode = sortElement.parentNode,
// Since the element itself will change position, we have
// to have some way of storing it's original position in
// the DOM. The easiest way is to have a 'flag' node:
nextSibling = parentNode.insertBefore(
document.createTextNode(''),
sortElement.nextSibling
);
return function() {
if (parentNode === this) {
throw new Error(
"You can't sort elements if any one is a descendant of another."
);
}
// Insert before flag:
parentNode.insertBefore(this, nextSibling);
// Remove flag:
parentNode.removeChild(nextSibling);
};
});
return sort.call(this, comparator).each(function(i){
placements[i].call(getSortable.call(this));
});
};
})();

View file

@ -1,249 +0,0 @@
/**
* A doubly linked list-based Least Recently Used (LRU) cache. Will keep most
* recently used items while discarding least recently used items when its limit
* is reached.
*
* Licensed under MIT. Copyright (c) 2010 Rasmus Andersson <http://hunch.se/>
* See README.md for details.
*
* Illustration of the design:
*
* entry entry entry entry
* ______ ______ ______ ______
* | head |.newer => | |.newer => | |.newer => | tail |
* | A | | B | | C | | D |
* |______| <= older.|______| <= older.|______| <= older.|______|
*
* removed <-- <-- <-- <-- <-- <-- <-- <-- <-- <-- <-- added
*/
function LRUCache (limit) {
// Current size of the cache. (Read-only).
this.size = 0;
// Maximum number of items this cache can hold.
this.limit = limit;
this._keymap = {};
}
/**
* Put <value> into the cache associated with <key>. Returns the entry which was
* removed to make room for the new entry. Otherwise undefined is returned
* (i.e. if there was enough room already).
*/
LRUCache.prototype.put = function(key, value) {
var entry = {key:key, value:value};
// Note: No protection agains replacing, and thus orphan entries. By design.
this._keymap[key] = entry;
if (this.tail) {
// link previous tail to the new tail (entry)
this.tail.newer = entry;
entry.older = this.tail;
} else {
// we're first in -- yay
this.head = entry;
}
// add new entry to the end of the linked list -- it's now the freshest entry.
this.tail = entry;
if (this.size === this.limit) {
// we hit the limit -- remove the head
return this.shift();
} else {
// increase the size counter
this.size++;
}
}
/**
* Purge the least recently used (oldest) entry from the cache. Returns the
* removed entry or undefined if the cache was empty.
*
* If you need to perform any form of finalization of purged items, this is a
* good place to do it. Simply override/replace this function:
*
* var c = new LRUCache(123);
* c.shift = function() {
* var entry = LRUCache.prototype.shift.call(this);
* doSomethingWith(entry);
* return entry;
* }
*/
LRUCache.prototype.shift = function() {
// todo: handle special case when limit == 1
var entry = this.head;
if (entry) {
if (this.head.newer) {
this.head = this.head.newer;
this.head.older = undefined;
} else {
this.head = undefined;
}
// Remove last strong reference to <entry> and remove links from the purged
// entry being returned:
entry.newer = entry.older = undefined;
// delete is slow, but we need to do this to avoid uncontrollable growth:
delete this._keymap[entry.key];
}
return entry;
}
/**
* Get and register recent use of <key>. Returns the value associated with <key>
* or undefined if not in cache.
*/
LRUCache.prototype.get = function(key, returnEntry) {
// First, find our cache entry
var entry = this._keymap[key];
if (entry === undefined) return; // Not cached. Sorry.
// As <key> was found in the cache, register it as being requested recently
if (entry === this.tail) {
// Already the most recenlty used entry, so no need to update the list
return entry.value;
}
// HEAD--------------TAIL
// <.older .newer>
// <--- add direction --
// A B C <D> E
if (entry.newer) {
if (entry === this.head)
this.head = entry.newer;
entry.newer.older = entry.older; // C <-- E.
}
if (entry.older)
entry.older.newer = entry.newer; // C. --> E
entry.newer = undefined; // D --x
entry.older = this.tail; // D. --> E
if (this.tail)
this.tail.newer = entry; // E. <-- D
this.tail = entry;
return returnEntry ? entry : entry.value;
}
// ----------------------------------------------------------------------------
// Following code is optional and can be removed without breaking the core
// functionality.
/**
* Check if <key> is in the cache without registering recent use. Feasible if
* you do not want to chage the state of the cache, but only "peek" at it.
* Returns the entry associated with <key> if found, or undefined if not found.
*/
LRUCache.prototype.find = function(key) {
return this._keymap[key];
}
/**
* Update the value of entry with <key>. Returns the old value, or undefined if
* entry was not in the cache.
*/
LRUCache.prototype.set = function(key, value) {
var oldvalue, entry = this.get(key, true);
if (entry) {
oldvalue = entry.value;
entry.value = value;
} else {
oldvalue = this.put(key, value);
if (oldvalue) oldvalue = oldvalue.value;
}
return oldvalue;
}
/**
* Remove entry <key> from cache and return its value. Returns undefined if not
* found.
*/
LRUCache.prototype.remove = function(key) {
var entry = this._keymap[key];
if (!entry) return;
delete this._keymap[entry.key]; // need to do delete unfortunately
if (entry.newer && entry.older) {
// relink the older entry with the newer entry
entry.older.newer = entry.newer;
entry.newer.older = entry.older;
} else if (entry.newer) {
// remove the link to us
entry.newer.older = undefined;
// link the newer entry to head
this.head = entry.newer;
} else if (entry.older) {
// remove the link to us
entry.older.newer = undefined;
// link the newer entry to head
this.tail = entry.older;
} else {// if(entry.older === undefined && entry.newer === undefined) {
this.head = this.tail = undefined;
}
this.size--;
return entry.value;
}
/** Removes all entries */
LRUCache.prototype.removeAll = function() {
// This should be safe, as we never expose strong refrences to the outside
this.head = this.tail = undefined;
this.size = 0;
this._keymap = {};
}
/**
* Return an array containing all keys of entries stored in the cache object, in
* arbitrary order.
*/
if (typeof Object.keys === 'function') {
LRUCache.prototype.keys = function() { return Object.keys(this._keymap); }
} else {
LRUCache.prototype.keys = function() {
var keys = [];
for (var k in this._keymap) keys.push(k);
return keys;
}
}
/**
* Call `fun` for each entry. Starting with the newest entry if `desc` is a true
* value, otherwise starts with the oldest (head) enrty and moves towards the
* tail.
*
* `fun` is called with 3 arguments in the context `context`:
* `fun.call(context, Object key, Object value, LRUCache self)`
*/
LRUCache.prototype.forEach = function(fun, context, desc) {
if (context === true) { desc = true; context = undefined; }
else if (typeof context !== 'object') context = this;
if (desc) {
var entry = this.tail;
while (entry) {
fun.call(context, entry.key, entry.value, this);
entry = entry.older;
}
} else {
var entry = this.head;
while (entry) {
fun.call(context, entry.key, entry.value, this);
entry = entry.newer;
}
}
}
/** Returns a JSON (array) representation */
LRUCache.prototype.toJSON = function() {
var s = [], entry = this.head;
while (entry) {
s.push({key:entry.key.toJSON(), value:entry.value.toJSON()});
entry = entry.newer;
}
return s;
}
/** Returns a String representation */
LRUCache.prototype.toString = function() {
var s = '', entry = this.head;
while (entry) {
s += String(entry.key)+':'+entry.value;
if (entry = entry.newer)
s += ' < ';
}
return s;
}
// Export ourselves
if (typeof this === 'object') this.LRUCache = LRUCache;

File diff suppressed because it is too large Load diff

View file

@ -1,985 +0,0 @@
Monocle.Controls.Contents = function (reader) {
var API = { constructor: Monocle.Controls.Contents }
var k = API.constants = API.constructor;
var p = API.properties = {
reader: reader
}
function createControlElements() {
var div = reader.dom.make('div', 'controls_contents_container');
contentsForBook(div, reader.getBook());
return div;
}
function contentsForBook(div, book) {
while (div.hasChildNodes()) {
div.removeChild(div.firstChild);
}
var list = div.dom.append('ol', 'controls_contents_list');
var contents = book.properties.contents;
for (var i = 0; i < contents.length; ++i) {
chapterBuilder(list, contents[i], 0);
}
}
function chapterBuilder(list, chp, padLvl) {
var index = list.childNodes.length;
var li = list.dom.append('li', 'controls_contents_chapter', index);
var span = li.dom.append(
'span',
'controls_contents_chapterTitle',
index,
{ html: chp.title }
);
span.style.paddingLeft = padLvl + "em";
var invoked = function () {
p.reader.skipToChapter(chp.src);
p.reader.hideControl(API);
}
Monocle.Events.listenForTap(li, invoked, 'controls_contents_chapter_active');
if (chp.children) {
for (var i = 0; i < chp.children.length; ++i) {
chapterBuilder(list, chp.children[i], padLvl + 1);
}
}
}
API.createControlElements = createControlElements;
return API;
}
;
Monocle.Controls.Magnifier = function (reader) {
var API = { constructor: Monocle.Controls.Magnifier }
var k = API.constants = API.constructor;
var p = API.properties = {
buttons: [],
magnified: false
}
function initialize() {
p.reader = reader;
}
function createControlElements(holder) {
var btn = holder.dom.make('div', 'controls_magnifier_button');
btn.smallA = btn.dom.append('span', 'controls_magnifier_a', { text: 'A' });
btn.largeA = btn.dom.append('span', 'controls_magnifier_A', { text: 'A' });
p.buttons.push(btn);
Monocle.Events.listenForTap(btn, toggleMagnification);
return btn;
}
function toggleMagnification(evt) {
var opacities;
p.magnified = !p.magnified;
if (p.magnified) {
opacities = [0.3, 1];
p.reader.formatting.setFontScale(k.MAGNIFICATION, true);
} else {
opacities = [1, 0.3];
p.reader.formatting.setFontScale(null, true);
}
for (var i = 0; i < p.buttons.length; i++) {
p.buttons[i].smallA.style.opacity = opacities[0];
p.buttons[i].largeA.style.opacity = opacities[1];
}
}
API.createControlElements = createControlElements;
initialize();
return API;
}
Monocle.Controls.Magnifier.MAGNIFICATION = 1.2;
// A panel is an invisible column of interactivity. When contact occurs
// (mousedown, touchstart), the panel expands to the full width of its
// container, to catch all interaction events and prevent them from hitting
// other things.
//
// Panels are used primarily to provide hit zones for page flipping
// interactions, but you can do whatever you like with them.
//
// After instantiating a panel and adding it to the reader as a control,
// you can call listenTo() with a hash of methods for any of 'start', 'move'
// 'end' and 'cancel'.
//
Monocle.Controls.Panel = function () {
var API = { constructor: Monocle.Controls.Panel }
var k = API.constants = API.constructor;
var p = API.properties = {
evtCallbacks: {}
}
function createControlElements(cntr) {
p.div = cntr.dom.make('div', k.CLS.panel);
p.div.dom.setStyles(k.DEFAULT_STYLES);
Monocle.Events.listenForContact(
p.div,
{
'start': start,
'move': move,
'end': end,
'cancel': cancel
},
{ useCapture: false }
);
return p.div;
}
function setDirection(dir) {
p.direction = dir;
}
function listenTo(evtCallbacks) {
p.evtCallbacks = evtCallbacks;
}
function deafen() {
p.evtCallbacks = {}
}
function start(evt) {
p.contact = true;
evt.m.offsetX += p.div.offsetLeft;
evt.m.offsetY += p.div.offsetTop;
expand();
invoke('start', evt);
}
function move(evt) {
if (!p.contact) {
return;
}
invoke('move', evt);
}
function end(evt) {
if (!p.contact) {
return;
}
Monocle.Events.deafenForContact(p.div, p.listeners);
contract();
p.contact = false;
invoke('end', evt);
}
function cancel(evt) {
if (!p.contact) {
return;
}
Monocle.Events.deafenForContact(p.div, p.listeners);
contract();
p.contact = false;
invoke('cancel', evt);
}
function invoke(evtType, evt) {
if (p.evtCallbacks[evtType]) {
p.evtCallbacks[evtType](p.direction, evt.m.offsetX, evt.m.offsetY, API);
}
evt.preventDefault();
}
function expand() {
if (p.expanded) {
return;
}
p.div.dom.addClass(k.CLS.expanded);
p.expanded = true;
}
function contract(evt) {
if (!p.expanded) {
return;
}
p.div.dom.removeClass(k.CLS.expanded);
p.expanded = false;
}
API.createControlElements = createControlElements;
API.listenTo = listenTo;
API.deafen = deafen;
API.expand = expand;
API.contract = contract;
API.setDirection = setDirection;
return API;
}
Monocle.Controls.Panel.CLS = {
panel: 'panel',
expanded: 'controls_panel_expanded'
}
Monocle.Controls.Panel.DEFAULT_STYLES = {
position: 'absolute',
height: '100%'
}
;
Monocle.Controls.PlaceSaver = function (bookId) {
var API = { constructor: Monocle.Controls.PlaceSaver }
var k = API.constants = API.constructor;
var p = API.properties = {}
function initialize() {
applyToBook(bookId);
}
function assignToReader(reader) {
p.reader = reader;
p.reader.listen('monocle:turn', savePlaceToCookie);
}
function applyToBook(bookId) {
p.bkTitle = bookId.toLowerCase().replace(/[^a-z0-9]/g, '');
p.prefix = k.COOKIE_NAMESPACE + p.bkTitle + ".";
}
function setCookie(key, value, days) {
var expires = "";
if (days) {
var d = new Date();
d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires="+d.toGMTString();
}
var path = "; path=/";
document.cookie = p.prefix + key + "=" + value + expires + path;
return value;
}
function getCookie(key) {
if (!document.cookie) {
return null;
}
var regex = new RegExp(p.prefix + key + "=(.+?)(;|$)");
var matches = document.cookie.match(regex);
if (matches) {
return matches[1];
} else {
return null;
}
}
function savePlaceToCookie() {
var place = p.reader.getPlace();
setCookie(
"component",
encodeURIComponent(place.componentId()),
k.COOKIE_EXPIRES_IN_DAYS
);
setCookie(
"percent",
place.percentageThrough(),
k.COOKIE_EXPIRES_IN_DAYS
);
}
function savedPlace() {
var locus = {
componentId: getCookie('component'),
percent: getCookie('percent')
}
if (locus.componentId && locus.percent) {
locus.componentId = decodeURIComponent(locus.componentId);
locus.percent = parseFloat(locus.percent);
return locus;
} else {
return null;
}
}
function restorePlace() {
var locus = savedPlace();
if (locus) {
p.reader.moveTo(locus);
}
}
API.assignToReader = assignToReader;
API.savedPlace = savedPlace;
API.restorePlace = restorePlace;
initialize();
return API;
}
Monocle.Controls.PlaceSaver.COOKIE_NAMESPACE = "monocle.controls.placesaver.";
Monocle.Controls.PlaceSaver.COOKIE_EXPIRES_IN_DAYS = 7; // Set to 0 for session-based expiry.
;
Monocle.Controls.Scrubber = function (reader) {
var API = { constructor: Monocle.Controls.Scrubber }
var k = API.constants = API.constructor;
var p = API.properties = {}
function initialize() {
p.reader = reader;
p.reader.listen('monocle:turn', updateNeedles);
updateNeedles();
}
function pixelToPlace(x, cntr) {
if (!p.componentIds) {
p.componentIds = p.reader.getBook().properties.componentIds;
p.componentWidth = 100 / p.componentIds.length;
}
var pc = (x / cntr.offsetWidth) * 100;
var cmpt = p.componentIds[Math.floor(pc / p.componentWidth)];
var cmptPc = ((pc % p.componentWidth) / p.componentWidth);
return { componentId: cmpt, percentageThrough: cmptPc };
}
function placeToPixel(place, cntr) {
if (!p.componentIds) {
p.componentIds = p.reader.getBook().properties.componentIds;
p.componentWidth = 100 / p.componentIds.length;
}
var componentIndex = p.componentIds.indexOf(place.componentId());
var pc = p.componentWidth * componentIndex;
pc += place.percentageThrough() * p.componentWidth;
return Math.round((pc / 100) * cntr.offsetWidth);
}
function updateNeedles() {
if (p.hidden || !p.reader.dom.find(k.CLS.container)) {
return;
}
var place = p.reader.getPlace();
var x = placeToPixel(place, p.reader.dom.find(k.CLS.container));
var needle, i = 0;
for (var i = 0, needle; needle = p.reader.dom.find(k.CLS.needle, i); ++i) {
setX(needle, x - needle.offsetWidth / 2);
p.reader.dom.find(k.CLS.trail, i).style.width = x + "px";
}
}
function setX(node, x) {
var cntr = p.reader.dom.find(k.CLS.container);
x = Math.min(cntr.offsetWidth - node.offsetWidth, x);
x = Math.max(x, 0);
Monocle.Styles.setX(node, x);
}
function createControlElements(holder) {
var cntr = holder.dom.make('div', k.CLS.container);
var track = cntr.dom.append('div', k.CLS.track);
var needleTrail = cntr.dom.append('div', k.CLS.trail);
var needle = cntr.dom.append('div', k.CLS.needle);
var bubble = cntr.dom.append('div', k.CLS.bubble);
var cntrListeners, bodyListeners;
var moveEvt = function (evt, x) {
evt.preventDefault();
x = (typeof x == "number") ? x : evt.m.registrantX;
var place = pixelToPlace(x, cntr);
setX(needle, x - needle.offsetWidth / 2);
var book = p.reader.getBook();
var chps = book.chaptersForComponent(place.componentId);
var cmptIndex = p.componentIds.indexOf(place.componentId);
var chp = chps[Math.floor(chps.length * place.percentageThrough)];
if (cmptIndex > -1 && book.properties.components[cmptIndex]) {
var actualPlace = Monocle.Place.FromPercentageThrough(
book.properties.components[cmptIndex],
place.percentageThrough
);
chp = actualPlace.chapterInfo() || chp;
}
if (chp) {
bubble.innerHTML = chp.title;
}
setX(bubble, x - bubble.offsetWidth / 2);
p.lastX = x;
return place;
}
var endEvt = function (evt) {
var place = moveEvt(evt, p.lastX);
p.reader.moveTo({
percent: place.percentageThrough,
componentId: place.componentId
});
Monocle.Events.deafenForContact(cntr, cntrListeners);
Monocle.Events.deafenForContact(document.body, bodyListeners);
bubble.style.display = "none";
}
var startFn = function (evt) {
bubble.style.display = "block";
moveEvt(evt);
cntrListeners = Monocle.Events.listenForContact(
cntr,
{ move: moveEvt }
);
bodyListeners = Monocle.Events.listenForContact(
document.body,
{ end: endEvt }
);
}
Monocle.Events.listenForContact(cntr, { start: startFn });
return cntr;
}
API.createControlElements = createControlElements;
API.updateNeedles = updateNeedles;
initialize();
return API;
}
Monocle.Controls.Scrubber.CLS = {
container: 'controls_scrubber_container',
track: 'controls_scrubber_track',
needle: 'controls_scrubber_needle',
trail: 'controls_scrubber_trail',
bubble: 'controls_scrubber_bubble'
}
;
Monocle.Controls.Spinner = function (reader) {
var API = { constructor: Monocle.Controls.Spinner }
var k = API.constants = API.constructor;
var p = API.properties = {
reader: reader,
divs: [],
repeaters: {},
showForPages: []
}
function createControlElements(cntr) {
var anim = cntr.dom.make('div', 'controls_spinner_anim');
anim.dom.append('div', 'controls_spinner_inner');
p.divs.push(anim);
return anim;
}
function registerSpinEvent(startEvtType, stopEvtType) {
var label = startEvtType;
p.reader.listen(startEvtType, function (evt) { spin(label, evt) });
p.reader.listen(stopEvtType, function (evt) { spun(label, evt) });
}
// Registers spin/spun event handlers for certain time-consuming events.
//
function listenForUsualDelays() {
registerSpinEvent('monocle:componentloading', 'monocle:componentloaded');
registerSpinEvent('monocle:componentchanging', 'monocle:componentchange');
registerSpinEvent('monocle:resizing', 'monocle:resize');
registerSpinEvent('monocle:jumping', 'monocle:jump');
registerSpinEvent('monocle:recalculating', 'monocle:recalculated');
p.reader.listen('monocle:notfound', forceSpun);
p.reader.listen('monocle:componentfailed', forceSpun);
}
// Displays the spinner. Both arguments are optional.
//
function spin(label, evt) {
label = label || k.GENERIC_LABEL;
p.repeaters[label] = true;
p.reader.showControl(API);
// If the delay is on a page other than the page we've been assigned to,
// don't show the animation. p.global ensures that if an event affects
// all pages, the animation is always shown, even if other events in this
// spin cycle are page-specific.
var page = (evt && evt.m && evt.m.page) ? evt.m.page : null;
if (page && p.divs.length > 1) {
p.showForPages[page.m.pageIndex] = true;
} else {
p.global = true;
p.reader.dispatchEvent('monocle:modal:on');
}
for (var i = 0; i < p.divs.length; ++i) {
var show = (p.global || p.showForPages[i]) ? true : false;
p.divs[i].dom[show ? 'removeClass' : 'addClass']('dormant');
}
}
// Stops displaying the spinner. Both arguments are optional.
//
function spun(label, evt) {
label = label || k.GENERIC_LABEL;
p.repeaters[label] = false;
for (var l in p.repeaters) {
if (p.repeaters[l]) { return; }
}
forceSpun();
}
function forceSpun() {
if (p.global) { p.reader.dispatchEvent('monocle:modal:off'); }
p.global = false;
p.repeaters = {};
p.showForPages = [];
for (var i = 0; i < p.divs.length; ++i) {
p.divs[i].dom.addClass('dormant');
}
}
API.createControlElements = createControlElements;
API.registerSpinEvent = registerSpinEvent;
API.listenForUsualDelays = listenForUsualDelays;
API.spin = spin;
API.spun = spun;
API.forceSpun = forceSpun;
return API;
}
Monocle.Controls.Spinner.GENERIC_LABEL = "generic";
Monocle.Controls.Stencil = function (reader, behaviorClasses) {
var API = { constructor: Monocle.Controls.Stencil }
var k = API.constants = API.constructor;
var p = API.properties = {
reader: reader,
behaviors: [],
components: {},
masks: []
}
// Create the stencil container and listen for draw/update events.
//
function createControlElements(holder) {
behaviorClasses = behaviorClasses || k.DEFAULT_BEHAVIORS;
for (var i = 0, ii = behaviorClasses.length; i < ii; ++i) {
addBehavior(behaviorClasses[i]);
}
p.container = holder.dom.make('div', k.CLS.container);
p.reader.listen('monocle:turning', hide);
p.reader.listen('monocle:turn:cancel', show);
p.reader.listen('monocle:turn', update);
p.reader.listen('monocle:stylesheetchange', update);
p.reader.listen('monocle:resize', update);
update();
return p.container;
}
// Pass this method an object that responds to 'findElements(doc)' with
// an array of DOM elements for that document, and to 'fitMask(elem, mask)'.
//
// After you have added all your behaviors this way, you would typically
// call update() to make them take effect immediately.
//
function addBehavior(bhvrClass) {
var bhvr = new bhvrClass(API);
if (typeof bhvr.findElements != 'function') {
console.warn('Missing "findElements" method for behavior: %o', bhvr);
}
if (typeof bhvr.fitMask != 'function') {
console.warn('Missing "fitMask" method for behavior: %o', bhvr);
}
p.behaviors.push(bhvr);
}
// Resets any pre-calculated rectangles for the active component,
// recalculates them, and forces masks to be "drawn" (moved into the new
// rectangular locations).
//
function update() {
var visPages = p.reader.visiblePages();
if (!visPages || !visPages.length) { return; }
var pageDiv = visPages[0];
var cmptId = pageComponentId(pageDiv);
if (!cmptId) { return; }
p.components[cmptId] = null;
calculateRectangles(pageDiv);
draw();
}
function hide() {
p.container.style.display = 'none';
}
function show() {
p.container.style.display = 'block';
}
// Removes any existing masks.
function clear() {
while (p.container.childNodes.length) {
p.container.removeChild(p.container.lastChild);
}
}
// Aligns the stencil container to the shape of the page, then moves the
// masks to sit above any currently visible rectangles.
//
function draw() {
var pageDiv = p.reader.visiblePages()[0];
var cmptId = pageComponentId(pageDiv);
if (!p.components[cmptId]) {
return;
}
// Position the container.
alignToComponent(pageDiv);
// Clear old masks.
clear();
// Layout the masks.
if (!p.disabled) {
show();
var rects = p.components[cmptId];
if (rects && rects.length) {
layoutRectangles(pageDiv, rects);
}
}
}
// Iterate over all the <a> elements in the active component, and
// create an array of rectangular points corresponding to their positions.
//
function calculateRectangles(pageDiv) {
var cmptId = pageComponentId(pageDiv);
if (!p.components[cmptId]) {
p.components[cmptId] = [];
} else {
return;
}
var doc = pageDiv.m.activeFrame.contentDocument;
var offset = getOffset(pageDiv);
for (var b = 0, bb = p.behaviors.length; b < bb; ++b) {
var bhvr = p.behaviors[b];
var elems = bhvr.findElements(doc);
for (var i = 0; i < elems.length; ++i) {
var elem = elems[i];
if (elem.getClientRects) {
var r = elem.getClientRects();
for (var j = 0; j < r.length; j++) {
p.components[cmptId].push({
element: elem,
behavior: bhvr,
left: Math.ceil(r[j].left + offset.l),
top: Math.ceil(r[j].top),
width: Math.floor(r[j].width),
height: Math.floor(r[j].height)
});
}
}
}
}
return p.components[cmptId];
}
// Update location of visible rectangles - creating as required.
//
function layoutRectangles(pageDiv, rects) {
var offset = getOffset(pageDiv);
var visRects = [];
for (var i = 0; i < rects.length; ++i) {
if (rectVisible(rects[i], offset.l, offset.l + offset.w)) {
visRects.push(rects[i]);
}
}
for (i = 0; i < visRects.length; ++i) {
var r = visRects[i];
var cr = {
left: r.left - offset.l,
top: r.top,
width: r.width,
height: r.height
};
var mask = createMask(r.element, r.behavior);
mask.dom.setStyles({
display: 'block',
left: cr.left+"px",
top: cr.top+"px",
width: cr.width+"px",
height: cr.height+"px",
position: 'absolute'
});
mask.stencilRect = cr;
}
}
// Find the offset position in pixels from the left of the current page.
//
function getOffset(pageDiv) {
return {
l: pageDiv.m.offset || 0,
w: pageDiv.m.dimensions.properties.width
};
}
// Is this area presently on the screen?
//
function rectVisible(rect, l, r) {
return rect.left >= l && rect.left < r;
}
// Returns the active component id for the given page, or the current
// page if no argument passed in.
//
function pageComponentId(pageDiv) {
pageDiv = pageDiv || p.reader.visiblePages()[0];
if (!pageDiv.m.activeFrame.m.component) { return; }
return pageDiv.m.activeFrame.m.component.properties.id;
}
// Positions the stencil container over the active frame.
//
function alignToComponent(pageDiv) {
cmpt = pageDiv.m.activeFrame.parentNode;
p.container.dom.setStyles({
left: cmpt.offsetLeft+"px",
top: cmpt.offsetTop+"px"
});
}
function createMask(element, bhvr) {
var mask = p.container.dom.append(bhvr.maskTagName || 'div', k.CLS.mask);
Monocle.Events.listenForContact(mask, {
start: function () { p.reader.dispatchEvent('monocle:magic:halt'); },
move: function (evt) { evt.preventDefault(); },
end: function () { p.reader.dispatchEvent('monocle:magic:init'); }
});
bhvr.fitMask(element, mask);
return mask;
}
// Make the active masks visible (by giving them a class -- override style
// in monoctrl.css).
//
function toggleHighlights() {
var cls = k.CLS.highlights;
if (p.container.dom.hasClass(cls)) {
p.container.dom.removeClass(cls);
} else {
p.container.dom.addClass(cls);
}
}
function disable() {
p.disabled = true;
draw();
}
function enable() {
p.disabled = false;
draw();
}
function filterElement(elem, behavior) {
if (typeof behavior.filterElement == 'function') {
return behavior.filterElement(elem);
}
return elem;
}
function maskAssigned(elem, mask, behavior) {
if (typeof behavior.maskAssigned == 'function') {
return behavior.maskAssigned(elem, mask);
}
return false;
}
API.createControlElements = createControlElements;
API.addBehavior = addBehavior;
API.draw = draw;
API.update = update;
API.toggleHighlights = toggleHighlights;
return API;
}
Monocle.Controls.Stencil.CLS = {
container: 'controls_stencil_container',
mask: 'controls_stencil_mask',
highlights: 'controls_stencil_highlighted'
}
Monocle.Controls.Stencil.Links = function (stencil) {
var API = { constructor: Monocle.Controls.Stencil.Links }
// Optionally specify the HTML tagname of the mask.
API.maskTagName = 'a';
// Returns an array of all the elements in the given doc that should
// be covered with a stencil mask for interactivity.
//
// (Hint: doc.querySelectorAll() is your friend.)
//
API.findElements = function (doc) {
return doc.querySelectorAll('a[href]');
}
// Return an element. It should usually be a child of the container element,
// with a className of the given maskClass. You set up the interactivity of
// the mask element here.
//
API.fitMask = function (link, mask) {
var hrefObject = deconstructHref(link);
if (hrefObject.internal) {
mask.setAttribute('href', 'javascript:"Skip to chapter"');
mask.onclick = function (evt) {
stencil.properties.reader.skipToChapter(hrefObject.internal);
evt.preventDefault();
return false;
}
} else {
mask.setAttribute('href', hrefObject.external);
mask.setAttribute('target', '_blank');
mask.onclick = function (evt) { return true; }
}
link.onclick = function (evt) {
evt.preventDefault();
return false;
}
}
// Returns an object with either:
//
// - an 'external' property -- an absolute URL with a protocol,
// host & etc, which should be treated as an external resource (eg,
// open in new window)
//
// OR
//
// - an 'internal' property -- a relative URL (with optional hash anchor),
// that is treated as a link to component in the book
//
// A weird but useful property of <a> tags is that while
// link.getAttribute('href') will return the actual string value of the
// attribute (eg, 'foo.html'), link.href will return the absolute URL (eg,
// 'http://example.com/monocles/foo.html').
//
function deconstructHref(elem) {
var loc = document.location;
var origin = loc.protocol+'//'+loc.host;
var href = elem.href;
var path = href.substring(origin.length);
var ext = { external: href };
// Anchor tags with 'target' attributes are always external URLs.
if (elem.getAttribute('target')) {
return ext;
}
// URLs with a different protocol or domain are always external.
//console.log("Domain test: %s <=> %s", origin, href);
if (href.indexOf(origin) != 0) {
return ext;
}
// If it is in a sub-path of the current path, it's internal.
var topPath = loc.pathname.replace(/[^\/]*\.[^\/]+$/,'');
if (topPath[topPath.length - 1] != '/') {
topPath += '/';
}
//console.log("Sub-path test: %s <=> %s", topPath, path);
if (path.indexOf(topPath) == 0) {
return { internal: path.substring(topPath.length) }
}
// If it's a root-relative URL and it's in our list of component ids,
// it's internal.
var cmptIds = stencil.properties.reader.getBook().properties.componentIds;
for (var i = 0, ii = cmptIds.length; i < ii; ++i) {
//console.log("Component test: %s <=> %s", cmptIds[i], path);
if (path.indexOf(cmptIds[i]) == 0) {
return { internal: path }
}
}
// Otherwise it's external.
return ext;
}
return API;
}
Monocle.Controls.Stencil.DEFAULT_BEHAVIORS = [Monocle.Controls.Stencil.Links];

View file

@ -1,195 +0,0 @@
/*===========================================================================
This is a base-level Monocle stylesheet. It assumes no class-prefix has been
given to the Reader during initialisation - if one has, you can copy and
modify this stylesheet accordingly.
---------------------------------------------------------------------------*/
/* The reader object that holds pretty much everything.
* (A direct child of the element passed to reader initialisation). */
div.monelem_container {
background-color: black;
}
/* The div that mimics a leaf of paper in a book. */
div.monelem_page {
background: white;
top: 0;
left: 0;
bottom: 3px;
right: 5px;
border-right: 1px solid #999;
}
/* The div within the page that determines page margins. */
div.monelem_sheaf {
top: 1em;
left: 1em;
bottom: 1em;
right: 1em;
}
/* The iframe within the page that loads the content of the book. */
div.monelem_component {
}
/* A panel that sits above the entire reader object, holding controls. */
div.monelem_overlay {
}
/* A full-size panel to display an announcement (iframe or div) */
div.monelem_billboard_container {
background: #FFF;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 2000;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: -0 -0;
-moz-transform-origin: -0 -0;
transform-origin: -0 -0;
}
.monelem_billboard_inner {
height: 100%;
width: 100%;
border: none;
overflow: auto;
/*-webkit-overflow-scrolling: touch;*/ /* This is sexy, but crashy. */
}
div.monelem_billboard_inner {
min-width: 100%;
min-height: 100%;
text-align: center;
vertical-align: middle;
display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
}
div.monelem_billboard_close {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 30px;
color: white;
background: #C00;
cursor: pointer;
border-bottom-left-radius: 4px;
text-shadow: 1px 1px 1px #900;
font: 9pt Helvetica Neue, Helvetica, sans-serif;
}
div.monelem_billboard_close:after {
display: block;
content: 'Close';
width: 100%;
line-height: 30px;
text-align: center;
}
div.monelem_book_fatality {
font-family: Helvetica Neue, Helvetica, sans-serif;
margin: 0 auto;
max-width: 75%;
}
div.monelem_book_fatality p {
line-height: 1.4;
}
/*===========================================================================
PANELS
---------------------------------------------------------------------------*/
.monelem_panels_imode_panel {
background: rgba(255,255,255,0.7);
opacity: 0;
}
.monelem_panels_imode_backwardsPanel {
-webkit-box-shadow: 1px 1px 3px #777;
-moz-box-shadow: 1px 1px 3px #777;
box-shadow: 1px 1px 3px #777;
}
.monelem_panels_imode_forwardsPanel {
-webkit-box-shadow: -1px 1px 3px #777;
-moz-box-shadow: -1px 1px 3px #777;
box-shadow: -1px 1px 3px #777;
}
.monelem_panels_imode_centralPanel {
}
.monelem_panels_imode_toggleIcon {
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 50px;
background-repeat: no-repeat;
background-position: center center;
}
/* If you modify this you could significantly change the way panels work. */
div.monelem_controls_panel_expanded {
left: 0 !important;
width: 100% !important;
z-index: 1001 !important;
}
/*===========================================================================
Flippers
---------------------------------------------------------------------------*/
div.monelem_flippers_slider_wait {
position: absolute;
right: 0px;
top: 0px;
width: 92px;
height: 112px;
background-repeat: no-repeat;
-webkit-background-size: 100%;
-moz-background-size: 100%;
background-size: 100%;
}
@media screen and (max-width: 640px) {
div.monelem_flippers_slider_wait {
width: 61px;
height: 75px;
}
}
/*===========================================================================
DATA URIs
These are data-uri packed images, inlined for loading speed and simplicity.
Placed at the end of this file because they're visually noisy...
---------------------------------------------------------------------------*/
div.monelem_panels_imode_toggleIcon {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAaCAYAAABPY4eKAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1%2B%2FAAAABV0RVh0Q3JlYXRpb24gVGltZQAzMC82LzEwBMfmVwAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAANYSURBVEiJtdZbiNVVFMfxj8cx85JkIGlqSESgOGA9WIQgGmTRUyRaYFJDnUWYGV2eyiCpkIbEKJI1UqYvUkmFDxFBgpghonajSDCM7hcxLSnt4ulh%2F2c4HufMTOH8Xs75%2F%2Ffa67v3%2Bu%2B91hphGJWZNUzCXJyKiHd6xxqNhhGDTB6NOViAyzARY3EaP%2BNL7MCBiPi9Ze4leBlTsR9jcCnuiYgDbeGZeV4F7EINe7EP3%2BJ49W4GrsZ8NPAGXouIk5k5F93YFhHPVT5H4kbcjaX1ev3kWfDMPB9P4ko8ERE7BopONWcOVmMc1uBRrG8Oc5Ptq1hdr9cPdrQMTMUWfBQRCweD9ioiPsQtmbkeu7G8P3ClsZSI98EzcxqeUsLXM1RwZs7ErRiJKXgQN2Tmzoj4qsV2Hn7BYcq369UaHIqI5yPizyGCx2MPfsRVOBoR6%2FA%2BNmXmqCbbm%2FAiMiJO9cEzcwEuwLODwMZk5oXVLYA6PouIF%2FC6cvBgI37D0mreStyJroh4r9df785XYGtEHG8Hfnjb1w08Xu2qq3regtOZuaka2whV5NZieWY%2BhkV4ICJ2N%2FusZeYMJQm8NdCuuxdPH4HENGzsXjx9REQcqRxvR2dEfNBrHxF7lHywGPXW7085cEvwZkScHAheaRz%2BwngcqyAnlEPan%2Fbh5oj4rr%2FBDlyOXUMA%2Fx%2F9oFytM5SZs3t6epbWlOtxeJjg%2BzEmMye3vF%2BCYx2YhdFnTTs3OoQT2JqZ3TiC2zETyzrwrnIwhkMTqwVsxW24GLsiYmWj0dCBo2gNy7nSRfgpIjZjM6WU1ut1lHt%2BGLOHCd6J79sN1pSkMSUzJwwD%2FBoD5I9aRHyiFIVFQ3D2j1KR%2Fh7MMDPnY1JE7GwLr3434N5BnI3GFRiFzuai0Ub34aWBDGr0pcKPM%2FPpqovpT11KoVinNAvXt1lkLTNXKFesXU1HUz3HI0plWqW0QGcoIjYoERpMy7AS17b2da06o43KzLF4RanRzwwx3%2FfOHYW7lL5ubUR83p9do9Ho%2B99fDzcZDynfdxPejog%2FBoCOxHW4AxOwKiK%2BaGc%2FILzJ6ULcXznciwM4qFSzCUob3Km0UCeU3W5v5%2B8%2FwZsWMQvzlN1Nq8C%2F4ht8qkRm72B%2B%2BoP%2FC0sEOftJmUbfAAAAAElFTkSuQmCC);
}
div.monelem_flippers_slider_wait {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABwCAMAAACkX%2BcnAAAB0VBMVEUAAACDg4OEhISFhYWGhoaHh4eIiIiJiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4%2BQkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJycnJ2dnZ2dnZ6dnZ%2Benp6enp%2Bfn5%2Bfn6CgoKCgoKGhoKChoaGioqKjo6OkpKSlpaWmpaWmpqaoqKiqqqqrq6usrKytra2urq6wsLCxsbGzs7O0tLS0tLW1tbW1tba1tbe2tri4uLi4uLm4uLq6ury7u7y8vLy8vL28vL%2B9vb2%2Bvr6%2Bvr%2B%2Fv7%2B%2Fv8HAwMDAwMLAwMPBwcPCwsPExMTExMXFxcXGxsbHx8fIyMjJycrOztDOztHPz9DPz9HR0dTS0tTT09TT09XU1NbU1NfV1dfW1tjW1tnX19fX19rY2Nra2tva2tzd3eDe3t7f39%2Fh4eHi4uLl5enn5%2Bnp6ezp6e3q6u3q6u7r6%2B7r6%2B%2Fs7O%2Fs7PDt7fDt7fHu7vHu7vLv7%2B%2Fv7%2FLv7%2FPw8PDw8PPw8PTx8fTx8fXy8vXy8vbz8%2Fbz8%2Ff09Pf09Pj19fj19fn29vn39%2Fn39%2Fr4%2BPr4%2BPv5%2Bfv6%2Bvv6%2Bvz7%2B%2Fz7%2B%2F38%2FP39%2Ff39%2Ff7%2B%2Fv7%2B%2Fv%2F%2F%2F%2F%2BHSJEZAAAAAXRSTlMAQObYZgAAA5dJREFUaN61lk1uE0EQhd%2BrsQlREAgkFkQKLJByteQU3IIdd2OBYIFASFmAFLurWPT0uOfXme6aWUXy6PNL9XPXR3z6DSI93wQ0GkHjzweapM%2B%2Btn8SMAERPzKQQKN7IDRhD2APgkbumucvXp24T3s%2BH47H7%2F9U1AxmpvaDzV5IUMBfD0CbQXYPly93K%2BEiwneqphpMVc3e7p492zciQhGKNN2bX%2F42shJOEQFIQgAKgfgdpvFz7d58%2FPO4Fn5PiggBAUkAYhoUMJipwU5vhsfjWjhESMTsBChQVVMDYICadfjD4VAAFyGYZVcN7Vzar4iP6frkd5RuLjG7WlCFwdSy4ICtPlBAKJLNhYBq6HKf8IHrx4J7IQX5maqFLHeC3yrWwyEiFACSzlTVVFNuzQZTAG%2BrLoQwVT1kubvGF4wlVj2vi2isuvWrbiXJIUISYKwL5qpuWgbvXQHxSCeqbiXwvOrpClC1QdXViuAQUnpXgE1U%2FSb%2BUwVVF7JfdTWN2G4uFyiaeZz6oOpB1drzTF0sSw6ySdc5Y%2FZe1SPeCpPfS6p6yq4arK16V5eyAwWEp6oTEKpqewXEygBW9iMabzsAZjqoOkuTL227tjJvSg8UaG%2FGhW33obSK8d4dVj1eAV3VrXQsuBtXvd12XdWteCxg2nbobbuU2xQsHst42zHe6lllypOnbcdUeZ62HUzNoOXJz4vdpZXDz4rde5TDz4rdsQ6%2BLHZNxVjOip3VJD8ndjVtOSt2rEp%2BRuxCHXxZ7G6tCr4sdhUX1xPETmvhC2KndWNZFjtUjmVR7KRyLItiF2qTL4ndtdXCF8Tuqhq%2BIHaonfmi2Ek1fEHsQjV8YdtVt2VR7DzgM2J36QCfFbsbB%2Fi82MEBPit2HvBZsfMYy6zYuSSfq7oLfE7sLpzgk2J37QKfETt1gc%2BJnQ98Rux84NNiJ07wSbELTvBpsXOCT4rdRz%2F4WOzMCz4pdl7wKbGDG3xC7NzGMiV2jvCx2PnNfELsbvzgY7FrHOFjsXOEj7YdHeFjsfOF96sePOFjsXOED8XutSt8sO2uXOFDsfOFD6ruCx9U3Rc%2BEDt3eC52zvC%2B2DnD%2B2LnDe9V3RveEzt3eC527vBc7NzhudhtAe%2BuAH94VnV%2FeCZ2G8BzscMmUxdgi5lnYrcF%2FCR2wCZHSvftP9x2m8DTttsEnsRuK7hs8%2FPPxG4beCt2G8HbbbcNPG67reAUEfwHRePBMkvuZ4wAAAAASUVORK5CYII%3D);
}

View file

@ -1,169 +0,0 @@
/*===========================================================================
CONTROLS
The standard Monocle stylesheet for the optional Monocle controls. See
comments for monocore.css, which apply here too.
---------------------------------------------------------------------------*/
/* Contents */
div.monelem_controls_contents_container {
position: absolute;
width: 75%;
height: 75%;
left: 12.5%;
top: 12.5%;
background: #EEE;
border: 2px solid #F7F7F7;
border-radius: 9px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.5);
}
ol.monelem_controls_contents_list {
margin: 6px;
padding: 0;
}
li.monelem_controls_contents_chapter {
list-style: none;
line-height: 220%;
padding-left: 1em;
padding-right: 2em;
border-bottom: 2px groove #FEFEFE;
cursor: pointer;
}
li.monelem_controls_contents_chapter_active {
background: #999;
color: white;
}
/* Magnifier */
.monelem_controls_magnifier_button {
cursor: pointer;
color: #555;
position: absolute;
top: 2px;
right: 10px;
padding: 0 2px;
}
.monelem_controls_magnifier_a {
font-size: 11px;
}
.monelem_controls_magnifier_A {
font-size: 18px;
opacity: 0.3;
}
/* Spinner */
.monelem_controls_spinner_anim {
position: absolute;
width: 100%;
height: 100%;
background-color: white;
background-repeat: no-repeat;
background-position: center center;
}
.monelem_controls_spinner_anim.monelem_dormant {
width: 0;
height: 0;
}
/* Scrubber */
div.monelem_controls_scrubber_container {
position: absolute;
left: 1em;
right: 1em;
bottom: 4px;
height: 30px;
background: rgba(255,255,255,0.8);
}
div.monelem_controls_scrubber_track {
margin-top: 10px;
height: 5px;
border: 1px solid #999;
cursor: pointer;
}
div.monelem_controls_scrubber_needle {
position: absolute;
width: 14px;
height: 14px;
top: 5px;
background: #CCC;
border: 1px solid #999;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
div.monelem_controls_scrubber_trail {
position: absolute;
background: #DDD;
top: 11px;
left: 1px;
height: 5px;
}
div.monelem_controls_scrubber_bubble {
display: none;
position: absolute;
padding: 1em;
min-width: 20%;
max-width: 30%;
bottom: 2.5em;
background: rgba(0, 0, 0, 0.9);
color: #CCC;
font: bold 12px Lucida Grande, Tahoma, Helvetica, Arial, sans-serif;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
/* Stencil */
div.monelem_controls_stencil_container {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
}
.monelem_controls_stencil_mask {
display: block;
position: absolute;
}
div.monelem_controls_stencil_highlighted .monelem_controls_stencil_mask {
background: rgba(0,0,255,0.15);
}
/*===========================================================================
DATA URIs
These are data-uri packed images, inlined for loading speed and simplicity.
Placed at the end of this file because they're visually noisy...
---------------------------------------------------------------------------*/
div.monelem_controls_spinner_anim {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA0CAMAAAANBM47AAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABV0RVh0Q3JlYXRpb24gVGltZQAxNy81LzEwnOhoKAAAAE5QTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxKKmWQAAABp0Uk5TAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBl0wLilAAAC8klEQVQYGZXBB2LjOAADQFCimtVFEoD//9HLbrJxipzoZoBToYptUwV8V/Xrsc8RP6i7aduPXHI69mWIAR9UY6Is5rnCuTBsWXeLkijbTFOLf7okW6R8zxEnwphskfIrifJdW4u/RtlpbGLsdjoHfDNkSZTSNg192w3jchSJEtcawCRzDvgjLPINX1SbSSvNXcC7eNuLXpQuTFbp8CZkH/isyS68H0PAF+0iUzxoNni33HPAR51UxDHgRLObslLEw3TPFT7oKPqIeOImURs+WJ0CHlqKXgLOxL4NgyRqxbuqeMNDXURPOBNWSokquRRP+GeVOzwcLlpwJmx3WVJuY2ZRi1ezfOBhdNGGU52ZhrloBzqSucKLerdLxLtIKlc4Nd9LA6wuNTC5aAbQZzs3eFhE9Tg3mw2wqkQgHCZrTJK3iIcoasMTvXX0E30EAK2k+Wbrho8mky2eCLslSz3+2ERKucVHIZsbnqp2WWXEX60ossMnrakeP+jGocabg9SGzyaXHHDRpOIO/zRjDWCTNlzVsLjFm4bODapE33BZoke8mVy8oqXY4rLNXvFmEnXDKJYaly3SjlchkSOwiCngstFMeDXLE4CVygGX3e6FawUgzFIKANbiHHDZ7U4qL7c5SWzxYqFywGXjvVD3F3Zu8ccs5gqXzeYx7CTTWOOvnmTEZZu0ItSxrvAmZrrHZYme8dkhLbiqLkUDPlvMA1cNIiM+613Y4KJNSviiprTgmrrQM75arVzhkllUxFetqBlXVEXa8d0hMeKCxVSH73rRG37XidpxZlXRiN9UhYUtztRFVI+fhUPFE851KlSHn4TNxTueGU2yx3PVbipVeGpxIaeAJ2IynRv8YHEp3iNOjRRdGvxotGjONb7pD7M4RfyiK6ZclhYf1bdDprRW+FW9SZSUlqGtq1BVTTftRaKce1zS7bIpWyW/oK0i38tU4apupWyRsijKVhoj/o+6W45cJEoqaR+bgP8txH5a1nUZ2gq/+Q/51T5MhuG3fQAAAABJRU5ErkJggg==);
}

View file

@ -1,425 +0,0 @@
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}

View file

@ -1,22 +0,0 @@
Copyright (c) 2012 Andreas Gohr <andi@splitbrain.org>
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
All code created or modified by Sébastien Lucas <sebastien@slucas.fr> is licensed
under GPL 2 (http://www.gnu.org/licenses/gpl.html).

View file

@ -1,890 +0,0 @@
<?php
/**
* PHP EPub Meta library
*
* @author Andreas Gohr <andi@splitbrain.org>
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once(realpath( dirname( __FILE__ ) ) . '/tbszip.php');
define ("METADATA_FILE", "META-INF/container.xml");
class EPub {
public $xml; //FIXME change to protected, later
public $toc;
protected $xpath;
protected $toc_xpath;
protected $file;
protected $meta;
protected $zip;
protected $coverpath='';
protected $namespaces;
protected $imagetoadd='';
/**
* Constructor
*
* @param string $file path to epub file to work on
* @param string $zipClass class to handle zip
* @throws Exception if metadata could not be loaded
*/
public function __construct($file, $zipClass = 'clsTbsZip'){
// open file
$this->file = $file;
$this->zip = new $zipClass();
if(!$this->zip->Open($this->file)){
throw new Exception('Failed to read epub file');
}
// read container data
if (!$this->zip->FileExists(METADATA_FILE)) {
throw new Exception ("Unable to find metadata.xml");
}
$data = $this->zip->FileRead(METADATA_FILE);
if($data == false){
throw new Exception('Failed to access epub container data');
}
$xml = new DOMDocument();
$xml->registerNodeClass('DOMElement','EPubDOMElement');
$xml->loadXML($data);
$xpath = new EPubDOMXPath($xml);
$nodes = $xpath->query('//n:rootfiles/n:rootfile[@media-type="application/oebps-package+xml"]');
$this->meta = $nodes->item(0)->attr('full-path');
// load metadata
if (!$this->zip->FileExists($this->meta)) {
throw new Exception ("Unable to find " . $this->meta);
}
$data = $this->zip->FileRead($this->meta);
if(!$data){
throw new Exception('Failed to access epub metadata');
}
$this->xml = new DOMDocument();
$this->xml->registerNodeClass('DOMElement','EPubDOMElement');
$this->xml->loadXML($data);
$this->xml->formatOutput = true;
$this->xpath = new EPubDOMXPath($this->xml);
}
public function initSpineComponent ()
{
$spine = $this->xpath->query('//opf:spine')->item(0);
$tocid = $spine->getAttribute('toc');
$tochref = $this->xpath->query("//opf:manifest/opf:item[@id='$tocid']")->item(0)->attr('href');
$tocpath = $this->getFullPath ($tochref);
// read epub toc
if (!$this->zip->FileExists($tocpath)) {
throw new Exception ("Unable to find " . $tocpath);
}
$data = $this->zip->FileRead($tocpath);
$this->toc = new DOMDocument();
$this->toc->registerNodeClass('DOMElement','EPubDOMElement');
$this->toc->loadXML($data);
$this->toc_xpath = new EPubDOMXPath($this->toc);
$rootNamespace = $this->toc->lookupNamespaceUri($this->toc->namespaceURI);
$this->toc_xpath->registerNamespace('x', $rootNamespace);
}
/**
* file name getter
*/
public function file(){
return $this->file;
}
/**
* Close the epub file
*/
public function close (){
$this->zip->FileCancelModif($this->meta);
// TODO : Add cancelation of cover image
$this->zip->Close ();
}
/**
* Remove iTunes files
*/
public function cleanITunesCrap () {
if ($this->zip->FileExists("iTunesMetadata.plist")) {
$this->zip->FileReplace ("iTunesMetadata.plist", false);
}
if ($this->zip->FileExists("iTunesArtwork")) {
$this->zip->FileReplace ("iTunesArtwork", false);
}
}
/**
* Writes back all meta data changes
*/
public function save(){
$this->download ();
$this->zip->close();
}
/**
* Get the updated epub
*/
public function download($file=false){
$this->zip->FileReplace($this->meta,$this->xml->saveXML());
// add the cover image
if($this->imagetoadd){
$this->zip->FileReplace($this->coverpath,file_get_contents($this->imagetoadd));
$this->imagetoadd='';
}
if ($file) $this->zip->Flush(TBSZIP_DOWNLOAD, $file);
}
/**
* Get the components list as an array
*/
public function components(){
$spine = array();
$nodes = $this->xpath->query('//opf:spine/opf:itemref');
foreach($nodes as $node){
$idref = $node->getAttribute('idref');
$spine[] = $this->encodeComponentName ($this->xpath->query("//opf:manifest/opf:item[@id='$idref']")->item(0)->getAttribute('href'));
}
return $spine;
}
/**
* Get the component content
*/
public function component($comp) {
$path = $this->decodeComponentName ($comp);
$path = $this->getFullPath ($path);
if (!$this->zip->FileExists($path)) {
throw new Exception ("Unable to find {$path} <{$comp}>");
}
$data = $this->zip->FileRead($path);
return $data;
}
public function getComponentName ($comp, $elementPath) {
$path = $this->decodeComponentName ($comp);
$path = $this->getFullPath ($path, $elementPath);
if (!$this->zip->FileExists($path)) {
error_log ("Unable to find " . $path);
return false;
}
$ref = dirname('/'.$this->meta);
$ref = ltrim($ref,'\\');
$ref = ltrim($ref,'/');
if (strlen ($ref) > 0) {
$path = str_replace ($ref . "/", "", $path);
}
return $this->encodeComponentName ($path);
}
/**
* Encode the component name (to replace / and -)
*/
private function encodeComponentName ($src) {
return str_replace (array ("/", "-"),
array ("~SLASH~", "~DASH~"),
$src);
}
/**
* Decode the component name (to replace / and -)
*/
private function decodeComponentName ($src) {
return str_replace (array ("~SLASH~", "~DASH~"),
array ("/", "-"),
$src);
}
/**
* Get the component content type
*/
public function componentContentType($comp) {
$comp = $this->decodeComponentName ($comp);
$item = $this->xpath->query("//opf:manifest/opf:item[@href='$comp']")->item(0);
if ($item) return $item->getAttribute('media-type');
// I had at least one book containing %20 instead of spaces in the opf file
$comp = str_replace (" ", "%20", $comp);
$item = $this->xpath->query("//opf:manifest/opf:item[@href='$comp']")->item(0);
if ($item) return $item->getAttribute('media-type');
return "application/octet-stream";
}
private function getNavPointDetail ($node) {
$title = $this->toc_xpath->query('x:navLabel/x:text', $node)->item(0)->nodeValue;
$src = $this->toc_xpath->query('x:content', $node)->item(0)->attr('src');
$src = $this->encodeComponentName ($src);
return array("title" => $title, "src" => $src);
}
/**
* Get the Epub content (TOC) as an array
*
* For each chapter there is a "title" and a "src"
*/
public function contents(){
$contents = array();
$nodes = $this->toc_xpath->query('//x:ncx/x:navMap/x:navPoint');
foreach($nodes as $node){
$contents[] = $this->getNavPointDetail ($node);
$insidenodes = $this->toc_xpath->query('x:navPoint', $node);
foreach($insidenodes as $insidenode){
$contents[] = $this->getNavPointDetail ($insidenode);
}
}
return $contents;
}
/**
* Get or set the book author(s)
*
* Authors should be given with a "file-as" and a real name. The file as
* is used for sorting in e-readers.
*
* Example:
*
* array(
* 'Pratchett, Terry' => 'Terry Pratchett',
* 'Simpson, Jacqueline' => 'Jacqueline Simpson',
* )
*
* @params array $authors
*/
public function Authors($authors=false){
// set new data
if($authors !== false){
// Author where given as a comma separated list
if(is_string($authors)){
if($authors == ''){
$authors = array();
}else{
$authors = explode(',',$authors);
$authors = array_map('trim',$authors);
}
}
// delete existing nodes
$nodes = $this->xpath->query('//opf:metadata/dc:creator[@opf:role="aut"]');
foreach($nodes as $node) $node->delete();
// add new nodes
$parent = $this->xpath->query('//opf:metadata')->item(0);
foreach($authors as $as => $name){
if(is_int($as)) $as = $name; //numeric array given
$node = $parent->newChild('dc:creator',$name);
$node->attr('opf:role', 'aut');
$node->attr('opf:file-as', $as);
}
$this->reparse();
}
// read current data
$rolefix = false;
$authors = array();
$nodes = $this->xpath->query('//opf:metadata/dc:creator[@opf:role="aut"]');
if($nodes->length == 0){
// no nodes where found, let's try again without role
$nodes = $this->xpath->query('//opf:metadata/dc:creator');
$rolefix = true;
}
foreach($nodes as $node){
$name = $node->nodeValue;
$as = $node->attr('opf:file-as');
if(!$as){
$as = $name;
$node->attr('opf:file-as',$as);
}
if($rolefix){
$node->attr('opf:role','aut');
}
$authors[$as] = $name;
}
return $authors;
}
/**
* Set or get the book title
*
* @param string $title
*/
public function Title($title=false){
return $this->getset('dc:title',$title);
}
/**
* Set or get the book's language
*
* @param string $lang
*/
public function Language($lang=false){
return $this->getset('dc:language',$lang);
}
/**
* Set or get the book' publisher info
*
* @param string $publisher
*/
public function Publisher($publisher=false){
return $this->getset('dc:publisher',$publisher);
}
/**
* Set or get the book's copyright info
*
* @param string $rights
*/
public function Copyright($rights=false){
return $this->getset('dc:rights',$rights);
}
/**
* Set or get the book's description
*
* @param string $description
*/
public function Description($description=false){
return $this->getset('dc:description',$description);
}
/**
* Set or get the book's Unique Identifier
*
* @param string Unique identifier
*/
public function Uuid($uuid = false)
{
$nodes = $this->xpath->query('/opf:package');
if ($nodes->length !== 1) {
$error = sprintf('Cannot find ebook identifier');
throw new Exception($error);
}
$identifier = $nodes->item(0)->attr('unique-identifier');
$res = $this->getset('dc:identifier', $uuid, 'id', $identifier);
return $res;
}
/**
* Set or get the book's creation date
*
* @param string Date eg: 2012-05-19T12:54:25Z
*/
public function CreationDate($date = false)
{
$res = $this->getset('dc:date', $date, 'opf:event', 'creation');
return $res;
}
/**
* Set or get the book's modification date
*
* @param string Date eg: 2012-05-19T12:54:25Z
*/
public function ModificationDate($date = false)
{
$res = $this->getset('dc:date', $date, 'opf:event', 'modification');
return $res;
}
/**
* Set or get the book's URI
*
* @param string URI
*/
public function Uri($uri = false)
{
$res = $this->getset('dc:identifier', $uri, 'opf:scheme', 'URI');
return $res;
}
/**
* Set or get the book's ISBN number
*
* @param string $isbn
*/
public function ISBN($isbn=false){
return $this->getset('dc:identifier',$isbn,'opf:scheme','ISBN');
}
/**
* Set or get the Google Books ID
*
* @param string $google
*/
public function Google($google=false){
return $this->getset('dc:identifier',$google,'opf:scheme','GOOGLE');
}
/**
* Set or get the Amazon ID of the book
*
* @param string $amazon
*/
public function Amazon($amazon=false){
return $this->getset('dc:identifier',$amazon,'opf:scheme','AMAZON');
}
/**
* Set or get the Calibre UUID of the book
*
* @param string $uuid
*/
public function Calibre($uuid=false){
return $this->getset('dc:identifier',$uuid,'opf:scheme','calibre');
}
/**
* Set or get the Serie of the book
*
* @param string $serie
*/
public function Serie($serie=false){
return $this->getset('opf:meta',$serie,'name','calibre:series','content');
}
/**
* Set or get the Serie Index of the book
*
* @param string $serieIndex
*/
public function SerieIndex($serieIndex=false){
return $this->getset('opf:meta',$serieIndex,'name','calibre:series_index','content');
}
/**
* Set or get the book's subjects (aka. tags)
*
* Subject should be given as array, but a comma separated string will also
* be accepted.
*
* @param array $subjects
*/
public function Subjects($subjects=false){
// setter
if($subjects !== false){
if(is_string($subjects)){
if($subjects === ''){
$subjects = array();
}else{
$subjects = explode(',',$subjects);
$subjects = array_map('trim',$subjects);
}
}
// delete previous
$nodes = $this->xpath->query('//opf:metadata/dc:subject');
foreach($nodes as $node){
$node->delete();
}
// add new ones
$parent = $this->xpath->query('//opf:metadata')->item(0);
foreach($subjects as $subj){
$node = $this->xml->createElement('dc:subject',htmlspecialchars($subj));
$node = $parent->appendChild($node);
}
$this->reparse();
}
//getter
$subjects = array();
$nodes = $this->xpath->query('//opf:metadata/dc:subject');
foreach($nodes as $node){
$subjects[] = $node->nodeValue;
}
return $subjects;
}
/**
* Read the cover data
*
* Returns an associative array with the following keys:
*
* mime - filetype (usually image/jpeg)
* data - the binary image data
* found - the internal path, or false if no image is set in epub
*
* When no image is set in the epub file, the binary data for a transparent
* GIF pixel is returned.
*
* When adding a new image this function return no or old data because the
* image contents are not in the epub file, yet. The image will be added when
* the save() method is called.
*
* @param string $path local filesystem path to a new cover image
* @param string $mime mime type of the given file
* @return array
*/
public function Cover($path=false, $mime=false){
// set cover
if($path !== false){
// remove current pointer
$nodes = $this->xpath->query('//opf:metadata/opf:meta[@name="cover"]');
foreach($nodes as $node) $node->delete();
// remove previous manifest entries if they where made by us
$nodes = $this->xpath->query('//opf:manifest/opf:item[@id="php-epub-meta-cover"]');
foreach($nodes as $node) $node->delete();
if($path){
// add pointer
$parent = $this->xpath->query('//opf:metadata')->item(0);
$node = $parent->newChild('opf:meta');
$node->attr('opf:name','cover');
$node->attr('opf:content','php-epub-meta-cover');
// add manifest
$parent = $this->xpath->query('//opf:manifest')->item(0);
$node = $parent->newChild('opf:item');
$node->attr('id','php-epub-meta-cover');
$node->attr('opf:href','php-epub-meta-cover.img');
$node->attr('opf:media-type',$mime);
// remember path for save action
$this->imagetoadd = $path;
}
$this->reparse();
}
// load cover
$nodes = $this->xpath->query('//opf:metadata/opf:meta[@name="cover"]');
if(!$nodes->length) return $this->no_cover();
$coverid = (String) $nodes->item(0)->attr('opf:content');
if(!$coverid) return $this->no_cover();
$nodes = $this->xpath->query('//opf:manifest/opf:item[@id="'.$coverid.'"]');
if(!$nodes->length) return $this->no_cover();
$mime = $nodes->item(0)->attr('opf:media-type');
$path = $nodes->item(0)->attr('opf:href');
$path = dirname('/'.$this->meta).'/'.$path; // image path is relative to meta file
$path = ltrim($path,'/');
$zip = new ZipArchive();
if(!@$zip->open($this->file)){
throw new Exception('Failed to read epub file');
}
$data = $zip->getFromName($path);
return array(
'mime' => $mime,
'data' => $data,
'found' => $path
);
}
public function getCoverItem () {
$nodes = $this->xpath->query('//opf:metadata/opf:meta[@name="cover"]');
if(!$nodes->length) return NULL;
$coverid = (String) $nodes->item(0)->attr('opf:content');
if(!$coverid) return NULL;
$nodes = $this->xpath->query('//opf:manifest/opf:item[@id="'.$coverid.'"]');
if(!$nodes->length) return NULL;
return $nodes->item(0);
}
public function Combine($a, $b)
{
$isAbsolute = false;
if ($a[0] == "/")
$isAbsolute = true;
if ($b[0] == "/")
throw new InvalidArgumentException("Second path part must not start with " . $m_Separator);
$splittedA = preg_split("#/#", $a);
$splittedB = preg_split("#/#", $b);
$pathParts = array();
$mergedPath = array_merge($splittedA, $splittedB);
foreach($mergedPath as $item)
{
if ($item == null || $item == "" || $item == ".")
continue;
if ($item == "..")
{
array_pop($pathParts);
continue;
}
array_push($pathParts, $item);
}
$path = implode("/", $pathParts);
if ($isAbsolute)
return("/" . $path);
else
return($path);
}
private function getFullPath ($file, $context = NULL) {
$path = dirname('/'.$this->meta).'/'.$file;
$path = ltrim($path,'\\');
$path = ltrim($path,'/');
if (!empty ($context)) {
$path = $this->combine (dirname ($path), $context);
}
//error_log ("FullPath : $path ($file / $context)");
return $path;
}
public function updateForKepub () {
$item = $this->getCoverItem ();
if (!is_null ($item)) {
$item->attr('opf:properties', 'cover-image');
}
}
public function Cover2($path=false, $mime=false){
$hascover = true;
$item = $this->getCoverItem ();
if (is_null ($item)) {
$hascover = false;
} else {
$mime = $item->attr('opf:media-type');
$this->coverpath = $item->attr('opf:href');
$this->coverpath = dirname('/'.$this->meta).'/'.$this->coverpath; // image path is relative to meta file
$this->coverpath = ltrim($this->coverpath,'\\');
$this->coverpath = ltrim($this->coverpath,'/');
}
// set cover
if($path !== false){
if (!$hascover) return; // TODO For now only update
if($path){
$item->attr('opf:media-type',$mime);
// remember path for save action
$this->imagetoadd = $path;
}
$this->reparse();
}
if (!$hascover) return $this->no_cover();
}
/**
* A simple getter/setter for simple meta attributes
*
* It should only be used for attributes that are expected to be unique
*
* @param string $item XML node to set/get
* @param string $value New node value
* @param string $att Attribute name
* @param string $aval Attribute value
* @param string $datt Destination attribute
*/
protected function getset($item,$value=false,$att=false,$aval=false,$datt=false){
// construct xpath
$xpath = '//opf:metadata/'.$item;
if($att){
$xpath .= "[@$att=\"$aval\"]";
}
// set value
if($value !== false){
$value = htmlspecialchars($value);
$nodes = $this->xpath->query($xpath);
if($nodes->length == 1 ){
if($value === ''){
// the user want's to empty this value -> delete the node
$nodes->item(0)->delete();
}else{
// replace value
if ($datt){
$nodes->item(0)->attr ($datt, $value);
}else{
$nodes->item(0)->nodeValue = $value;
}
}
}else{
// if there are multiple matching nodes for some reason delete
// them. we'll replace them all with our own single one
foreach($nodes as $n) $n->delete();
// readd them
if($value){
$parent = $this->xpath->query('//opf:metadata')->item(0);
$node = $parent->newChild ($item);
if($att) $node->attr($att,$aval);
if ($datt){
$node->attr ($datt, $value);
}else{
$node->nodeValue = $value;
}
}
}
$this->reparse();
}
// get value
$nodes = $this->xpath->query($xpath);
if($nodes->length){
if ($datt){
return $nodes->item(0)->attr ($datt);
}else{
return $nodes->item(0)->nodeValue;
}
}else{
return '';
}
}
/**
* Return a not found response for Cover()
*/
protected function no_cover(){
return array(
'data' => base64_decode('R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAEALAAAAAABAAEAAAIBTAA7'),
'mime' => 'image/gif',
'found' => false
);
}
/**
* Reparse the DOM tree
*
* I had to rely on this because otherwise xpath failed to find the newly
* added nodes
*/
protected function reparse() {
$this->xml->loadXML($this->xml->saveXML());
$this->xpath = new EPubDOMXPath($this->xml);
}
}
class EPubDOMXPath extends DOMXPath {
public function __construct(DOMDocument $doc){
parent::__construct($doc);
if(is_a($doc->documentElement, 'EPubDOMElement')){
foreach($doc->documentElement->namespaces as $ns => $url){
$this->registerNamespace($ns,$url);
}
}
}
}
class EPubDOMElement extends DOMElement {
public $namespaces = array(
'n' => 'urn:oasis:names:tc:opendocument:xmlns:container',
'opf' => 'http://www.idpf.org/2007/opf',
'dc' => 'http://purl.org/dc/elements/1.1/'
);
public function __construct($name, $value='', $namespaceURI=''){
list($ns,$name) = $this->splitns($name);
$value = htmlspecialchars($value);
if(!$namespaceURI && $ns){
$namespaceURI = $this->namespaces[$ns];
}
parent::__construct($name, $value, $namespaceURI);
}
/**
* Create and append a new child
*
* Works with our epub namespaces and omits default namespaces
*/
public function newChild($name, $value=''){
list($ns,$local) = $this->splitns($name);
if($ns){
$nsuri = $this->namespaces[$ns];
if($this->isDefaultNamespace($nsuri)){
$name = $local;
$nsuri = '';
}
}
// this doesn't call the construcor: $node = $this->ownerDocument->createElement($name,$value);
$node = new EPubDOMElement($name,$value,$nsuri);
return $this->appendChild($node);
}
/**
* Split given name in namespace prefix and local part
*
* @param string $name
* @return array (namespace, name)
*/
public function splitns($name){
$list = explode(':',$name,2);
if(count($list) < 2) array_unshift($list,'');
return $list;
}
/**
* Simple EPub namespace aware attribute accessor
*/
public function attr($attr,$value=null){
list($ns,$attr) = $this->splitns($attr);
$nsuri = '';
if($ns){
$nsuri = $this->namespaces[$ns];
if(!$this->namespaceURI){
if($this->isDefaultNamespace($nsuri)){
$nsuri = '';
}
}elseif($this->namespaceURI == $nsuri){
$nsuri = '';
}
}
if(!is_null($value)){
if($value === false){
// delete if false was given
if($nsuri){
$this->removeAttributeNS($nsuri,$attr);
}else{
$this->removeAttribute($attr);
}
}else{
// modify if value was given
if($nsuri){
$this->setAttributeNS($nsuri,$attr,$value);
}else{
$this->setAttribute($attr,$value);
}
}
}else{
// return value if none was given
if($nsuri){
return $this->getAttributeNS($nsuri,$attr);
}else{
return $this->getAttribute($attr);
}
}
}
/**
* Remove this node from the DOM
*/
public function delete(){
$this->parentNode->removeChild($this);
}
}

File diff suppressed because it is too large Load diff

View file

@ -1,44 +0,0 @@
<?php
$base = array(
// Note: to save memory plain ASCII mappings have been left out.
0x80 => '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
0x90 => '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
0xA0 => ' ', '!', 'C/', 'PS', '$?', 'Y=', '|', 'SS', '"', '(c)', 'a', '<<', '!', '', '(r)', '-',
0xB0 => 'deg', '+-', '2', '3', '\'', 'u', 'P', '*', ',', '1', 'o', '>>', '1/4', '1/2', '3/4', '?',
0xC0 => 'A', 'A', 'A', 'A', 'A', 'A', 'AE', 'C', 'E', 'E', 'E', 'E', 'I', 'I', 'I', 'I',
0xD0 => 'D', 'N', 'O', 'O', 'O', 'O', 'O', 'x', 'O', 'U', 'U', 'U', 'U', 'Y', 'Th', 'ss',
0xE0 => 'a', 'a', 'a', 'a', 'a', 'a', 'ae', 'c', 'e', 'e', 'e', 'e', 'i', 'i', 'i', 'i',
0xF0 => 'd', 'n', 'o', 'o', 'o', 'o', 'o', '/', 'o', 'u', 'u', 'u', 'u', 'y', 'th', 'y',
);
// Overrides for Danish input.
$variant['da'] = array(
0xC5 => 'Aa',
0xC6 => 'Ae',
0xD8 => 'Oe',
0xE5 => 'aa',
0xE6 => 'ae',
0xF8 => 'oe',
);
// Overrides for German input.
$variant['de'] = array(
0xC4 => 'Ae',
0xD6 => 'Oe',
0xDC => 'Ue',
0xE4 => 'ae',
0xF6 => 'oe',
0xFC => 'ue',
0xDF => 'ss',
);
// Overrides for Spanish input.
$variant['es'] = array(
0xE1 => 'a',
0xE9 => 'e',
0xED => 'i',
0xF3 => 'o',
0xFA => 'u',
0xF1 => 'n',
);

View file

@ -1,36 +0,0 @@
<?php
$base = array(
0x00 => 'A', 'a', 'A', 'a', 'A', 'a', 'C', 'c', 'C', 'c', 'C', 'c', 'C', 'c', 'D', 'd',
0x10 => 'D', 'd', 'E', 'e', 'E', 'e', 'E', 'e', 'E', 'e', 'E', 'e', 'G', 'g', 'G', 'g',
0x20 => 'G', 'g', 'G', 'g', 'H', 'h', 'H', 'h', 'I', 'i', 'I', 'i', 'I', 'i', 'I', 'i',
0x30 => 'I', 'i', 'IJ', 'ij', 'J', 'j', 'K', 'k', 'k', 'L', 'l', 'L', 'l', 'L', 'l', 'L',
0x40 => 'l', 'L', 'l', 'N', 'n', 'N', 'n', 'N', 'n', '\'n', 'NG', 'ng', 'O', 'o', 'O', 'o',
0x50 => 'O', 'o', 'OE', 'oe', 'R', 'r', 'R', 'r', 'R', 'r', 'S', 's', 'S', 's', 'S', 's',
0x60 => 'S', 's', 'T', 't', 'T', 't', 'T', 't', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u',
0x70 => 'U', 'u', 'U', 'u', 'W', 'w', 'Y', 'y', 'Y', 'Z', 'z', 'Z', 'z', 'Z', 'z', 's',
0x80 => 'b', 'B', 'B', 'b', '6', '6', 'O', 'C', 'c', 'D', 'D', 'D', 'd', 'd', '3', '@',
0x90 => 'E', 'F', 'f', 'G', 'G', 'hv', 'I', 'I', 'K', 'k', 'l', 'l', 'W', 'N', 'n', 'O',
0xA0 => 'O', 'o', 'OI', 'oi', 'P', 'p', 'YR', '2', '2', 'SH', 'sh', 't', 'T', 't', 'T', 'U',
0xB0 => 'u', 'Y', 'V', 'Y', 'y', 'Z', 'z', 'ZH', 'ZH', 'zh', 'zh', '2', '5', '5', 'ts', 'w',
0xC0 => '|', '||', '|=', '!', 'DZ', 'Dz', 'dz', 'LJ', 'Lj', 'lj', 'NJ', 'Nj', 'nj', 'A', 'a', 'I',
0xD0 => 'i', 'O', 'o', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', '@', 'A', 'a',
0xE0 => 'A', 'a', 'AE', 'ae', 'G', 'g', 'G', 'g', 'K', 'k', 'O', 'o', 'O', 'o', 'ZH', 'zh',
0xF0 => 'j', 'DZ', 'D', 'dz', 'G', 'g', 'HV', 'W', 'N', 'n', 'A', 'a', 'AE', 'ae', 'O', 'o',
);
// Overrides for Esperanto input.
$variant['eo'] = array(
0x08 => 'Cx',
0x09 => 'cx',
0x1C => 'Gx',
0x1D => 'gx',
0x24 => 'Hx',
0x25 => 'hx',
0x34 => 'Jx',
0x35 => 'jx',
0x5C => 'Sx',
0x5D => 'sx',
0x6C => 'Ux',
0x6D => 'ux',
);

Some files were not shown because too many files have changed in this diff Show more