11 lines
310 B
PHP
11 lines
310 B
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'] = 'Aanmelden als';
|
|
$labels['loginasnotallowed'] = 'Geen bevoegdheden om aan te melden als $user';
|
|
?>
|