Added panels in spanish

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29185 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Germán Arias 2009-12-31 05:13:39 +00:00
parent bb004206c3
commit 86211e91fe
17 changed files with 228 additions and 1 deletions

View file

@ -1,3 +1,12 @@
2009-12-30 German Arias <german@xelalug.org>
* 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 <german@xelalug.org>
* ColorPickers/Spanish.lproj/StandardPicker.strings: Added.

View file

@ -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 \

View file

@ -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;
};
}

Binary file not shown.

Binary file not shown.

View file

@ -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;
};
}

Binary file not shown.

Binary file not shown.

View file

@ -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;
};
}

Binary file not shown.

Binary file not shown.

View file

@ -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;
};
}

Binary file not shown.

Binary file not shown.

View file

@ -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;
};
}