summaryrefslogtreecommitdiffstats
path: root/translate.c
diff options
context:
space:
mode:
Diffstat (limited to 'translate.c')
-rw-r--r--translate.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/translate.c b/translate.c
new file mode 100644
index 0000000..1788327
--- /dev/null
+++ b/translate.c
@@ -0,0 +1,16 @@
+const char *strings[] = {
+ _("Applications"), _("applications"),
+ _("Desktop"), _("desktop"),
+ _("Documents"), _("documents"),
+ _("Download"), _("download"),
+ _("Downloads"), _("downloads"),
+ _("Movies"), _("movies"),
+ _("Music"), _("music"),
+ _("Photos"), _("photos"),
+ _("Pictures"), _("pictures"),
+ _("Projects"), _("projects"),
+ _("Public"), _("public"),
+ _("Share"), _("share"),
+ _("Templates"), _("templates"),
+ _("Videos"), _("videos"),
+};