nextcloud/apps/files_sharing/l10n/en@pirate.php

10 lines
382 B
PHP
Raw Normal View History

2013-05-02 04:19:04 +04:00
<?php $TRANSLATIONS = array(
2013-05-12 04:05:29 +04:00
"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",
"web services under your control" => "web services under your control"
2013-05-02 04:19:04 +04:00
);