openclassify/addons/default/visiosoft/cats-module/resources/lang/tr/field.php
2019-10-22 11:02:19 +03:00

30 lines
532 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return[
"name" => [
"name" =>"Başlık",
],
"order" => [
"name" =>"Sipariş",
],
"slug" => [
"name" =>"Özel isim",
],
"files" => [
"name" =>"görünüm",
],
'seo_keyword' => [
'name' => 'Seo Anahtar Kelimeler'
],
'seo_description' => [
'name' => 'Seo Açıklaması'
],
'icon' => [
' name' => 'İkon'
],
"please_wait" =>"Lütfen bekleyin. Alt Kategoriler Siliniyor"
];