diff --git a/l10n/fr.js b/l10n/fr.js index 53d3000e..a317a757 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -10,6 +10,7 @@ OC.L10N.register( "You created %1$s" : "Vous avez créé %1$s", "%1$s has been updated by %2$s" : "%1$s a été mis à jour par %2$s", "You updated %1$s" : "Vous avez mis à jour %1$s", + "%2$s has revised %1$s to the revision of %3$s" : "%2$s a mis à jour %1$s vers la version %3$s", "You reverted %1$s back to the revision of %3$s" : "Vous avez rétabli %1$s à la version %3$s", "%3$s has renamed %1$s to %2$s" : "%3$s a renommé %1$s en %2$s", "You renamed %1$s to %2$s" : "Vous avez renommé %1$s en %2$s", diff --git a/l10n/fr.json b/l10n/fr.json index 28c1fd64..972e1aaa 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -8,6 +8,7 @@ "You created %1$s" : "Vous avez créé %1$s", "%1$s has been updated by %2$s" : "%1$s a été mis à jour par %2$s", "You updated %1$s" : "Vous avez mis à jour %1$s", + "%2$s has revised %1$s to the revision of %3$s" : "%2$s a mis à jour %1$s vers la version %3$s", "You reverted %1$s back to the revision of %3$s" : "Vous avez rétabli %1$s à la version %3$s", "%3$s has renamed %1$s to %2$s" : "%3$s a renommé %1$s en %2$s", "You renamed %1$s to %2$s" : "Vous avez renommé %1$s en %2$s", diff --git a/l10n/it.js b/l10n/it.js index 96269cc2..acacdb24 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -13,7 +13,7 @@ OC.L10N.register( "%2$s has revised %1$s to the revision of %3$s" : "%2$s ha ripristinato %1$s alla versione %3$s", "You reverted %1$s back to the revision of %3$s" : "Hai ripristinato %1$s alla versione %3$s", "%3$s has renamed %1$s to %2$s" : "%3$s ha rinominato %1$s in %2$s", - "You renamed %1$s to %2$s" : "Hai rinominanto %1$s in %2$s", + "You renamed %1$s to %2$s" : "Hai rinominato %1$s in %2$s", "%1$s has been deleted by %2$s" : "%1$s è stato eliminato da %2$s", "You deleted %1$s" : "Hai eliminato %1$s", "%1$s has been recovered by %2$s" : "%1$s è stato ripristinato da %2$s", diff --git a/l10n/it.json b/l10n/it.json index 7aeb0803..5566457d 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -11,7 +11,7 @@ "%2$s has revised %1$s to the revision of %3$s" : "%2$s ha ripristinato %1$s alla versione %3$s", "You reverted %1$s back to the revision of %3$s" : "Hai ripristinato %1$s alla versione %3$s", "%3$s has renamed %1$s to %2$s" : "%3$s ha rinominato %1$s in %2$s", - "You renamed %1$s to %2$s" : "Hai rinominanto %1$s in %2$s", + "You renamed %1$s to %2$s" : "Hai rinominato %1$s in %2$s", "%1$s has been deleted by %2$s" : "%1$s è stato eliminato da %2$s", "You deleted %1$s" : "Hai eliminato %1$s", "%1$s has been recovered by %2$s" : "%1$s è stato ripristinato da %2$s",