48 lines
1.3 KiB
PHP
48 lines
1.3 KiB
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'plugin' => [
|
||
|
|
'name' => 'Uživatelé Plus',
|
||
|
|
'description' => 'Přidává nové pole do RainLab User pluginu.',
|
||
|
|
'author' => 'Gergő Szabó'
|
||
|
|
],
|
||
|
|
'personal' => [
|
||
|
|
'tab' => 'Osobní',
|
||
|
|
'gender' => 'Pohlaví',
|
||
|
|
'telephone' => 'Telefon',
|
||
|
|
'job' => 'Pracovní pozice',
|
||
|
|
'company' => 'Firma',
|
||
|
|
'about' => 'O osobě'
|
||
|
|
],
|
||
|
|
'internet' => [
|
||
|
|
'tab' => 'Internet',
|
||
|
|
'webpage' => 'Webové stránky',
|
||
|
|
'blog' => 'Blog',
|
||
|
|
'facebook' => 'Facebook',
|
||
|
|
'twitter' => 'Twitter',
|
||
|
|
'skype' => 'Skype',
|
||
|
|
'icq' => 'ICQ'
|
||
|
|
],
|
||
|
|
'gender' => [
|
||
|
|
'unknown' => 'neznámé',
|
||
|
|
'female' => 'žena',
|
||
|
|
'male' => 'muž'
|
||
|
|
],
|
||
|
|
'comment' => 'Komentář',
|
||
|
|
'widget' => [
|
||
|
|
'title' => 'Uživatelské statistiky',
|
||
|
|
'show_total' => 'Zobrazit celkový počet',
|
||
|
|
'show_active' => 'Zobrazit aktivní',
|
||
|
|
'show_inactive' => 'Zobrazit neaktivní',
|
||
|
|
'show_deleted' => 'Zobrazit smazané',
|
||
|
|
'show_guest' => 'Zobrazit host',
|
||
|
|
'show_superuser' => 'Zobrazit superuser',
|
||
|
|
'total' => 'Celkem',
|
||
|
|
'active' => 'Aktivní',
|
||
|
|
'inactive' => 'Neaktivní',
|
||
|
|
'deleted' => 'Smazané',
|
||
|
|
'guest' => 'Host',
|
||
|
|
'superuser' => 'Superuser'
|
||
|
|
]
|
||
|
|
];
|