diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-27 17:52:44 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-27 17:52:44 +0000 |
commit | 1ed5de74281cd9723b80ad2c831f143fad7dc5e2 (patch) | |
tree | 1aac44704e32b2411d22eb8dd83df1143fe2d5a9 /mod/diagnostics/languages/it.php | |
parent | 0af57b1b96d841c98496a29c8bdac11451e64971 (diff) | |
download | elgg-1ed5de74281cd9723b80ad2c831f143fad7dc5e2.tar.gz elgg-1ed5de74281cd9723b80ad2c831f143fad7dc5e2.tar.bz2 |
REMOVED LANGUAGE FILES FROM CORE.
This is due to a stupid and tedious legal reason.
git-svn-id: https://code.elgg.org/elgg/trunk@2319 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/diagnostics/languages/it.php')
-rw-r--r-- | mod/diagnostics/languages/it.php | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/mod/diagnostics/languages/it.php b/mod/diagnostics/languages/it.php deleted file mode 100644 index 4c11eb6c5..000000000 --- a/mod/diagnostics/languages/it.php +++ /dev/null @@ -1,62 +0,0 @@ -<?php - - /** - * Elgg Plugin language pack - * - * @package Elgg Diagnostic - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - * **************************************** - * @Italian Language Pack - * @Plugin: Diagnostic - * @version: beta - * english_revision: 2061 - * @translation by Lord55 - * @link http://www.nobilityofequals.com - ****************************************/ - - $italian = array( - - 'diagnostics' => 'Sistema di Diagnostica', - - 'diagnostics:description' => 'Il seguente rapporto diagnostico รจ utile per una diagnosi di qualsiasi problema con Elgg, e potrebbe essere allegato e archiviato a qualsiasi rapporto sui bug di sistema.', - - 'diagnostics:download' => 'Scarica .txt', - - - 'diagnostics:header' => '======================================================================== -Rapporto di diagnostica di Elgg -Generato %s da %s -======================================================================== - -', - 'diagnostics:report:basic' => ' -Elgg Release %s, versione %s - -------------------------------------------------------------------------', - 'diagnostics:report:php' => ' -PHP info: -%s -------------------------------------------------------------------------', - 'diagnostics:report:plugins' => ' -Installazione plugins and dettagli: - -%s -------------------------------------------------------------------------', - 'diagnostics:report:md5' => ' -Installazione files and checksums: - -%s -------------------------------------------------------------------------', - 'diagnostics:report:globals' => ' -Variabili globali: - -%s -------------------------------------------------------------------------', - - ); - - add_translation("it",$italian); -?>
\ No newline at end of file |