diff options
Diffstat (limited to '')
-rw-r--r-- | language/nl_NL/admin.lang.php | 5 | ||||
-rw-r--r-- | language/nl_NL/install.lang.php | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index a27f8692e..ef92c6296 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -759,5 +759,6 @@ $lang['By rank'] = 'Op rank'; $lang['Manual order'] = 'Handmatige volgorde'; $lang['Order of menubar items has been updated successfully.'] = 'De volgorde van menu-items is succesvol aangepast.'; $lang['This theme was not designed to be directly activated'] = 'Dit thema is niet ontworpen om direct geactiveerd te worden'; - -?> +$lang['Who can see this photo?'] = 'Wie mag deze afbeelding zien?'; +$lang['Pending Comments'] = 'Nog niet goedgekeurde commentaren'; +?>
\ No newline at end of file diff --git a/language/nl_NL/install.lang.php b/language/nl_NL/install.lang.php index 3e4d9a3d4..acfc4074c 100644 --- a/language/nl_NL/install.lang.php +++ b/language/nl_NL/install.lang.php @@ -71,5 +71,7 @@ $lang['An alternate solution is to copy the text in the box above and paste it i $lang['Creation of config file local/config/database.inc.php failed.'] = 'Het aanmaken van config-bestand local/config/database.inc.php is mislukt.'; $lang['Download the config file'] = 'Download het config-bestand'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'U kunt het config-bestand downloaden en het uploaden naar de local/config directory van uw Piwigo-installatie.'; - +$lang['SQLite and PostgreSQL are currently in experimental state.'] = +'SQLite en PostgreSQL zijn momenteel nog in een experimenteel stadium.'; +$lang['Learn more'] = 'Leer meer'; ?>
\ No newline at end of file |