wmaraci reklam

Opencart Türkçeleştirme Sorunu

6 Mesajlar 1.081 Okunma
pst.net
wmaraci reklam

turkishknight turkishknight WM Aracı Kullanıcı
  • Üyelik 07.10.2018
  • Yaş/Cinsiyet 27 / E
  • Meslek öğrenci
  • Konum Adana
  • Ad Soyad A** D**
  • Mesajlar 12
  • Beğeniler 0 / 3
  • Ticaret 0, (%0)
Merhabalar, sitemde hesap oluşturma kısmında (index.php?route=account/register) parola kısmında password yazıyor. Opencart türkçe dil paketini yüklememe rağmen düzelmedi. Sorun sizce nerede ?

Sorunun ekran alıntısı ;



public_html/catalog/language/tr-tr/account/register.php içeriği ;
/* Turkceye Ceviren eka7a - http://e-piksel.com */

// Heading
$_['heading_title'] = 'Hesap Oluştur';

// Text
$_['text_account'] = 'Hesabım';
$_['text_register'] = 'Kayıt Ol';
$_['text_account_already'] = 'Eğer daha önce kayıt olduysanız, lütfen oturum açma sayfasına gidiniz.';
$_['text_your_details'] = 'Üyelik Bilgileri';
$_['text_newsletter'] = 'Bülten Aboneliği';
$_['text_your_password'] = 'Parolanız';
$_['text_agree'] = '%s\'ni okudum ve kabul ediyorum.';

// Entry
$_['entry_customer_group'] = 'Müşteri Grubu';
$_['entry_firstname'] = 'Adınız';
$_['entry_lastname'] = 'Soyadınız';
$_['entry_email'] = 'E-Posta';
$_['entry_telephone'] = 'Telefon';
$_['entry_newsletter'] = 'Bülten Aboneliği';
$_['entry_password'] = 'Parola';
$_['entry_confirm'] = 'Parola(Tekrar)';

// Error
$_['error_exists'] = 'Uyarı: E-Posta adresi ile daha önce kayıt olunmuştur!';
$_['error_firstname'] = 'Ad alanı 1 ile 32 karakter arasında olmalı!';
$_['error_lastname'] = 'Soyad alanı 1 ile 32 karakter arasında olmalı!';
$_['error_email'] = 'Geçerli bir E-Posta adresi yazınız!';
$_['error_telephone'] = 'Telefon alanı 3 ile 32 karakter arasında olmalı!';
$_['error_custom_field'] = '%s gerekli!';
$_['error_password'] = 'Parolanız 4 ile 20 karakter arasında olmalı!';
$_['error_confirm'] = 'Parolanız birbiriyle uyuşmuyor!';
$_['error_agree'] = 'Uyarı: %s kabul etmelisiniz!';


Tema editörü / account / register.twig
{{ header }}


{% if error_warning %}
{{ error_warning }}

{% endif %}
{{ column_left }}
{% if column_left and column_right %}
{% set class = 'col-sm-6' %}
{% elseif column_left or column_right %}
{% set class = 'col-sm-9' %}
{% else %}
{% set class = 'col-sm-12' %}
{% endif %}
{{ content_top }}

{{ heading_title }}


{{ text_account_already }}




{{ text_your_details }}


{% for customer_group in customer_groups %}
{% if customer_group.customer_group_id == customer_group_id %}



{% else %}



{% endif %}
{% endfor %}






{% if error_firstname %}
{{ error_firstname }}

{% endif %}






{% if error_lastname %}
{{ error_lastname }}

{% endif %}






{% if error_email %}
{{ error_email }}

{% endif %}






{% if error_telephone %}
{{ error_telephone }}

{% endif %}


{% for custom_field in custom_fields %}
{% if custom_field.type == 'select' %}




{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}

{% endif %}


{% endif %}
{% if custom_field.type == 'radio' %}



{% for custom_field_value in custom_field.custom_field_value %}
{% if register_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id == register_custom_field[custom_field.custom_field_id] %}

{% else %}

{% endif %}

{% endfor %}

{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}

{% endif %}


