Changeset 3654 for lliurex-mate-welcome/trunk
- Timestamp:
- Feb 17, 2017, 8:59:03 AM (4 years ago)
- Location:
- lliurex-mate-welcome/trunk/fuentes
- Files:
-
- 406 added
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-mate-welcome/trunk/fuentes/data/css/bootstrap-2.3.2.css
r3621 r3654 3460 3460 color: #ffffff; 3461 3461 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 3462 background-color: # 87A556;3463 background-image: -moz-linear-gradient(top, # 87A556, #738F45);3464 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(# 87A556), to(#738F45));3465 background-image: -webkit-linear-gradient(top, # 87A556, #738F45);3466 background-image: -o-linear-gradient(top, # 87A556, #738F45);3467 background-image: linear-gradient(to bottom, # 87A556, #738F45);3462 background-color: #A58556; 3463 background-image: -moz-linear-gradient(top, #A58556, #442B19); 3464 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A58556), to(#442B19)); 3465 background-image: -webkit-linear-gradient(top, #A58556, #442B19); 3466 background-image: -o-linear-gradient(top, #A58556, #442B19); 3467 background-image: linear-gradient(to bottom, #A58556, #442B19); 3468 3468 background-repeat: repeat-x; 3469 3469 border-color: #51a351 #51a351 #387038; … … 3480 3480 .btn-success[disabled] { 3481 3481 color: #ffffff; 3482 background-color: # 738F45;3482 background-color: #442B19; 3483 3483 } 3484 3484 3485 3485 .btn-success:active, 3486 3486 .btn-success.active { 3487 background-color: # 738F45\9;3487 background-color: #442B19 \9; 3488 3488 } 3489 3489 … … 4104 4104 .nav-pills > .active > a:focus { 4105 4105 color: #ffffff; 4106 background-color: # 87A556;4106 background-color: #A58556; 4107 4107 } 4108 4108 -
lliurex-mate-welcome/trunk/fuentes/data/css/welcome.css
r3621 r3654 129 129 130 130 .navigation-button:active { 131 background-color: # 667E40;131 background-color: #dd4814; 132 132 color: #fff; 133 133 } … … 560 560 font-weight: bold; 561 561 font-size: 18px; 562 color: # 5A6943;562 color: #a58556; 563 563 } 564 564 … … 683 683 font-weight: bold; 684 684 font-size: 20px; 685 color: # 5A6943;685 color: #a58556; 686 686 pointer-events: none; 687 687 } -
lliurex-mate-welcome/trunk/fuentes/data/features.html
r3621 r3654 1 1 <!DOCTYPE html> 2 <html lang="e n">2 <html lang="es"> 3 3 <head> 4 4 <meta name="viewport" content="width=device-width, initial-scale=1.0"> -
lliurex-mate-welcome/trunk/fuentes/data/index.html
r3621 r3654 1 1 <!DOCTYPE html> 2 <html lang="e n" ng-app>2 <html lang="es" ng-app> 3 3 <head> 4 <meta name="viewport" content="width=device-width, initial-scale=1.0" >4 <meta name="viewport" content="width=device-width, initial-scale=1.0" charset="utf-8"> 5 5 <link href="css/bootstrap-2.3.2.css" rel="stylesheet" media="screen"> 6 6 <link href="css/font-awesome.css" rel="stylesheet" media="screen"> … … 12 12 <div class="container-fluid"> 13 13 <div id="navigation"> 14 <div id="navigation-title" hidden>‌M ain Menu‌</div>14 <div id="navigation-title" hidden>‌Menú principal‌</div> 15 15 <div id="navigation-right"> 16 16 <div hidden id="update-notification" class="heads-up entire-page-fade"> … … 31 31 <div class="row-fluid"> 32 32 <div class="span12 center splash-version"> 33 <img src="img/welcome/ubuntu-mate-text.svg" width="199px" height="28px"> <span id="os_version" style="font-size: 22px; color=gray;">16</span>33 <img src="img/welcome/ubuntu-mate-text.svg" width="199px" height="28px"><span>16</span> 34 34 </div> 35 35 </div> 36 36 <div class="row-fluid main-menu-textbox"> 37 37 <div class="main-menu-text"> 38 ‌ Choose an option to discover your new operating system.‌38 ‌Descubre alguna de las nuevas características de LliureX.‌ 39 39 </div> 40 40 </div> … … 44 44 <div class="span4 btn-showcase"> 45 45 <!-- Documentation --> 46 <a id="introduction" class="btn btn-block btn-default fade fade-3s" onclick="exitMenu('introduction.html')"><span class="fa fa-2x fa-book fa-va"></span> ‌Introduc tion‌</a>47 <a id="features" class="btn btn-block btn-default fade fade-4s" onclick="exitMenu('features.html')"><span class="fa fa-2x fa-star fa-va"></span> ‌ Features‌</a>48 <a id="gettingstarted" class="btn btn-block btn-success fade fade-5s live-session" onclick="exitMenu('gettingstarted.html')"><span class="fa fa-2x fa-info-circle fa-va"></span> ‌ Getting Started‌</a>49 <a id="install-guide" class="btn btn-block btn-success fade fade-5s live-session-only" onclick="exitMenu('gettingstarted.html')"><span class="fa fa-2x fa-laptop fa-va"></span> ‌ Installation Help‌</a>46 <a id="introduction" class="btn btn-block btn-default fade fade-3s" onclick="exitMenu('introduction.html')"><span class="fa fa-2x fa-book fa-va"></span> ‌Introducción‌</a> 47 <a id="features" class="btn btn-block btn-default fade fade-4s" onclick="exitMenu('features.html')"><span class="fa fa-2x fa-star fa-va"></span> ‌Características‌</a> 48 <a id="gettingstarted" class="btn btn-block btn-success fade fade-5s live-session" onclick="exitMenu('gettingstarted.html')"><span class="fa fa-2x fa-info-circle fa-va"></span> ‌Primero pasos en el entorno‌</a> 49 <a id="install-guide" class="btn btn-block btn-success fade fade-5s live-session-only" onclick="exitMenu('gettingstarted.html')"><span class="fa fa-2x fa-laptop fa-va"></span> ‌Asistente de instalación‌</a> 50 50 </div> 51 51 <div class="span4 btn-showcase"></div> 52 52 <div class="span4 btn-showcase"> 53 53 <!-- Project --> 54 <a id="getinvolved" class="btn btn-block btn-default fade fade-3s" onclick="exitMenu(' getinvolved.html')"><span class="fa fa-2x fa-code fa-va"></span> ‌Get Involved‌</a>55 <a id="shop" class="btn btn-block btn-default fade fade-4s" onclick="exitMenu('shop.html')"><span class="fa fa-2x fa-shopping-cart fa-va"></span> ‌ Shop‌</a>56 <a id="donate" class="btn btn-block btn-success fade fade-5s" onclick="exitMenu('donate.html')"><span class="fa fa-2x fa-heart fa-va"></span> ‌Dona te‌</a>54 <a id="getinvolved" class="btn btn-block btn-default fade fade-3s" onclick="exitMenu('zero-center.html')"><span class="fa fa-2x fa-code fa-va"></span> ‌Zero Center‌</a> 55 <a id="shop" class="btn btn-block btn-default fade fade-4s" onclick="exitMenu('shop.html')"><span class="fa fa-2x fa-shopping-cart fa-va"></span> ‌Tienda‌</a> 56 <a id="donate" class="btn btn-block btn-success fade fade-5s" onclick="exitMenu('donate.html')"><span class="fa fa-2x fa-heart fa-va"></span> ‌Donar‌</a> 57 57 </div> 58 58 </div> … … 62 62 <br> 63 63 <!-- Support --> 64 <a id="community" class="btn btn-block btn-default fade fade-3s" onclick="exitMenu('community.html')"><span class="fa fa-2x fa-group fa-va"></span> ‌Com munity‌</a>64 <a id="community" class="btn btn-block btn-default fade fade-3s" onclick="exitMenu('community.html')"><span class="fa fa-2x fa-group fa-va"></span> ‌Comunidad‌</a> 65 65 <a id="chatroom" class="btn btn-block btn-default fade fade-4s" onclick="exitMenu('chatroom.html')"><span class="fa fa-2x fa-comments fa-va"></span> ‌Chat Room‌</a> 66 66 <a id="software" class="btn btn-block btn-success fade fade-5s" onclick="exitMenu('software.html');$('#footer-left').fadeOut()"><span class="fa fa-2x fa-download fa-va"></span> ‌Software‌</a> … … 85 85 <div id="footer-right" class="form"> 86 86 <a href="cmd://autostart" id="open-at-start" class="live-session entire-page-fade" style="display:none"> 87 <span id="autostart" class="fa fa-square fa-va"></span> ‌ Open Welcome when I log on.‌87 <span id="autostart" class="fa fa-square fa-va"></span> ‌Abrir siempre al inicio de sesión.‌ 88 88 </a> 89 89 <span id="footer-global-right"></span> -
lliurex-mate-welcome/trunk/fuentes/data/introduction.html
r3621 r3654 1 1 <!DOCTYPE html> 2 <html lang="e n">2 <html lang="es"> 3 3 <head> 4 <meta name="viewport" content="width=device-width, initial-scale=1.0" >4 <meta name="viewport" content="width=device-width, initial-scale=1.0" charset="UTF-8"> 5 5 <link href="css/bootstrap-2.3.2.css" rel="stylesheet" media="screen"> 6 6 <link href="css/font-awesome.css" rel="stylesheet" media="screen"> … … 15 15 <span class="fa fa-chevron-left"></span> 16 16 </a> 17 <div id="navigation-title" hidden>‌Introduc tion‌</div>17 <div id="navigation-title" hidden>‌Introducción‌</div> 18 18 <div id="navigation-right"></div> 19 19 <img id="navigation-divider" src="img/welcome/header-shadow.png" width="100%" height="11px"> … … 26 26 <div class="slogan-area"> 27 27 <img src="img/welcome/ubuntu-mate-icon.svg" width="150px" height="150px" class="animated rollIn"> 28 <p class="slogan-text animated fadeInUp"> ‌ For a retrospective future.‌</p>28 <p class="slogan-text animated fadeInUp"> ‌LliureX 16 ‌</p> 29 29 </div> 30 30 <div class="slogan-area animated fadeInUp"> 31 <a class="btn btn-success" onclick="$('html, body').animate({scrollTop: 530}, 1000);">‌ What is Ubuntu MATE?‌</a>31 <a class="btn btn-success" onclick="$('html, body').animate({scrollTop: 530}, 1000);">‌Qué es LliureX?‌</a> 32 32 </div> 33 33 </div> 34 34 <hr class="soften"> 35 35 <div class="center animated wow fadeInUp"> 36 <img src="img/welcome/ubuntu-mate-icon.svg" width=" 50px" height="50px"/> 36 <img src="img/welcome/ubuntu-mate-icon.svg" width="75px" height="75px"/> 37 37 | 38 38 <span class="fa fa-windows fa-3x fa-va"></span> 39 39 <span class="fa fa-apple fa-3x fa-va"></span> 40 <span class="fa fa-linux fa- 3x fa-va"></span> 40 <span class="fa fa-linux fa-5x fa-va"></span> 41 41 <span class="fa fa-android fa-3x fa-va"></span> 42 42 <span class="fa fa-chrome fa-3x fa-va"></span> … … 44 44 <br> 45 45 <div class="wow fadeInUp"> 46 <p>‌Ubuntu MATE is an operating system -- the core software 47 that runs your computer, similar to‌ 46 <p>‌LliureX 16 es un sistema operativo como‌ 48 47 <a href="cmd://link?http://www.microsoft.com"> 49 <span class="fa fa-windows"></span> ‌Microsoft 'sWindows‌</a>,48 <span class="fa fa-windows"></span> ‌Microsoft Windows‌</a>, 50 49 <a href="cmd://link?http://www.apple.com"> 51 <span class="fa fa-apple"> </span> ‌ Apple's OS X‌</a> ‌and‌50 <span class="fa fa-apple"> </span> ‌OS X de Apple‌</a> ‌and‌ 52 51 <a href="cmd://link?http://www.google.com/chrome"> 53 <span class="fa fa-chrome"></span> ‌Google's Chrome OS‌</a>. 54 55 ‌Ubuntu MATE is a distribution (variation) of 56 GNU/Linux. A dependable, secure, capable, and modern computer 57 system that rivals all others in popularity and actual use.‌</p> 58 <p>‌Unlike other operating systems, Linux is a major one used:‌</p> 52 <span class="fa fa-chrome"></span> ‌Google Chrome OS‌</a>. 53 54 ‌Como tal, se encarga de gestionar los recursos físicos del ordenador y de proveer de servicios básicos a los programas de aplicación (los cuales permiten realizar tareas útiles con el ordenador). Al conjunto que forma el sistema operativo junto con una selección concreta de aplicaciones (programas de aplicación), se le denomina distribución. Así pues, LliureX es una distribución educativa que está basada en Ubuntu y Debian.‌</p> 55 <p>‌Linux presenta muchas ventajas, es por eso que se utilitza en:‌</p> 59 56 <ul> 60 <li>‌on most of the world's fastest and most powerful 61 supercomputers‌</li> 62 <li>‌on many of (if not most of) the computers that make up the 63 backbone of Internet‌</li> 64 <li>‌and on corporate servers that require stability and 65 reliability‌</li> 57 <li>‌la mayoría de los ordenadores más potentes de mundo.‌</li> 58 <li>‌casi todos los servidores que crean la columna vertebral de internet.‌</li> 59 <li>‌y aquellos sistemas corporativos que requieran de seguridad y escalabilidad.‌</li> 66 60 </ul> 67 61 </div> 68 62 <div class="wow fadeInUp"> 69 <p>‌Ubuntu MATE is a stable, easy-to-use operating system 70 with a configurable desktop environment. It is ideal for 71 those who want the most out of their computers and prefer a 72 traditional desktop metaphor. With modest hardware 73 requirements, it is suitable for modern desktops and 74 laptops, single board computers (such as the Raspberry Pi) 75 and older hardware alike.‌</p> 76 77 <p>‌The operating system is more secure, and better 78 supported than the operating system pre-installed on most 79 home computer hardware today.‌</p> 80 81 <p>‌Using Ubuntu MATE provides you with the freedom to run a 82 complete, full-featured operating system, pre-configured 83 with most (if not all) of the applications you will need 84 for your daily computing. Change anything about the 85 way it looks, the way it works, or the applications it runs 86 to suit your taste.‌</p> 87 </div> 88 63 <p>‌LliureX es un proyecto creado por la Consellería de Educación de la Comunidad Valenciana 64 que tiene como principal objetivo su uso en los Centros educativos de la Comunidad.‌</p> 65 66 <p>‌Como tal se han creado numerosas versiones de LliureX para satisfaces las necesidades 67 de las diferentes asignaturas con los paquetes específicos necesarios. Además se han creado versiones 68 para pymes. Todas las versiones de LliureX son:‌</p> 69 70 <ul> 71 <li>‌ Escritorio‌</li> 72 <li>‌ Cliente ‌</li> 73 <li>‌ Servidor ‌</li> 74 <li>‌ Infantil ‌</li> 75 <li>‌ Música ‌</li> 76 <li>‌ Pime ‌</li> 77 </ul> 78 </div> 79 <!-- ****************************************************REVISAT**********************************************************+--> 89 80 <hr class="soften"/> 90 81 <div class="wow fadeIn"> 91 <h2>‌Objectiv es‌</h2>92 <p>‌ Ubuntu MATE has a number of guiding objectives and goals:‌</p>82 <h2>‌Objectivos de LliureX‌</h2> 83 <p>‌LliureX presenta una serie de objetivos desde su creación:‌</p> 93 84 <ul> 94 <li>‌Accessible to all, regardless of language and physical ability.‌</li> 95 <li>‌Increase both Ubuntu and MATE Desktop user adoption.‌</li> 96 <li>‌Ubuntu alternative for computers that aren't powerful enough to run a composited desktop.‌</li> 97 <li>‌First choice Ubuntu platform for remote workstation solutions such as LTSP and X2Go.‌</li> 98 <li>‌Recreate the halcyon days of Ubuntu for users who prefer a traditional desktop metaphor.‌</li> 99 <li>‌Use themes and artwork similar to Ubuntu so that Ubuntu MATE is immediately familiar.‌</li> 100 <li>‌When possible contribute to Debian so both the Debian and Ubuntu communities benefit.‌</li> 101 <li>‌Software selection will favor functionality and stability over lightness and whimsy.‌</li> 85 <li>‌LliureX es accesible para todo el mundo.‌</li> 86 <li>‌Supone un ahorro de licencias cuantioso.‌</li> 87 <li>‌Está configurado con aplicaciones propias que facilitan la implantación del modelo de centro.‌</li> 88 <li>‌LliureX 16 se puede gestionar a través del Centro de Adminsitración. Una aplicación web creada por los técnico de LliureX para facilitar su uso y implementación‌</li> 89 <li>‌Hay un gran esfuerzo por parte del equipo lingüístico de LliureX para que esté disponible en valenciano. ‌</li> 90 <li>‌LliureX se preocupa por facilitar al máximo la experiencia del usuario, es por ello que presenta una serie de asistentes centralizados en el Zero-center que facilitan su uso y configuración.‌</li> 102 91 </ul> 103 92 </div> … … 105 94 <hr class="soften"/> 106 95 <div class="wow fadeIn"> 107 <h2>‌ What is UbuntuMATE?‌</h2>108 <h3> Ubuntu</h3>96 <h2>‌LliureX y el entorno MATE?‌</h2> 97 <h3>LliureX</h3> 109 98 </div> 110 99 </div> … … 112 101 <div class="row-fluid wow fadeIn"> 113 102 <div class="span2 center-inside wow rollIn"> 114 <img src="img/logos/ ubuntu.png" alt="Ubuntu" height="100px" width="100px"/>103 <img src="img/logos/lliurex.png" alt="Ubuntu" height="100px" width="100px"/> 115 104 </div> 116 105 <div class="span10"> 117 <p><a href="cmd://link?http://www.ubuntu.com">Ubuntu</a> ‌is 118 one of, if not the, largest deployed‌ <a 119 href="cmd://link?https://en.wikipedia.org/wiki/Linux">Linux</a> 120 ‌based desktop operating systems in the world. Linux is at 121 the heart of Ubuntu and makes it possible to create secure, 122 powerful and versatile operating systems, such as‌ Ubuntu 123 ‌and‌ <a href="cmd://link?http://www.android.com/"> Android</a>. 124 ‌Android is now in the hands of billions of people around the 125 world and it's also powered by Linux.‌</p> 126 127 <p>‌Ubuntu is available in a number of different‌ 128 <em>‌flavors‌</em>, ‌each coming with its own desktop 129 environment. Ubuntu MATE takes the Ubuntu base operating 130 system and adds the‌ <a 131 href="cmd://link?http://mate-desktop.org">‌MATE 106 <p><a href="cmd://link?http://mestreacasa.gva.es/web/lliurex/lliurex">LliureX</a> ‌es el Sistema Operativo de la Comunidad Valenciana, está basado en ‌ <a 107 href="cmd://link?https://es.wikipedia.org/wiki/Linux">Linux</a> y <href="cmd://link?https://es.wikipedia.org/wiki/Ubuntu">Ubuntu</a> 108 ‌Linux es el corazón del muchos sistemas operativos como‌ Ubuntu 109 ‌y‌ <a href="cmd://link?http://www.android.com/"> Android</a>. 110 ‌Android se encuntra en las manos de millones de personas alrededor del mundio y también está basado en Linux.‌</p> 111 112 <p>‌La nueva versión de LliureX 16 lleva un nuevo entorno que facilita el uso y navegación del escritorio: ‌ <a href="cmd://link?http://mate-desktop.org">‌MATE 132 113 Desktop‌</a>.</p> 133 114 </div> … … 136 117 <div class="row-fluid"> 137 118 <div class="span10 wow fadeIn"> 138 <h3>‌MATE Desktop‌</h3> 139 <p>‌Wikipedia says that‌ <a 140 href="cmd://link?http://en.wikipedia.org/wiki/Desktop_environment"> 141 ‌a Desktop Environment is‌</a>:</p> 142 143 <blockquote>‌an implementation of the desktop metaphor made 144 of a bundle of programs running on top of a computer 145 operating system, which share a common graphical user 146 interface (GUI). Desktop GUIs help the user to easily 147 access and edit files.‌</blockquote> 119 <h3>‌El entorno MATE en lliurex‌</h3> 120 <p>‌Wikipedia dice que‌ <a 121 href="cmd://link?http://es.wikipedia.org/wiki/Entorno_de_escritorio"> 122 ‌un Entorno de Escritorio es‌</a>:</p> 123 124 <blockquote>‌es un conjunto de software para ofrecer al usuario de una computadora una interacción amigable y cómoda. Es una implementación de interfaz gráfica de usuario que ofrece facilidades de acceso y configuración, como barras de herramientas e integración entre aplicaciones.‌</blockquote> 148 125 </div> 149 126 </div> … … 151 128 <div class="row-fluid"> 152 129 <div class="span10 wow fadeIn"> 153 <p>‌The MATE Desktop implements essential features that you'd 154 expect in a desktop environment, such as:‌ 130 <p>‌LliureX junto al entorno de escritorio MATE presentan una serie de características que lo hacen fácil e intuitivo:‌ 155 131 <table class="mate-table"> 156 132 <tr> 157 <td><img src="/usr/share/icons/Humanity/apps/48/system-file-manager.svg"/></td> 158 <td><img src="/usr/share/icons/Humanity/apps/48/accessories-calculator.svg"/></td> 159 <td><img src="/usr/share/icons/hicolor/scalable/apps/engrampa.svg"/></td> 160 <td><img src="/usr/share/icons/hicolor/scalable/apps/eom.svg"/></td> 161 <td><img src="/usr/share/icons/hicolor/48x48/apps/atril.png"/></td> 162 <td><img src="/usr/share/icons/Humanity/apps/48/utilities-system-monitor.svg"/></td> 163 <td><img src="/usr/share/icons/Humanity/apps/48/utilities-terminal.svg"/></td> 133 <td><img src="./img/humanity/whisker.svg"/></td> 134 <td><img src="/usr/share/icons/Vibrancy-Dark-Orange/apps/48/file-manager.png"/></td> 135 <td><img src="/usr/share/icons/Vibrancy-Colors/apps/48/galculator.png"/></td> 136 <td><img src="/usr/share/icons/Vibrancy-Colors/apps/48/7z.png"/></td> 137 <td><img src="/usr/share/icons/Vibrancy-Colors/apps/48/eom.png"/></td> 138 <td><img src="/usr/share/icons/Vibrancy-Colors/apps/48/atril.png"/></td> 139 <td><img src="/usr/share/icons/Vibrancy-Colors/apps/48/htop.png"/></td> 140 <td><img src="/usr/share/icons/Vibrancy-Colors/apps/48/tilda.png"/></td> 164 141 </tr> 165 142 <tr> 166 <th>‌File Browser‌</th> 167 <th>‌Calculator‌</th> 168 <th>‌Archive Manager‌</th> 169 <th>‌Image Viewer‌</th> 170 <th>‌Document Viewer‌</th> 171 <th>‌System Monitor‌</th> 143 <th>‌Menú de Inicio‌</th> 144 <th>‌Buscador de archivos‌</th> 145 <th>‌Calculadora‌</th> 146 <th>‌Gestor de archivos‌</th> 147 <th>‌Visor de imágenes‌</th> 148 <th>‌Visor de documentos‌</th> 149 <th>‌Monitor de Sistema‌</th> 172 150 <th>‌Terminal‌</th> 173 151 </tr> 174 152 <tr style="color:#C8C8C8"> 153 <td><small>whisker</small></td> 175 154 <td><small>caja</small></td> 176 155 <td><small>galculator</small></td> 177 <td><small> engrampa</small></td>156 <td><small>Gestor de GNOME</small></td> 178 157 <td><small>eom</small></td> 179 158 <td><small>atril</small></td> 180 <td><small> mate-system-moniotr</small></td>159 <td><small>htop</small></td> 181 160 <td><small>mate-terminal</small></td> 182 161 </tr> … … 184 163 185 164 186 ‌All of which are highly customisable and 187 managed via the‌ <a href="cmd://control"> 165 ‌Todo esto lo podemos gestionar intuitivamente desde el‌ <a href="cmd://control"> 188 166 <img src="img/applications/control-centre.png" height="16px" width="16px" style="vertical-align:middle"/> 189 ‌Control Center‌</a>.</p> 190 191 <p>‌MATE Desktop provides an intuitive and attractive 192 desktop environment using traditional metaphors, which 193 means if you've ever used‌ 167 ‌Centro de control‌</a>.</p> 168 169 <p>‌Con esta personalización de LliureX se hace todavía más intuitivo y fácil de usar. Si alguna vez has usado ‌ 194 170 <a href="cmd://link?http://www.microsoft.com"> 195 <span class="fa fa-windows"></span> Windows</a> ‌o r‌171 <span class="fa fa-windows"></span> Windows</a> ‌o‌ 196 172 <a href="cmd://link?http://www.apple.com"> 197 <span class="fa fa-apple"> </span> OS X</a>, 198 ‌it will feel very familiar.‌</p> 199 200 <p>‌The MATE Desktop has a rich history and is the 201 continuation of the GNOME 2 desktop, which was the default 202 desktop environment on many Linux and Unix operating 203 systems for over a decade. This means that MATE Desktop is 204 tried, tested and very reliable.‌</p> 173 <span class="fa fa-apple"> </span> OS X de Apple</a>, 174 ‌te sentirás muy cómodo con su uso.‌</p> 175 176 <p>‌El equipo de LliureX testea continuamente el buen funcionamiento del entorno con todas sus aplicaciones por lo que siempre tendrás la garantía de que el sistema que estás utilizando ofrece las máximas garantías y facilidades posibles.‌</p> 205 177 </div> 206 178 <div class="span2 center-inside wow rotateIn"> … … 210 182 211 183 <div class="wow fadeIn"> 212 <h3>‌ Open Source‌</h3>184 <h3>‌Código Abierto‌</h3> 213 185 </div> 214 186 <div class="row-fluid"> … … 217 189 </div> 218 190 <div class="span10 wow fadeIn"> 219 <p>‌What Linux, Ubuntu and MATE Desktop all have in common 220 is they are Open Source. This software 221 can be freely used, changed, and shared (in modified 222 or unmodified form) by anyone. In a nutshell Ubuntu MATE is 223 free, in the truest sense of the word.‌</p> 224 225 <p>‌Although you will find some distributions (variations) of 226 Linux for purchase, the vast majority are provided free of 227 charge, like Ubuntu MATE. The distribution is licensed 228 in a way that allows anyone to give it away for free, with no 229 strings attached. For example, the licence gives any member 230 of the user community the freedom to use Linux for any 231 purpose, to distribute, modify, redistribute, or even sell 232 the operating system. If you do modify and then 233 redistribute Linux with your modifications, you are 234 required by the licence to submit your modifications for 235 possible inclusion into future versions. There is no 236 guarantee that this will ever happen, but if you have made 237 it better, then your changes just might be included in the 238 next release of Ubuntu MATE.‌</p> 239 240 <p>‌Many of the users of Linux are corporations that 241 use the operating system to run their businesses, or 242 include it within their products. Many of these 243 corporations provide fixes and new features for Linux as 244 they use the software for their businesses.‌ <a 191 <p>‌Lo que todos, Linux, Ubuntu, LliureX y el Escritorio MATE, tienen en común es que son Código Abierto. Este software puede ser usado, cambiado y compartido (en formas modificadas o sin modificar) libremente por cualquiera. En pocas palabras LliureX es libre, en el sentido más verdadero de la palabra.‌</p> 192 193 <p>‌Aunque puedas encontrar numerosas distribuciones Linux para usar en los centros educativos, todas ellas son gratuitas, totalmente libre de ataduras. LliureX vienen pensado para ser usado por los centros de la Comunidad Valenciana pero eso no significa que no pueda ser usado en cualquier parte del mundo o incluso utilizar su código para mejorar versiones. 194 ‌</p> 195 196 <p>‌Muchos de los usuarios de Linux son corporaciones que usan el sistema operativo para hacer funcionar sus negocios, o incluirlo entre sus productos. Muchas de estas corporaciones aportan parches y nuevas características pues usan el software para sus negocios.‌ <a 245 197 href="cmd://link?http://www.linuxfoundation.org/news-media/infographics/who-writes-linux-2015"> 246 ‌These improvements are given back‌</a> 247 ‌to the Linux community and Ubuntu MATE improves as a result. 248 This is how we can continually improve and grow without 249 having to charge our users money.‌</p> 250 251 <p>‌Unlike Windows and OS X, Linux is not created and 252 supported by just one company. It is supported by Intel, 253 Redhat, Linaro, Samsung, IBM, SUSE, Texas Instruments, 254 Google, Canonical, Oracle, AMD, and Microsoft. Over 4,000 255 developers contributed to Linux over the last 15 years.‌</p> 256 257 <p>‌Whether you are a home user of Ubuntu MATE, an Ubuntu 258 MATE software or application developer, or an employee of 259 an organization that uses the operating system, you are a 260 member of the Linux and Open Source communities and benefit 261 from the efforts of the developers who contribute to Ubuntu 262 MATE and its related projects: Linux, MATE, and 263 Ubuntu. Members of the community run Linux 264 on almost any hardware, from the prettiest Macbook to the 265 cheapest netbook, from the newest Chromebook to some very 266 old machines designed for Windows, and from the most 267 powerful Internet servers to the smallest smart 268 thermostat.‌</p> 198 ‌Estas mejoras son devueltas‌</a> 199 ‌a la comunidad Linux y como resultado Ubuntu MATE mejora. Así es como podemos mejorar y crecer continuamente sin tener que cobrar dinero a nuestros usuarios.‌</p> 200 201 <p>‌A diferencia de Windows y OS X, Linux no está creado ni respaldado por una sola compañía. Está respaldado por Intel, RedHat, Linaro, Samsung, IBM, SUSE, Texas Instruments, Google, Canonical, Oracle, AMD y Microsoft. Aproximadamente 4.000 desarrolladores contribuyeron con Linux durante los últimos 15 años.‌</p> 202 203 <p>‌Seas un usuario doméstico de LliureX, un estudiante, un desarrollador de software o aplicaciones para Linux, o un empleado en una organización que utilice el sistema operativo, eres un miembro de las comunidades de Linux y de Código Abierto y te beneficias de los esfuerzos de los desarrolladores quienes contribuyen con LliureX y sus proyectos relacionados: Linux, MATE, Ubuntu y LliureX. Los miembros de la comunidad ejecutan Linux en casi cualquier hardware, desde el Macbook más bonito al netbook más barato, desde el Chromebook más nuevo a algunas máquinas muy viejas diseñadas para Windows, y desde los servidores de Internet más potentes al termostato inteligente más pequeño.‌</p> 269 204 </div> 270 205 </div> -
lliurex-mate-welcome/trunk/fuentes/data/js/applications.json
r3621 r3654 5003 5003 "working": true 5004 5004 } 5005 }, 5006 "Lliurex": { 5007 "convertall": { 5008 "name": "ConvertAll", 5009 "img": "convertall", 5010 "main-package": "convertall", 5011 "install-packages": "convertall", 5012 "remove-packages": "convertall", 5013 "launch-command": "convertall", 5014 "description": [ 5015 "Convert any unit in the large database to any other", 5016 "compatible unit. If you want to convert from inches", 5017 "per decade, that\u2019s fine. Or from meter-pounds. Or from", 5018 "cubic nautical miles. The units don\u2019t have to make", 5019 "sense to anyone else." 5020 ], 5021 "alternate-to": null, 5022 "subcategory": "Calculator", 5023 "open-source": true, 5024 "url-info": "http://convertall.bellz.org/", 5025 "url-android": null, 5026 "url-ios": null, 5027 "arch": "i386,amd64,armhf,powerpc", 5028 "releases": "trusty,wily,xenial", 5029 "pre-install": { 5030 "all": { 5031 "method": "skip" 5032 } 5033 }, 5034 "working": true 5035 }, 5036 "diodon": { 5037 "name": "Diodon", 5038 "img": "diodon", 5039 "main-package": "diodon", 5040 "launch-command": "diodon", 5041 "install-packages": "diodon", 5042 "remove-packages": "diodon", 5043 "description": [ 5044 "A lightweight clipboard manager which aims to be the", 5045 "best integrated clipboard manager for the Ubuntu", 5046 "desktop. Diodon features include Ubuntu indicator,", 5047 "clipboard sync (primary selection and Ctrl+C / Ctrl+V", 5048 "clipboard) and a zeitgeist integration for an infinite", 5049 "clipboard history." 5050 ], 5051 "alternate-to": null, 5052 "subcategory": "Desktop Management", 5053 "open-source": true, 5054 "url-info": "https://wiki.ubuntu.com/Diodon", 5055 "url-android": null, 5056 "url-ios": null, 5057 "arch": "i386,amd64,armhf,powerpc", 5058 "releases": "trusty,wily,xenial", 5059 "pre-install": { 5060 "trusty,wily": { 5061 "method": "ppa", 5062 "enable-ppa": "ppa:diodon-team/stable", 5063 "source-file": "diodon-team-ubuntu-stable-CODENAME" 5064 }, 5065 "all": { 5066 "method": "skip" 5067 } 5068 }, 5069 "working": true 5070 }, 5071 "enpass": { 5072 "name": "Enpass", 5073 "img": "enpass", 5074 "main-package": "enpass", 5075 "launch-command": "/opt/Enpass/bin/runenpass.sh", 5076 "install-packages": "enpass", 5077 "remove-packages": "enpass", 5078 "description": [ 5079 "A cross-platform, complete password", 5080 "management solution that securely manages passwords and all", 5081 "other life important credentials like bank accounts, Credit", 5082 "cards, IDs, passport, driving licenses etc. Everything is", 5083 "saved locally on user\u2019s device and optionally he can sync", 5084 "through other devices using his accounts of Dropbox, Box,", 5085 "Google Drive, OneDrive and ownCloud.", 5086 "<ul><li><b>Browser Extensions Available: </b><i>Enpass <a href=\"cmd://link?https://enpass.io/enpass-browser-extension/\">browser extensions for Firefox and Google Chrome</a> are also available.</i></li></ul>" 5087 ], 5088 "alternate-to": null, 5089 "subcategory": "Password Management", 5090 "open-source": false, 5091 "url-info": "https://enpass.io/", 5092 "url-android": "https://play.google.com/store/apps/details?id=io.enpass.app&hl=en", 5093 "url-ios": "https://itunes.apple.com/gb/app/enpass-password-manager/id455566716", 5094 "arch": "i386,amd64", 5095 "releases": "trusty,wily,xenial", 5096 "pre-install": { 5097 "all": { 5098 "method": "manual", 5099 "source-file": "enpass", 5100 "apt-key-url": "http://repo.sinew.in/keys/enpass-linux.key", 5101 "apt-sources": [ 5102 "deb http://repo.sinew.in/ stable main" 5103 ] 5104 } 5105 }, 5106 "working": true 5107 }, 5108 "gip": { 5109 "name": "Gip", 5110 "img": "gip", 5111 "main-package": "gip", 5112 "install-packages": "gip", 5113 "remove-packages": "gip", 5114 "launch-command": "gip", 5115 "description": [ 5116 "Provides system administrators with tools for IP address", 5117 "based calculations. For example, an administrator who needs", 5118 "to find out which IP prefix length equals the IP netmask", 5119 "255.255.240.0, just types in the mask and gets the prefix", 5120 "length presented. But many more advanced calculations can be", 5121 "made. Gip can convert an address range into a list of prefix", 5122 "lengths. It can also split subnets using a given IP netmask", 5123 "or IP prefix length. Many more calculations are possible." 5124 ], 5125 "alternate-to": null, 5126 "subcategory": "Calculator", 5127 "open-source": true, 5128 "url-info": "https://code.google.com/archive/p/gip/", 5129 "url-android": null, 5130 "url-ios": null, 5131 "arch": "i386,amd64,armhf,powerpc", 5132 "releases": "trusty,wily,xenial", 5133 "pre-install": { 5134 "all": { 5135 "method": "skip" 5136 } 5137 }, 5138 "working": true 5139 }, 5140 "gnote": { 5141 "name": "Gnote", 5142 "img": "gnote", 5143 "main-package": "gnote", 5144 "install-packages": "gnote", 5145 "remove-packages": "gnote", 5146 "launch-command": "gnote", 5147 "description": [ 5148 "A desktop note-taking application which is", 5149 "simple and easy to use. It lets you organise your notes", 5150 "with Wiki style interconnects." 5151 ], 5152 "alternate-to": "Post-it ® notes", 5153 "subcategory": "Note Taking", 5154 "open-source": true, 5155 "url-info": "https://wiki.gnome.org/Apps/Gnote", 5156 "url-android": null, 5157 "url-ios": null, 5158 "arch": "i386,amd64,armhf,powerpc", 5159 "pre-install": { 5160 "all": { 5161 "method": "skip" 5162 } 5163 }, 5164 "releases": "trusty,wily,xenial", 5165 "working": true 5166 }, 5167 "gparted": { 5168 "name": "GParted", 5169 "img": "gparted", 5170 "main-package": "gparted", 5171 "launch-command": "pkexec gparted", 5172 "install-packages": "gparted,xfsprogs,reiserfsprogs,reiser4progs,jfsutils,ntfs-3g,dosfstools,mtools,kpartx,dmraid,dmsetup,gpart", 5173 "remove-packages": "gparted", 5174 "description": [ 5175 "An advanced partition editor that uses", 5176 "`libparted` to detect and manipulate devices and partition", 5177 "tables while several (optional) filesystem tools provide", 5178 "support for filesystems not included in libparted." 5179 ], 5180 "alternate-to": null, 5181 "subcategory": "Partitioning Tools", 5182 "open-source": true, 5183 "url-info": "http://gparted.org/", 5184 "url-android": null, 5185 "url-ios": null, 5186 "arch": "i386,amd64,armhf,powerpc", 5187 "pre-install": { 5188 "all": { 5189 "method": "skip" 5190 } 5191 }, 5192 "releases": "trusty,wily,xenial", 5193 "working": true 5194 }, 5195 "keepassx": { 5196 "name": "KeePassX", 5197 "img": "keepassx", 5198 "main-package": "keepassx", 5199 "launch-command": "keepassx", 5200 "install-packages": "keepassx", 5201 "remove-packages": "keepassx", 5202 "description": [ 5203 "A free/open-source password manager or safe which helps you", 5204 "to manage your passwords in a secure way. You can put all your", 5205 "passwords in one database, which is locked with one master key or a", 5206 "key-disk. So you only have to remember one single master password or,", 5207 "insert the key-disk to unlock the whole database. The databases are", 5208 "encrypted using the algorithms AES or Twofish." 5209 ], 5210 "alternate-to": "Enpass and LastPass", 5211 "subcategory": "Password Management", 5212 "open-source": true, 5213 "url-info": "https://www.keepassx.org/", 5214 "url-android": null, 5215 "url-ios": null, 5216 "arch": "i386,amd64", 5217 "releases": "trusty,wily,xenial", 5218 "pre-install": { 5219 "xenial": { 5220 "method": "skip" 5221 }, 5222 "all": { 5223 "method": "ppa", 5224 "enable-ppa": "ppa:flexiondotorg/keeypassx", 5225 "source-file": "flexiondotorg-ubuntu-keeypassx-CODENAME" 5226 } 5227 }, 5228 "working": true 5229 }, 5230 "recentnotifications": { 5231 "name": "Recent Notifications", 5232 "img": "recent-notifications", 5233 "main-package": "indicator-notifications", 5234 "launch-command": null, 5235 "install-packages": "indicator-notifications,indicator-notifications-gtk2", 5236 "remove-packages": "indicator-notifications,indicator-notifications-gtk2", 5237 "description": [ 5238 "An indicator that collects recent notification messages", 5239 "and stores them in a history so you can review", 5240 "any notifications you may have missed while", 5241 "away from your computer.", 5242 "<ul><li><b>Note: </b><i>Recent Notifications works best with <u>Indicators enabled</u> via", 5243 "<a href=cmd://run?mate-tweak> MATE Tweak</a>.</i></li></ul>" 5244 ], 5245 "alternate-to": null, 5246 "subcategory": "Desktop Management", 5247 "open-source": true, 5248 "url-info": "https://launchpad.net/recent-notifications", 5249 "url-android": null, 5250 "url-ios": null, 5251 "arch": "i386,amd64", 5252 "releases": "trusty,wily,xenial", 5253 "pre-install": { 5254 "all": { 5255 "method": "ppa", 5256 "enable-ppa": "ppa:jconti/recent-notifications", 5257 "source-file": "jconti-ubuntu-recent-notifications-CODENAME" 5258 } 5259 }, 5260 "working": true 5261 }, 5262 "redshift": { 5263 "name": "Redshift", 5264 "img": "redshift", 5265 "main-package": "redshift-gtk", 5266 "launch-command": "redshift-gtk", 5267 "install-packages": "redshift-gtk", 5268 "remove-packages": "redshift-gtk", 5269 "description": [ 5270 "Adjusts the color temperature of your", 5271 "screen. The color temperature is set according to the", 5272 "position of the sun. A different color temperature is set", 5273 "during night and daytime. During twilight and early morning,", 5274 "the color temperature transitions smoothly from night to", 5275 "daytime temperature to allow your eyes to slowly adapt." 5276 ], 5277 "alternate-to": "f.lux ®", 5278 "subcategory": "Cosmetic", 5279 "open-source": true, 5280 "url-info": "http://jonls.dk/redshift/", 5281 "url-android": null, 5282 "url-ios": null, 5283 "arch": "i386,amd64,armhf,powerpc", 5284 "pre-install": { 5285 "all": { 5286 "method": "skip" 5287 } 5288 }, 5289 "releases": "trusty,wily,xenial", 5290 "working": true 5291 }, 5292 "hamster-applet": { 5293 "name": "Time Tracker", 5294 "img": "hamster-applet", 5295 "main-package": "hamster-applet", 5296 "launch-command": "hamster-time-tracker", 5297 "install-packages": "hamster-applet,hamster-indicator", 5298 "remove-packages": "hamster-applet,hamster-indicator", 5299 "description": [ 5300 "Helps you to keep track of how much time you spend on", 5301 "various activities during the day. Whenever you move", 5302 "from one task to another, you change your current activity", 5303 "in the applet. It can present graphical statistics of", 5304 "how long you have spent on each task, and may be useful", 5305 "for project management or keeping employee timesheets." 5306 ], 5307 "alternate-to": null, 5308 "subcategory": "Productivity Tracking", 5309 "open-source": true, 5310 "url-info": "https://projecthamster.wordpress.com/about/", 5311 "url-android": null, 5312 "url-ios": null, 5313 "arch": "i386,amd64,armhf,powerpc", 5314 "releases": "trusty,wily,xenial", 5315 "pre-install": { 5316 "all": { 5317 "method": "skip" 5318 } 5319 }, 5320 "working": true 5321 }, 5322 "subsurface": { 5323 "name": "Subsurface", 5324 "img": "subsurface", 5325 "main-package": "subsurface", 5326 "launch-command": "subsurface", 5327 "install-packages": "subsurface", 5328 "remove-packages": "subsurface", 5329 "description": [ 5330 "Track single and multi-tank dives using air, Nitrox or", 5331 "TriMix. It allows tracking of dive locations including", 5332 "GPS coordinates (which can also conveniently be", 5333 "entered using a map interface), logging of equipment", 5334 "used and names of other divers, and lets users rate", 5335 "dives and provide additional notes. Users can tag dives", 5336 "and filter a dive list based on criteria including tags,", 5337 "locations and people with whom you were diving." 5338 ], 5339 "alternate-to": null, 5340 "subcategory": "Dive Log", 5341 "open-source": true, 5342 "url-info": "https://subsurface-divelog.org/", 5343 "url-android": "https://play.google.com/store/apps/details?id=org.subsurfacedivelog.mobile", 5344 "url-ios": "https://itunes.apple.com/gb/app/subsurface/id907870605?mt=8", 5345 "arch": "i386,amd64", 5346 "releases": "trusty,wily", 5347 "pre-install": { 5348 "all": { 5349 "method": "ppa", 5350 "enable-ppa": "ppa:subsurface/subsurface", 5351 "source-file": "subsurface-ubuntu-subsurface-CODENAME" 5352 } 5353 }, 5354 "working": true 5355 }, 5356 "variety": { 5357 "name": "Variety", 5358 "img": "variety", 5359 "main-package": "variety", 5360 "launch-command": "variety", 5361 "install-packages": "variety", 5362 "remove-packages": "variety", 5363 "description": [ 5364 "Changes the desktop wallpaper regularly,", 5365 "using local or automatically downloaded images. Variety sits", 5366 "conveniently as an indicator in the panel and can be easily", 5367 "paused and resumed. The mouse wheel can be used to scroll", 5368 "wallpapers back and forth. Variety can fetch wallpapers from", 5369 "various online sources, such as Flickr." 5370 ], 5371 "alternate-to": null, 5372 "subcategory": "Cosmetic", 5373 "open-source": true, 5374 "url-info": "http://peterlevi.com/variety/", 5375 "url-android": null, 5376 "url-ios": null, 5377 "arch": "i386,amd64", 5378 "releases": "trusty,wily,xenial", 5379 "pre-install": { 5380 "all": { 5381 "method": "ppa", 5382 "enable-ppa": "ppa:peterlevi/ppa", 5383 "source-file": "peterlevi-ubuntu-ppa-CODENAME" 5384 } 5385 }, 5386 "working": true 5387 }, 5388 "veracrypt": { 5389 "name": "VeraCrypt", 5390 "img": "veracrypt", 5391 "main-package": "veracrypt", 5392 "launch-command": "veracrypt", 5393 "install-packages": "veracrypt", 5394 "remove-packages": "veracrypt", 5395 "description": [ 5396 "Software for establishing", 5397 "and maintaining an on-the-fly-encrypted volume. The encrypted", 5398 "volume can be a virtual encrypted disk within a file, a", 5399 "partition or complete device such as a USB stick or disk drive.", 5400 "<ul><li><b>Successor to: </b><i>TrueCrypt</i></li></ul>" 5401 ], 5402 "alternate-to": null, 5403 "subcategory": "Encryption", 5404 "open-source": true, 5405 "url-info": "https://veracrypt.codeplex.com/", 5406 "url-android": null, 5407 "url-ios": null, 5408 "arch": "i386,amd64", 5409 "releases": "trusty,wily,xenial", 5410 "pre-install": { 5411 "all": { 5412 "method": "ppa", 5413 "enable-ppa": "ppa:unit193/encryption", 5414 "source-file": "unit193-ubuntu-encryption-CODENAME" 5415 } 5416 }, 5417 "working": true 5418 }, 5419 "zim": { 5420 "name": "Zim", 5421 "img": "zim", 5422 "main-package": "zim", 5423 "launch-command": "zim", 5424 "install-packages": "libgtkspell0,scrot,zim", 5425 "remove-packages": "libgtkspell0,scrot,zim", 5426 "description": [ 5427 "A graphical text editor used to maintain a", 5428 "collection of wiki pages. Each page can contain links to", 5429 "other pages, simple formatting and inline images. Pages are", 5430 "stored in a folder structure, like in an outliner, and can", 5431 "have attachments. Creating a new page is as easy as linking", 5432 "to a nonexistent page. All data is stored in plain text files", 5433 "with wiki formatting. Various plugins provide additional", 5434 "functionality, like a task list manager, an equation editor,", 5435 "a tray icon, and support for version control. Zim can be used", 5436 "to: Keep an archive of notes, Take notes during meetings or", 5437 "lectures, Organize task lists, Draft blog entries and emails,", 5438 "Do brainstorming." 5439 ], 5440 "alternate-to": null, 5441 "subcategory": "Note Taking", 5442 "open-source": true, 5443 "url-info": "http://zim-wiki.org/", 5444 "url-android": null, 5445 "url-ios": null, 5446 "arch": "i386,amd64", 5447 "releases": "trusty,wily,xenial", 5448 "pre-install": { 5449 "all": { 5450 "method": "skip" 5451 } 5452 }, 5453 "working": true 5454 } 5005 5455 } 5006 5456 } -
lliurex-mate-welcome/trunk/fuentes/data/software.html
r3621 r3654 1 1 <!DOCTYPE html> 2 <html lang="e n">2 <html lang="es"> 3 3 <head> 4 4 <meta name="viewport" content="width=device-width, initial-scale=1.0"> … … 24 24 <div class="online animated fadeInDown" id="category-tabs"> 25 25 <ul id="tabs" class="nav nav-pills" data-tabs="tabs" style="text-align: center"> 26 <li data-toggle="tooltip" data-placement="bottom" title="‌Lliurex‌"> <a id="LliurexBtn" data-toggle="tab" onclick='changeCategoryTab("#Lliurex", "‌Lliurex‌");'> <span><img src="img/applications/lliurex28.svg"> </span></a></li> 26 27 <li data-toggle="tooltip" data-placement="bottom" title="‌Accessories‌"> <a id="AccessoriesBtn" data-toggle="tab" onclick='changeCategoryTab("#Accessories", "‌Accessories‌");'> <span class="fa fa-2x fa-va fa-scissors"> </span></a></li> 27 28 <li data-toggle="tooltip" data-placement="bottom" title="‌Education‌"> <a id="EducationBtn" data-toggle="tab" onclick='changeCategoryTab("#Education", "‌Education‌");'> <span class="fa fa-2x fa-va fa-graduation-cap"> </span></a></li> … … 34 35 <li data-toggle="tooltip" data-placement="bottom" title="‌System Tools‌"> <a id="SysToolsBtn" data-toggle="tab" onclick='changeCategoryTab("#SysTools", "‌System Tools‌");'> <span class="fa fa-2x fa-va fa-cog"> </span></a></li> 35 36 <li data-toggle="tooltip" data-placement="bottom" title="‌Universal Access‌"> <a id="UnivAccessBtn" data-toggle="tab" onclick='changeCategoryTab("#UnivAccess", "‌Universal Access‌");'> <span class="fa fa-2x fa-va fa-wheelchair"> </span></a></li> 36 <li data-toggle="tooltip" data-placement="bottom" title="‌Servers‌"> <a id="ServersBtn" data-toggle="tab" onclick='changeCategoryTab("#Servers", "‌Servers‌");'> <span class="fa fa-2x fa-va fa-server"> </span></a></li>37 37 <li data-toggle="tooltip" data-placement="bottom" title="‌More Software‌"> <a id="MoreAppsBtn" data-toggle="tab" onclick='changeCategoryTab("#MoreApps", "‌More Software‌");'> <span class="fa fa-2x fa-va fa-download"> </span></a></li> 38 38 <li data-toggle="tooltip" data-placement="bottom" title="‌Fixes‌"> <a id="MiscBtn" data-toggle="tab" onclick='changeCategoryTab("#Misc", "‌Fixes‌");'> <span class="fa fa-2x fa-va fa-wrench"> </span></a></li> … … 254 254 </div> 255 255 256 <div id=" Servers" hidden>257 <div class="row-fluid"> 258 <div class="span12"> 259 <h2>‌ Servers‌</h2>260 <p>‌ One-click installations for serving the network.‌</p>256 <div id="Lliurex" hidden> 257 <div class="row-fluid"> 258 <div class="span12"> 259 <h2>‌Lliurex‌</h2> 260 <p>‌Aplicaciones propias de Lliurex.‌</p> 261 261 <hr class="soften-light"/> 262 262 </div> -
lliurex-mate-welcome/trunk/fuentes/data/splash.html
r3621 r3654 1 1 <!DOCTYPE html> 2 <html lang="e n" ng-app>2 <html lang="es" ng-app> 3 3 <head> 4 4 <meta charset="utf-8"> … … 17 17 </div> 18 18 <div id="sceneA" class="splash-center splash-text" style="padding-top:64px;" hidden> 19 ‌B envinguts‌19 ‌Bienvenidos‌ 20 20 <div> 21 21 <br> … … 30 30 <div id="sceneB" hidden> 31 31 <img src="img/welcome/ubuntu-mate-icon.svg" width="160px" height="160px"><br> 32 <img src="img/welcome/ubuntu-mate-text.svg" width="341px" height="48px"> <span class="splash-version" id="os_version">16.04</span>32 <img src="img/welcome/ubuntu-mate-text.svg" width="341px" height="48px"> <span class="splash-version">16</span> 33 33 </div> 34 34 <div id="footer" class="bottom"> -
lliurex-mate-welcome/trunk/fuentes/debian/changelog
r3621 r3654 1 ubuntu-mate-welcome (16.04.9.1+lliurex1) xenial; urgency=medium1 lliurex-mate-welcome (16.04.9.1+lliurex1) xenial; urgency=medium 2 2 3 3 * LliureX customization -
lliurex-mate-welcome/trunk/fuentes/po/be_BY.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # , 2016 … … 12 12 "PO-Revision-Date: 2016-04-07 12:46+0000\n" 13 13 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 14 "Language-Team: Belarusian (Belarus) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/be_BY/)\n" 14 "Language-Team: Belarusian (Belarus) (http://www.transifex.com/ubuntu-mate/" 15 "ubuntu-mate-welcome/language/be_BY/)\n" 16 "Language: be_BY\n" 15 17 "MIME-Version: 1.0\n" 16 18 "Content-Type: text/plain; charset=UTF-8\n" 17 19 "Content-Transfer-Encoding: 8bit\n" 18 "Language: be_BY\n" 19 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" 20 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" 21 "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" 22 "%100>=11 && n%100<=14)? 2 : 3);\n" 20 23 21 24 #: ubuntu-mate-welcome:77 ubuntu-mate-welcome:1140 ubuntu-mate-welcome:2285 -
lliurex-mate-welcome/trunk/fuentes/po/ca_ES.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Agustín Alcaraz <alcaraz.agustin@gmail.com>, 2016 … … 12 12 "PO-Revision-Date: 2016-04-10 09:44+0000\n" 13 13 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 14 "Language-Team: Catalan (Spain) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/ca_ES/)\n" 14 "Language-Team: Catalan (Spain) (http://www.transifex.com/ubuntu-mate/ubuntu-" 15 "mate-welcome/language/ca_ES/)\n" 16 "Language: ca_ES\n" 15 17 "MIME-Version: 1.0\n" 16 18 "Content-Type: text/plain; charset=UTF-8\n" 17 19 "Content-Transfer-Encoding: 8bit\n" 18 "Language: ca_ES\n"19 20 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 20 21 -
lliurex-mate-welcome/trunk/fuentes/po/de.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Stephen, 2016 … … 13 13 "PO-Revision-Date: 2016-04-07 12:46+0000\n" 14 14 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 15 "Language-Team: German (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/de/)\n" 15 "Language-Team: German (http://www.transifex.com/ubuntu-mate/ubuntu-mate-" 16 "welcome/language/de/)\n" 17 "Language: de\n" 16 18 "MIME-Version: 1.0\n" 17 19 "Content-Type: text/plain; charset=UTF-8\n" 18 20 "Content-Transfer-Encoding: 8bit\n" 19 "Language: de\n"20 21 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 21 22 … … 28 29 "Software changes are in progress. Please allow them to complete before " 29 30 "closing Welcome." 30 msgstr "Softwareänderungen sind im Gange. Bitte erlauben Sie sie zu vervollständigen bevor Sie Willkommen Schliessen." 31 msgstr "" 32 "Softwareänderungen sind im Gange. Bitte erlauben Sie sie zu vervollständigen " 33 "bevor Sie Willkommen Schliessen." 31 34 32 35 #: ubuntu-mate-welcome:79 ubuntu-mate-welcome:2286 … … 293 296 #: ubuntu-mate-welcome:1701 294 297 msgid "Your partition layout is not currently supported by this tool." 295 msgstr "Ihr Partition-Aufteilung wird derzeit nicht von diesem Tool unterstützt." 298 msgstr "" 299 "Ihr Partition-Aufteilung wird derzeit nicht von diesem Tool unterstützt." 296 300 297 301 #: ubuntu-mate-welcome:1703 … … 303 307 "Sorry, Welcome could not feature any software for this category that is " 304 308 "compatible on this system." 305 msgstr "Entschuldigung!, Willkommen könnte keine verfügbaren Software für diese Kategorie finden, die auf diesem System kompatibel ist." 309 msgstr "" 310 "Entschuldigung!, Willkommen könnte keine verfügbaren Software für diese " 311 "Kategorie finden, die auf diesem System kompatibel ist." 306 312 307 313 #: ubuntu-mate-welcome:1883 308 314 msgid "This application is set to receive the latest updates." 309 msgstr "Diese Anwendung ist so eingerichtet um die neuesten Aktualisierungen zu erhalten." 315 msgstr "" 316 "Diese Anwendung ist so eingerichtet um die neuesten Aktualisierungen zu " 317 "erhalten." 310 318 311 319 #: ubuntu-mate-welcome:1884 … … 389 397 "An error occurred while launching PROGRAM_NAME. Please consider re-" 390 398 "installing the application." 391 msgstr "Fehler beim PROGRAM_NAME starten. Bitte der Installation die Anwendung erneut in Betracht ziehen." 399 msgstr "" 400 "Fehler beim PROGRAM_NAME starten. Bitte der Installation die Anwendung " 401 "erneut in Betracht ziehen." 392 402 393 403 #: ubuntu-mate-welcome:2288 -
lliurex-mate-welcome/trunk/fuentes/po/el.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Efstathios Iosifidis <iefstathios@gmail.com>, 2016 … … 12 12 "PO-Revision-Date: 2016-04-07 12:46+0000\n" 13 13 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 14 "Language-Team: Greek (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/el/)\n" 14 "Language-Team: Greek (http://www.transifex.com/ubuntu-mate/ubuntu-mate-" 15 "welcome/language/el/)\n" 16 "Language: el\n" 15 17 "MIME-Version: 1.0\n" 16 18 "Content-Type: text/plain; charset=UTF-8\n" 17 19 "Content-Transfer-Encoding: 8bit\n" 18 "Language: el\n"19 20 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 20 21 -
lliurex-mate-welcome/trunk/fuentes/po/en_GB.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Luke Horwell <lukehorwell37+code@gmail.com>, 2016 … … 13 13 "PO-Revision-Date: 2016-04-07 12:50+0000\n" 14 14 "Last-Translator: Luke Horwell <lukehorwell37+code@gmail.com>\n" 15 "Language-Team: English (United Kingdom) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/en_GB/)\n" 15 "Language-Team: English (United Kingdom) (http://www.transifex.com/ubuntu-" 16 "mate/ubuntu-mate-welcome/language/en_GB/)\n" 17 "Language: en_GB\n" 16 18 "MIME-Version: 1.0\n" 17 19 "Content-Type: text/plain; charset=UTF-8\n" 18 20 "Content-Transfer-Encoding: 8bit\n" 19 "Language: en_GB\n"20 21 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 21 22 … … 28 29 "Software changes are in progress. Please allow them to complete before " 29 30 "closing Welcome." 30 msgstr "Software changes are in progress. Please allow them to complete before closing Welcome." 31 msgstr "" 32 "Software changes are in progress. Please allow them to complete before " 33 "closing Welcome." 31 34 32 35 #: ubuntu-mate-welcome:79 ubuntu-mate-welcome:2286 … … 303 306 "Sorry, Welcome could not feature any software for this category that is " 304 307 "compatible on this system." 305 msgstr "Sorry, Welcome could not feature any software for this category that is compatible on this system." 308 msgstr "" 309 "Sorry, Welcome could not feature any software for this category that is " 310 "compatible on this system." 306 311 307 312 #: ubuntu-mate-welcome:1883 … … 389 394 "An error occurred while launching PROGRAM_NAME. Please consider re-" 390 395 "installing the application." 391 msgstr "An error occurred while launching PROGRAM_NAME. Please consider re-installing the application." 396 msgstr "" 397 "An error occurred while launching PROGRAM_NAME. Please consider re-" 398 "installing the application." 392 399 393 400 #: ubuntu-mate-welcome:2288 -
lliurex-mate-welcome/trunk/fuentes/po/es_ES.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Agustín Alcaraz <alcaraz.agustin@gmail.com>, 2016 … … 12 12 "PO-Revision-Date: 2016-04-07 12:46+0000\n" 13 13 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 14 "Language-Team: Spanish (Spain) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/es_ES/)\n" 14 "Language-Team: Spanish (Spain) (http://www.transifex.com/ubuntu-mate/ubuntu-" 15 "mate-welcome/language/es_ES/)\n" 16 "Language: es_ES\n" 15 17 "MIME-Version: 1.0\n" 16 18 "Content-Type: text/plain; charset=UTF-8\n" 17 19 "Content-Transfer-Encoding: 8bit\n" 18 "Language: es_ES\n"19 20 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 20 21 … … 27 28 "Software changes are in progress. Please allow them to complete before " 28 29 "closing Welcome." 29 msgstr "Aplicando cambios en el software. Por favor, espera a que finalicen antes de cerrar la Bienvenida." 30 msgstr "" 31 "Aplicando cambios en el software. Por favor, espera a que finalicen antes de " 32 "cerrar la Bienvenida." 30 33 31 34 #: ubuntu-mate-welcome:79 ubuntu-mate-welcome:2286 … … 147 150 #: ubuntu-mate-welcome:390 148 151 msgid "Successfully installed the Blu-ray AACS database." 149 msgstr "Se finalizó con éxito la instalación de la base de datos de Blu-Ray AACS." 152 msgstr "" 153 "Se finalizó con éxito la instalación de la base de datos de Blu-Ray AACS." 150 154 151 155 #: ubuntu-mate-welcome:390 152 156 msgid "Installation of the Blu-ray AACS database was successful." 153 msgstr "La instalación de la base de datos de Blu-Ray AACS se completó con éxito." 157 msgstr "" 158 "La instalación de la base de datos de Blu-Ray AACS se completó con éxito." 154 159 155 160 #: ubuntu-mate-welcome:393 -
lliurex-mate-welcome/trunk/fuentes/po/fr_FR.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # bf5man <bf5man@gmail.com>, 2016 … … 13 13 "PO-Revision-Date: 2016-04-12 01:40+0000\n" 14 14 "Last-Translator: bf5man <bf5man@gmail.com>\n" 15 "Language-Team: French (France) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/fr_FR/)\n" 15 "Language-Team: French (France) (http://www.transifex.com/ubuntu-mate/ubuntu-" 16 "mate-welcome/language/fr_FR/)\n" 17 "Language: fr_FR\n" 16 18 "MIME-Version: 1.0\n" 17 19 "Content-Type: text/plain; charset=UTF-8\n" 18 20 "Content-Transfer-Encoding: 8bit\n" 19 "Language: fr_FR\n"20 21 "Plural-Forms: nplurals=2; plural=(n > 1);\n" 21 22 … … 28 29 "Software changes are in progress. Please allow them to complete before " 29 30 "closing Welcome." 30 msgstr "Des modifications logicielles sont en cours. Veuillez laisser Bienvenue terminer ces opérations avant de fermer la fenêtre." 31 msgstr "" 32 "Des modifications logicielles sont en cours. Veuillez laisser Bienvenue " 33 "terminer ces opérations avant de fermer la fenêtre." 31 34 32 35 #: ubuntu-mate-welcome:79 ubuntu-mate-welcome:2286 … … 303 306 "Sorry, Welcome could not feature any software for this category that is " 304 307 "compatible on this system." 305 msgstr "Désolé, Bienvenue n'a pas pu afficher de logiciels compatibles dans cette catégorie." 308 msgstr "" 309 "Désolé, Bienvenue n'a pas pu afficher de logiciels compatibles dans cette " 310 "catégorie." 306 311 307 312 #: ubuntu-mate-welcome:1883 … … 389 394 "An error occurred while launching PROGRAM_NAME. Please consider re-" 390 395 "installing the application." 391 msgstr "Une erreur est survenue au moment de lancer PROGRAM_NAME. Veuillez considérer réinstaller cette application." 396 msgstr "" 397 "Une erreur est survenue au moment de lancer PROGRAM_NAME. Veuillez " 398 "considérer réinstaller cette application." 392 399 393 400 #: ubuntu-mate-welcome:2288 -
lliurex-mate-welcome/trunk/fuentes/po/hu_HU.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Kisbenedek Márton <kmarton815@gmail.com>, 2016 … … 12 12 "PO-Revision-Date: 2016-04-08 08:43+0000\n" 13 13 "Last-Translator: Kisbenedek Márton <kmarton815@gmail.com>\n" 14 "Language-Team: Hungarian (Hungary) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/hu_HU/)\n" 14 "Language-Team: Hungarian (Hungary) (http://www.transifex.com/ubuntu-mate/" 15 "ubuntu-mate-welcome/language/hu_HU/)\n" 16 "Language: hu_HU\n" 15 17 "MIME-Version: 1.0\n" 16 18 "Content-Type: text/plain; charset=UTF-8\n" 17 19 "Content-Transfer-Encoding: 8bit\n" 18 "Language: hu_HU\n"19 20 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 20 21 … … 27 28 "Software changes are in progress. Please allow them to complete before " 28 29 "closing Welcome." 29 msgstr "Szoftver változások folyamatban. Kérlek engedélyezd őket a befejezéshez, mielőtt bezárod az Üdvözlőt." 30 msgstr "" 31 "Szoftver változások folyamatban. Kérlek engedélyezd őket a befejezéshez, " 32 "mielőtt bezárod az Üdvözlőt." 30 33 31 34 #: ubuntu-mate-welcome:79 ubuntu-mate-welcome:2286 … … 302 305 "Sorry, Welcome could not feature any software for this category that is " 303 306 "compatible on this system." 304 msgstr "Sajnáljuk, az Üdvözlő nem talált egyetlen szoftvert sem ebben a kategóriában, ami kompatibilis lenne a rendszerrel." 307 msgstr "" 308 "Sajnáljuk, az Üdvözlő nem talált egyetlen szoftvert sem ebben a " 309 "kategóriában, ami kompatibilis lenne a rendszerrel." 305 310 306 311 #: ubuntu-mate-welcome:1883 … … 388 393 "An error occurred while launching PROGRAM_NAME. Please consider re-" 389 394 "installing the application." 390 msgstr "Hiba történt a(z) PROGRAM_NAME indítása közben. Kérjük fontold meg az alkalmazás újratelepítését." 395 msgstr "" 396 "Hiba történt a(z) PROGRAM_NAME indítása közben. Kérjük fontold meg az " 397 "alkalmazás újratelepítését." 391 398 392 399 #: ubuntu-mate-welcome:2288 -
lliurex-mate-welcome/trunk/fuentes/po/id.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 msgid "" … … 11 11 "PO-Revision-Date: 2016-04-07 12:46+0000\n" 12 12 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 13 "Language-Team: Indonesian (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/id/)\n" 13 "Language-Team: Indonesian (http://www.transifex.com/ubuntu-mate/ubuntu-mate-" 14 "welcome/language/id/)\n" 15 "Language: id\n" 14 16 "MIME-Version: 1.0\n" 15 17 "Content-Type: text/plain; charset=UTF-8\n" 16 18 "Content-Transfer-Encoding: 8bit\n" 17 "Language: id\n"18 19 "Plural-Forms: nplurals=1; plural=0;\n" 19 20 -
lliurex-mate-welcome/trunk/fuentes/po/ja.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 msgid "" … … 11 11 "PO-Revision-Date: 2016-04-07 12:46+0000\n" 12 12 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 13 "Language-Team: Japanese (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/ja/)\n" 13 "Language-Team: Japanese (http://www.transifex.com/ubuntu-mate/ubuntu-mate-" 14 "welcome/language/ja/)\n" 15 "Language: ja\n" 14 16 "MIME-Version: 1.0\n" 15 17 "Content-Type: text/plain; charset=UTF-8\n" 16 18 "Content-Transfer-Encoding: 8bit\n" 17 "Language: ja\n"18 19 "Plural-Forms: nplurals=1; plural=0;\n" 19 20 -
lliurex-mate-welcome/trunk/fuentes/po/ko_KR.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # 박정규(Jung-Kyu Park) <bagjunggyu@gmail.com>, 2016 … … 12 12 "PO-Revision-Date: 2016-04-08 04:11+0000\n" 13 13 "Last-Translator: 박정규(Jung-Kyu Park) <bagjunggyu@gmail.com>\n" 14 "Language-Team: Korean (Korea) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/ko_KR/)\n" 14 "Language-Team: Korean (Korea) (http://www.transifex.com/ubuntu-mate/ubuntu-" 15 "mate-welcome/language/ko_KR/)\n" 16 "Language: ko_KR\n" 15 17 "MIME-Version: 1.0\n" 16 18 "Content-Type: text/plain; charset=UTF-8\n" 17 19 "Content-Transfer-Encoding: 8bit\n" 18 "Language: ko_KR\n"19 20 "Plural-Forms: nplurals=1; plural=0;\n" 20 21 … … 27 28 "Software changes are in progress. Please allow them to complete before " 28 29 "closing Welcome." 29 msgstr "소프트웨어 변경이 진행 중입니다. 환영 인사를 닫기 전에 마칠 수 있도록 해주세요." 30 msgstr "" 31 "소프트웨어 변경이 진행 중입니다. 환영 인사를 닫기 전에 마칠 수 있도록 해주세" 32 "요." 30 33 31 34 #: ubuntu-mate-welcome:79 ubuntu-mate-welcome:2286 … … 302 305 "Sorry, Welcome could not feature any software for this category that is " 303 306 "compatible on this system." 304 msgstr "죄송합니다, 웰컴이 시스템과 호환 가능한 이 카테고리의 어느 소프트웨어도 특징 지을 수 없습니다." 307 msgstr "" 308 "죄송합니다, 웰컴이 시스템과 호환 가능한 이 카테고리의 어느 소프트웨어도 특징 " 309 "지을 수 없습니다." 305 310 306 311 #: ubuntu-mate-welcome:1883 … … 388 393 "An error occurred while launching PROGRAM_NAME. Please consider re-" 389 394 "installing the application." 390 msgstr "PROGRAM_NAME 실행하는 동안 오류가 생겼습니다. 애플리케이션을 재설치를 고려하시기 바랍니다." 395 msgstr "" 396 "PROGRAM_NAME 실행하는 동안 오류가 생겼습니다. 애플리케이션을 재설치를 고려하" 397 "시기 바랍니다." 391 398 392 399 #: ubuntu-mate-welcome:2288 -
lliurex-mate-welcome/trunk/fuentes/po/lt_LT.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Moo, 2016 … … 12 12 "PO-Revision-Date: 2016-04-07 20:53+0000\n" 13 13 "Last-Translator: Moo\n" 14 "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/lt_LT/)\n" 14 "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/ubuntu-mate/" 15 "ubuntu-mate-welcome/language/lt_LT/)\n" 16 "Language: lt_LT\n" 15 17 "MIME-Version: 1.0\n" 16 18 "Content-Type: text/plain; charset=UTF-8\n" 17 19 "Content-Transfer-Encoding: 8bit\n" 18 " Language: lt_LT\n"19 " Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"20 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" 21 "%100<10 || n%100>=20) ? 1 : 2);\n" 20 22 21 23 #: ubuntu-mate-welcome:77 ubuntu-mate-welcome:1140 ubuntu-mate-welcome:2285 … … 27 29 "Software changes are in progress. Please allow them to complete before " 28 30 "closing Welcome." 29 msgstr "Programinės įrangos pakeitimai yra eigoje. Prašome, prieš užveriant programą Sveiki, leisti jiems užsibaigti." 31 msgstr "" 32 "Programinės įrangos pakeitimai yra eigoje. Prašome, prieš užveriant programą " 33 "Sveiki, leisti jiems užsibaigti." 30 34 31 35 #: ubuntu-mate-welcome:79 ubuntu-mate-welcome:2286 … … 302 306 "Sorry, Welcome could not feature any software for this category that is " 303 307 "compatible on this system." 304 msgstr "Atleiskite, programai Sveiki nepavyko šioje kategorijoje atrasti jokios programinės įrangos, kuri būtų suderinama su šia sistema." 308 msgstr "" 309 "Atleiskite, programai Sveiki nepavyko šioje kategorijoje atrasti jokios " 310 "programinės įrangos, kuri būtų suderinama su šia sistema." 305 311 306 312 #: ubuntu-mate-welcome:1883 … … 388 394 "An error occurred while launching PROGRAM_NAME. Please consider re-" 389 395 "installing the application." 390 msgstr "Paleidžiant PROGRAM_NAME, įvyko klaida. Prašome pagalvoti apie programos įdiegimą iš naujo." 396 msgstr "" 397 "Paleidžiant PROGRAM_NAME, įvyko klaida. Prašome pagalvoti apie programos " 398 "įdiegimą iš naujo." 391 399 392 400 #: ubuntu-mate-welcome:2288 -
lliurex-mate-welcome/trunk/fuentes/po/nl_NL.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Robbie Deighton <deightonrobbie@gmail.com>, 2016 … … 12 12 "PO-Revision-Date: 2016-04-07 12:46+0000\n" 13 13 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 14 "Language-Team: Dutch (Netherlands) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/nl_NL/)\n" 14 "Language-Team: Dutch (Netherlands) (http://www.transifex.com/ubuntu-mate/" 15 "ubuntu-mate-welcome/language/nl_NL/)\n" 16 "Language: nl_NL\n" 15 17 "MIME-Version: 1.0\n" 16 18 "Content-Type: text/plain; charset=UTF-8\n" 17 19 "Content-Transfer-Encoding: 8bit\n" 18 "Language: nl_NL\n"19 20 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 20 21 -
lliurex-mate-welcome/trunk/fuentes/po/pl.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Marcin Sedlak <fdmarcin@gmail.com>, 2016 … … 12 12 "PO-Revision-Date: 2016-04-07 12:46+0000\n" 13 13 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 14 "Language-Team: Polish (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/pl/)\n" 14 "Language-Team: Polish (http://www.transifex.com/ubuntu-mate/ubuntu-mate-" 15 "welcome/language/pl/)\n" 16 "Language: pl\n" 15 17 "MIME-Version: 1.0\n" 16 18 "Content-Type: text/plain; charset=UTF-8\n" 17 19 "Content-Transfer-Encoding: 8bit\n" 18 " Language: pl\n"19 " Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10|| n%100>=20) ? 1 : 2);\n"20 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " 21 "|| n%100>=20) ? 1 : 2);\n" 20 22 21 23 #: ubuntu-mate-welcome:77 ubuntu-mate-welcome:1140 ubuntu-mate-welcome:2285 -
lliurex-mate-welcome/trunk/fuentes/po/pt.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 msgid "" … … 11 11 "PO-Revision-Date: 2016-04-07 12:46+0000\n" 12 12 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 13 "Language-Team: Portuguese (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/pt/)\n" 13 "Language-Team: Portuguese (http://www.transifex.com/ubuntu-mate/ubuntu-mate-" 14 "welcome/language/pt/)\n" 15 "Language: pt\n" 14 16 "MIME-Version: 1.0\n" 15 17 "Content-Type: text/plain; charset=UTF-8\n" 16 18 "Content-Transfer-Encoding: 8bit\n" 17 "Language: pt\n"18 19 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 19 20 -
lliurex-mate-welcome/trunk/fuentes/po/pt_BR.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Danilo Silva, 2016 … … 13 13 "PO-Revision-Date: 2016-04-14 20:35+0000\n" 14 14 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 15 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/pt_BR/)\n" 15 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/ubuntu-mate/" 16 "ubuntu-mate-welcome/language/pt_BR/)\n" 17 "Language: pt_BR\n" 16 18 "MIME-Version: 1.0\n" 17 19 "Content-Type: text/plain; charset=UTF-8\n" 18 20 "Content-Transfer-Encoding: 8bit\n" 19 "Language: pt_BR\n"20 21 "Plural-Forms: nplurals=2; plural=(n > 1);\n" 21 22 … … 28 29 "Software changes are in progress. Please allow them to complete before " 29 30 "closing Welcome." 30 msgstr "As alterações no aplicativo estão em progresso. Por favor espere a conclusão antes de fechar as Boas Vindas." 31 msgstr "" 32 "As alterações no aplicativo estão em progresso. Por favor espere a conclusão " 33 "antes de fechar as Boas Vindas." 31 34 32 35 #: ubuntu-mate-welcome:79 ubuntu-mate-welcome:2286 -
lliurex-mate-welcome/trunk/fuentes/po/sk.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 msgid "" … … 11 11 "PO-Revision-Date: 2016-04-08 12:07+0000\n" 12 12 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 13 "Language-Team: Slovak (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/sk/)\n" 13 "Language-Team: Slovak (http://www.transifex.com/ubuntu-mate/ubuntu-mate-" 14 "welcome/language/sk/)\n" 15 "Language: sk\n" 14 16 "MIME-Version: 1.0\n" 15 17 "Content-Type: text/plain; charset=UTF-8\n" 16 18 "Content-Transfer-Encoding: 8bit\n" 17 "Language: sk\n"18 19 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" 19 20 -
lliurex-mate-welcome/trunk/fuentes/po/sl.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Dražen M. <drazen@ubuntu.si>, 2016 … … 13 13 "PO-Revision-Date: 2016-04-17 23:05+0000\n" 14 14 "Last-Translator: Helena S <ele@tutamail.com>\n" 15 "Language-Team: Slovenian (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/sl/)\n" 15 "Language-Team: Slovenian (http://www.transifex.com/ubuntu-mate/ubuntu-mate-" 16 "welcome/language/sl/)\n" 17 "Language: sl\n" 16 18 "MIME-Version: 1.0\n" 17 19 "Content-Type: text/plain; charset=UTF-8\n" 18 20 "Content-Transfer-Encoding: 8bit\n" 19 " Language: sl\n"20 " Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"21 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" 22 "%100==4 ? 2 : 3);\n" 21 23 22 24 #: ubuntu-mate-welcome:77 ubuntu-mate-welcome:1140 ubuntu-mate-welcome:2285 … … 28 30 "Software changes are in progress. Please allow them to complete before " 29 31 "closing Welcome." 30 msgstr "Spremembe programa so v teku. Dovolite, da se končajo preden zaprete Welcome." 32 msgstr "" 33 "Spremembe programa so v teku. Dovolite, da se končajo preden zaprete Welcome." 31 34 32 35 #: ubuntu-mate-welcome:79 ubuntu-mate-welcome:2286 … … 303 306 "Sorry, Welcome could not feature any software for this category that is " 304 307 "compatible on this system." 305 msgstr "Oprostite, Welcome ni mogel prikazati nobenega programa za to kategorijo, ki je združljiva na tem sistemu." 308 msgstr "" 309 "Oprostite, Welcome ni mogel prikazati nobenega programa za to kategorijo, ki " 310 "je združljiva na tem sistemu." 306 311 307 312 #: ubuntu-mate-welcome:1883 … … 389 394 "An error occurred while launching PROGRAM_NAME. Please consider re-" 390 395 "installing the application." 391 msgstr "Med zagonom PROGRAM_NAME je prišlo do napake. Ponovno namestite program." 396 msgstr "" 397 "Med zagonom PROGRAM_NAME je prišlo do napake. Ponovno namestite program." 392 398 393 399 #: ubuntu-mate-welcome:2288 -
lliurex-mate-welcome/trunk/fuentes/po/sr@latin.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Ivan Pejić <ipejic@gmail.com>, 2016 … … 12 12 "PO-Revision-Date: 2016-04-10 15:20+0000\n" 13 13 "Last-Translator: Ivan Pejić <ipejic@gmail.com>\n" 14 "Language-Team: Serbian (Latin) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/sr@latin/)\n" 14 "Language-Team: Serbian (Latin) (http://www.transifex.com/ubuntu-mate/ubuntu-" 15 "mate-welcome/language/sr@latin/)\n" 16 "Language: sr@latin\n" 15 17 "MIME-Version: 1.0\n" 16 18 "Content-Type: text/plain; charset=UTF-8\n" 17 19 "Content-Transfer-Encoding: 8bit\n" 18 " Language: sr@latin\n"19 " Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"20 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" 21 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 20 22 21 23 #: ubuntu-mate-welcome:77 ubuntu-mate-welcome:1140 ubuntu-mate-welcome:2285 … … 27 29 "Software changes are in progress. Please allow them to complete before " 28 30 "closing Welcome." 29 msgstr "Izmene su u toku - molim Vas sačekajte da se završe pre nego što zatvorite Welcome aplikaciju." 31 msgstr "" 32 "Izmene su u toku - molim Vas sačekajte da se završe pre nego što zatvorite " 33 "Welcome aplikaciju." 30 34 31 35 #: ubuntu-mate-welcome:79 ubuntu-mate-welcome:2286 … … 302 306 "Sorry, Welcome could not feature any software for this category that is " 303 307 "compatible on this system." 304 msgstr "Welcome nije u mogućnosti da ponudi iz ove kategorije softver koji je kompatibilan sa ovom mašinom." 308 msgstr "" 309 "Welcome nije u mogućnosti da ponudi iz ove kategorije softver koji je " 310 "kompatibilan sa ovom mašinom." 305 311 306 312 #: ubuntu-mate-welcome:1883 … … 388 394 "An error occurred while launching PROGRAM_NAME. Please consider re-" 389 395 "installing the application." 390 msgstr "Došlo je do greške prilikom pokretanja PROGRAM_NAME. Molimo razmotrite opciju reinstalacije ove aplikacije." 396 msgstr "" 397 "Došlo je do greške prilikom pokretanja PROGRAM_NAME. Molimo razmotrite " 398 "opciju reinstalacije ove aplikacije." 391 399 392 400 #: ubuntu-mate-welcome:2288 -
lliurex-mate-welcome/trunk/fuentes/po/tr_TR.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 # Kaan BODUR <kaanbodur@gmail.com>, 2016 … … 12 12 "PO-Revision-Date: 2016-04-09 12:34+0000\n" 13 13 "Last-Translator: Kaan BODUR <kaanbodur@gmail.com>\n" 14 "Language-Team: Turkish (Turkey) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/tr_TR/)\n" 14 "Language-Team: Turkish (Turkey) (http://www.transifex.com/ubuntu-mate/ubuntu-" 15 "mate-welcome/language/tr_TR/)\n" 16 "Language: tr_TR\n" 15 17 "MIME-Version: 1.0\n" 16 18 "Content-Type: text/plain; charset=UTF-8\n" 17 19 "Content-Transfer-Encoding: 8bit\n" 18 "Language: tr_TR\n"19 20 "Plural-Forms: nplurals=1; plural=0;\n" 20 21 … … 27 28 "Software changes are in progress. Please allow them to complete before " 28 29 "closing Welcome." 29 msgstr "Yazılım değişiklikleri işlemde. Lütfen Hoş Geldiniz ekranını kapatmadan önce işlemlerin tamamlanmasını bekleyin. " 30 msgstr "" 31 "Yazılım değişiklikleri işlemde. Lütfen Hoş Geldiniz ekranını kapatmadan önce " 32 "işlemlerin tamamlanmasını bekleyin. " 30 33 31 34 #: ubuntu-mate-welcome:79 ubuntu-mate-welcome:2286 … … 302 305 "Sorry, Welcome could not feature any software for this category that is " 303 306 "compatible on this system." 304 msgstr "Özür dileriz, Hoş Geldiniz bu kategoride sisteminize uygun herhangi bir yazılım içermiyor. " 307 msgstr "" 308 "Özür dileriz, Hoş Geldiniz bu kategoride sisteminize uygun herhangi bir " 309 "yazılım içermiyor. " 305 310 306 311 #: ubuntu-mate-welcome:1883 … … 388 393 "An error occurred while launching PROGRAM_NAME. Please consider re-" 389 394 "installing the application." 390 msgstr "PROGRAM_NAME başlatılırken bir hata meydana geldi. Lütfen uygulamayı yeniden kurmayı deneyin." 395 msgstr "" 396 "PROGRAM_NAME başlatılırken bir hata meydana geldi. Lütfen uygulamayı yeniden " 397 "kurmayı deneyin." 391 398 392 399 #: ubuntu-mate-welcome:2288 -
lliurex-mate-welcome/trunk/fuentes/po/zh_CN.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 msgid "" … … 11 11 "PO-Revision-Date: 2016-04-07 12:46+0000\n" 12 12 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 13 "Language-Team: Chinese (China) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/zh_CN/)\n" 13 "Language-Team: Chinese (China) (http://www.transifex.com/ubuntu-mate/ubuntu-" 14 "mate-welcome/language/zh_CN/)\n" 15 "Language: zh_CN\n" 14 16 "MIME-Version: 1.0\n" 15 17 "Content-Type: text/plain; charset=UTF-8\n" 16 18 "Content-Transfer-Encoding: 8bit\n" 17 "Language: zh_CN\n"18 19 "Plural-Forms: nplurals=1; plural=0;\n" 19 20 -
lliurex-mate-welcome/trunk/fuentes/po/zh_TW.po
r3621 r3654 2 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 3 # This file is distributed under the same license as the PACKAGE package. 4 # 4 # 5 5 # Translators: 6 6 msgid "" … … 11 11 "PO-Revision-Date: 2016-04-07 12:46+0000\n" 12 12 "Last-Translator: Martin Wimpress <code@flexion.org>\n" 13 "Language-Team: Chinese (Taiwan) (http://www.transifex.com/ubuntu-mate/ubuntu-mate-welcome/language/zh_TW/)\n" 13 "Language-Team: Chinese (Taiwan) (http://www.transifex.com/ubuntu-mate/ubuntu-" 14 "mate-welcome/language/zh_TW/)\n" 15 "Language: zh_TW\n" 14 16 "MIME-Version: 1.0\n" 15 17 "Content-Type: text/plain; charset=UTF-8\n" 16 18 "Content-Transfer-Encoding: 8bit\n" 17 "Language: zh_TW\n"18 19 "Plural-Forms: nplurals=1; plural=0;\n" 19 20
Note: See TracChangeset
for help on using the changeset viewer.