r24879 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24878‎ | r24879 | r24880 >
Date:15:36, 17 August 2007
Author:mkroetzsch
Status:old
Tags:
Comment:
Updated messages for new special pages
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEs.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageFr.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageHe.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguagePl.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageRu.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageSk.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php
@@ -99,22 +99,21 @@
100100 'smw_searchtriple_searchatt' => 'Search Attributes',
101101 'smw_searchtriple_resultrel' => 'Search results (relations)',
102102 'smw_searchtriple_resultatt' => 'Search results (attributes)',
103 - // Messages for Relations Special
104 - 'relations' => 'Relations',
105 - 'smw_relations_docu' => 'The following relations exist in the wiki.',
106 - // Messages for WantedRelations Special
107 - 'wantedrelations' => 'Wanted relations',
108 - 'smw_wanted_relations' => 'The following relations do not have an explanatory page yet, though they are already used to describe other pages.',
109 - // Messages for Attributes Special
110 - 'attributes' => 'Attributes',
111 - 'smw_attributes_docu' => 'The following attributes exist in the wiki.',
112 - 'smw_attr_type_join' => ' with $1',
113 - // Messages for Unused Relations Special
114 - 'unusedrelations' => 'Unused relations',
115 - 'smw_unusedrelations_docu' => 'The following relation pages exist although no other page makes use of them.',
116 - // Messages for Unused Attributes Special
117 - 'unusedattributes' => 'Unused attributes',
118 - 'smw_unusedattributes_docu' => 'The following attribute pages exist although no other page makes use of them.',
 103+ // Messages for Properties Special
 104+ 'properties' => 'Properties',
 105+ 'smw_properties_docu' => 'The following properties are used in the wiki.',
 106+ 'smw_property_template' => '$1 of type $2 ($3)', // <propname> of type <type> (<count>)
 107+ 'smw_propertylackspage' => 'All properties should be described by a page!',
 108+ 'smw_propertylackstype' => 'No type was specified for this property (assuming type $1 for now).',
 109+ 'smw_propertyhardlyused' => 'This property is hardly used within the wiki!',
 110+ // Messages for Unused Properties Special
 111+ 'unusedproperties' => 'Unused Properties',
 112+ 'smw_unusedproperties_docu' => 'The following properties exist although no other page makes use of them.',
 113+ 'smw_unusedproperty_template' => '$1 of type $2', // <propname> of type <type>
 114+ // Messages for Wanted Properties Special
 115+ 'wantedproperties' => 'Wanted Properties',
 116+ 'smw_wantedproperties_docu' => 'The following properties are used in the wiki but do not yet have a page for describing them.',
 117+ 'smw_wantedproperty_template' => '$1 ($2 uses)', // <propname> (<count> uses)
