1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

Core Improvements: Next Round #79 #80

This commit is contained in:
Awilum
2013-01-08 22:16:29 +02:00
parent 0c984788c0
commit 7e71457a2e
72 changed files with 524 additions and 369 deletions

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

View File

@@ -33,7 +33,6 @@
'Filters registered' => 'Зарегистрированные фильтры',
'logout' => 'выход',
'site' => 'Сайт',
'Core' => 'Ядро',
'Delete temporary files' => 'Удалить временные файлы',
'Download the latest version' => 'Скачать последнюю версию',
'Powered by' => 'Работает на',

View File

@@ -33,7 +33,6 @@
'Filters registered' => 'Зареєстровані фітри',
'logout' => 'вихід',
'site' => 'Сайт',
'Core' => 'Ядро',
'Delete temporary files' => 'Видалити тимчасові файли',
'Download the latest version' => 'Завантажити останню версію',
'Powered by' => 'Працює на',

View File

@@ -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>")).'");