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
f3b8352f
Commit
f3b8352f
authored
7 months ago
by
Bye
Browse files
Options
Downloads
Patches
Plain Diff
Add english strings
parent
bfb12335
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
en.php
+11
-1
11 additions, 1 deletion
en.php
with
11 additions
and
1 deletion
en.php
+
11
−
1
View file @
f3b8352f
...
...
@@ -30,10 +30,20 @@ $LANG['header']['hello'] = 'Hey hey {{display_name}}!';
$LANG
[
'footer'
][
'executionTime'
]
=
'<b>Execution time:</b> {{time}} ms'
;
$LANG
[
'generic'
][
'generic'
]
=
'You\'ve unlocked the generic text!'
;
$LANG
[
'generic'
][
'error'
]
=
'An error occurred.'
;
$LANG
[
'idcard'
][
'joined'
]
=
'Since {{date}}'
;
$LANG
[
'generic'
][
'languageUpdated'
]
=
'Language updated successfully!'
;
$LANG
[
'idcard'
][
'joined'
]
=
'Joined on {{date}}'
;
$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 email or password.'
;
$LANG
[
'error'
][
'invalidEmail'
]
=
'Invalid email address.'
;
$LANG
[
'error'
][
'noAppId'
]
=
'Missing App ID'
;
$LANG
[
'error'
][
'invalidAppId'
]
=
'Invalid App ID'
;
$LANG
[
'name'
]
=
'English (Traditional)'
;
// LANGUAGES
$LANG
[
'language'
][
'en'
]
=
'English (Traditional)'
;
$LANG
[
'language'
][
'en_US'
]
=
'English (Simplified)'
;
$LANG
[
'language'
][
'fi'
]
=
'Finnish'
;
$LANG
[
'language'
][
'ga'
]
=
'Irish'
;
$LANG
[
'language'
][
'nb_NO'
]
=
'Norwegian Bokmål'
;
$LANG
[
'language'
][
'en_UWU'
]
=
'Cute English'
;
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