Skip to content

Commit

Permalink
Add translations that are bootstrap enabled.
Browse files Browse the repository at this point in the history
Make the buttons look good in bootstrap by default.
  • Loading branch information
nathanvda committed Aug 24, 2015
1 parent a066bf9 commit 985a2ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
@@ -1,6 +1,6 @@
en:
on_the_spot:
ok: Ok
cancel: Cancel
ok: <button class="btn btn-primary btn-sm">Ok</button>
cancel: <button class="btn btn-sm">Cancel</button>
tooltip: Click to edit ...
access_not_allowed: Access is not allowed
@@ -1,6 +1,6 @@
fr:
on_the_spot:
ok: Ok
cancel: Annuler
ok: <button class="btn btn-primary btn-sm">Ok</button>
cancel: <button class="btn btn-sm">Annuler</button>
tooltip: Cliquer pour modifier ...
access_not_allowed: Il n'est pas permis de modifier cette valeur
@@ -0,0 +1,6 @@
en:
on_the_spot:
ok: <button class="btn btn-primary btn-sm">Ok</button>
cancel: <button class="btn btn-sm">Herstellen</button>
tooltip: Klik om te wijzigen ...
access_not_allowed: Wijziging is niet toegestaan

0 comments on commit 985a2ac

Please sign in to comment.