source: contrib/davical/inc/other_translated_strings.php @ 3733

Revision 3733, 1.3 KB checked in by gabriel.malheiros, 13 years ago (diff)

Ticket #1541 - <Davical customizado para o Expresso.Utiliza Caldav e CardDav?>

Line 
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*
7* It is also used to add extra entries to the translations which document
8* the sense of a word or phrase to assist with translations.
9*/
10
11// Groups, from the database
12i18n("Admin <!-- in the sense of 'systems admin' -->");
13i18n("Admin");
14
15i18n("Group <!-- in the sense of a group of people -->");
16i18n("Group");
17
18i18n("Public <!-- in the sense of being available to all users -->");
19i18n("Public");
20
21i18n("Resource <!-- a thing which might be booked: a room, a carpark, a projector... -->");
22i18n("Resource");
23
24i18n("No. <!-- short for 'Number' -->");
25i18n("No.");
26
27i18n("No <!-- not 'Yes' -->");
28i18n("No");
29i18n("Yes");
30
31i18n("Id <!-- short for 'Identifier' -->");
32i18n("Id");
33
34i18n('View this user record');
35i18n('Edit this user record');
36i18n('You are viewing');
37i18n('You are editing');
38
39i18n("forget me not <!-- this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future -->");
40
41// Date format types
42i18n('European');
43i18n('US Format');
44i18n('ISO Format');
45
46// Calendar schedule transparency
47i18n('Opaque');
48i18n('Transparent');
49
50// Unspecified timezone value
51i18n('*** Unknown ***');
52
53i18n('Person');
Note: See TracBrowser for help on using the repository browser.