diff options
author | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2012-01-11 01:06:59 +0100 |
commit | f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8 (patch) | |
tree | 458648cea405bcc2bd63c5840674689fe186e4be /apps/calendar/l10n/ia.php | |
parent | d23c9362d8ccb9b7e3a14bb0aea5daef25fee65c (diff) | |
download | nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.tar.gz nextcloud-server-f67e5d18e7d1c363f4d3822afa6f3d4d06f23be8.zip |
update translations
Diffstat (limited to 'apps/calendar/l10n/ia.php')
-rw-r--r-- | apps/calendar/l10n/ia.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/calendar/l10n/ia.php b/apps/calendar/l10n/ia.php new file mode 100644 index 00000000000..547c96e5a07 --- /dev/null +++ b/apps/calendar/l10n/ia.php @@ -0,0 +1,27 @@ +<?php $TRANSLATIONS = array( +"Calendar" => "Calendario", +"Projects" => "Projectos", +"Work" => "Travalio", +"All day" => "Omne die", +"Title" => "Titulo", +"Week" => "Septimana", +"Month" => "Mense", +"List" => "Lista", +"Today" => "Hodie", +"Calendars" => "Calendarios", +"Choose active calendars" => "Selectionar calendarios active", +"New Calendar" => "Nove calendario", +"Download" => "Discarga", +"Edit" => "Modificar", +"Delete" => "Deler", +"Edit calendar" => "Modificar calendario", +"Active" => "Active", +"Calendar color" => "Color de calendario", +"Save" => "Salveguardar", +"Submit" => "Inviar", +"Cancel" => "Cancellar", +"Select category" => "Selectionar categoria", +"From" => "Ab", +"To" => "A", +"Description" => "Description" +); |