Update translation

This commit is contained in:
gergo85 2015-03-04 12:50:15 +01:00
parent be2e40e69f
commit 6f9dfe198f
2 changed files with 4 additions and 3 deletions

View File

@ -28,7 +28,7 @@
<h4><?= e(trans('system::lang.updates.plugins')) ?></h4>
<p><?= $pluginsCount ?></p>
<p class="description">
Disabled: <?= $pluginsActiveCount - $pluginsCount ?>
<?= e(trans('system::lang.updates.disabled')) ?> <?= $pluginsActiveCount - $pluginsCount ?>
</p>
</div>
<?php if ($coreBuild): ?>

View File

@ -16,13 +16,13 @@ return [
'it' => 'Italian',
'ja' => 'Japanese',
'nl' => 'Dutch',
'pl' => 'Polish',
'pt-br' => 'Brazilian Portuguese',
'ro' => 'Romanian',
'ru' => 'Russian',
'se' => 'Swedish',
'tr' => 'Turkish',
'pl' => 'Polish',
'sk' => 'Slovak (Slovakia)',
'tr' => 'Turkish'
],
'directory' => [
'create_fail' => 'Cannot create directory: :name'
@ -177,6 +177,7 @@ return [
'core_downloading' => 'Downloading application files',
'core_extracting' => 'Unpacking application files',
'plugins' => 'Plugins',
'disabled' => 'Disabled:',
'plugin_downloading' => 'Downloading plugin: :name',
'plugin_extracting' => 'Unpacking plugin: :name',
'plugin_version_none' => 'New plugin',