Revision: 25837 http://sourceforge.net/p/bibdesk/svn/25837 Author: hofman Date: 2021-05-03 09:38:40 +0000 (Mon, 03 May 2021) Log Message: ----------- Replace localized xib files by strings files in BibPref_General, it uses auto layout now
Modified Paths: -------------- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj Added Paths: ----------- trunk/bibdesk/de.lproj/BibPref_General.strings trunk/bibdesk/fr.lproj/BibPref_General.strings Removed Paths: ------------- trunk/bibdesk/de.lproj/BibPref_General.xib trunk/bibdesk/fr.lproj/BibPref_General.xib Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj =================================================================== --- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-05-03 09:36:09 UTC (rev 25836) +++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-05-03 09:38:40 UTC (rev 25837) @@ -1447,7 +1447,6 @@ CE3D8D8F125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BDSKTypeInfoEditor.xib; sourceTree = "<group>"; }; CE3D8D94125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BibPref_AutoFile.xib; sourceTree = "<group>"; }; CE3D8D96125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BibPref_CiteKey.xib; sourceTree = "<group>"; }; - CE3D8D9C125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BibPref_General.xib; sourceTree = "<group>"; }; CE3D8DA0125E69BB00AE0232 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/BibTeXKeys.strings; sourceTree = "<group>"; }; CE3D8DA5125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = de; path = de.lproj/Credits.rtf; sourceTree = "<group>"; }; CE3D8DA8125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/FileMatcherConfigSheet.xib; sourceTree = "<group>"; }; @@ -1580,6 +1579,8 @@ CE791EED2638D77A00588E24 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/BDSKURLSheet.strings; sourceTree = "<group>"; }; CE79A08D263FF1D5005053D6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/BibPref_Cite.strings; sourceTree = "<group>"; }; CE79A08E263FF1D6005053D6 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/BibPref_Cite.strings; sourceTree = "<group>"; }; + CE79A092263FFBF7005053D6 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/BibPref_General.strings; sourceTree = "<group>"; }; + CE79A093263FFBF9005053D6 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/BibPref_General.strings; sourceTree = "<group>"; }; CE7A313E0B08EA1F00D1B333 /* BDSKItemPasteboardHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BDSKItemPasteboardHelper.m; sourceTree = "<group>"; }; CE7A313F0B08EA1F00D1B333 /* BDSKItemPasteboardHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BDSKItemPasteboardHelper.h; sourceTree = "<group>"; }; CE7A4A8C0B0B475B00D1B333 /* BDSKCustomCiteDrawerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BDSKCustomCiteDrawerController.h; sourceTree = "<group>"; }; @@ -1814,7 +1815,6 @@ CEB5D6691072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BDSKTypeInfoEditor.xib; sourceTree = "<group>"; }; CEB5D66E1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BibPref_AutoFile.xib; sourceTree = "<group>"; }; CEB5D6701072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BibPref_CiteKey.xib; sourceTree = "<group>"; }; - CEB5D6761072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BibPref_General.xib; sourceTree = "<group>"; }; CEB5D6831072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/FileMatcherConfigSheet.xib; sourceTree = "<group>"; }; CEB5D6881072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/NotesWindow.xib; sourceTree = "<group>"; }; CEB5D68C1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/Previewer.xib; sourceTree = "<group>"; }; @@ -5292,6 +5292,8 @@ isa = PBXVariantGroup; children = ( CEB0C70526385E7500B63A29 /* en */, + CE79A092263FFBF7005053D6 /* fr */, + CE79A093263FFBF9005053D6 /* de */, ); name = BibPref_General.strings; sourceTree = "<group>"; @@ -5753,8 +5755,6 @@ CEB5D5D21072AE350001C135 /* BibPref_General.xib */ = { isa = PBXVariantGroup; children = ( - CEB5D6761072AE950001C135 /* fr */, - CE3D8D9C125E69BB00AE0232 /* de */, CEB0C5F62638508400B63A29 /* Base */, ); name = BibPref_General.xib; Added: trunk/bibdesk/de.lproj/BibPref_General.strings =================================================================== (Binary files differ) Index: trunk/bibdesk/de.lproj/BibPref_General.strings =================================================================== --- trunk/bibdesk/de.lproj/BibPref_General.strings 2021-05-03 09:36:09 UTC (rev 25836) +++ trunk/bibdesk/de.lproj/BibPref_General.strings 2021-05-03 09:38:40 UTC (rev 25837) Property changes on: trunk/bibdesk/de.lproj/BibPref_General.strings ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Deleted: trunk/bibdesk/de.lproj/BibPref_General.xib =================================================================== --- trunk/bibdesk/de.lproj/BibPref_General.xib 2021-05-03 09:36:09 UTC (rev 25836) +++ trunk/bibdesk/de.lproj/BibPref_General.xib 2021-05-03 09:38:40 UTC (rev 25837) @@ -1,331 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> - <dependencies> - <deployment identifier="macosx"/> - <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/> - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> - </dependencies> - <objects> - <customObject id="-2" userLabel="File's Owner" customClass="BibPref_General"> - <connections> - <outlet property="askToTrashFilesButton" destination="231" id="232"/> - <outlet property="checkForUpdatesButton" destination="194" id="202"/> - <outlet property="defaultBibFileButton" destination="69" id="230"/> - <outlet property="defaultBibFileTextField" destination="144" id="153"/> - <outlet property="downloadImportedURLsButton" destination="egO-bg-2o0" id="Wqh-R3-kF9"/> - <outlet property="downloadedTypesTextField" destination="xYE-He-fuf" id="8Pg-WM-WQY"/> - <outlet property="editOnPasteButton" destination="85" id="96"/> - <outlet property="emailTemplatePopup" destination="222" id="228"/> - <outlet property="replaceDownloadedURLsButton" destination="LLl-0L-qEl" id="LCK-Et-g6B"/> - <outlet property="startupBehaviorRadio" destination="65" id="68"/> - <outlet property="view" destination="5" id="261"/> - <outlet property="warnOnDeleteButton" destination="155" id="158"/> - <outlet property="warnOnGenerateCiteKeysButton" destination="191" id="192"/> - <outlet property="warnOnRemovalFromGroupButton" destination="170" id="172"/> - <outlet property="warnOnRenameGroupButton" destination="165" id="166"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <customView id="5" userLabel="View"> - <rect key="frame" x="0.0" y="0.0" width="576" height="491"/> - <autoresizingMask key="autoresizingMask"/> - <subviews> - <button id="231"> - <rect key="frame" x="30" y="18" width="517" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Frage ob gelöschte verknüpfte Dateien in den Papierkorb gelegt werden sollen" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="278"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeAskToTrashFiles:" target="-2" id="233"/> - </connections> - </button> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="97" id="227"> - <rect key="frame" x="29" y="161" width="101" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="E-Mail-Format:" id="277"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <popUpButton verticalHuggingPriority="750" id="222"> - <rect key="frame" x="132" y="155" width="186" height="26"/> - <autoresizingMask key="autoresizingMask"/> - <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="225" id="276"> - <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <menu key="menu" id="223"> - <items> - <menuItem state="on" id="225"/> - </items> - </menu> - </popUpButtonCell> - <connections> - <accessibilityConnection property="title" destination="227" id="236"/> - <action selector="changeEmailTemplate:" target="-2" id="229"/> - </connections> - </popUpButton> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="244" id="207"> - <rect key="frame" x="17" y="187" width="248" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Bibliotheksinformationen versenden" id="275"> - <font key="font" metaFont="systemBold"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <box verticalHuggingPriority="750" boxType="separator" id="205"> - <rect key="frame" x="12" y="210" width="554" height="5"/> - <autoresizingMask key="autoresizingMask"/> - </box> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="370" id="199"> - <rect key="frame" x="161" y="322" width="374" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Nach Aktualisierung suchen (erfordert Internetverbindung)" id="274"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <popUpButton verticalHuggingPriority="750" id="194"> - <rect key="frame" x="29" y="316" width="130" height="26"/> - <autoresizingMask key="autoresizingMask"/> - <popUpButtonCell key="cell" type="push" title="Nie" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="197" id="273"> - <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <menu key="menu" id="195"> - <items> - <menuItem title="Nie" state="on" id="197"/> - <menuItem title="Stündlich" tag="3600" id="198"/> - <menuItem title="Täglich" tag="86400" id="196"/> - <menuItem title="Wöchentlich" tag="604800" id="200"/> - <menuItem title="Monatlich" tag="2629800" id="201"/> - </items> - </menu> - </popUpButtonCell> - <connections> - <accessibilityConnection property="title" destination="199" id="242"/> - <action selector="changeUpdateInterval:" target="-2" id="204"/> - </connections> - </popUpButton> - <button id="191"> - <rect key="frame" x="30" y="38" width="341" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Warnung wenn cite keys manuell generiert werden" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="272"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeWarnOnGenerateCiteKeys:" target="-2" id="193"/> - </connections> - </button> - <box verticalHuggingPriority="750" boxType="separator" id="184"> - <rect key="frame" x="12" y="145" width="554" height="5"/> - <autoresizingMask key="autoresizingMask"/> - </box> - <button id="170"> - <rect key="frame" x="30" y="78" width="406" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Warnung wenn ein Eintrag aus einer Sammlung entfernt wird" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="271"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeWarnOnRemovalFromGroup:" target="-2" id="171"/> - <outlet property="nextKeyView" destination="165" id="174"/> - </connections> - </button> - <button id="165"> - <rect key="frame" x="30" y="58" width="296" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Warnung vor Umbennenen einer Sammlung" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="270"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeWarnOnRenameGroup:" target="-2" id="167"/> - <outlet property="nextKeyView" destination="65" id="169"/> - </connections> - </button> - <button id="155"> - <rect key="frame" x="30" y="98" width="397" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Warung vor dem Löschen eines Eintrags aus der Datenbank" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="269"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeWarnOnDelete:" target="-2" id="159"/> - <outlet property="nextKeyView" destination="170" id="173"/> - </connections> - </button> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="76" id="154"> - <rect key="frame" x="17" y="122" width="80" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Warnungen" id="268"> - <font key="font" metaFont="systemBold"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <textField verticalHuggingPriority="750" id="144"> - <rect key="frame" x="173" y="369" width="284" height="22"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="267"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <accessibilityConnection property="title" destination="178" id="234"/> - <action selector="setAutoOpenFilePath:" target="-2" id="147"/> - </connections> - </textField> - <box verticalHuggingPriority="750" boxType="separator" id="123"> - <rect key="frame" x="12" y="306" width="554" height="5"/> - <autoresizingMask key="autoresizingMask"/> - </box> - <button id="85"> - <rect key="frame" x="30" y="259" width="414" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Bearbeite Publikationen nach Einfügen oder ziehen in BibDesk" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="266"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeEditOnPaste:" target="-2" id="86"/> - <outlet property="nextKeyView" destination="155" id="163"/> - </connections> - </button> - <button id="egO-bg-2o0"> - <rect key="frame" x="30" y="239" width="289" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Entfernte URLs beim Import herunterladen" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="n1w-ZH-aIc"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeDownloadOnImport:" target="-2" id="q6I-Ib-P0l"/> - <outlet property="nextKeyView" destination="155" id="lRt-9b-nJq"/> - </connections> - </button> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="237" id="84"> - <rect key="frame" x="17" y="283" width="241" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Bibliotheksinformation importieren" id="265"> - <font key="font" metaFont="systemBold"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="101" id="82"> - <rect key="frame" x="17" y="454" width="105" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Programmstart" id="264"> - <font key="font" metaFont="systemBold"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <button verticalHuggingPriority="750" id="69"> - <rect key="frame" x="459" y="361" width="103" height="32"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="push" title="Wählen …" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="263"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <accessibilityConnection property="title" destination="178" id="235"/> - <action selector="chooseAutoOpenFile:" target="-2" id="95"/> - </connections> - </button> - <matrix verticalHuggingPriority="750" selectionByRect="NO" allowsEmptySelection="NO" id="65"> - <rect key="frame" x="30" y="349" width="135" height="98"/> - <autoresizingMask key="autoresizingMask"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - <size key="cellSize" width="135" height="18"/> - <size key="intercellSpacing" width="4" height="2"/> - <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="279"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <cells> - <column> - <buttonCell type="radio" title="Leere Datei" imagePosition="left" alignment="left" state="on" inset="2" id="175"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - <connections> - <accessibilityConnection property="title" destination="82" id="237"/> - </connections> - </buttonCell> - <buttonCell type="radio" title="Mache nichts" imagePosition="left" alignment="left" tag="1" inset="2" id="176"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - <connections> - <accessibilityConnection property="title" destination="82" id="238"/> - </connections> - </buttonCell> - <buttonCell type="radio" title="Dialog öffnen" imagePosition="left" alignment="left" tag="2" inset="2" id="177"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - <connections> - <accessibilityConnection property="title" destination="82" id="239"/> - </connections> - </buttonCell> - <buttonCell type="radio" title="Datei öffnen …" imagePosition="left" alignment="left" toolTip="Datei wählen die bei jedem Programmstart geöffnet werden soll." tag="3" inset="2" id="178"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - <connections> - <accessibilityConnection property="title" destination="82" id="240"/> - </connections> - </buttonCell> - <buttonCell type="radio" title="Sitzung speichern" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="4" inset="2" id="179"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - <connections> - <accessibilityConnection property="title" destination="82" id="241"/> - </connections> - </buttonCell> - </column> - </cells> - <connections> - <action selector="changeStartupBehavior:" target="-2" id="67"/> - <outlet property="nextKeyView" destination="69" id="89"/> - </connections> - </matrix> - <button id="LLl-0L-qEl"> - <rect key="frame" x="50" y="219" width="158" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Ersetze entfernte URL" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="PPt-1x-2mK"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeReplaceDownloadedURLs:" target="-2" id="agH-ca-kxg"/> - <outlet property="nextKeyView" destination="155" id="2by-50-AVo"/> - </connections> - </button> - <textField toolTip="Dateierweiterungen, die automatisch heruntergeladen werden sollen; mit Leerzeichen getrennt" verticalHuggingPriority="750" id="xYE-He-fuf"> - <rect key="frame" x="325" y="235" width="231" height="22"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="1hc-9c-16k"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <action selector="changeDownloadedTypes:" target="-2" id="gsk-ju-N7E"/> - </connections> - </textField> - </subviews> - <connections> - <outlet property="nextKeyView" destination="65" id="160"/> - </connections> - <point key="canvasLocation" x="139" y="153.5"/> - </customView> - </objects> -</document> Added: trunk/bibdesk/fr.lproj/BibPref_General.strings =================================================================== (Binary files differ) Index: trunk/bibdesk/fr.lproj/BibPref_General.strings =================================================================== --- trunk/bibdesk/fr.lproj/BibPref_General.strings 2021-05-03 09:36:09 UTC (rev 25836) +++ trunk/bibdesk/fr.lproj/BibPref_General.strings 2021-05-03 09:38:40 UTC (rev 25837) Property changes on: trunk/bibdesk/fr.lproj/BibPref_General.strings ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Deleted: trunk/bibdesk/fr.lproj/BibPref_General.xib =================================================================== --- trunk/bibdesk/fr.lproj/BibPref_General.xib 2021-05-03 09:36:09 UTC (rev 25836) +++ trunk/bibdesk/fr.lproj/BibPref_General.xib 2021-05-03 09:38:40 UTC (rev 25837) @@ -1,331 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> - <dependencies> - <deployment identifier="macosx"/> - <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/> - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> - </dependencies> - <objects> - <customObject id="-2" userLabel="File's Owner" customClass="BibPref_General"> - <connections> - <outlet property="askToTrashFilesButton" destination="231" id="232"/> - <outlet property="checkForUpdatesButton" destination="194" id="202"/> - <outlet property="defaultBibFileButton" destination="69" id="230"/> - <outlet property="defaultBibFileTextField" destination="144" id="153"/> - <outlet property="downloadImportedURLsButton" destination="egO-bg-2o0" id="Wqh-R3-kF9"/> - <outlet property="downloadedTypesTextField" destination="xYE-He-fuf" id="8Pg-WM-WQY"/> - <outlet property="editOnPasteButton" destination="85" id="96"/> - <outlet property="emailTemplatePopup" destination="222" id="228"/> - <outlet property="replaceDownloadedURLsButton" destination="LLl-0L-qEl" id="LCK-Et-g6B"/> - <outlet property="startupBehaviorRadio" destination="65" id="68"/> - <outlet property="view" destination="5" id="261"/> - <outlet property="warnOnDeleteButton" destination="155" id="158"/> - <outlet property="warnOnGenerateCiteKeysButton" destination="191" id="192"/> - <outlet property="warnOnRemovalFromGroupButton" destination="170" id="172"/> - <outlet property="warnOnRenameGroupButton" destination="165" id="166"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <customView id="5" userLabel="View"> - <rect key="frame" x="0.0" y="0.0" width="604" height="491"/> - <autoresizingMask key="autoresizingMask"/> - <subviews> - <button id="231"> - <rect key="frame" x="30" y="18" width="460" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Me demander pour placer les fichiers liés supprimés dans la corbeille" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="278"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeAskToTrashFiles:" target="-2" id="233"/> - </connections> - </button> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="110" id="227"> - <rect key="frame" x="29" y="161" width="114" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Format d'e-mail :" id="277"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <popUpButton verticalHuggingPriority="750" id="222"> - <rect key="frame" x="147" y="155" width="186" height="26"/> - <autoresizingMask key="autoresizingMask"/> - <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="225" id="276"> - <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <menu key="menu" id="223"> - <items> - <menuItem state="on" id="225"/> - </items> - </menu> - </popUpButtonCell> - <connections> - <accessibilityConnection property="title" destination="227" id="236"/> - <action selector="changeEmailTemplate:" target="-2" id="229"/> - </connections> - </popUpButton> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="345" id="207"> - <rect key="frame" x="17" y="187" width="349" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Envoi des informations de bibliographie par e-mail" id="275"> - <font key="font" metaFont="systemBold"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <box verticalHuggingPriority="750" boxType="separator" id="205"> - <rect key="frame" x="12" y="210" width="580" height="5"/> - <autoresizingMask key="autoresizingMask"/> - </box> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="388" id="199"> - <rect key="frame" x="194" y="322" width="392" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Rechercher les mises à jour (nécessite une connexion réseau)" id="274"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <popUpButton verticalHuggingPriority="750" id="194"> - <rect key="frame" x="29" y="316" width="158" height="25"/> - <autoresizingMask key="autoresizingMask"/> - <popUpButtonCell key="cell" type="push" title="jamais" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="197" id="273"> - <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <menu key="menu" id="195"> - <items> - <menuItem title="jamais" state="on" id="197"/> - <menuItem title="Toutes les heures" tag="3600" id="198"/> - <menuItem title="tous les jours" tag="86400" id="196"/> - <menuItem title="toutes les semaines" tag="604800" id="200"/> - <menuItem title="mensuellement" tag="2629800" id="201"/> - </items> - </menu> - </popUpButtonCell> - <connections> - <accessibilityConnection property="title" destination="199" id="242"/> - <action selector="changeUpdateInterval:" target="-2" id="204"/> - </connections> - </popUpButton> - <button id="191"> - <rect key="frame" x="30" y="38" width="365" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="M'avertir avant de générer manuellement des clés Cite" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="272"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeWarnOnGenerateCiteKeys:" target="-2" id="193"/> - </connections> - </button> - <box verticalHuggingPriority="750" boxType="separator" id="184"> - <rect key="frame" x="12" y="145" width="580" height="5"/> - <autoresizingMask key="autoresizingMask"/> - </box> - <button id="170"> - <rect key="frame" x="30" y="78" width="359" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="M'avertir avant de supprimer un élément d'un groupe" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="271"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeWarnOnRemovalFromGroup:" target="-2" id="171"/> - <outlet property="nextKeyView" destination="165" id="174"/> - </connections> - </button> - <button id="165"> - <rect key="frame" x="30" y="58" width="295" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="M'avertir avant d'éditer le nom d'un groupe" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="270"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeWarnOnRenameGroup:" target="-2" id="167"/> - <outlet property="nextKeyView" destination="65" id="169"/> - </connections> - </button> - <button id="155"> - <rect key="frame" x="30" y="98" width="424" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="M'avertir avant de supprimer un élément de la base de données" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="269"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeWarnOnDelete:" target="-2" id="159"/> - <outlet property="nextKeyView" destination="170" id="173"/> - </connections> - </button> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="105" id="154"> - <rect key="frame" x="17" y="122" width="109" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Avertissements" id="268"> - <font key="font" metaFont="systemBold"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <textField verticalHuggingPriority="750" id="144"> - <rect key="frame" x="196" y="369" width="294" height="22"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="267"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <accessibilityConnection property="title" destination="178" id="234"/> - <action selector="setAutoOpenFilePath:" target="-2" id="147"/> - </connections> - </textField> - <box verticalHuggingPriority="750" boxType="separator" id="123"> - <rect key="frame" x="12" y="306" width="580" height="5"/> - <autoresizingMask key="autoresizingMask"/> - </box> - <button id="85"> - <rect key="frame" x="30" y="259" width="508" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Éditer les publications importées après les avoir collé ou glissé dans BibDesk" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="266"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeEditOnPaste:" target="-2" id="86"/> - <outlet property="nextKeyView" destination="155" id="163"/> - </connections> - </button> - <button id="egO-bg-2o0"> - <rect key="frame" x="30" y="239" width="362" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Automatically download remote URLs when importing" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="n1w-ZH-aIc"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" size="13" name="LucidaGrande"/> - </buttonCell> - <connections> - <action selector="changeDownloadOnImport:" target="-2" id="q6I-Ib-P0l"/> - <outlet property="nextKeyView" destination="155" id="lRt-9b-nJq"/> - </connections> - </button> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="278" id="84"> - <rect key="frame" x="17" y="283" width="282" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Import des informations de bibliographie" id="265"> - <font key="font" metaFont="systemBold"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" preferredMaxLayoutWidth="132" id="82"> - <rect key="frame" x="17" y="454" width="136" height="17"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Au lancement de l'application" id="264"> - <font key="font" metaFont="systemBold"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - </textField> - <button verticalHuggingPriority="750" id="69"> - <rect key="frame" x="492" y="361" width="98" height="32"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="push" title="Choisir…" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="263"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <accessibilityConnection property="title" destination="178" id="235"/> - <action selector="chooseAutoOpenFile:" target="-2" id="95"/> - </connections> - </button> - <matrix verticalHuggingPriority="750" selectionByRect="NO" allowsEmptySelection="NO" id="65"> - <rect key="frame" x="30" y="349" width="158" height="98"/> - <autoresizingMask key="autoresizingMask"/> - <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> - <size key="cellSize" width="158" height="18"/> - <size key="intercellSpacing" width="4" height="2"/> - <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="279"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <cells> - <column> - <buttonCell type="radio" title="Fichier vide" imagePosition="left" alignment="left" state="on" inset="2" id="175"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - <connections> - <accessibilityConnection property="title" destination="82" id="237"/> - </connections> - </buttonCell> - <buttonCell type="radio" title="Ne rien faire" imagePosition="left" alignment="left" tag="1" inset="2" id="176"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - <connections> - <accessibilityConnection property="title" destination="82" id="238"/> - </connections> - </buttonCell> - <buttonCell type="radio" title="Ouvrir le dialogue" imagePosition="left" alignment="left" tag="2" inset="2" id="177"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - <connections> - <accessibilityConnection property="title" destination="82" id="239"/> - </connections> - </buttonCell> - <buttonCell type="radio" title="Ouvrir le fichier…" imagePosition="left" alignment="left" toolTip="Cliquer ceci pour choisir un fichier à ouvrir au démarrage de BibDesk." tag="3" inset="2" id="178"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - <connections> - <accessibilityConnection property="title" destination="82" id="240"/> - </connections> - </buttonCell> - <buttonCell type="radio" title="Enregistrer la session" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="4" inset="2" id="179"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - <connections> - <accessibilityConnection property="title" destination="82" id="241"/> - </connections> - </buttonCell> - </column> - </cells> - <connections> - <action selector="changeStartupBehavior:" target="-2" id="67"/> - <outlet property="nextKeyView" destination="69" id="89"/> - </connections> - </matrix> - <button id="LLl-0L-qEl"> - <rect key="frame" x="50" y="219" width="229" height="18"/> - <autoresizingMask key="autoresizingMask"/> - <buttonCell key="cell" type="check" title="Replace downloaded remote URL" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="PPt-1x-2mK"> - <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> - <font key="font" metaFont="system"/> - </buttonCell> - <connections> - <action selector="changeReplaceDownloadedURLs:" target="-2" id="agH-ca-kxg"/> - <outlet property="nextKeyView" destination="155" id="2by-50-AVo"/> - </connections> - </button> - <textField toolTip="File extensions to automatically download, separated by space" verticalHuggingPriority="750" id="xYE-He-fuf"> - <rect key="frame" x="398" y="235" width="186" height="22"/> - <autoresizingMask key="autoresizingMask"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="1hc-9c-16k"> - <font key="font" metaFont="system"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <connections> - <action selector="changeDownloadedTypes:" target="-2" id="gsk-ju-N7E"/> - </connections> - </textField> - </subviews> - <connections> - <outlet property="nextKeyView" destination="65" id="160"/> - </connections> - <point key="canvasLocation" x="153" y="153.5"/> - </customView> - </objects> -</document> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit