mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-20 07:18:00 -05:00
Although it fits for all arabic language countries, yet it's the most accurate locale to be used. Most of AR Translation were made for LB language.
11 lines
482 B
PHP
11 lines
482 B
PHP
<?php
|
|
|
|
$lang["tables_all"] = "الجميع";
|
|
$lang["tables_columns"] = "أعمدة";
|
|
$lang["tables_hide_show_pagination"] = "عرض/إخفاء أرقام الصفحات";
|
|
$lang["tables_loading"] = "جارى التحميل، برجاء الإنتظار ...";
|
|
$lang["tables_page_from_to"] = "عرض {0} إلى {1} من {2} صفوف";
|
|
$lang["tables_refresh"] = "إعادة تحميل";
|
|
$lang["tables_rows_per_page"] = "{0} صف بالصفحة";
|
|
$lang["tables_toggle"] = "تغيير";
|