Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-03-09 04:13:00 +0300
committerNextcloud bot <bot@nextcloud.com>2018-03-09 04:13:00 +0300
commitc4a97a2144d27715d07d139a149fb502b2cadf49 (patch)
tree40911f3adf4701f5d6081b95fde63000c5435ce1 /apps/updatenotification/l10n/it.js
parentd0500f0b5baef9ffe0b477a97007e3ea48ebd444 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n/it.js')
-rw-r--r--apps/updatenotification/l10n/it.js11
1 files changed, 9 insertions, 2 deletions
diff --git a/apps/updatenotification/l10n/it.js b/apps/updatenotification/l10n/it.js
index 9fa8802c8b7..a7122c62fac 100644
--- a/apps/updatenotification/l10n/it.js
+++ b/apps/updatenotification/l10n/it.js
@@ -2,6 +2,9 @@ OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.",
+ "Apps missing updates" : "Applicazioni senza aggiornamenti",
+ "Apps with available updates" : "Applicazioni con aggiornamenti disponibili",
+ "Open updater" : "Apri strumento di aggiornamento",
"Your version is up to date." : "La tua versione è aggiornata.",
"A non-default update server is in use to be checked for updates:" : "Stai utilizzando un server non predefinito per controllare gli aggiornamenti:",
"Update channel:" : "Canale di aggiornamento:",
@@ -10,8 +13,13 @@ OC.L10N.register(
"Notify members of the following groups about available updates:" : "Notifica i membri dei seguenti gruppi sugli aggiornamenti disponibili:",
"Only notification for app updates are available." : "Sono disponibili solo le notifiche per gli aggiornamenti delle applicazioni.",
"The selected update channel does not support updates of the server." : "Il canale di aggiornamento selezionato non supporta gli aggiornamenti del server.",
- "A new version is available: {newVersionString}" : "Una nuova versione è disponibile: {newVersionString}",
+ "A new version is available: <strong>{newVersionString}</strong>" : "Una nuova versione è disponibile: <strong>{newVersionString}</strong>",
"Checked on {lastCheckedDate}" : "Controllato il {lastCheckedDate}",
+ "Checking apps for compatible updates" : "Controlla le applicazioni per aggiornamenti compatibili",
+ "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Assicurati che il tuo config.php non abbia <samp>appstoreenabled</samp> impostata a false.",
+ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Impossibile connettersi al negozio delle applicazioni o il negozio delle applicazioni non ha restituito alcun aggiornamento. Cerca manualmente gli aggiornamenti o assicurati che il server abbia accesso a Internet e possa collegarsi al negozio delle applicazioni.",
+ "<strong>All</strong> apps have an update for this version available" : "<strong>Tutte</strong> le applicazioni hanno un aggiornamento disponibile per questa versione",
+ "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> applicazione non ha un aggiornamento disponibile per questa versione","<strong>%n</strong> applicazioni non hanno un aggiornamento disponibile per questa versione"],
"Could not start updater, please try the manual update" : "Impossibile avviare lo strumento di aggiornamento, prova l'aggiornamento manuale",
"Update notifications" : "Notifiche di aggiornamento",
"Channel updated" : "Canale aggiornato",
@@ -22,7 +30,6 @@ OC.L10N.register(
"Update for {app} to version %s is available." : "È disponibile l'aggiornamento di {app} alla versione %s.",
"Update notification" : "Notifica di aggiornamento",
"A new version is available: %s" : "Una nuova versione è disponibile: %s",
- "Open updater" : "Apri strumento di aggiornamento",
"Download now" : "Scarica ora",
"Checked on %s" : "Controllato il %s",
"The selected update channel makes dedicated notifications for the server obsolete." : "Il canale di aggiornamento selezionato rende obsolete le notifiche dedicate al server.",