File: en-ca.js

package info (click to toggle)
request-tracker4 4.2.8-3%2Bdeb8u3
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 49,260 kB
  • ctags: 5,200
  • sloc: perl: 54,880; sh: 1,067; makefile: 499
file content (43 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'flash', 'en-ca', {
	access: 'Script Access',
	accessAlways: 'Always',
	accessNever: 'Never',
	accessSameDomain: 'Same domain',
	alignAbsBottom: 'Abs Bottom',
	alignAbsMiddle: 'Abs Middle',
	alignBaseline: 'Baseline',
	alignTextTop: 'Text Top',
	bgcolor: 'Background colour',
	chkFull: 'Allow Fullscreen',
	chkLoop: 'Loop',
	chkMenu: 'Enable Flash Menu',
	chkPlay: 'Auto Play',
	flashvars: 'Variables for Flash',
	hSpace: 'HSpace',
	properties: 'Flash Properties',
	propertiesTab: 'Properties',
	quality: 'Quality',
	qualityAutoHigh: 'Auto High', // MISSING
	qualityAutoLow: 'Auto Low', // MISSING
	qualityBest: 'Best', // MISSING
	qualityHigh: 'High', // MISSING
	qualityLow: 'Low', // MISSING
	qualityMedium: 'Medium', // MISSING
	scale: 'Scale',
	scaleAll: 'Show all',
	scaleFit: 'Exact Fit',
	scaleNoBorder: 'No Border',
	title: 'Flash Properties',
	vSpace: 'VSpace',
	validateHSpace: 'HSpace must be a number.',
	validateSrc: 'URL must not be empty.',
	validateVSpace: 'VSpace must be a number.',
	windowMode: 'Window mode',
	windowModeOpaque: 'Opaque', // MISSING
	windowModeTransparent: 'Transparent', // MISSING
	windowModeWindow: 'Window' // MISSING
});