From 2eeab1f57facc8a39aa6ff8b3baccd9d0cb96bbc Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Sat, 26 May 2012 04:34:44 -0400 Subject: [PATCH] Fix calls to renamed methods --- plugins/help/localization/et_EE.inc | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/plugins/help/localization/et_EE.inc b/plugins/help/localization/et_EE.inc new file mode 100644 index 0000000..f95f098 --- /dev/null +++ b/plugins/help/localization/et_EE.inc @@ -0,0 +1,8 @@ +<?php + +$labels = array(); +$labels['help'] = 'Abi'; +$labels['about'] = 'Roundcube info'; +$labels['license'] = 'Litsents'; + +?> -- Gitblit v1.9.1