diff --git a/l10n/fr.js b/l10n/fr.js index bdd606a01..1ad8fa91b 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -188,6 +188,7 @@ OC.L10N.register( "Pending share" : "Partage en attente", "Add this attachment" : "Ajouter cette pièce jointe", "Show in Files" : "Afficher dans Fichiers", + "Download" : "Télécharger", "Remove attachment" : "Supprimer la pièce jointe", "Delete Attachment" : "Supprimer la pièce jointe", "Restore Attachment" : "Restaurer la pièce jointe", diff --git a/l10n/fr.json b/l10n/fr.json index cef2630ee..076fe1234 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -186,6 +186,7 @@ "Pending share" : "Partage en attente", "Add this attachment" : "Ajouter cette pièce jointe", "Show in Files" : "Afficher dans Fichiers", + "Download" : "Télécharger", "Remove attachment" : "Supprimer la pièce jointe", "Delete Attachment" : "Supprimer la pièce jointe", "Restore Attachment" : "Restaurer la pièce jointe", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 12ea15af6..4760b0553 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -212,6 +212,8 @@ OC.L10N.register( "Select Date" : "Selecionar Data", "Today" : "Hoje", "Tomorrow" : "Amanhã", + "Next week" : "Próxima semana", + "Next month" : "Próximo mês", "Save" : "Salvar", "The comment cannot be empty." : "O comentário não pode zer vazio.", "The comment cannot be longer than 1000 characters." : "O comentário não pode ter mais que 1000 caracteres.", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 5fd7aa965..684d7aff0 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -210,6 +210,8 @@ "Select Date" : "Selecionar Data", "Today" : "Hoje", "Tomorrow" : "Amanhã", + "Next week" : "Próxima semana", + "Next month" : "Próximo mês", "Save" : "Salvar", "The comment cannot be empty." : "O comentário não pode zer vazio.", "The comment cannot be longer than 1000 characters." : "O comentário não pode ter mais que 1000 caracteres.",