-<p>This is a plugin that tries to fire a 'change' event whenever the content of a <a href="http://www.ckeditor.com">CKEditor</a> instance is changed.</p>
-
-<h3 id="contact">Author:</h3>
-<p><a href="mailto:amla70@gmail.com">Alfonso Martínez de Lizarrondo</a></p>
-<h3>Sponsored by:</h3>
-<p>Falcana</p>
-<h3>Version history: </h3>
-<ol>
- <li>1.0: 21-January-2011. First version.</li>
- <li>1.1: 3-September-2011. Fixed issues with the UndoManager events. Detect changes in Source mode.</li>
- <li>1.2: 18-September-2011. Avoid too many events in CKEditor 3.6.2. Filter keyboard to skip control and movement keys.</li>
- <li>1.3: 22-December-2011 Avoid firing the event after the editor has been destroyed.</li>
- <li>1.4: 7-September-2012 Don't fire events if the editor is readonly, thanks to Ulrich Gabor. Included code to use Mutation Observers.</li>
- <li>1.5: 20-October-2012 Detect Cut and Paste for IE in source mode thanks to Jacki.</li>
- <li>1.6: 18-November-2012 Detect multibyte characters thanks to Wouter.</li>
- <li>1.7: 6-December-2012 Compatibility with Source mode in CKEditor 4.</li>
- <li>1.8: 8-June-2013 Use setInterval fix by Roman Minkin.</li>
-</ol>
-
-<h2>Installation</h2>
-<h3>1. Copying the files</h3>
-<p>Extract the contents of the zip in you plugins directory, so it ends up like
- this<br>
- <!--<img src="installation.png" alt="Screenshot of installation" width="311" height="346" longdesc="#install">-->
- </p>
-<pre id="--install">
-ckeditor\
- ...
- images\
- lang\
- plugins\
- ...
- onchange\
- plugin.js
- docs\
- install.html
- ...
- skins\
- themes\
-</pre>
-<h3>2. Adding it to CKEditor</h3>
-<p>Now add the plugin in your <em>config.js</em> or custom js configuration
-file:
-<code>config.extraPlugins='onchange'; </code>
-</p>
-
-<h3>3. Configuration</h3>
-<p>You can limit the minimum time between changes to avoid getting too many events fired:
+<p>This is a plugin that tries to fire a 'change' event whenever the content of a <a href="http://www.ckeditor.com">CKEditor</a> instance is changed.</p>
+
+<h3 id="contact">Author:</h3>
+<p><a href="mailto:amla70@gmail.com">Alfonso Martínez de Lizarrondo</a></p>
+<h3>Sponsored by:</h3>
+<p>Falcana</p>
+<h3>Version history: </h3>
+<ol>
+ <li>1.0: 21-January-2011. First version.</li>
+ <li>1.1: 3-September-2011. Fixed issues with the UndoManager events. Detect changes in Source mode.</li>
+ <li>1.2: 18-September-2011. Avoid too many events in CKEditor 3.6.2. Filter keyboard to skip control and movement keys.</li>
+ <li>1.3: 22-December-2011 Avoid firing the event after the editor has been destroyed.</li>
+ <li>1.4: 7-September-2012 Don't fire events if the editor is readonly, thanks to Ulrich Gabor. Included code to use Mutation Observers.</li>
+ <li>1.5: 20-October-2012 Detect Cut and Paste for IE in source mode thanks to Jacki.</li>
+ <li>1.6: 18-November-2012 Detect multibyte characters thanks to Wouter.</li>
+ <li>1.7: 6-December-2012 Compatibility with Source mode in CKEditor 4.</li>
+ <li>1.8: 8-June-2013 Use setInterval fix by Roman Minkin.</li>
+</ol>
+
+<h2>Installation</h2>
+<h3>1. Copying the files</h3>
+<p>Extract the contents of the zip in you plugins directory, so it ends up like
+ this<br>
+ <!--<img src="installation.png" alt="Screenshot of installation" width="311" height="346" longdesc="#install">-->
+ </p>
+<pre id="--install">
+ckeditor\
+ ...
+ images\
+ lang\
+ plugins\
+ ...
+ onchange\
+ plugin.js
+ docs\
+ install.html
+ ...
+ skins\
+ themes\
+</pre>
+<h3>2. Adding it to CKEditor</h3>
+<p>Now add the plugin in your <em>config.js</em> or custom js configuration
+file:
+<code>config.extraPlugins='onchange'; </code>
+</p>
+
+<h3>3. Configuration</h3>
+<p>You can limit the minimum time between changes to avoid getting too many events fired:
- UploadProgressLbl : '(Pujada en progrés, si us plau esperi...)',
- UploadBtn : 'Pujar el fitxer escollit',
- UploadBtnCancel : 'Cancel·lar',
-
- UploadNoFileMsg : 'Si us plau, escull un fitxer del teu ordinador.',
- UploadNoFolder : 'Si us plau, escull la carpeta abans d\'iniciar la pujada.',
- UploadNoPerms : 'No pot pujar fitxers.',
- UploadUnknError : 'Error enviant el fitxer.',
- UploadExtIncorrect : 'La extensió del fitxer no està permesa en aquesta carpeta.',
-
- // Flash Uploads
- UploadLabel : 'Fitxers a pujar',
- UploadTotalFiles : 'Total de fitxers:',
- UploadTotalSize : 'Grandària total:',
- UploadSend : 'Afegir',
- UploadAddFiles : 'Afegir fitxers',
- UploadClearFiles : 'Esborrar fitxers',
- UploadCancel : 'Cancel·lar la pujada',
- UploadRemove : 'Treure',
- UploadRemoveTip : 'Treure !f',
- UploadUploaded : 'Enviat !n%',
- UploadProcessing : 'Processant...',
-
- // Settings Panel
- SetTitle : 'Configuració',
- SetView : 'Vista:',
- SetViewThumb : 'Icones',
- SetViewList : 'Llista',
- SetDisplay : 'Mostrar:',
- SetDisplayName : 'Nom del fitxer',
- SetDisplayDate : 'Data',
- SetDisplaySize : 'Grandària del fitxer',
- SetSort : 'Ordenar:',
- SetSortName : 'per Nom',
- SetSortDate : 'per Data',
- SetSortSize : 'per Grandària',
- SetSortExtension : 'per Extensió',
-
- // Status Bar
- FilesCountEmpty : '<Carpeta buida>',
- FilesCountOne : '1 fitxer',
- FilesCountMany : '%1 fitxers',
-
- // Size and Speed
- Kb : '%1 KB',
- Mb : '%1 MB',
- Gb : '%1 GB',
- SizePerSecond : '%1/s',
-
- // Connector Error Messages.
- ErrorUnknown : 'No ha estat possible completar la solicitut. (Error %1)',
- Errors :
- {
- 10 : 'Ordre incorrecte.',
- 11 : 'El tipus de recurs no ha estat especificat a la solicitut.',
- 12 : 'El tipus de recurs solicitat no és vàlid.',
- 102 : 'Nom de fitxer o carpeta no vàlids.',
- 103 : 'No s\'ha pogut completar la solicitut degut a les restriccions d\'autorització.',
- 104 : 'No s\'ha pogut completar la solicitut degut a les restriccions en el sistema de fitxers.',
- 105 : 'La extensió del fitxer no es vàlida.',
- 109 : 'Petició invàlida.',
- 110 : 'Error desconegut.',
- 111 : 'No ha estat possible completar l\'operació a causa de la grandària del fitxer resultant.',
- 115 : 'Ja existeix un fitxer o carpeta amb aquest nom.',
- 116 : 'No s\'ha trobat la carpeta. Si us plau, actualitzi i torni-ho a provar.',
- 117 : 'No s\'ha trobat el fitxer. Si us plau, actualitzi i torni-ho a provar.',
- 118 : 'Les rutes origen i destí són iguals.',
- 201 : 'Ja existeix un fitxer amb aquest nom. El fitxer pujat ha estat renombrat com a "%1".',
- 202 : 'Fitxer invàlid.',
- 203 : 'Fitxer invàlid. El pes és massa gran.',
- 204 : 'El fitxer pujat està corrupte.',
- 205 : 'La carpeta temporal no està disponible en el servidor per poder realitzar pujades.',
- 206 : 'La pujada s\'ha cancel·lat per raons de seguretat. El fitxer conté codi HTML.',
- 207 : 'El fitxer pujat ha estat renombrat com a "%1".',
- 300 : 'Ha fallat el moure el(s) fitxer(s).',
- 301 : 'Ha fallat el copiar el(s) fitxer(s).',
- 500 : 'El navegador de fitxers està deshabilitat per raons de seguretat. Si us plau, contacti amb l\'administrador del sistema i comprovi el fitxer de configuració de CKFinder.',
- 501 : 'El suport per a icones està deshabilitat.'
- },
-
- // Other Error Messages.
- ErrorMsg :
- {
- FileEmpty : 'El nom del fitxer no pot estar buit.',
- FileExists : 'El fitxer %s ja existeix.',
- FolderEmpty : 'El nom de la carpeta no pot estar buit.',
- FolderExists : 'La carpeta %s ja existeix.',
- FolderNameExists : 'La carpeta ja existeix.',
-
- FileInvChar : 'El nom del fitxer no pot contenir cap dels caràcters següents: \n\\ / : * ? " < > |',
- FolderInvChar : 'El nom de la carpeta no pot contenir cap dels caràcters següents: \n\\ / : * ? " < > |',
-
- PopupBlockView : 'No ha estat possible obrir el fitxer en una nova finestra. Si us plau, configuri el seu navegador i desactivi tots els blocadors de finestres per a aquesta pàgina.',
- XmlError : 'No ha estat possible carregar correctament la resposta XML del servidor.',
- XmlEmpty : 'No ha estat possible carregar correctament la resposta XML del servidor. El servidor ha enviat una cadena buida.',
- XmlRawResponse : 'Resposta del servidor: %s'
- },
-
- // Imageresize plugin
- Imageresize :
- {
- dialogTitle : 'Redimensionar %s',
- sizeTooBig : 'No es pot posar l\'altura o l\'amplada de la imatge més gran que les dimensions originals (%size).',
+ UploadProgressLbl : '(Pujada en progrés, si us plau esperi...)',
+ UploadBtn : 'Pujar el fitxer escollit',
+ UploadBtnCancel : 'Cancel·lar',
+
+ UploadNoFileMsg : 'Si us plau, escull un fitxer del teu ordinador.',
+ UploadNoFolder : 'Si us plau, escull la carpeta abans d\'iniciar la pujada.',
+ UploadNoPerms : 'No pot pujar fitxers.',
+ UploadUnknError : 'Error enviant el fitxer.',
+ UploadExtIncorrect : 'La extensió del fitxer no està permesa en aquesta carpeta.',
+
+ // Flash Uploads
+ UploadLabel : 'Fitxers a pujar',
+ UploadTotalFiles : 'Total de fitxers:',
+ UploadTotalSize : 'Grandària total:',
+ UploadSend : 'Afegir',
+ UploadAddFiles : 'Afegir fitxers',
+ UploadClearFiles : 'Esborrar fitxers',
+ UploadCancel : 'Cancel·lar la pujada',
+ UploadRemove : 'Treure',
+ UploadRemoveTip : 'Treure !f',
+ UploadUploaded : 'Enviat !n%',
+ UploadProcessing : 'Processant...',
+
+ // Settings Panel
+ SetTitle : 'Configuració',
+ SetView : 'Vista:',
+ SetViewThumb : 'Icones',
+ SetViewList : 'Llista',
+ SetDisplay : 'Mostrar:',
+ SetDisplayName : 'Nom del fitxer',
+ SetDisplayDate : 'Data',
+ SetDisplaySize : 'Grandària del fitxer',
+ SetSort : 'Ordenar:',
+ SetSortName : 'per Nom',
+ SetSortDate : 'per Data',
+ SetSortSize : 'per Grandària',
+ SetSortExtension : 'per Extensió',
+
+ // Status Bar
+ FilesCountEmpty : '<Carpeta buida>',
+ FilesCountOne : '1 fitxer',
+ FilesCountMany : '%1 fitxers',
+
+ // Size and Speed
+ Kb : '%1 KB',
+ Mb : '%1 MB',
+ Gb : '%1 GB',
+ SizePerSecond : '%1/s',
+
+ // Connector Error Messages.
+ ErrorUnknown : 'No ha estat possible completar la solicitut. (Error %1)',
+ Errors :
+ {
+ 10 : 'Ordre incorrecte.',
+ 11 : 'El tipus de recurs no ha estat especificat a la solicitut.',
+ 12 : 'El tipus de recurs solicitat no és vàlid.',
+ 102 : 'Nom de fitxer o carpeta no vàlids.',
+ 103 : 'No s\'ha pogut completar la solicitut degut a les restriccions d\'autorització.',
+ 104 : 'No s\'ha pogut completar la solicitut degut a les restriccions en el sistema de fitxers.',
+ 105 : 'La extensió del fitxer no es vàlida.',
+ 109 : 'Petició invàlida.',
+ 110 : 'Error desconegut.',
+ 111 : 'No ha estat possible completar l\'operació a causa de la grandària del fitxer resultant.',
+ 115 : 'Ja existeix un fitxer o carpeta amb aquest nom.',
+ 116 : 'No s\'ha trobat la carpeta. Si us plau, actualitzi i torni-ho a provar.',
+ 117 : 'No s\'ha trobat el fitxer. Si us plau, actualitzi i torni-ho a provar.',
+ 118 : 'Les rutes origen i destí són iguals.',
+ 201 : 'Ja existeix un fitxer amb aquest nom. El fitxer pujat ha estat renombrat com a "%1".',
+ 202 : 'Fitxer invàlid.',
+ 203 : 'Fitxer invàlid. El pes és massa gran.',
+ 204 : 'El fitxer pujat està corrupte.',
+ 205 : 'La carpeta temporal no està disponible en el servidor per poder realitzar pujades.',
+ 206 : 'La pujada s\'ha cancel·lat per raons de seguretat. El fitxer conté codi HTML.',
+ 207 : 'El fitxer pujat ha estat renombrat com a "%1".',
+ 300 : 'Ha fallat el moure el(s) fitxer(s).',
+ 301 : 'Ha fallat el copiar el(s) fitxer(s).',
+ 500 : 'El navegador de fitxers està deshabilitat per raons de seguretat. Si us plau, contacti amb l\'administrador del sistema i comprovi el fitxer de configuració de CKFinder.',
+ 501 : 'El suport per a icones està deshabilitat.'
+ },
+
+ // Other Error Messages.
+ ErrorMsg :
+ {
+ FileEmpty : 'El nom del fitxer no pot estar buit.',
+ FileExists : 'El fitxer %s ja existeix.',
+ FolderEmpty : 'El nom de la carpeta no pot estar buit.',
+ FolderExists : 'La carpeta %s ja existeix.',
+ FolderNameExists : 'La carpeta ja existeix.',
+
+ FileInvChar : 'El nom del fitxer no pot contenir cap dels caràcters següents: \n\\ / : * ? " < > |',
+ FolderInvChar : 'El nom de la carpeta no pot contenir cap dels caràcters següents: \n\\ / : * ? " < > |',
+
+ PopupBlockView : 'No ha estat possible obrir el fitxer en una nova finestra. Si us plau, configuri el seu navegador i desactivi tots els blocadors de finestres per a aquesta pàgina.',
+ XmlError : 'No ha estat possible carregar correctament la resposta XML del servidor.',
+ XmlEmpty : 'No ha estat possible carregar correctament la resposta XML del servidor. El servidor ha enviat una cadena buida.',
+ XmlRawResponse : 'Resposta del servidor: %s'
+ },
+
+ // Imageresize plugin
+ Imageresize :
+ {
+ dialogTitle : 'Redimensionar %s',
+ sizeTooBig : 'No es pot posar l\'altura o l\'amplada de la imatge més gran que les dimensions originals (%size).',
- UploadNoPerms : 'Отпремање датотеке није дозвољено.',
- UploadUnknError : 'Грешка приликом отпремања датотеке.',
- UploadExtIncorrect : 'Тип датотеке није дозвољен.',
-
- // Flash Uploads
- UploadLabel : 'Датотека за отпремање:',
- UploadTotalFiles : 'Укупно датотека:',
- UploadTotalSize : 'Укупна величина:',
- UploadSend : 'Отпреми',
- UploadAddFiles : 'Додај датотеке',
- UploadClearFiles : 'Избаци датотеке',
- UploadCancel : 'Поништи отпремање',
- UploadRemove : 'Уклони',
- UploadRemoveTip : 'Уклони !f',
- UploadUploaded : 'Послато !n%',
- UploadProcessing : 'Обрада у току...',
-
- // Settings Panel
- SetTitle : 'Подешавања',
- SetView : 'Преглед:',
- SetViewThumb : 'Мала слика',
- SetViewList : 'Листа',
- SetDisplay : 'Приказ:',
- SetDisplayName : 'Назив датотеке',
- SetDisplayDate : 'Датум',
- SetDisplaySize : 'Величина датотеке',
- SetSort : 'Сортирање:',
- SetSortName : 'по називу',
- SetSortDate : 'по датуму',
- SetSortSize : 'по величини',
- SetSortExtension : 'по врсти датотеке',
-
- // Status Bar
- FilesCountEmpty : '<Празна фасцикла>',
- FilesCountOne : '1 датотека',
- FilesCountMany : '%1 датотека(е)',
-
- // Size and Speed
- Kb : '%1 KB',
- Mb : '%1 MB',
- Gb : '%1 GB',
- SizePerSecond : '%1/s',
-
- // Connector Error Messages.
- ErrorUnknown : 'Није могуће завршити захтјев. (Грешка %1)',
- Errors :
- {
- 10 : 'Непозната наредба.',
- 11 : 'Није наведена врста у захтјеву.',
- 12 : 'Затражена врста није важећа.',
- 102 : 'Неисправан назив датотеке или фасцикле.',
- 103 : 'Није могуће извршити захтјев због ограничења приступа.',
- 104 : 'Није могуће извршити захтјев због ограничења поставке система.',
- 105 : 'Недозвољена врста датотеке.',
- 109 : 'Недозвољен захтјев.',
- 110 : 'Непозната грешка.',
- 111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
- 115 : 'Датотека или фасцикла с истим називом већ постоји.',
- 116 : 'Фасцикла није пронађена. Освјежите страницу и покушајте поново.',
- 117 : 'Датотека није пронађена. Освјежите листу датотека и покушајте поново.',
- 118 : 'Путања извора и одредишта су исте.',
- 201 : 'Датотека с истим називом већ постоји. Отпремљена датотека је промјењена у "%1".',
- 202 : 'Неисправна датотека.',
- 203 : 'Неисправна датотека. Величина датотеке је превелика.',
- 204 : 'Отпремљена датотека је неисправна.',
- 205 : 'Не постоји привремена фасцикла за отпремање на серверe.',
- 206 : 'Слање је поништено због сигурносних поставки. Назив датотеке садржи HTML податке.',
- 207 : 'Отпремљена датотека је промјењена у "%1".',
- 300 : 'Премјештање датотеке(а) није успјело.',
- 301 : 'Копирање датотеке(а) није успјело.',
- 500 : 'Претраживање датотека није дозвољено из сигурносних разлога. Молимо контактирајте администратора система како би провјерили поставке CKFinder конфигурационе датотеке.',
- 501 : 'Thumbnail подршка није омогућена.'
- },
-
- // Other Error Messages.
- ErrorMsg :
- {
- FileEmpty : 'Назив датотеке не смије бити празан.',
- FileExists : 'Датотека %s већ постоји.',
- FolderEmpty : 'Назив фасцикле не смије бити празан.',
- FileInvChar : 'Назив датотеке не смије садржавати нити један од сљедећих знакова: \n\\ / : * ? " < > |',
- FolderInvChar : 'Назив фасцикле не смије садржавати нити један од сљедећих знакова: \n\\ / : * ? " < > |',
-
- PopupBlockView : 'Није могуће одтворити датотеку у новом прозору. Промјените подешавања свог интернет претраживача и искључите све popup блокере за ове web странице.',
- XmlError : 'Није могуће учитати XML одговор од web сервера.',
- XmlEmpty : 'Није могуће учитати XML одговор од web сервера. Сервер је вратио празан одговор.',
- XmlRawResponse : 'Одговор сервера: %s'
- },
-
- // Imageresize plugin
- Imageresize :
- {
- dialogTitle : 'Промијени величину %s',
- sizeTooBig : 'Није могуће поставити величину већу од оригинала (%size).',
- resizeSuccess : 'Слика је успјешно промјењена.',
- thumbnailNew : 'Направи малу слику',
- thumbnailSmall : 'Мала (%s)',
- thumbnailMedium : 'Средња (%s)',
- thumbnailLarge : 'Велика (%s)',
- newSize : 'Постави нову величину',
- width : 'Ширина',
- height : 'Висина',
- invalidHeight : 'Неисправна висина.',
- invalidWidth : 'Неисправна ширина.',
- invalidName : 'Неисправан назив датотеке.',
- newImage : 'Направи нову слику',
- noExtensionChange : 'Тип датотеке се не смије мијењати.',
- imageSmall : 'Изворна слика је премала.',
- contextMenuName : 'Промијени величину',
- lockRatio : 'Закључај односе',
- resetSize : 'Врати величину'
- },
-
- // Fileeditor plugin
- Fileeditor :
- {
- save : 'Сачувај',
- fileOpenError : 'Није могуће отворити датотеку.',
- fileSaveSuccess : 'Датотека је успјешно сачувана.',
- contextMenuName : 'Промјени',
- loadingFile : 'Учитавање, молимо причекајте...'
- },
-
- Maximize :
- {
- maximize : 'Повећај',
- minimize : 'Смањи'
- },
-
- Gallery :
- {
- current : 'Слика {current} од {total}'
- },
-
- Zip :
- {
- extractHereLabel : 'Extract here', // MISSING
- extractToLabel : 'Extract to...', // MISSING
- downloadZipLabel : 'Download as zip', // MISSING
- compressZipLabel : 'Compress to zip', // MISSING
- removeAndExtract : 'Remove existing and extract', // MISSING
+ UploadNoPerms : 'Отпремање датотеке није дозвољено.',
+ UploadUnknError : 'Грешка приликом отпремања датотеке.',
+ UploadExtIncorrect : 'Тип датотеке није дозвољен.',
+
+ // Flash Uploads
+ UploadLabel : 'Датотека за отпремање:',
+ UploadTotalFiles : 'Укупно датотека:',
+ UploadTotalSize : 'Укупна величина:',
+ UploadSend : 'Отпреми',
+ UploadAddFiles : 'Додај датотеке',
+ UploadClearFiles : 'Избаци датотеке',
+ UploadCancel : 'Поништи отпремање',
+ UploadRemove : 'Уклони',
+ UploadRemoveTip : 'Уклони !f',
+ UploadUploaded : 'Послато !n%',
+ UploadProcessing : 'Обрада у току...',
+
+ // Settings Panel
+ SetTitle : 'Подешавања',
+ SetView : 'Преглед:',
+ SetViewThumb : 'Мала слика',
+ SetViewList : 'Листа',
+ SetDisplay : 'Приказ:',
+ SetDisplayName : 'Назив датотеке',
+ SetDisplayDate : 'Датум',
+ SetDisplaySize : 'Величина датотеке',
+ SetSort : 'Сортирање:',
+ SetSortName : 'по називу',
+ SetSortDate : 'по датуму',
+ SetSortSize : 'по величини',
+ SetSortExtension : 'по врсти датотеке',
+
+ // Status Bar
+ FilesCountEmpty : '<Празна фасцикла>',
+ FilesCountOne : '1 датотека',
+ FilesCountMany : '%1 датотека(е)',
+
+ // Size and Speed
+ Kb : '%1 KB',
+ Mb : '%1 MB',
+ Gb : '%1 GB',
+ SizePerSecond : '%1/s',
+
+ // Connector Error Messages.
+ ErrorUnknown : 'Није могуће завршити захтјев. (Грешка %1)',
+ Errors :
+ {
+ 10 : 'Непозната наредба.',
+ 11 : 'Није наведена врста у захтјеву.',
+ 12 : 'Затражена врста није важећа.',
+ 102 : 'Неисправан назив датотеке или фасцикле.',
+ 103 : 'Није могуће извршити захтјев због ограничења приступа.',
+ 104 : 'Није могуће извршити захтјев због ограничења поставке система.',
+ 105 : 'Недозвољена врста датотеке.',
+ 109 : 'Недозвољен захтјев.',
+ 110 : 'Непозната грешка.',
+ 111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
+ 115 : 'Датотека или фасцикла с истим називом већ постоји.',
+ 116 : 'Фасцикла није пронађена. Освјежите страницу и покушајте поново.',
+ 117 : 'Датотека није пронађена. Освјежите листу датотека и покушајте поново.',
+ 118 : 'Путања извора и одредишта су исте.',
+ 201 : 'Датотека с истим називом већ постоји. Отпремљена датотека је промјењена у "%1".',
+ 202 : 'Неисправна датотека.',
+ 203 : 'Неисправна датотека. Величина датотеке је превелика.',
+ 204 : 'Отпремљена датотека је неисправна.',
+ 205 : 'Не постоји привремена фасцикла за отпремање на серверe.',
+ 206 : 'Слање је поништено због сигурносних поставки. Назив датотеке садржи HTML податке.',
+ 207 : 'Отпремљена датотека је промјењена у "%1".',
+ 300 : 'Премјештање датотеке(а) није успјело.',
+ 301 : 'Копирање датотеке(а) није успјело.',
+ 500 : 'Претраживање датотека није дозвољено из сигурносних разлога. Молимо контактирајте администратора система како би провјерили поставке CKFinder конфигурационе датотеке.',
+ 501 : 'Thumbnail подршка није омогућена.'
+ },
+
+ // Other Error Messages.
+ ErrorMsg :
+ {
+ FileEmpty : 'Назив датотеке не смије бити празан.',
+ FileExists : 'Датотека %s већ постоји.',
+ FolderEmpty : 'Назив фасцикле не смије бити празан.',
+ FileInvChar : 'Назив датотеке не смије садржавати нити један од сљедећих знакова: \n\\ / : * ? " < > |',
+ FolderInvChar : 'Назив фасцикле не смије садржавати нити један од сљедећих знакова: \n\\ / : * ? " < > |',
+
+ PopupBlockView : 'Није могуће одтворити датотеку у новом прозору. Промјените подешавања свог интернет претраживача и искључите све popup блокере за ове web странице.',
+ XmlError : 'Није могуће учитати XML одговор од web сервера.',
+ XmlEmpty : 'Није могуће учитати XML одговор од web сервера. Сервер је вратио празан одговор.',
+ XmlRawResponse : 'Одговор сервера: %s'
+ },
+
+ // Imageresize plugin
+ Imageresize :
+ {
+ dialogTitle : 'Промијени величину %s',
+ sizeTooBig : 'Није могуће поставити величину већу од оригинала (%size).',
+ resizeSuccess : 'Слика је успјешно промјењена.',
+ thumbnailNew : 'Направи малу слику',
+ thumbnailSmall : 'Мала (%s)',
+ thumbnailMedium : 'Средња (%s)',
+ thumbnailLarge : 'Велика (%s)',
+ newSize : 'Постави нову величину',
+ width : 'Ширина',
+ height : 'Висина',
+ invalidHeight : 'Неисправна висина.',
+ invalidWidth : 'Неисправна ширина.',
+ invalidName : 'Неисправан назив датотеке.',
+ newImage : 'Направи нову слику',
+ noExtensionChange : 'Тип датотеке се не смије мијењати.',
+ imageSmall : 'Изворна слика је премала.',
+ contextMenuName : 'Промијени величину',
+ lockRatio : 'Закључај односе',
+ resetSize : 'Врати величину'
+ },
+
+ // Fileeditor plugin
+ Fileeditor :
+ {
+ save : 'Сачувај',
+ fileOpenError : 'Није могуће отворити датотеку.',
+ fileSaveSuccess : 'Датотека је успјешно сачувана.',
+ contextMenuName : 'Промјени',
+ loadingFile : 'Учитавање, молимо причекајте...'
+ },
+
+ Maximize :
+ {
+ maximize : 'Повећај',
+ minimize : 'Смањи'
+ },
+
+ Gallery :
+ {
+ current : 'Слика {current} од {total}'
+ },
+
+ Zip :
+ {
+ extractHereLabel : 'Extract here', // MISSING
+ extractToLabel : 'Extract to...', // MISSING
+ downloadZipLabel : 'Download as zip', // MISSING
+ compressZipLabel : 'Compress to zip', // MISSING
+ removeAndExtract : 'Remove existing and extract', // MISSING
-// Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-// For licensing, see LICENSE.html or http://ckfinder.com/license
-
-// Defines the object for the Catalan language.
-
-$GLOBALS['CKFLang'] = array (
- 'ErrorUnknown' => 'No ha estat possible completar la solicitut. (Error %1)',
- 'Errors' => array (
- '10' => 'Ordre incorrecte.',
- '11' => 'El tipus de recurs no ha estat especificat a la solicitut.',
- '12' => 'El tipus de recurs solicitat no és vàlid.',
- '102' => 'Nom de fitxer o carpeta no vàlids.',
- '103' => 'No s\'ha pogut completar la solicitut degut a les restriccions d\'autorització.',
- '104' => 'No s\'ha pogut completar la solicitut degut a les restriccions en el sistema de fitxers.',
- '105' => 'La extensió del fitxer no es vàlida.',
- '109' => 'Petició invàlida.',
- '110' => 'Error desconegut.',
- '111' => 'No ha estat possible completar l\'operació a causa de la grandària del fitxer resultant.',
- '115' => 'Ja existeix un fitxer o carpeta amb aquest nom.',
- '116' => 'No s\'ha trobat la carpeta. Si us plau, actualitzi i torni-ho a provar.',
- '117' => 'No s\'ha trobat el fitxer. Si us plau, actualitzi i torni-ho a provar.',
- '118' => 'Les rutes origen i destí són iguals.',
- '201' => 'Ja existeix un fitxer amb aquest nom. El fitxer pujat ha estat renombrat com a "%1".',
- '202' => 'Fitxer invàlid.',
- '203' => 'Fitxer invàlid. El pes és massa gran.',
- '204' => 'El fitxer pujat està corrupte.',
- '205' => 'La carpeta temporal no està disponible en el servidor per poder realitzar pujades.',
- '206' => 'La pujada s\'ha cancel·lat per raons de seguretat. El fitxer conté codi HTML.',
- '207' => 'El fitxer pujat ha estat renombrat com a "%1".',
- '300' => 'Ha fallat el moure el(s) fitxer(s).',
- '301' => 'Ha fallat el copiar el(s) fitxer(s).',
- '500' => 'El navegador de fitxers està deshabilitat per raons de seguretat. Si us plau, contacti amb l\'administrador del sistema i comprovi el fitxer de configuració de CKFinder.',
- '501' => 'El suport per a icones està deshabilitat.',
- )
-);
+<?php
+// Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+// For licensing, see LICENSE.html or http://ckfinder.com/license
+
+// Defines the object for the Catalan language.
+
+$GLOBALS['CKFLang'] = array (
+ 'ErrorUnknown' => 'No ha estat possible completar la solicitut. (Error %1)',
+ 'Errors' => array (
+ '10' => 'Ordre incorrecte.',
+ '11' => 'El tipus de recurs no ha estat especificat a la solicitut.',
+ '12' => 'El tipus de recurs solicitat no és vàlid.',
+ '102' => 'Nom de fitxer o carpeta no vàlids.',
+ '103' => 'No s\'ha pogut completar la solicitut degut a les restriccions d\'autorització.',
+ '104' => 'No s\'ha pogut completar la solicitut degut a les restriccions en el sistema de fitxers.',
+ '105' => 'La extensió del fitxer no es vàlida.',
+ '109' => 'Petició invàlida.',
+ '110' => 'Error desconegut.',
+ '111' => 'No ha estat possible completar l\'operació a causa de la grandària del fitxer resultant.',
+ '115' => 'Ja existeix un fitxer o carpeta amb aquest nom.',
+ '116' => 'No s\'ha trobat la carpeta. Si us plau, actualitzi i torni-ho a provar.',
+ '117' => 'No s\'ha trobat el fitxer. Si us plau, actualitzi i torni-ho a provar.',
+ '118' => 'Les rutes origen i destí són iguals.',
+ '201' => 'Ja existeix un fitxer amb aquest nom. El fitxer pujat ha estat renombrat com a "%1".',
+ '202' => 'Fitxer invàlid.',
+ '203' => 'Fitxer invàlid. El pes és massa gran.',
+ '204' => 'El fitxer pujat està corrupte.',
+ '205' => 'La carpeta temporal no està disponible en el servidor per poder realitzar pujades.',
+ '206' => 'La pujada s\'ha cancel·lat per raons de seguretat. El fitxer conté codi HTML.',
+ '207' => 'El fitxer pujat ha estat renombrat com a "%1".',
+ '300' => 'Ha fallat el moure el(s) fitxer(s).',
+ '301' => 'Ha fallat el copiar el(s) fitxer(s).',
+ '500' => 'El navegador de fitxers està deshabilitat per raons de seguretat. Si us plau, contacti amb l\'administrador del sistema i comprovi el fitxer de configuració de CKFinder.',
+ '501' => 'El suport per a icones està deshabilitat.',
+ )
+);
Property changes on: branches/5.3.x/core/ckeditor/ckfinder/core/connector/php/lang/ca.php
-// Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-// For licensing, see LICENSE.html or http://ckfinder.com/license
-
-// Defines the object for the Serbian Translation for the Serbian language: Goran Markovic, University Computer Center of Banja Luka
-
-$GLOBALS['CKFLang'] = array (
- 'ErrorUnknown' => 'Није могуће завршити захтјев. (Грешка %1)',
- 'Errors' => array (
- '10' => 'Непозната наредба.',
- '11' => 'Није наведена врста у захтјеву.',
- '12' => 'Затражена врста није важећа.',
- '102' => 'Неисправан назив датотеке или фасцикле.',
- '103' => 'Није могуће извршити захтјев због ограничења приступа.',
- '104' => 'Није могуће извршити захтјев због ограничења поставке система.',
- '105' => 'Недозвољена врста датотеке.',
- '109' => 'Недозвољен захтјев.',
- '110' => 'Непозната грешка.',
- '111' => 'It was not possible to complete the request due to resulting file size.',
- '115' => 'Датотека или фасцикла с истим називом већ постоји.',
- '116' => 'Фасцикла није пронађена. Освјежите страницу и покушајте поново.',
- '117' => 'Датотека није пронађена. Освјежите листу датотека и покушајте поново.',
- '118' => 'Путања извора и одредишта су исте.',
- '201' => 'Датотека с истим називом већ постоји. Отпремљена датотека је промјењена у "%1".',
- '202' => 'Неисправна датотека.',
- '203' => 'Неисправна датотека. Величина датотеке је превелика.',
- '204' => 'Отпремљена датотека је неисправна.',
- '205' => 'Не постоји привремена фасцикла за отпремање на серверe.',
- '206' => 'Слање је поништено због сигурносних поставки. Назив датотеке садржи HTML податке.',
- '207' => 'Отпремљена датотека је промјењена у "%1".',
- '300' => 'Премјештање датотеке(а) није успјело.',
- '301' => 'Копирање датотеке(а) није успјело.',
- '500' => 'Претраживање датотека није дозвољено из сигурносних разлога. Молимо контактирајте администратора система како би провјерили поставке CKFinder конфигурационе датотеке.',
- '501' => 'Thumbnail подршка није омогућена.',
- )
-);
+<?php
+// Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+// For licensing, see LICENSE.html or http://ckfinder.com/license
+
+// Defines the object for the Serbian Translation for the Serbian language: Goran Markovic, University Computer Center of Banja Luka
+
+$GLOBALS['CKFLang'] = array (
+ 'ErrorUnknown' => 'Није могуће завршити захтјев. (Грешка %1)',
+ 'Errors' => array (
+ '10' => 'Непозната наредба.',
+ '11' => 'Није наведена врста у захтјеву.',
+ '12' => 'Затражена врста није важећа.',
+ '102' => 'Неисправан назив датотеке или фасцикле.',
+ '103' => 'Није могуће извршити захтјев због ограничења приступа.',
+ '104' => 'Није могуће извршити захтјев због ограничења поставке система.',
+ '105' => 'Недозвољена врста датотеке.',
+ '109' => 'Недозвољен захтјев.',
+ '110' => 'Непозната грешка.',
+ '111' => 'It was not possible to complete the request due to resulting file size.',
+ '115' => 'Датотека или фасцикла с истим називом већ постоји.',
+ '116' => 'Фасцикла није пронађена. Освјежите страницу и покушајте поново.',
+ '117' => 'Датотека није пронађена. Освјежите листу датотека и покушајте поново.',
+ '118' => 'Путања извора и одредишта су исте.',
+ '201' => 'Датотека с истим називом већ постоји. Отпремљена датотека је промјењена у "%1".',
+ '202' => 'Неисправна датотека.',
+ '203' => 'Неисправна датотека. Величина датотеке је превелика.',
+ '204' => 'Отпремљена датотека је неисправна.',
+ '205' => 'Не постоји привремена фасцикла за отпремање на серверe.',
+ '206' => 'Слање је поништено због сигурносних поставки. Назив датотеке садржи HTML податке.',
+ '207' => 'Отпремљена датотека је промјењена у "%1".',
+ '300' => 'Премјештање датотеке(а) није успјело.',
+ '301' => 'Копирање датотеке(а) није успјело.',
+ '500' => 'Претраживање датотека није дозвољено из сигурносних разлога. Молимо контактирајте администратора система како би провјерили поставке CKFinder конфигурационе датотеке.',
+ '501' => 'Thumbnail подршка није омогућена.',
+ )
+);
Property changes on: branches/5.3.x/core/ckeditor/ckfinder/core/connector/php/lang/sr.php