<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TinyMCE Forum - Another File Browser]]></title>
		<link>http://www.tinymce.com/forum/viewtopic.php?id=20280</link>
		<description><![CDATA[The most recent posts in Another File Browser.]]></description>
		<lastBuildDate>Mon, 16 Jul 2012 13:50:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=102413#p102413</link>
			<description><![CDATA[<p>Hello I have a problem in category tree:</p><div class="codebox"><pre><code>Warning: Invalid argument supplied for foreach() in /var/www/vhosts/domain.lt/httpdocs/administracija/jscripts/tiny_mce/plugins/pdw_file_browser/functions.php on line 126</code></pre></div><p>and in documents list:</p><div class="codebox"><pre><code>Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/var/www/vhosts/domain.lt/httpdocs/uploads/images/adult-mardi-gras-king-costume-zoom.jpg/) is not within the allowed path(s): (/var/www/vhosts/domain.lt:/tmp:/usr/share/pear:/usr/share/php) in /var/www/vhosts/domain.lt/httpdocs/administracija/jscripts/tiny_mce/plugins/pdw_file_browser/functions.php on line 87</code></pre></div><p>How i can solved it?</p>]]></description>
			<author><![CDATA[dummy@example.com (Karolis)]]></author>
			<pubDate>Mon, 16 Jul 2012 13:50:51 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=102413#p102413</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=102408#p102408</link>
			<description><![CDATA[<p><strong>Lithuanian lang</strong> <img src="http://www.tinymce.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><div class="codebox"><pre><code>&lt;?php
/*
Language: Lithuanian
File: lang/lt.php

Autorius: n3design [http://www.n3.lt]
*/ 


$lang = array(
    &quot;decimal seperator&quot;             =&gt; &quot;.&quot;,
    &quot;thousands separator&quot;           =&gt; &quot;,&quot;,
    &quot;datetime format&quot;               =&gt; &quot;Y/m/d H:i&quot;, // www.php.net/manual/en/function.date.php
    &quot;Insert&quot;                        =&gt; &quot;Įkelti&quot;,
    &quot;File&quot;                          =&gt; &quot;Dokumentas&quot;,
    &quot;Root&quot;                          =&gt; &quot;Pradinis&quot;, // Gali būti klaidingas vertimas
    &quot;Close&quot;                         =&gt; &quot;Uždaryti&quot;,
    &quot;New folder&quot;                    =&gt; &quot;Naujas katalogas&quot;,
    &quot;Upload&quot;                        =&gt; &quot;Patalpinti&quot;,
    &quot;Clipboard&quot;                     =&gt; &quot;Lenta&quot;, // Gali būti klaidingas vertimas
    &quot;items&quot;                         =&gt; &quot;elementai&quot;,
    &quot;Change view&quot;                   =&gt; &quot;Pakeisti vaizdą&quot;,
    &quot;View&quot;                          =&gt; &quot;Peržiūrėti&quot;,
    &quot;Large images&quot;                  =&gt; &quot;Dideli paveiksliukai&quot;,
    &quot;Small images&quot;                  =&gt; &quot;Maži paveiksliukai&quot;,
    &quot;List&quot;                          =&gt; &quot;Sąrašas&quot;,
    &quot;Details&quot;                       =&gt; &quot;Detalėa&quot;,
    &quot;Tiles&quot;                         =&gt; &quot;Antraštėa&quot;,
    &quot;Content&quot;                       =&gt; &quot;Turinys&quot;,
    &quot;Show the preview pane&quot;         =&gt; &quot;Rodyti peržiūros langą&quot;,
    &quot;Help&quot;                          =&gt; &quot;Pagalba&quot;,
    &quot;Search&quot;                        =&gt; &quot;Paieška&quot;,
    &quot;All files&quot;                     =&gt; &quot;Visi dokumentai&quot;,
    &quot;Dimensions&quot;                    =&gt; &quot;Dydžiai&quot;,
    &quot;Filename&quot;                      =&gt; &quot;Pavadinimas&quot;,
    &quot;Filetype&quot;                      =&gt; &quot;Tipas&quot;,
    &quot;Size&quot;                          =&gt; &quot;Dydis&quot;,
    &quot;Modified on&quot;                   =&gt; &quot;Modifikavimo data&quot;,
    &quot;Directory&quot;                     =&gt; &quot;Direktorija&quot;,
    &quot;Add a new folder&quot;              =&gt; &quot;Pridėti katalogą&quot;,
    &quot;New folder is created in&quot;      =&gt; &quot;Naujas katalogas sukurtas&quot;,
    &quot;Name of the new folder&quot;        =&gt; &quot;Katalogo pavadinimas&quot;,
    &quot;Create folder&quot;                 =&gt; &quot;Sukurti naują katalogą&quot;,
    &quot;Upload a new file&quot;             =&gt; &quot;Patalpinti dokumentą&quot;,
    &quot;Image editor&quot;                  =&gt; &quot;Paveiksliuko redaktorius&quot;,
    &quot;Browse...&quot;                     =&gt; &quot;Ieškoti...&quot;,
    &quot;Upload queue&quot;                  =&gt; &quot;Kėlimas eilėje&quot;,
    &quot;Currently uploading in folder&quot; =&gt; &quot;Įjelta į katalogą&quot;,
    &quot;Select your file&quot;              =&gt; &quot;Pasirinkti dokumentus&quot;,

    //Context menu
    &quot;Edit&quot;                          =&gt; &quot;Redaguoti paveiksliuką&quot;,
    &quot;Copy&quot;                          =&gt; &quot;Kopijuoti&quot;,
    &quot;Cut&quot;                           =&gt; &quot;Iškirpti&quot;,
    &quot;Paste&quot;                         =&gt; &quot;Įklijuoti&quot;,
    &quot;Delete&quot;                        =&gt; &quot;Ištrinti&quot;,
    &quot;Do you really want to delete this folder and its contents?&quot; =&gt; &quot;Ar tikrai norite ištrinti katalogą ir jo turinį?&quot;,
    &quot;Do you really want to delete this file?&quot;                    =&gt; &quot;Ar tikrai norite ištrinti dokumentą?&quot;,
    &quot;Do you really want to delete this image?&quot;                   =&gt; &quot;Ar tikrai norite ištrinti paveisliuką?&quot;,
    &quot;Open&quot;                          =&gt; &quot;Atidaryti&quot;,
    &quot;Refresh&quot;                       =&gt; &quot;Atnaujinti&quot;,
    &quot;Rename&quot;                        =&gt; &quot;Pervadinti&quot;,

    //Error, success and general messages
    &quot;The folder path was tampered with!&quot;                         =&gt; &quot;Katalogas yra sugadintas!&quot;,
    &quot;Creating new folder failed!&quot;                                =&gt; &quot;Klaida sukuriant naują katalogą!&lt;br /&gt;Draudžiami simboliai: ^ \\ / ? * \&quot; &#039; &amp;lt; &amp;gt; : |&quot;,
    &quot;A new folder was created!&quot;                                  =&gt; &quot;Naujas katalogas sukurtas!&quot;,
    &quot;Creating the new folder failed!&quot;                            =&gt; &quot;Kuriant katalogą ivyko klaida!&quot;,  
    &quot;The files where successfully copied!&quot;                       =&gt; &quot;Dokumentai buvo sėkmingai nukopijuoti!&quot;,
    &quot;The file or folder path was tampered with!&quot;                 =&gt; &quot;Dokumentai arba katalogas yra sugadinti!&quot;,
    &quot;Deleting file failed!&quot;                                      =&gt; &quot;Klaida ištrinant dokumentą!&quot;,
    &quot;Deleting folder failed!&quot;                                    =&gt; &quot;Klaida ištrinant katalogą!&quot;,
    &quot;%d file(s) successfully removed!&quot;                           =&gt; &quot;%d dokumentas(-ai) sėkimgai ištrinti!&quot;,
    &quot;Select only one file to insert!&quot;                            =&gt; &quot;Pažimėkite tik vieną dokumenta norinti įkelti!&quot;,
    &quot;Insert cancelled because there is no target to insert to!&quot;  =&gt; &quot;Nebuvo pasirintas dokumentas įkėlimui!&quot;,
    &quot;Directory already exists!&quot;                                  =&gt; &quot;Toks katalogas jau egzistuoja!&quot;,
    &quot;File already exists!&quot;                                       =&gt; &quot;Toks dokumentas jau egzistuoja!&quot;,
    &quot;Name successfully changed!&quot;                                 =&gt; &quot;Pavadinimas pakeistas!&quot;,
    &quot;Rename failed!&quot;                                             =&gt; &quot;Pavadinimo pakeisti nepavyko!&quot;,
    &quot;Please give a new name for file&quot;                            =&gt; &quot;Prašome suteikti naują vardą {0}{1}Dokumentas bus įkeltas automatiškai!{1}(Šie simboliai yra neleistini {2})&quot;,
    &quot;Please give a new name for folder&quot;                          =&gt; &quot;Prašome suteikti naują vardą {0}{1}(Šie simboliai yra neleistini {2})&quot;,
    &quot;Action not allowed!&quot;                                        =&gt; &quot;Neleistinas veiksmas!&quot;,
    &quot;Invalid characters used!&quot;                                   =&gt; &quot;Draudžiami simboliai: ^ \\\ / ? * \\\&quot; &#039; &amp;lt; &amp;gt; : | .&quot;,

    //Upload
    &quot;Upload limited to %d MB!&quot;      =&gt; &quot;Dokumento dydžio limitas: %d MB!&quot;,
    &quot;bytes&quot;                         =&gt; &quot;bitai&quot;,
    &quot;kB&quot;                            =&gt; &quot;kB&quot;,
    &quot;MB&quot;                            =&gt; &quot;MB&quot;,
    &quot;Cancel all uploads&quot;            =&gt; &quot;Atšaukti visus įkėlimus&quot;,

    //Settings
    &quot;Settings&quot;                      =&gt; &quot;Nustatymai&quot;,
    &quot;Language&quot;                      =&gt; &quot;Kalba&quot;,
    &quot;Theme&quot;                         =&gt; &quot;Tema&quot;,
    &quot;Cookies need to be enabled to save your settings!&quot;          =&gt; &quot;Sausainėliai turi būti įjungti norint išsaugoti nustatymus!&quot;,
    &quot;Save settings&quot;                 =&gt; &quot;Išsaugoti nustatymus&quot;,
    &quot;Settings saved!&quot;               =&gt; &quot;Nustatymai išsaugoti!&quot;,
    
    &quot;Absolute URL with hostname&quot;    =&gt; &quot;Pridėti tinklapio adresą prie nuotraukos.&quot;, // Gali būti klaidingas vertimas

    &quot;EOF&quot; =&gt; TRUE
);

?&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Karolis)]]></author>
			<pubDate>Mon, 16 Jul 2012 11:11:00 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=102408#p102408</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=102089#p102089</link>
			<description><![CDATA[<p>Hi!<br />PDW File Browser for TinyMCE V1.3 is not working (bug?) for me in Firefox 13.0.1 (newest stable) with Adobe Flash Player 11.3.300.262 (newest stable).</p><p>When I click &quot;Browse&quot; flash button in PDW File Browser (integrated SWFupload), system folder for file browsing does not open.</p><p>Are you experiencing same issue?</p><p>Also if you know some working online example of PDW File Browser, please let me know.</p>]]></description>
			<author><![CDATA[dummy@example.com (pavel64)]]></author>
			<pubDate>Tue, 26 Jun 2012 12:35:45 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=102089#p102089</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=101991#p101991</link>
			<description><![CDATA[<p>Hi!</p><p>First of all I&#039;d like to thank Guido for his unbelievable amount of work on the plug-in. But I have a problem with making it work properly. </p><p>From the beginning: I downloaded the plugin form &#039;http://wordpress.org/extend/plugins/pdw-file-browser/&#039;. The one on plugin&#039;s home website is not compatible with Wordpress or I don&#039;t know how to install it. Anyway, my gallery folder full path is &#039;http://localhost/wp/wp-content/themes/ecocar/galeria&#039; where &#039;http://localhost/wp&#039; is the root dir for WP. I changed path to upload folder in &#039;config.php&#039;, and it looks like that righ now: $uploadpath = $_SESSION[&#039;/wp-content/themes/ecocar/galeria&#039;]; . Everything should be fine, but it isn&#039;t. When I go to &#039;Media&#039; in WP dashboard and I choose PDW File Browser, it shows folders in the root of my server, which is &#039;http://localhost&#039;. What&#039;s more, all icons there look like folder icons, even image files. I need to mention I use XAMPP on WiN 7 x64. When I click &#039;wp&#039; folder icon, it gives me warning message: Warning: filemtime() [function.filemtime]: stat failed for D:\Strony\xampp\htdocswp/ in D:\Strony\xampp\htdocs\wp\wp-content\plugins\pdw-file-browser\pdw_file_browser\file_specs.php on line 44; , and when I doubleclick on the same folder it shows &#039;The folder path was tampered with!&#039;. I know, that similar issue was posted before, but answers&nbsp; didn&#039;t solve my problem. &#039;D:\Strony\xampp\htdocs\wp&#039; is the folder with WP installation on my Hard Drive. I hope somebody&#039;ll help me. Thanks in advance!</p><p>regards</p>]]></description>
			<author><![CDATA[dummy@example.com (junglized)]]></author>
			<pubDate>Thu, 21 Jun 2012 14:31:53 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=101991#p101991</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=101535#p101535</link>
			<description><![CDATA[<p>Hi All,</p><p>I integrated PDW File Browser to TinyMCE editor. I tested the website with local host. My problems are:</p><p>- On the thumbnails window (the window that will open after we click &quot;TinyMCE toolbar &gt;&gt; Insert/ Edit Image button &gt;&gt;&gt; General tab &gt;&gt; Browse button&quot;), there was no thumbnail of the image.</p><p>- After I chose an image to be inserted and submitted the data, there was no image shown on the page (I viewed the page on the web browser). The image URL is &quot;http://localhost/images/image.jpg&quot;. Whereas it&#039;s supposed to be &quot;http://localhost/the_website/images/image.jpg&quot;.</p><br /><p>Here are what I chose on the PDW File Browser customization files:</p><p>- config.php :</p><p>I chose line 124, than changed it to : &quot;define(&#039;DOCUMENTROOT&#039;, $_SERVER[&#039;DOCUMENT_ROOT&#039;].&quot;/the_website&quot;);&quot;</p><p>- phpThumb.config.php :</p><p>I chose line 28, than changed it to : &quot;$PHPTHUMB_CONFIG[&#039;document_root&#039;] = $_SERVER[&#039;DOCUMENT_ROOT&#039;].&quot;/the_website&quot;;&quot;</p><p>What went wrong, and how to fix this?</p><p>Thank you in advance...</p>]]></description>
			<author><![CDATA[dummy@example.com (hurricane)]]></author>
			<pubDate>Sun, 03 Jun 2012 09:03:40 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=101535#p101535</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=101216#p101216</link>
			<description><![CDATA[<p>Estou com problemas para visualizar as thumbnails no localhost. Alguém poderia ajudar?<br />_____<br />I&#039;m having trouble displaying the thumbnails on the localhost. Can anyone help me?</p>]]></description>
			<author><![CDATA[dummy@example.com (werepa)]]></author>
			<pubDate>Sun, 20 May 2012 23:01:27 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=101216#p101216</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=100988#p100988</link>
			<description><![CDATA[<p>This seems to be a small bug, probably easy to fix:</p><p>When I select a file in the standalone filebrowser, eventhough the absolute URLs is switched on, it returns a relative URL to the input.</p>]]></description>
			<author><![CDATA[dummy@example.com (mysticmind)]]></author>
			<pubDate>Thu, 10 May 2012 11:06:42 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=100988#p100988</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=100528#p100528</link>
			<description><![CDATA[<p>Hiya Guido, hope everything is ok with you?</p><p>I&#039;m still enjoying your great file browser script. After almost a year of working with it there are some modifications I would love to see and I&#039;m sure other members would also enjoy these modifications. I hope you have time and motivation to make these changes. I will definitely donate through the sourceforge website (or through banktransfer if you prefer) to support your work (or I can send you some boardgames again if you like <img src="http://www.tinymce.com/forum/img/smilies/wink.png" width="15" height="15" alt="wink" />).</p><p>1. Drag and drop (from a file-explorer or an image from a webpage) upload, like with Gmail attachments upload.<br />2. When you open a stand alone filebrowser from a textfield with a location pointing to a file on the server, it would be great if the filebrowser shows the folder where that file resides in.<br />3. When you open a stand alone filebrowser from a blank textfield, it would be great if the filebrowser opens in the last accessed location.<br />4. Right-click on a folder in the left-panels opens a menu (like in the right-panel).</p>]]></description>
			<author><![CDATA[dummy@example.com (mysticmind)]]></author>
			<pubDate>Wed, 18 Apr 2012 12:39:49 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=100528#p100528</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=99592#p99592</link>
			<description><![CDATA[<p>Hi, i had the same problem that gandharvan... the solution for me is:</p><p>...</p><p>// add these two lines for absolute urls<br />&nbsp; &nbsp; &nbsp; &nbsp; remove_script_host : false,<br />&nbsp; &nbsp; &nbsp; &nbsp; convert_urls : false,</p><p>&nbsp; &nbsp; theme : &quot;advanced&quot;,<br />&nbsp; &nbsp; plugins : <br />...</p><p>Cheers!</p>]]></description>
			<author><![CDATA[dummy@example.com (ale_g)]]></author>
			<pubDate>Sat, 10 Mar 2012 22:31:33 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=99592#p99592</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=99533#p99533</link>
			<description><![CDATA[<p>Hi Friends,</p><p>I am not sure is this the right place. I am facing a problem with PDW Filebrowser. I used this for 2 projects. it was all working fine. BUt Now What Happens is After inserting the Image into Tiny MCE Editor the imgae is visible in Side the editor. But When The Saved HTML is Viewed in That image path Will be wrong . I Used Absolute path . Before inserting it to editor file path looks as Absolutr path with host name But when returned to Tiny MCE it Becomes relative. I dont Understand Why .</p><p>Here is the entries in Config.php </p><p>Ver 1.3 beta<br />$uploadpath = &quot;/abcdc/uploads/&quot;;</p><br /><p> * RETURN LINKS AS ABSOLUTE OR ABSOLUTE WITHOUT HOSTNAME<br /> *<br /> * Ex. http://www.example.com/upload/file.jpg instead of /upload/file.jpg <br /> */<br />$absolute_url = FALSE; // When FALSE url will be returned absolute without hostname, like /upload/file.jpg.<br />$absolute_url_disabled = FALSE; // When TRUE changing from absolute to relative is not possible.</p><p>Please help me Out if Some one can</p>]]></description>
			<author><![CDATA[dummy@example.com (gandharvan)]]></author>
			<pubDate>Thu, 08 Mar 2012 06:50:05 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=99533#p99533</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=99461#p99461</link>
			<description><![CDATA[<p>Updated russian translation to the latest v1.3:</p><div class="codebox"><pre><code>&lt;?php
/*
Language: Russian
File: lang/ru.php
*/ 


$lang = array(
    &quot;decimal seperator&quot; =&gt; &quot;.&quot;,
    &quot;thousands separator&quot; =&gt; &quot;,&quot;,
    &quot;datetime format&quot; =&gt; &quot;d.m.Y H:i&quot;, // www.php.net/manual/en/function.date.php
    &quot;Insert&quot; =&gt; &quot;Вставить&quot;,
    &quot;File&quot; =&gt; &quot;Файл&quot;,
    &quot;Root&quot; =&gt; &quot;Корень&quot;,
    &quot;Close&quot; =&gt; &quot;Закрыть&quot;,
    &quot;New folder&quot; =&gt; &quot;Новая папка&quot;,
    &quot;Upload&quot; =&gt; &quot;Закачать&quot;,
    &quot;Clipboard&quot; =&gt; &quot;Буфер обмена&quot;,
    &quot;items&quot; =&gt; &quot;объектов&quot;,
    &quot;Change view&quot; =&gt; &quot;Изменить вид&quot;,
    &quot;View&quot; =&gt; &quot;Вид&quot;,
    &quot;Large images&quot; =&gt; &quot;Иллюстрации&quot;,
    &quot;Small images&quot; =&gt; &quot;Значки&quot;,
    &quot;List&quot; =&gt; &quot;Список&quot;,
    &quot;Details&quot; =&gt; &quot;Таблица&quot;,
    &quot;Tiles&quot; =&gt; &quot;Плитка&quot;,
    &quot;Content&quot; =&gt; &quot;Подробный&quot;,
    &quot;Show the preview pane&quot; =&gt; &quot;Показать панель предпросмотра&quot;,
    &quot;Help&quot; =&gt; &quot;Помощь&quot;,
    &quot;Search&quot; =&gt; &quot;Поиск&quot;,
    &quot;All files&quot; =&gt; &quot;Все файлы&quot;,
    &quot;Dimensions&quot; =&gt; &quot;Разрешение&quot;,
    &quot;Filename&quot; =&gt; &quot;Имя файла&quot;,
    &quot;Filetype&quot; =&gt; &quot;Тип&quot;,
    &quot;Size&quot; =&gt; &quot;Размер&quot;,
    &quot;Modified on&quot; =&gt; &quot;Изменено&quot;,
    &quot;Directory&quot; =&gt; &quot;Директория&quot;,
    &quot;Add a new folder&quot; =&gt; &quot;Добавить новую папку&quot;,
    &quot;New folder is created in&quot; =&gt; &quot;Новая папка будет создана в&quot;,
    &quot;Name of the new folder&quot; =&gt; &quot;Название новой папки&quot;,
    &quot;Create folder&quot; =&gt; &quot;Создать новую папку&quot;,
    &quot;Upload a new file&quot; =&gt; &quot;Закачать новый файл&quot;,
    &quot;Image editor&quot; =&gt; &quot;Редактор изображения&quot;,
    &quot;Browse...&quot; =&gt; &quot;Выбрать...&quot;,
    &quot;Upload queue&quot; =&gt; &quot;Очередь закачки&quot;,
    &quot;Currently uploading in folder&quot; =&gt; &quot;Закачивается в папку&quot;,
    &quot;Select your file&quot; =&gt; &quot;Выберите файл(ы)&quot;,
    
    //Context menu
    &quot;Edit&quot; =&gt; &quot;Редактировать изображение&quot;,
    &quot;Copy&quot; =&gt; &quot;Копировать&quot;,
    &quot;Cut&quot; =&gt; &quot;Вырезать&quot;,
    &quot;Paste&quot; =&gt; &quot;Вставить&quot;,
    &quot;Delete&quot; =&gt; &quot;Удалить&quot;,
    &quot;delete_confirm_message_folder&quot; =&gt; &quot;Вы действительно хотите удалить эту папку со всем содержимым?&quot;,
    &quot;delete_confirm_message_file&quot; =&gt; &quot;Вы действительно хотите удалить этот файл?&quot;,
    &quot;delete_confirm_message_image&quot; =&gt; &quot;Вы действительно хотите удалить это изображение?&quot;,
    &quot;Open&quot; =&gt; &quot;Открыть&quot;,
    &quot;Refresh&quot; =&gt; &quot;Обновить&quot;,
    &quot;Rename&quot; =&gt; &quot;Переименовать&quot;,
    
    //Messages
    &quot;The folder path was tampered with!&quot;                         =&gt; &quot;Путь к папке был изменен!&quot;,
    &quot;Creating new folder failed!&quot;                                =&gt; &quot;Новая папка не создана!&lt;br /&gt;Недопустимо использование следующих символов: ^ \\ / ? * \&quot; &#039; &amp;lt; &amp;gt; : |&quot;,
    &quot;A new folder was created!&quot;                                  =&gt; &quot;Новая папка создана!&quot;,
    &quot;Creating the new folder failed!&quot;                            =&gt; &quot;Новая папка не создана!&quot;,
    &quot;The files where successfully copied!&quot;                       =&gt; &quot;Файлы скопированы!&quot;,
    &quot;The file or folder path was tampered with!&quot;                 =&gt; &quot;Путь к файлу или папке был изменен!&quot;,
    &quot;Deleting file failed!&quot;                                      =&gt; &quot;Файл не удален!&quot;,
    &quot;Deleting folder failed!&quot;                                    =&gt; &quot;Папка не удалена!&quot;,
    &quot;%d file(s) successfully removed!&quot;                           =&gt; &quot;%d файлы удалены!&quot;,
    &quot;Select only one file to insert!&quot;                            =&gt; &quot;Выберите один файл для вставки!&quot;,
    &quot;Insert cancelled because there is no target to insert to!&quot;  =&gt; &quot;Вставка не произведена, так как не указано местоназначение!&quot;,
    &quot;Directory already exists!&quot;                                  =&gt; &quot;Такая директория уже есть!&quot;,
    &quot;File already exists!&quot;                                       =&gt; &quot;Такой файл уже есть!&quot;,
    &quot;Name successfully changed!&quot;                                 =&gt; &quot;Имя изменено!&quot;,
    &quot;Rename failed!&quot;                                             =&gt; &quot;Переименование не произведено!&quot;,
    &quot;Please give a new name for file&quot;                            =&gt; &quot;Пожалуйста укажите новое имя для {0}{1}Расширение добавляется автоматически!{1}(Следующие символы недопустимы: {2})&quot;,
    &quot;Please give a new name for folder&quot;                          =&gt; &quot;Пожалуйста укажите новое имя для {0}{1}(Следующие символы недопустимы: {2})&quot;,
    &quot;Action not allowed!&quot;                                        =&gt; &quot;Действие не разрешено!&quot;,
    &quot;Invalid characters used!&quot;                                   =&gt; &quot;Следующие символы недопустимы: ^ \\\ / ? * \\\&quot; &#039; &amp;lt; &amp;gt; : | .&quot;,
    
    //Upload
    &quot;Upload limited to %d MB!&quot;      =&gt; &quot;Ограничение по закачке -- %d Мб!&quot;,
    &quot;bytes&quot;                         =&gt; &quot;байт&quot;,
    &quot;kB&quot;                            =&gt; &quot;Кб&quot;,
    &quot;MB&quot;                            =&gt; &quot;Мб&quot;,
    &quot;Cancel all uploads&quot;            =&gt; &quot;Прервать все закачки&quot;,

    //Settings
    &quot;Settings&quot;                      =&gt; &quot;Настройки&quot;,
    &quot;Language&quot;                      =&gt; &quot;Язык&quot;,
    &quot;Theme&quot;                         =&gt; &quot;Тема&quot;,
    &quot;Cookies need to be enabled to save your settings!&quot;          =&gt; &quot;Куки должны быть разрешены Для сохранения настроек!&quot;,
    &quot;Save settings&quot;                 =&gt; &quot;Сохранить настройки&quot;,
    &quot;Settings saved!&quot;               =&gt; &quot;Настройки сохранены!&quot;,
    
    &quot;Absolute URL with hostname&quot;    =&gt; &quot;Абсолютный URL с хостом&quot;,

    &quot;EOF&quot; =&gt; TRUE
);

?&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (BonySoft)]]></author>
			<pubDate>Tue, 06 Mar 2012 06:41:27 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=99461#p99461</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=99282#p99282</link>
			<description><![CDATA[<p>Here is Polish version:</p><div class="codebox"><pre><code>&lt;?php
/*
Language: Polski (pl)
File: lang/pl.php
*/ 


$lang = array(
    &quot;decimal seperator&quot;             =&gt; &quot;.&quot;,
    &quot;thousands separator&quot;           =&gt; &quot;,&quot;,
    &quot;datetime format&quot;               =&gt; &quot;m/d/Y H:i&quot;, // [url=http://www.php.net/manual/en/function.date.php]www.php.net/manual/en/function.date.php[/url]
    &quot;Insert&quot;                        =&gt; &quot;Wstaw&quot;,
    &quot;File&quot;                          =&gt; &quot;Plik&quot;,
    &quot;Root&quot;                          =&gt; &quot;Root&quot;,
    &quot;Close&quot;                         =&gt; &quot;Zamknij&quot;,
    &quot;New folder&quot;                    =&gt; &quot;Nowy katalog&quot;,
    &quot;Upload&quot;                        =&gt; &quot;Załaduj&quot;,
    &quot;Clipboard&quot;                     =&gt; &quot;Schowek&quot;,
    &quot;items&quot;                         =&gt; &quot;pozycji&quot;,
    &quot;Change view&quot;                   =&gt; &quot;Zmień widok&quot;,
    &quot;View&quot;                          =&gt; &quot;Widok&quot;,
    &quot;Large images&quot;                  =&gt; &quot;Duże zdjęcia&quot;,
    &quot;Small images&quot;                  =&gt; &quot;Małe zdjęcia&quot;,
    &quot;List&quot;                          =&gt; &quot;Lista&quot;,
    &quot;Details&quot;                       =&gt; &quot;Detale&quot;,
    &quot;Tiles&quot;                         =&gt; &quot;Sąsiadująco&quot;,
    &quot;Content&quot;                       =&gt; &quot;Zawartość&quot;,
    &quot;Show the preview pane&quot;         =&gt; &quot;Pokaż podgląd&quot;,
    &quot;Help&quot;                          =&gt; &quot;Pomoc&quot;,
    &quot;Search&quot;                        =&gt; &quot;Szukaj&quot;,
    &quot;All files&quot;                     =&gt; &quot;Wszystkie pliki&quot;,
    &quot;Dimensions&quot;                    =&gt; &quot;Wymiary&quot;,
    &quot;Filename&quot;                      =&gt; &quot;Nazwa&quot;,
    &quot;Filetype&quot;                      =&gt; &quot;Typ&quot;,
    &quot;Size&quot;                          =&gt; &quot;Rozmiar&quot;,
    &quot;Modified on&quot;                   =&gt; &quot;Data Modyfikacji&quot;,
    &quot;Directory&quot;                     =&gt; &quot;Katalog&quot;,
    &quot;Add a new folder&quot;              =&gt; &quot;Dodaj nowy katalog&quot;,
    &quot;New folder is created in&quot;      =&gt; &quot;Nowy katalog zostanie stworzony w&quot;,
    &quot;Name of the new folder&quot;        =&gt; &quot;Nazwa katalogu&quot;,
    &quot;Create folder&quot;                 =&gt; &quot;Stwórz nowy katalog&quot;,
    &quot;Upload a new file&quot;             =&gt; &quot;Załaduj nowy plik&quot;,
    &quot;Image editor&quot;                  =&gt; &quot;Edytor zdjęć&quot;,
    &quot;Browse...&quot;                     =&gt; &quot;Przeglądaj...&quot;,
    &quot;Upload queue&quot;                  =&gt; &quot;Kolejka do załadowania&quot;,
    &quot;Currently uploading in folder&quot; =&gt; &quot;Obecnie ładowanie do foldera&quot;,
    &quot;Select your file&quot;              =&gt; &quot;Zaznacz plik(i)&quot;,

    //Context menu
    &quot;Edit&quot;                          =&gt; &quot;Edytuj plik graficzny&quot;,
    &quot;Copy&quot;                          =&gt; &quot;Kopiuj&quot;,
    &quot;Cut&quot;                           =&gt; &quot;Wytnij&quot;,
    &quot;Paste&quot;                         =&gt; &quot;Wstaw&quot;,
    &quot;Delete&quot;                        =&gt; &quot;Usuń&quot;,
    &quot;Do you really want to delete this folder and its contents?&quot; =&gt; &quot;Czy naprawdę chcesz usunąć ten katalog z jego całą jego zawartością?&quot;,
    &quot;Do you really want to delete this file?&quot;                    =&gt; &quot;Czy naprawdę chcesz usunąć ten plik?&quot;,
    &quot;Do you really want to delete this image?&quot;                   =&gt; &quot;Czy naprawdę chcesz usunąć ten plik graficzny&quot;,
    &quot;Open&quot;                          =&gt; &quot;Otwórz&quot;,
    &quot;Refresh&quot;                       =&gt; &quot;Odśwież&quot;,
    &quot;Rename&quot;                        =&gt; &quot;Zmień nazwę&quot;,

    //Error, success and general messages
    &quot;The folder path was tampered with!&quot;                         =&gt; &quot;Ścieżka do katalogu została zmodyfikowana!&quot;,
    &quot;Creating new folder failed!&quot;                                =&gt; &quot;Stworzenie nowego katalogu się nie powiodło!&lt;br /&gt;Następujące znaki są niedozwolone: ^ \\ / ? * \&quot; &#039; &amp;lt; &amp;gt; : |&quot;,
    &quot;A new folder was created!&quot;                                  =&gt; &quot;Nowy katalog został stworzony!&quot;,
    &quot;Creating the new folder failed!&quot;                            =&gt; &quot;Stworzenie nowego katalogu sie nie powiodło!&quot;,  
    &quot;The files where successfully copied!&quot;                       =&gt; &quot;Pliki zostały skopiowane pomyślnie!&quot;,
    &quot;The file or folder path was tampered with!&quot;                 =&gt; &quot;Plik lub katalog został zmodyfikowany!&quot;,
    &quot;Deleting file failed!&quot;                                      =&gt; &quot;Usunięcie pliku sie nie powiodło!&quot;,
    &quot;Deleting folder failed!&quot;                                    =&gt; &quot;Usunięcie katalogu sie nie powiodło!&quot;,
    &quot;%d file(s) successfully removed!&quot;                           =&gt; &quot;%d plików usuniętych pomyślnie!&quot;,
    &quot;Select only one file to insert!&quot;                            =&gt; &quot;Zaznacz tylko jeden plik do wstawienia!&quot;,
    &quot;Insert cancelled because there is no target to insert to!&quot;  =&gt; &quot;Wstawianie anulowane ponieważ nie ma celu do którego można by wstawić!&quot;,
    &quot;Directory already exists!&quot;                                  =&gt; &quot;Katalog już istnieje!&quot;,
    &quot;File already exists!&quot;                                       =&gt; &quot;Plik już istnieje!&quot;,
    &quot;Name successfully changed!&quot;                                 =&gt; &quot;Nazwa zmieniona!&quot;,
    &quot;Rename failed!&quot;                                             =&gt; &quot;Zmiana nazwy się nie powiodła!&quot;,
    &quot;Please give a new name for file&quot;                            =&gt; &quot;Proszę dać nową nazwę dla {0}{1} Rzoszerzenie pliku jest dodawane automatycznie!{1}(Te znaki są niedozwolone {2})&quot;,
    &quot;Please give a new name for folder&quot;                          =&gt; &quot;Proszę dać nową nazwę dla {0}{1}(Te znaki są niedozwolone {2})&quot;,
    &quot;Action not allowed!&quot;                                        =&gt; &quot;Akcja niedozwolona!&quot;,
    &quot;Invalid characters used!&quot;                                   =&gt; &quot;Te znaki są niedozwolone: ^ \\\ / ? * \\\&quot; &#039; &amp;lt; &amp;gt; : | .&quot;,

    //Upload
    &quot;Upload limited to %d MB!&quot;      =&gt; &quot;Załadowanie ograniczone do %d MB!&quot;,
    &quot;bytes&quot;                         =&gt; &quot;bajtów&quot;,
    &quot;kB&quot;                            =&gt; &quot;kB&quot;,
    &quot;MB&quot;                            =&gt; &quot;MB&quot;,
    &quot;Cancel all uploads&quot;            =&gt; &quot;Anuluj ładowanie&quot;,

    //Settings
    &quot;Settings&quot;                      =&gt; &quot;Ustawienia&quot;,
    &quot;Language&quot;                      =&gt; &quot;Język&quot;,
    &quot;Theme&quot;                         =&gt; &quot;Temat&quot;,
    &quot;Cookies need to be enabled to save your settings!&quot;          =&gt; &quot;Cookies muszą być dozwolone aby zapisać ustawienia!&quot;,
    &quot;Save settings&quot;                 =&gt; &quot;Zapisz ustawienia&quot;,
    &quot;Settings saved!&quot;               =&gt; &quot;Ustawienia zapisane!&quot;,
    
    &quot;Absolute URL with hostname&quot;    =&gt; &quot;Pełny URL wraz z nazwą hosta&quot;,

    &quot;EOF&quot; =&gt; TRUE
);
?&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (_ben)]]></author>
			<pubDate>Wed, 29 Feb 2012 15:26:20 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=99282#p99282</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=98230#p98230</link>
			<description><![CDATA[<p>There seem to be some files missing in the download that are necessary?</p><p>After installing PDW file browser correctly, tinymce was crashing so I used Chrome to view the developer console for errors.</p><p>What comes up is:<br />&quot;Failed to load resource: the server responded with a status of 404 (Not Found)<br /><a href="http://www.mydomain.com/cms/tinymce/plugins/pdw_file_browser/editor_plugin.js\">http://www.mydomain.com/cms/tinymce/plugins/pdw_file_browser/editor_plugin.js&quot;</a></p><p>I have looked in both my local copy I downloaded and the folder I uploaded and this file does not exist in either one.&nbsp; I downloaded the files again from Sourceforge but it still isn&#039;t included.</p>]]></description>
			<author><![CDATA[dummy@example.com (KingSky)]]></author>
			<pubDate>Tue, 24 Jan 2012 18:54:37 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=98230#p98230</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=98131#p98131</link>
			<description><![CDATA[<p>Here is a Portuguese (Brazilian) translation:</p><div class="codebox"><pre><code>&lt;?PHP
//filename: lang/pt.php
$lang = array(
    &quot;decimal seperator&quot; =&gt; &quot;,&quot;,
    &quot;thousands separator&quot; =&gt; &quot;.&quot;,
    &quot;datetime format&quot; =&gt; &quot;d/m/Y H:i&quot;, // www.php.net/manual/en/function.date.php
    &quot;Insert&quot; =&gt; &quot;Inserir&quot;,
    &quot;File&quot; =&gt; &quot;Arquivo&quot;,
    &quot;Root&quot; =&gt; &quot;Raiz&quot;,
    &quot;Close&quot; =&gt; &quot;Fechar&quot;,
    &quot;New folder&quot; =&gt; &quot;Nova pasta&quot;,
    &quot;Upload&quot; =&gt; &quot;Upload&quot;,
    &quot;Clipboard&quot; =&gt; &quot;Área de Transferência&quot;,
    &quot;Items&quot; =&gt; &quot;Itens&quot;,
    &quot;Change view&quot; =&gt; &quot;Alterar visualização&quot;,
    &quot;View&quot; =&gt; &quot;Visualizar&quot;,
    &quot;Large images&quot; =&gt; &quot;Imagens grandes&quot;,
    &quot;Small images&quot; =&gt; &quot;Imagens pequenas&quot;,
    &quot;List&quot; =&gt; &quot;Lista&quot;,
    &quot;Details&quot; =&gt; &quot;Detalhes&quot;,
    &quot;Tiles&quot; =&gt; &quot;Lado-a-lado&quot;,
    &quot;Content&quot; =&gt; &quot;Conteúdo&quot;,
    &quot;Show the preview pane&quot; =&gt; &quot;Exibir painel de visualização&quot;,
    &quot;Help&quot; =&gt; &quot;Ajuda&quot;,
    &quot;Search&quot; =&gt; &quot;Pesquisa&quot;,
    &quot;Dimensions&quot; =&gt; &quot;Dimensões&quot;,
    &quot;Filename&quot; =&gt; &quot;Nome do arquivo&quot;,
    &quot;Filetype&quot; =&gt; &quot;Tipo de arquivo&quot;,
    &quot;Size&quot; =&gt; &quot;Tamanho&quot;,
    &quot;Modified on&quot; =&gt; &quot;Modificado em&quot;,
    &quot;Directory&quot; =&gt; &quot;Pasta&quot;,
    &quot;Add a new folder&quot; =&gt; &quot;Criar nova pasta&quot;,
    &quot;New folder is created in&quot; =&gt; &quot;Nova pasta criada em&quot;,
    &quot;Name of the new folder&quot; =&gt; &quot;Nome da nova pasta&quot;,
    &quot;Create folder&quot; =&gt; &quot;Criar pasta&quot;,
    &quot;Upload a new file&quot; =&gt; &quot;Enviar novo arquivo&quot;,
    &quot;Image editor&quot; =&gt; &quot;Editor de imagem&quot;,
    &quot;Browse&quot; =&gt; &quot;Procurar...&quot;,
    &quot;Upload Queue&quot; =&gt; &quot;Fila de envio&quot;,
    &quot;Currently uploading in folder&quot; =&gt; &quot;Enviando para pasta&quot;,
    &quot;Select your file&quot; =&gt; &quot;Escolha o(s) arquivo(s)&quot;,
    
    //Context menu
    &quot;cmenu_insert&quot; =&gt; &quot;Inserir&quot;,
    &quot;cmenu_edit&quot; =&gt; &quot;Editar&quot;,
    &quot;cmenu_copy&quot; =&gt; &quot;Copiar&quot;,
    &quot;cmenu_cut&quot; =&gt; &quot;Recortar&quot;,
    &quot;cmenu_paste&quot; =&gt; &quot;Colar&quot;,
    &quot;cmenu_delete&quot; =&gt; &quot;Apagar&quot;,
    &quot;cmenu_delete_confirm_message_folder&quot; =&gt; &quot;Tem certeza que deseja apagar esta pasta e todo o seu conteúdo?&quot;,
    &quot;cmenu_delete_confirm_message_file&quot; =&gt; &quot;Tem certeza que deseja apagar este arquivo?&quot;,
    &quot;cmenu_delete_confirm_message_image&quot; =&gt; &quot;Tem certeza que deseja apagar esta imagem?&quot;,
    &quot;cmenu_open&quot; =&gt; &quot;Abrit&quot;,
    &quot;cmenu_large_images&quot; =&gt; &quot;Imagens grandes&quot;,
    &quot;cmenu_small_images&quot; =&gt; &quot;Imagens pequenas&quot;,
    &quot;cmenu_list&quot; =&gt; &quot;Lista&quot;,
    &quot;cmenu_details&quot; =&gt; &quot;Detalhes&quot;,
    &quot;cmenu_tiles&quot; =&gt; &quot;Lado-a-lado&quot;,
    &quot;cmenu_content&quot; =&gt; &quot;Conteúdo&quot;,
    &quot;cmenu_refresh&quot; =&gt; &quot;Atualizar&quot;,
    &quot;cmenu_new_folder&quot; =&gt; &quot;Nova Pasta&quot;,
    &quot;cmenu_rename&quot; =&gt; &quot;Renomear&quot;,
    
    //Messages
    &quot;folder_tampered_with&quot; =&gt; &quot;O caminho para a pasta foi alterado!&quot;,
    &quot;folder_name_invalid&quot; =&gt; &quot;A pasta não pôde ser criada. &lt;br /&gt; Os seguintes caractéres não são permitidos: ^ \\ / ? * \&quot; &#039; &lt; &gt; : |&quot;,
    &quot;create_folder_successful&quot; =&gt; &quot;Nova pasta criada!&quot;,
    &quot;create_folder_failed&quot; =&gt; &quot;A pasta não pôde ser criada!&quot;,
    &quot;file_tampered_with&quot; =&gt; &quot;O caminho para o arquivo foi alterado!&quot;,
    &quot;loadfolder_error_1&quot; =&gt; &quot;O caminho para a pasta foi alterado!&quot;,
    &quot;delete_error_1&quot; =&gt; &quot;O caminho para a pasta ou para o arquivo foi alterado!&quot;,
    &quot;delete_error_2&quot; =&gt; &quot;Houve um problema ao apagar o arquivo. A operação falhou!&quot;,
    &quot;delete_error_3&quot; =&gt; &quot;Houve um problema ao apagar a pasta. A operação falhou!&quot;,
    &quot;delete_success&quot; =&gt; &quot; Arquivos apagados com sucesso!&quot;,
    &quot;select_one_file&quot; =&gt; &quot;Favor selecionar apenas um arquivo!&quot;,
    &quot;insert_cancelled&quot; =&gt; &quot;Inserção cancelada!&quot;,
    &quot;directory_already_exists&quot; =&gt; &quot;Pasta já existe!&quot;,
    &quot;file_already_exists&quot; =&gt; &quot;Arquivo já existente!&quot;,
    &quot;rename_failed&quot; =&gt; &quot;Falha ao renomear!&quot;,
    &quot;rename_file&quot; =&gt; &quot;Entre com um nome para {0}{1} an. A extensão do arquivo é inserida automaticamente! {1} (Os seguintes caractéres não são permitidos {2})&quot;,
    &quot;rename_folder&quot; =&gt; &quot;Dê um nome para {0}{1} (Os seguintes caractéres não são permitidos {2})&quot;
);

?&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ajanini)]]></author>
			<pubDate>Fri, 20 Jan 2012 11:13:32 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=98131#p98131</guid>
		</item>
		<item>
			<title><![CDATA[Re: Another File Browser]]></title>
			<link>http://www.tinymce.com/forum/viewtopic.php?pid=95053#p95053</link>
			<description><![CDATA[<p>I hope Guido has the time and freedom to continue to work on this superb project. It would be great if there&#039;ll be some more options and fixes!</p><p>Is there a way to raise the number of maximum files in the queue for uploads?</p>]]></description>
			<author><![CDATA[dummy@example.com (mysticmind)]]></author>
			<pubDate>Mon, 26 Sep 2011 00:19:31 +0000</pubDate>
			<guid>http://www.tinymce.com/forum/viewtopic.php?pid=95053#p95053</guid>
		</item>
	</channel>
</rss>
