]> git.mxchange.org Git - friendica-addons.git/blob - startpage/lang/es/strings.php
Clean up the code
[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         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Startpage Settings"] = "Ajustes de Startpage";
9 $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";
10 $a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Ejemplos: &quot;network&quot; o &quot;notifications/system&quot;";
11 $a->strings["Submit"] = "Enviar";