From 9bcc488899c66933bbc256b648eec57bf907a25e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 2 Apr 2021 08:29:40 +0200 Subject: [PATCH] cookienotice addon ES translation added THX Senex Petrovic --- cookienotice/lang/es/messages.po | 65 ++++++++++++++++++++++++++++++++ cookienotice/lang/es/strings.php | 12 ++++++ 2 files changed, 77 insertions(+) create mode 100644 cookienotice/lang/es/messages.po create mode 100644 cookienotice/lang/es/strings.php diff --git a/cookienotice/lang/es/messages.po b/cookienotice/lang/es/messages.po new file mode 100644 index 00000000..bf11f9cb --- /dev/null +++ b/cookienotice/lang/es/messages.po @@ -0,0 +1,65 @@ +# ADDON cookienotice +# Copyright (C) +# This file is distributed under the same license as the Friendica cookienotice addon package. +# +# +# Translators: +# Senex Petrovic , 2021 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2019-01-23 16:01+0000\n" +"Last-Translator: Senex Petrovic , 2021\n" +"Language-Team: Spanish (https://www.transifex.com/Friendica/teams/12172/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cookienotice.php:42 +msgid "" +"This website uses cookies. If you continue browsing this website, you agree " +"to the usage of cookies." +msgstr "" +"Este sitio web utiliza cookies. Si continúa navegando en este sitio web, " +"acepta el uso de cookies." + +#: cookienotice.php:43 cookienotice.php:108 +msgid "OK" +msgstr "OK" + +#: cookienotice.php:47 +msgid "" +"Configure your cookie usage notice. It should just be a notice, " +"saying that the website uses cookies. It is shown as long as a user didnt " +"confirm clicking the OK button." +msgstr "" +"Configura tu nota deñ uso de cookies. Debería ser solo un aviso, " +"diciendo que el sitio web utiliza cookies. Se muestra siempre que el usuario" +" no confirmó haciendo clic en el botón Aceptar." + +#: cookienotice.php:48 +msgid "Cookie Usage Notice" +msgstr "Aviso de uso de cookies" + +#: cookienotice.php:49 +msgid "OK Button Text" +msgstr "Texto del botón OK" + +#: cookienotice.php:50 +msgid "Save Settings" +msgstr "Grabar Ajustes" + +#: cookienotice.php:107 +msgid "" +"This website uses cookies to recognize revisiting and logged in users. You " +"accept the usage of these cookies by continue browsing this website." +msgstr "" +"Este sitio web utiliza cookies para reconocer a los usuarios que visitan y " +"que inician sesión. Acepta el uso de estas cookies al continuar navegando en" +" este sitio web." diff --git a/cookienotice/lang/es/strings.php b/cookienotice/lang/es/strings.php new file mode 100644 index 00000000..4491b67e --- /dev/null +++ b/cookienotice/lang/es/strings.php @@ -0,0 +1,12 @@ +strings["OK"] = "OK"; +$a->strings["Cookie Usage Notice"] = "Aviso de uso de cookies"; +$a->strings["OK Button Text"] = "Texto del botón OK"; +$a->strings["Save Settings"] = "Grabar Ajustes";