]> git.mxchange.org Git - friendica-addons.git/blob - blackout/lang/es/strings.php
Merge remote-tracking branch 'upstream/develop' into more-abstraction
[friendica-addons.git] / blackout / 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["Save Settings"] = "Guardar configuración";
9 $a->strings["Redirect URL"] = "Redirigir URL";
10 $a->strings["all your visitors from the web will be redirected to this URL"] = "todos los visitantes de la web serán redirigidos a esta dirección.";
11 $a->strings["Begin of the Blackout"] = "Inicio del apagón.";
12 $a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formato es <em>YYYY</em> año, <em>MM</em> mes, <em>DD</em> día, <em>hh</em> hora y <em>mm</em> minuto";
13 $a->strings["End of the Blackout"] = "Fin del apagón.";
14 $a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La fecha de final del apagón es antes de la fecha de inicio, deberías arreglar esto.";