From 60527660ee5e78df7ac4ee8e37a8ba6fdab22128 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 24 Jun 2010 09:55:14 -0400
Subject: [PATCH] - Update TinyMCE translations

---
 program/js/tiny_mce/plugins/media/langs/ar_dlg.js |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/program/js/tiny_mce/plugins/media/langs/ar_dlg.js b/program/js/tiny_mce/plugins/media/langs/ar_dlg.js
index 1040191..9802db1 100755
--- a/program/js/tiny_mce/plugins/media/langs/ar_dlg.js
+++ b/program/js/tiny_mce/plugins/media/langs/ar_dlg.js
@@ -1,10 +1,10 @@
 tinyMCE.addI18n('ar.media_dlg',{
-title:"\u0625\u062F\u0631\u0627\u062C / edit embedded media",
-general:"\u0639\u0627\u0645",
-advanced:"\u0645\u062A\u0642\u062F\u0645",
+title:"Insert / edit embedded media",
+general:"General",
+advanced:"Advanced",
 file:"File/URL",
 list:"List",
-size:"\u0627\u0644\u0623\u0628\u0639\u0627\u062F",
+size:"Dimensions",
 preview:"Preview",
 constrain_proportions:"Constrain proportions",
 type:"Type",
@@ -31,14 +31,14 @@
 controller:"Controller",
 kioskmode:"Kiosk mode",
 playeveryframe:"Play every frame",
-targetcache:"\u0627\u0644\u0645\u0633\u0627\u0631 cache",
+targetcache:"Target cache",
 correction:"No correction",
 enablejavascript:"Enable JavaScript",
 starttime:"Start time",
 endtime:"End time",
 href:"Href",
 qtsrcchokespeed:"Choke speed",
-target:"\u0627\u0644\u0645\u0633\u0627\u0631",
+target:"Target",
 volume:"Volume",
 autostart:"Auto start",
 enabled:"Enabled",
@@ -79,15 +79,15 @@
 progress:"Progress",
 qtsrc:"QT Src",
 qt_stream_warn:"Streamed rtsp resources should be added to the QT Src field under the advanced tab.\nYou should also add a non streamed version to the Src field..",
-align_top:"\u0623\u0639\u0644\u0649",
-align_right:"\u064A\u0645\u064A\u0646",
-align_bottom:"\u0623\u0633\u0641\u0644",
-align_left:"\u064A\u0633\u0627\u0631",
+align_top:"Top",
+align_right:"Right",
+align_bottom:"Bottom",
+align_left:"Left",
 align_center:"Center",
-align_top_left:"\u0623\u0639\u0644\u0649 \u064A\u0633\u0627\u0631",
-align_top_right:"\u0623\u0639\u0644\u0649 \u064A\u0645\u064A\u0646",
-align_bottom_left:"\u0623\u0633\u0641\u0644 \u064A\u0633\u0627\u0631",
-align_bottom_right:"\u0623\u0633\u0641\u0644 \u064A\u0645\u064A\u0646",
+align_top_left:"Top left",
+align_top_right:"Top right",
+align_bottom_left:"Bottom left",
+align_bottom_right:"Bottom right",
 flv_options:"Flash video options",
 flv_scalemode:"Scale mode",
 flv_buffer:"Buffer",

--
Gitblit v1.9.1