-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from BBj-Plugins/109_localize
#109 localization For The Login Dialog
- Loading branch information
Showing
7 changed files
with
142 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
use ::translations/bbtranslator.bbj::BBTranslator | ||
|
||
class public I18n | ||
|
||
field public static Boolean SelfLearningTranslations! = Boolean.FALSE | ||
field public static BBTranslator Translator! = BBTranslator.getInstance("webkit", STBL("!LOCALE"), "", "WebKit/i18n") | ||
|
||
method public static BBjString getTranslation(BBjString key$) | ||
if #SelfLearningTranslations! then | ||
#Translator!.clearCache() | ||
methodret #Translator!.getTranslation(key$,key$,1) | ||
else | ||
methodret #Translator!.getTranslation(key$) | ||
fi | ||
methodend | ||
|
||
classend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# | ||
#Thu Dec 16 15:25:15 CET 2021 | ||
choose-a-new-password=Choose a new password | ||
forgot-your-password=Forgot your Password? | ||
it-seems-you-cannot-use-this-functionality=It seems you cannot use this functionality. | ||
keep-mesigned-in=Keep me signed in | ||
login=login | ||
login-upper=Login | ||
name-company-com=name@company.com | ||
new-password=New Password | ||
password=password | ||
password-been-changed=Password has been changed | ||
password-token-sent=Password token sent | ||
password-upper=Password | ||
repeat-password=Repeat Password | ||
request-a-new-password=Request a new password | ||
retry=Retry | ||
return-to-login=Return to Login | ||
send-email=Send Email | ||
set-password=Set Password | ||
something-went-wrong=Something went wrong | ||
user=user | ||
username-upper=Username | ||
you-may-now-login-with-your-new-user-credentials=You may now log in with your new user credentials. | ||
your-password=your password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# | ||
#Thu Dec 16 15:25:15 CET 2021 | ||
choose-a-new-password=W\u00E4hlen Sie ein neues Passwort | ||
forgot-your-password=Passwort vergessen? | ||
it-seems-you-cannot-use-this-functionality=Es scheint, dass Sie diese Funktion nicht nutzen k\u00F6nnen. | ||
keep-mesigned-in=Angemeldet bleiben | ||
login=anmelden | ||
login-upper=Login | ||
name-company-com=name@firma.com | ||
new-password=Neues Password | ||
password=Passwort | ||
password-been-changed=Das Passwort wurde ge\u00E4ndert | ||
password-token-sent=Das Passwort-Token wurde gesendet | ||
password-upper=Passwort | ||
repeat-password=Passwort wiederholen | ||
request-a-new-password=Ein neues Passwort anfordern | ||
retry=Erneut versuchen | ||
return-to-login=Zur\u00C3\u00BCck zum Login | ||
send-email=E-Mail senden | ||
set-password=Passwort festlegen | ||
something-went-wrong=Etwas ist schief gelaufen | ||
user=Benutzer | ||
username-upper=Benutzername | ||
you-may-now-login-with-your-new-user-credentials=Sie k\u00F6nnen sich nun mit Ihren neuen Benutzerdaten anmelden. | ||
your-password=dein Passwort |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# | ||
#Thu Dec 16 15:25:15 CET 2021 | ||
choose-a-new-password=Choose a new password | ||
forgot-your-password=Forgot your Password? | ||
it-seems-you-cannot-use-this-functionality=It seems you cannot use this functionality. | ||
keep-mesigned-in=Keep me signed in | ||
login=login | ||
login-upper=Login | ||
name-company-com=name@company.com | ||
new-password=New Password | ||
password=password | ||
password-been-changed=Password has been changed | ||
password-token-sent=Password token sent | ||
password-upper=Password | ||
repeat-password=Repeat Password | ||
request-a-new-password=Request a new password | ||
retry=Retry | ||
return-to-login=Return to Login | ||
send-email=Send Email | ||
set-password=Set Password | ||
something-went-wrong=Something went wrong | ||
user=user | ||
username-upper=Username | ||
you-may-now-login-with-your-new-user-credentials=You may now log in with your new user credentials. | ||
your-password=your password |