Blame view
sources/apps/files_trashbin/l10n/en_GB.php
461 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<?php $TRANSLATIONS = array( "Couldn't delete %s permanently" => "Couldn't delete %s permanently", "Couldn't restore %s" => "Couldn't restore %s", "Error" => "Error", "restored" => "restored", "Nothing in here. Your trash bin is empty!" => "Nothing in here. Your recycle bin is empty!", "Name" => "Name", "Restore" => "Restore", "Deleted" => "Deleted", "Delete" => "Delete", "Deleted Files" => "Deleted Files" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |