diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-10-23 17:37:35 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-10-23 17:37:35 +0000 |
commit | 0943e27cf4b8bbfc0753c68d5b8f4af5e1aa6516 (patch) | |
tree | 000b22d557eced653431fd12dd091cf8ec1b0a7a /themes | |
parent | cb610d374b613d6c8fe2f04ea3a4f6f59409186e (diff) |
[smartpocket] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@30269 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/smartpocket/language/ar_SA/index.php | 7 | ||||
-rwxr-xr-x | themes/smartpocket/language/ar_SA/theme.lang.php | 27 |
2 files changed, 34 insertions, 0 deletions
diff --git a/themes/smartpocket/language/ar_SA/index.php b/themes/smartpocket/language/ar_SA/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/ar_SA/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> diff --git a/themes/smartpocket/language/ar_SA/theme.lang.php b/themes/smartpocket/language/ar_SA/theme.lang.php new file mode 100755 index 000000000..83ddba815 --- /dev/null +++ b/themes/smartpocket/language/ar_SA/theme.lang.php @@ -0,0 +1,27 @@ +<?php +// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+ +$lang['Autohide the bar of the slideshow'] = 'الإخفاء التلقائي الشريط لعرض الشرائح'; +$lang['Loop the slideshow'] = 'تكرار عرض شرائح'; +$lang['More Information'] = 'مزيد من المعلومات'; +$lang['Slideshow Options'] = 'خيارات عرض الشرائح'; +$lang['Smartpocket, Configuration Page'] = 'آعدادت العرض الموبايل';
\ No newline at end of file |