r24225 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24224‎ | r24225 | r24226 >
Date:02:15, 18 July 2007
Author:ivanlanin
Status:old
Tags:
Comment:
Bug #10623: id translations for Spam-Blacklist extension (patch by Borgx)
Modified paths:
  • /trunk/extensions/SpamBlacklist/SpamBlacklist.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SpamBlacklist/SpamBlacklist.i18n.php
@@ -18,25 +18,48 @@
1919 # External URLs matching this list will be blocked when added to a page.
2020 # This list affects only this wiki; refer also to the global blacklist.
2121 # For documentation see http://www.mediawiki.org/wiki/Extension:SpamBlacklist
22 - #<!-- leave this line exactly as it is --> <pre>
 22+ #<!-- leave this line exactly as it is --> <pre>
2323 #
24 -# Syntax is as follows:
 24+# Syntax is as follows:
2525 # * Everything from a "#" character to the end of the line is a comment
2626 # * Every non-blank line is a regex fragment which will only match hosts inside URLs
2727
2828 #</pre> <!-- leave this line exactly as it is -->',
2929 'spam-whitelist' => '
30 - #<!-- leave this line exactly as it is --> <pre>
 30+ #<!-- leave this line exactly as it is --> <pre>
3131 # External URLs matching this list will *not* be blocked even if they would
3232 # have been blocked by blacklist entries.
3333 #
34 -# Syntax is as follows:
 34+# Syntax is as follows:
3535 # * Everything from a "#" character to the end of the line is a comment
3636 # * Every non-blank line is a regex fragment which will only match hosts inside URLs
3737
3838 #</pre> <!-- leave this line exactly as it is -->',
39 -)
 39+),
4040
 41+'id' => array(
 42+ 'spam-blacklist' => '
 43+ # Pranala luar yang cocok dengan daftar ini akan diblok ketika ditambahkan ke suatu halaman.
 44+ # Daftar ini hanya mempengaruhi wiki ini saja; lihat pula daftar hitam global.
 45+ # Untuk dokumentasi lihat http://www.mediawiki.org/wiki/Extension:SpamBlacklist
 46+ # <!-- jangan ubah baris ini --> <pre>
 47+#
 48+# Sintaks:
 49+# * Semua baris yang dimulai dengan sebuah karakter "#" akan dianggap sebagai komentar
 50+# * Semua baris yang tidak kosong adalah sebuah fragmen regex yang hanya cocok dengan host di dalam URL.
 51+
 52+ #</pre> <!-- jangan ubah baris ini -->',
 53+ 'spam-whitelist' => '
 54+ #<!-- jangan ubah baris ini --> <pre>
 55+# Pranala luar yang cocok dengan daftar ini *tidak* akan diblok walaupun terdaftar dalam daftar hitam.
 56+#
 57+# Sintaks:
 58+# * Semua baris yang dimulai dengan sebuah karakter "#" akan dianggap sebagai komentar
 59+# * Semua baris yang tidak kosong adalah sebuah fragmen regex yang hanya cocok dengan host di dalam URL.
 60+
 61+ #</pre> <!-- jangan ubah baris ini -->'
 62+),
 63+
4164 );
4265
4366 return $messages;

Status & tagging log