2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Updated translations (Thank you!)

Added German translation - Thank you Daniel
Made strings in appointment screen translatable
This commit is contained in:
Adam Zammit
2014-03-17 09:59:28 +11:00
parent 1fee78451f
commit b2de31d98b
42 changed files with 3709 additions and 61 deletions

View File

@@ -216,7 +216,7 @@ else if(isset($_GET['respondent_id']))
<input type="hidden" name="year" value="<?php print $year; ?>"/>
<input type="hidden" name="respondent_id" value="<?php print $respondent_id; ?>"/>
<input type="hidden" name="contact_phone_id" value="<?php print $contact_phone_id; ?>"/>
<input type="submit" value="Make appointment"/></p>
<input type="submit" value="<?php echo TQ_("Schedule Appointment"); ?>"/></p>
</form>
<?php
}