Skip to content

Commit 0cde036

Browse files
committed
Merge German changes
1 parent 98f47c6 commit 0cde036

File tree

21 files changed

+383
-2478
lines changed

21 files changed

+383
-2478
lines changed

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<key>NSPrincipalClass</key>
133133
<string>WCApplication</string>
134134
<key>SUFeedURL</key>
135-
<string>https://wired.read-write.fr/wiredclient_appcast.xml</string>
135+
<string>https://wired.read-write.fr/wiredclient_cast.xml</string>
136136
<key>SUPublicEDKey</key>
137137
<string>dsa_pub.pem</string>
138138
<key>UTExportedTypeDeclarations</key>

Templates/Neo/htdocs/css/messages.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ div.messageinfo span.time:after {
6969

7070
div.messageinfo span.time, div.messageinfo span.server {
7171
font-size: 10px;
72+
color: <? textcolor ?>;
73+
7274
}
7375

7476
div.messageinfo img {

Templates/Neo/htdocs/js/boards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ $(document).ready(function(){
206206

207207

208208

209-
/* %99$ bottle$... */
209+
/* %99$ bottle$... */

WiredClient.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@
23442344
CODE_SIGN_IDENTITY = "Developer ID Application";
23452345
CODE_SIGN_STYLE = Manual;
23462346
COMBINE_HIDPI_IMAGES = YES;
2347-
CURRENT_PROJECT_VERSION = 45;
2347+
CURRENT_PROJECT_VERSION = 49;
23482348
DEVELOPMENT_TEAM = 7KTXA5Y36K;
23492349
ENABLE_HARDENED_RUNTIME = YES;
23502350
FRAMEWORK_SEARCH_PATHS = (
@@ -2598,7 +2598,7 @@
25982598
CODE_SIGN_IDENTITY = "Developer ID Application";
25992599
CODE_SIGN_STYLE = Manual;
26002600
COMBINE_HIDPI_IMAGES = YES;
2601-
CURRENT_PROJECT_VERSION = 45;
2601+
CURRENT_PROJECT_VERSION = 49;
26022602
DEVELOPMENT_TEAM = 7KTXA5Y36K;
26032603
ENABLE_HARDENED_RUNTIME = YES;
26042604
FRAMEWORK_SEARCH_PATHS = (
@@ -2700,7 +2700,7 @@
27002700
ALWAYS_SEARCH_USER_PATHS = NO;
27012701
CODE_SIGN_ENTITLEMENTS = "Wired Client.entitlements";
27022702
CODE_SIGN_IDENTITY = "-";
2703-
CURRENT_PROJECT_VERSION = 45;
2703+
CURRENT_PROJECT_VERSION = 49;
27042704
ENABLE_HARDENED_RUNTIME = YES;
27052705
FRAMEWORK_SEARCH_PATHS = (
27062706
"$(inherited)",

WiredClient.xcodeproj/xcuserdata/nark.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
<key>Localize Nibs.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>22</integer>
10+
<integer>23</integer>
1111
</dict>
1212
<key>Localize Strings.xcscheme_^#shared#^_</key>
1313
<dict>
1414
<key>orderHint</key>
15-
<integer>23</integer>
15+
<integer>24</integer>
1616
</dict>
1717
<key>Neo.xcscheme_^#shared#^_</key>
1818
<dict>
1919
<key>orderHint</key>
20-
<integer>21</integer>
20+
<integer>25</integer>
2121
</dict>
2222
<key>Wired Client (Distribute Debug).xcscheme_^#shared#^_</key>
2323
<dict>
2424
<key>orderHint</key>
25-
<integer>24</integer>
25+
<integer>21</integer>
2626
</dict>
2727
<key>Wired Client (Distribute).xcscheme_^#shared#^_</key>
2828
<dict>
2929
<key>orderHint</key>
30-
<integer>25</integer>
30+
<integer>22</integer>
3131
</dict>
3232
<key>Wired Client copy copy.xcscheme_^#shared#^_</key>
3333
<dict>

de.lproj/Administration.xib

Lines changed: 125 additions & 112 deletions
Large diffs are not rendered by default.

de.lproj/Boards.xib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ Gw
657657
</scroller>
658658
</scrollView>
659659
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="190">
660-
<rect key="frame" x="17" y="422" width="55" height="17"/>
660+
<rect key="frame" x="18" y="422" width="55" height="17"/>
661661
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
662662
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Betreff:" id="191">
663663
<font key="font" metaFont="system"/>
@@ -666,7 +666,7 @@ Gw
666666
</textFieldCell>
667667
</textField>
668668
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="312">
669-
<rect key="frame" x="17" y="361" width="52" height="17"/>
669+
<rect key="frame" x="18" y="361" width="52" height="17"/>
670670
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
671671
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Beitrag:" id="313">
672672
<font key="font" metaFont="system"/>
@@ -726,7 +726,7 @@ Gw
726726
</popUpButtonCell>
727727
</popUpButton>
728728
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="630">
729-
<rect key="frame" x="17" y="482" width="160" height="17"/>
729+
<rect key="frame" x="18" y="482" width="160" height="17"/>
730730
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
731731
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Pinnwand:" id="631">
732732
<font key="font" metaFont="system"/>

de.lproj/Connect.xib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15505"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<objects>
@@ -133,7 +133,7 @@ Gw
133133
<outlet property="delegate" destination="-2" id="33"/>
134134
<outlet property="initialFirstResponder" destination="18" id="24"/>
135135
</connections>
136-
<point key="canvasLocation" x="139" y="147"/>
136+
<point key="canvasLocation" x="78" y="47"/>
137137
</window>
138138
</objects>
139139
</document>

de.lproj/MainMenu.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ CA
459459
</menu>
460460
</menuItem>
461461
</items>
462-
<point key="canvasLocation" x="224" y="281"/>
462+
<point key="canvasLocation" x="143" y="-6"/>
463463
</menu>
464464
<customObject id="248" userLabel="WCApplicationController" customClass="WCApplicationController">
465465
<connections>

de.lproj/Messages.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Gw
343343
</connections>
344344
</button>
345345
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="85">
346-
<rect key="frame" x="17" y="200" width="338" height="17"/>
346+
<rect key="frame" x="18" y="200" width="104" height="16"/>
347347
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
348348
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Rundruf starten:" id="203">
349349
<font key="font" metaFont="system"/>

0 commit comments

Comments
 (0)