From 4b6e91515c620e8beba347a3248b623d6ed19916 Mon Sep 17 00:00:00 2001 From: Clemir Date: Wed, 29 Jul 2015 17:29:08 -0430 Subject: [PATCH] Adding Spanish traslation --- Resources/lang/es/dashboard.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Resources/lang/es/dashboard.php diff --git a/Resources/lang/es/dashboard.php b/Resources/lang/es/dashboard.php new file mode 100644 index 0000000..51e6699 --- /dev/null +++ b/Resources/lang/es/dashboard.php @@ -0,0 +1,11 @@ + 'Escritorio', + 'edit grid' => 'Editar grid', + 'reset grid' => 'Restaurar grid', + 'add widget' => 'Agregar widget', + 'add widget to dashboard' => 'Agregar widget al escritorio', + 'reset not needed' => 'El escritorio no necesita restaurarse', + 'dashboard reset' => 'El escritorio ha sido restaurado', +];