Merge https://github.com/redmatrix/hubzilla into pending_merge
This commit is contained in:
commit
cd5630476f
@ -13,6 +13,7 @@
|
||||
|
||||
require_once('include/permissions.php');
|
||||
require_once('include/security.php');
|
||||
require_once('include/group.php');
|
||||
|
||||
/**
|
||||
* @brief Guess the mimetype from file ending.
|
||||
@ -1314,6 +1315,8 @@ function attach_delete($channel_id, $resource, $is_photo = 0) {
|
||||
);
|
||||
|
||||
file_activity($channel_id, $object, $object['allow_cid'], $object['allow_gid'], $object['deny_cid'], $object['deny_gid'], 'update', $notify=1);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
2170
view/de/hmessages.po
2170
view/de/hmessages.po
File diff suppressed because it is too large
Load Diff
@ -167,200 +167,6 @@ $a->strings["%d connection in common"] = array(
|
||||
1 => "%d gemeinsame Verbindungen",
|
||||
);
|
||||
$a->strings["show more"] = "mehr zeigen";
|
||||
$a->strings["photo"] = "Foto";
|
||||
$a->strings["event"] = "Termin";
|
||||
$a->strings["channel"] = "Kanal";
|
||||
$a->strings["status"] = "Status";
|
||||
$a->strings["comment"] = "Kommentar";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gefällt %2\$ss %3\$s";
|
||||
$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s gefällt %2\$ss %3\$s nicht";
|
||||
$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ist jetzt mit %2\$s verbunden";
|
||||
$a->strings["%1\$s poked %2\$s"] = "%1\$s stupste %2\$s an";
|
||||
$a->strings["poked"] = "stupste";
|
||||
$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s ist %2\$s";
|
||||
$a->strings["__ctx:title__ Likes"] = "Gefällt mir";
|
||||
$a->strings["__ctx:title__ Dislikes"] = "Gefällt mir nicht";
|
||||
$a->strings["__ctx:title__ Agree"] = "Zustimmungen";
|
||||
$a->strings["__ctx:title__ Disagree"] = "Ablehnungen";
|
||||
$a->strings["__ctx:title__ Abstain"] = "Enthaltungen";
|
||||
$a->strings["__ctx:title__ Attending"] = "Zusagen";
|
||||
$a->strings["__ctx:title__ Not attending"] = "Absagen";
|
||||
$a->strings["__ctx:title__ Might attend"] = "Vielleicht";
|
||||
$a->strings["Select"] = "Auswählen";
|
||||
$a->strings["Private Message"] = "Private Nachricht";
|
||||
$a->strings["Message signature validated"] = "Signatur überprüft";
|
||||
$a->strings["Message signature incorrect"] = "Signatur nicht korrekt";
|
||||
$a->strings["View %s's profile @ %s"] = "%ss Profil auf %s ansehen";
|
||||
$a->strings["Categories:"] = "Kategorien:";
|
||||
$a->strings["Filed under:"] = "Gespeichert unter:";
|
||||
$a->strings["from %s"] = "via %s";
|
||||
$a->strings["last edited: %s"] = "zuletzt bearbeitet: %s";
|
||||
$a->strings["Expires: %s"] = "Verfällt: %s";
|
||||
$a->strings["View in context"] = "Im Zusammenhang anschauen";
|
||||
$a->strings["Please wait"] = "Bitte warten";
|
||||
$a->strings["remove"] = "lösche";
|
||||
$a->strings["Loading..."] = "Lädt ...";
|
||||
$a->strings["Delete Selected Items"] = "Lösche die ausgewählten Elemente";
|
||||
$a->strings["View Source"] = "Quelle anzeigen";
|
||||
$a->strings["Follow Thread"] = "Unterhaltung folgen";
|
||||
$a->strings["Unfollow Thread"] = "Unterhaltung nicht mehr folgen";
|
||||
$a->strings["View Profile"] = "Profil ansehen";
|
||||
$a->strings["Activity/Posts"] = "Aktivitäten/Beiträge";
|
||||
$a->strings["Edit Connection"] = "Verbindung bearbeiten";
|
||||
$a->strings["Message"] = "Nachricht";
|
||||
$a->strings["Ratings"] = "Bewertungen";
|
||||
$a->strings["%s likes this."] = "%s gefällt das.";
|
||||
$a->strings["%s doesn't like this."] = "%s gefällt das nicht.";
|
||||
$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
|
||||
0 => "<span %1\$s>%2\$d Person</span> gefällt das.",
|
||||
1 => "<span %1\$s>%2\$d Leuten</span> gefällt das.",
|
||||
);
|
||||
$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
|
||||
0 => "<span %1\$s>%2\$d Person</span> gefällt das nicht.",
|
||||
1 => "<span %1\$s>%2\$d Leuten</span> gefällt das nicht.",
|
||||
);
|
||||
$a->strings["and"] = "und";
|
||||
$a->strings[", and %d other people"] = array(
|
||||
0 => "",
|
||||
1 => ", und %d andere",
|
||||
);
|
||||
$a->strings["%s like this."] = "%s gefällt das.";
|
||||
$a->strings["%s don't like this."] = "%s gefällt das nicht.";
|
||||
$a->strings["Visible to <strong>everybody</strong>"] = "Sichtbar für <strong>jeden</strong>";
|
||||
$a->strings["Please enter a link URL:"] = "Gib eine URL ein:";
|
||||
$a->strings["Please enter a video link/URL:"] = "Gib einen Video-Link/URL ein:";
|
||||
$a->strings["Please enter an audio link/URL:"] = "Gib einen Audio-Link/URL ein:";
|
||||
$a->strings["Tag term:"] = "Schlagwort:";
|
||||
$a->strings["Save to Folder:"] = "Speichern in Ordner:";
|
||||
$a->strings["Where are you right now?"] = "Wo bist Du jetzt grade?";
|
||||
$a->strings["Expires YYYY-MM-DD HH:MM"] = "Verfällt YYYY-MM-DD HH;MM";
|
||||
$a->strings["Preview"] = "Vorschau";
|
||||
$a->strings["Share"] = "Teilen";
|
||||
$a->strings["Page link name"] = "Link zur Seite";
|
||||
$a->strings["Post as"] = "Veröffentlichen als";
|
||||
$a->strings["Bold"] = "Fett";
|
||||
$a->strings["Italic"] = "Kursiv";
|
||||
$a->strings["Underline"] = "Unterstrichen";
|
||||
$a->strings["Quote"] = "Zitat";
|
||||
$a->strings["Code"] = "Code";
|
||||
$a->strings["Upload photo"] = "Foto hochladen";
|
||||
$a->strings["upload photo"] = "Foto hochladen";
|
||||
$a->strings["Attach file"] = "Datei anhängen";
|
||||
$a->strings["attach file"] = "Datei anfügen";
|
||||
$a->strings["Insert web link"] = "Link einfügen";
|
||||
$a->strings["web link"] = "Web-Link";
|
||||
$a->strings["Insert video link"] = "Video-Link einfügen";
|
||||
$a->strings["video link"] = "Video-Link";
|
||||
$a->strings["Insert audio link"] = "Audio-Link einfügen";
|
||||
$a->strings["audio link"] = "Audio-Link";
|
||||
$a->strings["Set your location"] = "Standort";
|
||||
$a->strings["set location"] = "Standort";
|
||||
$a->strings["Toggle voting"] = "Umfragewerkzeug aktivieren";
|
||||
$a->strings["Clear browser location"] = "Browser-Standort löschen";
|
||||
$a->strings["clear location"] = "Standort löschen";
|
||||
$a->strings["Title (optional)"] = "Titel (optional)";
|
||||
$a->strings["Categories (optional, comma-separated list)"] = "Kategorien (optional, kommagetrennte Liste)";
|
||||
$a->strings["Permission settings"] = "Berechtigungs-Einstellungen";
|
||||
$a->strings["permissions"] = "Berechtigungen";
|
||||
$a->strings["Public post"] = "Öffentlicher Beitrag";
|
||||
$a->strings["Example: bob@example.com, mary@example.com"] = "Beispiel: bob@example.com, mary@example.com";
|
||||
$a->strings["Set expiration date"] = "Verfallsdatum";
|
||||
$a->strings["Set publish date"] = "Veröffentlichungsdatum festlegen";
|
||||
$a->strings["Encrypt text"] = "Text verschlüsseln";
|
||||
$a->strings["OK"] = "Ok";
|
||||
$a->strings["Cancel"] = "Abbrechen";
|
||||
$a->strings["Discover"] = "Entdecken";
|
||||
$a->strings["Imported public streams"] = "Importierte öffentliche Beiträge";
|
||||
$a->strings["Commented Order"] = "Neueste Kommentare";
|
||||
$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortiert";
|
||||
$a->strings["Posted Order"] = "Neueste Beiträge";
|
||||
$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortiert";
|
||||
$a->strings["Personal"] = "Persönlich";
|
||||
$a->strings["Posts that mention or involve you"] = "Beiträge mit Beteiligung Deinerseits";
|
||||
$a->strings["New"] = "Neu";
|
||||
$a->strings["Activity Stream - by date"] = "Activity Stream – nach Datum sortiert";
|
||||
$a->strings["Starred"] = "Markiert";
|
||||
$a->strings["Favourite Posts"] = "Markierte Beiträge";
|
||||
$a->strings["Spam"] = "Spam";
|
||||
$a->strings["Posts flagged as SPAM"] = "Nachrichten, die als SPAM markiert wurden";
|
||||
$a->strings["Channel"] = "Kanal";
|
||||
$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge";
|
||||
$a->strings["About"] = "Über";
|
||||
$a->strings["Profile Details"] = "Profil-Details";
|
||||
$a->strings["Photo Albums"] = "Fotoalben";
|
||||
$a->strings["Files and Storage"] = "Dateien und Speicher";
|
||||
$a->strings["Chatrooms"] = "Chaträume";
|
||||
$a->strings["Saved Bookmarks"] = "Gespeicherte Lesezeichen";
|
||||
$a->strings["Manage Webpages"] = "Webseiten verwalten";
|
||||
$a->strings["View all"] = "Alles anzeigen";
|
||||
$a->strings["__ctx:noun__ Like"] = array(
|
||||
0 => "Gefällt mir",
|
||||
1 => "Gefällt mir",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Dislike"] = array(
|
||||
0 => "Gefällt nicht",
|
||||
1 => "Gefällt nicht",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Attending"] = array(
|
||||
0 => "Zusage",
|
||||
1 => "Zusagen",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Not Attending"] = array(
|
||||
0 => "Absage",
|
||||
1 => "Absagen",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Undecided"] = array(
|
||||
0 => " Unentschlossen",
|
||||
1 => "Unentschlossene",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Agree"] = array(
|
||||
0 => "Zustimmung",
|
||||
1 => "Zustimmungen",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Disagree"] = array(
|
||||
0 => "Ablehnung",
|
||||
1 => "Ablehnungen",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Abstain"] = array(
|
||||
0 => "Enthaltung",
|
||||
1 => "Enthaltungen",
|
||||
);
|
||||
$a->strings["Miscellaneous"] = "Verschiedenes";
|
||||
$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-TT oder MM-TT";
|
||||
$a->strings["Required"] = "Benötigt";
|
||||
$a->strings["never"] = "Nie";
|
||||
$a->strings["less than a second ago"] = "Vor weniger als einer Sekunde";
|
||||
$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "vor %1\$d %2\$s";
|
||||
$a->strings["__ctx:relative_date__ year"] = array(
|
||||
0 => "Jahr",
|
||||
1 => "Jahre",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ month"] = array(
|
||||
0 => "Monat",
|
||||
1 => "Monate",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ week"] = array(
|
||||
0 => "Woche",
|
||||
1 => "Wochen",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ day"] = array(
|
||||
0 => "Tag",
|
||||
1 => "Tage",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ hour"] = array(
|
||||
0 => "Stunde",
|
||||
1 => "Stunden",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ minute"] = array(
|
||||
0 => "Minute",
|
||||
1 => "Minuten",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ second"] = array(
|
||||
0 => "Sekunde",
|
||||
1 => "Sekunden",
|
||||
);
|
||||
$a->strings["%1\$s's birthday"] = "%1\$ss Geburtstag";
|
||||
$a->strings["Happy Birthday %1\$s"] = "Alles Gute zum Geburtstag, %1\$s";
|
||||
$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS-Informationen für den Datenbank-Server '%s' nicht finden";
|
||||
$a->strings["Directory Options"] = "Verzeichnisoptionen";
|
||||
$a->strings["Safe Mode"] = "Sicherer Modus";
|
||||
@ -369,6 +175,7 @@ $a->strings["Yes"] = "Ja";
|
||||
$a->strings["Public Forums Only"] = "Nur öffentliche Foren";
|
||||
$a->strings["This Website Only"] = "Nur dieser Hub";
|
||||
$a->strings["This event has been added to your calendar."] = "Dieser Termin wurde zu Deinem Kalender hinzugefügt";
|
||||
$a->strings["event"] = "Termin";
|
||||
$a->strings["Not specified"] = "Keine Angabe";
|
||||
$a->strings["Needs Action"] = "Aktion erforderlich";
|
||||
$a->strings["Completed"] = "Abgeschlossen";
|
||||
@ -382,15 +189,6 @@ $a->strings["Protocol disabled."] = "Protokoll deaktiviert.";
|
||||
$a->strings["Channel discovery failed."] = "Kanalsuche fehlgeschlagen";
|
||||
$a->strings["local account not found."] = "Lokales Konto nicht gefunden.";
|
||||
$a->strings["Cannot connect to yourself."] = "Du kannst Dich nicht mit Dir selbst verbinden.";
|
||||
$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Es hat früher schon einmal eine Gruppe mit diesem Namen existiert, die gelöscht wurde. Es <strong>könnten</strong> von damals noch Elemente (Beiträge, Dateien etc.) vorhanden sein, die allen jetzigen und zukünftigen Mitgliedern dieser Gruppe den Zugriff erlauben. Wenn das nicht Deine Absicht ist, erstelle bitte eine neue Gruppe mit einem anderen Namen.";
|
||||
$a->strings["Add new connections to this privacy group"] = "Neue Verbindung zu dieser Gruppe hinzufügen";
|
||||
$a->strings["All Channels"] = "Alle Kanäle";
|
||||
$a->strings["edit"] = "Bearbeiten";
|
||||
$a->strings["Privacy Groups"] = "Gruppen";
|
||||
$a->strings["Edit group"] = "Gruppe ändern";
|
||||
$a->strings["Add privacy group"] = "Gruppe hinzufügen";
|
||||
$a->strings["Channels not in any privacy group"] = "Kanäle, die in keiner Gruppe sind";
|
||||
$a->strings["add"] = "hinzufügen";
|
||||
$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kann keinen doppelten Kanal-Identifikator auf diesem System erzeugen (Spitzname oder Hash schon belegt). Import fehlgeschlagen.";
|
||||
$a->strings["Channel clone failed. Import failed."] = "Klonen des Kanals fehlgeschlagen. Import fehlgeschlagen.";
|
||||
$a->strings["Cloned channel not found. Import failed."] = "Geklonter Kanal nicht gefunden. Import fehlgeschlagen.";
|
||||
@ -483,6 +281,7 @@ $a->strings["Logout"] = "Abmelden";
|
||||
$a->strings["End this session"] = "Beende diese Sitzung";
|
||||
$a->strings["Home"] = "Home";
|
||||
$a->strings["Your posts and conversations"] = "Deine Beiträge und Unterhaltungen";
|
||||
$a->strings["View Profile"] = "Profil ansehen";
|
||||
$a->strings["Your profile page"] = "Deine Profilseite";
|
||||
$a->strings["Edit Profiles"] = "Profile bearbeiten";
|
||||
$a->strings["Manage/Edit profiles"] = "Profile verwalten";
|
||||
@ -527,25 +326,20 @@ $a->strings["Manage Your Channels"] = "Verwalte Deine Kanäle";
|
||||
$a->strings["Account/Channel Settings"] = "Konto-/Kanal-Einstellungen";
|
||||
$a->strings["Admin"] = "Administration";
|
||||
$a->strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration";
|
||||
$a->strings["Loading..."] = "Lädt ...";
|
||||
$a->strings["@name, #tag, ?doc, content"] = "@Name, #Schlagwort, ?Dokumentation, Inhalt";
|
||||
$a->strings["Please wait..."] = "Bitte warten...";
|
||||
$a->strings["created a new post"] = "Neuer Beitrag wurde erzeugt";
|
||||
$a->strings["commented on %s's post"] = "hat %s's Beitrag kommentiert";
|
||||
$a->strings["New Page"] = "Neue Seite";
|
||||
$a->strings["View"] = "Ansicht";
|
||||
$a->strings["Preview"] = "Vorschau";
|
||||
$a->strings["Actions"] = "Aktionen";
|
||||
$a->strings["Page Link"] = "Seiten-Link";
|
||||
$a->strings["Title"] = "Titel";
|
||||
$a->strings["Created"] = "Erstellt";
|
||||
$a->strings["Edited"] = "Geändert";
|
||||
$a->strings["Profile Photos"] = "Profilfotos";
|
||||
$a->strings["Image exceeds website size limit of %lu bytes"] = "Bild überschreitet das Webseitenlimit von %lu Bytes";
|
||||
$a->strings["Image file is empty."] = "Bilddatei ist leer.";
|
||||
$a->strings["Unable to process image"] = "Kann Bild nicht verarbeiten";
|
||||
$a->strings["Photo storage failed."] = "Fotospeicherung fehlgeschlagen.";
|
||||
$a->strings["a new photo"] = "ein neues Foto";
|
||||
$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s hat %2\$s auf %3\$s veröffentlicht";
|
||||
$a->strings["Upload New Photos"] = "Neue Fotos hochladen";
|
||||
$a->strings["Male"] = "Männlich";
|
||||
$a->strings["Female"] = "Weiblich";
|
||||
$a->strings["Currently Male"] = "Momentan männlich";
|
||||
@ -615,6 +409,46 @@ $a->strings["like"] = "mag";
|
||||
$a->strings["likes"] = "gefällt";
|
||||
$a->strings["dislike"] = "verurteile";
|
||||
$a->strings["dislikes"] = "missfällt";
|
||||
$a->strings["__ctx:noun__ Like"] = array(
|
||||
0 => "Gefällt mir",
|
||||
1 => "Gefällt mir",
|
||||
);
|
||||
$a->strings["Miscellaneous"] = "Verschiedenes";
|
||||
$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-TT oder MM-TT";
|
||||
$a->strings["Required"] = "Benötigt";
|
||||
$a->strings["never"] = "Nie";
|
||||
$a->strings["less than a second ago"] = "Vor weniger als einer Sekunde";
|
||||
$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "vor %1\$d %2\$s";
|
||||
$a->strings["__ctx:relative_date__ year"] = array(
|
||||
0 => "Jahr",
|
||||
1 => "Jahre",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ month"] = array(
|
||||
0 => "Monat",
|
||||
1 => "Monate",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ week"] = array(
|
||||
0 => "Woche",
|
||||
1 => "Wochen",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ day"] = array(
|
||||
0 => "Tag",
|
||||
1 => "Tage",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ hour"] = array(
|
||||
0 => "Stunde",
|
||||
1 => "Stunden",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ minute"] = array(
|
||||
0 => "Minute",
|
||||
1 => "Minuten",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ second"] = array(
|
||||
0 => "Sekunde",
|
||||
1 => "Sekunden",
|
||||
);
|
||||
$a->strings["%1\$s's birthday"] = "%1\$ss Geburtstag";
|
||||
$a->strings["Happy Birthday %1\$s"] = "Alles Gute zum Geburtstag, %1\$s";
|
||||
$a->strings["Invalid data packet"] = "Ungültiges Datenpaket";
|
||||
$a->strings["Unable to verify channel signature"] = "Konnte die Signatur des Kanals nicht verifizieren";
|
||||
$a->strings["Unable to verify site signature for %s"] = "Kann die Signatur der Seite von %s nicht verifizieren";
|
||||
@ -641,6 +475,14 @@ $a->strings["\$projectname"] = "\$projectname";
|
||||
$a->strings["Thank You,"] = "Danke.";
|
||||
$a->strings["%s Administrator"] = "der Administrator von %s";
|
||||
$a->strings["No Subject"] = "Kein Betreff";
|
||||
$a->strings["Image exceeds website size limit of %lu bytes"] = "Bild überschreitet das Webseitenlimit von %lu Bytes";
|
||||
$a->strings["Image file is empty."] = "Bilddatei ist leer.";
|
||||
$a->strings["Unable to process image"] = "Kann Bild nicht verarbeiten";
|
||||
$a->strings["Photo storage failed."] = "Fotospeicherung fehlgeschlagen.";
|
||||
$a->strings["a new photo"] = "ein neues Foto";
|
||||
$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s hat %2\$s auf %3\$s veröffentlicht";
|
||||
$a->strings["Photo Albums"] = "Fotoalben";
|
||||
$a->strings["Upload New Photos"] = "Neue Fotos hochladen";
|
||||
$a->strings["General Features"] = "Allgemeine Funktionen";
|
||||
$a->strings["Content Expiration"] = "Verfall von Inhalten";
|
||||
$a->strings["Remove posts/comments and/or private messages at a future time"] = "Ermöglicht das automatische Löschen von Beiträgen, Kommentaren und/oder privaten Nachrichten zu einem zukünftigen Datum.";
|
||||
@ -682,6 +524,7 @@ $a->strings["Prevent posts with identical content to be published with less than
|
||||
$a->strings["Network and Stream Filtering"] = "Netzwerk- und Stream-Filter";
|
||||
$a->strings["Search by Date"] = "Suche nach Datum";
|
||||
$a->strings["Ability to select posts by date ranges"] = "Möglichkeit, Beiträge nach Zeiträumen auszuwählen";
|
||||
$a->strings["Privacy Groups"] = "Gruppen";
|
||||
$a->strings["Enable management and selection of privacy groups"] = "Auswahl und Verwaltung von Gruppen für Kanäle aktivieren";
|
||||
$a->strings["Saved Searches"] = "Gespeicherte Suchanfragen";
|
||||
$a->strings["Save search terms for re-use"] = "Ermöglicht das Abspeichern von Suchbegriffen zur Wiederverwendung";
|
||||
@ -707,29 +550,8 @@ $a->strings["Star Posts"] = "Beiträge mit Sternchen versehen";
|
||||
$a->strings["Ability to mark special posts with a star indicator"] = "Ermöglicht die lokale Markierung spezieller Beiträge mit einem Sternchen-Symbol";
|
||||
$a->strings["Tag Cloud"] = "Schlagwort-Wolke";
|
||||
$a->strings["Provide a personal tag cloud on your channel page"] = "Aktiviert die Anzeige einer Schlagwort-Wolke (Tag Cloud) auf Deiner Kanal-Seite";
|
||||
$a->strings["Permission denied"] = "Keine Berechtigung";
|
||||
$a->strings["(Unknown)"] = "(Unbekannt)";
|
||||
$a->strings["Visible to anybody on the internet."] = "Für jeden im Internet sichtbar.";
|
||||
$a->strings["Visible to you only."] = "Nur für Dich sichtbar.";
|
||||
$a->strings["Visible to anybody in this network."] = "Für jedes \$Projectname-Mitglied sichtbar.";
|
||||
$a->strings["Visible to anybody authenticated."] = "Für jeden sichtbar, der angemeldet ist.";
|
||||
$a->strings["Visible to anybody on %s."] = "Für jeden auf %s sichtbar.";
|
||||
$a->strings["Visible to all connections."] = "Für alle Verbindungen sichtbar.";
|
||||
$a->strings["Visible to approved connections."] = "Nur für akzeptierte Verbindungen sichtbar.";
|
||||
$a->strings["Visible to specific connections."] = "Sichtbar für bestimmte Verbindungen.";
|
||||
$a->strings["Item not found."] = "Element nicht gefunden.";
|
||||
$a->strings["Privacy group not found."] = "Gruppe nicht gefunden.";
|
||||
$a->strings["Privacy group is empty."] = "Gruppe ist leer.";
|
||||
$a->strings["Privacy group: %s"] = "Gruppe: %s";
|
||||
$a->strings["Connection: %s"] = "Verbindung: %s";
|
||||
$a->strings["Connection not found."] = "Die Verbindung wurde nicht gefunden.";
|
||||
$a->strings["female"] = "weiblich";
|
||||
$a->strings["%1\$s updated her %2\$s"] = "%1\$s hat ihr %2\$s aktualisiert";
|
||||
$a->strings["male"] = "männlich";
|
||||
$a->strings["%1\$s updated his %2\$s"] = "%1\$s hat sein %2\$s aktualisiert";
|
||||
$a->strings["%1\$s updated their %2\$s"] = "%1\$s hat sein/ihr %2\$s aktualisiert";
|
||||
$a->strings["profile photo"] = "Profilfoto";
|
||||
$a->strings["System"] = "System";
|
||||
$a->strings["Personal"] = "Persönlich";
|
||||
$a->strings["Create Personal App"] = "Persönliche App erstellen";
|
||||
$a->strings["Edit Personal App"] = "Persönliche App bearbeiten";
|
||||
$a->strings["Ignore/Hide"] = "Ignorieren/Verstecken";
|
||||
@ -742,6 +564,7 @@ $a->strings["Examples: bob@example.com, https://example.com/barbara"] = "Beispie
|
||||
$a->strings["Notes"] = "Notizen";
|
||||
$a->strings["Save"] = "Speichern";
|
||||
$a->strings["Remove term"] = "Eintrag löschen";
|
||||
$a->strings["add"] = "hinzufügen";
|
||||
$a->strings["Archives"] = "Archive";
|
||||
$a->strings["Me"] = "Ich";
|
||||
$a->strings["Family"] = "Familie";
|
||||
@ -811,6 +634,7 @@ $a->strings["newer"] = "neuer";
|
||||
$a->strings["No connections"] = "Keine Verbindungen";
|
||||
$a->strings["View all %s connections"] = "Alle Verbindungen von %s anzeigen";
|
||||
$a->strings["poke"] = "anstupsen";
|
||||
$a->strings["poked"] = "stupste";
|
||||
$a->strings["ping"] = "anpingen";
|
||||
$a->strings["pinged"] = "pingte";
|
||||
$a->strings["prod"] = "knuffen";
|
||||
@ -854,12 +678,22 @@ $a->strings["Page layout"] = "Seiten-Layout";
|
||||
$a->strings["You can create your own with the layouts tool"] = "Mit dem Gestaltungswerkzeug kannst Du Deine eigenen Layouts erstellen";
|
||||
$a->strings["Page content type"] = "Art des Seiteninhalts";
|
||||
$a->strings["Select an alternate language"] = "Wähle eine alternative Sprache";
|
||||
$a->strings["photo"] = "Foto";
|
||||
$a->strings["status"] = "Status";
|
||||
$a->strings["comment"] = "Kommentar";
|
||||
$a->strings["activity"] = "Aktivität";
|
||||
$a->strings["Design Tools"] = "Gestaltungswerkzeuge";
|
||||
$a->strings["Blocks"] = "Blöcke";
|
||||
$a->strings["Menus"] = "Menüs";
|
||||
$a->strings["Layouts"] = "Layouts";
|
||||
$a->strings["Pages"] = "Seiten";
|
||||
$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Es hat früher schon einmal eine Gruppe mit diesem Namen existiert, die gelöscht wurde. Es <strong>könnten</strong> von damals noch Elemente (Beiträge, Dateien etc.) vorhanden sein, die allen jetzigen und zukünftigen Mitgliedern dieser Gruppe den Zugriff erlauben. Wenn das nicht Deine Absicht ist, erstelle bitte eine neue Gruppe mit einem anderen Namen.";
|
||||
$a->strings["Add new connections to this privacy group"] = "Neue Verbindung zu dieser Gruppe hinzufügen";
|
||||
$a->strings["All Channels"] = "Alle Kanäle";
|
||||
$a->strings["edit"] = "Bearbeiten";
|
||||
$a->strings["Edit group"] = "Gruppe ändern";
|
||||
$a->strings["Add privacy group"] = "Gruppe hinzufügen";
|
||||
$a->strings["Channels not in any privacy group"] = "Kanäle, die in keiner Gruppe sind";
|
||||
$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
|
||||
$a->strings["[Hubzilla:Notify] New mail received at %s"] = "[Hubzilla:Benachrichtigung] Neue Mail empfangen auf %s";
|
||||
$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s hat Dir eine private Nachricht auf %3\$s gesendet.";
|
||||
@ -955,6 +789,150 @@ $a->strings["Like this thing"] = "Gefällt mir";
|
||||
$a->strings["cover photo"] = "Cover Foto";
|
||||
$a->strings["Embedded content"] = "Eingebetteter Inhalt";
|
||||
$a->strings["Embedding disabled"] = "Einbetten ausgeschaltet";
|
||||
$a->strings["channel"] = "Kanal";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gefällt %2\$ss %3\$s";
|
||||
$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s gefällt %2\$ss %3\$s nicht";
|
||||
$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ist jetzt mit %2\$s verbunden";
|
||||
$a->strings["%1\$s poked %2\$s"] = "%1\$s stupste %2\$s an";
|
||||
$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s ist %2\$s";
|
||||
$a->strings["__ctx:title__ Likes"] = "Gefällt mir";
|
||||
$a->strings["__ctx:title__ Dislikes"] = "Gefällt mir nicht";
|
||||
$a->strings["__ctx:title__ Agree"] = "Zustimmungen";
|
||||
$a->strings["__ctx:title__ Disagree"] = "Ablehnungen";
|
||||
$a->strings["__ctx:title__ Abstain"] = "Enthaltungen";
|
||||
$a->strings["__ctx:title__ Attending"] = "Zusagen";
|
||||
$a->strings["__ctx:title__ Not attending"] = "Absagen";
|
||||
$a->strings["__ctx:title__ Might attend"] = "Vielleicht";
|
||||
$a->strings["Select"] = "Auswählen";
|
||||
$a->strings["Private Message"] = "Private Nachricht";
|
||||
$a->strings["Message signature validated"] = "Signatur überprüft";
|
||||
$a->strings["Message signature incorrect"] = "Signatur nicht korrekt";
|
||||
$a->strings["View %s's profile @ %s"] = "%ss Profil auf %s ansehen";
|
||||
$a->strings["Categories:"] = "Kategorien:";
|
||||
$a->strings["Filed under:"] = "Gespeichert unter:";
|
||||
$a->strings["from %s"] = "via %s";
|
||||
$a->strings["last edited: %s"] = "zuletzt bearbeitet: %s";
|
||||
$a->strings["Expires: %s"] = "Verfällt: %s";
|
||||
$a->strings["View in context"] = "Im Zusammenhang anschauen";
|
||||
$a->strings["Please wait"] = "Bitte warten";
|
||||
$a->strings["remove"] = "lösche";
|
||||
$a->strings["Delete Selected Items"] = "Lösche die ausgewählten Elemente";
|
||||
$a->strings["View Source"] = "Quelle anzeigen";
|
||||
$a->strings["Follow Thread"] = "Unterhaltung folgen";
|
||||
$a->strings["Unfollow Thread"] = "Unterhaltung nicht mehr folgen";
|
||||
$a->strings["Activity/Posts"] = "Aktivitäten/Beiträge";
|
||||
$a->strings["Edit Connection"] = "Verbindung bearbeiten";
|
||||
$a->strings["Message"] = "Nachricht";
|
||||
$a->strings["Ratings"] = "Bewertungen";
|
||||
$a->strings["%s likes this."] = "%s gefällt das.";
|
||||
$a->strings["%s doesn't like this."] = "%s gefällt das nicht.";
|
||||
$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
|
||||
0 => "<span %1\$s>%2\$d Person</span> gefällt das.",
|
||||
1 => "<span %1\$s>%2\$d Leuten</span> gefällt das.",
|
||||
);
|
||||
$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
|
||||
0 => "<span %1\$s>%2\$d Person</span> gefällt das nicht.",
|
||||
1 => "<span %1\$s>%2\$d Leuten</span> gefällt das nicht.",
|
||||
);
|
||||
$a->strings["and"] = "und";
|
||||
$a->strings[", and %d other people"] = array(
|
||||
0 => "",
|
||||
1 => ", und %d andere",
|
||||
);
|
||||
$a->strings["%s like this."] = "%s gefällt das.";
|
||||
$a->strings["%s don't like this."] = "%s gefällt das nicht.";
|
||||
$a->strings["Visible to <strong>everybody</strong>"] = "Sichtbar für <strong>jeden</strong>";
|
||||
$a->strings["Please enter a link URL:"] = "Gib eine URL ein:";
|
||||
$a->strings["Please enter a video link/URL:"] = "Gib einen Video-Link/URL ein:";
|
||||
$a->strings["Please enter an audio link/URL:"] = "Gib einen Audio-Link/URL ein:";
|
||||
$a->strings["Tag term:"] = "Schlagwort:";
|
||||
$a->strings["Save to Folder:"] = "Speichern in Ordner:";
|
||||
$a->strings["Where are you right now?"] = "Wo bist Du jetzt grade?";
|
||||
$a->strings["Expires YYYY-MM-DD HH:MM"] = "Verfällt YYYY-MM-DD HH;MM";
|
||||
$a->strings["Share"] = "Teilen";
|
||||
$a->strings["Page link name"] = "Link zur Seite";
|
||||
$a->strings["Post as"] = "Veröffentlichen als";
|
||||
$a->strings["Bold"] = "Fett";
|
||||
$a->strings["Italic"] = "Kursiv";
|
||||
$a->strings["Underline"] = "Unterstrichen";
|
||||
$a->strings["Quote"] = "Zitat";
|
||||
$a->strings["Code"] = "Code";
|
||||
$a->strings["Upload photo"] = "Foto hochladen";
|
||||
$a->strings["upload photo"] = "Foto hochladen";
|
||||
$a->strings["Attach file"] = "Datei anhängen";
|
||||
$a->strings["attach file"] = "Datei anfügen";
|
||||
$a->strings["Insert web link"] = "Link einfügen";
|
||||
$a->strings["web link"] = "Web-Link";
|
||||
$a->strings["Insert video link"] = "Video-Link einfügen";
|
||||
$a->strings["video link"] = "Video-Link";
|
||||
$a->strings["Insert audio link"] = "Audio-Link einfügen";
|
||||
$a->strings["audio link"] = "Audio-Link";
|
||||
$a->strings["Set your location"] = "Standort";
|
||||
$a->strings["set location"] = "Standort";
|
||||
$a->strings["Toggle voting"] = "Umfragewerkzeug aktivieren";
|
||||
$a->strings["Clear browser location"] = "Browser-Standort löschen";
|
||||
$a->strings["clear location"] = "Standort löschen";
|
||||
$a->strings["Title (optional)"] = "Titel (optional)";
|
||||
$a->strings["Categories (optional, comma-separated list)"] = "Kategorien (optional, kommagetrennte Liste)";
|
||||
$a->strings["Permission settings"] = "Berechtigungs-Einstellungen";
|
||||
$a->strings["permissions"] = "Berechtigungen";
|
||||
$a->strings["Public post"] = "Öffentlicher Beitrag";
|
||||
$a->strings["Example: bob@example.com, mary@example.com"] = "Beispiel: bob@example.com, mary@example.com";
|
||||
$a->strings["Set expiration date"] = "Verfallsdatum";
|
||||
$a->strings["Set publish date"] = "Veröffentlichungsdatum festlegen";
|
||||
$a->strings["Encrypt text"] = "Text verschlüsseln";
|
||||
$a->strings["OK"] = "Ok";
|
||||
$a->strings["Cancel"] = "Abbrechen";
|
||||
$a->strings["Discover"] = "Entdecken";
|
||||
$a->strings["Imported public streams"] = "Importierte öffentliche Beiträge";
|
||||
$a->strings["Commented Order"] = "Neueste Kommentare";
|
||||
$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortiert";
|
||||
$a->strings["Posted Order"] = "Neueste Beiträge";
|
||||
$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortiert";
|
||||
$a->strings["Posts that mention or involve you"] = "Beiträge mit Beteiligung Deinerseits";
|
||||
$a->strings["New"] = "Neu";
|
||||
$a->strings["Activity Stream - by date"] = "Activity Stream – nach Datum sortiert";
|
||||
$a->strings["Starred"] = "Markiert";
|
||||
$a->strings["Favourite Posts"] = "Markierte Beiträge";
|
||||
$a->strings["Spam"] = "Spam";
|
||||
$a->strings["Posts flagged as SPAM"] = "Nachrichten, die als SPAM markiert wurden";
|
||||
$a->strings["Channel"] = "Kanal";
|
||||
$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge";
|
||||
$a->strings["About"] = "Über";
|
||||
$a->strings["Profile Details"] = "Profil-Details";
|
||||
$a->strings["Files and Storage"] = "Dateien und Speicher";
|
||||
$a->strings["Chatrooms"] = "Chaträume";
|
||||
$a->strings["Saved Bookmarks"] = "Gespeicherte Lesezeichen";
|
||||
$a->strings["Manage Webpages"] = "Webseiten verwalten";
|
||||
$a->strings["View all"] = "Alles anzeigen";
|
||||
$a->strings["__ctx:noun__ Dislike"] = array(
|
||||
0 => "Gefällt nicht",
|
||||
1 => "Gefällt nicht",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Attending"] = array(
|
||||
0 => "Zusage",
|
||||
1 => "Zusagen",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Not Attending"] = array(
|
||||
0 => "Absage",
|
||||
1 => "Absagen",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Undecided"] = array(
|
||||
0 => " Unentschlossen",
|
||||
1 => "Unentschlossene",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Agree"] = array(
|
||||
0 => "Zustimmung",
|
||||
1 => "Zustimmungen",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Disagree"] = array(
|
||||
0 => "Ablehnung",
|
||||
1 => "Ablehnungen",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Abstain"] = array(
|
||||
0 => "Enthaltung",
|
||||
1 => "Enthaltungen",
|
||||
);
|
||||
$a->strings["Save to Folder"] = "In Ordner speichern";
|
||||
$a->strings["I will attend"] = "Ich werde teilnehmen";
|
||||
$a->strings["I will not attend"] = "Ich werde nicht teilnehmen";
|
||||
@ -1025,6 +1003,28 @@ $a->strings["Special Purpose"] = "Für besondere Zwecke";
|
||||
$a->strings["Special - Celebrity/Soapbox"] = "Speziell - Mitteilungs-Kanal (keine Kommentare)";
|
||||
$a->strings["Special - Group Repository"] = "Speziell - Gruppenarchiv";
|
||||
$a->strings["Custom/Expert Mode"] = "Benutzerdefiniert/Expertenmodus";
|
||||
$a->strings["Permission denied"] = "Keine Berechtigung";
|
||||
$a->strings["(Unknown)"] = "(Unbekannt)";
|
||||
$a->strings["Visible to anybody on the internet."] = "Für jeden im Internet sichtbar.";
|
||||
$a->strings["Visible to you only."] = "Nur für Dich sichtbar.";
|
||||
$a->strings["Visible to anybody in this network."] = "Für jedes \$Projectname-Mitglied sichtbar.";
|
||||
$a->strings["Visible to anybody authenticated."] = "Für jeden sichtbar, der angemeldet ist.";
|
||||
$a->strings["Visible to anybody on %s."] = "Für jeden auf %s sichtbar.";
|
||||
$a->strings["Visible to all connections."] = "Für alle Verbindungen sichtbar.";
|
||||
$a->strings["Visible to approved connections."] = "Nur für akzeptierte Verbindungen sichtbar.";
|
||||
$a->strings["Visible to specific connections."] = "Sichtbar für bestimmte Verbindungen.";
|
||||
$a->strings["Item not found."] = "Element nicht gefunden.";
|
||||
$a->strings["Privacy group not found."] = "Gruppe nicht gefunden.";
|
||||
$a->strings["Privacy group is empty."] = "Gruppe ist leer.";
|
||||
$a->strings["Privacy group: %s"] = "Gruppe: %s";
|
||||
$a->strings["Connection: %s"] = "Verbindung: %s";
|
||||
$a->strings["Connection not found."] = "Die Verbindung wurde nicht gefunden.";
|
||||
$a->strings["female"] = "weiblich";
|
||||
$a->strings["%1\$s updated her %2\$s"] = "%1\$s hat ihr %2\$s aktualisiert";
|
||||
$a->strings["male"] = "männlich";
|
||||
$a->strings["%1\$s updated his %2\$s"] = "%1\$s hat sein %2\$s aktualisiert";
|
||||
$a->strings["%1\$s updated their %2\$s"] = "%1\$s hat sein/ihr %2\$s aktualisiert";
|
||||
$a->strings["profile photo"] = "Profilfoto";
|
||||
$a->strings["Some blurb about what to do when you're new here"] = "Ein Hinweis, was man tun kann, wenn man neu hier ist";
|
||||
$a->strings["network"] = "Netzwerk";
|
||||
$a->strings["RSS"] = "RSS";
|
||||
@ -1497,9 +1497,9 @@ $a->strings["Your nickname will be used to create an easy to remember channel ad
|
||||
$a->strings["Channel role and privacy"] = "Kanaltyp und Privatspäre-Einstellungen";
|
||||
$a->strings["Select a channel role with your privacy requirements."] = "Wähle einen passenden Kanaltyp mit den zugehörigen Voreinstellungen zur Privatsphäre.";
|
||||
$a->strings["Read more about roles"] = "Mehr Informationen über Rollen";
|
||||
$a->strings["Create a Channel"] = "Einen neuen Kanal anlegen";
|
||||
$a->strings["A channel is your identity on the grid. It can represent a person, a blog, or a forum to name a few. Channels can make connections with other channels to share information with highly detailed permissions."] = "Ein Kanal ist Deine Identität in diesem Netzwerk. Er kann eine Person, ein Blog oder ein Forum repräsentieren, nur um ein paar Beispiele zu nennen. Kanäle können Verbindungen miteinander eingehen, um Informationen zu teilen, jeweils basierend auf sehr detaillierten Berechtigungseinstellungen.";
|
||||
$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server";
|
||||
$a->strings["Create Channel"] = "Einen neuen Kanal anlegen";
|
||||
$a->strings["A channel is your identity on this network. It can represent a person, a blog, or a forum to name a few. Channels can make connections with other channels to share information with highly detailed permissions."] = "Ein Kanal ist Deine Identität in diesem Netzwerk. Er kann eine Person, ein Blog oder ein Forum repräsentieren, nur um ein paar Beispiele zu nennen. Kanäle können Verbindungen miteinander eingehen, um Informationen zu teilen, jeweils basierend auf sehr detaillierten Berechtigungseinstellungen.";
|
||||
$a->strings["or <a href=\"import\">import an existing channel</a> from another location."] = "oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server.";
|
||||
$a->strings["Invalid request identifier."] = "Ungültiger Anfrage-Identifikator.";
|
||||
$a->strings["Discard"] = "Verwerfen";
|
||||
$a->strings["No more system notifications."] = "Keine System-Benachrichtigungen mehr.";
|
||||
@ -1734,6 +1734,7 @@ $a->strings["Maintainer: "] = "Betreuer:";
|
||||
$a->strings["Minimum project version: "] = "Minimale Version des Projekts:";
|
||||
$a->strings["Maximum project version: "] = "Maximale Version des Projekts:";
|
||||
$a->strings["Minimum PHP version: "] = "Minimale PHP Version:";
|
||||
$a->strings["Requires: "] = "Benötigt:";
|
||||
$a->strings["Disabled - version incompatibility"] = "Abgeschaltet - Versionsinkompatibilität";
|
||||
$a->strings["No themes found."] = "Keine Theme gefunden.";
|
||||
$a->strings["Screenshot"] = "Bildschirmfoto";
|
||||
@ -1843,16 +1844,11 @@ $a->strings["Invalid profile identifier."] = "Ungültiger Profil-Identifikator";
|
||||
$a->strings["Profile Visibility Editor"] = "Profil-Sichtbarkeits-Editor";
|
||||
$a->strings["Click on a contact to add or remove."] = "Klicke auf einen Kontakt, um ihn hinzuzufügen oder zu entfernen.";
|
||||
$a->strings["Visible To"] = "Sichtbar für";
|
||||
$a->strings["Public Sites"] = "Öffentliche Server";
|
||||
$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Die hier aufgeführten Hubs sind öffentlich und erlauben die Registrierung bei \$Projectname. Alle Hubs dieses Netzwerks sind miteinander verbunden, so dass die Mitgliedschaft auf einem Hub die Verbindung zu beliebigen anderen Servern ermöglicht. Es könnte sein, dass einige dieser Hubs kostenpflichtig sind oder abgestufte, je nach Umfang kostenpflichtige Mitgliedschaften anbieten. Auf den verlinkten Seiten <strong>könnten</strong> nähere Details dazu stehen.";
|
||||
$a->strings["Rate this hub"] = "Bewerte diesen Hub";
|
||||
$a->strings["Site URL"] = "Server-URL";
|
||||
$a->strings["The listed hubs allow public registration for the \$Projectname network. All hubs in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some hubs may require subscription or provide tiered service plans. The hub itself <strong>may</strong> provide additional details."] = "Die hier aufgeführten Hubs sind öffentlich und erlauben die Registrierung im \$Projectname Netzwerk. Alle Hubs dieses Netzwerks sind miteinander verbunden, so dass die Mitgliedschaft auf einem Hub die Verbindung zu beliebigen Seiten und Kanälen auf anderen Hubs ermöglicht. Es könnte sein, dass einige dieser Hubs kostenpflichtig sind oder abgestufte, je nach Umfang kostenpflichtige Mitgliedschaften anbieten. Auf den Seiten der einzelnen Hubs <strong>könnten</strong> jeweils nähere Informationen dazu stehen.";
|
||||
$a->strings["Hub URL"] = "Hub-URL";
|
||||
$a->strings["Access Type"] = "Zugangstyp";
|
||||
$a->strings["Registration Policy"] = "Registrierungsrichtlinien";
|
||||
$a->strings["Project"] = "Projekt";
|
||||
$a->strings["View hub ratings"] = "Bewertungen dieses Hubs ansehen";
|
||||
$a->strings["Rate"] = "Bewerten";
|
||||
$a->strings["View ratings"] = "Bewertungen ansehen";
|
||||
$a->strings["Website:"] = "Webseite:";
|
||||
$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Kanal [%s] (auf diesem Server noch unbekannt)";
|
||||
$a->strings["Rating (this information is public)"] = "Bewertung (öffentlich sichtbar)";
|
||||
@ -1871,22 +1867,21 @@ $a->strings["Passwords do not match."] = "Passwörter stimmen nicht überein.";
|
||||
$a->strings["Registration successful. Please check your email for validation instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet.";
|
||||
$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden.";
|
||||
$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden.";
|
||||
$a->strings["Registration on this site is disabled."] = "Anmeldung auf diesem Server ist nicht möglich.";
|
||||
$a->strings["Registration on this site/hub is by approval only."] = "Anmeldungen auf diesem Server erfordern Zustimmung durch den Administrator";
|
||||
$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registrierung auf einem anderen, angeschlossenen Server</a>";
|
||||
$a->strings["Registration on this hub is disabled."] = "Die Registrierung auf diesem Hub ist nicht möglich.";
|
||||
$a->strings["Registration on this hub is by approval only."] = "Eine Registrierung auf diesem Hub erfordert die Zustimmung durch den Administrator.";
|
||||
$a->strings["<a href=\"pubsites\">Register at another affiliated hub.</a>"] = "<a href=\"pubsites\">Registriere Dich auf einem der anderen verbundenen Hubs.</a>";
|
||||
$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl täglicher Registrierungen auf diesem Server wurde überschritten. Bitte versuche es morgen noch einmal.";
|
||||
$a->strings["Terms of Service"] = "Nutzungsbedingungen";
|
||||
$a->strings["I accept the %s for this website"] = "Ich akzeptiere die %s für diese Webseite";
|
||||
$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ich bin älter als 13 Jahre und akzeptiere die %s dieser Webseite";
|
||||
$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich.";
|
||||
$a->strings["Please enter your invitation code"] = "Bitte trage Deinen Einladungs-Code ein";
|
||||
$a->strings["Enter your name"] = "Gib deinen Namen ein";
|
||||
$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Dein Spitzname wird verwendet, um eine leicht zu merkende Kanal-Adresse (ähnlich einer E-Mail-Adresse) zu erzeugen, die Du mit anderen austauschen kannst.";
|
||||
$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Wähle einen Kanaltyp (wie Soziales Netzwerk oder Forum) und Privatsphäre-Vorgaben, so dass wir die passenden Kanal-Zugriffsrechte für Dich setzen können";
|
||||
$a->strings["Channel Type"] = "Kanaltyp";
|
||||
$a->strings["Your email address"] = "Ihre E-Mail Adresse";
|
||||
$a->strings["Choose a password"] = "Passwort";
|
||||
$a->strings["Please re-enter your password"] = "Bitte gib Dein Passwort noch einmal ein";
|
||||
$a->strings["Please enter your invitation code"] = "Bitte trage Deinen Einladungs-Code ein";
|
||||
$a->strings["no"] = "nein";
|
||||
$a->strings["yes"] = "ja";
|
||||
$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich.";
|
||||
$a->strings["Proceed to create your first channel"] = "Fortfahren und Deinen ersten Kanal anlegen";
|
||||
$a->strings["Please login."] = "Bitte melde dich an.";
|
||||
$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Das Löschen von Konten innerhalb 48 Stunden nachdem deren Passwort geändert wurde ist nicht erlaubt.";
|
||||
$a->strings["Remove This Account"] = "Dieses Konto löschen";
|
||||
@ -2226,6 +2221,7 @@ $a->strings["Xchan Lookup"] = "Xchan-Suche";
|
||||
$a->strings["Lookup xchan beginning with (or webbie): "] = "Nach xchans oder Webbies (Kanal-Adressen) suchen, die wie folgt beginnen:";
|
||||
$a->strings["Cover Photos"] = "Cover Foto";
|
||||
$a->strings["Upload Cover Photo"] = "Cover Foto hochladen";
|
||||
$a->strings["Permissions denied."] = "Berechtigung verweigert.";
|
||||
$a->strings["Focus (Hubzilla default)"] = "Focus (Voreinstellung für Hubzilla)";
|
||||
$a->strings["Theme settings"] = "Theme-Einstellungen";
|
||||
$a->strings["Select scheme"] = "Schema wählen";
|
||||
|
2188
view/nl/hmessages.po
2188
view/nl/hmessages.po
File diff suppressed because it is too large
Load Diff
@ -167,200 +167,6 @@ $a->strings["%d connection in common"] = array(
|
||||
1 => "%d gemeenschappelijke connecties",
|
||||
);
|
||||
$a->strings["show more"] = "meer connecties weergeven";
|
||||
$a->strings["photo"] = "foto";
|
||||
$a->strings["event"] = "gebeurtenis";
|
||||
$a->strings["channel"] = "kanaal";
|
||||
$a->strings["status"] = "bericht";
|
||||
$a->strings["comment"] = "reactie";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk";
|
||||
$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s niet leuk";
|
||||
$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s is nu met %2\$s verbonden";
|
||||
$a->strings["%1\$s poked %2\$s"] = "%1\$s heeft %2\$s aangestoten";
|
||||
$a->strings["poked"] = "aangestoten";
|
||||
$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s is %2\$s";
|
||||
$a->strings["__ctx:title__ Likes"] = "vinden dit leuk";
|
||||
$a->strings["__ctx:title__ Dislikes"] = "vinden dit niet leuk";
|
||||
$a->strings["__ctx:title__ Agree"] = "eens";
|
||||
$a->strings["__ctx:title__ Disagree"] = "oneens";
|
||||
$a->strings["__ctx:title__ Abstain"] = "onthoudingen";
|
||||
$a->strings["__ctx:title__ Attending"] = "aanwezig";
|
||||
$a->strings["__ctx:title__ Not attending"] = "niet aanwezig";
|
||||
$a->strings["__ctx:title__ Might attend"] = "mogelijk aanwezig";
|
||||
$a->strings["Select"] = "Kies";
|
||||
$a->strings["Private Message"] = "Niet voor iedereen zichtbaar";
|
||||
$a->strings["Message signature validated"] = "Berichtkenmerk gevalideerd";
|
||||
$a->strings["Message signature incorrect"] = "Berichtkenmerk onjuist";
|
||||
$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s";
|
||||
$a->strings["Categories:"] = "Categorieën:";
|
||||
$a->strings["Filed under:"] = "Bewaard onder:";
|
||||
$a->strings["from %s"] = "van %s";
|
||||
$a->strings["last edited: %s"] = "laatst bewerkt: %s";
|
||||
$a->strings["Expires: %s"] = "Verloopt: %s";
|
||||
$a->strings["View in context"] = "In context bekijken";
|
||||
$a->strings["Please wait"] = "Even wachten";
|
||||
$a->strings["remove"] = "verwijderen";
|
||||
$a->strings["Loading..."] = "Aan het laden...";
|
||||
$a->strings["Delete Selected Items"] = "Verwijder de geselecteerde items";
|
||||
$a->strings["View Source"] = "Bron weergeven";
|
||||
$a->strings["Follow Thread"] = "Conversatie volgen";
|
||||
$a->strings["Unfollow Thread"] = "Conversatie niet meer volgen";
|
||||
$a->strings["View Profile"] = "Profiel weergeven";
|
||||
$a->strings["Activity/Posts"] = "Activiteit/berichten connectie";
|
||||
$a->strings["Edit Connection"] = "Connectie bewerken";
|
||||
$a->strings["Message"] = "Bericht";
|
||||
$a->strings["Ratings"] = "Beoordelingen";
|
||||
$a->strings["%s likes this."] = "%s vindt dit leuk.";
|
||||
$a->strings["%s doesn't like this."] = "%s vindt dit niet leuk.";
|
||||
$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
|
||||
0 => "<span %1\$s>%2\$d persoon</span> vindt dit leuk.",
|
||||
1 => "<span %1\$s>%2\$d personen</span> vinden dit leuk.",
|
||||
);
|
||||
$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
|
||||
0 => "<span %1\$s>%2\$d persoon</span> vindt dit niet leuk.",
|
||||
1 => "<span %1\$s>%2\$d personen</span> vinden dit niet leuk.",
|
||||
);
|
||||
$a->strings["and"] = "en";
|
||||
$a->strings[", and %d other people"] = array(
|
||||
0 => ", en %d ander persoon",
|
||||
1 => ", en %d andere personen",
|
||||
);
|
||||
$a->strings["%s like this."] = "%s vinden dit leuk.";
|
||||
$a->strings["%s don't like this."] = "%s vinden dit niet leuk.";
|
||||
$a->strings["Visible to <strong>everybody</strong>"] = "Voor <strong>iedereen</strong> zichtbaar";
|
||||
$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:";
|
||||
$a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:";
|
||||
$a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:";
|
||||
$a->strings["Tag term:"] = "Tag:";
|
||||
$a->strings["Save to Folder:"] = "Bewaar in map: ";
|
||||
$a->strings["Where are you right now?"] = "Waar bevind je je op dit moment?";
|
||||
$a->strings["Expires YYYY-MM-DD HH:MM"] = "Verloopt op DD-MM-YYYY om HH:MM";
|
||||
$a->strings["Preview"] = "Voorvertoning";
|
||||
$a->strings["Share"] = "Delen";
|
||||
$a->strings["Page link name"] = "Linknaam pagina";
|
||||
$a->strings["Post as"] = "Bericht plaatsen als";
|
||||
$a->strings["Bold"] = "Vet";
|
||||
$a->strings["Italic"] = "Cursief";
|
||||
$a->strings["Underline"] = "Onderstrepen";
|
||||
$a->strings["Quote"] = "Citeren";
|
||||
$a->strings["Code"] = "Broncode";
|
||||
$a->strings["Upload photo"] = "Foto uploaden";
|
||||
$a->strings["upload photo"] = "foto uploaden";
|
||||
$a->strings["Attach file"] = "Bestand toevoegen";
|
||||
$a->strings["attach file"] = "bestand toevoegen";
|
||||
$a->strings["Insert web link"] = "Weblink invoegen";
|
||||
$a->strings["web link"] = "Weblink";
|
||||
$a->strings["Insert video link"] = "Videolink invoegen";
|
||||
$a->strings["video link"] = "videolink";
|
||||
$a->strings["Insert audio link"] = "Audiolink invoegen";
|
||||
$a->strings["audio link"] = "audiolink";
|
||||
$a->strings["Set your location"] = "Locatie instellen";
|
||||
$a->strings["set location"] = "locatie instellen";
|
||||
$a->strings["Toggle voting"] = "Peiling in- of uitschakelen";
|
||||
$a->strings["Clear browser location"] = "Locatie van webbrowser wissen";
|
||||
$a->strings["clear location"] = "locatie wissen";
|
||||
$a->strings["Title (optional)"] = "Titel (optioneel)";
|
||||
$a->strings["Categories (optional, comma-separated list)"] = "Categorieën (optioneel, door komma's gescheiden lijst)";
|
||||
$a->strings["Permission settings"] = "Permissies";
|
||||
$a->strings["permissions"] = "permissies";
|
||||
$a->strings["Public post"] = "Openbaar bericht";
|
||||
$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be";
|
||||
$a->strings["Set expiration date"] = "Verloopdatum instellen";
|
||||
$a->strings["Set publish date"] = "Publicatiedatum instellen";
|
||||
$a->strings["Encrypt text"] = "Tekst versleutelen";
|
||||
$a->strings["OK"] = "OK";
|
||||
$a->strings["Cancel"] = "Annuleren";
|
||||
$a->strings["Discover"] = "Ontdekken";
|
||||
$a->strings["Imported public streams"] = "Openbare streams importeren";
|
||||
$a->strings["Commented Order"] = "Nieuwe reacties bovenaan";
|
||||
$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan";
|
||||
$a->strings["Posted Order"] = "Nieuwe berichten bovenaan";
|
||||
$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan";
|
||||
$a->strings["Personal"] = "Persoonlijk";
|
||||
$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent";
|
||||
$a->strings["New"] = "Nieuw";
|
||||
$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum";
|
||||
$a->strings["Starred"] = "Met ster";
|
||||
$a->strings["Favourite Posts"] = "Favoriete berichten";
|
||||
$a->strings["Spam"] = "Spam";
|
||||
$a->strings["Posts flagged as SPAM"] = "Berichten gemarkeerd als SPAM";
|
||||
$a->strings["Channel"] = "Kanaal";
|
||||
$a->strings["Status Messages and Posts"] = "Berichten in dit kanaal";
|
||||
$a->strings["About"] = "Over";
|
||||
$a->strings["Profile Details"] = "Profiel";
|
||||
$a->strings["Photo Albums"] = "Fotoalbums";
|
||||
$a->strings["Files and Storage"] = "Bestanden en opslagruimte";
|
||||
$a->strings["Chatrooms"] = "Chatkanalen";
|
||||
$a->strings["Saved Bookmarks"] = "Opgeslagen bladwijzers";
|
||||
$a->strings["Manage Webpages"] = "Webpagina's beheren";
|
||||
$a->strings["View all"] = "Toon alles";
|
||||
$a->strings["__ctx:noun__ Like"] = array(
|
||||
0 => "vindt dit leuk",
|
||||
1 => "vinden dit leuk",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Dislike"] = array(
|
||||
0 => "vindt dit niet leuk",
|
||||
1 => "vinden dit niet leuk",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Attending"] = array(
|
||||
0 => "aanwezig",
|
||||
1 => "aanwezig",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Not Attending"] = array(
|
||||
0 => "niet aanwezig",
|
||||
1 => "niet aanwezig",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Undecided"] = array(
|
||||
0 => "nog niet beslist",
|
||||
1 => "nog niet beslist",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Agree"] = array(
|
||||
0 => "eens",
|
||||
1 => "eens",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Disagree"] = array(
|
||||
0 => "oneens",
|
||||
1 => "oneens",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Abstain"] = array(
|
||||
0 => "onthouding",
|
||||
1 => "onthoudingen",
|
||||
);
|
||||
$a->strings["Miscellaneous"] = "Diversen";
|
||||
$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD";
|
||||
$a->strings["Required"] = "Vereist";
|
||||
$a->strings["never"] = "nooit";
|
||||
$a->strings["less than a second ago"] = "minder dan een seconde geleden";
|
||||
$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s geleden";
|
||||
$a->strings["__ctx:relative_date__ year"] = array(
|
||||
0 => "jaar",
|
||||
1 => "jaren",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ month"] = array(
|
||||
0 => "maand",
|
||||
1 => "maanden",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ week"] = array(
|
||||
0 => "week",
|
||||
1 => "weken",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ day"] = array(
|
||||
0 => "dag",
|
||||
1 => "dagen",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ hour"] = array(
|
||||
0 => "uur",
|
||||
1 => "uren",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ minute"] = array(
|
||||
0 => "minuut",
|
||||
1 => "minuten",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ second"] = array(
|
||||
0 => "seconde",
|
||||
1 => "seconden",
|
||||
);
|
||||
$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s";
|
||||
$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s";
|
||||
$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan DNS-informatie voor databaseserver '%s' niet vinden";
|
||||
$a->strings["Directory Options"] = "Opties kanalengids";
|
||||
$a->strings["Safe Mode"] = "Veilig zoeken";
|
||||
@ -369,6 +175,7 @@ $a->strings["Yes"] = "Ja";
|
||||
$a->strings["Public Forums Only"] = "Alleen openbare forums";
|
||||
$a->strings["This Website Only"] = "Alleen deze hub";
|
||||
$a->strings["This event has been added to your calendar."] = "Dit evenement is aan jouw agenda toegevoegd.";
|
||||
$a->strings["event"] = "gebeurtenis";
|
||||
$a->strings["Not specified"] = "Niet aangegeven";
|
||||
$a->strings["Needs Action"] = "Actie vereist";
|
||||
$a->strings["Completed"] = "Voltooid";
|
||||
@ -382,15 +189,6 @@ $a->strings["Protocol disabled."] = "Protocol uitgeschakeld.";
|
||||
$a->strings["Channel discovery failed."] = "Kanaal ontdekken mislukt.";
|
||||
$a->strings["local account not found."] = "lokale account niet gevonden.";
|
||||
$a->strings["Cannot connect to yourself."] = "Kan niet met jezelf verbinden";
|
||||
$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten <strong>kunnen</strong> van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken.";
|
||||
$a->strings["Add new connections to this privacy group"] = "Voeg nieuwe connecties aan deze privacygroep toe";
|
||||
$a->strings["All Channels"] = "Alle kanalen";
|
||||
$a->strings["edit"] = "bewerken";
|
||||
$a->strings["Privacy Groups"] = "Privacygroepen";
|
||||
$a->strings["Edit group"] = "Privacygroep bewerken";
|
||||
$a->strings["Add privacy group"] = "Privacygroep toevoegen";
|
||||
$a->strings["Channels not in any privacy group"] = "Kanalen die zich in geen enkele privacygroep bevinden";
|
||||
$a->strings["add"] = "toevoegen";
|
||||
$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan geen dubbele kanaal-identificator op deze hub aanmaken. Importeren mislukt.";
|
||||
$a->strings["Channel clone failed. Import failed."] = "Het klonen van het kanaal is mislukt. Importeren mislukt.";
|
||||
$a->strings["Cloned channel not found. Import failed."] = "Gekloond kanaal niet gevonden. Importeren mislukt.";
|
||||
@ -412,7 +210,7 @@ $a->strings["Rate This Channel (this is public)"] = "Beoordeel dit kanaal (dit i
|
||||
$a->strings["Rating"] = "Beoordeling";
|
||||
$a->strings["Describe (optional)"] = "Omschrijving (optioneel)";
|
||||
$a->strings["Submit"] = "Opslaan";
|
||||
$a->strings["Please enter a link URL"] = "Vul een internetadres/URL in:";
|
||||
$a->strings["Please enter a link URL"] = "Vul een URL in:";
|
||||
$a->strings["Unsaved changes. Are you sure you wish to leave this page?"] = "Niet opgeslagen wijzigingen. Ben je er zeker van dat je deze pagina wil verlaten?";
|
||||
$a->strings["Location"] = "Locatie";
|
||||
$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo";
|
||||
@ -483,6 +281,7 @@ $a->strings["Logout"] = "Uitloggen";
|
||||
$a->strings["End this session"] = "Beëindig deze sessie";
|
||||
$a->strings["Home"] = "Home";
|
||||
$a->strings["Your posts and conversations"] = "Jouw kanaal";
|
||||
$a->strings["View Profile"] = "Profiel weergeven";
|
||||
$a->strings["Your profile page"] = "Jouw profielpagina";
|
||||
$a->strings["Edit Profiles"] = "Bewerk profielen";
|
||||
$a->strings["Manage/Edit profiles"] = "Beheer/wijzig profielen";
|
||||
@ -527,25 +326,20 @@ $a->strings["Manage Your Channels"] = "Beheer je kanalen";
|
||||
$a->strings["Account/Channel Settings"] = "Account-/kanaal-instellingen";
|
||||
$a->strings["Admin"] = "Beheer";
|
||||
$a->strings["Site Setup and Configuration"] = "Hub instellen en beheren";
|
||||
$a->strings["Loading..."] = "Aan het laden...";
|
||||
$a->strings["@name, #tag, ?doc, content"] = "@kanaal, #tag, inhoud, ?hulp";
|
||||
$a->strings["Please wait..."] = "Wachten aub...";
|
||||
$a->strings["created a new post"] = "maakte een nieuw bericht aan";
|
||||
$a->strings["commented on %s's post"] = "gaf een reactie op een bericht van %s";
|
||||
$a->strings["New Page"] = "Nieuwe pagina";
|
||||
$a->strings["View"] = "Weergeven";
|
||||
$a->strings["Preview"] = "Voorvertoning";
|
||||
$a->strings["Actions"] = "Acties";
|
||||
$a->strings["Page Link"] = "Paginalink";
|
||||
$a->strings["Title"] = "Titel";
|
||||
$a->strings["Created"] = "Aangemaakt";
|
||||
$a->strings["Edited"] = "Bewerkt";
|
||||
$a->strings["Profile Photos"] = "Profielfoto's";
|
||||
$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";
|
||||
$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden";
|
||||
$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen";
|
||||
$a->strings["a new photo"] = "een nieuwe foto";
|
||||
$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s plaatste %2\$s op %3\$s";
|
||||
$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden";
|
||||
$a->strings["Male"] = "Man";
|
||||
$a->strings["Female"] = "Vrouw";
|
||||
$a->strings["Currently Male"] = "Momenteel man";
|
||||
@ -615,6 +409,46 @@ $a->strings["like"] = "vind dit leuk";
|
||||
$a->strings["likes"] = "vindt dit leuk";
|
||||
$a->strings["dislike"] = "vind dit niet leuk";
|
||||
$a->strings["dislikes"] = "vindt dit niet leuk";
|
||||
$a->strings["__ctx:noun__ Like"] = array(
|
||||
0 => "vindt dit leuk",
|
||||
1 => "vinden dit leuk",
|
||||
);
|
||||
$a->strings["Miscellaneous"] = "Diversen";
|
||||
$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD";
|
||||
$a->strings["Required"] = "Vereist";
|
||||
$a->strings["never"] = "nooit";
|
||||
$a->strings["less than a second ago"] = "minder dan een seconde geleden";
|
||||
$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s geleden";
|
||||
$a->strings["__ctx:relative_date__ year"] = array(
|
||||
0 => "jaar",
|
||||
1 => "jaren",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ month"] = array(
|
||||
0 => "maand",
|
||||
1 => "maanden",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ week"] = array(
|
||||
0 => "week",
|
||||
1 => "weken",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ day"] = array(
|
||||
0 => "dag",
|
||||
1 => "dagen",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ hour"] = array(
|
||||
0 => "uur",
|
||||
1 => "uren",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ minute"] = array(
|
||||
0 => "minuut",
|
||||
1 => "minuten",
|
||||
);
|
||||
$a->strings["__ctx:relative_date__ second"] = array(
|
||||
0 => "seconde",
|
||||
1 => "seconden",
|
||||
);
|
||||
$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s";
|
||||
$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s";
|
||||
$a->strings["Invalid data packet"] = "Datapakket ongeldig";
|
||||
$a->strings["Unable to verify channel signature"] = "Kanaalkenmerk kon niet worden geverifieerd. ";
|
||||
$a->strings["Unable to verify site signature for %s"] = "Hubkenmerk voor %s kon niet worden geverifieerd";
|
||||
@ -641,6 +475,14 @@ $a->strings["\$projectname"] = "\$projectname";
|
||||
$a->strings["Thank You,"] = "Bedankt,";
|
||||
$a->strings["%s Administrator"] = "Beheerder %s";
|
||||
$a->strings["No Subject"] = "Geen onderwerp";
|
||||
$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";
|
||||
$a->strings["Unable to process image"] = "Afbeelding kan niet verwerkt worden";
|
||||
$a->strings["Photo storage failed."] = "Foto kan niet worden opgeslagen";
|
||||
$a->strings["a new photo"] = "een nieuwe foto";
|
||||
$a->strings["__ctx:photo_upload__ %1\$s posted %2\$s to %3\$s"] = "%1\$s plaatste %2\$s op %3\$s";
|
||||
$a->strings["Photo Albums"] = "Fotoalbums";
|
||||
$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden";
|
||||
$a->strings["General Features"] = "Algemene functies";
|
||||
$a->strings["Content Expiration"] = "Inhoud laten verlopen";
|
||||
$a->strings["Remove posts/comments and/or private messages at a future time"] = "Berichten, reacties en/of privéberichten na een bepaalde tijd verwijderen";
|
||||
@ -682,6 +524,7 @@ $a->strings["Prevent posts with identical content to be published with less than
|
||||
$a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter";
|
||||
$a->strings["Search by Date"] = "Zoek op datum";
|
||||
$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten op datum te filteren ";
|
||||
$a->strings["Privacy Groups"] = "Privacygroepen";
|
||||
$a->strings["Enable management and selection of privacy groups"] = "Beheer en selectie van privacygroepen inschakelen";
|
||||
$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten";
|
||||
$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik";
|
||||
@ -707,29 +550,8 @@ $a->strings["Star Posts"] = "Geef berichten een ster";
|
||||
$a->strings["Ability to mark special posts with a star indicator"] = "Mogelijkheid om speciale berichten met een ster te markeren";
|
||||
$a->strings["Tag Cloud"] = "Tagwolk";
|
||||
$a->strings["Provide a personal tag cloud on your channel page"] = "Zorgt voor een persoonlijke wolk met tags op jouw kanaalpagina";
|
||||
$a->strings["Permission denied"] = "Toegang geweigerd";
|
||||
$a->strings["(Unknown)"] = "(Onbekend)";
|
||||
$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar.";
|
||||
$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar.";
|
||||
$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar.";
|
||||
$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar.";
|
||||
$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 geaccepteerde connecties zichtbaar.";
|
||||
$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar.";
|
||||
$a->strings["Item not found."] = "Item niet gevonden.";
|
||||
$a->strings["Privacy group not found."] = "Privacygroep niet gevonden";
|
||||
$a->strings["Privacy group is empty."] = "Privacygroep is leeg";
|
||||
$a->strings["Privacy group: %s"] = "Privacygroep: %s";
|
||||
$a->strings["Connection: %s"] = "Connectie: %s";
|
||||
$a->strings["Connection not found."] = "Connectie niet gevonden.";
|
||||
$a->strings["female"] = "vrouw";
|
||||
$a->strings["%1\$s updated her %2\$s"] = "%1\$s heeft haar %2\$s bijgewerkt";
|
||||
$a->strings["male"] = "man";
|
||||
$a->strings["%1\$s updated his %2\$s"] = "%1\$s heeft zijn %2\$s bijgewerkt";
|
||||
$a->strings["%1\$s updated their %2\$s"] = "%1\$s hebben hun %2\$s bijgewerkt";
|
||||
$a->strings["profile photo"] = "profielfoto";
|
||||
$a->strings["System"] = "Systeem";
|
||||
$a->strings["Personal"] = "Persoonlijk";
|
||||
$a->strings["Create Personal App"] = "Persoonlijke app maken";
|
||||
$a->strings["Edit Personal App"] = "Persoonlijke app bewerken";
|
||||
$a->strings["Ignore/Hide"] = "Negeren/Verbergen";
|
||||
@ -742,6 +564,7 @@ $a->strings["Examples: bob@example.com, https://example.com/barbara"] = "Voorbee
|
||||
$a->strings["Notes"] = "Aantekeningen";
|
||||
$a->strings["Save"] = "Opslaan";
|
||||
$a->strings["Remove term"] = "Verwijder zoekterm";
|
||||
$a->strings["add"] = "toevoegen";
|
||||
$a->strings["Archives"] = "Archieven";
|
||||
$a->strings["Me"] = "Ik";
|
||||
$a->strings["Family"] = "Familie";
|
||||
@ -811,6 +634,7 @@ $a->strings["newer"] = "nieuwer";
|
||||
$a->strings["No connections"] = "Geen connecties";
|
||||
$a->strings["View all %s connections"] = "Toon alle %s connecties";
|
||||
$a->strings["poke"] = "aanstoten";
|
||||
$a->strings["poked"] = "aangestoten";
|
||||
$a->strings["ping"] = "ping";
|
||||
$a->strings["pinged"] = "gepingd";
|
||||
$a->strings["prod"] = "por";
|
||||
@ -854,12 +678,22 @@ $a->strings["Page layout"] = "Pagina-lay-out";
|
||||
$a->strings["You can create your own with the layouts tool"] = "Je kan jouw eigen lay-out ontwerpen onder lay-outs";
|
||||
$a->strings["Page content type"] = "Opmaaktype pagina";
|
||||
$a->strings["Select an alternate language"] = "Kies een andere taal";
|
||||
$a->strings["photo"] = "foto";
|
||||
$a->strings["status"] = "bericht";
|
||||
$a->strings["comment"] = "reactie";
|
||||
$a->strings["activity"] = "activiteit";
|
||||
$a->strings["Design Tools"] = "Ontwerp-hulpmiddelen";
|
||||
$a->strings["Blocks"] = "Blokken";
|
||||
$a->strings["Menus"] = "Menu's";
|
||||
$a->strings["Layouts"] = "Lay-outs";
|
||||
$a->strings["Pages"] = "Pagina's";
|
||||
$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde collectie met deze naam is gereactiveerd. Bestaande itemrechten <strong>kunnen</strong> van toepassing zijn op deze collectie en toekomstige leden. Wanneer je dit niet zo bedoeld hebt, moet je een nieuwe collectie met een andere naam aanmaken.";
|
||||
$a->strings["Add new connections to this privacy group"] = "Voeg nieuwe connecties aan deze privacygroep toe";
|
||||
$a->strings["All Channels"] = "Alle kanalen";
|
||||
$a->strings["edit"] = "bewerken";
|
||||
$a->strings["Edit group"] = "Privacygroep bewerken";
|
||||
$a->strings["Add privacy group"] = "Privacygroep toevoegen";
|
||||
$a->strings["Channels not in any privacy group"] = "Kanalen die zich in geen enkele privacygroep bevinden";
|
||||
$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
|
||||
$a->strings["[Hubzilla:Notify] New mail received at %s"] = "[Hubzilla:Notificatie] Nieuw privébericht ontvangen op %s";
|
||||
$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s zond jou een nieuw privébericht om %3\$s.";
|
||||
@ -955,6 +789,150 @@ $a->strings["Like this thing"] = "Vind dit ding leuk";
|
||||
$a->strings["cover photo"] = "omslagfoto";
|
||||
$a->strings["Embedded content"] = "Ingesloten (embedded) inhoud";
|
||||
$a->strings["Embedding disabled"] = "Insluiten (embedding) uitgeschakeld";
|
||||
$a->strings["channel"] = "kanaal";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s leuk";
|
||||
$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vindt %3\$s van %2\$s niet leuk";
|
||||
$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s is nu met %2\$s verbonden";
|
||||
$a->strings["%1\$s poked %2\$s"] = "%1\$s heeft %2\$s aangestoten";
|
||||
$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s is %2\$s";
|
||||
$a->strings["__ctx:title__ Likes"] = "vinden dit leuk";
|
||||
$a->strings["__ctx:title__ Dislikes"] = "vinden dit niet leuk";
|
||||
$a->strings["__ctx:title__ Agree"] = "eens";
|
||||
$a->strings["__ctx:title__ Disagree"] = "oneens";
|
||||
$a->strings["__ctx:title__ Abstain"] = "onthoudingen";
|
||||
$a->strings["__ctx:title__ Attending"] = "aanwezig";
|
||||
$a->strings["__ctx:title__ Not attending"] = "niet aanwezig";
|
||||
$a->strings["__ctx:title__ Might attend"] = "mogelijk aanwezig";
|
||||
$a->strings["Select"] = "Kies";
|
||||
$a->strings["Private Message"] = "Niet voor iedereen zichtbaar";
|
||||
$a->strings["Message signature validated"] = "Berichtkenmerk gevalideerd";
|
||||
$a->strings["Message signature incorrect"] = "Berichtkenmerk onjuist";
|
||||
$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s";
|
||||
$a->strings["Categories:"] = "Categorieën:";
|
||||
$a->strings["Filed under:"] = "Bewaard onder:";
|
||||
$a->strings["from %s"] = "van %s";
|
||||
$a->strings["last edited: %s"] = "laatst bewerkt: %s";
|
||||
$a->strings["Expires: %s"] = "Verloopt: %s";
|
||||
$a->strings["View in context"] = "In context bekijken";
|
||||
$a->strings["Please wait"] = "Even wachten";
|
||||
$a->strings["remove"] = "verwijderen";
|
||||
$a->strings["Delete Selected Items"] = "Verwijder de geselecteerde items";
|
||||
$a->strings["View Source"] = "Bron weergeven";
|
||||
$a->strings["Follow Thread"] = "Conversatie volgen";
|
||||
$a->strings["Unfollow Thread"] = "Conversatie niet meer volgen";
|
||||
$a->strings["Activity/Posts"] = "Activiteit/berichten connectie";
|
||||
$a->strings["Edit Connection"] = "Connectie bewerken";
|
||||
$a->strings["Message"] = "Bericht";
|
||||
$a->strings["Ratings"] = "Beoordelingen";
|
||||
$a->strings["%s likes this."] = "%s vindt dit leuk.";
|
||||
$a->strings["%s doesn't like this."] = "%s vindt dit niet leuk.";
|
||||
$a->strings["<span %1\$s>%2\$d people</span> like this."] = array(
|
||||
0 => "<span %1\$s>%2\$d persoon</span> vindt dit leuk.",
|
||||
1 => "<span %1\$s>%2\$d personen</span> vinden dit leuk.",
|
||||
);
|
||||
$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array(
|
||||
0 => "<span %1\$s>%2\$d persoon</span> vindt dit niet leuk.",
|
||||
1 => "<span %1\$s>%2\$d personen</span> vinden dit niet leuk.",
|
||||
);
|
||||
$a->strings["and"] = "en";
|
||||
$a->strings[", and %d other people"] = array(
|
||||
0 => ", en %d ander persoon",
|
||||
1 => ", en %d andere personen",
|
||||
);
|
||||
$a->strings["%s like this."] = "%s vinden dit leuk.";
|
||||
$a->strings["%s don't like this."] = "%s vinden dit niet leuk.";
|
||||
$a->strings["Visible to <strong>everybody</strong>"] = "Voor <strong>iedereen</strong> zichtbaar";
|
||||
$a->strings["Please enter a link URL:"] = "Vul een URL in:";
|
||||
$a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:";
|
||||
$a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:";
|
||||
$a->strings["Tag term:"] = "Tag:";
|
||||
$a->strings["Save to Folder:"] = "Bewaar in map: ";
|
||||
$a->strings["Where are you right now?"] = "Waar bevind je je op dit moment?";
|
||||
$a->strings["Expires YYYY-MM-DD HH:MM"] = "Verloopt op DD-MM-YYYY om HH:MM";
|
||||
$a->strings["Share"] = "Delen";
|
||||
$a->strings["Page link name"] = "Linknaam pagina";
|
||||
$a->strings["Post as"] = "Bericht plaatsen als";
|
||||
$a->strings["Bold"] = "Vet";
|
||||
$a->strings["Italic"] = "Cursief";
|
||||
$a->strings["Underline"] = "Onderstrepen";
|
||||
$a->strings["Quote"] = "Citeren";
|
||||
$a->strings["Code"] = "Broncode";
|
||||
$a->strings["Upload photo"] = "Foto uploaden";
|
||||
$a->strings["upload photo"] = "foto uploaden";
|
||||
$a->strings["Attach file"] = "Bestand toevoegen";
|
||||
$a->strings["attach file"] = "bestand toevoegen";
|
||||
$a->strings["Insert web link"] = "Weblink invoegen";
|
||||
$a->strings["web link"] = "Weblink";
|
||||
$a->strings["Insert video link"] = "Videolink invoegen";
|
||||
$a->strings["video link"] = "videolink";
|
||||
$a->strings["Insert audio link"] = "Audiolink invoegen";
|
||||
$a->strings["audio link"] = "audiolink";
|
||||
$a->strings["Set your location"] = "Locatie instellen";
|
||||
$a->strings["set location"] = "locatie instellen";
|
||||
$a->strings["Toggle voting"] = "Peiling in- of uitschakelen";
|
||||
$a->strings["Clear browser location"] = "Locatie van webbrowser wissen";
|
||||
$a->strings["clear location"] = "locatie wissen";
|
||||
$a->strings["Title (optional)"] = "Titel (optioneel)";
|
||||
$a->strings["Categories (optional, comma-separated list)"] = "Categorieën (optioneel, door komma's gescheiden lijst)";
|
||||
$a->strings["Permission settings"] = "Permissies";
|
||||
$a->strings["permissions"] = "permissies";
|
||||
$a->strings["Public post"] = "Openbaar bericht";
|
||||
$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, mary@voorbeeld.be";
|
||||
$a->strings["Set expiration date"] = "Verloopdatum instellen";
|
||||
$a->strings["Set publish date"] = "Publicatiedatum instellen";
|
||||
$a->strings["Encrypt text"] = "Tekst versleutelen";
|
||||
$a->strings["OK"] = "OK";
|
||||
$a->strings["Cancel"] = "Annuleren";
|
||||
$a->strings["Discover"] = "Ontdekken";
|
||||
$a->strings["Imported public streams"] = "Openbare streams importeren";
|
||||
$a->strings["Commented Order"] = "Nieuwe reacties bovenaan";
|
||||
$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan";
|
||||
$a->strings["Posted Order"] = "Nieuwe berichten bovenaan";
|
||||
$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan";
|
||||
$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of waar je op een andere manier bij betrokken bent";
|
||||
$a->strings["New"] = "Nieuw";
|
||||
$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum";
|
||||
$a->strings["Starred"] = "Met ster";
|
||||
$a->strings["Favourite Posts"] = "Favoriete berichten";
|
||||
$a->strings["Spam"] = "Spam";
|
||||
$a->strings["Posts flagged as SPAM"] = "Berichten gemarkeerd als SPAM";
|
||||
$a->strings["Channel"] = "Kanaal";
|
||||
$a->strings["Status Messages and Posts"] = "Berichten in dit kanaal";
|
||||
$a->strings["About"] = "Over";
|
||||
$a->strings["Profile Details"] = "Profiel";
|
||||
$a->strings["Files and Storage"] = "Bestanden en opslagruimte";
|
||||
$a->strings["Chatrooms"] = "Chatkanalen";
|
||||
$a->strings["Saved Bookmarks"] = "Opgeslagen bladwijzers";
|
||||
$a->strings["Manage Webpages"] = "Webpagina's beheren";
|
||||
$a->strings["View all"] = "Toon alles";
|
||||
$a->strings["__ctx:noun__ Dislike"] = array(
|
||||
0 => "vindt dit niet leuk",
|
||||
1 => "vinden dit niet leuk",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Attending"] = array(
|
||||
0 => "aanwezig",
|
||||
1 => "aanwezig",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Not Attending"] = array(
|
||||
0 => "niet aanwezig",
|
||||
1 => "niet aanwezig",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Undecided"] = array(
|
||||
0 => "nog niet beslist",
|
||||
1 => "nog niet beslist",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Agree"] = array(
|
||||
0 => "eens",
|
||||
1 => "eens",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Disagree"] = array(
|
||||
0 => "oneens",
|
||||
1 => "oneens",
|
||||
);
|
||||
$a->strings["__ctx:noun__ Abstain"] = array(
|
||||
0 => "onthouding",
|
||||
1 => "onthoudingen",
|
||||
);
|
||||
$a->strings["Save to Folder"] = "In map opslaan";
|
||||
$a->strings["I will attend"] = "Aanwezig";
|
||||
$a->strings["I will not attend"] = "Niet aanwezig";
|
||||
@ -1025,6 +1003,28 @@ $a->strings["Special Purpose"] = "Speciaal doel";
|
||||
$a->strings["Special - Celebrity/Soapbox"] = "Speciaal - Beroemdheid/alleen volgen";
|
||||
$a->strings["Special - Group Repository"] = "Speciaal - Groepsopslag";
|
||||
$a->strings["Custom/Expert Mode"] = "Expertmodus/handmatig aanpassen";
|
||||
$a->strings["Permission denied"] = "Toegang geweigerd";
|
||||
$a->strings["(Unknown)"] = "(Onbekend)";
|
||||
$a->strings["Visible to anybody on the internet."] = "Voor iedereen op het internet zichtbaar.";
|
||||
$a->strings["Visible to you only."] = "Alleen voor jou zichtbaar.";
|
||||
$a->strings["Visible to anybody in this network."] = "Voor iedereen in dit netwerk zichtbaar.";
|
||||
$a->strings["Visible to anybody authenticated."] = "Voor iedereen die geauthenticeerd is zichtbaar.";
|
||||
$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 geaccepteerde connecties zichtbaar.";
|
||||
$a->strings["Visible to specific connections."] = "Voor specifieke connecties zichtbaar.";
|
||||
$a->strings["Item not found."] = "Item niet gevonden.";
|
||||
$a->strings["Privacy group not found."] = "Privacygroep niet gevonden";
|
||||
$a->strings["Privacy group is empty."] = "Privacygroep is leeg";
|
||||
$a->strings["Privacy group: %s"] = "Privacygroep: %s";
|
||||
$a->strings["Connection: %s"] = "Connectie: %s";
|
||||
$a->strings["Connection not found."] = "Connectie niet gevonden.";
|
||||
$a->strings["female"] = "vrouw";
|
||||
$a->strings["%1\$s updated her %2\$s"] = "%1\$s heeft haar %2\$s bijgewerkt";
|
||||
$a->strings["male"] = "man";
|
||||
$a->strings["%1\$s updated his %2\$s"] = "%1\$s heeft zijn %2\$s bijgewerkt";
|
||||
$a->strings["%1\$s updated their %2\$s"] = "%1\$s hebben hun %2\$s bijgewerkt";
|
||||
$a->strings["profile photo"] = "profielfoto";
|
||||
$a->strings["Some blurb about what to do when you're new here"] = "Welkom op \$Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van \$Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met \$Projectname klik je op het vraagteken.";
|
||||
$a->strings["network"] = "netwerk";
|
||||
$a->strings["RSS"] = "RSS";
|
||||
@ -1497,9 +1497,9 @@ $a->strings["Your nickname will be used to create an easy to remember channel ad
|
||||
$a->strings["Channel role and privacy"] = "Kanaaltype en privacy";
|
||||
$a->strings["Select a channel role with your privacy requirements."] = "Kies een kanaaltype met het door jou gewenste privacyniveau.";
|
||||
$a->strings["Read more about roles"] = "Lees meer over kanaaltypes";
|
||||
$a->strings["Create a Channel"] = "Kanaal aanmaken";
|
||||
$a->strings["A channel is your identity on this network. It can represent a person, a blog, or a forum to name a few. Channels can make connections with other channels to share information with highly detailed permissions."] = "Een kanaal is jouw identiteit in dit netwerk. Het kan bijvoorbeeld een persoon, een blog of een forum vertegenwoordigen. Door met elkaar te verbinden kunnen kanalen, eventueel met behulp van uitgebreide permissies, informatie uitwisselen.";
|
||||
$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie.";
|
||||
$a->strings["Create Channel"] = "Kanaal aanmaken";
|
||||
$a->strings["A channel is your identity on this network. It can represent a person, a blog, or a forum to name a few. Channels can make connections with other channels to share information with highly detailed permissions."] = "Een kanaal is jouw identiteit in dit netwerk. Het kan bijvoorbeeld een persoon, een blog of een forum vertegenwoordigen. Door met elkaar te verbinden kunnen kanalen, met behulp van uitgebreide permissies, informatie uitwisselen.";
|
||||
$a->strings["or <a href=\"import\">import an existing channel</a> from another location."] = "Of <a href=\"import\">importeer een bestaand kanaal</a> vanaf een andere locatie";
|
||||
$a->strings["Invalid request identifier."] = "Ongeldige verzoek identificator (request identifier)";
|
||||
$a->strings["Discard"] = "Annuleren";
|
||||
$a->strings["No more system notifications."] = "Geen systeemnotificaties meer.";
|
||||
@ -1623,7 +1623,7 @@ $a->strings["Present a login box to visitors on the home page if no other conten
|
||||
$a->strings["Directory Server URL"] = "Server-URL voor de kanalengids";
|
||||
$a->strings["Default directory server"] = "Standaardserver voor de kanalengids";
|
||||
$a->strings["Proxy user"] = "Gebruikersnaam proxy";
|
||||
$a->strings["Proxy URL"] = "URL proxy";
|
||||
$a->strings["Proxy URL"] = "Proxy-URL";
|
||||
$a->strings["Network timeout"] = "Netwerktimeout";
|
||||
$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)";
|
||||
$a->strings["Delivery interval"] = "Afleveringsinterval";
|
||||
@ -1734,6 +1734,7 @@ $a->strings["Maintainer: "] = "Beheerder: ";
|
||||
$a->strings["Minimum project version: "] = "Minimum versie Hubzilla: ";
|
||||
$a->strings["Maximum project version: "] = "Maximum versie Hubzilla:";
|
||||
$a->strings["Minimum PHP version: "] = "Minimum versie PHP: ";
|
||||
$a->strings["Requires: "] = "Vereist: ";
|
||||
$a->strings["Disabled - version incompatibility"] = "Uitgeschakeld - versie is incompatibel";
|
||||
$a->strings["No themes found."] = "Geen thema's gevonden";
|
||||
$a->strings["Screenshot"] = "Schermafdruk";
|
||||
@ -1818,7 +1819,7 @@ $a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span cl
|
||||
$a->strings["Who: (if applicable)"] = "Wie (wanneer toepasselijk):";
|
||||
$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl";
|
||||
$a->strings["Since [date]:"] = "Sinds [datum]:";
|
||||
$a->strings["Homepage URL:"] = "Adres homepage:";
|
||||
$a->strings["Homepage URL:"] = "Homepage-URL:";
|
||||
$a->strings["Religious Views:"] = "Religieuze overtuigingen";
|
||||
$a->strings["Keywords:"] = "Trefwoorden";
|
||||
$a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software";
|
||||
@ -1843,16 +1844,11 @@ $a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator";
|
||||
$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel ";
|
||||
$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen";
|
||||
$a->strings["Visible To"] = "Zichtbaar voor";
|
||||
$a->strings["Public Sites"] = "Openbare hubs";
|
||||
$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor het \$Projectname-netwerk aanmelden. Alle hubs in het \$Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven.";
|
||||
$a->strings["Rate this hub"] = "Beoordeel deze hub";
|
||||
$a->strings["Site URL"] = "URL hub";
|
||||
$a->strings["The listed hubs allow public registration for the \$Projectname network. All hubs in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some hubs may require subscription or provide tiered service plans. The hub itself <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor het \$Projectname-netwerk aanmelden. Alle hubs in het netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen een financiële tegemoetkoming voor bepaalde uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven.";
|
||||
$a->strings["Hub URL"] = "Hub-URL";
|
||||
$a->strings["Access Type"] = "Toegangs-<br/> type";
|
||||
$a->strings["Registration Policy"] = "Registratie-<br/> beleid";
|
||||
$a->strings["Project"] = "Project";
|
||||
$a->strings["View hub ratings"] = "Beoordelingen";
|
||||
$a->strings["Rate"] = "Beoordeel";
|
||||
$a->strings["View ratings"] = "Bekijk";
|
||||
$a->strings["Website:"] = "Website:";
|
||||
$a->strings["Remote Channel [%s] (not yet known on this site)"] = "Kanaal op afstand [%s] (nog niet op deze hub bekend)";
|
||||
$a->strings["Rating (this information is public)"] = "Beoordeling (deze informatie is openbaar)";
|
||||
@ -1871,22 +1867,21 @@ $a->strings["Passwords do not match."] = "Wachtwoorden komen niet met elkaar ove
|
||||
$a->strings["Registration successful. Please check your email for validation instructions."] = "Registratie geslaagd. Controleer je e-mail voor instructies.";
|
||||
$a->strings["Your registration is pending approval by the site owner."] = "Jouw accountregistratie wacht op goedkeuring van de beheerder van deze \$Projectname-hub.";
|
||||
$a->strings["Your registration can not be processed."] = "Jouw registratie kan niet verwerkt worden.";
|
||||
$a->strings["Registration on this site is disabled."] = "Registreren van nieuwe accounts is op deze hub uitgeschakeld.";
|
||||
$a->strings["Registration on this site/hub is by approval only."] = "Registraties op deze \$Projectname-hub moeten eerst worden goedgekeurd.";
|
||||
$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registreer op een andere \$Projectname-hub</a>";
|
||||
$a->strings["Registration on this hub is disabled."] = "Registreren van nieuwe accounts is op deze hub uitgeschakeld.";
|
||||
$a->strings["Registration on this hub is by approval only."] = "Registraties op deze hub moeten eerst worden goedgekeurd.";
|
||||
$a->strings["<a href=\"pubsites\">Register at another affiliated hub.</a>"] = "<a href=\"pubsites\">Registreer op een andere hub</a>.";
|
||||
$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze \$Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals.";
|
||||
$a->strings["Terms of Service"] = "Gebruiksvoorwaarden";
|
||||
$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub";
|
||||
$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik ben 13 jaar of ouder en accepteer de %s van deze \$Projectname-hub";
|
||||
$a->strings["Membership on this site is by invitation only."] = "Registreren op deze \$Projectname-hub kan alleen op uitnodiging.";
|
||||
$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in";
|
||||
$a->strings["Enter your name"] = "Vul jouw naam in";
|
||||
$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Deze bijnaam (geen spaties) wordt gebruikt om een makkelijk te onthouden kanaaladres (zoals een e-mailadres) en het internetadres (URL) van jouw kanaal aan te maken, die je dan met anderen kunt delen. Voorbeeld: <b>janp</b> wordt <em>janp@jouw_hub.nl</em> en <em>https://jouw_hub.nl/channel/janp</em>.";
|
||||
$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "Kies een kanaaltype en het door jouw gewenste privacy-niveau, zodat automatisch de beste permissies kunnen worden ingesteld. Dit kan later, indien gewenst, worden veranderd.";
|
||||
$a->strings["Channel Type"] = "Kanaaltype";
|
||||
$a->strings["Your email address"] = "Jouw e-mailadres";
|
||||
$a->strings["Choose a password"] = "Geef een wachtwoord op";
|
||||
$a->strings["Please re-enter your password"] = "Geef het wachtwoord opnieuw op";
|
||||
$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in";
|
||||
$a->strings["no"] = "Nee";
|
||||
$a->strings["yes"] = "Ja";
|
||||
$a->strings["Membership on this site is by invitation only."] = "Registreren op deze \$Projectname-hub kan alleen op uitnodiging.";
|
||||
$a->strings["Proceed to create your first channel"] = "Volgende stap: aanmaken van jouw eerste kanaal";
|
||||
$a->strings["Please login."] = "Inloggen.";
|
||||
$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Het verwijderen van een account is niet toegestaan binnen 48 uur nadat het wachtwoord is veranderd.";
|
||||
$a->strings["Remove This Account"] = "Verwijder dit account";
|
||||
@ -1930,7 +1925,7 @@ $a->strings["Automatically generated - change if desired. Max length 20"] = "Aut
|
||||
$a->strings["Consumer Secret"] = "Consumer secret";
|
||||
$a->strings["Redirect"] = "Redirect/doorverwijzing";
|
||||
$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "URI voor redirect - laat leeg, behalve wanneer de applicatie dit vereist";
|
||||
$a->strings["Icon url"] = "URL van pictogram";
|
||||
$a->strings["Icon url"] = "Pictogram-URL";
|
||||
$a->strings["Optional"] = "Optioneel";
|
||||
$a->strings["Application not found."] = "Applicatie niet gevonden.";
|
||||
$a->strings["Connected Apps"] = "Verbonden applicaties";
|
||||
@ -2206,7 +2201,7 @@ $a->strings["Post an activity"] = "Plaats een bericht";
|
||||
$a->strings["Only sends to viewers of the applicable profile"] = "Toont dit alleen aan diegene die het gekozen profiel mogen zien.";
|
||||
$a->strings["Name of thing e.g. something"] = "Naam van ding";
|
||||
$a->strings["URL of thing (optional)"] = "URL van ding (optioneel)";
|
||||
$a->strings["URL for photo of thing (optional)"] = "URL van foto van ding (optioneel)";
|
||||
$a->strings["URL for photo of thing (optional)"] = "URL voor foto van ding (optioneel)";
|
||||
$a->strings["Add Thing to your Profile"] = "Ding aan je profiel toevoegen";
|
||||
$a->strings["Export Channel"] = "Kanaal exporteren";
|
||||
$a->strings["Export your basic channel information to a file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new server hub, but does not contain your content."] = "Exporteer de basisinformatie van jouw kanaal naar een bestand. Dit fungeert als een back-up van jouw connecties, permissies, profiel en basisgegevens, die gebruikt kan worden om op een nieuwe hub jouw gegevens te importeren. Deze back-up bevat echter niet de inhoud van jouw kanaal.";
|
||||
@ -2226,6 +2221,7 @@ $a->strings["Xchan Lookup"] = "Xchan opzoeken";
|
||||
$a->strings["Lookup xchan beginning with (or webbie): "] = "Zoek een xchan (of webbie) die begint met:";
|
||||
$a->strings["Cover Photos"] = "Omslagfoto's";
|
||||
$a->strings["Upload Cover Photo"] = "Omslagfoto's uploaden";
|
||||
$a->strings["Permissions denied."] = "Permissies niet toegestaan";
|
||||
$a->strings["Focus (Hubzilla default)"] = "Focus (Hubzilla-standaard)";
|
||||
$a->strings["Theme settings"] = "Thema-instellingen";
|
||||
$a->strings["Select scheme"] = "Kies schema van thema";
|
||||
|
@ -36,6 +36,7 @@
|
||||
<div id="photo-edit" class="section-content-tools-wrapper">
|
||||
<form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post" id="photo_edit_form">
|
||||
<input type="hidden" name="item_id" value="{{$edit.item_id}}" />
|
||||
{{* album renaming is not supported atm.
|
||||
<div class="form-group">
|
||||
<label id="photo-edit-albumname-label" for="photo-edit-albumname">{{$edit.newalbum_label}}</label>
|
||||
<input id="photo-edit-albumname" class="form-control" type="text" name="albname" value="{{$edit.album}}" placeholder="{{$edit.newalbum_placeholder}}" list="dl-albums" />
|
||||
@ -49,6 +50,7 @@
|
||||
</datalist>
|
||||
{{/if}}
|
||||
</div>
|
||||
*}}
|
||||
<div class="form-group">
|
||||
<label id="photo-edit-caption-label" for="photo-edit-caption">{{$edit.capt_label}}</label>
|
||||
<input id="photo-edit-caption" class="form-control" type="text" name="desc" value="{{$edit.caption}}" />
|
||||
|
Reference in New Issue
Block a user