Skip to content

Commit

Permalink
Fixed issue #3944 & #3942: Some untranslated text strings
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8059 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Dec 4, 2009
1 parent a169986 commit 6bdbfcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin/globalsettings.php
Expand Up @@ -107,7 +107,7 @@ function globalsettingsdisplay()
$editsurvey .= "\t<div class='tab-page'> <h2 class='tab'>".$clang->gT("Overview & Update")."</h2>\n";
$editsurvey .= checksettings();
$thisupdatecheckperiod=getGlobalSetting('updatecheckperiod');
$editsurvey .= "<br /></p><div class='settingcaption'>Update settings</div><ul>"
$editsurvey .= "<br /></p><div class='settingcaption'>".$clang->gT("Updates")."</div><ul>"
. "\t<li><label for='updatecheckperiod'>".$clang->gT("Check for updates:")."</label>\n"
. "\t\t\t<select name='updatecheckperiod' id='updatecheckperiod'>\n"
. "\t\t\t\t<option value='0'";
Expand Down Expand Up @@ -255,7 +255,7 @@ function globalsettingsdisplay()
$editsurvey .= ">".$clang->gT("Qmail")."</option>\n"
. "\t\t</select></li>\n"
. "\t<li><label for='emailsmtphost'>".$clang->gT("SMTP host:")."</label>\n"
. "\t\t<input type='text' size='50' id='emailsmtphost' name='emailsmtphost' value=\"".htmlspecialchars(getGlobalSetting('emailsmtphost'))."\" />&nbsp;<font size=1>Enter your hostname and port, e.g.: my.smtp.com:25</font></li>\n"
. "\t\t<input type='text' size='50' id='emailsmtphost' name='emailsmtphost' value=\"".htmlspecialchars(getGlobalSetting('emailsmtphost'))."\" />&nbsp;<font size=1>".$clang->gT("Enter your hostname and port, e.g.: my.smtp.com:25")."</font></li>\n"
. "\t<li><label for='emailsmtpuser'>".$clang->gT("SMTP username:")."</label>\n"
. "\t\t<input type='text' size='50' id='emailsmtpuser' name='emailsmtpuser' value=\"".htmlspecialchars(getGlobalSetting('emailsmtpuser'))."\" /></li>\n"
. "\t<li><label for='emailsmtppassword'>".$clang->gT("SMTP password:")."</label>\n"
Expand Down
2 changes: 1 addition & 1 deletion admin/userrighthandling.php
Expand Up @@ -121,7 +121,7 @@
{
refreshtemplates();
$usersummary = "\n<form action='$scriptname' method='post'>\n\t
<div class='header'>Edit template permissions</div><p>
<div class='header'>".$clang->gT('Edit template permissions')."</div><p>
<table id=\"user-template-rights\" width='50%' border='0' style='margin:0 auto;'>\n<thead>\n\t<tr>\n\t<th colspan=\"2\" style=\"background-color:#000; color:#fff;\">\n"
. $clang->gT('Set templates that this user may access').': '.$_POST['user']."</th>\n\t</tr>\n";

Expand Down

0 comments on commit 6bdbfcf

Please sign in to comment.