History log of /dokuwiki/lib/plugins/config/lang/fr/lang.php (Results 76 – 100 of 106)
Revision Date Author Comments
# 202b7494 11-Nov-2009 Vincent Feltz <psycho@feltzv.fr>

French language update

Ignore-this: 26c7a4e463f9cd3cf86bbfd1c69491f2

darcs-hash:20091111210040-5b4a8-ba98714b8c1201af7b575619c2a7964b4b50b908.gz


# 50ecd461 20-Sep-2009 Olivier <duperray.olivier@laposte.net>

French language update

Ignore-this: 5276aea0544dc7768b700fb4e3b2797

darcs-hash:20090920164323-2ae76-208ecb455190a9d6f060476d9edc14e347546c14.gz


# 7ea13553 11-Aug-2009 Erik Pedersen <erik.pedersen@shaw.ca>

French language update

Ignore-this: 3c16a0a7483f35e9026c7e292c926453

darcs-hash:20090811185014-e81ea-4cbbce2d5ebde7e00a0250589a41666ad5dfbb19.gz


# 6ee35b9f 08-Jul-2009 Robin Prest <robin@georezo.net>

French language update

Ignore-this: fef986ab0381d7552bd02a72b55d250e

darcs-hash:20090708174300-594cd-249bf049ecc6cdd21d8bb2cc99e6560570b83747.gz


# cfdddc4a 30-Jun-2009 Guillaume Turri <guillaume.turri@ecl2008.ec-lyon.fr>

French language update

Ignore-this: 52358f90550c48371573f4a07d8dc094

darcs-hash:20090630192957-74baf-bd72eb881db0af795ebee4d9b5b608baabef8835.gz


# c7496adb 03-Jun-2009 Goulven <littlebmxdevil@gmail.com>

French language update

Ignore-this: cbe3c01cdc41d589bae06fc9933ba859

darcs-hash:20090603164023-2e9fc-013956da665884b18246ab81c505ab78ee0ca00c.gz


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

removed purple numbers

darcs-hash:20090525194435-f7d6d-2def694a053f7e661f88f1636903283bad7c1fa8.gz


# 1f454ef2 16-May-2009 Guillaume Turri <guillaume.turri@ecl2008.ec-lyon.fr>

French language update

Ignore-this: de708804321143bb34bea0920ec7e30b

darcs-hash:20090516122205-74baf-5c3998082833a6a36067c5a97e31a71d5f3a1a5d.gz


# c51e2591 31-Mar-2009 Guillaume Turri <guillaume.turri@ecl2008.ec-lyon.fr>

French language update

Ignore-this: 5d24ed4670fda51579fbfb753694d5d0

darcs-hash:20090331162515-74baf-e8f6fdd7831013cb9d77af43b96bf265497edd81.gz


# 9ba9de29 06-Feb-2009 Guillaume Turri <guillaume.turri@gmail.com>

French language update

Ignore-this: b0f803d1dcd730bbc37324aa42e1676

darcs-hash:20090206071718-78808-72cd9c6de448cc0764488135f92f5df34bed5279.gz


# 560e1a68 05-Feb-2009 Guillaume Turri <guillaume.turri@gmail.com>

French language update

Ignore-this: 5eaec50a1d277780bbfb40ece783dcf7

darcs-hash:20090205164340-78808-ff8938a6c458e9053ff97682ff0d9189b3b6b79f.gz


# ba0f22c0 28-Jan-2009 Guillaume Turri <guillaume.turri@gmail.com>

French language update

Ignore-this: dbc4899c6a32b235249403eeb5b950b5

darcs-hash:20090128151859-78808-d3bfb2ba096e77d126a15817d2f15ced889bb426.gz


# f99fbb64 21-Jan-2009 Nicolas Pourcelot <nicolas.pourcelot@gmail.com>

French language update

darcs-hash:20090121173138-6a2a0-10799601ac5dc943a029af047401c8e3465eb286.gz


# a6039913 05-Dec-2008 Guillaume Turri <guillaume.turri@ecl2008.ec-lyon.fr>

French language update

darcs-hash:20081205090229-74baf-6dff489c6729923fdd512cbfac17707ea03edc06.gz


# f93b78f8 13-Jun-2008 Andreas Gohr <andi@splitbrain.org>

French language update

darcs-hash:20080613072708-7ad00-591123d52cddb63dcf0d554a795301f3762236cb.gz


# d288e197 18-Mar-2008 Guy Brand <gb@isis.u-strasbg.fr>

French strings update

darcs-hash:20080318214152-19e2d-2aad29dd72b49a091954fedb27b0c33caecb0842.gz


# b65e3b9f 09-Mar-2008 Guy Brand <gb@isis.u-strasbg.fr>

French strings update

darcs-hash:20080309211804-19e2d-4e81cf2b81572a6edf2d96d0d6f02223c3dad789.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 ...


# 64daa86a 04-Jan-2008 Andreas Gohr <andi@splitbrain.org>

French update

darcs-hash:20080104143832-7ad00-705fa397a4fedaf21cbff8b7fedabcadaec02ea1.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 ...


# 1ba60149 21-Aug-2007 Andreas Gohr <andi@splitbrain.org>

french update

darcs-hash:20070821173805-7ad00-49900167ab4babede6acebb595faf005b28ce18e.gz


# 2f07f429 19-Jun-2007 Guy Brand <gb@isis.u-strasbg.fr>

Misc string fixes and fr update

darcs-hash:20070619173914-19e2d-7cbef873f967f11ebc0090a1467a0b97d10ec395.gz


# cc25c900 14-May-2007 Andreas Gohr <andi@splitbrain.org>

fixed double http in config manager language files

darcs-hash:20070514222947-7ad00-ae9c66f81648bae00f3cadc3523f15260cc8d4b3.gz


# 9745e657 13-May-2007 Andreas Gohr <andi@splitbrain.org>

fixed link in config descriptions for new bugtracker URLs

darcs-hash:20070513193524-7ad00-2877bb35c7ff52ebd5bd29aeee872f8a6720d5f9.gz


# 54637c3d 13-May-2007 Anika Henke <a.c.henke@arcor.de>

fixed some xhtml validity issues in config manager

darcs-hash:20070513174719-d5083-4827d529f2d30011a1bb7d3cc09cf15779629c19.gz


12345