Skip to content

Commit 6536391

Browse files
committed
Added french translation
1 parent 68af31f commit 6536391

File tree

32 files changed

+1469
-34
lines changed

32 files changed

+1469
-34
lines changed

CrypTools.xcodeproj/project.pbxproj

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
DD3E5BC5207E5DC20059356E /* XOR.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XOR.swift; sourceTree = "<group>"; };
3939
DD528B98207BA17500BA945D /* b64.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = b64.swift; sourceTree = "<group>"; };
4040
DD59B378207F864800BA3C99 /* Window.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Window.swift; sourceTree = "<group>"; };
41+
DD59B37C207F88F100BA3C99 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = "<group>"; };
42+
DD59B380207F8AE900BA3C99 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Main.strings; sourceTree = "<group>"; };
4143
DDCC00ED207CD5FE00BEFDAA /* expectedExt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = expectedExt.swift; sourceTree = "<group>"; };
4244
DDCC00F0207CDB6900BEFDAA /* TextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextView.swift; sourceTree = "<group>"; };
4345
DDCC00F2207CE13200BEFDAA /* caesar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = caesar.swift; sourceTree = "<group>"; };
@@ -208,6 +210,7 @@
208210
knownRegions = (
209211
en,
210212
Base,
213+
fr,
211214
);
212215
mainGroup = DDF0783A207AFC7800B9EBF6;
213216
productRefGroup = DDF07844207AFC7800B9EBF6 /* Products */;
@@ -283,6 +286,8 @@
283286
isa = PBXVariantGroup;
284287
children = (
285288
DDF0784D207AFC7900B9EBF6 /* Base */,
289+
DD59B37C207F88F100BA3C99 /* en */,
290+
DD59B380207F8AE900BA3C99 /* fr */,
286291
);
287292
name = Main.storyboard;
288293
sourceTree = "<group>";

CrypTools/Base.lproj/Main.storyboard

+3-3
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,8 @@
812812
<autoresizingMask key="autoresizingMask"/>
813813
<subviews>
814814
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Qj9-Y8-NRC">
815-
<rect key="frame" x="113" y="140" width="224" height="20"/>
816-
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Drop a file or start typing something" id="fgj-qC-4ay">
815+
<rect key="frame" x="191" y="140" width="69" height="20"/>
816+
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Drop a file" id="fgj-qC-4ay">
817817
<font key="font" size="14" name="SanFranciscoDisplay-Regular"/>
818818
<color key="textColor" red="0.99999600649999998" green="1" blue="1" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
819819
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
@@ -998,7 +998,7 @@
998998
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="GfW-CD-O8s">
999999
<rect key="frame" x="9" y="8" width="343" height="24"/>
10001000
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
1001-
<textFieldCell key="cell" lineBreakMode="charWrapping" selectable="YES" sendsActionOnEndEditing="YES" title="Multiline Label" placeholderString="Output" id="VXE-I6-8Nw">
1001+
<textFieldCell key="cell" lineBreakMode="charWrapping" selectable="YES" sendsActionOnEndEditing="YES" placeholderString="Output" id="VXE-I6-8Nw">
10021002
<font key="font" size="13" name="RobotoMono-Regular"/>
10031003
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
10041004
<color key="backgroundColor" red="0.76855933666229248" green="0.76867109537124634" blue="0.76853489875793457" alpha="0.050000000000000003" colorSpace="custom" customColorSpace="sRGB"/>

CrypTools/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>0.0.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>32</string>
22+
<string>35</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

CrypTools/en.lproj/Main.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
"dRJ-4n-Yzg.title" = "Undo";
325325

326326
/* Class = "NSTextFieldCell"; title = "Drop a file or start typing something"; ObjectID = "fgj-qC-4ay"; */
327-
"fgj-qC-4ay.title" = "Drop a file or start typing something";
327+
"fgj-qC-4ay.title" = "Drop a file";
328328

329329
/* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */
330330
"gVA-U4-sdL.title" = "Paste";

0 commit comments

Comments
 (0)