X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/6e228dd51f205df157999df36dd5764b41d6519c..431bebf06dfe7a2a1fecf8d933da97f7a03a358a:/lib/lang.php?ds=sidebyside
diff --git a/lib/lang.php b/lib/lang.php
index 5c7566c..0e8203b 100644
--- a/lib/lang.php
+++ b/lib/lang.php
@@ -14,16 +14,19 @@
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*/
- global $languages_list;
- $languages_list = array ('auto' => 'Automatic',
- 'de' => 'Deutsch',
- 'en' => 'English',
- 'fi' => 'Suomi',
- 'fr' => 'Français',
- 'it' => 'Italiano');
+global $languages_list;
+$languages_list = array ('auto' => 'Automatic',
+ 'de' => 'Deutsch',
+ 'en' => 'English',
+ 'fi' => 'Suomi',
+ 'fr' => 'Français',
+ 'it' => 'Italiano',
+ 'nl' => 'Nederlands',
+ 'ro' => 'Limba românÄ',
+ 'sk' => 'SlovenÄina');
/* Translation */
function t ($text)