Skip to content

Commit

Permalink
Update some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJKM committed Jun 25, 2021
1 parent 2b206c1 commit e87dd60
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 16 deletions.
8 changes: 4 additions & 4 deletions MensaGuthaben.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
CODE_SIGN_ENTITLEMENTS = MensaGuthaben/MensaGuthaben.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1.2.94;
CURRENT_PROJECT_VERSION = 1.2.106;
DEVELOPMENT_ASSET_PATHS = "\"MensaGuthaben/Preview Content\"";
DEVELOPMENT_TEAM = EBQF48FD36;
ENABLE_PREVIEWS = YES;
Expand All @@ -549,7 +549,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.2;
MARKETING_VERSION = 1.2.3;
PRODUCT_BUNDLE_IDENTIFIER = com.johanneskreutz.mensaguthaben;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "MensaGuthaben Development 25.06.2021";
Expand All @@ -566,7 +566,7 @@
CODE_SIGN_ENTITLEMENTS = MensaGuthaben/MensaGuthaben.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1.2.94;
CURRENT_PROJECT_VERSION = 1.2.106;
DEVELOPMENT_ASSET_PATHS = "\"MensaGuthaben/Preview Content\"";
DEVELOPMENT_TEAM = EBQF48FD36;
ENABLE_PREVIEWS = YES;
Expand All @@ -580,7 +580,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.2;
MARKETING_VERSION = 1.2.3;
PRODUCT_BUNDLE_IDENTIFIER = com.johanneskreutz.mensaguthaben;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "MensaGuthaben Development 25.06.2021";
Expand Down
4 changes: 2 additions & 2 deletions MensaGuthaben/Base.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MensaGuthaben

Created by Johannes Kreutz on 04.02.20.
Copyright © 2020 Johannes Kreutz. All rights reserved.
Copyright © 2020 - 2021 Johannes Kreutz. All rights reserved.

This file is part of MensaGuthaben.

Expand All @@ -22,4 +22,4 @@
*/

"CFBundleDisplayName" = "MensaBalance";
"NSHumanReadableCopyright" = "2019 - 2020 Johannes Kreutz. All rights reserved.";
"NSHumanReadableCopyright" = "2019 - 2021 Johannes Kreutz. All rights reserved.";
12 changes: 8 additions & 4 deletions MensaGuthaben/Base.lproj/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina5_9" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
Expand Down Expand Up @@ -39,7 +40,8 @@
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" cocoaTouchSystemColor="viewFlipsideBackgroundColor"/>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
<color key="backgroundColor" systemColor="viewFlipsideBackgroundColor"/>
<constraints>
<constraint firstItem="CgN-8X-BVM" firstAttribute="top" secondItem="JGq-ja-n4W" secondAttribute="bottom" constant="17.666666666666629" id="7T6-BF-v6f"/>
<constraint firstItem="CgN-8X-BVM" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="8Vz-fC-7Iy"/>
Expand All @@ -48,7 +50,6 @@
<constraint firstItem="CgN-8X-BVM" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="cUv-XP-uAa"/>
<constraint firstItem="JGq-ja-n4W" firstAttribute="centerX" secondItem="CgN-8X-BVM" secondAttribute="centerX" id="teg-Qq-fjP"/>
</constraints>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
Expand All @@ -59,5 +60,8 @@
<resources>
<image name="JKM Logo.png" width="398" height="80"/>
<image name="Logo_rund.png" width="241" height="241"/>
<systemColor name="viewFlipsideBackgroundColor">
<color red="0.1215686274509804" green="0.12941176470588239" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
</resources>
</document>
4 changes: 2 additions & 2 deletions MensaGuthaben/Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MensaGuthaben

Created by Johannes Kreutz on 01.12.19.
Copyright © 2019 - 2020 Johannes Kreutz. All rights reserved.
Copyright © 2019 - 2021 Johannes Kreutz. All rights reserved.

This file is part of MensaGuthaben.

