Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -1316,6 +1316,9 @@ |
1317 | 1317 | Semantic Forms Inputs |
1318 | 1318 | optional = semanticformsinputs-dateformatlong, semanticformsinputs-dateformatshort, semanticformsinputs-firstdayofweek |
1319 | 1319 | |
| 1320 | +Semantic Glossary |
| 1321 | +aliasfile = SemanticGlossary/SemanticGlossary.alias.php |
| 1322 | + |
1320 | 1323 | Semantic Internal Objects |
1321 | 1324 | magicfile = SemanticInternalObjects/SemanticInternalObjects.i18n.magic.php |
1322 | 1325 | |
Index: trunk/extensions/SemanticGlossary/SemanticGlossary.i18n.php |
— | — | @@ -20,15 +20,15 @@ |
21 | 21 | 'semanticglossary-enternewterm' => 'You can enter a new term and definition here:', |
22 | 22 | |
23 | 23 | 'semanticglossary-messageheader' => 'Messages:', |
24 | | - 'semanticglossary-storedtermdefinedinarticle' => 'The term \'$1\' was originally defined in article [[$2]]. The definition was changed as required for now. However, as soon as the original article is edited again, the definition there takes precedence.', |
25 | | - 'semanticglossary-deletedtermdefinedinarticle' => 'The term \'$1\' was originally defined in article [[$2]]. The definition was deleted as required for now. However, as soon as the original article is edited again, the definition there takes precedence.', |
| 24 | + 'semanticglossary-storedtermdefinedinarticle' => 'The term "$1" was originally defined in page [[$2]]. The definition was changed as required for now. However, as soon as the original page is edited again, the definition there takes precedence.', |
| 25 | + 'semanticglossary-deletedtermdefinedinarticle' => 'The term "$1" was originally defined in page [[$2]]. The definition was deleted as required for now. However, as soon as the original page is edited again, the definition there takes precedence.', |
26 | 26 | 'semanticglossary-termdeleted' => 'Deleted $1.', |
27 | | - 'semanticglossary-storedtermdefinedtwice' => 'The article [[$1]] contains more than one property named $2. Will not store data for term \'$3\'.', |
28 | | - 'semanticglossary-termdefinedtwice' => 'The article [[$1]] contains more than one term and/or more than one definition. The entries will not be available for the glossary.', |
| 27 | + 'semanticglossary-storedtermdefinedtwice' => 'The page [[$1]] contains more than one property named $2. Will not store data for term "$3".', |
| 28 | + 'semanticglossary-termdefinedtwice' => 'The page [[$1]] contains more than one term and/or more than one definition. The entries will not be available for the glossary.', |
29 | 29 | |
30 | 30 | 'semanticglossary-brokensession' => 'Action not allowed. Broken session data.', |
31 | 31 | 'semanticglossary-norights' => 'Action not allowed. Insufficient rights.', |
32 | | - |
| 32 | + |
33 | 33 | '___glt' => 'Glossary-Term', |
34 | 34 | '___gld' => 'Glossary-Definition', |
35 | 35 | |
— | — | @@ -50,7 +50,7 @@ |
51 | 51 | 'semanticglossary-deleteselected' => 'Ausgewählte löschen', |
52 | 52 | 'semanticglossary-savechanges' => 'Änderungen speichern', |
53 | 53 | 'semanticglossary-createnew' => 'Neuen Term anlegen', |
54 | | - |
| 54 | + |
55 | 55 | 'semanticglossary-termsdefined' => 'Diese Begriffe sind im Wiki definiert:', |
56 | 56 | 'semanticglossary-notermsdefined' => 'Es sind derzeit keine Begriffe im Wiki definiert.', |
57 | 57 | 'semanticglossary-enternewterm' => 'Du kannst hier einen neuen Term mit Definition eingeben:', |