diff options
Diffstat (limited to 'plugins/55/addnewpage/lang/ar/lang.php')
-rwxr-xr-x | plugins/55/addnewpage/lang/ar/lang.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/55/addnewpage/lang/ar/lang.php b/plugins/55/addnewpage/lang/ar/lang.php new file mode 100755 index 0000000..7962937 --- /dev/null +++ b/plugins/55/addnewpage/lang/ar/lang.php @@ -0,0 +1,10 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Ali Almlfy <Almlfy@hotmail.com> + */ +$lang['namespaceRoot'] = 'الجذر'; +$lang['okbutton'] = 'أضف صفحة'; +$lang['nooption'] = 'لا يسمح لك إضافة صفحات'; |