mirror of
https://github.com/Piwigo/Piwigo-Social-Buttons.git
synced 2026-05-03 12:02:44 +02:00
27 lines
1.7 KiB
PHP
27 lines
1.7 KiB
PHP
<?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['Annotation'] = 'הערה';
|
|
$lang['Bottom'] = 'תחתית';
|
|
$lang['Bubble'] = 'בועה';
|
|
$lang['Button position on picture page'] = 'מיקום הכפתורים בדף התמונה';
|
|
$lang['Button type'] = 'סוג הכפתור';
|
|
$lang['Community'] = 'קהילה';
|
|
$lang['Disable'] = 'השבת';
|
|
$lang['Display buttons'] = 'הצגת כפתורים';
|
|
$lang['Enable'] = 'הפעל';
|
|
$lang['Inline text'] = 'טקסט מוטבע';
|
|
$lang['Light mode'] = 'מצב אור';
|
|
$lang['Right bubble'] = 'בועת ימין';
|
|
$lang['Shared picture size'] = 'גודל תמונה משותפת';
|
|
$lang['Toolbar'] = 'סרגל כלים';
|
|
$lang['Top'] = 'עליון';
|
|
$lang['Top bubble'] = 'בועת עליון';
|
|
$lang['Via'] = 'דרך';
|
|
$lang['When light mode is activated no external script is loaded, it <b>speeds up the load of the page and disables user tracking</b> but also disables annotations and in-page popups.'] = 'כאשר מופעל מצב אור לא נטען סקריפט חיצוני, זה <b>מאיץ את טעינת העמוד ומבטל מעקב משתמש</b> אך גם מבטל הערות וחלונות קופצים בעמוד.';
|
|
$lang['on photo and album'] = 'על תמונה ואלבום';
|
|
$lang['only on photo'] = 'רק על תמונה'; |