Expand Down Expand Up @@ -52,7 +52,7 @@
"legal.disclaimertitle" = "DISCLAIMER";
"legal.disclaimer" = "No liability for the content of external links.\nTHE SOFTWARE IS PROVIDED WITHOUT ANY EXPLICIT OR IMPLICIT GUARANTY, INCLUDING THE GUARANTY RELATING TO THE USE FOR THE DESIGNATED OR A PERTICULAR PURPOSE AS WELL AS INFRINGEMENTS OF ANY KIND, BUT NOT LIMITED TO THAT. THE AUTHORS OR OWNERS OF COPYRIGHT ARE NOT TO BE HELD LIABLE IN ANY CASE FOR DAMAGE OR DEMANDS OF ANY KIND, WETHER RESULTING FROM THE PERFORMANCE OF A CONTRACT, TORT OR OTHERWISE IN CONNECTION WITH THE SOFTWARE OR OTHER USE OF THE SOFTWARE.";
"legal.licensetitle" = "LICENSE";
"legal.license" = "MensaBalance iOS\nCopyright (C) 2019 - 2020 Johannes Kreutz.\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.";
"legal.license" = "MensaBalance iOS\nCopyright (C) 2019 - 2021 Johannes Kreutz.\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.";
"legal.third" = "THIRD PARTIES";
"legal.oss" = "MensaBalance uses OpenSource-software, whose licences are viewable here.";
"legal.osstitle" = "OpenSource-licenses";
Expand Down
4 changes: 2 additions & 2 deletions MensaGuthaben/de.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MensaGuthaben

Created by Johannes Kreutz on 04.02.20.
Copyright © 2020 Johannes Kreutz. All rights reserved.
Copyright © 2020 - 2021 Johannes Kreutz. All rights reserved.

This file is part of MensaGuthaben.

Expand All @@ -22,4 +22,4 @@
*/

"CFBundleDisplayName" = "MensaGuthaben";
"NSHumanReadableCopyright" = "2019 - 2020 Johannes Kreutz. Alle Rechte vorbehalten.";
"NSHumanReadableCopyright" = "2019 - 2021 Johannes Kreutz. Alle Rechte vorbehalten.";
4 changes: 2 additions & 2 deletions MensaGuthaben/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MensaGuthaben

Created by Johannes Kreutz on 01.12.19.
Copyright © 2019 - 2020 Johannes Kreutz. All rights reserved.
Copyright © 2019 - 2021 Johannes Kreutz. All rights reserved.

This file is part of MensaGuthaben.

Expand Down Expand Up @@ -52,7 +52,7 @@
"legal.disclaimertitle" = "HAFTUNGSAUSSCHLUSS";
"legal.disclaimer" = "Keine Haftung für die Inhalte externer Links.\nDIE SOFTWARE WIRD OHNE JEDE AUSDRÜCKLICHE ODER IMPLIZIERTE GARANTIE BEREITGESTELLT, EINSCHLIESSLICH DER GARANTIE ZUR BENUTZUNG FÜR DEN VORGESEHENEN ODER EINEM BESTIMMTEN ZWECK SOWIE JEGLICHER RECHTSVERLETZUNG, JEDOCH NICHT DARAUF BESCHRÄNKT. IN KEINEM FALL SIND DIE AUTOREN ODER COPYRIGHTINHABER FÜR JEGLICHEN SCHADEN ODER SONSTIGE ANSPRÜCHE HAFTBAR ZU MACHEN, OB INFOLGE DER ERFÜLLUNG EINES VERTRAGES, EINES DELIKTES ODER ANDERS IM ZUSAMMENHANG MIT DER SOFTWARE ODER SONSTIGER VERWENDUNG DER SOFTWARE ENTSTANDEN.";
"legal.licensetitle" = "LIZENZ";
"legal.license" = "MensaGuthaben iOS\nCopyright (C) 2019 - 2020 Johannes Kreutz.\n\nDieses Programm ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 3 der Lizenz oder (nach Ihrer Option) jeder späteren Version.\n\nDie Veröffentlichung dieses Programms erfolgt in der Hoffnung, dass es Ihnen von Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE, sogar ohne die implizite Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU General Public License.\n\nSie sollten ein Exemplar der GNU General Public License zusammen mit diesem Programm erhalten haben. Falls nicht, siehe http://www.gnu.org/licenses/.";
"legal.license" = "MensaGuthaben iOS\nCopyright (C) 2019 - 2021 Johannes Kreutz.\n\nDieses Programm ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder gemäß Version 3 der Lizenz oder (nach Ihrer Option) jeder späteren Version.\n\nDie Veröffentlichung dieses Programms erfolgt in der Hoffnung, dass es Ihnen von Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE, sogar ohne die implizite Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU General Public License.\n\nSie sollten ein Exemplar der GNU General Public License zusammen mit diesem Programm erhalten haben. Falls nicht, siehe http://www.gnu.org/licenses/.";
"legal.third" = "DRITTANBIETER";
"legal.oss" = "MensaGuthaben nutzt OpenSource-Software, deren Lizenztexte hier einsehbar sind.";
"legal.osstitle" = "OpenSource-Lizenzen";
Expand Down

0 comments on commit e87dd60

Please sign in to comment.