|
Lines 23-31
Link Here
|
| 23 |
var MSG_CLICK_TO_EXPAND = _("Click to expand this section"); |
23 |
var MSG_CLICK_TO_EXPAND = _("Click to expand this section"); |
| 24 |
var MSG_CLICK_TO_COLLAPSE = _("Click to collapse this section"); |
24 |
var MSG_CLICK_TO_COLLAPSE = _("Click to collapse this section"); |
| 25 |
var MSG_INTERNAL_SERVER_ERROR = _( "Internal Server Error, please reload the page" ); |
25 |
var MSG_INTERNAL_SERVER_ERROR = _( "Internal Server Error, please reload the page" ); |
| 26 |
var MSG_SESSION_TIMED_OUT = _( 'You need to log in again, your session has timed out' ); |
26 |
var MSG_SESSION_TIMED_OUT = _( "You need to log in again, your session has timed out" ); |
| 27 |
var MSG_DATA_NOT_SAVED = _( 'Error; your data might not have been saved' ); |
27 |
var MSG_DATA_NOT_SAVED = _( "Error; your data might not have been saved" ); |
| 28 |
var MSG_LOADING = _( 'Loading...' ); |
28 |
var MSG_LOADING = _( "Loading..." ); |
| 29 |
|
29 |
|
| 30 |
//]]> |
30 |
//]]> |
| 31 |
</script> |
31 |
</script> |
| 32 |
- |
|
|