summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ach.php
blob: 5569f410cc96d23883a8b3d3d0a58dc4e0f51f6a (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("","")
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";