9 lines
310 B
PHP
9 lines
310 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Secret Code",
|
|
"Submit" => "Submit",
|
|
"%s shared the folder %s with you" => "%s shared the folder %s with you",
|
|
"%s shared the file %s with you" => "%s shared the file %s with you",
|
|
"Download" => "Download",
|
|
"No preview available for" => "No preview available for"
|
|
);
|