History log of /dokuwiki/lib/plugins/config/lang/es/lang.php (Results 26 – 50 of 55)
Revision Date Author Comments
# 783bf912 03-May-2011 Marcelo Zunino <marcelo.zunino@gmail.com>

Spanish language update


# 84ddc6de 28-Apr-2011 Matthias Schulte <post@lupo49.de>

language updates: update.dokuwiki.org is currently used for update/msg-checks


# f3a3c514 03-Oct-2010 Oscar M. Lage <r0sk10@gmail.com>

Spanish language update


# c275533e 19-May-2010 Mauro Javier Giamberardino Fernandez <mgiamberardino@gmail.com>

Spanish language update


# c04912f6 12-Feb-2010 Victor M Castelan <victorcastelan@gmail.com>

Spanish language update


# f3718805 27-Jan-2010 Adrian Lang <lang@cosmocode.de>

Update translations for subscription


# 9ce41c5b 02-Dec-2009 Fernando Gomez <fjgomez@gmail.com>

Spanish language update

Ignore-this: f554aa2828a6779f0564dbbce8481e50

darcs-hash:20091202183051-39587-4c7aaf9e3046a921ae49dfb87c26263991a60260.gz


# 0de5368a 01-Dec-2009 Fernando Gomez <fjgomez@gmail.com>

Spanish language update

Ignore-this: 8a3a5cbce1267cf0248069157ae5904b

darcs-hash:20091201183554-39587-1265d123015e0dbcc2e0efd8e1ca74dc989edd00.gz


# ea4a69de 15-Nov-2009 Danielc <dancas2@gmail.com>

Spanish language update

Ignore-this: 67206a4928b518e8bf57f97e5035ecf1

darcs-hash:20091115202117-f6493-85c9b6112d2336ae3a42a72b14ee638659914565.gz


# ac2b8f3e 01-Aug-2009 Marvin Ortega <maty1206@maryanlinux.com>

Spanish language update

Ignore-this: d40854cfc017fc8ac1a5da4437c32360

darcs-hash:20090801221608-dd5a0-b79c4cb9dae4c709210250356f72761edf0487b6.gz


# 469ad273 26-Jul-2009 Fernando A. Lagos B <fernando@zerial.org>

Spanish language update

Ignore-this: 6cbc846f666c73086cc28327c2f661e4

darcs-hash:20090726192746-4b9dd-5b35e98747e193994abd00bb53f5c22ded272c0d.gz


# f4b5c371 25-May-2009 Anika Henke <anika@selfthinker.org>

removed more language strings for purple numbers

darcs-hash:20090525212742-f7d6d-e15e46892fb0e7877526a10a002546629e9e26a3.gz


# 734a059e 25-May-2009 Javier Aranda <javierav@javierav.com>

Spanish language update

Ignore-this: f839ee8f30d4ebf9158d3b1934c22c94

darcs-hash:20090525172137-e545b-202faea4dff2aa62396c1ec3962d35c7c825ab03.gz


# 52c5b974 17-Apr-2009 Felipe Martinez <metalmartinez@gmail.com>

Spanish language upgrade

Ignore-this: 45b0669966e5c62558f61073f38dc552

darcs-hash:20090417194727-bcacb-78768ff662da419afbead6908718ec3316aa2d6d.gz


# 0e115661 11-Feb-2009 Jordan <hack.jord@gmail.com>

Spanish language update

Ignore-this: fafc38e993f1ad0c7b7c5c747c783b10

darcs-hash:20090211181345-baf32-3e6bad3285031d50c50f255920dbaca0ed369d9f.gz


# 1e1721f9 21-Jan-2009 Luis Dantas <luis@dantas.com>

Spanish language upgrade

darcs-hash:20090121173038-15659-bd88e89b637d26cfe078690dc61e8b91a0a77d9e.gz


# e13a4142 22-Oct-2008 Victor M Castelan <victorcastelan@gmail.com>

Spanish language update

darcs-hash:20081022191907-c3d16-19588d7f40797baa600409bd39ece192ac0ef9e8.gz


# f6af75a7 08-Oct-2008 Manuel Meco <Manuel.Meco@tirea.es>

Spanish language update

darcs-hash:20081008203414-1011c-85b7d515a43f405e8fbc3366b8195881a552d7a3.gz


# 66afa653 15-Sep-2008 Enrico Nicoletto <enrico.nicoletto@bol.com.br>

Spanish language update

darcs-hash:20080915195208-19a6f-3e03e9f0547f62c1407e9f6adf64e5b061da8561.gz


# f8e3cc43 01-May-2008 Andreas Gohr <andi@splitbrain.org>

Spanish language update

darcs-hash:20080501154829-7ad00-50b414fd642461debaf645865e67e38f6bde3e23.gz


# e656dcd4 23-Feb-2008 Andreas Gohr <andi@splitbrain.org>

use strftime() instead of date() FS#1335 :!:

This patch replaces the use of the date() function with the strftime()
function. The latter will respect a set locale and will use localized
strings for

use strftime() instead of date() FS#1335 :!:

This patch replaces the use of the date() function with the strftime()
function. The latter will respect a set locale and will use localized
strings for things like month names.

Because the format options for strftime differ from the ones used in date,
DokuWiki will rest the value of $conf['dformat'] if it contains an old
date format string (detected by missing % characters).

Plugins or templates using the $conf['dformat'] need to be updated.

darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz

show more ...


# c2503a39 30-Nov-2007 Andreas Gohr <andi@splitbrain.org>

removed obsolete language strings

darcs-hash:20071130234249-7ad00-176b2e8bff203f8a78aceef713ca398a316dbdfc.gz


# 3c76c071 30-Nov-2007 Andreas Gohr <andi@splitbrain.org>

Spanish language update

darcs-hash:20071130233302-7ad00-9cbdf61a70e1a0771bb4ee1a77fc82c3b64dffa1.gz


# ae112d8c 23-Nov-2007 Andreas Gohr <andi@splitbrain.org>

Spellchecker removed

With spell checkers available in all modern browsers, having a spell checker in
DokuWiki's core code is no longer necessary. This patch removes the spell
checking feature. It wi

Spellchecker removed

With spell checkers available in all modern browsers, having a spell checker in
DokuWiki's core code is no longer necessary. This patch removes the spell
checking feature. It will be made available as optional plugin.

darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz

show more ...


# abcc3801 15-Jul-2007 Andreas Gohr <andi@splitbrain.org>

fixed unclean language files FS#1186

darcs-hash:20070715090528-7ad00-ffebbfcd0e4b12e839a958932afd1db2c4fb8765.gz


123