table management fixes

This commit is contained in:
2013-01-12 13:34:00 +01:00
parent f6b28f84f0
commit b02951aaec
17 changed files with 164 additions and 76 deletions
+1
View File
@@ -86,4 +86,5 @@ module Qwaiter
config.assets.version = '1.0'
end
end
require 'qwaiter'
require 'rqrcode-rails3'
+12 -1
View File
@@ -91,6 +91,11 @@ en:
needs_payment: Wants to pay
closed_at: Closed at
supplier:
messages:
could_not_arrange_tables: 'The tables could not be arranged'
could_not_arrange_tables_distributed: 'The tables could not be arranged. Does the ${models.section|downcase} have a width and a height?'
could_not_arrange_tables_by_row: 'The tables could not be arranged. Does the ${models.section|downcase} have a width and a height?'
could_not_arrange_tables_by_column: 'The tables could not be arranged. Does the ${models.section|downcase} have a width and a height?'
menu:
active_lists: Active lists
active_lists:
@@ -111,9 +116,13 @@ en:
title: Show %{list}
section:
first_section_title: Room
show:
title: 'Show ${models.section|downcase}'
manage_tables:
link: 'Manage tables'
title: "Manage tables for ${models.section|downcase}: %{title}"
tables_view: Tables view
tables_view:
link: 'Tables view'
add_tables:
button_label: Add tables
modal:
@@ -125,6 +134,8 @@ en:
add_button: Add
arrange_tables:
button_label: Arrange tables
by_row_no_row_count: 'Please fill in a positive number representing the number of ${models.plural.table|downcase} per row'
by_column_no_column_count: 'Please fill in a positive number representing the number of ${models.plural.table|downcase} per column'
modal:
title: Arrange tables
body_header: ""
+12 -1
View File
@@ -100,6 +100,11 @@ nl:
password: 'Wachtwoord'
password_confirmation: 'Bevestiging'
supplier:
messages:
could_not_arrange_tables: 'De ${models.plural.table} konden niet worden gepositioneerd'
could_not_arrange_tables_distributed: 'De ${models.plural.table} konden niet worden gepositioneerd. Heeft de ${models.section|downcase} een hoogte en breedte?'
could_not_arrange_tables_by_row: 'De ${models.plural.table} konden niet worden gepositioneerd. Heeft de ${models.section|downcase} een hoogte en breedte?'
could_not_arrange_tables_by_column: 'De ${models.plural.table} konden niet worden gepositioneerd. Heeft de ${models.section|downcase} een hoogte en breedte?'
menu:
active_lists: Actieve %{lists}
active_lists:
@@ -120,9 +125,13 @@ nl:
title: "%{list} tonen"
section:
first_section_title: Ruimte
show:
title: 'Toon ${models.section|downcase}'
manage_tables:
link: 'Tafels beheren'
title: "Tafels beheren voor ${models.section|downcase}: %{title}"
tables_view: Tafel overzicht
tables_view:
link: Tafel overzicht
add_tables:
button_label: Voeg tafels toe
modal:
@@ -134,6 +143,8 @@ nl:
add_button: Voeg toe
arrange_tables:
button_label: Positioneer tafels
by_row_no_row_count: 'Geef een positief getal voor het aantal ${models.plural.table|downcase} per rij'
by_column_no_column_count: 'Geef een positief getal voor het aantal ${models.plural.table|downcase} per kolom'
modal:
title: Positioneer tafels
body_header: ""