From a16303ae0b6ccb53fcb2dd2396b87744bffcc52a Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Tue, 29 Jan 2019 14:05:37 +0300 Subject: [PATCH] New translations en_US.yaml (Dutch) --- site/plugins/admin/languages/nl_NL.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/plugins/admin/languages/nl_NL.yaml b/site/plugins/admin/languages/nl_NL.yaml index 73c4fc43..2e1bf4d1 100644 --- a/site/plugins/admin/languages/nl_NL.yaml +++ b/site/plugins/admin/languages/nl_NL.yaml @@ -186,3 +186,6 @@ admin_sqlite3_database: "SQLite3 Database" admin_sqlite3_table: "SQLite3 Table" admin_error_name_empty_input: "Name has to be an alphanumeric value (from 1 chars)" admin_error_title_empty_input: "Title has to be an alphanumeric value (from 1 chars)" +admin_entries_visible: "Visible" +admin_entries_draft: "Draft" +admin_entries_hidden: "Hidden"