Skip to content

Commit

Permalink
Localization fixes
Browse files Browse the repository at this point in the history
Just a few fixes to let Xcode actually find the correct localization
and update on the about labels.

Will have to actually use outlets for everything for a stable
localization.
  • Loading branch information
kiliankoe committed Mar 25, 2015
1 parent a08d9c0 commit 03c9965
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
3 changes: 1 addition & 2 deletions ParkenDD/Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"SHARE_ON_FACEBOOK" = "Share on Facebook";
"OTHER_OPTIONS" = "Other";
"SORTINGTYPE_LOCATION" = "Distance";
"ABOUT_TEXT" = "ParkenDD v1.1\n\nhttp://kilian.io/parkendd\n\nAll data supplied without any guarantees!\n\nData is as current as http://www.dresden.de/freie-parkplaetze/.\n\nThanks to Rob Tranquillo (@robtranquillo), Johannes Kliemann (@JK70523) and Constantin Müller (@ubahnverleih) for creating the API server.\n\nThe sourcecode for this application can be viewed at https://github.com/kiliankoe/parkendd and is licensed under the MIT license. Feedback in the form of issues and pull requests is always welcome!\n\nCogwheel icon from http://icons8.com/web-app/364/Settings\n\nCar icon on app icon made by Freepik from http://flaticon.com and is licensed CC BY 3.0";
"ABOUT_TEXT" = "ParkenDD v1.1\n\nhttp://kilian.io/parkendd\n\nAll data supplied without any guarantees!\n\nData is as current as http://www.dresden.de/freie-parkplaetze/.\n\nThanks to Rob Tranquillo (@robtranquillo), Johannes Kliemann (@JK70523) and Constantin Müller (@ubahnverleih) for creating the API server.\n\nThe sourcecode for this application can be viewed at https://github.com/kiliankoe/parkendd and is licensed under the MIT license. Feedback in the form of issues and pull requests is always welcome!\n\nCar icon on app icon and settingsicon made by Freepik from http://flaticon.com and is licensed CC BY 3.0";
"SHARE_ON_TWITTER" = "Share on Twitter";
"SORTINGTYPE_FREESPOTS" = "Free Spots";
"SORTING_OPTIONS" = "Sort by";
Expand All @@ -34,7 +34,6 @@
"WAITING_FOR_LOCATION" = "waiting for location";
"APPSTORE_DESCRIPTION" = "ParkenDD shows you a list of the number of available public parking spots in Dresden, Germany. It shows you whether a public parking lot is open or not, how many spots are available and where it is on a map.\n\nThe information displayed is up-to-date according to what is published officially on dresden.de/freie-parkplaetze.\n\nThe source for this application is available on Github. See https://github.com/kiliankoe/parkendd";
"APPSTORE_TAGS" = "dresden, parking, car, driving, navigation, park, public, parkinglot, lot";
"APPSTORE_CHANGELOG_V1.1" = "Version 1.1 brings a few great updates to ParkenDD!\n\nFirst of all is a new design, but now you also have the option of sorting the list of parking lots according to the amount of free spots, their distance from your current location or just alphabetically. That way you'll always have the relevant lots right at the top of the list. And of course there's also been a handful of bugfixes.\n\nEnjoy the new version! I'd also be really happy about any positive review here in the app store :)";
"LOCATION_DATA_ERROR_TITLE" = "Location Data Error";
"LOCATION_DATA_ERROR" = "ParkenDD is unable to get location data. Please allow it to do so in the system settings.";
"CANCEL" = "Cancel";
Expand Down
8 changes: 3 additions & 5 deletions ParkenDD/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CL6-Aw-ZQN">
<rect key="frame" x="16" y="20" width="568" height="572"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<string key="text">ParkenDD v1.1
<mutableString key="text">ParkenDD v1.1

http://kilian.io/parkendd

Expand All @@ -270,9 +270,7 @@ Thanks to Rob Tranquillo (@robtranquillo), Johannes Kliemann (@JK70523) and Cons

The sourcecode for this application can be viewed at https://github.com/kiliankoe/parkendd and is licensed under the MIT license. Feedback in the form of issues and pull requests is always welcome!

Cogwheel icon from http://icons8.com/web-app/364/Settings