119118 // Messages for the refresh button
120119 'tooltip-purge' => 'Click here to refresh all queries and templates on this page',
121120 'purge' => 'Refresh',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageRu.php
@@ -98,22 +98,40 @@
9999 'smw_searchtriple_searchatt' => 'Искать Атрибуты',
100100 'smw_searchtriple_resultrel' => 'Результаты поиска (отношения)',
101101 'smw_searchtriple_resultatt' => 'Результаты поиска (атрибуты)',
102 - // Messages for Relations Special
103 - 'relations' => 'Отношения',
104 - 'smw_relations_docu' => 'Существуют следующие отношения.',
105 - // Messages for WantedRelations Special
106 - 'wantedrelations' => 'Отношения без страниц',
107 - 'smw_wanted_relations' => 'Следующие отношения не имеют страниц с описанием, хотя и используются для описания других страниц.',
108 - // Messages for Attributes Special
109 - 'attributes' => 'Атрибуты',
110 - 'smw_attributes_docu' => 'Существуют следующие атрибуты.',
111 - 'smw_attr_type_join' => ' с типом $1',
112 - // Messages for Unused Relations Special
113 - 'unusedrelations' => 'Неиспользуемые отношения',
114 - 'smw_unusedrelations_docu' => 'Следующие отношения не используются.',
115 - // Messages for Unused Attributes Special
116 - 'unusedattributes' => 'Неиспользуемые атрибуты',
117 - 'smw_unusedattributes_docu' => 'Следующие атрибуты не используются.',
 102+ // Messages for Properties Special
 103+ 'properties' => 'Properties', //TODO: translate
 104+ 'smw_properties_docu' => 'The following properties are used in the wiki.', //TODO: translate
 105+ 'smw_property_template' => '$1 of type $2 ($3)', // <propname> of type <type> (<count>) //TODO: translate
 106+ 'smw_propertylackspage' => 'All properties should be described by a page!', //TODO: translate
 107+ 'smw_propertylackstype' => 'No type was specified for this property (assuming type $1 for now).', //TODO: translate
 108+ 'smw_propertyhardlyused' => 'This property is hardly used within the wiki!', //TODO: translate
 109+ // Messages for Unused Properties Special
 110+ 'unusedproperties' => 'Unused Properties', //TODO: translate
 111+ 'smw_unusedproperties_docu' => 'The following properties exist although no other page makes use of them.', //TODO: translate
 112+ 'smw_unusedproperty_template' => '$1 of type $2', // <propname> of type <type> //TODO: translate
 113+ // Messages for Wanted Properties Special
 114+ 'wantedproperties' => 'Wanted Properties', //TODO: translate
 115+ 'smw_wantedproperties_docu' => 'The following properties are used in the wiki but do not yet have a page for describing them.', //TODO: translate
 116+ 'smw_wantedproperty_template' => '$1 ($2 uses)', // <propname> (<count> uses) //TODO: translate
 117+//// Note to translators:
 118+//// The following messages in comments were kept for reference to facilitate the translation of the property messages above.
 119+//// Delete them when no longer needed.
 120+// // Messages for Relations Special
 121+// 'relations' => 'Отношения',
 122+// 'smw_relations_docu' => 'Существуют следующие отношения.',
 123+// // Messages for WantedRelations Special
 124+// 'wantedrelations' => 'Отношения без страниц',
 125+// 'smw_wanted_relations' => 'Следующие отношения не имеют страниц с описанием, хотя и используются для описания других страниц.',
 126+// // Messages for Attributes Special
 127+// 'attributes' => 'Атрибуты',
 128+// 'smw_attributes_docu' => 'Существуют следующие атрибуты.',
 129+// 'smw_attr_type_join' => ' с типом $1',
 130+// // Messages for Unused Relations Special
 131+// 'unusedrelations' => 'Неиспользуемые отношения',
 132+// 'smw_unusedrelations_docu' => 'Следующие отношения не используются.',
 133+// // Messages for Unused Attributes Special
 134+// 'unusedattributes' => 'Неиспользуемые атрибуты',
 135+// 'smw_unusedattributes_docu' => 'Следующие атрибуты не используются.',
