Inherits SMWLanguage.
Protected Attributes | |
| $m_DatatypeLabels | |
| $m_DatatypeAliases | |
| $m_SpecialProperties | |
| $m_SpecialPropertyAliases | |
| $m_Namespaces | |
..).
Definition at line 23 of file SMW_LanguageSk.php.
SMWLanguageSk::$m_DatatypeLabels [protected] |
Initial value:
array(
'_wpg' => 'Page', // name of page datatype //TODO translate
'_str' => 'Reťazec', // name of the string type
'_txt' => 'Text', // name of the text type (very long strings) //TODO: translate
'_cod' => 'Code', // name of the (source) code type //TODO: translate
'_boo' => 'Boolean', // name of the boolean type // TODO: translate
'_num' => 'Číslo', // name for the datatype of numbers // TODO: check translation (done by pattern matching; mak)
'_geo' => 'Zemepisné súradnice', // name of the geocoord type
'_tem' => 'Teplota', // name of the temperature type
'_dat' => 'Dátum', // name of the datetime (calendar) type
'_ema' => 'Email', // name of the email type
'_uri' => 'URL', // name of the URL type
'_anu' => 'URI anotácie', // name of the annotation URI type (OWL annotation property)
'_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate
'_rec' => 'Record', // name of record data type //TODO: translate
'_qty' => 'Quantity', // name of the number type with units of measurement //TODO: translate
)
Reimplemented from SMWLanguage.
Definition at line 25 of file SMW_LanguageSk.php.
SMWLanguageSk::$m_DatatypeAliases [protected] |
Initial value:
array(
'URI' => '_uri',
'Celé číslo' => '_num',
'Desatinné číslo' => '_num'
)
Reimplemented from SMWLanguage.
Definition at line 43 of file SMW_LanguageSk.php.
SMWLanguageSk::$m_SpecialProperties [protected] |
Initial value:
array(
// always start upper-case
'_TYPE' => 'Má typ',
'_URI' => 'Ekvivalent URI',
'_SUBP' => 'Subproperty of', // TODO: translate
'_SUBC' => 'Subcategory of', // TODO: translate
'_UNIT' => 'Zobrazovacia jednotka', // TODO: should be plural now ("units"), singluar stays alias
'_IMPO' => 'Importovaný z',
'_CONV' => 'Zodpovedá',
'_SERV' => 'Poskytuje službu',
'_PVAL' => 'Allowed value', // TODO translate
'_MDAT' => 'Modification date', // TODO: translate
'_ERRP' => 'Has improper value for', // TODO: translate
'_LIST' => 'Has fields', // TODO: translate
'_SOBJ' => 'Has subobject', // TODO: translate
)
Reimplemented from SMWLanguage.
Definition at line 49 of file SMW_LanguageSk.php.
SMWLanguageSk::$m_SpecialPropertyAliases [protected] |
Initial value:
array(
'Zobrazovacia jednotka' => '_UNIT'
)
Reimplemented from SMWLanguage.
Definition at line 66 of file SMW_LanguageSk.php.
SMWLanguageSk::$m_Namespaces [protected] |
Initial value:
array(
SMW_NS_PROPERTY => 'Atribút',
SMW_NS_PROPERTY_TALK => 'Diskusia o atribúte',
SMW_NS_TYPE => 'Typ',
SMW_NS_TYPE_TALK => 'Diskusia o type',
SMW_NS_CONCEPT => 'Concept', // TODO: translate
SMW_NS_CONCEPT_TALK => 'Concept_talk' // TODO: translate
)
Reimplemented from SMWLanguage.
Definition at line 70 of file SMW_LanguageSk.php.
1.5.6