]> git.mxchange.org Git - friendica-addons.git/blob - superblock/lang/es/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / superblock / 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["\"Superblock\""] = "«Superbloque»";
10 $a->strings["Comma separated profile URLS to block"] = "Perfil de URLS a bloque separado por comas";
11 $a->strings["Save Settings"] = "Guardar configuración";
12 $a->strings["SUPERBLOCK Settings saved."] = "Ajustes de SUPERBLOQUE guardados.";
13 $a->strings["Block Completely"] = "Bloquear completamente";
14 $a->strings["superblock settings updated"] = "ajustes de superbloque actualizados";