~ubuntu-branches/ubuntu/wily/eclipse-linuxtools/wily

« back to all changes in this revision

Viewing changes to profiling/org.eclipse.linuxtools.dataviewers.charts/src/org/eclipse/linuxtools/internal/dataviewers/charts/messages.properties

  • Committer: Package Import Robot
  • Author(s): Jakub Adam, Jakub Adam, tony mancill
  • Date: 2014-10-11 11:44:05 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20141011114405-yazjvxfzzhmi5sgj
Tags: 3.1.0-1
[ Jakub Adam ]
* New upstream release (Closes: #761524).
* Refreshed d/patches.
* Don't build removed feature org.eclipse.linuxtools.tools.launch
  - merged into org.eclipse.linuxtools.profiling.
* Use javac target 1.7.
* Build new feature org.eclipse.linuxtools.dataviewers.feature
  - required by Valgrind integration.
* Build-depend on eclipse-remote-services-api and eclipse-cdt-autotools.
* Bump Standards-Version to 3.9.6.
* Override incompatible-java-bytecode-format - linuxtools needs Java 7.
* Remove unused codeless-jar override.

[ tony mancill ]
* Tweak short package description to make lintian happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
ChartConstants_ALL_FILES=All Files (*.*)
12
12
ChartConstants_BAR_GRAPH=Bar graph
13
13
ChartConstants_CHART_BUILDER=Chart builder
14
 
ChartConstants_CONFIRM_OVERWRITE_MSG=File already exists. Overwrite?
 
14
ChartConstants_CONFIRM_OVERWRITE_MSG=File {0} already exists. Overwrite?
15
15
ChartConstants_CONFIRM_OVERWRITE_TITLE=Confirm overwrite
16
16
ChartConstants_CREATE_CHART=Create chart...
17
17
ChartConstants_CREATE_NEW_CHART_FROM_SELECTION=Create chart from selection...
18
18
ChartConstants_DESELECT_ALL=Deselect all
19
19
ChartConstants_ERROR_SAVING_CHART=Error saving chart
 
20
ChartConstants_ERROR_SAVING_CHART_MESSAGE=An error occurred while attempting to save the chart.
20
21
ChartConstants_NO_COLUMN_SELECTED=No column selected
21
22
ChartConstants_PIE_CHART=Pie chart
22
 
ChartConstants_SAVE_CHART_AS=Save chart as
23
 
ChartConstants_SAVE_CHART_DIALOG_TEXT=Select an image file (extension will be set to ".png" if not recognized).
 
23
ChartConstants_SAVE_CHART_AS=Save chart as...
 
24
ChartConstants_SAVE_CHART_DIALOG_TEXT=Save Chart As Image (extension will be set to ".png" if not recognized)
24
25
ChartConstants_SELECT_ALL=Select all
25
26
ChartConstants_SELECT_COLUMNS_TO_SHOW=Select the columns(s) to show
26
27
ChartConstants_SELECT_YOUR_CHART_TYPE=Select your chart type
27
28
ChartConstants_VERTICAL_BARS=Vertical bars
 
29
ChartConstants_ERROR_CHART_DISPOSED=The selected chart is disposed and cannot be saved.
 
30
ChartConstants_ERROR_CHART_CLOSED=A chart must be open for it to be saved.
 
 
b'\\ No newline at end of file'