Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
516 changes: 504 additions & 12 deletions Main.py

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion langs/Deutsch.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,16 @@
TITLE_PER_MONTH = 'Monat'
TITLE_PER_YEAR = 'Jahr'
TITLE_FROM = 'Von'
TITLE_TO = 'Zu'
TITLE_TO = 'Zu'
# For the multi-sort popup: NEEDS REVIEW
TITLE_MULTI_SORT = 'Mehrfachsortierung'
TITLE_CONFIGURE_MULTI_SORT = 'Mehrfachsortierung: Einstellungen'
TITLE_AVAILABLE_COLUMNS = 'Verfügbare Spalten'
TITLE_SORT_ORDER = 'Sortierreihenfolge'
TITLE_ADD = 'Hinzufügen'
TITLE_REMOVE = 'Entfernen'
TITLE_REVERSE = 'Umkehren'
TITLE_MOVE_UP = 'Nach oben'
TITLE_MOVE_DOWN = 'Nach unten'
TITLE_CLEAR = 'Zurücksetzen'
TITLE_APPLY = 'Anwenden'
11 changes: 11 additions & 0 deletions langs/English.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,14 @@
TITLE_PER_YEAR = 'Year'
TITLE_FROM = 'From'
TITLE_TO = 'To'
TITLE_MULTI_SORT = 'Multi-Sort'
TITLE_CONFIGURE_MULTI_SORT = 'Configure Multi-Sort'
TITLE_AVAILABLE_COLUMNS = 'Available Columns'
TITLE_SORT_ORDER = 'Sort Order'
TITLE_ADD = 'Add'
TITLE_REMOVE = 'Remove'
TITLE_REVERSE = 'Reverse'
TITLE_MOVE_UP = 'Move up'
TITLE_MOVE_DOWN = 'Move down'
TITLE_CLEAR = 'Clear'
TITLE_APPLY = 'Apply'
12 changes: 12 additions & 0 deletions langs/Español.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@
TITLE_PER_YEAR = 'Año'
TITLE_FROM = 'De'
TITLE_TO = 'A'
# For the multi-sort popup: NEEDS REVIEW
TITLE_MULTI_SORT = 'Clasificación múltiple'
TITLE_CONFIGURE_MULTI_SORT = 'Configurar clasificación múltiple'
TITLE_AVAILABLE_COLUMNS = 'Columnas disponibles'
TITLE_SORT_ORDER = 'Orden de clasificación'
TITLE_ADD = 'Agregar'
TITLE_REMOVE = 'Eliminar'
TITLE_REVERSE = 'Retroceder'
TITLE_MOVE_UP = 'Mover fila hacia arriba'
TITLE_MOVE_DOWN = 'Mover fila hacia abajo'
TITLE_CLEAR = 'Limpiar'
TITLE_APPLY = 'Aplicar'
12 changes: 12 additions & 0 deletions langs/Francais.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@
TITLE_PER_YEAR = 'An' #R EVIEW NEEDED
TITLE_FROM = 'De'
TITLE_TO = 'À'
# For the multi-sort popup: NEEDS REVIEW
TITLE_MULTI_SORT = 'Tri multi-critères'
TITLE_CONFIGURE_MULTI_SORT = 'Configurer le tri multi-critères'
TITLE_AVAILABLE_COLUMNS = 'Colonnes disponibles'
TITLE_SORT_ORDER = 'Ordre de tri'
TITLE_ADD = 'Ajouter'
TITLE_REMOVE = 'Supprimer'
TITLE_REVERSE = 'Inverser'
TITLE_MOVE_UP = 'Remonter'
TITLE_MOVE_DOWN = 'Descendre'
TITLE_CLEAR = 'Effacer'
TITLE_APPLY = 'Appliquer'
14 changes: 13 additions & 1 deletion langs/Hindi.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,16 @@
TITLE_PER_MONTH = 'महीने' # REVIEW NEEDED
TITLE_PER_YEAR = 'वर्ष' # REVIEW NEEDED
TITLE_FROM = 'से'
TITLE_TO = 'तक'
TITLE_TO = 'तक'
# For the multi-sort popup: NEEDS REVIEW
TITLE_MULTI_SORT = 'मल्टी-सॉर्ट'
TITLE_CONFIGURE_MULTI_SORT = 'मल्टी-सॉर्ट को कॉन्फ़िगर करें'
TITLE_AVAILABLE_COLUMNS = 'उपलब्ध कॉलम'
TITLE_SORT_ORDER = 'सॉर्ट क्रम'
TITLE_ADD = 'जोड़ें'
TITLE_REMOVE = 'हटाएं'
TITLE_REVERSE = 'उल्टा करें'
TITLE_MOVE_UP = 'ऊपर ले जाएं'
TITLE_MOVE_DOWN = 'नीचे ले जाएं'
TITLE_CLEAR = 'हटाएं'
TITLE_APPLY = 'लागू करें'
12 changes: 12 additions & 0 deletions langs/Marathi.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@
TITLE_PER_YEAR = 'वर्ष'
TITLE_FROM = 'पासून'
TITLE_TO = 'पर्यंत'
# For the multi-sort popup: NEEDS REVIEW
TITLE_MULTI_SORT = 'मल्टी-सॉर्ट'
TITLE_CONFIGURE_MULTI_SORT = 'मल्टी-सॉर्ट कॉन्फिगर करा'
TITLE_AVAILABLE_COLUMNS = 'उपलब्ध स्तंभ'
TITLE_SORT_ORDER = 'सॉर्ट क्रम'
TITLE_ADD = 'जोडा'
TITLE_REMOVE = 'काढा'
TITLE_REVERSE = 'उलटे करा'
TITLE_MOVE_UP = 'वर सरका'
TITLE_MOVE_DOWN = 'खाली सरका'
TITLE_CLEAR = 'हटा'
TITLE_APPLY = 'लागू करा'
14 changes: 13 additions & 1 deletion langs/Nederlands.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,16 @@
TITLE_PER_MONTH = 'Maand'
TITLE_PER_YEAR = 'Jaar'
TITLE_FROM = 'Van'
TITLE_TO = 'Naar'
TITLE_TO = 'Naar'
# For the multi-sort popup: NEEDS REVIEW
TITLE_MULTI_SORT = 'Multi-sorteren'
TITLE_CONFIGURE_MULTI_SORT = 'Multi-sorteren configureren'
TITLE_AVAILABLE_COLUMNS = 'Beschikbare kolommen'
TITLE_SORT_ORDER = 'Sorteervolgorde'
TITLE_ADD = 'Toevoegen'
TITLE_REMOVE = 'Verwijderen'
TITLE_REVERSE = 'Omkeren'
TITLE_MOVE_UP = 'Omhoog verplaatsen'
TITLE_MOVE_DOWN = 'Omlaag verplaatsen'
TITLE_CLEAR = 'Wissen'
TITLE_APPLY = 'Toepassen'
12 changes: 12 additions & 0 deletions langs/Polski.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,15 @@
TITLE_PER_YEAR = 'Rocznie'
TITLE_FROM = 'Od'
TITLE_TO = 'Do'
# For the multi-sort popup: NEEDS REVIEW
TITLE_MULTI_SORT = 'Wielokrotne sortowanie'
TITLE_CONFIGURE_MULTI_SORT = 'Konfiguruj wielokrotne sortowanie'
TITLE_AVAILABLE_COLUMNS = 'Dostępne kolumny'
TITLE_SORT_ORDER = 'Kolejność sortowania'
TITLE_ADD = 'Dodaj'
TITLE_REMOVE = 'Usuń'
TITLE_REVERSE = 'Odwróć'
TITLE_MOVE_UP = 'Przesuń w górę'
TITLE_MOVE_DOWN = 'Przesuń w dół'
TITLE_CLEAR = 'Wyczyść'
TITLE_APPLY = 'Zastosuj'
12 changes: 12 additions & 0 deletions langs/Slovensky.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@
TITLE_PER_YEAR = 'Rok'
TITLE_FROM = 'Od'
TITLE_TO = 'Do'
# For the multi-sort popup: NEEDS REVIEW
TITLE_MULTI_SORT = 'Viacnásobné zoradenie'
TITLE_CONFIGURE_MULTI_SORT = 'Konfigurácia viacnásobného zoradenia'
TITLE_AVAILABLE_COLUMNS = 'Dostupné stĺpce'
TITLE_SORT_ORDER = 'Poradie zoradenia'
TITLE_ADD = 'Pridať'
TITLE_REMOVE = 'Odstrániť'
TITLE_REVERSE = 'Obrátiť'
TITLE_MOVE_UP = 'Posunúť hore'
TITLE_MOVE_DOWN = 'Posunúť dole'
TITLE_CLEAR = 'Vymazať'
TITLE_APPLY = 'Použiť'
12 changes: 12 additions & 0 deletions langs/Tagalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@
TITLE_PER_YEAR = 'Bawat taon'
TITLE_FROM = 'Mula'
TITLE_TO = 'Hanggang'
# For the multi-sort popup: NEEDS REVIEW
TITLE_MULTI_SORT = 'Multi-Uri'
TITLE_CONFIGURE_MULTI_SORT = 'I-configure ang Multi-Uri'
TITLE_AVAILABLE_COLUMNS = 'Magagamit na Mga Hanay'
TITLE_SORT_ORDER = 'Ayusin ang Order'
TITLE_ADD = 'Magdagdag'
TITLE_REMOVE = 'Tanggalin'
TITLE_REVERSE = 'Baligtarin'
TITLE_MOVE_UP = 'Ilipat Pataas'
TITLE_MOVE_DOWN = 'Ilipat Pababa'
TITLE_CLEAR = 'Linisin'
TITLE_APPLY = 'Ilapat'
12 changes: 12 additions & 0 deletions langs/Ελληνικά.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@
TITLE_PER_YEAR = 'Ετος' # REVIEW NEEDED
TITLE_FROM = 'Από'
TITLE_TO = 'Προς'
# For the multi-sort popup: NEEDS REVIEW
TITLE_MULTI_SORT = 'Πολλαπλή Διαλογή'
TITLE_CONFIGURE_MULTI_SORT = 'Ρύθμιση Πολλαπλής Διαλογής'
TITLE_AVAILABLE_COLUMNS = 'Διαθέσιμες Στήλες'
TITLE_SORT_ORDER = 'Σειρά Διαλογής'
TITLE_ADD = 'Προσθήκη'
TITLE_REMOVE = 'Αφαίρεση'
TITLE_REVERSE = 'Αντιστροφή'
TITLE_MOVE_UP = 'Μετακίνηση Πάνω'
TITLE_MOVE_DOWN = 'Μετακίνηση Κάτω'
TITLE_CLEAR = 'Εκκαθάριση'
TITLE_APPLY = 'Εφαρμογή'
12 changes: 12 additions & 0 deletions langs/العربية.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@
TITLE_PER_YEAR = 'السنة'
TITLE_FROM = 'من'
TITLE_TO = 'إلى'
# For the multi-sort popup: NEEDS REVIEW
TITLE_MULTI_SORT = 'فرز متعدد'
TITLE_CONFIGURE_MULTI_SORT = 'تكوين الفرز المتعدد'
TITLE_AVAILABLE_COLUMNS = 'الأعمدة المتاحة'
TITLE_SORT_ORDER = 'ترتيب الفرز'
TITLE_ADD = 'إضافة'
TITLE_REMOVE = 'إزالة'
TITLE_REVERSE = 'عكس'
TITLE_MOVE_UP = 'تحريك لأعلى'
TITLE_MOVE_DOWN = 'تحريك لأسفل'
TITLE_CLEAR = 'مسح'
TITLE_APPLY = 'تطبيق'