mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-18 14:03:05 -04:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/de_CH/
13 lines
328 B
PHP
13 lines
328 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "All",
|
|
'columns' => "Spalten",
|
|
'hide_show_pagination' => "Hide/Show pagination",
|
|
'loading' => "Lade, bitte warten",
|
|
'page_from_to' => "Zeige {0} bis {1} von {2} Zeile(n)",
|
|
'refresh' => "Refresh",
|
|
'rows_per_page' => "{0} Einträge pro Seite",
|
|
'toggle' => "Umschalten",
|
|
];
|