mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
@@ -33,7 +33,6 @@
|
||||
'Filters registered' => 'Filter registriert',
|
||||
'logout' => 'logout',
|
||||
'site' => 'seite',
|
||||
'Core' => 'Core',
|
||||
'Delete temporary files' => 'Temporäre Dateien löschen',
|
||||
'Download the latest version' => 'Lade die letzte Version herunter',
|
||||
'Powered by' => 'Powered by',
|
||||
|
@@ -33,7 +33,6 @@
|
||||
'Filters registered' => 'Filters registered',
|
||||
'logout' => 'logout',
|
||||
'site' => 'site',
|
||||
'Core' => 'Core',
|
||||
'Delete temporary files' => 'Delete temporary files',
|
||||
'Download the latest version' => 'Download the latest version',
|
||||
'Powered by' => 'Powered by',
|
||||
|
@@ -33,7 +33,6 @@
|
||||
'Filters registered' => 'Filtri registrati',
|
||||
'logout' => 'esci',
|
||||
'site' => 'Sito',
|
||||
'Core' => 'Cuore',
|
||||
'Delete temporary files' => 'Cancella i file temporanei',
|
||||
'Download the latest version' => 'Scarica l’ultima versione',
|
||||
'Powered by' => 'Powered by',
|
||||
|
@@ -33,7 +33,6 @@
|
||||
'Filters registered' => 'Filtrai užregistruoti',
|
||||
'logout' => 'atsijungti',
|
||||
'site' => 'tinklapis',
|
||||
'Core' => 'Branduolys',
|
||||
'Delete temporary files' => 'Trinti laikinas bylas',
|
||||
'Download the latest version' => 'Atsisiųsti naujausią versiją',
|
||||
'Powered by' => 'Veikia su',
|
||||
|
@@ -33,7 +33,6 @@
|
||||
'Filters registered' => 'Filtros registrados',
|
||||
'logout' => 'Sair',
|
||||
'site' => 'site',
|
||||
'Core' => 'Núcleo',
|
||||
'Delete temporary files' => 'Deletar arquivo temporário',
|
||||
'Download the latest version' => 'Baixar a última versão',
|
||||
'Powered by' => 'Feito com',
|
||||
|
@@ -33,7 +33,6 @@
|
||||
'Filters registered' => 'Зарегистрированные фильтры',
|
||||
'logout' => 'выход',
|
||||
'site' => 'Сайт',
|
||||
'Core' => 'Ядро',
|
||||
'Delete temporary files' => 'Удалить временные файлы',
|
||||
'Download the latest version' => 'Скачать последнюю версию',
|
||||
'Powered by' => 'Работает на',
|
||||
|
@@ -33,7 +33,6 @@
|
||||
'Filters registered' => 'Зареєстровані фітри',
|
||||
'logout' => 'вихід',
|
||||
'site' => 'Сайт',
|
||||
'Core' => 'Ядро',
|
||||
'Delete temporary files' => 'Видалити тимчасові файли',
|
||||
'Download the latest version' => 'Завантажити останню версію',
|
||||
'Powered by' => 'Працює на',
|
||||
|
@@ -14,7 +14,7 @@ function checkMonstraVersion()
|
||||
<script type="text/javascript">
|
||||
$.getJSON("http://monstra.org/api/version.php?jsoncallback=?",
|
||||
function(data){
|
||||
var current_monstra_version = "'.Core::VERSION.'";
|
||||
var current_monstra_version = "'.Monstra::VERSION.'";
|
||||
var stable_monstra_version = data.version;
|
||||
if (current_monstra_version < stable_monstra_version) {
|
||||
$("#update-monstra").addClass("alert").html("'.__("Published a new version of the :monstra", "system", array(":monstra" => "<a target='_blank' href='http://monstra.org/download'>Monstra</a>")).'");
|
||||
|
Reference in New Issue
Block a user