locale was not being used

This commit is contained in:
Matt 2017-08-16 14:38:12 -04:00
parent 9a51b65766
commit 49219edceb
3 changed files with 0 additions and 58 deletions

View File

@ -1,29 +0,0 @@
# -*- coding: cp852 -*-
#de_DE Locale
class language():
VERSION='Version'
CREATING_BACKUP='Erstelle Sicherung'
NO_PERM='Keine Rechte'
COPYING_FILES='Kopiervorgang'
COULD_NOT_COPY='Konnte Dateien nicht kopieren'
DONE='Fertig'
REWRITING_FLUXION_BASH='Schreibe fluxion bash neu'
RECONFIGURE_FLUXION_BASH='Rekonfiguriere fluxion bash'
INTERNAL_FAILURE='Interner Fehler'
ERROR='Fehler'
FATAL_ERROR='FATAL ERROR'
TRYING_TO_RESTORE_BACKUP='Versuche Sicherung wiederherzustellen'
BACKUP_RESTORED='Sicherung wiederhergestellt'
SETTING_MODES='Setze modi'
CONTINUE='weiter'
VERIFYING_INTEG='Überprüfe integrität'
DELETING_BACKUP='Lösche Sicherungsdatei'
SUCCESS='Erfolgreich in fluxion integriert'
BEGIN_INSTALL='Installation beginnen'
COULD_NOT_OPEN_FLUX='Konnte fluxion nicht ”ffnen, bitte Berechtigung <20>berpr<70>fen. Beenden...'
NO_FLUXION_FOUND='fluxion nicht gefunden.\nBitte den installer INNERHALB des fluxion Ordners ausf<73>hren. Beenden...'
CORRUPTED_FLUX='Besch„digtes fluxion. Beenden...'
DOUBLE_INSTALL='Es scheint bereits eine Site mit dem Namen zu geben'
CONTINUE_ANYWAY='Trotzdem installieren?'
NOTHING_CHANGED='Nichts ver„ndert. Beenden...'

View File

@ -1,29 +0,0 @@
# -*- coding: cp852 -*-
#en_EN Locale
class language():
VERSION='Version'
CREATING_BACKUP='Creating backup'
NO_PERM='No Permission'
COPYING_FILES='Copying files'
COULD_NOT_COPY='Could not copy files'
DONE='Done'
REWRITING_FLUXION_BASH='Rewriting fluxion bash'
RECONFIGURE_FLUXION_BASH='Reconfiguring fluxion bash'
INTERNAL_FAILURE='Internal failure'
ERROR='Error'
FATAL_ERROR='FATAL ERROR'
TRYING_TO_RESTORE_BACKUP='Trying to restore from backup'
BACKUP_RESTORED='Backup restored'
SETTING_MODES='Setting modes'
CONTINUE='continue'
VERIFYING_INTEG='Verifying integrity of fluxion'
DELETING_BACKUP='Deleting backup'
SUCCESS='Successfully installed "to your fluxion'
BEGIN_INSTALL='Begin installation'
COULD_NOT_OPEN_FLUX='Could not open fluxion, check permissions. Exiting...'
NO_FLUXION_FOUND='No fluxion installation found.\nPlease use this installer INSIDE the fluxion folder. Exiting...'
CORRUPTED_FLUX='Corrupted fluxion installation. Exiting...'
DOUBLE_INSTALL='Seems like there is already a site with the name'
CONTINUE_ANYWAY='Do you want to continue anyway?'
NOTHING_CHANGED='Nothing changed, your choice. Exiting...'

Binary file not shown.