Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-01-29 19:07:54 +0400
committerGeorg Ehrke <dev@georgswebsite.de>2012-01-29 19:08:09 +0400
commit30f1de71a694bb526b08e4fb6a0333659bd2030e (patch)
tree4a40a6f638d4f8131645efec6f70dcd1609dd449
parent927bf569401c3e4f60837dd7847d39e0ef4044c4 (diff)
remove debug file
-rw-r--r--apps/calendar/templates/lAfix.php39
1 files changed, 0 insertions, 39 deletions
diff --git a/apps/calendar/templates/lAfix.php b/apps/calendar/templates/lAfix.php
deleted file mode 100644
index 61025ae6dea..00000000000
--- a/apps/calendar/templates/lAfix.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-$l->t('Sunday');
-$l->t('Monday');
-$l->t('Tuesday');
-$l->t('Wednesday');
-$l->t('Thursday');
-$l->t('Friday');
-$l->t('Saturday');
-$l->t('Sun.');
-$l->t('Mon.');
-$l->t('Tue.');
-$l->t('Wed.');
-$l->t('Thu.');
-$l->t('Fri.');
-$l->t('Sat.');
-$l->t('January');
-$l->t('February');
-$l->t('March');
-$l->t('April');
-$l->t('May');
-$l->t('June');
-$l->t('July');
-$l->t('August');
-$l->t('September');
-$l->t('October');
-$l->t('November');
-$l->t('December');
-$l->t('Jan.');
-$l->t('Feb.');
-$l->t('Mar.');
-$l->t('Apr.');
-$l->t('May.');
-$l->t('Jun.');
-$l->t('Jul.');
-$l->t('Aug.');
-$l->t('Sep.');
-$l->t('Oct.');
-$l->t('Nov.');
-$l->t('Dec.'); \ No newline at end of file