Skip to content

Commit

Permalink
chore(i18n): update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Oct 18, 2023
1 parent c11e9f8 commit 0652d03
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
28 changes: 28 additions & 0 deletions mod/theme_sandbox/languages/fr.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php
/**
* Translation file
*
* Note: don't change the return array to short notation because Transifex can't handle those during `tx push -s`
*/

return array(
'admin:information:theme_sandbox' => 'Bac à sable du thème',

'theme_sandbox:intro' => 'Introduction',
'theme_sandbox:breakout' => 'Sortir de l\'iframe',
'theme_sandbox:buttons' => 'Boutons',
'theme_sandbox:components' => 'Composants',
'theme_sandbox:email' => 'E-mail',
'theme_sandbox:forms' => 'Formulaires',
'theme_sandbox:grid' => 'Grille',
'theme_sandbox:icons' => 'Icônes',
'theme_sandbox:javascript' => 'JavaScript',
'theme_sandbox:layouts' => 'Mises en page',
'theme_sandbox:modules' => 'Modules',
'theme_sandbox:typography' => 'Typographie',

'theme_sandbox:icons:blurb' => 'Utilisez <em>elgg_view_icon($name)</em> pour afficher des icônes. ',

'theme_sandbox:test_email:button' => "Envoyer un e-mail de test",
'theme_sandbox:test_email:success' => "E-mail de test envoyé à : %s",
);
29 changes: 29 additions & 0 deletions mod/theme_sandbox/languages/nl.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php
/**
* Translation file
*
* Note: don't change the return array to short notation because Transifex can't handle those during `tx push -s`
*/

return array(
'admin:information:theme_sandbox' => 'Theme Sandbox',

'theme_sandbox:intro' => 'Introductie',
'theme_sandbox:breakout' => 'Verlaat het iframe',
'theme_sandbox:buttons' => 'Knoppen',
'theme_sandbox:components' => 'Componenten',
'theme_sandbox:email' => 'Email',
'theme_sandbox:forms' => 'Formulieren',
'theme_sandbox:grid' => 'Raster',
'theme_sandbox:icons' => 'Iconen',
'theme_sandbox:javascript' => 'JavaScript',
'theme_sandbox:layouts' => 'Lay-outs',
'theme_sandbox:modules' => 'Modules',
'theme_sandbox:navigation' => 'Navigatie',
'theme_sandbox:typography' => 'Typografie',

'theme_sandbox:icons:blurb' => 'Gebruik <em>elgg_view_icon($name)</em> om iconen weer te geven.',

'theme_sandbox:test_email:button' => "Stuur test email",
'theme_sandbox:test_email:success' => "Test email verzonden naar: %s",
);

0 comments on commit 0652d03

Please sign in to comment.