mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-10 16:57:34 -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/
13 lines
346 B
PHP
13 lines
346 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "Alle",
|
|
'columns' => "Spalten",
|
|
'hide_show_pagination' => "Seitenzahlen anzeigen/verbergen",
|
|
'loading' => "Lade, bitte warten",
|
|
'page_from_to' => "Zeige {0} bis {1} von {2} Zeile(n)",
|
|
'refresh' => "Aktualisieren",
|
|
'rows_per_page' => "{0} Einträge pro Seite",
|
|
'toggle' => "Umschalten",
|
|
];
|