i18n fixes
Dieser Commit ist enthalten in:
Ursprung
cec92525c5
Commit
2475baa7e9
10 geänderte Dateien mit 26 neuen und 25 gelöschten Zeilen
|
|
@ -36,7 +36,7 @@ if (!defined('CON_FRAMEWORK')) {
|
|||
Contenido_Security::checkRequests();
|
||||
|
||||
if (!($perm->have_perm_area_action($area, "storeallocation") || $perm->have_perm_area_action_item($area, "storeallocation", $idcat))) {
|
||||
$notification->displayNotification("error", i18n("Permission denied", "content_allocation"));
|
||||
$notification->displayNotification("error", i18n("Permission denied", "cl-content-allocation"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -89,7 +89,7 @@ $oTree->setChecked($loadedAllocations);
|
|||
$result = $oTree->renderTree(true);
|
||||
|
||||
if ($result == false) {
|
||||
$result = $notification->returnNotification("warning", i18n('There is no Content Allocation tree.', "content_allocation"));
|
||||
$result = $notification->returnNotification("warning", i18n('There is no Content Allocation tree.', "cl-content-allocation"));
|
||||
} else {
|
||||
if (!is_object($tpl)) {
|
||||
$tpl = new Template;
|
||||
|
|
@ -116,8 +116,8 @@ if ($result == false) {
|
|||
|
||||
$tpl->set('s', 'TREE', $result);
|
||||
|
||||
$tpl->set('s', 'REMOVE_ALL', i18n("Remove all", "content_allocation"));
|
||||
$tpl->set('s', 'REMOVE', i18n("Remove", "content_allocation"));
|
||||
$tpl->set('s', 'REMOVE_ALL', i18n("Remove all", "cl-content-allocation"));
|
||||
$tpl->set('s', 'REMOVE', i18n("Remove", "cl-content-allocation"));
|
||||
|
||||
$result = $tpl->generate($cfg['pica']['treetemplate_complexlist'], true);
|
||||
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren