mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 09:58:49 +00:00
ES fromgplus
This commit is contained in:
parent
c296f5e591
commit
99b69aaa95
2 changed files with 52 additions and 7 deletions
|
@ -1,7 +1,12 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Google+ Import Settings"] = "Configuración de la importación de Google+";
|
||||
$a->strings["Enable Google+ Import"] = "Habilitar la importación de Google+";
|
||||
$a->strings["Google Account ID"] = "ID de la cuenta de Google";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["Google+ Import Settings saved."] = "Configuración de la importación de Google+ guardada.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Google+ Import Settings"] = "Ajustes de importación de Google+";
|
||||
$a->strings["Enable Google+ Import"] = "Habilitar importación de Google+";
|
||||
$a->strings["Google Account ID"] = "ID de cuenta de Google";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["Google+ Import Settings saved."] = "Ajustes de importación de Google+ guardados.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue