Feature #306 - Online editor -> youtube plugin -> language files: Adding missing files, line endings are LF, no BOM at beginnings.
parent
b38ab94c43
commit
2070892e23
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Afrikaans language file. |
* Afrikaans language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,21 +1,21 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Arabic language file. |
* Arabic language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Asturian language file. |
||||||
|
* Please, use UTF-8 encoding. |
||||||
|
*/ |
||||||
|
|
||||||
|
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
|
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
|
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
|
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
|
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
|
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
|
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
|
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
|
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
|
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
|
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Translator: Ivan Tcholakov, ivantcholakov@gmail.com |
* Translator: Ivan Tcholakov, ivantcholakov@gmail.com |
||||||
* |
* |
||||||
* Bulgarian language file. |
* Bulgarian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Добавяне/Редактиране на YouTube видео' ; |
FCKLang['YouTubeTip'] = 'Добавяне/Редактиране на YouTube видео' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'Добавяне/Редактиране на YouTube видео' ; |
FCKLang['DlgYouTubeTitle'] = 'Добавяне/Редактиране на YouTube видео' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Моля, въведете адреса (URL) на видеото в YouTube."' ; |
FCKLang['DlgYouTubeCode'] = '"Моля, въведете адреса (URL) на видеото в YouTube."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Некоректен адрес (URL).' ; |
FCKLang['DlgYouTubeSecurity'] = 'Некоректен адрес (URL).' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Широчина' ; |
FCKLang['DlgYouTubeWidth'] = 'Широчина' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Височина' ; |
FCKLang['DlgYouTubeHeight'] = 'Височина' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Качество' ; |
FCKLang['DlgYouTubeQuality'] = 'Качество' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Ниско' ; |
FCKLang['DlgYouTubeLow'] = 'Ниско' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'Високо (ако е достъпно)' ; |
FCKLang['DlgYouTubeHigh'] = 'Високо (ако е достъпно)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Съвет:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Съвет:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Отидете на %s. Намерете в сайта вашето видео.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Отидете на %s. Намерете в сайта вашето видео.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Копирайте адреса на видеото от адресното поле на браузъра в този диалог, в полето "URL".' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Копирайте адреса на видеото от адресното поле на браузъра в този диалог, в полето "URL".' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'Копираният адрес трябва да изглежда така: %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'Копираният адрес трябва да изглежда така: %s.' ; |
||||||
|
|||||||
@ -1,21 +1,21 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Bengali/Bangla language file. |
* Bengali/Bangla language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Bosnian language file. |
* Bosnian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Catalan language file. |
* Catalan language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Czech language file. |
* Czech language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Danish language file. |
* Danish language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* German language file. |
* German language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Greek language file. |
* Greek language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* English (Australia) language file. |
* English (Australia) language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* English (Canadian) language file. |
* English (Canadian) language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* English (United Kingdom) language file. |
* English (United Kingdom) language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,25 +1,25 @@ |
|||||||
/* |
/* |
||||||
* For FCKeditor 2.3 |
* For FCKeditor 2.3 |
||||||
* |
* |
||||||
* |
* |
||||||
* File Name: en.js |
* File Name: en.js |
||||||
* English language file for the youtube plugin. |
* English language file for the youtube plugin. |
||||||
* |
* |
||||||
* File Authors: |
* File Authors: |
||||||
* Uprush (uprushworld@yahoo.co.jp) 2007/10/30 |
* Uprush (uprushworld@yahoo.co.jp) 2007/10/30 |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Esperanto language file. |
* Esperanto language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Estonian language file. |
* Estonian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,21 +1,21 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Basque language file. |
* Basque language file. |
||||||
* Euskara hizkuntza fitxategia. |
* Euskara hizkuntza fitxategia. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Persian language file. |
* Persian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Finnish language file. |
* Finnish language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Faroese language file. |
* Faroese language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Canadian French language file. |
* Canadian French language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* French language file. |
* French language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Friulian language file. |
||||||
|
* Please, use UTF-8 encoding. |
||||||
|
*/ |
||||||
|
|
||||||
|
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
|
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
|
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
|
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
|
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
|
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
|
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
|
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
|
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
|
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
|
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Galician language file. |
* Galician language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Gujarati language file. |
* Gujarati language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Hebrew language file. |
* Hebrew language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Hindi language file. |
* Hindi language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Croatian language file. |
* Croatian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Hungarian language file. |
* Hungarian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Indonesian language file. |
||||||
|
* Please, use UTF-8 encoding. |
||||||
|
*/ |
||||||
|
|
||||||
|
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
|
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
|
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
|
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
|
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
|
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
|
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
|
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
|
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
|
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
|
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Icelandic language file. |
* Icelandic language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Italian language file. |
* Italian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,25 +1,25 @@ |
|||||||
/* |
/* |
||||||
* For FCKeditor 2.3 |
* For FCKeditor 2.3 |
||||||
* |
* |
||||||
* |
* |
||||||
* File Name: ja.js |
* File Name: ja.js |
||||||
* Japanese language file for the youtube plugin. |
* Japanese language file for the youtube plugin. |
||||||
* |
* |
||||||
* File Authors: |
* File Authors: |
||||||
* Uprush (uprushworld@yahoo.co.jp) 2007/10/30 |
* Uprush (uprushworld@yahoo.co.jp) 2007/10/30 |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'YouTube挿入/編集' ; |
FCKLang['YouTubeTip'] = 'YouTube挿入/編集' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTubeプロパティ' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTubeプロパティ' ; |
||||||
FCKLang['DlgYouTubeCode'] = 'URLを挿入してください。' ; |
FCKLang['DlgYouTubeCode'] = 'URLを挿入してください。' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'URLが正しくありません。' ; |
FCKLang['DlgYouTubeSecurity'] = 'URLが正しくありません。' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = '幅' ; |
FCKLang['DlgYouTubeWidth'] = '幅' ; |
||||||
FCKLang['DlgYouTubeHeight'] = '縦' ; |
FCKLang['DlgYouTubeHeight'] = '縦' ; |
||||||
FCKLang['DlgYouTubeQuality'] = '画質' ; |
FCKLang['DlgYouTubeQuality'] = '画質' ; |
||||||
FCKLang['DlgYouTubeLow'] = '低' ; |
FCKLang['DlgYouTubeLow'] = '低' ; |
||||||
FCKLang['DlgYouTubeHigh'] = '高(可能であれば)' ; |
FCKLang['DlgYouTubeHigh'] = '高(可能であれば)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Georgian language file. |
||||||
|
* Please, use UTF-8 encoding. |
||||||
|
*/ |
||||||
|
|
||||||
|
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
|
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
|
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
|
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
|
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
|
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
|
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
|
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
|
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
|
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
|
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Khmer language file. |
* Khmer language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Korean language file. |
* Korean language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Lithuanian language file. |
* Lithuanian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Latvian language file. |
* Latvian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Macedonian language file. |
||||||
|
* Please, use UTF-8 encoding. |
||||||
|
*/ |
||||||
|
|
||||||
|
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
|
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
|
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
|
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
|
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
|
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
|
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
|
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
|
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
|
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
|
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Mongolian language file. |
* Mongolian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Malay language file. |
* Malay language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Norwegian Bokmål language file. |
* Norwegian Bokmål language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Dutch language file. |
* Dutch language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Norwegian language file. |
* Norwegian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Occitan language file. |
||||||
|
* Please, use UTF-8 encoding. |
||||||
|
*/ |
||||||
|
|
||||||
|
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
|
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
|
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
|
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
|
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
|
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
|
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
|
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
|
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
|
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
|
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Polish language file. |
* Polish language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Dari language file. |
||||||
|
* Please, use UTF-8 encoding. |
||||||
|
*/ |
||||||
|
|
||||||
|
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
|
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
|
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
|
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
|
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
|
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
|
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
|
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
|
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
|
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
|
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Pashto language file. |
||||||
|
* Please, use UTF-8 encoding. |
||||||
|
*/ |
||||||
|
|
||||||
|
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
|
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
|
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
|
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
|
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
|
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
|
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
|
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
|
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
|
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
|
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Brazilian Portuguese language file. |
* Brazilian Portuguese language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Portuguese language file. |
* Portuguese language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Runasimi (Quechua-Cusco) language file. |
||||||
|
* Please, use UTF-8 encoding. |
||||||
|
*/ |
||||||
|
|
||||||
|
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
|
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
|
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
|
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
|
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
|
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
|
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
|
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
|
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
|
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
|
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Romanian language file. |
* Romanian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Russian language file. |
* Russian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Slovak language file. |
* Slovak language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Slovenian language file. |
* Slovenian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Serbian (Latin) language file. |
* Serbian (Latin) language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Serbian (Cyrillic) language file. |
* Serbian (Cyrillic) language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Swedish language file. |
* Swedish language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Swahili language file. |
||||||
|
* Please, use UTF-8 encoding. |
||||||
|
*/ |
||||||
|
|
||||||
|
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
|
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
|
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
|
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
|
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
|
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
|
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
|
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
|
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
|
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
|
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Thai language file. |
* Thai language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Turkish language file. |
* Turkish language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Ukrainian language file. |
* Ukrainian language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Vietnamese language file. |
* Vietnamese language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Yoruba language file. |
||||||
|
* Please, use UTF-8 encoding. |
||||||
|
*/ |
||||||
|
|
||||||
|
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
|
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
|
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
|
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
|
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
|
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
|
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
|
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
|
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
|
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
|
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
|
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
@ -1,25 +1,25 @@ |
|||||||
/* |
/* |
||||||
* For FCKeditor 2.3 |
* For FCKeditor 2.3 |
||||||
* |
* |
||||||
* |
* |
||||||
* File Name: zh-cn.js |
* File Name: zh-cn.js |
||||||
* Chinese(simplify) language file for the youtube plugin. |
* Chinese(simplify) language file for the youtube plugin. |
||||||
* |
* |
||||||
* File Authors: |
* File Authors: |
||||||
* Uprush (uprushworld@yahoo.co.jp) 2008/03/22 |
* Uprush (uprushworld@yahoo.co.jp) 2008/03/22 |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'YouTube插入/编辑' ; |
FCKLang['YouTubeTip'] = 'YouTube插入/编辑' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube属性' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube属性' ; |
||||||
FCKLang['DlgYouTubeCode'] = '请插入 YouTube 动画的URL。' ; |
FCKLang['DlgYouTubeCode'] = '请插入 YouTube 动画的URL。' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = '不正确的URL。' ; |
FCKLang['DlgYouTubeSecurity'] = '不正确的URL。' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = '宽' ; |
FCKLang['DlgYouTubeWidth'] = '宽' ; |
||||||
FCKLang['DlgYouTubeHeight'] = '高' ; |
FCKLang['DlgYouTubeHeight'] = '高' ; |
||||||
FCKLang['DlgYouTubeQuality'] = '画质' ; |
FCKLang['DlgYouTubeQuality'] = '画质' ; |
||||||
FCKLang['DlgYouTubeLow'] = '低' ; |
FCKLang['DlgYouTubeLow'] = '低' ; |
||||||
FCKLang['DlgYouTubeHigh'] = '高 (如果可能)' ; |
FCKLang['DlgYouTubeHigh'] = '高 (如果可能)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
/* |
/* |
||||||
* Please, use UTF-8 encoding. |
* Please, use UTF-8 encoding. |
||||||
* |
* |
||||||
* Chinese Traditional language file. |
* Chinese Traditional language file. |
||||||
*/ |
*/ |
||||||
|
|
||||||
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
FCKLang['YouTubeTip'] = 'Insert/Edit YouTube' ; |
||||||
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
FCKLang['DlgYouTubeTitle'] = 'YouTube Property' ; |
||||||
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
FCKLang['DlgYouTubeCode'] = '"Please insert the URL of YouTube videos."' ; |
||||||
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
FCKLang['DlgYouTubeSecurity'] = 'Invalid URL.' ; |
||||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||||
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
FCKLang['DlgYouTubeWidth'] = 'Width' ; |
||||||
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
FCKLang['DlgYouTubeHeight'] = 'Height' ; |
||||||
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
FCKLang['DlgYouTubeQuality'] = 'Quality' ; |
||||||
FCKLang['DlgYouTubeLow'] = 'Low' ; |
FCKLang['DlgYouTubeLow'] = 'Low' ; |
||||||
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
FCKLang['DlgYouTubeHigh'] = 'High (If available)' ; |
||||||
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
FCKLang['DlgYouTubeURLTip'] = 'Tip:' ; |
||||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
FCKLang['DlgYouTubeURLTipContent1'] = 'Go to %s. Navigate within the site to find your video.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
FCKLang['DlgYouTubeURLTipContent2'] = 'Copy the URL of the video from your browser\'s address box and paste it in this dialog, the "URL" box.' ; |
||||||
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
FCKLang['DlgYouTubeURLTipContent3'] = 'The copied URL should look like %s.' ; |
||||||
|
|||||||
Loading…
Reference in new issue