#1186 DO NOT MERGE YET: Add Fedora Sway Spin site for Fedora 38+
Merged a year ago by darknao. Opened a year ago by fale.
fale/fedora-websites sway  into  f38

@@ -0,0 +1,176 @@ 

+ <!DOCTYPE html>

+ <html lang="${lang}"

+   xmlns="http://www.w3.org/1999/xhtml"

+   xmlns:py="http://genshi.edgewall.org/"

+   xmlns:xi="http://www.w3.org/2001/XInclude">

+   <xi:include href="../../../templates/master.html" />

+   <head>

+     <title>${_('Download Fedora Sway Spin')}</title>

+   </head>

+ 

+ <body id="spins">

+ <xi:include href="../../../templates/regulations.html" />

+ <xi:include href="../../../templates/sway/header.html" />

+ 

+ <header id="head" class="downloadheader">

+     <div class="container">

+       <div class="row">

+         <div class="col-md-7 col-md-offset-5 text-left">

+           <h2>${Markup(_('Download Fedora %(rel)s Sway Spin')) % {'rel':global_variables.release['curr_id']}}</h2>

+             <p class="gr">

+               <a class="btn btn-success sway-download-splash" href="${global_variables.path['download']}/${global_variables.release['curr_id']}/Spins/x86_64/iso/Fedora-Sway-Live-x86_64-${global_variables.release['curr_id']}-${global_variables.release['RC_gold']}.iso" role="button">${_('Download')}</a>

+               <a class="btn btn-outline sway-download-splash" href="https://spins.fedoraproject.org/verify">Verify your download</a>

+             </p>

+             <h5>${Markup(_('%s GB ISO Image for 64-bit PC')) % global_variables.iso_size['x86_64_Live_Sway']}</h5>

+ 	    <!--<p class="gr"><a class="btn btn-success lxqt-download-splash" href="https://dl.fedoraproject.org/pub/alt/unofficial/releases/29/x86_64/Fedora-LXQt-Live-x86_64-29-20181029.1.iso" role="button">${_('Download')}</a></p>-->

+ <!--            <h5>${Markup(_('%s GB ISO Image for 64-bit PC')) % global_variables.iso_size['x86_64_Live_LXQt']}</h5>-->

+         </div>

+       </div>

+     </div>

+ </header>

+ <div class="container download-container top-space">

+ 

+ 	<!--<xi:include href="../../../templates/generic/unofficial.html" />-->

+ 

+   <div class="row">

+     <div class="col-md-8 text-left bottom-space">

+         <h3>${_('What is a Live image?')}</h3>

+         <p>${_('Fedora Sway Spin is shipped as a live operating system. It\'s everything you need to try out Fedora\'s Sway Desktop - you don\'t have to erase anything on your current system to try it out, and it won\'t put your files at risk. Take Fedora for a test drive, and if you like it, you can install Fedora directly to your hard drive straight from the Live Media desktop if you like.')}</p>

+ 	    <p>${_('To use this image, you need a drive that can create or "burn" DVDs, or a USB flash drive at least as big as the image.')}</p>

+     </div>

+     <div class="col-md-3 text-left col-md-offset-1">

+           <h3>${_('Other Downloads')}</h3>

+           <h4>${Markup(_('ARM&lt;span class="sup"&gt;&reg;&lt;/span&gt; Technology'))}</h4>

+           <ul>

+             <li><a href="https://arm.fedoraproject.org/">arm.fedoraproject.org</a></li>

+           </ul>

+           <h4>${_('Older Releases')}</h4>

+           <ul>

+               <li>

+                   <p><a href="http://archive.fedoraproject.org/">archive.fedoraproject.org</a></p>

+               </li>

+           </ul>

+           <div class="top-space bottom-margin">

+             <py:choose>

+             <py:when test="global_variables.release['curr_state'] == 'Alpha'">

+               <div class="prerelease-box">

+                 <h5>${Markup(_('F%(rel)s Alpha')) % {'rel':global_variables.release['next_id']}}</h5>

+                 <h4>${_('Try a pre-release')}</h4>

+                 <p>${_('We\'re working on our next release.')}<br />

+                     ${Markup(_('Help us get F%(rel)s ready!')) % {'rel':global_variables.release['next_id']}}</p>

+                 <p><i class="fa fa-fw fa-sm header-icon fa-download"></i><a href="../../prerelease">${Markup(_('Download F%(rel)s Alpha images')) % {'rel':global_variables.release['next_id']}}</a></p>

+                 <p><i class="fa fa-fw fa-sm header-icon fa-book"></i><a href="//fedoraproject.org/wiki/QA/Join#release-validation">${_('How to test pre-releases')}</a></p>

+               </div>

+             </py:when>

+             <py:when test="global_variables.release['curr_state'] == 'Beta'">

+               <div class="prerelease-box">

+                 <h5>${Markup(_('F%(rel)s Beta')) % {'rel':global_variables.release['next_id']}}</h5>

+                 <h4>${_('Try a pre-release')}</h4>

+                 <p>${_('We\'re working on our next release.')}<br />

+                     ${Markup(_('Help us get F%(rel)s ready!')) % {'rel':global_variables.release['next_id']}}</p>

+                 <p><i class="fa fa-fw fa-sm header-icon fa-download"></i><a href="../../prerelease">${Markup(_('Download F%(rel)s Beta images')) % {'rel':global_variables.release['next_id']}}</a></p>

+                 <p><i class="fa fa-fw fa-sm header-icon fa-book"></i><a href="//fedoraproject.org/wiki/QA/Join#release-validation">${_('How to test pre-releases')}</a></p>

+               </div>

+             </py:when>

+           </py:choose>

+           </div>

+           <noscript>

+           <div class="bottom-margin">

+             <h3>${_('Verify')}</h3>

+               <ul>

+               <li>

+                   <p><a href="${path}/verify">${_('Verify your Image')}</a></p>

+               </li>

+               </ul>

+           </div>

+           </noscript>

+     </div>

+   </div>

+ </div>

+ 

+ <div class="jumbotron using-dl">

+ <div class="container using">

+     <!-- Using Spins for mobile -->

+   	<div class="row bottom-space visible-xs">

+   	  <div class="col-xs-12 text-center">

+   	  	<h2>${_('Downloading')}</h2>

+ 	      <p class="text-justify">${_('Spin downloads are offered via direct download, but you can also get them via BitTorrent. In this case you will need to install a BitTorrent client in order to download a spin. If you cannot use Bittorrent, some spins offer alternative download methods.')}</p>

+ 	      <p><a class="btn btn-primary" href="https://docs.fedoraproject.org/en-US/fedora/latest/install-guide/Downloading_Fedora/" role="button">${_('Learn more')}</a></p>

+   	  </div>

+   	  <div class="col-xs-12 text-center">

+   	  	<h2>${_('Using')}</h2>

+ 	      <p class="text-justify">${_('Spins are provided as ISO files. You may use the ISO file to create a new virtual machine, or you can burn the ISO in a special way to a USB stick or optical media to run the spin on hardware.')}</p>

+ 	      <p><a class="btn btn-primary" href="https://docs.fedoraproject.org/en-US/fedora/latest/install-guide/install/Preparing_for_Installation/" role="button">${_('Learn more')}</a></p>

+   	  </div>

+   	  <div class="col-xs-12 text-center">

+   	  	<h2>${_('Installing')}</h2>

+ 	      <p class="text-justify">${_('To install a spin, you run the spin on your computer and click the "Install to Hard Drive" link on the desktop. You\'ll be guided through the install process via a series of prompts.')}</p>

+ 	      <p><a class="btn btn-primary" href="https://docs.fedoraproject.org/en-US/fedora/latest/install-guide/install/Installing_Using_Anaconda/" role="button">${_('Learn more')}</a></p>

+   	  </div>

+   	</div>

+ 

+   <!-- Using Spins for desktop and tablet -->

+   	<div class="row hidden-xs">

+   	  <div class="col-sm-4 text-center">

+   	  	<h2>${_('Downloading')}</h2>

+ 	      <p class="text-justify">${_('Spin downloads are offered via direct download, but you can also get them via BitTorrent. In this case you will need to install a BitTorrent client in order to download a spin. If you cannot use Bittorrent, some spins offer alternative download methods.')}</p>

+   	  </div>

+   	  <div class="col-sm-4 text-center">

+   	  	<h2>${_('Using')}</h2>

+ 	      <p class="text-justify">${_('Spins are provided as ISO files. You may use the ISO file to create a new virtual machine, or you can burn the ISO in a special way to a USB stick or optical media to run the spin on hardware.')}</p>

+   	  </div>

+   	  <div class="col-sm-4 text-center">

+   	  	<h2>${_('Installing')}</h2>

+ 	      <p class="text-justify">${_('To install a spin, you run the spin on your computer and click the "Install to Hard Drive" link on the desktop. You\'ll be guided through the install process via a series of prompts.')}</p>

+   	  </div>

+   	</div>

+   	<div class="row bottom-space hidden-xs">

+   	  <div class="col-sm-4 text-center">

+ 	      <p><a class="btn btn-primary" href="https://docs.fedoraproject.org/en-US/fedora/latest/install-guide/Downloading_Fedora/" role="button">${_('Learn more')}</a></p>

+   	  </div>

+   	  <div class="col-sm-4 text-center">

+ 	      <p><a class="btn btn-primary" href="https://docs.fedoraproject.org/en-US/fedora/latest/install-guide/install/Preparing_for_Installation/" role="button">${_('Learn more')}</a></p>

+   	  </div>

+   	  <div class="col-sm-4 text-center">

+ 	      <p><a class="btn btn-primary" href="https://docs.fedoraproject.org/en-US/fedora/latest/install-guide/install/Installing_Using_Anaconda/" role="button">${_('Learn more')}</a></p>

+   	  </div>

+   	</div>

+   </div>

+ </div>

+ 

+ <xi:include href="../../../templates/export-regulations.html" />

+ 

+ <!-- Resources -->

+ <div class="jumbotron greybox">

+     <div class="container">

+       <div class="row">

+         <div class="col-xs-12 text-center">

+           <h2>${_('Support Resources')}</h2>

+         </div>

+       </div>

+       <div class="row top-margin">

+         <div class="col-md-4 col-xs-12 text-center">

+           <h3><i class="fa fa-fw fa-lg header-icon fa-comments"></i>${_('Chat')}</h3>

+           <p>${Markup(_('General help is available in &lt;a href="%s"&gt;Fedora Sway&lt;/a&gt; Matrix room on &lt;strong&gt;Fedora Matrix Space&lt;/strong&gt; for real-time chat.') % ('https://matrix.to/#/#sway:fedoraproject.org'))}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+           <h3><i class="fa fa-fw fa-lg header-icon fa-envelope-o"></i>${_('Email')}</h3>

+           <p>${Markup(_('Users and developers are also available on the mailing list at &lt;a href="%s"&gt;sway-sig@lists.fedoraproject.org&lt;/a&gt;.') % ('https://lists.fedoraproject.org/archives/list/sway-sig@lists.fedoraproject.org/'))}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+           <h3><i class="fa fa-fw fa-lg header-icon fa-book"></i>${_('Documentation')}</h3>

+           <p>${Markup(_('Specific documentation and tutorials are available at the &lt;a href="%s"&gt;Sway project upstream website&lt;/a&gt;.') % ('https://swaywm.org/'))}</p>

+         </div>

+       </div>

+       <div class="row top-margin">

+         <div class="col-xs-12 text-center">

+           <h4><i class="fa fa-fw header-icon fa-question-circle"></i>${_('General Help Using Fedora')}</h4>

+           <p>${Markup(_('Sometimes you may encounter an issue with this spin that you can get help with using general Fedora support resources. A list of resources is available at the &lt;a href="%s"&gt;Fedora &ldquo;Get Help&rdquo; page&lt;/a&gt;.') % ('https://fedoraproject.org/wiki/Communicating_and_getting_help'))}</p>

+         </div>

+       </div>

+     </div>

+   </div>

+ 

+ 

+ </body>

+ </html>

@@ -0,0 +1,210 @@ 

+ <!DOCTYPE html>

+ <html lang="${lang}"

+   xmlns="http://www.w3.org/1999/xhtml"

+   xmlns:py="http://genshi.edgewall.org/"

+   xmlns:xi="http://www.w3.org/2001/XInclude">

+   <xi:include href="../../templates/master.html" />

+   <head>

+     <title>${_('Fedora Sway Spin')}</title>

+   </head>

+   <body>

+ 

+   <xi:include href="../../templates/sway/header.html" />

+ 

+   <header id="head">

+     <div class="col-xs-12 text-center widewrapper">

+       <img src="${path}/static/images/screenshots/screenshot-sway.jpg" class="img-responsive" alt="Sway screenshot" />

+     </div>

+     <div class="container product-feature">

+       <div class="row">

+         <div class="col-sm-8 col-sm-offset-2 col-xs-10 col-xs-offset-1 text-justify top-space bottom-space">

+           <p>${_('The Fedora Sway Spin provides the popular Sway tiling window manager. It makes Sway accessible and appealing to both novices and advanced users who prefer not to use a mouse, touchpad, or other pointing device to interact with their environment. Featuring lightweight applications for web browsing, text editing, and media playback, the Fedora Sway Spin offers a complete experience with a minimalist user interface.')}</p>

+         </div>

+       </div>

+     </div>

+   </header>

+ 

+   <!-- Download -->

+   <div class="jumbotron product-feature main-head">

+     <div class="container using">

+       <div class="row">

+         <div class="col-xs-12 text-center spin-download">

+         <p><a class="btn btn-lg btn-primary" href="${path}/sway/download/index.html" role="button">${_('Download Now')}</a></p>

+         </div>

+       </div>

+     </div>

+   </div>

+ 

+   <!-- Going Online -->

+   <div class="jumbotron darkbluebox">

+     <div class="container">

+       <div class="row">

+         <div class="col-xs-12 text-center top-margin">

+           <h2>${_('Going Online')}</h2>

+         </div>

+       </div>

+       <div class="row top-margin bottom-margin">

+         <div class="col-md-4 col-xs-12 text-center">

+           <img src="${path}/static/images/sway/firefox.png" alt="Firefox" />

