Skip to content

Commit

Permalink
Update uk_UA, thanks to m_alien
Browse files Browse the repository at this point in the history
  • Loading branch information
Piwigo-TranslationTeam committed Jan 11, 2022
1 parent e32367d commit 885a9fd
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions language/uk_UA/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Це базовий плагін для отримання згоди на використання файлів cookie. Це спливаюче вікно згоди відображається один раз. Повністю настроюється за допомогою тексту та URL-адреси.
27 changes: 27 additions & 0 deletions language/uk_UA/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php
// +-----------------------------------------------------------------------+
// | Lexiglot - A PHP based translation tool |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2011-2013 Damien Sorel http://www.strangeplanet.fr |
// +-----------------------------------------------------------------------+
// | 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 |
// | |
// | 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+

$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>
17 changes: 17 additions & 0 deletions language/uk_UA/plugin.lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
// +-----------------------------------------------------------------------+
// | This file is part of Piwigo. |
// | |
// | For copyright and license information, please view the COPYING.txt |
// | file that was distributed with this source code. |
// +-----------------------------------------------------------------------+
$lang['Use session cookie'] = 'Використовувати файл cookie сеансу замість постійного файлу cookie. ';
$lang['Save Settings'] = 'Зберегти налаштування';
$lang['Message text'] = 'Текст повідомлення';
$lang['Full screen overlay'] = 'Повноекранний оверлей замість смуги в нижній частині екрана. ';
$lang['Common configuration'] = 'Загальні налаштування';
$lang['Button text'] = 'Текст кнопки';
$lang['More Info'] = 'Більше інформації';
$lang['URL'] = 'URL';
$lang['Fullscreen'] = 'Повний екран';
$lang['Accept'] = 'Прийняти';

0 comments on commit 885a9fd

Please sign in to comment.