diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 01:04:14 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 01:04:14 +0200 |
commit | 8f6543355110a109878bde10b912555019af1212 (patch) | |
tree | 46609ff215496a4ea373b9eacbf8b2c30ca04237 /libsowatch/libsowatch_es.ts | |
parent | 4e468800d7129c0adbe4bc874932f99a542c4eeb (diff) | |
download | sowatch-8f6543355110a109878bde10b912555019af1212.tar.gz sowatch-8f6543355110a109878bde10b912555019af1212.zip |
adding locale support to libsowatch
Diffstat (limited to 'libsowatch/libsowatch_es.ts')
-rw-r--r-- | libsowatch/libsowatch_es.ts | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/libsowatch/libsowatch_es.ts b/libsowatch/libsowatch_es.ts new file mode 100644 index 0000000..2d19ef2 --- /dev/null +++ b/libsowatch/libsowatch_es.ts @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="es_ES"> +<context> + <name>sowatch::Notification</name> + <message numerus="yes"> + <location filename="notification.cpp" line="21"/> + <source>%n second(s) ago</source> + <translation> + <numerusform>hace %n segundo</numerusform> + <numerusform>hace %n segundos</numerusform> + </translation> + </message> + <message numerus="yes"> + <location filename="notification.cpp" line="24"/> + <source>%n minute(s) ago</source> + <translation> + <numerusform>hace %n minuto</numerusform> + <numerusform>hace %n minutos</numerusform> + </translation> + </message> + <message numerus="yes"> + <location filename="notification.cpp" line="27"/> + <source>%n hour(s) ago</source> + <translation> + <numerusform>hace %n hora</numerusform> + <numerusform>hace %n horas</numerusform> + </translation> + </message> +</context> +</TS> |