Blame view
sources/apps/calendar/l10n/eo.php
7.71 KB
|
d1bafeea1
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Not all calendars are completely cached" => "Ne ĉiuj kalendaroj estas tute kaŝmemorigitaj", "Everything seems to be completely cached" => "Ĉio ŝajnas tute kaŝmemorigita", "No calendars found." => "Neniu kalendaro troviĝis.", "No events found." => "Neniu okazaĵo troviĝis.", "Wrong calendar" => "Malĝusta kalendaro", "You do not have the permissions to edit this event." => "Vi ne havas la permeson redakti ĉi tiun okazaĵon.", "The file contained either no events or all events are already saved in your calendar." => "Aŭ la dosiero enhavas neniun okazaĵon aŭ ĉiuj okazaĵoj jam estas konservitaj en via kalendaro.", |
|
d1bafeea1
|
9 |
"Import failed" => "Enporto malsukcesis", |
|
d1bafeea1
|
10 11 12 13 14 15 16 17 18 |
"New Timezone:" => "Nova horozono:",
"Timezone changed" => "La horozono estas ŝanĝita",
"Invalid request" => "Nevalida peto",
"Calendar" => "Kalendaro",
"Deletion failed" => "Forigo malsukcesis",
"ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" => "ddd, la d-a de MMMM[ yyyy]{ – [ddd, la d-a de] MMMM yyyy}",
"ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" => "ddd, la d-a de MMMM[ yyyy] HH:mm{ – [ddd, la d-a de MMMM yyyy] HH:mm}",
"group" => "grupo",
"can edit" => "povas redakti",
|
|
6d9380f96
|
19 |
"can share" => "kunhavebla", |
|
d1bafeea1
|
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 |
"ddd" => "ddd",
"ddd M/d" => "ddd d/M",
"dddd M/d" => "dddd d/M",
"MMMM yyyy" => "MMMM yyyy",
"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "d'a' de MMM[ yyyy]{ '–' d'a'[ de MMM] yyyy}",
"dddd, MMM d, yyyy" => "dddd, la d-a de MMM yyyy",
"Sunday" => "dimanĉo",
"Monday" => "lundo",
"Tuesday" => "mardo",
"Wednesday" => "merkredo",
"Thursday" => "ĵaŭdo",
"Friday" => "vendredo",
"Saturday" => "sabato",
"Sun." => "dim.",
"Mon." => "lun.",
"Tue." => "mar.",
"Wed." => "mer.",
"Thu." => "ĵaŭ.",
"Fri." => "ven.",
"Sat." => "sab.",
"January" => "Januaro",
"February" => "Februaro",
"March" => "Marto",
"April" => "Aprilo",
"May" => "Majo",
"June" => "Junio",
"July" => "Julio",
"August" => "Aŭgusto",
"September" => "Septembro",
"October" => "Oktobro",
"November" => "Novembro",
"December" => "Decembro",
"Jan." => "Jan.",
"Feb." => "Feb.",
"Mar." => "Mar.",
"Apr." => "Apr.",
"May." => "Maj.",
"Jun." => "Jun.",
"Jul." => "Jul.",
"Aug." => "Aŭg.",
"Sep." => "Sep.",
"Oct." => "Okt.",
"Nov." => "Nov.",
"Dec." => "Dec.",
"All day" => "La tuta tago",
"New Calendar" => "Nova kalendaro",
"Missing or invalid fields" => "Estas mankantaj aŭ nevalidaj kampoj",
"Title" => "Titolo",
"From Date" => "ekde la dato",
"From Time" => "ekde la horo",
"To Date" => "ĝis la dato",
"To Time" => "ĝis la horo",
"The event ends before it starts" => "La okazaĵo finas antaŭ komenci",
"There was a database fail" => "Datumbaza malsukceso okazis",
"Birthday" => "Naskiĝotago",
"Business" => "Negoco",
"Call" => "Voko",
"Clients" => "Klientoj",
"Deliverer" => "Livero",
"Holidays" => "Ferioj",
"Ideas" => "Ideoj",
"Journey" => "Vojaĝo",
"Jubilee" => "Jubileo",
"Meeting" => "Rendevuo",
"Other" => "Alia",
"Personal" => "Persona",
"Projects" => "Projektoj",
"Questions" => "Demandoj",
"Work" => "Laboro",
"by" => "de",
"unnamed" => "nenomita",
"You do not have the permissions to update this calendar." => "Vi ne havas la permeson ĝisdatigi ĉi tiun kalendaron.",
"You do not have the permissions to delete this calendar." => "Vi ne havas la permeson forigi ĉi tiun kalendaron.",
"You do not have the permissions to add to this calendar." => "Vi ne havas la permeson aldoni al ĉi tiu kalendaro.",
"You do not have the permissions to add events to this calendar." => "Vi ne havas la permeson aldoni okazaĵojn al ĉi tiu kalendaro.",
|
|
6d9380f96
|
95 |
"You cannot add non-public events to a shared calendar." => "Vi ne povas aldoni nepublikajn okazaĵon al kunhavata kalendaro.", |
|
d1bafeea1
|
96 97 |
"You do not have the permissions to delete this event." => "Vi ne havas la permeson forigi ĉi tiun okazaĵon.", "Busy" => "Okupita", |
|
6d9380f96
|
98 99 100 |
"Show full event" => "Montri okazaĵon tute", "Show only busy" => "Montri nur okupitajn", "Hide event" => "Malmontri okazaĵon", |
|
d1bafeea1
|
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 127 128 129 130 |
"Does not repeat" => "Ĉi tio ne ripetiĝas", "Daily" => "Tage", "Weekly" => "Semajne", "Every Weekday" => "Labortage", "Bi-Weekly" => "Semajnduope", "Monthly" => "Monate", "Yearly" => "Jare", "never" => "neniam", "by occurrences" => "laŭ aperoj", "by date" => "laŭ dato", "by monthday" => "laŭ monattago", "by weekday" => "laŭ semajntago", "events week of month" => "la monatsemajno de la okazaĵo", "first" => "unua", "second" => "dua", "third" => "tria", "fourth" => "kvara", "fifth" => "kvina", "last" => "lasta", "by events date" => "laŭ okazaĵdato", "by yearday(s)" => "laŭ jartago(j)", "by weeknumber(s)" => "laŭ semajnnumero(j)", "by day and month" => "laŭ tago kaj monato", "Contact birthdays" => "Naskiĝotagoj de la kontaktoj", "Date" => "Dato", "Cal." => "Kal.", "Day" => "Tago", "Week" => "Semajno", "Month" => "Monato", "Today" => "Hodiaŭ", |
|
d1bafeea1
|
131 |
"CalDav Link" => "CalDav-a ligilo", |
|
6d9380f96
|
132 133 134 135 136 137 138 139 140 141 142 |
"Timezone" => "Horozono", "Update timezone automatically" => "Aŭtomate ĝisdatigi la horozonon", "Time format" => "Horoformo", "24h" => "24h", "12h" => "12h", "Start week on" => "Komenci semajnon je", "Cache" => "Kaŝmemoro", "Clear cache for repeating events" => "Forviŝi kaŝmemoron por ripeto de okazaĵoj", "Primary CalDAV address" => "Ĉefa CalDAV-adreso", "iOS/OS X CalDAV address" => "CalDAV-adreso por iOS/OS X", "Share Calendar" => "Kunhavigi kalendaron", |
|
d1bafeea1
|
143 144 145 146 147 |
"Download" => "Elŝuti", "Edit" => "Redakti", "Delete" => "Forigi", "New calendar" => "Nova kalendaro", "Edit calendar" => "Redakti la kalendaron", |
|
6d9380f96
|
148 149 150 |
"Edit event" => "Redakti okazaĵon", "Save event" => "Konservi okazaĵon", "Delete event" => "Forigi okazaĵon", |
|
d1bafeea1
|
151 152 153 154 155 156 157 |
"Eventinfo" => "Informo de okazaĵo", "Repeating" => "Ripetata", "Alarm" => "Alarmo", "Attendees" => "Ĉeestontoj", "Share" => "Kunhavigi", "Title of the Event" => "Okazaĵotitolo", "from" => "el", |
|
6d9380f96
|
158 |
"to" => "ĝis", |
|
d1bafeea1
|
159 160 161 |
"All Day Event" => "La tuta tago", "Advanced options" => "Altnivela agordo", "Location" => "Loko", |
|
6d9380f96
|
162 |
"Categories (separate by comma)" => "Kategorioj (apartigu per komo)", |
|
d1bafeea1
|
163 164 |
"Edit categories" => "Redakti kategoriojn", "Description" => "Priskribo", |
|
6d9380f96
|
165 |
"Export event" => "Malenporti okazaĵon", |
|
d1bafeea1
|
166 167 168 169 170 171 172 173 174 175 176 177 |
"Repeat" => "Ripeti", "Advanced" => "Altnivelo", "Select weekdays" => "Elekti semajntagojn", "Select days" => "Elekti tagojn", "and the events day of year." => "kaj la jartago de la okazaĵo.", "and the events day of month." => "kaj la monattago de la okazaĵo.", "Select months" => "Elekti monatojn", "Select weeks" => "Elekti semajnojn", "and the events week of year." => "kaj la jarsemajno de la okazaĵo.", "Interval" => "Intervalo", "End" => "Fino", "occurrences" => "aperoj", |
|
6d9380f96
|
178 |
"Visibility to people shared with" => "Videblo por uloj kunhavantaj", |
|
d1bafeea1
|
179 180 181 182 183 184 185 186 187 188 |
"create a new calendar" => "Krei novan kalendaron", "Import a calendar file" => "Enporti kalendarodosieron", "Please choose a calendar" => "Bonvolu elekti kalendaron", "Name of new calendar" => "Nomo de la nova kalendaro", "Take an available name!" => "Prenu haveblan nomon!", "A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "Kalendaro kun ĉi tiu nomo jam ekzastas. Se vi malgraŭe daŭros, ĉi tiuj kalendaroj kunfandiĝos.", "Remove all events from the selected calendar" => "Forigi ĉiujn okazaĵojn el la elektita kalendaro", "Import" => "Enporti", "Close Dialog" => "Fermi la dialogon", "Create a new event" => "Krei okazaĵon", |
|
6d9380f96
|
189 190 |
"Create event" => "Krei okazaĵon", "Share with user or group" => "Kunhavigi kun uzanto aŭ grupo", |
|
d1bafeea1
|
191 |
"Unshare" => "Malkunhavigi", |
|
6d9380f96
|
192 |
"Not shared with anyone" => "Kunhavigata kun neniu", |
|
d1bafeea1
|
193 194 |
"Send Email" => "Sendi retpoŝton", "Shared via calendar" => "Kunhavigita per kalendaro", |
|
6d9380f96
|
195 |
"Not shared with anyone via calendar" => "Kunhavigata kun neniu per kalendaro", |
|
d1bafeea1
|
196 197 198 |
"View an event" => "Vidi okazaĵon", "Category" => "Kategorio", "No categories selected" => "Neniu kategorio elektita", |
|
6d9380f96
|
199 |
"%s of %s" => "%s el %s", |
|
d1bafeea1
|
200 201 202 |
"Access Class" => "Alirpermesa klaso", "From" => "Ekde", "at" => "ĉe", |
|
6d9380f96
|
203 |
"To" => "Ĝis" |
|
d1bafeea1
|
204 |
); |