Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
88f2c19ef6
@ -173,7 +173,7 @@ one shown, substituting for your unique paths and settings:
|
||||
|
||||
You can generally find the location of PHP by executing "which php". If you
|
||||
have troubles with this section please contact your hosting provider for
|
||||
assistance. Friendica will not work correctly if you cannot perform this step.
|
||||
assistance. The RedMatrix will not work correctly if you cannot perform this step.
|
||||
|
||||
You should also be sure that $a->config['system']['php_path'] is set correctly, it should
|
||||
look like (changing it to the correct PHP location)
|
||||
@ -220,7 +220,7 @@ generally be world-readable.
|
||||
|
||||
Ensure that mod-rewite is installed and working, and that your
|
||||
.htaccess file is being used. To verify the latter, create a file test.out
|
||||
containing the word "test" in the top directory of Friendica, make it world
|
||||
containing the word "test" in the top directory of the RedMatrix, make it world
|
||||
readable and point your web browser to
|
||||
|
||||
http://yoursitenamehere.com/test.out
|
||||
|
@ -115,7 +115,7 @@ When strings are added or modified in source, you could run
|
||||
to extract strings from source files and join them with the existing .po file:
|
||||
new strings are added, the existing are not overwritten.
|
||||
|
||||
If you already translated Friendica using strings.php, you could import your old
|
||||
If you already translated the RedMatrix using strings.php, you could import your old
|
||||
translation to messages.po. Run:
|
||||
$ php util/php2po.php view/<language>/strings.php
|
||||
|
||||
|
1883
view/nl/messages.po
1883
view/nl/messages.po
File diff suppressed because it is too large
Load Diff
@ -7,10 +7,7 @@ function string_plural_select_nl($n){
|
||||
;
|
||||
$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden";
|
||||
$a->strings["Profile Photos"] = "Profielfoto's";
|
||||
$a->strings["photo"] = "foto";
|
||||
$a->strings["status"] = "bericht";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk";
|
||||
$a->strings["Attachments:"] = "Bijlagen:";
|
||||
$a->strings["view full size"] = "volledige grootte tonen";
|
||||
$a->strings["Embedded content"] = "Ingesloten inhoud";
|
||||
$a->strings["Embedding disabled"] = "Insluiten uitgeschakeld";
|
||||
$a->strings["created a new post"] = "maakte een nieuw bericht aan";
|
||||
@ -19,7 +16,7 @@ $a->strings["Site Admin"] = "Hubbeheerder";
|
||||
$a->strings["Bookmarks"] = "Bladwijzers";
|
||||
$a->strings["Address Book"] = "Connecties";
|
||||
$a->strings["Login"] = "Inloggen";
|
||||
$a->strings["Channel Select"] = "Kanaalkiezer";
|
||||
$a->strings["Channel Manager"] = "Kanaalbeheer";
|
||||
$a->strings["Matrix"] = "Matrix";
|
||||
$a->strings["Settings"] = "Instellingen";
|
||||
$a->strings["Files"] = "Bestanden";
|
||||
@ -49,89 +46,6 @@ $a->strings["Purchase"] = "Aanschaffen";
|
||||
$a->strings["Edit"] = "Bewerken";
|
||||
$a->strings["Delete"] = "Verwijderen";
|
||||
$a->strings["Unknown"] = "Onbekend";
|
||||
$a->strings["prev"] = "vorige";
|
||||
$a->strings["first"] = "eerste";
|
||||
$a->strings["last"] = "laatste";
|
||||
$a->strings["next"] = "volgende";
|
||||
$a->strings["older"] = "ouder";
|
||||
$a->strings["newer"] = "nieuwer";
|
||||
$a->strings["No connections"] = "Geen connecties";
|
||||
$a->strings["%d Connection"] = array(
|
||||
0 => "%d connectie",
|
||||
1 => "%d connecties",
|
||||
);
|
||||
$a->strings["View Connections"] = "Connecties weergeven";
|
||||
$a->strings["Save"] = "Opslaan";
|
||||
$a->strings["poke"] = "aanstoten";
|
||||
$a->strings["poked"] = "aangestoten";
|
||||
$a->strings["ping"] = "ping";
|
||||
$a->strings["pinged"] = "gepingd";
|
||||
$a->strings["prod"] = "por";
|
||||
$a->strings["prodded"] = "gepord";
|
||||
$a->strings["slap"] = "slaan";
|
||||
$a->strings["slapped"] = "sloeg";
|
||||
$a->strings["finger"] = "finger";
|
||||
$a->strings["fingered"] = "gefingerd";
|
||||
$a->strings["rebuff"] = "afpoeieren";
|
||||
$a->strings["rebuffed"] = "afgepoeierd";
|
||||
$a->strings["happy"] = "gelukkig";
|
||||
$a->strings["sad"] = "bedroefd";
|
||||
$a->strings["mellow"] = "mellow";
|
||||
$a->strings["tired"] = "moe";
|
||||
$a->strings["perky"] = "parmantig";
|
||||
$a->strings["angry"] = "boos";
|
||||
$a->strings["stupified"] = "beteuterd";
|
||||
$a->strings["puzzled"] = "verward";
|
||||
$a->strings["interested"] = "geïnteresseerd";
|
||||
$a->strings["bitter"] = "verbitterd";
|
||||
$a->strings["cheerful"] = "vrolijk";
|
||||
$a->strings["alive"] = "levendig";
|
||||
$a->strings["annoyed"] = "geërgerd";
|
||||
$a->strings["anxious"] = "bezorgd";
|
||||
$a->strings["cranky"] = "humeurig";
|
||||
$a->strings["disturbed"] = "verontrust";
|
||||
$a->strings["frustrated"] = "gefrustreerd ";
|
||||
$a->strings["depressed"] = "gedeprimeerd";
|
||||
$a->strings["motivated"] = "gemotiveerd";
|
||||
$a->strings["relaxed"] = "ontspannen";
|
||||
$a->strings["surprised"] = "verrast";
|
||||
$a->strings["Monday"] = "maandag";
|
||||
$a->strings["Tuesday"] = "dinsdag";
|
||||
$a->strings["Wednesday"] = "woensdag";
|
||||
$a->strings["Thursday"] = "donderdag";
|
||||
$a->strings["Friday"] = "vrijdag";
|
||||
$a->strings["Saturday"] = "zaterdag";
|
||||
$a->strings["Sunday"] = "zondag";
|
||||
$a->strings["January"] = "januari";
|
||||
$a->strings["February"] = "februari";
|
||||
$a->strings["March"] = "maart";
|
||||
$a->strings["April"] = "april";
|
||||
$a->strings["May"] = "mei";
|
||||
$a->strings["June"] = "juni";
|
||||
$a->strings["July"] = "juli";
|
||||
$a->strings["August"] = "augustus";
|
||||
$a->strings["September"] = "september";
|
||||
$a->strings["October"] = "oktober";
|
||||
$a->strings["November"] = "november";
|
||||
$a->strings["December"] = "december";
|
||||
$a->strings["unknown.???"] = "onbekend.???";
|
||||
$a->strings["bytes"] = "bytes";
|
||||
$a->strings["remove category"] = "categorie verwijderen";
|
||||
$a->strings["remove from file"] = "uit map verwijderen";
|
||||
$a->strings["Click to open/close"] = "Klik om te openen of te sluiten";
|
||||
$a->strings["Link to Source"] = "Originele locatie";
|
||||
$a->strings["Select a page layout: "] = "Kies een paginalayout: ";
|
||||
$a->strings["default"] = "standaard";
|
||||
$a->strings["Page content type: "] = "Opmaakcode pagina";
|
||||
$a->strings["Select an alternate language"] = "Kies een andere taal";
|
||||
$a->strings["event"] = "gebeurtenis";
|
||||
$a->strings["comment"] = "reactie";
|
||||
$a->strings["activity"] = "activiteit";
|
||||
$a->strings["Design"] = "Ontwerp";
|
||||
$a->strings["Blocks"] = "Blokken";
|
||||
$a->strings["Menus"] = "Menu's";
|
||||
$a->strings["Layouts"] = "Layouts";
|
||||
$a->strings["Pages"] = "Pagina's";
|
||||
$a->strings["New Page"] = "Nieuwe pagina";
|
||||
$a->strings["View"] = "Weergeven";
|
||||
$a->strings["Preview"] = "Voorvertoning";
|
||||
@ -141,21 +55,9 @@ $a->strings["Title"] = "Titel";
|
||||
$a->strings["Created"] = "Aangemaakt";
|
||||
$a->strings["Edited"] = "Bewerkt";
|
||||
$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "De beveiligings-token van het tekstvak was ongeldig. Dit is mogelijk het gevolg van dat er te lang (meer dan 3 uur) gewacht is om de tekst op te slaan. ";
|
||||
$a->strings["Not a valid email address"] = "Geen geldig e-mailadres";
|
||||
$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze RedMatrix-hub niet toegestaan";
|
||||
$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze RedMatrix-hub geregistreerd .";
|
||||
$a->strings["An invitation is required."] = "Een uitnodiging is vereist";
|
||||
$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden";
|
||||
$a->strings["Please enter the required information."] = "Vul de vereiste informatie in.";
|
||||
$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden.";
|
||||
$a->strings["Registration confirmation for %s"] = "Registratiebevestiging voor %s";
|
||||
$a->strings["Registration request at %s"] = "Registratieverzoek op %s";
|
||||
$a->strings["Administrator"] = "Beheerder";
|
||||
$a->strings["your registration password"] = "jouw registratiewachtwoord";
|
||||
$a->strings["Registration details for %s"] = "Registratiedetails voor %s";
|
||||
$a->strings["Account approved."] = "Account goedgekeurd";
|
||||
$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s";
|
||||
$a->strings["Account verified. Please login."] = "Account is geverifieerd. Je kan inloggen.";
|
||||
$a->strings["Invalid data packet"] = "Datapakket ongeldig";
|
||||
$a->strings["Unable to verify channel signature"] = "Kanaal-kenmerk (channel signature) kon niet worden geverifieerd. ";
|
||||
$a->strings["Unable to verify site signature for %s"] = "Hub-kenmerk (site signature) voor %s kon niet worden geverifieerd";
|
||||
$a->strings["Permission denied."] = "Toegang geweigerd";
|
||||
$a->strings["Image exceeds website size limit of %lu bytes"] = "Afbeelding is groter dan op deze hub toegestane limiet van %lu bytes";
|
||||
$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg";
|
||||
@ -239,7 +141,6 @@ $a->strings["New Message"] = "Nieuw bericht";
|
||||
$a->strings["Event Calendar"] = "Agenda";
|
||||
$a->strings["See all events"] = "Alle gebeurtenissen weergeven";
|
||||
$a->strings["Mark all events seen"] = "Markeer alle gebeurtenissen als bekeken";
|
||||
$a->strings["Channel Manager"] = "Kanaalbeheerder";
|
||||
$a->strings["Manage Your Channels"] = "Beheer je kanalen";
|
||||
$a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen";
|
||||
$a->strings["Admin"] = "Beheer";
|
||||
@ -247,6 +148,91 @@ $a->strings["Site Setup and Configuration"] = "Hub instellen en beheren";
|
||||
$a->strings["Nothing new here"] = "Niets nieuw hier";
|
||||
$a->strings["Please wait..."] = "Wachten aub...";
|
||||
$a->strings["%1\$s's bookmarks"] = "Bladwijzers van %1\$s";
|
||||
$a->strings["prev"] = "vorige";
|
||||
$a->strings["first"] = "eerste";
|
||||
$a->strings["last"] = "laatste";
|
||||
$a->strings["next"] = "volgende";
|
||||
$a->strings["older"] = "ouder";
|
||||
$a->strings["newer"] = "nieuwer";
|
||||
$a->strings["No connections"] = "Geen connecties";
|
||||
$a->strings["%d Connection"] = array(
|
||||
0 => "%d connectie",
|
||||
1 => "%d connecties",
|
||||
);
|
||||
$a->strings["View Connections"] = "Connecties weergeven";
|
||||
$a->strings["Save"] = "Opslaan";
|
||||
$a->strings["poke"] = "aanstoten";
|
||||
$a->strings["poked"] = "aangestoten";
|
||||
$a->strings["ping"] = "ping";
|
||||
$a->strings["pinged"] = "gepingd";
|
||||
$a->strings["prod"] = "por";
|
||||
$a->strings["prodded"] = "gepord";
|
||||
$a->strings["slap"] = "slaan";
|
||||
$a->strings["slapped"] = "sloeg";
|
||||
$a->strings["finger"] = "finger";
|
||||
$a->strings["fingered"] = "gefingerd";
|
||||
$a->strings["rebuff"] = "afpoeieren";
|
||||
$a->strings["rebuffed"] = "afgepoeierd";
|
||||
$a->strings["happy"] = "gelukkig";
|
||||
$a->strings["sad"] = "bedroefd";
|
||||
$a->strings["mellow"] = "mellow";
|
||||
$a->strings["tired"] = "moe";
|
||||
$a->strings["perky"] = "parmantig";
|
||||
$a->strings["angry"] = "boos";
|
||||
$a->strings["stupified"] = "beteuterd";
|
||||
$a->strings["puzzled"] = "verward";
|
||||
$a->strings["interested"] = "geïnteresseerd";
|
||||
$a->strings["bitter"] = "verbitterd";
|
||||
$a->strings["cheerful"] = "vrolijk";
|
||||
$a->strings["alive"] = "levendig";
|
||||
$a->strings["annoyed"] = "geërgerd";
|
||||
$a->strings["anxious"] = "bezorgd";
|
||||
$a->strings["cranky"] = "humeurig";
|
||||
$a->strings["disturbed"] = "verontrust";
|
||||
$a->strings["frustrated"] = "gefrustreerd ";
|
||||
$a->strings["depressed"] = "gedeprimeerd";
|
||||
$a->strings["motivated"] = "gemotiveerd";
|
||||
$a->strings["relaxed"] = "ontspannen";
|
||||
$a->strings["surprised"] = "verrast";
|
||||
$a->strings["Monday"] = "maandag";
|
||||
$a->strings["Tuesday"] = "dinsdag";
|
||||
$a->strings["Wednesday"] = "woensdag";
|
||||
$a->strings["Thursday"] = "donderdag";
|
||||
$a->strings["Friday"] = "vrijdag";
|
||||
$a->strings["Saturday"] = "zaterdag";
|
||||
$a->strings["Sunday"] = "zondag";
|
||||
$a->strings["January"] = "januari";
|
||||
$a->strings["February"] = "februari";
|
||||
$a->strings["March"] = "maart";
|
||||
$a->strings["April"] = "april";
|
||||
$a->strings["May"] = "mei";
|
||||
$a->strings["June"] = "juni";
|
||||
$a->strings["July"] = "juli";
|
||||
$a->strings["August"] = "augustus";
|
||||
$a->strings["September"] = "september";
|
||||
$a->strings["October"] = "oktober";
|
||||
$a->strings["November"] = "november";
|
||||
$a->strings["December"] = "december";
|
||||
$a->strings["unknown.???"] = "onbekend.???";
|
||||
$a->strings["bytes"] = "bytes";
|
||||
$a->strings["remove category"] = "categorie verwijderen";
|
||||
$a->strings["remove from file"] = "uit map verwijderen";
|
||||
$a->strings["Click to open/close"] = "Klik om te openen of te sluiten";
|
||||
$a->strings["Link to Source"] = "Originele locatie";
|
||||
$a->strings["Select a page layout: "] = "Kies een paginalayout: ";
|
||||
$a->strings["default"] = "standaard";
|
||||
$a->strings["Page content type: "] = "Opmaakcode pagina";
|
||||
$a->strings["Select an alternate language"] = "Kies een andere taal";
|
||||
$a->strings["photo"] = "foto";
|
||||
$a->strings["event"] = "gebeurtenis";
|
||||
$a->strings["status"] = "bericht";
|
||||
$a->strings["comment"] = "reactie";
|
||||
$a->strings["activity"] = "activiteit";
|
||||
$a->strings["Design"] = "Ontwerp";
|
||||
$a->strings["Blocks"] = "Blokken";
|
||||
$a->strings["Menus"] = "Menu's";
|
||||
$a->strings["Layouts"] = "Layouts";
|
||||
$a->strings["Pages"] = "Pagina's";
|
||||
$a->strings["Tags"] = "Labels";
|
||||
$a->strings["Keywords"] = "Trefwoorden";
|
||||
$a->strings["have"] = "heb";
|
||||
@ -302,9 +288,23 @@ $a->strings["%d connection in common"] = array(
|
||||
);
|
||||
$a->strings["show more"] = "meer connecties weergeven";
|
||||
$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd.";
|
||||
$a->strings["Invalid data packet"] = "Datapakket ongeldig";
|
||||
$a->strings["Unable to verify channel signature"] = "Kanaal-kenmerk (channel signature) kon niet worden geverifieerd. ";
|
||||
$a->strings["Unable to verify site signature for %s"] = "Hub-kenmerk (site signature) voor %s kon niet worden geverifieerd";
|
||||
$a->strings["Not a valid email address"] = "Geen geldig e-mailadres";
|
||||
$a->strings["Your email domain is not among those allowed on this site"] = "Jouw e-maildomein is op deze RedMatrix-hub niet toegestaan";
|
||||
$a->strings["Your email address is already registered at this site."] = "Jouw e-mailadres is al op deze RedMatrix-hub geregistreerd .";
|
||||
$a->strings["An invitation is required."] = "Een uitnodiging is vereist";
|
||||
$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden";
|
||||
$a->strings["Please enter the required information."] = "Vul de vereiste informatie in.";
|
||||
$a->strings["Failed to store account information."] = "Account-informatie kon niet opgeslagen worden.";
|
||||
$a->strings["Registration confirmation for %s"] = "Registratiebevestiging voor %s";
|
||||
$a->strings["Registration request at %s"] = "Registratieverzoek op %s";
|
||||
$a->strings["Administrator"] = "Beheerder";
|
||||
$a->strings["your registration password"] = "jouw registratiewachtwoord";
|
||||
$a->strings["Registration details for %s"] = "Registratiedetails voor %s";
|
||||
$a->strings["Account approved."] = "Account goedgekeurd";
|
||||
$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s";
|
||||
$a->strings["Account verified. Please login."] = "Account is geverifieerd. Je kan inloggen.";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk";
|
||||
$a->strings["Attachments:"] = "Bijlagen:";
|
||||
$a->strings["Miscellaneous"] = "Diversen";
|
||||
$a->strings["year"] = "jaar";
|
||||
$a->strings["month"] = "maand";
|
||||
@ -413,7 +413,7 @@ $a->strings["View Source"] = "Bron weergeven";
|
||||
$a->strings["Follow Thread"] = "Conversatie volgen";
|
||||
$a->strings["View Status"] = "Status weergeven";
|
||||
$a->strings["View Photos"] = "Foto's weergeven";
|
||||
$a->strings["Matrix Activity"] = "Activiteit in de Matrix";
|
||||
$a->strings["Matrix Activity"] = "Activiteit in de RedMatrix";
|
||||
$a->strings["Connect"] = "Verbinden";
|
||||
$a->strings["Edit Contact"] = "Contact bewerken";
|
||||
$a->strings["Send PM"] = "Privébericht verzenden";
|
||||
@ -571,6 +571,7 @@ $a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenti
|
||||
$a->strings["Visible to anybody on %s."] = "Voor iedereen op %s zichtbaar.";
|
||||
$a->strings["Visible to all connections."] = "Voor alle connecties zichtbaar.";
|
||||
$a->strings["Visible to approved connections."] = "Voor alle goedgekeurde connecties zichtbaar.";
|
||||
$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar.";
|
||||
$a->strings["Item not found."] = "Item niet gevonden.";
|
||||
$a->strings["Collection not found."] = "Collectie niet gevonden.";
|
||||
$a->strings["Collection is empty."] = "Collectie is leeg";
|
||||
@ -643,7 +644,6 @@ $a->strings["Love/Romance:"] = "Liefde/romantiek:";
|
||||
$a->strings["Work/employment:"] = "Werk/beroep:";
|
||||
$a->strings["School/education:"] = "School/opleiding:";
|
||||
$a->strings["Like this thing"] = "Vind dit ding leuk";
|
||||
$a->strings["view full size"] = "volledige grootte tonen";
|
||||
$a->strings["Image/photo"] = "Afbeelding/foto";
|
||||
$a->strings["Encrypted content"] = "Versleutelde inhoud";
|
||||
$a->strings["QR code"] = "QR-code";
|
||||
@ -1533,6 +1533,8 @@ $a->strings["Accessibility system theme"] = "Standaardthema voor universele toeg
|
||||
$a->strings["Accessibility theme"] = "Thema voor universele toegang";
|
||||
$a->strings["Channel to use for this website's static pages"] = "Kanaal die op deze hub als statische pagina op de homepage gebruikt moet worden";
|
||||
$a->strings["Site Channel"] = "Kanaal op deze RedMatrix-hub";
|
||||
$a->strings["Enable Diaspora Protocol"] = "Diaspora-protocol inschakkelen";
|
||||
$a->strings["Communicate with Diaspora and Friendica - experimental"] = "Communiceer met Diaspora en Friendica (experimenteel)";
|
||||
$a->strings["Allow Feeds as Connections"] = "Sta feeds toe als connecties";
|
||||
$a->strings["(Heavy system resource usage)"] = "(sterk negatieve invloed op systeembronnen hub)";
|
||||
$a->strings["Maximum image size"] = "Maximale grootte van afbeeldingen";
|
||||
@ -1637,6 +1639,16 @@ $a->strings["Debugging"] = "Debuggen";
|
||||
$a->strings["Log file"] = "Logbestand";
|
||||
$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Moet door de webserver beschrijfbaar zijn. Relatief ten opzichte van de bovenste map van je RedMatrix-installatie.";
|
||||
$a->strings["Log level"] = "Logniveau";
|
||||
$a->strings["New Profile Field"] = "Nieuw profielveld";
|
||||
$a->strings["Field nickname"] = "Bijnaam voor veld";
|
||||
$a->strings["System name of field"] = "Systeemnaam voor veld";
|
||||
$a->strings["Input type"] = "Invoertype";
|
||||
$a->strings["Field Name"] = "Veldnaam";
|
||||
$a->strings["Label on profile pages"] = "Tekstlabel voor op profielpagina's";
|
||||
$a->strings["Help text"] = "Helptekst";
|
||||
$a->strings["Additional info (optional)"] = "Extra informatie (optioneel)";
|
||||
$a->strings["Field definition not found"] = "Velddefinitie niet gevonden";
|
||||
$a->strings["Edit Profile Field"] = "Profielveld bewerken";
|
||||
$a->strings["Thing updated"] = "Ding bijgewerkt";
|
||||
$a->strings["Object store: failed"] = "Opslaan van ding mislukt";
|
||||
$a->strings["Thing added"] = "Ding toegevoegd";
|
||||
|
Reference in New Issue
Block a user