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,190 @@
|
|
1
|
+
/*
|
2
|
+
* Greek translation
|
3
|
+
* @author Panagiotis Skarvelis
|
4
|
+
* @version 2010-09-22
|
5
|
+
*/
|
6
|
+
(function($) {
|
7
|
+
if (elFinder && elFinder.prototype.options && elFinder.prototype.options.i18n)
|
8
|
+
elFinder.prototype.options.i18n.el = {
|
9
|
+
/* errors */
|
10
|
+
'Root directory does not exists' : 'Το Root directory δεν υπάρχει',
|
11
|
+
'Unable to connect to backend' : 'Αδυναμία σύνδεσης',
|
12
|
+
'Access denied' : 'Δεν επιτρέπεται η πρόσβαση',
|
13
|
+
'Invalid backend configuration' : 'Λανθασμένες ρυθμίσεις στον Server',
|
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' : 'Αδυναμία στο άνοιγμα λόγο σπασμένης σύνδεσης (file link)',
|
42
|
+
'File URL disabled by connector config' : 'Τα URL αρχείου είναι καταργημένα στις ρυθμίσεις του server',
|
43
|
+
/* statusbar */
|
44
|
+
'items' : 'αντικείμενα',
|
45
|
+
'selected items' : 'επιλεγμένα αντικείμενα',
|
46
|
+
/* commands/buttons */
|
47
|
+
'Back' : 'Πίσω',
|
48
|
+
'Reload' : 'Ανανέωση',
|
49
|
+
'Open' : 'Άνοιγμα',
|
50
|
+
'Preview with Quick Look' : 'Προεπισκόπηση 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',
|
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' : 'Άνοιγμα/κλείσιμο παραθύρου QuickLook ',
|
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
|
+
'Έκδοση' : 'Версія',
|
174
|
+
'Copyright: Studio 42 LTD' : 'Πνευματική ιδιοκτησία: Studio 42 LTD',
|
175
|
+
'Donate to support project development' : 'Κάντε δωρεά για την υποστήριξη της ανάπτυξης του έργου',
|
176
|
+
'Javascripts/PHP programming: Dmitry (dio) Levashov, dio@std42.ru' : 'Προγραμματισμός Javascript/PHP : Dmitry (dio) Levashov, dio@std42.ru',
|
177
|
+
'Python programming, techsupport: Troex Nevelin, troex@fury.scancode.ru' : 'Προγραμματισμός Python , Τεχνική υποστήριξη: Troex Nevelin, troex@fury.scancode.ru',
|
178
|
+
'Design: Valentin Razumnih' : 'Σχεδιασμός: Razumnih Valentin',
|
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,191 @@
|
|
1
|
+
/*
|
2
|
+
* Spanish translation
|
3
|
+
* @author Alex Vavilin <xand@xand.es>
|
4
|
+
* @version 2010-09-22
|
5
|
+
*/
|
6
|
+
(function($) {
|
7
|
+
if (elFinder && elFinder.prototype.options && elFinder.prototype.options.i18n)
|
8
|
+
elFinder.prototype.options.i18n.es = {
|
9
|
+
/* errors */
|
10
|
+
'Root directory does not exists' : 'El directorio raíz no existe',
|
11
|
+
'Unable to connect to backend' : 'No se ha podido establecer la conexión con el servidor',
|
12
|
+
'Access denied' : 'Acceso denegado',
|
13
|
+
'Invalid backend configuration' : 'La respuesta del servidor es incorrecta',
|
14
|
+
'Unknown command' : 'Comando desconocido',
|
15
|
+
'Command not allowed' : 'No puede ejecutar este comando',
|
16
|
+
'Invalid parameters' : 'Parámetros incorrectos',
|
17
|
+
'File not found' : 'Fichero no encontrado',
|
18
|
+
'Invalid name' : 'Nombre incorrecto',
|
19
|
+
'File or folder with the same name already exists' : 'Ya existe un fichero o un directorio con este nombre',
|
20
|
+
'Unable to rename file' : 'No se ha podido cambiar el nombre al directorio',
|
21
|
+
'Unable to create folder' : 'No se ha podido crear el directorio',
|
22
|
+
'Unable to create file' : 'No se ha podido crear el fichero',
|
23
|
+
'No file to upload' : 'No hay ficheros para subir',
|
24
|
+
'Select at least one file to upload' : 'Seleccione, como mínimo un fichero, para subir',
|
25
|
+
'File exceeds the maximum allowed filesize' : 'El tamaño del fichero es más grande que el tamaño máximo autorizado',
|
26
|
+
'Data exceeds the maximum allowed size' : 'Los datos exceden el tamaño máximo permitido',
|
27
|
+
'Not allowed file type' : 'Tipo de fichero no permitido',
|
28
|
+
'Unable to upload file' : 'No se ha podido subir el fichero',
|
29
|
+
'Unable to upload files' : 'No se han podido subir los ficheros',
|
30
|
+
'Unable to remove file' : 'No se ha podido eliminar el fichero',
|
31
|
+
'Unable to save uploaded file' : 'No se ha podido guardar el fichero subido',
|
32
|
+
'Some files was not uploaded' : 'Algunos ficheros no han podido ser subidos',
|
33
|
+
'Unable to copy into itself' : 'No se puede copiar dentro de sí mismo',
|
34
|
+
'Unable to move files' : 'No se ha podido mover los ficheros',
|
35
|
+
'Unable to copy files' : 'No se ha podido copiar los ficheros',
|
36
|
+
'Unable to create file copy' : 'No se ha podido crear copia del fichero',
|
37
|
+
'File is not an image' : 'Este fichero no es una imagen',
|
38
|
+
'Unable to resize image' : 'No se han podido cambiar las dimensiones de la imagen',
|
39
|
+
'Unable to write to file' : 'No se ha podido escribir el fichero',
|
40
|
+
'Unable to create archive' : 'No se ha podido crear el archivo',
|
41
|
+
'Unable to extract files from archive' : 'No se ha podido extraer fichero desde archivo',
|
42
|
+
'Unable to open broken link' : 'No se puede abrir un enlace roto',
|
43
|
+
'File URL disabled by connector config' : 'El acceso a las rutas de los ficheros está prohibido en la configuración del conector',
|
44
|
+
/* statusbar */
|
45
|
+
'items' : 'objetos',
|
46
|
+
'selected items' : 'objetos seleccionados',
|
47
|
+
/* commands/buttons */
|
48
|
+
'Back' : 'Atrás',
|
49
|
+
'Reload' : 'Refrescar',
|
50
|
+
'Open' : 'Abrir',
|
51
|
+
'Preview with Quick Look' : 'Vista previa',
|
52
|
+
'Select file' : 'Seleccionar fichero',
|
53
|
+
'New folder' : 'Nueva carpeta',
|
54
|
+
'New text file' : 'Nuevo fichero',
|
55
|
+
'Upload files' : 'Subir ficheros',
|
56
|
+
'Copy' : 'Copiar',
|
57
|
+
'Cut' : 'Cortar',
|
58
|
+
'Paste' : 'Pegar',
|
59
|
+
'Duplicate' : 'Duplicar',
|
60
|
+
'Remove' : 'Eliminar',
|
61
|
+
'Rename' : 'Cambiar nombre',
|
62
|
+
'Edit text file' : 'Editar fichero',
|
63
|
+
'View as icons' : 'Iconos',
|
64
|
+
'View as list' : 'Lista',
|
65
|
+
'Resize image' : 'Tamaño de imagen',
|
66
|
+
'Create archive' : 'Nuevo archivo',
|
67
|
+
'Uncompress archive' : 'Extraer archivo',
|
68
|
+
'Get info' : 'Propiedades',
|
69
|
+
'Help' : 'Ayuda',
|
70
|
+
'Dock/undock filemanager window' : 'Despegar/pegar el gestor de ficheros a la página',
|
71
|
+
/* upload/get info dialogs */
|
72
|
+
'Maximum allowed files size' : 'Tamaño máximo del fichero',
|
73
|
+
'Add field' : 'Añadir campo',
|
74
|
+
'File info' : 'Propiedades de fichero',
|
75
|
+
'Folder info' : 'Propiedades de carpeta',
|
76
|
+
'Name' : 'Nombre',
|
77
|
+
'Kind' : 'Tipo',
|
78
|
+
'Size' : 'Tamaño',
|
79
|
+
'Modified' : 'Modificado',
|
80
|
+
'Permissions' : 'Acceso',
|
81
|
+
'Link to' : 'Enlaza con',
|
82
|
+
'Dimensions' : 'Dimensiones',
|
83
|
+
'Confirmation required' : 'Se requiere confirmación',
|
84
|
+
'Are you sure you want to remove files?<br /> This cannot be undone!' : '¿Está seguir que desea eliminar el fichero? <br />Esta acción es irreversible.',
|
85
|
+
/* permissions */
|
86
|
+
'read' : 'lectura',
|
87
|
+
'write' : 'escritura',
|
88
|
+
'remove' : 'eliminación',
|
89
|
+
/* dates */
|
90
|
+
'Jan' : 'Ene',
|
91
|
+
'Feb' : 'Feb',
|
92
|
+
'Mar' : 'Mar',
|
93
|
+
'Apr' : 'Abr',
|
94
|
+
'May' : 'May',
|
95
|
+
'Jun' : 'Jun',
|
96
|
+
'Jul' : 'Jul',
|
97
|
+
'Aug' : 'Ago',
|
98
|
+
'Sep' : 'Sep',
|
99
|
+
'Oct' : 'Oct',
|
100
|
+
'Nov' : 'Nov',
|
101
|
+
'Dec' : 'Dec',
|
102
|
+
'Today' : 'Hoy',
|
103
|
+
'Yesterday' : 'Ayer',
|
104
|
+
/* mimetypes */
|
105
|
+
'Unknown' : 'Desconocido',
|
106
|
+
'Folder' : 'Carpeta',
|
107
|
+
'Alias' : 'Enlace',
|
108
|
+
'Broken alias' : 'Enlace roto',
|
109
|
+
'Plain text' : 'Texto',
|
110
|
+
'Postscript document' : 'Documento postscript',
|
111
|
+
'Application' : 'Aplicación',
|
112
|
+
'Microsoft Office document' : 'Documento Microsoft Office',
|
113
|
+
'Microsoft Word document' : 'Documento Microsoft Word',
|
114
|
+
'Microsoft Excel document' : 'Documento Microsoft Excel',
|
115
|
+
'Microsoft Powerpoint presentation' : 'Documento Microsoft Powerpoint',
|
116
|
+
'Open Office document' : 'Documento Open Office',
|
117
|
+
'Flash application' : 'Aplicación Flash',
|
118
|
+
'XML document' : 'Documento XML',
|
119
|
+
'Bittorrent file' : 'Fichero bittorrent',
|
120
|
+
'7z archive' : 'Archivo 7z',
|
121
|
+
'TAR archive' : 'Archivo TAR',
|
122
|
+
'GZIP archive' : 'Archivo GZIP',
|
123
|
+
'BZIP archive' : 'Archivo BZIP',
|
124
|
+
'ZIP archive' : 'Archivo ZIP',
|
125
|
+
'RAR archive' : 'Archivo RAR',
|
126
|
+
'Javascript application' : 'Aplicación Javascript',
|
127
|
+
'PHP source' : 'Documento PHP',
|
128
|
+
'HTML document' : 'Documento HTML',
|
129
|
+
'Javascript source' : 'Documento Javascript',
|
130
|
+
'CSS style sheet' : 'Documento CSS',
|
131
|
+
'C source' : 'Documento C',
|
132
|
+
'C++ source' : 'Documento C++',
|
133
|
+
'Unix shell script' : 'Script Unix shell',
|
134
|
+
'Python source' : 'Documento Python',
|
135
|
+
'Java source' : 'Documento Java',
|
136
|
+
'Ruby source' : 'Documento Ruby',
|
137
|
+
'Perl script' : 'Script Perl',
|
138
|
+
'BMP image' : 'Imagen BMP',
|
139
|
+
'JPEG image' : 'Imagen JPEG',
|
140
|
+
'GIF Image' : 'Imagen GIF',
|
141
|
+
'PNG Image' : 'Imagen PNG',
|
142
|
+
'TIFF image' : 'Imagen TIFF',
|
143
|
+
'TGA image' : 'Imagen TGA',
|
144
|
+
'Adobe Photoshop image' : 'Imagen 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' : 'Seleccionar todos ficheros',
|
160
|
+
'Copy/Cut/Paste files' : 'Copiar/Cortar/Pegar ficheros',
|
161
|
+
'Open selected file/folder' : 'Abrir carpeta/fichero',
|
162
|
+
'Open/close QuickLook window' : 'Abrir/Cerrar la ventana de vista previa',
|
163
|
+
'Remove selected files' : 'Eliminar ficheros seleccionados',
|
164
|
+
'Selected files or current directory info' : 'Información sobre los ficheros seleccionados en la carpeta actual',
|
165
|
+
'Create new directory' : 'Nueva carpeta',
|
166
|
+
'Open upload files form' : 'Abrir ventana para subir ficheros',
|
167
|
+
'Select previous file' : 'Seleccionar el fichero anterior',
|
168
|
+
'Select next file' : 'Seleccionar el fichero siguiente',
|
169
|
+
'Return into previous folder' : 'Volver a la carpeta anterior',
|
170
|
+
'Increase/decrease files selection' : 'Aumentar/disminuir la selección de ficheros',
|
171
|
+
'Authors' : 'Autores',
|
172
|
+
'Sponsors' : 'Colaboradores',
|
173
|
+
'elFinder: Web file manager' : 'elFinder: Gestor de ficheros para la web',
|
174
|
+
'Version' : 'Versión',
|
175
|
+
'Copyright: Studio 42 LTD' : 'Copyright: Studio 42',
|
176
|
+
'Donate to support project development' : 'Ayuda al desarrollo',
|
177
|
+
'Javascripts/PHP programming: Dmitry (dio) Levashov, dio@std42.ru' : 'Programación Javascripts/php: Dmitry (dio) Levashov, dio@std42.ru',
|
178
|
+
'Python programming, techsupport: Troex Nevelin, troex@fury.scancode.ru' : 'Programación Python, soporte técnico: Troex Nevelin, troex@fury.scancode.ru',
|
179
|
+
'Design: Valentin Razumnih' : 'Diseño: Valentin Razumnyh',
|
180
|
+
'Spanish localization' : 'Traducción al español',
|
181
|
+
'Icons' : 'Iconos',
|
182
|
+
'License: BSD License' : 'Licencia: BSD License',
|
183
|
+
'elFinder documentation' : 'Documentación elFinder',
|
184
|
+
'Simple and usefull Content Management System' : 'Un CMS sencillo y cómodo',
|
185
|
+
'Support project development and we will place here info about you' : 'Ayude al desarrollo del producto y la información sobre usted aparecerá aqui.',
|
186
|
+
'Contacts us if you need help integrating elFinder in you products' : 'Pregúntenos si quiere integrar elFinder en su producto.',
|
187
|
+
'elFinder support following shortcuts' : 'elFinder soporta los siguientes atajos de teclado',
|
188
|
+
'helpText' : 'elFinder funciona igual que el gestor de ficheros de su PC. <br />Puede manipular los ficheros con la ayuda del panel superior, el menu o bien con atajos de teclado. Para mover fichero/carpetas simplemente arrastrelos a la carpeta deseada. Si simultáneamente presiona la tecla Shift los ficheros se copiarán.'
|
189
|
+
};
|
190
|
+
|
191
|
+
})(jQuery);
|
@@ -0,0 +1,192 @@
|
|
1
|
+
/*
|
2
|
+
* French translation
|
3
|
+
* @author William Bessat
|
4
|
+
* @aithor anw <antoine.cardiweb@gmail.com>
|
5
|
+
* @version 2011-03-14
|
6
|
+
*/
|
7
|
+
(function($) {
|
8
|
+
if (elFinder && elFinder.prototype.options && elFinder.prototype.options.i18n)
|
9
|
+
elFinder.prototype.options.i18n.fr = {
|
10
|
+
/* errors */
|
11
|
+
'Root directory does not exists' : 'Le dossier racine n\'existe pas',
|
12
|
+
'Unable to connect to backend' : 'Impossible de se connecter au backend',
|
13
|
+
'Access denied' : 'Accès refusé',
|
14
|
+
'Invalid backend configuration' : 'Mauvaise configuration du backend',
|
15
|
+
'Unknown command' : 'Commande inconnue',
|
16
|
+
'Command not allowed' : 'Commande non permise',
|
17
|
+
'Invalid parameters' : 'Paramètres non valides',
|
18
|
+
'File not found' : 'Fichier introuvable',
|
19
|
+
'Invalid name' : 'Nom non valide',
|
20
|
+
'File or folder with the same name already exists' : 'Un fichier ou un dossier avec le même nom existe déja',
|
21
|
+
'Unable to rename file' : 'Impossible de renommer le fichier',
|
22
|
+
'Unable to create folder' : 'Impossible de créer le dossier',
|
23
|
+
'Unable to create file' : 'Impossible de créer le fichier',
|
24
|
+
'No file to upload' : 'Aucun fichier a envoyer',
|
25
|
+
'Select at least one file to upload' : 'Sélectionner au moins un fichier a envoyer',
|
26
|
+
'File exceeds the maximum allowed filesize' : 'Le fichier excède la taille maximale autorisée',
|
27
|
+
'Data exceeds the maximum allowed size' : 'Les données excèdent la taille maximale autorisée',
|
28
|
+
'Not allowed file type' : 'Type de fichier non autorisée;',
|
29
|
+
'Unable to upload file' : 'Impossible de télécharger le fichier',
|
30
|
+
'Unable to upload files' : 'Impossible de télécharger les fichiers',
|
31
|
+
'Unable to remove file' : 'Impossible de supprimer le fichier',
|
32
|
+
'Unable to save uploaded file' : 'Impossible de sauver le fichier téléchargé',
|
33
|
+
'Some files was not uploaded' : 'Certains fichiers n\'ont pu être télécharges',
|
34
|
+
'Unable to copy into itself' : 'Copie impossible dans le même dossier',
|
35
|
+
'Unable to move files' : 'Impossible de déplacer les fichiers',
|
36
|
+
'Unable to copy files' : 'Impossible de supprimer les fichiers',
|
37
|
+
'Unable to create file copy' : 'Impossible de créer une copie du fichier',
|
38
|
+
'File is not an image' : 'Ce fichier n\'est pas une image',
|
39
|
+
'Unable to resize image' : 'Impossible de redimensionner cette image',
|
40
|
+
'Unable to write to file' : 'Impossible d\'écrire dans ce fichier',
|
41
|
+
'Unable to create archive' : 'Impossible de créer une archive',
|
42
|
+
'Unable to extract files from archive' : 'Impossible d\'extraire les fichiers de l\'archive',
|
43
|
+
'Unable to open broken link' : 'Ce lien est brisé',
|
44
|
+
'File URL disabled by connector config' : 'URL du fichier désactivé via la configuration du connecteur',
|
45
|
+
/* statusbar */
|
46
|
+
'items' : 'éléments',
|
47
|
+
'selected items' : 'éléments sélectionnés',
|
48
|
+
/* commands/buttons */
|
49
|
+
'Back' : 'Retour',
|
50
|
+
'Reload' : 'Rafraîchir',
|
51
|
+
'Open' : 'Ouvrir',
|
52
|
+
'Preview with Quick Look' : 'Aperçu rapide',
|
53
|
+
'Select file' : 'Sélectionner un fichier',
|
54
|
+
'New folder' : 'Nouveau dossier',
|
55
|
+
'New text file' : 'Nouveau fichier texte',
|
56
|
+
'Upload files' : 'Télécharger des fichiers',
|
57
|
+
'Copy' : 'Copier',
|
58
|
+
'Cut' : 'Couper',
|
59
|
+
'Paste' : 'Coller',
|
60
|
+
'Duplicate' : 'Dupliquer',
|
61
|
+
'Remove' : 'Supprimer',
|
62
|
+
'Rename' : 'Renommer',
|
63
|
+
'Edit text file' : 'Editer le fichier texte',
|
64
|
+
'View as icons' : 'Vue en icônes',
|
65
|
+
'View as list' : 'Vue en liste',
|
66
|
+
'Resize image' : 'Redimensionner l\'image',
|
67
|
+
'Create archive' : 'Nouvelle archive',
|
68
|
+
'Uncompress archive' : 'Extraire de l\'archive',
|
69
|
+
'Get info' : 'Informations',
|
70
|
+
'Help' : 'Aide',
|
71
|
+
'Dock/undock filemanger window' : 'Dock/undock filemanger window',
|
72
|
+
/* upload/get info dialogs */
|
73
|
+
'Maximum allowed files size' : 'Taille maximale autorisée des fichiers',
|
74
|
+
'Add field' : 'Ajouter des fichiers',
|
75
|
+
'File info' : 'Propriétés du fichier',
|
76
|
+
'Folder info' : 'Propriétés du dossier',
|
77
|
+
'Name' : 'Nom',
|
78
|
+
'Kind' : 'Type',
|
79
|
+
'Size' : 'Taille',
|
80
|
+
'Modified' : 'Dernière modification',
|
81
|
+
'Permissions' : 'Accès',
|
82
|
+
'Link to' : 'Lien vers',
|
83
|
+
'Dimensions' : 'Dimensions',
|
84
|
+
'Confirmation required' : 'Veuillez confirmer',
|
85
|
+
'Are you sure you want to remove files?<br /> This cannot be undone!' : 'Etes-vous sûr de vouloir supprimer le ou les fichier(s) ?<br />Cette action est définitive!',
|
86
|
+
/* permissions */
|
87
|
+
'read' : 'lecture',
|
88
|
+
'write' : 'écriture',
|
89
|
+
'remove' : 'suppression',
|
90
|
+
/* dates */
|
91
|
+
'Jan' : 'Jan',
|
92
|
+
'Feb' : 'Feb',
|
93
|
+
'Mar' : 'Mar',
|
94
|
+
'Apr' : 'Avr',
|
95
|
+
'May' : 'Mai',
|
96
|
+
'Jun' : 'Jui',
|
97
|
+
'Jul' : 'Jul',
|
98
|
+
'Aug' : 'Aou',
|
99
|
+
'Sep' : 'Sep',
|
100
|
+
'Oct' : 'Oct',
|
101
|
+
'Nov' : 'Nov',
|
102
|
+
'Dec' : 'Dec',
|
103
|
+
'Today' : 'Aujourd\'hui',
|
104
|
+
'Yesterday' : 'Hier',
|
105
|
+
/* mimetypes */
|
106
|
+
'Unknown' : 'Inconnu',
|
107
|
+
'Folder' : 'Dossier',
|
108
|
+
'Alias' : 'Alias',
|
109
|
+
'Broken alias' : 'Alias brisé',
|
110
|
+
'Plain text' : 'Texte',
|
111
|
+
'Postscript document' : 'Document postscript',
|
112
|
+
'Application' : 'Application' ,
|
113
|
+
'Microsoft Office document' : 'Document Microsoft Office',
|
114
|
+
'Microsoft Word document' : 'Document Microsoft Word',
|
115
|
+
'Microsoft Excel document' : 'Document Microsoft Excel',
|
116
|
+
'Microsoft Powerpoint presentation' : 'Document Microsoft Powerpoint',
|
117
|
+
'Open Office document' : 'Document Open Office',
|
118
|
+
'Flash application' : 'Application Flash',
|
119
|
+
'XML document' : 'Document XML',
|
120
|
+
'Bittorrent file' : 'Fichier bittorrent',
|
121
|
+
'7z archive' : 'Archive 7z',
|
122
|
+
'TAR archive' : 'Archive TAR',
|
123
|
+
'GZIP archive' : 'Archive GZIP',
|
124
|
+
'BZIP archive' : 'Archive BZIP',
|
125
|
+
'ZIP archive' : 'Archive ZIP',
|
126
|
+
'RAR archive' : 'Archive RAR',
|
127
|
+
'Javascript application' : 'Application Javascript',
|
128
|
+
'PHP source' : 'Document PHP',
|
129
|
+
'HTML document' : 'Document HTML',
|
130
|
+
'Javascript source' : 'Document Javascript',
|
131
|
+
'CSS style sheet' : 'Document CSS',
|
132
|
+
'C source' : 'Document C',
|
133
|
+
'C++ source' : 'Document C++',
|
134
|
+
'Unix shell script' : 'Script Unix shell',
|
135
|
+
'Python source' : 'Document Python',
|
136
|
+
'Java source' : 'Document Java',
|
137
|
+
'Ruby source' : 'Document Ruby',
|
138
|
+
'Perl script' : 'Script Perl',
|
139
|
+
'BMP image' : 'Image BMP',
|
140
|
+
'JPEG image' : 'Image JPEG',
|
141
|
+
'GIF Image' : 'Image GIF',
|
142
|
+
'PNG Image' : 'Image PNG',
|
143
|
+
'TIFF image' : 'Image TIFF',
|
144
|
+
'TGA image' : 'Image TGA',
|
145
|
+
'Adobe Photoshop image' : 'Image Adobe Photoshop',
|
146
|
+
'MPEG audio' : 'Audio MPEG',
|
147
|
+
'MIDI audio' : 'Audio MIDI',
|
148
|
+
'Ogg Vorbis audio' : 'Audio Ogg Vorbis',
|
149
|
+
'MP4 audio' : 'Audio MP4',
|
150
|
+
'WAV audio' : 'Audio WAV',
|
151
|
+
'DV video' : 'Video DV',
|
152
|
+
'MP4 video' : 'Video MP4',
|
153
|
+
'MPEG video' : 'Video MPEG',
|
154
|
+
'AVI video' : 'Video AVI',
|
155
|
+
'Quicktime video' : 'Video Quicktime',
|
156
|
+
'WM video' : 'Video WM',
|
157
|
+
'Flash video' : 'Video Flash',
|
158
|
+
'Matroska video' : 'Video Matroska',
|
159
|
+
// 'Shortcuts' : 'Клавиши',
|
160
|
+
'Select all files' : 'Selectionner tous les fichiers',
|
161
|
+
'Copy/Cut/Paste files' : 'Copier/Couper/Coller les fichiers',
|
162
|
+
'Open selected file/folder' : 'Ouvrir dossier/fichier',
|
163
|
+
'Open/close QuickLook window' : 'Ouvrir/Fermer l\'aperçu',
|
164
|
+
'Remove selected files' : 'Supprimer les fichiers selectionnés',
|
165
|
+
'Selected files or current directory info' : 'Informations sur les fichiers du dossier courant',
|
166
|
+
'Create new directory' : 'Créer un nouveau dossier',
|
167
|
+
'Open upload files form' : 'Parcourir',
|
168
|
+
'Select previous file' : 'Selectionner le fichier précèdent',
|
169
|
+
'Select next file' : 'Selectionner le fichier suivant',
|
170
|
+
'Return into previous folder' : 'Retour au dossier précèdent',
|
171
|
+
'Increase/decrease files selection' : 'Etendre/diminuer la selection des fichiers',
|
172
|
+
'Authors' : 'Auteurs',
|
173
|
+
'Sponsors' : 'Sponsors',
|
174
|
+
'elFinder: Web file manager' : 'elFinder: Web file manager',
|
175
|
+
'Version' : 'Version',
|
176
|
+
'Copyright: Studio 42 LTD' : 'Copyright: Studio 42',
|
177
|
+
'Donate to support project development' : 'Donner et encourager le développement du projet',
|
178
|
+
'Javascripts/PHP programming: Dmitry (dio) Levashov, dio@std42.ru' : 'Javascripts/PHP programming: Dmitry (dio) Levashov, dio@std42.ru',
|
179
|
+
'Python programming, techsupport: Troex Nevelin, troex@fury.scancode.ru' : 'Python programming, techsupport: Troex Nevelin, troex@fury.scancode.ru',
|
180
|
+
'Design: Valentin Razumnih' : 'Design: Valentin Razumnih',
|
181
|
+
'French localization' : 'Traduction française',
|
182
|
+
'Icons' : 'Icônes',
|
183
|
+
'License: BSD License' : 'License: BSD License',
|
184
|
+
'elFinder documentation' : 'elFinder documentation',
|
185
|
+
'Simple and usefull Content Management System' : 'Simple and usefull Content Management System',
|
186
|
+
'Support project development and we will place here info about you' : 'Soutenez le projet de developpement et nous placerons ici des informations sur vous',
|
187
|
+
'Contacts us if you need help integrating elFinder in you products' : 'Nous contacter pour vous aider a integrer elfinder a vos produits',
|
188
|
+
'elFinder support following shortcuts' : 'elfinder fonctionne avec les raccourcis suivants',
|
189
|
+
'helpText' : 'elfinder fonctionne comme un gestionnaire de fichiers. Utiliser la barre de menu pour faire des actions sur les fichiers/dossiers. Le survol de la souris sur les boutons donnent des informations sur leur fonction. Le bouton droit de la souris offre aussi des raccourcis contextuels. Pour sélectionner un groupe de fichiers ou de dossiers, faire Shift/Alt au clavier + clique gauche avec la souris.'
|
190
|
+
};
|
191
|
+
|
192
|
+
})(jQuery);
|