diff options
Diffstat (limited to 'core/l10n/it.js')
-rw-r--r-- | core/l10n/it.js | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index b64e69d27ce..9654fcf182d 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -106,6 +106,25 @@ OC.L10N.register( "Pick start date" : "Scegli la data di inizio", "Pick end date" : "Scegli la data di fine", "Search in date range" : "Cerca nell'intervallo di date", + "Unified search" : "Ricerca unificata", + "Search apps, files, tags, messages" : "Cerca applicazioni. file, etichette, messaggi", + "Places" : "Luoghi", + "Date" : "Data", + "Today" : "Ogg", + "Last 7 days" : "Ultimi 7 giorni", + "Last 30 days" : "Ultimi 30 giorni", + "This year" : "Quest'anno", + "Last year" : "Ultimo anno", + "Search people" : "Cerca le persone", + "People" : "Persone", + "Filter in current view" : "Filtro nella vista corrente", + "Results" : "Risultati", + "Load more results" : "Carica più risultati", + "Search in" : "Cerca all'interno", + "Searching …" : "Ricerca in corso…", + "Start typing to search" : "Inizia a digitare per cercare", + "No matching results" : "Nessun risultato corrispondente", + "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Tra ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "Log in" : "Accedi", "Logging in …" : "Accesso in corso...", "Server side authentication failed!" : "Autenticazione lato server non riuscita!", @@ -163,9 +182,7 @@ OC.L10N.register( "Looking for {term} …" : "Ricerca di {term} in corso...", "Search starts once you start typing and results may be reached with the arrow keys" : "La ricerca inizia nel momento in cui digiti e puoi vedere i risultati con i tasti freccia", "Search for {name} only" : "Cerca solo {name}", - "Start typing to search" : "Inizia a digitare per cercare", "Loading more results …" : "Caricamento di più risultati...", - "Load more results" : "Carica più risultati", "Search" : "Cerca", "No results for {query}" : "Nessun risultato per {query}", "Press Enter to start searching" : "Premi invio per iniziare la ricerca", @@ -181,23 +198,6 @@ OC.L10N.register( "You have not added any info yet" : "Non hai ancora aggiunto alcuna informazione", "{user} has not added any info yet" : "{user} non ha ancora aggiunto alcuna informazione", "Error opening the user status modal, try hard refreshing the page" : "Errore nell'apertura dello stato utente, prova a ricaricare la pagina", - "Unified search" : "Ricerca unificata", - "Search apps, files, tags, messages" : "Cerca applicazioni. file, etichette, messaggi", - "Search {types} …" : "Cerca {types}...", - "Places" : "Luoghi", - "Date" : "Data", - "Today" : "Ogg", - "Last 7 days" : "Ultimi 7 giorni", - "Last 30 days" : "Ultimi 30 giorni", - "This year" : "Quest'anno", - "Last year" : "Ultimo anno", - "Search people" : "Cerca le persone", - "People" : "Persone", - "Filter in current view" : "Filtro nella vista corrente", - "Search in" : "Cerca all'interno", - "Searching …" : "Ricerca in corso…", - "No matching results" : "Nessun risultato corrispondente", - "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Tra ${this.dateFilter.startFrom.toLocaleDateString()} e ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Questo browser non è supportato", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Il tuo browser non è supportato. Effettua l'aggiornamento a una versione più recente o supportata.", "Continue with this unsupported browser" : "Prosegui con questo browser non supportato", @@ -205,6 +205,7 @@ OC.L10N.register( "{name} version {version} and above" : "{name} versione {version} e successive", "Settings menu" : "Menu delle impostazioni", "Avatar of {displayName}" : "Avatar di {displayName}", + "Search {types} …" : "Cerca {types}...", "Choose {file}" : "Scegli {file}", "Choose" : "Scegli", "Copy to {target}" : "Copia in {target}", |