sanctions enablement
This commit is contained in:
@@ -77,7 +77,10 @@ class VisitInfo {
|
||||
$query = "
|
||||
SELECT
|
||||
" . Registry::DB_PRFX . "countries.id as countries_id,
|
||||
" . Registry::DB_PRFX . "countries.name as countries_name
|
||||
" . Registry::DB_PRFX . "countries.name as countries_name,
|
||||
" . Registry::DB_PRFX . "countries.continent as countries_continent,
|
||||
" . Registry::DB_PRFX . "countries.priority as countries_priority,
|
||||
" . Registry::DB_PRFX . "countries.ban as countries_ban
|
||||
FROM " . Registry::DB_PRFX . "countries
|
||||
WHERE " . Registry::DB_PRFX . "countries.id LIKE \"$countryid\"
|
||||
ORDER BY " . Registry::DB_PRFX . "countries.priority ASC, " . Registry::DB_PRFX . "countries.name ASC";
|
||||
|
||||
@@ -108,6 +108,7 @@ REMEQPT = 'Ausrüstung entfernen'
|
||||
REPORTS = 'Berichte'
|
||||
REPORTS_DESC = 'Die Dropdown-Liste kann verwendet werden, um vorkonfigurierte Berichte auszuwählen. Weitere Berichte werden gerade geschrieben.'
|
||||
REQUIRED = 'Erforderlich'
|
||||
SANCTIONED = 'Sanktioniert - Kein Eintritt'
|
||||
SAVE = 'Speichern'
|
||||
SELECTID = 'ID auswählen'
|
||||
SELECTREASON = 'Grund wählen'
|
||||
|
||||
@@ -108,6 +108,7 @@ REMEQPT = 'Remove Equipment'
|
||||
REPORTS = 'Reports'
|
||||
REPORTS_DESC = 'The drop-down below can be used to select pre-configured reports. Other reports are currently being written.'
|
||||
REQUIRED = 'Required'
|
||||
SANCTIONED = 'Sanctioned - No Entry'
|
||||
SAVE = 'Save'
|
||||
SELECTID = 'Select ID'
|
||||
SELECTREASON = 'Select Reason'
|
||||
|
||||
@@ -108,6 +108,7 @@ REMEQPT = 'Llevar Equipo'
|
||||
REPORTS = 'Informes'
|
||||
REPORTS_DESC = 'El menú desplegable a continuación se puede utilizar para seleccionar informes preconfigurados. Otros informes se están escribiendo actualmente.'
|
||||
REQUIRED = 'Necesario'
|
||||
SANCTIONED = 'Sancionado - Prohibida la entrada'
|
||||
SAVE = 'Salvar'
|
||||
SELECTID = 'Por favor seleccione'
|
||||
SELECTREASON = 'Por favor seleccione tipo'
|
||||
|
||||
@@ -108,6 +108,7 @@ REMEQPT = 'Remove Equipment'
|
||||
REPORTS = 'Rapports'
|
||||
REPORTS_DESC = 'Le menu déroulant ci-dessous peut être utilisé pour sélectionner des rapports préconfigurés. D'autres rapports sont en cours de rédaction.'
|
||||
REQUIRED = 'Required'
|
||||
SANCTIONED = 'Sanctionné - Aucune entrée'
|
||||
SAVE = 'Save'
|
||||
SELECTID = 'Select ID'
|
||||
SELECTREASON = 'Select Reason'
|
||||
|
||||
Reference in New Issue
Block a user