diff --git a/l10n/ca.js b/l10n/ca.js index d40e59cb0..1f221830c 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -11,6 +11,7 @@ OC.L10N.register( "Minutes" : "Minuts", "Link to a board" : "Enllaça a un tauler", "Maximum file size of {size} exceeded" : "S'ha superat la mida màxima per fitxer de {size}", + "File already exists" : "El fitxer ja existeix", "You have created a new board {board}" : "Heu creat el nou tauler {board}", "{user} has created a new board {board}" : "{user} ha creat el nou tauler {board}", "You have deleted the board {board}" : "Heu suprimit el tauler {board}", diff --git a/l10n/ca.json b/l10n/ca.json index 47c908040..09859d7df 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -9,6 +9,7 @@ "Minutes" : "Minuts", "Link to a board" : "Enllaça a un tauler", "Maximum file size of {size} exceeded" : "S'ha superat la mida màxima per fitxer de {size}", + "File already exists" : "El fitxer ja existeix", "You have created a new board {board}" : "Heu creat el nou tauler {board}", "{user} has created a new board {board}" : "{user} ha creat el nou tauler {board}", "You have deleted the board {board}" : "Heu suprimit el tauler {board}",