server/apps/files_sharing/l10n/en@pirate.php
2013-08-09 08:06:31 -04:00

10 lines
358 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"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";