1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-08-11 02:11:21 +02:00
nextcloud/apps/files/l10n/en@pirate.php
2013-08-30 09:38:20 -04:00

9 lignes
252 B
PHP

<?php
$TRANSLATIONS = array(
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"Download" => "Download"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";