[Web] Updated lang.ro.json (#4396)

[Web] Updated lang.ro.json
This commit is contained in:
Razvan
2021-12-22 20:34:50 +02:00
committed by GitHub
parent e8ca588884
commit 36e29710da
2 changed files with 72 additions and 15 deletions

View File

@@ -153,6 +153,10 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";
<true/>
<key>CalDAVUsername</key>
<string><?=$email?></string>
<?php if($app_password === true): ?>
<key>CalDAVPassword</key>
<string><?=$password?></string>
<?php endif; ?>
<key>PayloadDescription</key>
<string>Configures CalDAV account.</string>
<key>PayloadDisplayName</key>
@@ -181,6 +185,10 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";
<true/>
<key>CardDAVUsername</key>
<string><?=$email?></string>
<?php if($app_password === true): ?>
<key>CardDAVPassword</key>
<string><?=$password?></string>
<?php endif; ?>
<key>PayloadDescription</key>
<string>Configures CardDAV accounts</string>
<key>PayloadDisplayName</key>