mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
added abbreviated weekday names
This commit is contained in:
parent
62587c59a4
commit
d0c2daa6a6
|
@ -249,6 +249,7 @@ $text["folders_and_documents_statistic"] = "Contents overview";
|
|||
$text["folders"] = "Folders";
|
||||
$text["folder_title"] = "Folder '[foldername]'";
|
||||
$text["friday"] = "Friday";
|
||||
$text["friday_abbr"] = "Fr";
|
||||
$text["from"] = "From";
|
||||
$text["fullsearch"] = "Full text search";
|
||||
$text["fullsearch_hint"] = "Use fulltext index";
|
||||
|
@ -358,6 +359,7 @@ $text["missing_filesize"] = "Missing filesize";
|
|||
$text["missing_transition_user_group"] = "Missing user/group for transition";
|
||||
$text["minutes"] = "minutes";
|
||||
$text["monday"] = "Monday";
|
||||
$text["monday_abbr"] = "Mo";
|
||||
$text["month_view"] = "Month view";
|
||||
$text["monthly"] = "Monthly";
|
||||
$text["move_document"] = "Move document";
|
||||
|
@ -468,6 +470,7 @@ $text["role"] = "Role";
|
|||
$text["return_from_subworkflow"] = "Return from sub workflow";
|
||||
$text["run_subworkflow"] = "Run sub workflow";
|
||||
$text["saturday"] = "Saturday";
|
||||
$text["saturday_abbr"] = "Sa";
|
||||
$text["save"] = "Save";
|
||||
$text["search_fulltext"] = "Search in fulltext";
|
||||
$text["search_in"] = "Search in";
|
||||
|
@ -723,13 +726,16 @@ $text["submit_password_forgotten"] = "Start process";
|
|||
$text["submit_review"] = "Submit review";
|
||||
$text["submit_userinfo"] = "Submit info";
|
||||
$text["sunday"] = "Sunday";
|
||||
$text["sunday_abbr"] = "Su";
|
||||
$text["theme"] = "Theme";
|
||||
$text["thursday"] = "Thursday";
|
||||
$text["thursday_abbr"] = "Th";
|
||||
$text["toggle_manager"] = "Toggle manager";
|
||||
$text["to"] = "To";
|
||||
$text["transition_triggered_email"] = "Workflow transition triggered";
|
||||
$text["trigger_workflow"] = "Workflow";
|
||||
$text["tuesday"] = "Tuesday";
|
||||
$text["tuesday_abbr"] = "Tu";
|
||||
$text["type_to_search"] = "Type to search";
|
||||
$text["under_folder"] = "In Folder";
|
||||
$text["unknown_command"] = "Command not recognized.";
|
||||
|
@ -776,6 +782,7 @@ $text["view"] = "View";
|
|||
$text["view_online"] = "View online";
|
||||
$text["warning"] = "Warning";
|
||||
$text["wednesday"] = "Wednesday";
|
||||
$text["wednesday_abbr"] = "We";
|
||||
$text["week_view"] = "Week view";
|
||||
$text["weeks"] = "weeks";
|
||||
$text["workflow"] = "Workflow";
|
||||
|
|
|
@ -249,6 +249,7 @@ $text["folders_and_documents_statistic"] = "Ordner- und Dokumentenübersicht";
|
|||
$text["folders"] = "Verzeichnisse";
|
||||
$text["folder_title"] = "SeedDMS - Ordner: [foldername]";
|
||||
$text["friday"] = "Freitag";
|
||||
$text["friday_abbr"] = "Fr";
|
||||
$text["from"] = "von";
|
||||
$text["fullsearch"] = "Volltext";
|
||||
$text["fullsearch_hint"] = "Volltextindex benutzen";
|
||||
|
@ -358,6 +359,7 @@ $text["missing_filesize"] = "Fehlende Dateigröße";
|
|||
$text["missing_transition_user_group"] = "Fehlende/r Benutzer/Gruppe für Transition";
|
||||
$text["minutes"] = "Minuten";
|
||||
$text["monday"] = "Montag";
|
||||
$text["monday_abbr"] = "Mo";
|
||||
$text["month_view"] = "Monatsansicht";
|
||||
$text["monthly"] = "monatlich";
|
||||
$text["move_document"] = "Verschieben";
|
||||
|
@ -468,6 +470,7 @@ $text["role"] = "Rolle";
|
|||
$text["return_from_subworkflow"] = "Rückkehr aus Sub-Workflow";
|
||||
$text["run_subworkflow"] = "Sub-Workflow starten";
|
||||
$text["saturday"] = "Samstag";
|
||||
$text["saturday_abbr"] = "Sa";
|
||||
$text["save"] = "Speichern";
|
||||
$text["search_fulltext"] = "Suche im Volltext";
|
||||
$text["search_in"] = "Suchen in";
|
||||
|
@ -723,13 +726,16 @@ $text["submit_password_forgotten"] = "Neues Passwort setzen und per E-Mail schic
|
|||
$text["submit_review"] = "Überprüfung hinzufügen";
|
||||
$text["submit_userinfo"] = "Daten setzen";
|
||||
$text["sunday"] = "Sonntag";
|
||||
$text["sunday_abbr"] = "So";
|
||||
$text["theme"] = "Aussehen";
|
||||
$text["thursday"] = "Donnerstag";
|
||||
$text["thursday_abbr"] = "Do";
|
||||
$text["toggle_manager"] = "Managerstatus wechseln";
|
||||
$text["to"] = "bis";
|
||||
$text["transition_triggered_email"] = "Workflow transition triggered";
|
||||
$text["trigger_workflow"] = "Workflow";
|
||||
$text["tuesday"] = "Dienstag";
|
||||
$text["tuesday_abbr"] = "Di";
|
||||
$text["type_to_search"] = "Hier tippen zum Suchen";
|
||||
$text["under_folder"] = "In Ordner";
|
||||
$text["unknown_command"] = "unbekannter Befehl";
|
||||
|
@ -776,6 +782,7 @@ $text["view"] = "Ansicht";
|
|||
$text["view_online"] = "Online betrachten";
|
||||
$text["warning"] = "Warnung";
|
||||
$text["wednesday"] = "Mitwoch";
|
||||
$text["wednesday_abbr"] = "Mi";
|
||||
$text["week_view"] = "Wochenansicht";
|
||||
$text["weeks"] = "Wochen";
|
||||
$text["workflow"] = "Workflow";
|
||||
|
|
Loading…
Reference in New Issue
Block a user