+           <h4>${_('Firefox')}</h4>

+           <p>${_('The popular and free web browser backed by Mozilla, a non-profit dedicated to internet health and privacy.')}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+           <img src="${path}/static/images/sway/nm.png" alt="NetworkManager" />

+           <h4>${_('NetworkManager Applet')}</h4>

+           <p>${_('Just a click and you\'re connected to your wireless LAN router, or online via many supported 3G mobile broadband cards.')}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+           <img src="${path}/static/images/sway/terminal.png" alt="terminal" />

+           <h4>${_('nmcli')}</h4>

+           <p>${_('CLI application to control the NetworkManager configuration. It gives you the power of the nm-applet, but in the terminal.')}</p>

+         </div>

+       </div>

+     </div>

+   </div>

+ 

+   <!-- Configuration -->

+   <div class="jumbotron greybox">

+     <div class="container">

+       <div class="row">

+         <div class="col-xs-12 text-center top-margin">

+           <h2>${_('Configuration')}</h2>

+         </div>

+       </div>

+       <div class="row top-margin bottom-margin">

+         <div class="col-md-4 col-xs-12 text-center">

+ 	      <img src="${path}/static/images/sway/terminal.png" alt="terminal" />

+           <h4>${_('foot')}</h4>

+           <p>${_('Foot is a fast, lightweight and minimalistic Wayland terminal emulator.')}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+ 	      <img src="${path}/static/images/sway/terminal.png" alt="terminal" />

+           <h4>${_('light')}</h4>

+           <p>${_('light gets and sets the screen back-light brightness on Linux.')}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+ 	      <img src="${path}/static/images/sway/terminal.png" alt="terminal" />

+           <h4>${_('imv')}</h4>

+           <p>${_('imv is a command line image viewer intended for use with tiling window managers.')}</p>

+         </div>

+       </div>

+     </div>

+   </div>

+   

+   <!-- Utilities -->

+   <div class="jumbotron whitebox">

+     <div class="container">

+       <div class="row">

+         <div class="col-xs-12 text-center top-margin">

+           <h2>${_('Utilities')}</h2>

+         </div>

+       </div>

+       <div class="row top-margin bottom-margin">

+         <div class="col-md-4 col-xs-12 text-center">

+ 	          <img src="${path}/static/images/sway/terminal.png" alt="terminal" />

+           <h4>${_('sway ock')}</h4>

+           <p>${_('Simple screen locker.')}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+ 	          <img src="${path}/static/images/sway/terminal.png" alt="terminal" />

+           <h4>${_('waybar')}</h4>

+           <p>${_('Highly customizable Wayland bar for Sway and Wlroots based compositors.')}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+ 	          <img src="${path}/static/images/sway/terminal.png" alt="terminal" />

+           <h4>${_('rofi')}</h4>

+           <p>${_('A window switcher, application launcher and dmenu replacement.')}</p>

+         </div>

+       </div>

+       <div class="row top-margin bottom-margin">

+         <div class="col-md-4 col-xs-12 text-center">

+ 	          <img src="${path}/static/images/sway/terminal.png" alt="terminal" />

+           <h4>${_('dunst')}</h4>

+           <p>${_('Highly-configurable and lightweight notification daemon')}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+ 	          <img src="${path}/static/images/sway/terminal.png" alt="terminal" />

+           <h4>${_('kanshi')}</h4>

+           <p>${_('A Dynamic display configuration tool.')}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+ 	          <img src="${path}/static/images/sway/thunar.png" alt="thunar" />

+           <h4>${_('Thunar')}</h4>

+           <p>${_('File manager for Linux and other Unix-like systems.')}</p>

+         </div>

+       </div>

+     </div>

+   </div>

+   

+   <!-- Multimedia -->

+ <!--  <div class="jumbotron whitebox">

+     <div class="container">

+       <div class="row top-margin">

+         <div class="col-xs-12 text-center">

+           <h2>${_('Multimedia')}</h2>

+         </div>

+       </div>

+       <div class="row top-margin bottom-margin">

+         <div class="col-md-4 col-xs-12 text-center">

+           <img src="${path}/static/images/lxqt/dragonplayer.png" alt="Dragon Player" />

+           <h4>${_('Dragon Player')}</h4>

+           <p>${_('Dragon Player is a multimedia player where the focus is on simplicity, instead of features. Its simple interface is designed not to get in your way and instead empower you to simply play multimedia files.')}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+           <img src="${path}/static/images/lxqt/lximage-qt.png" alt="LXImage-Qt" />

+           <h4>${_('LXImage-Qt')}</h4>

+           <p>${_('LXImage-Qt is the Qt port of LXImage, a simple and fast image viewer you can also take screenshots with.')}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+           <img src="${path}/static/images/lxqt/yarock.png" alt="Yarock" />

+           <h4>${_('Yarock')}</h4>

+           <p>${_('Yarock is Qt4/Qt5 Modern Music Player designed to provide an easy and pretty music collection browser based on cover art.')}</p>

+         </div>

+       </div>

+     </div>

+   </div>-->

+ 

+   <!-- Download -->

+ <!--  <div class="jumbotron product-feature">

+     <div class="container using">

+       <div class="row">

+         <div class="col-xs-12 text-center spin-download">

+         <p><a class="btn btn-lg btn-primary" href="${path}/sway/download/index.html" role="button">${_('Download Now')}</a></p>

+         </div>

+       </div>

+     </div>

+   </div>-->

+ 

+   <!-- Resources -->

+   <div class="jumbotron greybox">

+     <div class="container">

+       <div class="row">

+         <div class="col-xs-12 text-center">

+           <h2>${_('Support Resources')}</h2>

+         </div>

+       </div>

+       <div class="row top-margin">

+         <div class="col-md-4 col-xs-12 text-center">

+           <h3><i class="fa fa-fw fa-lg header-icon fa-comments"></i>${_('Chat')}</h3>

+           <p>${Markup(_('General help is available in &lt;a href="%s"&gt;Fedora Sway&lt;/a&gt; Matrix room on &lt;strong&gt;Fedora Matrix Space&lt;/strong&gt; for real-time chat.') % ('https://matrix.to/#/#sway:fedoraproject.org'))}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+           <h3><i class="fa fa-fw fa-lg header-icon fa-envelope-o"></i>${_('Email')}</h3>

+           <p>${Markup(_('Users and developers are also available on the mailing list at &lt;a href="%s"&gt;sway-sig@lists.fedoraproject.org&lt;/a&gt;.') % ('https://lists.fedoraproject.org/archives/list/sway-sig@lists.fedoraproject.org/'))}</p>

+         </div>

+         <div class="col-md-4 col-xs-12 text-center">

+           <h3><i class="fa fa-fw fa-lg header-icon fa-book"></i>${_('Documentation')}</h3>

+           <p>${Markup(_('Specific documentation and tutorials are available in &lt;a href="%s"&gt;Fedora Docs&lt;/a&gt; and the &lt;a href="%s"&gt;Sway project upstream website&lt;/a&gt;.') % ('https://docs.fedoraproject.org/en-US/sway/', 'https://swaywm.org/'))}</p>

+         </div>

+       </div>

+       <div class="row top-margin">

+         <div class="col-xs-12 text-center">

+           <h4><i class="fa fa-fw header-icon fa-question-circle"></i>${_('General Help Using Fedora')}</h4>

+           <p>${Markup(_('Sometimes you may encounter an issue with this spin that you can get help with using general Fedora support resources. A list of resources is available at the &lt;a href="%s"&gt;Fedora &ldquo;Get Help&rdquo; page&lt;/a&gt;.') % ('https://fedoraproject.org/wiki/Communicating_and_getting_help'))}</p>

+         </div>

+       </div>

+     </div>

+   </div>

+ 

+   </body>

+ </html>

@@ -0,0 +1,20 @@ 

+ <!-- LXQT Header -->

+ <!DOCTYPE html>

+ <html lang="${lang}"

+   xmlns="http://www.w3.org/1999/xhtml"

+   xmlns:py="http://genshi.edgewall.org/"

+   xmlns:xi="http://www.w3.org/2001/XInclude"

+   py:strip="">

+ 

+     <div class="container">

+       <div class="row product-header">

+         <div class="col-xs-6 text-left">

+         <a href="${path}/${lang}/sway/"><img class="productlogo hidden-xs" src="${path}/static/images/sway-banner.png" alt="Fedora Sway Spin" /><img class="productlogo visible-xs" src="${path}/static/images/sway.png" alt="Fedora Sway Spin" /></a>

+         </div>

+         <div class="col-xs-6 text-right">

+         <a href="${path}/${lang}/"><img class="fedoralogotext" src="${path}/static/images/spins.png" alt="Spins Text" /></a>

+         </div>

+       </div>

+     </div>

+ 

+ </html>

@@ -0,0 +1,2734 @@ 

+ # Translations template for PROJECT.

+ # Copyright (C) 2023 ORGANIZATION

+ # This file is distributed under the same license as the PROJECT project.

+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2023.

+ #

+ #, fuzzy

+ msgid ""

+ msgstr ""

+ "Project-Id-Version: PROJECT VERSION\n"

+ "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"

+ "POT-Creation-Date: 2023-03-12 15:12+0000\n"

+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"

+ "Language-Team: LANGUAGE <LL@li.org>\n"

+ "MIME-Version: 1.0\n"

+ "Content-Type: text/plain; charset=utf-8\n"

+ "Content-Transfer-Encoding: 8bit\n"

+ "Generated-By: Babel 2.6.0\n"

+ 

+ #: data/content/index.html:8 data/templates/footer.html:41

+ msgid "Fedora Spins"

+ msgstr ""

+ 

+ #: data/content/index.html:21 data/content/index.html:32

+ #, python-format

+ msgid ""

+ "<strong>Fedora %(rel)s %(state)s</strong> released! <a "

+ "href=\"%(link)s\">Test it now ></a>"

+ msgstr ""

+ 

+ #: data/content/index.html:43

+ #, python-format

+ msgid "Fedora %(rel)s released! Get it now."

+ msgstr ""

+ 

+ #: data/content/index.html:64 data/content/prerelease.html:47

+ msgid "A complete, modern desktop built using the KDE Plasma Desktop."

+ msgstr ""

+ 

+ #: data/content/index.html:78 data/content/prerelease.html:69

+ msgid "A complete, well-integrated Xfce Desktop."

+ msgstr ""

+ 

+ #: data/content/index.html:92

+ msgid "A lightweight, well-integrated LXQt desktop environment."

+ msgstr ""

+ 

+ #: data/content/index.html:106 data/content/prerelease.html:135

+ msgid "A classic Fedora Desktop with an additional 3D Windows Manager."

+ msgstr ""

+ 

+ #: data/content/index.html:120

+ msgid "A modern desktop featuring traditional Gnome user experience."

+ msgstr ""

+ 

+ #: data/content/index.html:134 data/content/prerelease.html:91

+ msgid "A light, fast, less-resource hungry desktop environment."

+ msgstr ""

+ 

+ #: data/content/index.html:148 data/content/prerelease.html:179

+ msgid "Discover. Reflect. Share. Learn."

+ msgstr ""

+ 

+ #: data/content/index.html:162

+ msgid "Tiling window manager."

+ msgstr ""

+ 

+ #: data/content/index.html:176 data/content/prerelease.html:224

+ msgid "A feature-rich, modern desktop designed to keep out the way of the user."

+ msgstr ""

+ 

+ #: data/content/index.html:188

+ #, python-format

+ msgid "Looking for more Fedora options? Try <a href=\"%s\">Fedora Labs</a>"

+ msgstr ""

+ 

+ #: data/content/index.html:198 data/content/prerelease.html:336

+ msgid "What are Spins?"

+ msgstr ""

+ 

+ #: data/content/index.html:199 data/content/prerelease.html:337

+ msgid ""

+ "The default desktop environment of Fedora is GNOME, but if you prefer an "

+ "alternative desktop environment such as KDE Plasma Desktop or Xfce, you "

+ "can download a spin for your preferred desktop environment and use that "

+ "to install Fedora, pre-configured for the desktop environment of your "

+ "choice."

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:89

+ #: data/content/budgie/download/index.html:108

+ #: data/content/cinnamon/download/index.html:90

+ #: data/content/cinnamon/download/index.html:109

+ #: data/content/i3/download/index.html:96

+ #: data/content/i3/download/index.html:115 data/content/index.html:210

+ #: data/content/index.html:229 data/content/kde/download/index.html:92

+ #: data/content/kde/download/index.html:111

+ #: data/content/lxde/download/index.html:91

+ #: data/content/lxde/download/index.html:110

+ #: data/content/lxqt/download/index.html:95

+ #: data/content/lxqt/download/index.html:114

+ #: data/content/mate-compiz/download/index.html:90

+ #: data/content/mate-compiz/download/index.html:109

+ #: data/content/prerelease.html:348 data/content/prerelease.html:367

+ #: data/content/soas/download/index.html:95

+ #: data/content/soas/download/index.html:114

+ #: data/content/sway/download/index.html:96

+ #: data/content/sway/download/index.html:115

+ #: data/content/xfce/download/index.html:95

+ #: data/content/xfce/download/index.html:114

+ msgid "Downloading"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:90

+ #: data/content/budgie/download/index.html:109

+ #: data/content/cinnamon/download/index.html:91

+ #: data/content/cinnamon/download/index.html:110

+ #: data/content/i3/download/index.html:97

+ #: data/content/i3/download/index.html:116 data/content/index.html:211

+ #: data/content/index.html:230 data/content/kde/download/index.html:93

+ #: data/content/kde/download/index.html:112

+ #: data/content/lxde/download/index.html:92

+ #: data/content/lxde/download/index.html:111

+ #: data/content/lxqt/download/index.html:96

+ #: data/content/lxqt/download/index.html:115

+ #: data/content/mate-compiz/download/index.html:91

+ #: data/content/mate-compiz/download/index.html:110

+ #: data/content/soas/download/index.html:96

+ #: data/content/soas/download/index.html:115

+ #: data/content/sway/download/index.html:97

+ #: data/content/sway/download/index.html:116

+ #: data/content/xfce/download/index.html:96

+ #: data/content/xfce/download/index.html:115

+ msgid ""

