diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/lang/es/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/lang/es/lang.php b/inc/lang/es/lang.php index 865110ab9..cd81b834b 100644 --- a/inc/lang/es/lang.php +++ b/inc/lang/es/lang.php @@ -38,6 +38,7 @@ * @author Jonathan Hernández <me@jhalicea.com> * @author pokesakura <pokesakura@gmail.com> * @author Álvaro Iradier <airadier@gmail.com> + * @author Alejandro Nunez <nunez.alejandro@gmail.com> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; @@ -371,3 +372,4 @@ $lang['searchresult'] = 'Resultado de la búsqueda'; $lang['plainhtml'] = 'HTML sencillo'; $lang['wikimarkup'] = 'Etiquetado Wiki'; $lang['page_nonexist_rev'] = 'La página no existía en %s. Por tanto fue creada en <a href="%s">%s</a>.'; +$lang['unable_to_parse_date'] = 'Incapaz de evaluar el parámetro "%s".'; |