]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/nl/pgsrc/TestPagina
internationalization patch (based on Jan Nieuwenhuizen's original patch)
[SourceForge/phpwiki.git] / locale / nl / pgsrc / TestPagina
1  New lists: astericks and hash marks
2 * bullet
3 * l1
4 ** l2
5 ** l2
6 *** l3
7 # one
8 #two
9 #three
10 *****l5
11 ***l3
12 *l1
13  preformatted text
14 **    l2
15 ----
16         * level 1
17         * l1
18                 *l2
19                 *l2
20                         *l3
21                         *l3
22                                 *l4
23                         *l3
24                                         *l5
25                         *l3
26         #one
27         #two
28                 #one
29                 #two
30         *l1
31                 #three
32                 #four
33         *l1
34                 *l2
35                 # one
36                 # two
37
38  preformatted text
39  some more text
40
41         *l1
42                                 *l4
43         # number
44         # number
45 this is a plain paragraph
46         * bullet
47 this is a plain paragraph again
48         # number
49 ----
50 __Link tests__
51 # FrontPage
52 # [FrontPage]
53 # Link in brackets: [http://phpwiki.sourceforge.net]
54 # Link outside brackets: http://phpwiki.sourceforge.net/
55 # Link with Wiki word: http://phpwiki.sourceforge.net/phpwiki/index.php3?FrontPage
56 # Two consecutive links: http://phpwiki.sourceforge.net/ http://phpwiki.sourceforge.net/phpwiki/
57 # [PhpWiki on Sourceforge | http://phpwiki.sourceforge.net/]
58 # [URL with a WikiWord | http://phpwiki.sourceforge.net/phpwiki/index.php3?RecentChanges]
59 # Javascript: [boo! | javascript:alert('oops') ] 
60 # A [[Link] produces a [Link]
61 # A [Link] looks like this: [[link]
62 # This is a [%%%] line break link
63
64 ----
65  Markup tests:
66 __underscores for bold__
67
68 '''quotes for bold'''
69
70 ''quotes for italic''
71
72 __''underscores bold italic''__
73
74 '''''five quotes bold italic'''''
75
76 ''''''six quotes''''''
77
78 '''''Bold italic''' and italic'' (buggy)
79
80 '''Bold and ''bold-italic''''' (also buggy)
81
82 ! h1
83
84 !! h2
85
86 !!! h3
87
88 this is plain text with <br>%%%
89 a line break
90
91 look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
92
93 you cannot use &, < or >
94
95 ----
96  preformatted text:
97  
98  __underscores for bold__
99  
100  '''quotes for bold'''
101  
102  ''quotes for italic''
103  
104  __''underscores bold italic''__
105  
106  '''''five quotes bold italic'''''
107  
108  ''''''six quotes''''''
109  
110  ! h1
111  
112  !! h2
113  
114  !!! h3
115  
116  this is plain text with <br>%%%
117  a line break
118  
119  look at the <a href="http://phpwiki.sourceforge.net/">markup language</a>
120  
121  you cannot use &, < or >
122