+ "Spin downloads are offered via direct download, but you can also get them"

+ " via BitTorrent. In this case you will need to install a BitTorrent "

+ "client in order to download a spin. If you cannot use Bittorrent, some "

+ "spins offer alternative download methods."

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:91

+ #: data/content/budgie/download/index.html:96

+ #: data/content/budgie/download/index.html:101

+ #: data/content/budgie/download/index.html:122

+ #: data/content/budgie/download/index.html:125

+ #: data/content/budgie/download/index.html:128

+ #: data/content/cinnamon/download/index.html:92

+ #: data/content/cinnamon/download/index.html:97

+ #: data/content/cinnamon/download/index.html:102

+ #: data/content/cinnamon/download/index.html:123

+ #: data/content/cinnamon/download/index.html:126

+ #: data/content/cinnamon/download/index.html:129

+ #: data/content/i3/download/index.html:98

+ #: data/content/i3/download/index.html:103

+ #: data/content/i3/download/index.html:108

+ #: data/content/i3/download/index.html:129

+ #: data/content/i3/download/index.html:132

+ #: data/content/i3/download/index.html:135 data/content/index.html:212

+ #: data/content/index.html:217 data/content/index.html:222

+ #: data/content/index.html:243 data/content/index.html:246

+ #: data/content/index.html:249 data/content/kde/download/index.html:94

+ #: data/content/kde/download/index.html:99

+ #: data/content/kde/download/index.html:104

+ #: data/content/kde/download/index.html:125

+ #: data/content/kde/download/index.html:128

+ #: data/content/kde/download/index.html:131

+ #: data/content/lxde/download/index.html:93

+ #: data/content/lxde/download/index.html:98

+ #: data/content/lxde/download/index.html:103

+ #: data/content/lxde/download/index.html:124

+ #: data/content/lxde/download/index.html:127

+ #: data/content/lxde/download/index.html:130

+ #: data/content/lxqt/download/index.html:97

+ #: data/content/lxqt/download/index.html:102

+ #: data/content/lxqt/download/index.html:107

+ #: data/content/lxqt/download/index.html:128

+ #: data/content/lxqt/download/index.html:131

+ #: data/content/lxqt/download/index.html:134

+ #: data/content/mate-compiz/download/index.html:92

+ #: data/content/mate-compiz/download/index.html:97

+ #: data/content/mate-compiz/download/index.html:102

+ #: data/content/mate-compiz/download/index.html:123

+ #: data/content/mate-compiz/download/index.html:126

+ #: data/content/mate-compiz/download/index.html:129

+ #: data/content/prerelease.html:350 data/content/prerelease.html:355

+ #: data/content/prerelease.html:360 data/content/prerelease.html:381

+ #: data/content/prerelease.html:384 data/content/prerelease.html:387

+ #: data/content/soas/download/index.html:97

+ #: data/content/soas/download/index.html:102

+ #: data/content/soas/download/index.html:107

+ #: data/content/soas/download/index.html:128

+ #: data/content/soas/download/index.html:131

+ #: data/content/soas/download/index.html:134

+ #: data/content/sway/download/index.html:98

+ #: data/content/sway/download/index.html:103

+ #: data/content/sway/download/index.html:108

+ #: data/content/sway/download/index.html:129

+ #: data/content/sway/download/index.html:132

+ #: data/content/sway/download/index.html:135

+ #: data/content/xfce/download/index.html:97

+ #: data/content/xfce/download/index.html:102

+ #: data/content/xfce/download/index.html:107

+ #: data/content/xfce/download/index.html:128

+ #: data/content/xfce/download/index.html:131

+ #: data/content/xfce/download/index.html:134

+ msgid "Learn more"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:94

+ #: data/content/budgie/download/index.html:112

+ #: data/content/cinnamon/download/index.html:95

+ #: data/content/cinnamon/download/index.html:113

+ #: data/content/i3/download/index.html:101

+ #: data/content/i3/download/index.html:119 data/content/index.html:215

+ #: data/content/index.html:233 data/content/kde/download/index.html:97

+ #: data/content/kde/download/index.html:115

+ #: data/content/lxde/download/index.html:96

+ #: data/content/lxde/download/index.html:114

+ #: data/content/lxqt/download/index.html:100

+ #: data/content/lxqt/download/index.html:118

+ #: data/content/mate-compiz/download/index.html:95

+ #: data/content/mate-compiz/download/index.html:113

+ #: data/content/prerelease.html:353 data/content/prerelease.html:371

+ #: data/content/soas/download/index.html:100

+ #: data/content/soas/download/index.html:118

+ #: data/content/sway/download/index.html:101

+ #: data/content/sway/download/index.html:119

+ #: data/content/xfce/download/index.html:100

+ #: data/content/xfce/download/index.html:118

+ msgid "Using"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:95

+ #: data/content/budgie/download/index.html:113

+ #: data/content/cinnamon/download/index.html:96

+ #: data/content/cinnamon/download/index.html:114

+ #: data/content/i3/download/index.html:102

+ #: data/content/i3/download/index.html:120 data/content/index.html:216

+ #: data/content/index.html:234 data/content/kde/download/index.html:98

+ #: data/content/kde/download/index.html:116

+ #: data/content/lxde/download/index.html:97

+ #: data/content/lxde/download/index.html:115

+ #: data/content/lxqt/download/index.html:101

+ #: data/content/lxqt/download/index.html:119

+ #: data/content/mate-compiz/download/index.html:96

+ #: data/content/mate-compiz/download/index.html:114

+ #: data/content/prerelease.html:354 data/content/prerelease.html:372

+ #: data/content/soas/download/index.html:101

+ #: data/content/soas/download/index.html:119

+ #: data/content/sway/download/index.html:102

+ #: data/content/sway/download/index.html:120

+ #: data/content/xfce/download/index.html:101

+ #: data/content/xfce/download/index.html:119

+ msgid ""

+ "Spins are provided as ISO files. You may use the ISO file to create a new"

+ " virtual machine, or you can burn the ISO in a special way to a USB stick"

+ " or optical media to run the spin on hardware."

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:99

+ #: data/content/budgie/download/index.html:116

+ #: data/content/cinnamon/download/index.html:100

+ #: data/content/cinnamon/download/index.html:117

+ #: data/content/i3/download/index.html:106

+ #: data/content/i3/download/index.html:123 data/content/index.html:220

+ #: data/content/index.html:237 data/content/kde/download/index.html:102

+ #: data/content/kde/download/index.html:119

+ #: data/content/lxde/download/index.html:101

+ #: data/content/lxde/download/index.html:118

+ #: data/content/lxqt/download/index.html:105

+ #: data/content/lxqt/download/index.html:122

+ #: data/content/mate-compiz/download/index.html:100

+ #: data/content/mate-compiz/download/index.html:117

+ #: data/content/prerelease.html:358 data/content/prerelease.html:375

+ #: data/content/soas/download/index.html:105

+ #: data/content/soas/download/index.html:122

+ #: data/content/sway/download/index.html:106

+ #: data/content/sway/download/index.html:123

+ #: data/content/xfce/download/index.html:105

+ #: data/content/xfce/download/index.html:122

+ msgid "Installing"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:100

+ #: data/content/budgie/download/index.html:117

+ #: data/content/cinnamon/download/index.html:101

+ #: data/content/cinnamon/download/index.html:118

+ #: data/content/i3/download/index.html:107

+ #: data/content/i3/download/index.html:124 data/content/index.html:221

+ #: data/content/index.html:238 data/content/kde/download/index.html:103

+ #: data/content/kde/download/index.html:120

+ #: data/content/lxde/download/index.html:102

+ #: data/content/lxde/download/index.html:119

+ #: data/content/lxqt/download/index.html:106

+ #: data/content/lxqt/download/index.html:123

+ #: data/content/mate-compiz/download/index.html:101

+ #: data/content/mate-compiz/download/index.html:118

+ #: data/content/prerelease.html:359 data/content/prerelease.html:376

+ #: data/content/sway/download/index.html:107

+ #: data/content/sway/download/index.html:124

+ #: data/content/xfce/download/index.html:106

+ #: data/content/xfce/download/index.html:123

+ msgid ""

+ "To install a spin, you run the spin on your computer and click the "

+ "\"Install to Hard Drive\" link on the desktop. You'll be guided through "

+ "the install process via a series of prompts."

+ msgstr ""

+ 

+ #: data/content/prerelease.html:8

+ msgid "Fedora Spins Prerelease Images"

+ msgstr ""

+ 

+ #: data/content/prerelease.html:21

+ #, python-format

+ msgid "Download Fedora %(rel)s %(state)s Desktop Spins"

+ msgstr ""

+ 

+ #: data/content/prerelease.html:26

+ #, python-format

+ msgid ""

+ "This is pre-release software and is supported by the <a "

+ "href=\"%(team_url)s\">QA Team</a>. Please direct questions to their <a "

+ "href=\"%(team_list)s\">mailing list</a> or %(team_irc)s on Libera.​Chat."

+ msgstr ""

+ 

+ #: data/content/prerelease.html:27

+ #, python-format

+ msgid ""

+ "All issues or bugs should be reported via the <a href=\"%s\">Red Hat "

+ "Bugzilla</a>. The Fedora Project makes no guarantees as to its "

+ "suitability or usefulness."

+ msgstr ""

+ 

+ #: data/content/prerelease.html:29 data/content/prerelease.html:31

+ #, python-format

+ msgid ""

+ "Read the <a href=\"%(relnotes_url)s\">Release Notes</a> for more "

+ "information on changes and new features, and the <a "

+ "href=\"%(commonbugs_url)s\">Common Bugs</a> page for information on "

+ "commonly-encountered bugs and how to avoid them."

+ msgstr ""

+ 

+ #: data/content/prerelease.html:50 data/content/prerelease.html:72

+ #: data/content/prerelease.html:94 data/content/prerelease.html:138

+ #: data/content/prerelease.html:160

+ #, python-format

+ msgid "%s GB ISO Image"

+ msgstr ""

+ 

+ #: data/content/prerelease.html:113

+ msgid "A complete and lightweight Qt-based desktop experience."

+ msgstr ""

+ 

+ #: data/content/prerelease.html:116

+ #, python-format

+ msgid "%s GSB ISO Image"

+ msgstr ""

+ 

+ #: data/content/prerelease.html:157

+ msgid "Traditional layout, advanced features, easy to use."

+ msgstr ""

+ 

+ #: data/content/prerelease.html:182

+ #, python-format

+ msgid "%s MB ISO Image"

+ msgstr ""

+ 

+ #: data/content/prerelease.html:202

+ msgid "Tiling window manager"

+ msgstr ""

+ 

+ #: data/content/prerelease.html:205 data/content/prerelease.html:227

+ #: data/content/prerelease.html:249

+ msgid "ISO image"

+ msgstr ""

+ 

+ #: data/content/prerelease.html:246

+ msgid ""

+ "A tiling Wayland compositor and a drop-in replacement for the i3 window "

+ "manager for X11."

+ msgstr ""

+ 

+ #: data/content/prerelease.html:266

+ #: data/templates/generic/splash-checksum-unofficial.html:8

+ #: data/templates/generic/splash-checksum.html:8

+ msgid "Verify your Download!"

+ msgstr ""

+ 

+ #: data/content/prerelease.html:267

+ #, python-format

+ msgid ""

+ "Once you have downloaded an image, verify it for security and integrity. "

+ "To verify your image, start by downloading the proper CHECKSUM file into "

+ "the same directory as the image you downloaded and follow <a "

+ "href=\"../../%s/verify\">these instructions</a>."

+ msgstr ""

+ 

+ #: data/content/prerelease.html:270

+ #: data/templates/generic/splash-checksum-unofficial.html:12

+ msgid "Verify 64bit!"

+ msgstr ""

+ 

+ #: data/content/prerelease.html:349 data/content/prerelease.html:368

+ msgid ""

+ "Spin downloads are offered via direct download, but you can also get them"

+ " via Bittorrent. In this case you will need to install a Bittorrent "

+ "client in order to download a spin. If you cannot use Bittorrent, some "

+ "spins offer alternative download methods."

+ msgstr ""

+ 

+ #: data/content/verify.html:8 data/content/verify.html:18

+ msgid "Verify your Downloaded Image"

+ msgstr ""

+ 

+ #: data/content/verify.html:20

+ msgid "CHECKSUM and Verify Instructions"

+ msgstr ""

+ 

+ #: data/content/verify.html:30

+ msgid "How do I verify my image?"

+ msgstr ""

+ 

+ #: data/content/verify.html:31

+ msgid ""

+ "Once you have downloaded an image, verify it for security and integrity. "

+ "To verify your image, start by downloading the proper CHECKSUM file into "

+ "the same directory as the image you downloaded."

+ msgstr ""

+ 

+ #: data/content/verify.html:36

+ msgid "Verify 64-bit iso"

+ msgstr ""

+ 

+ #: data/content/verify.html:42

+ msgid "Next, import Fedora's GPG key(s):"

+ msgstr ""

+ 

+ #: data/content/verify.html:44

+ #, python-format

+ msgid ""

+ "You can verify the details of the GPG key(s) <a "

+ "href=\"%s/%s/security\">here</a>."

+ msgstr ""

+ 

+ #: data/content/verify.html:45

+ msgid "Now, verify that the CHECKSUM file is valid:"

+ msgstr ""

+ 

+ #: data/content/verify.html:47

+ msgid ""

+ "The CHECKSUM file should have a good signature from one of the following "

+ "keys:"

+ msgstr ""

+ 

+ #: data/content/verify.html:49

+ msgid "Fedora 36"

+ msgstr ""

+ 

+ #: data/content/verify.html:50

+ msgid "Fedora 35"

+ msgstr ""

+ 

+ #: data/content/verify.html:51

+ msgid "Fedora 34"

+ msgstr ""

+ 

+ #: data/content/verify.html:52

+ msgid "IOT 2019"

+ msgstr ""

+ 

+ #: data/content/verify.html:54

+ msgid ""

+ "Finally, now that the CHECKSUM file has been verified, check that the "

+ "image's checksum matches:"

+ msgstr ""

+ 

+ #: data/content/verify.html:56

+ msgid "If the output states that the file is valid, then it's ready to use!"

