History log of /dokuwiki/inc/lang/ (Results 1401 – 1425 of 1968)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1246e01611-Sep-2009 Andreas Gohr <andi@splitbrain.org>

One click revert for managers

Ignore-this: e3c9b5f941b2f1aa83ca375861203a2f
This patch adds another button for users with the $conf['manager'] role when
viewing an old revision. It allows them to re

One click revert for managers

Ignore-this: e3c9b5f941b2f1aa83ca375861203a2f
This patch adds another button for users with the $conf['manager'] role when
viewing an old revision. It allows them to revert to this revision with a
single click.

darcs-hash:20090911081833-7ad00-5a64feb7e3e1b37178295c290a6c97c3923e82e3.gz

show more ...

3c2d94a327-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

language string change

Ignore-this: 8442785eb2ef884001e9f70e361b5415

darcs-hash:20090827115449-6e07b-5412512a75f2c742636f42a141d6caedaf717b27.gz

3e23cbfd14-Aug-2009 Andreas Gohr <andi@splitbrain.org>

More Link wizard cleanup

Ignore-this: 100b66fbe26d82dfd6cffba751cf6992

darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz

0071aa2112-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

Language file cleanups for JS changes

Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307

Removed unused string, move another string to the [js] subarray.

darcs-hash:20090812191138-6e07b-65db1b7560d437f

Language file cleanups for JS changes

Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307

Removed unused string, move another string to the [js] subarray.

darcs-hash:20090812191138-6e07b-65db1b7560d437fb26a1a4d0095cd768b2c9af01.gz

show more ...

7ea1355311-Aug-2009 Erik Pedersen <erik.pedersen@shaw.ca>

French language update

Ignore-this: 3c16a0a7483f35e9026c7e292c926453

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

c1c078dc11-Aug-2009 Erik Pedersen <erik.pedersen@shaw.ca>

Esperanto language update

Ignore-this: 1454880f75d932f8f2c11c5ec3e1895f

darcs-hash:20090811184929-e81ea-ed76a9d92d0d6e4b2d9cf1d52cf6c5c247a2a7de.gz

868a465c11-Aug-2009 Erik Pedersen <erik.pedersen@shaw.ca>

Norwegian language update

Ignore-this: 9de87e69b85c8fbc67c79d53c5e7592b

darcs-hash:20090811184843-e81ea-2c27d492a7b21c3a58912229bfa62240dd625b3b.gz

247e7f9e09-Aug-2009 Mohammad Reza Shoaei <shoaei@gmail.com>

Persian language update

Ignore-this: de3bd855c542ea27ecd54eee64e5c873

darcs-hash:20090809195453-04fb5-b2d6367ec03bf477f2b100052f44ebf9c9cc1be0.gz

ac2b8f3e01-Aug-2009 Marvin Ortega <maty1206@maryanlinux.com>

Spanish language update

Ignore-this: d40854cfc017fc8ac1a5da4437c32360

darcs-hash:20090801221608-dd5a0-b79c4cb9dae4c709210250356f72761edf0487b6.gz

8f151af001-Aug-2009 Erik Pedersen <erik.pedersen@shaw.ca>

Esperanto language update

Ignore-this: bfb0044138af78c5d3167be96474117a

darcs-hash:20090801221500-e81ea-e42759852fc30d6f27a9acb5d266c27d55bec210.gz

e541943a31-Jul-2009 robocap <robocap1@gmail.com>

Italian language update

Ignore-this: 537c0d5ff5488726782a8bda21f6e48d

darcs-hash:20090731115716-4b6c8-ced788c8a467d0079630fa98c4423012197a672a.gz

8e2abceb29-Jul-2009 Andreas Gohr <andi@splitbrain.org>

some Khmer language cleanup but still broken

Ignore-this: aff9b0022b1f4809efb4eaa6d95a3d77

This language is currently broken because it is not UTF-8 encoded. But I
couldn't find out what encoding i

some Khmer language cleanup but still broken

Ignore-this: aff9b0022b1f4809efb4eaa6d95a3d77

This language is currently broken because it is not UTF-8 encoded. But I
couldn't find out what encoding is used here. CP1256 seems at least somewhat
reasonable but not completely fitting. If anyone has an idea please give me
a shout. (Original author was contacted as well)

darcs-hash:20090729200554-7ad00-24500ae97cb48b38e3e6821c5436fe8352289760.gz

show more ...

469ad27326-Jul-2009 Fernando A. Lagos B <fernando@zerial.org>

