PHP Classes

File: PHP-DS/lang/TR.php

Recommend this page to a friend!
  Classes of berkay karata?   PHP-DS   PHP-DS/lang/TR.php   Download  
File: PHP-DS/lang/TR.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP-DS
Translate text in PHP code to different languages
Author: By
Last change:
Date: 6 years ago
Size: 954 bytes
 

Contents

Class file image Download
<?php
$dil
=
[
#Supported Class Name
"a_class" => "PHP_DS_SUPPORTED",
#Supported Variables
"$1" => "s?n?f", // class determiner
"$2" => "kullan?m", // using determiner
"$3" => "fonksiyon_v", // function determiner
"$4" => "de?i?ken_v", //variable determiner
"$5" => "kod", // code determiner
"$6" => "dosya", // file determiner
"$7" => "desteklenecek", //will_support determiner
"$8" => "s?n?f", // class lang
"$9" => "dura?an", // static lang
"$10" => "Fonksiyon", // function lang
"$11" => "degisken", // variable lang
"$12" => "Dil_Deste?i, dil dosyas? olmadan sa?lanamaz.",//Language Support can not be provided without a language file.
"$13" => "Belirtilen dil dosyas? bulunamad?", // The specified language file was not found
"$14" => "Fonksiyon ismi geçersiz.", // Function name is invalid
#Supported Functions
"F1" => "ekle" // Add() function's lang
];