diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-15 17:01:16 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-15 17:01:16 -0400 |
commit | 5aacb6a76351889a6ec5ed01c8e80f139c2b2027 (patch) | |
tree | 4b6aac7b310ee88d0baabd0791c60ceb6c359292 /locales | |
parent | fae40f01428c2e96d4527c997a2c6d104a837794 (diff) |
Spanish translation integration
Diffstat (limited to 'locales')
-rw-r--r-- | locales/fr_FR/translations.php | 1 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 1 | ||||
-rw-r--r-- | locales/pt_BR/translations.php | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 46e895ee..7a7f8d3e 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -5,6 +5,7 @@ return array( 'French' => 'Français', 'Polish' => 'Polonais', 'Portuguese (Brazilian)' => 'Portugais (Brésil)', + 'Spanish' => 'Espagnol', 'None' => 'Aucun', 'edit' => 'modifier', 'Edit' => 'Modifier', diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index c6284336..718611ac 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -5,6 +5,7 @@ return array( 'French' => 'francuski', 'Polish' => 'polski', 'Portuguese (Brazilian)' => 'Portugalski (brazylijski)', + 'Spanish' => 'Hiszpański', 'None' => 'Brak', 'edit' => 'edytuj', 'Edit' => 'Edytuj', diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php index 6b52cc3a..c5890fa2 100644 --- a/locales/pt_BR/translations.php +++ b/locales/pt_BR/translations.php @@ -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', |