Blame view

sources/apps/calendar/l10n/ia.php 3.43 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
  <?php $TRANSLATIONS = array(
  "No calendars found." => "Necun calendarios trovate.",
  "No events found." => "Nulle eventos trovate.",
  "New Timezone:" => "Nove fuso horari",
  "Invalid request" => "Requesta invalide.",
  "Calendar" => "Calendario",
  "Sunday" => "Dominica",
  "Monday" => "Lunedi",
  "Tuesday" => "Martedi",
  "Wednesday" => "Mercuridi",
  "Thursday" => "Jovedi",
  "Friday" => "Venerdi",
  "Saturday" => "Sabbato",
  "Sun." => "Dom.",
  "Mon." => "Lun.",
  "Tue." => "Mar.",
  "Wed." => "Mer.",
  "Thu." => "Jov.",
  "Fri." => "Ven.",
  "Sat." => "Sab.",
  "January" => "januario",
  "February" => "Februario",
  "March" => "Martio",
  "April" => "April",
  "May" => "Mai",
  "June" => "Junio",
  "July" => "Julio",
  "August" => "Augusto",
  "September" => "Septembre",
  "October" => "Octobre",
  "November" => "Novembre",
  "December" => "Decembre",
  "Jan." => "Jan.",
  "Feb." => "Feb.",
  "Mar." => "Mar.",
  "Apr." => "Apr.",
  "May." => "Mai.",
  "Jun." => "Jun.",
  "Jul." => "Jul.",
  "Aug." => "Aug.",
  "Dec." => "Dec.",
  "All day" => "Omne die",
  "New Calendar" => "Nove calendario",
  "Title" => "Titulo",
  "From Date" => "Data de initio",
  "From Time" => "Hora de initio",
  "To Date" => "Data de fin",
  "To Time" => "Hora de fin",
  "Birthday" => "Anniversario de nativitate",
  "Business" => "Affaires",
  "Call" => "Appello",
  "Clients" => "Clientes",
  "Holidays" => "Dies feriate",
  "Meeting" => "Incontro",
  "Other" => "Altere",
  "Personal" => "Personal",
  "Projects" => "Projectos",
  "Questions" => "Demandas",
  "Work" => "Travalio",
  "unnamed" => "sin nomine",
  "Does not repeat" => "Non repite",
  "Daily" => "Quotidian",
  "Weekly" => "Septimanal",
  "Every Weekday" => "Cata die",
  "Monthly" => "Mensual",
  "Yearly" => "Cata anno",
  "never" => "nunquam",
  "by date" => "per data",
  "first" => "prime",
  "second" => "secunde",
  "third" => "tertie",
  "last" => "ultime",
  "by events date" => "per data de eventos",
  "by day and month" => "per dia e mense",
  "Date" => "Data",
  "Week" => "Septimana",
  "Month" => "Mense",
  "List" => "Lista",
  "Today" => "Hodie",
  "Settings" => "Configurationes",
  "Your calendars" => "Tu calendarios",
  "Download" => "Discarga",
  "Edit" => "Modificar",
  "Delete" => "Deler",
  "New calendar" => "Nove calendario",
  "Edit calendar" => "Modificar calendario",
  "Active" => "Active",
  "Calendar color" => "Color de calendario",
  "Save" => "Salveguardar",
  "Submit" => "Inviar",
  "Cancel" => "Cancellar",
  "Edit an event" => "Modificar evento",
  "Export" => "Exportar",
  "Share" => "Compartir",
  "Title of the Event" => "Titulo del evento.",
  "Category" => "Categoria",
  "Edit categories" => "Modificar categorias",
  "From" => "Ab",
  "To" => "A",
  "Advanced options" => "Optiones avantiate",
  "Location" => "Loco",
  "Location of the Event" => "Loco del evento.",
  "Description" => "Description",
  "Description of the Event" => "Description del evento",
  "Repeat" => "Repeter",
  "Advanced" => "Avantiate",
  "Select weekdays" => "Seliger dies del septimana",
  "Select days" => "Seliger dies",
  "Select months" => "Seliger menses",
  "Select weeks" => "Seliger septimanas",
  "Interval" => "Intervallo",
  "End" => "Fin",
  "create a new calendar" => "crear un nove calendario",
  "Import a calendar file" => "Importar un file de calendario",
  "Name of new calendar" => "Nomine del calendario",
  "Import" => "Importar",
  "Close Dialog" => "Clauder dialogo",
  "Create a new event" => "Crear un nove evento",
  "View an event" => "Vide un evento",
  "No categories selected" => "Nulle categorias seligite",
  "of" => "de",
  "at" => "in",
  "Timezone" => "Fuso horari",
  "more info" => "plus info",
  "iOS/OS X" => "iOS/OS X"
  );