+ msgstr ""

+ 

+ #: data/content/verify.html:57

+ msgid "How do I verify my downloaded image on another operating system?"

+ msgstr ""

+ 

+ #: data/content/verify.html:58

+ msgid "Read these instructions to verify your image."

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:8

+ msgid "Fedora Budgie Desktop"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:20

+ msgid ""

+ "The Fedora Budgie Spin showcases the Budgie Desktop, a feature-rich, "

+ "modern desktop designed to keep out the way of the user. Budgie Desktop "

+ "uses common desktop design metaphors while offering uses sophisticated "

+ "functionality such as its Raven widget and notification center, and an "

+ "approachable method to personalization."

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:21

+ msgid ""

+ "This Spin is designed to align closely with upstream Budgie Desktop, "

+ "providing a close to vanilla experience with a curated set of default "

+ "applications that fit in best with Budgie."

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:32 data/content/cinnamon/index.html:33

+ #: data/content/cinnamon/index.html:137 data/content/i3/index.html:32

+ #: data/content/kde/index.html:34 data/content/kde/index.html:176

+ #: data/content/lxde/index.html:33 data/content/lxde/index.html:137

+ #: data/content/lxqt/index.html:32 data/content/lxqt/index.html:136

+ #: data/content/mate-compiz/index.html:33

+ #: data/content/mate-compiz/index.html:142 data/content/soas/index.html:34

+ #: data/content/soas/index.html:176 data/content/sway/index.html:32

+ #: data/content/xfce/index.html:33 data/content/xfce/index.html:132

+ msgid "Download Now"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:43 data/content/cinnamon/index.html:44

+ #: data/content/i3/index.html:43 data/content/kde/index.html:45

+ #: data/content/lxde/index.html:44 data/content/lxqt/index.html:43

+ #: data/content/mate-compiz/index.html:44 data/content/sway/index.html:43

+ #: data/content/xfce/index.html:44

+ msgid "Going Online"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:49 data/content/cinnamon/index.html:50

+ #: data/content/i3/index.html:49 data/content/kde/index.html:51

+ #: data/content/mate-compiz/index.html:55 data/content/sway/index.html:49

+ #: data/content/xfce/index.html:55

+ msgid "Firefox"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:50 data/content/cinnamon/index.html:51

+ #: data/content/mate-compiz/index.html:56

+ msgid "Explore the World Wide Web with Firefox, the full featured web browser."

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:54 data/content/cinnamon/index.html:97

+ msgid "Thunderbird"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:55

+ msgid ""

+ "Mozilla Thunderbird is a standalone Matrix, mail and newsgroup client. "

+ "Organize your schedule with the included Lightning calendar application."

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:65 data/content/cinnamon/index.html:76

+ #: data/content/lxde/index.html:76 data/content/lxqt/index.html:75

+ #: data/content/mate-compiz/index.html:76 data/content/xfce/index.html:71

+ msgid "Utilities & Configuration"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:68 data/content/cinnamon/index.html:79

+ msgid "GNOME Terminal"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:69

+ msgid ""

+ "Fedora Budgie Spin ships Gnome Terminal, the gateway to the real power of"

+ " any UNIX/Linux machine."

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:73

+ msgid "Budgie Desktop Settings"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:74

+ msgid ""

+ "Budgie Desktop Settings provide a wide range of capabilities for "

+ "personalization, from Raven and panel management to theming."

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:78

+ msgid "Office & Productivity"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:81 data/content/cinnamon/index.html:92

+ #: data/content/kde/index.html:93 data/content/mate-compiz/index.html:92

+ msgid "LibreOffice"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:82 data/content/cinnamon/index.html:93

+ #: data/content/mate-compiz/index.html:93

+ msgid ""

+ "LibreOffice is an integrated office suite. It utilizes free and open "

+ "standards for its document formats and components."

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:86

+ msgid "Atril"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:87

+ msgid ""

+ "Atril is a simple multi-page document viewer. It can display and print "

+ "PostScript, DVI, XPS and Portable Document Format files."

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:98 data/content/cinnamon/index.html:109

+ #: data/content/kde/index.html:110 data/content/lxde/index.html:109

+ #: data/content/lxqt/index.html:108 data/content/mate-compiz/index.html:109

+ #: data/content/soas/index.html:110 data/content/xfce/index.html:104

+ msgid "Multimedia"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:104

+ msgid "Rhythmbox"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:105

+ msgid ""

+ "Simple interface. Powerful music management. Playlists. Streaming Radio. "

+ "Podcasts."

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:109 data/content/mate-compiz/index.html:120

+ #: data/content/xfce/index.html:115

+ msgid "Parole"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:110 data/content/mate-compiz/index.html:121

+ msgid "A modern media player, using gtk3 and the gstreamer plugin framework."

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:114 data/content/mate-compiz/index.html:125

+ msgid "Eye of MATE"

+ msgstr ""

+ 

+ #: data/content/budgie/index.html:115

+ msgid "Eye of MATE is meant to be a fast and functional image viewer."

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:141

+ #: data/content/budgie/index.html:126

+ #: data/content/cinnamon/download/index.html:142

+ #: data/content/cinnamon/index.html:148 data/content/i3/download/index.html:148

+ #: data/content/i3/index.html:188 data/content/kde/download/index.html:143

+ #: data/content/kde/index.html:187 data/content/lxde/download/index.html:143

+ #: data/content/lxde/index.html:148 data/content/lxqt/download/index.html:147

+ #: data/content/lxqt/index.html:147

+ #: data/content/mate-compiz/download/index.html:142

+ #: data/content/mate-compiz/index.html:153

+ #: data/content/soas/download/index.html:147 data/content/soas/index.html:187

+ #: data/content/sway/download/index.html:148 data/content/sway/index.html:183

+ #: data/content/xfce/download/index.html:147 data/content/xfce/index.html:143

+ msgid "Support Resources"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:146

+ #: data/content/budgie/index.html:131

+ #: data/content/cinnamon/download/index.html:147

+ #: data/content/cinnamon/index.html:153 data/content/i3/download/index.html:153

+ #: data/content/i3/index.html:193 data/content/kde/download/index.html:148

+ #: data/content/kde/index.html:192 data/content/lxde/download/index.html:148

+ #: data/content/lxde/index.html:153 data/content/lxqt/download/index.html:152

+ #: data/content/lxqt/index.html:152

+ #: data/content/mate-compiz/download/index.html:147

+ #: data/content/mate-compiz/index.html:158

+ #: data/content/soas/download/index.html:152 data/content/soas/index.html:66

+ #: data/content/soas/index.html:192 data/content/sway/download/index.html:153

+ #: data/content/sway/index.html:188 data/content/xfce/download/index.html:152

+ #: data/content/xfce/index.html:148

+ msgid "Chat"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:147

+ #: data/content/budgie/index.html:132

+ #, python-format

+ msgid ""

+ "General help is available in <a href=\"%s\">Fedora Budgie SIG</a> Matrix "

+ "room on <strong>Fedora Matrix Space</strong> for real-time chat."

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:150

+ #: data/content/budgie/index.html:135

+ #: data/content/cinnamon/download/index.html:155

+ #: data/content/cinnamon/index.html:161 data/content/i3/download/index.html:161

+ #: data/content/i3/index.html:201 data/content/kde/download/index.html:156

+ #: data/content/kde/index.html:200 data/content/lxde/download/index.html:156

+ #: data/content/lxde/index.html:161 data/content/lxqt/download/index.html:160

+ #: data/content/lxqt/index.html:160

+ #: data/content/mate-compiz/download/index.html:155

+ #: data/content/mate-compiz/index.html:166

+ #: data/content/soas/download/index.html:160 data/content/soas/index.html:200

+ #: data/content/sway/download/index.html:161 data/content/sway/index.html:196

+ #: data/content/xfce/download/index.html:160 data/content/xfce/index.html:156

+ msgid "Documentation"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:151

+ #: data/content/budgie/index.html:136

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available at the <a "

+ "href=\"%s\">Budgie Desktop upstream documentation website</a>."

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:156

+ #: data/content/budgie/index.html:141

+ #: data/content/cinnamon/download/index.html:161

+ #: data/content/cinnamon/index.html:167 data/content/i3/download/index.html:167

+ #: data/content/i3/index.html:207 data/content/kde/download/index.html:162

+ #: data/content/kde/index.html:206 data/content/lxde/download/index.html:162

+ #: data/content/lxde/index.html:167 data/content/lxqt/download/index.html:166

+ #: data/content/lxqt/index.html:166

+ #: data/content/mate-compiz/download/index.html:161

+ #: data/content/mate-compiz/index.html:172

+ #: data/content/soas/download/index.html:166 data/content/soas/index.html:206

+ #: data/content/sway/download/index.html:167 data/content/sway/index.html:202

+ #: data/content/xfce/download/index.html:166 data/content/xfce/index.html:162

+ msgid "General Help Using Fedora"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:157

+ #: data/content/budgie/index.html:142

+ #: data/content/cinnamon/download/index.html:162

+ #: data/content/cinnamon/index.html:168 data/content/i3/download/index.html:168

+ #: data/content/i3/index.html:208 data/content/kde/download/index.html:163

+ #: data/content/kde/index.html:207 data/content/lxde/download/index.html:163

+ #: data/content/lxde/index.html:168 data/content/lxqt/download/index.html:167

+ #: data/content/lxqt/index.html:167

+ #: data/content/mate-compiz/download/index.html:162

+ #: data/content/mate-compiz/index.html:173

+ #: data/content/soas/download/index.html:167 data/content/soas/index.html:207

+ #: data/content/sway/download/index.html:168 data/content/sway/index.html:203

+ #: data/content/xfce/download/index.html:167 data/content/xfce/index.html:163

+ #, python-format

+ msgid ""

+ "Sometimes you may encounter an issue with this spin that you can get help"

+ " with using general Fedora support resources. A list of resources is "

+ "available at the <a href=\"%s\">Fedora “Get Help” page</a>."

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:8

+ msgid "Download Fedora Budgie Spin"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:19

+ #, python-format

+ msgid "Download Fedora %(rel)s Budgie Spin"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:21

+ #: data/content/cinnamon/download/index.html:21

+ #: data/content/i3/download/index.html:21

+ #: data/content/kde/download/index.html:21

+ #: data/content/lxde/download/index.html:21

+ #: data/content/lxqt/download/index.html:21

+ #: data/content/mate-compiz/download/index.html:20

+ #: data/content/soas/download/index.html:22

+ #: data/content/sway/download/index.html:21

+ #: data/content/xfce/download/index.html:21 data/templates/footer.html:35

+ msgid "Download"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:24

+ #: data/content/i3/download/index.html:24

+ #: data/content/kde/download/index.html:24

+ #: data/content/lxde/download/index.html:24

+ #: data/content/lxqt/download/index.html:25

+ #: data/content/mate-compiz/download/index.html:23

+ #: data/content/sway/download/index.html:24

+ #: data/content/xfce/download/index.html:25

+ #, python-format

+ msgid "%s GB ISO Image for 64-bit PC"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:35

+ #: data/content/cinnamon/download/index.html:31

+ #: data/content/i3/download/index.html:37

+ #: data/content/kde/download/index.html:32

+ #: data/content/lxde/download/index.html:32

+ #: data/content/lxqt/download/index.html:36

+ #: data/content/mate-compiz/download/index.html:31

+ #: data/content/soas/download/index.html:36

+ #: data/content/sway/download/index.html:37

+ #: data/content/xfce/download/index.html:36

+ msgid "What is a Live image?"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:36

+ msgid ""

+ "Fedora Budgie Spin is shipped as a live operating system. It's everything"

+ " you need to try out Fedora's Budgie Desktop - you don't have to erase "

+ "anything on your current system to try it out, and it won't put your "

+ "files at risk. Take Fedora for a test drive, and if you like it, you can "

+ "install Fedora directly to your hard drive straight from the Live Media "

+ "desktop if you like."

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:37

+ #: data/content/cinnamon/download/index.html:33

+ #: data/content/i3/download/index.html:39

+ #: data/content/kde/download/index.html:34

+ #: data/content/lxde/download/index.html:34

+ #: data/content/lxqt/download/index.html:38

+ #: data/content/mate-compiz/download/index.html:33

+ #: data/content/soas/download/index.html:38

+ #: data/content/sway/download/index.html:39

+ #: data/content/xfce/download/index.html:38

+ msgid ""

+ "To use this image, you need a drive that can create or \"burn\" DVDs, or "

+ "a USB flash drive at least as big as the image."

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:40

+ #: data/content/cinnamon/download/index.html:41

+ #: data/content/i3/download/index.html:47

+ #: data/content/kde/download/index.html:43

+ #: data/content/lxde/download/index.html:42

+ #: data/content/lxqt/download/index.html:46

+ #: data/content/mate-compiz/download/index.html:41

+ #: data/content/soas/download/index.html:46

+ #: data/content/sway/download/index.html:47

+ #: data/content/xfce/download/index.html:46

+ msgid "Older Releases"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:50

+ #: data/content/cinnamon/download/index.html:51

+ #: data/content/i3/download/index.html:57

+ #: data/content/kde/download/index.html:53

+ #: data/content/lxde/download/index.html:52

+ #: data/content/lxqt/download/index.html:56

+ #: data/content/mate-compiz/download/index.html:51

+ #: data/content/soas/download/index.html:56

+ #: data/content/sway/download/index.html:57

+ #: data/content/xfce/download/index.html:56

+ #, python-format

+ msgid "F%(rel)s Alpha"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:51

+ #: data/content/budgie/download/index.html:61

+ #: data/content/cinnamon/download/index.html:52

+ #: data/content/cinnamon/download/index.html:62

+ #: data/content/i3/download/index.html:58

+ #: data/content/i3/download/index.html:68

+ #: data/content/kde/download/index.html:54

+ #: data/content/kde/download/index.html:64

+ #: data/content/lxde/download/index.html:53

+ #: data/content/lxde/download/index.html:63

+ #: data/content/lxqt/download/index.html:57

+ #: data/content/lxqt/download/index.html:67

+ #: data/content/mate-compiz/download/index.html:52

+ #: data/content/mate-compiz/download/index.html:62

+ #: data/content/soas/download/index.html:57

