diff options
author | onestone <onestone@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-31 20:38:14 +0000 |
---|---|---|
committer | onestone <onestone@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-31 20:38:14 +0000 |
commit | 90420756939dfb2303486f066819e14f3ee6ec6d (patch) | |
tree | c49de26e09b587276f72605e9d51bbf1cc3dea22 /beryl-plugins/src/rotate.c | |
parent | 6810d94177021583d5fd07cfe445e60b049b1295 (diff) | |
download | marex-dev-90420756939dfb2303486f066819e14f3ee6ec6d.tar.gz marex-dev-90420756939dfb2303486f066819e14f3ee6ec6d.tar.bz2 |
beryl-plugins(-extra): applied #1074 and #1077
git-svn-id: file:///beryl/trunk@3500 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'beryl-plugins/src/rotate.c')
-rw-r--r-- | beryl-plugins/src/rotate.c | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/beryl-plugins/src/rotate.c b/beryl-plugins/src/rotate.c index 1c3aa9f..70edd33 100644 --- a/beryl-plugins/src/rotate.c +++ b/beryl-plugins/src/rotate.c @@ -360,7 +360,7 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->displayHints = ""; o->shortDesc = N_("Pointer Invert Y"); o->longDesc = - N_("Invert Y axis for pointer movement while rotating the cube"); + N_("Invert Y axis for Pointer movement while Rotating the Cube."); o->type = CompOptionTypeBool; o->value.b = ROTATE_POINTER_INVERT_Y_DEFAULT; @@ -371,7 +371,7 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->subGroup = N_(""); o->displayHints = ""; o->shortDesc = N_("Pointer Sensitivity"); - o->longDesc = N_("Sensitivity of pointer movement"); + o->longDesc = N_("Sensitivity of Pointer movement."); o->type = CompOptionTypeFloat; o->value.f = ROTATE_POINTER_SENSITIVITY_DEFAULT; o->rest.f.min = ROTATE_POINTER_SENSITIVITY_MIN; @@ -385,7 +385,7 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->subGroup = N_(""); o->displayHints = ""; o->shortDesc = N_("Acceleration"); - o->longDesc = N_("Acceleration of cube rotation"); + o->longDesc = N_("Acceleration of Cube Rotation."); o->type = CompOptionTypeFloat; o->value.f = ROTATE_ACCELERATION_DEFAULT; o->rest.f.min = ROTATE_ACCELERATION_MIN; @@ -399,7 +399,7 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->subGroup = N_("General"); o->displayHints = ""; o->shortDesc = N_("Snap To Top Face"); - o->longDesc = N_("Snap Cube Rotation to Top Face"); + o->longDesc = N_("Snap Cube Rotation to Top Face."); o->type = CompOptionTypeBool; o->value.b = ROTATE_SNAP_TOP_DEFAULT; @@ -410,7 +410,7 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->subGroup = N_("General"); o->displayHints = ""; o->shortDesc = N_("Snap To Bottom Face"); - o->longDesc = N_("Snap Cube Rotation to Bottom Face"); + o->longDesc = N_("Snap Cube Rotation to Bottom Face."); o->type = CompOptionTypeBool; o->value.b = ROTATE_SNAP_BOTTOM_DEFAULT; @@ -420,8 +420,8 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->group = N_("Misc. Options"); o->subGroup = N_(""); o->displayHints = ""; - o->shortDesc = N_("Speed"); - o->longDesc = N_("Rotation Speed"); + o->shortDesc = N_("Rotation Speed"); + o->longDesc = N_("Rotation Speed."); o->type = CompOptionTypeFloat; o->value.f = ROTATE_SPEED_DEFAULT; o->rest.f.min = ROTATE_SPEED_MIN; @@ -434,8 +434,8 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->group = N_("Misc. Options"); o->subGroup = N_(""); o->displayHints = ""; - o->shortDesc = N_("Timestep"); - o->longDesc = N_("Rotation Timestep on automatic rotation"); + o->shortDesc = N_("Auto Timestep"); + o->longDesc = N_("Rotation Timestep on Automatic Rotation."); o->type = CompOptionTypeFloat; o->value.f = ROTATE_TIMESTEP_DEFAULT; o->rest.f.min = ROTATE_TIMESTEP_MIN; @@ -449,7 +449,7 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->subGroup = N_(""); o->displayHints = ""; o->shortDesc = N_("Manual Timestep"); - o->longDesc = N_("Rotation Timestep on manual rotation"); + o->longDesc = N_("Rotation Timestep on Manual Rotation."); o->type = CompOptionTypeFloat; o->value.f = ROTATE_MANTIMESTEP_DEFAULT; o->rest.f.min = ROTATE_MANTIMESTEP_MIN; @@ -464,7 +464,7 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->displayHints = ""; o->shortDesc = N_("Zoom"); o->longDesc = - N_("Distance desktop should be zoomed out while " "rotating"); + N_("Distance desktop should be Zoomed out while Rotating."); o->type = CompOptionTypeFloat; o->value.f = ROTATE_ZOOM_DEFAULT; o->rest.f.min = ROTATE_ZOOM_MIN; @@ -477,8 +477,8 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->group = N_("Behaviour"); o->subGroup = N_("General"); o->displayHints = ""; - o->shortDesc = N_("Zoom before rotate"); - o->longDesc = N_("Zoom out before doing rotation"); + o->shortDesc = N_("Zoom Before Rotate"); + o->longDesc = N_("Zoom out before doing Rotation."); o->type = CompOptionTypeBool; o->value.b = ROTATE_ZOOM_BEFORE_ROTATE_DEFAULT; @@ -488,7 +488,7 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->group = N_("Behaviour"); o->subGroup = N_("General"); o->displayHints = ""; - o->shortDesc = N_("Zoom only on initiate."); + o->shortDesc = N_("Zoom Only on Initiate"); o->longDesc = N_ ("Zoom out only when the 'Initiate' key/mouse combo is pressed."); @@ -501,8 +501,8 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->group = N_("Behaviour"); o->subGroup = N_("General"); o->displayHints = ""; - o->shortDesc = N_("Rotate with wheel near edges"); - o->longDesc = N_("Enable rotate through mouse wheel near screen edges"); + o->shortDesc = N_("Rotate With Wheel Near Edges"); + o->longDesc = N_("Enable Rotate through Mouse Wheel near screen Edges."); o->type = CompOptionTypeBool; o->value.b = ROTATE_WHEEL_ON_EDGES_DEFAULT; @@ -512,10 +512,10 @@ static void rotateScreenInitOptions(RotateScreen * rs) o->group = N_("Misc. Options"); o->subGroup = N_(""); o->displayHints = ""; - o->shortDesc = N_("Max distance from edge to rotate"); + o->shortDesc = N_("Max Distance From Edge to Rotate"); o->longDesc = N_ - ("Maximum cursor distance from edges to initiate rotate with wheel"); + ("Maximum cursor Distance from Edges to initiate Rotate with wheel."); o->type = CompOptionTypeInt; o->value.i = ROTATE_WHEELMAXDIST_DEFAULT; o->rest.i.min = ROTATE_WHEELMAXDIST_MIN; @@ -2317,8 +2317,8 @@ static void rotateDisplayInitOptions(RotateDisplay * rd) o->group = N_("Bindings"); o->subGroup = N_("Initiate"); o->displayHints = ""; - o->shortDesc = N_("Initiate"); - o->longDesc = N_("Start Rotation"); + o->shortDesc = N_("Initiate Rotation"); + o->longDesc = N_("Start Rotation."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateInitiate; o->value.action.terminate = rotateTerminate; @@ -2336,11 +2336,11 @@ static void rotateDisplayInitOptions(RotateDisplay * rd) o->group = N_("Bindings"); o->subGroup = N_("Initiate"); o->displayHints = ""; - o->shortDesc = N_("Initiate sticky"); + o->shortDesc = N_("Initiate Sticky"); o->longDesc = N_ ("Start Rotation and don't finish it until specifily terminated by" - " the normal iniate."); + " the normal Initiate."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateInitiate; o->value.action.terminate = 0; @@ -2360,7 +2360,7 @@ static void rotateDisplayInitOptions(RotateDisplay * rd) o->subGroup = N_("General"); o->displayHints = ""; o->shortDesc = N_("Mouse Wheel Scrolls for Rotation"); - o->longDesc = N_("Number of mouse wheel scrolls required for rotation"); + o->longDesc = N_("Number of Mouse Wheel Scrolls required for Rotation."); o->type = CompOptionTypeInt; o->value.i = ROTATE_WHEELINGS_DEFAULT; o->rest.i.min = ROTATE_WHEELINGS_MIN; @@ -2373,7 +2373,7 @@ static void rotateDisplayInitOptions(RotateDisplay * rd) o->subGroup = N_("Rotate Left"); o->displayHints = ""; o->shortDesc = N_("Rotate Left with Mouse Wheel"); - o->longDesc = N_("Rotate left with mouse wheel"); + o->longDesc = N_("Rotate Left with Mouse Wheel."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateLeftWheel; o->value.action.terminate = 0; @@ -2391,7 +2391,7 @@ static void rotateDisplayInitOptions(RotateDisplay * rd) o->subGroup = N_("Rotate Right"); o->displayHints = ""; o->shortDesc = N_("Rotate Right with Mouse Wheel"); - o->longDesc = N_("Rotate right with mouse wheel"); + o->longDesc = N_("Rotate Right with Mouse Wheel."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateRightWheel; o->value.action.terminate = 0; @@ -2409,7 +2409,7 @@ static void rotateDisplayInitOptions(RotateDisplay * rd) o->subGroup = N_("Rotate Left"); o->displayHints = ""; o->shortDesc = N_("Rotate Left"); - o->longDesc = N_("Rotate left"); + o->longDesc = N_("Rotate Left."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateLeft; o->value.action.terminate = 0; @@ -2430,7 +2430,7 @@ static void rotateDisplayInitOptions(RotateDisplay * rd) o->subGroup = N_("Rotate Right"); o->displayHints = ""; o->shortDesc = N_("Rotate Right"); - o->longDesc = N_("Rotate right"); + o->longDesc = N_("Rotate Right."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateRight; o->value.action.terminate = 0; @@ -2451,7 +2451,7 @@ static void rotateDisplayInitOptions(RotateDisplay * rd) o->subGroup = N_("Rotate Up"); o->displayHints = ""; o->shortDesc = N_("Rotate Up"); - o->longDesc = N_("Rotate up"); + o->longDesc = N_("Rotate Up."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateTop; o->value.action.terminate = 0; @@ -2472,7 +2472,7 @@ static void rotateDisplayInitOptions(RotateDisplay * rd) o->subGroup = N_("Rotate Down"); o->displayHints = ""; o->shortDesc = N_("Rotate Down"); - o->longDesc = N_("Rotate down"); + o->longDesc = N_("Rotate Down."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateDown; o->value.action.terminate = 0; @@ -2493,7 +2493,7 @@ static void rotateDisplayInitOptions(RotateDisplay * rd) o->subGroup = N_("Rotate Left"); o->displayHints = ""; o->shortDesc = N_("Rotate Left with Window"); - o->longDesc = N_("Rotate left and bring active window " "along"); + o->longDesc = N_("Rotate Left and bring the active Window along."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateLeftWithWindow; o->value.action.terminate = 0; @@ -2515,7 +2515,7 @@ static void rotateDisplayInitOptions(RotateDisplay * rd) o->subGroup = N_("Rotate Right"); o->displayHints = ""; o->shortDesc = N_("Rotate Right with Window"); - o->longDesc = N_("Rotate right and bring active window " "along"); + o->longDesc = N_("Rotate Right and bring the active Window along."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateRightWithWindow; o->value.action.terminate = 0; @@ -2595,7 +2595,7 @@ o->shortDesc = str; \ o->subGroup = N_(""); o->displayHints = ""; o->shortDesc = N_("Rotate To"); - o->longDesc = N_("Rotate to viewport"); + o->longDesc = N_("Rotate to Viewport."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateTo; o->value.action.terminate = 0; @@ -2611,7 +2611,7 @@ o->shortDesc = str; \ o->subGroup = N_(""); o->displayHints = ""; o->shortDesc = N_("Rotate Window"); - o->longDesc = N_("Rotate with window"); + o->longDesc = N_("Rotate with Window."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateToWithWindow; o->value.action.terminate = 0; @@ -2627,7 +2627,7 @@ o->shortDesc = str; \ o->subGroup = N_("Edge Flip"); o->displayHints = ""; o->shortDesc = N_("Rotate Flip Left"); - o->longDesc = N_("Flip to left viewport and warp " "pointer"); + o->longDesc = N_("Flip to Left Viewport and warp pointer."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateEdgeFlipLeft; o->value.action.terminate = rotateFlipTerminate; @@ -2646,7 +2646,7 @@ o->shortDesc = str; \ o->subGroup = N_("Edge Flip"); o->displayHints = ""; o->shortDesc = N_("Rotate Flip Right"); - o->longDesc = N_("Flip to right viewport and warp " "pointer"); + o->longDesc = N_("Flip to Right Viewport and warp pointer."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateEdgeFlipRight; o->value.action.terminate = rotateFlipTerminate; @@ -2666,7 +2666,7 @@ o->shortDesc = str; \ o->displayHints = ""; o->shortDesc = N_("Edge Flip Pointer"); o->longDesc = - N_("Flip to next viewport when moving pointer to screen " "edge"); + N_("Flip to Next Viewport when moving Pointer to Screen Edge."); o->type = CompOptionTypeBool; o->value.b = ROTATE_EDGEFLIP_POINTER_DEFAULT; @@ -2678,7 +2678,7 @@ o->shortDesc = str; \ o->displayHints = ""; o->shortDesc = N_("Edge Flip Move"); o->longDesc = - N_("Flip to next viewport when moving window to screen " "edge"); + N_("Flip to Next Viewport when moving Window to Screen Edge."); o->type = CompOptionTypeBool; o->value.b = ROTATE_EDGEFLIP_WINDOW_DEFAULT; @@ -2690,8 +2690,8 @@ o->shortDesc = str; \ o->displayHints = ""; o->shortDesc = N_("Edge Flip DnD"); o->longDesc = - N_("Flip to next viewport when dragging object to screen " - "edge"); + N_("Flip to Next Viewport when Dragging object " + "to Screen Edge."); o->type = CompOptionTypeBool; o->value.b = ROTATE_EDGEFLIP_DND_DEFAULT; @@ -2702,7 +2702,7 @@ o->shortDesc = str; \ o->subGroup = N_("Edge Flip"); o->displayHints = ""; o->shortDesc = N_("Flip Time"); - o->longDesc = N_("Timeout before flipping viewport"); + o->longDesc = N_("Timeout before Flipping viewport."); o->type = CompOptionTypeInt; o->value.i = ROTATE_FLIPTIME_DEFAULT; o->rest.i.min = ROTATE_FLIPTIME_MIN; @@ -2714,8 +2714,8 @@ o->shortDesc = str; \ o->group = N_("Bindings"); o->subGroup = N_("Initiate"); o->displayHints = ""; - o->shortDesc = N_("Initiate on desktop"); - o->longDesc = N_("Start Rotation, but only when issued over desktop"); + o->shortDesc = N_("Initiate on Desktop"); + o->longDesc = N_("Start Rotation, but only when issued over Desktop."); o->type = CompOptionTypeAction; o->value.action.initiate = rotateInitiateDesktop; o->value.action.terminate = rotateTerminate; |