mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
12 lines
452 B
PHP
12 lines
452 B
PHP
<?php
|
|
return [
|
|
'tables_all' => 'الجميع',
|
|
'tables_columns' => 'أعمدة',
|
|
'tables_hide_show_pagination' => 'عرض/إخفاء أرقام الصفحات',
|
|
'tables_loading' => 'جارى التحميل، برجاء الإنتظار ...',
|
|
'tables_page_from_to' => 'عرض {0} إلى {1} من {2} صفوف',
|
|
'tables_refresh' => 'إعادة تحميل',
|
|
'tables_rows_per_page' => '{0} صف بالصفحة',
|
|
'tables_toggle' => 'تغيير',
|
|
];
|