Skip to content
Snippets Groups Projects
Commit c29592a0 authored by Florian Gnägi's avatar Florian Gnägi
Browse files

OO-4072 use new oo icons everywhere

parent 13cde85c
No related branches found
No related tags found
No related merge requests found
Showing
with 71 additions and 71 deletions
......@@ -2,19 +2,19 @@ LICENSE CONCERNING THIS DISTRIBUTION
Licensed under the Apache License, Version 2.0 (the "License")
OpenOLAT (http://www.openolat.org) is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OpenOlat (http://www.openolat.org) is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either expressed or implied. See the License for the specific language governing
permissions and limitations under the License.
You should have received a copy of the License along with OpenOLAT, see file LICENSE.TXT distributed
You should have received a copy of the License along with OpenOlat, see file LICENSE.TXT distributed
along with this release. You may also obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Copyright openolat.org codebase since 2011:
======================================================================
OpenOLAT is initiated by frentix GmbH [http://www.frentix.com], Zurich, Switzerland and contains code
contributed by other OpenOLAT open source community members [http://www.openolat.org]. All contributed code
OpenOlat is initiated by frentix GmbH [http://www.frentix.com], Zurich, Switzerland and contains code
contributed by other OpenOlat open source community members [http://www.openolat.org]. All contributed code
is copyrighted by their respective party and released under the Apache 2.0 License.
Contributors and copy right holders of openolat.org codebase since 2011:
......@@ -33,9 +33,9 @@ Contributors and copy right holders of openolat.org codebase since 2011:
Thomas Haselwanter, Guenter Krausgruber, Hermann Schwärzler, Daniel Haag
OpenOLAT logo and icons
OpenOlat logo and icons
-----------------------------------------------------------------------
The OpenOLAT logo and icons if not covered by another licenses mentioned below are released under
The OpenOlat logo and icons if not covered by another licenses mentioned below are released under
the Creative Commons Attribution-NoDerivs 2.5 license.
German license text [http://creativecommons.org/licenses/by-nd/2.5/ch/]
English license text [http://creativecommons.org/licenses/by-nd/2.5/]
......
# OpenOLAT
# OpenOlat
<a href="https://www.openolat.org"><img src="src/main/webapp/static/images/openolat/openolat_logo_72.png" align="left" hspace="10" vspace="6"></a>
<a href="https://www.openolat.org"><img src="src/main/webapp/static/images/openolat/openolat_logo_claim_small_rgb.png" align="left"></a>
**OpenOLAT** is a web-based e-learning platform for teaching, learning, assessment and communication, an LMS, a learning management system. OpenOLAT impresses with its simple and intuitive operation.
**OpenOlat** is a web-based e-learning platform for teaching, learning, assessment and communication, an LMS, a learning management system. OpenOlat impresses with its simple and intuitive operation.
A sophisticated modular toolkit provides course authors with a wide range of didactic possibilities. Each OpenOLAT installation can be individually extended, adapted to organizational needs, and integrated into existing IT infrastructures. The architecture is designed for minimal resource consumption, scalability and security in order to guarantee high system reliability.
A sophisticated modular toolkit provides course authors with a wide range of didactic possibilities. Each OpenOlat installation can be individually extended, adapted to organizational needs, and integrated into existing IT infrastructures. The architecture is designed for minimal resource consumption, scalability and security in order to guarantee high system reliability.
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
......@@ -14,11 +14,11 @@ A sophisticated modular toolkit provides course authors with a wide range of did
2. [Ressources](#ressources)
3. [Community](#being-a-community-member)
4. [Developers](#developers)
* [Setting up OpenOLAT in Eclipse](#setting-up-openolat-in-eclipse)
* [Setting up OpenOlat in Eclipse](#setting-up-openolat-in-eclipse)
* [Compress javascript and CSS](#compress-javascript-and-css)
* [REST API](#rest-api)
* [Automated tests](#automated-tests)
* [Experimental: setting up OpenOLAT on Eclipse with an Application Server](#experimental-setting-up-openolat-on-eclipse-with-an-application-server)
* [Experimental: setting up OpenOlat on Eclipse with an Application Server](#experimental-setting-up-openolat-on-eclipse-with-an-application-server)
## Licensing
......@@ -27,15 +27,15 @@ With regard to licensing and copyright please refer to the file [LICENSE](LICENS
## Ressources
* [Installation](https://www.openolat.com/fileadmin/adminwiki/_START_.html)
* [About OpenOLAT](https://www.openolat.com)
* [About OpenOlat](https://www.openolat.com)
* [Mailing list](https://groups.google.com/forum/#!forum/openolat)
* [Issues](https://jira.openolat.org/)
* [OpenOLAT for the community](https://community.openolat.org) An OpenOLAT instance dedicated to the community
* [OpenOlat for the community](https://community.openolat.org) An OpenOlat instance dedicated to the community
## Being a community member
We strongly suggest to participate in the OpenOLAT community membership program.
We strongly suggest to participate in the OpenOlat community membership program.
Even though this software is free and open source, the development and management
has to be funded by someone. If you like what we do and want the product to be
maintained and developed in the long run you should consider purchasing a membership:
......@@ -43,7 +43,7 @@ maintained and developed in the long run you should consider purchasing a member
## Developers
### Setting up OpenOLAT in Eclipse
### Setting up OpenOlat in Eclipse
This is an installation guide for developers.
......@@ -98,7 +98,7 @@ FLUSH PRIVILEGES;
*For PostgreSQL*: please check their PostgreSQL manual how to create a user and database.
Write the OpenOLAT database schema to the OpenOLAT database. Example for MySQL:
Write the OpenOlat database schema to the OpenOlat database. Example for MySQL:
```bash
mysql -u openolat -p openolat < src/main/resources/database/mysql/setupDatabase.sql
......@@ -111,7 +111,7 @@ MySQL or `src/test/profile/postgresql/olat.local.properties` for PostgreSQL.
#### 3. Setting up the Tomcat server in Eclipse
Setup a tomcat server by clicking on OpenOLAT -> Run As -> "Run on Server". The
Setup a tomcat server by clicking on OpenOlat -> Run As -> "Run on Server". The
"Run on Server" wizard will pop up and you define define a new server. Look for
Apache -> Tomcat v8.0.
......@@ -136,7 +136,7 @@ db.jndi to the name of the data source like this:
```
db.source=jndi
db.jndi=java:comp/env/jdbc/OpenOLATDS
db.jndi=java:comp/env/jdbc/OpenOlatDS
```
Next add the resource descriptor to your tomcat context descriptor.
......@@ -146,7 +146,7 @@ Next add the resource descriptor to your tomcat context descriptor.
```xml
<Resource auth="Container" driverClassName="com.mysql.jdbc.Driver" type="javax.sql.DataSource"
maxIdle="4" maxTotal="16" maxWaitMillis="10000"
name="jdbc/OpenOLATDS"
name="jdbc/OpenOlatDS"
password="olat" username="olat"
url="jdbc:mysql://localhost:3306/openolat?useUnicode=true&amp;characterEncoding=UTF-8&amp;cachePrepStmts=true&amp;cacheCallableStmts=true&amp;autoReconnectForPools=true"
testOnBorrow="true" testOnReturn="false"
......@@ -158,7 +158,7 @@ Next add the resource descriptor to your tomcat context descriptor.
```xml
<Resource auth="Container" driverClassName="org.postgresql.Driver" type="javax.sql.DataSource"
maxIdle="4" maxTotal="16" maxWaitMillis="-1"
name="jdbc/OpenOLATPostgresDS"
name="jdbc/OpenOlatPostgresDS"
username="postgres" password="postgres"
url="jdbc:postgresql://localhost:5432/olat"
testOnBorrow="true" testOnReturn="false"
......@@ -179,28 +179,28 @@ Have fun, give feedback and contribute!
and pasting: `-XX:+UseG1GC -XX:+UseStringDeduplication -Xms256m -Xmx1024m -Djava.awt.headless=true`
* Optional: create an empty olat.local.properties and save it to /yourTomcatDir/lib
(OpenOLAT searches for this file on the classpath and /tomcat/lib is part of it). But it
(OpenOlat searches for this file on the classpath and /tomcat/lib is part of it). But it
should start with just the default config!
* Usually you will get a timeout exception when you start a new OpenOLAT. After double clicking
* Usually you will get a timeout exception when you start a new OpenOlat. After double clicking
on the server entry you can increase the timeout for the startup.
* If your tomcat starts very quickly but you cannot access OpenOLAT it might be that tomcat did
not find the OpenOLAT context. Right click the server entry and click publish to inform eclipse
* If your tomcat starts very quickly but you cannot access OpenOlat it might be that tomcat did
not find the OpenOlat context. Right click the server entry and click publish to inform eclipse
about a new or updated context.
* If you run into problems with classes or resources not found e.g. "ClassNotFoundException" right click your
server config and run the "Clean..." Task to republish all resources. Problems comes mostly when switching
from eclipse to console and back with command like mvn clean, or eclipse clean and such. You will always get
a clean and working environment when you do the following: Eclipse clean, create eclipse settings with launch,
Server publish resources and restart OpenOLAT.
Server publish resources and restart OpenOlat.
### Background (optional for further interest)
There is only one spring context for the whole OpenOLAT which you can access via
There is only one spring context for the whole OpenOlat which you can access via
CoreSpringFactory. The context is configured with the files`serviceconfig/olat.properies`
and can be overwritten with `olat.local.properties`. Changes in olat.local.properties are
reflected upon each restart of Tomcat. You can further override OpenOLAT settings with
reflected upon each restart of Tomcat. You can further override OpenOlat settings with
JVM arguments `-Dmy.option=enabled`.
### Compress javascript and CSS
......@@ -219,8 +219,8 @@ mvn compile -Pcompressjs,tomcat
### REST API
To read the OpenOLAT REST API documentation:
1. start OpenOLAT
To read the OpenOlat REST API documentation:
1. start OpenOlat
2. go to Administration -> Core configuration -> REST API
3. Make sure the REST API ist enabled
4. Click the documentation link in the admin panel or open YOURSERVERURL/restapi/api/doc in your browser
......@@ -332,7 +332,7 @@ with the options:
-Dtest.env.db.postgresql.pass=serial
```
To only run the OpenOLAT test suite and exclude the unit tests of QtiWorks, add the following
To only run the OpenOlat test suite and exclude the unit tests of QtiWorks, add the following
option:
```bash
......@@ -376,14 +376,14 @@ mvn clean verify -DskipTests=true -DskipSeleniumTests=true -Ptomcat
Run single test as JUnit Test in Eclipse
### Experimental: setting up OpenOLAT on Eclipse with an Application Server
### Experimental: setting up OpenOlat on Eclipse with an Application Server
OpenOLAT supports only Apache Tomcat officially, but it can also run on other application
OpenOlat supports only Apache Tomcat officially, but it can also run on other application
servers like JBoss AS / Wildfly. This section is intended for people who have
some minimal experience with these servers and can install a JDBC driver, set some
JMS resources...
As of OpenOLAT 10, we need WildFly because of JPA 2.1 (Hibernate 5.2.x)
As of OpenOlat 10, we need WildFly because of JPA 2.1 (Hibernate 5.2.x)
The beginning of the installation is the same as Tomcat as described above. To create
your eclipse project, use these commands instead of the default one:
......@@ -398,12 +398,12 @@ We need Hibernate 5.2, you need to use the tutorial to update the version of hib
in Widlfly: http://docs.jboss.org/hibernate/orm/5.2/topical/html_single/wildfly/Wildfly.html
Define a JDBC connection pool in your standalone.xml configuration with a jndi-name like:
`java:jboss/datasources/OpenOLATDS` and set this JNDI name in olat.local.properties set
`java:jboss/datasources/OpenOlatDS` and set this JNDI name in olat.local.properties set
the following properties:
```
db.source=jndi
db.jndi=java:jboss/datasources/OpenOLATDS
db.jndi=java:jboss/datasources/OpenOlatDS
cluster.mode=Cluster
```
......
......@@ -24,7 +24,7 @@ db.vendor=mysql
# the alter scripts in /src/main/resources/database/**/alter**.sql are
# executed automatically. For most cases this is fine. If you set it to
# false however, you must execute those scripts yourself BEFORE starting
# OpenOLAT after an update.
# OpenOlat after an update.
auto.upgrade.database=true
# the name of the application database
......
......@@ -11,8 +11,8 @@
jump.to.content=P\u0159ej\u00EDt na "Obsah"
jump.to.menu=P\u0159ej\u00EDt na "Menu"
jump.to.nav=P\u0159ej\u00EDt na "Navigaci"
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, spolupr\u00E1ce, u\u017Eite\u010Dnost, v\u00FDkon, roz\u0161i\u0159itelnost.
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, spolupr\u00E1ce, u\u017Eite\u010Dnost, v\u00FDkon, roz\u0161i\u0159itelnost.
not.logged.in=Nep\u0159ihl\u00E1\u0161en
other.users.online=u\u017Eivatel\u016F OLATu online
select.language=Vyberte jazyk
......
......@@ -11,8 +11,8 @@
jump.to.content=G\u00E5 til "Indhold"
jump.to.menu=G\u00E5 til "Menu"
jump.to.nav=G\u00E5 til "Navigering"
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, samarbejde, brugbarhed, effektivitet, skal\u00E9rbarhed.
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, samarbejde, brugbarhed, effektivitet, skal\u00E9rbarhed.
not.logged.in=Ikke logget ind
other.users.online=OLAT brugere er online
select.language=V\u00E6lg venligst sprog
......
......@@ -11,8 +11,8 @@
jump.to.content=Zum Inhalt Springen
jump.to.menu=Zum Menu springen
jump.to.nav=Zur Navigation springen
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, eLearning, Lernplattform, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, Kollaboration, Usability, Performanz, Skalierbarkeit
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, eLearning, Lernplattform, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, Kollaboration, Usability, Performanz, Skalierbarkeit
not.logged.in=Nicht eingeloggt
other.users.online=Personen sind online
select.language=Bitte w\u00E4hlen Sie Ihre Sprache
......
......@@ -11,8 +11,8 @@
jump.to.content=\u03A0\u03B5\u03C1\u03B9\u03B5\u03C7\u03BF\u03BC\u03AD\u03BD\u03BF
jump.to.menu=\u039C\u03B5\u03BD\u03BF\u03CD
jump.to.nav=\u03A0\u03BB\u03BF\u03AE\u03B3\u03B7\u03C3\u03B7
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, E-Learning, LMS, \u03A3\u03CD\u03C3\u03C4\u03B7\u03BC\u03B1 \u0394\u03B9\u03B1\u03C7\u03B5\u03AF\u03C1\u03B9\u03C3\u03B7\u03C2 \u039C\u03AC\u03B8\u03B7\u03C3\u03B7\u03C2 , LCMS, Learning Content Management System, \u03B1\u03BD\u03BF\u03B9\u03C7\u03C4\u03BF\u03CD \u03BA\u03CE\u03B4\u03B9\u03BA\u03B1, \u03B5\u03BE \u03B1\u03C0\u03BF\u03C3\u03C4\u03AC\u03C3\u03B5\u03C9\u03C2 \u03B5\u03BA\u03C0\u03B1\u03AF\u03B4\u03B5\u03C5\u03C3\u03B7, JAVA, IMS, QTI, SCORM, Content Package, \u03C3\u03C5\u03BD\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1, \u03C7\u03C1\u03B7\u03C3\u03C4\u03B9\u03BA\u03CC\u03C4\u03B7\u03C4\u03B1, \u03B1\u03C0\u03CC\u03B4\u03BF\u03C3\u03B7, \u03B4\u03B9\u03B1\u03B2\u03AC\u03B8\u03BC\u03B9\u03C3\u03B7.
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, E-Learning, LMS, \u03A3\u03CD\u03C3\u03C4\u03B7\u03BC\u03B1 \u0394\u03B9\u03B1\u03C7\u03B5\u03AF\u03C1\u03B9\u03C3\u03B7\u03C2 \u039C\u03AC\u03B8\u03B7\u03C3\u03B7\u03C2 , LCMS, Learning Content Management System, \u03B1\u03BD\u03BF\u03B9\u03C7\u03C4\u03BF\u03CD \u03BA\u03CE\u03B4\u03B9\u03BA\u03B1, \u03B5\u03BE \u03B1\u03C0\u03BF\u03C3\u03C4\u03AC\u03C3\u03B5\u03C9\u03C2 \u03B5\u03BA\u03C0\u03B1\u03AF\u03B4\u03B5\u03C5\u03C3\u03B7, JAVA, IMS, QTI, SCORM, Content Package, \u03C3\u03C5\u03BD\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1, \u03C7\u03C1\u03B7\u03C3\u03C4\u03B9\u03BA\u03CC\u03C4\u03B7\u03C4\u03B1, \u03B1\u03C0\u03CC\u03B4\u03BF\u03C3\u03B7, \u03B4\u03B9\u03B1\u03B2\u03AC\u03B8\u03BC\u03B9\u03C3\u03B7.
not.logged.in=\u0395\u03BA\u03C4\u03CC\u03C2 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2
other.users.online=\u03A3\u03C5\u03BD\u03B4\u03B5\u03B4\u03B5\u03BC\u03AD\u03BD\u03BF\u03B9 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B5\u03C2 OLAT
select.language=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1
......
......@@ -11,8 +11,8 @@
jump.to.content=Go to content
jump.to.menu=Go to menu
jump.to.nav=Go to navigation
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, eLearning, learning platform, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability.
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, eLearning, learning platform, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability.
not.logged.in=Not logged in
other.users.online=People are online
select.language=Please select your language
......
......@@ -11,8 +11,8 @@
jump.to.content=Al contenido
jump.to.menu=Al men\u00FA
jump.to.nav=A la navegaci\u00F3n
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, eLearning, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, eLearning, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability
not.logged.in=no conectado
other.users.online=usuarios de OLAT conectados
select.language=Selecciona tu idioma por favor
......
#Mon Mar 02 09:54:12 CET 2009
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, collaboration, usability, performance, scalability.
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, collaboration, usability, performance, scalability.
not.logged.in=\u0647\u0646\u0648\u0632 \u0648\u0627\u0631\u062F \u0646\u0634\u062F\u0647 \u0627\u06CC\u062F
other.users.online=\u06A9\u0627\u0631\u0628\u0631\u0627\u0646 \u062D\u0627\u0636\u0631
select.language=\u0644\u0637\u0641\u0627 \u0632\u0628\u0627\u0646 \u062E\u0648\u062F \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F
......
......@@ -11,8 +11,8 @@
jump.to.content=Sauter vers le contenu
jump.to.menu=Sauter vers le menu
jump.to.nav=Sauter vers la navigation
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, eLearning, plateforme didactique, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, eLearning, plateforme didactique, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability
not.logged.in=Pas connect\u00E9(e)
other.users.online=personnes sont en ligne
select.language=S\u00E9lectionnez votre langue, svp.
......
......@@ -2,8 +2,8 @@
jump.to.content=Saltare al contenuto
jump.to.menu=Saltare al menu
jump.to.nav=Saltare alla navigazione
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, eLearning, piattaforma didattica, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaborazione, usability, performance, scalabilit\u00E0
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, eLearning, piattaforma didattica, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaborazione, usability, performance, scalabilit\u00E0
not.logged.in=Non connesso
other.users.online=persone sono online
select.language=Scelga la Sua lingua, p.f.
......
......@@ -11,8 +11,8 @@
jump.to.content=\u300C\u30B3\u30F3\u30C6\u30F3\u30C4\u300D\u3078\u79FB\u52D5\u3059\u308B
jump.to.menu=\u300C\u30E1\u30CB\u30E5\u30FC\u300D\u3078\u79FB\u52D5\u3059\u308B
jump.to.nav=\u300C\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u300D\u3078\u79FB\u52D5\u3059\u308B
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, E-\u30E9\u30FC\u30CB\u30F3\u30B0, LMS, \u5B66\u7FD2\u7BA1\u7406\u30B7\u30B9\u30C6\u30E0, LCMS, \u5B66\u7FD2\u30B3\u30F3\u30C6\u30F3\u30C4\u7BA1\u7406\u30B7\u30B9\u30C6\u30E0, \u30AA\u30FC\u30D7\u30F3\u30BD\u30FC\u30B9, e-\u30E9\u30FC\u30CB\u30F3\u30B0, JAVA, IMS, QTI, SCORM, \u30B3\u30F3\u30C6\u30F3\u30C8\u30D1\u30C3\u30B1\u30FC\u30B8, \u30B3\u30E9\u30DC\u30EC\u30FC\u30B7\u30E7\u30F3, \u30E6\u30FC\u30B6\u30D3\u30EA\u30C6\u30A3, \u30D1\u30D5\u30A9\u30FC\u30DE\u30F3\u30B9, \u30B9\u30B1\u30FC\u30E9\u30D3\u30EA\u30C6\u30A3
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, E-\u30E9\u30FC\u30CB\u30F3\u30B0, LMS, \u5B66\u7FD2\u7BA1\u7406\u30B7\u30B9\u30C6\u30E0, LCMS, \u5B66\u7FD2\u30B3\u30F3\u30C6\u30F3\u30C4\u7BA1\u7406\u30B7\u30B9\u30C6\u30E0, \u30AA\u30FC\u30D7\u30F3\u30BD\u30FC\u30B9, e-\u30E9\u30FC\u30CB\u30F3\u30B0, JAVA, IMS, QTI, SCORM, \u30B3\u30F3\u30C6\u30F3\u30C8\u30D1\u30C3\u30B1\u30FC\u30B8, \u30B3\u30E9\u30DC\u30EC\u30FC\u30B7\u30E7\u30F3, \u30E6\u30FC\u30B6\u30D3\u30EA\u30C6\u30A3, \u30D1\u30D5\u30A9\u30FC\u30DE\u30F3\u30B9, \u30B9\u30B1\u30FC\u30E9\u30D3\u30EA\u30C6\u30A3
not.logged.in=\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u3044\u307E\u305B\u3093\u3002
other.users.online=OLAT\u30E6\u30FC\u30B6\u306F\u30AA\u30F3\u30E9\u30A4\u30F3\u3067\u3059\u3002
select.language=\u3042\u306A\u305F\u306E\u8A00\u8A9E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
......
......@@ -11,8 +11,8 @@
jump.to.content=Eiti \u012F "Turinys"
jump.to.menu=Eiti \u012F "Meniu"
jump.to.nav=Eiti \u012F "Navigacija"
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, eLearning, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, eLearning, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability
not.logged.in=Nesate prisijung\u0119
other.users.online=Kiti prisijung\u0119 naudotojai
select.language=Pasirinkite savo kalb\u0105
......
......@@ -11,8 +11,8 @@
jump.to.content=Ga naar Inhoud
jump.to.menu=Ga naar Menu
jump.to.nav=Ga naar Navigatie
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, collaboration, usability, performance, scalability.
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, collaboration, usability, performance, scalability.
not.logged.in=Niet aangemeld
other.users.online=OLAT-gebruikers zijn online
select.language=Selecteer uw taal
......
......@@ -11,8 +11,8 @@
jump.to.content=Id\u017A do "Zawarto\u015B\u0107"
jump.to.menu=Id\u017A do "Menu"
jump.to.nav=Id\u017A do "Nawigacja"
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, eLearning, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, eLearning, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability
not.logged.in=Niezalogowany
other.users.online=u\u017Cytkownik\u00F3w OLAT jest on-line
select.language=Wybierz j\u0119zyk
......
......@@ -11,8 +11,8 @@
jump.to.content=Go to "Content"
jump.to.menu=Go to "Menu"
jump.to.nav=Go to "Navigation"
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, collaboration, usability, performance, scalability.
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, collaboration, usability, performance, scalability.
not.logged.in=N\u00E3o conectado
other.users.online=usu\u00E1rio(s) do OLAT est\u00E3o online
select.language=Favor selecionar seu idioma
......
......@@ -11,8 +11,8 @@
jump.to.content=Go to "Content"
jump.to.menu=Go to "Menu"
jump.to.nav=Go to "Navigation"
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, collaboration, usability, performance, scalability.
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, collaboration, usability, performance, scalability.
not.logged.in=N\u00E3o conectado
other.users.online=usu\u00E1rio(s) do OLAT est\u00E3o online
select.language=Favor selecionar seu idioma
......
......@@ -11,8 +11,8 @@
jump.to.content=\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u043D\u0438\u044E
jump.to.menu=\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043C\u0435\u043D\u044E
jump.to.nav=\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0438
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, eLearning, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, eLearning, LMS, Learning management system, LCMS, Learning Content Management System, Open Source, elearning, JAVA, IMS, QTI, SCORM, Content package, collaboration, usability, performance, scalability
not.logged.in=\u0412\u043D\u0435 \u0441\u0438\u0441\u0442\u0435\u043C\u044B
other.users.online=OLAT-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 \u043E\u043D\u043B\u0430\u0439\u043D
select.language=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0412\u0430\u0448 \u044F\u0437\u044B\u043A, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430
......
......@@ -11,8 +11,8 @@
jump.to.content=Shko te "P\u00EBrmbajtja"
jump.to.menu=Shko te "Menyja"
jump.to.nav=Shko te "Navigimi"
meta.description=OpenOLAT - infinite learning
meta.keywords=OpenOLAT, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, collaboration, usability, performance, scalability.
meta.description=OpenOlat - infinite learning
meta.keywords=OpenOlat, OLAT, E-Learning, LMS, Learning Management System, LCMS, Learning Content Management System, Open Source, e-learning, JAVA, IMS, QTI, SCORM, Content Package, collaboration, usability, performance, scalability.
not.logged.in=Jo t\u00EB ky\u00E7ur
other.users.online=Shfryt\u00EBzuesit e OLAT-it t\u00EB ky\u00E7ur
select.language=Ju lutemi p\u00EBrzgjedhni gjuh\u00EBn tuaj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment