Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | |
30 | 30 | // URIs that should not be used in objects in cases where users can provide URIs |
31 | 31 | 'smw_uri_blacklist' => " http://www.w3.org/1999/02/22-rdf-syntax-ns#\n http://www.w3.org/2000/01/rdf-schema#\n http://www.w3.org/2002/07/owl#", |
32 | | - 'smw_baduri' => 'Sorry, URIs of the form "$1" are not allowed.', |
| 32 | + 'smw_baduri' => 'URIs of the form "$1" are not allowed.', |
33 | 33 | |
34 | 34 | // Link to RSS feeds |
35 | 35 | 'smw_rss_link' => 'RSS', |
— | — | @@ -40,9 +40,9 @@ |
41 | 41 | 'smw_vcard_link' => 'vCard', |
42 | 42 | |
43 | 43 | // Messages and strings for inline queries |
44 | | - 'smw_iq_disabled' => "Sorry. Semantic queries have been disabled for this wiki.", |
| 44 | + 'smw_iq_disabled' => "Semantic queries have been disabled for this wiki.", |
45 | 45 | 'smw_iq_moreresults' => '… further results', |
46 | | - 'smw_iq_nojs' => 'Please use a JavaScript-enabled browser to view this element.', |
| 46 | + 'smw_iq_nojs' => 'Use a JavaScript-enabled browser to view this element.', |
47 | 47 | 'smw_iq_altresults' => 'Browse the result list directly.', // available link when JS is disabled |
48 | 48 | |
49 | 49 | // Messages and strings for ontology resued (import) |
— | — | @@ -99,7 +99,7 @@ |
100 | 100 | 'smw_valuesubquery' => 'Subqueries not supported for values of property "$1".', |
101 | 101 | 'smw_overprintoutlimit' => 'The query contains too many printout requests.', |
102 | 102 | 'smw_badprintout' => 'Some print statement in the query was misshaped.', |
103 | | - 'smw_badtitle' => 'Sorry, but "$1" is no valid page title.', |
| 103 | + 'smw_badtitle' => '"$1" is no valid page title.', |
104 | 104 | 'smw_badqueryatom' => 'Some part "<nowiki>[[…]]</nowiki>" of the query was not understood.', |
105 | 105 | 'smw_propvalueproblem' => 'The value of property "$1" was not understood.', |
106 | 106 | 'smw_noqueryfeature' => 'Some query feature was not supported in this wiki and part of the query was dropped ($1).', |
— | — | @@ -108,7 +108,7 @@ |
109 | 109 | 'smw_querytoolarge' => 'The following query conditions could not be considered due to the wikis restrictions in query size or depth: $1.', |
110 | 110 | 'smw_devel_warning' => 'This feature is currently under development, and might not be fully functional. |
111 | 111 | Backup your data before using it.', |
112 | | - 'smw_notemplategiven' => 'Please provide a value for the parameter "template" for this query format to work.', |
| 112 | + 'smw_notemplategiven' => 'Provide a value for the parameter "template" for this query format to work.', |
113 | 113 | |
114 | 114 | // Messages for pages of types and properties |
115 | 115 | 'smw_type_header' => 'Properties of type "$1"', |
— | — | @@ -165,7 +165,7 @@ |
166 | 166 | 'smw_oi_action' => 'Import', |
167 | 167 | 'smw_oi_return' => 'Return to <a href="$1">Special:OntologyImport</a>.', |
168 | 168 | 'smw_oi_noontology' => 'No ontology supplied, or could not load ontology.', |
169 | | - 'smw_oi_select' => 'Please select the statements to import, and then click the import button.', |
| 169 | + 'smw_oi_select' => 'Select the statements to import, and then click the import button.', |
170 | 170 | 'smw_oi_textforall' => 'Header text to add to all imports (may be empty):', |
171 | 171 | 'smw_oi_selectall' => 'Select or unselect all statements', |
172 | 172 | 'smw_oi_statementsabout' => 'Statements about', |
— | — | @@ -195,7 +195,8 @@ |
196 | 196 | |
197 | 197 | // Name of the URI Resolver Special (no content) |
198 | 198 | 'uriresolver' => 'URI resolver', |
199 | | - 'smw_uri_doc' => '<p>The URI resolver implements the <a href="http://www.w3.org/2001/tag/issues.html#httpRange-14">W3C TAG finding on httpRange-14</a>. It takes care that humans don\'t turn into websites.</p>', |
| 199 | + 'smw_uri_doc' => '<p>The URI resolver implements the <a href="http://www.w3.org/2001/tag/issues.html#httpRange-14">W3C TAG finding on httpRange-14</a>. |
| 200 | +It takes care that humans don\'t turn into websites.</p>', |
200 | 201 | |
201 | 202 | // Messages for ask Special |
202 | 203 | 'ask' => 'Semantic search', |
— | — | @@ -214,10 +215,11 @@ |
215 | 216 | // Messages for the search by property special |
216 | 217 | 'searchbyproperty' => 'Search by property', |
217 | 218 | 'smw_sbv_docu' => '<p>Search for all pages that have a given property and value.</p>', |
218 | | - 'smw_sbv_noproperty' => '<p>Please enter a property.</p>', |
219 | | - 'smw_sbv_novalue' => '<p>Please enter a valid value for the property, or view all property values for "$1".</p>', |
| 219 | + 'smw_sbv_noproperty' => '<p>Enter a property.</p>', |
| 220 | + 'smw_sbv_novalue' => '<p>Enter a valid value for the property, or view all property values for "$1".</p>', |
220 | 221 | 'smw_sbv_displayresult' => 'A list of all pages that have property "$1" with value "$2"', |
221 | | - 'smw_sbv_displayresultfuzzy' => 'A list of all pages that have property "$1" with value "$2". Since there have been only a few results, also nearby values are displayed.', |
| 222 | + 'smw_sbv_displayresultfuzzy' => 'A list of all pages that have property "$1" with value "$2". |
| 223 | +Since there have been only a few results, also nearby values are displayed.', |
222 | 224 | 'smw_sbv_property' => 'Property', |
223 | 225 | 'smw_sbv_value' => 'Value', |
224 | 226 | 'smw_sbv_submit' => 'Find results', |
— | — | @@ -235,7 +237,7 @@ |
236 | 238 | // Messages for the page property special |
237 | 239 | 'pageproperty' => 'Page property search', |
238 | 240 | 'smw_pp_docu' => 'Search for all the fillers of a property on a given page. |
239 | | -Please enter both a page and a property.', |
| 241 | +Enter both a page and a property.', |
240 | 242 | 'smw_pp_from' => 'From page', |
241 | 243 | 'smw_pp_type' => 'Property', |
242 | 244 | 'smw_pp_submit' => 'Find results', |
— | — | @@ -244,7 +246,7 @@ |
245 | 247 | 'smw_result_prev' => 'Previous', |
246 | 248 | 'smw_result_next' => 'Next', |
247 | 249 | 'smw_result_results' => 'Results', |
248 | | - 'smw_result_noresults' => 'Sorry, no results.', |
| 250 | + 'smw_result_noresults' => 'No results.', |
249 | 251 | |
250 | 252 | // Messages for SMWAdmin |
251 | 253 | 'smwadmin' => 'Admin functions for Semantic MediaWiki', |