3 lines
85 B
PHP
3 lines
85 B
PHP
<?php $TRANSLATIONS = array(
|
|
"WebDAV URL: http://" => "Endereço WebDAV: http://"
|
|
);
|