1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 21:31:28 +00:00

more I18N work, new option: ENABLE_TRANSLATIONS

This commit is contained in:
Andrew Dolgov
2007-03-05 10:24:13 +01:00
parent 1025ad8763
commit cc17c20574
7 changed files with 64 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 5);
define('EXPECTED_CONFIG_VERSION', 7);
if (!file_exists("config.php")) {
print __("<b>Fatal Error</b>: You forgot to copy
@@ -12,7 +12,7 @@
require_once "config.php";
if (CONFIG_VERSION != EXPECTED_CONFIG_VERSION) {
return __("config: your config file version is incorrect. See config.php-dist.\n");
$err_msg = __("config: your config file version is incorrect. See config.php-dist.\n");
}
if (defined('RSS_BACKEND_TYPE')) {