Register kolab_tags localizations to Transifex; add headers pointing to Transifex for translations
This commit is contained in:
parent
02b94590bf
commit
ef2477d69f
11 changed files with 85 additions and 0 deletions
|
@ -38,6 +38,11 @@ file_filter = plugins/kolab_folders/localization/<lang>.inc
|
||||||
source_file = plugins/kolab_folders/localization/en_US.inc
|
source_file = plugins/kolab_folders/localization/en_US.inc
|
||||||
source_lang = en_US
|
source_lang = en_US
|
||||||
|
|
||||||
|
[kolab.kolab_tags]
|
||||||
|
file_filter = plugins/kolab_tags/localization/<lang>.inc
|
||||||
|
source_file = plugins/kolab_tags/localization/en_US.inc
|
||||||
|
source_lang = en_US
|
||||||
|
|
||||||
[kolab.owncloud]
|
[kolab.owncloud]
|
||||||
file_filter = plugins/owncloud/localization/<lang>.inc
|
file_filter = plugins/owncloud/localization/<lang>.inc
|
||||||
source_file = plugins/owncloud/localization/en_US.inc
|
source_file = plugins/owncloud/localization/en_US.inc
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Localizations for Kolab Calendar plugin
|
||||||
|
*
|
||||||
|
* Copyright (C) 2014, Kolab Systems AG
|
||||||
|
*
|
||||||
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/calendar/
|
||||||
|
*/
|
||||||
|
|
||||||
$labels = array();
|
$labels = array();
|
||||||
|
|
||||||
// preferences
|
// preferences
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Localizations for the Kolab Address Book plugin
|
||||||
|
*
|
||||||
|
* Copyright (C) 2014, Kolab Systems AG
|
||||||
|
*
|
||||||
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_addressbook/
|
||||||
|
*/
|
||||||
|
|
||||||
$labels = array();
|
$labels = array();
|
||||||
$labels['initials'] = 'Initials';
|
$labels['initials'] = 'Initials';
|
||||||
$labels['profession'] = 'Profession';
|
$labels['profession'] = 'Profession';
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Localizations for the Kolab Auth plugin
|
||||||
|
*
|
||||||
|
* Copyright (C) 2014, Kolab Systems AG
|
||||||
|
*
|
||||||
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_auth/
|
||||||
|
*/
|
||||||
|
|
||||||
$labels['loginas'] = 'Login As';
|
$labels['loginas'] = 'Login As';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Localizations for the Kolab Delegation plugin
|
||||||
|
*
|
||||||
|
* Copyright (C) 2014, Kolab Systems AG
|
||||||
|
*
|
||||||
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
|
||||||
|
*/
|
||||||
|
|
||||||
$labels = array();
|
$labels = array();
|
||||||
|
|
||||||
$labels['tabtitle'] = 'Delegation';
|
$labels['tabtitle'] = 'Delegation';
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Localizations for the Kolab Files plugin
|
||||||
|
*
|
||||||
|
* Copyright (C) 2014, Kolab Systems AG
|
||||||
|
*
|
||||||
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_files/
|
||||||
|
*/
|
||||||
|
|
||||||
$labels['files'] = 'Files';
|
$labels['files'] = 'Files';
|
||||||
$labels['filepreview'] = 'File preview';
|
$labels['filepreview'] = 'File preview';
|
||||||
$labels['saveall'] = 'Save all to cloud...';
|
$labels['saveall'] = 'Save all to cloud...';
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Localizations for the Kolab Folders plugin
|
||||||
|
*
|
||||||
|
* Copyright (C) 2014, Kolab Systems AG
|
||||||
|
*
|
||||||
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
|
||||||
|
*/
|
||||||
|
|
||||||
$labels = array();
|
$labels = array();
|
||||||
|
|
||||||
$labels['folderctype'] = 'Content type';
|
$labels['folderctype'] = 'Content type';
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Localizations for the Kolab Notes plugin
|
||||||
|
*
|
||||||
|
* Copyright (C) 2014, Kolab Systems AG
|
||||||
|
*
|
||||||
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_notes/
|
||||||
|
*/
|
||||||
|
|
||||||
$labels = array();
|
$labels = array();
|
||||||
$labels['navtitle'] = 'Notes';
|
$labels['navtitle'] = 'Notes';
|
||||||
$labels['tags'] = 'Tags';
|
$labels['tags'] = 'Tags';
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Localizations for the Kolab Tags plugin
|
||||||
|
*
|
||||||
|
* Copyright (C) 2014, Kolab Systems AG
|
||||||
|
*
|
||||||
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_tags/
|
||||||
|
*/
|
||||||
|
|
||||||
$labels['tags'] = 'Tags';
|
$labels['tags'] = 'Tags';
|
||||||
$labels['unset'] = 'Unselect all';
|
$labels['unset'] = 'Unselect all';
|
||||||
$labels['manage'] = 'Manage tags...';
|
$labels['manage'] = 'Manage tags...';
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Localizations for the Kolab calendaring utilities plugin
|
||||||
|
*
|
||||||
|
* Copyright (C) 2014, Kolab Systems AG
|
||||||
|
*
|
||||||
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
|
||||||
|
*/
|
||||||
|
|
||||||
$labels = array();
|
$labels = array();
|
||||||
|
|
||||||
// words for spoken dates
|
// words for spoken dates
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Localizations for the Kolab Tasks plugin
|
||||||
|
*
|
||||||
|
* Copyright (C) 2014, Kolab Systems AG
|
||||||
|
*
|
||||||
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/
|
||||||
|
*/
|
||||||
|
|
||||||
$labels = array();
|
$labels = array();
|
||||||
$labels['navtitle'] = 'Tasks';
|
$labels['navtitle'] = 'Tasks';
|
||||||
$labels['lists'] = 'Tasklists';
|
$labels['lists'] = 'Tasklists';
|
||||||
|
|
Loading…
Add table
Reference in a new issue