1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 19:01:40 +02:00

Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Awilum
2020-01-12 21:46:40 +03:00
31 changed files with 744 additions and 0 deletions

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Lys"
admin_dark: "Mørk"
admin_name: "Navn"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcachet-server"
admin_memcached_port: "Memcache-port"
admin_redis_socket: "Redis socket"
@@ -207,6 +208,7 @@ admin_sqlite3_table: "SQLite3 tabel"
admin_error_name_empty_input: "Navnet skal være en alfanumerisk værdi (fra 1 tegn)"
admin_error_title_empty_input: "Titlen skal være en alfanumerisk værdi (fra 1 tegn)"
admin_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Destination"
admin_menu_item_order: "Rækkefølge"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Hell"
admin_dark: "Dunkel"
admin_name: "Name"
admin_hide: "Ausblenden"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ admin_sqlite3_table: "SQLite3 Tabelle"
admin_error_name_empty_input: "Name muss ein alphanumerischer Wert sein (mindestens 1 Zeichen)"
admin_error_title_empty_input: "Titel muss ein alphanumerischer Wert sein (von 1 Zeichen)"
admin_error_icon_empty_input: "Icon-Name muss ein alphanumerischer Wert sein (mindestens 1 Zeichen)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Feldsatzlabel zum Anzeigen im Admin Panel."
admin_help_text_for_fieldsets_name: "Eindeutiger Namen des Fieldsets nur in Kleinbuchstaben."
admin_help_text_for_fieldsets_icon: ":link Icon-Klasse des Fieldsets."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Ziel"
admin_menu_item_order: "Reihenfolge"
admin_template_code: "Vorlagencode"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "Du hast noch keine Einträge erstellt!"
admin_you_have_not_created_any_snippets_yet: "Du hast noch keine Snippets erstellt!"
admin_you_have_not_created_any_templates_yet: "Du hast noch keine Vorlagen erstellt!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Eindeutiger Namen des Eintrags in Kleinbuchstab
admin_help_text_for_entry_type: "Eintragstyp basierend auf Feldsatz."
admin_message_fieldset_not_found: "Feldsatz nicht gefunden"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Clair"
admin_dark: "Sombre"
admin_name: "Nom"
admin_hide: "Cacher"
admin_api: "API"
admin_memcached_server: "Serveur Memcached"
admin_memcached_port: "Port Memcached"
admin_redis_socket: "Socket Redis"
@@ -207,6 +208,7 @@ admin_sqlite3_table: "Table SQLite3"
admin_error_name_empty_input: "Le nom doit être une valeur alphanumérique (à partir de 1 caractère)"
admin_error_title_empty_input: "Le titre doit être une valeur alphanumérique (à partir de 1 caractère)"
admin_error_icon_empty_input: "L'icône doit être une valeur alphanumérique (à partir de 1 caractères)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Libellé des ensembles de champs affiché dans le panneau d'administration."
admin_help_text_for_fieldsets_name: "Nom unique des jeux de champs en minuscules uniquement."
admin_help_text_for_fieldsets_icon: "Ensembles de champs valides: classe d'icônes de lien."
@@ -220,6 +222,7 @@ admin_menu_item_url: "URL"
admin_menu_item_target: "Cible"
admin_menu_item_order: "Commande"
admin_template_code: "Code du template"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "Vous n'avez pas encore créé d'entrées!"
admin_you_have_not_created_any_snippets_yet: "Vous n'avez encore créé aucun extrait!"
admin_you_have_not_created_any_templates_yet: "Vous n'avez pas encore créé de template !"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Nom unique d'entrée en minuscules uniquement."
admin_help_text_for_entry_type: "Type d'entrée basé sur Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Svjetla"
admin_dark: "Tamna"
admin_name: "Ime"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ admin_sqlite3_table: "SQLite3 Tablica"
admin_error_name_empty_input: "Ime mora biti alfanumerička vrijednost"
admin_error_title_empty_input: "Naslov mora biti alfanumerička vrijednost"
admin_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Világos"
admin_dark: "Sötét"
admin_name: "Név"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached kiszolgáló"
admin_memcached_port: "Memcached port"
admin_redis_socket: "Redis socket"
@@ -207,6 +208,7 @@ admin_sqlite3_table: "SQLite3 tábla"
admin_error_name_empty_input: "Name has to be an alphanumeric value (from 1 chars)"
admin_error_title_empty_input: "A címnek alfanumerikus karakternek kell lennie (már az első karaktertől)"
admin_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "URL"
admin_menu_item_target: "Cél"
admin_menu_item_order: "Sorrend"
admin_template_code: "Sablon kód"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Terang"
admin_dark: "Gelap"
admin_name: "Nama"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Soket Redis"
@@ -207,6 +208,7 @@ admin_sqlite3_table: "Table SQLite3"
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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Licht"
admin_dark: "Donker"
admin_name: "Naam"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached-server"
admin_memcached_port: "Memcached-poort"
admin_redis_socket: "Redis socket"
@@ -207,6 +208,7 @@ admin_sqlite3_table: "SQLite3 tabel"
admin_error_name_empty_input: "Naam moet een alfanumerieke waarde zijn (vanaf 1 teken)"
admin_error_title_empty_input: "Titel moet een alfanumerieke waarde zijn (vanaf 1 teken)"
admin_error_icon_empty_input: "Pictogram moet een alfanumerieke waarde zijn (vanaf 1 teken)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Veldgroep-label getoond in het beheerpaneel."
admin_help_text_for_fieldsets_name: "Unieke naam van veldgroep alleen in kleine letters."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Doel"
admin_menu_item_order: "Volgorde"
admin_template_code: "Sjablooncode"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "Je hebt nog niets geschreven!"
admin_you_have_not_created_any_snippets_yet: "Je hebt nog geen fragmenten gemaakt!"
admin_you_have_not_created_any_templates_yet: "Je hebt nog geen sjablonen gemaakt!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Jasny"
admin_dark: "Ciemny"
admin_name: "Nazwa"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Serwer"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ admin_sqlite3_table: "Tabela SQLite3"
admin_error_name_empty_input: "Nazwa musi być wartością alfanumeryczną"
admin_error_title_empty_input: "Tytuł musi być wartością alfanumeryczną"
admin_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Светлая"
admin_dark: "Темная"
admin_name: "Название"
admin_hide: "Спрятать"
admin_api: "API"
admin_memcached_server: "Сервер Memcache"
admin_memcached_port: "Порт Memcache"
admin_redis_socket: "Сокет Redis"
@@ -207,6 +208,7 @@ admin_sqlite3_table: "Таблица SQLite3"
admin_error_name_empty_input: "Название должно быть буквенно-цифровое значение (от 1 симв.)"
admin_error_title_empty_input: "Заголовок должен иметь буквенно-цифровое значение (от 1 симв.)"
admin_error_icon_empty_input: "Значок должен быть буквенно-цифровым значением (от 1 символов)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Заголовок наборов полей, отображаемая в панели администратора."
admin_help_text_for_fieldsets_name: "Уникальное имя набора полей только в строчных символах."
admin_help_text_for_fieldsets_icon: "Валидный класс значка :link ."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Ссылка"
admin_menu_item_target: "Цель"
admin_menu_item_order: "Порядок"
admin_template_code: "Код для вставки"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "Вы еще не создали ни одной записи!"
admin_you_have_not_created_any_snippets_yet: "Вы еще не создали сниппетов!"
admin_you_have_not_created_any_templates_yet: "Вы еще не создали ни одного шаблона!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Уникальное имя записи тол
admin_help_text_for_entry_type: "Тип записи, основанный на наборе полей."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Ljus"
admin_dark: "Mörk"
admin_name: "Namn"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcache-server"
admin_memcached_port: "Memcache-port"
admin_redis_socket: "Redis-socket"
@@ -207,6 +208,7 @@ admin_sqlite3_table: "SQLite tabell"
admin_error_name_empty_input: "Namnet måste vara ett alfanumeriskt värde (minst 1 tecken)"
admin_error_title_empty_input: "Rubriken måste vara ett alfanumeriskt värde (minst 1 tecken)"
admin_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "URL"
admin_menu_item_target: "Mål"
admin_menu_item_order: "Sortering"
admin_template_code: "Mallkod"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "Du har inte skapat några inlägg än!"
admin_you_have_not_created_any_snippets_yet: "Du har inte skapat några delkoder än!"
admin_you_have_not_created_any_templates_yet: "Du har inte skapat några mallar än!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Aydınlık"
admin_dark: "Karanlık"
admin_name: "Ad"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Світлий"
admin_dark: "Темний"
admin_name: "Ім’я"
admin_hide: "Сховати"
admin_api: "API"
admin_memcached_server: "Сервер Memcached"
admin_memcached_port: "Порт Memcached"
admin_redis_socket: "Сокет Redis"
@@ -207,6 +208,7 @@ admin_sqlite3_table: "Таблиця SQLite3"
admin_error_name_empty_input: "Ім'я повинно бути алфавітно-цифрове значення (від 1 символів)"
admin_error_title_empty_input: "Заголовок має бути алфавітно-цифрове (від 1 символів)"
admin_error_icon_empty_input: "Значок повинен бути буквено-цифровим значенням (від 1 символів)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Заголовок наборів полів, що відображається в панелі адміністратора."
admin_help_text_for_fieldsets_name: "Унікальне ім'я набору полів тільки в рядкових символах."
admin_help_text_for_fieldsets_icon: "Дійсний клас значка: link."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Ціль"
admin_menu_item_order: "Замовлення"
admin_template_code: "Код шаблону"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "Ви ще не створили жодного запису!"
admin_you_have_not_created_any_snippets_yet: "Ви ще не створили жодного спіпету!"
admin_you_have_not_created_any_templates_yet: "Ви ще не створили жодного шаблону!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Унікальна назва запису, л
admin_help_text_for_entry_type: "Тип запису на основі набору полів."
admin_message_fieldset_not_found: "Fieldset не знайдено"
admin_create_and_edit: "Створити та редагувати"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."

