mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-05 10:48:26 +00:00
update strings AND new/edit
This commit is contained in:
parent
e757e3b96f
commit
64870c54d3
@ -85,8 +85,10 @@ COM_WEBLINKS_FLOAT_LABEL="Image Float"
|
||||
COM_WEBLINKS_HITS_DESC="Number of hits for this web link."
|
||||
COM_WEBLINKS_LEFT="Left"
|
||||
COM_WEBLINKS_LIST_LAYOUT_DESC="These settings apply for Web Links List Layout Options unless they are changed for a specific menu item."
|
||||
COM_WEBLINKS_MANAGER_WEBLINK="Web Links Manager: Web Link"
|
||||
COM_WEBLINKS_MANAGER_WEBLINKS="Web Links Manager: Web Links"
|
||||
COM_WEBLINKS_MANAGER_WEBLINK="Web Links"
|
||||
COM_WEBLINKS_MANAGER_WEBLINKS="Web Links"
|
||||
COM_WEBLINKS_MANAGER_WEBLINK_EDIT="Web Link: Edit"
|
||||
COM_WEBLINKS_MANAGER_WEBLINK_NEW="Web Link: New"
|
||||
COM_WEBLINKS_N_ITEMS_ARCHIVED="%d web links successfully archived."
|
||||
COM_WEBLINKS_N_ITEMS_ARCHIVED_1="%d web link successfully archived."
|
||||
COM_WEBLINKS_N_ITEMS_CHECKED_IN_0="No web link successfully checked in."
|
||||
|
@ -58,7 +58,7 @@ class WeblinksViewWeblink extends JViewLegacy
|
||||
// Since we don't track these assets at the item level, use the category id.
|
||||
$canDo = JHelperContent::getActions('com_weblinks', 'category', $this->item->catid);
|
||||
|
||||
JToolbarHelper::title(JText::_('COM_WEBLINKS_MANAGER_WEBLINK'), 'link weblinks');
|
||||
JToolbarHelper::title($isNew ? JText::_('COM_WEBLINKS_MANAGER_WEBLINK_NEW') : JText::_('COM_WEBLINKS_MANAGER_WEBLINK_EDIT'), 'link weblinks');
|
||||
|
||||
// If not checked out, can save the item.
|
||||
if (!$checkedOut && ($canDo->get('core.edit')||(count($user->getAuthorisedCategories('com_weblinks', 'core.create')))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user