alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

###############################################################################
# Copyright (c) 2000, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
contributions.Activator.name =  Command Contribution Examples
contributions.Activator.providerName = Eclipse.org

contributions.commands.category.name = Info Category
contributions.commands.category.desc = Group info example contributions
contributions.commands.globalCommand.name = Global Command
contributions.globalActionSet.label = Global Action Set
contributions.menus.globalMenu.label = Global Menu
contributions.menus.globalMenu.mnemonic = M
contributions.menus.globalCommand.mnemonic = G
contributions.toolbars.globalCommand.tooltip = Say hello to the world

contributions.viewCategory.name = View Contributions
contributions.view.name = Info View
contributions.view.count.name = Count Entries
contributions.view.count.desc = Count the entries in the active view
contributions.view.count.mnemonic = o
contributions.view.swap.name = Swap Entries
contributions.view.swap.tooltip = Swap the two selected entries
contributions.view.refresh.mnemonic = R
contributions.view.edit.name = Edit
contributions.view.edit.mnemonic = E
contributions.view.context.name = Info View Context

contributions.editor.name = Info Editor
contributions.editor.about.name = About Info Editor 
contributions.editor.reset.name = Reset
contributions.editor.reset.mnemonic = R
contributions.editor.menu.label = Info
contributions.editor.menu.mnemonic = I
contributions.editor.delta.name = Show Delta
contributions.editor.delta.tooltip = Show which fields have changed from the model


CmdLabel=Test Trim Cmd
Trim.item=Trim Item
TrimItem.toolTip=TrimItem ToolTip
Trim2.item=Trim Item 2
TrimItem2.toolTip=TrimItem 2 ToolTip

application.name = Contribution Application
info.perspective.name = Info Perspective
info.product.name = RCP Info Product
menu.file.label = File
menu.file.mnemonic = F
menu.window.label = Window
menu.window.mnemonic = W
menu.help.label = Help
menu.help.mnemonic = H
person.category.name = Person
person.wizard.name = Person
scheme.info.name = Info Scheme
command.new.tooltip = New Person
command.exit.mnemonic = x
command.newWindow.mnemonic = N
command.aboutAction.mnemonic = A
command.refresh.mnemonic = f
command.activate.name = Activate Editor
commandParameter.activate.index.name = Person index
command.adminRights.name = Has Admin Rights
command.adminRights.mnemonic = H
command.login.name = Login
command.login.mnemonic = L
command.aboutXml.label = About XML
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.