- +
-@@ -41,7 +41,7 @@
- +
-diff --git a/internal/i18n.php b/internal/i18n.php index 67a475ff..b509f6f5 100644 --- a/internal/i18n.php +++ b/internal/i18n.php @@ -57,6 +57,7 @@ "write_title" => "Time to write your prose", "write_post_title_placeholder" => "The post title", "write_post_author_placeholder" => "The post author", + "write_post_link_placeholder" => "Link to this post", "write_post_image_placeholder" => "A featured image for this post", "write_post_password_placeholder" => "Password if you want to hide the post", "write_post_markdown_placeholder" => "Write your post here, you can use Markdown", @@ -163,7 +164,7 @@ "dashboard_draft_post" => "Чернетки дописів:", "dashboard_published_post" => "Опубліковані дописи:", "dashboard_posted_by" => "Опубліковано:", - "dashboard_post_fulldate" => "F d, Y @ g:i A", + "dashboard_post_fulldate" => "H:i d.m.Y", "dashboard_publish" => "Опублікувати", "dashboard_draft" => "Створити чернетку", "dashboard_edit" => "Змінити", @@ -179,6 +180,7 @@ "write_title" => "Створення/редагування допису", "write_post_title_placeholder" => "Назва", "write_post_author_placeholder" => "Автор", + "write_post_link_placeholder" => "Посилання на цей допис", "write_post_image_placeholder" => "Рекомендоване зображення для цього допису", "write_post_password_placeholder" => "Пароль, якщо ви хочете приховати публікацію", "write_post_markdown_placeholder" => "Напишіть свій допис тут, ви можете використовувати Markdown", diff --git a/internal/write.php b/internal/write.php index 340ec5f0..2e7ae299 100644 --- a/internal/write.php +++ b/internal/write.php @@ -17,6 +17,9 @@ " required value="" /> + " value="" /> " value="'; }?>