Lines 17-22
Link Here
|
17 |
var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %]; |
17 |
var search_jumped = [% IF ( search_jumped ) %]true[% ELSE %]false[% END %]; |
18 |
var MSG_NOTHING_TO_SAVE = _("Nothing to save"); |
18 |
var MSG_NOTHING_TO_SAVE = _("Nothing to save"); |
19 |
var MSG_SAVING = _("Saving..."); |
19 |
var MSG_SAVING = _("Saving..."); |
|
|
20 |
var MSG_SAVED_PREFERENCE = _("Saved preference"); |
20 |
var MSG_MODIFIED = _("modified"); |
21 |
var MSG_MODIFIED = _("modified"); |
21 |
var MSG_MADE_CHANGES = _("You have made changes to system preferences."); |
22 |
var MSG_MADE_CHANGES = _("You have made changes to system preferences."); |
22 |
var MSG_CLICK_TO_EXPAND = _("Click to expand this section"); |
23 |
var MSG_CLICK_TO_EXPAND = _("Click to expand this section"); |
23 |
- |
|
|