[dokuwiki-i18n] Re: danish update (pending review)
- From: David Lorentsen <zyberdog@xxxxxxxxxxxx>
- To: dokuwiki-i18n@xxxxxxxxxxxxx
- Date: Sat, 24 Feb 2007 21:09:55 +0100
David Lorentsen wrote:
Hello.
Danish language updates pending review by other Danes before committing
to darcs repository.
Patch attached.
--
David
Feedback from previous Danish translators received (thank you) and patch revised
accordingly.
--
David
New patches:
[danish update
David Lorentsen <zyberdog@xxxxxxxxxxxx>**20070224200424
Missing danish translation strings and files
] {
hunk ./inc/lang/da/lang.php 106
+$lang['uploadbadcontent'] = 'Upload indhold matchede ikke %s fil-endelsen.';
+$lang['uploadspam'] = 'Upload blev blokeret af spam sortlisten.';
+$lang['uploadxss'] = 'Upload blev blokeret på grund af mulig skadeligt
indhold.';
hunk ./inc/lang/da/lang.php 141
+$lang['external_edit'] = 'ekstern redigering';
hunk ./inc/lang/da/lang.php 147
-
+$lang['mail_upload'] = 'fil uploadet:';
addfile ./inc/lang/da/uploadmail.txt
hunk ./inc/lang/da/uploadmail.txt 1
+En fil blev uploaded til din DokuWiki. Her er detaljerne:
+
+Fil : @MEDIA@
+Dato : @DATE@
+Browser : @BROWSER@
+IP-adresse : @IPADDRESS@
+Værtsnavn : @HOSTNAME@
+Størrelse : @SIZE@
+MIME Type : @MIME@
+Bruger : @USER@
+
+--
+Denne e-mail blev genereret af DokuWiki på
+@DOKUWIKIURL@
hunk ./lib/plugins/config/lang/da/lang.php 83
+$lang['iexssprotect']= 'Tjek uploadede filer for mulig skadelig JavaScript
eller HTML kode.';
hunk ./lib/plugins/config/lang/da/lang.php 92
+$lang['manager'] = 'Bestyrer - en gruppe eller bruger med adgang til
bestemte styrende funktioner';
hunk ./lib/plugins/config/lang/da/lang.php 126
+$lang['broken_iua'] = 'Er ignore_user_abort funktionen i stykker på dit
system? Dette kunne forudsage et ikke virkende søgeindeks. IIS+PHP/CGI er kendt
for ikke at virke. Se <a
href="http://bugs.splitbrain.org/?do=details&id=852">Bug 852</a> for mere
information.';
hunk ./lib/plugins/config/lang/da/lang.php 132
+$lang['rss_show_summary'] = 'XML feed vis resume i titlen';
}
Context:
[use dokubug as default interwiki tag for DokuWiki bugs #1045
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070224144211]
[pt-br translation fix (debian-bug #409064)
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070224133931]
[German language updates
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070224133512]
[added some comments about new XSS protection to mime.conf
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070224131623]
[Test uploaded files for HTML tags FS#1077
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070224124458
Following the problem with IE's mimetype handling described at
http://www.splitbrain.org/blog/2007-02/12-internet_explorer_facilitates_cross_site_scripting
this patch adds a new option (on by default) to check the first 256
bytes of uploaded files against a list of a few HTML tags and denies
the upload of such a file. In rare occasions this may block harmless
and valid files, but that's price we have to pay for Microsoft's
stupidity.
Users who need HTML uploads should disable this check. (Don't do that on
open Wikis!)
]
[return time in GMT for conditional requests #1081
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070224122418]
[zh-tw language fix
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070224120324]
[fix rendered metadata detection problem
chris@xxxxxxxxxxxxx**20070222162434
see http://www.freelists.org/archives/dokuwiki/02-2007/msg00207.html from Todd
Augsburger
]
[wiki:dokuwiki licence FAQ link
David Lorentsen <zyberdog@xxxxxxxxxxxx>**20070224113223]
[css fix for tpl_actionlink login
David Lorentsen <zyberdog@xxxxxxxxxxxx>**20070224112634]
[hide pageinfo if no access
David Lorentsen <zyberdog@xxxxxxxxxxxx>**20070221133007]
[added missing files for patch by wingedfox
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070219210653]
[JS checks for .hasOwnProperty
wingedfox@xxxxxxxxxxx**20070111114236
This patch includes
- several helper functions - is* checks
- hasOwnProperty method emulator
- checks for .hasOwnProperty in all for..in loops
]
[Rar mime type added
wingedfox@xxxxxxxxxxx**20070111113557]
[better red-green blindness compatibility FS#1065
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070218142625
This adds a dashed border for non-existing links to make it easier to
distinguish between existing and non existing links for users with
color-blindness.
]
[minor spelling fix in German language
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070218135700]
[Fix namespace links and titles (FS 1005, 1006)
Guy Brand <gb@xxxxxxxxxxxxxxxxx>**20070217220746]
[Swedish update
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070218134846]
[config plugin TOC refactoring
Ben Coburn <btcoburn@xxxxxxxxxxxxx>**20070215015318
Now uses the new toc_additem function in the Doku_Renderer_xhtml class.
]
[RFC2047 fix for mail subjects (FS #1080)
Guy Brand <gb@xxxxxxxxxxxxxxxxx>**20070215184609
Patch by Per Foreby
]
[Avoid missing file error if no changes
David Lorentsen <zyberdog@xxxxxxxxxxxx>**20070216070704]
[all style sheet addition
martin.tschofen@xxxxxxxxx**20070211024110]
[removed obsolite id #sidebar form print.css
Michael Klier <chi@xxxxxxxxxxx>**20070212153312]
[send notify mails for uploaded files
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070212190216]
[check if uploaded content matches the given mime type
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070211223230
A first attempt at fixing FS#1077
currently checks images and spam
]
[disable text uploads by default
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070211201920
Spammers suck - see http://forum.dokuwiki.org/post/2213
]
[language-specific quotation marks (FS#438)
Anika Henke <a.c.henke@xxxxxxxx>**20070211172015]
[Korean update
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070210201116]
[compatibility fix for the recent render_TOC change
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070208195457
render_TOC now behaves like before when called non-statically without an
argument
Fixes a problem in the config manager and probably other plugins using the
function
as well
]
[workaround config for FS#852
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070208195145
On certain platforms the ignore_user_abort function does not work as expected,
resulting
in a non working indexer webbug. Users with such a broken system (IIS+PHP as
CGI) can
enable this option to work around the problem (resulting in longer load times
for the
webbug).
]
[polish language update
Grzegorz Zur <grzegorz.zur@xxxxxxxxx>**20070208120717]
[do preconnects only once #1067
Stephane Chazelas <stephane@xxxxxxxxxxxxx>**20070206191629]
[give xhtml renderer method _xmlEntities standard parameter values
chris@xxxxxxxxxxxxx**20070206021203]
[refactor xhtml TOC creation into a class function, FS#1058
chris@xxxxxxxxxxxxx**20070206015454
- changed inc/parser/xhtml.php, render_TOC() function
it now takes a toc array as a parameter
- refactor render_TOC() and _tocitem() into static class functions
The xhtml renderer can build its TOC using $this->render_TOC($this->toc)
Templates can create a separate TOC using
echo Doku_Renderer_xhtml::render_TOC(p_get_metadata($ID, 'description
tableofcontents'));
]
[refactor renderer header() to separate out adding toc items
chris@xxxxxxxxxxxxx**20070206014821
adds a new render method toc_additem($id, $text, $level)
This allows toc items to be added separately from the header() function,
allowing
plugins to generate their own table of content items without having to copy dw
core code (which may in the future change).
]
[alter search callback to use call_user_func()
chris@xxxxxxxxxxxxx**20070206014428]
[fix for slashes in phrase search #1066
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070205191848]
[Fix userewrite note in htaccess (FS#1013)
'Guy Brand <gb@xxxxxxxxxxxxxxxxx>'**20070128215856]
[Encode/Decode numeric HTML entities correctly.
Tom N Harris <tnharris@xxxxxxxxxxxxx>**20070202070509
utf8_tohtml handles all codepoints, and the inverse
function, utf8_unhtml, is added.
]
[Return true/false from all template output functions.
Tom N Harris <tnharris@xxxxxxxxxxxxx>**20070202064949
Any tpl_* function that doesn't otherwise return a value
will return true if something was printed.
]
[Show file name in debug comment when creating new cache.
Tom N Harris <tnharris@xxxxxxxxxxxxx>**20070202063800]
[Use new index format in bin/indexer.php
Tom N Harris <tnharris@xxxxxxxxxxxxx>**20070202063511]
[TAG develsnap 2007-02-01
Andreas Gohr <andi@xxxxxxxxxxxxxx>**20070201000001]
Patch bundle hash:
ab30cefc840269a3c8e3f79a9716b2f3d3b87780
- References:
- [dokuwiki-i18n] danish update (pending review)
- From: David Lorentsen
Other related posts:
- » [dokuwiki-i18n] danish update (pending review)
- » [dokuwiki-i18n] Re: danish update (pending review)
Hello.Danish language updates pending review by other Danes before committing to darcs repository.
Patch attached. -- David
- [dokuwiki-i18n] danish update (pending review)
- From: David Lorentsen