2014-10-27 21:18:24 +01:00
< ? php
$TRANSLATIONS = array (
2014-11-27 08:10:23 +01:00
" Bookmarks " => " Segnalibri " ,
" Bookm. " => " Segnal. " ,
2013-02-20 00:02:34 +01:00
" No file provided for import " => " Non è stato fornito alcun file da importare " ,
2012-11-02 00:03:14 +01:00
" Unsupported file type for import " => " Tipo di file non supportato per l'importazione " ,
2014-11-30 08:10:17 +01:00
" Bookmark added. You can close the window now. " => " Segnalibro aggiunto. Ora puoi chiudere la finestra. " ,
" Bookmark added successfully " => " Segnalibro aggiunto correttamente " ,
" Some Error happened. " => " Si sono verificati alcuni errori. " ,
2014-11-28 08:10:17 +01:00
" Error " => " Errore " ,
2012-11-09 00:03:56 +01:00
" Filter by tag " => " Filtro per etichetta " ,
2014-11-30 08:10:17 +01:00
" Are you sure you want to remove this bookmark? " => " Sei sicuro di voler rimuovere questo segnalibro? " ,
2012-10-12 02:08:54 +02:00
" Warning " => " Avviso " ,
2014-11-27 08:10:23 +01:00
" Tags " => " Tag " ,
" Are you sure you want to remove this tag from every entry? " => " Sei sicuro di voler rimuovere questo tag da ogni voce? " ,
2013-02-20 00:02:34 +01:00
" Import error " => " Errore di importazione " ,
2012-11-02 00:03:14 +01:00
" Import completed successfully. " => " Importazione completata correttamente. " ,
" Uploading... " => " Caricamento in corso... " ,
2012-10-12 02:08:54 +02:00
" Add a bookmark " => " Aggiungi un segnalibro " ,
2014-11-30 08:10:17 +01:00
" This URL is already bookmarked! Overwrite? " => " Questo URL è già tra i segnalibri! Vuoi sovrascriverlo? " ,
2012-10-12 02:08:54 +02:00
" The title of the page " => " Il titolo della pagina " ,
" The address of the page " => " L'indirizzo della pagina " ,
" Description of the page " => " Descrizione della pagina " ,
" Save " => " Salva " ,
2012-11-01 00:03:46 +01:00
" Delete " => " Elimina " ,
2012-11-08 00:03:47 +01:00
" Edit " => " Modifica " ,
2012-11-01 00:03:46 +01:00
" Cancel " => " Annulla " ,
2012-11-08 00:03:47 +01:00
" Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly: " => " Quando vuoi creare rapidamente un segnalibro, trascinalo sui segnalibri del browser e fai clic su di esso: " ,
2013-11-24 07:08:07 +01:00
" Add to ownCloud " => " Aggiungi a ownCloud " ,
2012-07-31 22:57:24 +02:00
" Address " => " Indirizzo " ,
2014-11-30 08:10:17 +01:00
" Filterable Tags " => " Etichette filtrabili " ,
2012-07-31 22:57:24 +02:00
" You have no bookmarks " => " Non hai segnalibri " ,
2014-11-30 08:10:17 +01:00
" You can also import a bookmark file " => " Puoi importare anche un file di segnalibri " ,
2012-11-05 00:02:26 +01:00
" Bookmarklet " => " Bookmarklet " ,
" Export & Import " => " Esporta e importa " ,
2012-11-04 00:03:02 +01:00
" Export " => " Esporta " ,
" Import " => " Importa "
2012-07-31 22:57:24 +02:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;