View File

@@ -196,6 +196,7 @@ admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_hide: "Hide"
admin_api: "API"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
@@ -207,6 +208,7 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)"
admin_help_text_for_tokens_label: "Token label shown in the Admin Panel."
admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel."
admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only."
admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class."
@@ -220,6 +222,7 @@ admin_menu_item_url: "Url"
admin_menu_item_target: "Target"
admin_menu_item_order: "Order"
admin_template_code: "Template code"
admin_you_have_no_api_tokens_yet: "You haven't created any api tokens yet!"
admin_you_have_not_created_any_entries_yet: "You haven't created any entries yet!"
admin_you_have_not_created_any_snippets_yet: "You haven't created any snippets yet!"
admin_you_have_not_created_any_templates_yet: "You haven't created any templates yet!"
@@ -308,3 +311,24 @@ admin_help_text_for_entry_name: "Entry unique name in lowercase chars only."
admin_help_text_for_entry_type: "Entry type based on Fieldset."
admin_message_fieldset_not_found: "Fieldset not found"
admin_create_and_edit: "Create & Edit"
admin_delivery_tokens: "Delivery Tokens"
admin_generate_delivery_token: "Generate Delivery Token"
admin_you_have_not_created_any_api_tokens_yet: "You haven't created any API's tokens yet!"
admin_you_have_not_created_any_delvery_api_tokens_yet: "You haven't created any Delivery tokens yet!"
admin_create_new_delivery_token: "Create New Delivery Token"
admin_delivery: "Delivery"
admin_api_calls_limit: "API Calls limit"
admin_help_text_for_api_calls_limit_label: "Limits for API Calls. Leave 0 for unlimited API Calls."
admin_error_api_calls_empty_input: "API Calls limit has to be an numeric value."
admin_help_text_for_api_token_icon: "API Token valid :link icon class."
admin_state: "State"
admin_help_text_for_settings_twig_extensions_label: "Twig Extensions to load."
admin_twig_extensions: "Twig extensions"
admin_help_text_for_settings_shortcodes_extensions_label: "Shortcodes Extensions to load."
admin_shortcodes_extensions: "Shortcodes extensions"
admin_message_delivery_api_token_updated: "Delivery token updated."
admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated."
admin_message_delivery_api_token_created: "Delivery token created."
admin_message_delivery_api_token_was_not_created: "Delivery token was not created."
admin_message_delivery_api_token_deleted: "Delivery token deleted."
admin_message_delivery_api_token_was_deleted: "Delivery token was not deleted."