]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/es.lang.php
Improved presentation of language selector.
[timetracker.git] / WEB-INF / resources / es.lang.php
index f0ae3364974f17351a7dc1564e13aac0f84cc35c..9fc9d85f4f14d1e1b1cab27f2f34b3ec7a8512dc 100644 (file)
@@ -29,7 +29,7 @@
 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
-$i18n_language = 'Español';
+$i18n_language = 'Spanish (Español)';
 $i18n_months = array('Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre');
 $i18n_weekdays = array('Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado');
 $i18n_weekdays_short = array('Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sá');