os/textandloc/textrendering/word/group/WORD.DSC
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/textrendering/word/group/WORD.DSC	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,241 @@
     1.4 +
     1.5 +*******************************************************************************
     1.6 +*************   Default name, hotkeys, menubar titles and toolbar resources   *
     1.7 +*******************************************************************************
     1.8 +
     1.9 +RESOURCE TBUF { buf="Word"; } // default filename
    1.10 +	(Second resource in file).
    1.11 +	Default file name - should be same as app name.
    1.12 +R_WORD_HOTKEYS
    1.13 +	All the menu hotkeys (shortcut keys) for this app. Where there are two lists,
    1.14 +	the first contains unshifted keys, the second shifted keys. Translators should
    1.15 +	rearrange the items within each list into alphabetical order of the hotkeys in
    1.16 +	the target language - this will facilitate checking for any accidental
    1.17 +	duplicates. (Note that, within each list, every line must end with a comma,
    1.18 +	except for the last line which must not!)
    1.19 +R_WORD_MENUBAR
    1.20 +R_WORD_TOOLBAR
    1.21 +	All toolbar button label text is subject to a length restriction.
    1.22 +	eg, "Insert\nSketch" must fit on 2 lines, within a specific width restriction.
    1.23 +	-> The toolbar is a fixed width !
    1.24 +R_WORD_TOOLBAND
    1.25 +	The length of these buttons must not be changed
    1.26 +
    1.27 +
    1.28 +
    1.29 +****************************************************************
    1.30 +*************   Menu resources            **********************
    1.31 +****************************************************************
    1.32 +
    1.33 +R_WORD_FILE_MENU
    1.34 +R_WORD_FILEOPTIONS_MENU
    1.35 +	File menu cascade
    1.36 +R_WORD_PRINTEXTRA_MENU
    1.37 +	File menu - printing cascade
    1.38 +R_WORD_EDIT_MENU
    1.39 +R_WORD_EDITFIND_MENU
    1.40 +	Edit menu cascade
    1.41 +R_WORD_EDITOPTIONS_MENU
    1.42 +	Edit menu - object cascade
    1.43 +R_WORD_VIEW_MENU
    1.44 +R_WORD_INSERT_MENU
    1.45 +R_WORD_TEXT_MENU
    1.46 +R_WORD_PARAGRAPH_MENU
    1.47 +R_WORD_PARA_BULLETS_MENU
    1.48 +	Paragraph menu - bullets cascade
    1.49 +R_WORD_PARA_ALIGNMENT_MENU
    1.50 +	Paragraph menu - alignment cascade
    1.51 +R_WORD_TOOLS_MENU
    1.52 +R_WORD_TOOLS_INFRARED
    1.53 +	Tools menu - infrared beaming cascade
    1.54 +
    1.55 +
    1.56 +****************************************************************
    1.57 +*************   Dialog resources           *********************
    1.58 +****************************************************************
    1.59 +
    1.60 +R_WORD_DIALOG_GOTO
    1.61 +R_WORD_DIALOG_BULLET
    1.62 +R_WORD_BUTTONS_BULLET
    1.63 +	Describes button text appearing on the r_word_dialog_bullet dialog
    1.64 +R_WORD_DIALOG_FORMAT_BULLET
    1.65 +	The 'format bullet character' dialog
    1.66 +
    1.67 +R_WORD_DIALOG_STYLE_GALLERY
    1.68 +	The main style gallery dialog
    1.69 +R_WORD_BUTTONS_STYLEOPTION
    1.70 +	Describes button text appearing on the r_word_dialog_style_gallery dialog
    1.71 +R_WORD_DIALOG_STYLE_FORMAT
    1.72 +R_WORD_STYLE_FORMAT_MENU
    1.73 +R_WORD_BUTTONS_STYLEADDOPTION
    1.74 +	Describes button text on the r_word_dialog_style_format dialog
    1.75 +
    1.76 +R_WORD_DIALOG_SPELL
    1.77 +	The spell checking progress dialog
    1.78 +R_WORD_BUTTONS_SPELL
    1.79 +	The buttons that appear on the spell checking progress dialog
    1.80 +R_WORD_DIALOG_SPELL_INCORRECT
    1.81 +	The unrecognised word dialog
    1.82 +R_WORD_DIALOG_SPELL_TOO_LONG
    1.83 +	The unregognised word dialog used when the word is too long to be displayed in the title of the dialog.
    1.84 +R_WORD_BUTTONS_SPELL_INCORRECT
    1.85 +	The buttons for the spell incorrect dialog
    1.86 +R_WORD_BUTTONS_SPELL_TOO_LONG
    1.87 +	The buttons for the spell too long dialog
    1.88 +R_WORD_DIALOG_SPELL_CORRECTION
    1.89 +	The correcting a word dialog
    1.90 +R_WORD_BUTTONS_SPELL_CORRECTION
    1.91 +	The buttons for the correcting a word dialog
    1.92 +
    1.93 +
    1.94 +R_WORD_DIALOG_VERIFY_PASSWORD
    1.95 +	The password protected dialog 
    1.96 +R_WORD_DIALOG_SET_PASSWORD
    1.97 +	The set password dialog
    1.98 +
    1.99 +R_WORD_VIEW_PREF_ARRAY
   1.100 +	Do not reorder the contained items
   1.101 +	Displays the text at the top of the "view preferences" dialog.
   1.102 +	Indicates which non-printing characters have been 'turned on'
   1.103 +R_WORD_DIALOG_VIEW_PREFERENCES
   1.104 +	The view preferences dialog
   1.105 +R_WORD_DIALOG_OBJECT_PREFERENCES
   1.106 +	The object preferences dialog
   1.107 +R_WORD_DIALOG_ZOOM_SET
   1.108 +	The set zoom dialog
   1.109 +
   1.110 +R_WORD_DIALOG_OUTLINE
   1.111 +	The document outline dialog
   1.112 +R_WORD_OUTLINE_BUTTONS
   1.113 +	The buttons on the document outline dialog
   1.114 +R_WORD_TEMPLATE_FILE_NEW
   1.115 +	The create new file dialog. The title is taken from a resource in eikon
   1.116 +R_WORD_TEMPLATE_DELETE
   1.117 +	The delete template dialog
   1.118 +R_WORD_TEMPLATE_SAVE_AS
   1.119 +	The save as template dialog
   1.120 +
   1.121 +****************************************************************
   1.122 +*************   General string resources   *********************
   1.123 +****************************************************************
   1.124 +
   1.125 ++++ file operations text +++
   1.126 +R_WORD_DOCUMENT_UNCHANGED
   1.127 +	Displayed when a file revert\save operation is attempted on a file that
   1.128 +	has not changed since it was last saved.
   1.129 ++++ template filename +++
   1.130 +R_WORD_NORMAL_TEMPLATE_FILE_NAME
   1.131 +	Used for the name of the normal template
   1.132 +R_WORD_BLANK_TEMPLATE_FILE_NAME
   1.133 +	Used for the name of the blank document template
   1.134 ++++ template messages +++
   1.135 +R_WORD_TEMPLATE_SAVING_FILE
   1.136 +	Used for the message while the template is being saved
   1.137 +R_WORD_TEMPLATE_DELETE_CONFIRMATION_PRE
   1.138 +	Used for confirm delete template dialog, this is the text that appears before the template name
   1.139 +	Max length 30 characters
   1.140 +R_WORD_TEMPLATE_DELETE_CONFIRMATION_POST
   1.141 +	Used for confrim delete template dialog, this is the text that appears after the template name
   1.142 +	Max length 30 characters
   1.143 +R_WORD_TEMPLATE_NOT_AVAILABLE
   1.144 +	Used for when a template has been saved but then for some reason does not exist
   1.145 +R_WORD_TEMPLATE_SAVED_MESSAGE
   1.146 +	Used for the message when the template has been saved. The %s inserts the template name.
   1.147 +
   1.148 ++++ file operations text +++
   1.149 +R_WORD_TEXT_IMPORT_DIALOG_TITLE
   1.150 +	Used for title of the dialog when importing text
   1.151 +R_WORD_TEXT_EXPORT_DIALOG_TITLE
   1.152 +	Used for title of the dialog when exporting text
   1.153 +R_WORD_FILE_READ_ONLY
   1.154 +R_WORD_FILE_SAVE_READ_ONLY
   1.155 +R_WORD_FILE_CREATE_FILE
   1.156 +	Info message used when creating file from a template
   1.157 +
   1.158 ++++ spelling dialogs text +++
   1.159 +R_WORD_SPELL_NO_SUGGESTIONS
   1.160 +	Text displayed in correcting a word dialog when there ar no suggestions for a word. maximum length is 30 characters
   1.161 +R_WORD_SPELL_CORRECTION
   1.162 +	the message displayed if the correction is the same as the unrecognised word
   1.163 +
   1.164 +R_WORD_SPELL_UNRECOGNIZED_WORD
   1.165 +	The title for the unrecognised word dialog. max length 40
   1.166 +
   1.167 ++++ Messages displayed at the end of spell checking to inform user of number of unrecognised words found +++
   1.168 +R_WORD_SPELL_ONE_UNRECOGNIZED_WORD
   1.169 +	maximum length is 32 characters
   1.170 +R_WORD_SPELL_MANY_UNRECOGNIZED_WORDS
   1.171 +	The %D is used to display the count.
   1.172 +R_WORD_SPELL_ONE_UNRECOGNIZED_WORD_IN_SELECTION
   1.173 +	Message for informmaximum length is 52 characters
   1.174 +R_WORD_SPELL_MANY_UNRECOGNIZED_WORDS_IN_SELECTION
   1.175 +	maximum length is 49 characters
   1.176 +
   1.177 +R_WORD_SPELL_LOAD_DICTIONARY
   1.178 +	Used for Opening dictionaries message when run spell sheck is selected.
   1.179 +R_WORD_SPELL_USER_DICT_NOT_ENABLED
   1.180 +	The message that tells the user the personal dictionary is not being used
   1.181 +R_WORD_SPELL_DICT_NOT_AVAILABLE
   1.182 +	The message that tells the user that although the personal dictionary is selecected it could not be read or updated. 
   1.183 +R_WORD_SPELL_SELECTION
   1.184 +	r_word_dialog_spell dialog title (when actioned with a text selection)
   1.185 +R_WORD_SPELL_NOT_STARTED
   1.186 +	The message to the user if the spell checker could not be started.
   1.187 +R_WORD_SPELL_INFORMATION
   1.188 +	The title for the spell not started dialog
   1.189 +R_WORD_SPELL_NOTHING_TO_CHECK
   1.190 +	The message for being asked to check an empty document
   1.191 +
   1.192 ++++ style dialogs text +++
   1.193 +R_WORD_STYLEFORMAT_TITLE_MODIFY
   1.194 +	Used for the title of the dialog to modify a style. maximum length is 24 characters
   1.195 +R_WORD_STYLEFORMAT_TITLE_ADD
   1.196 +	Used for the title of the dialog to add a new style.
   1.197 +R_WORD_NORMAL
   1.198 +	The name of the paragraph style name used for Normal style
   1.199 +R_WORD_NOSTYLENAME
   1.200 +	Message used when the style name is empty when adding or modifying a style.
   1.201 +R_WORD_STYLENAMEEXISTS
   1.202 +	Message used when the style name has been used already when adding or modifing a style.
   1.203 +R_WORD_CLOSE
   1.204 +	The text to replace the text on the cancel button in the style gallery dialog when a style has been added, deleted or modifiedThe maximum length is 20 characters
   1.205 +R_WORD_DELETE_STYLE_TITLE
   1.206 +	Title of the delete style dialog
   1.207 +R_WORD_HOTKEYEXISTS
   1.208 +	Message to inform user that the shortcut is in use by another style. maximum length is 48 characters
   1.209 +R_WORD_HOTKEY_INVALID
   1.210 +	Message when the shortcut key for the style is not a letter or number when adding or modifying a style
   1.211 +R_WORD_HOTKEY
   1.212 +	maximum length is 20 characters
   1.213 +R_WORD_STYLE_GALLERY_DESCRIPTIONS
   1.214 +	do not reorder the contained resources
   1.215 +	displayed in the description box of the main style gallery.
   1.216 +R_WORD_STYLE_REVERT_TITLE
   1.217 +	No longer used
   1.218 +R_WORD_STYLE_REVERT_CHAR
   1.219 +	No longer used
   1.220 +R_WORD_STYLE_REVERT_PARA
   1.221 +	No longer used
   1.222 +
   1.223 ++++ miscellaneous text +++
   1.224 +R_WORD_FONT_UNITS
   1.225 +	appears in the font height top toolbar button
   1.226 +R_WORD_NO_WORDS
   1.227 +	used to display a count of the total number of words in a document.
   1.228 +R_WORD_NO_OUTLINE
   1.229 +	Message nothing to show in outline
   1.230 +R_WORD_NORMAL_OUTLINE
   1.231 +	Message when user tries to change outline level of normel style
   1.232 +R_WORD_OUTLINE
   1.233 +	Outlining message
   1.234 +R_WORD_EXPAND_OUTLINE
   1.235 +	Message displayed when open all button on outline dialog is selected
   1.236 +R_WORD_COLLAPSE_OUTLINE
   1.237 +	Message displayed when close all button on outline dialog is selected
   1.238 +
   1.239 ++++ confirmation dialogs text +++
   1.240 +R_WORD_CONFIRMATION_TEXTS
   1.241 +	Do not reorder the contained resources
   1.242 +	This list contains the text for various "confirmation" dialogs,
   1.243 +	used throughout the word processor.
   1.244 +	The maximum length for each resource in this array is 80 characters.
   1.245 \ No newline at end of file