]> git.mxchange.org Git - friendica-addons.git/blob - cal/lang/ro/strings.php
8e328e98ad692e45f27ddf5187d471c122431a21
[friendica-addons.git] / cal / lang / ro / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ro")) {
4 function string_plural_select_ro($n){
5         return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
6 }}
7 ;
8 $a->strings["Event Export"] = "Exportare Eveniment";
9 $a->strings["You can download public events from: "] = "Puteți descărca evenimente publice de la:";
10 $a->strings["The user does not export the calendar."] = "Utilizatorul nu își exportă calendarul.";
11 $a->strings["This calendar format is not supported"] = "Acest format de calendar nu este acceptat";
12 $a->strings["Export Events"] = "Exportați Evenimente";
13 $a->strings["If this is enabled, your public events will be available at"] = "Dacă este activat, evenimente dvs publice vor fi disponibile pe";
14 $a->strings["Currently supported formats are ical and csv."] = "Formate acceptate în prezent sunt ical şi csv.";
15 $a->strings["Enable calendar export"] = "Activați exportarea calendarului";
16 $a->strings["Save Settings"] = "Salvare Configurări";