This commit is contained in:
2023-10-12 19:48:28 +02:00
parent bc0ac98d85
commit dbf7386c73
16 changed files with 359 additions and 0 deletions

9
lang/ca/lang.php Normal file
View File

@ -0,0 +1,9 @@
<?php
/**
* translation by Raimon <gwindor@auna.com>
*/
$lang['btn_submit'] = 'Envia';
//Setup VIM: ex: et ts=4 enc=utf-8 :
?>

6
lang/de/lang.php Normal file
View File

@ -0,0 +1,6 @@
<?php
$lang['btn_submit'] = 'Abschicken';
//Setup VIM: ex: et ts=4 enc=utf-8 :
?>

6
lang/en/lang.php Normal file
View File

@ -0,0 +1,6 @@
<?php
$lang['btn_submit'] = 'Submit';
//Setup VIM: ex: et ts=4 enc=utf-8 :
?>

5
lang/es/lang.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$lang['btn_submit'] = 'Enviar';
?>

5
lang/fr/lang.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$lang['btn_submit'] = 'Envoyer';
?>

5
lang/hu/lang.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$lang['btn_submit'] = 'Szavazok';
?>

5
lang/it/lang.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$lang['btn_submit'] = 'Invia';
?>

6
lang/nl/lang.php Normal file
View File

@ -0,0 +1,6 @@
<?php
$lang['btn_submit'] = 'Verstuur';
//Setup VIM: ex: et ts=4 enc=utf-8 :
?>

6
lang/sv/lang.php Normal file
View File

@ -0,0 +1,6 @@
<?php
$lang['btn_submit'] = 'Skicka';
//Setup VIM: ex: et ts=4 enc=utf-8 :
?>

6
lang/zh-cn/lang.php Normal file
View File

@ -0,0 +1,6 @@
<?php
$lang['btn_submit'] = '提交';
//Setup VIM: ex: et ts=4 enc=utf-8 :
?>

6
lang/zh-tw/lang.php Normal file
View File

@ -0,0 +1,6 @@
<?php
$lang['btn_submit'] = '送出';
//Setup VIM: ex: et ts=4 enc=utf-8 :
?>