118136 // Messages for the refresh button
119137 'tooltip-purge' => 'Нажмите здесь для обновления всех шаблонов на этой странице',
120138 'purge' => 'Обновить',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEs.php
@@ -98,22 +98,40 @@
9999 'smw_searchtriple_searchatt' => 'Búsqueda por atributo',
100100 'smw_searchtriple_resultrel' => 'Resultados de la búsqueda (Relación)',
101101 'smw_searchtriple_resultatt' => 'Resultados de la búsqueda (atributos)',
102 - /*Messages for Relation Special*/
103 - 'relations' => 'Relaciones',
104 - 'smw_relations_docu' => 'En este wiki existen las siguientes relaciones:',
105 - // Messages for WantedRelations Special
106 - 'wantedrelations' => 'Relaciones buscadas',
107 - 'smw_wanted_relations' => 'Las relaciones siguientes no tienen una página explicativa todavía, aunque ya están siendo usadas para describir otras páginas.',
108 - /*Messages for Attributes Special*/
109 - 'attributes' => 'Atributos',
110 - 'smw_attributes_docu' => 'En este wiki existen los siguientes atributos:',
111 - 'smw_attr_type_join' => ' &ndash; $1',
112 - /*Messages for Unused Relations Special*/
113 - 'unusedrelations' => 'Relaciones huérfanas',
114 - 'smw_unusedrelations_docu' => 'Existen páginas para las relaciones siguientes, pero no son utilizadas.',
115 - /*Messages for Unused Attributes Special*/
116 - 'unusedattributes' => 'Atributos huérfanos',
117 - 'smw_unusedattributes_docu' => 'Existen páginas para los atributos siguientes, pero no son utilizadas.',
 102+ // Messages for Properties Special
 103+ 'properties' => 'Properties', //TODO: translate
 104+ 'smw_properties_docu' => 'The following properties are used in the wiki.', //TODO: translate
 105+ 'smw_property_template' => '$1 of type $2 ($3)', // <propname> of type <type> (<count>) //TODO: translate
 106+ 'smw_propertylackspage' => 'All properties should be described by a page!', //TODO: translate
 107+ 'smw_propertylackstype' => 'No type was specified for this property (assuming type $1 for now).', //TODO: translate
 108+ 'smw_propertyhardlyused' => 'This property is hardly used within the wiki!', //TODO: translate
 109+ // Messages for Unused Properties Special
 110+ 'unusedproperties' => 'Unused Properties', //TODO: translate
 111+ 'smw_unusedproperties_docu' => 'The following properties exist although no other page makes use of them.', //TODO: translate
 112+ 'smw_unusedproperty_template' => '$1 of type $2', // <propname> of type <type> //TODO: translate
 113+ // Messages for Wanted Properties Special
 114+ 'wantedproperties' => 'Wanted Properties', //TODO: translate
 115+ 'smw_wantedproperties_docu' => 'The following properties are used in the wiki but do not yet have a page for describing them.', //TODO: translate
 116+ 'smw_wantedproperty_template' => '$1 ($2 uses)', // <propname> (<count> uses) //TODO: translate
 117+//// Note to translators:
 118+//// The following messages in comments were kept for reference to facilitate the translation of the property messages above.
 119+//// Delete them when no longer needed.
 120+// /*Messages for Relation Special*/
 121+// 'relations' => 'Relaciones',
 122+// 'smw_relations_docu' => 'En este wiki existen las siguientes relaciones:',
 123+// // Messages for WantedRelations Special
 124+// 'wantedrelations' => 'Relaciones buscadas',
 125+// 'smw_wanted_relations' => 'Las relaciones siguientes no tienen una página explicativa todavía, aunque ya están siendo usadas para describir otras páginas.',
 126+// /*Messages for Attributes Special*/
 127+// 'attributes' => 'Atributos',
 128+// 'smw_attributes_docu' => 'En este wiki existen los siguientes atributos:',
 129+// 'smw_attr_type_join' => ' &ndash; $1',
 130+// /*Messages for Unused Relations Special*/
 131+// 'unusedrelations' => 'Relaciones huérfanas',
 132+// 'smw_unusedrelations_docu' => 'Existen páginas para las relaciones siguientes, pero no son utilizadas.',
 133+// /*Messages for Unused Attributes Special*/
 134+// 'unusedattributes' => 'Atributos huérfanos',
 135+// 'smw_unusedattributes_docu' => 'Existen páginas para los atributos siguientes, pero no son utilizadas.',
