mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
add text for 'unlinking_objects' (bug #34)
This commit is contained in:
parent
34b72a17a1
commit
9a3a1ae850
|
@ -795,6 +795,7 @@ $text = array(
|
|||
'unknown_owner' => "unbekannte Besitzeridentifikation",
|
||||
'unknown_user' => "unbekannte Benutzeridentifikation",
|
||||
'unlinked_content' => "Dokumenteninhalt ohne Dokument",
|
||||
'unlinking_objects' => "Lösche verwaiste Objekte",
|
||||
'unlock_cause_access_mode_all' => "Sie verfügen jedoch über unbeschränken Zugriff auf dieses Dokument.<br>Daher wird die Sperrung beim Update automatisch aufgehoben",
|
||||
'unlock_cause_locking_user' => "Sie sind im Moment mit demselben Benutzer angemeldet.<br>Daher wird die Sperrung beim Update automatisch aufgehoben",
|
||||
'unlock_document' => "Sperrung aufheben",
|
||||
|
|
|
@ -795,6 +795,7 @@ $text = array(
|
|||
'unknown_owner' => "Unknown owner id",
|
||||
'unknown_user' => "Unknown user id",
|
||||
'unlinked_content' => "Unlinked content",
|
||||
'unlinking_objects' => "Unlinking content",
|
||||
'unlock_cause_access_mode_all' => "You can still update it because you have access-mode \"all\". Locking will automatically be removed.",
|
||||
'unlock_cause_locking_user' => "You can still update it because you are also the one that locked it. Locking will automatically be removed.",
|
||||
'unlock_document' => "Unlock",
|
||||
|
|
Loading…
Reference in New Issue
Block a user