summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/globstr.src
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-05-11 20:59:39 +0200
committerKohei Yoshida <kyoshida@novell.com>2010-05-11 20:59:39 +0200
commit46f4ddda06cdc8eab49b20400e3546de7433197a (patch)
tree29dc93a866c94e70c47d013403be4a7e0dfa5582 /sc/source/ui/src/globstr.src
parent5c3655dbc26e926449ecdc4963e19c7dfb35fad5 (diff)
parent4f7a90a20425a4319a0a06ca5b6716cac5f9e0cd (diff)
rebased to DEV300_m77.
Diffstat (limited to 'sc/source/ui/src/globstr.src')
-rw-r--r--sc/source/ui/src/globstr.src14
1 files changed, 13 insertions, 1 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 6efb249ade84..96c56706f83c 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -1021,7 +1021,7 @@ Resource RID_GLOBSTR
};
String STR_QUERY_DELTAB
{
- Text [ en-US ] = "Are you sure you want to permanently delete the current sheet(s)?" ;
+ Text [ en-US ] = "Are you sure you want to delete the selected sheet(s)?" ;
};
String STR_QUERY_DELSCENARIO
{
@@ -1730,5 +1730,17 @@ Resource RID_GLOBSTR
{
Text [ en-US ] = "Page Styles";
};
+ String STR_ERR_DATAPILOTSOURCE
+ {
+ Text [ en-US ] = "DataPilot source data is invalid.";
+ };
+ String STR_PIVOT_FIRSTROWEMPTYERR
+ {
+ Text [ en-US ] = "The field name cannot be empty. Check the first row of data source to make sure there are no empty cells." ;
+ };
+ String STR_PIVOT_ONLYONEROWERR
+ {
+ Text [ en-US ] = "DataPilot table needs at least two rows of data to create or refresh." ;
+ };
};