-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from fgtclb/add-option-completed-projects
Add option to show/hide completed projects
- Loading branch information
Showing
5 changed files
with
119 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<xliff version="1.0"> | ||
<file source-language="en, de" target-language="de" datatype="plaintext" | ||
original="messages" date="2023-04-24T15:52:42Z"> | ||
<header> | ||
<generator>PhpStorm</generator> | ||
</header> | ||
<body> | ||
<trans-unit id="flexform.filter.options.title"> | ||
<source>Deactivate filtering</source> | ||
<target>Filterung deaktivieren</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.filter.options.description"> | ||
<source>If the option is enabled, options with filters will not be visible in the frontend</source> | ||
<target>Wenn die Option aktiviert ist, sind Optionen mit Filtern im Frontend nicht sichtbar</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.filter.options.hide_completed_projects"> | ||
<source>Hide completed projects</source> | ||
<target>Abgeschlossene Projekte ausblenden</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.filter.options.hide_completed_projects.description"> | ||
<source>Hide projects that have passed their end date from the overview.</source> | ||
<target>Projekte, deren Enddatum überschritten ist, in der Übersicht ausblenden.</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.sorting"> | ||
<source>Sorting</source> | ||
<target>Sortierung</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.sorting.description"> | ||
<source>Define sorting in frontend. Sort by page sorting doesn't respect multiple mounts as sort</source> | ||
<target>Definieren Sie die Sortierung im Frontend. Die Seitensortierung berücksichtigt mehrere Mounts nicht als Sortierung</target> | ||
</trans-unit> | ||
|
||
<trans-unit id="flexform.sorting.lastUpdated.asc"> | ||
<source>Last updated (latest first)</source> | ||
<target>Zuletzt aktualisiert (neueste zuerst)</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.sorting.lastUpdated.desc"> | ||
<source>Last updated (latest last)</source> | ||
<target>Zuletzt aktualisiert (neueste zuletzt)</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.sorting.sorting.asc"> | ||
<source>Page sorting (Result may be unexpected)</source> | ||
<target>Seitensortierung (Ergebnis kann unerwartet sein)</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.sorting.sorting.desc"> | ||
<source>Page sorting (Result may be unexpected)</source> | ||
<target>Seitensortierung (Ergebnis kann unerwartet sein)</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.sorting.title.asc"> | ||
<source>Title A-Z</source> | ||
<target>Titel A-Z</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.sorting.title.desc"> | ||
<source>Title Z-A</source> | ||
<target>Titel Z-A</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.sorting.tx_academicprojects_budget.asc"> | ||
<source>Budget (low to high)</source> | ||
<target>Budget (niedrig bis hoch)</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.sorting.tx_academicprojects_budget.desc"> | ||
<source>Budget (high to low)</source> | ||
<target>Budget (hoch bis niedrig)</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.sorting.tx_academicprojects_start_date.asc"> | ||
<source>Start date (oldest first)</source> | ||
<target>Startdatum (älteste zuerst)</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.sorting.tx_academicprojects_start_date.desc"> | ||
<source>Start date (newest first)</source> | ||
<target>Startdatum (neueste zuerst)</target> | ||
</trans-unit> | ||
<trans-unit id="flexform.category.description"> | ||
<source>Select categories. Main categories will select all subcategories by OR, multiple categories selects by AND</source> | ||
<target>Wählen Sie Kategorien aus. Hauptkategorien wählen alle Unterkategorien durch ODER aus, mehrere Kategorien wählen durch UND aus</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters