From 9ccf94ca06806ad5312d3ac06b8b25388f3ec5f4 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Thu, 23 Jul 2015 01:55:22 -0400 Subject: [tx-robot] updated from transifex --- settings/l10n/hr.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'settings/l10n/hr.js') diff --git a/settings/l10n/hr.js b/settings/l10n/hr.js index fcfd8fa63c1..257acdf06ec 100644 --- a/settings/l10n/hr.js +++ b/settings/l10n/hr.js @@ -117,8 +117,6 @@ OC.L10N.register( "Version" : "Verzija", "by" : "od strane", "Documentation:" : "Dokumentacija:", - "User Documentation" : "Korisnička dokumentacija", - "Admin Documentation" : "Admin dokumentacija", "Enable only for specific groups" : "Omogućite samo za specifične grupe", "Uninstall App" : "Deinstalirajte app", "Cheers!" : "Cheers!", -- cgit v1.2.3 s.form.submit();'> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/App/CompareVersion.php
blob: 5d38d4c358e395a75e8cd33e36b2fd2a3c3e029a (plain)
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