source: extensions/header_manager/language/ar_SA/plugin.lang.php @ 25284

Last change on this file since 25284 was 25284, checked in by TranslationTeam, 10 years ago

[header_manager] Update ar_SA, thanks to : aldambi

  • Property svn:executable set to *
File size: 4.4 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['With text'] = 'مع النص';
24$lang['or choose a picture from the gallery'] = 'أو اختيار صورة من المعرض';
25$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'يمكنك تحميل صورة ترويسة خاصة أو اختيار واحدة من معرض الصور الخاص بك. تستطيع اقتصاص الصورة على الشاشة التالية.';
26$lang['You can customize the display by adding CSS rules to'] = 'يمكنك تخصيص الشاشة عن طريق إضافة قواعد CSS لـ';
27$lang['Use'] = 'استخدم';
28$lang['Unknown picture id'] = 'معرف الصورة مجهول';
29$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'المعرف رقمي يمكن العثور عليه على صفحة صورة الطبعة، بالقرب المصغرات.';
30$lang['Select an image'] = 'تحديد صورة';
31$lang['Restore default banner'] = 'استعادة الافتة الافتراضية';
32$lang['Recursive'] = 'تكراري';
33$lang['Random'] = 'عشوائي';
34$lang['Default banner size'] = 'حجم اللافتة الافتراضي';
35$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'وضع <b>%header_manager%</b> حيث كنت ترغب في عرض الصورة.';
36$lang['Picture id.'] = 'معرف الصورة.';
37$lang['Non recursive'] = 'غير المكررة';
38$lang['No banner added yet'] = 'لم تضاف اي لافتة حتى الان';
39$lang['Incorrect file type,'] = 'نوع الملف غير صحيح،';
40$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'لإضافة لافتة معينة، انتقل إلى صفحة الإدارة من الألبوم المرغوب.';
41$lang['Image only'] = 'صورة فقط';
42$lang['Gallery title above image'] = 'عنوان المعرض اعلى الصورة';
43$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'لـ MontBlancXL و  BlancMontXL، الحجم الموصى به 900 × 190.';
44$lang['Display banner on photo page'] = 'عرض الافتة على صفحة الصور';
45$lang['Default banner'] = 'اللافتة الافتراضية';
46$lang['Crop banner image'] = 'اقتصاص صورة اللافتة';
47$lang['Choose the part of the image you want to use as your header.'] = 'اختيار جزء من الصورة التي تريد استخدامها في ترويسة موقعك.';
48$lang['Banner deleted'] = 'حُذِفَت اللافتة';
49$lang['Choose an image from your computer'] = 'اختيار صورة من جهاز الكمبيوتر';
50$lang['Banner added'] = 'اضيفت اللافتة';
51$lang['Banner'] = 'لافتة';
52$lang['Album specific banners'] = 'لافتات الالبوم الخاصة';
53$lang['Add a banner'] = 'إضافة لافتة';
54?>
Note: See TracBrowser for help on using the repository browser.