Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BRIC
dokuwiki
Commits
e33254ec
Commit
e33254ec
authored
6 years ago
by
Andy
Committed by
DokuWiki Translation Interface
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
translation update
parent
198d0863
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
inc/lang/nl/lang.php
+1
-0
1 addition, 0 deletions
inc/lang/nl/lang.php
lib/plugins/authpdo/lang/nl/lang.php
+1
-1
1 addition, 1 deletion
lib/plugins/authpdo/lang/nl/lang.php
lib/plugins/authpdo/lang/nl/settings.php
+16
-0
16 additions, 0 deletions
lib/plugins/authpdo/lang/nl/settings.php
with
18 additions
and
1 deletion
inc/lang/nl/lang.php
+
1
−
0
View file @
e33254ec
...
...
@@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Andy <astolker@icloud.com>
* @author Harriet Neitz <harrietneitz@gmail.com>
* @author mark prins <mprins@users.sf.net>
* @author François Kooman <fkooman.tuxed.net>
...
...
This diff is collapsed.
Click to expand it.
lib/plugins/authpdo/lang/nl/lang.php
+
1
−
1
View file @
e33254ec
...
...
@@ -2,7 +2,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
*
* @author Hugo Smet <hugo.smet@scarlet.be>
*/
$lang
[
'connectfail'
]
=
'Connectie met de database mislukt.'
;
...
...
This diff is collapsed.
Click to expand it.
lib/plugins/authpdo/lang/nl/settings.php
0 → 100644
+
16
−
0
View file @
e33254ec
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Andy <astolker@icloud.com>
*/
$lang
[
'debug'
]
=
'Geef gedetailleerde foutmeldingen weer. Dit zou uitgeschakeld moeten zijn na de installatie.'
;
$lang
[
'dsn'
]
=
'De DSN om verbinding te maken met de database.'
;
$lang
[
'user'
]
=
'De gebruikersnaam voor de bovengenoemde database verbinding (laat leeg voor sqlite)'
;
$lang
[
'pass'
]
=
'Het wachtwoord voor de bovengenoemde database verbinding (laat leeg voor sqlite)'
;
$lang
[
'select-user'
]
=
'SQL Statement om de data te selecteren van één gebruiker'
;
$lang
[
'select-user-groups'
]
=
'SQL Statement om alle groepen van één gebruiker te selecteren'
;
$lang
[
'select-groups'
]
=
'SQL Statement om alle beschikbare groepen te selecteren'
;
$lang
[
'insert-user'
]
=
'SQL Statement om een nieuwe gebruiker in de database in te voeren'
;
$lang
[
'delete-user'
]
=
'SQL Statement om één gebruiker uit de database te verwijderen'
;
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