You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COM_BANNERS_FIELD_TYPE_DESC="Choose the type of banner. Select Image to display an image from /images/banners/ folder. Select Custom to enter your custom code."
128
128
COM_BANNERS_FIELD_TYPE_LABEL="Type"
129
+
; The following five strings are deprecated and will be removed with 4.0. They generate wrong plural detection in Crowdin.
129
130
COM_BANNERS_FIELD_VALUE_1="Unlimited"
130
131
COM_BANNERS_FIELD_VALUE_2="Yearly"
131
132
COM_BANNERS_FIELD_VALUE_3="Monthly"
132
133
COM_BANNERS_FIELD_VALUE_4="Weekly"
133
134
COM_BANNERS_FIELD_VALUE_5="Daily"
135
+
COM_BANNERS_FIELD_VALUE_UNLIMITED="Unlimited"
136
+
COM_BANNERS_FIELD_VALUE_YEARLY="Yearly"
137
+
COM_BANNERS_FIELD_VALUE_MONTHLY="Monthly"
138
+
COM_BANNERS_FIELD_VALUE_WEEKLY="Weekly"
139
+
COM_BANNERS_FIELD_VALUE_DAILY="Daily"
134
140
COM_BANNERS_FIELD_VALUE_CUSTOM="Custom"
135
141
COM_BANNERS_FIELD_VALUE_IMAGE="Image"
136
142
COM_BANNERS_FIELD_VALUE_USECLIENTDEFAULT="-- Use Client Default --"
PLG_RECAPTCHA_VERSION_1_WARNING_LABEL="You have selected Version 1.0. All new sites should be using Version 2.0. Version 1.0 is only maintained to provide support for Global Site keys which are no longer available from Google."
11
11
PLG_RECAPTCHA_VERSION_LABEL="Version"
12
12
PLG_RECAPTCHA_VERSION_DESC="Version 2.0 is the recommended version. Version 1.0 is required if using deprecated Global reCAPTCHA keys."
13
+
; The following two strings are deprecated and will be removed with 4.0. They generate wrong plural detection in Crowdin.
13
14
PLG_RECAPTCHA_VERSION_1="1.0"
14
15
PLG_RECAPTCHA_VERSION_2="2.0"
16
+
PLG_RECAPTCHA_VERSION_V1="1.0"
17
+
PLG_RECAPTCHA_VERSION_V2="2.0"
15
18
PLG_RECAPTCHA_PUBLIC_KEY_LABEL="Site key"
16
19
PLG_RECAPTCHA_PUBLIC_KEY_DESC="Used in the JavaScript code that is served to your users. See the plugin description for instructions on getting a site key."
0 commit comments