- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / language / en / lang_en_db_msg.php
blobf0213a43ae471c4e9ab2d4c22460181c601e5e1e
1 <?php
2 $LDDbNoSave='Save attempt to DB failed!';
3 $LDDbNoRead='Read attempt to DB failed!';
4 $LDDbNoLink='Link attempt to DB failed!';
5 $LDDbNoUpdate='Attempt to update to DB failed';
6 $LDDbNoLastData='Last data not found!';
7 $LDDbNoDelete='Delete failed!';
9 #2003-11-01 EL
10 $LDSessionTimeout='Session time out';
11 $LDSessionTimeoutTxt='There has been a long time of inactivity. The module has timed out and locked itself for security reasons.
12 To activate this module again, you can try doing one of the following:<p>
13 - Start the module again by selecting it on the main menu<br>
14 - Refresh your browser by clicking the refresh button<p> Any unsaved previous data will be lost unfortunately.';