ES fromgplus

This commit is contained in:
Tobias Diekershoff 2016-11-10 10:53:17 +01:00
parent c296f5e591
commit 99b69aaa95
2 changed files with 52 additions and 7 deletions

View file

@ -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.";