Drupal.locale = { 'pluralFormula': function($n) { return Number(($n!=1)); }, 'strings': { "Testing clean URLs...": "Probar URLs limpias...", "Your server has been successfully tested to support this feature.": "Se ha comprobado exitosamente que su servidor ofrece soporte para esta funcionalidad.", "Your system configuration does not currently support this feature. The \x3ca href=\"http://drupal.org/node/15365\"\x3ehandbook page on Clean URLs\x3c/a\x3e has additional troubleshooting information.": "La configuración de tu sistema no soporta actualmente esta función. La \x3ca href=\"http://drupal.org/node/15365\"\x3ehoja del libro sobre URLs Limpias\x3c/a\x3e tiene información adicional acerca este problema.", "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" } };