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. |
||||
* |
||||
* Afrikaans language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Afrikaans language file. |
||||
*/ |
||||
|
||||
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,21 +1,21 @@ |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Arabic language file. |
||||
*/ |
||||
|
||||
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['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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Arabic language file. |
||||
*/ |
||||
|
||||
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['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 @@ |
||||
/* |
||||
* 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 |
||||
* |
||||
* Bulgarian language file. |
||||
*/ |
||||
|
||||
FCKLang['YouTubeTip'] = 'Добавяне/Редактиране на YouTube видео' ; |
||||
FCKLang['DlgYouTubeTitle'] = 'Добавяне/Редактиране на YouTube видео' ; |
||||
FCKLang['DlgYouTubeCode'] = '"Моля, въведете адреса (URL) на видеото в YouTube."' ; |
||||
FCKLang['DlgYouTubeSecurity'] = 'Некоректен адрес (URL).' ; |
||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||
FCKLang['DlgYouTubeWidth'] = 'Широчина' ; |
||||
FCKLang['DlgYouTubeHeight'] = 'Височина' ; |
||||
FCKLang['DlgYouTubeQuality'] = 'Качество' ; |
||||
FCKLang['DlgYouTubeLow'] = 'Ниско' ; |
||||
FCKLang['DlgYouTubeHigh'] = 'Високо (ако е достъпно)' ; |
||||
FCKLang['DlgYouTubeURLTip'] = 'Съвет:' ; |
||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Отидете на %s. Намерете в сайта вашето видео.' ; |
||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Копирайте адреса на видеото от адресното поле на браузъра в този диалог, в полето "URL".' ; |
||||
FCKLang['DlgYouTubeURLTipContent3'] = 'Копираният адрес трябва да изглежда така: %s.' ; |
||||
/* |
||||
* Translator: Ivan Tcholakov, ivantcholakov@gmail.com |
||||
* |
||||
* Bulgarian language file. |
||||
*/ |
||||
|
||||
FCKLang['YouTubeTip'] = 'Добавяне/Редактиране на YouTube видео' ; |
||||
FCKLang['DlgYouTubeTitle'] = 'Добавяне/Редактиране на YouTube видео' ; |
||||
FCKLang['DlgYouTubeCode'] = '"Моля, въведете адреса (URL) на видеото в YouTube."' ; |
||||
FCKLang['DlgYouTubeSecurity'] = 'Некоректен адрес (URL).' ; |
||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||
FCKLang['DlgYouTubeWidth'] = 'Широчина' ; |
||||
FCKLang['DlgYouTubeHeight'] = 'Височина' ; |
||||
FCKLang['DlgYouTubeQuality'] = 'Качество' ; |
||||
FCKLang['DlgYouTubeLow'] = 'Ниско' ; |
||||
FCKLang['DlgYouTubeHigh'] = 'Високо (ако е достъпно)' ; |
||||
FCKLang['DlgYouTubeURLTip'] = 'Съвет:' ; |
||||
FCKLang['DlgYouTubeURLTipContent1'] = 'Отидете на %s. Намерете в сайта вашето видео.' ; |
||||
FCKLang['DlgYouTubeURLTipContent2'] = 'Копирайте адреса на видеото от адресното поле на браузъра в този диалог, в полето "URL".' ; |
||||
FCKLang['DlgYouTubeURLTipContent3'] = 'Копираният адрес трябва да изглежда така: %s.' ; |
||||
|
||||
@ -1,21 +1,21 @@ |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Bengali/Bangla language file. |
||||
*/ |
||||
|
||||
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['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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Bengali/Bangla language file. |
||||
*/ |
||||
|
||||
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['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. |
||||
* |
||||
* Bosnian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Bosnian language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Catalan language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Catalan language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Czech language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Czech language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Danish language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Danish language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* German language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* German language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Greek language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Greek language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* English (Australia) language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* English (Australia) language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* English (Canadian) language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* English (Canadian) language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* English (United Kingdom) language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* English (United Kingdom) language file. |
||||
*/ |
||||
|
||||
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: en.js |
||||
* English language file for the youtube plugin. |
||||
* File Name: en.js |
||||
* English language file for the youtube plugin. |
||||
* |
||||
* File Authors: |
||||
* Uprush (uprushworld@yahoo.co.jp) 2007/10/30 |
||||
*/ |
||||
|
||||
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.' ; |
||||
* File Authors: |
||||
* Uprush (uprushworld@yahoo.co.jp) 2007/10/30 |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Esperanto language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Esperanto language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Estonian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Estonian language file. |
||||
*/ |
||||
|
||||
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,21 +1,21 @@ |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Basque language file. |
||||
* Euskara hizkuntza fitxategia. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Basque language file. |
||||
* Euskara hizkuntza fitxategia. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Persian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Persian language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Finnish language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Finnish language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Faroese language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Faroese language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Canadian French language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Canadian French language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* French language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* French language file. |
||||
*/ |
||||
|
||||
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 @@ |
||||
/* |
||||
* 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. |
||||
* |
||||
* Galician language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Galician language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Gujarati language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Gujarati language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Hebrew language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Hebrew language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Hindi language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Hindi language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Croatian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Croatian language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Hungarian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Hungarian language file. |
||||
*/ |
||||
|
||||
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 @@ |
||||
/* |
||||
* 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. |
||||
* |
||||
* Icelandic language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Icelandic language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Italian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Italian language file. |
||||
*/ |
||||
|
||||
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: ja.js |
||||
* Japanese language file for the youtube plugin. |
||||
* File Name: ja.js |
||||
* Japanese language file for the youtube plugin. |
||||
* |
||||
* File Authors: |
||||
* Uprush (uprushworld@yahoo.co.jp) 2007/10/30 |
||||
*/ |
||||
|
||||
FCKLang['YouTubeTip'] = 'YouTube挿入/編集' ; |
||||
FCKLang['DlgYouTubeTitle'] = 'YouTubeプロパティ' ; |
||||
FCKLang['DlgYouTubeCode'] = 'URLを挿入してください。' ; |
||||
FCKLang['DlgYouTubeSecurity'] = 'URLが正しくありません。' ; |
||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||
FCKLang['DlgYouTubeWidth'] = '幅' ; |
||||
FCKLang['DlgYouTubeHeight'] = '縦' ; |
||||
FCKLang['DlgYouTubeQuality'] = '画質' ; |
||||
FCKLang['DlgYouTubeLow'] = '低' ; |
||||
FCKLang['DlgYouTubeHigh'] = '高(可能であれば)' ; |
||||
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.' ; |
||||
* File Authors: |
||||
* Uprush (uprushworld@yahoo.co.jp) 2007/10/30 |
||||
*/ |
||||
|
||||
FCKLang['YouTubeTip'] = 'YouTube挿入/編集' ; |
||||
FCKLang['DlgYouTubeTitle'] = 'YouTubeプロパティ' ; |
||||
FCKLang['DlgYouTubeCode'] = 'URLを挿入してください。' ; |
||||
FCKLang['DlgYouTubeSecurity'] = 'URLが正しくありません。' ; |
||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||
FCKLang['DlgYouTubeWidth'] = '幅' ; |
||||
FCKLang['DlgYouTubeHeight'] = '縦' ; |
||||
FCKLang['DlgYouTubeQuality'] = '画質' ; |
||||
FCKLang['DlgYouTubeLow'] = '低' ; |
||||
FCKLang['DlgYouTubeHigh'] = '高(可能であれば)' ; |
||||
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 @@ |
||||
/* |
||||
* 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. |
||||
* |
||||
* Khmer language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Khmer language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Korean language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Korean language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Lithuanian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Lithuanian language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Latvian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Latvian language file. |
||||
*/ |
||||
|
||||
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 @@ |
||||
/* |
||||
* 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. |
||||
* |
||||
* Mongolian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Mongolian language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Malay language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Malay language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Norwegian Bokmål language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Norwegian Bokmål language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Dutch language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Dutch language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Norwegian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Norwegian language file. |
||||
*/ |
||||
|
||||
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 @@ |
||||
/* |
||||
* 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. |
||||
* |
||||
* Polish language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Polish language file. |
||||
*/ |
||||
|
||||
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 @@ |
||||
/* |
||||
* 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. |
||||
* |
||||
* Brazilian Portuguese language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Brazilian Portuguese language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Portuguese language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Portuguese language file. |
||||
*/ |
||||
|
||||
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 @@ |
||||
/* |
||||
* 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. |
||||
* |
||||
* Romanian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Romanian language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Russian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Russian language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Slovak language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Slovak language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Slovenian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Slovenian language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Serbian (Latin) language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Serbian (Latin) language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Serbian (Cyrillic) language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Serbian (Cyrillic) language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Swedish language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Swedish language file. |
||||
*/ |
||||
|
||||
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 @@ |
||||
/* |
||||
* 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. |
||||
* |
||||
* Thai language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Thai language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Turkish language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Turkish language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Ukrainian language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Ukrainian language file. |
||||
*/ |
||||
|
||||
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. |
||||
* |
||||
* Vietnamese language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Vietnamese language file. |
||||
*/ |
||||
|
||||
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 @@ |
||||
/* |
||||
* 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 |
||||
* Chinese(simplify) language file for the youtube plugin. |
||||
* File Name: zh-cn.js |
||||
* Chinese(simplify) language file for the youtube plugin. |
||||
* |
||||
* File Authors: |
||||
* Uprush (uprushworld@yahoo.co.jp) 2008/03/22 |
||||
*/ |
||||
|
||||
FCKLang['YouTubeTip'] = 'YouTube插入/编辑' ; |
||||
FCKLang['DlgYouTubeTitle'] = 'YouTube属性' ; |
||||
FCKLang['DlgYouTubeCode'] = '请插入 YouTube 动画的URL。' ; |
||||
FCKLang['DlgYouTubeSecurity'] = '不正确的URL。' ; |
||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||
FCKLang['DlgYouTubeWidth'] = '宽' ; |
||||
FCKLang['DlgYouTubeHeight'] = '高' ; |
||||
FCKLang['DlgYouTubeQuality'] = '画质' ; |
||||
FCKLang['DlgYouTubeLow'] = '低' ; |
||||
FCKLang['DlgYouTubeHigh'] = '高 (如果可能)' ; |
||||
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.' ; |
||||
* File Authors: |
||||
* Uprush (uprushworld@yahoo.co.jp) 2008/03/22 |
||||
*/ |
||||
|
||||
FCKLang['YouTubeTip'] = 'YouTube插入/编辑' ; |
||||
FCKLang['DlgYouTubeTitle'] = 'YouTube属性' ; |
||||
FCKLang['DlgYouTubeCode'] = '请插入 YouTube 动画的URL。' ; |
||||
FCKLang['DlgYouTubeSecurity'] = '不正确的URL。' ; |
||||
FCKLang['DlgYouTubeURL'] = 'URL' ; |
||||
FCKLang['DlgYouTubeWidth'] = '宽' ; |
||||
FCKLang['DlgYouTubeHeight'] = '高' ; |
||||
FCKLang['DlgYouTubeQuality'] = '画质' ; |
||||
FCKLang['DlgYouTubeLow'] = '低' ; |
||||
FCKLang['DlgYouTubeHigh'] = '高 (如果可能)' ; |
||||
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. |
||||
* |
||||
* Chinese Traditional language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
/* |
||||
* Please, use UTF-8 encoding. |
||||
* |
||||
* Chinese Traditional language file. |
||||
*/ |
||||
|
||||
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.' ; |
||||
|
||||
Loading…
Reference in new issue