mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 14:30:48 +00:00
Add new connections for XLIFF translation method
This commit is contained in:
parent
4c31eb5bd3
commit
851b12a9c3
2 changed files with 7 additions and 2 deletions
|
@ -9,19 +9,21 @@
|
|||
"createSubclass:",
|
||||
"endTesting:",
|
||||
"exportStrings:",
|
||||
"exportXLIFFDocument:",
|
||||
"groupSelectionInBox:",
|
||||
"groupSelectionInMatrix:",
|
||||
"groupSelectionInScrollView:",
|
||||
"groupSelectionInSplitView:",
|
||||
"groupSelectionInView:",
|
||||
"guideline:",
|
||||
"importXLIFFDocument:",
|
||||
"inspector:",
|
||||
"instantiateClass:",
|
||||
"loadClass:",
|
||||
"loadImage:",
|
||||
"loadPalette:",
|
||||
"loadSound:",
|
||||
"exportXLIFFDocument:",
|
||||
"newAction:",
|
||||
"orderFrontFontPanel:",
|
||||
"palettes:",
|
||||
"preferencesPanel:",
|
||||
|
@ -105,7 +107,10 @@
|
|||
"loadClass:",
|
||||
"addAttributeToClass:",
|
||||
"remove:",
|
||||
"exportXLIFFDocument:"
|
||||
"exportXLIFFDocument:",
|
||||
"importXLIFFDocument:",
|
||||
"exportStrings:",
|
||||
"translate:"
|
||||
);
|
||||
Outlets = (
|
||||
gormMenu,
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue