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/reportedcontent/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/reportedcontent/languages/it.php')
| -rw-r--r-- | mod/reportedcontent/languages/it.php | 52 | 
1 files changed, 0 insertions, 52 deletions
diff --git a/mod/reportedcontent/languages/it.php b/mod/reportedcontent/languages/it.php deleted file mode 100644 index d6a7fccdb..000000000 --- a/mod/reportedcontent/languages/it.php +++ /dev/null @@ -1,52 +0,0 @@ -<?php - -     /** -	 * Elgg Plugin language pack -	 *  -	 * @package Elgg ReportedContent -	 * @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:  ReportedContent -     * @version: beta  -     * english_revision: 2073 -     * @translation by Lord55   -     * @link http://www.nobilityofequals.com -     ****************************************/ - -	$italian = array( -	 -		/** -		 * Menu items and titles  ###Argomenti del menu e titoli### -		 */ -	 -			'item:object:reported_content' => 'Argomenti comunicati', -			'reportedcontent' => 'contenuto comunicato', -			'reportedcontent:this' => 'Comunica questo', -			'reportedcontent:none' => 'Nessun contunuto è stato comunicato', -			'reportedcontent:report' => 'Comunicalo a un amministratore', -			'reportedcontent:title' => 'Titolo della Pagina', -			'reportedcontent:deleted' => 'Il contenuto comunicato è stato cancellato', -			'reportedcontent:notdeleted' => 'Non siamo stati abilitati a cancellare questa comunicazione', -			'reportedcontent:delete' => 'Cancellalo', -			'reportedcontent:areyousure' => 'Sei sicuro di volerlo cancellare?', -			'reportedcontent:archive' => 'Archivialo', -			'reportedcontent:archived' => 'La comunicazione è stata cancellata', -			'reportedcontent:visit' => 'Visit reported item', -			'reportedcontent:by' => 'Comunicato by', -			'reportedcontent:objecttitle' => 'Titolo di questo oggetto', -			'reportedcontent:objecturl' => 'Url di questo oggetto', -			'reportedcontent:reason' => 'Motivo della comunicazione', -			'reportedcontent:description' => 'Perchè ci stai comunicando questo?', -			'reportedcontent:address' => 'Localizzazione di questo argomento', -			'reportedcontent:success' => 'La tua comunicazione è stata inviata a un amministratore del sito', -			'reportedcontent:failing' => 'La tua comunicazione non può essere inviata', -			'reportedcontent:report' => 'Comunicalo',  -	 -	); -					 -	add_translation("it",$italian); -?>
\ No newline at end of file  | 
