mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
704 B
PHP
12 lines
704 B
PHP
<?php
|
|
return [
|
|
'tables_all' => 'அனைத்தும்',
|
|
'tables_columns' => 'நெடுவரிசை',
|
|
'tables_hide_show_pagination' => 'பக்கமாக்கலை காண்பி / மறை',
|
|
'tables_loading' => 'பதிவேறுகிறது, காத்திருக்கவும்...',
|
|
'tables_page_from_to' => '{2} வரிசைகளில் {0} முதல் {1} வரை காட்டுகிறது',
|
|
'tables_refresh' => 'புதுப்பிக்கவும்',
|
|
'tables_rows_per_page' => 'ஒரு பக்கத்திற்கு {0} வரிசைகள்',
|
|
'tables_toggle' => 'நிலைமாற்று',
|
|
];
|