├── .editorconfig ├── .github ├── dependabot.yml └── workflows │ ├── gettext.yml │ ├── main.yml │ └── release.yml ├── .gitignore ├── COPYING ├── README.md ├── data ├── ControlHeader.css ├── EventRow.css ├── GridDay.css ├── datetime.gresource.xml ├── datetime.metainfo.xml.in ├── io.elementary.desktop.wingpanel.datetime.gschema.xml ├── meson.build └── screenshot.png ├── meson.build ├── po ├── LINGUAS ├── POTFILES ├── aa.po ├── ab.po ├── ae.po ├── af.po ├── ak.po ├── am.po ├── an.po ├── ar.po ├── as.po ├── ast.po ├── av.po ├── ay.po ├── az.po ├── ba.po ├── be.po ├── bg.po ├── bh.po ├── bi.po ├── bm.po ├── bn.po ├── bo.po ├── br.po ├── bs.po ├── ca.po ├── ca@valencia.po ├── ce.po ├── ch.po ├── ckb.po ├── co.po ├── cr.po ├── cs.po ├── cu.po ├── cv.po ├── cy.po ├── da.po ├── datetime-indicator.pot ├── de.po ├── dv.po ├── dz.po ├── ee.po ├── el.po ├── en_AU.po ├── en_CA.po ├── en_GB.po ├── en_ZA.po ├── eo.po ├── es.po ├── et.po ├── eu.po ├── extra │ ├── LINGUAS │ ├── POTFILES │ ├── aa.po │ ├── ab.po │ ├── ae.po │ ├── af.po │ ├── ak.po │ ├── am.po │ ├── an.po │ ├── ar.po │ ├── as.po │ ├── ast.po │ ├── av.po │ ├── ay.po │ ├── az.po │ ├── ba.po │ ├── be.po │ ├── bg.po │ ├── bh.po │ ├── bi.po │ ├── bm.po │ ├── bn.po │ ├── bo.po │ ├── br.po │ ├── bs.po │ ├── ca.po │ ├── ca@valencia.po │ ├── ce.po │ ├── ch.po │ ├── ckb.po │ ├── co.po │ ├── cr.po │ ├── cs.po │ ├── cu.po │ ├── cv.po │ ├── cy.po │ ├── da.po │ ├── de.po │ ├── dv.po │ ├── dz.po │ ├── ee.po │ ├── el.po │ ├── en_AU.po │ ├── en_CA.po │ ├── en_GB.po │ ├── en_ZA.po │ ├── eo.po │ ├── es.po │ ├── et.po │ ├── eu.po │ ├── extra.pot │ ├── fa.po │ ├── ff.po │ ├── fi.po │ ├── fil.po │ ├── fj.po │ ├── fo.po │ ├── fr.po │ ├── fr_CA.po │ ├── fy.po │ ├── ga.po │ ├── gd.po │ ├── gl.po │ ├── gn.po │ ├── gu.po │ ├── gv.po │ ├── ha.po │ ├── he.po │ ├── hi.po │ ├── ho.po │ ├── hr.po │ ├── ht.po │ ├── hu.po │ ├── hy.po │ ├── hz.po │ ├── ia.po │ ├── id.po │ ├── ie.po │ ├── ig.po │ ├── ii.po │ ├── ik.po │ ├── io.po │ ├── is.po │ ├── it.po │ ├── iu.po │ ├── ja.po │ ├── jv.po │ ├── ka.po │ ├── kg.po │ ├── ki.po │ ├── kj.po │ ├── kk.po │ ├── kl.po │ ├── km.po │ ├── kn.po │ ├── ko.po │ ├── kr.po │ ├── ks.po │ ├── ku.po │ ├── kv.po │ ├── kw.po │ ├── ky.po │ ├── la.po │ ├── lb.po │ ├── lg.po │ ├── li.po │ ├── ln.po │ ├── lo.po │ ├── lt.po │ ├── lu.po │ ├── lv.po │ ├── meson.build │ ├── mg.po │ ├── mh.po │ ├── mi.po │ ├── mk.po │ ├── ml.po │ ├── mn.po │ ├── mo.po │ ├── mr.po │ ├── ms.po │ ├── mt.po │ ├── my.po │ ├── na.po │ ├── nb.po │ ├── nd.po │ ├── ne.po │ ├── ng.po │ ├── nl.po │ ├── nn.po │ ├── no.po │ ├── nr.po │ ├── nv.po │ ├── ny.po │ ├── oc.po │ ├── oj.po │ ├── om.po │ ├── or.po │ ├── os.po │ ├── pa.po │ ├── pap.po │ ├── pi.po │ ├── pl.po │ ├── ps.po │ ├── pt.po │ ├── pt_BR.po │ ├── qu.po │ ├── rm.po │ ├── rn.po │ ├── ro.po │ ├── ru.po │ ├── rue.po │ ├── rw.po │ ├── sa.po │ ├── sc.po │ ├── sd.po │ ├── se.po │ ├── sg.po │ ├── si.po │ ├── sk.po │ ├── sl.po │ ├── sm.po │ ├── sma.po │ ├── sn.po │ ├── so.po │ ├── sq.po │ ├── sr.po │ ├── sr@latin.po │ ├── ss.po │ ├── st.po │ ├── su.po │ ├── sv.po │ ├── sw.po │ ├── szl.po │ ├── ta.po │ ├── te.po │ ├── tg.po │ ├── th.po │ ├── ti.po │ ├── tk.po │ ├── tl.po │ ├── tn.po │ ├── to.po │ ├── tr.po │ ├── ts.po │ ├── tt.po │ ├── tw.po │ ├── ty.po │ ├── ug.po │ ├── uk.po │ ├── ur.po │ ├── uz.po │ ├── ve.po │ ├── vi.po │ ├── vo.po │ ├── wa.po │ ├── wo.po │ ├── xh.po │ ├── yi.po │ ├── yo.po │ ├── za.po │ ├── zh.po │ ├── zh_CN.po │ ├── zh_HK.po │ ├── zh_TW.po │ └── zu.po ├── fa.po ├── ff.po ├── fi.po ├── fil.po ├── fj.po ├── fo.po ├── fr.po ├── fr_CA.po ├── fy.po ├── ga.po ├── gd.po ├── gl.po ├── gn.po ├── gu.po ├── gv.po ├── ha.po ├── he.po ├── hi.po ├── ho.po ├── hr.po ├── ht.po ├── hu.po ├── hy.po ├── hz.po ├── ia.po ├── id.po ├── ie.po ├── ig.po ├── ii.po ├── ik.po ├── io.po ├── is.po ├── it.po ├── iu.po ├── ja.po ├── jv.po ├── ka.po ├── kg.po ├── ki.po ├── kj.po ├── kk.po ├── kl.po ├── km.po ├── kn.po ├── ko.po ├── kr.po ├── ks.po ├── ku.po ├── kv.po ├── kw.po ├── ky.po ├── la.po ├── lb.po ├── lg.po ├── li.po ├── ln.po ├── lo.po ├── lt.po ├── lu.po ├── lv.po ├── meson.build ├── mg.po ├── mh.po ├── mi.po ├── mk.po ├── ml.po ├── mn.po ├── mo.po ├── mr.po ├── ms.po ├── mt.po ├── my.po ├── na.po ├── nb.po ├── nd.po ├── ne.po ├── ng.po ├── nl.po ├── nn.po ├── no.po ├── nr.po ├── nv.po ├── ny.po ├── oc.po ├── oj.po ├── om.po ├── or.po ├── os.po ├── pa.po ├── pap.po ├── pi.po ├── pl.po ├── ps.po ├── pt.po ├── pt_BR.po ├── qu.po ├── rm.po ├── rn.po ├── ro.po ├── ru.po ├── rue.po ├── rw.po ├── sa.po ├── sc.po ├── sd.po ├── se.po ├── sg.po ├── si.po ├── sk.po ├── sl.po ├── sm.po ├── sma.po ├── sn.po ├── so.po ├── sq.po ├── sr.po ├── sr@latin.po ├── ss.po ├── st.po ├── su.po ├── sv.po ├── sw.po ├── szl.po ├── ta.po ├── te.po ├── tg.po ├── th.po ├── ti.po ├── tk.po ├── tl.po ├── tn.po ├── to.po ├── tr.po ├── ts.po ├── tt.po ├── tw.po ├── ty.po ├── ug.po ├── uk.po ├── ur.po ├── uz.po ├── ve.po ├── vi.po ├── vo.po ├── wa.po ├── wo.po ├── xh.po ├── yi.po ├── yo.po ├── za.po ├── zh.po ├── zh_CN.po ├── zh_HK.po ├── zh_TW.po └── zu.po ├── src ├── Config.vala.in ├── DateIterator.vala ├── DateRange.vala ├── Indicator.vala ├── Services │ └── TimeManager.vala └── Widgets │ ├── ComponentRow.vala │ ├── PanelLabel.vala │ └── calendar │ ├── CalendarModel.vala │ ├── CalendarView.vala │ ├── Grid.vala │ ├── GridDay.vala │ └── Util.vala └── vapi ├── libecal-1.2.deps ├── libecal-1.2.metadata ├── libecal-1.2.vapi ├── libical.metadata └── libical.vapi /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig 2 | root = true 3 | 4 | # elementary defaults 5 | [*] 6 | charset = utf-8 7 | end_of_line = lf 8 | indent_size = tab 9 | indent_style = space 10 | insert_final_newline = true 11 | max_line_length = 80 12 | tab_width = 4 13 | 14 | [{*.xml,*.xml.in,*.yml}] 15 | tab_width = 2 16 | 17 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: "github-actions" 4 | directory: "/" 5 | schedule: 6 | interval: "weekly" 7 | -------------------------------------------------------------------------------- /.github/workflows/gettext.yml: -------------------------------------------------------------------------------- 1 | name: Gettext Updates 2 | on: 3 | push: 4 | branches: [master] 5 | jobs: 6 | gettext_template: 7 | runs-on: ubuntu-latest 8 | 9 | steps: 10 | - name: Clone repository 11 | uses: actions/checkout@v4 12 | with: 13 | token: ${{ secrets.GIT_USER_TOKEN }} 14 | 15 | - name: Update Translation Files 16 | uses: elementary/actions/gettext-template@next 17 | env: 18 | GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }} 19 | GIT_USER_NAME: "elementaryBot" 20 | GIT_USER_EMAIL: "builds@elementary.io" 21 | -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- 1 | name: CI 2 | 3 | on: 4 | pull_request: 5 | types: 6 | - opened 7 | - reopened 8 | - synchronize 9 | 10 | jobs: 11 | build: 12 | 13 | runs-on: ubuntu-latest 14 | 15 | strategy: 16 | fail-fast: false 17 | matrix: 18 | version: [stable, unstable, development-target] 19 | container: 20 | image: ghcr.io/elementary/docker:${{ matrix.version }} 21 | 22 | steps: 23 | - uses: actions/checkout@v4 24 | - name: Install Dependencies 25 | run: | 26 | apt update 27 | apt install -y gobject-introspection libecal2.0-dev libhandy-1-dev libedataserver1.2-dev libical-dev libgranite-dev libwingpanel-dev meson valac 28 | - name: Build 29 | env: 30 | DESTDIR: out 31 | run: | 32 | meson build 33 | ninja -C build 34 | ninja -C build install 35 | 36 | lint: 37 | 38 | runs-on: ubuntu-latest 39 | 40 | container: 41 | image: valalang/lint 42 | 43 | steps: 44 | - uses: actions/checkout@v4 45 | - name: Lint 46 | run: io.elementary.vala-lint -d . 47 | -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- 1 | name: Release 2 | 3 | on: 4 | pull_request: 5 | branches: [master] 6 | types: [closed] 7 | jobs: 8 | release: 9 | runs-on: ubuntu-latest 10 | if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release') 11 | steps: 12 | - uses: actions/checkout@v4 13 | - uses: elementary/actions/release@master 14 | env: 15 | GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}" 16 | GIT_USER_NAME: "elementaryBot" 17 | GIT_USER_EMAIL: "builds@elementary.io" 18 | with: 19 | release_branch: 'odin' 20 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | build/ 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Wingpanel Date & Time Indicator 2 | [![Packaging status](https://repology.org/badge/tiny-repos/wingpanel-indicator-datetime.svg)](https://repology.org/metapackage/wingpanel-indicator-datetime) 3 | [![Translation status](https://l10n.elementary.io/widgets/wingpanel/-/wingpanel-indicator-datetime/svg-badge.svg)](https://l10n.elementary.io/engage/wingpanel/?utm_source=widget) 4 | 5 | ![Screenshot](data/screenshot.png?raw=true) 6 | 7 | ## Building and Installation 8 | 9 | You'll need the following dependencies: 10 | 11 | * gobject-introspection 12 | * libecal1.2-dev 13 | * libedataserver1.2-dev 14 | * libical-dev 15 | * libgranite-dev >= 6.0.0 16 | * libwingpanel-dev 17 | * meson (>= 0.57.0) 18 | * valac >= 0.40.3 19 | 20 | Run `meson` to configure the build environment and then `ninja` to build 21 | 22 | meson build --prefix=/usr 23 | cd build 24 | ninja 25 | 26 | To install, use `ninja install` 27 | 28 | sudo ninja install 29 | -------------------------------------------------------------------------------- /data/ControlHeader.css: -------------------------------------------------------------------------------- 1 | .header-label { 2 | font-weight: 300; 3 | font-size: 1.66em; 4 | } 5 | -------------------------------------------------------------------------------- /data/EventRow.css: -------------------------------------------------------------------------------- 1 | .event { 2 | background: @selected_bg_color; 3 | border-radius: 3px; 4 | padding: 6px; 5 | } 6 | 7 | .event label, 8 | .event image { 9 | color: @selected_fg_color; 10 | } 11 | 12 | .event .title { 13 | font-weight: 600; 14 | } 15 | -------------------------------------------------------------------------------- /data/GridDay.css: -------------------------------------------------------------------------------- 1 | .accent { 2 | font-weight: bold; 3 | } 4 | 5 | grid:disabled .accent { 6 | color: @insensitive_color; 7 | } 8 | 9 | grid-day { 10 | padding: 0.6em 0; 11 | } 12 | 13 | grid-day label { 14 | margin-top: 0.2em; 15 | min-width: 2em; 16 | min-height: 2em; 17 | } 18 | 19 | grid-day:selected label { 20 | background: @selected_bg_color; 21 | color: @selected_fg_color; 22 | } 23 | -------------------------------------------------------------------------------- /data/datetime.gresource.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ControlHeader.css 5 | EventRow.css 6 | GridDay.css 7 | 8 | 9 | -------------------------------------------------------------------------------- /data/meson.build: -------------------------------------------------------------------------------- 1 | i18n.merge_file( 2 | input: 'datetime.metainfo.xml.in', 3 | output: 'io.elementary.wingpanel.datetime.metainfo.xml', 4 | po_dir: meson.project_source_root() / 'po' / 'extra', 5 | type: 'xml', 6 | install: true, 7 | install_dir: get_option('datadir') / 'metainfo', 8 | ) 9 | 10 | install_data( 11 | 'io.elementary.desktop.wingpanel.datetime.gschema.xml', 12 | install_dir: get_option('datadir') / 'glib-2.0' / 'schemas' 13 | ) 14 | -------------------------------------------------------------------------------- /data/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elementary/wingpanel-indicator-datetime/6b5dc2f247000fa56e51b0ccfc11820a6c2b5bf3/data/screenshot.png -------------------------------------------------------------------------------- /po/LINGUAS: -------------------------------------------------------------------------------- 1 | ae 2 | af 3 | ak 4 | am 5 | ar 6 | as 7 | ast 8 | av 9 | ay 10 | az 11 | ba 12 | be 13 | bg 14 | bh 15 | bi 16 | bm 17 | bn 18 | bo 19 | br 20 | bs 21 | ca 22 | ca@valencia 23 | ce 24 | ch 25 | ckb 26 | co 27 | cr 28 | cs 29 | cu 30 | cv 31 | cy 32 | da 33 | de 34 | dv 35 | dz 36 | ee 37 | el 38 | en_AU 39 | en_CA 40 | en_GB 41 | eo 42 | es 43 | et 44 | eu 45 | fa 46 | ff 47 | fi 48 | fil 49 | fj 50 | fo 51 | fr 52 | fr_CA 53 | fy 54 | ga 55 | gd 56 | gl 57 | gu 58 | gv 59 | ha 60 | he 61 | hi 62 | ho 63 | hr 64 | ht 65 | hu 66 | hy 67 | hz 68 | ia 69 | id 70 | ie 71 | ig 72 | ii 73 | ik 74 | io 75 | is 76 | it 77 | iu 78 | ja 79 | jv 80 | ka 81 | kg 82 | ki 83 | kj 84 | kk 85 | kl 86 | km 87 | kn 88 | ko 89 | kr 90 | ks 91 | ku 92 | kv 93 | kw 94 | ky 95 | la 96 | lb 97 | lg 98 | li 99 | ln 100 | lo 101 | lt 102 | lu 103 | lv 104 | mg 105 | mh 106 | mi 107 | mk 108 | ml 109 | mn 110 | mo 111 | mr 112 | ms 113 | mt 114 | my 115 | na 116 | nb 117 | nd 118 | ne 119 | ng 120 | nl 121 | nn 122 | no 123 | nr 124 | nv 125 | ny 126 | oc 127 | oj 128 | om 129 | or 130 | os 131 | pa 132 | pi 133 | pl 134 | ps 135 | pt 136 | pt_BR 137 | qu 138 | rm 139 | rn 140 | ro 141 | ru 142 | rue 143 | rw 144 | sa 145 | sc 146 | sd 147 | se 148 | sg 149 | si 150 | sk 151 | sl 152 | sm 153 | sma 154 | sn 155 | so 156 | sq 157 | sr 158 | sr@latin 159 | ss 160 | st 161 | su 162 | sv 163 | sw 164 | szl 165 | ta 166 | te 167 | tg 168 | th 169 | ti 170 | tk 171 | tl 172 | tn 173 | to 174 | tr 175 | ts 176 | tt 177 | tw 178 | ty 179 | ug 180 | uk 181 | ur 182 | uz 183 | ve 184 | vi 185 | vo 186 | wa 187 | wo 188 | xh 189 | yi 190 | yo 191 | za 192 | zh 193 | zh_CN 194 | zh_HK 195 | zh_TW 196 | zu 197 | aa 198 | ab 199 | gn 200 | an 201 | en_ZA 202 | pap 203 | -------------------------------------------------------------------------------- /po/POTFILES: -------------------------------------------------------------------------------- 1 | src/Indicator.vala 2 | src/Widgets/ComponentRow.vala 3 | src/Widgets/PanelLabel.vala 4 | src/Widgets/calendar/CalendarModel.vala 5 | src/Widgets/calendar/CalendarView.vala 6 | src/Widgets/calendar/Grid.vala 7 | src/Widgets/calendar/GridDay.vala 8 | src/Widgets/calendar/Util.vala 9 | src/Services/TimeManager.vala 10 | -------------------------------------------------------------------------------- /po/aa.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ab.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ae.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/af.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/am.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/an.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/as.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ast.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/av.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ay.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ba.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/be.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/bh.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/bi.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/bm.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/bo.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/br.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ce.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ch.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/co.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/cr.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/cu.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/cv.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/cy.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/dv.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/dz.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ee.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/eu.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/extra/LINGUAS: -------------------------------------------------------------------------------- 1 | ae 2 | af 3 | ak 4 | am 5 | ar 6 | as 7 | ast 8 | av 9 | ay 10 | az 11 | ba 12 | be 13 | bg 14 | bh 15 | bi 16 | bm 17 | bn 18 | bo 19 | br 20 | bs 21 | ca 22 | ca@valencia 23 | ce 24 | ch 25 | ckb 26 | co 27 | cr 28 | cs 29 | cu 30 | cv 31 | cy 32 | da 33 | de 34 | dv 35 | dz 36 | ee 37 | el 38 | en_AU 39 | en_CA 40 | en_GB 41 | eo 42 | es 43 | et 44 | eu 45 | fa 46 | ff 47 | fi 48 | fil 49 | fj 50 | fo 51 | fr 52 | fr_CA 53 | fy 54 | ga 55 | gd 56 | gl 57 | gu 58 | gv 59 | ha 60 | he 61 | hi 62 | ho 63 | hr 64 | ht 65 | hu 66 | hy 67 | hz 68 | ia 69 | id 70 | ie 71 | ig 72 | ii 73 | ik 74 | io 75 | is 76 | it 77 | iu 78 | ja 79 | jv 80 | ka 81 | kg 82 | ki 83 | kj 84 | kk 85 | kl 86 | km 87 | kn 88 | ko 89 | kr 90 | ks 91 | ku 92 | kv 93 | kw 94 | ky 95 | la 96 | lb 97 | lg 98 | li 99 | ln 100 | lo 101 | lt 102 | lu 103 | lv 104 | mg 105 | mh 106 | mi 107 | mk 108 | ml 109 | mn 110 | mo 111 | mr 112 | ms 113 | mt 114 | my 115 | na 116 | nb 117 | nd 118 | ne 119 | ng 120 | nl 121 | nn 122 | no 123 | nr 124 | nv 125 | ny 126 | oc 127 | oj 128 | om 129 | or 130 | os 131 | pa 132 | pi 133 | pl 134 | ps 135 | pt 136 | pt_BR 137 | qu 138 | rm 139 | rn 140 | ro 141 | ru 142 | rue 143 | rw 144 | sa 145 | sc 146 | sd 147 | se 148 | sg 149 | si 150 | sk 151 | sl 152 | sm 153 | sma 154 | sn 155 | so 156 | sq 157 | sr 158 | sr@latin 159 | ss 160 | st 161 | su 162 | sv 163 | sw 164 | szl 165 | ta 166 | te 167 | tg 168 | th 169 | ti 170 | tk 171 | tl 172 | tn 173 | to 174 | tr 175 | ts 176 | tt 177 | tw 178 | ty 179 | ug 180 | uk 181 | ur 182 | uz 183 | ve 184 | vi 185 | vo 186 | wa 187 | wo 188 | xh 189 | yi 190 | yo 191 | za 192 | zh 193 | zh_CN 194 | zh_HK 195 | zh_TW 196 | zu 197 | aa 198 | ab 199 | gn 200 | an 201 | en_ZA 202 | pap 203 | -------------------------------------------------------------------------------- /po/extra/POTFILES: -------------------------------------------------------------------------------- 1 | data/datetime.metainfo.xml.in 2 | -------------------------------------------------------------------------------- /po/extra/meson.build: -------------------------------------------------------------------------------- 1 | i18n.gettext('extra', 2 | args: ['--directory='+meson.project_source_root(), '--from-code=UTF-8'], 3 | install: false, 4 | ) 5 | -------------------------------------------------------------------------------- /po/fa.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/ff.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/fil.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the datetime-indicator package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: datetime-indicator\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 | "Last-Translator: Automatically generated\n" 13 | "Language-Team: none\n" 14 | "Language: fil\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: src/Indicator.vala:53 20 | msgid "Middle-click to open Calendar" 21 | msgstr "" 22 | 23 | #: src/Indicator.vala:66 24 | msgid "No events this day" 25 | msgstr "" 26 | 27 | #: src/Indicator.vala:93 28 | msgid "Date & Time Settings…" 29 | msgstr "" 30 | 31 | #: src/Indicator.vala:133 32 | msgid "Unable To launch Tasks" 33 | msgstr "" 34 | 35 | #: src/Indicator.vala:134 36 | msgid "The program \"io.elementary.tasks\" may not be installed" 37 | msgstr "" 38 | 39 | #: src/Indicator.vala:167 40 | msgid "During the Day" 41 | msgstr "" 42 | 43 | #: src/Indicator.vala:175 44 | msgid "All Day" 45 | msgstr "" 46 | 47 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 48 | msgid "Unable To Launch Calendar" 49 | msgstr "" 50 | 51 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 52 | msgid "The program \"io.elementary.calendar\" may not be installed" 53 | msgstr "" 54 | 55 | #: src/Widgets/calendar/CalendarView.vala:39 56 | #: src/Widgets/calendar/CalendarView.vala:141 57 | #: src/Widgets/calendar/CalendarView.vala:176 58 | #: src/Widgets/calendar/CalendarView.vala:237 59 | msgid "%OB, %Y" 60 | msgstr "" 61 | 62 | #: src/Widgets/calendar/CalendarView.vala:56 63 | msgid "Go to today's date" 64 | msgstr "" 65 | -------------------------------------------------------------------------------- /po/fj.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/fo.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 8 | 9 | #: src/Indicator.vala:53 10 | msgid "Middle-click to open Calendar" 11 | msgstr "" 12 | 13 | #: src/Indicator.vala:66 14 | msgid "No events this day" 15 | msgstr "" 16 | 17 | #: src/Indicator.vala:93 18 | msgid "Date & Time Settings…" 19 | msgstr "" 20 | 21 | #: src/Indicator.vala:133 22 | msgid "Unable To launch Tasks" 23 | msgstr "" 24 | 25 | #: src/Indicator.vala:134 26 | msgid "The program \"io.elementary.tasks\" may not be installed" 27 | msgstr "" 28 | 29 | #: src/Indicator.vala:167 30 | msgid "During the Day" 31 | msgstr "" 32 | 33 | #: src/Indicator.vala:175 34 | msgid "All Day" 35 | msgstr "" 36 | 37 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 38 | msgid "Unable To Launch Calendar" 39 | msgstr "" 40 | 41 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 42 | msgid "The program \"io.elementary.calendar\" may not be installed" 43 | msgstr "" 44 | 45 | #: src/Widgets/calendar/CalendarView.vala:39 46 | #: src/Widgets/calendar/CalendarView.vala:141 47 | #: src/Widgets/calendar/CalendarView.vala:176 48 | #: src/Widgets/calendar/CalendarView.vala:237 49 | msgid "%OB, %Y" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:56 53 | msgid "Go to today's date" 54 | msgstr "" 55 | -------------------------------------------------------------------------------- /po/fy.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ga.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/gd.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/gn.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/gu.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/gv.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ha.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ho.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ht.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/hy.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/hz.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ia.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ie.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ig.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ii.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ik.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/io.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/is.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/iu.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/jv.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/kg.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ki.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/kj.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/kk.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/kl.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/km.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/kn.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/kr.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ks.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/kv.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/kw.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ky.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/la.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/lb.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/lg.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/li.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ln.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/lo.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/lu.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/lv.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/meson.build: -------------------------------------------------------------------------------- 1 | i18n.gettext(gettext_name, 2 | args: ['--directory=' + meson.project_source_root()], 3 | preset: 'glib' 4 | ) 5 | subdir('extra') 6 | -------------------------------------------------------------------------------- /po/mg.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/mh.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/mi.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/mk.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ml.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/mn.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/mo.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/mt.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/na.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/nd.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ne.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ng.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/no.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 8 | 9 | #: src/Indicator.vala:53 10 | msgid "Middle-click to open Calendar" 11 | msgstr "" 12 | 13 | #: src/Indicator.vala:66 14 | msgid "No events this day" 15 | msgstr "" 16 | 17 | #: src/Indicator.vala:93 18 | msgid "Date & Time Settings…" 19 | msgstr "" 20 | 21 | #: src/Indicator.vala:133 22 | msgid "Unable To launch Tasks" 23 | msgstr "" 24 | 25 | #: src/Indicator.vala:134 26 | msgid "The program \"io.elementary.tasks\" may not be installed" 27 | msgstr "" 28 | 29 | #: src/Indicator.vala:167 30 | msgid "During the Day" 31 | msgstr "" 32 | 33 | #: src/Indicator.vala:175 34 | msgid "All Day" 35 | msgstr "" 36 | 37 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 38 | msgid "Unable To Launch Calendar" 39 | msgstr "" 40 | 41 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 42 | msgid "The program \"io.elementary.calendar\" may not be installed" 43 | msgstr "" 44 | 45 | #: src/Widgets/calendar/CalendarView.vala:39 46 | #: src/Widgets/calendar/CalendarView.vala:141 47 | #: src/Widgets/calendar/CalendarView.vala:176 48 | #: src/Widgets/calendar/CalendarView.vala:237 49 | msgid "%OB, %Y" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:56 53 | msgid "Go to today's date" 54 | msgstr "" 55 | -------------------------------------------------------------------------------- /po/nr.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/nv.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ny.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/oj.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/om.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/or.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/os.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/pap.po: -------------------------------------------------------------------------------- 1 | # SOME DESCRIPTIVE TITLE. 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 | # This file is distributed under the same license as the datetime-indicator package. 4 | # FIRST AUTHOR , YEAR. 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: datetime-indicator\n" 9 | "Report-Msgid-Bugs-To: \n" 10 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 | "Last-Translator: Automatically generated\n" 13 | "Language-Team: none\n" 14 | "Language: pap\n" 15 | "MIME-Version: 1.0\n" 16 | "Content-Type: text/plain; charset=UTF-8\n" 17 | "Content-Transfer-Encoding: 8bit\n" 18 | 19 | #: src/Indicator.vala:53 20 | msgid "Middle-click to open Calendar" 21 | msgstr "" 22 | 23 | #: src/Indicator.vala:66 24 | msgid "No events this day" 25 | msgstr "" 26 | 27 | #: src/Indicator.vala:93 28 | msgid "Date & Time Settings…" 29 | msgstr "" 30 | 31 | #: src/Indicator.vala:133 32 | msgid "Unable To launch Tasks" 33 | msgstr "" 34 | 35 | #: src/Indicator.vala:134 36 | msgid "The program \"io.elementary.tasks\" may not be installed" 37 | msgstr "" 38 | 39 | #: src/Indicator.vala:167 40 | msgid "During the Day" 41 | msgstr "" 42 | 43 | #: src/Indicator.vala:175 44 | msgid "All Day" 45 | msgstr "" 46 | 47 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 48 | msgid "Unable To Launch Calendar" 49 | msgstr "" 50 | 51 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 52 | msgid "The program \"io.elementary.calendar\" may not be installed" 53 | msgstr "" 54 | 55 | #: src/Widgets/calendar/CalendarView.vala:39 56 | #: src/Widgets/calendar/CalendarView.vala:141 57 | #: src/Widgets/calendar/CalendarView.vala:176 58 | #: src/Widgets/calendar/CalendarView.vala:237 59 | msgid "%OB, %Y" 60 | msgstr "" 61 | 62 | #: src/Widgets/calendar/CalendarView.vala:56 63 | msgid "Go to today's date" 64 | msgstr "" 65 | -------------------------------------------------------------------------------- /po/pi.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ps.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/qu.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/rm.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/rn.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/rue.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:58+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/rw.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/sa.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/sc.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/sd.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/se.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/sg.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/sm.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/sma.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/sn.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/so.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ss.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/st.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/su.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ta.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/te.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:57+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/tg.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ti.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/tk.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/tn.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/to.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ts.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/tt.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/tw.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ty.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ur.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/uz.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/ve.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/vo.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/wa.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/wo.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/xh.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/yi.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/yo.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/za.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /po/zh_HK.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: PACKAGE VERSION\n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 6 | "PO-Revision-Date: 2015-04-26 23:47+0000\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "Language: \n" 10 | "MIME-Version: 1.0\n" 11 | "Content-Type: text/plain; charset=UTF-8\n" 12 | "Content-Transfer-Encoding: 8bit\n" 13 | "X-Launchpad-Export-Date: 2017-02-19 05:58+0000\n" 14 | "X-Generator: Launchpad (build 18326)\n" 15 | 16 | #: src/Indicator.vala:53 17 | msgid "Middle-click to open Calendar" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:66 21 | msgid "No events this day" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:93 25 | msgid "Date & Time Settings…" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:133 29 | msgid "Unable To launch Tasks" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:134 33 | msgid "The program \"io.elementary.tasks\" may not be installed" 34 | msgstr "" 35 | 36 | #: src/Indicator.vala:167 37 | msgid "During the Day" 38 | msgstr "" 39 | 40 | #: src/Indicator.vala:175 41 | msgid "All Day" 42 | msgstr "" 43 | 44 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 45 | msgid "Unable To Launch Calendar" 46 | msgstr "" 47 | 48 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 49 | msgid "The program \"io.elementary.calendar\" may not be installed" 50 | msgstr "" 51 | 52 | #: src/Widgets/calendar/CalendarView.vala:39 53 | #: src/Widgets/calendar/CalendarView.vala:141 54 | #: src/Widgets/calendar/CalendarView.vala:176 55 | #: src/Widgets/calendar/CalendarView.vala:237 56 | msgid "%OB, %Y" 57 | msgstr "" 58 | 59 | #: src/Widgets/calendar/CalendarView.vala:56 60 | msgid "Go to today's date" 61 | msgstr "" 62 | -------------------------------------------------------------------------------- /po/zu.po: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Report-Msgid-Bugs-To: \n" 4 | "POT-Creation-Date: 2025-04-18 22:02+0000\n" 5 | "MIME-Version: 1.0\n" 6 | "Content-Type: text/plain; charset=UTF-8\n" 7 | 8 | #: src/Indicator.vala:53 9 | msgid "Middle-click to open Calendar" 10 | msgstr "" 11 | 12 | #: src/Indicator.vala:66 13 | msgid "No events this day" 14 | msgstr "" 15 | 16 | #: src/Indicator.vala:93 17 | msgid "Date & Time Settings…" 18 | msgstr "" 19 | 20 | #: src/Indicator.vala:133 21 | msgid "Unable To launch Tasks" 22 | msgstr "" 23 | 24 | #: src/Indicator.vala:134 25 | msgid "The program \"io.elementary.tasks\" may not be installed" 26 | msgstr "" 27 | 28 | #: src/Indicator.vala:167 29 | msgid "During the Day" 30 | msgstr "" 31 | 32 | #: src/Indicator.vala:175 33 | msgid "All Day" 34 | msgstr "" 35 | 36 | #: src/Widgets/PanelLabel.vala:90 src/Widgets/calendar/CalendarView.vala:255 37 | msgid "Unable To Launch Calendar" 38 | msgstr "" 39 | 40 | #: src/Widgets/PanelLabel.vala:91 src/Widgets/calendar/CalendarView.vala:256 41 | msgid "The program \"io.elementary.calendar\" may not be installed" 42 | msgstr "" 43 | 44 | #: src/Widgets/calendar/CalendarView.vala:39 45 | #: src/Widgets/calendar/CalendarView.vala:141 46 | #: src/Widgets/calendar/CalendarView.vala:176 47 | #: src/Widgets/calendar/CalendarView.vala:237 48 | msgid "%OB, %Y" 49 | msgstr "" 50 | 51 | #: src/Widgets/calendar/CalendarView.vala:56 52 | msgid "Go to today's date" 53 | msgstr "" 54 | -------------------------------------------------------------------------------- /src/Config.vala.in: -------------------------------------------------------------------------------- 1 | public const string GETTEXT_PACKAGE = @GETTEXT_PACKAGE@; 2 | public const string LOCALEDIR = @LOCALEDIR@; 3 | -------------------------------------------------------------------------------- /vapi/libecal-1.2.deps: -------------------------------------------------------------------------------- 1 | libxml-2.0 2 | gio-2.0 3 | posix 4 | -------------------------------------------------------------------------------- /vapi/libical.metadata: -------------------------------------------------------------------------------- 1 | # libical.metadata 2 | 3 | iCal cheader_filename="libical/ical.h" cprefix="" 4 | 5 | # TODO 6 | 7 | #--- classes ---# 8 | 9 | icalattachtype hidden="1" # seems private 10 | icalproperty_add_parameters.prop type_name="icalproperty" 11 | icalproperty_impl hidden="1" # private 12 | 13 | #--- structs ---# 14 | 15 | icaldatetimeperiodtype is_value_type="1" 16 | icalgeotype is_value_type="1" 17 | icalperiodtype is_value_type="1" 18 | icalrecurrencetype is_value_type="1" 19 | icalreqstattype is_value_type="1" 20 | icaltimetype is_value_type="1" simple_type="1" 21 | icaltimezonephase is_value_type="1" 22 | icaltimezonetype is_value_type="1" 23 | icaltriggertype is_value_type="1" 24 | sspm_action_map is_value_type="1" 25 | sspm_header is_value_type="1" 26 | sspm_part is_value_type="1" 27 | 28 | #--- functions ---# 29 | 30 | icalrecur_expand_recurrence.start type_name="time_t" 31 | 32 | icalrecur_expand_recurrence.count hidden="1" 33 | icalrecur_expand_recurrence.array type_name="time_t" is_array="1" array_length_type="int" array_length_pos="2" 34 | 35 | icaltime_from_timet.v type_name="time_t" 36 | icaltime_from_timet_with_zone.tm type_name="time_t" 37 | --------------------------------------------------------------------------------