Index: trunk/extensions/Wikidata/OmegaWiki/WikiDataGlobals.php |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | $wgOptionAttributeAttributeName = "Property"; |
87 | 87 | $wgOptionAttributeOptionAttributeName = "Option"; |
88 | 88 | $wgOptionAttributeOptionsAttributeName = "Options"; |
89 | | -$wgOptionAttributeValuesAttributeName = "Option properties"; |
| 89 | +$wgOptionAttributeValuesAttributeName = "Options"; |
90 | 90 | $wgOtherDefinedMeaningAttributeName = "Other defined meaning"; |
91 | 91 | $wgPopupAnnotationName = "Annotation"; |
92 | 92 | $wgPossibleSynonymAttributeName = "Possible synonym"; |
— | — | @@ -99,11 +99,11 @@ |
100 | 100 | $wgSourceIdentifierAttributeName = "Source identifier"; |
101 | 101 | $wgTextAttributeAttributeName = "Property"; |
102 | 102 | $wgTextAttributeName = "Text"; |
103 | | -$wgTextAttributeValuesAttributeName = "String properties"; |
| 103 | +$wgTextAttributeValuesAttributeName = "Plain texts"; |
104 | 104 | $wgTranslatedTextAttributeAttributeName = "Property"; |
105 | 105 | $wgTranslatedTextAttributeName = "Translated text"; |
106 | 106 | $wgTranslatedTextAttributeValueAttributeName = "Text"; |
107 | | -$wgTranslatedTextAttributeValuesAttributeName = "Text properties"; |
| 107 | +$wgTranslatedTextAttributeValuesAttributeName = "Translatable texts"; |
108 | 108 | $wgLinkAttributeAttributeName = "Property"; |
109 | 109 | $wgLinkAttributeValuesAttributeName = "Links"; |
110 | 110 | |