Sprememba besedila elementa za nadgradnjo paketa
This commit is contained in:
parent
eae0ccd893
commit
df0b66e625
@ -345,7 +345,8 @@ class UserAccess{
|
|||||||
|
|
||||||
// Kateri paket je potreben za to funkcionalnost
|
// Kateri paket je potreben za to funkcionalnost
|
||||||
$package_required = (isset($this->functionality_package[$what])) ? $this->functionality_package[$what] : 3;
|
$package_required = (isset($this->functionality_package[$what])) ? $this->functionality_package[$what] : 3;
|
||||||
$package_required_name = $this->packages[$package_required]['name'];
|
$package_temp = $this->packages[$package_required]['name'];
|
||||||
|
$package_required_name = $lang['paket_opis_'.$package_temp];
|
||||||
|
|
||||||
if($lang['id'] == '2')
|
if($lang['id'] == '2')
|
||||||
$drupal_url = $site_url.'d/en/purchase/'.$package_required.'/package';
|
$drupal_url = $site_url.'d/en/purchase/'.$package_required.'/package';
|
||||||
@ -373,7 +374,8 @@ class UserAccess{
|
|||||||
|
|
||||||
// Kateri paket je potreben za to funkcionalnost
|
// Kateri paket je potreben za to funkcionalnost
|
||||||
$package_required = (isset($this->functionality_package[$what])) ? $this->functionality_package[$what] : 3;
|
$package_required = (isset($this->functionality_package[$what])) ? $this->functionality_package[$what] : 3;
|
||||||
$package_required_name = $this->packages[$package_required]['name'];
|
$package_temp = $this->packages[$package_required]['name'];
|
||||||
|
$package_required_name = $lang['paket_opis_'.$package_temp];
|
||||||
|
|
||||||
if($lang['id'] == '2')
|
if($lang['id'] == '2')
|
||||||
$drupal_url = $site_url.'d/en/purchase/'.$package_required.'/package';
|
$drupal_url = $site_url.'d/en/purchase/'.$package_required.'/package';
|
||||||
@ -402,7 +404,8 @@ class UserAccess{
|
|||||||
|
|
||||||
// Kateri paket je potreben za to funkcionalnost
|
// Kateri paket je potreben za to funkcionalnost
|
||||||
$package_required = (isset($this->functionality_package[$what])) ? $this->functionality_package[$what] : 3;
|
$package_required = (isset($this->functionality_package[$what])) ? $this->functionality_package[$what] : 3;
|
||||||
$package_required_name = $this->packages[$package_required]['name'];
|
$package_temp = $this->packages[$package_required]['name'];
|
||||||
|
$package_required_name = $lang['paket_opis_'.$package_temp];
|
||||||
|
|
||||||
echo '<p class="user_access_warning_text">';
|
echo '<p class="user_access_warning_text">';
|
||||||
|
|
||||||
|
@ -7560,7 +7560,9 @@ $lang = array (
|
|||||||
|
|
||||||
// DOSTOP GLEDE NA PAKET
|
// DOSTOP GLEDE NA PAKET
|
||||||
'srv_access_no_access_not_author' => "Avtor ankete nima zakupljenega ustreznega paketa, ki vključuje to funkcionalnost.",
|
'srv_access_no_access_not_author' => "Avtor ankete nima zakupljenega ustreznega paketa, ki vključuje to funkcionalnost.",
|
||||||
'srv_access_no_access' => "Funkcionalnost je na voljo samo v plačljivi verziji 1ke v paketu",
|
'srv_access_no_access' => "Funkcionalnost je na voljo samo v plačljivi verziji orodja 1KA v paketu",
|
||||||
|
'paket_opis_2ka' => "Napredni (2KA)",
|
||||||
|
'paket_opis_3ka' => "Profesionalni (3KA)",
|
||||||
'srv_access_package' => "Aktivni paket",
|
'srv_access_package' => "Aktivni paket",
|
||||||
'srv_access_package_free' => "brezplačno",
|
'srv_access_package_free' => "brezplačno",
|
||||||
'srv_access_package_valid' => "velja do",
|
'srv_access_package_valid' => "velja do",
|
||||||
|
@ -7447,7 +7447,9 @@ $lang = array (
|
|||||||
|
|
||||||
// DOSTOP GLEDE NA PAKET
|
// DOSTOP GLEDE NA PAKET
|
||||||
'srv_access_no_access_not_author' => "Survey author does not have sufficient package for this functionality.",
|
'srv_access_no_access_not_author' => "Survey author does not have sufficient package for this functionality.",
|
||||||
'srv_access_no_access' => "Functionality is available only in paid version of 1ka in package",
|
'srv_access_no_access' => "Functionality is available only in the paid version of 1KA in the package",
|
||||||
|
'paket_opis_2ka' => "Advanced (2KA)",
|
||||||
|
'paket_opis_3ka' => "Professional (3KA)",
|
||||||
'srv_access_package' => "Active package",
|
'srv_access_package' => "Active package",
|
||||||
'srv_access_package_free' => "free",
|
'srv_access_package_free' => "free",
|
||||||
'srv_access_package_valid' => "valid until",
|
'srv_access_package_valid' => "valid until",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user