diff --git a/lib/generators/on_the_spot/install/templates/on_the_spot.en.yml b/lib/generators/on_the_spot/install/templates/on_the_spot.en.yml index 40cc1e4..976ec35 100644 --- a/lib/generators/on_the_spot/install/templates/on_the_spot.en.yml +++ b/lib/generators/on_the_spot/install/templates/on_the_spot.en.yml @@ -1,6 +1,6 @@ en: on_the_spot: - ok: Ok - cancel: Cancel + ok: + cancel: tooltip: Click to edit ... access_not_allowed: Access is not allowed \ No newline at end of file diff --git a/lib/generators/on_the_spot/install/templates/on_the_spot.fr.yml b/lib/generators/on_the_spot/install/templates/on_the_spot.fr.yml index bc22fdd..747426f 100644 --- a/lib/generators/on_the_spot/install/templates/on_the_spot.fr.yml +++ b/lib/generators/on_the_spot/install/templates/on_the_spot.fr.yml @@ -1,6 +1,6 @@ fr: on_the_spot: - ok: Ok - cancel: Annuler + ok: + cancel: tooltip: Cliquer pour modifier ... access_not_allowed: Il n'est pas permis de modifier cette valeur \ No newline at end of file diff --git a/lib/generators/on_the_spot/install/templates/on_the_spot.nl.yml b/lib/generators/on_the_spot/install/templates/on_the_spot.nl.yml new file mode 100644 index 0000000..efa575a --- /dev/null +++ b/lib/generators/on_the_spot/install/templates/on_the_spot.nl.yml @@ -0,0 +1,6 @@ +en: + on_the_spot: + ok: + cancel: + tooltip: Klik om te wijzigen ... + access_not_allowed: Wijziging is niet toegestaan \ No newline at end of file