Skip to content

Commit

Permalink
Merge pull request #9 from maremmle/master
Browse files Browse the repository at this point in the history
Added german translation
  • Loading branch information
rizumita committed Feb 27, 2014
2 parents ecd72ed + 22318af commit 09487ab
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CTFeedbackDemo/CTFeedbackDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
6AEC61651821D7DD00B6DB37 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; name = README.md; path = ../README.md; sourceTree = "<group>"; };
6AEC61851821FBF800B6DB37 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/CTFeedbackLocalizable.strings; sourceTree = "<group>"; };
6AEE428F189A10FB009C0138 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/CTFeedbackLocalizable.strings"; sourceTree = "<group>"; };
788BC1F218AF8A8E0071B37C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/CTFeedbackLocalizable.strings; sourceTree = "<group>"; };
CB876438D25C52E9455F30EB /* CTFeedbackCellItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CTFeedbackCellItem.m; sourceTree = "<group>"; };
CB876691CB3B7AC00E58896D /* NSBundle+CTFeedback.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSBundle+CTFeedback.m"; sourceTree = "<group>"; };
CB8767F3272405CCC42F1755 /* CTFeedbackCellItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTFeedbackCellItem.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -294,6 +295,7 @@
ru,
"zh-Hans",
"zh-Hant",
de,
);
mainGroup = 6AEC61191821D17600B6DB37;
productRefGroup = 6AEC61231821D17600B6DB37 /* Products */;
Expand Down Expand Up @@ -411,6 +413,7 @@
6A3F55591825B2FA00217253 /* ru */,
D16DCD50183C8D300025189E /* zh-Hans */,
6AEE428F189A10FB009C0138 /* zh-Hant */,
788BC1F218AF8A8E0071B37C /* de */,
);
name = CTFeedbackLocalizable.strings;
sourceTree = "<group>";
Expand Down
52 changes: 52 additions & 0 deletions Resources/de.lproj/CTFeedbackLocalizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
/* Localizable.strings
CTFeedbackDemo

Created by Ryoichi Izumita on 2013/10/31.
Copyright (c) 2013 CAPH. All rights reserved. */

"Question" = "Frage";

"Request" = "Anfrage";

"Bug Report" = "Fehlerbericht";

"Other" = "Sonstiges";

"Device" = "Gerät";

"iOS" = "iOS";

"Name" = "Name";

"Version" = "Version";

"Build" = "Build";

"Device Info" = "Geräte-Angaben";

"App Info" = "App-Angaben";

"Feedback" = "Feedback";

"Topic" = "Thema";

"Topics" = "Themen";

"Error" = "Fehler";

"Mail" = "E-Mail";

"Mail no configuration" = "Es ist kein gültiger E-Mail-Account eingerichtet.";

"Dismiss" = "Okay";

"Additional Info" = "Zusätzliche Angaben";

"Additional detail" = "Anhang für Feedback wählen (Foto)";

"Cancel" = "Abbrechen";

"Camera" = "Kamera";

"PhotoLibrary" = "Aus Album auswählen";

0 comments on commit 09487ab

Please sign in to comment.