diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-01-30 08:59:28 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-30 08:59:28 +0100 |
commit | 8404fe9e3289107ac7507764691bac221a212255 (patch) | |
tree | bea366b3c68ccf53a6e51829ea5e32699b4c9f51 /program/localization/nl_NL | |
parent | cfc84e984f253c9ed75aa7260419a6032dff5123 (diff) |
Updated localizations from Transifex
Diffstat (limited to 'program/localization/nl_NL')
-rw-r--r-- | program/localization/nl_NL/labels.inc | 1 | ||||
-rw-r--r-- | program/localization/nl_NL/messages.inc | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/program/localization/nl_NL/labels.inc b/program/localization/nl_NL/labels.inc index 58179eda5..e4f4794b6 100644 --- a/program/localization/nl_NL/labels.inc +++ b/program/localization/nl_NL/labels.inc @@ -52,6 +52,7 @@ $labels['fromtoshort'] = '$from – $to van $count'; $labels['copy'] = 'Kopiëren'; $labels['move'] = 'Verplaats'; $labels['moveto'] = 'Verplaats naar...'; +$labels['copyto'] = 'Kopiëren naar...'; $labels['download'] = 'Download'; $labels['open'] = 'Openen'; $labels['showattachment'] = 'Toon'; diff --git a/program/localization/nl_NL/messages.inc b/program/localization/nl_NL/messages.inc index bf8c41472..2595c2259 100644 --- a/program/localization/nl_NL/messages.inc +++ b/program/localization/nl_NL/messages.inc @@ -5,7 +5,7 @@ | localization/<lang>/messages.inc | | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | Copyright (C) 2005-2014, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -32,7 +32,8 @@ $messages['invalidrequest'] = 'Ongeldige aanvraag! Er zijn geen gegevens opgesla $messages['invalidhost'] = 'Ongeldige servernaam.'; $messages['nomessagesfound'] = 'Geen berichten gevonden in deze mailbox.'; $messages['loggedout'] = 'Succesvol uitgelogd. Tot ziens!'; -$messages['mailboxempty'] = 'Mailbox is leeg.'; +$messages['mailboxempty'] = 'Mailbox is leeg'; +$messages['nomessages'] = 'Geen berichten'; $messages['refreshing'] = 'Vernieuwen...'; $messages['loading'] = 'Laden...'; $messages['uploading'] = 'Bestand wordt geüpload...'; |