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