mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-13 15:32:45 +08:00
![Robert Landes](/assets/img/avatar_default.png)
This translation is based on the current english language files. It is a transaltion into German (formal) language. A language selector on the Settings page would be a nice addition.
13 lines
255 B
PHP
13 lines
255 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/**
|
|
* Error text strings.
|
|
*/
|
|
|
|
// Pages
|
|
'permission' => 'Sie haben keine Berechtigung auf diese Seite zuzugreifen.',
|
|
'permissionJson' => 'Sie haben keine Berechtigung die angeforderte Aktion auszuführen.'
|
|
];
|