Skip to content

Commit

Permalink
SEBMAC-573 Updated localizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
danschlet committed Jan 13, 2024
1 parent b5018c3 commit ec21e20
Show file tree
Hide file tree
Showing 11 changed files with 98 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11224,6 +11224,11 @@ Es wird gelöscht, wenn die Sitzung beendet wird</target>
<target>SEB Verificator</target>
<note>Class = "NSWindow"; title = "SEB Verificator"; ObjectID = "IQv-IB-iLA";</note>
</trans-unit>
<trans-unit id="Jou-rF-3kN.title" xml:space="preserve">
<source>Set Default</source>
<target>Als Standard setzen</target>
<note>Class = "NSButtonCell"; title = "Set Default"; ObjectID = "Jou-rF-3kN";</note>
</trans-unit>
<trans-unit id="Kd2-mp-pUS.title" xml:space="preserve">
<source>Show All</source>
<target>Alle einblenden</target>
Expand Down Expand Up @@ -11319,6 +11324,11 @@ Es wird gelöscht, wenn die Sitzung beendet wird</target>
<target>Einsetzen</target>
<note>Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL";</note>
</trans-unit>
<trans-unit id="lL0-4p-BkM.ibShadowedToolTip" xml:space="preserve">
<source>Set selected valid SEB app as default for the .seb file type</source>
<target>Ausgewählte SEB-Applikation als Standard für den Dateityp .seb festlegen</target>
<note>Class = "NSButton"; ibShadowedToolTip = "Set selected valid SEB app as default for the .seb file type"; ObjectID = "lL0-4p-BkM";</note>
</trans-unit>
<trans-unit id="nko-9m-cj1.headerCell.title" xml:space="preserve">
<source>App Name</source>
<target>Appname</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,25 @@
</connections>
</button>
<stackView distribution="fill" orientation="horizontal" alignment="top" spacing="20" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="sVN-3q-WA1">
<rect key="frame" x="1086" y="0.0" width="252" height="20"/>
<rect key="frame" x="896" y="0.0" width="442" height="20"/>
<subviews>
<button toolTip="Set selected valid SEB app as default for the .seb file type" verticalHuggingPriority="750" id="lL0-4p-BkM" userLabel="Set Default">
<rect key="frame" x="75" y="-6" width="102" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="push" title="Set Default" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Jou-rF-3kN">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="setDefault:" target="XfG-lQ-9wD" id="CiC-yD-yo6"/>
<binding destination="UqW-lH-XlF" name="enabled" keyPath="selection.validSEB" id="fYT-zx-ohY"/>
<binding destination="XfG-lQ-9wD" name="hidden" keyPath="self.setDefaultPossible" previousBinding="fYT-zx-ohY" id="sb5-4k-qPP">
<dictionary key="options">
<string key="NSValueTransformerName">NSNegateBoolean</string>
</dictionary>
</binding>
</connections>
</button>
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7Pp-px-bvm" userLabel="Start With Config Checkbox">
<rect key="frame" x="-2" y="4" width="18" height="18"/>
<buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="kUA-va-jjO">
Expand All @@ -522,8 +539,8 @@
<action selector="startWithConfigAction:" target="XfG-lQ-9wD" id="cGl-go-AvM"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DfN-yB-kL5" userLabel="Start SEB">
<rect key="frame" x="-7" y="-7" width="168" height="32"/>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DfN-yB-kL5">
<rect key="frame" x="183" y="-7" width="168" height="32"/>
<buttonCell key="cell" type="push" title="Quit Apps &amp; Start SEB" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="rvM-qA-gOk">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
Expand All @@ -534,7 +551,7 @@
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aqm-SH-59v" userLabel="Start SEB">
<rect key="frame" x="167" y="-7" width="92" height="32"/>
<rect key="frame" x="357" y="-7" width="92" height="32"/>
<buttonCell key="cell" type="push" title="Start SEB" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="sbr-9f-jAT">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
Expand All @@ -552,11 +569,13 @@ DQ
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
</visibilityPriorities>
<customSpacing>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
</customSpacing>
</stackView>
</subviews>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11167,6 +11167,11 @@ It is deleted when the session ends</target>
<target>SEB Verificator</target>
<note>Class = "NSWindow"; title = "SEB Verificator"; ObjectID = "IQv-IB-iLA";</note>
</trans-unit>
<trans-unit id="Jou-rF-3kN.title" xml:space="preserve">
<source>Set Default</source>
<target>Set Default</target>
<note>Class = "NSButtonCell"; title = "Set Default"; ObjectID = "Jou-rF-3kN";</note>
</trans-unit>
<trans-unit id="Kd2-mp-pUS.title" xml:space="preserve">
<source>Show All</source>
<target>Show All</target>
Expand Down Expand Up @@ -11262,6 +11267,11 @@ It is deleted when the session ends</target>
<target>Paste</target>
<note>Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL";</note>
</trans-unit>
<trans-unit id="lL0-4p-BkM.ibShadowedToolTip" xml:space="preserve">
<source>Set selected valid SEB app as default for the .seb file type</source>
<target>Set selected valid SEB app as default for the .seb file type</target>
<note>Class = "NSButton"; ibShadowedToolTip = "Set selected valid SEB app as default for the .seb file type"; ObjectID = "lL0-4p-BkM";</note>
</trans-unit>
<trans-unit id="nko-9m-cj1.headerCell.title" xml:space="preserve">
<source>App Name</source>
<target>App Name</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,25 @@
</connections>
</button>
<stackView distribution="fill" orientation="horizontal" alignment="top" spacing="20" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="sVN-3q-WA1">
<rect key="frame" x="1086" y="0.0" width="252" height="20"/>
<rect key="frame" x="896" y="0.0" width="442" height="20"/>
<subviews>
<button toolTip="Set selected valid SEB app as default for the .seb file type" verticalHuggingPriority="750" id="lL0-4p-BkM" userLabel="Set Default">
<rect key="frame" x="75" y="-6" width="102" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="push" title="Set Default" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Jou-rF-3kN">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="setDefault:" target="XfG-lQ-9wD" id="CiC-yD-yo6"/>
<binding destination="UqW-lH-XlF" name="enabled" keyPath="selection.validSEB" id="fYT-zx-ohY"/>
<binding destination="XfG-lQ-9wD" name="hidden" keyPath="self.setDefaultPossible" previousBinding="fYT-zx-ohY" id="sb5-4k-qPP">
<dictionary key="options">
<string key="NSValueTransformerName">NSNegateBoolean</string>
</dictionary>
</binding>
</connections>
</button>
<button hidden="YES" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7Pp-px-bvm" userLabel="Start With Config Checkbox">
<rect key="frame" x="-2" y="4" width="18" height="18"/>
<buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="kUA-va-jjO">
Expand All @@ -522,8 +539,8 @@
<action selector="startWithConfigAction:" target="XfG-lQ-9wD" id="cGl-go-AvM"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DfN-yB-kL5" userLabel="Start SEB">
<rect key="frame" x="-7" y="-7" width="168" height="32"/>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DfN-yB-kL5">
<rect key="frame" x="183" y="-7" width="168" height="32"/>
<buttonCell key="cell" type="push" title="Quit Apps &amp; Start SEB" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="rvM-qA-gOk">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
Expand All @@ -534,7 +551,7 @@
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aqm-SH-59v" userLabel="Start SEB">
<rect key="frame" x="167" y="-7" width="92" height="32"/>
<rect key="frame" x="357" y="-7" width="92" height="32"/>
<buttonCell key="cell" type="push" title="Start SEB" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="sbr-9f-jAT">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
Expand All @@ -552,11 +569,13 @@ DQ
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
<integer value="1000"/>
</visibilityPriorities>
<customSpacing>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
<real value="3.4028234663852886e+38"/>
</customSpacing>
</stackView>
</subviews>
Expand Down
10 changes: 10 additions & 0 deletions Resources/ExportForTranslation/de.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -11224,6 +11224,11 @@ Es wird gelöscht, wenn die Sitzung beendet wird</target>
<target>SEB Verificator</target>
<note>Class = "NSWindow"; title = "SEB Verificator"; ObjectID = "IQv-IB-iLA";</note>
</trans-unit>
<trans-unit id="Jou-rF-3kN.title" xml:space="preserve">
<source>Set Default</source>
<target>Als Standard setzen</target>
<note>Class = "NSButtonCell"; title = "Set Default"; ObjectID = "Jou-rF-3kN";</note>
</trans-unit>
<trans-unit id="Kd2-mp-pUS.title" xml:space="preserve">
<source>Show All</source>
<target>Alle einblenden</target>
Expand Down Expand Up @@ -11319,6 +11324,11 @@ Es wird gelöscht, wenn die Sitzung beendet wird</target>
<target>Einsetzen</target>
<note>Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL";</note>
</trans-unit>
<trans-unit id="lL0-4p-BkM.ibShadowedToolTip" xml:space="preserve">
<source>Set selected valid SEB app as default for the .seb file type</source>
<target>Ausgewählte SEB-Applikation als Standard für den Dateityp .seb festlegen</target>
<note>Class = "NSButton"; ibShadowedToolTip = "Set selected valid SEB app as default for the .seb file type"; ObjectID = "lL0-4p-BkM";</note>
</trans-unit>
<trans-unit id="nko-9m-cj1.headerCell.title" xml:space="preserve">
<source>App Name</source>
<target>Appname</target>
Expand Down
2 changes: 1 addition & 1 deletion SEBTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>14930</string>
<string>14933</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion SEBUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>14930</string>
<string>14933</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion SEBVerificator/SEBVerificator-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>14930</string>
<string>14933</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.education</string>
<key>NSHumanReadableCopyright</key>
Expand Down
6 changes: 6 additions & 0 deletions SEBVerificator/de.lproj/Main.strings
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,18 @@
/* Class = "NSWindow"; title = "SEB Verificator"; ObjectID = "IQv-IB-iLA"; */
"IQv-IB-iLA.title" = "SEB Verificator";

/* Class = "NSButtonCell"; title = "Set Default"; ObjectID = "Jou-rF-3kN"; */
"Jou-rF-3kN.title" = "Als Standard setzen";

/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */
"Kd2-mp-pUS.title" = "Alle einblenden";

/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */
"LE2-aR-0XJ.title" = "Alle nach vorne bringen";

/* Class = "NSButton"; ibShadowedToolTip = "Set selected valid SEB app as default for the .seb file type"; ObjectID = "lL0-4p-BkM"; */
"lL0-4p-BkM.ibShadowedToolTip" = "Ausgewählte SEB-Applikation als Standard für den Dateityp .seb festlegen";

/* Class = "NSTableColumn"; headerCell.title = "App Name"; ObjectID = "nko-9m-cj1"; */
"nko-9m-cj1.headerCell.title" = "Appname";

Expand Down
2 changes: 1 addition & 1 deletion SafeExamBrowser-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>14930</string>
<string>14933</string>
<key>ClickToFlashOptOut</key>
<true/>
<key>LSApplicationCategoryType</key>
Expand Down
Loading

0 comments on commit ec21e20

Please sign in to comment.