elrte 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +4 -0
- data/Gemfile +4 -0
- data/README.rdoc +33 -0
- data/Rakefile +1 -0
- data/app/assets/images/elrte-toolbar.png +0 -0
- data/app/assets/images/google-maps.png +0 -0
- data/app/assets/images/iframe.png +0 -0
- data/app/assets/images/loading.gif +0 -0
- data/app/assets/images/media-director.png +0 -0
- data/app/assets/images/media-flash.png +0 -0
- data/app/assets/images/media-quicktime.png +0 -0
- data/app/assets/images/media-realaudio.png +0 -0
- data/app/assets/images/media-rutube.png +0 -0
- data/app/assets/images/media-vimeo.png +0 -0
- data/app/assets/images/media-winmedia.png +0 -0
- data/app/assets/images/media-youtube.png +0 -0
- data/app/assets/images/outline-div.png +0 -0
- data/app/assets/images/outline-p.png +0 -0
- data/app/assets/images/pagebreak.gif +0 -0
- data/app/assets/images/pixel.gif +0 -0
- data/app/assets/images/smileys/evilgrin.png +0 -0
- data/app/assets/images/smileys/grin.png +0 -0
- data/app/assets/images/smileys/happy.png +0 -0
- data/app/assets/images/smileys/smile.png +0 -0
- data/app/assets/images/smileys/surprised.png +0 -0
- data/app/assets/images/smileys/tongue.png +0 -0
- data/app/assets/images/smileys/unhappy.png +0 -0
- data/app/assets/images/smileys/waii.png +0 -0
- data/app/assets/images/smileys/wink.png +0 -0
- data/app/assets/images/yandex-maps.png +0 -0
- data/app/assets/javascripts/elrte/base.js +5 -0
- data/app/assets/javascripts/elrte/toolbar.js +5 -0
- data/app/assets/stylesheets/elrte/active_admin.css.scss +8 -0
- data/app/assets/stylesheets/elrte/base.css.scss +6 -0
- data/app/controllers/elfinder_controller.rb +29 -0
- data/doc/README_rdoc.html +103 -0
- data/doc/created.rid +2 -0
- data/doc/index.html +54 -0
- data/doc/rdoc.css +706 -0
- data/elrte.gemspec +30 -0
- data/lib/elrte.rb +33 -0
- data/lib/elrte/application.rb +273 -0
- data/lib/elrte/dependency_checker.rb +11 -0
- data/lib/elrte/engine.rb +4 -0
- data/lib/elrte/router.rb +34 -0
- data/lib/elrte/version.rb +3 -0
- data/lib/generators/elrte/assets/assets_generator.rb +39 -0
- data/lib/generators/elrte/assets/templates/3.1/elrte.css.scss +4 -0
- data/lib/generators/elrte/assets/templates/3.1/elrte.js +26 -0
- data/lib/generators/elrte/assets/templates/dashboards.rb +36 -0
- data/lib/generators/elrte/install/install_generator.rb +24 -0
- data/vendor/assets/images/elfinder/icons-big.png +0 -0
- data/vendor/assets/images/elfinder/icons-small.png +0 -0
- data/vendor/assets/images/elfinder/ql.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-icons_222222_256x240.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-icons_2e83ff_256x240.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-icons_454545_256x240.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-icons_888888_256x240.png +0 -0
- data/vendor/assets/images/elfinder/smoothness/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/assets/images/elfinder/spinner.gif +0 -0
- data/vendor/assets/images/elfinder/toolbar.png +0 -0
- data/vendor/assets/images/elrte/elrte-toolbar.png +0 -0
- data/vendor/assets/images/elrte/google-maps.png +0 -0
- data/vendor/assets/images/elrte/iframe.png +0 -0
- data/vendor/assets/images/elrte/loading.gif +0 -0
- data/vendor/assets/images/elrte/media-director.png +0 -0
- data/vendor/assets/images/elrte/media-flash.png +0 -0
- data/vendor/assets/images/elrte/media-quicktime.png +0 -0
- data/vendor/assets/images/elrte/media-realaudio.png +0 -0
- data/vendor/assets/images/elrte/media-rutube.png +0 -0
- data/vendor/assets/images/elrte/media-vimeo.png +0 -0
- data/vendor/assets/images/elrte/media-winmedia.png +0 -0
- data/vendor/assets/images/elrte/media-youtube.png +0 -0
- data/vendor/assets/images/elrte/outline-div.png +0 -0
- data/vendor/assets/images/elrte/outline-p.png +0 -0
- data/vendor/assets/images/elrte/pagebreak.gif +0 -0
- data/vendor/assets/images/elrte/pixel.gif +0 -0
- data/vendor/assets/images/elrte/smileys/evilgrin.png +0 -0
- data/vendor/assets/images/elrte/smileys/grin.png +0 -0
- data/vendor/assets/images/elrte/smileys/happy.png +0 -0
- data/vendor/assets/images/elrte/smileys/smile.png +0 -0
- data/vendor/assets/images/elrte/smileys/surprised.png +0 -0
- data/vendor/assets/images/elrte/smileys/tongue.png +0 -0
- data/vendor/assets/images/elrte/smileys/unhappy.png +0 -0
- data/vendor/assets/images/elrte/smileys/waii.png +0 -0
- data/vendor/assets/images/elrte/smileys/wink.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-icons_222222_256x240.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-icons_2e83ff_256x240.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-icons_454545_256x240.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-icons_888888_256x240.png +0 -0
- data/vendor/assets/images/elrte/smoothness/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/assets/images/elrte/yandex-maps.png +0 -0
- data/vendor/assets/javascripts/elfinder/elfinder.min.js +1 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.cs.js +192 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.de.js +192 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.el.js +190 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.es.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.fr.js +192 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.hu.js +192 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.it.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.jp.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.lv.js +192 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.nl.js +190 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.pl.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.ru.js +200 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.sk.js +190 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.th.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.tr.js +191 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.uk.js +190 -0
- data/vendor/assets/javascripts/elfinder/i18n/elfinder.vi.js +192 -0
- data/vendor/assets/javascripts/elrte/elrte.min.js +267 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.YOUR_LANG.js +216 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.ar.js +168 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.ca.js +167 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.cs.js +171 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.da.js +210 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.de.js +170 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.en.js +11 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.es.js +169 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.fa.js +170 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.fr.js +169 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.hr.js +210 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.hu.js +203 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.it.js +169 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.jp.js +189 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.ko.js +210 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.lv.js +181 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.nl.js +201 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.pl.js +170 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.pt_BR.js +167 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.ru.js +213 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.sk.js +172 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.th.js +210 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.tr.js +210 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.uk.js +203 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.vi.js +209 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.zh_CN.js +189 -0
- data/vendor/assets/javascripts/elrte/i18n/elrte.zh_TW.js +212 -0
- data/vendor/assets/stylesheets/elfinder/elfinder.css.scss +836 -0
- data/vendor/assets/stylesheets/elfinder/smoothness/jquery-ui-1.8.13.custom.css.scss +578 -0
- data/vendor/assets/stylesheets/elrte/elrte-inner.css.scss +85 -0
- data/vendor/assets/stylesheets/elrte/elrte.min.css.scss +174 -0
- data/vendor/assets/stylesheets/elrte/smoothness/jquery-ui-1.8.13.custom.css.scss +578 -0
- metadata +256 -0
@@ -0,0 +1,191 @@
|
|
1
|
+
/**
|
2
|
+
* Turkish translation
|
3
|
+
* @author Özgür Çakırca <dijitalartist@gmail.com>
|
4
|
+
* @author Mesut Erdemir <erdemirmesut@gmail.com>
|
5
|
+
* @version 2010-11-03
|
6
|
+
*/
|
7
|
+
(function($) {
|
8
|
+
if (elFinder && elFinder.prototype.options && elFinder.prototype.options.i18n)
|
9
|
+
elFinder.prototype.options.i18n.tr = {
|
10
|
+
/* errors */
|
11
|
+
'Root directory does not exists' : 'Kök dizin mevcut değil',
|
12
|
+
'Unable to connect to backend' : 'Sunucu bağlantısı kurulamadı',
|
13
|
+
'Access denied' : 'Giriş engellendi',
|
14
|
+
'Invalid backend configuration' : 'Geçersiz sunucu yapılandırması',
|
15
|
+
'Unknown command' : 'Bilinmeyen komut',
|
16
|
+
'Command not allowed' : 'Bu komut izin verilmiyor',
|
17
|
+
'Invalid parameters' : 'Geçersiz parametreler',
|
18
|
+
'File not found' : 'Dosya bulunamadı',
|
19
|
+
'Invalid name' : 'Geçersiz isim',
|
20
|
+
'File or folder with the same name already exists' : 'Dosya veya aynı adı taşıyan klasör zaten var',
|
21
|
+
'Unable to rename file' : 'Dosya yeniden adlandırılamıyor',
|
22
|
+
'Unable to create folder' : 'Klasör oluşturulamıyor',
|
23
|
+
'Unable to create file' : 'Dosya oluşturulamıyor',
|
24
|
+
'No file to upload' : 'Dosya yüklenemiyor',
|
25
|
+
'Select at least one file to upload' : 'Yüklemek için en az bir dosyayı seçin',
|
26
|
+
'File exceeds the maximum allowed filesize' : 'Dosyası maksimum dosya boyutu aşıyor',
|
27
|
+
'Not allowed file type' : 'Bu dosya tipine izin verilmiyor',
|
28
|
+
'Unable to upload file' : 'Dosya yüklemek için açılamıyor',
|
29
|
+
'Unable to upload files' : 'Dosyalar yüklemek için açılamıyor',
|
30
|
+
'Unable to remove file' : 'Dosya kaldırılamıyor',
|
31
|
+
'Unable to save uploaded file' : 'Yüklenen dosya kaydedilemiyor',
|
32
|
+
'Some files was not uploaded' : 'Bazı dosyalar yüklenemedi',
|
33
|
+
'Unable to copy into itself' : 'Kendi içindeki dosyalar kopyalanamıyor',
|
34
|
+
'Unable to move files' : 'Dosyalar taşınamıyor',
|
35
|
+
'Unable to copy files' : 'Dosyalar kopyalanamıyor',
|
36
|
+
'Unable to create file copy' : 'Kopyalanan dosya oluşturulamıyor',
|
37
|
+
'File is not an image' : 'Bu resim dosyası değildir',
|
38
|
+
'Unable to resize image' : 'Resmi yeniden boyutlandırmak için açılamıyor',
|
39
|
+
'Unable to write to file' : 'Dosya yazılamıyor',
|
40
|
+
'Unable to create archive' : 'Arşiv oluşturulamadı',
|
41
|
+
'Unable to extract files from archive' : 'Arşiv dosyaları ayıklanamadı',
|
42
|
+
'Unable to open broken link' : 'Kırık link açılamıyor',
|
43
|
+
'File URL disabled by connector config' : 'Bağlantı dosyası devre dışı',
|
44
|
+
/* statusbar */
|
45
|
+
'items' : 'nesneler',
|
46
|
+
'selected items' : 'Seçilen nesneleri',
|
47
|
+
/* commands/buttons */
|
48
|
+
'Back' : 'Geri',
|
49
|
+
'Reload' : 'Yenile',
|
50
|
+
'Open' : 'Aç',
|
51
|
+
'Preview with Quick Look' : 'Hızlı görünüm',
|
52
|
+
'Select file' : 'Dosyayı seçin',
|
53
|
+
'New folder' : 'Yeni klasör',
|
54
|
+
'New text file' : 'Yeni metin dosyası',
|
55
|
+
'Upload files' : 'Dosya yükle',
|
56
|
+
'Copy' : 'Kopyala',
|
57
|
+
'Cut' : 'Kes',
|
58
|
+
'Paste' : 'Yapıştır',
|
59
|
+
'Duplicate' : 'Aynısından Çoğalt',
|
60
|
+
'Remove' : 'Kaldır',
|
61
|
+
'Rename' : 'Yeniden adlandır',
|
62
|
+
'Edit text file' : 'Metin dosyasını düzenle',
|
63
|
+
'View as icons' : 'Simge Görünümü',
|
64
|
+
'View as list' : 'Liste Görünümü',
|
65
|
+
'Resize image' : 'Resmi yeniden boyutlandır',
|
66
|
+
'Create archive' : 'Arşiv yarat',
|
67
|
+
'Uncompress archive' : 'Arşivi aç',
|
68
|
+
'Get info' : 'Bilgi',
|
69
|
+
'Help' : 'Yardım',
|
70
|
+
'Dock/undock filemanger window' : 'Kilitle/Kilidi kaldır dosya yöneticisinin',
|
71
|
+
/* upload/get info dialogs */
|
72
|
+
'Maximum allowed files size' : 'Maksimum dosya boyutu',
|
73
|
+
'Add field' : 'Alan ekle',
|
74
|
+
'File info' : 'Dosya Özellikleri',
|
75
|
+
'Folder info' : 'Klasör Özellikleri',
|
76
|
+
'Name' : 'Ad',
|
77
|
+
'Kind' : 'Türü',
|
78
|
+
'Size' : 'Boyut',
|
79
|
+
'Modified' : 'Değiştirme',
|
80
|
+
'Permissions' : 'Erişim',
|
81
|
+
'Link to' : 'Bağlantı',
|
82
|
+
'Dimensions' : 'Boyutlar',
|
83
|
+
'Confirmation required' : 'Onay gerekli',
|
84
|
+
'Are you sure you want to remove files?<br /> This cannot be undone!' : 'Dosyayı silmek istediğinizden emin misiniz? <br /> eylem geri döndürülemez',
|
85
|
+
/* permissions */
|
86
|
+
'read' : 'okuma',
|
87
|
+
'write' : 'yazma',
|
88
|
+
'remove' : 'kaldırma',
|
89
|
+
/* dates */
|
90
|
+
'Jan' : 'Ocak',
|
91
|
+
'Feb' : 'Şubat',
|
92
|
+
'Mar' : 'Mart',
|
93
|
+
'Apr' : 'Nisan',
|
94
|
+
'May' : 'Mayıs',
|
95
|
+
'Jun' : 'Haziran',
|
96
|
+
'Jul' : 'Temmuz',
|
97
|
+
'Aug' : 'Ağustos',
|
98
|
+
'Sep' : 'Eylül',
|
99
|
+
'Oct' : 'Ekim',
|
100
|
+
'Nov' : 'Kasım',
|
101
|
+
'Dec' : 'Aralık',
|
102
|
+
'Today' : 'Bugün',
|
103
|
+
'Yesterday' : 'Dün',
|
104
|
+
/* mimetypes */
|
105
|
+
'Unknown' : 'Bilinmeyen',
|
106
|
+
'Folder' : 'Klasör',
|
107
|
+
'Alias' : 'Bağlantı',
|
108
|
+
'Broken alias' : 'Kırık bağlantı',
|
109
|
+
'Plain text' : 'Düz metin',
|
110
|
+
'Postscript document' : 'Postscript belge',
|
111
|
+
'Application' : 'Uygulama',
|
112
|
+
'Microsoft Office document' : 'Microsoft Office belgesi',
|
113
|
+
'Microsoft Word document' : 'Microsoft Word belgesi',
|
114
|
+
'Microsoft Excel document' : 'Microsoft Office Excel belgesi',
|
115
|
+
'Microsoft Powerpoint presentation' : 'Microsoft Office Powerpoint belgesi',
|
116
|
+
'Open Office document' : 'Open Office belgesi',
|
117
|
+
'Flash application' : 'Flash uygulaması',
|
118
|
+
'XML document' : 'XML belgesi',
|
119
|
+
'Bittorrent file' : 'Bittorrent dosyası',
|
120
|
+
'7z archive' : '7z Arşiv',
|
121
|
+
'TAR archive' : 'TAR Arşiv',
|
122
|
+
'GZIP archive' : 'GZIP Arşiv',
|
123
|
+
'BZIP archive' : 'BZIP Arşiv',
|
124
|
+
'ZIP archive' : 'ZIP Arşiv',
|
125
|
+
'RAR archive' : 'RAR Arşiv',
|
126
|
+
'Javascript application' : 'Javascript uygulaması',
|
127
|
+
'PHP source' : 'PHP kaynak',
|
128
|
+
'HTML document' : 'HTML belgesi',
|
129
|
+
'Javascript source' : 'Javascript kaynak',
|
130
|
+
'CSS style sheet' : 'CSS stil belgesi',
|
131
|
+
'C source' : 'C kaynak',
|
132
|
+
'C++ source' : 'C++ kaynak',
|
133
|
+
'Unix shell script' : 'Unix shell script',
|
134
|
+
'Python source' : 'Python kaynak',
|
135
|
+
'Java source' : 'Java kaynak',
|
136
|
+
'Ruby source' : 'Ruby kaynak',
|
137
|
+
'Perl script' : 'Perl script',
|
138
|
+
'BMP image' : 'BMP resim',
|
139
|
+
'JPEG image' : 'JPEG resim',
|
140
|
+
'GIF Image' : 'GIF resim',
|
141
|
+
'PNG Image' : 'PNG resim',
|
142
|
+
'TIFF image' : 'TIFF resim',
|
143
|
+
'TGA image' : 'TGA resim',
|
144
|
+
'Adobe Photoshop image' : 'Adobe Photoshop resim',
|
145
|
+
'MPEG audio' : 'MPEG ses',
|
146
|
+
'MIDI audio' : 'MIDI ses',
|
147
|
+
'Ogg Vorbis audio' : 'Ogg Vorbis ses',
|
148
|
+
'MP4 audio' : 'MP4 ses',
|
149
|
+
'WAV audio' : 'WAV ses',
|
150
|
+
'DV video' : 'DV video',
|
151
|
+
'MP4 video' : 'MP4 video',
|
152
|
+
'MPEG video' : 'MPEG video',
|
153
|
+
'AVI video' : 'AVI video',
|
154
|
+
'Quicktime video' : 'Quicktime video',
|
155
|
+
'WM video' : 'WM video ',
|
156
|
+
'Flash video' : 'Flash video',
|
157
|
+
'Matroska video' : 'Matroska video',
|
158
|
+
// 'Shortcuts' : 'Клавиши',
|
159
|
+
'Select all files' : 'Tüm dosyaları seç',
|
160
|
+
'Copy/Cut/Paste files' : 'Dosyaları Kopyala/Kes/Yapıştır',
|
161
|
+
'Open selected file/folder' : 'Seçilen dosya/klasörü aç',
|
162
|
+
'Open/close QuickLook window' : 'hızlı gözatı aç/kapa',
|
163
|
+
'Remove selected files' : 'Seçilen dosyaları kaldır',
|
164
|
+
'Selected files or current directory info' : 'Seçilen dosyalar veya dizin bilgisi',
|
165
|
+
'Create new directory' : 'Yeni klasör yarat',
|
166
|
+
'Open upload files form' : 'Dosya yükleme formunu aç',
|
167
|
+
'Select previous file' : 'Önceki dosyayı seç',
|
168
|
+
'Select next file' : 'Sonraki dosyayı seç',
|
169
|
+
'Return into previous folder' : 'Bir önceki klasöre dön',
|
170
|
+
'Increase/decrease files selection' : 'Dosyaları seç',
|
171
|
+
'Authors' : 'Yazarlar',
|
172
|
+
'Sponsors' : 'Sponsors',
|
173
|
+
'elFinder: Web file manager' : 'elFinder: Web dosya yöneticisi',
|
174
|
+
'Version' : 'Sürüm',
|
175
|
+
'Copyright: Studio 42 LTD' : 'Telif hakkı: Studio 42 LTD',
|
176
|
+
'Donate to support project development' : 'Proje geliştirimine bağış için',
|
177
|
+
'Javascripts/PHP programming: Dmitry (dio) Levashov, dio@std42.ru' : 'Javascripts/PHP programcısı: Dmitry (dio) Levashov, dio@std42.ru',
|
178
|
+
'Python programming, techsupport: Troex Nevelin, troex@fury.scancode.ru' : 'Python programlama, teknik destek: Troex Nevelin, troex@fury.scancode.ru',
|
179
|
+
'Design: Valentin Razumnih' : 'Tasarım: Valentin Razumnih',
|
180
|
+
'Spanish localization' : 'İspanyolca yerelleştirme',
|
181
|
+
'Icons' : 'iconlar',
|
182
|
+
'License: BSD License' : 'Lisans: BSD License',
|
183
|
+
'elFinder documentation' : 'elFinder belgeler',
|
184
|
+
'Simple and usefull Content Management System' : 'Basit kullanışlı ve İçerik Yönetim Sistemi',
|
185
|
+
'Support project development and we will place here info about you' : 'Support project development and we will place here info about you',
|
186
|
+
'Contacts us if you need help integrating elFinder in you products' : 'Contacts us if you need help integrating elFinder in you products',
|
187
|
+
'helpText' : 'elFinder bilgisayarınızdaki Dosya Yöneticisine benzer çalışır. <br /> üst çubuğu, menü veya klavye kısayol düğmeleri kullanarak dosyalarını işlemek. Basitçe, dosya / klasör taşımak istediğinizde klasör simgesini taşımak için kullanabilirsiniz.<br/>ElFinder aşağıdaki klavye kısayollarını destekler:'
|
188
|
+
|
189
|
+
};
|
190
|
+
|
191
|
+
})(jQuery);
|
@@ -0,0 +1,190 @@
|
|
1
|
+
/*
|
2
|
+
* Ukranian translation
|
3
|
+
* @author Artem Vasilyev
|
4
|
+
* @version 2010-09-19
|
5
|
+
*/
|
6
|
+
(function($) {
|
7
|
+
if (elFinder && elFinder.prototype.options && elFinder.prototype.options.i18n)
|
8
|
+
elFinder.prototype.options.i18n.uk = {
|
9
|
+
/* errors */
|
10
|
+
'Root directory does not exists' : 'Коренева директорія не існує',
|
11
|
+
'Unable to connect to backend' : 'Не вдалося з\'єднатися з сервером',
|
12
|
+
'Access denied' : 'Доступ заборонено',
|
13
|
+
'Invalid backend configuration' : 'Помилки у відповідь сервера',
|
14
|
+
'Unknown command' : 'Невідома команда',
|
15
|
+
'Command not allowed' : 'Виконання команди заборонено',
|
16
|
+
'Invalid parameters' : 'Хибний параметри',
|
17
|
+
'File not found' : 'Файл не знайдено',
|
18
|
+
'Invalid name' : 'Некоректний ім\'я',
|
19
|
+
'File or folder with the same name already exists' : 'Файл або папка з такою назвою вже існує',
|
20
|
+
'Unable to rename file' : 'Не вдалося перейменувати файл',
|
21
|
+
'Unable to create folder' : 'Не вдалося створити папку',
|
22
|
+
'Unable to create file' : 'Не вдалося створити файл',
|
23
|
+
'No file to upload' : 'Немає файлів для завантаження',
|
24
|
+
'Select at least one file to upload' : 'Виберіть, як мінімум, один файл для завантаження',
|
25
|
+
'File exceeds the maximum allowed filesize' : 'Размер файла превышает максимально разрешенный размер',
|
26
|
+
'Not allowed file type' : 'Неразрешенный тип файла',
|
27
|
+
'Unable to upload file' : 'Не вдалося завантажити файл',
|
28
|
+
'Unable to upload files' : 'Не вдалося отримати файли',
|
29
|
+
'Unable to remove file' : 'Не вдалося видалити файл',
|
30
|
+
'Unable to save uploaded file' : 'Не вдалося зберегти завантажений файл',
|
31
|
+
'Some files was not uploaded' : 'Деякі файли не вдалося завантажити',
|
32
|
+
'Unable to copy into itself' : 'Неможливо скопіювати в себе',
|
33
|
+
'Unable to move files' : 'Не вдалося перемістити файли',
|
34
|
+
'Unable to copy files' : 'Не вдалося скопіювати файли',
|
35
|
+
'Unable to create file copy' : 'Не вдалося створити копію файлу',
|
36
|
+
'File is not an image' : 'Файл не є зображенням',
|
37
|
+
'Unable to resize image' : 'Не вдалося змінити розміри зображення',
|
38
|
+
'Unable to write to file' : 'Не вдалося записати файл',
|
39
|
+
'Unable to create archive' : 'Не вдалося створити архів',
|
40
|
+
'Unable to extract files from archive' : 'Не вдалося витягти файли з архіву',
|
41
|
+
'Unable to open broken link' : 'Неможливо відкрити биту посилання',
|
42
|
+
'File URL disabled by connector config' : 'Доступ до адрес файлів заборонений налаштуваннями коннектора',
|
43
|
+
/* statusbar */
|
44
|
+
'items' : 'об\'єктів',
|
45
|
+
'selected items' : 'вибрано об\'єктів',
|
46
|
+
/* commands/buttons */
|
47
|
+
'Back' : 'Назад',
|
48
|
+
'Reload' : 'Оновити',
|
49
|
+
'Open' : 'Відкрити',
|
50
|
+
'Preview with Quick Look' : 'Швидкий перегляд',
|
51
|
+
'Select file' : 'Вибрати файл',
|
52
|
+
'New folder' : 'Нова папка',
|
53
|
+
'New text file' : 'Новий файл',
|
54
|
+
'Upload files' : 'Завантажити файли',
|
55
|
+
'Copy' : 'Копіювати',
|
56
|
+
'Cut' : 'Вирізати',
|
57
|
+
'Paste' : 'Вставити',
|
58
|
+
'Duplicate' : 'Дублювати',
|
59
|
+
'Remove' : 'Видалити',
|
60
|
+
'Rename' : 'Перейменувати',
|
61
|
+
'Edit text file' : 'Редагувати файл',
|
62
|
+
'View as icons' : 'Іконки',
|
63
|
+
'View as list' : 'Список',
|
64
|
+
'Resize image' : 'Розмір зображення',
|
65
|
+
'Create archive' : 'Новий архів',
|
66
|
+
'Uncompress archive' : 'Розпакувати архів',
|
67
|
+
'Get info' : 'Властивості',
|
68
|
+
'Help' : 'Допомога',
|
69
|
+
'Dock/undock filemanager window' : 'Від\'єднати/приєднати Менеджер файлів до сторінки',
|
70
|
+
/* upload/get info dialogs */
|
71
|
+
'Maximum allowed files size' : 'Максимальний розмір файлів',
|
72
|
+
'Add field' : 'Додати поле',
|
73
|
+
'File info' : 'Властивості файлу',
|
74
|
+
'Folder info' : 'Параметри папки',
|
75
|
+
'Name' : 'Назва',
|
76
|
+
'Kind' : 'Тип',
|
77
|
+
'Size' : 'Розмір',
|
78
|
+
'Modified' : 'Змінено',
|
79
|
+
'Permissions' : 'Доступ',
|
80
|
+
'Link to' : 'Вказує',
|
81
|
+
'Dimensions' : 'Дозвіл',
|
82
|
+
'Confirmation required' : 'Необхідно підтвердити',
|
83
|
+
'Are you sure you want to remove files?<br /> This cannot be undone!' : 'Ви впевнені, що хочете видалити файл? <br /> Дія є незворотнім.',
|
84
|
+
/* permissions */
|
85
|
+
'read' : 'читання',
|
86
|
+
'write' : 'запис',
|
87
|
+
'remove' : 'видалення',
|
88
|
+
/* dates */
|
89
|
+
'Jan' : 'Січень',
|
90
|
+
'Feb' : 'Лютий',
|
91
|
+
'Mar' : 'Березня',
|
92
|
+
'Apr' : 'Квітня',
|
93
|
+
'May' : 'Травень',
|
94
|
+
'Jun' : 'Червня',
|
95
|
+
'Jul' : 'Липень',
|
96
|
+
'Aug' : 'Серпня',
|
97
|
+
'Sep' : 'Вересень',
|
98
|
+
'Oct' : 'Жовтня',
|
99
|
+
'Nov' : 'Листопад',
|
100
|
+
'Dec' : 'Грудень',
|
101
|
+
'Today' : 'Сьогодні',
|
102
|
+
'Yesterday' : 'Вчора',
|
103
|
+
/* mimetypes */
|
104
|
+
'Unknown' : 'Невідомий',
|
105
|
+
'Folder' : 'Папка',
|
106
|
+
'Alias' : 'Посилання',
|
107
|
+
'Broken alias' : 'Бита посилання',
|
108
|
+
'Plain text' : 'Звичайний текст',
|
109
|
+
'Postscript document' : 'Документ postscript',
|
110
|
+
'Application' : 'Додаток',
|
111
|
+
'Microsoft Office document' : 'Документ Microsoft Office',
|
112
|
+
'Microsoft Word document' : 'Документ Microsoft Word',
|
113
|
+
'Microsoft Excel document' : 'Документ Microsoft Excel',
|
114
|
+
'Microsoft Powerpoint presentation' : 'Презентація Microsoft Powerpoint',
|
115
|
+
'Open Office document' : 'Документ Open Office',
|
116
|
+
'Flash application' : 'Додаток Flash',
|
117
|
+
'XML document' : 'Документ XML',
|
118
|
+
'Bittorrent file' : 'Bittorrent файл',
|
119
|
+
'7z archive' : 'Архів 7z',
|
120
|
+
'TAR archive' : 'Архів TAR',
|
121
|
+
'GZIP archive' : 'Архів GZIP',
|
122
|
+
'BZIP archive' : 'Архів BZIP',
|
123
|
+
'ZIP archive' : 'Архів ZIP',
|
124
|
+
'RAR archive' : 'Архів RAR',
|
125
|
+
'Javascript application' : 'Додаток Javascript',
|
126
|
+
'PHP source' : 'Исходник PHP',
|
127
|
+
'HTML document' : 'Документ HTML',
|
128
|
+
'Javascript source' : 'Исходник Javascript',
|
129
|
+
'CSS style sheet' : 'Таблиця стилів CSS',
|
130
|
+
'C source' : 'Исходник C',
|
131
|
+
'C++ source' : 'Исходник C++',
|
132
|
+
'Unix shell script' : 'Скрипт Unix shell',
|
133
|
+
'Python source' : 'Исходник Python',
|
134
|
+
'Java source' : 'Исходник Java',
|
135
|
+
'Ruby source' : 'Исходник Ruby',
|
136
|
+
'Perl script' : 'Скрипт Perl',
|
137
|
+
'BMP image' : 'Зображення BMP',
|
138
|
+
'JPEG image' : 'Зображення JPEG',
|
139
|
+
'GIF Image' : 'Зображення GIF',
|
140
|
+
'PNG Image' : 'Зображення PNG',
|
141
|
+
'TIFF image' : 'Зображення TIFF',
|
142
|
+
'TGA image' : 'Зображення TGA',
|
143
|
+
'Adobe Photoshop image' : 'Зображення Adobe Photoshop',
|
144
|
+
'MPEG audio' : 'Аудіо MPEG',
|
145
|
+
'MIDI audio' : 'Аудіо MIDI',
|
146
|
+
'Ogg Vorbis audio' : 'Аудіо Ogg Vorbis',
|
147
|
+
'MP4 audio' : 'Аудіо MP4',
|
148
|
+
'WAV audio' : 'Аудіо WAV',
|
149
|
+
'DV video' : 'Відео DV',
|
150
|
+
'MP4 video' : 'Відео MP4',
|
151
|
+
'MPEG video' : 'Відео MPEG',
|
152
|
+
'AVI video' : 'Відео AVI',
|
153
|
+
'Quicktime video' : 'Відео Quicktime',
|
154
|
+
'WM video' : 'Відео WM',
|
155
|
+
'Flash video' : 'Відео Flash',
|
156
|
+
'Matroska video' : 'Відео Matroska',
|
157
|
+
// 'Shortcuts' : 'Клавиши',
|
158
|
+
'Select all files' : 'Виділити всі файли',
|
159
|
+
'Copy/Cut/Paste files' : 'Копіювати/Вирізати/Вставити файли',
|
160
|
+
'Open selected file/folder' : 'Відкрити папку/файл',
|
161
|
+
'Open/close QuickLook window' : 'Відкрити/закрити вікно швидкого перегляду',
|
162
|
+
'Remove selected files' : 'Видалити виділені файли',
|
163
|
+
'Selected files or current directory info' : 'Інформація про виділених файлів або поточній папці',
|
164
|
+
'Create new directory' : 'Нова папка',
|
165
|
+
'Open upload files form' : 'Відкрити вікно завантаження файлів',
|
166
|
+
'Select previous file' : 'Вибрати попередній файл',
|
167
|
+
'Select next file' : 'Вибрати наступний файл',
|
168
|
+
'Return into previous folder' : 'Повернутися в попередню папку',
|
169
|
+
'Increase/decrease files selection' : 'Збільшити/зменшити виділення файлів',
|
170
|
+
'Authors' : 'Автори',
|
171
|
+
'Sponsors' : 'Спонсори',
|
172
|
+
'elFinder: Web file manager' : 'elFinder: Файловий менеджер для Web',
|
173
|
+
'Version' : 'Версія',
|
174
|
+
'Copyright: Studio 42 LTD' : 'Copyright: Студия 42',
|
175
|
+
'Donate to support project development' : 'Підтримайте розробку',
|
176
|
+
'Javascripts/PHP programming: Dmitry (dio) Levashov, dio@std42.ru' : 'Програмування Javascripts/php: Дмитрий (dio) Левашов, dio@std42.ru',
|
177
|
+
'Python programming, techsupport: Troex Nevelin, troex@fury.scancode.ru' : 'Програмування Python, техподдержка: Troex Nevelin, troex@fury.scancode.ru',
|
178
|
+
'Design: Valentin Razumnih' : 'Дизайн: Валентин Разумных',
|
179
|
+
'Spanish localization' : 'Испанская локализация',
|
180
|
+
'Icons' : 'Иконки',
|
181
|
+
'License: BSD License' : 'Ліцензія: BSD License',
|
182
|
+
'elFinder documentation' : 'Документація elFinder',
|
183
|
+
'Simple and usefull Content Management System' : 'Проста і зручна Система Управління Сайтами',
|
184
|
+
'Support project development and we will place here info about you' : 'Підтримайте розробку продукту і ми розмістимо тут інформацію про вас.',
|
185
|
+
'Contacts us if you need help integrating elFinder in you products' : 'Якщо ви хочете інтегрувати elFinder в свій продукт, звертайтеся до нас',
|
186
|
+
'helpText' : 'elFinder працює аналогічно до файлового менеджера у вашому комп\'ютері. <br /> Маніпулювати файлами можна за допомогою кнопок на верхній панелі, контекстного меню або сполучення клавіш. Щоб перемістити файли/папки, просто перенесіть їх на іконку потрібної папки. Якщо буде затиснута клавіша Shift файли будуть скопійовані. <br/> <br/> ElFinder підтримує наступні сполучення клавіш:'
|
187
|
+
|
188
|
+
};
|
189
|
+
|
190
|
+
})(jQuery);
|
@@ -0,0 +1,192 @@
|
|
1
|
+
/**
|
2
|
+
* Vietnamese translation
|
3
|
+
* @author baby cntt <quan0909@gmail.com>
|
4
|
+
* @version 2011-02-02
|
5
|
+
*/
|
6
|
+
(function($) {
|
7
|
+
if (elFinder && elFinder.prototype.options && elFinder.prototype.options.i18n)
|
8
|
+
elFinder.prototype.options.i18n.vi = {
|
9
|
+
/* errors */
|
10
|
+
'Root directory does not exists' : 'Thư mục gốc không tồn tại',
|
11
|
+
'Unable to connect to backend' : 'Không thể kết nối với backend',
|
12
|
+
'Access denied' : 'Truy cập bị từ chối',
|
13
|
+
'Invalid backend configuration' : 'Thiết lập backend sai',
|
14
|
+
'Unknown command' : 'Không hiểu yêu cầu',
|
15
|
+
'Command not allowed' : 'Yêu cầu không được phép',
|
16
|
+
'Invalid parameters' : 'Sai tham số',
|
17
|
+
'File not found' : 'Không tìm thấy tập tin',
|
18
|
+
'Invalid name' : 'Sai tên',
|
19
|
+
'File or folder with the same name already exists' : 'Tập tin hay thư mục có tên giống như vậy đã có',
|
20
|
+
'Unable to rename file' : 'Không thể đổi tên tập tin',
|
21
|
+
'Unable to create folder' : 'Không thể tạo thư mục',
|
22
|
+
'Unable to create file' : 'Không thể tạo tập tin',
|
23
|
+
'No file to upload' : 'Không có tập tin để tải lên',
|
24
|
+
'Select at least one file to upload' : 'Chọn ít nhất một tập tin để tải lên',
|
25
|
+
'File exceeds the maximum allowed filesize' : 'Kích thước tập tin vượt quá mức cho phép',
|
26
|
+
'Data exceeds the maximum allowed size' : 'Kích thước dữ liệu vượt quá mức cho phép',
|
27
|
+
'Not allowed file type' : 'Không chấp nhận định dạng tập tin',
|
28
|
+
'Unable to upload file' : 'Không thể tải tập tin lên',
|
29
|
+
'Unable to upload files' : 'Không thể tải tập tin lên',
|
30
|
+
'Unable to remove file' : 'Không thể xóa tập tin',
|
31
|
+
'Unable to save uploaded file' : 'Không thể lưu tập tin đã tải lên',
|
32
|
+
'Some files was not uploaded' : 'Một số tập tin không được tải lên',
|
33
|
+
'Unable to copy into itself' : 'Không thể sao chép vào chính nó',
|
34
|
+
'Unable to move files' : 'Không thể di chuyển tập tin',
|
35
|
+
'Unable to copy files' : 'Không thể sao chép tập tin',
|
36
|
+
'Unable to create file copy' : 'Không thể tạo tập tin sao chép',
|
37
|
+
'File is not an image' : 'Tập tin không phải là hình ảnh',
|
38
|
+
'Unable to resize image' : 'Không thể thay đổi kích thước hình',
|
39
|
+
'Unable to write to file' : 'Không thể ghi tập tin',
|
40
|
+
'Unable to create archive' : 'Không thể tạo tập tin nén',
|
41
|
+
'Unable to extract files from archive' : 'Không thể trích xuất tập tin từ tập tin nén',
|
42
|
+
'Unable to open broken link' : 'Không thể mở liên kết gãy',
|
43
|
+
'File URL disabled by connector config' : 'URL của tập tin đã bị khóa bởi tùy chỉnh của người kết nối',
|
44
|
+
/* statusbar */
|
45
|
+
'items' : 'đối tượng',
|
46
|
+
'selected items' : 'chọn đối tượng',
|
47
|
+
/* commands/buttons */
|
48
|
+
'Back' : 'Trở về',
|
49
|
+
'Reload' : 'Tải lại',
|
50
|
+
'Open' : 'Mở',
|
51
|
+
'Preview with Quick Look' : 'Xem trước với Quick Look',
|
52
|
+
'Select file' : 'Chọn tập tin',
|
53
|
+
'New folder' : 'Tạo thư mục mới',
|
54
|
+
'New text file' : 'Tạo tập tin văn bản',
|
55
|
+
'Upload files' : 'Tải tập tin lên',
|
56
|
+
'Copy' : 'Sao chép',
|
57
|
+
'Cut' : 'Di chuyển',
|
58
|
+
'Paste' : 'Dán',
|
59
|
+
'Duplicate' : 'Nhân đôi',
|
60
|
+
'Remove' : 'Xóa',
|
61
|
+
'Rename' : 'Đổi tên',
|
62
|
+
'Edit text file' : 'Sửa tập tin văn bản',
|
63
|
+
'View as icons' : 'Xem kiểu biểu tượng',
|
64
|
+
'View as list' : 'Xem kiểu danh sách',
|
65
|
+
'Resize image' : 'Thay đổi kích thước ảnh',
|
66
|
+
'Create archive' : 'Tạo tập tin nén',
|
67
|
+
'Uncompress archive' : 'Giải nén tập tin nén',
|
68
|
+
'Get info' : 'Lấy thông tin',
|
69
|
+
'Help' : 'Trợ giúp',
|
70
|
+
'Dock/undock filemanger window' : 'Cố định/không cố định cửa sổ quản lí tập tin',
|
71
|
+
/* upload/get info dialogs */
|
72
|
+
'Maximum allowed files size' : 'Cho phép kích thước tối đa của tập tin',
|
73
|
+
'Add field' : 'Thêm',
|
74
|
+
'File info' : 'Thông tin tập tin',
|
75
|
+
'Folder info' : 'Thông tin thư mục',
|
76
|
+
'Name' : 'Tên',
|
77
|
+
'Kind' : 'Phân loại',
|
78
|
+
'Size' : 'Kích thước',
|
79
|
+
'Modified' : 'Thay đổi ngày',
|
80
|
+
'Permissions' : 'Quyền truy cập',
|
81
|
+
'Link to' : 'Liên kết tới',
|
82
|
+
'Dimensions' : 'Kích thước',
|
83
|
+
'Confirmation required' : 'Yêu cầu xác nhận',
|
84
|
+
'Are you sure you want to remove files?<br /> This cannot be undone!' : 'Bạn có chắc là muốn xóa tập tin? <br /> Không thể phục hồi!',
|
85
|
+
/* permissions */
|
86
|
+
'read' : 'đọc',
|
87
|
+
'write' : 'ghi',
|
88
|
+
'remove' : 'xóa',
|
89
|
+
/* dates */
|
90
|
+
'Jan' : 'Tháng một',
|
91
|
+
'Feb' : 'Tháng hai',
|
92
|
+
'Mar' : 'Tháng ba',
|
93
|
+
'Apr' : 'Tháng tư',
|
94
|
+
'May' : 'Tháng năm',
|
95
|
+
'Jun' : 'Tháng sáu',
|
96
|
+
'Jul' : 'Tháng bảy',
|
97
|
+
'Aug' : 'Tháng tám',
|
98
|
+
'Sep' : 'Tháng chín',
|
99
|
+
'Oct' : 'Tháng mười',
|
100
|
+
'Nov' : 'Tháng mười một',
|
101
|
+
'Dec' : 'Tháng mười hai',
|
102
|
+
'Today' : 'Hôm nay',
|
103
|
+
'Yesterday' : 'Hôm qua',
|
104
|
+
/* mimetypes */
|
105
|
+
'Unknown' : 'Không biết',
|
106
|
+
'Folder' : 'Thư mục',
|
107
|
+
'Alias' : 'Alias',
|
108
|
+
'Broken alias' : 'Alias hư',
|
109
|
+
'Plain text' : 'Văn bản thuần',
|
110
|
+
'Postscript document' : 'Tài liệu postscript',
|
111
|
+
'Application' : 'Ứng dụng',
|
112
|
+
'Microsoft Office document' : 'Tài liệu Microsoft Office',
|
113
|
+
'Microsoft Word document' : 'Tài liệu Microsoft Word',
|
114
|
+
'Microsoft Excel document' : 'Tài liệu Microsoft Excel',
|
115
|
+
'Microsoft Powerpoint presentation' : 'Tài liệu Microsoft Powerpoint',
|
116
|
+
'Open Office document' : 'Tài liệu Open Office',
|
117
|
+
'Flash application' : 'Ứng dụng Flash',
|
118
|
+
'XML document' : 'Tài liệu XML',
|
119
|
+
'Bittorrent file' : 'Tập tin bittorrent',
|
120
|
+
'7z archive' : 'Tập tin nén 7z',
|
121
|
+
'TAR archive' : 'Tập tin nén TAR',
|
122
|
+
'GZIP archive' : 'Tập tin nén GZIP',
|
123
|
+
'BZIP archive' : 'Tập tin nén BZIP',
|
124
|
+
'ZIP archive' : 'Tập tin nén ZIP',
|
125
|
+
'RAR archive' : 'Tập tin nén RAR',
|
126
|
+
'Javascript application' : 'Ứng dụng Javascript',
|
127
|
+
'PHP source' : 'Mã nguồn PHP',
|
128
|
+
'HTML document' : 'Tài liệu HTML',
|
129
|
+
'Javascript source' : 'Mã nguồn Javascript',
|
130
|
+
'CSS style sheet' : 'CSS style sheet',
|
131
|
+
'C source' : 'Mã nguồn C',
|
132
|
+
'C++ source' : 'Mã nguồn C++',
|
133
|
+
'Unix shell script' : 'Unix shell script',
|
134
|
+
'Python source' : 'Mã nguồn Python',
|
135
|
+
'Java source' : 'Mã nguồn Java',
|
136
|
+
'Ruby source' : 'Mã nguồn Ruby',
|
137
|
+
'Perl script' : 'Mã nguồn Perl',
|
138
|
+
'BMP image' : 'Tập tin ảnh BMP',
|
139
|
+
'JPEG image' : 'Tập tin ảnh JPEG',
|
140
|
+
'GIF Image' : 'Tập tin ảnh GIF',
|
141
|
+
'PNG Image' : 'Tập tin ảnh PNG',
|
142
|
+
'TIFF image' : 'Tập tin ảnh TIFF',
|
143
|
+
'TGA image' : 'Tập tin ảnh TGA',
|
144
|
+
'Adobe Photoshop image' : 'Tập tin ảnh Adobe Photoshop',
|
145
|
+
'MPEG audio' : 'Tập tin âm thanh MPEG',
|
146
|
+
'MIDI audio' : 'Tập tin âm thanh MIDI',
|
147
|
+
'Ogg Vorbis audio' : 'Tập tin âm thanh Ogg Vorbis',
|
148
|
+
'MP4 audio' : 'Tập tin âm thanh MP4',
|
149
|
+
'WAV audio' : 'Tập tin âm thanh WAV',
|
150
|
+
'DV video' : 'Tập tin video DV',
|
151
|
+
'MP4 video' : 'Tập tin video MP4',
|
152
|
+
'MPEG video' : 'Tập tin video MPEG',
|
153
|
+
'AVI video' : 'Tập tin video AVI',
|
154
|
+
'Quicktime video' : 'Tập tin video Quicktime',
|
155
|
+
'WM video' : 'Tập tin video WM',
|
156
|
+
'Flash video' : 'Tập tin video Flash',
|
157
|
+
'Matroska video' : 'Tập tin video Matroska',
|
158
|
+
// 'Shortcuts' : 'Клавиши',
|
159
|
+
'Select all files' : 'Chọn tất cả tập tin',
|
160
|
+
'Copy/Cut/Paste files' : 'Sao chép/Di chuyển/Dán tập tin',
|
161
|
+
'Open selected file/folder' : 'Mở chọn tập tin/thư mục',
|
162
|
+
'Open/close QuickLook window' : 'Mở/đóng cửa sổ QuickLook',
|
163
|
+
'Remove selected files' : 'Xóa tập tin đã chọn',
|
164
|
+
'Selected files or current directory info' : 'Thông tin của tập tin hay thư mục đã chọn',
|
165
|
+
'Create new directory' : 'Tạo thư mục mới',
|
166
|
+
'Open upload files form' : 'Tải tập tin lên từ',
|
167
|
+
'Select previous file' : 'Chọn tập tin trước',
|
168
|
+
'Select next file' : 'Chọn tập tin kế tiếp',
|
169
|
+
'Return into previous folder' : 'Trở lại thư mục trước',
|
170
|
+
'Increase/decrease files selection' : 'Tăng/giảm số lượng tập tin được chọn',
|
171
|
+
'Authors' : 'Tác giả',
|
172
|
+
'Sponsors' : 'Tài trợ',
|
173
|
+
'elFinder: Web file manager' : 'elFinder: quản lí tập tin trên web',
|
174
|
+
'Version' : 'Phiên bản',
|
175
|
+
'Copyright: Studio 42 LTD' : 'Bản quyền: Студия 42',
|
176
|
+
'Donate to support project development' : 'Đóng góp để hỗ trợ dự án',
|
177
|
+
'Javascripts/PHP programming: Dmitry (dio) Levashov, dio@std42.ru' : 'Lập trình Javascripts/PHP: Dmitry (dio) Levashov, dio@std42.ru',
|
178
|
+
'Python programming, techsupport: Troex Nevelin, troex@fury.scancode.ru' : 'Lập trình Python, hỗ trợ kĩ thuật: Troex Nevelin, troex@fury.scancode.ru',
|
179
|
+
'Design: Valentin Razumnih' : 'Thiết kế: Valentin Razumnih',
|
180
|
+
'Spanish localization' : 'Chuyển ngữ tiếng Tây Ban Nha',
|
181
|
+
'Icons' : 'Biểu tượng',
|
182
|
+
'License: BSD License' : 'Bản quyền: BSD License',
|
183
|
+
'elFinder documentation' : 'Tài liệu elFinder',
|
184
|
+
'Simple and usefull Content Management System' : 'Hệ thống quản lí đơn giản và hữu dụng',
|
185
|
+
'Support project development and we will place here info about you' : 'Hỗ trợ dự án phát triển và chúng tôi sẽ đưa thông tin về bạn tại đây',
|
186
|
+
'Contacts us if you need help integrating elFinder in you products' : 'Liên hệ chúng tôi nếu bạn cần tích hợp elFinder vào sản phẩm của bạn',
|
187
|
+
'elFinder support following shortcuts' : 'elFinder hỗ trợ phím tắt sau',
|
188
|
+
'helpText' : 'elFinder tương thích với trình quản lí tập tin trên máy tính của bạn. <br />Để thực hiện thao tác với tập tin/thư mục, bạn sử dụng các biểu tượng trên bảng điều khiển. Nếu bạn không hiểu ý nghĩa của biểu tượng, giữ chuột lướt qua trên biểu tượng để xem gợi ý. <br />Các thao tác với tập tin/thư mục có thể thực hiện qua menu ngữ cảnh (click chuột phải). <br />Để sao chép/xóa một nhóm tập tin/thư mục, chọn chúng bằng cách sử dụng tổ hợp phím Shift hoặc Alt kết hợp click chuột trái.',
|
189
|
+
|
190
|
+
};
|
191
|
+
|
192
|
+
})(jQuery);
|