This commit is contained in:
Dennis Eichhorn 2018-05-20 09:59:17 +02:00
parent 835b9552ff
commit 96b99feccc
3 changed files with 44 additions and 44 deletions

View File

@ -12,15 +12,15 @@
*/
return [
'Navigation' => [
'Admin' => 'Admin',
'Create' => 'Create',
'Front' => 'Front',
'General' => 'General',
'Groups' => 'Groups',
'List' => 'List',
'Members' => 'Members',
'Modules' => 'Modules',
'Account' => 'Account',
'Accounts' => 'Accounts',
]
'Admin' => 'Admin',
'Create' => 'Create',
'Front' => 'Front',
'General' => 'General',
'Groups' => 'Groups',
'List' => 'List',
'Members' => 'Members',
'Modules' => 'Modules',
'Account' => 'Account',
'Accounts' => 'Accounts',
],
];

View File

@ -13,18 +13,18 @@
return [
'Admin' => [
'Account' => 'Account',
'Account/Group' => 'Account/Group',
'Account/Group' => 'Account/Group',
'Accounts' => 'Accounts',
'Active' => 'Active',
'Activate' => 'Activate',
'Activity' => 'Activity',
'Available' => 'Available',
'All' => 'All',
'Area' => 'Area',
'Area' => 'Area',
'Banned' => 'Banned',
'Cache' => 'Cache',
'Children' => 'Children',
'Close' => 'Close',
'Close' => 'Close',
'Country' => 'Country',
'Created' => 'Created',
'CreatedBy' => 'Created By',
@ -35,24 +35,24 @@ return [
'Deactivate' => 'Deactivate',
'Email' => 'Email',
'EmailAdmin' => 'Email Admin',
'Fast' => 'Fast',
'Fast' => 'Fast',
'Features' => 'Features',
'File' => 'File',
'General' => 'General',
'General' => 'General',
'Glass' => 'Glass',
'Group' => 'Group',
'Groups' => 'Groups',
'Heavy' => 'Heavy',
'Heavy' => 'Heavy',
'Inactive' => 'Inactive',
'Install' => 'Install',
'Installed' => 'Installed',
'LAddress' => 'Local Address',
'Language' => 'Language',
'Large' => 'Large',
'Length' => 'Length',
'Light' => 'Light',
'Large' => 'Large',
'Length' => 'Length',
'Light' => 'Light',
'Localization' => 'Localization',
'Long' => 'Long',
'Long' => 'Long',
'Loginname' => 'Login Name',
'Lowercase' => 'Lowercase',
'Maintenance' => 'Maintenance',
@ -84,21 +84,21 @@ return [
'RAddress' => 'Remote Address',
'ReCache' => 'Re-Cache',
'Running' => 'Running',
'Short' => 'Short',
'Sea' => 'Sea',
'Short' => 'Short',
'Sea' => 'Sea',
'Settings' => 'Settings',
'SettingsGeneral' => 'Settings - General',
'Single' => 'Single',
'Slow' => 'Slow',
'Small' => 'Small',
'Speed' => 'Speed',
'Slow' => 'Slow',
'Small' => 'Small',
'Speed' => 'Speed',
'Specialchar' => 'Special character',
'Status' => 'Status',
'Total' => 'Total',
'Release' => 'Release',
'Tablespoon' => 'Tablespoon',
'Teaspoon' => 'Teaspoon',
'Temperature' => 'Temperature',
'Tablespoon' => 'Tablespoon',
'Teaspoon' => 'Teaspoon',
'Temperature' => 'Temperature',
'Theme' => 'Theme',
'ThousandsSeparator' => 'Thousands Separator',
'Time' => 'Time',
@ -111,18 +111,18 @@ return [
'Uppercase' => 'Uppercase',
'Username' => 'Username',
'Version' => 'Version',
'VeryFast' => 'Very Fast',
'VeryHeavy' => 'Very Heavy',
'VeryLarge' => 'Very Large',
'VeryLight' => 'Very Light',
'VeryLong' => 'Very Long',
'VerySlow' => 'Very Slow',
'VeryShort' => 'Very Short',
'VerySmall' => 'Very Small',
'Volume' => 'Volume',
'VeryFast' => 'Very Fast',
'VeryHeavy' => 'Very Heavy',
'VeryLarge' => 'Very Large',
'VeryLight' => 'Very Light',
'VeryLong' => 'Very Long',
'VerySlow' => 'Very Slow',
'VeryShort' => 'Very Short',
'VerySmall' => 'Very Small',
'Volume' => 'Volume',
'Warnings' => 'Warnings',
'Website' => 'Website',
'Weight' => 'Weight',
'Weight' => 'Weight',
'i:loc' => 'IP address or URL for remote access.',
'i:mail' => 'Email address.',
'i:oname' => 'Organization name.',
@ -134,8 +134,8 @@ return [
'Status2' => 'Inactive',
'Status3' => 'Timehout',
'Status4' => 'Banned',
'GroupStatus1' => 'Active',
'GroupStatus2' => 'Inactive',
'GroupStatus4' => 'Hidden',
]
'GroupStatus1' => 'Active',
'GroupStatus2' => 'Inactive',
'GroupStatus4' => 'Hidden',
],
];

View File

@ -77,7 +77,7 @@ echo $this->getData('nav')->render(); ?>
<td><a href="<?= $url; ?>"><?= $this->printHtml($value->getName()); ?></a>
<?php endforeach; ?>
<?php if ($c === 0) : ?>
<tr><td colspan="2" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
<tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
<?php endif; ?>
</table>