diff --git a/package.json b/package.json index 87c1be50..9e3ad350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordpoints", - "version": "2.4.0-alpha-5", + "version": "2.4.0-beta-1", "description": "Gamify your WordPress site with points.", "repository": { "type": "git", diff --git a/src/changelog.txt b/src/changelog.txt index 6cc5d798..69a4bbb5 100644 --- a/src/changelog.txt +++ b/src/changelog.txt @@ -6,6 +6,50 @@ This is the user change log for older versions of WordPoints. The change log for most recent versions are kept in readme.txt. A developer change log is available here: https://github.com/WordPoints/wordpoints/blob/develop/CHANGELOG.md += 2.2.2 — 2017-01-14 = + +##### Fixed + +- Event reactions for custom post types not awarding points. Plugins like bbPress +were effected by this, because they register their post types later in the code +than WordPoints expected. This is now fixed so that WordPoints will work correctly +for post types no matter how late they are registered. + += 2.2.1 — 2017-01-03 = + +##### Fixed + +- The Points Types screen locking up when creating a new reaction for some events. +This only affected events where conditions could be created for items that could +relate to another item of the same type (like how a comment could have a parent +comment), causing an infinite loop. +- Points values not being formatted with the prefix if the suffix wasn't set, and +vice versa. This would only happen when the value wasn't set at all, not just when it +was empty, and so only applies to points types that were created programmatically. +Points types created through the UI were still formatted as expected. + += 2.2.0 — 2016-12-08 = + +**Requires: WordPress 4.6+** + +##### Changed + +- Rate Limits for event reactions to now support setting the number of +minutes/hours/etc. Previously it was only possible to have rate limits of "once per +minute" or "once per day", now a rate limit can be "once every 5 minutes" or "once +every 2 days" or any other amount that you want. +- Points log entries that are hidden from some users to now be marked as such when a +user who is allowed to see them is viewing them. For example, if a post is not +public, only users who can view that post can view any points logs that relate to it. +Such log entries will now be displayed with a note below them explaining to the +current user that not all other users will be able to view them. +- Points types slugs to be generated from the name of the points type with any +spaces replaced with dashes. Previously when a points type was created, the slug +would be generated from the name, but any spaces would be removed, so if there were +multiple words they would be run together in the slug. Now if you create a points +type named "An Example", its slug would be "an-example", instead of "anexample". This +will not change the slugs of existing points types. + = 2.1.5 – 2016-11-15 = ##### Fixed diff --git a/src/includes/constants.php b/src/includes/constants.php index c27f2069..6a719d46 100644 --- a/src/includes/constants.php +++ b/src/includes/constants.php @@ -22,7 +22,7 @@ * * @const WORDPOINTS_VERSION */ -define( 'WORDPOINTS_VERSION', '2.4.0-alpha-5' ); +define( 'WORDPOINTS_VERSION', '2.4.0-beta-1' ); /** * The full path to the plugin's main directory. diff --git a/src/languages/wordpoints-es_ES.mo b/src/languages/wordpoints-es_ES.mo index ceb8659f..66ee6ef1 100755 Binary files a/src/languages/wordpoints-es_ES.mo and b/src/languages/wordpoints-es_ES.mo differ diff --git a/src/languages/wordpoints-es_ES.po b/src/languages/wordpoints-es_ES.po index eacc8f1c..89529ce3 100644 --- a/src/languages/wordpoints-es_ES.po +++ b/src/languages/wordpoints-es_ES.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: WordPoints 1.5.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpoints\n" -"POT-Creation-Date: 2017-06-02 18:45:06+00:00\n" +"POT-Creation-Date: 2017-09-20 14:28:34+00:00\n" "PO-Revision-Date: 2015-02-24 19:20+0200\n" "Last-Translator: Gonzalo Exequiel Pedone \n" "Language-Team: Spanish (%s)" @@ -111,137 +88,143 @@ msgstr[0] "Todos (%s)" msgstr[1] "Todos (%s)" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:448 +#: admin/classes/list/table/extensions.php:449 msgid "Active (%s)" msgid_plural "Active (%s)" msgstr[0] "Activo (%s)" msgstr[1] "Activos (%s)" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:453 +#: admin/classes/list/table/extensions.php:454 msgid "Recently Active (%s)" msgid_plural "Recently Active (%s)" msgstr[0] "" msgstr[1] "" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:458 +#: admin/classes/list/table/extensions.php:459 msgid "Inactive (%s)" msgid_plural "Inactive (%s)" msgstr[0] "" msgstr[1] "" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:463 +#: admin/classes/list/table/extensions.php:464 #, fuzzy msgid "Update Available (%s)" msgid_plural "Update Available (%s)" msgstr[0] "Todos (%s)" msgstr[1] "Todos (%s)" -#: admin/includes/class-wordpoints-modules-list-table.php:516 -#: admin/includes/class-wordpoints-modules-list-table.php:948 +#: admin/classes/list/table/extensions.php:517 +#: admin/classes/list/table/extensions.php:940 +#: classes/module/installer/skin.php:90 +msgid "Network Activate" +msgstr "Activar Red" + +#: admin/classes/list/table/extensions.php:517 +#: admin/classes/list/table/extensions.php:967 #: admin/screens/configure-components.php:120 msgid "Activate" msgstr "Activar" -#: admin/includes/class-wordpoints-modules-list-table.php:520 -#: admin/includes/class-wordpoints-modules-list-table.php:914 +#: admin/classes/list/table/extensions.php:521 +#: admin/classes/list/table/extensions.php:933 msgid "Network Deactivate" msgstr "Desactivar Red" -#: admin/includes/class-wordpoints-modules-list-table.php:520 -#: admin/includes/class-wordpoints-modules-list-table.php:943 +#: admin/classes/list/table/extensions.php:521 +#: admin/classes/list/table/extensions.php:962 #: admin/screens/configure-components.php:115 msgid "Deactivate" msgstr "Desactivar" -#: admin/includes/class-wordpoints-modules-list-table.php:528 -#: admin/includes/class-wordpoints-modules-list-table.php:926 -#: admin/includes/class-wordpoints-modules-list-table.php:952 -#: admin/includes/functions.php:316 admin/includes/functions.php:371 -#: components/points/admin/includes/functions.php:55 -#: components/points/includes/class-wordpoints-points-hooks.php:750 -#: components/ranks/admin/includes/functions.php:56 +#: admin/classes/list/table/extensions.php:529 +#: admin/classes/list/table/extensions.php:945 +#: admin/classes/list/table/extensions.php:971 admin/includes/functions.php:339 +#: admin/includes/functions.php:394 +#: components/points/admin/includes/functions.php:58 +#: components/points/includes/class-wordpoints-points-hooks.php:752 +#: components/ranks/admin/includes/functions.php:57 #: components/ranks/admin/screens/ranks.php:142 msgid "Delete" msgstr "Borrar" -#: admin/includes/class-wordpoints-modules-list-table.php:535 +#: admin/classes/list/table/extensions.php:536 msgid "Update" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:569 +#: admin/classes/list/table/extensions.php:588 msgid "Clear List" msgstr "Borrar lista" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:732 -#: admin/includes/functions.php:1761 +#: admin/classes/list/table/extensions.php:751 +#: admin/includes/functions.php:1871 msgid "Select %s" msgstr "Seleccionar %s" #. translators: Extension version. -#: admin/includes/class-wordpoints-modules-list-table.php:798 +#: admin/classes/list/table/extensions.php:817 msgid "Version %s" msgstr "Versión %s" #. translators: Author name. -#: admin/includes/class-wordpoints-modules-list-table.php:810 +#: admin/classes/list/table/extensions.php:829 #: admin/screens/configure-components.php:141 msgid "By %s" msgstr "Por %s" -#: admin/includes/class-wordpoints-modules-list-table.php:814 +#: admin/classes/list/table/extensions.php:833 #, fuzzy msgid "Visit extension site" msgstr "Visitar sitio módulo" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:914 +#: admin/classes/list/table/extensions.php:933 #, fuzzy msgid "Network deactivate %s" msgstr "Desactivar Red" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:921 +#: admin/classes/list/table/extensions.php:940 #, fuzzy msgid "Network activate %s" msgstr "Desactivar Red" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:926 -#: admin/includes/class-wordpoints-modules-list-table.php:952 +#: admin/classes/list/table/extensions.php:945 +#: admin/classes/list/table/extensions.php:971 #, fuzzy msgid "Delete %s" msgstr "Borrar" -#: admin/includes/class-wordpoints-modules-list-table.php:934 +#: admin/classes/list/table/extensions.php:953 #, fuzzy msgid "Network Active" msgstr "Activar Red" -#: admin/includes/class-wordpoints-modules-list-table.php:938 +#: admin/classes/list/table/extensions.php:957 #, fuzzy msgid "Network Only" msgstr "Activar Red" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:943 +#: admin/classes/list/table/extensions.php:962 #, fuzzy msgid "Deactivate %s" msgstr "Desactivar" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:948 +#: admin/classes/list/table/extensions.php:967 #, fuzzy msgid "Activate %s" msgstr "Activar" -#. #-#-#-#-# wordpoints.pot (WordPoints 2.4.0-alpha-2) #-#-#-#-# +#. #-#-#-#-# wordpoints.pot (WordPoints 2.4.0-beta-1) #-#-#-#-# #. Plugin Name of the plugin/theme #: admin/includes/functions.php:69 -#: components/points/admin/includes/functions.php:337 +#: components/points/admin/includes/functions.php:340 #: components/points/classes/widget/user/points.php:44 msgid "WordPoints" msgstr "WordPoints" @@ -252,43 +235,48 @@ msgid "WordPoints — Settings" msgstr "WordPoints - %s" #: admin/includes/functions.php:90 -#: components/points/admin/classes/screen/points/types.php:146 +#: components/points/admin/classes/screen/points/types.php:158 #: components/points/includes/class-wordpoints-points-hooks.php:555 msgid "Settings" msgstr "Ajustes" -#: admin/includes/functions.php:117 +#: admin/includes/functions.php:117 admin/includes/functions.php:126 #, fuzzy msgid "WordPoints — Extensions" msgstr "WordPoints - %s" -#: admin/includes/functions.php:118 +#: admin/includes/functions.php:118 admin/includes/functions.php:127 #, fuzzy msgid "Extensions" msgstr "Versión %s" -#: admin/includes/functions.php:127 +#: admin/includes/functions.php:139 admin/includes/functions.php:149 #, fuzzy msgid "WordPoints — Install Extensions" msgstr "WordPoints - Instalar módulos" -#: admin/includes/functions.php:128 admin/screens/module-install.php:31 +#: admin/includes/functions.php:140 admin/includes/functions.php:150 +#: admin/screens/module-install.php:31 #, fuzzy msgid "Install Extensions" msgstr "Instalar Ahora" -#: admin/includes/functions.php:311 +#: admin/includes/functions.php:333 #: components/ranks/admin/includes/functions.php:52 #, fuzzy msgid "Your changes have been saved." msgstr "Cambios guardados." #. translators: Form field name. -#: admin/includes/functions.php:313 +#: admin/includes/functions.php:335 msgid "%s cannot be empty." msgstr "" -#: admin/includes/functions.php:314 +#: admin/includes/functions.php:336 +msgid "You are about to delete the following reaction:" +msgstr "" + +#: admin/includes/functions.php:337 #, fuzzy msgid "" "Are you sure that you want to delete this reaction? This action cannot be " @@ -297,31 +285,31 @@ msgstr "" "¿Está seguro de que quiere eliminar este tipo de puntos? Esto eliminará " "todos los registros y ganchos relacionados." -#: admin/includes/functions.php:315 -#: components/points/admin/includes/functions.php:54 -#: components/ranks/admin/includes/functions.php:55 +#: admin/includes/functions.php:338 +#: components/points/admin/includes/functions.php:57 +#: components/ranks/admin/includes/functions.php:56 msgid "Are you sure?" msgstr "¿Está seguro?" -#: admin/includes/functions.php:317 admin/includes/functions.php:365 -#: components/points/admin/includes/functions.php:56 -#: components/points/admin/screens/hooks-no-js.php:128 +#: admin/includes/functions.php:340 admin/includes/functions.php:388 +#: components/points/admin/includes/functions.php:59 +#: components/points/admin/screens/hooks-no-js.php:134 #: components/points/admin/screens/hooks.php:265 -#: components/ranks/admin/includes/functions.php:57 +#: components/ranks/admin/includes/functions.php:58 #: components/ranks/admin/screens/ranks.php:139 msgid "Cancel" msgstr "Cancelar" -#: admin/includes/functions.php:319 +#: admin/includes/functions.php:342 msgid "Target" msgstr "" #. translators: Form field. -#: admin/includes/functions.php:321 +#: admin/includes/functions.php:344 msgid "(cannot be changed)" msgstr "" -#: admin/includes/functions.php:322 +#: admin/includes/functions.php:345 #, fuzzy msgid "" "Error: the values of some fields are invalid. Please correct these and then " @@ -329,141 +317,141 @@ msgid "" msgstr "" "Se ha producido un error. Por favor, recargue la página e inténtelo de nuevo." -#: admin/includes/functions.php:323 +#: admin/includes/functions.php:346 msgid "Discarded reaction." msgstr "" -#: admin/includes/functions.php:324 +#: admin/includes/functions.php:347 msgid "Discarded changes." msgstr "" -#: admin/includes/functions.php:325 +#: admin/includes/functions.php:348 msgid "Saving&hellp;" msgstr "" -#: admin/includes/functions.php:326 +#: admin/includes/functions.php:349 #, fuzzy msgid "Deleting&hellp;" msgstr "Borrar" -#: admin/includes/functions.php:327 +#: admin/includes/functions.php:350 #, fuzzy msgid "Reaction deleted successfully." msgstr "Módulo instalado correctamente." -#: admin/includes/functions.php:328 +#: admin/includes/functions.php:351 #, fuzzy msgid "Reaction saved successfully." msgstr "Módulo instalado correctamente." -#: admin/includes/functions.php:340 +#: admin/includes/functions.php:363 #, fuzzy msgid "Edit" msgstr "Editar" -#: admin/includes/functions.php:343 admin/includes/functions.php:368 +#: admin/includes/functions.php:366 admin/includes/functions.php:391 #: components/points/includes/class-wordpoints-points-hooks.php:641 -#: components/points/includes/class-wordpoints-points-hooks.php:751 +#: components/points/includes/class-wordpoints-points-hooks.php:753 #: components/ranks/admin/screens/ranks.php:114 #: components/ranks/admin/screens/ranks.php:140 msgid "Close" msgstr "Cerrar" -#: admin/includes/functions.php:362 -#: components/points/includes/class-wordpoints-points-hooks.php:754 +#: admin/includes/functions.php:385 +#: components/points/includes/class-wordpoints-points-hooks.php:756 #: components/ranks/admin/screens/ranks.php:138 msgid "Save" msgstr "Guardar" -#: admin/includes/functions.php:430 +#: admin/includes/functions.php:453 #, fuzzy msgid "Conditions" msgstr "Descripción" -#: admin/includes/functions.php:432 +#: admin/includes/functions.php:455 #, fuzzy msgid "Add New Condition" msgstr "Agregar nuevos Tipos de Puntos" -#: admin/includes/functions.php:438 +#: admin/includes/functions.php:461 msgid "No conditions available." msgstr "" -#: admin/includes/functions.php:444 +#: admin/includes/functions.php:467 msgid "Add Condition" msgstr "" -#: admin/includes/functions.php:445 +#: admin/includes/functions.php:468 #, fuzzy msgctxt "reaction condition" msgid "Add" msgstr "Añadir" -#: admin/includes/functions.php:447 +#: admin/includes/functions.php:470 msgid "Cancel Adding New Condition" msgstr "" -#: admin/includes/functions.php:448 +#: admin/includes/functions.php:471 #, fuzzy msgctxt "reaction condition" msgid "Cancel" msgstr "Cancelar" -#: admin/includes/functions.php:462 +#: admin/includes/functions.php:485 msgid "Remove Condition" msgstr "" -#: admin/includes/functions.php:492 +#: admin/includes/functions.php:515 msgid "Rate Limit" msgstr "" -#: admin/includes/functions.php:505 +#: admin/includes/functions.php:528 msgid "Time Units:" msgstr "" -#: admin/includes/functions.php:509 +#: admin/includes/functions.php:532 msgid "Number:" msgstr "" -#: admin/includes/functions.php:533 +#: admin/includes/functions.php:556 msgid "Disable" msgstr "" -#: admin/includes/functions.php:539 +#: admin/includes/functions.php:562 msgid "Disable (make this reaction inactive without deleting it)" msgstr "" -#: admin/includes/functions.php:547 +#: admin/includes/functions.php:570 msgid "(Disabled)" msgstr "" -#: admin/includes/functions.php:883 +#: admin/includes/functions.php:906 msgid "Hide This Notice" msgstr "Ocultar Este Aviso" #. translators: Current tab name. -#: admin/includes/functions.php:937 +#: admin/includes/functions.php:960 #, fuzzy msgid "WordPoints — %s" msgstr "WordPoints - %s" -#: admin/includes/functions.php:976 +#: admin/includes/functions.php:999 #, fuzzy msgid "" "If you have an extension in a .zip format, you may install it by uploading " "it here." msgstr "Si tiene un módulo en formato zip, podrá instalarlo, subiéndolo aquí." -#: admin/includes/functions.php:979 +#: admin/includes/functions.php:1002 #, fuzzy msgid "Extension zip file" msgstr "Error al instalar el módulo." -#: admin/includes/functions.php:981 +#: admin/includes/functions.php:1004 msgid "Install Now" msgstr "Instalar Ahora" -#: admin/includes/functions.php:1000 +#: admin/includes/functions.php:1023 #, fuzzy msgid "" "Sorry, you are not allowed to install WordPoints extensions on this site." @@ -471,20 +459,20 @@ msgstr "" "Usted no tiene permisos suficientes para instalar módulos WordPoints en este " "sitio." -#: admin/includes/functions.php:1007 +#: admin/includes/functions.php:1030 #, fuzzy msgid "Upload WordPoints Extension" msgstr "Subir Módulo WordPoints" #. translators: File name. -#: admin/includes/functions.php:1017 +#: admin/includes/functions.php:1040 #, fuzzy -msgid "Installing extension from uploaded file: %s" +msgid "Installing Extension from uploaded file: %s" msgstr "Instalar Módulo desde archivo cargado: %s" -#: admin/includes/functions.php:1046 admin/includes/functions.php:1086 -#: admin/includes/functions.php:1141 admin/includes/functions.php:1186 -#: admin/includes/functions.php:1628 +#: admin/includes/functions.php:1069 admin/includes/functions.php:1109 +#: admin/includes/functions.php:1164 admin/includes/functions.php:1209 +#: admin/includes/functions.php:1738 #, fuzzy msgid "" "Sorry, you are not allowed to update WordPoints extensions for this site." @@ -492,166 +480,205 @@ msgstr "" "Usted no tiene permisos suficientes para instalar módulos WordPoints en este " "sitio." -#: admin/includes/functions.php:1055 +#: admin/includes/functions.php:1078 #, fuzzy msgid "Update WordPoints Extension" msgstr "Subir Módulo WordPoints" -#: admin/includes/functions.php:1109 +#: admin/includes/functions.php:1132 #, fuzzy msgid "WordPoints Extension Reactivation" msgstr "WordPoints - %s" -#: admin/includes/functions.php:1113 +#: admin/includes/functions.php:1136 #, fuzzy msgid "Extension reactivated successfully." msgstr "Módulo instalado correctamente." -#: admin/includes/functions.php:1117 +#: admin/includes/functions.php:1140 msgid "Extension failed to reactivate due to a fatal error." msgstr "" -#: admin/includes/functions.php:1166 +#: admin/includes/functions.php:1189 #, fuzzy msgid "Update WordPoints Extensions" msgstr "Subir Módulo WordPoints" #. translators: Extension name. -#: admin/includes/functions.php:1289 +#: admin/includes/functions.php:1318 msgid "There is a new version of %1$s available." msgstr "" #. translators: 1. Extension name; 2. Version. -#: admin/includes/functions.php:1300 +#: admin/includes/functions.php:1328 msgid "View %1$s version %2$s details" msgstr "" #. translators: Version number. -#: admin/includes/functions.php:1306 +#: admin/includes/functions.php:1340 msgid "View version %1$s details" msgstr "" #. translators: Extension name. -#: admin/includes/functions.php:1320 +#: admin/includes/functions.php:1354 msgid "Update %s now" msgstr "" -#: admin/includes/functions.php:1322 +#: admin/includes/functions.php:1361 msgid "Update now" msgstr "" -#: admin/includes/functions.php:1326 +#: admin/includes/functions.php:1365 msgid "Automatic update is unavailable for this extension." msgstr "" -#: admin/includes/functions.php:1425 +#: admin/includes/functions.php:1464 #, fuzzy msgid "License activated." msgstr "Desactivar" #. translators: Error message. -#: admin/includes/functions.php:1429 +#: admin/includes/functions.php:1468 #, fuzzy msgid "Sorry, there was an error while trying to activate the license: %s" msgstr "Se ha producido un error. Por favor, inténtelo de nuevo." -#: admin/includes/functions.php:1431 +#: admin/includes/functions.php:1470 msgid "That license key is invalid." msgstr "" -#: admin/includes/functions.php:1433 +#: admin/includes/functions.php:1475 admin/includes/functions.php:1479 +msgid "Sorry, that license key is expired, and must be renewed." +msgstr "" + +#: admin/includes/functions.php:1476 admin/includes/functions.php:1712 +#: admin/includes/functions.php:2650 +#, fuzzy +msgid "Renew License" +msgstr "Desactivar" + +#: admin/includes/functions.php:1482 +msgid "Sorry, that license key is expired." +msgstr "" + +#: admin/includes/functions.php:1487 msgid "Sorry, that license key cannot be activated." msgstr "" -#: admin/includes/functions.php:1456 +#: admin/includes/functions.php:1510 #, fuzzy msgid "License deactivated." msgstr "Desactivar" #. translators: Error message. -#: admin/includes/functions.php:1459 +#: admin/includes/functions.php:1513 #, fuzzy msgid "Sorry, there was an error while trying to deactivate the license: %s" msgstr "Se ha producido un error. Por favor, inténtelo de nuevo." -#: admin/includes/functions.php:1461 +#: admin/includes/functions.php:1515 msgid "" "Sorry, there was an unknown error while trying to deactivate that license " "key." msgstr "" -#: admin/includes/functions.php:1588 +#. translators: Extension name. +#: admin/includes/functions.php:1658 +msgid "License key for %s" +msgstr "" + +#: admin/includes/functions.php:1666 msgid "License key:" msgstr "" -#: admin/includes/functions.php:1600 +#. translators: Extension name. +#: admin/includes/functions.php:1684 #, fuzzy -msgid "active" +msgid "Deactivate License for %s" msgstr "Desactivar" -#: admin/includes/functions.php:1603 +#: admin/includes/functions.php:1687 #, fuzzy msgid "Deactivate License" msgstr "Desactivar" -#: admin/includes/functions.php:1607 +#. translators: Extension name. +#: admin/includes/functions.php:1695 +#, fuzzy +msgid "Activate License for %s" +msgstr "Activar" + +#: admin/includes/functions.php:1698 admin/includes/functions.php:2715 #, fuzzy msgid "Activate License" msgstr "Activar" -#: admin/includes/functions.php:1632 +#: admin/includes/functions.php:1704 +msgid "This license key is expired and must be renewed." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:1709 +msgid "Renew License for %s" +msgstr "" + +#: admin/includes/functions.php:1715 +msgid "This license key is expired." +msgstr "" + +#: admin/includes/functions.php:1742 msgid "No extension supplied." msgstr "" -#: admin/includes/functions.php:1640 +#: admin/includes/functions.php:1750 #, fuzzy msgid "That extension does not exist." msgstr "Archivo de módulo no existe." -#: admin/includes/functions.php:1646 +#: admin/includes/functions.php:1756 msgid "There is no server specified for this extension." msgstr "" -#: admin/includes/functions.php:1652 +#: admin/includes/functions.php:1762 msgid "The server for this extension uses an unsupported API." msgstr "" -#: admin/includes/functions.php:1723 admin/screens/modules.php:159 +#: admin/includes/functions.php:1833 admin/screens/modules.php:159 #, fuzzy msgid "WordPoints Extensions" msgstr "WordPoints - %s" -#: admin/includes/functions.php:1726 +#: admin/includes/functions.php:1836 msgid "Your extensions are all up to date." msgstr "" -#: admin/includes/functions.php:1730 +#: admin/includes/functions.php:1840 msgid "" "The following extensions have new versions available. Check the ones you " "want to update and then click “Update Extensions”." msgstr "" -#: admin/includes/functions.php:1735 admin/includes/functions.php:1815 +#: admin/includes/functions.php:1845 admin/includes/functions.php:1925 #, fuzzy msgid "Update Extensions" msgstr "Subir Módulo WordPoints" -#: admin/includes/functions.php:1744 admin/includes/functions.php:1810 +#: admin/includes/functions.php:1854 admin/includes/functions.php:1920 #, fuzzy msgid "Select All" msgstr "Seleccionar %s" #. translators: 1. Installed version number; 2. Update version number. -#: admin/includes/functions.php:1778 +#: admin/includes/functions.php:1888 msgid "You have version %1$s installed. Update to %2$s." msgstr "" #. translators: Version number. -#: admin/includes/functions.php:1791 +#: admin/includes/functions.php:1901 msgid "View version %1$s details." msgstr "" -#: admin/includes/functions.php:1877 +#: admin/includes/functions.php:1987 #, fuzzy msgid "" "This appears to be a WordPoints extension archive. Try installing it on the " @@ -660,12 +687,12 @@ msgstr "" "Este parece ser un archivo de módulo de WordPoints. En su lugar, pruebe a " "instalarlo desde la pantalla de módulos de WordPoints." -#: admin/includes/functions.php:1907 +#: admin/includes/functions.php:2017 msgid "Like this plugin?" msgstr "¿Le gusta este plugin?" #. translators: URL for leaving a review of WordPoints on WordPress.org. -#: admin/includes/functions.php:1909 +#: admin/includes/functions.php:2024 msgid "" "If you think WordPoints is great, let everyone know by giving it a 5 star rating." @@ -673,7 +700,7 @@ msgstr "" "Si piensa que WordPoints es maravilloso, permita que todos lo sepan dándole " "una 5 estrellas calificación ." -#: admin/includes/functions.php:1910 +#: admin/includes/functions.php:2032 msgid "" "If you don’t think this plugin deserves 5 stars, please let us know " "how we can improve it." @@ -681,12 +708,12 @@ msgstr "" "Si usted no cree que este plugin se merece 5 estrellas, por favor háganos " "saber cómo podemos mejorarlo." -#: admin/includes/functions.php:1913 +#: admin/includes/functions.php:2035 msgid "Need help?" msgstr "¿Necesita ayuda?" #. translators: URL of WordPoints plugin support forums WordPress.org. -#: admin/includes/functions.php:1915 +#: admin/includes/functions.php:2042 msgid "" "Post your feature request or support question in the support " "forums" @@ -694,57 +721,154 @@ msgstr "" "Publique una solicitud de función o soporte pregunta en el " "foros de soporte " -#: admin/includes/functions.php:1916 +#: admin/includes/functions.php:2050 msgid "Thank you for using WordPoints!" msgstr "¡Gracias por utilizar WordPoints!" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1944 +#: admin/includes/functions.php:2078 msgid "" "WordPoints has deactivated the following extensions because of " "incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1961 +#: admin/includes/functions.php:2095 msgid "" "WordPoints has deactivated the following network-active extensions because " "of incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1980 +#: admin/includes/functions.php:2114 msgid "" "WordPoints has deactivated the following extensions on this site because of " "incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:2019 +#: admin/includes/functions.php:2153 msgid "" "WordPoints has deactivated the following extensions because their features " "have now been merged into WordPoints %1$s: %2$s." msgstr "" -#: admin/includes/functions.php:2025 +#: admin/includes/functions.php:2159 msgid "You can now safely delete these extensions." msgstr "" -#: admin/includes/functions.php:2038 +#: admin/includes/functions.php:2172 msgid "Delete Unneeded Extensions" msgstr "" -#: admin/includes/functions.php:2337 +#: admin/includes/functions.php:2476 msgid "" "A WordPoints update is available, but your system is not compatible because " "it is running an outdated version of PHP." msgstr "" #. translators: URL of WordPoints PHP Compatibility docs. -#: admin/includes/functions.php:2343 +#: admin/includes/functions.php:2482 msgid "See the WordPoints user guide for more information." msgstr "" +#. translators: Extension name. +#: admin/includes/functions.php:2616 +msgid "" +"Please fill in your license key for the %s extension for WordPoints, so that " +"you can receive updates." +msgstr "" + +#: admin/includes/functions.php:2619 admin/includes/functions.php:2635 +#: admin/includes/functions.php:2661 admin/includes/functions.php:2673 +#, fuzzy +msgid "WordPoints Extensions screen »" +msgstr "WordPoints - %s" + +#. translators: Extension name. +#: admin/includes/functions.php:2632 +msgid "" +"Your license key for the %s extension for WordPoints appears to be invalid. " +"Please enter a valid license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2647 admin/includes/functions.php:2658 +msgid "" +"Your license key for the %s extension for WordPoints is expired. Please " +"renew your license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2670 +msgid "" +"Your license key for the %s extension for WordPoints is expired. Please " +"enter a valid license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2683 +#, fuzzy +msgid "Activate License for %s WordPoints Extension" +msgstr "Subir Módulo WordPoints" + +#. translators: Extension name. +#: admin/includes/functions.php:2693 +msgid "" +"Your license key for the %s extension for WordPoints is not active. Please " +"activate it so that you can receive updates." +msgstr "" + +#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or +#. "component". +#: admin/includes/functions.php:2747 +#, fuzzy +msgid "" +"WordPoints detected a large network and has skipped part of the installation " +"process for “%1$s” %2$s." +msgstr "" +"WordPoints a detectado una red amplia y a saltado parte del proceso de " +"instalación." + +#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or +#. "component"; 3. Version number. +#: admin/includes/functions.php:2750 +#, fuzzy +msgid "" +"WordPoints detected a large network and has skipped part of the update " +"process for “%1$s” %2$s for version %3$s (and possibly later " +"versions)." +msgstr "" +"WordPoints a detectado una red amplia y a saltado parte del proceso de " +"actualización para la versión %s (y posiblemente versiones posteriores)." + +#: admin/includes/functions.php:2772 +#, fuzzy +msgid "(extension)" +msgstr "Versión" + +#: admin/includes/functions.php:2776 +#, fuzzy +msgid "(component)" +msgstr "Componente" + +#: admin/includes/functions.php:2780 +msgid "(plugin)" +msgstr "" + +#: admin/includes/functions.php:2804 +#, fuzzy +msgid "" +"The rest of the process needs to be completed manually. If this has not been " +"done already, some features may not function properly." +msgstr "" +"El resto del proceso necesita completarse manualmente. Si no lo ha hecho " +"todavía, algunas opciones del plugin podrían no funcionar apropiadamente." + +#: admin/includes/functions.php:2805 +msgid "Learn more." +msgstr "Aprenda mas." + #. translators: Component name. #: admin/screens/configure-components.php:31 msgid "Component “%s” activated!" @@ -801,9 +925,9 @@ msgid "Action" msgstr "Acción" #: admin/screens/configure-settings-load.php:15 -#: admin/screens/modules-load.php:471 +#: admin/screens/modules-load.php:480 #: components/points/admin/screens/hooks-load.php:16 -#: components/ranks/admin/includes/functions.php:108 +#: components/ranks/admin/includes/functions.php:109 msgid "Overview" msgstr "Visión general" @@ -831,9 +955,9 @@ msgstr "" "ayuda de la barra lateral." #: admin/screens/configure-settings-load.php:24 -#: admin/screens/modules-load.php:491 +#: admin/screens/modules-load.php:500 #: components/points/admin/screens/hooks-load.php:36 -#: components/ranks/admin/includes/functions.php:136 +#: components/ranks/admin/includes/functions.php:137 msgid "For more information:" msgstr "Para más información:" @@ -842,9 +966,9 @@ msgid "User Guide" msgstr "Guía del usuario" #: admin/screens/configure-settings-load.php:26 -#: admin/screens/modules-load.php:493 +#: admin/screens/modules-load.php:502 #: components/points/admin/screens/hooks-load.php:38 -#: components/ranks/admin/includes/functions.php:138 +#: components/ranks/admin/includes/functions.php:139 msgid "Support Forums" msgstr "Foros de ayuda" @@ -852,16 +976,12 @@ msgstr "Foros de ayuda" msgid "Settings updated." msgstr "Configuración actualizada." -#: admin/screens/configure-settings.php:53 -msgid "Configure WordPoints to your liking." -msgstr "Configure WordPoints a su gusto." - -#: admin/screens/configure-settings.php:67 -#: admin/screens/configure-settings.php:73 +#: admin/screens/configure-settings.php:66 +#: admin/screens/configure-settings.php:72 msgid "Excluded Users" msgstr "Usuarios excluidos" -#: admin/screens/configure-settings.php:68 +#: admin/screens/configure-settings.php:67 msgid "" "Enter the IDs of users to exclude from leader boards, logs, etc. This may be " "useful if you use certain accounts for testing." @@ -878,52 +998,52 @@ msgstr "Ajustes generales" msgid "Components" msgstr "Componentes" -#: admin/screens/modules-load.php:38 admin/screens/modules-load.php:88 -#: admin/screens/modules-load.php:144 +#: admin/screens/modules-load.php:39 admin/screens/modules-load.php:89 +#: admin/screens/modules-load.php:145 #, fuzzy msgid "Sorry, you are not allowed to activate extensions for this site." msgstr "" "Usted no tiene los permisos necesarios para activar los módulos de este " "sitio." -#: admin/screens/modules-load.php:188 admin/screens/modules-load.php:216 +#: admin/screens/modules-load.php:189 admin/screens/modules-load.php:217 #, fuzzy msgid "Sorry, you are not allowed to deactivate extensions for this site." msgstr "" "Usted no tiene los permisos suficientes para desactivar los módulos de este " "sitio." -#: admin/screens/modules-load.php:258 +#: admin/screens/modules-load.php:259 #, fuzzy msgid "Sorry, you are not allowed to delete extensions for this site." msgstr "" "Usted no tiene permisos suficientes para eliminar los módulos de este sitio." -#: admin/screens/modules-load.php:354 +#: admin/screens/modules-load.php:355 #, fuzzy msgid "Delete extension" msgid_plural "Delete extensions" msgstr[0] "Borrar" msgstr[1] "Borrar" -#: admin/screens/modules-load.php:358 +#: admin/screens/modules-load.php:359 msgid "Caution:" msgstr "Precaución:" -#: admin/screens/modules-load.php:360 +#: admin/screens/modules-load.php:361 msgid "This extension may be active on other sites in the network." msgid_plural "These extensions may be active on other sites in the network." msgstr[0] "" msgstr[1] "" -#: admin/screens/modules-load.php:373 +#: admin/screens/modules-load.php:374 msgid "You are about to remove the following extension:" msgid_plural "You are about to remove the following extensions:" msgstr[0] "" msgstr[1] "" #. translators: 1. Extension name; 2. Extension author. -#: admin/screens/modules-load.php:385 +#: admin/screens/modules-load.php:386 msgid "" "%1$s by %2$s (will also delete its data)" @@ -932,36 +1052,36 @@ msgstr "" ")" #. translators: 1. Extension name; 2. Extension author. -#: admin/screens/modules-load.php:391 +#: admin/screens/modules-load.php:392 msgid "%1$s by %2$s" msgstr "%1$s por %2$s" -#: admin/screens/modules-load.php:402 +#: admin/screens/modules-load.php:403 msgid "Are you sure you wish to delete these files and data?" msgstr "¿Está seguro que desea eliminar estos archivos y datos?" -#: admin/screens/modules-load.php:404 +#: admin/screens/modules-load.php:405 msgid "Are you sure you wish to delete these files?" msgstr "¿Está seguro que desea eliminar estos archivos?" -#: admin/screens/modules-load.php:417 +#: admin/screens/modules-load.php:418 msgid "Yes, Delete these files and data" msgstr "Sí, eliminar estos archivos y datos" -#: admin/screens/modules-load.php:417 +#: admin/screens/modules-load.php:418 msgid "Yes, Delete these files" msgstr "Sí, eliminar estos archivos" -#: admin/screens/modules-load.php:420 +#: admin/screens/modules-load.php:421 #, fuzzy msgid "No, Return me to the extension list" msgstr "No, regréseme a la lista de módulos" -#: admin/screens/modules-load.php:423 +#: admin/screens/modules-load.php:424 msgid "Click to view entire list of files which will be deleted" msgstr "Pulse aquí para ver toda la lista de archivos que se eliminarán" -#: admin/screens/modules-load.php:473 +#: admin/screens/modules-load.php:482 #, fuzzy msgid "" "Extensions extend and expand the functionality of WordPoints. Once an " @@ -972,7 +1092,7 @@ msgstr "" #. translators: 1. URL of extension directory on WordPoints.org; 2. URL of #. Install Extension admin screen; 3. Directory name. -#: admin/screens/modules-load.php:475 +#: admin/screens/modules-load.php:484 #, fuzzy msgid "" "You can find extensions for your site by browsing the en su /wpcontent/wordpoints-modules. Una vez que el " "módulo se ha instalado, se puede activar aquí." -#: admin/screens/modules-load.php:482 +#: admin/screens/modules-load.php:491 msgid "Troubleshooting" msgstr "Solución de problemas" -#: admin/screens/modules-load.php:484 +#: admin/screens/modules-load.php:493 #, fuzzy msgid "" "Most of the time, extensions play nicely with the core of WordPoints and " @@ -1009,7 +1129,7 @@ msgstr "" "combinaciones hasta aislar cuál (es) causó el problema." #. translators: Directory name. -#: admin/screens/modules-load.php:486 +#: admin/screens/modules-load.php:495 #, fuzzy msgid "" "If something goes wrong with an extension and you can’t use " @@ -1020,32 +1140,32 @@ msgstr "" "cambie el nombre de ese archivo en el < code>%s y se desactivará " "automáticamente." -#: admin/screens/modules-load.php:492 +#: admin/screens/modules-load.php:501 msgid "Developer Documentation" msgstr "Documentación de desarrolladores" -#: admin/screens/modules-load.php:500 +#: admin/screens/modules-load.php:509 #, fuzzy msgctxt "extensions table heading" msgid "Extension" msgstr "Versión" -#: admin/screens/modules-load.php:501 +#: admin/screens/modules-load.php:510 #, fuzzy msgctxt "extensions table heading" msgid "Description" msgstr "Descripción" -#: admin/screens/modules-load.php:507 +#: admin/screens/modules-load.php:516 #, fuzzy msgid "Filter extensions list" msgstr "Visitar sitio módulo" -#: admin/screens/modules-load.php:508 +#: admin/screens/modules-load.php:517 msgid "Extensions list navigation" msgstr "" -#: admin/screens/modules-load.php:509 +#: admin/screens/modules-load.php:518 msgid "Extensions list" msgstr "" @@ -1184,7 +1304,7 @@ msgctxt "comment entity" msgid "Parent Comment" msgstr "Comentario" -#: classes/entity/comment.php:55 +#: classes/entity/comment.php:60 #, fuzzy msgid "Comment" msgstr "Comentario" @@ -1229,6 +1349,36 @@ msgctxt "post entity" msgid "Title" msgstr "Título:" +#: classes/entity/term/count.php:42 +msgctxt "term entity" +msgid "Count" +msgstr "" + +#: classes/entity/term/description.php:42 +#, fuzzy +msgctxt "term entity" +msgid "Description" +msgstr "Descripción" + +#: classes/entity/term/name.php:36 +#, fuzzy +msgctxt "term entity" +msgid "Name" +msgstr "Nombre:" + +#. translators: Taxonomy name. +#: classes/entity/term/parent.php:45 +#, fuzzy +msgctxt "term entity" +msgid "Parent %s" +msgstr "(Actual: %s)" + +#: classes/entity/term/parent.php:51 +#, fuzzy +msgctxt "term entity" +msgid "Parent Term" +msgstr "(Actual: %s)" + #: classes/entity/user/role.php:47 msgid "Role" msgstr "" @@ -1237,11 +1387,101 @@ msgstr "" msgid "Roles" msgstr "" -#: classes/entity/user.php:46 components/points/classes/widget/logs.php:243 +#: classes/entity/user.php:51 components/points/classes/widget/logs.php:243 #, fuzzy msgid "User" msgstr "Usuario" +#. translators: 1. Extension Name; 2. Count of update; 3. Total number of +#. updates being installed. +#: classes/extension/upgrader/skin/bulk.php:70 +msgid "Updating Extension %1$s (%2$d/%3$d)" +msgstr "" + +#: classes/extension/upgrader/skin/bulk.php:117 +#, fuzzy +msgid "Reactivating extension…" +msgstr "Activar" + +#: classes/extension/upgrader/skin/bulk.php:137 +#: classes/extension/upgrader/skin.php:123 classes/module/installer/skin.php:98 +#, fuzzy +msgid "Return to Extensions page" +msgstr "Volver a página de Módulos" + +#: classes/extension/upgrader/skin/bulk.php:138 +#, fuzzy +msgid "Return to WordPress Updates" +msgstr "Volver a página de Módulos" + +#: classes/extension/upgrader/skin.php:70 +msgid "Update Extension" +msgstr "" + +#: classes/extension/upgrader/skin.php:122 classes/module/installer/skin.php:94 +#, fuzzy +msgid "Activate Extension" +msgstr "Activar" + +#: classes/extension/upgrader.php:48 +msgid "The extension is at the latest version." +msgstr "" + +#: classes/extension/upgrader.php:49 +#, fuzzy +msgid "Update package not available." +msgstr "El paquete de instalación no está disponible." + +#: classes/extension/upgrader.php:50 +msgid "" +"That extension cannot be updated, because there is no server specified to " +"receive updates through." +msgstr "" + +#: classes/extension/upgrader.php:51 +msgid "" +"That extension cannot be updated, because there is no API installed that can " +"communicate with that server." +msgstr "" + +#: classes/extension/upgrader.php:52 +msgid "" +"That extension cannot be updated, because the API used to communicate with " +"that server does not support updates." +msgstr "" + +#. translators: Update package URL. +#: classes/extension/upgrader.php:54 +msgid "Downloading update from %s…" +msgstr "" + +#: classes/extension/upgrader.php:55 +#, fuzzy +msgid "Unpacking the update…" +msgstr "Desembalaje del paquete…" + +#: classes/extension/upgrader.php:56 +msgid "Removing the old version of the extension…" +msgstr "" + +#: classes/extension/upgrader.php:57 +#, fuzzy +msgid "Could not remove the old extension." +msgstr "No es posible eliminar completamente el módulo (s) %s." + +#: classes/extension/upgrader.php:58 +msgid "Extension update failed." +msgstr "" + +#: classes/extension/upgrader.php:59 +#, fuzzy +msgid "Extension updated successfully." +msgstr "Módulo instalado correctamente." + +#: classes/extension/upgrader.php:60 +msgid "That extension cannot be updated, because it is not installed." +msgstr "" + #: classes/hook/arg/current/user.php:33 msgid "Visitor" msgstr "" @@ -1259,15 +1499,15 @@ msgstr "" msgid "Maximum number of items" msgstr "" -#: classes/hook/condition/entity/array/contains.php:114 -msgid "The maximum must be a positive integer." +#: classes/hook/condition/entity/array/contains.php:125 +msgid "The maximum must be a non-negative integer." msgstr "" -#: classes/hook/condition/entity/array/contains.php:124 -msgid "The minimum must be a positive integer." +#: classes/hook/condition/entity/array/contains.php:147 +msgid "The minimum must be a non-negative integer." msgstr "" -#: classes/hook/condition/entity/array/contains.php:134 +#: classes/hook/condition/entity/array/contains.php:157 msgid "The minimum must be less than the maximum." msgstr "" @@ -1566,52 +1806,10 @@ msgstr "" msgid "Invalid target." msgstr "Ruta del módulo no válida." -#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or -#. "component". -#: classes/installables.php:276 +#: classes/module/installer/skin.php:99 #, fuzzy -msgid "" -"WordPoints detected a large network and has skipped part of the installation " -"process for the “%1$s” %2$s." -msgstr "" -"WordPoints a detectado una red amplia y a saltado parte del proceso de " -"instalación." - -#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or -#. "component"; 3. Version number. -#: classes/installables.php:279 -#, fuzzy -msgid "" -"WordPoints detected a large network and has skipped part of the update " -"process for the “%1$s” %2$s for version %3$s (and possibly later " -"versions)." -msgstr "" -"WordPoints a detectado una red amplia y a saltado parte del proceso de " -"actualización para la versión %s (y posiblemente versiones posteriores)." - -#: classes/installables.php:291 -#, fuzzy -msgid "extension" -msgstr "Versión" - -#: classes/installables.php:295 -#, fuzzy -msgid "component" -msgstr "Componente" - -#: classes/installables.php:299 -msgid "plugin" -msgstr "" - -#: classes/installables.php:327 -msgid "" -"The rest of the process needs to be completed manually. If this has not been " -"done already, some parts of the component may not function properly." -msgstr "" - -#: classes/installables.php:328 -msgid "Learn more." -msgstr "Aprenda mas." +msgid "Return to Extension Installer" +msgstr "Volver a página de Módulos" #: classes/module/installer.php:45 msgid "Install package not available." @@ -1652,85 +1850,11 @@ msgstr "Módulo instalado correctamente." msgid "Could not create the extensions directory." msgstr "No se pudo crear el directorio de módulos." -#: classes/module/installer.php:215 +#: classes/module/installer.php:214 #, fuzzy msgid "No valid extensions were found." msgstr "No se encontraron módulos válidos." -#. translators: 1. Extension Name; 2. Count of update; 3. Total number of -#. updates being installed. -#: classes/module/upgrader/skin/bulk.php:45 -msgid "Updating Extension %1$s (%2$d/%3$d)" -msgstr "" - -#: classes/module/upgrader/skin/bulk.php:89 -#, fuzzy -msgid "Return to WordPress Updates" -msgstr "Volver a página de Módulos" - -#: classes/module/upgrader/skin.php:70 -msgid "Update Extension" -msgstr "" - -#: classes/module/upgrader.php:48 -msgid "The extension is at the latest version." -msgstr "" - -#: classes/module/upgrader.php:49 -#, fuzzy -msgid "Update package not available." -msgstr "El paquete de instalación no está disponible." - -#: classes/module/upgrader.php:50 -msgid "" -"That extension cannot be updated, because there is no server specified to " -"receive updates through." -msgstr "" - -#: classes/module/upgrader.php:51 -msgid "" -"That extension cannot be updated, because there is no API installed that can " -"communicate with that server." -msgstr "" - -#: classes/module/upgrader.php:52 -msgid "" -"That extension cannot be updated, because the API used to communicate with " -"that server does not support updates." -msgstr "" - -#. translators: Update package URL. -#: classes/module/upgrader.php:54 -msgid "Downloading update from %s…" -msgstr "" - -#: classes/module/upgrader.php:55 -#, fuzzy -msgid "Unpacking the update…" -msgstr "Desembalaje del paquete…" - -#: classes/module/upgrader.php:56 -msgid "Removing the old version of the extension…" -msgstr "" - -#: classes/module/upgrader.php:57 -#, fuzzy -msgid "Could not remove the old extension." -msgstr "No es posible eliminar completamente el módulo (s) %s." - -#: classes/module/upgrader.php:58 -msgid "Extension update failed." -msgstr "" - -#: classes/module/upgrader.php:59 -#, fuzzy -msgid "Extension updated successfully." -msgstr "Módulo instalado correctamente." - -#: classes/module/upgrader.php:60 -msgid "That extension cannot be updated, because it is not installed." -msgstr "" - #. translators: 1. Attribute name; 2. Shortcode name. #: classes/shortcode.php:183 #, fuzzy @@ -1769,172 +1893,191 @@ msgctxt "form label" msgid "Title" msgstr "Título" -#: components/points/admin/classes/screen/points/types.php:81 +#: components/points/admin/classes/screen/points/types.php:90 #, fuzzy msgctxt "page title" msgid "Points Types" msgstr "Tipo de Puntos" -#: components/points/admin/classes/screen/points/types.php:167 +#: components/points/admin/classes/screen/points/types.php:179 msgid "Logs" msgstr "" -#: components/points/admin/classes/screen/points/types.php:188 +#: components/points/admin/classes/screen/points/types.php:200 #, fuzzy msgid "Shortcodes" msgstr "Error de código corto:" -#: components/points/admin/classes/screen/points/types.php:235 +#: components/points/admin/classes/screen/points/types.php:247 msgid "" "Changes to this points type’s settings will affect all sites on this " "network." msgstr "" -#: components/points/admin/classes/screen/points/types.php:237 +#: components/points/admin/classes/screen/points/types.php:249 msgid "The new points type will be global across all sites on this network." msgstr "" #. translators: Points type slug. -#: components/points/admin/classes/screen/points/types.php:250 +#: components/points/admin/classes/screen/points/types.php:262 #, fuzzy msgid "Slug: %s" msgstr "Slug" -#: components/points/admin/classes/screen/points/types.php:275 +#: components/points/admin/classes/screen/points/types.php:287 #: components/points/includes/class-wordpoints-points-hooks.php:586 msgctxt "points type" msgid "Prefix (optional):" msgstr "Prefijo (opcional):" -#: components/points/admin/classes/screen/points/types.php:276 +#: components/points/admin/classes/screen/points/types.php:288 #: components/points/includes/class-wordpoints-points-hooks.php:587 msgctxt "points type" msgid "Suffix (optional):" msgstr "Sufijo (opcional):" -#: components/points/admin/classes/screen/points/types.php:280 +#: components/points/admin/classes/screen/points/types.php:292 #: components/points/includes/class-wordpoints-points-hooks.php:591 msgctxt "points type" msgid "Prefix:" msgstr "Prefijo:" -#: components/points/admin/classes/screen/points/types.php:281 +#: components/points/admin/classes/screen/points/types.php:293 #: components/points/includes/class-wordpoints-points-hooks.php:592 msgctxt "points type" msgid "Suffix:" msgstr "Sufijo:" -#: components/points/admin/classes/screen/points/types.php:287 +#: components/points/admin/classes/screen/points/types.php:299 +#: components/points/admin/includes/functions.php:56 #: components/points/includes/class-wordpoints-points-hooks.php:598 msgctxt "points type" msgid "Name:" msgstr "Nombre:" -#: components/points/admin/classes/screen/points/types.php:341 +#: components/points/admin/classes/screen/points/types.php:356 #: components/points/includes/class-wordpoints-points-hooks.php:637 msgctxt "points type" msgid "Delete" msgstr "Borrar" -#: components/points/admin/classes/screen/points/types.php:347 +#: components/points/admin/classes/screen/points/types.php:362 #: components/points/includes/class-wordpoints-points-hooks.php:644 msgctxt "points type" msgid "Save" msgstr "Guardar" -#: components/points/admin/classes/screen/points/types.php:367 +#: components/points/admin/classes/screen/points/types.php:382 #, fuzzy msgid "Go to the logs for this points type." msgstr "Elija un nombre único para este tipo de puntos." -#: components/points/admin/classes/screen/points/types.php:383 +#: components/points/admin/classes/screen/points/types.php:398 #, fuzzy msgid "Display the user’s points:" msgstr "Mostrar la última actividad de puntos." -#: components/points/admin/classes/screen/points/types.php:395 +#: components/points/admin/classes/screen/points/types.php:410 #, fuzzy msgid "Display a table of the top 5 users:" msgstr "Visualice los puntos del actual usuario conectado." -#: components/points/admin/classes/screen/points/types.php:407 +#: components/points/admin/classes/screen/points/types.php:422 #, fuzzy msgid "Display the points logs:" msgstr "Mostrar la última actividad de puntos." -#: components/points/admin/classes/screen/points/types.php:419 +#: components/points/admin/classes/screen/points/types.php:434 msgid "Display a list of ways to earn points:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:432 +#: components/points/admin/classes/screen/points/types.php:447 msgid "Shortcode docs on WordPoints.org." msgstr "" -#: components/points/admin/classes/screen/points/types.php:591 +#: components/points/admin/classes/screen/points/types.php:610 #, fuzzy msgid "Add New Reaction" msgstr "Añadir Nuevos" -#: components/points/admin/classes/screen/points/types.php:615 +#: components/points/admin/classes/screen/points/types.php:634 #, fuzzy msgid "Add New" msgstr "Añadir Nuevos" -#: components/points/admin/classes/screen/points/types.php:711 +#: components/points/admin/classes/screen/points/types.php:730 msgid "Error: points type name cannot be empty." msgstr "" -#: components/points/admin/classes/screen/points/types.php:726 -#: components/points/admin/classes/screen/points/types.php:741 +#: components/points/admin/classes/screen/points/types.php:745 +#: components/points/admin/classes/screen/points/types.php:760 msgid "Error: failed updating points type." msgstr "" -#: components/points/admin/classes/screen/points/types.php:749 +#: components/points/admin/classes/screen/points/types.php:768 #, fuzzy msgid "Points type updated." msgstr "Tipo de Puntos eliminado." -#: components/points/admin/classes/screen/points/types.php:782 +#: components/points/admin/classes/screen/points/types.php:801 msgid "Please choose a unique name for this points type." msgstr "Elija un nombre único para este tipo de puntos." -#: components/points/admin/classes/screen/points/types.php:792 +#: components/points/admin/classes/screen/points/types.php:811 #, fuzzy msgid "Points type created." msgstr "Tipo de Puntos eliminado." -#: components/points/admin/classes/screen/points/types.php:824 +#: components/points/admin/classes/screen/points/types.php:843 msgid "Points type deleted." msgstr "Tipo de Puntos eliminado." -#: components/points/admin/classes/screen/points/types.php:833 +#: components/points/admin/classes/screen/points/types.php:852 #: components/points/admin/screens/hooks.php:22 msgid "Error while deleting." msgstr "Error al borrar." -#: components/points/admin/classes/screen/points/types.php:852 +#: components/points/admin/classes/screen/points/types.php:873 +msgid "" +"Let us help you get started by creating some example reactions. (Don’t " +"worry, each reaction will only award points once it has been enabled.)" +msgstr "" + +#: components/points/admin/classes/screen/points/types.php:878 +#, fuzzy +msgid "Create Reactions" +msgstr "Añadir Nuevos" + +#: components/points/admin/classes/screen/points/types.php:900 +msgid "" +"Example reactions created successfully! You can now edit them to your " +"liking, and then enable them to start awarding points. Feel free to delete " +"any that you don’t want, and to create additional ones as needed." +msgstr "" + +#: components/points/admin/classes/screen/points/types.php:920 #, fuzzy msgid "Network Events" msgstr "Activar Red" -#: components/points/admin/classes/screen/points/types.php:853 +#: components/points/admin/classes/screen/points/types.php:921 msgid "" "Add reactions to these events to award points whenever they take place on " "this network." msgstr "" -#: components/points/admin/classes/screen/points/types.php:855 +#: components/points/admin/classes/screen/points/types.php:923 msgid "Events" msgstr "" -#: components/points/admin/classes/screen/points/types.php:856 +#: components/points/admin/classes/screen/points/types.php:924 msgid "" "Add reactions to these events to award points whenever they take place on " "this site." msgstr "" #. translators: URL of points reactions user docs on WordPoints.org. -#: components/points/admin/classes/screen/points/types.php:893 +#: components/points/admin/classes/screen/points/types.php:961 msgid "" "You can learn more about how they work from the user guide on " "WordPoints.org." @@ -1950,6 +2093,10 @@ msgid "An error has occurred. Please try again." msgstr "Se ha producido un error. Por favor, inténtelo de nuevo." #: components/points/admin/includes/functions.php:52 +msgid "You are about to delete the following points type:" +msgstr "" + +#: components/points/admin/includes/functions.php:53 #, fuzzy msgid "" "Are you sure that you want to delete this points type? This will delete all " @@ -1958,61 +2105,67 @@ msgstr "" "¿Está seguro de que quiere eliminar este tipo de puntos? Esto eliminará " "todos los registros y ganchos relacionados." -#: components/points/admin/includes/functions.php:53 +#: components/points/admin/includes/functions.php:54 msgid "Once a points type has been deleted, you cannot bring it back." msgstr "" "Una vez un tipo de puntos se ha eliminado, no se puede traer de vuelta." -#: components/points/admin/includes/functions.php:95 +#: components/points/admin/includes/functions.php:55 +msgid "" +"If you are sure you want to delete this points type, confirm by typing its " +"name below:" +msgstr "" + +#: components/points/admin/includes/functions.php:98 #, fuzzy msgid "WordPoints — Points Types" msgstr "WordPoints – Registros de Puntos" -#: components/points/admin/includes/functions.php:96 +#: components/points/admin/includes/functions.php:99 #, fuzzy msgid "Points Types" msgstr "Tipo de Puntos" -#: components/points/admin/includes/functions.php:120 +#: components/points/admin/includes/functions.php:123 #, fuzzy msgid "WordPoints — Points Hooks" msgstr "Ganchos de Puntos WordPoints" -#: components/points/admin/includes/functions.php:121 +#: components/points/admin/includes/functions.php:124 #: components/points/admin/screens/hooks-no-js.php:96 msgid "Points Hooks" msgstr "Ganchos de Puntos" -#: components/points/admin/includes/functions.php:131 +#: components/points/admin/includes/functions.php:134 #: components/points/admin/screens/logs.php:13 #, fuzzy msgid "WordPoints — Points Logs" msgstr "WordPoints – Registros de Puntos" -#: components/points/admin/includes/functions.php:132 +#: components/points/admin/includes/functions.php:135 msgid "Points Logs" msgstr "Registros de Puntos" -#: components/points/admin/includes/functions.php:249 +#: components/points/admin/includes/functions.php:252 msgid "Enable accessibility mode" msgstr "Activar el modo de accesibilidad" -#: components/points/admin/includes/functions.php:251 +#: components/points/admin/includes/functions.php:254 msgid "Disable accessibility mode" msgstr "Desactivar el modo de accesibilidad" -#: components/points/admin/includes/functions.php:298 +#: components/points/admin/includes/functions.php:301 msgctxt "points hook" msgid "Description (optional):" msgstr "Descripción (opcional):" #. translators: Default points hook description. -#: components/points/admin/includes/functions.php:306 +#: components/points/admin/includes/functions.php:309 msgctxt "points hook description" msgid "Default: %s" msgstr "Por defecto: %s" -#: components/points/admin/includes/functions.php:338 +#: components/points/admin/includes/functions.php:341 msgid "" "If you would like to change the value for a type of points, enter the " "desired value in the text field, and check the checkbox beside it. If you " @@ -2025,28 +2178,28 @@ msgstr "" "Para proporcionar una razón para el cambio, rellene el campo de texto de " "abajo." -#: components/points/admin/includes/functions.php:339 +#: components/points/admin/includes/functions.php:342 msgid "Reason" msgstr "Razón" #. translators: Number of points. -#: components/points/admin/includes/functions.php:359 +#: components/points/admin/includes/functions.php:365 msgid "(current: %s)" msgstr "(Actual: %s)" -#: components/points/admin/includes/functions.php:380 +#: components/points/admin/includes/functions.php:389 msgid "My Points" msgstr "Mis Puntos" -#: components/points/admin/includes/functions.php:469 +#: components/points/admin/includes/functions.php:478 msgid "No default" msgstr "Ningún predeterminado" -#: components/points/admin/includes/functions.php:474 +#: components/points/admin/includes/functions.php:483 msgid "Default Points Type" msgstr "Tipo Puntos Predeterminados" -#: components/points/admin/includes/functions.php:475 +#: components/points/admin/includes/functions.php:484 msgid "" "You can optionally set one points type to be the default. The default points " "type will, for example, be used by shortcodes when no type is specified. " @@ -2057,12 +2210,12 @@ msgstr "" "por códigos cortos cuando no se especifica ningún tipo. Esto también es útil " "si sólo tiene un tipo de puntos." -#: components/points/admin/includes/functions.php:480 +#: components/points/admin/includes/functions.php:489 msgid "Default" msgstr "Por Defecto" #. translators: URL of Points Types admin screen. -#: components/points/admin/includes/functions.php:538 +#: components/points/admin/includes/functions.php:547 msgid "" "Welcome to WordPoints! Get started by creating a points type." @@ -2153,31 +2306,31 @@ msgstr "" "e inténtelo de nuevo." #. translators: Hook name. -#: components/points/admin/screens/hooks-no-js.php:99 +#: components/points/admin/screens/hooks-no-js.php:102 #, fuzzy msgid "Hook %s" msgstr "Gancho %s" -#: components/points/admin/screens/hooks-no-js.php:106 +#: components/points/admin/screens/hooks-no-js.php:112 msgid "Select the points type to attach this hook to." msgstr "Seleccione el tipo de puntos al que adjuntar este gancho." -#: components/points/admin/screens/hooks-no-js.php:109 +#: components/points/admin/screens/hooks-no-js.php:115 #, fuzzy msgid "Points Type:" msgstr "Tipo de Puntos" -#: components/points/admin/screens/hooks-no-js.php:119 +#: components/points/admin/screens/hooks-no-js.php:125 #: components/points/admin/screens/hooks.php:97 msgid "Inactive Hooks" msgstr "Ganchos inactivos" -#: components/points/admin/screens/hooks-no-js.php:130 +#: components/points/admin/screens/hooks-no-js.php:136 msgctxt "points hook" msgid "Delete" msgstr "Eliminar" -#: components/points/admin/screens/hooks-no-js.php:133 +#: components/points/admin/screens/hooks-no-js.php:139 msgid "Save Hook" msgstr "Guardar Gancho" @@ -2311,7 +2464,7 @@ msgid "%s deleted." msgstr "%s eliminado permanentemente" #: components/points/classes/hook/reactor.php:61 -#: components/ranks/includes/rank-types/points.php:56 +#: components/ranks/includes/rank-types/points.php:59 #, fuzzy msgctxt "form label" msgid "Points" @@ -2366,48 +2519,48 @@ msgstr "%1$s “%2$s”eliminado." msgid "Reversed “%1$s”" msgstr "Resultados de búsqueda para“%s”" -#: components/points/classes/logs/view/table.php:48 +#: components/points/classes/logs/view/table.php:66 msgctxt "points logs table heading" msgid "User" msgstr "Usuario" -#: components/points/classes/logs/view/table.php:49 +#: components/points/classes/logs/view/table.php:67 msgctxt "points logs table heading" msgid "Points" msgstr "Puntos" -#: components/points/classes/logs/view/table.php:50 +#: components/points/classes/logs/view/table.php:68 msgctxt "points logs table heading" msgid "Description" msgstr "Descripción" -#: components/points/classes/logs/view/table.php:51 +#: components/points/classes/logs/view/table.php:69 msgctxt "points logs table heading" msgid "Time" msgstr "Hora" -#: components/points/classes/logs/view/table.php:122 +#: components/points/classes/logs/view/table.php:140 #, fuzzy msgid "No matching logs found." msgstr "No se encontrarn registros coincidentes" #. translators: coordinated universal time -#: components/points/classes/logs/view/table.php:185 +#: components/points/classes/logs/view/table.php:203 msgid "UTC" msgstr "" #. translators: Search term. -#: components/points/classes/logs/view/table.php:290 +#: components/points/classes/logs/view/table.php:308 #, fuzzy msgid "Searching for “%s”" msgstr "Resultados de búsqueda para“%s”" -#: components/points/classes/logs/view/table.php:302 +#: components/points/classes/logs/view/table.php:320 #, fuzzy msgid "Search Logs:" msgstr "Buscar:." -#: components/points/classes/logs/view/table.php:313 +#: components/points/classes/logs/view/table.php:331 #, fuzzy msgid "Search Logs" msgstr "Buscar:." @@ -2554,26 +2707,26 @@ msgid "Widget text" msgstr "Texto del Widget" #. translators: Placeholder name. -#: components/points/classes/widget/user/points.php:179 +#: components/points/classes/widget/user/points.php:183 msgid "%s will be replaced with the points of the logged in user" msgstr "%s será reemplazado con los puntos del usuario en sesión" -#: components/points/classes/widget/user/points.php:194 +#: components/points/classes/widget/user/points.php:202 msgid "Text if the user is not logged in" msgstr "Texto si el usuario no está en sesión" -#: components/points/classes/widget/user/points.php:196 +#: components/points/classes/widget/user/points.php:204 msgid "Leave this field blank to hide the widget if the user is not logged in" msgstr "" "Deje este campo en blanco para ocultar el widget si el usuario no está en " "sesión" -#: components/points/classes/widget/user/points.php:199 +#: components/points/classes/widget/user/points.php:207 msgid "Number of latest log entries for this user to display" msgstr "" "Número de las últimas entradas en el registro para qye este usuario muestre" -#: components/points/classes/widget/user/points.php:201 +#: components/points/classes/widget/user/points.php:209 msgid "Set this to 0 to keep from showing any logs" msgstr "Configure esto a 0 para no mostrar ningún registro" @@ -2599,12 +2752,12 @@ msgstr "No hay ganchos de puntos disponibles en la actualidad." msgid "Slug" msgstr "Slug" -#: components/points/includes/class-wordpoints-points-hooks.php:722 +#: components/points/includes/class-wordpoints-points-hooks.php:724 msgctxt "hook" msgid "Edit" msgstr "Editar" -#: components/points/includes/class-wordpoints-points-hooks.php:723 +#: components/points/includes/class-wordpoints-points-hooks.php:725 msgctxt "hook" msgid "Add" msgstr "Añadir" @@ -2627,35 +2780,35 @@ msgstr "Comentario en un %s eliminado del sitio." msgid "Points subtracted if comment removed:" msgstr "Puntos restado si comentario eliminado:" -#: components/points/includes/deprecated.php:343 +#: components/points/includes/deprecated.php:345 msgctxt "points hook name" msgid "Post Delete" msgstr "Mensaje Borrar" -#: components/points/includes/deprecated.php:345 +#: components/points/includes/deprecated.php:347 msgid "A post is permanently deleted." msgstr "Un mensaje se eliminará de forma permanente." -#: components/points/includes/deprecated.php:346 +#: components/points/includes/deprecated.php:348 msgid "Points removed when deleted:" msgstr "Puntos removidos cuando se eliminan:" #. translators: Singular post type name. -#: components/points/includes/deprecated.php:348 +#: components/points/includes/deprecated.php:350 msgid "%s permanently deleted." msgstr "%s eliminado permanentemente." -#: components/points/includes/deprecated.php:380 +#: components/points/includes/deprecated.php:382 msgid "Auto Draft" msgstr "Proyecto Automático" #. translators: 1. Meta key. -#: components/points/includes/functions.php:348 +#: components/points/includes/functions.php:358 msgid "This points type uses a custom meta key: %s" msgstr "Este tipo de puntos utiliza una clave personalizada meta: %s" #. translators: Meta key. -#: components/points/includes/functions.php:374 +#: components/points/includes/functions.php:384 msgid "" "This points type uses a custom meta key (“%s”). If this key is " "also used by another plugin, changes made by it will not be logged. Only " @@ -2666,6 +2819,78 @@ msgstr "" "cambios realizados por el mismo. Sólo las transacciones realizadas por " "WordPoints se incluyen en los registros." +#: components/points/includes/functions.php:451 +#: components/points/includes/functions.php:452 +#, fuzzy +msgid "Registering with the site." +msgstr "Inscribirse en este sitio." + +#: components/points/includes/functions.php:459 +#, fuzzy +msgid "Visiting the site daily." +msgstr "Visitar periódicamente el sitio." + +#: components/points/includes/functions.php:460 +#, fuzzy +msgid "Visited the site." +msgstr "Visitar sitio módulo" + +#: components/points/includes/functions.php:474 +#, fuzzy +msgid "Uploading an attachment." +msgstr "Dejar un nuevo comentario." + +#: components/points/includes/functions.php:475 +msgid "Uploaded an attachment." +msgstr "" + +#: components/points/includes/functions.php:482 +#, fuzzy +msgid "Publishing a post." +msgstr "Publicación Publicada" + +#: components/points/includes/functions.php:483 +#, fuzzy +msgid "Published a post." +msgstr "Publicación Publicada" + +#: components/points/includes/functions.php:490 +msgid "Publishing a post with the #happy tag." +msgstr "" + +#: components/points/includes/functions.php:491 +msgid "Published a happy post." +msgstr "" + +#: components/points/includes/functions.php:530 +#, fuzzy +msgid "Leaving a comment on a post." +msgstr "Dejar un nuevo comentario en un %s." + +#: components/points/includes/functions.php:531 +#, fuzzy +msgid "Left a comment on a post." +msgstr "Dejar un nuevo comentario en un %s." + +#: components/points/includes/functions.php:538 +#, fuzzy +msgid "Mentioning WordPoints in a comment on a post." +msgstr "Dejar un nuevo comentario en un %s." + +#: components/points/includes/functions.php:539 +msgid "Left a comment mentioning WordPoints." +msgstr "" + +#: components/points/includes/functions.php:560 +#, fuzzy +msgid "Receiving a comment on a post." +msgstr "Dejar un nuevo comentario en un %s." + +#: components/points/includes/functions.php:561 +#, fuzzy +msgid "Received a comment on a post." +msgstr "Dejar un nuevo comentario en un %s." + #: components/points/includes/hooks/abstracts/post-type.php:250 msgctxt "post title" msgid "(no title)" @@ -2970,29 +3195,29 @@ msgctxt "points log description" msgid "Comment unapproved." msgstr "Comentario no aprobado." -#: components/points/includes/points.php:1028 +#: components/points/includes/points.php:966 msgctxt "points log" msgid "(no description)" msgstr "(sin descripción)" -#: components/points/includes/points.php:1223 +#: components/points/includes/points.php:1164 msgctxt "top users table heading" msgid "#" msgstr "" -#: components/points/includes/points.php:1224 +#: components/points/includes/points.php:1165 #, fuzzy msgctxt "top users table heading" msgid "Position" msgstr "Descripción" -#: components/points/includes/points.php:1225 +#: components/points/includes/points.php:1166 #, fuzzy msgctxt "top users table heading" msgid "User" msgstr "Usuario" -#: components/points/includes/points.php:1226 +#: components/points/includes/points.php:1167 #, fuzzy msgctxt "top users table heading" msgid "Points" @@ -3052,21 +3277,25 @@ msgid "A rank title cannot be empty." msgstr "" #: components/ranks/admin/includes/functions.php:54 +msgid "You are about to delete the following rank:" +msgstr "" + +#: components/ranks/admin/includes/functions.php:55 msgid "" "Are you sure that you want to delete this rank? This action cannot be undone." msgstr "" -#: components/ranks/admin/includes/functions.php:82 +#: components/ranks/admin/includes/functions.php:83 #, fuzzy msgid "WordPoints — Ranks" msgstr "WordPoints - %s" -#: components/ranks/admin/includes/functions.php:83 +#: components/ranks/admin/includes/functions.php:84 #: components/ranks/admin/screens/ranks.php:28 msgid "Ranks" msgstr "" -#: components/ranks/admin/includes/functions.php:110 +#: components/ranks/admin/includes/functions.php:111 msgid "" "Ranks are titles assigned to users. A set of ranks are organized into a " "hierarchy. The user starts at the bottom, but can work his way up to higher " @@ -3075,7 +3304,7 @@ msgid "" "points to reach a given rank." msgstr "" -#: components/ranks/admin/includes/functions.php:111 +#: components/ranks/admin/includes/functions.php:112 msgid "" "More than one rank hierarchy may be available. For example, if you have " "multiple types of points, you will have a group of ranks for each points " @@ -3083,11 +3312,11 @@ msgid "" "screen." msgstr "" -#: components/ranks/admin/includes/functions.php:118 +#: components/ranks/admin/includes/functions.php:119 msgid "Adding and Editing" msgstr "" -#: components/ranks/admin/includes/functions.php:120 +#: components/ranks/admin/includes/functions.php:121 msgid "" "To add a new rank to the rank group, click the Add Rank button. A new rank " "will appear with its settings form open. Fill out its settings and click the " @@ -3095,14 +3324,14 @@ msgid "" "without saving it by clicking the Cancel button." msgstr "" -#: components/ranks/admin/includes/functions.php:121 +#: components/ranks/admin/includes/functions.php:122 msgid "" "To edit an existing rank’s settings, click on the Edit link in its " "title bar. The settings form for that rank will open. You can close the " "settings form again by clicking the Close link." msgstr "" -#: components/ranks/admin/includes/functions.php:122 +#: components/ranks/admin/includes/functions.php:123 msgid "" "Once you have modified the rank’s settings as desired, you can save " "your changes by clicking the Save button. Keep in mind that your changes " @@ -3112,12 +3341,12 @@ msgid "" "reset the form to the rank’s current settings." msgstr "" -#: components/ranks/admin/includes/functions.php:129 +#: components/ranks/admin/includes/functions.php:130 #, fuzzy msgid "Deleting" msgstr "Borrar" -#: components/ranks/admin/includes/functions.php:131 +#: components/ranks/admin/includes/functions.php:132 msgid "" "If you would like to delete a rank, open its settings form, then click the " "Delete button. You will be asked to confirm that you want to delete the " @@ -3125,7 +3354,7 @@ msgid "" "dialog. Once you delete the rank, it is gone!" msgstr "" -#: components/ranks/admin/includes/functions.php:137 +#: components/ranks/admin/includes/functions.php:138 #, fuzzy msgid "Documentation on Ranks" msgstr "Documentación sobre Ganchos de Puntos" @@ -3157,6 +3386,11 @@ msgctxt "rank" msgid "Title" msgstr "Título:" +#: components/ranks/classes/rank/shortcode/rank/list.php:31 +#, fuzzy +msgid "Rank Name" +msgstr "Tipo de Puntos" + #. translators: 1. Attribute name; 2. Shortcode name. #: components/ranks/classes/rank/shortcode.php:26 #, fuzzy @@ -3169,121 +3403,130 @@ msgstr "" "[wordpoints_points points_type=\"puntos \"] " #. translators: Placeholder name. -#: components/ranks/includes/integration/points/functions.php:46 +#: components/ranks/includes/integration/points/functions.php:50 msgid "%s will be replaced with the rank of the logged in user" msgstr "" #. translators: Points type name. -#: components/ranks/includes/integration/points/functions.php:119 +#: components/ranks/includes/integration/points/functions.php:128 msgid "This rank group is associated with the “%s” points type." msgstr "" -#: components/ranks/includes/integration/points/functions.php:158 +#: components/ranks/includes/integration/points/functions.php:167 #, fuzzy msgctxt "Points Types screen meta box title" msgid "Ranks" msgstr "Añadir Gancho" -#: components/ranks/includes/integration/points/functions.php:178 +#: components/ranks/includes/integration/points/functions.php:187 #, fuzzy msgid "Go to the ranks for this points type." msgstr "Elija un nombre único para este tipo de puntos." -#: components/ranks/includes/rank-types/points.php:45 +#: components/ranks/includes/rank-types/base.php:53 +msgid "Base rank." +msgstr "" + +#: components/ranks/includes/rank-types/points.php:48 #, fuzzy msgctxt "rank type" msgid "Points" msgstr "Puntos" -#: components/ranks/includes/rank-types/points.php:98 +#: components/ranks/includes/rank-types/points.php:101 msgid "The amount of points is required, and must be a valid number." msgstr "" #. translators: Minimum number of points. -#: components/ranks/includes/rank-types/points.php:118 +#: components/ranks/includes/rank-types/points.php:121 msgid "The number of points must be more than the minimum (%s)." msgstr "" -#: includes/functions.php:766 +#. translators: Number of points. +#: components/ranks/includes/rank-types/points.php:161 +msgid "Must have at least %s." +msgstr "" + +#: includes/functions.php:803 msgctxt "post type" msgid "Any" msgstr "Cualquiera" -#: includes/functions.php:868 +#: includes/functions.php:913 msgid "Shortcode error:" msgstr "Error de código corto:" -#: includes/functions.php:1011 +#: includes/functions.php:1074 msgctxt "component name" msgid "Points" msgstr "Puntos" -#: includes/functions.php:1013 includes/functions.php:1037 +#: includes/functions.php:1076 includes/functions.php:1100 msgctxt "component author" msgid "WordPoints" msgstr "WordPoints" -#: includes/functions.php:1016 +#: includes/functions.php:1079 msgid "Enables a points system for your site." msgstr "Permite un sistema de puntos para su sitio." -#: includes/functions.php:1035 +#: includes/functions.php:1098 msgctxt "component name" msgid "Ranks" msgstr "" -#: includes/functions.php:1040 +#: includes/functions.php:1103 msgid "Assign users ranks based on their points levels." msgstr "" #. translators: Author name. -#: includes/modules.php:352 +#: includes/modules.php:548 msgid "By %s." msgstr "Por %s." -#: includes/modules.php:568 +#: includes/modules.php:764 #, fuzzy msgid "Invalid extension path." msgstr "Ruta del módulo no válida." -#: includes/modules.php:572 +#: includes/modules.php:768 #, fuzzy msgid "Extension file does not exist." msgstr "Archivo de módulo no existe." -#: includes/modules.php:578 +#: includes/modules.php:774 #, fuzzy msgid "The extension does not have a valid header." msgstr "El módulo no tiene una cabecera válida." -#: includes/modules.php:775 +#: includes/modules.php:977 #, fuzzy msgid "The extension generated unexpected output." msgstr "El módulo generó una salida inesperada." -#: includes/modules.php:961 +#: includes/modules.php:1163 msgid "Could not access filesystem." msgstr "No se pudo acceder al sistema de archivos." -#: includes/modules.php:965 +#: includes/modules.php:1167 msgid "Filesystem error." msgstr "Error del sistema de archivos." -#: includes/modules.php:972 +#: includes/modules.php:1174 #, fuzzy msgid "Unable to locate WordPoints Extension directory." msgstr "No se puede localizar el directorio de Módulos WordPoints." #. translators: Extension or list of extensions. -#: includes/modules.php:1025 +#: includes/modules.php:1227 #, fuzzy msgid "Could not fully remove the extension %s." -msgid_plural "Could not fully remove the extension %s." +msgid_plural "Could not fully remove the extensions %s." msgstr[0] "No es posible eliminar completamente el módulo (s) %s." msgstr[1] "No es posible eliminar completamente el módulo (s) %s." #. translators: Number of updates. -#: includes/modules.php:1341 +#: includes/modules.php:1568 #, fuzzy msgid "%d WordPoints Extension Update" msgid_plural "%d WordPoints Extension Updates" @@ -3311,6 +3554,13 @@ msgstr "JD Grimes" msgid "https://codesymphony.co/" msgstr "https://codesymphony.co/" +#, fuzzy +#~ msgid "active" +#~ msgstr "Desactivar" + +#~ msgid "Configure WordPoints to your liking." +#~ msgstr "Configure WordPoints a su gusto." + #~ msgid "Activate Module" #~ msgstr "Activar Módulo" @@ -3320,9 +3570,6 @@ msgstr "https://codesymphony.co/" #~ msgid "Return to Module Installer" #~ msgstr "Volver al Instalador de Módulos" -#~ msgid "Visit module site" -#~ msgstr "Visitar sitio módulo" - #~ msgid "Module zip file" #~ msgstr "Archivo zip de Módulo" @@ -3405,13 +3652,6 @@ msgstr "https://codesymphony.co/" #~ msgid "Select Type" #~ msgstr "Seleccione el tipo de mensaje:" -#~ msgid "" -#~ "The rest of the process needs to be completed manually. If this has not " -#~ "been done already, some parts of the plugin may not function properly." -#~ msgstr "" -#~ "El resto del proceso necesita completarse manualmente. Si no lo ha hecho " -#~ "todavía, algunas opciones del plugin podrían no funcionar apropiadamente." - #~ msgctxt "modules per page (screen options)" #~ msgid "Modules" #~ msgstr "Módulos" diff --git a/src/languages/wordpoints-lt.mo b/src/languages/wordpoints-lt.mo index b1ecdc77..4114a503 100644 Binary files a/src/languages/wordpoints-lt.mo and b/src/languages/wordpoints-lt.mo differ diff --git a/src/languages/wordpoints-lt.po b/src/languages/wordpoints-lt.po index 4cb63384..94ed0815 100644 --- a/src/languages/wordpoints-lt.po +++ b/src/languages/wordpoints-lt.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: WordPoints 1.10.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpoints\n" -"POT-Creation-Date: 2017-06-02 18:45:06+00:00\n" +"POT-Creation-Date: 2017-09-20 14:28:34+00:00\n" "PO-Revision-Date: 2015-06-22 19:24+0200\n" "Last-Translator: Rimantas \n" "Language-Team: Lithuanian (%s)" msgid_plural "All (%s)" @@ -109,7 +86,7 @@ msgstr[1] "" msgstr[2] "" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:448 +#: admin/classes/list/table/extensions.php:449 msgid "Active (%s)" msgid_plural "Active (%s)" msgstr[0] "" @@ -117,7 +94,7 @@ msgstr[1] "" msgstr[2] "" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:453 +#: admin/classes/list/table/extensions.php:454 msgid "Recently Active (%s)" msgid_plural "Recently Active (%s)" msgstr[0] "" @@ -125,7 +102,7 @@ msgstr[1] "" msgstr[2] "" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:458 +#: admin/classes/list/table/extensions.php:459 msgid "Inactive (%s)" msgid_plural "Inactive (%s)" msgstr[0] "" @@ -133,114 +110,120 @@ msgstr[1] "" msgstr[2] "" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:463 +#: admin/classes/list/table/extensions.php:464 msgid "Update Available (%s)" msgid_plural "Update Available (%s)" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: admin/includes/class-wordpoints-modules-list-table.php:516 -#: admin/includes/class-wordpoints-modules-list-table.php:948 +#: admin/classes/list/table/extensions.php:517 +#: admin/classes/list/table/extensions.php:940 +#: classes/module/installer/skin.php:90 +msgid "Network Activate" +msgstr "" + +#: admin/classes/list/table/extensions.php:517 +#: admin/classes/list/table/extensions.php:967 #: admin/screens/configure-components.php:120 msgid "Activate" msgstr "Aktyvuoti" -#: admin/includes/class-wordpoints-modules-list-table.php:520 -#: admin/includes/class-wordpoints-modules-list-table.php:914 +#: admin/classes/list/table/extensions.php:521 +#: admin/classes/list/table/extensions.php:933 msgid "Network Deactivate" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:520 -#: admin/includes/class-wordpoints-modules-list-table.php:943 +#: admin/classes/list/table/extensions.php:521 +#: admin/classes/list/table/extensions.php:962 #: admin/screens/configure-components.php:115 msgid "Deactivate" msgstr "Atjungti" -#: admin/includes/class-wordpoints-modules-list-table.php:528 -#: admin/includes/class-wordpoints-modules-list-table.php:926 -#: admin/includes/class-wordpoints-modules-list-table.php:952 -#: admin/includes/functions.php:316 admin/includes/functions.php:371 -#: components/points/admin/includes/functions.php:55 -#: components/points/includes/class-wordpoints-points-hooks.php:750 -#: components/ranks/admin/includes/functions.php:56 +#: admin/classes/list/table/extensions.php:529 +#: admin/classes/list/table/extensions.php:945 +#: admin/classes/list/table/extensions.php:971 admin/includes/functions.php:339 +#: admin/includes/functions.php:394 +#: components/points/admin/includes/functions.php:58 +#: components/points/includes/class-wordpoints-points-hooks.php:752 +#: components/ranks/admin/includes/functions.php:57 #: components/ranks/admin/screens/ranks.php:142 msgid "Delete" msgstr "Ištrinti" -#: admin/includes/class-wordpoints-modules-list-table.php:535 +#: admin/classes/list/table/extensions.php:536 msgid "Update" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:569 +#: admin/classes/list/table/extensions.php:588 msgid "Clear List" msgstr "Išvalyti sąraša" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:732 -#: admin/includes/functions.php:1761 +#: admin/classes/list/table/extensions.php:751 +#: admin/includes/functions.php:1871 msgid "Select %s" msgstr "" #. translators: Extension version. -#: admin/includes/class-wordpoints-modules-list-table.php:798 +#: admin/classes/list/table/extensions.php:817 msgid "Version %s" msgstr "" #. translators: Author name. -#: admin/includes/class-wordpoints-modules-list-table.php:810 +#: admin/classes/list/table/extensions.php:829 #: admin/screens/configure-components.php:141 msgid "By %s" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:814 +#: admin/classes/list/table/extensions.php:833 #, fuzzy msgid "Visit extension site" msgstr "Apsilankyti modulio puslapyje" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:914 +#: admin/classes/list/table/extensions.php:933 msgid "Network deactivate %s" msgstr "" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:921 +#: admin/classes/list/table/extensions.php:940 #, fuzzy msgid "Network activate %s" msgstr "Atjungti" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:926 -#: admin/includes/class-wordpoints-modules-list-table.php:952 +#: admin/classes/list/table/extensions.php:945 +#: admin/classes/list/table/extensions.php:971 #, fuzzy msgid "Delete %s" msgstr "Ištrinti" -#: admin/includes/class-wordpoints-modules-list-table.php:934 +#: admin/classes/list/table/extensions.php:953 #, fuzzy msgid "Network Active" msgstr "Atjungti" -#: admin/includes/class-wordpoints-modules-list-table.php:938 +#: admin/classes/list/table/extensions.php:957 msgid "Network Only" msgstr "" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:943 +#: admin/classes/list/table/extensions.php:962 #, fuzzy msgid "Deactivate %s" msgstr "Atjungti" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:948 +#: admin/classes/list/table/extensions.php:967 #, fuzzy msgid "Activate %s" msgstr "Aktyvuoti" -#. #-#-#-#-# wordpoints.pot (WordPoints 2.4.0-alpha-2) #-#-#-#-# +#. #-#-#-#-# wordpoints.pot (WordPoints 2.4.0-beta-1) #-#-#-#-# #. Plugin Name of the plugin/theme #: admin/includes/functions.php:69 -#: components/points/admin/includes/functions.php:337 +#: components/points/admin/includes/functions.php:340 #: components/points/classes/widget/user/points.php:44 msgid "WordPoints" msgstr "" @@ -251,402 +234,446 @@ msgid "WordPoints — Settings" msgstr "WordPoints - Moduliai" #: admin/includes/functions.php:90 -#: components/points/admin/classes/screen/points/types.php:146 +#: components/points/admin/classes/screen/points/types.php:158 #: components/points/includes/class-wordpoints-points-hooks.php:555 msgid "Settings" msgstr "" -#: admin/includes/functions.php:117 +#: admin/includes/functions.php:117 admin/includes/functions.php:126 #, fuzzy msgid "WordPoints — Extensions" msgstr "WordPoints - Moduliai" -#: admin/includes/functions.php:118 +#: admin/includes/functions.php:118 admin/includes/functions.php:127 msgid "Extensions" msgstr "" -#: admin/includes/functions.php:127 +#: admin/includes/functions.php:139 admin/includes/functions.php:149 #, fuzzy msgid "WordPoints — Install Extensions" msgstr "WordPoints - Instaliuoti modulius" -#: admin/includes/functions.php:128 admin/screens/module-install.php:31 +#: admin/includes/functions.php:140 admin/includes/functions.php:150 +#: admin/screens/module-install.php:31 #, fuzzy msgid "Install Extensions" msgstr "Instaliuoti modulius" -#: admin/includes/functions.php:311 +#: admin/includes/functions.php:333 #: components/ranks/admin/includes/functions.php:52 msgid "Your changes have been saved." msgstr "" #. translators: Form field name. -#: admin/includes/functions.php:313 +#: admin/includes/functions.php:335 msgid "%s cannot be empty." msgstr "" -#: admin/includes/functions.php:314 +#: admin/includes/functions.php:336 +msgid "You are about to delete the following reaction:" +msgstr "" + +#: admin/includes/functions.php:337 #, fuzzy msgid "" "Are you sure that you want to delete this reaction? This action cannot be " "undone." msgstr "Ar jūs tikrai norite ištrinti šiuos failus ir duomenis?" -#: admin/includes/functions.php:315 -#: components/points/admin/includes/functions.php:54 -#: components/ranks/admin/includes/functions.php:55 +#: admin/includes/functions.php:338 +#: components/points/admin/includes/functions.php:57 +#: components/ranks/admin/includes/functions.php:56 msgid "Are you sure?" msgstr "" -#: admin/includes/functions.php:317 admin/includes/functions.php:365 -#: components/points/admin/includes/functions.php:56 -#: components/points/admin/screens/hooks-no-js.php:128 +#: admin/includes/functions.php:340 admin/includes/functions.php:388 +#: components/points/admin/includes/functions.php:59 +#: components/points/admin/screens/hooks-no-js.php:134 #: components/points/admin/screens/hooks.php:265 -#: components/ranks/admin/includes/functions.php:57 +#: components/ranks/admin/includes/functions.php:58 #: components/ranks/admin/screens/ranks.php:139 msgid "Cancel" msgstr "" -#: admin/includes/functions.php:319 +#: admin/includes/functions.php:342 msgid "Target" msgstr "" #. translators: Form field. -#: admin/includes/functions.php:321 +#: admin/includes/functions.php:344 msgid "(cannot be changed)" msgstr "" -#: admin/includes/functions.php:322 +#: admin/includes/functions.php:345 msgid "" "Error: the values of some fields are invalid. Please correct these and then " "try again." msgstr "" -#: admin/includes/functions.php:323 +#: admin/includes/functions.php:346 msgid "Discarded reaction." msgstr "" -#: admin/includes/functions.php:324 +#: admin/includes/functions.php:347 msgid "Discarded changes." msgstr "" -#: admin/includes/functions.php:325 +#: admin/includes/functions.php:348 msgid "Saving&hellp;" msgstr "" -#: admin/includes/functions.php:326 +#: admin/includes/functions.php:349 msgid "Deleting&hellp;" msgstr "" -#: admin/includes/functions.php:327 +#: admin/includes/functions.php:350 #, fuzzy msgid "Reaction deleted successfully." msgstr "Modulis instaliuotas sėkmingai." -#: admin/includes/functions.php:328 +#: admin/includes/functions.php:351 #, fuzzy msgid "Reaction saved successfully." msgstr "Modulis instaliuotas sėkmingai." -#: admin/includes/functions.php:340 +#: admin/includes/functions.php:363 msgid "Edit" msgstr "" -#: admin/includes/functions.php:343 admin/includes/functions.php:368 +#: admin/includes/functions.php:366 admin/includes/functions.php:391 #: components/points/includes/class-wordpoints-points-hooks.php:641 -#: components/points/includes/class-wordpoints-points-hooks.php:751 +#: components/points/includes/class-wordpoints-points-hooks.php:753 #: components/ranks/admin/screens/ranks.php:114 #: components/ranks/admin/screens/ranks.php:140 msgid "Close" msgstr "" -#: admin/includes/functions.php:362 -#: components/points/includes/class-wordpoints-points-hooks.php:754 +#: admin/includes/functions.php:385 +#: components/points/includes/class-wordpoints-points-hooks.php:756 #: components/ranks/admin/screens/ranks.php:138 msgid "Save" msgstr "" -#: admin/includes/functions.php:430 +#: admin/includes/functions.php:453 msgid "Conditions" msgstr "" -#: admin/includes/functions.php:432 +#: admin/includes/functions.php:455 msgid "Add New Condition" msgstr "" -#: admin/includes/functions.php:438 +#: admin/includes/functions.php:461 msgid "No conditions available." msgstr "" -#: admin/includes/functions.php:444 +#: admin/includes/functions.php:467 msgid "Add Condition" msgstr "" -#: admin/includes/functions.php:445 +#: admin/includes/functions.php:468 msgctxt "reaction condition" msgid "Add" msgstr "" -#: admin/includes/functions.php:447 +#: admin/includes/functions.php:470 msgid "Cancel Adding New Condition" msgstr "" -#: admin/includes/functions.php:448 +#: admin/includes/functions.php:471 msgctxt "reaction condition" msgid "Cancel" msgstr "" -#: admin/includes/functions.php:462 +#: admin/includes/functions.php:485 msgid "Remove Condition" msgstr "" -#: admin/includes/functions.php:492 +#: admin/includes/functions.php:515 msgid "Rate Limit" msgstr "" -#: admin/includes/functions.php:505 +#: admin/includes/functions.php:528 msgid "Time Units:" msgstr "" -#: admin/includes/functions.php:509 +#: admin/includes/functions.php:532 msgid "Number:" msgstr "" -#: admin/includes/functions.php:533 +#: admin/includes/functions.php:556 msgid "Disable" msgstr "" -#: admin/includes/functions.php:539 +#: admin/includes/functions.php:562 msgid "Disable (make this reaction inactive without deleting it)" msgstr "" -#: admin/includes/functions.php:547 +#: admin/includes/functions.php:570 msgid "(Disabled)" msgstr "" -#: admin/includes/functions.php:883 +#: admin/includes/functions.php:906 msgid "Hide This Notice" msgstr "Paslėpti šį pranešimą" #. translators: Current tab name. -#: admin/includes/functions.php:937 +#: admin/includes/functions.php:960 msgid "WordPoints — %s" msgstr "" -#: admin/includes/functions.php:976 +#: admin/includes/functions.php:999 msgid "" "If you have an extension in a .zip format, you may install it by uploading " "it here." msgstr "" -#: admin/includes/functions.php:979 +#: admin/includes/functions.php:1002 #, fuzzy msgid "Extension zip file" msgstr "Nepavyko instaliuoti modulio." -#: admin/includes/functions.php:981 +#: admin/includes/functions.php:1004 msgid "Install Now" msgstr "" -#: admin/includes/functions.php:1000 +#: admin/includes/functions.php:1023 #, fuzzy msgid "" "Sorry, you are not allowed to install WordPoints extensions on this site." msgstr "" "Jūs neturite pakankamo lygio leidimo įjungti modulius šioje svetainėje." -#: admin/includes/functions.php:1007 +#: admin/includes/functions.php:1030 #, fuzzy msgid "Upload WordPoints Extension" msgstr "Įkrauti WordPoints modulį" #. translators: File name. -#: admin/includes/functions.php:1017 -msgid "Installing extension from uploaded file: %s" +#: admin/includes/functions.php:1040 +msgid "Installing Extension from uploaded file: %s" msgstr "" -#: admin/includes/functions.php:1046 admin/includes/functions.php:1086 -#: admin/includes/functions.php:1141 admin/includes/functions.php:1186 -#: admin/includes/functions.php:1628 +#: admin/includes/functions.php:1069 admin/includes/functions.php:1109 +#: admin/includes/functions.php:1164 admin/includes/functions.php:1209 +#: admin/includes/functions.php:1738 #, fuzzy msgid "" "Sorry, you are not allowed to update WordPoints extensions for this site." msgstr "" "Jūs neturite pakankamo lygio leidimo ištrinti modulius iš šios svetainės." -#: admin/includes/functions.php:1055 +#: admin/includes/functions.php:1078 #, fuzzy msgid "Update WordPoints Extension" msgstr "Įkrauti WordPoints modulį" -#: admin/includes/functions.php:1109 +#: admin/includes/functions.php:1132 #, fuzzy msgid "WordPoints Extension Reactivation" msgstr "WordPoints - Moduliai" -#: admin/includes/functions.php:1113 +#: admin/includes/functions.php:1136 #, fuzzy msgid "Extension reactivated successfully." msgstr "Modulis instaliuotas sėkmingai." -#: admin/includes/functions.php:1117 +#: admin/includes/functions.php:1140 msgid "Extension failed to reactivate due to a fatal error." msgstr "" -#: admin/includes/functions.php:1166 +#: admin/includes/functions.php:1189 #, fuzzy msgid "Update WordPoints Extensions" msgstr "Įkrauti WordPoints modulį" #. translators: Extension name. -#: admin/includes/functions.php:1289 +#: admin/includes/functions.php:1318 msgid "There is a new version of %1$s available." msgstr "" #. translators: 1. Extension name; 2. Version. -#: admin/includes/functions.php:1300 +#: admin/includes/functions.php:1328 msgid "View %1$s version %2$s details" msgstr "" #. translators: Version number. -#: admin/includes/functions.php:1306 +#: admin/includes/functions.php:1340 msgid "View version %1$s details" msgstr "" #. translators: Extension name. -#: admin/includes/functions.php:1320 +#: admin/includes/functions.php:1354 msgid "Update %s now" msgstr "" -#: admin/includes/functions.php:1322 +#: admin/includes/functions.php:1361 msgid "Update now" msgstr "" -#: admin/includes/functions.php:1326 +#: admin/includes/functions.php:1365 msgid "Automatic update is unavailable for this extension." msgstr "" -#: admin/includes/functions.php:1425 +#: admin/includes/functions.php:1464 #, fuzzy msgid "License activated." msgstr "Atjungti" #. translators: Error message. -#: admin/includes/functions.php:1429 +#: admin/includes/functions.php:1468 msgid "Sorry, there was an error while trying to activate the license: %s" msgstr "" -#: admin/includes/functions.php:1431 +#: admin/includes/functions.php:1470 msgid "That license key is invalid." msgstr "" -#: admin/includes/functions.php:1433 +#: admin/includes/functions.php:1475 admin/includes/functions.php:1479 +msgid "Sorry, that license key is expired, and must be renewed." +msgstr "" + +#: admin/includes/functions.php:1476 admin/includes/functions.php:1712 +#: admin/includes/functions.php:2650 +#, fuzzy +msgid "Renew License" +msgstr "Atjungti" + +#: admin/includes/functions.php:1482 +msgid "Sorry, that license key is expired." +msgstr "" + +#: admin/includes/functions.php:1487 msgid "Sorry, that license key cannot be activated." msgstr "" -#: admin/includes/functions.php:1456 +#: admin/includes/functions.php:1510 #, fuzzy msgid "License deactivated." msgstr "Atjungti" #. translators: Error message. -#: admin/includes/functions.php:1459 +#: admin/includes/functions.php:1513 msgid "Sorry, there was an error while trying to deactivate the license: %s" msgstr "" -#: admin/includes/functions.php:1461 +#: admin/includes/functions.php:1515 msgid "" "Sorry, there was an unknown error while trying to deactivate that license " "key." msgstr "" -#: admin/includes/functions.php:1588 +#. translators: Extension name. +#: admin/includes/functions.php:1658 +msgid "License key for %s" +msgstr "" + +#: admin/includes/functions.php:1666 msgid "License key:" msgstr "" -#: admin/includes/functions.php:1600 +#. translators: Extension name. +#: admin/includes/functions.php:1684 #, fuzzy -msgid "active" +msgid "Deactivate License for %s" msgstr "Atjungti" -#: admin/includes/functions.php:1603 +#: admin/includes/functions.php:1687 #, fuzzy msgid "Deactivate License" msgstr "Atjungti" -#: admin/includes/functions.php:1607 +#. translators: Extension name. +#: admin/includes/functions.php:1695 +#, fuzzy +msgid "Activate License for %s" +msgstr "Aktyvuoti" + +#: admin/includes/functions.php:1698 admin/includes/functions.php:2715 #, fuzzy msgid "Activate License" msgstr "Aktyvuoti" -#: admin/includes/functions.php:1632 +#: admin/includes/functions.php:1704 +msgid "This license key is expired and must be renewed." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:1709 +msgid "Renew License for %s" +msgstr "" + +#: admin/includes/functions.php:1715 +msgid "This license key is expired." +msgstr "" + +#: admin/includes/functions.php:1742 msgid "No extension supplied." msgstr "" -#: admin/includes/functions.php:1640 +#: admin/includes/functions.php:1750 msgid "That extension does not exist." msgstr "" -#: admin/includes/functions.php:1646 +#: admin/includes/functions.php:1756 msgid "There is no server specified for this extension." msgstr "" -#: admin/includes/functions.php:1652 +#: admin/includes/functions.php:1762 msgid "The server for this extension uses an unsupported API." msgstr "" -#: admin/includes/functions.php:1723 admin/screens/modules.php:159 +#: admin/includes/functions.php:1833 admin/screens/modules.php:159 #, fuzzy msgid "WordPoints Extensions" msgstr "WordPoints - Moduliai" -#: admin/includes/functions.php:1726 +#: admin/includes/functions.php:1836 msgid "Your extensions are all up to date." msgstr "" -#: admin/includes/functions.php:1730 +#: admin/includes/functions.php:1840 msgid "" "The following extensions have new versions available. Check the ones you " "want to update and then click “Update Extensions”." msgstr "" -#: admin/includes/functions.php:1735 admin/includes/functions.php:1815 +#: admin/includes/functions.php:1845 admin/includes/functions.php:1925 #, fuzzy msgid "Update Extensions" msgstr "Įkrauti WordPoints modulį" -#: admin/includes/functions.php:1744 admin/includes/functions.php:1810 +#: admin/includes/functions.php:1854 admin/includes/functions.php:1920 msgid "Select All" msgstr "" #. translators: 1. Installed version number; 2. Update version number. -#: admin/includes/functions.php:1778 +#: admin/includes/functions.php:1888 msgid "You have version %1$s installed. Update to %2$s." msgstr "" #. translators: Version number. -#: admin/includes/functions.php:1791 +#: admin/includes/functions.php:1901 msgid "View version %1$s details." msgstr "" -#: admin/includes/functions.php:1877 +#: admin/includes/functions.php:1987 msgid "" "This appears to be a WordPoints extension archive. Try installing it on the " "WordPoints extension install screen instead." msgstr "" -#: admin/includes/functions.php:1907 +#: admin/includes/functions.php:2017 msgid "Like this plugin?" msgstr "Ar patinka šis įskiepis?" #. translators: URL for leaving a review of WordPoints on WordPress.org. -#: admin/includes/functions.php:1909 +#: admin/includes/functions.php:2024 msgid "" "If you think WordPoints is great, let everyone know by giving it a 5 star rating." msgstr "" -#: admin/includes/functions.php:1910 +#: admin/includes/functions.php:2032 msgid "" "If you don’t think this plugin deserves 5 stars, please let us know " "how we can improve it." @@ -654,68 +681,159 @@ msgstr "" "Jei manote, kad šis įskiepis nevertas 5 žvaigždučių, prašome mums pranešti, " "kaip galėtumėme jį pagerinti." -#: admin/includes/functions.php:1913 +#: admin/includes/functions.php:2035 msgid "Need help?" msgstr "Ar reikia pagalbos?" #. translators: URL of WordPoints plugin support forums WordPress.org. -#: admin/includes/functions.php:1915 +#: admin/includes/functions.php:2042 msgid "" "Post your feature request or support question in the support " "forums" msgstr "Skelbkite savo prašymus ir klausimus support forums" -#: admin/includes/functions.php:1916 +#: admin/includes/functions.php:2050 msgid "Thank you for using WordPoints!" msgstr "Ačiū, kad naudojatės WordPoints!" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1944 +#: admin/includes/functions.php:2078 msgid "" "WordPoints has deactivated the following extensions because of " "incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1961 +#: admin/includes/functions.php:2095 msgid "" "WordPoints has deactivated the following network-active extensions because " "of incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1980 +#: admin/includes/functions.php:2114 msgid "" "WordPoints has deactivated the following extensions on this site because of " "incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:2019 +#: admin/includes/functions.php:2153 msgid "" "WordPoints has deactivated the following extensions because their features " "have now been merged into WordPoints %1$s: %2$s." msgstr "" -#: admin/includes/functions.php:2025 +#: admin/includes/functions.php:2159 msgid "You can now safely delete these extensions." msgstr "" -#: admin/includes/functions.php:2038 +#: admin/includes/functions.php:2172 msgid "Delete Unneeded Extensions" msgstr "" -#: admin/includes/functions.php:2337 +#: admin/includes/functions.php:2476 msgid "" "A WordPoints update is available, but your system is not compatible because " "it is running an outdated version of PHP." msgstr "" #. translators: URL of WordPoints PHP Compatibility docs. -#: admin/includes/functions.php:2343 +#: admin/includes/functions.php:2482 msgid "See the WordPoints user guide for more information." msgstr "" +#. translators: Extension name. +#: admin/includes/functions.php:2616 +msgid "" +"Please fill in your license key for the %s extension for WordPoints, so that " +"you can receive updates." +msgstr "" + +#: admin/includes/functions.php:2619 admin/includes/functions.php:2635 +#: admin/includes/functions.php:2661 admin/includes/functions.php:2673 +#, fuzzy +msgid "WordPoints Extensions screen »" +msgstr "WordPoints - Moduliai" + +#. translators: Extension name. +#: admin/includes/functions.php:2632 +msgid "" +"Your license key for the %s extension for WordPoints appears to be invalid. " +"Please enter a valid license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2647 admin/includes/functions.php:2658 +msgid "" +"Your license key for the %s extension for WordPoints is expired. Please " +"renew your license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2670 +msgid "" +"Your license key for the %s extension for WordPoints is expired. Please " +"enter a valid license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2683 +#, fuzzy +msgid "Activate License for %s WordPoints Extension" +msgstr "Įkrauti WordPoints modulį" + +#. translators: Extension name. +#: admin/includes/functions.php:2693 +msgid "" +"Your license key for the %s extension for WordPoints is not active. Please " +"activate it so that you can receive updates." +msgstr "" + +#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or +#. "component". +#: admin/includes/functions.php:2747 +msgid "" +"WordPoints detected a large network and has skipped part of the installation " +"process for “%1$s” %2$s." +msgstr "" + +#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or +#. "component"; 3. Version number. +#: admin/includes/functions.php:2750 +msgid "" +"WordPoints detected a large network and has skipped part of the update " +"process for “%1$s” %2$s for version %3$s (and possibly later " +"versions)." +msgstr "" + +#: admin/includes/functions.php:2772 +#, fuzzy +msgid "(extension)" +msgstr "Versija" + +#: admin/includes/functions.php:2776 +#, fuzzy +msgid "(component)" +msgstr "Komponentas" + +#: admin/includes/functions.php:2780 +msgid "(plugin)" +msgstr "" + +#: admin/includes/functions.php:2804 +#, fuzzy +msgid "" +"The rest of the process needs to be completed manually. If this has not been " +"done already, some features may not function properly." +msgstr "" +"Likusi proceso dalis turi būti užbaigta rankiniu būdu. Jei tai nepadaryta, " +"kai kurios įskiepio dalys gali funkcionuoti nepilnai." + +#: admin/includes/functions.php:2805 +msgid "Learn more." +msgstr "Sužinokite daugiau." + #. translators: Component name. #: admin/screens/configure-components.php:31 msgid "Component “%s” activated!" @@ -767,9 +885,9 @@ msgid "Action" msgstr "Veiksmas" #: admin/screens/configure-settings-load.php:15 -#: admin/screens/modules-load.php:471 +#: admin/screens/modules-load.php:480 #: components/points/admin/screens/hooks-load.php:16 -#: components/ranks/admin/includes/functions.php:108 +#: components/ranks/admin/includes/functions.php:109 msgid "Overview" msgstr "Apžvalga" @@ -793,9 +911,9 @@ msgstr "" "skyrelyje." #: admin/screens/configure-settings-load.php:24 -#: admin/screens/modules-load.php:491 +#: admin/screens/modules-load.php:500 #: components/points/admin/screens/hooks-load.php:36 -#: components/ranks/admin/includes/functions.php:136 +#: components/ranks/admin/includes/functions.php:137 msgid "For more information:" msgstr "Daugiau informacijos:" @@ -804,9 +922,9 @@ msgid "User Guide" msgstr "Vartotojo vadovas" #: admin/screens/configure-settings-load.php:26 -#: admin/screens/modules-load.php:493 +#: admin/screens/modules-load.php:502 #: components/points/admin/screens/hooks-load.php:38 -#: components/ranks/admin/includes/functions.php:138 +#: components/ranks/admin/includes/functions.php:139 msgid "Support Forums" msgstr "Pagalbos forumai" @@ -814,16 +932,12 @@ msgstr "Pagalbos forumai" msgid "Settings updated." msgstr "Nustatymai atnaujinti." -#: admin/screens/configure-settings.php:53 -msgid "Configure WordPoints to your liking." -msgstr "Konfigūruokite WordPoints savo nuožiūra." - -#: admin/screens/configure-settings.php:67 -#: admin/screens/configure-settings.php:73 +#: admin/screens/configure-settings.php:66 +#: admin/screens/configure-settings.php:72 msgid "Excluded Users" msgstr "Pašalinti vartotojai" -#: admin/screens/configure-settings.php:68 +#: admin/screens/configure-settings.php:67 msgid "" "Enter the IDs of users to exclude from leader boards, logs, etc. This may be " "useful if you use certain accounts for testing." @@ -839,26 +953,26 @@ msgstr "Bendrieji nustatymai" msgid "Components" msgstr "Komponentai" -#: admin/screens/modules-load.php:38 admin/screens/modules-load.php:88 -#: admin/screens/modules-load.php:144 +#: admin/screens/modules-load.php:39 admin/screens/modules-load.php:89 +#: admin/screens/modules-load.php:145 #, fuzzy msgid "Sorry, you are not allowed to activate extensions for this site." msgstr "" "Jūs neturite pakankamo lygio leidimo įjungti modulius šioje svetainėje." -#: admin/screens/modules-load.php:188 admin/screens/modules-load.php:216 +#: admin/screens/modules-load.php:189 admin/screens/modules-load.php:217 #, fuzzy msgid "Sorry, you are not allowed to deactivate extensions for this site." msgstr "" "Jūs neturite pakankamo lygio leidimo išjungti modulius šioje svetainėje." -#: admin/screens/modules-load.php:258 +#: admin/screens/modules-load.php:259 #, fuzzy msgid "Sorry, you are not allowed to delete extensions for this site." msgstr "" "Jūs neturite pakankamo lygio leidimo ištrinti modulius iš šios svetainės." -#: admin/screens/modules-load.php:354 +#: admin/screens/modules-load.php:355 #, fuzzy msgid "Delete extension" msgid_plural "Delete extensions" @@ -866,18 +980,18 @@ msgstr[0] "Ištrinti" msgstr[1] "Ištrinti" msgstr[2] "Ištrinti" -#: admin/screens/modules-load.php:358 +#: admin/screens/modules-load.php:359 msgid "Caution:" msgstr "Atsargiai:" -#: admin/screens/modules-load.php:360 +#: admin/screens/modules-load.php:361 msgid "This extension may be active on other sites in the network." msgid_plural "These extensions may be active on other sites in the network." msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: admin/screens/modules-load.php:373 +#: admin/screens/modules-load.php:374 msgid "You are about to remove the following extension:" msgid_plural "You are about to remove the following extensions:" msgstr[0] "" @@ -885,43 +999,43 @@ msgstr[1] "" msgstr[2] "" #. translators: 1. Extension name; 2. Extension author. -#: admin/screens/modules-load.php:385 +#: admin/screens/modules-load.php:386 msgid "" "%1$s by %2$s (will also delete its data)" msgstr "" #. translators: 1. Extension name; 2. Extension author. -#: admin/screens/modules-load.php:391 +#: admin/screens/modules-load.php:392 msgid "%1$s by %2$s" msgstr "" -#: admin/screens/modules-load.php:402 +#: admin/screens/modules-load.php:403 msgid "Are you sure you wish to delete these files and data?" msgstr "Ar jūs tikrai norite ištrinti šiuos failus ir duomenis?" -#: admin/screens/modules-load.php:404 +#: admin/screens/modules-load.php:405 msgid "Are you sure you wish to delete these files?" msgstr "Ar tikrai norite ištrinti šiuos failus?" -#: admin/screens/modules-load.php:417 +#: admin/screens/modules-load.php:418 msgid "Yes, Delete these files and data" msgstr "Taip, ištrinkite šiuos failus ir duomenis." -#: admin/screens/modules-load.php:417 +#: admin/screens/modules-load.php:418 msgid "Yes, Delete these files" msgstr "Taip, ištrinkite šiuos failus" -#: admin/screens/modules-load.php:420 +#: admin/screens/modules-load.php:421 #, fuzzy msgid "No, Return me to the extension list" msgstr "Ne, sugrąžinkite mane į modulių sąrašą" -#: admin/screens/modules-load.php:423 +#: admin/screens/modules-load.php:424 msgid "Click to view entire list of files which will be deleted" msgstr "Norėdami pamatyti visą failų, kurie bus ištrinti, sąrašą, paspauskite" -#: admin/screens/modules-load.php:473 +#: admin/screens/modules-load.php:482 #, fuzzy msgid "" "Extensions extend and expand the functionality of WordPoints. Once an " @@ -932,7 +1046,7 @@ msgstr "" #. translators: 1. URL of extension directory on WordPoints.org; 2. URL of #. Install Extension admin screen; 3. Directory name. -#: admin/screens/modules-load.php:475 +#: admin/screens/modules-load.php:484 msgid "" "You can find extensions for your site by browsing the WordPoints Extensions Directory. To install an extension you " @@ -941,11 +1055,11 @@ msgid "" "it here." msgstr "" -#: admin/screens/modules-load.php:482 +#: admin/screens/modules-load.php:491 msgid "Troubleshooting" msgstr "Problemų sprendimas" -#: admin/screens/modules-load.php:484 +#: admin/screens/modules-load.php:493 #, fuzzy msgid "" "Most of the time, extensions play nicely with the core of WordPoints and " @@ -962,7 +1076,7 @@ msgstr "" "kombinacijomis, kol nustatysite kuris modulis yra problemos priežastis." #. translators: Directory name. -#: admin/screens/modules-load.php:486 +#: admin/screens/modules-load.php:495 #, fuzzy msgid "" "If something goes wrong with an extension and you can’t use " @@ -973,32 +1087,32 @@ msgstr "" "ištrinkite arba pervardinkite tą failą direktorijoje ir jis bus automatiškai " "išjungtas." -#: admin/screens/modules-load.php:492 +#: admin/screens/modules-load.php:501 msgid "Developer Documentation" msgstr "" -#: admin/screens/modules-load.php:500 +#: admin/screens/modules-load.php:509 #, fuzzy msgctxt "extensions table heading" msgid "Extension" msgstr "Versija" -#: admin/screens/modules-load.php:501 +#: admin/screens/modules-load.php:510 #, fuzzy msgctxt "extensions table heading" msgid "Description" msgstr "Aprašymas" -#: admin/screens/modules-load.php:507 +#: admin/screens/modules-load.php:516 #, fuzzy msgid "Filter extensions list" msgstr "Apsilankyti modulio puslapyje" -#: admin/screens/modules-load.php:508 +#: admin/screens/modules-load.php:517 msgid "Extensions list navigation" msgstr "" -#: admin/screens/modules-load.php:509 +#: admin/screens/modules-load.php:518 msgid "Extensions list" msgstr "" @@ -1114,7 +1228,7 @@ msgctxt "comment entity" msgid "Parent Comment" msgstr "" -#: classes/entity/comment.php:55 +#: classes/entity/comment.php:60 msgid "Comment" msgstr "" @@ -1154,6 +1268,33 @@ msgctxt "post entity" msgid "Title" msgstr "" +#: classes/entity/term/count.php:42 +msgctxt "term entity" +msgid "Count" +msgstr "" + +#: classes/entity/term/description.php:42 +#, fuzzy +msgctxt "term entity" +msgid "Description" +msgstr "Aprašymas" + +#: classes/entity/term/name.php:36 +msgctxt "term entity" +msgid "Name" +msgstr "" + +#. translators: Taxonomy name. +#: classes/entity/term/parent.php:45 +msgctxt "term entity" +msgid "Parent %s" +msgstr "" + +#: classes/entity/term/parent.php:51 +msgctxt "term entity" +msgid "Parent Term" +msgstr "" + #: classes/entity/user/role.php:47 msgid "Role" msgstr "" @@ -1162,10 +1303,97 @@ msgstr "" msgid "Roles" msgstr "" -#: classes/entity/user.php:46 components/points/classes/widget/logs.php:243 +#: classes/entity/user.php:51 components/points/classes/widget/logs.php:243 msgid "User" msgstr "" +#. translators: 1. Extension Name; 2. Count of update; 3. Total number of +#. updates being installed. +#: classes/extension/upgrader/skin/bulk.php:70 +msgid "Updating Extension %1$s (%2$d/%3$d)" +msgstr "" + +#: classes/extension/upgrader/skin/bulk.php:117 +#, fuzzy +msgid "Reactivating extension…" +msgstr "Aktyvuoti" + +#: classes/extension/upgrader/skin/bulk.php:137 +#: classes/extension/upgrader/skin.php:123 classes/module/installer/skin.php:98 +#, fuzzy +msgid "Return to Extensions page" +msgstr "Grįžti į modulių puslapį" + +#: classes/extension/upgrader/skin/bulk.php:138 +#, fuzzy +msgid "Return to WordPress Updates" +msgstr "Grįžti į modulių puslapį" + +#: classes/extension/upgrader/skin.php:70 +msgid "Update Extension" +msgstr "" + +#: classes/extension/upgrader/skin.php:122 classes/module/installer/skin.php:94 +#, fuzzy +msgid "Activate Extension" +msgstr "Aktyvuoti" + +#: classes/extension/upgrader.php:48 +msgid "The extension is at the latest version." +msgstr "" + +#: classes/extension/upgrader.php:49 +msgid "Update package not available." +msgstr "" + +#: classes/extension/upgrader.php:50 +msgid "" +"That extension cannot be updated, because there is no server specified to " +"receive updates through." +msgstr "" + +#: classes/extension/upgrader.php:51 +msgid "" +"That extension cannot be updated, because there is no API installed that can " +"communicate with that server." +msgstr "" + +#: classes/extension/upgrader.php:52 +msgid "" +"That extension cannot be updated, because the API used to communicate with " +"that server does not support updates." +msgstr "" + +#. translators: Update package URL. +#: classes/extension/upgrader.php:54 +msgid "Downloading update from %s…" +msgstr "" + +#: classes/extension/upgrader.php:55 +msgid "Unpacking the update…" +msgstr "" + +#: classes/extension/upgrader.php:56 +msgid "Removing the old version of the extension…" +msgstr "" + +#: classes/extension/upgrader.php:57 +msgid "Could not remove the old extension." +msgstr "" + +#: classes/extension/upgrader.php:58 +msgid "Extension update failed." +msgstr "" + +#: classes/extension/upgrader.php:59 +#, fuzzy +msgid "Extension updated successfully." +msgstr "Modulis instaliuotas sėkmingai." + +#: classes/extension/upgrader.php:60 +msgid "That extension cannot be updated, because it is not installed." +msgstr "" + #: classes/hook/arg/current/user.php:33 msgid "Visitor" msgstr "" @@ -1183,15 +1411,15 @@ msgstr "" msgid "Maximum number of items" msgstr "" -#: classes/hook/condition/entity/array/contains.php:114 -msgid "The maximum must be a positive integer." +#: classes/hook/condition/entity/array/contains.php:125 +msgid "The maximum must be a non-negative integer." msgstr "" -#: classes/hook/condition/entity/array/contains.php:124 -msgid "The minimum must be a positive integer." +#: classes/hook/condition/entity/array/contains.php:147 +msgid "The minimum must be a non-negative integer." msgstr "" -#: classes/hook/condition/entity/array/contains.php:134 +#: classes/hook/condition/entity/array/contains.php:157 msgid "The minimum must be less than the maximum." msgstr "" @@ -1464,45 +1692,10 @@ msgstr "" msgid "Invalid target." msgstr "" -#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or -#. "component". -#: classes/installables.php:276 -msgid "" -"WordPoints detected a large network and has skipped part of the installation " -"process for the “%1$s” %2$s." -msgstr "" - -#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or -#. "component"; 3. Version number. -#: classes/installables.php:279 -msgid "" -"WordPoints detected a large network and has skipped part of the update " -"process for the “%1$s” %2$s for version %3$s (and possibly later " -"versions)." -msgstr "" - -#: classes/installables.php:291 +#: classes/module/installer/skin.php:99 #, fuzzy -msgid "extension" -msgstr "Versija" - -#: classes/installables.php:295 -msgid "component" -msgstr "" - -#: classes/installables.php:299 -msgid "plugin" -msgstr "" - -#: classes/installables.php:327 -msgid "" -"The rest of the process needs to be completed manually. If this has not been " -"done already, some parts of the component may not function properly." -msgstr "" - -#: classes/installables.php:328 -msgid "Learn more." -msgstr "Sužinokite daugiau." +msgid "Return to Extension Installer" +msgstr "Grįžti į modulių puslapį" #: classes/module/installer.php:45 msgid "Install package not available." @@ -1540,82 +1733,11 @@ msgstr "Modulis instaliuotas sėkmingai." msgid "Could not create the extensions directory." msgstr "" -#: classes/module/installer.php:215 +#: classes/module/installer.php:214 #, fuzzy msgid "No valid extensions were found." msgstr "Nerasta tinkamų modulių." -#. translators: 1. Extension Name; 2. Count of update; 3. Total number of -#. updates being installed. -#: classes/module/upgrader/skin/bulk.php:45 -msgid "Updating Extension %1$s (%2$d/%3$d)" -msgstr "" - -#: classes/module/upgrader/skin/bulk.php:89 -#, fuzzy -msgid "Return to WordPress Updates" -msgstr "Grįžti į modulių puslapį" - -#: classes/module/upgrader/skin.php:70 -msgid "Update Extension" -msgstr "" - -#: classes/module/upgrader.php:48 -msgid "The extension is at the latest version." -msgstr "" - -#: classes/module/upgrader.php:49 -msgid "Update package not available." -msgstr "" - -#: classes/module/upgrader.php:50 -msgid "" -"That extension cannot be updated, because there is no server specified to " -"receive updates through." -msgstr "" - -#: classes/module/upgrader.php:51 -msgid "" -"That extension cannot be updated, because there is no API installed that can " -"communicate with that server." -msgstr "" - -#: classes/module/upgrader.php:52 -msgid "" -"That extension cannot be updated, because the API used to communicate with " -"that server does not support updates." -msgstr "" - -#. translators: Update package URL. -#: classes/module/upgrader.php:54 -msgid "Downloading update from %s…" -msgstr "" - -#: classes/module/upgrader.php:55 -msgid "Unpacking the update…" -msgstr "" - -#: classes/module/upgrader.php:56 -msgid "Removing the old version of the extension…" -msgstr "" - -#: classes/module/upgrader.php:57 -msgid "Could not remove the old extension." -msgstr "" - -#: classes/module/upgrader.php:58 -msgid "Extension update failed." -msgstr "" - -#: classes/module/upgrader.php:59 -#, fuzzy -msgid "Extension updated successfully." -msgstr "Modulis instaliuotas sėkmingai." - -#: classes/module/upgrader.php:60 -msgid "That extension cannot be updated, because it is not installed." -msgstr "" - #. translators: 1. Attribute name; 2. Shortcode name. #: classes/shortcode.php:183 msgid "" @@ -1647,161 +1769,179 @@ msgctxt "form label" msgid "Title" msgstr "" -#: components/points/admin/classes/screen/points/types.php:81 +#: components/points/admin/classes/screen/points/types.php:90 msgctxt "page title" msgid "Points Types" msgstr "" -#: components/points/admin/classes/screen/points/types.php:167 +#: components/points/admin/classes/screen/points/types.php:179 msgid "Logs" msgstr "" -#: components/points/admin/classes/screen/points/types.php:188 +#: components/points/admin/classes/screen/points/types.php:200 msgid "Shortcodes" msgstr "" -#: components/points/admin/classes/screen/points/types.php:235 +#: components/points/admin/classes/screen/points/types.php:247 msgid "" "Changes to this points type’s settings will affect all sites on this " "network." msgstr "" -#: components/points/admin/classes/screen/points/types.php:237 +#: components/points/admin/classes/screen/points/types.php:249 msgid "The new points type will be global across all sites on this network." msgstr "" #. translators: Points type slug. -#: components/points/admin/classes/screen/points/types.php:250 +#: components/points/admin/classes/screen/points/types.php:262 msgid "Slug: %s" msgstr "" -#: components/points/admin/classes/screen/points/types.php:275 +#: components/points/admin/classes/screen/points/types.php:287 #: components/points/includes/class-wordpoints-points-hooks.php:586 msgctxt "points type" msgid "Prefix (optional):" msgstr "" -#: components/points/admin/classes/screen/points/types.php:276 +#: components/points/admin/classes/screen/points/types.php:288 #: components/points/includes/class-wordpoints-points-hooks.php:587 msgctxt "points type" msgid "Suffix (optional):" msgstr "" -#: components/points/admin/classes/screen/points/types.php:280 +#: components/points/admin/classes/screen/points/types.php:292 #: components/points/includes/class-wordpoints-points-hooks.php:591 msgctxt "points type" msgid "Prefix:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:281 +#: components/points/admin/classes/screen/points/types.php:293 #: components/points/includes/class-wordpoints-points-hooks.php:592 msgctxt "points type" msgid "Suffix:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:287 +#: components/points/admin/classes/screen/points/types.php:299 +#: components/points/admin/includes/functions.php:56 #: components/points/includes/class-wordpoints-points-hooks.php:598 msgctxt "points type" msgid "Name:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:341 +#: components/points/admin/classes/screen/points/types.php:356 #: components/points/includes/class-wordpoints-points-hooks.php:637 msgctxt "points type" msgid "Delete" msgstr "" -#: components/points/admin/classes/screen/points/types.php:347 +#: components/points/admin/classes/screen/points/types.php:362 #: components/points/includes/class-wordpoints-points-hooks.php:644 msgctxt "points type" msgid "Save" msgstr "" -#: components/points/admin/classes/screen/points/types.php:367 +#: components/points/admin/classes/screen/points/types.php:382 msgid "Go to the logs for this points type." msgstr "" -#: components/points/admin/classes/screen/points/types.php:383 +#: components/points/admin/classes/screen/points/types.php:398 msgid "Display the user’s points:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:395 +#: components/points/admin/classes/screen/points/types.php:410 msgid "Display a table of the top 5 users:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:407 +#: components/points/admin/classes/screen/points/types.php:422 msgid "Display the points logs:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:419 +#: components/points/admin/classes/screen/points/types.php:434 msgid "Display a list of ways to earn points:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:432 +#: components/points/admin/classes/screen/points/types.php:447 msgid "Shortcode docs on WordPoints.org." msgstr "" -#: components/points/admin/classes/screen/points/types.php:591 +#: components/points/admin/classes/screen/points/types.php:610 msgid "Add New Reaction" msgstr "" -#: components/points/admin/classes/screen/points/types.php:615 +#: components/points/admin/classes/screen/points/types.php:634 msgid "Add New" msgstr "" -#: components/points/admin/classes/screen/points/types.php:711 +#: components/points/admin/classes/screen/points/types.php:730 msgid "Error: points type name cannot be empty." msgstr "" -#: components/points/admin/classes/screen/points/types.php:726 -#: components/points/admin/classes/screen/points/types.php:741 +#: components/points/admin/classes/screen/points/types.php:745 +#: components/points/admin/classes/screen/points/types.php:760 msgid "Error: failed updating points type." msgstr "" -#: components/points/admin/classes/screen/points/types.php:749 +#: components/points/admin/classes/screen/points/types.php:768 #, fuzzy msgid "Points type updated." msgstr "Nustatymai atnaujinti." -#: components/points/admin/classes/screen/points/types.php:782 +#: components/points/admin/classes/screen/points/types.php:801 msgid "Please choose a unique name for this points type." msgstr "" -#: components/points/admin/classes/screen/points/types.php:792 +#: components/points/admin/classes/screen/points/types.php:811 msgid "Points type created." msgstr "" -#: components/points/admin/classes/screen/points/types.php:824 +#: components/points/admin/classes/screen/points/types.php:843 msgid "Points type deleted." msgstr "" -#: components/points/admin/classes/screen/points/types.php:833 +#: components/points/admin/classes/screen/points/types.php:852 #: components/points/admin/screens/hooks.php:22 msgid "Error while deleting." msgstr "" -#: components/points/admin/classes/screen/points/types.php:852 +#: components/points/admin/classes/screen/points/types.php:873 +msgid "" +"Let us help you get started by creating some example reactions. (Don’t " +"worry, each reaction will only award points once it has been enabled.)" +msgstr "" + +#: components/points/admin/classes/screen/points/types.php:878 +msgid "Create Reactions" +msgstr "" + +#: components/points/admin/classes/screen/points/types.php:900 +msgid "" +"Example reactions created successfully! You can now edit them to your " +"liking, and then enable them to start awarding points. Feel free to delete " +"any that you don’t want, and to create additional ones as needed." +msgstr "" + +#: components/points/admin/classes/screen/points/types.php:920 msgid "Network Events" msgstr "" -#: components/points/admin/classes/screen/points/types.php:853 +#: components/points/admin/classes/screen/points/types.php:921 msgid "" "Add reactions to these events to award points whenever they take place on " "this network." msgstr "" -#: components/points/admin/classes/screen/points/types.php:855 +#: components/points/admin/classes/screen/points/types.php:923 msgid "Events" msgstr "" -#: components/points/admin/classes/screen/points/types.php:856 +#: components/points/admin/classes/screen/points/types.php:924 msgid "" "Add reactions to these events to award points whenever they take place on " "this site." msgstr "" #. translators: URL of points reactions user docs on WordPoints.org. -#: components/points/admin/classes/screen/points/types.php:893 +#: components/points/admin/classes/screen/points/types.php:961 msgid "" "You can learn more about how they work from the user guide on " "WordPoints.org." @@ -1816,62 +1956,72 @@ msgid "An error has occurred. Please try again." msgstr "" #: components/points/admin/includes/functions.php:52 +msgid "You are about to delete the following points type:" +msgstr "" + +#: components/points/admin/includes/functions.php:53 msgid "" "Are you sure that you want to delete this points type? This will delete all " "logs, event reactions, and other data associated with this points type." msgstr "" -#: components/points/admin/includes/functions.php:53 +#: components/points/admin/includes/functions.php:54 msgid "Once a points type has been deleted, you cannot bring it back." msgstr "" -#: components/points/admin/includes/functions.php:95 +#: components/points/admin/includes/functions.php:55 +msgid "" +"If you are sure you want to delete this points type, confirm by typing its " +"name below:" +msgstr "" + +#: components/points/admin/includes/functions.php:98 #, fuzzy msgid "WordPoints — Points Types" msgstr "WordPoints - Moduliai" -#: components/points/admin/includes/functions.php:96 +#: components/points/admin/includes/functions.php:99 msgid "Points Types" msgstr "" -#: components/points/admin/includes/functions.php:120 +#: components/points/admin/includes/functions.php:123 msgid "WordPoints — Points Hooks" msgstr "" -#: components/points/admin/includes/functions.php:121 +#: components/points/admin/includes/functions.php:124 #: components/points/admin/screens/hooks-no-js.php:96 msgid "Points Hooks" msgstr "" -#: components/points/admin/includes/functions.php:131 +#: components/points/admin/includes/functions.php:134 #: components/points/admin/screens/logs.php:13 msgid "WordPoints — Points Logs" msgstr "" -#: components/points/admin/includes/functions.php:132 +#: components/points/admin/includes/functions.php:135 msgid "Points Logs" msgstr "" -#: components/points/admin/includes/functions.php:249 +#: components/points/admin/includes/functions.php:252 msgid "Enable accessibility mode" msgstr "" -#: components/points/admin/includes/functions.php:251 +#: components/points/admin/includes/functions.php:254 msgid "Disable accessibility mode" msgstr "" -#: components/points/admin/includes/functions.php:298 +#: components/points/admin/includes/functions.php:301 msgctxt "points hook" msgid "Description (optional):" msgstr "" #. translators: Default points hook description. -#: components/points/admin/includes/functions.php:306 +#: components/points/admin/includes/functions.php:309 msgctxt "points hook description" msgid "Default: %s" msgstr "" -#: components/points/admin/includes/functions.php:338 +#: components/points/admin/includes/functions.php:341 msgid "" "If you would like to change the value for a type of points, enter the " "desired value in the text field, and check the checkbox beside it. If you " @@ -1879,40 +2029,40 @@ msgid "" "for the change, fill out the text field below." msgstr "" -#: components/points/admin/includes/functions.php:339 +#: components/points/admin/includes/functions.php:342 msgid "Reason" msgstr "" #. translators: Number of points. -#: components/points/admin/includes/functions.php:359 +#: components/points/admin/includes/functions.php:365 msgid "(current: %s)" msgstr "" -#: components/points/admin/includes/functions.php:380 +#: components/points/admin/includes/functions.php:389 msgid "My Points" msgstr "" -#: components/points/admin/includes/functions.php:469 +#: components/points/admin/includes/functions.php:478 msgid "No default" msgstr "" -#: components/points/admin/includes/functions.php:474 +#: components/points/admin/includes/functions.php:483 msgid "Default Points Type" msgstr "" -#: components/points/admin/includes/functions.php:475 +#: components/points/admin/includes/functions.php:484 msgid "" "You can optionally set one points type to be the default. The default points " "type will, for example, be used by shortcodes when no type is specified. " "This is also useful if you only have one type of points." msgstr "" -#: components/points/admin/includes/functions.php:480 +#: components/points/admin/includes/functions.php:489 msgid "Default" msgstr "" #. translators: URL of Points Types admin screen. -#: components/points/admin/includes/functions.php:538 +#: components/points/admin/includes/functions.php:547 msgid "" "Welcome to WordPoints! Get started by creating a points type." @@ -1983,29 +2133,29 @@ msgid "" msgstr "" #. translators: Hook name. -#: components/points/admin/screens/hooks-no-js.php:99 +#: components/points/admin/screens/hooks-no-js.php:102 msgid "Hook %s" msgstr "" -#: components/points/admin/screens/hooks-no-js.php:106 +#: components/points/admin/screens/hooks-no-js.php:112 msgid "Select the points type to attach this hook to." msgstr "" -#: components/points/admin/screens/hooks-no-js.php:109 +#: components/points/admin/screens/hooks-no-js.php:115 msgid "Points Type:" msgstr "" -#: components/points/admin/screens/hooks-no-js.php:119 +#: components/points/admin/screens/hooks-no-js.php:125 #: components/points/admin/screens/hooks.php:97 msgid "Inactive Hooks" msgstr "" -#: components/points/admin/screens/hooks-no-js.php:130 +#: components/points/admin/screens/hooks-no-js.php:136 msgctxt "points hook" msgid "Delete" msgstr "" -#: components/points/admin/screens/hooks-no-js.php:133 +#: components/points/admin/screens/hooks-no-js.php:139 msgid "Save Hook" msgstr "" @@ -2125,7 +2275,7 @@ msgid "%s deleted." msgstr "" #: components/points/classes/hook/reactor.php:61 -#: components/ranks/includes/rank-types/points.php:56 +#: components/ranks/includes/rank-types/points.php:59 msgctxt "form label" msgid "Points" msgstr "" @@ -2176,45 +2326,45 @@ msgstr "" msgid "Reversed “%1$s”" msgstr "" -#: components/points/classes/logs/view/table.php:48 +#: components/points/classes/logs/view/table.php:66 msgctxt "points logs table heading" msgid "User" msgstr "" -#: components/points/classes/logs/view/table.php:49 +#: components/points/classes/logs/view/table.php:67 msgctxt "points logs table heading" msgid "Points" msgstr "" -#: components/points/classes/logs/view/table.php:50 +#: components/points/classes/logs/view/table.php:68 msgctxt "points logs table heading" msgid "Description" msgstr "" -#: components/points/classes/logs/view/table.php:51 +#: components/points/classes/logs/view/table.php:69 msgctxt "points logs table heading" msgid "Time" msgstr "" -#: components/points/classes/logs/view/table.php:122 +#: components/points/classes/logs/view/table.php:140 msgid "No matching logs found." msgstr "" #. translators: coordinated universal time -#: components/points/classes/logs/view/table.php:185 +#: components/points/classes/logs/view/table.php:203 msgid "UTC" msgstr "" #. translators: Search term. -#: components/points/classes/logs/view/table.php:290 +#: components/points/classes/logs/view/table.php:308 msgid "Searching for “%s”" msgstr "" -#: components/points/classes/logs/view/table.php:302 +#: components/points/classes/logs/view/table.php:320 msgid "Search Logs:" msgstr "" -#: components/points/classes/logs/view/table.php:313 +#: components/points/classes/logs/view/table.php:331 msgid "Search Logs" msgstr "" @@ -2346,23 +2496,23 @@ msgid "Widget text" msgstr "" #. translators: Placeholder name. -#: components/points/classes/widget/user/points.php:179 +#: components/points/classes/widget/user/points.php:183 msgid "%s will be replaced with the points of the logged in user" msgstr "" -#: components/points/classes/widget/user/points.php:194 +#: components/points/classes/widget/user/points.php:202 msgid "Text if the user is not logged in" msgstr "" -#: components/points/classes/widget/user/points.php:196 +#: components/points/classes/widget/user/points.php:204 msgid "Leave this field blank to hide the widget if the user is not logged in" msgstr "" -#: components/points/classes/widget/user/points.php:199 +#: components/points/classes/widget/user/points.php:207 msgid "Number of latest log entries for this user to display" msgstr "" -#: components/points/classes/widget/user/points.php:201 +#: components/points/classes/widget/user/points.php:209 msgid "Set this to 0 to keep from showing any logs" msgstr "" @@ -2387,12 +2537,12 @@ msgstr "" msgid "Slug" msgstr "" -#: components/points/includes/class-wordpoints-points-hooks.php:722 +#: components/points/includes/class-wordpoints-points-hooks.php:724 msgctxt "hook" msgid "Edit" msgstr "" -#: components/points/includes/class-wordpoints-points-hooks.php:723 +#: components/points/includes/class-wordpoints-points-hooks.php:725 msgctxt "hook" msgid "Add" msgstr "" @@ -2415,41 +2565,103 @@ msgstr "" msgid "Points subtracted if comment removed:" msgstr "" -#: components/points/includes/deprecated.php:343 +#: components/points/includes/deprecated.php:345 msgctxt "points hook name" msgid "Post Delete" msgstr "" -#: components/points/includes/deprecated.php:345 +#: components/points/includes/deprecated.php:347 msgid "A post is permanently deleted." msgstr "" -#: components/points/includes/deprecated.php:346 +#: components/points/includes/deprecated.php:348 msgid "Points removed when deleted:" msgstr "" #. translators: Singular post type name. -#: components/points/includes/deprecated.php:348 +#: components/points/includes/deprecated.php:350 msgid "%s permanently deleted." msgstr "" -#: components/points/includes/deprecated.php:380 +#: components/points/includes/deprecated.php:382 msgid "Auto Draft" msgstr "" #. translators: 1. Meta key. -#: components/points/includes/functions.php:348 +#: components/points/includes/functions.php:358 msgid "This points type uses a custom meta key: %s" msgstr "" #. translators: Meta key. -#: components/points/includes/functions.php:374 +#: components/points/includes/functions.php:384 msgid "" "This points type uses a custom meta key (“%s”). If this key is " "also used by another plugin, changes made by it will not be logged. Only " "transactions performed by WordPoints are included in the logs." msgstr "" +#: components/points/includes/functions.php:451 +#: components/points/includes/functions.php:452 +msgid "Registering with the site." +msgstr "" + +#: components/points/includes/functions.php:459 +msgid "Visiting the site daily." +msgstr "" + +#: components/points/includes/functions.php:460 +#, fuzzy +msgid "Visited the site." +msgstr "Apsilankyti modulio puslapyje" + +#: components/points/includes/functions.php:474 +msgid "Uploading an attachment." +msgstr "" + +#: components/points/includes/functions.php:475 +msgid "Uploaded an attachment." +msgstr "" + +#: components/points/includes/functions.php:482 +msgid "Publishing a post." +msgstr "" + +#: components/points/includes/functions.php:483 +msgid "Published a post." +msgstr "" + +#: components/points/includes/functions.php:490 +msgid "Publishing a post with the #happy tag." +msgstr "" + +#: components/points/includes/functions.php:491 +msgid "Published a happy post." +msgstr "" + +#: components/points/includes/functions.php:530 +msgid "Leaving a comment on a post." +msgstr "" + +#: components/points/includes/functions.php:531 +msgid "Left a comment on a post." +msgstr "" + +#: components/points/includes/functions.php:538 +msgid "Mentioning WordPoints in a comment on a post." +msgstr "" + +#: components/points/includes/functions.php:539 +msgid "Left a comment mentioning WordPoints." +msgstr "" + +#: components/points/includes/functions.php:560 +msgid "Receiving a comment on a post." +msgstr "" + +#: components/points/includes/functions.php:561 +msgid "Received a comment on a post." +msgstr "" + #: components/points/includes/hooks/abstracts/post-type.php:250 msgctxt "post title" msgid "(no title)" @@ -2736,27 +2948,27 @@ msgctxt "points log description" msgid "Comment unapproved." msgstr "" -#: components/points/includes/points.php:1028 +#: components/points/includes/points.php:966 msgctxt "points log" msgid "(no description)" msgstr "" -#: components/points/includes/points.php:1223 +#: components/points/includes/points.php:1164 msgctxt "top users table heading" msgid "#" msgstr "" -#: components/points/includes/points.php:1224 +#: components/points/includes/points.php:1165 msgctxt "top users table heading" msgid "Position" msgstr "" -#: components/points/includes/points.php:1225 +#: components/points/includes/points.php:1166 msgctxt "top users table heading" msgid "User" msgstr "" -#: components/points/includes/points.php:1226 +#: components/points/includes/points.php:1167 msgctxt "top users table heading" msgid "Points" msgstr "" @@ -2810,20 +3022,24 @@ msgid "A rank title cannot be empty." msgstr "" #: components/ranks/admin/includes/functions.php:54 +msgid "You are about to delete the following rank:" +msgstr "" + +#: components/ranks/admin/includes/functions.php:55 msgid "" "Are you sure that you want to delete this rank? This action cannot be undone." msgstr "" -#: components/ranks/admin/includes/functions.php:82 +#: components/ranks/admin/includes/functions.php:83 msgid "WordPoints — Ranks" msgstr "" -#: components/ranks/admin/includes/functions.php:83 +#: components/ranks/admin/includes/functions.php:84 #: components/ranks/admin/screens/ranks.php:28 msgid "Ranks" msgstr "" -#: components/ranks/admin/includes/functions.php:110 +#: components/ranks/admin/includes/functions.php:111 msgid "" "Ranks are titles assigned to users. A set of ranks are organized into a " "hierarchy. The user starts at the bottom, but can work his way up to higher " @@ -2832,7 +3048,7 @@ msgid "" "points to reach a given rank." msgstr "" -#: components/ranks/admin/includes/functions.php:111 +#: components/ranks/admin/includes/functions.php:112 msgid "" "More than one rank hierarchy may be available. For example, if you have " "multiple types of points, you will have a group of ranks for each points " @@ -2840,11 +3056,11 @@ msgid "" "screen." msgstr "" -#: components/ranks/admin/includes/functions.php:118 +#: components/ranks/admin/includes/functions.php:119 msgid "Adding and Editing" msgstr "" -#: components/ranks/admin/includes/functions.php:120 +#: components/ranks/admin/includes/functions.php:121 msgid "" "To add a new rank to the rank group, click the Add Rank button. A new rank " "will appear with its settings form open. Fill out its settings and click the " @@ -2852,14 +3068,14 @@ msgid "" "without saving it by clicking the Cancel button." msgstr "" -#: components/ranks/admin/includes/functions.php:121 +#: components/ranks/admin/includes/functions.php:122 msgid "" "To edit an existing rank’s settings, click on the Edit link in its " "title bar. The settings form for that rank will open. You can close the " "settings form again by clicking the Close link." msgstr "" -#: components/ranks/admin/includes/functions.php:122 +#: components/ranks/admin/includes/functions.php:123 msgid "" "Once you have modified the rank’s settings as desired, you can save " "your changes by clicking the Save button. Keep in mind that your changes " @@ -2869,11 +3085,11 @@ msgid "" "reset the form to the rank’s current settings." msgstr "" -#: components/ranks/admin/includes/functions.php:129 +#: components/ranks/admin/includes/functions.php:130 msgid "Deleting" msgstr "" -#: components/ranks/admin/includes/functions.php:131 +#: components/ranks/admin/includes/functions.php:132 msgid "" "If you would like to delete a rank, open its settings form, then click the " "Delete button. You will be asked to confirm that you want to delete the " @@ -2881,7 +3097,7 @@ msgid "" "dialog. Once you delete the rank, it is gone!" msgstr "" -#: components/ranks/admin/includes/functions.php:137 +#: components/ranks/admin/includes/functions.php:138 msgid "Documentation on Ranks" msgstr "" @@ -2907,6 +3123,10 @@ msgctxt "rank" msgid "Title" msgstr "" +#: components/ranks/classes/rank/shortcode/rank/list.php:31 +msgid "Rank Name" +msgstr "" + #. translators: 1. Attribute name; 2. Shortcode name. #: components/ranks/classes/rank/shortcode.php:26 msgid "" @@ -2915,113 +3135,122 @@ msgid "" msgstr "" #. translators: Placeholder name. -#: components/ranks/includes/integration/points/functions.php:46 +#: components/ranks/includes/integration/points/functions.php:50 msgid "%s will be replaced with the rank of the logged in user" msgstr "" #. translators: Points type name. -#: components/ranks/includes/integration/points/functions.php:119 +#: components/ranks/includes/integration/points/functions.php:128 msgid "This rank group is associated with the “%s” points type." msgstr "" -#: components/ranks/includes/integration/points/functions.php:158 +#: components/ranks/includes/integration/points/functions.php:167 msgctxt "Points Types screen meta box title" msgid "Ranks" msgstr "" -#: components/ranks/includes/integration/points/functions.php:178 +#: components/ranks/includes/integration/points/functions.php:187 msgid "Go to the ranks for this points type." msgstr "" -#: components/ranks/includes/rank-types/points.php:45 +#: components/ranks/includes/rank-types/base.php:53 +msgid "Base rank." +msgstr "" + +#: components/ranks/includes/rank-types/points.php:48 msgctxt "rank type" msgid "Points" msgstr "" -#: components/ranks/includes/rank-types/points.php:98 +#: components/ranks/includes/rank-types/points.php:101 msgid "The amount of points is required, and must be a valid number." msgstr "" #. translators: Minimum number of points. -#: components/ranks/includes/rank-types/points.php:118 +#: components/ranks/includes/rank-types/points.php:121 msgid "The number of points must be more than the minimum (%s)." msgstr "" -#: includes/functions.php:766 +#. translators: Number of points. +#: components/ranks/includes/rank-types/points.php:161 +msgid "Must have at least %s." +msgstr "" + +#: includes/functions.php:803 msgctxt "post type" msgid "Any" msgstr "" -#: includes/functions.php:868 +#: includes/functions.php:913 msgid "Shortcode error:" msgstr "" -#: includes/functions.php:1011 +#: includes/functions.php:1074 msgctxt "component name" msgid "Points" msgstr "" -#: includes/functions.php:1013 includes/functions.php:1037 +#: includes/functions.php:1076 includes/functions.php:1100 msgctxt "component author" msgid "WordPoints" msgstr "" -#: includes/functions.php:1016 +#: includes/functions.php:1079 msgid "Enables a points system for your site." msgstr "" -#: includes/functions.php:1035 +#: includes/functions.php:1098 msgctxt "component name" msgid "Ranks" msgstr "" -#: includes/functions.php:1040 +#: includes/functions.php:1103 msgid "Assign users ranks based on their points levels." msgstr "" #. translators: Author name. -#: includes/modules.php:352 +#: includes/modules.php:548 msgid "By %s." msgstr "" -#: includes/modules.php:568 +#: includes/modules.php:764 msgid "Invalid extension path." msgstr "" -#: includes/modules.php:572 +#: includes/modules.php:768 msgid "Extension file does not exist." msgstr "" -#: includes/modules.php:578 +#: includes/modules.php:774 msgid "The extension does not have a valid header." msgstr "" -#: includes/modules.php:775 +#: includes/modules.php:977 msgid "The extension generated unexpected output." msgstr "" -#: includes/modules.php:961 +#: includes/modules.php:1163 msgid "Could not access filesystem." msgstr "" -#: includes/modules.php:965 +#: includes/modules.php:1167 msgid "Filesystem error." msgstr "" -#: includes/modules.php:972 +#: includes/modules.php:1174 msgid "Unable to locate WordPoints Extension directory." msgstr "" #. translators: Extension or list of extensions. -#: includes/modules.php:1025 +#: includes/modules.php:1227 msgid "Could not fully remove the extension %s." -msgid_plural "Could not fully remove the extension %s." +msgid_plural "Could not fully remove the extensions %s." msgstr[0] "" msgstr[1] "" msgstr[2] "" #. translators: Number of updates. -#: includes/modules.php:1341 +#: includes/modules.php:1568 #, fuzzy msgid "%d WordPoints Extension Update" msgid_plural "%d WordPoints Extension Updates" @@ -3046,6 +3275,13 @@ msgstr "" msgid "https://codesymphony.co/" msgstr "" +#, fuzzy +#~ msgid "active" +#~ msgstr "Atjungti" + +#~ msgid "Configure WordPoints to your liking." +#~ msgstr "Konfigūruokite WordPoints savo nuožiūra." + #~ msgid "Activate Module" #~ msgstr "Įjungti modulį" @@ -3055,9 +3291,6 @@ msgstr "" #~ msgid "Return to Module Installer" #~ msgstr "Grįžti į modulių instaliuotoją" -#~ msgid "Visit module site" -#~ msgstr "Apsilankyti modulio puslapyje" - #~ msgid "Module zip file" #~ msgstr "Modulio zip failas" @@ -3091,13 +3324,6 @@ msgstr "" #~ msgid "Install a module in .zip format" #~ msgstr "Instaliuoti modulį .zip formate" -#~ msgid "" -#~ "The rest of the process needs to be completed manually. If this has not " -#~ "been done already, some parts of the plugin may not function properly." -#~ msgstr "" -#~ "Likusi proceso dalis turi būti užbaigta rankiniu būdu. Jei tai " -#~ "nepadaryta, kai kurios įskiepio dalys gali funkcionuoti nepilnai." - #~ msgctxt "modules per page (screen options)" #~ msgid "Modules" #~ msgstr "Moduliai" diff --git a/src/languages/wordpoints-pt_BR.mo b/src/languages/wordpoints-pt_BR.mo index d2a462af..a7ff19e4 100644 Binary files a/src/languages/wordpoints-pt_BR.mo and b/src/languages/wordpoints-pt_BR.mo differ diff --git a/src/languages/wordpoints-pt_BR.po b/src/languages/wordpoints-pt_BR.po index 0361557a..26883af9 100644 --- a/src/languages/wordpoints-pt_BR.po +++ b/src/languages/wordpoints-pt_BR.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: WordPoints_pt_BR\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpoints\n" -"POT-Creation-Date: 2017-06-02 18:45:06+00:00\n" +"POT-Creation-Date: 2017-09-20 14:28:34+00:00\n" "PO-Revision-Date: 2015-08-27 23:54+0200\n" "Last-Translator: Leonardo Faria \n" "Language-Team: Portuguese (Brazil) (%s)" @@ -110,137 +87,143 @@ msgstr[0] "Todo (%s)" msgstr[1] "Todos (%s)" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:448 +#: admin/classes/list/table/extensions.php:449 msgid "Active (%s)" msgid_plural "Active (%s)" msgstr[0] "Ativo (%s)" msgstr[1] "Ativos (%s)" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:453 +#: admin/classes/list/table/extensions.php:454 msgid "Recently Active (%s)" msgid_plural "Recently Active (%s)" msgstr[0] "Atividade Recente (%s)" msgstr[1] "Atividades Recentes (%s)" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:458 +#: admin/classes/list/table/extensions.php:459 msgid "Inactive (%s)" msgid_plural "Inactive (%s)" msgstr[0] "Inativo (%s)" msgstr[1] "Inativos (%s)" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:463 +#: admin/classes/list/table/extensions.php:464 #, fuzzy msgid "Update Available (%s)" msgid_plural "Update Available (%s)" msgstr[0] "Todo (%s)" msgstr[1] "Todos (%s)" -#: admin/includes/class-wordpoints-modules-list-table.php:516 -#: admin/includes/class-wordpoints-modules-list-table.php:948 +#: admin/classes/list/table/extensions.php:517 +#: admin/classes/list/table/extensions.php:940 +#: classes/module/installer/skin.php:90 +msgid "Network Activate" +msgstr "Ativar Network" + +#: admin/classes/list/table/extensions.php:517 +#: admin/classes/list/table/extensions.php:967 #: admin/screens/configure-components.php:120 msgid "Activate" msgstr "Ativar" -#: admin/includes/class-wordpoints-modules-list-table.php:520 -#: admin/includes/class-wordpoints-modules-list-table.php:914 +#: admin/classes/list/table/extensions.php:521 +#: admin/classes/list/table/extensions.php:933 msgid "Network Deactivate" msgstr "Desativar Network" -#: admin/includes/class-wordpoints-modules-list-table.php:520 -#: admin/includes/class-wordpoints-modules-list-table.php:943 +#: admin/classes/list/table/extensions.php:521 +#: admin/classes/list/table/extensions.php:962 #: admin/screens/configure-components.php:115 msgid "Deactivate" msgstr "Desativar" -#: admin/includes/class-wordpoints-modules-list-table.php:528 -#: admin/includes/class-wordpoints-modules-list-table.php:926 -#: admin/includes/class-wordpoints-modules-list-table.php:952 -#: admin/includes/functions.php:316 admin/includes/functions.php:371 -#: components/points/admin/includes/functions.php:55 -#: components/points/includes/class-wordpoints-points-hooks.php:750 -#: components/ranks/admin/includes/functions.php:56 +#: admin/classes/list/table/extensions.php:529 +#: admin/classes/list/table/extensions.php:945 +#: admin/classes/list/table/extensions.php:971 admin/includes/functions.php:339 +#: admin/includes/functions.php:394 +#: components/points/admin/includes/functions.php:58 +#: components/points/includes/class-wordpoints-points-hooks.php:752 +#: components/ranks/admin/includes/functions.php:57 #: components/ranks/admin/screens/ranks.php:142 msgid "Delete" msgstr "Deletar" -#: admin/includes/class-wordpoints-modules-list-table.php:535 +#: admin/classes/list/table/extensions.php:536 msgid "Update" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:569 +#: admin/classes/list/table/extensions.php:588 msgid "Clear List" msgstr "Limpar Lista" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:732 -#: admin/includes/functions.php:1761 +#: admin/classes/list/table/extensions.php:751 +#: admin/includes/functions.php:1871 msgid "Select %s" msgstr "Selecione %s" #. translators: Extension version. -#: admin/includes/class-wordpoints-modules-list-table.php:798 +#: admin/classes/list/table/extensions.php:817 msgid "Version %s" msgstr "Versão %s" #. translators: Author name. -#: admin/includes/class-wordpoints-modules-list-table.php:810 +#: admin/classes/list/table/extensions.php:829 #: admin/screens/configure-components.php:141 msgid "By %s" msgstr "Por %s" -#: admin/includes/class-wordpoints-modules-list-table.php:814 +#: admin/classes/list/table/extensions.php:833 #, fuzzy msgid "Visit extension site" msgstr "Visite o site de módulos" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:914 +#: admin/classes/list/table/extensions.php:933 #, fuzzy msgid "Network deactivate %s" msgstr "Desativar Network" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:921 +#: admin/classes/list/table/extensions.php:940 #, fuzzy msgid "Network activate %s" msgstr "Desativar Network" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:926 -#: admin/includes/class-wordpoints-modules-list-table.php:952 +#: admin/classes/list/table/extensions.php:945 +#: admin/classes/list/table/extensions.php:971 #, fuzzy msgid "Delete %s" msgstr "Deletar" -#: admin/includes/class-wordpoints-modules-list-table.php:934 +#: admin/classes/list/table/extensions.php:953 #, fuzzy msgid "Network Active" msgstr "Ativar Network" -#: admin/includes/class-wordpoints-modules-list-table.php:938 +#: admin/classes/list/table/extensions.php:957 #, fuzzy msgid "Network Only" msgstr "Ativar Network" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:943 +#: admin/classes/list/table/extensions.php:962 #, fuzzy msgid "Deactivate %s" msgstr "Desativar" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:948 +#: admin/classes/list/table/extensions.php:967 #, fuzzy msgid "Activate %s" msgstr "Ativar" -#. #-#-#-#-# wordpoints.pot (WordPoints 2.4.0-alpha-2) #-#-#-#-# +#. #-#-#-#-# wordpoints.pot (WordPoints 2.4.0-beta-1) #-#-#-#-# #. Plugin Name of the plugin/theme #: admin/includes/functions.php:69 -#: components/points/admin/includes/functions.php:337 +#: components/points/admin/includes/functions.php:340 #: components/points/classes/widget/user/points.php:44 msgid "WordPoints" msgstr "WordPoints" @@ -251,214 +234,220 @@ msgid "WordPoints — Settings" msgstr "WordPoints - %s" #: admin/includes/functions.php:90 -#: components/points/admin/classes/screen/points/types.php:146 +#: components/points/admin/classes/screen/points/types.php:158 #: components/points/includes/class-wordpoints-points-hooks.php:555 msgid "Settings" msgstr "Configurações" -#: admin/includes/functions.php:117 +#: admin/includes/functions.php:117 admin/includes/functions.php:126 #, fuzzy msgid "WordPoints — Extensions" msgstr "WordPoints - %s" -#: admin/includes/functions.php:118 +#: admin/includes/functions.php:118 admin/includes/functions.php:127 #, fuzzy msgid "Extensions" msgstr "Versão %s" -#: admin/includes/functions.php:127 +#: admin/includes/functions.php:139 admin/includes/functions.php:149 #, fuzzy msgid "WordPoints — Install Extensions" msgstr "WordPoints - Instalar Módulos" -#: admin/includes/functions.php:128 admin/screens/module-install.php:31 +#: admin/includes/functions.php:140 admin/includes/functions.php:150 +#: admin/screens/module-install.php:31 #, fuzzy msgid "Install Extensions" msgstr "Instalar Agora" -#: admin/includes/functions.php:311 +#: admin/includes/functions.php:333 #: components/ranks/admin/includes/functions.php:52 #, fuzzy msgid "Your changes have been saved." msgstr "Alterações Salvas." #. translators: Form field name. -#: admin/includes/functions.php:313 +#: admin/includes/functions.php:335 msgid "%s cannot be empty." msgstr "" -#: admin/includes/functions.php:314 +#: admin/includes/functions.php:336 +#, fuzzy +msgid "You are about to delete the following reaction:" +msgstr "Você está prestes a remover este módulo:" + +#: admin/includes/functions.php:337 #, fuzzy msgid "" "Are you sure that you want to delete this reaction? This action cannot be " "undone." msgstr "Você tem certeza que deseja deletar este Tipo de Ponto?" -#: admin/includes/functions.php:315 -#: components/points/admin/includes/functions.php:54 -#: components/ranks/admin/includes/functions.php:55 +#: admin/includes/functions.php:338 +#: components/points/admin/includes/functions.php:57 +#: components/ranks/admin/includes/functions.php:56 msgid "Are you sure?" msgstr "" -#: admin/includes/functions.php:317 admin/includes/functions.php:365 -#: components/points/admin/includes/functions.php:56 -#: components/points/admin/screens/hooks-no-js.php:128 +#: admin/includes/functions.php:340 admin/includes/functions.php:388 +#: components/points/admin/includes/functions.php:59 +#: components/points/admin/screens/hooks-no-js.php:134 #: components/points/admin/screens/hooks.php:265 -#: components/ranks/admin/includes/functions.php:57 +#: components/ranks/admin/includes/functions.php:58 #: components/ranks/admin/screens/ranks.php:139 msgid "Cancel" msgstr "Cancelar" -#: admin/includes/functions.php:319 +#: admin/includes/functions.php:342 msgid "Target" msgstr "" #. translators: Form field. -#: admin/includes/functions.php:321 +#: admin/includes/functions.php:344 msgid "(cannot be changed)" msgstr "" -#: admin/includes/functions.php:322 +#: admin/includes/functions.php:345 #, fuzzy msgid "" "Error: the values of some fields are invalid. Please correct these and then " "try again." msgstr "Ocorreu um erro. Por favor recarregue a página e tente novamente." -#: admin/includes/functions.php:323 +#: admin/includes/functions.php:346 msgid "Discarded reaction." msgstr "" -#: admin/includes/functions.php:324 +#: admin/includes/functions.php:347 msgid "Discarded changes." msgstr "" -#: admin/includes/functions.php:325 +#: admin/includes/functions.php:348 msgid "Saving&hellp;" msgstr "" -#: admin/includes/functions.php:326 +#: admin/includes/functions.php:349 #, fuzzy msgid "Deleting&hellp;" msgstr "Deletar" -#: admin/includes/functions.php:327 +#: admin/includes/functions.php:350 #, fuzzy msgid "Reaction deleted successfully." msgstr "Módulo Instalado com Sucesso." -#: admin/includes/functions.php:328 +#: admin/includes/functions.php:351 #, fuzzy msgid "Reaction saved successfully." msgstr "Módulo Instalado com Sucesso." -#: admin/includes/functions.php:340 +#: admin/includes/functions.php:363 #, fuzzy msgid "Edit" msgstr "Editar" -#: admin/includes/functions.php:343 admin/includes/functions.php:368 +#: admin/includes/functions.php:366 admin/includes/functions.php:391 #: components/points/includes/class-wordpoints-points-hooks.php:641 -#: components/points/includes/class-wordpoints-points-hooks.php:751 +#: components/points/includes/class-wordpoints-points-hooks.php:753 #: components/ranks/admin/screens/ranks.php:114 #: components/ranks/admin/screens/ranks.php:140 msgid "Close" msgstr "Fechar" -#: admin/includes/functions.php:362 -#: components/points/includes/class-wordpoints-points-hooks.php:754 +#: admin/includes/functions.php:385 +#: components/points/includes/class-wordpoints-points-hooks.php:756 #: components/ranks/admin/screens/ranks.php:138 msgid "Save" msgstr "Salvar" -#: admin/includes/functions.php:430 +#: admin/includes/functions.php:453 #, fuzzy msgid "Conditions" msgstr "-" -#: admin/includes/functions.php:432 +#: admin/includes/functions.php:455 #, fuzzy msgid "Add New Condition" msgstr "Adicionar Novo Tipo de Ponto" -#: admin/includes/functions.php:438 +#: admin/includes/functions.php:461 msgid "No conditions available." msgstr "" -#: admin/includes/functions.php:444 +#: admin/includes/functions.php:467 msgid "Add Condition" msgstr "" -#: admin/includes/functions.php:445 +#: admin/includes/functions.php:468 #, fuzzy msgctxt "reaction condition" msgid "Add" msgstr "Adicionar" -#: admin/includes/functions.php:447 +#: admin/includes/functions.php:470 msgid "Cancel Adding New Condition" msgstr "" -#: admin/includes/functions.php:448 +#: admin/includes/functions.php:471 #, fuzzy msgctxt "reaction condition" msgid "Cancel" msgstr "Cancelar" -#: admin/includes/functions.php:462 +#: admin/includes/functions.php:485 msgid "Remove Condition" msgstr "" -#: admin/includes/functions.php:492 +#: admin/includes/functions.php:515 msgid "Rate Limit" msgstr "" -#: admin/includes/functions.php:505 +#: admin/includes/functions.php:528 msgid "Time Units:" msgstr "" -#: admin/includes/functions.php:509 +#: admin/includes/functions.php:532 msgid "Number:" msgstr "" -#: admin/includes/functions.php:533 +#: admin/includes/functions.php:556 msgid "Disable" msgstr "" -#: admin/includes/functions.php:539 +#: admin/includes/functions.php:562 msgid "Disable (make this reaction inactive without deleting it)" msgstr "" -#: admin/includes/functions.php:547 +#: admin/includes/functions.php:570 msgid "(Disabled)" msgstr "" -#: admin/includes/functions.php:883 +#: admin/includes/functions.php:906 msgid "Hide This Notice" msgstr "Esconder" #. translators: Current tab name. -#: admin/includes/functions.php:937 +#: admin/includes/functions.php:960 msgid "WordPoints — %s" msgstr "WordPoints - %s" -#: admin/includes/functions.php:976 +#: admin/includes/functions.php:999 #, fuzzy msgid "" "If you have an extension in a .zip format, you may install it by uploading " "it here." msgstr "Se você tem um modulo no formato .zip, você pode instalá-lo aqui." -#: admin/includes/functions.php:979 +#: admin/includes/functions.php:1002 #, fuzzy msgid "Extension zip file" msgstr "Falha ao Instalar o Módulo." -#: admin/includes/functions.php:981 +#: admin/includes/functions.php:1004 msgid "Install Now" msgstr "Instalar Agora" -#: admin/includes/functions.php:1000 +#: admin/includes/functions.php:1023 #, fuzzy msgid "" "Sorry, you are not allowed to install WordPoints extensions on this site." @@ -466,20 +455,20 @@ msgstr "" "Você não tem permissões suficientes para instalar modulos WordPoints neste " "site." -#: admin/includes/functions.php:1007 +#: admin/includes/functions.php:1030 #, fuzzy msgid "Upload WordPoints Extension" msgstr "Faça upload do Modulo WordPoints" #. translators: File name. -#: admin/includes/functions.php:1017 +#: admin/includes/functions.php:1040 #, fuzzy -msgid "Installing extension from uploaded file: %s" +msgid "Installing Extension from uploaded file: %s" msgstr "Instalando Modulo do arquivo: %s" -#: admin/includes/functions.php:1046 admin/includes/functions.php:1086 -#: admin/includes/functions.php:1141 admin/includes/functions.php:1186 -#: admin/includes/functions.php:1628 +#: admin/includes/functions.php:1069 admin/includes/functions.php:1109 +#: admin/includes/functions.php:1164 admin/includes/functions.php:1209 +#: admin/includes/functions.php:1738 #, fuzzy msgid "" "Sorry, you are not allowed to update WordPoints extensions for this site." @@ -487,177 +476,216 @@ msgstr "" "Você não tem permissões suficientes para instalar modulos WordPoints neste " "site." -#: admin/includes/functions.php:1055 +#: admin/includes/functions.php:1078 #, fuzzy msgid "Update WordPoints Extension" msgstr "Faça upload do Modulo WordPoints" -#: admin/includes/functions.php:1109 +#: admin/includes/functions.php:1132 #, fuzzy msgid "WordPoints Extension Reactivation" msgstr "WordPoints - %s" -#: admin/includes/functions.php:1113 +#: admin/includes/functions.php:1136 #, fuzzy msgid "Extension reactivated successfully." msgstr "Módulo Instalado com Sucesso." -#: admin/includes/functions.php:1117 +#: admin/includes/functions.php:1140 msgid "Extension failed to reactivate due to a fatal error." msgstr "" -#: admin/includes/functions.php:1166 +#: admin/includes/functions.php:1189 #, fuzzy msgid "Update WordPoints Extensions" msgstr "Faça upload do Modulo WordPoints" #. translators: Extension name. -#: admin/includes/functions.php:1289 +#: admin/includes/functions.php:1318 msgid "There is a new version of %1$s available." msgstr "" #. translators: 1. Extension name; 2. Version. -#: admin/includes/functions.php:1300 +#: admin/includes/functions.php:1328 msgid "View %1$s version %2$s details" msgstr "" #. translators: Version number. -#: admin/includes/functions.php:1306 +#: admin/includes/functions.php:1340 msgid "View version %1$s details" msgstr "" #. translators: Extension name. -#: admin/includes/functions.php:1320 +#: admin/includes/functions.php:1354 msgid "Update %s now" msgstr "" -#: admin/includes/functions.php:1322 +#: admin/includes/functions.php:1361 msgid "Update now" msgstr "" -#: admin/includes/functions.php:1326 +#: admin/includes/functions.php:1365 msgid "Automatic update is unavailable for this extension." msgstr "" -#: admin/includes/functions.php:1425 +#: admin/includes/functions.php:1464 #, fuzzy msgid "License activated." msgstr "Desativar" #. translators: Error message. -#: admin/includes/functions.php:1429 +#: admin/includes/functions.php:1468 #, fuzzy msgid "Sorry, there was an error while trying to activate the license: %s" msgstr "Ocorreu um erro. Por favor, tente novamente." -#: admin/includes/functions.php:1431 +#: admin/includes/functions.php:1470 msgid "That license key is invalid." msgstr "" -#: admin/includes/functions.php:1433 +#: admin/includes/functions.php:1475 admin/includes/functions.php:1479 +msgid "Sorry, that license key is expired, and must be renewed." +msgstr "" + +#: admin/includes/functions.php:1476 admin/includes/functions.php:1712 +#: admin/includes/functions.php:2650 +#, fuzzy +msgid "Renew License" +msgstr "Desativar" + +#: admin/includes/functions.php:1482 +msgid "Sorry, that license key is expired." +msgstr "" + +#: admin/includes/functions.php:1487 msgid "Sorry, that license key cannot be activated." msgstr "" -#: admin/includes/functions.php:1456 +#: admin/includes/functions.php:1510 #, fuzzy msgid "License deactivated." msgstr "Desativar" #. translators: Error message. -#: admin/includes/functions.php:1459 +#: admin/includes/functions.php:1513 #, fuzzy msgid "Sorry, there was an error while trying to deactivate the license: %s" msgstr "Ocorreu um erro. Por favor, tente novamente." -#: admin/includes/functions.php:1461 +#: admin/includes/functions.php:1515 msgid "" "Sorry, there was an unknown error while trying to deactivate that license " "key." msgstr "" -#: admin/includes/functions.php:1588 +#. translators: Extension name. +#: admin/includes/functions.php:1658 +msgid "License key for %s" +msgstr "" + +#: admin/includes/functions.php:1666 msgid "License key:" msgstr "" -#: admin/includes/functions.php:1600 +#. translators: Extension name. +#: admin/includes/functions.php:1684 #, fuzzy -msgid "active" +msgid "Deactivate License for %s" msgstr "Desativar" -#: admin/includes/functions.php:1603 +#: admin/includes/functions.php:1687 #, fuzzy msgid "Deactivate License" msgstr "Desativar" -#: admin/includes/functions.php:1607 +#. translators: Extension name. +#: admin/includes/functions.php:1695 +#, fuzzy +msgid "Activate License for %s" +msgstr "Ativar" + +#: admin/includes/functions.php:1698 admin/includes/functions.php:2715 #, fuzzy msgid "Activate License" msgstr "Ativar" -#: admin/includes/functions.php:1632 +#: admin/includes/functions.php:1704 +msgid "This license key is expired and must be renewed." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:1709 +msgid "Renew License for %s" +msgstr "" + +#: admin/includes/functions.php:1715 +msgid "This license key is expired." +msgstr "" + +#: admin/includes/functions.php:1742 msgid "No extension supplied." msgstr "" -#: admin/includes/functions.php:1640 +#: admin/includes/functions.php:1750 #, fuzzy msgid "That extension does not exist." msgstr "Os arquivos do módulo não existem." -#: admin/includes/functions.php:1646 +#: admin/includes/functions.php:1756 msgid "There is no server specified for this extension." msgstr "" -#: admin/includes/functions.php:1652 +#: admin/includes/functions.php:1762 msgid "The server for this extension uses an unsupported API." msgstr "" -#: admin/includes/functions.php:1723 admin/screens/modules.php:159 +#: admin/includes/functions.php:1833 admin/screens/modules.php:159 #, fuzzy msgid "WordPoints Extensions" msgstr "WordPoints - %s" -#: admin/includes/functions.php:1726 +#: admin/includes/functions.php:1836 msgid "Your extensions are all up to date." msgstr "" -#: admin/includes/functions.php:1730 +#: admin/includes/functions.php:1840 msgid "" "The following extensions have new versions available. Check the ones you " "want to update and then click “Update Extensions”." msgstr "" -#: admin/includes/functions.php:1735 admin/includes/functions.php:1815 +#: admin/includes/functions.php:1845 admin/includes/functions.php:1925 #, fuzzy msgid "Update Extensions" msgstr "Faça upload do Modulo WordPoints" -#: admin/includes/functions.php:1744 admin/includes/functions.php:1810 +#: admin/includes/functions.php:1854 admin/includes/functions.php:1920 #, fuzzy msgid "Select All" msgstr "Selecione %s" #. translators: 1. Installed version number; 2. Update version number. -#: admin/includes/functions.php:1778 +#: admin/includes/functions.php:1888 msgid "You have version %1$s installed. Update to %2$s." msgstr "" #. translators: Version number. -#: admin/includes/functions.php:1791 +#: admin/includes/functions.php:1901 msgid "View version %1$s details." msgstr "" -#: admin/includes/functions.php:1877 +#: admin/includes/functions.php:1987 msgid "" "This appears to be a WordPoints extension archive. Try installing it on the " "WordPoints extension install screen instead." msgstr "" -#: admin/includes/functions.php:1907 +#: admin/includes/functions.php:2017 msgid "Like this plugin?" msgstr "Gostou desse plugin?" #. translators: URL for leaving a review of WordPoints on WordPress.org. -#: admin/includes/functions.php:1909 +#: admin/includes/functions.php:2024 msgid "" "If you think WordPoints is great, let everyone know by giving it a 5 star rating." @@ -665,7 +693,7 @@ msgstr "" "Se você acha que WordPoints é incrível, deixe todos saberem dando a ele 5 estrelas." -#: admin/includes/functions.php:1910 +#: admin/includes/functions.php:2032 msgid "" "If you don’t think this plugin deserves 5 stars, please let us know " "how we can improve it." @@ -673,68 +701,156 @@ msgstr "" "Se você não acredita que este plugin merece 5 estrelas, por favor deixe-nos " "saber como podemos melhorá-lo." -#: admin/includes/functions.php:1913 +#: admin/includes/functions.php:2035 msgid "Need help?" msgstr "Precisa de Ajuda?" #. translators: URL of WordPoints plugin support forums WordPress.org. -#: admin/includes/functions.php:1915 +#: admin/includes/functions.php:2042 msgid "" "Post your feature request or support question in the support " "forums" msgstr "Poste sua melhoria ou dúvida no Fórum de Suporte" -#: admin/includes/functions.php:1916 +#: admin/includes/functions.php:2050 msgid "Thank you for using WordPoints!" msgstr "Obrigado por usar WordPoints!" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1944 +#: admin/includes/functions.php:2078 msgid "" "WordPoints has deactivated the following extensions because of " "incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1961 +#: admin/includes/functions.php:2095 msgid "" "WordPoints has deactivated the following network-active extensions because " "of incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1980 +#: admin/includes/functions.php:2114 msgid "" "WordPoints has deactivated the following extensions on this site because of " "incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:2019 +#: admin/includes/functions.php:2153 msgid "" "WordPoints has deactivated the following extensions because their features " "have now been merged into WordPoints %1$s: %2$s." msgstr "" -#: admin/includes/functions.php:2025 +#: admin/includes/functions.php:2159 msgid "You can now safely delete these extensions." msgstr "" -#: admin/includes/functions.php:2038 +#: admin/includes/functions.php:2172 msgid "Delete Unneeded Extensions" msgstr "" -#: admin/includes/functions.php:2337 +#: admin/includes/functions.php:2476 msgid "" "A WordPoints update is available, but your system is not compatible because " "it is running an outdated version of PHP." msgstr "" #. translators: URL of WordPoints PHP Compatibility docs. -#: admin/includes/functions.php:2343 +#: admin/includes/functions.php:2482 msgid "See the WordPoints user guide for more information." msgstr "" +#. translators: Extension name. +#: admin/includes/functions.php:2616 +msgid "" +"Please fill in your license key for the %s extension for WordPoints, so that " +"you can receive updates." +msgstr "" + +#: admin/includes/functions.php:2619 admin/includes/functions.php:2635 +#: admin/includes/functions.php:2661 admin/includes/functions.php:2673 +#, fuzzy +msgid "WordPoints Extensions screen »" +msgstr "WordPoints - %s" + +#. translators: Extension name. +#: admin/includes/functions.php:2632 +msgid "" +"Your license key for the %s extension for WordPoints appears to be invalid. " +"Please enter a valid license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2647 admin/includes/functions.php:2658 +msgid "" +"Your license key for the %s extension for WordPoints is expired. Please " +"renew your license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2670 +msgid "" +"Your license key for the %s extension for WordPoints is expired. Please " +"enter a valid license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2683 +#, fuzzy +msgid "Activate License for %s WordPoints Extension" +msgstr "Faça upload do Modulo WordPoints" + +#. translators: Extension name. +#: admin/includes/functions.php:2693 +msgid "" +"Your license key for the %s extension for WordPoints is not active. Please " +"activate it so that you can receive updates." +msgstr "" + +#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or +#. "component". +#: admin/includes/functions.php:2747 +msgid "" +"WordPoints detected a large network and has skipped part of the installation " +"process for “%1$s” %2$s." +msgstr "" + +#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or +#. "component"; 3. Version number. +#: admin/includes/functions.php:2750 +msgid "" +"WordPoints detected a large network and has skipped part of the update " +"process for “%1$s” %2$s for version %3$s (and possibly later " +"versions)." +msgstr "" + +#: admin/includes/functions.php:2772 +#, fuzzy +msgid "(extension)" +msgstr "Versão" + +#: admin/includes/functions.php:2776 +#, fuzzy +msgid "(component)" +msgstr "Componente" + +#: admin/includes/functions.php:2780 +msgid "(plugin)" +msgstr "" + +#: admin/includes/functions.php:2804 +msgid "" +"The rest of the process needs to be completed manually. If this has not been " +"done already, some features may not function properly." +msgstr "" + +#: admin/includes/functions.php:2805 +msgid "Learn more." +msgstr "" + #. translators: Component name. #: admin/screens/configure-components.php:31 #, fuzzy @@ -792,9 +908,9 @@ msgid "Action" msgstr "Ações" #: admin/screens/configure-settings-load.php:15 -#: admin/screens/modules-load.php:471 +#: admin/screens/modules-load.php:480 #: components/points/admin/screens/hooks-load.php:16 -#: components/ranks/admin/includes/functions.php:108 +#: components/ranks/admin/includes/functions.php:109 msgid "Overview" msgstr "Visão Geral" @@ -816,9 +932,9 @@ msgid "" msgstr "" #: admin/screens/configure-settings-load.php:24 -#: admin/screens/modules-load.php:491 +#: admin/screens/modules-load.php:500 #: components/points/admin/screens/hooks-load.php:36 -#: components/ranks/admin/includes/functions.php:136 +#: components/ranks/admin/includes/functions.php:137 msgid "For more information:" msgstr "Para mais informações:" @@ -827,9 +943,9 @@ msgid "User Guide" msgstr "" #: admin/screens/configure-settings-load.php:26 -#: admin/screens/modules-load.php:493 +#: admin/screens/modules-load.php:502 #: components/points/admin/screens/hooks-load.php:38 -#: components/ranks/admin/includes/functions.php:138 +#: components/ranks/admin/includes/functions.php:139 msgid "Support Forums" msgstr "Fóruns de Suporte" @@ -837,16 +953,12 @@ msgstr "Fóruns de Suporte" msgid "Settings updated." msgstr "Configurações Atualizadas." -#: admin/screens/configure-settings.php:53 -msgid "Configure WordPoints to your liking." -msgstr "Configure WordPoints ao seu gosto." - -#: admin/screens/configure-settings.php:67 -#: admin/screens/configure-settings.php:73 +#: admin/screens/configure-settings.php:66 +#: admin/screens/configure-settings.php:72 msgid "Excluded Users" msgstr "Usuários Excluídos" -#: admin/screens/configure-settings.php:68 +#: admin/screens/configure-settings.php:67 msgid "" "Enter the IDs of users to exclude from leader boards, logs, etc. This may be " "useful if you use certain accounts for testing." @@ -861,42 +973,42 @@ msgstr "Configurações Gerais" msgid "Components" msgstr "Componentes" -#: admin/screens/modules-load.php:38 admin/screens/modules-load.php:88 -#: admin/screens/modules-load.php:144 +#: admin/screens/modules-load.php:39 admin/screens/modules-load.php:89 +#: admin/screens/modules-load.php:145 #, fuzzy msgid "Sorry, you are not allowed to activate extensions for this site." msgstr "Você não tem permissão suficiente para ativar módulos para este site." -#: admin/screens/modules-load.php:188 admin/screens/modules-load.php:216 +#: admin/screens/modules-load.php:189 admin/screens/modules-load.php:217 #, fuzzy msgid "Sorry, you are not allowed to deactivate extensions for this site." msgstr "" "Você não tem permissão suficiente para desativar módulos para este site." -#: admin/screens/modules-load.php:258 +#: admin/screens/modules-load.php:259 #, fuzzy msgid "Sorry, you are not allowed to delete extensions for this site." msgstr "Você não tem permissão suficiente para deletar módulos para este site." -#: admin/screens/modules-load.php:354 +#: admin/screens/modules-load.php:355 #, fuzzy msgid "Delete extension" msgid_plural "Delete extensions" msgstr[0] "Deletar" msgstr[1] "Deletar" -#: admin/screens/modules-load.php:358 +#: admin/screens/modules-load.php:359 msgid "Caution:" msgstr "Cuidado:" -#: admin/screens/modules-load.php:360 +#: admin/screens/modules-load.php:361 #, fuzzy msgid "This extension may be active on other sites in the network." msgid_plural "These extensions may be active on other sites in the network." msgstr[0] "Este módulo pode estar ativo em outros sites na Network." msgstr[1] "Estes módulos podem estar ativos em outros sites na Network." -#: admin/screens/modules-load.php:373 +#: admin/screens/modules-load.php:374 #, fuzzy msgid "You are about to remove the following extension:" msgid_plural "You are about to remove the following extensions:" @@ -904,7 +1016,7 @@ msgstr[0] "Você está prestes a remover este módulo:" msgstr[1] "Você está prestes a remover estes módulos:" #. translators: 1. Extension name; 2. Extension author. -#: admin/screens/modules-load.php:385 +#: admin/screens/modules-load.php:386 msgid "" "%1$s by %2$s (will also delete its data)" @@ -913,36 +1025,36 @@ msgstr "" "dados)" #. translators: 1. Extension name; 2. Extension author. -#: admin/screens/modules-load.php:391 +#: admin/screens/modules-load.php:392 msgid "%1$s by %2$s" msgstr "%1$s Por %2$s" -#: admin/screens/modules-load.php:402 +#: admin/screens/modules-load.php:403 msgid "Are you sure you wish to delete these files and data?" msgstr "Você tem certeza que deseja deletar estes arquivos e dados?" -#: admin/screens/modules-load.php:404 +#: admin/screens/modules-load.php:405 msgid "Are you sure you wish to delete these files?" msgstr "Você tem certeza que deseja deletar estes arquivos?" -#: admin/screens/modules-load.php:417 +#: admin/screens/modules-load.php:418 msgid "Yes, Delete these files and data" msgstr "Sim, delete os arquivos e dados." -#: admin/screens/modules-load.php:417 +#: admin/screens/modules-load.php:418 msgid "Yes, Delete these files" msgstr "Sim, delete os arquivos." -#: admin/screens/modules-load.php:420 +#: admin/screens/modules-load.php:421 #, fuzzy msgid "No, Return me to the extension list" msgstr "Não, Retornar para a lista de módulos." -#: admin/screens/modules-load.php:423 +#: admin/screens/modules-load.php:424 msgid "Click to view entire list of files which will be deleted" msgstr "Clique para ver a lista inteira de arquivos que serão deletados." -#: admin/screens/modules-load.php:473 +#: admin/screens/modules-load.php:482 #, fuzzy msgid "" "Extensions extend and expand the functionality of WordPoints. Once an " @@ -953,7 +1065,7 @@ msgstr "" #. translators: 1. URL of extension directory on WordPoints.org; 2. URL of #. Install Extension admin screen; 3. Directory name. -#: admin/screens/modules-load.php:475 +#: admin/screens/modules-load.php:484 #, fuzzy msgid "" "You can find extensions for your site by browsing the fazer o upload do arquivo do " "módulo para o seu /wp-content/wordpoints-modules" -#: admin/screens/modules-load.php:482 +#: admin/screens/modules-load.php:491 msgid "Troubleshooting" msgstr "Solução de Problemas" -#: admin/screens/modules-load.php:484 +#: admin/screens/modules-load.php:493 #, fuzzy msgid "" "Most of the time, extensions play nicely with the core of WordPoints and " @@ -989,7 +1101,7 @@ msgstr "" "isole quais módulos são a causa do problema." #. translators: Directory name. -#: admin/screens/modules-load.php:486 +#: admin/screens/modules-load.php:495 #, fuzzy msgid "" "If something goes wrong with an extension and you can’t use " @@ -1000,32 +1112,32 @@ msgstr "" "delete ou renomeie o arquivo %s no diretório e ele será " "automaticamente desativado." -#: admin/screens/modules-load.php:492 +#: admin/screens/modules-load.php:501 msgid "Developer Documentation" msgstr "Documentação para Desenvolvedores" -#: admin/screens/modules-load.php:500 +#: admin/screens/modules-load.php:509 #, fuzzy msgctxt "extensions table heading" msgid "Extension" msgstr "Versão" -#: admin/screens/modules-load.php:501 +#: admin/screens/modules-load.php:510 #, fuzzy msgctxt "extensions table heading" msgid "Description" msgstr "Descrição" -#: admin/screens/modules-load.php:507 +#: admin/screens/modules-load.php:516 #, fuzzy msgid "Filter extensions list" msgstr "Visite o site de módulos" -#: admin/screens/modules-load.php:508 +#: admin/screens/modules-load.php:517 msgid "Extensions list navigation" msgstr "" -#: admin/screens/modules-load.php:509 +#: admin/screens/modules-load.php:518 msgid "Extensions list" msgstr "" @@ -1164,7 +1276,7 @@ msgctxt "comment entity" msgid "Parent Comment" msgstr "Comentário" -#: classes/entity/comment.php:55 +#: classes/entity/comment.php:60 #, fuzzy msgid "Comment" msgstr "Comentário" @@ -1208,6 +1320,36 @@ msgctxt "post entity" msgid "Title" msgstr "Titulo" +#: classes/entity/term/count.php:42 +msgctxt "term entity" +msgid "Count" +msgstr "" + +#: classes/entity/term/description.php:42 +#, fuzzy +msgctxt "term entity" +msgid "Description" +msgstr "Descrição" + +#: classes/entity/term/name.php:36 +#, fuzzy +msgctxt "term entity" +msgid "Name" +msgstr "Nome:" + +#. translators: Taxonomy name. +#: classes/entity/term/parent.php:45 +#, fuzzy +msgctxt "term entity" +msgid "Parent %s" +msgstr "Comentário" + +#: classes/entity/term/parent.php:51 +#, fuzzy +msgctxt "term entity" +msgid "Parent Term" +msgstr "Comentário" + #: classes/entity/user/role.php:47 msgid "Role" msgstr "" @@ -1216,11 +1358,101 @@ msgstr "" msgid "Roles" msgstr "" -#: classes/entity/user.php:46 components/points/classes/widget/logs.php:243 +#: classes/entity/user.php:51 components/points/classes/widget/logs.php:243 #, fuzzy msgid "User" msgstr "Usuário" +#. translators: 1. Extension Name; 2. Count of update; 3. Total number of +#. updates being installed. +#: classes/extension/upgrader/skin/bulk.php:70 +msgid "Updating Extension %1$s (%2$d/%3$d)" +msgstr "" + +#: classes/extension/upgrader/skin/bulk.php:117 +#, fuzzy +msgid "Reactivating extension…" +msgstr "Ativar" + +#: classes/extension/upgrader/skin/bulk.php:137 +#: classes/extension/upgrader/skin.php:123 classes/module/installer/skin.php:98 +#, fuzzy +msgid "Return to Extensions page" +msgstr "Retornar para Página de Módulos" + +#: classes/extension/upgrader/skin/bulk.php:138 +#, fuzzy +msgid "Return to WordPress Updates" +msgstr "Retornar para Página de Módulos" + +#: classes/extension/upgrader/skin.php:70 +msgid "Update Extension" +msgstr "" + +#: classes/extension/upgrader/skin.php:122 classes/module/installer/skin.php:94 +#, fuzzy +msgid "Activate Extension" +msgstr "Ativar" + +#: classes/extension/upgrader.php:48 +msgid "The extension is at the latest version." +msgstr "" + +#: classes/extension/upgrader.php:49 +#, fuzzy +msgid "Update package not available." +msgstr "Instalação do Pacote não está disponível." + +#: classes/extension/upgrader.php:50 +msgid "" +"That extension cannot be updated, because there is no server specified to " +"receive updates through." +msgstr "" + +#: classes/extension/upgrader.php:51 +msgid "" +"That extension cannot be updated, because there is no API installed that can " +"communicate with that server." +msgstr "" + +#: classes/extension/upgrader.php:52 +msgid "" +"That extension cannot be updated, because the API used to communicate with " +"that server does not support updates." +msgstr "" + +#. translators: Update package URL. +#: classes/extension/upgrader.php:54 +msgid "Downloading update from %s…" +msgstr "" + +#: classes/extension/upgrader.php:55 +#, fuzzy +msgid "Unpacking the update…" +msgstr "Desempacotando o pacote…" + +#: classes/extension/upgrader.php:56 +msgid "Removing the old version of the extension…" +msgstr "" + +#: classes/extension/upgrader.php:57 +#, fuzzy +msgid "Could not remove the old extension." +msgstr "Não foi possível remover completamente o(s) módulo(s) %s." + +#: classes/extension/upgrader.php:58 +msgid "Extension update failed." +msgstr "" + +#: classes/extension/upgrader.php:59 +#, fuzzy +msgid "Extension updated successfully." +msgstr "Módulo Instalado com Sucesso." + +#: classes/extension/upgrader.php:60 +msgid "That extension cannot be updated, because it is not installed." +msgstr "" + #: classes/hook/arg/current/user.php:33 msgid "Visitor" msgstr "" @@ -1238,15 +1470,15 @@ msgstr "" msgid "Maximum number of items" msgstr "" -#: classes/hook/condition/entity/array/contains.php:114 -msgid "The maximum must be a positive integer." +#: classes/hook/condition/entity/array/contains.php:125 +msgid "The maximum must be a non-negative integer." msgstr "" -#: classes/hook/condition/entity/array/contains.php:124 -msgid "The minimum must be a positive integer." +#: classes/hook/condition/entity/array/contains.php:147 +msgid "The minimum must be a non-negative integer." msgstr "" -#: classes/hook/condition/entity/array/contains.php:134 +#: classes/hook/condition/entity/array/contains.php:157 msgid "The minimum must be less than the maximum." msgstr "" @@ -1545,46 +1777,10 @@ msgstr "" msgid "Invalid target." msgstr "Paconte de módulo inválido." -#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or -#. "component". -#: classes/installables.php:276 -msgid "" -"WordPoints detected a large network and has skipped part of the installation " -"process for the “%1$s” %2$s." -msgstr "" - -#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or -#. "component"; 3. Version number. -#: classes/installables.php:279 -msgid "" -"WordPoints detected a large network and has skipped part of the update " -"process for the “%1$s” %2$s for version %3$s (and possibly later " -"versions)." -msgstr "" - -#: classes/installables.php:291 -#, fuzzy -msgid "extension" -msgstr "Versão" - -#: classes/installables.php:295 +#: classes/module/installer/skin.php:99 #, fuzzy -msgid "component" -msgstr "Componente" - -#: classes/installables.php:299 -msgid "plugin" -msgstr "" - -#: classes/installables.php:327 -msgid "" -"The rest of the process needs to be completed manually. If this has not been " -"done already, some parts of the component may not function properly." -msgstr "" - -#: classes/installables.php:328 -msgid "Learn more." -msgstr "" +msgid "Return to Extension Installer" +msgstr "Retornar para Página de Módulos" #: classes/module/installer.php:45 msgid "Install package not available." @@ -1625,85 +1821,11 @@ msgstr "Módulo Instalado com Sucesso." msgid "Could not create the extensions directory." msgstr "Não foi possível criar o diretório do módulo." -#: classes/module/installer.php:215 +#: classes/module/installer.php:214 #, fuzzy msgid "No valid extensions were found." msgstr "Nenhum módulo válido foi encontrado." -#. translators: 1. Extension Name; 2. Count of update; 3. Total number of -#. updates being installed. -#: classes/module/upgrader/skin/bulk.php:45 -msgid "Updating Extension %1$s (%2$d/%3$d)" -msgstr "" - -#: classes/module/upgrader/skin/bulk.php:89 -#, fuzzy -msgid "Return to WordPress Updates" -msgstr "Retornar para Página de Módulos" - -#: classes/module/upgrader/skin.php:70 -msgid "Update Extension" -msgstr "" - -#: classes/module/upgrader.php:48 -msgid "The extension is at the latest version." -msgstr "" - -#: classes/module/upgrader.php:49 -#, fuzzy -msgid "Update package not available." -msgstr "Instalação do Pacote não está disponível." - -#: classes/module/upgrader.php:50 -msgid "" -"That extension cannot be updated, because there is no server specified to " -"receive updates through." -msgstr "" - -#: classes/module/upgrader.php:51 -msgid "" -"That extension cannot be updated, because there is no API installed that can " -"communicate with that server." -msgstr "" - -#: classes/module/upgrader.php:52 -msgid "" -"That extension cannot be updated, because the API used to communicate with " -"that server does not support updates." -msgstr "" - -#. translators: Update package URL. -#: classes/module/upgrader.php:54 -msgid "Downloading update from %s…" -msgstr "" - -#: classes/module/upgrader.php:55 -#, fuzzy -msgid "Unpacking the update…" -msgstr "Desempacotando o pacote…" - -#: classes/module/upgrader.php:56 -msgid "Removing the old version of the extension…" -msgstr "" - -#: classes/module/upgrader.php:57 -#, fuzzy -msgid "Could not remove the old extension." -msgstr "Não foi possível remover completamente o(s) módulo(s) %s." - -#: classes/module/upgrader.php:58 -msgid "Extension update failed." -msgstr "" - -#: classes/module/upgrader.php:59 -#, fuzzy -msgid "Extension updated successfully." -msgstr "Módulo Instalado com Sucesso." - -#: classes/module/upgrader.php:60 -msgid "That extension cannot be updated, because it is not installed." -msgstr "" - #. translators: 1. Attribute name; 2. Shortcode name. #: classes/shortcode.php:183 #, fuzzy @@ -1740,172 +1862,191 @@ msgctxt "form label" msgid "Title" msgstr "Titulo" -#: components/points/admin/classes/screen/points/types.php:81 +#: components/points/admin/classes/screen/points/types.php:90 #, fuzzy msgctxt "page title" msgid "Points Types" msgstr "Tipos de Ponto" -#: components/points/admin/classes/screen/points/types.php:167 +#: components/points/admin/classes/screen/points/types.php:179 msgid "Logs" msgstr "" -#: components/points/admin/classes/screen/points/types.php:188 +#: components/points/admin/classes/screen/points/types.php:200 #, fuzzy msgid "Shortcodes" msgstr "Shortcode erro:" -#: components/points/admin/classes/screen/points/types.php:235 +#: components/points/admin/classes/screen/points/types.php:247 msgid "" "Changes to this points type’s settings will affect all sites on this " "network." msgstr "" -#: components/points/admin/classes/screen/points/types.php:237 +#: components/points/admin/classes/screen/points/types.php:249 msgid "The new points type will be global across all sites on this network." msgstr "" #. translators: Points type slug. -#: components/points/admin/classes/screen/points/types.php:250 +#: components/points/admin/classes/screen/points/types.php:262 #, fuzzy msgid "Slug: %s" msgstr "Slug" -#: components/points/admin/classes/screen/points/types.php:275 +#: components/points/admin/classes/screen/points/types.php:287 #: components/points/includes/class-wordpoints-points-hooks.php:586 msgctxt "points type" msgid "Prefix (optional):" msgstr "Prefixo (opcional):" -#: components/points/admin/classes/screen/points/types.php:276 +#: components/points/admin/classes/screen/points/types.php:288 #: components/points/includes/class-wordpoints-points-hooks.php:587 msgctxt "points type" msgid "Suffix (optional):" msgstr "Sufixo (opcional):" -#: components/points/admin/classes/screen/points/types.php:280 +#: components/points/admin/classes/screen/points/types.php:292 #: components/points/includes/class-wordpoints-points-hooks.php:591 msgctxt "points type" msgid "Prefix:" msgstr "Prefixo:" -#: components/points/admin/classes/screen/points/types.php:281 +#: components/points/admin/classes/screen/points/types.php:293 #: components/points/includes/class-wordpoints-points-hooks.php:592 msgctxt "points type" msgid "Suffix:" msgstr "Sufixo:" -#: components/points/admin/classes/screen/points/types.php:287 +#: components/points/admin/classes/screen/points/types.php:299 +#: components/points/admin/includes/functions.php:56 #: components/points/includes/class-wordpoints-points-hooks.php:598 msgctxt "points type" msgid "Name:" msgstr "Nome:" -#: components/points/admin/classes/screen/points/types.php:341 +#: components/points/admin/classes/screen/points/types.php:356 #: components/points/includes/class-wordpoints-points-hooks.php:637 msgctxt "points type" msgid "Delete" msgstr "Deletar" -#: components/points/admin/classes/screen/points/types.php:347 +#: components/points/admin/classes/screen/points/types.php:362 #: components/points/includes/class-wordpoints-points-hooks.php:644 msgctxt "points type" msgid "Save" msgstr "Salvar" -#: components/points/admin/classes/screen/points/types.php:367 +#: components/points/admin/classes/screen/points/types.php:382 #, fuzzy msgid "Go to the logs for this points type." msgstr "Por favor, escolha um nome único para este Tipo de Ponto." -#: components/points/admin/classes/screen/points/types.php:383 +#: components/points/admin/classes/screen/points/types.php:398 #, fuzzy msgid "Display the user’s points:" msgstr "Mostrar as últimas pontuações." -#: components/points/admin/classes/screen/points/types.php:395 +#: components/points/admin/classes/screen/points/types.php:410 #, fuzzy msgid "Display a table of the top 5 users:" msgstr "Mostrar os pontos do atual usuário conectado." -#: components/points/admin/classes/screen/points/types.php:407 +#: components/points/admin/classes/screen/points/types.php:422 #, fuzzy msgid "Display the points logs:" msgstr "Mostrar as últimas pontuações." -#: components/points/admin/classes/screen/points/types.php:419 +#: components/points/admin/classes/screen/points/types.php:434 msgid "Display a list of ways to earn points:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:432 +#: components/points/admin/classes/screen/points/types.php:447 msgid "Shortcode docs on WordPoints.org." msgstr "" -#: components/points/admin/classes/screen/points/types.php:591 +#: components/points/admin/classes/screen/points/types.php:610 #, fuzzy msgid "Add New Reaction" msgstr "Adicionar Novo" -#: components/points/admin/classes/screen/points/types.php:615 +#: components/points/admin/classes/screen/points/types.php:634 #, fuzzy msgid "Add New" msgstr "Adicionar Novo" -#: components/points/admin/classes/screen/points/types.php:711 +#: components/points/admin/classes/screen/points/types.php:730 msgid "Error: points type name cannot be empty." msgstr "" -#: components/points/admin/classes/screen/points/types.php:726 -#: components/points/admin/classes/screen/points/types.php:741 +#: components/points/admin/classes/screen/points/types.php:745 +#: components/points/admin/classes/screen/points/types.php:760 msgid "Error: failed updating points type." msgstr "" -#: components/points/admin/classes/screen/points/types.php:749 +#: components/points/admin/classes/screen/points/types.php:768 #, fuzzy msgid "Points type updated." msgstr "Tipos de Pontos deletados." -#: components/points/admin/classes/screen/points/types.php:782 +#: components/points/admin/classes/screen/points/types.php:801 msgid "Please choose a unique name for this points type." msgstr "Por favor, escolha um nome único para este Tipo de Ponto." -#: components/points/admin/classes/screen/points/types.php:792 +#: components/points/admin/classes/screen/points/types.php:811 #, fuzzy msgid "Points type created." msgstr "Tipos de Pontos deletados." -#: components/points/admin/classes/screen/points/types.php:824 +#: components/points/admin/classes/screen/points/types.php:843 msgid "Points type deleted." msgstr "Tipos de Pontos deletados." -#: components/points/admin/classes/screen/points/types.php:833 +#: components/points/admin/classes/screen/points/types.php:852 #: components/points/admin/screens/hooks.php:22 msgid "Error while deleting." msgstr "Erro ao tentar deletar." -#: components/points/admin/classes/screen/points/types.php:852 +#: components/points/admin/classes/screen/points/types.php:873 +msgid "" +"Let us help you get started by creating some example reactions. (Don’t " +"worry, each reaction will only award points once it has been enabled.)" +msgstr "" + +#: components/points/admin/classes/screen/points/types.php:878 +#, fuzzy +msgid "Create Reactions" +msgstr "Adicionar Novo" + +#: components/points/admin/classes/screen/points/types.php:900 +msgid "" +"Example reactions created successfully! You can now edit them to your " +"liking, and then enable them to start awarding points. Feel free to delete " +"any that you don’t want, and to create additional ones as needed." +msgstr "" + +#: components/points/admin/classes/screen/points/types.php:920 #, fuzzy msgid "Network Events" msgstr "Ativar Network" -#: components/points/admin/classes/screen/points/types.php:853 +#: components/points/admin/classes/screen/points/types.php:921 msgid "" "Add reactions to these events to award points whenever they take place on " "this network." msgstr "" -#: components/points/admin/classes/screen/points/types.php:855 +#: components/points/admin/classes/screen/points/types.php:923 msgid "Events" msgstr "" -#: components/points/admin/classes/screen/points/types.php:856 +#: components/points/admin/classes/screen/points/types.php:924 msgid "" "Add reactions to these events to award points whenever they take place on " "this site." msgstr "" #. translators: URL of points reactions user docs on WordPoints.org. -#: components/points/admin/classes/screen/points/types.php:893 +#: components/points/admin/classes/screen/points/types.php:961 msgid "" "You can learn more about how they work from the user guide on " "WordPoints.org." @@ -1921,67 +2062,78 @@ msgstr "Ocorreu um erro. Por favor tente novamente." #: components/points/admin/includes/functions.php:52 #, fuzzy +msgid "You are about to delete the following points type:" +msgstr "Você está prestes a remover este módulo:" + +#: components/points/admin/includes/functions.php:53 +#, fuzzy msgid "" "Are you sure that you want to delete this points type? This will delete all " "logs, event reactions, and other data associated with this points type." msgstr "Você tem certeza que deseja deletar este Tipo de Ponto?" -#: components/points/admin/includes/functions.php:53 +#: components/points/admin/includes/functions.php:54 msgid "Once a points type has been deleted, you cannot bring it back." msgstr "" -#: components/points/admin/includes/functions.php:95 +#: components/points/admin/includes/functions.php:55 +msgid "" +"If you are sure you want to delete this points type, confirm by typing its " +"name below:" +msgstr "" + +#: components/points/admin/includes/functions.php:98 #, fuzzy msgid "WordPoints — Points Types" msgstr "WordPoints - Registro de Pontos" -#: components/points/admin/includes/functions.php:96 +#: components/points/admin/includes/functions.php:99 #, fuzzy msgid "Points Types" msgstr "Tipos de Ponto" -#: components/points/admin/includes/functions.php:120 +#: components/points/admin/includes/functions.php:123 #, fuzzy msgid "WordPoints — Points Hooks" msgstr "WordPoints - Pontos de Ligação" -#: components/points/admin/includes/functions.php:121 +#: components/points/admin/includes/functions.php:124 #: components/points/admin/screens/hooks-no-js.php:96 msgid "Points Hooks" msgstr "Pontos de Ligação" -#: components/points/admin/includes/functions.php:131 +#: components/points/admin/includes/functions.php:134 #: components/points/admin/screens/logs.php:13 #, fuzzy msgid "WordPoints — Points Logs" msgstr "WordPoints - Registro de Pontos" -#: components/points/admin/includes/functions.php:132 +#: components/points/admin/includes/functions.php:135 msgid "Points Logs" msgstr "Registro de Pontos" -#: components/points/admin/includes/functions.php:249 +#: components/points/admin/includes/functions.php:252 msgid "Enable accessibility mode" msgstr "Ativar Modo de Acessibilidade" -#: components/points/admin/includes/functions.php:251 +#: components/points/admin/includes/functions.php:254 msgid "Disable accessibility mode" msgstr "Desativar Modo de Acessibilidade" -#: components/points/admin/includes/functions.php:298 +#: components/points/admin/includes/functions.php:301 #, fuzzy msgctxt "points hook" msgid "Description (optional):" msgstr "Prefixo (opcional):" #. translators: Default points hook description. -#: components/points/admin/includes/functions.php:306 +#: components/points/admin/includes/functions.php:309 #, fuzzy msgctxt "points hook description" msgid "Default: %s" msgstr "Padrão" -#: components/points/admin/includes/functions.php:338 +#: components/points/admin/includes/functions.php:341 msgid "" "If you would like to change the value for a type of points, enter the " "desired value in the text field, and check the checkbox beside it. If you " @@ -1993,28 +2145,28 @@ msgstr "" "marcar a caixa de seleção, as mudanças não serão salvas. Para fornecer uma " "razão para a mudança, preencha o campo abaixo." -#: components/points/admin/includes/functions.php:339 +#: components/points/admin/includes/functions.php:342 msgid "Reason" msgstr "Razão" #. translators: Number of points. -#: components/points/admin/includes/functions.php:359 +#: components/points/admin/includes/functions.php:365 msgid "(current: %s)" msgstr "" -#: components/points/admin/includes/functions.php:380 +#: components/points/admin/includes/functions.php:389 msgid "My Points" msgstr "Meus Pontos" -#: components/points/admin/includes/functions.php:469 +#: components/points/admin/includes/functions.php:478 msgid "No default" msgstr "Sem Padrão" -#: components/points/admin/includes/functions.php:474 +#: components/points/admin/includes/functions.php:483 msgid "Default Points Type" msgstr "Tipo de Pontos Padrão" -#: components/points/admin/includes/functions.php:475 +#: components/points/admin/includes/functions.php:484 msgid "" "You can optionally set one points type to be the default. The default points " "type will, for example, be used by shortcodes when no type is specified. " @@ -2024,12 +2176,12 @@ msgstr "" "Ponto padrão irá, por exemplo, ser usado por shortcodes quando nenhum tipo " "for especificado. Isso também é útil se você só tem um Tipo de Ponto." -#: components/points/admin/includes/functions.php:480 +#: components/points/admin/includes/functions.php:489 msgid "Default" msgstr "Padrão" #. translators: URL of Points Types admin screen. -#: components/points/admin/includes/functions.php:538 +#: components/points/admin/includes/functions.php:547 msgid "" "Welcome to WordPoints! Get started by creating a points type." @@ -2122,31 +2274,31 @@ msgstr "" "tente novamente." #. translators: Hook name. -#: components/points/admin/screens/hooks-no-js.php:99 +#: components/points/admin/screens/hooks-no-js.php:102 #, fuzzy msgid "Hook %s" msgstr "Ligação %s" -#: components/points/admin/screens/hooks-no-js.php:106 +#: components/points/admin/screens/hooks-no-js.php:112 msgid "Select the points type to attach this hook to." msgstr "Selecione um Tipo de Ponto para anexar a esta ligação." -#: components/points/admin/screens/hooks-no-js.php:109 +#: components/points/admin/screens/hooks-no-js.php:115 #, fuzzy msgid "Points Type:" msgstr "Tipos de Ponto" -#: components/points/admin/screens/hooks-no-js.php:119 +#: components/points/admin/screens/hooks-no-js.php:125 #: components/points/admin/screens/hooks.php:97 msgid "Inactive Hooks" msgstr "Ligações Inativas" -#: components/points/admin/screens/hooks-no-js.php:130 +#: components/points/admin/screens/hooks-no-js.php:136 msgctxt "points hook" msgid "Delete" msgstr "Deletar" -#: components/points/admin/screens/hooks-no-js.php:133 +#: components/points/admin/screens/hooks-no-js.php:139 msgid "Save Hook" msgstr "Salvar Ligação" @@ -2277,7 +2429,7 @@ msgid "%s deleted." msgstr "%s deletado." #: components/points/classes/hook/reactor.php:61 -#: components/ranks/includes/rank-types/points.php:56 +#: components/ranks/includes/rank-types/points.php:59 msgctxt "form label" msgid "Points" msgstr "Pontos" @@ -2331,45 +2483,45 @@ msgstr "%1$s “%2$s” deletado." msgid "Reversed “%1$s”" msgstr "Procurando por “%s”" -#: components/points/classes/logs/view/table.php:48 +#: components/points/classes/logs/view/table.php:66 msgctxt "points logs table heading" msgid "User" msgstr "Usuário" -#: components/points/classes/logs/view/table.php:49 +#: components/points/classes/logs/view/table.php:67 msgctxt "points logs table heading" msgid "Points" msgstr "Pontos" -#: components/points/classes/logs/view/table.php:50 +#: components/points/classes/logs/view/table.php:68 msgctxt "points logs table heading" msgid "Description" msgstr "Descrição" -#: components/points/classes/logs/view/table.php:51 +#: components/points/classes/logs/view/table.php:69 msgctxt "points logs table heading" msgid "Time" msgstr "Tempo" -#: components/points/classes/logs/view/table.php:122 +#: components/points/classes/logs/view/table.php:140 msgid "No matching logs found." msgstr "Nenhum registro correspondente foi encontrado." #. translators: coordinated universal time -#: components/points/classes/logs/view/table.php:185 +#: components/points/classes/logs/view/table.php:203 msgid "UTC" msgstr "" #. translators: Search term. -#: components/points/classes/logs/view/table.php:290 +#: components/points/classes/logs/view/table.php:308 msgid "Searching for “%s”" msgstr "Procurando por “%s”" -#: components/points/classes/logs/view/table.php:302 +#: components/points/classes/logs/view/table.php:320 msgid "Search Logs:" msgstr "Procurar:" -#: components/points/classes/logs/view/table.php:313 +#: components/points/classes/logs/view/table.php:331 msgid "Search Logs" msgstr "Procurar" @@ -2509,26 +2661,26 @@ msgid "Widget text" msgstr "Texto do widget" #. translators: Placeholder name. -#: components/points/classes/widget/user/points.php:179 +#: components/points/classes/widget/user/points.php:183 msgid "%s will be replaced with the points of the logged in user" msgstr "%s será substituído pelos pontos do usuário conectado" -#: components/points/classes/widget/user/points.php:194 +#: components/points/classes/widget/user/points.php:202 msgid "Text if the user is not logged in" msgstr "Texto se o usuário não estiver logado" -#: components/points/classes/widget/user/points.php:196 +#: components/points/classes/widget/user/points.php:204 msgid "Leave this field blank to hide the widget if the user is not logged in" msgstr "" "Deixe este campo em branco para esconder o widget se o usuário não estiver " "logado" -#: components/points/classes/widget/user/points.php:199 +#: components/points/classes/widget/user/points.php:207 msgid "Number of latest log entries for this user to display" msgstr "" "Número a ser mostrado dos últimos registros de entrada para este usuário" -#: components/points/classes/widget/user/points.php:201 +#: components/points/classes/widget/user/points.php:209 msgid "Set this to 0 to keep from showing any logs" msgstr "Defina para 0 para não mostrar os registros" @@ -2553,12 +2705,12 @@ msgstr "Não há ligações disponíveis atualmente." msgid "Slug" msgstr "Slug" -#: components/points/includes/class-wordpoints-points-hooks.php:722 +#: components/points/includes/class-wordpoints-points-hooks.php:724 msgctxt "hook" msgid "Edit" msgstr "Editar" -#: components/points/includes/class-wordpoints-points-hooks.php:723 +#: components/points/includes/class-wordpoints-points-hooks.php:725 msgctxt "hook" msgid "Add" msgstr "Adicionar" @@ -2581,41 +2733,113 @@ msgstr "Comentário em %s removido do site." msgid "Points subtracted if comment removed:" msgstr "Pontos subtraídos se um comentário for removido:" -#: components/points/includes/deprecated.php:343 +#: components/points/includes/deprecated.php:345 msgctxt "points hook name" msgid "Post Delete" msgstr "Deletar artigo" -#: components/points/includes/deprecated.php:345 +#: components/points/includes/deprecated.php:347 msgid "A post is permanently deleted." msgstr "Um artigo foi permanentemente deletado." -#: components/points/includes/deprecated.php:346 +#: components/points/includes/deprecated.php:348 msgid "Points removed when deleted:" msgstr "Pontos removidos quando deletado:" #. translators: Singular post type name. -#: components/points/includes/deprecated.php:348 +#: components/points/includes/deprecated.php:350 msgid "%s permanently deleted." msgstr "%s permanentemente deletado." -#: components/points/includes/deprecated.php:380 +#: components/points/includes/deprecated.php:382 msgid "Auto Draft" msgstr "" #. translators: 1. Meta key. -#: components/points/includes/functions.php:348 +#: components/points/includes/functions.php:358 msgid "This points type uses a custom meta key: %s" msgstr "" #. translators: Meta key. -#: components/points/includes/functions.php:374 +#: components/points/includes/functions.php:384 msgid "" "This points type uses a custom meta key (“%s”). If this key is " "also used by another plugin, changes made by it will not be logged. Only " "transactions performed by WordPoints are included in the logs." msgstr "" +#: components/points/includes/functions.php:451 +#: components/points/includes/functions.php:452 +#, fuzzy +msgid "Registering with the site." +msgstr "Registro no site." + +#: components/points/includes/functions.php:459 +#, fuzzy +msgid "Visiting the site daily." +msgstr "Visita periódica ao site." + +#: components/points/includes/functions.php:460 +#, fuzzy +msgid "Visited the site." +msgstr "Visite o site de módulos" + +#: components/points/includes/functions.php:474 +#, fuzzy +msgid "Uploading an attachment." +msgstr "Comentário publicado." + +#: components/points/includes/functions.php:475 +msgid "Uploaded an attachment." +msgstr "" + +#: components/points/includes/functions.php:482 +#, fuzzy +msgid "Publishing a post." +msgstr "Artigo publicado" + +#: components/points/includes/functions.php:483 +#, fuzzy +msgid "Published a post." +msgstr "Artigo publicado" + +#: components/points/includes/functions.php:490 +msgid "Publishing a post with the #happy tag." +msgstr "" + +#: components/points/includes/functions.php:491 +msgid "Published a happy post." +msgstr "" + +#: components/points/includes/functions.php:530 +#, fuzzy +msgid "Leaving a comment on a post." +msgstr "Comentário publicado em %s." + +#: components/points/includes/functions.php:531 +#, fuzzy +msgid "Left a comment on a post." +msgstr "Comentário recebido em %s." + +#: components/points/includes/functions.php:538 +#, fuzzy +msgid "Mentioning WordPoints in a comment on a post." +msgstr "Comentário recebido em %s." + +#: components/points/includes/functions.php:539 +msgid "Left a comment mentioning WordPoints." +msgstr "" + +#: components/points/includes/functions.php:560 +#, fuzzy +msgid "Receiving a comment on a post." +msgstr "Comentário recebido em %s." + +#: components/points/includes/functions.php:561 +#, fuzzy +msgid "Received a comment on a post." +msgstr "Comentário recebido em %s." + #: components/points/includes/hooks/abstracts/post-type.php:250 msgctxt "post title" msgid "(no title)" @@ -2906,27 +3130,27 @@ msgctxt "points log description" msgid "Comment unapproved." msgstr "Comentário não aprovado." -#: components/points/includes/points.php:1028 +#: components/points/includes/points.php:966 msgctxt "points log" msgid "(no description)" msgstr "(sem descrição)" -#: components/points/includes/points.php:1223 +#: components/points/includes/points.php:1164 msgctxt "top users table heading" msgid "#" msgstr "" -#: components/points/includes/points.php:1224 +#: components/points/includes/points.php:1165 msgctxt "top users table heading" msgid "Position" msgstr "-" -#: components/points/includes/points.php:1225 +#: components/points/includes/points.php:1166 msgctxt "top users table heading" msgid "User" msgstr "Usuário" -#: components/points/includes/points.php:1226 +#: components/points/includes/points.php:1167 msgctxt "top users table heading" msgid "Points" msgstr "Pontos" @@ -2984,21 +3208,26 @@ msgid "A rank title cannot be empty." msgstr "" #: components/ranks/admin/includes/functions.php:54 +#, fuzzy +msgid "You are about to delete the following rank:" +msgstr "Você está prestes a remover este módulo:" + +#: components/ranks/admin/includes/functions.php:55 msgid "" "Are you sure that you want to delete this rank? This action cannot be undone." msgstr "" -#: components/ranks/admin/includes/functions.php:82 +#: components/ranks/admin/includes/functions.php:83 #, fuzzy msgid "WordPoints — Ranks" msgstr "WordPoints - %s" -#: components/ranks/admin/includes/functions.php:83 +#: components/ranks/admin/includes/functions.php:84 #: components/ranks/admin/screens/ranks.php:28 msgid "Ranks" msgstr "" -#: components/ranks/admin/includes/functions.php:110 +#: components/ranks/admin/includes/functions.php:111 msgid "" "Ranks are titles assigned to users. A set of ranks are organized into a " "hierarchy. The user starts at the bottom, but can work his way up to higher " @@ -3007,7 +3236,7 @@ msgid "" "points to reach a given rank." msgstr "" -#: components/ranks/admin/includes/functions.php:111 +#: components/ranks/admin/includes/functions.php:112 msgid "" "More than one rank hierarchy may be available. For example, if you have " "multiple types of points, you will have a group of ranks for each points " @@ -3015,11 +3244,11 @@ msgid "" "screen." msgstr "" -#: components/ranks/admin/includes/functions.php:118 +#: components/ranks/admin/includes/functions.php:119 msgid "Adding and Editing" msgstr "" -#: components/ranks/admin/includes/functions.php:120 +#: components/ranks/admin/includes/functions.php:121 msgid "" "To add a new rank to the rank group, click the Add Rank button. A new rank " "will appear with its settings form open. Fill out its settings and click the " @@ -3027,14 +3256,14 @@ msgid "" "without saving it by clicking the Cancel button." msgstr "" -#: components/ranks/admin/includes/functions.php:121 +#: components/ranks/admin/includes/functions.php:122 msgid "" "To edit an existing rank’s settings, click on the Edit link in its " "title bar. The settings form for that rank will open. You can close the " "settings form again by clicking the Close link." msgstr "" -#: components/ranks/admin/includes/functions.php:122 +#: components/ranks/admin/includes/functions.php:123 msgid "" "Once you have modified the rank’s settings as desired, you can save " "your changes by clicking the Save button. Keep in mind that your changes " @@ -3044,12 +3273,12 @@ msgid "" "reset the form to the rank’s current settings." msgstr "" -#: components/ranks/admin/includes/functions.php:129 +#: components/ranks/admin/includes/functions.php:130 #, fuzzy msgid "Deleting" msgstr "Deletar" -#: components/ranks/admin/includes/functions.php:131 +#: components/ranks/admin/includes/functions.php:132 msgid "" "If you would like to delete a rank, open its settings form, then click the " "Delete button. You will be asked to confirm that you want to delete the " @@ -3057,7 +3286,7 @@ msgid "" "dialog. Once you delete the rank, it is gone!" msgstr "" -#: components/ranks/admin/includes/functions.php:137 +#: components/ranks/admin/includes/functions.php:138 #, fuzzy msgid "Documentation on Ranks" msgstr "WordPoints - Pontos de Ligação" @@ -3089,6 +3318,11 @@ msgctxt "rank" msgid "Title" msgstr "Titulo" +#: components/ranks/classes/rank/shortcode/rank/list.php:31 +#, fuzzy +msgid "Rank Name" +msgstr "Tipos de Ponto" + #. translators: 1. Attribute name; 2. Shortcode name. #: components/ranks/classes/rank/shortcode.php:26 #, fuzzy @@ -3100,120 +3334,129 @@ msgstr "" "positivo. Exemplo: %3$s." #. translators: Placeholder name. -#: components/ranks/includes/integration/points/functions.php:46 +#: components/ranks/includes/integration/points/functions.php:50 msgid "%s will be replaced with the rank of the logged in user" msgstr "" #. translators: Points type name. -#: components/ranks/includes/integration/points/functions.php:119 +#: components/ranks/includes/integration/points/functions.php:128 msgid "This rank group is associated with the “%s” points type." msgstr "" -#: components/ranks/includes/integration/points/functions.php:158 +#: components/ranks/includes/integration/points/functions.php:167 #, fuzzy msgctxt "Points Types screen meta box title" msgid "Ranks" msgstr "Adiconar Ligação" -#: components/ranks/includes/integration/points/functions.php:178 +#: components/ranks/includes/integration/points/functions.php:187 #, fuzzy msgid "Go to the ranks for this points type." msgstr "Por favor, escolha um nome único para este Tipo de Ponto." -#: components/ranks/includes/rank-types/points.php:45 +#: components/ranks/includes/rank-types/base.php:53 +msgid "Base rank." +msgstr "" + +#: components/ranks/includes/rank-types/points.php:48 msgctxt "rank type" msgid "Points" msgstr "Pontos" -#: components/ranks/includes/rank-types/points.php:98 +#: components/ranks/includes/rank-types/points.php:101 msgid "The amount of points is required, and must be a valid number." msgstr "" #. translators: Minimum number of points. -#: components/ranks/includes/rank-types/points.php:118 +#: components/ranks/includes/rank-types/points.php:121 msgid "The number of points must be more than the minimum (%s)." msgstr "" -#: includes/functions.php:766 +#. translators: Number of points. +#: components/ranks/includes/rank-types/points.php:161 +msgid "Must have at least %s." +msgstr "" + +#: includes/functions.php:803 msgctxt "post type" msgid "Any" msgstr "Qualquer um" -#: includes/functions.php:868 +#: includes/functions.php:913 msgid "Shortcode error:" msgstr "Shortcode erro:" -#: includes/functions.php:1011 +#: includes/functions.php:1074 msgctxt "component name" msgid "Points" msgstr "Pontos" -#: includes/functions.php:1013 includes/functions.php:1037 +#: includes/functions.php:1076 includes/functions.php:1100 msgctxt "component author" msgid "WordPoints" msgstr "WordPoints" -#: includes/functions.php:1016 +#: includes/functions.php:1079 msgid "Enables a points system for your site." msgstr "Ativa o sistema de pontos no seu site." -#: includes/functions.php:1035 +#: includes/functions.php:1098 msgctxt "component name" msgid "Ranks" msgstr "" -#: includes/functions.php:1040 +#: includes/functions.php:1103 msgid "Assign users ranks based on their points levels." msgstr "" #. translators: Author name. -#: includes/modules.php:352 +#: includes/modules.php:548 msgid "By %s." msgstr "Por %s." -#: includes/modules.php:568 +#: includes/modules.php:764 #, fuzzy msgid "Invalid extension path." msgstr "Paconte de módulo inválido." -#: includes/modules.php:572 +#: includes/modules.php:768 #, fuzzy msgid "Extension file does not exist." msgstr "Os arquivos do módulo não existem." -#: includes/modules.php:578 +#: includes/modules.php:774 #, fuzzy msgid "The extension does not have a valid header." msgstr "O módulo não tem um cabeçalho válido." -#: includes/modules.php:775 +#: includes/modules.php:977 #, fuzzy msgid "The extension generated unexpected output." msgstr "O módulo gerou uma saída inesperada." -#: includes/modules.php:961 +#: includes/modules.php:1163 msgid "Could not access filesystem." msgstr "Não foi possível acessar os arquivos do sistema." -#: includes/modules.php:965 +#: includes/modules.php:1167 msgid "Filesystem error." msgstr "Erro no Sistema de Arquivos." -#: includes/modules.php:972 +#: includes/modules.php:1174 #, fuzzy msgid "Unable to locate WordPoints Extension directory." msgstr "Não foi possível localizar o diretório do módulo WordPoints" #. translators: Extension or list of extensions. -#: includes/modules.php:1025 +#: includes/modules.php:1227 #, fuzzy msgid "Could not fully remove the extension %s." -msgid_plural "Could not fully remove the extension %s." +msgid_plural "Could not fully remove the extensions %s." msgstr[0] "Não foi possível remover completamente o(s) módulo(s) %s." msgstr[1] "Não foi possível remover completamente o(s) módulo(s) %s." #. translators: Number of updates. -#: includes/modules.php:1341 +#: includes/modules.php:1568 #, fuzzy msgid "%d WordPoints Extension Update" msgid_plural "%d WordPoints Extension Updates" @@ -3239,6 +3482,13 @@ msgstr "J.D. Grimes" msgid "https://codesymphony.co/" msgstr "https://codesymphony.co/" +#, fuzzy +#~ msgid "active" +#~ msgstr "Desativar" + +#~ msgid "Configure WordPoints to your liking." +#~ msgstr "Configure WordPoints ao seu gosto." + #~ msgid "Activate Module" #~ msgstr "Ativar Módulo" @@ -3248,9 +3498,6 @@ msgstr "https://codesymphony.co/" #~ msgid "Return to Module Installer" #~ msgstr "Retornar para o Instalador do Módulo" -#~ msgid "Visit module site" -#~ msgstr "Visite o site de módulos" - #~ msgid "Module zip file" #~ msgstr "Arquivo .zip do Modulo" diff --git a/src/languages/wordpoints.pot b/src/languages/wordpoints.pot index 59017859..f40f1d50 100644 --- a/src/languages/wordpoints.pot +++ b/src/languages/wordpoints.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the WordPoints package. msgid "" msgstr "" -"Project-Id-Version: WordPoints 2.4.0-alpha-2\n" +"Project-Id-Version: WordPoints 2.4.0-beta-1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpoints\n" -"POT-Creation-Date: 2017-06-02 18:45:06+00:00\n" +"POT-Creation-Date: 2017-09-20 14:28:34+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -16,7 +16,7 @@ msgstr "" msgid "There was an error deleting the reaction. Please try again." msgstr "" -#: admin/classes/ajax/hooks.php:286 admin/includes/functions.php:310 +#: admin/classes/ajax/hooks.php:286 admin/includes/functions.php:332 #: components/ranks/admin/includes/ajax.php:257 #: components/ranks/admin/includes/functions.php:51 msgid "There was an unexpected error. Try reloading the page." @@ -50,46 +50,26 @@ msgstr "" msgid "There was an error updating the reaction. Please try again." msgstr "" -#: admin/includes/class-wordpoints-module-installer-skin.php:88 -#: admin/includes/class-wordpoints-modules-list-table.php:516 -#: admin/includes/class-wordpoints-modules-list-table.php:921 -msgid "Network Activate" -msgstr "" - -#: admin/includes/class-wordpoints-module-installer-skin.php:92 -#: classes/module/upgrader/skin.php:122 -msgid "Activate Extension" -msgstr "" - -#: admin/includes/class-wordpoints-module-installer-skin.php:96 -#: classes/module/upgrader/skin/bulk.php:88 -#: classes/module/upgrader/skin.php:123 -msgid "Return to Extensions page" -msgstr "" - -#: admin/includes/class-wordpoints-module-installer-skin.php:97 -msgid "Return to Extension Installer" -msgstr "" - -#: admin/includes/class-wordpoints-modules-list-table.php:398 +#: admin/classes/list/table/extensions.php:399 msgid "No extensions found." msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:400 +#: admin/classes/list/table/extensions.php:401 msgid "There are not any extensions installed." msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:415 +#: admin/classes/list/table/extensions.php:416 msgid "Extension" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:416 +#: admin/classes/list/table/extensions.php:417 #: components/points/classes/widget/logs.php:267 +#: components/ranks/classes/rank/shortcode/rank/list.php:34 msgid "Description" msgstr "" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:443 +#: admin/classes/list/table/extensions.php:444 msgctxt "extensions" msgid "All (%s)" msgid_plural "All (%s)" @@ -97,128 +77,134 @@ msgstr[0] "" msgstr[1] "" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:448 +#: admin/classes/list/table/extensions.php:449 msgid "Active (%s)" msgid_plural "Active (%s)" msgstr[0] "" msgstr[1] "" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:453 +#: admin/classes/list/table/extensions.php:454 msgid "Recently Active (%s)" msgid_plural "Recently Active (%s)" msgstr[0] "" msgstr[1] "" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:458 +#: admin/classes/list/table/extensions.php:459 msgid "Inactive (%s)" msgid_plural "Inactive (%s)" msgstr[0] "" msgstr[1] "" #. translators: Count. -#: admin/includes/class-wordpoints-modules-list-table.php:463 +#: admin/classes/list/table/extensions.php:464 msgid "Update Available (%s)" msgid_plural "Update Available (%s)" msgstr[0] "" msgstr[1] "" -#: admin/includes/class-wordpoints-modules-list-table.php:516 -#: admin/includes/class-wordpoints-modules-list-table.php:948 +#: admin/classes/list/table/extensions.php:517 +#: admin/classes/list/table/extensions.php:940 +#: classes/module/installer/skin.php:90 +msgid "Network Activate" +msgstr "" + +#: admin/classes/list/table/extensions.php:517 +#: admin/classes/list/table/extensions.php:967 #: admin/screens/configure-components.php:120 msgid "Activate" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:520 -#: admin/includes/class-wordpoints-modules-list-table.php:914 +#: admin/classes/list/table/extensions.php:521 +#: admin/classes/list/table/extensions.php:933 msgid "Network Deactivate" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:520 -#: admin/includes/class-wordpoints-modules-list-table.php:943 +#: admin/classes/list/table/extensions.php:521 +#: admin/classes/list/table/extensions.php:962 #: admin/screens/configure-components.php:115 msgid "Deactivate" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:528 -#: admin/includes/class-wordpoints-modules-list-table.php:926 -#: admin/includes/class-wordpoints-modules-list-table.php:952 -#: admin/includes/functions.php:316 admin/includes/functions.php:371 -#: components/points/admin/includes/functions.php:55 -#: components/points/includes/class-wordpoints-points-hooks.php:750 -#: components/ranks/admin/includes/functions.php:56 +#: admin/classes/list/table/extensions.php:529 +#: admin/classes/list/table/extensions.php:945 +#: admin/classes/list/table/extensions.php:971 admin/includes/functions.php:339 +#: admin/includes/functions.php:394 +#: components/points/admin/includes/functions.php:58 +#: components/points/includes/class-wordpoints-points-hooks.php:752 +#: components/ranks/admin/includes/functions.php:57 #: components/ranks/admin/screens/ranks.php:142 msgid "Delete" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:535 +#: admin/classes/list/table/extensions.php:536 msgid "Update" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:569 +#: admin/classes/list/table/extensions.php:588 msgid "Clear List" msgstr "" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:732 -#: admin/includes/functions.php:1761 +#: admin/classes/list/table/extensions.php:751 +#: admin/includes/functions.php:1871 msgid "Select %s" msgstr "" #. translators: Extension version. -#: admin/includes/class-wordpoints-modules-list-table.php:798 +#: admin/classes/list/table/extensions.php:817 msgid "Version %s" msgstr "" #. translators: Author name. -#: admin/includes/class-wordpoints-modules-list-table.php:810 +#: admin/classes/list/table/extensions.php:829 #: admin/screens/configure-components.php:141 msgid "By %s" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:814 +#: admin/classes/list/table/extensions.php:833 msgid "Visit extension site" msgstr "" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:914 +#: admin/classes/list/table/extensions.php:933 msgid "Network deactivate %s" msgstr "" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:921 +#: admin/classes/list/table/extensions.php:940 msgid "Network activate %s" msgstr "" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:926 -#: admin/includes/class-wordpoints-modules-list-table.php:952 +#: admin/classes/list/table/extensions.php:945 +#: admin/classes/list/table/extensions.php:971 msgid "Delete %s" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:934 +#: admin/classes/list/table/extensions.php:953 msgid "Network Active" msgstr "" -#: admin/includes/class-wordpoints-modules-list-table.php:938 +#: admin/classes/list/table/extensions.php:957 msgid "Network Only" msgstr "" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:943 +#: admin/classes/list/table/extensions.php:962 msgid "Deactivate %s" msgstr "" #. translators: Extension name. -#: admin/includes/class-wordpoints-modules-list-table.php:948 +#: admin/classes/list/table/extensions.php:967 msgid "Activate %s" msgstr "" -#. #-#-#-#-# wordpoints.pot (WordPoints 2.4.0-alpha-2) #-#-#-#-# +#. #-#-#-#-# wordpoints.pot (WordPoints 2.4.0-beta-1) #-#-#-#-# #. Plugin Name of the plugin/theme #: admin/includes/functions.php:69 -#: components/points/admin/includes/functions.php:337 +#: components/points/admin/includes/functions.php:340 #: components/points/classes/widget/user/points.php:44 msgid "WordPoints" msgstr "" @@ -228,446 +214,572 @@ msgid "WordPoints — Settings" msgstr "" #: admin/includes/functions.php:90 -#: components/points/admin/classes/screen/points/types.php:146 +#: components/points/admin/classes/screen/points/types.php:158 #: components/points/includes/class-wordpoints-points-hooks.php:555 msgid "Settings" msgstr "" -#: admin/includes/functions.php:117 +#: admin/includes/functions.php:117 admin/includes/functions.php:126 msgid "WordPoints — Extensions" msgstr "" -#: admin/includes/functions.php:118 +#: admin/includes/functions.php:118 admin/includes/functions.php:127 msgid "Extensions" msgstr "" -#: admin/includes/functions.php:127 +#: admin/includes/functions.php:139 admin/includes/functions.php:149 msgid "WordPoints — Install Extensions" msgstr "" -#: admin/includes/functions.php:128 admin/screens/module-install.php:31 +#: admin/includes/functions.php:140 admin/includes/functions.php:150 +#: admin/screens/module-install.php:31 msgid "Install Extensions" msgstr "" -#: admin/includes/functions.php:311 +#: admin/includes/functions.php:333 #: components/ranks/admin/includes/functions.php:52 msgid "Your changes have been saved." msgstr "" #. translators: Form field name. -#: admin/includes/functions.php:313 +#: admin/includes/functions.php:335 msgid "%s cannot be empty." msgstr "" -#: admin/includes/functions.php:314 +#: admin/includes/functions.php:336 +msgid "You are about to delete the following reaction:" +msgstr "" + +#: admin/includes/functions.php:337 msgid "" "Are you sure that you want to delete this reaction? This action cannot be " "undone." msgstr "" -#: admin/includes/functions.php:315 -#: components/points/admin/includes/functions.php:54 -#: components/ranks/admin/includes/functions.php:55 +#: admin/includes/functions.php:338 +#: components/points/admin/includes/functions.php:57 +#: components/ranks/admin/includes/functions.php:56 msgid "Are you sure?" msgstr "" -#: admin/includes/functions.php:317 admin/includes/functions.php:365 -#: components/points/admin/includes/functions.php:56 -#: components/points/admin/screens/hooks-no-js.php:128 +#: admin/includes/functions.php:340 admin/includes/functions.php:388 +#: components/points/admin/includes/functions.php:59 +#: components/points/admin/screens/hooks-no-js.php:134 #: components/points/admin/screens/hooks.php:265 -#: components/ranks/admin/includes/functions.php:57 +#: components/ranks/admin/includes/functions.php:58 #: components/ranks/admin/screens/ranks.php:139 msgid "Cancel" msgstr "" -#: admin/includes/functions.php:319 +#: admin/includes/functions.php:342 msgid "Target" msgstr "" #. translators: Form field. -#: admin/includes/functions.php:321 +#: admin/includes/functions.php:344 msgid "(cannot be changed)" msgstr "" -#: admin/includes/functions.php:322 +#: admin/includes/functions.php:345 msgid "" "Error: the values of some fields are invalid. Please correct these and then " "try again." msgstr "" -#: admin/includes/functions.php:323 +#: admin/includes/functions.php:346 msgid "Discarded reaction." msgstr "" -#: admin/includes/functions.php:324 +#: admin/includes/functions.php:347 msgid "Discarded changes." msgstr "" -#: admin/includes/functions.php:325 +#: admin/includes/functions.php:348 msgid "Saving&hellp;" msgstr "" -#: admin/includes/functions.php:326 +#: admin/includes/functions.php:349 msgid "Deleting&hellp;" msgstr "" -#: admin/includes/functions.php:327 +#: admin/includes/functions.php:350 msgid "Reaction deleted successfully." msgstr "" -#: admin/includes/functions.php:328 +#: admin/includes/functions.php:351 msgid "Reaction saved successfully." msgstr "" -#: admin/includes/functions.php:340 +#: admin/includes/functions.php:363 msgid "Edit" msgstr "" -#: admin/includes/functions.php:343 admin/includes/functions.php:368 +#: admin/includes/functions.php:366 admin/includes/functions.php:391 #: components/points/includes/class-wordpoints-points-hooks.php:641 -#: components/points/includes/class-wordpoints-points-hooks.php:751 +#: components/points/includes/class-wordpoints-points-hooks.php:753 #: components/ranks/admin/screens/ranks.php:114 #: components/ranks/admin/screens/ranks.php:140 msgid "Close" msgstr "" -#: admin/includes/functions.php:362 -#: components/points/includes/class-wordpoints-points-hooks.php:754 +#: admin/includes/functions.php:385 +#: components/points/includes/class-wordpoints-points-hooks.php:756 #: components/ranks/admin/screens/ranks.php:138 msgid "Save" msgstr "" -#: admin/includes/functions.php:430 +#: admin/includes/functions.php:453 msgid "Conditions" msgstr "" -#: admin/includes/functions.php:432 +#: admin/includes/functions.php:455 msgid "Add New Condition" msgstr "" -#: admin/includes/functions.php:438 +#: admin/includes/functions.php:461 msgid "No conditions available." msgstr "" -#: admin/includes/functions.php:444 +#: admin/includes/functions.php:467 msgid "Add Condition" msgstr "" -#: admin/includes/functions.php:445 +#: admin/includes/functions.php:468 msgctxt "reaction condition" msgid "Add" msgstr "" -#: admin/includes/functions.php:447 +#: admin/includes/functions.php:470 msgid "Cancel Adding New Condition" msgstr "" -#: admin/includes/functions.php:448 +#: admin/includes/functions.php:471 msgctxt "reaction condition" msgid "Cancel" msgstr "" -#: admin/includes/functions.php:462 +#: admin/includes/functions.php:485 msgid "Remove Condition" msgstr "" -#: admin/includes/functions.php:492 +#: admin/includes/functions.php:515 msgid "Rate Limit" msgstr "" -#: admin/includes/functions.php:505 +#: admin/includes/functions.php:528 msgid "Time Units:" msgstr "" -#: admin/includes/functions.php:509 +#: admin/includes/functions.php:532 msgid "Number:" msgstr "" -#: admin/includes/functions.php:533 +#: admin/includes/functions.php:556 msgid "Disable" msgstr "" -#: admin/includes/functions.php:539 +#: admin/includes/functions.php:562 msgid "Disable (make this reaction inactive without deleting it)" msgstr "" -#: admin/includes/functions.php:547 +#: admin/includes/functions.php:570 msgid "(Disabled)" msgstr "" -#: admin/includes/functions.php:883 +#: admin/includes/functions.php:906 msgid "Hide This Notice" msgstr "" #. translators: Current tab name. -#: admin/includes/functions.php:937 +#: admin/includes/functions.php:960 msgid "WordPoints — %s" msgstr "" -#: admin/includes/functions.php:976 +#: admin/includes/functions.php:999 msgid "" "If you have an extension in a .zip format, you may install it by uploading " "it here." msgstr "" -#: admin/includes/functions.php:979 +#: admin/includes/functions.php:1002 msgid "Extension zip file" msgstr "" -#: admin/includes/functions.php:981 +#: admin/includes/functions.php:1004 msgid "Install Now" msgstr "" -#: admin/includes/functions.php:1000 +#: admin/includes/functions.php:1023 msgid "" "Sorry, you are not allowed to install WordPoints extensions on this site." msgstr "" -#: admin/includes/functions.php:1007 +#: admin/includes/functions.php:1030 msgid "Upload WordPoints Extension" msgstr "" #. translators: File name. -#: admin/includes/functions.php:1017 -msgid "Installing extension from uploaded file: %s" +#: admin/includes/functions.php:1040 +msgid "Installing Extension from uploaded file: %s" msgstr "" -#: admin/includes/functions.php:1046 admin/includes/functions.php:1086 -#: admin/includes/functions.php:1141 admin/includes/functions.php:1186 -#: admin/includes/functions.php:1628 +#: admin/includes/functions.php:1069 admin/includes/functions.php:1109 +#: admin/includes/functions.php:1164 admin/includes/functions.php:1209 +#: admin/includes/functions.php:1738 msgid "" "Sorry, you are not allowed to update WordPoints extensions for this site." msgstr "" -#: admin/includes/functions.php:1055 +#: admin/includes/functions.php:1078 msgid "Update WordPoints Extension" msgstr "" -#: admin/includes/functions.php:1109 +#: admin/includes/functions.php:1132 msgid "WordPoints Extension Reactivation" msgstr "" -#: admin/includes/functions.php:1113 +#: admin/includes/functions.php:1136 msgid "Extension reactivated successfully." msgstr "" -#: admin/includes/functions.php:1117 +#: admin/includes/functions.php:1140 msgid "Extension failed to reactivate due to a fatal error." msgstr "" -#: admin/includes/functions.php:1166 +#: admin/includes/functions.php:1189 msgid "Update WordPoints Extensions" msgstr "" #. translators: Extension name. -#: admin/includes/functions.php:1289 +#: admin/includes/functions.php:1318 msgid "There is a new version of %1$s available." msgstr "" #. translators: 1. Extension name; 2. Version. -#: admin/includes/functions.php:1300 +#: admin/includes/functions.php:1328 msgid "View %1$s version %2$s details" msgstr "" #. translators: Version number. -#: admin/includes/functions.php:1306 +#: admin/includes/functions.php:1340 msgid "View version %1$s details" msgstr "" #. translators: Extension name. -#: admin/includes/functions.php:1320 +#: admin/includes/functions.php:1354 msgid "Update %s now" msgstr "" -#: admin/includes/functions.php:1322 +#: admin/includes/functions.php:1361 msgid "Update now" msgstr "" -#: admin/includes/functions.php:1326 +#: admin/includes/functions.php:1365 msgid "Automatic update is unavailable for this extension." msgstr "" -#: admin/includes/functions.php:1425 +#: admin/includes/functions.php:1464 msgid "License activated." msgstr "" #. translators: Error message. -#: admin/includes/functions.php:1429 +#: admin/includes/functions.php:1468 msgid "Sorry, there was an error while trying to activate the license: %s" msgstr "" -#: admin/includes/functions.php:1431 +#: admin/includes/functions.php:1470 msgid "That license key is invalid." msgstr "" -#: admin/includes/functions.php:1433 +#: admin/includes/functions.php:1475 admin/includes/functions.php:1479 +msgid "Sorry, that license key is expired, and must be renewed." +msgstr "" + +#: admin/includes/functions.php:1476 admin/includes/functions.php:1712 +#: admin/includes/functions.php:2650 +msgid "Renew License" +msgstr "" + +#: admin/includes/functions.php:1482 +msgid "Sorry, that license key is expired." +msgstr "" + +#: admin/includes/functions.php:1487 msgid "Sorry, that license key cannot be activated." msgstr "" -#: admin/includes/functions.php:1456 +#: admin/includes/functions.php:1510 msgid "License deactivated." msgstr "" #. translators: Error message. -#: admin/includes/functions.php:1459 +#: admin/includes/functions.php:1513 msgid "Sorry, there was an error while trying to deactivate the license: %s" msgstr "" -#: admin/includes/functions.php:1461 +#: admin/includes/functions.php:1515 msgid "" "Sorry, there was an unknown error while trying to deactivate that license " "key." msgstr "" -#: admin/includes/functions.php:1588 +#. translators: Extension name. +#: admin/includes/functions.php:1658 +msgid "License key for %s" +msgstr "" + +#: admin/includes/functions.php:1666 msgid "License key:" msgstr "" -#: admin/includes/functions.php:1600 -msgid "active" +#. translators: Extension name. +#: admin/includes/functions.php:1684 +msgid "Deactivate License for %s" msgstr "" -#: admin/includes/functions.php:1603 +#: admin/includes/functions.php:1687 msgid "Deactivate License" msgstr "" -#: admin/includes/functions.php:1607 +#. translators: Extension name. +#: admin/includes/functions.php:1695 +msgid "Activate License for %s" +msgstr "" + +#: admin/includes/functions.php:1698 admin/includes/functions.php:2715 msgid "Activate License" msgstr "" -#: admin/includes/functions.php:1632 +#: admin/includes/functions.php:1704 +msgid "This license key is expired and must be renewed." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:1709 +msgid "Renew License for %s" +msgstr "" + +#: admin/includes/functions.php:1715 +msgid "This license key is expired." +msgstr "" + +#: admin/includes/functions.php:1742 msgid "No extension supplied." msgstr "" -#: admin/includes/functions.php:1640 +#: admin/includes/functions.php:1750 msgid "That extension does not exist." msgstr "" -#: admin/includes/functions.php:1646 +#: admin/includes/functions.php:1756 msgid "There is no server specified for this extension." msgstr "" -#: admin/includes/functions.php:1652 +#: admin/includes/functions.php:1762 msgid "The server for this extension uses an unsupported API." msgstr "" -#: admin/includes/functions.php:1723 admin/screens/modules.php:159 +#: admin/includes/functions.php:1833 admin/screens/modules.php:159 msgid "WordPoints Extensions" msgstr "" -#: admin/includes/functions.php:1726 +#: admin/includes/functions.php:1836 msgid "Your extensions are all up to date." msgstr "" -#: admin/includes/functions.php:1730 +#: admin/includes/functions.php:1840 msgid "" "The following extensions have new versions available. Check the ones you " "want to update and then click “Update Extensions”." msgstr "" -#: admin/includes/functions.php:1735 admin/includes/functions.php:1815 +#: admin/includes/functions.php:1845 admin/includes/functions.php:1925 msgid "Update Extensions" msgstr "" -#: admin/includes/functions.php:1744 admin/includes/functions.php:1810 +#: admin/includes/functions.php:1854 admin/includes/functions.php:1920 msgid "Select All" msgstr "" #. translators: 1. Installed version number; 2. Update version number. -#: admin/includes/functions.php:1778 +#: admin/includes/functions.php:1888 msgid "You have version %1$s installed. Update to %2$s." msgstr "" #. translators: Version number. -#: admin/includes/functions.php:1791 +#: admin/includes/functions.php:1901 msgid "View version %1$s details." msgstr "" -#: admin/includes/functions.php:1877 +#: admin/includes/functions.php:1987 msgid "" "This appears to be a WordPoints extension archive. Try installing it on the " "WordPoints extension install screen instead." msgstr "" -#: admin/includes/functions.php:1907 +#: admin/includes/functions.php:2017 msgid "Like this plugin?" msgstr "" #. translators: URL for leaving a review of WordPoints on WordPress.org. -#: admin/includes/functions.php:1909 +#: admin/includes/functions.php:2024 msgid "" "If you think WordPoints is great, let everyone know by giving it a 5 star rating." msgstr "" -#: admin/includes/functions.php:1910 +#: admin/includes/functions.php:2032 msgid "" "If you don’t think this plugin deserves 5 stars, please let us know " "how we can improve it." msgstr "" -#: admin/includes/functions.php:1913 +#: admin/includes/functions.php:2035 msgid "Need help?" msgstr "" #. translators: URL of WordPoints plugin support forums WordPress.org. -#: admin/includes/functions.php:1915 +#: admin/includes/functions.php:2042 msgid "" "Post your feature request or support question in the support " "forums" msgstr "" -#: admin/includes/functions.php:1916 +#: admin/includes/functions.php:2050 msgid "Thank you for using WordPoints!" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1944 +#: admin/includes/functions.php:2078 msgid "" "WordPoints has deactivated the following extensions because of " "incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1961 +#: admin/includes/functions.php:2095 msgid "" "WordPoints has deactivated the following network-active extensions because " "of incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:1980 +#: admin/includes/functions.php:2114 msgid "" "WordPoints has deactivated the following extensions on this site because of " "incompatibilities with WordPoints %1$s: %2$s" msgstr "" #. translators: 1. Plugin version; 2. List of extensions. -#: admin/includes/functions.php:2019 +#: admin/includes/functions.php:2153 msgid "" "WordPoints has deactivated the following extensions because their features " "have now been merged into WordPoints %1$s: %2$s." msgstr "" -#: admin/includes/functions.php:2025 +#: admin/includes/functions.php:2159 msgid "You can now safely delete these extensions." msgstr "" -#: admin/includes/functions.php:2038 +#: admin/includes/functions.php:2172 msgid "Delete Unneeded Extensions" msgstr "" -#: admin/includes/functions.php:2337 +#: admin/includes/functions.php:2476 msgid "" "A WordPoints update is available, but your system is not compatible because " "it is running an outdated version of PHP." msgstr "" #. translators: URL of WordPoints PHP Compatibility docs. -#: admin/includes/functions.php:2343 +#: admin/includes/functions.php:2482 msgid "See the WordPoints user guide for more information." msgstr "" +#. translators: Extension name. +#: admin/includes/functions.php:2616 +msgid "" +"Please fill in your license key for the %s extension for WordPoints, so that " +"you can receive updates." +msgstr "" + +#: admin/includes/functions.php:2619 admin/includes/functions.php:2635 +#: admin/includes/functions.php:2661 admin/includes/functions.php:2673 +msgid "WordPoints Extensions screen »" +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2632 +msgid "" +"Your license key for the %s extension for WordPoints appears to be invalid. " +"Please enter a valid license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2647 admin/includes/functions.php:2658 +msgid "" +"Your license key for the %s extension for WordPoints is expired. Please " +"renew your license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2670 +msgid "" +"Your license key for the %s extension for WordPoints is expired. Please " +"enter a valid license key so that you can receive updates." +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2683 +msgid "Activate License for %s WordPoints Extension" +msgstr "" + +#. translators: Extension name. +#: admin/includes/functions.php:2693 +msgid "" +"Your license key for the %s extension for WordPoints is not active. Please " +"activate it so that you can receive updates." +msgstr "" + +#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or +#. "component". +#: admin/includes/functions.php:2747 +msgid "" +"WordPoints detected a large network and has skipped part of the installation " +"process for “%1$s” %2$s." +msgstr "" + +#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or +#. "component"; 3. Version number. +#: admin/includes/functions.php:2750 +msgid "" +"WordPoints detected a large network and has skipped part of the update " +"process for “%1$s” %2$s for version %3$s (and possibly later " +"versions)." +msgstr "" + +#: admin/includes/functions.php:2772 +msgid "(extension)" +msgstr "" + +#: admin/includes/functions.php:2776 +msgid "(component)" +msgstr "" + +#: admin/includes/functions.php:2780 +msgid "(plugin)" +msgstr "" + +#: admin/includes/functions.php:2804 +msgid "" +"The rest of the process needs to be completed manually. If this has not been " +"done already, some features may not function properly." +msgstr "" + +#: admin/includes/functions.php:2805 +msgid "Learn more." +msgstr "" + #. translators: Component name. #: admin/screens/configure-components.php:31 msgid "Component “%s” activated!" @@ -719,9 +831,9 @@ msgid "Action" msgstr "" #: admin/screens/configure-settings-load.php:15 -#: admin/screens/modules-load.php:471 +#: admin/screens/modules-load.php:480 #: components/points/admin/screens/hooks-load.php:16 -#: components/ranks/admin/includes/functions.php:108 +#: components/ranks/admin/includes/functions.php:109 msgid "Overview" msgstr "" @@ -743,9 +855,9 @@ msgid "" msgstr "" #: admin/screens/configure-settings-load.php:24 -#: admin/screens/modules-load.php:491 +#: admin/screens/modules-load.php:500 #: components/points/admin/screens/hooks-load.php:36 -#: components/ranks/admin/includes/functions.php:136 +#: components/ranks/admin/includes/functions.php:137 msgid "For more information:" msgstr "" @@ -754,9 +866,9 @@ msgid "User Guide" msgstr "" #: admin/screens/configure-settings-load.php:26 -#: admin/screens/modules-load.php:493 +#: admin/screens/modules-load.php:502 #: components/points/admin/screens/hooks-load.php:38 -#: components/ranks/admin/includes/functions.php:138 +#: components/ranks/admin/includes/functions.php:139 msgid "Support Forums" msgstr "" @@ -764,16 +876,12 @@ msgstr "" msgid "Settings updated." msgstr "" -#: admin/screens/configure-settings.php:53 -msgid "Configure WordPoints to your liking." -msgstr "" - -#: admin/screens/configure-settings.php:67 -#: admin/screens/configure-settings.php:73 +#: admin/screens/configure-settings.php:66 +#: admin/screens/configure-settings.php:72 msgid "Excluded Users" msgstr "" -#: admin/screens/configure-settings.php:68 +#: admin/screens/configure-settings.php:67 msgid "" "Enter the IDs of users to exclude from leader boards, logs, etc. This may be " "useful if you use certain accounts for testing." @@ -787,78 +895,78 @@ msgstr "" msgid "Components" msgstr "" -#: admin/screens/modules-load.php:38 admin/screens/modules-load.php:88 -#: admin/screens/modules-load.php:144 +#: admin/screens/modules-load.php:39 admin/screens/modules-load.php:89 +#: admin/screens/modules-load.php:145 msgid "Sorry, you are not allowed to activate extensions for this site." msgstr "" -#: admin/screens/modules-load.php:188 admin/screens/modules-load.php:216 +#: admin/screens/modules-load.php:189 admin/screens/modules-load.php:217 msgid "Sorry, you are not allowed to deactivate extensions for this site." msgstr "" -#: admin/screens/modules-load.php:258 +#: admin/screens/modules-load.php:259 msgid "Sorry, you are not allowed to delete extensions for this site." msgstr "" -#: admin/screens/modules-load.php:354 +#: admin/screens/modules-load.php:355 msgid "Delete extension" msgid_plural "Delete extensions" msgstr[0] "" msgstr[1] "" -#: admin/screens/modules-load.php:358 +#: admin/screens/modules-load.php:359 msgid "Caution:" msgstr "" -#: admin/screens/modules-load.php:360 +#: admin/screens/modules-load.php:361 msgid "This extension may be active on other sites in the network." msgid_plural "These extensions may be active on other sites in the network." msgstr[0] "" msgstr[1] "" -#: admin/screens/modules-load.php:373 +#: admin/screens/modules-load.php:374 msgid "You are about to remove the following extension:" msgid_plural "You are about to remove the following extensions:" msgstr[0] "" msgstr[1] "" #. translators: 1. Extension name; 2. Extension author. -#: admin/screens/modules-load.php:385 +#: admin/screens/modules-load.php:386 msgid "" "%1$s by %2$s (will also delete its data)" msgstr "" #. translators: 1. Extension name; 2. Extension author. -#: admin/screens/modules-load.php:391 +#: admin/screens/modules-load.php:392 msgid "%1$s by %2$s" msgstr "" -#: admin/screens/modules-load.php:402 +#: admin/screens/modules-load.php:403 msgid "Are you sure you wish to delete these files and data?" msgstr "" -#: admin/screens/modules-load.php:404 +#: admin/screens/modules-load.php:405 msgid "Are you sure you wish to delete these files?" msgstr "" -#: admin/screens/modules-load.php:417 +#: admin/screens/modules-load.php:418 msgid "Yes, Delete these files and data" msgstr "" -#: admin/screens/modules-load.php:417 +#: admin/screens/modules-load.php:418 msgid "Yes, Delete these files" msgstr "" -#: admin/screens/modules-load.php:420 +#: admin/screens/modules-load.php:421 msgid "No, Return me to the extension list" msgstr "" -#: admin/screens/modules-load.php:423 +#: admin/screens/modules-load.php:424 msgid "Click to view entire list of files which will be deleted" msgstr "" -#: admin/screens/modules-load.php:473 +#: admin/screens/modules-load.php:482 msgid "" "Extensions extend and expand the functionality of WordPoints. Once an " "extension is installed, you may activate it or deactivate it here." @@ -866,7 +974,7 @@ msgstr "" #. translators: 1. URL of extension directory on WordPoints.org; 2. URL of #. Install Extension admin screen; 3. Directory name. -#: admin/screens/modules-load.php:475 +#: admin/screens/modules-load.php:484 msgid "" "You can find extensions for your site by browsing the WordPoints Extensions Directory. To install an extension you " @@ -875,11 +983,11 @@ msgid "" "it here." msgstr "" -#: admin/screens/modules-load.php:482 +#: admin/screens/modules-load.php:491 msgid "Troubleshooting" msgstr "" -#: admin/screens/modules-load.php:484 +#: admin/screens/modules-load.php:493 msgid "" "Most of the time, extensions play nicely with the core of WordPoints and " "with other extensions. Sometimes, though, an extension’s code will get " @@ -890,36 +998,36 @@ msgid "" msgstr "" #. translators: Directory name. -#: admin/screens/modules-load.php:486 +#: admin/screens/modules-load.php:495 msgid "" "If something goes wrong with an extension and you can’t use " "WordPoints, delete or rename that file in the %s directory and it will be " "automatically deactivated." msgstr "" -#: admin/screens/modules-load.php:492 +#: admin/screens/modules-load.php:501 msgid "Developer Documentation" msgstr "" -#: admin/screens/modules-load.php:500 +#: admin/screens/modules-load.php:509 msgctxt "extensions table heading" msgid "Extension" msgstr "" -#: admin/screens/modules-load.php:501 +#: admin/screens/modules-load.php:510 msgctxt "extensions table heading" msgid "Description" msgstr "" -#: admin/screens/modules-load.php:507 +#: admin/screens/modules-load.php:516 msgid "Filter extensions list" msgstr "" -#: admin/screens/modules-load.php:508 +#: admin/screens/modules-load.php:517 msgid "Extensions list navigation" msgstr "" -#: admin/screens/modules-load.php:509 +#: admin/screens/modules-load.php:518 msgid "Extensions list" msgstr "" @@ -1035,7 +1143,7 @@ msgctxt "comment entity" msgid "Parent Comment" msgstr "" -#: classes/entity/comment.php:55 +#: classes/entity/comment.php:60 msgid "Comment" msgstr "" @@ -1075,6 +1183,32 @@ msgctxt "post entity" msgid "Title" msgstr "" +#: classes/entity/term/count.php:42 +msgctxt "term entity" +msgid "Count" +msgstr "" + +#: classes/entity/term/description.php:42 +msgctxt "term entity" +msgid "Description" +msgstr "" + +#: classes/entity/term/name.php:36 +msgctxt "term entity" +msgid "Name" +msgstr "" + +#. translators: Taxonomy name. +#: classes/entity/term/parent.php:45 +msgctxt "term entity" +msgid "Parent %s" +msgstr "" + +#: classes/entity/term/parent.php:51 +msgctxt "term entity" +msgid "Parent Term" +msgstr "" + #: classes/entity/user/role.php:47 msgid "Role" msgstr "" @@ -1083,10 +1217,92 @@ msgstr "" msgid "Roles" msgstr "" -#: classes/entity/user.php:46 components/points/classes/widget/logs.php:243 +#: classes/entity/user.php:51 components/points/classes/widget/logs.php:243 msgid "User" msgstr "" +#. translators: 1. Extension Name; 2. Count of update; 3. Total number of +#. updates being installed. +#: classes/extension/upgrader/skin/bulk.php:70 +msgid "Updating Extension %1$s (%2$d/%3$d)" +msgstr "" + +#: classes/extension/upgrader/skin/bulk.php:117 +msgid "Reactivating extension…" +msgstr "" + +#: classes/extension/upgrader/skin/bulk.php:137 +#: classes/extension/upgrader/skin.php:123 classes/module/installer/skin.php:98 +msgid "Return to Extensions page" +msgstr "" + +#: classes/extension/upgrader/skin/bulk.php:138 +msgid "Return to WordPress Updates" +msgstr "" + +#: classes/extension/upgrader/skin.php:70 +msgid "Update Extension" +msgstr "" + +#: classes/extension/upgrader/skin.php:122 classes/module/installer/skin.php:94 +msgid "Activate Extension" +msgstr "" + +#: classes/extension/upgrader.php:48 +msgid "The extension is at the latest version." +msgstr "" + +#: classes/extension/upgrader.php:49 +msgid "Update package not available." +msgstr "" + +#: classes/extension/upgrader.php:50 +msgid "" +"That extension cannot be updated, because there is no server specified to " +"receive updates through." +msgstr "" + +#: classes/extension/upgrader.php:51 +msgid "" +"That extension cannot be updated, because there is no API installed that can " +"communicate with that server." +msgstr "" + +#: classes/extension/upgrader.php:52 +msgid "" +"That extension cannot be updated, because the API used to communicate with " +"that server does not support updates." +msgstr "" + +#. translators: Update package URL. +#: classes/extension/upgrader.php:54 +msgid "Downloading update from %s…" +msgstr "" + +#: classes/extension/upgrader.php:55 +msgid "Unpacking the update…" +msgstr "" + +#: classes/extension/upgrader.php:56 +msgid "Removing the old version of the extension…" +msgstr "" + +#: classes/extension/upgrader.php:57 +msgid "Could not remove the old extension." +msgstr "" + +#: classes/extension/upgrader.php:58 +msgid "Extension update failed." +msgstr "" + +#: classes/extension/upgrader.php:59 +msgid "Extension updated successfully." +msgstr "" + +#: classes/extension/upgrader.php:60 +msgid "That extension cannot be updated, because it is not installed." +msgstr "" + #: classes/hook/arg/current/user.php:33 msgid "Visitor" msgstr "" @@ -1104,15 +1320,15 @@ msgstr "" msgid "Maximum number of items" msgstr "" -#: classes/hook/condition/entity/array/contains.php:114 -msgid "The maximum must be a positive integer." +#: classes/hook/condition/entity/array/contains.php:125 +msgid "The maximum must be a non-negative integer." msgstr "" -#: classes/hook/condition/entity/array/contains.php:124 -msgid "The minimum must be a positive integer." +#: classes/hook/condition/entity/array/contains.php:147 +msgid "The minimum must be a non-negative integer." msgstr "" -#: classes/hook/condition/entity/array/contains.php:134 +#: classes/hook/condition/entity/array/contains.php:157 msgid "The minimum must be less than the maximum." msgstr "" @@ -1385,43 +1601,8 @@ msgstr "" msgid "Invalid target." msgstr "" -#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or -#. "component". -#: classes/installables.php:276 -msgid "" -"WordPoints detected a large network and has skipped part of the installation " -"process for the “%1$s” %2$s." -msgstr "" - -#. translators: 1. Extension/plugin name; 2. "extension", "plugin", or -#. "component"; 3. Version number. -#: classes/installables.php:279 -msgid "" -"WordPoints detected a large network and has skipped part of the update " -"process for the “%1$s” %2$s for version %3$s (and possibly later " -"versions)." -msgstr "" - -#: classes/installables.php:291 -msgid "extension" -msgstr "" - -#: classes/installables.php:295 -msgid "component" -msgstr "" - -#: classes/installables.php:299 -msgid "plugin" -msgstr "" - -#: classes/installables.php:327 -msgid "" -"The rest of the process needs to be completed manually. If this has not been " -"done already, some parts of the component may not function properly." -msgstr "" - -#: classes/installables.php:328 -msgid "Learn more." +#: classes/module/installer/skin.php:99 +msgid "Return to Extension Installer" msgstr "" #: classes/module/installer.php:45 @@ -1457,79 +1638,10 @@ msgstr "" msgid "Could not create the extensions directory." msgstr "" -#: classes/module/installer.php:215 +#: classes/module/installer.php:214 msgid "No valid extensions were found." msgstr "" -#. translators: 1. Extension Name; 2. Count of update; 3. Total number of -#. updates being installed. -#: classes/module/upgrader/skin/bulk.php:45 -msgid "Updating Extension %1$s (%2$d/%3$d)" -msgstr "" - -#: classes/module/upgrader/skin/bulk.php:89 -msgid "Return to WordPress Updates" -msgstr "" - -#: classes/module/upgrader/skin.php:70 -msgid "Update Extension" -msgstr "" - -#: classes/module/upgrader.php:48 -msgid "The extension is at the latest version." -msgstr "" - -#: classes/module/upgrader.php:49 -msgid "Update package not available." -msgstr "" - -#: classes/module/upgrader.php:50 -msgid "" -"That extension cannot be updated, because there is no server specified to " -"receive updates through." -msgstr "" - -#: classes/module/upgrader.php:51 -msgid "" -"That extension cannot be updated, because there is no API installed that can " -"communicate with that server." -msgstr "" - -#: classes/module/upgrader.php:52 -msgid "" -"That extension cannot be updated, because the API used to communicate with " -"that server does not support updates." -msgstr "" - -#. translators: Update package URL. -#: classes/module/upgrader.php:54 -msgid "Downloading update from %s…" -msgstr "" - -#: classes/module/upgrader.php:55 -msgid "Unpacking the update…" -msgstr "" - -#: classes/module/upgrader.php:56 -msgid "Removing the old version of the extension…" -msgstr "" - -#: classes/module/upgrader.php:57 -msgid "Could not remove the old extension." -msgstr "" - -#: classes/module/upgrader.php:58 -msgid "Extension update failed." -msgstr "" - -#: classes/module/upgrader.php:59 -msgid "Extension updated successfully." -msgstr "" - -#: classes/module/upgrader.php:60 -msgid "That extension cannot be updated, because it is not installed." -msgstr "" - #. translators: 1. Attribute name; 2. Shortcode name. #: classes/shortcode.php:183 msgid "" @@ -1561,160 +1673,178 @@ msgctxt "form label" msgid "Title" msgstr "" -#: components/points/admin/classes/screen/points/types.php:81 +#: components/points/admin/classes/screen/points/types.php:90 msgctxt "page title" msgid "Points Types" msgstr "" -#: components/points/admin/classes/screen/points/types.php:167 +#: components/points/admin/classes/screen/points/types.php:179 msgid "Logs" msgstr "" -#: components/points/admin/classes/screen/points/types.php:188 +#: components/points/admin/classes/screen/points/types.php:200 msgid "Shortcodes" msgstr "" -#: components/points/admin/classes/screen/points/types.php:235 +#: components/points/admin/classes/screen/points/types.php:247 msgid "" "Changes to this points type’s settings will affect all sites on this " "network." msgstr "" -#: components/points/admin/classes/screen/points/types.php:237 +#: components/points/admin/classes/screen/points/types.php:249 msgid "The new points type will be global across all sites on this network." msgstr "" #. translators: Points type slug. -#: components/points/admin/classes/screen/points/types.php:250 +#: components/points/admin/classes/screen/points/types.php:262 msgid "Slug: %s" msgstr "" -#: components/points/admin/classes/screen/points/types.php:275 +#: components/points/admin/classes/screen/points/types.php:287 #: components/points/includes/class-wordpoints-points-hooks.php:586 msgctxt "points type" msgid "Prefix (optional):" msgstr "" -#: components/points/admin/classes/screen/points/types.php:276 +#: components/points/admin/classes/screen/points/types.php:288 #: components/points/includes/class-wordpoints-points-hooks.php:587 msgctxt "points type" msgid "Suffix (optional):" msgstr "" -#: components/points/admin/classes/screen/points/types.php:280 +#: components/points/admin/classes/screen/points/types.php:292 #: components/points/includes/class-wordpoints-points-hooks.php:591 msgctxt "points type" msgid "Prefix:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:281 +#: components/points/admin/classes/screen/points/types.php:293 #: components/points/includes/class-wordpoints-points-hooks.php:592 msgctxt "points type" msgid "Suffix:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:287 +#: components/points/admin/classes/screen/points/types.php:299 +#: components/points/admin/includes/functions.php:56 #: components/points/includes/class-wordpoints-points-hooks.php:598 msgctxt "points type" msgid "Name:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:341 +#: components/points/admin/classes/screen/points/types.php:356 #: components/points/includes/class-wordpoints-points-hooks.php:637 msgctxt "points type" msgid "Delete" msgstr "" -#: components/points/admin/classes/screen/points/types.php:347 +#: components/points/admin/classes/screen/points/types.php:362 #: components/points/includes/class-wordpoints-points-hooks.php:644 msgctxt "points type" msgid "Save" msgstr "" -#: components/points/admin/classes/screen/points/types.php:367 +#: components/points/admin/classes/screen/points/types.php:382 msgid "Go to the logs for this points type." msgstr "" -#: components/points/admin/classes/screen/points/types.php:383 +#: components/points/admin/classes/screen/points/types.php:398 msgid "Display the user’s points:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:395 +#: components/points/admin/classes/screen/points/types.php:410 msgid "Display a table of the top 5 users:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:407 +#: components/points/admin/classes/screen/points/types.php:422 msgid "Display the points logs:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:419 +#: components/points/admin/classes/screen/points/types.php:434 msgid "Display a list of ways to earn points:" msgstr "" -#: components/points/admin/classes/screen/points/types.php:432 +#: components/points/admin/classes/screen/points/types.php:447 msgid "Shortcode docs on WordPoints.org." msgstr "" -#: components/points/admin/classes/screen/points/types.php:591 +#: components/points/admin/classes/screen/points/types.php:610 msgid "Add New Reaction" msgstr "" -#: components/points/admin/classes/screen/points/types.php:615 +#: components/points/admin/classes/screen/points/types.php:634 msgid "Add New" msgstr "" -#: components/points/admin/classes/screen/points/types.php:711 +#: components/points/admin/classes/screen/points/types.php:730 msgid "Error: points type name cannot be empty." msgstr "" -#: components/points/admin/classes/screen/points/types.php:726 -#: components/points/admin/classes/screen/points/types.php:741 +#: components/points/admin/classes/screen/points/types.php:745 +#: components/points/admin/classes/screen/points/types.php:760 msgid "Error: failed updating points type." msgstr "" -#: components/points/admin/classes/screen/points/types.php:749 +#: components/points/admin/classes/screen/points/types.php:768 msgid "Points type updated." msgstr "" -#: components/points/admin/classes/screen/points/types.php:782 +#: components/points/admin/classes/screen/points/types.php:801 msgid "Please choose a unique name for this points type." msgstr "" -#: components/points/admin/classes/screen/points/types.php:792 +#: components/points/admin/classes/screen/points/types.php:811 msgid "Points type created." msgstr "" -#: components/points/admin/classes/screen/points/types.php:824 +#: components/points/admin/classes/screen/points/types.php:843 msgid "Points type deleted." msgstr "" -#: components/points/admin/classes/screen/points/types.php:833 +#: components/points/admin/classes/screen/points/types.php:852 #: components/points/admin/screens/hooks.php:22 msgid "Error while deleting." msgstr "" -#: components/points/admin/classes/screen/points/types.php:852 +#: components/points/admin/classes/screen/points/types.php:873 +msgid "" +"Let us help you get started by creating some example reactions. (Don’t " +"worry, each reaction will only award points once it has been enabled.)" +msgstr "" + +#: components/points/admin/classes/screen/points/types.php:878 +msgid "Create Reactions" +msgstr "" + +#: components/points/admin/classes/screen/points/types.php:900 +msgid "" +"Example reactions created successfully! You can now edit them to your " +"liking, and then enable them to start awarding points. Feel free to delete " +"any that you don’t want, and to create additional ones as needed." +msgstr "" + +#: components/points/admin/classes/screen/points/types.php:920 msgid "Network Events" msgstr "" -#: components/points/admin/classes/screen/points/types.php:853 +#: components/points/admin/classes/screen/points/types.php:921 msgid "" "Add reactions to these events to award points whenever they take place on " "this network." msgstr "" -#: components/points/admin/classes/screen/points/types.php:855 +#: components/points/admin/classes/screen/points/types.php:923 msgid "Events" msgstr "" -#: components/points/admin/classes/screen/points/types.php:856 +#: components/points/admin/classes/screen/points/types.php:924 msgid "" "Add reactions to these events to award points whenever they take place on " "this site." msgstr "" #. translators: URL of points reactions user docs on WordPoints.org. -#: components/points/admin/classes/screen/points/types.php:893 +#: components/points/admin/classes/screen/points/types.php:961 msgid "" "You can learn more about how they work from the user guide on " "WordPoints.org." @@ -1729,61 +1859,71 @@ msgid "An error has occurred. Please try again." msgstr "" #: components/points/admin/includes/functions.php:52 +msgid "You are about to delete the following points type:" +msgstr "" + +#: components/points/admin/includes/functions.php:53 msgid "" "Are you sure that you want to delete this points type? This will delete all " "logs, event reactions, and other data associated with this points type." msgstr "" -#: components/points/admin/includes/functions.php:53 +#: components/points/admin/includes/functions.php:54 msgid "Once a points type has been deleted, you cannot bring it back." msgstr "" -#: components/points/admin/includes/functions.php:95 +#: components/points/admin/includes/functions.php:55 +msgid "" +"If you are sure you want to delete this points type, confirm by typing its " +"name below:" +msgstr "" + +#: components/points/admin/includes/functions.php:98 msgid "WordPoints — Points Types" msgstr "" -#: components/points/admin/includes/functions.php:96 +#: components/points/admin/includes/functions.php:99 msgid "Points Types" msgstr "" -#: components/points/admin/includes/functions.php:120 +#: components/points/admin/includes/functions.php:123 msgid "WordPoints — Points Hooks" msgstr "" -#: components/points/admin/includes/functions.php:121 +#: components/points/admin/includes/functions.php:124 #: components/points/admin/screens/hooks-no-js.php:96 msgid "Points Hooks" msgstr "" -#: components/points/admin/includes/functions.php:131 +#: components/points/admin/includes/functions.php:134 #: components/points/admin/screens/logs.php:13 msgid "WordPoints — Points Logs" msgstr "" -#: components/points/admin/includes/functions.php:132 +#: components/points/admin/includes/functions.php:135 msgid "Points Logs" msgstr "" -#: components/points/admin/includes/functions.php:249 +#: components/points/admin/includes/functions.php:252 msgid "Enable accessibility mode" msgstr "" -#: components/points/admin/includes/functions.php:251 +#: components/points/admin/includes/functions.php:254 msgid "Disable accessibility mode" msgstr "" -#: components/points/admin/includes/functions.php:298 +#: components/points/admin/includes/functions.php:301 msgctxt "points hook" msgid "Description (optional):" msgstr "" #. translators: Default points hook description. -#: components/points/admin/includes/functions.php:306 +#: components/points/admin/includes/functions.php:309 msgctxt "points hook description" msgid "Default: %s" msgstr "" -#: components/points/admin/includes/functions.php:338 +#: components/points/admin/includes/functions.php:341 msgid "" "If you would like to change the value for a type of points, enter the " "desired value in the text field, and check the checkbox beside it. If you " @@ -1791,40 +1931,40 @@ msgid "" "for the change, fill out the text field below." msgstr "" -#: components/points/admin/includes/functions.php:339 +#: components/points/admin/includes/functions.php:342 msgid "Reason" msgstr "" #. translators: Number of points. -#: components/points/admin/includes/functions.php:359 +#: components/points/admin/includes/functions.php:365 msgid "(current: %s)" msgstr "" -#: components/points/admin/includes/functions.php:380 +#: components/points/admin/includes/functions.php:389 msgid "My Points" msgstr "" -#: components/points/admin/includes/functions.php:469 +#: components/points/admin/includes/functions.php:478 msgid "No default" msgstr "" -#: components/points/admin/includes/functions.php:474 +#: components/points/admin/includes/functions.php:483 msgid "Default Points Type" msgstr "" -#: components/points/admin/includes/functions.php:475 +#: components/points/admin/includes/functions.php:484 msgid "" "You can optionally set one points type to be the default. The default points " "type will, for example, be used by shortcodes when no type is specified. " "This is also useful if you only have one type of points." msgstr "" -#: components/points/admin/includes/functions.php:480 +#: components/points/admin/includes/functions.php:489 msgid "Default" msgstr "" #. translators: URL of Points Types admin screen. -#: components/points/admin/includes/functions.php:538 +#: components/points/admin/includes/functions.php:547 msgid "" "Welcome to WordPoints! Get started by creating a points type." @@ -1895,29 +2035,29 @@ msgid "" msgstr "" #. translators: Hook name. -#: components/points/admin/screens/hooks-no-js.php:99 +#: components/points/admin/screens/hooks-no-js.php:102 msgid "Hook %s" msgstr "" -#: components/points/admin/screens/hooks-no-js.php:106 +#: components/points/admin/screens/hooks-no-js.php:112 msgid "Select the points type to attach this hook to." msgstr "" -#: components/points/admin/screens/hooks-no-js.php:109 +#: components/points/admin/screens/hooks-no-js.php:115 msgid "Points Type:" msgstr "" -#: components/points/admin/screens/hooks-no-js.php:119 +#: components/points/admin/screens/hooks-no-js.php:125 #: components/points/admin/screens/hooks.php:97 msgid "Inactive Hooks" msgstr "" -#: components/points/admin/screens/hooks-no-js.php:130 +#: components/points/admin/screens/hooks-no-js.php:136 msgctxt "points hook" msgid "Delete" msgstr "" -#: components/points/admin/screens/hooks-no-js.php:133 +#: components/points/admin/screens/hooks-no-js.php:139 msgid "Save Hook" msgstr "" @@ -2037,7 +2177,7 @@ msgid "%s deleted." msgstr "" #: components/points/classes/hook/reactor.php:61 -#: components/ranks/includes/rank-types/points.php:56 +#: components/ranks/includes/rank-types/points.php:59 msgctxt "form label" msgid "Points" msgstr "" @@ -2086,45 +2226,45 @@ msgstr "" msgid "Reversed “%1$s”" msgstr "" -#: components/points/classes/logs/view/table.php:48 +#: components/points/classes/logs/view/table.php:66 msgctxt "points logs table heading" msgid "User" msgstr "" -#: components/points/classes/logs/view/table.php:49 +#: components/points/classes/logs/view/table.php:67 msgctxt "points logs table heading" msgid "Points" msgstr "" -#: components/points/classes/logs/view/table.php:50 +#: components/points/classes/logs/view/table.php:68 msgctxt "points logs table heading" msgid "Description" msgstr "" -#: components/points/classes/logs/view/table.php:51 +#: components/points/classes/logs/view/table.php:69 msgctxt "points logs table heading" msgid "Time" msgstr "" -#: components/points/classes/logs/view/table.php:122 +#: components/points/classes/logs/view/table.php:140 msgid "No matching logs found." msgstr "" #. translators: coordinated universal time -#: components/points/classes/logs/view/table.php:185 +#: components/points/classes/logs/view/table.php:203 msgid "UTC" msgstr "" #. translators: Search term. -#: components/points/classes/logs/view/table.php:290 +#: components/points/classes/logs/view/table.php:308 msgid "Searching for “%s”" msgstr "" -#: components/points/classes/logs/view/table.php:302 +#: components/points/classes/logs/view/table.php:320 msgid "Search Logs:" msgstr "" -#: components/points/classes/logs/view/table.php:313 +#: components/points/classes/logs/view/table.php:331 msgid "Search Logs" msgstr "" @@ -2256,23 +2396,23 @@ msgid "Widget text" msgstr "" #. translators: Placeholder name. -#: components/points/classes/widget/user/points.php:179 +#: components/points/classes/widget/user/points.php:183 msgid "%s will be replaced with the points of the logged in user" msgstr "" -#: components/points/classes/widget/user/points.php:194 +#: components/points/classes/widget/user/points.php:202 msgid "Text if the user is not logged in" msgstr "" -#: components/points/classes/widget/user/points.php:196 +#: components/points/classes/widget/user/points.php:204 msgid "Leave this field blank to hide the widget if the user is not logged in" msgstr "" -#: components/points/classes/widget/user/points.php:199 +#: components/points/classes/widget/user/points.php:207 msgid "Number of latest log entries for this user to display" msgstr "" -#: components/points/classes/widget/user/points.php:201 +#: components/points/classes/widget/user/points.php:209 msgid "Set this to 0 to keep from showing any logs" msgstr "" @@ -2297,12 +2437,12 @@ msgstr "" msgid "Slug" msgstr "" -#: components/points/includes/class-wordpoints-points-hooks.php:722 +#: components/points/includes/class-wordpoints-points-hooks.php:724 msgctxt "hook" msgid "Edit" msgstr "" -#: components/points/includes/class-wordpoints-points-hooks.php:723 +#: components/points/includes/class-wordpoints-points-hooks.php:725 msgctxt "hook" msgid "Add" msgstr "" @@ -2325,41 +2465,102 @@ msgstr "" msgid "Points subtracted if comment removed:" msgstr "" -#: components/points/includes/deprecated.php:343 +#: components/points/includes/deprecated.php:345 msgctxt "points hook name" msgid "Post Delete" msgstr "" -#: components/points/includes/deprecated.php:345 +#: components/points/includes/deprecated.php:347 msgid "A post is permanently deleted." msgstr "" -#: components/points/includes/deprecated.php:346 +#: components/points/includes/deprecated.php:348 msgid "Points removed when deleted:" msgstr "" #. translators: Singular post type name. -#: components/points/includes/deprecated.php:348 +#: components/points/includes/deprecated.php:350 msgid "%s permanently deleted." msgstr "" -#: components/points/includes/deprecated.php:380 +#: components/points/includes/deprecated.php:382 msgid "Auto Draft" msgstr "" #. translators: 1. Meta key. -#: components/points/includes/functions.php:348 +#: components/points/includes/functions.php:358 msgid "This points type uses a custom meta key: %s" msgstr "" #. translators: Meta key. -#: components/points/includes/functions.php:374 +#: components/points/includes/functions.php:384 msgid "" "This points type uses a custom meta key (“%s”). If this key is " "also used by another plugin, changes made by it will not be logged. Only " "transactions performed by WordPoints are included in the logs." msgstr "" +#: components/points/includes/functions.php:451 +#: components/points/includes/functions.php:452 +msgid "Registering with the site." +msgstr "" + +#: components/points/includes/functions.php:459 +msgid "Visiting the site daily." +msgstr "" + +#: components/points/includes/functions.php:460 +msgid "Visited the site." +msgstr "" + +#: components/points/includes/functions.php:474 +msgid "Uploading an attachment." +msgstr "" + +#: components/points/includes/functions.php:475 +msgid "Uploaded an attachment." +msgstr "" + +#: components/points/includes/functions.php:482 +msgid "Publishing a post." +msgstr "" + +#: components/points/includes/functions.php:483 +msgid "Published a post." +msgstr "" + +#: components/points/includes/functions.php:490 +msgid "Publishing a post with the #happy tag." +msgstr "" + +#: components/points/includes/functions.php:491 +msgid "Published a happy post." +msgstr "" + +#: components/points/includes/functions.php:530 +msgid "Leaving a comment on a post." +msgstr "" + +#: components/points/includes/functions.php:531 +msgid "Left a comment on a post." +msgstr "" + +#: components/points/includes/functions.php:538 +msgid "Mentioning WordPoints in a comment on a post." +msgstr "" + +#: components/points/includes/functions.php:539 +msgid "Left a comment mentioning WordPoints." +msgstr "" + +#: components/points/includes/functions.php:560 +msgid "Receiving a comment on a post." +msgstr "" + +#: components/points/includes/functions.php:561 +msgid "Received a comment on a post." +msgstr "" + #: components/points/includes/hooks/abstracts/post-type.php:250 msgctxt "post title" msgid "(no title)" @@ -2646,27 +2847,27 @@ msgctxt "points log description" msgid "Comment unapproved." msgstr "" -#: components/points/includes/points.php:1028 +#: components/points/includes/points.php:966 msgctxt "points log" msgid "(no description)" msgstr "" -#: components/points/includes/points.php:1223 +#: components/points/includes/points.php:1164 msgctxt "top users table heading" msgid "#" msgstr "" -#: components/points/includes/points.php:1224 +#: components/points/includes/points.php:1165 msgctxt "top users table heading" msgid "Position" msgstr "" -#: components/points/includes/points.php:1225 +#: components/points/includes/points.php:1166 msgctxt "top users table heading" msgid "User" msgstr "" -#: components/points/includes/points.php:1226 +#: components/points/includes/points.php:1167 msgctxt "top users table heading" msgid "Points" msgstr "" @@ -2720,20 +2921,24 @@ msgid "A rank title cannot be empty." msgstr "" #: components/ranks/admin/includes/functions.php:54 +msgid "You are about to delete the following rank:" +msgstr "" + +#: components/ranks/admin/includes/functions.php:55 msgid "" "Are you sure that you want to delete this rank? This action cannot be undone." msgstr "" -#: components/ranks/admin/includes/functions.php:82 +#: components/ranks/admin/includes/functions.php:83 msgid "WordPoints — Ranks" msgstr "" -#: components/ranks/admin/includes/functions.php:83 +#: components/ranks/admin/includes/functions.php:84 #: components/ranks/admin/screens/ranks.php:28 msgid "Ranks" msgstr "" -#: components/ranks/admin/includes/functions.php:110 +#: components/ranks/admin/includes/functions.php:111 msgid "" "Ranks are titles assigned to users. A set of ranks are organized into a " "hierarchy. The user starts at the bottom, but can work his way up to higher " @@ -2742,7 +2947,7 @@ msgid "" "points to reach a given rank." msgstr "" -#: components/ranks/admin/includes/functions.php:111 +#: components/ranks/admin/includes/functions.php:112 msgid "" "More than one rank hierarchy may be available. For example, if you have " "multiple types of points, you will have a group of ranks for each points " @@ -2750,11 +2955,11 @@ msgid "" "screen." msgstr "" -#: components/ranks/admin/includes/functions.php:118 +#: components/ranks/admin/includes/functions.php:119 msgid "Adding and Editing" msgstr "" -#: components/ranks/admin/includes/functions.php:120 +#: components/ranks/admin/includes/functions.php:121 msgid "" "To add a new rank to the rank group, click the Add Rank button. A new rank " "will appear with its settings form open. Fill out its settings and click the " @@ -2762,14 +2967,14 @@ msgid "" "without saving it by clicking the Cancel button." msgstr "" -#: components/ranks/admin/includes/functions.php:121 +#: components/ranks/admin/includes/functions.php:122 msgid "" "To edit an existing rank’s settings, click on the Edit link in its " "title bar. The settings form for that rank will open. You can close the " "settings form again by clicking the Close link." msgstr "" -#: components/ranks/admin/includes/functions.php:122 +#: components/ranks/admin/includes/functions.php:123 msgid "" "Once you have modified the rank’s settings as desired, you can save " "your changes by clicking the Save button. Keep in mind that your changes " @@ -2779,11 +2984,11 @@ msgid "" "reset the form to the rank’s current settings." msgstr "" -#: components/ranks/admin/includes/functions.php:129 +#: components/ranks/admin/includes/functions.php:130 msgid "Deleting" msgstr "" -#: components/ranks/admin/includes/functions.php:131 +#: components/ranks/admin/includes/functions.php:132 msgid "" "If you would like to delete a rank, open its settings form, then click the " "Delete button. You will be asked to confirm that you want to delete the " @@ -2791,7 +2996,7 @@ msgid "" "dialog. Once you delete the rank, it is gone!" msgstr "" -#: components/ranks/admin/includes/functions.php:137 +#: components/ranks/admin/includes/functions.php:138 msgid "Documentation on Ranks" msgstr "" @@ -2817,6 +3022,10 @@ msgctxt "rank" msgid "Title" msgstr "" +#: components/ranks/classes/rank/shortcode/rank/list.php:31 +msgid "Rank Name" +msgstr "" + #. translators: 1. Attribute name; 2. Shortcode name. #: components/ranks/classes/rank/shortcode.php:26 msgid "" @@ -2825,112 +3034,121 @@ msgid "" msgstr "" #. translators: Placeholder name. -#: components/ranks/includes/integration/points/functions.php:46 +#: components/ranks/includes/integration/points/functions.php:50 msgid "%s will be replaced with the rank of the logged in user" msgstr "" #. translators: Points type name. -#: components/ranks/includes/integration/points/functions.php:119 +#: components/ranks/includes/integration/points/functions.php:128 msgid "This rank group is associated with the “%s” points type." msgstr "" -#: components/ranks/includes/integration/points/functions.php:158 +#: components/ranks/includes/integration/points/functions.php:167 msgctxt "Points Types screen meta box title" msgid "Ranks" msgstr "" -#: components/ranks/includes/integration/points/functions.php:178 +#: components/ranks/includes/integration/points/functions.php:187 msgid "Go to the ranks for this points type." msgstr "" -#: components/ranks/includes/rank-types/points.php:45 +#: components/ranks/includes/rank-types/base.php:53 +msgid "Base rank." +msgstr "" + +#: components/ranks/includes/rank-types/points.php:48 msgctxt "rank type" msgid "Points" msgstr "" -#: components/ranks/includes/rank-types/points.php:98 +#: components/ranks/includes/rank-types/points.php:101 msgid "The amount of points is required, and must be a valid number." msgstr "" #. translators: Minimum number of points. -#: components/ranks/includes/rank-types/points.php:118 +#: components/ranks/includes/rank-types/points.php:121 msgid "The number of points must be more than the minimum (%s)." msgstr "" -#: includes/functions.php:766 +#. translators: Number of points. +#: components/ranks/includes/rank-types/points.php:161 +msgid "Must have at least %s." +msgstr "" + +#: includes/functions.php:803 msgctxt "post type" msgid "Any" msgstr "" -#: includes/functions.php:868 +#: includes/functions.php:913 msgid "Shortcode error:" msgstr "" -#: includes/functions.php:1011 +#: includes/functions.php:1074 msgctxt "component name" msgid "Points" msgstr "" -#: includes/functions.php:1013 includes/functions.php:1037 +#: includes/functions.php:1076 includes/functions.php:1100 msgctxt "component author" msgid "WordPoints" msgstr "" -#: includes/functions.php:1016 +#: includes/functions.php:1079 msgid "Enables a points system for your site." msgstr "" -#: includes/functions.php:1035 +#: includes/functions.php:1098 msgctxt "component name" msgid "Ranks" msgstr "" -#: includes/functions.php:1040 +#: includes/functions.php:1103 msgid "Assign users ranks based on their points levels." msgstr "" #. translators: Author name. -#: includes/modules.php:352 +#: includes/modules.php:548 msgid "By %s." msgstr "" -#: includes/modules.php:568 +#: includes/modules.php:764 msgid "Invalid extension path." msgstr "" -#: includes/modules.php:572 +#: includes/modules.php:768 msgid "Extension file does not exist." msgstr "" -#: includes/modules.php:578 +#: includes/modules.php:774 msgid "The extension does not have a valid header." msgstr "" -#: includes/modules.php:775 +#: includes/modules.php:977 msgid "The extension generated unexpected output." msgstr "" -#: includes/modules.php:961 +#: includes/modules.php:1163 msgid "Could not access filesystem." msgstr "" -#: includes/modules.php:965 +#: includes/modules.php:1167 msgid "Filesystem error." msgstr "" -#: includes/modules.php:972 +#: includes/modules.php:1174 msgid "Unable to locate WordPoints Extension directory." msgstr "" #. translators: Extension or list of extensions. -#: includes/modules.php:1025 +#: includes/modules.php:1227 msgid "Could not fully remove the extension %s." -msgid_plural "Could not fully remove the extension %s." +msgid_plural "Could not fully remove the extensions %s." msgstr[0] "" msgstr[1] "" #. translators: Number of updates. -#: includes/modules.php:1341 +#: includes/modules.php:1568 msgid "%d WordPoints Extension Update" msgid_plural "%d WordPoints Extension Updates" msgstr[0] "" diff --git a/src/readme.txt b/src/readme.txt index 97f60e74..cfab9935 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -3,7 +3,7 @@ Contributors: jdgrimes Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TPXS6B98HURLJ&lc=US&item_name=WordPoints&item_number=wordpressorg¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted Tags: points, awards, rewards, credits, gamify, ranks, games Requires at least: 4.7 -Tested up to: 4.8-alpha-39357 +Tested up to: 4.9-alpha-40870 Stable tag: 2.3.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -94,6 +94,46 @@ screens. This plugin adheres to [Semantic Versioning](http://semver.org/). += 2.4.0 — 2017-??-?? = + +**Requires: WordPress 4.7+** + +##### Added + +- Extensions can now be updated from within the admin screens, just like plugins can. + If you have installed any extensions from WordPoints.org, you may be prompted to + enter your license key after updating. You can get your license key for an + extension from the [My Account](https://wordpoints.org/my-account/) page. +- New `[wordpoints_rank_list]` shortcode to display a list of the ranks that users + can have on the site. +- Reaction settings can now include conditions on a post's terms. This means that + points can now be awarded for posts based on tags, categories, or custom + taxonomies. +- When no Reactions have been created for a points type yet, WordPoints will offer to + create some demo reactions to help you get started. + +##### Changed + +- "Modules" are now called "extensions". The term "extension" is more familiar and + obvious in its meaning than "module". +- When deleting a points type, you are now required to type the name of the points + type in the confirmation dialog. This helps to ensure that points types aren't + deleted accidentally. In addition, the confirmation dialogs for when a Reaction or + Rank is being deleted have been updated to so the reaction description or rank + name, respectively, so that it is clear which rank or reaction is being deleted. + +##### Fixed + +- The Top Users points table will always order results for users with same number of + points consistently, rather than it being more-or-less random. If two users have + the same number of points, the one with the lowest ID will come before the one with + the higher ID number. Thanks to Gspin96 for the patch! +- Improved performance of the Ranks component. Creating ranks should be much quicker + on sites with large numbers of users now. +- The Max setting of the Contains condition for Reactions now interprets an empty max + to mean no maximum, rather than a maximum of 0. +- Corrected the invalid HTML that was breaking the user profile admin screen. + = 2.3.0 — 2017-03-14 = ##### Security @@ -140,56 +180,17 @@ This plugin adheres to [Semantic Versioning](http://semver.org/). - Error messages being displayed when first adding a widget to the site via the Customizer. -= 2.2.2 — 2017-01-14 = - -##### Fixed - -- Event reactions for custom post types not awarding points. Plugins like bbPress -were effected by this, because they register their post types later in the code -than WordPoints expected. This is now fixed so that WordPoints will work correctly -for post types no matter how late they are registered. - -= 2.2.1 — 2017-01-03 = - -##### Fixed - -- The Points Types screen locking up when creating a new reaction for some events. -This only affected events where conditions could be created for items that could -relate to another item of the same type (like how a comment could have a parent -comment), causing an infinite loop. -- Points values not being formatted with the prefix if the suffix wasn't set, and -vice versa. This would only happen when the value wasn't set at all, not just when it -was empty, and so only applies to points types that were created programmatically. -Points types created through the UI were still formatted as expected. - -= 2.2.0 — 2016-12-08 = - -**Requires: WordPress 4.6+** - -##### Changed - -- Rate Limits for event reactions to now support setting the number of -minutes/hours/etc. Previously it was only possible to have rate limits of "once per -minute" or "once per day", now a rate limit can be "once every 5 minutes" or "once -every 2 days" or any other amount that you want. -- Points log entries that are hidden from some users to now be marked as such when a -user who is allowed to see them is viewing them. For example, if a post is not -public, only users who can view that post can view any points logs that relate to it. -Such log entries will now be displayed with a note below them explaining to the -current user that not all other users will be able to view them. -- Points types slugs to be generated from the name of the points type with any -spaces replaced with dashes. Previously when a points type was created, the slug -would be generated from the name, but any spaces would be removed, so if there were -multiple words they would be run together in the slug. Now if you create a points -type named "An Example", its slug would be "an-example", instead of "anexample". This -will not change the slugs of existing points types. - = Older Versions = If you'd like to view the changelog for older versions, see the [changelog.txt](https://plugins.svn.wordpress.org/wordpoints/trunk/changelog.txt) file included with the plugin. == Upgrade Notice == += 2.4.0 = +Adds support for extension updates, a shortcode to display available ranks, the +ability to award points based on post terms, and also improves performance when +creating ranks. + = 2.3.0 = **Includes minor security hardening.** Adds the ability to disable reactions, provides more possibilities for reaction conditions, and improves the display of the diff --git a/src/wordpoints.php b/src/wordpoints.php index 8d81040d..28c8cbfa 100644 --- a/src/wordpoints.php +++ b/src/wordpoints.php @@ -4,7 +4,7 @@ * Plugin Name: WordPoints * Plugin URI: https://wordpoints.org/ * Description: Create one or more points systems for your site, and reward user activity. - * Version: 2.4.0-alpha-5 + * Version: 2.4.0-beta-1 * Author: J.D. Grimes * Author URI: https://codesymphony.co/ * License: GPLv2 @@ -40,7 +40,7 @@ * * @package WordPoints * @author J.D. Grimes - * @version 2.4.0-alpha-5 + * @version 2.4.0-beta-1 * @license https://opensource.org/licenses/gpl-license.php GPL, version 2 or later. * @copyright 2013-17 J.D. Grimes */