language cleanup (exact duplicates or almost same duplicate)
git-svn-id: http://piwigo.org/svn/trunk@12677 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
adc90e72b6
commit
76780eb578
84 changed files with 18 additions and 247 deletions
|
|
@ -66,13 +66,13 @@ jQuery(document).ready(function(){ldelim}
|
||||||
{if cat_admin_access($category.ID)}
|
{if cat_admin_access($category.ID)}
|
||||||
<li><a href="{$category.U_JUMPTO}" title="{'jump to album'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_jump-to.png" alt="{'jump to album'|@translate}"></a></li>
|
<li><a href="{$category.U_JUMPTO}" title="{'jump to album'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_jump-to.png" alt="{'jump to album'|@translate}"></a></li>
|
||||||
{/if}
|
{/if}
|
||||||
<li><a href="{$category.U_EDIT}" title="{'edit album'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_edit.png" alt="{'edit'|@translate}"></a></li>
|
<li><a href="{$category.U_EDIT}" title="{'Edit album'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_edit.png" alt="{'Edit'|@translate}"></a></li>
|
||||||
{if isset($category.U_MANAGE_ELEMENTS) }
|
{if isset($category.U_MANAGE_ELEMENTS) }
|
||||||
<li><a href="{$category.U_MANAGE_ELEMENTS}" title="{'manage album photos'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_elements.png" alt="{'Photos'|@translate}"></a></li>
|
<li><a href="{$category.U_MANAGE_ELEMENTS}" title="{'manage album photos'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_elements.png" alt="{'Photos'|@translate}"></a></li>
|
||||||
{/if}
|
{/if}
|
||||||
<li><a href="{$category.U_CHILDREN}" title="{'manage sub-albums'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_children.png" alt="{'sub-albums'|@translate}"></a></li>
|
<li><a href="{$category.U_CHILDREN}" title="{'manage sub-albums'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_children.png" alt="{'sub-albums'|@translate}"></a></li>
|
||||||
{if isset($category.U_MANAGE_PERMISSIONS) }
|
{if isset($category.U_MANAGE_PERMISSIONS) }
|
||||||
<li><a href="{$category.U_MANAGE_PERMISSIONS}" title="{'edit album permissions'|@translate}" ><img src="{$themeconf.admin_icon_dir}/category_permissions.png" alt="{'Permissions'|@translate}"></a></li>
|
<li><a href="{$category.U_MANAGE_PERMISSIONS}" title="{'Edit album permissions'|@translate}" ><img src="{$themeconf.admin_icon_dir}/category_permissions.png" alt="{'Permissions'|@translate}"></a></li>
|
||||||
{/if}
|
{/if}
|
||||||
{if isset($category.U_SYNC) }
|
{if isset($category.U_SYNC) }
|
||||||
<li><a href="{$category.U_SYNC}" title="{'Synchronize'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/synchronize.png" alt="{'Synchronize'|@translate}"></a></li>
|
<li><a href="{$category.U_SYNC}" title="{'Synchronize'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/synchronize.png" alt="{'Synchronize'|@translate}"></a></li>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
<li><a href="{$U_MANAGE_RANKS}" title="{'manage photo ranks'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/ranks.png" alt="{'ranks'|@translate}"></a></li>
|
<li><a href="{$U_MANAGE_RANKS}" title="{'manage photo ranks'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/ranks.png" alt="{'ranks'|@translate}"></a></li>
|
||||||
<li><a href="{$U_CHILDREN}" title="{'manage sub-albums'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_children.png" alt="{'sub-albums'|@translate}"></a></li>
|
<li><a href="{$U_CHILDREN}" title="{'manage sub-albums'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_children.png" alt="{'sub-albums'|@translate}"></a></li>
|
||||||
{if isset($U_MANAGE_PERMISSIONS) }
|
{if isset($U_MANAGE_PERMISSIONS) }
|
||||||
<li><a href="{$U_MANAGE_PERMISSIONS}" title="{'edit album permissions'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_permissions.png" alt="{'Permissions'|@translate}"></a></li>
|
<li><a href="{$U_MANAGE_PERMISSIONS}" title="{'Edit album permissions'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_permissions.png" alt="{'Permissions'|@translate}"></a></li>
|
||||||
{/if}
|
{/if}
|
||||||
{if isset($U_SYNC) }
|
{if isset($U_SYNC) }
|
||||||
<li><a href="{$U_SYNC}" title="{'Synchronize'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/synchronize.png" alt="{'Synchronize'|@translate}"></a></li>
|
<li><a href="{$U_SYNC}" title="{'Synchronize'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/synchronize.png" alt="{'Synchronize'|@translate}"></a></li>
|
||||||
|
|
|
||||||
|
|
@ -175,4 +175,5 @@ $lang['Level 8'] = 'Vlak 8';
|
||||||
$lang['Main'] = 'Hoof';
|
$lang['Main'] = 'Hoof';
|
||||||
$lang['Main Page'] = 'Hoofblad';
|
$lang['Main Page'] = 'Hoofblad';
|
||||||
$lang['Width'] = 'Wydte';
|
$lang['Width'] = 'Wydte';
|
||||||
|
$lang['Add to caddie'] = "plaas in mandjie";
|
||||||
?>
|
?>
|
||||||
|
|
@ -144,8 +144,6 @@ $lang['Manage this user comment: %s'] = 'Bestuur die gebruiker se kommentaar: %s
|
||||||
$lang['Email address is missing. Please specify an email address.'] = "Epos adres word vermis. Spesifiseer asb. epos adres.";
|
$lang['Email address is missing. Please specify an email address.'] = "Epos adres word vermis. Spesifiseer asb. epos adres.";
|
||||||
$lang['This author modified following comment:'] = 'Die outeur het die volgende kommentaar verander:';
|
$lang['This author modified following comment:'] = 'Die outeur het die volgende kommentaar verander:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Die outeur het die kommentaar met id %d verwyder';
|
$lang['This author removed the comment with id %d'] = 'Die outeur het die kommentaar met id %d verwyder';
|
||||||
$lang['delete this comment'] = "verwyder die kommentaar";
|
|
||||||
$lang['validate this comment'] = 'keur die kommentaar goed';
|
|
||||||
$lang['html tags are not allowed in login'] = 'html mag nie in aantekening gebruik word nie';
|
$lang['html tags are not allowed in login'] = 'html mag nie in aantekening gebruik word nie';
|
||||||
$lang['%d rates'] = '%d graderings';
|
$lang['%d rates'] = '%d graderings';
|
||||||
$lang['Rating score'] = 'Gradering telling';
|
$lang['Rating score'] = 'Gradering telling';
|
||||||
|
|
@ -173,7 +171,6 @@ $lang['EXIF Metadata'] = 'EXIF Metadata';
|
||||||
$lang['IPTC Metadata'] = 'IPTC Metadata';
|
$lang['IPTC Metadata'] = 'IPTC Metadata';
|
||||||
$lang['About Piwigo'] = "Oor Piwigo";
|
$lang['About Piwigo'] = "Oor Piwigo";
|
||||||
$lang['You are not authorized to access the requested page'] = "U is nie gemagtig om die blad te besoek nie";
|
$lang['You are not authorized to access the requested page'] = "U is nie gemagtig om die blad te besoek nie";
|
||||||
$lang['add to caddie'] = "plaas in mandjie";
|
|
||||||
$lang['add this photo to your favorites'] = "plaas die foto by u gunstelinge";
|
$lang['add this photo to your favorites'] = "plaas die foto by u gunstelinge";
|
||||||
$lang['Administration'] = "Administrasie";
|
$lang['Administration'] = "Administrasie";
|
||||||
$lang['all'] = "alles";
|
$lang['all'] = "alles";
|
||||||
|
|
@ -366,7 +363,6 @@ $lang['Reset to default values'] = "Herstel na verstek waardes";
|
||||||
$lang['delete all photos from your favorites'] = "verwyder alle fotos vanuit gunstelinge";
|
$lang['delete all photos from your favorites'] = "verwyder alle fotos vanuit gunstelinge";
|
||||||
$lang['Sent by'] = "Gestuur deur";
|
$lang['Sent by'] = "Gestuur deur";
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Koekblik is toe, of word nie deur u leser ondersteun nie. U moet koekies ontvang om te kan aanteken.";
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Koekblik is toe, of word nie deur u leser ondersteun nie. U moet koekies ontvang om te kan aanteken.";
|
||||||
$lang['edit this comment'] = "wysig die kommentaar";
|
|
||||||
$lang['Edit a comment'] = "Wysig kommentaar";
|
$lang['Edit a comment'] = "Wysig kommentaar";
|
||||||
$lang['Are you sure?'] = "Is jy seker?";
|
$lang['Are you sure?'] = "Is jy seker?";
|
||||||
$lang['(!) This comment requires validation'] = '(!) Die kommentaar vereis validasie';
|
$lang['(!) This comment requires validation'] = '(!) Die kommentaar vereis validasie';
|
||||||
|
|
|
||||||
|
|
@ -202,7 +202,6 @@ $lang['Date'] = 'التاريخ';
|
||||||
$lang['delete album'] = 'حذف الألبوم';
|
$lang['delete album'] = 'حذف الألبوم';
|
||||||
$lang['Dissociate from album'] = 'فصل من الألبوم';
|
$lang['Dissociate from album'] = 'فصل من الألبوم';
|
||||||
$lang['dissociate from group'] = 'فصل من المجموعه';
|
$lang['dissociate from group'] = 'فصل من المجموعه';
|
||||||
$lang['edit album permissions'] = 'تحرير تصاريح الألبوم';
|
|
||||||
$lang['Album updated successfully'] = 'تم تحديث معلومات الألبومات بنجاح منقط النظير.';
|
$lang['Album updated successfully'] = 'تم تحديث معلومات الألبومات بنجاح منقط النظير.';
|
||||||
$lang['photos per page'] = 'عدد في كل صفحة';
|
$lang['photos per page'] = 'عدد في كل صفحة';
|
||||||
$lang['High definition enabled'] = 'تمكين ابعاد الارتفاع';
|
$lang['High definition enabled'] = 'تمكين ابعاد الارتفاع';
|
||||||
|
|
@ -555,7 +554,6 @@ $lang['Templates configuration has been recorded.'] = 'تم تسجيل قاول
|
||||||
$lang['All optimizations have been successfully completed.'] = 'تمت عملية التحسينات بنجاح.';
|
$lang['All optimizations have been successfully completed.'] = 'تمت عملية التحسينات بنجاح.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'اكتملت عملية التحسين مع';
|
$lang['Optimizations have been completed with some errors.'] = 'اكتملت عملية التحسين مع';
|
||||||
$lang['Modify information'] = 'تعديل المعلومات';
|
$lang['Modify information'] = 'تعديل المعلومات';
|
||||||
$lang['edit album'] = 'تحرير ملعومات الالبوم';
|
|
||||||
$lang['nothing'] = 'لا شيء';
|
$lang['nothing'] = 'لا شيء';
|
||||||
$lang['overrides existing values with empty ones'] = 'استبدل القيم الموجودة بقيم فارغة';
|
$lang['overrides existing values with empty ones'] = 'استبدل القيم الموجودة بقيم فارغة';
|
||||||
$lang['manage photo ranks'] = 'إدارة ترتيب الصور';
|
$lang['manage photo ranks'] = 'إدارة ترتيب الصور';
|
||||||
|
|
@ -815,4 +813,5 @@ $lang['Unable to dump database.'] = 'غير قادرعلى تفريق قاعدة
|
||||||
$lang['Some upgrades are available for extensions.'] = 'تتوفر بعض الترقية للاضافات';
|
$lang['Some upgrades are available for extensions.'] = 'تتوفر بعض الترقية للاضافات';
|
||||||
$lang['Height'] = 'الارتفاع';
|
$lang['Height'] = 'الارتفاع';
|
||||||
$lang['Width'] = 'العرض';
|
$lang['Width'] = 'العرض';
|
||||||
|
$lang['Add to caddie'] = 'اضفها الي السلة';
|
||||||
?>
|
?>
|
||||||
|
|
@ -122,7 +122,6 @@ $lang['Webmaster'] = 'مدير الموقع';
|
||||||
$lang['Week %d'] = 'اسبوع %d';
|
$lang['Week %d'] = 'اسبوع %d';
|
||||||
$lang['About Piwigo'] = 'لماذا هذا المعرض؟ ';
|
$lang['About Piwigo'] = 'لماذا هذا المعرض؟ ';
|
||||||
$lang['You are not authorized to access the requested page'] = 'لم تقم بتسجيل الدخول او انك غير مشترك او .. غير مصرح لك';
|
$lang['You are not authorized to access the requested page'] = 'لم تقم بتسجيل الدخول او انك غير مشترك او .. غير مصرح لك';
|
||||||
$lang['add to caddie'] = 'اضفها الي السلة';
|
|
||||||
$lang['add this photo to your favorites'] = 'اضف هذه الصوة لمفضلتك ';
|
$lang['add this photo to your favorites'] = 'اضف هذه الصوة لمفضلتك ';
|
||||||
$lang['Administration'] = 'الإدارة';
|
$lang['Administration'] = 'الإدارة';
|
||||||
$lang['all'] = 'كل';
|
$lang['all'] = 'كل';
|
||||||
|
|
@ -332,12 +331,10 @@ $lang['letters'] = 'الرسائل';
|
||||||
$lang['show tag cloud'] = 'عرض سحابة الكلمات';
|
$lang['show tag cloud'] = 'عرض سحابة الكلمات';
|
||||||
$lang['cloud'] = 'سحابة';
|
$lang['cloud'] = 'سحابة';
|
||||||
$lang['Are you sure?'] = 'هل انت متأكد?';
|
$lang['Are you sure?'] = 'هل انت متأكد?';
|
||||||
$lang['delete this comment'] = 'حذف هذا التعليق';
|
|
||||||
$lang['Reset to default values'] = 'ارجع للقيم الافتراضية';
|
$lang['Reset to default values'] = 'ارجع للقيم الافتراضية';
|
||||||
$lang['delete all photos from your favorites'] = 'احذف كل الصور من مفضلتي';
|
$lang['delete all photos from your favorites'] = 'احذف كل الصور من مفضلتي';
|
||||||
$lang['Sent by'] = 'أرسل بواسطة : ';
|
$lang['Sent by'] = 'أرسل بواسطة : ';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'ملفات الارتباط محضورة في متصفحك أو غير معتمده ،يجب تمكين الكوكيز للتمكن من التسجيل';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'ملفات الارتباط محضورة في متصفحك أو غير معتمده ،يجب تمكين الكوكيز للتمكن من التسجيل';
|
||||||
$lang['edit this comment'] = 'عدل هذا التعليق';
|
|
||||||
$lang['Edit a comment'] = 'حرر تعليق';
|
$lang['Edit a comment'] = 'حرر تعليق';
|
||||||
$lang['(!) This comment requires validation'] = '(!) التعليق يحتاج تصريح';
|
$lang['(!) This comment requires validation'] = '(!) التعليق يحتاج تصريح';
|
||||||
$lang['Welcome'] = 'مرحبا بك';
|
$lang['Welcome'] = 'مرحبا بك';
|
||||||
|
|
@ -349,7 +346,6 @@ $lang['I want to add photos'] = 'أريد أن اضيف صور';
|
||||||
$lang['Manage this user comment: %s'] = ' %s حرر تعليق المستخدم :';
|
$lang['Manage this user comment: %s'] = ' %s حرر تعليق المستخدم :';
|
||||||
$lang['This author modified following comment:'] = 'هذا الكاتب عدل في تعليقه : ';
|
$lang['This author modified following comment:'] = 'هذا الكاتب عدل في تعليقه : ';
|
||||||
$lang['This author removed the comment with id %d'] = 'هذا الكاتب أزال تعليقه : %d';
|
$lang['This author removed the comment with id %d'] = 'هذا الكاتب أزال تعليقه : %d';
|
||||||
$lang['validate this comment'] = 'السماح بهذا التعليق ';
|
|
||||||
$lang['html tags are not allowed in login'] = 'اكواد html غير مسموحة في تسجيل الدخول';
|
$lang['html tags are not allowed in login'] = 'اكواد html غير مسموحة في تسجيل الدخول';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
@ -31,5 +31,5 @@ $lang['Preferences'] = 'Предпочитания';
|
||||||
$lang['Rate'] = 'Оценка';
|
$lang['Rate'] = 'Оценка';
|
||||||
$lang['Average rate'] = 'Средна оценка';
|
$lang['Average rate'] = 'Средна оценка';
|
||||||
$lang['Zoom'] = 'Увеличи';
|
$lang['Zoom'] = 'Увеличи';
|
||||||
|
$lang['Add to caddie'] = 'Добави в кутийката';
|
||||||
?>
|
?>
|
||||||
|
|
@ -160,7 +160,6 @@ $lang['Reset to default values'] = 'Върни до настройки по по
|
||||||
$lang['delete all photos from your favorites'] = 'изтрий всички снимки от любими';
|
$lang['delete all photos from your favorites'] = 'изтрий всички снимки от любими';
|
||||||
$lang['Sent by'] = 'Изпратено от';
|
$lang['Sent by'] = 'Изпратено от';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Блокирали сте бисквитките или Вашият браузър не ги поддържа. Разрешете бисквитките за да влезете в системата.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Блокирали сте бисквитките или Вашият браузър не ги поддържа. Разрешете бисквитките за да влезете в системата.';
|
||||||
$lang['edit this comment'] = 'Редактирай този коментар';
|
|
||||||
$lang['Edit a comment'] = 'Редактирай коментар';
|
$lang['Edit a comment'] = 'Редактирай коментар';
|
||||||
$lang['Are you sure?'] = 'Сигурен ли сте?';
|
$lang['Are you sure?'] = 'Сигурен ли сте?';
|
||||||
$lang['%d Kb'] = '%d Кб';
|
$lang['%d Kb'] = '%d Кб';
|
||||||
|
|
@ -200,7 +199,6 @@ $lang['Webmaster'] = 'Уебмастър';
|
||||||
$lang['Week %d'] = 'Седмица %d';
|
$lang['Week %d'] = 'Седмица %d';
|
||||||
$lang['About Piwigo'] = 'За Piwigo';
|
$lang['About Piwigo'] = 'За Piwigo';
|
||||||
$lang['You are not authorized to access the requested page'] = 'Вие нямате права за достъп до желаната страница.';
|
$lang['You are not authorized to access the requested page'] = 'Вие нямате права за достъп до желаната страница.';
|
||||||
$lang['add to caddie'] = 'добави в кутийката';
|
|
||||||
$lang['add this photo to your favorites'] = 'добави снимката в любими';
|
$lang['add this photo to your favorites'] = 'добави снимката в любими';
|
||||||
$lang['Administration'] = 'Администрация';
|
$lang['Administration'] = 'Администрация';
|
||||||
$lang['all'] = 'всички';
|
$lang['all'] = 'всички';
|
||||||
|
|
@ -342,8 +340,6 @@ $lang['Manage this user comment: %s'] = 'Управление на потреб
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'Липсва е-Мейл адрес. Моля въведете е-Мейл адрес.';
|
$lang['Email address is missing. Please specify an email address.'] = 'Липсва е-Мейл адрес. Моля въведете е-Мейл адрес.';
|
||||||
$lang['This author modified following comment:'] = 'Автора промени следния коментар:';
|
$lang['This author modified following comment:'] = 'Автора промени следния коментар:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Автора премахна коментара с id %d';
|
$lang['This author removed the comment with id %d'] = 'Автора премахна коментара с id %d';
|
||||||
$lang['delete this comment'] = 'изтрийте този коментар';
|
|
||||||
$lang['validate this comment'] = 'потвърдете този коментар';
|
|
||||||
$lang['html tags are not allowed in login'] = 'html тагове не са разрешени в логина';
|
$lang['html tags are not allowed in login'] = 'html тагове не са разрешени в логина';
|
||||||
$lang['Unknown feed identifier'] = 'Неизвестен индетификатор';
|
$lang['Unknown feed identifier'] = 'Неизвестен индетификатор';
|
||||||
$lang['The number of photos per page must be a not null scalar'] = 'Броят на снимките на страница трябва да е различен от нула';
|
$lang['The number of photos per page must be a not null scalar'] = 'Броят на снимките на страница трябва да е различен от нула';
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,6 @@ $lang['Date'] = 'Data';
|
||||||
$lang['delete album'] = 'elimina l\'àlbum';
|
$lang['delete album'] = 'elimina l\'àlbum';
|
||||||
$lang['Dissociate from album'] = 'desassòcia l\'àlbum';
|
$lang['Dissociate from album'] = 'desassòcia l\'àlbum';
|
||||||
$lang['dissociate from group'] = 'desassòcia del grup';
|
$lang['dissociate from group'] = 'desassòcia del grup';
|
||||||
$lang['edit album permissions'] = 'edita els permisos de l\'àlbum ';
|
|
||||||
$lang['Album updated successfully'] = 'Àlbum actualitzat correctament.';
|
$lang['Album updated successfully'] = 'Àlbum actualitzat correctament.';
|
||||||
$lang['photos per page'] = 'elements per pàgina';
|
$lang['photos per page'] = 'elements per pàgina';
|
||||||
$lang['High definition enabled'] = 'Alta definicio habilitat';
|
$lang['High definition enabled'] = 'Alta definicio habilitat';
|
||||||
|
|
@ -563,7 +562,6 @@ $lang['Templates configuration has been recorded.'] = 'Templates configuration h
|
||||||
$lang['All optimizations have been successfully completed.'] = 'All optimizations have been successfully completed.';
|
$lang['All optimizations have been successfully completed.'] = 'All optimizations have been successfully completed.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Optimizations have been completed with some errors.';
|
$lang['Optimizations have been completed with some errors.'] = 'Optimizations have been completed with some errors.';
|
||||||
$lang['Modify information'] = 'Modifica la informació';
|
$lang['Modify information'] = 'Modifica la informació';
|
||||||
$lang['edit album'] = 'edita la informació de la categoria';
|
|
||||||
$lang['nothing'] = 'res';
|
$lang['nothing'] = 'res';
|
||||||
$lang['overrides existing values with empty ones'] = 'overrides existing values with empty ones';
|
$lang['overrides existing values with empty ones'] = 'overrides existing values with empty ones';
|
||||||
$lang['manage photo ranks'] = 'gestiona els rànquings de les imatges';
|
$lang['manage photo ranks'] = 'gestiona els rànquings de les imatges';
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'Publicades entre %s (%s) i %s (%s
|
||||||
$lang['posted on %s'] = 'Publicades el %s';
|
$lang['posted on %s'] = 'Publicades el %s';
|
||||||
$lang['Best rated'] = 'Millor valorades';
|
$lang['Best rated'] = 'Millor valorades';
|
||||||
$lang['display best rated photos'] = 'visualitza els elements més valorats';
|
$lang['display best rated photos'] = 'visualitza els elements més valorats';
|
||||||
$lang['caddie'] = 'carret';
|
|
||||||
$lang['Calendar'] = 'Calendari';
|
$lang['Calendar'] = 'Calendari';
|
||||||
$lang['All'] = 'Tot';
|
$lang['All'] = 'Tot';
|
||||||
$lang['display each day with photos, month per month'] = 'visualitza les imatges per dia, mes a mes';
|
$lang['display each day with photos, month per month'] = 'visualitza les imatges per dia, mes a mes';
|
||||||
|
|
@ -332,10 +331,8 @@ $lang['Reset to default values'] = 'Reinicia als valors predeterminats';
|
||||||
$lang['delete all photos from your favorites'] = 'elimina totes les imatges de les preferides';
|
$lang['delete all photos from your favorites'] = 'elimina totes les imatges de les preferides';
|
||||||
$lang['Sent by'] = 'Enviat per';
|
$lang['Sent by'] = 'Enviat per';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Les galetes estan bloquejades o el navegador no en permet l\'ús. Heu d\'habilitar les galetes per poder-vos connectar.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Les galetes estan bloquejades o el navegador no en permet l\'ús. Heu d\'habilitar les galetes per poder-vos connectar.';
|
||||||
$lang['edit this comment'] = "edita aquest comentari";
|
|
||||||
$lang['Edit a comment'] = "Edita un comentari";
|
$lang['Edit a comment'] = "Edita un comentari";
|
||||||
$lang['Are you sure?'] = 'Esteu segurs?';
|
$lang['Are you sure?'] = 'Esteu segurs?';
|
||||||
$lang['delete this comment'] = 'elimina aquest comentari';
|
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'Falta l\'adreça de correu. Si us plau especifiqueu una adreça de correu.';
|
$lang['Email address is missing. Please specify an email address.'] = 'Falta l\'adreça de correu. Si us plau especifiqueu una adreça de correu.';
|
||||||
$lang['Delete'] = 'Elimina';
|
$lang['Delete'] = 'Elimina';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Aquest document necessita ser validat';
|
$lang['(!) This comment requires validation'] = '(!) Aquest document necessita ser validat';
|
||||||
|
|
@ -348,7 +345,6 @@ $lang['I want to add photos'] = 'Vull afegir fotos';
|
||||||
$lang['Manage this user comment: %s'] = 'Gestiona aquest comentari d\'usuari: %s';
|
$lang['Manage this user comment: %s'] = 'Gestiona aquest comentari d\'usuari: %s';
|
||||||
$lang['This author modified following comment:'] = 'Aquest autor ha modificat el següent comentari:';
|
$lang['This author modified following comment:'] = 'Aquest autor ha modificat el següent comentari:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Aquest autor ha eliminat el comentari amb id %d';
|
$lang['This author removed the comment with id %d'] = 'Aquest autor ha eliminat el comentari amb id %d';
|
||||||
$lang['validate this comment'] = 'valida aquest comentari';
|
|
||||||
$lang['html tags are not allowed in login'] = "les etiquetes html no són permeses en les dades d'inici de sessió";
|
$lang['html tags are not allowed in login'] = "les etiquetes html no són permeses en les dades d'inici de sessió";
|
||||||
$lang['%d rates'] = '%d valoracions';
|
$lang['%d rates'] = '%d valoracions';
|
||||||
$lang['Rating score'] = 'Resultat de valoració';
|
$lang['Rating score'] = 'Resultat de valoració';
|
||||||
|
|
|
||||||
|
|
@ -204,7 +204,6 @@ $lang['Date'] = 'Datum';
|
||||||
$lang['delete album'] = 'smazat album';
|
$lang['delete album'] = 'smazat album';
|
||||||
$lang['Dissociate from album'] = 'oddělit od album';
|
$lang['Dissociate from album'] = 'oddělit od album';
|
||||||
$lang['dissociate from group'] = 'Oddělit od skupiny';
|
$lang['dissociate from group'] = 'Oddělit od skupiny';
|
||||||
$lang['edit album permissions'] = 'editace oprávnění album';
|
|
||||||
$lang['Album updated successfully'] = 'Informace o album uloženy.';
|
$lang['Album updated successfully'] = 'Informace o album uloženy.';
|
||||||
$lang['photos per page'] = 'Položek na stránce';
|
$lang['photos per page'] = 'Položek na stránce';
|
||||||
$lang['High definition enabled'] = 'Vysoké rozlišení povoleno';
|
$lang['High definition enabled'] = 'Vysoké rozlišení povoleno';
|
||||||
|
|
@ -557,7 +556,6 @@ $lang['Templates configuration has been recorded.'] = 'Nastavení šablon bylo u
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Všechny změny byly úspěšně dokončeny.';
|
$lang['All optimizations have been successfully completed.'] = 'Všechny změny byly úspěšně dokončeny.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Změny byly dokončeny s několika chybami.';
|
$lang['Optimizations have been completed with some errors.'] = 'Změny byly dokončeny s několika chybami.';
|
||||||
$lang['Modify information'] = 'Upravit informace';
|
$lang['Modify information'] = 'Upravit informace';
|
||||||
$lang['edit album'] = 'editovat info o tomto albu';
|
|
||||||
$lang['nothing'] = 'prázdné';
|
$lang['nothing'] = 'prázdné';
|
||||||
$lang['overrides existing values with empty ones'] = 'nahradit stávající hodnoty prázdnými';
|
$lang['overrides existing values with empty ones'] = 'nahradit stávající hodnoty prázdnými';
|
||||||
$lang['manage photo ranks'] = 'spravovat hodnocení fotografií';
|
$lang['manage photo ranks'] = 'spravovat hodnocení fotografií';
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'vloženo mezi %s (%s) a %s (%s)';
|
||||||
$lang['posted on %s'] = 'vloženo %s';
|
$lang['posted on %s'] = 'vloženo %s';
|
||||||
$lang['Best rated'] = 'Nejlépe hodnocené';
|
$lang['Best rated'] = 'Nejlépe hodnocené';
|
||||||
$lang['display best rated photos'] = 'Zobrazit nejlépe hodnocené položky';
|
$lang['display best rated photos'] = 'Zobrazit nejlépe hodnocené položky';
|
||||||
$lang['caddie'] = 'Košík';
|
|
||||||
$lang['Calendar'] = 'Kalendář';
|
$lang['Calendar'] = 'Kalendář';
|
||||||
$lang['All'] = 'Vše';
|
$lang['All'] = 'Vše';
|
||||||
$lang['display each day with photos, month per month'] = 'Fotografie podle dnů, měsíc po měsíci';
|
$lang['display each day with photos, month per month'] = 'Fotografie podle dnů, měsíc po měsíci';
|
||||||
|
|
@ -334,12 +333,10 @@ $lang['letters'] = 'písmena';
|
||||||
$lang['show tag cloud'] = 'Zobrazit klíčová slova v bublině';
|
$lang['show tag cloud'] = 'Zobrazit klíčová slova v bublině';
|
||||||
$lang['cloud'] = 'bublina';
|
$lang['cloud'] = 'bublina';
|
||||||
$lang['Are you sure?'] = 'Jste si jistý?';
|
$lang['Are you sure?'] = 'Jste si jistý?';
|
||||||
$lang['delete this comment'] = 'vymazat tento komentář';
|
|
||||||
$lang['Reset to default values'] = 'Obnovit výchozí hodnoty';
|
$lang['Reset to default values'] = 'Obnovit výchozí hodnoty';
|
||||||
$lang['delete all photos from your favorites'] = 'vymazat všechny obrázky z Vašich oblíbených';
|
$lang['delete all photos from your favorites'] = 'vymazat všechny obrázky z Vašich oblíbených';
|
||||||
$lang['Sent by'] = 'Posláno';
|
$lang['Sent by'] = 'Posláno';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies jsou buď blokovány, nebo nejsou povoleny ve Vašem prohlížeči. Musíte povolit cookies, aby bylo možné se přihlásit.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies jsou buď blokovány, nebo nejsou povoleny ve Vašem prohlížeči. Musíte povolit cookies, aby bylo možné se přihlásit.';
|
||||||
$lang['edit this comment'] = 'upravit tento komentář';
|
|
||||||
$lang['Edit a comment'] = 'Upravit komentář';
|
$lang['Edit a comment'] = 'Upravit komentář';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Tento komentář vyžaduje kontrolu';
|
$lang['(!) This comment requires validation'] = '(!) Tento komentář vyžaduje kontrolu';
|
||||||
$lang['Welcome'] = 'Vítejte';
|
$lang['Welcome'] = 'Vítejte';
|
||||||
|
|
@ -351,7 +348,6 @@ $lang['I want to add photos'] = 'Chci přidat fotografie';
|
||||||
$lang['Manage this user comment: %s'] = 'Spravujte tento uživatelský komentář: %s';
|
$lang['Manage this user comment: %s'] = 'Spravujte tento uživatelský komentář: %s';
|
||||||
$lang['This author modified following comment:'] = 'Tento autor upravil následující komentář:';
|
$lang['This author modified following comment:'] = 'Tento autor upravil následující komentář:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Tento autor smazal komentář s identifikátorem %d';
|
$lang['This author removed the comment with id %d'] = 'Tento autor smazal komentář s identifikátorem %d';
|
||||||
$lang['validate this comment'] = 'zkontrolovat tento komentář';
|
|
||||||
$lang['%d Kb'] = '%d KB';
|
$lang['%d Kb'] = '%d KB';
|
||||||
$lang['IP: %s'] = 'IP: %s';
|
$lang['IP: %s'] = 'IP: %s';
|
||||||
$lang['html tags are not allowed in login'] = 'html značky nejsou povoleny v loginu';
|
$lang['html tags are not allowed in login'] = 'html značky nejsou povoleny v loginu';
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,6 @@ $lang['Date'] = 'Dato';
|
||||||
$lang['delete album'] = 'Slet Kategori';
|
$lang['delete album'] = 'Slet Kategori';
|
||||||
$lang['Dissociate from album'] = 'Adskille fra Kategori';
|
$lang['Dissociate from album'] = 'Adskille fra Kategori';
|
||||||
$lang['dissociate from group'] = 'Adskille fra Gruppe';
|
$lang['dissociate from group'] = 'Adskille fra Gruppe';
|
||||||
$lang['edit album permissions'] = 'Edit Kategori tilladelser';
|
|
||||||
$lang['Album updated successfully'] = 'Kategori informationer opdateret.';
|
$lang['Album updated successfully'] = 'Kategori informationer opdateret.';
|
||||||
$lang['photos per page'] = 'Elementer pr side';
|
$lang['photos per page'] = 'Elementer pr side';
|
||||||
$lang['High definition enabled'] = 'High definition er slået til';
|
$lang['High definition enabled'] = 'High definition er slået til';
|
||||||
|
|
@ -554,7 +553,6 @@ $lang['Templates configuration has been recorded.'] = 'Skabeloner konfig
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Alle optimeringer er blevet afsluttet med succes.';
|
$lang['All optimizations have been successfully completed.'] = 'Alle optimeringer er blevet afsluttet med succes.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Optimeringer er afsluttet med nogle fejl.';
|
$lang['Optimizations have been completed with some errors.'] = 'Optimeringer er afsluttet med nogle fejl.';
|
||||||
$lang['Modify information'] = 'Rediger oplysninger';
|
$lang['Modify information'] = 'Rediger oplysninger';
|
||||||
$lang['edit album'] = 'Redigere denne Kategori oplysninger';
|
|
||||||
$lang['nothing'] = 'Intet';
|
$lang['nothing'] = 'Intet';
|
||||||
$lang['overrides existing values with empty ones'] = 'Tilsidesætter eksisterende værdier med tomme';
|
$lang['overrides existing values with empty ones'] = 'Tilsidesætter eksisterende værdier med tomme';
|
||||||
$lang['manage photo ranks'] = 'Styre image ranking';
|
$lang['manage photo ranks'] = 'Styre image ranking';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'posted mellem %s (%s) og %s (%s)'
|
||||||
$lang['posted on %s'] = 'Oprettet %s';
|
$lang['posted on %s'] = 'Oprettet %s';
|
||||||
$lang['Best rated'] = 'Bedst bedømte';
|
$lang['Best rated'] = 'Bedst bedømte';
|
||||||
$lang['display best rated photos'] = 'vis bedste bedømte fotos';
|
$lang['display best rated photos'] = 'vis bedste bedømte fotos';
|
||||||
$lang['caddie'] = 'caddie';
|
|
||||||
$lang['Calendar'] = 'Kalender';
|
$lang['Calendar'] = 'Kalender';
|
||||||
$lang['All'] = 'Alle';
|
$lang['All'] = 'Alle';
|
||||||
$lang['display each day with photos, month per month'] = 'vis hver dag med fotos';
|
$lang['display each day with photos, month per month'] = 'vis hver dag med fotos';
|
||||||
|
|
@ -333,7 +332,6 @@ $lang['Reset to default values'] = 'Reset til default';
|
||||||
$lang['delete all photos from your favorites'] = 'slet alle filer fra dine favoritter';
|
$lang['delete all photos from your favorites'] = 'slet alle filer fra dine favoritter';
|
||||||
$lang['Sent by'] = 'Sent af';
|
$lang['Sent by'] = 'Sent af';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies er blokkeret eller ikke supporteret af din browser. Aktiver cookies for at komme på.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies er blokkeret eller ikke supporteret af din browser. Aktiver cookies for at komme på.';
|
||||||
$lang['edit this comment'] = 'ret denne kommentar';
|
|
||||||
$lang['Edit a comment'] = 'Rediger en kommentar';
|
$lang['Edit a comment'] = 'Rediger en kommentar';
|
||||||
$lang['Are you sure?'] = 'Er du sikker?';
|
$lang['Are you sure?'] = 'Er du sikker?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Denne kommentar kræver godkendelse';
|
$lang['(!) This comment requires validation'] = '(!) Denne kommentar kræver godkendelse';
|
||||||
|
|
@ -346,8 +344,6 @@ $lang['I want to add photos'] = 'Jeg vil tilføje fotos';
|
||||||
$lang['Manage this user comment: %s'] = 'Håndter denne bruger kommentar: %s';
|
$lang['Manage this user comment: %s'] = 'Håndter denne bruger kommentar: %s';
|
||||||
$lang['This author modified following comment:'] = 'Denne forfatter har ændret følgende kommentar:';
|
$lang['This author modified following comment:'] = 'Denne forfatter har ændret følgende kommentar:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Denne forfatter har fjernet denne kommentar med id %d';
|
$lang['This author removed the comment with id %d'] = 'Denne forfatter har fjernet denne kommentar med id %d';
|
||||||
$lang['delete this comment'] = 'slet denne kommentar';
|
|
||||||
$lang['validate this comment'] = 'godkend denne kommentar';
|
|
||||||
$lang['html tags are not allowed in login'] = 'html tags er ikke tilladt i login';
|
$lang['html tags are not allowed in login'] = 'html tags er ikke tilladt i login';
|
||||||
$lang['%d rates'] = '%d rates';
|
$lang['%d rates'] = '%d rates';
|
||||||
$lang['Rating score'] = 'Rating score';
|
$lang['Rating score'] = 'Rating score';
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,6 @@ $lang['Date'] = 'Datum';
|
||||||
$lang['delete album'] = 'Album löschen';
|
$lang['delete album'] = 'Album löschen';
|
||||||
$lang['Dissociate from album'] = 'Von Album abtrennen';
|
$lang['Dissociate from album'] = 'Von Album abtrennen';
|
||||||
$lang['dissociate from group'] = 'Von Gruppe abtrennen';
|
$lang['dissociate from group'] = 'Von Gruppe abtrennen';
|
||||||
$lang['edit album permissions'] = 'Zugriffsrechte auf das Album bearbeiten';
|
|
||||||
$lang['Album updated successfully'] = 'Informationen des Albums wurden erfolgreich aktualisiert.';
|
$lang['Album updated successfully'] = 'Informationen des Albums wurden erfolgreich aktualisiert.';
|
||||||
$lang['photos per page'] = 'Fotos je Seite';
|
$lang['photos per page'] = 'Fotos je Seite';
|
||||||
$lang['High definition enabled'] = 'High definition eingeschaltet';
|
$lang['High definition enabled'] = 'High definition eingeschaltet';
|
||||||
|
|
@ -548,7 +547,6 @@ $lang['Templates configuration has been recorded.'] = 'Die Konfiguration der Tem
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Alle Optimierungen wurden erfolgreich abgeschlossen.';
|
$lang['All optimizations have been successfully completed.'] = 'Alle Optimierungen wurden erfolgreich abgeschlossen.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Einige Optimierungen endeten mit Fehlern.';
|
$lang['Optimizations have been completed with some errors.'] = 'Einige Optimierungen endeten mit Fehlern.';
|
||||||
$lang['Modify information'] = 'Informationen ändern';
|
$lang['Modify information'] = 'Informationen ändern';
|
||||||
$lang['edit album'] = 'Die Albuminformation bearbeiten';
|
|
||||||
$lang['nothing'] = 'nichts';
|
$lang['nothing'] = 'nichts';
|
||||||
$lang['overrides existing values with empty ones'] = 'Überschreibt alle existierenden Werte in der Datenbank mit leeren!! (filesize, width, height, high_filesize, date_creation, keywords, date_creation, author, name, comment)';
|
$lang['overrides existing values with empty ones'] = 'Überschreibt alle existierenden Werte in der Datenbank mit leeren!! (filesize, width, height, high_filesize, date_creation, keywords, date_creation, author, name, comment)';
|
||||||
$lang['manage photo ranks'] = 'verwalte Foto Rangordnung';
|
$lang['manage photo ranks'] = 'verwalte Foto Rangordnung';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'eingestellt zwischen %s (%s) und
|
||||||
$lang['posted on %s'] = 'eingestellt am %s';
|
$lang['posted on %s'] = 'eingestellt am %s';
|
||||||
$lang['Best rated'] = 'Am besten bewertet';
|
$lang['Best rated'] = 'Am besten bewertet';
|
||||||
$lang['display best rated photos'] = 'zeige die am besten bewerteten Fotos';
|
$lang['display best rated photos'] = 'zeige die am besten bewerteten Fotos';
|
||||||
$lang['caddie'] = 'Sammelkorb';
|
|
||||||
$lang['Calendar'] = 'Kalender';
|
$lang['Calendar'] = 'Kalender';
|
||||||
$lang['All'] = 'Alles';
|
$lang['All'] = 'Alles';
|
||||||
$lang['display each day with photos, month per month'] = 'zeige jeden Tag mit Fotos, Monat für Monat';
|
$lang['display each day with photos, month per month'] = 'zeige jeden Tag mit Fotos, Monat für Monat';
|
||||||
|
|
@ -331,9 +330,7 @@ $lang['Reset to default values'] = 'Zurücksetzen auf Standardwerte';
|
||||||
$lang['delete all photos from your favorites'] = 'lösche alle Fotos von der Favoritenliste';
|
$lang['delete all photos from your favorites'] = 'lösche alle Fotos von der Favoritenliste';
|
||||||
$lang['Sent by'] = 'Gesendet von';
|
$lang['Sent by'] = 'Gesendet von';
|
||||||
$lang['Are you sure?'] = 'Sind Sie sicher?';
|
$lang['Are you sure?'] = 'Sind Sie sicher?';
|
||||||
$lang['delete this comment'] = 'diesen Kommentar löschen';
|
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies werden geblockt oder nicht von ihrem Browser unterstützt. Sie müssen sie erlauben um sich zu verbinden.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies werden geblockt oder nicht von ihrem Browser unterstützt. Sie müssen sie erlauben um sich zu verbinden.';
|
||||||
$lang['edit this comment'] = 'bearbeite diesen Kommentar';
|
|
||||||
$lang['Edit a comment'] = 'Bearbeite einen Kommentar';
|
$lang['Edit a comment'] = 'Bearbeite einen Kommentar';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Dieser Kommentar muss berprüft werden';
|
$lang['(!) This comment requires validation'] = '(!) Dieser Kommentar muss berprüft werden';
|
||||||
$lang['Welcome'] = 'Willkommen';
|
$lang['Welcome'] = 'Willkommen';
|
||||||
|
|
@ -345,7 +342,6 @@ $lang['I want to add photos'] = 'Ich möchte Fotos hinzufügen';
|
||||||
$lang['Manage this user comment: %s'] = 'Verwalte diesen Benutzerkommentar: %s';
|
$lang['Manage this user comment: %s'] = 'Verwalte diesen Benutzerkommentar: %s';
|
||||||
$lang['This author modified following comment:'] = 'Dieser Autor veränderte folgenden Kommentar:';
|
$lang['This author modified following comment:'] = 'Dieser Autor veränderte folgenden Kommentar:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Dieser Autor löschte den Kommentar mit der ID %d';
|
$lang['This author removed the comment with id %d'] = 'Dieser Autor löschte den Kommentar mit der ID %d';
|
||||||
$lang['validate this comment'] = 'überprüfe diesen Kommentar';
|
|
||||||
$lang['html tags are not allowed in login'] = 'HTML-Tags sind im Benutzername nicht erlaubt';
|
$lang['html tags are not allowed in login'] = 'HTML-Tags sind im Benutzername nicht erlaubt';
|
||||||
$lang['The number of photos per page must be a not null scalar'] = ' Die Anzahl der Fotos pro Seite muss eine ganze Zahl größer als Null sein ';
|
$lang['The number of photos per page must be a not null scalar'] = ' Die Anzahl der Fotos pro Seite muss eine ganze Zahl größer als Null sein ';
|
||||||
$lang['Number of photos per page'] = 'Anzahl der Fotos pro Seite';
|
$lang['Number of photos per page'] = 'Anzahl der Fotos pro Seite';
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,6 @@ $lang['today'] = 'σήμερα';
|
||||||
$lang['Update your rating'] = 'Αλλάξτε τη βαθμολογία σας';
|
$lang['Update your rating'] = 'Αλλάξτε τη βαθμολογία σας';
|
||||||
$lang['wrong filename'] = 'λάθος όνομα αρχείου';
|
$lang['wrong filename'] = 'λάθος όνομα αρχείου';
|
||||||
$lang['the username must be given'] = 'το όνομα χρήστη είναι απαραίτητο';
|
$lang['the username must be given'] = 'το όνομα χρήστη είναι απαραίτητο';
|
||||||
$lang['edit this comment'] = 'επεξεργασία σχολίου';
|
|
||||||
$lang['Edit a comment'] = 'Επεξεργασία σχολίου';
|
$lang['Edit a comment'] = 'Επεξεργασία σχολίου';
|
||||||
$lang['Are you sure?'] = 'Είστε σίγουρος;';
|
$lang['Are you sure?'] = 'Είστε σίγουρος;';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Αυτό το σχόλιο απαιτεί επικύρωση';
|
$lang['(!) This comment requires validation'] = '(!) Αυτό το σχόλιο απαιτεί επικύρωση';
|
||||||
|
|
@ -175,8 +174,6 @@ $lang['Manage this user comment: %s'] = 'Διαχειριστείτε αυτό
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'Η διεύθυνση ηλεκτρονικού ταχυδρομείου είναι κενή. Παρακαλώ εισάγετε μία διεύθυνση ηλεκτρονικού ταχυδρομείου.';
|
$lang['Email address is missing. Please specify an email address.'] = 'Η διεύθυνση ηλεκτρονικού ταχυδρομείου είναι κενή. Παρακαλώ εισάγετε μία διεύθυνση ηλεκτρονικού ταχυδρομείου.';
|
||||||
$lang['This author modified following comment:'] = 'Αυτός ο συγγραφέας τροποποίησε το ακόλουθο σχόλιο:';
|
$lang['This author modified following comment:'] = 'Αυτός ο συγγραφέας τροποποίησε το ακόλουθο σχόλιο:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Αυτός ο συγγραφέας αφαίρεσε το σχόλιο με id %d';
|
$lang['This author removed the comment with id %d'] = 'Αυτός ο συγγραφέας αφαίρεσε το σχόλιο με id %d';
|
||||||
$lang['delete this comment'] = 'διαγραφή σχολίου';
|
|
||||||
$lang['validate this comment'] = 'επικύρωση σχολίου';
|
|
||||||
$lang['An administrator must authorize your comment before it is visible.'] = 'Ένας διαχειριστής πρέπει να εγκρίνει το σχόλιό σας πριν γίνει ορατό.';
|
$lang['An administrator must authorize your comment before it is visible.'] = 'Ένας διαχειριστής πρέπει να εγκρίνει το σχόλιό σας πριν γίνει ορατό.';
|
||||||
$lang['This login is already used by another user'] = 'Αυτό το όνομα χρήστη χρησιμοποιείται ήδη από κάποιον άλλον χρήστη';
|
$lang['This login is already used by another user'] = 'Αυτό το όνομα χρήστη χρησιμοποιείται ήδη από κάποιον άλλον χρήστη';
|
||||||
$lang['Comments'] = 'Σχόλια';
|
$lang['Comments'] = 'Σχόλια';
|
||||||
|
|
|
||||||
|
|
@ -270,9 +270,7 @@ $lang['Drop into album'] = 'Select an album';
|
||||||
$lang['Dump Database'] = 'Dump Database';
|
$lang['Dump Database'] = 'Dump Database';
|
||||||
$lang['duplicates'] = 'duplicates';
|
$lang['duplicates'] = 'duplicates';
|
||||||
$lang['Edit album permissions'] = "Edit album permissions";
|
$lang['Edit album permissions'] = "Edit album permissions";
|
||||||
$lang['edit album permissions'] = "edit album permissions";
|
|
||||||
$lang['Edit album'] = "Edit album";
|
$lang['Edit album'] = "Edit album";
|
||||||
$lang['edit album'] = "edit album";
|
|
||||||
$lang['Edit photo information'] = "Edit photo information";
|
$lang['Edit photo information'] = "Edit photo information";
|
||||||
$lang['Edit ranks'] = "Edit ranks";
|
$lang['Edit ranks'] = "Edit ranks";
|
||||||
$lang['Edit selected tags'] = "Edit selected tags";
|
$lang['Edit selected tags'] = "Edit selected tags";
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,6 @@ $lang['About'] = "About";
|
||||||
$lang['Accelerate diaporama speed'] = "Increase slideshow speed";
|
$lang['Accelerate diaporama speed'] = "Increase slideshow speed";
|
||||||
$lang['Add a comment'] = "Add a comment";
|
$lang['Add a comment'] = "Add a comment";
|
||||||
$lang['add this photo to your favorites'] = "add this photo to your favorites";
|
$lang['add this photo to your favorites'] = "add this photo to your favorites";
|
||||||
$lang['add to caddie'] = "add to caddie";
|
|
||||||
$lang['Admin: %s'] = "Admin: %s";
|
$lang['Admin: %s'] = "Admin: %s";
|
||||||
$lang['Administration'] = "Administration";
|
$lang['Administration'] = "Administration";
|
||||||
$lang['Album results for'] = "Album results for";
|
$lang['Album results for'] = "Album results for";
|
||||||
|
|
@ -89,7 +88,6 @@ $lang['available for administrators only'] = "available for administrators only"
|
||||||
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Bad status for user \"guest\", default status will be used. Please notify the webmaster.";
|
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Bad status for user \"guest\", default status will be used. Please notify the webmaster.";
|
||||||
$lang['Best rated'] = "Best rated";
|
$lang['Best rated'] = "Best rated";
|
||||||
$lang['Browser: %s'] = "Browser: %s";
|
$lang['Browser: %s'] = "Browser: %s";
|
||||||
$lang['caddie'] = "Caddie";
|
|
||||||
$lang['Calendar'] = "Calendar";
|
$lang['Calendar'] = "Calendar";
|
||||||
$lang['Change my password'] = 'Change my password';
|
$lang['Change my password'] = 'Change my password';
|
||||||
$lang['Check your email for the confirmation link'] = 'Check your email for the confirmation link';
|
$lang['Check your email for the confirmation link'] = 'Check your email for the confirmation link';
|
||||||
|
|
@ -132,7 +130,6 @@ $lang['day'][5] = "Friday";
|
||||||
$lang['day'][6] = "Saturday";
|
$lang['day'][6] = "Saturday";
|
||||||
$lang['Default'] = "Default";
|
$lang['Default'] = "Default";
|
||||||
$lang['delete all photos from your favorites'] = "delete all photos from your favorites";
|
$lang['delete all photos from your favorites'] = "delete all photos from your favorites";
|
||||||
$lang['delete this comment'] = "delete this comment";
|
|
||||||
$lang['delete this photo from your favorites'] = "delete this photo from your favorites";
|
$lang['delete this photo from your favorites'] = "delete this photo from your favorites";
|
||||||
$lang['Delete'] = "Delete";
|
$lang['Delete'] = "Delete";
|
||||||
$lang['descending'] = "descending";
|
$lang['descending'] = "descending";
|
||||||
|
|
@ -158,8 +155,7 @@ $lang['download'] = "download";
|
||||||
$lang['E-mail address'] = "E-mail address";
|
$lang['E-mail address'] = "E-mail address";
|
||||||
$lang['Each listed rule must be satisfied.'] = "Each listed criterion must be satisfied.";
|
$lang['Each listed rule must be satisfied.'] = "Each listed criterion must be satisfied.";
|
||||||
$lang['Edit a comment'] = "Edit a comment";
|
$lang['Edit a comment'] = "Edit a comment";
|
||||||
$lang['edit this comment'] = "edit this comment";
|
$lang['edit'] = "edit"; //TO remove
|
||||||
$lang['edit'] = "edit";
|
|
||||||
$lang['Edit'] = 'Edit';
|
$lang['Edit'] = 'Edit';
|
||||||
$lang['Email address is missing. Please specify an email address.'] = "Email address is missing. Please specify an email address.";
|
$lang['Email address is missing. Please specify an email address.'] = "Email address is missing. Please specify an email address.";
|
||||||
$lang['Email address'] = "Email address";
|
$lang['Email address'] = "Email address";
|
||||||
|
|
@ -354,7 +350,6 @@ $lang['User: %s'] = "User: %s";
|
||||||
$lang['Username "%s" on gallery %s'] = 'Username "%s" on gallery %s';
|
$lang['Username "%s" on gallery %s'] = 'Username "%s" on gallery %s';
|
||||||
$lang['Username or email'] = 'Username or email';
|
$lang['Username or email'] = 'Username or email';
|
||||||
$lang['Username'] = "Username";
|
$lang['Username'] = "Username";
|
||||||
$lang['validate this comment'] = 'validate this comment';
|
|
||||||
$lang['View'] = "View";
|
$lang['View'] = "View";
|
||||||
$lang['Visits'] = "Visits";
|
$lang['Visits'] = "Visits";
|
||||||
$lang['Webmaster'] = "Webmaster";
|
$lang['Webmaster'] = "Webmaster";
|
||||||
|
|
|
||||||
|
|
@ -335,7 +335,6 @@ $lang['Reset to default values'] = 'Resetear a los valores por defecto';
|
||||||
$lang['delete all photos from your favorites'] = 'borrar todas las imágenes de tus favoritos';
|
$lang['delete all photos from your favorites'] = 'borrar todas las imágenes de tus favoritos';
|
||||||
$lang['Sent by'] = 'Enviado por';
|
$lang['Sent by'] = 'Enviado por';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Tu navegador web bloquea las cookies o no las sopporta. Para conectarse es necesario activar las cookies.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Tu navegador web bloquea las cookies o no las sopporta. Para conectarse es necesario activar las cookies.';
|
||||||
$lang['edit this comment'] = 'editar este comentario';
|
|
||||||
$lang['Edit a comment'] = 'Editar un comentario';
|
$lang['Edit a comment'] = 'Editar un comentario';
|
||||||
$lang['Are you sure?'] = 'Seguro?';
|
$lang['Are you sure?'] = 'Seguro?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Este comentario necesita ser aprobado';
|
$lang['(!) This comment requires validation'] = '(!) Este comentario necesita ser aprobado';
|
||||||
|
|
@ -348,6 +347,4 @@ $lang['I want to add photos'] = 'Quiero agregar fotos';
|
||||||
$lang['Manage this user comment: %s'] = 'Administrar este comentario: %s';
|
$lang['Manage this user comment: %s'] = 'Administrar este comentario: %s';
|
||||||
$lang['This author modified following comment:'] = 'Este autor modificó el comentario siguiente:';
|
$lang['This author modified following comment:'] = 'Este autor modificó el comentario siguiente:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Este autor suprimió el comentario identificado como %d';
|
$lang['This author removed the comment with id %d'] = 'Este autor suprimió el comentario identificado como %d';
|
||||||
$lang['delete this comment'] = 'Suprimir este comentario';
|
|
||||||
$lang['validate this comment'] = 'aprobar este comentario';
|
|
||||||
?>
|
?>
|
||||||
|
|
@ -200,7 +200,6 @@ $lang['Date'] = 'Del día ';
|
||||||
$lang['delete album'] = 'Borrar el álbum';
|
$lang['delete album'] = 'Borrar el álbum';
|
||||||
$lang['Dissociate from album'] = 'Separar del álbum';
|
$lang['Dissociate from album'] = 'Separar del álbum';
|
||||||
$lang['dissociate from group'] = 'Separar del grupo';
|
$lang['dissociate from group'] = 'Separar del grupo';
|
||||||
$lang['edit album permissions'] = 'Modificar los permisos del àlbum';
|
|
||||||
$lang['Album updated successfully'] = 'Álbum actualizado con éxito.';
|
$lang['Album updated successfully'] = 'Álbum actualizado con éxito.';
|
||||||
$lang['photos per page'] = "Fotos por página";
|
$lang['photos per page'] = "Fotos por página";
|
||||||
$lang['High definition enabled'] = 'Alta definición activo';
|
$lang['High definition enabled'] = 'Alta definición activo';
|
||||||
|
|
@ -546,7 +545,6 @@ $lang['Templates configuration has been recorded.'] = 'La configuración del tem
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Todas las optimizaciones han sido realizadas con éxito.';
|
$lang['All optimizations have been successfully completed.'] = 'Todas las optimizaciones han sido realizadas con éxito.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Ciertas optimizaciones se acabaron con errores.';
|
$lang['Optimizations have been completed with some errors.'] = 'Ciertas optimizaciones se acabaron con errores.';
|
||||||
$lang['Modify information'] = 'Modificar las informaciones';
|
$lang['Modify information'] = 'Modificar las informaciones';
|
||||||
$lang['edit album'] = 'editar las informationes de este àlbum';
|
|
||||||
$lang['nothing'] = 'nada';
|
$lang['nothing'] = 'nada';
|
||||||
$lang['overrides existing values with empty ones'] = 'Reemplazar los valores existentes con vacíos';
|
$lang['overrides existing values with empty ones'] = 'Reemplazar los valores existentes con vacíos';
|
||||||
$lang['manage photo ranks'] = "Administrar el orden de las fotos";
|
$lang['manage photo ranks'] = "Administrar el orden de las fotos";
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,6 @@ $lang['Webmaster'] = 'Webmastre';
|
||||||
$lang['Week %d'] = 'Semana %d';
|
$lang['Week %d'] = 'Semana %d';
|
||||||
$lang['About Piwigo'] = 'Acerca de Piwigo';
|
$lang['About Piwigo'] = 'Acerca de Piwigo';
|
||||||
$lang['You are not authorized to access the requested page'] = 'No dispone de autorización para ver la página solicitada';
|
$lang['You are not authorized to access the requested page'] = 'No dispone de autorización para ver la página solicitada';
|
||||||
$lang['add to caddie'] = 'Agregar a la cesta';
|
|
||||||
$lang['add this photo to your favorites'] = 'agregar esta foto a sus favoritos';
|
$lang['add this photo to your favorites'] = 'agregar esta foto a sus favoritos';
|
||||||
$lang['Administration'] = 'Administración';
|
$lang['Administration'] = 'Administración';
|
||||||
$lang['all'] = 'todo';
|
$lang['all'] = 'todo';
|
||||||
|
|
@ -135,7 +134,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'disponible entre él %s (%s) y el
|
||||||
$lang['posted on %s'] = 'disponible el %s';
|
$lang['posted on %s'] = 'disponible el %s';
|
||||||
$lang['Best rated'] = 'Mejor valoracion';
|
$lang['Best rated'] = 'Mejor valoracion';
|
||||||
$lang['display best rated photos'] = 'mostrar las fotos con mejor calificación';
|
$lang['display best rated photos'] = 'mostrar las fotos con mejor calificación';
|
||||||
$lang['caddie'] = 'Carrito';
|
|
||||||
$lang['Calendar'] = 'Calendario';
|
$lang['Calendar'] = 'Calendario';
|
||||||
$lang['All'] = 'Todo';
|
$lang['All'] = 'Todo';
|
||||||
$lang['display each day with photos, month per month'] = 'Visualizacíon año por año, mes por mes, día por dia,';
|
$lang['display each day with photos, month per month'] = 'Visualizacíon año por año, mes por mes, día por dia,';
|
||||||
|
|
@ -333,8 +331,6 @@ $lang['Sent by'] = 'Enviado por';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'El cookies están bloqueados o sostenidos por su navegador Web. Usted debe acelerar el cookies para conectarse.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'El cookies están bloqueados o sostenidos por su navegador Web. Usted debe acelerar el cookies para conectarse.';
|
||||||
$lang['delete all photos from your favorites'] = 'borrar todas las fotos de tus favoritos';
|
$lang['delete all photos from your favorites'] = 'borrar todas las fotos de tus favoritos';
|
||||||
$lang['Are you sure?'] = '¿Seguro?';
|
$lang['Are you sure?'] = '¿Seguro?';
|
||||||
$lang['delete this comment'] = 'Borrar este comentario';
|
|
||||||
$lang['edit this comment'] = 'editar este comentario';
|
|
||||||
$lang['Edit a comment'] = 'Editar un comentario';
|
$lang['Edit a comment'] = 'Editar un comentario';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Este comentario debe ser validado';
|
$lang['(!) This comment requires validation'] = '(!) Este comentario debe ser validado';
|
||||||
$lang['Welcome'] = 'Bienvenida';
|
$lang['Welcome'] = 'Bienvenida';
|
||||||
|
|
@ -346,7 +342,6 @@ $lang['I want to add photos'] = 'Quiero subir fotos';
|
||||||
$lang['Manage this user comment: %s'] = 'Administrar este comentario: %s';
|
$lang['Manage this user comment: %s'] = 'Administrar este comentario: %s';
|
||||||
$lang['This author modified following comment:'] = 'Este autor modificó el comentario siguiente:';
|
$lang['This author modified following comment:'] = 'Este autor modificó el comentario siguiente:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Este autor suprimió el comentario sustentador al que él identificaba %d';
|
$lang['This author removed the comment with id %d'] = 'Este autor suprimió el comentario sustentador al que él identificaba %d';
|
||||||
$lang['validate this comment'] = 'Validar este comentario';
|
|
||||||
$lang['html tags are not allowed in login'] = 'Etiquetas HTML no están permitidas en el area de conección';
|
$lang['html tags are not allowed in login'] = 'Etiquetas HTML no están permitidas en el area de conección';
|
||||||
$lang['%d rates'] = '%d Notas';
|
$lang['%d rates'] = '%d Notas';
|
||||||
$lang['Rating score'] = 'Puntuación';
|
$lang['Rating score'] = 'Puntuación';
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,6 @@ $lang['Webmaster'] = 'Veebihaldur';
|
||||||
$lang['Week %d'] = 'Nädal %d';
|
$lang['Week %d'] = 'Nädal %d';
|
||||||
$lang['About Piwigo'] = 'Piwigo-st';
|
$lang['About Piwigo'] = 'Piwigo-st';
|
||||||
$lang['You are not authorized to access the requested page'] = 'Teil puudub juurdepääs soovitud leheküljele';
|
$lang['You are not authorized to access the requested page'] = 'Teil puudub juurdepääs soovitud leheküljele';
|
||||||
$lang['add to caddie'] = 'lisa korvi';
|
|
||||||
$lang['add this photo to your favorites'] = 'lisa see foto oma lemmikuks';
|
$lang['add this photo to your favorites'] = 'lisa see foto oma lemmikuks';
|
||||||
$lang['Administration'] = ' Administratsioon';
|
$lang['Administration'] = ' Administratsioon';
|
||||||
$lang['all'] = 'kõik';
|
$lang['all'] = 'kõik';
|
||||||
|
|
@ -242,8 +241,6 @@ $lang['Manage this user comment: %s'] = 'Halda selle kasutaja kommentaari: %s';
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'E-posti aadress on puudu. Palun täpsusta e-posti aadressi.';
|
$lang['Email address is missing. Please specify an email address.'] = 'E-posti aadress on puudu. Palun täpsusta e-posti aadressi.';
|
||||||
$lang['This author modified following comment:'] = 'See autor muutis järgnevat kommentaari:';
|
$lang['This author modified following comment:'] = 'See autor muutis järgnevat kommentaari:';
|
||||||
$lang['This author removed the comment with id %d'] = 'See autor eemaldas kommentaari ID-ga: %d';
|
$lang['This author removed the comment with id %d'] = 'See autor eemaldas kommentaari ID-ga: %d';
|
||||||
$lang['delete this comment'] = 'kustuta see kommentaar';
|
|
||||||
$lang['validate this comment'] = 'valideeri see kommentaar';
|
|
||||||
$lang['html tags are not allowed in login'] = 'html tagid ei ole kasutajanimes lubatud';
|
$lang['html tags are not allowed in login'] = 'html tagid ei ole kasutajanimes lubatud';
|
||||||
$lang['Invalid username or email'] = 'Vigane kasutajanimi või e-post';
|
$lang['Invalid username or email'] = 'Vigane kasutajanimi või e-post';
|
||||||
$lang['Password reset is not allowed for this user'] = 'Salasõna algseadistamine pole sellele kasutajale lubatud';
|
$lang['Password reset is not allowed for this user'] = 'Salasõna algseadistamine pole sellele kasutajale lubatud';
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,6 @@ $lang['Date'] = "تاریخ";
|
||||||
$lang['delete album'] = "حذف دسته";
|
$lang['delete album'] = "حذف دسته";
|
||||||
$lang['Dissociate from album'] = "جداکردن از دسته";
|
$lang['Dissociate from album'] = "جداکردن از دسته";
|
||||||
$lang['dissociate from group'] = "جدا کردن از گروه";
|
$lang['dissociate from group'] = "جدا کردن از گروه";
|
||||||
$lang['edit album permissions'] = "ویرایش مجوزهای دسته";
|
|
||||||
$lang['Album updated successfully'] = "اطلاعات دسته با موفقیت بهروزرسانی شد.";
|
$lang['Album updated successfully'] = "اطلاعات دسته با موفقیت بهروزرسانی شد.";
|
||||||
$lang['photos per page'] = "تعداد آیتمها در صفحه";
|
$lang['photos per page'] = "تعداد آیتمها در صفحه";
|
||||||
$lang['High definition enabled'] = "High definition enabled";
|
$lang['High definition enabled'] = "High definition enabled";
|
||||||
|
|
@ -554,7 +553,6 @@ $lang['Templates configuration has been recorded.'] = "پیکربندی قالب
|
||||||
$lang['All optimizations have been successfully completed.'] = "بهینهسازی با موفقیت کامل شد.";
|
$lang['All optimizations have been successfully completed.'] = "بهینهسازی با موفقیت کامل شد.";
|
||||||
$lang['Optimizations have been completed with some errors.'] = "بهینهسازی پایان با وجود چند خطا تمام شد.";
|
$lang['Optimizations have been completed with some errors.'] = "بهینهسازی پایان با وجود چند خطا تمام شد.";
|
||||||
$lang['Modify information'] = "ویرایش اطلاعات";
|
$lang['Modify information'] = "ویرایش اطلاعات";
|
||||||
$lang['edit album'] = "ویرایش اطلاعات دسته";
|
|
||||||
$lang['nothing'] = "هیچچیز";
|
$lang['nothing'] = "هیچچیز";
|
||||||
$lang['overrides existing values with empty ones'] = "overrides existing values with empty ones";
|
$lang['overrides existing values with empty ones'] = "overrides existing values with empty ones";
|
||||||
$lang['manage photo ranks'] = "مدیریت امتیاز تصاویر";
|
$lang['manage photo ranks'] = "مدیریت امتیاز تصاویر";
|
||||||
|
|
|
||||||
|
|
@ -328,7 +328,6 @@ $lang['Reset to default values'] = "بازگرداندن به مقدارهای
|
||||||
$lang['delete all photos from your favorites'] = "حذف تمام تصاویر از علاقهمندیهای شما";
|
$lang['delete all photos from your favorites'] = "حذف تمام تصاویر از علاقهمندیهای شما";
|
||||||
$lang['Sent by'] = "ارسال به وسیله";
|
$lang['Sent by'] = "ارسال به وسیله";
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "شما در تنظیمات مرورگر خود کوکی ها را بلاک کردید یا مرورگر شما از کوکی پشتیبانی نمیکند. برای ورود به محیط کاربری باید کوکیها فعال باشند.";
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "شما در تنظیمات مرورگر خود کوکی ها را بلاک کردید یا مرورگر شما از کوکی پشتیبانی نمیکند. برای ورود به محیط کاربری باید کوکیها فعال باشند.";
|
||||||
$lang['edit this comment'] = "ویرایش این نظر";
|
|
||||||
$lang['Edit a comment'] = "ویرایش یک نظر";
|
$lang['Edit a comment'] = "ویرایش یک نظر";
|
||||||
$lang['Are you sure?'] = "شما مطمئن هستید؟";
|
$lang['Are you sure?'] = "شما مطمئن هستید؟";
|
||||||
$lang['(!) This comment requires validation'] = '(!) این نظر نیاز به تایید دارد';
|
$lang['(!) This comment requires validation'] = '(!) این نظر نیاز به تایید دارد';
|
||||||
|
|
@ -342,8 +341,6 @@ $lang['Manage this user comment: %s'] = 'مدیریت نظرات این کارب
|
||||||
$lang['Email address is missing. Please specify an email address.'] = "کاربر فاقد آدرس ایمیل است. لطفا یکی آدرس ایمیل مشخص کنید.";
|
$lang['Email address is missing. Please specify an email address.'] = "کاربر فاقد آدرس ایمیل است. لطفا یکی آدرس ایمیل مشخص کنید.";
|
||||||
$lang['This author modified following comment:'] = 'این نویسنده این نظرات را تغییر داده است:';
|
$lang['This author modified following comment:'] = 'این نویسنده این نظرات را تغییر داده است:';
|
||||||
$lang['This author removed the comment with id %d'] = 'این نویسنده ، نظری با شناسه %d را حذف کرده است.';
|
$lang['This author removed the comment with id %d'] = 'این نویسنده ، نظری با شناسه %d را حذف کرده است.';
|
||||||
$lang['delete this comment'] = "حذف این نظر";
|
|
||||||
$lang['validate this comment'] = 'تایید این نظر';
|
|
||||||
$lang['html tags are not allowed in login'] = 'شما در فرم ورود مجاز به استفاده از كدهاي HTML نيستيد!';
|
$lang['html tags are not allowed in login'] = 'شما در فرم ورود مجاز به استفاده از كدهاي HTML نيستيد!';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
@ -203,7 +203,6 @@ $lang['Date'] = "Date";
|
||||||
$lang['delete album'] = "supprimer la catégorie";
|
$lang['delete album'] = "supprimer la catégorie";
|
||||||
$lang['Dissociate from album'] = "Dissocier de la catégorie";
|
$lang['Dissociate from album'] = "Dissocier de la catégorie";
|
||||||
$lang['dissociate from group'] = "Dissocier du groupe";
|
$lang['dissociate from group'] = "Dissocier du groupe";
|
||||||
$lang['edit album permissions'] = "Modifier les permissions de la catégorie";
|
|
||||||
$lang['Album updated successfully'] = "Les informations de la catégorie ont été mises à jour avec succès.";
|
$lang['Album updated successfully'] = "Les informations de la catégorie ont été mises à jour avec succès.";
|
||||||
$lang['photos per page'] = "Nombre d'éléments par page à afficher";
|
$lang['photos per page'] = "Nombre d'éléments par page à afficher";
|
||||||
$lang['High definition enabled'] = "Haute définition actif";
|
$lang['High definition enabled'] = "Haute définition actif";
|
||||||
|
|
@ -560,7 +559,6 @@ $lang['Templates configuration has been recorded.'] = "La configuration des temp
|
||||||
$lang['All optimizations have been successfully completed.'] = "Toutes les optimisations ont été réalisées avec succès.";
|
$lang['All optimizations have been successfully completed.'] = "Toutes les optimisations ont été réalisées avec succès.";
|
||||||
$lang['Optimizations have been completed with some errors.'] = "Les optimisations réalisées comportent certaines erreurs.";
|
$lang['Optimizations have been completed with some errors.'] = "Les optimisations réalisées comportent certaines erreurs.";
|
||||||
$lang['Modify information'] = "Modifier les informations";
|
$lang['Modify information'] = "Modifier les informations";
|
||||||
$lang['edit album'] = "éditer les informations de cette catégorie";
|
|
||||||
$lang['nothing'] = "Rien";
|
$lang['nothing'] = "Rien";
|
||||||
$lang['overrides existing values with empty ones'] = "Écraser les données existantes avec des données vides";
|
$lang['overrides existing values with empty ones'] = "Écraser les données existantes avec des données vides";
|
||||||
$lang['manage photo ranks'] = "gérer l'ordre des images";
|
$lang['manage photo ranks'] = "gérer l'ordre des images";
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'mis en ligne entre le %s (%s) et
|
||||||
$lang['posted on %s'] = 'mis en ligne le %s';
|
$lang['posted on %s'] = 'mis en ligne le %s';
|
||||||
$lang['Best rated'] = 'Mieux notées';
|
$lang['Best rated'] = 'Mieux notées';
|
||||||
$lang['display best rated photos'] = 'afficher les images les mieux notées';
|
$lang['display best rated photos'] = 'afficher les images les mieux notées';
|
||||||
$lang['caddie'] = 'Panier';
|
|
||||||
$lang['Calendar'] = 'Calendrier';
|
$lang['Calendar'] = 'Calendrier';
|
||||||
$lang['All'] = 'Tout';
|
$lang['All'] = 'Tout';
|
||||||
$lang['display each day with photos, month per month'] = 'affichage année par année, mois par mois, jour par jour';
|
$lang['display each day with photos, month per month'] = 'affichage année par année, mois par mois, jour par jour';
|
||||||
|
|
@ -334,7 +333,6 @@ $lang['Reset to default values'] = 'Rétablir les valeurs par défaut';
|
||||||
$lang['delete all photos from your favorites'] = 'supprimer toutes les images de vos favoris';
|
$lang['delete all photos from your favorites'] = 'supprimer toutes les images de vos favoris';
|
||||||
$lang['Sent by'] = 'Envoyé par';
|
$lang['Sent by'] = 'Envoyé par';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Les cookies sont bloqués ou non supportés par votre navigateur web. Vous devez activer les cookies pour vous connecter.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Les cookies sont bloqués ou non supportés par votre navigateur web. Vous devez activer les cookies pour vous connecter.';
|
||||||
$lang['edit this comment'] = "éditer ce commentaire";
|
|
||||||
$lang['Edit a comment'] = "Éditer un commentaire";
|
$lang['Edit a comment'] = "Éditer un commentaire";
|
||||||
$lang['Are you sure?'] = "Êtes-vous sûr ?";
|
$lang['Are you sure?'] = "Êtes-vous sûr ?";
|
||||||
$lang['(!) This comment requires validation'] = '(!) Ce commentaire doit être validé';
|
$lang['(!) This comment requires validation'] = '(!) Ce commentaire doit être validé';
|
||||||
|
|
@ -348,8 +346,6 @@ $lang['Manage this user comment: %s'] = 'Gérer ce commentaire : %s';
|
||||||
$lang['Email address is missing. Please specify an email address.'] = "L'adresse de courriel manque. Veuillez spécifier une adresse de courriel.";
|
$lang['Email address is missing. Please specify an email address.'] = "L'adresse de courriel manque. Veuillez spécifier une adresse de courriel.";
|
||||||
$lang['This author modified following comment:'] = 'Cet auteur a modifié le commentaire suivant :';
|
$lang['This author modified following comment:'] = 'Cet auteur a modifié le commentaire suivant :';
|
||||||
$lang['This author removed the comment with id %d'] = 'Cet auteur a supprimé le commentaire portant l\'identifiant %d';
|
$lang['This author removed the comment with id %d'] = 'Cet auteur a supprimé le commentaire portant l\'identifiant %d';
|
||||||
$lang['delete this comment'] = "supprimer ce commentaire";
|
|
||||||
$lang['validate this comment'] = 'valider ce commentaire';
|
|
||||||
$lang['html tags are not allowed in login'] = 'les balises html ne sont pas autorisées à l\'identification';
|
$lang['html tags are not allowed in login'] = 'les balises html ne sont pas autorisées à l\'identification';
|
||||||
$lang['%d rates'] = '%d notes';
|
$lang['%d rates'] = '%d notes';
|
||||||
$lang['Rating score'] = 'Bilan';
|
$lang['Rating score'] = 'Bilan';
|
||||||
|
|
|
||||||
|
|
@ -204,7 +204,6 @@ $lang['Date'] = "Date";
|
||||||
$lang['delete album'] = 'supprimer l\'album';
|
$lang['delete album'] = 'supprimer l\'album';
|
||||||
$lang['Dissociate from album'] = 'Dissocier de l\'album';
|
$lang['Dissociate from album'] = 'Dissocier de l\'album';
|
||||||
$lang['dissociate from group'] = "Dissocier du groupe";
|
$lang['dissociate from group'] = "Dissocier du groupe";
|
||||||
$lang['edit album permissions'] = 'Modifier les permissions de l\'album';
|
|
||||||
$lang['Album updated successfully'] = 'Les informations de l\'album ont été mises à jour avec succès.';
|
$lang['Album updated successfully'] = 'Les informations de l\'album ont été mises à jour avec succès.';
|
||||||
$lang['photos per page'] = "photos par page";
|
$lang['photos per page'] = "photos par page";
|
||||||
$lang['High definition enabled'] = "Haute définition actif";
|
$lang['High definition enabled'] = "Haute définition actif";
|
||||||
|
|
@ -553,7 +552,6 @@ $lang['Templates configuration has been recorded.'] = "La configuration des temp
|
||||||
$lang['All optimizations have been successfully completed.'] = "Toutes les optimisations ont été réalisées avec succès.";
|
$lang['All optimizations have been successfully completed.'] = "Toutes les optimisations ont été réalisées avec succès.";
|
||||||
$lang['Optimizations have been completed with some errors.'] = "Les optimisations réalisées comportent certaines erreurs.";
|
$lang['Optimizations have been completed with some errors.'] = "Les optimisations réalisées comportent certaines erreurs.";
|
||||||
$lang['Modify information'] = "Modifier les informations";
|
$lang['Modify information'] = "Modifier les informations";
|
||||||
$lang['edit album'] = 'éditer les informations de cet album';
|
|
||||||
$lang['nothing'] = "Rien";
|
$lang['nothing'] = "Rien";
|
||||||
$lang['overrides existing values with empty ones'] = "Ecraser les données existantes avec des données vides";
|
$lang['overrides existing values with empty ones'] = "Ecraser les données existantes avec des données vides";
|
||||||
$lang['manage photo ranks'] = "gérer l'ordre des photos";
|
$lang['manage photo ranks'] = "gérer l'ordre des photos";
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,6 @@ $lang['About'] = 'À propos';
|
||||||
$lang['Accelerate diaporama speed'] = 'Accélerer la vitesse du diaporama';
|
$lang['Accelerate diaporama speed'] = 'Accélerer la vitesse du diaporama';
|
||||||
$lang['Add a comment'] = 'Ajouter un commentaire';
|
$lang['Add a comment'] = 'Ajouter un commentaire';
|
||||||
$lang['add this photo to your favorites'] = 'ajouter cette photo à vos favoris';
|
$lang['add this photo to your favorites'] = 'ajouter cette photo à vos favoris';
|
||||||
$lang['add to caddie'] = 'ajouter au panier';
|
|
||||||
$lang['Admin: %s'] = 'Administration : %s';
|
$lang['Admin: %s'] = 'Administration : %s';
|
||||||
$lang['Administration'] = 'Administration';
|
$lang['Administration'] = 'Administration';
|
||||||
$lang['Album results for'] = 'Résultats des albums pour';
|
$lang['Album results for'] = 'Résultats des albums pour';
|
||||||
|
|
@ -89,7 +88,6 @@ $lang['available for administrators only'] = 'disponible uniquement pour les adm
|
||||||
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Statut de l\'utilisateur "guest" non conforme, utilisation du statut par défaut. Veuillez prévenir le webmestre.';
|
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Statut de l\'utilisateur "guest" non conforme, utilisation du statut par défaut. Veuillez prévenir le webmestre.';
|
||||||
$lang['Best rated'] = 'Mieux notées';
|
$lang['Best rated'] = 'Mieux notées';
|
||||||
$lang['Browser: %s'] = 'Navigateur : %s';
|
$lang['Browser: %s'] = 'Navigateur : %s';
|
||||||
$lang['caddie'] = 'Panier';
|
|
||||||
$lang['Calendar'] = 'Calendrier';
|
$lang['Calendar'] = 'Calendrier';
|
||||||
$lang['Change my password'] = 'Changer mon mot de passe';
|
$lang['Change my password'] = 'Changer mon mot de passe';
|
||||||
$lang['Check your email for the confirmation link'] = 'Vérifiez vos emails pour trouver le lien de confirmation';
|
$lang['Check your email for the confirmation link'] = 'Vérifiez vos emails pour trouver le lien de confirmation';
|
||||||
|
|
@ -132,7 +130,6 @@ $lang['day'][5] = 'Vendredi';
|
||||||
$lang['day'][6] = 'Samedi';
|
$lang['day'][6] = 'Samedi';
|
||||||
$lang['Default'] = 'Par défaut';
|
$lang['Default'] = 'Par défaut';
|
||||||
$lang['delete all photos from your favorites'] = 'supprimer toutes les photos de vos favoris';
|
$lang['delete all photos from your favorites'] = 'supprimer toutes les photos de vos favoris';
|
||||||
$lang['delete this comment'] = "supprimer ce commentaire";
|
|
||||||
$lang['delete this photo from your favorites'] = 'supprimer cette photo de vos favoris';
|
$lang['delete this photo from your favorites'] = 'supprimer cette photo de vos favoris';
|
||||||
$lang['Delete'] = 'Supprimer';
|
$lang['Delete'] = 'Supprimer';
|
||||||
$lang['descending'] = 'décroissant';
|
$lang['descending'] = 'décroissant';
|
||||||
|
|
@ -158,7 +155,6 @@ $lang['download'] = 'télécharger';
|
||||||
$lang['E-mail address'] = $lang['Email address'];
|
$lang['E-mail address'] = $lang['Email address'];
|
||||||
$lang['Each listed rule must be satisfied.'] = 'Chaque critère doit être satisfait';
|
$lang['Each listed rule must be satisfied.'] = 'Chaque critère doit être satisfait';
|
||||||
$lang['Edit a comment'] = "Éditer un commentaire";
|
$lang['Edit a comment'] = "Éditer un commentaire";
|
||||||
$lang['edit this comment'] = "éditer ce commentaire";
|
|
||||||
$lang['edit'] = 'éditer';
|
$lang['edit'] = 'éditer';
|
||||||
$lang['Edit'] = 'Editer';
|
$lang['Edit'] = 'Editer';
|
||||||
$lang['Email address is missing. Please specify an email address.'] = "L'adresse email manque. Veuillez spécifier une adresse email.";
|
$lang['Email address is missing. Please specify an email address.'] = "L'adresse email manque. Veuillez spécifier une adresse email.";
|
||||||
|
|
@ -354,7 +350,6 @@ $lang['User: %s'] = 'Utilisateur: %s';
|
||||||
$lang['Username "%s" on gallery %s'] = 'Utilisateur "%s" sur la galerie %s';
|
$lang['Username "%s" on gallery %s'] = 'Utilisateur "%s" sur la galerie %s';
|
||||||
$lang['Username or email'] = 'Nom d\'utilisateur ou adresse email';
|
$lang['Username or email'] = 'Nom d\'utilisateur ou adresse email';
|
||||||
$lang['Username'] = 'Nom d\'utilisateur';
|
$lang['Username'] = 'Nom d\'utilisateur';
|
||||||
$lang['validate this comment'] = 'valider ce commentaire';
|
|
||||||
$lang['View'] = 'Vue';
|
$lang['View'] = 'Vue';
|
||||||
$lang['Visits'] = 'Visites';
|
$lang['Visits'] = 'Visites';
|
||||||
$lang['Webmaster'] = 'Webmestre';
|
$lang['Webmaster'] = 'Webmestre';
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,6 @@ $lang['Date'] = 'תאריך';
|
||||||
$lang['delete album'] = 'למחוק את הקטגוריה';
|
$lang['delete album'] = 'למחוק את הקטגוריה';
|
||||||
$lang['Dissociate from album'] = 'נתק מהקטגוריה';
|
$lang['Dissociate from album'] = 'נתק מהקטגוריה';
|
||||||
$lang['dissociate from group'] = 'נתק מהקבוצה';
|
$lang['dissociate from group'] = 'נתק מהקבוצה';
|
||||||
$lang['edit album permissions'] = 'ערוך הרשאות לקטגוריה';
|
|
||||||
$lang['Album updated successfully'] = 'מידע על הקטגוריה עודכן בהצלחה.';
|
$lang['Album updated successfully'] = 'מידע על הקטגוריה עודכן בהצלחה.';
|
||||||
$lang['photos per page'] = 'פריטים בעמוד';
|
$lang['photos per page'] = 'פריטים בעמוד';
|
||||||
$lang['High definition enabled'] = 'איכות גבוהה מופעלת';
|
$lang['High definition enabled'] = 'איכות גבוהה מופעלת';
|
||||||
|
|
@ -552,7 +551,6 @@ $lang['Templates configuration has been recorded.'] = 'תצורה תבניות
|
||||||
$lang['All optimizations have been successfully completed.'] = 'אופטימיזציות כל הושלמו בהצלחה.';
|
$lang['All optimizations have been successfully completed.'] = 'אופטימיזציות כל הושלמו בהצלחה.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'אופטימיזציות הושלמו עם שגיאות כמה.';
|
$lang['Optimizations have been completed with some errors.'] = 'אופטימיזציות הושלמו עם שגיאות כמה.';
|
||||||
$lang['Modify information'] = 'שינוי פרטים';
|
$lang['Modify information'] = 'שינוי פרטים';
|
||||||
$lang['edit album'] = 'ערוך את מידע הקטגוריה';
|
|
||||||
$lang['nothing'] = 'שום דבר';
|
$lang['nothing'] = 'שום דבר';
|
||||||
$lang['overrides existing values with empty ones'] = 'מלא ערכים קיימים עם ערכים ריקים';
|
$lang['overrides existing values with empty ones'] = 'מלא ערכים קיימים עם ערכים ריקים';
|
||||||
$lang['manage photo ranks'] = 'נהל את דירוג התמונות';
|
$lang['manage photo ranks'] = 'נהל את דירוג התמונות';
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'פורסם בין %s (%s) ו %s (
|
||||||
$lang['posted on %s'] = 'פורסם ב %';
|
$lang['posted on %s'] = 'פורסם ב %';
|
||||||
$lang['Best rated'] = 'מדורג הכי גבוהה';
|
$lang['Best rated'] = 'מדורג הכי גבוהה';
|
||||||
$lang['display best rated photos'] = 'הצג את התמונה המדורגת הכי גבוהה';
|
$lang['display best rated photos'] = 'הצג את התמונה המדורגת הכי גבוהה';
|
||||||
$lang['caddie'] = 'סל';
|
|
||||||
$lang['Calendar'] = 'לוח שנה';
|
$lang['Calendar'] = 'לוח שנה';
|
||||||
$lang['All'] = 'הכול';
|
$lang['All'] = 'הכול';
|
||||||
$lang['display each day with photos, month per month'] = 'הצג כל יום עם תמונה, חודש אחרי חודש';
|
$lang['display each day with photos, month per month'] = 'הצג כל יום עם תמונה, חודש אחרי חודש';
|
||||||
|
|
@ -329,7 +328,6 @@ $lang['Reset to default values'] = "אפס לערך ברירת מחדל";
|
||||||
$lang['delete all photos from your favorites'] = "מחק את כל התמונות מהמועדפים שלך";
|
$lang['delete all photos from your favorites'] = "מחק את כל התמונות מהמועדפים שלך";
|
||||||
$lang['Sent by'] = "נשלח על ידי";
|
$lang['Sent by'] = "נשלח על ידי";
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "הדפדפן שלך חוסם קוקיז או לא תומך בהם. אתה חייב להפעיל את ה קוקיז בשביל להתחבר.";
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "הדפדפן שלך חוסם קוקיז או לא תומך בהם. אתה חייב להפעיל את ה קוקיז בשביל להתחבר.";
|
||||||
$lang['edit this comment'] = "ערוך תגובה זאת";
|
|
||||||
$lang['Edit a comment'] = "ערוך תגובה";
|
$lang['Edit a comment'] = "ערוך תגובה";
|
||||||
$lang['Are you sure?'] = "האם אתה בטוח?";
|
$lang['Are you sure?'] = "האם אתה בטוח?";
|
||||||
$lang['(!) This comment requires validation'] = '(!) תגובה זאת דורשת אישור מנהל';
|
$lang['(!) This comment requires validation'] = '(!) תגובה זאת דורשת אישור מנהל';
|
||||||
|
|
@ -343,8 +341,6 @@ $lang['Manage this user comment: %s'] = 'נהל את תגובות משתמש ז
|
||||||
$lang['Email address is missing. Please specify an email address.'] = "חסר כתובת דואר אלקטרוני. הכנס בבקשה כתובת דואר אלקטרוני זמינה.";
|
$lang['Email address is missing. Please specify an email address.'] = "חסר כתובת דואר אלקטרוני. הכנס בבקשה כתובת דואר אלקטרוני זמינה.";
|
||||||
$lang['This author modified following comment:'] = 'מחבר זה, ערך את התגובה שלו:';
|
$lang['This author modified following comment:'] = 'מחבר זה, ערך את התגובה שלו:';
|
||||||
$lang['This author removed the comment with id %d'] = 'מחבר זה מחק את התגובה עם השם משתמש %d';
|
$lang['This author removed the comment with id %d'] = 'מחבר זה מחק את התגובה עם השם משתמש %d';
|
||||||
$lang['delete this comment'] = "מחק תגובה זאת";
|
|
||||||
$lang['validate this comment'] = 'אמת את התגובה';
|
|
||||||
$lang['html tags are not allowed in login'] = 'לא ניתן להשתמש בתגי html בהתחברות';
|
$lang['html tags are not allowed in login'] = 'לא ניתן להשתמש בתגי html בהתחברות';
|
||||||
$lang['The number of photos per page must be a not null scalar'] = 'מספר התמונות בד חייב להיות גדול מאפס';
|
$lang['The number of photos per page must be a not null scalar'] = 'מספר התמונות בד חייב להיות גדול מאפס';
|
||||||
$lang['Number of photos per page'] = 'מספר תמונות בדף';
|
$lang['Number of photos per page'] = 'מספר תמונות בדף';
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,6 @@ $lang['Date'] = 'Nadnevak';
|
||||||
$lang['delete album'] = 'izbriši skupinu';
|
$lang['delete album'] = 'izbriši skupinu';
|
||||||
$lang['Dissociate from album'] = 'odspoji od skupine';
|
$lang['Dissociate from album'] = 'odspoji od skupine';
|
||||||
$lang['dissociate from group'] = 'odspoji od grupe';
|
$lang['dissociate from group'] = 'odspoji od grupe';
|
||||||
$lang['edit album permissions'] = 'uredi ovlasti skupine';
|
|
||||||
$lang['Album updated successfully'] = 'Podaci skupine uspješno obnovljeni.';
|
$lang['Album updated successfully'] = 'Podaci skupine uspješno obnovljeni.';
|
||||||
$lang['photos per page'] = 'stavaka po stranici';
|
$lang['photos per page'] = 'stavaka po stranici';
|
||||||
$lang['High definition enabled'] = 'Visoka razlučljivost omogućena';
|
$lang['High definition enabled'] = 'Visoka razlučljivost omogućena';
|
||||||
|
|
@ -551,7 +550,6 @@ $lang['Templates configuration has been recorded.'] = 'Postava predložaka je po
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Sva poboljšanja su uspješno dovršena.';
|
$lang['All optimizations have been successfully completed.'] = 'Sva poboljšanja su uspješno dovršena.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Poboljšanja su izvršena uz neke greške.';
|
$lang['Optimizations have been completed with some errors.'] = 'Poboljšanja su izvršena uz neke greške.';
|
||||||
$lang['Modify information'] = 'Promijeni podatak';
|
$lang['Modify information'] = 'Promijeni podatak';
|
||||||
$lang['edit album'] = 'uredi podatke o skupini';
|
|
||||||
$lang['nothing'] = 'ništa';
|
$lang['nothing'] = 'ništa';
|
||||||
$lang['overrides existing values with empty ones'] = 'prekucava postojeće vrijednosti praznim poljima';
|
$lang['overrides existing values with empty ones'] = 'prekucava postojeće vrijednosti praznim poljima';
|
||||||
$lang['manage photo ranks'] = 'upravljanje poretkom slika';
|
$lang['manage photo ranks'] = 'upravljanje poretkom slika';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'objavljeno između %s (%s) i %s (
|
||||||
$lang['posted on %s'] = 'objavljeno na %s';
|
$lang['posted on %s'] = 'objavljeno na %s';
|
||||||
$lang['Best rated'] = 'Najbolje ocijenjeno';
|
$lang['Best rated'] = 'Najbolje ocijenjeno';
|
||||||
$lang['display best rated photos'] = 'prikaz najbolje ocijenjenih stavki';
|
$lang['display best rated photos'] = 'prikaz najbolje ocijenjenih stavki';
|
||||||
$lang['caddie'] = 'ladica';
|
|
||||||
$lang['Calendar'] = 'Kalendar';
|
$lang['Calendar'] = 'Kalendar';
|
||||||
$lang['All'] = 'Sve';
|
$lang['All'] = 'Sve';
|
||||||
$lang['display each day with photos, month per month'] = 'prikaz svakog dana sa slikama, mjesec po mjesec';
|
$lang['display each day with photos, month per month'] = 'prikaz svakog dana sa slikama, mjesec po mjesec';
|
||||||
|
|
@ -329,12 +328,10 @@ $lang['letters'] = 'slova';
|
||||||
$lang['show tag cloud'] = 'prikaži tag oblak';
|
$lang['show tag cloud'] = 'prikaži tag oblak';
|
||||||
$lang['cloud'] = 'oblak';
|
$lang['cloud'] = 'oblak';
|
||||||
$lang['Are you sure?'] = 'Sigurni ste?';
|
$lang['Are you sure?'] = 'Sigurni ste?';
|
||||||
$lang['delete this comment'] = 'izbriši ovaj komentar';
|
|
||||||
$lang['Reset to default values'] = 'Povratak na pretpostavljene vrijednosti';
|
$lang['Reset to default values'] = 'Povratak na pretpostavljene vrijednosti';
|
||||||
$lang['delete all photos from your favorites'] = 'izbriši sve slike iz omiljenih';
|
$lang['delete all photos from your favorites'] = 'izbriši sve slike iz omiljenih';
|
||||||
$lang['Sent by'] = 'Poslano od';
|
$lang['Sent by'] = 'Poslano od';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Kolačići su onemogućeni ili nisu podržani od vašeg preglednika. Morate ih omogućiti za prijavu.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Kolačići su onemogućeni ili nisu podržani od vašeg preglednika. Morate ih omogućiti za prijavu.';
|
||||||
$lang['edit this comment'] = 'uredi ovaj komentar';
|
|
||||||
$lang['Edit a comment'] = 'Uredi komentar';
|
$lang['Edit a comment'] = 'Uredi komentar';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Ovaj komentar zahtijeva ovjeru';
|
$lang['(!) This comment requires validation'] = '(!) Ovaj komentar zahtijeva ovjeru';
|
||||||
$lang['Welcome'] = 'Dobrodošli';
|
$lang['Welcome'] = 'Dobrodošli';
|
||||||
|
|
@ -346,7 +343,6 @@ $lang['I want to add photos'] = 'Želim dodati slike';
|
||||||
$lang['Manage this user comment: %s'] = 'Upravljanje ovim korisničkim komentarom: %s';
|
$lang['Manage this user comment: %s'] = 'Upravljanje ovim korisničkim komentarom: %s';
|
||||||
$lang['This author modified following comment:'] = 'Ovaj autor je promijenio slijedeći komentar:';
|
$lang['This author modified following comment:'] = 'Ovaj autor je promijenio slijedeći komentar:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Ovaj autor je uklonio komentar sa id %d';
|
$lang['This author removed the comment with id %d'] = 'Ovaj autor je uklonio komentar sa id %d';
|
||||||
$lang['validate this comment'] = 'ovjeri ovaj komentar';
|
|
||||||
$lang['html tags are not allowed in login'] = 'u korisničkim podacima nisu dozvoljene html oznake';
|
$lang['html tags are not allowed in login'] = 'u korisničkim podacima nisu dozvoljene html oznake';
|
||||||
$lang['%d rates'] = '%d ocjena';
|
$lang['%d rates'] = '%d ocjena';
|
||||||
$lang['Rating score'] = 'Rezultat ocjenjivanja';
|
$lang['Rating score'] = 'Rezultat ocjenjivanja';
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,6 @@ $lang['Date'] = 'Dátum';
|
||||||
$lang['delete album'] = 'Album törlése';
|
$lang['delete album'] = 'Album törlése';
|
||||||
$lang['Dissociate from album'] = 'Eltávolítás az albumból';
|
$lang['Dissociate from album'] = 'Eltávolítás az albumból';
|
||||||
$lang['dissociate from group'] = 'Eltávolítás a csoportból';
|
$lang['dissociate from group'] = 'Eltávolítás a csoportból';
|
||||||
$lang['edit album permissions'] = 'Albumok hozzáféréseinek módosítása';
|
|
||||||
$lang['Album updated successfully'] = 'Az album információinak módosítása megtörtént.';
|
$lang['Album updated successfully'] = 'Az album információinak módosítása megtörtént.';
|
||||||
$lang['photos per page'] = 'Képek száma oldalanként';
|
$lang['photos per page'] = 'Képek száma oldalanként';
|
||||||
$lang['High definition enabled'] = 'Kiemelt hozzáférés engedélyezése';
|
$lang['High definition enabled'] = 'Kiemelt hozzáférés engedélyezése';
|
||||||
|
|
@ -548,7 +547,6 @@ $lang['Templates configuration has been recorded.'] = 'Sablon konfiguráció rö
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Minden optimalizálás sikeres.';
|
$lang['All optimizations have been successfully completed.'] = 'Minden optimalizálás sikeres.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Néhány hiba fordult elő az optimalizáláskor.';
|
$lang['Optimizations have been completed with some errors.'] = 'Néhány hiba fordult elő az optimalizáláskor.';
|
||||||
$lang['Modify information'] = 'Információk módosítása';
|
$lang['Modify information'] = 'Információk módosítása';
|
||||||
$lang['edit album'] = 'Album információk szerkesztése';
|
|
||||||
$lang['nothing'] = 'Nem';
|
$lang['nothing'] = 'Nem';
|
||||||
$lang['overrides existing values with empty ones'] = 'Felülírja a meglévő üres értékeket';
|
$lang['overrides existing values with empty ones'] = 'Felülírja a meglévő üres értékeket';
|
||||||
$lang['manage photo ranks'] = 'Kép rangok kezelése';
|
$lang['manage photo ranks'] = 'Kép rangok kezelése';
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'feltöltve %s (%s) és %s (%s) k
|
||||||
$lang['posted on %s'] = 'elérhető %s';
|
$lang['posted on %s'] = 'elérhető %s';
|
||||||
$lang['Best rated'] = 'Legjobbra értékelt';
|
$lang['Best rated'] = 'Legjobbra értékelt';
|
||||||
$lang['display best rated photos'] = 'A legjobbra értékelt képek megjelenítése';
|
$lang['display best rated photos'] = 'A legjobbra értékelt képek megjelenítése';
|
||||||
$lang['caddie'] = 'Kosár';
|
|
||||||
$lang['Calendar'] = 'Naptár';
|
$lang['Calendar'] = 'Naptár';
|
||||||
$lang['All'] = 'Összes';
|
$lang['All'] = 'Összes';
|
||||||
$lang['display each day with photos, month per month'] = 'Napi képek megjelenítése hónapról-hónapra';
|
$lang['display each day with photos, month per month'] = 'Napi képek megjelenítése hónapról-hónapra';
|
||||||
|
|
@ -335,9 +334,7 @@ $lang['delete all photos from your favorites'] = 'Minden kép törlése a kedven
|
||||||
$lang['Sent by'] = 'Küldte';
|
$lang['Sent by'] = 'Küldte';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'A cookie-k le vannak tiltva vagy a böngésző nem támogatja. Engedélyezni kell a cookie-kat a csatlakozáshoz.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'A cookie-k le vannak tiltva vagy a böngésző nem támogatja. Engedélyezni kell a cookie-kat a csatlakozáshoz.';
|
||||||
$lang['Are you sure?'] = 'Biztos benne?';
|
$lang['Are you sure?'] = 'Biztos benne?';
|
||||||
$lang['delete this comment'] = 'Hozzászólás törlése';
|
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'E-mail cím hiányzik. Kérem írja be az e-mail címet.';
|
$lang['Email address is missing. Please specify an email address.'] = 'E-mail cím hiányzik. Kérem írja be az e-mail címet.';
|
||||||
$lang['edit this comment'] = 'Hozzászólás módosítása';
|
|
||||||
$lang['Edit a comment'] = 'A hozzászólás módosítása';
|
$lang['Edit a comment'] = 'A hozzászólás módosítása';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Ezt a hozzászólást engedélyezni kell';
|
$lang['(!) This comment requires validation'] = '(!) Ezt a hozzászólást engedélyezni kell';
|
||||||
$lang['Welcome'] = 'Üdvözlöm';
|
$lang['Welcome'] = 'Üdvözlöm';
|
||||||
|
|
@ -349,7 +346,6 @@ $lang['I want to add photos'] = 'Szeretnék képeket feltölteni';
|
||||||
$lang['Manage this user comment: %s'] = 'Itt kezelheti a felhasználó hozzászólását: %s';
|
$lang['Manage this user comment: %s'] = 'Itt kezelheti a felhasználó hozzászólását: %s';
|
||||||
$lang['This author modified following comment:'] = 'A szerző a következő hozzászólást módosította:';
|
$lang['This author modified following comment:'] = 'A szerző a következő hozzászólást módosította:';
|
||||||
$lang['This author removed the comment with id %d'] = 'A szerző a következő hozzászólást törölte id %d';
|
$lang['This author removed the comment with id %d'] = 'A szerző a következő hozzászólást törölte id %d';
|
||||||
$lang['validate this comment'] = 'hozzászólás engedélyezése';
|
|
||||||
$lang['html tags are not allowed in login'] = 'Belépéskor a html tag-ek nem engedélyezettek';
|
$lang['html tags are not allowed in login'] = 'Belépéskor a html tag-ek nem engedélyezettek';
|
||||||
$lang['The number of photos per page must be a not null scalar'] = 'Az oldalankénti képek száma nem lehet 0, és pozitív egész szám kell legyen.';
|
$lang['The number of photos per page must be a not null scalar'] = 'Az oldalankénti képek száma nem lehet 0, és pozitív egész szám kell legyen.';
|
||||||
$lang['Number of photos per page'] = 'Képek száma oldalanként';
|
$lang['Number of photos per page'] = 'Képek száma oldalanként';
|
||||||
|
|
|
||||||
|
|
@ -332,7 +332,6 @@ $lang['Reset to default values'] = 'Endurstilla á sjálfgefinn gildi';
|
||||||
$lang['delete all photos from your favorites'] = 'eyða öllum myndum úr uppáhalds';
|
$lang['delete all photos from your favorites'] = 'eyða öllum myndum úr uppáhalds';
|
||||||
$lang['Sent by'] = 'Sent frá';
|
$lang['Sent by'] = 'Sent frá';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookie er lokað eða ekki stutt af vafranum þínum. Þú verður að virkaj cookie til að tengjast.n.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookie er lokað eða ekki stutt af vafranum þínum. Þú verður að virkaj cookie til að tengjast.n.';
|
||||||
$lang['edit this comment'] = 'breyta þessari athugasemd';
|
|
||||||
$lang['Edit a comment'] = 'Breyta athugasemd';
|
$lang['Edit a comment'] = 'Breyta athugasemd';
|
||||||
$lang['Are you sure?'] = 'Ertu viss?';
|
$lang['Are you sure?'] = 'Ertu viss?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Þessi athugasemd krefst staðfestingar';
|
$lang['(!) This comment requires validation'] = '(!) Þessi athugasemd krefst staðfestingar';
|
||||||
|
|
@ -346,7 +345,5 @@ $lang['Manage this user comment: %s'] = 'Stjórna athugasemd þessa notenda: %s'
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'Netfang vantar. Vinsamlegast tilgreinið netfang.';
|
$lang['Email address is missing. Please specify an email address.'] = 'Netfang vantar. Vinsamlegast tilgreinið netfang.';
|
||||||
$lang['This author modified following comment:'] = 'Þessi höfundur breytti eftirfarandi athugasemd:';
|
$lang['This author modified following comment:'] = 'Þessi höfundur breytti eftirfarandi athugasemd:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Þessi höfundur fjarlægði athugasemdina með id %d';
|
$lang['This author removed the comment with id %d'] = 'Þessi höfundur fjarlægði athugasemdina með id %d';
|
||||||
$lang['delete this comment'] = 'eyða þessari athugasemd';
|
|
||||||
$lang['validate this comment'] = 'staðfesta þessa athugasemd';
|
|
||||||
$lang['html tags are not allowed in login'] = 'html merkingar eru ekki leyfilegt við ínnskráningu';
|
$lang['html tags are not allowed in login'] = 'html merkingar eru ekki leyfilegt við ínnskráningu';
|
||||||
?>
|
?>
|
||||||
|
|
@ -205,7 +205,6 @@ $lang['Date'] = 'Data';
|
||||||
$lang['delete album'] = 'Cancellare l\'album';
|
$lang['delete album'] = 'Cancellare l\'album';
|
||||||
$lang['Dissociate from album'] = 'Dissociare dall\'album';
|
$lang['Dissociate from album'] = 'Dissociare dall\'album';
|
||||||
$lang['dissociate from group'] = 'Dissociare dal gruppo';
|
$lang['dissociate from group'] = 'Dissociare dal gruppo';
|
||||||
$lang['edit album permissions'] = 'modificare i permessi dell\'album';
|
|
||||||
$lang['Album updated successfully'] = 'Le informazioni dell\'album sono state aggiornate con successo.';
|
$lang['Album updated successfully'] = 'Le informazioni dell\'album sono state aggiornate con successo.';
|
||||||
$lang['photos per page'] = 'foto per pagina';
|
$lang['photos per page'] = 'foto per pagina';
|
||||||
$lang['High definition enabled'] = 'Alta definizione attiva';
|
$lang['High definition enabled'] = 'Alta definizione attiva';
|
||||||
|
|
@ -553,7 +552,6 @@ $lang['Templates configuration has been recorded.'] = 'La configurazione dei tem
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Tutte le ottimizzazioni sono state completate con successo.';
|
$lang['All optimizations have been successfully completed.'] = 'Tutte le ottimizzazioni sono state completate con successo.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Le ottimizzazioni sono state completate con alcuni errori.';
|
$lang['Optimizations have been completed with some errors.'] = 'Le ottimizzazioni sono state completate con alcuni errori.';
|
||||||
$lang['Modify information'] = 'Modifica le informazioni';
|
$lang['Modify information'] = 'Modifica le informazioni';
|
||||||
$lang['edit album'] = 'Modificare le informazioni dell\'album';
|
|
||||||
$lang['nothing'] = 'Niente';
|
$lang['nothing'] = 'Niente';
|
||||||
$lang['overrides existing values with empty ones'] = 'Sovrascrivere i valori esistenti con quelli vuoti';
|
$lang['overrides existing values with empty ones'] = 'Sovrascrivere i valori esistenti con quelli vuoti';
|
||||||
$lang['manage photo ranks'] = 'Gestire l\'ordinamento delle foto';
|
$lang['manage photo ranks'] = 'Gestire l\'ordinamento delle foto';
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'disponibile tra %s (%s) e il %s (
|
||||||
$lang['posted on %s'] = 'disponibile il %s';
|
$lang['posted on %s'] = 'disponibile il %s';
|
||||||
$lang['Best rated'] = 'I più votati';
|
$lang['Best rated'] = 'I più votati';
|
||||||
$lang['display best rated photos'] = 'Mostra le foto le più votate';
|
$lang['display best rated photos'] = 'Mostra le foto le più votate';
|
||||||
$lang['caddie'] = 'Cestino';
|
|
||||||
$lang['Calendar'] = 'Calendario';
|
$lang['Calendar'] = 'Calendario';
|
||||||
$lang['All'] = 'Tutto';
|
$lang['All'] = 'Tutto';
|
||||||
$lang['display each day with photos, month per month'] = 'Mostra anno per anno, mese per mese, giorno per giorno';
|
$lang['display each day with photos, month per month'] = 'Mostra anno per anno, mese per mese, giorno per giorno';
|
||||||
|
|
@ -330,7 +329,6 @@ $lang['Reset to default values'] = 'Ripristinare le impostazioni predefinite';
|
||||||
$lang['delete all photos from your favorites'] = 'Cancellare tutte le foto dai vostri favoriti';
|
$lang['delete all photos from your favorites'] = 'Cancellare tutte le foto dai vostri favoriti';
|
||||||
$lang['Sent by'] = 'Mandato da';
|
$lang['Sent by'] = 'Mandato da';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'I cookies sono bloccati o non supportati dal vostro browser. Dovete attivare i cookie per connettervi.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'I cookies sono bloccati o non supportati dal vostro browser. Dovete attivare i cookie per connettervi.';
|
||||||
$lang['edit this comment'] = 'Modificare questo commento';
|
|
||||||
$lang['Edit a comment'] = 'Modificare un commento';
|
$lang['Edit a comment'] = 'Modificare un commento';
|
||||||
$lang['Are you sure?'] = 'Sei sicuro?';
|
$lang['Are you sure?'] = 'Sei sicuro?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Questo commento deve essere approvato';
|
$lang['(!) This comment requires validation'] = '(!) Questo commento deve essere approvato';
|
||||||
|
|
@ -344,8 +342,6 @@ $lang['Manage this user comment: %s'] = 'Gestire questo commento: %s';
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'Manca l\'indirizzo Email. Per favore specificarne uno.';
|
$lang['Email address is missing. Please specify an email address.'] = 'Manca l\'indirizzo Email. Per favore specificarne uno.';
|
||||||
$lang['This author modified following comment:'] = 'Questo autore ha modificato il commento seguente:';
|
$lang['This author modified following comment:'] = 'Questo autore ha modificato il commento seguente:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Questo autore ha cancellato il commento con l\'ID %d';
|
$lang['This author removed the comment with id %d'] = 'Questo autore ha cancellato il commento con l\'ID %d';
|
||||||
$lang['delete this comment'] = 'Cancellare questo commento';
|
|
||||||
$lang['validate this comment'] = 'Approvare questo commento';
|
|
||||||
$lang['html tags are not allowed in login'] = 'I tag HTML non sono ammessi nel login';
|
$lang['html tags are not allowed in login'] = 'I tag HTML non sono ammessi nel login';
|
||||||
$lang['Invalid username or email'] = 'Nome utente o indirizzo email non valido';
|
$lang['Invalid username or email'] = 'Nome utente o indirizzo email non valido';
|
||||||
$lang['Password reset is not allowed for this user'] = 'Il rinnovo della password non è consentito per questo utente';
|
$lang['Password reset is not allowed for this user'] = 'Il rinnovo della password non è consentito per questo utente';
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,6 @@ $lang['Date'] = '日付';
|
||||||
$lang['delete album'] = 'カテゴリを削除する';
|
$lang['delete album'] = 'カテゴリを削除する';
|
||||||
$lang['Dissociate from album'] = 'カテゴリから関連付けを解除する';
|
$lang['Dissociate from album'] = 'カテゴリから関連付けを解除する';
|
||||||
$lang['dissociate from group'] = 'グループから関連付けを解除する';
|
$lang['dissociate from group'] = 'グループから関連付けを解除する';
|
||||||
$lang['edit album permissions'] = 'カテゴリパーミッションを編集する';
|
|
||||||
$lang['Album updated successfully'] = 'カテゴリ情報が正常に更新されました。';
|
$lang['Album updated successfully'] = 'カテゴリ情報が正常に更新されました。';
|
||||||
$lang['photos per page'] = '1ページあたりのエレメント';
|
$lang['photos per page'] = '1ページあたりのエレメント';
|
||||||
$lang['High definition enabled'] = '高解像度を有効にする';
|
$lang['High definition enabled'] = '高解像度を有効にする';
|
||||||
|
|
@ -553,7 +552,6 @@ $lang['Templates configuration has been recorded.'] = 'テンプレート設定
|
||||||
$lang['All optimizations have been successfully completed.'] = 'すべての最適化が正常に完了しました。';
|
$lang['All optimizations have been successfully completed.'] = 'すべての最適化が正常に完了しました。';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'いくつかのエラーを含んで最適化が完了しました。';
|
$lang['Optimizations have been completed with some errors.'] = 'いくつかのエラーを含んで最適化が完了しました。';
|
||||||
$lang['Modify information'] = '情報を修正する';
|
$lang['Modify information'] = '情報を修正する';
|
||||||
$lang['edit album'] = 'カテゴリ情報を編集する';
|
|
||||||
$lang['nothing'] = 'なし';
|
$lang['nothing'] = 'なし';
|
||||||
$lang['overrides existing values with empty ones'] = '既存の値を空白にする';
|
$lang['overrides existing values with empty ones'] = '既存の値を空白にする';
|
||||||
$lang['manage photo ranks'] = 'イメージランクを管理する';
|
$lang['manage photo ranks'] = 'イメージランクを管理する';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = '%s (%s) から %s (%s) の間に
|
||||||
$lang['posted on %s'] = '%s に投稿';
|
$lang['posted on %s'] = '%s に投稿';
|
||||||
$lang['Best rated'] = '最高評価';
|
$lang['Best rated'] = '最高評価';
|
||||||
$lang['display best rated photos'] = '最高評価アイテムを表示する';
|
$lang['display best rated photos'] = '最高評価アイテムを表示する';
|
||||||
$lang['caddie'] = 'キャディー';
|
|
||||||
$lang['Calendar'] = 'カレンダー';
|
$lang['Calendar'] = 'カレンダー';
|
||||||
$lang['All'] = 'すべて';
|
$lang['All'] = 'すべて';
|
||||||
$lang['display each day with photos, month per month'] = '月ごとに写真の投稿日を表示します。';
|
$lang['display each day with photos, month per month'] = '月ごとに写真の投稿日を表示します。';
|
||||||
|
|
@ -327,12 +326,10 @@ $lang['letters'] = '文字';
|
||||||
$lang['show tag cloud'] = 'タグクラウドを表示する';
|
$lang['show tag cloud'] = 'タグクラウドを表示する';
|
||||||
$lang['cloud'] = 'クラウド';
|
$lang['cloud'] = 'クラウド';
|
||||||
$lang['Are you sure?'] = '本当によろしいですか?';
|
$lang['Are you sure?'] = '本当によろしいですか?';
|
||||||
$lang['delete this comment'] = 'このコメントを削除する';
|
|
||||||
$lang['Reset to default values'] = 'デフォルトにリセットする';
|
$lang['Reset to default values'] = 'デフォルトにリセットする';
|
||||||
$lang['delete all photos from your favorites'] = 'お気に入りから画像を全て削除する。';
|
$lang['delete all photos from your favorites'] = 'お気に入りから画像を全て削除する。';
|
||||||
$lang['Sent by'] = 'Sent by';
|
$lang['Sent by'] = 'Sent by';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'あなたのブラウザーでは、クッキーの設定が有効にされていません。ブラウザのクッキーが有効になっていることも確認しておいてください。';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'あなたのブラウザーでは、クッキーの設定が有効にされていません。ブラウザのクッキーが有効になっていることも確認しておいてください。';
|
||||||
$lang['edit this comment'] = 'このコメントに編集';
|
|
||||||
$lang['Edit a comment'] = 'コメントを編集';
|
$lang['Edit a comment'] = 'コメントを編集';
|
||||||
$lang['(!) This comment requires validation'] = '(!) このコメントは有効が必要';
|
$lang['(!) This comment requires validation'] = '(!) このコメントは有効が必要';
|
||||||
$lang['Welcome'] = 'ようこそ';
|
$lang['Welcome'] = 'ようこそ';
|
||||||
|
|
@ -344,7 +341,6 @@ $lang['I want to add photos'] = '写真を追加したい';
|
||||||
$lang['Manage this user comment: %s'] = 'このユーザーのコメントを管理: %s';
|
$lang['Manage this user comment: %s'] = 'このユーザーのコメントを管理: %s';
|
||||||
$lang['This author modified following comment:'] = 'このユーザーが次のコメントを書き直しました:';
|
$lang['This author modified following comment:'] = 'このユーザーが次のコメントを書き直しました:';
|
||||||
$lang['This author removed the comment with id %d'] = 'このユーザーがコメントID %d を削除しました。';
|
$lang['This author removed the comment with id %d'] = 'このユーザーがコメントID %d を削除しました。';
|
||||||
$lang['validate this comment'] = 'このコメントを有効にする';
|
|
||||||
$lang['The number of photos per page must be a not null scalar'] = 'ページごとの写真数はゼロではありません';
|
$lang['The number of photos per page must be a not null scalar'] = 'ページごとの写真数はゼロではありません';
|
||||||
$lang['Number of photos per page'] = 'ページごとの写真数';
|
$lang['Number of photos per page'] = 'ページごとの写真数';
|
||||||
$lang['html tags are not allowed in login'] = 'ログインの際、HTMLタッグが使いません';
|
$lang['html tags are not allowed in login'] = 'ログインの際、HTMLタッグが使いません';
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,6 @@ $lang['confirm'] = 'დასტური';
|
||||||
$lang['delete album'] = 'წავშალოთ კატეგორია';
|
$lang['delete album'] = 'წავშალოთ კატეგორია';
|
||||||
$lang['Dissociate from album'] = 'მოვაშოროთ კატეგორიას';
|
$lang['Dissociate from album'] = 'მოვაშოროთ კატეგორიას';
|
||||||
$lang['dissociate from group'] = 'მოვაშოროთ ჯგუფს';
|
$lang['dissociate from group'] = 'მოვაშოროთ ჯგუფს';
|
||||||
$lang['edit album permissions'] = 'კატეგორიის უფლებების რედაქტირება';
|
|
||||||
$lang['Album updated successfully'] = 'ინფორმაცია კატეგორიაზე წარმატებით განახლებულია.';
|
$lang['Album updated successfully'] = 'ინფორმაცია კატეგორიაზე წარმატებით განახლებულია.';
|
||||||
$lang['photos per page'] = 'მინიატურები გვერდზე';
|
$lang['photos per page'] = 'მინიატურები გვერდზე';
|
||||||
$lang['High definition enabled'] = 'არსებობს დიდი გაფართოებით';
|
$lang['High definition enabled'] = 'არსებობს დიდი გაფართოებით';
|
||||||
|
|
@ -561,7 +560,6 @@ $lang['Templates configuration has been recorded.'] = 'თარგების
|
||||||
$lang['All optimizations have been successfully completed.'] = 'ყველა ოპტიმიზაციამ წარმატებით ჩაიარა.';
|
$lang['All optimizations have been successfully completed.'] = 'ყველა ოპტიმიზაციამ წარმატებით ჩაიარა.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'ოპტიმიზაცია დასრულდა შეცდომებით.';
|
$lang['Optimizations have been completed with some errors.'] = 'ოპტიმიზაცია დასრულდა შეცდომებით.';
|
||||||
$lang['Modify information'] = 'Modify information';
|
$lang['Modify information'] = 'Modify information';
|
||||||
$lang['edit album'] = 'კატეგორიის რედაქტირება';
|
|
||||||
$lang['nothing'] = 'არაფერი';
|
$lang['nothing'] = 'არაფერი';
|
||||||
$lang['overrides existing values with empty ones'] = 'შევცვალოთ არსებული მნიშვნელობები ცარიელით';
|
$lang['overrides existing values with empty ones'] = 'შევცვალოთ არსებული მნიშვნელობები ცარიელით';
|
||||||
$lang['manage photo ranks'] = 'ფოტოების მართვის წესი';
|
$lang['manage photo ranks'] = 'ფოტოების მართვის წესი';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'გამოქვეყნებ
|
||||||
$lang['posted on %s'] = 'გამოქვეყნებულია %s';
|
$lang['posted on %s'] = 'გამოქვეყნებულია %s';
|
||||||
$lang['Best rated'] = 'შეფასებებით';
|
$lang['Best rated'] = 'შეფასებებით';
|
||||||
$lang['display best rated photos'] = 'ვნახოთ მაღალშეფასებადი ';
|
$lang['display best rated photos'] = 'ვნახოთ მაღალშეფასებადი ';
|
||||||
$lang['caddie'] = 'კალათა';
|
|
||||||
$lang['Calendar'] = 'კალენდარი';
|
$lang['Calendar'] = 'კალენდარი';
|
||||||
$lang['All'] = 'ყველა';
|
$lang['All'] = 'ყველა';
|
||||||
$lang['display each day with photos, month per month'] = 'ვნახოთ ყველა დღე ფოტოებით,თვე თვეზე';
|
$lang['display each day with photos, month per month'] = 'ვნახოთ ყველა დღე ფოტოებით,თვე თვეზე';
|
||||||
|
|
@ -331,12 +330,10 @@ $lang['letters'] = 'ასოები';
|
||||||
$lang['show tag cloud'] = 'ვაჩვენოთ სიტყვების ღრუბელი';
|
$lang['show tag cloud'] = 'ვაჩვენოთ სიტყვების ღრუბელი';
|
||||||
$lang['cloud'] = 'ღრუბელი';
|
$lang['cloud'] = 'ღრუბელი';
|
||||||
$lang['Are you sure?'] = 'დარწმუნებული ხართ?';
|
$lang['Are you sure?'] = 'დარწმუნებული ხართ?';
|
||||||
$lang['delete this comment'] = 'გადავაგდოთ კომენტარი';
|
|
||||||
$lang['Reset to default values'] = 'აღვადგინოთ ძირითადი მნიშვნელობები';
|
$lang['Reset to default values'] = 'აღვადგინოთ ძირითადი მნიშვნელობები';
|
||||||
$lang['delete all photos from your favorites'] = 'გადავაგდოთ ყველა ფოტო რჩეულიდან';
|
$lang['delete all photos from your favorites'] = 'გადავაგდოთ ყველა ფოტო რჩეულიდან';
|
||||||
$lang['Sent by'] = 'გაგზავნა';
|
$lang['Sent by'] = 'გაგზავნა';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'თქვენს როუზერს არ აქვს კუკების(Cookies) მხარდაჭერა, ან ბლოკავს მათ. გთხოვთ ჩართოთ ან გაასწოროთ იგი.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'თქვენს როუზერს არ აქვს კუკების(Cookies) მხარდაჭერა, ან ბლოკავს მათ. გთხოვთ ჩართოთ ან გაასწოროთ იგი.';
|
||||||
$lang['edit this comment'] = 'ამ კომენტარის რედაქტირება';
|
|
||||||
$lang['Edit a comment'] = 'კომენტარის რედაქტირება';
|
$lang['Edit a comment'] = 'კომენტარის რედაქტირება';
|
||||||
$lang['(!) This comment requires validation'] = '(!) ეს კომენტარი ელოდება შემოწმებას';
|
$lang['(!) This comment requires validation'] = '(!) ეს კომენტარი ელოდება შემოწმებას';
|
||||||
$lang['Welcome'] = 'კეთილი იყოს თქვენი მობრძანება';
|
$lang['Welcome'] = 'კეთილი იყოს თქვენი მობრძანება';
|
||||||
|
|
@ -348,7 +345,6 @@ $lang['I want to add photos'] = 'მსურს დავამატო ფო
|
||||||
$lang['Manage this user comment: %s'] = 'ამ მომხმარებლის კომენტარის მართვა: %s';
|
$lang['Manage this user comment: %s'] = 'ამ მომხმარებლის კომენტარის მართვა: %s';
|
||||||
$lang['This author modified following comment:'] = 'ამ ავტორმა შეცვალა შემდეგი კომენტარი:';
|
$lang['This author modified following comment:'] = 'ამ ავტორმა შეცვალა შემდეგი კომენტარი:';
|
||||||
$lang['This author removed the comment with id %d'] = 'ამ ავტორმა წაშალა კომენტარი ნომერი %d';
|
$lang['This author removed the comment with id %d'] = 'ამ ავტორმა წაშალა კომენტარი ნომერი %d';
|
||||||
$lang['validate this comment'] = 'შევამოწმოთ ეს კომენტარი';
|
|
||||||
$lang['%d Kb'] = '%d კბ';
|
$lang['%d Kb'] = '%d კბ';
|
||||||
$lang['Reduce diaporama speed'] = 'შევამციროთ პანორამის სიჩქარე';
|
$lang['Reduce diaporama speed'] = 'შევამციროთ პანორამის სიჩქარე';
|
||||||
$lang['Accelerate diaporama speed'] = 'გავზარდოთ პანორამის სიჩქარე';
|
$lang['Accelerate diaporama speed'] = 'გავზარდოთ პანორამის სიჩქარე';
|
||||||
|
|
|
||||||
|
|
@ -329,7 +329,6 @@ $lang['Reset to default values'] = 'កំណត់ទៅតម្ល
|
||||||
$lang['delete all photos from your favorites'] = 'លុបរូបថតទាំងអស់ពីតារាងចំណូលចិត្តរបស់អ្នក';
|
$lang['delete all photos from your favorites'] = 'លុបរូបថតទាំងអស់ពីតារាងចំណូលចិត្តរបស់អ្នក';
|
||||||
$lang['Sent by'] = 'បានផ្ញើរដោយ';
|
$lang['Sent by'] = 'បានផ្ញើរដោយ';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies បានគាំង ឬក៏ មិនត្រូវជាមួយ browser របស់លោកអ្នក។ លោកអ្នកត្រូវតែធ្វើឲ្យ cookies ដំណើរការប្រើបាន ដើម្បីភ្ជាប់ចូល។';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies បានគាំង ឬក៏ មិនត្រូវជាមួយ browser របស់លោកអ្នក។ លោកអ្នកត្រូវតែធ្វើឲ្យ cookies ដំណើរការប្រើបាន ដើម្បីភ្ជាប់ចូល។';
|
||||||
$lang['edit this comment'] = 'កែប្រែមតិនេះ';
|
|
||||||
$lang['Edit a comment'] = 'កែប្រែមតិមួយ';
|
$lang['Edit a comment'] = 'កែប្រែមតិមួយ';
|
||||||
$lang['Are you sure?'] = 'តើអ្នកប្រាកដច្បាស់ហើយឬនៅ?';
|
$lang['Are you sure?'] = 'តើអ្នកប្រាកដច្បាស់ហើយឬនៅ?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) ការដាក់មតិនេះតំរូវឲ្យមានលក្ខណះត្រឹមត្រូវ';
|
$lang['(!) This comment requires validation'] = '(!) ការដាក់មតិនេះតំរូវឲ្យមានលក្ខណះត្រឹមត្រូវ';
|
||||||
|
|
@ -347,8 +346,6 @@ $lang['Manage this user comment: %s'] = 'រៀបចំមតិនៃ
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'សារអេឡិចត្រូនិចមិនមានទេ, សូមបញ្ជាក់ឡើងវិញនូវសារអេឡិចត្រូនិចនេះ';
|
$lang['Email address is missing. Please specify an email address.'] = 'សារអេឡិចត្រូនិចមិនមានទេ, សូមបញ្ជាក់ឡើងវិញនូវសារអេឡិចត្រូនិចនេះ';
|
||||||
$lang['This author modified following comment:'] = 'អ្នកនិពន្ធនេះបានកែប្រែមតិខាងក្រោម:';
|
$lang['This author modified following comment:'] = 'អ្នកនិពន្ធនេះបានកែប្រែមតិខាងក្រោម:';
|
||||||
$lang['This author removed the comment with id %d'] = 'អ្នកនិពន្ធនេះបានដកមតិចេញ ដែលមានលេខសំគាល់ %d';
|
$lang['This author removed the comment with id %d'] = 'អ្នកនិពន្ធនេះបានដកមតិចេញ ដែលមានលេខសំគាល់ %d';
|
||||||
$lang['delete this comment'] = 'លុបមតិនេះចេញ';
|
|
||||||
$lang['validate this comment'] = 'ធ្វើឲ្យមតិនេះមានសុពលភាព';
|
|
||||||
$lang['html tags are not allowed in login'] = 'ស្លាកជាប្រភេទ html មិនបានអនុញ្ញាតក្នុងការភ្ជាប់ចូលក្នុងប្រព័ន្ធទេ';
|
$lang['html tags are not allowed in login'] = 'ស្លាកជាប្រភេទ html មិនបានអនុញ្ញាតក្នុងការភ្ជាប់ចូលក្នុងប្រព័ន្ធទេ';
|
||||||
$lang['Invalid username or email'] = 'ឈ្មោះប្រើប្រាស់ ឬ សារអេឡិចត្រូនិច មិនត្រឹមត្រូវទេ';
|
$lang['Invalid username or email'] = 'ឈ្មោះប្រើប្រាស់ ឬ សារអេឡិចត្រូនិច មិនត្រឹមត្រូវទេ';
|
||||||
$lang['Password reset is not allowed for this user'] = 'ការកែអក្សរសម្ងាត់មិនបានអនុញ្ញាតសំរាប់អ្នកប្រើប្រាស់ម្នាក់នេះទេ';
|
$lang['Password reset is not allowed for this user'] = 'ការកែអក្សរសម្ងាត់មិនបានអនុញ្ញាតសំរាប់អ្នកប្រើប្រាស់ម្នាក់នេះទេ';
|
||||||
|
|
|
||||||
|
|
@ -278,7 +278,6 @@ $lang['Reset to default values'] = '기본값으로 설정';
|
||||||
$lang['delete all photos from your favorites'] = '즐겨찾기의 모든 사진을 지웁니다';
|
$lang['delete all photos from your favorites'] = '즐겨찾기의 모든 사진을 지웁니다';
|
||||||
$lang['Sent by'] = '보낸이';
|
$lang['Sent by'] = '보낸이';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = '쿠키가 차단되었거나 지원되지 않는 브라우저입니다. 로그인하기 위해서는 쿠키를 사용해야 합니다.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = '쿠키가 차단되었거나 지원되지 않는 브라우저입니다. 로그인하기 위해서는 쿠키를 사용해야 합니다.';
|
||||||
$lang['edit this comment'] = '이 댓글 편집';
|
|
||||||
$lang['Edit a comment'] = '댓글 편집';
|
$lang['Edit a comment'] = '댓글 편집';
|
||||||
$lang['Are you sure?'] = '확실합니까?';
|
$lang['Are you sure?'] = '확실합니까?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) 이 댓글은 확인이 필요합니다.';
|
$lang['(!) This comment requires validation'] = '(!) 이 댓글은 확인이 필요합니다.';
|
||||||
|
|
@ -292,8 +291,6 @@ $lang['Manage this user comment: %s'] = '이 사용자 댓글 관리: %s';
|
||||||
$lang['Email address is missing. Please specify an email address.'] = '메일 주소란이 비었습니다. 메일 주소를 확인 해 주세요.';
|
$lang['Email address is missing. Please specify an email address.'] = '메일 주소란이 비었습니다. 메일 주소를 확인 해 주세요.';
|
||||||
$lang['This author modified following comment:'] = '이 작가가 다음 댓글을 수정하였습니다:';
|
$lang['This author modified following comment:'] = '이 작가가 다음 댓글을 수정하였습니다:';
|
||||||
$lang['This author removed the comment with id %d'] = '이 작가가 다음 사용자의 댓글을 삭제하였습니다: %d';
|
$lang['This author removed the comment with id %d'] = '이 작가가 다음 사용자의 댓글을 삭제하였습니다: %d';
|
||||||
$lang['delete this comment'] = '이 댓글을 삭제';
|
|
||||||
$lang['validate this comment'] = '이 댓글을 확인';
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
@ -199,7 +199,6 @@ $lang['Date'] = 'Datums';
|
||||||
$lang['delete album'] = 'dzēst albūmu';
|
$lang['delete album'] = 'dzēst albūmu';
|
||||||
$lang['Dissociate from album'] = 'atsaistīt no albūma';
|
$lang['Dissociate from album'] = 'atsaistīt no albūma';
|
||||||
$lang['dissociate from group'] = 'atsaistīt no grupas';
|
$lang['dissociate from group'] = 'atsaistīt no grupas';
|
||||||
$lang['edit album permissions'] = 'rediģēt piekļuves atļaujas albūmam';
|
|
||||||
$lang['Album updated successfully'] = 'Informācija par albūmu veiksmīgi atjaunota.';
|
$lang['Album updated successfully'] = 'Informācija par albūmu veiksmīgi atjaunota.';
|
||||||
$lang['photos per page'] = 'foto skaits lapā';
|
$lang['photos per page'] = 'foto skaits lapā';
|
||||||
$lang['High definition enabled'] = 'Augstā izšķirtspēja iespējota';
|
$lang['High definition enabled'] = 'Augstā izšķirtspēja iespējota';
|
||||||
|
|
@ -551,7 +550,6 @@ $lang['Templates configuration has been recorded.'] = 'Parauga konfigurācija sa
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Visi uzlabojumi sekmīgi veikti .';
|
$lang['All optimizations have been successfully completed.'] = 'Visi uzlabojumi sekmīgi veikti .';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Uzlabojumi veikti ar dažām kļūdām.';
|
$lang['Optimizations have been completed with some errors.'] = 'Uzlabojumi veikti ar dažām kļūdām.';
|
||||||
$lang['Modify information'] = 'Modificēt informāciju';
|
$lang['Modify information'] = 'Modificēt informāciju';
|
||||||
$lang['edit album'] = 'rediģēt šī albūma informāciju';
|
|
||||||
$lang['nothing'] = 'nekas';
|
$lang['nothing'] = 'nekas';
|
||||||
$lang['overrides existing values with empty ones'] = 'pārrakstīt esošās vērtības ar tukšām';
|
$lang['overrides existing values with empty ones'] = 'pārrakstīt esošās vērtības ar tukšām';
|
||||||
$lang['manage photo ranks'] = 'pārvaldīt foto vērtējumus';
|
$lang['manage photo ranks'] = 'pārvaldīt foto vērtējumus';
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,6 @@ $lang['posted between %s (%s) and %s (%s)'] = "ievietots starp %s (%s) un %s (%s
|
||||||
$lang['posted on %s'] = "ievietots %s";
|
$lang['posted on %s'] = "ievietots %s";
|
||||||
$lang['Best rated'] = "Vislabāk novērtētais";
|
$lang['Best rated'] = "Vislabāk novērtētais";
|
||||||
$lang['display best rated photos'] = 'parādīt visaugstāk novērtētos foto';
|
$lang['display best rated photos'] = 'parādīt visaugstāk novērtētos foto';
|
||||||
$lang['caddie'] = 'Grozs';
|
|
||||||
$lang['Calendar'] = "Kalendārs";
|
$lang['Calendar'] = "Kalendārs";
|
||||||
$lang['All'] = "Visi";
|
$lang['All'] = "Visi";
|
||||||
$lang['display each day with photos, month per month'] = 'rādīt katru dienu ar fotogrāfijām mēnesi pēc mēneša';
|
$lang['display each day with photos, month per month'] = 'rādīt katru dienu ar fotogrāfijām mēnesi pēc mēneša';
|
||||||
|
|
@ -331,7 +330,6 @@ $lang['Reset to default values'] = "Iestatīt noklusējuma vērtības";
|
||||||
$lang['delete all photos from your favorites'] = 'dzēst visus fotoattēlus no favorītiem';
|
$lang['delete all photos from your favorites'] = 'dzēst visus fotoattēlus no favorītiem';
|
||||||
$lang['Sent by'] = "Aizūtījis";
|
$lang['Sent by'] = "Aizūtījis";
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Jūsu pārlūks ir bloķējis sīklietotnes - cookies. Lai varētu ielogoties ir jāaktevizē sīklietotnes.";
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Jūsu pārlūks ir bloķējis sīklietotnes - cookies. Lai varētu ielogoties ir jāaktevizē sīklietotnes.";
|
||||||
$lang['edit this comment'] = "labot šo komentāru";
|
|
||||||
$lang['Edit a comment'] = "Labot komentāru";
|
$lang['Edit a comment'] = "Labot komentāru";
|
||||||
$lang['Are you sure?'] = "Esat pārliecināts?";
|
$lang['Are you sure?'] = "Esat pārliecināts?";
|
||||||
$lang['(!) This comment requires validation'] = '(!) Šis komentārs prasa apstiprinājumu';
|
$lang['(!) This comment requires validation'] = '(!) Šis komentārs prasa apstiprinājumu';
|
||||||
|
|
@ -345,8 +343,6 @@ $lang['Manage this user comment: %s'] = 'Pārvaldīt šo lietotāja komentāriju
|
||||||
$lang['Email address is missing. Please specify an email address.'] = "Trūkst e-pasta adreses. Lūdzu norādiet e-pasta adresi.";
|
$lang['Email address is missing. Please specify an email address.'] = "Trūkst e-pasta adreses. Lūdzu norādiet e-pasta adresi.";
|
||||||
$lang['This author modified following comment:'] = 'Šis autors modificējis sekojošu komentāru:';
|
$lang['This author modified following comment:'] = 'Šis autors modificējis sekojošu komentāru:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Šis autors izdz;esis komentāru ar id %d';
|
$lang['This author removed the comment with id %d'] = 'Šis autors izdz;esis komentāru ar id %d';
|
||||||
$lang['delete this comment'] = "izdzēst šo komentāru";
|
|
||||||
$lang['validate this comment'] = 'pārbaudīt šo komentāru';
|
|
||||||
$lang['html tags are not allowed in login'] = 'html cilnes (tagi) loginā nav atļautas';
|
$lang['html tags are not allowed in login'] = 'html cilnes (tagi) loginā nav atļautas';
|
||||||
$lang['%d rates'] = '%d vērtējums';
|
$lang['%d rates'] = '%d vērtējums';
|
||||||
$lang['Rating score'] = 'Rezultējošais vērtējums';
|
$lang['Rating score'] = 'Rezultējošais vērtējums';
|
||||||
|
|
|
||||||
|
|
@ -317,7 +317,6 @@ $lang['Bad status for user "guest", using default status. Please notify the webm
|
||||||
$lang['Submit'] = 'Поднесува';
|
$lang['Submit'] = 'Поднесува';
|
||||||
$lang['Yes'] = 'Да';
|
$lang['Yes'] = 'Да';
|
||||||
$lang['No'] = 'Не';
|
$lang['No'] = 'Не';
|
||||||
$lang['delete this comment'] = 'Избриши го коментарот';
|
|
||||||
$lang['Comment: %s'] = 'Коментар: %s';
|
$lang['Comment: %s'] = 'Коментар: %s';
|
||||||
$lang['Album results for'] = 'Резултат на Албуми за';
|
$lang['Album results for'] = 'Резултат на Албуми за';
|
||||||
$lang['Tag results for'] = 'Таг резултати за';
|
$lang['Tag results for'] = 'Таг резултати за';
|
||||||
|
|
@ -337,7 +336,6 @@ $lang['Reset to default values'] = 'Врати на оригинални вре
|
||||||
$lang['delete all photos from your favorites'] = 'Избриши ги сите слики од Омилени';
|
$lang['delete all photos from your favorites'] = 'Избриши ги сите слики од Омилени';
|
||||||
$lang['Sent by'] = 'Прати по';
|
$lang['Sent by'] = 'Прати по';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Колачиња се блокирани или не се подржани од вашиот прелистувач. Мора да овозможите колачиња за да се логирате.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Колачиња се блокирани или не се подржани од вашиот прелистувач. Мора да овозможите колачиња за да се логирате.';
|
||||||
$lang['edit this comment'] = 'Промени го коментарот';
|
|
||||||
$lang['Edit a comment'] = 'Промени коментар';
|
$lang['Edit a comment'] = 'Промени коментар';
|
||||||
$lang['Are you sure?'] = 'Дали сте сигурни?';
|
$lang['Are you sure?'] = 'Дали сте сигурни?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Потребна е валидација за овој коментар';
|
$lang['(!) This comment requires validation'] = '(!) Потребна е валидација за овој коментар';
|
||||||
|
|
@ -350,7 +348,6 @@ $lang['I want to add photos'] = 'Сакам да додадам слики';
|
||||||
$lang['Manage this user comment: %s'] = 'Раководи со коментарот на овој корисник: %s';
|
$lang['Manage this user comment: %s'] = 'Раководи со коментарот на овој корисник: %s';
|
||||||
$lang['This author modified following comment:'] = 'Овој автор го променил следниов коментар:';
|
$lang['This author modified following comment:'] = 'Овој автор го променил следниов коментар:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Овој автор го отстранил коментарот со бројот %d';
|
$lang['This author removed the comment with id %d'] = 'Овој автор го отстранил коментарот со бројот %d';
|
||||||
$lang['validate this comment'] = 'валидирај го коментарот';
|
|
||||||
$lang['photos posted during the last %d days'] = 'слики објавени во последните %d денови';
|
$lang['photos posted during the last %d days'] = 'слики објавени во последните %d денови';
|
||||||
$lang['this email address is already in use'] = 'Друг корисник ја користи постоечката е-пошта';
|
$lang['this email address is already in use'] = 'Друг корисник ја користи постоечката е-пошта';
|
||||||
$lang['display photos linked to this tag'] = 'Поглед кон слики поврзани само со овој таг';
|
$lang['display photos linked to this tag'] = 'Поглед кон слики поврзани само со овој таг';
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,6 @@ $lang['Date'] = 'Datum';
|
||||||
$lang['delete album'] = 'verwijder categorie';
|
$lang['delete album'] = 'verwijder categorie';
|
||||||
$lang['Dissociate from album'] = 'Verwijder link aan categorie';
|
$lang['Dissociate from album'] = 'Verwijder link aan categorie';
|
||||||
$lang['dissociate from group'] = 'Verwijder link aan groep';
|
$lang['dissociate from group'] = 'Verwijder link aan groep';
|
||||||
$lang['edit album permissions'] = 'bewerk categorie rechten';
|
|
||||||
$lang['Album updated successfully'] = 'Categorie informatie is met succes bijgewerkt.';
|
$lang['Album updated successfully'] = 'Categorie informatie is met succes bijgewerkt.';
|
||||||
$lang['photos per page'] = 'Afbeeldingen per pagina';
|
$lang['photos per page'] = 'Afbeeldingen per pagina';
|
||||||
$lang['High definition enabled'] = 'Hoge kwaliteit ingeschakeld';
|
$lang['High definition enabled'] = 'Hoge kwaliteit ingeschakeld';
|
||||||
|
|
@ -549,7 +548,6 @@ $lang['Templates configuration has been recorded.'] = 'Sjabloon configuratie is
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Alle verbeteringen zijn succesvol afgerond.';
|
$lang['All optimizations have been successfully completed.'] = 'Alle verbeteringen zijn succesvol afgerond.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Verbeteringen zijn afgerond met enkele fouten.';
|
$lang['Optimizations have been completed with some errors.'] = 'Verbeteringen zijn afgerond met enkele fouten.';
|
||||||
$lang['Modify information'] = 'Aanpassen informatie';
|
$lang['Modify information'] = 'Aanpassen informatie';
|
||||||
$lang['edit album'] = 'Bewerk categorie-informatie';
|
|
||||||
$lang['nothing'] = 'niets';
|
$lang['nothing'] = 'niets';
|
||||||
$lang['overrides existing values with empty ones'] = 'overschrijft de bestaande waarden met lege waardes';
|
$lang['overrides existing values with empty ones'] = 'overschrijft de bestaande waarden met lege waardes';
|
||||||
$lang['Drag to re-order'] = 'Sleep om volgorde te veranderen';
|
$lang['Drag to re-order'] = 'Sleep om volgorde te veranderen';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'geplaatst tussen %s (%s) en %s (%
|
||||||
$lang['posted on %s'] = 'geplaatst op %s';
|
$lang['posted on %s'] = 'geplaatst op %s';
|
||||||
$lang['Best rated'] = 'Beste gewaardeerd';
|
$lang['Best rated'] = 'Beste gewaardeerd';
|
||||||
$lang['display best rated photos'] = 'Weergeven van de hoogste waardering';
|
$lang['display best rated photos'] = 'Weergeven van de hoogste waardering';
|
||||||
$lang['caddie'] = 'Winkelmandje';
|
|
||||||
$lang['Calendar'] = 'Kalender';
|
$lang['Calendar'] = 'Kalender';
|
||||||
$lang['All'] = 'Alle';
|
$lang['All'] = 'Alle';
|
||||||
$lang['display each day with photos, month per month'] = 'Weergeven elke dag met afbeelding, maand per maand';
|
$lang['display each day with photos, month per month'] = 'Weergeven elke dag met afbeelding, maand per maand';
|
||||||
|
|
@ -325,7 +324,6 @@ $lang['display photos linked to this tag'] = 'Toon afbeeldingen gelinkt met deze
|
||||||
$lang['photos posted during the last %d days'] = 'Afbeelding ontvangen binnen de afgelopen %d dagen';
|
$lang['photos posted during the last %d days'] = 'Afbeelding ontvangen binnen de afgelopen %d dagen';
|
||||||
$lang['Piwigo Help'] = 'Piwigo Help';
|
$lang['Piwigo Help'] = 'Piwigo Help';
|
||||||
$lang['Are you sure?'] = 'Weet u het zeker?';
|
$lang['Are you sure?'] = 'Weet u het zeker?';
|
||||||
$lang['delete this comment'] = 'verwijder dit commentaar';
|
|
||||||
$lang['Rank'] = 'Rang';
|
$lang['Rank'] = 'Rang';
|
||||||
$lang['group by letters'] = 'gegroepeerd per letter';
|
$lang['group by letters'] = 'gegroepeerd per letter';
|
||||||
$lang['letters'] = 'letters';
|
$lang['letters'] = 'letters';
|
||||||
|
|
@ -335,7 +333,6 @@ $lang['Reset to default values'] = 'Reset naar standaardwaarden';
|
||||||
$lang['delete all photos from your favorites'] = 'verwijder al de afbeeldingen van uw favorieten';
|
$lang['delete all photos from your favorites'] = 'verwijder al de afbeeldingen van uw favorieten';
|
||||||
$lang['Sent by'] = 'Verstuurd door';
|
$lang['Sent by'] = 'Verstuurd door';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies worden geblokkeerd of worden niet ondersteund door uw browser. Om verbinding te kunnen maken dient u er voor te zorgen dat het gebruik van cookies mogelijk is.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies worden geblokkeerd of worden niet ondersteund door uw browser. Om verbinding te kunnen maken dient u er voor te zorgen dat het gebruik van cookies mogelijk is.';
|
||||||
$lang['edit this comment'] = 'Dit commentaar wijzigen';
|
|
||||||
$lang['Edit a comment'] = 'een commentaar wijzigen';
|
$lang['Edit a comment'] = 'een commentaar wijzigen';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Dit commentaar moet nog gevakideerd worden';
|
$lang['(!) This comment requires validation'] = '(!) Dit commentaar moet nog gevakideerd worden';
|
||||||
$lang['Welcome'] = 'Welkom';
|
$lang['Welcome'] = 'Welkom';
|
||||||
|
|
@ -347,7 +344,6 @@ $lang['I want to add photos'] = 'Ik wil afbeeldingen toevoegen';
|
||||||
$lang['Manage this user comment: %s'] = 'Valideer het volgende gebruikers-commentaar: %s';
|
$lang['Manage this user comment: %s'] = 'Valideer het volgende gebruikers-commentaar: %s';
|
||||||
$lang['This author modified following comment:'] = 'Deze bewerker wijzigde het volgende commentaar:';
|
$lang['This author modified following comment:'] = 'Deze bewerker wijzigde het volgende commentaar:';
|
||||||
$lang['This author removed the comment with id %d'] = 'This author removed the comment with id %d';
|
$lang['This author removed the comment with id %d'] = 'This author removed the comment with id %d';
|
||||||
$lang['validate this comment'] = 'Valideer dit commentaar';
|
|
||||||
$lang['html tags are not allowed in login'] = 'html tags zijn niet toegestaan in login';
|
$lang['html tags are not allowed in login'] = 'html tags zijn niet toegestaan in login';
|
||||||
$lang['%d rates'] = '%d stemmen';
|
$lang['%d rates'] = '%d stemmen';
|
||||||
$lang['Rating score'] = 'Waarderings score';
|
$lang['Rating score'] = 'Waarderings score';
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,6 @@ $lang['Date'] = 'Dato';
|
||||||
$lang['delete album'] = 'slett album';
|
$lang['delete album'] = 'slett album';
|
||||||
$lang['Dissociate from album'] = 'Skill fra album';
|
$lang['Dissociate from album'] = 'Skill fra album';
|
||||||
$lang['dissociate from group'] = 'Skill fra gruppe';
|
$lang['dissociate from group'] = 'Skill fra gruppe';
|
||||||
$lang['edit album permissions'] = 'rediger album rettigheter';
|
|
||||||
$lang['Album updated successfully'] = 'Album vellykket oppdatert';
|
$lang['Album updated successfully'] = 'Album vellykket oppdatert';
|
||||||
$lang['photos per page'] = 'elementer per side';
|
$lang['photos per page'] = 'elementer per side';
|
||||||
$lang['High definition enabled'] = 'Høy oppløsning aktivert';
|
$lang['High definition enabled'] = 'Høy oppløsning aktivert';
|
||||||
|
|
@ -548,7 +547,6 @@ $lang['Templates configuration has been recorded.'] = 'Mal konfigurasjon er blit
|
||||||
$lang['All optimizations have been successfully completed.'] = 'All optimalisering har blitt utført.';
|
$lang['All optimizations have been successfully completed.'] = 'All optimalisering har blitt utført.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Optimalisering har blitt utført med feil.';
|
$lang['Optimizations have been completed with some errors.'] = 'Optimalisering har blitt utført med feil.';
|
||||||
$lang['Modify information'] = 'Endre informasjon';
|
$lang['Modify information'] = 'Endre informasjon';
|
||||||
$lang['edit album'] = 'rediger album';
|
|
||||||
$lang['nothing'] = 'ingen ting';
|
$lang['nothing'] = 'ingen ting';
|
||||||
$lang['overrides existing values with empty ones'] = 'overskriver eksisterende verdier med tomme';
|
$lang['overrides existing values with empty ones'] = 'overskriver eksisterende verdier med tomme';
|
||||||
$lang['manage photo ranks'] = 'behandle bilde rangering';
|
$lang['manage photo ranks'] = 'behandle bilde rangering';
|
||||||
|
|
|
||||||
|
|
@ -191,7 +191,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'postet mellom %s (%s) og %s (%s)'
|
||||||
$lang['posted on %s'] = 'postet den %s';
|
$lang['posted on %s'] = 'postet den %s';
|
||||||
$lang['Best rated'] = 'Best rangert';
|
$lang['Best rated'] = 'Best rangert';
|
||||||
$lang['display best rated photos'] = 'vis de best rangerte bildene';
|
$lang['display best rated photos'] = 'vis de best rangerte bildene';
|
||||||
$lang['caddie'] = 'Kurv';
|
|
||||||
$lang['Calendar'] = 'Kalender';
|
$lang['Calendar'] = 'Kalender';
|
||||||
$lang['All'] = 'Alle';
|
$lang['All'] = 'Alle';
|
||||||
$lang['display each day with photos, month per month'] = 'Vis hver dag med bilder, måned etter måned';
|
$lang['display each day with photos, month per month'] = 'Vis hver dag med bilder, måned etter måned';
|
||||||
|
|
@ -330,7 +329,6 @@ $lang['wrong filename'] = 'galt filnavn';
|
||||||
$lang['the username must be given'] = 'brukernavn kreves';
|
$lang['the username must be given'] = 'brukernavn kreves';
|
||||||
$lang['Album: %s'] = 'Album: %s';
|
$lang['Album: %s'] = 'Album: %s';
|
||||||
$lang['Album results for'] = 'Album results for';
|
$lang['Album results for'] = 'Album results for';
|
||||||
$lang['edit this comment'] = 'Endre denne kommentaren';
|
|
||||||
$lang['Edit a comment'] = 'Endre en kommentar';
|
$lang['Edit a comment'] = 'Endre en kommentar';
|
||||||
$lang['Are you sure?'] = 'Er du sikker?';
|
$lang['Are you sure?'] = 'Er du sikker?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Denne kommentaren krever godkjenning';
|
$lang['(!) This comment requires validation'] = '(!) Denne kommentaren krever godkjenning';
|
||||||
|
|
@ -344,6 +342,4 @@ $lang['Manage this user comment: %s'] = 'Behandle denne brukers kommentar: %er';
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'Email addresse mangler. Vennligst skriv en email addresse.';
|
$lang['Email address is missing. Please specify an email address.'] = 'Email addresse mangler. Vennligst skriv en email addresse.';
|
||||||
$lang['This author modified following comment:'] = 'Denne forfatteren modifiserte følgende kommentar:';
|
$lang['This author modified following comment:'] = 'Denne forfatteren modifiserte følgende kommentar:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Denne forfatteren fjernetkommentaren med id %d';
|
$lang['This author removed the comment with id %d'] = 'Denne forfatteren fjernetkommentaren med id %d';
|
||||||
$lang['delete this comment'] = 'slett denne kommentaren';
|
|
||||||
$lang['validate this comment'] = 'godkjenn denne kommentaren';
|
|
||||||
?>
|
?>
|
||||||
|
|
@ -200,7 +200,6 @@ $lang['Date'] = 'Data';
|
||||||
$lang['delete album'] = 'usuń album';
|
$lang['delete album'] = 'usuń album';
|
||||||
$lang['Dissociate from album'] = 'usuń powiązanie z albumem';
|
$lang['Dissociate from album'] = 'usuń powiązanie z albumem';
|
||||||
$lang['dissociate from group'] = 'usuń powiązanie od grupy';
|
$lang['dissociate from group'] = 'usuń powiązanie od grupy';
|
||||||
$lang['edit album permissions'] = 'edytuj uprawnienia albumu';
|
|
||||||
$lang['Album updated successfully'] = 'Informacje o albumie zostały zaktualizowane pomyślnie.';
|
$lang['Album updated successfully'] = 'Informacje o albumie zostały zaktualizowane pomyślnie.';
|
||||||
$lang['photos per page'] = 'elementów na stronę';
|
$lang['photos per page'] = 'elementów na stronę';
|
||||||
$lang['High definition enabled'] = 'Wysoka jakość włączona';
|
$lang['High definition enabled'] = 'Wysoka jakość włączona';
|
||||||
|
|
@ -552,7 +551,6 @@ $lang['Templates configuration has been recorded.'] = 'Konfiguracja szablonów z
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Wszystkie optymalizacje zakończone pomyślnie.';
|
$lang['All optimizations have been successfully completed.'] = 'Wszystkie optymalizacje zakończone pomyślnie.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Optymalizacje zakończone z kilkoma błędami.';
|
$lang['Optimizations have been completed with some errors.'] = 'Optymalizacje zakończone z kilkoma błędami.';
|
||||||
$lang['Modify information'] = 'Modyfikuj informacje';
|
$lang['Modify information'] = 'Modyfikuj informacje';
|
||||||
$lang['edit album'] = 'edytuj informacje o tym albumie';
|
|
||||||
$lang['nothing'] = 'nic';
|
$lang['nothing'] = 'nic';
|
||||||
$lang['overrides existing values with empty ones'] = 'nadpisuje istniejące wartości pustymi';
|
$lang['overrides existing values with empty ones'] = 'nadpisuje istniejące wartości pustymi';
|
||||||
$lang['manage photo ranks'] = 'zarządzaj rankingami obrazów';
|
$lang['manage photo ranks'] = 'zarządzaj rankingami obrazów';
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'umieszczone pomiędzy %s (%s) i %
|
||||||
$lang['posted on %s'] = 'umieszczone %s';
|
$lang['posted on %s'] = 'umieszczone %s';
|
||||||
$lang['Best rated'] = 'Najlepiej oceniane';
|
$lang['Best rated'] = 'Najlepiej oceniane';
|
||||||
$lang['display best rated photos'] = 'wyświetl najlepiej oceniane obiekty';
|
$lang['display best rated photos'] = 'wyświetl najlepiej oceniane obiekty';
|
||||||
$lang['caddie'] = 'koszyk';
|
|
||||||
$lang['Calendar'] = 'Kalendarz';
|
$lang['Calendar'] = 'Kalendarz';
|
||||||
$lang['All'] = 'Wszystkie';
|
$lang['All'] = 'Wszystkie';
|
||||||
$lang['display each day with photos, month per month'] = 'wyświetl każdy dzień ze zdjęciem, miesiąc po miesiącu';
|
$lang['display each day with photos, month per month'] = 'wyświetl każdy dzień ze zdjęciem, miesiąc po miesiącu';
|
||||||
|
|
@ -331,12 +330,10 @@ $lang['letters'] = 'litery';
|
||||||
$lang['show tag cloud'] = 'pokazuj tag jako chmurkę';
|
$lang['show tag cloud'] = 'pokazuj tag jako chmurkę';
|
||||||
$lang['cloud'] = 'chmurka';
|
$lang['cloud'] = 'chmurka';
|
||||||
$lang['Are you sure?'] = 'Jesteś pewien?';
|
$lang['Are you sure?'] = 'Jesteś pewien?';
|
||||||
$lang['delete this comment'] = 'usuń ten komentarz';
|
|
||||||
$lang['Reset to default values'] = 'Resetuj do domyślnych wartości';
|
$lang['Reset to default values'] = 'Resetuj do domyślnych wartości';
|
||||||
$lang['delete all photos from your favorites'] = 'usuń wszystkie obrazy ze swoich ulubionych';
|
$lang['delete all photos from your favorites'] = 'usuń wszystkie obrazy ze swoich ulubionych';
|
||||||
$lang['Sent by'] = 'Wysłane przez';
|
$lang['Sent by'] = 'Wysłane przez';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookie są zablokowane lub nie wspierane przez Twoją przeglądarkę. Musisz włączyć cookies aby się zalogować.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookie są zablokowane lub nie wspierane przez Twoją przeglądarkę. Musisz włączyć cookies aby się zalogować.';
|
||||||
$lang['edit this comment'] = 'edytuj ten komentarz';
|
|
||||||
$lang['Edit a comment'] = 'Edytuj komentarz';
|
$lang['Edit a comment'] = 'Edytuj komentarz';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Ten komentarz wymaga potwierdzenia';
|
$lang['(!) This comment requires validation'] = '(!) Ten komentarz wymaga potwierdzenia';
|
||||||
$lang['Welcome'] = 'Witaj';
|
$lang['Welcome'] = 'Witaj';
|
||||||
|
|
@ -348,7 +345,6 @@ $lang['I want to add photos'] = 'Chcę dodać zdjęcia';
|
||||||
$lang['Manage this user comment: %s'] = 'Zarządzaj komentarzami tego użytkownika: %s';
|
$lang['Manage this user comment: %s'] = 'Zarządzaj komentarzami tego użytkownika: %s';
|
||||||
$lang['This author modified following comment:'] = 'Ten autor zmodyfikował następujący komentarz:';
|
$lang['This author modified following comment:'] = 'Ten autor zmodyfikował następujący komentarz:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Ten autor usunął komentarz o id %d';
|
$lang['This author removed the comment with id %d'] = 'Ten autor usunął komentarz o id %d';
|
||||||
$lang['validate this comment'] = 'potwierdź ten komentarz';
|
|
||||||
$lang['Album'] = 'Album';
|
$lang['Album'] = 'Album';
|
||||||
$lang['Album: %s'] = 'Albumy: %s';
|
$lang['Album: %s'] = 'Albumy: %s';
|
||||||
$lang['html tags are not allowed in login'] = 'znaczniki html nie są dozwolone w polu login';
|
$lang['html tags are not allowed in login'] = 'znaczniki html nie są dozwolone w polu login';
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,6 @@ $lang['Date'] = 'Data';
|
||||||
$lang['delete album'] = 'apagar categoria';
|
$lang['delete album'] = 'apagar categoria';
|
||||||
$lang['Dissociate from album'] = 'desassociar da categoria';
|
$lang['Dissociate from album'] = 'desassociar da categoria';
|
||||||
$lang['dissociate from group'] = 'desassociar do grupo';
|
$lang['dissociate from group'] = 'desassociar do grupo';
|
||||||
$lang['edit album permissions'] = 'editar as permissões da categoria';
|
|
||||||
$lang['Album updated successfully'] = 'As informações da categoria foram atualizadas com sucesso.';
|
$lang['Album updated successfully'] = 'As informações da categoria foram atualizadas com sucesso.';
|
||||||
$lang['photos per page'] = 'itens por página';
|
$lang['photos per page'] = 'itens por página';
|
||||||
$lang['High definition enabled'] = 'Auta definição ativada';
|
$lang['High definition enabled'] = 'Auta definição ativada';
|
||||||
|
|
@ -552,7 +551,6 @@ $lang['Templates configuration has been recorded.'] = 'A configuração dos mode
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Todas as otimizações foram finalizadas com sucesso.';
|
$lang['All optimizations have been successfully completed.'] = 'Todas as otimizações foram finalizadas com sucesso.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'As otimizações foram finalizadas com alguns erros.';
|
$lang['Optimizations have been completed with some errors.'] = 'As otimizações foram finalizadas com alguns erros.';
|
||||||
$lang['Modify information'] = 'Modificar informação';
|
$lang['Modify information'] = 'Modificar informação';
|
||||||
$lang['edit album'] = 'editar informações da categoria';
|
|
||||||
$lang['nothing'] = 'nada';
|
$lang['nothing'] = 'nada';
|
||||||
$lang['overrides existing values with empty ones'] = 'sobrepor os valores existentes com valores vazios';
|
$lang['overrides existing values with empty ones'] = 'sobrepor os valores existentes com valores vazios';
|
||||||
$lang['manage photo ranks'] = 'gerenciar posições (image ranks)';
|
$lang['manage photo ranks'] = 'gerenciar posições (image ranks)';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'disponível entre o %s (%s) e o %
|
||||||
$lang['posted on %s'] = 'disponível em %s';
|
$lang['posted on %s'] = 'disponível em %s';
|
||||||
$lang['Best rated'] = 'Com a melhor pontuação';
|
$lang['Best rated'] = 'Com a melhor pontuação';
|
||||||
$lang['display best rated photos'] = 'Mostrar as imagens com as notas mais altas';
|
$lang['display best rated photos'] = 'Mostrar as imagens com as notas mais altas';
|
||||||
$lang['caddie'] = 'cesta';
|
|
||||||
$lang['Calendar'] = 'Calendário';
|
$lang['Calendar'] = 'Calendário';
|
||||||
$lang['All'] = 'Todo';
|
$lang['All'] = 'Todo';
|
||||||
$lang['display each day with photos, month per month'] = 'Mostrar ano por ano, mês por mês, dia por dia';
|
$lang['display each day with photos, month per month'] = 'Mostrar ano por ano, mês por mês, dia por dia';
|
||||||
|
|
@ -329,5 +328,4 @@ $lang['letters'] = 'letras';
|
||||||
$lang['show tag cloud'] = 'mostar a nuvem de tags';
|
$lang['show tag cloud'] = 'mostar a nuvem de tags';
|
||||||
$lang['cloud'] = 'nuvem';
|
$lang['cloud'] = 'nuvem';
|
||||||
$lang['Are you sure?'] = 'Você tem certeza?';
|
$lang['Are you sure?'] = 'Você tem certeza?';
|
||||||
$lang['delete this comment'] = 'apagar este comentário';
|
|
||||||
?>
|
?>
|
||||||
|
|
@ -201,7 +201,6 @@ $lang['Date'] = 'Data';
|
||||||
$lang['delete album'] = 'Apagar álbum';
|
$lang['delete album'] = 'Apagar álbum';
|
||||||
$lang['Dissociate from album'] = 'Desassociar do álbum';
|
$lang['Dissociate from album'] = 'Desassociar do álbum';
|
||||||
$lang['dissociate from group'] = 'Desassociar do grupo';
|
$lang['dissociate from group'] = 'Desassociar do grupo';
|
||||||
$lang['edit album permissions'] = 'editar as permissões da álbum';
|
|
||||||
$lang['Album updated successfully'] = 'As informações do álbum foram actualizadas com sucesso.';
|
$lang['Album updated successfully'] = 'As informações do álbum foram actualizadas com sucesso.';
|
||||||
$lang['photos per page'] = 'Fotos por página';
|
$lang['photos per page'] = 'Fotos por página';
|
||||||
$lang['High definition enabled'] = 'Alta definição activada';
|
$lang['High definition enabled'] = 'Alta definição activada';
|
||||||
|
|
@ -551,7 +550,6 @@ $lang['Templates configuration has been recorded.'] = 'A configuração dos mode
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Todas as otimizações foram finalizadas com sucesso.';
|
$lang['All optimizations have been successfully completed.'] = 'Todas as otimizações foram finalizadas com sucesso.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'As otimizações foram finalizadas com alguns erros.';
|
$lang['Optimizations have been completed with some errors.'] = 'As otimizações foram finalizadas com alguns erros.';
|
||||||
$lang['Modify information'] = 'Modificar informação';
|
$lang['Modify information'] = 'Modificar informação';
|
||||||
$lang['edit album'] = 'editar informações da álbum';
|
|
||||||
$lang['nothing'] = 'nada';
|
$lang['nothing'] = 'nada';
|
||||||
$lang['overrides existing values with empty ones'] = 'sobrepor os valores existentes com valores vazios';
|
$lang['overrides existing values with empty ones'] = 'sobrepor os valores existentes com valores vazios';
|
||||||
$lang['manage photo ranks'] = 'gerenciar posições (image ranks)';
|
$lang['manage photo ranks'] = 'gerenciar posições (image ranks)';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'publicado entre %s (%s) e %s (%s
|
||||||
$lang['posted on %s'] = 'Publicado em %s';
|
$lang['posted on %s'] = 'Publicado em %s';
|
||||||
$lang['Best rated'] = 'Melhor classificadas';
|
$lang['Best rated'] = 'Melhor classificadas';
|
||||||
$lang['display best rated photos'] = 'Mostrar as imagens com as melhores classificações';
|
$lang['display best rated photos'] = 'Mostrar as imagens com as melhores classificações';
|
||||||
$lang['caddie'] = 'Carrinho';
|
|
||||||
$lang['Calendar'] = 'Calendário';
|
$lang['Calendar'] = 'Calendário';
|
||||||
$lang['All'] = 'Tudo';
|
$lang['All'] = 'Tudo';
|
||||||
$lang['display each day with photos, month per month'] = 'Mostrar todos os dias com imagens, mês a mês';
|
$lang['display each day with photos, month per month'] = 'Mostrar todos os dias com imagens, mês a mês';
|
||||||
|
|
@ -329,12 +328,10 @@ $lang['letters'] = 'letras';
|
||||||
$lang['show tag cloud'] = 'mostar a núvem de etiquetas';
|
$lang['show tag cloud'] = 'mostar a núvem de etiquetas';
|
||||||
$lang['cloud'] = 'nuvem';
|
$lang['cloud'] = 'nuvem';
|
||||||
$lang['Are you sure?'] = 'Tem a certeza?';
|
$lang['Are you sure?'] = 'Tem a certeza?';
|
||||||
$lang['delete this comment'] = 'apagar este comentário';
|
|
||||||
$lang['Reset to default values'] = 'Repor valores padrão';
|
$lang['Reset to default values'] = 'Repor valores padrão';
|
||||||
$lang['delete all photos from your favorites'] = 'apagar todas as fotos dos seus favoritos';
|
$lang['delete all photos from your favorites'] = 'apagar todas as fotos dos seus favoritos';
|
||||||
$lang['Sent by'] = 'Enviado por';
|
$lang['Sent by'] = 'Enviado por';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Os cookies estão bloqueados ou não são suportados pelo seu navegador. Deverá activar os cookies para Iniciar Sessão.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Os cookies estão bloqueados ou não são suportados pelo seu navegador. Deverá activar os cookies para Iniciar Sessão.';
|
||||||
$lang['edit this comment'] = 'editar este comentário';
|
|
||||||
$lang['Edit a comment'] = 'Editar um comentário';
|
$lang['Edit a comment'] = 'Editar um comentário';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Este cometário requer validação';
|
$lang['(!) This comment requires validation'] = '(!) Este cometário requer validação';
|
||||||
$lang['Welcome'] = 'Bem-vindo';
|
$lang['Welcome'] = 'Bem-vindo';
|
||||||
|
|
@ -346,7 +343,6 @@ $lang['I want to add photos'] = 'Eu quero adicionar fotos';
|
||||||
$lang['Manage this user comment: %s'] = 'Gerir comentários deste utilizador: %s';
|
$lang['Manage this user comment: %s'] = 'Gerir comentários deste utilizador: %s';
|
||||||
$lang['This author modified following comment:'] = 'Este autor modificou o seguinte comentário:';
|
$lang['This author modified following comment:'] = 'Este autor modificou o seguinte comentário:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Este autor removeu o comentário com o ID %d';
|
$lang['This author removed the comment with id %d'] = 'Este autor removeu o comentário com o ID %d';
|
||||||
$lang['validate this comment'] = 'validar este comentário';
|
|
||||||
$lang['html tags are not allowed in login'] = 'Etiquetas HTML não são permitidas no Início de Sessão';
|
$lang['html tags are not allowed in login'] = 'Etiquetas HTML não são permitidas no Início de Sessão';
|
||||||
$lang['%d rates'] = '%d votos';
|
$lang['%d rates'] = '%d votos';
|
||||||
$lang['Rating score'] = 'Pontuação';
|
$lang['Rating score'] = 'Pontuação';
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ $lang['Allow user registration'] = 'Permite înregistrarea utilizatorilor';
|
||||||
$lang['Associated'] = 'Asociat';
|
$lang['Associated'] = 'Asociat';
|
||||||
$lang['Batch management'] = 'Gestiune pe loturi';
|
$lang['Batch management'] = 'Gestiune pe loturi';
|
||||||
$lang['Caddie management'] = 'Gestiunea caruciorului';
|
$lang['Caddie management'] = 'Gestiunea caruciorului';
|
||||||
$lang['Caddie'] = 'Carucior';
|
$lang['Caddie'] = 'Cărucior';
|
||||||
$lang['Albums authorized thanks to group associations'] = 'albums autorizate datorita asociatiilor la grupuri';
|
$lang['Albums authorized thanks to group associations'] = 'albums autorizate datorita asociatiilor la grupuri';
|
||||||
$lang['Album photos associated to the following albums: %s'] = 'photoele albumi asociate la urmatoarele albums : %s';
|
$lang['Album photos associated to the following albums: %s'] = 'photoele albumi asociate la urmatoarele albums : %s';
|
||||||
$lang['Check for upgrade failed for unknown reasons.'] = 'Verificarea pentru ultima versiune a aplicatiei a esuat din motive necunoscute.';
|
$lang['Check for upgrade failed for unknown reasons.'] = 'Verificarea pentru ultima versiune a aplicatiei a esuat din motive necunoscute.';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'postat între %s (%s) şi %s (%s)
|
||||||
$lang['posted on %s'] = 'postat pe %s';
|
$lang['posted on %s'] = 'postat pe %s';
|
||||||
$lang['Best rated'] = 'Cel mai bun evaluat';
|
$lang['Best rated'] = 'Cel mai bun evaluat';
|
||||||
$lang['display best rated photos'] = 'afişează cele mai bune imagini';
|
$lang['display best rated photos'] = 'afişează cele mai bune imagini';
|
||||||
$lang['caddie'] = 'cărucior';
|
|
||||||
$lang['Calendar'] = 'Calendar';
|
$lang['Calendar'] = 'Calendar';
|
||||||
$lang['All'] = 'Tot';
|
$lang['All'] = 'Tot';
|
||||||
$lang['display each day with photos, month per month'] = 'Afişare an de an, lună de lună, zi de zi';
|
$lang['display each day with photos, month per month'] = 'Afişare an de an, lună de lună, zi de zi';
|
||||||
|
|
@ -321,7 +320,6 @@ $lang['Reset to default values'] = 'Reveniţi la setările implicite';
|
||||||
$lang['delete all photos from your favorites'] = 'scoate-ţi toate pozele din preferinţele dvs.';
|
$lang['delete all photos from your favorites'] = 'scoate-ţi toate pozele din preferinţele dvs.';
|
||||||
$lang['Sent by'] = 'Trimis de';
|
$lang['Sent by'] = 'Trimis de';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookie-urile sunt blocate sau nu sunt suportate de browser-ul dumneavoastră. Trebuie să activaţi cookie-urile pentru a vă conecta.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookie-urile sunt blocate sau nu sunt suportate de browser-ul dumneavoastră. Trebuie să activaţi cookie-urile pentru a vă conecta.';
|
||||||
$lang['edit this comment'] = 'modifică acest comentariu';
|
|
||||||
$lang['Edit a comment'] = 'modifică un comentariu';
|
$lang['Edit a comment'] = 'modifică un comentariu';
|
||||||
$lang['Are you sure?'] = 'Sunteţi sigur(ă) ?';
|
$lang['Are you sure?'] = 'Sunteţi sigur(ă) ?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Acest comentariu trebuie să fie validat';
|
$lang['(!) This comment requires validation'] = '(!) Acest comentariu trebuie să fie validat';
|
||||||
|
|
@ -335,8 +333,6 @@ $lang['Manage this user comment: %s'] = 'Administrează acest comentariu de util
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'Adresa de email lipseşte. Vă rugăm să specificaţi o adresă de e-mail.';
|
$lang['Email address is missing. Please specify an email address.'] = 'Adresa de email lipseşte. Vă rugăm să specificaţi o adresă de e-mail.';
|
||||||
$lang['This author modified following comment:'] = 'Acest autor a modificat următorul comentariu :';
|
$lang['This author modified following comment:'] = 'Acest autor a modificat următorul comentariu :';
|
||||||
$lang['This author removed the comment with id %d'] = 'Acest autor a şters comentariul cu id-ul %d';
|
$lang['This author removed the comment with id %d'] = 'Acest autor a şters comentariul cu id-ul %d';
|
||||||
$lang['delete this comment'] = 'şterge acest comentariu';
|
|
||||||
$lang['validate this comment'] = 'validează acest comentariu';
|
|
||||||
$lang['month'][10] = 'Octombrie';
|
$lang['month'][10] = 'Octombrie';
|
||||||
$lang['month'][11] = 'Noiembrie';
|
$lang['month'][11] = 'Noiembrie';
|
||||||
$lang['month'][12] = 'Decembrie';
|
$lang['month'][12] = 'Decembrie';
|
||||||
|
|
|
||||||
|
|
@ -198,7 +198,6 @@ $lang['confirm'] = 'подтверждение';
|
||||||
$lang['delete album'] = 'удалить альбом';
|
$lang['delete album'] = 'удалить альбом';
|
||||||
$lang['Dissociate from album'] = 'отделить альбом';
|
$lang['Dissociate from album'] = 'отделить альбом';
|
||||||
$lang['dissociate from group'] = 'отвязать от группы';
|
$lang['dissociate from group'] = 'отвязать от группы';
|
||||||
$lang['edit album permissions'] = 'редактировать разрешения альбома';
|
|
||||||
$lang['Album updated successfully'] = 'Информация об альбоме успешно добавлена.';
|
$lang['Album updated successfully'] = 'Информация об альбоме успешно добавлена.';
|
||||||
$lang['photos per page'] = 'фотографий на странице';
|
$lang['photos per page'] = 'фотографий на странице';
|
||||||
$lang['High definition enabled'] = 'Доступно высокое разрешение';
|
$lang['High definition enabled'] = 'Доступно высокое разрешение';
|
||||||
|
|
@ -550,7 +549,6 @@ $lang['Templates configuration has been recorded.'] = 'Templates configuration h
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Все оптимизации успешно завершены.';
|
$lang['All optimizations have been successfully completed.'] = 'Все оптимизации успешно завершены.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Оптимизации завершены с ошибками.';
|
$lang['Optimizations have been completed with some errors.'] = 'Оптимизации завершены с ошибками.';
|
||||||
$lang['Modify information'] = 'Modify information';
|
$lang['Modify information'] = 'Modify information';
|
||||||
$lang['edit album'] = 'редактировать информацию об этом альбоме';
|
|
||||||
$lang['nothing'] = 'ничего';
|
$lang['nothing'] = 'ничего';
|
||||||
$lang['overrides existing values with empty ones'] = 'замена существующих значений пустыми';
|
$lang['overrides existing values with empty ones'] = 'замена существующих значений пустыми';
|
||||||
$lang['manage photo ranks'] = 'изменить ранг фотографии';
|
$lang['manage photo ranks'] = 'изменить ранг фотографии';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'опубликовано межд
|
||||||
$lang['posted on %s'] = 'опубликовано %s';
|
$lang['posted on %s'] = 'опубликовано %s';
|
||||||
$lang['Best rated'] = 'По оценкам';
|
$lang['Best rated'] = 'По оценкам';
|
||||||
$lang['display best rated photos'] = 'показать высоко оцененные';
|
$lang['display best rated photos'] = 'показать высоко оцененные';
|
||||||
$lang['caddie'] = 'корзина';
|
|
||||||
$lang['Calendar'] = 'Календарь';
|
$lang['Calendar'] = 'Календарь';
|
||||||
$lang['All'] = 'Все';
|
$lang['All'] = 'Все';
|
||||||
$lang['display each day with photos, month per month'] = 'показать календарь с фотографиями, день за днем, месяц за месяцем';
|
$lang['display each day with photos, month per month'] = 'показать календарь с фотографиями, день за днем, месяц за месяцем';
|
||||||
|
|
@ -328,12 +327,10 @@ $lang['letters'] = 'буквы';
|
||||||
$lang['show tag cloud'] = 'показать облако слов';
|
$lang['show tag cloud'] = 'показать облако слов';
|
||||||
$lang['cloud'] = 'облако';
|
$lang['cloud'] = 'облако';
|
||||||
$lang['Are you sure?'] = 'Уверены?';
|
$lang['Are you sure?'] = 'Уверены?';
|
||||||
$lang['delete this comment'] = 'удалить комментарий';
|
|
||||||
$lang['Reset to default values'] = 'Восстановить значения по умолчанию';
|
$lang['Reset to default values'] = 'Восстановить значения по умолчанию';
|
||||||
$lang['delete all photos from your favorites'] = 'удалить все фотографии из избранных';
|
$lang['delete all photos from your favorites'] = 'удалить все фотографии из избранных';
|
||||||
$lang['Sent by'] = 'Отправить';
|
$lang['Sent by'] = 'Отправить';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Ваш браузер не поддерживает или блокирует куки. Разрешите использовать куки в настройках.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Ваш браузер не поддерживает или блокирует куки. Разрешите использовать куки в настройках.';
|
||||||
$lang['edit this comment'] = 'редактировать этот комментарий';
|
|
||||||
$lang['Edit a comment'] = 'Редактировать комментарий';
|
$lang['Edit a comment'] = 'Редактировать комментарий';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Этот комментарий ждет проверки';
|
$lang['(!) This comment requires validation'] = '(!) Этот комментарий ждет проверки';
|
||||||
$lang['Welcome'] = 'Добро пожаловать';
|
$lang['Welcome'] = 'Добро пожаловать';
|
||||||
|
|
@ -345,7 +342,6 @@ $lang['I want to add photos'] = 'Я хочу добавить фото';
|
||||||
$lang['Manage this user comment: %s'] = 'Управление этим комментарием пользователя: %s';
|
$lang['Manage this user comment: %s'] = 'Управление этим комментарием пользователя: %s';
|
||||||
$lang['This author modified following comment:'] = 'Этот автор изменил следующий комментарий:';
|
$lang['This author modified following comment:'] = 'Этот автор изменил следующий комментарий:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Этот автор удалил комментарий номер %d';
|
$lang['This author removed the comment with id %d'] = 'Этот автор удалил комментарий номер %d';
|
||||||
$lang['validate this comment'] = 'проверить этот комментарий';
|
|
||||||
$lang['%d Kb'] = '%d Кб';
|
$lang['%d Kb'] = '%d Кб';
|
||||||
$lang['Reduce diaporama speed'] = 'Уменьшить скорость панорамы';
|
$lang['Reduce diaporama speed'] = 'Уменьшить скорость панорамы';
|
||||||
$lang['Accelerate diaporama speed'] = 'Увеличить скорость панорамы';
|
$lang['Accelerate diaporama speed'] = 'Увеличить скорость панорамы';
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,6 @@ $lang['Date'] = 'Datum';
|
||||||
$lang['delete album'] = 'obriši kategoriju';
|
$lang['delete album'] = 'obriši kategoriju';
|
||||||
$lang['Dissociate from album'] = 'odvoji od kategorije';
|
$lang['Dissociate from album'] = 'odvoji od kategorije';
|
||||||
$lang['dissociate from group'] = 'odvoji od grupe';
|
$lang['dissociate from group'] = 'odvoji od grupe';
|
||||||
$lang['edit album permissions'] = 'uredi dozvole kategorije';
|
|
||||||
$lang['Album updated successfully'] = 'Podaci kategorije uspešno obnovljeni.';
|
$lang['Album updated successfully'] = 'Podaci kategorije uspešno obnovljeni.';
|
||||||
$lang['photos per page'] = 'elemenata po stranici';
|
$lang['photos per page'] = 'elemenata po stranici';
|
||||||
$lang['High definition enabled'] = 'Visoka rezolucija omogućena';
|
$lang['High definition enabled'] = 'Visoka rezolucija omogućena';
|
||||||
|
|
@ -556,7 +555,6 @@ $lang['Templates configuration has been recorded.'] = 'Podešavnje šablona je s
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Sva poboljšanja su uspešno dovršena.';
|
$lang['All optimizations have been successfully completed.'] = 'Sva poboljšanja su uspešno dovršena.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Poboljšanja su izvršena uz neke greške.';
|
$lang['Optimizations have been completed with some errors.'] = 'Poboljšanja su izvršena uz neke greške.';
|
||||||
$lang['Modify information'] = 'Promeni podatak';
|
$lang['Modify information'] = 'Promeni podatak';
|
||||||
$lang['edit album'] = 'uredi podatke o kategoriji';
|
|
||||||
$lang['nothing'] = 'ništa';
|
$lang['nothing'] = 'ništa';
|
||||||
$lang['overrides existing values with empty ones'] = 'prekucava postojeće vrednosti praznim poljima';
|
$lang['overrides existing values with empty ones'] = 'prekucava postojeće vrednosti praznim poljima';
|
||||||
$lang['manage photo ranks'] = 'upravljanje poretkom slika';
|
$lang['manage photo ranks'] = 'upravljanje poretkom slika';
|
||||||
|
|
|
||||||
|
|
@ -138,7 +138,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'objavljeno između %s (%s) i %s (
|
||||||
$lang['posted on %s'] = 'objavljeno na %s';
|
$lang['posted on %s'] = 'objavljeno na %s';
|
||||||
$lang['Best rated'] = 'Najbolje ocenjeno';
|
$lang['Best rated'] = 'Najbolje ocenjeno';
|
||||||
$lang['display best rated photos'] = 'prikaz najbolje ocenjenih stavki';
|
$lang['display best rated photos'] = 'prikaz najbolje ocenjenih stavki';
|
||||||
$lang['caddie'] = 'Fioka';
|
|
||||||
$lang['Calendar'] = 'Kalendar';
|
$lang['Calendar'] = 'Kalendar';
|
||||||
$lang['All'] = 'Sve';
|
$lang['All'] = 'Sve';
|
||||||
$lang['display each day with photos, month per month'] = 'prikaz svakog dana sa slikama, mesec po mesec';
|
$lang['display each day with photos, month per month'] = 'prikaz svakog dana sa slikama, mesec po mesec';
|
||||||
|
|
@ -335,7 +334,6 @@ $lang['Reset to default values'] = 'Vrati na podrazumevane vrednosti';
|
||||||
$lang['delete all photos from your favorites'] = 'obriši sve slike iz Omiljeni';
|
$lang['delete all photos from your favorites'] = 'obriši sve slike iz Omiljeni';
|
||||||
$lang['Sent by'] = 'Poslao';
|
$lang['Sent by'] = 'Poslao';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies su blokirani ili nisu podržani od Vašeg pretraživača. Morate omogućiti cookies da bi se logovali.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies su blokirani ili nisu podržani od Vašeg pretraživača. Morate omogućiti cookies da bi se logovali.';
|
||||||
$lang['edit this comment'] = 'uredi ovaj komentar';
|
|
||||||
$lang['Edit a comment'] = 'Uredi komentar';
|
$lang['Edit a comment'] = 'Uredi komentar';
|
||||||
$lang['Are you sure?'] = 'Jeste li sigurni?';
|
$lang['Are you sure?'] = 'Jeste li sigurni?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Ovaj komentar zahteva overu';
|
$lang['(!) This comment requires validation'] = '(!) Ovaj komentar zahteva overu';
|
||||||
|
|
@ -348,7 +346,5 @@ $lang['I want to add photos'] = 'Želim da dodam fotografije';
|
||||||
$lang['Manage this user comment: %s'] = 'Uredi komentare ovog korisnika: %s';
|
$lang['Manage this user comment: %s'] = 'Uredi komentare ovog korisnika: %s';
|
||||||
$lang['This author modified following comment:'] = 'Ovaj autor je menjao tekući komentar:';
|
$lang['This author modified following comment:'] = 'Ovaj autor je menjao tekući komentar:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Ovaj autor je uklonio komentar sa identifikacijom %d';
|
$lang['This author removed the comment with id %d'] = 'Ovaj autor je uklonio komentar sa identifikacijom %d';
|
||||||
$lang['delete this comment'] = 'obriši ovaj komentar';
|
|
||||||
$lang['validate this comment'] = 'Overi ovaj komentar';
|
|
||||||
$lang['html tags are not allowed in login'] = 'html oznake nisu dozvoljene prilikom logovanja';
|
$lang['html tags are not allowed in login'] = 'html oznake nisu dozvoljene prilikom logovanja';
|
||||||
?>
|
?>
|
||||||
|
|
@ -202,7 +202,6 @@ $lang['Date'] = 'Dátum';
|
||||||
$lang['delete album'] = 'vymazať album';
|
$lang['delete album'] = 'vymazať album';
|
||||||
$lang['Dissociate from album'] = 'oddeliť z albumu';
|
$lang['Dissociate from album'] = 'oddeliť z albumu';
|
||||||
$lang['dissociate from group'] = 'oddeliť od skupiny';
|
$lang['dissociate from group'] = 'oddeliť od skupiny';
|
||||||
$lang['edit album permissions'] = 'upraviť oprávnenie k albumu';
|
|
||||||
$lang['Album updated successfully'] = 'Informácie o albume boli úspěšne aktualizované.';
|
$lang['Album updated successfully'] = 'Informácie o albume boli úspěšne aktualizované.';
|
||||||
$lang['photos per page'] = 'položiek na stránke';
|
$lang['photos per page'] = 'položiek na stránke';
|
||||||
$lang['High definition enabled'] = 'Vysoké rozlíšenie povolené';
|
$lang['High definition enabled'] = 'Vysoké rozlíšenie povolené';
|
||||||
|
|
@ -552,7 +551,6 @@ $lang['Templates configuration has been recorded.'] = 'Nastavenie šablón bolo
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Všetky zmeny boli úspešne dokončené.';
|
$lang['All optimizations have been successfully completed.'] = 'Všetky zmeny boli úspešne dokončené.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Zmeny boli dokončené s niekoľkými chybami.';
|
$lang['Optimizations have been completed with some errors.'] = 'Zmeny boli dokončené s niekoľkými chybami.';
|
||||||
$lang['Modify information'] = 'Upraviť informácie';
|
$lang['Modify information'] = 'Upraviť informácie';
|
||||||
$lang['edit album'] = 'upraviť informácie o albume';
|
|
||||||
$lang['nothing'] = 'prázdne';
|
$lang['nothing'] = 'prázdne';
|
||||||
$lang['overrides existing values with empty ones'] = 'nahradiť súčasné hodnoty prázdnymi';
|
$lang['overrides existing values with empty ones'] = 'nahradiť súčasné hodnoty prázdnymi';
|
||||||
$lang['manage photo ranks'] = 'spravovať hodnotenie fotografií';
|
$lang['manage photo ranks'] = 'spravovať hodnotenie fotografií';
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'vložené medzi %s (%s) a %s (%s)
|
||||||
$lang['posted on %s'] = 'vložené %s';
|
$lang['posted on %s'] = 'vložené %s';
|
||||||
$lang['Best rated'] = 'Najlepšie hodnotené';
|
$lang['Best rated'] = 'Najlepšie hodnotené';
|
||||||
$lang['display best rated photos'] = 'Zobraziť najlepšie hodnotené položky';
|
$lang['display best rated photos'] = 'Zobraziť najlepšie hodnotené položky';
|
||||||
$lang['caddie'] = 'Košík';
|
|
||||||
$lang['Calendar'] = 'Kalendár';
|
$lang['Calendar'] = 'Kalendár';
|
||||||
$lang['All'] = 'Všetko';
|
$lang['All'] = 'Všetko';
|
||||||
$lang['display each day with photos, month per month'] = 'Fotografie podľa dňov, mesiac po mesiaci';
|
$lang['display each day with photos, month per month'] = 'Fotografie podľa dňov, mesiac po mesiaci';
|
||||||
|
|
@ -334,12 +333,10 @@ $lang['letters'] = 'písmená';
|
||||||
$lang['show tag cloud'] = 'zobraziť kľúčové slová v bubline';
|
$lang['show tag cloud'] = 'zobraziť kľúčové slová v bubline';
|
||||||
$lang['cloud'] = 'bublina';
|
$lang['cloud'] = 'bublina';
|
||||||
$lang['Are you sure?'] = 'Ste si istý?';
|
$lang['Are you sure?'] = 'Ste si istý?';
|
||||||
$lang['delete this comment'] = 'vymazať tento komentár';
|
|
||||||
$lang['Reset to default values'] = 'Obnoviť východzie hodnoty';
|
$lang['Reset to default values'] = 'Obnoviť východzie hodnoty';
|
||||||
$lang['delete all photos from your favorites'] = 'vymazať všetky obrázky z Vašich obľúbených';
|
$lang['delete all photos from your favorites'] = 'vymazať všetky obrázky z Vašich obľúbených';
|
||||||
$lang['Sent by'] = 'Poslané';
|
$lang['Sent by'] = 'Poslané';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies sú buď blokované, alebo nie sú povolené vo Vašom prehliadači. Musíte povoliť cookies, aby bolo možné sa prihlásiť.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies sú buď blokované, alebo nie sú povolené vo Vašom prehliadači. Musíte povoliť cookies, aby bolo možné sa prihlásiť.';
|
||||||
$lang['edit this comment'] = 'upraviť tento komentár';
|
|
||||||
$lang['Edit a comment'] = 'Upraviť komentár';
|
$lang['Edit a comment'] = 'Upraviť komentár';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Tento komentár vyžaduje kontrolu';
|
$lang['(!) This comment requires validation'] = '(!) Tento komentár vyžaduje kontrolu';
|
||||||
$lang['Welcome'] = 'Vitajte';
|
$lang['Welcome'] = 'Vitajte';
|
||||||
|
|
@ -351,7 +348,6 @@ $lang['I want to add photos'] = 'Chcem pridať fotografie';
|
||||||
$lang['Manage this user comment: %s'] = 'Spravujte tento používateľský komentár: %s';
|
$lang['Manage this user comment: %s'] = 'Spravujte tento používateľský komentár: %s';
|
||||||
$lang['This author modified following comment:'] = 'Tento autor upravil nasledujúci komentár:';
|
$lang['This author modified following comment:'] = 'Tento autor upravil nasledujúci komentár:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Tento autor zmazal komentár s identifikátorom %d';
|
$lang['This author removed the comment with id %d'] = 'Tento autor zmazal komentár s identifikátorom %d';
|
||||||
$lang['validate this comment'] = 'skontrolovať tento komentár';
|
|
||||||
$lang['%d Kb'] = '%d Kb';
|
$lang['%d Kb'] = '%d Kb';
|
||||||
$lang['IP: %s'] = 'IP: %s';
|
$lang['IP: %s'] = 'IP: %s';
|
||||||
$lang['%d new comment'] = '%d nový komentár';
|
$lang['%d new comment'] = '%d nový komentár';
|
||||||
|
|
|
||||||
|
|
@ -330,7 +330,6 @@ $lang['Reset to default values'] = 'Resetiraj na privzete vrednosti';
|
||||||
$lang['delete all photos from your favorites'] = 'odstrani vse slike iz svojih priljubljenih';
|
$lang['delete all photos from your favorites'] = 'odstrani vse slike iz svojih priljubljenih';
|
||||||
$lang['Sent by'] = 'Poslano od';
|
$lang['Sent by'] = 'Poslano od';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Piškotki so blokirani ali niso podprti s strani vašega brskalnika. Za prijavo je potrebno omogočiti piškotke.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Piškotki so blokirani ali niso podprti s strani vašega brskalnika. Za prijavo je potrebno omogočiti piškotke.';
|
||||||
$lang['edit this comment'] = 'uredi ta komentar';
|
|
||||||
$lang['Edit a comment'] = 'Uredi komentar';
|
$lang['Edit a comment'] = 'Uredi komentar';
|
||||||
$lang['Are you sure?'] = 'Ali ste prepričani?';
|
$lang['Are you sure?'] = 'Ali ste prepričani?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Komentar potrebuje validacijo';
|
$lang['(!) This comment requires validation'] = '(!) Komentar potrebuje validacijo';
|
||||||
|
|
@ -344,8 +343,6 @@ $lang['Manage this user comment: %s'] = 'Uredi komentar uporabnika: %s';
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'Manjka e-pošta. Prosim navedite svojo e-pošto.';
|
$lang['Email address is missing. Please specify an email address.'] = 'Manjka e-pošta. Prosim navedite svojo e-pošto.';
|
||||||
$lang['This author modified following comment:'] = 'Ta uporabnik je uredil naslednji komentar:';
|
$lang['This author modified following comment:'] = 'Ta uporabnik je uredil naslednji komentar:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Ta uporabnik je odstranil komentar z id-jem %d';
|
$lang['This author removed the comment with id %d'] = 'Ta uporabnik je odstranil komentar z id-jem %d';
|
||||||
$lang['delete this comment'] = 'odstrani komentar';
|
|
||||||
$lang['validate this comment'] = 'preveri komentar';
|
|
||||||
$lang['html tags are not allowed in login'] = 'pri prijavi niso dovoljene html značke';
|
$lang['html tags are not allowed in login'] = 'pri prijavi niso dovoljene html značke';
|
||||||
$lang['%d rates'] = '%d točk';
|
$lang['%d rates'] = '%d točk';
|
||||||
$lang['Rating score'] = 'Ocena';
|
$lang['Rating score'] = 'Ocena';
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,6 @@ $lang['Date'] = 'Датум';
|
||||||
$lang['delete album'] = 'обриши категорију';
|
$lang['delete album'] = 'обриши категорију';
|
||||||
$lang['Dissociate from album'] = 'одвоји од категорије';
|
$lang['Dissociate from album'] = 'одвоји од категорије';
|
||||||
$lang['dissociate from group'] = 'одвоји од групе';
|
$lang['dissociate from group'] = 'одвоји од групе';
|
||||||
$lang['edit album permissions'] = 'уреди дозволе категорије';
|
|
||||||
$lang['Album updated successfully'] = 'Подаци категорије успешно обновљени.';
|
$lang['Album updated successfully'] = 'Подаци категорије успешно обновљени.';
|
||||||
$lang['photos per page'] = 'елемената по страници';
|
$lang['photos per page'] = 'елемената по страници';
|
||||||
$lang['High definition enabled'] = 'Висока резолуција омогућена';
|
$lang['High definition enabled'] = 'Висока резолуција омогућена';
|
||||||
|
|
@ -555,7 +554,6 @@ $lang['Templates configuration has been recorded.'] = 'Подешавње шаб
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Сва побољшања су успешно довршена.';
|
$lang['All optimizations have been successfully completed.'] = 'Сва побољшања су успешно довршена.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Побољшања су извршена уз неке грешке.';
|
$lang['Optimizations have been completed with some errors.'] = 'Побољшања су извршена уз неке грешке.';
|
||||||
$lang['Modify information'] = 'Промени податак';
|
$lang['Modify information'] = 'Промени податак';
|
||||||
$lang['edit album'] = 'уреди податке о категорији';
|
|
||||||
$lang['nothing'] = 'ништа';
|
$lang['nothing'] = 'ништа';
|
||||||
$lang['overrides existing values with empty ones'] = 'прекуцава постојеће вредности празним пољима';
|
$lang['overrides existing values with empty ones'] = 'прекуцава постојеће вредности празним пољима';
|
||||||
$lang['manage photo ranks'] = 'управљање поретком слика';
|
$lang['manage photo ranks'] = 'управљање поретком слика';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'објављено између %
|
||||||
$lang['posted on %s'] = 'објављено на %s';
|
$lang['posted on %s'] = 'објављено на %s';
|
||||||
$lang['Best rated'] = 'Најбоље оцењено';
|
$lang['Best rated'] = 'Најбоље оцењено';
|
||||||
$lang['display best rated photos'] = 'приказ најбоље оцењених ставки';
|
$lang['display best rated photos'] = 'приказ најбоље оцењених ставки';
|
||||||
$lang['caddie'] = 'Фиока';
|
|
||||||
$lang['Calendar'] = 'Календар';
|
$lang['Calendar'] = 'Календар';
|
||||||
$lang['All'] = 'Све';
|
$lang['All'] = 'Све';
|
||||||
$lang['display each day with photos, month per month'] = 'приказ сваког дана са сликама, месец по месец';
|
$lang['display each day with photos, month per month'] = 'приказ сваког дана са сликама, месец по месец';
|
||||||
|
|
@ -330,7 +329,6 @@ $lang['Reset to default values'] = 'Врати на подразумеване
|
||||||
$lang['delete all photos from your favorites'] = 'обриши све слике из Омиљени';
|
$lang['delete all photos from your favorites'] = 'обриши све слике из Омиљени';
|
||||||
$lang['Sent by'] = 'Послао';
|
$lang['Sent by'] = 'Послао';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies су блокирани или нису подржани од Вашег претраживача. Морате омогућити цоокиес да би се логовали.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies су блокирани или нису подржани од Вашег претраживача. Морате омогућити цоокиес да би се логовали.';
|
||||||
$lang['edit this comment'] = 'уреди овај коментар';
|
|
||||||
$lang['Edit a comment'] = 'Уреди коментар';
|
$lang['Edit a comment'] = 'Уреди коментар';
|
||||||
$lang['Are you sure?'] = 'Јесте ли сигурни?';
|
$lang['Are you sure?'] = 'Јесте ли сигурни?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Овај коментар захтева оверу';
|
$lang['(!) This comment requires validation'] = '(!) Овај коментар захтева оверу';
|
||||||
|
|
@ -343,8 +341,6 @@ $lang['I want to add photos'] = 'Желим да додам фотографиј
|
||||||
$lang['Manage this user comment: %s'] = 'Уреди коментаре овог корисника: %s';
|
$lang['Manage this user comment: %s'] = 'Уреди коментаре овог корисника: %s';
|
||||||
$lang['This author modified following comment:'] = 'Овај аутор је мењао текући коментар:';
|
$lang['This author modified following comment:'] = 'Овај аутор је мењао текући коментар:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Овај аутор је уклонио коментар са идентификацијом %d';
|
$lang['This author removed the comment with id %d'] = 'Овај аутор је уклонио коментар са идентификацијом %d';
|
||||||
$lang['delete this comment'] = 'обриши овај коментар';
|
|
||||||
$lang['validate this comment'] = 'овери овај коментар';
|
|
||||||
$lang['html tags are not allowed in login'] = 'html ознаке нису дозвољене овде';
|
$lang['html tags are not allowed in login'] = 'html ознаке нису дозвољене овде';
|
||||||
$lang['The number of photos per page must be a not null scalar'] = 'Број фотографија по страни мора бити већи од нуле';
|
$lang['The number of photos per page must be a not null scalar'] = 'Број фотографија по страни мора бити већи од нуле';
|
||||||
$lang['Number of photos per page'] = 'Број фотографија по страници';
|
$lang['Number of photos per page'] = 'Број фотографија по страници';
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,6 @@ $lang['Date'] = 'Datum';
|
||||||
$lang['delete album'] = 'ta bort kategori';
|
$lang['delete album'] = 'ta bort kategori';
|
||||||
$lang['Dissociate from album'] = 'skilj från kategori';
|
$lang['Dissociate from album'] = 'skilj från kategori';
|
||||||
$lang['dissociate from group'] = 'skilj från grupp';
|
$lang['dissociate from group'] = 'skilj från grupp';
|
||||||
$lang['edit album permissions'] = 'ändra kategori behörigheter';
|
|
||||||
$lang['Album updated successfully'] = 'Kategori informationen har uppdaterats.';
|
$lang['Album updated successfully'] = 'Kategori informationen har uppdaterats.';
|
||||||
$lang['photos per page'] = 'Bilder per sida';
|
$lang['photos per page'] = 'Bilder per sida';
|
||||||
$lang['High definition enabled'] = 'High definition aktiverad';
|
$lang['High definition enabled'] = 'High definition aktiverad';
|
||||||
|
|
@ -549,7 +548,6 @@ $lang['Templates configuration has been recorded.'] = 'Konfiguerering av mallar
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Alla optimeringar har slutförts.';
|
$lang['All optimizations have been successfully completed.'] = 'Alla optimeringar har slutförts.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Optimeringar har slutförts, men fel uppstod.';
|
$lang['Optimizations have been completed with some errors.'] = 'Optimeringar har slutförts, men fel uppstod.';
|
||||||
$lang['Modify information'] = 'Modifiera information';
|
$lang['Modify information'] = 'Modifiera information';
|
||||||
$lang['edit album'] = 'Ändra information för denna kategori';
|
|
||||||
$lang['nothing'] = 'inget';
|
$lang['nothing'] = 'inget';
|
||||||
$lang['overrides existing values with empty ones'] = 'skriver över existerande värden med tomma värden';
|
$lang['overrides existing values with empty ones'] = 'skriver över existerande värden med tomma värden';
|
||||||
$lang['manage photo ranks'] = 'hantera bild betygsättning';
|
$lang['manage photo ranks'] = 'hantera bild betygsättning';
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'publicerade mellan %s (%s) och %s
|
||||||
$lang['posted on %s'] = 'Publicerad den %s';
|
$lang['posted on %s'] = 'Publicerad den %s';
|
||||||
$lang['Best rated'] = 'Högst betygsatta';
|
$lang['Best rated'] = 'Högst betygsatta';
|
||||||
$lang['display best rated photos'] = 'visa högst betygsatta bilder';
|
$lang['display best rated photos'] = 'visa högst betygsatta bilder';
|
||||||
$lang['caddie'] = 'korg';
|
|
||||||
$lang['Calendar'] = 'Kalender';
|
$lang['Calendar'] = 'Kalender';
|
||||||
$lang['All'] = 'Alla';
|
$lang['All'] = 'Alla';
|
||||||
$lang['display each day with photos, month per month'] = 'visa varje dag med bilder, månad för månad';
|
$lang['display each day with photos, month per month'] = 'visa varje dag med bilder, månad för månad';
|
||||||
|
|
@ -329,7 +328,6 @@ $lang['today'] = 'idag';
|
||||||
$lang['Update your rating'] = 'Ändra ditt betyg';
|
$lang['Update your rating'] = 'Ändra ditt betyg';
|
||||||
$lang['wrong filename'] = 'fel filnamn';
|
$lang['wrong filename'] = 'fel filnamn';
|
||||||
$lang['the username must be given'] = 'användarnamn krävs';
|
$lang['the username must be given'] = 'användarnamn krävs';
|
||||||
$lang['edit this comment'] = 'redigera detta inlägg';
|
|
||||||
$lang['Edit a comment'] = 'Redigera ett inlägg';
|
$lang['Edit a comment'] = 'Redigera ett inlägg';
|
||||||
$lang['Are you sure?'] = 'Är du säker?';
|
$lang['Are you sure?'] = 'Är du säker?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Detta inlägg kräver validering';
|
$lang['(!) This comment requires validation'] = '(!) Detta inlägg kräver validering';
|
||||||
|
|
@ -343,8 +341,6 @@ $lang['Manage this user comment: %s'] = 'Hantera det här användarinlägget: %s
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'E-postadressen saknas. Vänligen ange din e-postadress.';
|
$lang['Email address is missing. Please specify an email address.'] = 'E-postadressen saknas. Vänligen ange din e-postadress.';
|
||||||
$lang['This author modified following comment:'] = 'Denna fotograf modifierade följande inlägg:';
|
$lang['This author modified following comment:'] = 'Denna fotograf modifierade följande inlägg:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Denna fotograf raderade inlägg med id %d';
|
$lang['This author removed the comment with id %d'] = 'Denna fotograf raderade inlägg med id %d';
|
||||||
$lang['delete this comment'] = 'ta bort detta inlägg';
|
|
||||||
$lang['validate this comment'] = 'validera detta inlägg';
|
|
||||||
$lang['html tags are not allowed in login'] = 'HTML-taggar är inte tillåtna vid inloggning';
|
$lang['html tags are not allowed in login'] = 'HTML-taggar är inte tillåtna vid inloggning';
|
||||||
$lang['The number of photos per page must be a not null scalar'] = 'Antal foton per sida får inte vara noll';
|
$lang['The number of photos per page must be a not null scalar'] = 'Antal foton per sida får inte vara noll';
|
||||||
$lang['Number of photos per page'] = 'Antal foton per sida';
|
$lang['Number of photos per page'] = 'Antal foton per sida';
|
||||||
|
|
|
||||||
|
|
@ -294,7 +294,6 @@ $lang['Reset to default values'] = 'ตั้งค่าใหม่เป็
|
||||||
$lang['delete all photos from your favorites'] = 'ลบภาพทั้งหมดออกจากรายการโปรดของคุณ';
|
$lang['delete all photos from your favorites'] = 'ลบภาพทั้งหมดออกจากรายการโปรดของคุณ';
|
||||||
$lang['Sent by'] = 'ถูกส่งโดย';
|
$lang['Sent by'] = 'ถูกส่งโดย';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'คุกกี้ถูกบล็อกหรือไม่สนับสนุนในเบราว์เซอร์ของคุณ คุณต้องเปิดใช้งานคุกกี้เพื่อเข้าสู่ระบบ.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'คุกกี้ถูกบล็อกหรือไม่สนับสนุนในเบราว์เซอร์ของคุณ คุณต้องเปิดใช้งานคุกกี้เพื่อเข้าสู่ระบบ.';
|
||||||
$lang['edit this comment'] = 'แก้ไขความคิดเห็นนี้';
|
|
||||||
$lang['Edit a comment'] = 'แก้ไขความคิดเห็น';
|
$lang['Edit a comment'] = 'แก้ไขความคิดเห็น';
|
||||||
$lang['Are you sure?'] = 'คุณแน่ใจหรือไม่?';
|
$lang['Are you sure?'] = 'คุณแน่ใจหรือไม่?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) ความคิดเห็นนี้จำเป็นต้องใช้การตรวจสอบ';
|
$lang['(!) This comment requires validation'] = '(!) ความคิดเห็นนี้จำเป็นต้องใช้การตรวจสอบ';
|
||||||
|
|
@ -309,8 +308,6 @@ $lang['Manage this user comment: %s'] = 'Manage this user comment: %s';
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'ที่อยู่อีเมลที่ขาดหายไป กรุณาระบุที่อยู่อีเมล์.';
|
$lang['Email address is missing. Please specify an email address.'] = 'ที่อยู่อีเมลที่ขาดหายไป กรุณาระบุที่อยู่อีเมล์.';
|
||||||
$lang['This author modified following comment:'] = 'ผู้เขียนได้แก้ไขความคิดเห็นดังต่อไปนี้:';
|
$lang['This author modified following comment:'] = 'ผู้เขียนได้แก้ไขความคิดเห็นดังต่อไปนี้:';
|
||||||
$lang['This author removed the comment with id %d'] = 'ผู้เขียนได้ลบความคิดเห็นโดย ไอดี %d';
|
$lang['This author removed the comment with id %d'] = 'ผู้เขียนได้ลบความคิดเห็นโดย ไอดี %d';
|
||||||
$lang['delete this comment'] = 'ลบความคิดเห็นนี้';
|
|
||||||
$lang['validate this comment'] = 'ตรวจสอบความคิดเห็นนี้';
|
|
||||||
$lang['html tags are not allowed in login'] = 'แืท็ก HTML นี้จะไม่ได้รับอนุญาตในการเข้าสู่ระบบ';
|
$lang['html tags are not allowed in login'] = 'แืท็ก HTML นี้จะไม่ได้รับอนุญาตในการเข้าสู่ระบบ';
|
||||||
$lang['Invalid username or email'] = 'ชื่อผู้ใช้ หรือ ที่อยู่อีเมล์ไม่ถูกต้อง';
|
$lang['Invalid username or email'] = 'ชื่อผู้ใช้ หรือ ที่อยู่อีเมล์ไม่ถูกต้อง';
|
||||||
$lang['Password reset is not allowed for this user'] = 'ผู้ใช้งานคนนี้ ไม่ได้รับอนุญาตให้รีเซ็ตรหัสผ่าน';
|
$lang['Password reset is not allowed for this user'] = 'ผู้ใช้งานคนนี้ ไม่ได้รับอนุญาตให้รีเซ็ตรหัสผ่าน';
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,6 @@ $lang['Apply to sub-albums'] = 'altalbümlere uygula';
|
||||||
$lang['Associated'] = 'baglantili';
|
$lang['Associated'] = 'baglantili';
|
||||||
$lang['Batch management'] = 'toplu komut yönetimi';
|
$lang['Batch management'] = 'toplu komut yönetimi';
|
||||||
$lang['Caddie management'] = 'yardımcı yönetimi';
|
$lang['Caddie management'] = 'yardımcı yönetimi';
|
||||||
$lang['Caddie'] = 'yardımcı';
|
|
||||||
$lang['Albums authorized thanks to group associations'] = 'Albümler grup sayesinde yetkili';
|
$lang['Albums authorized thanks to group associations'] = 'Albümler grup sayesinde yetkili';
|
||||||
$lang['Album manual order was saved'] = 'Albümlerin sıralaması kayıt edildi';
|
$lang['Album manual order was saved'] = 'Albümlerin sıralaması kayıt edildi';
|
||||||
$lang['Check for upgrade failed for unknown reasons.'] = 'Güncelleme denetimi sonuçlanamıyor, Yaptığınız işlem basarısız oldu..';
|
$lang['Check for upgrade failed for unknown reasons.'] = 'Güncelleme denetimi sonuçlanamıyor, Yaptığınız işlem basarısız oldu..';
|
||||||
|
|
@ -199,7 +198,6 @@ $lang['Date'] = 'Tarih';
|
||||||
$lang['delete album'] = 'albümüsil';
|
$lang['delete album'] = 'albümüsil';
|
||||||
$lang['Dissociate from album'] = 'albümden ayır';
|
$lang['Dissociate from album'] = 'albümden ayır';
|
||||||
$lang['dissociate from group'] = 'Gruptan ayirmak';
|
$lang['dissociate from group'] = 'Gruptan ayirmak';
|
||||||
$lang['edit album permissions'] = 'albüm yetkilerini düzenle';
|
|
||||||
$lang['Album updated successfully'] = 'Albüm bilgileri güncellendi.';
|
$lang['Album updated successfully'] = 'Albüm bilgileri güncellendi.';
|
||||||
$lang['photos per page'] = 'Safya basina içerikler';
|
$lang['photos per page'] = 'Safya basina içerikler';
|
||||||
$lang['High definition enabled'] = 'Yüksek çözünürlüklü etkin';
|
$lang['High definition enabled'] = 'Yüksek çözünürlüklü etkin';
|
||||||
|
|
@ -549,7 +547,6 @@ $lang['Templates configuration has been recorded.'] = 'Şablonları yapılandır
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Tüm optimizasyonları başarıyla tamamlanmıştır.';
|
$lang['All optimizations have been successfully completed.'] = 'Tüm optimizasyonları başarıyla tamamlanmıştır.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'ptimizasyonları bazı hatalar ile tamamlanmıştır.';
|
$lang['Optimizations have been completed with some errors.'] = 'ptimizasyonları bazı hatalar ile tamamlanmıştır.';
|
||||||
$lang['Modify information'] = 'Bilgi değiştirme';
|
$lang['Modify information'] = 'Bilgi değiştirme';
|
||||||
$lang['edit album'] = 'albüm bilgisini düzenle';
|
|
||||||
$lang['nothing'] = 'hiçbir şey';
|
$lang['nothing'] = 'hiçbir şey';
|
||||||
$lang['overrides existing values with empty ones'] = 'boş olan değerleri geçersiz kılar';
|
$lang['overrides existing values with empty ones'] = 'boş olan değerleri geçersiz kılar';
|
||||||
$lang['manage photo ranks'] = 'resim rütbesini yönet';
|
$lang['manage photo ranks'] = 'resim rütbesini yönet';
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'Şununla birlikte gönderildi %s
|
||||||
$lang['posted on %s'] = 'Gönderildi %s';
|
$lang['posted on %s'] = 'Gönderildi %s';
|
||||||
$lang['Best rated'] = 'En çok oylanan';
|
$lang['Best rated'] = 'En çok oylanan';
|
||||||
$lang['display best rated photos'] = 'Çok oy alan ürünü gösterir';
|
$lang['display best rated photos'] = 'Çok oy alan ürünü gösterir';
|
||||||
$lang['caddie'] = 'Yardımcı';
|
|
||||||
$lang['Calendar'] = 'Takvim';
|
$lang['Calendar'] = 'Takvim';
|
||||||
$lang['All'] = 'Hepsi';
|
$lang['All'] = 'Hepsi';
|
||||||
$lang['display each day with photos, month per month'] = 'Ay AY her günün ürünlerini gösterir';
|
$lang['display each day with photos, month per month'] = 'Ay AY her günün ürünlerini gösterir';
|
||||||
|
|
@ -295,7 +294,6 @@ $lang['Reset to default values'] = 'fabrika ayarlarına dönüş';
|
||||||
$lang['delete all photos from your favorites'] = 'favorilerinizdeki tüm resimlerı silin';
|
$lang['delete all photos from your favorites'] = 'favorilerinizdeki tüm resimlerı silin';
|
||||||
$lang['Sent by'] = 'gönderen';
|
$lang['Sent by'] = 'gönderen';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'çerezler engelli yada web tarayıcınız tarafından desteklenmiyor. Giriş yapmak için çerezlere izin verin .';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'çerezler engelli yada web tarayıcınız tarafından desteklenmiyor. Giriş yapmak için çerezlere izin verin .';
|
||||||
$lang['edit this comment'] = 'yorumu değiştir';
|
|
||||||
$lang['Edit a comment'] = 'yorumu değiştir';
|
$lang['Edit a comment'] = 'yorumu değiştir';
|
||||||
$lang['Are you sure?'] = 'Emin misiniz?';
|
$lang['Are you sure?'] = 'Emin misiniz?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Bu yorum onaylama gerekmektedir.';
|
$lang['(!) This comment requires validation'] = '(!) Bu yorum onaylama gerekmektedir.';
|
||||||
|
|
@ -308,8 +306,6 @@ $lang['I want to add photos'] = 'fotoğraf eklemek istiyorum';
|
||||||
$lang['Manage this user comment: %s'] = 'bu kullanıcının yorumunu yönet: %s';
|
$lang['Manage this user comment: %s'] = 'bu kullanıcının yorumunu yönet: %s';
|
||||||
$lang['This author modified following comment:'] = 'bu yayımcı gönderdiği yorumu değiştirmiştir:';
|
$lang['This author modified following comment:'] = 'bu yayımcı gönderdiği yorumu değiştirmiştir:';
|
||||||
$lang['This author removed the comment with id %d'] = 'bu yayımcı id numarası %d olan yorumu silmiştir';
|
$lang['This author removed the comment with id %d'] = 'bu yayımcı id numarası %d olan yorumu silmiştir';
|
||||||
$lang['delete this comment'] = 'yorumu sil';
|
|
||||||
$lang['validate this comment'] = 'yorumu onayla';
|
|
||||||
$lang['Search for Author'] = 'yayımcı kullanıcı adıyla ara';
|
$lang['Search for Author'] = 'yayımcı kullanıcı adıyla ara';
|
||||||
$lang['Search in albums'] = 'Albümlerde ara';
|
$lang['Search in albums'] = 'Albümlerde ara';
|
||||||
$lang['Search by Date'] = 'tarihe göre ara';
|
$lang['Search by Date'] = 'tarihe göre ara';
|
||||||
|
|
|
||||||
|
|
@ -239,9 +239,7 @@ $lang['Drag to re-order'] = 'Натисніть та перетягніть, щ
|
||||||
$lang['Drop into album'] = 'Капнути в альбом';
|
$lang['Drop into album'] = 'Капнути в альбом';
|
||||||
$lang['duplicates'] = 'дублікати';
|
$lang['duplicates'] = 'дублікати';
|
||||||
$lang['Edit album permissions'] = 'Редагувати права альбому';
|
$lang['Edit album permissions'] = 'Редагувати права альбому';
|
||||||
$lang['edit album permissions'] = 'редагувати права альбому';
|
|
||||||
$lang['Edit album'] = 'Редагувати альбом';
|
$lang['Edit album'] = 'Редагувати альбом';
|
||||||
$lang['edit album'] = 'редагувати альбом';
|
|
||||||
$lang['Edit photo information'] = 'Редагувати інформацію про фотографію';
|
$lang['Edit photo information'] = 'Редагувати інформацію про фотографію';
|
||||||
$lang['Edit ranks'] = 'Редагувати ряди';
|
$lang['Edit ranks'] = 'Редагувати ряди';
|
||||||
$lang['Edit selected tags'] = 'Редагувати виділені теги';
|
$lang['Edit selected tags'] = 'Редагувати виділені теги';
|
||||||
|
|
|
||||||
|
|
@ -180,7 +180,6 @@ $lang['posted between %s (%s) and %s (%s)'] = 'додано між %s (%s) і %s
|
||||||
$lang['posted on %s'] = 'додано в %s';
|
$lang['posted on %s'] = 'додано в %s';
|
||||||
$lang['Best rated'] = 'Найбільший рейтинг';
|
$lang['Best rated'] = 'Найбільший рейтинг';
|
||||||
$lang['display best rated photos'] = 'показати фотографії з найбільшим рейтингом';
|
$lang['display best rated photos'] = 'показати фотографії з найбільшим рейтингом';
|
||||||
$lang['caddie'] = 'Кадді';
|
|
||||||
$lang['Calendar'] = 'Календар';
|
$lang['Calendar'] = 'Календар';
|
||||||
$lang['All'] = 'Всі';
|
$lang['All'] = 'Всі';
|
||||||
$lang['display each day with photos, month per month'] = 'показувати кожен день з фотографіями, місяць за місяцем';
|
$lang['display each day with photos, month per month'] = 'показувати кожен день з фотографіями, місяць за місяцем';
|
||||||
|
|
@ -328,7 +327,6 @@ $lang['%d photos are also linked to current tags'] = "%d фотографій т
|
||||||
$lang['display photos linked to this tag'] = "показувати фотографії, пов'язані з поточними мітками";
|
$lang['display photos linked to this tag'] = "показувати фотографії, пов'язані з поточними мітками";
|
||||||
$lang['photos posted during the last %d days'] = 'фотографії, завантажені протягом останніх %d днів';
|
$lang['photos posted during the last %d days'] = 'фотографії, завантажені протягом останніх %d днів';
|
||||||
$lang['delete all photos from your favorites'] = 'видалити всі фотографії з обраних';
|
$lang['delete all photos from your favorites'] = 'видалити всі фотографії з обраних';
|
||||||
$lang['edit this comment'] = 'редагувати цей коментар';
|
|
||||||
$lang['Edit a comment'] = 'Редагувати коментар';
|
$lang['Edit a comment'] = 'Редагувати коментар';
|
||||||
$lang['Are you sure?'] = 'Ви впевнені?';
|
$lang['Are you sure?'] = 'Ви впевнені?';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Цей коментар вимагає валідації';
|
$lang['(!) This comment requires validation'] = '(!) Цей коментар вимагає валідації';
|
||||||
|
|
@ -342,8 +340,6 @@ $lang['Manage this user comment: %s'] = 'Виправити цей комент
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'Відсутня адреса електронної пошти. Будь ласка, вкажіть адресу електронної пошти.';
|
$lang['Email address is missing. Please specify an email address.'] = 'Відсутня адреса електронної пошти. Будь ласка, вкажіть адресу електронної пошти.';
|
||||||
$lang['This author modified following comment:'] = 'Цей автор змінив наступний коментар:';
|
$lang['This author modified following comment:'] = 'Цей автор змінив наступний коментар:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Цей автор видалив коментар з ідентифікатором %d';
|
$lang['This author removed the comment with id %d'] = 'Цей автор видалив коментар з ідентифікатором %d';
|
||||||
$lang['delete this comment'] = 'видалити цей коментар';
|
|
||||||
$lang['validate this comment'] = 'перевірити цей коментар';
|
|
||||||
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Невірний статус для користувача \"гість\", буде використовуватись статус за замовчуванням. Будь ласка, повідомте вебмайстра.";
|
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Невірний статус для користувача \"гість\", буде використовуватись статус за замовчуванням. Будь ласка, повідомте вебмайстра.";
|
||||||
$lang['N/A'] = 'невідомий';
|
$lang['N/A'] = 'невідомий';
|
||||||
$lang['IP: %s'] = "IP: %s";
|
$lang['IP: %s'] = "IP: %s";
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,6 @@ $lang['Date'] = 'Ngày tháng';
|
||||||
$lang['delete album'] = 'xoá bỏ đề mục';
|
$lang['delete album'] = 'xoá bỏ đề mục';
|
||||||
$lang['Dissociate from album'] = 'không kết hợp với đề mục';
|
$lang['Dissociate from album'] = 'không kết hợp với đề mục';
|
||||||
$lang['dissociate from group'] = 'Không kết hợp với nhóm người dùng';
|
$lang['dissociate from group'] = 'Không kết hợp với nhóm người dùng';
|
||||||
$lang['edit album permissions'] = 'thay đổi quyền truy cập của đề mục';
|
|
||||||
$lang['Album updated successfully'] = 'Thông tin của đề mục đã được cập nhập thành công.';
|
$lang['Album updated successfully'] = 'Thông tin của đề mục đã được cập nhập thành công.';
|
||||||
$lang['photos per page'] = 'thành phần trên mỗi trang';
|
$lang['photos per page'] = 'thành phần trên mỗi trang';
|
||||||
$lang['High definition enabled'] = 'Bật chế độ xem hình lớn';
|
$lang['High definition enabled'] = 'Bật chế độ xem hình lớn';
|
||||||
|
|
@ -554,7 +553,6 @@ $lang['Templates configuration has been recorded.'] = 'Cầu hình tempalte đã
|
||||||
$lang['All optimizations have been successfully completed.'] = 'Tất cả quá trình tối ưu hóa đã hoàn thành xong.';
|
$lang['All optimizations have been successfully completed.'] = 'Tất cả quá trình tối ưu hóa đã hoàn thành xong.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = 'Quá trình tối ưu hóa đã hoàn thành với một vài lỗi.';
|
$lang['Optimizations have been completed with some errors.'] = 'Quá trình tối ưu hóa đã hoàn thành với một vài lỗi.';
|
||||||
$lang['Modify information'] = 'Hiệu chỉnh thông tin';
|
$lang['Modify information'] = 'Hiệu chỉnh thông tin';
|
||||||
$lang['edit album'] = 'biên tập thông tin đề mục';
|
|
||||||
$lang['nothing'] = 'không có gì';
|
$lang['nothing'] = 'không có gì';
|
||||||
$lang['overrides existing values with empty ones'] = 'ghi đè giá trị đang tồn tại bằng giá trị rỗng';
|
$lang['overrides existing values with empty ones'] = 'ghi đè giá trị đang tồn tại bằng giá trị rỗng';
|
||||||
$lang['manage photo ranks'] = 'Quản lý xếp hạng hình ảnh';
|
$lang['manage photo ranks'] = 'Quản lý xếp hạng hình ảnh';
|
||||||
|
|
|
||||||
|
|
@ -328,9 +328,7 @@ $lang['Reset to default values'] = 'Thiết lập lại giá trị mặc định
|
||||||
$lang['delete all photos from your favorites'] = 'xoá tất cả hình từ danh sách ưa thích';
|
$lang['delete all photos from your favorites'] = 'xoá tất cả hình từ danh sách ưa thích';
|
||||||
$lang['Sent by'] = 'Được gởi bởi';
|
$lang['Sent by'] = 'Được gởi bởi';
|
||||||
$lang['Are you sure?'] = 'Bạn có chắc không?';
|
$lang['Are you sure?'] = 'Bạn có chắc không?';
|
||||||
$lang['delete this comment'] = 'xóa bỏ lời bình này';
|
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies đã bị chặn lại hoặc không được trình duyệt web trên máy bạn hỗ trợ. Bạn phải mở cookie để tiếp tục.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies đã bị chặn lại hoặc không được trình duyệt web trên máy bạn hỗ trợ. Bạn phải mở cookie để tiếp tục.';
|
||||||
$lang['edit this comment'] = 'biên tập lại lời bình này';
|
|
||||||
$lang['Edit a comment'] = 'Biên tập một lời bình';
|
$lang['Edit a comment'] = 'Biên tập một lời bình';
|
||||||
$lang['(!) This comment requires validation'] = '(!) Lời bình này yêu cầu sự xác nhận';
|
$lang['(!) This comment requires validation'] = '(!) Lời bình này yêu cầu sự xác nhận';
|
||||||
$lang['Welcome'] = 'Xin chào';
|
$lang['Welcome'] = 'Xin chào';
|
||||||
|
|
@ -343,7 +341,6 @@ $lang['Manage this user comment: %s'] = 'Quản lý lời bình của thành vi
|
||||||
$lang['Email address is missing. Please specify an email address.'] = 'Còn thiếu địa chỉ email. Vui lòng cho biết một địa chỉ email.';
|
$lang['Email address is missing. Please specify an email address.'] = 'Còn thiếu địa chỉ email. Vui lòng cho biết một địa chỉ email.';
|
||||||
$lang['This author modified following comment:'] = 'Tác giả này đã soạn lại lời bình sau:';
|
$lang['This author modified following comment:'] = 'Tác giả này đã soạn lại lời bình sau:';
|
||||||
$lang['This author removed the comment with id %d'] = 'Tác giả này đã xóa bỏ lời bình có ID là %d';
|
$lang['This author removed the comment with id %d'] = 'Tác giả này đã xóa bỏ lời bình có ID là %d';
|
||||||
$lang['validate this comment'] = 'xác nhận lời bình này';
|
|
||||||
$lang['show tag cloud'] = 'hiển thị thẻ mây';
|
$lang['show tag cloud'] = 'hiển thị thẻ mây';
|
||||||
$lang['html tags are not allowed in login'] = 'thẻ html không được phép dùng để đăng nhập';
|
$lang['html tags are not allowed in login'] = 'thẻ html không được phép dùng để đăng nhập';
|
||||||
$lang['The number of photos per page must be a not null scalar'] = 'Số hình trên mỗi trang phải là số nguyên khác 0';
|
$lang['The number of photos per page must be a not null scalar'] = 'Số hình trên mỗi trang phải là số nguyên khác 0';
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,6 @@ $lang['Date'] = '日期';
|
||||||
$lang['delete album'] = '删除相册';
|
$lang['delete album'] = '删除相册';
|
||||||
$lang['Dissociate from album'] = '从相册中删除';
|
$lang['Dissociate from album'] = '从相册中删除';
|
||||||
$lang['dissociate from group'] = '取消组关联';
|
$lang['dissociate from group'] = '取消组关联';
|
||||||
$lang['edit album permissions'] = '修改相册权限';
|
|
||||||
$lang['Album updated successfully'] = '相册信息已上传成功.';
|
$lang['Album updated successfully'] = '相册信息已上传成功.';
|
||||||
$lang['photos per page'] = '每页图片';
|
$lang['photos per page'] = '每页图片';
|
||||||
$lang['High definition enabled'] = '激活高清功能';
|
$lang['High definition enabled'] = '激活高清功能';
|
||||||
|
|
@ -552,7 +551,6 @@ $lang['Templates configuration has been recorded.'] = '模板设置已保存.';
|
||||||
$lang['All optimizations have been successfully completed.'] = '优化成功.';
|
$lang['All optimizations have been successfully completed.'] = '优化成功.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = '有些优化发生错误.';
|
$lang['Optimizations have been completed with some errors.'] = '有些优化发生错误.';
|
||||||
$lang['Modify information'] = '修改信息';
|
$lang['Modify information'] = '修改信息';
|
||||||
$lang['edit album'] = '修改此相册的信息';
|
|
||||||
$lang['nothing'] = '没有内容';
|
$lang['nothing'] = '没有内容';
|
||||||
$lang['overrides existing values with empty ones'] = '用空数据来删除已存在的数据';
|
$lang['overrides existing values with empty ones'] = '用空数据来删除已存在的数据';
|
||||||
$lang['manage photo ranks'] = '管理图片排序';
|
$lang['manage photo ranks'] = '管理图片排序';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = '插入到 %s (%s) 和 le %s (%s)
|
||||||
$lang['posted on %s'] = '插入 %s';
|
$lang['posted on %s'] = '插入 %s';
|
||||||
$lang['Best rated'] = '得票最高';
|
$lang['Best rated'] = '得票最高';
|
||||||
$lang['display best rated photos'] = '显示得票最高的图片';
|
$lang['display best rated photos'] = '显示得票最高的图片';
|
||||||
$lang['caddie'] = '标记图片库';
|
|
||||||
$lang['Calendar'] = '日历';
|
$lang['Calendar'] = '日历';
|
||||||
$lang['All'] = '所有';
|
$lang['All'] = '所有';
|
||||||
$lang['display each day with photos, month per month'] = '按时间顺序显示';
|
$lang['display each day with photos, month per month'] = '按时间顺序显示';
|
||||||
|
|
@ -328,12 +327,10 @@ $lang['letters'] = '字母';
|
||||||
$lang['show tag cloud'] = '显示标签云';
|
$lang['show tag cloud'] = '显示标签云';
|
||||||
$lang['cloud'] = '云';
|
$lang['cloud'] = '云';
|
||||||
$lang['Are you sure?'] = '确定?';
|
$lang['Are you sure?'] = '确定?';
|
||||||
$lang['delete this comment'] = '删除评论';
|
|
||||||
$lang['Reset to default values'] = '重置为默认值';
|
$lang['Reset to default values'] = '重置为默认值';
|
||||||
$lang['delete all photos from your favorites'] = '删除您的收藏里所有图片';
|
$lang['delete all photos from your favorites'] = '删除您的收藏里所有图片';
|
||||||
$lang['Sent by'] = '发送于';
|
$lang['Sent by'] = '发送于';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = '您的浏览器已关闭或者不支持Cookies. 您必须开启 cookies 才能登录.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = '您的浏览器已关闭或者不支持Cookies. 您必须开启 cookies 才能登录.';
|
||||||
$lang['edit this comment'] = '修改此评论';
|
|
||||||
$lang['Edit a comment'] = '修改一个评论';
|
$lang['Edit a comment'] = '修改一个评论';
|
||||||
$lang['(!) This comment requires validation'] = '(!) 此评论需要审核';
|
$lang['(!) This comment requires validation'] = '(!) 此评论需要审核';
|
||||||
$lang['Welcome'] = '欢迎';
|
$lang['Welcome'] = '欢迎';
|
||||||
|
|
@ -345,7 +342,6 @@ $lang['I want to add photos'] = '我想添加图片';
|
||||||
$lang['Manage this user comment: %s'] = '管理此用户的评论: %s';
|
$lang['Manage this user comment: %s'] = '管理此用户的评论: %s';
|
||||||
$lang['This author modified following comment:'] = '此作者修改了以下的评论:';
|
$lang['This author modified following comment:'] = '此作者修改了以下的评论:';
|
||||||
$lang['This author removed the comment with id %d'] = '此作者删除了 id 为 %d 的评论';
|
$lang['This author removed the comment with id %d'] = '此作者删除了 id 为 %d 的评论';
|
||||||
$lang['validate this comment'] = '审核此评论';
|
|
||||||
$lang['Sent by'] = '发送人';
|
$lang['Sent by'] = '发送人';
|
||||||
$lang['html tags are not allowed in login'] = '登录名中不允许使用html标签';
|
$lang['html tags are not allowed in login'] = '登录名中不允许使用html标签';
|
||||||
$lang['%d rates'] = '%d 评分';
|
$lang['%d rates'] = '%d 评分';
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,6 @@ $lang['Date'] = '日期';
|
||||||
$lang['delete album'] = '刪除相冊';
|
$lang['delete album'] = '刪除相冊';
|
||||||
$lang['Dissociate from album'] = '從相冊裡分離';
|
$lang['Dissociate from album'] = '從相冊裡分離';
|
||||||
$lang['dissociate from group'] = '取消組關聯';
|
$lang['dissociate from group'] = '取消組關聯';
|
||||||
$lang['edit album permissions'] = '修改相冊權限';
|
|
||||||
$lang['Album updated successfully'] = '相冊信息已上傳成功.';
|
$lang['Album updated successfully'] = '相冊信息已上傳成功.';
|
||||||
$lang['photos per page'] = '每頁圖片';
|
$lang['photos per page'] = '每頁圖片';
|
||||||
$lang['High definition enabled'] = '激活高清功能';
|
$lang['High definition enabled'] = '激活高清功能';
|
||||||
|
|
@ -552,7 +551,6 @@ $lang['Templates configuration has been recorded.'] = '模板設置已保存.';
|
||||||
$lang['All optimizations have been successfully completed.'] = '優化成功.';
|
$lang['All optimizations have been successfully completed.'] = '優化成功.';
|
||||||
$lang['Optimizations have been completed with some errors.'] = '有些優化發生錯誤.';
|
$lang['Optimizations have been completed with some errors.'] = '有些優化發生錯誤.';
|
||||||
$lang['Modify information'] = '修改信息';
|
$lang['Modify information'] = '修改信息';
|
||||||
$lang['edit album'] = '修改此相冊的信息';
|
|
||||||
$lang['nothing'] = '沒有內容';
|
$lang['nothing'] = '沒有內容';
|
||||||
$lang['overrides existing values with empty ones'] = '用空數據來刪除已存在的數據';
|
$lang['overrides existing values with empty ones'] = '用空數據來刪除已存在的數據';
|
||||||
$lang['manage photo ranks'] = '管理圖片排序';
|
$lang['manage photo ranks'] = '管理圖片排序';
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ $lang['posted between %s (%s) and %s (%s)'] = '插入到 %s (%s) 和 le %s (%s)
|
||||||
$lang['posted on %s'] = '插入 %s';
|
$lang['posted on %s'] = '插入 %s';
|
||||||
$lang['Best rated'] = '得票最高';
|
$lang['Best rated'] = '得票最高';
|
||||||
$lang['display best rated photos'] = '顯示得票最高的圖片';
|
$lang['display best rated photos'] = '顯示得票最高的圖片';
|
||||||
$lang['caddie'] = '購物籃';
|
|
||||||
$lang['Calendar'] = '日曆';
|
$lang['Calendar'] = '日曆';
|
||||||
$lang['All'] = '所有';
|
$lang['All'] = '所有';
|
||||||
$lang['display each day with photos, month per month'] = '按時間順序來顯示';
|
$lang['display each day with photos, month per month'] = '按時間順序來顯示';
|
||||||
|
|
@ -327,12 +326,10 @@ $lang['letters'] = '字母';
|
||||||
$lang['show tag cloud'] = '顯示標籤雲';
|
$lang['show tag cloud'] = '顯示標籤雲';
|
||||||
$lang['cloud'] = '雲';
|
$lang['cloud'] = '雲';
|
||||||
$lang['Are you sure?'] = '確定?';
|
$lang['Are you sure?'] = '確定?';
|
||||||
$lang['delete this comment'] = '刪除評論';
|
|
||||||
$lang['Reset to default values'] = '重置為默認值';
|
$lang['Reset to default values'] = '重置為默認值';
|
||||||
$lang['delete all photos from your favorites'] = '刪除您的收藏裡所有相片';
|
$lang['delete all photos from your favorites'] = '刪除您的收藏裡所有相片';
|
||||||
$lang['Sent by'] = 'Sent by';
|
$lang['Sent by'] = 'Sent by';
|
||||||
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = '您的瀏覽器已關閉或者不支持Cookies. 您必須開啟 cookies 才能登錄.';
|
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = '您的瀏覽器已關閉或者不支持Cookies. 您必須開啟 cookies 才能登錄.';
|
||||||
$lang['edit this comment'] = '修改此評論';
|
|
||||||
$lang['Edit a comment'] = '修改一個評論';
|
$lang['Edit a comment'] = '修改一個評論';
|
||||||
$lang['(!) This comment requires validation'] = '(!) 此評論需要審核';
|
$lang['(!) This comment requires validation'] = '(!) 此評論需要審核';
|
||||||
$lang['Welcome'] = '歡迎';
|
$lang['Welcome'] = '歡迎';
|
||||||
|
|
@ -344,7 +341,6 @@ $lang['I want to add photos'] = '我想添加相片';
|
||||||
$lang['Manage this user comment: %s'] = '管理此用戶的評論: %s';
|
$lang['Manage this user comment: %s'] = '管理此用戶的評論: %s';
|
||||||
$lang['This author modified following comment:'] = '此作者修改了以下的評論:';
|
$lang['This author modified following comment:'] = '此作者修改了以下的評論:';
|
||||||
$lang['This author removed the comment with id %d'] = '此作者刪除了 id 為 %d 的評論';
|
$lang['This author removed the comment with id %d'] = '此作者刪除了 id 為 %d 的評論';
|
||||||
$lang['validate this comment'] = '審核此評論';
|
|
||||||
$lang['Sent by'] = '發送人';
|
$lang['Sent by'] = '發送人';
|
||||||
$lang['html tags are not allowed in login'] = 'login內不允許有html標籤';
|
$lang['html tags are not allowed in login'] = 'login內不允許有html標籤';
|
||||||
$lang['%d rates'] = '%d 評價';
|
$lang['%d rates'] = '%d 評價';
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
{if isset($U_ADMIN)}
|
{if isset($U_ADMIN)}
|
||||||
<a href="{$U_ADMIN}" title="{'Modify information'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
|
<a href="{$U_ADMIN}" title="{'Modify information'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
|
||||||
<span class="pwg-icon pwg-icon-edit"> </span><span class="pwg-button-text">{'edit'|@translate}</span>
|
<span class="pwg-icon pwg-icon-edit"> </span><span class="pwg-button-text">{'Edit'|@translate}</span>
|
||||||
</a>
|
</a>
|
||||||
{/if}
|
{/if}
|
||||||
{if isset($U_CADDIE)}{*caddie management BEGIN*}
|
{if isset($U_CADDIE)}{*caddie management BEGIN*}
|
||||||
|
|
@ -87,8 +87,8 @@ y.callService(
|
||||||
);
|
);
|
||||||
}{/literal}
|
}{/literal}
|
||||||
</script>
|
</script>
|
||||||
<a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL|@escape:'javascript'}', {$current.id}); return false;" title="{'add to caddie'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
|
<a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL|@escape:'javascript'}', {$current.id}); return false;" title="{'Add to caddie'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
|
||||||
<span class="pwg-icon pwg-icon-caddie-add"> </span><span class="pwg-button-text">{'caddie'|@translate}</span>
|
<span class="pwg-icon pwg-icon-caddie-add"> </span><span class="pwg-button-text">{'Caddie'|@translate}</span>
|
||||||
</a>
|
</a>
|
||||||
{/if}{*caddie management END*}
|
{/if}{*caddie management END*}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -18,13 +18,13 @@
|
||||||
</a></li>
|
</a></li>
|
||||||
{/if}
|
{/if}
|
||||||
{if isset($U_CADDIE)}
|
{if isset($U_CADDIE)}
|
||||||
<li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}" class="pwg-state-default pwg-button">
|
<li><a href="{$U_CADDIE}" title="{'Add to caddie'|@translate}" class="pwg-state-default pwg-button">
|
||||||
<span class="pwg-icon pwg-icon-caddie-add"> </span><span class="pwg-button-text">{'caddie'|@translate}</span>
|
<span class="pwg-icon pwg-icon-caddie-add"> </span><span class="pwg-button-text">{'Caddie'|@translate}</span>
|
||||||
</a></li>
|
</a></li>
|
||||||
{/if}
|
{/if}
|
||||||
{if isset($U_EDIT)}
|
{if isset($U_EDIT)}
|
||||||
<li><a href="{$U_EDIT}" title="{'edit'|@translate}" class="pwg-state-default pwg-button">
|
<li><a href="{$U_EDIT}" title="{'Edit album'|@translate}" class="pwg-state-default pwg-button">
|
||||||
<span class="pwg-icon pwg-icon-category-edit"> </span><span class="pwg-button-text">{'edit'|@translate}</span>
|
<span class="pwg-icon pwg-icon-category-edit"> </span><span class="pwg-button-text">{'Edit'|@translate}</span>
|
||||||
</a></li>
|
</a></li>
|
||||||
{/if}
|
{/if}
|
||||||
{if isset($U_SEARCH_RULES)}
|
{if isset($U_SEARCH_RULES)}
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
{/if}{/strip}
|
{/if}{/strip}
|
||||||
{strip}{if isset($U_ADMIN)}
|
{strip}{if isset($U_ADMIN)}
|
||||||
<a href="{$U_ADMIN}" title="{'Modify information'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
|
<a href="{$U_ADMIN}" title="{'Modify information'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
|
||||||
<span class="pwg-icon pwg-icon-edit"> </span><span class="pwg-button-text">{'edit'|@translate}</span>
|
<span class="pwg-icon pwg-icon-edit"> </span><span class="pwg-button-text">{'Edit'|@translate}</span>
|
||||||
</a>
|
</a>
|
||||||
{/if}{/strip}
|
{/if}{/strip}
|
||||||
{strip}{if isset($U_CADDIE)}{*caddie management BEGIN*}
|
{strip}{if isset($U_CADDIE)}{*caddie management BEGIN*}
|
||||||
|
|
@ -87,8 +87,8 @@ y.callService(
|
||||||
);
|
);
|
||||||
}{/literal}
|
}{/literal}
|
||||||
{/footer_script}
|
{/footer_script}
|
||||||
<a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL}', {$current.id}); return false;" title="{'add to caddie'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
|
<a href="{$U_CADDIE}" onclick="addToCadie(this, '{$ROOT_URL}', {$current.id}); return false;" title="{'Add to caddie'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
|
||||||
<span class="pwg-icon pwg-icon-caddie-add"> </span><span class="pwg-button-text">{'caddie'|@translate}</span>
|
<span class="pwg-icon pwg-icon-caddie-add"> </span><span class="pwg-button-text">{'Caddie'|@translate}</span>
|
||||||
</a>
|
</a>
|
||||||
{/if}{/strip}{*caddie management END*}
|
{/if}{/strip}{*caddie management END*}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue