[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 80/107: translation
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 80/107: translation |
Date: |
Mon, 26 Aug 2019 10:32:05 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit c60d5d49dad1955a42597e6df978f9eac4ae4dd0
Author: Dany De Bontridder <address@hidden>
Date: Thu Aug 15 11:49:49 2019 +0200
translation
---
include/lib/html_input.class.php | 2 +-
include/lib/message_javascript.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php
index 421861c..47bf256 100755
--- a/include/lib/html_input.class.php
+++ b/include/lib/html_input.class.php
@@ -556,7 +556,7 @@ class HtmlInput
static function print_window()
{
$r='';
- $r.=HtmlInput::button('print', 'Imprimer',
'onclick="window.print();"');
+ $r.=HtmlInput::button('print', _('Imprimer'),
'onclick="window.print();"');
return $r;
}
diff --git a/include/lib/message_javascript.php
b/include/lib/message_javascript.php
index 78de05b..03c3f3f 100644
--- a/include/lib/message_javascript.php
+++ b/include/lib/message_javascript.php
@@ -101,7 +101,7 @@ content[67]="<?php echo escape_xml(_('Taper une formule (ex
20*5.1) puis enter')
content[68]="<?php echo escape_xml(_("Calculatrice simplifiée: écrivez
simplement les opérations que vous voulez puis la touche retour. exemple :
1+2+3*(1/5)"));?>";
content[69]="<?php echo escape_xml(_("Aucune donnée"))?>";
content[70]="<?php echo escape_xml(_("Votre demande est en cours de
traitement"))?>";
-content[71]="<?php echo _('Limite le type fiche si vous choisissez la fiche à
la saisie, uniquement avec journaux OD');?>";
+content[71]="<?php echo _('Limite le type de fiche si vous choisissez la fiche
à la saisie, uniquement avec journaux OD');?>";
content[72]="<?php echo _("Pour les journaux FIN, ce sera la fiche du
journal");?>";
</script>
\ No newline at end of file
- [Noalyss-commit] [noalyss] 56/107: New function PDF_Core:is_fill add documentation, (continued)
- [Noalyss-commit] [noalyss] 56/107: New function PDF_Core:is_fill add documentation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 38/107: load_all must always return an array, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 67/107: SQL : add constraint for payment_method, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 44/107: fixup! fixup! Code cleaning : split database into database (for noalyss) and databasecore , with the functions, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 36/107: Bug : card cannot use a attribute of the type "card", reason : the query was wrong and there were a confusion between this->name and this->id in "get_js_attr()", Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 47/107: Improve doxygen, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 51/107: Code Cleaning split sendmail between sendmail_core (not related to noalyss) and sendmail which is used by noalyss, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 54/107: Merge branch 'dev7109', Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 59/107: #0001729: Preference : ne plus recharger la page, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 85/107: Cosmetic : Icon_Trash in Todo_List, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 80/107: translation,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 82/107: DatabaseCore fix silent when not debug, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 72/107: Improve message progress bar + translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 94/107: Bug : Database::fetch_all returns an array or FALSE, because of pg_fetch_all, the version PHP7 cannot use anymore a boolean with count()., Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 63/107: remove background color, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 66/107: Code cleaning : rename table mod_payment to payment_method, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 53/107: Select_Box new Object, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 55/107: Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 57/107: PDF_Core : code cleaning, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 71/107: Select_Box add a search, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 77/107: Security : replace direct use of $_GET, Dany De Bontridder, 2019/08/26