dockerwiki/content/lib/plugins/styling/lang/ca/lang.php
2021-10-26 13:02:53 +02:00

19 lines
873 B
PHP
Raw Permalink 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
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Adolfo Jayme Barrientos <fito@libreoffice.org>
*/
$lang['menu'] = 'Paràmetres destil de la plantilla';
$lang['error'] = 'Aquesta plantilla no admet aquesta funcionalitat.';
$lang['btn_preview'] = 'Previsualitza els canvis';
$lang['btn_save'] = 'Desa els canvis';
$lang['btn_reset'] = 'Reinicialitza els canvis actuals';
$lang['btn_revert'] = 'Reverteix els canvis als valors per defecte de la plantilla';
$lang['__text__'] = 'Color principal del text';
$lang['__background__'] = 'Color principal del fons';
$lang['__text_alt__'] = 'Color alternatiu del text';
$lang['__background_alt__'] = 'Color alternatiu del fons';
$lang['__border__'] = 'Color de la vora';