Spanish translation integration

This commit is contained in:
Frédéric Guillot 2014-04-15 17:01:16 -04:00
parent fae40f0142
commit 5aacb6a763
5 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Features
- Host anywhere (shared hosting, VPS, Raspberry Pi or localhost)
- No external dependencies
- **Super easy setup**, copy and paste files and you are done!
- Translations in English, French, Brazilian Portuguese and Polish
- Translations in English, French, Brazilian Portuguese, Spanish and Polish
Roadmap
-------
@ -55,6 +55,7 @@ Contributors:
- Nekohayo: https://github.com/nekohayo
- Raphaël Doursenaud: https://github.com/rdoursenaud
- Rzeka: https://github.com/rzeka
- Sebastien pacilly: https://github.com/spacilly
- Toomyem: https://github.com/Toomyem
There is also many people who have reported bugs or proposed awesome ideas.

View File

@ -5,6 +5,7 @@ return array(
'French' => 'Français',
'Polish' => 'Polonais',
'Portuguese (Brazilian)' => 'Portugais (Brésil)',
'Spanish' => 'Espagnol',
'None' => 'Aucun',
'edit' => 'modifier',
'Edit' => 'Modifier',

View File

@ -5,6 +5,7 @@ return array(
'French' => 'francuski',
'Polish' => 'polski',
'Portuguese (Brazilian)' => 'Portugalski (brazylijski)',
'Spanish' => 'Hiszpański',
'None' => 'Brak',
'edit' => 'edytuj',
'Edit' => 'Edytuj',

View File

@ -5,6 +5,7 @@ return array(
'French' => 'Francês',
'Polish' => 'Polonês',
'Portuguese (Brazilian)' => 'Português (Brasil)',
'Spanish' => 'Espanhol',
'None' => 'Nenhum',
'edit' => 'editar',
'Edit' => 'Editar',

View File

@ -44,6 +44,7 @@ class Config extends Base
{
$languages = array(
'en_US' => t('English'),
'es_ES' => t('Spanish'),
'fr_FR' => t('French'),
'pl_PL' => t('Polish'),
'pt_BR' => t('Portuguese (Brazilian)'),