118136 /* Messages for the refresh button */
119137 'tooltip-purge' => 'Volver a actualizar todas las búsquedas y borradores de esta página.',
120138 'purge' => 'Volver a actualizar',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageFr.php
@@ -98,22 +98,40 @@
9999 'smw_searchtriple_searchatt' => 'Recherche par attribut',
100100 'smw_searchtriple_resultrel' => 'Résultats de la recherche (relations)',
101101 'smw_searchtriple_resultatt' => 'Résultats de la recherche (attributs)',
102 - /*Messages for Relation Special*/
103 - 'relations' => 'Relations',
104 - 'smw_relations_docu' => 'Sur ce wiki, existent les relations suivantes:',
105 - // Messages for WantedRelations Special
106 - 'wantedrelations' => 'Relations demandées',
107 - 'smw_wanted_relations' => 'Les relations suivantes n\'ont pas encore de page d\'explication, mais elles sont déjà utilisées pour décrire d\'autrees pages',
108 - /*Messages for Attributes Special*/
109 - 'attributes' => 'Attributs',
110 - 'smw_attributes_docu' => 'Sur ce wiki, existent les attributs suivants:',
111 - 'smw_attr_type_join' => ' avec $1',
112 - /*Messages for Unused Relations Special*/
113 - 'unusedrelations' => 'Relations orphelines',
114 - 'smw_unusedrelations_docu' => 'Des pages pour les relations suivantes existent, mais elles ne sont pas utilisées.',
115 - /*Messages for Unused Attributes Special*/
116 - 'unusedattributes' => 'Attributs orphelins',
117 - 'smw_unusedattributes_docu' => 'Des pages pour les attribut suivants existent, mais ils ne sont pas utilisés.',
 102+ // Messages for Properties Special
 103+ 'properties' => 'Properties', //TODO: translate
 104+ 'smw_properties_docu' => 'The following properties are used in the wiki.', //TODO: translate
 105+ 'smw_property_template' => '$1 of type $2 ($3)', // <propname> of type <type> (<count>) //TODO: translate
 106+ 'smw_propertylackspage' => 'All properties should be described by a page!', //TODO: translate
 107+ 'smw_propertylackstype' => 'No type was specified for this property (assuming type $1 for now).', //TODO: translate
 108+ 'smw_propertyhardlyused' => 'This property is hardly used within the wiki!', //TODO: translate
 109+ // Messages for Unused Properties Special
 110+ 'unusedproperties' => 'Unused Properties', //TODO: translate
 111+ 'smw_unusedproperties_docu' => 'The following properties exist although no other page makes use of them.', //TODO: translate
 112+ 'smw_unusedproperty_template' => '$1 of type $2', // <propname> of type <type> //TODO: translate
 113+ // Messages for Wanted Properties Special
 114+ 'wantedproperties' => 'Wanted Properties', //TODO: translate
 115+ 'smw_wantedproperties_docu' => 'The following properties are used in the wiki but do not yet have a page for describing them.', //TODO: translate
 116+ 'smw_wantedproperty_template' => '$1 ($2 uses)', // <propname> (<count> uses) //TODO: translate
 117+//// Note to translators:
 118+//// The following messages in comments were kept for reference to facilitate the translation of the property messages above.
 119+//// Delete them when no longer needed.
 120+// /*Messages for Relation Special*/
 121+// 'relations' => 'Relations',
 122+// 'smw_relations_docu' => 'Sur ce wiki, existent les relations suivantes:',
 123+// // Messages for WantedRelations Special
 124+// 'wantedrelations' => 'Relations demandées',
 125+// 'smw_wanted_relations' => 'Les relations suivantes n\'ont pas encore de page d\'explication, mais elles sont déjà utilisées pour décrire d\'autrees pages',
 126+// /*Messages for Attributes Special*/
 127+// 'attributes' => 'Attributs',
 128+// 'smw_attributes_docu' => 'Sur ce wiki, existent les attributs suivants:',
 129+// 'smw_attr_type_join' => ' avec $1',
 130+// /*Messages for Unused Relations Special*/
 131+// 'unusedrelations' => 'Relations orphelines',
 132+// 'smw_unusedrelations_docu' => 'Des pages pour les relations suivantes existent, mais elles ne sont pas utilisées.',
 133+// /*Messages for Unused Attributes Special*/
 134+// 'unusedattributes' => 'Attributs orphelins',
 135+// 'smw_unusedattributes_docu' => 'Des pages pour les attribut suivants existent, mais ils ne sont pas utilisés.',
