summaryrefslogtreecommitdiff
path: root/plugins/find/lang/fa.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/fa.js')
-rw-r--r--plugins/find/lang/fa.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/fa.js b/plugins/find/lang/fa.js
new file mode 100644
index 0000000..d33f0c4
--- /dev/null
+++ b/plugins/find/lang/fa.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'fa', {
+ find: 'جستجو',
+ findOptions: 'گزینه​های جستجو',
+ findWhat: 'چه چیز را مییابید:',
+ matchCase: 'همسانی در بزرگی و کوچکی نویسه​ها',
+ matchCyclic: 'همسانی با چرخه',
+ matchWord: 'همسانی با واژهٴ کامل',
+ notFoundMsg: 'متن موردنظر یافت نشد.',
+ replace: 'جایگزینی',
+ replaceAll: 'جایگزینی همهٴ یافته​ها',
+ replaceSuccessMsg: '%1 رخداد جایگزین شد.',
+ replaceWith: 'جایگزینی با:',
+ title: 'جستجو و جایگزینی'
+});