Version 17.21.2

This commit is contained in:
Antonio Cañas Vargas 2017-10-08 01:00:07 +02:00
parent 35e18a23ff
commit 7f8ae3fdcf
2 changed files with 20 additions and 19 deletions

View File

@ -263,6 +263,7 @@
// 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 17.21.2: Oct 08, 2017 Renamed root folder for project documents. (233115 lines)
Version 17.21.1: Oct 08, 2017 Remove project directories when removing project. (233114 lines) Version 17.21.1: Oct 08, 2017 Remove project directories when removing project. (233114 lines)
Version 17.21: Oct 07, 2017 Start and end dates in projects are replaced by time of creation and time of modification. (233106 lines) Version 17.21: Oct 07, 2017 Start and end dates in projects are replaced by time of creation and time of modification. (233106 lines)
8 changes necessary in database: 8 changes necessary in database:

View File

@ -37531,7 +37531,7 @@ const char *Txt_ROOT_FOLDER_EXTERNAL_NAMES[Brw_NUM_TYPES_FILE_BROWSER] =
#elif L==7 #elif L==7
"documenti" "documenti"
#elif L==8 #elif L==8
"documents" // Potrzebujesz tlumaczenie "dokumenty"
#elif L==9 #elif L==9
"documentos" "documentos"
#endif #endif
@ -37573,7 +37573,7 @@ const char *Txt_ROOT_FOLDER_EXTERNAL_NAMES[Brw_NUM_TYPES_FILE_BROWSER] =
#elif L==7 #elif L==7
"documenti" "documenti"
#elif L==8 #elif L==8
"documents" // Potrzebujesz tlumaczenie "dokumenty"
#elif L==9 #elif L==9
"documentos" "documentos"
#endif #endif
@ -37720,7 +37720,7 @@ const char *Txt_ROOT_FOLDER_EXTERNAL_NAMES[Brw_NUM_TYPES_FILE_BROWSER] =
#elif L==7 #elif L==7
"documenti" "documenti"
#elif L==8 #elif L==8
"documents" // Potrzebujesz tlumaczenie "dokumenty"
#elif L==9 #elif L==9
"documentos" "documentos"
#endif #endif
@ -37741,7 +37741,7 @@ const char *Txt_ROOT_FOLDER_EXTERNAL_NAMES[Brw_NUM_TYPES_FILE_BROWSER] =
#elif L==7 #elif L==7
"documenti" "documenti"
#elif L==8 #elif L==8
"documents" // Potrzebujesz tlumaczenie "dokumenty"
#elif L==9 #elif L==9
"documentos" "documentos"
#endif #endif
@ -37846,7 +37846,7 @@ const char *Txt_ROOT_FOLDER_EXTERNAL_NAMES[Brw_NUM_TYPES_FILE_BROWSER] =
#elif L==7 #elif L==7
"documenti" "documenti"
#elif L==8 #elif L==8
"documents" // Potrzebujesz tlumaczenie "dokumenty"
#elif L==9 #elif L==9
"documentos" "documentos"
#endif #endif
@ -37867,7 +37867,7 @@ const char *Txt_ROOT_FOLDER_EXTERNAL_NAMES[Brw_NUM_TYPES_FILE_BROWSER] =
#elif L==7 #elif L==7
"documenti" "documenti"
#elif L==8 #elif L==8
"documents" // Potrzebujesz tlumaczenie "dokumenty"
#elif L==9 #elif L==9
"documentos" "documentos"
#endif #endif
@ -37888,7 +37888,7 @@ const char *Txt_ROOT_FOLDER_EXTERNAL_NAMES[Brw_NUM_TYPES_FILE_BROWSER] =
#elif L==7 #elif L==7
"documenti" "documenti"
#elif L==8 #elif L==8
"documents" // Potrzebujesz tlumaczenie "dokumenty"
#elif L==9 #elif L==9
"documentos" "documentos"
#endif #endif
@ -37909,7 +37909,7 @@ const char *Txt_ROOT_FOLDER_EXTERNAL_NAMES[Brw_NUM_TYPES_FILE_BROWSER] =
#elif L==7 #elif L==7
"documenti" "documenti"
#elif L==8 #elif L==8
"documents" // Potrzebujesz tlumaczenie "dokumenty"
#elif L==9 #elif L==9
"documentos" "documentos"
#endif #endif
@ -37930,7 +37930,7 @@ const char *Txt_ROOT_FOLDER_EXTERNAL_NAMES[Brw_NUM_TYPES_FILE_BROWSER] =
#elif L==7 #elif L==7
"documenti" "documenti"
#elif L==8 #elif L==8
"documents" // Potrzebujesz tlumaczenie "dokumenty"
#elif L==9 #elif L==9
"documentos" "documentos"
#endif #endif
@ -37951,7 +37951,7 @@ const char *Txt_ROOT_FOLDER_EXTERNAL_NAMES[Brw_NUM_TYPES_FILE_BROWSER] =
#elif L==7 #elif L==7
"documenti" "documenti"
#elif L==8 #elif L==8
"documents" // Potrzebujesz tlumaczenie "dokumenty"
#elif L==9 #elif L==9
"documentos" "documentos"
#endif #endif
@ -38063,23 +38063,23 @@ const char *Txt_ROOT_FOLDER_EXTERNAL_NAMES[Brw_NUM_TYPES_FILE_BROWSER] =
, ,
// Brw_ADMI_DOC_PRJ // Brw_ADMI_DOC_PRJ
#if L==1 #if L==1
"projecte" "documents"
#elif L==2 #elif L==2
"Projekt" "Dokumente"
#elif L==3 #elif L==3
"project" "documents"
#elif L==4 #elif L==4
"proyecto" "documentos"
#elif L==5 #elif L==5
"projet" "documents"
#elif L==6 #elif L==6
"proyecto" // Okoteve traducción "kuatia"
#elif L==7 #elif L==7
"progetto" "documenti"
#elif L==8 #elif L==8
"projekt" "dokumenty"
#elif L==9 #elif L==9
"projeto" "documentos"
#endif #endif
}; };