From 8cfd8d327053f55f42efe39bd95ba5d7cb319ac3 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 26 Jul 2017 13:02:14 +0200 Subject: [PATCH] add translations for todo --- customize.dist/translations/messages.js | 4 ++++ www/todo/inner.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 34674d0e8..157678b20 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -478,6 +478,10 @@ define(function () { out.download_mt_button = "Download"; out.todo_title = "CryptTodo"; + out.todo_newTodoNamePlaceholder = "Describe your task..."; + out.todo_newTodoNameTitle = "Add this task to your todo list"; + out.todo_markAsCompleteTitle = "Mark this task as complete"; + out.todo_markAsIncompleteTitle = "Mark this task as incomplete"; // general warnings out.warn_notPinned = "This pad is not in anyone's CryptDrive. It will expire after 3 months. Learn more..."; diff --git a/www/todo/inner.html b/www/todo/inner.html index 476376a4d..8ae722a7c 100644 --- a/www/todo/inner.html +++ b/www/todo/inner.html @@ -10,7 +10,7 @@
- +