1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-09 13:54:07 +02:00
ttrss/lib/dijit/_editor/nls/ar/FontChoice.js.uncompressed.js
2012-08-14 18:59:18 +04:00

31 lines
664 B
JavaScript

define(
"dijit/_editor/nls/ar/FontChoice", //begin v1.x content
({
fontSize: "الحجم",
fontName: "طاقم طباعة",
formatBlock: "النسق",
serif: "serif",
"sans-serif": "sans-serif",
monospace: "أحادي المسافة",
cursive: "كتابة بحروف متصلة",
fantasy: "خيالي",
noFormat: "‏لا شيء‏",
p: "فقرة",
h1: "عنوان",
h2: "عنوان فرعي",
h3: "فرعي-عنوان فرعي",
pre: "منسق بصفة مسبقة",
1: "صغير جدا جدا",
2: "صغير جدا",
3: "صغير",
4: "متوسط",
5: "كبير",
6: "كبير جدا",
7: "كبير جدا جدا"
})
//end v1.x content
);