OC.L10N.register( "files_reminders", { "File reminders" : "Připomínky souborů", "Reminder for {name}" : "Připomínka ohledně {name}", "View file" : "Zobrazit soubor", "View folder" : "Zobrazit složku", "Set file reminders" : "Nastavit připomínky souborů", "**📣 File reminders**\n\nSet file reminders." : "**📣 Připomínky souborů**\n\nNastavte připomínky souborů.", "We will remind you of this file" : "Připomeneme vám tento soubor", "Please choose a valid date & time" : "Zvolte platný datum a čas", "Cancel" : "Storno", "Clear reminder" : "Vyčistit připomínku", "Set reminder" : "Nastavit připomínku", "Set reminder for \"{fileName}\"" : "Nastavit připomínku pro „{fileName}", "Set reminder at custom date & time" : "Nastavit připomínku na uživatelsky určené datum a čas", "Reminder set for \"{fileName}\"" : "Nastavena připomínka ohledně „{fileName}“", "Failed to set reminder" : "Připomínku se nepodařilo nastavit", "Failed to clear reminder" : "Připomínku se nepodařilo vyčistit", "Set custom reminder" : "Nastavit uživatelsky určenou připomínku", "Later today" : "Později dnes", "Set reminder for later today" : "Nastavit připomínku na později dnes", "Tomorrow" : "Zítra", "Set reminder for tomorrow" : "Nastavit připomínku na zítra", "This weekend" : "Tento víkend", "Set reminder for this weekend" : "Nastavit připomínku na tento víkend", "Next week" : "Příští týden", "Set reminder for next week" : "Nastavit připomínku pro příští týden", "Back" : "Zpět", "Reminder cleared" : "Připomínka vyčištěna", "Failed to load reminder" : "Připomínku se nepodařilo načíst" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); ion-wording Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests/Middleware/ProvisioningApiMiddlewareTest.php
blob: c027e518a3d63a87d81dbe36864e43f609037cbf (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
96
97
98
99
100
101
102
103
104
105
106
107
108