mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-01 05:24:11 +01:00
33 lines
1.2 KiB
PHP
33 lines
1.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Bookmarks" => "Segnalibri",
|
|
"Tags" => "Tag",
|
|
"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",
|
|
"Bookm." => "Segnal.",
|
|
"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",
|
|
"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",
|
|
"Edit" => "Modifica",
|
|
"Delete" => "Elimina",
|
|
"Cancel" => "Annulla",
|
|
"Address" => "Indirizzo",
|
|
"Add bookmark" => "Aggiungi segnalibro",
|
|
"List" => "Elenco",
|
|
"Image" => "Immagine",
|
|
"Hide" => "Nascondi",
|
|
"Show" => "Mostra",
|
|
"Related Tags" => "Tag correlati",
|
|
"You have no bookmarks" => "Non hai segnalibri",
|
|
"Bookmarklet <br />" => "Bookmarklet <br />",
|
|
"Import bookmarks" => "Importa segnalibri",
|
|
"Import" => "Importa",
|
|
"Export bookmarks" => "Esporta segnalibri",
|
|
"Export" => "Esporta"
|
|
);
|