diff --git a/ChangeLog b/ChangeLog index 8bd8acf29..6807f1948 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-12-30 German Arias + + * Panels/Spanish.lproj/GSDataLinkPanel.gorm, + * Panels/Spanish.lproj/GSPageLayout.gorm, + * Panels/Spanish.lproj/GSToolbarCustomizationPalette.gorm, + * Panels/Spanish.lproj/GSPrintPanel.gorm, + * Panels/Spanish.lproj/GSSpellPanel.gorm: Added. + * Panels/GNUmakefile: Added Spanish language. + 2009-12-30 German Arias * ColorPickers/Spanish.lproj/StandardPicker.strings: Added. diff --git a/Panels/GNUmakefile b/Panels/GNUmakefile index 4b8a23742..f07062c6f 100644 --- a/Panels/GNUmakefile +++ b/Panels/GNUmakefile @@ -28,7 +28,7 @@ PACKAGE_NAME = gnustep-gui GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make include $(GNUSTEP_MAKEFILES)/common.make -LANGUAGES = English +LANGUAGES = English Spanish LOCALIZED_RESOURCE_COMPONENTS = \ GSDataLinkPanel.gorm \ GSPageLayout.gorm \ diff --git a/Panels/Spanish.lproj/GSDataLinkPanel.gorm/data.classes b/Panels/Spanish.lproj/GSDataLinkPanel.gorm/data.classes new file mode 100644 index 000000000..af9f55806 --- /dev/null +++ b/Panels/Spanish.lproj/GSDataLinkPanel.gorm/data.classes @@ -0,0 +1,37 @@ +{ + "## Comment" = "Do NOT change this file, Gorm maintains it"; + FirstResponder = { + Actions = ( + "orderFrontFontPanel:" + ); + Super = NSObject; + }; + GSDataLinkPanelController = { + Actions = ( + ); + Outlets = ( + panel + ); + Super = NSObject; + }; + NSDataLinkPanel = { + Actions = ( + "pickedUpdateMode:", + "pickedUpdateDestination:", + "pickedOpenSource:", + "pickedBreakLink:", + "pickedBreakAllLinks:" + ); + Outlets = ( + _updateModeButton, + _breakAllLinksButton, + _breakLinkButton, + _updateDestinationButton, + _openSourceButton, + _lastUpdateField, + _sourceField, + _updateView + ); + Super = NSPanel; + }; +} \ No newline at end of file diff --git a/Panels/Spanish.lproj/GSDataLinkPanel.gorm/data.info b/Panels/Spanish.lproj/GSDataLinkPanel.gorm/data.info new file mode 100644 index 000000000..7576be80d Binary files /dev/null and b/Panels/Spanish.lproj/GSDataLinkPanel.gorm/data.info differ diff --git a/Panels/Spanish.lproj/GSDataLinkPanel.gorm/objects.gorm b/Panels/Spanish.lproj/GSDataLinkPanel.gorm/objects.gorm new file mode 100644 index 000000000..cc77474d0 Binary files /dev/null and b/Panels/Spanish.lproj/GSDataLinkPanel.gorm/objects.gorm differ diff --git a/Panels/Spanish.lproj/GSPageLayout.gorm/data.classes b/Panels/Spanish.lproj/GSPageLayout.gorm/data.classes new file mode 100644 index 000000000..fca45b126 --- /dev/null +++ b/Panels/Spanish.lproj/GSPageLayout.gorm/data.classes @@ -0,0 +1,84 @@ +{ + "## Comment" = "Do NOT change this file, Gorm maintains it"; + FirstResponder = { + Actions = ( + "orderFrontFontPanel:", + "_pickedButton:", + "pickedOrientation:", + "_pickedPaper:", + "pickedUnits:", + "pickedButton:", + "pickedPaperSize:", + "okButtonClicked:", + "cancelButtonClicked:", + "customPaperButtonsClicked:", + "paperRadioMatrixClicked:", + "printerPopUpClicked:", + "paperPopUpClicked:", + "paperOrientationMatrixClicked:" + ); + Super = NSObject; + }; + GSPageLayoutController = { + Actions = ( + "okButtonClicked:", + "cancelButtonClicked:", + "customPaperButtonsClicked:", + "paperRadioMatrixClicked:", + "printerPopUpClicked:", + "paperPopUpClicked:", + "paperOrientationMatrixClicked:" + ); + Outlets = ( + panel, + paperRadioMatrix, + standardPaperSizePopUp, + customPaperSizePopUp, + dimensionsTextField, + paperOrientationMatrix, + paperAttributesPreview, + scaleTextField, + customPaperTableView, + customPaperWidthTextField, + customPaperHeightTextField, + customPaperMarginTopTextField, + customPaperMarginBottomTextField, + customPaperMarginRightTextField, + customPaperMarginLeftTextField, + customPaperPreview, + summaryTableView, + newCustomPaperButton, + duplicateCustomPaperButton, + deleteCustomPaperButton, + saveCustomPaperButton, + applicationImageButton, + panelTitleField, + customPaperNameColumn, + summarySettingColumn, + summaryValueColumn, + printerPopUp, + tabView + ); + Super = NSObject; + }; + GSPageLayoutMiniPageView = { + Actions = ( + ); + Outlets = ( + _pageLayoutController + ); + Super = NSView; + }; + NSPageLayout = { + Actions = ( + "pickedButton:", + "pickedOrientation:", + "pickedPaperSize:", + "pickedUnits:" + ); + Outlets = ( + _controller + ); + Super = NSPanel; + }; +} \ No newline at end of file diff --git a/Panels/Spanish.lproj/GSPageLayout.gorm/data.info b/Panels/Spanish.lproj/GSPageLayout.gorm/data.info new file mode 100644 index 000000000..7576be80d Binary files /dev/null and b/Panels/Spanish.lproj/GSPageLayout.gorm/data.info differ diff --git a/Panels/Spanish.lproj/GSPageLayout.gorm/objects.gorm b/Panels/Spanish.lproj/GSPageLayout.gorm/objects.gorm new file mode 100644 index 000000000..35049b063 Binary files /dev/null and b/Panels/Spanish.lproj/GSPageLayout.gorm/objects.gorm differ diff --git a/Panels/Spanish.lproj/GSPrintPanel.gorm/data.classes b/Panels/Spanish.lproj/GSPrintPanel.gorm/data.classes new file mode 100644 index 000000000..8846156e0 --- /dev/null +++ b/Panels/Spanish.lproj/GSPrintPanel.gorm/data.classes @@ -0,0 +1,21 @@ +{ + "## Comment" = "Do NOT change this file, Gorm maintains it"; + FirstResponder = { + Actions = ( + "orderFrontFontPanel:" + ); + Super = NSObject; + }; + NSPrintPanel = { + Actions = ( + "_pickedButton:", + "_pickedPage:", + "_pickedPrintOp:" + ); + Outlets = ( + _optionPanel, + _panel + ); + Super = NSPanel; + }; +} \ No newline at end of file diff --git a/Panels/Spanish.lproj/GSPrintPanel.gorm/data.info b/Panels/Spanish.lproj/GSPrintPanel.gorm/data.info new file mode 100644 index 000000000..7576be80d Binary files /dev/null and b/Panels/Spanish.lproj/GSPrintPanel.gorm/data.info differ diff --git a/Panels/Spanish.lproj/GSPrintPanel.gorm/objects.gorm b/Panels/Spanish.lproj/GSPrintPanel.gorm/objects.gorm new file mode 100644 index 000000000..a8870c5e9 Binary files /dev/null and b/Panels/Spanish.lproj/GSPrintPanel.gorm/objects.gorm differ diff --git a/Panels/Spanish.lproj/GSSpellPanel.gorm/data.classes b/Panels/Spanish.lproj/GSSpellPanel.gorm/data.classes new file mode 100644 index 000000000..7b703b304 --- /dev/null +++ b/Panels/Spanish.lproj/GSSpellPanel.gorm/data.classes @@ -0,0 +1,42 @@ +{ + "## Comment" = "Do NOT change this file, Gorm maintains it"; + FirstResponder = { + Actions = ( + "orderFrontFontPanel:", + "_learn:", + "_forget:", + "_ignore:", + "_guess:", + "_findNext:", + "_correct:", + "_switchDictionary:", + "_highlightGuess:" + ); + Super = NSObject; + }; + NSSpellChecker = { + Actions = ( + "_learn:", + "_forget:", + "_ignore:", + "_guess:", + "_findNext:", + "_correct:", + "_switchDictionary:", + "_highlightGuess:" + ); + Outlets = ( + _serverProxy, + _wordField, + _accessoryView, + _dictionaryPulldown, + _spellPanel, + _learnButton, + _forgetButton, + _ignoreButton, + _guessButton, + _findNextButton + ); + Super = NSObject; + }; +} \ No newline at end of file diff --git a/Panels/Spanish.lproj/GSSpellPanel.gorm/data.info b/Panels/Spanish.lproj/GSSpellPanel.gorm/data.info new file mode 100644 index 000000000..7576be80d Binary files /dev/null and b/Panels/Spanish.lproj/GSSpellPanel.gorm/data.info differ diff --git a/Panels/Spanish.lproj/GSSpellPanel.gorm/objects.gorm b/Panels/Spanish.lproj/GSSpellPanel.gorm/objects.gorm new file mode 100644 index 000000000..f4de1a2c2 Binary files /dev/null and b/Panels/Spanish.lproj/GSSpellPanel.gorm/objects.gorm differ diff --git a/Panels/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.classes b/Panels/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.classes new file mode 100644 index 000000000..521ee79fa --- /dev/null +++ b/Panels/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.classes @@ -0,0 +1,34 @@ +{ + "## Comment" = "Do NOT change this file, Gorm maintains it"; + FirstResponder = { + Actions = ( + "size:", + "reset:", + "show:" + ); + Super = NSObject; + }; + GSToolbarCustomizationPalette = { + Actions = ( + "show:", + "reset:", + "size:" + ); + Outlets = ( + _customizationWindow, + _customizationView, + _defaultTemplateView, + _sizeCheckBox, + _displayPopup, + _doneButton + ); + Super = NSObject; + }; + GSToolbarCustomizationView = { + Actions = ( + ); + Outlets = ( + ); + Super = NSView; + }; +} \ No newline at end of file diff --git a/Panels/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.info b/Panels/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.info new file mode 100644 index 000000000..7576be80d Binary files /dev/null and b/Panels/Spanish.lproj/GSToolbarCustomizationPalette.gorm/data.info differ diff --git a/Panels/Spanish.lproj/GSToolbarCustomizationPalette.gorm/objects.gorm b/Panels/Spanish.lproj/GSToolbarCustomizationPalette.gorm/objects.gorm new file mode 100644 index 000000000..cdc64c215 Binary files /dev/null and b/Panels/Spanish.lproj/GSToolbarCustomizationPalette.gorm/objects.gorm differ