mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
ES translations THX Albert
This commit is contained in:
parent
54cd1d998c
commit
0771c0566f
15 changed files with 594 additions and 241 deletions
|
@ -1,8 +1,13 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Gnot settings updated."] = "Configuración de Gnot actualizada.";
|
||||
$a->strings["Gnot Settings"] = "Configuración de Gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permitir el enhebrado en las notificaciones de comentarios de correo en Gmail y hacer anónima la línea de \"Asunto\".";
|
||||
$a->strings["Enable this plugin/addon?"] = "¿Activar este módulo/extensión?";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notificación] Comentario en la conversación de #%d";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot settings updated."] = "Ajustes de Gnot actualizados.";
|
||||
$a->strings["Gnot Settings"] = "Ajustes de Gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema.";
|
||||
$a->strings["Enable this plugin/addon?"] = "¿Habilitar este plugin/addon?";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Comentar en conversación #%d";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue