birzha/plugins/rainlab/userplus/lang/hu/lang.php

20 lines
432 B
PHP

<?php
return [
'plugin' => [
'name' => 'Felhasználók Plusz+',
'description' => 'Új személyes mezők a felhasználók adatlapjához.',
],
'tab' => [
'profile' => 'Személyes',
],
'user' => [
'phone' => 'Telefon',
'mobile' => 'Mobil',
'company' => 'Cég',
'city' => 'Város',
'zip' => 'Irszám.',
'street_addr' => 'Postacím',
],
];