[tx-robot] updated from transifex
This commit is contained in:
parent
3bfb7413a7
commit
bd4cd271fc
@ -2,6 +2,8 @@ OC.L10N.register(
|
|||||||
"richdocuments",
|
"richdocuments",
|
||||||
{
|
{
|
||||||
"Saving..." : "Saving...",
|
"Saving..." : "Saving...",
|
||||||
|
"Download this revision" : "Download this revision",
|
||||||
|
"Restore this revision" : "Restore this revision",
|
||||||
"Latest revision" : "Latest revision",
|
"Latest revision" : "Latest revision",
|
||||||
"More versions..." : "More versions...",
|
"More versions..." : "More versions...",
|
||||||
"Just now" : "Just now",
|
"Just now" : "Just now",
|
||||||
@ -9,16 +11,24 @@ OC.L10N.register(
|
|||||||
"Save" : "Save",
|
"Save" : "Save",
|
||||||
"Loading documents..." : "Loading documents...",
|
"Loading documents..." : "Loading documents...",
|
||||||
"Edit" : "Edit",
|
"Edit" : "Edit",
|
||||||
|
"New Document" : "New Document",
|
||||||
|
"New Spreadsheet" : "New Spreadsheet",
|
||||||
|
"New Presentation" : "New Presentation",
|
||||||
"Could not create file" : "Could not create file",
|
"Could not create file" : "Could not create file",
|
||||||
"New Document.odt" : "New Document.odt",
|
"New Document.odt" : "New Document.odt",
|
||||||
"New Spreadsheet.ods" : "New Spreadsheet.ods",
|
"New Spreadsheet.ods" : "New Spreadsheet.ods",
|
||||||
"New Presentation.odp" : "New Presentation.odp",
|
"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",
|
"Can't create document" : "Can't create document",
|
||||||
"Saved" : "Saved",
|
"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" : "Collabora Online",
|
||||||
"Collabora Online server" : "Collabora Online server",
|
"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.",
|
"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",
|
"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.",
|
"Wrong password. Please retry." : "Incorrect password. Please try again.",
|
||||||
"Password" : "Password",
|
"Password" : "Password",
|
||||||
"OK" : "OK",
|
"OK" : "OK",
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Saving..." : "Saving...",
|
"Saving..." : "Saving...",
|
||||||
|
"Download this revision" : "Download this revision",
|
||||||
|
"Restore this revision" : "Restore this revision",
|
||||||
"Latest revision" : "Latest revision",
|
"Latest revision" : "Latest revision",
|
||||||
"More versions..." : "More versions...",
|
"More versions..." : "More versions...",
|
||||||
"Just now" : "Just now",
|
"Just now" : "Just now",
|
||||||
@ -7,16 +9,24 @@
|
|||||||
"Save" : "Save",
|
"Save" : "Save",
|
||||||
"Loading documents..." : "Loading documents...",
|
"Loading documents..." : "Loading documents...",
|
||||||
"Edit" : "Edit",
|
"Edit" : "Edit",
|
||||||
|
"New Document" : "New Document",
|
||||||
|
"New Spreadsheet" : "New Spreadsheet",
|
||||||
|
"New Presentation" : "New Presentation",
|
||||||
"Could not create file" : "Could not create file",
|
"Could not create file" : "Could not create file",
|
||||||
"New Document.odt" : "New Document.odt",
|
"New Document.odt" : "New Document.odt",
|
||||||
"New Spreadsheet.ods" : "New Spreadsheet.ods",
|
"New Spreadsheet.ods" : "New Spreadsheet.ods",
|
||||||
"New Presentation.odp" : "New Presentation.odp",
|
"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",
|
"Can't create document" : "Can't create document",
|
||||||
"Saved" : "Saved",
|
"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" : "Collabora Online",
|
||||||
"Collabora Online server" : "Collabora Online server",
|
"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.",
|
"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",
|
"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.",
|
"Wrong password. Please retry." : "Incorrect password. Please try again.",
|
||||||
"Password" : "Password",
|
"Password" : "Password",
|
||||||
"OK" : "OK",
|
"OK" : "OK",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user