2007-03-06 07:11:28 +01:00
|
|
|
<?php
|
|
|
|
require "functions.php";
|
|
|
|
header("Content-Type: text/plain; charset=UTF-8");
|
|
|
|
|
2007-03-06 07:54:47 +01:00
|
|
|
function T_js_decl($s1) {
|
|
|
|
|
|
|
|
if (!$s1) return;
|
|
|
|
|
|
|
|
$T_s1 = __($s1);
|
|
|
|
|
|
|
|
if ($T_s1 != $s1) {
|
|
|
|
return "T_messages[\"$s1\"] = \"".__($s1)."\";\n";
|
|
|
|
} else {
|
|
|
|
return "";
|
|
|
|
}
|
2007-03-06 07:11:28 +01:00
|
|
|
}
|
|
|
|
?>
|
|
|
|
|
|
|
|
var T_messages = new Object();
|
|
|
|
|
|
|
|
function __(msg) {
|
|
|
|
if (T_messages[msg]) {
|
|
|
|
return T_messages[msg];
|
|
|
|
} else {
|
2007-03-06 07:54:47 +01:00
|
|
|
debug('[gettext] not found: ' + msg);
|
2007-03-06 07:11:28 +01:00
|
|
|
return msg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
<?php
|
|
|
|
|
2007-03-06 07:54:47 +01:00
|
|
|
print T_js_decl("display feeds");
|
|
|
|
print T_js_decl("display tags");
|
|
|
|
print T_js_decl("Loading, please wait...");
|
|
|
|
print T_js_decl("All feeds updated.");
|
|
|
|
print T_js_decl("Marking all feeds as read...");
|
|
|
|
print T_js_decl("Adding feed...");
|
|
|
|
print T_js_decl("Removing feed...");
|
|
|
|
print T_js_decl("Saving feed...");
|
|
|
|
print T_js_decl("Can't add category: no name specified.");
|
|
|
|
print T_js_decl("Adding feed category...");
|
|
|
|
print T_js_decl("Can't add user: no login specified.");
|
2007-03-06 07:11:28 +01:00
|
|
|
|
2007-03-06 07:54:47 +01:00
|
|
|
print T_js_decl("Adding user...");
|
|
|
|
print T_js_decl("Can't create label: missing SQL expression.");
|
|
|
|
print T_js_decl("Can't create label: missing caption.");
|
|
|
|
print T_js_decl("Remove selected labels?");
|
|
|
|
print T_js_decl("Removing selected labels...");
|
|
|
|
print T_js_decl("No labels are selected.");
|
|
|
|
print T_js_decl("Remove selected users?");
|
|
|
|
print T_js_decl("Removing selected users...");
|
|
|
|
print T_js_decl("No users are selected.");
|
|
|
|
print T_js_decl("Remove selected filters?");
|
|
|
|
print T_js_decl("Removing selected filters...");
|
|
|
|
print T_js_decl("No filters are selected.");
|
|
|
|
print T_js_decl("Unsubscribe from selected feeds?");
|
|
|
|
print T_js_decl("Unsubscribing from selected feeds...");
|
|
|
|
print T_js_decl("No feeds are selected.");
|
|
|
|
print T_js_decl("Remove selected categories?");
|
|
|
|
print T_js_decl("Removing selected categories...");
|
|
|
|
print T_js_decl("No categories are selected.");
|
|
|
|
print T_js_decl("Saving category...");
|
|
|
|
print T_js_decl("Loading help...");
|
|
|
|
print T_js_decl("Saving label...");
|
|
|
|
print T_js_decl("Login field cannot be blank.");
|
|
|
|
print T_js_decl("Saving user...");
|
|
|
|
print T_js_decl("Saving filter...");
|
|
|
|
print T_js_decl("No labels are selected.");
|
|
|
|
print T_js_decl("Please select only one label.");
|
|
|
|
print T_js_decl("No users are selected.");
|
|
|
|
print T_js_decl("Please select only one user.");
|
|
|
|
print T_js_decl("No users are selected.");
|
|
|
|
print T_js_decl("Please select only one user.");
|
|
|
|
print T_js_decl("Reset password of selected user?");
|
|
|
|
print T_js_decl("Resetting password for selected user...");
|
|
|
|
print T_js_decl("No feeds are selected.");
|
|
|
|
print T_js_decl("Please select only one feed.");
|
|
|
|
print T_js_decl("No filters are selected.");
|
|
|
|
print T_js_decl("Please select only one filter.");
|
|
|
|
print T_js_decl("No feeds are selected.");
|
|
|
|
print T_js_decl("Please select one feed.");
|
|
|
|
print T_js_decl("No categories are selected.");
|
|
|
|
print T_js_decl("Please select only one category.");
|
|
|
|
print T_js_decl("No OPML file to upload.");
|
|
|
|
print T_js_decl("Changing category of selected feeds...");
|
|
|
|
print T_js_decl("Reset to defaults?");
|
|
|
|
print T_js_decl("Trying to change password...");
|
|
|
|
print T_js_decl("Trying to change e-mail...");
|
2007-03-26 07:31:42 +02:00
|
|
|
print T_js_decl("No articles are selected.");
|
2007-05-15 08:20:57 +02:00
|
|
|
print T_js_decl("Could not update headlines (missing XML object)");
|
|
|
|
print T_js_decl("Could not display article (missing XML object)");
|
|
|
|
print T_js_decl("No feed selected.");
|
2007-08-10 06:25:06 +02:00
|
|
|
print T_js_decl("Replace current publishing address with a new one?");
|
|
|
|
print T_js_decl("Address changed.");
|
|
|
|
print T_js_decl("Could not change address.");
|
2007-08-10 18:16:43 +02:00
|
|
|
print T_js_decl("You can't unsubscribe from the category.");
|
|
|
|
print T_js_decl("Please select some feed first.");
|
|
|
|
print T_js_decl("You can't edit this kind of feed.");
|
|
|
|
print T_js_decl("Can't create label: missing SQL expression.");
|
|
|
|
print T_js_decl("Can't create label: missing caption.");
|
|
|
|
print T_js_decl("Can't add user: no login specified.");
|
|
|
|
print T_js_decl("No labels are selected.");
|
|
|
|
print T_js_decl("No users are selected.");
|
|
|
|
print T_js_decl("No filters are selected.");
|
|
|
|
print T_js_decl("No feeds are selected.");
|
|
|
|
print T_js_decl("No categories are selected.");
|
|
|
|
print T_js_decl("Login field cannot be blank.");
|
|
|
|
print T_js_decl("No feeds are selected.");
|
|
|
|
print T_js_decl("Can't add filter: nothing to match on.");
|
|
|
|
print T_js_decl("Can't subscribe: no feed URL given.");
|
2007-08-12 04:30:04 +02:00
|
|
|
print T_js_decl("Unsubscribe from %s?");
|
2007-08-19 07:13:45 +02:00
|
|
|
print T_js_decl("Mark all visible articles in %s as read?");
|
|
|
|
print T_js_decl("Mark all selected articles in %s as read?");
|
|
|
|
print T_js_decl("Please enter label title:");
|
2007-08-20 13:27:19 +02:00
|
|
|
print T_js_decl("Save current configuration?");
|
2007-08-21 03:22:29 +02:00
|
|
|
print T_js_decl("Old password cannot be blank.");
|
|
|
|
print T_js_decl("New password cannot be blank.");
|
|
|
|
print T_js_decl("Entered passwords do not match.");
|
2007-08-22 06:45:01 +02:00
|
|
|
print T_js_decl("No articles found to mark");
|
|
|
|
print T_js_decl("Mark %d article(s) as read?");
|
|
|
|
print T_js_decl("No article is selected.");
|
2007-08-21 03:22:29 +02:00
|
|
|
#print T_js_decl(
|
|
|
|
#print T_js_decl(
|
2007-08-10 18:16:43 +02:00
|
|
|
#print T_js_decl(
|
|
|
|
#print T_js_decl(
|
|
|
|
#print T_js_decl(
|
|
|
|
#print T_js_decl(
|
|
|
|
#print T_js_decl(
|
2007-03-06 07:11:28 +01:00
|
|
|
|
2007-03-06 07:54:47 +01:00
|
|
|
?>
|