package errors; aspect BadCCutSig { int bar(int a, int b, int c) { return 0; } pointcut cut(BadCCutSig b): target(b) && call(int bar(int, int, int)); before(BadCCutSig b): cut() { // SHOULD BE: cut(b) } } e' title='Atom feed' href='https://source.dussan.org/nextcloud-server.git/atom/apps/contacts/l10n/zh_CN.php?h=v13.0.8RC2' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/apps/contacts/l10n/zh_CN.php
blob: 5b31e773e2e63c67bee4c477ddd7221f3848e0cd (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