Skip to content

Commit

Permalink
Merge branch 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
guFalcon committed Nov 29, 2024
2 parents 5ec6e88 + ce7b485 commit b93b9ea
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- Favicon - iOS -->
<link rel="apple-touch-icon" href="<%= BASE_URL %>favicon.ico">

<title>Unterrainer Informatik OG</title>
<title>Unterrainer Informatik</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion public/kiga.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- Favicon - iOS -->
<link rel="apple-touch-icon" href="<%= BASE_URL %>favicon.ico">

<title>Unterrainer Informatik OG</title>
<title>Unterrainer Informatik</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/locales/parts/about_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
personalEmailSubject: 'Frage via Homepage',
zamgLinkDescription: 'Wir benutzen ',
impressumTitle: 'Impressum',
impressum: `${''}<b style='font-size: large'>Unterrainer Informatik OG</b><br /><i>Offene Gesellschaft</i><br /><br /><b>Softwareentwicklung und Consulting</b><br /><br />UID-Nr: ATU66981117<br />FN: FN 374582 g<br />FB-Gericht: Landesgericht Steyr<br /><br />Sitz: 4470 Enns<br />Königgutstraße 4 | Austria<br />E-Mail: [email protected]<br /><br /><i>Mitglied der WKÖ, WKOÖ<br />Bezirkshauptmannschaft Linz-Land<br />Geschäftsführende Gesellschafter: Gerald Unterrainer (50%), Günter Unterrainer (50%)<br />Unser Anliegen: Information über unsere Produkte<br /></i>`,
impressum: `${''}<b style='font-size: large'>Unterrainer Informatik</b><br /><i>Offene Gesellschaft</i><br /><br /><b>Softwareentwicklung und Consulting</b><br /><br />UID-Nr: ATU66981117<br />FN: FN 374582 g<br />FB-Gericht: Landesgericht Steyr<br /><br />Sitz: 4470 Enns<br />Königgutstraße 4 | Austria<br />E-Mail: [email protected]<br /><br /><i>Mitglied der WKÖ, WKOÖ<br />Bezirkshauptmannschaft Linz-Land<br />Geschäftsführende Gesellschafter: Gerald Unterrainer (50%), Günter Unterrainer (50%)<br />Unser Anliegen: Information über unsere Produkte<br /></i>`,
LastChanges: 'Letzte Änderungen auf dieser Seite: ',
members: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/locales/parts/about_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
personalEmailSubject: 'Question via homepage',
zamgLinkDescription: 'We use ',
impressumTitle: 'Legal Notice',
impressum: `${''}<b style='font-size: large'>Unterrainer Informatik OG</b><br /><i>Offene Gesellschaft</i><br /><br /><b>Software-engineering and Consulting</b><br /><br />UID-Nr: ATU66981117<br />FN: FN 374582 g<br />FB-Court: Landesgericht Steyr<br /><br />Sitz: 4470 Enns<br />Königgutstraße 4 | Austria<br />E-Mail: [email protected]<br /><br /><i>Member of the WKÖ, WKOÖ<br />Bezirkshauptmannschaft Linz-Land<br />Shareholders (CEOs): Gerald Unterrainer (50%), Günter Unterrainer (50%)<br />Purpose: Information about our products<br /></i>`,
impressum: `${''}<b style='font-size: large'>Unterrainer Informatik</b><br /><i>Offene Gesellschaft</i><br /><br /><b>Software-engineering and Consulting</b><br /><br />UID-Nr: ATU66981117<br />FN: FN 374582 g<br />FB-Court: Landesgericht Steyr<br /><br />Sitz: 4470 Enns<br />Königgutstraße 4 | Austria<br />E-Mail: [email protected]<br /><br /><i>Member of the WKÖ, WKOÖ<br />Bezirkshauptmannschaft Linz-Land<br />Shareholders (CEOs): Gerald Unterrainer (50%), Günter Unterrainer (50%)<br />Purpose: Information about our products<br /></i>`,
lastChanges: 'Last changes on this site: ',
members: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/locales/parts/git_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
value: `${''}<ol><li>Wenn Du uncommittete Changes hast und diese verwerfen willst (unter Beibehaltung deiner Commits), schreibe <br /><pre><code>git reset --hard</code></pre><pre><code>git pull</code></pre></li><li>Wenn Du auch die committeten Changes reverten willst, verwende <br /><pre><code>git reset --hard origin/&lt;branch&gt;</code></pre><pre><code>git pull</code></pre></li></ol>`
},
{
title: 'Generelle Informationen betreffend Repositories von Unterrainer Informatik OG',
title: 'Generelle Informationen betreffend Repositories von Unterrainer Informatik',
value: `${''}<ul><li>Unsere Projekte haben alle zwei Branches. Einen master- und einen dev-branch.</li><li>Du darfst nur auf den remote dev-branch eines Projektes pushen, auf das Du Zugriff hast.</li><li>Nur Psilo darf auf den remote master-branch pushen und mergen. Du hast dafür keine Berechtigungen.</li><li>Nachdem Du deine Arbeit abgeschlossen hast, starte einen pull-request, damit Psilo deine Änderungen am remote dev-branch ansehen und eventuell auf den remote master-branch mergen kann..</li><li>Du darfst auch zusätzliche remote-branches anlegen, aber bitte sprich vorher kurz mit Psilo darüber.</li></ul>`
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/locales/parts/git_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
value: `${''}<ol><li>If you have any uncommitted changes you want to revert (without losing any commits), type <br /><pre><code>git reset --hard<br />git pull</code></pre></li><li>If you want to revert these commits as well, type <br /><pre><code>git reset --hard origin/&lt;branch&gt;<br />git pull</code></pre></li></ol>`
},
{
title: 'General Information about the Repositories on Unterrainer Informatik OG',
title: 'General Information about the Repositories on Unterrainer Informatik',
value: `${''}<ul><li>All our projects have at least two branches. A master- and a dev-branch.</li><li>You are only permitted to push to the remote dev-branch of any project you have permission to use.</li><li>Only Psilo may push to and merge to the remote master-branch. You don't have the permissions.</li><li>After you've finished your work, start a pull-request so that Psilo may review your changes on the remote dev-branch and merge it to the remote master-branch.</li><li>You may also generate additional remote branches, but please check back with Psilo before doing so.</li></ul>`
},
{
Expand Down
6 changes: 5 additions & 1 deletion src/locales/parts/main_de.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import variables from '@/locales/variables'

export default {
title: 'Willkommen bei Unterrainer Informatik OG!',
title: 'Willkommen bei Unterrainer Informatik!',
description: 'Wir entwickeln Software und Spiele und probieren Sie an diesem Prozess teilhaben zu lassen.',
servicesBullets: [
{
Expand Down Expand Up @@ -45,6 +45,10 @@ export default {
}
]
},
{
title: 'FREE TO PLAY!',
value: `${''}Unser Spiel ist jetzt endlich FREE TO PLAY!<br/>Damit wollen wir einen Teil eures Supports zurückgeben. Danke!<br/><p><center><a href='${variables.steamLinkThrobax}' target='_blank'>${variables.throbaxSteamStoreImage}</a></center></p>`
},
{
title: 'Freie C# Libraries',
value: `${''}Während unserer Zeit als Spieleentwickler haben wir ganz schön viel Code angehäuft den wir gerne mit Dir teilen würden.<p><b>Gratis!</b><br />Unter der Unlicense was bedeutet, dass Du alles damit machen kannst, inklusive kommerzieller Verwertung oder Wiederverkauf, so lange Du uns nicht verklagst, falls etwas schief gehen sollte.<p>Sei herzlich eingeladen einen Blick in unsere 'Freier Code' Sektion in der Navigationsleiste zu werfen.`
Expand Down
6 changes: 5 additions & 1 deletion src/locales/parts/main_en.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import variables from '@/locales/variables'

export default {
title: 'Welcome to Unterrainer Informatik OG!',
title: 'Welcome to Unterrainer Informatik!',
description: 'We develop software and games and try to involve you in this process.',
servicesBullets: [
{
Expand Down Expand Up @@ -45,6 +45,10 @@ export default {
}
]
},
{
title: 'FREE TO PLAY!',
value: `${''}At last our game is FREE TO PLAY!<br/>This is our way of giving back because of your continuing support. Thank you!<br/><p><center><a href='${variables.steamLinkThrobax}' target='_blank'>${variables.throbaxSteamStoreImage}</a></center></p>`
},
{
title: 'Free C# Libraries',
value: `${''}During our time as game-developers we've accumulated quite some code that we are prepared to share with you.<p><b>For free!</b><br />Under the unlicense which means that you can do anything with the code including commercial applications or re-selling as long as you don't blame us if something goes awry.<p>Feel free to take a look at our 'Free Code' section in the navigation bar.`
Expand Down
2 changes: 1 addition & 1 deletion src/locales/variables.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
footerCopyright: '&copy; Unterrainer Informatik OG',
footerCopyright: '&copy; Unterrainer Informatik',
linkBarThrobax16x16: '<table class=\'borderLess\'><tr class=\'borderLess\'><td class=\'borderLess\'><a href=\'https://www.facebook.com/ThrobaxTD\' target=\'_blank\'><img src=\'https://files.unterrainer.info/logos/16/facebook.png\' class=\'borderLess\' alt=\'facebook\'/></a></td><td class=\'borderLess\'><a href=\'https://twitter.com/throbax\' target=\'_blank\'><img src=\'https://files.unterrainer.info/logos/16/twitter.png\' class=\'borderLess\' alt=\'twitter\'/></a></td><td class=\'borderLess\'><a href=\'https://throbax.blogspot.co.at/p/the-game.html\' target=\'_blank\'><img src=\'https://files.unterrainer.info/logos/16/blogger.png\' class=\'borderLess\' alt=\'blogger\'/></a></td><td class=\'borderLess\'><a href=\'https://steamcommunity.com/sharedfiles/filedetails/?id=119921535\' target=\'_blank\'><img src=\'https://files.unterrainer.info/logos/16/steam.png\' class=\'borderLess\' alt=\'steam\'/></a></td></tr></table>',
linkBarUInf32x32: '<a href=\'https://www.facebook.com/pages/Unterrainer-Informatik-OG/244635969003515\' target=\'_blank\'> <img src=\'https://files.unterrainer.info/logos/32/facebook.png\' class=\'borderLess\' alt=\'facebook\' /></a> &nbsp; <a href=\'https://twitter.com/throbax\' target=\'_blank\'> <img src=\'https://files.unterrainer.info/logos/32/twitter.png\' class=\'borderLess\' alt=\'twitter\' /></a> &nbsp; <a href=\'https://throbax.blogspot.co.at\' target=\'_blank\'> <img src=\'https://files.unterrainer.info/logos/32/blogger.png\' class=\'borderLess\' alt=\'blogger\' /></a> &nbsp; <a href=\'https://steamcommunity.com/sharedfiles/filedetails/?id=119921535\' target=\'_blank\'> <img src=\'https://files.unterrainer.info/logos/32/steam.png\' class=\'borderLess\' alt=\'steam\' /></a>',
steamLinkThrobax: 'https://steamcommunity.com/sharedfiles/filedetails/?id=119921535',
Expand Down

0 comments on commit b93b9ea

Please sign in to comment.