Merge pull request #980 from gergo85/master

Update translation
This commit is contained in:
Samuel Georges 2015-03-07 13:21:29 +11:00
commit fa627ff996
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',