2013-08-09 12:06:31 +00:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2013-02-11 23:21:45 +00:00
|
|
|
"Couldn't delete %s permanently" => "No fue posible borrar %s de manera permanente",
|
|
|
|
"Couldn't restore %s" => "No se pudo restaurar %s",
|
2013-04-09 00:14:02 +00:00
|
|
|
"Error" => "Error",
|
2013-09-10 14:42:16 +00:00
|
|
|
"restored" => "recuperado",
|
2013-02-11 23:21:45 +00:00
|
|
|
"Nothing in here. Your trash bin is empty!" => "No hay nada acá. ¡La papelera está vacía!",
|
2013-10-11 02:30:58 +00:00
|
|
|
"Name" => "Nombre",
|
2013-02-21 23:08:47 +00:00
|
|
|
"Restore" => "Recuperar",
|
2013-10-11 02:30:58 +00:00
|
|
|
"Deleted" => "Borrado",
|
2013-03-08 23:06:34 +00:00
|
|
|
"Delete" => "Borrar",
|
|
|
|
"Deleted Files" => "Archivos eliminados"
|
2013-01-31 23:19:28 +00:00
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|