mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-06 00:17:54 -05:00
11 lines
422 B
PHP
11 lines
422 B
PHP
<?php
|
||
|
||
$lang["tables_all"] = "tüm";
|
||
$lang["tables_columns"] = "Sütun";
|
||
$lang["tables_hide_show_pagination"] = "Sayfalandırmayı Gizle/Göster";
|
||
$lang["tables_loading"] = "Yükleniyor, lütfen bekleyin...";
|
||
$lang["tables_page_from_to"] = "{2} kayıttan {0} - {1} görüntüleniyor";
|
||
$lang["tables_refresh"] = "Yenile";
|
||
$lang["tables_rows_per_page"] = "Sayfa başına {0} satır";
|
||
$lang["tables_toggle"] = "Değiştir";
|