]> git.mxchange.org Git - friendica-addons.git/blob - cal/lang/pt-br/strings.php
69e35ea5b97fd615e2afa41fbd4bdffbfa3448d0
[friendica-addons.git] / cal / lang / pt-br / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_pt_br")) {
4 function string_plural_select_pt_br($n){
5         return ($n > 1);;
6 }}
7 ;
8 $a->strings["Event Export"] = "Exportar Evento";
9 $a->strings["You can download public events from: "] = "Você pode baixar eventos públicos de:";
10 $a->strings["The user does not export the calendar."] = "O usuário não exportou o calendário.";
11 $a->strings["This calendar format is not supported"] = "Esse formato de calendário não é suportado.";
12 $a->strings["Export Events"] = "Exporta Eventos";
13 $a->strings["If this is enabled, your public events will be available at"] = "Se isso estiver habiltiado, seus eventos públicos estarão disponíveis";
14 $a->strings["Currently supported formats are ical and csv."] = "Os formatos disponíveis atualmente são ical e csv.";
15 $a->strings["Enable calendar export"] = "Habilite exportar calendário";
16 $a->strings["Save Settings"] = "Salvar as Configurações";