openclassify/addons/default/visiosoft/defaultadmin-theme/resources/lang/ca/setting.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

36 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'sidebar_hover' => [
'name' => 'Passa el cursor per sobre de la barra lateral',
'instructions' => 'Voleu ampliar la barra lateral en passar el cursor per sobre?',
],
'navigation' => [
'name' => 'Navegació',
'instructions' => 'Especificar el <em>per defecte</em> ordre de navegació.',
'warning' => 'El primer element de navegació accessible sutilitza com a zona <strong>casa</strong>.',
'reorder' => 'Arrossegar i deixar anar els elements de navegació primàries al <strong>barra lateral</strong> per reordenar.',
],
"login_icon" => [
'name' => 'Icona d\'inici de sessió',
],
"panel_icon" => [
'name' => 'Icona del tauler',
],
"title" => [
'name' => 'Títol',
],
"footer_copyright_org_name" => [
'name' => 'Peu de pàgina Nom de l\'organització de drets d\'autor',
],
"sidebar_main_color" => [
'name' => 'Color principal de la barra lateral',
],
"sidebar_secondary_color" => [
'name' => 'Color secundari de la barra lateral',
],
"active_sidebar_border_color" => [
'name' => 'Color de la vora lateral activa',
]
];