From 16bff4cb7b75c012836b122c2a4c728c5f8388d7 Mon Sep 17 00:00:00 2001 From: Carles Date: Sun, 19 Mar 2017 13:45:15 +0100 Subject: [PATCH] Added translated strings for catalan, italian and spanish --- css/monthly.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/css/monthly.css b/css/monthly.css index 7c85f8a..e200f60 100644 --- a/css/monthly.css +++ b/css/monthly.css @@ -373,10 +373,21 @@ .monthly-cal:after { content: 'Month'; } .monthly-list-item:after { content: 'No Events'; } +.monthly-locale-ca .monthly-reset:after { content: 'Avui'; } +.monthly-locale-ca .monthly-cal:after { content: 'Mes'; } +.monthly-locale-ca .monthly-list-item:after { content: 'Cap esdeveniment'; } + +.monthly-locale-es .monthly-reset:after { content: 'Hoy'; } +.monthly-locale-es .monthly-cal:after { content: 'Mes'; } +.monthly-locale-es .monthly-list-item:after { content: 'Ningún evento'; } + .monthly-locale-fr .monthly-reset:after { content: "aujourd'hui"; } .monthly-locale-fr .monthly-cal:after { content: "mois"; } .monthly-locale-fr .monthly-list-item:after { content: 'aucun événement'; } +.monthly-locale-it .monthly-reset:after { content: 'Oggi'; } +.monthly-locale-it .monthly-cal:after { content: 'Mese'; } +.monthly-locale-it .monthly-list-item:after { content: 'Nessun evento'; } /* Calendar shows event titles if the device width allows for at least 3em per day (rounded @@ -429,4 +440,4 @@ establish the rules based on the calendar element width rather than the device w text-overflow: ellipsis; } -} \ No newline at end of file +}