update translations
This commit is contained in:
parent
6d9455e9ba
commit
e95e78198f
26 changed files with 4790 additions and 4233 deletions
|
@ -1500,7 +1500,7 @@ class Pref_Feeds extends Protected_Handler {
|
||||||
|
|
||||||
print "</div>"; #pane
|
print "</div>"; #pane
|
||||||
|
|
||||||
print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Published & shared articles and generated feeds')."\">";
|
print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Published & shared articles / Generated feeds')."\">";
|
||||||
|
|
||||||
print "<h3>" . __("Published articles and generated feeds") . "</h3>";
|
print "<h3>" . __("Published articles and generated feeds") . "</h3>";
|
||||||
|
|
||||||
|
|
|
@ -156,7 +156,7 @@ class Pref_Prefs extends Protected_Handler {
|
||||||
$_SESSION["prefs_op_result"] = "";
|
$_SESSION["prefs_op_result"] = "";
|
||||||
|
|
||||||
print "<div dojoType=\"dijit.layout.AccordionContainer\" region=\"center\">";
|
print "<div dojoType=\"dijit.layout.AccordionContainer\" region=\"center\">";
|
||||||
print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Personal data')."\">";
|
print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Personal data / Authentication')."\">";
|
||||||
|
|
||||||
print "<form dojoType=\"dijit.form.Form\" id=\"changeUserdataForm\">";
|
print "<form dojoType=\"dijit.form.Form\" id=\"changeUserdataForm\">";
|
||||||
|
|
||||||
|
@ -206,9 +206,6 @@ class Pref_Prefs extends Protected_Handler {
|
||||||
|
|
||||||
print "</form>";
|
print "</form>";
|
||||||
|
|
||||||
print "</div>"; # pane
|
|
||||||
print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Authentication')."\">";
|
|
||||||
|
|
||||||
$result = db_query($this->link, "SELECT id FROM ttrss_users
|
$result = db_query($this->link, "SELECT id FROM ttrss_users
|
||||||
WHERE id = ".$_SESSION["uid"]." AND pwd_hash
|
WHERE id = ".$_SESSION["uid"]." AND pwd_hash
|
||||||
= 'SHA1:5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8'");
|
= 'SHA1:5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8'");
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?php # This file has been generated at: Wed Dec 28 13:33:46 MSK 2011
|
<?php # This file has been generated at: Mon Jan 30 16:39:34 MSK 2012
|
||||||
|
|
||||||
__("Title");
|
__("Title");
|
||||||
__("Title or Content");
|
__("Title or Content");
|
||||||
|
@ -29,6 +29,7 @@ __('When this option is enabled, headlines in Special feeds and Labels are group
|
||||||
__('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');
|
__('Click to register your SSL client certificate with tt-rss');
|
||||||
|
__('Uses server timezone');
|
||||||
__('Purge old posts after this number of days (0 - disables)');
|
__('Purge old posts after this number of days (0 - disables)');
|
||||||
__('Default interval between feed updates');
|
__('Default interval between feed updates');
|
||||||
__('Amount of articles to display at once');
|
__('Amount of articles to display at once');
|
||||||
|
@ -59,4 +60,5 @@ __('User timezone');
|
||||||
__('Sort headlines by feed date');
|
__('Sort headlines by feed date');
|
||||||
__('Customize stylesheet');
|
__('Customize stylesheet');
|
||||||
__('Login with an SSL certificate');
|
__('Login with an SSL certificate');
|
||||||
|
__('Try to send digests around specified time');
|
||||||
?>
|
?>
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
752
messages.pot
752
messages.pot
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue