BOOKMARKS

Last updated by lord55

<?php

  /**
     * Elgg Plugin language pack
     *
     * @package Elgg Bookmarks
     * @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: Bookmarks
     * @version: beta
     * @revision: 629
     * @Italian Support Group: http://community.elgg.org/pg/groups/271/italian-support-group/
     * @translation by Milord <milord@nobiltadeipari.com>
     * @link http://www.nobilityofequals.com
     ****************************************/

    $italian = array(
   
        /**
         * Menu items and titles
         */
   
            'bookmarks' => "Segnalibri",
            'bookmarks:add' => "Aggiungi nel Segnalibro",
            'bookmarks:read' => "I tuoi Segnalibri",
            'bookmarks:friends' => "I Segnalibri degli amici",
            'bookmarks:everyone' => "Tutti i Segnalibri del sito",
            'bookmarks:this' => "Aggiungi nel Segnalibro",
           
            /**Un bookmarklet è un piccolo programma JavaScript che può essere memorizzato come un normale URL
             *  all'interno dei segnalibri (bookmark in inglese) nei browser Web più popolari,
             *  o all'interno degli hyperlinks di una pagina Web. I bookmarklet sono anche detti
             *   favlets o favelets per via del fatto che Internet Explorer utilizza il termine
             *   "Favorites" (preferiti in italiano) per indicare appunto i segnalibri.
             *vedi anche http://it.wikipedia.org/wiki/Bookmarklet
             *non viene tradotto
             */
            'bookmarks:bookmarklet' => "Utilizza il Bookmarklet",
            'bookmarks:inbox' => "Segnalibri in arrivo",
            'bookmarks:more' => "Altri Segnalibri",
            'bookmarks:shareditem' => "Segnalibri",
            'bookmarks:with' => "Condividi con",
   
            'bookmarks:address' => "Indirizzo della risorsa da aggiungere nel Segnalibro",
   
            'bookmarks:delete:confirm' => "Sei sicuro di voler cancellare questa risorsa?",
   
            'bookmarks:shared' => "Aggiunto nel Segnalibro",
            'bookmarks:visit' => "Visita la risorsa",
            'bookmarks:recent' => "Segnalibri recenti",
   
            'bookmarks:river:created' => '%s aggiunto nel Segnalibro',
            'bookmarks:river:annotate' => '%s ha commentato su',
            'bookmarks:river:item' => 'un argomento',
   
            'item:object:bookmarks' => 'Segnalibri',
   
   
        /**
         * More text
         */
           
            'bookmarks:widget:description' =>
                    "This widget is designed for your dashboard and will show you the latests items in your bookmarks inbox.",
   
            'bookmarks:bookmarklet:description' =>
                    "The bookmarks bookmarklet allows you to share any resource you find on the web with your friends, or just bookmark it for yourself. To use it, simply drag the following button to your browser's links bar:",

            'bookmarks:bookmarklet:descriptionie' =>
                    "If you are using Internet Explorer, you will need to right click on the bookmarklet icon, select 'add to favorites', and then the Links bar.",

            'bookmarks:bookmarklet:description:conclusion' =>
                    "You can then save any page you visit by clicking it at any time.",
   
        /**
         * Status messages  ###Messaggi di Stato###
         */
   
            'bookmarks:save:success' => "Il tuo Segnalibro è stato aggiunto con successo.",
            'bookmarks:delete:success' => "Il tuo Segnalibro è stato cancellato con successo.",
   
        /**
         * Error messages  ###Messaggi di Errore###
         */
   
            'bookmarks:save:failed' => "Il tuo Segnalibro non può essere salvato. Per favore riprova.",
            'bookmarks:delete:failed' => "Il tuo Segnalibro non può essere cancellato. Per favore riprova.",
   
   
    );
                   
    add_translation("it",$italian);

?>