diff --git a/l10n/de.js b/l10n/de.js index e63260200..e7f20a313 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -11,6 +11,7 @@ OC.L10N.register( "Minutes" : "Minuten", "Link to a board" : "Mit einem Board verknüpfen", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", + "File already exists" : "Datei bereits vorhanden", "You have created a new board {board}" : "Du hast das neue Board {board} erstellt", "{user} has created a new board {board}" : "{user} hat das neue Board {board} erstellt", "You have deleted the board {board}" : "Du hast das Board {board} gelöscht", diff --git a/l10n/de.json b/l10n/de.json index 4ac249ba9..a98bd6bf5 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -9,6 +9,7 @@ "Minutes" : "Minuten", "Link to a board" : "Mit einem Board verknüpfen", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", + "File already exists" : "Datei bereits vorhanden", "You have created a new board {board}" : "Du hast das neue Board {board} erstellt", "{user} has created a new board {board}" : "{user} hat das neue Board {board} erstellt", "You have deleted the board {board}" : "Du hast das Board {board} gelöscht", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index f2f1e4f6f..95536c688 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -11,6 +11,7 @@ OC.L10N.register( "Minutes" : "Minuten", "Link to a board" : "Mit einem Board verknüpfen", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", + "File already exists" : "Datei bereits vorhanden", "You have created a new board {board}" : "Sie haben das neue Board {board} erstellt", "{user} has created a new board {board}" : "{user} hat das neue Board {board} erstellt", "You have deleted the board {board}" : "Sie haben das Board {board} gelöscht", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 837157395..9bbbda9d9 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -9,6 +9,7 @@ "Minutes" : "Minuten", "Link to a board" : "Mit einem Board verknüpfen", "Maximum file size of {size} exceeded" : "Maximale Dateigröße von {size} überschritten", + "File already exists" : "Datei bereits vorhanden", "You have created a new board {board}" : "Sie haben das neue Board {board} erstellt", "{user} has created a new board {board}" : "{user} hat das neue Board {board} erstellt", "You have deleted the board {board}" : "Sie haben das Board {board} gelöscht", diff --git a/l10n/fr.js b/l10n/fr.js index a46ff7b19..af93726c4 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -11,6 +11,7 @@ OC.L10N.register( "Minutes" : "Minutes", "Link to a board" : "Lien à un tableau", "Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée", + "File already exists" : "Le fichier existe déjà", "You have created a new board {board}" : "Vous avez créé un nouveau tableau {tableau}", "{user} has created a new board {board}" : "{user} a créé un nouveau tableau {board}", "You have deleted the board {board}" : "Vous avez supprimé le tableau {board}", diff --git a/l10n/fr.json b/l10n/fr.json index ecb547ee6..76c7dbff9 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -9,6 +9,7 @@ "Minutes" : "Minutes", "Link to a board" : "Lien à un tableau", "Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée", + "File already exists" : "Le fichier existe déjà", "You have created a new board {board}" : "Vous avez créé un nouveau tableau {tableau}", "{user} has created a new board {board}" : "{user} a créé un nouveau tableau {board}", "You have deleted the board {board}" : "Vous avez supprimé le tableau {board}", diff --git a/l10n/gl.js b/l10n/gl.js index 250bd1975..9db9bfae7 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -11,6 +11,7 @@ OC.L10N.register( "Minutes" : "Minutos", "Link to a board" : "Ligar a un taboleiro", "Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}", + "File already exists" : "O ficheiro xa existe", "You have created a new board {board}" : "Vostede creou o novo taboleiro {board}", "{user} has created a new board {board}" : "{user} creou o novo taboleiro {board}", "You have deleted the board {board}" : "Vostede eliminou o taboleiro {board}", diff --git a/l10n/gl.json b/l10n/gl.json index bf6b59a23..7ae2536f0 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -9,6 +9,7 @@ "Minutes" : "Minutos", "Link to a board" : "Ligar a un taboleiro", "Maximum file size of {size} exceeded" : "Excedeuse o tamaño máximo de ficheiro de {size}", + "File already exists" : "O ficheiro xa existe", "You have created a new board {board}" : "Vostede creou o novo taboleiro {board}", "{user} has created a new board {board}" : "{user} creou o novo taboleiro {board}", "You have deleted the board {board}" : "Vostede eliminou o taboleiro {board}", diff --git a/l10n/it.js b/l10n/it.js index 2d5151fe1..8031aa355 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -11,6 +11,7 @@ OC.L10N.register( "Minutes" : "Minuti", "Link to a board" : "Collega a una lavagna", "Maximum file size of {size} exceeded" : "Dimensione massima dei file di {size} superata", + "File already exists" : "Il file esiste già", "You have created a new board {board}" : "Hai creato una nuova lavagna {board}", "{user} has created a new board {board}" : "{user} ha creato una nuova lavagna {board}", "You have deleted the board {board}" : "Hai eliminato la lavagna {board}", diff --git a/l10n/it.json b/l10n/it.json index 73f64a44f..b833b93f1 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -9,6 +9,7 @@ "Minutes" : "Minuti", "Link to a board" : "Collega a una lavagna", "Maximum file size of {size} exceeded" : "Dimensione massima dei file di {size} superata", + "File already exists" : "Il file esiste già", "You have created a new board {board}" : "Hai creato una nuova lavagna {board}", "{user} has created a new board {board}" : "{user} ha creato una nuova lavagna {board}", "You have deleted the board {board}" : "Hai eliminato la lavagna {board}", diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index 30bdd2116..52c22a614 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -7,6 +7,7 @@ OC.L10N.register( "Remove user from card" : "Šalinti naudotoją iš kortelės", "Hours" : "Valandos", "Minutes" : "Minutės", + "File already exists" : "Failas jau yra", "{user} has shared the board {board} with {sharee}" : "{user} pasidalino {board} su {sharee}", "Deck" : "Užduočių saugykla", "No data was provided to create an attachment." : "Priedo sukūrimui nebuvo pateikta jokių duomenų.", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index 93ed60c3c..8819b0431 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -5,6 +5,7 @@ "Remove user from card" : "Šalinti naudotoją iš kortelės", "Hours" : "Valandos", "Minutes" : "Minutės", + "File already exists" : "Failas jau yra", "{user} has shared the board {board} with {sharee}" : "{user} pasidalino {board} su {sharee}", "Deck" : "Užduočių saugykla", "No data was provided to create an attachment." : "Priedo sukūrimui nebuvo pateikta jokių duomenų.", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index bfc601b50..5c2586851 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -11,6 +11,7 @@ OC.L10N.register( "Minutes" : "Minutos", "Link to a board" : "Linkar a um painel", "Maximum file size of {size} exceeded" : "Excedeu o tamanho máximo de arquivo de {size}", + "File already exists" : "Arquivo já existe", "You have created a new board {board}" : "Você criou um novo painel {board}", "{user} has created a new board {board}" : "{user} criou um novo painel {board}", "You have deleted the board {board}" : "Você excluiu o painel {board}", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index bcafb4923..86d91fb7f 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -9,6 +9,7 @@ "Minutes" : "Minutos", "Link to a board" : "Linkar a um painel", "Maximum file size of {size} exceeded" : "Excedeu o tamanho máximo de arquivo de {size}", + "File already exists" : "Arquivo já existe", "You have created a new board {board}" : "Você criou um novo painel {board}", "{user} has created a new board {board}" : "{user} criou um novo painel {board}", "You have deleted the board {board}" : "Você excluiu o painel {board}", diff --git a/l10n/sv.js b/l10n/sv.js index bb5889e9c..573912907 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -11,6 +11,7 @@ OC.L10N.register( "Minutes" : "Minuter", "Link to a board" : "Länka till en tavla", "Maximum file size of {size} exceeded" : "Maximal filstorlek på {size} överskriden", + "File already exists" : "Filen finns redan", "You have created a new board {board}" : "Du har skapat en ny tavla {board}", "{user} has created a new board {board}" : "{user} har skapat en ny tavla {board}", "You have deleted the board {board}" : "Du har raderat tavlan {board}", diff --git a/l10n/sv.json b/l10n/sv.json index 1ca4a4ee8..db1842e18 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -9,6 +9,7 @@ "Minutes" : "Minuter", "Link to a board" : "Länka till en tavla", "Maximum file size of {size} exceeded" : "Maximal filstorlek på {size} överskriden", + "File already exists" : "Filen finns redan", "You have created a new board {board}" : "Du har skapat en ny tavla {board}", "{user} has created a new board {board}" : "{user} har skapat en ny tavla {board}", "You have deleted the board {board}" : "Du har raderat tavlan {board}", diff --git a/l10n/tr.js b/l10n/tr.js index 1a0c4d246..a13f925ca 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -11,6 +11,7 @@ OC.L10N.register( "Minutes" : "Dakika", "Link to a board" : "Bir panoya bağla", "Maximum file size of {size} exceeded" : "{size} olan en büyük dosya boyutu sınırı aşıldı", + "File already exists" : "Dosya zaten var", "You have created a new board {board}" : "{board} panosunu eklediniz", "{user} has created a new board {board}" : "{user}, {board} panosunu ekledi", "You have deleted the board {board}" : "{board} panosunu sildiniz", diff --git a/l10n/tr.json b/l10n/tr.json index 6f0488479..b272bc950 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -9,6 +9,7 @@ "Minutes" : "Dakika", "Link to a board" : "Bir panoya bağla", "Maximum file size of {size} exceeded" : "{size} olan en büyük dosya boyutu sınırı aşıldı", + "File already exists" : "Dosya zaten var", "You have created a new board {board}" : "{board} panosunu eklediniz", "{user} has created a new board {board}" : "{user}, {board} panosunu ekledi", "You have deleted the board {board}" : "{board} panosunu sildiniz",