123456789101112131415 |
- <?php
- $TRANSLATIONS = array(
- "Couldn't delete %s permanently" => "Ezin izan da %s betirako ezabatu",
- "Couldn't restore %s" => "Ezin izan da %s berreskuratu",
- "Deleted files" => "Ezabatutako fitxategiak",
- "Restore" => "Berrezarri",
- "Error" => "Errorea",
- "restored" => "Berrezarrita",
- "Nothing in here. Your trash bin is empty!" => "Ez dago ezer ez. Zure zakarrontzia hutsik dago!",
- "Name" => "Izena",
- "Deleted" => "Ezabatuta",
- "Delete" => "Ezabatu"
- );
- $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|