5 lines
199 B
PHP
5 lines
199 B
PHP
<?php $TRANSLATIONS = array(
|
|
"User %s shared a file with you" => "User %s shared a file with you",
|
|
"Password" => "Passcode",
|
|
"web services under your control" => "web services under your control"
|
|
);
|