118136 /* Messages for the refresh button */
119137 'tooltip-purge' => 'Réactualiser toutes les recherches et tous les brouillons de cette page.',
120138 'purge' => 'Réactualiser',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php
@@ -99,22 +99,21 @@
100100 'smw_searchtriple_searchatt' => 'Suche nach Attributen',
101101 'smw_searchtriple_resultrel' => 'Suchergebnisse (Relationen)',
102102 'smw_searchtriple_resultatt' => 'Suchergebnisse (Attribute)',
103 - /*Messages for Relation Special*/
104 - 'relations' => 'Relationen',
105 - 'smw_relations_docu' => 'In diesem Wiki gibt es die folgenden Relationen:',
106 - /*Messages for WantedRelations*/
107 - 'wantedrelations' => 'Gewünschte Relationen',
108 - 'smw_wanted_relations' => 'Folgende Relationen haben bisher keine erläuterende Seite, obwohl sie bereits für die Beschreibung anderer Seiten verwendet werden.',
109 - /*Messages for Attributes Special*/
110 - 'attributes' => 'Attribute',
111 - 'smw_attributes_docu' => 'In diesem Wiki gibt es die folgenden Attribute:',
112 - 'smw_attr_type_join' => ' hat $1',
113 - /*Messages for Unused Relations Special*/
114 - 'unusedrelations' => 'Verwaiste Relationen',
115 - 'smw_unusedrelations_docu' => 'Die folgenden Relationenseiten existieren, obwohl sie nicht verwendet werden.',
116 - /*Messages for Unused Attributes Special*/
117 - 'unusedattributes' => 'Verwaiste Attribute',
118 - 'smw_unusedattributes_docu' => 'Die folgenden Attributseiten existieren, obwohl sie nicht verwendet werden.',
 103+ // Messages for Properties Special
 104+ 'properties' => 'Attribute',
 105+ 'smw_properties_docu' => 'In diesem Wiki gibt es die folgenden Attribute:',
 106+ 'smw_property_template' => '$1 mit Datentyp $2 ($3)', // <propname> of type <type> (<count>)
 107+ 'smw_propertylackspage' => 'Alle Attribute sollten durch eine Seite beschrieben werden!',
 108+ 'smw_propertylackstype' => 'Für dieses Attribut wurde kein Datentyp angegeben ($1 wird vorläufig als Typ angenommen).',
 109+ 'smw_propertyhardlyused' => 'Dieses Attribut wird im Wiki kaum verwendet!',
 110+ // Messages for Unused Properties Special
 111+ 'unusedproperties' => 'Verwaiste Attribute',
 112+ 'smw_unusedproperties_docu' => 'Die folgenden Attributseiten existieren, obwohl sie nicht verwendet werden.',
 113+ 'smw_unusedproperty_template' => '$1 mit Datentyp $2', // <propname> of type <type>
 114+ // Messages for Wanted Properties Special
 115+ 'wantedproperties' => 'Gewünschte Attribute',
 116+ 'smw_wantedproperties_docu' => 'Folgende Attribute haben bisher keine erläuterende Seite, obwohl sie bereits für die Beschreibung anderer Seiten verwendet werden.',
 117+ 'smw_wantedproperty_template' => '$1 ($2 Vorkommen)', // <propname> (<count> uses)
