r85731 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85730‎ | r85731 | r85732 >
Date:18:03, 9 April 2011
Author:siebrand
Status:deferred
Tags:
Comment:
Update L10n for SemanticGlossary.
Add support for SemanticGlossary to Translate.
Modified paths:
  • /trunk/extensions/SemanticGlossary/SemanticGlossary.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -1316,6 +1316,9 @@
13171317 Semantic Forms Inputs
13181318 optional = semanticformsinputs-dateformatlong, semanticformsinputs-dateformatshort, semanticformsinputs-firstdayofweek
13191319
 1320+Semantic Glossary
 1321+aliasfile = SemanticGlossary/SemanticGlossary.alias.php
 1322+
13201323 Semantic Internal Objects
13211324 magicfile = SemanticInternalObjects/SemanticInternalObjects.i18n.magic.php
13221325
Index: trunk/extensions/SemanticGlossary/SemanticGlossary.i18n.php
@@ -20,15 +20,15 @@
2121 'semanticglossary-enternewterm' => 'You can enter a new term and definition here:',
2222
2323 '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.',
2626 '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.',
2929
3030 'semanticglossary-brokensession' => 'Action not allowed. Broken session data.',
3131 'semanticglossary-norights' => 'Action not allowed. Insufficient rights.',
32 -
 32+
3333 '___glt' => 'Glossary-Term',
3434 '___gld' => 'Glossary-Definition',
3535
@@ -50,7 +50,7 @@
5151 'semanticglossary-deleteselected' => 'Ausgewählte löschen',
5252 'semanticglossary-savechanges' => 'Änderungen speichern',
5353 'semanticglossary-createnew' => 'Neuen Term anlegen',
54 -
 54+
5555 'semanticglossary-termsdefined' => 'Diese Begriffe sind im Wiki definiert:',
5656 'semanticglossary-notermsdefined' => 'Es sind derzeit keine Begriffe im Wiki definiert.',
5757 'semanticglossary-enternewterm' => 'Du kannst hier einen neuen Term mit Definition eingeben:',

Status & tagging log