diff --git a/l10n/pl.js b/l10n/pl.js index d41dba532..fb6602dc3 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -13,6 +13,7 @@ OC.L10N.register( "New Document.docx" : "Nowy Dokument.docx", "New Spreadsheet.xlsx" : "Nowy arkusz kalkulacyjny.xlsx", "New Presentation.pptx" : "Nowa prezentacja.pptx", + "File already exists" : "Plik już istnieje", "Not allowed to create document" : "Nie masz uprawnień do tworzenia dokumentu", "Saved" : "Zapisano", "Saved with error: Collabora Online should use the same protocol as the server installation." : "Zapisano z błędem: Collabora Online powinna używać tego samego protokołu co instalacja serwera", diff --git a/l10n/pl.json b/l10n/pl.json index e4f9deffe..0454844c6 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -11,6 +11,7 @@ "New Document.docx" : "Nowy Dokument.docx", "New Spreadsheet.xlsx" : "Nowy arkusz kalkulacyjny.xlsx", "New Presentation.pptx" : "Nowa prezentacja.pptx", + "File already exists" : "Plik już istnieje", "Not allowed to create document" : "Nie masz uprawnień do tworzenia dokumentu", "Saved" : "Zapisano", "Saved with error: Collabora Online should use the same protocol as the server installation." : "Zapisano z błędem: Collabora Online powinna używać tego samego protokołu co instalacja serwera", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 5a34af9f8..ab1bf6a5e 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -13,6 +13,7 @@ OC.L10N.register( "New Document.docx" : "新文字文件.docx", "New Spreadsheet.xlsx" : "新試算表.xlsx", "New Presentation.pptx" : "新簡報.pptx", + "File already exists" : "檔案已存在", "Not allowed to create document" : "不允許建立文件", "Saved" : "已儲存", "Saved with error: Collabora Online should use the same protocol as the server installation." : "儲存時發生錯誤:Collabora Online 應該使用與伺服器安裝相同的協定。", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 916fefa98..b13287457 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -11,6 +11,7 @@ "New Document.docx" : "新文字文件.docx", "New Spreadsheet.xlsx" : "新試算表.xlsx", "New Presentation.pptx" : "新簡報.pptx", + "File already exists" : "檔案已存在", "Not allowed to create document" : "不允許建立文件", "Saved" : "已儲存", "Saved with error: Collabora Online should use the same protocol as the server installation." : "儲存時發生錯誤:Collabora Online 應該使用與伺服器安裝相同的協定。",