Skip to content

Commit

Permalink
- Getting rid of version numbers in the last few language files that …
Browse files Browse the repository at this point in the history
…had these in their headers. Also fixing a ManagePaid string that was too hastily updated. (ManageBans, ManagePaid, Media, Security)

* And yes, it's looking like I'm playing with version numbers today, ain't I..?

Signed-off-by: Nao <nao@wedge>
  • Loading branch information
Nao committed Feb 15, 2014
1 parent 02bd6eb commit 3583baa
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion ManageBans.english.php
@@ -1,5 +1,4 @@
<?php
// Version: 0.1; ManageBans

$txt['ban_general_description'] = 'In this area you can manage bans against users who are troublesome, be it spammers or other miscreants.';
$txt['ban_description_hard'] = 'This area allows you to manage "hard" bans, which stop users straight away and prevent them going further.';
Expand Down
1 change: 0 additions & 1 deletion ManageBans.french.php
@@ -1,5 +1,4 @@
<?php
// Version: 0.1; ManageBans

$txt['ban_general_description'] = 'Cette section vous permet de gérer les bannissements (bans) des utilisateurs pénibles, spammeurs ou généralement empêcheurs de poster en rond.';
$txt['ban_description_hard'] = 'Cette section vous permet de gérer les bannissements (bans) "sévères", qui empêchent aux utilisateurs toute action, et immédiatement.';
Expand Down
2 changes: 1 addition & 1 deletion ManagePaid.french.php
Expand Up @@ -59,7 +59,7 @@

$txt['paid_note'] = '<strong class="alert">Note</strong>&#8239;:<br>Pour que les abonnements soient mis à jour automatiquement pour vos utilisateurs, vous
aurez besoin de mettre en place une URL de retour pour chacune de vos méthodes de paiement. Pour tous les types de paiement, cette URL de retour doit
être équivalente à&#8239;:<br><br>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<strong>{board_url}/core/subscriptions.php</strong><br><br>
être équivalente à&#8239;:<br><br>&nbsp;&nbsp;&bull;&nbsp;&nbsp;<strong>{board_url}/subscriptions.php</strong><br><br>
Vous pouvez modifier le lien pour PayPal directement, en cliquant <a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_profile-ipn-notify" target="_blank">ici</a>.<br>
Pour les autres passerelles (si installées), vous pouvez normalement les trouver dans votre panneau client, habituellement sous le terme &quot;URL de Retour&quot; (<em>Return URL</em>) ou &quot;URL de Rappel&quot; (<em>Callback URL</em>).';

Expand Down
1 change: 0 additions & 1 deletion Media.english.php
@@ -1,5 +1,4 @@
<?php
// Version: 0.1; Media

// A message to translators: Wedge's Media area is inherited from Aeva Media. You may
// want to start anew, or base your translation upon Aeva Media's earlier language files.
Expand Down
1 change: 0 additions & 1 deletion Media.french.php
@@ -1,5 +1,4 @@
<?php
// Version: 0.1; Media

// Auto-embedder strings
$txt['media'] = 'Media';
Expand Down
1 change: 0 additions & 1 deletion Security.english.php
@@ -1,5 +1,4 @@
<?php
// Version: 0.1; Security

$txt['http_error'] = 'HTTP Error';

Expand Down
1 change: 0 additions & 1 deletion Security.french.php
@@ -1,5 +1,4 @@
<?php
// Version: 0.1; Security

$txt['http_error'] = 'Erreur HTTP';

Expand Down
1 change: 0 additions & 1 deletion english-uk/Media.english-uk.php
@@ -1,4 +1,3 @@
<?php
// Version: 0.1; Media

$txt['media_modcp_desc'] = 'This is the moderation centre of the gallery, here you can manage submissions and reports sent by the users of gallery as well as see the moderation log';
1 change: 0 additions & 1 deletion english-uk/Security.english-uk.php
@@ -1,4 +1,3 @@
<?php
// Version: 0.1; Security

$txt['behavior_header'] = 'We apologise for the inconvience, but we are unable to complete your request; as part of protection against spreading bad things like spam and malware, the defences of this site found potentially suspicious behaviour that matched that of known spammers and/or malware distributors. Fortunately the problem is normally quite easy to fix.<br><br>The information for this was supplied by <a href="http://www.bad-behavior.ioerror.us/">Bad Behaviour</a>.';
1 change: 0 additions & 1 deletion german/ManageBans.german.php
@@ -1,5 +1,4 @@
<?php
// Version: 0.1; ManageBans

$txt['ban_general_description'] = 'In diesem Bereich können Sperren gegen unliebsame User verwaltet werden.';
$txt['ban_description_hard'] = 'Dieser Bereich verwaltet die "harten Sperren" und stoppt User bereits frühzeitig.';
Expand Down
1 change: 0 additions & 1 deletion german/Media.german.php
@@ -1,5 +1,4 @@
<?php
// Version: 0.1; Media

// A message to translators: Wedge's Media area is inherited from Aeva Media. You may
// want to start anew, or base your translation upon Aeva Media's earlier language files.
Expand Down
1 change: 0 additions & 1 deletion german/Security.german.php
@@ -1,5 +1,4 @@
<?php
// Version: 0.1; Security

$txt['http_error'] = 'HTTP Fehler';

Expand Down

0 comments on commit 3583baa

Please sign in to comment.