upgrading tinymce to 2.0.5.1
This commit is contained in:
parent
c012e8913d
commit
c48e6b98dd
31 changed files with 499 additions and 0 deletions
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/si.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/si.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// SI lang variables ISO-8859-2
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Vstavi/uredi vodorano črto',
|
||||
insert_advhr_width : 'Širina',
|
||||
insert_advhr_size : 'Višina',
|
||||
insert_advhr_noshade : 'Brez sence'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/tr.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/tr.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// TR lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Yatay çizgi ekle/düzenle',
|
||||
insert_advhr_width : 'Geniþlik',
|
||||
insert_advhr_size : 'Yükseklik',
|
||||
insert_advhr_noshade : 'Gölge yok'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/vi.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/vi.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Đường thẳng ngang',
|
||||
insert_advhr_width : 'Độ rộng',
|
||||
insert_advhr_size : 'Chiều cao',
|
||||
insert_advhr_noshade : 'Không có bóng đổ'
|
||||
});
|
||||
9
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/zh_cn_utf8.js
vendored
Executable file
9
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/zh_cn_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
||||
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : '插入/编辑 水平标尺',
|
||||
insert_advhr_width : '宽度',
|
||||
insert_advhr_size : '高度',
|
||||
insert_advhr_noshade : '无阴影'
|
||||
});
|
||||
46
www/extras/tinymce2/jscripts/tiny_mce/plugins/advlink/langs/si.js
vendored
Normal file
46
www/extras/tinymce2/jscripts/tiny_mce/plugins/advlink/langs/si.js
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
// SI lang variables ISO-8859-2
|
||||
|
||||
tinyMCE.addToLang('advlink',{
|
||||
general_tab : 'Splošno',
|
||||
popup_tab : 'Popup okno',
|
||||
events_tab : 'Dogodki',
|
||||
advanced_tab : 'Napredno',
|
||||
general_props : 'Splošne lastnosti',
|
||||
popup_props : 'Lastnosti popup okna',
|
||||
event_props : 'Lastnosti dogodkov',
|
||||
advanced_props : 'Napredne lastnosti',
|
||||
popup_opts : 'Možnosti',
|
||||
anchor_names : 'Sidra',
|
||||
target_same : 'Odpri v tem oknu / okvirju',
|
||||
target_parent : 'Odpri v starševem oknu / okvirju',
|
||||
target_top : 'Odpri v najvišjem okvirju(nadomesti vse okvirje)',
|
||||
target_blank : 'Odpri v novem oknu',
|
||||
popup : 'Javascript popup okno',
|
||||
popup_url : 'URL naslov popup okna',
|
||||
popup_name : 'Ime okna',
|
||||
popup_return : 'Vstavi \'return false\'',
|
||||
popup_scrollbars : 'Pokaži drsnike',
|
||||
popup_statusbar : 'Pokaži statusno vrstico',
|
||||
popup_toolbar : 'Pokaži orodno vrstico',
|
||||
popup_menubar : 'Pokaži menu',
|
||||
popup_location : 'Pokaži naslovno vrstico',
|
||||
popup_resizable : 'Naj se da oknu spreminjati velikost',
|
||||
popup_dependent : 'Odvisno okno (le v Mozilla/Firefox)',
|
||||
popup_size : 'Velikost',
|
||||
popup_position : 'Pozicija (X/Y)',
|
||||
id : 'Id',
|
||||
style: 'Stili',
|
||||
classes : 'Razredi',
|
||||
target_name : 'Ime tarče',
|
||||
langdir : 'Smer jezika',
|
||||
target_langcode : 'Jezik tarče',
|
||||
langcode : 'Koda jezika',
|
||||
encoding : 'Kodna tabela tarče',
|
||||
mime : 'MIME type tarče',
|
||||
rel : 'Razmerje strani do tarče',
|
||||
rev : 'Razmerje tarče do strani',
|
||||
tabindex : 'Tabindex',
|
||||
accesskey : 'Accesskey',
|
||||
ltr : 'Od leve proti desni',
|
||||
rtl : 'Od desne proti levi'
|
||||
});
|
||||
46
www/extras/tinymce2/jscripts/tiny_mce/plugins/advlink/langs/tr.js
vendored
Normal file
46
www/extras/tinymce2/jscripts/tiny_mce/plugins/advlink/langs/tr.js
vendored
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('advlink',{
|
||||
general_tab : 'Genel',
|
||||
popup_tab : 'Popup',
|
||||
events_tab : 'Olaylar',
|
||||
advanced_tab : 'Gelişmiş',
|
||||
general_props : 'Genel özellikler',
|
||||
popup_props : 'Popup özellikleri',
|
||||
event_props : 'Olaylar',
|
||||
advanced_props : 'Gelişmiş özellikler',
|
||||
popup_opts : 'Seçenekler',
|
||||
anchor_names : 'Bağlantılar',
|
||||
target_same : 'Bu pencerede/çerçevede aç',
|
||||
target_parent : 'Ana pencerede/çerçevede aç',
|
||||
target_top : 'Üst çercçevede aç(bütün çerçeveleri değiştirir)',
|
||||
target_blank : 'Yeni pencerede aç',
|
||||
popup : 'Javascript popup',
|
||||
popup_url : 'Popup URL',
|
||||
popup_name : 'Pencere ismi',
|
||||
popup_return : '\'return false\' ekle',
|
||||
popup_scrollbars : 'Kaydırma çubuğunu göster',
|
||||
popup_statusbar : 'Durum çubuğunu göster',
|
||||
popup_toolbar : 'Araç çubuklarını göster',
|
||||
popup_menubar : 'Menü çubuğunu göster',
|
||||
popup_location : 'Adres satırını göster',
|
||||
popup_resizable : 'Pencereyi yeniden boyutlandırılabilir yap',
|
||||
popup_dependent : 'Ana pencereye bağımlı (sadece Mozilla/Firefox)',
|
||||
popup_size : 'Büyüklük',
|
||||
popup_position : 'Posizyon (X/Y)',
|
||||
id : 'Id',
|
||||
style: 'Stil',
|
||||
classes : 'Sınıflar',
|
||||
target_name : 'Hedef isim',
|
||||
langdir : 'Dil yönü',
|
||||
target_langcode : 'Hedef dil',
|
||||
langcode : 'Dil kodu',
|
||||
encoding : 'Hedef karakter kodlaması',
|
||||
mime : 'Hedef MIME tipi',
|
||||
rel : 'Sayfa - hedef ilişkisi',
|
||||
rev : 'Hedef - sayfa ilişkisi',
|
||||
tabindex : 'Tabindeks',
|
||||
accesskey : 'Erişim anahtarı',
|
||||
ltr : 'Soldan sağa',
|
||||
rtl : 'Sağdan sola'
|
||||
});
|
||||
46
www/extras/tinymce2/jscripts/tiny_mce/plugins/advlink/langs/vi.js
vendored
Executable file
46
www/extras/tinymce2/jscripts/tiny_mce/plugins/advlink/langs/vi.js
vendored
Executable file
|
|
@ -0,0 +1,46 @@
|
|||
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
|
||||
tinyMCE.addToLang('advlink',{
|
||||
general_tab : 'Chung',
|
||||
popup_tab : 'Cửa sổ bật ra',
|
||||
events_tab : 'Sự kiện',
|
||||
advanced_tab : 'Nâng cao',
|
||||
general_props : 'Thuộc tính chung',
|
||||
popup_props : 'Thuộc tính bật ra',
|
||||
event_props : 'Sự kiện',
|
||||
advanced_props : 'Thuộc tính nâng cao',
|
||||
popup_opts : 'Tùy chọn',
|
||||
anchor_names : 'Neo',
|
||||
target_same : 'Mở trong cửa sổ / khung này',
|
||||
target_parent : 'Mở trong cửa sổ / khung cha',
|
||||
target_top : 'Mở trong khung cao nhất (thay thế mọi khung)',
|
||||
target_blank : 'Mở trong cửa sổ mới',
|
||||
popup : 'Cửa sổ bật ra Javascript',
|
||||
popup_url : 'Địa chỉ bật ra',
|
||||
popup_name : 'Tên cửa sổ',
|
||||
popup_return : 'Thêm \'return false\'',
|
||||
popup_scrollbars : 'Hiện thanh cuộn',
|
||||
popup_statusbar : 'Hiện thanh trạng thái',
|
||||
popup_toolbar : 'Hiện thanh công cụ',
|
||||
popup_menubar : 'Hiện thanh menu',
|
||||
popup_location : 'Hiện thanh địa chỉ',
|
||||
popup_resizable : 'Cửa sổ có thể thay đổi kích thước',
|
||||
popup_dependent : 'Độc lập (chỉ trên Mozilla/Firefox)',
|
||||
popup_size : 'Kích thước',
|
||||
popup_position : 'Vị trí (tọa độ X/Y)',
|
||||
id : 'Id',
|
||||
style: 'Phong cách',
|
||||
classes : 'Lớp',
|
||||
target_name : 'Tên mục tiêu',
|
||||
langdir : 'Hướng ngôn ngữ',
|
||||
target_langcode : 'Ngôn ngữ mục tiêu',
|
||||
langcode : 'Mã ngôn ngữ',
|
||||
encoding : 'Mã hóa kí tự mục tiêu',
|
||||
mime : 'Kiểu MIME mục tiêu',
|
||||
rel : 'Quan hệ trang đến mục tiêu',
|
||||
rev : 'Quan hệ mục tiêu đến trang',
|
||||
tabindex : 'Chỉ số Tab',
|
||||
accesskey : 'Phím truy cập',
|
||||
ltr : 'Trái sang phải',
|
||||
rtl : 'Phải sang trái'
|
||||
});
|
||||
47
www/extras/tinymce2/jscripts/tiny_mce/plugins/advlink/langs/zh_cn_utf8.js
vendored
Executable file
47
www/extras/tinymce2/jscripts/tiny_mce/plugins/advlink/langs/zh_cn_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,47 @@
|
|||
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
||||
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
||||
|
||||
tinyMCE.addToLang('advlink',{
|
||||
general_tab : '一般',
|
||||
popup_tab : '弹出',
|
||||
events_tab : '事件',
|
||||
advanced_tab : '高级',
|
||||
general_props : '一般属性',
|
||||
popup_props : '弹出属性',
|
||||
event_props : '事件属性',
|
||||
advanced_props : '高技属性',
|
||||
popup_opts : '选项',
|
||||
anchor_names : '锚点',
|
||||
target_same : '在当前窗口/框架中打开',
|
||||
target_parent : '在父窗口/框架中打开',
|
||||
target_top : '在顶端窗口/框架中打开',
|
||||
target_blank : '在新窗口中打开',
|
||||
popup : 'Javascript 弹出',
|
||||
popup_url : '弹出地址',
|
||||
popup_name : '弹出窗口名',
|
||||
popup_return : '插入 \'return false\'',
|
||||
popup_scrollbars : '显示滚动条',
|
||||
popup_statusbar : '显示状态条',
|
||||
popup_toolbar : '显示工具条',
|
||||
popup_menubar : '显示菜单条',
|
||||
popup_location : '显示地址条',
|
||||
popup_resizable : '窗口大小可变',
|
||||
popup_dependent : 'Dependent (仅限于 Mozilla/Firefox)',
|
||||
popup_size : '大小',
|
||||
popup_position : '位置 (X/Y)',
|
||||
id : '标识',
|
||||
style: '样式',
|
||||
classes : '类',
|
||||
target_name : '目标名称',
|
||||
langdir : '书写方向',
|
||||
target_langcode : '目标语言',
|
||||
langcode : '语言编码',
|
||||
encoding : '目标文字编码',
|
||||
mime : '目标 MIME 种类',
|
||||
rel : '页与目标的关系',
|
||||
rev : '目标与页的关系',
|
||||
tabindex : 'Tabindex',
|
||||
accesskey : '快捷键',
|
||||
ltr : '从左到右',
|
||||
rtl : '从右到左'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/si.js
vendored
Normal file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/si.js
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// SI lang variables ISO-8859-2
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Vstavi smeškota',
|
||||
desc : 'Smeškoti',
|
||||
cool : 'Kul',
|
||||
cry : 'Jok',
|
||||
embarassed : 'Osramočen',
|
||||
foot_in_mouth : 'Foot in mouth',
|
||||
frown : 'Nakremžen',
|
||||
innocent : 'Nedolžen',
|
||||
kiss : 'Poljub',
|
||||
laughing : 'Smeh',
|
||||
money_mouth : 'Denar',
|
||||
sealed : 'Zapečaten',
|
||||
smile : 'Nasmeh',
|
||||
surprised : 'Presenečen',
|
||||
tongue_out : 'Jezik ven',
|
||||
undecided : 'Neodločen',
|
||||
wink : 'Pomežik',
|
||||
yell : 'Kričim'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/tr.js
vendored
Normal file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/tr.js
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// TR lang variables
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Yüz ifadesi ekle',
|
||||
desc : 'Yüz ifadeleri',
|
||||
cool : 'Soðukkanlý',
|
||||
cry : 'Aðlayan',
|
||||
embarassed : 'Utangaç',
|
||||
foot_in_mouth : 'Foot in mouth',
|
||||
frown : 'Kaþlarý çatýk',
|
||||
innocent : 'Masum',
|
||||
kiss : 'Öpücük',
|
||||
laughing : 'Gülen',
|
||||
money_mouth : 'Money mouth',
|
||||
sealed : 'Týp',
|
||||
smile : 'Gülümseyen',
|
||||
surprised : 'Þaþýrmýþ',
|
||||
tongue_out : 'Dili dýþarda',
|
||||
undecided : 'Kararsýz',
|
||||
wink : 'Göz kýrpan',
|
||||
yell : 'Haykýran'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/vi.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/vi.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Thêm biểu cảm',
|
||||
desc : 'Biểu cảm',
|
||||
cool : 'Tuyệt',
|
||||
cry : 'Khóc',
|
||||
embarassed : 'Bối rối',
|
||||
foot_in_mouth : 'Chân trong miệng',
|
||||
frown : 'Cau mày',
|
||||
innocent : 'Ngây thơ',
|
||||
kiss : 'Hôn',
|
||||
laughing : 'Cười',
|
||||
money_mouth : 'Ngậm tiền',
|
||||
sealed : 'Dán miệng',
|
||||
smile : 'Mỉm cười',
|
||||
surprised : 'Ngạc nhiên',
|
||||
tongue_out : 'Thè lưỡi',
|
||||
undecided : 'Chưa quyết định',
|
||||
wink : 'Nháy mắt',
|
||||
yell : 'La hét'
|
||||
});
|
||||
23
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/zh_cn_utf8.js
vendored
Executable file
23
www/extras/tinymce2/jscripts/tiny_mce/plugins/emotions/langs/zh_cn_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
||||
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : '插入表情',
|
||||
desc : '表情',
|
||||
cool : '酷',
|
||||
cry : '哭',
|
||||
embarassed : '尴尬',
|
||||
foot_in_mouth : 'Foot in mouth',
|
||||
frown : '皱眉',
|
||||
innocent : '无辜',
|
||||
kiss : '亲吻',
|
||||
laughing : '大笑',
|
||||
money_mouth : 'Money mouth',
|
||||
sealed : '保密',
|
||||
smile : '微笑',
|
||||
surprised : '惊讶',
|
||||
tongue_out : '吐舌',
|
||||
undecided : '犹豫',
|
||||
wink : '眨眼',
|
||||
yell : '大叫'
|
||||
});
|
||||
11
www/extras/tinymce2/jscripts/tiny_mce/plugins/flash/langs/si.js
vendored
Normal file
11
www/extras/tinymce2/jscripts/tiny_mce/plugins/flash/langs/si.js
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// SI lang variables ISO-8859-2
|
||||
|
||||
tinyMCE.addToLang('flash',{
|
||||
title : 'Vstavi/uredi Flash film',
|
||||
desc : 'Vstavi/uredi Flash film',
|
||||
file : 'Flash datoteka (.swf)',
|
||||
size : 'Velikost',
|
||||
list : 'Flash datoteke',
|
||||
props : 'Lastnosti',
|
||||
general : 'Splošno'
|
||||
});
|
||||
11
www/extras/tinymce2/jscripts/tiny_mce/plugins/flash/langs/tr.js
vendored
Normal file
11
www/extras/tinymce2/jscripts/tiny_mce/plugins/flash/langs/tr.js
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// TR lang variables
|
||||
|
||||
tinyMCE.addToLang('flash',{
|
||||
title : 'Flash ekle/düzenle',
|
||||
desc : 'Flash ekle/düzenle',
|
||||
file : 'Flash-Dosyası (.swf)',
|
||||
size : 'Boyut',
|
||||
list : 'Flash Dosyaları',
|
||||
props : 'Flash özellikleri',
|
||||
general : 'Genel'
|
||||
});
|
||||
11
www/extras/tinymce2/jscripts/tiny_mce/plugins/flash/langs/vi.js
vendored
Executable file
11
www/extras/tinymce2/jscripts/tiny_mce/plugins/flash/langs/vi.js
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
|
||||
tinyMCE.addToLang('flash',{
|
||||
title : 'Thêm/sửa phim flash',
|
||||
desc : 'Thêm/sửa phim flash',
|
||||
file : 'File flash (.swf)',
|
||||
size : 'Kích thước',
|
||||
list : 'File flash',
|
||||
props : 'Thuộc tính flash',
|
||||
general : 'Chung'
|
||||
});
|
||||
12
www/extras/tinymce2/jscripts/tiny_mce/plugins/flash/langs/zh_cn_utf8.js
vendored
Executable file
12
www/extras/tinymce2/jscripts/tiny_mce/plugins/flash/langs/zh_cn_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
||||
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
||||
|
||||
tinyMCE.addToLang('flash',{
|
||||
title : '插入/编辑 Flash电影',
|
||||
desc : 'Flash电影描述',
|
||||
file : 'Flash插件(.swf)',
|
||||
size : '尺寸',
|
||||
list : 'Flash插件列表',
|
||||
props : 'Flash属性',
|
||||
general : '一般'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/si.js
vendored
Normal file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/si.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// SI lang variables ISO-8859-2
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Celozaslonski način',
|
||||
fullscreen_desc : 'Vklopi/izklopi celozaslonski način'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/tr.js
vendored
Normal file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/tr.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// TR lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Tam ekran modu',
|
||||
fullscreen_desc : 'Tam ekran moduna geç'
|
||||
});
|
||||
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/zh_cn_utf8.js
vendored
Executable file
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/zh_cn_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
||||
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : '全屏模式',
|
||||
fullscreen_desc : '切换全屏模式'
|
||||
});
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/print/langs/si.js
vendored
Normal file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/print/langs/si.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// SI lang variables ISO-8859-2
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
print_desc : 'Natisni'
|
||||
});
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/print/langs/tr.js
vendored
Normal file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/print/langs/tr.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// TR lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
print_desc : 'Yazdýr'
|
||||
});
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/print/langs/vi.js
vendored
Executable file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/print/langs/vi.js
vendored
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
// Vietnamese lang variables - Ðỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
print_desc : 'In'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/print/langs/zh_cn_utf8.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/print/langs/zh_cn_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
||||
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
print_desc : '打印'
|
||||
});
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/si.js
vendored
Normal file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/si.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// SI lang variables ISO-8859-2
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
save_desc : 'Shrani'
|
||||
});
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/tr.js
vendored
Normal file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/tr.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
save_desc : 'Kaydet'
|
||||
});
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/vi.js
vendored
Executable file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/vi.js
vendored
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
save_desc : 'Ghi lại'
|
||||
});
|
||||
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/zh_cn_utf8.js
vendored
Executable file
7
www/extras/tinymce2/jscripts/tiny_mce/plugins/save/langs/zh_cn_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
||||
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
save_desc : '保存'
|
||||
});
|
||||
|
||||
21
www/extras/tinymce2/jscripts/tiny_mce/plugins/searchreplace/langs/si.js
vendored
Normal file
21
www/extras/tinymce2/jscripts/tiny_mce/plugins/searchreplace/langs/si.js
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
// SI lang variables ISO-8859-2
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
searchreplace_search_desc : 'Najdi',
|
||||
searchreplace_searchnext_desc : 'Ponovno najdi',
|
||||
searchreplace_replace_desc : 'Najdi/zamenjaj',
|
||||
searchreplace_notfound : 'Iskanje je bilo zaključeno. Ne najdem iskanega zaporedja',
|
||||
searchreplace_search_title : 'Najdi',
|
||||
searchreplace_replace_title : 'Najdi/zamenjaj',
|
||||
searchreplace_allreplaced : 'Vse pojavitve iskanega zaporedja so bile zamenjane.',
|
||||
searchreplace_findwhat : 'Najdi',
|
||||
searchreplace_replacewith : 'Zamenjaj z',
|
||||
searchreplace_direction : 'Smer',
|
||||
searchreplace_up : 'Gor',
|
||||
searchreplace_down : 'Dol',
|
||||
searchreplace_case : 'Upoštevaj velike/male črke',
|
||||
searchreplace_findnext : 'Najdi nasledno pojavitev',
|
||||
searchreplace_replace : 'Zamenjaj',
|
||||
searchreplace_replaceall : 'Zamenjaj vse',
|
||||
searchreplace_cancel : 'Prekliči'
|
||||
});
|
||||
21
www/extras/tinymce2/jscripts/tiny_mce/plugins/searchreplace/langs/tr.js
vendored
Normal file
21
www/extras/tinymce2/jscripts/tiny_mce/plugins/searchreplace/langs/tr.js
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
// TR lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
searchreplace_search_desc : 'Ara',
|
||||
searchreplace_searchnext_desc : 'Tekrar ara',
|
||||
searchreplace_replace_desc : 'Bul/Deðiþtir',
|
||||
searchreplace_notfound : 'Arama tamamlandý. Aradýðýnýz sözcük bulunamadý.',
|
||||
searchreplace_search_title : 'Ara',
|
||||
searchreplace_replace_title : 'Bul/Deðiþtir',
|
||||
searchreplace_allreplaced : 'Tüm bulunan sözcükler deðiþtirildi.',
|
||||
searchreplace_findwhat : 'Ara',
|
||||
searchreplace_replacewith : 'ile deðiþtir',
|
||||
searchreplace_direction : 'Arama yönü',
|
||||
searchreplace_up : 'Yukarý',
|
||||
searchreplace_down : 'Aðaðý',
|
||||
searchreplace_case : 'Büyük/küçük harf duyarlý',
|
||||
searchreplace_findnext : 'Ara Ýleri',
|
||||
searchreplace_replace : 'Deðiþtir',
|
||||
searchreplace_replaceall : 'Hepsini deðiþtir',
|
||||
searchreplace_cancel : 'Ýptal'
|
||||
});
|
||||
21
www/extras/tinymce2/jscripts/tiny_mce/plugins/searchreplace/langs/vi.js
vendored
Executable file
21
www/extras/tinymce2/jscripts/tiny_mce/plugins/searchreplace/langs/vi.js
vendored
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
searchreplace_search_desc : 'Tìm',
|
||||
searchreplace_searchnext_desc : 'Tìm tiếp',
|
||||
searchreplace_replace_desc : 'Tìm/Thay thế',
|
||||
searchreplace_notfound : 'Hoàn thành tìm kiếm. Không tìm thấy.',
|
||||
searchreplace_search_title : 'Tìm',
|
||||
searchreplace_replace_title : 'Tìm/Thay thế',
|
||||
searchreplace_allreplaced : 'Đã thay thế hết.',
|
||||
searchreplace_findwhat : 'Tìm gì',
|
||||
searchreplace_replacewith : 'Thay thế bằng',
|
||||
searchreplace_direction : 'Hướng',
|
||||
searchreplace_up : 'Lên',
|
||||
searchreplace_down : 'Xuống',
|
||||
searchreplace_case : 'Phân biệt chữ hoa chữ thường',
|
||||
searchreplace_findnext : 'Tìm tiếp',
|
||||
searchreplace_replace : 'Thay thế',
|
||||
searchreplace_replaceall : 'Thay tất cả',
|
||||
searchreplace_cancel : 'Hủy bỏ'
|
||||
});
|
||||
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/searchreplace/langs/zh_cn_utf8.js
vendored
Executable file
22
www/extras/tinymce2/jscripts/tiny_mce/plugins/searchreplace/langs/zh_cn_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ).
|
||||
// visit our homepage at: http://www.cube316.net/tinymce/ for more information.
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
searchreplace_search_desc : '查找',
|
||||
searchreplace_searchnext_desc : '再次查找',
|
||||
searchreplace_replace_desc : '查找/替换',
|
||||
searchreplace_notfound : '搜索完毕,没有找到要查找的字符串。',
|
||||
searchreplace_search_title : '查找',
|
||||
searchreplace_replace_title : '查找/替换',
|
||||
searchreplace_allreplaced : '所有符合条件的字符串已替换完毕。',
|
||||
searchreplace_findwhat : '查找',
|
||||
searchreplace_replacewith : '替换为',
|
||||
searchreplace_direction : '方向',
|
||||
searchreplace_up : '向上',
|
||||
searchreplace_down : '向下',
|
||||
searchreplace_case : '匹配大小写',
|
||||
searchreplace_findnext : '查找下一个',
|
||||
searchreplace_replace : '替换',
|
||||
searchreplace_replaceall : '全部替换',
|
||||
searchreplace_cancel : '取消'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue