Index: trunk/extensions/SemanticUpdateOnPurge/SemanticUpdateOnPurge.i18n.php |
— | — | @@ -1,6 +1,4 @@ |
2 | 2 | <?php |
3 | | -#coding: utf-8 |
4 | | - |
5 | 3 | /** |
6 | 4 | * Internationalisation file of the 'SemanticUpdateOnPurge' extension |
7 | 5 | * |
— | — | @@ -17,12 +15,13 @@ |
18 | 16 | * @author Daniel Werner |
19 | 17 | */ |
20 | 18 | $messages['en'] = array( |
21 | | - 'suop-desc' => 'Updates semantic attributes of a wiki page when purging the page.', |
| 19 | + 'suop-desc' => 'Updates semantic attributes of a wiki page when purging the page', |
22 | 20 | ); |
23 | 21 | |
24 | 22 | /** German (Deutsch) |
25 | 23 | * @author Daniel Werner |
26 | 24 | */ |
27 | 25 | $messages['de'] = array( |
28 | | - 'suop-desc' => 'Aktualisiert semantische Attribute wenn der Seitencache durch „purge“ geleert wird.', |
| 26 | + 'suop-desc' => 'Aktualisiert semantische Attribute, wenn der Seitencache durch „purge“ geleert wird', |
29 | 27 | ); |
| 28 | + |