Index: trunk/phase3/languages/messages/MessagesSzl.php |
— | — | @@ -12,10 +12,17 @@ |
13 | 13 | * @author Jon Harald Søby |
14 | 14 | * @author SPQRobin |
15 | 15 | * @author Leinad |
| 16 | + * @author Danny B. |
16 | 17 | */ |
17 | 18 | |
18 | 19 | $fallback = 'pl'; |
19 | 20 | |
| 21 | +/** |
| 22 | + * Regular expression matching the "link trail", e.g. "ed" in [[Toast]]ed, as |
| 23 | + * the first group, and the remainder of the string as the second group. |
| 24 | + */ |
| 25 | +$linkTrail = '/^([a-zćčńřśšůźž]+)(.*)$/sDu'; |
| 26 | + |
20 | 27 | $messages = array( |
21 | 28 | # User preference toggles |
22 | 29 | 'tog-underline' => 'Podkreślyńy linkůw:', |