Subversion-Projekte lars-tiefland.ci

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
/**
 * System messages translation for CodeIgniter(tm)
 *
 * @author      CodeIgniter community
 * @author      Stefano Mazzega
 * @copyright   Copyright (c) 2014-2019, British Columbia Institute of Technology (https://bcit.ca/)
 * @license     http://opensource.org/licenses/MIT      MIT License
 * @link        https://codeigniter.com
 */
defined('BASEPATH') OR exit('No direct script access allowed');

$lang['profiler_database'] = 'DATABASE';
$lang['profiler_controller_info'] = 'CLASSE/METODO';
$lang['profiler_benchmarks'] = 'BENCHMARKS';
$lang['profiler_queries'] = 'QUERIES';
$lang['profiler_get_data'] = 'GET DATA';
$lang['profiler_post_data'] = 'POST DATA';
$lang['profiler_uri_string'] = 'URI STRING';
$lang['profiler_memory_usage'] = 'UTILIZZO MEMORIA';
$lang['profiler_config'] = 'VARIABILI DI CONFIGURAZIONE';
$lang['profiler_session_data'] = 'SESSION DATA';
$lang['profiler_headers'] = 'HTTP HEADERS';
$lang['profiler_no_db'] = 'Il driver del database non è attualmente caricato';
$lang['profiler_no_queries'] = 'Nessuna query è stata eseguita';
$lang['profiler_no_post'] = 'Nessun parametro POST esistente';
$lang['profiler_no_get'] = 'Nessun parametro GET esistente';
$lang['profiler_no_uri'] = 'Nessun parametro URI esistente';
$lang['profiler_no_memory'] = 'Utilizzo memoria non disponibile';
$lang['profiler_no_profiles'] = 'No Profile data - tutte le sezioni del Profiler sono state disabilitate.';
$lang['profiler_section_hide'] = 'Nascondi';
$lang['profiler_section_show'] = 'Mostra';
$lang['profiler_seconds'] = 'secondi';