119118 /* Messages for the refresh button */
120119 'tooltip-purge' => 'Alle Anfrageergebnisse und Vorlagen auf dieser Seite auf den neuesten Stand bringen.',
121120 'purge' => 'aktualisieren',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguagePl.php
@@ -118,22 +118,40 @@
119119 'smw_searchtriple_searchatt' => 'Szukaj atrybutów',
120120 'smw_searchtriple_resultrel' => 'Szukaj wyników (relacje)',
121121 'smw_searchtriple_resultatt' => 'Szukaj wyników (atrybuty)',
122 - /*Messages for Relations Special*/
123 - 'relations' => 'Relacje',
124 - 'smw_relations_docu' => 'W wiki istnieją następujące relacje.',
125 - // Messages for WantedRelations Special
126 - 'wantedrelations' => 'Potrzebne relacje',
127 - 'smw_wanted_relations' => 'Następujące relacje nie mają jeszcze strony objaśniającej, choć są już używane do opisu innych stron.',
128 - /*Messages for Attributes Special*/
129 - 'attributes' => 'Atrybuty',
130 - 'smw_attributes_docu' => 'W wiki istnieją następujące atrybuty.',
131 - 'smw_attr_type_join' => ' z $1',
132 - /*Messages for Unused Relations Special*/
133 - 'unusedrelations' => 'Nieużywane relacje',
134 - 'smw_unusedrelations_docu' => 'Następujące relacje posiadają własne strony, choć Żadna inna strona z nich nie korzysta.',
135 - /*Messages for Unused Attributes Special*/
136 - 'unusedattributes' => 'Nieużywane atrybuty',
137 - 'smw_unusedattributes_docu' => 'Następujące atrybuty posiadają własne strony, choć żadna inna strona z nich nie korzysta.',
 122+ // Messages for Properties Special
 123+ 'properties' => 'Properties', //TODO: translate
 124+ 'smw_properties_docu' => 'The following properties are used in the wiki.', //TODO: translate
 125+ 'smw_property_template' => '$1 of type $2 ($3)', // <propname> of type <type> (<count>) //TODO: translate
 126+ 'smw_propertylackspage' => 'All properties should be described by a page!', //TODO: translate
 127+ 'smw_propertylackstype' => 'No type was specified for this property (assuming type $1 for now).', //TODO: translate
 128+ 'smw_propertyhardlyused' => 'This property is hardly used within the wiki!', //TODO: translate
 129+ // Messages for Unused Properties Special
 130+ 'unusedproperties' => 'Unused Properties', //TODO: translate
 131+ 'smw_unusedproperties_docu' => 'The following properties exist although no other page makes use of them.', //TODO: translate
 132+ 'smw_unusedproperty_template' => '$1 of type $2', // <propname> of type <type> //TODO: translate
 133+ // Messages for Wanted Properties Special
 134+ 'wantedproperties' => 'Wanted Properties', //TODO: translate
 135+ 'smw_wantedproperties_docu' => 'The following properties are used in the wiki but do not yet have a page for describing them.', //TODO: translate
 136+ 'smw_wantedproperty_template' => '$1 ($2 uses)', // <propname> (<count> uses) //TODO: translate
 137+//// Note to translators:
 138+//// The following messages in comments were kept for reference to facilitate the translation of the property messages above.
 139+//// Delete them when no longer needed.
 140+// /*Messages for Relations Special*/
 141+// 'relations' => 'Relacje',
 142+// 'smw_relations_docu' => 'W wiki istnieją następujące relacje.',
 143+// // Messages for WantedRelations Special
 144+// 'wantedrelations' => 'Potrzebne relacje',
 145+// 'smw_wanted_relations' => 'Następujące relacje nie mają jeszcze strony objaśniającej, choć są już używane do opisu innych stron.',
 146+// /*Messages for Attributes Special*/
 147+// 'attributes' => 'Atrybuty',
 148+// 'smw_attributes_docu' => 'W wiki istnieją następujące atrybuty.',
 149+// 'smw_attr_type_join' => ' z $1',
 150+// /*Messages for Unused Relations Special*/
 151+// 'unusedrelations' => 'Nieużywane relacje',
 152+// 'smw_unusedrelations_docu' => 'Następujące relacje posiadają własne strony, choć Żadna inna strona z nich nie korzysta.',
 153+// /*Messages for Unused Attributes Special*/
 154+// 'unusedattributes' => 'Nieużywane atrybuty',
 155+// 'smw_unusedattributes_docu' => 'Następujące atrybuty posiadają własne strony, choć żadna inna strona z nich nie korzysta.',
