182177cdbSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 482177cdbSAndrew Rist * or more contributor license agreements. See the NOTICE file 582177cdbSAndrew Rist * distributed with this work for additional information 682177cdbSAndrew Rist * regarding copyright ownership. The ASF licenses this file 782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the 882177cdbSAndrew Rist * "License"); you may not use this file except in compliance 982177cdbSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 1182177cdbSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing, 1482177cdbSAndrew Rist * software distributed under the License is distributed on an 1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1682177cdbSAndrew Rist * KIND, either express or implied. See the License for the 1782177cdbSAndrew Rist * specific language governing permissions and limitations 1882177cdbSAndrew Rist * under the License. 19cdf0e10cSrcweir * 2082177cdbSAndrew Rist *************************************************************/ 2182177cdbSAndrew Rist 22cdf0e10cSrcweir#include "dpcontrol.hrc" 23cdf0e10cSrcweir 24cdf0e10cSrcweirResource RID_POPUP_FILTER 25cdf0e10cSrcweir{ 26cdf0e10cSrcweir String STR_MENU_SORT_ASC 27cdf0e10cSrcweir { 28cdf0e10cSrcweir Text [ en-US ] = "Sort Ascending" ; 29cdf0e10cSrcweir }; 30cdf0e10cSrcweir 31cdf0e10cSrcweir String STR_MENU_SORT_DESC 32cdf0e10cSrcweir { 33cdf0e10cSrcweir Text [ en-US ] = "Sort Descending" ; 34cdf0e10cSrcweir }; 35cdf0e10cSrcweir 36cdf0e10cSrcweir String STR_MENU_SORT_CUSTOM 37cdf0e10cSrcweir { 38cdf0e10cSrcweir Text [ en-US ] = "Custom Sort" ; 39cdf0e10cSrcweir }; 40cdf0e10cSrcweir 41cdf0e10cSrcweir String STR_BTN_TOGGLE_ALL 42cdf0e10cSrcweir { 43cdf0e10cSrcweir Text [ en-US ] = "All" ; 44cdf0e10cSrcweir }; 45cdf0e10cSrcweir 46cdf0e10cSrcweir String STR_BTN_SELECT_CURRENT 47cdf0e10cSrcweir { 48cdf0e10cSrcweir Text [ en-US ] = "Show only the current item." ; 49cdf0e10cSrcweir }; 50cdf0e10cSrcweir 51cdf0e10cSrcweir String STR_BTN_UNSELECT_CURRENT 52cdf0e10cSrcweir { 53cdf0e10cSrcweir Text [ en-US ] = "Hide only the current item." ; 54cdf0e10cSrcweir }; 55cdf0e10cSrcweir}; 56cdf0e10cSrcweir 57cdf0e10cSrcweirImage RID_IMG_SELECT_CURRENT 58cdf0e10cSrcweir{ 59cdf0e10cSrcweir ImageBitmap = Bitmap 60cdf0e10cSrcweir { 61cdf0e10cSrcweir File = "popup_select_current.png"; 62cdf0e10cSrcweir }; 63cdf0e10cSrcweir}; 64cdf0e10cSrcweir 65cdf0e10cSrcweirImage RID_IMG_UNSELECT_CURRENT 66cdf0e10cSrcweir{ 67cdf0e10cSrcweir ImageBitmap = Bitmap 68cdf0e10cSrcweir { 69cdf0e10cSrcweir File = "popup_unselect_current.png"; 70cdf0e10cSrcweir }; 71cdf0e10cSrcweir}; 72*5847d1bcSmseidel 73*5847d1bcSmseidel// ********************************************************************** EOF 74