mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 13:21:56 +00:00
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:
parent
bb004206c3
commit
86211e91fe
17 changed files with 228 additions and 1 deletions
|
@ -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>
|
2009-12-30 German Arias <german@xelalug.org>
|
||||||
|
|
||||||
* ColorPickers/Spanish.lproj/StandardPicker.strings: Added.
|
* ColorPickers/Spanish.lproj/StandardPicker.strings: Added.
|
||||||
|
|
|
@ -28,7 +28,7 @@ PACKAGE_NAME = gnustep-gui
|
||||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make
|
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
||||||
LANGUAGES = English
|
LANGUAGES = English Spanish
|
||||||
LOCALIZED_RESOURCE_COMPONENTS = \
|
LOCALIZED_RESOURCE_COMPONENTS = \
|
||||||
GSDataLinkPanel.gorm \
|
GSDataLinkPanel.gorm \
|
||||||
GSPageLayout.gorm \
|
GSPageLayout.gorm \
|
||||||
|
|
37
Panels/Spanish.lproj/GSDataLinkPanel.gorm/data.classes
Normal file
37
Panels/Spanish.lproj/GSDataLinkPanel.gorm/data.classes
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
BIN
Panels/Spanish.lproj/GSDataLinkPanel.gorm/data.info
Normal file
BIN
Panels/Spanish.lproj/GSDataLinkPanel.gorm/data.info
Normal file
Binary file not shown.
BIN
Panels/Spanish.lproj/GSDataLinkPanel.gorm/objects.gorm
Normal file
BIN
Panels/Spanish.lproj/GSDataLinkPanel.gorm/objects.gorm
Normal file
Binary file not shown.
84
Panels/Spanish.lproj/GSPageLayout.gorm/data.classes
Normal file
84
Panels/Spanish.lproj/GSPageLayout.gorm/data.classes
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
BIN
Panels/Spanish.lproj/GSPageLayout.gorm/data.info
Normal file
BIN
Panels/Spanish.lproj/GSPageLayout.gorm/data.info
Normal file
Binary file not shown.
BIN
Panels/Spanish.lproj/GSPageLayout.gorm/objects.gorm
Normal file
BIN
Panels/Spanish.lproj/GSPageLayout.gorm/objects.gorm
Normal file
Binary file not shown.
21
Panels/Spanish.lproj/GSPrintPanel.gorm/data.classes
Normal file
21
Panels/Spanish.lproj/GSPrintPanel.gorm/data.classes
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
BIN
Panels/Spanish.lproj/GSPrintPanel.gorm/data.info
Normal file
BIN
Panels/Spanish.lproj/GSPrintPanel.gorm/data.info
Normal file
Binary file not shown.
BIN
Panels/Spanish.lproj/GSPrintPanel.gorm/objects.gorm
Normal file
BIN
Panels/Spanish.lproj/GSPrintPanel.gorm/objects.gorm
Normal file
Binary file not shown.
42
Panels/Spanish.lproj/GSSpellPanel.gorm/data.classes
Normal file
42
Panels/Spanish.lproj/GSSpellPanel.gorm/data.classes
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
BIN
Panels/Spanish.lproj/GSSpellPanel.gorm/data.info
Normal file
BIN
Panels/Spanish.lproj/GSSpellPanel.gorm/data.info
Normal file
Binary file not shown.
BIN
Panels/Spanish.lproj/GSSpellPanel.gorm/objects.gorm
Normal file
BIN
Panels/Spanish.lproj/GSSpellPanel.gorm/objects.gorm
Normal file
Binary file not shown.
|
@ -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;
|
||||||
|
};
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue