tao-test/app/tao/locales/es-MX/oauth.rdf

72 lines
2.8 KiB
Plaintext
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
@sourceLanguage en-US
@targetLanguage es-MX
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xml:base="http://www.tao.lu/Ontologies/TAO.rdf#">
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#OauthConsumer">
<!--
@sourceLanguage en-US
@targetLanguage es-MX
@source Oauth Credentials
@subject http://www.tao.lu/Ontologies/TAO.rdf#OauthConsumer
@predicate http://www.w3.org/2000/01/rdf-schema#label
-->
<rdfs:label xml:lang="es-MX"><![CDATA[Oauth Credentials]]></rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#OauthKey">
<!--
@sourceLanguage en-US
@targetLanguage es-MX
@source OAuth consumer key
@subject http://www.tao.lu/Ontologies/TAO.rdf#OauthKey
@predicate http://www.w3.org/2000/01/rdf-schema#label
-->
<rdfs:label xml:lang="es-MX"><![CDATA[OAuth consumer key]]></rdfs:label>
<!--
@sourceLanguage en-US
@targetLanguage es-MX
@source identifier of OAuth consumer
@subject http://www.tao.lu/Ontologies/TAO.rdf#OauthKey
@predicate http://www.w3.org/2000/01/rdf-schema#comment
-->
<rdfs:comment xml:lang="es-MX"><![CDATA[identifier of OAuth consumer]]></rdfs:comment>
</rdf:Description>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#OauthSecret">
<!--
@sourceLanguage en-US
@targetLanguage es-MX
@source Oauth consumer secret
@subject http://www.tao.lu/Ontologies/TAO.rdf#OauthSecret
@predicate http://www.w3.org/2000/01/rdf-schema#label
-->
<rdfs:label xml:lang="es-MX"><![CDATA[Oauth consumer secret]]></rdfs:label>
<!--
@sourceLanguage en-US
@targetLanguage es-MX
@source Secret used for signatures
@subject http://www.tao.lu/Ontologies/TAO.rdf#OauthSecret
@predicate http://www.w3.org/2000/01/rdf-schema#comment
-->
<rdfs:comment xml:lang="es-MX"><![CDATA[Secret used for signatures]]></rdfs:comment>
</rdf:Description>
<rdf:Description rdf:about="http://www.tao.lu/Ontologies/TAO.rdf#OauthCallbackUrl">
<!--
@sourceLanguage en-US
@targetLanguage es-MX
@source OAuth consumer callback URL
@subject http://www.tao.lu/Ontologies/TAO.rdf#OauthCallbackUrl
@predicate http://www.w3.org/2000/01/rdf-schema#label
-->
<rdfs:label xml:lang="es-MX"><![CDATA[OAuth consumer callback URL]]></rdfs:label>
<!--
@sourceLanguage en-US
@targetLanguage es-MX
@source URL to call after autentification
@subject http://www.tao.lu/Ontologies/TAO.rdf#OauthCallbackUrl
@predicate http://www.w3.org/2000/01/rdf-schema#comment
-->
<rdfs:comment xml:lang="es-MX"><![CDATA[URL to call after autentification]]></rdfs:comment>
</rdf:Description>
</rdf:RDF>