~ubuntu-branches/ubuntu/utopic/ldap-account-manager/utopic-proposed

« back to all changes in this revision

Viewing changes to templates/lib/extra/ckeditor/plugins/colorbutton/lang/ja.js

  • Committer: Package Import Robot
  • Author(s): Roland Gruber
  • Date: 2014-06-12 17:51:20 UTC
  • mfrom: (1.2.24)
  • Revision ID: package-import@ubuntu.com-20140612175120-grobhwyk369g9aod
Tags: 4.6-1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
 
3
For licensing, see LICENSE.md or http://ckeditor.com/license
 
4
*/
 
5
CKEDITOR.plugins.setLang( 'colorbutton', 'ja', {
 
6
        auto: '自動',
 
7
        bgColorTitle: '背景色',
 
8
        colors: {
 
9
                '000': 'Black',
 
10
                '800000': 'Maroon',
 
11
                '8B4513': 'Saddle Brown',
 
12
                '2F4F4F': 'Dark Slate Gray',
 
13
                '008080': 'Teal',
 
14
                '000080': 'Navy',
 
15
                '4B0082': 'Indigo',
 
16
                '696969': 'Dark Gray',
 
17
                B22222: 'Fire Brick',
 
18
                A52A2A: 'Brown',
 
19
                DAA520: 'Golden Rod',
 
20
                '006400': 'Dark Green',
 
21
                '40E0D0': 'Turquoise',
 
22
                '0000CD': 'Medium Blue',
 
23
                '800080': 'Purple',
 
24
                '808080': 'Gray',
 
25
                F00: 'Red',
 
26
                FF8C00: 'Dark Orange',
 
27
                FFD700: 'Gold',
 
28
                '008000': 'Green',
 
29
                '0FF': 'Cyan',
 
30
                '00F': 'Blue',
 
31
                EE82EE: 'Violet',
 
32
                A9A9A9: 'Dim Gray',
 
33
                FFA07A: 'Light Salmon',
 
34
                FFA500: 'Orange',
 
35
                FFFF00: 'Yellow',
 
36
                '00FF00': 'Lime',
 
37
                AFEEEE: 'Pale Turquoise',
 
38
                ADD8E6: 'Light Blue',
 
39
                DDA0DD: 'Plum',
 
40
                D3D3D3: 'Light Grey',
 
41
                FFF0F5: 'Lavender Blush',
 
42
                FAEBD7: 'Antique White',
 
43
                FFFFE0: 'Light Yellow',
 
44
                F0FFF0: 'Honeydew',
 
45
                F0FFFF: 'Azure',
 
46
                F0F8FF: 'Alice Blue',
 
47
                E6E6FA: 'Lavender',
 
48
                FFF: 'White'
 
49
        },
 
50
        more: 'その他の色...',
 
51
        panelTitle: '色',
 
52
        textColorTitle: '文字色'
 
53
} );