Statistics
| Branch: | Tag: | Revision:

root / static / js / tinymce / langs / ps.js @ 6ecbf4ec

History | View | Annotate | Download (4.7 kB)

1
tinyMCE.addI18n({ps:{
2
common:{
3
edit_confirm:"Do you want to use the WYSIWYG mode for this textarea?",
4
apply:"Apply",
5
insert:"Insert",
6
update:"Update",
7
cancel:"Cancel",
8
close:"Close",
9
browse:"Browse",
10
class_name:"Class",
11
not_set:"-- Not set --",
12
clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?",
13
clipboard_no_support:"Currently not supported by your browser, use keyboard shortcuts instead.",
14
popup_blocked:"Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.",
15
invalid_data:"Error: Invalid values entered, these are marked in red.",
16
more_colors:"More colors"
17
},
18
contextmenu:{
19
align:"Alignment",
20
left:"Left",
21
center:"Center",
22
right:"Right",
23
full:"Full"
24
},
25
insertdatetime:{
26
date_fmt:"%Y-%m-%d",
27
time_fmt:"%H:%M:%S",
28
insertdate_desc:"Insert date",
29
inserttime_desc:"Insert time",
30
months_long:"January,February,March,April,May,June,July,August,September,October,November,December",
31
months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",
32
day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",
33
day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun"
34
},
35
print:{
36
print_desc:"Print"
37
},
38
preview:{
39
preview_desc:"Preview"
40
},
41
directionality:{
42
ltr_desc:"Direction left to right",
43
rtl_desc:"Direction right to left"
44
},
45
layer:{
46
insertlayer_desc:"Insert new layer",
47
forward_desc:"Move forward",
48
backward_desc:"Move backward",
49
absolute_desc:"Toggle absolute positioning",
50
content:"New layer..."
51
},
52
save:{
53
save_desc:"Save",
54
cancel_desc:"Cancel all changes"
55
},
56
nonbreaking:{
57
nonbreaking_desc:"Insert non-breaking space character"
58
},
59
iespell:{
60
iespell_desc:"Run spell checking",
61
download:"ieSpell not detected. Do you want to install it now?"
62
},
63
advhr:{
64
advhr_desc:"Horizontal rule"
65
},
66
emotions:{
67
emotions_desc:"Emotions"
68
},
69
searchreplace:{
70
search_desc:"Find",
71
replace_desc:"Find/Replace"
72
},
73
advimage:{
74
image_desc:"Insert/edit image"
75
},
76
advlink:{
77
link_desc:"Insert/edit link"
78
},
79
xhtmlxtras:{
80
cite_desc:"Citation",
81
abbr_desc:"Abbreviation",
82
acronym_desc:"Acronym",
83
del_desc:"Deletion",
84
ins_desc:"Insertion",
85
attribs_desc:"Insert/Edit Attributes"
86
},
87
style:{
88
desc:"Edit CSS Style"
89
},
90
paste:{
91
paste_text_desc:"Paste as Plain Text",
92
paste_word_desc:"Paste from Word",
93
selectall_desc:"Select All",
94
plaintext_mode_sticky:"Paste is now in plain text mode. Click again to toggle back to regular paste mode. After you paste something you will be returned to regular paste mode.",
95
plaintext_mode:"Paste is now in plain text mode. Click again to toggle back to regular paste mode."
96
},
97
paste_dlg:{
98
text_title:"Use CTRL+V on your keyboard to paste the text into the window.",
99
text_linebreaks:"Keep linebreaks",
100
word_title:"Use CTRL+V on your keyboard to paste the text into the window."
101
},
102
table:{
103
desc:"Inserts a new table",
104
row_before_desc:"Insert row before",
105
row_after_desc:"Insert row after",
106
delete_row_desc:"Delete row",
107
col_before_desc:"Insert column before",
108
col_after_desc:"Insert column after",
109
delete_col_desc:"Remove column",
110
split_cells_desc:"Split merged table cells",
111
merge_cells_desc:"Merge table cells",
112
row_desc:"Table row properties",
113
cell_desc:"Table cell properties",
114
props_desc:"Table properties",
115
paste_row_before_desc:"Paste table row before",
116
paste_row_after_desc:"Paste table row after",
117
cut_row_desc:"Cut table row",
118
copy_row_desc:"Copy table row",
119
del:"Delete table",
120
row:"Row",
121
col:"Column",
122
cell:"Cell"
123
},
124
autosave:{
125
unload_msg:"The changes you made will be lost if you navigate away from this page.",
126
restore_content:"Restore auto-saved content.",
127
warning_message:"If you restore the saved content, you will lose all the content that is currently in the editor.\n\nAre you sure you want to restore the saved content?."
128
},
129
fullscreen:{
130
desc:"Toggle fullscreen mode"
131
},
132
media:{
133
desc:"Insert / edit embedded media",
134
edit:"Edit embedded media"
135
},
136
fullpage:{
137
desc:"Document properties"
138
},
139
template:{
140
desc:"Insert predefined template content"
141
},
142
visualchars:{
143
desc:"Visual control characters on/off."
144
},
145
spellchecker:{
146
desc:"Toggle spellchecker",
147
menu:"Spellchecker settings",
148
ignore_word:"Ignore word",
149
ignore_words:"Ignore all",
150
langs:"Languages",
151
wait:"Please wait...",
152
sug:"Suggestions",
153
no_sug:"No suggestions",
154
no_mpell:"No misspellings found."
155
},
156
pagebreak:{
157
desc:"Insert page break."
158
},
159
advlist:{
160
types:"Types",
161
def:"Default",
162
lower_alpha:"Lower alpha",
163
lower_greek:"Lower greek",
164
lower_roman:"Lower roman",
165
upper_alpha:"Upper alpha",
166
upper_roman:"Upper roman",
167
circle:"Circle",
168
disc:"Disc",
169
square:"Square"
170
}}});