mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
Allow translation of notices in prefs.
This commit is contained in:
committed by
Andrew Dolgov
parent
b87a625c38
commit
9a73994c5e
@@ -233,7 +233,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||||||
</script>";
|
</script>";
|
||||||
|
|
||||||
if ($otp_enabled) {
|
if ($otp_enabled) {
|
||||||
print_notice("Changing your current password will disable OTP.");
|
print_notice(__("Changing your current password will disable OTP."));
|
||||||
}
|
}
|
||||||
|
|
||||||
print "<table width=\"100%\" class=\"prefPrefsList\">";
|
print "<table width=\"100%\" class=\"prefPrefsList\">";
|
||||||
@@ -266,7 +266,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||||||
|
|
||||||
if ($otp_enabled) {
|
if ($otp_enabled) {
|
||||||
|
|
||||||
print_notice("One time passwords are currently enabled. Enter your current password below to disable.");
|
print_notice(__("One time passwords are currently enabled. Enter your current password below to disable."));
|
||||||
|
|
||||||
print "<form dojoType=\"dijit.form.Form\">";
|
print "<form dojoType=\"dijit.form.Form\">";
|
||||||
|
|
||||||
@@ -401,7 +401,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||||||
print '<div dojoType="dijit.layout.ContentPane" region="center" style="overflow-y : auto">';
|
print '<div dojoType="dijit.layout.ContentPane" region="center" style="overflow-y : auto">';
|
||||||
|
|
||||||
if ($_SESSION["profile"]) {
|
if ($_SESSION["profile"]) {
|
||||||
print_notice("Some preferences are only available in default profile.");
|
print_notice(__("Some preferences are only available in default profile."));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($_SESSION["profile"]) {
|
if ($_SESSION["profile"]) {
|
||||||
@@ -626,7 +626,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||||||
|
|
||||||
print "<h2>".__("Plugins")."</h2>";
|
print "<h2>".__("Plugins")."</h2>";
|
||||||
|
|
||||||
print_notice("You will need to reload Tiny Tiny RSS for plugin changes to take effect.");
|
print_notice(__("You will need to reload Tiny Tiny RSS for plugin changes to take effect."));
|
||||||
|
|
||||||
print "<form dojoType=\"dijit.form.Form\" id=\"changePluginsForm\">";
|
print "<form dojoType=\"dijit.form.Form\" id=\"changePluginsForm\">";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user