Drupal.locale = { 'pluralFormula': function($n) { return Number(($n!=1)); }, 'strings': { "Anonymous": "Anónimo", "Published": "Publicado", "Promoted to front page": "Promocionado a la página principal", "Create new revision": "Crear revisión nueva", "Upload": "Cargar", "Not published": "No publicado", "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", "1 attachment": [ "1 adjunto", "@count adjuntos" ] } };