Translate strings used by "important update" process

Clean up / rename existing strings
This commit is contained in:
Samuel Georges 2015-07-11 15:29:20 +10:00
parent 961509839e
commit 7fcf7347c4
25 changed files with 111 additions and 169 deletions

View File

@ -103,7 +103,7 @@ class Updates extends Controller
public function details($urlCode = null, $tab = null)
{
try {
$this->pageTitle = 'Plugin details';
$this->pageTitle = 'system::lang.updates.details_title';
$this->addCss('/modules/system/assets/css/updates/details.css', 'core');
$readmeFiles = ['README.md', 'readme.md'];

View File

@ -19,11 +19,11 @@
</h5>
</div>
<dl>
<dt><?= e(trans('system::lang.updates.core_build_new', ['build'=>$core['build']])) ?></dt>
<dd><?= e(trans('system::lang.updates.core_build_new_help')) ?></dd>
<dt><?= e(trans('system::lang.updates.core_build', ['build'=>$core['build']])) ?></dt>
<dd><?= e(trans('system::lang.updates.core_build_help')) ?></dd>
<?php if ($core['old_build']): ?>
<dt class="text-muted"><?= e(trans('system::lang.updates.core_build_new', ['build'=>$core['old_build']])) ?></dt>
<dd class="text-muted"><?= e(trans('system::lang.updates.core_build')) ?></dd>
<dt class="text-muted"><?= e(trans('system::lang.updates.core_build', ['build'=>$core['old_build']])) ?></dt>
<dd class="text-muted"><?= e(trans('system::lang.updates.core_current_build')) ?></dd>
<?php endif ?>
</dl>
<input type="hidden" name="hash" value="<?= e($core['hash']) ?>" />
@ -57,10 +57,10 @@
name="plugin_actions[<?= e($this->encodeCode($code)) ?>]"
class="form-control custom-select select-no-search"
data-important-update-select>
<option value="">-- Select action --</option>
<option value="confirm">Confirm update</option>
<option value="skip">Skip this plugin (once only)</option>
<option value="ignore">Skip this plugin (always)</option>
<option value="">-- <?= e(trans('system::lang.updates.important_action.empty')) ?> --</option>
<option value="confirm"><?= e(trans('system::lang.updates.important_action.confirm')) ?></option>
<option value="skip"><?= e(trans('system::lang.updates.important_action.skip')) ?></option>
<option value="ignore"><?= e(trans('system::lang.updates.important_action.ignore')) ?></option>
</select>
</div>
<?php endif ?>
@ -83,10 +83,13 @@
<dt><?= e($version) ?></dt>
<?php if (is_array($description)): ?>
<dd>
<span class="important-update-label">Action required</span>
<span class="important-update-label">
<?= e(trans('system::lang.updates.important_action_required')) ?>
</span>
<?= e($description[0]) ?>
<a href="<?= $description[1] ?>" target="_blank">
View upgrade guide <i class="icon-external-link"></i>
<?= e(trans('system::lang.updates.important_view_guide')) ?>
<i class="icon-external-link"></i>
</a>
</dd>
<?php else: ?>
@ -98,7 +101,7 @@
<?= e($plugin['old_version']) ?>
</dt>
<dd class="text-muted">
Current version
<?= e(trans('system::lang.updates.plugin_current_version')) ?>
</dd>
<?php endif ?>
</dl>
@ -115,7 +118,7 @@
<div class="modal-footer">
<?php if ($hasImportantUpdates): ?>
<p class="text-danger pull-left oc-icon-exclamation important-update-label" id="updateListImportantLabel">
Some updates need your attention.
<?= e(trans('system::lang.updates.important_alert_text')) ?>
</p>
<?php endif ?>
<button

View File

@ -10,20 +10,22 @@
<div class="scoreboard">
<div data-control="toolbar">
<div class="scoreboard-item title-value">
<h4>Plugin</h4>
<h4><?= e(trans('system::lang.plugin.label')) ?></h4>
<p class="oc-<?= $pluginIcon ?>"><?= e(trans($pluginName)) ?></p>
<?php if ($pluginHomepage): ?>
<p class="description">
<a href="<?= e($pluginHomepage) ?>">View homepage</a>
<a href="<?= e($pluginHomepage) ?>">
<?= e(trans('system::lang.updates.details_view_homepage')) ?>
</a>
</p>
<?php endif ?>
</div>
<div class="scoreboard-item title-value">
<h4>Current version</h4>
<h4><?= e(trans('system::lang.updates.details_current_version')) ?></h4>
<p><?= e($pluginVersion) ?></p>
</div>
<div class="scoreboard-item title-value">
<h4>Author</h4>
<h4><?= e(trans('system::lang.updates.details_author')) ?></h4>
<p><?= e($pluginAuthor) ?></p>
</div>
</div>
@ -35,14 +37,14 @@
<a
href="#readme"
data-tab-url="<?= Backend::url('system/updates/details/'.$urlCode.'/readme') ?>">
Documentation
<?= e(trans('system::lang.updates.details_readme')) ?>
</a>
</li>
<li class="<?= $activeTab == 'upgrades' ? 'active' : '' ?>">
<a
href="#upgrades"
data-tab-url="<?= Backend::url('system/updates/details/'.$urlCode.'/upgrades') ?>">
Upgrade Guide
<?= e(trans('system::lang.updates.details_upgrades')) ?>
</a>
</li>
</ul>
@ -52,7 +54,7 @@
<?php if ($readme): ?>
<?= $readme ?>
<?php else: ?>
<p>Plugin does not provide any documentation.</p>
<p><?= e(trans('system::lang.updates.details_readme_missing')) ?></p>
<?php endif ?>
</div>
</div>
@ -61,7 +63,7 @@
<?php if ($upgrades): ?>
<?= $upgrades ?>
<?php else: ?>
<p>Plugin does not provide any upgrade instructions.</p>
<p><?= e(trans('system::lang.updates.details_upgrades_missing')) ?></p>
<?php endif ?>
</div>
</div>

View File

@ -33,7 +33,7 @@
</div>
<?php if ($coreBuild): ?>
<div class="scoreboard-item title-value">
<h4><?= e(trans('system::lang.updates.core_build')) ?></h4>
<h4><?= e(trans('system::lang.updates.core_current_build')) ?></h4>
<p><?= $coreBuild ?></p>
</div>
<?php endif ?>

View File

@ -96,17 +96,14 @@ return [
'plugin_description' => 'Description',
'plugin_version' => 'Version',
'plugin_author' => 'Author',
'core_build' => 'Aktueller Build',
'core_build_old' => 'Aktueller Build :build',
'core_build_new' => 'Build :build',
'core_build_new_help' => 'Aktuellster Build ist verfügbar.',
'core_current_build' => 'Aktueller Build',
'core_build' => 'Build :build',
'core_build_help' => 'Aktuellster Build ist verfügbar.',
'core_downloading' => 'Applikationsdaten werden heruntergeladen',
'core_extracting' => 'Applikationsdaten werden entpackt',
'plugin_downloading' => 'Lade Plugin herunter: :name',
'plugin_extracting' => 'Entpacke Plugin: :name',
'plugin_version_none' => 'Neues Plugin',
'plugin_version_old' => 'Aktuellste Version v:version',
'plugin_version_new' => 'v:version',
'update_label' => 'Aktualisieren',
'update_completing' => 'Schließe Aktualisierung ab',
'update_loading' => 'Lade verfügbare Aktualisierungen...',

View File

@ -197,10 +197,9 @@ return [
'plugin_description' => 'Περιγραφή',
'plugin_version' => 'Έκδοση',
'plugin_author' => 'Δημιουργός',
'core_build' => 'Τρέχουσα έκδοση',
'core_build_old' => 'Τρέχουσα έκδοση :build',
'core_build_new' => 'Έκδοση :build',
'core_build_new_help' => 'Η τελευταία έκδοση είναι διαθέσιμη',
'core_current_build' => 'Τρέχουσα έκδοση',
'core_build' => 'Έκδοση :build',
'core_build_help' => 'Η τελευταία έκδοση είναι διαθέσιμη',
'core_downloading' => 'Κατέβασμα αρχείων εφαρμογής',
'core_extracting' => 'Ξεπακετάρισμα αρχείων εφαρμογής',
'plugins' => 'Πρόσθετα',
@ -209,9 +208,6 @@ return [
'plugin_downloading' => 'Κατέβασμα πρόσθετου: :name',
'plugin_extracting' => 'Ξεπακετάρισμα πρόσθετου: :name',
'plugin_version_none' => 'Νέο πρόσθετο',
'plugin_version_old' => 'Τρέχον v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Θέμα',
'theme_new_install' => 'Εγκατάσταση νέου θέματος.',
'theme_downloading' => 'Κατέβασμα θέματος: :name',
'theme_extracting' => 'Ξεπακετάρισμα θέματος: :name',

View File

@ -56,6 +56,7 @@ return [
]
],
'theme' => [
'label' => 'Theme',
'unnamed' => 'Unnamed theme',
'name' => [
'label' => 'Theme Name',
@ -71,6 +72,7 @@ return [
'remove_confirm' => 'Are you sure you want to remove this theme?'
],
'plugin' => [
'label' => 'Plugin',
'unnamed' => 'Unnamed plugin',
'name' => [
'label' => 'Plugin Name',
@ -194,6 +196,7 @@ return [
'name' => 'Software update',
'menu_label' => 'Updates',
'menu_description' => 'Update the system, manage and install plugins and themes.',
'return_link' => 'Return to system updates',
'check_label' => 'Check for updates',
'retry_label' => 'Try again',
'plugin_name' => 'Name',
@ -201,10 +204,9 @@ return [
'plugin_description' => 'Description',
'plugin_version' => 'Version',
'plugin_author' => 'Author',
'core_build' => 'Current build',
'core_build_old' => 'Current build :build',
'core_build_new' => 'Build :build',
'core_build_new_help' => 'Latest build is available.',
'core_current_build' => 'Current build',
'core_build' => 'Build :build',
'core_build_help' => 'Latest build is available.',
'core_downloading' => 'Downloading application files',
'core_extracting' => 'Unpacking application files',
'plugins' => 'Plugins',
@ -213,9 +215,7 @@ return [
'plugin_downloading' => 'Downloading plugin: :name',
'plugin_extracting' => 'Unpacking plugin: :name',
'plugin_version_none' => 'New plugin',
// 'plugin_version_old' => 'Current v:version',
// 'plugin_version_new' => 'v:version',
'theme_label' => 'Theme',
'plugin_current_version' => 'Current version',
'theme_new_install' => 'New theme installation.',
'theme_downloading' => 'Downloading theme: :name',
'theme_extracting' => 'Unpacking theme: :name',
@ -233,7 +233,23 @@ return [
'label' => 'No updates',
'help' => 'No new updates were found.'
],
'return_link' => 'Return to system updates'
'important_action' => [
'empty' => 'Select action',
'confirm' => 'Confirm update',
'skip' => 'Skip this plugin (once only)',
'ignore' => 'Skip this plugin (always)',
],
'important_action_required' => 'Action required',
'important_view_guide' => 'View upgrade guide',
'important_alert_text' => 'Some updates need your attention.',
'details_title' => 'Plugin details',
'details_view_homepage' => 'View homepage',
'details_readme' => 'Documentation',
'details_readme_missing' => 'There is no documentation provided.',
'details_upgrades' => 'Upgrade Guide',
'details_upgrades_missing' => 'There are no upgrade instructions provided.',
'details_current_version' => 'Current version',
'details_author' => 'Author',
],
'server' => [
'connect_error' => 'Error connecting to the server.',

View File

@ -154,18 +154,14 @@ return [
'plugin_description' => 'Descripción',
'plugin_version' => 'Versión',
'plugin_author' => 'Autor',
'core_build' => 'Versión actual',
'core_build_old' => 'Versión actual :build',
'core_build_new' => 'Versión :build',
'core_build_new_help' => 'Última versión está disponible.',
'core_current_build' => 'Versión actual',
'core_build' => 'Versión :build',
'core_build_help' => 'Última versión está disponible.',
'core_downloading' => 'Descargando archivos de la aplicación',
'core_extracting' => 'Descomprimiendo archivos de la aplicación',
'plugin_downloading' => 'Descargando plugin: :name',
'plugin_extracting' => 'Descomprimiendo plugin: :name',
'plugin_version_none' => 'Nuevo plugin',
'plugin_version_old' => 'Actual v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Tema',
'theme_new_install' => 'Intalación de nuevo tema.',
'theme_downloading' => 'Descargando tema: :name',
'theme_extracting' => 'Descomprimiendo tema: :name',

View File

@ -153,18 +153,14 @@ return [
'plugin_description' => 'Descripción',
'plugin_version' => 'Versión',
'plugin_author' => 'Autor',
'core_build' => 'Versión actual',
'core_build_old' => 'Versión actual :build',
'core_build_new' => 'Versión :build',
'core_build_new_help' => 'Última versión está disponible.',
'core_current_build' => 'Versión actual',
'core_build' => 'Versión :build',
'core_build_help' => 'Última versión está disponible.',
'core_downloading' => 'Descargando archivos de la aplicación',
'core_extracting' => 'Descomprimiendo archivos de la aplicación',
'plugin_downloading' => 'Descargando plugin: :name',
'plugin_extracting' => 'Descomprimiendo plugin: :name',
'plugin_version_none' => 'Nuevo plugin',
'plugin_version_old' => 'Actual v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Tema',
'theme_new_install' => 'Intalación de nuevo tema.',
'theme_downloading' => 'Descargando tema: :name',
'theme_extracting' => 'Descomprimiendo tema: :name',

View File

@ -196,10 +196,9 @@ return [
'plugin_description' => 'توضیحات',
'plugin_version' => 'نسخه',
'plugin_author' => 'تولید کننده',
'core_build' => 'نسخه ی کنونی',
'core_build_old' => 'نسخه ی کنونی :build',
'core_build_new' => 'نسخه ی :build',
'core_build_new_help' => 'به روز رسانی جدید موجود است',
'core_current_build' => 'نسخه ی کنونی',
'core_build' => 'نسخه ی :build',
'core_build_help' => 'به روز رسانی جدید موجود است',
'core_downloading' => 'دریافت فایل های نرم افزار',
'core_extracting' => 'گشودن فایل های نرم افزار',
'plugins' => 'افرونه ها',
@ -208,9 +207,6 @@ return [
'plugin_downloading' => 'دریافت افزونه: :name',
'plugin_extracting' => 'گشودن افزونه: :name',
'plugin_version_none' => 'افزونه ی جدید',
'plugin_version_old' => 'نسخه کنونی:version',
'plugin_version_new' => 'نسخه:version',
'theme_label' => 'قالب',
'theme_new_install' => 'قالب جدید نصب شد.',
'theme_downloading' => 'دریافت قالب: :name',
'theme_extracting' => 'گشودن قالب: :name',

View File

@ -198,10 +198,9 @@ return [
'plugin_description' => 'Description',
'plugin_version' => 'Version',
'plugin_author' => 'Auteur',
'core_build' => 'Version actuelle',
'core_build_old' => 'Version actuelle :build',
'core_build_new' => 'Version :build',
'core_build_new_help' => 'Une nouvelle version est disponible.',
'core_current_build' => 'Version actuelle',
'core_build' => 'Version :build',
'core_build_help' => 'Une nouvelle version est disponible.',
'core_downloading' => 'Téléchargement des fichiers de lapplication',
'core_extracting' => 'Décompression des fichiers de lapplication',
'plugins' => 'Plugins',
@ -210,9 +209,6 @@ return [
'plugin_downloading' => 'Téléchargement du plugin : :name',
'plugin_extracting' => 'Décompression du plugin : :name',
'plugin_version_none' => 'Nouveau plugin',
'plugin_version_old' => 'Actuelle v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Thème',
'theme_new_install' => 'Installation du nouveau thème.',
'theme_downloading' => 'Téléchargement du thème : :name',
'theme_extracting' => 'Décompression du thème : :name',

View File

@ -196,10 +196,9 @@ return [
'plugin_description' => 'Leírás',
'plugin_version' => 'Verzió',
'plugin_author' => 'Fejlesztő',
'core_build' => 'Verzió',
'core_build_old' => 'Jelenlegi verzió: :build',
'core_build_new' => 'Új verzió: :build',
'core_build_new_help' => 'Elérhető a legújabb hivatalos kiadás.',
'core_current_build' => 'Verzió',
'core_build' => 'Új verzió: :build',
'core_build_help' => 'Elérhető a legújabb hivatalos kiadás.',
'core_downloading' => 'Alkalmazás fájlok letöltése...',
'core_extracting' => 'Alkalmazás fájlok kicsomagolása...',
'plugins' => 'Bővítmények',
@ -208,9 +207,6 @@ return [
'plugin_downloading' => 'Bővítmény letöltése: :name',
'plugin_extracting' => 'Bővítmény kicsomagolása: :name',
'plugin_version_none' => 'Új bővítmény',
'plugin_version_old' => 'Jelenlegi verzió',
'plugin_version_new' => 'v:version',
'theme_label' => 'Téma',
'theme_new_install' => 'Új téma telepítése.',
'theme_downloading' => 'Letöltendő téma: :name',
'theme_extracting' => 'Kicsomagolandó téma: :name',

View File

@ -172,10 +172,9 @@ return [
'plugin_description' => 'Jabaran',
'plugin_version' => 'Versi',
'plugin_author' => 'Penulis',
'core_build' => 'Binaan kini',
'core_build_old' => 'Binaan kini :build',
'core_build_new' => 'Binaan :build',
'core_build_new_help' => 'Tersedia binaan terbaru.',
'core_current_build' => 'Binaan kini',
'core_build' => 'Binaan :build',
'core_build_help' => 'Tersedia binaan terbaru.',
'core_downloading' => 'Mengunduh berkas-berkas aplikasi',
'core_extracting' => 'Membongkar berkas aplikasi',
'plugins' => 'Pengaya',
@ -183,9 +182,6 @@ return [
'plugin_downloading' => 'Mengunduh pengaya: :name',
'plugin_extracting' => 'Membongkar pengaya: :name',
'plugin_version_none' => 'Pengaya baru',
'plugin_version_old' => 'Kini v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Tema',
'theme_new_install' => 'Pemasangan tema baru.',
'theme_downloading' => 'Mengunduh tema: :name',
'theme_extracting' => 'Membuka tema: :name',

View File

@ -150,18 +150,14 @@ return [
'plugin_description' => 'Descrizione',
'plugin_version' => 'Versione',
'plugin_author' => 'Autore',
'core_build' => 'Build corrent',
'core_build_old' => 'Build corrente :build',
'core_build_new' => 'Build :build',
'core_build_new_help' => 'Una nuova build è disponibile.',
'core_current_build' => 'Build corrent',
'core_build' => 'Build :build',
'core_build_help' => 'Una nuova build è disponibile.',
'core_downloading' => 'Scaricamento dei file in corso',
'core_extracting' => 'Estrazione dei file in corso',
'plugin_downloading' => 'Scaricamento plugin: :name',
'plugin_extracting' => 'Estrazione plugin: :name',
'plugin_version_none' => 'Nuovo plugin',
'plugin_version_old' => 'Versione corrente: :version',
'plugin_version_new' => 'Nuova versione: :version',
'theme_label' => 'Tema',
'theme_new_install' => 'Installa nuovo tema.',
'theme_downloading' => 'Scaricamento tema: :name',
'theme_extracting' => 'Estrazione tema: :name',

View File

@ -166,19 +166,15 @@ return [
'plugin_description' => '説明',
'plugin_version' => 'バージョン',
'plugin_author' => '作者',
'core_build' => '現在のビルド',
'core_build_old' => '現在のビルド :build',
'core_build_new' => 'ビルド :build',
'core_build_new_help' => '新しいビルドが存在します。',
'core_current_build' => '現在のビルド',
'core_build' => 'ビルド :build',
'core_build_help' => '新しいビルドが存在します。',
'core_downloading' => 'アプリケーションファイルのダウンロード中',
'core_extracting' => 'アプリケーションファイルの展開中',
'plugins' => 'プラグイン',
'plugin_downloading' => 'プラグインダウンロード中: :name',
'plugin_extracting' => 'プラグイン展開中: :name',
'plugin_version_none' => '新プラグイン',
'plugin_version_old' => '現在 v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'テーマ',
'theme_new_install' => '新しいテーマのインストール',
'theme_downloading' => "テーマ ':name' をダウンロードしています",
'theme_extracting' => "テーマ ':name' を展開しています",

View File

@ -196,10 +196,9 @@ return [
'plugin_description' => 'Apraksts',
'plugin_version' => 'Versija',
'plugin_author' => 'Autors',
'core_build' => 'Patreizējā versija',
'core_build_old' => 'Patreizējā versija :build',
'core_build_new' => 'Versija :build',
'core_build_new_help' => 'Jaunāka versija ir pieejama.',
'core_current_build' => 'Patreizējā versija',
'core_build' => 'Versija :build',
'core_build_help' => 'Jaunāka versija ir pieejama.',
'core_downloading' => 'Lejupielādējam aplikācijas failus',
'core_extracting' => 'Atpakojam aplikācijas failus',
'plugins' => 'Spraudņi',
@ -208,9 +207,6 @@ return [
'plugin_downloading' => 'Lejupielādējam spraudni: :name',
'plugin_extracting' => 'Atpakojam spraudni: :name',
'plugin_version_none' => 'Jauns spraudnis',
'plugin_version_old' => 'Tagadējā v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Tēma',
'theme_new_install' => 'Jauna tēmas instalācija.',
'theme_downloading' => 'Lejupielādējam tēmu: :name',
'theme_extracting' => 'Atpakojam tēmu: :name',

View File

@ -196,10 +196,9 @@ return [
'plugin_description' => 'Beskrivelse',
'plugin_version' => 'Versjon',
'plugin_author' => 'Utgiver',
'core_build' => 'Nåværende build',
'core_build_old' => 'Nåværende build :build',
'core_build_new' => 'Build :build',
'core_build_new_help' => 'Siste build er tilgjengelig.',
'core_current_build' => 'Nåværende build',
'core_build' => 'Build :build',
'core_build_help' => 'Siste build er tilgjengelig.',
'core_downloading' => 'Laster ned applikasjonsfiler',
'core_extracting' => 'Pakker opp applikasjonsfiler',
'plugins' => 'Plugins',
@ -208,9 +207,6 @@ return [
'plugin_downloading' => 'Laster ned plugin: :name',
'plugin_extracting' => 'Pakker opp plugin: :name',
'plugin_version_none' => 'Ny plugin',
'plugin_version_old' => 'Nåværende v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Tema',
'theme_new_install' => 'Ny tema-installasjon.',
'theme_downloading' => 'Laster ned tema: :name',
'theme_extracting' => 'Pakker opp tema: :name',

View File

@ -154,18 +154,14 @@ return [
'plugin_description' => 'Omschrijving',
'plugin_version' => 'Versie',
'plugin_author' => 'Auteur',
'core_build' => 'Huidige build',
'core_build_old' => 'Huidige build :build',
'core_build_new' => 'Build :build',
'core_build_new_help' => 'De meest recente versie is beschikbaar.',
'core_current_build' => 'Huidige build',
'core_build' => 'Build :build',
'core_build_help' => 'De meest recente versie is beschikbaar.',
'core_downloading' => 'Applicatiebestanden aan het downloaden',
'core_extracting' => 'Applicatiebestanden aan het uitpakken',
'plugin_downloading' => 'Plugin aan het downloaden: :name',
'plugin_extracting' => 'Uitpakken aan het plugin: :name',
'plugin_version_none' => 'Nieuwe plugin',
'plugin_version_old' => 'Huidig v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Thema',
'theme_new_install' => 'Nieuwe thema-installatie.',
'theme_downloading' => 'Thema aan het downloaden: :name',
'theme_extracting' => 'Thema aan het uitpakken: :name',

View File

@ -167,19 +167,15 @@ return [
'plugin_description' => 'Opis',
'plugin_version' => 'Wersja',
'plugin_author' => 'Autor',
'core_build' => 'Aktualny build',
'core_build_old' => 'Aktualny build :build',
'core_build_new' => 'Build :build',
'core_build_new_help' => 'Najnowszy build jest dostępny.',
'core_current_build' => 'Aktualny build',
'core_build' => 'Build :build',
'core_build_help' => 'Najnowszy build jest dostępny.',
'core_downloading' => 'Pobieranie plików aplikacji',
'core_extracting' => 'Rozpakowywanie plików aplikacji',
'plugins' => 'Wtyczki',
'plugin_downloading' => 'Pobieranie wtyczki: :name',
'plugin_extracting' => 'Rozpakowywanie wtyczki: :name',
'plugin_version_none' => 'Nowa wtyczka',
'plugin_version_old' => 'Aktualna wersja:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Motyw',
'theme_new_install' => 'Zainstaluj nowy motyw.',
'theme_downloading' => 'Pobieranie nowego motywu: :name',
'theme_extracting' => 'Rozpakowywanie motywu: :name',

View File

@ -171,10 +171,9 @@ return [
'plugin_description' => 'Descrição',
'plugin_version' => 'Versão',
'plugin_author' => 'Autor',
'core_build' => 'Compilação atual',
'core_build_old' => 'Compilação atual :build',
'core_build_new' => 'Compilação :build',
'core_build_new_help' => 'Última versão está disponível.',
'core_current_build' => 'Compilação atual',
'core_build' => 'Compilação :build',
'core_build_help' => 'Última versão está disponível.',
'core_downloading' => 'Baixando arquivos do aplicativo',
'core_extracting' => 'Desempacotando arquivos do aplicativo',
'plugins' => 'Plugins',
@ -182,9 +181,6 @@ return [
'plugin_downloading' => 'Baixando o plugin: :name',
'plugin_extracting' => 'Desempacotando o plugin: :name',
'plugin_version_none' => 'Novo plugin',
'plugin_version_old' => 'Atual v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Tema',
'theme_new_install' => 'Instalação do novo tema.',
'theme_downloading' => 'Baixando o tema: :name',
'theme_extracting' => 'Desempacotando o tema: :name',

View File

@ -150,18 +150,14 @@ return [
'plugin_description' => 'Descriere',
'plugin_version' => 'Versiune',
'plugin_author' => 'Autor',
'core_build' => 'Versiune curenta',
'core_build_old' => 'Versiune curenta :build',
'core_build_new' => 'Versiune :build',
'core_build_new_help' => 'Ultima versiune este disponibila.',
'core_current_build' => 'Versiune curenta',
'core_build' => 'Versiune :build',
'core_build_help' => 'Ultima versiune este disponibila.',
'core_downloading' => 'Se descarca fisierele aplicatiei',
'core_extracting' => 'Se dezarhiveaza fisierele aplicatiei',
'plugin_downloading' => 'Se descarca plugin-ul: :name',
'plugin_extracting' => 'Se dezarhiveaza plugin-ul: :name',
'plugin_version_none' => 'Plugin nou',
'plugin_version_old' => 'Versiune v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Tema',
'theme_new_install' => 'Instalare tema noua.',
'theme_downloading' => 'Se descarca tema: :name',
'theme_extracting' => 'Se dezarhiveaza tema: :name',

View File

@ -196,10 +196,9 @@ return [
'plugin_description' => 'Описание',
'plugin_version' => 'Версия',
'plugin_author' => 'Автор',
'core_build' => 'Текущая сборка',
'core_build_old' => '(Текущая сборка :build)',
'core_build_new' => 'Сборка :build',
'core_build_new_help' => 'Последняя доступная сборка.',
'core_current_build' => 'Текущая сборка',
'core_build' => 'Сборка :build',
'core_build_help' => 'Последняя доступная сборка.',
'core_downloading' => 'Загрузка файлов приложения',
'core_extracting' => 'Распаковка файлов приложения',
'plugins' => 'Плагины',
@ -208,9 +207,6 @@ return [
'plugin_downloading' => 'Загрузка плагина: :name',
'plugin_extracting' => 'Распаковка плагина: :name',
'plugin_version_none' => 'Новый плагин',
'plugin_version_old' => 'Текущая версия v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Темы',
'theme_new_install' => 'Новая тема установлена.',
'theme_downloading' => 'Загрузка темы: :name',
'theme_extracting' => 'Распаковка темы: :name',

View File

@ -172,10 +172,9 @@ return [
'plugin_description' => 'Beskrivning',
'plugin_version' => 'Version',
'plugin_author' => 'Skapare',
'core_build' => 'Nuvarande build',
'core_build_old' => 'Nuvarande build :build',
'core_build_new' => 'Build :build',
'core_build_new_help' => 'Senaste build är tillgänglig.',
'core_current_build' => 'Nuvarande build',
'core_build' => 'Build :build',
'core_build_help' => 'Senaste build är tillgänglig.',
'core_downloading' => 'Laddar ner applikationsfiler',
'core_extracting' => 'Packar upp applikationsfiler',
'plugins' => 'Plugins',
@ -183,9 +182,6 @@ return [
'plugin_downloading' => 'Laddar ner plugin: :name',
'plugin_extracting' => 'Packar upp plugin: :name',
'plugin_version_none' => 'Nytt plugin',
'plugin_version_old' => 'Nuvarande v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Tema',
'theme_new_install' => 'Installation av nytt tema.',
'theme_downloading' => 'Ladda ner temat: :name',
'theme_extracting' => 'Packar upp temat: :name',

View File

@ -166,19 +166,15 @@ return [
'plugin_description' => 'Açıklama',
'plugin_version' => 'Versiyon',
'plugin_author' => 'Yazar',
'core_build' => 'Mevcut versiyon',
'core_build_old' => 'Mevcut versiyon :build',
'core_build_new' => 'Versiyon :build',
'core_build_new_help' => 'Son versiyon kullanılabilir.',
'core_current_build' => 'Mevcut versiyon',
'core_build' => 'Versiyon :build',
'core_build_help' => 'Son versiyon kullanılabilir.',
'core_downloading' => 'Uygulama dosyaları indiriliyor',
'core_extracting' => 'Uygulama dosyaları çıkarılıyor',
'plugins' => 'Modüller',
'plugin_downloading' => 'Modül indiriliyor: :name',
'plugin_extracting' => 'Modül dosyaları çıkarılıyor: :name',
'plugin_version_none' => 'Yeni eklenti',
'plugin_version_old' => 'Mevcut v:version',
'plugin_version_new' => 'v:version',
'theme_label' => 'Tema',
'theme_new_install' => 'Yeni tema kur.',
'theme_downloading' => 'Tema indiriliyor: :name',
'theme_extracting' => 'Tema paketten çıkarılıyor: :name',

View File

@ -196,10 +196,9 @@ return [
'plugin_description' => '描述',
'plugin_version' => '版本',
'plugin_author' => '作者',
'core_build' => '当前版本',
'core_build_old' => '当前版本 :build',
'core_build_new' => '版本 :build',
'core_build_new_help' => '新的版本可用.',
'core_current_build' => '当前版本',
'core_build' => '版本 :build',
'core_build_help' => '新的版本可用.',
'core_downloading' => '下载应用程序',
'core_extracting' => '解压应用程序',
'plugins' => '插件',
@ -208,9 +207,6 @@ return [
'plugin_downloading' => '下载插件: :name',
'plugin_extracting' => '解压插件: :name',
'plugin_version_none' => '新插件',
'plugin_version_old' => '当前 v:version',
'plugin_version_new' => 'v:version',
'theme_label' => '主题',
'theme_new_install' => '新主题安装.',
'theme_downloading' => '下载主题: :name',
'theme_extracting' => '解压主题: :name',