mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
This will serve as a permanent backup of the current translations before migrating them to PO/gettext
11 lines
1.0 KiB
PHP
11 lines
1.0 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'timeago_locale' => 'fr',
|
|
'timeago_nan' => 'Il y a NaN années',
|
|
'moment_locale' => 'fr',
|
|
'datatables_localization' => '{"sProcessing":"Traitement en cours...","sSearch":"Rechercher :","sLengthMenu":"Afficher _MENU_ éléments","sInfo":"Affichage de l\'élément _START_ à _END_ sur _TOTAL_ éléments","sInfoEmpty":"Affichage de l\'élément 0 à 0 sur 0 élément","sInfoFiltered":"(filtré de _MAX_ éléments au total)","sInfoPostFix":"","sLoadingRecords":"Chargement en cours...","sZeroRecords":"Aucun élément à afficher","sEmptyTable":"Aucune donnée disponible dans le tableau","oPaginate":{"sFirst":"Premier","sPrevious":"Précédent","sNext":"Suivant","sLast":"Dernier"},"oAria":{"sSortAscending":": activer pour trier la colonne par ordre croissant","sSortDescending":": activer pour trier la colonne par ordre décroissant"}}',
|
|
'summernote_locale' => 'fr-FR',
|
|
'fullcalendar_locale' => 'fr'
|
|
);
|