snipe-it/resources/lang/hu/admin/custom_fields/general.php
2016-12-03 17:10:05 -08:00

31 lines
1.7 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' => 'Egyéni formátum...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
'encrypted' => 'Titkosított',
'fieldset' => 'Mezőcsoportok',
'qty_fields' => 'Mennyiségi mezők',
'fieldsets' => 'Mezőcsoportok',
'fieldset_name' => 'Mezőcsoport neve',
'field_name' => 'Mező neve',
'field_values' => 'Mező értékei',
'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ő',
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
);