mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-10 19:22:50 -04:00
11 lines
413 B
PHP
11 lines
413 B
PHP
<?php
|
||
|
||
$lang["tables_loading"] = "Yükleniyor, lütfen bekleyin...";
|
||
$lang["tables_rows_per_page"] = "Sayfa başına {0} satır";
|
||
$lang["tables_page_from_to"] = "Showing {0} to {1} of {2} rows";
|
||
$lang["tables_hide_show_pagination"] = "Sayfalandırmayı Gizle/Göster";
|
||
$lang["tables_refresh"] = "Yenile";
|
||
$lang["tables_toggle"] = "Değiştir";
|
||
$lang["tables_columns"] = "Sütun";
|
||
$lang["tables_all"] = "Tümü";
|