Merge branch 'recurrence' into 2.6.0
This commit is contained in:
25
src/l10n/check_translations.sh
Executable file
25
src/l10n/check_translations.sh
Executable file
@@ -0,0 +1,25 @@
|
||||
#!/bin/bash
|
||||
|
||||
REFERENCE_LANGUAGE_FILE="eng-USA.h"
|
||||
TESTED_LANGUAGE_FILES=`ls *.h | grep -v $REFERENCE_LANGUAGE_FILE`
|
||||
|
||||
# At the beginning, we haven't detected any invalid translation files
|
||||
MISMATCHED=0
|
||||
|
||||
# Generate list of keys, not including defines that are commented out. Strips out the leading whitespace.
|
||||
cat $REFERENCE_LANGUAGE_FILE | grep "^[[:space:]]*#define" | sed -e 's/^ *//' - | cut -f2 -d' ' | sort > identifiers
|
||||
|
||||
# Generate report
|
||||
for LANGUAGE_FILE in $TESTED_LANGUAGE_FILES
|
||||
do
|
||||
echo "Comparing $REFERENCE_LANGUAGE_FILE (left) to $LANGUAGE_FILE (right)"
|
||||
cat $LANGUAGE_FILE | grep "^[[:space:]]*#define" | sed -e 's/^ *//' - | cut -f2 -d' ' | sort | diff identifiers -
|
||||
MISMATCHED=$(($MISMATCHED+$?))
|
||||
echo ""
|
||||
done
|
||||
|
||||
# Cleanup
|
||||
rm -f identifiers
|
||||
|
||||
# Exit with number of not synced translations files
|
||||
exit $MISMATCHED
|
||||
@@ -210,7 +210,10 @@
|
||||
#define STRING_COLUMN_LABEL_VALUE "Wert"
|
||||
#define STRING_COLUMN_LABEL_MASK "Maske"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Masken-Index"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Vorgänger-Aufgabe"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Datum"
|
||||
#define STRING_COLUMN_LABEL_COLUMN "Spalten"
|
||||
#define STRING_COLUMN_LABEL_STYLES "Unterstützte Formate"
|
||||
|
||||
@@ -210,7 +210,10 @@
|
||||
#define STRING_COLUMN_LABEL_VALUE "Value"
|
||||
#define STRING_COLUMN_LABEL_MASK "Mask"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Mask Index"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Parent task"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||
#define STRING_COLUMN_LABEL_COLUMN "Columns"
|
||||
#define STRING_COLUMN_LABEL_STYLES "Supported Formats"
|
||||
|
||||
@@ -210,7 +210,10 @@
|
||||
#define STRING_COLUMN_LABEL_VALUE "Valoro"
|
||||
#define STRING_COLUMN_LABEL_MASK "Masko"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Mask-indico"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Patra tasko"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Dato"
|
||||
#define STRING_COLUMN_LABEL_COLUMN "Kolumnoj"
|
||||
#define STRING_COLUMN_LABEL_STYLES "Formaĝoj Subtenataj"
|
||||
|
||||
@@ -211,7 +211,10 @@
|
||||
#define STRING_COLUMN_LABEL_VALUE "Valor"
|
||||
#define STRING_COLUMN_LABEL_MASK "Máscara"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Máscara de Índice"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Tarea madre"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Fecha"
|
||||
#define STRING_COLUMN_LABEL_COLUMN "Columnas"
|
||||
#define STRING_COLUMN_LABEL_STYLES "Formatos soportados"
|
||||
|
||||
@@ -210,7 +210,10 @@
|
||||
#define STRING_COLUMN_LABEL_VALUE "Valeur"
|
||||
#define STRING_COLUMN_LABEL_MASK "Masque"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Indice de masque"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Tâche mère"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||
#define STRING_COLUMN_LABEL_COLUMN "Colonnes"
|
||||
#define STRING_COLUMN_LABEL_STYLES "Formats supportés"
|
||||
|
||||
@@ -210,7 +210,10 @@
|
||||
#define STRING_COLUMN_LABEL_VALUE "Valore"
|
||||
#define STRING_COLUMN_LABEL_MASK "Maschera"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Indice Maschera"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Task genitore"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||
#define STRING_COLUMN_LABEL_COLUMN "Colonna"
|
||||
#define STRING_COLUMN_LABEL_STYLES "Formati Supportati"
|
||||
|
||||
@@ -210,7 +210,10 @@
|
||||
#define STRING_COLUMN_LABEL_VALUE "Value"
|
||||
#define STRING_COLUMN_LABEL_MASK "Mask"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Mask Index"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Parent task"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||
#define STRING_COLUMN_LABEL_COLUMN "Columns"
|
||||
#define STRING_COLUMN_LABEL_STYLES "Supported Formats"
|
||||
|
||||
@@ -210,7 +210,10 @@
|
||||
#define STRING_COLUMN_LABEL_VALUE "Wartość"
|
||||
#define STRING_COLUMN_LABEL_MASK "Maska"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Indeks Maski"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Zadanie rodzic"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||
#define STRING_COLUMN_LABEL_COLUMN "Kolumny"
|
||||
#define STRING_COLUMN_LABEL_STYLES "Formaty"
|
||||
|
||||
@@ -211,7 +211,10 @@
|
||||
#define STRING_COLUMN_LABEL_VALUE "Valor"
|
||||
#define STRING_COLUMN_LABEL_MASK "Máscara"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Índice de Máscara"
|
||||
#define STRING_COLUMN_LABEL_LAST "Last instance"
|
||||
#define STRING_COLUMN_LABEL_RTYPE "Recurrence type"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Tarefa mãe"
|
||||
#define STRING_COLUMN_LABEL_TEMPLATE "Template task"
|
||||
#define STRING_COLUMN_LABEL_DATE "Data"
|
||||
#define STRING_COLUMN_LABEL_COLUMN "Colunas"
|
||||
#define STRING_COLUMN_LABEL_STYLES "Formatos Suportados"
|
||||
|
||||
Reference in New Issue
Block a user