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

10 lines
336 B
PHP
Raw Normal View History

2013-08-09 08:06:31 -04:00
<?php
$TRANSLATIONS = array(
2013-05-11 20:05:29 -04:00
"Password" => "Secret Code",
"%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",
2013-06-13 20:52:34 -04:00
"No preview available for" => "No preview available for"
2013-05-01 20:19:04 -04:00
);
2013-08-09 08:06:31 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";