Rename Sahana Fire Stations module, related to #95

This commit is contained in:
Disassembler 2017-12-15 16:39:02 +01:00
parent a5e8b5eaca
commit f8bc27aff5
3 changed files with 3 additions and 1 deletions

View File

@ -2888,6 +2888,7 @@
'Fire Stations': 'Požární stanice', 'Fire Stations': 'Požární stanice',
'Fire Suppression': 'Požární utajení', 'Fire Suppression': 'Požární utajení',
'Fire Zones': 'Okrsky', 'Fire Zones': 'Okrsky',
'Firefighters': 'Hasiči',
'First': 'První', 'First': 'První',
'First Name': 'Jméno', 'First Name': 'Jméno',
'Fixed set of selectable values for this field (JSON object)': 'Pevná sada volených hodnot pro toto pole (objekt JSON)', 'Fixed set of selectable values for this field (JSON object)': 'Pevná sada volených hodnot pro toto pole (objekt JSON)',

View File

@ -1248,7 +1248,7 @@ def config(settings):
module_type = 10, module_type = 10,
)), )),
("fire", Storage( ("fire", Storage(
name_nice = T("Fire Stations"), name_nice = T("Firefighters"),
#description = "Fire Station Management", #description = "Fire Station Management",
restricted = True, restricted = True,
module_type = 1, module_type = 1,

View File

@ -2888,6 +2888,7 @@
'Fire Stations': 'Požární stanice', 'Fire Stations': 'Požární stanice',
'Fire Suppression': 'Požární utajení', 'Fire Suppression': 'Požární utajení',
'Fire Zones': 'Okrsky', 'Fire Zones': 'Okrsky',
'Firefighters': 'Hasiči',
'First': 'První', 'First': 'První',
'First Name': 'Jméno', 'First Name': 'Jméno',
'Fixed set of selectable values for this field (JSON object)': 'Pevná sada volených hodnot pro toto pole (objekt JSON)', 'Fixed set of selectable values for this field (JSON object)': 'Pevná sada volených hodnot pro toto pole (objekt JSON)',