forked from friendica/deprecated-addons
Removed many deprecated addons
This commit is contained in:
parent
8ea198a97e
commit
1b7283c72b
247 changed files with 28554 additions and 0 deletions
16
cal/lang/es/strings.php
Normal file
16
cal/lang/es/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Event Export"] = "Exportación de evento";
|
||||
$a->strings["You can download public events from: "] = "Puede descargar eventos públicos desde:";
|
||||
$a->strings["The user does not export the calendar."] = "El usuario no exporta el calendario.";
|
||||
$a->strings["This calendar format is not supported"] = "No se soporta este formato de calendario";
|
||||
$a->strings["Export Events"] = "Exportar Eventos";
|
||||
$a->strings["If this is enabled, your public events will be available at"] = "Si esto está habilitado, sus eventos públicos estarán permitidos en";
|
||||
$a->strings["Currently supported formats are ical and csv."] = "Los formatos soportados actualmente son ical y csv.";
|
||||
$a->strings["Enable calendar export"] = "Habilitar exportar calendario";
|
||||
$a->strings["Save Settings"] = "Guardar Ajustes";
|
Loading…
Add table
Add a link
Reference in a new issue