https://bugs.kde.org/show_bug.cgi?id=381939
--- Comment #1 from 2wxsy5823...@opayq.com --- It looks like an input form placeholder: ``` # Insert your SPARQL query here # Results are shown below. prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> prefix foaf: <http://xmlns.com/foaf/0.1/> prefix pkg: <http://docs.oasis-open.org/ns/office/1.2/meta/pkg#> prefix geo84: <http://www.w3.org/2003/01/geo/wgs84_pos#> select ?s ?p ?o where { ?s ?p ?o } ``` So only "Insert your SPARQL query here" and "Results are shown below." should be translated. -- You are receiving this mail because: You are watching all bug changes.