summaryrefslogtreecommitdiff
path: root/inc/lang/fr
Commit message (Collapse)AuthorAge
* translation updateSchplurtz le Déboulonné2015-02-24
|
* translation updateSchplurtz le Déboulonné2015-01-05
|
* translation updatejames2014-11-19
|
* move strings to lang.phpGerrit Uitslag2014-09-28
|
* Merge remote-tracking branch 'origin/master' into FS#2697searchpagereadonlyGerrit Uitslag2014-09-28
|\ | | | | | | | | | | Conflicts: inc/lang/hr/searchpage.txt inc/lang/ko/searchpage.txt
| * translation updateSyl2014-09-23
| |
| * translation updateSchplurtz le Déboulonné2014-09-17
| |
| * fr/newpage.txt: translation suggestionProf Gra2014-09-03
| | | | | | autorisations suffisants -> permissions suffisantes
| * upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778Andreas Gohr2014-07-04
| | | | | | | | | | | | | | | | | | This now pulls all data from official jQuery sources. Either their CDN or their github account. Google tends to serve outdated or even broken files :-( Unfortunately there's no simple way to get the latest stable jQuery-UI so for now the version has to be adjusted manually in the script.
| * Merge pull request #757 from dokuwiki-translate/lang_update_39Andreas Gohr2014-06-15
| |\ | | | | | | Translation update (fr)
| | * translation updateYoBoY2014-06-10
| | |
| * | Merge remote-tracking branch 'origin/master' into trailingcolonsGerrit Uitslag2014-05-26
| |\| | | | | | | | | | | | | | | | Conflicts: inc/lang/cs/lang.php inc/lang/hu/lang.php
| | * translation updateSchplurtz le Déboulonné2014-05-26
| | |
| | * translation updateCaillot2014-05-21
| | |
| * | Revert "apply half non-breakable spaces in French localization"Gerrit Uitslag2014-05-19
| | | | | | | | | | | | This reverts commit d90ef1e0b81e3ab4cb0e2394acce6ff5970dc67c.
| * | apply half non-breakable spaces in French localizationGerrit Uitslag2014-05-16
| | |
| * | Move colon from code to language stringsGerrit Uitslag2014-05-16
| |/
| * Merge pull request #671 from dokuwiki-translate/lang_update_273Andreas Gohr2014-05-04
| |\ | | | | | | Translation update (fr)
| | * translation updateDavid VANTYGHEM2014-05-02
| | |
| * | translation updateDavid VANTYGHEM2014-05-02
| |/
| * translation updateggallon2014-03-24
| |
| * Merge pull request #573 from splitbrain/FS#2437detailphprefactorAndreas Gohr2014-03-16
| |\ | | | | | | refactor detail.php to template.php
| | * Update lang of img pagetoolsGerrit Uitslag2014-03-05
| | |
| * | remove placeholder van denied.txtGerrit Uitslag2014-03-07
| | |
| * | Revert "added stripped bit to language file"Gerrit Uitslag2014-03-06
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 524df5769a0b9b7aa35af6500c85528c2b0515fe. Conflicts: inc/lang/bn/lang.php inc/lang/fr/lang.php
| * | Merge remote-tracking branch 'origin/master' into FS#2124deniedtextGerrit Uitslag2014-03-04
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: inc/lang/bn/lang.php inc/lang/fr/denied.txt
| | * | translation updateWild2014-02-28
| | |/
| * | added stripped bit to language fileAndreas Gohr2014-02-28
| | | | | | | | | | | | this has been done by a script and might not be 100% accurate
| * | Update localizationsGerrit Uitslag2014-02-25
| |/
* / Replace part of localized searchtext by placeholderGerrit Uitslag2014-03-04
|/
* localize jQuery UI date picker FS#2912Andreas Gohr2014-01-17
|
* translation updateJérôme Brandt2013-11-25
|
* translation updateschplurtz2013-09-15
|
* translation updateVincent Feltz2013-09-04
|
* removed unused lang string (authmodfailed)Anika Henke2013-09-03
|
* translation updateEmmanuel2013-08-08
|
* French language updateBruno Veilleux2013-03-11
|
* Merge branch 'guide' of git://github.com/splitbrain/dokuwiki into ↵Andreas Gohr2012-11-18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-118 * 'guide' of git://github.com/splitbrain/dokuwiki: changed semicolon to colon in link to welcome page to make it less confusing added initial pages to not be ignored by git improved welcome text added welcome page changed the link in the installer to point to wiki:welcome Conflicts: inc/lang/fr/lang.php
| * changed semicolon to colon in link to welcome page to make it less confusingAnika Henke2012-11-18
| |
| * changed the link in the installer to point to wiki:welcomeAndreas Gohr2012-07-14
| |
* | French language updateAnael Mobilia2012-11-12
| |
* | Remove diff link from French notify mail FS#2602Michael Hamann2012-09-18
| | | | | | | | | | | | The link doesn't exist in the English version and it doesn't work anymore because appending a parameter to a link doesn't work when the link is not just a URL but an HTML link
* | Use hardcoded plugin loading error message as $lang isn't initializedMichael Hamann2012-09-08
| | | | | | | | | | | | | | | | When loading plugins, $lang might not be initialized yet, so use a hardcoded error message instead, especially as this error should only be displayed for the admin (and then fixed). This also removes the previously localized message, it might be re-added as part of the new extension manager.
* | French language updateOlivier Duval2012-09-07
| |
* | exchanged named entities with unicode characters in French lang fileAnika Henke2012-07-14
| |
* | fixed validation errors in the installerAnika Henke2012-07-14
|/
* French language updateYannick Aure2012-04-27
|
* Merge branch 'resetpassword'Andreas Gohr2012-03-10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer autogenerate passwords for password reset when $conf['autopasswd'] is disabled. Instead allow to change the password online. * resetpassword: added a timelimit for password reset tokens removed commented line use correct lang string for password mismatch removed outdated language string. it has to be retranslated German translation for password reset honor autopasswd setting for resend password Conflicts: inc/lang/no/lang.php inc/lang/sl/lang.php
| * removed outdated language string. it has to be retranslatedAndreas Gohr2012-02-17
| |
* | localization: removed strings from old flashuploaderlupo492012-01-13
| |