138156 /* Messages for the refresh button */
139157 'tooltip-purge' => 'Kliknij tutaj, aby odświeżyć wszystkie zapytania i szablony na tej stronie',
140158 'purge' => 'Odśwież',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageHe.php
@@ -97,22 +97,40 @@
9898 'smw_searchtriple_searchatt' => 'חפש תכונות',
9999 'smw_searchtriple_resultrel' => 'חפש בתוצאות (יחסים)',
100100 'smw_searchtriple_resultatt' => 'חפש בתוצאות (תכונות)',
101 - /*Messages for Relations Special*/
102 - 'relations' => 'יחסים',
103 - 'smw_relations_docu' => 'היחסים הבאים מופיעים באתר.',
104 - // Messages for WantedRelations Special
105 - 'wantedrelations' => 'Wanted relations', //TODO: translate
106 - 'smw_wanted_relations' => 'The following relations do not have an explanatory page yet, though they are already used to describe other pages.', //TODO: translate
107 - /*Messages for Attributes Special*/
108 - 'attributes' => 'תכונות',
109 - 'smw_attributes_docu' => 'התכונות הבאות קיימים באתר.',
110 - 'smw_attr_type_join' => ' עם $1',
111 - /*Messages for Unused Relations Special*/
112 - 'unusedrelations' => 'יחסים שאינם בשימוש',
113 - 'smw_unusedrelations_docu' => 'היחסים הבאים מוגדרים באתר אך לא נעשה בהם כל שימוש.',
114 - /*Messages for Unused Attributes Special*/
115 - 'unusedattributes' => 'תכונות שאינן בשימוש',
116 - 'smw_unusedattributes_docu' => 'התכונות הבאות מוגדרים במערכת אך לא נעשה בהם שימוש.',
 101+ // Messages for Properties Special
 102+ 'properties' => 'Properties', //TODO: translate
 103+ 'smw_properties_docu' => 'The following properties are used in the wiki.', //TODO: translate
 104+ 'smw_property_template' => '$1 of type $2 ($3)', // <propname> of type <type> (<count>) //TODO: translate
 105+ 'smw_propertylackspage' => 'All properties should be described by a page!', //TODO: translate
 106+ 'smw_propertylackstype' => 'No type was specified for this property (assuming type $1 for now).', //TODO: translate
 107+ 'smw_propertyhardlyused' => 'This property is hardly used within the wiki!', //TODO: translate
 108+ // Messages for Unused Properties Special
 109+ 'unusedproperties' => 'Unused Properties', //TODO: translate
 110+ 'smw_unusedproperties_docu' => 'The following properties exist although no other page makes use of them.', //TODO: translate
 111+ 'smw_unusedproperty_template' => '$1 of type $2', // <propname> of type <type> //TODO: translate
 112+ // Messages for Wanted Properties Special
 113+ 'wantedproperties' => 'Wanted Properties', //TODO: translate
 114+ 'smw_wantedproperties_docu' => 'The following properties are used in the wiki but do not yet have a page for describing them.', //TODO: translate
 115+ 'smw_wantedproperty_template' => '$1 ($2 uses)', // <propname> (<count> uses) //TODO: translate
 116+//// Note to translators:
 117+//// The following messages in comments were kept for reference to facilitate the translation of the property messages above.
 118+//// Delete them when no longer needed.
 119+// /*Messages for Relations Special*/
 120+// 'relations' => 'יחסים',
 121+// 'smw_relations_docu' => 'היחסים הבאים מופיעים באתר.',
 122+// // Messages for WantedRelations Special
 123+// 'wantedrelations' => 'Wanted relations', //TODO: translate
 124+// 'smw_wanted_relations' => 'The following relations do not have an explanatory page yet, though they are already used to describe other pages.', //TODO: translate
 125+// /*Messages for Attributes Special*/
 126+// 'attributes' => 'תכונות',
 127+// 'smw_attributes_docu' => 'התכונות הבאות קיימים באתר.',
 128+// 'smw_attr_type_join' => ' עם $1',
 129+// /*Messages for Unused Relations Special*/
 130+// 'unusedrelations' => 'יחסים שאינם בשימוש',
 131+// 'smw_unusedrelations_docu' => 'היחסים הבאים מוגדרים באתר אך לא נעשה בהם כל שימוש.',
 132+// /*Messages for Unused Attributes Special*/
 133+// 'unusedattributes' => 'תכונות שאינן בשימוש',
 134+// 'smw_unusedattributes_docu' => 'התכונות הבאות מוגדרים במערכת אך לא נעשה בהם שימוש.',
