repo stringlengths 7 63 | file_url stringlengths 81 284 | file_path stringlengths 5 200 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:02:33 2026-01-05 05:24:06 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/innerpages/11_1f2e4.php | innerpages/11_1f2e4.php | <?php
require_once("../genclude.php");
recordVisit($testcase);
?>
| php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/innerpages/6_14b3c.php | innerpages/6_14b3c.php | <?php
require_once("../genclude.php");
recordVisit($testcase);
?>
| php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/21.php | pages/21.php | <?php
require_once('../genclude.php');
?>
<center>
<script src='<?php echo $_SESSION['baseaddrwithnoprotocol']; ?>innerpages/<?php tc('21_1f822'); ?>.php' type='text/javascript'></script>
</center>
| php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/100.php | pages/100.php | <?php
session_start();
// Unset all of the session variables.
$_SESSION = array();
// If it's desired to kill the session, also delete the session cookie.
// Note: This will destroy the session, and not just the session data!
if (isset($_COOKIE[session_name()])) {
setcookie(session_name(), '', t... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/8.php | pages/8.php | <?php
require_once('../genclude.php');
?>
<!-- my comment with full link: <?php echo $_SESSION['baseaddr'] . "innerpages/".tc('8_1b6e1', false).".php" ?> -->
<!-- my comment with relative: <?php echo $url_relative . "innerpages/".tc('8_2b6f1', false).".php" ?> -->
| php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/16.php | pages/16.php | <?php
// starting output buffering in order to avoid; Headers sent before ... warning
ob_start();
define('NOSTARTHTML', true);
require_once('../genclude.php');
function redirect($url, $hiddenUrl)
{
header("Location: $url");
html_header();
echo 'This page has moved to <a href="'... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/4.php | pages/4.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script>
function openUserSetting(){
window.open('../innerpages/<?php tc('4_1c3f8'); ?>.php', '8', 'resizable=yes,width=400,height=50');
}
</script>
<?php html_body(); ?>
<center>
<p>
<a href="javascript:openUser... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/6.php | pages/6.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script>
function searchMe(){
alert("alert teaser");
var searchcontainer = document.getElementById("searchcontainer");
var enginesel = document.getElementById("engine");
searchcontainer.src = enginesel.options[engine... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/19.php | pages/19.php | <?php
define('NOSTARTHTML', true);
require_once('../genclude.php');
?>
<html lang="en">
<!--
Smart developers always View Source.
This application was built using Adobe Flex, an open source framework
for building rich Internet applications that get delivered via the
Flash Player or to desktops via Adobe AIR.
L... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/11.php | pages/11.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script type="text/javascript" src="../js/jquery/jquery.js"></script>
<script type="text/javascript" >
$(document).ready(function(){
$("#link").each(function(){this.href = "../innerpages/<?php tc('11_1f2e4'); ?>.php";});
});
<... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/9.php | pages/9.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script>
function go1(){
window.location = "../innerpages/<?php tc('9_1a1b2'); ?>.php";
}
function go2(){
window.location.href = "../innerpages/<?php tc('9_2ff21'); ?>.php";
}
function go3(){
document.location.href = "../innerp... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/7.php | pages/7.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script>
function mysubmit(){
networkform.action = "../innerpages/<?php tc('7_16a9c'); ?>.php";
networkform.ip.value = "192.168.6.333";
networkform.netmask.value = "255.255.255.0";
networkform.gateway.value = "192.16... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/14.php | pages/14.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<meta http-equiv=Refresh content="5; URL=../innerpages/<?php tc('14_1eeab'); ?>.php">
<?php html_body(); ?>
<center>
you will be redirected in a moment...
</center>
| php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/10.php | pages/10.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script>
myalert = window.alert;
function go(){
//window.alert = function(){};
myalert("alert override teaser");
window.location = "../innerpages/<?php tc('10_17d77'); ?>.php"
}
</script>
<?php html_body(); ?>
... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/5.php | pages/5.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script>
function openSoftwareInfo(){
window.open('../innerpages/<?php tc('5_1e4d2'); ?>.php', 'usersetting', 'resizable=yes,width=400,height=50');
}
</script>
<?php html_body(); ?>
<center>
<div onmouseover="openSoft... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/3.php | pages/3.php | <?php
require_once('../genclude.php');
?>
<center>
<a href="../innerpages/<?php tc('3_16e1a'); ?>.php">start the form</a>
</center>
| php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/1.php | pages/1.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script>
window.onload = function(){
// what what
setTimeout(showLink, 3000);
}
function showLink(){
var container = document.getElementById("container");
var alink = document.createElement("a");
... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/13.php | pages/13.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script src="../js/yahoo/yahoo-min.js"></script>
<script src="../js/yahoo/event-min.js"></script>
<script src="../js/yahoo/connection-min.js"></script>
<script>
// string prototyping :)
String.prototype.trim = f... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/18.php | pages/18.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script type="text/javascript"> var testcase18 = '<?php tc('18_1a2f3'); ?>';</script>
<!-- EXT JS LIBRARY BEGIN -->
<script type="text/javascript" src="../js/ext/ext-base.js"></script>
<script type="text/javascript" src="../js/ex... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/2.php | pages/2.php | <?php
require_once('../genclude.php');
?>
<center>
<a href="../innerpages/<?php tc('2_1f84b'); ?>.php">click me</a><br/>
<a href="../innerpages/<?php tc('2_2b7a3'); ?>.php">click me 2</a>
</center>
| php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/20.php | pages/20.php | <?php
require_once('../genclude.php');
?>
<center>
<a href="../innerpages/<?php tc('20_1e833'); ?>.php?param1=1&param2=2">click me</a><br/>
</center>
| php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/12.php | pages/12.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script>
window.onload = function(){
with(document){
var dframe = createElement("frame");
dframe.src = "../innerpages/<?php tc('12_2a2cf'); ?>.php";
body.appendChild(dframe);
var diframe = createElemen... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/15.php | pages/15.php | <?php
require_once('../genclude.php');
?>
<center>
<form method="POST" name="myform" action="javascript:myform.action='../innerpages/<?php tc('15_1c95a'); ?>.php'; myform.submit()">
<input type="submit" value="Submit"/>
</form>
</center>
| php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/pages/17.php | pages/17.php | <?php
define('NOSTARTBODY', true);
require_once('../genclude.php');
?>
<script src="../js/yahoo/yahoo-min.js"></script>
<script src="../js/yahoo/event-min.js"></script>
<script src="../js/yahoo/connection-min.js"></script>
<script>
var busy = 0;
// string prototyping :)
St... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/offscanpages/about.php | offscanpages/about.php | <?php
require_once('../genclude.php');
?>
<br/>
<br/>
<ul>
<li>26 January 2008 - project started by <a href="http://www.webguvenligi.org">Bedirhan Urgun</a></li>
<li>15 November 2013 - db support by (<a href="http://www.manvswebapp.com">Dan Kuykendall</a> of <a href="http://www.ntobjectives.com"... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/offscanpages/remove-all-stats.php | offscanpages/remove-all-stats.php | <?php
if ( strcmp($_GET['sure'], 'yes') == 0 ){
// Remove all previous stats from wivet. Useful for unittest integration with various scanners.
require_once('../genclude.php');
clearScans();
echo 'Done!';
}
?> | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/offscanpages/current.php | offscanpages/current.php | <?php
require_once('../genclude.php');
if(empty($_SESSION['scan']['pageVisits'])) {
saveScan($_SESSION['scan']);
}
$_GET['id'] = $_SESSION['scan']['record'];
$showbacklink = false;
include('statistics.php');
exit;
?>
| php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/offscanpages/statistics.php | offscanpages/statistics.php | <?php
require_once('../genclude.php');
?>
<div style="margin-left: 40px;">
<?php
if(!isset($showbacklink)) {
$showbacklink = true;
}
if(isset($_GET['id']) && !empty($_GET['id'])) {
$scan = loadScan($_GET['id']);
} else {
$scan = loadScan();
}
if(!isset($scan['pageVisits'])) {
$scan... | php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
bedirhan/wivet | https://github.com/bedirhan/wivet/blob/929ae28105bedf69873e3ef303daab7441219e40/offscanpages/statistics/utilities.php | offscanpages/statistics/utilities.php | <?php
?>
| php | MIT | 929ae28105bedf69873e3ef303daab7441219e40 | 2026-01-05T05:20:18.873315Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/server.php | server.php | <?php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @author Taylor Otwell <taylor@laravel.com>
*/
$uri = urldecode(
parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
);
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
// built-in PHP web server. This provides a convenien... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/passwords.php | lang/tr/passwords.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are gi... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/pagination.php | lang/tr/pagination.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pag... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/response-message.php | lang/tr/response-message.php | <?php
return [
'success_title' => 'Başarılı',
'success_message' => 'İşleminiz başarılı bir şekilde gerçekleştirildi.',
'error_title' => 'Başarısız',
'error_message' => 'İşleminiz gerçekleştirilirken bir hata ile karşılaşıldı. Lütfen tekrar deneyiniz.',
'ignore_date_title' => 'Başarısız',
'ign... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/validation.php | lang/tr/validation.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator ... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/auth.php | lang/tr/auth.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages t... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/teacher/menu.php | lang/tr/teacher/menu.php | <?php
return [
'profile' => 'Profil',
'my_appointment' => 'Randevularım',
'welcome' => 'Hoşgeldiniz',
'logout' => 'Çıkış yap',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/teacher/appointment.php | lang/tr/teacher/appointment.php | <?php
return [
'my_appointment' => 'Randevularım',
'welcome' => 'Hoşgeldiniz',
'trainee' => 'Kursiyer',
'car' => 'Araç',
'date' => 'Tarih',
'status' => 'Durum',
'logout' => 'Çıkış yap',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/teacher/profile.php | lang/tr/teacher/profile.php | <?php
return [
'profile' => 'Profil',
'my_appointment' => 'Randevularım',
'name' => 'Adı',
'surname' => 'Soyadı',
'email' => 'Eposta Adresi',
'new_password' => 'Yeni Şifre',
'new_password_repeat' => 'Yeni Şifre Tekrar',
'phone' => 'Telefon',
'address' => 'Adres',
'language' => '... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/user/menu.php | lang/tr/user/menu.php | <?php
return [
'home' => 'Anasayfa',
'my_lesson' => 'Derslerim',
'online_exam' => 'Online Sınavlarım',
'custom_exam_add' => 'Özel Sınav Oluştur',
'class_exam' => 'Sınıf Sınavlarım',
'exam_result' => 'Sınav Sonuçlarım',
'my_appointment' => 'Randevularım',
'live_lesson' => 'Canlı Dersleri... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/user/my-online-exam.php | lang/tr/user/my-online-exam.php | <?php
return [
'user_guide' => 'Kullanım Kılavuzu',
'guaide_1' => 'Lütfen kimlik bilgilerinizi yukarıdan kontrol ediniz.',
'guaide_2' => 'Elektronik ehliyet sınavlarına gireceklere: 12 İlk yardım sorusu, 23 Trafik sorusu, 9 Motor sorusu ve 6 Trafik adabı sorusu olmak üzere 50 soru sorulmaktadır.',
'gua... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/user/support.php | lang/tr/user/support.php | <?php
return [
'contact_why' => 'İletişim Nedeniniz?',
'message' => 'Mesajınız',
'send_btn' => 'Gönder',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/user/my-class-exam.php | lang/tr/user/my-class-exam.php | <?php
return [
'question_length' => 'Soru Sayısı',
'time' => 'Süre',
'transactions' => 'İşlemler',
'start_exam' => 'Sınava Başla',
'save_btn' => 'Kaydet',
'cancel_btn' => 'İptal',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/user/my-live-lesson.php | lang/tr/user/my-live-lesson.php | <?php
return [
'lesson_name' => 'Ders Adı',
'join_lesson' => 'Derse Katıl',
'lesson_category' => 'Ders Kategorisi',
'lesson_date' => 'Ders Tarihi',
'join_btn' => 'Katıl',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/user/my-exam-result.php | lang/tr/user/my-exam-result.php | <?php
return [
'number_test_solved' => 'Çözülen Test Sayısı',
'total_correct_length' => 'Toplam Doğru Sayısı',
'total_incorrect_length' => 'Toplam Yanlış Sayısı',
'my_exams' => 'Sınavlarım',
'total_blank_question_length' => 'Toplam Boş Soru',
'average_point' => 'Ortalama Puan',
'question_le... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/user/my-appointment.php | lang/tr/user/my-appointment.php | <?php
return [
'appointment_form' => 'Randevu Alma Formu',
'create_appontment' => 'Yeni Randevu Al',
'create_appontment_btn' => 'Randevu Oluştur',
'cancel_btn' => 'İptal',
'select' => 'Seçiniz',
'car' => 'Araç',
'teacher' => 'Eğitmen',
'date' => 'Tarih',
'status' => 'Durum',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/user/profile.php | lang/tr/user/profile.php | <?php
return [
'name' => 'Adınız',
'surname' => 'Soyadınız',
'email_address' => 'Eposta Adresi',
'new_password' => 'Yeni Şifre',
'new_password_repeat' => 'Yeni Şifre Tekrar',
'phone' => 'Telefon',
'address' => 'Adres',
'language' => 'Dil Seçiniz',
'profile_photo' => 'Profil Resmi',
... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/user/notification.php | lang/tr/user/notification.php | <?php
return [
'message' => 'Mesaj',
'date' => 'Tarih',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/user/my-lesson.php | lang/tr/user/my-lesson.php | <?php
return [
'lesson_category' => 'Ders Kategori',
'select' => 'Seçiniz',
'title' => 'Başlık',
'attend_class' => 'Derse gir',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/company.php | lang/tr/manager/company.php | <?php
return [
'name' => 'Şirket Adı',
'tax_no' => 'Vergi No',
'email' => 'E-mail',
'website' => 'Website',
'phone' => 'Telefon',
'country' => 'Ülke',
'city' => 'İl',
'state' => 'İlçe',
'address' => 'Adres',
'zipcode' => 'Posta Kodu',
'logo' => 'Logo',
'select' => 'Seçin... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/menu.php | lang/tr/manager/menu.php | <?php
return [
'home' => 'Anasayfa',
'dashboard' => 'Gösterge Paneli',
'manager_panel' => 'Yönetici Paneli',
'trainee_transactions' => 'Kursiyer İşlemleri',
'new_trainee' => 'Yeni Kursiyer Ekle',
'edit_trainee' => 'Kursiyer Düzenle',
'new_trainee_excel' => 'Excel ile Kursiyer Ekle',
'tr... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/support.php | lang/tr/manager/support.php | <?php
return [
'tc' => 'TCKN',
'name_surname' => 'Adı Soyadı',
'why' => 'Destek Nedeni',
'contact_phone' => 'İletişim Numarası',
'created_at' => 'Oluşturulma Tarihi',
'transactions' => 'İşlemler',
'done_btn' => 'Tamamlandı',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/profile.php | lang/tr/manager/profile.php | <?php
return [
'name' => 'Adınız',
'surname' => 'Soyadınız',
'email_address' => 'Eposta Adresi',
'new_password' => 'Yeni Şifre',
'new_password_repeat' => 'Yeni Şifre Tekrar',
'phone' => 'Telefon',
'address' => 'Adres',
'language' => 'Dil Seçiniz',
'profile_photo' => 'Profil Resmi',
... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/index.php | lang/tr/manager/index.php | <?php
return [
'info_payment_success' => 'Aktif paketinizden kalan gün: ',
'info_payment_error' => 'Paketinizin süresi doldu. Ödeme yaptığınızda sisteminiz aktif olacaktır.',
'pay_btn' => 'Öde',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/notification.php | lang/tr/manager/notification.php | <?php
return [
'message' => 'Mesaj',
'status' => 'Durum',
'date' => 'Tarih',
'save_btn' => 'Kaydet',
'cancel_btn' => 'İptal',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/invoice.php | lang/tr/manager/invoice.php | <?php
return [
'number' => 'Fatura Numarası',
'date' => 'Fatura Tarihi',
'general_total' => 'Genel Toplam',
'status' => 'Durum',
'transactions' => 'İşlemler',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/class_exam.php | lang/tr/manager/class_exam.php | <?php
return [
'question_length' => 'Soru Sayısı',
'time' => 'Süre',
'status' => 'Durum',
'transactions' => 'İşlemler',
'period' => 'Dönem',
'month' => 'Ay',
'class' => 'Sınıf',
'select' => 'Seçiniz',
'save_btn' => 'Kaydet',
'cancel_btn' => 'İptal',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/teacher/teacher-list.php | lang/tr/manager/teacher/teacher-list.php | <?php
return [
'name_surname' => 'Adı Soyadı',
'email_address' => 'Eposta Adresi',
'phone_number' => 'Telefon',
'status' => 'Durum',
'created_at' => 'Kayıt Tarihi',
'transactions' => 'İşlemler',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/teacher/teacher-add-edit.php | lang/tr/manager/teacher/teacher-add-edit.php | <?php
return [
'tc' => 'TCKN',
'name' => 'Ad',
'surname' => 'Soyad',
'email' => 'E-posta',
'password' => 'Şifre',
'password_repeat' => 'Şifre Tekrar',
'new_password' => 'Yeni Şifre',
'new_password_repeat' => 'Yeni Şifre Tekrar',
'phone' => 'Telefon',
'address' => 'Adres',
'l... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/user/trainee-add-edit.php | lang/tr/manager/user/trainee-add-edit.php | <?php
return [
'tc' => 'TC Kimlik No',
'name' => 'Adı',
'surname' => 'Soyadı',
'email_address' => 'Eposta Adresi',
'password' => 'Şifre',
'password_repeat' => 'Şifre Tekrar',
'new_password' => 'Yeni Şifre',
'new_password_repeat' => 'Yeni Şifre Tekrar',
'phone' => 'Telefon Numarası',... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/user/trainee-list.php | lang/tr/manager/user/trainee-list.php | <?php
return [
'list_print' => 'Listeyi Yazdır',
'name_surname' => 'Adı Soyadı',
'tc' => 'TCKN',
'period' => 'Dönem',
'month' => 'Ay',
'group' => 'Grup',
'status' => 'Durum',
'transactions' => 'İşlemler',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/user/trainee-report.php | lang/tr/manager/user/trainee-report.php | <?php
return [
'number_test_solved' => 'Çözülen Test Sayısı',
'total_correct_length' => 'Toplam Doğru Sayısı',
'total_incorrect_length' => 'Toplam Yanlış Sayısı',
'total_blank_question_length' => 'Toplam Boş Soru',
'average_point' => 'Ortalama Puan',
'name_surname' => 'Adı Soyadı',
'tc' => ... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/user/trainee-excel-import.php | lang/tr/manager/user/trainee-excel-import.php | <?php
return [
'info_title' => 'Excel dosyanız belirli bir standartta olmalıdır. Lütfen dosya daki kolonlara uygun verileri giriniz Gerekli alanlar :',
'info_required_fields' => 'Required fields: ',
'info_1' => 'A Kolonu: TC Kimlik Numarası (ZORUNLU)',
'info_2' => 'B Kolonu: Kursiyerin Adı (ZORUNLU)',
... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/live-lesson/live-lesson-list.php | lang/tr/manager/live-lesson/live-lesson-list.php | <?php
return [
'name' => 'Ders Adı',
'join' => 'Derse Katıl',
'join_btn' => 'Katıl',
'type' => 'Ders Kategorisi',
'date' => 'Ders Tarihi',
'transactions' => 'İşlemler',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/live-lesson/live-lesson-add-edit.php | lang/tr/manager/live-lesson/live-lesson-add-edit.php | <?php
return [
'date' => 'Tarih',
'name' => 'Ders Adı',
'link' => 'Ders Link',
'type' => 'Kategori',
'period' => 'Dönem',
'month' => 'Ay',
'group' => 'Grup',
'select' => 'Seçiniz',
'trainee_checkbox' => 'Kursiyere bildirim Aktif/Pasif',
'save_btn' => 'Kaydet',
'cancel_btn' =... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/car-appointment/car.php | lang/tr/manager/car-appointment/car.php | <?php
return [
'plate_code' => 'Plaka',
'type' => 'Türü',
'status' => 'Durum',
'transactions' => 'İşlemler',
'car_checkbox' => 'Araç Aktif/Pasif',
'save_btn' => 'Kaydet',
'cancel_btn' => 'İptal',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/car-appointment/appointment-list.php | lang/tr/manager/car-appointment/appointment-list.php | <?php
return [
'trainee' => 'Kursiyer',
'teacher' => 'Eğitmen',
'car' => 'Araç',
'date' => 'Tarih',
'status' => 'Durum',
'transactions' => 'İşlemler',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/car-appointment/appointment-setting.php | lang/tr/manager/car-appointment/appointment-setting.php | <?php
return [
'appointment_day' => 'Randevu Olmayan Günler',
'appointment_day_info' => 'Randevu için uygun olmayan tarihleri işaretleyiniz..',
'save_btn' => 'Kaydet',
'cancel_btn' => 'İptal',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/car-appointment/appointment-add-edit.php | lang/tr/manager/car-appointment/appointment-add-edit.php | <?php
return [
'trainee' => 'Kursiyer',
'teacher' => 'Eğitmen',
'car' => 'Araç',
'date' => 'Tarih',
'select' => 'Seçiniz',
'save_btn' => 'Kaydet',
'cancel_btn' => 'İptal',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/question/question-list.php | lang/tr/manager/question/question-list.php | <?php
return [
'question_create' => 'Soru Ekle',
'question_bugs' => 'Hatalı Sorular',
'question' => 'Soru',
'question_language' => 'Soru Dili',
'created_at' => 'Oluşturulma Tarihi',
'transactions' => 'İşlemler',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/tr/manager/question/question-add-edit.php | lang/tr/manager/question/question-add-edit.php | <?php
return [
'language_select' => 'Soru Dilini Seçin',
'question_photo_checkbox' => 'Soru Resim',
'question' => 'Soru',
'description' => 'Açıklama',
'type' => 'Soru Tipi',
'choice_photo_checkbox' => 'Cevap Resim',
'correct_choice_checkbox' => 'Doğru Cevabı Seçin',
'choice_input' => 'C... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/passwords.php | lang/en/passwords.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are gi... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/pagination.php | lang/en/pagination.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pag... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/response-message.php | lang/en/response-message.php | <?php
return [
'success_title' => 'Success',
'success_message' => 'Your transaction has been completed successfully.',
'error_title' => 'Error',
'error_message' => 'An error was encountered while performing your operation. Please try again.',
'ignore_date_title' => 'Error',
'ignore_date_messa... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/validation.php | lang/en/validation.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator ... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/auth.php | lang/en/auth.php | <?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages t... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/teacher/menu.php | lang/en/teacher/menu.php | <?php
return [
'profile' => 'Profile',
'my_appointment' => 'My Appointment',
'welcome' => 'Welcome',
'logout' => 'Logout',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/teacher/appointment.php | lang/en/teacher/appointment.php | <?php
return [
'trainee' => 'Trainee',
'car' => 'Car',
'date' => 'Date',
'status' => 'Status',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/teacher/profile.php | lang/en/teacher/profile.php | <?php
return [
'name' => 'Name',
'surname' => 'Surname',
'email' => 'Email Address',
'new_password' => 'New Password',
'new_password_repeat' => 'New Password Repeat',
'phone' => 'Phone',
'address' => 'Address',
'language' => 'Select Language',
'profile_photo' => 'Profile Photo',
... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/user/menu.php | lang/en/user/menu.php | <?php
return [
'home' => 'Home',
'my_lesson' => 'My Lessons',
'online_exam' => 'My Online Exams',
'custom_exam_add' => 'Custom Exam Create',
'class_exam' => 'My Class Exams',
'exam_result' => 'My Result Exams',
'my_appointment' => 'My Appointments',
'live_lesson' => 'My Live Lessons',
... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/user/my-online-exam.php | lang/en/user/my-online-exam.php | <?php
return [
'user_guide' => 'User Guaide',
'guaide_1' => 'Please check above.',
'guaide_2' => 'For those who will take the electronic drivers license exams: 50 questions are asked, including 12 first aid questions, 23 traffic questions, 9 engine questions and 6 traffic etiquette questions.',
'guaide... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/user/support.php | lang/en/user/support.php | <?php
return [
'contact_why' => 'Contact Why?',
'message' => 'Message',
'send_btn' => 'Send',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/user/my-class-exam.php | lang/en/user/my-class-exam.php | <?php
return [
'question_length' => 'Question Length',
'time' => 'Time',
'transactions' => 'Transactions',
'start_exam' => 'Start Exam',
'save_btn' => 'Save',
'cancel_btn' => 'Cancel',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/user/my-live-lesson.php | lang/en/user/my-live-lesson.php | <?php
return [
'lesson_name' => 'Lesson Name',
'join_lesson' => 'Join Lesson',
'lesson_category' => 'Lesson Category',
'lesson_date' => 'Lesson Date',
'join_btn' => 'Join',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/user/my-exam-result.php | lang/en/user/my-exam-result.php | <?php
return [
'number_test_solved' => 'Number of Tests Solved',
'total_correct_length' => 'Total Correct Length',
'total_incorrect_length' => 'Total Incorrect Length',
'my_exams' => 'My Exams',
'total_blank_question_length' => 'Total Blank Question Length',
'average_point' => 'Average Point',
... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/user/my-appointment.php | lang/en/user/my-appointment.php | <?php
return [
'appointment_form' => 'Appointment Form',
'create_appontment' => 'Make New Appointment',
'create_appontment_btn' => 'Create Appointment',
'cancel_btn' => 'Cancel',
'select' => 'Select',
'car' => 'Car',
'teacher' => 'Teacher',
'date' => 'Date',
'status' => 'Status',
];... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/user/profile.php | lang/en/user/profile.php | <?php
return [
'name' => 'Name',
'surname' => 'Surname',
'email_address' => 'Email Address',
'new_password' => 'New Password',
'new_password_repeat' => 'New Password Repeat',
'phone' => 'Phone',
'address' => 'Address',
'language' => 'Language Select',
'profile_photo' => 'Profile Pho... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/user/notification.php | lang/en/user/notification.php | <?php
return [
'message' => 'Message',
'date' => 'Date',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/user/my-lesson.php | lang/en/user/my-lesson.php | <?php
return [
'lesson_category' => 'Lesson Category',
'select' => 'Select',
'title' => 'Title',
'attend_class' => 'Attend Class',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/company.php | lang/en/manager/company.php | <?php
return [
'name' => 'Company Name',
'tax_no' => 'Tax Number',
'email' => 'Email',
'website' => 'Website',
'phone' => 'Phone',
'country' => 'Country',
'city' => 'City',
'state' => 'State',
'address' => 'Address',
'zipcode' => 'Zip Code',
'logo' => 'Logo',
'select' =>... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/menu.php | lang/en/manager/menu.php | <?php
return [
'home' => 'Home',
'dashboard' => 'Dashboard',
'manager_panel' => 'Manager Panel',
'trainee_transactions' => 'Trainee Transactions',
'new_trainee' => 'New Trainee Create',
'edit_trainee' => 'Edit Trainee',
'new_trainee_excel' => 'Add Trainees with Excel',
'trainee_list' =>... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/support.php | lang/en/manager/support.php | <?php
return [
'tc' => 'TC Identification Number',
'name_surname' => 'Name Surname',
'why' => 'Support Why',
'contact_phone' => 'Contact Phone',
'created_at' => 'Created At',
'transactions' => 'Transactions',
'done_btn' => 'Done',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/profile.php | lang/en/manager/profile.php | <?php
return [
'name' => 'Name',
'surname' => 'Surname',
'email_address' => 'Email Address',
'new_password' => 'New Password',
'new_password_repeat' => 'New Password Repeat',
'phone' => 'Phone',
'address' => 'Address',
'language' => 'Language Select',
'profile_photo' => 'Profile Pho... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/index.php | lang/en/manager/index.php | <?php
return [
'info_payment_success' => 'Time remaining from your active pack : ',
'info_payment_error' => 'Your package has expired. When you make the payment system will be active.',
'pay_btn' => 'Pay',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/notification.php | lang/en/manager/notification.php | <?php
return [
'message' => 'Message',
'status' => 'Status',
'date' => 'Date',
'save_btn' => 'Save',
'cancel_btn' => 'Cancel',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/invoice.php | lang/en/manager/invoice.php | <?php
return [
'number' => 'Invoice Number',
'date' => 'Invoice Date',
'general_total' => 'General Total',
'status' => 'Status',
'transactions' => 'Transactions',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/class_exam.php | lang/en/manager/class_exam.php | <?php
return [
'question_length' => 'Question Length',
'time' => 'Time',
'status' => 'Status',
'transactions' => 'Transactions',
'period' => 'Period',
'month' => 'Month',
'class' => 'Class',
'select' => 'Select',
'save_btn' => 'Save',
'cancel_btn' => 'Cancel',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/teacher/teacher-list.php | lang/en/manager/teacher/teacher-list.php | <?php
return [
'name_surname' => 'Name Surname',
'email_address' => 'Email',
'phone_number' => 'Phone',
'status' => 'Status',
'created_at' => 'Created At',
'transactions' => 'Transactions',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/teacher/teacher-add-edit.php | lang/en/manager/teacher/teacher-add-edit.php | <?php
return [
'tc' => 'TC Identification Number',
'name' => 'Name',
'surname' => 'Surname',
'email' => 'Email',
'password' => 'Password',
'password_repeat' => 'Password Repeat',
'new_password' => 'Password',
'new_password_repeat' => 'Password Repeat',
'phone' => 'Phone',
'addre... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/user/trainee-add-edit.php | lang/en/manager/user/trainee-add-edit.php | <?php
return [
'tc' => 'TC Identification Number',
'name' => 'Name',
'surname' => 'Surname',
'email_address' => 'Email Address',
'password' => 'Password',
'password_repeat' => 'Password Repeat',
'new_password' => 'New Password',
'new_password_repeat' => 'New Password Repeat',
'phone... | php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
codenteq/laerx | https://github.com/codenteq/laerx/blob/1beced57923761b2f07ca20030a4df11eb05b732/lang/en/manager/user/trainee-list.php | lang/en/manager/user/trainee-list.php | <?php
return [
'list_print' => 'Print List',
'name_surname' => 'Name Surname',
'tc' => 'TC Identity Number',
'period' => 'Period',
'month' => 'Month',
'group' => 'Group',
'status' => 'Status',
'transactions' => 'Transactions',
];
| php | MIT | 1beced57923761b2f07ca20030a4df11eb05b732 | 2026-01-05T05:20:28.495862Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.