-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathbase.php
More file actions
101 lines (100 loc) · 4.38 KB
/
Copy pathbase.php
File metadata and controls
101 lines (100 loc) · 4.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?php
return [
'<strong>Confirm</strong> page reverting' => '<strong>تأكيد</strong> رغبتك في إعادة الصفحة لنسخة سابقة',
'Adds a wiki to this space.' => 'يضيف موسوعة ويكي لهذه الباحة',
'Adds a wiki to your profile.' => 'يضيف موسوعة ويكي لصفحتك الشخصية',
'Advanced settings' => 'إعدادات متقدمة',
'Back' => 'عودة',
'Back to page' => 'عودة للصفحة',
'Cancel' => 'إلغاء',
'Delete' => 'حذف',
'Do you really want to revert this page?' => 'هل أنت متأكد من رغبتك في إعادة هذه الصفحة إلى نسخة سابقة؟',
'Edit' => 'تحرير',
'Edit page' => 'تعديل الصفحة',
'Edited at' => 'تم التعديل في',
'Go back' => 'عودة',
'Is Public' => 'هو عام',
'Let\'s go!' => 'فلننطلق!',
'New page' => 'صفحة جديدة',
'New page title' => 'عنوان صفحة جديد',
'None' => 'لا يوجد',
'Page History' => 'تاريخ التعديلات',
'Page content' => 'محتويات الصفحة',
'Protected' => 'محمية',
'Revert' => 'استعادة نسخة سابقة',
'Revert this' => 'إستعادة هذه الصفحة',
'Save' => 'حفظ',
'Search' => 'بحث',
'Wiki' => 'ويكي',
'Wiki page' => 'صفحة ويكي',
'by' => 'بواسطة',
'({n,plural,=1{+1 subpage}other{+{count} subpages}})' => '',
'<strong>Warning!</strong><br><br>Another user has updated this page since you have started editing it. Please confirm that you want to overwrite those changes.<br>:linkToCompare' => '',
'<strong>Wiki</strong> link' => '',
'<strong>Wiki</strong> module configuration' => '',
'Add Page' => '',
'Administer pages' => '',
'Allows the user to administer pages (rename, delete, protect, make homepage)' => '',
'Allows the user to create new pages' => '',
'Allows the user to edit or revert pages' => '',
'Allows the user to view the history of wiki pages' => '',
'Are you really sure? All existing category page assignments will be removed!' => '',
'Child page cannot be used as parent page!' => '',
'Choose a Wiki Page' => '',
'Compare changes' => '',
'Create new page' => '',
'Create page' => '',
'Create pages' => '',
'Created by {author}' => '',
'Default wiki settings' => '',
'Disable edit access for non wiki administrators?' => '',
'Discard my changes' => '',
'Drag to reorder' => '',
'Edit pages' => '',
'Get your very own knowledge base off the ground by being the first one to create a Wiki page! Gather information, facilitate knowledge transfer and make it available to your users in the easiest way possible.' => '',
'Headline' => '',
'Here you can configure default settings the wiki module.' => '',
'Hide Navigation Entries of this module globally by default' => '',
'Hide Navigation Entry' => '',
'History' => '',
'Home' => '',
'In order to edit all fields, you need the permission to administer wiki pages.' => '',
'Index' => '',
'Invalid category!' => '',
'Is homepage' => '',
'Label' => '',
'Last Edited' => '',
'Last edited' => '',
'Link to page...' => '',
'Module name' => '',
'No wiki pages found.' => '',
'Overwrite' => '',
'Overwrite all changes made by :userName on :dateTime.' => '',
'Overwrite the wiki index start page?' => '',
'Page history' => '',
'Page not editable!' => '',
'Page not found' => '',
'Page not found.' => '',
'Parent Page' => '',
'Permission denied. You have no rights to view the history.' => '',
'Revert not possible. Already latest revision!' => '',
'Search for Wiki Title' => '',
'Search results' => '',
'Show in Profile menu' => '',
'Show in Space menu' => '',
'Sort order in Profile menu' => '',
'Sort order in Space menu' => '',
'Subpages' => '',
'Table of Contents' => '',
'There are no entries yet :(' => '',
'This field only allows a maximum 1 page.' => '',
'This page is empty.' => '',
'View History' => '',
'Whenever someone edits a wiki page.' => '',
'Wiki page content ID' => '',
'Wiki pages' => '',
'Your current version' => '',
'last update {dateTime}' => '',
'show changes' => '',
'{displayName} edited the Wiki page "{contentTitle}".' => '',
];