57 lines
2.4 KiB
JavaScript
57 lines
2.4 KiB
JavaScript
OC.L10N.register(
|
|
"deck",
|
|
{
|
|
"Deck" : "Deck",
|
|
"Personal" : "Personal",
|
|
"The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.",
|
|
"The board \"%s\" has been shared with you by %s." : "The board \"%s\" has been shared with you by %s.",
|
|
"{user} has shared the board %s with you." : "{user} has shared the board %s with you.",
|
|
"Finished" : "Finished",
|
|
"To review" : "To review",
|
|
"Action needed" : "Action needed",
|
|
"Later" : "Later",
|
|
"Done" : "Done",
|
|
"The file was uploaded" : "The file was uploaded",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form",
|
|
"The file was only partially uploaded" : "The file was only partially uploaded",
|
|
"No file was uploaded" : "No file was uploaded",
|
|
"Missing a temporary folder" : "Missing a temporary folder",
|
|
"Could not write file to disk" : "Could not write file to disk",
|
|
"A PHP extension stopped the file upload" : "A PHP extension stopped the file upload",
|
|
"Create new board" : "Create new board",
|
|
"Cancel" : "Cancel",
|
|
"Show archived cards" : "Show archived cards",
|
|
"Hide archived cards" : "Hide archived cards",
|
|
"Tags" : "Tags",
|
|
"Undo" : "Undo",
|
|
"Can edit" : "Can edit",
|
|
"Can share" : "Can share",
|
|
"Delete" : "Delete",
|
|
"Add a new stack" : "Add a new stack",
|
|
"Add card" : "Add card",
|
|
"Edit" : "Edit",
|
|
"Due date" : "Due date",
|
|
"Remove due date" : "Remove due date",
|
|
"Description" : "Description",
|
|
"Formatting help" : "Formatting help",
|
|
"Attachments" : "Attachments",
|
|
"Comments" : "Comments",
|
|
"Modified" : "Modified",
|
|
"Created" : "Created",
|
|
"Upload attachment" : "Upload attachment",
|
|
"Save" : "Save",
|
|
"Update" : "Update",
|
|
"Delete card" : "Delete card",
|
|
"Archived boards" : "Archived boards",
|
|
"Shared boards" : "Shared boards",
|
|
"Settings" : "Settings",
|
|
"New board title" : "New board title",
|
|
"Edit board" : "Edit board",
|
|
"Archive board" : "Archive board",
|
|
"Unarchive board" : "Unarchive board",
|
|
"Delete board" : "Delete board",
|
|
"Board details" : "Board details"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|