Add German i18n for Prefs Panel courtesy of Helmut Wieser, as well as Swedish by Anton Johansson

This commit is contained in:
Ron Pedde
2006-12-06 06:58:04 +00:00
parent bbe5cba244
commit f3d50a4c14
17 changed files with 889 additions and 4 deletions

View File

@@ -0,0 +1,61 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = NSPreferencePane;
LANGUAGE = ObjC;
OUTLETS = {
"_firstKeyView" = id;
"_initialKeyView" = id;
"_lastKeyView" = id;
"_window" = id;
};
SUPERCLASS = NSObject;
},
{
ACTIONS = {
applyNowButtonClicked = id;
browseButtonClicked = id;
helperMenuCheckboxClicked = id;
logoButtonClicked = id;
myAction = id;
passwordChanged = id;
portChanged = id;
portPopupChanged = id;
pwCheckBoxChanged = id;
serverStartOptionChanged = id;
shareNameChanged = id;
startStopButtonClicked = id;
webPageButtonClicked = id;
};
CLASS = OrgFireflyMediaServerPrefs;
LANGUAGE = ObjC;
OUTLETS = {
applyNowButton = NSButton;
browseButton = NSButton;
helperMenuCheckbox = NSButton;
libraryField = NSTextField;
libraryIcon = NSImageView;
logTextView = NSTextView;
mainTabView = NSTabView;
myOutlet = id;
nameField = NSTextField;
panelVersionText = NSTextField;
passwordCheckbox = NSButton;
passwordField = NSTextField;
portField = NSTextField;
portPopup = NSPopUpButton;
progressSpinner = NSProgressIndicator;
serverStartOptions = NSPopUpButton;
serverVersionText = NSTextField;
startStopButton = NSButton;
statusText = NSTextField;
webPageButton = NSButton;
webPageInfoText = NSTextField;
};
SUPERCLASS = NSPreferencePane;
},
{CLASS = TextFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; }
);
IBVersion = 1;
}

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>41 85 481 349 0 0 1440 878 </string>
<key>IBFramework Version</key>
<string>443.0</string>
<key>IBLockedTabItems</key>
<array>
<integer>99</integer>
</array>
<key>IBSystem Version</key>
<string>8L2127</string>
</dict>
</plist>

Binary file not shown.