diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 0b913ef5..35e59051 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -2,6 +2,8 @@ OC.L10N.register( "richdocuments", { "Saving..." : "Saving...", + "Download this revision" : "Download this revision", + "Restore this revision" : "Restore this revision", "Latest revision" : "Latest revision", "More versions..." : "More versions...", "Just now" : "Just now", @@ -9,16 +11,24 @@ OC.L10N.register( "Save" : "Save", "Loading documents..." : "Loading documents...", "Edit" : "Edit", + "New Document" : "New Document", + "New Spreadsheet" : "New Spreadsheet", + "New Presentation" : "New Presentation", "Could not create file" : "Could not create file", "New Document.odt" : "New Document.odt", "New Spreadsheet.ods" : "New Spreadsheet.ods", "New Presentation.odp" : "New Presentation.odp", + "New Document.docx" : "New Document.docx", + "New Spreadsheet.xlsx" : "New Spreadsheet.xlsx", + "New Presentation.pptx" : "New Presentation.pptx", "Can't create document" : "Can't create document", "Saved" : "Saved", + "Saved with error: Collabora Online should use the same protocol as the server installation." : "Saved with error: Collabora Online should use the same protocol as the server installation.", "Collabora Online" : "Collabora Online", "Collabora Online server" : "Collabora Online server", "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client.", "Apply" : "Apply", + "Use OOXML by default for new files" : "Use OOXML by default for new files", "Wrong password. Please retry." : "Incorrect password. Please try again.", "Password" : "Password", "OK" : "OK", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index aca32ff5..9d6d433f 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -1,5 +1,7 @@ { "translations": { "Saving..." : "Saving...", + "Download this revision" : "Download this revision", + "Restore this revision" : "Restore this revision", "Latest revision" : "Latest revision", "More versions..." : "More versions...", "Just now" : "Just now", @@ -7,16 +9,24 @@ "Save" : "Save", "Loading documents..." : "Loading documents...", "Edit" : "Edit", + "New Document" : "New Document", + "New Spreadsheet" : "New Spreadsheet", + "New Presentation" : "New Presentation", "Could not create file" : "Could not create file", "New Document.odt" : "New Document.odt", "New Spreadsheet.ods" : "New Spreadsheet.ods", "New Presentation.odp" : "New Presentation.odp", + "New Document.docx" : "New Document.docx", + "New Spreadsheet.xlsx" : "New Spreadsheet.xlsx", + "New Presentation.pptx" : "New Presentation.pptx", "Can't create document" : "Can't create document", "Saved" : "Saved", + "Saved with error: Collabora Online should use the same protocol as the server installation." : "Saved with error: Collabora Online should use the same protocol as the server installation.", "Collabora Online" : "Collabora Online", "Collabora Online server" : "Collabora Online server", "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client.", "Apply" : "Apply", + "Use OOXML by default for new files" : "Use OOXML by default for new files", "Wrong password. Please retry." : "Incorrect password. Please try again.", "Password" : "Password", "OK" : "OK",