<?php
/**
* API Admin language pack.
*
* @package ElggAPIAdmin
* @author Curverider Ltd
* @copyright Curverider Ltd 2008
* @link http://elgg.com/
* ****************************************
* @Italian Language Pack
* @Core System
* @version: beta
* @revision: 2216
* @translation by Lord55
* @link http://www.nobilityofequals.com
****************************************/
$italian = array(
/**
* Menu items and titles ###Argomenti del Menu e titoli###
*/
'apiadmin' => 'Amministrazione API',
'apiadmin:keyrevoked' => 'API Key revocata',
'apiadmin:keynotrevoked' => 'API Key non può essere revocata',
'apiadmin:generated' => 'API Key generata con successo',
'apiadmin:yourref' => 'Il tuo riferimento',
/*Keypair: non traducibile.
* vedi anche: http://en.wikipedia.org/wiki/Public-key_cryptography
* Used in message security, a cryptographic key pair consists of a public key and a private key.
* A public key is associated with a user through a certificate that is published to a location available to anyone.
* The corresponding private key is stored in a secure location on the user's client computer. */
'apiadmin:generate' => 'Genera una nuova keypair',
'apiadmin:noreference' => 'Devi fornire un riferimento per la tua nuova key.',
'apiadmin:generationfail' => 'Deve esserci stato un problema nel generare la nuova keypair',
'apiadmin:generated' => 'La nuova API keypair è stata generata con successo',
'apiadmin:revoke' => 'Revoca la key',
'apiadmin:public' => 'Pubblico',
'apiadmin:private' => 'Privato',
'item:object:api_key' => 'API Keys',
);
add_translation("it",$italian);
?>
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Ho messo delle note durante la traduzione. Le trovate anche negli altri file. Ci sono parole che non credo sia il caso di tradurre. Comunque sia se qualcuno ha suggerimenti...si faccia avanti.
/*Keypair: non traducibile.
* vedi anche: http://en.wikipedia.org/wiki/Public-key_cryptography
* Used in message security, a cryptographic key pair consists of a public key and a private key.
* A public key is associated with a user through a certificate that is published to a location available to anyone.
* The corresponding private key is stored in a secure location on the user's client computer. */