117135 /* Messages for the refresh button */
118136 'tooltip-purge' => 'לחץ כאן הכדי לרענן את כל התבניות והשאילתות בדף זה',
119137 'purge' => 'רענן תבניות ושאילתות',
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageSk.php
@@ -99,22 +99,37 @@
100100 'smw_searchtriple_searchatt' => 'Hľadaj atribúty',
101101 'smw_searchtriple_resultrel' => 'Hľadaj výsledky (vzťahy)',
102102 'smw_searchtriple_resultatt' => 'Hľadaj výsledky (atribúty)',
103 - /*Messages for Relations Special*/
104 - 'relations' => 'Relations',
105 - 'smw_relations_docu' => 'Nasledujúce vzťahy existujú na wiki.',
106 - /*Messages for Attributes Special*/
107 - 'attributes' => 'Attributes',
108 - 'smw_attributes_docu' => 'Nasledujúce atribúty existujú na wiki.',
109 - 'smw_attr_type_join' => ' s $1',
110 - /*Messages for Unused Relations Special*/
111 - 'unusedrelations' => 'Nepoužité vzťahy',
112 - 'smw_unusedrelations_docu' => 'Nasledujúce stránky vzťahov existujú, hoci žiadne iné stránky ich nevyužvajú.',
113 - // Messages for WantedRelations Special
114 - 'wantedrelations' => 'Wanted relations', //TODO: translate
115 - 'smw_wanted_relations' => 'The following relations do not have an explanatory page yet, though they are already used to describe other pages.', //TODO: translate
116 - /*Messages for Unused Attributes Special*/
117 - 'unusedattributes' => 'Nepoužité atribúty',
118 - 'smw_unusedattributes_docu' => 'Nasledujúce stránky atribútov existujú, hoci žiadne iné stránky ich nevyužvajú.',
 103+ // Messages for Properties Special
 104+ 'properties' => 'Properties', //TODO: translate
 105+ 'smw_properties_docu' => 'The following properties are used in the wiki.', //TODO: translate
 106+ 'smw_property_template' => '$1 of type $2 ($3)', // <propname> of type <type> (<count>) //TODO: translate
 107+ 'smw_propertylackspage' => 'All properties should be described by a page!', //TODO: translate
 108+ 'smw_propertylackstype' => 'No type was specified for this property (assuming type $1 for now).', //TODO: translate
 109+ 'smw_propertyhardlyused' => 'This property is hardly used within the wiki!', //TODO: translate
 110+ // Messages for Unused Properties Special
 111+ 'unusedproperties' => 'Unused Properties', //TODO: translate
 112+ 'smw_unusedproperties_docu' => 'The following properties exist although no other page makes use of them.', //TODO: translate
 113+ 'smw_unusedproperty_template' => '$1 of type $2', // <propname> of type <type> //TODO: translate
 114+ // Messages for Wanted Properties Special
 115+ 'wantedproperties' => 'Wanted Properties', //TODO: translate
 116+ 'smw_wantedproperties_docu' => 'The following properties are used in the wiki but do not yet have a page for describing them.', //TODO: translate
 117+ 'smw_wantedproperty_template' => '$1 ($2 uses)', // <propname> (<count> uses) //TODO: translate
 118+//// Note to translators:
 119+//// The following messages in comments were kept for reference to facilitate the translation of the property messages above.
 120+//// Delete them when no longer needed.
 121+// /*Messages for Relations Special*/
 122+// 'relations' => 'Relations',
 123+// 'smw_relations_docu' => 'Nasledujúce vzťahy existujú na wiki.',
 124+// /*Messages for Attributes Special*/
 125+// 'attributes' => 'Attributes',
 126+// 'smw_attributes_docu' => 'Nasledujúce atribúty existujú na wiki.',
 127+// 'smw_attr_type_join' => ' s $1',
 128+// /*Messages for Unused Relations Special*/
 129+// 'unusedrelations' => 'Nepoužité vzťahy',
 130+// 'smw_unusedrelations_docu' => 'Nasledujúce stránky vzťahov existujú, hoci žiadne iné stránky ich nevyužvajú.',
 131+// /*Messages for Unused Attributes Special*/
 132+// 'unusedattributes' => 'Nepoužité atribúty',
 133+// 'smw_unusedattributes_docu' => 'Nasledujúce stránky atribútov existujú, hoci žiadne iné stránky ich nevyužvajú.',
119134 /* Messages for the refresh button */
120135 'tooltip-purge' => 'Kliknutím sem obnovíte všetky dotazy a šablóny na tejto stránke',
121136 'purge' => 'Obnoviť',

Status & tagging log