Index: trunk/extensions/SpamBlacklist/SpamBlacklist.i18n.php |
— | — | @@ -18,25 +18,48 @@ |
19 | 19 | # External URLs matching this list will be blocked when added to a page. |
20 | 20 | # This list affects only this wiki; refer also to the global blacklist. |
21 | 21 | # 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> |
23 | 23 | # |
24 | | -# Syntax is as follows: |
| 24 | +# Syntax is as follows: |
25 | 25 | # * Everything from a "#" character to the end of the line is a comment |
26 | 26 | # * Every non-blank line is a regex fragment which will only match hosts inside URLs |
27 | 27 | |
28 | 28 | #</pre> <!-- leave this line exactly as it is -->', |
29 | 29 | 'spam-whitelist' => ' |
30 | | - #<!-- leave this line exactly as it is --> <pre> |
| 30 | + #<!-- leave this line exactly as it is --> <pre> |
31 | 31 | # External URLs matching this list will *not* be blocked even if they would |
32 | 32 | # have been blocked by blacklist entries. |
33 | 33 | # |
34 | | -# Syntax is as follows: |
| 34 | +# Syntax is as follows: |
35 | 35 | # * Everything from a "#" character to the end of the line is a comment |
36 | 36 | # * Every non-blank line is a regex fragment which will only match hosts inside URLs |
37 | 37 | |
38 | 38 | #</pre> <!-- leave this line exactly as it is -->', |
39 | | -) |
| 39 | +), |
40 | 40 | |
| 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 | + |
41 | 64 | ); |
42 | 65 | |
43 | 66 | return $messages; |