Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
strings
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ByeCorps
ID
strings
Commits
a3a5dfc8
Commit
a3a5dfc8
authored
11 months ago
by
Bye
Browse files
Options
Downloads
Plain Diff
Blah
parents
eb6fec2e
059dca6e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
en.php
+2
-7
2 additions, 7 deletions
en.php
en_US.php
+9
-0
9 additions, 0 deletions
en_US.php
en_UWU.php
+1
-0
1 addition, 0 deletions
en_UWU.php
nb_NO.php
+7
-0
7 additions, 0 deletions
nb_NO.php
with
19 additions
and
7 deletions
en.php
+
2
−
7
View file @
a3a5dfc8
...
...
@@ -6,9 +6,7 @@ $LANG['auth']['signedout'] = 'You were signed out.';
$LANG
[
'auth'
][
'email'
]
=
'Email'
;
$LANG
[
'auth'
][
'password'
]
=
'Password'
;
$LANG
[
'auth'
][
'confirmPassword'
]
=
'Confirm password'
;
$LANG
[
'button'
][
'submit'
]
=
'Submit'
;
$LANG
[
'page'
][
'credits'
]
=
'Credits'
;
$LANG
[
'page'
][
'signup'
]
=
'Sign up for ByeCorps ID'
;
$LANG
[
'page'
][
'login'
]
=
'Log in to ByeCorps ID'
;
...
...
@@ -16,13 +14,10 @@ $LANG['page']['login'] = 'Log in to ByeCorps ID';
$LANG
[
'header'
][
'hello'
]
=
'Hey hey {{display_name}}!'
;
$LANG
[
'footer'
][
'executionTime'
]
=
'Execution time'
;
$LANG
[
'generic'
][
'generic'
]
=
'You\'ve unlocked the generic text!'
;
$LANG
[
'generic'
][
'error'
]
=
'An error occurred.'
;
$LANG
[
'error'
][
'generic'
]
=
'No error message provided.'
;
$LANG
[
'error'
][
'loggedIn'
]
=
'You\'re already logged in.'
;
$LANG
[
'error'
][
'notLoggedIn'
]
=
'You\'re not logged in'
;
$LANG
[
'error'
][
'incorrectAuth'
]
=
'Incorrect username or password.'
;
$LANG
[
'error'
][
'incorrectAuth'
]
=
'Incorrect email or password.'
;
$LANG
[
'name'
]
=
'English (Traditional)'
;
This diff is collapsed.
Click to expand it.
en_US.php
+
9
−
0
View file @
a3a5dfc8
...
...
@@ -9,3 +9,12 @@ $LANG['error']['generic'] = 'No error message provided.';
$LANG
[
'error'
][
'loggedIn'
]
=
'You\'re already logged in.'
;
$LANG
[
'error'
][
'notLoggedIn'
]
=
'You\'re not logged in'
;
$LANG
[
'name'
]
=
'English (Simplified)'
;
$LANG
[
'auth'
][
'password'
]
=
'Password'
;
$LANG
[
'auth'
][
'confirmPassword'
]
=
'Confirm password'
;
$LANG
[
'auth'
][
'email'
]
=
'Email'
;
$LANG
[
'auth'
][
'signedout'
]
=
'You were signed out.'
;
$LANG
[
'button'
][
'submit'
]
=
'Submit'
;
$LANG
[
'page'
][
'signup'
]
=
'Sign up for ByeCorps ID'
;
$LANG
[
'page'
][
'login'
]
=
'Log in to ByeCorps ID'
;
$LANG
[
'auth'
][
'signout'
]
=
'Sign out'
;
$LANG
[
'error'
][
'incorrectAuth'
]
=
'Incorrect email or password.'
;
This diff is collapsed.
Click to expand it.
en_UWU.php
+
1
−
0
View file @
a3a5dfc8
...
...
@@ -10,3 +10,4 @@ $LANG['name'] = 'kawaii engwish ^_^';
$LANG
[
'page'
][
'login'
]
=
'let me haz ur bye-corpse passpowt OwO'
;
$LANG
[
'footer'
][
'executionTime'
]
=
'pooping time'
;
$LANG
[
'button'
][
'submit'
]
=
'submit >///<'
;
$LANG
[
'error'
][
'incorrectAuth'
]
=
'u typed ur login wrong :P'
;
This diff is collapsed.
Click to expand it.
nb_NO.php
+
7
−
0
View file @
a3a5dfc8
...
...
@@ -6,3 +6,10 @@ $LANG['error']['generic'] = 'Ingen feilmelding oppgitt.';
$LANG
[
'error'
][
'loggedIn'
]
=
'Du er allerede innlogget.'
;
$LANG
[
'error'
][
'notLoggedIn'
]
=
'Du er ikke innlogget'
;
$LANG
[
'auth'
][
'login'
]
=
'Logg inn'
;
$LANG
[
'auth'
][
'confirmPassword'
]
=
'Bekreft passord'
;
$LANG
[
'auth'
][
'password'
]
=
'Passord'
;
$LANG
[
'auth'
][
'email'
]
=
'E-postadresse'
;
$LANG
[
'auth'
][
'signedout'
]
=
'Du var logget ut.'
;
$LANG
[
'auth'
][
'signout'
]
=
'Logg ut'
;
$LANG
[
'name'
]
=
'Norsk bokmål'
;
$LANG
[
'error'
][
'incorrectAuth'
]
=
'Feil e-postaddresse eller passord.'
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment