Index: trunk/tools/ToolserverI18N/language/messages/Monumentsapi.i18n.php |
— | — | @@ -16,6 +16,8 @@ |
17 | 17 | */ |
18 | 18 | $messages['en'] = array( |
19 | 19 | 'title' => 'Monuments API', // Ignore |
| 20 | + 'search-title' => 'Monuments search', |
| 21 | + 'search-monuments-database' => 'Search the monuments database', |
20 | 22 | 'search-table-th-field' => 'Field', |
21 | 23 | 'search-table-th-filter' => 'Filter', |
22 | 24 | 'search-table-th-search' => 'Search', |
— | — | @@ -136,8 +138,11 @@ |
137 | 139 | |
138 | 140 | /** Spanish (Español) |
139 | 141 | * @author Fitoschido |
| 142 | + * @author Platonides |
140 | 143 | */ |
141 | 144 | $messages['es'] = array( |
| 145 | + 'search-title' => 'Búsqueda de monumentos', |
| 146 | + 'search-monuments-database' => 'Buscar la base de datos de monumentos', |
142 | 147 | 'search-table-th-field' => 'Campo', |
143 | 148 | 'search-table-th-filter' => 'Filtro', |
144 | 149 | 'search-table-th-search' => 'Buscar', |