Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e6ca4a7
New translations en.js (Danish)
meangczac Feb 15, 2023
0dea343
New translations en-gb.js (Polish)
meangczac Feb 26, 2023
0eced0c
New translations en-gb.js (Polish)
meangczac Feb 26, 2023
ba51c0f
New translations en.js (Polish)
meangczac Feb 26, 2023
6414d8d
New translations articles.php (Polish)
meangczac Feb 26, 2023
23f915d
New translations blog_admin.php (Polish)
meangczac Feb 26, 2023
7fbb182
New translations blog.php (Polish)
meangczac Feb 26, 2023
7ebe25c
New translations faq.php (Polish)
meangczac Feb 26, 2023
d940de0
New translations forum.php (Polish)
meangczac Feb 26, 2023
1144589
New translations forum_admin.php (Polish)
meangczac Feb 26, 2023
99e0e75
New translations gallery_admin.php (Polish)
meangczac Feb 26, 2023
35207fe
New translations news_admin.php (Polish)
meangczac Feb 26, 2023
08198cc
New translations news.php (Polish)
meangczac Feb 26, 2023
2381011
New translations weblinks_admin.php (Polish)
meangczac Feb 26, 2023
046c325
New translations en-gb.js (Polish)
meangczac Apr 16, 2023
0b13ffb
New translations settings.php (Polish)
meangczac Apr 16, 2023
871b2b6
New translations en-gb.js (Polish)
meangczac Apr 17, 2023
13ff70f
New translations en-gb.js (Arabic)
meangczac Aug 27, 2023
d4c7dbe
New translations en-gb.js (Arabic)
meangczac Aug 27, 2023
f92e06f
New translations db-backup.php (Arabic)
meangczac Aug 27, 2023
2badb33
New translations image_uploads.php (Arabic)
meangczac Aug 27, 2023
be6ffdc
New translations infusions.php (Arabic)
meangczac Aug 27, 2023
fa5f05b
New translations panels.php (Arabic)
meangczac Aug 27, 2023
20aa0a4
New translations serverinfo.php (Arabic)
meangczac Aug 27, 2023
39f64a8
New translations settings.php (Arabic)
meangczac Aug 27, 2023
5a07bf1
New translations olist.php (Arabic)
meangczac Aug 27, 2023
df8803a
New translations forum.php (Russian)
meangczac Apr 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions Arabic/includes/locale/ar-SA.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,51 @@
//! author : Chris Gedrim : https://github.com/chrisgedrim
;
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../moment'], factory) : factory(global.moment);
typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../اللحظة'], factory) : factory(global.moment);
}(this, function (moment) {
'use strict';
'استخدام صارم';
//! moment.js locale configuration
var enGb = moment.defineLocale('en-gb', {
months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),
weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),
weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),
months: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
monthsShort: 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'.split('_'),
weekdays: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
weekdaysShort: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
weekdaysMin: 'الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت'.split('_'),
longDateFormat: {
LT: 'HH:mm',
LTS: 'HH:mm:ss',
L: 'DD/MM/YYYY',
L: 'يوم/شهر/سنة',
LL: 'D MMMM YYYY',
LLL: 'D MMMM YYYY HH:mm',
LLLL: 'dddd, D MMMM YYYY HH:mm'
},
calendar: {
sameDay: '[Today at] LT',
nextDay: '[Tomorrow at] LT',
sameDay: '[اليوم في] LT',
nextDay: '[غداً في] LT',
nextWeek: 'dddd [at] LT',
lastDay: '[Yesterday at] LT',
lastDay: '[بالأمس] LT',
lastWeek: '[Last] dddd [at] LT',
sameElse: 'L'
},
relativeTime: {
future: 'in %s',
past: '%s ago',
s: 'a few seconds',
ss: '%d seconds',
m: 'a minute',
mm: '%d minutes',
h: 'an hour',
hh: '%d hours',
d: 'a day',
dd: '%d days',
M: 'a month',
MM: '%d months',
y: 'a year',
yy: '%d years'
future: 'في %s',
past: 'منذ %s',
s: 'بضعة ثواني',
ss: '%d ثانية',
m: 'منذ دقيقة',
mm: '%d دقائق',
h: 'ساعة',
hh: '%d ساعات',
d: 'يوم',
dd: '%d أيام',
M: 'شهر',
MM: '%d أشهر',
y: 'سنة',
yy: '%d سنوات'
},
dayOfMonthOrdinalParse: /\d{1,2}(st|nd|rd|th)/,
ordinal: function (number) {
var b = number % 10, output = ~~(number % 100 / 10) === 1 ? 'th' : b === 1 ? 'st' : b === 2 ? 'nd' : b === 3 ? 'rd' : 'th';
var b = number % 10, output = ~~(number % 100 / 10) === 1 ? 'ثانيةً' : b === 1 ? 'الأول' : b === 2 ? 'الثاني' : b === 3 ? 'الثالث' : 'ثانيةً';
return number + output;
},
week: {
Expand Down
50 changes: 25 additions & 25 deletions Arabic/includes/locale/tooltip/ar-SA.js
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
var tooltips_locale = {
today: 'Go to today',
clear: 'Clear selection',
close: 'Close the picker',
selectMonth: 'Select Month',
prevMonth: 'Previous Month',
nextMonth: 'Next Month',
selectYear: 'Select Year',
prevYear: 'Previous Year',
nextYear: 'Next Year',
selectDecade: 'Select Decade',
prevDecade: 'Previous Decade',
nextDecade: 'Next Decade',
prevCentury: 'Previous Century',
nextCentury: 'Next Century',
pickHour: 'Pick Hour',
incrementHour: 'Increment Hour',
decrementHour: 'Decrement Hour',
pickMinute: 'Pick Minute',
incrementMinute: 'Increment Minute',
decrementMinute: 'Decrement Minute',
pickSecond: 'Pick Second',
incrementSecond: 'Increment Second',
decrementSecond: 'Decrement Second',
togglePeriod: 'Toggle Period',
selectTime: 'Select Time'
today: 'الذهاب إلى اليوم الحالي',
clear: 'إزالة التحديد',
close: 'إغلاق المنتقي',
selectMonth: 'حدد الشهر',
prevMonth: 'الشهر السابق',
nextMonth: 'الشهر التالي',
selectYear: 'حدد السنة',
prevYear: 'السنة السابقة',
nextYear: 'السنة القادمة',
selectDecade: 'حدد العقد',
prevDecade: 'العقد الماضي',
nextDecade: 'العقد القادم',
prevCentury: 'القرن الماضي',
nextCentury: 'القرن القادم',
pickHour: 'حدد الساعة',
incrementHour: 'إضافة ساعة',
decrementHour: 'إنقاص ساعة',
pickMinute: 'حدد الدقائق',
incrementMinute: 'زيادة دقيقة',
decrementMinute: 'إنقاص دقيقة',
pickSecond: 'حدد الثواني',
incrementSecond: 'زيادة الثواني',
decrementSecond: 'إنقاص الثواني',
togglePeriod: 'تبديل الفترة',
selectTime: 'حدد الوقت'
};
6 changes: 4 additions & 2 deletions Arabic/locale/Arabic/admin/db-backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
$locale['BACK_401'] = "خطأ";
$locale['BACK_402'] = "صيغة ملف النسخ الاحتياطي غير صالح";
$locale['BACK_403'] = "إغلاق";
$locale['BACK_404'] = "Database Restore complete";
$locale['BACK_404'] = "المفتاح: $locale['BACK_404']
$locale['BACK_404']";
// Backup File Information
$locale['BACK_410'] = "معلومات النسخة الإحتياطية";
$locale['BACK_411'] = "معلومات إستعادة الملفات";
Expand Down Expand Up @@ -34,7 +35,8 @@
$locale['BACK_456'] = "(مضغوط)";
$locale['BACK_457'] = "جداول قاعدة البيانات";
$locale['BACK_458'] = "الأساس";
$locale['BACK_459'] = "Start Backup";
$locale['BACK_459'] = "المفتاح: $locale['BACK_404']
$locale['BACK_404']";
$locale['BACK_460'] = "كلمة مرور الإدارة:";
$locale['BACK_460b'] = "الرجاء إدخال كلمة مرور قاعدة البيانات";
$locale['BACK_461'] = "معلومات مطلوبة";
Expand Down
4 changes: 2 additions & 2 deletions Arabic/locale/Arabic/admin/image_uploads.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$locale['IMGUP_422'] = "الصور الأساسية";
$locale['IMGUP_423'] = "صور المقال";
$locale['IMGUP_424'] = "صور الأخبار";
$locale['IMGUP_425'] = "Max. file size %s / Allowed file types .jpg,.jpeg,.png,.gif,.bmp,.svg,.tiff,.webp";
$locale['IMGUP_425'] = "الحد الأقصى لحجم الملف %s / أنواع الملفات المسموح بها .jpg,.jpeg,.png,.gif,.bmp,.svg,.tiff,.webp";
$locale['IMGUP_426'] = "تم رفع الصورة";
$locale['IMGUP_427'] = "صور تصنيفات الأخبار";
$locale['IMGUP_428'] = "صور المدونة";
Expand All @@ -25,6 +25,6 @@
$locale['IMGUP_461'] = "عرض";
$locale['IMGUP_463'] = "هذا المجلد فارغ";
$locale['IMGUP_464'] = "تحديث قائمة صور محرر TinyMCE ";
$locale['IMGUP_465'] = "Image list updated";
$locale['IMGUP_465'] = "تم تحديث قائمة الصور";
// Popup Error/Warning Messages
$locale['IMGUP_470'] = "حذف هذه الصورة؟";
4 changes: 2 additions & 2 deletions Arabic/locale/Arabic/admin/infusions.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
$locale['INF_420'] = "الإصدار";
$locale['INF_421'] = "المؤلف";
$locale['INF_422'] = "تحميل المزيد من الإضافات";
$locale['INF_423'] = "%s Infusion has been installed";
$locale['INF_424'] = "%s Infusion has been uninstalled";
$locale['INF_423'] = "%s تم تثبيته";
$locale['INF_424'] = "%s تم إزالة تثبيته";
18 changes: 9 additions & 9 deletions Arabic/locale/Arabic/admin/panels.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
$locale['PANEL_425'] = "أسفل الوسط";
$locale['PANEL_426'] = "تحت رأس الصفحة";
$locale['PANEL_427'] = "فوق ذيل الصفحة";
$locale['PANEL_428a'] = "User 1";
$locale['PANEL_428b'] = "User 2";
$locale['PANEL_428c'] = "User 3";
$locale['PANEL_428d'] = "User 4";
$locale['PANEL_428a'] = "عضو 1";
$locale['PANEL_428b'] = "عضو 2";
$locale['PANEL_428c'] = "عضو 3";
$locale['PANEL_428d'] = "عضو 4";
// Panel Options1
$locale['PANEL_430'] = "النقل إلى اليسار";
$locale['PANEL_431'] = "النقل إلى اليمين";
Expand All @@ -50,15 +50,15 @@
$locale['PANEL_456'] = "كلمة مرور الإدارة:";
$locale['PANEL_457'] = "لوحة جانبية:";
$locale['PANEL_458'] = "لوحة الوصول:";
$locale['PANEL_459'] = "Display panel on all pages";
$locale['PANEL_459'] = "عرض القائمة في جميع الصفحات";
$locale['PANEL_460'] = "معاينة اللوحة";
$locale['PANEL_461'] = "حفظ اللوحة";
$locale['PANEL_462'] = "تقييد اللوحة:";
$locale['PANEL_463'] = "أمثلة:";
$locale['PANEL_464'] = "إخفاء في هذه الصفحات";
$locale['PANEL_465'] = "عرض في هذه الصفحات";
$locale['PANEL_466'] = "لغة اللوحة:";
$locale['PANEL_467'] = "Display on Opening Page only";
$locale['PANEL_467'] = "عرض في الصفحة الرئيسية فقط";
$locale['PANEL_468'] = "نوع اللوحة";
$locale['PANEL_469'] = "لا شيء";
$locale['PANEL_469a'] = "المحتوى";
Expand All @@ -78,13 +78,13 @@
$locale['PANEL_485'] = "تم إضافة لوحة جديدة";
$locale['PANEL_486'] = "العودة إلى إدارة اللوحات";
$locale['PANEL_487'] = "العودة إلى لوحة التحكم";
$locale['PANEL_488'] = "Panel order updated.";
$locale['PANEL_489'] = "Panel deleted.";
$locale['PANEL_488'] = "تم تحديث ترتيب القائمة.";
$locale['PANEL_489'] = "تم تحذف القائمة.";
//Visual Panel
$locale['PANEL_600'] = "واجهة إدارة اللوحات";
$locale['PANEL_602'] = "ألواح غير مستخدمة";
$locale['PANEL_603'] = "ألواح مستخدمة";
$locale['PANEL_604'] = "Panel|Panels";
$locale['PANEL_604'] = "قائمة|قوائم";
// $locale['PANEL_605'] = "";
$locale['PANEL_606'] = "محتوى الموقع";
$locale['PANEL_607'] = "الملف";
6 changes: 3 additions & 3 deletions Arabic/locale/Arabic/admin/serverinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$locale['SRV_411'] = "الترجمة إلى اللغة العربية بواسطة : Eng. Khamis Alqutob </br> الدعم العربي لمجلة PHPFusion العربية © 2020 </br> http://phpfusion-ar.xyz </br> إحدى قنوات شبكة زاد العرب - ArabZad.Com "; // If you helped with the translation, you can write your name here. Management can update credits based on recent contributions.
//PHP settings
$locale['SRV_420'] = "إعدادات PHP";
$locale['SRV_423'] = "Safe-mode";
$locale['SRV_423'] = "وضع التشغيل الآمن";
$locale['SRV_424'] = "Register Globals";
$locale['SRV_425'] = "دعم";
$locale['SRV_426'] = "أقصى حجم مسموح في الملف المرفوع";
Expand All @@ -25,8 +25,8 @@
$locale['SRV_431'] = "الإصدار";
//Write permission
$locale['SRV_440'] = "تراخيص المجلدات";
$locale['SRV_441'] = "Writeable";
$locale['SRV_442'] = "Not writeable";
$locale['SRV_441'] = "قابل للكتابة";
$locale['SRV_442'] = "غير قابل للكتابة";
//PHPinfo
$locale['SRV_450'] = "التفاصيل";
$locale['SRV_451'] = "لم يمكن الحصول على البيانات. تحقق إن كانت دالة phpinfo() معطلة?";
Loading