Skip to content

Commit

Permalink
Added Czech translation. Thanks Antonín Gazda
Browse files Browse the repository at this point in the history
Closes #88
  • Loading branch information
gdombiak committed Sep 30, 2018
1 parent 5d6524e commit 0fad874
Show file tree
Hide file tree
Showing 10 changed files with 1,241 additions and 420 deletions.
11 changes: 11 additions & 0 deletions OctoPod.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@
3D831E542108540E0004B7A5 /* NavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavigationController.swift; sourceTree = "<group>"; };
3D8873F720F534C400DCE987 /* PrintFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrintFile.swift; sourceTree = "<group>"; };
3D8873F920F5BD2700DCE987 /* FileDetailsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileDetailsViewController.swift; sourceTree = "<group>"; };
3D89E66E216121FA006794D0 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Main.strings; sourceTree = "<group>"; };
3D89E66F216121FB006794D0 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
3D89E670216121FB006794D0 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Localizable.strings; sourceTree = "<group>"; };
3D89E671216121FC006794D0 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3D89E6722161235A006794D0 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3D8B292920E54F7300296D9D /* PanelViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PanelViewController.swift; sourceTree = "<group>"; };
3D8B292C20E5514A00296D9D /* PrinterSubpanelViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrinterSubpanelViewController.swift; sourceTree = "<group>"; };
3D8B292F20E5549B00296D9D /* HTTPClient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPClient.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -532,6 +537,7 @@
de,
it,
cs,
nb,
);
mainGroup = 3D4527F520E15A370094CCB7;
productRefGroup = 3D4527FF20E15A370094CCB7 /* Products */;
Expand Down Expand Up @@ -692,6 +698,7 @@
3D9E08732160155500F11CD4 /* de */,
3D9E08762160155D00F11CD4 /* it */,
3D9E08792160205100F11CD4 /* cs */,
3D89E66E216121FA006794D0 /* nb */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand All @@ -704,6 +711,7 @@
3D9E08742160155600F11CD4 /* de */,
3D9E08772160155D00F11CD4 /* it */,
3D9E087A2160205100F11CD4 /* cs */,
3D89E66F216121FB006794D0 /* nb */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
Expand All @@ -716,6 +724,7 @@
3D9E08752160155600F11CD4 /* de */,
3D9E08782160155F00F11CD4 /* it */,
3D9E087B2160205100F11CD4 /* cs */,
3D89E670216121FB006794D0 /* nb */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand All @@ -724,6 +733,8 @@
isa = PBXVariantGroup;
children = (
3D9E087D2160455400F11CD4 /* de */,
3D89E671216121FC006794D0 /* nb */,
3D89E6722161235A006794D0 /* cs */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = "en"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
42 changes: 23 additions & 19 deletions OctoPod/Base.lproj/Main.storyboard

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions OctoPod/cs.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* Privacy - Camera Usage Description */
"NSCameraUsageDescription" = "Je potřeba přístup k fotoaparátu pro naskenování QR kódu";

Loading

0 comments on commit 0fad874

Please sign in to comment.