mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-03 09:00:19 +00:00
This file is not included. It just contains a number of strings that would
be nice to be translated (as data, for example) which do not appear in the code.
This commit is contained in:
parent
80de1b3112
commit
449e231fb9
26
inc/other_translated_strings.php
Normal file
26
inc/other_translated_strings.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* This file is not included anywhere. It exists as a way of ensuring some
|
||||
* strings, which may come from the database, or from other places, are
|
||||
* present in the translation files.
|
||||
*
|
||||
* It is also used to add extra entries to the translations which document
|
||||
* the sense of a word or phrase to assist with translations.
|
||||
*/
|
||||
|
||||
// Groups, from the database
|
||||
i18n("Admin <!-- in the sense of 'systems admin' -->");
|
||||
i18n("Admin");
|
||||
|
||||
i18n("Group <!-- in the sense of a group of people -->");
|
||||
i18n("Group");
|
||||
|
||||
i18n("Public <!-- in the sense of being available to all users -->");
|
||||
i18n("Public");
|
||||
|
||||
i18n("Resource <!-- a thing which might be booked: a room, a carpark, a projector... -->");
|
||||
i18n("Resource");
|
||||
|
||||
i18n("Relationship <!-- in the sense of a work relationship between people -->");
|
||||
|
||||
?>
|
||||
Loading…
x
Reference in New Issue
Block a user