Add missing locale string and add contributors to the readme

This commit is contained in:
Frederic Guillot 2015-01-05 21:09:04 -05:00
parent b2d43dcbd6
commit d0d0796dc2
15 changed files with 20 additions and 6 deletions

View File

@ -166,6 +166,7 @@ Contributors:
- [Matthieu Keller](https://github.com/maggick)
- [Mauro Mariño](https://github.com/moromarino)
- [Maxime](https://github.com/EpocDotFr)
- [Mgro](https://github.com/mgro)
- [Mihailov Vasilievic Filho](https://github.com/mihailov-vf)
- [Moraxy](https://github.com/moraxy)
- [Nala Ginrut](https://github.com/NalaGinrut)
@ -184,6 +185,7 @@ Contributors:
- [Sebastien Pacilly](https://github.com/spacilly)
- [Sebastian Reese](https://github.com/ReeseSebastian)
- [Sylvain Veyrié](https://github.com/turb)
- [Timo](https://github.com/BlueTeck)
- [Toomyem](https://github.com/Toomyem)
- [Tony G. Bolaño](https://github.com/tonybolanyo)
- [Torsten](https://github.com/misterfu)

View File

@ -647,4 +647,5 @@ return array(
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'Next' => '',
);

View File

@ -512,7 +512,7 @@ return array(
'Github issue assignee change' => 'Github Fehlerzuständigkeit geändert',
'Github issue label change' => 'Github Fehlerkennzeichnung verändert',
'Create a task from an external provider' => 'Eine Aufgabe durch einen externen Provider hinzufügen',
// 'Change the assignee based on an external username' => '',
'Change the assignee based on an external username' => 'Zuordnung ändern basierend auf externem Benutzernamen',
'Change the category based on an external label' => 'Kategorie basierend auf einer externen Kennzeichnung ändern',
'Reference' => 'Referenz',
'Reference: %s' => 'Referenz: %s',
@ -647,5 +647,5 @@ return array(
'Application default' => 'Anwendungsstandard',
'Language:' => 'Sprache:',
'Timezone:' => 'Zeitzone:',
'Change the assignee based on an external username' => 'Zuordnung ändern basierend auf externem Benutzernamen',
// 'Next' => '',
);

View File

@ -647,4 +647,5 @@ return array(
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'Next' => '',
);

View File

@ -647,4 +647,5 @@ return array(
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'Next' => '',
);

View File

@ -647,4 +647,5 @@ return array(
'Application default' => 'Valeur par défaut de l\'application',
'Language:' => 'Langue :',
'Timezone:' => 'Fuseau horaire :',
'Next' => 'Suivant',
);

View File

@ -647,4 +647,5 @@ return array(
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'Next' => '',
);

View File

@ -647,4 +647,5 @@ return array(
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'Next' => '',
);

View File

@ -647,4 +647,5 @@ return array(
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'Next' => '',
);

View File

@ -647,4 +647,5 @@ return array(
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'Next' => '',
);

View File

@ -647,4 +647,5 @@ return array(
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'Next' => '',
);

View File

@ -647,4 +647,5 @@ return array(
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'Next' => '',
);

View File

@ -167,7 +167,7 @@ return array(
'Done' => 'Slutfört',
'Application version:' => 'Version:',
'Completed on %B %e, %Y at %k:%M %p' => 'Slutfört %Y-%m-%d kl %H:%M',
'%B %e, %Y at %k:%M %p' => '%Y-%m-%d kl %H:%M',
'%B %e, %Y at %k:%M %p' => '%Y-%m-%d kl %H:%M',
'Date created' => 'Skapat datum',
'Date completed' => 'Slutfört datum',
'Id' => 'ID',
@ -211,7 +211,7 @@ return array(
'Edit this task' => 'Ändra denna uppgift',
'Due Date' => 'Måldatum',
'Invalid date' => 'Ej tillåtet datum',
'Must be done before %B %e, %Y' => 'Måste vara klart innan %Y-%m-%d',
'Must be done before %B %e, %Y' => 'Måste vara klart innan %Y-%m-%d',
'%B %e, %Y' => '%Y-%m-%d',
'%b %e, %Y' => '%Y-%m-%d',
'Automatic actions' => 'Automatiska åtgärder',
@ -377,7 +377,7 @@ return array(
'Link my GitHub Account' => 'Anslut mitt GitHub-konto',
'Unlink my GitHub Account' => 'Koppla ifrån mitt GitHub-konto',
'Created by %s' => 'Skapad av %s',
'Last modified on %B %e, %Y at %k:%M %p' => 'Senaste ändring %Y-%m-%d kl %H:%M',
'Last modified on %B %e, %Y at %k:%M %p' => 'Senaste ändring %Y-%m-%d kl %H:%M',
'Tasks Export' => 'Exportera uppgifter',
'Tasks exportation for "%s"' => 'Exportera uppgifter för "%s"',
'Start Date' => 'Startdatum',
@ -582,7 +582,6 @@ return array(
'Github Issue' => 'Github fråga',
'Not enough data to show the graph.' => 'Inte tillräckligt med data för att visa graf',
'Previous' => 'Föregående',
'Next' => 'Nästa',
'The id must be an integer' => 'ID måste vara ett heltal',
'The project id must be an integer' => 'Projekt-ID måste vara ett heltal',
'The status must be an integer' => 'Status måste vara ett heltal',
@ -648,4 +647,5 @@ return array(
'Application default' => 'Applikationsstandard',
'Language:' => 'Språk',
'Timezone:' => 'Tidszon',
'Next' => 'Nästa',
);

View File

@ -647,4 +647,5 @@ return array(
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'Next' => '',
);

View File

@ -647,4 +647,5 @@ return array(
// 'Application default' => '',
// 'Language:' => '',
// 'Timezone:' => '',
// 'Next' => '',
);