+ #: data/content/soas/download/index.html:67

+ #: data/content/sway/download/index.html:58

+ #: data/content/sway/download/index.html:68

+ #: data/content/xfce/download/index.html:57

+ #: data/content/xfce/download/index.html:67

+ msgid "Try a pre-release"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:52

+ #: data/content/budgie/download/index.html:62

+ #: data/content/cinnamon/download/index.html:53

+ #: data/content/cinnamon/download/index.html:63

+ #: data/content/i3/download/index.html:59

+ #: data/content/i3/download/index.html:69

+ #: data/content/kde/download/index.html:55

+ #: data/content/kde/download/index.html:65

+ #: data/content/lxde/download/index.html:54

+ #: data/content/lxde/download/index.html:64

+ #: data/content/lxqt/download/index.html:58

+ #: data/content/lxqt/download/index.html:68

+ #: data/content/mate-compiz/download/index.html:53

+ #: data/content/mate-compiz/download/index.html:63

+ #: data/content/soas/download/index.html:58

+ #: data/content/soas/download/index.html:68

+ #: data/content/sway/download/index.html:59

+ #: data/content/sway/download/index.html:69

+ #: data/content/xfce/download/index.html:58

+ #: data/content/xfce/download/index.html:68

+ msgid "We're working on our next release."

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:53

+ #: data/content/budgie/download/index.html:63

+ #: data/content/cinnamon/download/index.html:54

+ #: data/content/cinnamon/download/index.html:64

+ #: data/content/i3/download/index.html:60

+ #: data/content/i3/download/index.html:70

+ #: data/content/kde/download/index.html:56

+ #: data/content/kde/download/index.html:66

+ #: data/content/lxde/download/index.html:55

+ #: data/content/lxde/download/index.html:65

+ #: data/content/lxqt/download/index.html:59

+ #: data/content/lxqt/download/index.html:69

+ #: data/content/mate-compiz/download/index.html:54

+ #: data/content/mate-compiz/download/index.html:64

+ #: data/content/soas/download/index.html:59

+ #: data/content/soas/download/index.html:69

+ #: data/content/sway/download/index.html:60

+ #: data/content/sway/download/index.html:70

+ #: data/content/xfce/download/index.html:59

+ #: data/content/xfce/download/index.html:69

+ #, python-format

+ msgid "Help us get F%(rel)s ready!"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:54

+ #: data/content/cinnamon/download/index.html:55

+ #: data/content/i3/download/index.html:61

+ #: data/content/kde/download/index.html:57

+ #: data/content/lxde/download/index.html:56

+ #: data/content/lxqt/download/index.html:60

+ #: data/content/mate-compiz/download/index.html:55

+ #: data/content/soas/download/index.html:60

+ #: data/content/sway/download/index.html:61

+ #: data/content/xfce/download/index.html:60

+ #, python-format

+ msgid "Download F%(rel)s Alpha images"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:55

+ #: data/content/budgie/download/index.html:65

+ #: data/content/cinnamon/download/index.html:56

+ #: data/content/cinnamon/download/index.html:66

+ #: data/content/i3/download/index.html:62

+ #: data/content/i3/download/index.html:72

+ #: data/content/kde/download/index.html:58

+ #: data/content/kde/download/index.html:68

+ #: data/content/lxde/download/index.html:57

+ #: data/content/lxde/download/index.html:67

+ #: data/content/lxqt/download/index.html:61

+ #: data/content/lxqt/download/index.html:71

+ #: data/content/mate-compiz/download/index.html:56

+ #: data/content/mate-compiz/download/index.html:66

+ #: data/content/soas/download/index.html:61

+ #: data/content/soas/download/index.html:71

+ #: data/content/sway/download/index.html:62

+ #: data/content/sway/download/index.html:72

+ #: data/content/xfce/download/index.html:61

+ #: data/content/xfce/download/index.html:71

+ msgid "How to test pre-releases"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:60

+ #: data/content/cinnamon/download/index.html:61

+ #: data/content/i3/download/index.html:67

+ #: data/content/kde/download/index.html:63

+ #: data/content/lxde/download/index.html:62

+ #: data/content/lxqt/download/index.html:66

+ #: data/content/mate-compiz/download/index.html:61

+ #: data/content/soas/download/index.html:66

+ #: data/content/sway/download/index.html:67

+ #: data/content/xfce/download/index.html:66

+ #, python-format

+ msgid "F%(rel)s Beta"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:64

+ #: data/content/cinnamon/download/index.html:65

+ #: data/content/i3/download/index.html:71

+ #: data/content/kde/download/index.html:67

+ #: data/content/lxde/download/index.html:66

+ #: data/content/lxqt/download/index.html:70

+ #: data/content/mate-compiz/download/index.html:65

+ #: data/content/soas/download/index.html:70

+ #: data/content/sway/download/index.html:71

+ #: data/content/xfce/download/index.html:70

+ #, python-format

+ msgid "Download F%(rel)s Beta images"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:72

+ #: data/content/cinnamon/download/index.html:73

+ #: data/content/i3/download/index.html:79

+ #: data/content/kde/download/index.html:75

+ #: data/content/lxde/download/index.html:74

+ #: data/content/lxqt/download/index.html:78

+ #: data/content/mate-compiz/download/index.html:73

+ #: data/content/soas/download/index.html:78

+ #: data/content/sway/download/index.html:79

+ #: data/content/xfce/download/index.html:78

+ msgid "Verify"

+ msgstr ""

+ 

+ #: data/content/budgie/download/index.html:75

+ #: data/content/cinnamon/download/index.html:76

+ #: data/content/i3/download/index.html:82

+ #: data/content/kde/download/index.html:78

+ #: data/content/lxde/download/index.html:77

+ #: data/content/lxqt/download/index.html:81

+ #: data/content/mate-compiz/download/index.html:76

+ #: data/content/soas/download/index.html:81

+ #: data/content/sway/download/index.html:82

+ #: data/content/xfce/download/index.html:81

+ msgid "Verify your Image"

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:8

+ msgid "Fedora Cinnamon Desktop"

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:21

+ msgid ""

+ "Cinnamon is a Linux desktop which provides advanced innovative features "

+ "and a traditional user experience. The desktop layout is similar to Gnome"

+ " 2. The underlying technology is forked from Gnome Shell. The emphasis is"

+ " put on making users feel at home and providing them with an easy to use "

+ "and comfortable desktop experience."

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:22

+ msgid ""

+ "Cinnamon is a popular desktop alternative to Gnome 3 and this spin "

+ "provides the option to quickly try and install this desktop."

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:55 data/content/mate-compiz/index.html:60

+ msgid "Hexchat"

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:56 data/content/mate-compiz/index.html:61

+ msgid ""

+ "Stay connected with your friends and colleagues using Hexchat, an easy to"

+ " use IRC client."

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:60 data/content/lxde/index.html:60

+ #: data/content/xfce/index.html:60

+ msgid "Pidgin"

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:61 data/content/lxde/index.html:61

+ #: data/content/xfce/index.html:61

+ msgid ""

+ "Universal messaging client. Communicate with the world via IRC, AIM, MSN,"

+ " Yahoo and other instant messaging systems."

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:65 data/content/lxde/index.html:65

+ #: data/content/lxqt/index.html:64 data/content/mate-compiz/index.html:65

+ msgid "Transmission"

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:66

+ msgid ""

+ "Are you a downloader? Use Transmission to get new versions of Fedora "

+ "Cinnamon Desktop!"

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:80

+ msgid ""

+ "Fedora Cinnamon ships Gnome Terminal, the gateway to the real power of "

+ "any UNIX/Linux machine."

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:84

+ msgid "Cinnamon Settings"

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:85 data/content/mate-compiz/index.html:85

+ #: data/content/xfce/index.html:80

+ msgid ""

+ "No need to know cryptic commands and config files. Click the options you "

+ "like to change and choose the settings that make you happy."

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:89 data/content/kde/index.html:90

+ #: data/content/lxde/index.html:89 data/content/lxqt/index.html:88

+ #: data/content/mate-compiz/index.html:89 data/content/xfce/index.html:84

+ msgid "Office & Productivity Suite"

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:98

+ msgid ""

+ "Mozilla Thunderbird is a standalone mail and newsgroup client. Organize "

+ "your schedule with the included Lightning calendar application."

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:115

+ msgid "mpv"

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:116

+ msgid "A modern media player, using the gstreamer plugin framework."

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:120

+ msgid "Shotwell"

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:121

+ msgid "Shotwell is an easy-to-use, fast photo organizer and editor."

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:125

+ msgid "Xfburn"

+ msgstr ""

+ 

+ #: data/content/cinnamon/index.html:126

+ msgid "Xfburn is a simple CD/DVD burning tool."

+ msgstr ""

+ 

+ #: data/content/cinnamon/download/index.html:148

+ #: data/content/cinnamon/index.html:154

+ #, python-format

+ msgid ""

+ "Users and developers are available in the <a href=\"%s\">#fedora-"

+ "cinnamon</a> IRC channel on <strong>irc.libera.chat</strong> for real-"

+ "time chat."

+ msgstr ""

+ 

+ #: data/content/cinnamon/download/index.html:151

+ #: data/content/cinnamon/index.html:157 data/content/i3/download/index.html:157

+ #: data/content/i3/index.html:197 data/content/kde/download/index.html:152

+ #: data/content/kde/index.html:196 data/content/lxde/download/index.html:152

+ #: data/content/lxde/index.html:157 data/content/lxqt/download/index.html:156

+ #: data/content/lxqt/index.html:156

+ #: data/content/mate-compiz/download/index.html:151

+ #: data/content/mate-compiz/index.html:162

+ #: data/content/soas/download/index.html:156 data/content/soas/index.html:196

+ #: data/content/sway/download/index.html:157 data/content/sway/index.html:192

+ #: data/content/xfce/download/index.html:156 data/content/xfce/index.html:152

+ msgid "Email"

+ msgstr ""

+ 

+ #: data/content/cinnamon/download/index.html:152

+ #: data/content/cinnamon/index.html:158

+ #: data/content/mate-compiz/download/index.html:152

+ #: data/content/mate-compiz/index.html:163

+ #, python-format

+ msgid ""

+ "Users and developers are also available on the mailing list at <a "

+ "href=\"%s\">users@lists.fedoraproject.org</a>."

+ msgstr ""

+ 

+ #: data/content/cinnamon/download/index.html:156

+ #: data/content/cinnamon/index.html:162

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available at the <a "

+ "href=\"%s\">Cinnamon project upstream website</a>."

+ msgstr ""

+ 

+ #: data/content/cinnamon/download/cinnamon-download-splash.html:8

+ #: data/content/cinnamon/download/index.html:8

+ msgid "Download Fedora Cinnamon Desktop"

+ msgstr ""

+ 

+ #: data/content/cinnamon/download/cinnamon-download-splash.html:18

+ #: data/content/kde/download/kde-download-splash.html:18

+ #: data/content/lxde/download/lxde-download-splash.html:18

+ #: data/content/lxqt/download/lxqt-download-splash.html:18

+ #: data/content/mate-compiz/download/mate-compiz-download-splash.html:18

+ #: data/content/soas/download/soas-download-splash.html:18

+ #: data/content/xfce/download/xfce-download-splash.html:18

+ msgid "Thanks for Downloading Fedora!"

+ msgstr ""

+ 

+ #: data/content/cinnamon/download/cinnamon-download-splash.html:19

+ #: data/content/kde/download/kde-download-splash.html:19

+ #: data/content/lxde/download/lxde-download-splash.html:19

+ #: data/content/lxqt/download/lxqt-download-splash.html:19

+ #: data/content/mate-compiz/download/mate-compiz-download-splash.html:19

+ #: data/content/soas/download/soas-download-splash.html:19

+ #: data/content/xfce/download/xfce-download-splash.html:19

+ msgid "Your download should begin in a few seconds. If not, click the link below:"

+ msgstr ""

+ 

+ #: data/content/cinnamon/download/index.html:19

+ #, python-format

+ msgid "Download Fedora %(rel)s Cinnamon Desktop"

+ msgstr ""

+ 

+ #: data/content/cinnamon/download/index.html:32

+ msgid ""

+ "Fedora Cinnamon Desktop is shipped as a live operating system. It's "

+ "everything you need to try out Fedora's Cinnamon Desktop - you don't have"

+ " to erase anything on your current system to try it out, and it won't put"

+ " your files at risk. Take Fedora for a test drive, and if you like it, "

+ "you can install Fedora directly to your hard drive straight from the Live"

+ " Media desktop if you like."

+ msgstr ""

+ 

+ #: data/content/cinnamon/download/index.html:36

+ #: data/content/i3/download/index.html:42

+ #: data/content/kde/download/index.html:37

+ #: data/content/lxde/download/index.html:37

+ #: data/content/lxqt/download/index.html:41

+ #: data/content/mate-compiz/download/index.html:36

+ #: data/content/soas/download/index.html:41

+ #: data/content/sway/download/index.html:42

+ #: data/content/xfce/download/index.html:41

+ msgid "Other Downloads"

+ msgstr ""

+ 

+ #: data/content/cinnamon/download/index.html:37

+ #: data/content/i3/download/index.html:43

+ #: data/content/kde/download/index.html:38

+ #: data/content/lxde/download/index.html:38

+ #: data/content/lxqt/download/index.html:42

+ #: data/content/mate-compiz/download/index.html:37

+ #: data/content/soas/download/index.html:42

+ #: data/content/sway/download/index.html:43

+ #: data/content/xfce/download/index.html:42

+ msgid "ARM<span class=\"sup\">®</span> Technology"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:8

+ msgid "Fedora i3 Spin"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:21

+ msgid ""

+ "The Fedora i3 Spin provides the popular i3 tiling window manager. It "

+ "makes i3 accessible and appealing to both novices and advanced users who "

+ "prefer not to use a mouse, touchpad, or other pointing device to interact"

+ " with their environment. Featuring lightweight applications for web "

+ "browsing, text editing, and media playback, the Fedora i3 Spin offers a "

+ "complete experience with a minimalist user interface."

+ msgstr ""

+ 

+ #: data/content/i3/index.html:50 data/content/kde/index.html:52

