modify includes to init session before translations are applied

master
Andrew Dolgov 12 years ago
parent 9eac0e0893
commit 23419d117b

@ -37,8 +37,8 @@
@$csrf_token = $_REQUEST['csrf_token']; @$csrf_token = $_REQUEST['csrf_token'];
require_once "functions.php";
require_once "sessions.php"; require_once "sessions.php";
require_once "functions.php";
require_once "config.php"; require_once "config.php";
require_once "db.php"; require_once "db.php";
require_once "db-prefs.php"; require_once "db-prefs.php";

@ -1,4 +1,4 @@
<?php # This file has been generated at: Mon Dec 24 13:34:00 MSK 2012 <?php # This file has been generated at: Sat Jan 5 01:27:34 MSK 2013
__("Title"); __("Title");
__("Title or Content"); __("Title or Content");

@ -8,8 +8,8 @@
set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR . set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
get_include_path()); get_include_path());
require_once "functions.php";
require_once "sessions.php"; require_once "sessions.php";
require_once "functions.php";
require_once "sanity_check.php"; require_once "sanity_check.php";
require_once "version.php"; require_once "version.php";
require_once "config.php"; require_once "config.php";

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-24 13:34+0400\n" "POT-Creation-Date: 2013-01-05 01:27+0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -243,7 +243,7 @@ msgstr ""
#: index.php:108 index.php:150 index.php:236 prefs.php:86 #: index.php:108 index.php:150 index.php:236 prefs.php:86
#: classes/backend.php:6 classes/pref/labels.php:296 #: classes/backend.php:6 classes/pref/labels.php:296
#: classes/pref/filters.php:602 classes/pref/feeds.php:1342 #: classes/pref/filters.php:602 classes/pref/feeds.php:1342
#: plugins/digest/digest_body.php:45 js/viewfeed.js:1169 #: plugins/digest/digest_body.php:45 js/viewfeed.js:1169 js/viewfeed.js:1158
msgid "Loading, please wait..." msgid "Loading, please wait..."
msgstr "" msgstr ""
@ -801,11 +801,11 @@ msgstr ""
msgid "Search results: %s" msgid "Search results: %s"
msgstr "" msgstr ""
#: include/functions.php:3067 js/viewfeed.js:1998 #: include/functions.php:3067 js/viewfeed.js:1998 js/viewfeed.js:1971
msgid "Click to play" msgid "Click to play"
msgstr "" msgstr ""
#: include/functions.php:3068 js/viewfeed.js:1997 #: include/functions.php:3068 js/viewfeed.js:1997 js/viewfeed.js:1970
msgid "Play" msgid "Play"
msgstr "" msgstr ""
@ -930,7 +930,7 @@ msgstr ""
msgid "Set starred" msgid "Set starred"
msgstr "" msgstr ""
#: include/localized_schema.php:12 js/viewfeed.js:501 #: include/localized_schema.php:12 js/viewfeed.js:501 js/viewfeed.js:490
msgid "Publish article" msgid "Publish article"
msgstr "" msgstr ""
@ -938,7 +938,7 @@ msgstr ""
msgid "Assign tags" msgid "Assign tags"
msgstr "" msgstr ""
#: include/localized_schema.php:14 js/viewfeed.js:1962 #: include/localized_schema.php:14 js/viewfeed.js:1962 js/viewfeed.js:1935
msgid "Assign label" msgid "Assign label"
msgstr "" msgstr ""
@ -1128,7 +1128,7 @@ msgstr ""
msgid "User timezone" msgid "User timezone"
msgstr "" msgstr ""
#: include/localized_schema.php:60 js/prefs.js:1856 #: include/localized_schema.php:60 js/prefs.js:1856 js/prefs.js:1743
msgid "Customize stylesheet" msgid "Customize stylesheet"
msgstr "" msgstr ""
@ -1884,7 +1884,7 @@ msgstr ""
msgid "Save rule" msgid "Save rule"
msgstr "" msgstr ""
#: classes/pref/filters.php:788 js/functions.js:1067 #: classes/pref/filters.php:788 js/functions.js:1067 js/functions.js:1063
msgid "Add rule" msgid "Add rule"
msgstr "" msgstr ""
@ -1900,7 +1900,7 @@ msgstr ""
msgid "Save action" msgid "Save action"
msgstr "" msgstr ""
#: classes/pref/filters.php:855 js/functions.js:1093 #: classes/pref/filters.php:855 js/functions.js:1093 js/functions.js:1089
msgid "Add action" msgid "Add action"
msgstr "" msgstr ""
@ -2158,7 +2158,7 @@ msgstr ""
msgid "Reset sort order" msgid "Reset sort order"
msgstr "" msgstr ""
#: classes/pref/feeds.php:1292 js/prefs.js:2021 #: classes/pref/feeds.php:1292 js/prefs.js:2021 js/prefs.js:1788
msgid "Batch subscribe" msgid "Batch subscribe"
msgstr "" msgstr ""
@ -2478,11 +2478,11 @@ msgstr ""
msgid "Start update" msgid "Start update"
msgstr "" msgstr ""
#: js/feedlist.js:283 #: js/feedlist.js:283 js/feedlist.js:282
msgid "New articles available in this feed (click to show)" msgid "New articles available in this feed (click to show)"
msgstr "" msgstr ""
#: js/feedlist.js:490 js/feedlist.js:505 #: js/feedlist.js:490 js/feedlist.js:505 js/feedlist.js:489 js/feedlist.js:504
msgid "Mark all articles in %s as read?" msgid "Mark all articles in %s as read?"
msgstr "" msgstr ""
@ -2492,117 +2492,120 @@ msgid ""
"your browser information. Your IP would be saved in the database." "your browser information. Your IP would be saved in the database."
msgstr "" msgstr ""
#: js/functions.js:618 #: js/functions.js:618 js/functions.js:614
msgid "Date syntax appears to be correct:" msgid "Date syntax appears to be correct:"
msgstr "" msgstr ""
#: js/functions.js:621 #: js/functions.js:621 js/functions.js:617
msgid "Date syntax is incorrect." msgid "Date syntax is incorrect."
msgstr "" msgstr ""
#: js/functions.js:748 #: js/functions.js:748 js/functions.js:744
msgid "Remove stored feed icon?" msgid "Remove stored feed icon?"
msgstr "" msgstr ""
#: js/functions.js:780 #: js/functions.js:780 js/functions.js:776
msgid "Please select an image file to upload." msgid "Please select an image file to upload."
msgstr "" msgstr ""
#: js/functions.js:782 #: js/functions.js:782 js/functions.js:778
msgid "Upload new icon for this feed?" msgid "Upload new icon for this feed?"
msgstr "" msgstr ""
#: js/functions.js:799 #: js/functions.js:799 js/functions.js:795
msgid "Please enter label caption:" msgid "Please enter label caption:"
msgstr "" msgstr ""
#: js/functions.js:804 #: js/functions.js:804 js/functions.js:800
msgid "Can't create label: missing caption." msgid "Can't create label: missing caption."
msgstr "" msgstr ""
#: js/functions.js:847 #: js/functions.js:847 js/functions.js:843
msgid "Subscribe to Feed" msgid "Subscribe to Feed"
msgstr "" msgstr ""
#: js/functions.js:874 #: js/functions.js:874 js/functions.js:870
msgid "Subscribed to %s" msgid "Subscribed to %s"
msgstr "" msgstr ""
#: js/functions.js:879 #: js/functions.js:879 js/functions.js:875
msgid "Specified URL seems to be invalid." msgid "Specified URL seems to be invalid."
msgstr "" msgstr ""
#: js/functions.js:882 #: js/functions.js:882 js/functions.js:878
msgid "Specified URL doesn't seem to contain any feeds." msgid "Specified URL doesn't seem to contain any feeds."
msgstr "" msgstr ""
#: js/functions.js:935 #: js/functions.js:935 js/functions.js:931
msgid "Couldn't download the specified URL: %s" msgid "Couldn't download the specified URL: %s"
msgstr "" msgstr ""
#: js/functions.js:939 #: js/functions.js:939 js/functions.js:935
msgid "You are already subscribed to this feed." msgid "You are already subscribed to this feed."
msgstr "" msgstr ""
#: js/functions.js:1067 #: js/functions.js:1067 js/functions.js:1063
msgid "Edit rule" msgid "Edit rule"
msgstr "" msgstr ""
#: js/functions.js:1093 #: js/functions.js:1093 js/functions.js:1089
msgid "Edit action" msgid "Edit action"
msgstr "" msgstr ""
#: js/functions.js:1130 #: js/functions.js:1130 js/functions.js:1126
msgid "Create Filter" msgid "Create Filter"
msgstr "" msgstr ""
#: js/functions.js:1234 #: js/functions.js:1234 js/functions.js:1230
msgid "" msgid ""
"Reset subscription? Tiny Tiny RSS will try to subscribe to the notification " "Reset subscription? Tiny Tiny RSS will try to subscribe to the notification "
"hub again on next feed update." "hub again on next feed update."
msgstr "" msgstr ""
#: js/functions.js:1255 js/tt-rss.js:421 #: js/functions.js:1255 js/tt-rss.js:421 js/functions.js:1251
msgid "Unsubscribe from %s?" msgid "Unsubscribe from %s?"
msgstr "" msgstr ""
#: js/functions.js:1362 #: js/functions.js:1362 js/functions.js:1358
msgid "Please enter category title:" msgid "Please enter category title:"
msgstr "" msgstr ""
#: js/functions.js:1393 #: js/functions.js:1393 js/functions.js:1389
msgid "Generate new syndication address for this feed?" msgid "Generate new syndication address for this feed?"
msgstr "" msgstr ""
#: js/functions.js:1584 js/tt-rss.js:400 js/tt-rss.js:903 #: js/functions.js:1584 js/tt-rss.js:400 js/tt-rss.js:903 js/functions.js:1580
#: js/tt-rss.js:782
msgid "You can't edit this kind of feed." msgid "You can't edit this kind of feed."
msgstr "" msgstr ""
#: js/functions.js:1599 #: js/functions.js:1599 js/functions.js:1595
msgid "Edit Feed" msgid "Edit Feed"
msgstr "" msgstr ""
#: js/functions.js:1637 #: js/functions.js:1637 js/functions.js:1633
msgid "More Feeds" msgid "More Feeds"
msgstr "" msgstr ""
#: js/functions.js:1698 js/functions.js:1808 js/prefs.js:408 js/prefs.js:438 #: js/functions.js:1698 js/functions.js:1808 js/prefs.js:408 js/prefs.js:438
#: js/prefs.js:470 js/prefs.js:653 js/prefs.js:673 js/prefs.js:1326 #: js/prefs.js:470 js/prefs.js:653 js/prefs.js:673 js/prefs.js:1326
#: js/prefs.js:1471 #: js/prefs.js:1471 js/functions.js:1694 js/functions.js:1804 js/prefs.js:397
#: js/prefs.js:427 js/prefs.js:459 js/prefs.js:642 js/prefs.js:662
#: js/prefs.js:1213 js/prefs.js:1358
msgid "No feeds are selected." msgid "No feeds are selected."
msgstr "" msgstr ""
#: js/functions.js:1740 #: js/functions.js:1740 js/functions.js:1736
msgid "" msgid ""
"Remove selected feeds from the archive? Feeds with stored articles will not " "Remove selected feeds from the archive? Feeds with stored articles will not "
"be removed." "be removed."
msgstr "" msgstr ""
#: js/functions.js:1779 #: js/functions.js:1779 js/functions.js:1775
msgid "Feeds with update errors" msgid "Feeds with update errors"
msgstr "" msgstr ""
#: js/functions.js:1790 js/prefs.js:1308 #: js/functions.js:1790 js/prefs.js:1308 js/functions.js:1786 js/prefs.js:1195
msgid "Remove selected feeds?" msgid "Remove selected feeds?"
msgstr "" msgstr ""
@ -2626,89 +2629,92 @@ msgstr ""
msgid "Can't create user: no login specified." msgid "Can't create user: no login specified."
msgstr "" msgstr ""
#: js/prefs.js:128 #: js/prefs.js:128 js/prefs.js:117
msgid "Edit Filter" msgid "Edit Filter"
msgstr "" msgstr ""
#: js/prefs.js:175 #: js/prefs.js:175 js/prefs.js:164
msgid "Remove filter?" msgid "Remove filter?"
msgstr "" msgstr ""
#: js/prefs.js:290 #: js/prefs.js:290 js/prefs.js:279
msgid "Remove selected labels?" msgid "Remove selected labels?"
msgstr "" msgstr ""
#: js/prefs.js:306 js/prefs.js:1512 #: js/prefs.js:306 js/prefs.js:1512 js/prefs.js:295 js/prefs.js:1399
msgid "No labels are selected." msgid "No labels are selected."
msgstr "" msgstr ""
#: js/prefs.js:320 #: js/prefs.js:320 js/prefs.js:309
msgid "" msgid ""
"Remove selected users? Neither default admin nor your account will be " "Remove selected users? Neither default admin nor your account will be "
"removed." "removed."
msgstr "" msgstr ""
#: js/prefs.js:337 js/prefs.js:518 js/prefs.js:539 js/prefs.js:578 #: js/prefs.js:337 js/prefs.js:518 js/prefs.js:539 js/prefs.js:578
#: js/prefs.js:326 js/prefs.js:507 js/prefs.js:528 js/prefs.js:567
msgid "No users are selected." msgid "No users are selected."
msgstr "" msgstr ""
#: js/prefs.js:355 #: js/prefs.js:355 js/prefs.js:344
msgid "Remove selected filters?" msgid "Remove selected filters?"
msgstr "" msgstr ""
#: js/prefs.js:370 js/prefs.js:608 js/prefs.js:627 #: js/prefs.js:370 js/prefs.js:608 js/prefs.js:627 js/prefs.js:359
#: js/prefs.js:597 js/prefs.js:616
msgid "No filters are selected." msgid "No filters are selected."
msgstr "" msgstr ""
#: js/prefs.js:389 #: js/prefs.js:389 js/prefs.js:378
msgid "Unsubscribe from selected feeds?" msgid "Unsubscribe from selected feeds?"
msgstr "" msgstr ""
#: js/prefs.js:423 #: js/prefs.js:423 js/prefs.js:412
msgid "Please select only one feed." msgid "Please select only one feed."
msgstr "" msgstr ""
#: js/prefs.js:429 #: js/prefs.js:429 js/prefs.js:418
msgid "Erase all non-starred articles in selected feed?" msgid "Erase all non-starred articles in selected feed?"
msgstr "" msgstr ""
#: js/prefs.js:451 #: js/prefs.js:451 js/prefs.js:440
msgid "How many days of articles to keep (0 - use default)?" msgid "How many days of articles to keep (0 - use default)?"
msgstr "" msgstr ""
#: js/prefs.js:489 #: js/prefs.js:489 js/prefs.js:478
msgid "Login field cannot be blank." msgid "Login field cannot be blank."
msgstr "" msgstr ""
#: js/prefs.js:523 js/prefs.js:544 js/prefs.js:583 #: js/prefs.js:523 js/prefs.js:544 js/prefs.js:583 js/prefs.js:512
#: js/prefs.js:533 js/prefs.js:572
msgid "Please select only one user." msgid "Please select only one user."
msgstr "" msgstr ""
#: js/prefs.js:548 #: js/prefs.js:548 js/prefs.js:537
msgid "Reset password of selected user?" msgid "Reset password of selected user?"
msgstr "" msgstr ""
#: js/prefs.js:613 #: js/prefs.js:613 js/prefs.js:602
msgid "Please select only one filter." msgid "Please select only one filter."
msgstr "" msgstr ""
#: js/prefs.js:631 #: js/prefs.js:631 js/prefs.js:620
msgid "Combine selected filters?" msgid "Combine selected filters?"
msgstr "" msgstr ""
#: js/prefs.js:695 #: js/prefs.js:695 js/prefs.js:684
msgid "Edit Multiple Feeds" msgid "Edit Multiple Feeds"
msgstr "" msgstr ""
#: js/prefs.js:719 #: js/prefs.js:719 js/prefs.js:708
msgid "Save changes to selected feeds?" msgid "Save changes to selected feeds?"
msgstr "" msgstr ""
#: js/prefs.js:811 #: js/prefs.js:811 js/prefs.js:800
msgid "OPML Import" msgid "OPML Import"
msgstr "" msgstr ""
#: js/prefs.js:838 #: js/prefs.js:838 js/prefs.js:827
msgid "Please choose an OPML file first." msgid "Please choose an OPML file first."
msgstr "" msgstr ""
@ -2716,81 +2722,81 @@ msgstr ""
msgid "Please choose the file first." msgid "Please choose the file first."
msgstr "" msgstr ""
#: js/prefs.js:1010 #: js/prefs.js:1010 js/prefs.js:983
msgid "Reset to defaults?" msgid "Reset to defaults?"
msgstr "" msgstr ""
#: js/prefs.js:1215 #: js/prefs.js:1215 js/prefs.js:1102
msgid "" msgid ""
"Remove category %s? Any nested feeds would be placed into Uncategorized." "Remove category %s? Any nested feeds would be placed into Uncategorized."
msgstr "" msgstr ""
#: js/prefs.js:1242 #: js/prefs.js:1242 js/prefs.js:1129
msgid "Remove selected categories?" msgid "Remove selected categories?"
msgstr "" msgstr ""
#: js/prefs.js:1258 #: js/prefs.js:1258 js/prefs.js:1145
msgid "No categories are selected." msgid "No categories are selected."
msgstr "" msgstr ""
#: js/prefs.js:1266 #: js/prefs.js:1266 js/prefs.js:1153
msgid "Category title:" msgid "Category title:"
msgstr "" msgstr ""
#: js/prefs.js:1297 #: js/prefs.js:1297 js/prefs.js:1184
msgid "Feeds without recent updates" msgid "Feeds without recent updates"
msgstr "" msgstr ""
#: js/prefs.js:1346 #: js/prefs.js:1346 js/prefs.js:1233
msgid "Replace current OPML publishing address with a new one?" msgid "Replace current OPML publishing address with a new one?"
msgstr "" msgstr ""
#: js/prefs.js:1455 #: js/prefs.js:1455 js/prefs.js:1342
msgid "Rescore articles in selected feeds?" msgid "Rescore articles in selected feeds?"
msgstr "" msgstr ""
#: js/prefs.js:1478 #: js/prefs.js:1478 js/prefs.js:1365
msgid "Rescore all articles? This operation may take a lot of time." msgid "Rescore all articles? This operation may take a lot of time."
msgstr "" msgstr ""
#: js/prefs.js:1498 #: js/prefs.js:1498 js/prefs.js:1385
msgid "Reset selected labels to default colors?" msgid "Reset selected labels to default colors?"
msgstr "" msgstr ""
#: js/prefs.js:1535 #: js/prefs.js:1535 js/prefs.js:1422
msgid "Settings Profiles" msgid "Settings Profiles"
msgstr "" msgstr ""
#: js/prefs.js:1544 #: js/prefs.js:1544 js/prefs.js:1431
msgid "" msgid ""
"Remove selected profiles? Active and default profiles will not be removed." "Remove selected profiles? Active and default profiles will not be removed."
msgstr "" msgstr ""
#: js/prefs.js:1562 #: js/prefs.js:1562 js/prefs.js:1449
msgid "No profiles are selected." msgid "No profiles are selected."
msgstr "" msgstr ""
#: js/prefs.js:1570 js/prefs.js:1623 #: js/prefs.js:1570 js/prefs.js:1623 js/prefs.js:1457 js/prefs.js:1510
msgid "Activate selected profile?" msgid "Activate selected profile?"
msgstr "" msgstr ""
#: js/prefs.js:1586 js/prefs.js:1639 #: js/prefs.js:1586 js/prefs.js:1639 js/prefs.js:1473 js/prefs.js:1526
msgid "Please choose a profile to activate." msgid "Please choose a profile to activate."
msgstr "" msgstr ""
#: js/prefs.js:1647 #: js/prefs.js:1647 js/prefs.js:1534
msgid "This will invalidate all previously generated feed URLs. Continue?" msgid "This will invalidate all previously generated feed URLs. Continue?"
msgstr "" msgstr ""
#: js/prefs.js:1666 #: js/prefs.js:1666 js/prefs.js:1553
msgid "This will invalidate all previously shared article URLs. Continue?" msgid "This will invalidate all previously shared article URLs. Continue?"
msgstr "" msgstr ""
#: js/prefs.js:1764 #: js/prefs.js:1764 js/prefs.js:1651
msgid "Label Editor" msgid "Label Editor"
msgstr "" msgstr ""
#: js/prefs.js:1827 #: js/prefs.js:1827 js/prefs.js:1714
msgid "" msgid ""
"This will clear your stored authentication information for Twitter. Continue?" "This will clear your stored authentication information for Twitter. Continue?"
msgstr "" msgstr ""
@ -2809,7 +2815,7 @@ msgstr ""
msgid "Data Import" msgid "Data Import"
msgstr "" msgstr ""
#: js/prefs.js:2027 #: js/prefs.js:2027 js/prefs.js:1794
msgid "Subscribing to feeds..." msgid "Subscribing to feeds..."
msgstr "" msgstr ""
@ -2821,19 +2827,19 @@ msgstr ""
msgid "You can't unsubscribe from the category." msgid "You can't unsubscribe from the category."
msgstr "" msgstr ""
#: js/tt-rss.js:415 js/tt-rss.js:596 #: js/tt-rss.js:415 js/tt-rss.js:596 js/tt-rss.js:591
msgid "Please select some feed first." msgid "Please select some feed first."
msgstr "" msgstr ""
#: js/tt-rss.js:591 #: js/tt-rss.js:591 js/tt-rss.js:586
msgid "You can't rescore this kind of feed." msgid "You can't rescore this kind of feed."
msgstr "" msgstr ""
#: js/tt-rss.js:601 #: js/tt-rss.js:601 js/tt-rss.js:596
msgid "Rescore articles in %s?" msgid "Rescore articles in %s?"
msgstr "" msgstr ""
#: js/tt-rss.js:1062 #: js/tt-rss.js:1062 js/tt-rss.js:883
msgid "New version available!" msgid "New version available!"
msgstr "" msgstr ""
@ -2841,100 +2847,115 @@ msgstr ""
msgid "Cancel search" msgid "Cancel search"
msgstr "" msgstr ""
#: js/viewfeed.js:456 #: js/viewfeed.js:456 js/viewfeed.js:445
msgid "Unstar article" msgid "Unstar article"
msgstr "" msgstr ""
#: js/viewfeed.js:461 #: js/viewfeed.js:461 js/viewfeed.js:450
msgid "Star article" msgid "Star article"
msgstr "" msgstr ""
#: js/viewfeed.js:496 #: js/viewfeed.js:496 js/viewfeed.js:485
msgid "Unpublish article" msgid "Unpublish article"
msgstr "" msgstr ""
#: js/viewfeed.js:676 js/viewfeed.js:704 js/viewfeed.js:731 js/viewfeed.js:793 #: js/viewfeed.js:676 js/viewfeed.js:704 js/viewfeed.js:731 js/viewfeed.js:793
#: js/viewfeed.js:825 js/viewfeed.js:962 js/viewfeed.js:1005 #: js/viewfeed.js:825 js/viewfeed.js:962 js/viewfeed.js:1005
#: js/viewfeed.js:1055 js/viewfeed.js:2181 #: js/viewfeed.js:1055 js/viewfeed.js:2181 js/viewfeed.js:665
#: js/viewfeed.js:693 js/viewfeed.js:720 js/viewfeed.js:782 js/viewfeed.js:814
#: js/viewfeed.js:951 js/viewfeed.js:994 js/viewfeed.js:1044
#: js/viewfeed.js:2154
msgid "No articles are selected." msgid "No articles are selected."
msgstr "" msgstr ""
#: js/viewfeed.js:942 #: js/viewfeed.js:942 js/viewfeed.js:931
msgid "Mark all visible articles in %s as read?" msgid "Mark all visible articles in %s as read?"
msgstr "" msgstr ""
#: js/viewfeed.js:970 #: js/viewfeed.js:970 js/viewfeed.js:959
msgid "Delete %d selected articles in %s?" msgid "Delete %d selected articles in %s?"
msgstr "" msgstr ""
#: js/viewfeed.js:972 #: js/viewfeed.js:972 js/viewfeed.js:961
msgid "Delete %d selected articles?" msgid "Delete %d selected articles?"
msgstr "" msgstr ""
#: js/viewfeed.js:1014 #: js/viewfeed.js:1014 js/viewfeed.js:1003
msgid "Archive %d selected articles in %s?" msgid "Archive %d selected articles in %s?"
msgstr "" msgstr ""
#: js/viewfeed.js:1017 #: js/viewfeed.js:1017 js/viewfeed.js:1006
msgid "Move %d archived articles back?" msgid "Move %d archived articles back?"
msgstr "" msgstr ""
#: js/viewfeed.js:1061 #: js/viewfeed.js:1061 js/viewfeed.js:1050
msgid "Mark %d selected articles in %s as read?" msgid "Mark %d selected articles in %s as read?"
msgstr "" msgstr ""
#: js/viewfeed.js:1085 #: js/viewfeed.js:1085 js/viewfeed.js:1074
msgid "Edit article Tags" msgid "Edit article Tags"
msgstr "" msgstr ""
#: js/viewfeed.js:1247 #: js/viewfeed.js:1247 js/viewfeed.js:1236
msgid "No article is selected." msgid "No article is selected."
msgstr "" msgstr ""
#: js/viewfeed.js:1282 #: js/viewfeed.js:1282 js/viewfeed.js:1271
msgid "No articles found to mark" msgid "No articles found to mark"
msgstr "" msgstr ""
#: js/viewfeed.js:1284 #: js/viewfeed.js:1284 js/viewfeed.js:1273
msgid "Mark %d article(s) as read?" msgid "Mark %d article(s) as read?"
msgstr "" msgstr ""
#: js/viewfeed.js:1402 #: js/viewfeed.js:1402 js/viewfeed.js:1383
msgid "Loading..." msgid "Loading..."
msgstr "" msgstr ""
#: js/viewfeed.js:1891 #: js/viewfeed.js:1891 js/viewfeed.js:1864
msgid "Open original article" msgid "Open original article"
msgstr "" msgstr ""
#: js/viewfeed.js:1897 #: js/viewfeed.js:1897 js/viewfeed.js:1870
msgid "View in a tt-rss tab" msgid "View in a tt-rss tab"
msgstr "" msgstr ""
#: js/viewfeed.js:1905 #: js/viewfeed.js:1905 js/viewfeed.js:1878
msgid "Mark above as read" msgid "Mark above as read"
msgstr "" msgstr ""
#: js/viewfeed.js:1911 #: js/viewfeed.js:1911 js/viewfeed.js:1884
msgid "Mark below as read" msgid "Mark below as read"
msgstr "" msgstr ""
#: js/viewfeed.js:1967 #: js/viewfeed.js:1967 js/viewfeed.js:1940
msgid "Remove label" msgid "Remove label"
msgstr "" msgstr ""
#: js/viewfeed.js:1991 #: js/viewfeed.js:1991 js/viewfeed.js:1964
msgid "Playing..." msgid "Playing..."
msgstr "" msgstr ""
#: js/viewfeed.js:1992 #: js/viewfeed.js:1992 js/viewfeed.js:1965
msgid "Click to pause" msgid "Click to pause"
msgstr "" msgstr ""
#: js/viewfeed.js:2150 #: js/viewfeed.js:2150 js/viewfeed.js:2123
msgid "Please enter new score for selected articles:" msgid "Please enter new score for selected articles:"
msgstr "" msgstr ""
#: js/viewfeed.js:2192 #: js/viewfeed.js:2192 js/viewfeed.js:2165
msgid "Please enter new score for this article:" msgid "Please enter new score for this article:"
msgstr "" msgstr ""
#: js/functions.js:1887
msgid "Help"
msgstr ""
#: js/prefs.js:1831
msgid "Clear stored data for this plugin?"
msgstr ""
#: js/tt-rss.js:741
msgid "Please enable mail plugin first."
msgstr ""

@ -2,8 +2,8 @@
set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR . set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
get_include_path()); get_include_path());
require_once "functions.php";
require_once "sessions.php"; require_once "sessions.php";
require_once "functions.php";
require_once "sanity_check.php"; require_once "sanity_check.php";
require_once "version.php"; require_once "version.php";
require_once "config.php"; require_once "config.php";

@ -17,8 +17,8 @@
$_REQUEST = array_map('stripslashes_deep', $_REQUEST); $_REQUEST = array_map('stripslashes_deep', $_REQUEST);
} }
require_once "functions.php";
require_once "sessions.php"; require_once "sessions.php";
require_once "functions.php";
require_once "sanity_check.php"; require_once "sanity_check.php";
require_once "config.php"; require_once "config.php";
require_once "db.php"; require_once "db.php";

Loading…
Cancel
Save