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,192 @@
|
|
1
|
+
/**
|
2
|
+
* Latvian translation
|
3
|
+
* @author Uldis Plotiņš <uldis.plotins@gmail.com>
|
4
|
+
* @version 2010-09-22
|
5
|
+
*/
|
6
|
+
(function($) {
|
7
|
+
if (elFinder && elFinder.prototype.options && elFinder.prototype.options.i18n)
|
8
|
+
elFinder.prototype.options.i18n.lv = {
|
9
|
+
/* errors */
|
10
|
+
'Root directory does not exists' : 'Saknes direktorija neeksistē',
|
11
|
+
'Unable to connect to backend' : 'Neizdevās savienoties ar serveri',
|
12
|
+
'Access denied' : 'Pieeja liegta',
|
13
|
+
'Invalid backend configuration' : 'Nekorekta servera atbilde',
|
14
|
+
'Unknown command' : 'Nezināma komanda',
|
15
|
+
'Command not allowed' : 'Komandas izpilde liegta',
|
16
|
+
'Invalid parameters' : 'Nekorekti parametri',
|
17
|
+
'File not found' : 'Fails netika atrasts',
|
18
|
+
'Invalid name' : 'Nekorekts vārds',
|
19
|
+
'File or folder with the same name already exists' : 'Fails vai direktorija ar šādu nosaukumu jau eksistē',
|
20
|
+
'Unable to rename file' : 'Neizdevās pārsaukt failu',
|
21
|
+
'Unable to create folder' : 'Neizdevās izveidot direktoriju',
|
22
|
+
'Unable to create file' : 'Neizdevās izveidot failu',
|
23
|
+
'No file to upload' : 'Nav failu augšupielādēšanai',
|
24
|
+
'Select at least one file to upload' : 'Izvēlieties vismaz vienu failu augšupielādēšanai',
|
25
|
+
'File exceeds the maximum allowed filesize' : 'Faila izmērs ir lielāks ar maksimāli atļaujamo',
|
26
|
+
'Data exceeds the maximum allowed size' : 'Datu apjoms pārsniedza maksimāli atļaujamo',
|
27
|
+
'Not allowed file type' : 'Neatļauts faila tips',
|
28
|
+
'Unable to upload file' : 'Neizdevās augšupielādēt failu',
|
29
|
+
'Unable to upload files' : 'Neizdevās augšupielādēt failus',
|
30
|
+
'Unable to remove file' : 'Neizdevās dzēst failu',
|
31
|
+
'Unable to save uploaded file' : 'Augšupielādēto failu saglabāt neizdevās',
|
32
|
+
'Some files was not uploaded' : 'Dažus failus augšupielādēt neizdevās',
|
33
|
+
'Unable to copy into itself' : 'Kopēt sevī nav iespējams',
|
34
|
+
'Unable to move files' : 'Neizdevās pārvietot failus',
|
35
|
+
'Unable to copy files' : 'Kopēt failus neizdevās',
|
36
|
+
'Unable to create file copy' : 'Faila kopiju izveidot neizdevās',
|
37
|
+
'File is not an image' : 'Dotais fails nav attēls',
|
38
|
+
'Unable to resize image' : 'Attēla izmēra maiņa neizevās',
|
39
|
+
'Unable to write to file' : 'Ierakstīt failā neizdevās',
|
40
|
+
'Unable to create archive' : 'Izveidot arhīvu neizdevās',
|
41
|
+
'Unable to extract files from archive' : 'Izdabūt failus no arhīva neizdevās',
|
42
|
+
'Unable to open broken link' : 'Neizdevās atvērt sasistu saiti',
|
43
|
+
'File URL disabled by connector config' : 'Atbilstoši konektora iestatījumiem pieeja failu adresēm ir liegta',
|
44
|
+
/* statusbar */
|
45
|
+
'items' : 'objekti',
|
46
|
+
'selected items' : 'izvēlētie objekti',
|
47
|
+
/* commands/buttons */
|
48
|
+
'Back' : 'Atpakaļ',
|
49
|
+
'Reload' : 'Atjaunot',
|
50
|
+
'Open' : 'Atvērt',
|
51
|
+
'Preview with Quick Look' : 'Ātrs caurskats',
|
52
|
+
'Select file' : 'Izvēlēties failu',
|
53
|
+
'New folder' : 'Jauna direktorija',
|
54
|
+
'New text file' : 'Jauns fails',
|
55
|
+
'Upload files' : 'Augšupielādēt failus',
|
56
|
+
'Copy' : 'Kopēt',
|
57
|
+
'Cut' : 'Izgriezt',
|
58
|
+
'Paste' : 'Ievietot',
|
59
|
+
'Duplicate' : 'Dublēt',
|
60
|
+
'Remove' : 'Dzēst',
|
61
|
+
'Rename' : 'Pārsaukt',
|
62
|
+
'Edit text file' : 'Rediģēt teksta failu',
|
63
|
+
'View as icons' : 'Ikonas',
|
64
|
+
'View as list' : 'Saraksts',
|
65
|
+
'Resize image' : 'Attēlu izmērs',
|
66
|
+
'Create archive' : 'Jauns arhīvs',
|
67
|
+
'Uncompress archive' : 'Atvērt arhīvu',
|
68
|
+
'Get info' : 'Saņemt informāciju',
|
69
|
+
'Help' : 'Palīdzība',
|
70
|
+
'Dock/undock filemanager window' : 'Atvienot/pievienot failu pārvaldnieku lapai',
|
71
|
+
/* upload/get info dialogs */
|
72
|
+
'Maximum allowed files size' : 'Maksimālais atļautais failu izmērs',
|
73
|
+
'Add field' : 'Pievienot lauku',
|
74
|
+
'File info' : 'Faila īpašības',
|
75
|
+
'Folder info' : 'Direktorijas īpašības',
|
76
|
+
'Name' : 'Vārds',
|
77
|
+
'Kind' : 'Veids',
|
78
|
+
'Size' : 'Izmērs',
|
79
|
+
'Modified' : 'Mainīts',
|
80
|
+
'Permissions' : 'Pieejas tiesības',
|
81
|
+
'Link to' : 'Uzrāda uz',
|
82
|
+
'Dimensions' : 'Atļauja',
|
83
|
+
'Confirmation required' : 'Nepieciešas apstiprinājums',
|
84
|
+
'Are you sure you want to remove files?<br /> This cannot be undone!' : 'Vai tiešām vēlaties dzēst failus? <br />Darbība neatgriezināma.',
|
85
|
+
/* permissions */
|
86
|
+
'read' : 'rasīšana',
|
87
|
+
'write' : 'rakstīšana',
|
88
|
+
'remove' : 'dzēšana',
|
89
|
+
/* dates */
|
90
|
+
'Jan' : 'Jan',
|
91
|
+
'Feb' : 'Feb',
|
92
|
+
'Mar' : 'Маr',
|
93
|
+
'Apr' : 'Аpr',
|
94
|
+
'May' : 'Mai',
|
95
|
+
'Jun' : 'Jūn',
|
96
|
+
'Jul' : 'Jūl',
|
97
|
+
'Aug' : 'Aug',
|
98
|
+
'Sep' : 'Sep',
|
99
|
+
'Oct' : 'Okt',
|
100
|
+
'Nov' : 'Nov',
|
101
|
+
'Dec' : 'Dec',
|
102
|
+
'Today' : 'Šodien',
|
103
|
+
'Yesterday' : 'Vakar',
|
104
|
+
/* mimetypes */
|
105
|
+
'Unknown' : 'Nezināms',
|
106
|
+
'Folder' : 'Direktorija',
|
107
|
+
'Alias' : 'Saite',
|
108
|
+
'Broken alias' : 'Sasista saite',
|
109
|
+
'Plain text' : 'Parasts teksts',
|
110
|
+
'Postscript document' : 'Postscript dokuments',
|
111
|
+
'Application' : 'Pielikums',
|
112
|
+
'Microsoft Office document' : 'Microsoft Office dokuments',
|
113
|
+
'Microsoft Word document' : 'Microsoft Word dokuments',
|
114
|
+
'Microsoft Excel document' : 'Microsoft Excel dokuments',
|
115
|
+
'Microsoft Powerpoint presentation' : 'Microsoft Powerpoint prezentācija',
|
116
|
+
'Open Office document' : 'Open Office dokuments',
|
117
|
+
'Flash application' : 'Flash pielikums',
|
118
|
+
'XML document' : 'XML dokuments',
|
119
|
+
'Bittorrent file' : 'Bittorrent fails',
|
120
|
+
'7z archive' : '7z arhīvs',
|
121
|
+
'TAR archive' : 'TAR arhīvs',
|
122
|
+
'GZIP archive' : 'GZIP arhīvs',
|
123
|
+
'BZIP archive' : 'BZIP arhīvs',
|
124
|
+
'ZIP archive' : 'ZIP arhīvs',
|
125
|
+
'RAR archive' : 'RAR arhīvs',
|
126
|
+
'Javascript application' : 'Javascript pielikums',
|
127
|
+
'PHP source' : 'PHP izejas kods',
|
128
|
+
'HTML document' : 'HTML dokuments',
|
129
|
+
'Javascript source' : 'Javascript izejas kods',
|
130
|
+
'CSS style sheet' : 'CSS stilu tabula',
|
131
|
+
'C source' : 'C izejas kods',
|
132
|
+
'C++ source' : 'C++ izejas kods',
|
133
|
+
'Unix shell script' : 'Unix shell skripts',
|
134
|
+
'Python source' : 'Python izejas kods',
|
135
|
+
'Java source' : 'Java izejas kods',
|
136
|
+
'Ruby source' : 'Ruby izejas kods',
|
137
|
+
'Perl script' : 'Perl skripts',
|
138
|
+
'BMP image' : 'BMP attēls',
|
139
|
+
'JPEG image' : 'JPEG attēls',
|
140
|
+
'GIF Image' : 'GIF attēls',
|
141
|
+
'PNG Image' : 'PNG attēls',
|
142
|
+
'TIFF image' : 'TIFF attēls',
|
143
|
+
'TGA image' : 'TGA attēls',
|
144
|
+
'Adobe Photoshop image' : 'Adobe Photoshop attēls',
|
145
|
+
'MPEG audio' : 'MPEG audio',
|
146
|
+
'MIDI audio' : 'MIDI audio',
|
147
|
+
'Ogg Vorbis audio' : 'Ogg Vorbis audio',
|
148
|
+
'MP4 audio' : 'MP4 audio',
|
149
|
+
'WAV audio' : 'WAV audio',
|
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' : 'Taustiņi',
|
159
|
+
'Select all files' : 'Atzīmēt visus failus',
|
160
|
+
'Copy/Cut/Paste files' : 'Kopēt/Izgriezt/Ievietot failus',
|
161
|
+
'Open selected file/folder' : 'Atvērt izvēlēto direktoriju/failu',
|
162
|
+
'Open/close QuickLook window' : 'Atvērt/aizvērt ātrās apskates logu',
|
163
|
+
'Remove selected files' : 'Dzēst atzīmētos failus',
|
164
|
+
'Selected files or current directory info' : 'Informācija par atzīmētajiem failiem vai esošo direktoriju',
|
165
|
+
'Create new directory' : 'Jauna mape',
|
166
|
+
'Open upload files form' : 'Atvērt failu augšupielādes logu',
|
167
|
+
'Select previous file' : 'Izvēlēties iepriekšējo failu',
|
168
|
+
'Select next file' : 'Izvēlēties nākamo failu',
|
169
|
+
'Return into previous folder' : 'Atgriezties iepriekšējā direktorijā',
|
170
|
+
'Increase/decrease files selection' : 'Palielināt/samazināt iezīmēto failu skaitu',
|
171
|
+
'Authors' : 'Autori',
|
172
|
+
'Sponsors' : 'Sponsori',
|
173
|
+
'elFinder: Web file manager' : 'elFinder: Failu pārvaldnieks priekš Web',
|
174
|
+
'Version' : 'Versija',
|
175
|
+
'Copyright: Studio 42 LTD' : 'Copyright: Studija 42',
|
176
|
+
'Donate to support project development' : 'Atbalstiet izstrādi',
|
177
|
+
'Javascripts/PHP programming: Dmitry (dio) Levashov, dio@std42.ru' : 'Javascripts/php programmēšana: Dmitrijs (dio) Levašovs, dio@std42.ru',
|
178
|
+
'Python programming, techsupport: Troex Nevelin, troex@fury.scancode.ru' : 'Python programmēšana, tehniskā uzturēšana: Troex Nevelin, troex@fury.scancode.ru',
|
179
|
+
'Design: Valentin Razumnih' : 'Dizains: Valentīns Razumnihs',
|
180
|
+
'Spanish localization' : 'Spāņu lokalizācija',
|
181
|
+
'Icons' : 'Иконки',
|
182
|
+
'License: BSD License' : 'Licence: BSD License',
|
183
|
+
'elFinder documentation' : 'elFinder dokumentācija',
|
184
|
+
'Simple and usefull Content Management System' : 'Ērta un vienkārša Satura Pārvaldes sistēma',
|
185
|
+
'Support project development and we will place here info about you' : 'Atbalstiet produkta izstrādi un mēs šeit ievietosim informāciju par jums.',
|
186
|
+
'Contacts us if you need help integrating elFinder in you products' : 'Ja ir nepieciešama palīdzība jūsu produktu integrācijā ar elFinder, tad sazinieties ar mums.',
|
187
|
+
'elFinder support following shortcuts' : 'elFinder atbalsta sekojošas taustiņu kombinācijas',
|
188
|
+
'helpText' : 'elFinder darbojas līdzīgi jūsu datora failu pārvaldniekam.<br />Veikt manipulācijas ar failiem iespējams ar augšējā paneļa pogām, konteksta izvēlnes palī∂zību vai taustiņu kombinācijām. Lai pārvietot failus/direktorijas, vienkārši pārnesiet tos/tās uz nepieciešamās direktorijas ikonas. Ja tajā brīdī būs nospiests Shift taustiņš, tad faili tiks kopēti.'
|
189
|
+
|
190
|
+
};
|
191
|
+
|
192
|
+
})(jQuery);
|
@@ -0,0 +1,190 @@
|
|
1
|
+
/**
|
2
|
+
* Dutch translation
|
3
|
+
* @author Kurt Aerts
|
4
|
+
* @version 2010-09-22
|
5
|
+
*/
|
6
|
+
(function($) {
|
7
|
+
if (elFinder && elFinder.prototype.options && elFinder.prototype.options.i18n)
|
8
|
+
elFinder.prototype.options.i18n.nl = {
|
9
|
+
/* errors */
|
10
|
+
'Root directory does not exists' : 'Root map bestaat niet',
|
11
|
+
'Unable to connect to backend' : 'Kon niet verbinden met backend',
|
12
|
+
'Access denied' : 'Geen toegang',
|
13
|
+
'Invalid backend configuration' : 'Foute backend configuratie',
|
14
|
+
'Unknown command' : 'Niet gekend commando',
|
15
|
+
'Command not allowed' : 'Commando niet toegestaan',
|
16
|
+
'Invalid parameters' : 'Foute parameters',
|
17
|
+
'File not found' : 'Bestand niet gevonden',
|
18
|
+
'Invalid name' : 'Foute naam',
|
19
|
+
'File or folder with the same name already exists' : 'Bestand of folder met deze naam bestaat al',
|
20
|
+
'Unable to rename file' : 'Niet mogegelijk om bestand te hernoemen',
|
21
|
+
'Unable to create folder' : 'Niet mogelijk om folder te maken',
|
22
|
+
'Unable to create file' : 'Niet mogelijk om bestand aan te maken',
|
23
|
+
'No file to upload' : 'Geen bestand om te uploaden',
|
24
|
+
'Select at least one file to upload' : 'Selecteer op zijn minst een bestand om te uploaden',
|
25
|
+
'File exceeds the maximum allowed filesize' : 'Bestand overschrijft de maximum toegekaten bestandsgrote',
|
26
|
+
'Not allowed file type' : 'Niet toegelaten bestandstype',
|
27
|
+
'Unable to upload file' : 'Niet mogelijk om bestand te uploaden',
|
28
|
+
'Unable to upload files' : 'Niet mogelijk om bestanden te uploaden',
|
29
|
+
'Unable to remove file' : 'Bestand verwijderen is onmogelijk',
|
30
|
+
'Unable to save uploaded file' : 'Geuploaden bestand kon niet bewaard worden',
|
31
|
+
'Some files was not uploaded' : 'Sommige bestanden zijn niet geupload',
|
32
|
+
'Unable to copy into itself' : 'Niet mogelijk om inzichg zelf te kopieeren',
|
33
|
+
'Unable to move files' : 'Niet mogelijk om bestanden te verplaatsen',
|
34
|
+
'Unable to copy files' : 'Niet mogelijk om bestanden te kopieeren',
|
35
|
+
'Unable to create file copy' : 'Niet mogelijk om kopie van bestand te maken',
|
36
|
+
'File is not an image' : 'Bestand is geen afbeelding',
|
37
|
+
'Unable to resize image' : 'Niet mogelijk afbeelding te schalen',
|
38
|
+
'Unable to write to file' : 'Niet mogelijk naar bestand te schrijven',
|
39
|
+
'Unable to create archive' : 'Niet mogelijk archief te creeëren',
|
40
|
+
'Unable to extract files from archive' : 'Niet mogelijk bestanden uit te pakken',
|
41
|
+
'Unable to open broken link' : 'Niet mogelijk .. url te openen',
|
42
|
+
'File URL disabled by connector config' : 'Bestands url is niet ingeschakeld in de backend configuratie',
|
43
|
+
/* statusbar */
|
44
|
+
'items' : '',
|
45
|
+
'selected items' : 'Geselecteerde items',
|
46
|
+
/* commands/buttons */
|
47
|
+
'Back' : 'Terug',
|
48
|
+
'Reload' : 'Herlaad',
|
49
|
+
'Open' : 'Openen',
|
50
|
+
'Preview with Quick Look' : 'Voorbeeld met Quick Look',
|
51
|
+
'Select file' : 'Selecteer bestand',
|
52
|
+
'New folder' : 'Nieuwe folder',
|
53
|
+
'New text file' : 'Nieuw tekstbestand',
|
54
|
+
'Upload files' : 'Upload bestanden',
|
55
|
+
'Copy' : 'Kopieer',
|
56
|
+
'Cut' : 'Knip',
|
57
|
+
'Paste' : 'Plak',
|
58
|
+
'Duplicate' : 'Directe kopie',
|
59
|
+
'Remove' : 'Verwijder',
|
60
|
+
'Rename' : 'Hernoem',
|
61
|
+
'Edit text file' : 'Bewerk tekst bestand',
|
62
|
+
'View as icons' : 'Bekijk als icon',
|
63
|
+
'View as list' : 'Bekijk als lijst',
|
64
|
+
'Resize image' : 'Afbeelding schalen',
|
65
|
+
'Create archive' : 'Maak archief',
|
66
|
+
'Uncompress archive' : 'Uitpakken archief',
|
67
|
+
'Get info' : 'Verkrijg info',
|
68
|
+
'Help' : 'Help',
|
69
|
+
'Dock/undock filemanager window' : '',
|
70
|
+
/* upload/get info dialogs */
|
71
|
+
'Maximum allowed files size' : 'Maximum toegelaten bestandsgrote',
|
72
|
+
'Add field' : 'Toevoegen veld',
|
73
|
+
'File info' : 'Bestandsinfo',
|
74
|
+
'Folder info' : 'Map info',
|
75
|
+
'Name' : 'Naam',
|
76
|
+
'Kind' : 'Type',
|
77
|
+
'Size' : 'Grootte',
|
78
|
+
'Modified' : 'Aangepast',
|
79
|
+
'Permissions' : 'Toestemmingen',
|
80
|
+
'Link to' : 'Link naar',
|
81
|
+
'Dimensions' : 'Formaat',
|
82
|
+
'Confirmation required' : 'Bevestiging verplicht',
|
83
|
+
'Are you sure you want to remove files?<br /> This cannot be undone!' : 'Ben je zeker dat je deze bestanden wilt verwijderen?<br />Dit kan niet ongedaan gemaakt worden!',
|
84
|
+
/* permissions */
|
85
|
+
'read' : 'lees',
|
86
|
+
'write' : 'schrijf',
|
87
|
+
'remove' : 'verwijder',
|
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' : 'Vandaag',
|
102
|
+
'Yesterday' : 'Gisteren',
|
103
|
+
/* mimetypes */
|
104
|
+
'Unknown' : 'Onbekend',
|
105
|
+
'Folder' : 'Map',
|
106
|
+
'Alias' : '',
|
107
|
+
'Broken alias' : '',
|
108
|
+
'Plain text' : '',
|
109
|
+
'Postscript document' : '',
|
110
|
+
'Application' : 'Applicatie',
|
111
|
+
'Microsoft Office document' : '',
|
112
|
+
'Microsoft Word document' : '',
|
113
|
+
'Microsoft Excel document' : '',
|
114
|
+
'Microsoft Powerpoint presentation' : '',
|
115
|
+
'Open Office document' : '',
|
116
|
+
'Flash application' : '',
|
117
|
+
'XML document' : '',
|
118
|
+
'Bittorrent file' : 'Bittorrent bestand',
|
119
|
+
'7z archive' : '',
|
120
|
+
'TAR archive' : 'TAR archief',
|
121
|
+
'GZIP archive' : 'GZIP archief',
|
122
|
+
'BZIP archive' : 'BZIP archief',
|
123
|
+
'ZIP archive' : 'ZIP archief',
|
124
|
+
'RAR archive' : 'RAR archief',
|
125
|
+
'Javascript application' : 'Javascript applicatie',
|
126
|
+
'PHP source' : 'PHP code',
|
127
|
+
'HTML document' : 'HTML document',
|
128
|
+
'Javascript source' : 'Javascript code',
|
129
|
+
'CSS style sheet' : 'CSS style sheet',
|
130
|
+
'C source' : 'C code',
|
131
|
+
'C++ source' : 'C++ code',
|
132
|
+
'Unix shell script' : '',
|
133
|
+
'Python source' : 'Python code',
|
134
|
+
'Java source' : 'Java code',
|
135
|
+
'Ruby source' : 'Ruby code',
|
136
|
+
'Perl script' : 'Perl code',
|
137
|
+
'BMP image' : 'BMP afbeelding',
|
138
|
+
'JPEG image' : 'JPEG afbeelding',
|
139
|
+
'GIF Image' : 'GIF afbeelding',
|
140
|
+
'PNG Image' : 'PNG afbeelding',
|
141
|
+
'TIFF image' : 'TIFF afbeelding',
|
142
|
+
'TGA image' : 'TGA afbeelding',
|
143
|
+
'Adobe Photoshop image' : 'Adobe Photoshop afbeelding',
|
144
|
+
'MPEG audio' : 'MPEG geluidsfragment',
|
145
|
+
'MIDI audio' : 'MIDI geluidsfragment',
|
146
|
+
'Ogg Vorbis audio' : 'Ogg Vorbis geluidsfragment',
|
147
|
+
'MP4 audio' : 'MP4 geluidsfragment',
|
148
|
+
'WAV audio' : 'WAV geluidsfragment',
|
149
|
+
'DV video' : 'DV videofragment',
|
150
|
+
'MP4 video' : 'MP4 videofragment',
|
151
|
+
'MPEG video' : 'MPEG videofragment',
|
152
|
+
'AVI video' : 'AVI videofragment',
|
153
|
+
'Quicktime video' : 'Quicktime videofragment',
|
154
|
+
'WM video' : 'WM videofragment',
|
155
|
+
'Flash video' : 'Flash videofragment',
|
156
|
+
'Matroska video' : 'Matroska videofragment',
|
157
|
+
// 'Shortcuts' : 'Клавиши',
|
158
|
+
'Select all files' : 'Selecteer alle bestanden',
|
159
|
+
'Copy/Cut/Paste files' : 'Kopieer/Knip/Plak bestanden',
|
160
|
+
'Open selected file/folder' : 'Open geselecteerd bestand/folder',
|
161
|
+
'Open/close QuickLook window' : 'Open/sluit quicklook venster',
|
162
|
+
'Remove selected files' : 'Verwijder geselecteerde bestanden',
|
163
|
+
'Selected files or current directory info' : 'Selecteer bestanden of huidige map info',
|
164
|
+
'Create new directory' : 'Maak nieuwe map',
|
165
|
+
'Open upload files form' : 'Open upload bestanden formulier',
|
166
|
+
'Select previous file' : 'Selecteer vorige bestand',
|
167
|
+
'Select next file' : 'Selecteer volgend bestand',
|
168
|
+
'Return into previous folder' : 'Ga terug in vorige folder',
|
169
|
+
'Increase/decrease files selection' : 'Verhoog/verlaag bestands selectie',
|
170
|
+
'Authors' : 'Auteur',
|
171
|
+
'Sponsors' : '',
|
172
|
+
'elFinder: Web file manager' : 'elFinder: Web Bestandsmanager',
|
173
|
+
'Version' : 'Versie',
|
174
|
+
'Copyright: Studio 42 LTD' : '',
|
175
|
+
'Donate to support project development' : '',
|
176
|
+
'Javascripts/PHP programming: Dmitry (dio) Levashov, dio@std42.ru' : '',
|
177
|
+
'Python programming, techsupport: Troex Nevelin, troex@fury.scancode.ru' : '',
|
178
|
+
'Design: Valentin Razumnih' : 'Ontwerp: Valentin Razumnih',
|
179
|
+
'Spanish localization' : '',
|
180
|
+
'Icons' : 'Icoons',
|
181
|
+
'License: BSD License' : 'Licentie: BSD Licentie',
|
182
|
+
'elFinder documentation' : 'elFinder documentatie',
|
183
|
+
'Simple and usefull Content Management System' : 'Simpel en handig inhouds management',
|
184
|
+
'Support project development and we will place here info about you' : 'Steun project ontwikkeling en we plaatsen hier info over jou',
|
185
|
+
'Contacts us if you need help integrating elFinder in you products' : 'Neem contact met ons op indien je onze hulp nodig hebt bij het integreren van elFinder in jou producten.',
|
186
|
+
'helpText' : ''
|
187
|
+
|
188
|
+
};
|
189
|
+
|
190
|
+
})(jQuery);
|
@@ -0,0 +1,191 @@
|
|
1
|
+
/**
|
2
|
+
* Polish translation
|
3
|
+
* @author Darek Wapiński <darek@wapinski.us>
|
4
|
+
* @version 2010-09-22
|
5
|
+
*/
|
6
|
+
(function($) {
|
7
|
+
if (elFinder && elFinder.prototype.options && elFinder.prototype.options.i18n)
|
8
|
+
elFinder.prototype.options.i18n.pl = {
|
9
|
+
/* errors */
|
10
|
+
'Root directory does not exists' : 'Katalog główny nie istnieje',
|
11
|
+
'Unable to connect to backend' : 'Nie mogę się połączyć z menedżerem plików',
|
12
|
+
'Access denied' : 'Dostęp zabroniony',
|
13
|
+
'Invalid backend configuration' : 'Błędna konfiguracja menedżera plików',
|
14
|
+
'Unknown command' : 'Nieznane polecenie',
|
15
|
+
'Command not allowed' : 'Polecenie niedostępne',
|
16
|
+
'Invalid parameters' : 'Błędne parametry',
|
17
|
+
'File not found' : 'Pliku nie znaleziono',
|
18
|
+
'Invalid name' : 'Błędna nazwa',
|
19
|
+
'File or folder with the same name already exists' : 'Istnieje już plik lub katalog o takiej nazwie',
|
20
|
+
'Unable to rename file' : 'Nie mogę zmienić nazwy',
|
21
|
+
'Unable to create folder' : 'Nie mogę stworzyć katalogu',
|
22
|
+
'Unable to create file' : 'Nie mogę stworzyć pliku',
|
23
|
+
'No file to upload' : 'Brak pliku do wkopiowania',
|
24
|
+
'Select at least one file to upload' : 'Wybierz przynajmniej jeden plik do wkopiowania',
|
25
|
+
'File exceeds the maximum allowed filesize' : 'Dozwolony maksymalny rozmiar pliku został przekroczony',
|
26
|
+
'Data exceeds the maximum allowed size' : 'Dane przekroczyły dozwolony maksymalny rozmiar',
|
27
|
+
'Not allowed file type' : 'Niedozolony typ pliku',
|
28
|
+
'Unable to upload file' : 'Nie mogę wkopiować pliku',
|
29
|
+
'Unable to upload files' : 'Nie mogę wkopiować plików',
|
30
|
+
'Unable to remove file' : 'Nie mogę skasować pliku',
|
31
|
+
'Unable to save uploaded file' : 'Nie mogę zapisać wkopiowanych plików',
|
32
|
+
'Some files was not uploaded' : 'Kilka plików nie zostało wkopiowanych',
|
33
|
+
'Unable to copy into itself' : 'Nie mogę wkopiować na ten sam plik',
|
34
|
+
'Unable to move files' : 'Nie mogę przenieść plików',
|
35
|
+
'Unable to copy files' : 'Nie mogę skopiować plików',
|
36
|
+
'Unable to create file copy' : 'Nie mogę stworzyć kopi pliku',
|
37
|
+
'File is not an image' : 'Plik nie jest obrazkiem',
|
38
|
+
'Unable to resize image' : 'Nie mogę zmienić rozmiaru obrazka',
|
39
|
+
'Unable to write to file' : 'Nie mogę zapisać danych w pliku',
|
40
|
+
'Unable to create archive' : 'Nie mogę stworzyć archiwum',
|
41
|
+
'Unable to extract files from archive' : 'Nie mogę rozpakować plików z archiwum',
|
42
|
+
'Unable to open broken link' : 'Nie mogę otworzyć błędego odnoścnika',
|
43
|
+
'File URL disabled by connector config' : 'Ścieżka do pliku została wyłączona w konfiguracji',
|
44
|
+
/* statusbar */
|
45
|
+
'items' : 'pozycji',
|
46
|
+
'selected items' : 'zaznaczonych pozycji',
|
47
|
+
/* commands/buttons */
|
48
|
+
'Back' : 'Cofnij',
|
49
|
+
'Reload' : 'Odśwież',
|
50
|
+
'Open' : 'Otwórz',
|
51
|
+
'Preview with Quick Look' : 'Podgląd z QuickLook',
|
52
|
+
'Select file' : 'Wybierz plik',
|
53
|
+
'New folder' : 'Nowy folder',
|
54
|
+
'New text file' : 'Nowy plik tekstowy',
|
55
|
+
'Upload files' : 'Wkopiuj pliki',
|
56
|
+
'Copy' : 'Kopiuj',
|
57
|
+
'Cut' : 'Wytnij',
|
58
|
+
'Paste' : 'Wklej',
|
59
|
+
'Duplicate' : 'Zduplikuj',
|
60
|
+
'Remove' : 'Usuń',
|
61
|
+
'Rename' : 'Zmień nazwę',
|
62
|
+
'Edit text file' : 'Edytuj plik tekstowy',
|
63
|
+
'View as icons' : 'Ikony',
|
64
|
+
'View as list' : 'Lista',
|
65
|
+
'Resize image' : 'Przeskaluj obrazek',
|
66
|
+
'Create archive' : 'Utwórz archiwum',
|
67
|
+
'Uncompress archive' : 'Odkopiuj z archiwum',
|
68
|
+
'Get info' : 'Pokaż informacje',
|
69
|
+
'Help' : 'Pomoc',
|
70
|
+
'Dock/undock filemanager window' : 'Zminimalizuj/Ukryj menedżera plików',
|
71
|
+
/* upload/get info dialogs */
|
72
|
+
'Maximum allowed files size' : 'Maksymalny rozmiar',
|
73
|
+
'Add field' : 'Dodaj pozycję',
|
74
|
+
'File info' : 'Informacje o pliku',
|
75
|
+
'Folder info' : 'Informacje o katalogu',
|
76
|
+
'Name' : 'Nazwa',
|
77
|
+
'Kind' : 'Rodzaj',
|
78
|
+
'Size' : 'Rozmiar',
|
79
|
+
'Modified' : 'Zmodyfikowany',
|
80
|
+
'Permissions' : 'Uprawnienia',
|
81
|
+
'Link to' : 'Link do',
|
82
|
+
'Dimensions' : 'Rozmiary',
|
83
|
+
'Confirmation required' : 'Wymagane potwierdzenie',
|
84
|
+
'Are you sure you want to remove files?<br /> This cannot be undone!' : 'Czy jesteś pewny/pewna, że chcesz usunąć pliki? <br />Nie będzie można ich odzyskać!',
|
85
|
+
/* permissions */
|
86
|
+
'read' : 'odczyt',
|
87
|
+
'write' : 'zapis',
|
88
|
+
'remove' : 'usunięcie',
|
89
|
+
/* dates */
|
90
|
+
'Jan' : 'Sty',
|
91
|
+
'Feb' : 'Lut',
|
92
|
+
'Mar' : 'Mar',
|
93
|
+
'Apr' : 'Kwi',
|
94
|
+
'May' : 'Maj',
|
95
|
+
'Jun' : 'Cze',
|
96
|
+
'Jul' : 'Lip',
|
97
|
+
'Aug' : 'Sie',
|
98
|
+
'Sep' : 'Wrz',
|
99
|
+
'Oct' : 'Paź',
|
100
|
+
'Nov' : 'Lis',
|
101
|
+
'Dec' : 'Gru',
|
102
|
+
'Today' : 'Dzisiaj',
|
103
|
+
'Yesterday' : 'Wczoraj',
|
104
|
+
/* mimetypes */
|
105
|
+
'Unknown' : 'Nieznany',
|
106
|
+
'Folder' : 'Folder',
|
107
|
+
'Alias' : 'Alias',
|
108
|
+
'Broken alias' : 'Utracony alias',
|
109
|
+
'Plain text' : 'Tekst',
|
110
|
+
'Postscript document' : 'Dokument Postscript',
|
111
|
+
'Application' : 'Aplikacja',
|
112
|
+
'Microsoft Office document' : 'Dokument Microsoft Office',
|
113
|
+
'Microsoft Word document' : 'Document Microsoft Word',
|
114
|
+
'Microsoft Excel document' : 'Document Microsoft Excel',
|
115
|
+
'Microsoft Powerpoint presentation' : 'Document Microsoft Powerpoint',
|
116
|
+
'Open Office document' : 'Document Open Office',
|
117
|
+
'Flash application' : 'Aplikacja Flash',
|
118
|
+
'XML document' : 'Document XML',
|
119
|
+
'Bittorrent file' : 'Plik bittorrent',
|
120
|
+
'7z archive' : 'Archiwum 7z',
|
121
|
+
'TAR archive' : 'Archiwum TAR',
|
122
|
+
'GZIP archive' : 'Archiwum GZIP',
|
123
|
+
'BZIP archive' : 'Archiwum BZIP',
|
124
|
+
'ZIP archive' : 'Archiwum ZIP',
|
125
|
+
'RAR archive' : 'Archiwum RAR',
|
126
|
+
'Javascript application' : 'Aplikacja Javascript',
|
127
|
+
'PHP source' : 'Document PHP',
|
128
|
+
'HTML document' : 'Document HTML',
|
129
|
+
'Javascript source' : 'Document Javascript',
|
130
|
+
'CSS style sheet' : 'Document CSS',
|
131
|
+
'C source' : 'Document C',
|
132
|
+
'C++ source' : 'Document C++',
|
133
|
+
'Unix shell script' : 'Skrypt powłoki Unix',
|
134
|
+
'Python source' : 'Document Python',
|
135
|
+
'Java source' : 'Document Java',
|
136
|
+
'Ruby source' : 'Document Ruby',
|
137
|
+
'Perl script' : 'Skrypt Perl',
|
138
|
+
'BMP image' : 'Obraz BMP',
|
139
|
+
'JPEG image' : 'Obraz JPEG',
|
140
|
+
'GIF Image' : 'Obraz GIF',
|
141
|
+
'PNG Image' : 'Obraz PNG',
|
142
|
+
'TIFF image' : 'Obraz TIFF',
|
143
|
+
'TGA image' : 'Obraz TGA',
|
144
|
+
'Adobe Photoshop image' : 'Obraz Adobe Photoshop',
|
145
|
+
'MPEG audio' : 'Audio MPEG',
|
146
|
+
'MIDI audio' : 'Audio MIDI',
|
147
|
+
'Ogg Vorbis audio' : 'Audio Ogg Vorbis',
|
148
|
+
'MP4 audio' : 'Audio MP4',
|
149
|
+
'WAV audio' : 'Audio WAV',
|
150
|
+
'DV video' : 'Video DV',
|
151
|
+
'MP4 video' : 'Video MP4',
|
152
|
+
'MPEG video' : 'Video MPEG',
|
153
|
+
'AVI video' : 'Video AVI',
|
154
|
+
'Quicktime video' : 'Video Quicktime',
|
155
|
+
'WM video' : 'Video WM',
|
156
|
+
'Flash video' : 'Video Flash',
|
157
|
+
'Matroska video' : 'Video Matroska',
|
158
|
+
// 'Shortcuts' : 'Клавиши',
|
159
|
+
'Select all files' : 'Zaznacz wszystkie pliki',
|
160
|
+
'Copy/Cut/Paste files' : 'Kopiuj/Wytnij/Wklej pliki',
|
161
|
+
'Open selected file/folder' : 'Otwórz zaznaczony plik/folder',
|
162
|
+
'Open/close QuickLook window' : 'Otwórz/zamknij podgląd',
|
163
|
+
'Remove selected files' : 'Usuń zaznaczone pliki',
|
164
|
+
'Selected files or current directory info' : 'Zaznacz pliki lub aktualne info o katalogu',
|
165
|
+
'Create new directory' : 'Utwórz katalog',
|
166
|
+
'Open upload files form' : 'Otwórz okno wkopiowywania plików',
|
167
|
+
'Select previous file' : 'Zaznacz poprzedni plik',
|
168
|
+
'Select next file' : 'Zaznacz następny plik',
|
169
|
+
'Return into previous folder' : 'Powróć do pprzedniego folderu',
|
170
|
+
'Increase/decrease files selection' : 'Zwiększ/zmniejsz zaznaczenie plików',
|
171
|
+
'Authors' : 'Autorzy',
|
172
|
+
'Sponsors' : 'Sponsorzy',
|
173
|
+
'elFinder: Web file manager' : 'elFinder: Menedżer plików',
|
174
|
+
'Version' : 'Wersja',
|
175
|
+
'Copyright: Studio 42 LTD' : 'Prawa: Studio 42',
|
176
|
+
'Donate to support project development' : 'Dotuj prace nad projektem',
|
177
|
+
'Javascripts/PHP programming: Dmitry (dio) Levashov, dio@std42.ru' : 'Programowanie Javascripts/php: Dmitry (dio) Levashov, dio@std42.ru',
|
178
|
+
'Python programming, techsupport: Troex Nevelin, troex@fury.scancode.ru' : 'Programowanie Python, pomoc techniczna: Troex Nevelin, troex@fury.scancode.ru',
|
179
|
+
'Design: Valentin Razumnih' : 'Wygląd: Valentin Razumnyh',
|
180
|
+
'Polish localization' : 'Polskie tłumaczenie: Darek Wapinski darek(at)wapinski.us 2010',
|
181
|
+
'Icons' : 'Ikony',
|
182
|
+
'License: BSD License' : 'Licencja: BSD License',
|
183
|
+
'elFinder documentation' : 'Dokumentacja elFinder',
|
184
|
+
'Simple and usefull Content Management System' : 'Prosty i użyteczny CMS',
|
185
|
+
'Support project development and we will place here info about you' : 'Wesprzyj projekt swoją pracą a umieścimy informację o Tobie',
|
186
|
+
'Contacts us if you need help integrating elFinder in you products' : 'Skontaktuj się z nami jeśli chcesz zintegrować projekt ze swoim produktem',
|
187
|
+
'elFinder support following shortcuts' : 'elFinder obsługuje następujące skróty',
|
188
|
+
'helpText' : 'Potrzebujesz pomocy z menedżerem plików elFinder?<br />Zgłoś się do mnie: Darek Wapiński darek(at)wapinski.us'
|
189
|
+
};
|
190
|
+
|
191
|
+
})(jQuery);
|