Register kolab_tags localizations to Transifex; add headers pointing to Transifex for translations

This commit is contained in:
Thomas Bruederli 2014-08-14 10:49:56 +02:00
parent 02b94590bf
commit ef2477d69f
11 changed files with 85 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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';

View file

@ -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';
?>

View file

@ -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';

View file

@ -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...';

View file

@ -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';

View file

@ -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';

View file

@ -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...';

View file

@ -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

View file

@ -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';