diff --git a/site/plugins/admin/languages/it_IT.yaml b/site/plugins/admin/languages/it_IT.yaml index d7d0bc33..60f1c41b 100644 --- a/site/plugins/admin/languages/it_IT.yaml +++ b/site/plugins/admin/languages/it_IT.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"