Version 16.249.3

This commit is contained in:
Antonio Cañas Vargas 2017-07-04 20:53:15 +02:00
parent cbd13cf4ac
commit b93a659ce9
2 changed files with 44 additions and 1 deletions

View File

@ -236,13 +236,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.249.2 (2017-07-04)"
#define Log_PLATFORM_VERSION "SWAD 16.249.3 (2017-07-04)"
#define CSS_FILE "swad16.235.1.css"
#define JS_FILE "swad16.206.3.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.249.3: Jul 04, 2017 Listing games for remote control. Not finished. (226322 lines)
Version 16.249.2: Jul 04, 2017 Listing games for remote control. Not finished. (226281 lines)
Version 16.249.1: Jul 04, 2017 Listing games for remote control. Not finished. (226162 lines)
Version 16.249: Jul 04, 2017 Listing games for remote control. Not finished. (226021 lines)

View File

@ -9625,6 +9625,27 @@ const char *Txt_Do_you_really_want_to_remove_your_photo =
"Você realmente deseja remover a sua foto?";
#endif
const char *Txt_Do_you_really_want_to_reset_the_game_X = // Warning: it is very important to include %s in the following sentences
#if L==1
"De veres voleu posar a zero le joc <strong>%s</strong>?";
#elif L==2
"Wollen Sie die Spiel <strong>%s</strong> wirklich reset?";
#elif L==3
"Do you really want to reset the game <strong>%s</strong>?";
#elif L==4
"&iquest;Realmente desea poner a cero el juego <strong>%s</strong>?";
#elif L==5
"Voulez-vous vraiment reset le jeu <strong>%s</strong>?";
#elif L==6
"&iquest;Realmente desea poner a cero el juego <strong>%s</strong>?"; // Okoteve traducción
#elif L==7
"Vuoi realmente resettare il gioco <strong>%s</strong>?";
#elif L==8
"Czy na pewno chcesz zresetowac gra <strong>%s</strong>?";
#elif L==9
"Voc&ecirc; realmente deseja reiniciar o jogo <strong>%s</strong>?";
#endif
const char *Txt_Do_you_really_want_to_reset_the_survey_X = // Warning: it is very important to include %s in the following sentences
#if L==1
"De veres voleu posar a zero l'enquesta <strong>%s</strong>?";
@ -32205,6 +32226,27 @@ const char *Txt_Reset =
"Reiniciar";
#endif
const char *Txt_Reset_game =
#if L==1
"Posar joc a zero";
#elif L==2
"Reset Spiel";
#elif L==3
"Reset game";
#elif L==4
"Poner juego a cero";
#elif L==5
"Reset jeu";
#elif L==6
"Poner juego a cero"; // Okoteve traducción
#elif L==7
"Resettare gioco";
#elif L==8
"Reset gr&eogon;";
#elif L==9
"Reiniciar jogo";
#endif
const char *Txt_Reset_survey =
#if L==1
"Posar enquesta a zero";