1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00
OwncloudBookmarksOfficial/l10n/it.php

34 lines
1.3 KiB
PHP
Raw Normal View History

2012-07-31 22:57:24 +02:00
<?php $TRANSLATIONS = array(
"Bookmarks" => "Segnalibri",
2012-10-11 02:10:53 +02:00
"Tags" => "Tag",
2012-10-12 02:08:54 +02:00
"Edit bookmark" => "Modifica segnalibro",
"Are you sure you want to remove this tag from every entry?" => "Sei sicuro di voler rimuovere questo tag da ogni voce?",
"Warning" => "Avviso",
2012-09-12 02:04:03 +02:00
"Bookm." => "Segnal.",
2012-10-12 02:08:54 +02:00
"Add a bookmark" => "Aggiungi un segnalibro",
"Close" => "Chiudi",
"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-07-31 22:57:24 +02: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:",
"Read later" => "Leggi dopo",
"Address" => "Indirizzo",
2012-10-12 02:08:54 +02:00
"Add bookmark" => "Aggiungi segnalibro",
"List" => "Elenco",
"Image" => "Immagine",
"Hide" => "Nascondi",
"Show" => "Mostra",
"Related Tags" => "Tag correlati",
2012-07-31 22:57:24 +02:00
"You have no bookmarks" => "Non hai segnalibri",
2012-10-12 02:08:54 +02:00
"Edit" => "Modifica",
"Delete" => "Elimina",
"Cancel" => "Annulla",
"Bookmarklet <br />" => "Bookmarklet <br />",
"Import bookmarks" => "Importa segnalibri",
"Bookmark html file" => "File html di segnalibri",
"Import" => "Importa",
"Export bookmarks" => "Esporta segnalibri",
"Export" => "Esporta"
2012-07-31 22:57:24 +02:00
);