+ #: data/content/sway/index.html:50

+ msgid ""

+ "The popular and free web browser backed by Mozilla, a non-profit "

+ "dedicated to internet health and privacy."

+ msgstr ""

+ 

+ #: data/content/i3/index.html:54 data/content/sway/index.html:54

+ msgid "NetworkManager Applet"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:55 data/content/sway/index.html:55

+ #: data/content/xfce/index.html:51

+ msgid ""

+ "Just a click and you're connected to your wireless LAN router, or online "

+ "via many supported 3G mobile broadband cards."

+ msgstr ""

+ 

+ #: data/content/i3/index.html:59 data/content/sway/index.html:59

+ msgid "nmcli"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:60 data/content/sway/index.html:60

+ msgid ""

+ "CLI application to control the NetworkManager configuration. It gives you"

+ " the power of the nm-applet, but in the terminal."

+ msgstr ""

+ 

+ #: data/content/i3/index.html:71 data/content/sway/index.html:71

+ msgid "Configuration"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:77

+ msgid "rxvt-unicode"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:78

+ msgid ""

+ "Also known as urxvt, it's a lightweight terminal emulator fully "

+ "customizable."

+ msgstr ""

+ 

+ #: data/content/i3/index.html:82

+ msgid "brightlight"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:83

+ msgid ""

+ "brightlight gets and sets the screen back-light brightness on Linux "

+ "systems using the kernel sysfs interface."

+ msgstr ""

+ 

+ #: data/content/i3/index.html:87

+ msgid "azote"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:88

+ msgid "A GTK+3-based picture browser and background setter."

+ msgstr ""

+ 

+ #: data/content/i3/index.html:99 data/content/kde/index.html:77

+ #: data/content/sway/index.html:99

+ msgid "Utilities"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:105

+ msgid "i3lock"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:106

+ msgid "Simple screen locker"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:110

+ msgid "i3status"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:111

+ msgid ""

+ "Small program for generating a status bar for i3bar, dzen2, xmobar or "

+ "similar programs"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:115

+ msgid "dmenu"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:116

+ msgid "Dynamic menu for X11"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:120 data/content/sway/index.html:122

+ msgid "dunst"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:121 data/content/sway/index.html:123

+ msgid "Highly-configurable and lightweight notification daemon"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:127

+ msgid "htop"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:128

+ msgid "Interactive process viewer"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:132

+ msgid "mousepad"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:133

+ msgid "Simple text editor for the Xfce desktop environment"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:137 data/content/sway/index.html:132

+ msgid "Thunar"

+ msgstr ""

+ 

+ #: data/content/i3/index.html:138

+ msgid "file manager for Linux and other Unix-like systems"

+ msgstr ""

+ 

+ #: data/content/i3/download/index.html:154 data/content/i3/index.html:194

+ #, python-format

+ msgid ""

+ "General help is available in <a href=\"%s\">#fedora-i3</a> IRC channel on"

+ " <strong>irc.libera.chat</strong> for real-time chat."

+ msgstr ""

+ 

+ #: data/content/i3/download/index.html:158 data/content/i3/index.html:198

+ #, python-format

+ msgid ""

+ "Users and developers are also available on the mailing list at <a "

+ "href=\"%s\">i3wm@lists.fedoraproject.org</a>."

+ msgstr ""

+ 

+ #: data/content/i3/index.html:202

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available in <a "

+ "href=\"%s\">Fedora Docs</a> and the <a href=\"%s\">i3 project upstream "

+ "website</a>."

+ msgstr ""

+ 

+ #: data/content/i3/download/index.html:8

+ msgid "Download Fedora i3 Spin"

+ msgstr ""

+ 

+ #: data/content/i3/download/index.html:19

+ #, python-format

+ msgid "Download Fedora %(rel)s i3 Spin"

+ msgstr ""

+ 

+ #: data/content/i3/download/index.html:38

+ msgid ""

+ "Fedora i3 Spin is shipped as a live operating system. It's everything you"

+ " need to try out Fedora's i3 Desktop - you don't have to erase anything "

+ "on your current system to try it out, and it won't put your files at "

+ "risk. Take Fedora for a test drive, and if you like it, you can install "

+ "Fedora directly to your hard drive straight from the Live Media desktop "

+ "if you like."

+ msgstr ""

+ 

+ #: data/content/i3/download/index.html:162

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available at the <a "

+ "href=\"%s\">i3 project upstream website</a>."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:8

+ msgid "Fedora KDE Plasma Desktop"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:21

+ msgid ""

+ "The Fedora KDE Plasma Desktop Edition is a powerful Fedora-based "

+ "operating system utilizing the KDE Plasma Desktop as the main user "

+ "interface."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:22

+ msgid ""

+ "Fedora KDE Plasma Desktop comes with many pre-selected top quality "

+ "applications that suit all modern desktop use cases - from online "

+ "communication like web browsing, instant messaging and electronic mail "

+ "correspondence, through multimedia and entertainment, to an advanced "

+ "productivity suite, including office applications and enterprise grade "

+ "personal information management."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:23

+ msgid ""

+ "All KDE applications are well integrated, with a similar look and feel "

+ "and an easy to use interface, accompanied by an outstanding graphical "

+ "appearance."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:56

+ msgid "Kontact"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:57

+ msgid ""

+ "The integrated personal information manager of KDE Plasma Desktop. The "

+ "Kontact suite unites mature and proven KDE PIM applications under one "

+ "easy to use application."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:61

+ msgid "Telepathy"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:62

+ msgid ""

+ "Stay connected with your friends and colleagues using Telepathy Instant "

+ "Messaging client. It supports all common IM protocols."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:66

+ msgid "KTorrent & KGet"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:67

+ msgid ""

+ "Are you a downloader? Use KTorrent or KGet to get new versions of Fedora "

+ "KDE Plasma Desktop Edition!"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:80

+ msgid "Dolphin"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:81

+ msgid ""

+ "Dolphin is a file manager that lets you navigate and browse the contents "

+ "of your hard drives, USB sticks, SD cards, and more. Creating, moving, or"

+ " deleting files and folders is simple and fast."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:85

+ msgid "Ark"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:86

+ msgid ""

+ "Ark is a graphical file compression and decompression utility with "

+ "support for multiple formats, including tar, gzip, bzip2, rar and zip, as"

+ " well as CD-ROM images. Ark can be used to browse, extract, create, and "

+ "modify archives."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:94

+ msgid ""

+ "LibreOffice is a free and powerful office suite. Its clean interface and "

+ "feature-rich tools help you unleash your creativity and enhance your "

+ "productivity."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:98

+ msgid "Okular"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:99

+ msgid ""

+ "Okular is a universal document viewer that combines the excellent "

+ "functionalities with the versatility of supporting different kind of "

+ "documents, like PDF, Postscript, DjVu, CHM, XPS, ePub and others."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:116

+ msgid "Elisa"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:117

+ msgid ""

+ "A simple music player that should be easy to use. It does not require any"

+ " configuration before one can use it."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:121 data/content/lxqt/index.html:114

+ msgid "Dragon Player"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:122

+ msgid ""

+ "A multimedia player where the focus is on simplicity, instead of "

+ "features. Its simple interface is designed not to get in your way and "

+ "instead empower you to simply play multimedia files."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:126

+ msgid "K3B"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:127

+ msgid ""

+ "K3B allows you to easily back up your multimedia files as it's a full "

+ "featured CD/DVD writing software. K3B supports writing data CDs/DVDs, "

+ "audio CDs, video CDs, DVDs, copying, CD ripping and more."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:131

+ msgid "Gwenview"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:132

+ msgid ""

+ "Gwenview is able to load and save to a variety of image formats, such as "

+ "PNG and JPEG. Its simple interface does not get in the way and lets you "

+ "view your images quickly and easily."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:143

+ msgid "Education"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:149

+ msgid "Marble"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:150

+ msgid ""

+ "Marble is a virtual globe and world atlas in your computer. You can learn"

+ " a lot about Earth or you can just enjoy virtual trips around our planet."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:154

+ msgid "Parley"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:155

+ msgid ""

+ "Parley is a vocabulary trainer that helps you memorize things via virtual"

+ " flashcards. It provides a rich set of tools to manage your card sets."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:159

+ msgid "Kiten"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:160

+ msgid ""

+ "Kiten is a Japanese dictionary application as well as a Japanese language"

+ " reference. It includes a kanji lookup tool and browsing interface."

+ msgstr ""

+ 

+ #: data/content/kde/index.html:164

+ msgid "Kalzium"

+ msgstr ""

+ 

+ #: data/content/kde/index.html:165

+ msgid ""

+ "Kalzium allows you to explore the periodic table of elements. It has a 3D"

+ " molecule editor plus multiple simulators and calculators."

+ msgstr ""

+ 

+ #: data/content/kde/download/index.html:149 data/content/kde/index.html:193

+ #, python-format

+ msgid ""

+ "Users and developers are available in the <a "

+ "href=\"%s\">#kde:fedoraproject.org</a> Matrix channel on "

+ "<strong>chat.fedoraproject.org</strong> for real-time chat."

+ msgstr ""

+ 

+ #: data/content/kde/download/index.html:153 data/content/kde/index.html:197

+ #, python-format

+ msgid ""

+ "Users and developers are also available on the mailing list at <a "

+ "href=\"%s\">kde@lists.fedoraproject.org</a>."

+ msgstr ""

+ 

+ #: data/content/kde/download/index.html:157 data/content/kde/index.html:201

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available at the <a "

+ "href=\"%s\">KDE project upstream website</a>."

+ msgstr ""

+ 

+ #: data/content/kde/download/index.html:8

+ #: data/content/kde/download/kde-download-splash.html:8

+ msgid "Download Fedora KDE Plasma Desktop"

+ msgstr ""

+ 

+ #: data/content/kde/download/index.html:19

+ #, python-format

+ msgid "Download Fedora %(rel)s KDE Plasma Desktop"

+ msgstr ""

+ 

+ #: data/content/kde/download/index.html:33

+ msgid ""

+ "Fedora KDE Plasma Desktop is shipped as a live operating system. It's "

+ "everything you need to try out Fedora's KDE Plasma Desktop - you don't "

+ "have to erase anything on your current system to try it out, and it won't"

+ " put your files at risk. Take Fedora for a test drive, and if you like "

+ "it, you can install Fedora directly to your hard drive straight from the "

+ "Live Media desktop if you like."

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:8

+ msgid "Fedora LXDE Desktop"

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:21

+ msgid ""

+ "LXDE, the \"Lightweight X11 Desktop Environment\", is an extremely fast, "

+ "performant, and energy-saving desktop environment. It maintained by an "

+ "international community of developers and comes with a beautiful "

+ "interface, multi-language support, standard keyboard shortcuts and "

+ "additional features like tabbed file browsing."

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:22

+ msgid ""

+ "LXDE is not designed to be powerful and bloated, but to be usable and "

+ "slim. A main goal of LXDE is to keep computer resource usage low. It is "

+ "especially designed for computers with low hardware specifications like "

+ "netbooks, mobile devices (e.g. MIDs) or older computers."

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:50

+ msgid "Sylpheed"

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:51

+ msgid ""

+ "Sylpheed is a simple, lightweight but featureful, and easy-to-use e-mail "

+ "client."

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:55

+ msgid "Midori"

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:56

+ msgid ""

+ "A lightweight and full featured web browser using GTK+2 and WebKit. Surf "

+ "the web with speed and simplicity."

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:66

+ msgid ""

+ "Are you a downloader? Use Transmission to get new versions of Fedora LXDE"

+ " Desktop!"

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:79

+ msgid "LXTerminal"

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:80

+ msgid ""

+ "Fedora LXDE Desktop ships a terminal, the gateway to the real power of "

+ "any UNIX/linux machine, called LXTerminal."

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:84

+ msgid "ObConf"

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:85

+ msgid ""

+ "ObConf easily installs new themes which use the .obt Openbox theme "

+ "archive format for distribution."

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:92 data/content/xfce/index.html:87

+ msgid "AbiWord"

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:93 data/content/xfce/index.html:88

+ msgid "Quick and full featured word processing made easy."

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:97

+ msgid "Osmo"

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:98

+ msgid ""

+ "Osmo is a handy personal organizer, which includes calendar, tasks "

+ "manager, address book and notes modules."

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:115

+ msgid "LXMusic"

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:116

+ msgid ""

+ "LXMusic is the minimalist music player for LXDE. This is based on XMMS2, "

+ "which is lightweight and has server/client design. "

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:120

+ msgid "GPicView"

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:121

+ msgid ""

+ "GPicView is the standard picture viewer of LXDE. GPicView features "

+ "lightning fast startup and an intuitive interface."

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:125

+ msgid "ASunder"

+ msgstr ""

+ 

+ #: data/content/lxde/index.html:126

+ msgid ""

+ "ASunder is a graphical Audio CD ripper and encoder. You can use it to "

+ "save tracks from an Audio CD as any of WAV, MP3, OGG, FLAC, Opus, "

+ "WavPack, Musepack, AAC, and Monkey's Audio files."

+ msgstr ""

+ 

+ #: data/content/lxde/download/index.html:149 data/content/lxde/index.html:154

+ #, python-format

+ msgid ""

+ "Users and developers are available in the <a href=\"%s\">#lxde</a> IRC "

+ "channel on <strong>irc.libera.chat</strong> for real-time chat."

+ msgstr ""

+ 

+ #: data/content/lxde/download/index.html:153 data/content/lxde/index.html:158

+ #, python-format

+ msgid ""

+ "Users and developers are also available on the mailing list at <a "

+ "href=\"%s\">lxde@lists.fedoraproject.org</a>."

+ msgstr ""

+ 

+ #: data/content/lxde/download/index.html:157 data/content/lxde/index.html:162

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available at the <a "

+ "href=\"%s\">LXDE project upstream website</a>."

+ msgstr ""

+ 

+ #: data/content/lxde/download/index.html:8

+ #: data/content/lxde/download/lxde-download-splash.html:8

+ msgid "Download Fedora LXDE Desktop"

+ msgstr ""

+ 

+ #: data/content/lxde/download/index.html:19

+ #, python-format

+ msgid "Download Fedora %(rel)s LXDE Desktop"

