it.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?php
  2. $TRANSLATIONS = array(
  3. "App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => "L'applicazione \"%s\" non può essere installata poiché non è compatibile con questa versione di ownCloud.",
  4. "No app name specified" => "Il nome dell'applicazione non è specificato",
  5. "Help" => "Aiuto",
  6. "Personal" => "Personale",
  7. "Settings" => "Impostazioni",
  8. "Users" => "Utenti",
  9. "Admin" => "Admin",
  10. "Failed to upgrade \"%s\"." => "Aggiornamento non riuscito \"%s\".",
  11. "Unknown filetype" => "Tipo di file sconosciuto",
  12. "Invalid image" => "Immagine non valida",
  13. "web services under your control" => "servizi web nelle tue mani",
  14. "cannot open \"%s\"" => "impossibile aprire \"%s\"",
  15. "ZIP download is turned off." => "Lo scaricamento in formato ZIP è stato disabilitato.",
  16. "Files need to be downloaded one by one." => "I file devono essere scaricati uno alla volta.",
  17. "Back to Files" => "Torna ai file",
  18. "Selected files too large to generate zip file." => "I file selezionati sono troppo grandi per generare un file zip.",
  19. "Download the files in smaller chunks, seperately or kindly ask your administrator." => "Scarica i file in blocchi più piccoli, separatamente o chiedi al tuo amministratore.",
  20. "No source specified when installing app" => "Nessuna fonte specificata durante l'installazione dell'applicazione",
  21. "No href specified when installing app from http" => "Nessun href specificato durante l'installazione dell'applicazione da http",
  22. "No path specified when installing app from local file" => "Nessun percorso specificato durante l'installazione dell'applicazione da file locale",
  23. "Archives of type %s are not supported" => "Gli archivi di tipo %s non sono supportati",
  24. "Failed to open archive when installing app" => "Apertura archivio non riuscita durante l'installazione dell'applicazione",
  25. "App does not provide an info.xml file" => "L'applicazione non fornisce un file info.xml",
  26. "App can't be installed because of not allowed code in the App" => "L'applicazione non può essere installata a causa di codice non consentito al suo interno",
  27. "App can't be installed because it is not compatible with this version of ownCloud" => "L'applicazione non può essere installata poiché non è compatibile con questa versione di ownCloud",
  28. "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" => "L'applicazione non può essere installata poiché contiene il tag <shipped>true<shipped> che non è permesso alle applicazioni non shipped",
  29. "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "L'applicazione non può essere installata poiché la versione in info.xml/version non è la stessa riportata dall'app store",
  30. "App directory already exists" => "La cartella dell'applicazione esiste già",
  31. "Can't create app folder. Please fix permissions. %s" => "Impossibile creare la cartella dell'applicazione. Correggi i permessi. %s",
  32. "Application is not enabled" => "L'applicazione non è abilitata",
  33. "Authentication error" => "Errore di autenticazione",
  34. "Token expired. Please reload page." => "Token scaduto. Ricarica la pagina.",
  35. "Files" => "File",
  36. "Text" => "Testo",
  37. "Images" => "Immagini",
  38. "%s enter the database username." => "%s digita il nome utente del database.",
  39. "%s enter the database name." => "%s digita il nome del database.",
  40. "%s you may not use dots in the database name" => "%s non dovresti utilizzare punti nel nome del database",
  41. "MS SQL username and/or password not valid: %s" => "Nome utente e/o password MS SQL non validi: %s",
  42. "You need to enter either an existing account or the administrator." => "È necessario inserire un account esistente o l'amministratore.",
  43. "MySQL username and/or password not valid" => "Nome utente e/o password di MySQL non validi",
  44. "DB Error: \"%s\"" => "Errore DB: \"%s\"",
  45. "Offending command was: \"%s\"" => "Il comando non consentito era: \"%s\"",
  46. "MySQL user '%s'@'localhost' exists already." => "L'utente MySQL '%s'@'localhost' esiste già.",
  47. "Drop this user from MySQL" => "Elimina questo utente da MySQL",
  48. "MySQL user '%s'@'%%' already exists" => "L'utente MySQL '%s'@'%%' esiste già",
  49. "Drop this user from MySQL." => "Elimina questo utente da MySQL.",
  50. "Oracle connection could not be established" => "La connessione a Oracle non può essere stabilita",
  51. "Oracle username and/or password not valid" => "Nome utente e/o password di Oracle non validi",
  52. "Offending command was: \"%s\", name: %s, password: %s" => "Il comando non consentito era: \"%s\", nome: %s, password: %s",
  53. "PostgreSQL username and/or password not valid" => "Nome utente e/o password di PostgreSQL non validi",
  54. "Set an admin username." => "Imposta un nome utente di amministrazione.",
  55. "Set an admin password." => "Imposta una password di amministrazione.",
  56. "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata.",
  57. "Please double check the <a href='%s'>installation guides</a>." => "Leggi attentamente le <a href='%s'>guide d'installazione</a>.",
  58. "Could not find category \"%s\"" => "Impossibile trovare la categoria \"%s\"",
  59. "seconds ago" => "secondi fa",
  60. "_%n minute ago_::_%n minutes ago_" => array("%n minuto fa","%n minuti fa"),
  61. "_%n hour ago_::_%n hours ago_" => array("%n ora fa","%n ore fa"),
  62. "today" => "oggi",
  63. "yesterday" => "ieri",
  64. "_%n day go_::_%n days ago_" => array("%n giorno fa","%n giorni fa"),
  65. "last month" => "mese scorso",
  66. "_%n month ago_::_%n months ago_" => array("%n mese fa","%n mesi fa"),
  67. "last year" => "anno scorso",
  68. "years ago" => "anni fa",
  69. "Caused by:" => "Causato da:"
  70. );
  71. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";