source: extensions/community/language/ar_SA/plugin.lang.php @ 10077

Last change on this file since 10077 was 10077, checked in by ddtddt, 13 years ago

[extensions] - community - add ar_SA thanks to bakir

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2011 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
24$lang['Add a permission'] = 'اضافة صلاحية';
25$lang['Who?'] = 'من؟';
26$lang['any visitor'] = 'اي زائر';
27$lang['any registered user'] = 'اي عضو مسجل';
28$lang['a specific user'] = 'مستخدم معين';
29$lang['a group'] = 'مجموعة';
30$lang['Where?'] = 'اين؟';
31$lang['The whole gallery'] = 'كل النعرض';
32$lang['ability to create sub-albums'] = 'القدرة على خلق التصنيفات الفرعية';
33$lang['Which level of trust?'] = 'اي درجة من الثقة؟';
34$lang['sub-albums creation'] = 'خلق التصنيفات الفرعية';
35$lang['Upload Permissions'] = 'صلاحيات الرفع';
36$lang['Pending Photos'] = 'الصور في قائمة الانتظار';
37$lang['Permission added'] = 'تم اضافة الصلاحيات';
38$lang['Permission removed'] = 'تم ازالة الصلاحيات';
39$lang['%s (the user)'] = '%s (المستخدم)';
40$lang['%s (the group)'] = '%s (المجموعة)';
41$lang['low trust'] = 'ثقة منخفضة';
42$lang['uploaded photos must be validated by an administrator'] = 'الصور المرفوعة يجب التحقق منها من قبل الادارة';
43$lang['high trust'] = 'ثقة عالية';
44$lang['uploaded photos are directly displayed in the gallery'] = 'الصور المرفوعة تعرض مباشرة في المعرض';
45$lang['%d photos validated'] = '%d صور تم التحقق منها';
46$lang['%d photos rejected'] = '%d صور رفضت';
47$lang['web size'] = 'حجم الويب';
48$lang['Zoom'] = 'التقريب';
49$lang['Upload your own photos'] = 'ارفع صورك الشخصية';
50$lang['%d photos uploaded by %s'] = '%d صور رفعت من قبل %s';
51$lang['Validation page: %s'] = 'صفحة التحقق: %s';
52$lang['%d photos uploaded into album "%s"'] = '%d صور رفعت في الالبوم"%s"';
53$lang['Hi administrators,'] = 'مرحبا الادارة,';
54
55$lang['No album, this photo is orphan'] = 'لا البوم , هذه الصورة وحيدة';
56
57$lang['Cancel'] = 'الغاء';
58$lang['Permission updated'] = 'الصلاحيات حدثت';
59$lang['Delete permission'] = 'حذف الصلاحية';
60$lang['%u pending photos'] = '%u صور بالانتظار';
61$lang['Level 16'] = 'انتظار';
62?>
Note: See TracBrowser for help on using the repository browser.