Move Google authentication to an external plugin
This commit is contained in:
@@ -260,9 +260,6 @@ return array(
|
||||
'External authentication failed' => 'Vanjska autentikacija nije uspostavljena',
|
||||
'Your external account is linked to your profile successfully.' => 'Uspješno uspostavljena vanjska autentikacija',
|
||||
'Email' => 'E-mail',
|
||||
'Link my Google Account' => 'Poveži sa Google nalogom',
|
||||
'Unlink my Google Account' => 'Ukini vezu sa Google nalogom',
|
||||
'Login with my Google Account' => 'Prijavi se preko Google naloga',
|
||||
'Project not found.' => 'Projekat nije pronađen.',
|
||||
'Task removed successfully.' => 'Zadatak uspješno uklonjen.',
|
||||
'Unable to remove this task.' => 'Nemoguće uklanjanje zadatka.',
|
||||
@@ -395,7 +392,6 @@ return array(
|
||||
'Change password' => 'Promijeni šifru',
|
||||
'Password modification' => 'Izmjena šifre',
|
||||
'External authentications' => 'Vanjske autentikacije',
|
||||
'Google Account' => 'Google korisnički račun',
|
||||
'Github Account' => 'Github korisnički račun',
|
||||
'Never connected.' => 'Bez konekcija.',
|
||||
'No account linked.' => 'Bez povezanih korisničkih računa.',
|
||||
@@ -846,8 +842,6 @@ return array(
|
||||
'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Ovaj grafik pokazuje prosjek vremena vođenja i vremenskog ciklusa za posljednjih %d zadataka tokom vremena.',
|
||||
'Average time into each column' => 'Prosječno vrijeme u svakoj koloni',
|
||||
'Lead and cycle time' => 'Vrijeme vođenja i vremenski ciklus',
|
||||
'Google Authentication' => 'Google autentifikacija',
|
||||
'Help on Google authentication' => 'Pomoć na Google autentifikacija',
|
||||
'Github Authentication' => 'Github autentifikacija',
|
||||
'Help on Github authentication' => 'Pomoć na Github autentifikacija',
|
||||
'Lead time: ' => 'Vrijeme vođenja: ',
|
||||
@@ -858,7 +852,6 @@ return array(
|
||||
'If the task is not closed the current time is used instead of the completion date.' => 'Ako zadatak nije zatvoren trenutno vrijeme je iskorišteno umjesto datuma završetka.',
|
||||
'Set automatically the start date' => 'Automatski postavi početno vrijeme',
|
||||
'Edit Authentication' => 'Uredi autentifikaciju',
|
||||
'Google Id' => 'Google Id',
|
||||
'Github Id' => 'Github Id',
|
||||
'Remote user' => 'Vanjski korisnik',
|
||||
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Vanjski korisnik ne čuva šifru u Kanboard bazi, npr: LDAP, Google i Github korisnički računi.',
|
||||
|
||||
Reference in New Issue
Block a user