summaryrefslogtreecommitdiff
path: root/lib/plugins/plugin
Commit message (Collapse)AuthorAge
...
* Dutch language updateBart Lamberigts2011-05-03
|
* Spanish language updateMarcelo Zunino2011-05-03
|
* Brazilian Portuguese language updateFrederico Goncalves Guimaraes2011-05-02
|
* Chinese language updateChoicky Chou2011-05-01
|
* Czech language updateVojta Beran2011-04-27
|
* Korean language updateErial Krale2011-04-27
|
* Bulgarian language updateKiril Velikov2011-04-27
|
* eu: language updatesMatthias Schulte2011-04-27
|
* de/de-informal: language updates (added "packageinstalled")lupo492011-04-23
|
* Portuguese language updateJosé Carlos Campos2011-04-20
|
* Hungarian language updateTihanyi Sándor2011-04-19
|
* Merge remote-tracking branch 'upstream/master'Kate Arzamastseva2011-04-18
|\
| * Traditional Chinese updateShuo-Ting Jian2011-04-17
| |
| * Japanese updateYuji TAKENAKA2011-04-17
| | | | | | | | Signed-off-by: Guy Brand <gb@unistra.fr>
| * Bulgarian language updateKiril Velikov2011-04-17
| |
| * French strings updateGuy Brand2011-04-16
| |
| * Removed hard coded strings from plugin managerGuy Brand2011-04-16
| |
| * Finnish language updateOtto Vainio2011-04-16
| |
| * Finnish language updateOtto Vainio2011-04-16
| |
* | Ukrainian language updateKate Arzamastseva2011-04-18
|/
* Estonian language updateKristian Kankainen2011-03-18
|
* Slovak language updateMatej Urban2011-03-18
|
* Traditional Chinese language updateShuo-Ting Jian2011-03-18
|
* Bulgarian language updateKiril Velikov2011-02-21
|
* Chinese Language updateHiphen Lee2011-02-19
|
* Russian language updateWindy Wanderer2011-02-09
|
* Honor conf[pluginmanager] again (closes FS#1856)Adrian Lang2011-02-06
|
* allow reinstall of plugins via plugin manager FS#2120Andreas Gohr2011-02-06
|
* Don't delete the contents of symbolically linked directories in the plugin ↵Myron Turner2011-02-06
| | | | | | | manager This patch makes the plugin manager not descend into symbolically linked directories as this behaviour is not expected from a recursive delete.
* French language updateJohan Guilbaud2011-02-01
|
* Bulgarian language updateKiril Velikov2011-02-01
|
* Traditional Chinese updateDanny Lin2011-01-23
|
* Italian language updateJacopo Corbetta2011-01-22
|
* Slovenian language updateMatej Urbančič2011-01-22
|
* Traditional Chinese updatedanny08382011-01-22
|
* Russian language updateLadyko Andrey2011-01-22
|
* German (informal) language updateChristian Wichmann2011-01-14
|
* German language updateChristian Wichmann2011-01-14
|
* Hebrew language updateYaron Shahrabani2011-01-12
|
* German language updateNiels Lange2011-01-09
|
* Latin language updateMassimiliano Vassalli2011-01-09
| | | | | | | | | | - better use of Latin terminology for DokuWiki - ACL is not translated as AAA (Aditus Administrationis Aditus) but with ICA (Index Custodiae Aditus), which is a more literal translation - minor corrections of grammar and logic - The word "namespace" is more literally translated "spatium nominis", but according to other translations (like the Italian one), I preferred to use "genus".
* updated russian translations for bundled pluginslupo492011-01-04
|
* fixed typo in link (FS#2129)Matthias Schulte2010-12-26
|
* Slovak language updateGregor Skumavc2010-12-21
|
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
* Turkish language updateCaleb Maclennan2010-11-20
|
* Korean language updateYooS C2010-11-18
|
* Czech language updateZbyněk Švec2010-11-18
|
* Chinese Language updateChoicky Chou2010-11-07
|
* Fix GET-after-POST redirect in plugin managerAdrian Lang2010-10-26
| | | | | The redirect target URL is constructed with escaped ampersands since b625808123f. Thanks to Chris Tapp for pointing out.