diff options
Diffstat (limited to 'apps/files_sharing/l10n/en@pirate.php')
-rw-r--r-- | apps/files_sharing/l10n/en@pirate.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/en@pirate.php b/apps/files_sharing/l10n/en@pirate.php index ab628e1717e..a9271109002 100644 --- a/apps/files_sharing/l10n/en@pirate.php +++ b/apps/files_sharing/l10n/en@pirate.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( -"Password" => "Secret Code" +"Password" => "Secret Code", +"Download" => "Download" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |