Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1581

Přidáno uživatelem David Raška před asi 12 roky(ů)

Upravy:
- Uprava info textu v instalaci
- Oprava popup linku rozhrani v detailu zarizeni
- Oprava exportu sablon zarizeni

Zobrazit rozdíly:

freenetis/branches/testing/application/i18n/cs_CZ/texts.php
'notification settings have not been updated' => 'Nastavení upozornění nebylo upraveno.',
'notifications' => 'Upozornění',
'november' => 'Listopad',
'now you can login using account name and password you entered before installation' => 'Nyní se můžete přihlásit pomocí uživatelského jména a hesla, které jste zadali před instalací.',
'now you can login using account name and password you entered during installation' => 'Nyní se můžete přihlásit pomocí uživatelského jména a hesla, které jste zadali při instalaci.',
'number' => 'Číslo',
'number of the recipient' => 'Číslo příjemce',
'number of the sender' => 'Číslo odesilatele',
freenetis/branches/testing/application/controllers/device_templates.php
$templates_array[] = array
(
'enum_type_id' => $template->enum_type_id,
//'name' => $template->name,
'name' => $template->name,
'values' => json_decode($template->values),
'default' => $template->default
);
freenetis/branches/testing/application/controllers/devices.php
{
$actions->add_action('id')
->icon_action('edit')
->url('ifaces/edit')
->class('popup_link');
->url('ifaces/edit');
}
if ($this->acl_check_delete('Devices_Controller', 'iface', $member_id))
freenetis/branches/testing/application/views/installation/done.php
<div id="main-padd">
<div id="content">
<h2><?php echo __('Installation done') ?></h2><br />
<p><?php echo __('Installation has been successfully finished') . ' ' .
__('Now you can login using account name and password you entered before installation.') ?></p>
<p><?php echo __('Installation has been successfully finished') . '<br>' .
__('Now you can login using account name and password you entered during installation.') ?></p>
<?php echo form::open(url_lang::base().'login') ?>
<?php echo form::submit('submit', __('Login')) ?>
<?php echo form::close() ?>

Také k dispozici: Unified diff