| | |
| | | <?php |
| | | $wb['Directive Snippets'] = 'Directive Snippets'; |
| | | $wb['name_txt'] = 'Name of Snippet'; |
| | | $wb['type_txt'] = 'Type'; |
| | | $wb['snippet_txt'] = 'Snippet'; |
| | | $wb['active_txt'] = 'Active'; |
| | | $wb['directive_snippets_name_empty'] = 'Please specify a name for the snippet.'; |
| | | $wb['directive_snippets_name_error_unique'] = 'There is already a directive snippet with this name.'; |
| | | $wb['Directive Snippets'] = 'Fragmentos de Directivas'; |
| | | $wb['name_txt'] = 'Nombre'; |
| | | $wb['type_txt'] = 'Tipo'; |
| | | $wb['snippet_txt'] = 'Código'; |
| | | $wb['active_txt'] = 'Activo'; |
| | | $wb['directive_snippets_name_empty'] = 'Por favor especifica un nombre para el fragmento.'; |
| | | $wb['directive_snippets_name_error_unique'] = 'Ya hay un fragmento de directivas con este nombre.'; |
| | | $wb['variables_txt'] = 'Variables'; |
| | | ?> |