Blame view

sources/apps/bookmarks/l10n/it.php 1.59 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  <?php $TRANSLATIONS = array(
  "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",
  "Bookmarks" => "Segnalibri",
  "Tags" => "Tag",
  "Filter by tag" => "Filtro per etichetta",
  "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",
  "Import error" => "Errore di importazione",
  "Import completed successfully." => "Importazione completata correttamente.",
  "Uploading..." => "Caricamento in corso...",
  "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",
  "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",
  "Related Tags" => "Tag correlati",
  "Settings" => "Impostazioni",
  "You have no bookmarks" => "Non hai segnalibri",
  "You can also try to import a bookmark file" => "Puoi anche provare a importare un file di segnalibri",
  "Bookmarklet" => "Bookmarklet",
  "Export & Import" => "Esporta e importa",
  "Export" => "Esporta",
  "Import" => "Importa"
  );