diff --git a/l10n/fr.js b/l10n/fr.js index 229b97925..828421a40 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -15,8 +15,20 @@ OC.L10N.register( "{user} has restored the board {board}" : "{user} a restauré le tableau {board}", "You have shared the board {board} with {acl}" : "Vous avez partagé le tableau {board} avec {acl}", "{user} has shared the board {board} with {sharee}" : "{user} a partagé le tableau {board} avec {sharee}", + "You have removed {acl} from the board {board}" : "Vous avez supprimé {acl} du tableau {board}", + "{user} has removed {acl} from the board {board}" : "{user} a supprimé {acl} du tableau {board}", + "You have renamed the board {before} to {board}" : "Vous avez renommé le tableau {before} en {board}", + "{user} has has renamed the board {before} to {board}" : "{user} a renommé le tableau {before} en {board}", "You have archived the board {board}" : "Vous avez archivé le tableau {board}", "{user} has archived the board {before}" : "{user} a archivé le tableau {before}", + "You have unarchived the board {board}" : "Vous avez archivé le tableau {board}", + "{user} has unarchived the board {before}" : "{user} a archivé le tableau {board}", + "You have created a new stack {stack} on {board}" : "Vous avez créé une nouvelle pile {stack} sur {board}", + "{user} has created a new stack {stack} on {board}" : "{user} a créé une nouvelle pile {stack} sur {board}", + "You have renamed a new stack {before} to {stack} on {board}" : "Vous avez renommé la pile {before} en {stack} sur {board}", + "{user} has renamed a new stack {before} to {stack} on {board}" : "{user} a renommé la pile {before} en {stack} sur {board}", + "You have deleted {stack} on {board}" : "Vous avez supprimé {stack} de {board}", + "{user} has deleted {stack} on {board}" : "{user} a supprimé {stack} de {board}", "Deck" : "Deck", "Personal" : "Personnel", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.", diff --git a/l10n/fr.json b/l10n/fr.json index 50791c151..8bdc88d1e 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -13,8 +13,20 @@ "{user} has restored the board {board}" : "{user} a restauré le tableau {board}", "You have shared the board {board} with {acl}" : "Vous avez partagé le tableau {board} avec {acl}", "{user} has shared the board {board} with {sharee}" : "{user} a partagé le tableau {board} avec {sharee}", + "You have removed {acl} from the board {board}" : "Vous avez supprimé {acl} du tableau {board}", + "{user} has removed {acl} from the board {board}" : "{user} a supprimé {acl} du tableau {board}", + "You have renamed the board {before} to {board}" : "Vous avez renommé le tableau {before} en {board}", + "{user} has has renamed the board {before} to {board}" : "{user} a renommé le tableau {before} en {board}", "You have archived the board {board}" : "Vous avez archivé le tableau {board}", "{user} has archived the board {before}" : "{user} a archivé le tableau {before}", + "You have unarchived the board {board}" : "Vous avez archivé le tableau {board}", + "{user} has unarchived the board {before}" : "{user} a archivé le tableau {board}", + "You have created a new stack {stack} on {board}" : "Vous avez créé une nouvelle pile {stack} sur {board}", + "{user} has created a new stack {stack} on {board}" : "{user} a créé une nouvelle pile {stack} sur {board}", + "You have renamed a new stack {before} to {stack} on {board}" : "Vous avez renommé la pile {before} en {stack} sur {board}", + "{user} has renamed a new stack {before} to {stack} on {board}" : "{user} a renommé la pile {before} en {stack} sur {board}", + "You have deleted {stack} on {board}" : "Vous avez supprimé {stack} de {board}", + "{user} has deleted {stack} on {board}" : "{user} a supprimé {stack} de {board}", "Deck" : "Deck", "Personal" : "Personnel", "The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",