source: extensions/PersoFavicon/language/ar_SA/plugin.lang.php @ 25047

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

[persofavicon] Update ar_SA, thanks to : aldambi

  • Property svn:executable set to *
File size: 3.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 section is reserved for the webmaster'] = 'هذا القسم محجوز لمشرفي الموقع';
24$lang['help'] = 'مساعدة';
25$lang['pfi_actu'] = 'فافيكون الحالي (وجد في الدليل المحلي الخاص بك):';
26$lang['pfi_aide1'] = 'الملف الذي قمت بإضافتة مع نموذج الرفع سيتم تلقائيا إعادة تسميتة "favicon.ico" والكتابة فوق أي فافيكون موجود في الدليل المحلي.<br><br>حجم الملف الأقصى هو 5 كيلو بايت.<br><br>اعتمادا على متصفح الويب الخاص بك، فإنك قد تحتاج إلى مسح ذاكرة التخزين المؤقت وإعادة التشغيل لعرض فافيكون الجديد.';
27$lang['pfi_actu2'] = 'تحذير: أي فافيكون جديد سيكتب فوقه.';
28$lang['pfi_aide1T'] = 'إضافة نموذج';
29$lang['pfi_aide2'] = 'إذا قمت بتحميل فافيكون عبر بروتوكول نقل الملفات باستخدام اسم مختلف من "favicon.ico"، يمكنك الإضافة في ملف اعداداتك المحلية الخاصة<br><pre>$conf[\'PersoFavicon\'] = \'your filename\';</pre>';
30$lang['pfi_aide2T'] = '$conf[\'PersoFavicon\']';
31$lang['pfi_ajout'] = 'إضافة كايقونة';
32$lang['pfi_envoie'] = 'تحميل إلى الدليل المحلي';
33$lang['pfi_erreur_exist'] = 'تم استبدال الملف';
34$lang['pfi_erreur_ext'] = 'يجب عليك تحميل بنوع ملف. ICO';
35$lang['pfi_erreur_mouve'] = 'غير قادر على نسخ الملف في الدليل "المحلي"';
36$lang['pfi_erreur_nom'] = 'اسم الملف غير صالح';
37$lang['pfi_erreur_taille'] = 'اقصى حجم للملف هو 5 كيلوبايت';
38$lang['pfi_erreur_vide'] = 'الملف غير موجود';
39$lang['pfi_h2'] = 'المكون الإضافي Perso Favicon';
40$lang['pfi_validdef'] = 'هل تؤكد التحميل؟ إذا كان ملف فافيكون موجود بالفعل، فان الملف الجديد سيحل محلة.';
41$lang['pfi_ok'] = '
42تم تحميل الملف';
43$lang['pfi_select'] = '
44حدد ملف الايقونة الخاص بك  (.ico, max 5KB)';
45?>
Note: See TracBrowser for help on using the repository browser.