1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Translation of hardcoded text, added new defines

This commit is contained in:
tgtje
2016-01-30 16:58:58 +01:00
parent 0182c92517
commit a931c36021
10 changed files with 87 additions and 46 deletions

View File

@@ -177,12 +177,12 @@ class eurl_admin_ui extends e_admin_controller_ui
if($success)
{
e107::getMessage()->addSuccess($success." SEF URLs were updated.");
e107::getMessage()->addSuccess($success. LAN_EURL_SURL_UPD);
}
if($failed)
{
e107::getMessage()->addError($failed." SEF URLs were NOT updated.");
e107::getMessage()->addError($failed. LAN_EURL_SURL_NUPD);
}
@@ -740,7 +740,7 @@ class eurl_admin_form_ui extends e_admin_form_ui
$bPrimary = $admin['generate']['primary'];
$text .= (is_array($admin['generate'])) ? $frm->admin_button('rebuild['.$bTable.']', $bPrimary."::".$bInput."::".$bOutput,'delete',"Rebuild") : "";
$text .= (is_array($admin['generate'])) ? $frm->admin_button('rebuild['.$bTable.']', $bPrimary."::".$bInput."::".$bOutput,'delete', LAN_EURL_REBUILD) : "";
$text .= "</td>