dd121863a5ddd1f0c8316156f6a4f286938f091c
[remotepc] / pcremote-client-n8x0-60 / utils / labels.py
1 # -*- coding: utf-8 -*-
2
3 #  ****************************************************************************
4 #  Copyright (c) 2008 INdT/Fucapi.
5 #  This program is free software: you can redistribute it and/or modify
6 #  it under the terms of the GNU Lesser General Public License as published by
7 #  the Free Software Foundation, either version 3 of the License, or
8 #  (at your option) any later version.
9
10 #  This program is distributed in the hope that it will be useful,
11 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 #  GNU Lesser General Public License for more details.
14
15 #  You should have received a copy of the GNU Lesser General Public License
16 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
18 #  ============================================================================
19 #  Project Name : PC Remote
20 #  Author       : Jônatas Isvi
21 #  Email        : jonatas.nona@gmail.com
22 #  Version      : 1.0
23 #  Description  : Labels
24 #  ============================================================================
25
26
27 # GENERIC LABELS FOR MULTIMEDIA APPLICATIONS
28
29 PLAY        = "#play"
30 STOP        = "#stop"
31 PAUSE       = "#pause"
32 NEXT        = "#next"
33 PREVIOUS    = "#previous"
34 VOL_UP      = "#vol_up"
35 VOL_DOWN    = "#vol_down"
36 TLINE_LEFT  = "#tline_left"
37 TLINE_RIGHT = "#tline_right"
38 RECORD      = "#record"
39 #------------------------------------------>
40
41 # GENERIC LABELS FOR APPLICATIONS
42
43 START      = "#start"
44 CLOSE      = "#close"
45 FULL       = "#fullscreen"
46 UPLOAD     = "#upload"
47 DOWNLOAD   = "#download"
48 SAVE       = "#save"
49 DELETE     = "#delete"
50 #-------------------------------->
51
52 # GENERAL MOUSE LABELS
53
54 CLICK         = "#click"
55 DOUBLE_CLICK  = "#double_click"
56 TRIPLE_CLICK  = "#triple_click"
57 LEFT_CLICK    = "#left_click"
58 RIGHT_CLICK   = "#right_click"
59 MIDDLE_CLICK  = "#middle_click"
60 #-------------------------------->
61
62