diff options
Diffstat (limited to 'apps/calendar/l10n/ia.php')
-rw-r--r-- | apps/calendar/l10n/ia.php | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/apps/calendar/l10n/ia.php b/apps/calendar/l10n/ia.php index 89f8ad20342..a346e4de5b7 100644 --- a/apps/calendar/l10n/ia.php +++ b/apps/calendar/l10n/ia.php @@ -1,14 +1,27 @@ <?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", +"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", "Monday" => "Lunedi", @@ -34,9 +47,12 @@ "October" => "Octobre", "November" => "Novembre", "December" => "Decembre", +"by events date" => "per data de eventos", +"by day and month" => "per dia e mense", "Date" => "Data", "All day" => "Omne die", "New Calendar" => "Nove calendario", +"Missing fields" => "Campos incomplete", "Title" => "Titulo", "From Date" => "Data de initio", "From Time" => "Hora de initio", @@ -48,6 +64,7 @@ "Today" => "Hodie", "Calendars" => "Calendarios", "Choose active calendars" => "Selectionar calendarios active", +"Your calendars" => "Tu calendarios", "Download" => "Discarga", "Edit" => "Modificar", "Delete" => "Deler", @@ -60,8 +77,10 @@ "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", @@ -71,16 +90,26 @@ "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", "Import a calendar file" => "Importar un file de calendario", "Please choose the calendar" => "Selige el calendario", +"create a new calendar" => "crear un nove 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", "Select category" => "Selectionar categoria", -"Timezone" => "Fuso horari" +"of" => "de", +"at" => "in", +"Timezone" => "Fuso horari", +"First day of the week" => "Prime die del septimana", +"Users" => "Usatores", +"Groups" => "Gruppos" ); |