diff options
Diffstat (limited to 'apps/dashboard/l10n/it.js')
-rw-r--r-- | apps/dashboard/l10n/it.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/dashboard/l10n/it.js b/apps/dashboard/l10n/it.js index b8f7793a79a..92c4fca84e7 100644 --- a/apps/dashboard/l10n/it.js +++ b/apps/dashboard/l10n/it.js @@ -6,7 +6,6 @@ OC.L10N.register( "Customize" : "Personalizza", "Edit widgets" : "Modifica widget", "Get more widgets from the App Store" : "Ottieni altri widget dal negozio delle applicazioni", - "Change background image" : "Cambia l'immagine di sfondo", "Weather service" : "Servizio meteo", "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Per la tua riservatezza, i dati meteorologici sono richiesti dal tuo server Nextcloud per tuo conto, per cui il servizio meteo non riceve informazioni personali.", "Weather data from Met.no" : "Dati meteo da Met.no", @@ -22,10 +21,11 @@ OC.L10N.register( "Good evening, {name}" : "Buona sera, {name}", "Hello" : "Ciao", "Hello, {name}" : "Ciao {name}", + "Show something" : "Mostra qualcosa", + "Change background image" : "Cambia l'immagine di sfondo", "Pick from Files" : "Scegli da File", + "Default images" : "Immagini predefinite", "Plain background" : "Sfondo semplice", - "Insert from {productName}" : "Inserisci da {productName}", - "Show something" : "Mostra qualcosa", - "Default images" : "Immagini predefinite" + "Insert from {productName}" : "Inserisci da {productName}" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |