Exemplo n.º 1
0
 public function get_strings()
 {
     $strings = array('currently_locked' => __('These settings are currently locked. Click on the "Request Control" button to let %s know you\'d like to take over.', 'gravityforms'), 'currently_editing' => '%s is currently editing these settings', 'taken_over' => '%s has taken over and is currently editing these settings.', 'lock_requested' => __('%s has requested permission to take over control of these settings.', 'gravityforms'));
     return array_merge(parent::get_strings(), $strings);
 }
Exemplo n.º 2
0
 public function get_strings()
 {
     return array_merge(parent::get_strings(), $this->_strings);
 }
Exemplo n.º 3
0
 public function get_strings()
 {
     $strings = array("currently_locked" => __('These settings are currently locked. Click on the "Request Control" button to let %s know you\'d like to take over.', "gravityforms"), "currently_editing" => "%s is currently editing these settings", "taken_over" => "%s has taken over and is currently editing these settings.", "lock_requested" => __("%s has requested permission to take over control of these settings.", "gravityforms"));
     return array_merge(parent::get_strings(), $strings);
 }