r97418 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97417‎ | r97418 | r97419 >
Date:14:34, 18 September 2011
Author:platonides
Status:ok (Comments)
Tags:
Comment:
Add search-title and search-monuments-database messages, which were waiting since erfgoed r186 by Kentaur
Modified paths:
  • /trunk/tools/ToolserverI18N/language/messages/Monumentsapi.i18n.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/messages/Monumentsapi.i18n.php
@@ -16,6 +16,8 @@
1717 */
1818 $messages['en'] = array(
1919 'title' => 'Monuments API', // Ignore
 20+ 'search-title' => 'Monuments search',
 21+ 'search-monuments-database' => 'Search the monuments database',
2022 'search-table-th-field' => 'Field',
2123 'search-table-th-filter' => 'Filter',
2224 'search-table-th-search' => 'Search',
@@ -136,8 +138,11 @@
137139
138140 /** Spanish (Español)
139141 * @author Fitoschido
 142+ * @author Platonides
140143 */
141144 $messages['es'] = array(
 145+ 'search-title' => 'Búsqueda de monumentos',
 146+ 'search-monuments-database' => 'Buscar la base de datos de monumentos',
142147 'search-table-th-field' => 'Campo',
143148 'search-table-th-filter' => 'Filtro',
144149 'search-table-th-search' => 'Buscar',

Follow-up revisions

RevisionCommit summaryAuthorDate
r97421Follow-up r97418: document in qqqplatonides15:05, 18 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r186added bug reports link to sidebar on demand from wikipedia-lmagnus_manske18:55, 22 February 2002

Comments

#Comment by Siebrand (talk | contribs)   14:43, 18 September 2011

Please add message documentation in the qqq language for the newly added messages. Thanks.

Status & tagging log