PHP Classes

File: PHP-DS/lang/DE.php

Recommend this page to a friend!
  Classes of berkay karata?   PHP-DS   PHP-DS/lang/DE.php   Download  
File: PHP-DS/lang/DE.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: 1,008 bytes
 

Contents

Class file image Download
<?php
$dil
=
[
#Supported Class Name
"a_class" => "PHP_DS_SUPPORTED",
#Supported Variables
"$1" => "classe", // class determiner
"$2" => "verwenden", // using determiner
"$3" => "funktionen_d", // function determiner
"$4" => "variablen_d", //variable determiner
"$5" => "code", // code determiner
"$6" => "datei", // file determiner
"$7" => "wird_unterstützen", //will_support determiner
"$8" => "classe", // class lang
"$9" => "statisch", // static lang
"$10" => "Funktion", // function lang
"$11" => "Variable", // variable lang
"$12" => "Sprachunterstützung kann nicht ohne eine Sprachdatei bereitgestellt werden.",//Language Support can not be provided without a language file.
"$13" => "Die angegebene Sprachdatei wurde nicht gefunden.",// The specified language file was not found
"$14" => "Funktionsname ist ungültig.",// Function name is invalid
#Supported Functions
"F1" => "hinzufügen" // Add() function's lang
];