This commit is contained in:
erwanlr
2019-06-29 10:51:03 +01:00
parent bb67626d09
commit 1f627d5e49
12 changed files with 1835 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "simple-urls",
"description": "Development files for the Simple URLs plugin.",
"repository": {
"type": "git",
"url": "https://github.com/studiopress/simple-urls"
},
"dependencies": {},
"devDependencies": {
"node-wp-i18n": "^1.2.3"
},
"scripts": {
"makepot": "wpi18n makepot --exclude=vendor,node_modules",
"addtextdomain": "wpi18n addtextdomain --exclude=vendor,node_modules"
},
"plugin": {
"name": "Simple URLs",
"uri": "https://github.com/studiopress/simple-urls",
"description": "Simple URLs is a complete URL management system that allows you create, manage, and track outbound links from your site by using custom post types and 301 redirects.",
"author": "StudioPress",
"authoruri": "https://www.studiopress.com/",
"version": "0.9.9",
"license": "GPL-2.0+",
"licenseuri": "https://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "simple-urls"
}
}

View File

@@ -0,0 +1,151 @@
# Copyright (C) 2019 Nathan Rice
# This file is distributed under the GNU General Public License v2.0 (or later).
msgid ""
msgstr ""
"Project-Id-Version: Simple URLs 0.9.9\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-urls\n"
"POT-Creation-Date: 2019-06-19 02:28:51+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: node-wp-i18n 1.2.3\n"
#: includes/class-simple-urls-admin.php:35
msgid "Title"
msgstr ""
#: includes/class-simple-urls-admin.php:36
msgid "Redirect to"
msgstr ""
#: includes/class-simple-urls-admin.php:37
msgid "Permalink"
msgstr ""
#: includes/class-simple-urls-admin.php:38
msgid "Clicks"
msgstr ""
#: includes/class-simple-urls-admin.php:103
msgid "URL Information"
msgstr ""
#: includes/class-simple-urls-admin.php:115
msgid "Redirect URI"
msgstr ""
#: includes/class-simple-urls-admin.php:117
msgid ""
"This is the URL that the Redirect Link you create on this page will "
"redirect to when accessed in a web browser."
msgstr ""
#: includes/class-simple-urls-admin.php:121
#. translators: %d is the counter of clicks.
msgid "This URL has been accessed %d times"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Simple URLs"
msgstr ""
#: includes/class-simple-urls.php:42
msgid "URL"
msgstr ""
#: includes/class-simple-urls.php:43
msgid "Add New"
msgstr ""
#: includes/class-simple-urls.php:44
msgid "Add New URL"
msgstr ""
#: includes/class-simple-urls.php:45
msgid "Edit"
msgstr ""
#: includes/class-simple-urls.php:46
msgid "Edit URL"
msgstr ""
#: includes/class-simple-urls.php:47
msgid "New URL"
msgstr ""
#: includes/class-simple-urls.php:48 includes/class-simple-urls.php:49
msgid "View URL"
msgstr ""
#: includes/class-simple-urls.php:50
msgid "Search URL"
msgstr ""
#: includes/class-simple-urls.php:51
msgid "No URLs found"
msgstr ""
#: includes/class-simple-urls.php:52
msgid "No URLs found in Trash"
msgstr ""
#: includes/class-simple-urls.php:56 includes/class-simple-urls.php:63
#. translators: %s: link for the update
#. translators: %s: URL to view
msgid "URL updated. <a href=\"%s\">View URL</a>"
msgstr ""
#: includes/class-simple-urls.php:57
msgid "Custom field updated."
msgstr ""
#: includes/class-simple-urls.php:58
msgid "Custom field deleted."
msgstr ""
#: includes/class-simple-urls.php:59
msgid "URL updated."
msgstr ""
#: includes/class-simple-urls.php:61
#. translators: %s: date and time of the revision
msgid "Post restored to revision from %s"
msgstr ""
#: includes/class-simple-urls.php:64
msgid "URL saved."
msgstr ""
#: includes/class-simple-urls.php:65
msgid "URL submitted."
msgstr ""
#: includes/class-simple-urls.php:66
msgid "URL scheduled"
msgstr ""
#: includes/class-simple-urls.php:67
msgid "URL draft updated."
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://wordpress.org/plugins/simple-urls/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"Simple URLs is a complete URL management system that allows you create, "
"manage, and track outbound links from your site by using custom post types "
"and 301 redirects."
msgstr ""
#. Author of the plugin/theme
msgid "Nathan Rice"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://www.nathanrice.net/"
msgstr ""