Commit Graph

86 Commits

Author SHA1 Message Date
Sébastien Lucas c72f4aee98 Better syntax for french translation. Thanks to Pctv007. 2014-09-21 20:09:51 +02:00
Sébastien Lucas 3b0744c605 Add a lot of new language name in french. Thanks to Pctv007. 2014-09-21 20:08:51 +02:00
Alfonso Delgado 0c70a7ae9a Updated Catalan translation (100%). 2014-09-11 17:48:22 +02:00
Sébastien Lucas 76bec03895 Add new basque translation. provided by Turutarena. 2014-07-29 21:57:42 +02:00
Sébastien Lucas df763e0a25 Fix line ending 2014-06-04 11:02:33 +02:00
Sébastien Lucas 23d31443f6 Add Haitian Creole translation. Thanks to Ian Macdonald & Jacinta 2014-06-04 11:00:45 +02:00
Sébastien Lucas 70611e5c50 New polish translation. Provided by macak_pl. 2014-05-28 17:14:10 +02:00
Rune Mathisen a42fec4ad2 Removed ##TODO## + translated two more strings 2014-04-17 08:14:02 +02:00
Rune Mathisen 6f32e5b179 Translated new strings + fixed one spelling error 2014-04-17 07:56:10 +02:00
Pablo Aguiar 2878c9376f Improve some Brazilian Portuguese translations (re #37) 2014-04-12 22:08:13 -03:00
Pablo Aguiar 965b0c4a4b Translate new strings into Brazilian Portuguese (re #37) 2014-04-12 22:07:56 -03:00
Sébastien Lucas c7adef2c70 Updated spanish translation. Patch by Marcos. 2014-04-07 21:15:55 +02:00
Alberto D'Agostini be92af891d Update italian translation 2014-04-04 16:05:17 +02:00
Sébastien Lucas 33d6abb503 Update all lang file after previous commit. 2014-04-02 21:26:07 +02:00
Tyler J. Wagner 25934df529 Update english language file. 2014-04-02 21:25:04 +02:00
Sébastien Lucas d71e6dc738 Updated Dutch translation. Patch from Mario. 2014-04-02 21:03:33 +02:00
Sébastien Lucas 77a6acff27 Update french anf english translation. 2014-03-20 17:09:46 +01:00
Sébastien Lucas f4503647ad Update translations 2014-03-10 15:56:54 +01:00
Sébastien Lucas 80a7deaade Add Czech translation. Provided by Zdenek Hadrava. 2014-03-10 15:55:07 +01:00
Sébastien Lucas a6d4d5ba58 Update i18n 2014-03-10 15:49:53 +01:00
Michael 1ad15d410c adding ratings category to possible ignores and merge lang update (nl)
had to change rating.title to ratings.title due to $keyPlural in base.php#L997
2014-03-05 11:15:20 +01:00
Michael b903f52bad ratings category language strings (english and german) 2014-02-27 19:14:49 +01:00
Pablo Aguiar bf23ec6a1a Update Brazilian Portuguese language file 2014-02-23 20:39:57 -03:00
zweiundvierzig 24cc89c3a9 Update Localization_de.json
Translated all the ##TODO## entries. Did some minor grammatical corrections also.
2014-02-09 12:27:58 +01:00
Bo Rosén bae545efc7 Add Swedish translation. 2014-01-24 18:56:45 +01:00
Alberto D'Agostini fa23572225 Enhance italian translation. 2014-01-13 18:02:49 +01:00
Sébastien Lucas f7ecb87af5 Update german translation. Thanks to glimm from Mobileread. 2014-01-04 22:06:32 +01:00
Sébastien Lucas 61f3bdc928 Updated spanish translation. Thanks to Marcos. 2014-01-02 10:05:37 +01:00
Sébastien Lucas 1e165fb574 Fix the languages string to add consistancy (plural form). re #34 2013-12-19 08:24:02 +01:00
Sébastien Lucas c71f443356 The ignored categories is now in the customize UI page. re #34
It's far from complete but it works. I'll have to check the strings consistancy.
2013-12-17 22:45:51 +01:00
Sébastien Lucas f940f50120 Fix translations strings for publishers. Add french translation. re #123 2013-12-05 15:41:44 +01:00
Sébastien Lucas 2d4ee94e05 Fix russian translation 2013-12-05 12:19:03 +01:00
At-Libitum 9efcd661a0 **2012-11-22**
**Added global support for publishers**

Files modified:

*base.php*

-   changed class Entry,

	-   adding a constant ```cops:publishers``` to the icon array for the feed.

-   changed class Page

	-   added branches to the page selector switch

-   changed Page->public function InitializeContent

	-   added call to pull publisher count from database

-   changed class PageAllBooks

	-   changed it so ```getCurrentOption``` is actually used...

-   added page descendant class ```PageAllPublishers```

	-   handles pulling the publishers category from database

-   added page descendant class ```PagePublisherDetail```

	-   handles pulling the books per publisher data from database

-   changed class PageQueryResult

	-   added constant and switches for publisher search scope

-   abstract class Base

	-   added constants for the publisher pages

*book.php*

-   added require statement for publisher.php
-   added ```SQL_BOOKS_BY_PUBLISHER``` query to retrieve books by publisher.

-   changed class Book

	-   added query constant
	-   added publisher item
	-   added test in case no known publisher
	-   added publishername and url array elements for the JSON output
	-   added public function ```getPublisher```
	-   added public static function ```getBooksByPublisher``` to fire the query

-   changed function getJson

	-   added publisher category to search
	-   added publishername (single) and publishertitle(plural) localization entries to i18n translation array

*index.php*

-   added require statement for publisher.php

*lang/Localization_en.json

-   added new localization entries for publisher labels (see below)
```
"publisher.alphabetical.many":"Alphabetical index of the {0} publishers",
"publisher.alphabetical.none":"Alphabetical index of absolutely no publisher",
"publisher.alphabetical.one":"Alphabetical index of the single publisher",
"publisher.name":"Publisher",
"publisher.title":"Publishers",
"publisherword.many":"{0} publishers",
"publisherword.none":"No publisher",
"publisherword.one":"1 publisher",

"search.result.publisher":"Search result for *{0}* in publishers",
```

*templates\bookdetail.html*

-   added publisher label and item to bookdetail popup

*test\bookTest.php*

-   added indices and names of publishers added to testdatabase as comment
-   added test function ```testGetBooksByPublisher```
-   changed test function testGetBookById to add assertion for publisher name
-   changed test function testTypeaheadSearch to add search on partial publisher name.

*test\pageTest.php*

-   changed test function testPageIndex to insert publisher category and adjust page indices
-   changed test function testPageIndexWithCustomColum to adjust for the changed page indices
-   added test function testPageAllPublishers
-   added test function testPagePublishersDetail
-   added test function testPageSearchScopePublishers

*test\BaseWithSomeBooks\metadata.db*

-   added 5 publishers spread across all 14 books, replacing the original publisher Feedbooks

Files added:

*publisher.php*
2013-11-22 22:08:09 +01:00
wikiped b35e66d1b7 Update Localization_ru.json
Simplified the plurals for "tags" and other "authors".
2013-11-20 09:30:56 -08:00
wikiped 806f6e22c4 Update Localization_ru.json 2013-11-20 08:08:00 -08:00
Rune Mathisen aff5c43dd8 Update Localization_nb.json 2013-11-09 15:31:27 +01:00
Sébastien Lucas d5c666fd61 Fix some small problems in Chinese translation. re #37 2013-10-18 09:28:04 +02:00
Sébastien Lucas a1adb045dd Enhance Dutch translation. Thanks to Mariosipad (@MobileRead). re #37 2013-10-18 09:27:24 +02:00
wogong 6f8e7eae41 error in series translation fixed 2013-10-17 10:55:43 +08:00
wogong 60141757da Update chinese translation 2013-10-17 10:38:07 +08:00
Pablo Aguiar 6e6ee046f1 Translate new strings and fix other two (re #37) 2013-10-10 04:08:02 -03:00
Sébastien Lucas 23129b9c9e The search page title is now more precise in case a scope is provided. re #34 2013-10-06 18:08:26 +02:00
Sébastien Lucas 8f2b53f336 Update German translation. Thanks to Glimm (@MobileRead). re #37 2013-09-30 10:04:11 +02:00
Sébastien Lucas 733afc2b4c Update the new strings for all languages. re #34 2013-09-28 20:56:46 +02:00
Sébastien Lucas d7aa7af16e Add new strings for the future search. re #34 2013-09-27 17:15:00 +02:00
Sébastien Lucas a42cda521d Enhance Dutch translation. Thanks to Mariosipad (@MobileRead). re #37 2013-09-19 15:14:26 +02:00
Alberto D'Agostini ac48704cc2 Enhance italian translation. re #37 2013-09-18 20:42:10 +02:00
Sébastien Lucas 18decb3cc1 Localize a missing string (cog alternate text). re #37 2013-09-17 16:30:19 +02:00
Sébastien Lucas a46bc7d05a Update all translations to be sure to only have strings really used in COPS. re #39 2013-09-16 20:34:50 +02:00
Pablo Aguiar c5c83522aa Add Portuguese localization file 2013-09-07 03:11:33 -03:00