small update Ducth strings + fix dark schema

This commit is contained in:
jeroenpraat 2015-11-03 21:19:23 +01:00
parent 43d8090182
commit d1aa672388
3 changed files with 33 additions and 21 deletions

View File

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Redmatrix\n" "Project-Id-Version: Redmatrix\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-30 00:03-0700\n" "POT-Creation-Date: 2015-10-30 00:03-0700\n"
"PO-Revision-Date: 2015-10-31 20:03+0000\n" "PO-Revision-Date: 2015-11-03 20:14+0000\n"
"Last-Translator: jeroenpraat <jeroenpraat@xs4all.nl>\n" "Last-Translator: jeroenpraat <jeroenpraat@xs4all.nl>\n"
"Language-Team: Dutch (http://www.transifex.com/Friendica/red-matrix/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/Friendica/red-matrix/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -569,11 +569,11 @@ msgstr "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde g
#: ../../include/features.php:61 #: ../../include/features.php:61
msgid "Enable Voting Tools" msgid "Enable Voting Tools"
msgstr "Stemmen inschakelen" msgstr "Peilingen inschakelen"
#: ../../include/features.php:61 #: ../../include/features.php:61
msgid "Provide a class of post which others can vote on" msgid "Provide a class of post which others can vote on"
msgstr "Creëert een berichtenoptie zodat anderen op jouw vraag kunnen stemmen." msgstr "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen."
#: ../../include/features.php:62 #: ../../include/features.php:62
msgid "Delayed Posting" msgid "Delayed Posting"
@ -3476,7 +3476,7 @@ msgstr "locatie instellen"
#: ../../include/conversation.php:1207 ../../mod/editpost.php:126 #: ../../include/conversation.php:1207 ../../mod/editpost.php:126
msgid "Toggle voting" msgid "Toggle voting"
msgstr "Stemmen in- of uitschakelen" msgstr "Peiling in- of uitschakelen"
#: ../../include/conversation.php:1210 ../../mod/editblock.php:149 #: ../../include/conversation.php:1210 ../../mod/editblock.php:149
#: ../../mod/editpost.php:125 ../../mod/editlayout.php:147 #: ../../mod/editpost.php:125 ../../mod/editlayout.php:147

View File

@ -121,8 +121,8 @@ $a->strings["Channel Sources"] = "Kanaalbronnen";
$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren."; $a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren.";
$a->strings["Even More Encryption"] = "Extra encryptie"; $a->strings["Even More Encryption"] = "Extra encryptie";
$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel."; $a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel.";
$a->strings["Enable Voting Tools"] = "Stemmen inschakelen"; $a->strings["Enable Voting Tools"] = "Peilingen inschakelen";
$a->strings["Provide a class of post which others can vote on"] = "Creëert een berichtenoptie zodat anderen op jouw vraag kunnen stemmen."; $a->strings["Provide a class of post which others can vote on"] = "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen.";
$a->strings["Delayed Posting"] = "Berichten uitstellen"; $a->strings["Delayed Posting"] = "Berichten uitstellen";
$a->strings["Allow posts to be published at a later date"] = "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden."; $a->strings["Allow posts to be published at a later date"] = "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden.";
$a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter"; $a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter";
@ -807,7 +807,7 @@ $a->strings["Insert audio link"] = "Audiolink invoegen";
$a->strings["audio link"] = "audiolink"; $a->strings["audio link"] = "audiolink";
$a->strings["Set your location"] = "Locatie instellen"; $a->strings["Set your location"] = "Locatie instellen";
$a->strings["set location"] = "locatie instellen"; $a->strings["set location"] = "locatie instellen";
$a->strings["Toggle voting"] = "Stemmen in- of uitschakelen"; $a->strings["Toggle voting"] = "Peiling in- of uitschakelen";
$a->strings["Clear browser location"] = "Locatie van webbrowser wissen"; $a->strings["Clear browser location"] = "Locatie van webbrowser wissen";
$a->strings["clear location"] = "locatie wissen"; $a->strings["clear location"] = "locatie wissen";
$a->strings["Title (optional)"] = "Titel (optioneel)"; $a->strings["Title (optional)"] = "Titel (optioneel)";

View File

@ -119,26 +119,38 @@
} }
.btn-success { .btn-success {
color: #FFF; color: #FFF !important;
background-color: #5CB85C; background-color: #5CB85C !important;
border-color: #4CAE4C; border-color: #4CAE4C !important;
} }
.btn-success:hover, .btn-success:focus { .btn-success:hover, .btn-success:focus {
color: #FFF; color: #FFF !important;
background-color: #449D44; background-color: #449D44 !important;
border-color: #398439; border-color: #398439 !important;
} }
.btn-danger { .btn-warning {
background-color: #D9534F; color: #FFF !important;
border-color: #D43F3A; background-color: #F0AD4E !important;
color: #FFF; border-color: #EEA236 !important;
} }
.btn-danger:hover, .btn-danger:focus {
color: #FFF; .btn-warning:hover, .btn-warning:focus {
background-color: #C9302C; color: #FFF !important;
border-color: #AC2925; background-color: #EC971F !important;
border-color: #D58512 !important;
}
.btn-danger, form#chat-destroy > input {
background-color: #D9534F !important;
border-color: #D43F3A !important;
color: #FFF !important;
}
.btn-danger:hover, .btn-danger:focus, form#chat-destroy > input:hover, form#chat-destroy > input:focus {
color: #FFF !important;
background-color: #C9302C !important;
border-color: #AC2925 !important;
} }
.pager_first, .pager_first,