mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
35 lines
1.5 KiB
JavaScript
35 lines
1.5 KiB
JavaScript
OC.L10N.register(
|
|
"bookmarks",
|
|
{
|
|
"Bookmarks" : "Segnalibri",
|
|
"Bookm." : "Segnal.",
|
|
"No file provided for import" : "Non è stato fornito alcun file da importare",
|
|
"Unsupported file type for import" : "Tipo di file non supportato per l'importazione",
|
|
"Error" : "Errore",
|
|
"Filter by tag" : "Filtro per etichetta",
|
|
"Warning" : "Avviso",
|
|
"Tags" : "Tag",
|
|
"Are you sure you want to remove this tag from every entry?" : "Sei sicuro di voler rimuovere questo tag da ogni voce?",
|
|
"Import error" : "Errore di importazione",
|
|
"Import completed successfully." : "Importazione completata correttamente.",
|
|
"Uploading..." : "Caricamento in corso...",
|
|
"Add a bookmark" : "Aggiungi un segnalibro",
|
|
"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",
|
|
"Delete" : "Elimina",
|
|
"Edit" : "Modifica",
|
|
"Cancel" : "Annulla",
|
|
"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:",
|
|
"Add to ownCloud" : "Aggiungi a ownCloud",
|
|
"Address" : "Indirizzo",
|
|
"Add" : "Aggiungi",
|
|
"You have no bookmarks" : "Non hai segnalibri",
|
|
"Bookmarklet" : "Bookmarklet",
|
|
"Export & Import" : "Esporta e importa",
|
|
"Export" : "Esporta",
|
|
"Import" : "Importa"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|