1431 lines
67 KiB
PHP
1431 lines
67 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'number.decimals_separator' => ',',
|
|
'number.thousands_separator' => '.',
|
|
'None' => 'Nema',
|
|
'Edit' => 'Uredi',
|
|
'Remove' => 'Obriši',
|
|
'Yes' => 'Da',
|
|
'No' => 'Ne',
|
|
'cancel' => 'odustani',
|
|
'or' => 'ili',
|
|
'Yellow' => 'Žuta',
|
|
'Blue' => 'Plava',
|
|
'Green' => 'Zelena',
|
|
'Purple' => 'Ljubičasta',
|
|
'Red' => 'Crvena',
|
|
'Orange' => 'Narančasta',
|
|
'Grey' => 'Siva',
|
|
'Brown' => 'Smeđa',
|
|
'Deep Orange' => 'Tamno narančasta',
|
|
'Dark Grey' => 'Tamno siva',
|
|
'Pink' => 'Roza',
|
|
'Teal' => 'Tirkizna',
|
|
'Cyan' => 'Cyan',
|
|
'Lime' => 'Limun zelena',
|
|
'Light Green' => 'Svijetlo zelena',
|
|
'Amber' => 'Jantar',
|
|
'Save' => 'Snimi',
|
|
'Login' => 'Prijava',
|
|
'Official website:' => 'Službena Web stranica:',
|
|
'Unassigned' => 'Nedodijeljen',
|
|
'View this task' => 'Pogledaj zadatak',
|
|
'Remove user' => 'Makni korisnika',
|
|
'Do you really want to remove this user: "%s"?' => 'Stvarno želiš maknuti korisnika: "%s"?',
|
|
'All users' => 'Svi korisnici',
|
|
'Username' => 'Korisnik',
|
|
'Password' => 'Lozinka',
|
|
'Administrator' => 'Administrator',
|
|
'Sign in' => 'Prijava',
|
|
'Users' => 'Korisnik',
|
|
'Forbidden' => 'Zabranjeno',
|
|
'Access Forbidden' => 'Zabranjen prostup',
|
|
'Edit user' => 'Promjeni korisnika',
|
|
'Logout' => 'Odjava',
|
|
'Bad username or password' => 'Neispravno korisničko ime ili lozinka',
|
|
'Edit project' => 'Promjeni projekt',
|
|
'Name' => 'Naziv',
|
|
'Projects' => 'Projekti',
|
|
'No project' => 'Bez projekta',
|
|
'Project' => 'Projekt',
|
|
'Status' => 'Status',
|
|
'Tasks' => 'Zadatak',
|
|
'Board' => 'Ploča',
|
|
'Actions' => 'Akcije',
|
|
'Inactive' => 'Neaktivan',
|
|
'Active' => 'Aktivan',
|
|
'Unable to update this board.' => 'Nije moguće promijeniti ovu ploču.',
|
|
'Disable' => 'Onemogući',
|
|
'Enable' => 'Omogući',
|
|
'New project' => 'Novi projekt',
|
|
'Do you really want to remove this project: "%s"?' => 'Stvarno želiš maknuti ovaj projekt: "%s"?',
|
|
'Remove project' => 'Makni projekt',
|
|
'Edit the board for "%s"' => 'Promijeni ploču za "%s"',
|
|
'Add a new column' => 'Dodaj novi stupac',
|
|
'Title' => 'Naslov',
|
|
'Assigned to %s' => 'Dodijeljen korisniku %s',
|
|
'Remove a column' => 'Makni stupac',
|
|
'Unable to remove this column.' => 'Ne mogu maknuti stupac.',
|
|
'Do you really want to remove this column: "%s"?' => 'Stvarno želiš maknuti ovaj stupac: "%s"?',
|
|
'Settings' => 'Postavke',
|
|
'Application settings' => 'Postavke aplikacije',
|
|
'Language' => 'Jezik',
|
|
'Webhook token:' => 'Token :',
|
|
'API token:' => 'Token za API',
|
|
'Database size:' => 'Veličina baze :',
|
|
'Download the database' => 'Preuzmi bazu',
|
|
'Optimize the database' => 'Optimiziraj bazu',
|
|
'(VACUUM command)' => '(naredba VACUUM)',
|
|
'(Gzip compressed Sqlite file)' => '(Sqlite baza zapakirana Gzip-om)',
|
|
'Close a task' => 'Zatvori zadatak',
|
|
'Column' => 'Stupac',
|
|
'Color' => 'Boja',
|
|
'Assignee' => 'Dodijeli',
|
|
'Create another task' => 'Dodaj zadatak',
|
|
'New task' => 'Novi zadatak',
|
|
'Open a task' => 'Otvori zadatak',
|
|
'Do you really want to open this task: "%s"?' => 'Da li zaista želiš otvoriti zadatak: "%s"?',
|
|
'Back to the board' => 'Natrag na ploču',
|
|
'There is nobody assigned' => 'Nitko nije dodijeljen!',
|
|
'Column on the board:' => 'Stupac na ploči:',
|
|
'Close this task' => 'Zatvori ovaj zadatak',
|
|
'Open this task' => 'Otvori ovaj zadatak',
|
|
'There is no description.' => 'Bez opisa.',
|
|
'Add a new task' => 'Dodaj zadatak',
|
|
'The username is required' => 'Korisničko ime je obavezno',
|
|
'The maximum length is %d characters' => 'Maksimalna dužina je %d znakova',
|
|
'The minimum length is %d characters' => 'Minimalna dužina je %d znakova',
|
|
'The password is required' => 'Lozinka je obavezna',
|
|
'This value must be an integer' => 'Mora biti ceo broj',
|
|
'The username must be unique' => 'Korisničko ime mora biti jedinstveno',
|
|
'The user id is required' => 'ID korisnika je obavezan',
|
|
'Passwords don\'t match' => 'Lozinke se ne podudaraju',
|
|
'The confirmation is required' => 'Potvrda je obavezna',
|
|
'The project is required' => 'Projekt je obavezan',
|
|
'The id is required' => 'ID je obavezan',
|
|
'The project id is required' => 'ID projekta je obavezan',
|
|
'The project name is required' => 'Naziv projekta je obavezan',
|
|
'The title is required' => 'Naslov je obavezan',
|
|
'Settings saved successfully.' => 'Postavke su uspješno snimljene.',
|
|
'Unable to save your settings.' => 'Nije moguće snimanje postavki.',
|
|
'Database optimization done.' => 'Optimizacija baze je završena.',
|
|
'Your project has been created successfully.' => 'Projekt je uspješno kreiran.',
|
|
'Unable to create your project.' => 'Nije moguće kreiranje projekta.',
|
|
'Project updated successfully.' => 'Projekt je uspješno promijenjen.',
|
|
'Unable to update this project.' => 'Nije moguća dopuna projekta.',
|
|
'Unable to remove this project.' => 'Nije moguće uklanjanje projekta.',
|
|
'Project removed successfully.' => 'Projekt uspješno maknut.',
|
|
'Project activated successfully.' => 'Projekt je uspješno aktiviran.',
|
|
'Unable to activate this project.' => 'Nije moguće aktiviranje projekta.',
|
|
'Project disabled successfully.' => 'Projekt je uspješno deaktiviran.',
|
|
'Unable to disable this project.' => 'Nije moguće deaktiviranje projekta.',
|
|
'Unable to open this task.' => 'Nije moguće otvaranje zadatka.',
|
|
'Task opened successfully.' => 'Zadatak je uspješno otvoren.',
|
|
'Unable to close this task.' => 'Nije moguće zatvaranje ovog zadatka.',
|
|
'Task closed successfully.' => 'Zadatak je uspješno zatvoren.',
|
|
'Unable to update your task.' => 'Nije moguća dopuna zadatka.',
|
|
'Task updated successfully.' => 'Zadatak je uspješno dopunjen.',
|
|
'Unable to create your task.' => 'Nije moguće kreiranje zadatka.',
|
|
'Task created successfully.' => 'Zadatak je uspješno kreiran.',
|
|
'User created successfully.' => 'Korisnik je uspješno kreiran',
|
|
'Unable to create your user.' => 'Nije uspjelo kreiranje korisnika.',
|
|
'User updated successfully.' => 'Korisnik je uspješno dopunjen.',
|
|
'User removed successfully.' => 'Korisnik je uspješno maknut.',
|
|
'Unable to remove this user.' => 'Nije moguće uklanjanje korisnika.',
|
|
'Board updated successfully.' => 'Ploča uspješno dopunjena.',
|
|
'Ready' => 'Spreman',
|
|
'Backlog' => 'Log',
|
|
'Work in progress' => 'U radu',
|
|
'Done' => 'Gotovo',
|
|
'Application version:' => 'Verzija aplikacije:',
|
|
'Id' => 'Rb',
|
|
'Public link' => 'Javni link',
|
|
'Timezone' => 'Vremenska zona',
|
|
'Sorry, I didn\'t find this information in my database!' => 'Na žalost, nije pronađena informacija u bazi',
|
|
'Page not found' => 'Strana nije pronađena',
|
|
'Complexity' => 'Složenost',
|
|
'Task limit' => 'Ograničenje zadatka',
|
|
'Task count' => 'Broj zadataka',
|
|
'User' => 'Korisnik',
|
|
'Comments' => 'Komentari',
|
|
'Comment is required' => 'Komentar je obavezan',
|
|
'Comment added successfully.' => 'Komentar je uspješno dodan',
|
|
'Unable to create your comment.' => 'Nije moguće kreiranje komentara',
|
|
'Due Date' => 'Rok',
|
|
'Invalid date' => 'Neispravan datum',
|
|
'Automatic actions' => 'Automatske akcije',
|
|
'Your automatic action has been created successfully.' => 'Uspješno kreirana automatska akcija',
|
|
'Unable to create your automatic action.' => 'Nije moguće kreiranje automatske akcije',
|
|
'Remove an action' => 'Obriši akciju',
|
|
'Unable to remove this action.' => 'Nije moguće obrisati akciju',
|
|
'Action removed successfully.' => 'Akcija obrisana',
|
|
'Automatic actions for the project "%s"' => 'Akcje za automatizaciju projekta "%s"',
|
|
'Add an action' => 'dodaj akciju',
|
|
'Event name' => 'Naziv događaja',
|
|
'Action' => 'Akcija',
|
|
'Event' => 'Događaj',
|
|
'When the selected event occurs execute the corresponding action.' => 'Kad se događaj desi izvrši odgovarajuću akciju',
|
|
'Next step' => 'Sledeći korak',
|
|
'Define action parameters' => 'Definiši parametre akcije',
|
|
'Do you really want to remove this action: "%s"?' => 'Da li da obrišem akciju "%s"?',
|
|
'Remove an automatic action' => 'Obriši automatsku akciju',
|
|
'Assign the task to a specific user' => 'Dodijeli zadatak određenom korisniku',
|
|
'Assign the task to the person who does the action' => 'Dodijeli zadatak korisniku koji je napravio radnju',
|
|
'Duplicate the task to another project' => 'Kopiraj zadatak u drugi projekt',
|
|
'Move a task to another column' => 'Premjesti zadatak u drugi stupac',
|
|
'Task modification' => 'Izman zadatka',
|
|
'Task creation' => 'Kreiranje zadatka',
|
|
'Closing a task' => 'Zatvaranja zadatka',
|
|
'Assign a color to a specific user' => 'Dodijeli boju korisniku',
|
|
'Position' => 'Pozicija',
|
|
'Duplicate to another project' => 'Kopiraj u drugi projekt',
|
|
'Duplicate' => 'Napravi kopiju',
|
|
// 'Link' => '',
|
|
'Comment updated successfully.' => 'Komentar je uspješno dopunjen.',
|
|
'Unable to update your comment.' => 'Nije moguća dopuna komentara.',
|
|
'Remove a comment' => 'Obriši komentar',
|
|
'Comment removed successfully.' => 'Komentar je uspješno maknut.',
|
|
'Unable to remove this comment.' => 'Nije uspjelo brisanje komentara.',
|
|
'Do you really want to remove this comment?' => 'Da li da obrišem ovaj komentar?',
|
|
'Current password for the user "%s"' => 'Trenutna lozinka za korisnika "%s"',
|
|
'The current password is required' => 'Trenutna lozinka je obavezna',
|
|
'Wrong password' => 'Pogrešna lozinka',
|
|
'Unknown' => 'Nepoznat',
|
|
'Last logins' => 'Zadnja prijava',
|
|
'Login date' => 'Datum prijave',
|
|
'Authentication method' => 'Metoda autentifikacije',
|
|
'IP address' => 'IP adresa',
|
|
'User agent' => 'Browser',
|
|
'Persistent connections' => 'Stalna konekcija',
|
|
'No session.' => 'Nema sesije',
|
|
'Expiration date' => 'Ističe',
|
|
'Remember Me' => 'Zapamti me',
|
|
'Creation date' => 'Datum kreiranja',
|
|
'Everybody' => 'Svi',
|
|
'Open' => 'Otvoreni',
|
|
'Closed' => 'Zatvoreni',
|
|
'Search' => 'Traži',
|
|
'Nothing found.' => 'Ništa nije pronađeno',
|
|
'Due date' => 'Rok',
|
|
'Description' => 'Opis',
|
|
'%d comments' => '%d komentara',
|
|
'%d comment' => '%d komentar',
|
|
'Email address invalid' => 'Pogrešan e-mail',
|
|
'Your external account is not linked anymore to your profile.' => 'Vanjski korisnički račun više nije povezan sa vašim profilom.',
|
|
'Unable to unlink your external account.' => 'Nije moguće maknuti vezu sa vanjskim korisničkim računom.',
|
|
'External authentication failed' => 'Vanjska autentifikacija nije uspjela',
|
|
'Your external account is linked to your profile successfully.' => 'Vanjski korisnički račun je uspješno povezan sa vašim profilom.',
|
|
'Email' => 'E-mail',
|
|
'Task removed successfully.' => 'Zadatak uspješno maknut.',
|
|
'Unable to remove this task.' => 'Nije moguće uklanjanje zadatka.',
|
|
'Remove a task' => 'Makni zadatak',
|
|
'Do you really want to remove this task: "%s"?' => 'Da li da obrišem zadatak "%s"?',
|
|
'Assign automatically a color based on a category' => 'Automatski dodijeli boju po kategoriji',
|
|
'Assign automatically a category based on a color' => 'Automatski dodijeli kategoriju po boji',
|
|
'Task creation or modification' => 'Kreiranje ili promjena zadatka',
|
|
'Category' => 'Kategorija',
|
|
'Category:' => 'Kategorija:',
|
|
'Categories' => 'Kategorije',
|
|
'Your category has been created successfully.' => 'Uspješno kreirana kategorija.',
|
|
// 'This category has been updated successfully.' => '',
|
|
// 'Unable to update this category.' => '',
|
|
'Remove a category' => 'Obriši kategoriju',
|
|
'Category removed successfully.' => 'Kategorija je uspješno maknuta.',
|
|
'Unable to remove this category.' => 'Nije moguće maknuti kategoriju.',
|
|
'Category modification for the project "%s"' => 'Promjena kategorije za projekt "%s"',
|
|
'Category Name' => 'Naziv kategorije',
|
|
'Add a new category' => 'Dodaj novu kategoriju',
|
|
'Do you really want to remove this category: "%s"?' => 'Stvarno želite maknuti kategoriju: "%s"?',
|
|
'All categories' => 'Sve kategorije',
|
|
'No category' => 'Bez kategorije',
|
|
'The name is required' => 'Naziv je obavezan',
|
|
'Remove a file' => 'Makni datoteku',
|
|
'Unable to remove this file.' => 'Datoteku nije moguće maknuti.',
|
|
'File removed successfully.' => 'Datoteka je uspješno maknuta.',
|
|
'Attach a document' => 'Dodaj dokument',
|
|
'Do you really want to remove this file: "%s"?' => 'Stvarno želite maknuti datoteku: "%s"?',
|
|
'Attachments' => 'Prilozi',
|
|
'Edit the task' => 'Promjena zadatka',
|
|
'Add a comment' => 'Dodaj komentar',
|
|
'Edit a comment' => 'Promjena komentara',
|
|
'Summary' => 'Pregled',
|
|
'Time tracking' => 'Praćenje vremena',
|
|
'Estimate:' => 'Procjena:',
|
|
'Spent:' => 'Potrošeno:',
|
|
'Do you really want to remove this sub-task?' => 'Stvarno želite maknuti pod-zadatak?',
|
|
'Remaining:' => 'Preostalo:',
|
|
'hours' => 'sati',
|
|
'estimated' => 'procjena',
|
|
'Sub-Tasks' => 'Pod-zadaci',
|
|
'Add a sub-task' => 'Dodaj pod-zadatak',
|
|
'Original estimate' => 'Izvorna procjena',
|
|
'Create another sub-task' => 'Dodaj novi pod-zadatak',
|
|
'Time spent' => 'Potrošeno vremena',
|
|
'Edit a sub-task' => 'Promijeni pod-zadatak',
|
|
'Remove a sub-task' => 'Makni pod-zadatak',
|
|
'The time must be a numeric value' => 'Vreme mora biti broj',
|
|
'Todo' => 'Za rad',
|
|
'In progress' => 'U radu',
|
|
'Sub-task removed successfully.' => 'Pod-zadatak je uspješno maknut.',
|
|
'Unable to remove this sub-task.' => 'Nije mouće maknuti ovaj pod-zadatak.',
|
|
'Sub-task updated successfully.' => 'Pod-zadatak je uspješno dopunjen.',
|
|
'Unable to update your sub-task.' => 'Nije moguće dopuniti ovaj pod-zadatak.',
|
|
'Unable to create your sub-task.' => 'Nije moguće krerati ovaj pod-zadatak.',
|
|
'Maximum size: ' => 'Maksimalna veličina: ',
|
|
'Display another project' => 'Prikaži drugi projekt',
|
|
'Created by %s' => 'Kreirao %s',
|
|
'Tasks Export' => 'Izvoz zadataka',
|
|
'Start Date' => 'Početni datum',
|
|
'Execute' => 'Izvrši',
|
|
'Task Id' => 'Identifikator Zadatka',
|
|
'Creator' => 'Autor',
|
|
'Modification date' => 'Datum promjene',
|
|
'Completion date' => 'Datum kompletiranja',
|
|
'Clone' => 'Iskopiraj',
|
|
'Project cloned successfully.' => 'Projekt uspješno kopiran.',
|
|
'Unable to clone this project.' => 'Nije moguće kopirati projekt.',
|
|
'Enable email notifications' => 'Omogući obaveštenja e-mailom',
|
|
'Task position:' => 'Pozicija zadatka:',
|
|
'The task #%d has been opened.' => 'Zadatak #%d je otvoren.',
|
|
'The task #%d has been closed.' => 'Zadatak #%d je zatvoren.',
|
|
'Sub-task updated' => 'Pod-zadatak dopunjen',
|
|
'Title:' => 'Naslov:',
|
|
'Status:' => 'Status:',
|
|
'Assignee:' => 'Dodijeljeno:',
|
|
'Time tracking:' => 'Praćenje vremena: ',
|
|
'New sub-task' => 'Novi Pod-zadatak',
|
|
'New attachment added "%s"' => 'Novi prilog ubačen "%s"',
|
|
'New comment posted by %s' => 'Novi komentar ostavio %s',
|
|
'New comment' => 'Novi komentar',
|
|
'Comment updated' => 'Komentar dopunjen',
|
|
'New subtask' => 'Novi pod-zadatak',
|
|
'I only want to receive notifications for these projects:' => 'Želim primati obavijesti samo za ove projekte:',
|
|
'view the task on Kanboard' => 'Pregledaj zadatke',
|
|
'Public access' => 'Javni pristup',
|
|
'Disable public access' => 'Zabrani javni pristup',
|
|
'Enable public access' => 'Dozvoli javni pristup',
|
|
'Public access disabled' => 'Javni pristup onemogućen!',
|
|
'Move the task to another project' => 'Premjesti zadatak u drugi projekt',
|
|
'Move to another project' => 'Premjesti u drugi projekt',
|
|
'Do you really want to duplicate this task?' => 'Želite duplicirati ovaj zadatak?',
|
|
'Duplicate a task' => 'Kopiraj zadatak',
|
|
'External accounts' => 'Vanjski korisnički račun',
|
|
'Account type' => 'Vrsta korisničkog računa',
|
|
'Local' => 'Lokalno',
|
|
'Remote' => 'Udaljeno',
|
|
'Enabled' => 'Omogući',
|
|
'Disabled' => 'Onemogući',
|
|
'Login:' => 'Korisničko ime:',
|
|
'Full Name:' => 'Ime i prezime:',
|
|
'Email:' => 'Email:',
|
|
'Notifications:' => 'Obavijesti:',
|
|
'Notifications' => 'Obavijesti',
|
|
'Account type:' => 'Vrsta korisničkog računa:',
|
|
'Edit profile' => 'Promjena profila',
|
|
'Change password' => 'Promjena lozinke',
|
|
'Password modification' => 'Promjena lozinke',
|
|
'External authentications' => 'Vanjske autentifikacije',
|
|
'Never connected.' => 'Bez spajanja.',
|
|
'No external authentication enabled.' => 'Nisu omogućene vanjske autentifikacije.',
|
|
'Password modified successfully.' => 'Uspješna promjena lozinke.',
|
|
'Unable to change the password.' => 'Nije moguće promijeniti lozinku.',
|
|
'Change category' => 'Promijeni kategoriju',
|
|
'%s updated the task %s' => '%s dopunio zadatak %s',
|
|
'%s opened the task %s' => '%s otvorio zadatak %s',
|
|
'%s moved the task %s to the position #%d in the column "%s"' => '%s pomaknuo zadatak %s na poziciju #%d u stupcu "%s"',
|
|
'%s moved the task %s to the column "%s"' => '%s pomaknuo zadatak %s u stupac "%s"',
|
|
'%s created the task %s' => '%s je kreirao zadatak %s',
|
|
'%s closed the task %s' => '%s je zatvorio zadatak %s',
|
|
'%s created a subtask for the task %s' => '%s je kreirao pod-zadatak zadatka %s',
|
|
'%s updated a subtask for the task %s' => '%s je dopunio pod-zadatak zadatka %s',
|
|
'Assigned to %s with an estimate of %s/%sh' => 'Dodijeljen korisniku %s uz procjenu vremena %s/%sh',
|
|
'Not assigned, estimate of %sh' => 'Nije dodijeljen, procijenjeno vrijeme %sh',
|
|
'%s updated a comment on the task %s' => '%s je dopunio komentar zadatka %s',
|
|
'%s commented the task %s' => '%s je komentirao zadatak %s',
|
|
'%s\'s activity' => 'Aktivnosti %s',
|
|
'RSS feed' => 'RSS kanal',
|
|
'%s updated a comment on the task #%d' => '%s je dopunio komentar zadatka #%d',
|
|
'%s commented on the task #%d' => '%s je komentirao zadatak #%d',
|
|
'%s updated a subtask for the task #%d' => '%s je dopunio pod-zadatak zadatka #%d',
|
|
'%s created a subtask for the task #%d' => '%s je kreirao pod-zadatak zadatka #%d',
|
|
'%s updated the task #%d' => '%s je dopunio zadatak #%d',
|
|
'%s created the task #%d' => '%s je kreirao zadatak #%d',
|
|
'%s closed the task #%d' => '%s je zatvorio zadatak #%d',
|
|
'%s opened the task #%d' => '%s je otvorio zadatak #%d',
|
|
'Activity' => 'Aktivnosti',
|
|
'Default values are "%s"' => 'Inicijalne vrijednosti su: "%s"',
|
|
'Default columns for new projects (Comma-separated)' => 'Inicijalni stupci za novi projekt (odvojeni zarezom)',
|
|
'Task assignee change' => 'Promjena dodjele zadatka',
|
|
'%s changed the assignee of the task #%d to %s' => '%s promijenio kome je dodijeljen zadatak #%d na %s',
|
|
'%s changed the assignee of the task %s to %s' => '%s promijenio kome je dodijeljen zadatak %s na %s',
|
|
'New password for the user "%s"' => 'Nova lozinka za korisnika "%s"',
|
|
'Choose an event' => 'Odaberi događaj',
|
|
'Create a task from an external provider' => 'Kreiraj zadatak iz vanjskog izvora',
|
|
'Change the assignee based on an external username' => 'Dodijeli zadatak ovisno o vanjskom imenu korisnika',
|
|
'Change the category based on an external label' => 'Dodijeli zadatak ovisno o vanjskoj oznaci',
|
|
'Reference' => 'Referenca',
|
|
'Label' => 'Oznaka',
|
|
'Database' => 'Baza podataka',
|
|
// 'About' => '',
|
|
// 'Database driver:' => '',
|
|
'Board settings' => 'Podešavanje ploče',
|
|
// 'Webhook settings' => '',
|
|
'Reset token' => 'Resetiraj token',
|
|
// 'API endpoint:' => '',
|
|
'Refresh interval for personal board' => 'Osvježavanje privatnih ploča',
|
|
'Refresh interval for public board' => 'Osvježavanje javnih ploča',
|
|
'Task highlight period' => 'Koliko dugo je zadatak istaknut',
|
|
'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Vrijeme (u sekundama) koliko se zadatak smatra nedavno mijenjanim (0 isključi, inicijalno 2 dana)',
|
|
'Frequency in second (60 seconds by default)' => 'Učestalost u sekundama (inicijalno 60 sekundi)',
|
|
'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Učestalost u sekundama (inicijalno 10 sekundi)',
|
|
'Application URL' => 'URL adresa aplikacije',
|
|
'Token regenerated.' => 'Token wygenerowany ponownie.',
|
|
'Date format' => 'Oblik datuma',
|
|
'ISO format is always accepted, example: "%s" and "%s"' => 'Format ISO je uvijek prihvatljiv, npr: "%s", "%s"',
|
|
'New personal project' => 'Novi privatni projekt',
|
|
'This project is personal' => 'Ovo je privatni projekt',
|
|
'Add' => 'Dodaj',
|
|
'Start date' => 'Datum početka',
|
|
'Time estimated' => 'Procjena vremena',
|
|
'There is nothing assigned to you.' => 'Ništa vam nije dodijeljeno',
|
|
'My tasks' => 'Moji zadaci',
|
|
'Activity stream' => 'Popis aktivnosti',
|
|
'Dashboard' => 'Nadzorna ploča',
|
|
'Confirmation' => 'Potvrda',
|
|
// 'Webhooks' => '',
|
|
// 'API' => '',
|
|
// 'Create a comment from an external provider' => '',
|
|
'Project management' => 'Uređivanje projekata',
|
|
'Columns' => 'Stupci',
|
|
'Task' => 'Zadaci',
|
|
'Percentage' => 'Postotak',
|
|
'Number of tasks' => 'Broj zadataka',
|
|
'Task distribution' => 'Podjela zadataka',
|
|
'Analytics' => 'Analiza',
|
|
'Subtask' => 'Pod-zadatak',
|
|
'User repartition' => 'Zaduženja korisnika',
|
|
'Clone this project' => 'Kopiraj projekt',
|
|
'Column removed successfully.' => 'Stupac je uspješno maknut.',
|
|
'Not enough data to show the graph.' => 'Nedovoljno podataka za grafikon.',
|
|
'Previous' => 'Prethodni',
|
|
'The id must be an integer' => 'RB mora biti cijeli broj',
|
|
'The project id must be an integer' => 'RB projekta mora biti cijeli broj',
|
|
'The status must be an integer' => 'Status mora biti cijeli broj',
|
|
'The subtask id is required' => 'RB pod-zadatka je obavezan',
|
|
'The subtask id must be an integer' => 'RB pod-zadatka mora biti cijeli broj',
|
|
'The task id is required' => 'RB zadatka je obavezan',
|
|
'The task id must be an integer' => 'RB zadatka mora biti cijeli broj',
|
|
'The user id must be an integer' => 'RB korisnika mora biti cijeli broj',
|
|
'This value is required' => 'Ova vrijednost je obavezna',
|
|
'This value must be numeric' => 'Ova vrijednost mora biti broj',
|
|
'Unable to create this task.' => 'Nije moguće kreirati zadatak.',
|
|
'Cumulative flow diagram' => 'Kumulativni dijagram toka',
|
|
'Daily project summary' => 'Dnevni sažetak projekta',
|
|
'Daily project summary export' => 'Izvoz dnevnog sažetka projekta',
|
|
'Exports' => 'Izvoz',
|
|
// 'This export contains the number of tasks per column grouped per day.' => '',
|
|
'Active swimlanes' => 'Aktivne staze',
|
|
'Add a new swimlane' => 'Dodaj novu stazu',
|
|
'Default swimlane' => 'Inicijalna staza',
|
|
'Do you really want to remove this swimlane: "%s"?' => 'Želite maknuti ovu stazu: "%s"?',
|
|
'Inactive swimlanes' => 'Neaktivne staze',
|
|
'Remove a swimlane' => 'Makni stazu',
|
|
'Swimlane modification for the project "%s"' => 'Promjena staza za projekt "%s"',
|
|
'Swimlane removed successfully.' => 'Staza uspješno maknuta.',
|
|
'Swimlanes' => 'Staze',
|
|
'Swimlane updated successfully.' => 'Staza je uspješno dopunjena.',
|
|
// 'Unable to remove this swimlane.' => '',
|
|
// 'Unable to update this swimlane.' => '',
|
|
'Your swimlane has been created successfully.' => 'Vaša staza je uspješno kreirana.',
|
|
'Example: "Bug, Feature Request, Improvement"' => 'Npr: "Greška, Zahtjev za promjenom, Poboljšanje"',
|
|
'Default categories for new projects (Comma-separated)' => 'Inicijalne kategorije projekta',
|
|
'Integrations' => 'Integracije',
|
|
'Integration with third-party services' => 'Integracija sa uslugama vanjskih servisa',
|
|
'Subtask Id' => 'RB pod-zadatka',
|
|
'Subtasks' => 'Pod-zadaci',
|
|
'Subtasks Export' => 'Izvoz pod-zadataka',
|
|
'Task Title' => 'Naslov zadatka',
|
|
'Untitled' => 'Bez naslova',
|
|
'Application default' => 'Inicijalne postavke aplikacje',
|
|
'Language:' => 'Jezik:',
|
|
'Timezone:' => 'Vremenska zona:',
|
|
'All columns' => 'Svi stupci',
|
|
'Next' => 'Idući',
|
|
// '#%d' => '',
|
|
'All swimlanes' => 'Sve staze',
|
|
'All colors' => 'Sve boje',
|
|
'Moved to column %s' => 'Pomaknut u stupac %s',
|
|
'User dashboard' => 'Korisnička nadzorna ploča',
|
|
'Allow only one subtask in progress at the same time for a user' => 'Dozvoli samo jedan pod-zadatak "u tijeku" po korisniku',
|
|
// 'Edit column "%s"' => '',
|
|
// 'Select the new status of the subtask: "%s"' => '',
|
|
// 'Subtask timesheet' => '',
|
|
'There is nothing to show.' => 'Nema podataka',
|
|
'Time Tracking' => 'Praćenje vremena',
|
|
// 'You already have one subtask in progress' => '',
|
|
'Which parts of the project do you want to duplicate?' => 'Koje dijelove projekta želite kopirati?',
|
|
// 'Disallow login form' => '',
|
|
'Start' => 'Početak',
|
|
'End' => 'Kraj',
|
|
// 'Task age in days' => '',
|
|
// 'Days in this column' => '',
|
|
// '%dd' => '',
|
|
// 'Add a new link' => '',
|
|
// 'Do you really want to remove this link: "%s"?' => '',
|
|
// 'Do you really want to remove this link with task #%d?' => '',
|
|
// 'Field required' => '',
|
|
// 'Link added successfully.' => '',
|
|
// 'Link updated successfully.' => '',
|
|
// 'Link removed successfully.' => '',
|
|
'Link labels' => 'Oznake poveznica',
|
|
// 'Link modification' => '',
|
|
'Opposite label' => 'Suprotna oznaka',
|
|
// 'Remove a link' => '',
|
|
// 'The labels must be different' => '',
|
|
// 'There is no link.' => '',
|
|
// 'This label must be unique' => '',
|
|
// 'Unable to create your link.' => '',
|
|
// 'Unable to update your link.' => '',
|
|
// 'Unable to remove this link.' => '',
|
|
'relates to' => 'povezan sa',
|
|
'blocks' => 'blokira',
|
|
'is blocked by' => 'je blokiran od',
|
|
'duplicates' => 'duplicira',
|
|
'is duplicated by' => 'je duplikat od',
|
|
// 'is a child of' => '',
|
|
// 'is a parent of' => '',
|
|
// 'targets milestone' => '',
|
|
// 'is a milestone of' => '',
|
|
// 'fixes' => '',
|
|
// 'is fixed by' => '',
|
|
// 'This task' => '',
|
|
// '<1h' => '',
|
|
// '%dh' => '',
|
|
// 'Expand tasks' => '',
|
|
// 'Collapse tasks' => '',
|
|
// 'Expand/collapse tasks' => '',
|
|
// 'Close dialog box' => '',
|
|
// 'Submit a form' => '',
|
|
// 'Board view' => '',
|
|
// 'Keyboard shortcuts' => '',
|
|
// 'Open board switcher' => '',
|
|
// 'Application' => '',
|
|
// 'Compact view' => '',
|
|
// 'Horizontal scrolling' => '',
|
|
// 'Compact/wide view' => '',
|
|
// 'Currency' => '',
|
|
// 'Personal project' => '',
|
|
// 'AUD - Australian Dollar' => '',
|
|
// 'CAD - Canadian Dollar' => '',
|
|
// 'CHF - Swiss Francs' => '',
|
|
'Custom Stylesheet' => 'Prilagođeni CSS',
|
|
// 'EUR - Euro' => '',
|
|
// 'GBP - British Pound' => '',
|
|
// 'INR - Indian Rupee' => '',
|
|
// 'JPY - Japanese Yen' => '',
|
|
// 'NZD - New Zealand Dollar' => '',
|
|
// 'RSD - Serbian dinar' => '',
|
|
// 'CNY - Chinese Yuan' => '',
|
|
// 'USD - US Dollar' => '',
|
|
// 'VES - Venezuelan Bolívar' => '',
|
|
// 'Destination column' => '',
|
|
// 'Move the task to another column when assigned to a user' => '',
|
|
// 'Move the task to another column when assignee is cleared' => '',
|
|
// 'Source column' => '',
|
|
'Transitions' => 'Pomicanja',
|
|
// 'Executer' => '',
|
|
'Time spent in the column' => 'Vrijeme provedeno u stupcu',
|
|
'Task transitions' => 'Pomicanja zadatka',
|
|
// 'Task transitions export' => '',
|
|
// 'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => '',
|
|
// 'Currency rates' => '',
|
|
// 'Rate' => '',
|
|
// 'Change reference currency' => '',
|
|
// 'Reference currency' => '',
|
|
// 'The currency rate has been added successfully.' => '',
|
|
// 'Unable to add this currency rate.' => '',
|
|
// 'Webhook URL' => '',
|
|
// '%s removed the assignee of the task %s' => '',
|
|
// 'Information' => '',
|
|
// 'Check two factor authentication code' => '',
|
|
// 'The two factor authentication code is not valid.' => '',
|
|
// 'The two factor authentication code is valid.' => '',
|
|
// 'Code' => '',
|
|
// 'Two factor authentication' => '',
|
|
// 'This QR code contains the key URI: ' => '',
|
|
// 'Check my code' => '',
|
|
// 'Secret key: ' => '',
|
|
// 'Test your device' => '',
|
|
// 'Assign a color when the task is moved to a specific column' => '',
|
|
'%s via Kanboard' => '%s pomoću Kanboard',
|
|
// 'Burndown chart' => '',
|
|
// 'This chart show the task complexity over the time (Work Remaining).' => '',
|
|
// 'Screenshot taken %s' => '',
|
|
'Add a screenshot' => 'Dodaj sliku ekrana',
|
|
// 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
|
|
// 'Screenshot uploaded successfully.' => '',
|
|
// 'SEK - Swedish Krona' => '',
|
|
// 'Identifier' => '',
|
|
// 'Disable two factor authentication' => '',
|
|
// 'Do you really want to disable the two factor authentication for this user: "%s"?' => '',
|
|
// 'Edit link' => '',
|
|
// 'Start to type task title...' => '',
|
|
// 'A task cannot be linked to itself' => '',
|
|
// 'The exact same link already exists' => '',
|
|
// 'Recurrent task is scheduled to be generated' => '',
|
|
// 'Score' => '',
|
|
// 'The identifier must be unique' => '',
|
|
// 'This linked task id doesn\'t exists' => '',
|
|
// 'This value must be alphanumeric' => '',
|
|
'Edit recurrence' => 'Promjena ponavljanja',
|
|
// 'Generate recurrent task' => '',
|
|
// 'Trigger to generate recurrent task' => '',
|
|
// 'Factor to calculate new due date' => '',
|
|
// 'Timeframe to calculate new due date' => '',
|
|
// 'Base date to calculate new due date' => '',
|
|
// 'Action date' => '',
|
|
// 'Base date to calculate new due date: ' => '',
|
|
// 'This task has created this child task: ' => '',
|
|
// 'Day(s)' => '',
|
|
// 'Existing due date' => '',
|
|
// 'Factor to calculate new due date: ' => '',
|
|
// 'Month(s)' => '',
|
|
// 'This task has been created by: ' => '',
|
|
// 'Recurrent task has been generated:' => '',
|
|
// 'Timeframe to calculate new due date: ' => '',
|
|
// 'Trigger to generate recurrent task: ' => '',
|
|
// 'When task is closed' => '',
|
|
// 'When task is moved from first column' => '',
|
|
// 'When task is moved to last column' => '',
|
|
// 'Year(s)' => '',
|
|
'Project settings' => 'Postavke projekta',
|
|
// 'Automatically update the start date' => '',
|
|
// 'iCal feed' => '',
|
|
'Preferences' => 'Postavke',
|
|
'Security' => 'Sigurnost',
|
|
// 'Two factor authentication disabled' => '',
|
|
// 'Two factor authentication enabled' => '',
|
|
// 'Unable to update this user.' => '',
|
|
// 'There is no user management for personal projects.' => '',
|
|
// 'User that will receive the email' => '',
|
|
// 'Email subject' => '',
|
|
// 'Date' => '',
|
|
// 'Add a comment log when moving the task between columns' => '',
|
|
// 'Move the task to another column when the category is changed' => '',
|
|
// 'Send a task by email to someone' => '',
|
|
// 'Reopen a task' => '',
|
|
// 'Notification' => '',
|
|
// '%s moved the task #%d to the first swimlane' => '',
|
|
'Swimlane' => 'Staza',
|
|
// '%s moved the task %s to the first swimlane' => '',
|
|
// '%s moved the task %s to the swimlane "%s"' => '',
|
|
// 'This report contains all subtasks information for the given date range.' => '',
|
|
// 'This report contains all tasks information for the given date range.' => '',
|
|
// 'Project activities for %s' => '',
|
|
'view the board on Kanboard' => 'Pregledaj ploču',
|
|
// 'The task has been moved to the first swimlane' => '',
|
|
// 'The task has been moved to another swimlane:' => '',
|
|
// 'New title: %s' => '',
|
|
// 'The task is not assigned anymore' => '',
|
|
// 'New assignee: %s' => '',
|
|
// 'There is no category now' => '',
|
|
// 'New category: %s' => '',
|
|
// 'New color: %s' => '',
|
|
// 'New complexity: %d' => '',
|
|
// 'The due date has been removed' => '',
|
|
// 'There is no description anymore' => '',
|
|
// 'Recurrence settings has been modified' => '',
|
|
// 'Time spent changed: %sh' => '',
|
|
// 'Time estimated changed: %sh' => '',
|
|
// 'The field "%s" has been updated' => '',
|
|
// 'The description has been modified:' => '',
|
|
// 'Do you really want to close the task "%s" as well as all subtasks?' => '',
|
|
'I want to receive notifications for:' => 'Želim primati obavijesti za:',
|
|
'All tasks' => 'Sve zadatke',
|
|
'Only for tasks assigned to me' => 'Samo zadatke koji su mi dodijeljeni',
|
|
'Only for tasks created by me' => 'Samo zadatke koje sam kreirao',
|
|
'Only for tasks created by me and tasks assigned to me' => 'Samo zadatke koji su mi dodijeljeni i koje sam kreirao',
|
|
// '%%Y-%%m-%%d' => '',
|
|
// 'Total for all columns' => '',
|
|
// 'You need at least 2 days of data to show the chart.' => '',
|
|
// '<15m' => '',
|
|
// '<30m' => '',
|
|
// 'Stop timer' => '',
|
|
// 'Start timer' => '',
|
|
'My activity stream' => 'Moje aktivnosti',
|
|
'Search tasks' => 'Pretraživanje zadataka',
|
|
'Reset filters' => 'Obriši filtere',
|
|
'My tasks due tomorrow' => 'Moji zadaci sa rokom sutra',
|
|
'Tasks due today' => 'Zadaci sa rokom danas',
|
|
'Tasks due tomorrow' => 'Zadaci sa rokom sutra',
|
|
'Tasks due yesterday' => 'Zadaci sa rokom jučer',
|
|
'Closed tasks' => 'Zatvoreni zadaci',
|
|
'Open tasks' => 'Otvoreni zadaci',
|
|
'Not assigned' => 'Nije dodijeljeno',
|
|
'View advanced search syntax' => 'Pogledaj naprednu sintaksu pretraživanja',
|
|
'Overview' => 'Pregled',
|
|
// 'Board/Calendar/List view' => '',
|
|
// 'Switch to the board view' => '',
|
|
// 'Switch to the list view' => '',
|
|
// 'Go to the search/filter box' => '',
|
|
// 'There is no activity yet.' => '',
|
|
// 'No tasks found.' => '',
|
|
// 'Keyboard shortcut: "%s"' => '',
|
|
// 'List' => '',
|
|
// 'Filter' => '',
|
|
'Advanced search' => 'Napredno pretraživanje',
|
|
'Example of query: ' => 'Primjer upita: ',
|
|
'Search by project: ' => 'Pretraživanje po projektu: ',
|
|
'Search by column: ' => 'Pretraživanje po stupcu: ',
|
|
'Search by assignee: ' => 'Pretraživanje kome je dodijeljeno: ',
|
|
'Search by color: ' => 'Pretraživanje po boji: ',
|
|
'Search by category: ' => 'Pretraživanje po kategoriji: ',
|
|
'Search by description: ' => 'Pretraživanje po opisu: ',
|
|
'Search by due date: ' => 'Pretraživanje po datumskom roku: ',
|
|
// 'Average time spent in each column' => '',
|
|
// 'Average time spent' => '',
|
|
// 'This chart shows the average time spent in each column for the last %d tasks.' => '',
|
|
// 'Average Lead and Cycle time' => '',
|
|
// 'Average lead time: ' => '',
|
|
// 'Average cycle time: ' => '',
|
|
// 'Cycle Time' => '',
|
|
// 'Lead Time' => '',
|
|
// 'This chart shows the average lead and cycle time for the last %d tasks over the time.' => '',
|
|
// 'Average time into each column' => '',
|
|
// 'Lead and cycle time' => '',
|
|
// 'Lead time: ' => '',
|
|
// 'Cycle time: ' => '',
|
|
// 'Time spent in each column' => '',
|
|
// 'The lead time is the duration between the task creation and the completion.' => '',
|
|
// 'The cycle time is the duration between the start date and the completion.' => '',
|
|
// 'If the task is not closed the current time is used instead of the completion date.' => '',
|
|
// 'Set the start date automatically' => '',
|
|
// 'Edit Authentication' => '',
|
|
// 'Remote user' => '',
|
|
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
|
|
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
|
|
'Default task color' => 'Inicijalna boja zadataka',
|
|
// 'This feature does not work with all browsers.' => '',
|
|
// 'There is no destination project available.' => '',
|
|
'Trigger automatically subtask time tracking' => 'Automatsko pokretanje evidencije vremena za pod-zadatke',
|
|
'Include closed tasks in the cumulative flow diagram' => 'Uključi zatvorene zadatke u kumulativni dijagram toka',
|
|
// 'Current swimlane: %s' => '',
|
|
// 'Current column: %s' => '',
|
|
// 'Current category: %s' => '',
|
|
// 'no category' => '',
|
|
// 'Current assignee: %s' => '',
|
|
'not assigned' => 'nije dodjeljeno',
|
|
// 'Author:' => '',
|
|
// 'contributors' => '',
|
|
// 'License:' => '',
|
|
// 'License' => '',
|
|
// 'Enter the text below' => '',
|
|
// 'Start date:' => '',
|
|
'Due date:' => 'Rok:',
|
|
// 'People who are project managers' => '',
|
|
// 'People who are project members' => '',
|
|
// 'NOK - Norwegian Krone' => '',
|
|
// 'Show this column' => '',
|
|
// 'Hide this column' => '',
|
|
'End date' => 'Datum završetka',
|
|
// 'Users overview' => '',
|
|
'Members' => 'Članovi',
|
|
// 'Shared project' => '',
|
|
// 'Project managers' => '',
|
|
// 'Projects list' => '',
|
|
// 'End date:' => '',
|
|
// 'Change task color when using a specific task link' => '',
|
|
// 'Task link creation or modification' => '',
|
|
// 'Milestone' => '',
|
|
// 'Reset the search/filter box' => '',
|
|
'Documentation' => 'Dokumentacija',
|
|
// 'Author' => '',
|
|
// 'Version' => '',
|
|
// 'Plugins' => '',
|
|
// 'There is no plugin loaded.' => '',
|
|
'My notifications' => 'Moje obavijesti',
|
|
// 'Custom filters' => '',
|
|
// 'Your custom filter has been created successfully.' => '',
|
|
// 'Unable to create your custom filter.' => '',
|
|
// 'Custom filter removed successfully.' => '',
|
|
// 'Unable to remove this custom filter.' => '',
|
|
// 'Edit custom filter' => '',
|
|
// 'Your custom filter has been updated successfully.' => '',
|
|
// 'Unable to update custom filter.' => '',
|
|
// 'Web' => '',
|
|
// 'New attachment on task #%d: %s' => '',
|
|
// 'New comment on task #%d' => '',
|
|
// 'Comment updated on task #%d' => '',
|
|
// 'New subtask on task #%d' => '',
|
|
// 'Subtask updated on task #%d' => '',
|
|
// 'New task #%d: %s' => '',
|
|
// 'Task updated #%d' => '',
|
|
// 'Task #%d closed' => '',
|
|
// 'Task #%d opened' => '',
|
|
// 'Column changed for task #%d' => '',
|
|
// 'New position for task #%d' => '',
|
|
'Swimlane changed for task #%d' => 'Staza izmjenjena za zadatak #%d',
|
|
// 'Assignee changed on task #%d' => '',
|
|
// '%d overdue tasks' => '',
|
|
// 'Task #%d is overdue' => '',
|
|
// 'No notification.' => '',
|
|
// 'Mark all as read' => '',
|
|
// 'Mark as read' => '',
|
|
// 'Total number of tasks in this column across all swimlanes' => '',
|
|
// 'Collapse swimlane' => '',
|
|
// 'Expand swimlane' => '',
|
|
// 'Add a new filter' => '',
|
|
// 'Share with all project members' => '',
|
|
// 'Shared' => '',
|
|
'Owner' => 'Vlasnik',
|
|
'Unread notifications' => 'Nepročitane obavijesti',
|
|
'Notification methods:' => 'Vrste obavijesti:',
|
|
// 'Unable to read your file' => '',
|
|
// '%d task(s) have been imported successfully.' => '',
|
|
// 'Nothing has been imported!' => '',
|
|
// 'Import users from CSV file' => '',
|
|
// '%d user(s) have been imported successfully.' => '',
|
|
// 'Comma' => '',
|
|
// 'Semi-colon' => '',
|
|
// 'Tab' => '',
|
|
// 'Vertical bar' => '',
|
|
// 'Double Quote' => '',
|
|
// 'Single Quote' => '',
|
|
// '%s attached a file to the task #%d' => '',
|
|
// 'There is no column or swimlane activated in your project!' => '',
|
|
// 'Append filter (instead of replacement)' => '',
|
|
// 'Append/Replace' => '',
|
|
// 'Append' => '',
|
|
// 'Replace' => '',
|
|
// 'Import' => '',
|
|
// 'Change sorting' => '',
|
|
// 'Tasks Importation' => '',
|
|
// 'Delimiter' => '',
|
|
// 'Enclosure' => '',
|
|
// 'CSV File' => '',
|
|
// 'Instructions' => '',
|
|
// 'Your file must use the predefined CSV format' => '',
|
|
// 'Your file must be encoded in UTF-8' => '',
|
|
// 'The first row must be the header' => '',
|
|
// 'Duplicates are not verified for you' => '',
|
|
// 'The due date must use the ISO format: YYYY-MM-DD' => '',
|
|
// 'Download CSV template' => '',
|
|
'No external integration registered.' => 'Nije zabilježena niti jedna vanjska integracija.',
|
|
// 'Duplicates are not imported' => '',
|
|
// 'Usernames must be lowercase and unique' => '',
|
|
// 'Passwords will be encrypted if present' => '',
|
|
'%s attached a new file to the task %s' => '%s je dodao datoteku za zadatak %s',
|
|
// 'Link type' => '',
|
|
// 'Assign automatically a category based on a link' => '',
|
|
// 'BAM - Konvertible Mark' => '',
|
|
// 'Assignee Username' => '',
|
|
// 'Assignee Name' => '',
|
|
// 'Groups' => '',
|
|
// 'Members of %s' => '',
|
|
// 'New group' => '',
|
|
// 'Group created successfully.' => '',
|
|
// 'Unable to create your group.' => '',
|
|
// 'Edit group' => '',
|
|
// 'Group updated successfully.' => '',
|
|
// 'Unable to update your group.' => '',
|
|
// 'Add group member to "%s"' => '',
|
|
// 'Group member added successfully.' => '',
|
|
// 'Unable to add group member.' => '',
|
|
// 'Remove user from group "%s"' => '',
|
|
// 'User removed successfully from this group.' => '',
|
|
// 'Unable to remove this user from the group.' => '',
|
|
// 'Remove group' => '',
|
|
// 'Group removed successfully.' => '',
|
|
// 'Unable to remove this group.' => '',
|
|
// 'Project Permissions' => '',
|
|
// 'Manager' => '',
|
|
// 'Project Manager' => '',
|
|
// 'Project Member' => '',
|
|
// 'Project Viewer' => '',
|
|
// 'Your account is locked for %d minutes' => '',
|
|
// 'Invalid captcha' => '',
|
|
// 'The name must be unique' => '',
|
|
// 'View all groups' => '',
|
|
// 'There is no user available.' => '',
|
|
// 'Do you really want to remove the user "%s" from the group "%s"?' => '',
|
|
// 'There is no group.' => '',
|
|
// 'Add group member' => '',
|
|
// 'Do you really want to remove this group: "%s"?' => '',
|
|
// 'There is no user in this group.' => '',
|
|
// 'Permissions' => '',
|
|
// 'Allowed Users' => '',
|
|
// 'No specific user has been allowed.' => '',
|
|
'Role' => 'Uloga',
|
|
// 'Enter user name...' => '',
|
|
// 'Allowed Groups' => '',
|
|
// 'No group has been allowed.' => '',
|
|
// 'Group' => '',
|
|
// 'Group Name' => '',
|
|
// 'Enter group name...' => '',
|
|
'Role:' => 'Uloga:',
|
|
// 'Project members' => '',
|
|
// '%s mentioned you in the task #%d' => '',
|
|
// '%s mentioned you in a comment on the task #%d' => '',
|
|
'You were mentioned in the task #%d' => 'Spomenuti ste u zadatku #%d',
|
|
'You were mentioned in a comment on the task #%d' => 'Spomenuti ste u komntaru od zadatka #%d',
|
|
// 'Estimated hours: ' => '',
|
|
// 'Actual hours: ' => '',
|
|
// 'Hours Spent' => '',
|
|
// 'Hours Estimated' => '',
|
|
// 'Estimated Time' => '',
|
|
// 'Actual Time' => '',
|
|
// 'Estimated vs actual time' => '',
|
|
// 'RUB - Russian Ruble' => '',
|
|
// 'Assign the task to the person who does the action when the column is changed' => '',
|
|
// 'Close a task in a specific column' => '',
|
|
// 'Time-based One-time Password Algorithm' => '',
|
|
// 'Two-Factor Provider: ' => '',
|
|
// 'Disable two-factor authentication' => '',
|
|
// 'Enable two-factor authentication' => '',
|
|
// 'There is no integration registered at the moment.' => '',
|
|
// 'Password Reset for Kanboard' => '',
|
|
'Forgot password?' => 'Zaboravili ste lozinku?',
|
|
'Enable "Forget Password"' => 'Omogući opciju "Zaboravljena lozinka"',
|
|
// 'Password Reset' => '',
|
|
// 'New password' => '',
|
|
// 'Change Password' => '',
|
|
// 'To reset your password click on this link:' => '',
|
|
'Last Password Reset' => 'Zadnja promjena lozinke',
|
|
'The password has never been reinitialized.' => 'Lozinka nikada nije bila mijenjana.',
|
|
// 'Creation' => '',
|
|
// 'Expiration' => '',
|
|
'Password reset history' => 'Povijest promjena lozinke',
|
|
// 'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => '',
|
|
// 'Do you really want to close all tasks of this column?' => '',
|
|
// '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '',
|
|
// 'Close all tasks of this column' => '',
|
|
// 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '',
|
|
'My dashboard' => 'Moja nadzorna ploča',
|
|
'My profile' => 'Moj profil',
|
|
// 'Project owner: ' => '',
|
|
// 'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => '',
|
|
// 'Project owner' => '',
|
|
// 'Personal projects do not have users and groups management.' => '',
|
|
// 'There is no project member.' => '',
|
|
'Priority' => 'Prioritet',
|
|
// 'Task priority' => '',
|
|
// 'General' => '',
|
|
// 'Dates' => '',
|
|
'Default priority' => 'Inicijalni prioritet',
|
|
// 'Lowest priority' => '',
|
|
// 'Highest priority' => '',
|
|
// 'Close a task when there is no activity' => '',
|
|
// 'Duration in days' => '',
|
|
// 'Send email when there is no activity on a task' => '',
|
|
// 'Unable to fetch link information.' => '',
|
|
// 'Daily background job for tasks' => '',
|
|
// 'Auto' => '',
|
|
// 'Related' => '',
|
|
// 'Attachment' => '',
|
|
// 'Title not found' => '',
|
|
// 'Web Link' => '',
|
|
// 'External links' => '',
|
|
'Add external link' => 'Dodaj vanjski link',
|
|
// 'Type' => '',
|
|
// 'Dependency' => '',
|
|
// 'Add internal link' => '',
|
|
// 'Add a new external link' => '',
|
|
// 'Edit external link' => '',
|
|
// 'External link' => '',
|
|
// 'Copy and paste your link here...' => '',
|
|
// 'URL' => '',
|
|
// 'Internal links' => '',
|
|
'Assign to me' => 'Dodjeli meni',
|
|
'Me' => 'Ja',
|
|
// 'Do not duplicate anything' => '',
|
|
'Projects management' => 'Uređivanje projekata',
|
|
// 'Users management' => '',
|
|
// 'Groups management' => '',
|
|
// 'Create from another project' => '',
|
|
'open' => 'otvoren',
|
|
'closed' => 'zatvoren',
|
|
'Priority:' => 'Prioritet:',
|
|
'Reference:' => 'Referenca:',
|
|
'Complexity:' => 'Kompleksnost:',
|
|
'Swimlane:' => 'Staza:',
|
|
'Column:' => 'Stupac:',
|
|
'Position:' => 'Pozicija:',
|
|
'Creator:' => 'Napravio:',
|
|
// 'Time estimated:' => '',
|
|
// '%s hours' => '',
|
|
// 'Time spent:' => '',
|
|
'Created:' => 'Kreirano:',
|
|
'Modified:' => 'Promjenjeno:',
|
|
// 'Completed:' => '',
|
|
// 'Started:' => '',
|
|
'Moved:' => 'Pomaknuto:',
|
|
// 'Task #%d' => '',
|
|
'Time format' => 'Oblik vremena',
|
|
// 'Start date: ' => '',
|
|
// 'End date: ' => '',
|
|
// 'New due date: ' => '',
|
|
// 'Start date changed: ' => '',
|
|
'Disable personal projects' => 'Onemogući privatne projekte',
|
|
// 'Do you really want to remove this custom filter: "%s"?' => '',
|
|
// 'Remove a custom filter' => '',
|
|
// 'User activated successfully.' => '',
|
|
// 'Unable to enable this user.' => '',
|
|
// 'User disabled successfully.' => '',
|
|
// 'Unable to disable this user.' => '',
|
|
// 'All files have been uploaded successfully.' => '',
|
|
// 'The maximum allowed file size is %sB.' => '',
|
|
// 'Drag and drop your files here' => '',
|
|
// 'choose files' => '',
|
|
// 'View profile' => '',
|
|
// 'Two Factor' => '',
|
|
// 'Disable user' => '',
|
|
// 'Do you really want to disable this user: "%s"?' => '',
|
|
// 'Enable user' => '',
|
|
// 'Do you really want to enable this user: "%s"?' => '',
|
|
// 'Download' => '',
|
|
// 'Uploaded: %s' => '',
|
|
// 'Size: %s' => '',
|
|
// 'Uploaded by %s' => '',
|
|
// 'Filename' => '',
|
|
// 'Size' => '',
|
|
// 'Column created successfully.' => '',
|
|
// 'Another column with the same name exists in the project' => '',
|
|
'Default filters' => 'Inicijalni filteri',
|
|
// 'Your board doesn\'t have any columns!' => '',
|
|
// 'Change column position' => '',
|
|
// 'Switch to the project overview' => '',
|
|
// 'User filters' => '',
|
|
// 'Category filters' => '',
|
|
// 'Upload a file' => '',
|
|
// 'View file' => '',
|
|
// 'Last activity' => '',
|
|
// 'Change subtask position' => '',
|
|
// 'This value must be greater than %d' => '',
|
|
// 'Another swimlane with the same name exists in the project' => '',
|
|
'Example: https://example.kanboard.org/ (used to generate absolute URLs)' => 'Primjer: https://primjer.kanboard.org/ (koristi se za konstrukciju apsolutnih URL adresa)',
|
|
// 'Actions duplicated successfully.' => '',
|
|
// 'Unable to duplicate actions.' => '',
|
|
// 'Add a new action' => '',
|
|
// 'Import from another project' => '',
|
|
// 'There is no action at the moment.' => '',
|
|
// 'Import actions from another project' => '',
|
|
// 'There is no available project.' => '',
|
|
// 'Local File' => '',
|
|
// 'Configuration' => '',
|
|
// 'PHP version:' => '',
|
|
// 'PHP SAPI:' => '',
|
|
// 'OS version:' => '',
|
|
// 'Database version:' => '',
|
|
// 'Browser:' => '',
|
|
// 'Task view' => '',
|
|
// 'Edit task' => '',
|
|
// 'Edit description' => '',
|
|
// 'New internal link' => '',
|
|
// 'Display list of keyboard shortcuts' => '',
|
|
// 'Avatar' => '',
|
|
// 'Upload my avatar image' => '',
|
|
// 'Remove my image' => '',
|
|
// 'The OAuth2 state parameter is invalid' => '',
|
|
// 'User not found.' => '',
|
|
'Search in activity stream' => 'Pretraživanje u slijedu aktivnosti',
|
|
// 'My activities' => '',
|
|
// 'Activity until yesterday' => '',
|
|
// 'Activity until today' => '',
|
|
'Search by creator: ' => 'Pretraživanje tko je kreirao: ',
|
|
'Search by creation date: ' => 'Pretraživanje po datumu kreiranja: ',
|
|
'Search by task status: ' => 'Pretraživanje po statusu zadatka: ',
|
|
'Search by task title: ' => 'Pretraživanje po naslovu zadatka: ',
|
|
'Activity stream search' => 'Pretraživanje aktivnosti',
|
|
// 'Projects where "%s" is manager' => '',
|
|
// 'Projects where "%s" is member' => '',
|
|
// 'Open tasks assigned to "%s"' => '',
|
|
// 'Closed tasks assigned to "%s"' => '',
|
|
// 'Assign automatically a color based on a priority' => '',
|
|
// 'Overdue tasks for the project(s) "%s"' => '',
|
|
// 'Upload files' => '',
|
|
// 'Installed Plugins' => '',
|
|
// 'Plugin Directory' => '',
|
|
// 'Plugin installed successfully.' => '',
|
|
// 'Plugin updated successfully.' => '',
|
|
// 'Plugin removed successfully.' => '',
|
|
// 'Subtask converted to task successfully.' => '',
|
|
// 'Unable to convert the subtask.' => '',
|
|
// 'Unable to extract plugin archive.' => '',
|
|
// 'Plugin not found.' => '',
|
|
// 'You don\'t have the permission to remove this plugin.' => '',
|
|
// 'Unable to download plugin archive.' => '',
|
|
// 'Unable to write temporary file for plugin.' => '',
|
|
// 'Unable to open plugin archive.' => '',
|
|
// 'There is no file in the plugin archive.' => '',
|
|
// 'Create tasks in bulk' => '',
|
|
// 'Your Kanboard instance is not configured to install plugins from the user interface.' => '',
|
|
// 'There is no plugin available.' => '',
|
|
// 'Install' => '',
|
|
// 'Update' => '',
|
|
// 'Up to date' => '',
|
|
// 'Not available' => '',
|
|
// 'Remove plugin' => '',
|
|
// 'Do you really want to remove this plugin: "%s"?' => '',
|
|
// 'Uninstall' => '',
|
|
// 'Listing' => '',
|
|
// 'Metadata' => '',
|
|
'Manage projects' => 'Uređivanje projekata',
|
|
// 'Convert to task' => '',
|
|
// 'Convert sub-task to task' => '',
|
|
// 'Do you really want to convert this sub-task to a task?' => '',
|
|
// 'My task title' => '',
|
|
// 'Enter one task by line.' => '',
|
|
// 'Number of failed login:' => '',
|
|
// 'Account locked until:' => '',
|
|
'Email settings' => 'E-mail postavke',
|
|
'Email sender address' => 'E-mail adresa pošiljatelja',
|
|
'Email transport' => 'Način slanja maila',
|
|
// 'Webhook token' => '',
|
|
// 'Project tags management' => '',
|
|
// 'Tag created successfully.' => '',
|
|
// 'Unable to create this tag.' => '',
|
|
// 'Tag updated successfully.' => '',
|
|
// 'Unable to update this tag.' => '',
|
|
// 'Tag removed successfully.' => '',
|
|
// 'Unable to remove this tag.' => '',
|
|
// 'Global tags management' => '',
|
|
// 'Tags' => '',
|
|
'Tags management' => 'Uređivanje oznaka',
|
|
'Add new tag' => 'Dodaj novu oznaku',
|
|
'Edit a tag' => 'Uređivanje oznake',
|
|
// 'Project tags' => '',
|
|
// 'There is no specific tag for this project at the moment.' => '',
|
|
'Tag' => 'Oznaka',
|
|
'Remove a tag' => 'Brisanje oznake',
|
|
'Do you really want to remove this tag: "%s"?' => 'Stvarno želite obrisati oznaku: "%s"?',
|
|
'Global tags' => 'Globalne oznake',
|
|
'There is no global tag at the moment.' => 'Trenutno nema globalno definiranih oznaka.',
|
|
// 'This field cannot be empty' => '',
|
|
// 'Close a task when there is no activity in a specific column' => '',
|
|
'%s removed a subtask for the task #%d' => '%s je uklonio pod-zadatak od zadataka #%d',
|
|
// '%s removed a comment on the task #%d' => '',
|
|
// 'Comment removed on task #%d' => '',
|
|
// 'Subtask removed on task #%d' => '',
|
|
// 'Hide tasks in this column in the dashboard' => '',
|
|
// '%s removed a comment on the task %s' => '',
|
|
'%s removed a subtask for the task %s' => '%s je uklonio pod-zadatak od zadataka #%s',
|
|
// 'Comment removed' => '',
|
|
// 'Subtask removed' => '',
|
|
// '%s set a new internal link for the task #%d' => '',
|
|
// '%s removed an internal link for the task #%d' => '',
|
|
// 'A new internal link for the task #%d has been defined' => '',
|
|
// 'Internal link removed for the task #%d' => '',
|
|
// '%s set a new internal link for the task %s' => '',
|
|
// '%s removed an internal link for the task %s' => '',
|
|
// 'Automatically set the due date on task creation' => '',
|
|
// 'Move the task to another column when closed' => '',
|
|
// 'Move the task to another column when not moved during a given period' => '',
|
|
'Dashboard for %s' => 'Nadzorna ploča za %s',
|
|
'Tasks overview for %s' => 'Pregled zadataka za %s',
|
|
'Subtasks overview for %s' => 'Pregled podzadataka za %s',
|
|
'Projects overview for %s' => 'Pregled projekata za %s',
|
|
// 'Activity stream for %s' => '',
|
|
// 'Assign a color when the task is moved to a specific swimlane' => '',
|
|
// 'Assign a priority when the task is moved to a specific swimlane' => '',
|
|
// 'User unlocked successfully.' => '',
|
|
// 'Unable to unlock the user.' => '',
|
|
// 'Move a task to another swimlane' => '',
|
|
// 'Creator Name' => '',
|
|
// 'Time spent and estimated' => '',
|
|
'Move position' => 'Promjena pozicije',
|
|
'Move task to another position on the board' => 'Pomakni zadatak na drugu poziciju na ploči',
|
|
// 'Insert before this task' => '',
|
|
// 'Insert after this task' => '',
|
|
// 'Unlock this user' => '',
|
|
// 'Custom Project Roles' => '',
|
|
// 'Add a new custom role' => '',
|
|
// 'Restrictions for the role "%s"' => '',
|
|
// 'Add a new project restriction' => '',
|
|
// 'Add a new drag and drop restriction' => '',
|
|
// 'Add a new column restriction' => '',
|
|
// 'Edit this role' => '',
|
|
// 'Remove this role' => '',
|
|
// 'There is no restriction for this role.' => '',
|
|
// 'Only moving task between those columns is permitted' => '',
|
|
// 'Close a task in a specific column when not moved during a given period' => '',
|
|
// 'Edit columns' => '',
|
|
// 'The column restriction has been created successfully.' => '',
|
|
// 'Unable to create this column restriction.' => '',
|
|
// 'Column restriction removed successfully.' => '',
|
|
// 'Unable to remove this restriction.' => '',
|
|
// 'Your custom project role has been created successfully.' => '',
|
|
// 'Unable to create custom project role.' => '',
|
|
// 'Your custom project role has been updated successfully.' => '',
|
|
// 'Unable to update custom project role.' => '',
|
|
// 'Custom project role removed successfully.' => '',
|
|
// 'Unable to remove this project role.' => '',
|
|
// 'The project restriction has been created successfully.' => '',
|
|
// 'Unable to create this project restriction.' => '',
|
|
// 'Project restriction removed successfully.' => '',
|
|
// 'You cannot create tasks in this column.' => '',
|
|
// 'Task creation is permitted for this column' => '',
|
|
// 'Closing or opening a task is permitted for this column' => '',
|
|
// 'Task creation is blocked for this column' => '',
|
|
// 'Closing or opening a task is blocked for this column' => '',
|
|
// 'Task creation is not permitted' => '',
|
|
// 'Closing or opening a task is not permitted' => '',
|
|
// 'New drag and drop restriction for the role "%s"' => '',
|
|
// 'People belonging to this role will be able to move tasks only between the source and the destination column.' => '',
|
|
// 'Remove a column restriction' => '',
|
|
// 'Do you really want to remove this column restriction: "%s" to "%s"?' => '',
|
|
// 'New column restriction for the role "%s"' => '',
|
|
// 'Rule' => '',
|
|
// 'Do you really want to remove this column restriction?' => '',
|
|
// 'Custom roles' => '',
|
|
// 'New custom project role' => '',
|
|
// 'Edit custom project role' => '',
|
|
// 'Remove a custom role' => '',
|
|
// 'Do you really want to remove this custom role: "%s"? All people assigned to this role will become project member.' => '',
|
|
// 'There is no custom role for this project.' => '',
|
|
// 'New project restriction for the role "%s"' => '',
|
|
// 'Restriction' => '',
|
|
// 'Remove a project restriction' => '',
|
|
// 'Do you really want to remove this project restriction: "%s"?' => '',
|
|
// 'Duplicate to multiple projects' => '',
|
|
// 'This field is required' => '',
|
|
// 'Moving a task is not permitted' => '',
|
|
// 'This value must be in the range %d to %d' => '',
|
|
// 'You are not allowed to move this task.' => '',
|
|
'API User Access' => 'Pristup korisnika putem API',
|
|
// 'Preview' => '',
|
|
// 'Write' => '',
|
|
// 'Write your text in Markdown' => '',
|
|
'No personal API access token registered.' => 'Nije zabilježen niti jedan pristupni token.',
|
|
// 'Your personal API access token is "%s"' => '',
|
|
// 'Remove your token' => '',
|
|
'Generate a new token' => 'Kreiraj novi token',
|
|
// 'Showing %d-%d of %d' => '',
|
|
'Outgoing Emails' => 'Odlazne e-mail poruke',
|
|
// 'Add or change currency rate' => '',
|
|
// 'Reference currency: %s' => '',
|
|
// 'Add custom filters' => '',
|
|
// 'Export' => '',
|
|
'Add link label' => 'Dodaj oznaku poveznice',
|
|
// 'Incompatible Plugins' => '',
|
|
// 'Compatibility' => '',
|
|
// 'Permissions and ownership' => '',
|
|
// 'Priorities' => '',
|
|
// 'Close this window' => '',
|
|
// 'Unable to upload this file.' => '',
|
|
// 'Import tasks' => '',
|
|
// 'Choose a project' => '',
|
|
// 'Profile' => '',
|
|
// 'Application role' => '',
|
|
// '%d invitations were sent.' => '',
|
|
// '%d invitation was sent.' => '',
|
|
// 'Unable to create this user.' => '',
|
|
// 'Kanboard Invitation' => '',
|
|
// 'Visible on dashboard' => '',
|
|
// 'Created at:' => '',
|
|
// 'Updated at:' => '',
|
|
// 'There is no custom filter.' => '',
|
|
// 'New User' => '',
|
|
// 'Authentication' => '',
|
|
// 'If checked, this user will use a third-party system for authentication.' => '',
|
|
// 'The password is necessary only for local users.' => '',
|
|
// 'You have been invited to register on Kanboard.' => '',
|
|
// 'Click here to join your team' => '',
|
|
// 'Invite people' => '',
|
|
// 'Emails' => '',
|
|
// 'Enter one email address by line.' => '',
|
|
// 'Add these people to this project' => '',
|
|
// 'Add this person to this project' => '',
|
|
// 'Sign-up' => '',
|
|
// 'Credentials' => '',
|
|
// 'New user' => '',
|
|
// 'This username is already taken' => '',
|
|
// 'A link to reset your password has been sent by email.' => '',
|
|
// 'Your profile must have a valid email address.' => '',
|
|
// 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => '',
|
|
// 'TRL - Turkish Lira' => '',
|
|
// 'The project email is optional and could be used by several plugins.' => '',
|
|
// 'The project email must be unique across all projects' => '',
|
|
// 'The email configuration has been disabled by the administrator.' => '',
|
|
// 'Close this project' => '',
|
|
// 'Open this project' => '',
|
|
// 'Close a project' => '',
|
|
// 'Do you really want to close this project: "%s"?' => '',
|
|
// 'Reopen a project' => '',
|
|
// 'Do you really want to reopen this project: "%s"?' => '',
|
|
// 'This project is open' => '',
|
|
// 'This project is closed' => '',
|
|
// 'Unable to upload files, check the permissions of your data folder.' => '',
|
|
// 'Another category with the same name exists in this project' => '',
|
|
// 'Comment sent by email successfully.' => '',
|
|
// 'Sent by email to "%s" (%s)' => '',
|
|
// 'Unable to read uploaded file.' => '',
|
|
// 'Database uploaded successfully.' => '',
|
|
// 'Task sent by email successfully.' => '',
|
|
// 'There is no category in this project.' => '',
|
|
'Send by email' => 'Pošalji emailom',
|
|
// 'Create and send a comment by email' => '',
|
|
// 'Subject' => '',
|
|
// 'Upload the database' => '',
|
|
// 'You could upload the previously downloaded Sqlite database (Gzip format).' => '',
|
|
// 'Database file' => '',
|
|
// 'Upload' => '',
|
|
// 'Your project must have at least one active swimlane.' => '',
|
|
// 'Project: %s' => '',
|
|
// 'Automatic action not found: "%s"' => '',
|
|
'%d projects' => '%d projekta',
|
|
'%d project' => '%d projekt',
|
|
// 'There is no project.' => '',
|
|
// 'Sort' => '',
|
|
// 'Project ID' => '',
|
|
// 'Project name' => '',
|
|
// 'Public' => '',
|
|
// 'Personal' => '',
|
|
// '%d tasks' => '',
|
|
// '%d task' => '',
|
|
// 'Task ID' => '',
|
|
// 'Assign automatically a color when due date is expired' => '',
|
|
// 'Total score in this column across all swimlanes' => '',
|
|
// 'HRK - Kuna' => '',
|
|
// 'ARS - Argentine Peso' => '',
|
|
// 'COP - Colombian Peso' => '',
|
|
// '%d groups' => '',
|
|
// '%d group' => '',
|
|
// 'Group ID' => '',
|
|
// 'External ID' => '',
|
|
// '%d users' => '',
|
|
// '%d user' => '',
|
|
// 'Hide subtasks' => '',
|
|
// 'Show subtasks' => '',
|
|
// 'Authentication Parameters' => '',
|
|
// 'API Access' => '',
|
|
// 'No users found.' => '',
|
|
// 'User ID' => '',
|
|
// 'Notifications are activated' => '',
|
|
// 'Notifications are disabled' => '',
|
|
// 'User disabled' => '',
|
|
// '%d notifications' => '',
|
|
// '%d notification' => '',
|
|
// 'There is no external integration installed.' => '',
|
|
// 'You are not allowed to update tasks assigned to someone else.' => '',
|
|
// 'You are not allowed to change the assignee.' => '',
|
|
// 'Task suppression is not permitted' => '',
|
|
// 'Changing assignee is not permitted' => '',
|
|
// 'Update only assigned tasks is permitted' => '',
|
|
// 'Only for tasks assigned to the current user' => '',
|
|
'My projects' => 'Moji projekti',
|
|
// 'You are not a member of any project.' => '',
|
|
'My subtasks' => 'Moji podzadaci',
|
|
// '%d subtasks' => '',
|
|
// '%d subtask' => '',
|
|
// 'Only moving task between those columns is permitted for tasks assigned to the current user' => '',
|
|
// '[DUPLICATE]' => '',
|
|
// 'DKK - Danish Krona' => '',
|
|
// 'Remove user from group' => '',
|
|
// 'Assign the task to its creator' => '',
|
|
// 'This task was sent by email to "%s" with subject "%s".' => '',
|
|
// 'Predefined Email Subjects' => '',
|
|
// 'Write one subject by line.' => '',
|
|
// 'Create another link' => '',
|
|
// 'BRL - Brazilian Real' => '',
|
|
// 'Add a new Kanboard task' => '',
|
|
// 'Subtask not started' => '',
|
|
// 'Subtask currently in progress' => '',
|
|
// 'Subtask completed' => '',
|
|
// 'Subtask added successfully.' => '',
|
|
// '%d subtasks added successfully.' => '',
|
|
// 'Enter one subtask by line.' => '',
|
|
// 'Predefined Contents' => '',
|
|
// 'Predefined contents' => '',
|
|
// 'Predefined Task Description' => '',
|
|
// 'Do you really want to remove this template? "%s"' => '',
|
|
// 'Add predefined task description' => '',
|
|
// 'Predefined Task Descriptions' => '',
|
|
// 'Template created successfully.' => '',
|
|
// 'Unable to create this template.' => '',
|
|
// 'Template updated successfully.' => '',
|
|
// 'Unable to update this template.' => '',
|
|
// 'Template removed successfully.' => '',
|
|
// 'Unable to remove this template.' => '',
|
|
// 'Template for the task description' => '',
|
|
// 'The start date is greater than the end date' => '',
|
|
// 'Tags must be separated by a comma' => '',
|
|
// 'Only the task title is required' => '',
|
|
// 'Creator Username' => '',
|
|
// 'Color Name' => '',
|
|
// 'Column Name' => '',
|
|
// 'Swimlane Name' => '',
|
|
// 'Time Estimated' => '',
|
|
// 'Time Spent' => '',
|
|
// 'External Link' => '',
|
|
// 'This feature enables the iCal feed, RSS feed and the public board view.' => '',
|
|
// 'Stop the timer of all subtasks when moving a task to another column' => '',
|
|
// 'Subtask Title' => '',
|
|
// 'Add a subtask and activate the timer when moving a task to another column' => '',
|
|
// 'days' => '',
|
|
// 'minutes' => '',
|
|
// 'seconds' => '',
|
|
// 'Assign automatically a color when preset start date is reached' => '',
|
|
// 'Move the task to another column once a predefined start date is reached' => '',
|
|
// 'This task is now linked to the task %s with the relation "%s"' => '',
|
|
// 'The link with the relation "%s" to the task %s has been removed' => '',
|
|
// 'Custom Filter:' => '',
|
|
// 'Unable to find this group.' => '',
|
|
// '%s moved the task #%d to the column "%s"' => '',
|
|
// '%s moved the task #%d to the position %d in the column "%s"' => '',
|
|
// '%s moved the task #%d to the swimlane "%s"' => '',
|
|
// '%sh spent' => '',
|
|
// '%sh estimated' => '',
|
|
// 'Select All' => '',
|
|
// 'Unselect All' => '',
|
|
// 'Apply action' => '',
|
|
// 'Move selected tasks to another column' => '',
|
|
// 'Edit tasks in bulk' => '',
|
|
// 'Choose the properties that you would like to change for the selected tasks.' => '',
|
|
// 'Configure this project' => '',
|
|
// 'Start now' => '',
|
|
// '%s removed a file from the task #%d' => '',
|
|
// 'Attachment removed from task #%d: %s' => '',
|
|
// 'No color' => '',
|
|
// 'Attachment removed "%s"' => '',
|
|
// '%s removed a file from the task %s' => '',
|
|
// 'Move the task to another swimlane when assigned to a user' => '',
|
|
// 'Destination swimlane' => '',
|
|
// 'Assign a category when the task is moved to a specific swimlane' => '',
|
|
// 'Move the task to another swimlane when the category is changed' => '',
|
|
// 'Reorder this column by priority (ASC)' => '',
|
|
// 'Reorder this column by priority (DESC)' => '',
|
|
// 'Reorder this column by assignee and priority (ASC)' => '',
|
|
// 'Reorder this column by assignee and priority (DESC)' => '',
|
|
// 'Reorder this column by assignee (A-Z)' => '',
|
|
// 'Reorder this column by assignee (Z-A)' => '',
|
|
// 'Reorder this column by due date (ASC)' => '',
|
|
// 'Reorder this column by due date (DESC)' => '',
|
|
// '%s moved the task #%d "%s" to the project "%s"' => '',
|
|
// 'Task #%d "%s" has been moved to the project "%s"' => '',
|
|
// 'Move the task to another column when the due date is less than a certain number of days' => '',
|
|
// 'Automatically update the start date when the task is moved away from a specific column' => '',
|
|
// 'HTTP Client:' => '',
|
|
// 'Assigned' => '',
|
|
// 'Task limits apply to each swimlane individually' => '',
|
|
// 'Column task limits apply to each swimlane individually' => '',
|
|
// 'Column task limits are applied to each swimlane individually' => '',
|
|
// 'Column task limits are applied across swimlanes' => '',
|
|
// 'Task limit: ' => '',
|
|
// 'Change to global tag' => '',
|
|
// 'Do you really want to make the tag "%s" global?' => '',
|
|
// 'Enable global tags for this project' => '',
|
|
// 'Group membership(s):' => '',
|
|
// '%s is a member of the following group(s): %s' => '',
|
|
// '%d/%d group(s) shown' => '',
|
|
// 'Subtask creation or modification' => '',
|
|
// 'Assign the task to a specific user when the task is moved to a specific swimlane' => '',
|
|
// 'Comment' => '',
|
|
// 'Collapse vertically' => '',
|
|
// 'Expand vertically' => '',
|
|
// 'MXN - Mexican Peso' => '',
|
|
// 'Estimated vs actual time per column' => '',
|
|
// 'HUF - Hungarian Forint' => '',
|
|
// 'XBT - Bitcoin' => '',
|
|
);
|