Spanish language update

Ignore-this: 6cbc846f666c73086cc28327c2f661e4

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

3d491f7526-Jul-2009 Andreas Gohr <andi@splitbrain.org>

enhanced <code> and <file> syntax

Ignore-this: 80398f84222bec1fce56eee8f107d37a

This patch enhances the code and file syntax with several new features.

1. code and file are now essentially the sam

enhanced <code> and <file> syntax

Ignore-this: 80398f84222bec1fce56eee8f107d37a

This patch enhances the code and file syntax with several new features.

1. code and file are now essentially the same and just differ in the class
name. This means you now can use the file syntax with syntax highlighting
as well. This also solves problems where the code to highlight already
contains a <code> tag (FS#1493)

2. a filename can be given as label for the code or file block. It is
specified as second parameter after the language:

<code html myfile.html>...</code>

If no highlighting is wanted, but a filename shall be given, you can use
a dash as language:

<code - somefile.foo>...</code>

3. when a filename was given (as shown above), the label links to a
download of the code given in the code/file block. This is made possible
by a new renderer in inc/parser/code.php. The basename of given filename
is suggested as filename when downloading.

darcs-hash:20090726175158-7ad00-969641a06ae1393a6d99207c3cd938fb67f23a71.gz

show more ...

904b41ec24-Jul-2009 Olafur Gunnlaugsson <olafur@gunnlaugsson.com>

Icelandic language upgrade

Ignore-this: dbaf4e0f685233675dbd8061da5d55ce

darcs-hash:20090724072928-c7d26-a27f54b5fe90c2819e96d6329bc5671aaa014468.gz

0f2d4e8e23-Jul-2009 Olafur Gunnlaugsson <olafur@gunnlaugsson.com>

Icelandic language update

Ignore-this: df10fad7adb5ac3e9fe0dbb011cc4f45

darcs-hash:20090723194113-c7d26-f7500b290f5b996caa19093358b124b1f2c12a46.gz

76c415c322-Jul-2009 Olafur Gunnlaugsson <olafur@gunnlaugsson.com>

Icelandic translation added

Ignore-this: 4642a15d5701381ca97a904cab307528

darcs-hash:20090722181512-c7d26-548b65dbc789ecd6e4e6d3854293784a2d065881.gz

ec8c92af22-Jul-2009 Bogge <bogge@bogge.com>

Swedish language update

Ignore-this: 45ee80a65faae1cedad697790a001eac

darcs-hash:20090722181257-39c3c-9ff87a6a7c306066035aee3b7f027db88e2abe6c.gz

40e425de17-Jul-2009 Kirill Krasnov <krasnovforum@gmail.com>

Russian language update

Ignore-this: 8163cf9ae8c03c660a82adf7b3ac61ef

darcs-hash:20090717093014-c1c88-9205b1d83377699fa9ed6f1d63782d1451697d91.gz

6ee35b9f08-Jul-2009 Robin Prest <robin@georezo.net>

French language update

Ignore-this: fef986ab0381d7552bd02a72b55d250e

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

9406051530-Jun-2009 N3o <n30@mandrivausers.ro>

Romanian language update

Ignore-this: 86f906f59c040c178d6f37e7623fc845

darcs-hash:20090630193416-1af7f-8c86fdb4304c7db156361ff2b524f5d83e266606.gz

2efa3a2a30-Jun-2009 Michael Armbruster <Blitzi94@gmx.net>

German Language update

Ignore-this: 960bca4e61d17eb95c352bda218c4564

darcs-hash:20090630193214-2cf2a-31bee3228e2334dd21cd68bfab05a17e798ac920.gz

cfdddc4a30-Jun-2009 Guillaume Turri <guillaume.turri@ecl2008.ec-lyon.fr>

French language update

Ignore-this: 52358f90550c48371573f4a07d8dc094

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

75168d2530-Jun-2009 Aivars Miska <allefm@gmail.com>

Latvian language update

Ignore-this: 25b22e4c08aa5c629495f953b78fafde

darcs-hash:20090630192634-e7bbe-00373eff94ea6a52c745e640dafb35256176f706.gz

43bfbfa628-Jun-2009 ratana lim <aerorat@gmail.com>

Khmer translation added

Ignore-this: 2641a9e2b1802d325329fe2ce288ac8f

darcs-hash:20090628085426-90339-86afd285bd36e307648823a738787ba6822622ab.gz

1...<<51525354555657585960>>...79