Add `chars` suffix option (#2473)
authorJens Hausdorf <hello@jens-hausdorf.de>
Wed, 22 Nov 2017 15:07:28 +0000 (16:07 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 22 Nov 2017 15:07:28 +0000 (16:07 +0100)
* Add Chars option suffix to English language file

* add `chars` suffix to german language file

* always use plural form for `chars`

wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index 60493870b2bcf4d994674936745804880e6eb00f..86f018947a2e08bf8c295ac6f347b1b572346f26 100644 (file)
@@ -1354,6 +1354,7 @@ Als Benachrichtigungs-URL in der Konfiguration der sofortigen Zahlungsbestätigu
                <item name="wcf.acp.option.category.general.payment.paidSubscription"><![CDATA[Bezahlte Mitgliedschaften]]></item>
                <item name="wcf.acp.option.google_maps_api_key"><![CDATA[Browser-API-Schlüssel]]></item>
                <item name="wcf.acp.option.google_maps_api_key.description"><![CDATA[Google stellt <a href="{@$__wcf->getPath()}acp/dereferrer.php?url={'https://developers.google.com/maps/documentation/javascript/get-api-key'|rawurlencode}" class="externalURL">hier</a> eine ausführliche Anleitung bereit, wie {if LANGUAGE_USE_INFORMAL_VARIANT}du{else}Sie{/if} einen API-Schlüssel erstellen {if LANGUAGE_USE_INFORMAL_VARIANT}kannst{else}können{/if}.]]></item>
+               <item name="wcf.acp.option.suffix.chars"><![CDATA[Zeichen]]></item>
                <item name="wcf.acp.option.suffix.days"><![CDATA[Tage]]></item>
                <item name="wcf.acp.option.suffix.minutes"><![CDATA[Minuten]]></item>
                <item name="wcf.acp.option.suffix.percent"><![CDATA[%]]></item>
index 11c926ee44180155799323485e6111a264112a10..22821d7d1b60f510fea568204f178904f854c857 100644 (file)
@@ -1347,6 +1347,7 @@ When prompted for the notification URL for the instant payment notifications, pl
                <item name="wcf.acp.option.category.general.payment.paidSubscription"><![CDATA[Paid Subscriptions]]></item>
                <item name="wcf.acp.option.google_maps_api_key"><![CDATA[Browser API Key]]></item>
                <item name="wcf.acp.option.google_maps_api_key.description"><![CDATA[Google provides a detailed description on how to get an API key <a href="{@$__wcf->getPath()}acp/dereferrer.php?url={'https://developers.google.com/maps/documentation/javascript/get-api-key'|rawurlencode}" class="externalURL">here</a>.]]></item>
+               <item name="wcf.acp.option.suffix.chars"><![CDATA[Chars]]></item>
                <item name="wcf.acp.option.suffix.days"><![CDATA[Days]]></item>
                <item name="wcf.acp.option.suffix.minutes"><![CDATA[Minutes]]></item>
                <item name="wcf.acp.option.suffix.percent"><![CDATA[%]]></item>