diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bea433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store diff --git a/lang/es.yml b/lang/es.yml new file mode 100644 index 0000000..3650802 --- /dev/null +++ b/lang/es.yml @@ -0,0 +1,6 @@ +es: + GridFieldSortableRows: + ALLOW_DRAG_DROP: "Permitir arrastrar y soltar" + DISABLE_PAGINATOR: "Deshabilitar paginador" + SORT_TO_PAGE: "Ordenar a la página" + EditPermissionsFailure: "No tienes permisos de edición" \ No newline at end of file