/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "CustomAnimation.hrc" String STR_CUSTOMANIMATION_REPEAT_NONE { Text [ en-US ] = "none"; }; String STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK { Text [ en-US ] = "Until next click"; }; String STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE { Text [ en-US ] = "Until end of slide"; }; String STR_CUSTOMANIMATION_DIRECTION_PROPERTY { Text [ en-US ] = "Direction:"; }; String STR_CUSTOMANIMATION_ZOOM_PROPERTY { Text [ en-US ] = "Zoom:"; }; String STR_CUSTOMANIMATION_SPOKES_PROPERTY { Text [ en-US ] = "Spokes:"; }; String STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY { Text [ en-US ] = "First color:"; }; String STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY { Text [ en-US ] = "Second color:"; }; String STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY { Text [ en-US ] = "Fill color:"; }; String STR_CUSTOMANIMATION_STYLE_PROPERTY { Text [ en-US ] = "Style:"; }; String STR_CUSTOMANIMATION_FONT_PROPERTY { Text [ en-US ] = "Font:"; }; String STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY { Text [ en-US ] = "Font color:"; }; String STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY { Text [ en-US ] = "Style:"; }; String STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY { Text [ en-US ] = "Typeface:"; }; String STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY { Text [ en-US ] = "Line color:"; }; String STR_CUSTOMANIMATION_SIZE_PROPERTY { Text [ en-US ] = "Font size:"; }; String STR_CUSTOMANIMATION_SCALE_PROPERTY { Text [ en-US ] = "Size:"; }; String STR_CUSTOMANIMATION_AMOUNT_PROPERTY { Text [ en-US ] = "Amount:"; }; String STR_CUSTOMANIMATION_COLOR_PROPERTY { Text [ en-US ] = "Color:"; }; String STR_CUSTOMANIMATION_NO_SOUND { Text [ en-US ] = "(No sound)"; }; String STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND { Text [ en-US ] = "(Stop previous sound)"; }; String STR_CUSTOMANIMATION_BROWSE_SOUND { Text [ en-US ] = "Other sound..."; }; String STR_CUSTOMANIMATION_SAMPLE { Text [ en-US ] = "Sample"; }; String STR_CUSTOMANIMATION_TRIGGER { Text [ en-US ] = "Trigger"; }; String STR_CUSTOMANIMATION_LIST_HELPTEXT { Text [ en-US ] = "First select the slide element and then click 'Add...' to add an animation effect."; }; String STR_CUSTOMANIMATION_USERPATH { Text [ en-US ] = "User paths"; }; String STR_CUSTOMANIMATION_ENTRANCE { Text [ en-US ] = "Entrance: %1"; }; String STR_CUSTOMANIMATION_EMPHASIS { Text [ en-US ] = "Emphasis: %1"; }; String STR_CUSTOMANIMATION_EXIT { Text [ en-US ] = "Exit: %1"; }; String STR_CUSTOMANIMATION_MOTION_PATHS { Text [ en-US ] = "Motion Paths: %1"; }; String STR_SLIDETRANSITION_NONE { Text [ en-US ] = "None"; }; Bitmap BMP_CUSTOMANIMATION_ON_CLICK { File = "click_16.png"; }; Bitmap BMP_CUSTOMANIMATION_AFTER_PREVIOUS { File = "time_16.png"; }; Bitmap BMP_CUSTOMANIMATION_ENTRANCE_EFFECT { File = "effect_16.png"; }; Bitmap BMP_CUSTOMANIMATION_EMPHASIS_EFFECT { File = "effectshape_16.png"; }; Bitmap BMP_CUSTOMANIMATION_EXIT_EFFECT { File = "effectfade_16.png"; }; Bitmap BMP_CUSTOMANIMATION_MOTION_PATH { File = "effectpath_16.png"; }; Bitmap BMP_CUSTOMANIMATION_OLE { File = "effectole_16.png"; }; Bitmap BMP_CUSTOMANIMATION_MEDIA_PLAY { File = "playblue_16.png"; }; Bitmap BMP_CUSTOMANIMATION_MEDIA_PAUSE { File = "breakplayingblue_16.png"; }; Bitmap BMP_CUSTOMANIMATION_MEDIA_STOP { File = "stopplayingblue_16.png"; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */