mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 22:17:33 +00:00
- added new phrases for category management and fulltext search
This commit is contained in:
parent
d983759a0c
commit
d797fd342e
|
@ -36,11 +36,13 @@ $text["add_document_link"] = "Add link";
|
|||
$text["add_event"] = "Add event";
|
||||
$text["add_group"] = "Add new group";
|
||||
$text["add_member"] = "Add a member";
|
||||
$text["add_multiple_documents"] = "Add multiple documents";
|
||||
$text["add_multiple_files"] = "Add multiple files (will use filename as document name)";
|
||||
$text["add_subfolder"] = "Add subfolder";
|
||||
$text["add_user"] = "Add new user";
|
||||
$text["admin"] = "Administrator";
|
||||
$text["admin_tools"] = "Admin-Tools";
|
||||
$text["all_categories"] = "All categories";
|
||||
$text["all_documents"] = "All Documents";
|
||||
$text["all_pages"] = "All";
|
||||
$text["all_users"] = "All users";
|
||||
|
@ -77,16 +79,22 @@ $text["cannot_move_root"] = "Error: Cannot move root folder.";
|
|||
$text["cannot_retrieve_approval_snapshot"] = "Unable to retrieve approval status snapshot for this document version.";
|
||||
$text["cannot_retrieve_review_snapshot"] = "Unable to retrieve review status snapshot for this document version.";
|
||||
$text["cannot_rm_root"] = "Error: Cannot delete root folder.";
|
||||
$text["category"] = "Category";
|
||||
$text["category_filter"] = "Only categories";
|
||||
$text["category_in_use"] = "This category is currently used by documents.";
|
||||
$text["categories"] = "Categories";
|
||||
$text["change_assignments"] = "Change Assignments";
|
||||
$text["change_status"] = "Change Status";
|
||||
$text["choose_category"] = "Please choose";
|
||||
$text["choose_group"] = "Choose group";
|
||||
$text["choose_target_category"] = "Choose category";
|
||||
$text["choose_target_document"] = "Choose document";
|
||||
$text["choose_target_folder"] = "Choose folder";
|
||||
$text["choose_user"] = "Choose user";
|
||||
$text["comment_changed_email"] = "Comment changed";
|
||||
$text["comment"] = "Comment";
|
||||
$text["comment_for_current_version"] = "Version comment";
|
||||
$text["confirm_create_fulltext_index"] = "Yes, I would like to recreate the fulltext index!";
|
||||
$text["confirm_pwd"] = "Confirm Password";
|
||||
$text["confirm_rm_backup"] = "Do you really want to remove the file \"[arkname]\"?<br>Be careful: This action cannot be undone.";
|
||||
$text["confirm_rm_document"] = "Do you really want to remove the document \"[documentname]\"?<br>Be careful: This action cannot be undone.";
|
||||
|
@ -101,8 +109,11 @@ $text["confirm_rm_user"] = "Do you really want to remove the user \"[username]\"
|
|||
$text["confirm_rm_version"] = "Do you really want to remove version [version] of document \"[documentname]\"?<br>Be careful: This action cannot be undone.";
|
||||
$text["content"] = "Content";
|
||||
$text["continue"] = "Continue";
|
||||
$text["create_fulltext_index"] = "Create fulltext index";
|
||||
$text["create_fulltext_index_warning"] = "You are to recreate the fulltext index. This can take a considerable amount of time and reduce your overall system performance. If you really want to recreate the index, please confirm your operation.";
|
||||
$text["creation_date"] = "Created";
|
||||
$text["current_version"] = "Current version";
|
||||
$text["databasesearch"] = "Database search";
|
||||
$text["december"] = "December";
|
||||
$text["default_access"] = "Default Access Mode";
|
||||
$text["default_keywords"] = "Available keywords";
|
||||
|
@ -181,7 +192,11 @@ $text["folders"] = "Folders";
|
|||
$text["folder_title"] = "Folder '[foldername]'";
|
||||
$text["friday"] = "Friday";
|
||||
$text["from"] = "From";
|
||||
$text["fullsearch"] = "Full text search";
|
||||
$text["fullsearch_hint"] = "Use fulltext index";
|
||||
$text["fulltext_info"] = "Fulltext index info";
|
||||
$text["global_default_keywords"] = "Global keywords";
|
||||
$text["global_document_categories"] = "Categories";
|
||||
$text["group_approval_summary"] = "Group approval summary";
|
||||
$text["group_exists"] = "Group already exists.";
|
||||
$text["group"] = "Group";
|
||||
|
@ -240,6 +255,7 @@ $text["keyword_exists"] = "Keyword already exists";
|
|||
$text["keywords"] = "Keywords";
|
||||
$text["language"] = "Language";
|
||||
$text["last_update"] = "Last Update";
|
||||
$text["link_alt_updatedocument"] = "If you would like to upload files bigger than the current maximum upload size, please use the alternative <a href=\"%s\">upload page</a>.";
|
||||
$text["linked_documents"] = "Related Documents";
|
||||
$text["linked_files"] = "Attachments";
|
||||
$text["local_file"] = "Local file";
|
||||
|
@ -266,6 +282,7 @@ $text["my_documents"] = "My Documents";
|
|||
$text["name"] = "Name";
|
||||
$text["new_default_keyword_category"] = "Add category";
|
||||
$text["new_default_keywords"] = "Add keywords";
|
||||
$text["new_document_category"] = "Add category";
|
||||
$text["new_document_email"] = "New document";
|
||||
$text["new_file_email"] = "New attachment";
|
||||
$text["new_folder"] = "New folder";
|
||||
|
@ -298,7 +315,7 @@ $text["only_jpg_user_images"] = "Only .jpg-images may be used as user-images";
|
|||
$text["owner"] = "Owner";
|
||||
$text["ownership_changed_email"] = "Owner changed";
|
||||
$text["password"] = "Password";
|
||||
$text["personal_default_keywords"] = "Personal keywords";
|
||||
$text["personal_default_keywords"] = "Personal keywordlists";
|
||||
$text["previous_versions"] = "Previous Versions";
|
||||
$text["rejected"] = "Rejected";
|
||||
$text["released"] = "Released";
|
||||
|
@ -318,6 +335,7 @@ $text["review_summary"] = "Review Summary";
|
|||
$text["review_update_failed"] = "Error updating review status. Update failed.";
|
||||
$text["rm_default_keyword_category"] = "Delete category";
|
||||
$text["rm_document"] = "Remove document";
|
||||
$text["rm_document_category"] = "Delete category";
|
||||
$text["rm_file"] = "Remove file";
|
||||
$text["rm_folder"] = "Remove folder";
|
||||
$text["rm_group"] = "Remove this group";
|
||||
|
@ -328,6 +346,7 @@ $text["role_guest"] = "Guest";
|
|||
$text["role"] = "Role";
|
||||
$text["saturday"] = "Saturday";
|
||||
$text["save"] = "Save";
|
||||
$text["search_fulltext"] = "Search in fulltext";
|
||||
$text["search_in"] = "Search in";
|
||||
$text["search_mode_and"] = "all words";
|
||||
$text["search_mode_or"] = "at least one word";
|
||||
|
@ -374,6 +393,7 @@ $text["to"] = "To";
|
|||
$text["tuesday"] = "Tuesday";
|
||||
$text["under_folder"] = "In folder";
|
||||
$text["unknown_command"] = "Command not recognized.";
|
||||
$text["unknown_document_category"] = "Unknown category";
|
||||
$text["unknown_group"] = "Unknown group id";
|
||||
$text["unknown_id"] = "unknown id";
|
||||
$text["unknown_keyword_category"] = "Unknown category";
|
||||
|
@ -384,12 +404,14 @@ $text["unlock_cause_locking_user"] = "You can still update it because you are al
|
|||
$text["unlock_document"] = "Unlock";
|
||||
$text["update_approvers"] = "Update List of Approvers";
|
||||
$text["update_document"] = "Update";
|
||||
$text["update_fulltext_index"] = "Update fulltext index";
|
||||
$text["update_info"] = "Update Information";
|
||||
$text["update_locked_msg"] = "This document is locked.";
|
||||
$text["update_reviewers"] = "Update List of Reviewers";
|
||||
$text["update"] = "Update";
|
||||
$text["uploaded_by"] = "Uploaded by";
|
||||
$text["uploading_failed"] = "Upload failed. Please contact the administrator.";
|
||||
$text["use_default_categories"] = "Use predefined categories";
|
||||
$text["use_default_keywords"] = "Use predefined keywords";
|
||||
$text["user_exists"] = "User already exists.";
|
||||
$text["user_image"] = "Image";
|
||||
|
|
|
@ -36,11 +36,13 @@ $text["add_document_link"] = "Verweis hinzufügen";
|
|||
$text["add_event"] = "Ereignis hinzufügen";
|
||||
$text["add_group"] = "Neue Gruppe anlegen";
|
||||
$text["add_member"] = "Teilnehmer anlegen";
|
||||
$text["add_multiple_documents"] = "Mehrere Dokumente anlegen";
|
||||
$text["add_multiple_files"] = "Mehrere Dateien hochladen (Dateiname wird als Dokumentenname verwendet)";
|
||||
$text["add_subfolder"] = "Unterordner anlegen";
|
||||
$text["add_user"] = "Neuen Benutzer anlegen";
|
||||
$text["admin"] = "Administrator";
|
||||
$text["admin_tools"] = "Administrationsbereich";
|
||||
$text["all_categories"] = "Alle Kategorien";
|
||||
$text["all_documents"] = "alle Dokumente";
|
||||
$text["all_pages"] = "Alle";
|
||||
$text["all_users"] = "Alle Benutzer";
|
||||
|
@ -77,16 +79,22 @@ $text["cannot_move_root"] = "Störung: Verschieben des Hauptordners nicht mögli
|
|||
$text["cannot_retrieve_approval_snapshot"] = "Nicht imstande, für diese Dokumentenversion die Freigabe für den Status Snapshot zurückzuholen.";
|
||||
$text["cannot_retrieve_review_snapshot"] = "Nicht imstande, Berichtstatus Snapshot für diese Dokumentversion zurückzuholen";
|
||||
$text["cannot_rm_root"] = "Störung: Löschen des Hauptordners nicht möglich";
|
||||
$text["category"] = "Kategorie";
|
||||
$text["category_filter"] = "Nur Kategorien";
|
||||
$text["category_in_use"] = "This Kategorie wird zur Zeit von Dokumenten verwendet.";
|
||||
$text["categories"] = "Kategorien";
|
||||
$text["change_assignments"] = "Zuweisungen ändern";
|
||||
$text["change_status"] = "Status ändern";
|
||||
$text["choose_category"] = "--Bitte wählen--";
|
||||
$text["choose_group"] = "--Gruppe wählen--";
|
||||
$text["choose_target_category"] = "Kategorie wählen";
|
||||
$text["choose_target_document"] = "Dokument wählen";
|
||||
$text["choose_target_folder"] = "Zielordner wählen";
|
||||
$text["choose_user"] = "--Benutzer wählen--";
|
||||
$text["comment_changed_email"] = "Kommentar geändert";
|
||||
$text["comment"] = "Kommentar";
|
||||
$text["comment_for_current_version"] = "Kommentar zur<br>aktuellen Version";
|
||||
$text["confirm_create_fulltext_index"] = "Ja, I möchte den Volltextindex neu erzeugen!.";
|
||||
$text["confirm_pwd"] = "Passwort-Bestätigung";
|
||||
$text["confirm_rm_backup"] = "Möchten Sie wirklich das Backup \"[arkname]\" löschen?<br />Beachten Sie, dass diese Operation nicht rückgängig gemacht werden kann.";
|
||||
$text["confirm_rm_document"] = "Wollen Sie das Dokument \"[documentname]\" wirklich löschen?<br>Achtung: Dieser Vorgang kann nicht rückgängig gemacht werden.";
|
||||
|
@ -101,8 +109,11 @@ $text["confirm_rm_user"] = "Möchten Sie wirklich den Benutzer \"[username]\" l
|
|||
$text["confirm_rm_version"] = "Wollen Sie die Version [version] des Dokumentes \"[documentname]\" wirklich löschen?<br>Achtung: Dieser Vorgang kann nicht rückgängig gemacht werden.";
|
||||
$text["content"] = "Inhalt";
|
||||
$text["continue"] = "fortführen";
|
||||
$text["create_fulltext_index"] = "Erzeuge Volltextindex";
|
||||
$text["create_fulltext_index_warning"] = "Sie möchten den Volltextindex neu erzeugen. Dies kann beträchtlich Zeit in Anspruch nehmen und Gesamtleistung Ihres System beeinträchtigen. Bestätigen Sie bitte diese Operation.";
|
||||
$text["creation_date"] = "Erstellt am";
|
||||
$text["current_version"] = "Aktuelle Version";
|
||||
$text["databasesearch"] = "Datenbanksuche";
|
||||
$text["december"] = "Dezember";
|
||||
$text["default_access"] = "Standardberechtigung";
|
||||
$text["default_keywords"] = "Verfügbare Schlüsselworte";
|
||||
|
@ -179,7 +190,11 @@ $text["folders"] = "Verzeichnisse";
|
|||
$text["folder_title"] = "LetoDMS - Ordner: [foldername]";
|
||||
$text["friday"] = "Freitag";
|
||||
$text["from"] = "von";
|
||||
$text["global_default_keywords"] = "Globale Kategorien";
|
||||
$text["fullsearch"] = "Volltextsuche";
|
||||
$text["fullsearch_hint"] = "Volltextindex benutzen";
|
||||
$text["fulltext_info"] = "Volltext-Index Info";
|
||||
$text["global_default_keywords"] = "Globale Stichwortlisten";
|
||||
$text["global_document_categories"] = "Kategorien";
|
||||
$text["group_approval_summary"] = "Freigabe-Gruppen";
|
||||
$text["group_exists"] = "Gruppe existiert bereits";
|
||||
$text["group"] = "Gruppe";
|
||||
|
@ -238,6 +253,7 @@ $text["keyword_exists"] = "Stichwort besteht bereits";
|
|||
$text["keywords"] = "Stichworte";
|
||||
$text["language"] = "Sprache";
|
||||
$text["last_update"] = "Letzte Aktualisierung";
|
||||
$text["link_alt_updatedocument"] = "Wenn Sie ein Dokument hochladen möchten, das größer als die maximale Dateigröße ist, dann benutzen Sie bitte die alternative <a href=\"%s\">Upload-Seite</a>.";
|
||||
$text["linked_documents"] = "verknüpfte Dokumente";
|
||||
$text["linked_files"] = "Anhänge";
|
||||
$text["local_file"] = "Lokale Datei";
|
||||
|
@ -264,6 +280,7 @@ $text["my_documents"] = "Meine Dokumente";
|
|||
$text["name"] = "Name";
|
||||
$text["new_default_keyword_category"] = "Neue Kategorie";
|
||||
$text["new_default_keywords"] = "Neue Vorlage";
|
||||
$text["new_document_category"] = "Neue Kategorie";
|
||||
$text["new_document_email"] = "Neues Dokument";
|
||||
$text["new_file_email"] = "Neuer Anhang";
|
||||
$text["new_folder"] = "Neuer Ordner";
|
||||
|
@ -296,7 +313,7 @@ $text["only_jpg_user_images"] = "Es sind nur JPG-Bilder erlaubt";
|
|||
$text["owner"] = "Besitzer";
|
||||
$text["ownership_changed_email"] = "Besitzer geändert";
|
||||
$text["password"] = "Passwort";
|
||||
$text["personal_default_keywords"] = "Persönliche Kategorien";
|
||||
$text["personal_default_keywords"] = "Persönliche Stichwortlisten";
|
||||
$text["previous_versions"] = "Vorhergehende Versionen";
|
||||
$text["rejected"] = "abgelehnt";
|
||||
$text["released"] = "freigegeben";
|
||||
|
@ -326,6 +343,7 @@ $text["role_guest"] = "Gast";
|
|||
$text["role"] = "Rolle";
|
||||
$text["saturday"] = "Samstag";
|
||||
$text["save"] = "Speichern";
|
||||
$text["search_fulltext"] = "Suche im Volltext";
|
||||
$text["search_in"] = "Suchen in";
|
||||
$text["search_mode_and"] = "alle Begriffe";
|
||||
$text["search_mode_or"] = "min. ein Begriff";
|
||||
|
@ -382,12 +400,14 @@ $text["unlock_cause_locking_user"] = "Sie sind im Moment mit demselben Benutzer
|
|||
$text["unlock_document"] = "Sperrung aufheben";
|
||||
$text["update_approvers"] = "Liste der Freigebenden aktualisieren";
|
||||
$text["update_document"] = "aktualisieren";
|
||||
$text["update_fulltext_index"] = "Aktualisiere Volltextindex";
|
||||
$text["update_info"] = "Informationen zur Aktualisierung";
|
||||
$text["update_locked_msg"] = "Dieses Dokument wurde gesperrt<p>Die Sperrung wurde von <a href=\"mailto:[email]\">[username]</a> eingerichtet.<br>";
|
||||
$text["update_reviewers"] = "Liste der Prüfer aktualisieren";
|
||||
$text["update"] = "aktualisieren";
|
||||
$text["uploaded_by"] = "Hochgeladen durch";
|
||||
$text["uploading_failed"] = "Das Hochladen der Datei ist fehlgeschlagen.<br>Bitte Administrator benachrichtigen<p>";
|
||||
$text["use_default_categories"] = "Kategorievorlagen";
|
||||
$text["use_default_keywords"] = "Stichwortvorlagen";
|
||||
$text["user_exists"] = "Benutzer besteht bereits.";
|
||||
$text["user_image"] = "Bild";
|
||||
|
|
Loading…
Reference in New Issue
Block a user