{% endif %}
{% if custom_field.type == 'checkbox' %}



{% for custom_field_value in custom_field.custom_field_value %}
{% if register_custom_field[custom_field.custom_field_id] and custom_field_value.custom_field_value_id in register_custom_field[custom_field.custom_field_id] %}

{% else %}

{% endif %}

{% endfor %}

{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}

{% endif %}


{% endif %}
{% if custom_field.type == 'text' %}




{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}

{% endif %}


{% endif %}
{% if custom_field.type == 'textarea' %}




{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}

{% endif %}


{% endif %}
{% if custom_field.type == 'file' %}





{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}

{% endif %}


{% endif %}
{% if custom_field.type == 'date' %}








{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}

{% endif %}


{% endif %}
{% if custom_field.type == 'time' %}








{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}

{% endif %}


{% endif %}
{% if custom_field.type == 'time' %}








{% if error_custom_field[custom_field.custom_field_id] %}
{{ error_custom_field[custom_field.custom_field_id] }}

{% endif %}


{% endif %}
{% endfor %}


{{ text_your_password }}




{% if error_password %}
{{ error_password }}

{% endif %}






{% if error_confirm %}
{{ error_confirm }}

{% endif %}




{{ text_newsletter }}


{% if newsletter %}


{% else %}


{% endif %}



{{ captcha }}
{% if text_agree %}

{{ text_agree }}
{% if agree %}

{% else %}

{% endif %}
 



{% else %}





{% endif %}

{{ content_bottom }}

{{ column_right }}


<script></script>
<script></script>
<script></script>
{{ footer }}
 

 

wmaraci
reklam

SENibrahim SENibrahim ibocum Kullanıcı
  • Üyelik 22.12.2017
  • Yaş/Cinsiyet 23 / E
  • Meslek Öğrenci
  • Konum Aydın
  • Ad Soyad İ** Ş**
  • Mesajlar 4598
  • Beğeniler 1727 / 1541
  • Ticaret 15, (%100)
[password] bunada parola diye ekler misiniz?
 

 

Herkez hata yapabilir, pardon herkes. | ibocum.com

turkishknight turkishknight WM Aracı Kullanıcı
  • Üyelik 07.10.2018
  • Yaş/Cinsiyet 27 / E
  • Meslek öğrenci
  • Konum Adana
  • Ad Soyad A** D**
  • Mesajlar 12
  • Beğeniler 0 / 3
  • Ticaret 0, (%0)
public_html/catalog/language/tr-tr/account/register.php içerine ek olarak $_['password'] = 'Parola'; ekledim ama çözüm olmadı.
 

 

Kiroglumarket Kiroglumarket Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 06.11.2013
  • Yaş/Cinsiyet 38 / E
  • Meslek Esnaf
  • Konum Trabzon
  • Ad Soyad M** K**
  • Mesajlar 1681
  • Beğeniler 631 / 817
  • Ticaret 1, (%100)
stroage/cacheiçeriğini temizlermisiniz.
 

 

wmaraci
Mersin evden eve nakliyat

yilmaz70 yilmaz70 Güzel olacak Kullanıcı
  • Üyelik 03.02.2017
  • Yaş/Cinsiyet 53 / E
  • Meslek Web Tasarım
  • Konum İstanbul Anadolu
  • Ad Soyad D** K**
  • Mesajlar 4766
  • Beğeniler 3155 / 3156
  • Ticaret 12, (%100)
Tema dosyalarından baktınız mı?
 

 

turkishknight turkishknight WM Aracı Kullanıcı
  • Üyelik 07.10.2018
  • Yaş/Cinsiyet 27 / E
  • Meslek öğrenci
  • Konum Adana
  • Ad Soyad A** D**
  • Mesajlar 12
  • Beğeniler 0 / 3
  • Ticaret 0, (%0)

Kiroglumarket adlı üyeden alıntı

stroage/cacheiçeriğini temizlermisiniz.


Temizledim ama yine aynı.

yilmaz70 adlı üyeden alıntı

Tema dosyalarından baktınız mı?


Son çare komple temayı indirip o kelimeyi taratacağım.
 

 

wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al