From 1edfffd091ed416d99925d9dc660920560c457fa Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 16 Feb 2019 01:12:24 +0000 Subject: [tx-robot] updated from transifex --- settings/l10n/it.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings/l10n/it.js') diff --git a/settings/l10n/it.js b/settings/l10n/it.js index f2ea8939868..aed8ad825bf 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -10,6 +10,8 @@ OC.L10N.register( "You created app password \"{token}\"" : "Hai creato la password di applicazione \"{token}\"", "You deleted app password \"{token}\"" : "Hai eliminato la password di applicazione \"{token}\"", "You renamed app password \"{token}\" to \"{newToken}\"" : "Hai rinominato la password applicativa da \"{token}\" a \"{newToken}\"", + "You granted filesystem access to app password \"{token}\"" : "Hai concesso l'accesso al filesystem alla password di applicazione \"{token}\"", + "You revoked filesystem access from app password \"{token}\"" : "Hai revocato l'accesso al filesystem dalla password di applicazione \"{token}\"", "Security" : "Sicurezza", "You successfully logged in using two-factor authentication (%1$s)" : "Hai effettuato correttamente l'accesso utilizzando l'autenticazione a due fattori (%1$s)", "A login attempt using two-factor authentication failed (%1$s)" : "Un tentativo di utilizzare l'autenticazione a due fattori non รจ riuscito (%1$s)", -- cgit v1.2.3 atars Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/console.php
blob: fb410ee6983fdc7f70505b18a44ddcba03155383 (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
94
95