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_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]
|
||||
file_filter = plugins/owncloud/localization/<lang>.inc
|
||||
source_file = plugins/owncloud/localization/en_US.inc
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?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();
|
||||
|
||||
// preferences
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?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['initials'] = 'Initials';
|
||||
$labels['profession'] = 'Profession';
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?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';
|
||||
|
||||
?>
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?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['tabtitle'] = 'Delegation';
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?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['filepreview'] = 'File preview';
|
||||
$labels['saveall'] = 'Save all to cloud...';
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?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['folderctype'] = 'Content type';
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?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['navtitle'] = 'Notes';
|
||||
$labels['tags'] = 'Tags';
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?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['unset'] = 'Unselect all';
|
||||
$labels['manage'] = 'Manage tags...';
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?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();
|
||||
|
||||
// words for spoken dates
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<?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['navtitle'] = 'Tasks';
|
||||
$labels['lists'] = 'Tasklists';
|
||||
|
|
Loading…
Add table
Reference in a new issue