From affc45e591f0316989ee5b8dc105ac6ea43a14a8 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Sat, 19 Dec 2009 18:51:41 +0300 Subject: [PATCH] * dates of creation and completion were finally fixed --- langs/ru.php | 4 +++- src/index.php | 12 ++++++------ src/lang/class.default.php | 2 ++ src/lang/en.php | 4 +++- src/style.css | 2 +- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/langs/ru.php b/langs/ru.php index 89b0298..6f2a484 100644 --- a/langs/ru.php +++ b/langs/ru.php @@ -7,7 +7,7 @@ Author: Max Pozdeev Author Url: http://www.mytinytodo.net AppVersion: v1.3.2 - Date: 2009-12-15 + Date: 2009-12-19 */ class Lang extends DefaultLang @@ -41,6 +41,8 @@ class Lang extends DefaultLang 'searching' => "Поиск", 'tasks' => "Задачи", 'taskdate_inline' => "добавленa %s", + 'taskdate_created' => "Дата создания", + 'taskdate_completed' => "Дата завершения", 'edit_task' => "Редактирование задачи", 'add_task' => "Новая задача", 'priority' => "Приоритет", diff --git a/src/index.php b/src/index.php index abb9a3b..9203093 100644 --- a/src/index.php +++ b/src/index.php @@ -141,12 +141,12 @@ $().ajaxStop( function(r,s) {$("#loading").fadeOut();} );