aboutsummaryrefslogtreecommitdiff
path: root/glifestream/templates/i18n.html
diff options
context:
space:
mode:
Diffstat (limited to 'glifestream/templates/i18n.html')
-rw-r--r--glifestream/templates/i18n.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/glifestream/templates/i18n.html b/glifestream/templates/i18n.html
new file mode 100644
index 0000000..1fa40fc
--- /dev/null
+++ b/glifestream/templates/i18n.html
@@ -0,0 +1,17 @@
+{% load i18n %}var gettext_msg = {
+ 'Favorite': '{% trans "Favorite" %}',
+ 'Unfavorite': '{% trans "Unfavorite" %}',
+ 'Unfavorite this entry before hiding it.': '{% trans "Unfavorite this entry before hiding it." %}',
+ 'Entry hidden': '{% trans "Entry hidden" %}',
+ 'Undo': '{% trans "Undo" %}',
+ 'Loading...': '{% trans "Loading..." %}',
+ 'Click and Listen': '{% trans "Click and Listen" %}',
+ 'Share or bookmark this entry': '{% trans "Share or bookmark this entry" %}',
+ 'Reshare it at your stream': '{% trans "Reshare it at your stream" %}',
+ 'or elsewhere:': '{% trans "or elsewhere:" %}',
+ 'Keep the original author?': '{% trans "Keep the original author?" %}',
+ 'Communication Error. Try again.': '{% trans "Communication Error. Try again." %}',
+ 'You are about to re-share this entry at your stream. Confirm?': '{% trans "You are about to re-share this entry at your stream. Confirm?" %}',
+ 'Are you sure?': '{% trans "Are you sure?" %}',
+ 'Your browser does not support it.': '{% trans "Your browser does not support it." %}'
+};

Return to:

Send suggestions and report system problems to the System administrator.