Kaydet (Commit) 06fae15c authored tarafından Roman Kuznetsov's avatar Roman Kuznetsov Kaydeden (comit) Eike Rathke

tdf#112236 Enhance error message when renaming a sheet to blank

Change-Id: Icd7ac2d10e9d28d563f964cb144bbe94027617c1
Reviewed-on: https://gerrit.libreoffice.org/64788Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst 44266a53
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
#define STR_ERR_NEWSCENARIO NC_("STR_ERR_NEWSCENARIO", "The scenario ranges must be selected in order to be able to create a new scenario.") #define STR_ERR_NEWSCENARIO NC_("STR_ERR_NEWSCENARIO", "The scenario ranges must be selected in order to be able to create a new scenario.")
#define STR_NOAREASELECTED NC_("STR_NOAREASELECTED", "A range has not been selected.") #define STR_NOAREASELECTED NC_("STR_NOAREASELECTED", "A range has not been selected.")
#define STR_NEWTABNAMENOTUNIQUE NC_("STR_NEWTABNAMENOTUNIQUE", "This name already exists.") #define STR_NEWTABNAMENOTUNIQUE NC_("STR_NEWTABNAMENOTUNIQUE", "This name already exists.")
#define STR_INVALIDTABNAME NC_("STR_INVALIDTABNAME", "Invalid sheet name.\nThe sheet name must not be a duplicate of an existing name \nand may not contain the characters [ ] * ? : / \\ \nor the character ' (apostrophe) as first or last character.") #define STR_INVALIDTABNAME NC_("STR_INVALIDTABNAME", "Invalid sheet name.\nThe sheet name must not be empty or a duplicate of \nan existing name and may not contain the characters [ ] * ? : / \\ \nor the character ' (apostrophe) as first or last character.")
#define STR_SCENARIO NC_("STR_SCENARIO", "Scenario") #define STR_SCENARIO NC_("STR_SCENARIO", "Scenario")
#define STR_PIVOT_TABLE NC_("STR_PIVOT_TABLE", "Pivot Table") #define STR_PIVOT_TABLE NC_("STR_PIVOT_TABLE", "Pivot Table")
// Text strings for captions of subtotal functions. // Text strings for captions of subtotal functions.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment