Version 16.46.4

This commit is contained in:
Antonio Cañas Vargas 2016-11-03 22:32:13 +01:00
parent d14c9f5ef4
commit 7b9b18dcad
2 changed files with 12 additions and 11 deletions

View File

@ -154,13 +154,14 @@
/****************************** Public constants *****************************/ /****************************** 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 CSS_FILE "swad16.32.1.css"
#define JS_FILE "swad16.46.1.js" #define JS_FILE "swad16.46.1.js"
// Number of lines (includes comments but not blank lines) has been got with the following command: // 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 // 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.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.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) Version 16.46.1: Nov 01, 2016 Fixed bugs in javascript function to set a date range to a given day. (206035 lines)

View File

@ -4132,23 +4132,23 @@ const char *Txt_CENTRES_HELP_ORDER[2] =
#endif #endif
, ,
#if L==1 #if L==1
"Ordenar per nombre de professors" "Ordenar per nº d'usuaris"
#elif L==2 #elif L==2
"Sortieren nach Anzahl der Lehrkräfte" "Nach Anzahl der Benutzer sortieren"
#elif L==3 #elif L==3
"Sort by no. of teachers" "Sort by no. of users"
#elif L==4 #elif L==4
"Ordenar por nº de profesores" "Ordenar por nº de usuarios"
#elif L==5 #elif L==5
"Trier par nombre d'enseignants" "Trier par nombre d'utilisateurs"
#elif L==6 #elif L==6
"Ordenar por nº de profesores" // Okoteve traducción "Ordenar por nº de usuarios" // Okoteve traducción
#elif L==7 #elif L==7
"Ordina per numero di professori" "Ordina per numero di utenti"
#elif L==8 #elif L==8
"Sortuj nie. nauczycieli" "Sortuj wedlug liczby uzytkownikow"
#elif L==9 #elif L==9
"Classificar por nº de professores" "Classificar por nº de utilizadores"
#endif #endif
}; };
@ -5331,7 +5331,7 @@ const char *Txt_COUNTRIES_HELP_ORDER[2] =
#endif #endif
, ,
#if L==1 #if L==1
"Ordenar por nº de usuarios" // Necessita traduccio "Ordenar per nº d'usuaris"
#elif L==2 #elif L==2
"Nach Anzahl der Benutzer sortieren" "Nach Anzahl der Benutzer sortieren"
#elif L==3 #elif L==3