mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
regenerated all strings.php files from the current translation strings (message.po)
This commit is contained in:
parent
7f3704ae54
commit
500aab3c53
716 changed files with 1081 additions and 1607 deletions
|
@ -3,7 +3,7 @@
|
|||
if(! function_exists("string_plural_select_nl")) {
|
||||
function string_plural_select_nl($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Filtered by rule: %s"] = "Gefilterd volgens regel: %s";
|
||||
|
@ -11,9 +11,7 @@ $a->strings["Advanced Content Filter"] = "Geavanceerd filter voor berichtsinhoud
|
|||
$a->strings["Back to Addon Settings"] = "Terug naar Addon instellingen";
|
||||
$a->strings["Add a Rule"] = "Filterregel toevoegen";
|
||||
$a->strings["Help"] = "Help";
|
||||
$a->strings["Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href=\"advancedcontentfilter/help\">help page</a>."] = "Beheer de filterregels van je persoonlijke filter voor berichtsinhoud in dit scherm. Regels hebben een naam en bewoording welke we automatisch controleren door te vergelijken met de inhoud van elk bericht. Voor een compleet naslagwerk van de beschikbare bewerkingen en variabelen, zie de <a href=\"advancedcontentfilter/help\">help pagina</a>.";
|
||||
$a->strings["Your rules"] = "Jouw regels";
|
||||
$a->strings["You have no rules yet! Start adding one by clicking on the button above next to the title."] = "Je hebt nog geen regels! Klik op de knop bovenin naast de titel om een regel toe te voegen.";
|
||||
$a->strings["Disabled"] = "Uitgeschakeld";
|
||||
$a->strings["Enabled"] = "Geactiveerd";
|
||||
$a->strings["Disable this rule"] = "Deze regel uitschakelen";
|
||||
|
@ -27,7 +25,6 @@ $a->strings["Close"] = "Sluiten";
|
|||
$a->strings["Add new rule"] = "Voeg nieuwe regel toe";
|
||||
$a->strings["Rule Name"] = "Regel naam";
|
||||
$a->strings["Rule Expression"] = "Regel bewoording";
|
||||
$a->strings["<p>Examples:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"] = "<p>Voorbeelden:</p><ul><li><pre>author_link == 'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>label</li></ul>";
|
||||
$a->strings["Cancel"] = "Annuleren";
|
||||
$a->strings["You must be logged in to use this method"] = "Je moet ingelogd zijn om deze methode te gebruiken";
|
||||
$a->strings["Invalid form security token, please refresh the page."] = "Ongeldige formulier beveiligings token, vernieuw de pagina a.u.b.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue