Revize 8ba726c1
Přidáno uživatelem Ondřej Fibich před téměř 9 roky(ů)
application/controllers/transfers.php | ||
---|---|---|
->callback('callback::amount_field');
|
||
|
||
$transfers_grid->callback_field('id')
|
||
->label('Current credit')
|
||
->label('Subtotal')
|
||
->help(help::hint('account_subtotal'))
|
||
->callback('callback::amount_after_transfer_field', $account_id);
|
||
|
||
$transfers_grid->order_field('text')
|
application/i18n/cs_CZ/help.php | ||
---|---|---|
(
|
||
'99% chance you won\'t need to change this value' => '99% šance, že nebudete chtít měnit tuto hodnotu.',
|
||
'access_to_system' => 'Určuje, zda-li má uživatel možnost přihlásit se do systému Freenetis a zda má možnost využívat služeb Radius serveru napojeného na Freenetis, tedy například VPN, aktivní prvky sítě, volání z VoIP účtu atd.',
|
||
'account_subtotal' => 'Mezisoučet určující stav účtu po započtení tohoto převodu.',
|
||
'accounting_system' => 'Účetní osnova je hlavní pomocník pro účetního sdružení. Zobrazuje sumu peněz na účtu z pohledu účetní osnovy. Ve výchozím stavu je to částka za celou dobu fungování sdružení, lze ovšem vyfiltrovat převody za zvolené období, např. od data 2009-01-01 do data 2009-12-31.',
|
||
'acl' => 'Jedná se o seznam definovaných přístupových pravidel. Ke každému pravidlu jsou přiřazeny ACO objekty (operace), ARO skupiny (skupiny uživatelů) a AXO objekty (objekty, nad kterými se konají operace).',
|
||
'aco' => 'ACO objekt označuje operace, které lze provádět.',
|
application/i18n/cs_CZ/texts.php | ||
---|---|---|
'subnets on link' => 'Podsítě linky',
|
||
'subnets to qos' => 'Podsítě pro QoS',
|
||
'subnets with dhcp' => 'Podsítě s DHCP',
|
||
'subtotal' => 'Mezisoučet',
|
||
'suffix' => 'Přípona',
|
||
'suffix has to start with slash character, has to end with slash character and contains only a-z, 0-9, - and /' => 'Přípona musí začínat lomítkem, musí končit lomítkem a obsahovat pouze znaky a-z, 0-9, - a /',
|
||
'suggest amount' => 'Navrhovaná částka',
|
application/i18n/en_US/help.php | ||
---|---|---|
$lang = array
|
||
(
|
||
'access_to_system' => 'Determinate if user has capability for loging ti Freenetis a can use services of Radius server, which is joined to Freenetis, for example VPN, active parts of net, calling from VoIP.',
|
||
'account_subtotal' => 'Subtotal determining the balance of the account after the inclusion of this transfer.',
|
||
'accounting_system' => 'The chart of accounts is the main assistant for the accounting associations. Shows the amount of money in the account from the perspective of the accounting curriculum. By default, this is the amount for the entire operation of the association, but can filter transfers the selected period, such as from the date 01/01/2009 to date 12/31/2009.',
|
||
'action_logs_active' => 'Actions log is tool for detectins end user actions on data in system.',
|
||
'activate_redirection_to_member' => 'Allows you to manually activate the selected redirection to all IP addresses of member. Whether a member can redirect itself to cancel or not, is given by the properties of the selected message. Manual interference forwarding can be carried out in the table.',
|
Také k dispozici: Unified diff
closes #959: Improves column label and adds a help hint