2
0
Fork 0

add de, es, fr, it, ru translations

This commit is contained in:
ivan 2020-04-05 01:51:22 +03:00
parent 01d81c6f21
commit 79b7bb627f
6 changed files with 21 additions and 1 deletions

4
link/lang/de/strings.php Normal file
View File

@ -0,0 +1,4 @@
<?php
App::$strings["Link on Hub"] = "Link auf dem Hub";
App::$strings["Show \"Link on Hub\" in the dropdown menu"] = "Zeige \"Link auf dem Hub\" im Dropdown-Menü";

4
link/lang/es/strings.php Normal file
View File

@ -0,0 +1,4 @@
<?php
App::$strings["Link on Hub"] = "Enlazar con la entrada en el hub";
App::$strings["Show \"Link on Hub\" in the dropdown menu"] = "Mostrar \"Enlazar con la entrada en el hub\" en el menú desplegable";

4
link/lang/fr/strings.php Normal file
View File

@ -0,0 +1,4 @@
<?php
App::$strings["Link on Hub"] = "Lien sur le Hub";
App::$strings["Show \"Link on Hub\" in the dropdown menu"] = "Afficher \"Lien sur le Hub\" dans le menu déroulant";

4
link/lang/it/strings.php Normal file
View File

@ -0,0 +1,4 @@
<?php
App::$strings["Link on Hub"] = "Link al hub";
App::$strings["Show \"Link on Hub\" in the dropdown menu"] = "Mostra \"Link al hub\" nel menu a tendina";

4
link/lang/ru/strings.php Normal file
View File

@ -0,0 +1,4 @@
<?php
App::$strings["Link on Hub"] = "Ссылка на хабе";
App::$strings["Show \"Link on Hub\" in the dropdown menu"] = "Показывать \"Ссылку на хабе\" в выпадающем меню";

View File

@ -2,7 +2,7 @@
/**
* Name: Link
* Description: Using short links on whole hub
* Version: 0.55
* Version: 0.65
* Author: ivan zlax <@zlax@ussr.win>
* Maintainer: ivan zlax <@zlax@ussr.win>
*/