home *** CD-ROM | disk | FTP | other *** search
-
- //======================================================================
- //
- // Portions written by FreemanSoft Inc.
- //
- // FreemanSoft disclaims any warranty of any kind, expressed or implied,
- // as to this source code's fitness for any particular use.
- //
- // For more information, use the following electronic mail addresses:
- //
- // info@FreemanSoft.com general questions
- // support@FreemanSoft.com technical questions
- //
- //======================================================================
-
-
-
- /*
- *
- * JumpBack specific strings
- *
- */
-
- /*
- *
- * preferences strings
- *
- */
- #define info_default NXLocalizedString("ShowInfo", NULL, Defaults Key: show info panel on launch YES or NO default YES )
- #define show_drag NXLocalizedString("StartupDragWindow", NULL, Defaults Key: show drag window on launch YES or NO no UI )
- #define path_default NXLocalizedString("PathType", NULL, Defaults Key: source path type relative or absolute )
- #define dup_default NXLocalizedString("UpdateMethod", NULL, Defaults Key: duplication method exact or update )
- #define debug NXLocalizedString("DebugLevel", NULL, Defaults Key: 0 -- n no UI support )
- #define find_no_write NXLocalizedString("FindNonWritableDirs", NULL, Defaults Key: find non writable dirs YES or NO def YES )
-
- #define rdist_absolute NXLocalizedString("absolute", NULL, Defaults Value: legal value for path_default )
- #define rdist_relative NXLocalizedString("relative", NULL, Defaults Value: legal value for path_default )
- #define dup_update NXLocalizedString("update", NULL, Defaults Value: legal value for dup_default )
- #define dup_exact NXLocalizedString("exact", NULL, Defaults Value: legal value for dup_default )
-
- #define pref_frame NXLocalizedString("PreferencesPanel", NULL, Defaults Key: related to panel )
- #define def_pref_frame NXLocalizedString("141 607 448 154", NULL, Defaults Key: related to panel )
- #define help_frame NXLocalizedString("HelpPanel", NULL, Defaults Key: related to panel )
- #define info_frame NXLocalizedString("InfoPanel", NULL, Defaults Key : related to panel )
-
- #define lib_dir NXLocalizedString("Library/JumpBack", NULL, Support Files: should be defaults key - loc cust files )
- #define pat_file NXLocalizedString("Patterns", NULL, Support Files: should be defaults key - saved except pats )
- #define pre_def_file NXLocalizedString("Predefined", NULL, Support Files: should be defaults key - saved combos)
- #define template NXLocalizedString("template", NULL, Support Files: should be defaults key suffix if file in .app)
- /*
- * alert boxes
- */
- #define process_running NXLocalizedString("This window is currently running a session.", NULL, Alert when closing running window)
- #define dont_close NXLocalizedString("Don't Stop", NULL, Alert option when closing running session )
- #define close_anyway NXLocalizedString("Close Anyway", NULL, Alert option when closing running session )
- #define something_running NXLocalizedString("This application has tasks running.", NULL, Alert when terminating app with running task )
-
-
- #define yes_str NXLocalizedString("YES", NULL, Local word for YES )
- #define no_str NXLocalizedString("NO", NULL, Local word for NO )
-
-
-