mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-24 11:19:38 +03:00
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.'
|
|
];
|