Aleksander Machniak
2016-03-28 aba88576ef7de82814632e39018be001c18ad21a
plugins/hide_blockquote/localization/da_DK.inc
@@ -2,19 +2,20 @@
/*
 +-----------------------------------------------------------------------+
 | localization/da_DK/labels.inc                                         |
 | plugins/hide_blockquote/localization/<lang>.inc                       |
 |                                                                       |
 | Language file of the Roundcube Webmail client                         |
 | Copyright (C) 2012, The Roundcube Dev Team                            |
 | Licensed under the GNU General Public License                         |
 | Localization file of the Roundcube Webmail Hide-Blockquote plugin     |
 | Copyright (C) 2012-2013, The Roundcube Dev Team                       |
 |                                                                       |
 | Licensed under the GNU General Public License version 3 or            |
 | any later version with exceptions for skins & plugins.                |
 | See the README file for a full license statement.                     |
 |                                                                       |
 +-----------------------------------------------------------------------+
 | Author: Johannes Hessellund <osos@openeyes.dk>                        |
 +-----------------------------------------------------------------------+
*/
$labels = array();
 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/
*/
$labels['hide'] = 'Skjul';
$labels['show'] = 'Vis';
$labels['quotelimit'] = 'Skjul citat antallet af linjer er højere end';
$labels['quotelimit'] = 'Skjul citat når antallet af linjer er højere end';
?>