]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
Enable Spanish translation
authorJerome Jutteau <j.jutteau@gmail.com>
Sat, 5 Nov 2016 11:14:16 +0000 (12:14 +0100)
committerJerome Jutteau <j.jutteau@gmail.com>
Sat, 5 Nov 2016 11:33:02 +0000 (12:33 +0100)
Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
README.md
lib/lang.php

index 329a4bbe7bfdc8353c473e5308d20754acb0de0a..a4fba91a6527a9631159d87a5248bf39accd21ea 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ A demonstration of the latest version is available on [jirafeau.net](http://jira
 -  Optional Password protection (for uploading or downloading)
 -  Time limitation
 -  Option to self-destruct after reading
--  Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: :cn: :gr: :ru:
+-  Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: :cn: :gr: :ru: :es:
 -  Small administration interface
 -  File level [Deduplication](http://en.wikipedia.org/wiki/Data_deduplication) for storage optimization
 -  A basic Terms Of Service which can be adapted to your needs
index c193af4e400bf38a2bb9747d2b1b6e1f5b29f8b0..43bdf6cd4c1e10a8c9c56b130e00168a0ef51e5b 100644 (file)
@@ -22,13 +22,14 @@ $languages_list = array ('auto' => 'Automatic',
                          'de'   => 'Deutsch',\r
                          'en'   => 'English',\r
                          'el'   => 'Ελληνικά',\r
+                         'es'   => 'Español',\r
                          'hu'   => 'Magyar',\r
                          'fi'   => 'Suomi',\r
                          'fr'   => 'Français',\r
                          'it'   => 'Italiano',\r
                          'nl'   => 'Nederlands',\r
                          'ro'   => 'Limba română',\r
-                         'ru'   => 'ру́сский язы́к',\r
+                         'ru'   => 'ру́сский',\r
                          'sk'   => 'Slovenčina',\r
                          'zh'   => '汉语');\r
 \r

patrick-canterino.de