-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanguages.xml
61 lines (54 loc) · 3.14 KB
/
languages.xml
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
<?xml version="1.0"?>
<!DOCTYPE modification SYSTEM "http://www.simplemachines.org/xml/modification">
<modification xmlns="http://www.simplemachines.org/xml/modification" xmlns:smf="http://www.simplemachines.org/">
<id>JovanT:ultimate_profile</id>
<version>0.9.1</version>
<file name="$languagedir/Modifications.english.php">
<operation>
<search position="end" />
<add><![CDATA[
$txt['ultimate_profile'] = 'Ultimate Profile';
$txt['permissionname_edit_ultimate_profile'] = 'Edit ultimate profile';
$txt['permissionname_simple_edit_ultimate_profile_own'] = 'Edit their ultimate profile';
$txt['permissionname_simple_edit_ultimate_profile_any'] = 'Edit other people\'s ultimate profile';
$txt['permissionname_edit_ultimate_profile_own'] = 'Own profile';
$txt['permissionname_edit_ultimate_profile_any'] = 'Any profile';
$txt['permissionhelp_edit_ultimate_profile'] = 'This permission allows user to edit ultimate profile.';
$txt['cannot_edit_ultimate_profile_own'] = 'You aren\'t allowed to edit your own ultimate profile.';
$txt['cannot_edit_ultimate_profile_any'] = 'You aren\'t allowed to edit just any ultimate profile.';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.english-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['ultimate_profile'] = 'Ultimate Profile';
$txt['permissionname_edit_ultimate_profile'] = 'Edit ultimate profile';
$txt['permissionname_simple_edit_ultimate_profile_own'] = 'Edit their ultimate profile';
$txt['permissionname_simple_edit_ultimate_profile_any'] = 'Edit other people\'s ultimate profile';
$txt['permissionname_edit_ultimate_profile_own'] = 'Own profile';
$txt['permissionname_edit_ultimate_profile_any'] = 'Any profile';
$txt['permissionhelp_edit_ultimate_profile'] = 'This permission allows user to edit ultimate profile.';
$txt['cannot_edit_ultimate_profile_own'] = 'You aren\'t allowed to edit your own ultimate profile.';
$txt['cannot_edit_ultimate_profile_any'] = 'You aren\'t allowed to edit just any ultimate profile.';
]]></add>
</operation>
</file>
<file name="$languagedir/Modifications.serbian_cyrillic-utf8.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
$txt['ultimate_profile'] = 'Ultimate Profile';
$txt['permissionname_edit_ultimate_profile'] = 'Измена ultimate профила';
$txt['permissionname_simple_edit_ultimate_profile_own'] = 'Измена свог ultimate профила';
$txt['permissionname_simple_edit_ultimate_profile_any'] = 'Измена туђих ultimate профила';
$txt['permissionname_edit_ultimate_profile_own'] = 'свог профила';
$txt['permissionname_edit_ultimate_profile_any'] = 'било ког профила';
$txt['permissionhelp_edit_ultimate_profile'] = 'Ова дозвола омогућава кориснику да врши измену ultimate профила.';
$txt['cannot_edit_ultimate_profile_own'] = 'Немате дозволу да мењате свој ultimate профил.';
$txt['cannot_edit_ultimate_profile_any'] = 'Немате дозволу да измените било чији ultimate профил.';
]]></add>
</operation>
</file>
</modification>