Merge branch 'master' of github.com:DAViCal/davical into github
[davical.git] / inc / other_translated_strings.php
blob1f831200b8c34c5a4a0c82c8c97c71a1d97b594f
1 <?php
2 /**
3 * This file is not included anywhere. It exists as a way of ensuring some
4 * strings, which may come from the database, or from other places, are
5 * present in the translation files.
6 */
8 // Groups, from the database
9 # Translators: in the sense of 'systems admin'
10 i18n("Admin");
12 # Translators: in the sense of a group of people
13 i18n("Group");
15 # Translators: in the sense of being available to all users
16 i18n("Public");
18 # Translators a thing which might be booked: a room, a carpark, a projector...
19 i18n("Resource");
21 # Translators: short for 'Number'
22 i18n("No.");
24 # Translators: not 'Yes'
25 i18n("No");
26 i18n("Yes");
28 # Translators: short for 'Identifier'
29 i18n("Id");
31 i18n('View this user record');
32 i18n('Edit this user record');
33 i18n('You are viewing');
34 i18n('You are editing');
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");
39 // Date format types
40 i18n('European');
41 i18n('US Format');
42 i18n('ISO Format');
44 // Calendar schedule transparency
45 i18n('Opaque');
46 i18n('Transparent');
48 // Unspecified timezone value
49 i18n('*** Unknown ***');
51 i18n('Person');