mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
410 B
PHP
12 lines
410 B
PHP
<?php
|
|
return [
|
|
'tables_all' => 'Toate',
|
|
'tables_columns' => 'Coloane',
|
|
'tables_hide_show_pagination' => 'Ascunde/Arată paginare',
|
|
'tables_loading' => 'Se încarcă, vă rugăm așteptați...',
|
|
'tables_page_from_to' => 'Arată {0} până la {1} din {2} rânduri',
|
|
'tables_refresh' => 'Reîmprospătare',
|
|
'tables_rows_per_page' => '{0} rânduri per pagină',
|
|
'tables_toggle' => 'Comută',
|
|
];
|