aboutsummaryrefslogtreecommitdiff
path: root/mod/identica/languages/en.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/identica/languages/en.php')
-rw-r--r--mod/identica/languages/en.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/mod/identica/languages/en.php b/mod/identica/languages/en.php
new file mode 100644
index 000000000..44932dc4a
--- /dev/null
+++ b/mod/identica/languages/en.php
@@ -0,0 +1,16 @@
+<?php
+/**
+ * Identi.ca widget language file
+ */
+
+$english = array(
+
+ 'identica:title' => 'Identi.ca',
+ 'identica:info' => 'Display your latest tweets',
+ 'identica:username' => 'Enter your identi.ca username.',
+ 'identica:num' => 'The number of tweets to show.',
+ 'identica:visit' => 'visit my identi.ca',
+ 'identica:notset' => 'This Identi.ca widget is not yet set to go. To display your latest tweets, click on - edit - and fill in your details',
+);
+
+add_translation("en", $english);