]> git.mxchange.org Git - friendica-addons.git/blob - startpage/lang/es/strings.php
2c0db20d349add1f3050819c502878afc6fc3b19
[friendica-addons.git] / startpage / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Startpage"] = "Página de Inicio";
10 $a->strings["Home page to load after login  - leave blank for profile wall"] = "Página principal a cargar tras el acceso - dejar en blanco para el muro de perfil";
11 $a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Ejemplos: &quot;network&quot; o &quot;notifications/system&quot;";
12 $a->strings["Save Settings"] = "Guardar ajustes";