DAViCal
Loading...
Searching...
No Matches
other_translated_strings.php
1<?php
8// Groups, from the database
9# Translators: in the sense of 'systems admin'
10i18n("Admin");
11
12# Translators: in the sense of a group of people
13i18n("Group");
14
15# Translators: in the sense of being available to all users
16i18n("Public");
17
18# Translators a thing which might be booked: a room, a carpark, a projector...
19i18n("Resource");
20
21# Translators: short for 'Number'
22i18n("No.");
23
24# Translators: not 'Yes'
25i18n("No");
26i18n("Yes");
27
28# Translators: short for 'Identifier'
29i18n("Id");
30
31i18n('View this user record');
32i18n('Edit this user record');
33i18n('You are viewing');
34i18n('You are editing');
35
36// Date format types
37i18n('European');
38i18n('US Format');
39i18n('ISO Format');
40
41// Calendar schedule transparency
42i18n('Opaque');
43i18n('Transparent');
44
45// Unspecified timezone value
46i18n('*** Unknown ***');
47
48i18n('Person');