diff --git a/swad_changelog.h b/swad_changelog.h index 69c3aa643..8ca65e3ac 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -154,13 +154,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.46.3 (2016-11-03)" +#define Log_PLATFORM_VERSION "SWAD 16.46.4 (2016-11-03)" #define CSS_FILE "swad16.32.1.css" #define JS_FILE "swad16.46.1.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1 /* + Version 16.46.4: Nov 03, 2016 Fixed text related to order of centres. (206042 lines) Version 16.46.3: Nov 03, 2016 Fixed bug in creation of a new centre. (206041 lines) Version 16.46.2: Nov 01, 2016 Fixed bugs in surveys. (206040 lines) Version 16.46.1: Nov 01, 2016 Fixed bugs in javascript function to set a date range to a given day. (206035 lines) diff --git a/swad_text.c b/swad_text.c index 1b39d6645..258416a9b 100644 --- a/swad_text.c +++ b/swad_text.c @@ -4132,23 +4132,23 @@ const char *Txt_CENTRES_HELP_ORDER[2] = #endif , #if L==1 - "Ordenar per nombre de professors" + "Ordenar per nº d'usuaris" #elif L==2 - "Sortieren nach Anzahl der Lehrkräfte" + "Nach Anzahl der Benutzer sortieren" #elif L==3 - "Sort by no. of teachers" + "Sort by no. of users" #elif L==4 - "Ordenar por nº de profesores" + "Ordenar por nº de usuarios" #elif L==5 - "Trier par nombre d'enseignants" + "Trier par nombre d'utilisateurs" #elif L==6 - "Ordenar por nº de profesores" // Okoteve traducción + "Ordenar por nº de usuarios" // Okoteve traducción #elif L==7 - "Ordina per numero di professori" + "Ordina per numero di utenti" #elif L==8 - "Sortuj nie. nauczycieli" + "Sortuj wedlug liczby uzytkownikow" #elif L==9 - "Classificar por nº de professores" + "Classificar por nº de utilizadores" #endif }; @@ -5331,7 +5331,7 @@ const char *Txt_COUNTRIES_HELP_ORDER[2] = #endif , #if L==1 - "Ordenar por nº de usuarios" // Necessita traduccio + "Ordenar per nº d'usuaris" #elif L==2 "Nach Anzahl der Benutzer sortieren" #elif L==3