X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsk.lang.php;h=71fcc998d8bda209c6cb277cb9191ab275103659;hb=ad98b13400fdc2fa2299a22c9bd54c4cd27960c3;hp=f0ae26cca173fc1a335dd490824cf0dcf147419a;hpb=1525dcb2eb2094c83ac9762675d957c285762434;p=timetracker.git diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index f0ae26cc..71fcc998 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -111,12 +111,6 @@ $i18n_key_words = array( // 'button.copy' => 'Copy', 'button.cancel' => 'Zrušiť', 'button.submit' => 'Odoslať', -'button.add_user' => 'Pridať používateľa', -'button.add_project' => 'Pridať projekt', -'button.add_task' => 'Pridať úlohy', -'button.add_client' => 'Pridať klienta', -'button.add_invoice' => 'Pridať faktúru', -'button.add_option' => 'Pridať vlastné pole', 'button.add' => 'Pridať', 'button.generate' => 'Generovať', 'button.reset_password' => 'Obnoviť heslo', @@ -150,6 +144,8 @@ $i18n_key_words = array( 'label.end_date' => 'Dátum konca', 'label.user' => 'Používateľ', 'label.users' => 'Používatelia', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Klient', 'label.clients' => 'Klienti', 'label.option' => 'Možnosť', @@ -422,6 +418,12 @@ $i18n_key_words = array( 'form.users.rate' => 'Sadzba', 'form.users.default_rate' => 'Predvolená hodinová sadzba', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rights' => 'Rights', + // Clients form. See example at https://timetracker.anuko.com/clients.php 'form.clients.active_clients' => 'Aktívny klienti', 'form.clients.inactive_clients' => 'Neaktívny klienti',