diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/editor/plugins/nls/az | |
Diffstat (limited to 'js/dojo/dojox/editor/plugins/nls/az')
| -rw-r--r-- | js/dojo/dojox/editor/plugins/nls/az/TableDialog.js | 32 |
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: " +}) +); |