+ msgstr ""

+ 

+ #: data/content/lxde/download/index.html:33

+ msgid ""

+ "Fedora LXDE Desktop is shipped as a live operating system. It's "

+ "everything you need to try out Fedora's LXDE Desktop - you don't have to "

+ "erase anything on your current system to try it out, and it won't put "

+ "your files at risk. Take Fedora for a test drive, and if you like it, you"

+ " can install Fedora directly to your hard drive straight from the Live "

+ "Media desktop if you like."

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:8

+ msgid "Fedora LXQt Desktop"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:21

+ msgid ""

+ "Fedora LXQt provides a lightweight, well-integrated LXQt desktop "

+ "environment. In addition to LXQt itself it provides a small, well "

+ "selected collection of applications like the QupZilla browser, which "

+ "combines Chromium's rendering engine with a nice Qt experience. Other "

+ "applications include the Trojita mail client, the qBittorrent client, the"

+ " Yarock music player and a set of some more commonly used applications. "

+ "As all applications use the same Qt5 toolkit and the Breeze theme known "

+ "from KDE, the desktop provides a unified and well-integrated style and "

+ "theming. In addition breeze-gtk is provided to allow the user to "

+ "integrate GTK applications too."

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:49

+ msgid "NetworkManager"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:50

+ msgid ""

+ "The goal of NetworkManager is to make networking just work with a minimum"

+ " of user hassle, but still allow customization."

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:54

+ msgid "QupZilla"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:55

+ msgid ""

+ "A lightweight multiplatform web browser written in Qt Framework and using"

+ " its web rendering engine QtWebEngine."

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:59

+ msgid "Quassel"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:60

+ msgid ""

+ "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning "

+ "that one clients can attach to and detach from a central core"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:65

+ msgid ""

+ "Are you a downloader? Use Transmission to get new versions of Fedora LXQt"

+ " Desktop!"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:78

+ msgid "QTerminal"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:79

+ msgid "QTerminal is a lightweight Qt terminal emulator based on QTermWidget."

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:83

+ msgid "dnfdragora"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:84

+ msgid ""

+ "dnfdragora is a DNF frontend, based on rpmdragora, written in Python 3 "

+ "and uses libYui."

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:91

+ msgid "FeatherPad"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:92

+ msgid ""

+ "FeatherPad is a desktop indipendent and lightweight Qt5 plain-text editor"

+ " for Linux."

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:96

+ msgid "qpdfview"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:97

+ msgid "qpdfview is a tabbed document viewer."

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:115

+ msgid ""

+ "Dragon Player is a multimedia player where the focus is on simplicity, "

+ "instead of features. Its simple interface is designed not to get in your "

+ "way and instead empower you to simply play multimedia files."

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:119

+ msgid "LXImage-Qt"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:120

+ msgid ""

+ "LXImage-Qt is the Qt port of LXImage, a simple and fast image viewer you "

+ "can also take screenshots with."

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:124

+ msgid "Yarock"

+ msgstr ""

+ 

+ #: data/content/lxqt/index.html:125

+ msgid ""

+ "Yarock is Qt4/Qt5 Modern Music Player designed to provide an easy and "

+ "pretty music collection browser based on cover art."

+ msgstr ""

+ 

+ #: data/content/lxqt/download/index.html:153 data/content/lxqt/index.html:153

+ #, python-format

+ msgid ""

+ "General help is available in <a href=\"%s\">#fedora-lxqt</a> IRC channel "

+ "on <strong>irc.libera.chat</strong> for real-time chat."

+ msgstr ""

+ 

+ #: data/content/lxqt/download/index.html:157 data/content/lxqt/index.html:157

+ #, python-format

+ msgid ""

+ "Users and developers are also available on the mailing list at <a "

+ "href=\"%s\">lxqt@lists.fedoraproject.org</a>."

+ msgstr ""

+ 

+ #: data/content/lxqt/download/index.html:161 data/content/lxqt/index.html:161

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available at the <a "

+ "href=\"%s\">LXQt project upstream website</a>."

+ msgstr ""

+ 

+ #: data/content/lxqt/download/index.html:8

+ #: data/content/lxqt/download/lxqt-download-splash.html:8

+ msgid "Download Fedora LXQt Desktop"

+ msgstr ""

+ 

+ #: data/content/lxqt/download/index.html:19

+ #, python-format

+ msgid "Download Fedora %(rel)s LXQt Desktop"

+ msgstr ""

+ 

+ #: data/content/lxqt/download/index.html:37

+ msgid ""

+ "Fedora LXQt Desktop is shipped as a live operating system. It's "

+ "everything you need to try out Fedora's LXQt Desktop - you don't have to "

+ "erase anything on your current system to try it out, and it won't put "

+ "your files at risk. Take Fedora for a test drive, and if you like it, you"

+ " can install Fedora directly to your hard drive straight from the Live "

+ "Media desktop if you like."

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:8

+ msgid "Fedora MATE-Compiz Desktop"

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:21

+ msgid ""

+ "The MATE Compiz spin bundles MATE Desktop with Compiz Fusion. MATE "

+ "Desktop is a lightweight, powerful desktop designed with productivity and"

+ " performance in mind. The default windows manager is Marco which is "

+ "usable for all machines and VMs. Compiz Fusion is a beautiful 3D "

+ "windowing manager with Emerald and GTK+ theming."

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:22

+ msgid ""

+ "If you want a powerful, lightweight Fedora desktop with 3D eyecandy you "

+ "should definitely try the MATE-Compiz spin."

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:50

+ msgid "Blueberry"

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:51

+ msgid ""

+ "Blueberry is a gnome-bluetooth based bluetooth configuration tool which "

+ "integrates very well in almost any desktop environment."

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:66

+ msgid ""

+ "Are you a downloader? Use Transmission to get new versions of Fedora "

+ "MATE-Compiz Desktop!"

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:79

+ msgid "MATE Terminal"

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:80

+ msgid ""

+ "Fedora MATE-Compiz ships a terminal, the gateway to the real power of any"

+ " UNIX/Linux machine, called MATE Terminal."

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:84

+ msgid "DConf Editor"

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:97 data/content/xfce/index.html:92

+ msgid "Claws Mail"

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:98

+ msgid ""

+ "Claws Mail is an easy to configure and full featured email application "

+ "for the MATE-Compiz Desktop."

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:115

+ msgid "Exaile"

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:116

+ msgid ""

+ "Simple interface. Powerful music management. Smart Playlists. Advanced "

+ "track tagging. Automatic album art. Lyrics. Streaming Radio. Podcasts."

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:126

+ msgid ""

+ "Eye of MATE is meant to be a fast and functional image viewer for the "

+ "MATE-Compiz Desktop."

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:130

+ msgid "FileZilla"

+ msgstr ""

+ 

+ #: data/content/mate-compiz/index.html:131

+ msgid ""

+ "FileZilla is a cross-platform free FTP solution with tons of intuitive "

+ "tools, helping you to move files quickly between your computer and Web "

+ "server."

+ msgstr ""

+ 

+ #: data/content/mate-compiz/download/index.html:148

+ #: data/content/mate-compiz/index.html:159

+ #, python-format

+ msgid ""

+ "Users and developers are available in the <a href=\"%s\">#fedora-mate</a>"

+ " IRC channel on <strong>irc.libera.chat</strong> for real-time chat."

+ msgstr ""

+ 

+ #: data/content/mate-compiz/download/index.html:156

+ #: data/content/mate-compiz/index.html:167

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available at the <a "

+ "href=\"%s\">MATE project upstream website</a>."

+ msgstr ""

+ 

+ #: data/content/mate-compiz/download/index.html:8

+ #: data/content/mate-compiz/download/mate-compiz-download-splash.html:8

+ msgid "Download Fedora MATE-Compiz Desktop"

+ msgstr ""

+ 

+ #: data/content/mate-compiz/download/index.html:19

+ #, python-format

+ msgid "Download Fedora %(rel)s MATE-Compiz Desktop"

+ msgstr ""

+ 

+ #: data/content/mate-compiz/download/index.html:32

+ msgid ""

+ "Fedora MATE-Compiz Desktop is shipped as a live operating system. It's "

+ "everything you need to try out Fedora's MATE-Compiz Desktop - you don't "

+ "have to erase anything on your current system to try it out, and it won't"

+ " put your files at risk. Take Fedora for a test drive, and if you like "

+ "it, you can install Fedora directly to your hard drive straight from the "

+ "Live Media desktop if you like."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:8

+ msgid "Fedora SoaS Desktop"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:21

+ msgid ""

+ "Sugar on a Stick is a Fedora-based operating system featuring the award-"

+ "winning Sugar Learning Platform and designed to fit on an ordinary USB "

+ "thumbdrive (\"stick\")."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:22

+ msgid ""

+ "Sugar sets aside the traditional “office-desktop” metaphor, presenting a "

+ "child-friendly graphical environment. Sugar automatically saves your "

+ "progress to a \"Journal\" on your stick, so teachers and parents can "

+ "easily pull up \"all collaborative web browsing sessions done in the past"

+ " week\" or \"papers written with Daniel and Sarah in the last 24 hours\" "

+ "with a simple query rather than memorizing complex file/folder "

+ "structures. Applications in Sugar are known as Activities, some of which "

+ "are described below."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:23

+ msgid ""

+ "It is now deployable for the cost of a stick rather than a laptop; "

+ "students can take their Sugar on a Stick thumbdrive to any machine - at "

+ "school, at home, at a library or community center - and boot their "

+ "customized computing environment without touching the host machine’s hard"

+ " disk or existing system at all."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:45

+ msgid "Exploring the wider world"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:51

+ msgid "Browse"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:52

+ msgid ""

+ "Access the internet with Browse Activity, bookmark sites to research with"

+ " friends and save sessions to keep organized."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:56

+ msgid "Get Books"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:57

+ msgid ""

+ "Download electronic books from all over the web. Explore with ease the "

+ "classics and modern books from the Internet Archive, Feedbooks, etc."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:61

+ msgid "Read"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:62

+ msgid "Explore reports, documents, books and comics with the Read Activity."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:67

+ msgid ""

+ "Chat provides a simple interface for collaborative discussion between two"

+ " individuals or among a group as large as an entire classroom."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:77

+ msgid "Reflect on what you've learned"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:80

+ msgid "Journal"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:81

+ msgid ""

+ "The Journal provides an interface into a datastore of everything you've "

+ "created in Sugar. Bookmarking and commenting tools integrate with the "

+ "Journal to allow parents and teachers to review a child's learning "

+ "progress."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:85

+ msgid "Portfolio"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:86

+ msgid ""

+ "Portfolio provides a means to create periodic snapshots in slideshow form"

+ " of representative work that shows what the learner can do."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:90

+ msgid "Getting technical"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:93

+ msgid "Turtle Blocks"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:94

+ msgid ""

+ "Learn programming concepts with snap together blocks. Create art, "

+ "animations and interactive programs in a graphics focused environment."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:98

+ msgid "Pippy"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:99

+ msgid ""

+ "Program applications in a simple environment. The Python backend provides"

+ " unlimited opportunities within a simple language."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:116

+ msgid "Jukebox"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:117

+ msgid ""

+ "Jukebox is a simple media player to consume different kinds of audio and "

+ "video files as well as your own creations."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:121

+ msgid "Paint"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:122

+ msgid ""

+ "Paint provides the tools to make artistic creations. Use brushes, stamps,"

+ " shapes, text and images to create beautiful pictures."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:126

+ msgid "Record"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:127

+ msgid ""

+ "Record is a basic rich-media capture Activity. It lets you capture still "

+ "images, video, and/or audio."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:131

+ msgid "Imageviewer"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:132

+ msgid ""

+ "A simple and fast image viewer tool for Sugar. It has standard features, "

+ "like zoom and rotate."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:143

+ msgid "Understanding and creating content"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:149

+ msgid "Write"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:150

+ msgid ""

+ "Create a story, poem, report or anything with Write. Use formatting tools"

+ " to add images or colors and work together with friends."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:154

+ msgid "Labyrinth"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:155

+ msgid ""

+ "Put complex ideas on the computer. Use the Labyrinth Activity to mind map"

+ " about new concepts, to explore new ideas or to reflect."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:159

+ msgid "Physics"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:160

+ msgid ""

+ "Create real life simulations using shapes, motors, ropes and bolts to "

+ "explore physics in the world."

+ msgstr ""

+ 

+ #: data/content/soas/index.html:164

+ msgid "FotoToon"

+ msgstr ""

+ 

+ #: data/content/soas/index.html:165

+ msgid ""

+ "Use images and text to create comic strips. FotoToon provides many "

+ "options to add motion, speech and thought to creations."

+ msgstr ""

+ 

+ #: data/content/soas/download/index.html:153 data/content/soas/index.html:193

+ #, python-format

+ msgid ""

+ "Users and developers are available in the <a href=\"%s\">#sugar</a> IRC "

+ "channel on <strong>irc.libera.chat</strong> for real-time chat."

+ msgstr ""

+ 

+ #: data/content/soas/download/index.html:157 data/content/soas/index.html:197

+ #, python-format

+ msgid ""

+ "Users and developers are also available on the mailing list at <a "

+ "href=\"%s\">soas@lists.sugarlabs.org</a>."

+ msgstr ""

+ 

+ #: data/content/soas/download/index.html:161 data/content/soas/index.html:201

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available at the <a "

+ "href=\"%s\">SoaS project upstream website</a>."

+ msgstr ""

+ 

+ #: data/content/soas/download/index.html:8

+ #: data/content/soas/download/soas-download-splash.html:8

+ msgid "Download Fedora SoaS Desktop"

+ msgstr ""

+ 

+ #: data/content/soas/download/index.html:19

+ #, python-format

+ msgid "Download Fedora %(rel)s SoaS Desktop"

+ msgstr ""

+ 

+ #: data/content/soas/download/index.html:25

+ #, python-format

+ msgid "%s MB ISO Image for 64-bit PC"

+ msgstr ""

+ 

+ #: data/content/soas/download/index.html:37

+ msgid ""

+ "Fedora SoaS Desktop is shipped as a live operating system. It's "

+ "everything you need to try out Fedora's SoaS Desktop - you don't have to "

