mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Give all files the standard warning (to be replaced).
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -39,6 +41,9 @@ return [
|
||||
'error_location' => 'Denne feilen oppstod i filen <span style="font-family: monospace;">:file</span> på linje :line med kode :code.',
|
||||
'stacktrace' => 'Stack Trace',
|
||||
'more_info' => 'Mer informasjon',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
'collect_info' => 'Samle inn mer informasjon i <code>lagring/logger</code> mappen hvor du finner loggfiler. Hvis du kjører Docker, bruk <code>docker logger -f [container]</code>.',
|
||||
'collect_info_more' => 'Du kan lese mer om innsamling av feilinformasjon i <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
|
||||
'github_help' => 'Få hjelp på GitHub',
|
||||
|
||||
Reference in New Issue
Block a user