summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/en@pirate.php
blob: a60f1fe72f21bbd77cf7d26638589765ba881bb2 (plain)
1
2
3
4
5
6
7
8
9
10
<?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);";