summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/az
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/editor/plugins/nls/az
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/editor/plugins/nls/az')
-rw-r--r--js/dojo/dojox/editor/plugins/nls/az/TableDialog.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/js/dojo/dojox/editor/plugins/nls/az/TableDialog.js b/js/dojo/dojox/editor/plugins/nls/az/TableDialog.js
new file mode 100644
index 0000000..734fd48
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/az/TableDialog.js
@@ -0,0 +1,32 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/az/TableDialog", ({
+ "buttonSet" : "Yönəlt",
+ "insertTableTitle" : "Cədvəl əlavə et",
+ "insertTableRowAfterLabel" : "Sətirin sonuna əlavə et",
+ "center" : "orta",
+ "deleteTableColumnLabel" : "Sütunu Sil",
+ "right" : "sağ",
+ "insertTableColumnBeforeLabel" : "Sütunu əvvəlinə əlavə et",
+ "tableWidth" : "Cədvəl Genişliyi",
+ "buttonInsert" : "Əlavə et",
+ "buttonCancel" : "Ləğv et",
+ "default" : "varsayılan",
+ "align" : "Doğrult:",
+ "insertTableRowBeforeLabel" : "Sətiri əvvəlinə əlavə et",
+ "cellSpacing" : "Hücrə Aralığı:",
+ "pixels" : "piksel",
+ "selectTableLabel" : "Cədvəl Seç",
+ "rows" : "Sətirlər:",
+ "modifyTableTitle" : "Cədvəli Dəyişdir",
+ "cellPadding" : "Hücrə Doldurmaq:",
+ "deleteTableRowLabel" : "Sətiri Sil",
+ "backgroundColor" : "Arxa Plan Rəngi:",
+ "insertTableColumnAfterLabel" : "Sütunu Arxasına əlavə et",
+ "left" : "sol",
+ "borderThickness" : "Çərçivə Qalınlığı",
+ "columns" : "Sütunlar:",
+ "percent" : "faiz",
+ "borderColor" : "Çərçivə Rəngi: "
+})
+);