source: extensions/gvideo/language/ar_SA/plugin.lang.php @ 25078

Last change on this file since 25078 was 25078, checked in by TranslationTeam, 11 years ago

[embedded_videos] Update ar_SA, thanks to : aldambi

  • Property svn:executable set to *
File size: 4.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['This element is a video added with "Embedded Video"'] = 'هذا العنصر هو فيديو واضيف مع "الفيديو المضمن"';
24$lang['Vimeo player'] = 'مشغل فيديو';
25$lang['Videos can be unlisted but not private.'] = 'اشرطة الفيديو يمكن ان تكون غير مدرجة في القائمة ولكن ليست مخصصة';
26$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'أشرطة الفيديو يمكن أن تكون غير مدرجة في القائمة ومخصصة في حال إذا كان موقع المعرض ضمن مجالات تحتاج أذن (PRO).';
27$lang['Videos can be private if you use the private permalink.'] = 'أشرطة الفيديو يمكن أن تكون خاصة إذا كنت تستخدم الرابط الثابت الخاص.';
28$lang['Video successfully updated'] = 'حدث الفيديو بنجاح';
29$lang['Video successfully added. <a href="%s">View</a>'] = 'اضيف الفيديو بنجاح.  <a href="%s">عرض</a>';
30$lang['Video size'] = 'حجم الفيديو';
31$lang['Video URL'] = 'رابط الفيديو';
32$lang['Video properties'] = 'خصائص الفيديو';
33$lang['Use common setting'] = 'استخدام الإعداد العام';
34$lang['Upload a new thumbnail'] = 'تحميل صورة مصغرة جديدة';
35$lang['Unable to contact host server'] = 'غير قادر على الاتصال بملقم المضيف';
36$lang['Try in safe-mode'] = 'جرب في الوضع الآمن';
37$lang['The thumbnail was updated'] = 'تم تحديث الصورة المصغرة';
38$lang['Show privacy details'] = 'عرض تفاصيل الخصوصية';
39$lang['Supported services'] = 'الخدمات المدعومة';
40$lang['Safe-mode'] = 'وضع آمن';
41$lang['Please fill the video URL'] = 'يرجى ملء URL الفيديو';
42$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'في الوضع الآمن، المكون الإضافي لن يحاول الاتصال بمضيف الفيديو، من المفيد في بعض المواقع حيث يتم حظر الاتصالات البعيدة.';
43$lang['No privacy option.'] = 'بلا خيارات خصوصية';
44$lang['Logo'] = 'شعار';
45$lang['Get video tags'] = 'الحصول على الكلمات الدليلية للفيديو';
46$lang['Get video description'] = 'الحصول على وصف الفيديو';
47$lang['Dailymotion player'] = 'مشغل ديلي موشن';
48$lang['Common configuration'] = 'التهيئة الشائعة';
49$lang['Color'] = 'اللون';
50$lang['Changing the url will reset video description, name and thumbnail'] = 'سيؤدي تغيير عنوان URL الى إعادة تعيين صف الفيديو، والاسم والصورة المصغرة';
51$lang['Change'] = 'تغيير';
52$lang['Autoplay'] = 'تشغيل تلقائي';
53$lang['Author portrait'] = 'صورة المؤلف ';
54$lang['Author name'] = 'اسم الكاتب';
55$lang['Add film effect'] = 'إضافة تأثير الفيلم';
56$lang['Add a video'] = 'إضافة فيديو';
57?>
Note: See TracBrowser for help on using the repository browser.