Drupal.locale = { 'pluralFormula': function($n) { return Number(($n!=1)); }, 'strings': { "Unspecified error": "Error no especificado", "This action cannot be undone.": "Esta acción no puede deshacerse.", "Delete": "Eliminar", "Select all rows in this table": "Seleccionar todas las filas de esta tabla", "Deselect all rows in this table": "Quitar la selección a todas las filas de esta tabla", "Split summary at cursor": "Cortar texto hasta donde esta el cursor" } };