From 8d22e2635d2874482ea355648f892bf23a030a24 Mon Sep 17 00:00:00 2001 From: steinm Date: Fri, 8 Apr 2011 20:44:09 +0000 Subject: [PATCH] - added text for 'locked_by' --- languages/English/lang.inc | 1 + languages/German/lang.inc | 1 + 2 files changed, 2 insertions(+) diff --git a/languages/English/lang.inc b/languages/English/lang.inc index 5b6a9327c..1dd7594ae 100644 --- a/languages/English/lang.inc +++ b/languages/English/lang.inc @@ -262,6 +262,7 @@ $text["link_alt_updatedocument"] = "If you would like to upload files bigger tha $text["linked_documents"] = "Related Documents"; $text["linked_files"] = "Attachments"; $text["local_file"] = "Local file"; +$text["locked_by"] = "Locked by"; $text["lock_document"] = "Lock"; $text["lock_message"] = "This document is locked by [username]. Only authorized users can unlock this document."; $text["lock_status"] = "Status"; diff --git a/languages/German/lang.inc b/languages/German/lang.inc index 1ea33a774..5a1e041d2 100644 --- a/languages/German/lang.inc +++ b/languages/German/lang.inc @@ -262,6 +262,7 @@ $text["link_alt_updatedocument"] = "Wenn Sie ein Dokument hochladen möchten, da $text["linked_documents"] = "verknüpfte Dokumente"; $text["linked_files"] = "Anhänge"; $text["local_file"] = "Lokale Datei"; +$text["locked_by"] = "Gesperrt von"; $text["lock_document"] = "Sperren"; $text["lock_message"] = "Diese Datei wurde von Benutzer [username] gesperrt.
Die Sperrung kann von authorisierten Benutzern hier aufgehoben werden (siehe Ende der Seite)."; $text["lock_status"] = "Status";