akaunting/resources/lang/pt-PT/notifications.php

11 lines
312 B
PHP
Raw Normal View History

2018-08-06 10:25:41 +03:00
<?php
return [
'whoops' => 'Ups!',
'hello' => 'Olá!',
2018-11-08 12:11:42 +03:00
'salutation' => 'Atenciosamente,<br> :Nome_da_Empresa',
'subcopy' => 'Se está a ter problemas ao clicar no botão ":text", copie e cole a URL abaixo no seu navegador web: [:url](:url)',
2018-08-06 10:25:41 +03:00
];