Inherits SMWLanguage.
Inherited by SMWLanguageDe_formal.
Protected Attributes | |
| $m_DatatypeLabels | |
| $m_DatatypeAliases | |
| $m_SpecialProperties | |
| $m_SpecialPropertyAliases | |
| $m_Namespaces | |
| $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_DMY, SMW_MDY, SMW_YMD, SMW_YDM ) ) | |
| Preferred interpretations for dates with 1, 2, and 3 components. | |
| $m_months = array( "Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember" ) | |
| Twelve strings naming the months. | |
| $m_monthsshort = array( "Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez" ) | |
| Twelve strings briefly naming the months. | |
..).
Main translations: "property" --> "Attribut" "type" --> "Datentyp" "special properties" --> "Besondere Attribute" "query" --> "Anfrage" "subquery" --> Teilanfrage "printout statement" --> Ausgabeanweisung
Definition at line 31 of file SMW_LanguageDe.php.
SMWLanguageDe::$m_DatatypeLabels [protected] |
Initial value:
array(
'_wpg' => 'Seite', // name of page datatype
'_str' => 'Zeichenkette', // name of the string type
'_txt' => 'Text', // name of the text type
'_cod' => 'Quellcode', // name of the (source) code type
'_boo' => 'Wahrheitswert', // name of the boolean type
'_num' => 'Zahl', // name for the datatype of numbers
'_geo' => 'Geografische Koordinaten', // name of the geocoord type
'_tem' => 'Temperatur', // name of the temperature type
'_dat' => 'Datum', // name of the datetime (calendar) type
'_ema' => 'E-Mail', // name of the email type
'_uri' => 'URL', // name of the URL type
'_anu' => 'URI-Annotation', // name of the annotation URI type (OWL annotation property)
'_tel' => 'Telefonnummer', // name of the telephone number URI datatype
'_rec' => 'Verbund', // name of record data type
'_qty' => 'Maß', // name of quantity data type
)
Reimplemented from SMWLanguage.
Definition at line 33 of file SMW_LanguageDe.php.
SMWLanguageDe::$m_DatatypeAliases [protected] |
Initial value:
array(
'URI' => '_uri',
'Ganze Zahl' => '_num',
'Dezimalzahl' => '_num',
'Aufzählung' => '_str',
'Menge' => '_qty'
)
Reimplemented from SMWLanguage.
Definition at line 51 of file SMW_LanguageDe.php.
SMWLanguageDe::$m_SpecialProperties [protected] |
Initial value:
array(
// always start upper-case
'_TYPE' => 'Datentyp',
'_URI' => 'Gleichwertige URI',
'_SUBP' => 'Unterattribut von',
'_SUBC' => 'Unterkategorie von',
'_UNIT' => 'Einheiten',
'_IMPO' => 'Importiert aus',
'_CONV' => 'Entspricht',
'_SERV' => 'Bietet Service',
'_PVAL' => 'Erlaubt Wert',
'_MDAT' => 'Zuletzt geändert',
'_CDAT' => 'Erstellt',
'_ERRP' => 'Hat unpassenden Wert für',
'_LIST' => 'Hat Komponenten',
'_SOBJ' => 'Hat Unterobjekt',
'_NEWP' => 'Ist eine neue Seite',
'_LEDT' => 'Letzter Bearbeiter ist',
)
Reimplemented from SMWLanguage.
Definition at line 59 of file SMW_LanguageDe.php.
SMWLanguageDe::$m_SpecialPropertyAliases [protected] |
Initial value:
array(
'Hat Datentyp' => '_TYPE',
'Ausgabeeinheit' => '_UNIT'
)
Reimplemented from SMWLanguage.
Definition at line 79 of file SMW_LanguageDe.php.
SMWLanguageDe::$m_Namespaces [protected] |
Initial value:
array(
SMW_NS_PROPERTY => "Attribut",
SMW_NS_PROPERTY_TALK => "Attribut_Diskussion",
SMW_NS_TYPE => "Datentyp",
SMW_NS_TYPE_TALK => "Datentyp_Diskussion",
SMW_NS_CONCEPT => 'Konzept',
SMW_NS_CONCEPT_TALK => 'Konzept_Diskussion'
)
Reimplemented from SMWLanguage.
Definition at line 84 of file SMW_LanguageDe.php.
SMWLanguageDe::$m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_DMY, SMW_MDY, SMW_YMD, SMW_YDM ) ) [protected] |
Preferred interpretations for dates with 1, 2, and 3 components.
There is an array for each case, and the constants define the obvious order (e.g. SMW_YDM means "first Year, then Day, then Month). Unlisted combinations will not be accepted at all.
Reimplemented from SMWLanguage.
Definition at line 93 of file SMW_LanguageDe.php.
SMWLanguageDe::$m_months = array( "Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember" ) [protected] |
Twelve strings naming the months.
English is always supported in Type:Date, but we still need the English defaults to ensure that labels are returned by getMonthLabel()
Reimplemented from SMWLanguage.
Definition at line 95 of file SMW_LanguageDe.php.
SMWLanguageDe::$m_monthsshort = array( "Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez" ) [protected] |
Twelve strings briefly naming the months.
English is always supported in Type:Date, so the default is simply empty (no labels in addition to English)
Reimplemented from SMWLanguage.
Definition at line 97 of file SMW_LanguageDe.php.
1.5.6