├── .github └── FUNDING.yml ├── .gitignore ├── .tx └── config ├── LICENSE ├── README.md ├── budgie-welcome ├── budgie-welcome-privileged-actions ├── budgie-welcome.1 ├── data ├── budgie-applets.html ├── community.html ├── config │ ├── ant-style.json │ ├── arc-style.json │ ├── colloid-style.json │ ├── evopop-style.json │ ├── fluent-style.json │ ├── layouts.json │ ├── material-materia-style.json │ ├── material-materia2-style.json │ ├── material-style.json │ ├── material-vimix-style.json │ ├── mojave-style.json │ ├── orchis-style.json │ ├── packages.json │ ├── plata-style.json │ ├── pocillo-style.json │ ├── qogirbudgie-style.json │ ├── themes.json │ └── whitesur-style.json ├── css │ ├── animate.css │ ├── app.css │ ├── baguetteBox.min.css │ ├── bootstrap.min.css │ └── material-icons.css ├── default.html ├── donate.html ├── features.html ├── font │ ├── MaterialIcons-Regular.woff │ └── MaterialIcons-Regular.woff2 ├── gaming.html ├── getinvolved.html ├── gettingstarted.html ├── img │ ├── applications │ │ ├── additional-drivers.png │ │ ├── brave.svg │ │ ├── chrome.png │ │ ├── chromium.png │ │ ├── chromium.svg │ │ ├── codecs.png │ │ ├── control-center.svg │ │ ├── deja-dup.png │ │ ├── dvd.png │ │ ├── edge.svg │ │ ├── ephemeral.png │ │ ├── ephemeral.svg │ │ ├── file-manager.svg │ │ ├── firefox.png │ │ ├── firefox.svg │ │ ├── gnome-files.svg │ │ ├── gnome-mpv.png │ │ ├── gnome-photos.png │ │ ├── gnome-photos.svg │ │ ├── gnome-settings.svg │ │ ├── gnome-software.png │ │ ├── gnome-software.svg │ │ ├── gnome-videos.svg │ │ ├── gnomeweb.png │ │ ├── gparted.png │ │ ├── gufw.png │ │ ├── libreoffice.png │ │ ├── libreoffice.svg │ │ ├── libreoffice │ │ │ ├── base.png │ │ │ ├── calc.png │ │ │ ├── draw.png │ │ │ ├── impress.png │ │ │ ├── libreoffice-base.svg │ │ │ ├── libreoffice-calc.svg │ │ │ ├── libreoffice-draw.svg │ │ │ ├── libreoffice-impress.svg │ │ │ ├── libreoffice-math.svg │ │ │ ├── libreoffice-writer.svg │ │ │ ├── math.png │ │ │ └── writer.png │ │ ├── midori.png │ │ ├── network-share.png │ │ ├── opera.svg │ │ ├── preferences-desktop-locale.png │ │ ├── protection.svg │ │ ├── raven-settings.png │ │ ├── rhythmbox.png │ │ ├── rhythmbox.svg │ │ ├── security-medium.svg │ │ ├── security.svg │ │ ├── securitylevel.svg │ │ ├── shotwell.png │ │ ├── steam.png │ │ ├── steam.svg │ │ ├── system-software-update.png │ │ ├── system-software-update.svg │ │ ├── totem.png │ │ ├── ubiquity.png │ │ ├── updation.svg │ │ ├── users.png │ │ └── vivaldi.png │ ├── distro-icon-inverted.svg │ ├── distro-icon.svg │ ├── logos │ │ ├── Astroid_icon.svg │ │ ├── Evolution_icon.svg │ │ ├── Geary_icon.svg │ │ ├── Kontact_icon.svg │ │ ├── OpenRGB.png │ │ ├── Thunderbird_icon.svg │ │ ├── app-center.png │ │ ├── budgie.png │ │ ├── clamtk_300x300.png │ │ ├── claws-mail_icon.png │ │ ├── corectrl.png │ │ ├── discord.png │ │ ├── discourse-logo-dark.svg │ │ ├── discourse-logo-light.svg │ │ ├── dropbox.png │ │ ├── flatpak.svg │ │ ├── gamebuntu.jpeg │ │ ├── github.png │ │ ├── launchpad.png │ │ ├── lutris.png │ │ ├── obs-studio.png │ │ ├── openrazer.jpg │ │ ├── osi.png │ │ ├── patreon.png │ │ ├── paypal.svg │ │ ├── polychromatic.png │ │ ├── retroarch.jpg │ │ ├── skippy-xd.png │ │ ├── snap.png │ │ ├── steam.png │ │ ├── steam_app_icon.png │ │ ├── ubuntu.png │ │ ├── xonotic.png │ │ └── youtube.png │ ├── os │ │ ├── android.svg │ │ ├── apple.svg │ │ ├── chrome.svg │ │ ├── linux.svg │ │ └── windows.svg │ ├── screenshots │ │ ├── MangoHUD.gif │ │ ├── analogue-clock-applet.jpg │ │ ├── ant-bionic-style.jpg │ │ ├── ant-style.jpg │ │ ├── applauncher-applet.jpg │ │ ├── applications-menu-applet.jpg │ │ ├── arc-bionic-style.jpg │ │ ├── arc-style.jpg │ │ ├── binding-of-issac-rebirth.jpg │ │ ├── boyfriend-dungeon.jpg │ │ ├── brightness-applet.jpg │ │ ├── brightness-controller-applet.jpg │ │ ├── browser-profile-launcher-applet.jpg │ │ ├── budgie-appmenu-applet.jpg │ │ ├── calendar-applet.jpg │ │ ├── carbon-tray-applet.jpg │ │ ├── ceti-2-theme.jpg │ │ ├── chrome_layout.jpg │ │ ├── classicubuntubudgie_layout.png │ │ ├── clipboard-applet.jpg │ │ ├── clockworks-applet.jpg │ │ ├── colloid-style.jpg │ │ ├── countdown-applet.jpg │ │ ├── cpufreq-applet.jpg │ │ ├── cputemp-applet.jpg │ │ ├── cupertino_layout.png │ │ ├── dropby-applet.jpg │ │ ├── dropby-window-applet.jpg │ │ ├── eleven_layout.png │ │ ├── evopop-style.jpg │ │ ├── fluent-style.jpg │ │ ├── fuzzyclock-applet.jpg │ │ ├── haste-applet.jpg │ │ ├── hotcorners-applet.jpg │ │ ├── install-shrink-fromWindows-1.png │ │ ├── install-shrink-fromWindows-2.png │ │ ├── install-shrink-fromWindows-3.png │ │ ├── install-split-choice.png │ │ ├── install-split-partitions.png │ │ ├── kangaroo-applet.jpg │ │ ├── keyboard-language-applet.jpg │ │ ├── lightpad-applet.jpg │ │ ├── loop-hero.jpg │ │ ├── materia-material-theme.jpg │ │ ├── material-style.jpg │ │ ├── mediaplayer-applet.jpg │ │ ├── minigalaxy.jpg │ │ ├── mojave-style.jpg │ │ ├── network-applet.jpg │ │ ├── no-longer-home.jpg │ │ ├── orchis-style.jpg │ │ ├── osx-arc-style.jpg │ │ ├── performance-gauge-applet.jpg │ │ ├── piper-resolutionpage.png │ │ ├── pixel-saver-applet.jpg │ │ ├── plata-style.jpg │ │ ├── pocillo-bionic-style.jpg │ │ ├── pocillo-focal-style.jpg │ │ ├── pocillo-style.jpg │ │ ├── previews-applet.jpg │ │ ├── qogirbudgie-style.jpg │ │ ├── quickchar.jpg │ │ ├── quicknote-applet.jpg │ │ ├── recentlyused-applet.jpg │ │ ├── redmond_layout.png │ │ ├── rotation-lock-applet.jpg │ │ ├── screenshot-applet.jpg │ │ ├── showtime-applet.jpg │ │ ├── sntray-applet.jpg │ │ ├── sys-monitor-applet.jpg │ │ ├── sysmonitor-applet.jpg │ │ ├── takeabreak-applet.jpg │ │ ├── tasks-backup.png │ │ ├── tasks-firewall.png │ │ ├── tasks-users.png │ │ ├── theone_layout.png │ │ ├── traditional_layout.png │ │ ├── trash-applet.jpg │ │ ├── ubuntubudgie_layout.png │ │ ├── user-indicator-redux-applet.jpg │ │ ├── valheim.jpg │ │ ├── vertex-theme.jpg │ │ ├── vimix-material-theme.jpg │ │ ├── visualspace-applet.jpg │ │ ├── wallstreet.jpg │ │ ├── weather-applet.jpg │ │ ├── weathershow-applet.jpg │ │ ├── whitesur-style.jpg │ │ ├── window-mover-applet.jpg │ │ ├── window-shuffler.jpg │ │ ├── wmmover-applet.jpg │ │ ├── workspace-overview-applet.jpg │ │ ├── workspace-stopwatch-applet.jpg │ │ └── workspace-wallpaper-applet.jpg │ ├── shop │ │ └── ubuntu_budgie_shop_final.png │ ├── social │ │ ├── facebook.svg │ │ ├── g+.svg │ │ ├── github.svg │ │ ├── gitter.svg │ │ ├── irc.svg │ │ ├── mastodon.svg │ │ ├── matrixcircle.svg │ │ ├── reddit.svg │ │ ├── telegram.svg │ │ ├── twitter.svg │ │ └── youtube.svg │ └── welcome │ │ ├── blank-wordmark.svg │ │ ├── budgie-remix-wordmark.svg │ │ ├── distro-icon.svg │ │ ├── distro-laptop.png │ │ ├── go-left-symbolic.svg │ │ ├── ic_back.svg │ │ ├── ic_close.png │ │ ├── ic_info.png │ │ ├── menu-symbolic.svg │ │ ├── menu.svg │ │ ├── mouse-click-left.png │ │ ├── mouse-click-middle.png │ │ ├── mouse-click-right.png │ │ ├── mouse-scroll.png │ │ ├── processing.gif │ │ ├── super-key.svg │ │ └── ubuntu-budgie-wordmark.svg ├── index.html ├── introduction.html ├── js │ ├── baguetteBox.js │ ├── bootstrap.js │ ├── confetti.js │ ├── janimate.js │ ├── jquery-2.1.4.js │ ├── popper.js │ ├── tether.js │ ├── welcome.js │ └── wow.js ├── po │ ├── budgie-applets │ │ ├── ar.po │ │ ├── budgie-applets.pot │ │ ├── ca.po │ │ ├── de_DE.po │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── fa.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── he.po │ │ ├── hu.po │ │ ├── id_ID.po │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── mt.po │ │ ├── nl_NL.po │ │ ├── oc.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── ro_RO.po │ │ ├── ru.po │ │ ├── si.po │ │ ├── sq.po │ │ ├── sr_RS.po │ │ ├── tr.po │ │ ├── ug.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ ├── community │ │ ├── ar.po │ │ ├── bg.po │ │ ├── bn.po │ │ ├── ca.po │ │ ├── community.pot │ │ ├── da.po │ │ ├── de_DE.po │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── fa.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── he.po │ │ ├── hu.po │ │ ├── id_ID.po │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── mt.po │ │ ├── nl_NL.po │ │ ├── oc.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── ro_RO.po │ │ ├── ru.po │ │ ├── sq.po │ │ ├── sr_RS.po │ │ ├── tr.po │ │ ├── uk.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ ├── default │ │ ├── ar.po │ │ ├── bg.po │ │ ├── ca.po │ │ ├── da.po │ │ ├── de_DE.po │ │ ├── default.pot │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── fa.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── he.po │ │ ├── hu.po │ │ ├── id_ID.po │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── nl_NL.po │ │ ├── oc.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── ro_RO.po │ │ ├── ru.po │ │ ├── sr_RS.po │ │ ├── tr.po │ │ ├── uk.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ ├── donate │ │ ├── ar.po │ │ ├── bg.po │ │ ├── ca.po │ │ ├── da.po │ │ ├── de_DE.po │ │ ├── donate.pot │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── fa.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── he.po │ │ ├── hu.po │ │ ├── id_ID.po │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── mt.po │ │ ├── nl_NL.po │ │ ├── oc.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── ro_RO.po │ │ ├── ru.po │ │ ├── sq.po │ │ ├── sr_RS.po │ │ ├── sv.po │ │ ├── tr.po │ │ ├── uk.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ ├── features │ │ ├── ar.po │ │ ├── ca.po │ │ ├── da.po │ │ ├── de_DE.po │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── fa.po │ │ ├── features.pot │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── he.po │ │ ├── hu.po │ │ ├── id_ID.po │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── nl_NL.po │ │ ├── oc.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── ro_RO.po │ │ ├── ru.po │ │ ├── sr_RS.po │ │ ├── sv.po │ │ ├── tr.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ ├── gaming │ │ ├── ca.po │ │ ├── de_DE.po │ │ ├── en_GB.po │ │ ├── es.po │ │ ├── fa.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── gaming.pot │ │ ├── he.po │ │ ├── hu.po │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── mt.po │ │ ├── nl_NL.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── ru.po │ │ ├── sq.po │ │ ├── sr_RS.po │ │ ├── tr.po │ │ ├── ug.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ ├── getinvolved │ │ ├── ar.po │ │ ├── ca.po │ │ ├── da.po │ │ ├── de_DE.po │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── fa.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── getinvolved.pot │ │ ├── he.po │ │ ├── hu.po │ │ ├── id_ID.po │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── mt.po │ │ ├── nl_NL.po │ │ ├── oc.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── ro_RO.po │ │ ├── ru.po │ │ ├── sq.po │ │ ├── sr_RS.po │ │ ├── tr.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ ├── gettingstarted │ │ ├── bg.po │ │ ├── ca.po │ │ ├── da.po │ │ ├── de_DE.po │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── fa.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── gettingstarted.pot │ │ ├── he.po │ │ ├── hu.po │ │ ├── id_ID.po │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── nl_NL.po │ │ ├── oc.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── ru.po │ │ ├── sr_RS.po │ │ ├── tr.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ ├── index │ │ ├── ar.po │ │ ├── bg.po │ │ ├── ca.po │ │ ├── da.po │ │ ├── de_DE.po │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── fa.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── he.po │ │ ├── hu.po │ │ ├── id_ID.po │ │ ├── index.pot │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── mt.po │ │ ├── nl_NL.po │ │ ├── oc.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── ro_RO.po │ │ ├── ru.po │ │ ├── sq.po │ │ ├── sr_RS.po │ │ ├── sv.po │ │ ├── tr.po │ │ ├── uk.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ ├── introduction │ │ ├── bg.po │ │ ├── ca.po │ │ ├── da.po │ │ ├── de_DE.po │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── fa.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── he.po │ │ ├── hu.po │ │ ├── id_ID.po │ │ ├── introduction.pot │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── nl_NL.po │ │ ├── oc.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── ro_RO.po │ │ ├── ru.po │ │ ├── sr_RS.po │ │ ├── tr.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ ├── recommendations │ │ ├── bg.po │ │ ├── ca.po │ │ ├── da.po │ │ ├── de_DE.po │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── es_MX.po │ │ ├── fa.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── he.po │ │ ├── hu.po │ │ ├── id_ID.po │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── nl_NL.po │ │ ├── oc.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── recommendations.pot │ │ ├── sr_RS.po │ │ ├── tr.po │ │ ├── zh_CN.po │ │ └── zh_TW.po │ └── store │ │ ├── bg.po │ │ ├── ca.po │ │ ├── da.po │ │ ├── de_DE.po │ │ ├── el.po │ │ ├── en_GB.po │ │ ├── eo.po │ │ ├── es.po │ │ ├── fa.po │ │ ├── fi.po │ │ ├── fr.po │ │ ├── fr_FR.po │ │ ├── he.po │ │ ├── hu.po │ │ ├── id_ID.po │ │ ├── it.po │ │ ├── ja.po │ │ ├── ko.po │ │ ├── lt.po │ │ ├── ms_MY.po │ │ ├── mt.po │ │ ├── nl_NL.po │ │ ├── oc.po │ │ ├── pl.po │ │ ├── pt_BR.po │ │ ├── pt_PT.po │ │ ├── ru.po │ │ ├── sq.po │ │ ├── sr_RS.po │ │ ├── store.pot │ │ ├── tr.po │ │ ├── uk.po │ │ ├── zh_CN.po │ │ └── zh_TW.po ├── recommendations.html ├── scripts │ ├── README │ ├── fcitx-setup │ ├── flatpak-remote │ ├── ibus-setup │ ├── makeover-osx │ ├── makeover-simple │ ├── openrazer-setup │ ├── panel-reset │ ├── panel-restart │ ├── pin_corectrl │ └── steam ├── scss │ ├── _community-page.scss │ ├── _content.scss │ ├── _donate-page.scss │ ├── _footer.scss │ ├── _geting-started.scss │ ├── _global.scss │ ├── _header.scss │ ├── _introduction-page.scss │ ├── _main-menu.scss │ ├── _override-bootstrap-default-styles.scss │ ├── _popup-message.scss │ ├── _variables.scss │ └── welcome.scss ├── store.html └── stripped │ └── en_US │ ├── budgie-applets.html │ ├── community.html │ ├── default.html │ ├── donate.html │ ├── features.html │ ├── gaming.html │ ├── getinvolved.html │ ├── gettingstarted.html │ ├── index.html │ ├── introduction.html │ ├── recommendations.html │ └── store.html ├── debian ├── budgie-welcome.install ├── budgie-welcome.links ├── changelog ├── compat ├── control ├── copyright ├── files ├── rules └── source │ └── format ├── desktop ├── budgie-applets.desktop.in ├── budgie-discourse.desktop.in ├── budgie-themes.desktop.in └── budgie-welcome.desktop.in ├── docs └── standards.md ├── files └── bin │ └── wrapper ├── hicolor └── scalable │ └── apps │ └── distributor-logo-ubuntu-budgie.svg ├── org.budgie.welcome.policy ├── panels ├── budgie-plank.desktop ├── panel.classic ├── panel.ini ├── panel.red ├── panel.simple ├── panel.twopanel └── panel.ubuntu-budgie ├── po ├── LINGUAS ├── bg.po ├── budgie-welcome.pot ├── ca.po ├── da.po ├── de_DE.po ├── el.po ├── en_GB.po ├── eo.po ├── es.po ├── fa.po ├── fi.po ├── fr.po ├── fr_FR.po ├── he.po ├── hu.po ├── id_ID.po ├── it.po ├── ja.po ├── ko.po ├── lt.po ├── ms_MY.po ├── nl_NL.po ├── oc.po ├── pl.po ├── pt_BR.po ├── pt_PT.po ├── ru.po ├── sr_RS.po ├── tr.po ├── update_linguas.sh ├── zh_CN.po └── zh_TW.po ├── sassc-compile.sh ├── screenshot-live-session.png ├── screenshot-normal-session.png ├── scripts ├── rebuild-translations.sh ├── regenerate-translation-templates.sh ├── translation-support.py ├── update-desktop-files.sh └── welcome-po.py └── snap ├── .snapcraft └── state ├── hooks ├── install ├── post-refresh └── remove └── snapcraft.yaml /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 13 | 14 | patreon: UbuntuBudgie 15 | custom: ["https://paypal.me/UbuntuBudgie"] 16 | 17 | # For editing this file refer to: https://docs.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository 18 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | data/js/bootstrap.min.js 2 | data/js/popper.min.js 3 | data/js/baguetteBox.min.js 4 | data/locale/ 5 | data/i18n/ 6 | data/css/welcome.css 7 | desktop/budgie*.desktop 8 | *.old 9 | *.pot.old 10 | *.mo 11 | *~ 12 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Budgie Welcome 2 | ============== 3 | 4 | [![](https://opencollective.com/ubuntubudgie/tiers/backer.svg?avatarHeight=96)](https://opencollective.com/ubuntubudgie) 5 | 6 | Welcome screen application to greet new users on their first login. 7 | 8 | [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/ubuntu-budgie-welcome) 9 | 10 | ### Translators 11 | 12 | We need to translate budgie-welcome into your language/locale. Please 13 | help-out - visit: 14 | 15 | https://www.transifex.com/ubuntu-budgie/budgie-welcome/ 16 | 17 | ### Installation 18 | 19 | ```sh 20 | sudo apt install gir1.2-webkit2-4.1 python3-notify2 node-uglify sassc 21 | git clone https://github.com/UbuntuBudgie/budgie-welcome.git 22 | 23 | cd budgie-welcome 24 | 25 | uglifyjs -o data/js/bootstrap.min.js data/js/bootstrap.js 26 | uglifyjs -o data/js/baguetteBox.min.js data/js/baguetteBox.js 27 | uglifyjs -o data/js/popper.min.js data/js/popper.js 28 | 29 | bash sassc-compile.sh 30 | ``` 31 | 32 | ### Testing 33 | 34 | ```sh 35 | cd budgie-welcome 36 | ./budgie-welcome -d 37 | ``` 38 | 39 | To test the live session 40 | 41 | ./budgie-welcome --force-session=live -d 42 | 43 | To test a language or locale 44 | 45 | ./budgie-welcome --locale=pl 46 | 47 | change "pl" to your language i18n shortcode 48 | 49 | ### Screenshot 50 | #### Live session 51 | ![Screenshot of Budgie Remix Welcome App](https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/master/screenshot-live-session.png) 52 | 53 | #### Normal session 54 | ![Screenshot of Budgie Remix Welcome App](https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/master/screenshot-normal-session.png) 55 | 56 | ### LICENSES 57 | The project contains files with a variety of licenses. 58 | For the complete list of licenses, see [debian/copyright](https://github.com/budgie-remix/budgie-welcome/blob/master/debian/copyright) file. 59 | -------------------------------------------------------------------------------- /budgie-welcome.1: -------------------------------------------------------------------------------- 1 | .TH budgie-welcome 1 "" "" 2 | .SH NAME 3 | budgie-welcome \- Welcome screen for Ubuntu Budgie 4 | .SH SYNOPSIS 5 | .B budgie-welcome 6 | .SH DESCRIPTION 7 | A welcome screen for Ubuntu Budgie that provides links to helpful 8 | resources and utilities. 9 | -------------------------------------------------------------------------------- /data/config/colloid-style.json: -------------------------------------------------------------------------------- 1 | { 2 | "default": [ 3 | { 4 | "panel-attrib": { 5 | "enable-shadow": true, 6 | "size": 39, 7 | "transparency": "none" 8 | } 9 | }, 10 | { 11 | "SCHEMA": "org.gnome.desktop.interface", 12 | "VALUES": { 13 | "cursor-theme": "Colloid-white-cursors", 14 | "gtk-theme": "Colloid-Orange", 15 | "icon-theme": "Colloid-orange", 16 | "monospace-font-name": "Ubuntu Mono Regular 13", 17 | "font-name": "Ubuntu Regular 11", 18 | "document-font-name": "Sans Regular 11" 19 | } 20 | }, 21 | { 22 | "SCHEMA": "org.gnome.desktop.background", 23 | "VALUES": { 24 | "color-shading-type": "solid", 25 | "picture-options": "stretched", 26 | "picture-uri": "file:////usr/share/backgrounds/budgie/ubuntu_budgie_wallpaper1.jpg", 27 | "primary-color": "#008094" 28 | } 29 | }, 30 | { 31 | "SCHEMA": "com.solus-project.budgie-panel", 32 | "VALUES": { 33 | "builtin-theme": false, 34 | "dark-theme": false 35 | } 36 | }, 37 | { 38 | "SCHEMA": "org.gnome.desktop.wm.preferences", 39 | "VALUES": { 40 | "titlebar-font": "Ubuntu Bold 11", 41 | "theme": "Colloid-Orange" 42 | } 43 | }, 44 | { 45 | "SCHEMA": "org.nemo.desktop", 46 | "VALUES": { 47 | "font": "Ubuntu Regular 11" 48 | } 49 | } 50 | ] 51 | } 52 | -------------------------------------------------------------------------------- /data/config/layouts.json: -------------------------------------------------------------------------------- 1 | { 2 | "focal": [ 3 | "classicubuntubudgie-layout", 4 | "cupertino-layout", 5 | "redmond-layout", 6 | "theone-layout", 7 | "traditional-layout", 8 | "ubuntubudgie-layout" 9 | ], 10 | "jammy": [ 11 | "classicubuntubudgie-layout", 12 | "cupertino-layout", 13 | "redmond-layout", 14 | "theone-layout", 15 | "traditional-layout", 16 | "ubuntubudgie-layout", 17 | "chrome-layout", 18 | "eleven-layout" 19 | ], 20 | "noble": [ 21 | "classicubuntubudgie-layout", 22 | "cupertino-layout", 23 | "redmond-layout", 24 | "theone-layout", 25 | "traditional-layout", 26 | "ubuntubudgie-layout", 27 | "chrome-layout", 28 | "eleven-layout" 29 | ], 30 | "oracular": [ 31 | "classicubuntubudgie-layout", 32 | "cupertino-layout", 33 | "redmond-layout", 34 | "theone-layout", 35 | "traditional-layout", 36 | "ubuntubudgie-layout", 37 | "chrome-layout", 38 | "eleven-layout" 39 | ], 40 | "plucky": [ 41 | "classicubuntubudgie-layout", 42 | "cupertino-layout", 43 | "redmond-layout", 44 | "theone-layout", 45 | "traditional-layout", 46 | "ubuntubudgie-layout", 47 | "chrome-layout", 48 | "eleven-layout" 49 | ] 50 | } -------------------------------------------------------------------------------- /data/config/material-vimix-style.json: -------------------------------------------------------------------------------- 1 | { 2 | "default" : [ 3 | { 4 | "panel-attrib" : { 5 | "enable-shadow": true, 6 | "size" : 39, 7 | "transparency": "none" 8 | } 9 | }, 10 | { 11 | "SCHEMA": "org.gnome.desktop.interface", 12 | "VALUES": { 13 | "cursor-theme": "DMZ-Black", 14 | "gtk-theme": "vimix", 15 | "icon-theme": "Paper", 16 | "monospace-font-name": "Noto Mono 11", 17 | "font-name": "Noto Sans UI 11", 18 | "document-font-name": "Noto Sans UI 11" 19 | } 20 | }, 21 | { 22 | "SCHEMA": "org.gnome.desktop.background", 23 | "VALUES": { 24 | "color-shading-type": "solid", 25 | "picture-options": "stretched", 26 | "picture-uri": "file:////usr/share/backgrounds/budgie/ubuntu_budgie_wallpaper3.jpg", 27 | "primary-color": "#008094" 28 | } 29 | }, 30 | { 31 | "SCHEMA": "com.solus-project.budgie-panel", 32 | "VALUES": { 33 | "builtin-theme": false, 34 | "dark-theme": true 35 | } 36 | }, 37 | { 38 | "SCHEMA": "org.gnome.desktop.wm.preferences", 39 | "VALUES": { 40 | "titlebar-font": "Noto Sans UI Bold 11", 41 | "theme": "vimix" 42 | } 43 | }, 44 | { 45 | "SCHEMA": "org.nemo.desktop", 46 | "VALUES": { 47 | "font": "Noto Sans UI 11" 48 | } 49 | } 50 | ] 51 | } -------------------------------------------------------------------------------- /data/config/mojave-style.json: -------------------------------------------------------------------------------- 1 | { 2 | "default": [ 3 | { 4 | "panel-attrib": { 5 | "enable-shadow": true, 6 | "size": 39, 7 | "transparency": "none" 8 | } 9 | }, 10 | { 11 | "SCHEMA": "org.gnome.desktop.interface", 12 | "VALUES": { 13 | "cursor-theme": "DMZ-White", 14 | "gtk-theme": "Mojave-dark", 15 | "icon-theme": "McMojave-circle-dark", 16 | "monospace-font-name": "Ubuntu Mono 13", 17 | "font-name": "Roboto Regular 11", 18 | "document-font-name": "Roboto Regular 11" 19 | } 20 | }, 21 | { 22 | "SCHEMA": "org.gnome.desktop.background", 23 | "VALUES": { 24 | "color-shading-type": "solid", 25 | "picture-options": "stretched", 26 | "picture-uri": "file:////usr/share/backgrounds/budgie/ubuntu_budgie_wallpaper2.jpg", 27 | "primary-color": "#008094" 28 | } 29 | }, 30 | { 31 | "SCHEMA": "com.solus-project.budgie-panel", 32 | "VALUES": { 33 | "builtin-theme": false, 34 | "dark-theme": false 35 | } 36 | }, 37 | { 38 | "SCHEMA": "org.gnome.desktop.wm.preferences", 39 | "VALUES": { 40 | "titlebar-font": "Roboto Regular 11", 41 | "theme": "Mojave-dark" 42 | } 43 | }, 44 | { 45 | "SCHEMA": "org.nemo.desktop", 46 | "VALUES": { 47 | "font": "Roboto Regular 11" 48 | } 49 | } 50 | ] 51 | } -------------------------------------------------------------------------------- /data/config/themes.json: -------------------------------------------------------------------------------- 1 | { 2 | "focal": [ 3 | "pocillo-theme", 4 | "arc-theme", 5 | "material-theme", 6 | "material-vimix-theme", 7 | "material-materia2-theme", 8 | "evopop-theme", 9 | "ant-theme", 10 | "plata-theme", 11 | "qogirbudgie-theme", 12 | "mojave-theme", 13 | "whitesur-theme", 14 | "orchis-theme" 15 | ], 16 | "jammy": [ 17 | "pocillo-theme", 18 | "arc-theme", 19 | "material-vimix-theme", 20 | "material-materia2-theme", 21 | "qogirbudgie-theme", 22 | "mojave-theme", 23 | "whitesur-theme", 24 | "orchis-theme", 25 | "fluent-theme", 26 | "colloid-theme" 27 | ], 28 | "noble": [ 29 | "pocillo-theme", 30 | "arc-theme", 31 | "material-vimix-theme", 32 | "material-materia2-theme", 33 | "qogirbudgie-theme", 34 | "mojave-theme", 35 | "whitesur-theme", 36 | "orchis-theme", 37 | "fluent-theme", 38 | "colloid-theme" 39 | ], 40 | "oracular": [ 41 | "pocillo-theme", 42 | "arc-theme", 43 | "material-vimix-theme", 44 | "material-materia2-theme", 45 | "qogirbudgie-theme", 46 | "mojave-theme", 47 | "whitesur-theme", 48 | "orchis-theme", 49 | "fluent-theme", 50 | "colloid-theme" 51 | ], 52 | "plucky": [ 53 | "pocillo-theme", 54 | "arc-theme", 55 | "material-vimix-theme", 56 | "material-materia2-theme", 57 | "qogirbudgie-theme", 58 | "mojave-theme", 59 | "whitesur-theme", 60 | "orchis-theme", 61 | "fluent-theme", 62 | "colloid-theme" 63 | ] 64 | } 65 | -------------------------------------------------------------------------------- /data/config/whitesur-style.json: -------------------------------------------------------------------------------- 1 | { 2 | "default": [ 3 | { 4 | "panel-attrib": { 5 | "enable-shadow": true, 6 | "size": 39, 7 | "transparency": "none" 8 | } 9 | }, 10 | { 11 | "SCHEMA": "org.gnome.desktop.interface", 12 | "VALUES": { 13 | "cursor-theme": "DMZ-White", 14 | "gtk-theme": "WhiteSur-dark", 15 | "icon-theme": "WhiteSur-dark", 16 | "monospace-font-name": "Ubuntu Mono 13", 17 | "font-name": "Roboto Regular 11", 18 | "document-font-name": "Roboto Regular 11" 19 | } 20 | }, 21 | { 22 | "SCHEMA": "org.gnome.desktop.background", 23 | "VALUES": { 24 | "color-shading-type": "solid", 25 | "picture-options": "stretched", 26 | "picture-uri": "file:////usr/share/backgrounds/budgie/ubuntu_budgie_wallpaper2.jpg", 27 | "primary-color": "#008094" 28 | } 29 | }, 30 | { 31 | "SCHEMA": "com.solus-project.budgie-panel", 32 | "VALUES": { 33 | "builtin-theme": false, 34 | "dark-theme": false 35 | } 36 | }, 37 | { 38 | "SCHEMA": "org.gnome.desktop.wm.preferences", 39 | "VALUES": { 40 | "titlebar-font": "Roboto Regular 11", 41 | "theme": "WhiteSur-dark" 42 | } 43 | }, 44 | { 45 | "SCHEMA": "org.nemo.desktop", 46 | "VALUES": { 47 | "font": "Roboto Regular 11" 48 | } 49 | } 50 | ] 51 | } 52 | -------------------------------------------------------------------------------- /data/css/app.css: -------------------------------------------------------------------------------- 1 | 2 | GtkHeaderBar, headerbar{ 3 | border: none; 4 | margin: 0; 5 | 6 | } 7 | 8 | GtkLabel, label { 9 | color: white; 10 | padding-left: 20px; 11 | } 12 | 13 | #about-btn, #status-btn, #back-btn { 14 | color: white; 15 | box-shadow: none; 16 | } 17 | 18 | #about-btn:hover, #status-btn:hover, #back-btn:hover { 19 | background: rgba(255, 255, 255, 0.25); 20 | transition: background 0.5s ease; 21 | } 22 | -------------------------------------------------------------------------------- /data/css/material-icons.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Material Icons'; 3 | font-style: normal; 4 | font-weight: 400; 5 | src: local('Material Icons'), 6 | local('MaterialIcons-Regular'), 7 | url(../font/MaterialIcons-Regular.woff2) format('woff2'), 8 | url(../font/MaterialIcons-Regular.woff) format('woff'); 9 | } 10 | 11 | .material-icons { 12 | vertical-align: middle; 13 | font-family: 'Material Icons'; 14 | font-weight: normal; 15 | font-style: normal; 16 | font-size: 24px; /* Preferred icon size */ 17 | display: inline-block; 18 | line-height: 1; 19 | text-transform: none; 20 | letter-spacing: normal; 21 | word-wrap: normal; 22 | white-space: nowrap; 23 | direction: ltr; 24 | margin-right: 10px; 25 | 26 | /* Support for all WebKit browsers. */ 27 | -webkit-font-smoothing: antialiased; 28 | /* Support for Safari and Chrome. */ 29 | text-rendering: optimizeLegibility; 30 | 31 | /* Support for Firefox. */ 32 | -moz-osx-font-smoothing: grayscale; 33 | 34 | /* Support for IE. */ 35 | font-feature-settings: 'liga'; 36 | } 37 | -------------------------------------------------------------------------------- /data/font/MaterialIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/font/MaterialIcons-Regular.woff -------------------------------------------------------------------------------- /data/font/MaterialIcons-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/font/MaterialIcons-Regular.woff2 -------------------------------------------------------------------------------- /data/img/applications/additional-drivers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/additional-drivers.png -------------------------------------------------------------------------------- /data/img/applications/chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/chrome.png -------------------------------------------------------------------------------- /data/img/applications/chromium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/chromium.png -------------------------------------------------------------------------------- /data/img/applications/codecs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/codecs.png -------------------------------------------------------------------------------- /data/img/applications/deja-dup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/deja-dup.png -------------------------------------------------------------------------------- /data/img/applications/dvd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/dvd.png -------------------------------------------------------------------------------- /data/img/applications/ephemeral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/ephemeral.png -------------------------------------------------------------------------------- /data/img/applications/file-manager.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /data/img/applications/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/firefox.png -------------------------------------------------------------------------------- /data/img/applications/gnome-mpv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/gnome-mpv.png -------------------------------------------------------------------------------- /data/img/applications/gnome-photos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/gnome-photos.png -------------------------------------------------------------------------------- /data/img/applications/gnome-software.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/gnome-software.png -------------------------------------------------------------------------------- /data/img/applications/gnome-software.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /data/img/applications/gnomeweb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/gnomeweb.png -------------------------------------------------------------------------------- /data/img/applications/gparted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/gparted.png -------------------------------------------------------------------------------- /data/img/applications/gufw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/gufw.png -------------------------------------------------------------------------------- /data/img/applications/libreoffice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/libreoffice.png -------------------------------------------------------------------------------- /data/img/applications/libreoffice.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /data/img/applications/libreoffice/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/libreoffice/base.png -------------------------------------------------------------------------------- /data/img/applications/libreoffice/calc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/libreoffice/calc.png -------------------------------------------------------------------------------- /data/img/applications/libreoffice/draw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/libreoffice/draw.png -------------------------------------------------------------------------------- /data/img/applications/libreoffice/impress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/libreoffice/impress.png -------------------------------------------------------------------------------- /data/img/applications/libreoffice/libreoffice-base.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /data/img/applications/libreoffice/libreoffice-calc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /data/img/applications/libreoffice/libreoffice-draw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /data/img/applications/libreoffice/libreoffice-impress.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /data/img/applications/libreoffice/libreoffice-math.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /data/img/applications/libreoffice/libreoffice-writer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /data/img/applications/libreoffice/math.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/libreoffice/math.png -------------------------------------------------------------------------------- /data/img/applications/libreoffice/writer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/libreoffice/writer.png -------------------------------------------------------------------------------- /data/img/applications/midori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/midori.png -------------------------------------------------------------------------------- /data/img/applications/network-share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/network-share.png -------------------------------------------------------------------------------- /data/img/applications/opera.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/img/applications/preferences-desktop-locale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/preferences-desktop-locale.png -------------------------------------------------------------------------------- /data/img/applications/raven-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/raven-settings.png -------------------------------------------------------------------------------- /data/img/applications/rhythmbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/rhythmbox.png -------------------------------------------------------------------------------- /data/img/applications/shotwell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/shotwell.png -------------------------------------------------------------------------------- /data/img/applications/steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/steam.png -------------------------------------------------------------------------------- /data/img/applications/steam.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/img/applications/system-software-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/system-software-update.png -------------------------------------------------------------------------------- /data/img/applications/totem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/totem.png -------------------------------------------------------------------------------- /data/img/applications/ubiquity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/ubiquity.png -------------------------------------------------------------------------------- /data/img/applications/users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/users.png -------------------------------------------------------------------------------- /data/img/applications/vivaldi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/applications/vivaldi.png -------------------------------------------------------------------------------- /data/img/logos/OpenRGB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/OpenRGB.png -------------------------------------------------------------------------------- /data/img/logos/app-center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/app-center.png -------------------------------------------------------------------------------- /data/img/logos/budgie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/budgie.png -------------------------------------------------------------------------------- /data/img/logos/clamtk_300x300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/clamtk_300x300.png -------------------------------------------------------------------------------- /data/img/logos/claws-mail_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/claws-mail_icon.png -------------------------------------------------------------------------------- /data/img/logos/corectrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/corectrl.png -------------------------------------------------------------------------------- /data/img/logos/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/discord.png -------------------------------------------------------------------------------- /data/img/logos/dropbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/dropbox.png -------------------------------------------------------------------------------- /data/img/logos/gamebuntu.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/gamebuntu.jpeg -------------------------------------------------------------------------------- /data/img/logos/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/github.png -------------------------------------------------------------------------------- /data/img/logos/launchpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/launchpad.png -------------------------------------------------------------------------------- /data/img/logos/lutris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/lutris.png -------------------------------------------------------------------------------- /data/img/logos/obs-studio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/obs-studio.png -------------------------------------------------------------------------------- /data/img/logos/openrazer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/openrazer.jpg -------------------------------------------------------------------------------- /data/img/logos/osi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/osi.png -------------------------------------------------------------------------------- /data/img/logos/patreon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/patreon.png -------------------------------------------------------------------------------- /data/img/logos/polychromatic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/polychromatic.png -------------------------------------------------------------------------------- /data/img/logos/retroarch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/retroarch.jpg -------------------------------------------------------------------------------- /data/img/logos/skippy-xd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/skippy-xd.png -------------------------------------------------------------------------------- /data/img/logos/snap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/snap.png -------------------------------------------------------------------------------- /data/img/logos/steam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/steam.png -------------------------------------------------------------------------------- /data/img/logos/steam_app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/steam_app_icon.png -------------------------------------------------------------------------------- /data/img/logos/ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/ubuntu.png -------------------------------------------------------------------------------- /data/img/logos/xonotic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/xonotic.png -------------------------------------------------------------------------------- /data/img/logos/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/logos/youtube.png -------------------------------------------------------------------------------- /data/img/os/android.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /data/img/os/apple.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /data/img/os/chrome.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /data/img/os/windows.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /data/img/screenshots/MangoHUD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/MangoHUD.gif -------------------------------------------------------------------------------- /data/img/screenshots/analogue-clock-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/analogue-clock-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/ant-bionic-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/ant-bionic-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/ant-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/ant-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/applauncher-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/applauncher-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/applications-menu-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/applications-menu-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/arc-bionic-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/arc-bionic-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/arc-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/arc-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/binding-of-issac-rebirth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/binding-of-issac-rebirth.jpg -------------------------------------------------------------------------------- /data/img/screenshots/boyfriend-dungeon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/boyfriend-dungeon.jpg -------------------------------------------------------------------------------- /data/img/screenshots/brightness-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/brightness-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/brightness-controller-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/brightness-controller-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/browser-profile-launcher-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/browser-profile-launcher-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/budgie-appmenu-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/budgie-appmenu-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/calendar-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/calendar-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/carbon-tray-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/carbon-tray-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/ceti-2-theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/ceti-2-theme.jpg -------------------------------------------------------------------------------- /data/img/screenshots/chrome_layout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/chrome_layout.jpg -------------------------------------------------------------------------------- /data/img/screenshots/classicubuntubudgie_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/classicubuntubudgie_layout.png -------------------------------------------------------------------------------- /data/img/screenshots/clipboard-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/clipboard-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/clockworks-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/clockworks-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/colloid-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/colloid-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/countdown-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/countdown-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/cpufreq-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/cpufreq-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/cputemp-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/cputemp-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/cupertino_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/cupertino_layout.png -------------------------------------------------------------------------------- /data/img/screenshots/dropby-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/dropby-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/dropby-window-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/dropby-window-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/eleven_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/eleven_layout.png -------------------------------------------------------------------------------- /data/img/screenshots/evopop-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/evopop-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/fluent-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/fluent-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/fuzzyclock-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/fuzzyclock-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/haste-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/haste-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/hotcorners-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/hotcorners-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/install-shrink-fromWindows-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/install-shrink-fromWindows-1.png -------------------------------------------------------------------------------- /data/img/screenshots/install-shrink-fromWindows-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/install-shrink-fromWindows-2.png -------------------------------------------------------------------------------- /data/img/screenshots/install-shrink-fromWindows-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/install-shrink-fromWindows-3.png -------------------------------------------------------------------------------- /data/img/screenshots/install-split-choice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/install-split-choice.png -------------------------------------------------------------------------------- /data/img/screenshots/install-split-partitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/install-split-partitions.png -------------------------------------------------------------------------------- /data/img/screenshots/kangaroo-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/kangaroo-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/keyboard-language-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/keyboard-language-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/lightpad-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/lightpad-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/loop-hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/loop-hero.jpg -------------------------------------------------------------------------------- /data/img/screenshots/materia-material-theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/materia-material-theme.jpg -------------------------------------------------------------------------------- /data/img/screenshots/material-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/material-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/mediaplayer-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/mediaplayer-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/minigalaxy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/minigalaxy.jpg -------------------------------------------------------------------------------- /data/img/screenshots/mojave-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/mojave-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/network-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/network-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/no-longer-home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/no-longer-home.jpg -------------------------------------------------------------------------------- /data/img/screenshots/orchis-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/orchis-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/osx-arc-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/osx-arc-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/performance-gauge-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/performance-gauge-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/piper-resolutionpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/piper-resolutionpage.png -------------------------------------------------------------------------------- /data/img/screenshots/pixel-saver-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/pixel-saver-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/plata-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/plata-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/pocillo-bionic-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/pocillo-bionic-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/pocillo-focal-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/pocillo-focal-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/pocillo-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/pocillo-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/previews-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/previews-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/qogirbudgie-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/qogirbudgie-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/quickchar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/quickchar.jpg -------------------------------------------------------------------------------- /data/img/screenshots/quicknote-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/quicknote-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/recentlyused-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/recentlyused-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/redmond_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/redmond_layout.png -------------------------------------------------------------------------------- /data/img/screenshots/rotation-lock-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/rotation-lock-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/screenshot-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/screenshot-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/showtime-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/showtime-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/sntray-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/sntray-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/sys-monitor-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/sys-monitor-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/sysmonitor-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/sysmonitor-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/takeabreak-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/takeabreak-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/tasks-backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/tasks-backup.png -------------------------------------------------------------------------------- /data/img/screenshots/tasks-firewall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/tasks-firewall.png -------------------------------------------------------------------------------- /data/img/screenshots/tasks-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/tasks-users.png -------------------------------------------------------------------------------- /data/img/screenshots/theone_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/theone_layout.png -------------------------------------------------------------------------------- /data/img/screenshots/traditional_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/traditional_layout.png -------------------------------------------------------------------------------- /data/img/screenshots/trash-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/trash-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/ubuntubudgie_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/ubuntubudgie_layout.png -------------------------------------------------------------------------------- /data/img/screenshots/user-indicator-redux-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/user-indicator-redux-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/valheim.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/valheim.jpg -------------------------------------------------------------------------------- /data/img/screenshots/vertex-theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/vertex-theme.jpg -------------------------------------------------------------------------------- /data/img/screenshots/vimix-material-theme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/vimix-material-theme.jpg -------------------------------------------------------------------------------- /data/img/screenshots/visualspace-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/visualspace-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/wallstreet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/wallstreet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/weather-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/weather-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/weathershow-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/weathershow-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/whitesur-style.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/whitesur-style.jpg -------------------------------------------------------------------------------- /data/img/screenshots/window-mover-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/window-mover-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/window-shuffler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/window-shuffler.jpg -------------------------------------------------------------------------------- /data/img/screenshots/wmmover-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/wmmover-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/workspace-overview-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/workspace-overview-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/workspace-stopwatch-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/workspace-stopwatch-applet.jpg -------------------------------------------------------------------------------- /data/img/screenshots/workspace-wallpaper-applet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/screenshots/workspace-wallpaper-applet.jpg -------------------------------------------------------------------------------- /data/img/shop/ubuntu_budgie_shop_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/shop/ubuntu_budgie_shop_final.png -------------------------------------------------------------------------------- /data/img/social/facebook.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /data/img/social/g+.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /data/img/social/irc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /data/img/social/reddit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /data/img/social/telegram.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | image/svg+xml 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /data/img/social/twitter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 47 | 48 | 57 | 60 | 61 | -------------------------------------------------------------------------------- /data/img/welcome/blank-wordmark.svg: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 39 | Ubuntu Budgie wordmark 41 | 43 | 44 | 46 | image/svg+xml 47 | 49 | Ubuntu Budgie wordmark 50 | 51 | 52 | HEXcube 53 | 54 | 55 | 57 | Ubuntu and Clear Sans fonts and Ubuntu Budgie logo 58 | Official wordmark for Ubuntu Budgie 59 | 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /data/img/welcome/distro-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | budgie-remix Logo 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | budgie-remix Logo 10 | 11 | 12 | HEXcube and Joshua "Foggalong" Fogg 13 | 14 | 15 | 16 | Budgie Logo by Yuri Henrique 17 | Prototype logo for budgie-remix with medium sized Budgie shapes 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /data/img/welcome/distro-laptop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/welcome/distro-laptop.png -------------------------------------------------------------------------------- /data/img/welcome/go-left-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /data/img/welcome/ic_back.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /data/img/welcome/ic_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/welcome/ic_close.png -------------------------------------------------------------------------------- /data/img/welcome/ic_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/welcome/ic_info.png -------------------------------------------------------------------------------- /data/img/welcome/mouse-click-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/welcome/mouse-click-left.png -------------------------------------------------------------------------------- /data/img/welcome/mouse-click-middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/welcome/mouse-click-middle.png -------------------------------------------------------------------------------- /data/img/welcome/mouse-click-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/welcome/mouse-click-right.png -------------------------------------------------------------------------------- /data/img/welcome/mouse-scroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/welcome/mouse-scroll.png -------------------------------------------------------------------------------- /data/img/welcome/processing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/data/img/welcome/processing.gif -------------------------------------------------------------------------------- /data/po/donate/donate.pot: -------------------------------------------------------------------------------- 1 | # 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: Budgie Welcome\n" 5 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 6 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7 | "Last-Translator: FULL NAME \n" 8 | "MIME-Version: 1.0\n" 9 | "Content-Type: text/plain; charset=UTF-8\n" 10 | "Content-Transfer-Encoding: 8bit\n" 11 | "Language-Team:: LANGUAGE \n" 12 | "Report-Msgid-Bugs-To : you@example.com\n" 13 | 14 | #: donate.html:13 15 | msgid "Donate" 16 | msgstr "" 17 | 18 | #: donate.html:17 19 | msgid "" 20 | "Ubuntu Budgie is a community driven GNU/Linux distribution " 21 | "that combines the powerful Ubuntu base with the beautiful Budgie Desktop to " 22 | "provide a user friendly, modern desktop operating system." 23 | msgstr "" 24 | 25 | #: donate.html:21 26 | msgid "" 27 | "The goal of Ubuntu Budgie is to provide a stable operating system that " 28 | "offers a familiar user experience, and usable for both newbies and advanced " 29 | "users alike. We are part of the official Ubuntu community, which provides " 30 | "for you better visibility and support. However we don't get any funding from" 31 | " Canonical (the company that pays for Ubuntu up-keep and development)." 32 | msgstr "" 33 | 34 | #: donate.html:26 35 | msgid "" 36 | "Ubuntu Budgie is an open source project and any money raised will be used to" 37 | " meet maintenance costs of the project, support the project and give back to" 38 | " all projects that make up Ubuntu Budgie. Every contributor will be " 39 | "displayed proudly on our website. How your money is spent is displayed so " 40 | "you can be assured your contributions are being used wisely. Patreon " 41 | "donations will be made visible on confirmation of the donation received at " 42 | "the beginning of the next month. Paypal donations will appear ASAP after the" 43 | " donation is received." 44 | msgstr "" 45 | 46 | #: donate.html:34 47 | msgid "" 48 | "If you believe that our cause is worthy and it is something that needs to go" 49 | " on without any barriers, then please consider contributing to the project." 50 | msgstr "" 51 | -------------------------------------------------------------------------------- /data/po/index/da.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # scootergrisen, 2023 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-03-15 13:49+0000\n" 10 | "Last-Translator: scootergrisen, 2023\n" 11 | "Language-Team: Danish (https://app.transifex.com/ubuntu-budgie/teams/72251/da/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: da\n" 16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: index.html:14 20 | msgid "Main Menu" 21 | msgstr "Hovedmenu" 22 | 23 | #: index.html:24 24 | msgid "Choose an option to discover your new operating system." 25 | msgstr "Vælg en valgmulighed for at opdage dit nye styresystem." 26 | 27 | #: index.html:36 28 | msgid "Introduction" 29 | msgstr "Introduktion" 30 | 31 | #: index.html:42 32 | msgid "Features" 33 | msgstr "Funktionaliteter" 34 | 35 | #: index.html:48 36 | msgid "Getting Started" 37 | msgstr "Kom godt i gang" 38 | 39 | #: index.html:54 40 | msgid "Installation Help" 41 | msgstr "Installationshjælp" 42 | 43 | #: index.html60, 117 44 | msgid "Recommendations" 45 | msgstr "Anbefalinger" 46 | 47 | #: index.html:78 48 | msgid "Online Store" 49 | msgstr "Onlinebutik" 50 | 51 | #: index.html:84 52 | msgid "Community" 53 | msgstr "Fællesskab" 54 | 55 | #: index.html:90 56 | msgid "Get Involved" 57 | msgstr "Vær med" 58 | 59 | #: index.html:96 60 | msgid "Donate" 61 | msgstr "Donér" 62 | 63 | #: index.html:106 64 | msgid "Install Now" 65 | msgstr "Installer nu" 66 | 67 | #: index.html:113 68 | msgid "Install Software" 69 | msgstr "Installer software" 70 | 71 | #: index.html:115 72 | msgid "Budgie Extras" 73 | msgstr "" 74 | 75 | #: index.html:118 76 | msgid "Software Center" 77 | msgstr "Softwarecenter" 78 | 79 | #: index.html:119 80 | msgid "Gaming" 81 | msgstr "" 82 | 83 | #: index.html:125 84 | msgid "Makeovers & Layouts" 85 | msgstr "" 86 | 87 | #: index.html:135 88 | msgid "Get Support:" 89 | msgstr "Få support:" 90 | 91 | #: index.html:147 92 | msgid "Facebook Group" 93 | msgstr "Facebook-gruppe" 94 | 95 | #: index.html:150 96 | msgid "Facebook Page" 97 | msgstr "Facebook-side" 98 | -------------------------------------------------------------------------------- /data/po/index/index.pot: -------------------------------------------------------------------------------- 1 | # 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: Budgie Welcome\n" 5 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 6 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7 | "Last-Translator: FULL NAME \n" 8 | "MIME-Version: 1.0\n" 9 | "Content-Type: text/plain; charset=UTF-8\n" 10 | "Content-Transfer-Encoding: 8bit\n" 11 | "Language-Team:: LANGUAGE \n" 12 | "Report-Msgid-Bugs-To : you@example.com\n" 13 | 14 | #: index.html:14 15 | msgid "Main Menu" 16 | msgstr "" 17 | 18 | #: index.html:24 19 | msgid "Choose an option to discover your new operating system." 20 | msgstr "" 21 | 22 | #: index.html:36 23 | msgid "Introduction" 24 | msgstr "" 25 | 26 | #: index.html:42 27 | msgid "Features" 28 | msgstr "" 29 | 30 | #: index.html:48 31 | msgid "Getting Started" 32 | msgstr "" 33 | 34 | #: index.html:54 35 | msgid "Installation Help" 36 | msgstr "" 37 | 38 | #: index.html:60, 117 39 | msgid "Recommendations" 40 | msgstr "" 41 | 42 | #: index.html:78 43 | msgid "Online Store" 44 | msgstr "" 45 | 46 | #: index.html:84 47 | msgid "Community" 48 | msgstr "" 49 | 50 | #: index.html:90 51 | msgid "Get Involved" 52 | msgstr "" 53 | 54 | #: index.html:96 55 | msgid "Donate" 56 | msgstr "" 57 | 58 | #: index.html:106 59 | msgid "Install Now" 60 | msgstr "" 61 | 62 | #: index.html:113 63 | msgid "Install Software" 64 | msgstr "" 65 | 66 | #: index.html:115 67 | msgid "Budgie Extras" 68 | msgstr "" 69 | 70 | #: index.html:118 71 | msgid "Software Center" 72 | msgstr "" 73 | 74 | #: index.html:119 75 | msgid "Gaming" 76 | msgstr "" 77 | 78 | #: index.html:125 79 | msgid "Makeovers & Layouts" 80 | msgstr "" 81 | 82 | #: index.html:135 83 | msgid "Get Support:" 84 | msgstr "" 85 | 86 | #: index.html:147 87 | msgid "Facebook Group" 88 | msgstr "" 89 | 90 | #: index.html:150 91 | msgid "Facebook Page" 92 | msgstr "" 93 | -------------------------------------------------------------------------------- /data/po/index/ja.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Ryo Nakano, 2023 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-03-15 13:49+0000\n" 10 | "Last-Translator: Ryo Nakano, 2023\n" 11 | "Language-Team: Japanese (https://app.transifex.com/ubuntu-budgie/teams/72251/ja/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: ja\n" 16 | "Plural-Forms: nplurals=1; plural=0;\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: index.html:14 20 | msgid "Main Menu" 21 | msgstr "メインメニュー" 22 | 23 | #: index.html:24 24 | msgid "Choose an option to discover your new operating system." 25 | msgstr "お使いの新しいオペレーティングシステムについて知るには、オプションを選択してください。" 26 | 27 | #: index.html:36 28 | msgid "Introduction" 29 | msgstr "導入" 30 | 31 | #: index.html:42 32 | msgid "Features" 33 | msgstr "機能" 34 | 35 | #: index.html:48 36 | msgid "Getting Started" 37 | msgstr "はじめに" 38 | 39 | #: index.html:54 40 | msgid "Installation Help" 41 | msgstr "インストールのヘルプ" 42 | 43 | #: index.html60, 117 44 | msgid "Recommendations" 45 | msgstr "推奨事項" 46 | 47 | #: index.html:78 48 | msgid "Online Store" 49 | msgstr "オンラインストア" 50 | 51 | #: index.html:84 52 | msgid "Community" 53 | msgstr "コミュニティー" 54 | 55 | #: index.html:90 56 | msgid "Get Involved" 57 | msgstr "開発に参加" 58 | 59 | #: index.html:96 60 | msgid "Donate" 61 | msgstr "寄付" 62 | 63 | #: index.html:106 64 | msgid "Install Now" 65 | msgstr "今すぐインストール" 66 | 67 | #: index.html:113 68 | msgid "Install Software" 69 | msgstr "ソフトウェアをインストール" 70 | 71 | #: index.html:115 72 | msgid "Budgie Extras" 73 | msgstr "" 74 | 75 | #: index.html:118 76 | msgid "Software Center" 77 | msgstr "ソフトウェアセンター" 78 | 79 | #: index.html:119 80 | msgid "Gaming" 81 | msgstr "" 82 | 83 | #: index.html:125 84 | msgid "Makeovers & Layouts" 85 | msgstr "" 86 | 87 | #: index.html:135 88 | msgid "Get Support:" 89 | msgstr "サポートを受ける" 90 | 91 | #: index.html:147 92 | msgid "Facebook Group" 93 | msgstr "Facebook グループ" 94 | 95 | #: index.html:150 96 | msgid "Facebook Page" 97 | msgstr "Facebook ページ" 98 | -------------------------------------------------------------------------------- /data/po/index/ko.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Kwon.Yongchan , 2021 4 | # SD SkyKlouD , 2023 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Budgie Welcome\n" 9 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 10 | "PO-Revision-Date: 2017-03-15 13:49+0000\n" 11 | "Last-Translator: SD SkyKlouD , 2023\n" 12 | "Language-Team: Korean (https://app.transifex.com/ubuntu-budgie/teams/72251/ko/)\n" 13 | "MIME-Version: 1.0\n" 14 | "Content-Type: text/plain; charset=UTF-8\n" 15 | "Content-Transfer-Encoding: 8bit\n" 16 | "Language: ko\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "Report-Msgid-Bugs-To : you@example.com\n" 19 | 20 | #: index.html:14 21 | msgid "Main Menu" 22 | msgstr "주 메뉴" 23 | 24 | #: index.html:24 25 | msgid "Choose an option to discover your new operating system." 26 | msgstr "옵션을 선택하여 새로운 운영체제의 기능을 확인해 보세요." 27 | 28 | #: index.html:36 29 | msgid "Introduction" 30 | msgstr "소개" 31 | 32 | #: index.html:42 33 | msgid "Features" 34 | msgstr "기능" 35 | 36 | #: index.html:48 37 | msgid "Getting Started" 38 | msgstr "시작하기" 39 | 40 | #: index.html:54 41 | msgid "Installation Help" 42 | msgstr "설치 도움말" 43 | 44 | #: index.html60, 117 45 | msgid "Recommendations" 46 | msgstr "추천" 47 | 48 | #: index.html:78 49 | msgid "Online Store" 50 | msgstr "온라인 상점" 51 | 52 | #: index.html:84 53 | msgid "Community" 54 | msgstr "커뮤니티" 55 | 56 | #: index.html:90 57 | msgid "Get Involved" 58 | msgstr "기여하기" 59 | 60 | #: index.html:96 61 | msgid "Donate" 62 | msgstr "기부" 63 | 64 | #: index.html:106 65 | msgid "Install Now" 66 | msgstr "지금 설치하기" 67 | 68 | #: index.html:113 69 | msgid "Install Software" 70 | msgstr "소프트웨어 설치하기" 71 | 72 | #: index.html:115 73 | msgid "Budgie Extras" 74 | msgstr "Budgie 엑스트라" 75 | 76 | #: index.html:118 77 | msgid "Software Center" 78 | msgstr "소프트웨어 센터" 79 | 80 | #: index.html:119 81 | msgid "Gaming" 82 | msgstr "게임 관리" 83 | 84 | #: index.html:125 85 | msgid "Makeovers & Layouts" 86 | msgstr "" 87 | 88 | #: index.html:135 89 | msgid "Get Support:" 90 | msgstr "지원 받기:" 91 | 92 | #: index.html:147 93 | msgid "Facebook Group" 94 | msgstr "페이스북 그룹" 95 | 96 | #: index.html:150 97 | msgid "Facebook Page" 98 | msgstr "페이스북 페이지" 99 | -------------------------------------------------------------------------------- /data/po/index/ro_RO.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # George Bungarzescu , 2019 4 | # Andrei Micuda , 2020 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Budgie Welcome\n" 9 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 10 | "PO-Revision-Date: 2017-03-15 13:49+0000\n" 11 | "Last-Translator: Andrei Micuda , 2020\n" 12 | "Language-Team: Romanian (Romania) (https://app.transifex.com/ubuntu-budgie/teams/72251/ro_RO/)\n" 13 | "MIME-Version: 1.0\n" 14 | "Content-Type: text/plain; charset=UTF-8\n" 15 | "Content-Transfer-Encoding: 8bit\n" 16 | "Language: ro_RO\n" 17 | "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" 18 | "Report-Msgid-Bugs-To : you@example.com\n" 19 | 20 | #: index.html:14 21 | msgid "Main Menu" 22 | msgstr "" 23 | 24 | #: index.html:24 25 | msgid "Choose an option to discover your new operating system." 26 | msgstr "" 27 | 28 | #: index.html:36 29 | msgid "Introduction" 30 | msgstr "Introducere" 31 | 32 | #: index.html:42 33 | msgid "Features" 34 | msgstr "Caracteristici" 35 | 36 | #: index.html:48 37 | msgid "Getting Started" 38 | msgstr "" 39 | 40 | #: index.html:54 41 | msgid "Installation Help" 42 | msgstr "" 43 | 44 | #: index.html60, 117 45 | msgid "Recommendations" 46 | msgstr "" 47 | 48 | #: index.html:78 49 | msgid "Online Store" 50 | msgstr "" 51 | 52 | #: index.html:84 53 | msgid "Community" 54 | msgstr "Comunitate" 55 | 56 | #: index.html:90 57 | msgid "Get Involved" 58 | msgstr "Implica-te" 59 | 60 | #: index.html:96 61 | msgid "Donate" 62 | msgstr "Doneaza" 63 | 64 | #: index.html:106 65 | msgid "Install Now" 66 | msgstr "" 67 | 68 | #: index.html:113 69 | msgid "Install Software" 70 | msgstr "" 71 | 72 | #: index.html:115 73 | msgid "Budgie Extras" 74 | msgstr "" 75 | 76 | #: index.html:118 77 | msgid "Software Center" 78 | msgstr "" 79 | 80 | #: index.html:119 81 | msgid "Gaming" 82 | msgstr "" 83 | 84 | #: index.html:125 85 | msgid "Makeovers & Layouts" 86 | msgstr "" 87 | 88 | #: index.html:135 89 | msgid "Get Support:" 90 | msgstr "" 91 | 92 | #: index.html:147 93 | msgid "Facebook Group" 94 | msgstr "Grup Facebook" 95 | 96 | #: index.html:150 97 | msgid "Facebook Page" 98 | msgstr "Pagina Facebook" 99 | -------------------------------------------------------------------------------- /data/po/index/sv.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # b450a94a7adde4e1349c2dd5bd27cd2a_87e9b88, 2023 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-03-15 13:49+0000\n" 10 | "Last-Translator: b450a94a7adde4e1349c2dd5bd27cd2a_87e9b88, 2023\n" 11 | "Language-Team: Swedish (https://app.transifex.com/ubuntu-budgie/teams/72251/sv/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: sv\n" 16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: index.html:14 20 | msgid "Main Menu" 21 | msgstr "" 22 | 23 | #: index.html:24 24 | msgid "Choose an option to discover your new operating system." 25 | msgstr "" 26 | 27 | #: index.html:36 28 | msgid "Introduction" 29 | msgstr "" 30 | 31 | #: index.html:42 32 | msgid "Features" 33 | msgstr "" 34 | 35 | #: index.html:48 36 | msgid "Getting Started" 37 | msgstr "" 38 | 39 | #: index.html:54 40 | msgid "Installation Help" 41 | msgstr "" 42 | 43 | #: index.html60, 117 44 | msgid "Recommendations" 45 | msgstr "Rekommendationer" 46 | 47 | #: index.html:78 48 | msgid "Online Store" 49 | msgstr "" 50 | 51 | #: index.html:84 52 | msgid "Community" 53 | msgstr "" 54 | 55 | #: index.html:90 56 | msgid "Get Involved" 57 | msgstr "" 58 | 59 | #: index.html:96 60 | msgid "Donate" 61 | msgstr "Donera" 62 | 63 | #: index.html:106 64 | msgid "Install Now" 65 | msgstr "Installera nu" 66 | 67 | #: index.html:113 68 | msgid "Install Software" 69 | msgstr "" 70 | 71 | #: index.html:115 72 | msgid "Budgie Extras" 73 | msgstr "" 74 | 75 | #: index.html:118 76 | msgid "Software Center" 77 | msgstr "" 78 | 79 | #: index.html:119 80 | msgid "Gaming" 81 | msgstr "" 82 | 83 | #: index.html:125 84 | msgid "Makeovers & Layouts" 85 | msgstr "" 86 | 87 | #: index.html:135 88 | msgid "Get Support:" 89 | msgstr "" 90 | 91 | #: index.html:147 92 | msgid "Facebook Group" 93 | msgstr "" 94 | 95 | #: index.html:150 96 | msgid "Facebook Page" 97 | msgstr "" 98 | -------------------------------------------------------------------------------- /data/po/index/zh_CN.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Yazi Tian, 2022 4 | # 9716087e73a5928160e656887fecc74f_916b18d, 2023 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Budgie Welcome\n" 9 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 10 | "PO-Revision-Date: 2017-03-15 13:49+0000\n" 11 | "Last-Translator: 9716087e73a5928160e656887fecc74f_916b18d, 2023\n" 12 | "Language-Team: Chinese (China) (https://app.transifex.com/ubuntu-budgie/teams/72251/zh_CN/)\n" 13 | "MIME-Version: 1.0\n" 14 | "Content-Type: text/plain; charset=UTF-8\n" 15 | "Content-Transfer-Encoding: 8bit\n" 16 | "Language: zh_CN\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "Report-Msgid-Bugs-To : you@example.com\n" 19 | 20 | #: index.html:14 21 | msgid "Main Menu" 22 | msgstr "主菜单" 23 | 24 | #: index.html:24 25 | msgid "Choose an option to discover your new operating system." 26 | msgstr "选择一个选项来探索新的操作系统." 27 | 28 | #: index.html:36 29 | msgid "Introduction" 30 | msgstr "介绍" 31 | 32 | #: index.html:42 33 | msgid "Features" 34 | msgstr "特性" 35 | 36 | #: index.html:48 37 | msgid "Getting Started" 38 | msgstr "入门" 39 | 40 | #: index.html:54 41 | msgid "Installation Help" 42 | msgstr "安装帮助" 43 | 44 | #: index.html60, 117 45 | msgid "Recommendations" 46 | msgstr "推荐" 47 | 48 | #: index.html:78 49 | msgid "Online Store" 50 | msgstr "网店" 51 | 52 | #: index.html:84 53 | msgid "Community" 54 | msgstr "社区" 55 | 56 | #: index.html:90 57 | msgid "Get Involved" 58 | msgstr "参于" 59 | 60 | #: index.html:96 61 | msgid "Donate" 62 | msgstr "捐赠" 63 | 64 | #: index.html:106 65 | msgid "Install Now" 66 | msgstr "现在安装" 67 | 68 | #: index.html:113 69 | msgid "Install Software" 70 | msgstr "安装软件" 71 | 72 | #: index.html:115 73 | msgid "Budgie Extras" 74 | msgstr "Budgie 额外组件" 75 | 76 | #: index.html:118 77 | msgid "Software Center" 78 | msgstr "软件中心" 79 | 80 | #: index.html:119 81 | msgid "Gaming" 82 | msgstr "游戏" 83 | 84 | #: index.html:125 85 | msgid "Makeovers & Layouts" 86 | msgstr "美化 & 布局" 87 | 88 | #: index.html:135 89 | msgid "Get Support:" 90 | msgstr "获取支持:" 91 | 92 | #: index.html:147 93 | msgid "Facebook Group" 94 | msgstr "Facebook 群组" 95 | 96 | #: index.html:150 97 | msgid "Facebook Page" 98 | msgstr "Facebook 专页" 99 | -------------------------------------------------------------------------------- /data/po/store/bg.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Ivailo Panamski , 2018 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Ivailo Panamski , 2018\n" 11 | "Language-Team: Bulgarian (https://app.transifex.com/ubuntu-budgie/teams/72251/bg/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: bg\n" 16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Онлайн Магазин" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...и малко стикери, раница и още!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "Бутонът отдолу ще ви препрати към външен сайт за пазаруване." 45 | -------------------------------------------------------------------------------- /data/po/store/ca.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Davidmp , 2022 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Davidmp , 2022\n" 11 | "Language-Team: Catalan (https://app.transifex.com/ubuntu-budgie/teams/72251/ca/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: ca\n" 16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Botiga en línia" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | "Vaig donar suport a l'Ubuntu Budgie i tot el que vaig aconseguir va ser " 27 | "aquesta samarreta fantàstica!" 28 | 29 | #: store.html:21 30 | msgid "...and some stickers, a backpack, and more!" 31 | msgstr "i alguns adhesius, una motxilla i més coses!" 32 | 33 | #: store.html:23 34 | msgid "" 35 | "Would you like to support the project, spread the word, or maybe avoid " 36 | "laundry just one more day? You can pick up some merchandise, and a portion " 37 | "of the sale will be put to good use. We support opensource and any money " 38 | "raised will go towards opensource developers as well as Ubuntu Budgie " 39 | "itself." 40 | msgstr "" 41 | "Us agradaria donar suport al projecte, fer-ne difusió o potser evitar la " 42 | "bugaderia només un dia més? Podeu recollir alguna mercaderia i d'una part de" 43 | " la venda se'n farà un bon ús. Donem suport al codi obert, i els diners " 44 | "recaptats aniran destinats als desenvolupadors de codi obert i al mateix " 45 | "Ubuntu Budgie." 46 | 47 | #: store.html:28 48 | msgid "" 49 | "Please note that the button below will take you to an external site for " 50 | "browsing and purchasing." 51 | msgstr "" 52 | "Si us plau, tingueu en compte que el botó de sota us portarà a un lloc " 53 | "extern per navegar i fer compres." 54 | -------------------------------------------------------------------------------- /data/po/store/da.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # scootergrisen, 2018 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: scootergrisen, 2018\n" 11 | "Language-Team: Danish (https://app.transifex.com/ubuntu-budgie/teams/72251/da/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: da\n" 16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Onlinebutik" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...og nogle klistermærker, en rygsæk og mere!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "Bemærk venligst at knappen nedenfor tager dig til et ekstern sted til at " 46 | "gennemse og købe." 47 | -------------------------------------------------------------------------------- /data/po/store/de_DE.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # fd0badd786d230003e572856fa987370, 2017 4 | # 602bbda2c6fb9fe8c581051c07286463_e503c23, 2017 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Budgie Welcome\n" 9 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 10 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 11 | "Last-Translator: 602bbda2c6fb9fe8c581051c07286463_e503c23, 2017\n" 12 | "Language-Team: German (Germany) (https://app.transifex.com/ubuntu-budgie/teams/72251/de_DE/)\n" 13 | "MIME-Version: 1.0\n" 14 | "Content-Type: text/plain; charset=UTF-8\n" 15 | "Content-Transfer-Encoding: 8bit\n" 16 | "Language: de_DE\n" 17 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 18 | "Report-Msgid-Bugs-To : you@example.com\n" 19 | 20 | #: store.html13, 18, 32 21 | msgid "Online Store" 22 | msgstr "Onlineshop" 23 | 24 | #: store.html:20 25 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 26 | msgstr "" 27 | 28 | #: store.html:21 29 | msgid "...and some stickers, a backpack, and more!" 30 | msgstr "...und einige Aufkleber, einen Rucksack und noch mehr!" 31 | 32 | #: store.html:23 33 | msgid "" 34 | "Would you like to support the project, spread the word, or maybe avoid " 35 | "laundry just one more day? You can pick up some merchandise, and a portion " 36 | "of the sale will be put to good use. We support opensource and any money " 37 | "raised will go towards opensource developers as well as Ubuntu Budgie " 38 | "itself." 39 | msgstr "" 40 | 41 | #: store.html:28 42 | msgid "" 43 | "Please note that the button below will take you to an external site for " 44 | "browsing and purchasing." 45 | msgstr "" 46 | "Bitte beachten Sie, dass der folgende Knopf zu einer externen Internetseite " 47 | "weiterleitet." 48 | -------------------------------------------------------------------------------- /data/po/store/el.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Nea Retrogamer (nearetrogamer), 2017 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Nea Retrogamer (nearetrogamer), 2017\n" 11 | "Language-Team: Greek (https://app.transifex.com/ubuntu-budgie/teams/72251/el/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: el\n" 16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Διαδικτυακό Κατάστημα" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...και μερικά αυτοκόλλητα, ένα σακίδιο και άλλα πολλά!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "Παρακαλώ σημειώστε ότι το κάτωθι κουμπί θα σας πάρει σε μία εξωτερική " 46 | "ιστοσελίδα για περιήγηση και αγορά." 47 | -------------------------------------------------------------------------------- /data/po/store/en_GB.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # David Mohammed , 2017 4 | # david “fossfreedom” mohammed , 2022 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Budgie Welcome\n" 9 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 10 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 11 | "Last-Translator: david “fossfreedom” mohammed , 2022\n" 12 | "Language-Team: English (United Kingdom) (https://app.transifex.com/ubuntu-budgie/teams/72251/en_GB/)\n" 13 | "MIME-Version: 1.0\n" 14 | "Content-Type: text/plain; charset=UTF-8\n" 15 | "Content-Transfer-Encoding: 8bit\n" 16 | "Language: en_GB\n" 17 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 18 | "Report-Msgid-Bugs-To : you@example.com\n" 19 | 20 | #: store.html13, 18, 32 21 | msgid "Online Store" 22 | msgstr "Online Store" 23 | 24 | #: store.html:20 25 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 26 | msgstr "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 27 | 28 | #: store.html:21 29 | msgid "...and some stickers, a backpack, and more!" 30 | msgstr "...and some stickers, a backpack, and more!" 31 | 32 | #: store.html:23 33 | msgid "" 34 | "Would you like to support the project, spread the word, or maybe avoid " 35 | "laundry just one more day? You can pick up some merchandise, and a portion " 36 | "of the sale will be put to good use. We support opensource and any money " 37 | "raised will go towards opensource developers as well as Ubuntu Budgie " 38 | "itself." 39 | msgstr "" 40 | "Would you like to support the project, spread the word, or maybe avoid " 41 | "laundry just one more day? You can pick up some merchandise, and a portion " 42 | "of the sale will be put to good use. We support opensource and any money " 43 | "raised will go towards opensource developers as well as Ubuntu Budgie " 44 | "itself." 45 | 46 | #: store.html:28 47 | msgid "" 48 | "Please note that the button below will take you to an external site for " 49 | "browsing and purchasing." 50 | msgstr "" 51 | "Please note that the button below will take you to an external site for " 52 | "browsing and purchasing." 53 | -------------------------------------------------------------------------------- /data/po/store/eo.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Benjamin Piller , 2019 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Benjamin Piller , 2019\n" 11 | "Language-Team: Esperanto (https://app.transifex.com/ubuntu-budgie/teams/72251/eo/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: eo\n" 16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Reta butiko" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "... kaj kelkaj glumarkoj, dorsosako, kaj pli!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "Bonvolu noti, ke la suba butono kondukos vin al ekstera retejo por foliumado" 46 | " kaj aĉeto." 47 | -------------------------------------------------------------------------------- /data/po/store/es.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Adolfo Jayme Barrientos, 2017 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Adolfo Jayme Barrientos, 2017\n" 11 | "Language-Team: Spanish (https://app.transifex.com/ubuntu-budgie/teams/72251/es/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: es\n" 16 | "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Tienda en línea" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "... ¡y calcomanías, una mochila y mucho más!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "Observe que el botón siguiente lo llevará a un sitio externo para explorar y" 46 | " comprar." 47 | -------------------------------------------------------------------------------- /data/po/store/fa.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Abolfazl Amiri (aasmpro) , 2017 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Abolfazl Amiri (aasmpro) , 2017\n" 11 | "Language-Team: Persian (https://app.transifex.com/ubuntu-budgie/teams/72251/fa/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: fa\n" 16 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "فروشگاه آنلاین" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...و چندتا برچسب، یک کوله پشتی، و حتی بیشتر!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "همچنین توجه داشته باشید که دکمه پایین شما را به سایت خارج از سایت اصلی برای " 46 | "جستجو و پرداخت هدایت میکند." 47 | -------------------------------------------------------------------------------- /data/po/store/fi.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Oi Suomi On! , 2020 4 | # Tinde (Joke), 2024 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Budgie Welcome\n" 9 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 10 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 11 | "Last-Translator: Tinde (Joke), 2024\n" 12 | "Language-Team: Finnish (https://app.transifex.com/ubuntu-budgie/teams/72251/fi/)\n" 13 | "MIME-Version: 1.0\n" 14 | "Content-Type: text/plain; charset=UTF-8\n" 15 | "Content-Transfer-Encoding: 8bit\n" 16 | "Language: fi\n" 17 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 18 | "Report-Msgid-Bugs-To : you@example.com\n" 19 | 20 | #: store.html13, 18, 32 21 | msgid "Online Store" 22 | msgstr "Verkkomyymälä" 23 | 24 | #: store.html:20 25 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 26 | msgstr "Tuin Ubuntu-budgieta, ja sain vain tämän mahtavan t-paidan!" 27 | 28 | #: store.html:21 29 | msgid "...and some stickers, a backpack, and more!" 30 | msgstr "...sekä muutaman tarran, selkärepun, ja muuta!" 31 | 32 | #: store.html:23 33 | msgid "" 34 | "Would you like to support the project, spread the word, or maybe avoid " 35 | "laundry just one more day? You can pick up some merchandise, and a portion " 36 | "of the sale will be put to good use. We support opensource and any money " 37 | "raised will go towards opensource developers as well as Ubuntu Budgie " 38 | "itself." 39 | msgstr "" 40 | "Haluatko tukea projektia, levittää sanaa tai ehkä välttää pyykkiä vielä " 41 | "yhden päivän? Voit noutaa tavaroita, ja osa myynnistä käytetään hyväkseen. " 42 | "Tuemme OpenSourcea ja kerätyt rahat menevät opensource -kehittäjiin ja itse " 43 | "Ubuntu -budgiin." 44 | 45 | #: store.html:28 46 | msgid "" 47 | "Please note that the button below will take you to an external site for " 48 | "browsing and purchasing." 49 | msgstr "" 50 | "Huomaa, että alhaalla oleva namiska johtaa ulkopuoliselle sivustolle " 51 | "selataksesi ja ostoksia tehdäksesi." 52 | -------------------------------------------------------------------------------- /data/po/store/fr.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Scott , 2017 4 | # Jean Cahuzac, 2024 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Budgie Welcome\n" 9 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 10 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 11 | "Last-Translator: Jean Cahuzac, 2024\n" 12 | "Language-Team: French (https://app.transifex.com/ubuntu-budgie/teams/72251/fr/)\n" 13 | "MIME-Version: 1.0\n" 14 | "Content-Type: text/plain; charset=UTF-8\n" 15 | "Content-Transfer-Encoding: 8bit\n" 16 | "Language: fr\n" 17 | "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" 18 | "Report-Msgid-Bugs-To : you@example.com\n" 19 | 20 | #: store.html13, 18, 32 21 | msgid "Online Store" 22 | msgstr "Boutique en ligne" 23 | 24 | #: store.html:20 25 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 26 | msgstr "Pour soutenir Ubuntu Budgie, je m'offre ce superbe t-shirt !" 27 | 28 | #: store.html:21 29 | msgid "...and some stickers, a backpack, and more!" 30 | msgstr "...des autocollants, un sac-à-dos, et plus encore !" 31 | 32 | #: store.html:23 33 | msgid "" 34 | "Would you like to support the project, spread the word, or maybe avoid " 35 | "laundry just one more day? You can pick up some merchandise, and a portion " 36 | "of the sale will be put to good use. We support opensource and any money " 37 | "raised will go towards opensource developers as well as Ubuntu Budgie " 38 | "itself." 39 | msgstr "" 40 | "Vous souhaitez soutenir le projet et faire passer le message ? Votre argent " 41 | "sera utilisé à bon escient : comme nous soutenons les logiciels libres, le " 42 | "bénéfice de la vente de ces articles ira au développement de logiciels " 43 | "libres et à celui d'Ubuntu Budgie." 44 | 45 | #: store.html:28 46 | msgid "" 47 | "Please note that the button below will take you to an external site for " 48 | "browsing and purchasing." 49 | msgstr "" 50 | "Le bouton ci-dessous vous redirigera vers un site exterieur pour faire vos " 51 | "emplettes." 52 | -------------------------------------------------------------------------------- /data/po/store/fr_FR.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Jean Cahuzac, 2024 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Jean Cahuzac, 2024\n" 11 | "Language-Team: French (France) (https://app.transifex.com/ubuntu-budgie/teams/72251/fr_FR/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: fr_FR\n" 16 | "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Boutique en ligne" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "Pour soutenir Ubuntu Budgie, je m'offre ce superbe t-shirt !" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...des autocollants, un sac-à-dos, et plus encore !" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | "Vous souhaitez soutenir le projet et faire passer le message ? Votre argent " 40 | "sera utilisé à bon escient : comme nous soutenons les logiciels libres, le " 41 | "bénéfice de la vente de ces articles ira au développement de logiciels " 42 | "libres et à celui d'Ubuntu Budgie." 43 | 44 | #: store.html:28 45 | msgid "" 46 | "Please note that the button below will take you to an external site for " 47 | "browsing and purchasing." 48 | msgstr "" 49 | "Le bouton ci-dessous vous redirigera vers un site exterieur pour faire vos " 50 | "emplettes." 51 | -------------------------------------------------------------------------------- /data/po/store/he.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # 63f334ffc0709ba0fc2361b80bf3c0f0_00ffd1e , 2022 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: 63f334ffc0709ba0fc2361b80bf3c0f0_00ffd1e , 2022\n" 11 | "Language-Team: Hebrew (https://app.transifex.com/ubuntu-budgie/teams/72251/he/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: he\n" 16 | "Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "חנות מקוונת" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...וגם כמה מדבקות, תיק גב, ועוד!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "לתשומת ליבך, לחיצה על הכפתור למטה תוביל אותך לאתר חיצוני למטרות עיון וקנייה." 46 | -------------------------------------------------------------------------------- /data/po/store/hu.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Bence László , 2017 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Bence László , 2017\n" 11 | "Language-Team: Hungarian (https://app.transifex.com/ubuntu-budgie/teams/72251/hu/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: hu\n" 16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Online áruház" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...és néhány matrica, egy hátizsák, és egyebek!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "Kérjük, vegye figyelembe, hogy az alábbi gomb egy külső oldalra viszi, " 46 | "böngészésre és vásárlásra." 47 | -------------------------------------------------------------------------------- /data/po/store/id_ID.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Wong Fan , 2017 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Wong Fan , 2017\n" 11 | "Language-Team: Indonesian (Indonesia) (https://app.transifex.com/ubuntu-budgie/teams/72251/id_ID/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: id_ID\n" 16 | "Plural-Forms: nplurals=1; plural=0;\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Toko Online" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...dan beberapa stiker, tas dan banyak lagi!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "Harap dicatat bahwa tombol di bawah ini akan membawa Anda ke situs eksternal" 46 | " untuk browsing dan pembelian." 47 | -------------------------------------------------------------------------------- /data/po/store/it.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Nicola Gentile , 2023 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Nicola Gentile , 2023\n" 11 | "Language-Team: Italian (https://app.transifex.com/ubuntu-budgie/teams/72251/it/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: it\n" 16 | "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Negozio Online" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | "Ho supportato Ubuntu Budgie e tutto quello che ho ottenuto è stata questa " 27 | "fantastica maglietta!" 28 | 29 | #: store.html:21 30 | msgid "...and some stickers, a backpack, and more!" 31 | msgstr "...e alcuni adesivi, uno zaino e molto altro!" 32 | 33 | #: store.html:23 34 | msgid "" 35 | "Would you like to support the project, spread the word, or maybe avoid " 36 | "laundry just one more day? You can pick up some merchandise, and a portion " 37 | "of the sale will be put to good use. We support opensource and any money " 38 | "raised will go towards opensource developers as well as Ubuntu Budgie " 39 | "itself." 40 | msgstr "" 41 | "Vorresti sostenere il progetto, spargere la voce o magari evitare di fare il" 42 | " bucato solo un altro giorno? Puoi ritirare un po' di merce e una parte " 43 | "della vendita sarà sfruttata. Supportiamo l'opensource e tutti i soldi " 44 | "raccolti andranno agli sviluppatori opensource e allo stesso Ubuntu Budgie." 45 | 46 | #: store.html:28 47 | msgid "" 48 | "Please note that the button below will take you to an external site for " 49 | "browsing and purchasing." 50 | msgstr "" 51 | "Si prega di notare che il pulsante qui sotto vi porterà a un sito esterno " 52 | "per la navigazione e di acquisto." 53 | -------------------------------------------------------------------------------- /data/po/store/ja.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Ryo Nakano, 2019 4 | # FuRuYa7 , 2019 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Budgie Welcome\n" 9 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 10 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 11 | "Last-Translator: FuRuYa7 , 2019\n" 12 | "Language-Team: Japanese (https://app.transifex.com/ubuntu-budgie/teams/72251/ja/)\n" 13 | "MIME-Version: 1.0\n" 14 | "Content-Type: text/plain; charset=UTF-8\n" 15 | "Content-Transfer-Encoding: 8bit\n" 16 | "Language: ja\n" 17 | "Plural-Forms: nplurals=1; plural=0;\n" 18 | "Report-Msgid-Bugs-To : you@example.com\n" 19 | 20 | #: store.html13, 18, 32 21 | msgid "Online Store" 22 | msgstr "オンラインストア" 23 | 24 | #: store.html:20 25 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 26 | msgstr "" 27 | 28 | #: store.html:21 29 | msgid "...and some stickers, a backpack, and more!" 30 | msgstr "...。" 31 | 32 | #: store.html:23 33 | msgid "" 34 | "Would you like to support the project, spread the word, or maybe avoid " 35 | "laundry just one more day? You can pick up some merchandise, and a portion " 36 | "of the sale will be put to good use. We support opensource and any money " 37 | "raised will go towards opensource developers as well as Ubuntu Budgie " 38 | "itself." 39 | msgstr "" 40 | 41 | #: store.html:28 42 | msgid "" 43 | "Please note that the button below will take you to an external site for " 44 | "browsing and purchasing." 45 | msgstr "下のボタンをクリックすると、閲覧や購入のために外部サイトに移動するので注意してください。" 46 | -------------------------------------------------------------------------------- /data/po/store/ko.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # SD SkyKlouD , 2018 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: SD SkyKlouD , 2018\n" 11 | "Language-Team: Korean (https://app.transifex.com/ubuntu-budgie/teams/72251/ko/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: ko\n" 16 | "Plural-Forms: nplurals=1; plural=0;\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "온라인 상점" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "... 그리고 몇 개의 스티커와 백팩, 그리고 다른 것도!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "아래에 있는 버튼을 누르며 브라우징과 결제를 위해 외부 사이트로 연결함을 알아 두시기 바랍니다." 45 | -------------------------------------------------------------------------------- /data/po/store/lt.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Moo, 2017 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Moo, 2017\n" 11 | "Language-Team: Lithuanian (https://app.transifex.com/ubuntu-budgie/teams/72251/lt/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: lt\n" 16 | "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Internetinė parduotuvė" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...ir lipdukai, kuprinė bei daugiau!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "Turėkite omenyje, kad žemiau esantis mygtukas nukreips jus į išorinę " 46 | "svetainę, kurioje galėsite naršyti ir apsipirkti." 47 | -------------------------------------------------------------------------------- /data/po/store/ms_MY.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # abuyop , 2020 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: abuyop , 2020\n" 11 | "Language-Team: Malay (Malaysia) (https://app.transifex.com/ubuntu-budgie/teams/72251/ms_MY/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: ms_MY\n" 16 | "Plural-Forms: nplurals=1; plural=0;\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Kedai Dalam Talian" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...dan beberapa pelekat, sebuah beg, dan banyak lagi!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "Perhatian butang di bawah akan membawa anda ke sebuah laman luar untuk " 46 | "pelayaran dan pembelian." 47 | -------------------------------------------------------------------------------- /data/po/store/mt.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Gabriel Caruana , 2021 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Gabriel Caruana , 2021\n" 11 | "Language-Team: Maltese (https://app.transifex.com/ubuntu-budgie/teams/72251/mt/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: mt\n" 16 | "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Ħanut Onlajn" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | -------------------------------------------------------------------------------- /data/po/store/nl_NL.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Ronald van Zuijlen, 2017 4 | # Machiel Heinen, 2018 5 | # Stephan Paternotte , 2025 6 | # 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Budgie Welcome\n" 10 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 11 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 12 | "Last-Translator: Stephan Paternotte , 2025\n" 13 | "Language-Team: Dutch (Netherlands) (https://app.transifex.com/ubuntu-budgie/teams/72251/nl_NL/)\n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Language: nl_NL\n" 18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 | "Report-Msgid-Bugs-To : you@example.com\n" 20 | 21 | #: store.html13, 18, 32 22 | msgid "Online Store" 23 | msgstr "Online Winkel" 24 | 25 | #: store.html:20 26 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 27 | msgstr "" 28 | "Ik steunde Ubuntu Budgie en het enige wat ik kreeg was dit geweldige " 29 | "t-shirt!" 30 | 31 | #: store.html:21 32 | msgid "...and some stickers, a backpack, and more!" 33 | msgstr "...en wat stickers, een rugtas en meer!" 34 | 35 | #: store.html:23 36 | msgid "" 37 | "Would you like to support the project, spread the word, or maybe avoid " 38 | "laundry just one more day? You can pick up some merchandise, and a portion " 39 | "of the sale will be put to good use. We support opensource and any money " 40 | "raised will go towards opensource developers as well as Ubuntu Budgie " 41 | "itself." 42 | msgstr "" 43 | "Wilt u het project steunen, het woord verspreiden of misschien nog een dag " 44 | "de was vermijden? U kunt wat koopwaar oppikken en een deel van de prijs zal " 45 | "goed worden gebruikt. Wij ondersteunen opensource en al het ingezamelde geld" 46 | " gaat naar opensource-ontwikkelaars en naar Ubuntu Budgie zelf." 47 | 48 | #: store.html:28 49 | msgid "" 50 | "Please note that the button below will take you to an external site for " 51 | "browsing and purchasing." 52 | msgstr "" 53 | "Let op, de knop hieronder leidt naar een externe website voor bekijken en " 54 | "aankopen." 55 | -------------------------------------------------------------------------------- /data/po/store/oc.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Quentin PAGÈS, 2021 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Quentin PAGÈS, 2021\n" 11 | "Language-Team: Occitan (post 1500) (https://app.transifex.com/ubuntu-budgie/teams/72251/oc/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: oc\n" 16 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Botiga en linha" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "... e d’unes pegasolets, un sac e encara mai !" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "Remarcatz que lo boton çai-jos vos mena cap a un site extèrn per i navigar e" 46 | " realizar de crompas." 47 | -------------------------------------------------------------------------------- /data/po/store/pl.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Sebastian Cygan , 2017 4 | # roypen , 2019 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Budgie Welcome\n" 9 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 10 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 11 | "Last-Translator: roypen , 2019\n" 12 | "Language-Team: Polish (https://app.transifex.com/ubuntu-budgie/teams/72251/pl/)\n" 13 | "MIME-Version: 1.0\n" 14 | "Content-Type: text/plain; charset=UTF-8\n" 15 | "Content-Transfer-Encoding: 8bit\n" 16 | "Language: pl\n" 17 | "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" 18 | "Report-Msgid-Bugs-To : you@example.com\n" 19 | 20 | #: store.html13, 18, 32 21 | msgid "Online Store" 22 | msgstr "Sklep online" 23 | 24 | #: store.html:20 25 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 26 | msgstr "" 27 | 28 | #: store.html:21 29 | msgid "...and some stickers, a backpack, and more!" 30 | msgstr "... oraz naklejki, plecak i wiele, wiele więcej!" 31 | 32 | #: store.html:23 33 | msgid "" 34 | "Would you like to support the project, spread the word, or maybe avoid " 35 | "laundry just one more day? You can pick up some merchandise, and a portion " 36 | "of the sale will be put to good use. We support opensource and any money " 37 | "raised will go towards opensource developers as well as Ubuntu Budgie " 38 | "itself." 39 | msgstr "" 40 | 41 | #: store.html:28 42 | msgid "" 43 | "Please note that the button below will take you to an external site for " 44 | "browsing and purchasing." 45 | msgstr "" 46 | "Poniższy przycisk przeniesie cię do zewnętrznej witryny, gdzie będziesz mógł" 47 | " zapoznać się z ofertą oraz dokonać zakupu." 48 | -------------------------------------------------------------------------------- /data/po/store/pt_BR.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Lucas Dias , 2017 4 | # Hugo Carvalho , 2022 5 | # 6 | msgid "" 7 | msgstr "" 8 | "Project-Id-Version: Budgie Welcome\n" 9 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 10 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 11 | "Last-Translator: Hugo Carvalho , 2022\n" 12 | "Language-Team: Portuguese (Brazil) (https://app.transifex.com/ubuntu-budgie/teams/72251/pt_BR/)\n" 13 | "MIME-Version: 1.0\n" 14 | "Content-Type: text/plain; charset=UTF-8\n" 15 | "Content-Transfer-Encoding: 8bit\n" 16 | "Language: pt_BR\n" 17 | "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" 18 | "Report-Msgid-Bugs-To : you@example.com\n" 19 | 20 | #: store.html13, 18, 32 21 | msgid "Online Store" 22 | msgstr "Loja Online" 23 | 24 | #: store.html:20 25 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 26 | msgstr "" 27 | "Eu apoiei o Ubuntu Budgie e tudo o que recebi foi esta fantástica t-shirt!" 28 | 29 | #: store.html:21 30 | msgid "...and some stickers, a backpack, and more!" 31 | msgstr "... e alguns adesivos, uma mochila, e mais!" 32 | 33 | #: store.html:23 34 | msgid "" 35 | "Would you like to support the project, spread the word, or maybe avoid " 36 | "laundry just one more day? You can pick up some merchandise, and a portion " 37 | "of the sale will be put to good use. We support opensource and any money " 38 | "raised will go towards opensource developers as well as Ubuntu Budgie " 39 | "itself." 40 | msgstr "" 41 | "Gostaria de apoiar o projeto, espalhe a palava, ou talvez evitar lavar a " 42 | "roupa por mais um dia? Pode comprar algo e uma porção da venda será colocada" 43 | " em bom uso. Nós apoiamos o código aberto e qualquer dinheiro obtido irá " 44 | "para os programadores de código aberto, assim como o próprio Ubuntu Budgie." 45 | 46 | #: store.html:28 47 | msgid "" 48 | "Please note that the button below will take you to an external site for " 49 | "browsing and purchasing." 50 | msgstr "" 51 | "Por favor note que o botão abaixo te levará para um site externo para " 52 | "navegação e compra." 53 | -------------------------------------------------------------------------------- /data/po/store/pt_PT.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Hugo Carvalho , 2022 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Hugo Carvalho , 2022\n" 11 | "Language-Team: Portuguese (Portugal) (https://app.transifex.com/ubuntu-budgie/teams/72251/pt_PT/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: pt_PT\n" 16 | "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Loja Online" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | "Eu apoiei o Ubuntu Budgie e tudo o que recebi foi esta fantástica t-shirt!" 27 | 28 | #: store.html:21 29 | msgid "...and some stickers, a backpack, and more!" 30 | msgstr "...e alguns autocolantes, uma mochila, e mais!" 31 | 32 | #: store.html:23 33 | msgid "" 34 | "Would you like to support the project, spread the word, or maybe avoid " 35 | "laundry just one more day? You can pick up some merchandise, and a portion " 36 | "of the sale will be put to good use. We support opensource and any money " 37 | "raised will go towards opensource developers as well as Ubuntu Budgie " 38 | "itself." 39 | msgstr "" 40 | "Gostaria de apoiar o projeto, espalhe a palava, ou talvez evitar lavar a " 41 | "roupa por mais um dia? Pode comprar algo e uma porção da venda será colocada" 42 | " em bom uso. Nós apoiamos o código aberto e qualquer dinheiro obtido irá " 43 | "para os programadores de código aberto, assim como o próprio Ubuntu Budgie." 44 | 45 | #: store.html:28 46 | msgid "" 47 | "Please note that the button below will take you to an external site for " 48 | "browsing and purchasing." 49 | msgstr "" 50 | "Atenção que o botão abaixo irá levá-lo a um site externo para navegar e " 51 | "comprar." 52 | -------------------------------------------------------------------------------- /data/po/store/ru.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Yura Dev , 2017 4 | # Keeper Holderson , 2018 5 | # Likivik , 2018 6 | # 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Budgie Welcome\n" 10 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 11 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 12 | "Last-Translator: Likivik , 2018\n" 13 | "Language-Team: Russian (https://app.transifex.com/ubuntu-budgie/teams/72251/ru/)\n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Language: ru\n" 18 | "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" 19 | "Report-Msgid-Bugs-To : you@example.com\n" 20 | 21 | #: store.html13, 18, 32 22 | msgid "Online Store" 23 | msgstr "Онлайн магазин" 24 | 25 | #: store.html:20 26 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 27 | msgstr "" 28 | 29 | #: store.html:21 30 | msgid "...and some stickers, a backpack, and more!" 31 | msgstr "...и стикеры, и рюкзак, и многое другое!" 32 | 33 | #: store.html:23 34 | msgid "" 35 | "Would you like to support the project, spread the word, or maybe avoid " 36 | "laundry just one more day? You can pick up some merchandise, and a portion " 37 | "of the sale will be put to good use. We support opensource and any money " 38 | "raised will go towards opensource developers as well as Ubuntu Budgie " 39 | "itself." 40 | msgstr "" 41 | 42 | #: store.html:28 43 | msgid "" 44 | "Please note that the button below will take you to an external site for " 45 | "browsing and purchasing." 46 | msgstr "" 47 | "Oбратите внимание, что кнопка ниже направляет на внешний веб-сайт для " 48 | "просмотра и покупок." 49 | -------------------------------------------------------------------------------- /data/po/store/sq.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Algent Albrahimi , 2022 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Algent Albrahimi , 2022\n" 11 | "Language-Team: Albanian (https://app.transifex.com/ubuntu-budgie/teams/72251/sq/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: sq\n" 16 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Dyqani Online" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...dhe disa ngjitëse, një çantë shpine dhe të tjera!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "Ju lutemi vini re se butoni më poshtë do t'ju çojë në një sajt të jashtëm " 46 | "për shfletim dhe blerje." 47 | -------------------------------------------------------------------------------- /data/po/store/sr_RS.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Nikola Stojic , 2018 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Nikola Stojic , 2018\n" 11 | "Language-Team: Serbian (Serbia) (https://app.transifex.com/ubuntu-budgie/teams/72251/sr_RS/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: sr_RS\n" 16 | "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Web Prodavnica" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "... i nekoliko stikera, ranac i još ponešto!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | "Obratite pažnju da će vas dugme ispod preusmeriti na eksterni sajt za " 46 | "pregled i kupovinu." 47 | -------------------------------------------------------------------------------- /data/po/store/store.pot: -------------------------------------------------------------------------------- 1 | # 2 | msgid "" 3 | msgstr "" 4 | "Project-Id-Version: Budgie Welcome\n" 5 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 6 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7 | "Last-Translator: FULL NAME \n" 8 | "MIME-Version: 1.0\n" 9 | "Content-Type: text/plain; charset=UTF-8\n" 10 | "Content-Transfer-Encoding: 8bit\n" 11 | "Language-Team:: LANGUAGE \n" 12 | "Report-Msgid-Bugs-To : you@example.com\n" 13 | 14 | #: store.html:13, 18, 32 15 | msgid "Online Store" 16 | msgstr "" 17 | 18 | #: store.html:20 19 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 20 | msgstr "" 21 | 22 | #: store.html:21 23 | msgid "...and some stickers, a backpack, and more!" 24 | msgstr "" 25 | 26 | #: store.html:23 27 | msgid "" 28 | "Would you like to support the project, spread the word, or maybe avoid " 29 | "laundry just one more day? You can pick up some merchandise, and a portion " 30 | "of the sale will be put to good use. We support opensource and any money " 31 | "raised will go towards opensource developers as well as Ubuntu Budgie " 32 | "itself." 33 | msgstr "" 34 | 35 | #: store.html:28 36 | msgid "" 37 | "Please note that the button below will take you to an external site for " 38 | "browsing and purchasing." 39 | msgstr "" 40 | -------------------------------------------------------------------------------- /data/po/store/tr.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Emre JILTA , 2023 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Emre JILTA , 2023\n" 11 | "Language-Team: Turkish (https://app.transifex.com/ubuntu-budgie/teams/72251/tr/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: tr\n" 16 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Çevrimiçi Mağaza" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | "Ubuntu Budgie'yi destekledim ve elime geçen tek şey bu harika tişört oldu!" 27 | 28 | #: store.html:21 29 | msgid "...and some stickers, a backpack, and more!" 30 | msgstr "...ve bazı stickerlar, bir çanta ve fazlası!" 31 | 32 | #: store.html:23 33 | msgid "" 34 | "Would you like to support the project, spread the word, or maybe avoid " 35 | "laundry just one more day? You can pick up some merchandise, and a portion " 36 | "of the sale will be put to good use. We support opensource and any money " 37 | "raised will go towards opensource developers as well as Ubuntu Budgie " 38 | "itself." 39 | msgstr "" 40 | "Projeyi desteklemek, duyurmak ya da belki bir gün daha çamaşır yıkamaktan " 41 | "kaçınmak ister misiniz? Bazı ürünler alabilirsiniz ve satışın bir kısmı iyi " 42 | "bir amaçla kullanılacaktır. Açık kaynağı destekliyoruz ve toplanan tüm para " 43 | "Ubuntu Budgie'nin yanı sıra açık kaynak geliştiricilerine de gidecektir." 44 | 45 | #: store.html:28 46 | msgid "" 47 | "Please note that the button below will take you to an external site for " 48 | "browsing and purchasing." 49 | msgstr "" 50 | "Aşağıdaki düğmenin sizi dolaşmak ve satın almak için harici bir siteye " 51 | "götüreceğini lütfen unutmayın." 52 | -------------------------------------------------------------------------------- /data/po/store/uk.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Illia Volochii , 2018 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Illia Volochii , 2018\n" 11 | "Language-Team: Ukrainian (https://app.transifex.com/ubuntu-budgie/teams/72251/uk/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: uk\n" 16 | "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "Онлайн-магазин" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | 40 | #: store.html:28 41 | msgid "" 42 | "Please note that the button below will take you to an external site for " 43 | "browsing and purchasing." 44 | msgstr "" 45 | -------------------------------------------------------------------------------- /data/po/store/zh_CN.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # Yazi Tian, 2022 4 | # 5 | msgid "" 6 | msgstr "" 7 | "Project-Id-Version: Budgie Welcome\n" 8 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 9 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 10 | "Last-Translator: Yazi Tian, 2022\n" 11 | "Language-Team: Chinese (China) (https://app.transifex.com/ubuntu-budgie/teams/72251/zh_CN/)\n" 12 | "MIME-Version: 1.0\n" 13 | "Content-Type: text/plain; charset=UTF-8\n" 14 | "Content-Transfer-Encoding: 8bit\n" 15 | "Language: zh_CN\n" 16 | "Plural-Forms: nplurals=1; plural=0;\n" 17 | "Report-Msgid-Bugs-To : you@example.com\n" 18 | 19 | #: store.html13, 18, 32 20 | msgid "Online Store" 21 | msgstr "网店" 22 | 23 | #: store.html:20 24 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 25 | msgstr "我支持 Ubuntu Budgie,我得到的只是这件很棒的t恤!" 26 | 27 | #: store.html:21 28 | msgid "...and some stickers, a backpack, and more!" 29 | msgstr "...还有一些贴纸,一个背包,还有更多!" 30 | 31 | #: store.html:23 32 | msgid "" 33 | "Would you like to support the project, spread the word, or maybe avoid " 34 | "laundry just one more day? You can pick up some merchandise, and a portion " 35 | "of the sale will be put to good use. We support opensource and any money " 36 | "raised will go towards opensource developers as well as Ubuntu Budgie " 37 | "itself." 38 | msgstr "" 39 | "你是想支持这个项目,传播消息,还是不想再洗一天衣服?你可以买一些商品,而一部分的销售收入将被很好的利用。我们支持开源,所有筹集到的资金都将用于开源开发者和" 40 | " Ubuntu Budgie 本身." 41 | 42 | #: store.html:28 43 | msgid "" 44 | "Please note that the button below will take you to an external site for " 45 | "browsing and purchasing." 46 | msgstr "请注意下面的按钮将带您到一个外部网站浏览和购买." 47 | -------------------------------------------------------------------------------- /data/po/store/zh_TW.po: -------------------------------------------------------------------------------- 1 | # 2 | # Translators: 3 | # mgrn , 2018 4 | # Hsin-Yi Chen , 2018 5 | # Yazi Tian, 2022 6 | # 7 | msgid "" 8 | msgstr "" 9 | "Project-Id-Version: Budgie Welcome\n" 10 | "POT-Creation-Date: 2016-02-27 12:48+0100\n" 11 | "PO-Revision-Date: 2017-05-31 15:42+0000\n" 12 | "Last-Translator: Yazi Tian, 2022\n" 13 | "Language-Team: Chinese (Taiwan) (https://app.transifex.com/ubuntu-budgie/teams/72251/zh_TW/)\n" 14 | "MIME-Version: 1.0\n" 15 | "Content-Type: text/plain; charset=UTF-8\n" 16 | "Content-Transfer-Encoding: 8bit\n" 17 | "Language: zh_TW\n" 18 | "Plural-Forms: nplurals=1; plural=0;\n" 19 | "Report-Msgid-Bugs-To : you@example.com\n" 20 | 21 | #: store.html13, 18, 32 22 | msgid "Online Store" 23 | msgstr "網路商店" 24 | 25 | #: store.html:20 26 | msgid "I supported Ubuntu Budgie, and all I got was this awesome t-shirt!" 27 | msgstr "我支持 Ubuntu Budgie,我得到的只是这件很棒的t恤!" 28 | 29 | #: store.html:21 30 | msgid "...and some stickers, a backpack, and more!" 31 | msgstr "…還有一些貼紙,一個背包還有更多!" 32 | 33 | #: store.html:23 34 | msgid "" 35 | "Would you like to support the project, spread the word, or maybe avoid " 36 | "laundry just one more day? You can pick up some merchandise, and a portion " 37 | "of the sale will be put to good use. We support opensource and any money " 38 | "raised will go towards opensource developers as well as Ubuntu Budgie " 39 | "itself." 40 | msgstr "" 41 | "你是想支持这个项目,传播消息,还是不想再洗一天衣服?你可以买一些商品,而一部分的销售收入将被很好的利用。我们支持开源,所有筹集到的资金都将用于开源开发者和" 42 | " Ubuntu Budgie本身." 43 | 44 | #: store.html:28 45 | msgid "" 46 | "Please note that the button below will take you to an external site for " 47 | "browsing and purchasing." 48 | msgstr "請注意下面的按鈕將會帶你到外部網站瀏覽及購物" 49 | -------------------------------------------------------------------------------- /data/scripts/README: -------------------------------------------------------------------------------- 1 | how to get set an applet setting 2 | 3 | gsettings set com.solus-project.budgie-menu:/com/solus-project/budgie-panel/instance/budgie-menu/{636b5915-4ce8-11e7-ab98-08002760db7d}/ enable-menu-label true 4 | 5 | "instance/budgie-menu" - found that by looking at the source code 6 | 7 | {636b5915-4ce8-11e7-ab98-08002760db7d} 8 | 9 | more complicated - have to get the panel applets key value that is an array 10 | 11 | then test each array element in budgie-panel - applets - {keyvalue element} name "Budgie Menu" - 12 | if it matches the {keyvalue element} is used for the gsettings value above 13 | 14 | windows 7: roll over should be on 15 | compact off 16 | menu label off 17 | show headers on 18 | -------------------------------------------------------------------------------- /data/scripts/fcitx-setup: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | im-config -n fcitx 3 | -------------------------------------------------------------------------------- /data/scripts/flatpak-remote: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo 3 | -------------------------------------------------------------------------------- /data/scripts/ibus-setup: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | im-config -n ibus 3 | -------------------------------------------------------------------------------- /data/scripts/makeover-osx: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | gksu rm /etc/budgie-desktop/*.ini 4 | sudo cp ../../panels/panel.ubuntu-budgie /etc/budgie-desktop/panel.ini 5 | sudo cp ../../panels/budgie-plank.desktop /etc/xdg/autostart 6 | gsettings set net.launchpad.plank.dock.settings:/net/launchpad/plank/docks/dock1/ position 'bottom' 7 | gsettings set net.launchpad.plank.dock.settings:/net/launchpad/plank/docks/dock1/ theme 'Gtk+' 8 | gsettings set net.launchpad.plank.dock.settings:/net/launchpad/plank/docks/dock1/ alignment 'center' 9 | gsettings set net.launchpad.plank.dock.settings:/net/launchpad/plank/docks/dock1/ hide-mode 'none' 10 | gsettings set net.launchpad.plank.dock.settings:/net/launchpad/plank/docks/dock1/ icon-size '40' 11 | nohup budgie-panel --replace --reset & 12 | nohup plank & 13 | 14 | 15 | -------------------------------------------------------------------------------- /data/scripts/makeover-simple: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | gksu rm /etc/budgie-desktop/*.ini 4 | sudo cp ../../panels/panel.simple /etc/budgie-desktop/panel.ini 5 | sudo rm /etc/xdg/autostart/*plank* 6 | nohup budgie-panel --replace --reset & 7 | sleep 5 8 | gsettings set com.solus-project.budgie-menu:/com/solus-project/budgie-menu/ menu-headers false 9 | gsettings set com.solus-project.budgie-menu:/com/solus-project/budgie-menu/ menu-compact "true" 10 | gsettings set com.solus-project.budgie-menu:/com/solus-project/budgie-menu/ enable-menu-label "true" 11 | gsettings set com.solus-project.budgie-wm button-style 'traditional' 12 | pkill plank & 13 | 14 | 15 | -------------------------------------------------------------------------------- /data/scripts/openrazer-setup: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | is_installed=$(dpkg-query -W -f='${Status}' openrazer-meta 2>/dev/null | grep -c "ok installed") 3 | 4 | if [ $is_installed -eq 0 ] 5 | then 6 | gpasswd -d "$1" plugdev && apt autoremove -y 7 | else 8 | gpasswd -a "$1" plugdev 9 | fi 10 | -------------------------------------------------------------------------------- /data/scripts/panel-reset: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Just give sometime for panel to restart 4 | gsettings reset-recursively com.solus-project.budgie-panel 5 | sleep 2 6 | nohup budgie-panel --replace & 7 | 8 | -------------------------------------------------------------------------------- /data/scripts/panel-restart: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | sleep 2 4 | nohup budgie-panel --replace & 5 | 6 | -------------------------------------------------------------------------------- /data/scripts/pin_corectrl: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | if [ -f "/etc/apt/preferences.d/corectrl" ]; then 4 | echo "Repository pinning file already exists, skipping" 5 | 6 | else 7 | sh -c "cat > /etc/apt/preferences.d/corectrl << \"EOF\" 8 | # Never prefer packages from the ernstp repository 9 | Package: * 10 | Pin: release o=LP-PPA-ernstp-mesarc 11 | Pin-Priority: 1 12 | 13 | # Allow upgrading only corectrl from LP-PPA-ernstp-mesarc 14 | Package: corectrl 15 | Pin: release o=LP-PPA-ernstp-mesarc 16 | Pin-Priority: 500 17 | EOF 18 | " 19 | 20 | fi 21 | -------------------------------------------------------------------------------- /data/scripts/steam: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb -O /tmp/steam.deb 4 | if command -v gnome-software 2>&1 > /dev/null 5 | then 6 | gnome-software --local-filename=/tmp/steam.deb & 7 | else 8 | xdg-open /tmp/steam.deb & 9 | fi -------------------------------------------------------------------------------- /data/scss/_community-page.scss: -------------------------------------------------------------------------------- 1 | /************************ 2 | * Community page styles 3 | *************************/ 4 | .social-banner { 5 | background: #404552; 6 | height: 72px; 7 | text-align: center; 8 | } 9 | 10 | .social-banner img { 11 | height: 40px; 12 | margin-top: 16px; 13 | } 14 | 15 | .community-groups ul { 16 | padding-left: 0; 17 | margin: 10px; 18 | } -------------------------------------------------------------------------------- /data/scss/_content.scss: -------------------------------------------------------------------------------- 1 | /************************ 2 | * Content 3 | *************************/ 4 | 5 | .main { 6 | display: flex; 7 | flex-direction: column; 8 | } 9 | 10 | .content { 11 | margin-top: auto; 12 | margin-bottom: auto; 13 | padding-bottom: 5%; 14 | } 15 | 16 | @media screen and (max-height: 600px) { 17 | .content { 18 | margin-top: 0; 19 | } 20 | } 21 | 22 | #content { 23 | padding-top: 32px; 24 | padding-bottom: 64px; 25 | } 26 | 27 | .btn-showcase { 28 | margin: 10px 0; 29 | padding-left: 0; 30 | padding-right: 0; 31 | } 32 | 33 | .btn-showcase .btn { 34 | text-align: left; 35 | margin-top: 10px; 36 | margin-bottom: 10px; 37 | line-height: 1.4em; 38 | } 39 | 40 | .btn-showcase .btn-lg { 41 | font-size: 1rem; 42 | text-transform: uppercase; 43 | height: 40px; 44 | width: 90%; 45 | text-align: center; 46 | line-height: 2.2em; 47 | margin: auto 5%; 48 | } 49 | 50 | .button-group .btn-icon { 51 | vertical-align: middle; 52 | color: #4c8ac9; 53 | width: 20px; 54 | } 55 | 56 | .button-group .btn { 57 | width: 80%; 58 | } 59 | 60 | .button-group .material-icons { 61 | font-size: 28px; 62 | } 63 | 64 | img.button-icon { 65 | height: 1.5rem; 66 | } 67 | 68 | .button-text { 69 | vertical-align: middle; 70 | } 71 | 72 | #content h2 { 73 | font-size: 24px; 74 | } 75 | 76 | #content h3 { 77 | font-size: 20px; 78 | } 79 | 80 | /* Center images within the div */ 81 | div .center-inside { 82 | position: relative; 83 | height: 100%; 84 | min-height: 50px; 85 | line-height: 50px; 86 | text-align: center; 87 | } 88 | 89 | 90 | /* Prevent accidental dragging on images and links */ 91 | img, a { 92 | -webkit-user-drag: none; 93 | user-drag: none; 94 | } 95 | 96 | /* Collapsible Sub-Sections */ 97 | .sub-collapse { 98 | cursor: pointer; 99 | } 100 | 101 | .sub-collapse:hover { 102 | text-decoration: none; 103 | } 104 | 105 | /* Any link (href / onclick) shows the pointing cursor */ 106 | a { 107 | cursor: pointer; 108 | } 109 | -------------------------------------------------------------------------------- /data/scss/_donate-page.scss: -------------------------------------------------------------------------------- 1 | 2 | /*Donate Page*/ 3 | .donate-banner img { 4 | height: 60px; 5 | border: 1px solid rgba(208, 208, 208, 0.25); 6 | padding: 10px; 7 | border-radius: 0.15rem; 8 | transition: background 0.5s ease; 9 | } 10 | .donate-banner img:hover { 11 | border: 1px solid #ddd; 12 | background: #ddd; 13 | transition: background 0.5s ease; 14 | } -------------------------------------------------------------------------------- /data/scss/_global.scss: -------------------------------------------------------------------------------- 1 | /************************ 2 | ** Global 3 | *************************/ 4 | 5 | /* All bootstrap tool-tips */ 6 | .tooltip-inner { 7 | font-size: 12px; 8 | } 9 | 10 | /** Fade elements on Main Menu **/ 11 | .fade { opacity: 0 } 12 | .fade-1s { -webkit-animation: fadeIn 1000ms forwards 10ms; animation: fadeIn 1000ms forwards 10ms; } /** Header **/ 13 | .fade-2s { -webkit-animation: fadeIn 1000ms forwards 400ms; animation: fadeIn 1000ms forwards 400ms; } /** Subheadings **/ 14 | .fade-3s { -webkit-animation: fadeIn 1000ms forwards 600ms; animation: fadeIn 1000ms forwards 600ms; } /** Row 1 Buttons **/ 15 | .fade-4s { -webkit-animation: fadeIn 1000ms forwards 800ms; animation: fadeIn 1000ms forwards 800ms; } /** Row 2 Buttons **/ 16 | .fade-5s { -webkit-animation: fadeIn 1000ms forwards 1000ms; animation: fadeIn 1000ms forwards 1000ms; } /** Row 3 Buttons **/ 17 | 18 | @-webkit-keyframes fadeIn { 19 | from { opacity: 0; } 20 | to { opacity: 1; } 21 | } 22 | 23 | .success-text { 24 | color: #477301; 25 | } 26 | -------------------------------------------------------------------------------- /data/scss/_header.scss: -------------------------------------------------------------------------------- 1 | /************************ 2 | * Header 3 | *************************/ 4 | 5 | #header { 6 | padding: 8px 0; 7 | background-color: rgba(208, 208, 208, 0.25); 8 | z-index: 10 9 | } 10 | 11 | #header .logo { 12 | height: 64px; 13 | } 14 | 15 | #header h1 { 16 | margin-left: 16px; 17 | line-height: 64px; 18 | text-align: center; 19 | 20 | text-shadow: 2px 4px 8px rgba(0,0,0,0.4), 21 | 0px -5px 35px rgba(255,255,255,0.8); 22 | 23 | font-size: 24px; 24 | font-weight: bold; 25 | } 26 | 27 | #header h2 { 28 | margin-left: 16px; 29 | line-height: 16px; 30 | text-align: center; 31 | 32 | text-shadow: 2px 4px 8px rgba(0,0,0,0.4), 33 | 0px -5px 35px rgba(255,255,255,0.8); 34 | 35 | font-size: 16px; 36 | font-weight: normal; 37 | } 38 | 39 | #title-inject { 40 | display: none; 41 | } 42 | -------------------------------------------------------------------------------- /data/scss/_introduction-page.scss: -------------------------------------------------------------------------------- 1 | /************************ 2 | * Introduction Page 3 | *************************/ 4 | .slogan-box { 5 | position: relative; 6 | top: -20px; 7 | margin-left: -20px; 8 | margin-right: -20px; 9 | height: 440px; 10 | z-index: 8 11 | } 12 | 13 | .slogan-area { 14 | display: block; 15 | width: 100%; 16 | padding-top: 40px; 17 | margin-left: auto; 18 | margin-right: auto; 19 | text-align: center; 20 | } 21 | 22 | .slogan-text { 23 | margin-top: 32px; 24 | margin-bottom: 24px; 25 | display: block; 26 | font-size: 32px; 27 | } 28 | 29 | .apps-table { 30 | width: 100%; 31 | margin-bottom: 8px; 32 | } 33 | .apps-table th, .apps-table td { 34 | width: 20%; 35 | text-align: center; 36 | } 37 | .apps-table img { 38 | height: 64px; 39 | } 40 | 41 | @keyframes rotateIn { 42 | 0% { 43 | transform-origin: center; 44 | transform: rotate3d(0, 0, 1, 200deg); 45 | opacity: 0; 46 | } 47 | 48 | 100% { 49 | transform-origin: center; 50 | transform: none; 51 | opacity: 1; 52 | } 53 | } 54 | 55 | -------------------------------------------------------------------------------- /data/scss/_main-menu.scss: -------------------------------------------------------------------------------- 1 | /************************ 2 | * Main Menu 3 | *************************/ 4 | .main-menu-logo { 5 | width: 170px; 6 | height: 170px; 7 | /*top: 0; left: 0; bottom: 0; right: 0;*/ 8 | margin: auto; 9 | margin-top: 5px; 10 | margin-bottom: 15px; 11 | /*position: absolute;*/ 12 | /* z-index: ; */ 13 | pointer-events: none; 14 | } 15 | 16 | .main-menu-textbox { 17 | height: 40px; 18 | min-height: 40px; 19 | white-space: nowrap; 20 | } 21 | 22 | .main-menu-text { 23 | margin: 6px; 24 | padding: 6px; 25 | text-align: center; 26 | vertical-align: bottom; 27 | } 28 | 29 | /* Shows a notification in the top-right corner */ 30 | .heads-up { 31 | position: fixed; 32 | top: 8px; 33 | right: 8px; 34 | z-index: 11; 35 | font-size: 16px; 36 | text-align: right; 37 | } 38 | 39 | 40 | -------------------------------------------------------------------------------- /data/scss/_override-bootstrap-default-styles.scss: -------------------------------------------------------------------------------- 1 | /****************************** 2 | * Override default bootstrap styles 3 | *******************************/ 4 | .btn-inverse { 5 | color: white; 6 | background-color: #404552; 7 | margin: 2px; 8 | transition: background 0.2s ease; 9 | } 10 | 11 | .btn-inverse:hover { 12 | color: white; 13 | background-color: #5c616c; 14 | } 15 | 16 | .btn-inverse:active { 17 | background-color: #5294e2; 18 | } 19 | 20 | .text-right { 21 | text-align: right; 22 | } 23 | 24 | .hidden { 25 | display: none; 26 | } 27 | 28 | .btn { 29 | border: 0; 30 | padding: 0.1rem 0.5rem 0.2rem; 31 | } 32 | 33 | .btn-primary { 34 | background: #4c8ac9; 35 | transition: background 0.2s ease; 36 | } 37 | 38 | a.btn-primary.disabled { 39 | background: lightblue; 40 | } 41 | 42 | .btn-lg { 43 | line-height: 1.8em; 44 | } 45 | 46 | .code { 47 | width: 100%; 48 | padding: 5px; 49 | background: #eee; 50 | font-weight: bold; 51 | } 52 | 53 | a:not([href]):not([tabindex]), 54 | a:focus:not([href]):not([tabindex]), 55 | a:hover:not([href]):not([tabindex]) { 56 | color: #337ab7 57 | } 58 | 59 | a:not([href]):not([tabindex]).btn, 60 | a:focus:not([href]):not([tabindex]).btn, 61 | a:hover:not([href]):not([tabindex]).btn { 62 | color: white; 63 | overflow: hidden; 64 | } 65 | 66 | .text-md-justify { 67 | text-align: justify 68 | } 69 | /* button hover effect **/ 70 | /* source: https://github.com/IanLunn/Hover/blob/master/css/hover.css*/ 71 | /* Shadow */ 72 | .hvr-shadow { 73 | display: inline-block; 74 | vertical-align: middle; 75 | -webkit-transform: translateZ(0); 76 | transform: translateZ(0); 77 | box-shadow: 0 0 1px rgba(0, 0, 0, 0); 78 | -webkit-backface-visibility: hidden; 79 | backface-visibility: hidden; 80 | -moz-osx-font-smoothing: grayscale; 81 | -webkit-transition-duration: 0.3s; 82 | transition-duration: 0.3s; 83 | -webkit-transition-property: box-shadow; 84 | transition-property: box-shadow; 85 | } 86 | .hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active { 87 | box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); 88 | } 89 | -------------------------------------------------------------------------------- /data/scss/_popup-message.scss: -------------------------------------------------------------------------------- 1 | /*Popup message */ 2 | #popup-message-window { 3 | display: none; 4 | position: fixed; 5 | top: 0; 6 | right: 0; 7 | bottom: 0; 8 | left: 0; 9 | z-index: 1050; 10 | overflow: hidden; 11 | padding-top: 150px; 12 | text-align: center; 13 | outline: 0; 14 | background: rgba(255, 255, 255, 0.8); 15 | color: black; 16 | } 17 | 18 | #popup-message-container { 19 | background: #404552; 20 | width: 50%; 21 | margin: auto; 22 | padding: 15px; 23 | color: white; 24 | max-height: 400px; 25 | } 26 | 27 | #popup-message { 28 | text-align: left; 29 | } 30 | 31 | #details { 32 | color: black; 33 | width: 100% 34 | } 35 | 36 | #status-table-container { 37 | height: 200px; 38 | overflow: scroll; 39 | } 40 | 41 | #status-table-container th { 42 | text-align: center 43 | } 44 | -------------------------------------------------------------------------------- /data/scss/_variables.scss: -------------------------------------------------------------------------------- 1 | $color-background: #f4f4f4; -------------------------------------------------------------------------------- /data/scss/welcome.scss: -------------------------------------------------------------------------------- 1 | @import 'variables'; 2 | @import 'header'; 3 | @import 'content'; 4 | @import 'footer'; 5 | @import 'global'; 6 | @import 'introduction-page'; 7 | @import 'main-menu'; 8 | @import 'geting-started'; 9 | @import 'community-page'; 10 | @import 'override-bootstrap-default-styles.scss'; 11 | @import 'popup-message'; 12 | @import 'donate-page'; 13 | 14 | /** 15 | * File created to fix problems while migrating to bootstrap4, 16 | * Once migration is done this can be made final 17 | */ 18 | @font-face { 19 | font-family: 'Ubuntu'; 20 | font-style: normal; 21 | font-weight: 300; 22 | } 23 | @font-face { 24 | font-family: 'Ubuntu'; 25 | font-style: normal; 26 | font-weight: 400; 27 | } 28 | @font-face { 29 | font-family: 'Ubuntu'; 30 | font-style: normal; 31 | font-weight: 700; 32 | } 33 | 34 | html { 35 | overflow-x: hidden; 36 | overflow-y: auto; 37 | } 38 | 39 | html, body { 40 | margin: 0; 41 | padding: 0; 42 | height: 100%; 43 | /* Behave more like an application by 44 | * preventing text highlighting / dragging. */ 45 | -webkit-user-select: none; 46 | cursor: default; 47 | } 48 | 49 | body, button { 50 | font-family: 'Ubuntu', sans-serif; 51 | } 52 | 53 | #wrapper { 54 | min-height: 100%; 55 | position: relative; 56 | background: white; 57 | } 58 | 59 | .center { 60 | text-align: center; 61 | vertical-align: middle; 62 | } 63 | 64 | .backdrop-simple { 65 | background-color: $color-background; 66 | } 67 | 68 | .cursor-wait { 69 | cursor: wait; 70 | } 71 | 72 | 73 | /* Live session and post installation session options */ 74 | .live-session-only, .normal-session-only { 75 | display: none 76 | } 77 | 78 | /* Official releases & Unofficial releases */ 79 | .official-only, .unofficial-only { 80 | display: none; 81 | } -------------------------------------------------------------------------------- /debian/budgie-welcome.install: -------------------------------------------------------------------------------- 1 | data/* usr/share/budgie-welcome/ 2 | locale/* usr/share/locale/ 3 | org.budgie.welcome.policy usr/share/polkit-1/actions/ 4 | budgie-welcome usr/bin/ 5 | budgie-welcome-privileged-actions usr/lib/budgie-welcome 6 | budgie-welcome.1 usr/share/man/man1 7 | desktop/budgie-welcome.desktop etc/skel/.config/autostart/ 8 | desktop/*.desktop usr/share/applications/ 9 | -------------------------------------------------------------------------------- /debian/budgie-welcome.links: -------------------------------------------------------------------------------- 1 | /usr/share/budgie-welcome/img/distro-icon.svg /usr/share/icons/hicolor/scalable/places/distributor-logo-ubuntu-budgie.svg 2 | -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 11 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- 1 | Source: budgie-welcome 2 | Section: x11 3 | Priority: optional 4 | Maintainer: David Mohammed 5 | Build-Depends: 6 | debhelper (>= 11), 7 | python3, 8 | python3-polib, 9 | gettext, 10 | node-uglify 11 | Standards-Version: 4.1.3 12 | Homepage: https://github.com/UbuntuBudgie/budgie-welcome 13 | Vcs-Browser: https://github.com/UbuntuBudgie/budgie-welcome 14 | Vcs-Git: https://github.com/UbuntuBudgie/budgie-welcome.git -b debian 15 | 16 | 17 | Package: budgie-welcome 18 | Architecture: all 19 | Depends: gir1.2-gtk-3.0, 20 | gir1.2-webkit2-4.0, 21 | policykit-1, 22 | python3, 23 | python3-apt, 24 | python3-gi, 25 | python3-notify2, 26 | xdotool, 27 | curl, 28 | ${misc:Depends} 29 | Recommends: update-manager 30 | Description: Welcome screen for Ubuntu Budgie 31 | A welcome screen for Ubuntu Budgie that provides links to helpful 32 | resources and utilities. For new user accounts and a live-session 33 | the welcome application displays information about Ubuntu, 34 | budgie-desktop together with presenting options to tailor the look 35 | and feel of the user's desktop. 36 | -------------------------------------------------------------------------------- /debian/files: -------------------------------------------------------------------------------- 1 | budgie-welcome_0.6.0_source.buildinfo x11 optional 2 | -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | export DH_VERBOSE = 1 4 | export LC_ALL=C.UTF-8 5 | 6 | %: 7 | dh $@ 8 | 9 | define BANNER 10 | /*! version : $(DEB_VERSION) 11 | ========================================================= 12 | * Bootstrap v4.0.0-alpha.4 (https://getbootstrap.com) 13 | * Copyright 2011-2016 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) 14 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 15 | ========================================================= 16 | */ 17 | /* 18 | The MIT License (MIT) 19 | 20 | Copyright (c) 2011-2017 The Bootstrap Authors 21 | 22 | Permission is hereby granted, free of charge, to any person obtaining a copy 23 | of this software and associated documentation files (the "Software"), to deal 24 | in the Software without restriction, including without limitation the rights 25 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 26 | copies of the Software, and to permit persons to whom the Software is 27 | furnished to do so, subject to the following conditions: 28 | 29 | The above copyright notice and this permission notice shall be included in 30 | all copies or substantial portions of the Software. 31 | 32 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 33 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 34 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 35 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 36 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 37 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 38 | THE SOFTWARE. 39 | */ 40 | endef 41 | export BANNER 42 | 43 | 44 | #override_dh_auto_install: 45 | # find . -name "LICENSE" -delete 46 | # dh_auto_install 47 | 48 | override_dh_auto_build: 49 | # grunt is not (yet) packaged (#673727), so we mimic the tasks 50 | # Grunt task uglify: Minify the js file 51 | uglifyjs --preamble "$$BANNER" -o data/js/bootstrap.min.js data/js/bootstrap.js 52 | uglifyjs -o data/js/baguetteBox.min.js data/js/baguetteBox.js 53 | 54 | override_dh_prep: 55 | ./scripts/rebuild-translations.sh 56 | 57 | -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (native) 2 | -------------------------------------------------------------------------------- /desktop/budgie-applets.desktop.in: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Terminal=false 3 | Type=Application 4 | Categories=GNOME;GTK;System; 5 | StartupNotify=false 6 | Name=Budgie Extras 7 | Exec=budgie-welcome --jump-to=budgie-applets 8 | Icon=distributor-logo-ubuntu-budgie 9 | Comment=Customize the desktop with applets and mini-applications to provide extra capabilities 10 | Keywords=desktop;preferences;applets 11 | OnlyShowIn=Budgie; 12 | StartupWMClass=Budgie-welcome 13 | -------------------------------------------------------------------------------- /desktop/budgie-discourse.desktop.in: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Terminal=false 3 | Type=Application 4 | Categories=Utility;GNOME;GTK; 5 | StartupNotify=false 6 | Name=Budgie Discourse 7 | Exec=xdg-open "https://discourse.ubuntubudgie.org" 8 | Icon=distributor-logo-ubuntu-budgie 9 | Comment=Be part of the Ubuntu Budgie Community 10 | Keywords=desktop;preferences; 11 | OnlyShowIn=Budgie; 12 | -------------------------------------------------------------------------------- /desktop/budgie-themes.desktop.in: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Terminal=false 3 | Type=Application 4 | Categories=Utility;GNOME;GTK; 5 | StartupNotify=false 6 | Name=Budgie Makeovers & Layouts 7 | Exec=budgie-welcome --jump-to=default 8 | Icon=distributor-logo-ubuntu-budgie 9 | Comment=Give the desktop a makeover with new themes, icons, fonts & layouts 10 | Keywords=desktop;preferences; 11 | OnlyShowIn=Budgie; 12 | StartupWMClass=Budgie-welcome 13 | -------------------------------------------------------------------------------- /desktop/budgie-welcome.desktop.in: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Terminal=false 3 | Type=Application 4 | Categories=Utility;GNOME;GTK; 5 | StartupNotify=false 6 | Name=Budgie Welcome 7 | Exec=budgie-welcome 8 | Icon=distributor-logo-ubuntu-budgie 9 | Comment=Find out about your operating system 10 | Keywords=desktop;preferences; 11 | OnlyShowIn=Budgie; 12 | StartupWMClass=Budgie-welcome 13 | -------------------------------------------------------------------------------- /docs/standards.md: -------------------------------------------------------------------------------- 1 | # Coding standards 2 | ---- 3 | Following conventions should be followed while contributing to `budgie-welcome` project. 4 | - Use 4 spaces for indentation of code 5 | - Limit all lines to a maximum of 79 characters. 6 | - Lines should be broken before binary operators as it gives better readability. 7 | - Surround top-level function and class definitions with two blank lines. 8 | - Method definitions inside a class are surrounded by a single blank line. 9 | - Simple import statements should be written in separate lines. 10 | - Avoid trailing whitespace anywhere. 11 | - Always surround binary operators with a single space on either side 12 | - Don't use spaces around the = sign when used to indicate a keyword argument or a default parameter value. 13 | - Comments should be complete sentences. If a comment is a phrase or sentence, its first word should be capitalized, unless it is an identifier that begins with a lower case letter 14 | 15 | **This document is incomplete. More conventions should be mentioned to make things consistent throughout the project.** 16 | 17 | All these conventions are adopted from [PEP 8 - Style Guide for Python Code)(https://www.python.org/dev/peps/pep-0008/) 18 | -------------------------------------------------------------------------------- /files/bin/wrapper: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | case "$SNAP_ARCH" in 4 | i386) ARCH="i386-linux-gnu" ;; 5 | amd64) ARCH="x86_64-linux-gnu" ;; 6 | s390x) ARCH="s390x-linux-gnu" ;; 7 | ppc64el) ARCH="powerpc64le-linux-gnu" ;; 8 | armhf) ARCH="arm-linux-gnueabihf" ;; 9 | arm64) ARCH="aarch64-linux-gnu" ;; 10 | esac 11 | 12 | # Create $XDG_RUNTIME_DIR if not exists (to be removed when https://pad.lv/1656340 is fixed) 13 | [ -n "$XDG_RUNTIME_DIR" ] && mkdir -p $XDG_RUNTIME_DIR -m 700 14 | 15 | export DISABLE_WAYLAND=1 16 | export LIBGL_ALWAYS_SOFTWARE=1 17 | 18 | exec "$@" -------------------------------------------------------------------------------- /hicolor/scalable/apps/distributor-logo-ubuntu-budgie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | budgie-remix Logo 4 | 5 | 6 | 7 | image/svg+xml 8 | 9 | budgie-remix Logo 10 | 11 | 12 | HEXcube and Joshua "Foggalong" Fogg 13 | 14 | 15 | 16 | Budgie Logo by Yuri Henrique 17 | 'Work in Progress' logo for budgie-remix 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /org.budgie.welcome.policy: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | budgie-remix 7 | http://hal.freedesktop.org/docs/PolicyKit/ 8 | 9 | 10 | budgie-remix privileged actions utility 11 | Helper utility that will allow budgie-welcome to perform privileged actions 12 | system-run 13 | 14 | no 15 | no 16 | yes 17 | 18 | /usr/lib/budgie-welcome/budgie-welcome-privileged-actions 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /panels/budgie-plank.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Exec=/usr/bin/plank 4 | Hidden=false 5 | NoDisplay=false 6 | X-GNOME-Autostart-enabled=true 7 | Name[en_GB]=budgie-plank 8 | Name=budgie-plank 9 | Comment[en_GB]=plank dock for budgie-desktop 10 | Comment=plank dock for budgie-desktop 11 | -------------------------------------------------------------------------------- /panels/panel.classic: -------------------------------------------------------------------------------- 1 | [Panels] 2 | Panels=Top Panel 3 | 4 | [Top Panel] 5 | Children=Budgie Menu;Spacer 1;IconTaskList;Spacer 2;Tray;Notifications;Status;User Indicator;Spacer 3;Separator;Clock;Raven Trigger; 6 | Position=Top 7 | 8 | [Budgie Menu] 9 | ID=Budgie Menu 10 | 11 | [Spacer 1] 12 | ID=Spacer 13 | 14 | [IconTaskList] 15 | ID=Icon Task List 16 | 17 | [Spacer 2] 18 | ID=Spacer 19 | 20 | [Tray] 21 | ID=System Tray 22 | Alignment=end 23 | 24 | [Notifications] 25 | ID=Notifications 26 | Alignment=end 27 | 28 | [Status] 29 | ID=Status Indicator 30 | Alignment=end 31 | 32 | [User Indicator] 33 | ID=User Indicator 34 | Alignment=end 35 | 36 | [Spacer 3] 37 | ID=Spacer 38 | Alignment=end 39 | 40 | [Separator] 41 | ID=Separator 42 | Alignment=end 43 | 44 | [Clock] 45 | ID=Clock 46 | Alignment=end 47 | 48 | [Raven Trigger] 49 | ID=Raven Trigger 50 | Alignment=end 51 | -------------------------------------------------------------------------------- /panels/panel.ini: -------------------------------------------------------------------------------- 1 | [Panels] 2 | Panels=Top Panel 3 | 4 | [Top Panel] 5 | Children=Budgie Menu;Spacer 1;Clock;AppIndicator;Tray;Places;Notifications;Status;Separator;Spacer 3;User Indicator;Raven Trigger; 6 | Position=Top 7 | 8 | [Budgie Menu] 9 | ID=Budgie Menu 10 | 11 | [Spacer 1] 12 | ID=Spacer 13 | 14 | [Clock] 15 | ID=Clock 16 | Alignment=center 17 | 18 | [AppIndicator] 19 | ID=AppIndicator Applet 20 | Alignment=end 21 | 22 | [Tray] 23 | ID=System Tray 24 | Alignment=end 25 | 26 | [Places] 27 | ID=Places 28 | Alignment=end 29 | 30 | [Notifications] 31 | ID=Notifications 32 | Alignment=end 33 | 34 | [Status] 35 | ID=Status Indicator 36 | Alignment=end 37 | 38 | [User Indicator] 39 | ID=User Indicator 40 | Alignment=end 41 | 42 | [Separator] 43 | ID=Separator 44 | Alignment=end 45 | 46 | [Spacer 3] 47 | ID=Spacer 48 | Alignment=end 49 | 50 | [Raven Trigger] 51 | ID=Raven Trigger 52 | Alignment=end 53 | -------------------------------------------------------------------------------- /panels/panel.red: -------------------------------------------------------------------------------- 1 | [Panels] 2 | Panels=Top Panel 3 | 4 | [Top Panel] 5 | Children=Budgie Menu;Spacer 1;IconTaskList;Spacer 2;AppIndicator;Tray;Spacer 3;Status;Separator;Clock;User Indicator;Spacer 4;Raven Trigger; 6 | Position=bottom 7 | 8 | [Budgie Menu] 9 | ID=Budgie Menu 10 | 11 | [Spacer 1] 12 | ID=Spacer 13 | 14 | [IconTaskList] 15 | ID=Icon Task List 16 | 17 | [Spacer 2] 18 | ID=Spacer 19 | 20 | [AppIndicator] 21 | ID=AppIndicator Applet 22 | Alignment=end 23 | 24 | [Tray] 25 | ID=System Tray 26 | Alignment=end 27 | 28 | [Spacer 3] 29 | ID=Spacer 30 | Alignment=end 31 | 32 | [Separator] 33 | ID=Separator 34 | Alignment=end 35 | 36 | [Clock] 37 | ID=Clock 38 | Alignment=end 39 | 40 | [Status] 41 | ID=Status Indicator 42 | Alignment=end 43 | 44 | [User Indicator] 45 | ID=User Indicator 46 | Alignment=end 47 | 48 | [Spacer 4] 49 | ID=Spacer 50 | Alignment=end 51 | 52 | [Raven Trigger] 53 | ID=Raven Trigger 54 | Alignment=end 55 | -------------------------------------------------------------------------------- /panels/panel.simple: -------------------------------------------------------------------------------- 1 | [Panels] 2 | Panels=Top Panel 3 | 4 | [Top Panel] 5 | Children=Budgie Menu;Spacer 1;IconTaskList;Spacer 2;AppIndicator;Tray;Spacer 3;Status;Separator;Clock;User Indicator;Spacer 4;Raven Trigger; 6 | Position=bottom 7 | 8 | [Budgie Menu] 9 | ID=Budgie Menu 10 | 11 | [Spacer 1] 12 | ID=Spacer 13 | 14 | [IconTaskList] 15 | ID=Icon Task List 16 | 17 | [Spacer 2] 18 | ID=Spacer 19 | 20 | [AppIndicator] 21 | ID=AppIndicator Applet 22 | Alignment=end 23 | 24 | [Tray] 25 | ID=System Tray 26 | Alignment=end 27 | 28 | [Spacer 3] 29 | ID=Spacer 30 | Alignment=end 31 | 32 | [Separator] 33 | ID=Separator 34 | Alignment=end 35 | 36 | [Clock] 37 | ID=Clock 38 | Alignment=end 39 | 40 | [Status] 41 | ID=Status Indicator 42 | Alignment=end 43 | 44 | [User Indicator] 45 | ID=User Indicator 46 | Alignment=end 47 | 48 | [Spacer 4] 49 | ID=Spacer 50 | Alignment=end 51 | 52 | [Raven Trigger] 53 | ID=Raven Trigger 54 | Alignment=end 55 | 56 | [com.solus-project.budgie-menu] 57 | menu-compact=true 58 | -------------------------------------------------------------------------------- /panels/panel.twopanel: -------------------------------------------------------------------------------- 1 | [Panels] 2 | Panels=Top Panel;Bottom Panel; 3 | 4 | [Top Panel] 5 | Children=Budgie Menu;Places;Spacer 1;AppIndicator;Tray;Spacer 2;Status;Separator;Clock;User Indicator;Spacer 3;Raven Trigger; 6 | Position=top 7 | 8 | [Budgie Menu] 9 | ID=Budgie Menu 10 | 11 | [Places] 12 | ID=Places 13 | Alignment=end 14 | 15 | [Spacer 1] 16 | ID=Spacer 17 | 18 | [Spacer 2] 19 | ID=Spacer 20 | Alignment=end 21 | 22 | [AppIndicator] 23 | ID=AppIndicator Applet 24 | Alignment=end 25 | 26 | [Tray] 27 | ID=System Tray 28 | Alignment=end 29 | 30 | [Spacer 3] 31 | ID=Spacer 32 | Alignment=end 33 | 34 | [Separator] 35 | ID=Separator 36 | Alignment=end 37 | 38 | [Clock] 39 | ID=Clock 40 | Alignment=end 41 | 42 | [Status] 43 | ID=Status Indicator 44 | Alignment=end 45 | 46 | [User Indicator] 47 | ID=User Indicator 48 | Alignment=end 49 | 50 | [Raven Trigger] 51 | ID=Raven Trigger 52 | Alignment=end 53 | 54 | [Bottom Panel] 55 | Children=ShowDesktop;Spacer 4;TaskList;Spacer 5;Workspace; 56 | Position=bottom 57 | 58 | [ShowDesktop] 59 | ID=Show Desktop Button 60 | 61 | [Spacer 4] 62 | ID=Spacer 63 | 64 | [TaskList] 65 | ID=Task List 66 | 67 | [Spacer 5] 68 | ID=Spacer 69 | Alignment=end 70 | 71 | [Workspace] 72 | ID=Workspace Switcher 73 | Alignment=end 74 | -------------------------------------------------------------------------------- /panels/panel.ubuntu-budgie: -------------------------------------------------------------------------------- 1 | [Panels] 2 | Panels=Top Panel 3 | 4 | [Top Panel] 5 | Children=Budgie Menu;Spacer 1;Clock;AppIndicator;Tray;Places;Notifications;Status;Separator;Spacer 3;User Indicator;Raven Trigger; 6 | Position=Top 7 | 8 | [Budgie Menu] 9 | ID=Budgie Menu 10 | 11 | [Spacer 1] 12 | ID=Spacer 13 | 14 | [Clock] 15 | ID=Clock 16 | Alignment=center 17 | 18 | [AppIndicator] 19 | ID=AppIndicator Applet 20 | Alignment=end 21 | 22 | [Tray] 23 | ID=System Tray 24 | Alignment=end 25 | 26 | [Places] 27 | ID=Places 28 | Alignment=end 29 | 30 | [Notifications] 31 | ID=Notifications 32 | Alignment=end 33 | 34 | [Status] 35 | ID=Status Indicator 36 | Alignment=end 37 | 38 | [User Indicator] 39 | ID=User Indicator 40 | Alignment=end 41 | 42 | [Separator] 43 | ID=Separator 44 | Alignment=end 45 | 46 | [Spacer 3] 47 | ID=Spacer 48 | Alignment=end 49 | 50 | [Raven Trigger] 51 | ID=Raven Trigger 52 | Alignment=end 53 | -------------------------------------------------------------------------------- /po/LINGUAS: -------------------------------------------------------------------------------- 1 | bg 2 | ca 3 | da 4 | de_DE 5 | el 6 | en_GB 7 | eo 8 | es 9 | fa 10 | fi 11 | fr 12 | fr_FR 13 | he 14 | hu 15 | id_ID 16 | it 17 | ja 18 | ko 19 | lt 20 | ms_MY 21 | nl_NL 22 | oc 23 | pl 24 | pt_BR 25 | pt_PT 26 | ru 27 | sr_RS 28 | tr 29 | zh_CN 30 | zh_TW 31 | -------------------------------------------------------------------------------- /po/update_linguas.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | tx pull -a -f --minimum-perc=10 3 | #tx pull -a -f 4 | 5 | cd po 6 | rm LINGUAS 7 | 8 | for i in *.po ; do 9 | echo `echo $i|sed 's/.po$//'` >> LINGUAS 10 | done 11 | 12 | sed -i 's/UTF-8/UTF-8/g' *.po 13 | -------------------------------------------------------------------------------- /sassc-compile.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | sassc -M -t compressed ./data/scss/welcome.scss ./data/css/welcome.css 3 | -------------------------------------------------------------------------------- /screenshot-live-session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/screenshot-live-session.png -------------------------------------------------------------------------------- /screenshot-normal-session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UbuntuBudgie/budgie-welcome/81fc7d49b72fb491743aa1621c2d5c5e06f11cc3/screenshot-normal-session.png -------------------------------------------------------------------------------- /scripts/rebuild-translations.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # This script will rebuild all the PO files required for translations. 4 | # 5 | 6 | scripts_dir="$(dirname $0)/" 7 | 8 | cd "$scripts_dir" || exit 9 | sed -i -- 's/CHARSET/UTF-8/g' ../po/* 10 | ./welcome-po.py --update-pos 11 | ./welcome-po.py --install 12 | ./translation-support.py translate-all 13 | ./update-desktop-files.sh 14 | cp ../data/*.html ../data/stripped/en_US/ 15 | sed -i -- 's/‌//g' ../data/stripped/en_US/* 16 | sed -i -- 's/css\//..\/..\/css\//g' ../data/stripped/en_US/* 17 | sed -i -- 's/js\//..\/..\/js\//g' ../data/stripped/en_US/* 18 | sed -i -- 's/img\//..\/..\/img\//g' ../data/stripped/en_US/* 19 | -------------------------------------------------------------------------------- /scripts/regenerate-translation-templates.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # This script will regenerate all the POT files for the project. 4 | # 5 | 6 | repo_root=$(realpath "$(dirname $0)/../") 7 | html_po_folder="$repo_root/data/po" 8 | welcome_po_folder="$repo_root/po" 9 | 10 | cd "$repo_root" || exit 11 | 12 | if [ ! -d "$html_po_folder" ]; then 13 | echo "HTML PO folder does not exist. Creating..." 14 | mkdir "$html_po_folder" 15 | fi 16 | 17 | if [ ! -d "$welcome_po_folder" ]; then 18 | echo "Welcome PO folder does not exist. Creating..." 19 | mkdir "$welcome_po_folder" 20 | fi 21 | 22 | for page in $(ls $html_po_folder); do 23 | rm "$html_po_folder/$page/$page.pot" -v 24 | done 25 | 26 | rm "$welcome_po_folder/budgie-welcome.pot" 27 | pygettext3 -d ./po/budgie-welcome budgie-welcome 28 | 29 | cd scripts/ || exit 30 | ./translation-support.py create-all-pots 31 | -------------------------------------------------------------------------------- /scripts/update-desktop-files.sh: -------------------------------------------------------------------------------- 1 | msgfmt --desktop -d ../po --template=../desktop/budgie-welcome.desktop.in -o ../desktop/budgie-welcome.desktop 2 | msgfmt --desktop -d ../po --template=../desktop/budgie-applets.desktop.in -o ../desktop/budgie-applets.desktop 3 | msgfmt --desktop -d ../po --template=../desktop/budgie-themes.desktop.in -o ../desktop/budgie-themes.desktop 4 | msgfmt --desktop -d ../po --template=../desktop/budgie-discourse.desktop.in -o ../desktop/budgie-discourse.desktop 5 | -------------------------------------------------------------------------------- /snap/.snapcraft/state: -------------------------------------------------------------------------------- 1 | !GlobalState 2 | assets: 3 | build-packages: [] 4 | build-snaps: [] 5 | -------------------------------------------------------------------------------- /snap/hooks/install: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cat << POLICY > /usr/share/polkit-1/actions/org.budgie.welcome.policy 4 | 5 | 8 | 9 | ubuntu-budgie 10 | http://hal.freedesktop.org/docs/PolicyKit/ 11 | 12 | 13 | Ubuntu Budgie privileged actions utility 14 | Helper utility that will allow budgie-welcome to perform privileged actions 15 | system-run 16 | 17 | no 18 | no 19 | yes 20 | 21 | $SNAP/usr/lib/budgie-welcome/budgie-welcome-privileged-actions 22 | 23 | 24 | POLICY 25 | 26 | -------------------------------------------------------------------------------- /snap/hooks/post-refresh: -------------------------------------------------------------------------------- 1 | install -------------------------------------------------------------------------------- /snap/hooks/remove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | #rm -f /etc/skel/.config/autostart/budgie-welcome.desktop 4 | rm -f /usr/share/polkit-1/actions/org.budgie.welcome.policy 5 | --------------------------------------------------------------------------------