Car icon on app icon made by Freepik from http://flaticon.com and is licensed CC BY 3.0</string>
Car icon on app icon and settingsicon made by Freepik from http://flaticon.com and is licensed CC BY 3.0</mutableString>
<fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="17"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
<dataDetectorType key="dataDetectorTypes" link="YES"/>
Expand Down Expand Up @@ -349,6 +347,6 @@ Car icon on app icon made by Freepik from http://flaticon.com and is licensed CC
</scene>
</scenes>
<resources>
<image name="settingsButton" width="25" height="25"/>
<image name="settingsButton" width="22" height="22"/>
</resources>
</document>
2 changes: 1 addition & 1 deletion ParkenDD/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
Expand Down
3 changes: 1 addition & 2 deletions ParkenDD/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"SHARE_ON_FACEBOOK" = "Auf Facebook teilen";
"OTHER_OPTIONS" = "Anderes";
"SORTINGTYPE_LOCATION" = "Entfernung";
"ABOUT_TEXT" = "ParkenDD v1.1\n\nhttp://kilian.io/parkendd\n\nAlle Daten ohne Gewähr!\n\nDaten sind auf dem Stand von http://www.dresden.de/freie-parkplaetze/.\n\nDanke an Rob Tranquillo (@robtranquillo), Johannes Kliemann (@JK70523) und Constantin Müller (@ubahnverleih) für das Entwickeln der API.\n\nDer Quelltext dieser Applikation ist unter https://github.com/kiliankoe/parkendd und der MIT Lizenz veröffentlicht. Feedback in Form von Issues und Pullrequests ist immer sehr willkommen!\n\nZahnradicon http://icons8.com/web-app/364/Settings\n\nAutoicon auf dem Appicon von Freepik http://flaticon.com und lizensiert unter CC BY 3.0";
"ABOUT_TEXT" = "ParkenDD v1.1\n\nhttp://kilian.io/parkendd\n\nAlle Daten ohne Gewähr!\n\nDaten sind auf dem Stand von http://www.dresden.de/freie-parkplaetze/.\n\nDanke an Rob Tranquillo (@robtranquillo), Johannes Kliemann (@JK70523) und Constantin Müller (@ubahnverleih) für das Entwickeln der API.\n\nDer Quelltext dieser Applikation ist unter https://github.com/kiliankoe/parkendd und der MIT Lizenz veröffentlicht. Feedback in Form von Issues und Pullrequests ist immer sehr willkommen!\n\nAutoicon auf dem Appicon und Zahnradicon von Freepik http://flaticon.com und lizensiert unter CC BY 3.0";
"SHARE_ON_TWITTER" = "Auf Twitter teilen";
"SORTINGTYPE_FREESPOTS" = "Freie Plätze";
"SORTING_OPTIONS" = "Sortieren nach";
Expand All @@ -34,7 +34,6 @@
"WAITING_FOR_LOCATION" = "auf Standort warten";
"APPSTORE_DESCRIPTION" = "ParkenDD zeigt eine Liste der verfügbaren öffentlichen Parkplätze in Dresden. Es zeigt an ob ein öffentlicher Parkplatz geöffnet ist oder nicht, wie viele Plätze aktuell verfügbar sind und wo genau er sich befindet.\n\nDie angezeigten Daten sind so aktuell wie auch unter dresden.de/freie-parkplaetze veröffentlicht.\n\nDer Quelltext dieser Applikation ist auf Github verfügbar. Siehe https://github.com/kiliankoe/parkendd";
"APPSTORE_TAGS" = "dresden, parken, auto, fahren, navigation, parkplatz, tiefgarage";
"APPSTORE_CHANGELOG_V1.1" = "Version 1.1 bringt ein paar tolle Updates zu ParkenDD! \n\nNeben einem neuem Design sind auch Sortierungsoptionen in den neuen Einstellungen hinzugekommen. Man hat nun die Möglichkeit die dargestellten Parkplätze alphabetisch, nach der Menge an freien Plätzen oder der Entfernung vom aktuellen Standort zu sortieren. So hat man die relevanten Plätze immer gleich oben in der Liste. Ansonsten gibt's natürlich noch ne handvoll Bugfixes.\n\nViel Spaß mit der neuen Version! Über eine positive Rezension hier im App Store würde ich mich natürlich sehr freuen :)";
"LOCATION_DATA_ERROR_TITLE" = "Lokalisierungsfehler";
"LOCATION_DATA_ERROR" = "ParkenDD hat keine Berechtigung sich zu lokalisieren. Bitte erlaube das in den Einstellungen.";
"CANCEL" = "Abbrechen";
Expand Down
6 changes: 2 additions & 4 deletions ParkenDD/de.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ Danke an Rob Tranquillo (@robtranquillo), Johannes Kliemann (@JK70523) und Const

Der Quelltext dieser Applikation ist unter https://github.com/kiliankoe/parkendd und der MIT Lizenz veröffentlicht. Feedback in Form von Issues und Pullrequests ist immer sehr willkommen!

Zahnradicon http://icons8.com/web-app/364/Settings

Autoicon auf dem Appicon von Freepik http://flaticon.com und lizensiert unter CC BY 3.0</mutableString>
Autoicon auf dem Appicon und Zahnradicon von Freepik http://flaticon.com und lizensiert unter CC BY 3.0</mutableString>
<fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="17"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
<dataDetectorType key="dataDetectorTypes" link="YES"/>
Expand Down Expand Up @@ -343,6 +341,6 @@ Autoicon auf dem Appicon von Freepik http://flaticon.com und lizensiert unter CC
</scene>
</scenes>
<resources>
<image name="settingsButton" width="25" height="25"/>
<image name="settingsButton" width="22" height="22"/>
</resources>
</document>

0 comments on commit 03c9965

Please sign in to comment.