diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 001dc1eb19..9ba77a0c32 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -181,6 +181,7 @@ OC.L10N.register( "Enter a note for the share recipient" : "Digite uma observação ao destinatário", "Add another link" : "Adicionar um novo link", "Create a new share link" : "Criar um novo link de compartilhamento", + "{shareWith} by {initiator}" : "{shareWith} por {initiator}", "Shared via link by {initiator}" : "Compartilhado via link por {initiator}", "Share link ({label})" : "Compartilhar link ({label})", "Share link" : "Link de compartilhamento", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 8e4c78f1f3..66f275cfc3 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -179,6 +179,7 @@ "Enter a note for the share recipient" : "Digite uma observação ao destinatário", "Add another link" : "Adicionar um novo link", "Create a new share link" : "Criar um novo link de compartilhamento", + "{shareWith} by {initiator}" : "{shareWith} por {initiator}", "Shared via link by {initiator}" : "Compartilhado via link por {initiator}", "Share link ({label})" : "Compartilhar link ({label})", "Share link" : "Link de compartilhamento", diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 8938380b4f..6e88c1b5f7 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -24,7 +24,7 @@ OC.L10N.register( "PHP with a version lower than %s is required." : "PHP avec une version antérieure à %s est requis.", "%sbit or higher PHP required." : "PHP %sbits ou supérieur est requis.", "The following architectures are supported: %s" : "Les architectures suivantes sont prises en charge : %s", - "The following databases are supported: %s" : "Les bases de données suivantes sont prises en charge : %s", + "The following databases are supported: %s" : "Les bases de données suivantes sont prises en charge : %s", "The command line tool %s could not be found" : "La commande %s est introuvable", "The library %s is not available." : "La librairie %s n'est pas disponible.", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "La librairie %1$s doit être au moins à la version %2$s. Version disponible : %3$s.", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 065d6b46ad..ad1b0876f0 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -22,7 +22,7 @@ "PHP with a version lower than %s is required." : "PHP avec une version antérieure à %s est requis.", "%sbit or higher PHP required." : "PHP %sbits ou supérieur est requis.", "The following architectures are supported: %s" : "Les architectures suivantes sont prises en charge : %s", - "The following databases are supported: %s" : "Les bases de données suivantes sont prises en charge : %s", + "The following databases are supported: %s" : "Les bases de données suivantes sont prises en charge : %s", "The command line tool %s could not be found" : "La commande %s est introuvable", "The library %s is not available." : "La librairie %s n'est pas disponible.", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "La librairie %1$s doit être au moins à la version %2$s. Version disponible : %3$s.",