Warning, /network/kaccounts-providers/services/disabled/owncloud-contacts.service.in is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <service id="owncloud-contacts">
0003   <type>dav-contacts</type>
0004   <!-- ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service
0005        Would be nice to use the localized name of this service if it exists/makes sense -->
0006   <_name msgctxt="ownCloud Contacts">Contacts</_name>
0007   <icon>owncloud-contacts</icon>
0008   <provider>owncloud</provider>
0009   <translations>kaccounts-providers</translations>
0010 
0011   <template>
0012     <group name="dav">
0013       <setting name="path">/remote.php/carddav/</setting>
0014     </group>
0015   </template>
0016 </service>