Sync locales

This commit is contained in:
Frederic Guillot
2017-01-26 22:40:51 -05:00
parent 83ad4e4448
commit bf657abd97
26 changed files with 586 additions and 123 deletions

View File

@@ -693,7 +693,6 @@ return array(
'<30m' => '<30m',
'Stop timer' => 'Stoppa timer',
'Start timer' => 'Starta timer',
'Add project member' => 'Lägg till projektmedlem',
'My activity stream' => 'Min aktivitetsström',
'My calendar' => 'Min kalender',
'Search tasks' => 'Sök uppgifter',
@@ -748,8 +747,6 @@ return array(
'Remote user' => 'Extern användare',
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Externa användares lösenord lagras inte i Kanboard-databasen, exempel: LDAP, Google och Github-konton.',
'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Om du aktiverar boxen "Tillåt inte loginformulär" kommer inloggningsuppgifter i formuläret att ignoreras.',
'New remote user' => 'Ny extern användare',
'New local user' => 'Ny lokal användare',
'Default task color' => 'Standardfärg för uppgifter',
'This feature does not work with all browsers.' => 'Denna funktion fungerar inte i alla webbläsare.',
'There is no destination project available.' => 'Det finns inget destinationsprojekt tillgängligt.',
@@ -1026,7 +1023,6 @@ return array(
// 'Started:' => '',
// 'Moved:' => '',
// 'Task #%d' => '',
// 'Date and time format' => '',
// 'Time format' => '',
// 'Start date: ' => '',
// 'End date: ' => '',
@@ -1288,4 +1284,27 @@ return array(
// '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' => '',
);