From bd780ce70771d4f9ab8796ce42635be73dee2283 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 06 Apr 2016 16:07:15 -0400
Subject: [PATCH] Remove localization files from 3rd party plugins

---
 /dev/null |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/plugins/contextmenu/localization/da_DK.inc b/plugins/contextmenu/localization/da_DK.inc
deleted file mode 100644
index 33c5a97..0000000
--- a/plugins/contextmenu/localization/da_DK.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-/* Author: Johannes Hessellund */
-
-$labels['markreadfolder'] = 'Markér alle som læst';
-$labels['collapseall'] = 'Fold alle mapper sammen';
-$labels['expandall'] = 'Udfold alle mapper';
-
-
-?>
\ No newline at end of file
diff --git a/plugins/libkolab/localization/da_DK.inc b/plugins/libkolab/localization/da_DK.inc
deleted file mode 100644
index c93c5f1..0000000
--- a/plugins/libkolab/localization/da_DK.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-/**
- * Localizations for the Kolab libkolab plugin
- *
- * Copyright (C) 2015, Kolab Systems AG
- *
- * For translation see https://www.transifex.com/projects/p/kolab/resource/libkolab/
- */
-
-$labels['revision'] = 'Revision';
-$labels['user'] = 'Bruger';
-$labels['operation'] = 'Handling';
-$labels['actionappend'] = 'Gemt';
-$labels['actionmove'] = 'Flyttet';
-$labels['actiondelete'] = 'Slettet';
-$labels['compare'] = 'Sammenlign';
-$labels['showrevision'] = 'Vis denne version';
-$labels['restore'] = 'Genskab denne version';

--
Gitblit v1.9.1