+ "erase anything on your current system to try it out, and it won't put "

+ "your files at risk. Take Fedora for a test drive, and if you like it, you"

+ " can install Fedora directly to your hard drive straight from the Live "

+ "Media desktop if you like."

+ msgstr ""

+ 

+ #: data/content/soas/download/index.html:106

+ #: data/content/soas/download/index.html:123

+ msgid ""

+ "To install Fedora SoaS to your hard drive, run it on your computer, then "

+ "start the Terminal app and run liveinst. You'll be guided through the "

+ "install process via a series of prompts."

+ msgstr ""

+ 

+ #: data/content/sway/index.html:8

+ msgid "Fedora Sway Spin"

+ msgstr ""

+ 

+ #: data/content/sway/index.html:21

+ msgid ""

+ "The Fedora Sway Spin provides the popular Sway tiling window manager. It "

+ "makes Sway accessible and appealing to both novices and advanced users "

+ "who prefer not to use a mouse, touchpad, or other pointing device to "

+ "interact with their environment. Featuring lightweight applications for "

+ "web browsing, text editing, and media playback, the Fedora Sway Spin "

+ "offers a complete experience with a minimalist user interface."

+ msgstr ""

+ 

+ #: data/content/sway/index.html:77

+ msgid "foot"

+ msgstr ""

+ 

+ #: data/content/sway/index.html:78

+ msgid "Foot is a fast, lightweight and minimalistic Wayland terminal emulator."

+ msgstr ""

+ 

+ #: data/content/sway/index.html:82

+ msgid "light"

+ msgstr ""

+ 

+ #: data/content/sway/index.html:83

+ msgid "light gets and sets the screen back-light brightness on Linux."

+ msgstr ""

+ 

+ #: data/content/sway/index.html:87

+ msgid "imv"

+ msgstr ""

+ 

+ #: data/content/sway/index.html:88

+ msgid ""

+ "imv is a command line image viewer intended for use with tiling window "

+ "managers."

+ msgstr ""

+ 

+ #: data/content/sway/index.html:105

+ msgid "sway ock"

+ msgstr ""

+ 

+ #: data/content/sway/index.html:106

+ msgid "Simple screen locker."

+ msgstr ""

+ 

+ #: data/content/sway/index.html:110

+ msgid "waybar"

+ msgstr ""

+ 

+ #: data/content/sway/index.html:111

+ msgid "Highly customizable Wayland bar for Sway and Wlroots based compositors."

+ msgstr ""

+ 

+ #: data/content/sway/index.html:115

+ msgid "rofi"

+ msgstr ""

+ 

+ #: data/content/sway/index.html:116

+ msgid "A window switcher, application launcher and dmenu replacement."

+ msgstr ""

+ 

+ #: data/content/sway/index.html:127

+ msgid "kanshi"

+ msgstr ""

+ 

+ #: data/content/sway/index.html:128

+ msgid "A Dynamic display configuration tool."

+ msgstr ""

+ 

+ #: data/content/sway/index.html:133

+ msgid "File manager for Linux and other Unix-like systems."

+ msgstr ""

+ 

+ #: data/content/sway/download/index.html:154 data/content/sway/index.html:189

+ #, python-format

+ msgid ""

+ "General help is available in <a href=\"%s\">Fedora Sway</a> Matrix room "

+ "on <strong>Fedora Matrix Space</strong> for real-time chat."

+ msgstr ""

+ 

+ #: data/content/sway/download/index.html:158 data/content/sway/index.html:193

+ #, python-format

+ msgid ""

+ "Users and developers are also available on the mailing list at <a "

+ "href=\"%s\">sway-sig@lists.fedoraproject.org</a>."

+ msgstr ""

+ 

+ #: data/content/sway/index.html:197

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available in <a "

+ "href=\"%s\">Fedora Docs</a> and the <a href=\"%s\">Sway project upstream "

+ "website</a>."

+ msgstr ""

+ 

+ #: data/content/sway/download/index.html:8

+ msgid "Download Fedora Sway Spin"

+ msgstr ""

+ 

+ #: data/content/sway/download/index.html:19

+ #, python-format

+ msgid "Download Fedora %(rel)s Sway Spin"

+ msgstr ""

+ 

+ #: data/content/sway/download/index.html:38

+ msgid ""

+ "Fedora Sway Spin is shipped as a live operating system. It's everything "

+ "you need to try out Fedora's Sway Desktop - you don't have to erase "

+ "anything on your current system to try it out, and it won't put your "

+ "files at risk. Take Fedora for a test drive, and if you like it, you can "

+ "install Fedora directly to your hard drive straight from the Live Media "

+ "desktop if you like."

+ msgstr ""

+ 

+ #: data/content/sway/download/index.html:162

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available at the <a "

+ "href=\"%s\">Sway project upstream website</a>."

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:8

+ msgid "Fedora Xfce Desktop"

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:21

+ msgid ""

+ "The Fedora Xfce spin showcases the Xfce desktop, which aims to be fast "

+ "and lightweight, while still being visually appealing and user friendly."

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:22

+ msgid "Fedora Xfce is a full-fledged desktop using the freedesktop.org standards."

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:50

+ msgid "Network Manager"

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:56

+ msgid ""

+ "The most popular fully open-source web browser, made by Mozilla. "

+ "Customize it with useful add-ons."

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:74

+ msgid "Gnumeric"

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:75

+ msgid ""

+ "Gnumeric is a lightweight application to create lightning fast "

+ "spreadsheets."

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:79

+ msgid "System Settings"

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:93

+ msgid ""

+ "Claws Mail is an easy to configure and full featured email application "

+ "for the Xfce Desktop."

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:110

+ msgid "Ristretto"

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:111

+ msgid "A quick and easy to use image viewer."

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:116

+ msgid "A modern media player, using GTK+3 and the GStreamer plugin framework."

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:120

+ msgid "Pragha"

+ msgstr ""

+ 

+ #: data/content/xfce/index.html:121

+ msgid "Manage and play your music with ease."

+ msgstr ""

+ 

+ #: data/content/xfce/download/index.html:153 data/content/xfce/index.html:149

+ #, python-format

+ msgid ""

+ "Users and developers are available in the <a href=\"%s\">#xfce</a> IRC "

+ "channel on <strong>irc.libera.chat</strong> for real-time chat."

+ msgstr ""

+ 

+ #: data/content/xfce/download/index.html:157 data/content/xfce/index.html:153

+ #, python-format

+ msgid ""

+ "Users and developers are also available on the mailing list at <a "

+ "href=\"%s\">xfce@lists.fedoraproject.org</a>."

+ msgstr ""

+ 

+ #: data/content/xfce/download/index.html:161 data/content/xfce/index.html:157

+ #, python-format

+ msgid ""

+ "Specific documentation and tutorials are available at the <a "

+ "href=\"%s\">Xfce project upstream website</a>."

+ msgstr ""

+ 

+ #: data/content/xfce/download/index.html:8

+ #: data/content/xfce/download/xfce-download-splash.html:8

+ msgid "Download Fedora Xfce Desktop"

+ msgstr ""

+ 

+ #: data/content/xfce/download/index.html:19

+ #, python-format

+ msgid "Download Fedora %(rel)s Xfce Desktop"

+ msgstr ""

+ 

+ #: data/content/xfce/download/index.html:37

+ msgid ""

+ "Fedora Xfce Desktop is shipped as a live operating system. It's "

+ "everything you need to try out Fedora's Xfce Desktop - you don't have to "

+ "erase anything on your current system to try it out, and it won't put "

+ "your files at risk. Take Fedora for a test drive, and if you like it, you"

+ " can install Fedora directly to your hard drive straight from the Live "

+ "Media desktop if you like."

+ msgstr ""

+ 

+ #: data/templates/content-export-regulations.html:25

+ msgid "Read full export regulations"

+ msgstr ""

+ 

+ #: data/templates/content-export-regulations.html:26

+ msgid "Hide full export regulations"

+ msgstr ""

+ 

+ #: data/templates/devel.html:11

+ #, python-format

+ msgid ""

+ "Although the MATE-Compiz and the Cinnamon spins failed to compose for the"

+ " actual prerelease, the nightly test compose contains the same package "

+ "set, and should meet most users' needs. You can download and verify the "

+ "test compose images for <a href=\"%(x86_64)s\">64-bit</a> and <a "

+ "href=\"%(i386)s\">32-bit</a> architectures."

+ msgstr ""

+ 

+ #: data/templates/export-regulations.html:12

+ msgid ""

+ "By clicking on and downloading Fedora, you agree to comply with the "

+ "following terms and conditions."

+ msgstr ""

+ 

+ #: data/templates/export-regulations.html:13

+ msgid "Read more >"

+ msgstr ""

+ 

+ #: data/templates/footer.html:14

+ msgid "About"

+ msgstr ""

+ 

+ #: data/templates/footer.html:17

+ msgid "About Fedora"

+ msgstr ""

+ 

+ #: data/templates/footer.html:18

+ msgid "Sponsors"

+ msgstr ""

+ 

+ #: data/templates/footer.html:19

+ msgid "Fedora Magazine"

+ msgstr ""

+ 

+ #: data/templates/footer.html:20

+ msgid "Legal"

+ msgstr ""

+ 

+ #: data/templates/footer.html:21

+ msgid "Fedora Code of Conduct"

+ msgstr ""

+ 

+ #: data/templates/footer.html:38

+ msgid "Get Fedora Workstation"

+ msgstr ""

+ 

+ #: data/templates/footer.html:39

+ msgid "Get Fedora Server"

+ msgstr ""

+ 

+ #: data/templates/footer.html:40

+ msgid "Get Fedora CoreOS"

+ msgstr ""

+ 

+ #: data/templates/footer.html:42

+ msgid "Fedora Labs"

+ msgstr ""

+ 

+ #: data/templates/footer.html:43

+ msgid "Fedora ARM<span class=\"sup\">®</span>"

+ msgstr ""

+ 

+ #: data/templates/footer.html:44

+ msgid "Alternative Downloads"

+ msgstr ""

+ 

+ #: data/templates/footer.html:50

+ msgid "Support"

+ msgstr ""

+ 

+ #: data/templates/footer.html:53

+ msgid "Get Help"

+ msgstr ""

+ 

+ #: data/templates/footer.html:54

+ msgid "Ask Fedora"

+ msgstr ""

+ 

+ #: data/templates/footer.html:55

+ msgid "Common Bugs"

+ msgstr ""

+ 

+ #: data/templates/footer.html:56

+ msgid "Fedora Developer Portal"

+ msgstr ""

+ 

+ #: data/templates/footer.html:57

+ msgid "Installation Guide"

+ msgstr ""

+ 

+ #: data/templates/footer.html:63

+ msgid "Join"

+ msgstr ""

+ 

+ #: data/templates/footer.html:66

+ msgid "Join Fedora"

+ msgstr ""

+ 

+ #: data/templates/footer.html:67

+ msgid "Fedora Community Blog"

+ msgstr ""

+ 

+ #: data/templates/footer.html:68

+ msgid "Fedora SIGs"

+ msgstr ""

+ 

+ #: data/templates/footer.html:69

+ msgid "Fedora Account System"

+ msgstr ""

+ 

+ #: data/templates/footer.html:70

+ msgid "Fedora Community"

+ msgstr ""

+ 

+ #: data/templates/footer.html:84

+ msgid "Fedora is sponsored by Red Hat."

+ msgstr ""

+ 

+ #: data/templates/footer.html:85

+ msgid "Learn more about the relationship between Red Hat and Fedora »"

+ msgstr ""

+ 

+ #: data/templates/footer.html:86

+ #, python-format

+ msgid "© %(year)s Red Hat, Inc. and others."

+ msgstr ""

+ 

+ #: data/templates/footer.html:86

+ msgid ""

+ "Please send any comments or corrections to the <a href=\"//pagure.io"

+ "/fedora-websites\">websites team</a>."

+ msgstr ""

+ 

+ #: data/templates/head.html:13

+ msgid "Alternative desktops for Fedora"

+ msgstr ""

+ 

+ #: data/templates/generic/docs-links.html:8

+ msgid "Documentation and other resources"

+ msgstr ""

+ 

+ #: data/templates/generic/docs-links.html:9

+ #, python-format

+ msgid ""

+ "Before installing Fedora, you may want to confirm your system meets "

+ "minimum requirements for Fedora. Consult <a "

+ "href=\"%(release_notes)s\">the online release notes</a> to see minimum "

+ "requirements and recommendations."

+ msgstr ""

+ 

+ #: data/templates/generic/docs-links.html:10

+ #, python-format

+ msgid ""

+ "There is also a <a href=\"%(install_guide)s\">complete Installation "

+ "Guide</a> available. We recommend you look through it before installing "

+ "to your system, since it answers many common questions."

+ msgstr ""

+ 

+ #: data/templates/generic/splash-checksum-unofficial.html:9

+ #: data/templates/generic/splash-checksum.html:9

+ #, python-format

+ msgid ""

+ "Once you have downloaded an image, verify it for security and integrity. "

+ "To verify your image, start by downloading the proper CHECKSUM file into "

+ "the same directory as the image you downloaded and follow <a "

+ "href=\"/%s/verify\">these instructions</a>."

+ msgstr ""

+ 

+ #: data/templates/generic/unofficial.html:11

+ #, python-format

+ msgid ""

+ "Although this spin failed to compose for the final release, this test "

+ "compose contains fixes over the final content to allow for a successful "

+ "compose and should meet most users' needs. You can verify the test "

+ "compose image with a dedicated CHECKSUM file for <a "

+ "href=\"%(x86_64)s\">64-bit</a> and <a href=\"%(i386)s\">32-bit</a> "

+ "images."

+ msgstr ""

+ 

empty or binary file added
empty or binary file added
empty or binary file added
empty or binary file added

This adds the Fedora Sway Spin website for Fedora 38. This should not be merged until we are ready for GA.

Thanks! Since we are going with the fp.o/spins route, how should we handle sway's presence on spins.fp.o?

rebased onto 45b09a1

a year ago

Since the work has already been done here too, we're going to merge it.
We'll see if we can deprecate spins.fp-o with F39 once we move all others spins to the new site.

Pull-Request has been merged by darknao

a year ago