]> git.p6c8.net - jirafeau.git/blobdiff - lib/lang.php
Merge branch 'lib-minor' into 'master'
[jirafeau.git] / lib / lang.php
index b1b61987cffbb074726e5c21e7c6c3046d74da8c..0e8203bf8dc8ae5ad2ec877a8605bb6c17cca7fd 100644 (file)
  *  GNU Affero General Public License for more details.\r
  *\r
  *  You should have received a copy of the GNU Affero General Public License\r
  *  GNU Affero General Public License for more details.\r
  *\r
  *  You should have received a copy of the GNU Affero General Public License\r
- *  along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.\r
  */\r
 \r
  */\r
 \r
- global $languages_list;\r
- $languages_list = array ('auto' => 'Automatic',\r
-                          'de' => 'Deutsch',\r
-                          'en' => 'English',\r
-                          'fr' => 'Français',\r
-                          'it' => 'Italiano');\r
+global $languages_list;\r
+$languages_list = array ('auto' => 'Automatic',\r
+                         'de'   => 'Deutsch',\r
+                         'en'   => 'English',\r
+                         'fi'   => 'Suomi',\r
+                         'fr'   => 'Français',\r
+                         'it'   => 'Italiano',\r
+                         'nl'   => 'Nederlands',\r
+                         'ro'   => 'Limba română',\r
+                         'sk'   => 'Slovenčina');\r
 \r
 /* Translation */\r
 function t ($text)\r
 \r
 /* Translation */\r
 function t ($text)\r

patrick-canterino.de