| 21 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
21 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 23 |
23 |
| 24 menuLabel=Projekte |
24 menuLabel=Projekte |
| 25 |
25 |
| |
26 menu.index=Index |
| 26 menu.versions=Versionen |
27 menu.versions=Versionen |
| 27 |
28 |
| 28 button.create=Neues Projekt |
29 button.create=Neues Projekt |
| |
30 button.version.create=Neue Version |
| 29 |
31 |
| 30 no-projects=Wilkommen bei LightPIT. Beginnen Sie mit der Erstellung eines Projektes! |
32 no-projects=Wilkommen bei LightPIT. Beginnen Sie mit der Erstellung eines Projektes! |
| 31 |
33 |
| 32 thead.name=Name |
34 thead.name=Name |
| 33 thead.description=Beschreibung |
35 thead.description=Beschreibung |
| 34 thead.repoUrl=Repository |
36 thead.repoUrl=Repository |
| 35 thead.owner=Projektleitung |
37 thead.owner=Projektleitung |
| 36 |
38 |
| |
39 thead.version.name=Version |
| |
40 thead.version.status=Status |
| |
41 thead.version.ordinal=Sequenznummer |
| |
42 tooltip.ordinal=\u00dcbersteuert die lexikographische Sortierung. |
| |
43 |
| 37 placeholder.null-owner=Nicht Zugewiesen |
44 placeholder.null-owner=Nicht Zugewiesen |
| |
45 |
| |
46 version.status.Future=Geplant |
| |
47 version.status.Unreleased=Unver\u00f6ffentlicht |
| |
48 version.status.Released=Ver\u00f6ffentlicht |
| |
49 version.status.LTS=Langzeitsupport |
| |
50 version.status.Deprecated=Veraltet |