globstr.src (82177cdb) | globstr.src (58ae0c86) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 1720 unchanged lines hidden (view full) --- 1729 String STR_PIVOT_FIRSTROWEMPTYERR 1730 { 1731 Text [ en-US ] = "The field name cannot be empty. Check the first row of data source to make sure there are no empty cells." ; 1732 }; 1733 String STR_PIVOT_ONLYONEROWERR 1734 { 1735 Text [ en-US ] = "Pivot table needs at least two rows of data to create or refresh." ; 1736 }; | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 1720 unchanged lines hidden (view full) --- 1729 String STR_PIVOT_FIRSTROWEMPTYERR 1730 { 1731 Text [ en-US ] = "The field name cannot be empty. Check the first row of data source to make sure there are no empty cells." ; 1732 }; 1733 String STR_PIVOT_ONLYONEROWERR 1734 { 1735 Text [ en-US ] = "Pivot table needs at least two rows of data to create or refresh." ; 1736 }; |
1737 String STR_DPFIELD_GROUP_BY_SECONDS 1738 { 1739 Text [ en-US ] = "Seconds" ; 1740 }; 1741 String STR_DPFIELD_GROUP_BY_MINUTES 1742 { 1743 Text [ en-US ] = "Minutes" ; 1744 }; 1745 String STR_DPFIELD_GROUP_BY_HOURS 1746 { 1747 Text [ en-US ] = "Hours" ; 1748 }; 1749 String STR_DPFIELD_GROUP_BY_DAYS 1750 { 1751 Text [ en-US ] = "Days" ; 1752 }; 1753 String STR_DPFIELD_GROUP_BY_MONTHS 1754 { 1755 Text [ en-US ] = "Months" ; 1756 }; 1757 String STR_DPFIELD_GROUP_BY_QUARTERS 1758 { 1759 Text [ en-US ] = "Quarters" ; 1760 }; 1761 String STR_DPFIELD_GROUP_BY_YEARS 1762 { 1763 Text [ en-US ] = "Years" ; 1764 }; |
|
1737}; 1738 | 1765}; 1766 |