mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations preference.php (Polish)
This commit is contained in:
parent
c0f1add8da
commit
bd2e7d53da
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sidebar_hover' => [
|
||||
'name' => 'Unieś pasek boczny',
|
||||
'instructions' => 'Rozwiń pasek boczny po najechaniu myszą?',
|
||||
],
|
||||
'navigation' => [
|
||||
'name' => 'Nawigacja',
|
||||
'instructions' => 'Podaj swoją <em>osobistą</em> kolejność nawigacji.',
|
||||
'warning' => 'Pierwszy dostępny element nawigacyjny jest używany jako obszar <strong>domu</strong>.',
|
||||
'reorder' => 'Przeciągnij i upuść podstawowe elementy nawigacji na pasku bocznym <strong></strong> aby zmienić ich kolejność.',
|
||||
],
|
||||
'display' => [
|
||||
'name' => 'Wyświetl gęstość',
|
||||
'instructions' => 'Kompaktowy wyświetlacz pozwala wyświetlać więcej treści na ekranie jednocześnie.',
|
||||
'option' => [
|
||||
'default' => 'Domyślna',
|
||||
'compact' => 'Kompaktowy',
|
||||
],
|
||||
],
|
||||
'sidebars' => [
|
||||
'name' => 'Tryb paska bocznego',
|
||||
'instructions' => 'Statyczne paski boczne będą zawsze widoczne.',
|
||||
'option' => [
|
||||
'default' => 'Domyślna',
|
||||
'static' => 'Statyczny',
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user