File: fa.js

package info (click to toggle)
owl-dms 0.90-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 17,292 kB
  • ctags: 10,919
  • sloc: php: 48,457; sql: 3,603; sh: 363; perl: 204; makefile: 73
file content (27 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// IR lang variables
// Persian (Farsi) language pack (for IRAN)
// By: Morteza Zafari
// Lost@LostLord.com
// http://www.LostLord.com

tinyMCE.addToLang('',{
dir : 'rtl',
insert_link_target_same : '?? ???? ???? / ???? ??? ??',
insert_link_target_parent : '?? ???? / ???? ???? ??? ??',
insert_link_target_top : '?? ???? ???? ??? ?? (??? ?????? ?????? ????? ?????)',
insert_link_target_blank : '?? ???? ???? ??? ??',
insert_link_target_named : '?? ????? ??? ??',
insert_link_popup : 'JS-Popup',
insert_link_popup_url : 'URL ?????',
insert_link_popup_name : '??? ?????',
insert_link_popup_return : '?????? \'return false\'',
insert_link_popup_scrollbars : '????? scrollbars',
insert_link_popup_statusbar : '????? statusbar',
insert_link_popup_toolbar : '????? toolbars',
insert_link_popup_menubar : '????? menubar',
insert_link_popup_location : '????? locationbar',
insert_link_popup_resizable : '???? ????? ?????? ????',
insert_link_popup_size : '??????',
insert_link_popup_position : '?????? (X/Y)',
insert_link_popup_missingtarget : '???? ?? ??? ???? ???? ?????? ???? ?? ??? ??? ???? ????? ????? ?? ?????? ??????.'
});