# Copyright (C) 2014 User Meta Manager
# This file is distributed under the same license as the User Meta Manager package.
msgid ""
msgstr ""
"Project-Id-Version: User Meta Manager 3.1.6\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/user-meta-manager\n"
"POT-Creation-Date: 2014-02-08 13:52:53+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME
The list on top displays the columns which are currently in "
"use. By selecting an item from the list, and pressing the Remove "
"Selected Column button, columns can be removed from the "
"results table, except the ID and User "
"Login columns, which are required.
Columns can be "
"added to the results table using the bottom form. To add a column, select a "
"Key from the menu, enter a Label"
"strong> for the column, and press the Add Column "
"button. The new column will then be added to the results table, and will "
"become searchable. The Label is displayed at the top of the column "
"for identification purposes."
msgstr ""
#: includes/umm-contextual-help.php:174 includes/umm-table.php:165
msgid "Backup & Restore"
msgstr ""
#: includes/umm-contextual-help.php:175
msgid "Backup & Restore User Meta Data"
msgstr ""
#: includes/umm-contextual-help.php:175
msgid ""
"There are several options available for backing-up and restoring the "
"wp_usermeta database. This plugin creates the first backup automatically "
"when first installed."
msgstr ""
#: includes/umm-contextual-help.php:176
msgid ""
"Backup: Create a backup, which is stored in the database, "
"and can only be run by this plugin."
msgstr ""
#: includes/umm-contextual-help.php:177
msgid ""
"Restore: Restore a backup which was generated using the "
"above method."
msgstr ""
#: includes/umm-contextual-help.php:178
msgid ""
"Generate SQL: Generates the SQL needed for restoring "
"usermeta data from a database manager, such as phpMyAdmin. Produces a code "
"which can be copied and pasted."
msgstr ""
#: includes/umm-contextual-help.php:179
msgid ""
"Generate PHP: Generates the PHP code needed for restoring "
"usermeta data from a PHP file. Copy and paste the code to a PHP file, save "
"it in the root WordPress directory, and run via a Browser."
msgstr ""
#: includes/umm-contextual-help.php:180
msgid ""
"Generate PHP Restoration File: Generates a PHP-formatted "
"restoration file on the server in the wp-content/user-meta-manager/backups "
"folder. The generated file can be run from the browser. You will be prompted "
"before restoration will commence."
msgstr ""
#: includes/umm-contextual-help.php:181
msgid ""
"Delete Backup Files: Delete ALL existing backup files from "
"the server."
msgstr ""
#: includes/umm-contextual-help.php:186 includes/umm-contextual-help.php:187
msgid "Short Codes"
msgstr ""
#: includes/umm-contextual-help.php:187
msgid ""
"A Short Code is a non-HTML code snippet, which can be added to "
"Posts or Pages. The purpose for using a short code is to extend "
"certain plugin features to the Post or Page in which it is inserted."
msgstr ""
#: includes/umm-contextual-help.php:188
msgid ""
"Following is a list of the short codes for the User Meta Manager "
"plugin, and their uses.
Display data for a particular user:"
"\r\n"
" [usermeta key=\"meta key\" user=\"user id\"]
\r\n"
"
\r\n"
" Display data for the current user:\r\n"
" [usermeta key=\"meta key\"]
\r\n"
"
\r\n"
" Restrict access based on meta key and value:\r\n"
" [useraccess key=\"meta key\" value=\"meta value\" message=\"You do "
"not have permission to view this content.\"]Restricted content.[/useraccess]"
"
\r\n"
" Allowed users will have a matching meta value.
\r\n"
" Restrict access based on user ID:\r\n"
" [useraccess users=\"1 22 301\" message=\"You do not have permission "
"to view this content.\"]Restricted content.[/useraccess]
\r\n"
" Allowed user IDs are listed in the users attribute.
\r\n"
" Restrict access based on multiple meta keys and values:"
"\r\n"
" [useraccess json='{\"access_level\":\"gold\",\"sub_level\":\"silver"
"\"}' message=\"You need permission to view this content.\"]Restricted "
"content.[/useraccess]
\r\n"
" The json attribute is used to define a list of meta keys and "
"values. The list must be JSON encoded, as seen in the example above. Users "
"with matching meta keys and values will be granted access to restricted "
"content.
\r\n"
" JSON formatting -\r\n"
" {\"meta_key\":\"meta_value\", \"meta_key\":\"meta_value\", "
"\"meta_key\":\"meta_value\"}
\r\n"
" Additionally, you could repeat the same meta key multiple times.\r\n"
" json='{\"access_level\":\"gold\", \"sub_level\":\"silver\", "
"\"sub_level\":\"bronze\", \"sub_level\":\"aluminum-foil\"}'
"
"\r\n"
" Display a form in a Post or Page:
\r\n"
" Display a form which allows members to update meta data. The updated "
"data is saved and optionally emailed to a set address. Any Custom Meta keys "
"can be added to the form. Only Custom Meta keys which were made using this "
"plugin will work. Additionally, you must also set a Field Type for the field "
"you wish to display. \r\n"
" [usermeta class=\"my-form-css-class\" submit=\"Submit\" success="
"\"Update successful!\" error=\"An error occurred!\" fields=\"test1, test2\" "
"vars=\"one=1&two=2&three=3\" email_to=\"\" email_from=\"\" "
"subject=\"Your email subject\" message=\"A brief introduction.\\n\\n%s\\n"
"\\nBest regards,\\nWebsite Administrator\"]
\r\n"
" Form Short Code Attributes
\r\n"
" \r\n"
"\t
\r\n"
"
Disclaimer:
Use at your own risk. No warranty "
"expressed or implied. Always backup your database before making changes.
License:
©2012 http://websitedev.biz http://jasonlau.biz
This program is free software; you can redistribute it and/or " "modify it under the terms of the GNU General Public License as published by " "the Free Software Foundation; either version 3 of the License, or (at your " "option) any later version.
\r\n" "This program is distributed in the hope that it will be useful, " "but WITHOUT ANY WARRANTY; without even the implied warranty of " "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
\r\n" "See the GNU General Public License for more details.
http://www.gnu."
"org/licenses/gpl.html
If you are a talented " "WordPress developer, who would like to contribute to the developement of " "this plugin, go to https://github.com/jasonlau/Wordpress-User-Meta-" "Manager. There you will find the development package and GitHub repository.
\r\n" "Additionally, you can contact me at http://jasonlau.biz/home/contact-me." "
" msgstr "" #: includes/umm-contextual-help.php:242 msgid "Donate" msgstr "" #: includes/umm-contextual-help.php:243 msgid "" "Developing this plugin takes a lot of " "time, and as we all know, time equals money.
\r\n" "I've given a lot to you, and perhaps you would like to return the " "favor with a modest donation?
\r\n" "Use the following PayPal button to make a donation. Your " "donations help pay for past and future development of this plugin.
\r\n" "Thanks in advance!
\r\n" " " msgstr "" #: includes/umm-table.php:20 msgid "umm-user" msgstr "" #: includes/umm-table.php:21 msgid "umm-users" msgstr "" #: includes/umm-table.php:29 user-meta-manager.php:709 #: user-meta-manager.php:815 user-meta-manager.php:1852 #: user-meta-manager.php:1873 user-meta-manager.php:2156 msgid "ID" msgstr "" #: includes/umm-table.php:29 user-meta-manager.php:709 #: user-meta-manager.php:815 user-meta-manager.php:1852 #: user-meta-manager.php:1873 user-meta-manager.php:2156 msgid "User Login" msgstr "" #: includes/umm-table.php:29 user-meta-manager.php:709 #: user-meta-manager.php:815 user-meta-manager.php:1852 #: user-meta-manager.php:1873 user-meta-manager.php:2156 msgid "Date Registered" msgstr "" #: includes/umm-table.php:39 includes/umm-table.php:40 msgid "Edit User Meta" msgstr "" #: includes/umm-table.php:39 msgid "Add Meta" msgstr "" #: includes/umm-table.php:40 msgid "Edit Meta" msgstr "" #: includes/umm-table.php:41 msgid "Delete User Meta" msgstr "" #: includes/umm-table.php:41 msgid "Delete Meta" msgstr "" #: includes/umm-table.php:45 msgid "Edit" msgstr "" #: includes/umm-table.php:88 includes/umm-table.php:95 msgid "Close" msgstr "" #: includes/umm-table.php:153 msgid "User Meta Manager Help" msgstr "" #: includes/umm-table.php:153 msgid "No Spaces" msgstr "" #: includes/umm-table.php:153 msgid "Letters, numbers, and underscores only." msgstr "" #: includes/umm-table.php:153 msgid "" "Error: That key already exists. Choose a different name." msgstr "" #. #-#-#-#-# plugin.pot (User Meta Manager 3.1.6) #-#-#-#-# #. Plugin Name of the plugin/theme #: includes/umm-table.php:155 msgid "User Meta Manager" msgstr "" #: includes/umm-table.php:156 msgid "Manage User Meta Data" msgstr "" #: includes/umm-table.php:172 msgid "Items Per Page" msgstr "" #: includes/umm-table.php:172 msgid "Go" msgstr "" #: includes/umm-table.php:180 user-meta-manager.php:1091 msgid "Search" msgstr "" #: includes/umm-table.php:189 msgid "Your bridge to a strong Internet presence.™" msgstr "" #: includes/umm-table.php:189 msgid "Help make this plugin perfect by contributing your code on GitHub" msgstr "" #: user-meta-manager.php:44 msgid "Insert a key and default value in the fields below." msgstr "" #: user-meta-manager.php:46 user-meta-manager.php:125 #: user-meta-manager.php:497 user-meta-manager.php:515 #: user-meta-manager.php:641 user-meta-manager.php:1758 #: user-meta-manager.php:1777 msgid "Key" msgstr "" #: user-meta-manager.php:47 user-meta-manager.php:126 msgid "Letters, numbers, and underscores only" msgstr "" #: user-meta-manager.php:47 user-meta-manager.php:126 #: user-meta-manager.php:394 user-meta-manager.php:456 msgid "Meta Key" msgstr "" #: user-meta-manager.php:48 user-meta-manager.php:128 msgid "Default Value" msgstr "" #: user-meta-manager.php:53 user-meta-manager.php:130 #: user-meta-manager.php:404 user-meta-manager.php:469 #: user-meta-manager.php:569 user-meta-manager.php:627 #: user-meta-manager.php:1745 user-meta-manager.php:2338 msgid "Submit" msgstr "" #: user-meta-manager.php:122 msgid "Adding Meta Data For %s" msgstr "" #: user-meta-manager.php:123 msgid "Insert a meta key and default value and press Submit." msgstr "" #: user-meta-manager.php:127 user-meta-manager.php:590 #: user-meta-manager.php:642 user-meta-manager.php:1014 #: user-meta-manager.php:1036 user-meta-manager.php:1226 #: user-meta-manager.php:1758 user-meta-manager.php:1777 msgid "Value" msgstr "" #: user-meta-manager.php:178 msgid "Below is the sql needed to restore the usermeta table." msgstr "" #: user-meta-manager.php:178 user-meta-manager.php:229 msgid "Backup from" msgstr "" #: user-meta-manager.php:187 user-meta-manager.php:2340 #: user-meta-manager.php:2473 msgid "Authorization required!" msgstr "" #: user-meta-manager.php:206 msgid "Restore complete." msgstr "" #: user-meta-manager.php:206 msgid "" "Are you sure you want to restore all user meta data to the backup version?" msgstr "" #: user-meta-manager.php:224 msgid "Backup php file was successfully generated at " msgstr "" #: user-meta-manager.php:224 msgid "Run the file in your browser to begin the restoration process." msgstr "" #: user-meta-manager.php:226 msgid "Error: Backup php file could not be generated at " msgstr "" #: user-meta-manager.php:226 msgid "Please be sure the directory exists and is owner-writable." msgstr "" #: user-meta-manager.php:229 msgid "" "Below is the php needed to restore the usermeta table. Save this code as a " "php file to the root WordPress folder, then run it in your browser." msgstr "" #: user-meta-manager.php:239 msgid "User meta data backup was successful." msgstr "" #: user-meta-manager.php:253 msgid "No backup" msgstr "" #: user-meta-manager.php:257 msgid "Use the following links to backup and restore user meta data." msgstr "" #: user-meta-manager.php:259 msgid "Backup" msgstr "" #: user-meta-manager.php:259 msgid "Last Backup:" msgstr "" #: user-meta-manager.php:260 user-meta-manager.php:1407 msgid "Restore" msgstr "" #: user-meta-manager.php:261 msgid "Generate SQL" msgstr "" #: user-meta-manager.php:262 msgid "Generate PHP" msgstr "" #: user-meta-manager.php:263 msgid "Generate PHP Restoration File" msgstr "" #: user-meta-manager.php:264 msgid "Delete All Backup Files" msgstr "" #: user-meta-manager.php:266 user-meta-manager.php:270 msgid "Generate CSV" msgstr "" #: user-meta-manager.php:268 user-meta-manager.php:1754 msgid "Fields" msgstr "" #: user-meta-manager.php:268 msgid "Assemble a list of meta keys to display in the CSV file." msgstr "" #: user-meta-manager.php:270 msgid "Get CSV" msgstr "" #: user-meta-manager.php:281 user-meta-manager.php:348 #: user-meta-manager.php:1395 user-meta-manager.php:1406 msgid "<< Back" msgstr "" #: user-meta-manager.php:360 msgid "All backup files successfully deleted." msgstr "" #: user-meta-manager.php:362 msgid "Are you sure you want to delete all backup files?" msgstr "" #: user-meta-manager.php:362 user-meta-manager.php:413 #: user-meta-manager.php:479 user-meta-manager.php:1407 msgid "Cancel" msgstr "" #: user-meta-manager.php:392 msgid "Select from the menu a meta key to delete." msgstr "" #: user-meta-manager.php:395 user-meta-manager.php:457 msgid "Select A Meta Key" msgstr "" #: user-meta-manager.php:409 user-meta-manager.php:475 msgid "Deleting" msgstr "" #: user-meta-manager.php:411 user-meta-manager.php:477 msgid "Are you sure you want to delete that item?" msgstr "" #: user-meta-manager.php:419 msgid "No custom meta to delete." msgstr "" #: user-meta-manager.php:438 user-meta-manager.php:2169 msgid "Meta data successfully deleted." msgstr "" #: user-meta-manager.php:447 msgid "Deleting Meta Data For %s" msgstr "" #: user-meta-manager.php:454 msgid "" "Select a Meta Key to delete, then press the Submit button. " "Select All Users to delete the selected item from all users." msgstr "" #: user-meta-manager.php:465 msgid "All Users" msgstr "" #: user-meta-manager.php:490 msgid "Use the forms below to edit which table columns are displayed." msgstr "" #: user-meta-manager.php:492 msgid "Display Columns" msgstr "" #: user-meta-manager.php:498 user-meta-manager.php:520 #: user-meta-manager.php:1014 user-meta-manager.php:1036 #: user-meta-manager.php:1125 user-meta-manager.php:1226 msgid "Label" msgstr "" #: user-meta-manager.php:510 msgid "Remove Selected Column" msgstr "" #: user-meta-manager.php:514 msgid "Add A New Column" msgstr "" #: user-meta-manager.php:516 msgid "Keys" msgstr "" #: user-meta-manager.php:520 msgid "Enter a label" msgstr "" #: user-meta-manager.php:520 msgid "Enter a label which will appear in the top row of the results table." msgstr "" #: user-meta-manager.php:521 msgid "Add Column" msgstr "" #: user-meta-manager.php:533 msgid "No custom meta to edit." msgstr "" #: user-meta-manager.php:537 msgid "Select from the list a meta key to edit, or drag and drop to sort." msgstr "" #: user-meta-manager.php:538 user-meta-manager.php:619 msgid "Select a meta key to edit." msgstr "" #: user-meta-manager.php:540 msgid "Edit Key" msgstr "" #: user-meta-manager.php:577 user-meta-manager.php:634 msgid "Now Editing" msgstr "" #: user-meta-manager.php:578 msgid "" "Editing custom meta data here will edit the value for all new users. The " "value you set will become the default value for all users. New registrations " "will receive the custom meta key and default value." msgstr "" #: user-meta-manager.php:585 msgid "No custom meta to display." msgstr "" #: user-meta-manager.php:594 msgid "Update Value For All Current Users" msgstr "" #: user-meta-manager.php:594 msgid "" "Check the box to update the value for all current users. Leave blank to " "update the value for future registrations only." msgstr "" #: user-meta-manager.php:596 user-meta-manager.php:664 msgid "Update" msgstr "" #: user-meta-manager.php:614 msgid "Editing Meta Data For %s" msgstr "" #: user-meta-manager.php:620 msgid "Select A Key To Edit" msgstr "" #: user-meta-manager.php:652 msgid "Unique Value Required" msgstr "" #: user-meta-manager.php:731 msgid "Select A Key" msgstr "" #: user-meta-manager.php:956 msgid "%s is already taken by another user. Please use a different selection." msgstr "" #: user-meta-manager.php:1058 msgid "" "Field Type" "a>" msgstr "" #: user-meta-manager.php:1059 msgid "Do not add to user profile." msgstr "" #: user-meta-manager.php:1061 msgid "None" msgstr "" #: user-meta-manager.php:1064 msgid "Text" msgstr "" #: user-meta-manager.php:1067 msgid "Color" msgstr "" #: user-meta-manager.php:1070 msgid "Date" msgstr "" #: user-meta-manager.php:1073 msgid "Date-Time" msgstr "" #: user-meta-manager.php:1076 msgid "Date-Time-Local" msgstr "" #: user-meta-manager.php:1079 msgid "Email" msgstr "" #: user-meta-manager.php:1082 msgid "Month" msgstr "" #: user-meta-manager.php:1085 msgid "Number" msgstr "" #: user-meta-manager.php:1088 msgid "Range" msgstr "" #: user-meta-manager.php:1094 msgid "Telephone" msgstr "" #: user-meta-manager.php:1097 msgid "Time" msgstr "" #: user-meta-manager.php:1100 msgid "URL" msgstr "" #: user-meta-manager.php:1103 msgid "Week" msgstr "" #: user-meta-manager.php:1106 msgid "Textarea" msgstr "" #: user-meta-manager.php:1109 msgid "Checkbox" msgstr "" #: user-meta-manager.php:1112 msgid "Checkbox Group" msgstr "" #: user-meta-manager.php:1115 msgid "Radio Button Group" msgstr "" #: user-meta-manager.php:1118 msgid "Select Menu" msgstr "" #: user-meta-manager.php:1124 msgid "Settings" msgstr "" #: user-meta-manager.php:1128 msgid "Classes" msgstr "" #: user-meta-manager.php:1131 msgid "Additional Attributes" msgstr "" #: user-meta-manager.php:1132 msgid "Example" msgstr "" #: user-meta-manager.php:1132 msgid "My Title" msgstr "" #: user-meta-manager.php:1132 msgid "My Text" msgstr "" #: user-meta-manager.php:1134 msgid "HTML After" msgstr "" #: user-meta-manager.php:1137 msgid "Required" msgstr "" #: user-meta-manager.php:1137 msgid "Make this a required field. Not recommended for checkbox groups." msgstr "" #: user-meta-manager.php:1145 msgid "Allow Tags" msgstr "" #: user-meta-manager.php:1145 msgid "Allow users to input HTML tags. (Not recommended)" msgstr "" #: user-meta-manager.php:1153 msgid "Add To Profile" msgstr "" #: user-meta-manager.php:1153 msgid "Add this field to the user profile and registration forms." msgstr "" #: user-meta-manager.php:1161 msgid "Unique Value" msgstr "" #: user-meta-manager.php:1161 msgid "" "Make the value for this field unique to each user. No duplicate entries will " "be allowed. Only works for future submissions." msgstr "" #: user-meta-manager.php:1169 msgid "Roles" msgstr "" #: user-meta-manager.php:1169 msgid "User roles allowed to view this field." msgstr "" #: user-meta-manager.php:1172 msgid "All" msgstr "" #: user-meta-manager.php:1175 msgid "Administrator" msgstr "" #: user-meta-manager.php:1178 msgid "Editor" msgstr "" #: user-meta-manager.php:1181 msgid "Author" msgstr "" #: user-meta-manager.php:1184 msgid "Contributor" msgstr "" #: user-meta-manager.php:1187 msgid "Subscriber" msgstr "" #: user-meta-manager.php:1190 msgid "Visitor/Register" msgstr "" #: user-meta-manager.php:1206 msgid "Allow Multiple Selections" msgstr "" #: user-meta-manager.php:1206 msgid "Allow the user to select multiple items." msgstr "" #: user-meta-manager.php:1214 msgid "Size" msgstr "" #: user-meta-manager.php:1214 msgid "The number of options to display for multi-select menus." msgstr "" #: user-meta-manager.php:1218 msgid "Options" msgstr "" #: user-meta-manager.php:1282 msgid "An error occurred. The query failed." msgstr "" #: user-meta-manager.php:1285 msgid "Query successful. No results to display. " msgstr "" #: user-meta-manager.php:1386 msgid "User Meta Manager data successfully reset." msgstr "" #: user-meta-manager.php:1396 msgid "User meta data successfully restored." msgstr "" #: user-meta-manager.php:1404 msgid "No backup data to restore!" msgstr "" #: user-meta-manager.php:1407 msgid "Restore all user meta data to the backup version?" msgstr "" #: user-meta-manager.php:1627 msgid "Loading Profile ..." msgstr "" #: user-meta-manager.php:1633 msgid "Username" msgstr "" #: user-meta-manager.php:1634 msgid "Password" msgstr "" #: user-meta-manager.php:1635 msgid "Remember Me" msgstr "" #: user-meta-manager.php:1636 msgid "Log In" msgstr "" #: user-meta-manager.php:1667 msgid "Please Wait..." msgstr "" #: user-meta-manager.php:1680 msgid "An error occurred. " msgstr "" #: user-meta-manager.php:1742 msgid "CSS Classes" msgstr "" #: user-meta-manager.php:1742 msgid "(Optional) A CSS class, or classes, to add to the form." msgstr "" #: user-meta-manager.php:1745 msgid "Submit Button Label" msgstr "" #: user-meta-manager.php:1745 msgid "(Optional) A label for the submit button." msgstr "" #: user-meta-manager.php:1748 msgid "Success Message" msgstr "" #: user-meta-manager.php:1748 msgid "Submission successful!" msgstr "" #: user-meta-manager.php:1748 msgid "(Optional) A message to display if the form submission is successful." msgstr "" #: user-meta-manager.php:1751 msgid "Error Message" msgstr "" #: user-meta-manager.php:1751 msgid "Submission failed!" msgstr "" #: user-meta-manager.php:1751 msgid "(Optional) A message to display if the form submission fails." msgstr "" #: user-meta-manager.php:1754 msgid "" "(Required) A list of meta keys to display. Each meta key will be displayed " "as it's set Field Type in the order in which you list them." msgstr "" #: user-meta-manager.php:1757 msgid "Additional Variables" msgstr "" #: user-meta-manager.php:1758 msgid "" "(Optional) Extra variable/value pairs you wish to pass with the form " "submission. Each pair will be converted to a hidden form field, and will be " "added to the form." msgstr "" #: user-meta-manager.php:1762 msgid "Email To" msgstr "" #: user-meta-manager.php:1762 msgid "you@your-domain.com" msgstr "" #: user-meta-manager.php:1762 msgid "" "(Optional) An email address to send the results of the form submission to. " "Leave this empty to disable this feature. If you use this option, more " "options will appear below." msgstr "" #: user-meta-manager.php:1765 msgid "Email From" msgstr "" #: user-meta-manager.php:1765 msgid "do-not-reply@your-domain.com" msgstr "" #: user-meta-manager.php:1765 msgid "(Used with email_to) An email address as the sender." msgstr "" #: user-meta-manager.php:1768 msgid "Email Subject" msgstr "" #: user-meta-manager.php:1768 msgid "A message from your site." msgstr "" #: user-meta-manager.php:1768 msgid "(Used with email_to) An email subject." msgstr "" #: user-meta-manager.php:1771 msgid "Email Message" msgstr "" #: user-meta-manager.php:1771 msgid "Greetings,\\n\\n%s\\n\\nRegards,\\nWebmaster" msgstr "" #: user-meta-manager.php:1771 msgid "" "(Required with email_to) A message to send in the email. \\n = line break. " "%s = contents of the form submission. Important: You must add %s where you " "want the form submission results displayed in the message." msgstr "" #: user-meta-manager.php:1774 msgid "Short Code" msgstr "" #: user-meta-manager.php:1775 msgid "" "This is the resulting short code. Copy this short code to any Post or Page " "to display the form. The form will update meta data for the currently logged-" "in user." msgstr "" #: user-meta-manager.php:1822 msgid "Meta data successfully set for all users." msgstr "" #: user-meta-manager.php:1829 msgid "You do not have the appropriate permission to view this content." msgstr "" #: user-meta-manager.php:1845 msgid "Key and label are both required. Try again." msgstr "" #: user-meta-manager.php:1848 msgid "Column already exists." msgstr "" #: user-meta-manager.php:1864 msgid "Column successfully added." msgstr "" #: user-meta-manager.php:1871 msgid "No key was selected. Select a key to remove from the table." msgstr "" #: user-meta-manager.php:1882 msgid "Column successfully removed." msgstr "" #: user-meta-manager.php:1894 msgid "Order successfully updated." msgstr "" #: user-meta-manager.php:1996 msgid "Settings successfully saved." msgstr "" #: user-meta-manager.php:2038 msgid "Error: Meta key already existed. Choose a different name." msgstr "" #: user-meta-manager.php:2066 msgid "Meta data successfully added." msgstr "" #: user-meta-manager.php:2071 msgid "Error: No meta key entered." msgstr "" #: user-meta-manager.php:2085 msgid "" "Error: This field is set as unique. Change the field settings first or enter " "a different value." msgstr "" #: user-meta-manager.php:2099 user-meta-manager.php:2130 msgid "Meta data successfully updated." msgstr "" #: user-meta-manager.php:2115 msgid "" "Error: %s is set as unique. The value you entered is already in use. Change " "the field settings or change the value." msgstr "" #: user-meta-manager.php:2136 msgid "Error: No meta key selected." msgstr "" #: user-meta-manager.php:2171 msgid "Meta Key is required!" msgstr "" #: user-meta-manager.php:2220 user-meta-manager.php:2225 msgid "You do not have sufficient permissions to access this content." msgstr "" #: user-meta-manager.php:2268 msgid "All Keys" msgstr "" #: user-meta-manager.php:2339 msgid "Update successful!" msgstr "" #: user-meta-manager.php:2342 msgid "do-not-reply" msgstr "" #: user-meta-manager.php:2406 msgid "%s is already taken by another user." msgstr "" #. Plugin URI of the plugin/theme msgid "https://github.com/jasonlau/Wordpress-User-Meta-Manager" msgstr "" #. Description of the plugin/theme msgid "" "Add, edit, or delete user meta data with this handy plugin. Easily restrict " "access or insert user meta data into posts or pages and more. Get " "the Pro extension here." msgstr "" #. Author of the plugin/theme msgid "Jason Lau" msgstr "" #. Author URI of the plugin/theme msgid "http://jasonlau.biz" msgstr ""