Skip to content

Commit

Permalink
Fixed issue #7879: Missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jun 2, 2013
1 parent dd9cb72 commit 6e453e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -129,6 +129,8 @@
var addpartErrorMsg = "<?php $clang->eT("No surveys are available. Either you don't have permissions to any surveys or none of your surveys have a token table", 'js'); ?>";
var mapButton = "<?php $clang->eT("Next", 'js') ?>";
var error = "<?php $clang->eT("Error", 'js') ?>";
var sWarningMsg = "<?php $clang->eT("Warning", 'js') ?>";
var sSelectRowMsg = "<?php $clang->eT("Please select at least one participant.", 'js') ?>";
var addsurvey = "<?php $clang->eT("Add participants to survey", 'js') ?>";
var exportcsv = "<?php $clang->eT("Export CSV", 'js') ?>";
var nooptionselected = "<?php $clang->eT("Please choose either of the options", 'js') ?>";
Expand Down
2 changes: 2 additions & 0 deletions scripts/admin/displayParticipant.js
Expand Up @@ -274,6 +274,8 @@ $(document).ready(function() {
edit:false,
refresh: true,
search: false,
alertcap: sWarningMsg,
alerttext: sSelectRowMsg,
addtitle: createParticipantTxt,
deltitle: deleteParticipantTxt,
refreshtitle: refreshListTxt},
Expand Down

0 comments on commit 6e453e0

Please sign in to comment.