release 1.5.3

This commit is contained in:
Andrew Dolgov 2011-04-21 10:06:06 +04:00
parent d9d5ce4c0c
commit cf463c027a
3 changed files with 646 additions and 494 deletions

View File

@ -1,4 +1,4 @@
<?php # This file has been generated at: Mon Mar 21 12:01:15 MSK 2011 <?php # This file has been generated at: Thu Apr 21 10:05:51 MSD 2011
__("Title"); __("Title");
__("Title or Content"); __("Title or Content");
@ -23,8 +23,8 @@ __('When auto-detecting tags in articles these tags will not be applied (comma-s
__('When this option is enabled, headlines in Special feeds and Labels are grouped by feeds'); __('When this option is enabled, headlines in Special feeds and Labels are grouped by feeds');
__('Use feed-specified date to sort headlines instead of local import date.'); __('Use feed-specified date to sort headlines instead of local import date.');
__('Customize CSS stylesheet to your liking'); __('Customize CSS stylesheet to your liking');
__('Click to register your SSL client certificate with tt-rss');
__('Purge old posts after this number of days (0 - disables)'); __('Purge old posts after this number of days (0 - disables)');
__('Update post on checksum change');
__('Default interval between feed updates'); __('Default interval between feed updates');
__('Amount of articles to display at once'); __('Amount of articles to display at once');
__('Allow duplicate posts'); __('Allow duplicate posts');
@ -32,12 +32,10 @@ __('Enable feed categories');
__('Show content preview in headlines list'); __('Show content preview in headlines list');
__('Short date format'); __('Short date format');
__('Long date format'); __('Long date format');
__('Use more accessible date/time format for headlines');
__('Combined feed display'); __('Combined feed display');
__('Hide feeds with no unread messages'); __('Hide feeds with no unread messages');
__('On catchup show next feed'); __('On catchup show next feed');
__('Sort feeds by unread articles count'); __('Sort feeds by unread articles count');
__('Set articles as unread on update');
__('Reverse headline order (oldest first)'); __('Reverse headline order (oldest first)');
__('Enable e-mail digest'); __('Enable e-mail digest');
__('Confirm marking feed as read'); __('Confirm marking feed as read');
@ -55,4 +53,5 @@ __('Enable external API');
__('User timezone'); __('User timezone');
__('Sort headlines by feed date'); __('Sort headlines by feed date');
__('Customize stylesheet'); __('Customize stylesheet');
__('Login with an SSL certificate');
?> ?>

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
<?php <?php
define('VERSION', "1.5.2"); define('VERSION', "1.5.3");
?> ?>