Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# TranslationMANAGER for WordPress
With TranslationMANAGER, it is easy and straightforward to export content from your WordPress Multisite to be translated by Inpsyde's trusted partner [Eurotext](https://eurotext.de/en/).
With TranslationMANAGER, it is easy and straightforward to export content from your WordPress Multisite to be translated by Syde's trusted partner [Eurotext](https://eurotext.de/en/).

## Description

TranslationMANAGER is a WordPress plugin that allows a user with the correct roles to request a translation of one or multiple articles, pages etc. However, TranslationMANAGER cannot import the content into the correct location because it does not have any information in relation to this. A Multilingual plugin is required for this purpose.

TranslationMANAGER works on sites with [MultilingualPress 3](https://multilingualpress.org/), Inpsyde’s solution for multilingual WordPress sites.
TranslationMANAGER works on sites with [MultilingualPress 3](https://multilingualpress.org/), Syde’s solution for multilingual WordPress sites.

MultilingualPress requires some setup and our [documentation](https://multilingualpress.org/docs-category/multilingualpress-3-getting-started/) provides information on how to connect sites and content.

Expand Down Expand Up @@ -120,5 +120,7 @@ On the Spanish version of the site, the same "Text-Section" block is assigned th

To identify reusable blocks in the database, look for the following markup: `<!-- wp:block {"ref":1429} /-->`

## License
This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See [LICENSE](./LICENSE) for complete license.
## Copyright and License

This package is [free software](https://www.gnu.org/philosophy/free-sw.en.html) distributed under the terms of the GNU General Public License version 2 or (at your option) any later version. For the full license, see [LICENSE](./LICENSE).

10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
},
"authors": [
{
"name": "Inpsyde GmbH",
"homepage": "https://inpsyde.com/",
"email": "hello@inpsyde.com",
"name": "Syde GmbH",
"homepage": "https://syde.com/",
"email": "hello@syde.com",
"role": "Company"
}
],
Expand Down Expand Up @@ -59,7 +59,9 @@
},
"extra": {
"installer-paths": {
"vendor/{$vendor}/{$name}": ["type:wordpress-plugin"]
"vendor/{$vendor}/{$name}": [
"type:wordpress-plugin"
]
}
}
}
4 changes: 2 additions & 2 deletions inc/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function ( array $links, $file ) {
if ( false !== strpos( $file, 'translationmanager.php' ) ) {
$links[1] = wp_kses(
__(
'By <a href="https://eurotext.de/en">Eurotext AG</a> & <a href="https://inpsyde.com/">Inpsyde GmbH</a>',
'By <a href="https://eurotext.de/en">Eurotext AG</a> & <a href="https://syde.com/">Syde GmbH</a>',
'translationmanager'
),
'data'
Expand All @@ -61,7 +61,7 @@ function ( $admin_footer_text ) {
$page = sanitize_text_field( wp_unslash( $_GET['page'] ?? '' ) );

if ( false !== strstr( $page, \Translationmanager\Pages\PageOptions::SLUG ) ) {
$admin_footer_text = '<a href="http://inpsyde.com" class="inpsyde-logo-translationmanager" title="Inpsyde GmbH" class="screen-reader-text">Inpsyde GmbH</a></br>'
$admin_footer_text = '<a href="http://syde.com" class="inpsyde-logo-translationmanager" title="Syde GmbH" class="screen-reader-text">Syde GmbH</a></br>'
. $default_text;
}

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "WordPress plugin for translating content from your WordPress Multisite via Eurotext.",
"main": "index.js",
"author": {
"name": "Inpsyde GmbH",
"email": "hello@inpsyde.com",
"url": "https://inpsyde.com/"
"name": "Syde GmbH",
"email": "hello@syde.com",
"url": "https://syde.com/"
},
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/inpsyde/translationmanager",
"homepage": "https://syde.com",
"devDependencies": {
"date-and-time": "^0.14.0",
"del": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=== TranslationMANAGER for WordPress ===
Contributors: Inpsyde, Eurotext, paddyullrich, wido
Contributors: Syde, Eurotext, paddyullrich, wido
Tags: translation, api, I18N
Donate link: https://eurotext-ecommerce.com
Requires at least: 5.0
Expand All @@ -14,7 +14,7 @@ With *TranslationMANAGER*, exporting content from your WordPress Multisite is ea

TranslationMANAGER is a WordPress plugin that allows a user with the correct roles to request a translation of one or multiple articles, pages etc. However, TranslationMANAGER cannot import the content into the correct location because it does not have any information in relation to this. A Multilingual plugin is required for this purpose.

TranslationMANAGER works on sites with MultilingualPress 3 (https://multilingualpress.org/), Inpsyde’s solution for multilingual WordPress sites.
TranslationMANAGER works on sites with MultilingualPress 3 (https://multilingualpress.org/), Syde’s solution for multilingual WordPress sites.

MultilingualPress requires some setup and our documentation (https://multilingualpress.org/docs-category/multilingualpress-3-getting-started/) provides information on how to connect sites and content.

Expand Down
2 changes: 1 addition & 1 deletion resources/scss/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ $color__black--transparent: hsla(0, 0%, 0%, .88);
// flat colors
$color__clouds: #ecf0f1;

// Inpsyde
// Syde
$color__inpsyde: #8fb900;
$color__inpsyde--dark: darken($color__inpsyde, 10%);
2 changes: 1 addition & 1 deletion resources/scss/system-status/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ $color__white: #fff;
$color__orange: #ffa500;
$color__red: #ff544b;

// Inpsyde
// Syde
$color__inpsyde: #8fb900;
$color__inpsyde--dark: darken($color__inpsyde, 20%);
15 changes: 0 additions & 15 deletions src/TableList/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,8 @@
* @author Guido Scialfa <dev@guidoscialfa.com>
* @package Translation Manager
* @copyright Copyright (c) 2018, Guido Scialfa
* @license GNU General Public License, version 2
*
* Copyright (C) 2018 Guido Scialfa <dev@guidoscialfa.com>
*
* 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 2
* of the License, or (at your option) any later version.
*
* 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

namespace Translationmanager\TableList;
Expand Down
8 changes: 0 additions & 8 deletions src/Xliff/Export.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<?php

# -*- coding: utf-8 -*-
/*
* This file is part of the MultilingualPress package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

Expand Down
8 changes: 0 additions & 8 deletions src/Xliff/Import.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<?php

# -*- coding: utf-8 -*-
/*
* This file is part of the MultilingualPress package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

Expand Down
8 changes: 0 additions & 8 deletions src/Xliff/PostTranslatableParts/AcfFields.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<?php

# -*- coding: utf-8 -*-
/*
* This file is part of the MultilingualPress package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

Expand Down
8 changes: 0 additions & 8 deletions src/Xliff/PostTranslatableParts/GeneralFields.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<?php

# -*- coding: utf-8 -*-
/*
* This file is part of the MultilingualPress package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

Expand Down
8 changes: 0 additions & 8 deletions src/Xliff/PostTranslatableParts/YoastFields.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<?php

# -*- coding: utf-8 -*-
/*
* This file is part of the MultilingualPress package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

Expand Down
15 changes: 0 additions & 15 deletions src/Xliff/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,8 @@
* @author Guido Scialfa <dev@guidoscialfa.com>
* @package Translation Manager
* @copyright Copyright (c) 2018, Guido Scialfa
* @license GNU General Public License, version 2
*
* Copyright (C) 2018 Guido Scialfa <dev@guidoscialfa.com>
*
* 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 2
* of the License, or (at your option) any later version.
*
* 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

namespace Translationmanager\Xliff;
Expand Down
15 changes: 0 additions & 15 deletions src/Xliff/SettingsView.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,8 @@
* @author Guido Scialfa <dev@guidoscialfa.com>
* @package Translation Manager
* @copyright Copyright (c) 2018, Guido Scialfa
* @license GNU General Public License, version 2
*
* Copyright (C) 2018 Guido Scialfa <dev@guidoscialfa.com>
*
* 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 2
* of the License, or (at your option) any later version.
*
* 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. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

namespace Translationmanager\Xliff;
Expand Down
8 changes: 0 additions & 8 deletions src/Xliff/Xliff.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<?php

# -*- coding: utf-8 -*-
/*
* This file is part of the MultilingualPress package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

Expand Down
8 changes: 0 additions & 8 deletions src/Xliff/XliffElementHelper.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<?php

# -*- coding: utf-8 -*-
/*
* This file is part of the MultilingualPress package.
*
* (c) Inpsyde GmbH
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

Expand Down
6 changes: 2 additions & 4 deletions translationmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
* Plugin URI: https://eurotext.de/en
* Description: Translate your content from a WordPress Multisite and MultilingualPress.
* Version: 1.5.0
* Author: Inpsyde
* Author URI: https://inpsyde.com/
* Author: Syde GmbH
* Author URI: https://syde.com/
* Text Domain: translationmanager
* License: GPLv2+
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Requires at least: 5.0
* Requires PHP: 7.2
* Domain Path: /languages
Expand Down