snipe-it/resources/lang/hu/admin/custom_fields/general.php
2016-08-25 17:43:07 -07:00

29 lines
1.5 KiB
PHP

<?php
return array(
'custom_fields' => 'Egyéni mezők',
'field' => 'Mező',
'about_fieldsets_title' => 'A mezőcsoportokról',
'about_fieldsets_text' => 'A mezőcsoportokkal tudsz létrehozni olyan gyakran használt egyedi mezőket csoportosító speciális eszköz modell típusokat.',
'custom_format' => 'Custom format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
'fieldset' => 'Mezőcsoportok',
'qty_fields' => 'Mennyiségi mezők',
'fieldsets' => 'Mezőcsoportok',
'fieldset_name' => 'Mezőcsoport neve',
'field_name' => 'Mező neve',
'field_values' => 'Field Values',
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
'field_element' => 'Ürlap elem',
'field_element_short' => 'Elem',
'field_format' => 'Formátum',
'field_custom_format' => 'Egyéni formátum',
'required' => 'Kötelező',
'req' => 'Kötelező.',
'used_by_models' => 'Modellek szerint ',
'order' => 'Rendelés',
'create_fieldset' => 'Új mezőcsoportok',
'create_field' => 'Új egyéni mező',
);